/* grid */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

* {
    box-sizing: border-box;
}

body {
    font-family: 'kelsonBold', serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    background-color: #efefef;
}

h1, h2, h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

h3 {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #e2e2e2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 7.5px
}

.wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.padding-item {
    padding-left: 30px;
}

.margin-container {
    margin-left: -30px;
}

/* reset a tag */
a {
    text-decoration: none;
    color:#50222b;
}

/* reset ul li */
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* css cho ảnh kéo được */
.gallery.dragging div , .slider-product-2.dragging div{
    cursor: grab;
    user-select: none;
}   

.slider-product-2.dragging div img {
        user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; 
}

#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 480px) {
    .wrapper {
      padding: 0 15px;
    }
    .header-shopping {
      padding: 20px;
    }
  }
  
@media only screen and (min-width: 769px) {
.footer-logo {
    width: 25% !important;
}
.header-navul-1 {
    float: left !important;
}
.footer-thongtin,
.footer-sanpham,
.footer-lienhe {
    width: 16.666%;
}
.header-account, .header-logo {
    width: 43% !important;
}
.header-shop {
    width: 14% !important;
}
.header-shop a, .header-navul-2 {
    float: right !important;
}
.menu-item {
    width: 25%;
}
}
