/*-Media extra small screen-*/
@media (max-width: 575px){

.row.justify-content-center.products{
    padding: 2% 5%;
}
.desktopHeader {
    max-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: white;
    margin: 0;
    filter: drop-shadow(0px 4px 6px #357b3730);
}
.navigation{
    display: none;
}

.navigationCollapsed {
    width: 80%;
    top: 68px;
}

form.queryForm {
    border: 1px solid #ffffff17;
    margin-bottom: 2em;
}

.navigation.mob{
    display: inline-flex;
    width: 90%;
    padding: .8em .5em;
    height: 71px;
}

.logo {
    width: auto;
    padding: .5em;
}

.logoImg {
    max-height: 30px;
    margin-top: .8em;
    margin-bottom: 8px;
}

.sliderBox {
    padding: .2em 0em;
}

#slider1{
    max-height: 200px;
}
.carousel-indicators li{
    width: .4em;
    height: .4em;
}

.carousel-indicators .active {
    width: .8em !important;
}

a.sliderControlPrev, a.sliderControlNext{
    display: none;
}

div#slider1 .carousel-caption{
    top: 140px;
}

#slider2 {
    margin-top: 1em;
}

#slider2 .carousel-inner {
    height: 120px;
}

div#slider3 {
    padding: .2em;
    min-height: 180px;
    background:transparent;
}
.tab-menu-box .col-sm-4 {
    width: 30%;
    margin: 0em .2em;
}

.tab-menu img {
    height: 3em;
}

.tab-menu-box {
    padding: 1em .4em;
}

.productBox {
    width: 100%;
    padding: .3em;
    margin: .8em 0em;
}

.productBox a {
    font-size: .6em;
    font-weight: 400;
    display: block;
    padding: .7em .5em;
}

img.aboutLogo {
    padding: 2em;
}

.footer .border-left{
    border: 1px solid transparent !important;
}
.footer ul {
    padding: 0;
}
.product-details {
    padding: 0em 0em;
}

.product-details ul {
    padding: 0;
}

.contact-form, .signup-form, .login-form {
    max-width: 100%;
}
i.fa.fa-cart-plus {
       height: 50px;
    display: inline-flex;
    padding: 0em 0em;
    color: #ffffff;
    font-size: 1.1em;
}

p.account {
    font-size: .8em;
}

/*cart*/

.added-to-cart, .orders {
    display: block;
    padding: 1em;
}

.product-image {
    width: 100%;
    border: none;
    text-align: left;
}

.product-image img {
    max-height: 70px;
    width: auto;
}

.cart-details {
    width: 100%;
}

span.product-price {
    margin-right: .3em;
    min-width: 32%;
}
span.product-quantity{
    min-width: 32%;
}
span.product-total {
    margin-left: .3em;
    min-width: 32%;
}

span.product-code{
    font-size: .7em;
}
h6.product-name {
    margin: 0;
}
span.product-description p {
    margin: 0;
    font-size: .8em;
}
.cartRow {
    padding: 1em 0em;
}

.profile {
    width: 100%;
}
.searchTab{
    display: none;
}
#slider{
    display: none;
}
#slider-mob{
    display: block;
    min-height: 300px;
}
#slider-mob img {
    height: 100%;
}

#categories.desk{
    display: none;
}

.row.searchMobile{
    margin-top:71px;
}

.categoriesBox {
    padding: 3em .5em;
    padding-top: 1em;
}

.col-xs-6.categoryBox {
    width: 50%;
}

.category-details{
    padding: .5em .5em;
}

.category-details p {
    font-size: .8em;
    padding: .3em .2em;
}

.footer img.logo{
    margin-bottom: 2em;
    height: 35px;
    margin: 0 auto;
}

.navigation.mob .cartICON:hover .cart-preview {
    transform: scale(.7);
    right: -3em;
    top: 3em;
}

.bars{
    display: block;
}

.product img{
    max-width: 9em;
    height: auto;
}

}


/*-Media small screen-*/
@media (min-width: 576px) and (max-width: 768px){

.desktopHeader {
    max-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: white;
    margin: 0;
    filter: drop-shadow(0px 4px 6px #357b3730);
}
.navigation{
    display: none;
}

.navigation.mob{
    display: inline-flex;    
    width: 50%;
    padding: .8em .5em;
    height: 71px;
}

.navigationCollapsed {
    width: 35%;
    top: 62px;
}

.logo {
    width: auto;
    padding: .5em;
}

.logoImg {
    max-height: 35px;
    margin-top: .6em;
}

.product-details {
    padding: 2% 3%;
}

.contact-form, .signup-form, .login-form {
    max-width: 100%;
    margin: 0em auto;
}
i.fa.fa-cart-plus {
        height: 50px;
    display: inline-flex;
    padding: 0em 0em;
    color: #ffffff;
    font-size: 1.1em;
}

.logo.neutral, p.account {
    width: 70%;
    margin: 0 auto;
}

.profile {
    width: 90%;
}
.searchTab{
    display: none;
}

#slider-mob{
    display: none;
}

#categories.mob{
    display: none;
}

.row.searchMobile{
    margin-top:71px;
}

.productBox a {
    font-size: .6em;
    font-weight: 400;
    display: block;
    padding: .7em .5em;
}

.footer img.logo{
    margin-bottom: 2em;
    height: 35px;
    margin: 0 auto;
}
.bars{
    display: block;
}
.product img{
    max-width: 12em;
}

}


/*-Media medium screen-*/
@media (min-width: 769px) and (max-width: 1099px){


.desktopHeader {
    max-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: white;
    margin: 0;
    filter: drop-shadow(0px 4px 6px #357b3730);
}
.navigation{
    display: none;
}

.navigation.mob{
    display: inline-flex;
    width: 40%;
    padding: .8em .5em;
    height: 71px;
}

.navigationCollapsed {
    width: 30%;
    top: 62px;
}

.contact-form, .signup-form, .login-form {
    max-width: 100%;
    margin: 0em auto;
}

.logo {
    width: auto;
    padding: .5em;
}

.logoImg {
    max-height: 35px;
    margin-top: .6em;
}

.productBox {
    padding: 1em .4em;
}

.product-details {
    padding: 2% 5%;
}
i.fa.fa-cart-plus {
       height: 50px;
    display: inline-flex;
    padding: 0em 0em;
    color: #ffffff;
    font-size: 1.1em;
}
.logo.neutral, p.account {
    width: 50%;
    margin: 0 auto;
}

.orders {
    width: 100%;
    margin: .5em 0;
}

.yourOrders {
    padding: 1em 0em;
}

a.clear-list{
    right:16%;
    top: 8em;
}

div#ordersPage {
    width: 70%;
    margin: .5em 15%;
}

.searchTab{
    display: none;
}

#slider-mob{
    display: none;
}

#categories.mob{
    display: none;
}

.row.searchMobile{
    margin-top:71px;
}

.productBox a {
    font-size: .6em;
    font-weight: 400;
    display: block;
    padding: .7em .5em;
}

.footer img.logo{
    margin-bottom: 2em;
    height: 35px;
    margin: 0 auto;
}
.bars{
    display: block;
}

.product img{
    max-width: 15em;
}

}


/*-Media large screen-*/
@media (min-width: 1100px) and (max-width: 20000px){

.mobile-header{
    display: none;
}

.navigation.mob{
    display: none;
}

.navigationCollapsed{
    display: none;
}
.searchMobile{
    display: none;
}
.contact-form, .signup-form, .login-form {
    max-width: 100%;
    margin: 0em auto;
}

.product-details {
    padding: 2% 10%;
}
.logo.neutral, p.account {
    width: 50%;
    margin: 0 auto;
}

.orders {
    width: 100%;
    margin: .5em 0;
}

.yourOrders {
    padding: 1em 0em;
}

div#ordersPage {
    width: 70%;
    margin: .5em 15%;
}

a.clear-list{
    right:16%;
    top: 5.5em;
}

.logoImg {
    max-height: 35px;
    margin-top: .6em;
}

#slider-mob{
    display: none;
}
.bestsellers p {
    font-size: 1.3em;
    padding: 3em;
    text-align: left;
}
.footer p {
    padding: 2em;
}

#categories.mob{
    display: none;
}

.productBox a {
    font-size: .7em;
    font-weight: 400;
    display: block;
    padding: .7em .5em;
}
.bars{
    display: none;
}



}

