.item-msg.notice {
	color: #4F9529
}

#certs {
    position:relative;
    width:100%;
    clear: both;
}

#certs div {
    position:relative;
    overflow: visible;
    margin-top:10px;
    display: block;
}

#certs div img {
    display: inline;
}

#certs div.l {
    float:left;
}

#certs div.c {
    float:left;
    width: 80%;
}

#certs div.r {
    float:right;
}

#certs div a:hover {
    color: #FFFFFF;
}


.::selection {
    background: #D7D0E4;
    color: #4E3979;
}

::-moz-selection {
    background: #D7D0E4;
    color: #4E3979;
}

.logo {
  width: 200px;
  position: relative;
  left: 50%;
  margin-left: -100px;
  margin-top: -3px;
}

.logo .large {
  margin-top: -15px;
}


.logo-wrapper {
  position:relative;
}

.welcome-msg {
  line-height: 0.7;
}

img.full-width {width:100%}

.header-language-background {
  background-color: transparent;
}

.header-language-background,
.header-language-background a {
  color: #5F4591;
}

.availability.in-stock span {
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #A0BA6E;
}

.availability.out-of-stock span {
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #BA7070;
}

.base-price,
.price-info {
    font-size: 8pt;
    color: #B3A6CB;
}

.product-view .product-shop .price-info.sh {
    padding-left: 5px;
}


.product-options-bottom .price-info {
    display: none;
}

.price-box .price-label {
    color: #b3a6cb;
}


#checkout-step-review {
    border: 2px solid #7B5FB2;
    margin: 10px;
    padding: 10px;
}

#checkout-review-load {

}

.review-items-after {
    font-weight: bold;
    margin-top: 10px;
}

.product-view .product-shop .price-info {
    margin-bottom: 0px;
    max-width: none;
}

div.revocation-form {
    border: 1px solid black; padding: 10px;
}

.dashboard .welcome-msg {
    line-height: normal;
}

#nav {
    margin: 0 auto;
    width: 1260px;
}

.skip-content.skip-active {
    background-color: #ffffff;
    border-bottom: 1px solid #E5DFEF;
}

.header-nav-wrapper {
     /* background: url('https://gaiwan.uk/skin/frontend/ga/ga/images/white90.png'); */
    background: #ffffff;
}

.skip-links {
    border-bottom-color: #E5DFEF;
    border-top-color: #E5DFEF;
    background-color: #fff;
}

.skip-link {
    background: transparent;
}

.skip-link.skip-active {
    background: transparent;
}

.crosssell .add-to-links,
.category-products .add-to-links {
    display:none;
}

.configurable-price-from-label {
    color: #BCB0D0;
}

.nav-primary li.level0 ul {
    background: #ffffff;
}

.nav-primary li.level0 {
    border-left: 1px solid #EDEDED;
}

.page-title h1, .page-title h2, .product-name h1, .product-name .h1,
.product-name {
    text-transform: none !important;
}

.block-related .block-subtitle {
    font-weight: normal;
}

.checkout-types.minicart li {
    float:left;
}

.checkout-types.minicart .cart-button,
.checkout-types.minicart .checkout-button {
    border: 1px solid #7B5FB2;
}

.checkout-types.minicart .cart-button:hover,
.checkout-types.minicart .checkout-button:hover {
    border: 1px solid #614795;
}

.checkout-types.minicart .checkout-button:hover {
    background-color: #D7D0E4;
}

.checkout-types.minicart .checkout-button {
    background-color: #E8E4EF;
    color: #7B5FB2;
}

.header-minicart .subtotal {
    background: none;
}

.header-minicart .subtotal .label {
    color: #BCB0D0;
}

.header-minicart .minicart-actions .cart-button,
.header-minicart .minicart-actions .checkout-button {
    min-width: 140px;
}

.header-minicart .minicart-actions .cart-button {
    width:100%;
}

#https-message {
    position: absolute;
    color: #258F00;
    border-top: 2px solid #258F00;
    height: 23px;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    /* top: -20px; */
    top: 0px;
    padding: 1px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10000;
    /*
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    */
}

@media only screen and (max-width: 648px) {
    #https-message {
        height: 2px;
    }
}

/*
#https-message:hover {
    top: 0px;
}

#https-message .security-sign {
    margin-left: 5px;
    height:14px;
    background: url('https://gaiwan.uk/skin/frontend/ga/ga/images/security.png') 0 0 no-repeat;
}
*/

.shipping ol, .shipping ul {
    list-style: inside square;
}

#search {
    background-color: #FBF9E4;
    border-color: #D9D2C0;
}

#search:hover {
    background-color: #FDFCF5;
}

#search:focus,
#search:active {
    background-color: #ffffff;
    border-color: #7F689E;
}

.toolbar {
    background-color: #F9F9F9;
	opacity:0.3;
}

.toolbar:hover {
	opacity:1;
}

.slideshow-pager {
    width: auto;
}

a.cart-msg {
    background-color: #3f1384;
    border: 1px solid #3f1384;
    color: #ffffff;
    padding: 6px 12px;
    text-decoration: none;
    margin: -7px -10px 0 0;
    float: right;
}

a.cart-msg:hover {
    background-color: #614795;
}

.messages .success-msg li::before {
    border-left-color: #3f1384;
}

.messages .success-msg li {
    background-color: #DED7EA;
    border-left-color: #3F1384;
}


#ascommercebug_link_debug1 {
    display: none !important;
}


.checkout-types.bottom .paypal-or {
    padding:0;
    margin: 0 10px 5px;
}

.checkout-types.bottom ul {
    width:100%;
}

.checkout-types.bottom li {
    float:left;
}

.minicart-paypal-express {
    width:100%;
}

.nav-primary a.level0 {
    line-height: normal;
}

.nav-primary li.level0 {
    border: none;
}

.nav-th-la {
}

.nav-th {
    margin:3px 3px 0 0;
}

.nav-la {
}

.nav-primary {
    margin-top:0;
}

.nav-primary .ch {
    font-style: italic;
    font-size: 9pt;
    color: #C1C1C1;
    margin-left: 5px;
}

.header-wrapper {
    background-image: url('/media/wysiwyg/banner/tee-himmel.jpg');
}

.category-products .product-image img {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.button {
    border-radius: 4px;
}

/* mobile nav */
@media only screen and (max-width: 770px) {
    .nav-primary a.level0 {
        padding: 0 20px 0 25px;
    }

    .nav-th-la {
        display:inline-block;
    }

    .nav-th {
        display:inline;
        width:32px; height:32px;
        float:left;
    }

    .nav-la {
        display:inline;
        float:left;
        margin:11px 0 0 5px;
    }

    .nav-primary a.level0,
    .nav-primary li.level1 a {
        border-bottom: none;
    }

    .header-wrapper {
        background-position: 45% -60px;
    }
}

/* desktop nav */
@media only screen and (min-width: 771px) {

    .category-products li.item .button {
        background: #ffffff;
        color: #3f1384;
        border: 1px solid #3f1384;
    }

    .category-products li.item:hover .button {
        background: #3f1384;
        color: #ffffff;
    }



    .header-nav-wrapper { opacity: 1; }
    .header-nav-wrapper:hover { opacity: 1; }
    .header-nav-wrapper span { visibility: visible; }
    .header-nav-wrapper:hover span { visibility: visible; }

    .nav-primary li.level1 a,
    #header-nav {
        border: none;
    }

    .nav-primary li.level1.last {
        margin-bottom:10px;
    }

    .nav-primary li.level1.view-all a {
        color: lightgray;
        font-size: 10pt;
    }

    .nav-primary li.level1.view-all a:hover {
        color: #3F1384;
    }

    .nav-primary a.level0 { padding: 0 5px 0 5px; }

    .nav-primary li.level0 { background: #ffffff; border-top: 5px solid #ffffff; }
    .nav-primary li.level0.active:hover,
    .nav-primary li.level0.active { border-top-color: #3F1384; }
    .nav-primary li.level0:hover { border-top-color: #E0E0E0; }

    .nav-primary li.level0 ul {
        border: none;
        width:260px;
        box-shadow: 7px 17px 20px -2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 7px 17px 20px -2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 7px 17px 20px -2px rgba(0, 0, 0, 0.1);
    }

    .nav-th-la {
        display:block;
        text-align: center;
        width:74px;
        height:80px;
        overflow: hidden;
        position:relative;
        background: white;
    }
    .nav-th {
        display:block;
        width:64px; height:64px;
        margin:5px auto 0 auto;
        float:none;
    }

    .nav-la {
        position:absolute;
        bottom:0;
        z-index:1000;
        text-align: center;
        width:100%;
        display:block;
        float:none;
        font-size:7pt;
        color:grey;
    }

    .nav-th-la:hover .nav-la {
        color: #636363;
    }


    #nav {
        width:100%;
        text-align: center;
    }

    #nav li {
        text-align: left;
    }

    .header-wrapper {
        background-position: 50% -40px;
    }
}



.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
    border: none;
}

.cart-forms .shipping {
    background: none;
}



#free-shipping-notice {
    background-color: #D7EFC8;
    padding: 10px;
    font-weight:normal;
    margin-bottom:10px;
    text-decoration: none;
}

#free-shipping-notice a {
    color: #4F9529;
}

#free-shipping-notice a:hover {
    text-decoration: underline;
}






.ribbon {
    padding: 5px 15px 5px 5px;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: normal;
    white-space: nowrap;
    position: absolute;
    bottom: 15px;
    opacity: 0.4;
}

.category-products li.item:hover .ribbon {
    opacity: 0.9;
}







.pp-express-cro-before {
    color: #3F1384; font-weight: bold; padding:10px;margin:10px 0 10px 0;border:1px solid #3F1384;
}

.pp-express-cro-after {
    color: grey; text-align: right;
}

.pp-express-cro-shipping {
    padding-left:10px;
}

.pp-express-cro-shipping h3 {
    color: #3F1384; font-weight: bold;
}

.pp-express-cro-shipping-method {
    border: 2px solid #3F1384;
}

.pp-express-cro-continue {
    display:none;
}





.product-pricing, .tier-prices, .tier-prices-grouped {
    background: #eeeaf4;
    border: 1px solid #3f1384;
    display: block;
    opacity: 0.75;
    clear: both;
}

.product-pricing:hover, .tier-prices:hover, .tier-prices-grouped:hover {
    opacity: 1;
}

.product-pricing li, .tier-prices li, .tier-prices-grouped li {
    color: #3f1384;
}

.price-box .minimal-price-link,
.price-box .minimal-price-link .price,
.price-box .minimal-price-link .label {
    color: #9F89C1;
    font-size: 10pt;
    text-transform: none;
}




.btn-amazon:active,
.btn-amazon:hover,
.btn-amazon {
    color: #231F20 !important;
    font-size: 16px;
    line-height: 38px;
    min-height: 38px;
    padding: 9px 15px 8px 45px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none;
    border: 1px solid #C69F40;
    border-radius: 4px;
    background: #F2CA64 url('https://gaiwan.uk/skin/frontend/ga/ga/images/amazon-button-bg.png') no-repeat -6px 0;
}

.catalog-product-view .btn-amazon:active,
.catalog-product-view .btn-amazon:hover,
.catalog-product-view .btn-amazon {
    float:left;
    padding: 0 15px 0 45px;
}


.breadcrumbs {
    clear:both;
    margin-top: 15px;
}

.breadcrumbs ul {
    clear:both;
}

.breadcrumbs a {
    float: left;
    color: #636363;
    background-color: #EEE;
    padding: 2px 5px;
    margin: -1px 0 4px 0;
    border-radius: 3px;
}

.breadcrumbs a:hover {
    float: left;
    color: #FFFFFF;
    background-color: #3F1384;
	text-decoration: none;
}

