body {
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
	color: #222;
	letter-spacing: .8px;
	font-size: 14px;
}
button:focus,:focus {
    outline: none;
}
a:focus, a:hover{
    outline: none;
    text-decoration: none;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
a{
	transition: 0.3s ease;
	color: #000;
}
a:hover{
	color: #51aa1b;
}
.form-control:focus{
    box-shadow: none;
    border-color: #eee;
}
@media (min-width: 1200px) {
    .container{
        max-width:1170px;
    }
}
@media(max-width:991px){
    .container{
        max-width:100%;
    }
}
ul li {
    list-style: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #222;
    border-color: #222;
    color: #fff;
    box-shadow: none !important;
}
/* header */
.header-nav {
    border-bottom: 1px solid #e5e5e5;
    background-color: #F8F8F8;
    line-height: 0;
}
.header-nav .dropdown-menu.show{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.1);
    border-color: #eee
}
.header-nav .dropdown-menu{
    transition: all 0.35s ease-out 0s;
margin-top: 50px;
visibility: hidden;
display: block;
opacity: 0;
transform:none !important;
}
.show .dropdown-menu{
    margin-top:33px;
    visibility: visible;
opacity: 1;
transform:none !important; 
}
.header-social ul li {
    display: inline-block;
    list-style: none;
}
.header-social .socials-block ul li:first-child a {
    border-left: 1px solid #e5e5e5;
}
.header-social .socials-block ul li a i {
    font-size: 14px;
}
.header-social .socials-block ul li:hover a {
    color: #51aa1b;
}
.header-social .socials-block ul li a {
    display: block;
    width: 36px;
    padding-top: 9px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    height: 31px;
    color: #666;
}
.socials-block ul{
    margin-bottom: 0;
    padding: 0;
}
.lang,.cur,.account{
	display: inline-block;
}
.right-nav .dropdown-toggle::after{
    display: none;
}
.right-nav button{
	border: none;
    outline: none !important;
    background-color: transparent;
    color: #666;
    text-transform: capitalize;
    font-size: 13px;
    padding: 0;
    text-decoration: none;
    transition: 0.3s ease;
    letter-spacing: 0.8px;
}
.right-nav button:hover{
	color: #51aa1b;
}
.right-nav li {
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
    line-height: 32px;
    color: #666;
}
.right-nav li:last-child {
    border-right: 1px solid #e5e5e5;
}
.right-nav .dropdown-item{
    padding: 0px 10px;
    font-size: 14px;
    color: #666;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
    color: #51aa1b;
}
/* middel header */
.nav-link.csvg.float-xs-right {
    margin-top: 2px;
}
.calldis {
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}
span.calldess {
    color: #2a3746;
}
.header-top {
    padding: 25px 0;
}
/* bottom header */
.topmenu {
    background-color: #f7a025;
    /*background-color: #51aa1b;*/
    margin-bottom: 20px;
}
/* menu */
.btn-navbar.navbar-toggle {
    color: #2d2d2d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    background-color: rgba(255,255,255,.2);
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}
.cate {
    margin: 0 5px;
    vertical-align: middle;
}
.title-menu {
    background: #ffd200;
    border-color: transparent;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 15px;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    direction: ltr;
    text-transform: capitalize;
    border: none;
}
.submenu-title {
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    margin: 0 0 5px;
    padding: 4px 0;
}
.menu .dropdown-inner a:hover{ color: #51aa1b; }
@media(min-width: 768px){
    .enangle {
        float: right;
        transition: all 0.3s ease 0s;
        margin-top: 2px;
    }
    .menu li a:hover .enangle {
        transform: rotate(-90deg);
    }
    .menu .dropdown-menu {
         background: #FFF;
        visibility: hidden;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.35s ease-out 0s;
        -o-transition: all 0.35s ease-out 0s;
        transition: all 0.35s ease-out 0s;
        left: 100%;
        margin: 0 2px !important;
        border: none;
        top: 0;
        box-shadow: 0 0px 5px rgba(0,0,0,.175);
    }
    .menu .dropdown-menu a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    .menu .dropdown:hover .dropdown-menu {    
        display: block;
        padding: 12px 0;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        border-radius: 0;
    }
    .menu .dropdown-inner {
        display: table;
        direction: ltr;
    }
    .menu .dropdown-inner ul {
        display: table-cell;
    }
    .menu .dropdown-inner a {
        min-width: 210px;
        padding: 3px 9px;
    }
	.insp-menu-vertical.clearfix {
    	max-width: 270px;
    	position: relative;
	}
    .csvg{
        display: inline-block !important;
    }
}
@media(min-width: 768px){
	#under-menu {
        position: absolute;
        top: 48px;
        z-index: 9;
        border: 1px solid #eee;
        border-radius: 0 0 3px 3px;
        left: 0;
        right: 0;
        background-color: #fff;
	}
    .indexp #under-menu{
        display: block !important;
    }
    .static-menu li {
        padding-top: 14px;
        margin: 0 15px;
        display: inline-block;
    }
    .static-menu li a {
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
    }
    .static-menu li a:hover {
        color: #ffd200;
    }
    .static-menu {
        padding: 0;
        margin: 0;
    }   
}
.level-1 {
    cursor: pointer;
    list-style: none;
}
.level-1 a{
    cursor: pointer;
    color: #2a3746;
    padding: 10.8px 20px;
    font-size: 14px;
    background-color: transparent;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    display: block;
}
/* search */
#search_category {
    width: 150px;
    height: 40px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAQAAABQ+cdNAAAAXklEQVQImWNgyGfw/8+AgAwBDDkMDCcZfjCEwoWiGH4zHGFgUGY4xvCZIR4slMzwleEwgxKIKQeU+8mQwJDC8IvhAIMsUASsQoZhJ5ixlUEKzIeaJcmwjmE1gxiEBwDQnyuqGvjm0gAAAABJRU5ErkJggg==);
    background-position: right 15px center;
    position: relative;
    -moz-appearance: none;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    border-radius: 5px 0 0 5px;
    border: none;
    background-color: transparent;
}
#searchbox::before {
    content: '';
    position: absolute;
    border-right: 1px solid #eee;
    left: 0;
    height: 40px;
    top: 0px;
    z-index: 9;
}
#search_block_top .input-group {
    width: auto;
}


#searchbox {
    position: relative;
    display: table;
}

#searchboxpc::before {
    content: '';
    position: absolute;
    border-right: 1px solid #eee;
    left: 0;
    height: 40px;
    top: 0px;
    z-index: 9;
}

#searchboxpc {
    position: relative;
    display: table;
}


#search_block_top {
    transition: all 0.5s;
    z-index: 9;
    border: none;
    border-radius: 5px;
    margin-top: 3px;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
}
#search_query_top {
    font-size: 14px;
    height: 40px;
    border: none;
    border-radius: 5px !important;
    background: #fff;
    display: table-cell;
	width: 100%;
	position: relative;
    vertical-align: middle;
}
.button-search {
 /*   background: #51aa1b;*/
    background: #f25912;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    transition: 0.3s ease;
    cursor: pointer;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 0 15px;
    min-width: auto;
    margin-right: -2px;
}


#sp-btn-search {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

#sp-btn-searchpc {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

#_desktop_user_info svg, #_desktop_cart svg, .usvg svg {
    transition: 0.3s ease;
    fill: #fff;
}
.hdis {
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
    display: inline-block;
}
.hdis span {
    font-size: 12px;
    text-transform: capitalize;
}
span.userdess {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
span.cartcount {
    background-color: #f25912;
/*    background-color: #51aa1b;*/
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    position: absolute;
    left: -3px;
    bottom: -7px;
}
#_desktop_user_info {
    margin: 2px 30px;
}
.user-down{
    padding: 5px 15px;
}
#_desktop_cart {
    margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
}
/* home page */
/* slider */
#slideshow0 img{
    border-radius: 2px;
}
#slideshow0.owl-theme .owl-nav div i{
    font-size: 18px;
    line-height: 60px;
}
#slideshow0.owl-theme .owl-nav button{
    color: #fff;
    font-size: 20px;
    margin: 5px;
    padding: 7px 0;
    background: #1a1a1a;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    border: 2px solid #1a1a1a;
    transition: all 0.3s ease 0s;
    opacity: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
#slideshow0.owl-theme:hover .owl-nav button{
    opacity: 1
}
#slideshow0.owl-theme .owl-nav button:hover{
    color: #fff;
    background: #51aa1b;
    border: 2px solid #51aa1b;
}

#slideshow0.owl-theme:hover .owl-nav .owl-next{
    right: 10px;
}
#slideshow0.owl-theme:hover .owl-nav .owl-prev{
    left: 10px;
}
#slideshow0.owl-theme .owl-nav .owl-next{
    right: 0px;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 45%;
}
#slideshow0.owl-theme .owl-nav .owl-prev{
    left: 0px;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 45%;
}
#slideshow0.owl-theme .owl-nav{
    margin-top: 0;
}
.slide-padding {
    padding: 0 5px;
}
.rightbanner .banner-effect:first-child {
    margin-bottom: 20px;
}
/* slider end */
/* category image */
@media(min-width: 1200px){
    .block-cat-wr {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

h4.cat-name-height{
    font-size: 15px;
    color: #444;
    margin-top: 10px;
}
.block-cat-wr:hover h4.cat-name-height{
    color: #51aa1b;
}
@media(min-width: 600px) and (max-width: 768px){
    .block-cat-wr {
        max-width: 33.330%;
        flex: 0 0 33.33%;
    }
}
@media(max-width: 599px){
    .block-cat-wr {
        max-width: 50%;
        flex: 0 0 50%;
    }
    h4.cat-name-height{
        font-size: 12px;
        color: #444;
    }
}
/* category image end */
/*category tab*/
.nav-tabs>li {
    float: none !important;
    display: inline-block;
}
.pro-bg h2 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.pro-bg h2, .heading, .home-heading {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 20px;
}
.pro-bg h2::before, .heading::before {
    content: '';
    background-color: #f25912;
    /*background-color: #51aa1b;*/
    position: absolute;
    left: -20px;
    top: 2px;
    width: 13px;
    height: 13px;
}
.pro-bg {
    margin-top: 50px;
}
.nav-tabs{
    border: none;
}
.category-tab .nav>li>a {
    padding: 0 10px;
}
.category-tab .nav>li.active a{
    color: #51aa1b;
}
.pro-bg .nav-tabs {
    margin-right: 90px;
}
@media(min-width: 768px){
    .catb{
        display: none;
    }
    footer h5 button{
        display: none !important;
    }
    .footer-collapse.collapse{
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
/*category tab end*/
/* 4 banner */
.cbanner {
    padding: 0 5px;
}
.firstbanner {
    padding-right: 10px;
}
.secondbanner {
    padding-left: 10px;
}
.topbanner,.offerbanner {
    margin-top: 50px;
}
.cbanner .banner-effect:first-child {
    margin-bottom: 20px;
}
/*4 banner end */
/* product tab */
.pro-tab li{
    padding: 0 0px 0 0;
}
.pro-tab li.active a{
    color: #51aa1b;
}
.pro-tab.nav > li > a{
    padding: 3px 15px !important;
}
/* product tab end*/
/* count down */
/* jQuery Countdown styles 2.0.0. */
@media(min-width: 768px){
    .thumbnail-product:hover .countdown-row{
        opacity: 0;
        z-index: -1;
    }
}
#count .button-group {
    top: 120px;
}
.countdown-row {
    transition: all 500ms ease 0s;
    position: absolute;
    bottom:140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align:center;
}
.countdown-rtl {
    direction: rtl;
}
.countdown-row { width:100%; display:inline-block; }
.countdown-row .countdown-section {
    min-width: 47px;
    margin: 0 5px;
    padding: 5px 5px 5px;
    background: #f2f2f2;    
    border:1px solid #ddd;
    display: inline-block;
    border-radius:0px;
    height: 47px;
    text-align: center;
}
.countdown-amount {
    font-size: 16px;
    font-weight: 500;
    color:#333;
}
.countdown-period {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    display: block;
    margin-top: -3px;
}
.countdown-descr {
    display: block;
    width: 100%;
}
@media (max-width: 1199px){
    .countdown-amount { font-size:12px; }
    .countdown-period { font-size:11px; line-height:14px; }
}
/* count down end */
/*logo slider */
.logo-slider {
    margin-top: 45px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 10px 0;
}
.logo-slider img{
    width: auto !important;
}
/* blog */
#blog .product-block{
    padding: 0 8px;
    overflow: hidden;
}
.blog-right h4 a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}
.blog-right h4{
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blog-desc {
    margin: 10px 0;
    color: #666;
    text-transform: capitalize;
    font-size: 13px;
    text-align: justify;
}
.blog-img {
    padding: 10px 0 0;
}
.date-time, .write-comment > a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
.date-time{
    margin-left: 5px;
}
.date-blog-hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.the_dated{
    font-size: 40px;
}
.view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
}
.bread{
    display: inline-block;
    color: #51aa1b;
    text-transform: capitalize;
}
.read-more {
    float: left;
}
@media(min-width: 768px){
    .blogstate{
        position: sticky;
        top: 15px;
    }
}
.blogdes{
    font-size: 12px;
    color: #777;
}
.blog-date{
    float: left;
}
.product-block .blog-left .inspire-post-author {
    bottom: -18px;
    color: #ffffff;
    font-size: 12px;
    left: 0px;
    right: 0;
    position: absolute;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    background-color: #51aa1b;
    text-align: center;
    padding: 6px 0;
    opacity:0;
}
.blog-left {
    position: relative;
    overflow: hidden;
}
.product-block:hover .blog-left .inspire-post-author {
    bottom: 0px;
    opacity: 1;
}
.write-comment > a {
    color: #fff;
}
/* blog end*/
/*logo slider end*/

/* product */
.pro-nepr .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -62px;
    right: 0px;
}
.pro-nepr .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: -62px;
    left: auto;
    right: 35px;
}
.pro-nepr .owl-theme .owl-nav div i {
    font-size: 15px !important;
    position: relative;
    top: 2px;
    margin: 0;
    
}
.pro-nepr .owl-theme .owl-nav .owl-next i, .pro-nepr .owl-theme .owl-nav .owl-prev i{
    color: #fff;
}
.pro-nepr .owl-theme .owl-nav button {
    padding: 3px 10px !important;
    border-radius: 100% !important;
    background: #cacaca !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    width: 26px;
    height: 26px;
}
.pro-nepr .owl-theme .owl-nav button:hover {
    background: #51aa1b !important;
}
.insp-image-block .second-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%,40%) scale(.2);
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}
.thumbnail-product:hover .second-img {
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    transform: translate(0%,0%);
}
.insp-image-block {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
}
.save-badge {
    position: absolute;
top: 10px;
left: 10px;
color: #09ac63;
max-width: 90%;
background: #e2f7ee;
padding: 0px 7px;
border: 1px solid #e2f7ee;
border-radius: 5px;
font-size: 12px;
margin-top: 0px;
margin-bottom: 0;
}
.save-badge-n{display: none}
.discount-product {
    position: absolute;
    top: 10px !important;
    left: auto;
    right: 10px;
    background-color: #333;
    font-size: 12px;
    padding: 0 8px 2px 8px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s 0.1s;
    border-radius: 5px;
    height: 20px;
    display: none;
}
.insp-image-block img {
    width: auto !important;
    border-radius: 5px;
}
.product-label-new{
    margin: 0;
}
.thumbnail-product .product-title {
    font-size: 14px;
    color: #222;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease 0s;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
    margin: 10px 0 10px 0;
    text-align: center;
    font-weight: normal;
}
.insp-product-desc{
    padding: 0 5px;
    text-align: center;
}
.insp-product-grid .insp-product-desc {
    min-height: 53px;
}
.thumbnail-product .product-price-all {
    height: 21px;
}
.listds {
    display: none;
}
.comments_note i, .star_content i {
    font-size: 14px;
    color: #fcae01;
}
.star_content .fa-stack {
    width: 13px;
    height: 14px;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.product-price-all span {
    display: inline-block;
}
.price {
    font-size: 14px;
    font-weight: 600;
    color: #51aa1b;
    letter-spacing: 0;
}
.regular-price {
    text-decoration: line-through;
    color: #a5a5a5;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
}
.qtybox { 
    display: inline-block; 
    vertical-align: middle;
}
.cart-box{
    margin-top: 12px;
    float: none;
    display: block;
}
.qtybox label{
    display: inline-block;
    margin: 0 8px;
}
.qtybox input{
    position: relative;
    width: 46px;
    display: inline-block;
    padding: 0 5px;
    height: 35px;
}
.thummargin{
    margin-left: -8px;
    margin-right: -8px;
}
.item-product{
    padding: 0 8px;
}
.cart-box button{
    fill: #777;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 9px;
    background-color: #fff;
    padding: 0 20px;
    cursor: pointer;
    transition: all 500ms ease 0s;
    margin-left: 20px;
}
.button-group button{
    background: #fff;
    border: none;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    padding: 9px 0;
    cursor: pointer;
    color: #222;
    transition: 0.3s ease;
    vertical-align: middle;
    fill: #111;
    width: 38px;
    height: 38px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    outline: none !important;
}
.button-group button:hover{
    fill: #fff;
    background: #51aa1b;
    border: none;
}
.cart-box button:hover{
    fill: #fff;
    background: #51aa1b;
    border: 1px solid #51aa1b;
}
.thumbnail-product {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
@media(min-width: 768px){
    .all-btn {
        position: absolute;
        bottom: 60%;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    .all-btn {
        opacity: 0;
        transition: 0.3s ease;
    }
    .thumbnail-product:hover .all-btn {
        opacity: 1;
    }
}
/* service */
.service li{
    vertical-align: middle;
    display: inline-block;
}
.service li svg {
    fill: #b0b0b0;
    margin: 0 5px;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.service ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #b0b0b0;
    margin-bottom: 0;
}
.service ul li p {
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 500;
    color: #b0b0b0;
    margin-bottom: 0;
}
.service ul:hover svg{
    transform: rotateY(180deg);
    cursor: pointer;
    fill: #fff;
}
.service ul{
    margin-bottom: 0;
}
/* service end */
/* footer */
/* footer bottom */
.foot-bottom {
    padding: 25px 0;
    margin-top: 30px;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}
.foot-social {
    margin-top: 3px;
    margin-bottom: 0;
}
.foot-social li a {
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    padding-top: 7px;
    height: 28px;
    text-align: center;
    width: 28px;
    transition: all 0.2s ease-in-out 0s;
    background: #3d3d3d none repeat scroll 0 0;
    color: #8c8c8c;
    line-height: 30px !important;
}
.foot-social li.list-inline-item{
    margin : 0;
}
.foot-social li a i {
    font-size: 13px;
}
.foot-app li {
    display: inline-block;
}
.foot-app {
    position: relative;
    top: -1px;
    margin-bottom: 0;
}
.foot-pay {
    margin-top: 7px;
}
.foot-pay img {
    max-width: 250px;
}
@media(min-width: 768px) and (max-width: 991px){
    .foot-app img {
        max-width: 82px;
    }
}
@media(max-width: 767px){
    .foot-bottom .col-12 {
        text-align: center !important;
        margin-bottom: 6px;
    }
    .foot-pay img {
        float: none !important;
        margin: 0 auto;
    }
    .foot-app img {
         margin: 12px 0 8px 0px;
    }
}
@media(max-width: 599px){
    .foot-app img {
        max-width: 85px;
    }
}
/* footer bottom end */
.foot-top {
    background-color: #3d3d3d;
    padding: 30px 20px;
    margin-bottom: 50px;
}
#footer {
    margin-top: 50px;
    color: #666666;
    background-color: #252525;
}
/* news */
.block_newsletter span {
    vertical-align: middle;
}
.block_newsletter h4 {
    font-size: 14px;
    text-transform: capitalize;
    color: #999;
    margin-top: 10px;
}
.block_newsletter form {
    position: relative;
    margin-top: 2px;
}
.block_newsletter .btn {
    transition: 0.3s ease;
    background-color: #51aa1b;
    background: #51aa1b;
    color: #fff;
    height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.block_newsletter form input[type="email"] {
    height: 40px;
    border-radius: 4px;
    background: #2b2b2b none repeat scroll 0 0;
    border: 1px solid #404040;
    color: #ffffff;
    line-height: 22px;
    margin: 15px 0;
    padding: 5px 10px;
    width: 100%;
}
.block_newsletter form .input-wrapper {
    overflow: hidden;
}
@media(min-width: 768px){
    .footer-container .collapse {
        display: block !important;
        padding: 0;
    }
}
.links .h3 {
    display: block;
    color: #fff;
    cursor: pointer;
    font: 500 20px/24px "Poppins",Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.footer-container li a,#footer_contact {
    cursor: pointer;
    font-size: 14px;
    line-height: 35px;
    color: #939393;
    padding: 0;
    word-break: break-all;
}
.footer-container ul{
    padding: 0;
}
#footer_contact .icon svg {
    fill: #f25912;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 8px;
    font-size: 16px;
}
.social{
    margin-bottom: 0;
}
.ad {
    margin-left: 33px;
}
.footer-container li a:hover{
    color: #51aa1b;
}
.foot-copy {
    padding: 10px 0;
}
.foot-copy ._blank {
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.foot-copy ._blank:hover {
    color: #51aa1b;
}
/* product page */
#sync2 {
    margin-top: 15px;
}
.margin-mi{
    margin-left: -5px;
    margin-right: -5px;
}
#sync2 .item{
    padding: 0 5px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
h2.heading.co-heading {
    margin-bottom: 20px;
}
.text-prodecor, .text-de {
    text-transform: capitalize;
    color: #161616;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 145px;
    display: inline-block;
}
.product-gr{
    padding: 0;
}
.product-gr li{
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 5px 10px;
}
.product-gr li label{
    padding: 0;
    margin: 0;
}
.product-gr input{
    position: absolute;
    opacity: 0;
}
.product-right .description {
    display: block;
    opacity: 1;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    margin-top: 15px;
}
.product-na-title{
    font-size: 18px;
    font-weight: 600;
}
.pro-price{
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
}
.product-right .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #232d2a;
    border-radius: 0;
}
.product-right #input-quantity {
    border-radius: 0;
}
.btn {
    padding: 6px 12px;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    fill: #fff;
    transition: all 0.5s linear;
}
.product-price-all {
    margin-bottom: 15px;
}
.prodcut-des {
    border: 1px solid #eee;
    margin-top: 30px;
}
.prodcut-des .nav-pills {
    border-bottom: 1px solid #eee;
}
.prodcut-des .nav-pills a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    padding: 18px 15px;
    letter-spacing: 1px;
    display: inline-block;
}
.prodcut-des .tab-pane {
    padding: 15px;
}
.nav-pills > li > a.active, .nav-pills > li > a.active:focus, .nav-pills > li> a.active :hover {
    color: #51aa1b;
    background-color: transparent;
}
/* product page end*/
/* login page */
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 3px;
    margin-left: -20px;
}
#login-box {
    border: 1px solid #f2f2f2;
    padding: 15px;
    min-width: 500px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.form-control{
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #51aa1b;
}
.text-info {
    color: #000;
}
.pt-5{
    margin-bottom: 30px;
    padding-top: 0 !important;
}
.fpass {
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}
#register-link{
    margin-top: 20px;
}
a{
    color: #000;
    transition: 0.3s ease;
}
a:hover,a:focus{
    color: #51aa1b;
}
.btn-primary{
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 16px;
    border-radius: 4px;
    background-color: #000;
    padding: 6px 30px;
    transition: 0.3s ease;
}
.btn-primary:hover{
    background-color: #51aa1b;
    border: 1px solid #51aa1b;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title h5{
    margin-top: 10px;
    margin-bottom: 10px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/* contact page */
.contact-rich {
    background-color: #fff;
    color: #1a1a1a;
    margin-bottom: 2rem;
    word-wrap: break-word;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
}
.contact-rich h4 {
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 2rem;
}
.contact-rich .block .icon {
    width: 2.5rem;
    font-size: 20px;
}
.contact-rich .block .data {
    color: #232323;
    font-size: 15px;
    width: auto;
    overflow: hidden;
}
#contact {
    position: relative;
    display: block;
    border-radius: 4px;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 15px 15px;
    margin-top: 30px;
}
#contact-box {
    max-width: 500px;
}
.text-info {
    color: #000 !important;
}
/* check out page */
.panel-body {
    padding: 15px;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.cartnde h4{
    font-size: 18px;
}
.clickable{
    cursor: pointer;   
}
.panel-info {
    border: 1px solid #bce8f1;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.cartt h6{
    margin-top: 10px;
}
button.btn.btn-default.btn-sm.btn-block {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.cartpage h6.text-right{
    margin-top: 10px;
}
.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}
#block-reassurance {
    border: 1px solid #f2f2f2;
}
#block-reassurance li {
    border-bottom: 1px solid #f2f2f2;
}
#block-reassurance li .block-reassurance-item {
    padding: .5rem 1rem;
}
#block-reassurance ul{
    padding: 0;
    margin-bottom: 0;
}
#block-reassurance img {
    width: 25px;
    margin-right: .625rem;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #51aa1b;
    background-color: transparent;
}
.total-box {
    position: relative;
    display: block;
    border-radius: 0px;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
}
.total-box .sub-totals{
	padding-top: 8px;
	padding-bottom: 8px;
}
#box {
    padding: 15px;
}
/* check out page */
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-default #box {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.form-group {
    margin-bottom: 15px;
}
/* category page */
@media(min-width: 1200px){
    #left-column {
        max-width: 22%;
        flex: unset;
    }
    .left-column {
        max-width: 78%;
        flex: unset;
    }
}
.breadcrumb{
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 12px 18px;
    margin-top: 0px;
    background-color: #fff;
}
.breadcrumb li::after {
    content: "|";
    margin: 10px;
}
.breadcrumb li:last-child::after {
    display: none;
}
.bh {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500;
}
.card-block {
    padding: 15px;
    margin-bottom: 20px;
}
#category-description p{
    font-size: 14px;
    color: #666;
}
.products-selection {
    border: 1px solid #f2f2f2;
    margin: 0 0 15px 0;
    padding: 6px;
    background-color: #fff;
    border-radius: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
    margin-right: 6px;
}
.insp-grid-list .active svg {
    fill: #000;
}
.insp-grid-list .btn{
    padding: 0;
}
.total-products p {
    margin-bottom: 0;
    margin-top: 4px;
}
.products-sort-order .select-title {
    display: inline-block;
    text-align: left;
    width: 100%;
    cursor: pointer;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    color: #000000;
    padding: 5px 10px;
/*    background-color: #51aa1b;*/
    background-color: #f25912;
}
.products-sort-order .select-title i{
    margin-top: 4px;
}
.products-sort-order .select-list {
    display: block;
    padding: 2px 5px;
    line-height: 25px;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 5px;
}
.products-sort-order .dropdown-menu {
    width: 100%;
    border: none;
    right: 0;
    left: 0;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.products-sort-order, .lgrid {
    padding: 0;
}
.insp-grid-list {
    margin-top: 3px;
    padding: 0 5px;
}
.sort-by {
    margin-top: 4px;
}
.insp-product-grid .item-product {
    margin-bottom: 20px;
}
.product-grid,.product-list {
    padding: 0 5px;
}
.row.insp-product-grid{
    margin: 0 -5px;
}
.product-list .listds {
    display: block;
    text-transform: capitalize;
    color: #8a8a8a;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.product-list .all-btn {
    position: unset;
    text-align: left;
    margin-top: 15px
}
.product-list .thumbnail-product{
    padding-bottom: 0;
}
.product-list .all-btn {
    opacity: 1;
    transition: unset;
}
@media(min-width: 768px){
    .product-list .insp-product-single .insp-image-block {
        float: left;
        margin-bottom: 0;
    }
    .product-list .insp-product-single .insp-product-desc {
        padding-left: 15px;
        float: left;
    }
    .product-list .insp-product-single .insp-product-desc {
        text-align: left !important;
    }
    .product-list .insp-product-single .product-title{
        text-align: left;
    }
}
@media(min-width: 1200px){
    .product-list .insp-product-single .insp-product-desc{
        width: 75%;
    }
    .product-list .insp-product-single .insp-image-block {
        width: 25%;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .product-list .insp-product-single .insp-product-desc{
        width: 70%;
    }
    .product-list .insp-product-single .insp-image-block {
        width: 30%;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .product-list .insp-product-single .insp-product-desc{
        width: 60%;
    }
    .product-list .insp-product-single .insp-image-block {
        width: 40%;
    }
}
/* category page end */
/* left column */
#search_filters{
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 15px;
}
.facet-title {
    color: #51aa1b;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 24px;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
@media(min-width: 768px){
    .facet .collapse{
        display: block !important;
    }
}
#search_filters .form-check-input {
    margin-top: 2px;
}
.facet li {
    padding-top: 10px;
    list-style: none;
}
#_desktop_search_filters_clear_all {
    margin-top: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #51aa1b;
    border-color: #51aa1b;
}
.btn-primary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"] {
    color: #51aa1b;
    font-size: 18px;
    margin: 0;
    padding: 2px 0;
    background: #f8f8f8;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #f8f8f8;
    width: 30px;
    height: 30px;
    opacity: 1;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s ease;
    font-weight: 500;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"] i {
    font-size: 22px;
}
.next-prevb .owl-theme .owl-nav .owl-prev {
    margin: 0 10px;
}
.next-prevb .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #51aa1b;
    border: 1px solid #51aa1b;
    color: #fff;
}
/*modal css*/
/*quick view*/
@media(min-width: 1200px){
    #qview .modal-dialog{
        max-width: 1024px !important;
        width: 1024px !important;
    }
    #cview .modal-dialog{
        max-width: 600px !important;
        width: 600px !important;
    }
}
.additional-image{
    margin-top: 15px;
}
.p-dec h1{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 23px;
}
.p-dec hr{
    border-top: 1px solid #f2f2f2;
}
.discount-percentage-new{
    background: #51aa1b;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: .3125rem .625rem;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
}
.product-prices div{
    display: inline-block;
}
.current-price{
    display: inline-block;
    margin-bottom: .625rem;
}
.short-desc{
     border-bottom: 1px solid #f2f2f2;
    padding: 16px 0;
    margin-bottom: 0;
}
.short-desc p{
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 0;
}
.p-dec .control-label{
    float: left;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-weight: 500;
    text-transform: capitalize;
}
.p-dec .product-variants > .product-variants-item select{
    background-color: #fff;
    width: auto;
    padding-right: 1.875rem;
    border-radius: 5px;
    border: 1px solid #eee;
}
.p-dec .product-variants-item, .product-add-to-cart{
    border-bottom: 1px solid #f2f2f2;
    padding: 16px 0;
    margin-bottom: 0;
}
.color-panel li{
    position: relative;
    float: left;
}

.color-panel .input-color{
  
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
    position: relative;
    top: 9px;
}
.qty-input .input-group{
  width: 44px;
  margin-right: 15px;
  margin-left: 15px;
  height: 39px;  
}
.qty{
    display: inline-block;
    float: left;
}
.product-wish-compare button{
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px !important;
}
.social-sharing{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;    
}
.social-sharing ul{
    padding: 0;
}
.social-sharing li{
    height: 2.5rem;
    width: 2.5rem;
    display: inline-block;
    background-color: #f5f5f5;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
}
.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.cmn-des{
    text-align: center;
}
.cmn-des svg{
    fill: #4CAF50;
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px;
}
.cmn-des a{
    color: #51aa1b;
}
#wview.modal, #comview.modal{
    top: 40% !important;
}
#cview .p-dec h1{
    font-size: 17px;
}
#cview .product-variants-item{
    border: 0;
    padding: 0;
}
/*#wview.modal .modal-body, #comview.modal .modal-body{
    background: #e2f7ee;
    border-radius: 4px;
}*/
#wview .modal-dialog, #comview .modal-dialog{
    max-width:450px;
}
#wview .modal-dialog h3, #comview .modal-dialog h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
#wview .modal-body, #comview .modal-body{
    padding: 2rem 1rem;
}
.cart-content{
    margin-top: 15px;
}
.cart-content strong{
    font-size: 16px;
    color: #7a7a7a;
    letter-spacing: .8px;
}
.r-price{
    float: right;
    text-align: right;
    color: #888;
    font-size: 14px;
}
.cart-products-count p{
    margin-bottom: 5px;
    margin-top: 5px;
}
.cart-products-count{
    display: block;
    padding-top: 10px;
    margin-bottom: 15px;
}
@media(max-width: 767px){
    .p-dec h1{
        margin-top: 25px;
    }
}
/* responsive */
@media(min-width: 992px) and (max-width: 1199px){
    .countdown-row .countdown-section{
        margin: 0;
    }
    .hdis {
        margin-left: 0px;
    }
    #_desktop_cart {
        margin-left: 0px;
    }
    .right-nav li {
        padding: 0 10px;
    }
    .level-1 a {
        padding: 7.2px 20px;
    }
    .insp-product-grid .product-grid{
        max-width: 33.333%;
        flex: unset;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .product-list .all-btn{
        margin-top: 0;
    }
    .product-list .cart-box{
        margin-top: 15px;
    }
    .countdown-row .countdown-section {
        margin: 0 0;
    }
    .links .h3{
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    .cupon,.csvg,.sliderightbanner{
        display: none !important;
    }
    .service ul{
        text-align: center;
    }
    .slide-padding{
        padding-right: 15px;
    }
    .level-1 a{
        padding: 7.9px 20px;
    }
    #_desktop_user_info {
        margin: 2px 10px;
    }
    .insp-product-grid .product-grid {
        max-width: 50%;
        flex: unset;
    }
}
@media(max-width: 991px){
    .pro-bg,.topbanner, .offerbanner,.logo-slider{
        margin-top: 30px;
    }
    .thumbnail-product .product-price-all{
        float: none !important;
    }
    .rate-var {
        text-align: left !important;
        margin-top: 4px;
    }
    .thumbnail-product .product-title{
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }
    .insp-image-block{
        margin-bottom: 8px;
    }
    .thumbnail-product{
        padding-bottom: 10px;
    }
    .cart-box{
        margin-top: 6px;
    }
    .thumbnail-product .button-group button{
        margin: 8px 0 0;
        width: 35px;
        padding: 6px;
        height: 35px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        vertical-align: middle;
    }
    .news-des,.total-products,#searchbox::before{
        display: none;
    }
}
@media(max-width: 767px){
    .show .dropdown-menu{
        margin-top:0;
    }
    .pro-tab.nav > li > a{
        padding: 3px 4px !important;
    }
    .product-list .cart-box{
        padding-bottom: 10px;
    }
    .product-list .listds{
        margin-bottom: 5px;
    }
    .slide-padding{
        padding: 0 15px;
    }
    .qtybox label{
        margin: 0 5px;
    }
    .qtybox input{
        width: 35px;
        height: 35px;
    }
    .cart-box button{
        width: 35px;
        height: 35px;
        margin-left: 3px;
        padding: 0;
        border-radius: 5px;
    }
    .sort-by,.leftbanner,.st-menu,.sliderightbanner,.thumbnail-product .button-group,.hdis {
        display: none;
    }
    #_desktop_cart {
        position: absolute;
        right: 15px;
        top: -92px;
    }
    #search_filters{
        margin-top: 30px;
    }
    #_desktop_logo img {
        max-width: 135px;
        margin-top: 0;
    }
    #_desktop_logo {
        margin-left: 30px;
    }
    .menu {
        position: absolute;
        top: 15px;
        width: auto;
    }
    span.cartcount {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
    }
    .cart-i{
        width: 25px;
        height: 30px;
    }
    li.account .test i{
        font-size: 26px;
        color: #cac8c8;
    }
    li.account {
        position: absolute;
        top: 18px;
        right: 60px;
        border: none;
        padding: 0;
        line-height: normal;
        z-index: 9;
    }
    #search_block_top{
        margin-top: 15px;
    }
    .header-top {
        padding: 10px 0;
    }
    .header-nav{
        padding: 0;
    }
    .btn-navbar.navbar-toggle{
        min-width: auto;
        min-height: auto;
    }
    #_desktop_user_info svg, #_desktop_cart svg, .usvg svg {
        fill: #000;
        width: 24px;
        height: 24px;
    }
    .xs-right {
        position: absolute;
        top: 11px;
        right: 0;
        width: auto;
    }
    #_desktop_user_info {
        margin: 2px 10px;
    }
    #search_widget {
        padding: 0 15px;
    }
    .facet-title.toggle.collapsed::after,.title.toggle.collapsed::after {
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
        color: #fff;
        position: absolute;
        right: 0;
        top: 7px;
    }
    .facet-title.toggle::after,.title.toggle::after {
        font-family: 'FontAwesome';
        content: '\f068';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
        color: #fff;
        position: absolute;
        right: 0;
        top: 7px;
    }
    .foot-top{
        margin-bottom: 15px;
        padding: 10px 10px 3px 10px;
    }
    .service ul {
        padding: 6px 0px;
    }
    .title.toggle.collapsed::after,.title.toggle::after{
        right: 15px;
    }
    .facet-title{
        position: relative;
        margin-top: 10px;
        margin-bottom: 0;
    }
    #search_filters h4{
        margin-bottom: 20px;
    }
    .lgrid svg {
        width: 18px;
    }
    .breadcrumb{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .thumbnail-product .button-group button{
        width: 28px;
        padding: 2px;
        height: 28px;
        vertical-align: middle;
    }
    .insp-product-grid .item-product {
        padding: 0 5px;
    }
    .insp-product-grid {
        margin: 0 -5px;
    }
    #left-column{
        padding: 0;
    }
    .news-bg {
        padding: 15px 0;
    }
    .block_newsletter form input {
        height: 40px;
    }
    .links .title {
        padding: 5px 0;
        cursor: pointer;
    }
    .footer-container .links .h3{
        font-size: 14px !important;
        display: inline-block;
        margin-bottom: 0;
    }
    #footer{
        margin-top: 30px;
    }
    .lang,.cur,.cupon{
        display: none !important;
    }
    .topmenu{
        margin: 0;
    }
    .user-down i{
        display: none;
    }
    .user-down li{
        display: block;
    }
    .catbe {
        text-align: right;
        margin-right: 80px;
    }
    .catb {
        background: #fff;
        color: #111;
        padding: 0;
        border: none;
    }
    .catb.toggle.collapsed::after {
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
    }
    .catb.toggle::after {
        font-family: 'FontAwesome';
        content: '\f068';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
    }
    .pro-bg.category-tab .nav-tabs {
        margin-right: 0;
        text-align: center;
        position: absolute;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 5px 0px;
        left: 15px;
        right: 15px;
        margin-top: 32px;
        z-index: 9;
    }
    .category-tab .nav-tabs>li {
        display: block;
        float: none;
        padding: 5px 0;
    }
    .category-tab .nav-tabs>li {
        display: block;
        float: none;
        padding: 5px 0;
        width: 100%;
        text-align: left;
    }
}
.cart-det p{
    margin-bottom: 0;
}
.head-cart-drop {
    padding: 15px 0;
    text-align: center;
}
@media(max-width: 599px){
    .product-na-title{
        margin-top: 15px;
    }
    .prodcut-des .nav-pills a {
        text-transform: capitalize;
        font-size: 14px;
        padding: 10px 10px;
        letter-spacing: 0;
    }
    .offerbanner .col-6 {
        width: 100%;
        flex: unset;
        max-width: unset;
    }
    .offerbanner .banner-effect:first-child {
        margin-bottom: 10px;
    }
    .topbanner .imgbanner{
        width: 50%;
        flex: unset;
        max-width: unset;
    }
    .pro-bg .nav-tabs{
        margin: 0;
        float: left;
    }
    .cbanner,.pro-bg h2.home-head{
        display: none;
    }
    .pro-tab li {
        padding: 0 15px 0 0;
    }
    .insp-product-grid .item-product, .insp-product-list .item-product {
        max-width: 50%;
        flex: unset;
    }
}
@media(min-width: 600px) and (max-width: 767px){
    .cbanner {
        padding: 0 15px;
    }
    .insp-product-grid .item-product, .insp-product-list .item-product {
        max-width: 33.33%;
        flex: unset;
    }
}
@media(max-width: 767px){

/* sidenav */
.menu li.dropdown .dropdown-menu{
    position: unset !important;
    transform: none !important;
    width: 100%;
    border: none;
}
.menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
}
body.active {
    overflow: hidden;
}
body.active::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidenav .close-nav {
    background-color: #161616;
    padding: 12px 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
.closebtn{
    float: right;
}
.close-nav i{
    color: #fff;
    font-size: 16px;
}
.navbar-header button{
    border: none;
    margin-top: 2px;
    background: transparent;
    font-size: 17px;
    cursor: pointer;
    padding: 0;
    vertical-align: bottom;
}
#menu .navbar-collapse {
    display: block;
}
#under-menu{
    display: block !important;
}
}
#scroll:hover {
    background-color: #2a3746;
    color: #fff;
}
#scroll {
    background-color: #f25912;
/*    background-color: #51aa1b;*/
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    outline: none;
    z-index: 1;
    border-radius: 4px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
}
#scroll i {
    font-size: 20px;
}
/* banner effect */
/* banner effect start */
@media(min-width: 992px){
    .banner-effect a::before, .banner-effect a::after {
        background-color: rgba(229, 229, 229, 0.6);
        content: "";
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: all 0.9s ease 0s;
        width: 100%;
        z-index: 1;
    }
    .banner-effect a::before{
        border-top: 1px solid rgba(229, 229, 229, 0.6);
        transform: translate(0%, 105%);
    }
    .banner-effect a::after{
        border-bottom: 1px solid rgba(229, 229, 229, 0.6);
        transform: translate(0%, -105%);
    }
    .banner-effect:hover a::before, .banner-effect:hover a::after {
        opacity: 0;
        transform: translate(0px, 0px);
    }
    .banner-effect {
        position: relative;
        overflow: hidden;
    } 
}
/* banner effect */
.modal button.close{
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 99;
}
#_desktop_cart .head-cart-drop{
    margin-top: 50px !important;
    padding: 0;
    right: 0;
    left: auto !important;
}
.table thead th, .table td{
    border: 1px solid #dee2e6;
    padding:0.35rem;
    vertical-align: middle;
}
.cart-item-image{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
}
.head-cart-drop li div{min-width: 320px;}
.head-cart-drop .table-responsive{
	display: inline-table;
}
.cart-det .close{
	position: absolute;
	top: 6px;
	right: 12px;
}
.dropdown-cart-button{
	margin-bottom: 10px;
}
.all-blogs .col-sm-6{
    margin-bottom: 25px;
}
.all-blogs img{border-radius: 4px;}

/*theme color for site all page before #51aa1b  now   #f7a025*/