html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    font-weight:400;
    font-size:15px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    line-height: 1.4;

}
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Ubuntu&display=swap');
#banner-statistic,#banner-statistic-shop,footer {
    margin-top:123px;
}




/* start header */

#logo_shop img {
    height:100px;
    max-width: 100px;
}
.navbar-brand {
    margin-left: 30px !important;
}
.navbar-brand, .nav-link {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.nav-link {
    color:rgb(226, 168, 42) !important;
    font-size:16px;
    
}
.nav-item:hover .nav-link{
    color:aqua !important; 
   
}
.nav-item:hover .nav-link::after {
    border-bottom: 2 px solid aqua;
    content: " ";
    display: block;
    padding-bottom: 3px;
    margin-bottom: -5px;
}
.active .nav-link {
    color:aqua !important;
}
/* end header */

/* start slide banner */

/* end slide banner */
/* banner statistic gallery = product area */

#product-area  .product-item-img img {
    height: 230px;
    max-width: 230px;
    vertical-align: middle;
}
#product-area  .product-item .product-item-price .money::before{
    content: "$";
}
#product-area  .product-item .product-item-price .price-regular {
    color:red;
    
}
#product-area  .product-item .product-item-price .price-old {
    color:gray;
    text-decoration:line-through;
    
}


#product-area  .carousel {
	margin: 50px auto;
}
#product-area .carousel .item {
	min-height: 330px;
    text-align: center;
	overflow: hidden;
}

#product-area  .carousel .carousel-control {
	height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}
#product-area  .carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}

#product-area  .carousel .carousel-control.left i {
	margin-right: -3px;
}
#product-area  .carousel .carousel-indicators {
	bottom: -60px;
}

#product-area  .carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
#product-area  .carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}

.fa-star {
    color:rgb(249,189,34);
}
#product-area  .carousel-inner .product-item-price .price-regular>.money {
    font-size:18px;
}
/* banner statistic gallery = product area */



/* footer */

footer,#banner-statistic-shop,#banner-statistic  {
    background-color: rgb(246,246,246);
}
#getEmail input {
    border-radius: 30px 0 0 30px;
    border-right: none;
    font-size:14px;
    line-height: 14px;
    align-items: center;
    padding: 0 110px 0 15px;
    

}
#getEmail  button{
    border-radius: 0 30px 30px 0;
    border-color:#ced4da;
    background-color:white;
    color:#242424;
    border-left:none;
    font-family: 'Ubuntu',sans-serif;
    font-size:12px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    
}
#getEmail  button:hover {
    color:aqua  ;
}
#contact img {
    height:110px;
    max-width: 110px;
}
.getEmail-title-main-social-link a img{ 
    height:40px;
    max-width: 4
    0px;
    
}
/* footer */
#toTop {
    text-decoration: none;
    position:fixed;
    bottom: 20px;
    right:2%;
    background: linear-gradient(90deg, rgba(13,7,124,1) 0%, rgba(11,67,154,1) 40%, rgba(0,212,255,1) 100%);
    z-index: 999;
    width: 40px;
    height: 40px;
    
    text-indent: 100%;
    color:black;
   border-radius: 30px;
}

.bannel-nav{
    margin-top: 20px;
    height: 50px;
    width: 100%;
    border: none solid black;
    background-color: rgb(236, 231, 229);
}
.nav-sub > ul{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 100px;
    list-style-type: none;
    font-size: 25px;
    
    
    
}

.nav-sub > ul li{
   margin-top: 10px;
  
  
}

.nav-sub > ul li a{
    text-decoration: none;
    
}
#li{
    color: rgb(116, 61, 16);
}
#li-ip12{
    color: red;
}

#li-sub{
    font-size: 16px;
    color: black;
    
}

#producdetail{
    background-color: skyblue;
}
#producdetail .row .col-sm-7 h2{
    color: red;
    height: 40px;
    background-color:  rgb(231, 230, 230);
}
#producdetail .row .col-sm-7 h2 #giagoc{
    text-decoration: line-through;
}
#producdetail .row .col-sm-5 #product-area #imgdetail .mySlides{
    width: 100%;
    height: 50%;
    border: 1px solid gray;
    margin-top: 5px;
}

#producdetail .carousel-inner img{
    width: 100%;
    height: 100%;
}
#producdetail .carousel-inner .product-item-img{
    height: 100px;
    border: 1px solid gray;
}
#producdetail .row .col-sm-7 h3{
    font-family: cursive;
    font-size: 35px;
    color: mediumblue;
}
table tr td #muangay{
    background-color: royalblue;
    color: white;
    width: 400px;
    height: 30px;
    font-weight: bold;
}