﻿/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

    /* GLOBAL STYLES */

    .master-wrapper-content {
    }

    .page-title {
        margin-bottom: 80px;
    }

    .center-2 {
        float: right;
        width: 78%;
        margin-right: 0.8%;
    }

    .side-2 {
        float: left;
        width: 19.5%;
        margin-left: 0.8%;
        margin-right: 0;
    }

        .side-2 .block {
            clear: none;
            float: none;
            width: 100%;
            margin: 0 0 10px;
        }

            .side-2 .block .listbox {
                display: block;
            }

    .twocolumns .block .title::before,
    .twocolumns .block .title::after {
        display: none;
    }

    .block .title {
        padding: 30px;
        cursor: default;
    }

    .onecolumn .block .title {
        padding: 22px;
        cursor: pointer;
    }

    .twocolumns .block .title {
        text-align: left;
    }

    .block .list,
    .block .tags,
    .block .poll {
        padding-top: 0;
        padding-bottom: 0;
    }

    .block .view-all {
        padding: 15px 0 0 30px;
        text-align: left;
    }

    .block .list a {
        padding-left: 15px;
    }

    .block .poll .buttons,
    .block .poll-total-votes {
        text-align: left;
    }

    .block .list .active > a {
        background-image: url(../img/side-2-category-bullet.png);
    }

    .block .tags ul,
    .block.block-poll {
        text-align: left;
    }

    .center-2 .inputs label {
        width: 303px;
    }

    /* GLOBAL FORMS */

    .inputs > label {
        padding-left: 4px;
        text-align: left;
    }


    /* GLOBAL TABLES */

    .cart td,
    .data-table td,
    .compare-products-table td {
        min-width: 60px;
        padding: 20px;
        /*text-align: left;*/
    }

    /* NOTIFICATIONS & POPUPS */

    /* HEADER */

    .header {
    }

    /* HEADER-MENU */


    /* FOOTER */
    /* LEFT/RIGHT COLUMN */
    /* CATEGORY PAGE & GRIDS */

    .category-grid.sub-category-grid {
        margin-bottom: 80px;
    }

    .center-side-wrapper {
        max-width: 1920px;
        margin: 0 auto;
    }


    /* home page */

    .home-page .topic-block {
        margin-left: auto;
        margin-right: auto;
    }

    .home-page-category-grid .title,
    .home-page-product-grid .title,
    .home-page-polls .title,
    .bestsellers .title {
        margin-bottom: 50px;
    }

        .home-page-category-grid .title strong,
        .product-grid .title strong,
        .news-list-homepage .title strong,
        .home-page-polls .title strong,
        .category-grid .title strong,
        .home-page .product-grid .title strong,
        .product-details-page .product-grid .title strong {
            padding: 0 90px;
            font-size: 46px;
        }
        /*add letter spacing only on HP*/
        .home-page-category-grid .title strong,
        .news-list-homepage .title strong,
        .home-page-polls .title strong,
        .home-page .product-grid .title strong {
            letter-spacing: 2px;
        }

    .home-page-category-grid .category-item .title {
        font-size: 32px;
    }

    .item-box {
        width: 23.5%; /*four per row*/
    }

        .item-box:nth-child(3n+1) {
            clear: none; /*revert the third item*/
            margin-left: 2%; /*revert the third item*/
        }

        .item-box:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }

    .product-grid .item-box {
        width: 33%;
    }

    .home-page-product-grid .item-box,
    .bestsellers .item-box,
    .product-details-page .item-box {
        width: 32.5%;
        margin: 0 0 0.625% 0.625%;
    }

        .home-page-product-grid.product-grid .item-box:nth-child(2n+1),
        .product-grid.bestsellers .item-box:nth-child(2n+1),
        .product-details-page .item-box:nth-child(2n+1) {
            clear: none;
        }

        .home-page-product-grid.product-grid .item-box:nth-child(3n+1),
        .product-grid.bestsellers .item-box:nth-child(3n+1),
        .product-details-page .item-box:nth-child(3n+1) {
            clear: both;
        }

    .product-grid .item-box .details .buttons {
        position: absolute;
        top: -100%;
        right: 50%;
        bottom: 0;
        left: 0;
        overflow: hidden;
        background: rgba(255,255,255,0.8);
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .home-page-body .product-grid .item-box .details .buttons {
        left: 0;
    }

    .product-grid .item-box .details .buttons:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .product-grid .item-box .details .buttons div {
        display: inline-block;
        width: 100%;
        text-align: left;
        vertical-align: middle;
    }

    .hover-effect-2 .product-grid .item-box .details .buttons div {
        text-align: center;
    }

    .hover-effect-1 .product-grid .item-box .details .buttons .square-buttons-wrapper {
        text-align: left;
        padding-left: 30px;
    }

    .product-grid .item-box:hover .buttons {
        top: 0;
        opacity: 1;
        z-index: 1;
    }

    .product-grid .item-box .buttons input {
        border: none;
        padding: 0 0 0 35px;
        background-position: 0 center;
    }

    .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
        margin: 0;
        padding: 0 18px 0 48px;
        background: url(../img/add-to-cart-button.png) no-repeat 16px center;
    }

    .product-grid .item-box input.add-to-wishlist-button {
        background-image: url("../img/product-wishlist.png");
    }

    .hover-effect-1 .product-grid .item-box:hover .buttons input[type="button"] {
        border: none;
        background-color: transparent;
        height: 60px;
        margin: 0;
        padding-right: 0;
        background-position: left center;
    }

    .hover-effect-1 .product-grid .item-box:hover .buttons .product-box-add-to-cart-button {
        display: block;
    }
.item-box .buttons input.add-to-wishlist-button {
    display: inline-block;
    width: auto;
    font-size: 20px;
    padding: 0 0 0 35px;
    background-position: 0 center;
}
.quantity1 {
    display: none;
}

.hover-effect-1 .twocolumns .product-grid .item-box .details .buttons div {
    height: auto;
    margin: 0;
}
.hover-effect-1 .twocolumns .product-grid .item-box .details .buttons div .button-2,
.hover-effect-1 .twocolumns .product-grid .item-box .details .buttons div a {
    height: 50px;
    max-width: none;
    margin: 0 0 5px;
    line-height: 50px;
    padding: 0 0 0 35px;
    text-align: left;
    background-position: left center;
}


/*hover effect 2*/

.hover-effect-2 .product-grid .item-box .details .buttons {
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.9);
}
.hover-effect-2 .product-grid .item-box .buttons input {
    display: inline-block;
    width: 60px;
    max-width: none;
    height: 60px;
    min-width: 0;
    margin: 0 0 4px 4px;
    padding: 0;
    vertical-align: top;
    border: 2px solid #dadada;
    background-color: #fff;
    background-position: center;
    font-size: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hover-effect-2 .product-grid .item-box input.quantity1 {
    font-size: 22px;
}
.hover-effect-2 .product-grid .item-box .buttons input[type='button']:hover {
    border-color: #000;    
    background-color: #000 !important;
}
.hover-effect-2 .product-grid .item-box .buttons input.product-box-add-to-cart-button:hover {
    background-image: url(../img/add-to-cart-button-white.png) !important;
}
.hover-effect-2 .product-grid .product-box-add-to-cart-button:hover {
    background-image: url(../img/add-to-cart-button-white.png);
}
.hover-effect-2 .product-grid input.add-to-compare-list-button {
    background-image: url(../img/product-compare.png);
}
.hover-effect-2 .product-grid input.add-to-compare-list-button:hover {
    background-image: url(../img/product-compare-white.png);
}   
.hover-effect-2 .product-grid input.add-to-wishlist-button {
    background-image: url(../img/product-wishlist.png);
}
.hover-effect-2 .product-grid input.add-to-wishlist-button:hover {
    background-image: url(../img/product-wishlist-white.png);
}
.hover-effect-2 .product-grid .item-box .details .buttons > div div {
    width: auto;
}

.hover-effect-2 .product-grid .item-box .buttons input.add-to-compare-list-button {
    display: none; /*change it if you want to show this button*/
}


/* products in list */

.product-list .item-box .picture {
	width: 260px;
}
.product-list .item-box .picture + .details,
.product-list .item-box .ribbon-wrapper + .details {
	margin: 0 262px;
}
.product-list .item-box .product-title {
    margin-bottom: 10px;
    font-size: 22px;
}

/* category page*/ 

.title-breadcrumb-wrapper {
    margin-bottom: 80px;
}
.category-description, 
.manufacturer-description {
    margin: 80px auto;
}
.title-breadcrumb-wrapper .page-title h1 {
    padding: 0 180px 20px;
}
.category-page .featured-product-grid {
    clear: both;
    margin-bottom: 60px;
}
.product-selectors {
    display: block;
    margin: -52px 0 16px;
    text-align: left;
}
.center-side-wrapper.twocolumns {
    position: relative;
}
.twocolumns .featured-product-grid {
    margin-bottom: 80px;
}

.category-page .item-box,
.manufacturer-page .item-box,
.vendor-page .item-box,
.twocolumns .product-grid .item-box {
    width: 49.5%;
    margin: 0 0 1% 1%;
}
.category-page .item-box:nth-child(2n+1),
.manufacturer-page .item-box:nth-child(2n+1),
.vendor-page .item-box:nth-child(2n+1),
.twocolumns .product-grid .item-box:nth-child(2n+1) {
    clear: both;
    margin: 0 0 1%;
}
.category-page .product-list .item-box,
.manufacturer-page .product-list .item-box,
.vendor-page .product-list .item-box {
    width: 100%;
}

.category-page .product-list .item-box .buttons,
.manufacturer-page .product-list .item-box .buttons,
.vendor-page .product-list .item-box .buttons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    margin-bottom: 0;
    background-color: #f8f8f8;
}
.product-list .item-box .square-buttons-wrapper {
    display: block;
}
.product-list .item-box .buttons input[type='button'] {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0 0 2px 2px;
    padding: 0 0 0 60px;
    border: none;
    background-color: #fff;
    background-position: 25px center;
    text-align: left;
    line-height: 85px;
}
.product-list .item-box .buttons input[type='button']:hover {
    background-color: transparent;
}
.category-page .product-list .item-box .square-buttons-wrapper {
    margin: 0;
}
.product-list .item-box .buttons input[type='button'] {
    width: 100%;
    padding: 0 0 0 60px;
    background-position: 25px center;
}

.product-list .item-box .square-buttons-wrapper .button-2.product-box-add-to-cart-button,
.product-list .item-box .square-buttons-wrapper span {
    display: none;
}
.product-list .item-box .add-info > .product-box-add-to-cart-button {
    display: inline-block;
    margin-bottom: 10px;
}
.category-page .product-list .item-box .square-buttons-wrapper
.category-page .product-list .item-box .description,
.manufacturer-page .product-list .item-box .square-buttons-wrapper
.manufacturer-page .product-list .item-box .description ,
.vendor-page .product-list .item-box .square-buttons-wrapper
.venrod-page .product-list .item-box .description  {
    max-height: 28px;
}
.category-page .product-list .item-box .square-buttons-wrapper,
.manufacturer-page .product-list .item-box .square-buttons-wrapper,
.vendor-page .product-list .item-box .square-buttons-wrapper {
    margin: 0 0 0 2px;
}
.category-page .product-list .item-box .square-buttons-wrapper input,
.manufacturer-page .product-list .item-box .square-buttons-wrapper input,
.vendor-page .product-list .item-box .square-buttons-wrapper input {
    width: 100%;
    max-width: none;
    margin: 0 0 2px;
    padding: 0 0 0 60px;
    font-size: 20px;
}
.category-page .product-list .buttons input.add-to-compare-list-button,
.manufacturer-page .product-list .buttons input.add-to-compare-list-button,
.vendor-page .product-list .buttons input.add-to-compare-list-button {
    background-image: url("../img/product-compare.png");
    background-repeat: no-repeat;
    background-position: 27px center;
} 
.category-page .product-list .buttons input.add-to-wishlist-button,
.manufacturer-page .product-list .buttons input.add-to-wishlist-button,
.vendor-page .product-list .buttons input.add-to-wishlist-button {
    background-image: url("../img/product-wishlist.png");
    background-repeat: no-repeat;
    background-position: 25px center;
}
.vendor-description {
    margin: 80px auto 30px;
}
.contact-vendor {
    margin: 0 0 130px;
}


/* category page one column */

.onecolumn .product-selectors {
    margin-bottom: 10px;
}
.onecolumn .product-selectors div {
    margin: 0 0 10px 30px;
}
.onecolumn .product-selectors .product-page-size {
    margin-right: 30px;
}
.onecolumn .product-page-size span:last-child {
    padding-left: 10px;
}

/*styles for item box list/grid in one column*/
.onecolumn .product-list .item-box {
    float: left;
    width: 49% !important;
    max-width: none !important;
    margin: 0 0 0.666% 0.666% !important;
    border: 1px solid;
}  
.onecolumn .category-page .item-box,
.onecolumn .product-grid .item-box {
    width: 32.5%;
    max-width: 624px;
    margin: 0 0 0.625% 0.625%;
}
.onecolumn .product-list .item-box:nth-child(2n+1) {
    clear: both !important;
}
.onecolumn .product-list .item-box:nth-child(3n+1) {
    clear: none !important;
}
.onecolumn .product-list .item-box .picture + .details {
    margin: 0 0 0 260px;
}
.onecolumn .product-list .item-box .picture + .details .buttons {
    position: absolute;
    top: -100%;
    right: 50%;
    bottom: 0;
    left: 0px;
    background: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.onecolumn .product-list .item-box:hover .buttons {
    opacity: 1 !important;
    top: 0 !important;
    z-index: 1;
}
.hover-effect-1 .onecolumn .product-list .item-box .buttons input[type="button"] {
    line-height: normal;
    background-color: transparent;
}
.hover-effect-1 .onecolumn .product-list .item-box .details .buttons > div {
    text-align: center;
}
.hover-effect-1 .onecolumn .product-list .item-box .details .buttons > div input {
    display: inline-block;
    width: auto;
    padding: 0 0 0 35px;
    background-position: 0 center;
}
.hover-effect-1 .onecolumn .product-list .item-box .details .buttons > div .quantity1 {
    display: none;
}

.hover-effect-2 .onecolumn .product-list .item-box .buttons div {
    display: inline-block !important;
    margin: 0;
}
.hover-effect-2 .onecolumn .product-list .item-box .buttons > div {
    width: 100%;
    margin-top: 38%;
    text-align: center;
}
.hover-effect-2 .onecolumn .product-list .item-box .buttons input,
.hover-effect-2 .onecolumn .product-list .item-box .buttons a {
    background-color: #fff;
    background-position: center center;
    border: 2px solid #dadada;
    display: inline-block;
    font-size: 0;
    height: 60px;
    margin: 0 2px 4px;
    max-width: none;
    min-width: 0;
    padding: 0;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    width: 60px;
}
.hover-effect-2 .onecolumn .product-list .item-box .buttons .quantity1 {
    display: none;
}

/*end*/


.hover-effect-2 .tooltip-text {
    position: absolute;
    right: 0;
    bottom: 20%;
    left: 0;
    display: inline-block;
    width: 192px;
    margin: auto;
    background-color: rgba(255,255,255,0.5);
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    color: #555;
    opacity: 0;   
}
.hover-effect-2 .item-box:hover .tooltip-text {
    opacity: 1;
}
.hover-effect-2 .onecolumn .tooltip-text {
    bottom: 15%;
}




.onecolumn .category-page .item-box:nth-child(2n+1),
.onecolumn .product-grid .item-box:nth-child(2n+1) {
    clear: none;
}
.onecolumn .category-page .item-box:nth-child(3n+1),
.onecolumn .product-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.625% 0.625%;
}
.onecolumn .product-selectors .select-wrap {
    margin: 0;
}

.hover-effect-1 .onecolumn .item-box .buttons div {
    height: auto;
}
.hover-effect-1 .onecolumn .item-box .buttons div a,
.hover-effect-1 .onecolumn .item-box .buttons div .button-2 {
    /*height: 36px;*/
    margin: 0 0 3px;
}
.hover-effect-1 .onecolumn .item-box .buttons div input.product-box-add-to-cart-button {
    margin-left: 7px;
    padding: 0 0 0 35px;
    background-position: left center;
    text-align: left;
}
.hover-effect-1 .onecolumn .item-box .buttons div a {
    display: inline-block;
}


/* PRODUCT PAGE */

.product-details-page:before {
    content: "";
    position: absolute;    
    top: -15px;
    height: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 15px 15px;
}
.product-details-page {
    position: relative;
}
.page.product-details-page {
    margin-top: -20px;
    padding-top: 20px;
    background-color: #fff;
}
.product-essential {
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}
.gallery {
	float: left;
	width: 50%;
    padding-top: 40px;
}
.gallery .picture {
    margin-right: 30px;
}
.gallery .picture-thumbs {
    float: right;
    margin: 0 30px 0 0;
    text-align: center;
}
.overview {
	float: left;
	width: 50%;
    max-width: 600px;
    padding-top: 40px;
    padding-left: 30px;
    text-align: left;
}
.overview > div {
    margin-left: 0;
}
.attribute-squares,
.overview .product-social-buttons {
	text-align: left;
}
.product-collateral {
    margin: 0;
    padding: 20px 0;
    background: #f8f8f8;
}
.product-collateral .title, 
.tier-prices .title {
    margin-left: 0;
}
.attribute-item {
    display: block;
    width: 180px;
}
.attributes .attribute-data {
    margin: 0;
}
.overview .overview-buttons,
.overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
} 

.rental-attributes .datepicker {
    width: 180px;
    text-align: left;
}
.overview-buttons div {
    margin: 0 10px 0 0;
}
.overview .prices > div, 
.variant-overview .prices > div {
    margin: 0 10px 25px 0;
}
.customer-entered-price {
    margin-bottom: 30px;
    padding: 0;
}
.customer-entered-price .price-input {
    margin: 0 5px 5px 0;
}
.customer-entered-price .price-range {
    margin: 0 5px 0 0;
}
.full-description {
    margin: 0 auto 25px;
}
.product-details-page .product-grid {
    text-align: center;
    background-color: #f8f8f8;
}
.product-details-page .product-grid .item-box,
.product-grid.cross-sells .item-box {
    float: none;
    display: inline-block;
    width: 16.666%;
}

.product-details-page .product-grid .item-box:nth-child(3n+1),
.product-details-page .product-grid .item-box:nth-child(4n+1),
.product-grid.cross-sells .item-box:nth-child(3n+1), 
.product-grid.cross-sells .item-box:nth-child(4n+1) {
    clear: none;
}
.product-details-page .product-grid .item-box:nth-child(6n+1),
.product-grid.cross-sells .item-box:nth-child(6n+1) {
    clear: both;
}
.product-details-page .item-box .product-title {
    font-size: 20px;
}
/*.product-details-page .item-box .buttons {
    min-height: 50px;
}*/
.product-details-page .item-box .prices {
    margin-bottom: 15px;
}
.attributes dd .option-list {
    font-size: 0;
}
.attributes dd .option-list li {
    display: inline-block;
    margin: 8px 2px 0 0;
}
.attributes dd .option-list li label {
    margin: 0;
    cursor: pointer;
}
.attributes dd .option-list li input[type='checkbox'] ~ label {
    margin: 0 12px 0 8px;
}

.giftcard div,
.giftcard div:last-child {
    margin: 0 0 20px;
}

/* jquery tabs start */

.ui-tabs .ui-tabs-nav:before {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("../img/category-title-decoration.png") repeat-x scroll center top;
}
.ui-tabs .ui-tabs-nav {
    position: relative;
}
.ui-tabs .ui-tabs-nav li {
    position: relative;
    display: inline-block;
    margin: 0;
    background-color: #f8f8f8;
}
.ui-tabs .ui-tabs-nav li a {
    padding: 8px 30px 30px;
}


/* REVIEW PAGE */

.product-reviews-page .title {
    padding: 0 0 15px;
}
.product-review-item-inner-wrapper {
    text-align: left;
}

/* WISHLIST & COMPARE LIST */

.wishlist-page .page-title {

}
.wishlist-page .cart .product {
    text-align: left;
}
.wishlist-page .cart td.product a:hover {
    color: #bbb;
} 
.wishlist-page .remove-from-cart,
.wishlist-page .add-to-cart,
.wishlist-page .sku {
    min-width: 0;
    max-width: 50px !important;
    min-width: 0;
}


/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .page-title {
    margin-bottom: 40px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .inputs {
    text-align: left;
}
/*.registration-page .inputs.checkbox-fot-newsletter input, 
.registration-page .inputs.checkbox-fot-newsletter label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}*/
.inputs.without-borders .gender {
    text-align: left;
}
.gender span {
    margin: 0 10px 0 0;
}
.return-request-page label {
	width: 440px;
}

.login-page .customer-blocks {
    overflow: hidden;
}
.returning-wrapper.fieldset {
    float: left;
    width: 49.5%;
    max-width: none;
}
.new-wrapper.register-block,
.new-wrapper.checkout-as-guest-or-register-block {
    float: right;
    width: 49.5%;
    max-width: none;
}
.facebook-login-block {
    padding: 0 20px;
}
.login-page .topic-block-title h2 {
    padding: 0 90px;
    font-size: 46px;
}

.customer-pages-body .center-2 {
    float: none;
    width: 100%;
}
.customer-pages-body .side-2 {
    margin-left: 0;
}

.order-list-page .order-item {
    max-width: 33%;
    margin: 0 0 2% 0.5%;
}
.order-list-page .order-item:nth-child(2n+1) {
    clear: none;
    margin: 0 0 2% 0.5%;
}
.order-list-page .order-item:nth-child(3n+1) {
    clear: both;
    margin: 0 0 2%;
} 
.customer-info-page .fieldset.without-borders .inputs {
    text-align: left;
}
.customer-info-page .fieldset.without-borders .checkbox-fot-newsletter label {
    width: auto;
}

.my-product-reviews-list-page .product-review-item {
    text-align: left;
}

/* SHOPPING CART & CHECKOUT */

.checkout-page .section.pickup-in-store {
    margin-top: -30px;
}
.shopping-cart-page .cart td.unit-price,
.shopping-cart-page .cart td.quantity,
.shopping-cart-page .cart td.subtotal,
.billing-address-page .cart td.unit-price,
.billing-address-page .cart td.quantity, 
.billing-address-page .cart td.subtotal, 
.shipping-address-page .cart td.unit-price,
.shipping-address-page .cart td.quantity, 
.shipping-address-page .cart td.subtotal,
.order-details-page .data-table .price,
.order-details-page .data-table .quantity, 
.order-details-page .data-table .total {
    min-width: 170px;
}  
.shopping-cart-page .totals {
    float: right;
	width: 33%;
}
.cart-collaterals {
    float: left;
	width: 66.4%;
    max-width: none;
    overflow: hidden;
}
.cart-collaterals > div {
    float: left;
    width: 49.6%;
}
.cart-collaterals > div + div {
    float: right;
}
.checkout-page .edit-address label {
	
}
.opc .tab-section {
    margin: 7px 0;
}
.checkout-page .opc .edit-address label {
	
}
.checkout-page .address-box {
    min-height: 200px;
}
.checkout-page .address-item {
    margin: 0 0 0.5% 0.5%;
    max-width: 33%;
}
.checkout-page .address-item:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%;
}
.checkout-page .address-item:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.5%;
}
.order-confirm-page .order-review-data > div {
    float: left;
    width: 49.5%;
    max-width: none;
}
.order-confirm-page .order-review-data .shipping-info-wrap {
    float: right;
}


/* SEARCH & SITEMAP */

.search-page form {
    margin-bottom: 100px;
}
.sitemap-page .entity-body {
    padding: 2% 8%;
} 
.search-results .no-result {
    margin-bottom: 100px;
}


/* BLOG & NEWS */
/* FORUM & PROFILE */

.forums-table-section tr:last-child td {
    background: none !important;
}
.forums-table-section .forum-table td.forum-details {
    text-align: left;
}
.forum-search-page .advanced-search .inputs label {
	width: 440px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 365px;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 370px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	
}
.forum-edit-page .inputs,
.private-message-send-page .inputs {
    text-align: left;
}
.forum-edit-page .inputs.reversed {
    text-align: center;
}
.forum-actions .actions a, 
.topic-actions .actions a {
    padding: 10px 15px 10px 26px;
}
.inbox-tabs {
    padding: 0;
    background-color: transparent;
}
.profile-page .topic {
    text-align: left;
}
.profile-page .topic-title {
    padding: 10px 0;
}

 
}

