﻿

@media (max-width: 1200px) {

}


@media (max-width: 991px) {

#cssmenu > ul > li > a {
    padding:10px 10px 10px 10px;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.menu

{
	display:none;
}
.menu-mobile
{
	display: block;
}
.top {
    padding: 10px 0;
    background-color: #fefefe;
    position: relative;
}

.text-margin2 {
    margin-top: 10px;
}

}
@media (max-width: 768px) {

.text-margin2 {
    margin-top: 10px;
}
.cart {
    float: right;
}

.cart2 {
    float: right;    
    margin-right: 10px;
}
#cart_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: fixed;
    background: #fff;
    z-index: 999;
    left: 0px;
    top: 0px;
    min-width: 100%;
    overflow-y: scroll;
    height: 250px;
}
.cart:hover #cart_mini_form {
    opacity: 1;
    visibility: visible;
    top: 60px;
    z-index: 9999;
}
#cart2_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: fixed;
    background: #fff;
    z-index: 999;
    left: 0px;
    top: 0px;
    min-width: 100%;
    overflow-y: scroll;
    height: 250px;
}
.cart2:hover #cart2_mini_form {
    opacity: 1;
    visibility: visible;
    top: 60px;
    z-index: 9999;
}


.account {
    margin-top: 15px;
}

.overflow
{
	overflow: scroll;
}
.btn-white
{
	margin-bottom:5px;
}

}
@media screen and (max-width:480px) {


}


@media screen and (max-width:320px) {


}
