/* Enter Your Custom CSS Here */
ul.page-numbers {
    font-size: 25px !important;
}
nav.woocommerce-pagination ul li span.current {
    background: #E24F24 !important;
    color: #FBD048 !important;
    font-weight: bold;
}
nav.woocommerce-pagination ul > li:hover a:hover {
    background: #E24F24 !important;
    color: #FBD048 !important;
    font-weight: bold;
}
.products .price .amount {
    color: #FFF917 !important;
}
.woocommerce ul.products li.product h3 {
  color: #FFF917 !important;}

.button.add_to_cart_button.product_type_simple {       
  color: #fff !important;
    font-weight: 600 !important;}
.button.add_to_cart_button.product_type_simple:hover {
       color: #000 !important;
}
.color-w {
    background-color: #FBD048 !important;
    
}
.woocommerce ul.products li.product h3 {
    color: #FFf !important;
    font-weight: bold;
}
.products .price .amount {
    color: #FFF !important;
    font-weight: bold;
}
.bassket {
    width: 30px;
    transform: scale(1.5);
    margin-bottom: 5px;
}
li.bassket{
padding-right:50px;
}
.menu {
    
    float: right !important;
}
.menu li.bassket a {
    
    color: #EFF1F1 !important;
}
.menu li.bassket a:hover {
    
    color: #f00 !important;
}
.cross-sells h2 {
    color: #fff;
}