/* general settings */
html, body {
    width: 100%;
    background-color: #ffffff;
    background-image: none;
}
img {
    width: 100%;
    height: auto;
}

/* layout properties */
div.layout {
    position: relative;
    width: 100%;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
}
div.wrapper {
    flex-wrap: wrap;
    margin-top: 0px;
}
div.left-column, div.basket-page {
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0px;
}
div.normal-page {
    display: none;
}
div.content, div.content-page {
    float: none;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
div.banner-left, div.banner-right {
    display: none;
    margin-right: 0px;
}

/*header */
div.response {
    position: fixed;
    display: block;
    width: 100%;
    height: 70px;
    top: 0px;
    z-index: 10;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}
div.header {
    display: none;
}
div.header-wrapper {
    padding: 10px 10px 10px 10px;
}
div.menu, div.data-scroll {
    position: fixed;
    display: none;
    width: 100%;
    max-height: calc(100% - 38px);
    overflow: auto;
    top: 0px;
    z-index: 10;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    margin-top: 71px;
    margin-left: 0px;
}
div.menu {
    border-style: none;
    border-right: 1px solid #cccccc;
}
div.basket-empty, a.basket-full {
    display: block;
    float: right;
    width: 26px;
    height: 19px;
    background-image: url('/images/layout/icon-cart.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 9px;
}
div.data-inner {
    padding: 15px 10px 15px 10px;
}
div.links-box {
    float: left;
    width: 150px;
    margin-top: -4px;
}
div.level {
    display: none;
    margin-left: 15px;
}
span.bubble:after {
    display: inline-block;
    position: relative;
    content: attr(data-after-content);
    width: 17px;
    font-size: 9px;
    line-height: 17px;
    top: -9px;
    left: 13px;
    text-align: center;
    color: #ffffff;
    background: #f7a508;
    border-radius: 100px;
}
a.menu-item {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #cecece;
    padding-left: 15px;
}
a.menu-item:hover {
    text-decoration: underline;
}
a.mobile-open {
    display: block;
    float: left;
    width: 24px;
    height: 19px;
    background-image: url('/images/layout/icon-menu.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-right: 10px;
}
a.mobile-close {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    background-image: url('/images/layout/icon-close.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 9px;
    margin-left: 0px;
    margin-right: 15px;
}
a.logo {
    display: block;
    float: left;
    width: 160px;
    height: 13px;
    margin-top: 15px;
    margin-right: 15px;
}
a.customer {
    display: block;
    float: right;
    width: 18px;
    height: 19px;
    background-image: url('/images/layout/icon-user.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 9px;
    margin-right: 10px;
}
a.search {
    display: block;
    float: right;
    width: 20px;
    height: 19px;
    background-image: url('/images/layout/icon-search-small.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 9px;
    margin-right: 10px;
}
a.purchase {
    display: block;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #6b6b6b;
}

/* footer */
div.footer {
    width: 100%;
    border-radius: 0px;
    border-style: none;
    border-top: 1px solid #cccccc;
    margin-left: 0px;
    margin-bottom: 0px;
}
div.footer-inner {
    padding: 15px 10px 15px 10px;
}
div.base-contact {
    width: 100%;
}
div.section, div.parts {
    display: block;
    width: 100%;
    border-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
div.section-wrapper {
    height: auto;
}
div.address {
    margin-left: 0px;
}
div.category-title {
    margin-bottom: 10px;
}
div.property-short, div.property-name {
    width: 45px;
}
div.copyright {
    display: none;
}
div.itemfix {
    display: block;
    height: 0px;
    line-height: 0px;
    clear: both;
}
div.rowfix {
    display: block;
    height: 15px;
    line-height: 15px;
    clear: both;
}
a.small-logo {
    width: 240px;
}

/* products */
div.products-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
div.box-wrapper {
    height: auto;
    background-image: none;
}
div.products-header, div.products-footer {
    display: none;
}
div.products-inner {
    background-image: none;
    border-style: none;
    margin-top: 15px;
}
div.products-wrapper {
    padding: 0px 10px 0px 10px;
}
div.products-content {
    padding: 15px 10px 15px 10px;
}
div.products-box, div.products-last {
    display: block;
    width: calc(100% - 2px);
    max-width: 230px;
    border-radius: 3px;
    border: 1px solid #cecece;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
div.competitions {
    width: auto;
}
div.category-wrapper {
    float: none;
}
div.newsletter {
    display: none;
}
p.perex-short {
    font-size: 13px;
    height: auto;
}
h2.section-home {
    text-align: center;
}
h3.title-list {
    font-size: 13px;
    height: auto;
    margin-top: 0px;
}
a.products-thumb {
    display: block;
    width: 60%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

/* detail */
h1.category-name {
    font-size: 20px;
}
div.gallery-box {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
div.basket {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
div.contact-info, div.filter-title {
    display: none;
}
a.detail-preview {
    width: auto;
}

/* orders */
div.basket-mobile, div.orders-mobile, div.products-mobile, div.voucher-mobile {
    display: block;
}
div.basket-normal, div.orders-normal, div.products-normal, div.voucher-normal {
    display: none;
}
div.cart-row {
    padding-bottom: 15px;
}
div.services, div.services-last {
    width: 100%;
    margin-right: 0px;
}
div.parcel-box, div.mail-box {
    width: calc(100% - 32px);
}
div.summary-title {
    width: 60px;
    text-align: left;
}
div.transport-info {
    position: relative;
    margin-top: 15px;
    margin-left: 0px;
    padding: 0px;
}
div.summary-complete, div.summary-all {
    width: auto;
    font-size: 16px;
    margin-top: 10px;
}
div.order-navigate {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
div.image-label {
    float: left;
    width: 20%;
    text-transform: uppercase;
    color: #eaa725;
    font-weight: bold;
    margin-right: 5%;
    margin-bottom: 5px;
}
div.order-prefix {
    float: left;
    width: 35%;
    text-transform: uppercase;
    color: #eaa725;
    font-weight: bold;
    margin-right: 5%;
    margin-bottom: 5px;
}
div.order-name {
    float: left;
    width: 75%;
    text-transform: uppercase;
    color: #eaa725;
    font-weight: bold;
    margin-bottom: 5px;
}
div.order-info {
    float: left;
    width: 60%;
    text-transform: uppercase;
    color: #eaa725;
    font-weight: bold;
    margin-bottom: 5px;
}
div.product-preview {
    float: left;
    width: 20%;
    margin-right: 5%;
}
div.order-view {
    float: left;
    width: 35%;
    margin-right: 5%;
}
div.data-box {
    float: left;
    width: 75%;
}
div.order-data {
    float: left;
    width: 60%;
}
div.order-value {
    float: left;
}
div.voucher {
    width: 100%;
}
div.voucher-box {
    width: 180px;
}
div.item-price, div.date {
    margin-bottom: 5px;
}
div.order-price {
    font-weight: bold;
    margin-bottom: 5px;
}
div.button-accept, div.button-process, div.button-deliver, div.button-send, div.button-refuse, div.button-cancel {
    width: 100px;
    font-size: 13px;
}
div.button-order {
    margin-top: 15px;
}
div.transport-info p {
    font-size: 15px;
    color: #c82125;
    margin-top: 10px;
}
div.agree {
    width: 100%;
    margin-bottom: 5px;
}
a.shop-return {
    display: none;
}
a.operate-delete {
    float: left;
    margin-top: 9px;
    margin-left: 20px;
    padding-left: 20px;
}

/* contacts */
div.page {
    margin-right: 0px;
    margin-bottom: 15px;
}
div.contact-box, div.contact-last, div.white-box {
    width: 100%;
    margin-right: 0px;
}
div.contact-last {
    margin-top: 15px;
    margin-left: 0px;
}
div.contact-header, div.contact-footer {
    display: none;
}
div.contact-inner {
    background-color: #e8e7e7;
    background-image: none;
    border-radius: 3px;
}
div.contact-content {
    padding: 10px;
}

/* slider */
div.slider-desktop {
    display: none;
}
div.slider-mobile {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-top: 15px;
}
div.slider-header, div.slider-footer {
    display: none;
}
div.slider-inner {
    background-image: none;
    padding: 0px 10px 15px 10px;
}
div.price-box{
    display: flex;
    float: none;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}
div.price-percentage {
    font-size: 18px;
}
div.price-final{
    font-size: 22px;
    margin-right: 20px;
}
div.spacer {
    margin-top: 15px;
}
h2.slider-title {
    display: block;
}
a.thumb {
    float: none;
    width: 55%;
    max-width: 165px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* actions */
div.category-box {
    display: none;
}
div.action-box, div.news-box {
    display: none;
    margin-bottom: 0px;
    padding: 10px;
}
div.action-row {
    width: 100%;
    margin-bottom: 20px;
}
div.action-header, a.action-header {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #cd7d0a;
    background-image: none;
    background-color: #ffffff;
    padding-left: 0px;
    padding-bottom: 2px;
}
div.action-inner {
    font-size: 13px;
    padding: 10px 0px 0px 0px;
}
div.action-footer {
    display: none;
}
div.small-data {
    width: 70%;
}
div.price {
    font-weight: bold;
}
h1.top-product {
    font-size: 20px;
}
a.preview {
    width: 25%;
    margin-right: 4%;
}

/* transport */
div.transport-desktop {
    display: none;
}
div.transport-mobile {
    display: block;
}
div.transport {
    width: auto;
    background-image: none;
    border-radius: 3px;
    border: 1px solid #cecece;
    margin: 0px 10px 20px 10px;
}
div.transport-wrapper {
    padding: 15px 10px 10px 70px;
}
div.banners-box {
    display: none;
}
div.icon {
    position: relative;
    float: left;
    width: 64px;
    z-index: 5;
    margin-right: 15px;
}
div.small-info {
    font-size: 14px;
}

/* filter */
div.filter-normal {
    display: none;
}
div.filter-mobile {
    display: block;
}
div.sort {
    width: calc(100% - 2px);
    background-color: #f8f7f7;
    background-image: none;
    border-radius: 3px;
    border: 1px solid #cecece;
    margin-bottom: 15px;
}
div.sort-wrapper {
    display:flex;
    justify-content: center;
    text-align: center;
}

/* paginate */
div.paginate {
    width: calc(100% - 2px);
    background-color: #f8f7f7;
    border-radius: 3px;
    background-image: none;
    border: 1px solid #cecece;
    margin-bottom: 15px;
}
div.display-box {
    display:flex;
    width: auto;
    justify-content:center;
    text-align: center;
}
a.navigate-first, a.navigate-prev {
    margin-right: 10px;
}
a.navigate-next {
    margin-left: 10px;
    margin-right: 10px;
}

/* forms */
div.form-part {
    float: none;
    width: 100%;
}
div.register_box {
    display: none;
}
div.register_mobile {
    display: block;
}
div.register-form {
    margin-bottom: 15px;
}
div.form-last {
    width: 100%;
    margin-top: 15px;
}
input.box-order, input.box-middle, input.box-contact {
    width: calc(100% - 22px);
}
input.box-small {
    width: calc(50% - 22px);
}
input.voucher-button, a.voucher-button {
    width: 100px;
    font-size: 13px;
}
select.list-large {
	width: 100%;
}
select.list-service {
    width: 100%;
}
textarea.message {
    width: calc(100% - 20px);
    height: 150px;
}
textarea.notice {
    width: calc(100% - 20px);
}
label.title-category {
    float: none;
}

/* elements */
div#heurekaTableft {
    display: none !important;
}
iframe {
    display: none !important;
}