﻿﻿html {
    font-size: 14px;

}
.container-index {
    /*background: linear-gradient(0deg, rgb(230, 238, 255) 15.1%, rgb(230, 238, 255) 55.47%, rgb(230, 238, 255) 100%);*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.header_logo {
    width: auto;
    height: 60px;
}

.introduce {
    font-style: italic;
    margin-left: 20px;
}

.introduce a {
    color: black !important;
}

.introduce span {
    font-weight: 500;
}

.header-navbar-top {
    background: linear-gradient(rgb(253, 235,0) 0%, rgb(255, 246, 135) 100%);
}

.header-navbar-top .nav-link {
    font-family: 'Montserrat', sans-serif !important;
    color: #258cfb !important;
        
}


.breadcrumb {
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
    background: white;
    box-shadow: rgb(223, 223, 223) 0px 2px 7px;
    margin: 0px;
}

.breadcrumb li a {
    text-decoration: none;
    font-weight: 500;
    color: #0065b3;
}

.external-link-icon {
    margin-top: 10px;
}

.external-link-icon ul {
    padding: 0px;
}

.external-link-icon ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.btn-menu-group {
    background: #1e73be;
    color: aliceblue;
}

.SliderBoxOwlCarouselProduct {
    /* background: linear-gradient(rgb(253, 246, 238) 0%, rgb(255, 254, 253) 100%);*/
    box-shadow: 0 0.25rem 1.5rem hsl(0, 0%, 100%);
}

.external-link-icon ul li img {
    width: 30px;
    height: 30px;
}

.product-price ul li {
    font-size: 14px;
}

.product-price ul {
}

.cart{
    position: relative;
    margin-left: 10px;
    margin-top: 5px;

}
.cart span{
    font-size: 10px;
}
.cart a {
    font-size: 25px;
}

.category-children {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
}
.category-children a {
   
   background: rgb(253, 235,0);
   color: #258cfb;
   margin: 8px 8px 8px 0px;
}

.counter {
    margin: 0px;
    align-items: center;
    justify-content: center;
    height: 35px;
    max-width: 95px;
    background: #f2f2f2;
    float: left;
    display: flex;
}

.counter button {
    border: none;
    height: 35px;
    background: #f2f2f2;
}

.counter input {
    width: 40px;
    background: #f2f2f2;
    text-align: center;
    border: none;
}

.agency {
    font-size: 12px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    background: aliceblue;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.agency-infomation {
    padding: 5px;
}


.footer-page {
    background-image: url("/Image/footer.png");
}


