@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: #F6F6F6;
     font-size: 13px;
     font-family: 'Maven Pro', sans-serif;
     line-height: 25px;
     color: #888;
}
h1, h2, h3, h4, h5, h6 {
     color: #333;
}
 p {
     font-size: 13px;
     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;
}
.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: #069CD4; /* Old browsers */
background: #069CD4; /* FF3.6-15 */
background: #069CD4; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #069CD4 0%,#069CD4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#069CD4', endColorstr='#069CD4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}*/
.btn-secondary {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff934b+0,ff5e62+100 */
background: #ff934b; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff934b 0%,#ff5e62 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff934b 0%,#ff5e62 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff934b', endColorstr='#ff5e62',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.text-secondary{
	color:#0cc5b7 !important;
}
 .bg-success, .btn-success, .btn-outline-success:hover, .badge-success {
     border-color: transparent !important;
     background: #4eda92;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #4eda92 1%,#56e0cb 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #4eda92 1%,#56e0cb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eda92', endColorstr='#56e0cb',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .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: #ff253a;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #ff253a 0%,#ff8453 100%);
    /* Chrome10-25,Safari5.1-6 */
     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: 2px !important;
    font-size: 13px;
/*    background-color:  !important;*/
}
.heading-design-h5 {
    font-size: 18px;
    margin-bottom: 14px;
}
.heading-design-h5 a {
    font-size: 15px;
    line-height: 22px;
}
.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;
}
/* Top Menu */
.navbar-top, .footer-bottom{
         border-color: transparent !important;
     background: #171b20;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #171b20 1%,#343a40 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #171b20 1%,#343a40 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171b20', endColorstr='#343a40',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
.osahan-menu {
    padding: 0px;
}
.osahan-menu .navbar-brand {
    padding: 20px 0px;
}
.main-nav-right .btn {
    border-radius: 0 !important;
    color: #fff;
    margin: 0 0 0 -4px;
    padding: 9px 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: 0 2px 8px 0 rgba(255, 97, 98, 0.46);
    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: #ff253a;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #ff253a 0%,#ff8453 100%);
    /* Chrome10-25,Safari5.1-6 */
     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 */
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    left: 18px;
    line-height: 17px;
    min-width: 18px;
    position: absolute;
    top: 17px;
}
/*.top-categories-search {
    margin: 0% 0% 0% -11%;
     box-shadow: 0 2px 8px 0 rgba(255, 97, 98, 0.46); 
     position: absolute; 
    top: 16px;
    width: 100% !important;
    height: 36px;
    border-radius: 10px;
}*/
.top-categories-search .form-control {
    border: medium none;
    font-size: 13px;
    height: 39px !important;
    min-width: 384px;
}
.top-categories-search .btn {
    border-radius: 0 10px 10px 0 !important;
    font-weight: 500;
    height: 39px !important;
    padding: 0 12px !important;
    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: 130px !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;
}
/* 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: 14px;
    padding: 13px 16px !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);
    border-top: 1px solid #ececec;
}
.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: #4eda92;
    font-size: 12px;
    font-weight: 500;
    left: 20px;
    padding: 4px 10px;
    position: absolute;
    top: 20px;
    z-index: 9;
}
.product {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
/*    text-align: center;*/
    padding: 20px;
    position: relative;
	min-height:300px !important;
}
.product-body{
    line-height: 18px;
}
.owl-carousel-featured .item {
    margin: 4px;
}

.product-header .mdi-circle {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 19px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 22px;
}
.product-body h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #0cc5b7;
	min-height:35px;
}
.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(0.80);
    transition-duration: 0.4s;
}
/*.product:hover .product-header img {
	transform: scale(1.90);
}*/
.product-header {
    text-align: center;
}
.offer-price {
    color: #000;
    font-size: 1.1rem !important;
    font-weight: 600;
    line-height: 16px;
}
.regular-price {
    color: #666 !important;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: line-through;
}
.product-footer .btn {
    border-radius: 49px !important;
    font-size: 12px;
    padding: 6px 12px;
    margin: 10px 0 0;
}
.product-footer{
    text-align: center;
}
.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: #24a3b5;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0 0;
}
.feature-box .mdi {
    border: 1px solid #24a3b5;
    border-radius: 50px;
    color: #24a3b5;
    display: inline-block;
    float: left;
    font-size: 21px;
    height: 60px;
    line-height: 56px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 60px;
}
/* Footer */
.footer {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee !important;
}
.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: 1px solid;
    border-radius: 25px;
    color: #ccc;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
}
.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: #fff !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: 70vh !important;
    overflow: inherit;
    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: 16px;
    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: 14px;
    color: #0cc5b7;
}
.cart-list-product h5 {
    margin: 10px 0 8px 0;
}
.cart-list-product h6 {
    font-size: 11px;
}
.cart-list-product > h6 span {
    color: #ff253a;
}
.prescription_header, .non_prescription_header{
    font-weight: bold;
    font-size: 16px;
}
.remove-cart {
    position: absolute;
    right: 5px;
    top: 0px;
}
.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;
	float:right;
}
.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 {
    padding: 18px !important;
}
.card-shop-filters .custom-control {
    margin: 8px 0;
}
.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: #0cc5b7 none repeat scroll 0 0;
    border-color: #0cc5b7;
}
.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;
}
.favourite-icon a {
    background: red 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;
}
.shop-detail-right {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 32px;
}
.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: #f2fef2 none repeat scroll 0 0;
    border: 1px solid #51aa1b;
    border-radius: 2px;
    color: #51aa1b;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 13px;
}
.shop-detail-right h2 {
    font-size: 24px;
    font-weight: 100;
    margin: 10px 0 5px;
}
.shop-detail-right > h6 {
    color: #666;
    font-size: 14px;
    margin: 0 0 19px;
}
.shop-detail-right .btn {
    font-weight: 500;
    margin: 29px 0;
    padding: 15px 50px;
    text-transform: uppercase;
}
.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: #17a2b8 !important;
}
.shop-detail-right .offer-price {
    font-size: 20px;
    font-weight: 300;
}
.shop-detail-right .offer-price-product {
    font-size: 20px;
    font-weight: 300;
}
.shop-detail-right .offer-price .text-success {
    font-size: 30px;
    font-weight: 500;
}
.shop-detail-right .offer-price-product .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;
}
.shop-detail-right .feature-box {
    margin: 4px 0;
}
/* 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: 15px;
    margin: 0 0 5px;
}
.cart_description h6 {
    font-size: 12px;
    font-weight: 100;
}
.availability .badge {
    font-size: 11px;
    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(0, 0, 0, 0) url("../img/login.jpg") repeat scroll center center;
    float: right;
    height: 300px;
    list-style: outside none none;
    margin: 70px auto auto;
    width: 322px;
}
.form-control {
    border-radius: 10px;
    font-size: 14px;
}
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 20px;
}
.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;
}
/* 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%;
	}
	.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 {
    margin: 0% 0% 0% -10%;
    /* box-shadow: 0 2px 8px 0 rgba(255, 97, 98, 0.46); */
    /* position: absolute; */
    top: 16px;
    width: 100% !important;
    height: 36px;
    border-radius: 10px;
}
	.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 5px 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: 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 {
		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: 20px 15px;
        margin: 3%;
    }
    .homepage-bar {
    background: url(../images/home-guide-bar-mobile.svg);
    margin: -6px auto 20px;
    max-width: 375px;
    padding: 15px 0 12px;
    background-size: 100%;
    }
    .deliver-block {
    float: left;
    text-align: center;
    width: 100%;
    }
    .deliver-block img{
        width: 50%;
    }
    .zoylo-icon-caption {
    clear: both;
    font-size: 10px;
    line-height: 14px;
    }
    .homepage-bar h3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 5px;
    float: left;
    background: linear-gradient(135deg, #ff253a 0%,#ff8453 100%);
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 7px 10px 0 0;
    border-radius: 50%;
    font-weight: bold;
    }
    .shopby_main_wrapper{
        height: 26vh !important;
    }

}
/* 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%;
        border-radius: 10px;
	}
	.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%;
        border-radius: 10px;
	}
	.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;
    }
    .shopby_main_wrapper{
        height: 26vh !important;
    }
}
/* 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%;
        border-radius: 10px;
	}
	.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;
	}
    .wsmenu>.wsmenu-list>li>a{
        padding: 0px 20px 0px 20px !important;
        border-bottom: 4px solid transparent;
    }
    .wsmenu>.wsmenu-list>li>a:hover{
        border-bottom: 4px solid #5FCEB3;
    }
/*    .wsmenu>.wsmenu-list>li{
        width: 10% !important;
    }*/
    /*.wsmenu> .wsmenu-list>li>a:after{
    display:block;
    content: '';
    background-color: #f4f4f4;
    color: #333;
    border-bottom: 5px solid #5FCEB3 !important;
    transform: scaleX(0) !important;  
    transition: transform 250ms ease-in-out !important;
    }*/
    .wsmenu>.wsmenu-list>li:hover>a:after{
       transform: scaleX(1.3) !important;
    }
    .wsmenu>.wsmenu-list>li>.wsmegamenu{
    top: 53px !important;
    }

    .dropdown-menu.show{
        background: #fff !important;
        position: absolute;
        top: 36px;
        left: -165px;
        z-index: 1000;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        box-shadow: none !important;
        border-radius: 5px !important;
    }
    .dropdown-menu.show li{
        padding: 9px 15px !important;
    }
    #account_drop_down a{
        color: #000 !important;
    }
    #account_drop_down a:hover{
        color: #349176 !important;
        z-index: 1000 !important;

    }
    #account_drop_down li:hover{
        background-color: #eaeaea !important;            
        }  
    ul.desk_discreet_list{
        margin-top: 12% !important;
    }
    ul.desk_discreet_list li{
    padding: 5px 10px 9px 40px !important;       
    }
    #add_cart_button{
        background-color: #51a5ef !important;
        font-weight: 600 !important;
        border-radius: 4px !important;
  
    }
    .buy_now{
        background-color: #5FCEB3 !important;
        font-weight: 600 !important;
        border-radius: 4px !important;

    }

    #add_cart_button:hover, .buy_now:hover{
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.5) !important;
    }
    .test_check{
    min-height:288px !important;
    }
    #checkout_button{
    background-color: #5fceb3 !important;
    }

    #checkout_btn{
        background-color: #5fceb3 !important;
        border-radius: 5px !important;
    }
    .price_normal{
        margin-top: 5%;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        line-height: 16px;
        position: absolute !important;
    }
.blog-card {
    max-width: 300px;
    background: #fff;
    width: 300px;
    margin-bottom: 50px;
}
.blog-card .blog-card-img {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.blog-card .img-blog a {
    display: block;
    width: 100%;
    height: 300px;
}
.blog-card-inside {
    padding: 20px;
    text-align: left;
}
.blog-card-inside p:first-child {
    font-size: 18px;
    font-weight: 500;
    min-height: 50px;
}
.blog-section .container {
    flex-wrap: wrap;
}

.blog-section .container {
    display: flex;
    justify-content: space-between;
}
.blog-card-inside p {
    margin-bottom: 10px;
    min-height: 100px;
}
.blog-card-inside a {
    border-bottom: 1px solid #000;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.blog-card:hover {
    box-shadow: 1px 3px 6px rgba(0,0,0,.15);
}
.container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

/* RADIO BUTTONS */
.medicine-val {
  position: relative;
  display: inline-block;
  width: 30px !important;
  height: 18px;
  border-radius: 100%;
  outline: none !important;
  opacity: 1 !important;
  -webkit-appearance: none;
}
.medicine-val::before {
    position: relative;
    top: 2px;
    left: -1px;
    display: block;
    content: '';
    background: white;
    border: 1px solid rgba(128, 128, 128, 0.4);
    border-radius: 100%;
    box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 20px;
}
.medicine-val:active::before {
  box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), inset 0 0 2px 3px rgba(0, 0, 0, 0.1);
}
.medicine-val:focus::before {
  box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(30, 144, 255, 0.5);
}
.medicine-val:checked::before {
  background: #a5d3ff;
  border-color: dodgerblue;
}
.medicine-val:disabled::before {
  cursor: not-allowed;
  background-color: #eaeaea;
  border-color: rgba(128, 128, 128, 0.2);
}
.medicine-val::after {
    position: relative;
    top: -17px;
    left: 15px;
    display: block;
    content: '';
    background: dodgerblue;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    width: 0;
    height: 0;
}
.medicine-val:checked::after {
    transition: all ease-in-out 100ms 0;
    top: -15px;
    left: 2px;
    width: 14px;
    height: 14px;
}
.none{
  display: none;
}
.custom-card {
  display: grid;
  width: 100%;
  padding: 1% 2%;
}
.custom-card label{
    font-size: 20px;
    line-height: 50px;
}
#right_border{
    text-align:justify;
    border-right: 2px solid #d0c9c9;
    height: auto;
    margin-top: 1%;
}
#lprescription_proceed_address_btnn, #nprescription_proceed_address_btnn{
    background:#2AD892;
    color:#FFF;
    font-size:16px;
    padding:7px 50px;
    box-shadow:none;
    border:1px solid #809e09;
    border-radius:3px;
}
#lprescription_proceed_address_btnn:focus{
    outline:none;
    box-shadow:none;
}
#nprescription_proceed_address_btnn:focus{
    outline:none;
    box-shadow:none;
}
.no-prescription{
    color: red;
}
/* RADIO BUTTON END */
.prescription_cart_header, .no_prescription_cart_header{
    font-size: 20px;
    font-weight: bold;
}
/* HOMEPAGE BAR */
.homepage-bar {
    background: url(../images/home-guide-bar.svg);
    min-height: 67px;
    margin-top: 0;
    position: relative;
    width: 100%;
    padding: 14px 0;
    z-index: 3;
    background-size: 101%;
    background-position: -3px 0;
}
.container {
    width: 100%;
    max-width: 1260px;
}
.deliver-block {
    margin-left: 70px;
}
.homepage-bar h3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 5px;
    float: left;
    background: linear-gradient(135deg, #ff253a 0%,#ff8453 100%);
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 7px 10px 0 0;
    border-radius: 50%;
    font-weight: bold;
}
.zoylo-icon.upload-your-prescription {
    margin-left: 0;
}
.zoylo-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.zoylo-icon.upload-your-prescription {
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 0;
}
.zoylo-icon.call-confirm {
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 0;
}
.zoylo-icon.delivery-doorstep {
    width: 42px;
    height: 38px;
    float: left;
    margin-left: 0;
}
.zoylo-icon-caption {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 12px 5px 0 15px;
    line-height: 22px;
    text-transform: uppercase;
}
/* HOMEPAGE BAR END */

.shopby_category_wrapper {
    display: -ms-grid;
    display: grid;
    width: 175px;
    margin: 0 5px;
    text-align: center;
}

.shopby_brand_wrapper {
    display: -ms-grid;
    display: grid;
    width: 175px;
    margin: 0 5px;
    text-align: center;
}
.shopby_img_holder {
    display: block;
    /* max-width: 120px; */
    height: 120px;
    margin: 10px auto;
    position: relative;
}
.shopby_img_style.img_b {
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.shopby_img_holder img {
    height: 120px;
    margin: auto;
    display: block;
}
.shopby_category_header {
    display: -webkit-inline-box;
    color: #212121;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 12px;
}
.shopby-health-slider{
    background: #fff !important;
    box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.42);
    margin-top: 2%;
}

.shopby_brand_header {
    display: -webkit-inline-box;
    color: #212121;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 12px;
}
.shopby-brand-slider{
    background: #fff !important;
    box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.42);
    margin-bottom: 2%;
}
.shopby_main_wrapper{
    height: 26vh;
}
/*.slick-slide{
    width: 150px;
}*/
/* Slick custom css */
.slick-prev, .slick-next{
    width: 30px !important;
    height: 30px !important;
    z-index: 1 !important;
}
.slick-arrow.slick-disabled { 
    display: none !important;
}
/* the slides */
.slick-slide {
    margin: 5px;
}
/* the parent */
.slick-list {
    margin: -5px;
}
.home_wrapper{
    height: 50%;
}
.slick-slide img{
    display: unset !important;
}
.custom-btn-l{
    left: 10px !important;
}
.custom-btn-r{
    right: 10px !important;
}
.slider-nav-thumbnails .slick-slide {
    opacity: 0.5;
}

.slider-nav-thumbnails .slick-slide.slick-active {
    opacity: 1;
  background: green;
}
/* Slick css end */
.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing_carousel{
    height: min-content;
}

/* SEARCH BAR AUTOCOMPLETE */

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items .test {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items .test:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.ac-item-a{
    position: relative;
    float: right;
    width: 80px;
    height: 30px;
    padding: 2px;
    color: #fff;
    border: 0;
    font-family: inherit !important;
    line-height: 26px;
    background-color: #0B9D8C;
    border-radius: 6px !important;
}
.test{
  height: 14vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem;
}
.test .w_med_name{
  min-width: 10.25rem;
  max-width: 10.25rem;
  font-size: 14px;
  color: #000;
}
.w_manuf_name span{
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.landing_carousel > .slick-list > .slick-track > .slick-slide{
    margin: 0 !important;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu{
    z-index: 999 !important;
}
.ui-widget.ui-widget-content{
    z-index: 1000 !important;
}
.ui-state-active{
    background: #bef3f194 !important;
    border:0 !important;
    color: inherit !important;
    margin: 0 !important;
}
.w_quantity span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-right: auto;
}
.og_mrp{
    justify-content: center;
    position: relative;
    font-size: .75rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #989898;
    text-decoration: line-through;
}
.w_price{
    min-width: 9rem;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    padding-right: .5rem;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;

}
.w_sub_price{
    padding-left: 1rem;
    text-align: right;
}
.dis_mrp{

    font-weight: 500;
    font-size: .875rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #333;
    justify-content: center;
    padding-left: 6px;
    font-weight: bold;
}
.price_holder{
    
}
.ui-widget{
    font-family: inherit !important;
}
.dis_percent{
    font-size: .75rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #53a835;
    white-space: nowrap;
    justify-content: center;
}
.product__name{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* SEARCH BAR AUTOCOMPLETE END */








}
.home_seo_home_pane {
    width: 100%;
    position: relative;
    margin: 15px 0px;;
    background: #FFF;
    padding: 20px 15px 10px;
    box-shadow: 0 0 6px 1px #dbdbdb;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.product:hover{
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
}

/**  **/

.overlay-film{
    width:0px;
    height: 334px;
    background-color: #888888a6;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.7s ease;
}
.product:hover .overlay-film{
    width: 255px;
    margin-left: -8%;
}
.product:hover .overlay-film button{
    display: block;
}
.overlay-film button{
    color: #2AD892;
    font-size: 20px;
    border: 2px solid #2AD892;
    padding: 9px 18px;
    z-index: 99;
    margin-top: 23px;
    margin-left: 3px;
    display: none;
    transition: 1.7s all;
    position: absolute;
    font-size: 18px;
    width: 98%;
}
.button-group{
    width: 100%;
}
.overlay-film button:last-child{
    color: #2AD892;
    font-size: 20px;
    border: 2px solid #2AD892;
    padding: 9px 12px;
    z-index: 99;
    margin-top: -27px;
    margin-left: 3px;
    display: none;
    transition: 1.7s all;
    font-size: 18px;
    position: absolute;
}

.dropzone.dz-clickable{
    cursor: unset !important;
}
.dropzone{
    border: 3px dashed #cac8c8 !important;
    border-radius: 0px;
    min-height: 240px !important;
}
.dropzone .dz-default.dz-message{
    margin-top: 0px !important; 
    background-image: none !important;
    top: 20% !important;
}

.dropzone .dz-default.dz-message span{
    display: block !important;
    font-size: 20px;
    margin-left: 44%;
    opacity: 0.6;
    font-weight: 700;
    font-family: Roboto,arial,sans-serif;
}
.or-upload{
    font-size: 14px !important;
    margin-top: 3% !important;
    margin-left: 50% !important;
    font-weight: unset !important;
}
.dropzone.dz-clickable *{
    cursor: pointer !important;
 /*   margin-left: 41%;*/
     margin-top: 3%; 
}
.dropzone.dz-clickable * button{
    background-color: #2AD892 !important;
    border: none;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    font-family: roboto,aria,sans-serif;
    margin-left: 40%;
}
.dropzone .dz-default.dz-message i{
    width: 50px !important;
    height: 50px !important;
}

.icon_div{
    height: 20vh;
}
.icon_div i{
    display: block;
    height: 100%;
    margin-left: -26px !important;
    opacity: 0.7;

}
/*dashed color:#cac8c8*/
/*<div class="overlay-film">
    <div class="button-group">
        <button>Quick Add</button>
        <button>Add to Cart</button>
    </div>
</div>*/
.card1, .card2, .card3{
    width: 600px;
    height: 90px;
    background-color: #eee;
    margin-left: 8%;
    border: 1px dashed #cac8c8;
}
.img_header{
    text-align: center;
}
.img_header h6{
    font-size: 20px;
}
.img_nf{
    width: 100%;
    text-align: center;
    height: 50vh;
    padding: 16% 24%;
    font-size: 18px;
    font-weight: bold;
}
.img_nf img{
    width: 40%;
    opacity: 0.7;
    margin-top: 12px;
}
.card3, .card2{
    margin-left: 2% !important;
}
.wsarrow{
    display: none !important;
}
.sub-sub-cat i{
    display: none !important;
}


.sub-sub-cat:hover{
    color: #5FCEB3 !important;
}


#search_form{
    margin: 0 !important;
}
.product-body h5{
    font-size: 13.5px !important;
    font-weight: normal !important; 
    margin: 0;
    color: #000000 !important;
    min-height: 35px;
    text-align: left !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.offer-price{
    position: absolute !important;
    bottom: 8px;
	/* text-align:right;
	margin-right: 5%; */
}
.offer-price-product{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px; 

}
.offer-price-cart{
   text-align:right;
	margin-right: 5%;
	color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.home_cart_button{
    margin-top: 12px !important;
	background: #5fceb3;
	float: right !important;
	text-align: left !important;
}
body, .wsmenu{
    font-family: 'Questrial', sans-serif !important;
}
.top_footer{
    margin-top: 2%;
-webkit-box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.59);
box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.59);
}
.best_seller_custom{
    -webkit-box-shadow: inset 0px 0px 14px -3px rgba(0,0,0,0.42);
    -moz-box-shadow: inset 0px 0px 14px -3px rgba(0,0,0,0.42);
    box-shadow: inset 0px 0px 14px -3px rgba(0,0,0,0.42);
    background: #f0f5f5 !important;
}
.new_product_custom{
    -webkit-box-shadow: inset 0px 0px 14px -3px rgba(0,0,0,0.42);
    -moz-box-shadow: inset 0px 0px 14px -3px rgba(0,0,0,0.42);
    box-shadow: inset 0px 0px 14px -3px rgba(0,0,0,0.42);
    background: #f0f5f5 !important;

}
.dz-upload{
    width: 0% !important;
}
.dz-details img{
    margin: 0 !important;
}
.dz-remove {
    margin: 0 !important;
}
.dz-size{
    margin: 0 !important;
    position: unset !important;
    bottom: 0px !important; 
    left: 0px !important; 
    height: 28px !important; 
    line-height: 28px !important;
}
.dz-progress{
    margin: 0 !important;
    top: 135px !important;
    position: unset !important;
}
.icon-truck, .icon-chat, .icon-chat{
    width: 13%;
    position: absolute;
    margin-left: -16%;
    margin-top: -1%;
    
}
.select2-selection__rendered{
    line-height: 40px !important;
}
.select2-selection__arrow{
    top: 8px !important;
}
.top-categories-search .select2-selection.select2-selection--single{
    height: 39px !important;
    border-radius: 10px 0px 0px 10px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #349176 !important;
}
.top-categories-search .select2-container--default .select2-selection--single .select2-selection__rendered{

    margin-left: 28px;
}
.product-title-cart{
	max-height:2.5em;
	overflow:hidden;
}.product_cname{
    font-size: 12px;
    color: #5FCEB3;
}
.med_quantity{
    font-size: 12px;
    color: #757575;
    margin-bottom: 5px;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
.similar_med{
    text-decoration: underline !important;
    float: right;
    color: blue !important;
}