﻿.header-buycar-box:hover .shopcar-box,
.shopcar-box.active{
    transform: scale(1,1);
}
#buycar .header-buycar-box:hover .shopcar-box{
    transform: scale(1, 0);
}
.main-list:hover .main-list-img span,
.main-page-more-products-list:hover .main-page-more-products-list-img span{
    transform: scale(1.05);
}
.main-list:hover .main-list-img,
.main-page-more-products-list:hover .main-page-more-products-list-img{
    animation: led 4s linear 0s infinite alternate;
}
.main-list-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .3s linear;
    opacity: 0;
}
.main-list:hover .main-list-mask,
.main-page-more-products-list:hover .main-list-mask{
    opacity: 1;
}

.main-page-sumit:hover{
    background-color: #f25b82;
    color: #FFF;
}

.main-list:hover .main-list-date{
    font-size: 16px;
    color: #f25b82;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px;
}

.buycar-pay-button input:hover{
    background-color: #f25b82;
    font-weight: bold;
    letter-spacing: 3px;
}
.footer-menu-list-title,
.header-menu li a{
    transition: all .3s linear;
    cursor: pointer;
}
.footer-menu-list-title:hover,
.header-menu li:hover a,
.header-menu li.active a{
    color: #f25b82;
    font-weight: bold;
}
.shopcar-go:hover{
    background-color: #f25b82;
    color: #FFF;
}
.header-member-join:hover{
    color: #00a0e9;
}
.member-in-link .button:hover,
.member-in-info li.button input:hover{
    background-color:  #f25b82;
}
.member-in-info li.button input{
    transition: all .3s linear;
    cursor: pointer;
}
.header-shopcar-s-list-box .header-shopcar-s-list-cancel:hover{
    color: #00a0e9;
}
.main-sorting:hover{
    background-color:  #f25b82;
}
.inquire-info-list li:last-child .inquire-info{
    transition: all .3s linear;
}
.inquire-info-list li:last-child .inquire-info:hover{
    color: #00a0e9;
    font-weight: bold;
}
.member-title:hover{
    background-image: url('../img/border2.png');
    color: #FFF;
}
.modify-box .buycar-pay-order-info li.button input:hover{
    background-color: #00a0e9;
}
.member-in-close:hover{
    background-color: #00a0e9;
    color: #FFF;
}

.main-page-more-box .slick-prev:hover,
.main-page-more-box .slick-next:hover{
    opacity: 1;
}
.products-title-first{
    transition: all .3s linear;
}
.products-title-first:hover{
    color: #00a0e9;
}