@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

*{
    margin: 0;
    padding: 0;
}

body,h1,h2,h3,h4,h5,h6,.w3-wide {
    font-family: "Montserrat", sans-serif;
}

i{
    cursor: pointer;
    padding: 0 5px;
}

.w3-container img {
    transition: transform .4s; /* Animation */
}

.w3-container img:hover {
    transform: scale(1.5);
}

.w3-container .img-product-container {
    overflow: hidden;
}

ul#pagi {
    text-align: center;
}

ul#pagi li {
    display: inline;
    padding: 0 5px 0 5px;
}

ul#pagi li a {
    text-decoration: none;
}

.w3-bar-item {
    text-transform: uppercase;
}

input, textarea, button, select {
    border-radius: 0;
    max-width: 100%;
    background-color: #f4f4f4;
    border: 0;
    padding: 8px;
    font-size: 15px;
    color: #333;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.6;
}

.clear {
    clear: both;
}

.current {
    color: #000 !important;
    font-weight: bold;
}
/* ============================== content ====================================== */

.product-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product {
    cursor: pointer;
    max-width: 220px;
    display: inline-block;
    margin-bottom: 20px;
}

.w3-container {
    text-align: left;
}

.w3-container p{
    padding-top: 20px;
}

/* ============================== chi tiet san pham ====================================== */
.container {
    max-width: 960px;
    margin: 10px auto;
    padding: 0 20px;
    padding-bottom: 40px;
    font-family: 'Calibri', 'CalibriRegular', Verdana, Arial, Helvetica, sans-serif;
}
.gallery {

}
.gallery .previews, .gallery .full, .gallery .desc {
    float: left;
    margin-right: 10px;
}
.gallery .desc, .gallery .full {
    max-width: 400px;
    max-height: 400px;
    font-size: 12px;
}
.gallery .desc h2 {
    margin-top: 0;
}
.gallery .previews a {
    display: inline-block;
    margin: 10px 0;
}
.gallery .full, .gallery .full img {
    display: table;
}
.gallery .previews a, .gallery .full {
    border: 4px solid #eee;
    box-sizing: content-box;
}
.gallery .previews a:hover, .gallery .previews a.selected {
    border: 4px solid #777;
}
.gallery .full img:hover {
    cursor: pointer;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.w3-half .product-single .selector-wrapper {
    display: inline-block;
    margin: 15px 15px 15px 0;
}

.w3-half .product-single .product-single_title {
    margin-top: 60px;
}

.w3-half .product-single .product-single_price {
    font-size: 21px;
}
.w3-half .product-single .product-form .selector-wrapper label {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
    cursor: pointer;
}

.container .product-description {
    margin: 15px 0;
}

/* ============================== footer ====================================== */
footer .store {
	word-wrap: break-word;
}

footer .store p i {
    padding-left: 0;
	display: inline;
}
