@media (min-width: 768px) {
    html, body {
        width: 768px;
        font-size: 16px;
    }

    #main {
        width: 100%;
    }
}

html, body {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
}

body {
    background-image: url(../images/page/background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.main-container {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: auto;
}

.container {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    vertical-align: top;
}

.content {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.centered {
    margin: 0 auto;
}

.header {
    height: 160px;
    z-index: 99;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header-bg, .logo-container, .cat-image {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

.header-bg {
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.8);
}

.cat-image {
    z-index: 0;
    background-image: url(../images/other/cat-image.jpg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.logo-container {
    z-index: 100;
}

.header-bg-part {
    width: 49.5%;
    height: 49.5%;
    position: absolute;
    display: block;
    margin: 0px;
    background-image: url(../images/page/desen-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}

.part-1 {
    left: 0%;
    top: 0%;
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
}

.part-2 {
    right: 0%;
    top: 0%;
}

.part-3 {
    left: 0%;
    bottom: 0%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.part-4 {
    right: 0%;
    bottom: 0%;
    transform: scale(-1, 1) rotate(180deg);
    -webkit-transform: scale(-1, 1) rotate(180deg);
    -o-transform: scale(-1, 1) rotate(180deg);
    -moz-transform: scale(-1, 1) rotate(180deg);
}

.logo {
    width: 220px;
    height: 120px;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -110px;
    top: 50%;
    margin-top: -60px;
}

.page-header {
    width: 80%;
    height: auto;
    min-height: 50px;
    max-height: 100px;
    position: relative;
    display: block;
    font-size: 32px;
    color: rgb(251, 192, 0);
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 99;
}

.detail_box .product-price {
    color: #404040 !important;
}

.detail_box .page-header {
    color: rgb(213, 17, 17) !important;
}

.button-container {
    box-sizing: border-box !important;
    padding: 0px 15px 15px 15px;
}

.product-container {
    box-sizing: border-box !important;
    padding: 0px 15px 15px 15px;
}

.category-container {
    box-sizing: border-box !important;
    padding: 0px 0px 15px 0px;
}

.main-button {
    width: 100%;
    height: 70px;
    position: relative;
    display: block;
    background-color: rgba(30, 30, 30, 0.6);
    color: #EFEFEF;
    box-sizing: border-box;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    padding: 0px 30px;
    border-radius: 15px;
    box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.3);
    line-height: 70px;
    margin-top: 20px;
    overflow: hidden;
}

.category-button {
    width: 44.5%;
    height: auto;
    position: relative;
    display: block;
    color: #EFEFEF;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.3);
    line-height: 150px;
    margin-top: 20px;
    float: left;
    margin-left: 3.5%;
    overflow: hidden;
}

    .category-button img {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        margin: 0px;
        padding: 0px;
        z-index: 0;
    }

.category-box {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    border: none;
    z-index: 99;
    font-size: 28px;
    overflow: hidden;
    background-color: rgba(30, 30, 30, 0.8);
}

.category-holder {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

.category-content {
    width: 100%;
    height: auto;
    position: relative;
    display: table-cell;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: white;
    line-height: 30px;
    vertical-align: middle;
}

.back-button {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 999;
    padding: 10px;
    background-color: rgba(30, 30, 30, 0.6);
    box-sizing: border-box;
    border: none;
    border-radius: 7px;
    left: 10px;
    top: 10px;
}

    .back-button img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        border: none;
        margin: 0px;
        padding: 0px;
        left: 0px;
        top: 0px;
    }

.product-button {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 14px;
    background-color: #EFEFEF;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 3px 3px 5px rgba(30, 30, 30, 0.6);
}

.product-data {
    width: 71%;
    height: auto;
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    box-sizing: border-box !important;
}

.product-header {
    width: 100%;
    height: 20px;
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(213, 17, 17);
    text-decoration: none;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px solid #CECECE;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.product-description {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    max-height: 72px;
    margin-top: 10px;
    padding: 0px 5px;
    font-size: 12px;
    color: #404040;
    text-decoration: none;
    text-align: left;
    line-height: 18px;
    box-sizing: border-box;
    overflow: hidden;
}

.product-detail {
    width: 29%;
    height: auto;
    position: relative;
    display: block;
    float: right;
}

.product-image {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

    .product-image img {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        border: none;
    }

.product-price {
    width: 100%;
    height: 24px;
    position: relative;
    display: block;
    font-size: 18px;
    color: rgb(213, 17, 17);
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.product-price-alone {
    width: 100%;
    height: 24px;
    position: absolute;
    display: block;
    font-size: 18px;
    color: rgb(213, 17, 17);
    text-decoration: none;
    text-align: center;
    line-height: 24px;
}

.about-container {
    width: 92%;
    height: auto;
    position: relative;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: #404040;
    line-height: 20px;
    margin-left: 4%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #CCC;
    box-shadow: 3px 3px 8px rgba(30, 30, 30, 0.6);
}

    .about-container a {
        text-decoration: none;
        color: rgb(251, 192, 0);
    }

        .about-container a:hover {
            text-decoration: underline;
        }


.detail_container {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin: 0%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    box-sizing: border-box;
}

.detail_closer {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    font-size: 26px;
    box-sizing: border-box;
    border: 1px solid rgb(213, 17, 17);
    color: rgb(213, 17, 17);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
    background-color: #EFEFEF;
    z-index: 999999;
    border-radius: 50%;
}

.detail_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    left: 0%;
    top: 0%;
    margin: 0%;
    padding: 10px;
    border: 1px solid rgb(213, 17, 17);
    z-index: 99999;
    box-sizing: border-box;
    box-shadow: 3px 5px 8px rgba(30, 30, 30, 0.6);
    background-color: #EFEFEF;
    overflow: auto;
}

.links {
    padding: 0px;
    margin-top: 20px;
}

    .links a {
        width: 50%;
        height: 35px;
        position: relative;
        display: block;
        overflow: hidden;
        font-size: 14px;
        color: white;
        text-decoration: none;
        text-align: left;
        line-height: 25px;
        box-sizing: border-box;
        padding: 3px;
        float: left;
    }

        .links a img {
            width: 25px;
            height: auto;
            position: relative;
            display: block;
            float: left;
            border: none;
        }

        .links a span {
            width: auto;
            height: 30px;
            position: relative;
            display: block;
            float: left;
            margin-left: 5px;
            line-height: 30px;
            font-size: 14px;
            color: white;
            text-decoration: none;
            text-align: left;
        }
