section.aimeos {
  margin-top:10px;
  text-align:left;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  section.aimeos {
    margin-top:50px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

section.checkout-confirm {
  margin-top:50px !important;
}

.aimeos a:link, .aimeos a:visited {
    color: #ec1b2f;
}

.catalog-detail-basket button.btn-action {
    background-color: #ec1b2f;
}
.catalog-list-items .addbasket input, .catalog-detail-basket .group input, .basket-standard-coupon .coupon-new .coupon-code {
    border: 1px solid #ec1b2f;
}
.catalog-detail-basic h1.name, .aimeos, .aimeos h1, .aimeos h2, .aimeos h3, .aimeos h4 {
  color:#222;
}
.aimeos .btn-action, .basket-standard-coupon .coupon-new button.minibutton {
  border: solid 1px #ec1b2f;
  background-color: #ec1b2f;
}
.aimeos .btn-action:hover {
  background-color: #222;
}
.catalog-social, .catalog-actions, .aimeos .product .stock-list, .catalog-detail-service, .common-summary-detail .code {
  display: none;
}
.catalog-detail-image .image-single .item {
  border-radius: 5px;
}
.catalog-detail-basic h1.name{
  font-size: 150%;
}
.aimeos .price-list {
  font-size: 125%; font-weight: bold;
}
.aimeos input[type="text"], .aimeos input[type="text"]:hover, .aimeos input[type="text"]:focus, .aimeos textarea, .aimeos textarea:hover, .aimeos textarea:focus {
  min-width: auto;
}
.common-summary-detail .details img {
  border-radius:4px;
}




.course_box {
  background-color:#ffffff;
  padding:10px 10px 10px 10px;
  margin-bottom:10px;
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.28);
}

.course_title {
    font-weight:bold;
    padding:5px 0 5px 0;
}

.course_price {
  border-top:1px solid #ccc;
  padding-top:10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.course_timing {
  font-size:125%;
}
.pricetext {
  font-weight:bold;
  font-size:1.4em;
}




.catalog-detail-basket .selection .select-item, .catalog-detail-basket-attribute .select-item {
  display: inline-block;
}

.catalog-detail-basket-attribute .selection.custom-attributes {
  background-color: #FBFBFB;
  padding: 12px;
  display: inline-block;
  font-weight: bold;
  border-radius:5px;
  border-width: 1px;
  border-style: solid;
  border-color:#EFEFEF;
}


.aimeos .container {
    background-color: #F8F8F8;
    border: none;
}

.checkout-standard-address-delivery { display: none; }

.checkout-standard .steps {
  padding: 0 0 1em 0; */
}

.checkout-standard .step {
    width: 24%;
}
.checkout-standard .form-list label { min-width: 200px; width: auto; }


[type="radio"].fancy:checked,
[type="radio"].fancy:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"].fancy:checked + label,
[type="radio"].fancy:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"].fancy:checked + label:before,
[type="radio"].fancy:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"].fancy:checked + label:after,
[type="radio"].fancy:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF0000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"].fancy:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"].fancy:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"].fancyoo:not(:checked) + label:after {
    top: 13px !important;
    left: 13px !important;
}
[type="radio"].fancyoo:not(:checked) + label:before {
    left: 10 !important;
    top: 10 !important;
}


.checkout-standard-delivery .item, .checkout-standard-payment .item {
    border: none;
    background-color:#FFF;
    padding-bottom: 15px;
}
.item-service {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color:#ccc !important;
}
.checkout-standard .item-service .description h2 { padding-top: 0px; font-weight: bold; line-height:20px; }

.common-summary-address .item.delivery, .common-summary-service .item.delivery { display: none; }

.common-summary .header, .common-summary-detail .header {
    border-bottom: solid 1px #FF0000;
}

.account-history-list .history-item {
    border: none;
    margin-left:0px;
    margin-left:0px;
    background-color: #eee;
}

.account-history-list .history-item:hover {
  background-color: #eee;
}

.common-summary .item {
    display: inline-block;
    vertical-align: top;
    min-width: auto;
    width: auto;
}

.aimeos .common-summary-additional .coupon, .aimeos .common-summary-additional .comment {
    display: block;
    vertical-align: top;
    min-width: auto;
    width: auto;
    clear: both;
    height: 8em;
    margin: 0px;
}

.checkout-standard-process {
    text-align: left;
}


.checkout-standard .form-list label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    min-width: auto;
    width: auto;
}
.aimeos .form-list label { padding: 0px; }
.checkout-standard .form-list input:not([type=radio]):not([type=checkbox]) {
    min-width: auto;
    width: 100%;
}

.checkout-standard .form-list select {
    min-width: auto;
    width: 100%;
}
.checkout-standard li.form-item { text-align: left; }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}


.nav-submenu .container.basket-mini-container  {
  width:auto;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  float: left;
  line-height: 1em;
}
.nav-submenu .container.basket-mini-container section, .container.basket-mini-container section.aimeos {
  margin: 5px 0px 0px 0px !important;
  padding: 0px 0px 0px 5px !important;
  background-color: transparent;
  line-height: 1em;
}
.container.basket-mini-container .basket-mini > a, .container.basket-mini-container .basket-mini > a span {
    padding: 0px;
    line-height: 1em;
    color:#ec1b2f;
}
.container.basket-mini-container .basket-mini > a:before, .container.basket-mini-container .basket-mini-product .basket-toggle {
  color:#ec1b2f !important;
}
.container.basket-mini-container .basket-mini > a:hover, .container.basket-mini-container .basket-mini > a:hover::before {
  color:#000 !important;
}
.basket-related {
  display:none;
}

.checkout-standard-address-billing .item-address .header {
  text-align: left;
}

section.checkout-confirm .common-summary-additional {
  display:none;
}

.expanded .button-expand {
  display:none;
}
.history-item.expanded {
  border-width: 1px;
  border-style: solid;
  border-color:#555;
}
.history-item.expanded h2 {
  font-weight: bold;
  color:#ec1b2f;
}