/* global css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.mobileCarts {
    background-color: #191a23;
    position: fixed;
    border-top: 1px solid #ccc;
    width: 100%;
    z-index: 99999999;
    display: none;
    bottom: 0;
}

.mobileCarts ul {
    text-align: center;
}

.mobileCarts ul li {
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 18%;
}

.mobileCarts ul li a {
    display: block;
    color: #fff;
    padding: 10px 0 13px;
    margin: 0px -3px;
}

.mobileCarts ul li a span{
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.table-responsive.wishlist_table td {
    vertical-align: middle;
}

td.product-name a {
    display: block;
    color: #000;
}

.mobileCarts ul li a i{
    font-size: 18px;
    margin-bottom: 6px;
}

.mobileCarts ul li:first-child{
    border: none;
}

.collpasBox {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.collpasBox button.btn.btn-primary {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: none;
    color: #1c1c1c;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
}

.collpasBox .range-slider {
	margin: 15px auto 0;
	width: 100%;
	text-align: center;
	position: relative;
}

.collpasBox .range-slider svg, .range-slider input[type=range] {
	position: absolute;
	left: 0;
}

ul.subCtg li a:hover {
    padding: 7px 0px 7px 7px!important;
    color: #0ba350 !important;
}

ul.subCtg li a {
    padding: 7px 5px !important;
    color: #1e1f1e !important;
    border-radius: 0 !important;
    font-size: 14px !important;
}

ul.subCtg li{
    border-top: 1px solid #00934354;
}

ul.subCtg li:first-child{
    border: none;
}

.collpasBox input[type=number] {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
    padding: 3px 10px 2px;
}

.collpasBox input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.collpasBox input[type=number]:invalid,
input[type=number]:out-of-range {
	border: 2px solid #ff6347;
}

.collpasBox input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

.collpasBox input[type=range]:focus {
	outline: none;
}

.collpasBox input[type=range]:focus::-webkit-slider-runnable-track {
	background: #2497e3;
}

.collpasBox input[type=range]:focus::-ms-fill-lower {
	background: #2497e3;
}

.collpasBox input[type=range]:focus::-ms-fill-upper {
	background: #2497e3;
}

.collpasBox input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.collpasBox input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

.collpasBox input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.collpasBox input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.collpasBox input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.collpasBox .card.card-body {
    border: none;
    padding: 12px;
}

.collpasBox ul li {
    display: block;
    font-size: 15px;
    margin: 10px 0;
}

.collpasBox input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.collpasBox input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.swiper-container.gallery-top.swiper-container-initialized.swiper-container-horizontal {
    background-color: #f1f1f1;
    height: auto !important;
}

.container-fluid{
    padding: 0px 100px;
}
.headerOfferNav li a {
    color: #000;
    margin-right: 12px;
    font-size: 18px;
}
.headerOfferNav li {
    display: inline-block;
}

.headerExtraLink a img {
    width: 24px;
    height: 24px;
}



body{
  font-family: "Inter", sans-serif;
  margin: 0px auto;

}
/* global css end */

.sliderContent {
    position: absolute;
    width: 40%;
    left: 10%;
    top: 20%;
    color: #fff;
}

.sliderContent span {
    font-size: 25px;
    display: block;
    margin-bottom: -10px;
}

.sliderContent h1 {
    text-transform: uppercase;
    font-weight: bold;
}

.sliderContent p {
    font-size: 15px;
    margin: 20px 0 50px;
}

a.shopNowBtn {
    background-color: #0BA350;
    padding: 7px 20px 10px;
    border-radius: 5px;
    color: #fff;
    transition-duration: 0.2s;
}

a.shopNowBtn:hover{
    background-color: #444;
}

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

button.openBtn {
    display: none;
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* header part css start */

header {
    border-bottom: 1px solid #dfdfdf;
}

.topHeader {
    background-color: #076230;
    color: #fff;
    padding: 5px 0 8px;
    font-size: 85%;
}

.middleHeader {
    padding: 25px 0;
    background-color: #EEFFF6;
}

.mainLogo img {
    display: block;
    padding: 0;
    max-width: 100%;
    max-height: 50px;
}

.allProd h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #838383;
}

.mainLogo {
    display: block;
}

.searchBox form {
    width: 80%;
    margin: 4px auto 0;
}

.searchBox .form-control {
    font-size: 15px;
    padding: 14px 20px;
    border-right: none;
    border-radius: 30px;
    border-color: #076230;
}

.searchBox span.input-group-text {
    background-color: transparent;
    border-left: none;
    color: #0BA350;
}
.searchHeaderArea .input-group-text {
    background: #fff !important;
    border-color: #076230;
    border-radius: 30px;
}

.searchBox form {
    width: 100%;
    margin: 0 auto;
    float: right;
}

ul.cartWish li {
    display: inline-block;
}

ul.cartWish {
    margin-top: 4px;
    float: right;
}

ul.cartWish li a i {
    font-size: 30px;
}

ul.cartWish li a i {
    font-weight: bold;
    font-size: 30px;
}

ul.cartWish li a h5 {
    font-size: 14px;
    color: #0BA350;
    font-weight: bold;
}

ul.cartWish li a p {
    font-weight: bold;
    font-size: 12px;
}
.l {
    border-right: 1px solid lightgray;
    padding-right: 20px;
}


ul.cartWish li a {
    display: block;
    color: #000;
    margin-left: 20px;
    margin-top: 10px;
}



a.selectedItem {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition-duration: 0.2s;
}

.countPosi span {
    position: absolute;
    top: -5px;
    right: -10%;
    background-color: #0BA350;
    color: #fff;
    font-weight: bold;
    padding: 0px 4px;
    border-radius: 50%;
    font-size: 9px;
}

.countPosi {
    position: relative;
}

ul.accountList li a {
    display: block;
    color: #fff;
    margin-left: 15px;
    transition-duration: 0.3s;
}

ul.accountList li a:hover {
    color: #0ba350;
}

ul.accountList li {
    display: inline-block;
}

ul.accountList {
    float: right;
}

.toglerCtg h3 {
    font-size: 20px;
    text-align: center;
    background-color: #0BA350;
    color: #fff;
    padding: 11px 0 12px;
    border-radius: 10px 10px 0 0;
}

.toglerCtg {
    position: relative;
}

.toglerCtg:hover .ctgScrolBar{
    display: block;
}

.ctgScrolBar{
    position: absolute;
    background-color: #fff;
    height: 555px;
    width: 100%;
    box-shadow: 0 0 4px #ccc;
    border-radius: 0 0 10px 10px;
    z-index: 999;
}

ul.allctgList {
    /*position: absolute;*/
    /*background-color: #fff;*/
    padding: 16px 25px;
    /*height: 555px;*/
    /*width: 100%;*/
    /*box-shadow: 0 0 4px #ccc;*/
    /*border-radius: 0 0 10px 10px;*/
    /*z-index: 9999;*/
    border-bottom: 1px solid #ebebeb;
}

ul.subsubCtg {
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    width: 210px;
    box-shadow: 0 0 4px #ccc;
    top: 10%;
    border-radius: 5px;
    left: 95%;
    z-index: 9999999;
    display: none;
}

ul.subCtg li {
    position: relative;
}

ul.subCtg li:hover ul.subsubCtg {
    display: block;
}

ul.allctgList li{
    position: relative;
}

.dashboard_content a {
    color: #0ba350;
}

ul.allctgList li a {
    display: block;
    text-decoration: none;
    color: #1c1c1c;
    padding: 12px 0;
    font-size: 15px;
    transition-duration: 0.2s;
    border-radius: 5px;
}

.dashboard_menu {
    background-color: #eee;
    padding: 20px;
    border-radius: 5px;
}

.dashboard_menu .nav-tabs .nav-link {
    color: #0ba350;
}

ul.allctgList li a:hover{
    padding: 12px 0 12px 5px;
    background-color: #eee;
}

ul.allctgList li i.fa.fa-angle-right {
    position: absolute;
    right: 0;
    top: 28%;
    font-size: 18px;
    color: #939393;
}

ul.allctgList li a i {
    font-size: 25px;
    width: 18px;
    color: #0BA350;
}

ul.allctgList li a img {
    width: 16px;
}

/*ul.allctgList li a .flex-grow-1.ms-2 {*/
/*    margin-top: -3px;*/
/*}*/

ul.subCtg {
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    width: 200px;
    box-shadow: 0 0 2px #ccc;
    top: 10%;
    border-radius: 5px;
    left: 95%;
    z-index: 9999999;
    display: none;
}

.leftOfferBox img {
    display: block;
    width: 100%;
    height: 100%;
}

.rightOfferBox img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

ul.allctgList li:hover ul.subCtg{
    display: block;
}

.menuList ul li a {
    display: block;
       color: #000;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    transition-duration: 0.2s;
}
.bottomHeader {
    padding: 13px;
    border-top: 1px solid lightgray;
}

.menuList ul li a:hover{
    color: #0BA350;
}

.menuList ul li a:hover{
    color: #0BA350;
}

.menuList ul li {
    display: inline-block;
}

.menuList {
/*    text-align: center;*/
}
.sliderInfo {
    position: relative;
}
.sliderPart img {
    display: block;
    border-radius: 5px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-item img {
    width: 100%;
}






.fImg {
    width: 158px;
        margin-bottom: 12px;
}

.sliderInfo h1 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.sliderInfo p {
    color: #fff;
    padding-bottom: 80px;
    font-size: 25px;
}

.sliderInfo .btn.btn-light {
    background: #098240;
    color: #fff;
    padding: 15px 20px;
    border: none;
}
.sliderInfo .btn.btn-light i {
    rotate: 339deg;
}


.sliderInfo .btn.btn-light:hover {
    background: #0db459;
    color: #fff;
}

.LImg {
    max-width: 254px;
    width: 100%;
    position: absolute;
    bottom: -65px;
    right: 0px;
}



/*new flas secton start*/
.header-badge {
            display: inline-block;
            padding: 6px 0;
            font-size: 13px;
            font-weight: 500;
            color: #333;
            border-left: 4px solid #FFA500;
            padding-left: 12px;
            margin-bottom: 12px;
        }

        .flash-title {
            font-size: 36px;
            line-height: 48px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 30px;
        }

        .product-card {
            background: white;
            border-radius: 16px;
            padding: 35px;
            position: relative;
            overflow: hidden;
            min-height: 400px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .product-card.macbook {
            background: linear-gradient(180deg, #B8E6E8 0%, #76C9D8 100%);
        }

        .product-card.ipad {
            background: linear-gradient(180deg, #D9E7F5 0%, #C1D9EF 100%);
        }

        .product-card.iphone {
            background: #000000;
            color: white;
        }

        .discount-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #2d3436;
            color: white;
            padding: 10px 18px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 11px;
            text-align: center;
            line-height: 1.3;
        }

        .discount-badge .get-up {
            color: white;
            font-size: 9px;
            display: block;
            font-weight: 600;
        }

        .discount-badge .percentage {
            color: #FFA726;
            font-size: 16px;
            display: block;
            font-weight: 800;
        }

        .product-label {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #333;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .product-card.iphone .product-label {
            color: rgba(255,255,255,0.8);
            font-size: 12px;
        }

        .product-name {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #1a1a1a;
        }

        .product-card.iphone .product-name {
            color: white;
        }

        .product-desc {
            font-size: 14px;
            margin-bottom: 25px;
            color: #333;
            line-height: 1.4;
        }

        .product-card.iphone .product-desc {
            color: rgba(255,255,255,0.9);
        }

        .product-image-wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 20px 0;
        }

        .macbook-laptops {
            display: flex;
            gap: 15px;
            align-items: flex-end;
        }

        .laptop {
            width: 110px;
        }

        .laptop-screen {
            background: #1a1a1a;
            border-radius: 6px 6px 0 0;
            padding: 4px;
            border: 2px solid #333;
        }

        .laptop.blue .screen-content { background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%); }
        .laptop.orange .screen-content { background: linear-gradient(135deg, #FF9E5A 0%, #FF7E3A 100%); }
        .laptop.cyan .screen-content { background: linear-gradient(135deg, #87CEEB 0%, #5FB9D8 100%); }

        .screen-content {
            width: 100%;
            height: 65px;
            border-radius: 3px;
        }

        .laptop-base {
            background: linear-gradient(to bottom, #555 0%, #333 100%);
            height: 6px;
            border-radius: 0 0 4px 4px;
            position: relative;
        }

        .laptop-base::before {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 50%;
            transform: translateX(-50%);
            width: 30%;
            height: 3px;
            background: #555;
            border-radius: 0 0 2px 2px;
        }

        .ipad-device {
            width: 100px;
            height: 140px;
            border-radius: 12px;
            border: 3px solid #555;
            position: relative;
            background: white;
        }

        .ipad-device::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 6px;
            height: 6px;
            background: #333;
            border-radius: 50%;
        }

        .ipad-screen {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70%;
            height: 70%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ipad-logo {
            font-size: 48px;
            font-weight: 900;
            color: #4A90E2;
            font-family: Arial, sans-serif;
        }

        .iphone-device {
            width: 280px;
            height: 180px;
            background: linear-gradient(145deg, #C9804D 0%, #A86A3E 100%);
            border-radius: 35px;
            position: relative;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
        }

        .camera-module {
            position: absolute;
            top: 25px;
            left: 30px;
            display: flex;
            gap: 30px;
        }

        .camera-lens {
            width: 35px;
            height: 35px;
            background: #1a1a1a;
            border-radius: 50%;
            border: 3px solid #666;
            position: relative;
        }

        .camera-lens::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 20px;
            height: 20px;
            background: radial-gradient(circle, #333 0%, #000 100%);
            border-radius: 50%;
        }

        .flash {
            position: absolute;
            top: 30px;
            right: 30px;
            width: 12px;
            height: 12px;
            background: #999;
            border-radius: 50%;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 32px;
            border: 2px solid #333;
            border-radius: 50px;
            background: transparent;
            color: #333;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            align-self: flex-start;
        }

        .product-card.iphone .cta-button {
            border-color: white;
            color: white;
        }

        .cta-button:hover {
            background: #333;
            color: white;
            transform: translateY(-2px);
        }

        .product-card.iphone .cta-button:hover {
            background: white;
            color: black;
        }

        .special-offer-text {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #1a1a1a;
        }

        .iphone-pro-text {
            font-size: 72px;
            font-weight: 900;
            letter-spacing: -3px;
            background: linear-gradient(135deg, #FF9E5A 0%, #FF7E3A 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 15px;
            line-height: 1;
        }
        .flasOffer {
            padding-bottom: 75px;
        }
        .flasOfferBox img {
            width: 100%;
                transition: 0.5s all;
        }
        a.flasOfferBox {
    overflow: hidden;
    display: block;
}



.flasOfferBox:hover img {
    transform: scale(1.1);
}
/*new flas secton end*/



.sectionHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewLink a {
    color: #098240;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}




.punchLine {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
    margin-bottom: 75px;
    background: #FFFDF2;
}
   .punchLine .col-md-2 {
        flex: 0 0 auto;
        width: 19.666667%;
    }
.punchBox{
    margin: 10px 0;
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 15px 10px;
    border-radius: 10px;
}

.punchBox:hover {
    border: 1px solid #3db674;
    transition: 0.5s;
}

.punchBox img {
    display: block;
}

.punchBox:hover img {
    opacity: 0.6;
    transition: 1s;
}


.punchBoxItem {
    display: flex;
    align-items: center;
}

.ecoInfoIcon {
    padding-right: 7px;
}

.ecoInfoIcon i {
    font-size: 24px;
}

.punchBox h5 {
  font-size: 15px;
    font-weight: 600;
    color: #1c1c1c;
    border-left: 1px solid lightgray;
    line-height: 35px;
    padding-left: 7px;

}

.punchBox:hover h5 {
    color: #3db674;
    transition: 0.5s;
}

.punchBox p {
    font-size: 12px;
    color: #1c1c1c;
}

.leftOfferBox {
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 485px;
    box-shadow: 0 0 3px #dbdbdb;
    transition-duration: 0.2s;
}

.leftOfferBox span {
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
}

.leftOfferBox h2 {
    font-weight: bold;
    margin: 2px 0 10px;
}

.leftOfferBox a {
    display: block;
    color: #444;
    font-size: 20px;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

.leftOfferBox a i{
    transition-duration: 0.2s;
}

.leftOfferBox a:hover i{
    padding-left: 10px;
    color: green;
}

.newArImg{
    margin: 45px 0 10px;
}

.offerProducts {
    padding-bottom: 60px;
}

.leftOfferBox:hover .newArImg img{
    transform: scale(1.05);
}

.newArImg img {
    display: block;
    width: 85%;
    margin: 0px auto;
    transition-duration: 0.2s;
}

.rightOfferBox {
    background-color: #f7f7f7;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 15px;
    /*height: 235px;*/
    position: relative;
    border-radius: 5px;
    transition-duration: 0.2s;
}

.rightOfferBox h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    color: #444;
}

.rightOfferBox:hover .newleftArImg img{
    transform: scale(1.05);
}

.newleftArImg img {
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    top: 4%;
    transition-duration: 0.2s;
}

.blogGrid img {
    max-width: 100%;
    /*height: 220px;*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.blogGrid .image {
    position: relative;
    /*height: 220px;*/
    text-align: center;
}

.blogGrid .ctg {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0ba350;
    padding: 5px 15px;
    color: white;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
    z-index: 9;
}

.blogGrid .image a {
    display: block;
}

.blogGrid .title {
    padding:10px 0;
}

.blogGrid .title a {
    color: black;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    height: 50px;
    overflow: hidden;
    line-height: 22px;
}

.blogGrid .author {
    padding: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blogGrid {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    border-radius: 5px;
}

.blogGrid:hover {
    border: 1px solid #0ba350;
    transition: 0.8s;
}

.blogGrid:hover .title a {
    color: #0ba350;
}

.blogGrid:hover .image img {
    opacity: 0.8;
}

a.blogGrid h4 {
    font-size: 20px;
    padding: 10px 0 8px;
    color: #444;
}

.blogCompany {
    padding: 40px 0;
}

a.blogGrid img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

a.blogGrid {
    display: block;
    margin: 15px 0;
    padding: 10px;
    background-color: #f7f7f7;
    transition-duration: 0.2s;
    box-shadow: 0 0 4px #dbdbdb;
}

.blog_title h2 {
    color: #444;
    margin-bottom: 10px;
}

.single_blog_thumb img {
    display: block;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
}

.realated-blogs {
    margin-top: 30px;
}

.blog_title a {
    margin-left: 15px;
    color: #0ba350;
}

a.blogGrid:hover{
    transform: scale(1.03);
}

.rightOfferBox p span {
    font-weight: bold;
    color: #0BA350;
}

.rightOfferBox p {
    line-height: 22px;
    margin: 20px 0;
    font-size: 15px;
}

.rightOfferBox a {
    display: block;
    color: #444;
    font-size: 16px;
    transition-duration: 0.2s;
}

.rightOfferBox a i{
    transition-duration: 0.2s;
}

.rightOfferBox a:hover i{
    padding-left: 10px;
    color: green;
}

.featuredCtgs {
    margin-bottom: 75px;
}

.featuredCtgs h2 {
    text-align: center;
    font-weight: bold;
    color: #1c1c1c;
    margin-bottom: 65px;
    line-height: 24px;
}

a.deatVtgGrid {
    display: block;
    transition-duration: 0.2s;
    margin: 5px;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
        background: #F9F9F9;
    padding: 10px;
}


a.deatVtgGrid img {
    display: block;
    width: 100%;
    margin: 0px auto;
    border-radius: 5px;
    transition-duration: 0.2s;
    max-height: 140px;
}

a.deatVtgGrid p {
    font-size: 15px;
    color: #1c1c1c;
    margin-top: 10px;
    line-height: 20px;
    min-height: 40px;
}

.deatVtgGrid{
    position: relative;
    display: block;
    overflow: hidden;
}

.deatVtgGrid img{
    width: 100%;
    transition: opacity .5s ease-in-out;
    display: block;
}

.deatVtgGrid .hoverImg{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.deatVtgGrid:hover {
    background: #ffff;
    box-shadow: 0px 2px 6px 5px #e4e1e1;
}

.deatVtgGrid:hover .hoverImg{
    opacity:1;
}

.deatVtgGrid:hover img:not(.hoverImg){
    opacity:0;
}

.featuredCtgs i.fa.fa-angle-left.slick-arrow {
    display: none!important;
}

.featuredCtgs i.fa.fa-angle-right.slick-arrow {
    display: none!important;
}

.smartPart {
    margin-bottom: 75px;
    padding: 70px 0;
    background-color: aliceblue;
}

.twoPartBanner {
    margin-bottom: 65px;
}

.twoPartBanner .rightOfferBox {
    margin: 10px 0 !important;
}

.rightOfferBox.blackBox {
    color: #fff;
}

.rightOfferBox.blackBox h1 {
    color: #fff;
}

.rightOfferBox.blackBox a {
    color: #fff;
}

.smartPartImg img {
    display: block;
    width: 55%;
    margin: 0px auto;
}

.smartContent h1 {
    font-size: 45px;
    font-weight: bold;
    color: #1c1c1c;
    margin: 10px 0 0;
    line-height: 55px;
}

.smartContent span {
    display: block;
    font-size: 18px;
    /* font-weight: bold; */
    color: #1c1c1c;
}

.smartContent p {
    margin: 20px 0;
    color: #1c1c1c;
}

.smartContent a {
    display: block;
    background-color: #0BA350;
    width: 150px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 75px;
    transition-duration: 0.3s;
}

.smartContent a:hover{
    background-color: #444;
}

.allProd {
    margin-bottom: 75px;
    background: #F9F9F9;
}

.allProd h1 {
    color: #1c1c1c;
}

.proCtgTab .nav {
    border: none;
}

.productBadg {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    padding: 0px 20px;
    z-index: 9999;
    width: 62px;
}

.productBadg span {
    color: #fff !important;
}

.proCtgTab .nav-tabs .nav-link {
    padding: 10px;
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}


/*new section css start*/
.hero-section {
    background: linear-gradient(135deg, #0a4d3c 0%, #1a5f4d 50%, #0d3d2f 100%);
    overflow: hidden;
}

.dHeroBgOverlyContent {
    padding-top: 100px;
    padding-bottom: 200px;
}

.brandSlick .slick-arrow {
    display: none !important;
}

.brandContainer2 {
    padding: 20px;
    background: #fff;
    box-shadow: 10px 3px 17px 5px #efefef;
    border-radius: 10px;
}
.brandTab .nav {
    border-bottom: none !important;
}

.brandTab .nav-tabs .nav-link {
    border: 1px solid lightgray;
    margin-right: 10px;
    margin-bottom: 23px;
    border-radius: 0;
    padding: 10px;
}

.hero-content {
    position: relative;
    z-index: 2;
}
.homeLastOfferLayout {
    margin-top: 80px;
    padding-bottom: 80px;
}
.deal-title {
    font-size: 5rem;
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 20px;
}
.homeLastOfferLayout {
    margin-top: 80px;
    padding-bottom: 80px;
}

.homeLastOfferGrid {
    overflow: hidden;
        display: block;
    
}
.homeLastOfferGrid img {
    width: 100%;
    transition: 0.5s all;
}

.homeLastOfferGrid:hover img {
    transform: scale(1.1);
    
}
.deal-title .week {
    color: #ffd700;
}

.hero-subtitle {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 443px;
}

.countdown-timer {
    display: inline-flex;
    gap: 40px;
    padding: 10px 33px;
    background: unset;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid #97E5BB;
}
.offerHead span {
    font-size: 34px;
    font-weight: bold;
}
.timer-block {
    text-align: center;
    color: white;
}

.timer-value {
  font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 13px;
}

.timer-label {

        font-size: 12px;
    line-height: 15px;
    opacity: 0.8;

}

.timer-separator {
    font-size: 20px;
    align-self: center;
    font-weight: 200;
    color: #fff;
}


@media (max-width: 768px) {
    .deal-title {
        font-size: 3rem;
    }

    .countdown-timer {
        gap: 28px;
        padding: 15px 20px;
        width: 100%;
    }

    .timer-value {
        font-size: 1.8rem;
    }

    .product-img-box {
        padding: 8px;
    }

    .product-img-1 .product-img-inner,
    .product-img-3 .product-img-inner {
        width: 60px;
        height: 50px;
    }

    .product-img-2 .product-img-inner {
        width: 80px;
        height: 60px;
    }
}
/*new section css end*/


.dicountHeroGrid {
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.dicountHeroGrid img {
    width: 100%;
    padding: 20px 0;
}

.dicHeroGridLeft img {
    width: 100%;

}

.disHeroCard {
    background: #fff;
        margin-bottom: 20px;
    border-radius: 10px;
        padding: 10px;
}

.offerHead {
    background: #FFDB0D;
    text-align: center;
    padding-top: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.offerHead h5 {
    font-size: 22px;
}

.dicountHeroGrid a {
    text-align: center;
    display: inline-block;
    background: #0BA350;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 0.5s all;
}
.dicountHeroGrid a:hover {
    background: #000;
    color: #fff;
}


.dicHeroGridLeft span {
    background: #0ba350;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 10px;
}
.hoDealsTag span {
    background: #ffdb0d;
    padding: 3px 8px;
    display: inline-block;
    font-style: italic;
}
.dicHeroGridRight {
    padding-top: 5px;
}

.dicHeroGridRight {}

.dicHeroGridRight a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    transition: 0.5s all;
}
.dicHeroGridRight a:hover {
    background: #0BA350;
    color: #fff;
}

.dicHeroGridRight sapn {
    display: block;
}

.dicHeroGridRight span {
    display: block;
    color: #0ba350;
    padding: 12px 0;
}

.proCtgTab .nav-tabs .nav-link.active {
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
}

a.showMoreLink {
    text-align: right;
    display: block;
    margin-top: 12px;
    font-weight: bold;
    color: #0BA350;
}

.productGridBox {
    border-radius: 7px;
    margin: 10px 0;
    position: relative;
     border: 1px solid lightgray;
}

.productGridBox span {
    display: block;
    color: #1c1c1c;
}

.productGridBox a.titlePro {
    font-size: 15px;
    font-weight: bold;
    color: #1c1c1c;
    display: block;
    line-height: 23px;
    height: 55px;
    margin-top: 6px;
    text-align: center;
}


.productGridBox {
    position: relative;
    overflow: hidden;
}
.productCardInfo {
    background: #fff;
    padding: 20px;
}

.brandContainer {
    padding: 20px;
    background: #F9F9F9;
    border-radius: 10px;
    margin-top: -100px;
}

.proCtgTab {
    margin-bottom: 30px;
}

/* Product image zoom out on hover */
.productGridBox .imgPro img {
    width: 100%;
    transition: transform 0.5s ease;
}

/* Zoom out effect */
.productGridBox:hover .imgPro img {
    transform: scale(0.95);
}

/* Hide buttons by default */
.productGridBox .row {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

/* Show buttons on hover */
.productGridBox:hover .row {
    opacity: 1;
    transform: translateY(0);
}










.relatedProductMaindDiv h2 {
    color: #1c1c1c;
}

.singlePageMainDiv {
    margin-top: 40px;
}

.productDetails {
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 7px;
}

.productDetails h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1c1c1d;
    line-height: 30px;
}

.descrBox ul{
    padding-left:30px;
}

.descrBox ol{
    padding-left:30px;
}

.descrBox li {
    list-style-type: disc;
    color: #1b1b1b;
    font-size: 14px;
    margin: 2px 0;
}

ul.colorList{
    margin-top: -3px;
}

ul.colorList li {
    display: inline;
    background-color: #0ba350;
    padding: 0px 7px;
    border-radius: 50%;
    color: #0ba350;
}

.smalOtherBox h5 {
    float: left;
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 10px;
}

.smalOtherBox h5 b i {
    background-color: #0ba350;
    font-size: 7px;
    border-radius: 50%;
}

.smalOtherBox h5 b {
    font-weight: 500;
    color: #0ba350;
}

ul.tagList {
    margin-top: -3px;
}

ul.tagList li a:hover{
    color: #0ba350;
}

ul.tagList li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #838383;
    cursor: pointer;
}

ul.tagList li {
    display: inline-block;
}

.quantity-selectors-container {
    position: relative;
}

.quantity-selectors {
    position: absolute;
    top: -31px;
    right: 25px;
}

.quantity-selectors button {
    border: none;
    padding: 0 5px;
    background-color: #ccc;
    color: #fff;
    border-radius: 3px;
    transition-duration: 0.2s;
}

.fullDetailsPartRight .nav-tabs .nav-link {
    border: none;
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    color: #5e5e5e;
}

.fullDetailsPart .tab-content {
    padding: 20px;
    background-color: #f7f7f7;
}

.fullDetailsPartRight .nav-tabs {
    border: 1px solid #ccc;
}

.fullDetailsPartRight .nav-tabs .nav-link.active{
    background-color: #444;
    color: #fff;
}

a.moreBtn {
    display: block;
    width: 40%;
    margin: 0px auto;
    text-align: center;
    background-color: #0ba350;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 40px;
    transition-duration: 0.2s;
}

a.moreBtn:hover{
    background-color: #444;
}

.fullDetailsPartLeft {
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 7px;
}

.fullDetailsPartLeft h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.fullDetailsPart {
    margin-top: 25px;
}

.fullDetailsPartLeft ul li a {
    display: block;
    margin: 15px 0;
}

.fullDetailsPartLeft ul li a img{
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.fullDetailsPartLeft ul li a p {
    font-size: 13px;
    color: #444;
    line-height: 18px;
    margin-bottom: 4px;
}

.fullDetailsPartLeft ul li a span {
    display: block;
    color: #0ba350;
    font-weight: bold;
}

.quantity-selectors button:hover{
    background-color: #0ba350;
}

.smalOtherBox {
    margin: 20px 0px 25px;
}

.cardItemBox input {
    width: 25%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 0;
}

.cardItemBox h5 {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #1c1c1c;
    margin-top: 9px;
}

.product_review .wrapper {
	background: var(--white);
	width: 100%;
	border-radius: .75rem;
	box-shadow: var(--shadow);
	text-align: center;
}

.product_review .wrapper h3 {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 1rem;
}

.product_review .rating {
	display: flex;
	justify-content: left;
	align-items: center;
	grid-gap: .5rem;
	font-size: 2rem;
	color: var(--yellow);
	margin-bottom: 2rem;
}

.product_review .rating .star {
	cursor: pointer;
}

.product_review .rating .star.active {
	opacity: 0;
	animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


..product_review rating .star:hover {
	transform: scale(1.1);
}

.product_review textarea {
	width: 100%;
	background: var(--light);
	padding: 1rem;
	border-radius: .5rem;
	outline: none;
	resize: none;
	margin-bottom: .5rem;
}

.product_review .btn-group {
	display: flex;
	grid-gap: .5rem;
	align-items: center;
}

.product_review .btn-group .btn {
	padding: .75rem 1rem;
	border-radius: .5rem;
	cursor: pointer;
	font-weight: 500;
}

.product_review .btn-group .btn.submit {
	background: #0ba350;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
}

.product_review .btn-group .btn.submit:hover {
	background: #444;
}

.reviewView{
    margin: 15px 0;
}

.reviewView h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.reviewView p {
    margin: 5px 0;
    font-size: 15px;
}

.rwviwerImg img {
    display: block;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
}

.product_review .btn-group .btn.cancel {
	background: #444;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
}

.product_review .btn-group .btn.cancel:hover {
	background: #0ba350;
}

.smalOtherBox h5 {
    float: left;
    font-size: 14px;
    color: #1c1c1c;
    margin-right: 10px;
}

.smalinfoBox h6 {
    border: 1px solid #0ba350;
    color: #0ba350;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    background:white;
    margin:5px 0;
}

.productDetails p b {
    color: #0ba350;
    font-size: 25px;
    margin-top: 8px;
    display: block;
    font-weight: 600;
    line-height: 25px;
    height:60px;
}

.productDetails p {
    font-size: 18px;
    color: #373736;
}

.productDetails p b del {
    color: #444;
    font-weight: 600;
    font-size: 13px;
}

ul.descrBox {
    padding-left: 35px;
    margin: 20px 0;
}

.productDetails span {
    display: block;
    font-size: 15px;
    color: #1c1c1d;
    margin-bottom: 15px;
}

.productGridBox h5 {
   font-size: 17px;
    font-weight: bold;
    color: #0BA350;
    padding-top: 10px;
    text-align: center;
}

.singleProHead {
    background-color: #f7f7f7;
}

.singleProHead ol.breadcrumb {
    margin: 0;
    padding: 15px 0;
    box-shadow: 0 0 2px #eee;
}

.productGridBox a.imgPro img {
  display: block;
    width: 100%;
    margin: 0px auto;
    transition-duration: 0.3s;
    padding: 55px 35px 0px 35px;
}

.productGridBox:hover a.imgPro img{
    transform: scale(1.05);
}

.productGridBox h5 del {
    font-size: 12px;
    color: #a5a5a5;
}

a.buyBtn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #444;
    color: #fff;
    font-size: 14px;
    padding: 7px 0 9px;
    border-radius: 5px;
    transition-duration: 0.2s;
}

a.buyBtn:hover{
    background-color: #0BA350;
}

a.addCart{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 7px 0 9px;
    transition-duration: 0.2s;
    box-shadow: 0 0 1px #000000;
}
.wishList {
    border: 1px solid #000;
    text-align: center;
    display: block;
    padding: 5px 10px;
}
a.addCart:hover{
    background-color: #444;
    color: #fff;
}

.bannerMiddlw img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.offerCounter {
    text-align: center;
}

.superSale {
    padding: 100px 0;
    background-color: #f7f7f7;
    margin-bottom:75px;
}

.offerCounter h4 {
    font-weight: 400;
    color: #0BA350;
}

.offerCounter h2 {
    font-weight: bold;
    margin: 10px 0;
    color: #5a5a5a;
}

.mainOfferq ul li span {
    display: block;
    box-shadow: 0 0 20px #e3e3e3;
    width: 70px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 50%;
}

.mainOfferq {
    margin: 30px 0;
}

.mainOfferq ul li {
    display: inline-block;
    margin: 10px 20px;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.offerCounter a {
    display: block;
    background-color: #0BA350;
    color: #fff;
    width: 25%;
    margin: 60px auto 0;
    padding: 8px 0 10px;
    border-radius: 5px;
    transition-duration: 0.2s;
}

.offerCounter a:hover{
    background-color: #444;
}

img.superImg {
    display: block;
    width: 100%;
    margin: 25px auto;
}

.brandSlick img {
    display: block;
    width: 100%;
    max-height: 25px;
}

.brandSlick .fa-angle-left {
    position: absolute;
    top: 31%;
    left: 0;
    z-index: 999999999999;
    font-size: 25px;
    color: #0BA350;
    cursor: pointer;
}

.brandSlick .fa-angle-right {
    position: absolute;
    top: 31%;
    right: 0;
    z-index: 999999999999;
    font-size: 25px;
    color: #0BA350;
    cursor: pointer;
}

.pageContents {
    color: black;
    border: 1px solid #f1f1f1;
    padding: 25px 15px;
    border-radius: 10px;
    font-family: Helvetica, Arial, sans-serif;
}

.pageContents strong {
    font-weight: bold;
}

.pageContents h1, .pageContents h2, .pageContents h3, .pageContents h4, .pageContents h5, .pageContents h6 {
    margin-top: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.pageContents h1 {
    font-size: 32px;
}

.pageContents h2 {
    font-size: 24px;
}

.pageContents h3 {
    font-size: 20px;
}

.pageContents h4 {
    font-size: 16px;
}

.pageContents h5 {
    font-size: 14px;
}

.pageContents p {
    margin-bottom: 16px;
}

.pageContents dl, .pageContents ol, .pageContents ul {
    padding-left: 40px;
    margin-bottom:16px;
}

.pageContents ul li {
    list-style: disc;
}

.pageContents ol li {
    list-style: decimal;
}

.newLetBox {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
}

.newLetBox h3 {
    color: #444;
    line-height: 34px;
    font-weight: bold;
    font-size: 25px;
}

.newLetBox form .form-control {
    border-radius: 3px;
    border: 1px solid #444;
    height: auto;
    font-size: 15px;
    padding: 10px 20px;
}

.newLetBox form {
    margin-top: 11px;
}

.overLayCtgTitle {
    text-align: center;
    padding: 40px 0;
    background-color: #0ba350;
    color: #fff;
}

.categoryMainDiv {
    padding: 50px 0;
}

.newLetBox form span.input-group-text {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border: 1px solid #000000;
}

.newsLetOverlay {
    background-color: #000000bf;
    padding: 50px 0;
    margin-top: 65px;
}

.footPart {
    padding-top: 70px;
    background-color: #191a23;
    color: #fff;
}

.aboutCompa a img {
    display: block;
    max-width: 100%;
}

.aboutCompa p {
    font-size: 14px;
    margin: 20px 0;
}

a.selectedItem:hover{
    color: #0BA350;
}

ul.socialLinks li a {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 20px;
    color: #000;
    padding: 5px 0;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 50%;
    transition-duration: 0.2s;
    text-align: center;
    margin-right: 10px;
}

ul.socialLinks li a:hover{
    background-color: #000;
    color: #fff;
}

ul.socialLinks li {
    display: inline-block;
}

ul.footList li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 3px 0;
    transition-duration: 0.2s;
}

ul.footList li a:hover{
    padding-left: 5px;
}

.footListPart h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footListPart {
    padding-left: 40px;
}

.bootmFot {
    padding: 15px 0;
    background-color: #191a23;
    border-top: 1px solid #033575;
}

.btnStoreLocate {
    background: #0BA350;
    color: white;
    margin-top: 10px;
}

.btnStoreLocate:hover {
    background: #077a3b;
}
ul.infoLinks {
    margin-bottom: 20px;
}
ul.infoLinks li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

ul.infoLinks li img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.bootmFot p a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.bootmFot p {
    margin: 4px 0;
    color: #9e9e9e;
    text-align:center;
}

.paymentImg img {
    display: block;
    width: 60%;
    border-radius: 5px;
    float: right;
}

.paymentImg {
    display: block;
}

.smalinfoBox {
    margin: 30px 0;
}

.buyNowSinBtn {
    display: block;
    text-align: center;
    background-color: #0ba350;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 3px;
    transition-duration: 0.2s;
    width: 100%;
    border: none;
}

.buyNowSinBtn:hover{
    background-color: #444;
}

.descrBox {
    margin-top: 20px;
    margin-left: 40px;
}

.fullDetailsPartLeft ul li a span del {
    font-size: 10px;
    color: #a7a7a7;
}

.addToSinBtn {
    display: block;
    text-align: center;
    background-color: #444;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 3px;
    transition-duration: 0.2s;
    width: 100%;
    border: none;
}

.addToSinBtn:hover{
    background-color: #0ba350;
}



/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
    display: none;
    position: absolute;
    top: 3%;
    right: 7%;
    cursor: pointer;
    z-index: 9999999999999;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
    /*---------------------
    Mobiles Menu - Design 
    ----------------------*/

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left:15px;
}

.mobile-menu li:first-child {
  margin-top: 35px;
}

.mobile-menu li:hover {
  background: #fff;
}

.mobile-menu li a {
  text-decoration: none;
  color: black;
}

    /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/

.mobile-menu {
      top: 0;
    max-width: 350px;
    left: -100%;
    box-shadow: 0 0 10px #ccc;
    width: 100%;
    background: #f7f7f7;
    color: black;
    height: 100%;
    position: fixed;
    overflow: scroll;
    z-index: 9997;
    padding: 0px 20px;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

    /*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

.has-children:hover{
    cursor:hand;
}

.children {
    display:none;   
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 5px;
    right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg); 
    transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;  
}
  
.icon-arrow:after {
    content: "\25BC";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.infoBoxContact {
    background-color: #f7f7f7;
    margin: 20px 0;
    padding: 20px 25px;
}

.infoBoxContact h4 {
    font-size: 20px;
    font-weight: bold;
    color: #7a7a7a;
}

.infoBoxContact p{
    margin: 0;
    line-height: 23px;
    margin-top: 8px;
}

ul.socalLInk{
    margin-top: 15px;
}

ul.socalLInk li a {
    display: block !important;
    padding: 3px 0;
    background-color: #0ba350;
    width: 30px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    transition-duration: 0.2s;
}

ul.socalLInk li a:hover{
    background-color: #444;
}

ul.socalLInk li {
    display: inline-block;
}

.infoBoxContact p a {
    display: block;
    color: #0ba350;
    font-weight: bold;
    margin-top: 5px;
}

.contactFormGrid label {
    margin-bottom: 5px;
    color: #0ba350;
}

.contactFormGrid .form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.cotactMainDiv {
    padding-top: 50px;
}

.formDiv {
    background-color: #f7f7f7;
    padding: 50px;
}

.formDiv .form-control:focus {
    box-shadow: none !important;
}

.formDiv .form-select:focus {
    box-shadow: none !important;
}

.contactSubmit {
    background-color: #0ba350;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    color: #fff;
    transition-duration: 0.2s;
}

.contactSubmit:hover{
    background-color: #444;
}

.sliderImages .carousel-item {
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* Responsive-ness for different screen-sizes */

@media screen and (min-width: 1200px) {
    .sliderImages .carousel-item {
        height: 530px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {
    .topHeader {
        display: none;
    }
    .bottomHeader {
        display: none;
    }
    .searchBox form{
        width: 100%;
    }
     ul.cartWish li a .flex-grow-1.ms-2 {
        display: none;
    }
}
@media screen and (max-width: 1140px) {
    ul.cartWish li a {
        margin-left: 12px;
    }
    
    ul.cartWish li a img {
        width: 80%;
    }
    
    .topHeader p {
        font-size: 13px;
    }
    
    .middleHeader {
        padding: 20px 0;
    }


    .menuList ul li a{
        font-size: 14px;
        padding: 8px 12px;
    }

    ul.allctgList{
        padding: 15px;
    }

    .toglerCtg h3{
        font-size: 16px;
    }

    .rightOfferBox{
        /*height: 203px;*/
    }

    .smartPartImg img{
        width: 75%;
        margin-bottom: 30px;
    }

    .smartContent a{
        margin-top: 30px;
    }

    .allProd h1{
        margin-top: 6px;
        font-size: 25px;
    }

    a.showMoreLink{
        margin-top: 12px;
    }

    .offerCounter a{
        margin: 0 auto;
    }

    .bootmFot p{
        margin: 0;
    }
}

.aboutUsPage {
    padding: 40px 0;
}


@media screen and (max-width: 1040px) {

    .searchBox .form-control {
        padding: 7px 20px;
    }
    
    .topHeader p {
        font-size: 12px;
    }
    
    a.selectedItem {
        font-size: 12px;
    }
    
    ul.accountList li a{
        font-size: 12px;
    }
    
    ul.accountList {
        margin-top: -2px;
    }

    ul.cartWish li a i {
        font-size: 27px;
    }

    .menuList ul li a{
        padding: 8px 10px;
    }

    ul.allctgList li a {
        padding: 2px 0;
        font-size: 14px;
    }

    .punchBox p {
        font-size: 9px;
    }

    .punchBox h5 {
        font-size: 14px;
    }

    .allProd h1{
        font-size: 21px;
    }

    a.addCart{
        font-size: 12px;
    }

    a.addCart{
        font-size: 12px;
    }

    .mainOfferq ul li{
        margin: 10px 12px;
    }

    .slick-dotted.slick-slider{
        margin: 0;
    }

    .aboutCompa p {
        font-size: 12px;
    }

    .aboutCompa h4 {
        font-size: 18px;
    }
    
    .menuList ul li a {
        padding: 6px 8px;
    }
    
    ul.allctgList li a {
        padding: 1px 0;
        font-size: 13px;
    }
    
    .rightOfferBox h1{
        font-size: 20px;
    }
}


@media screen and (max-width: 991px) {
    .aboutCompa h4 {
        font-size: 18px;
    }
    
    ul.infoLinks li{
        display:block;
    }

    a.selectedItem{
        font-size: 10px;
    }

    ul.accountList {
        margin-top: -5px;
    }

    a.mainLogo img {
        margin: 5px 0;
    }

    ul.cartWish li a {
        margin-left: 3px;
    }

    ul.cartWish li a i {
        font-size: 15px;
    }

    .menuList ul li a {
        padding: 8px 6px;
        font-size: 11px;
    }

    .toglerCtg h3 {
        font-size: 12px;
    }

    .topHeader p {
        font-size: 10px;
    }

    ul.accountList li a{
        font-size: 10px;
    }

    .middleHeader {
        padding: 13px 0;
    }

    ul.allctgList li a i {
        font-size: 20px;
        width: 13px;
    }

    ul.allctgList li a{
        font-size: 10px;
    }

    ul.allctgList {
        padding: 10px;
    }

    .punchBox h5 {
        font-size: 11px;
        margin: 0 0 2px;
    }

    .punchBox p {
        font-size: 7px;
    }

    .leftOfferBox h2{
        font-size: 20px;
    }

    .leftOfferBox a{
        font-size: 15px;
    }

    .rightOfferBox {
        /*height: 167px;*/
    }

    .rightOfferBox a {
        font-size: 12px;
    }

    .rightOfferBox p {
        line-height: 16px;
        margin: 12px 0;
        font-size: 11px;
    }

    .rightOfferBox h1 {
        font-size: 17px;
    }

    .smartContent h1 {
        font-size: 32px;
        margin: 5px 0 0;
        line-height: 40px;
    }

    .smartContent p {
        margin: 12px 0;
        font-size: 13px;
    }

    .proCtgTab .nav-tabs .nav-link {
        padding: 5px;
        font-size: 13px;
    }

    .proCtgTab .nav {
        margin-top: 5px;
    }

    .allProd h1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .productGridBox span{
        font-size: 12px;
    }

    .productGridBox a.titlePro{
        font-size: 14px;
    }

    .productGridBox h5 del{
        font-size: 8px;
    }

    a.buyBtn{
        font-size: 10px;
        padding: 3px 0;
    }

    .productGridBox .col-md-6 {
        padding: 0 3px;
    }

    .productGridBox h5{
        font-size: 13px;
    }

    a.addCart{
        font-size: 10px;
        padding: 5px 0;
        border-radius: 0;
    }

    .mainOfferq {
        margin: 10px 0;
    }

    .mainOfferq ul li {
        margin: 10px 8px;
    }

    .mainOfferq ul li span {
        width: 56px;
        font-size: 15px;
        padding: 15px 0;
    }

    .brandSlick img {
        display: block;
        width: 79%;
        margin: 10px auto 0;
    }

    .newLetBox h3 {
        line-height: 28px;
        font-size: 19px;
    }

    .newLetBox form {
        margin-top: 7px;
    }

    .aboutCompa p {
        font-size: 8px;
        margin: 10px 0;
    }

    .footListPart h4 {
        margin-bottom: 10px;
    }

    .aboutCompa h4 {
        font-size: 13px;
    }

    .bootmFot p {
        margin: 0;
        font-size: 10px;
    }

    .bootmFot{
        padding: 10px 0;
    }

    ul.footList li a{
        font-size: 10px;
        padding: 2px 0;
    }

    .offerCounter a{
        font-size: 14px;
    }

    a.showMoreLink {
        margin-top: 9px;
    }

    .allProd {
        padding: 20px 0;
    }

    .superSale{
        padding: 50px 0;
    }
}


.singleProHead a {
    color: #a7a7a7;
    font-weight: bold;
}

.cart-total{
    padding: 30px!important;
}


@media screen and (max-width: 1400px) {
            .headerExtraLink a img {
           width: 15px;
        height: 15px;
            margin-top: -2px;
        }
        .countPosi img {
        width: 20px;
    }
        ul.cartWish li a {
        margin-left: 10px;
        font-size: 14px;
    }
    .punchBox h5 {
        font-size: 12px;
        margin-left: 5px;
    }
    .l {
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .twoPartBanner {
        margin-bottom: 30px;
    }
    .allProd {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .LImg {
            max-width: 100px;
            width: 100%;
            position: absolute;
            bottom: -30px;
            right: 17px;
        }
        .sliderInfo h1 {
            font-size: 25px;
                text-align: center;
        }
        .sliderInfo p {
        padding-bottom: 30px;
        font-size: 15px;
            text-align: center;
    }
    .punchLine .col-md-2 {
        flex: 0 0 auto;
        width: unset !important;
    }
   
    .flasOfferBox {
        margin-bottom: 20px;
    }
    .flash-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .viewLink a {
        font-size: 15px;
        line-height: 20px;
    }
    .dHeroBgOverlyContent {
        padding-top: 30px;
        padding-bottom: 130px;
    }
    .dicountHeroGrid {
        margin: 20px 0;
    }
    .homeLastOfferGrid {
        margin-bottom: 20px;
    }
    .fImg {
        width: 158px;
        display: block;
        margin: 10px auto;
    }
    
    .punchBox img {
        width: 25%;
        margin: 0px auto 20px;
    }
    .productGridBox{
        margin:0;
        padding: 5px;
    }
    .container-fluid{
        padding: 0 15px !important;
    }
    .flasOffer {
        padding-bottom: 30px;
    }
    .formDiv{
        padding: 20px;
    }
    
    .productRow {
        margin: 0 -5px;
    }
    
    .productRow .col-6 {
        padding: 5px;
    }
    
    .productGridBox a.titlePro {
        font-size: 13px;
        line-height: 17px;
        font-weight: 400;
    }
    
    .smalinfoBox h6 {
        border: 1px solid #0ba350;
        color: #0ba350;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
        border-radius: 5px;
        margin: 6px 0;
    }
    
    .productDetails{
        margin-top: 30px;
    }
    
    .productDetails p{
        text-align: left;
    }
    
    .mobileCarts{
        display: block;
    }
    
    ul.cartWish {
        display: none;
    }
    
    .newleftArImg img{
        width: 45%;
    }
    
    .sliderContent {
        top: 5%;
        display: none;
    }

    .punchBox {
        text-align: center;
        margin: 0;
        padding: 5px;
    }

    .punchBox h5 {
        font-size: 17px;
        margin: 0 0 5px;
    }

    .punchBox p {
        font-size: 15px;
    }

    .leftOfferBox{
        margin-bottom: 15px;
    }

    .allProd h1 {
        margin-top: 20px;
        font-size: 22px;
        text-align: center;
    }

    .proCtgTab .nav {
        margin-top: 20px;
    }

    a.showMoreLink {
        float: unset;
        text-align: center;
        margin: 20px 0 0;
    }
    
    .aboutCompa a img{
        margin: 0px auto;
    }
    
    .aboutCompa p {
        font-size: 13px;
        margin: 10px 0 30px;
    }
    
    .footPart{
        text-align: center;
    }

    a.buyBtn{
        margin-bottom: 5px;
        padding: 5px 0;
        border-radius: 0;
    }

    .footListPart{
        padding: 0;
        margin-top: 20px;
    }

    .bootmFot p{
        text-align: center;
    }

    a.paymentImg img{
        margin: 10px auto 0;
        float: unset;
    }

    img.superImg{
        width: 45%;
    }

    .bootmFot p{
        text-align: center;
    }


    ul.cartWish li a i {
        font-size: 30px;
    }

    ul.cartWish li a {
        margin-left: 10px;
    }

    a.mainLogo img {
        margin: 5px 0 20px;
    }

    .sliderPart {
        margin: 10px 0 0;
    }

    .countPosi.user {
        display: block!important;
    }

    .hamburger-menu {
        display: block;
    }
    
    .buyNowSinBtn {
        margin: 15px 0;
    }
    
    .fullDetailsPartLeft{
        margin-top: 15px;
    }
    
    .fullDetailsPartLeft ul li a p {
        font-size: 25px;
        margin: 20px 0 10px;
    }
    
    .bootmFot {
        padding: 10px 0 85px;
    }
    
    .productGridBox h5 {
        font-size: 11px;
    }
    
    .form-row img {
        display: block;
        width: 100%;
    }
}

.countPosi.user {
    display: none;
}





@media screen and (max-width: 575px) {
    ul.cartWish li a i {
        font-size: 25px;
    }
    
    .newleftArImg img {
        width: 60%;
        top: 7%;
    }
    
    .leftOfferBox{
        height: 400px;
    }

    ul.cartWish li a {
        margin-left: 8px;
    }

    .footListPart {
        margin-top: 40px;
    }
}


@media screen and (max-width: 480px) {
    .container-fluid{
        padding: 0 10px;
    }
    
    

    ul.cartWish {
        float: unset;
        margin-top: 7px;
        text-align: center;
    }
    
    ul.cartWish li a {
        margin-left: 7px;
    }

    ul.cartWish li a i {
        font-size: 20px;
    }

    .punchBox p {
        font-size: 9px;
    }

    .punchBox h5 {
        font-size: 14px;
    }
}


@media screen and (max-width: 360px) {
  
}
