@charset 'UTF-8';

:root {
    --bgcolor: #fbf6f0;
    --fontcolor: #211c16;
    --iconColor: #bc9c6b;
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    max-width: 100%;
}

html {
    font-size: 15px;
    font-family: "Trebuchet MS";
    width: 100%;
    height: 100%;
    color: var(--fontcolor);
}

body {
    width: 100%;
}

a {
    color: var(--fontcolor);
    text-decoration: none;
    font-family: "Trebuchet MS";
}

p {
    padding-bottom: 15px;
    line-height: 1.3em;
}

/* Main containers */
#wholeContent {
    width: 100%;
    height: 100%;
    background-color: var(--bgcolor);
}

.sibeliusContent {
    width: 1320px;
    margin: 0 auto;
    height: 100%;
}

.mainContent {}

.mainHeader {
    position: relative;
}

.pageContent {
    position: relative;
    padding: 30px 20px 30px 20px;
    min-height: 600px;
    background: #f9f9f9;
}

.pageContent h3,
h3.pageHeader,
.blogContent h2 {
    margin: 30px 0 20px 0;
    font-family: "Trebuchet MS";
    font-size: 160%;
    font-weight: normal;
    display: inline-block;
}

.pageContent h4 {
    margin: 10px 0 20px 0;
    font-family: "Trebuchet MS";
    font-size: 120%;
    font-weight: bold;
}

.pageContent h3 .breadCrumpSeparator {
    background: url('/page/defens/img/pointer.png') bottom center no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    display: inline-block;
    margin: 0 10px;
}

.pageContent ul,
.pageContent ol {
    margin: 0 0 0 20px;
    max-width: 720px;
}

.pageContent ul.tabs {
    margin: 0;
}

.pageContent ul li,
.pageContent ol li {
    line-height: 1.4em;
    padding: 0 0 15px 0;
}

.header {
    text-align: center;
    width: 100%;
    padding: 0;
    min-height: 155px;
}

.box .header {
    min-height: initial;
}

.pageContent .header {
    text-align: left;
}

.sibeliusBlogLinkBox {
    padding: 0 10px;
}

.footer {
    text-align: left;
    width: 100%;
    padding: 20px;
    background: #474747;
}

.footer .footerColumn {
    width: calc((100% - 40px) / 4);
    display: inline-block;
    vertical-align: top;
}

.footer h3 {
    margin-bottom: 20px;
    color: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 10px 0;
    max-width: 150px;
}

.footer a,
.footer p {
    color: #f1f1f1;
    display: block;
    line-height: 2em;
    font-size: 90%;
}

.footer a.reprezenter {
    font-size: 80%;
    float: right;
    ;
    color: #e3e3e3;
}

.footer .payments img {
    width: 60px;
    height: 38px;
}

@media screen and (max-width: 500px) {
    .footer .footerColumn {
        width: 100%;
    }

    .sibeliusNewsletterBox .row {
        max-width: 60%;
    }

    .footer h3 {
        margin-top: 20px;
    }
}

.logo {
    float: left;
    margin: -20px 0 0 0;
}

.logo a img {
    width: 220px;
}

.mainMenu {
    width: 100%;
    text-align: left;
    padding: 0px 20px;
    margin: 0 0 30px 0;
    font-size: 90%;
    font-family: "Trebuchet MS";
    background: #474747;
}

.mainMenu a {
    color: #f1f1f1;
    padding: 10px 0;
}

.mainMenu ul li {
    padding: 10px 10px 10px 0;
    float: left;
    list-style-type: none;
}

.headerPghone {
    background: url('/page/defens/img/phone.png') center left no-repeat;
    background-size: 20px 20px;
    padding: 10px 0 10px 30px;
    color: #f1f1f1;
}

/* Common */
.btn {
    background: #010101;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
}

.btn.blue,
form input[type="submit"] {
    background: #647429;
    color: #fff;
    border: none;

}

.btn.grey {
    background: #f1f3f4;
    color: #2b2929;

}

ul.tabs li {
    list-style-type: none;
    display: inline-block;
    padding: 10px;
    color: #2b2929;
    border: 1px solid #2b2929;
    margin: 0 0 20px 0;
}

ul.tabs li a {
    display: inline-block;
}

/* Box */
.sibeliusLanguageBox {
    width: 40px;
}

.sibeliusLanguageBox ul {
    text-align: center;
    width: 40px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.sibeliusLanguageBox ul li a {
    width: 40px;
}

.sibeliusLanguageBox ul:hover li {
    background: #fff;
}

.sibeliusLanguageBox ul:hover li.selected {
    background: #474747;
}

.sibeliusLanguageBox ul li {
    display: none;
    padding: 3px 5px;
    margin: 5px 0 0 0;
    width: 40px;
}

.sibeliusLanguageBox ul li.selected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 7px 0 4px 0;
    display: block;
    margin: 0;
}

.sibeliusLanguageBox ul li.element1 {
    padding-top: 40px;
}

.sibeliusLanguageBox ul li.element1.selected {
    padding-top: 7px;
}

.sibeliusLanguageBox ul li.element2.firstSelected {
    padding-top: 40px;
}

.sibeliusLanguageBox ul li.selected a img {
    width: 33px;
}

.sibeliusLanguageBox ul.open {
    background: #fff;
}

.sibeliusLanguageBox ul.open li {
    display: block;
}

.shopBasketBox {
    padding: 0 20px;
}

.userAccountBox {
    text-align: left;
    font-size: 90%;
}

.userAccountBox a {
    font-size: 100%;
    padding: 8px 0 0 0;
}

.userAccountBox a img.icon {
    padding: 0 10px 0 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.userAccountBox a img.icon.move4 {
    margin: 0 4px 0 -4px;
}

.box.shopSearchBox .content form {
    width: 700px;
    max-width: 100%;
}

.shopSearchBox form.default .row {
    float: left;
    padding: 0;
    clear: none;
}

.shopSearchBox .row_text {
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
}

.shopSearchBox .row_text input {
    border-right: none;
}

.shopSearchBox form.default input {
    width: 100%;
    height: 50px;
}

.shopSearchBox form.default input[type="text"] {
    border-color: #dedede;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

.shopSearchBox form.default input[type="submit"] {
    background: url('/module/shop/img/search.png') #fff center center no-repeat;
    background-size: 30px 30px;
    width: 60px;
    height: 50px;
    border: 1px solid #dedede;
    border-left: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

.basketWithAccount {
    padding: 10px 0 0 0;
}

.shopBasketBox {
    float: left;
    position: relative;
    border-right: 1px solid #dedede;
    padding: 10px 30px 0 0;
}

.shopBasketBox span {
    display: inline-block;
}

.shopBasketBox .element {
    background: url('/common/icons/cart4.svg') top left no-repeat;
    background-size: 40px 40px;
    width: 65px;
    height: 52px;
    position: relative;
    overflow: visible;
    cursor: pointer;
}

.shopBasketBox .basketPrice {
    display: block;
}

.searchForm {
    padding: 20px 50px 0 80px;
    float: left;
}

.headerLanguage {
    display: block;
    float: right;
    position: relative;
    margin: 0 20px 0 0;
}

.userAccountBox {
    float: left;
    padding: 0 0 0 30px;
}



.shopBasketBox .element .counter {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: var(--iconColor);
    color: #f1f1f1;
    border: 1px solid var(--iconColor);
    height: 20px;
}

.shopBasketBox .element .counter span {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
}

.shopBasketBox .element .content {
    border: 1px solid #ccc;
    min-height: 100px;
    min-width: 300px;
    position: absolute;
    left: -120px;
    top: 52px;
    padding: 5px;
    font-size: 90%;
    text-align: left;
    z-index: 100;
    background: #fff;
    display: none;
    cursor: default;
}

.shopBasketBox .element .content .basketImageContainer {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    width: 80px;
    height: 80px;
}

.shopBasketBox .element .content .basketImageContainer .basketImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.shopBasketBox .element .content .itemWrapper {
    overflow: hidden;
    height: 270px;
    width: 100%;
    position: relative;

}

.shopBasketBox .element .content .itemContainer {
    margin-top: 0px;
    width: 100%;
}

.shopBasketBox .element .content .item {
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.shopBasketBox .element .content .item:last-of-type {
    border-bottom: none;
}

.shopBasketBox .element .content .basketSummary {
    width: 100%;
    text-align: right;
    border-top: 1px solid #ccc;
    padding: 5px 0 10px 0;
    margin: 0;
    font-size: 90%;
}

.shopBasketBox .element .content .basketSummaryTotal {
    width: 100%;
    text-align: right;
    padding: 5px 0 10px 0;
    margin: 0;
    font-size: 90%;
}

.shopBasketBox .element .content .basketProducttInfo {
    float: left;
    width: calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
}

.shopBasketBox .element .content .basketPrice {
    font-size: 90%;
    padding: 5px 0 0 0;
}

.shopBasketBox .element .content .paginatorBasket {
    width: 100%;
    height: 30px;
    display: none;
}

.shopBasketBox .element .content .paginatorBasket .next {
    width: calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    height: 30px;
    display: inline-block;
    background: url('/module/shop/img/down.png') center center no-repeat #f7f7f7;
    opacity: 0.4;
}

.shopBasketBox .element .content .paginatorBasket .prev {
    width: calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    height: 30px;
    display: inline-block;
    background: url('/module/shop/img/up.png') center center no-repeat #f7f7f7;
    opacity: 0.4;
}

.shopBasketBox .element .content .paginatorBasket .next.active,
.shopBasketBox .element .content .paginatorBasket .prev.active {
    opacity: 1;
    cursor: pointer;
}

.shopBasketBox .element:hover .content {
    display: block !important;
}

.shopBasketBox .basketEmpty {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.shopBasketBox .btn.basketOrder {
    display: block;
    text-align: center;
}

.triangleIndent {
    border-color: transparent transparent #ccc transparent;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

.triangleIndentEmpty {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
}

/* shopBasketViewBox */
.shopBasketViewBox {
    width: 80%;
    margin: 0 auto;
}

.shopBasketViewBox .basketImageContainer {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    width: 80px;
    height: 80px;
}

.shopBasketViewBox .basketImageContainer .basketImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.shopBasketViewBox .itemWrapper {}

.shopBasketViewBox .itemContainer {}

.shopBasketViewBox .item {
    height: 150px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    display: block;
}

.shopBasketViewBox .item:last-of-type {}

.shopBasketViewBox .basketSummary {
    width: 100%;
    text-align: right;
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 90%;
    font-weight: bold;
}

.shopBasketViewBox .basketProducttInfo {
    float: left;
}

.shopBasketViewBox .basketName {
    font-weight: bold;
}

.shopBasketViewBox .basketPrice {
    font-size: 90%;
    padding: 5px 0 0 0;
}

.shopBasketViewBox .basketQuantityChange {
    margin: 10px 0 0 0;
}

.shopBasketViewBox .basketQuantityChange label {
    font-size: 90%;
    margin: 0 5px 0 0;
}

.shopBasketViewBox .basketQuantityChange input {
    width: 42px;
}

.shopBasketViewBox .basketRemove {
    font-size: 80%;
}

.shopBasketViewBox .basketSummary {
    display: block;
}

.shopBasketViewBox .basketSummaryTotal {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 80%;
}

/* shopMenuCategoriesBox */
.headerCategoryMenu {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}

.headerCategoryMenu ul {
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: left;
    background: #efefef;

}

.shopCategoriesMenu .shopCategoriesMenu {
    width: 100%;
}

.shopCategoriesMenu .shopCategoriesMenu li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.shopCategoriesMenu .menuLabel {
    height: 50px;
    display: block;
    line-height: 50px;
    padding: 0 40px;
}

.shopCategoriesMenu .menuLabel.main {
    font-weight: bold;
    cursor: pointer;
}

.headerCategoryMenu ul li {
    float: left;
    height: 50px;
    overflow: visible;
}

.headerCategoryMenu ul li a {
    height: 50px;
    display: block;
    line-height: 50px;
    font-weight: bold;
    padding: 0 20px;
    overflow: visible;
}

.headerCategoryMenu ul li a:hover {
    border-bottom: 3px solid #000;
}

.headerCategoryMenu ul li ul li {
    min-width: 100px;
}

.headerCategoryMenu ul li ul li a {
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    min-width: 200px;
    font-size: 110%;
}

.headerCategoryMenu ul li ul li a:hover {
    border: none;
    text-decoration: underline;
}

.headerCategoryMenu ul li ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    width: auto;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
}

.headerCategoryMenu ul li:hover ul {
    display: block;
}

.headerCategoryMenu ul li ul li {
    display: block;
    height: 40px;
    float: none;
}

/* RWD category menu
--------------------------------------------------*/
.mobileCategoryMenu {
    display: none;
    float: right;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    float: right;
}

.mobileCategoryMenu img {
    width: 50px;
    height: 50px;
}

/* shopOrderFormBox */
.orderForm {
    text-align: center;
}

.shopOrderFormBox .orderForm form {}

.shopOrderFormBox .orderForm .orderFormShipment {
    display: inline-block;
    width: 400px;
}

.shopOrderFormBox .orderForm .orderFormInvoice {
    width: 400px;
    vertical-align: top;
    display: none;
}

.shopOrderFormBox .orderForm .orderFormInvoice.visible {
    display: inline-block;
}

/* listing */
.listingListWrapper {}

.listingList {}

.listingList .element {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0 0 20px 0;
    min-height: 200px;
    padding: 10px;

}

.listingList .element .image {
    border: 1px solid #e3e3e3;
    padding: 4px;
}

.listingList .element .image img {
    width: 300px;
}

.listingList .element .description {
    padding: 0 0 0 20px;
}

.listingList a.name,
.listingList p.name {
    font-weight: bold;
    font-size: 140%;
    margin: 5px 0 0 0;
    line-height: 2em;
}

.listingList p.number {
    font-size: 120%;
    line-height: 1.6em;
}

.listingList p.producer {
    font-size: 120%;
    line-height: 2em;
}

.listingList p.priceNetto {
    font-weight: bold;
    line-height: 2em;
    font-size: 120%;
}

.listingList p.priceBrutto {
    font-size: 120%;
    line-height: 1.5em;
}

.listingList p.stock {
    font-size: 90%;
    line-height: 2em;
}

/* paginator
--------------------------------------------------*/
#paginationControl {
    width: 100%;
    padding: 30px 0 30px 0;
}

#paginationControl * {
    display: inline-block;
    vertical-align: top;
}

#paginationControl .btn {
    margin: 0 10px 0 0;
    border: 1px solid #c4c4c4;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #4a5560;
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
}

#paginationControl .prevBtn {
    width: 125px;
    max-width: 20%;
    background: url('/module/shop/img/prev.png') center center no-repeat #fff;
    font-size: 0;
}

#paginationControl .nextBtn {
    width: 125px;
    max-width: 20%;
    background: url('/module/shop/img/next.png') center center no-repeat #fff;
    font-size: 0;
}

#paginationControl .firstBtn {
    width: 80px;
    background: url('/module/shop/img/first.png') center center no-repeat #fff;
    font-size: 0;
}

#paginationControl .lastBtn {
    width: 80px;
    background: url('/module/shop/img/last.png') center center no-repeat #fff;
    font-size: 0;
}

#paginationControl .nbrBtn {
    background: #fff;
    float: left;
}

#paginationControl .nbrBtn.current {
    color: #e78888;
}

#paginationControl .blind {
    background: none;
    border: none;
}

/* product view common */
.basketAdd {
    margin: 40px 0 10px 0px;
}

.basketAdd input {
    margin: 0;
    width: 80px;
}

.ajaxBasketAdd {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 33px;
    line-height: 33px;
}

/* product view page
--------------------------------------------------*/
.productView {
    width: 100%;
    margin: 0 auto;
}

.categoryBreadCrumbTrail {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.categoryBreadCrumbTrail .breadCrumpSeparator {
    background: url('/page/defens/img/pointer.png') bottom center no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    display: inline-block;
    margin: 0 5px;
}

.productView .mainFeature {
    display: inline-block;
    vertical-align: top;
}

.productView .productCapacity {
    margin: 10px 0;
    font-weight: bold;
}

.productView .productCapacity a {
    font-weight: normal;
    display: inline-block;
    margin: 5px;
    color: #fbb900;
}

.productView .productAdvImg {
    float: right;
    width: 230px;
}

.productView .productPrice {
    margin: 30px 0 0 10px;
    font-size: 140%;
}

.productView .productDsc {
    margin: 30px 0 30px 0;
    padding: 30px 0 30px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.productView .image {
    border: 1px solid #e3e3e3;
    padding: 4px;
    position: relative;
}

.productView p {
    line-height: 140%;
}

.productView p.name {
    font-weight: bold;
    font-size: 120%;
    margin: 5px 0 0 0;
    line-height: 2em;
}

.productView p.number {
    font-size: 120%;
    line-height: 1.6em;
}

.productView p.producer {
    font-size: 120%;
    line-height: 2em;
}

.productView p.priceNetto {
    font-weight: bold;
    line-height: 2em;
    font-size: 120%;
}

.productView p.priceBrutto {
    font-size: 120%;
    line-height: 1.5em;
}

.productView p.stock {
    font-size: 90%;
    line-height: 2em;
}

.productView p strong {
    /*display: inline-block;
    margin: 20px 0 10px 0;
    font-weight: normal;
    font-size: 130%;
    border-bottom: 6px solid #e3e3e3;
    padding: 0 0 5px 0;
    width: 100%;*/
}

.productView p em {
    margin: 20px 0 5px 0;
    display: inline-block;
}

.productView ul li {
    line-height: 140%;
    list-style-type: none;

}

.productView ul li:before {
    content: "• ";
    color: #fbb900;
}

.productView table tr td {
    padding: 0 10px;
    line-height: 140%;
}

.productView table tr td img {
    max-width: 150px;
}

/* popup
--------------------------------------------------*/
#popupContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#popupContainer ul {
    margin: 0;
    padding: 0;
    height: 42px;
    line-height: 40px;
    background: #fff;
    width: 100%;
    max-width: none;
}

#popupContainer ul li {
    position: relative;
    font-size: 100%;
    color: #2b2929;
    text-indent: 10px;
}

#popupContainer ul li div.textWrapper {
    padding: 0;
    background-position: left center;
    background-repeat: no-repeat;
}

#popupContainer ul li.info {
    display: block;
    border: 2px solid #44a729;
}

#popupContainer ul li.info div.textWrapper {
    background-image: url(/layout-default/images/popup/info.png);
}

#popupContainer ul li.success {
    display: block;
    border: 2px solid #44a729;
}

#popupContainer ul li.success div.textWrapper {
    background-image: url(/layout-default/images/popup/success.png);
}

#popupContainer ul li.warning {
    display: block;
    border: 2px solid #fbb900;
}

#popupContainer ul li.warning div.textWrapper {
    background-image: url(/layout-default/images/popup/warning.png);
}

#popupContainer ul li.error {
    display: block;
    border: 2px solid #e63d44;
}

#popupContainer ul li.error div.textWrapper {
    background-image: url(/layout-default/images/popup/error.png);
}

#popupContainer ul li a.hideBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    line-height: 40px;
    color: #4873b1;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
    font-size: 150%;
    background: #fff;
    padding: 0 10px;
}

#popupContainer ul li a.hideBtn:hover {
    color: #2b2929;
}

#sibeliusContactMap {
    position: relative;
    padding-bottom: 15%;
    height: 0;
    overflow: hidden;
    margin: 25px 0 0 0;
}

#sibeliusContactMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.sibeliusNewsletterBox {
    margin: 20px 0;
}

.sibeliusNewsletterBox form div {
    float: left;
}

.sibeliusNewsletterBox form div.row_email {}

.sibeliusNewsletterBox form div.row_submit {}

.sibeliusNewsletterBox form div.row_submit input {}

.shopOrderDetails p {
    font-size: 90%;
    line-height: 1.5em;
}

.shopOrderDetails span.itemWrapper {
    display: block;
    margin: 10px 0;
    line-height: 1.2em;
}

.shopOrderDetails span.item {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}

.shopOrderDetails span.item .basketName {
    font-weight: bold;
}

.shopOrderDetails .basketSummary {
    display: block;
    text-align: right;

}

.shopOrderDetails .basketSummaryTotal {
    display: block;
    text-align: right;
}

.shopOrderDetails .basketSummaryTotalShipment {
    display: block;
    text-align: right;
}

.homePage .mainContent .box.MainPageContentMore {
    margin-top: 40px;
}

.availabilityAsk {
    margin: 10px 0 10px 0;
}

.fullBasketClause {
    margin: 10px 0;
}

.shopBasketViewBox .orderDiscountSummary {
    text-align: right;
    font-size: 80%;
    line-height: 1.5em;
}

.shopBasketViewBox .basketSummaryContainer {
    display: block;
}

.paginatorPerPage {
    margin-bottom: 40px;
    font-size: 110%;
}

.generalInfo {
    margin: -20px 0 20px 0;
    padding: 20px 20px 10px 20px;
    border-radius: 10px 10px 0 0;
    background: #f1f3f4;
    box-shadow: 0 9px 18px 0 rgba(0, 0, 0, .2);
}

.oldPage {
    margin: 20px 0 0 0;
}

.oldPage img {
    float: left;
    width: 500px
}

.oldPage p {
    float: left;
    width: 50%;
    padding: 2.5em;
    text-align: left;
}

@media screen and (max-width: 500px) {
    .logo {
        width: 120px;
        padding: 20px 0 0 0;
        margin: 0;
    }

    .mobileCategoryMenu {
        margin-right: 10px;
    }

    .userAccountBox a {
        margin: 0 10px 0 0;
    }

    .userAccountBox br {
        display: none;
    }

    .searchForm {
        padding: 0 10px 0 10px;
        margin: 5px 0 10px 0;
    }

    .headerAccount {
        position: absolute;
        top: 5px;
        left: 0;
        color: #fff;
    }

    .headerAccount a {
        color: #f1f1f1;
    }

    .headerCategoryMenu {
        height: 0;
    }

    .pageContent .userUserLogin {
        margin-top: 10px;
    }

    .oldPage p {
        width: 100%;
    }
}

.paymentInfo {
    padding: 40px 0;
}

/* autocopleate */
ul.ui-autocomplete li:hover {
    background: none;
}

ul.ui-autocomplete li a:hover {
    background: none;
}

ul.ui-autocomplete li img {
    max-height: 100%;
    vertical-align: middle;
}

ul.ui-autocomplete li span {
    vertical-align: middle;
    padding: 0 20px;
    font-size: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

ul.ui-autocomplete li span.image {
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 10px 0;
}

.box.Shipment {
    margin-top: 30px;
}

.row.easypack-map-row {}

#easypack-map {
    left: -9999px;
    position: absolute;
    width: 660px;
    height: 510px;
}

#easypack-map * {
    max-width: none;
}

.easypack-map-selected {
    text-align: left
}

.easypack-map-selected p {
    font-size: 120%;
    margin: 10px 0;
}

.inpostChange {
    font-weight: bold;
}

#easypack-map .type-filter {
    display: none !important;
}

#pickup-map {
    left: -9999px;
    position: absolute;
    width: 660px;
    height: 510px;
}

#pickup-map * {
    max-width: none;
}

header.widget-header .header-box.center img.logo {
    height: 0 !important;
}

.externalRagister a {
    background: #647429;
    font-size: 130%;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    display: inline-block;
    color: #fff;
}

/* Tiles */
.tilesListWrapper {
    height: 100%;
    width: 100%;
    margin: 0 0 20px 0;
}

.tilesList {
    height: 100%;
    width: 100%;
    text-align: center;
}

.tile {
    float: left;
    position: relative;
    width: calc(25% - 25px);
    margin: 0 0 40px 20px;
    overflow: visible;
    cursor: pointer;
}

/*
.tile.category{
    width: calc(22% - 40px);
    width: -moz-calc(22% - 40px);
    width: -webkit-calc(22% - 40px);
    padding-top: calc(22% - 40px);
    padding-top: -moz-calc(22% - 40px);
    padding-top: -webkit-calc(22% - 40px);
}
*/

.tile .freeShipmentLabel,
.nfcSecuredLabel {
    position: absolute;
    top: -15px;
    position: absolute;
    font-size: 12px;
    padding: 4px 14px;
    background: #ccc;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-radius: 0 999px 999px 0;
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.18),
        0 2px 4px rgba(0, 0, 0, 0.12);

    z-index: 10;
}

.tile.empty {
    border: none;
}


.tile .name {
    width: 100%;
    font-size: 120%;
    line-height: 1.2em;
}

.tile .name a {}

.tile .price {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 90%;
    font-weight: bold;
}

.tile .btn {
    display: block;
    margin: 10px 0 0 0;
}

.tile .addToBasket {
    background: url(/common/icons/cart4.svg) center center no-repeat;
    padding: 1px;
    background-size: 20px 20px;
    width: 30px;
    height: 26px;
    display: inline-block;
    margin: 5px 10px -8px 0;
}

/* paginator
--------------------------------------------------*/
#paginationControl {
    width: 100%;
    padding: 40px 0 40px 0;
    text-align: left;
}

#paginationControl * {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#paginationControl .btn {
    margin: 0 10px 0 0;
    border: 1px solid #c4c4c4;
    height: 46px;
    line-height: 46px;
    padding: 0;
    color: #4a5560;
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;

}

#paginationControl .prevBtn {
    width: 300px;
    max-width: 20%;
    background: url('/module/shop/img/prev.png') center left no-repeat #fff;
    background-position: 20px center;
    background: none;
}

#paginationControl .nextBtn {
    width: 300px;
    max-width: 20%;
    background: url('/module/shop/img/next.png') center right no-repeat #fff;
    background-position: 194px center;
    background: none;
}

#paginationControl .firstBtn {
    width: 80px;
    background: url('/module/shop/img/first.png') center center no-repeat #fff;
    display: none;
}

#paginationControl .lastBtn {
    width: 80px;
    background: url('/module/shop/img/last.png') center center no-repeat #fff;
    display: none;
}

#paginationControl .nbrBtn {
    width: 46px;
    background: #fff;
    float: left;
}

#paginationControl .nbrBtn.current {
    background: #4a5560;
    color: #f1f1f1;
}

#paginationControl .blind {
    background: none;
    border: none;
    cursor: auto;
}

@media screen and (max-width: 768px) {

    #paginationControl {
        padding: 10px 0 20px 0;
    }

    #paginationControl .prevBtn {
        width: auto;
        line-height: 0;
        font-size: 0;
        color: transparent;
        background: url('/module/shop/img/prev.png') center center no-repeat #fff;
        width: 60px;
    }

    #paginationControl .prevBtn.blind,
    #paginationControl .nextBtn.blind {
        background: none;
    }

    #paginationControl .nextBtn {
        width: auto;
        line-height: 0;
        font-size: 0;
        color: transparent;
        background: url('/module/shop/img/next.png') center center no-repeat #fff;
        width: 60px;
    }

    #paginationControl .nbrBtn {
        width: auto;
        padding: 0 10px;
    }
}

/* home view page
--------------------------------------------------*/
.bannerSection {
    width: 100%;
    height: 300px;
    margin: 0 0 30px 0;
}

.bannerSection .hhalf {
    float: left;
    width: calc(40% - 20px);
    margin: 0 0 0 10px;
    height: 100%;
    overflow: hidden;
}

.bannerSection .hhalf:first-of-type {
    width: calc(60% - 20px);
    margin: 0 10px 0 0;
}

.bannerSection .vhalf {
    width: 100%;
    height: calc(50% - 10px);
    margin: 20px 0 0 0;
    overflow: hidden;
}

.bannerSection .vhalf:first-of-type {
    margin: 0 0 10px 0;
}

.bannerSection a {
    position: relative;
    display: block;
}

.bannerSection a span {
    position: absolute;
    z-index: 10;
    top: 2%;
    left: 2%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #010101;
    padding: 10px 20px;
    font-weight: bold;
}

.bannerSection a:hover span {
    background-color: rgba(255, 255, 255, 0.4);
}

.producersListWrapper a {
    display: inline-block;
    width: 200px;
}

.producersListWrapper {
    margin: 0 0 40px 0;
}

/* cms */
.mainContent .box h2 {
    font-size: 300%;
    margin: 0 0 40px 0;
    line-height: 1.3em;
    font-weight: bold;
}

.mainContent .box p {
    margin: 0 0 40px 0;
}

/* product view page
--------------------------------------------------*/
.productView {
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #f1f3f4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.productView .categoryBreadCrumbTrail a {
    font-size: 17px;
}

.productView .mainFeature {
    display: inline-block;
    vertical-align: top;
}

.productView .productCapacity {
    margin: 10px 0;
    font-weight: bold;
}

.productView .productCapacity a {
    font-weight: normal;
    display: inline-block;
    margin: 5px;
    color: #fbb900;
}

.productView .productAdvImg {
    float: right;
    width: 230px;
}

.productView .productPrice {
    margin: 30px 0 0 10px;
    font-size: 140%;
}

.productView .productIndications {
    margin: 30px 0 0 0;
    font-size: 18px;
    line-height: 140%;
}

.productView .name .ajaxBasketAdd {
    margin: 10px 0 0 10px;
}

.productView .productDsc {
    width: 960px;
}

.productView .productDsc h2 {
    font-family: "Trebuchet MS";
    margin: 10px 0 10px 0;
    font-size: 200%;
    font-weight: normal;
    ;
}

.productView .productDsc img {
    max-width: 200px;
}

.productView .productDsc p {
    font-size: 18px;
}

.productView .productDosage {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
}

.productView .productContrandications {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.productView .productIngrediens {
    margin-bottom: 20px;
    font-size: 17px;
}

.productView .freeShipmentLabel {
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #344d8c;
    padding: 5px;
    margin: 0;
    background: #f1f1f1;
    font-weight: bold;
}

.productView .label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.productIngrediens .label {
    text-indent: 20px;
}

.productView p {
    line-height: 140%;
}

.productView p em {
    margin: 20px 0 5px 0;
    display: inline-block;
}

.productView ul li {
    line-height: 1.4em;
    list-style-type: none;
    font-size: 18px;

}

.productView ul li:before {
    content: "• ";
    color: #647429;
}

.productView table tr td {
    padding: 0 10px;
    line-height: 140%;
}

.productView table tr td img {
    max-width: 150px;
}

.productView .productIngrediensAmount {
    line-height: 1.4em;
    font-size: 17px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 20px 0 0 0;
}

.productView .productIngrediensAmount::first-line {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

form.newsletter input[type="submit"] {
    background: url('/module/sibelius/img/newsletter.png') center center no-repeat #fff;
    background-size: contain;
    width: 50px;
}

.promoCodeForm {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin: 10px 0;
}

.promoCodeForm input[type="button"] {
    padding: 5px;
}

.promoCodeForm input[type="text"] {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.promoCodePopupContent {
    background: #fff;
    width: 600px;
}

.promoCodePopupContent .imgContainer {
    float: left;
    width: 230px;
}

.promoCodePopupContent .imgContainer img {
    width: 2230px;
    height: 496px;
}

.promoCodePopupContent .textContainer {
    float: left;
    text-align: center;
    padding: 100px 0 0 30px;
    width: 313px;
}

.promoCodePopupContent .textContainer p {
    line-height: 1.4em;
}

.ui-widget-content .promoCodePopupContent .textContainer a.btn {
    color: #fff;
}

.blogLinkMenu {
    margin: 20px 0 20px 0;
}

.blogLinkMenu a {
    display: block;
    padding: 20px;
    background: #fff;
    float: left;
    width: 25%;
    line-height: 1.3em;
    margin: 0 20px 20px 0;
    min-height: 100px;
}

@media screen and (max-width: 768px) {
    .logo {
        padding: 20px 30px 0 5px;
    }

    .pageContent {
        padding: 10px 10px 0 10px;
        min-height: 0;
    }

    .searchForm {
        float: left;
        padding: 0 0 0 10px;
        margin: 15px 0;
    }

    .headerAccount {
        float: left;
    }

    .userAccountBox {
        display: none;
    }

    .shopBasketBox {
        float: right;
        padding-top: 6px;
        border: none;
    }

    .mainMenu {
        margin-bottom: 0px;
    }

    .mainMenu .left {
        display: none;
    }

    .mainHeader .searchForm {
        max-width: 100%;
    }

    .shopBasketBox {
        padding-top: 12px;
    }

    .mobileCategoryMenu {
        display: block;
        margin: 10px 15px 0 0;
    }

    .headerCategoryMenu {
        height: auto;
        margin-top: 0;
    }

    .headerBasket {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        widtH: 100px;
    }

    .shopCategoriesMenu {
        display: none;
    }

    .headerCategoryMenu ul li a:hover {
        border-bottom: none;
    }

    .headerCategoryMenu ul,
    .headerCategoryMenu ul li,
    .headerCategoryMenu ul li a {
        width: 100%;
    }

    .headerCategoryMenu ul li ul {
        position: relative;
        display: block;
        top: auto;
    }

    .bannerSection {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }

    .bannerSection .hhalf {
        width: 100%;
        margin: 0;
    }

    .bannerSection .hhalf:first-of-type {
        width: 100%;
        margin: 0;
    }

    .bannerSection .vhalf {
        width: 100%;
        height: auto;
    }

    .tile {
        width: 100%;
        padding: 0 10%;
        margin: 0 0 40px 0;
    }

    .blogLinkMenu a {
        width: 100%;
        padding: 10px;
        min-height: auto;
    }
}