body {
  width: 100%;
  height: 100%;
  font-family: "Public Sans", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: "Public Sans", sans-serif;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu.dropdown-column-4 {
    right: 0 !important;
    padding: 0px;
    overflow-y: scroll;
    height: 450px;
}

ul.nav.navbar-nav a.nav-link.dropdown-toggle {
    pointer-events: none;
}

label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
div#navbar-menu a.nav-link.dropdown-toggle {
    font-size: 15px;
}
div#cart i.fa-solid.fa-cart-shopping {
    display: none;
}

.quote_form .form-group input {
    padding: 12px;
}
li.product_code b {
    font-weight: 600;
}
li.product_code {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
    font-weight: 400;
}

.dropdown-inner ul li a:hover {
    background: #e71b24;
    color: #fff;
}

a#view-cart {
    background: #222;
    border-color: #222;
    border-radius: 7px;
}
img.success_icon {
    margin: 0 auto;
    display: block;
}

div#shopping-cart img {
    /*width: 18%;*/
}
p.shopping_desc {
    text-align: center;
}


.quote_form h4 {
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.quote_form fieldset {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px 35px;
    margin-bottom: 18px;
}
.quote_form input.btn.btn-primary {
    margin-top: 25px;
    padding: 7px 45px;
    font-size: 16px;
}


.quote_form ul {
    width: 80%;
    margin: 0 auto;
}

.quote_form .form-group label {
    font-size: 15px;
    margin-bottom: 6px;
}





div#cart button.btn.btn-lg.btn-dark.d-block.dropdown-toggle {
    width: 23px;
    text-overflow: clip;
    overflow: hidden;
    line-height: 23px;
    white-space: normal;
    color: #000000;
    font-size: 14px;
    position: absolute;
    height: 23px !important;
    padding: 0px !important;
    background: #ffffff;
    border-radius: 100px;
    border: 0px;
    top: 5px;
    pointer-events: none;
    right: -16px;
}
div#product-category h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.breadcrumb > li.breadcrumb-item:nth-child(2) a {
    pointer-events: none;
}
.breadcrumb_area {
    margin-bottom: 45px;
}

.row.latest_products_area {
    display: grid;
    grid-template-columns: repeat(5, 5fr);
    margin-bottom: 80px;
}


ul.pagination li.page-item a {
    color: #6c6c6c;
}
ul.pagination li.page-item a:hover {
    color: #222;
}
ul.pagination {
    margin-bottom: 55px;
}
div#product-info p {
    font-size: 16px;
    color: #475156;
    line-height: 27px;
}

button#button-cart {
    background: #000;
    border-color: #000;
    border-radius: 5px;
}

input#input-quantity {
    font-size: 15px;
}

input#input-quantity {
    font-size: 16px;
    width: 55% !important;
}

.btn_icon {
    width: 27%;
}

button#button-cart:hover {
    background: #323232;
    border-color: #323232;
}
button#button-cart {
    background: #000;
    border-color: #000;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}


button#button-cart {
    background: #000;
    border-color: #000;
}
.row.products_related_area {
    display: grid;
    grid-template-columns: repeat(5, 5fr);
    gap: 15px 0px;
}

form#form-product .input-group {
    gap: 18px;
}


div#product-info h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 26px;
    margin-top: 50px;
}
div#product-info {
    margin-bottom: 60px;
}


.free_delivery ul {
    display: flex;
    gap: 25px;
}
.free_delivery ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.free_delivery ul li p {
    margin-bottom: 0px;
    font-size: 16px !important;
}

.free_delivery {
    margin-top: 40px;
}


.free_delivery ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 34%;
}

.free_delivery ul li p {
    margin-bottom: 0px;
    font-size: 16px !important;
    line-height: 21px !important;
}



div#product-info h1 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
}
ul.pagination li.page-item.active span.page-link {
    background: #e71b24;
    border-color: #e71b24;
}

.sort_by .input-group {
    display: flex;
    width: auto !important;
}
div#product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 5fr);
    gap: 18px 0px;
    margin-bottom: 40px;
}


.product-thumb {
    border-radius: 6px;
}
.breadcrumb_area {
    background: #F2F4F5;
    padding: 7px;
}

.category_product {
    width: 100%;
}

.sort_by {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
ul.breadcrumb {
    margin-bottom: 0px !important;
}

#cart {
    margin-bottom: 10px;
}

.cart_item {
    position: relative;
}

.kitchen_banner a + a:hover {
    background: #d30f19;
}
h3.featured_heading {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}
.product-thumb.featured_products span.price-new {
    color: #77878F;
    font-size: 16px;
    font-weight: 400;
}

.product-thumb.featured_products h4 a {
    color: #191C1F;
    font-weight: 500;
    font-size: 16px;
}

section.account_banner.new_2025 h2 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
}

.new_2025 .account_banner_box {
    background: #FFE7D6;
    background: linear-gradient(90deg, rgba(255, 231, 214, 1) 0%, rgba(220, 184, 159, 1) 100%);
    padding-bottom: 0px;
}
section.account_banner.new_2025 h4 {
    background: #DFBE6D;
    font-size: 14px;
    font-weight: 400;
}

section.account_banner.new_2025 p {
    font-size: 17px;
    color: #000;
    line-height: 29px;
    width: 90%;
}

section.account_banner.new_2025 a {
    background: #E51C26;
    font-size: 15px;
}

section.account_banner.new_2025 a:hover {
    background: #d5121c;
}


.account_banner_box {
    background: #F2F4F5;
    border-radius: 6px;
    padding: 30px;
    display: flex;
    align-items: center;
    width: 100%;
/*    height: 349px;*/
}

.create_account h4 {
    background: #2DA5F3;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    width: max-content;
    border-radius: 4px;
}

.static_menu ul li a {
    display: flex;
    color: #5F6C72;
    font-size: 14px;
    gap: 4px;
}
.create_account h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 18px;
}
.create_account a {
    background: #dfb95c;
    color: #fff;
    padding: 10px 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: max-content;
}
.kitchen_banner {
    background: url(../../../image/kitche_banner.png);
    height: 349px;
    padding: 30px;
    color: #fff;
    border-radius: 6px;
}

.kitchen_banner ul {
    display: flex;
    gap: 18px;
}

.kitchen_banner a + a {
    background: #E51C26;
}
.kitchen_banner a {
    background: #dfb95c;
    color: #fff;
    padding: 10px 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: max-content;
}

.kitchen_banner a:hover {
    background: #d9af48;
}

.dropdown-inner ul li a:active {
    background: #a70911 !important;
}

.create_account a:hover {
    background: #d9af48;
}
.kitchen_banner h2 {
    color: #fff;
    font-size: 27px;
    line-height: 35px;
    margin-top: 0.5em;
}

.dropdown-inner ul li a {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding: 6px 15px;
    border-bottom: 1px solid #cccccc75;
}

.dropdown-menu.dropdown-column-1 {
    padding: 0px;
    margin: 0px;
}


section.account_banner {
    margin: 60px 0px;
}


.kitchen_banner p {
    font-size: 17px;
    font-weight: 200;
}
.paint_banner img {
    width: 100%;
}


.create_account ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: normal;
}

.static_menu ul {
    padding: 0px;
    margin: 0px;
}
.static_menu ul li {
    list-style: none;
}

.static_menu ul {
    display: flex;
    gap: 20px;
    align-items: center;
    width: max-content;
}
section.product_points ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

section.product_points h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 8px;
}
section.product_points p {
    margin-bottom: 0px;
    color: #5F6C72;
    font-size: 16px;
    line-height: normal;
}

section.product_points ul li:before {
    content: '';
    width: 1px;
    height: 50px;
    background: #E4E7E9;
    position: absolute;
    left: -50px;
}
section.product_points ul li:first-child:before {
    width: 0;
}

.search_menu form.input-group.mb-3 {
    margin-bottom: 0px !important;
/*    width: 44%;*/
}

section.product_points ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E4E7E9;
    padding: 28px;
    border-radius: 8px;
}


.static_menu ul li a:hover {
    color: #222;
}
li {
    list-style: none;
}
ul {
    padding: 0px;
    margin: 0px;
}
div#carousel-banner-0 {
    border: 0px;
    box-shadow: unset;
    border-radius: 0px;
    margin-top: 30px;
    margin-bottom: 35px;
}

section.shop_category ul li img {
    width: 100%;
}
section.shop_category {
    margin-top: 45px;
}

section.shop_category h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 35px;
}


section.shop_category ul {
    display: grid;
    grid-template-columns: repeat(5, 4fr);
    justify-content: center;
    gap: 28px 25px;
}

section.shop_category ul li:hover {
    background: #e71b24;
}

section.shop_category ul li:hover p {
    color: #fff;
}

section.shop_category p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}
.dropdown-menu.dropdown-column-2 {
    padding: 0px !important;
}


section.shop_category li {
    border: 1px solid #E4E7E9;
    padding: 10px;
    border-radius: 6px;
}
header {
    background: #ffffff;
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
}
.dropdown-menu.dropdown-column-2 {
/*    right: 0;*/
}
header input.form-control.form-control-lg:focus {
    outline: none;
    box-shadow: unset;
    background: unset;
    border: 1px solid #dee2e6;
}

.search_menu nav {
    margin-bottom: 0px !important;
}

.static_menu {
    margin-left: 30px;
}

.search_menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.search_menu form.input-group.mb-3 {
    margin-bottom: 0px !important;
}

ul.nav.navbar-nav a.nav-link.dropdown-toggle {
    background: #222 !important;
    height: 47.2px;
}


/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
/*  padding-bottom: 730px;*/
}



/*custom css*/
div#output-cart td.text-start.text-wrap a {
    color: #000;
    font-weight: 600;
}
div#account-register, div#common-success, div#account-account, div#account-edit, div#account-password, div#account-address, #account-wishlist, div#account-order, div#account-return, div#account-transaction {
    padding: 25px 0px;
    padding-bottom: 60px;
}

div#account-register ul.breadcrumb, div#common-success ul.breadcrumb {
    margin-bottom: 25px !important;
}
div#common-success {
    padding-bottom: 20em;
}
div#account-return {
    padding-bottom: 35em;
}

div#account-password {
    padding-bottom: 15em;
}
div#account-wishlist {
    padding-bottom: 35em;
}
div#account-order {
    padding-bottom: 35em;
}
div#account-transaction {
    padding-bottom: 25em;
}


ul.dropdown-menu.dropdown-menu-right li a:active {
    background: #222;
}
.form-control {
    height: 49px;
}
legend {
    font-size: 18px;
    font-weight: 600;
}
div#common-success p {
    font-size: 16px;
    margin-bottom: 10px;
}

ul.dropdown-menu.dropdown-menu-right {
    padding: 0px;
}

div#account-address {
    padding-bottom: 30em;
}


ul.dropdown-menu.dropdown-menu-right li a {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
ul.dropdown-menu.dropdown-menu-right li:last-child a{
    border-bottom: 0px;
}
.account_box h2 {
    background: #dd0e18;
    padding: 9px 20px;
    color: #fff !important;
    width: 16%;
    font-size: 18px !important;
    border-bottom: 4px solid #9e0810;
    margin-top: 35px;
    margin-bottom: 20px;
}


.account_box ul {
    width: 100%;
    display: inline-flex;
}
.account_box a {
    border: 0px solid #ccc;
    width: 180px;
    text-align: center;
    height: 140px;
    color: #565251;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    display: grid;
    padding: 8px 10px;
    margin-bottom: 7px;
    border-radius: 3px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    box-shadow: 0px 2px 6px #22222259;
}
.account_box i {
    font-size: 40px;
    color: #e51c26;
}

.account_box a:hover {
    background: #e71b24 !important;
    color: #fff;
}
.account_box a:hover i {
    color: #fff;
}

.quote_form textarea {
    height: auto;
}
.alert.alert-success.alert-dismissible {
    background: #2ea76f;
    color: #fff;
}
.alert.alert-success.alert-dismissible a {
    color: #fff;
    text-decoration: underline;
}

#alert {
 width: 18% !important;
    }
h1.inner_heading {
    text-align: center;
    background: #292e32;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 35px;
    margin-top: 17px;
}
.about_content h2 {
    font-size: 20px;
}
.about_content p {
    font-size: 16px;
    margin-bottom: 30px;
}
.about_content {
    margin-bottom: 90px;
}
.footer_logo p {
    margin: 0px !important;
}
.footer_logo p b {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.contact_heading h2 {
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 45px;
}

.contact_area ul h3 {
    font-size: 22px;
    color: #000;
}
.contact_area ul p {
    font-size: 17px;
}
.info ul {
    margin-bottom: 25px;
}
.info p {
    margin-bottom: 7px;
    font-size: 16px;
}
form#contactForm input {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 7px;
    font-size: 15px;
}
form#contactForm textarea {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 7px;
    font-size: 15px;
    height: 160px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}
form#contactForm button {
    background: #2e2e2e;
    padding: 8px 40px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 100px;
    border: 0px;
    color: #fff;
}

.map iframe {
    margin-top: 50px;
    border-radius: 26px;
    margin-bottom: 60px;
}
.info h3 {
    font-size: 18px;
    font-weight: 600;
}
.thankyou-box {
    text-align: center;
    margin-bottom: 100px;
}
.thankyou-box h2 {
    font-size: 52px;
}
.thankyou-box p {
    font-size: 18px;
    line-height: 34px;
}

.thankyou-box a {
    background: #e71b24;
    padding: 10px 45px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 25px;
    border-bottom: 4px solid #8c080e;
}

.thankyou-box a:hover {
    background: #b80a11;
}

.thankyou-box video {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.contact_detail {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.info {
    margin: 20px 0;
    width: 40%;
}
form#contactForm {
    width: 50%;
}
form#contactForm ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    width: 100%;
}
.info p a {
    color: #222;
}































/*mobile responsive*/

@media only screen and (max-width:767px){

    div#category {
    display: none !important;
}

.contact_detail {
    display: inline;}


.header_category button i {
        color: #737373 !important;
        font-size: 24px !important;
    }
    .header_category button {
        padding: 5px;
        height: 47px;
        width: 45px;
    }
.info {
    margin: 20px 0;
    width: 100%;
}
form#contactForm ul {
    grid-template-columns: auto;}
    #alert {
    width: 85% !important;
}
form#contactForm {
    width: 100%;
}

.contact_heading h2 {
    text-align: center;
    margin-top: 45px !important;
    margin-bottom: 30px;
    font-size: 24px;
}

.contact_area ul h3 {
    font-size: 20px;
    color: #000;
}

    div#product-search div#product-list .col.mb-3 {
    padding: 0px;
}

div#product input#input-quantity {
    height: auto;
}

.quote_form textarea {
    height: auto;
}

div#shopping-cart img.success_icon {
    width: 55%;
}
div#shopping-cart p {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5em;
}


.search_menu {
    gap: 5px;
}

#menu .dropdown-inner ul {
    grid-template-columns: auto !important;
}


.header_category button:focus {
    box-shadow: unset;
}
div#carousel-banner-0 {
    margin-top: 10px;
    margin-bottom: 12px;
}

.list-inline-item:not(:last-child) {
    margin-right: 1.3rem;
}
section.product_points ul li {
        display: block;
    }
    section.product_points ul {
        display: grid;
        gap: 14px;
        justify-content: normal;
        text-align: center;
        padding: 20px 10px;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        align-items: baseline;
    }


section.shop_category ul {
    grid-template-columns: repeat(2, 4fr);
    gap: 12px 12px;
}
section.shop_category li {
    padding: 7px;
}

section.shop_category p {
    margin-top: 8px;
}
section.shop_category h2 {
    font-size: 26px;
    margin-bottom: 25px;
}

.create_account h2 {
    font-size: 22px;}

.kitchen_banner {
    margin-top: 35px;
}

.kitchen_banner ul {
    gap: 10px;
    flex-wrap: wrap;
}
.kitchen_banner a + a {
    margin: 0px;
}

.kitchen_banner h2 {
    font-size: 24px;
    line-height: 32px;
}

h3.featured_heading {
    font-size: 26px;
    margin-bottom: 30px;
}

div#featured_product .col.mb-3 {
    padding: 0px;
    margin: 0px !important;
    width: 100%;
}
div#featured_product {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    padding: 0px 15px;
}

section.account_banner.new_2025 h2 {
    font-size: 26px;
    margin-bottom: 8px;
}

.account_banner_box {
    display: inline;}

.paint_banner {
    margin-top: 35px;
}
footer .row {
    display: grid;
    grid-template-columns: repeat(1, 4fr) !important;
}
.static_menu {
    display: none;
}
div#navbar-menu {
    display: block;
}
.header_category .navbar-toggler {
    display: none;
}
ul.nav.navbar-nav a.nav-link.dropdown-toggle {
    pointer-events: inherit;
}
.search_menu {
    align-items: baseline;
}
.search_menu.active .header_category {
    width: 100% !important;
}
.search_menu.active nav#menu {
    width: 100%;
}

section.product_points h3 {
    font-size: 15px;
}

section.product_points ul li:before{
    display: none;
}
div#navbar-menu a.nav-link.dropdown-toggle {
    font-size: 14px;
    border: 1px solid #222;
}
.create_account {
    background: #F2F4F5;
    padding: 19px;
    border-radius: 10px;
}
.account_banner_box {
    background: unset;
    padding: 0;}

div#product-list {
        grid-template-columns: repeat(2, 5fr);
        gap: 12px 12px;
        padding: 0px 15px;    }
.row.latest_products_area {
    grid-template-columns: repeat(2, 5fr);
        gap: 12px;
}
.row.latest_products_area .latest_products {
    padding: 0px;
}

.row.latest_products_area {
    padding: 0px 15px;
}
div#product-list {
    width: auto;}

.category_product {
    padding: 0px;
}
.breadcrumb_area {
    padding: 7px;
    padding-top: 10px;
}
.sort_by {
    display: inline;
}
div#product-category h1 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.product-thumb .image {
    padding: 8px;
}

.breadcrumb > li.breadcrumb-item {
    padding: 0 10px !important;
}

div#product-info h1 {
    font-size: 23px;
    margin-top: 0px;
}
button#button-cart {
    padding: 10px 14px;
    font-size: 15px;
}

button#button-cart img {
    display: none;
}
input#input-quantity {
    font-size: 15px;
    width: auto !important;
}

.btn_icon button {
    padding: 6px !important;
}
button#button-cart {
    margin-left: 25px;
}
.free_delivery ul {
    display: inline;
}

.free_delivery ul li {
    gap: 12px;
    width: 100%;
    margin-bottom: 15px;
}

div#product-info {
    margin-bottom: 30px;
}
a#view-cart img {
    display: none;
}
a#view-cart {
    margin-left: 25px;
}

.image.magnific-popup div a {
    display: none;
}
#top {
    padding-bottom: 0;
}
div#output-cart table.table.table-bordered form input.form-control {
    width: stretch;
    text-align: center;
}

div#output-cart table.table.table-bordered form .input-group{
    justify-content: center;
}
div#output-cart table.table.table-bordered form a.btn.btn-danger {
    border-radius: 0px;
}
.quote_form ul {
    width: 100%;
}

.quote_form fieldset {
    gap: 10px 10px;
}
.quote_form h4 {
    font-size: 22px;
}

div#shopping-cart h1 {
    font-size: 25px;
}


}













@media (min-width: 576px) {
  #content, #column-left, #column-right {
/*    padding-bottom: 400px;*/
  }
}
#alert {
    z-index: 9999;
    position: fixed;
    top: 13%;
    right: 25px;
    width: 400px;
    margin-left: -200px;
}




@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
    background-color: #E51C26;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0px;
}

nav#top .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
.thumbnail_image_product {
    display: none;
}

nav#top img {
    width: 25px;
}
header .row {
    display: flex
;
    align-items: center;
}

.search_menu input.form-control.form-control-lg {
    border-radius: 0px !important;
}

#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
/*  margin: 7px 0 7px 0;*/
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
    background-color: #229ac8;
    background: unset !important;
    margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div#shopping-cart h1 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.table-responsive tr th {
    font-size: 16px;
    font-weight: 600;
}
.table-responsive tr td {
    font-size: 15px;
}


div#checkout-checkout .form-control {
    padding: 12px;
    font-size: 14px;
    color: #222;
}


div#checkout-checkout .form-select{
    padding: 12px;
    font-size: 14px;
    color: #222;
}

.btn-primary {
    background: #222;
    border-color: #222;
}

div#checkout-checkout {
    margin-bottom: 55px;
}

.btn-primary:hover {
    background: #404040;
    border-color: #404040;
}

div#checkout-cart a.btn.btn-light {
    background: #222;
    color: #fff;
    font-size: 14px;
}
div#checkout-checkout p {
    font-size: 16px;
    color: #222;
}

div#checkout-checkout label {
    font-size: 15px;
    color: #222;
}

div#checkout-cart a.btn.btn-primary{
        background: #222;
    color: #fff;
    font-size: 14px;
    border-color: #222;
}

h2 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
}

fieldset#shipping-address legend {
    color: #000;
    font-weight: 600;
    font-size: 28px;
}

h1 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
}

div#accordion button {
    font-size: 16px;
}

div#shopping-cart p {
    font-size: 18px;
    width: 74%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 14em;
}
div#product-list .col.mb-3 {
    width: 100%;
}

div#checkout-cart {
    margin-bottom: 65px;
}
li.nav-item.dropdown {
    position: inherit !important;
}
#menu .dropdown-inner ul li {
    border-right: 1px solid #cccccc2e;
}

#menu .dropdown-inner ul {
    display: grid;
    flex-direction: column;
    grid-template-columns: auto auto auto;
}
#menu .dropdown-inner ul {
    width: 100%;
    /*min-width: 200px;*/
    border-right: 1px solid #f3f3f3;
}
.dropdown-inner ul.list-unstyled + ul.list-unstyled {
    /*border: 0px !important;*/
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}

footer p {
    margin-bottom: 0;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
/*    border: 1px solid #000000;*/
    /* position: absolute; */
    /* bottom: -1px; */
    width: 100%;
    padding-top: 30px;
    background-color: #191C1F;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.how_order {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

footer .row {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
}
footer hr {
    margin: 27px 0px;
}

.copyright {
    text-align: center;
    color: #ADB7BC;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    padding-bottom: 26px;
}


footer ul li a {
    color: #929FA5;
    font-size: 15px;
    margin-bottom: 3px;
    display: inline-block;
}
.footer_logo p {
    color: #929FA5;
    font-size: 15px;
    margin-top: 16px;
    margin-top: 15px !important;
    line-height: 25px;
}

.copyright p a {
    color: #ffffff;
}


/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 0px solid var(--bs-border-color);
    /* border-radius: var(--bs-border-radius); */
    /* background-color: var(--bs-tertiary-bg); */
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: #5F6C72;
    font-size: 15px;
}

ul.breadcrumb li:last-child a {
    color: #e51c26;
}
ul.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
/*  margin-bottom: 45px;*/
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
