/*
	-- Body 
	-- Top Menu 
	-- Link Menu 
	-- Category Slider 
	-- Main Slider 
	-- Featured Product 
	-- Featured Box 
	-- Footer 
	-- Cart Sidebar 
	-- Shop Filters 
	-- Shop Detail 
	-- Cart Page 
	-- Checkout Page 
	-- Login Modal 
	-- My Account 
	-- About Page
	-- Blog Page
	-- Mobile Media
*/


@font-face {
  font-family: Montotype Corsiva;
  src: url(../fonts/montotype-corsiva.ttf);
}



@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Roboto+Condensed:300,300i,400,400i,700,700i');

/* Body */
 body {
     background-color: #fff;
     font-size: 16px;
     /*font-family: 'Montotype Corsiva'!important;*/
     /* font-family: Arial, Helvetica, sans-serif; */
     line-height: 25px;
     color: #888;
     font-family: "Lexend", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
     color: #333;
}
 p {
     font-size: 16px;
     line-height: 22px;
     color:#888;
}
img {
     height: auto;
     max-width: 100%;
}
ul, ol {
     list-style: outside none none;
}
ul {
     margin: 0;
     padding: 0;
}
img {
     transform-style: preserve-3d;
}
a {
     text-decoration:none !important;
     color:#888;
	 transition-duration: 0.4s;
}
a:hover {
     transition-duration: 0.4s;
     color:#333;
}
a, a:hover {
     text-decoration: none;
}
a:focus {
     outline: medium none;
     outline-offset: 0;
}
.border-none {
    border: medium none !important;
}
.section-padding {
    padding: 40px 0;
}
.margin-auto {
    margin: auto;
}
.dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer {
    margin-top: 15px;
    padding: 0;
}
.help-block li {
    color: red;
}
.bg-success {
    background: #23bd5b none repeat scroll 0 0 !important;
}
.pmb-3 {
    margin-bottom: 30px !important;
}
.page-link{
    color: #0cc5b7;
}

.a-left{ width:50%!important; float:left; display:block;}
.a-right{ width:50%!important; float:left; display:block;}

.btn-white{ background-color:#fff; color:#000000;}
.badge-green{ background-color:#009933; color:#fff; }

.page-item.active .page-link{
    border-color: transparent !important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0cc5b7+0,2bd891+100 */
background: #0cc5b7; /* Old browsers */
background: -moz-linear-gradient(-45deg, #0cc5b7 0%, #2bd891 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #0cc5b7 0%,#2bd891 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #0cc5b7 0%,#2bd891 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cc5b7', endColorstr='#2bd891',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-dark {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0cc5b7+0,2bd891+100 */
/*background: #80f5ff!important;*/ /* Old browsers */
background: -moz-linear-gradient(-45deg, #666 0%, #000 100%);  
background: -webkit-linear-gradient(-45deg, #666 0%,#000 100%);  
background: linear-gradient(135deg, #666 0%,#000 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f5ff', endColorstr='#0477ca',GradientType=1 ); 
}
.btn-secondary {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff934b+0,ff5e62+100 */
/*background: #286bcb; */ 
/* background: -moz-linear-gradient(-45deg, #666 0%, #000 100%);  
background: -webkit-linear-gradient(-45deg, #666 0%,#000 100%);  
background: linear-gradient(135deg, #666 0%,#000 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff934b', endColorstr='#0477ca',GradientType=1 ); */
background: #3d6b61;
border-radius: 5px;

}

.btn {
  /* text-shadow: 2px 4px 3px rgb(0 0 0 / 30%) !important; */
  font-weight: 600 !important;
}
.text-secondary{
	color:#000!important;
}
 .bg-success, .btn-success, .btn-outline-success:hover, .badge-success {
     border-color: transparent !important;
     background: #286bcb;
    /* Old browsers */
     /*background: -moz-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
     background: -webkit-linear-gradient(-45deg, #4eda92 1%,#56e0cb 100%);
     background: linear-gradient(135deg, #4eda92 1%,#56e0cb 100%); 
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eda92', endColorstr='#56e0cb',GradientType=1 ); */
}
 .btn-outline-success{
     border-color: #4eda92;
     color: #4eda92;
}
 .text-success{
     color: #4eda92 !important;
}


 .bg-danger, .btn-danger, .btn-outline-danger:hover, .badge-danger{
     border-color: transparent !important;
     background: #555;

     /* background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
     background: -webkit-linear-gradient(-45deg, #ff253a 0%,#ff8453 100%);
     background: linear-gradient(135deg, #ff253a 0%,#ff8453 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff253a', endColorstr='#ff8453',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-danger{
     border-color: #ff253a;
     color: #ff253a;
}
 .text-danger{
     color: #ff253a !important;
}
 .bg-info, .btn-info, .btn-outline-info:hover, .badge-info{
     border-color: transparent !important;
     background: #17a2b8;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #17a2b8 1%,#30def9 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #17a2b8 1%,#30def9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8', endColorstr='#30def9',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-info{
     border-color: #17a2b8;
     color: #17a2b8;
}
 .text-info{
     color: #17a2b8 !important;
}
.badge {
    border-radius: 2px;
    font-weight: 400;
}
.btn {
    border: medium none;
    border-radius: 0px !important;
    font-size: 13px;
}
.heading-design-h5 {
font-size: 40px;
  margin-bottom: 6px;
    font-family: "Federo", sans-serif;
    
  font-family: "Playfair Display", serif;
  font-family: "Outfit", sans-serif;
  font-family: "Lexend", sans-serif;
  font-family: "Bebas Neue", sans-serif;
}
.heading-design-h5 span{
    color: #3d6b61;
}
.heading-design-h5 a {
font-size: 13px;
  line-height: 1.2;
}
.border-top {
    border-top: 1px solid #eeeeee !important;
}
.border-bottom {
    border-bottom: 1px solid #eeeeee !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color:#f9f9f9 !important;
    color: #1c2224 !important;
    text-decoration: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    width: 100%;
}
.select2-container .select2-selection--single {
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 5px;
}
.checkout-step-two .select2-container {
    width: 100% !important;
}
.accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:first-of-type{
	border:1px solid #eeeeee;
}
.select2-dropdown {
    border: medium none !important;
    border-radius: 0 !important;
	 box-shadow: 0 4px 4px #dcdcdc !important;
}
.owl-theme .owl-controls .owl-buttons div, .footer-social a{
	transform: scale(1);
    transition-duration: 0.4s;
}
.owl-theme .owl-controls .owl-buttons div:hover, .footer-social a:hover{
	transform: scale(1.09);
}
.input-group-text {
	border-radius: 2px;
}
.card-header {
    background-color: #fbfbfb;
	border-bottom: 1px solid #eeeeee;
}
.card {
    background-clip: border-box;
    background-color: #fff;
    /* border: 1px solid #eeeeee; */
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.list-group-item {
	border: 1px solid #eeeeee;
}
.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}




.footcolor{background: #000!important; }
/* Top Menu */
.navbar-top, .footer-bottom{
         border-color: transparent !important;
     background: #000; 
     /*background: -moz-linear-gradient(-45deg, #171b20 1%, #343a40 100%); 
     background: -webkit-linear-gradient(-45deg, #171b20 1%,#343a40 100%); 
     background: linear-gradient(135deg, #171b20 1%,#343a40 100%); 
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171b20', endColorstr='#343a40',GradientType=1 );*/
    /* IE6-9 fallback on horizontal gradient */
}
.osahan-menu {
    padding: 0px;
    background: #000;
}
.osahan-menu .navbar-brand {
    padding: 8px 0px;
}
.main-nav-right .btn {
    border-radius: 0 !important;
    color: #fff;
    margin: 0 0 0 -4px;
    padding: 0px 0;
}
.main-nav-right li {
    margin: 0 !important;
}
.main-nav-right .osahan-top-dropdown img {
    border: 3px solid #fff;
    border-radius: 50px;
    height: 38px;
    width: 38px;
}
.dropdown-toggle-top-user {
    padding: 20px 11px 18px 7px !important;
}
.cart-btn .mdi {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 35px;
    margin-right: 13px;
    vertical-align: -3px;
    width: 36px;
}
.cart-btn .btn {
    font-weight: 500;
    position: relative;
}
.cart-btn .cart-value {
    background: #000;
     /* background: -moz-linear-gradient(-45deg, #ffbc3c 0%, #ffbc3c 100%);
     background: -webkit-linear-gradient(-45deg, #ffbc3c 0%,#ffbc3c 100%);
     background: linear-gradient(135deg, #ffbc3c 0%,#ffbc3c 100%); */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff253a', endColorstr='#ff8453',GradientType=1 );

    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    left: 31px;
    line-height: 17px;
    min-width: 18px;
    position: absolute;
    top: 17px;
    color: #fff;
}
.top-categories-search {
left: 0;
  margin: 0 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.top-categories-search .form-control {
    border: medium none;
    font-size: 13px;
    height: 37px;
}
.top-categories-search .btn {
    border-radius: 0 2px 2px 0 !important;
    font-weight: 500;
    height: 37px;
  padding: 0 15px;
    text-transform: uppercase;
}
.top-categories-search .select2-selection.select2-selection--single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ececec -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    height: 45px;
 
}
.top-categories-search .form-control-select, .top-categories-search .select2-container{
	 width: 168px !important;
}
.top-categories-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 43px;
    padding: 0 16px;
}
.top-categories-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 20px;
}

.text-dark {  color: #333!important;}
.walletred{ width:15px; height:15px; background-color:red; border-radius:50%;margin-top: 6px;position: relative;float: right;margin-right: 37%;}

/* Link Menu */
.osahan-menu-2 {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 0;
    padding: 0;
}
.osahan-menu-2 .nav-link {
    color: #666 !important;
    font-size: 13px;
    padding: 13px 16px !important;
}
.osahan-menu-2 .nav-link.has-sub {
    padding: 5px 14px !important;
}
.dropdown-menu {
    border: medium none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 4px 4px #dcdcdc;
    margin: 0;
}
.dropdown-menu .dropdown-item {
    color: #666;
    font-size: 13px;
    padding: 5px 14px !important;
}
.osahan-menu-2 .nav-link.shop {
    border-right: 1px solid #ececec;
    color: #333 !important;
    font-weight: 500;
    margin-right: 11px;
    padding-right: 22px !important;
}
.osahan-menu-2 .nav-link:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #333 !important;
}
/* Category Slider */
.card{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
/* .page-info{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
} */
.category-item img {
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    height: 80px;
    margin: 1px 0 8px;
    object-fit: scale-down;
    padding: 9px;
    transform: scale(1);
    transition-duration: 0.4s;
    width: 80px;
}
.category-item:hover img
{
	 transform: scale(1.09);
}
.category-item {
    padding: 8px;
    text-align: center;
}
.category-item h6 {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-category {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding: 14px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.category-item p {
    margin: 0;
}
.top-category .owl-prev {
    left: -70px;
}
.top-category .owl-next {
    right: -70px;
}
/* Main Slider */
.carousel-slider-main .owl-pagination {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.carousel-slider-main {
    position: relative;
}
.carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
    top: 46%;
}
/* Featured Product */
.product-header .badge {
    /*background: #f2fef2 none repeat scroll 0 0;*/
    /*border: 1px solid #4eda92;
    border-radius: 2px;*/
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 2px;
    padding: 2px 5px;
    position: absolute;
    top: 3px;
    z-index: 9;
    background:url("../images/tag.png");
    background-repeat: no-repeat;
    background-size: 45px 45px;
    width:45px; height:45px;
    padding:9px;
    
    
}
.product-header .badge.badge-danger {
    background: #fdf1f2 none repeat scroll 0 0;
    border: 1px solid #dc3545;
    color: #dc3545;
}
.product {
    /* background: #fff none repeat scroll 0 0; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px; */
    /* text-align: center; */
    /* padding: 20px; */
    position: relative;
    /* border: 1px solid #eaeaea;
    min-height: 540px; */
}

.owl-carousel-featured .item {
    margin: 4px;
}
.clear{margin:0px; padding:0px; clear:both;}
.mp0{margin:0px!important; padding:0px!important;}
.radius{border-radius:5px!important; margin-bottom:5px!important; border:0px;}
select{background-color:#fff!important; border-radius: 0px !important;}
.product-header .mdi-circle {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 19px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 22px;
    border-radius: 0 !important;
}
.product-body h5 {
    width:100%;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #333;
    /*overflow:hidden;*/
    float: left;
    display: block;
    /* font-family: "Federo", sans-serif;
  font-family: "Playfair Display", serif;
  font-family: "Outfit", sans-serif; */
  font-family: "Lexend", sans-serif;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  min-height: 38px;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
}
.product-body h6 {
    color: #9c9c9c;
    font-size: 12px;
    margin: 5px 0 14px;
}

.product-body h6 strong .mdi {
    color: #ff253a;
}

.product-header img {
 height: 185px;
    margin: 0 0 18px;
    object-fit: scale-down;
    transform: scale(1);
    transition-duration: 0.4s;
}
.product:hover .product-header img {
	transform: scale(1.09);
}
.product-header {
    text-align: center;
}
.offer-price {
    color: #3d6b61 ;
    font-size: 14px!important;
    font-weight: 600;
    line-height: 16px;
    /* text-align:center!important; */
}
.regular-price {
    color: #666 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: line-through;
}
.product-footer .btn {
    border-radius: 0px !important;
    font-size: 12px;
    padding: 6px 12px;
    margin: 10px auto 0;
    min-width: 130px;
}
.product-footer2 .btn{
    border-radius: 0px !important;
    font-size: 12px;
    padding: 6px 12px;
    margin: 10px auto 0;
    min-width: 130px;
}
.owl-carousel-featured .owl-prev {
    left: -40px;
	top: 43%;
}
.owl-carousel-featured .owl-next {
    right: -40px;
	top: 43%;
}
/* Featured Box */
.feature-box p {
    margin: 0;
}
.feature-box h6 {
color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 10px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
  background: #3d6b61;
  width: 100%;
  margin-top: 10px;
  border-radius: 20px;
}
.feature-box .mdi {
    border: 1px solid #24a3b5;
    border-radius: 50px;
    color: #24a3b5;
    display: inline-block;
    float: left;
    font-size: 37px;
    height: 60px;
    line-height: 56px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 60px;
}
/* Footer */
.footer h5 {color: #fff;
  font-weight: 400;
  font-size: 26px;
  font-family: "Bebas Neue", sans-serif;}
.footer h6 {color: #fff;
  font-weight: 400;
  font-size: 26px;
  font-family: "Bebas Neue", sans-serif;}
.footer a {color:#d7d7d7!important;}
.footer-social a{color:#2a2521;}
.footer a:hover {color:#fff!important;}
.footer {
color: #fff;
background: #3d6b61;
  padding: 100px 0 70px;
}
.app img {
    height: 32px;
    margin: 0 11px 0 0;
}
.footer-bottom p{
	line-height: 16px;
}
.footer-social a {
background: #fff none repeat scroll 0 0;
  border: none;
  border-radius: 3px;
  color: #3d6b61 !important;
  display: flex;
  line-height: 27px;
  text-align: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.footer-social a:hover {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
}

.footer-bottom p {
    color: #fff;
}
.footer-bottom .text-dark {
    color: #cee2fd !important;
}
.footer-bottom .text-primary {
    color: #ff253a !important;
}

/* Cart Sidebar */
body.toggled {
    overflow: hidden;
}
body.toggled::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
	z-index: 9;
    top: 0;
}
.cart-sidebar {
    background: #fff none repeat scroll 0 0;
    overflow: auto;
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
	z-index: 99;
	  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height: 100vh;
}
.toggled .cart-sidebar {
	right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cart-sidebar-body {
    background: #eff7fa none repeat scroll 0 0;
    /*height: 66vh;*/
	height:460px;
	
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 18px 20px;
}
.cart-sidebar-header {
    background: #1c2224 none repeat scroll 0 0;
    color: #fff;
    padding: 18px 20px;
}
.cart-sidebar-header h5 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.cart-sidebar-header .float-right {
    background: #fff none repeat scroll 0 0;
    border-radius: 24px;
    color: #000;
    height: 26px;
    line-height: 25px;
    text-align: center;
    width: 26px;
}
.cart-list-product {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
    overflow: hidden;
    padding: 12px;
    position: relative;
}
.cart-list-product img {
   background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    float: left;
    height: 99px;
    margin: 0 15px 0 0;
    object-fit: scale-down;
    width: 82px;
}
.cart-list-product h5 a {
    font-size: 16px;
    color: #000;
}
.cart-list-product h5 {
    margin: -2px 0 8px 0;
}
.cart-list-product h6 {
    font-size: 11px;
}
.cart-list-product > h6 span {
    color: #ff253a;
}
.remove-cart {
    position: absolute;
    right: 18px;
    top: 12px;
}
.cart-list-product .badge {
  background: #f2fef2 none repeat scroll 0 0;
    border: 1px solid #4eda92;
    border-radius: 2px;
    color: #4eda92;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 6px;
}
.cart-sidebar-footer {
    background: #ffffff none repeat scroll 0 0;
    padding: 14px 20px;
}
.cart-store-details p {
    margin: 0 0 3px;
}
.cart-store-details h6 {
    margin: 10px 0 19px;
}
.cart-sidebar-footer .btn {
    padding: 15px 17px;
}
/* Shop Filters */
.shop-filters .card-header .btn {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.shop-filters .card-header .btn .mdi {
    position: absolute;
    right: 0;
}
.shop-filters .card-body {
    padding: 4px;
}
.card-shop-filters {
  font-family: "Lexend", sans-serif;
}
.card-shop-filters .custom-control {
margin: 8px 0;
  border: 1px solid #b1b8c0;
  padding: 3px 10px;
  border-radius: 4px;
}
.card-shop-filters .custom-control .badge {
    float: right;
    margin: 6px 0 0;
}
.card-shop-filters .custom-control label {
    width: 100%;
}
.list-group-item.active {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
}
.shop-filters .card {
    margin: -2px 0 0;
}
/* Shop Detail */
.shop-detail-slider #sync1 {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}
.shop-detail-slider {
    position: relative;
}

.selectwishc{background:#ffb436!important;}
.favourite-icon a {
    background: #999 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    height: 35px;
    line-height: 34px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 35px;
    z-index: 9;
}
.shop-detail-slider #sync2 img {
    border: 2px solid #eeeeee;
    border-radius: 12px;
    cursor: pointer;
   margin: 26px 0 8px;
    width: 67px;
}
.shop-detail-slider #sync2 .item {
    text-align: center;
}

.soldout_item{background:#ccc!important;}

.shop-detail-right {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #eeeeee;*/
    border-radius: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
}
.shop-detail-slider #sync2 .synced img, .shop-detail-slider #sync2 img:hover {
    border-color: #1c2224;
}
.shop-detail-slider #sync2 {
    padding: 0 70px;
}
.shop-detail-right .badge {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #51aa1b;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 13px;
}
.shop-detail-right .badge.badge-danger {
    background: #fdf1f2 none repeat scroll 0 0;
    border: 1px solid #dc3545;
    color: #dc3545;
}
.shop-detail-right h2 {
font-size: 25px;
  margin: 0px 0 10px;
  font-family: "Outfit", sans-serif;
  color: #3d6b61;
  font-weight: 600;
  line-height: 1.3;
}
.shop-detail-right > h6 {
color: #575757;
  font-size: 14px;
  margin: 0 0 20px !important;
}
.shop-detail-right .btn {
    font-weight: 500;
    margin: 29px 0;
    padding: 7px 20px;
    text-transform: uppercase;
}


.gif-loading {
  filter: hue-rotate(180deg);
}

.short-description {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 22px;
}
.shop-detail-right .regular-price {
    font-size: 17px;
    font-weight: 100;
    margin: 0 0 8px;
	color: #666 !important;
	font-weight:bold;
}
.mdi-tag-outline{color:#0ec6b4;}
.shop-detail-right .star-mark {
font-size: 25px;
  font-weight: 100;
  margin: 0 0 15px;
  color: #f9b804 !important;
  display: block;
  padding: 10px 0;
}
.shop-detail-right .offer-price {
    font-size: 20px;
    font-weight: 300; 
  text-align: left !important; 
  margin: 25px 0 !important;
}
.shop-detail-right .offer-price .text-success {
    font-size: 30px;
    font-weight: 500;
}
.shop-detail-right .feature-box .mdi {
    background: #23bd5b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
.shop-detail-right .feature-box h6 {
    font-weight: 400; text-align:center; width:100%;
}
.shop-detail-right .feature-box { margin: 4px 0; }
.shop-detail-right .feature-box img{  }

/* Cart Page */
.cart_product img {
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 3px #ececec;
    float: left;
    height: 88px;
    margin: 0px;
    object-fit: scale-down;
    width: 72px;
}
.cart_summary td {
    vertical-align: middle;
}
.cart_summary > thead, .cart_summary > tfoot {
    background: #f7f7f7 none repeat scroll 0 0;
}
.cart_summary {
    border: medium none !important;
}
.qty .form-control {
    border-radius: 2px !important;
    margin: 0 2px;
    text-align: center;
    width: 18px;
}
.qty .btn {
    background: #5a6268 none repeat scroll 0 0;
    border-radius: 2px !important;
    color: #fff;
    font-size: 23px;
    height: 33px;
    line-height: 15px;
    padding: 0;
    text-align: center !important;
    vertical-align: baseline;
    width: 27px;
}
.cart_description h5 {
font-size: 13px;
  margin: 0 0 5px;
}
.cart_description h6 {
font-size: 13px;
}
.availability .badge {
    font-size: 16px;
    padding: 6px 11px;
}
.cart-table {
    border-top: medium none;
    padding: 0;
}
.cart-table .table {
    margin-bottom: 0;
}
.cart-table .btn-secondary {
    border-radius: 0 !important;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
}
.cart_product {
    width: 10%;
}
/* Checkout Page */
.checkout-step .card {
    margin: 0 0 -1px;
}
.checkout-step .card .card-header .btn {
	color: #333;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.checkout-step .card .card-header .btn .number {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 34px;
    line-height: 28px;
    margin: 0 8px 0 0;
    text-align: center;
    text-decoration: none;
    vertical-align: 0;
    width: 34px;
	border: 2px solid;
}
.checkout-step .card .card-header .btn.collapsed .number {
     border: 2px solid #23bd5b;
	 color: #23bd5b;
}
.checkout-step .card .card-header .btn .number {
    border: 2px solid #51aa1b;
	color: #51aa1b;
}
.order-done .mdi {
    font-size: 135px;
    line-height: 161px;
}
/* Login Modal */
.login-modal-left {
    background: rgba(255, 255, 255) url("../images/popup-logo.jpg") no-repeat scroll center center;
    float: right;
    height: 300px;
    list-style: outside none none;
    margin: 46px auto auto;
    width: 100%;
	background-size: 200px;
}
.form-control {
    border-radius: 2px;
    font-size: 13px;
}
label {
    font-size: 13px;
    margin: 0 0 3px;
}
.modal-content {
    border: medium none;
    border-radius: 2px;
}
.login-modal-right {
    padding: 27px;
}
.login-icons {
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.login-footer-tab .nav-link {
    background: #ececec none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 2px !important;
    margin: 10px 3px 0 2px;
    padding: 7px 9px;
    font-size:13px;
}
.login-footer-tab .nav {
    border: medium none;
    display: inline-flex;
}
.btn-facebook {
    background: #395b9a none repeat scroll 0 0;
    color: #fff;
}
.btn-google {
    background: #c71e25 none repeat scroll 0 0;
    color: #fff;
}
.btn-twitter {
    background: #3a9ed8 none repeat scroll 0 0;
    color: #fff;
}
.login-with-sites p {
    margin: 0 0 7px;
}
.login-with-sites {
    margin-bottom: 10px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
/* My Account */
.account-page .mx-auto {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    padding: 0;
}
.account-page .mx-auto .card {
    border: medium none;
}
.account-right {
    border-left: 1px solid #eeeeee !important;
    min-height: 508px;
}
.user-profile-header img {
    border-radius: 50px;
    height: 100px;
    margin-bottom: 15px;
    object-fit: scale-down;
    width: 100px;
}
.user-profile-header {
    padding: 36px;
    text-align: center;
}
.user-profile-header p {
    margin: 0;
}
.account-left {
    margin-right: -1px;
}
.account-left .list-group {
    padding: 10px;
}
/* About Page */
.team-card img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
}
/* Blog Page */
.blog .card-body, .sidebar-card .card-body, .reviews-card .card-body {
    padding: 25px;
}
.blog-header {
    border: 2px solid #fff;
}
.sidebar-card-list li a {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
}
.sidebar-card-list li:last-child a {
    border: medium none;
    padding-bottom: 0;
}
.tag-cloud-link {
    background: #ccc none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 2px 0;
    padding: 4px 13px;
}
.tag-cloud-link:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.blog .card-title a {
    color: #222 !important;
}
.blog .card-title {
    margin: 0 0 7px;
}
.entry-meta {
    margin-bottom: 13px;
}
.blog .card-body a {
    color: #23bd5b;
}
.entry-meta a {
    color: #9c9c9c !important;
}
.entry-meta .mdi {
    background: #acacac none repeat scroll 0 0;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 19px;
}
.reviews-card .d-flex {
    height: 50px;
    width: 50px;
}
.reviews-card h5 small {
    color: #848484;
    font-size: 12px;
    margin: 0 0 0 8px;
}
.star-rating i {
    font-size: 15px;
    letter-spacing: -6px;
}

.menu-dropdown li{
    text-align: left;
    padding: 0 10px;
}
.menu-dropdown li a{
    border-bottom: 1px solid #00000021;
}
.menu-dropdown li:last-child a{
    border-bottom: none;
}
/***************************  3/06/2021  *******************************/
.flodis{ 
    float: left;
  display: flex;
  justify-content: center;
}
.shopcategory{ width:15%; margin:1%; height:auto; background-color:#fff; display:block; text-align:center; /*border:1px solid #ccc;*/ }
.shopcategory img{ 
    width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 30px;
  background: #fff;
 }
.shopcategory h2{
    font-size: 14px;
text-align: center;
Width: 100%;
background: linear-gradient(135deg, #00e7fa 0%,#0477ca 100%);
margin-bottom: 0px;
padding: 10px 5px;
color: #fff;
text-shadow: 2px 4px 3px rgb(0 0 0 / 30%) !important;
font-weight: 600;
}

.centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.slide{
    /* border:1px solid #ccc;background-color:#fff;  */
    /* box-shadow:0px 0px 3px 0px #eee;  */
    margin:10px 7px!important;}
.customer-logos img{ width:100%; height:180px; object-fit:scale-down;}
.customer-logos h4{ width:100%;font-size:20px; text-align:center;padding:5px 10px;height:58px; overflow:hidden;}
.customer-logos p{ width:100%; font-size:14px; text-align:justify;padding:5px 0px;}
.customer-logos span a{ width:100px; color:#fff; font-size:14px; padding:5px 10px; background-color:#5abcd7!important; margin:5px auto;text-align:center; display:block;}
.customer-logos span a:hover{background-color:#ff695d!important;}



.customer-logosanother img{ width:100px!important; height:100px!important; object-fit:scale-down; border:1px solid #ccc; margin:5px auto; border-radius:50%!important;}
.customer-logosanother h4{ width:100%;font-size:20px; text-align:center;padding:5px 10px; overflow:hidden;}
.customer-logosanother p{ width:100%; font-size:14px; text-align:justify;padding:5px 10px; font-style:italic;}
.customer-logosanother { text-align:center; }
.customer-logosanother i{color:#ff695d!important; font-size:20px; margin:0px 5px;}
/* Slider */

.slick-slide {margin: 0px 20px;}
.slick-slide img {    width: 100%;}
.slick-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none;
    -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y;
        touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0;padding: 0;}
.slick-list:focus{    outline: none;}
.slick-list.dragging{    cursor: pointer;    cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{ position: relative; top: 0; left: 0; display: block;}
.slick-track:before,.slick-track:after{ display: table; content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{ float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}

.review{ border:1px solid #ccc; width:100%; float:left; display:block;max-height:460px; overflow-x:hidden; overflow-y:auto; }
.review_part{ width:96%; margin:1%; border-bottom:1px solid #ccc; float:left; display:block;  }
.review_part h4{ font-size:18px;color:#ff7956;}
.review_part h4 b{ float:right; font-size:14px;color:#666; font-weight:normal;}
.review_part p{ font-size:14px;color:#000; font-style:italic;}
.review_part i{ color:green!important; margin:3px; font-size:16px;}

.reviewform form{border:1px solid #ccc; width:100%; float:left; display:block; padding:20px 15px; -webkit-box-shadow: 0 0 3px 3px #D6D6D6; box-shadow: 0 0 3px 3px #D6D6D6;}

/***************************  3/06/2021  *******************************/



/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
		top: 34%;
	}
	.modal_btn {
  font-size: 16px!important;
  padding: 5px 20px!important;
  margin-top: 20px!important;
}
.modal_btn img {
  width: 25px!important;
  margin-left: 10px!important;
}
	.account-left {
		margin-right: 0;
	}
	.account-page .mx-auto {
		margin: 0 15px !important;
	}
	.account-right {
		border-left: medium none !important;
		border-top: 1px solid #eeeeee !important;
		min-height: auto !important;
	}
	.location-top {
		display:none;
	}
	.top-categories-search {
		left: 0;
		margin: auto;
		padding: 0 15px 8px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	.container {
		max-width: 100%;
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 0px !important;
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0;
	}
	.osahan-menu-2 .nav-link.shop {
		border-right: medium none;
		margin-right: 0;
	}
	.shop-detail-slider #sync2 {
		padding: 0;
	}
	.shop-detail-slider #sync2 img {
		margin: 26px 0 10px 0;
	}
	.navbar-toggler {
		background: #fff none repeat scroll 0 0 !important;
		border: medium none;
		border-radius: 2px;
		margin: 0 16px 0 0;
		padding: 6px 9px;
	}
	.top-categories-search-main {
		margin-top: 0 !important;
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 8px;
	}
	.osahan-menu .my-2.my-lg-0 .main-nav-right {
		position: absolute;
		right: 76px;
		top: 0;
	}
	.main-nav-right .btn .mdi {
		font-size: 15px !important;
		/* margin: 0; */
		vertical-align: initial !important;
	}
	.login-modal-left {
		display: none;
	}
	.app img {
		margin-bottom: 4px;
	}
	.footer-social a {
		margin-bottom: 3px;
	}
	.top-categories-search .form-control {
		border-radius: 2px 0 0 2px !important;
		min-width: auto;
	}
	.cart-sidebar {
		width: 320px;
	}
	.login-modal-right {
		padding: 6px;
	}
	.top-category .owl-prev {
		left: 0;
	}
	.top-category .owl-next {
		right: 0px;
	}
	.owl-carousel-featured .owl-prev {
		left: 0;
	}
	.owl-carousel-featured .owl-next {
		right: 0px;
	}
	.feature-box {
		margin-bottom: 6px;
		overflow: hidden;
	}
	.footer h6 {
		margin-bottom: 12px !important;
		margin-top: 25px;
	}
	.top-categories-search .form-control-select, .top-categories-search .select2-container {
		width: 138px !important;
		display:none;
	}

    .navbar-top {
        text-align: center;
    }
    .navbar-top .text-right {
        text-align: center !important;
    }
    .osahan-menu .navbar-brand {
        padding: 0;
        
    }

}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	.carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
		top: 40%;
	}
	.account-left {
		margin-right: 0;
	}
	.account-page .mx-auto {
		margin: 0 15px !important;
	}
	.account-right {
		border-left: medium none !important;
		border-top: 1px solid #eeeeee !important;
		min-height: auto !important;
	}
	.location-top {
		display:none;
	}
	.top-categories-search {
		left: 0;
		margin: auto;
		padding: 0 15px 8px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	.container {
		max-width: 100%;
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 16px !important;
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0;
	}
	.osahan-menu-2 .nav-link.shop {
		border-right: medium none;
		margin-right: 0;
	}
	.shop-detail-slider #sync2 {
		padding: 0;
	}
	.shop-detail-slider #sync2 img {
		margin: 26px 0 10px 0;
	}
	.navbar-toggler {
		background: #fff none repeat scroll 0 0 !important;
		border: medium none;
		border-radius: 2px;
		margin: 0 16px 0 0;
		padding: 6px 9px;
	}
	.top-categories-search-main {
		margin-top: 0 !important;
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 15px;
	}
	.osahan-menu .my-2.my-lg-0 .main-nav-right {
		position: absolute;
		right: 76px;
		top: 0;
	}
	.main-nav-right .btn .mdi {
		font-size: 17px !important;
		margin: 0;
		vertical-align: initial !important;
	}
	.login-modal-left {
		display: none;
	}
	.app img {
		margin-bottom: 4px;
	}
	.footer-social a {
		margin-bottom: 3px;
	}
	.top-categories-search .form-control {
		min-width: auto;
	}
	.top-category .owl-prev {
		left: 0;
	}
	.top-category .owl-next {
		right: 0px;
	}
	.owl-carousel-featured .owl-prev {
		left: 0;
	}
	.owl-carousel-featured .owl-next {
		right: 0px;
	}
	.feature-box {
		margin-bottom: 6px;
		overflow: hidden;
	}
	.top-categories-search .form-control-select, .top-categories-search .select2-container {
		width: 138px !important;
	}
    .navbar-top {
        text-align: center;
    }
    .navbar-top .text-right {
        text-align: center !important;
    }
    .osahan-menu .navbar-brand {
        padding: 20px 15px;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.location-top {
		display:none;
	}
	.top-categories-search {
		left: 0;
		margin: auto;
		padding: 0 15px 8px;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	.container {
		max-width: 100%;
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 16px !important;
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0;
	}
	.osahan-menu-2 .nav-link.shop {
		border-right: medium none;
		margin-right: 0;
	}
	.shop-detail-slider #sync2 {
		padding: 0;
	}
	.shop-detail-slider #sync2 img {
		margin: 26px 0 10px 0;
	}
	.navbar-toggler {
		background: #fff none repeat scroll 0 0 !important;
		border: medium none;
		border-radius: 2px;
		margin: 0 16px 0 0;
		padding: 6px 9px;
	}
	.top-categories-search-main {
		margin-top: 0 !important;
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 15px;
	}
	.osahan-menu .my-2.my-lg-0 .main-nav-right {
		position: absolute;
		right: 76px;
		top: 0;
	}
	.main-nav-right .btn .mdi {
		font-size: 17px !important;
		margin: 0;
		vertical-align: initial !important;
	}
	.login-modal-left {
		display: none;
	}
	.app img {
		margin-bottom: 4px;
	}
	.footer-social a {
		margin-bottom: 3px;
	}
	.top-categories-search .form-control {
		min-width: auto;
	}
	.top-category .owl-prev {
		left: 0;
	}
	.top-category .owl-next {
		right: 0px;
	}
	.owl-carousel-featured .owl-prev {
		left: 0;
	}
	.owl-carousel-featured .owl-next {
		right: 0px;
	}
	.feature-box {
		margin-bottom: 6px;
		overflow: hidden;
	}
	.top-categories-search .form-control-select, .top-categories-search .select2-container {
		width: 138px !important;
	}
    .osahan-menu .navbar-brand {
        padding: 20px 15px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
	.osahan-menu-2 .nav-link {
		font-size: 13px;
		padding: 13px 10px !important;
	}
	.main-nav-right .osahan-top-dropdown img {
		left: auto;
		position: relative;
		top: 0;
	}
	.main-nav-right .osahan-top-dropdown .dropdown-toggle {
		padding: 18px 16px !important;
	}
	.main-nav-right .btn {
		font-size: 0;
		padding: 21px 15px;
    }
	.main-nav-right .btn .mdi {
		font-size: 17px !important;
		line-height: unset !important;
		margin: 0;
		vertical-align: initial !important;
	}
	.location-top {
		display:none;
	}
	.top-categories-search .form-control {
		min-width: auto;
	}
	.top-category .owl-prev {
		left: 0;
	}
	.top-category .owl-next {
		right: 0px;
	}
	.owl-carousel-featured .owl-prev {
		left: 0;
	}
	.owl-carousel-featured .owl-next {
		right: 0px;
	}
	.top-categories-search {
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 16px;
		width: 45%;
	}
	.top-categories-search .form-control-select, .top-categories-search .select2-container {
		width: 138px !important;
	}
	.container {
		max-width: 100%;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.top-categories-search .form-control {
		min-width: auto;
	}
}






@media (min-width: 992px){
	ul.dropdown-menu ul.dropdown-menu {
		position: absolute;
		top: 0;
		left: 100%;
	}
}

ul.dropdown-menu .dropdown-toggle:after {
    display:none
}
        
        
        
@media screen and (max-width:768px){
	a.nav-link.dropdown-toggle {
		pointer-events: none;
	}
	
	ul.dropdown-menu ul.dropdown-menu {
		padding-left: 15px;
	}
	
	ul.dropdown-menu {
		padding-top: 0;
	}
}


.f16 {font-size: 16px;}





.clear{margin: 0px; padding: 0px; clear: both;}
.mp0{margin: 0px!important;padding: 0px!important;}
.margin0{margin: 0px!important;}
.padding0{padding: 0px!important;}

.mtop0{margin-top: 0px!important;}
.mtop5{margin-top: 5px!important;}
.mtop10{margin-top: 10px!important;}
.mtop20{margin-top: 20px!important;}
.mtop30{margin-top: 30px!important;}
.mtop40{margin-top: 40px!important;}
.mtop50{margin-top: 50px!important;}
.mtop60{margin-top: 60px!important;}

.mbottom0{margin-bottom: 0px!important;}
.mbottom5{margin-bottom: 5px!important;}
.mbottom10{margin-bottom: 10px!important;}
.mbottom20{margin-bottom: 20px!important;}
.mbottom30{margin-bottom: 30px!important;}
.mbottom40{margin-bottom: 40px!important;}
.mbottom50{margin-bottom: 50px!important;}
.mbottom60{margin-bottom: 60px!important;}

.ajaxadjust{ margin-top:9px!important; } 

.ptop0{padding-top: 0px!important;}
.ptop5{padding-top: 5px!important;}
.ptop10{padding-top: 10px!important;}
.ptop20{padding-top: 20px!important;}
.ptop30{padding-top: 30px!important;}
.ptop40{padding-top: 40px!important;}
.ptop50{padding-top: 50px!important;}
.ptop60{padding-top: 60px!important;}

.pbottom0{padding-bottom: 0px!important;}
.pbottom5{padding-bottom: 5px!important;}
.pbottom10{padding-bottom: 10px!important;}
.pbottom20{padding-bottom: 20px!important;}
.pbottom30{padding-bottom: 30px!important;}
.pbottom40{padding-bottom: 40px!important;}
.pbottom50{padding-bottom: 50px!important;}
.pbottom60{padding-bottom: 60px!important;}
.pbottom100{padding-bottom: 100px!important;}




.txt_center{text-align: center;}
.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_justify{text-align: justify;}

.font12{ font-size: 12px!important; font-family: Arial;}
.font14{ font-size: 14px!important; font-family: Arial;}
.font16{ font-size: 16px!important; font-family: Arial;}
.font18{ font-size: 18px!important; font-family: Arial;}
.font20{ font-size: 20px!important; font-family: Arial;}
.font22{ font-size: 22px!important; font-family: Arial;}
.font24{ font-size: 24px!important; font-family: Arial;}
.font26{ font-size: 26px!important; font-family: Arial;}
.font28{ font-size: 28px!important; font-family: Arial;}

.allmatter{ text-align: justify; float: left; display: block;}
.allmatter h1{font-size: 36px; color: #b21f29; }
.allmatter h2{font-size: 30px; color: #b21f29; }
.allmatter h3{font-size: 26px; color: #b21f29; }
.allmatter h4{font-size: 24px; color: #b21f29; }

.allmatter img{width: 100%; }

.allmatter p{font-size: 14px; font-family: arial; color: #333333; }
.allmatter ul{ margin-left: 20px; margin-top: 20px;}
.allmatter li{font-size: 14px; font-family: arial; color: #333333; list-style: decimal; padding-bottom: 5px; line-height: 20px; }

.btn-whites {
  color: #343a40;
  background-color: #fff;
  border: 1px solid #ccc;
}
.moblprts{ margin-bottom:30px;}
.btn{border-radius:15px;}
.navbar-brand img{
    height: 85px !important;
  padding: 0 0;
}
#search .btn-secondary{ background:#000!important;}
.bg-light { background-color: #fff!important;}
.footcolor p { font-size: 16px!important;}
.navbar-top { text-align: center!important; font-size: 13px!important;background: #3d6b61;}
/* .listvuitem .left_order{margin-left:28.5%!important;} */
.left_order{
    background-color: #eaeaea !important;
    border: 0px;
    border-radius: 0;
    font-size: 15px;
    height: 30px !important;
    /* line-height: 30px !important; */
    color: #666;
    /* width: 30px; */
    float: left !important;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
  border-radius: 30px;
  padding-right: 11px;
}
.right_order{
    background-color: #eaeaea !important;
  border: 0px;
  border-radius: 0;
  font-size: 15px;
  height: 30px !important;
  /* line-height: 30px !important; */
  color: #666;
  /* width: 30px; */
  float: left !important;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  border-radius: 30px;
  padding-right: 11px;
}
.input_order{width:32px!important; height:28px;float:left!important; display:block!important; text-align:center;height: 30px!important;line-height: 30px!important; border:0px solid #ccc; font-size:18px; width:55px; text-align:center;}
.qty_order_active{background-color:#000!important; color:#fff!important;}
.mordelft0{margin-left:0px!important;}
.footcolor img{background-color:#fff; padding: 2px 5px; border-radius: 5px;}
.product_soldout {pointer-events: none; 
    background-color:#eee;
}
.product_soldout:hover{opacity: 0.5;}
.discountpercent{ 
color: white;
  background-color: #3d6b61;
  padding: 4px 16px;
  border-radius: 0;
  margin-left: 5px;
  font-size: 14px;
}
.upsploffer{width:100%; height:auto; }
.upsploffer img{object-fit:cover;}
.viewalls{
padding: 10px 20px;
  background-color: #3d6b61 !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  border-radius: 3px;
}
.viewalls:hover{
  background-color: #ffa14a !important;
  color: #fff !important;
}
.section-header .text-secondary:hover{
   background-color: #000 !important;
  color: #fff !important;
}
.blackcolr{color:#333!important; font-size:32px!important; font-weight:bold;}
.newwleft{
    float: left;
  width: 40%;
  height: 35px;
  padding-top: 1px;
}
.newwright{float:left;width:75%;}
.stampimage{float: left;position: absolute;text-align: center;width: 154px!important;top: 5%; left:12%;}
.footer img{ width: 150px;
  height: auto;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 0 5px #ffffff4a;}
  .last_foot img{
    width: 350px;
  }
.newsletterbtns {
    padding: 4px 12px !important;
    background: #000;
  border-radius: 0 !important;
 }
 .newsletterbtns.btn-secondary:hover {
  color: #000;
  background-color: #e3e3e3;
  border-color: #fff;
}
.custom-checkbox input[type="checkbox"] { display: block;  float: left;  margin-top: 5px;  margin-right: 5px; }
/* .mnu_cover{border-bottom: 1px solid #ececec;} */
.order-list-tabel-main th{font-size:13px;padding: 5px; text-align:center;}
.order-list-tabel-main th:first-child{width:64px!important;}
.order-list-tabel-main td:first-child{text-align:center!important;}
.dispricess i{ font-size:28px;color:#000; }
.short-description p{ text-align:justify!important; }
.increase i{ padding:0px!important;}
.mdi-minus{ padding:0px!important;}
.page-link{ border:0px!important;}


.left_order_listpage {
  margin-left: 31% !important; 
  background-color: #cfe3fd !important;
  margin-left: 24%;
  border-radius: 3px;
  font-size: 15px;
  height: 30px !important;
  line-height: 30px !important;
  color: #666;
  border: 0px;
  width: 30px;
  height: 30px;
  float: left !important;
  display: block !important;
  font-weight: bold;
}

.menu a{ font-size:15px!important;font-weight: 400;}
.offer-product img{padding:0px; border-radius: 10px;
overflow: hidden;}



input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
    outline: none;
}


.new4fee img{width: 100%!important;
object-fit: scale-down;
float: left;
display: block;
text-align: center;}

.short-description h5{color:#000;}













@media only screen and (min-width : 320px) and (max-width : 479px) {
/*.top-categories-search { left: 12%; padding: 0px;}*/

/* .main-nav-right li {margin-right: -60px !important;} */
    .wsmenu > .wsmenu-list > li > a.active {color: #fff!important;}
    .navbar {background-size: auto!important;}
    .reduced{margin-left: 25%!important;}
    .top-categories-search {padding: 0px; margin-left: 7%;}
    .offer-product img{ height: auto!important; margin-top:10px;}
    .shopcategory{ width: 48%; }
    .main-nav-right .btn{margin: 0 0 0 8px;}
    /* #searchform{ width:87%;} */
    .moblprts{ width: 46% !important; float: left;margin: 1%;margin-bottom:1%!important;padding:5px;}
    .moblprts .reduced { margin-left: 7% !important;}
    .customer-logos .reduced { margin-left: 5% !important;}
    .moblprts img{ margin-top:0px!important; float:left; width: 100%;}
    .section-padding.bg-light.border-top .card.sidebar-card .input-group input[type="email"] { margin: 0;  padding: 18px 13px;}
    .shop-head h5{ font-size: 14px!important; line-height: 45px; }
    .product{padding: 9px 3px!important; margin-bottom: 0px;}
    .moblprtsproduct{width: 48% !important; float: left;margin: 1%; padding:0px;}
    .product .qty{ width: 41px!important; }
    .reduced { margin-left: 0%!important;}
    .mobheight {height: 237px!important;}
    .newleft{ width:48%!important; float:left!important; display:block!important;}
    .newright{ width:48%!important; float:left!important; display:block!important;}
    .shop-detail-right { padding: 15px;}
    .shop-detail-right h2 {font-size: 20px; color: #333; font-weight:bold;}
.shop-detail-right h5{font-size: 16px;color: #000;font-weight: normal;}
/*.short-description p{color:#000;}*/
    .offer-price{font-size:14px!important;}
    .offer-price span{font-size:14px!important; font-weight:bold!important;}
    #pincode_number{width:192px!important;}
    .short-description {padding: 5px;}
    .mobile_none{display:none;}
    .shop-detail-right > h6 {font-size: 12px!important;}
    .list-inline-item{font-size: 14px!important;}
    .shop-detail-right .regular-price {font-size: 14px!important;}
    .sizess a{ height: 25px!important; line-height: 25px!important; font-size: 12px!important;}
    .add-to-cart h6{ font-size: 14px; }
    .half50s{width:48%!important; float:left; display:block;}
    .half50s #submit-button{padding: 5px 20px!important;float: right;font-size: 17px;}
    .shop-detail-right .btn {padding: 8px 17px!important;}
    #all_reviews h2 {font-size: 20px!important;}
    .pincodes { width:100%!important; float:left; display:block; }
    .couponcodes { width:100%!important; float:left; display:block; }
    .pincodes input[type=text]{ width:81%; }
    .coupon-section input[type=text]{ width:81%; }
    .form-inline .form-group{width:81%; height:auto; float:left; display:block;}
    .form-inline{width:100%; height:auto; float:left; display:block;}
    #coupon-section #coupon-apply{margin:0px 0px 0px 3px!important;}
    .main-nav-right .btn { padding: 0 10px 0 0 !important; }
    .cart-btn .cart-value{
        top: 15px !important;
    left: 22px;
    font-weight: 400;
    font-size: 8px;
    }
    .moblprtsproduct img{margin-top:0px!important;}
    .section-padding {padding: 20px 0!important;}
    .page-link {padding: 9px!important;}
    .mt-3 { margin-top: 5px!important;}
    .shop-detail-right .btn { margin: 0px 0!important;}
    .a-left{ width:50%!important; }
    .a-right{ width:48%!important; }
    #collapsefour h3{ font-size:20px;}
    .product-body h5{ width:100%; overflow:hidden; }
    #inaugaral { left: 9%!important;}
    .navbar-top { text-align: center!important; font-size: 12px!important;}
    .desktop_details_cart{ display:none; }
    .mobile_details_cart{ display:block; }
    .input_order{width:30px!important;}
    .sizess {line-height:inherit!important;}
    .sizess span {line-height:inherit!important;  padding: 0px!important;  color: #000;  font-size: 12px!important;}
    .discountpercent { font-size: 12px; font-weight: bold;}
    .menu img{ width: 35px; height: 35px; margin-left: -15px; float: left; margin-top: -5px;  margin-right: 5px; }
    #cart_alert_success { left: 5%!important; }
    .left_order{margin-left:0%!important; }
    .thankimg img{ width:100%!important;}
    .search_by_menu{color: #000; font-weight: bold;line-height: 41px;font-size: 20px;}
    .footcolor p {margin-bottom: 0px!important;}
    .stampimage{float: left;position: absolute;text-align: center;width: 137px!important;top: 5%; left:5%;}
    .featureitems{width:33%!important; float:left; display:block;}
    .shop-detail-right .feature-box h6 { font-weight: bold; line-height: 15px;}
    .newwleft { float: left;  width: 100%!important; padding-top: 5px;}
    .newwright { float: left;  width: 54%!important;}
	.cattrows .pad_left { padding-left: 0%;}
	.itemfilterhalf{ width:50%!important;}
	
	
	/*#cart_alert_success { left: 17%!important;}*/
	.page-info a{ font-size:9px!important; line-height:19px;}
	.page-info { font-size:9px!important; line-height:19px;}
	#button.show{right: 10px;}
	
	.fa-bars{
border: none;
    border-radius: 50%;
    color: #000;
    width: 36px;
    height: 36px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    background: #fff;
    }
    .left_order_listpage { margin-left: 25%!important; }
	
	.fullmenu { font-size: 20px;}
    .accordion-container { margin: 10px auto 23px!important; }
    .dispricess{font-size:22px!important; }
    .menu a {white-space: inherit!important;text-align: left;
        border-bottom: 1px solid #d2d2d2;}
    
.mcart{margin-left:0px!important;}



.owl-theme .owl-controls .owl-buttons div { color:#fff!important; height: 20px!important; line-height: 23px!important; width: 20px!important; }
.carousel-slider-main .owl-prev, .carousel-slider-main .owl-next { top: 43%!important;}


}
@media only screen and (min-width : 480px) and (max-width : 639px) { 
    .mobile_none{display:none!important;}
	.itemfilterhalf{ width:50%!important;}
	#cart_alert_success { left: 17%!important;}
	#inaugaral { left: 20%!important;}
	
	.main-nav-right li {margin-right: -60px !important;}
    .wsmenu > .wsmenu-list > li > a.active {color: #fff!important;}
    .navbar {background-size: auto!important;}
    .reduced{margin-left: 25%!important;}
    .top-categories-search {padding: 0px; margin-left: 7%;}
    .offer-product img{ height: auto!important; margin-top:30px;}
    .shopcategory{ width: 48%; }
    .main-nav-right .btn{margin: 0 0 0 8px;}
    #searchform{ width:87%;}
    .moblprts{ width: 48% !important; float: left;margin: 1%;margin-bottom:1%!important;padding:5px;}
    .moblprts .reduced { margin-left: 7% !important;}
    .customer-logos .reduced { margin-left: 5% !important;}
    .moblprts img{ margin-top:0px!important; float:left; width: 100%;}
    .section-padding.bg-light.border-top .card.sidebar-card .input-group input[type="email"] { margin: 0;  padding: 18px 13px;}
    .shop-head h5{ font-size: 14px!important; margin-top: 10px!important;line-height: 45px; }
    .product{padding: 9px 3px!important; margin-bottom: 0px;}
    .moblprtsproduct{width: 48% !important; float: left;margin: 1%; padding:0px;}
    .product .qty{ width: 41px!important; }
    .reduced { margin-left: 0%!important;}
    .mobheight {height: 280px!important;}
    .newleft{ width:48%!important; float:left!important; display:block!important;}
    .newright{ width:48%!important; float:left!important; display:block!important;}
    .shop-detail-right { padding: 15px;}
    
    .shop-detail-right h2 {font-size: 20px; color: #333;}
.shop-detail-right h5{font-size: 16px; color: #000;}
    .offer-price{font-size:14px!important;}
    .offer-price span{font-size:14px!important; font-weight:bold!important;}
    #pincode_number{width:178px!important;}
    .short-description {padding: 5px;}
    .mobile_none{display:none;}
    .shop-detail-right > h6 {font-size: 12px!important;}
    .list-inline-item{font-size: 14px!important;}
    .shop-detail-right .regular-price {font-size: 14px!important;}
    .sizess a{ height: 25px!important; line-height: 25px!important; font-size: 12px!important;}
    .add-to-cart h6{ font-size: 14px; }
    .half50s{width:48%!important; float:left; display:block;}
    .half50s #submit-button{padding: 5px 20px!important;float: right;font-size: 17px;}
    .shop-detail-right .btn {padding: 8px 17px!important;}
    #all_reviews h2 {font-size: 20px!important;}
    .pincodes { width:100%!important; float:left; display:block; }
    .couponcodes { width:100%!important; float:left; display:block; }
    .pincodes input[type=text]{ width:81%; }
    .coupon-section input[type=text]{ width:81%; }
    .form-inline .form-group{width:81%; height:auto; float:left; display:block;}
    .form-inline{width:100%; height:auto; float:left; display:block;}
    #coupon-section #coupon-apply{margin:0px 0px 0px 3px!important;}
    .main-nav-right .btn { padding: 24px 8px!important; }
    .cart-btn .cart-value{top:31px!important;}
    .moblprtsproduct img{margin-top:0px!important;}
    .section-padding {padding: 20px 0!important;}
    .page-link {padding: 9px!important;}
    .mt-3 { margin-top: 5px!important;}
    .shop-detail-right .btn { margin: 0px 0!important;}
    .a-left{ width:50%!important; }
    .a-right{ width:48%!important; }
    #collapsefour h3{ font-size:20px;}
    .product-body h5{ width:100%; overflow:hidden; }
    #inaugaral { left: 9%!important;}
    .navbar-top { text-align: center!important; font-size: 12px!important;}
    .desktop_details_cart{ display:none; }
    .mobile_details_cart{ display:block; }
    .input_order{width:30px!important;}
    .sizess {line-height:inherit!important;}
    .sizess span {line-height:inherit!important;  padding: 0px!important;  color: #000;  font-size: 12px!important;}
    .discountpercent { font-size: 12px; font-weight: bold;}
    .menu img{ width: 35px; height: 35px; margin-left: -15px; float: left; margin-top: -5px;  margin-right: 5px; }
    #cart_alert_success { left: 5%!important; }
    .left_order{margin-left:0%!important; }
    .thankimg img{ width:100%!important;}
    .search_by_menu{color: #000; font-weight: bold;line-height: 41px;font-size: 20px;}
    .footcolor p {margin-bottom: 10px!important;}
    .stampimage{float: left;position: absolute;text-align: center;width: 137px!important;top: 5%; left:5%;}
    .featureitems{width:33%!important; float:left; display:block;}
    .shop-detail-right .feature-box h6 { font-weight: bold; line-height:15px;}
    .newwleft { float: left;  width: 45%!important; padding-top: 5px;}
    .newwright { float: left;  width: 54%!important;}
	.cattrows .pad_left { padding-left: 0%;}
	.itemfilterhalf{ width:50%!important;}
	
	
	/*#cart_alert_success { left: 17%!important;}*/
	.page-info a{ font-size:12px!important; line-height:19px;}
	.page-info { font-size:12px!important; line-height:19px;}
	#button.show{right: 47%;}
	
	.fa-bars{ border:1px solid #ccc; padding:9px; border-radius:50%; }
	
    .left_order_listpage { margin-left: 32%!important; }
    .product-footer2 .ajaxadjust{margin-top:0px!important;}
    
    .fullmenu { font-size: 20px;}
    .accordion-container { margin: 10px auto 23px!important; }
    .dispricess{font-size:22px!important; }
    
    .menu a {white-space: inherit!important;}
    
    .owl-theme .owl-controls .owl-buttons div { color:#fff!important; height: 20px!important; line-height: 23px!important; width: 20px!important; }
.carousel-slider-main .owl-prev, .carousel-slider-main .owl-next { top: 43%!important;}
}
@media only screen and (min-width : 640px) and (max-width : 767px) { 
    .mobile_none{display:none!important;}
	.itemfilterhalf{ width:50%!important;}
	#cart_alert_success { left: 23%!important;}
	#inaugaral { left: 25%!important;}
	.osahan-menu .my-2.my-lg-0 .main-nav-right { right: 0px!important;}
	#searchform{float:left; display:block;}
	#searchform { margin-right: 53px!important; margin-top: 14px!important; }
    /*9999999999999999999999999999*/
    .owl-theme .owl-controls .owl-buttons div { color:#fff!important; height: 20px!important; line-height: 23px!important; width: 20px!important; }
.carousel-slider-main .owl-prev, .carousel-slider-main .owl-next { top: 43%!important;}
}
@media only screen and (min-width : 768px) and (max-width : 1020px) { 
    .mobile_cart{display:none!important;}
    .desktop_none{display:none!important;}
    .menu img{display:none!important;}
    .thankimg img{ width:100%!important; height:250px!important; object-fit:scale-down;}
	.content{width:100%!important; margin:0px!important;}
}
@media only screen and (min-width : 1021px) and (max-width : 1024px) { 
    .mobile_cart{display:none!important;}
    .desktop_none{display:none!important;}
    
    .desktop_details_cart{ display:none!important;}
    .mobile_details_cart{ display:block!important;}
   .menu img{display:none!important;}
    .thankimg img{ width:100%!important; height:250px!important; object-fit:scale-down;}
	.content{width:100%!important; margin:0px!important;}
}
@media only screen and (min-width : 1025px) and (max-width : 1279px) { 
    .mobile_cart{display:none!important;}
    .desktop_none{display:none!important;}
    
    .desktop_details_cart{ display:none!important;}
    .mobile_details_cart{ display:block!important;}
   .menu img{display:none!important;}
    .thankimg img{ width:100%!important; height:250px!important; object-fit:scale-down;}
	.content{width:100%!important; margin:0px!important;}
}
@media only screen and (min-width : 1280px) and (max-width : 1367px) { 
    .mobile_cart{display:none!important;}
    .desktop_none{display:none!important;}
    
    .desktop_details_cart{ display:none!important;}
    .mobile_details_cart{ display:block!important;}
    .menu img{display:none!important;}
    .thankimg img{ width:100%!important; height:250px!important; object-fit:scale-down;}
	.content{width:100%!important; margin:0px!important;}
}
@media only screen and (min-width : 1368px) and (max-width : 2000px) { 
    .mobile_cart{display:none!important;}
    .desktop_none{display:none!important;}
    
    .desktop_details_cart{ display:none!important;}
    .mobile_details_cart{ display:block!important;}
    .menu img{display:none!important;}
    .thankimg img{ width:100%!important; height:250px!important; object-fit:scale-down;}
	
	.content{width:100%!important; margin:0px!important;}
}

.footer .logo img {
  width: 82px;
}
.mnu_cover {
  background: #fff!important;
}
/* .menu {
  background: #fff!important;
} */
.cus_bg7{
    background-color: #f4f4f4;
}
nav .btn {
    text-shadow: none!important;
    color: #fff!important;
  }
.menu ul {
    text-align: center;
}
.cus_product .product-items-slider:nth-of-type(2n+2){
background-color: #f4f4f4;
}
.cus_product .product-items-slider:nth-of-type(2n+2) .size_unit li{
    background-color: #fff;
}
.sec_padding4_0{
    padding: 40px 0 0;
}
.sec_padding4{
    padding: 40px 0;
}
.cus_offer{
    padding: 40px 0 ;
}
/* .navbar-brand img{
    height: 70px;
    object-fit: contain;
} */
.pro_cat .product {
    min-height: 335px;
  }
  .news_l{
    margin-top: 25px;
  }
.news_l .sidebar-card .card-body{
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none!important;
}
/* .cus_product .product-items-slider:nth-of-type(2n+2) .product{
    background: #efefef;
} */
.news_l .card{
    box-shadow: none!important; 
    background-color: transparent;
}

.navbar-top marquee a{
    color: #fff!important;
}




  @media only screen and (max-width: 767px) {
    .heading-design-h5 {
font-size: 25px;
    margin-bottom: 5px;
    }
    .heading-design-h5 a {
        font-size: 13px;
        line-height: 16px;
      }
      .sec_padding4 {
        padding: 20px 0;
      }
      .navbar-brand img {
        height: 68px !important;
        padding: 0px 0;
      }
      .mobile_fixed{
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 999;
        padding: 10px;
      }
      .mobile_fixed a:first-child{
        width: 12%;
        border-radius: 0;
        height: 36px;
      }
      .mobile_fixed a:last-child{
        width: 80%;
      }
      .mobile_fixed a .btn{
        width: 100%;
        
      }
      .mobile_fixed .btn-secondary{
        background-color: #000!important;
      }
      .viewalls {
        padding: 7px 10px;
    }
    #button.show {
        bottom: 65px;
    }
.only_desktop{
    display: none;
}
.fullmenu {
margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 20px !important;
  }
  .osahan-menu .navbar-brand {
padding: 0;
    position: absolute;
    left: 20%;
    top: 5px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}
.top-categories-search {
    padding: 0px;
    margin-left: 0%;
  }
  /* #searchform {
    margin-top: 11px;
  } */
  .top-categories-search .btn {
    font-size: 14px;
  }
  .is-hidden {
    display: none;
}
.toggle-display{
border: none;
    border-radius: 50%;
    color: #000 !important;
    width: 36px;
    height: 36px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    position: absolute;
    right: 15px;
    top: 20px;
    background: #fff;
}
.cus_b_border {
    border-bottom: 0;
    height: 81px;
  }
  .top-categories-search-main {
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
  }
  .top-categories-search .btn {
    font-size: 14px;
  }
  .shopcategory img {
    width: 100%;
    height: 145px;
    object-fit: contain;
    padding: 20px;
    background: #fff;
  }
  .shopcategory.centered {
    margin-right: 8px;
    margin-bottom: 12px;
  }
  .shopcategory {
    width: 46%;
  }
  .product-header {
    height: 250px!important;
  }
 .product {
    min-height: 380px;
  }
#q_showloaderimg{
    position: absolute!important;
    width: 100%!important;
    margin-top: -99px!important;
    margin-left: -42px!important;
}
.account-page .product {
    min-height: auto;
  }


  }

  @media only screen and (min-width: 768px) {
  .fullmenu.mbottom10{
    display: none;
  }
  .toggle-display{
    display: none;
  }

}



  @media only screen and (min-width: 1201px) {
  .container{
    max-width: 1250px;
  }
}

@media only screen and (max-width: 991px) {
.cus_fixed{
    display: flex!important;
    }
    .footcolor p {
        font-size: 13px !important;
        text-align: center;
      }
      .footer-bottom{
        margin-bottom: 56.5px!important;
      }
}


.cart-btn .btn{
    color: #000!important;
}
.product-header{
width: 100%;
  height: 375px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.product-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  background: #ececec;
}
.cus_wh{
    width: 34.5px;
    height: 34.5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #999 !important;
    color: #fff;
    border-radius: 50%;
}
.cus_wh:hover{
    background: #000 !important;
    color: #fff;
}
.cus_wh.selectwishc{
    background: #000 !important;
}
.add-to-cart {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .add-to-cart h6 {
margin-bottom: 0;
  margin-right: 7px;
  padding-bottom: 0px;
  line-height: 45px;
  padding-top: 0px;
  font-size: 18px;
  color: #3d6b61;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  }
  .cus_b_border{
    border-bottom: 1px solid #d7d7d7;
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 16px;
  }
  .navbar .form-control{
    border: 1px solid #d7d7d7;
    padding-left: 20px;
  }
  .cart-btn .btn {
    font-size: 14px !important;
    color: #fff!important;
    font-weight: 400!important;
  }
  .cart-btn .mdi{
    /* border: 1px solid #d7d7d7; */
    box-shadow: none;
  }
  .top-categories-search .btn{
    font-size: 13px;
  }
  .btn-success{
    background-color: #000;
  }
  .btn-success:hover{
    background-color: #666;
  }
 .shop-detail-right .list-inline {
    margin-top: 20px;
  }
  .feature-box {
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .cus_fixed li a {
    font-size: 14px;
  }
  /* .cus_h6{
    margin-bottom: 0;
    padding-top: 10px;
    text-align: right;
  }
  .cus_center{
     display: flex;
     justify-content: center;
     align-items: center;
  }
   */
  .cus_fixed{
  width: 100%;
  display: none;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  }
  .cus_fixed li{
    list-style: none;
    width: 36%;
    padding-top: 6px;
    border-right: 1px solid #00000012;
    background: #fff;
    border-top: 1px solid #00000012;
  }
  /* .cus_fixed li:nth-child(1){
    background: #4a00ce;
  }
  .cus_fixed li:nth-child(2){
    background: #fc8f3f;
  }
  .cus_fixed li:nth-child(3){
    background: #c50053;
  }
  .cus_fixed li:nth-child(4){
    background: #0b66b6;
  } */
  .cus_fixed li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
  }
  .cus_fixed li a img{
    width: 25.5px;
    height: 25.5px;
    object-fit: contain;
  }
  
  .mnu_cover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.modal_btn{
display: flex;
  color: #000 !important;
  font-size: 15px;
  border: 1px solid #0000001c;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 4px 20px;
  background: #eee;
  margin-top: 0;
  border-radius: 30px;
}
.modal_btn img{
width: 30px;
  margin-left: 10px;
}
.modal-body img{
width: 100%;
}
.head_left{
display: flex;
  justify-content: end;
  align-items: center;
}
.top-categories-search .form-control::placeholder{
    font-size: 13px;
    font-weight: 400;
}
/* .head_left form{
padding-right: 15px;
  border-right: 1px solid #ffffff29;
} */
.d_center{
    display: flex;
    align-items: center;
}

.cus_cat{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: .5s ease-in-out;
    margin: 15px 0;
}
.cus_cat img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
    transform: scale(1.0);
}
.cus_cat:hover img{
    transform: scale(1.1);
    transition: .5s ease-in-out;
}
.carousel-slider-main .owl-theme .owl-controls .owl-buttons div {
  color: #000;
}
.carousel-slider-main {
  margin: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.product-items-slider .customer-logos.slick-slider .slick-list{
    padding: 0 150px 0 0 !important;
}


.customer-logos .slick-prev,
.customer-logos .slick-next {
background: #3d6b61;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 19px;
  position: absolute;
  top: 35%;
  border: 2px solid #fff;
}

.customer-logos .slick-prev:hover,
.customer-logos .slick-next:hover {
    background: #000;
    opacity: 1;
}

/* Positioning */
.customer-logos .slick-prev {
    left: -13px;
}
.customer-logos .slick-next {
    right: -22px;
}
.product_left{
    padding-right: 10px;
}
.product_left .heading-design-h5 {
font-size: 50px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}
.product_left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
}
.size_unit{
    display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.size_unit li{
background-color: #eaeaea;
  color: #000;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
}
.product_left p{
font-family: "Lexend", sans-serif;
  color: #595959;
  font-weight: 400;
  border-top: 1px dashed;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.3;
}
.product_left .viewalls{
    border-radius: 30px;
    padding: 12px 40px;
    line-height: 1;
}
.product-footer2 {
  display: none;
}
.product-footer {
  display: none;
}
.video_part video{
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.video_part iframe{
    width: 100%;
}
.cus_bg5 {
  background-color: #f0f3f3 !important;
}
.both_para {
padding: 40px 25px;
  border-radius: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
	}
	.both_para ul{
	  list-style: square;
	  padding-left: 15px;
	  margin-bottom: 20px;
	}
	.both_para ul li {
	  list-style: inherit;
	}
	.both_para ul li::marker{
	  color: #ec6543;
	}
	.both_para h2 {
clear: none;
  font-weight: 600;
  font-size: 27px !important;
  line-height: 1.2;
  margin-bottom: 8px !important;
	}
	.both_para p{
		color: #666;
	}
    .seo_part{
        padding-top: 40px;
    }
    .both_para h4 {
  clear: none;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  color: #3d6b61;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  width: fit-content;
  display: flex;
}
.footer ul li a{
font-size: 15px;
  font-weight: 400;
}
.form-control::placeholder{
    font-size: 14px;
}
.footer-social {
  display: flex;
  gap: 5px;
}
.pro_list h4{
    color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
}
.pro_list h6{
color: #3d6b61;
  font-weight: 500;
  font-size: 13px;
  font-family: "Lexend", sans-serif;
  background: #fff;
  padding: 3px 18px 3px 10px;
  border-radius: 0 30px 30px 0;
  width: fit-content;
  margin-bottom: 10px;
}
.pro_list ul{
    display: flex;
    flex-wrap: wrap;
}
.pro_list ul li {
    line-height: 1;
    margin-bottom: 7px;
}
.pro_list ul li {
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
  color: #acacac !important;
  
}
.pro_list ul li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
  
}
.pro_list ul li a{
  font-size: 13px;
}
.pro_list {
  padding: 20px;
  border: 1px solid;
  margin-top: 40px;
}
.read_more{
background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px 20px 3px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 5px;
}
.footcolor a{
    color: #fff;
}
.footer-bottom.footcolor p{
    font-size: 14px!important;
    padding: 3px 0;
}
.cart-btn {
    padding-right: 20px;
    border-right: 1px solid #fff3;
}

@media (max-width: 767px) {
.head_left{
    position: relative;
}
.navbar-top.pt-2.pb-2{
    padding-bottom: 0 !important;
}
.navbar-top marquee {
    background-color: #ffffff1a;
  }
.head_left {
  justify-content: center;
  position: relative;
}
.head_left #searchform {
position: absolute;
    top: 6px;
    width: 100%;
    left: 0;
}
.head_left form {
  padding-right: 0;
  border-right: none;
}
.cart-btn .mdi {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.menu {
  width: 94%;
  margin-left: 3%;
}
.carousel-slider-main {
  margin: 7px;
  border-radius: 4px;
}
.carousel-slider-main .owl-theme .owl-controls .owl-buttons div {
    color: #000 !important;
    line-height: 20px !important;
    font-size: 13px;
  }
.cus_cat {
  border-radius: 5px;
  margin: 5px 0;
}
.cus_row{
    padding: 0 5px!important;
}
.cus_row .col-6{
    padding: 0 5px!important;
}
.offer-product img {
  border-radius: 5px;
}
.product_left .heading-design-h5 br{
    display: none;
}
.product_left .heading-design-h5 {
  font-size: 25px;
  line-height: 1.2;
}
.product_left p {
  padding-top: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.product_left .viewalls {
  padding: 8px 40px;
  font-size: 13px;
}
.product-items-slider .customer-logos.slick-slider .slick-list {
  padding: 0 0 0 0 !important;
}
.customer-logos .slick-prev, .customer-logos .slick-next {
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.customer-logos .slick-next {
  right: -15px;
}

.slide {
  margin: 10px 3px !important;
}
.product-body h5{
    min-height: 35px;font-size: 13px;
}
.size_unit li {
  padding: 4px 8px;
  font-size: 12px;
}
.size_unit {
    gap: 4px;
}
.video_part video {
  margin-top: 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.seo_part {
  padding-top: 30px;
}
.both_para {
  padding: 20px 15px;
}
.both_para h2 {
  font-size: 18px !important;
  margin-bottom: 7px !important;
}
.both_para p {
  color: #808080;
  font-size: 14px;
}
.both_para p {
  color: #575757;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 300;
}
.both_para h4 {
  font-size: 14px !important;
  margin-bottom: 6px !important;
  line-height: 1.2;
  padding-bottom: 5px;
}
.feature-box {
  margin-bottom: 20px;
}
.footer {
  padding: 50px 0;
}
.pro_list ul li a {
  font-size: 12px;
  line-height: 1.3;
}
.read_more {
  font-size: 12px;
  padding: 3px 20px;
  margin-bottom: 30px;
}
.pro_list {
  padding: 15px;
}
.footer-bottom.footcolor p {
  font-size: 12px !important;
}
.pro_list h4 {
  font-size: 25px;
}
.pro_list h6 {
  font-size: 12px;
}
.pro_list ul li {
  margin-bottom: 8px;
}

















}





.cus_filter {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  max-width: 280px;
  font-family: Arial, sans-serif;
}

.cus_filter .classfilter {
  display: block;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 10px;
}

.cus_filter .set {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.cus_filter .set a {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.cus_filter .set a i {
  font-size: 14px;
  color: #666;
}

.cus_filter .content {
  display: none;
  padding-left: 5px;
  margin-bottom: 8px;
}

.cus_filter .set.active .content {
  display: block;
}

.cus_filter .custom-control {
  margin: 5px 0;
}

.cus_filter .custom-control-input {
  cursor: pointer;
  margin-right: 5px;
}

.cus_filter .custom-control-label {
  cursor: pointer;
  font-size: 14px;
  color: #444;
}
.filter-heading {
font-size: 30px;
  font-weight: 300;
  color: #222;
  margin-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}
.filter-title {
font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3d6b61;
  font-family: "Lexend", sans-serif;
  padding: 8px 20px;
  line-height: 1.3;
  text-transform: uppercase;
  border-radius: 22px;
  text-align: center;
}

.modern-filter {
background: #fff;
  border-radius: 0;
  padding: 22px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filter-section {
    /* margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px; */
}

.filter-content {
    padding-left: 8px;
}
.custom-control {
    margin-bottom: 8px;
}
.custom-control-input {
    accent-color: #3d6b61; /* modern colored check/radio */
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3d6b61;
  background-color: #3d6b61;
}
.custom-control-label {
    margin-left: 6px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.custom-control-label:hover {
    color: #3d6b61;
}
.shop-head {
  background: #fff;
  border-radius: 0;
  padding: 15px 20px;
  font-family: "Lexend", sans-serif;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.shop-head h5{
  color: #3d6b61;
}
.shop-head span{
font-size: 15px;
  margin: 0 !important;
  font-weight: 300;
  color: #000;
}
.shop-head button{
border: 1px solid #3d6b61 !important;
  font-size: 14px;
  font-weight: 300 !important;
  color: #000 !important;
  padding-left: 20px;
}
.shop-head button a{
  color: #000 !important;
}

/* .cus_row5 {
  padding: 0 5px;
} */
.cus_row5 .row {
  padding: 0 10px;
}
.cus_row5 .col-md-3{
    padding: 0 10px;
}
.
.list_page .product-header {
  height: 330px;
}
.list_page .size_unit li {
  background-color: #fff;
}
.no_product {
  background: #fff;
  border-radius: 0;
  padding: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;
  color: #3d6b61;
  font-weight: 200;
}
.page-info a{
  font-size: 13px;
  font-family: "Lexend", sans-serif;
}
.page-info span{
  font-size: 13px;
  font-family: "Lexend", sans-serif;
}
.page-info a strong{
  font-weight: 500;
  color: #3d6b61;
}
.page-info{
padding: 10px 0!important;
  border-bottom: 1px solid #eaeaea!important;

}
.list_page .size_unit {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.filter-title {
    cursor: pointer;
    position: relative;
    padding-right: 25px; /* space for arrow */
}

/* Arrow icon */
.filter-title::after {
content: "￬";
  position: absolute;
  right: 15px;
  top: 48%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 30px;
}

/* Rotate when active */
.filter-section.active .filter-title::after {
    transform: translateY(-50%) rotate(180deg); /* ▲ */
}

@media (min-width: 991px) {

.filter-title::after {
  display: none;
}

/* .exzoom_zoom_outer{
  width: 100%!important;
} */



}
@media (max-width: 991px) {
.shop-head {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop-head .btn-group.float-right.mt-2{
margin-top: 0!important;
}
.shop-head .btn-group.float-right.mt-2{
  margin-top: 0!important;
}
 .shop-head span.mb-2.d-block {
    text-align: center;
    background: #eaeaea;
    padding: 5px;
    display: block;
  }
.cus_row5 .col-md-3 {
  padding: 0 5px;
}
.list_page .product-header {
    height: 275px !important;
  }
.list_page .product {
    padding: 12px 0px !important;
    margin-bottom: 0px;
  }



}


.mrp{
font-size: 18px;
  color: #3d6b61;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}
.cus_border{
  border-bottom: 1px dashed #0000005e;
  margin: 10px 0;
  display: block;
}
.qty_price_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
    .sizess{
      width: fit-content;margin-right: 8px;
    }
    .sizess span { padding:5px; color:#000; }
    .sizess .active  span { color:#fff; font-weight: bold; }
    .sizess a {
background-color: #eaeaea;
  color: #000;
  padding: 5px 15px;
  line-height: 1;
  font-size: 14px;
  border-radius: 16px;
}
.sizess a:hover {
    background-color: #3d6b61;
    color: #ffffff;
}
.sizess .active {
background-color: #3d6b61;
  color: #fff;
  border: none;
}
.size_part {
  display: flex;
}
.size_part .mrp{
  margin-right: 20px;
}
.add-to-box.margn_top{
  display: flex;
  justify-content: flex-end;
}
.half50s input{
  width: 200px!important;
  margin-bottom: 0px!important;
}
.bot_pro .form-row{
display: flex !important;
  justify-content: space-between;
  flex-direction: row;
}
.bot_pro .form-row .half50s{
  width: 100%;
}
.bot_pro .form-row .half50s button{
  width: 100%;
  background-color: #3d6b61 !important;
}
.bot_pro .form-row .half50s input{
  width: 100%!important;
}
.pin_result{
display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed;
  width: 60%;
}
.bot_pro .form-row{
  display: flex;
}
.pin_search{
  width: 35%!important;
}
.pin_result p{
  font-size: 16px;
}
.pin_result p .fa.fa-truck{
font-size: 20px;
  color: #fff;
  background-color: #3d6b61;
  padding: 10px;
  border-radius: 0;
  margin-right: 10px;
}
.pin_result p b{
  color: #3d6b61;
}
#pinresult p.text-success{
color: #3d6b61 !important;
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: center;
  background: #f4f4f4;
  padding: 6px;
  font-size: 14px;
  font-weight: 500 !important;
}
#pinresult p.text-danger{
  color: red !important;
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: center;
  background: #f4f4f4;
  padding: 6px;
  font-size: 14px;
  font-weight: 500 !important;
}
.shop-detail-right h6 strong{
  color: #000;
}
@media (max-width: 991px) {
.for_desk{
  display: none!important;
}
}
#pinresult .blue{
  display: none;
}
b, strong {
  font-weight: 500!important;
}


.news_l .card{
    border: none!important;
}

.footer{
    position: relative;
}
.footer::before {
position: absolute;
  content: '';
  background-image: url(../images/footer1.png);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-size: contain;
  transform: rotate(180deg);
}
.footer::after {
  position: absolute;
  content: '';
  background-image: url(../images/footer1.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-size: contain;
}
.non-veg.non-veg.text-danger.mdi.mdi-circle{
	display:none;
}
@media (max-width: 767px) { 
    .pin_result {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.pin_search {
  width: 100% !important;
}   
    .bot_pro .form-row {
  flex-direction: column;
}
   .add-to-box.margn_top {
  justify-content: flex-start;
  margin-top: 20px;
}
.half50s .form-control{
	text-align:left!important;
}
	.bot_pro .form-row .half50s button {
	width: 65%;
	}
	
	
	
	
}





.brand_name{
font-size: 14px;
  background: #eaeaea;
  color: #3d6b61;
	border-left: 2px solid;
  padding: 5px 20px;
  font-family: "Outfit", sans-serif;
  border-radius: 0 30px 30px 0;
  width: fit-content;
  font-weight: 500;
}






