﻿@media all and (min-width: 1025px) {
    .admin-header-links a:hover {
	    background: #777;
    }

    .master-wrapper-content,
    .header-line .center,
    .footer .center,
    .bottomline .center {
        max-width: 1100px
    }


    .admin-header-links a {
        width: auto;
        min-width: 120px;
        border-bottom: none;
    }
    
    .header-line .center:after {
	    content: "";
	    display: block;
	    clear: both;     
    }

    .header-contacts,
    .header-links li {
        line-height: 40px;
    }


    .header-contacts {
	    float: left;
	    margin-right: 30px;
    }
    .header-contacts .phone {
	    float: left;

    }
    .header-contacts .mail {
	    float: left;
    }
    
    .header-contacts .mail a {
        background: url(../img/icon2_new.png) left 3px no-repeat;
    }
    .header-contacts .mail a:hover {
        background-position: left -32px;
    }

    .header-links-wrapper {
	    position: relative;
	    float: right;
    }
    .header-links li {
        float: left;
    }

    .header:after {
	    content: "";
	    display: block;
	    clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        padding: 6px 0;
        top: initial;
        left: initial;
        transform: none;
        font-size: 0;
    }

     .currency-selector .new_select {
        margin: 2px 0 0;
    }

    .header-logo {
	    float: left;
        max-width: 380px;
        margin-bottom: 0;
    }     
    .search-box.store-search-box {
	    float: right;
        margin: 13px 0;
        width: 320px;
    }

    .header-basket {
	    float: right;
        clear: right;
        display: block;
	    top: 80px;
	    right: 0;
	    background: url('../img/icon4.png') left center no-repeat;
	    padding: 8px 0 2px 45px;
	    font: normal 12px Arial, Helvetica, sans-serif;
	    color: #666;
    }
    .header-basket a {
	    font-weight: bold;
    }

    .header-menu {
        width: 100%;
        overflow: visible;
    }

    .header-menu > ul > li {
        border-right: 1px solid #424242;
        border-left: 1px solid #0e0e0e;
        box-sizing: border-box;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        font-size: 15px;
	    background: rgb(76,76,76);
        background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 50%, rgba(76,76,76,1) 100%);
        background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(0,0,0,1) 50%,rgba(76,76,76,1) 100%);
        background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(0,0,0,1) 50%,rgba(76,76,76,1) 100%);
        background-size: 100% 200%;
        background-position: top;
	    transition: background .2s ease;
    }


    .header-menu > ul > li:hover > a,
    .header-menu > ul > li:hover > span {
	    background-position: bottom;
	    color: #b68c65;
        cursor: pointer;
    }




    .header-menu .sublist li:hover > a {
        background: #f6f6f6;
        /*box-shadow: inset 0 0 10px #ddd;*/
        color: #c79d76!important;
    }

    .top-menu {
        display: block !important;
    }
    .footer-tax-shipping {
        max-width: 1100px;
        text-align: center;
    }

  
    .new_select {
        width: 100px !important;
    }

    .new_select .passiveSelect, .new_select .activeSelect {
        height: 24px;
    }

    .flyout-cart.active {
	    display: block;
    }
    
    .mini-shopping-cart {
	    border-radius: 0 0 5px 5px;
	    box-shadow: 0 0 10px rgba(0,0,0,.4);
	    background: #292929;
	    padding: 10px;
    }
    .mini-shopping-cart .count {
	    margin-bottom: 10px;
	    font: italic 12px Arial, Helvetica, sans-serif;
	    color: #999;
    }
    .mini-shopping-cart .count a {
	    box-shadow: none;
	    background: none;
	    padding: 0 2px;
	    color: #b68c65;
    }
    .mini-shopping-cart .items {
	    margin-bottom: 10px;
	    background: #fff;
	    box-shadow: inset 0 0 10px #999;
	    padding: 0 5px;
    }
    .mini-shopping-cart .item {
	    border-top: 1px dotted #ccc;
	    overflow: hidden;
	    padding: 10px 5px;
        text-align: left;
    }
    .mini-shopping-cart .picture {
	    float: left;
	    width: 60px;
	    height: 60px;
	    overflow: hidden;
    }
    .mini-shopping-cart .picture a {
	    display: block;
	    line-height: 0;
    }
    .mini-shopping-cart .product {
	    margin-left: 70px;
    }
    .mini-shopping-cart .name {
	    margin-bottom: 5px;
	    color: #b68c65;
    }
    .mini-shopping-cart .name a:hover {
	    text-decoration: underline;
    }
    .mini-shopping-cart .attributes {
	    margin: 0;
	    border: none;
	    font-size: 11px;
    }
    .mini-shopping-cart .price {
	    margin-bottom: 3px;
	    font-size: 11px;
	    font-weight: bold;
	    color: #444;
    }
    .mini-shopping-cart .quantity {
	    font-size: 11px;
    }
    .mini-shopping-cart .totals {
	    margin-bottom: 10px;
	    text-align: right;
	    font-size: 13px;
	    font-weight: bold;
	    color: #ccc;
    }
    .mini-shopping-cart .totals strong {
	    color: #b68c65;
    }
    .mini-shopping-cart .buttons {
	    text-align: right;
    }
    .mini-shopping-cart .button-1 {
	    display: inline-block;
	    margin-left: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 50%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(205,205,205,1) 50%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(205,205,205,1) 50%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
        background-size: 100% 200%;
        background-position: top;
        box-shadow: inset 0 1px 0 #f6f6f6;
        padding: 5px 10px;
        font: normal 12px Tahoma, Geneva, sans-serif;
        text-transform: capitalize;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
        transition: all .2s ease;
    }

    .header-basket a:hover {
	    text-decoration: underline;
    }
    .news-list-page .news-title:hover,
    .news-list-homepage .news-title:hover {
	    text-decoration: underline;
    }
    .news-list-page .read-more:hover,
    .news-list-homepage .read-more:hover {
	    background-position: bottom;
    }


    /* FOOTER */
    .footer .footlist a:hover {
	    background: url('../img/arrow2.png') left center no-repeat;
	    color: #b68c65;
    }

    .bottomline a:hover {
        text-decoration: underline;
    }

    .bottomline {
        text-align: left;
        padding: 5px 0;
    }

    .bottomline .center {
        overflow: hidden;
        font-size: 0;
    }

    .footer-poweredby,
    .footer-designed-by,
    .bottomline .footer-disclaimer,
    .footer-tax-shipping {
        margin: 0 15px 0 0;
        line-height: 30px;
    }

    .footer-storetheme {
        display: inline-block;
        float: right;
        font-size: 12px;
    }


    /* END FOOTER */

    /* HOME */

    .sub-category-grid .item-box,
    .home-page-category-grid .item-box,
    .home-page-product-grid .item-box {
        width: calc(33.33% - 10px);
        max-width: none;
    }

    .item-box {
        width: calc(25% - 11.4px);
        max-width: none;
    }

    .home-page-product-grid .item-box:nth-child(2n),
    .sub-category-grid .item-box:nth-child(2n),
    .home-page-category-grid .item-box:nth-child(2n),
    .item-box:nth-child(3n) {
        margin-right: 15px;
    }

    .home-page-product-grid .item-box:nth-child(3n),
    .sub-category-grid .item-box:nth-child(3n),
    .home-page-category-grid .item-box:nth-child(3n),
    .item-box:nth-child(4n) {
        margin-right: 0;
    }

    .nivoSlider:hover .nivo-directionNav a {
        opacity: 1;
    }



    /* CATEGORY PAGE */


    .master-column-wrapper:after {
	    content: "";
	    display: block;
	    clear: both;
    }

    .side-2 {
        width: 260px;
    }
    .center-2 {
        width: calc(100% - 275px);
    }

    .center-2 .sub-category-grid .item-box,
    .center-2 .item-box {
        width: calc(33.33% - 10px);
    }

    .center-2 .item-box:nth-child(2n) {
        margin-right: 15px;
    }

    .center-2 .item-box:nth-child(3n) {
        margin-right: 0;
    }


    .block .title {
        padding: 15px 10px;
    }

    .block .title strong, .block .title a.toggleControl {
        font-size: 14px;
    }


    /* PRODUCT PAGE */

    .product-essential > div {
        display: inline-block;
        vertical-align: top;
    }

    .gallery {
        width: 310px;
        margin-right: 20px;
    }
    .product-details-page .overview {
        width: calc(100% - 335px);
        margin-bottom: 20px;
        
    }


    .gallery .picture-thumbs .thumb-item:hover {
        cursor: pointer;
    }

    .gallery .picture-thumbs .thumb-item:hover img {
        opacity: .8;
    }


    /* SHOPPING CART */


    .cart-footer {
        padding-bottom: 20px;
        overflow: hidden;
    }
    .cart-collaterals {
        display: inline-block;
        width: 70%;

    }

    .cart-collaterals .deals {
        width: 40%;
        margin: 0;
    }
    .cart-collaterals .shipping {
        width: calc(60% - 25px);
        margin: 0 10px;
    }

    .cart-footer .totals {
        display: inline-block;
        width: 30%;
        float: right;
        text-align: right;
    }

    .cart-footer .total-info {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .cart-total .product-price,
    .cart-total .cart-total-right,
    .cart-footer .checkout-buttons,
    .cart-total .cart-total-left {
        text-align: right;
    }

    .cart-footer .terms-of-service {
        padding: 0 5px;
        text-align: right;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .terms-of-service {
        float: none;
        width: 100%;
    }
    

    /********** CHECKOUT ************/


    .address-grid .address-item {
        width: calc(33.33% - 14px);
    }

    .address-grid .address-item:nth-child(2n) {
        margin-right: 20px;
    }

    .address-grid .address-item:nth-child(3n) {
        margin-right: 0;
    }

    /********* PROFILE PAGE *********/

    .ui-tabs .ui-tabs-nav li:hover {
        background-position: bottom;
    }

    .ui-tabs .ui-tabs-nav li:hover,
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
    .ui-tabs .ui-state-active.ui-tabs-active a {
        background-position: bottom;
    }


    /******** FORUM PAGES *********/
    .forums-header {
        text-align: left;
    }
    
    .forum-search-box .advanced {
        display: inline-block;
    }

}