.grey-bg {
    background: #f5f5f5;
}

.header-slider {
    padding-left: 0;
    list-style: none;
}

.header-slider li {
    text-align: center;
}

.header-bot {
    position: relative;
    padding: 30px 0;
    min-height: 200px;
}

.header-bot:before {
    position: absolute;
    content: "";
    background: #333333;
    width: 100%;
    height: 65%;
    top: 0;
}

.header-slider li a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.header-slider .owl-stage {
    margin: 0 auto;
}

.header-slider .owl-controls {}

.header-slider .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.header-slider .owl-nav .owl-prev {
    left: -30px;
    position: absolute;
    top: -5px;
    text-align: center;
    transform: translateY(0px);
    font-size: 0;
}

.header-slider .owl-nav .owl-next {
    right: -30px;
    position: absolute;
    top: -5px;
    text-align: center;
    transform: translateY(0px);
    font-size: 0;
}

.header-slider .owl-nav .owl-prev:focus,
.header-slider .owl-nav .owl-next:focus {
    outline: none;
}

.header-slider .owl-controls .owl-buttons .owl-prev:before,
.owl-next:before {
    font-family: "FontAwesome";
    font-size: 0px;
    color: #fff;
}

.header-slider .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
}

.header-slider .owl-next:before {
    content: "\f105";
}

.header-slider .owl-prev:before,
.owl-next:before {
    font-family: "FontAwesome";
    font-size: 0px;
    color: #fff;
}

.header-slider .owl-nav button {
    background: transparent;
    border: 0;
}

.header-slider .owl-nav span {
    font-size: 28px;
    color: #fff;
    line-height: 11px;
}

.header-slider .owl-nav .owl-prev,
.header-slider .owl-nav .owl-next {
    width: 32px;
    height: 32px;
}

.header-stat {
    padding-top: 0;
    padding: 20px 0px;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

.hd-stat-wrap {
    background: #fff;
    position: relative;
    min-height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hd-stat-icon {
    position: relative;
    height: 23px;
    margin-right: 10px;
    width: 30px;
}

.hd-stat-txt {
    padding-left: 0;
    padding-top: 0;
}

.hd-stat-txt p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
}

.bg-white {
    background: #fff;
}

.footer {
    background: #000000;
    padding: 60px 0px;
}

.footer-link h5 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
	margin-top: 0;
}
.footer-link h5:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 44px;
    height: 4px;
    bottom: 0;
    left: 0;
}
.footer-link p {
    font-size: 16px;
    color: #ffff;
    font-weight: 300;
    line-height: 27px;
    font-family: 'Nunito Sans', sans-serif;
}

.footer-link ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    font-family: 'Nunito Sans', sans-serif;
}

.footer-link ul li a:hover {
    opacity: 0.6;
}

.footer-link ul {
    list-style: none;
    padding-left: 0;
}

.footer-link.tch-link ul li {
    display: block;
    margin-bottom: 12px;
}

.footer-link.tch-link ul li a {
    margin-bottom: 0;
    padding-right: 5px;
	font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
}
.footer-link.tch-link ul li a img.svg {
    margin-right: 10px;
}
.footer-link.tch-link {
    padding-left: 25px;
}
 

.footer-bot p {
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-top {
    background: #333333;
    margin-bottom: 40px;
    padding: 20px 0;
}

.footer-top-icon-wrap a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.header-tab-wrap ul.nav.nav-tabs {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.header-tab-wrap ul.nav.nav-tabs li.active a {
    background: transparent !important;
    border-bottom: 1px solid #777 !important;
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.header-tab-wrap ul.nav.nav-tabs li a {
    background: #333 !important;
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
    border: 0;
    padding: 0 20px 5px;
}


}
.header-tab-wrap ul.nav.nav-tabs li {
    width: auto;
}
.cart-wrap .cart-item-wrap {
    background: #fff;
    padding: 20px;
}
.cart-wrap .cart-item-wrap .cart-item-list {
    padding: 15px;
    border: 1px solid #dbe4eb;
    position: relative;
    min-height: 115px;
    margin-bottom: 15px;
}
.cart-wrap .cart-item-wrap .cart-item-list:last-child {
    margin-bottom: 0;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-img {
    position: absolute;
    border: 1px solid #dbe4eb;
    overflow: hidden;
    background: #fff;
    padding: 5px;
}
.cart-item-img img {
    max-width: 70px !important;
}
@media (max-width: 575px) {
    .cart-wrap .cart-item-wrap .cart-item-list .cart-item-img img {
        max-width: 40px !important;
    }
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-details {
    padding-left: 100px;
    padding-right: 200px;
}
@media (max-width: 575px) {
    .cart-wrap .cart-item-wrap .cart-item-list .cart-item-details {
        padding-left: 73px;
    }
}
@media (max-width: 767px) {
    .cart-wrap .cart-item-wrap .cart-item-list .cart-item-details {
        padding-right: 30px;
    }
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-details a {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 800;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}
@media (max-width: 575px) {
    .cart-wrap .cart-item-wrap .cart-item-list .cart-item-details a {
        font-size: 17px;
        margin-bottom: 3px;
    }
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-details p {
    font-size: 13px;
    font-weight: 400;
    color: #52575d;
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 19px;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-details h5 {
    font-size: 15px;
    margin-bottom: 0px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-details h5>i {
    font-size: 13px;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-details h5 span {
    font-size: 13px;
    color: #a6b0b7;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-item-details h5 span>i {
    font-size: 12px;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-quantity {
    position: absolute;
    right: 20px;
    bottom: 20px;
	border: solid 1px;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-quantity p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}
@media (max-width: 767px) {
    .cart-wrap .cart-item-wrap .cart-item-list .cart-quantity {
        bottom: 11px;
        text-align: right !important;
        margin-top: 15px;
    }
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-quantity button {
    padding: 2px 12px;
    color: #fff;
    background: #000;
    border: 0;
    width: 30px;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-quantity button:focus {
    outline: none;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-quantity .cart-box {
    border: 0;
    text-align: center;
    max-width: 50px;
    font-size: 14px;
    font-weight: 500;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-quantity .cart-box:focus {
    outline: none;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-remove-link {
    position: absolute;
    right: 15px;
    top: 5px;
}
.cart-wrap .cart-item-wrap .cart-item-list .cart-remove-link a img {
    max-width: 9px !important;
}
.cart-wrap .cart-item-wrap .cart-check-delivery label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.cart-wrap .cart-item-wrap .cart-check-delivery .form-control {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    max-width: 200px;
    margin-left: 10px;
    border-bottom: 1px solid !important;
    border: 0;
    border-radius: 0;
}
.cart-wrap .cart-item-wrap .cart-check-delivery .form-control:focus,
.cart-wrap .cart-item-wrap .cart-check-delivery .form-control:active {
    outline: none;
    box-shadow: none !important;
}
.cart-wrap .cart-item-wrap .cart-check-delivery .cart-pin-clear a {
    font-size: 12px;
    color: #000;
}
.cart-wrap .cart-item-wrap .cart-check-delivery .del-result p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.cart-wrap .cart-item-wrap .cart-check-delivery .del-result p.cart-pin-sucess {
    color: #000;
}
.cart-wrap .cart-item-wrap .cart-check-delivery .del-result p.cart-pin-unsucess {
    color: #d14447;
}
.cart-wrap .cart-summary {
    background: #fff;
    padding: 20px;
}
.cart-wrap .cart-summary h6 {
    font-size: 16px;
    margin-bottom: 25px;
    font-family: 'Nunito Sans', sans-serif;
}
.cart-wrap .cart-summary .cart-sum {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.cart-wrap .cart-summary .cart-sum p {
    margin-bottom: 0;
}
.cart-wrap .cart-summary .cart-sum p.cart-sum-ttl {
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;
}
.cart-wrap .cart-summary .cart-sum p.cart-sum-amt {
    font-size: 14px;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
}
.cart-wrap .cart-summary .cart-sum p.cart-sum-amt>i {
    font-size: 12px;
}
.cart-wrap .cart-summary .cart-sum.net-sum {
    border-top: 1px dashed #dbe4eb;
    margin-top: 20px;
    padding-top: 20px;
    font-weight: 900;
    margin-bottom: 0px;
}
.cart-wrap .cart-summary .cart-sum.net-sum p {
    margin-bottom: 0;
}
.cart-wrap .cart-summary .cart-sum.net-sum p.cart-sum-ttl {
    font-size: 13px;
    font-weight: 900;
}
.cart-wrap .cart-summary .cart-sum.net-sum p.cart-sum-amt {
    font-size: 16px;
    font-weight: 900;
}
.cart-wrap .cart-summary .cart-sum.net-sum p.cart-sum-amt>i {
    font-size: 13px;
}
.btn-cmn {
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
}
.btn-cmn:hover {
    opacity: 0.7;
}
.btn-black {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.btn-black:hover {
    color: #fff;
}
.btn-sec {
    background: #b7b7b7;
    color: #000;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.btn-sec:hover {
    color: #000;
}
.page-ttl h4 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
}
.est {
    padding: 20px;
    border: 1px solid #dbe4eb;
    margin-bottom: 20px;
}
.est .shippingMethod h4 {
    font-size: 16px;
    margin-bottom: 25px;
}
.v-mid {
    display: inline-block;
    vertical-align: text-bottom;
}
.v-mid label {
    padding-left: 5px;
    font-size: 13px;
}
.v-mid span {
    font-weight: 500;
}
.sh-input {
    margin-bottom: 20px;
}

/* blog design */
.card-blog h4 {
    width: 32%;
    text-align: center;
    background: #76b51b;
    margin-right: 10px;
    height: 75px;
    padding: 10px;
    display: grid;
    border-radius: 12px;
    color: #fff;
    position: relative;
    top: -10px;
}
.card-blog h4 b {
    font-size: 14px;
    border-top: 1px solid #fff;
    padding-top: 8px;
}
.card-blog h4:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    left: -6px;
    top: calc(35% - 0px);
}
.card-blog {
    position: relative;
}
.card-blog h4:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    right: -5px;
    top: calc(35% - 0px);
}
.blog-read h6 img {
    max-width: 30px !important;
    height: auto;
}
.blog-read h6 img {
    max-width: 40px !important;
    height: 40px;
    background: #fff;
    box-shadow: 1px 2px 3px 1px rgba(153, 153, 153, 0.5);
    border-radius: 50%;
    padding: 5px;
}
.blog-read h5 a {
       width: 161px;
    height: 44px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
    color: #000;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    opacity: 1;
}
.blog-read h5 a:hover {
    background: black;
    color: #fff;
}
.b-post {
    padding-left: 0;
    width: 100%;
    padding: 20px;
}
.blog-post img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.b-post h3 {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    line-height: 28px;
    font-size: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-read {
    display: flex;
}
.blog-read h5 {
    width: 50%;
    display: inherit;
}
.blog-read h6 {
    width: 50%;
    text-align: right;
}
.b-post p {
    padding: 14px 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    height: 78px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.blog-post {
    display: flex;
}
.blog-post,
.card-blog {
    display: flex;
}
.card-blog {
    padding: 0px !important;
    margin-bottom: 30px !important;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    position: relative;
    display: block !important;
}
.blog-dt-wrp {
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    z-index: 9;
    display: flex;
    align-items: baseline;
    padding: 5px 15px;
    border-radius: 0px 0px 30px 0px;
    padding-right: 27px;
}
.blog-dt-wrp h5 {
    font-size: 23px;
    color: #fff;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    margin-right: 6px;
}
.blog-dt-wrp p {
    font-size: 13px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
}
.blog-post img {}
.blog-right h4 {
    font-size: 17px;
    margin-bottom: 0;
    text-align: center;
    padding: 15px 0px;
    font-weight: 800;
    color: #000;
    margin: auto;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}
.blog-right {
    border: 0;
}
.b_right {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    width: 100%;
    display: grid;
}
.b_right .blog-right {
    background: transparent;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
    display: block;
    width: 100%;
}
.blog-list li a {
    font-size: 18px !important;
    font-weight: 500;
}
.bl-link ul li .blg-rt-cnt p {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    font-weight: 400;
    padding: 0;
    border: 0;
    margin-bottom: 0px;
}
.blg-rt-cnt small {
    font-size: 11px;
    font-weight: 400;
    color: #9b9ba5;
}
.bl-link ul li p {
    padding: 10px 0;
    border-bottom: 1px solid #9d9d9d;
    color: #76b51b;
    font-weight: 700;
}
.bl-link ul li {
    background: transparent;
}
@media (min-width: 360px) and (max-width: 575px) {
    .blog-img {
        position: static !important;
        padding-right: 0px !important;
        border-right: 0px solid #eee !important;
        text-align: center !important;
    }
    
    .b-post {
        padding-left: 0;
        padding-top: 30px;
    }
}
@media (min-width: 576px) and (max-width: 1199px) {
    .b-post {
        padding-left: 170px;
    }
}
@media only screen and (max-width: 768px) {
    .list_foot h3 {
        font-size: 18px;
    }
    
    .list_foot ul li a {
        font-size: 14px;
    }
    
    .list_foot ul li {
        padding: 7px 10px 0px 50px;
    }
    
    .pl-75 {
        padding-left: 0;
    }
    
    .new_top li:first-child {
        border-right: 2px solid transparent;
    }
    
    .new_top li:nth-child(2) {
        border-right: 2px solid transparent;
    }
    
    .new_top li img {
        max-width: 50px !important;
    }
    
    .new_top li p {
        top: calc(42% - -15%);
        margin-left: 15%;
        text-align: left;
    }
    
    .new_top li:nth-child(2) p,
    .new_top li:nth-child(3) p {
        top: calc(20% - -15%);
    }
    /* blog responsive design */
    
    .blog-post {
        display: block;
        width: 100%;
    }
    
    .card-blog h4 {
        width: 28%;
        text-align: center;
        background: #76b51b;
        margin-right: 10px;
        height: 68px;
        padding: 10px;
        display: grid;
        border-radius: 12px;
        color: #fff;
        position: relative;
        top: -10px;
    }
    
    .blog-post img {
        width: 100%;
    }
    
    .b-post {}
    
    .card-blog h4 b {
        font-size: 12px;
    }
}
.card-blog h4 {
    width: 15%;
}
.card-blog .blog-post {
    width: 100%;
    position: relative;
    min-height: 213px;
    display: block !important;
}
.blog-img {
    padding-right: 0;
    border-right: none;
    height: 250px;
    width: 100%;
}
.blg-rt-list {
    position: relative;
    min-height: 58px;
}
.blg-rt-img {
    position: absolute;
    border: 1px solid #000;
    width: 60px;
    text-align: center;
    background: #fff;
    padding: 5px;
    left: 0;
}
.blg-rt-img img {
    max-width: 30px !important;
}
.blg-rt-cnt {
    padding-left: 70px;
}
.cmt-txt-ar textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 120px;
    min-height: 120px;
    height: 120px;
}

.banner-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.hd-stat-wrap.banner-bottom-2 {
    background-color: #031e49;
}

.hd-stat-wrap.banner-bottom-3 {
    background-color: #ee0405;
}

.hd-stat-wrap.banner-bottom-1 {
    background-color: #4599fe;
}
.hd-stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-link.footer-content .logo-box {
    width: 163px;
    height: 62px;
    margin-bottom: 40px;
}

.footer-link.footer-content .logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-link.center-box {
    padding: 0px 110px;
    border-left: solid 1px rgb(255 255 255 / 24%);
    border-right: solid 1px rgb(255 255 255 / 24%);
}

.footer-link.footer-content {
    padding: 0;
}
.Copy-right-boox {
    background: #000;
    border-top: solid 1px rgb(255 255 255 / 24%);
    padding: 20px 0px;
}

.Copy-right-boox .Copy-right-text p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    padding-top: 8px;
    padding-bottom: 10px;
}

 .product-details .about-contents{
	 padding:0px;
 }

.product-details .pageContent-box p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 10px;
}

.product-details   .fwid.text-center.about-page.pd-tb70 {
    padding: 0;
    float: unset;
}
.product-details .pageContent-box h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 900;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
	    margin-top: 30px;
}
.product-details .pageContent-box h3:first-child {
    margin-top: 0;
}
.pageContent-box {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    display: inline-block;
    width: 100%;
}
@media (max-width: 767px) {
.pageContent-box {
padding: 50px 15px;
}
}

.cart-check-delivery .cart-pin-sucess {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
}

.cart-summary.cart-summary-heading h6 {
    border-bottom: solid 1px #f6f6f6;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin: auto;
    font-family: 'Nunito Sans', sans-serif;
}

.cart-summary.cart-summary-heading {
    padding: 0;
}

.cart-page form>.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.text-center.no-itemsfound.no-item-img {
    padding: 40px;
}

.text-center.no-itemsfound.no-item-img img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.text-center.no-itemsfound.no-item-img p {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 900;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}
.text-center.no-itemsfound.no-item-img input.btn.btn-default.up-cart.xs-fl-none {
    width: 200px;
    height: 44px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
    color: #000;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    opacity: 1;
    background: transparent;
    border-radius: 0;
}
.text-center.no-itemsfound.no-item-img input.btn.btn-default.up-cart.xs-fl-none:hover{
	background: #000;
	color: #fff;
}