@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

input, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 0;
    outline: 0;
}

a {
    text-decoration: none;
    color: #1884e2;
    transition: .3s;
}

li {
    list-style: none;
}

/*html {
    height: 100%;
}*/

img {
    max-width: 100%;
}

body {
    min-height: 100%;
    position: relative;
    color: black;
    width: 100%;
    font-family: "Exo 2", sans-serif;
    text-align: center;
    font-size: 14px;
    overflow-x: hidden;
    background-color: white;
    padding-bottom: 120px;
}

.contentIndex,
.content {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 0 10px;
    position: relative;
    z-index: 999;
}

.contentIndex {
    max-width: 1400px;
}

.material-symbols-outlined {
    vertical-align: middle;
}

section#userPanel ul > li > a .material-symbols-outlined {
    margin-right: 10px;
}

section#alert {
    padding: 40px 0 10px;
}

section#userPanel {
    border-radius: 15px;
    background-color: #1884e2;
    margin: 30px 0 10px;
}

section#userPanel ul > li {
    display: inline-block;
}

section#userPanel ul > li > a {
    color: white;
    display: block;
    padding: 20px;
}

section#body {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(233, 242, 252, 1) 99%);
}

section#menu {
    white-space: nowrap;
    display: block;
    border-bottom: 2px solid #b8d6f5;
    font-size: 0;
}

section#menu ul.ff,
section#menu ul.ff > li {
    display: inline-block;
}

section#menu ul.ff > li:not(:last-of-type) {
    margin-right: 10px;
}

section#menu ul.ff > li > a {
    display: block;
    padding: 20px;
    color: #6e9dbb;
    font-size: 16px;
}

section#menu ul.ff > li > a span.material-symbols-outlined {
    display: block;
    margin-bottom: 10px;
}

section#menu ul.ff > li > a {
    border-bottom: 2px solid transparent;
}

section#menu a {
    font-size: 14px;
}

section#menu ul.ff > li > a:hover,
section#menu ul.ff > li.selected > a {
    color: #1884e2;
    border-bottom: 2px solid #1884e2;
}

section#logo {
    position: relative;
}

section#logoButtons1 {
    position: absolute;
    left: calc(50% - 280px);
    top: calc(50% + 20px);
    transform: translate(-50%, -50%);
}

section#logoButtons2 li,
section#logoButtons1 li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

section#header {
    padding: 60px 0 30px;
}

section#logoButtons2 {
    position: absolute;
    left: calc(50% - 320px);
    bottom: 25px;
    transform: translate(-50%, 0);
}

.title {
    display: block;
    border-radius: 15px;
    background-color: #1884e2;
    color: white;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 30px;
}

section#chooser {
    border-radius: 15px;
    background-color: #1884e2;
    padding: 20px 0;
    margin-bottom: 40px;
}

section#chooser select {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    outline: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: white;
    padding: 20px 35px;
}

section#chooser select option {
    color: black;
}

section#chooser {
    display: flex;
    gap: 40px;
    width: 100%;
}

section#chooser > div {
    flex-grow: 1;
}

section#chooser > div:first-of-type {
    text-align: right;
}

section#chooser > div:last-of-type {
    text-align: left;
}

.block {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: .3s;
    outline: none;
    cursor: pointer;
    background-color: #1884e2;
    color: white;
    border-radius: 15px;
    padding: 12px 20px;
    font-weight: bold;
    border: 2px solid transparent;
}

.block:hover {
    background-color: #b8d6f5;
    color: black;
}

ul#products > li {
    display: inline-block;
    width: 230px;
    position: relative;
    padding: 20px;
    margin: 0 15px 30px;
}

section#comments ul#commentsList > li {
    border-radius: 15px;
    border: 2px solid #b8d6f5;
    padding: 20px !important;
    background-color: #e9f2fc !important;
}

.border:not(.reviews):before,
ul#products > li:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(180deg, #1884e2, #b8d6f5);
    -webkit-mask: linear-gradient(#1884e2 0 0) content-box,
    linear-gradient(#b8d6f5 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

ul#products > li div.productName {
    position: relative;
    margin: 20px 0;
    line-height: 1.5em;
    height: 63px;
}

ul#products > li div.productName > div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

ul#products > li div.productBuy .block {
    display: block;
    text-align: left;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}


ul#products > li div.productSize {
    margin-top: 10px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 60px;
}

li.more {
    position: relative;
}


li.more span {
    display: none;
}

li.more > ul {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    padding: 0 10px;
    transform: translate(0, 100%);
    min-width: 200px;
    max-width: 400px;
    white-space: normal !important;
}

li.more > ul > li,
li.more > ul > li > a {
    display: block;
    text-align: right;
    opacity: 1;
}

li.more > ul > li > a {
    padding: 10px 0;
    color: white;
}

li.more > ul > li > a img {
    display: none;
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 25px;
    height: 25px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/rating.png);
    margin-right: 2px;
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

section#reviews {
    text-align: center;
}

section#reviews a.btn {
    margin: 0 0 20px;
}

section#reviews li:last-of-type .review-main {
    margin-bottom: 0;
}

section#reviews .review-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

section#reviews .review-name {
    font-size: 150%;
}

section#reviews .review-main {
    word-break: break-word;
    /*margin-bottom: 30px;
    padding: 20px 0;*/
    position: relative;
    text-align: left;
}

section#reviews .review-date {
    color: #9b5a0a;
    margin-top: 5px;
}

/*section#reviews .review-main:after {
    position: absolute;
    content: " ";
    width: 100%;
    left: 0;
    top: -10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}*/

section#reviews .review-header .left {
    text-align: left;
}

section#reviews .review-header .right {
    text-align: right;
}

section#reviews .review-header .left,
section#reviews .review-header .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

section#cabinet div.pager,
section#reviews div.paginator {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

ul.yiiPager a {
    border: 0 !important;
    font-size: 20px !important;
    padding: 0 !important;
    color: #1884e2 !important;
    text-decoration: none !important;
}

ul.yiiPager li {
    position: relative;
    width: 15px !important;
    height: 40px !important;
    line-height: 44px !important;
    display: inline-block !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    margin-top: 2px;
}

ul.yiiPager > li.selected > a {
    color: #1884e2 !important;
    background: transparent !important;
}

ul.yiiPager li.next,
ul.yiiPager li.previous {
    position: relative !important;
    vertical-align: bottom !important;
    margin-bottom: 2px;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a,
ul.yiiPager a {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a {
    font-size: 14px !important;
    color: #1884e2 !important;
}

ul.yiiPager li.first,
ul.yiiPager li.last {
    display: none !important;
}

ul.yiiPager li.next {
    position: relative !important;
    vertical-align: bottom !important;
}

section#addreview,
section#check,
section#login,
section#cap,
section#registration {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.border {
    position: relative;
    padding: 20px;
}

section#reviews .block {
    margin-bottom: 30px;
}

section#reviews li.review {
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    margin-bottom: 40px;
}

section#reviews ul > li.review:last-of-type {
    margin: 0;
}

section#reviews ul > li .review-reply {
    background: rgba(255, 255, 255, .05);
    padding: 10px;
    margin-top: 10px;
}

section#addreview {
    text-align: center;
}

section#addreview textarea {
    height: 200px;
}

section#addreview > div.wrap {
    /*max-width: 50%;*/
    margin-left: auto;
    margin-right: auto;
}

section#addreview form > ul li.rating > div.review-form-rating {
    text-align: center;
}

section#addreview form > ul,
section#addreview form > ul > li:first-of-type {
    margin-bottom: 20px;
    clear: both;

}

section#addreview form > ul > li:first-of-type {
    text-transform: uppercase;
}

li.captcha {
    position: relative;
}

li.captcha img {
    position: relative;
    margin: 0 0 20px;
    background: white;
}

section#universal {
    text-align: left;
}


.flash,
.errorSummary,
.errorSummary {
    text-align: left;
    background: rgba(255, 0, 0, .6);
    padding: 10px;
    margin: 0 0 20px;
}

.flash li,
.errorSummary li,
.errorSummary li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
}

.flash p,
.errorSummary p,
.errorSummary p {
    font-weight: bold;
    margin: 0 0 20px !important;
}

.flash ul,
.errorSummary ul,
.errorSummary ul {
    margin: 0 !important;
}

section#login form > ul li:first-of-type,
section#registration form > ul li:first-of-type,
section#check form > ul li:first-of-type {
    text-transform: uppercase;
    margin: 0 0 20px;
}

section#check form > ul li:first-of-type {
    text-align: center;
}

section#login form > ul,
section#registration form > ul,
section#check form > ul {
    margin: 0 0 20px;
}

span.light {
    display: block;
    font-size: 25px;
    margin: 10px 0;
    color: #1884e2;
    font-weight: bold;
}

div.separate {
    height: 20px;
}

section.border p a:not(.block) {
    color: #1884e2;
    text-decoration: underline;
}

section#cabinet {
    text-align: left;
    text-shadow: none;
}

section#cabinet div.form {
    width: 95%;
    padding: 0;
}

section#cabinet table.orders {
    text-align: left;
    width: 100%;
}

ul#replies > li.admin div.body,
section#cabinet table.orders tr.type1 > td:nth-child(5),
section#cabinet table.orders thead {
    background-color: #1884e2;
    color: white;
}

section#cabinet table.orders {
    border-collapse: collapse;
}

section#cabinet table.orders a {
    text-decoration: underline;
    color: black
}

section#cabinet table.orders td,
section#cabinet table.orders > thead th {
    border: 1px solid #1884e2;
    padding: 5px;
    vertical-align: top;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}


div.flash {
    text-align: left;
    background-color: rgba(0, 255, 0, .6) !important;
    padding: 10px !important;
    margin: 20px 0 !important;
    color: black !important;
}

div.flash b {
    font-weight: 900;
}

div.flash.flash-error {
    background: rgba(255, 0, 0, .6) !important;
    color: white !important;
}

ul.slideMenu {
    display: none;
    margin: 0 auto;
    padding: 20px;
}

ul.slideMenu a {
    font-size: 20px;
    margin: 5px;
    display: block;
    text-align: left;
    padding: 5px 0 5px 40px;
    color: #6e9dbb;
}

ul.slideMenu a:hover {
    color: #1884e2;
}

ul.slideMenu > li:last-of-type a {
    border-bottom: 0;
}

section#mobile a.block {
    display: block;
    padding: 30px 0;
    color: #1884e2;
    background-color: transparent;
    border: 2px solid #1884e2;
    font-size: 24px;
    font-weight: normal;
    transition: .3s;
}

section#mobile span.material-symbols-outlined {
    margin-right: 20px;
}

section#mobile {
    display: none;
    margin: 20px 0 40px;
}

div.pager,
div.paginator {
    border: 0;
    zoom: .8;
    margin-top: 30px;
}

section#mobile {
    position: relative;
}


.input {
    font-family: inherit;
    font-size: inherit;
    outline: 0;
    display: block;
    padding: 13px;
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
    color: black;
    border: 2px solid #b8d6f5;
}

section#mLogo {
    display: none;
    margin: 0 auto -18px;
}

@media (max-width: 1024px) {

    .content {
        padding: 0 20px;
    }

    section#addreview, section#check, section#login, section#cap, section#registration {
        width: 100%;
    }
}

@media (max-width: 770px) {

    section#logoButtons2 li:last-of-type,
    section#logoButtons1 li:last-of-type {
        margin:0;
    }
    section#logo {
        padding: 0 20px;
        text-align: center;
    }

    section#logo > a > img:last-of-type {
        display: block !important;
        margin: 0 auto 10px;
    }

    section#logoButtons2 li > a > img:last-of-type {
        display: block !important;
    }

    section#logoButtons2 li > a > img:first-of-type {
        display: none !important;
    }

    section#logoButtons1,
    section#logoButtons2 {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
    }

    section#logoButtons2 {
        margin-top: 10px;
    }

    section#logo > a > img:first-of-type {
        display: none;
    }

    section#chooser > div:last-of-type {
        margin-top: 20px;
    }

    section#chooser > div,
    section#chooser {
        display: block;
    }

    section#chooser {
        padding:20px;
    }

    section#chooser select {
        display: block;
        max-width: none;
    }

    footer {
        zoom: .8;
    }

    section#menu {
        display: none;
    }

    section#userPanel {
        text-align: left;
        padding: 10px;
    }

    section#userPanel > ul,
    section#userPanel > ul > li,
    section#mobile {
        display: block;

    }

    section#userPanel ul > li > a {
        padding: 10px;
    }

    ul#products > li {
        zoom:.8;
    }

    section#reviews .review-header {
        padding: 0;
        margin: 0;
    }

    section#check,
    section#login,
    section#cap,
    section#registration {
        width: 100%;
    }

    section#reviews .review-header .left,
    section#reviews .review-header .right {
        display: block;
        width: 100%;
        text-align: center;
    }

    ul.review-rating {
        margin: 20px 0;
    }

    section#reviews > form > ul {
        margin: 20px 0 0;
    }

    section#reviews .title {
        margin: 0 0 20px;
    }

    section#addreview li {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        margin: 0 0 10px;
    }

    section#addreview form > ul li.rating > div.review-form-rating {
        margin: 0;
    }

    section#addreview form ul {
        margin-bottom: 20px;
    }

    section#reviews a.block {
        margin: 0 0 20px;
    }

    section#menu > ul > li a {
        font-size: 14px;
    }

    section#index ul#products {
        text-align: center;
    }

    section#reviews .review-main {
        padding: 30px 0 0;
    }

    section#reviews .review-main:after {
        top: -10px;
    }
}

@media (max-width: 500px) {

    ul#products > li {
        zoom:.7;
    }

    .review-rating,
    .rating {
        zoom: .7;
    }
}

/* Tickets */
section.ticket {
    text-align: left;
}

section.ticket a, section.ticket a:hover, section.ticket a:focus {
    text-decoration: none;
}

ul#replies {
    padding: 0;
    margin: 0;
}

ul#replies > li {
    display: block;
    margin-bottom: 30px;
}

ul#replies > li:last-of-type {
    margin: 0;
}

ul#replies div.name {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: black
}

ul#replies div.date {
    display: inline-block;
    color: #777777;
    font-size: 14px;
}

ul#replies div.ticket_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacaca;
}

ul#replies div.body {
    padding: 10px;
    /*background: #e8e8e8;*/
}

/*ul#replies div.body.first {
    font-weight:bold;
}*/

ul#replies > li.admin div.body {
    color: white;
}

ul#replies div.ticketid {
    float: right;
    color: #777777;
    font-size: 12px;
}

ul#replies div.issues {
    margin-top: 10px;
}

ul#replies div.issues p.reason {
    margin: 0 0 15px;
    font-weight: bold;
}

ul#replies div.issues div.item {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px;
}

ul#replies div.issues div.item:after {
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

ul#replies div.issues div.item:hover:after {
    opacity: 0;
}

ul#replies div.issues div.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad,
ul#replies div.issueinfo {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 20px;
    padding: 5px;
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad {
    margin: 20px 0 0;
    color: white;
}

ul#replies div.ticketSuccess {
    background: rgba(27, 191, 27, 0.59);
}

ul#replies div.ticketBad {
    background: rgba(191, 27, 27, 0.59);
}

div.replyarea textarea.reply {
    height: 200px;
    width: 100%;
    padding: 5px;
    color: #9b5a0a;
}

div.replyarea {
    background: rgba(0, 0, 0, .5);
    margin: 30px 0 0 0;
    padding: 20px;
    color: white;
}

div.replyarea button {
    margin-top: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

div.replyarea div.close {
    text-align: center;
    padding: 0 20px 20px 20px;
}

div.replyarea div.closed {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.replyarea input[type=submit] {
    color: #107902;
    border: 0;
    border-bottom: 1px dashed #107902;
    background-color: transparent;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*section.ticket div.ticketSuccess {
    padding: 10px;
    margin-top: 20px;
    background: #41e641;
    color: #9b5a0a;
}*/

.blinking {
    animation: blinker 1s linear infinite;
    color: white;
    border-radius: 50%;
    padding: 0 5px;
    background: black;
    font-size: 13px;
    vertical-align: 0;
    margin-left: 5px;
}

.blinking.type2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 3px 6px;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

div#placePhoto, div#checkPhoto {
    display: none;
    text-align: left;
}

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin-top: 10px;
    display: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    float: left;
    width: 0;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e15f5c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

div#placePhoto img.loadedImg, div#checkPhoto img.loadedImg {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    background: white;
}

div#placePhoto .result, div#checkPhoto .result {
    display: none;
    margin-top: 10px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.ticketInfo {
    border: 1px dashed white;
    padding: 10px !important;
    text-align: center !important;
}

div#ordercontent {
    text-align: left !important;
    padding: 10px;
    border: 1px dashed white;
    font-weight: bold;
}

div#ordercontent b,
div#ordercontent span {
    font-weight: normal;
}

section#cabinet td.address a.issueCircle > img {
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
    height: 10px;
}

div#ordercontent.view {
    margin: 0 0 20px;
}