.added_to_wish_list svg path {
    fill: rgb(227, 49, 77);
    stroke: rgb(227, 49, 77);
    stroke-width: 1.4;
}
.adding_to_wish_list svg path {
            color: #e00;
            animation: beat .25s infinite alternate;
            transform-origin: center;
}
/* Heart beat animation */
@keyframes beat{
    to { transform: scale(0.6); }
}

.label-container{
    position:fixed;
    bottom: 30px;
    right: 79px;
    display:table;
    visibility: hidden;
    font-size: 12px;
}

.label-text{
    color:#FFF;
    background:rgba(51,51,51,0.5);
    display:table-cell;
    vertical-align:middle;
    padding:10px;
    border-radius:3px;
}

.label-arrow{
    display:table-cell;
    vertical-align:middle;
    color:#333;
    opacity:0.5;
    margin-top: 11px;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color:#000000;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    font-size:24px !important;
    margin-top:18px;
}

a.float + div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
    visibility: visible;
    opacity: 1;
}
.atwl-floater .atwl-trigger {
    position: absolute;
    top: -8px;
    right: 0;
    padding: 6px;
    min-width: 25px;
}



#category_submit_form {
    display: flex;
}#category_submit_form #atwl_category{
     border: 1px solid #E91E63;
     border-radius: 0;
}



.notification-container .notification-list-box .atwl-list-group {
    margin: auto 15px;
display: flex;
}

.notification-container .notification-list-box .atwl-list-group .atwl-list-group-item {
    border-radius: 0px;
    padding: 20px 25px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px #d8d4d4;
}
.notification-container .notification-list-box .atwl-list-group .atwl-list-group-item .atwl-media .selected-area{
    display: flex;
}
.notification-container .notification-list-box .atwl-list-group .atwl-list-group-item .atwl-media-heading {
    color: #666666;
    font-size: 18px;
}
.notification-container .notification-list-box .atwl-list-group .atwl-list-group-item.unread {
    background: #F5F5F5;
    font-weight: bold;
}
.notification-container .notification-list-box .atwl-list-group .atwl-list-group-item.unread .atwl-media-heading {
    color: #333333;
    font-weight: inherit;
}
.notification-container .notification-list-box .atwl-list-group .atwl-list-group-item:hover .list-time {
    display: none;
}
.notification-container .notification-list-box .atwl-list-group .atwl-list-group-item:hover .list-remove-btn {
    right: 0;
}
.notification-container .notification-list-box .atwl-list-group .atwl-media {
    width: 100%;
}
.notification-container .notification-list-box .list-group .atwl-media-left {
    padding-right: 15px;
}
.notification-container .notification-list-box .atwl-list-group .atwl-media-left img {
    width: 88px;
    height: auto;
    max-width: 88px;
}

.notification-container .notification-list-box .atwl-list-group .atwl-media-body {
    padding: 0 15px;
}

.atwl-list-group-item input[type="checkbox"] {
    display: none;
}
.atwl-list-group-item label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
}
.atwl-list-group-item label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -10px;
    left: -12px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    transition-duration: 0.4s;
    transform: scale(0);
}

/*.atwl-list-group-item label img {*/
    /*height: 100px;*/
    /*width: 100px;*/
    /*transition-duration: 0.2s;*/
    /*transform-origin: 50% 50%;*/
/*}*/

.atwl-list-group-item :checked + label {
    border-color: #ddd;
}

.atwl-list-group-item :checked + label:before {
    content: "✓";
    background-color: #e3304d;
    transform: scale(1);
}

.atwl-list-group-item :checked + label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.atwl_actions {
    text-align: center;
}
.atwl_actions button{
    margin:0 auto;
}
.btn_link_atwl ul{
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}
.btn_link_atwl ul li a{
    margin-right: 10px;
    background: #e3304d;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px;
}
.btn_link_atwl ul li a:hover{
    text-decoration: none;
    background: #000;
}
.atwl-actions{
    padding: 0 15px;
    margin-bottom: 30px;
}
.atwl-actions ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.atwl-actions ul li{
    margin-right: 15px;
}

#atwl_enquire_form .form-group input#submit{
    background-color: #e3304d;
    color: #fff;
    border: none;
}
#atwl_enquire_form .form-group input{
    border: 1px solid #adb5bd;
    min-height: 64px;
    border-radius: 0;
    width: 100%;
    height: 60px;
    padding-left: 30px;
}
#atwl_enquire_form .form-group{
   position: relative;
}
#atwl_enquire_form  textarea{
    width: 100%;
    border-radius: 0;
    margin: 5px 5px 20px 5px;
}
#atwl_enquire_form .form-group label{
    position: absolute;
    background: #fff;
    font-weight: 300;
    font-size: .8rem;
    top: -8px;
    left: 15px;
    padding-right: 10px;
    padding-left: 5px;
}
#atwl_enquire_form button{
    margin-left: 5px;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}


button.atwlbutton {
    position: relative;
    background-color: #000000;
    color: #ffff;
    border-radius: 0;
}

button.atwlbutton:hover {
    opacity: 0.8;
    box-shadow: 0 2px 5px #9a9a9a;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.overlay.visible {
    opacity: 1;
    visibility: visible;
}

.main-popup {
    position: fixed;
    left: 0;
    top: 30px;
    margin: 0;
    width: 100%;
    height: 492px;
    background-color: #fff;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .5s ease;
    /*overflow: hidden;*/
}
.logger {
    background: #f2f2f2;
    align-items: center;
    padding: 15px 15px;
}
.main-popup.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    transition: all .5s ease;
    overflow: hidden;
}

@media (min-width: 500px) {
    .main-popup {
        width: 500px;
        left: 50%;
        top: 50%;
        margin: -200px 0 0 -250px;
    }
}

.popup-header {
    position: relative;
    padding: 0;
    margin: 0;
    height: 62px;
    width: 100%;
}

#popup-close-button a {
    position: absolute;
    right: 10px;
    top: -30px;
    width: 22px;
    height: 22px;
}

#popup-close-button a::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 3px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#popup-close-button a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 3px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-header ul {
    margin: 0;
    padding: 0;
}

.popup-header ul li {
    text-align: center;
    list-style: none;
    width: 50%;
    float: left;
}

.popup-header ul li a {
    display: block;
    padding: 20px 0;
    margin: 0;
    text-decoration: none;
    font-size: 1.2em;
}

#sign-in {
    background-color: #e3304d;
    color: #fff;

}

#sign-in.active {
    color: #e3304d;
    background-color: transparent;
}

#register {
    background-color: #e3304d;
    color: #fff;

}

#register.active {
    color: #e3304d;
    background-color: transparent;
}

.popup-content {
    height: 400px;
    padding: 0 20px;
}

.sign-in {
    position: relative;
    top: 40px;
    left: 0;
    font-size: 1em;
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.sign-in.move-left {
    opacity: 0;
    transform: translateX(-450px);
}

.popup-content form label {
    font-size: 1.1em;
    color: #000;
    margin-left: 23px;
}

.sign-in input {
    border-radius: 5px;
    width: 90%;
    height: 40px;
    padding: 10px;
    font-size: 1em;
    color: #e3304d;
    outline: none;
    border: none;
}


.register {
    position: relative;
    top: -205px;
    left: 0;
    font-size: 1em;
    opacity: 0;
    transform: translateX(450px);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.register.move-left {
    opacity: 1;
    transform: translateX(0);
}

.register input {
    border-radius: 5px;
    width: 90%;
    height: 40px;
    padding: 10px;
    font-size: 1em;
    color: #e3304d;
    outline: none;
    border: none;
}

p.check-mark {
    position: relative;
    left: 50%;
    width: 200px;
    margin: 0 0 0 -100px;
    padding: 0;
    text-align: center;
    color: #e3304d;
    font-size: .8em;
}

p.check-mark a {
    color: #e3304d;
}

p.check-mark input {
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 2em;
    color: #ceaee8;
    outline: none;
    border: none;
}

p.check-mark label {
    margin-left: 5px;
}




