/* Overwritten bootstrap.css*/
a.text-warning:hover,
a.text-warning:focus {
  color: #e9741f !important;
}

/* Branding */
.mobile-logo {
    width: 20% !important;
}

.text-branding {
    color: #c02f3a;
}

a.text-branding:hover,
a.text-branding:focus {
  color: #e9741f;
}

/* Header */
.mobile-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.mobile-header,
.mobile-category {
    display: none;
}

.card-header {
    background-color: #fd7e14;
    padding: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.icon-shoping-cart {
    width: 24px;
}

.btn-warning {
    color: #fff !important;
}

.card-product .img-wrap {
    height: 160px !important;
}

.btn {
    cursor: pointer !important;
}

.ht {
    background-color: #c46213 !important;
}

.border-list {
    border: none !important;
}

.list-group-item,
.card {
    border: none;
}

.category-item {
    padding: 4px 0px;
}

.category-item:hover {
    font-size: 17px;
    font-weight: 500;
    background-color: rgb(230, 230, 230) !important;
}

img {
    max-width: 98%;
}

.card,
.header {
    box-shadow: 0 2.8px 2.2px rgba(179, 179, 179, 0.034),
        0 6.7px 5.3px rgba(179, 179, 179, 0.034),
        0 12.5px 10px rgba(179, 179, 179, 0.034),
        0 22.3px 17.9px rgba(179, 179, 179, 0.034),
        0 41.8px 33.4px rgba(179, 179, 179, 0.034),
        0 100px 80px rgba(179, 179, 179, 0.034);
}

.card {
    border-radius: 10px !important;
}

.category-list-group {
    overflow-y: auto;
}

.sub-categories-list {
    display: none;
}

.category-item:hover ~ div.sub-categories-list {
    cursor: pointer;
    display: block;
    position: absolute;
}

.banner-section {
    z-index: -1;
}

.sub-categories-list {
    /* position: absolute; */
    width: 800px;
    /* margin-left: 255px; */
    margin-top: -33px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.993);
    z-index: 1 !important;
    box-shadow: 0 2.8px 2.2px rgba(179, 179, 179, 0.034),
        0 6.7px 5.3px rgba(179, 179, 179, 0.034),
        0 12.5px 10px rgba(179, 179, 179, 0.034),
        0 22.3px 17.9px rgba(179, 179, 179, 0.034),
        0 41.8px 33.4px rgba(179, 179, 179, 0.034),
        0 100px 80px rgba(179, 179, 179, 0.034);
}

.wrapper {
    background-color: #fff;
}

.owl-prev,
.owl-next {
    display: none !important;
}

p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card {
    width: 14rem;
}
.product-image {
    width: 100%;
    height: 13rem;
}

/* custom checkbox */
input[type="checkbox"] {
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #fd7e14;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

input[type="checkbox"]:checked {
    border: 2px solid #fd7e14;
    background: #fd7e14;
}

input[type="checkbox"]:hover {
    border: 2px solid #fd7e14;
    background: #fd7e14;
}

input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
}

input[type="checkbox"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}

input[type="checkbox"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

input[type="checkbox"]:focus {
    outline: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f6993f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.corder-rounded {
    border-radius: 50px !important;
}

.sub-cate-title:hover {
    color: rgb(255, 168, 7);
    font-weight: 500;
    text-decoration: underline rgb(255, 168, 7);
    text-underline-offset: 1px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.display-cat-list {
    display: none !important;
}

.dropdown-list-cat {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.header-list-cat:hover > dl > dd.header-cat {
    display: block;
}

.header-cat {
    width: 240px;
    height: 100%;
    display: none;
    position: absolute;
    top: 42px;
    left: 20px;
    margin-left: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 0px 2.2px rgba(179, 179, 179, 0.034),
        0 100px 80px rgba(179, 179, 179, 0.034);
    border: 0.1px solid rgba(180, 180, 180, 0.267);
}

.text-dart-green {
    color: green !important;
}

.bg-dark-green {
    background-color: #006a4d;
}

.border-radius-50 {
    border-radius: 50px;
}

.font-small {
    font-size: 12px;
}

.select2-container .select2-selection--single {
    height: 38px;
    /* padding-top: 6px; */
}

.shop-images:hover {
    background-color: rgb(233, 233, 233);
    cursor: pointer;
}


/* typeahead styles */
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 90%; }
.twitter-typeahead {
  display: block !important;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-menu {
  min-width: 160px;
  margin-top: 33px;
  padding: 0px 0;
  background-color: #ddd;
  border: 1px solid #ddd;
  width:100%;
}

.tt-suggestion {
  display: block;
  padding: 3px 10px;
  background-color: #fff;
  color: #555;
}

.tt-menu a {
  color: #555 !important;
}

/* Screen size */
@media screen and (max-width: 1920px) {
    .category-list-group {
        height: 78%;
    }
}

@media screen and (max-width: 1680px) {
    .category-list-group {
        height: 72%;
    }
}

@media screen and (max-width: 1626px) {
    .product-card {
        width: 12rem !important;
    }
    .category-list-group {
        height: 100% !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-width: 1514px) {
    .product-card {
        width: 12rem !important;
    }
    /* .category-list-items {
        display: none !important;
    } */
    .banners-img-lists {
        flex: 0%;
        max-width: 100%;
    }
    /* .mobile-category {
        display: block !important;
    } */
}

@media screen and (max-width: 1490px) {
    .category-list-group {
        height: 100% !important;
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 1440px) {
    .main-container {
        width: 80%;
    }
}

@media screen and (max-width: 1352px) {
    .category-list-group {
        height: 100% !important;
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 1292px) {
    .product-card {
        width: 11rem !important;
    }
}

@media screen and (max-width: 1220px) {
    .category-list-group {
        height: 300px !important;
    }
}

@media screen and (max-width: 1122px) {
    .category-list-group {
        height: 273px !important;
    }
}

@media screen and (max-width: 1090px) {
    .product-card {
        width: 170px !important;
    }
}

@media screen and (max-width: 1024px) {
    .main-container {
        width: 90%;
    }
    .category-list-group {
        height: 72% !important;
    }

    .account-main {
        display: none;
    }
    .advertis-main {
        width: 76%;
    }
    .header-cat {
        height: 468px;
    }
    .category-list-group {
        height: 100% !important;
    }
    div.p-ranks:nth-last-child(-n + 1) {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .product-card {
        width: 200px !important;
    }
    .category-list-group {
        height: 235px !important;
    }
}

@media screen and (max-width: 890px) {
    .carousel-slide {
        height: 100%;
    }
    .main-container {
        width: 93% !important;
        margin-left: 10px;
    }
    .advertis-main {
        width: 100%;
    }
    .product-card {
        width: 18rem !important;
    }
    .product-image {
        height: 16rem !important;
    }
    .mobile-header {
        display: block !important;
    }
    .header {
        display: none !important;
    }
    .category-list-items {
        display: none !important;
    }
    .banners-img-lists {
        flex: 0%;
        max-width: 100%;
    }
    .mobile-category {
        display: block !important;
    }
    /* Moved from header.css */
    .navbar {
        padding: 0.5rem 1rem;
    }
    .search-bar {
        width: 75% !important;
    }
    .section-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
    }
    /* End Moved from header.css */
    /* Moved from main-body.css */
    .main-container {
        top: 10%;
        position: relative;
    }
    /* End Moved from main-body.css */
}

@media screen and (max-width: 790px) {
    .header {
        display: none !important;
    }
    .product-card {
        width: 180px !important;
        height: 17rem;
    }
    .product-image {
        height: 11rem !important;
    }
    .card-header {
        display: none;
    }
    .heading-section-1 {
        margin-right: -67px;
        margin-left: -69px;
    }
    .mobile-contents {
        margin-top: 0px !important;
    }
    .mobile-products {
        margin-left: -53px !important;
        margin-right: -52px !important;
    }
    .col-12 {
        padding: 10px 11px !important;
    }
    .title {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 779px) {
    .main-container {
        top: 130px !important;
        width: 100%;
    }
    .home-first-main {
        height: 340px;
        margin-left: 28px;
        /* margin-top: 40px; */
    }
    .advertis-main {
        margin-left: 0 !important;
        width: 100%;
    }
    .mobile-header {
        display: none;
    }
    .advertise-card {
        display: none;
    }
    .main-container .banner-main {
        height: 100%;
    }
    .mb-category {
        display: block !important;
    }
    /* .product-card {
        max-width: 24.5%;
    } */
    .banner-main {
        width: 96%;
    }
    .mobile-main {
        width: 97%;
        margin: 3em 1.5rem 0em !important;
    }
    div.p-ranks:nth-last-child(-n + 2) {
        display: none;
    }
    .mb-category-list {
        display: block;
    }
}

/* Moved from header.css*/
@media screen and (max-width: 690px) {
    .mobile-header-search {
        display: none !important;
    }
}
@media screen and (max-width: 376px) {
    .search-bar {
        width: 75% !important;
    }
}

@media screen and (max-width: 376px) {
    .search-bar {
        width: 70% !important;
    }
    .logo-bar {
        width: 14% !important;
    }
}

@media screen and (max-width: 320px) {
    .header-bar {
        padding: 0.5rem 1rem !important;
    }
    .logo-bar {
        width: 15% !important;
    }
    .search-bar {
        width: 85% !important;
    }

    .action-bar {
        display: none !important;
    }
}
/* End Moved from header.css*/
@media screen and (max-width: 500px) {
    mobile-category {
        padding: 0.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .product-card {
        width: 164px !important;
    }
}

@media screen and (max-width: 480px) {
    .header-bar {
        padding: 1rem !important;
    }
    .main-container {
        width: 100%;
    }
    .home-first-main {
        height: 241px;
        margin-left: 10px;
        /* margin-top: 60px; */
    }
    .advertis-main {
        margin-left: 0 !important;
        width: 100%;
    }
    .mobile-header {
        display: none;
    }
    .advertise-card {
        display: none;
    }
    .main-container .banner-main {
        height: 100%;
    }
    .mb-category {
        display: block !important;
    }
    .product-card {
        height: 258px;
        width: 196px !important;
    }
    .banner-main {
        width: 96%;
    }
    .mobile-main {
        width: 97%;
        margin: 3em 0.5rem 0em !important;
    }
    div.p-ranks:nth-last-child(-n + 4) {
        display: none;
    }
    .h4 {
        font-size: 1.3rem;
    }
    .mobile-logo {
        width: 80%;
    }
    .feature-news {
        display: none;
    }
}

@media screen and (max-width: 465px) {
    .product-card {
        height: 265px;
        width: 205px !important;
    }
    .d-line {
        display: none !important;
    }
}

@media screen and (max-width: 440px) {
    .product-card {
        height: 248px;
        width: 194px !important;
    }
}

@media screen and (max-width: 432px) {
    .home-first-main {
        height: 217px;
    }

    .product-card {
        height: 244px;
        width: 185px !important;
    }
    .p-ranks > .product-card {
        height: 217px;
        width: 175px !important;
    }
}

@media screen and (max-width: 422px) {
    .product-card {
        height: 244px;
        width: 185px !important;
    }
}

@media screen and (max-width: 412px) {
    .home-first-main {
        height: 207px;
    }

    .product-card {
        height: 237px;
        width: 179px !important;
    }
    .p-ranks > .product-card {
        height: 217px;
        width: 168px !important;
    }
}

@media screen and (max-width: 400px) {
    .product-card {
        height: 238px;
        width: 176px !important;
    }
}

@media screen and (max-width: 398px) {
    .home-first-main {
        height: 200px;
    }
    .mobile-main {
        width: 97%;
        margin: 1.5em 0.5rem 0em !important;
    }
    .product-card {
        height: 234px;
        width: 173px !important;
    }
    .p-ranks > .product-card {
        height: 215px;
        width: 162px !important;
    }
    .category-img {
        vertical-align: middle;
        width: 40px;
        height: 41px;
        border-radius: 50%;
    }
}

@media screen and (max-width: 398px) {
    .home-first-main {
        height: 194px;
    }

    .product-card {
        height: 218px;
        width: 169px !important;
    }
    .p-ranks > .product-card {
        height: 208px;
        width: 158px !important;
    }
}

@media screen and (max-width: 376px) {
    .home-first-main {
        height: 200px;
        margin-left: 7px;
    }
    .product-card {
        height: 220px;
        width: 163px !important;
    }
    .p-ranks > .product-card {
        height: 202px;
        width: 153px !important;
    }
}

@media screen and (max-width: 350px) {
    .main-container {
        width: 93% !important;
        margin-left: 6px;
    }
    .home-first-main {
        height: 175px;
        margin-left: 7px;
    }
    .product-card {
        height: 215px;
        width: 145px !important;
    }
    .p-ranks > .product-card {
        height: 192px;
        width: 145px !important;
    }

    .banner-main {
        width: 100%;
    }

    .mobile-main {
        width: 100%;
        margin: 2em 0.5rem 0em !important;
    }
}

@media screen and (max-width: 320px) {
    .main-container {
        margin: 0;
        width: 92%;
        margin-left: 3px;
    }
    .channel-main {
        display: none !important;
    }
    .mb-category {
        width: 25% !important;
    }
    .product-card {
        height: 187px;
        width: 140px !important;
    }
    .p-ranks > .product-card {
        height: 166px;
        width: 130px !important;
    }
    .mobile-main {
        width: 100%;
        margin: 1em 0.5rem 0em !important;
    }
    .h5 {
        font-size: 1rem;
    }
    .h4 {
        font-size: 1rem;
    }
    .mb-category > p {
        font-size: 10px;
    }
    .p-rank {
        padding: 5px;
    }
    .home-first-main {
        height: 138px;
        margin-left: 9px;
    }
    .banner-main {
        width: 100%;
    }
}
