/* Kendo fix */

.k-ff {
    overflow: inherit !important; 
}

.gridHeaderHide .k-grid-header {
    display: none;
}

.gridHeaderHide .k-alt {
    background: none;
}

/* Left column */

.leftColumn {
    float: left;
    margin: 0 10px 0 0;
    width: 230px;
    background: #ffffff;
    padding:  10px 10px 20px;
}

/* Left Menu */

.leftMenuCatalog {
    margin: 0 0 20px;
    font: 14px "PTSansRegular";
    padding:  0 0 10px;
    border: 1px solid #d5d5d5;
    -ms-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
}

.leftMenuCatalog .leftMenuCatalogTitle {
    font: 18px "PTSansBold";
    margin: 0 0 15px;
    background: #eee;
    -ms-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
}


.leftMenuCatalog ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10px;
}

.leftMenuCatalog ul li {
    margin: 0 0 15px;
}


.leftMenuCatalog ul li a, .leftMenuCatalog ul li span {
    margin: 0 0 5px;
    color: #0B419F;
    text-decoration: none;
}

.leftMenuCatalog ul li a.act, .leftMenuCatalog ul li span.act {
    font-weight: bold;
    color: #434546;
    text-decoration: none;
}


.leftMenuCatalog ul li ul  {
    margin: 0 0 0 20px;
    padding: 0;
}

.leftMenuCatalog ul li ul li {
    margin-top: 10px;
}

.leftMenuCatalog ul li ul a  {
    /*font-size: 12px;*/
}

/* Product List */

.productListBox .k-widget  {
    border: none;
}

.productListBox {
    overflow: hidden;
}

.productListBox .productItem .productItemTitle {
    font: 18px "PTSansBold";
    color: #0B419F;
}

.productListBox .productItem a {
    color: #0B419F;
}

.productListBox .productItem .productItemPriceCart .productItemPrice  {
    font: 15px "PTSansBold";
}

.productListBox .productItem .productItemPriceCart .addToBasket {
    display: inline-block;
    padding: 6px 20px;
    background: #0B419F url("/areas/shop/Images/Icons/addToCart.png") no-repeat center;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .15s ease-in-out 0;
    -moz-transition: background-color .15s ease-in-out 0;
    -ms-transition: background-color .15s ease-in-out 0;
    -o-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
}

.productListBox .productItem .productItemPriceCart .addToBasket:hover  {
    background-color: #062150;
}

/* Tile */

.productListBox.products-Tile {
    margin-right: -10px;
}

.productListBox.products-Tile .k-listview {
    margin-right: -20px;
}

.productListBox.products-Tile .productItem {
    border: 1px solid #d5d5d5;
    float: left;
    margin: 0 20px 20px 0;
    padding: 10px 10px 70px;
    text-align: center;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 280px;
    position: relative;
}

.productListBox.products-Tile .productItem .productItemTitle {
    height: 72px;
    /*overflow: hidden;*/
}

.productListBox.products-Tile .productItem .productItemImg {
    margin: 0 0 5px;
}

.productListBox.products-Tile .productItem .productItemImg img {
   
}

.productListBox.products-Tile .productItem .productItemDescription {
    display: none;
}

.productListBox.products-Tile .productItem .productItemPriceCart {
    overflow: hidden;
    /*margin: 10px 0 0;*/

    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}

.productListBox.products-Tile .productItem .productItemPriceCart .productItemPrice  {
    float: left;
    width: 150px;
    padding: 4px 0;
}

.productListBox.products-Tile .productItem .productItemPriceCart .addToBasket {
    float: right;
}

/* List */

.productListBox.products-List .productItem  {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 270px 10px 0;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.productListBox.products-List .productItem .productItemImg {
    float: left;
}

.productListBox.products-List .productItem .productItemImg img {
    border: 1px solid #d5d5d5;
    margin: 0 15px 5px 0;
}


.productListBox.products-List .productItem .productItemDescription  {
    /*position: absolute;
    right: 0;
    top: 0;
    width: 150px;*/
}

.productListBox.products-List .productItem .productItemPriceCart  {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    text-align: center;
}

.productListBox.products-List .productItem .productItemPriceCart .productItemPrice  {
    margin: 0 0 10px;
    font-size: 18px;
}


.productListBox.products-List .productItem .productItemPriceCart .addToBasket  {
    margin: 0 0 5px;
}

/* Shop Product */

.shopProduct {
    
}

.shopProduct .shopProductImg {
    margin: 15px 0;
    overflow: hidden;
}

.shopProduct .shopProductMainImgLeft {
    float: left;
    margin-right: 36px;
    text-align: center;
}

.shopProduct .shopProductMainImgRight {
    float: right;
    text-align: center;
}

.shopProduct .shopProductImg .shopProductMainImg {
    text-align: center;
}

.shopProduct .shopProductImg .shopProductMainImg img {
    border: 1px solid #DEE1E6;
}

.shopProduct .shopProductImg .shopProductGallery {
    overflow: hidden;
    margin: 0 -5px 0 0;
    width: 250px;
}

.shopProduct .shopProductImg .shopProductGallery .shopProductGalleryItem {
    float: left;
    margin: 0 5px 0 0;
    text-decoration: none;

}

.shopProduct .shopProductImg .shopProductGallery .shopProductGalleryItem img {
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
}

.shopProduct .shopProductImg .shopProductGallery .shopProductGalleryItem:focus {
    outline: none;
}

.shopProduct .shopProductPriceBox {
    margin: 0 0 10px;
    border: 1px solid #d5d5d5;
    background: #eeeeee;
    margin: 0 auto;
    padding: 10px;
    width: 80%;
    text-align: center;
}

.shopProduct .shopProductPriceBox .shopProductPrice {
    color: #0b419f;
    font: 26px "PTSansBold";
    vertical-align: middle;
}

.shopProduct .shopProductPriceBox .shopProductPriceTitle {
    color: #0b419f;
    font: 26px "PTSansBold";
    vertical-align: middle;
}

.shopProduct .shopProductAddToCart {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

.shopProduct .addToBasket {
    display: inline-block;
    padding: 6px 20px 6px 30px;
    background: #0B419F url("/areas/shop/Images/Icons/addToCart.png") no-repeat 5px center;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    -webkit-transition: background-color .15s ease-in-out 0;
    -moz-transition: background-color .15s ease-in-out 0;
    -ms-transition: background-color .15s ease-in-out 0;
    -o-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
}

.shopProduct .addToBasket:hover  {
    background-color: #062150;
}

.shopProductGalleryBox {
    margin: 15px 0;
}

.shopProduct .shopProductGalleryBox .shopProductGallery {
    overflow: hidden;
    margin: 0 -36px 0 0;

}

.shopProduct .shopProductGalleryBox .shopProductGallery .shopProductGalleryItem {
    float: left;
    margin: 0 36px 0 0;
    text-decoration: none;
}

.shopProduct .shopProductGalleryBox .shopProductGallery .shopProductGalleryItem img {
    border: 1px solid #DEE1E6;
}

.shopProduct .shopProductGalleryBox.shopProductGallery .shopProductGalleryItem:focus {
    outline: none;
}

    /* Shop product model table */

    .shopProduct .shopProductModels table {
        /*border: 1px solid #ffffff;*/
    }   
    
    .shopProduct .shopProductModels .k-widget {
        border: none;
    }    

    .shopProduct .shopProductModels table th {
        text-align: center;
        background: #B4BBC8;
        font: normal 15px "PTSansBold";
        color: #ffffff;
        border-left: 1px solid #ffffff;
    }

    .shopProduct .shopProductModels table th:first-child {
        border-left: none;
    }
    .shopProduct .shopProductModels table td {
        border-left: 1px solid #ffffff;
        background: #F2F2F2
    }
    .shopProduct .shopProductModels table tr.k-alt td {
        background: #FAFAFA
    }

    .shopProduct .shopProductModels .k-grid-header .k-header:first-child, .shopProduct .shopProductModels .k-grid tbody td:first-child, .shopProduct .shopProductModels .k-grid tfoot td:first-child {
        border-left: none;
    }

/*.shopProduct .shopProductModels .addToBasketModel {
    width: 93px;
    height: 25px;
    border: 1px solid #C9CED7;
    text-decoration: none;
    background: #FFFFFF;
    color: #0B419F;
    font: 14px/25px "PTSansRegular";
    text-align: center;
    display: inline-block;
    -webkit-transition: all .15s ease-in-out 0;
    -moz-transition: all .15s ease-in-out 0;
    -ms-transition: all .15s ease-in-out 0;
    -o-transition: all .15s ease-in-out 0;
    transition: all .15s ease-in-out 0;
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.shopProduct .shopProductModels .addToBasketModel:hover {
    background: #eee;
    color: #333;
}*/
.shopProduct .shopProductModels .addToBasketModel {
    display: inline-block;
    padding: 6px 20px;
    background: #0B419F url("/areas/shop/Images/Icons/addToCart.png") no-repeat center;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .15s ease-in-out 0;
    -moz-transition: background-color .15s ease-in-out 0;
    -ms-transition: background-color .15s ease-in-out 0;
    -o-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
}

.shopProduct .shopProductModels .addToBasketModel:hover   {
    background-color: #062150;
}

/* Model */

.shopModel {
    
}

.shopModel .shopModelImg {
    float: left;
    margin: 0 15px 15px 0;
}

.shopModel .shopModelImg .shopModelMainImg {
    display: block;
    margin: 0 0 5px;
}

.shopModel .shopProductImg .shopProductMainImg img {
   
}

.shopModel .shopModelImg .shopModelGallery {
    overflow: hidden;
    margin: 0 -5px 0 0;
    width: 250px;
}

.shopModel .shopModelImg .shopModelGallery .shopModelGalleryItem {
    float: left;
    margin: 0 5px 0 0;
    text-decoration: none;

}

.shopModel .shopModelImg .shopModelGallery .shopModelGalleryItem img {
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
}

.shopModel .shopModelImg .shopModelGallery .shopModelGalleryItem:focus {
    outline: none;
}

.shopModel .shopModelPriceBox {
    margin: 0 0 10px;
}

.shopModel .shopModelPriceBox .shopModelPrice {
    color: #0b419f;
    font: 18px "PTSansBold";
}

.shopModel .shopModelAddToCart {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

.shopModel .addToBasket {
    display: inline-block;
    padding: 6px 20px;
    background: #0B419F url("/areas/shop/Images/Icons/addToCart.png") no-repeat center;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .15s ease-in-out 0;
    -moz-transition: background-color .15s ease-in-out 0;
    -ms-transition: background-color .15s ease-in-out 0;
    -o-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
}

.shopModel .addToBasket:hover  {
    background-color: #062150;
}


.shopModel .modelArticle {
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

.shopModel .shopModelDesc {
    margin: 15px 0 0;
}

/* Shop search */

.searchResultInfo {
    margin: 0 0 10px;
    padding: 0 0 5px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 3px double #d5d5d5;
}

.searchResultInfo .searchResultValue {
    padding-right: 150px;
    display: block;
}

.searchResultInfo .searchResultValue i, .searchResultInfo .searchResultCount i {
    font-weight: bold;
}
.searchResultInfo .searchResultCount {
    float: right;
}

/* ShopToolBar */

.shopToolbar {
    overflow: hidden;
    margin: 0 0 20px;
    font-size: 14px;
}

.shopToolbar .viewDesctopFilter {
    float: left;
    overflow: hidden;
}

.shopToolbar .viewDesctopFilter .productsView {
    -webkit-box-shadow: 0 0 12px -2px #bbb inset;
    -ms-box-shadow: 0 0 12px -2px #bbb inset;
    box-shadow: 0 0 12px -2px #bbb inset;
    float: left;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out 0;
    -moz-transition: all .15s ease-in-out 0;
    -ms-transition: all .15s ease-in-out 0;
    -o-transition: all .15s ease-in-out 0;
    transition: all .15s ease-in-out 0;
    padding: 7px;
}

.shopToolbar .viewDesctopFilter .productsView.tile {
    background: #747f7f  url("/areas/shop/Images/Icons/tileIcon.png") no-repeat center;
    width: 16px;
    height: 16px;
    -ms-border-radius: 3px  0 0 3px;
    border-radius: 3px  0 0 3px;
}

.shopToolbar .viewDesctopFilter .productsView.list {
    background: #747f7f url("/areas/shop/Images/Icons/listIcon.png") no-repeat center;
    width: 16px;
    height: 16px;
    -ms-border-radius:  0 3px 3px 0 ;
    border-radius:  0 3px 3px 0 ;
}

.shopToolbar .viewDesctopFilter .productsView:hover {
    background-color: #636466;
}

.shopToolbar .viewDesctopFilter .productsView.active, .shopToolbar .viewDesctopFilter .productsView.active:hover {
    background-color: #e9eaec;
}

.shopToolbar .sortableBox {
    float: right;
}

/* Catalog Filter */

.catalogFilter {
    
}

.catalogFilter .catalogFilterTitle {
    font: 18px "PTSansBold";
    margin: 0 -10px 15px;
    background: #eee;
    -ms-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
}

.catalogFilter .catalogFilterTitle.withResult {
    padding-bottom: 0;
}

.catalogFilter .catalogFilterTitleItem {
    font: 18px "PTSansBold";
    margin: 0 0 10px;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 5px;
}


.catalogFilter.catalogFilterFLeft {
    /*float: left;
    width: 250px;
    margin: 0 20px 0 0;*/
    padding: 0 10px;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
}

.catalogFilter.catalogFilterFLeft .catalogFilterItem {
    margin: 0 0 15px;
}


.catalogFilter.catalogFilterFLeft .filterCategoryCheckBoxes {
    font-size: 12px;
    overflow: hidden;
}

.catalogFilter.catalogFilterFLeft .filterCategoryCheckBoxes label {
    overflow: hidden;
    display: block;
    margin: 0 0 3px;
}

.catalogFilter.catalogFilterFLeft .filterCategoryCheckBoxes label input {
    float: left;
    margin: 2px 4px 0 0;
}

        /* Price Slider */

.catalogFilter.catalogFilterFLeft .catalogFilterItem .filterSliderBox {
    text-align: center;
}

.catalogFilter.catalogFilterFLeft .catalogFilterItem .filterSliderBox .k-numerictextbox {
    width: 80px;
    font-size: 14px;
}

.catalogFilter.catalogFilterFLeft .filterSearchResult {
    display: block;
    padding: 5px 15px;
    background: #f6f6f6;
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0;
    border-top: 1px solid #d5d5d5;
    color: #0B419F;
}

.catalogFilter .filterBttns {
    text-align: center;
}

.catalogFilter .filterBttns .clearAllFilterBttn {
    background-color: #fff;
    border: 3px solid #dfdfdf;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    outline: 0 none;
    padding: 3px 20px;
    text-align: center;
    vertical-align: middle;
    font: 16px "PTSansBold";
    -webkit-transition: all .15s ease-in-out 0;
    -moz-transition: all .15s ease-in-out 0;
    -ms-transition: all .15s ease-in-out 0;
    -o-transition: all .15s ease-in-out 0;
    transition: all .15s ease-in-out 0;
}

.catalogFilter .filterBttns .clearAllFilterBttn:hover {
    background-color: #dfdfdf;
    color: #000;
}

/* Shop order buttons */

.orderBttn {
    cursor:pointer;
    color:#ffffff;
    display:inline-block;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
    -ms-border-radius:6px;
    border-radius:6px;
    text-decoration:none;
    -webkit-transition: all .15s linear 0;
    -moz-transition: all .15s linear 0;
    -ms-transition: all .15s linear 0;
    -o-transition: all .15s linear 0;
    transition: all .15s linear 0;
    padding:4px 15px;
    margin-right: 15px;
    font: 14px "PTSansBold";
}

.orderBttn.buttonGreen {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -ms-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	border:1px solid #74b807;
    -ms-text-shadow:0px 1px 0px #528009;
    text-shadow:0px 1px 0px #528009;
}

.orderBttn.buttonGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.orderBttn.buttonGreen:active {
	position:relative;
	top:1px;
}

.orderBttn.buttonGray {
    background: #747f7f;
}

.orderBttn.buttonGray {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -ms-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
    -ms-text-shadow:0px 1px 0px #ffffff;
    text-shadow:0px 1px 0px #ffffff;
    color: #555;
}

.orderBttn.buttonGray:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.orderBttn.buttonGray:active {
	position:relative;
	top:1px;
}


/* Basket Order */

.deleteBasketItem {
    background: url("/areas/shop/images/icons/basketDelete.png") no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
} 

.basketQuantity {
    text-align: center;
}

.basketQuantity .k-numerictextbox {
    width: 94px;
}

.basketQuantity .k-numeric-wrap {
    width: 60px;
}

.basketOrderBttns {
    margin: 15px 0 0;
}

/* Order Logon Start Page */

.orderStartPage {
    padding: 10px 0;
}

.orderStartPage .orderStartPageLeft {
    float: left;
    border-right: 1px solid #d5d5d5;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.orderStartPage .orderStartPageRight {
    float: right;
    width: 49%
}

.orderStartPage .orderStartPageTitle {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
}

.orderStartPage .alignCenter {
    text-align: center;
}

.orderStartPage .orderStartWrap {
    color: #333;
    font-size: 13px;
    padding: 5px 15px;
}

.orderStartPage .orderBttn {
    margin-right: 15px;
}

.orderStartPage .orderBttn.longBttn {
    width: 200px;
    text-align: center;
}

/* Order Logon Buttons */

.forButtonOrder {
    text-align: center;
    margin: 15px 0 0;
}

.orderBox {
    
}

.orderBox .orderChooseField {
    font-weight: bold;
    font-size: 14px;
    color: green;
}

.orderBox .orderHelpText {
    margin: 10px 0 0;
    text-align: center;
}

.orderBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.orderBox ul li {
    margin: 0 0 5px;
}

.orderBox ul li.autorization input[type="radio"] {
    display: none;
}

.orderBox ul li.autorization.disabled {
    opacity: .5;
}

.orderBox ul li label {
    margin: 0 0 3px;
    display: block;
    font-weight: bold;
}

.orderBox ul li input[type="text"], .orderBox ul li input[type="password"] {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 5px 4px;
    width: 270px;
    outline: none;
    -webkit-transition: border-color .2s ease-in-out 0;
    -moz-transition: border-color .2s ease-in-out 0;
    -ms-transition: border-color .2s ease-in-out 0;
    -o-transition: border-color .2s ease-in-out 0;
    transition: border-color .2s ease-in-out 0;
}

.orderBox ul li input[type="text"]:focus, .orderBox ul li input[type="password"]:focus {
    border-color:  #888;
}

.orderBox .orderLogonDesc {
    margin: 15px 0 0;
    width: 300px;
    margin: 0 auto;
}

.orderBox .orderButtons {
    margin: 15px 0 0;
}

/* ChekOut */

span.field-validation-error {
    color: #c00;
    font-size: 11px;
    padding-left: 0;
}

.formChekoutBox span.field-validation-error {
    color: #c00;
    display: block;
    font-size: 11px;
    padding-left: 150px;
    font-weight: normal;
}

input.field-validation-error {
    border-color: #c00!important;
}

.formChekoutBox .fieldMultiLineBox span.field-validation-error  {
    padding: 0;
}

.formChekoutBox .formChekoutLeft {
    float: left;
    width: 49%;
    border-right: 1px solid #d5d5d5;
}

.formChekoutBox .formChekoutRight {
    float: right;
    width: 49%;
}

.formChekoutBox .formChekoutLeft, .formChekoutBox .formChekoutRight {
    min-height: 360px;
}

.formChekoutBox .contentChekoutForm {
    padding: 5px 15px;
}

.formChekoutBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.formChekoutBox ul li {
    margin: 0 0 8px;
    overflow: hidden;
}
.formChekoutBox ul li label {
    font-weight: bold;
    font-size: 12px;
    float: left;
    width: 140px;
    text-align: right;
    margin: 0 10px 0 0;
}

.formChekoutBox ul li.txt label {
    margin: 5px 10px 0 0;
}

.formChekoutBox ul li.multiline label {
    margin: 0 10px 0 0;
}

.formChekoutBox ul li.message {
    /*padding-left: 150px;*/
}

.formChekoutBox ul li.message label {
    /*display: block;
    float: none;
    margin: 0 0 3px;
    width: auto;
    text-align: left;*/
}

.formChekoutBox ul li.message textarea {
    width: 258px;
    padding: 2px 3px;
    border: 1px solid #d5d5d5;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 80px;
    -webkit-transition: border-color .2s ease-in-out 0;
    -moz-transition: border-color .2s ease-in-out 0;
    -ms-transition: border-color .2s ease-in-out 0;
    -o-transition: border-color .2s ease-in-out 0;
    transition: border-color .2s ease-in-out 0;
    font-size: 13px;
    resize: vertical;
    box-sizing: border-box;
}

.formChekoutBox ul li.message textarea:focus {
    outline: none;
    border-color: #787878;

}

.formChekoutBox ul li .fieldMultiLineBox {
    padding-left: 150px;
    /*margin: -3px 0 0;*/
}

.formChekoutBox ul li .fieldMultiLineBox label {
    font-weight: normal;
    font-size: 12px;
    float: none;
    display:block;
    width: auto;
    text-align: left;
    margin: 0;
}

.formChekoutBox ul li .fieldMultiLineBox input[type="checkbox"], .formChekoutBox ul li .fieldMultiLineBox input[type="radio"] {
    float: left;
    margin: 1px 4px 0 0;
}

.formChekoutBox ul li .fieldMultiLineBox .fieldMultiLineItem {
    margin: 0 0 3px;
}

.formChekoutBox ul li input[type="text"] {
    padding: 2px 3px;
    border: 1px solid #d5d5d5;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 24px;
    width: 250px;
    -webkit-transition: border-color .2s ease-in-out 0;
    -moz-transition: border-color .2s ease-in-out 0;
    -ms-transition: border-color .2s ease-in-out 0;
    -o-transition: border-color .2s ease-in-out 0;
    transition: border-color .2s ease-in-out 0;
    font-size: 13px;
}

.formChekoutBox ul li input[type="text"]:focus {
    outline: none;
    border-color: #787878
}

.formChekoutBox ul li .k-dropdown {
    width: 258px;
    font-size: 14px;
}

.formChekoutBox ul li select {
    padding: 5px 3px;
    border: 1px solid #d5d5d5;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 260px;
    -webkit-transition: border-color .2s ease-in-out 0;
    -moz-transition: border-color .2s ease-in-out 0;
    -ms-transition: border-color .2s ease-in-out 0;
    -o-transition: border-color .2s ease-in-out 0;
    transition: border-color .2s ease-in-out 0;
    font-size: 13px;
}

.formChekoutBox ul li select:focus {
    outline: none;
    border-color: #787878
}

.formChekoutBox .formChekoutNoticeRegister {
    color: darkgreen;
    font-size: 11px;
    display: block;
    padding-left: 18px;
}

.formChekoutBox .formChekoutNotice {
    display: block;
    margin: 3px 0 0;
    font-size: 13px;
    color: darkgreen;
    font-weight: bold;

    /*background: lightyellow;
    border: 1px solid #d5d5d5;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 0;
    padding: 3px 10px;*/
}


.formChekoutBox .formChekoutButtons {
    text-align: center;
    margin: 15px 0 0;
}

.formChekoutBox .formChekoutButtons .orderBttn {
    padding:4px 25px;
    width: 150px;
    margin-right: 15px;
}

/* Profile user */

.profileUserBox .field-validation-error {
    color: #c00;
    display: block;
    font-size: 11px;
    padding-left: 150px;
}

.profileUserBox {
   font-size: 13px;
}

.profileUserForm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profileUserForm li {
    margin: 0 0 8px;
    overflow: hidden;
}

.profileUserForm li .formDisplay {
    display: inline-block;
    margin: 1px 0 0;
    max-width: 600px;
}

.profileUserForm li label {
    font-weight: bold;
    font-size: 12px;
    float: left;
    width: 140px;
    text-align: right;
    margin: 5px 10px 0 0;
}

.profileUserForm li.displayField label {
    margin: 2px 10px 0 0;
}

.profileUserForm li input[type="text"] {
    padding: 2px 3px;
    border: 1px solid #d5d5d5;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 24px;
    width: 250px;
    -webkit-transition: border-color .2s ease-in-out 0;
    -moz-transition: border-color .2s ease-in-out 0;
    -ms-transition: border-color .2s ease-in-out 0;
    -o-transition: border-color .2s ease-in-out 0;
    transition: border-color .2s ease-in-out 0;
    font-size: 13px;
}

.profileUserForm li input[type="text"]:focus {
    outline: none;
    border-color: #787878
}

.profileUserForm .forBttn {
    margin: 15px 0 0;
    padding-left: 150px;
}

.profileUserBox ul li .aditionalField {
    padding-left: 150px;
    margin: 3px 0 0;
    display: none;
}

.profileUserBox ul li .aditionalField label {
    font-weight: bold;
    font-size: 12px;
    float: none;
    display: block;
    width: auto;
    text-align: left;
    margin: 5px 0 0!important;
}

.profileUserBox ul li .aditionalField label.labelConfirm {
    font-weight: bold;
    font-size: 12px;
    float: none;
    display: inline-block;
    color: green;
    /*background: #fff9d9;
    padding: 5px 10px;
    -ms-border-radius: 3px;*/
    border-radius: 3px;
    text-align: left;
    margin:0!important;

}

/* Profile small buttons */

.profileUserBox ul li .buttonGraySmall {
     background: #747f7f;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -ms-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
    -ms-text-shadow:0px 1px 0px #ffffff;
    text-shadow:0px 1px 0px #ffffff;
    color: #555;
    cursor:pointer;
    font: bold 12px "Arial";
    display:inline-block;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
    -ms-border-radius:6px;
    border-radius:6px;
    text-decoration:none;
    padding:6px 10px;
    transition: all .15s linear 0;
    margin-left: 15px;
}

.profileUserBox ul li .buttonGraySmall.minPadding {
    padding:2px 10px;
}

.profileUserBox ul li .buttonGraySmall:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.profileUserBox ul li .buttonGraySmall:active {
	position:relative;
	top:1px;
}

.profileUserBox ul li .buttonGraySmall[disabled] {
    cursor: default;
    color: #aaa;
}

.profileUserBox ul li .buttonGraySmall[disabled]:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
}

.profileUserBox ul li .aditionalField .buttonGraySmall[disabled]:active {
    top: 0;
}

/* End Small Buttons */

.profileUserForm .forBttn .orderBttn {
    padding:4px 25px;
    margin-right: 15px;
}


/* Order Summary */

.orderSummaryBox {
    
}


.orderSummaryBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.orderSummaryBox li {
    margin: 0 0 8px;
    overflow: hidden;
}

.orderSummaryBox li .formDisplay {
    display: inline-block;
    margin: 4px 0 0;
    max-width: 600px;
}

.orderSummaryBox li label {
    font-weight: bold;
    font-size: 12px;
    float: left;
    width: 140px;
    text-align: right;
    margin: 5px 10px 0 0;
    overflow: hidden;
}

.orderSummaryButtons {
    margin: 10px 0 0;
}

.orderSummaryBox .orderSummaryButtons .orderBttn {
    padding:4px 25px;
    margin-right: 15px;
}

.orderSummaryBox .orderSummaryButtons .orderBttn.buttonGray {
    margin-right: 20px;
}


.orderSummaryBox .orderSummaryLeft {
    border-right: 1px solid #d5d5d5;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 20px;
}

.orderSummaryBox .orderSummaryRight {
    width: 49%;
    float: right;
    margin-left: 1%;
}

/* Order Finalize */

.orderFinalize {
    
}

.orderFinalize .orderNumber {
    color: #0B419F;
    font-weight: bold;
}

.orderFinalize .orderFinalizeBttn {
    margin: 15px 0;
    text-align: center;
}

.orderFinalize .orderFinalizeBttn .orderBttn {
    padding:4px 35px;
}


/* Orders list */

.billList {
    font-size: 14px;
}

.billList .orderListEmpty {
    font-size: 15px;
    color: #333;
}

.billList .billPaid, .billList .billNotPaid {
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.billList  .billNotPaid {
    color: darkred;
}

.billList  .buttonBill img {
    vertical-align: middle;
}


/* Discount */

.orderDiscount {
    text-align: right;
    background: #eee;
    border: 1px solid #ccc;
    border-top: none;
    padding-right: 5px;
}

.orderDiscount > span {
    display: block;
    padding-right: 80px;
}

.orderDiscount.orderDiscountSummary > span {
    display: block;
    padding-right: 0;
}

.orderDiscount label {

}

.orderDiscount .orderDiscountPercent {
    font-weight: bold;
    background: url("/Areas/Shop/images/icons/discountIcon.png") no-repeat left center;
    display: inline-block;
    padding-left: 20px;
}

.orderDiscount .orderSumWithDiscount {
    font-weight: bold;
    color: #000;
}

/* Shop popup */

.shopPopUpBox {
    
}

.shopPopUpBox .shopPopUpProductInfo {
    overflow: hidden;
}

.shopPopUpBox .shopPopUpProductInfo .shopPopUpImage {
    float: left;
}


.shopPopUpBox .shopPopUpProductInfo .shopPopUpImage img {
    border: 1px solid #d5d5d5;
    margin: 0 20px 10px 0;
}

.shopPopUpBox .shopPopUpProductInfo .shopPopUpPCT {
    margin: 20px 0 0;
}

.shopPopUpBox .shopPopUpProductInfo .shopPopUpTitle {
    font: 18px "PTSansBold";
    margin: 0 0 7px;
    color: #222;
}

.shopPopUpBox .shopPopUpProductInfo .shopPopUpPrice {
    font: 18px "PTSansBold";
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.shopPopUpBox .shopPopUpProductInfo .shopPopUpCount {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: bold;
}

.shopPopUpBox .shopPopUpProductInfo .shopPopUpSeparate {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    font: 18px "PTSansBold";
}

.shopPopUpBox .shopPopUpProductInfo .shopPopUpCount .k-numerictextbox{
    width: 120px;
}


.shopPopUpBox .shopPopUpProductInfo .shopPopUpCount .k-numeric-wrap {
    width: 80px;
}


.shopPopUpBox .shopPopUpProductInfo .shopPopUpTotal {
    margin: 10px 0 0;
    font: 24px "PTSansBold";
    color: green;
}

.shopPopUpBox .shopPopUpBttns {
    margin: 15px 0 0;
    text-align: center;
}

.shopPopUpBox .shopPopUpBttns .shopBttn {
    width: 150px;
    cursor:pointer;
    color:#ffffff;
    font: 14px "PTSansBold";
    margin-right: 15px;
    display:inline-block;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
    -ms-border-radius:6px;
    border-radius:6px;
    text-decoration:none;
    padding:4px 15px;
    -webkit-transition: all .15s linear 0;
    -moz-transition: all .15s linear 0;
    -ms-transition: all .15s linear 0;
    -o-transition: all .15s linear 0;
    transition: all .15s linear 0;
}

.shopPopUpBox .shopPopUpBttns .shopBttn.goToOrder {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -ms-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	border:1px solid #74b807;
    -ms-text-shadow:0px 1px 0px #528009;
    text-shadow:0px 1px 0px #528009;
}

.shopPopUpBox .shopPopUpBttns .shopBttn.goToOrder:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.shopPopUpBox .shopPopUpBttns .shopBttn.goToOrder:active {
	position:relative;
	top:1px;
}


.shopPopUpBox .shopPopUpBttns .shopBttn.continueShopping {
    background: #747f7f;
}

.shopPopUpBox .shopPopUpBttns .shopBttn.continueShopping {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -ms-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
    -ms-text-shadow:0px 1px 0px #ffffff;
    text-shadow:0px 1px 0px #ffffff;
    color: #555;
}

.shopPopUpBox .shopPopUpBttns .shopBttn.continueShopping:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.shopPopUpBox .shopPopUpBttns .shopBttn.continueShopping:active {
	position:relative;
	top:1px;
}
