#growls.default {
    top: 40px;
    right: 10px;
}
.nbt-ac-carturl{
    display: block;
}
#nbt-ajax-cart{
    position: relative;
}
#nbt-ac-icon{
    position: relative;
    width: 30px;
    cursor: pointer;
}
#nbt-ac-icon i{
    font-size: 19px;
}
#nbt-ac-icon .nbt-ac-count{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e60000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;

}
#nbt-mini-cart{
    position: absolute;
    top: 40px;
    width: 300px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    display: none;
    z-index: 999;
    font: 14px/20px Lato,sans-serif;
    color: #69686c;
}
#nbt-ajax-cart ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
    max-height: 409px;
}
@-moz-document url-prefix() { 
  #nbt-ajax-cart ul{
        max-height: 426px;
  }
}
#nbt-ajax-cart li{
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}


#nbt-ajax-cart li.empty{
    border-bottom: 0;
    padding-bottom: 0;
}
#nbt-ajax-cart li:first-child{
    padding-top: 0;
    border-top: 0;
}
#nbt-ajax-cart li:hover a{
    color: #ff5555;
}
#nbt-ajax-cart li:before, #nbt-ajax-cart li:after{
    display: table;
    content: ' ';
}
#nbt-ajax-cart li:after{
    clear: both;
}
#nbt-ajax-cart li img{
    display: block;
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    max-width: inherit;
}
#nbt-ajax-cart li .quantity{
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
#nbt-ajax-cart li a{
    color: #222;
    text-decoration: none;
    white-space: nowrap;
        padding: 0;
}
#nbt-ajax-cart li > a:nth-child(2){
    margin-top: -4px;
    font-weight: 700;
    display: block;
}
#nbt-ajax-cart li a.remove{
    float: right;
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    position: relative;
    background: transparent;
    font-size: 1.5em;
    margin-top: -8px;
    border: 0;
}
#nbt-ajax-cart .scroll-scrolly_visible a.remove{
    margin-right: 8px;
}
#nbt-ajax-cart li a.remove:before {
    content: "\e803";
    display: inline-block;
    font: normal normal normal 14px/1 fontello;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #e2401c;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}

#nbt-ajax-cart li a.remove:hover:before {
    color: #e63b3b;
}
#nbt-mini-cart .total{
    margin: 10px 0 20px;
    text-align: right;
    font-weight: 700;
}
#nbt-mini-cart .buttons{
    text-align: center;
    margin-bottom: 10px;
}
#nbt-mini-cart .buttons a{
        text-transform: none;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 15px;
    font-weight: 400;
    background: #1d242a;
    color: #FFF;
    white-space: nowrap;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    box-shadow: none;
}
#nbt-mini-cart .buttons a:first-child{
    margin-left: 0;
}
#nbt-mini-cart .buttons a:last-child{
    margin-right: 0;
}
#nbt-mini-cart .buttons a:hover{
    background: #e60000;
    color: #FFF;
}

#nbt-mini-cart .buttons a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font: normal normal normal 14px/1 fontello;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e807";
    margin-left: 0.5407911001em;
}
#nbt-mini-cart dl.variation{
    display: none; 
}
/*#nbt-mini-cart li:hover dl.variation{
    display: block;
    position: absolute;
    top: -5px;
    right: 30px;
    left: 85px;
    background: #fff;
    transition-delay: 5s;
}
#nbt-mini-cart .scroll-scrolly_visible li dl.variation{
    right: 35px;
}*/
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}
#nbt-mini-cart .amount{
    color: #e60000;
}
.growl.growl-notice{
    background: transparent;
    color: transparent;
    padding: 0;
}
.growl-message{
    border: 1px solid #e60000;
    background: #f0f0f0;
    border-radius: 2px;
    min-height: 70px;
    position: relative;
}
.text-notice{
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
            -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.text-notice {
    padding: 15px;
    color: #363636;
    width: 100%;

}
.text-notice a {
    width: 100%;
    color: #fff;
    background: #000;
    border: 1px solid;
    text-transform: none;
    font-style: normal;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    line-height: inherit;
    display: block;
    height: auto;
    -ms-order: 2;
    order: 2;
    -webkit-order: 2;
}
.text-notice a:hover {
    color: #fff;
    background: #e60000;
}
.growl-close {
        color: #000;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -7px;
    right: -7px;
    cursor: pointer;
    padding: 10px 0 0 10px;
}
/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    margin-bottom: 0 !important;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.cart_list > .scroll-element,
.cart_list > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.cart_list > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.cart_list > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.cart_list > .scroll-element.scroll-y {
    height: 100%;
    right: 0px;
    top: 0;
    width: 8px;
}
 
.cart_list > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.cart_list > .scroll-element .scroll-element_outer,
.cart_list > .scroll-element .scroll-element_track,
.cart_list > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.cart_list > .scroll-element .scroll-element_track,
.cart_list > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.cart_list > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.cart_list > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.cart_list > .scroll-element:hover .scroll-bar { background-color: #919191; }
.cart_list > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.cart_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.cart_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.cart_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.cart_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }