.sticky .add-sticky .logo {
    max-width: 240px;
}

.header-middle .add-sticky .main-menu {
    display:none;
}
.header-middle.sticky .add-sticky .main-menu {
    display:block;
}

.header-middle.sticky .add-sticky .search-container {
    display:none;
}

.nav-cart-mobile{display:none;}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
    .nav-cart-mobile{display:inline-block;margin-right:10px;}
    .offcanvas_menu {
        display: inline-block;
    }
}

.product-list-content .product-list-image {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 6px;
    width: 100px;
    height: 140px;
    position: relative;
}

.left-side-wrapper .product-list-content .product-caption{
    padding: 17px 10px 20px 14px;
}

.single_slider .slider_content{
    left: 8%;
    height: 80%;
    min-width: 220px;
}

.slick-active .slider_content a{
    position: absolute;
    bottom: 25px;
}


@media only screen and (max-width: 575px){
    .single_slider .slider_content{
        left: 8%;
        height: 80%;
        min-width: 120px;
    }
    
    .slick-active .slider_content a{
        position: absolute;
        bottom: 10px;
    }

}


/*
.price-box .old-price {
    font-size: 11px;
    font-weight: 600;
    color: #acacac;
    position: absolute;
    top: 30px;
}
*/

.product-summery .price-box .old-price { position: static; font-size: 14px; };
.grid_list .item-product .grid-list-caption {width: 100%; }
.grid_list .item-product .grid-list-caption .price-box .old-price { position: static; font-size: 14px; };

.grid_list .product-thumb img{ max-width: 240px; }

.sidebar-title .title-shop {
    font-size: 18px;
    line-height: 24px;
    border-bottom: 2px solid #ebebeb;
    padding: 0 0 10px;
    margin-bottom: 15px;
}

ul.category-mega li.cat-mega-title > a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 25px;
}
ul.category-mega li.cat-mega-title > ul > li > a {
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000000;
}

.sidebar-category-expand ul.sub-menu li:last-child a {
    border-bottom: 1px solid #e4e3e3;
}

.sidebar-category-expand li li.menu-open a:first-child {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e3e3;
}

.sidebar-category-expand li li.menu-open ul.sub-menu {
    padding-left: 20px;
}

.sidebar-category-expand li li.menu-open ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e3e3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .left-side-wrapper .product-list-content .product-caption{
        padding: 0;
    }
    .left-side-wrapper .price-box .old-price {
        font-size: 11px;
        font-weight: 600;
        color: #acacac;
        position: static;
    }

}


.toolbar-shop.toolbar-bottom > nav{
    width: 100%;
}

.product-row{ width: 100%; display: inline-block; border: 1px solid #eee;}
.item-product{ width: 100%; }
.item-product .product-caption{ padding: 5px; text-align: center; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.item-product .product-caption .product-name a{ display: block; -webkit-transition: 0.3s; transition: 0.3s;}
.item-product .product-caption .product-name a h2, .item-product .grid-list-caption .product-name a h2{ font-size: 1em; color: #3c74b9; letter-spacing: normal; font-weight: 700; text-transform: capitalize;margin-bottom: 0.5em; padding: 0; }
.item-product .product-caption .price-box {display: block;line-height: 1.3; margin-bottom: 0; font-weight: 700; margin-bottom: 0.5em; font-size: .9em; }
.item-product .product-caption .price-box span{display: block;border: 0;font-size: 100%; margin: 0;outline: 0;padding: 0;vertical-align: baseline; }
.item-product .product-caption .cart-btn{display: block;color: #fff; background-color: #333; text-transform: capitalize; border: none;letter-spacing: normal; 
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    white-space: normal;
    line-height: 1.3;
    border-radius: 2px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*
.product-caption .product-name a {
    line-height: 22px;
    display: block;
    overflow: hidden;
    color: #3c74b9;
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    white-space: nowrap;
}
*/

.product-sku{ display:inline-block;padding:0 10px 0 0;margin-right: 5px;}
.product-category{ display:inline-block;padding:0 10px 0 0;margin-right: 5px;}
.product-sku > span, .product-category > span{ font-weight: 700;}

.product-desc-tab ul li a {
    font-size: 18px;
    padding: 20px 10px;
    border-right: none;
    border-bottom: 2px solid #e4e3e3;
    display: block;
    color: #a8a8a8;
}
.product-desc-tab ul li a.active {
    border-right: none;
    border-bottom: 2px solid #555555;
    color: #555555;
}

.product-desc-tab, .product-desc-tab-content {
    padding-left: 0px;
}


.mini-cart-details .innr-crt-img > img{
    max-width: 70px;    
}

.invoice {
    padding: 30px;
}

.invoice h2 {
	margin-top: 0px;
	line-height: 0.8em;
}

.invoice .small {
	font-weight: 300;
}

.invoice hr {
	margin-top: 10px;
	border-color: #ddd;
}

.invoice .table tr.line {
	border-bottom: 1px solid #ccc;
}

.invoice .table td {
	border: none;
}

.invoice .identity {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: 300;
}

.invoice .identity strong {
	font-weight: 600;
}


.grid {
    position: relative;
	width: 100%;
	background: #fff;
	color: #666666;
	border-radius: 2px;
	margin-bottom: 25px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.header-three .search-container form .search_box .header-search{
    border-radius: 30px 0px 0px 30px;
}


footer{
    background: #343a40;
    color: #b4b4b4;
    padding-top: 20px;
}

footer p{ color: #b4b4b4; }
footer .widgets_container h6{ color: #b4b4b4; }

footer .newsletter-group{ display: none; }


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #40be4b; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }



@media only screen and (max-width: 991px){
    .categories-expand .categories-hover-right {
        display: block;
    }
    
    ul.category-mega {
        width: 100%;
    }

    ul.cat-submenu {
        background: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0px;
        opacity: 1;
        position: static;
        top: 0px;
        visibility: visible;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        word-wrap: break-word;
        padding: 5px 26px;
    }
    ul.cat-submenu li.cat-mega-title {
        width: 100%;
        float: none;
        margin-bottom: 5px;
        border-bottom: 1px solid #ebebeb;
    }
    ul.category-mega li.cat-mega-title > a {
        font-size: 86%;
        font-weight: 500;
        text-transform: capitalize;
        color: #000000;
        margin-bottom: 5px;
    }
    ul.category-mega li.cat-mega-title > ul {
        padding-left:10px;
    }
    ul.category-mega li.cat-mega-title ul li {
        margin-bottom: 5px;
        border-bottom: 1px solid #ebebeb;
    }
    ul.category-mega li.cat-mega-title ul li:last-child{
        border-bottom: none;
    }
}

@media only screen and (max-width: 479px){
    .categoryes-menu-bar .categorye-menus > ul > li > a {
        margin: 0px 10px;
        font-size: 12px;
        line-height: 3.6;
    }
}