﻿/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

    /* GLOBAL STYLES */

    .master-wrapper-content,
    .html-account-page .master-wrapper-content {
        padding: 10px 5vw;
    }

    .html-product-details-page .master-wrapper-content {
        padding: 0;
    }

    .home-page .topic-block {
        width: 80%;
    }


    /* HEADER-MENU */

    .header-selectors-wrapper {
        width: 88%;
    }

    .header-menu {
        padding: 0 6vw;
    }

    .header-logo {
        padding-right: 10px;
    }

    .header-links li + li {
        padding-left: 10px;
    }

    /* FOOTER */

    .footer-upper {
        padding-left: 6vw;
    }

    .footer-middle {
        padding: 0 6vw 0 4.5vw;
    }

    .footer-lower .theme-selector {
        margin-top: 0;
    }

    .footer-lower > div:before {
        margin-right: 15px;
    }

    .footer-lower > div,
    .footer-lower > div.theme-selector {
        margin-left: 15px;
    }

    .newsletter-email {
        margin: 0;
    }

    .theme-selector {
        margin-top: 0;
    }


    /********* SMALL PRODUCTS CAROUSELS **********/


    .small-products {
        margin: 70px 0 0 !important;
        padding: 0;
    }

        .small-products .item-box {
            max-height: 150px;
        }

            .small-products .item-box .product-item > div:first-child {
                width: 150px;
            }

            .small-products .item-box .details {
                padding: 27px 5%;
                width: calc(100% - 150px);
            }

    .two-row-carousels .product-grid .title {
        font-size: 26px;
    }

    .two-row-carousels > div {
        float: left;
        width: 47%;
    }

        .two-row-carousels > div:nth-child(2) {
            margin-left: 6%;
        }

        .two-row-carousels > div:only-child {
            width: 100%;
        }

    .two-row-carousels .slick-slide {
        min-height: 301px;
    }

    .two-row-carousels .slick-next,
    .two-row-carousels .slick-prev {
        bottom: 132px;
    }


    /* LEFT/RIGHT COLUMN */

    .side-2 {
        width: 19%;
    }

    .center-2 {
        width: 78%;
    }

    .html-account-page .center-2 {
        width: calc(100% - 280px);
    }

    .html-account-page .side-2 {
        width: 220px;
    }

    .html-account-page .page-title {
        padding: 0 0 0 220px;
    }

    /* CATEGORY PAGE & GRIDS */

    .news-list-homepage .news-item {
        padding: 40px;
    }
    /*
    .home-page-advantages {
        padding: 35px 7%;
        margin: -70px -6vw 70px;
    }

    .advantages-item {
        padding: 0 2%;
    }*/

    /*    .center-2 .item-box {
        width: 32.65%;
    }

        .center-2 .item-box:nth-child(3n+1),
        .center-2 .item-box:nth-child(5n+1) {
            margin-left: 1%;
            clear: none;
        }

        .center-2 .item-box:nth-child(3n+1) {
            margin-left: 0;
            clear: both;
        }*/

    .center-2 .product-list .item-box .details {
        margin: 0 0 0 290px;
    }

    /*    .center-2 .product-list .item-box .add-info {
        width: 25%;
    }*/


    .block .listbox {
        padding: 0 15px;
    }

    /* PRODUCT PAGE */

    .product-details-page .breadcrumb {
        text-align: left;
    }

    .full-description,
    .product-specs-box {
        /*        margin: 0 -6vw;
        padding: 40px 22%;*/
    }


    .mobile-name-holder {
        display: none;
    }

    .gallery {
        float: left;
        max-width: calc(50% - 12px);
        width: 100%;
        margin-left: 0;
    }

/*        .gallery .picture {
            max-width: 500px;
        }*/


        .gallery .thumb-item {
            max-width: 22%;
        }

    /*    .product-name h1 {
        font-size: 28px;
    }
*/
    .overview {
        max-width: calc(40% - 5px);
        width: 40%;
        margin-right: 0;
        position: relative;
        float: right;
        text-align: left;
    }

        /*        .overview .short-description {
            padding: 0;
        }*/

        .overview .breadcrumb {
            border-bottom: none !important;
            margin: 0 0 10px !important;
            padding: 5px 15px !important;
        }

        /*        .overview .prices {
            margin: 5px auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: baseline;
            -moz-align-items: baseline;
            -ms-align-items: baseline;
            align-items: baseline;
        }
*/
        .overview .add-to-cart {
            display: inline-block;
            margin: 0 auto;
            width: 100%;
            /*width: calc(60% - 40px);*/
            max-width: none;
        }

        .overview .add-to-wishlist {
            display: inline-block;
            width: auto;
        }

            .overview .add-to-wishlist button {
                width: 100%;
                font-weight: 400;
                color: #fff;
                line-height: 36px;
                padding: 0 15px;
                background-color: #fcfbfa;
                border: 1px solid #dcdcdc;
                border-radius: 3px;
                height: 36px;
            }

    /*.overview .add-to-wishlist button:before {
                    margin-right: 10px;
                }*/

    .grouped-product-box label {
        display: block;
    }

    .product-variant-line {
        font-size: 0;
        text-align: left;
    }

    .variant-picture {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-bottom: 0;
    }

        .variant-picture + .variant-overview {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            float: none;
            margin-bottom: 0;
            width: calc(100% - 350px);
            margin-left: 20px;
            text-align: left;
        }

    .variant-info > div:last-child {
        margin-bottom: 0;
    }

    .variant-info {
        display: inline-block;
        margin-right: 20px;
        width: calc(100% - 320px);
        vertical-align: middle;
    }

    .variant-overview .tax-shipping-info {
        text-align: center;
    }

    .product-variant-box {
        display: inline-block;
        vertical-align: middle;
        width: 300px;
        text-align: center;
    }

    .product-prices-box {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 300px;
        text-align: center;
    }

    .grouped-product-box {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 300px;
        text-align: center;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        padding: 10px;
    }

        .grouped-product-box label {
            margin: 10px 0 20px;
        }

    .product-prices-box > div:first-child {
        border: 1px solid #eeeeee;
        border-radius: 3px;
        padding: 0 10px 10px;
    }

    .attributes-wrapper {
        border: none;
        padding: 0;
        max-width: none;
    }

        .attributes-wrapper > div {
            padding: 0;
            margin-left: 0;
        }

    /*.attributes {
        max-width: 320px;
    }*/

    .attributes dt,
    .attributes dd {
        text-align: left;
    }
    /*
    .overview .stock {
        display: block;
        border-radius: 3px 3px 0 0;
        margin: 0 -10px 12px;
    }
*/
    .breadcrumb li > a,
    .breadcrumb li > span,
    .breadcrumb li > strong {
        margin: 0 6px 0 0;
    }

    .breadcrumb .delimiter {
        margin-right: 5px;
    }

    .overview .product-name {
        display: inline-block;
        width: 100%;
        /*        min-height: 100px;*/
    }

    .product-reviews-overview {
        margin-bottom: 15px;
    }

    .overview .reviews-and-compare {
        float: right;
        text-align: right;
        width: 40%;
        margin: 0;
    }

    .overview .compare-products,
    .overview .email-a-friend {
        display: inline-block !important;
        width: auto !important;
        float: none !important;
        /*margin: 0 !important;*/
    }

    .compare-products .add-to-compare-list-button {
        width: 100%;
        font-weight: 400;
        color: #fff;
        line-height: 36px;
        padding: 0 15px;
        background-color: #fcfbfa;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        height: 36px;
        font-size: 0;
        text-align: center;
    }

    .overview .email-a-friend .email-a-friend-button {
        width: 100%;
        font-weight: 400;
        color: #fff;
        line-height: 36px;
        padding: 0 15px;
        background: #fcfbfa url(/Themes/Emporium/Content/img/MessageSent.svg) center no-repeat;
        background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        height: 36px;
        min-width: 52px;
        font-size: 0;
        text-align: center;
        transition: all .2s ease;
    }

        .overview .email-a-friend .email-a-friend-button:hover {
            -moz-transform: translate(5px, 0px) skew(-5deg, 0deg);
            -webkit-transform: translate(5px, 0px) skew(-5deg, 0deg);
            -o-transform: translate(5px, 0px) skew(-5deg, 0deg);
            -ms-transform: translate(5px, 0px) skew(-5deg, 0deg);
            transform: translate(5px, 0px) skew(-5deg, 0deg);
        }

    .ui-tabs .inputs label {
        width: 290px;
    }

    .product-social-label {
        margin: 0 10px 0 0;
    }

    .product-social-sharing {
        display: inline-block;
    }

    /* REVIEW PAGE */

    .product-review-item {
        padding: 40px 3%;
    }

    /* TABLES */



    /* WISHLIST & COMPARE LIST */


    .wishlist-page .share-info {
        margin: 70px 0 50px;
    }

    .compare-products-page .page-body {
        margin: 0;
    }

    .compare-products-table td {
        padding: 10px 20px;
    }


    .compare-products-table tr td:first-child {
        min-width: 200px;
        max-width: 200px;
    }

    .compare-products-page .clear-list {
        width: 200px;
    }


    /* TOPICS */
    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */



    /* SHOPPING CART & CHECKOUT */


    .order-progress a {
        width: 180px;
    }

    .cart-collaterals > div {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }

    /*    .shopping-cart-page form {
        overflow: hidden;
    }*/

    .shopping-cart-page form:after {
        content: "";
        display: block;
        clear: both;
    }

    .shopping-cart-page .product-grid {
        clear: both;
    }

    .shopping-cart-page .table-wrapper {
        float: left;
        clear: left;
        width: 70%;
    }

    .shopping-cart-page .cart-footer {
        float: right;
        clear: right;
        width: calc(30% - 30px);
    }

    .cart-footer > div,
    .cart-footer > div > div {
        display: block;
        width: 100%;
    }



    /* SEARCH & SITEMAP */
    /* BLOG & NEWS */

    .new-comment, .comment-list {
        margin-left: -6vw;
        margin-right: -6vw;
    }

    /* FORUM & PROFILE */
    /*    .ui-tabs .ui-tabs-panel {
        margin: 0 -6vw;
        padding: 50px 7%;
    }*/

    .profile-page .topic-title,
    .profile-page .topic-data {
        width: 18%;
    }

    .profile-page .topic-body {
        margin-left: 20%;
    }
}
