@charset "utf-8";

#shopcart-preview {

    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 100px;
    right: 15px;
    box-shadow: 0px 0px 10px #cccccc;
    border-radius: 50%;
    padding: 0px;
    background: #ffffff url('/images/icons/shopcart3.png') center center no-repeat;
    text-decoration: none;
    z-index: 2;

}

#shopcart-preview-alert {

    display: block;
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 270px;
    height: 80px;
    border: 1px #ccc solid;
    border-radius: 40px;
    padding: 15px 30px 20px 30px;
    z-index: 1;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0px 0px 10px #cccccc;
    text-decoration: none;
    color: #999999;

}

#shopcart-preview-alert:hover, #shopcart-preview-alert:focus,#shopcart-preview-alert:active {

    text-decoration: none;

}

#shopcart-preview-alert span {

    font-size: 20px;
    line-height: 20px;
    color:#000000;
    font-weight:bold;
    display: inline-block;
    margin-bottom: 10px;

}

#shopcart-preview:hover, #shopcart-preview:active, #shopcart-preview:focus {
    text-decoration: none;
}

#shopcart-preview span {

    background: #000000;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
    display: inline-block;
    min-width: 25px;
    height: 25px;
    text-align: center;
    line-height: 16px;

}

.shopcart-hidden-block {

    display: none;

}

.shopcart-hidden-block.visible {

    display: block;

}


a.shopcart-count, button.shopcart-count {

    display: inline-block;
    text-decoration: none !important;
    color: #000000;
    width: 25px;
    height: 25px;
    border: 1px #999999 solid;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    vertical-align: bottom;

}

input.shopcart-count {

    height: 25px;
    width: 40px;
    border: 0px;
    text-align: center;
    vertical-align: bottom;
    -moz-appearance: textfield;

}

input.shopcart-count:focus,
input.shopcart-count:hover {

    outline: none;
    -moz-appearance: number-input;

}

input.shopcart-count::-webkit-outer-spin-button,
input.shopcart-count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

p.shopcart-item-ammount {

    font-size: 140%;

}

a.shopcart-item-remove {

    text-decoration: none;
    font-size: 40px;
    color: RGBA(0,0,0,0.3);
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 0px;
    /*display:none;*/

}

a.shopcart-item-remove:hover, a.shopcart-item-remove:focus, a.shopcart-item-remove:active {

    text-decoration: none;
    color: RGBA(0,0,0,0.5);

}

.shopcart-item, .shopcart-order-block {

    border-radius: 3px;
    padding: 25px 25px 15px 25px;

}

.shopcart-item:hover, .shopcart-order-block:hover {

    box-shadow: 0 0 20px rgba(0,0,0,.05);

}

.shopcart-item:not(:first-child), .shopcart-order-block:not(:first-child) {

    margin-top: 30px;

}

.shopcart-item:not(:first-child):before, .shopcart-order-block:not(:first-child):before {

    content: ' ';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    border-top: 1px rgba(0,0,0,0.1) solid;
    left: 0px;
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;

}

.shopcart-item:hover .shopcart-item-remove {

    display: block;

}

#shopcart-total {

    padding: 30px 30px 5px 30px;
    border: 1px RGBA(0,0,0,0.1) solid;

}

#shopcart-order-button {

    margin-top: 30px;

}

#shopcart-order-button .btn-insite {

    width: 100%;
    display: inline-block;
    text-align: center;

}

.spanRight, p.spanRight {

    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;

}

#shopcart-total-price {

    font-size: 200%;
    font-weight: bold;

}


.shopcart-total-line:after {
    display: block;
    content: " ";
    clear: both;
    height: 1px;

}

#shopcart-total-label {
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
}

.shopcart-order-block p:last-child {

    margin-bottom: 10px;

}

#shopcart-order-submit {

    margin-top: 30px;

}

#shopcart-items {

    position: relative;
    margin-bottom: 25px;
}

.shopcart-input-price {

    width: 5em;
    border-width: 2px;
    border-radius: 4px;

}

.shopcart-item-option {margin-bottom: 30px;}