﻿@media screen and (max-width:1280px) { 

    .OuterWrapper {  }
    .InnerWrapper { }

    /* HEADER */
    .FixedHeaderWrapper {  }
    .AfterFixedHeaderWrapper {margin-top:30px;}
    .InnerHeaderWrapper { }
    .InnerHeaderWrapper .Logo img {  }

    .OuterTopMenuWrapper {  padding-top:8px; padding-bottom:8px; }
    .InnerTopMenuWrapper {   width:980px;  }

    .OuterCategoriesWrapper {  }
    .InnerCategoriesWrapper {   width:980px;  }

    .OuterHeaderContentWrapper {  }
    .InnerHeaderContentWrapper { width:980px; }

    /* CONTENT */
    .OuterContentWrapper {    }
    .InnerContentWrapper {  width:980px;  }

    .OuterLeftWrapper {  width:220px;  }
    .InnerLeftWrapper {  padding:10px;   }

    .OuterMainContentWrapper {  width:760px;  }
    .InnerMainContentWrapper {  padding:10px;  }

    .Categories ul.MainCategories li a, .Categories ul.MainCategories li span { padding:20px; padding-left:20px; padding-right:20px;}

    /* PRODUCT LIST */
    .ProductListWrapper.ListView {  }
    .ProductListWrapper.ListView .ProductListItemContent .ImagePlaceholder { width:25%; text-align:center; }
    .ProductListWrapper.ListView .ProductListItemContent .ProductPlaceholder { width:55%; padding-right:10px; }
    .ProductListWrapper.ListView .ProductListItemContent .PricePlaceholder { width:20%; padding-right:10px;   }    

    .ProductListWrapper.ListView .ProductListItemContent .AddToCart { }


    /* PRODUCT GRID */
    .ProductListWrapper.GridView .ProductListItemContent  {   }
    .ProductListWrapper.GridView .ProductListItemContent .PricePlaceholder { text-align:center; padding-bottom:20px; }
    .ProductListWrapper.GridView .ProductListItemContent .Price { width:100%; margin-bottom:10px; }
    .ProductListWrapper.GridView .ProductListItemContent .AddToCart { float:none;  width:100%; float:left; margin-left:0; box-sizing:border-box; position:relative; }

    /* PRODUCT VIEW */
    .ProductWrapper { }
    .ProductWrapper .ProductItem { }
    .ProductWrapper .ProductItem .ImagePlaceholder { width:20%; }
    .ProductWrapper .ProductItem .ProductPlaceholder { width:55%;  }
    .ProductWrapper .ProductItem .OrderPlaceholder {  width:25%; }
    .ProductWrapper .ProductItem label { margin-bottom:0px; }
    .ProductWrapper .ProductItem .Price { margin-top:10px; }
    .ProductWrapper .ProductItem select { width:100%;}
    .ProductWrapper .ProductItem input.Amount { width:100%;}

    /* ADD TO CART POPUP */
    
    .ProductListWrapper.GridView .ProductListItemContent .AddToCartPopup { width:100%; margin-left:0px; }
    .ProductListWrapper.ListView .ProductListItemContent .AddToCartPopup {   }

    /* CART */
    .CartActionWrapper .btnProceedToPayment {width:240px;}
    .CartTableWrapper {
    width: 75%;
    padding-right: 20px;    
}
    .CartTotalWrapper {
    float: right;
    width: 25%;   
}
    /* FOOTER */
    .OuterFooterWrapper {   }
    .InnerFooterWrapper {  width:980px; }
}