@font-face {
    font-family: ubuntu;
    src: url('fonts/Ubuntu-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: ubuntu;
    background: #2f2f2f;
}

header {
    background: #474747;
    padding: 15px;
    border-bottom: 1px solid #565656;
}

ul {
    list-style: none;
}

ul li {
    display: inline-block;
    width: 80px;
    text-align: center;
}

a {
    color: #c5c4c4;
    text-decoration: none;
}

.center {
    text-align: center;
}

.fl-r {
    float: right;
}

.d-none {
    display: none;
}

.section-title {
    padding: 25px;
    font-size: 200%;
}

main {

    width: 94%;
    margin: 0 auto;

}

#category {
    width: 98%;
    max-height: 390px;
    margin: 50px auto;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.category-image {
    width: 100%;
}

.category-item {
    width: 250px;
    display: inline-block;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin: 0 5px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px #525252;
}

.category-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.title {
    color: #c5c4c4;
    font-size: 1.75em;
    margin-left: 8px;

}

.tag-btn {

    padding: 5px 15px;
    border-radius: 15px;
    margin: 5px 2px 10px;
    font-size: 1em;
}

.selected-tag {
    background-color: #474747;
}

.product-item {
    width: 400px;
    display: inline-block;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px #525252;
}

#show-product {
    width: 98%;
    margin: 25px auto;
}

#left-side {
    width: 50%;
    display: inline-block;
}

#left-side img {
    border-radius: 15px;
}

#right-side {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 25px;
    color: #c5c4c4;
}

.style-color {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-block;
    margin: 5px;
    border: 3px solid #8b8b8b;
}



.change-size {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.product-color-selected,
.product-size-selected {
    border: 4px solid #111;
}

#btn,

.btn {
    background-color: #111;
    border: none;
    padding: 15px 30px;
    color: #c5c4c4;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

#btn:hover,

.btn:hover {
    background-color: #202020;
}

.blog-item {
    width: 48%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px #bbb;
}

.blog-image {
    width: 100%;
}

.blog-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

#show-blog-section {
    width: 80%;
    margin: 25px auto;
    color: #c5c4c4;
}

#blog-image {
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px #bbb;
}

footer {
    margin-top: -2px;
    padding: 50px;
    background: #333;
    text-align: justify;
    color: #c5c4c4;
}

.footer-1,
.footer-2,
.footer-3 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 10px;
}

footer h4 {
    margin-bottom: 15px;
}

#bottom-footer {
    background: #222;
    text-align: center;
    padding: 25px;
    color: #fff;
}

#bottom-footer a {
    color: rgb(255, 187, 0);
}

#basket-section {
    width: 80%;
    margin: 0 auto;
    color: #c5c4c4;
}


#basket-table {
    width: 100%;
    border-collapse: collapse;
}

#basket-table tr td {
    padding: 10px;
}



#basket-table tr:nth-child(2n+1) {
    background: #333;
}

#basket-sum {
    background: #333;
    padding: 35px;
    color: #fff;
    text-align: center;
    font-size: 140%;
}


.btn-basket {
    border: none;
    background: none;
    text-align: center;
    width: 20px;
    font-size: 21px;
    border: 1px solid #444;
    padding: 0;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-basket:hover {
    background: #333;
    color: #fff
}



#checkout-section,
#login-section {
    width: 60%;
    margin: 50px auto;
}

#login-section {
    padding: 50px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px #bbb;
}

#login-section h1 {
    padding: 5px 0;
    font-size: 32px;
}

#login-section h2 {
    padding: 5px 0;
    font-size: 26px;
}

#login-section h3 {
    padding: 5px 0;
    font-size: 18px;
    margin-bottom: 25px;
}

#checkout-table {
    width: 100%;
    font-size: 120%;
}

#checkout-table td {
    padding: 10px;
    color: #c5c4c4;
}

#checkout-section input,
#login-section input {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: none;
}

.map-box {
    margin-top: 70px;
}

#please-wait {
    display: none;
    float: right;
}

.product-color {
    width: 30px;
    height: 30px;
    margin: 5px;

    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
}


.product-size {
    width: 30px;
    height: 30px;
    margin: 5px;

    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    color: #c5c4c4;
}

.nav-icon {
    margin-left: 15px;
}

#checkout-section,
#login-section {
    width: 60%;
    margin: 50px auto;
}

#login-section {
    padding: 50px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px #bbb;
}

#login-section h1 {
    padding: 5px 0;
    font-size: 32px;
}

#login-section h2 {
    padding: 5px 0;
    font-size: 26px;
}

#login-section h3 {
    padding: 5px 0;
    font-size: 18px;
    margin-bottom: 25px;
}

#checkout-table {
    width: 100%;
    font-size: 120%;
}

#checkout-table td {
    padding: 10px;
}

#checkout-section input,
#login-section input {
    width: 100%;
    padding: 5px;
}

.map-box {
    margin-top: 70px;
}

#please-wait {
    display: none;
    float: right;
}