#wishlistpanel{
    position: fixed;
    bottom:0;
    z-index: 100000;
}

.fixfixed #wishlistpanel{
    display:none;
}

#wishlist-label{
    float:right;
    background-color:#0F2A3F;
    color:#fff;
    margin-top:-25px;
    font-weight:bold;
    line-height:25px;
    padding:0px 10px;
    margin-right:20px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 5px #888888;
    /*box-shadow: 0 0 22px #FFFFFF;*/
}

#wishlist-additional-buttons{
    float:left;
    margin-top:-25px;
    background-color:#ccc;
    color:#333;
    line-height:25px;
    padding:0px 10px;
    margin-left:20px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    /*box-shadow: 0 0 22px #FFFFFF;*/
}

#wishlist-additional-buttons a{
    color: #444;
}

div#wishlist-label:hover{
    color: #EBBC58;
}

#wishlist-content{
    text-align:left;
    min-height:140px;
    padding:5px 10px;
    background-color:#B6D1E2;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 0px 0px 5px #888888;
}

#wishlist-content .no_items{
    padding: 10px;
    font-size: 13px;
    float:left;
    color:#333;
}

#wishlist-content .products{
    /*border: 1px solid #CECECE;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    color: #533519;
    height: 143px;
    margin-top: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 1001;
    background-color:#fff;
}

#wishlist-content .products ul li{
    border: 1px solid #EEEEEE;
    float: left;
    margin: 10px 2px 0;
    padding:5px;
    text-align: center;
    width: 135px;
    background: none;
    box-sizing: content-box;
    /*position: relative;*/
}

#wishlist-content .products ul li .btn-remove{
    float:right;
}

#wishlist-content .products ul li a.product{
    color:#333;
    font-size:11px;
    display: block;
    width: 135px;
    /*position: absolute;*/
}

/*#wishlist-content .products ul li a.product:hover{
    position: absolute;
}*/

#wishlist-content .products ul li a .maximized{
    position:absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    border-radius: 4px;
    background-color: #fff;
    display:none;
    margin-top:-88px;
    margin-left:-30px;
    font-size:14px;
    width:200px;
    padding:10px 5px 5px 5px;
    border: 1px solid #EEEEEE;
    z-index: 1002;
}

/*#wishlist-content .products ul li a:hover .maximized{
    display: block;
}*/

#wishlist-content .products ul li img{
    display: block;
    margin:0 auto;
}

#wishlist-content .products ul{
    list-style-type: none;
    padding: 0;
    display:block;
}


.link-wishlist .heart {
    display:none !important;
}

.link-wishlist.bindRemove::before{
    color:red !important;
}

.product-shop .add-to-links a.link-wishlist.bindRemove{
    background-color: #bbb !important;
    color:#fff !important;
}

.product-shop .add-to-links a.link-wishlist{
    background-color: #bbb !important;
    color:#fff !important;
}

#wishlist-label .heart, .link-wishlist .heart {
    display: inline-block;
    /*height: 10px;*/
    position: relative;
    width: 20px;
}

#wishlistpanel .btn-remove {
    border: 1px solid #ededed;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 20px;
    position: relative;
    text-align: center;
    text-shadow: none;
    width: 20px;
}

#wishlistpanel .btn-remove:hover{
    background-color: #cecece;
    color:#fff;
}

#wishlistpanel .btn-remove::after {
    color: #3399cc;
    content: "X";
    font-family: Arial,"Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    width: 100%;
}

/*
.link-wishlist.bindRemove{
    line-height: 16px;
}
*/
#wishlist-label small{
    font-size: 100% !important;
}

#wishlist-label .heart {
    line-height: 14px;
}

#wishlist-label .heart:before, .link-wishlist .heart:before, #wishlist-label .heart:after, .link-wishlist .heart:after {
    position: absolute;
    content: "";
    left: 9px; top: 0;
    width: 9px;
    height: 14px;
    background: red;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#wishlist-label .heart:after, .link-wishlist .heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin :100% 100%;
}

#wishlist_maximized{
    position:absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    border-radius: 4px;
    background-color: #fff;
    margin-top:-88px;
    margin-left:-30px;
    text-align: center;
    font-size:14px;
    width:200px;
    padding:5px;
    border: 1px solid #EEEEEE;
    z-index: 200000;
}

#wishlist_maximized a{
    color: #333;
    font-size:14px;
    text-decoration: none;
}

#wishlist_maximized img{
    display: block;
    margin: 0 auto;
}

#wishlist_maximized .btn-remove{
    /*position:absolute;*/
    margin-bottom: -5px;
    float:right;
}


#loading-mask {
    color: #D85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    z-index: 999999;
}
#loading-mask .loader {
    background: none repeat scroll 0 0 #FFF4E9;
    border: 2px solid #F1AF73;
    color: #D85909;
    font-weight: bold;
    left: 50%;
    margin-left: -105px;
    padding: 15px 30px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 150px;
    z-index: 1000;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}

#floatingCirclesG{
    position:relative;
    display: inline-block;
    width:40px;
    height:40px;
    /*-moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);*/
}

.f_circleG{
    position:absolute;
    background-color:#EFB690;
    height:7px;
    width:7px;
    -moz-border-radius:4px;
    -moz-animation-name:f_fadeG;
    -moz-animation-duration:0.56s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:4px;
    -webkit-animation-name:f_fadeG;
    -webkit-animation-duration:0.56s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:4px;
    -ms-animation-name:f_fadeG;
    -ms-animation-duration:0.56s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:4px;
    -o-animation-name:f_fadeG;
    -o-animation-duration:0.56s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:4px;
    animation-name:f_fadeG;
    animation-duration:0.56s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#frotateG_01{
    left:0;
    top:16px;
    -moz-animation-delay:0.21s;
    -webkit-animation-delay:0.21s;
    -ms-animation-delay:0.21s;
    -o-animation-delay:0.21s;
    animation-delay:0.21s;
}

#frotateG_02{
    left:5px;
    top:5px;
    -moz-animation-delay:0.28s;
    -webkit-animation-delay:0.28s;
    -ms-animation-delay:0.28s;
    -o-animation-delay:0.28s;
    animation-delay:0.28s;
}

#frotateG_03{
    left:16px;
    top:0;
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}

#frotateG_04{
    right:5px;
    top:5px;
    -moz-animation-delay:0.42s;
    -webkit-animation-delay:0.42s;
    -ms-animation-delay:0.42s;
    -o-animation-delay:0.42s;
    animation-delay:0.42s;
}

#frotateG_05{
    right:0;
    top:16px;
    -moz-animation-delay:0.49s;
    -webkit-animation-delay:0.49s;
    -ms-animation-delay:0.49s;
    -o-animation-delay:0.49s;
    animation-delay:0.49s;
}

#frotateG_06{
    right:5px;
    bottom:5px;
    -moz-animation-delay:0.56s;
    -webkit-animation-delay:0.56s;
    -ms-animation-delay:0.56s;
    -o-animation-delay:0.56s;
    animation-delay:0.56s;
}

#frotateG_07{
    left:16px;
    bottom:0;
    -moz-animation-delay:0.63s;
    -webkit-animation-delay:0.63s;
    -ms-animation-delay:0.63s;
    -o-animation-delay:0.63s;
    animation-delay:0.63s;
}

#frotateG_08{
    left:5px;
    bottom:5px;
    -moz-animation-delay:0.7s;
    -webkit-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    -o-animation-delay:0.7s;
    animation-delay:0.7s;
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:#DD6E29}

    100%{
        background-color:#EFB690}
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:#DD6E29}

    100%{
        background-color:#EFB690}
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:#DD6E29}

    100%{
        background-color:#EFB690}
}

@-o-keyframes f_fadeG{
    0%{
        background-color:#DD6E29}

    100%{
        background-color:#EFB690}
}

@keyframes f_fadeG{
    0%{
        background-color:#DD6E29}

    100%{
        background-color:#EFB690}
}


