.top_bar {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    padding: 6px 0;
    font-size: 13px;
}

.top_bar > div > div {
    width: 50%;
    float: left;
}

.top_bar > div > div.call_support {
    text-align: right
}

.top_content {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.top_content .logo_container {
    display: block;
    padding: 25px 0;
    transition: all ease-in-out 0.3s;
}

.top_content .search {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.top_content .search input {
    width: 100%;
    float: left;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    padding: 15px 22px;
    font-size: 12px;
}

.top_content .search input:focus-visible {
    outline: 0;
}

.top_content .search input::placeholder {
    color: #333;
}

.topMenuWrap {
    margin-top: 0;
    position: relative;
    /* display: flex; */
    float: right;
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

.topMenu {
    width: 1200px;
    border: #ccc;
    margin: 0 auto;
    text-align: right;
}

.topMenu ul {
    margin: 0;
    padding: 0;
}

.topMenu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.topMenu ul li a {
    color: rgb(0 0 0);
    padding: 8px 17px;
    display: block;
    transition: all ease-in-out 0.3s;
}

.topMenu ul li a:hover {
    text-decoration: none;
    /* background: #ffcc00; */
    color: #02b700;
    border-radius: 3px;
}

.topMenu ul li a:focus, .topMenu ul li a:visited, .topMenu ul li a:active {
    text-decoration: none;
}

.topMenu ul li ul {
    position: absolute;
    right: 0;
    width: 200px;
    text-align: left;
    top: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    z-index: 9;
}

.topMenu ul li ul li {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}

.topMenu ul li ul li a {
    color: #000;
    padding: 10px 10px;
}

.topMenu ul li:hover a {
    text-decoration: none;
    color: #02b700;
}

.topMenu ul li:hover ul {
    visibility: visible;
    top: 35px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 10px 11px #0000004a;
    z-index: 999;
}

.topMenu ul li:hover ul li {
}

.topMenu ul li:hover ul li a {
    background: transparent;
    color: #000;
    transition: all ease-in-out 0.3s;
}

.topMenu ul li:hover ul li a:hover {
    background: #fecc00;
    color: #000;
    /* border-radius: 0; */
}

.iconMenu {
    margin-top: 30px;
    position: relative;
    width: 100%;
    float: left;
    text-align: right;
    transition: all ease-in-out 0.3s;
}

.iconMenu ul {
    margin: 0;
    padding: 0;
}

.iconMenu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.iconMenu ul li a {
    color: #738106;
    padding: 3px 9px;
    display: block;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.iconMenu ul li a i {
    font-size: 24px;
}

.iconMenu ul li a:hover {
    text-decoration: none;
    color: #000;
    border-radius: 3px;
}

.iconMenu ul li a:focus, .topMenu ul li a:visited, .topMenu ul li a:active {
    text-decoration: none;
}

.iconMenu ul li ul {
    position: absolute;
    right: 0;
    width: 200px;
    text-align: left;
    top: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    z-index: 9;
}

.iconMenu ul li ul li {
    display: block;
    text-transform: capitalize;
}

.iconMenu ul li ul li a {
    color: #000;
    padding: 8px 6px;
}

.iconMenu ul li:hover a {
    text-decoration: none;
    color: #a9c014;
}

.iconMenu ul li:hover ul {
    visibility: visible;
    top: 35px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 10px 11px #0000004a;
    z-index: 999;
}

.iconMenu ul li:hover ul li a {
    background: transparent;
    color: #8f8d8d;
    transition: all ease-in-out 0.3s;
    font-size: 13px;
    border-bottom: 1px solid #cccccc42;
}

.iconMenu ul li:hover ul li a:hover {
    background: #ededed61;
    color: #a0a1bb;
    padding-left: 12px;
}

.iconMenu .hasBasket {
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: orange;
    text-indent: 360px;
    position: absolute;
    border-radius: 50%;
    right: 2px;
    top: 0;
}

.topBarFxd {
    position: fixed;
    z-index: 999;
    /* transition: all ease-in-out 0.3s; */
}

.topBarFxd .container {
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.topBarFxd .container .logo_container {
    padding: 5px 00;
    transition: all ease-in-out 0.3s;
}

.topBarFxd .container .search {
    margin-top: 12px;
}

.topBarFxd .container .iconMenu {
    margin-top: 19px;
}

.slider_container {
    width: 100%;
    min-height: 351px;
    float: left;
    background: #f1f3f6;
    position: relative;
}

.slider_container .prev, .slider_container .next {
    position: absolute;
    top: 35%;
    background: #fff;
    z-index: 9;
    padding: 39px 13px 39px 17px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    background: rgb(0 0 0 / 19%);
    backdrop-filter: saturate(180%) blur(10px);
}

.slider_container .prev i, .slider_container .next i {
    font-size: 25px;
    color: #e6e3e6;
}

.slider_container .prev {
    left: 0;
}

.slider_container .next {
    right: 0;
    padding: 39px 17px 39px 13px;
    border-radius: 4px 0 0 4px;
}

.services {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.services > div {
    display: flex;
}

.services > div > div {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0px 21px;
    border-right: 1px solid #ebebeb;
}

.services > div > div:last-child {
    border-right: 0px solid #ebebeb;
}

.services > div > div img {
    float: left;
    margin: 13px 20px 13px 0;
}

.services > div > div strong {
    font-size: 16px;
    display: block;
}

/* seasonal plant*/
.bnrSliderContainer {
    width: 100%;
    float: left;
    background: url(../images/background.webp) no-repeat top left;
    padding: 100px 20px 100px 15px;
    background-size: cover;
    box-shadow: 0px 0px 30px #0000002e;
    position: relative;
}

.bnrSliderContainer .newArrival {
    padding: 0 !important;
}

.bnrSliderContainer .newArrival .single_product {
    margin: 0 !important;
}

.bnrSliderContainer .banner_container {
    width: 100%;
    float: left;
    padding: 0 0 100px 0;
}

.bnrSliderContainer .banner_container a {
    display: block;
    margin-bottom: 30px;
}

.bnrSliderContainer .banner_container a:last-child {
    margin-bottom: 0px;
}

.bnrSliderContainer .banner_container a img {
    width: 100%;
    max-width: 100%
}

.bnrSliderContainer .single_product {
    box-shadow: none;
}

.bnrSliderContainer .custNav {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.bnrSliderContainer .custNav > div {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 4px;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
}

.bnrSliderContainer .custNav > div.active {
    background: yellow;
    width: 20px;
    transition: all ease-ini-out 0.3s;
}

.bnrSliderContainer .next1, .bnrSliderContainer .prev1 {
    display: none;
}

/* end seasonal plant*/
/* new arrivals*/
.newArrivals {
    width: 100%;
    float: left;
    padding: 120px 20px 110px 15px;
    background: url(../images/background_1.webp) no-repeat bottom left;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.newArrivals:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(89deg, #0000005e 0%, #ffffff00 70%);
}

.newArrivals .product_container {
    padding: 0;
}

.newArrivals .single_product {
    box-shadow: none;
    margin: 0 !important;
}

.newArrivals .custNav {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.newArrivals .custNav > div {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 4px;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
}

.newArrivals .custNav > div.active {
    background: #7d7d29;
    width: 20px;
    transition: all ease-ini-out 0.3s;
}

.bg .single_product {
    background: #ffffffb3;
    backdrop-filter: blur(8px);
    border-radius: 0 30px 0px 30px;
    border: 1px solid #d4844f;
}

.bg .single_product .imgContainer {
    border-radius: 0 28px 0 30px;
}

.bg .single_product:hover .hoverContainer {
    background: #ffffffb3;
    backdrop-filter: blur(8px);
}

.bg .rating {
    font-size: 12px !important;
    text-align: right !important;
}

.bg .heading {
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.bg .price strong {
    width: 50%;
    float: left;
    text-align: left;
}

.bg .price del {
    width: 50%;
    float: left;
    text-align: right;
    margin: 0 !important;
}

.bg .price .offer {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 22px;
    font-weight: 400;
    line-height: 5px;
    color: #d4844f !important;
}

/* end new arrivals*/
/* flowering plants*/
.bg1 {
    background: url(../images/background_3.webp) no-repeat top left;
}

.bg1 .single_product {
    background: #00000085;
    backdrop-filter: blur(8px);
    border-radius: 100px 0px 16px;
    padding: 0;
    border: 0;
    overflow: hidden;
    box-shadow: 4px 0px 0px #e38828;
}

.bg1 .single_product .imgContainer {
    border-radius: 100px 0 50px 0;
    border-bottom: 5px solid #415c0a;
    overflow: hidden;
}

.bg1 .single_product:hover .hoverContainer {
    background: #ffffffb3;
    backdrop-filter: blur(8px);
}

.bg1 .rating {
    font-size: 12px !important;
    text-align: right !important;
}

.bg1 .heading {
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #fff !important;
}

.bg1 .price strong {
    width: 50%;
    float: left;
    text-align: left;
    color: #ff9a9a;
}

.bg1 .price del {
    width: 50%;
    float: left;
    text-align: right;
    margin: 0 !important;
    color: #818181 !important;
}

.bg1 .price .offer {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 22px;
    font-weight: 400;
    line-height: 5px;
    color: #d4844f !important;
}

.bg2 {
    background: url(../images/background_4.webp) no-repeat bottom right;
    background-size: cover;
}

.bg2 .rating {
    font-size: 12px !important;
    text-align: right !important;
}

.bg2 .heading {
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #000 !important;
}

.blurBg {
    background: #00000040;
    display: block;
    backdrop-filter: blur(9px);
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: inset 0px 0px 48px 0px #00000075;
}

/* flowering plants*/
.product_container {
    width: 100%;
    float: left;
    padding: 0 0 50px 0;
    max-height: 712px;
    overflow: hidden;
    position: relative;
}

.product_container h1, .product_container h2, .product_container h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-family: "Lora", serif;
    text-align: center;
    margin: 00 0 60px 0;
}

.product_container h1:before, .product_container h2:before, .product_container h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #222222;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%);
}

.product_container.newArrival .prev1, .product_container.newArrival .next1 {
    position: absolute;
    top: 35%;
    background: #fff;
    z-index: 9;
    padding: 39px 13px 39px 17px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    background: rgb(255 255 255 / 55%);
    backdrop-filter: saturate(180%) blur(10px);
}

.product_container.newArrival .prev1 i, .product_container.newArrival .next1 i {
    font-size: 25px;
    color: #e6e3e6;
}

.product_container.newArrival .prev1 {
    left: 0;
}

.product_container.newArrival .next1 {
    right: 0;
    padding: 39px 17px 39px 13px;
    border-radius: 4px 0 0 4px;
}

.product_container.bestSelling .prev2, .product_container.bestSelling .next2 {
    position: absolute;
    top: 35%;
    background: #fff;
    z-index: 9;
    padding: 39px 13px 39px 17px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    background: rgb(255 255 255 / 55%);
    backdrop-filter: saturate(180%) blur(10px);
}

.product_container.bestSelling .prev2 i, .product_container.bestSelling .next2 i {
    font-size: 25px;
    color: #e6e3e6;
}

.product_container.bestSelling .prev2 {
    left: 0;
}

.product_container.bestSelling .next2 {
    right: 0;
    padding: 39px 17px 39px 13px;
    border-radius: 4px 0 0 4px;
}

.product_container.gardenTools .prev3, .product_container.gardenTools .next3 {
    position: absolute;
    top: 35%;
    background: #fff;
    z-index: 9;
    padding: 39px 13px 39px 17px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    background: rgb(255 255 255 / 55%);
    backdrop-filter: saturate(180%) blur(10px);
}

.product_container.gardenTools .prev3 i, .product_container.gardenTools .next3 i {
    font-size: 25px;
    color: #e6e3e6;
}

.product_container.gardenTools .prev3 {
    left: 0;
}

.product_container.gardenTools .next3 {
    right: 0;
    padding: 39px 17px 39px 13px;
    border-radius: 4px 0 0 4px;
}

.single_product {
    float: left;
    position: relative;
    margin-bottom: 30px;
    transition: all ease 0.3s;
    padding: 2px;
    border: 1px solid #e1e1e1;
    box-shadow: 4px 4px 7px #cccccc59;
    background: #fff;
}

/*.product_container .single_product:hover {box-shadow: 0px 0px 5px #c3c3c3;border-radius: 8px;}*/
.single_product .labelSoldOut {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #79a206;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 11px;
}

.single_product .imgContainer {
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.single_product .imgContainer .out_stock_bubble {
    position: absolute;
    top: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.single_product .imgContainer .out_stock_bubble > div {
    display: table-cell;
    vertical-align: middle;
}

.single_product .imgContainer .out_stock_bubble > div > div {
    background: #fff;
    color: #000;
    padding: 10px 0;
    font: 400 16px 'Montserrat';
}

.single_product .imgContainer img {
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
    transition: all ease 0.3s;
}

.single_product:hover .imgContainer img {
    transform: scale(1.2);
}

.single_product .proDtls {
    width: 100%;
    float: left;
    padding: 0 5px;
    margin: 10px 0 0 0;
}

.single_product .proDtls .rating {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #FF9800;
}

.single_product .proDtls .rating .fa-star {
    /* color: #FF9800; */
}

.single_product .proDtls .rating .fa-star-o {
    /* color: #8dc641; */
}

.single_product .proDtls .heading {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0 0 3px 0;
    width: 100%;
    float: left;
}

.single_product .proDtls .dtls {
    font: 400 14px 'Montserrat';
    text-align: center;
    margin: 0 0 15px 0;
    width: 100%;
    float: left;
    color: #666;
    min-height: 38px;
}

.single_product .price {
    width: 100%;
    float: left;
    /* font: 600 18px 'Montserrat'; */
    margin: 0 0 15px 0;
    color: #79a206!important;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.single_product .price del {
    font-size: 16px;
    color: #a9a9a9;
    margin: 3px 10px 0 30px;
    font-weight: 400;
}

.single_product .price span {
    padding: 0;
    font-size: 16px;
    color: #ed5565 !important;
    border-radius: 3px;
    font-weight: 600;
    white-space: nowrap;
}

.single_product .hoverContainer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -44px;
    left: 0;
    background: #ffffff;
    opacity: 1;
    transition: all ease 0.3s;
    padding: 0px 10px;
}

.single_product .hoverContainer > div {
    display: flex;
    justify-content: space-evenly;
}

.single_product:hover .hoverContainer {
    opacity: 1;
    bottom: 0;
}

.single_product .btnContainer {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.single_product a.btn_groups {
    transition: all ease-in-out 0.3s;
    color: #666;
    padding: 8px 14px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 18px;
}

.testimonials {
    width: 100%;
    float: left;
    background: url("../images/testmonial_bg.webp") no-repeat top right;
    padding: 90px 0 110px;
    position: relative;
}

.testimonials h4 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-family: "Lora", serif;
    text-align: center;
    margin: 00 0 90px 0;
    text-shadow: 0px 0px 5px #fff, 0px 0px 9px #fff, 0px 0px 9px #fff;
}

.testimonials h4:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #222222;
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%);
}

.testimonials .testi_container {
    width: 100%;
    float: left;
}

.testimonials .item {
    padding: 36px 15px 15px 36px;
    float: left;
}

.testimonials .eachItem {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 40px 50px 130px;
    position: relative;
    z-index: 9;
    box-shadow: 3px 3px 8px #6e696954;
}

.testimonials .eachItem:before {
    content: '\f10d';
    font: 400 30px 'fontAwesome';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #88b44d;
}

.testimonials .eachItem .imgContainer {
    width: 150px;
    position: absolute;
    left: -30px;
    top: -30px;
    padding: 10px;
    background: #fff;
}

.testimonials .eachItem .imgContainer:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #fff;
}

.testimonials .eachItem .imgContainer img {
    width: 100%;
    height: auto;
}

.testimonials .eachItem strong {
    font-size: 22px;
    margin: 0 0 10px 0;
    display: block;
}

.testimonials .eachItem p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.testimonials .eachItem span {
    font: 400 16px/24px 'Lora';
    float: right;
    position: relative;
    font-size: 18px;
}

.testimonials .eachItem span:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 13px;
    left: -38px;
}

.testimonials .eachItem .proName {
    position: absolute;
    top: 13px;
    font-size: 13px;
}

.testimonials .eachItem .proName:before {
    content: 'Product : ';
    font-size: 12px;
    color: #999;
}

.testimonials .eachItem .starRating {
    position: absolute;
    top: 13px;
    right: 20px;
    color: #ff9800;
}

.testimonials .prev4, .testimonials .next4 {
    position: absolute;
    top: 35%;
    background: #fff;
    z-index: 9;
    padding: 39px 13px 39px 17px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    background: rgb(255 255 255 / 55%);
    backdrop-filter: saturate(180%) blur(10px);
}

.testimonials .prev4 i, .testimonials .next4 i {
    font-size: 25px;
    color: #e6e3e6;
}

.testimonials .prev4 {
    left: 0;
}

.testimonials .next4 {
    right: 0;
    padding: 39px 17px 39px 13px;
    border-radius: 4px 0 0 4px;
}

.testimonials .reviewControl {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 0 0;
}

.testimonials .reviewControl > div {
    width: 25px;
    height: 7px;
    background: #b5e70e;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50px;
    transition: all ease 0.3s;
}

.testimonials .reviewControl > div.active {
    background: #88b44d;
}

.footer {
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
    background: #4b5b41 url(../images/footer_bg.jpg);
    border-top: 5px solid #4b5b41;
    font-size: 16px;
    line-height: 28px;
    background-size: cover;
    position: relative;
    backdrop-filter: blur(10px);
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(14px);
}

.footer .heading {
    font-size: 17px;
    position: relative;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    /* font-weight: 500; */
    color: #95cb75;
    /* text-shadow: 1px 1px 1px #ffffffc2, 1px 1px 14px #333; */
    text-align: left;
}

.footer .heading:before {
    content: '';
    width: 25px;
    height: 2px;
    /* background: tomato; */
    position: absolute;
    bottom: -3px;
}

.footer small {
    font-size: 75%;
    margin: 0 0 10px 0;
    display: block;
}

.footer p {
    margin: 8px 0 0 0;
    color: #fff;
}

.footer ul {
    margin: 0;
    padding: 0;
    /* column-count: 2; */
}

.footer ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 0 0px;
}

.footer ul li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0px;
    left: 0;
}

.footer ul li a {
    display: block;
    padding: 2px 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer ul li a:before {
    content: '';
    width: 0;
    height: 1px;
    background: #ffffffcf;
    position: absolute;
    bottom: 5px;
    transition: all ease-in-out 0.3s;
    left: -12px;
}

.footer ul li a:hover {
    text-decoration: none;
}

.footer ul li a:hover:before {
    content: '';
    width: 70px;
}

.footer ol {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer ol li {
    list-style-type: none;
    margin: 0 10px 15px 0;
    border-radius: 5px;
    float: left;
}

.footer ol li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    transition: all ease 0.33s;
}

.footer ol li a i {
    font-size: 20px;
    float: left;
    margin: 3px 10px 0 0;
}

.footer ol li a:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.footer ol li.sbkFB {
    /* background: #4867ab; */
    border: 1px solid #fff;
}

.footer ol li.sbkIN {
    /* background-image: linear-gradient(45deg, #fdbd3f 0%, #e5407c 50%, #7735bb 100%); */
    border: 1px solid #fff;
}

.footer ol li.sbkTW {
    /* background: #4ea0ec; */
    border: 1px solid #fff;
}

.footer .column_controler {
    display: flex;
    justify-content: space-evenly;
    margin-left: -15px;
    margin-right: -15px;
}

/*.cpright{width: 100%;float: left; background: #4b5b41; color: #7a7a7a;padding: 20px 0;text-align: center;font-size: 14px;line-height: 26px;}*/
.cpright {
    width: 100%;
    float: left;
    color: #7a7a7a;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.cpright a {
    color: #7a7a7a;
    transition: all ease 0.3s;
}

.cpright a img {
    height: 30px;
    max-width: 100%;
    color: #90c83e;
    text-decoration: none;
    float: right;
    margin: -7px 0 0 11px;
}

.scroll_top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #00000036;
    text-align: center;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    z-index: 9;
}

.scroll_top i {
    color: #fff;
    padding: 3px 10px 5px;
    margin: 0;
    font-size: 30px;
}

.scroll_top:hover {
    background: #0000006b;
}

/* for product details page */
.page_header {
    width: 100%;
    float: left;
}

.page_header h1 {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 22px;
}

.page_header .breadcrumb {
    padding: 0;
    font-size: 12px;
    float: left;
    margin: 10px 0 0 0;
    background-color: transparent;
    border-radius: 0;
}

.page_header .breadcrumb li:before {
    color: #81c12c;
}

.page_header .breadcrumb li a {
    color: #81c12c;
}

.page_header .breadcrumb li a:hover {
    color: tomato;
    text-decoration: none;
}

.eachProductContainer {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,.2);
    box-shadow: 0 0 16px rgb(0 0 0 / 20%);
}

.eachProductContainer .imgContainer {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-right: 0;
    display: block;
}

.proDtlsCont {
    width: 100%;
    float: left;
    padding: 20px;
    pointer-events: all;
    position: relative;
}

.product_details {
    width: 100%;
    float: left;
}

.product_details .sbk {
    margin: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.product_details .sbk ul {
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product_details .sbk ul li {
    list-style-type: none;
    /* display: inline-block; */
    /* float: left; */
    /* margin-right: -3px; */
    /* margin-top: 0px; */
    /* position: relative; */
}

.product_details .sbk ul li a {
    transition: all ease-in-out 0.3s;
    width: 30px;
    height: 36px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}

.product_details .sbk ul li a i {
    font-size: 20px;
}

.product_details .sbk ul li a:hover {
    text-decoration: none;
    border-radius: 10px;
}

.product_details .iconWhatsAp {
    color: #5ad265;
}

.product_details .iconFacebook {
    color: #1877f2;
}

.product_details .iconTwitter {
    color: #2ea1f2;
}

.product_details h1 {
    margin: -20px 0 0 0;
    padding: 0;
    font-size: 27px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.product_details span.sellerInfo {
    width: 100%;
    float: left;
    font-style: italic;
    margin: 3px 0 0 0;
    color: #333;
}

.product_details span.sellerInfo a {
    color: green;
    font-size: 14px;
    transition: all ease 0.3s;
}

.product_details span.sellerInfo a:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.product_details .qtyStatus {
    font-size: 18px;
    color: #8dc641;
    margin: 15px 0 0;
    /* background: #8dc641; */
    display: inline-block;
    padding: 0;
    width: 60%;
    float: left;
}

.product_details .qtyStatus .out_stock_item {
    color: red;
}

.product_details .price {
    font-size: 20px;
    color: #403f3f;
    margin: 0;
    display: inline-block;
    width: 100%;
    float: left;
}

.product_details .price .extraOff {
    /* float: left; */
    color: #388e3c;
    /* display: block; */
}

.product_details .price .extraOff strong {
}

.product_details .price strong {
    /* font-weight: 400; */
    color: #b35900;
}

.product_details .price strong p {
    margin: 0 0 0px !important;
}

.product_details .price span {
    font-size: 16px;
    color: #999;
}

.product_details .price span.discount_badge {
    font-size: 14px;
    background: #e97c10;
    color: #FFF;
    padding: 2px 5px 3px;
    margin: 0;
    position: relative;
}

.product_details .ratting {
    font-size: 16px;
    display: block;
    margin: 20px 0 0 0;
    width: 50%;
    float: left;
}

.product_details .ratting .rating_avg {
    display: block;
    font-size: 12px;
    color: #ada6a6;
}

.product_details .ratting .rating_avg span {
    font-size: 15px;
    color: #b9e71f;
}

.product_details .cartValue {
    font-size: 16px;
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}

.product_details .cartValue .quick_buy_product_details {
    background-image: linear-gradient(45deg, #eb9912 0%, #ff9f00 100%) !important;
    width: 100%;
    border: 0;
    padding: 13px 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}

.product_details .cartValue .pr_cart_btn {
    background-image: linear-gradient(45deg, #eb5c18 0%, #fb641b 100%) !important;
    width: 100%;
    border: 0;
    padding: 13px 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}

.product_details .cartValue #othePr_extra {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.product_details .cartValue #othePr_extra label {
    font-weight: 400
}

.product_details .cartValue #othePr_extra label {
    display: block;
}

.product_details .cartValue #othePr_extra a {
    width: auto;
    text-align: center;
    display: inline-block;
    padding: 5px 11px;
    border: 2px dashed #e03535;
    color: #e03535;
    border-radius: 5px;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    /* background: #a6c651; */
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
}

.product_details .cartValue #othePr_extra a:hover {
    text-decoration: none;
    background: tomato;
    border-color: tomato;
    color: #fff;
}

.product_details .cartValue .orderQty {
    width: 100%;
    float: left;
}

.product_details .cartValue .orderQty label {
    width: 100%;
    float: left;
    font-weight: 400
}

.product_details .cartValue .orderQty .bootstrap-touchspin {
    width: 100%;
    float: left;
}

.product_details .cartValue .orderQty input::-webkit-outer-spin-button,.product_details .cartValue .orderQty input::-webkit-inner-spin-button {
    text-align: center;
    height: 34px !important;
    -webkit-appearance: none;
    margin: 0;
}

.product_details .cartValue .orderQty input[type=number] {
    -moz-appearance: textfield;
    height: 34px !important;
    text-align: center;
}

.product_details .cartValue .orderQty .input-group-btn {
}

.product_details .wishlist {
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    right: 5px;
    z-index: 50;
    top: 9px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product_details .wishlist .fa-heart {
    color: #c2c2c2;
    font-size: 16px;
}

.product_details .btns {
    display: block;
    margin: 30px 0px 0px 0px;
    float: left;
    width: 100%;
}

.product_details .proAttr {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    font-size: 14px;
}

.product_details .proAttr #detailTab .active a {
    font-weight: 600;
    color: #000;
}

.product_details .proAttr #myTabContents {
    padding: 15px;
    line-height: 24px;
    border: 1px solid #ddd;
    border-top: 0;
}

.product_details .reviewRatting {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.product_details .reviewRatting .heading {
    font-size: 26px;
}

.product_details .revBoth {
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #d9a4a4;
    /* border: 1px solid #ff6464; */
    /* padding: 5px 20px; */
    /* background: #ccffbf; */
}

.product_details .revBoth span#revRate {
    text-align: center;
    display: flex;
}

.product_details .revBoth span#revRate > div {
    font-size: 30px;
    margin: 0 10px 0 0;
    color: #94d705;
}

.product_details .revBoth span#revRate > span {
    margin: 5px 0 0 0;
    text-align: left;
}

.product_details .gibevRevBtn {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 0;
    text-align: right;
}

.product_details .gibevRevBtn a {
    padding: 10px 15px;
    color: #444;
    font-weight: bold;
    font-size: 12px;
    transition: all ease 0.3s;
    display: inline-block;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 4px;
}

.product_details .gibevRevBtn a:active, .product_details .gibevRevBtn a:focus, .product_details .gibevRevBtn a:visited {
    text-decoration: none;
}

.product_details .gibevRevBtn a:hover {
    text-decoration: none;
    background: #8dc641;
    color: #fff;
}

.product_details .reviewContainer {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

.product_details .reviewContainer .eachRev {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.product_details .reviewContainer .eachRev .ret__head {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.product_details .reviewContainer .eachRev .ret__head span {
    background: #388e3c;
    color: #fff;
    border-radius: 4px;
    padding: 0px 0px 0px 6px;
    text-align: center;
    font-size: 14px;
    margin: 0 10px 0 0;
    font-weight: normal;
}

.product_details .reviewContainer .eachRev .revTxt {
    width: 100%;
    float: left;
    line-height: 22px;
    margin: 0 0 0px 0;
    font-size: 13px;
    color: #212121;
}

.product_details .reviewContainer .eachRev .rev__usr, .product_details .reviewContainer .eachRev .rev__date {
    float: left;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.product_details .eachRev_addfoms {
    width: 100%;
    float: left;
    font-size: 14px;
}

.product_details .eachRev_addfoms .rating_eachap label {
    border: 1px solid green;
    padding: 0 5px;
    border-radius: 34px;
    margin: 0 2px;
    cursor: pointer;
}

.product_details .eachRev_addfoms .rating_eachap label input {
    cursor: pointer;
    width: 10px;
    height: 10px;
}

.product_details .relatedProducts {
    width: 100%;
    float: left;
    margin: 30px 0 70px 0;
}

.product_details .relatedProducts .relHeading {
    font-size: 26px;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.product_details .relatedProducts .price {
    font-size: 24px;
    font-weight: 400;
    color: #403f3f !important;
}

.product_details .relatedProducts .prev {
    left: -50px;
}

.product_details .relatedProducts .next {
    right: -50px;
}

.product_details .relatedProducts .prev, .product_details .relatedProducts .next {
    cursor: pointer;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    /* visibility:hidden; */
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 24px;
    background: #fff;
    height: 44px;
}

.product_details .relatedProducts .prev img, .product_details .relatedProducts .next img {
    filter: invert(0.2);
    z-index: 999;
    cursor: pointer;
}

.product_details .relatedProducts:hover > .prev img, .product_details .relatedProducts:hover >.next img {
    filter: invert(1);
}

.product_details .custNav {
    width: 100%;
    float: left;
    text-align: center;
}

.product_details .custNav > div {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50px;
    transition: all ease 0.3s;
}

.product_details .custNav > div.active {
    width: 30px;
    background: #8dc641;
}

.product_details .checkPin {
    width: 50%;
    float: left;
    margin: 30px 00 0 0;
}

.product_details .checkPin label {
    font-weight: 400;
}

.product_details .checkPin .form-control {
    border-radius: 0;
    border: 0;
    outline: 0;
    background: #fff;
    box-shadow: none;
}

.product_details .checkPin .input-group {
    border: 0;
    box-shadow: 3px 4px 5px #f3f3f3;
    background-image: linear-gradient(45deg, #e47f1a 0%, #fcd226 100%);
    padding: 1px;
}

.product_details .checkPin .input-group-addon {
    background: white;
    border: 0;
    padding: 0 10px;
    border-radius: 0;
    font-style: italic;
    color: #333;
    margin: 0;
    border-left: 1px solid #f5bc23;
}

.product_details .checkPin .input-group-addon button {
    background: #ffffff00;
    border: 0;
    height: 32px;
}

.product_details .proAttribute {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.product_details .proAttribute strong {
    font-weight: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18px;
    color: #000;
    margin: 0 0 5px 0;
    display: block;
    text-transform: uppercase;
}

.product_details .proAttribute p {
    margin: 0 0 20px 0;
}

.product_details .proAttribute table {
}

.product_details .proAttribute table td {
}

.sticky_panel {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    float: left;
}

.imgDisc {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: initial;
    text-align: justify;
    padding: 10px 0 0 85px;
    color: #666;
}

.certieach_img {
    width: 100%;
    margin: 0 auto 10px auto;
    height: 120px;
    object-fit: contain;
    border: 2px solid #e9ffcc;
    padding: 20px;
}

#zoom-fig {
    width: 100%;
    float: left;
    position: relative;
}

#zoom-fig .labelNew {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: -6px;
    pointer-events: none;
}

#zoom-fig #Zoom-1 {
    width: 85%;
    float: right;
}

#zoom-fig .selectors {
    width: 15%;
    float: left;
}

#zoom-fig .selectors a {
    width: 65px !important;
    height: 65px !important;
    outline: 0px solid #000 !important;
    text-indent: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    float: left;
    display: inline !important;
    margin: 0 0 10px 0 !important;
    padding: 2px;
}

#zoom-fig .selectors a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 0px;
}

#zoom-fig .selectors a.mz-thumb-selected {
    box-shadow: 0px 0px 2px #ccc;
}

.cart-list-product {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
}

.cart-list-product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 3px #ececec;
    float: left;
    height: 70px;
    margin: 0 15px 0 0;
    object-fit: scale-down;
    width: 70px;
}

.cart-list-product h5 {
    font-size: 16px;
    color: #000;
}

.viewproduct-mob {
    display: inline-block;
    background: #a0a0a0;
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0px 7px;
    font-size: 1em;
    line-height: 17px;
    margin-top: 4px;
    border: solid 1px #bbbaba;
    float: right;
}

.cart-list-product h5 {
    margin-top: 20px;
    width: 100%;
    color: #000;
}

.cart-list-product h5 > a {
    color: #000;
}

.cart-list-product h6 {
    font-size: 12px;
}

.cart-list-product > h6 span {
    color: #fdce02;
}

#searResConttop {
    position: absolute;
    display: none;
    z-index: 1150;
    background: #ffffff;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #777;
    padding-top: 0px !important;
    padding: 29px;
    max-height: 500px;
    overflow: auto;
    border-top: 2px solid #fff
}

.searc_f_show {
    display: block !important;
}

/* for product list page*/
.shop_toolbar {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.shop_toolbar .pagination {
    margin: 0;
}

.sidebar_widget {
    width: 100%;
    float: left;
    padding: 0 20px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.sidebar_widget .heading {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    float: left;
}

.sidebar_widget .eachWidget {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 10px 0 0px;
}

.sidebar_widget .list-group-item {
    border: 0;
    font-weight: 400;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    margin: 0;
}

.sidebar_widget .price-input {
    width: 100%;
    display: flex;
    margin: 0 0 20px 0;
}

.sidebar_widget .price-input .field {
    display: flex;
    width: 100%;
    align-items: center;
}

.sidebar_widget .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 17px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #9999992e;
    -moz-appearance: textfield;
}

.sidebar_widget input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.sidebar_widget .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.sidebar_widget .slider {
    height: 5px;
    position: relative;
    background: #ccc;
    border-radius: 5px;
}

.sidebar_widget .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 0px;
    background: #007f00;
}

.sidebar_widget .range-input {
    position: relative;
}

.sidebar_widget .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sidebar_widget input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #007f00;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.sidebar_widget input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #738106;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.sidebar_widget .ordering {
    width: 48%;
    float: left;
    border: 0;
    background: #ffffff;
    padding: 12px 5px;
    margin: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #5c3f25;
    outline: 1px solid #0d7c02;
}

.sidebar_widget .active {
    background-image: linear-gradient(180deg, #edf9c5 0%, #b9e71e 100%);
    color: #5c3f25;
}

#myTabContents ul {
    margin: 0 0 15px 0;
    padding: 0;
}

#myTabContents ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 60px;
    list-style-type: none;
    position: relative;
    min-height: 55px;
}

#myTabContents ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 50px;
    height: 50px;
}

#myTabContents ul li:nth-child(1):before {
    background: url(../images/icon_sunny.png) no-repeat center center;
    background-size: cover;
}

#myTabContents ul li:nth-child(2):before {
    background: url(../images/icon_watering.png) no-repeat center center;
    background-size: cover;
}

#myTabContents ul li:nth-child(3):before {
    background: url(../images/icon_temperature.png) no-repeat center center;
    background-size: cover;
}

#myTabContents ul li:nth-child(4):before {
    background: url(../images/icon_fertilizer.png) no-repeat center center;
    background-size: cover;
}

#myTabContents ul li strong {
    text-transform: uppercase;
    display: table;
}

.product_details .proAttribute ul {
    margin: 10px 0 15px 0;
    padding: 0;
}

.product_details .proAttribute ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 60px;
    list-style-type: none;
    position: relative;
    min-height: 55px;
}

.product_details .proAttribute ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 50px;
    height: 50px;
}

.product_details .proAttribute ul li:nth-child(1):before {
    background: url(../images/icon_sunny.png) no-repeat center center;
    background-size: cover;
}

.product_details .proAttribute ul li:nth-child(2):before {
    background: url(../images/icon_watering.png) no-repeat center center;
    background-size: cover;
}

.product_details .proAttribute ul li:nth-child(3):before {
    background: url(../images/icon_temperature.png) no-repeat center center;
    background-size: cover;
}

.product_details .proAttribute ul li:nth-child(4):before {
    background: url(../images/icon_fertilizer.png) no-repeat center center;
    background-size: cover;
}

.product_details .proAttribute ul li strong {
    text-transform: capitalize;
    display: table;
    font-style: italic;
}

.table_desc {
    width: 100%;
    float: left;
}

/*User Section*/
.userLogin {
    width: 100%;
    float: left;
    min-height: 126px;
    display: flex;
    align-items: center;
}

.nav-tabs {
    border-bottom: 1px solid #ddd0;
}

.mymodal {
    backdrop-filter: blur(8px);
}

.mymodal .modal-header {
    position: relative;
}

.mymodal .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
}

.mymodal .modal-title {
    width: 100%;
    font-size: 16px;
}

.mymodal .modal-content {
    width: 100%;
    backdrop-filter: blur(20px);
    background: #0000005e;
    margin: 0 9%;
    /* background: border-box; */
    border: 1px solid #767474;
}

.mymodal .modal-content .form-control {
    background: #00000070;
    border: 1px solid #ffffff6b;
    border-radius: 0;
    color: #fff;
}

.mymodal .cstm_loginHd {
    /* background: #2874f0; */
    color: #fff;
    padding: 10px 20px;
    position: relative;
}

.mymodal .cstm_loginHd strong {
    font-weight: 400;
    font-size: 18px;
}

.mymodal .cstm_loginHd p {
    margin: 0;
}

.mymodal .cstm_loginBd {
    padding: 10px 20px;
}

.mymodal .cstm_loginBd .btn {
    background: #fb641b;
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    float: right;
}

.mymodal .cstm_loginRg {
    /* border: 0; */
    width: 100%;
    float: left;
    outline: 0;
    margin: 20px 0;
    text-align: center;
    color: #b4d1b5;
    font: 400 17px 'Lato';
    text-shadow: 2px 2px 3px #000;
    cursor: pointer;
}

.mymodal .close {
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    color: #a59b9b;
    opacity: 1;
    text-shadow: initial;
    padding: 0 0 0 13px;
    width: 50px;
    height: 38px;
    text-align: center;
    font: 400 33px/32px 'Lato';
}

.mymodal #user_login, .mymodal #user_register {
    margin: 20px 0 0 0;
}

.mymodal .modal-backdrop {
    position: fixed;
    z-index: 9999;
    background-color: #000;
}

.mymodal #modal_box {
    z-index: 999999;
}

.mymodal .modal-dialog-centered {
    height: 100%;
    display: flex;
    align-items: center;
}

.mymodal .pagination {
    margin: 0;
}

.cstContainer {
    width: 100%;
    float: left;
}

.cstContainer .cstTopContainer {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.cstContainer .cstTopContainer h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.cstContainer #cus_orders_list {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.cstContainer #mycart {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.msgPopUp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    background: tomato;
    padding: 10px;
    border-radius: 10px;
}

.msgPopUp img {
    border-radius: 10px;
}

.msgPopUp .closeBtn {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: #000000;
    border-radius: 50px;
    text-align: center;
    line-height: 31px;
    color: #f6ae47;
    font-size: 20px;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}