/*
Template Name: Grosery - Online Grocery Supermarket HTML Template
Author: Askbootstrap
Author URI: https://www.templatemonster.com/authors/askbootstrap/
Version: 1.0
*/

/*
-- Body
-- Colors
-- Buttons
-- Typography
-- Navbar
-- Banners
-- Product Detail
-- Listing
-- My Account
-- Checkout
-- Footer
-- Mobile Media
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #00abec;
    --danger: #fe3000;
    --danger-hover:#d72900;
    --warning: #ff8d27;
    --info: #95d9df;
    --muted: #e9ecef;
    --light-dark: #444444;
    --default-primary: #00abec;
    --default-red:#e80f23;
    --success:#008000;
    --white: #fff;
}

/* Body 
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}
*/
.form-control, .form-select, .form-check-input {
    box-shadow: none !important;
}
.offcanvas-footer{
    padding: 1rem;
}
.form-check-input:checked{
    background-color: var(--default-primary) !important;
    border-color: var(--default-primary) !important;
}
.accordion .accordion-button{
    box-shadow: none;
    background-color: #fff;
    color: #000;
}
.dropdown .dropdown-menu .dropdown-item:active{
    background-color: var(--default-primary);
}
.osahan-dropdown {
    font-size: 14px;
    min-width: 256px;
}
.osahan-dropdown .dropdown-item {
    padding: 6px 1rem;
    font-size: 14px;
}
.shop-category,.popular-products,.coupons,.cold-drinks,.top-picks,.big-img,.small-img {
    display: none;
}
.intro-logo {
    height: 80px;
}

/* Colors */
.text-danger{
    /*color: var(--danger) !important;*/
    color: var(--default-primary) !important;
}
.bg-danger{
    /*background-color: var(--danger) !important;*/
    background-color: var(--default-primary) !important;
}
.border-end, .border, .border-start, .border-top, .border-bottom, .card, .card-header {
    border-color: #eaecef !important;
}

.osahan-header { background-color: var(--default-primary) !important;}

.border.saerch-bdr {border-color: #fcdf23 !important;}

.font-14 {font-size: 14px;}

/* Buttons */
.osahan-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    border: 2px solid #dbdbdb;
    margin: auto;
    cursor: pointer;
    transition: all 0.2s;
}
.osahan-arrow:hover {
    color: #ff2f01;
    border-color: #ff2f01;
}
.osahan-right {
    right: -11px;
}
.osahan-left {
    z-index: 9;
    left: -10px;
}
.shop-category .osahan-arrow {
    bottom: auto;
    top: 41px;
}
.top-picks .osahan-arrow {
    bottom: auto;
    top: 59px;
}
.big-img .osahan-left {
    left: 20px;
}
.big-img .osahan-right {
    right: 20px;
}
.small-img .slick-current.slick-active .border {
    border:2px solid #d72900 !important;
}
.small-img .border{
    cursor: pointer;
    transition: all 0.2s;
}
.small-img .border:hover{
    border:2px solid #d72900 !important;
}
.osahan-new-btn {
    padding: 6px 0;
    border-radius: 11px !important;
}
.btn-outline-danger{
    /*border-color: var(--danger) !important;
    color: var(--danger) !important;*/
    border-color: var(--default-primary) !important;
    color: var(--default-primary) !important;
}
.btn-outline-danger:hover{
    /*background-color: var(--danger) !important;*/
    background-color: var(--default-primary) !important;
    color: #fff !important;
}
.btn-danger{
    /*background-color: var(--danger) !important;
    border-color: var(--danger) !important;*/
    background-color: var(--default-primary) !important;
    border-color: var(--default-primary) !important;
}
.btn-danger:hover{
    /*background-color: var(--danger-hover) !important;
    border-color: var(--danger-hover) !important;*/
    background-color: var(--default-primary) !important;
    border-color: var(--default-primary) !important;
}
.value{
    width: 100px;
    border: none !important;
}
.value .btn {
    font-size: 23px;
    padding: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    border: 1px solid #e2f5fc !important;
    min-width: 32px;
    background: #e2f5fc;
    border-radius: 50px !important;
    color: var(--default-primary);
    font-weight: 100;
    transition: all 0.2s;
}
.value .btn:hover, .value .btn:focus {
    background: var(--default-primary) !important;
    color: #fff;
    border-color: var(--default-primary) !important;
}

/* Typography */
.small-sm{
    font-size: 10px;
}
.fw-bold {
    font-weight: 500!important;
}

/* Navbar */
.mobile-bdr-btm {display: flex;width: 25%;}
.osahan-header a.p-3 {
    height: 68px;
}
.logo-img{
    height: auto;
    max-width: 125%;
}
.osahan-location small.small {
    width: 198px;
}
.category .card{
    transition: all 0.2s;
}
.category .card:hover{
    box-shadow: 0 0 10px 1px #efefef;
    border-color: var(--default-primary) !important;
    color: var(--default-primary);
    
}

.category .card .card-body {text-align: center;}

.osahan-listing-page-nav{
    position: sticky;
    top: 0;
    z-index: 9;
}
.osahan-listing-page-nav .nav-link {
    font-size: 13px;
    padding: 14px 16px !important;
}
.osahan-listing-page-nav .nav-link.active, .osahan-listing-page-nav .nav-link:hover {
    background: #ffe8e2;
    color: #fe2e00;
}
.osahan-listing-page-nav  a.dropdown-item {
    font-size: 14px;
    padding: 6px 19px;
}

/* Banners */
.banner-icon {
    width: 48px;
}
.ad-banner-1 {
    background-image: url(https://www.vetsupply.com.au/images/ad-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ad-banner-2 {
    background-image: url(https://www.vetsupply.com.au/images/ad-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ad-banner-3 {
    background-image: url(https://www.vetsupply.com.au/images/ad-banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grocery-banner-1 {
    background-image: url(https://www.vetsupply.com.au/images/grocery-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grocery-banner-2 {
    background-image: url(https://www.vetsupply.com.au/images/grocery-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-box{
    height: 150px;
    width: auto;
    border: 1px solid #e5e5e5;
}
.osahan-badge{
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 13px;
    padding: 5px 4px 4px 4px;
    border-radius: 0 0 6px 6px;
}
.osahan-badge b {
    font-size: 12px;
}

/* Product Detail */
.why-shop-img{
    width: 60px;
}
.sticky-sidebar {
    position: sticky;
    top: 48px;
}
.sticky-sidebar2 {
    position: sticky;
    top: 0px;
}
.qr-code{
    width: 85px;
}
.small-img .osahan-arrow{
    z-index: 9;
}
.small-img:after {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.small-img:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}

/* Listing */
.osahan-listing-page-nav-sidebar .nav-pills .nav-link{
    background-color: transparent;
    color: var(--light-dark);
    border-radius: 0;
    padding: 13px 10px;
    border-left: 3px solid transparent;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link img{
    width: 37px;
    background-color: var(--muted);
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active img{
    background-color: #fff !important;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active{
    border-left: 3px solid var(--danger) !important;
    background-color: #ffe8e2;
    color: #000;
    font-weight: 600;
}
.osahan-card-list .card-img-top {
    padding: 15px;
    transition: all 0.2s;
}
.osahan-card-list:hover .card-img-top {
    padding: 5px;
}

/* .listLableHolder {} */
.listLableHolder label {margin: 0 5px 3px 0;padding: 0px 0;font-size: 12px;border: 0;width: auto;}
.listLableHolder .btn-check:checked+.btn, 
.listLableHolder .btn.active, 
.listLableHolder .btn.show, 
.listLableHolder .btn:first-child:active, 
:not(.btn-check)+.btn:active {
    color: var(--default-primary);
    background-color: transparent !important;
    font-weight: 700;
}

/* My Account */
.my-account-pills .nav-link{
    border: none;
    background-color: transparent;
    text-align: start;
    color: var(--light-dark);
    font-size: 14px;
    padding: 14px 14px;
    display: flex;
    position: relative;
    align-items: center; width: 100%;
}
.my-account-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f8f9fa;
    right: -1px;
}
.my-account-pills .nav-link.active{
    background-color: #f8f9fa;
}
.my-account-pills .nav-link i {
    background: #e3f1fb;
    color: var(--default-primary);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 50px;
}
.my-account-pills .nav-link:hover i, .my-account-pills .nav-link.active i {
    background: var(--default-primary);
    color: #ffffff;
}
.order-img{
    width: 60px;
}

/* Checkout */
.checkout-img{
    height: 27px;
    border: 1px solid #dadada;
    padding: 6px 6px;
    border-radius: 6px;
    background: #fff;
}
.osahan-checkout-item .img-fluid {
    height: 57px;
}
.osahan-netbanking .d-flex.justify-content-between.mb-2 {
    height: 42px;
    border: 1px solid #eaeaea;
    padding: 5px 5px;
    border-radius: 50px;
    width: 42px;
}
.upi-img{
    height: 20px;
    border: 1px solid #dadada;
    padding: 4px 4px;
    border-radius: 4px;
    background: #fff;
}
.osahan-radio-box-action  a {
    position: absolute;
    right: 16px;
    background: #fff;
    font-size: 11px;
    bottom: 12px;
}
.osahan-radio-box {
    position: relative;
}
.osahan-radio-box .form-check-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.osahan-radio-box .form-check-input {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0px;
    border: 2px solid transparent;
    border-radius: 15px;
    background: no-repeat;
}
.osahan-radio-box .form-check-input:checked[type=radio] {
    background: none !important;
    border: 2px solid #000;
}
.osahan-radio-box .form-check-input:after {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #f8f9fa;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #dee2e6;
}
.osahan-radio-box .form-check-input:checked[type=radio]:before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 5px solid var(--default-primary);
}

.small.Profile-Edit {font-size: 14px;text-decoration: underline;font-weight: 400 !important;vertical-align: middle;margin: 0 0 0 10px ;}

/* Footer */
footer a {color: #fff;font-weight: 300;font-size: 14px;}
footer a:hover {color: #fcdf23 !important;}
.mobile-app-link {width: 102px;}
.social-links a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* border: 2px solid var(--default-primary); */
    transition: all 0.2s;
    color: #000;
}

.ftr-abtn-link{border-top: 1px solid #0a3c6d; color: #fff; margin-bottom: 15px;}
.ftr-abtn-link a{color: #fff !important; padding:0 12px 0 0; margin-right: 12px; border-right: 1px solid #fff; margin-bottom: 10px; line-height: 1; display:inline-block;}
/* .social-links a:hover {background-color: var(--default-primary);color: #fff;border: none;} */
.ftr-abtn-link a:last-child {border-right: 0;}

.social-links a img {width: 30px;height: 30px;}

.footer-payment {height: 28px;padding: 2px 3px;background: #fff;width: 48px;}

.top-search-bar {width: 23%;}
.top-search-bar .form-control {color: #0b4278;font-size: 12px;}

.usp-band h6 {font-size: 20px;}
.footer-bg  {background: var(--default-primary) !important; }
.title {color:#fcdf23; font-size: 20px; font-weight: 400;}

.footer-app .text-muted {color: #fff !important;}
.ftr-quicklinkDiv {display: flex; justify-content: space-between; align-items: flex-start; width: 100%;}
.ftr-quicklinkDiv ul {width: 50%;}

.ftr-content-sectionDiv {padding: 0 7px !important;}
.ftr-content-sectionDiv .lni {background-color: #fcdf23 !important;color: #000 !important;font-size:14px !important;}
.ftr-cntdiv {margin-bottom:10px;}
.ftr-cntdiv .d-lg-block {margin-left: 5px;}

.footer-bg .title {font-size: 16px;}

.ftr-usp-band h6 {color: var(--default-primary) !important;}


.osahan-header .fs-5 {font-size: .85rem !important;}
.osahan-header h6 {font-size: 1rem;}
.small, small {font-size: .80em;}

.breadcrumb-item.small {font-size: 1em !important;}

.breadcrumb-item+.breadcrumb-item:last-child:before {
  display: none;
}

.list-header-icon .lni {
  background-color:#fcdf23 !important;
  color: #000 !important;
}
.list-header-icon .lni-shopping-basket {
  background-color: transparent !important;
  color:#fcdf23 !important;
}
.list-header-icon .lh-sm {
  color: #fff !important;
}


.desktop-banner {display: block;}
.mobile-banner {display: none;}




.section-subcribe {
  padding: 30px 0;
  background: #f1f1f1;
  float: left;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
padding: 0;
}

.subcribe-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.subcribe-content-text strong {
  font-size: 20px;
  color: var(--default-primary);
  display: block;
  margin-bottom: 8px;
}

.subcribe-content-text p {
  font-size: 16px;
  margin: 0;
  color: var(--default-primary);
}

.subcribe-info {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.subcribe-info #frmsubscribe {width: 100%;display: flex;justify-content: space-evenly;}
.subcribe-content-image {
  width: 23%;
  text-align: center;
}

.subcribe-content-text {
  width: 77%;
}

.subcribe-content-from {
  width: 67%;
  position: relative;
}

.subcribe-content-from label {
  position:relative;
  left: 0;
  /* bottom: -23px; */
  bottom: 0;
}
.subcribe-content-from label.error {
  color: var(--danger);
  padding-top: 5px;
}
.subcribe-content-from label.success-msg {
  color: var(--success);
  padding-top: 5px;
}

.subcribe-content-btn {
  width: 33%;
  text-align: center;
}

.subcribe-content-from input {
  width: 100%;
  line-height: 38px;
  border: 1px solid #eaecef;
  background: #fff;
  font-family: Rubik;
  padding: 0 15px;
  border-radius: 4px;
  outline: none;
  color: #6e7191;
  box-sizing: border-box;
}

.subcribe-content-btn button {
  outline: none;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 15px;
  color: var(--default-primary);
  border: 1px solid var(--default-primary);
  transition: all 0.5s;
  cursor: pointer;
}

.subcribe-content-btn button:hover {
  background: var(--default-primary);
  color: #fff;
}


.section-testimonials-home {
  float: left;
  width: 100%;
}

.section-testimonials-home .testimonials-content {
  padding: 0;
  background: #fff;
}

.section-testimonials-home .testimonials-content .slick-dots {display: none !important;}

.section-testimonials-home .testimonials-content .slick-dotted.slick-slider {margin: 0 !important;}

.section-testimonials-home .testimonials-slider-content {
  background: #ffea3a;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(249, 220, 35, 1);
  -moz-box-shadow: -4px 4px 0px 0px rgba(249, 220, 35, 1);
  box-shadow: -4px 4px 0px 0px rgba(249, 220, 35, 1);
  padding: 25px 18px 15px;
  border-radius: 0 10px 0 10px;
  position: relative;
  margin: 0 10px 10px;
}

.section-testimonials-home .review-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.section-testimonials-home .review-text {
  font-size: 14px;
  /* max-width: 455px; */
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  margin-bottom: 20px;
}

.section-testimonials-home .testimonials-slider-content ul li+li {
  margin-left: 10px;
}

.section-testimonials-home .testimonials-slider-content ul li {
  font-size: 14px;
}

.section-testimonials-home .testimonials-quote {
  position: absolute;
  top: 14px;
  right: 14px;
}

.section-testimonials-home .testimonials-slider .slick-slide img {
  border: none;
}

.section-testimonials-home .testimonials-slider .slick-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.section-testimonials-home .testimonials-slider .slick-dots li {
  text-indent: -100000px;
  border: none;
  width: 8px;
  height: 8px;
  background: #fcdf23;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 4px;
}

.section-testimonials-home .testimonials-slider .slick-dots li button:before {
  display: none;
}

.section-testimonials-home .testimonials-slider .slick-dots .slick-active {
  background: var(--default-primary);
}


.section-blog-home.section-blog-info {
  padding-top: 30px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
}

.section-blog-home .blog-info-title {
  background: #e2f5fc;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: var(--default-primary);
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}

.section-blog-home .blog-info-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 18px;
  background: var(--default-primary);
}

.section-blog-home .blog-info-content {
  padding: 10px 10px;
  border: 1px solid #e2f5fc;
}

.section-blog-home .blog-info-content img {
  max-width: 100%;
}

.section-blog-home .blog-info-text {
  padding: 30px 0 0;
}

.section-blog-home .blog-info-text strong {
  font-weight: 500;
  color: #212529;
  font-size: 14px;
  margin-bottom: 16px;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.section-blog-home .blog-info-text span {
  color: var(--default-primary);
  display: inline-block;
  background: #ebf3f9;
  padding: 2px 12px;
  margin-bottom: 20px;
}

.section-blog-home .blog-info-text p {
  color: #212529;
  margin-bottom: 12px;
}

.section-blog-home.section-blog-info .row .col-lg-4 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}


.home-popular-brand {display: flex; justify-content: space-between; align-items: center; overflow: hidden;cursor:grab;cursor: -moz-grab;
  cursor: -webkit-grab; scrollbar-color: #00abec #f5fcff;scrollbar-width: thin;}
.home-popular-brand .shop-item {width: 210px; margin-right: 35px; }
.home-popular-brand .shop-item img {width: 210px;min-height: 110px;background-color: #fff;border: 1px solid #eaecef;padding: 10px 10px;}

.shop-category-brand.home-popular-brand .shop-item {width: 150px; margin-right: 0px; }
.home-popular-brand .shop-item img {width: 150px;}

.home-popular-brand .card-title {font-size: 16px;}


.LoginwithEmail .validation-error {
  display: block;
}

.LoginwithEmail .field label {
  font-size: 16px;
  display: block;
  font-weight: 500;
}

/*** SEARCH SUGGESTION STYLE ***/
#defaultSuggestions .SearchSuggestion_Container .leftbar{height: auto; overflow: unset;}
.SearchSuggestion_popup{margin-top: -45px;position: absolute;width: 100%;}
span.remove-icon{position: absolute;right: 40px;top: 6px;cursor: pointer;display: none;z-index: 10;width: 25px;height: 25px;text-align: center;line-height: 25px;} 
.SearchSuggestion_Container{width: 660px; margin: 0 auto; right: 0; background: #f8f9fa; position: relative; z-index: 5; box-shadow: 0 0 7px rgba(0,0,0,0.5); border-radius: 10px;}
.SearchSuggestion_Container div,
.SearchSuggestion_Container ul li,
.SearchSuggestion_Container img{box-sizing: border-box;}
.SearchSuggestion_Container .title{font-size: 16px;font-weight: 600; color: #111; line-height: 45px;}
.SearchSuggestion_Container .leftbar{width: 230px; float: left; padding: 10px;}
.SearchSuggestion_Container .rightbar{width: 65%; float: left; padding: 10px; border-left: 1px solid #eaecef;}

.SearchSuggestion_Container .leftbar .title{background: #e2f5fd; border-left: 3px solid #00abec; padding: 0 0 0 10px;}
.SearchSuggestion_Container .leftbar .link_holder ul li{padding: 0; width: 100%; position: relative;}
.SearchSuggestion_Container .leftbar .link_holder ul li a{display: inline-block; width: 100%; padding: 6px 0 6px 13px; color: #595c5f;}
.SearchSuggestion_Container .leftbar .link_holder ul li a:hover{color: #111;}
.SearchSuggestion_Container .leftbar .link_holder ul li.ViewAll_Prd{width: 100%;float: left;font-weight: 500;}
.SearchSuggestion_Container .leftbar .link_holder ul li.ViewAll_Prd span{text-decoration: underline;}
.SearchSuggestion_Container .leftbar .link_holder ul li.ViewAll_Prd a{color: #174572 !important;}

.SearchSuggestion_Container .rightbar{}
.SearchSuggestion_Container .rightbar img{width: 100%;}
.SearchSuggestion_Container .rightbar .title{border-bottom: 1px solid #eaecef;}
.SearchSuggestion_Container .rightbar .SellingProducts,
.SearchSuggestion_Container .leftbar .link_holder{width: 100%; float: left; overflow: hidden scroll; height: 325px; padding: 5px 0;scrollbar-color: #174572 #f5fcff;scrollbar-width: thin;}
.SearchSuggestion_Container .rightbar .SellingProducts{}
.SearchSuggestion_Container .rightbar .SellingProducts ul li{width: 98%; float: left; padding: 10px;background: #fff; margin-top: 10px;}
.SearchSuggestion_Container .rightbar .SellingProducts .PrdImg{width: 70px; float: left;}
.SearchSuggestion_Container .rightbar .SellingProducts .PrdText{width: 70%; float: left; padding: 5px 0 0 10px;}
.SearchSuggestion_Container .rightbar .SellingProducts .PrdText h2{font-size: 14px; font-weight: 500;}
.SearchSuggestion_Container .rightbar .SellingProducts .PrdText .Price{width: 100%; float: left; color: #666;}
.SearchSuggestion_Container .rightbar .SellingProducts .PrdText .Price span{color: #ff0000; padding: 0 0 0 5px; font-weight: 500;}

.grocery-banners-section{padding-left: 20px !important;}

.text-info {
  color:var(--default-primary)!important;
}


.tab-content .form-select {height: 40px;}
.offcanvas.show:not(.hiding), .offcanvas.showing {z-index: 9999999;}




.main-404Div {background:#fbdf23;max-width: 1200px; margin: 0 auto;}
.max-width-1000 {position: relative; max-width: 1100px; margin: 0 auto; padding: 20px 0;}
.pawimg-404 {position:absolute; top: 20px; right: 20px;}
.main-404Div .d-flex {display: flex; align-items: center; justify-content: space-between;align-content: center;}
.right-404 {text-align: center;width: 60%;color: #174572;}
.right-404 span {font-size: 42px;line-height: 1;font-weight:bold;}
.right-404 p {font-size: 26px;margin: 0; padding: 0; font-weight:500;}





@media only screen and (max-width:800px),(max-width:899px){
.SearchSuggestion_Container{width: calc(100% - 10%);}
.SearchSuggestion_popup{margin-top: -15px;}
}

@media only screen and (max-width:400px),(max-width:499px) {
.SearchSuggestion_Container .leftbar{display: none;}
.SearchSuggestion_Container .rightbar{width: 100%; border:0 ;}
.SearchSuggestion_Container .rightbar .SellingProducts ul li{width: 49%; margin: 0 2% 5px 0;}
.SearchSuggestion_Container .rightbar .SellingProducts ul li:nth-child(2n){margin: 0 0 5px 0;}

.SearchBox{width: 100%;}
.SearchBox .textbox{width: 70%;}
.SearchBox .textbox span{right: 15px;top: 30%;}
.SearchBox .btn_holder{width: 30%;}
.SearchSuggestion_Container .rightbar .SellingProducts ul li,
.SearchSuggestion_Container .rightbar .SellingProducts ul li:nth-child(2n){width: 98%; margin: 0;}

.top-search-bar .form-control {padding-top: 0;padding-bottom: 0;}

}

@media only screen and (max-width:300px),(max-width:359px) {
.SearchSuggestion_Container .rightbar .SellingProducts,
.SearchSuggestion_Container .leftbar .link_holder{height: 300px;}
}


/* Mobile Media */
@media (max-width: 992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-left {
        z-index: 9;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
        display: none;
    }
    /*
    .osahan-listing .container {
        padding: 0px;
    }*/
    .product-details {
        display: none;
    }
    .product-detail-page .sticky-sidebar2.border-start.overflow-auto.vh-100.p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }
    .subcribe-content-from {
        width: 62%;
    }
    .subcribe-content-btn {
        width: 38%;
    }
    
}


@media (max-width:900px), (max-width:999px) {
    .section-blog-home.section-blog-info .row .col-lg-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-blog-home .blog-home-title {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 576px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-location small.small, .osahan-location h6 {
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .osahan-location {
        padding-right: 0.5rem!important;
    }
    .osahan-header ul.list-inline li.list-inline-item:first-child a.p-3 {
        padding-left: 0px !important;
    }
    footer.bg-light.py-5 {
        display: none;
    }
    .bg-white.py-4.footer-app {
        display: none;
    }
    .footer-copyright .col-auto {
        margin: auto;
        padding: 4px 0;
    }
    .footer-copyright  p.m-0.text-muted.pe-1 {
        display: none;
    }
    .top-search-bar {
        border-top: 1px solid #dee2e6;
        width: 100%;
    }
    
    .top-search-bar input {
        border: none;
        box-shadow: none !important;
    }
    .shop-category .osahan-arrow{
        display: none !important;
    }
    .osahan-left {
        z-index: 9;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
    }
/*
    .osahan-listing .container {
        padding: 0px;
    }
    */
    .shop-category-brand-slider {padding-left: 0 !important;}
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
    .product-details {
        display: none;
    }
    .product-detail-page .sticky-sidebar2.border-start.overflow-auto.vh-100.p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }
}




/*Navigation Start*/
    ul,
      li,
      a {
        list-style: none;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
      }

      .header-scn {position: relative;border-bottom: 1px solid #dee2e6;}
      .navigation {
        /*width: calc(90% - 80px);*/
        width: 100%;
      }

      .navigation ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
      }

      .navigation ul li {
        font-size: 16px;
        margin: 0px 14px;
      }

      .navigation ul li>a {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        position: relative;
        display: inline-block;
        padding: 24px 0 22px 0;
        border-bottom: 2px solid transparent;
        transition: 0.5s all;
      }

      .hdricons-part {
        width: calc(50% - 80px);
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: center;
      }

      .hdricons-part a,
      .hdricons-part button {
        margin: 0px 10px;
        position: relative;
        top: 3px;
      }

      .hdricons-part .hdr-search {
        padding: 0px;
        border: none;
        cursor: pointer;
        background-color: transparent;
      }

      .navigation ul li:hover>a,
      .navigation ul li.active>a {
        border-color: #000;
      }

      /*Sub Menu start*/
      .navigation ul li.drowpdown {
        position: relative;
      }

      .navigation ul li.drowpdown:after,
      .navigation ul li.megamenu:after {
        content: '';
        position: relative;
        width: 8px;
        height: 8px;
        border-left: #000 1px solid;
        border-bottom: #000 1px solid;
        vertical-align: middle;
        transform: rotate(-45deg);
        top: -3px;
        margin-left: 5px;
        cursor: pointer;
        display: inline-block;
      }

      .submenu {
        position: absolute;
        left: 0px;
        top: 150%;
        width: 100%;
        border-top: #e7e7e7 1px solid;
        background-color: #fff;
        box-shadow: #e3e3e3 0px 6px 6px;
        transition: 0.5s all;
        pointer-events: none;
        opacity: 0;
        z-index: 999;
      }

      .navigation ul li:hover .submenu {
        top: 100%;
        opacity: 1;
        pointer-events: auto;
      }

      .navigation ul li.drowpdown .submenu {
        width: 250px;
      }

      .navigation ul li ul {
        display: block;
      }

      .navigation ul li ul li {
        margin: 0px;
        width: 100%;
        /*border-bottom: #dfdfdf 1px solid;*/
        display: block;
      }

      .navigation ul li ul li:last-child {
        border-bottom: none;
      }

      .navigation ul li ul li a {
        color: #000;
        padding: 8px 15px;
        font-size: 16px;
        border-bottom: none;
        font-weight: normal;
        opacity: 0.8;
      }

      .navigation ul li ul li a:hover {
        opacity: 1;
      }

      .navigation ul li .submenu-inner {
        display: grid;
        max-width: 1280px;
        margin: auto 2%;
        flex-flow: row wrap;
        width: 100%;
        padding: 20px 0;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }

      .navigation ul li .submenu-inner ul {
        margin: 0px 14px;
        border-bottom: #dfdfdf 1px solid;
      }


      .navigation ul li .submenu-inner ul li a {
        padding-right: 0px;
        padding-left: 0px;
      }

      .navigation ul li .submenu-inner ul .child-nav_list {
        margin: 0;
        border-bottom: #dfdfdf 0px solid;
      }

      .navigation ul li .submenu-inner ul .child-nav_list li a {
        text-transform: capitalize;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
      }

      .nav-label {
        background-color: #769a03;
        color: #ffffff!important;
        border-radius: 6px;
        padding: 4px 8px;
        font-size: 12px;
        margin-left: 6px;
      }

      .navigation .submenu-imginfo {
        display: block;
        width: 100%;
      }

      .navigation .submenu-imginfo a {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        width: 100%;
        padding: 10px 15px;
        background-color: #000;
        opacity: 1;
        letter-spacing: 2px;
        display: inline-block;
        text-transform: uppercase;
      }

      .submenu-img img {
        display: block;
        width: 100%;
      }
      .navigation-loginsignup {display: none;}
      .navigation ul li.megamenu.megamenudogcatimg .submenu-inner ul {border-bottom: 0;}
      .navigation ul li.megamenu.megamenudogcatimg .submenu-inner li {text-align: center;}
      .navigation ul li.megamenu.megamenudogcatimg .submenu-inner li a {text-transform: capitalize; font-size: 16px;}
      .navigation ul li.megamenu.megamenudogcatimg .submenu-inner li a img {
        margin-bottom: 10px;
        display: block;
      }

      /*Sub Menu end*/
      /*Navigation End*/
      @media (max-width:1450px) {
        .container-fluid {
          padding: 0 15px;
        }

        .navigation ul li {
          font-size: 15px;
          margin: 0px 20px;
        }

        .navigation ul li.drowpdown:after,
        .navigation ul li.megamenu:after {
          margin-left: 3px;
        }
      }

      @media (max-width:1300px) {
        .navigation ul li {
          font-size: 15px;
          margin: 0px 6px;
        }
      }

      @media (max-width:1200px) {
        .header-inner {
          padding: 14px 0;
        }

        .mobile-toggle {
          width: 30px;
          height: 24px;
          position: relative;
          display: flex;
          flex-flow: row wrap;
          cursor: pointer;
          align-items: center;
        }

        .mobile-toggle i {
          width: 100%;
          height: 2px;
          background-color: #000;
          transition: 0.5s all;
          -webkit-transition: 0.5s all;
          position: relative;
        }

        .logo {
          font-size: 22px;
        }

        /**Navigation **/
        .header-scn {
          box-shadow: #e3e3e3 0px 3px 2px;
          transition: 0.5s all;
        }

        .navigation-inner {
          width: calc(600px - 60px);
          position: fixed;
          height: 100%;
          background-color: #fff;
          left: -150%;
          top: 0px;
          z-index: 999;
          transition: 0.5s all;
        }

        .menu-open .navigation-inner {
          left: 0;
        }

        .navclose {
          display: block;
          position: absolute;
          left: inherit !important;
          top: 0px;
          width: 40px;
          height: 40px;
          background-color: #fff;
          cursor: pointer;
          z-index: 999999;;
        }

        .menu-open .navclose {
          right: 5px;
          padding-top: 10px;
          top: 5px;
        }

        .navovelay {
          background-color: #000;
          position: fixed;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          z-index: 999;
          transition: 0.5s all;
          opacity: 0;
          pointer-events: none;
        }

        .menu-open .navovelay {
          opacity: 0.7;
          pointer-events: auto;
        }

        .navclose i {
          width: 22px;
          height: 2px;
          background-color: #000;
          display: inline-block;
          transform: rotate(45deg);
          position: relative;
          left: 9px;
          top: -3px;
        }

        .navclose i+i {
          transform: rotate(-45deg);
          position: relative;
          left: 9px;
          top: -23px;
          width: 23px;
        }

        .navigation {
          overflow: auto;
          max-height: 100vh;
        }
        .navigation-loginsignup {
            width: 100%;
            border-bottom: #e7e7e7 1px solid;
            padding: 10px 15px;
            display: block;
        }
        .navigation-loginsignup a {
            display: inline-block;
            color: #000;
            font-weight: 600;
            font-size: 15px;
            opacity: 0.8;
            text-transform: uppercase;
        }

        .navigation ul {
          display: block;
          overflow: auto;
          max-height: 100vh;
        }

        .navigation ul li {
          padding: 0px;
          margin: 0px;
          width: 100%;
          border-top: #e7e7e7 1px solid;
        }

        .navigation ul li:first-child {
          border-top: none;
        }

        .navigation ul li a {
          width: 100%;
          display: inline-block;
        }

        .navigation ul li a {
          padding: 12px 16px;
          border-bottom: none;
          opacity: 0.8;
        }

        .navigation ul li a:hover {
          opacity: 1;
        }

        .navigation ul li.drowpdown>a,
        .navigation ul li.megamenu>a {
          width: calc(100% - 46px);
          border-right: #e7e7e7 1px solid;
        }

        .navigation ul li.drowpdown:after,
        .navigation ul li.megamenu:after {
          margin-left: 16px;
        }

        .navigation ul li.drowpdown:after,
        .navigation ul li.megamenu:after {
          position: absolute;
          right: 16px;
          top: 16px;
          transition: 0.5s all;
        }

        .navigation ul li.subnav-open:after {
          transform: rotate(135deg);
          top: 23px;
        }

        .navigation ul li.drowpdown .submenu {
          width: 100%;
        }

        .navigation ul li.drowpdown,
        .navigation ul li.megamenu {
          position: relative;
        }

        .navigation ul li .submenu-inner {
          margin: 0px;
        }

        .navigation ul li .submenu-inner ul li {
          border-bottom: none;
        }

        .submenu {
          position: static;
          opacity: 1;
          pointer-events: auto;
          box-shadow: none;
          display: none;
        }

        .subnav-open .submenu {
          display: block;
        }

        .navigation ul li .submenu-inner {
          display: block;
          padding: 0px;
        }

        .navigation ul li .submenu-inner ul {
          padding: 0;
        }

        .navigation ul li ul li {
          border-bottom: none;
        }

        .navigation ul li ul li a {
          font-size: 16px;
        }

        .navigation ul li .submenu-inner ul li a {
          padding-right: 15px;
          padding-left: 15px;
        }
      }

      @media(max-width:1000px), (max-width:1199px) {
          .home-popular-brand {
            overflow: scroll hidden;
            padding: 0 0 10px 25px;
        }
        .shop-category-brand.home-popular-brand .shop-item {
            margin-right: 20px;
        }
        .container {
          max-width: 1230px;
          margin: 0 auto;
          padding: 0 15PX;
        }
      }

      @media(max-width:767px) {
        .header-inner {
          justify-content: flex-start;
        }

        .navigation-inner {
          width: calc(100% - 60px);
        }

        .menu-open .navclose {
          right: 5px;
          left: inherit !important;
          top: 5px;
        }

        .logo {
          font-size: 20px;
          width: 140px;
          margin-left: 5px;
        }

        .navigation {
          width: auto;
        }

        .hdricons-part {
          width: auto;
          margin-left: auto;
        }

        .hdricons-part a,
        .hdricons-part button {
          margin: 0px 6px;
        }
      }



.footer_tab{width: 100%; float: left; text-align: center; font-size: 13px; box-shadow:0 0 10px rgba(0,0,0,0.3); background: #ffffff;
/*position: fixed; bottom: 0; left: 0; z-index: 101;*/}
.footer_tab ul li{width: 25%; float: left; padding:8px 0 5px 0; position: relative;}
.footer_tab ul li:hover{background: #e8e8e8;}
.footer_tab ul li:first-child:before{background: none;}
.footer_tab ul li:before{content: ""; position: absolute; left: 0; top: 15px; width: 1px; height: 40px; background: #e8e8e8;}
.footer_tab .footer_icon{font-size: 30px;}
.footer_tab .icon_holder{padding-bottom: 0;position: relative;}
/* .footer_tab .icon_holder, .footer_tab .text_holder{}
.footer_tab .icon_holder{} */
.footer_tab .icon_holder span.circle{display: inline-block; width: 22px; line-height: 22px; text-align: center; color: #ffffff; font-size: 10px; background: #fe3000; position: absolute; top: -5px; right: 36%;border-radius: 100px;}

.footer_tab .icon_holder .lni-user {font-size: 1rem!important;}


.footer_tab.fix2{position:fixed;/*bottom:-110px;*/bottom:0px;left: 0;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-ms-transition: all 200ms linear;-o-transition: all 200ms linear;transition: all 200ms linear;
    z-index:575;padding: 10px 3%; background: #ffffff;display: none;}
.footer_tab.fix2.stick2{bottom:0;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);display: none;}

.mobile-header-logoicon {display: none !important;}
.noSubCatClass {width: 100% !important;}
.noSubCatClass .title-filterDiv.border-end {border: 0 !important;}

.active>.page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--default-primary) !important;
  border-color: var(--bdefault-primary) !important; 
}

.signin-dsk .login-custname {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 140px;}
.dropdown-menu.osahan-dropdown {box-shadow: 0 3px 10px #9b9898 !important;}
/* .dropdown-menu.osahan-dropdown:after {content: ""; position: absolute; left: 0; right: 0; top: 0;width: 0;
  height: 0;  border-style: solid;  border-width: 0 50px 100px 50px;border-color: transparent transparent #000000 transparent;} */



@media (max-width: 1200px){
    .top-search-bar{ display: flex; width: auto !important;}
    .searchMobile.d-none {display: none !important;}
    .searchMobile button {border: 0;outline: none;background: none;}    

    .section-testimonials-home .testimonials-quote {position: absolute;top: 5px;right: 5px;}
    .section-testimonials-home .review-text {height: 100px;}
}

@media (max-width: 1024px){
  .footer_tab.fix2.stick2, .footer_tab.fix2{display: block;}
  .footer_tab.fix2 .dropdown-menu.osahan-dropdown {box-shadow: 0px -3px 10px #9b9898 !important;border-radius: 10px 10px 0 0 !important;bottom: 15px !important;padding-bottom: 10px !important;}
  .footer_tab.fix2 ul li ul li{width:100% !important; padding: 0;}
  .footer_tab.fix2 ul li ul li.p-3.mb-2{ margin-bottom: 0 !important;padding-bottom: 10px !important; background-color: var(--bdefault-primary); color: #fff;}
  
  
  .osahan-location, .list-inline-itemCart {display: none !important;}
  .header-scn {display: none !important;}
  .menu-open .header-scn {display: block !important;position: fixed; z-index: 999999;animation:animateleft 0.4s}
  
  .osahan-header .container-fluid.py-4 {padding-bottom: 10px !important;}
  .mobile-bdr-btm {width: 30%;}
  .signin-dsk {display: none !important;}
  .top-search-bar{ display: flex !important; width: 30% !important;}
  .footer-copyright {margin-bottom: 100px;}
}

@media (max-width: 1000px){
    .footer_tab .icon_holder span.circle {right: 34%;}  
}

@media (max-width: 991px){
.top-search-bar{ width: 35% !important;}
.osahan-header .container-fluid.py-4 {padding-top: 15px !important;}
.border.saerch-bdr {margin-right: -90px !important;}
.border-left-mobile{border-left: 1px solid #eaecef;}
.padding-left { padding-left: 0px !important;}
.shop-category-brand-slider {padding-left: 0px !important;}
section.category-topPickDiv.p-3{padding:1rem 0 !important;}
.container .container{padding: 0 !important;}
.grocery-banners-section{padding-left: 0px !important;}
.border-left-mobile {margin-left: 0 !important;margin-top: 50px !important;width: 100% !important;}


.mobile-categoryDiv {position: relative;}
.mobile-category-open {display:block !important;padding-top:5px;padding-bottom:5px;font-size:14px;position:absolute;right:0;top:7px;
  width:auto;/*background-color:var(--default-primary);*/color:#595c5f; border-radius:5px; }
.mobile-category-open span {padding-right: 5px;}
/*.mobile-category-open::after { content: "+";}
.mobile-category-open.active::after { content: "-";}
.osahan-listing .osahan-listing-page-nav-sidebar {display: none;margin-top: 35px;position: absolute;background-color: #fff;z-index: 99;box-shadow: 0 5px 5px #b3b3b3;}*/
.mobile-category-open img {
    transform: rotate(-90deg);
    width: 15px;
    margin-top: -2px;
    margin-right: 5px;
}



.title-filterDiv .padding {padding-left: 0 !important;}
.overflow-scroll-category  {
    overflow: auto;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    scrollbar-color: #174572 #f5fcff;
    scrollbar-width: thin;
	height:460px;
}




}

@media (max-width: 840px){
.desktop-banner {display: none;}
.mobile-banner {display: block;}
}

@media (max-width: 800px){
    .footer_tab .icon_holder span.circle {right: 31%;}  
}
@media (max-width: 800px), (max-width: 899px) {
  .subcribe-info { width: 100%;margin-bottom: 20px;}
  .subcribe-info1 {margin-bottom: 0;}
  .subcribe-content-from {width: 76%;}
  .subcribe-content-btn {width: auto;}
  .subcribe-content-image {width: 15%;}
  .subcribe-content-text {width: 85%;}

  .section-blog-home .blog-info-text strong {font-size: 13px;}

  .border.saerch-bdr {margin-right: -70px !important;}

}

@media (max-width:720px), (max-width:799px) {
  .section-testimonials-home .testimonials-slider .slick-slide .testimonials-quote img {width: 40px;}
  .section-testimonials-home .review-name {margin-bottom: 10px;}

  .section-blog-home.section-blog-info {padding-top: 25px;padding-bottom: 25px;}
  .section-blog-home .blog-info-content {padding: 8px 8px;}
  .section-blog-home .blog-info-text {padding: 15px 0 0;}
  .section-blog-home .blog-info-text strong {font-size: 12px;margin-bottom: 12px;}
  .section-blog-home .blog-info-text span {margin-bottom: 12px;}
  .section-blog-home .blog-info-text p {font-size: 12px;}

  .border.saerch-bdr {margin-right: -40px !important;}
  
  .navbar.fixed-header {position: fixed;z-index: 9999;width: 100%;animation: slideDown 0.35s ease-out;}
  .navbar.fixed-header .top-search-bar {width: 80% !important; margin-right: 0 !important; margin-left: 0 !important;}
  .navbar.fixed-header .mobile-bdr-btm, .navbar.fixed-header .contnumber-dsk {display: none !important;}
  .navbar.fixed-header .mobile-header-logoicon {display: inline-block !important;width: 10%;}
  .navbar.fixed-header .mobile-header-logoicon img {width: 80% !important;}
  .navbar.fixed-header .top-search-bar .form-control {margin-top: 0;}
}

@media (max-width: 768px){
    .footer_tab .icon_holder span.circle {right: 28%;}  
    .title-filterDiv .padding {padding: 10px 20px 20px 0 !important;}
    .home-popular-brand { padding: 0 0 10px 0px !important;}
	
	.main-404Div {text-align:center;}
	.main-404Div .d-flex {display:block !important; }
	.right-404 {width:100%;padding:2% 2% 0;}
	
	
	
}
@media (max-width:718px) {
  /* .breadcrumb {display: none;} */
  .osahan-header .container-fluid.py-4 {padding-bottom: 10px !important;padding-top: 10px !important;}
  .border.saerch-bdr {margin-right: 0 !important;width: calc(100% - 5%) !important;}
  .contnumber-dsk, .contnumber-dsk .lh-sm.d-lg-block {display: none !important;}

  .navbar.fixed-header .mobile-header-logoicon {display: inline-block !important;width: auto;}
  .navbar.fixed-header .mobile-header-logoicon img {width: 90px !important;}
  .navbar.fixed-header .top-search-bar {width: 85% !important;}
  
}

@media (max-width: 650px){
    .footer_tab .icon_holder span.circle {right: 25%;}  
}

@media (max-width: 600px), (max-width: 699px) {
  .subcribe-content-from {width: 70%;}
  .subcribe-content-from {margin-bottom: 15px;}
  .subcribe-content-image {width: 20%;}
  .subcribe-content-text {width: 80%;}
  .subcribe-content-text strong {font-size: 18px;}

  .section-testimonials-home .review-text {max-width: 100%;height: 120px;}
  .section-testimonials-home .testimonials-content {padding: 20px 0 20px;}
  .section-testimonials-home .testimonials-quote {top: 5px;right: 5px;}
  .section-testimonials-home .testimonials-slider-content {padding: 15px 15px 15px;}

  .section-blog-home.section-blog-info {padding-bottom: 10px;}
  .section-blog-home.section-blog-info .row .col-lg-4 {padding-left: 8px;padding-right: 8px;max-width: 50%;flex: 0 0 50%;}
  .section-blog-home .blog-info-text strong {font-size: 14px;letter-spacing: 0;}
  .section-blog-home .blog-info-text p {letter-spacing: 0px;font-size: 13px;}
  .section-blog-home .blog-info-content {margin-bottom: 15px;}

}

@media (max-width:630px) {
  .navbar.fixed-header .mobile-header-logoicon {display: inline-block !important;width: auto;}
  .navbar.fixed-header .mobile-header-logoicon img {width: 90px !important;}
  .navbar.fixed-header .top-search-bar {width: 82% !important;}
  
}


@media (max-width:500px), (max-width:599px) {
  .section-testimonials-home .review-text {height: 100px;}
  .footer_tab {font-size: 12px;}
  .footer_tab .icon_holder .lni-user {font-size: 0.75rem !important;}
  .subcribe-content-btn button {width: 120px;}
  .subcribe-content-from {width: 64%;}
  section.category-topPickDiv .col {width: 50% !important;}
  .title-filterDiv h1 {width: 78%;}

}

@media (max-width: 550px){
    .footer_tab .icon_holder span.circle {right: 20%;}  
    .subcribe-content-text strong{margin-bottom: 0;}
    .footer-bg .ftr-link-mobile .col-3 {width: 50% !important;} 
    .footer-bg .ftr-link-mobile .col-6 {width: 100% !important;margin-top: 30px;} 
    .navbar.fixed-header .top-search-bar {width: 88% !important;}
    .navbar.fixed-header .mobile-header-logoicon img {width: 60px !important;}
    .navbar.fixed-header .top-search-bar {padding: 0 !important;}
    .footer-copyright {margin-bottom: 80px;padding-top: 10px !important;padding-bottom: 15px !important;}
    .footer-copyright p {text-align: center;}

}
@media (max-width: 450px){
    .footer_tab .icon_holder span.circle {right: 14%;}  
    .popup-inner{left: 45%;}
    .osahan-toprated-list .d-flex { display: block !important; text-align: center;}
    .osahan-toprated-list .osahan-new-btn {margin-top: 10px;}
    .form-select-mobile select {width: 40% !important;}
    .title-filterDiv h1 {width: 68%;}
}

@media (max-width:400px), (max-width:499px) {
  .section-blog-home.section-blog-info .row .col-lg-4 {max-width: 100%;flex: 0 0 100%;}
  .section-blog-home .blog-info-content img {margin: 0 auto;display: block;}
  .border.saerch-bdr {width: calc(100% - 8%) !important;}
  .navbar.fixed-header .mobile-header-logoicon {margin-right: -20px;}
  
  .py-5{padding-top: 1.5rem !important; padding-bottom: 1.5rem !important;}
  
  .left-404 img {width:80%;}
  
}

@media (max-width:399px) {
  .border.saerch-bdr { margin-left: 0 !important; width: calc(100% - 0%) !important;}
  .subcribe-info #frmsubscribe {display: block;}
  .subcribe-content-from {width: 100%;}
  .subcribe-content-btn button {width: 100%;margin-top: 5px;}
  .subcribe-content-from label {bottom: -20px;}
  .cardftr-mobile{flex-flow: row wrap;}
  .cardftr-mobile h6{width: 100%; text-align: center; margin-bottom: 12px !important;}
  .cardftr-mobile a{width: 100%;}

}

@media (max-width: 390px) {
  .subcribe-content-image img {width: 60%;}
  .subcribe-content-text strong {font-size: 16px;margin-bottom: 4px;}
  .subcribe-content-text p {font-size: 14px;margin: 0;color: #212529;}
}

@media (max-width: 375px){
    .footer_tab .icon_holder span.circle {right: 6%;}  
}

@media (max-width:360px), (max-width:399px) {
  .section-testimonials-home .testimonials-content {padding: 15px 0 15px;}
  .section-testimonials-home .testimonials-slider-content {padding: 15px 12px 12px;}
  .section-testimonials-home .review-name {margin-bottom: 10px;}
  .section-testimonials-home .review-text {height: auto;margin-bottom: 14px;}
  .section-testimonials-home .testimonials-slider .slick-dots {margin-top: 10px;}
  .section-testimonials-home .testimonials-slider .slick-slide .testimonials-quote img {width: 30px;}

  .navbar.fixed-header .mobile-header-logoicon {  margin-right: 0px;}
  .navbar.fixed-header .mobile-header-logoicon img {width: 50px !important;}
  .navbar.fixed-header .top-search-bar { width: 84% !important;}

}


@media (max-width:343px), (max-width:320px) {
  .navbar.fixed-header .mobile-header-logoicon {  margin-right: 0px;}
  .navbar.fixed-header .mobile-header-logoicon img {width: 50px !important;}
  .navbar.fixed-header .top-search-bar { width: 82% !important;}
  .subcribe-content-from label {font-size: 12px;}

}


/*Type Page CSS*/

.cw-checkboxlist h3 {
    font-size: 16px;
    padding: 15px 18px;
    background: #f8f9fa;
    color: #212529;
    position: relative;
    margin-bottom: 0;
    display: block;
    font-weight: 600;
    /* border-bottom: 1px solid #eaecef; */
}
/*.cw-checkboxlist h3:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: var(--default-primary);
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
}*/

.cw-checkboxlist h3.selectedType-title {
    background: #e2f5fd;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
	font-size:15px;
}
.cw-checkboxlist h3.selectedType-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: var(--default-primary);
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
}

.sidebar-category .cw-checkboxlist {margin-bottom: 4px;border-bottom: 0px solid #eaecef;position: relative;}
.sidebar-category .category-title-link {
    background: #e2f5fd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.checkboxlist-items {padding: 0 15px; display: none; width: 100%; border: 1px solid #eaecef;}
.sidebar-category span.plus-icon, .sidebar-category1 span.plus-icon {position: absolute; right: 10px; top: 15px; cursor: pointer; width: 20px; height: 20px; border-radius: 100px;
  background-color: var(--default-primary); color: #fff;text-align: center;font-size: 18px;line-height: 19px;}
.sidebar-category span.plus-icon::after, .sidebar-category1 span.plus-icon::after{content: "+";}
.sidebar-category span.plus-icon.active::after, .sidebar-category1 span.plus-icon.active::after{content: "-";} 

.mobile-category-open {display: none; cursor: pointer;}

.checkboxgroup {padding: 20px;}
.checkboxgroup h3{color: #000;font-size: 20px;margin: 0px 0px 20px 0px;}


.filters-category .checkboxlist-items {display: block !important;height: 400px; overflow: auto; scrollbar-color: #174572 #f5fcff;
  scrollbar-width: thin;}

.sidebar-category1 .cw-checkboxlist {position:relative;}

.sidebar-category1 .cw-checkboxlist h3.selectedType-title {background:#fff; border-top:1px solid #dee2e6;}

.cw-checkbox-item {
  margin: 0 0 15px 0;
  padding: 0;
}
.checkboxgroup-main {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 20px auto;
}

.checkboxgroup-main .checkboxgroup {
    width: 33.3%;
}

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
}
.md-checkbox a {
    color: #595c5f;
    font-size: 13px;
    line-height: 18px;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.50em;
  vertical-align: top;
  clear: both;
  padding-left: 8px;
}

.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 1px;
}
.md-checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type=checkbox]:checked + label:before {
  background: var(--default-primary);
  border: 1px solid var(--default-primary);
}
.md-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
  margin-left: 0px;
}

.md-checkbox input[type=checkbox]:disabled + label {
    opacity: 0.50;
    pointer-events: none;
}
.md-checkbox input[type=checkbox]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

@media (max-width: 992px) {
    .checkboxgroup-main .checkboxgroup {
        width: 100%;
        padding: 10px 0px;
    }
}

/*** COMMON POPUP, INPUT, STAR RATING, CUSTOM RATE STYLE START ***/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] /* for mozilla */ {-moz-appearance: textfield;}

.popup {width:100%;height:100%;display:none;position:fixed;top:0px;left:0px;background:rgba(0,0,0,0.75);z-index: 9999999;}
.popup-inner{max-width:700px;width:96%;padding:10px 15px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);box-shadow:0px 2px 6px rgba(0,0,0,1);border-radius:3px;background:#fff;max-height: 100%; overflow-y: hidden scroll;max-height: 100%;overflow: auto;}
.popup-close{width:30px;height:30px;padding-top:4px;display:inline-block;position:absolute;top:20px;right:20px;transition:ease 0.25s all;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);border-radius:1000px;background:rgba(0,0,0,0.8);font-size:20px;text-align:center;line-height:100%;color:#fff;}
/*.popup-close:hover{-webkit-transform:translate(50%, -50%) rotate(180deg);transform:translate(50%, -50%) rotate(180deg);background:rgba(0,0,0,1);text-decoration:none;}*/

.stars-img{padding: 0px 0 0;}
.stars-img .rating{background: url(//images/Star-g.png) repeat-x left bottom; background-size: 20px;display: inline-block;height: 20px;text-align: left;vertical-align: bottom;width: 100px;}
.stars-img .rating-color {background: url(https://www.vetsupply.com.au/images/Star.png) repeat-x left bottom;background-size: 20px;height: 20px;}
.Pagination_Number{text-align: center; font-size: 14px; justify-content: center;display: flex;}
.Pagination_Number a{display: inline-block; margin: 0 2px; border: 1px solid var(--default-primary);color: var(--default-primary); padding: 5px 12px;}
.Pagination_Number a.select{background:var(--default-primary);color:#fff;font-weight: 500; }
.Pagination_Number a:hover{background: var(--default-primary); color: #fff;}

.custom_rate{text-align: left; float: left; width: 135px; margin-top: 10px;}
.custom_rate:not(:checked) > input {position: absolute;left: -9999px;}
.custom_rate:not(:checked) > label {float: right;width: 25px;height: 25px;overflow: hidden;white-space: nowrap;cursor: pointer;font-size: 0px;background: url(https://www.vetsupply.com.au/images/Star-g.png) no-repeat center 0;background-size: 20px;margin-right: 2px;}
.custom_rate:not(:checked) > label::before {display: inline-block;content: "";}
.custom_rate > input:checked + label:hover, 
.custom_rate > input:checked + label:hover ~ label, 
.custom_rate > label:hover ~ input:checked ~ label,
.custom_rate > input:checked ~ label{background: url(https://www.vetsupply.com.au/images/Star.png) no-repeat center 0;background-size: 20px;}

.input_checkbox,
.input_radio{display: block;position: relative;padding-left: 0px;margin-bottom: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.input_checkbox .checkmark,
.input_radio .checkmark{position: absolute;top: 0;left: 0;height: 20px;width: 20px;border: 1px solid #6c757d; background: #fff;border-radius: 3px;}
.input_checkbox input,
.input_radio input{position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0; left: 0;}
.input_checkbox input:checked ~ .checkmark,
.input_radio input:checked ~ .checkmark{background: var(--default-primary);border: 1px solid var(--default-primary);}
.input_checkbox input:checked ~ .checkmark:after,
.input_radio input:checked ~ .checkmark:after{display: block;}
.input_checkbox .checkmark:after{content: "";position: absolute;display: none;}
.input_checkbox .checkmark:after{left: 5px;top: 1px;width: 8px;height: 12px;border: solid #fff;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.input_radio .checkmark{border-radius:50%;}
.input_radio .checkmark:after{content:"";position:absolute;display:none;top:4px;left:4px;width:10px;height:10px;border-radius:50%;background:#fff;}

/*** ALERT MESSAGE ***/
.AlertPopupDiv{height: auto;border: 0 !important; background: none;}
.AlertPopupDiv .AlertContent.Success{background: #579901; color: #fff;}
.AlertPopupDiv .AlertContent.Failed{background: #df011a; color: #fff;}
.AlertPopupDiv .offcanvas-header{padding: 15px !important;}
.AlertPopupDiv button{width: 25px; float: right; line-height: 25px;font-size: 16px; border-radius: 50px; background: #fff !important;color: #333 !important;text-align: center;box-sizing: border-box;margin: 0;padding: 0 !important; opacity: 10 !important; height: auto;font-weight: 500;}
.AlertPopupDiv h5{width: 88%; float: left;font-size: 15px;}


/*** COMMON POPUP, INPUT, STAR RATING, CUSTOM RATE STYLE END ***/


.DisplayDIV{width: 100%; float: left;}

.title-filterDiv {padding:0;display: block;}
.title-filterDiv .padding {padding:0 20px 24px;}
.filters-category {display: block; height: 570px;overflow: auto; scrollbar-width: thin; scrollbar-color: var(--default-primary) #f5fcff;}

.title-filterDiv h1 {font-size: 1.25rem;}

.typepage-filters {cursor: pointer;color: #595c5f;font-size: 14px;}
.typepage-filters img {transform: rotate(-90deg);width: 15px;margin-top: -2px; margin-right: 5px;}


.padding-left {padding-left: 20px;}

.shop-category-brand-slider {padding-left: 20px;}
.category-brand-slider-padding {padding:30px 20px;}

.prodNotFound {color:#174572;font-weight:600;font-size:18px;width: 100%;display: block;text-align: center;padding: 20px;}
.border-left-mobile {margin: 0 0 0 20px; width: calc(100% - 20px); border-left: 1px solid #eaecef !important;}

/* .category-topPickDiv {} */

.filter-slider,
.filter__item__sub {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.filter-slider {
  position: relative;
  width: 100%;
  height:100%;
  background-color: #fff;
  overflow: hidden;
}

.filter__item + .filter__item {
  margin-top: 15px;
}

.filter__item__link {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
}

.filter__item__link:before  {
    content: '';
    position: absolute;
    transition: 0.5s all;
    width: 8px;
    height: 8px;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    vertical-align: middle;
    top: 6px;
    margin-left: 0;
    right: 10px;
    cursor: pointer;
    display: inline-block;
    transform: rotate(-140deg);
}

.filter__item__sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(100%);
  z-index: 99;
}
.filter__item__sub.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.filter__item__link.sub__close {padding: 6px 25px;background: #ccc;}
.filter__item__link.sub__close:before  {
    content: '';
    position: absolute;
    transition: 0.5s all;
    width: 8px;
    height: 8px;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    vertical-align: middle;
    top: 12px;
    left: 12px;
    cursor: pointer;
    display: inline-block;
    transform: rotate(47deg);
}

.mobile-facets {display: flex; justify-content: space-between;}
.mobile-facets button {width: 33%; color: #fff;}
.mobile-facets .bg-secondary:hover {background-color: #ccc !important; color: #000;}

/*=== Static Pages CSS ===*/

.section-static {
    padding: 20px 0;
}

.static-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    color: #000;
}

.static-content p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}

.static-content p>strong {
    margin-top: 0;
}

.static-content a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.static-content strong {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}

.static-content ul {
    margin-left: 30px;
    padding: 0;
}

.static-content li {
    margin-bottom: 10px;
    font-size: 14px;
}

.static-list {
    margin-left: 30px;
    margin: 15px 0 0 30px;
    padding: 0;
}

.static-list li {
    margin-bottom: 8px;
}

.static-list li a {
    display: inline-block;
    text-decoration: none;
    color: #ff0000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.static_Btn {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.static_Btn a {
    background: var(--default-primary);
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.We_Promise {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 20px;
    padding: 15px 0 0;
    color: #ed1f24 !important;
}

.contact_form {
    margin: 15px 0;
    border: 1px solid #c4c4c4;
    padding: 0 0 15px;
}

.contact_form_TopDiv {
    padding: 1% 2%;
    border-bottom: 1px solid #c4c4c4;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_title {
    color: #151515;
    font-size: 16px;
}

.contact_sub {
    padding-top: 2px;
    font-size: 14px;
    color: #ed1f24 !important;
}

.Contact_Top_BoxDiv {
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
}

.Search_ContactBox_textDiv {
    width: 48%;
    margin: 0 10px 25px;
}

.Search_ContactBox_textDiv label,
.Search_ContactBox_textDiv1 label {
    color: #505050;
    font-size: 14px;
}

.Search_ContactBox_textDiv .input_box {
    padding: 0 10px;
    margin: 5px 0 0;
    color: #151515;
    display: block;
    border: 1px solid #b8b8b8;
    background: #fff;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #151515;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
}

.Search_ContactBox_textDiv1 {
    width: 100%;
    padding: 0 15px;
}

.Search_ContactBox_textDiv1 textarea {
    font-size: 13px;
    width: 100%;
    padding: 0 10px;
    height: 80px;
    line-height: 28px;
    margin: 5px 0 0;
    border: 1px solid #b8b8b8;
    color: #151515;
    outline: none;
    box-sizing: border-box;
}

.contact_form_btn {
    padding: 0 15px;
}

.contact_form_btn button {
    border-radius: 3px;
    width: 200px;
    margin-top: 20px;
    background: #028d02;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.issuesText {
    margin: 10px 0 15px;
    background: #dae5fb;
    padding: 2%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
}

.red_text {
    color: var(--default-red) !important;
}

.resetpass-mian {
    text-align: center;
    margin: 30px 0;
}

    .resetpass-mian a {
        width: 35% !important;
    }

    .resetpass-mian .LoginwithEmail input {
        width: 35%;
        padding: 10px;
        border: 0;
        outline: 0;
        margin-bottom: 2px;
    }

.category-pages-content {width: 100%;float: left;margin:0;}
.category-pages-content h5, .category-pages-content h2 {font-size: 24px;}
.category-pages-content h4 {font-size: 18px;}
.category-pages-content strong {font-size: 14px;}
.category-pages-content ul {padding: 0 0 0 15px;}
.category-pages-content ul li {list-style: disc !important;padding-bottom: 5px;}

.clsCustomerSupportmsg {
    padding: 10px 20px;
    padding: 20px;
    margin: 20px 5%;
    width: 90%;
    border-radius: 10px;
}
    .clsCustomerSupportmsg p {padding:5px 0; text-align:justify
    }


    @media only screen and (max-width:1000px),
    (max-width:1040px) {
        .Search_ContactBox_textDiv {
        width: 100%;
    }
    .Contact_Top_BoxDiv {
        padding: 10px 10px;
    }
}

.iti--allow-dropdown .iti__country-container, .iti--show-selected-dial-code .iti__country-container {
    top: 10px !important;
    bottom: inherit !important;
}


@keyframes animateleft {
  from {
    left:-300px;opacity:0
  } 
  to {
    left:0;opacity:1
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
