.content-wrap {
    padding: 40px 0;
}

#logo {
    text-align: inherit;
}

.button-optional {
    background: #EEE;
    border: 1px solid #DDD;
    color: #888;
}

@media only screen and (max-width: 991.98px) {
    .product-details {
        padding-top: 40px !important;
    }
}

@media (max-width: 575.98px) {
    .col-xs-12 {
        padding: 0;
    }

    .button-optional {
        width: 100%;
    }

    .button-optional:first-of-type {
        margin-bottom: 20px !important;
    }

    .quantity {
        margin-right: 0;
    }
}

.line {
    margin: 20px 0;
}

.product-rating {
    color: #ffe168;
    text-align: right;
}

.product-rating > small {
    float: right;
    color: #888;
    display: inline-block;
}

.product-price {
    font-size: 28px;
    float: left;
    display: inline-block;
}

.button {
    padding: 0 12px;
}

.cart-product-thumbnail img {
    display: block;
    width: inherit;
    height: inherit;
    border: 2px solid #EEE;
}

#logo {
    height: 60px;
}

#top-cart-trigger > .icon-shopping-cart {
    font-size: 24px;
    margin-left: -18px;
}

.button .icon-shopping-cart {
    margin-right: 6px;
    vertical-align: -1px;
}

#top-cart-trigger > span {
    right: 0;
}

#top-cart > a > span {
    right: 0;
    background: rgb(254, 167, 0);
}

#top-cart > a:hover {
    color: rgb(254, 167, 0);
}

#copyrights {
    background-color: #595959 !important;
    border-color: #000000 !important;
}

footer#footer {
    background-color: rgba(89, 89, 89, 0.77) !important;
    border-color: #e7e4e2 !important;
    border-top-width: 1px;
}

@media only screen and (max-width: 900px) {
    .hide-on-mobile {
        display: none;
    }

    #logo img {
        height: 40px !important;
        margin-top: 10px;
    }

    #top-cart-trigger > .icon-shopping-cart {
        font-size: 24px;
        margin-left: -32px;
    }

    #top-cart > a > span {
        right: 6px;
        background: rgb(254, 167, 0);
    }

    #top-cart > a:hover {
        color: rgb(254, 167, 0);
    }
}

#page-title-3 {
    position: relative;
    padding: 50px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

@media (min-width: 948px) {
    .desktop-wrapper {
        width: 900px;
        position: relative;
        margin: 0 auto;
    }
}

.desktop-wrapper {
    padding-left: 12px;
    padding-right: 12px;
}

.add-to-cart {
    background: rgb(254, 167, 0);
}

.add-to-cart:disabled {
    background-color: #111 !important;
}

.button-mosaic {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

.button-disabled {
    background-color: #EEE;
    color: #333;
    text-shadow: none !important;
}

.button-disabled:hover {
    background-color: #EEE !important;
    color: #333 !important;
    text-shadow: none !important;
}

.short-text-header {
    display: none;
}

@media only screen and (max-width: 700px) {
    .short-text-header {
        display: inline-block;
    }

    .full-text-header {
        display: none;
    }
}
