
* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: rgb(250 250 250);
}

div#app {
    /*background-color: #242424;*/
}

.header .header-top div.left-content ul.logo-container li img {
    max-width: 180px;
    max-height: 60px;
}

a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #009fe3;
}

.radio-container .checkmark {
    border: 2px solid #009fe3;
}

.radio-container .checkmark:after {
    background: #009fe3;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .45;
}

@media only screen and (max-width: 574px) {
    section.cart .cart-content .left-side .misc-controls {
        top: 340px;
    }
}

@media only screen and (max-width: 815px) {
    section.cart .cart-content .right-side {
        top: -40px;
    }
}


@media (max-width: 720px) {
    .header .header-top div.left-content ul.logo-container li img {
        max-width: 120px;
        max-height: 40px;
    }
}

@media only screen and (max-width: 425px) {
    .main-container-wrapper .product-card .product-information .default-wrap {
        display: inline-block;
    }
}

.footer .footer-content .footer-list-container .list-container .list-group li {
    text-transform: none;
    color: white;
}

.main-container-wrapper {
    width: 100%;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
}

.right-content-menu {
    /*color: white;*/
    margin-bottom: 5px;
}

.header .header-top div.left-content ul.search-container {
    position: relative;
    margin-bottom: 5px;
}

.header .header-top div.left-content ul.search-container li.search-group .search-icon-wrapper {
    height: 41px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid black;
}

.header .header-top div.left-content ul.search-container li.search-group .search-icon-wrapper button {
    background-color: #009fe3;
    padding: 0px 5px;
    padding-top: 6px;
}

.header-contact {
    font: 14px / 14px Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

a.header-link:active, a.header-link:focus, a.header-link:hover, a.header-link:link, a.header-link:visited {
    text-decoration: none;
    color: black;
}

.main-container-wrapper .product-list .product-card {
    padding-right: 10px;
}

.main-container-wrapper .product-list .product-card:hover {
    padding-right: 10px;
}

.main-container-wrapper .product-list .product-card .product-image img {
    object-fit: contain;
}

.main-container-wrapper .product-list .product-card .product-information {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
    /*width: 75%;*/
    width: auto;
}

.account-head .account-heading {
    text-transform: none;
}

.product-price {
    margin-bottom: 5px;
    text-align: center;
}

.product-add {
    width: 100%;
}

.sticker {
    display: none;
}

.regular-price {
    text-decoration: line-through;
    font-size: 12px;
}

.main-container-wrapper .product-card .default-wrap .addtocart {
    font-size: 13px;
    text-align: center;
    /*margin-top: 20px;*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.header .header-bottom {
    border-top: 0;
    border-bottom: 0;
}

.header .header-bottom .nav>li {
    margin-right: 0px;
}

.header-background {
    background-color: #1b191a;
    color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
}

.navigation-background {
    background-color: #323232;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
}

.relative-top {
    position: relative;
    /*z-index: 1000;*/
}

.header .header-bottom {
    height: auto;
}

.header .header-bottom .nav a {
    color: white;
    text-transform: none;
}

.header .header-bottom .nav a:hover {
    color: #1b191a;
}

.header .header-bottom .nav ul {
    background-color: #009fe3;
}

.header .header-bottom .nav>li:first-child {
    /*border-left: 1px solid rgb(250 250 250);*/
}

.header .header-bottom .nav>li {
    height: 56px;
    /*border-right: 1px solid rgb(250 250 250);*/
    text-align: center;
}

.header .header-bottom .nav>li li:hover {
    background-color: #009fe3;
}

@media (max-width: 720px) {
    .header .header-bottom .nav>li {
        text-align: left;
    }
}

.header .header-bottom .nav ul {
    top: 56px;
}

.header .header-bottom .nav li ul li {
    text-align: left;
    
}

@media (max-width: 720px) {
    .header .header-bottom .nav>li {
        height: auto;
        width: auto !important;
    }

    .header .header-bottom .nav>li ul li {
        height: auto;
        width: auto !important;
    }
}

@media only screen and (max-width: 425px) {
    .main-container-wrapper .checkout-process .col-main .step-content .form-header {
        height: auto !important;
    }
}

.header .header-bottom ul.nav {
    font-size: 16px;
}

.header .header-bottom .nav>li:hover {
    background-color: #009fe3;
}

@media (max-width: 720px) {
    .header .header-bottom .icon.icon-arrow-down {
        margin-right: 10px;
    }

    .header .header-bottom .icon.dropdown-right-icon {
        margin-right: 10px;
    }
}

.remove-filter-link {
    color: #009fe3 !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 0px;
    padding-right: 0px;
    /*background-color: rgb(250 250 250);*/
}

.main-container-wrapper .content-container {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    padding-top: 10px;
}

.main .category-container .category-block .hero-image {
    display: none;
}

.nav-header-top {
    background-color: lightblue;
}


.dropdown-toggle span {
    vertical-align: top;
    padding-top: 2px;
}

.dropdown-list {
    color: black;
}

.header {
    margin-top: 0;
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin-bottom: 0;
    position: relative;
}

.main .category-container .category-block {
    margin: 10px;
    margin-left: 20px;
}

.main-container-wrapper .product-card {
    padding: 0;
}

.main-container-wrapper .product-card:hover {
    padding: 0;
}

.header .header-top {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.logo-container {
    padding-left: 0;
    margin-left: 10px;
    margin-bottom: 5px;
}

.header .header-top div.left-content ul.search-container li.search-group .search-field {
    height: 41px;
    border-radius: 0;
    border: 2px solid black;
}

.menu-box {
    display: none;
}

@media (max-width: 720px) {
    .header .header-top div.right-content .search-box {
        /*margin-right: 5px;*/
        /*color: white;*/
        margin-top: 2px;
    }

    .header .header-bottom .nav>li {
        border: none;
    }

    .header .header-bottom .nav>li:first-child {
        border: none;
    }

    .menu-box {
        display: block;
        margin-bottom: 0px;
    }

    .main .category-container .category-block {
        margin: 0;
    }
}

.dropdown-toggle {
    margin-left: 12px;
}

.material-icons {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

#NAV_1 {
    height: 46px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    /*background: #e7b553 none repeat scroll 0% 0% / auto padding-box border-box;*/
    background-color: rgb(250 250 250);
    color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
}

#A_11 {
    color: rgb(35, 35, 35);
    font: 14px / 14px Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#A_21 {
    color: black;
    padding-left: 20px;
    font: 20px / 21px Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.main-container-wrapper .product-list .product-card {
    width: auto;
    height: 100%;
    /*height: 200px;*/
}

main-container-wrapper .product-grid-3 .product-card {
    height: 480px;
}

.main-container-wrapper .product-list .product-card {
    background-color: white;
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}

.cart-item-list .item {
    background-color: white;
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}

.filter-title {
    font-weight: bold;
}

.filter-attributes-title {
    font-weight: bold;
}

.main .category-container {
    margin-top: 10px;
}

.main .category-container .layered-filter-wrapper, .main .category-container .responsive-layred-filter {
    background-color: white;
    padding: 10px;
    margin: 10px;
}

@media (max-width: 720px) {
    .main .category-container .layered-filter-wrapper, .main .category-container .responsive-layred-filter {
        margin: 0;
    }
}

.main-container-wrapper .product-list .product-card .product-image {
    width: 150px;
    height: 150px;
    margin: 5px;
    background-color: white;
}

.btn.btn-primary {
    background: #009fe3;
    border: 1px solid #009fe3;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%), 0 0 8px 0 rgb(0 0 0 / 10%) !important;
    padding: 5px 10px;
}

.btn.btn-black {
    background: #009fe3;
    border: 1px solid #009fe3;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%), 0 0 8px 0 rgb(0 0 0 / 10%) !important;
    padding: 5px 10px;
}

.btn:hover {
    color: white;
}

ol, ul {
    padding-left: 0;
}

section.product-detail div.layouter .form-container div.product-image-group div .thumb-list .thumb-frame.active {
    border-color: #009fe3;
}

section.product-detail div.layouter .form-container div.product-image-group .add-to-buttons .addtocart {
    background: #009fe3;
}

.vue-slider .vue-slider-process {
    background-color: #009fe3 !important;
}

.vue-slider .vue-slider-dot-tooltip-inner, .vue-slider .vue-slider-dot-tooltip-text {
    border-color: #009fe3 !important;
    background-color: #009fe3 !important;
}

.footer {
    background-color: #242424;
}

.footer .footer-content .footer-list-container .list-container .list-group a {
    color: white;
}

.auth-content .login-form {
    background-color: white;
}

.menu-block-content {
    background-color: white;
}

.account-content .account-layout {
    /*background-color: white;*/
    padding: 20px;
}

.header .header-bottom .nav ul {
    border: 0;
}

.header .header-bottom .nav>li>a {
    margin-bottom: 0;
    height: 56px;
    display: inline-block;
    font-weight: bold;
}

.header .header-bottom .nav>li>a div {
    height: 44px;
    line-height: 44px;
}

.header .header-bottom .nav>li>a div span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

@media (max-width: 720px) {
    .header .header-bottom .nav>li>a {
        height: auto;
    }

    .header .header-bottom .nav li li a {
        width: auto;
    }
}

.header .header-bottom .nav a {
    padding: 4px 10px 6px 10px;
}

.main-container-wrapper .product-card .cart-wish-wrap {
    right: 5px;
}

.checkout-process .col-main .step-content .form-header {
    margin-bottom: 40px;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    height: auto;
}

.checkout-process .col-main .step-content .form-header .checkout-step-heading {
    padding-bottom: 10px;
}

.main .top-toolbar .pager select {
    background: white;
}

div.add-to-buttons {
    margin-left: 20px;
}

.quantity label {
    margin-bottom: 0;
}

.checkout-process .col-main ul.checkout-steps li.active {
    color: #009fe3;
    font-weight: bold;
}

.checkout-process .col-main ul.checkout-steps li.active .decorator {
    border: 1px solid #009fe3;
}

.address-card {
    background-color: white;
}

.checkout-process .col-main ul.checkout-steps li.completed .decorator {
    background-image: url(../images/done_black_24dp.svg);
}

.checkout-process .col-main .step-content .address-summary {
    align-items: flex-start;
}

.cart-item-list .item .item-details {
    overflow: hidden;
}

.checkout-process .col-main .step-content .cart-item-list .item .row .title {
    margin-bottom: 0;
}

.checkout-process .col-main .step-content .order-description .text {
    margin-left: 10px;
}

div.order-success-content {
    margin-top: 20px;
}

.account-content .menu-block .menubar li.active a {
    color: #009fe3;
    font-weight: bold;
}

.edit-form {
    background-color: white;
}

.grid-container .grid-top {
    background-color: white;
    border: 1px solid #c7c7c7;
    padding: 25px;
}

.table>:not(:first-child) {
    border-top: none;
}

.sale-container {
    color: #5e5e5e;
    background-color: white;
    border: 1px solid #c7c7c7;
    padding: 25px;
}

.tabs ul li.active a {
    border-bottom: 3px solid #009fe3;
}

.sale-container .totals {
    border-top: none;
}

.dropdown-toggle::after {
    display: none;
}

.header .search-responsive .search-content {
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 770px) {
    .account-content .account-layout .account-head {
        display: none;
    }

    .account-content .account-layout {
        padding: 0;
    }

    .account-content .sidebar .menu-block .menubar>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .account-content .sidebar .menu-block .menubar>li .icon {
        right: 10px;
    }
}

.cart-icon {
    background-image: url(../images/shopping_cart_white_24dp.svg);
}

.account-icon {
    background-image: url(../images/person_outline_white_24dp.svg);
}

.feed-icon {
    background-image: url(../images/feed_opsz24.png);
    width: 24px;
    height: 24px;
}

.icon-search {
    background-image: url(../images/search_white_24dp.svg);
}

.icon-menu {
    background-image: url(../images/menu_white_24dp.svg);
}

#carousel .carousel-item img {
    object-fit: cover;
    object-position: center;
    min-height: 20vh;
    overflow: hidden;
}

.banner-container {
    padding: 0;
}

div.left-banner img {
    object-fit: contain;
    object-position: center;
    overflow: hidden;
}

div.right-banner img {
    object-fit: contain;
    object-position: center;
    overflow: hidden;
}

.emergency {
    background-color: #009fe3;
    color: white;
    font-weight: bold;
    padding: 10px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-align: center;
    height: 200px;
    margin-top: -90px;
    z-index: 1000;
}

.emergency:hover {
    cursor:pointer;
}

@media (min-width: 1024px) {
    .emergency {
        font-size: 18px;
        height: 240px;
    }
}



.suggest {
    position: absolute;
    /* width: 100%; */
    z-index: 2;
    background-color: #fff;
    font-size: 15px;
    max-height: 600px;
    overflow-y: auto;
}

.product .img {
    width: 15%;
}

.imgp {
    width: 85%;
    float: right;
    padding: 10px;
}

.image_name {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.icon-menu-close {
    background-image: url(../images/close_white_24dp.png);
}

.dropdown-right-icon {
    background-image: URL(../images/chevron_right_white_24dp.svg);
}

.icon-arrow-down {
    background-image: url(../images/expand_more_white_24dp.svg);
}

.header .search-responsive .search-content .search {
    width: 90%;
}

section.product-detail div.layouter .form-container div.product-image-group {
    top: 140px;
}

.whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon{
	margin-top:16px;
}

section.product-detail div.layouter .form-container div.product-image-group div .product-hero-image {
    background: none;
}

section.product-detail div.layouter .form-container div.product-image-group div .thumb-list .thumb-frame {
    background: white;
}
