#fancycart{
text-align:center;
}
#fancycart #mess{
    padding: 10px 0px;
    color:#4CAF50;
    font-size: 22px;
    font-weight: 600;
text-align:center;
}

#fancycart .message{
text-align:center;
    padding: 20px 0px;
    color:#3e3e3e;
    font-size: 16px;
    font-weight: 400;
}
#fancycart .message span{
    
    font-weight: 600;
    font-size: 20px;
}
#Popup{
    position:absolute;
    width: 270px;
    top: 32px;
    right: 13px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 9px -4px #0000007a;
    background: #ffffff;
    color: #333;
    border-radius: 4px;
    z-index:1001;
    font-size: 14px;
    /* display: none; */
}
#Popup span{
    font-size:15px;
    font-weight:600;
}
#Popup .caption{
    font-size: 18px;    
}

#PopupClose{
    transition: all 0.1s;
    position:  absolute;
    top: 5px;
    right: 5px;
    background: #ff5a5f;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    cursor:  pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    text-indent: 0;
    text-transform: lowercase;
    padding: 0px 0px 1px 0px;
}
#PopupClose:hover{
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    line-height: 17px;
}
.menu_icon{display: inline-block;padding: 0;margin: 0;position: relative;/* float: right; */transition: 0.3s;}
.menu_icon .name{
    vertical-align: bottom;
    padding: 0px 0px 0px 10px;
    font-size: 0.96rem;
}
.cartcount{
    position: absolute;
    background: #19616c;
    padding: 0px 0px 0px 1px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
}

.carrt {
    width: 70%;
}

@media (max-width: 500px) {
   .carrt {
    width: 100%;
} 
}
#Catalog{
    /* padding: 20px 10px 10px 10px; */
    /* position:  relative; */
}

#Catalog .box,#Cart .box,#Catalog .bbox{
    transition: all ease-in-out 0.2s;
    -webkit-box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset, -1px -1px 0 0 #e6e6e6 inset, -1px 0 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset, -1px -1px 0 0 #e6e6e6, -1px 0 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    /* margin: 0px 10px; */
    overflow: hidden;
}

#Catalog .box:hover,#Cart .box:hover,#Catalog .bbox:hover{
    -webkit-box-shadow: 0px 0px 0.29rem 0.1rem rgba(0, 0, 0, 0.15);
  
    box-shadow: 0px 0px 0.29rem 0.1rem rgba(0, 0, 0, 0.15);
    z-index: 10;
    position: relative;
}
#Catalog a.caption,#Cart .caption{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
    display: block;
    text-decoration: none;
}
#Catalog a.caption:hover{
    text-decoration: underline;
}
#Product .box{
 
box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}
#Product .name,#Catalog .name{
 font-size: 17px;
 font-weight: 600;
 margin: 0px 0px 10px 0px;
}

#Product h1.name{
 font-size: 23px;
 font-weight: 600;
 margin: 0px 0px 10px 0px;
}
#Product .price span{
 font-size: 14px; 
 color:#666;  
}
#Cart .price, #Catalog a.price{font-size: 20px;text-decoration: none;font-weight: 600;text-align: right;margin: 10px 0px 0px;display: inline-block;color: #333;}

#Product .price{
font-size: 25px;
margin: 30px 0px 0px 0px;
    display: block;
    text-align:right;
}
#Catalog .descr{
    font-size: 14px;
    color:#666;
}

#Product .descr{
    font-size: 15px;
    color:#666;
}
#Catalog .box .cat a,#Catalog .cat a, #Catalog .list .cat a{padding: 0 0px 0px 0px;text-align: right;text-decoration: none;color: #8c8c8c;}
#Catalog .cat a:hover{color: #157cb2;text-decoration: underline;}
#Catalog .list .cat a{
    padding: 0 15px 0px 0px;
}
#Cart .size{
    max-width:80px !important;
}
#Cart .all{padding: 10px 0px 10px 0px;font-size: 17px;}

#Cart .img{
    text-align: center;
    /* float: left; */
    /* margin: 0px 20px 0px 0px; */
}
#Cart .img img{
    text-align: center;
}

#Cart .img{
    text-align: center;
}
#Catalog .img {
    /* width: 100%; */
    /* position: relative; */
}

#Catalog .img a{
    width: 100%;
    text-align:center;
    display:block;
}
#Product .img a{
    width: 100%;
    text-align:center;
    display:block;
    height: auto;
    vertical-align:middle;
}
#Catalog .img img,#Product .img img{
    text-align: center;
    margin: 0 auto;
}
#Product .img img{
    
    margin: 0 auto;
}
#Filter a#list, #Filter a#grid{
    display:inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% !important;
    margin-left: 10px;
    vertical-align: middle;
}
#Filter select#sort{
    border-radius: 4px;
    border: 1px solid #1476a9;
    background: #1476a9;
    color: #fff;
    height: 28px;
    padding: 3px 5px;
}
#Filter form.sortform {
    display:inline-block;
}
#Filter select#sort option{
   color: #595959; 
   background: #fff;
}
#Catalog .list .img{
    float: left;
    width: 250px !important;
    margin: 0px 20px 0px 0px;
}
#Catalog .list .img img{
    
}
#Catalog .ccart{
}
#Product #count{
    padding: 4px 4px;
    font-size: 15px;
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
}
#Catalog .addtocart,#Product .addtocart{

position:relative;

margin-top: 10px;

display: inline-block;
}
#Catalog #var1{
        position: relative;
    margin-top: 10px;
    display: inline-block;
}

#Catalog .cat_img{
    text-align: center;
    width: 60px;
}
#Catalog .cat_img img{margin: 5px 10px;}
#Catalog .cat_caption {
    
text-align: left;
    
/* overflow: hidden; */
    
/* white-space: nowrap; */
    
/* text-overflow: ellipsis; */
}
#Catalog .cat_caption a{
    
font-size: 14px;
    
font-weight: 600;
}
#Catalog .popup_addcart:after,#Product .popup_addcart:after{
    content:'';
    width: 12px;
    height: 12px;
    display: block;
    background: #62b215;
    position: absolute;
    left:45%;
    bottom:-4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#Catalog .popup_addcart,#Product .popup_addcart{
    display:none;
    font-size: 12px;
    text-transform: initial;
    bottom: 40px;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    letter-spacing: -0.2px;
    position:absolute;
    background: #62b215;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
}
#Filter a#list{
    background: url(../images/icon/list.png) no-repeat;
    opacity: 0.5;
}
#Filter a#grid{
    background: url(../images/icon/grid.png) no-repeat;
    opacity: 0.5;
}
#Filter a#grid.on,#Filter a#list.on{
    opacity: 1;
}