

    /*Global*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    outline: none;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.w5{
    width: 5%;
    min-height: 1px;
    overflow: hidden;
}
.w10{
    width: 10%;
    min-height: 1px;
    overflow: hidden;
}

.w65{
    width: 65%;
    min-height: 1px;
    overflow: hidden;
}
.w15{
    width: 12%;
    min-height: 1px;
    overflow: hidden;
}
.w16{
    width: 16.66%;
    min-height: 1px;
    overflow: hidden;
}

.w85{
    width: 85%;
    min-height: 1px;
    overflow: hidden;
}

.w45{
    width: 45%;
    min-height: 1px;
    overflow: hidden;
}
.w48{
    width: 48%;
    min-height: 1px;
    overflow: hidden;
}
.w55{
    width: 55%;
    min-height: 1px;
    overflow: hidden;
}
.w98{
    width: 98%;
    min-height: 1px;
    overflow: hidden;
}
.w18{
    width: 18%;
    min-height: 1px;
    overflow: hidden;
}
.w20{
    width: 20%;
    min-height: 1px;
    overflow: hidden;
}
.w25{
    width: 25%;
    min-height: 1px;
    overflow: hidden;
}
.w30{
    width: 30%;
    min-height: 1px;
    overflow: hidden;
}
.w35{
    width: 35%;
    min-height: 1px;
    overflow: hidden;
}
.w33{
    width: 33.3%;
    min-height: 1px;
    overflow: hidden;
}
.w40{
    width: 40%;
    min-height: 1px;
    overflow: hidden;
}
.w50{
    width: 50%;
    min-height: 1px;
    overflow: hidden;
}
.w60{
    width: 60%;
    min-height: 1px;
    overflow: hidden;
}
.w70{
    width: 70%;
    min-height: 1px;
    overflow: hidden;
}
.w75{
    width: 75%;
    min-height: 1px;
    overflow: hidden;
}
.w80{
    width: 80%;
    min-height: 1px;
    overflow: hidden;
}
.w90{
    width: 90%;
    min-height: 1px;
    overflow: hidden;
}
.w95{
    width: 95%;
    min-height: 1px;
    overflow: hidden;
}
.w94{
    width: 94%;
    min-height: 1px;
    overflow: hidden;
}
.w96{
    width: 96%;
    min-height: 1px;
    overflow: hidden;
}
.w98{
    width: 98%;
    min-height: 1px;
    overflow: hidden;
}
.container{
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
section{
    margin: 0 0 0 0;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-center{
    margin: 0 auto;
}
.left-text{
    text-align: left;
}
.right-text{
    text-align: right;
}
.center-text{
    text-align: center;
}
.justify-text{
    text-align: justify;
}
.theme-txt{
    color: var(--themeColor)!important;
}
.theme-txt2{
    color: var(--themeColor)!important;
    font-weight: bold;
}
.theme-bg{
    background-color: var(--themeColor)!important;
}

.dashblue{
    color: #12ADDB;
}
.bdr-btm{
    border-bottom: 0.5px solid rgba(0,0,0,0.5);
    margin-bottom: 0.5px;
}
.pd-btm50{
    padding-bottom: 50px; 
}
.red-txt{
    color: red;
}
.overflow-visible{
    overflow: visible;
}
.overflow-auto{
    overflow: auto;
}
@media only screen and (min-width: 900px) {
    /* width */
    ::-webkit-scrollbar {
      width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #888; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
}
/*Global End*/

/*Menu*/
.cart-count{
    background-color: var(--themeColor);
    padding: 5px;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 10px;
    height: 10px;
    color: #FFF;
    line-height: 10px;
    text-align: center;
}
.top-bar{
    background-color: #001C00;
    color: rgba(255,255,255,1);
    padding: 10px 0;
    font-size: 14px;
}
.top-bar i{
    color: rgba(255,255,255,1);
    font-size: 16px;
    padding: 0 10px;
}
.top-bar a{
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.menu{
    /*background-color: #FFF;*/
    position: absolute;
    height: 123px;
    z-index: 5;
    width: 100%;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}
.menu .logo{
    height: 80px;
    max-width: 250px;
    margin: 10px auto;
}
.logo img{
    width: 100%;
    /*height: 80%;*/
    object-fit: contain;
}
.menu-area ul{
    list-style-type: none;
}
.menu-area li:hover .dropdown{
    display: block;
}
.menu-area li{
    float: left;
    font-size: 16px;
    padding: 35px 15px;
    position: relative;
    font-weight: bold;
}
.menu-area li a{
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}
.menu-area li i{
    padding: 0 10px;
}
/*.menu{
    position: absolute;
    width: 100%;
    z-index: 999;
}*/
.dropdown li{
    float: none;
    padding: 10px 0;
    border-bottom: 0.5px solid rgba(0,0,0,0.3);
    text-align: left;
}
.dropdown li a{
    color: #000;
}
.dropdown li{
    font-size: 12px;
    color: rgba(0,0,0,0.4)!important;
}
.dropdown{
    position: absolute;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 100%;
    top: 50px;
    animation: fade_up 0.5s ease-in-out;
    animation-fill-mode: forwards;
    display: none;
    left: -15%;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #FFF;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);

}
@keyframes fade_up{
    from{
        opacity:0;
        top:80px;
    }
    to{
        opacity:1;
        top:100px;
    }
}
.subbtn{
    display: block;
}
.hide_phone{
    display: block;
}
.phoneicons{
    display: none;
}
.hide_pc{
    display: none;
}
.pc_hide{
    display: none;
}
.mob_hide{
    display: block;
}

/*Big Menu*/

.big-menu{
    display: none;
    transition: 0.5s;
    animation: fade 0.5s ease-in-out;
}
@keyframes fade{
    from{
        opacity:0.5;
    }
    to{
        opacity:1;
    }
}
.big-menu-container{
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 500px;
    overflow-y: auto;
    border:0.5px solid rgba(0,0,0,0.2);
    padding: 10px;
}
.sub-menu-container{
}
.parent-menu{
    padding: 10px;
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
}
.parent-menu a{
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    position: relative;
}
.parent-menu img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
}
.parent-menu span{
    margin-left: 30px;
}
.submenus a{
    text-decoration: none;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
}
.submenus ul{
    list-style-type: none;
}
.submenus li{
    transition: 0.5s;
    padding: 10px ;
}
.submenus a:hover li{
    padding-left: 20px;
    background-color: #F2F2F2;
}
/*Big Menu End*/

/*Menu ENd*/



/* Banner */
.banners img{
    width: 100%;
    height: auto;
    object-fit: contain;
/*    position: absolute;
    top: 0;
    left: 0;*/
    /*z-index: -1;*/
}
.banner-content-con{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5%;
}
.banners{
    /*padding: 50px 0;*/
    background-size: cover!important;
    /*height: 90vh;*/
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
}
.content-head p span{
    background: #ffdf40;
    color: #262626;
    padding: 10px;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    left: -50%;
    transition: .5s;
    opacity: 0;
}
.content-head{
    margin: 10px auto;
}
.banner-head p{
    color: #262626;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    left: -50%;
    transition: .5s;
    opacity: 0;
    transition-delay: .2s;
}
.banner-head{
    margin: 10px auto;
}
.banner-carousel a{
    text-decoration: none;
}
.shop-now-banner button{
    padding: 10px 20px;
    font-size: 18px;
    background: #e01b32;
    border: none;
    color: #fff;
    transition: .5s;
    position: relative;
    left: -50%;
    opacity: 0;
    transition-delay: .5s;
}
.shop-now-banner button:hover{
    background: #333333;
}
.owl-theme.banner-carousel .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
    height: 12px!important;
    width: 12px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #e01b32!important;
}
.banner-para p{
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    line-height: 25px;
    padding-bottom: 20px;
    position: relative;
    left: -50%;
    transition: .5s;
    opacity: 0;
    transition-delay: .4s;
}
/* Banner End */
   /*Banner*/
.urban-map{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0px 0 0 0;
    /*background-color: red;*/
    background-position: center!important;
    background-size: cover!important;
    transition: 0.5s;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.banner-top{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.urban-map h1{
    color: #FFF;
    font-size: 50px;
    padding-bottom: 20px;
}
.urban-map input[type=text]{
    padding: 15px 40px;
    width: calc(100% - 0px);
    border: 0;
    border-radius: 3px;
    background-position: left!important;
    background-size: 40px!important;
    background-repeat: no-repeat!important;
    background-color: #FFF!important;
}

 .select-box {
     position: relative;
     display: block;
     width: 100%;
     margin: 0 auto;
     font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
     font-size: 14px;
     color: #60666d;
     border-radius: 5px;
}

 .select-box__current {
	 position: relative;
	 box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
	 cursor: pointer;
	 outline: none;
}
 .select-box__current:focus + .select-box__list {
	 opacity: 1;
	 animation-name: none;
}
 .select-box__current:focus + .select-box__list .select-box__option {
	 cursor: pointer;
}
 .select-box__current:focus .select-box__icon {
	 transform: translateY(-50%) rotate(180deg);
}
 .select-box__icon {
	 position: absolute;
	 top: 50%;
	 right: 15px;
	 transform: translateY(-50%);
	 width: 20px;
	 opacity: 0.3;
	 transition: 0.2s ease;
}
 .select-box__value {
	 display: flex;
}
 .select-box__input {
	 display: none;
}
 .select-box__input:checked + .select-box__input-text {
    display: block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .select-box__input-text {
	 display: none;
	 width: 100%;
	 margin: 0;
	 padding: 14px 15px;
	 background-color: #fff;
         border-radius: 3px;
}
 .select-box__list {
	 position: absolute;
	 width: 100%;
	 padding: 0;
	 list-style: none;
	 opacity: 0;
	 animation-name: HideList;
	 animation-duration: 0.5s;
	 animation-delay: 0.5s;
	 animation-fill-mode: forwards;
	 animation-timing-function: step-start;
	 box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
         max-height: 240px;
         overflow-x: hidden;
         overflow-y: auto;
         margin-top: 5px;
         z-index: 99;
}
 .select-box__option {
	 display: block;
	 padding: 15px;
	 background-color: #fff;
         white-space: nowrap;
         overflow: hidden;
         text-overflow:ellipsis;
}
 .select-box__option:hover, .select-box__option:focus {
	 color: #546c84;
	 background-color: #fbfbfb;
}
.select-box{
    height: 250px;
}
.cateimg{
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
}
 @keyframes HideList {
    from {
            transform: scaleY(1);
   }
    to {
            transform: scaleY(0);
   }
}
 .product-suggestions{
     width: calc(100% - 2px);
     background-color: #FFF;
     max-height: 235px;
     position: relative;
     z-index: 99;
     top: 5px;
     border-radius: 5px;
     border: 0.5px solid rgba(0,0,0,0.2);
     overflow-y: auto;
     margin-bottom: 10px;
     box-shadow: 0 0 10px rgba(0,0,0,0.2);
 }
 .searchimg{
     text-align: center; 
}
 .searchimg img{
     width: 50px;
     height: 50px;
     object-fit: contain;
     margin: 0 auto;
 }
 .seach_product_name{
     font-weight: bold;
     padding:0px 0px 10px 10px;
     color: rgba(0,0,0,0.8);
     white-space: nowrap;
     text-overflow:ellipsis;
     width: 85%;
     overflow: hidden;
 }
 .searchprice{
     /*color: green;*/
     font-weight: normal;
     font-size: 14px;
     padding-right: 10px;
     font-weight: bold;
 }
 .searchdiscount{
     color: red;
     font-weight: normal;
     font-size: 14px;
     padding-right: 10px;
    text-decoration: line-through;
 }
 .searchoff{
     color: #FFF;
     font-weight: normal;
     font-size: 10px;
     padding: 5px 10px;
     border-radius: 20px 0 0 20px;
     background-color: #1e9e74;
     position: absolute;
     right: 0;
     top: 10px;
 }
 .seach_product_name span{
     position: relative;
     top: 5px;
 }
 .suggestion-container{
     padding: 15px 0;
     position: relative;
     border-bottom: 0.5px solid rgba(0,0,0,0.2);
 }
 .suggestion-containermain{
     transition: 0.5s;
     cursor: pointer;
 }
 .suggestion-containermain:hover{
     background-color: #F2F2F2;
 }
 .search_rating{
     position: absolute;
     right: 8px;
     font-size: 12px;
     color: gold;
     bottom: 22px;
 }

 /*Banner End*/
 
 
 
 /*Categories Start*/
 .category-points{
     padding: 50px 20px;
     background-color: #FFF;
     border-radius: 5px;
     box-shadow: 0 0 10px rgba(0,0,0,0.4);
     margin: 20px auto;
 }
    
 .categories{
     position: relative;
     z-index: 9;
     margin-top: -100px;
     padding-bottom: 50px;
 }
 .cate-img{
     width: 60px;
     height: 60px;
     object-fit: contain;
     margin: 0 auto;
 }
 .catename{
     font-size: 12px;
     color: rgba(0,0,0,0.8);
     padding: 10px 5px;
 }
 .cateboxes{
    padding:15px 0 10px 0;
    transition: 0.5s;
    cursor: pointer;
    height: 100px;
    
 }
 .cateboxes:hover{
     background-color: #F2F2F2;
     border-radius: 5px;
 }
 .morecat{
     padding: 12px 0;
 }
 .morecat div{
     width: 70px;
     height: 70px;
     border-radius: 50%;
     margin: 0 auto;
     background-color: #F2F2F2;
     font-size: 40px;
     font-weight: bold;
     line-height: 70px;
     color: #60666d;
 }
 .more{
     display: none;
 }
 /*Categorries End*/
 
/*Category Cards*/ 
.section{
    border-top: 10px solid #F2F2F2;
    /*border-bottom: 10px solid #F2F2F2;*/
    padding: 60px 0;
}
.title{
    font-size: 40px;
    color: rgba(0,0,0,0.9);
    padding-bottom: 10px;
    font-weight: bolder;
}
.title-text{
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 25px;
    color: rgba(0,0,0,0.6);
}
.offercard{
    height: 120px;
    background-color: red;
}
.offercard img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offername{
    padding: 10px 0;
    color: rgba(0,0,0,0.8);
    font-size: 16px;
    font-weight: bold;
}
.offers .item{
    margin-top: 50px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    border: 0.2px solid rgba(0,0,0,0.1);
}
.offers .item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.offernamebottom{
    color: rgba(0,0,0,0.6);
    font-size: 12px;
    padding-bottom: 10px;
}
/*Category Cards End*/

/*Loading*/
    
.lodingdiv {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #FFF;
}
 .wrap {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .text {
	 color: #fbae17;
	 display: inline-block;
	 margin-left: 5px;
}
 .bounceball {
	 position: relative;
	 display: inline-block;
	 height: 37px;
	 width: 15px;
}
 .bounceball:before {
	 position: absolute;
	 content: '';
	 display: block;
	 top: 0;
	 width: 15px;
	 height: 15px;
	 border-radius: 50%;
	 background-color: #fbae17;
	 transform-origin: 50%;
	 animation: bounce 500ms alternate infinite ease;
}
 @keyframes bounce {
	 0% {
		 top: 30px;
		 height: 5px;
		 border-radius: 60px 60px 20px 20px;
		 transform: scaleX(2);
	}
	 35% {
		 height: 15px;
		 border-radius: 50%;
		 transform: scaleX(1);
	}
	 100% {
		 top: 0;
	}
}
/*Loading End*/

/* Footer */
.footer a{
    /*font-weight: bold;*/
    color: #FFF;
    text-decoration: none;
}
.hide{
    display: block;
}
.show{
    display: none;
}
.footer-top{
    background-color: #FFF;
    /*padding: 50px 0;*/
    border-top: 0.2px solid rgba(0,0,0,0.1);
}
/*.footer-top .w20{
   margin-left: 3.5%;
}*/
.footer-top-icons{
    height: 80px;
}
.footer-top-icons img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-top .w25{
    padding: 50px 0;
    transition: 0.5s;
    cursor: pointer;
}
/*.footer-top .w25:hover{
    background-color: var(--themeColor);
}
.footer-top .w25:hover p{
    color: #FFF;
}
.footer-top .w25:hover i{
    color: #FFF;
}*/
.footer-top-icon i{
    font-size: 60px;
    color: rgba(0,0,0,0.7);
    transition: 0.5s;
}
.footer-top-icon p{
    font-size: 14px;
    padding: 10px 0;
    color: rgba(0,0,0,0.8);
}
.footer{
    background-color: rgba(0,0,0,0.9);
    padding: 50px 0 0 0;
}
.footer-logo{
    height: 60px;
}
.mlogo{
    display: none;
}
.dlogo{
    display: block;
}
.footer-logo a{
    color: #FFCA2B;
    font-size: 40px;
    text-decoration: none;
    font-family: Times New Roman;
}
.footer-logo img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin: 0 10%;
}
.social-icons ul{
    margin-left: 25%;
}
.social-icons i{
    font-size: 20px;
    padding: 10px;
}
.social-icons span{
   text-align: left;
   color: #FFF;
}

.fa-twitter-square{
    color: #04EAFF;
}
.fa-instagram{
    color: #DE2E6F;
}
.footer .white-txt{
    color: #FFF;
    font-size: 15px;
}
.footer p{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    padding-right:15px;
    line-height: 20px;
}
.footer ul{
    list-style-type: none;
}
.footer ul li{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    padding: 5px 0;
}

.footer ul li a{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    text-decoration: none;
}
.footer ul li i{
    padding: 10px 8px;
    font-size: 20px;
}
.icons{
    float: left;
}
.copyright{
    padding: 20px 0;
}
.copyright a{
    text-decoration: none;
    color: rgba(255,255,255,0.8);
}
.copyright .w80{
    border-top:0.5px solid rgba(255,255,255,0.6);
}
/* Footer End*/


/*Search Page*/


.newSearchPage{
    width: 100%;
    min-height: 100vh;
    background-color: var(--themeColor)12;
}
.pageBody{
    width: 90%;
    max-width: 1500px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.newSearchPage .filterArea{
    width: 300px;
    min-height: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.newSearchPage .filterCategoryIcon{
    width: 150px;
    height: auto;
    object-fit: contain;
    margin: 20px auto;
}
.newSearchPage .categoryName{
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
}
.filterWhiteBg{
    background-color: #FFF;
    margin-bottom: 10px;
}
.newSearchPage .filterHeading{
    font-weight: bold;
    font-size: 20px;
    border-bottom: 0.1px solid rgba(0,0,0,0.1);
}
.newSearchPage .filterHeading p{
    padding: 10px;
}
.newSearchPage .filterAddonHeading{
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}
.newSearchPage .filterAddonHeading .headingText{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.newSearchPage .filterAddonHeading .headingText svg{
    width: 16px;
    height: 16px;
}
.filterAddon ul{
    list-style-type: none;
    display: block;
    max-height: 300px;
    overflow: auto;
}
.filterAddon ul a{
    text-decoration: none;
    color: rgba(0,0,0,0.8);
}
.filterAddon ul .categoryFilter{
    padding: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.filterAddon ul .categoryFilter svg{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.filterAddon .activeCategory{
    font-weight: bold;
    color: var(--themeColor);
}
.borderbototm01{
  border-bottom: 0.1px solid rgba(0,0,0,0.1);  
}

.checkFilter {
    width: calc(100% - 20px);
    cursor: pointer;
}
.checkFilter .checked{
    display: none
}
.checkFilter .unchecked{
    display: block;
}
.activeCategory .checked{
    display: block
}
.activeCategory .unchecked{
    display: none;
}
.filterSearch{
    padding: 5px 40px 5px 10px;
    width: calc(100% - 70px);
    border: 0;
    border: 0.1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    margin: 0 10px;
    background-position: right!important;
    background-size: 20px!important;
    background-repeat: no-repeat!important;
    background-color: #FFF!important;
    font-size: 12px;
}
.headingText .cheveronup{
    display: none;
}
.headingText .chevrondown{
    display: block;
}
.headingTextActive .cheveronup{
    display: block;
}
.headingTextActive .chevrondown{
    display: none;
}
.filterAddonHeading .colorFilter {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.filterAddonHeading .colorUL{
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.filterAddonHeading .colorUL svg{
    width: 12px;
    height: 12px;
    color: #FFF;
}
.filterAddonHeading .colorFilter .checkedSVG{
    display: none;
}
.filterAddonHeading .activeCategory .checkedSVG{
    display: block;
}

.SearchedProductArea{
    width: calc(100% - 310px);
}
.searchPathList{
    list-style-type: none;
    padding: 10px;
}
.searchPathList li{
    display: inline-block;
}
.searchPathList li svg{
    width: 14px;
    height: 14px;
}
.searchPathList li a{
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.searchCategoryName{
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}
.searchCategoryName span{
    color: rgba(0,0,0,0.6);
    font-size: 12px;
    font-weight: normal;
}
.sortByList ul{
    list-style-type: none;
}
.sortByList ul li{
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}
.sortByList{
    border-bottom: 0.1px solid rgba(0,0,0,0.1);
}
.sortByList .activeSoring{
    font-weight: bold;
    color: var(--themeColor);
}
.searchInProducts{
    float: right;
    width: 300px;
}
.mainCardContainer{
    width: 100%;
}
.searchInProducts input{
    padding: 10px 40px 10px 10px;
    width: calc(100% - 70px);
    border: 0.1px solid rgba(0,0,0,0.1);
    background-position: right!important;
    background-size: 40px!important;
    background-repeat: no-repeat!important;
    background-color: #FFF!important;
}
.productsListArea{
    padding: 20px 0;
}
.gridListView{
    margin-right: 20px;
}
.activeGridListView svg{
    color: var(--themeColor);
}
.gridListView svg{
    width: 20px;
    height: 20px;
}
.filterApply{
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 9;
}
.filterApply button{
    padding: 10px;
    width: 100%;
    border: 0;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filterApply svg{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.clearPrice{
    font-size: 12px;
    font-weight: bold;
    color: var(--themeColor);
}

/*Search Page End*/


/*Product Page*/

.soldout_product{
    background-color: rgba(255,255,255,0.7);
    width: calc(100% - 4px);
    height: calc(100% - 5px);
    border: 2px dashed red;
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.add-to-cart-btns{
    padding: 5px 0;
}
.add-to-cart-btns button{
    padding: 12px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}
.wishlist-heart{
    border: 0;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    border-radius: 50%;
    color: #e6e6e6;
    z-index: 9;
    cursor: pointer;
}
.fewleft{
    padding-top: 10px;
    color: red;
    font-size: 14px;
}

.product-page{
    padding: 30px 0 50px 0;
}
#imagescon{
    cursor: pointer;
}
#imagescon figure{
    cursor: pointer;
}
.image-item{
    width: 90%;
    height: 400px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    border: 0.1px solid rgba(0,0,0,0.1);
}
.image-item figure{
    margin-left: 0; margin-top: 0;
}
.otherimages{
    width: 90%;
    margin-top: 2px;
}
.otherimages .w96{
    height: 70px;
    border: 0.1px solid rgba(0,0,0,0.1);
    /*background-color: red;*/
}
.otherimages .w96 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.producname{
    font-size: 25px;
    color: rgba(0,0,0,0.8);
}
.producname span{
    color: rgba(0,0,0,0.6);
    font-size: 16px;
}
.postedby{
    font-size: 14px;
    padding: 10px 0;
    color: rgba(0,0,0,0.8);
}
.postedby a{
    text-decoration: none;
    color: var(--themeColor);
}
.availablein{
    padding: 0 0 10px 0;
}
.availablein p{
    font-size: 14px;
    font-weight: bold;
}
.availablein ul{
    list-style-type: none;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}
.availablein li{
    display: inline-block;
    padding: 5px 10px;
    border: 0.2px solid rgba(0,0,0,0.2);
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    border-radius: 2px;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 5px;
}
.availablein .active{
    background-color: var(--themeColor);
    color: #FFF;
    border: 0.2px solid rgba(255,255,255,0.2);
}
.availablein li:hover{
    background-color: var(--themeColor);
    color: #FFF;
    border: 0.2px solid rgba(255,255,255,0.2);
}
.pricerange{
    padding: 10px 0;
}
.pricerange .famnt{
    font-weight: bold;
    font-size: 22px;
}
.pricerange .price{
    padding: 0 20px;
    font-size: 18px;
    text-decoration: line-through;
    color: rgba(0,0,0,0.6);
}
.pricerange .off{
    color: var(--themeColor);
    font-weight: bold;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    border: 0.5px solid var(--themeColor);
}
.placeholderside p{
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,0.8);
    padding: 5px;
    line-height: 25px;
}
.valueside p{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    padding: 5px;
    line-height: 25px;
}
.descriptionpart{
    padding: 10px 0;
}
.descriptionpart p{
    line-height: 25px;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    padding: 10px 0;
}
.descriptionpart h1{
    font-size: 25px;
    color: rgba(0,0,0,0.8);
}
.descriptionpart h2{
    font-size: 22px;
    color: rgba(0,0,0,0.8);
}
.descriptionpart h3{
    font-size: 20px;
    color: rgba(0,0,0,0.8);
}
.descriptionpart h4{
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}
.descriptionpart h5{
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}
.descriptionpart a{
    text-decoration: none;
    color: var(--themeColor);
}
.descriptionpart ul{
    margin-left: 20px;
}
.descriptionpart li{
    padding: 5px 0;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
.descriptionpart table{
    border-collapse: collapse;
}
.descriptionpart table td{
    padding: 10px;
    text-align: left;
    border: 0.2px solid rgba(0,0,0,0.2);
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
.descriptionpart table th{
    padding: 10px;
    text-align: left;
    border: 0.2px solid rgba(0,0,0,0.5);
    font-size: 14px;
}
#imagescon{
    height: 100%;
}
.imageside-con{
    /*width: 400px;*/
    height: auto;
}

.seller-box{
    padding: 30px 10px 10px 10px;
    border: 0.2px solid rgba(0,0,0,0.2);
    border-radius: 20px;
    margin-top: 10px;
}
.seller-info{
    font-weight: bold;
    font-size: 18px;
}
.seller-name{
    font-weight: bold;
    font-size: 16px;
    padding-top: 25px;
}
.seller-date{
    font-size: 12px;
    padding-top: 5px;
    color: rgba(0,0,0,0.6); 
}
.seller-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    /*margin: 0 auto;*/
    margin-top: 20px;
    border:0.2px solid rgba(0,0,0,0.1);
}
.seller-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.seller-btn{
    width: 100%;
    padding: 6px 10px;
    border: 0;
    color: #FFF;
    background-color: var(--themeColor);
    border-radius: 50px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s;
    border: 0.5px solid var(--themeColor);
}
.seller-btn:hover{
    color: var(--themeColor);
    background-color: #FFF;
    /*border: 0.5px solid var(--themeColor);*/
}
.basicdataside{
    margin-top: 10px;
}

.dialog{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.dialog .dialog-con{
    padding: 20px;
    background-color: #FFF;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.heading{
    font-size: 18px;
    color: rgba(0,0,0,1);
    font-weight: bold;
}
.modal-para{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 25px;
    padding-top: 10px;
}
.buttons{
    padding-top: 10px;
}
.dismiss{
    font-size: 16px;
    color: var(--themeColor);
    margin-left: 20px;
    cursor: pointer;
}
    /*Product Page End*/
    
    
/*User Dashboard*/

.user-dashboard{
    min-height: 80vh;
    padding: 20px 0;
}
.whitebg{
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    position: relative;
}
.prifile-picture img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.user-name{
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
}
.user-para{
    line-height: 25px;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
}
.user-contact{
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    padding: 20px 0 0 0;
    font-weight: bolder;
}
.bold-contact{
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0 0 0;
}
.grapharea{
    height: 400px;
}
.height200{
    height: calc(200px - 5px);
}
.height200{
    background-color: #FFF!important;
    background-position: right bottom!important;
    background-size: 100px 100px!important;

}
.animation1{
    opacity: 0;
    transition: 0.5s;
    animation: fadein 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
.animation2{
    opacity: 0;
    transition: 0.5s;
    animation: fadein 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
.animation3{
    opacity: 0;
    transition: 0.5s;
    animation: fadein 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}
.animation4{
    opacity: 0;
    transition: 0.5s;
    animation: fadein 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
.animation5{
    opacity: 0;
    transition: 0.5s;
    animation: fadein 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
}
@keyframes fadein{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

.wishhead{
    font-weight: bold;
    font-size: 20px;
    color: rgba(0,0,0,0.8);
    padding: 10px 0;
}
.digit{
    font-size: 50px;
    color: var(--themeColor);
}
.renew-table{
    border-collapse: collapse;
    width: 100%;
    margin: 10px auto;
}
.renew-table th{
    padding: 10px 10px;
    border: 1px solid rgba(0,0,0,0.5);
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
}
.renew-table td{
    padding: 8px 10px;
    text-align: left;
    font-size: 14px;
    border: 0.5px solid rgba(0,0,0,0.2);
}
.renew-table button{
    padding: 5px 10px;
    background-color: var(--themeColor);
    color: #FFF;
    font-size: 12px;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0 5px rgba(73, 187, 170,0.5);
    cursor: pointer;
    white-space: nowrap;
}

.dash-menu{
    list-style-type: none;
}
.dash-menu a{
    text-decoration: none;
}
.dash-menu li{
    padding: 10px 0;
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    transition: 0.5s;
}
.dash-menu li i{
    transition: 0.5s;
    padding-right: 5px;
}
.dash-menu li:hover i{
    padding-left: 10px;
}
.active li{
    color: var(--themeColor);
}



.form-container{
    padding: 20px 0;
}
.profile-form label{
    font-size: 14px;
    font-weight: bold;
}
.profile-form label input{
    padding: 10px;
    width: calc(100% - 0px);
    border: 0;
    border-bottom: 0.2px solid rgba(0,0,0,0.2);
    margin: 5px 0 10px 0;
}
.profile-form label select{
    padding: 10px;
    width: calc(100% - 0px);
    border: 0;
    border-bottom: 0.2px solid rgba(0,0,0,0.2);
    margin: 5px 0 10px 0;
}
.error{
    padding-bottom: 20px;
    font-size: 12px;
}
.profile-form label input[type=submit]{
    padding: 8px 10px;
    width: calc(40% - 0px);
    border: 0;
    background-color: var(--themeColor);
    color: #FFF;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;
}
.profile-form button{
    padding: 8px 10px;
    width: calc(40% - 0px);
    border: 0;
    background-color: var(--themeColor);
    color: #FFF;
    border-radius: 20px;
    margin: 0;
}
.profile-form label textarea{
    padding: 10px;
    width: calc(100% - 0px);
    border: 0;
    border-bottom: 0.2px solid rgba(0,0,0,0.2);
    margin: 5px 0;
    margin: 5px 0 20px 0;
}
.dash-title{
    padding: 10px 0;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}
.renew-table a{
    color: var(--themeColor);
    text-decoration: none;
}




/*Booster PAcks*/

    .boost{
        background-color: rgba(0,0,0,0.4);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 9999;
        overflow: auto;
    }
    .boost_con{
        background-color: #e3edf8;
        padding: 10px 10px 50px 10px;
        border-radius: 5px;
        /*margin-top: 40px;*/
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

    }
    .boost_con h1{
        padding: 10px;
        font-size: 25px;
        color: rgba(0,0,0,0.8);
    }
    .boost_con p{
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
        color: rgba(0,0,0,0.8);
    }
    .plans .item{
        background-color: #FFF;
        border-radius: 5px;
        padding: 20px 0 0 0;
        margin: 20px auto;
        transition: 0.5s;
    }
    .plans .item h1{
        font-size: 18px;
        font-weight: bolder;
    }
    .plans .item .rate{
        font-size: 30px;
        font-weight: bold;
        padding: 20px 0;
        border-bottom: 0.4px solid rgba(0,0,0,0.2);
    }
    .avail_plans p{
        padding: 10px 0;
        font-size: 14px;
    }
    .avail_plans p i{
        font-size: 16px;
        border-radius: 50%;
        padding: 5px;
        margin-right: 10px;
    }
    .plans button{
        padding: 10px;
        width: 100%;
        border: 0;
        color: #FFF;
        background: var(--themeColor);
        cursor: pointer;
    }
    
    .boost_con .active.center {
        transform: scale(1.1);
        filter: grayscale(0);
        opacity: 1;
    }
    .boost_con .active {
        transform: scale(.8);
        transition: .5s ease;
        filter: grayscale(100%);
        opacity: 0.5;
    }
    .plans{
        margin: 20px auto;
    }
    
    .btn-anchor {
        padding: 8px 10px;
        width: calc(40% - 0px);
        border: 0;
        font-size: 14px;
        text-decoration: none;
        background-color: var(--themeColor);
        color: #FFF;
        border-radius: 20px;
        margin: 0;
        cursor: pointer;
    }
    /*Booster Packs End*/
/*user Dashboard End*/


/*Extra*/

.bar-circle-right,.bar-circle-left{
    display: none;
}
.seven .title-bar{
    border-bottom: 3px solid #2B3E50;
}


.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
}
.goog-te-gadget .goog-te-combo{
    padding: 5px 10px;
    border: 0;
    position: relative;
    top: -5px;
}
.top-bar{
    height: 20px;
}
.translate-area{
    position: relative;
    /*top: -3px;*/
}
        .cart_count{
            background-color: #09f823;
            width: 10px;
            height: 5px;
            overflow: hidden;
            border-radius: 50%;
            padding: 1px 5px;
            position: relative;
            top: -10px;
            left: -15px;
        }
        
        .active_{
            border:2px solid var(--themeColor);
            padding: 5px 20px;
            border-radius: 20px;
            background-color: #FFF;
            color: var(--themeColor)!important;
        }
        @keyframes droptop{
            from{
                opacity:0;
                top:-100%;
            }
            to{
                opacity:1;
                top:0%;
            }
        }
        
    .category-popup, .free-popup{
        width: 100vh;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        z-index: 9999;
        margin-top: 0;
        transition: 0.5s;
        opacity: 0;
        transform: scale(0,0);
        animation: scaleup 1s ease-in-out;
        animation-fill-mode: forwards;
        display: none;
    }
    @keyframes scaleup{
        from{
            opacity:0;
            transform: scale(0,0);
        }
        to{
            opacity:1;
            transform: scale(1,1);
        }
    }
    .category-popup .category-points, .free-popup .category-points{
        max-height: 60vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0 auto;
        overflow: auto;
    }
    .category-popup .category-close, .free-popup .category-close{
        position: absolute;
        right: 10px;
        top: 10px;
        color: rgba(0,0,0,0.1);
        font-size: 30px;
        cursor: pointer;
    }
    
    
    .sell_rent_heading{
        font-size: 25px;
        color: rgba(0,0,0,0.8);
    }
    .white-space{
        width: 100%;
        height: 123px;
    }
    .abouts{
        padding: 50px 0;
    }
    .aboutus-box{
        background-color: #FFF;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    
    .btns-area{
        padding: 22px 0;
    }
    .custom-btns{
        border-radius: 5px;
        font-size: 14px;
        margin-left: 10px;
        margin: 0;
        margin-left: 10px;
    }
    /*Extra End*/

    
    /*Blogs Page*/
.team_bar{
    background-position: top!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
    height: 300px;
    transition: 0.5s;
    cursor: pointer;
}
 .team_bar_con{
     margin: 10px auto;
     transition: 0.5s;
 }
 
 .team-box{
     margin: 20px 10px;
     border-radius: 5px;
 }
 .details{
     height: 150px;
     position: absolute;
     bottom: -65px;
     transition: 0.5s;
     background-color: #fff;
 }
 .team_bar:hover .details{
     bottom: 0;
     /*background-color: #F95513;*/
 }
 .team_bar_con:hover{
    box-shadow: 0 0 15px var(--themeColor);
 }
 .details:hover .team-links a{
     /*color: white;*/
     border: 1px solid rgba(255,255,255,0.5);
 }
 .details:hover h2{
     /*color: white;*/
 }
 .details:hover p{
     /*color: white;*/
 }
 .our_team{
     padding: 50px 0;
     background-color: #F7F9FB;
 }
 .our_team h1{
     color: #424866;
     font-size: 40px;
     padding: 10px 0;
 }
 .our_team .team-para{
     font-size: 16px;
     color: rgba(0,0,0,0.7);
     padding: 5px 200px 30px 200px;
     line-height: 25px;
 }
 .details h2{
     padding: 15px 0 5px 0;
     color: #232323;
     font-size: 20px;
 }
 .details p{
     color: var(--themeColor);
     font-size: 14px;
     font-weight: 600;
     padding: 1px 0 10px 0;
 }
 .team-links{
     /*padding-top: 20px!important;*/
 }
 .team-links a{
     text-decoration: none;
     padding: 10px;
     border: 1px solid rgba(0,0,0,0.5);
     color: black;
 }
 .heading{
     width: calc(100% - 20px);
     white-space: nowrap;
     overflow: hidden;
     text-overflow:ellipsis;
/*     padding: 0 10px;
     margin-left: 10px;*/
 }
 
 
 .blog-banner-img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .blog-title{
        font-size: 30px;
        padding: 10px 0;
    }
    .blog-date{
        font-size: 14px;
        color: rgba(0,0,0,0.6);
        padding: 15px 0;
    }
    .blog-right{
        border: 0.5px solid rgba(0,0,0,0.2);
    }
    .related-blogs{
        padding: 20px 0 10px 0;
    }
    .related-blogs-con{
        max-height: 700px;
        overflow: auto;
    }
    .blog-img{
        height: 200px
    }
    .blog-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .blog-list{
        border-bottom: 10px solid var(--themeColor);
        margin-top: 10px;
    }
    .blog-list a{
        text-decoration: none;
    }
    
 /*Blogs Page End*/
 
 /*Offer Banner*/

.singleimg img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.bigimg{
    height: 500px;
}
.smallimg{
    height: 240px;
}
.smallimg:nth-child(1){
    margin-bottom: 20px;
}
.bigimg img,.smallimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Offer Banner End*/


/*OLD CARt and dasboard orderpge*/
.cart{
    padding: 20px 0;
}
.cartheading{
    padding: 10px 0 10px 0;
    font-size: 22px;
    color: rgba(0,0,0,0.8);
}
.cart_items{
    padding: 10px 0;
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
}
.itemimg{
    background-color: #F2F2F2;
    border-radius: 10px;
    height: 172px;
}
.itemimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itemname{
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    padding-bottom: 10px;
    color: rgba(0,0,0,0.8);
}
.itemname a{
    text-decoration: none;
    color: rgba(0,0,0,0.8);
}
.subleft p{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    padding: 5px 0;
}
.subleft p strong{
    color: rgba(0,0,0,0.8);
}
.quantityplus{
    border: 0.2px solid rgba(0,0,0,0.4);
    padding: 5px;
    border-radius: 20px;
    width: calc(70% - 12px);
    float: right;
    position: relative;
}
.quantityplus input{
    width: 100%;
    border: 0;
    border-right: 0.5px solid rgba(0,0,0,0.5);
    border-left: 0.5px solid rgba(0,0,0,0.5);
}
.quantityplus .w30{
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
}
.itembtns{
    padding: 10px 0 0 0;
}
.itembtns button{
    padding: 10px;
    border: 0;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: 0.5s;
}
.itembtns button:hover{
    background-color: var(--themeColor);
    color: #FFF;
}
.itemsamontof{
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
}
.itemsamounts{
    padding: 10px 0 5px 0;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
.itemsamounts strong{
    color: rgba(0,0,0,0.8);
}
.checkout{
    padding: 8px 0;
    width: 100%;
    margin: 10px 0;
    background-color: var(--themeColor);
    color: #FFF;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.btn_pay_now{
    position: absolute;
    bottom: 0;
    width: 45%;
}
.btn_pay_now button{
    padding: 8px 20px;
    width: auto;
    float: right;
}
.disable{
    color: rgba(0,0,0,0.4);
}
.active-wishlist{
    background-color: var(--themeColor)!important;
    color: #FFF;
}
.soldout-cart{
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
.addressess p{
    font-size:14px;
    padding: 5px 0; 
    color: rgba(0,0,0,0.6);
    white-space: nowrap;
    text-overflow : ellipsis;
    overflow: hidden;
}

.addressess:hover p{
    white-space: normal;
}

.addressess p strong{
    color: rgba(0,0,0,0.8);
}
.addressess{
    cursor: pointer;
}
.selected_address{
    box-shadow:  0 0 10px var(--themeColor);
}
.actionbtns{
    position: absolute;
    top: 0;
    right: 10px;
}
.actionbtns span{
    padding: 10px 5px;
    color:var(--themeColor);
}


/*OLD CARt and dasboard orderpge End*/



/*Cart*/

    .newCartPage{
        width: 100%;
        min-height: 100vh;
        background-color: var(--themeColor)0a;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 50px 0;
    }
    .cardBody{
        width: calc(90% - 20px);
        padding: 10px;
        max-width: 1500px;
        display: flex;
        justify-content: space-between;
    }
    .summaryList{
        width: 400px;
        border-radius: 10px;
    }
    .cartList{
        width: calc(100% - 420px);
        border-radius: 10px;
    }
    .cardLable{
        font-weight: bold;
        font-size: 18px;
        color: #000;
        padding-bottom: 10px;
    }
    .itemImage{
        padding: 10px;
        margin: 20px 0;
        width: 100px;
        height: 100px;
        border-radius: 5px;
        background-color: var(--themeColor)17;
    }
    .itemImage img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .CartWhitebg{
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    }
    .itemName{
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .itemCategoryName{
        font-size: 12px;
        padding-top: 5px;
        color: rgba(0,0,0,0.6);
    }
    .itemCard{
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 0.1px solid rgba(0,0,0,0.05);
    }
    .itemQuentityInfo{
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .itemImageInfo{
        width: calc(100% - 380px);
    }
    .itemPrice{
        color: var(--themeColor);
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0;
    }
    .itemPrice span{
        font-size: 12px;
        color: rgba(0,0,0,0.6);
        text-decoration: line-through;
        font-weight: normal;
        display: inline-block;
        margin-left: 5px;
    }
    .quantityToggle{
        width: 130px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .minusItem, .plusItem, .removeItem{
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 0.5px solid rgba(0,0,0,0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .minusItem svg, .plusItem svg, .removeItem svg{
        width: 16px;
        height: 16px;
    }
    .quantityInput{
        width: 40px;
        padding: 5px;
        border-radius: 5px;
        border: 0.1px solid rgba(0,0,0,0.6);
        text-align: center;
        font-size: 12px;
    }
    
    .removeItem{
        border-color: red;
        transition: 0.5s;
    }
    .removeItem svg{
        width: 14px;
        height: 14px;
        color: red;
    }
    
    .removeItem:hover{
        background-color: red;
    }
    .removeItem:hover svg{
        color: #FFF;
    }
    .guestAcount{
        width: 94%;
        padding: 10px;
        background-color: var(--themeColor)17;
        color: var(--themeColor);
        border-radius: 5px;
        outline: none;
        border: 0;
        margin: 10px auto;
        transition: 0.5s;
        cursor: pointer;
    }
    .acountType:hover .guestAcount{
        background-color: var(--themeColor);
        color: #FFF;
    }
    .aleady{
        font-size: 14px;
        padding: 10px;
        color: rgba(0,0,0,0.6);
    }
    .aleady strong{
        color: var(--themeColor);
    }
    .acountType{
        text-decoration: none;
        cursor: pointer;
        display: block;
    }
    .activeLoggedIN{
        background-color: var(--themeColor);
        color: #FFF;
    }
    .orderSummary, .shippingSummary, .paymentMethodSummary{
        list-style-type: none;
        padding: 10px 15px;
    }
    .orderSummary li, .shippingSummary li, .paymentMethodSummary li{
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: rgba(0,0,0,0.6);
        font-size: 12px;
        border-bottom: 0.1px solid rgba(0,0,0,0.05);
    }
    .orderSummary li strong , .shippingSummary li strong, .paymentMethodSummary li strong{
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    .orderSummary .savingsTest, .shippingSummary .savingsTest, .paymentMethodSummary .savingsTest{
        width: 90%;
        padding: 5px!important;
        margin: 10px auto;
        background-color: rgba(43, 215, 105, 0.1);
        text-align: center;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        color: rgba(43, 215, 105, 1);
        font-weight: bold;
    }
    .shippingSummary strong span, .paymentMethodSummary strong span{
        display: block;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0,0,0,0.6);
        padding-top: 5px;
    }
    .shippingSummary svg, .paymentMethodSummary svg{
        width: 20px;
        height: 20px;
    }
    .shippingSummary li, .paymentMethodSummary li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .shippingSummary .activeShipping strong, .paymentMethodSummary .activeShipping strong{
        color: var(--themeColor);
    }
    .shippingSummary .activeShipping strong span , .paymentMethodSummary .activeShipping strong span{
        color: var(--themeColor)8c;
    }
    .shippingSummary .activeShipping svg , .paymentMethodSummary .activeShipping svg{
        color: var(--themeColor);
    }
    .shippingSummary li .circ , .paymentMethodSummary li .circ{
        display: block;
    }
    .shippingSummary li .circcheck, .paymentMethodSummary li .circcheck{
        display: none;
    }
    .shippingSummary li.activeShipping .circ, .paymentMethodSummary li.activeShipping .circ{
        display: none;
    }
    .shippingSummary li.activeShipping .circcheck, .paymentMethodSummary li.activeShipping .circcheck{
        display: block;
    }
    .addNewAddress{
        font-size: 14px;
        cursor: pointer;
        color: var(--themeColor);
    }
    .addressForm{
        width: 450px;
        font-size: 14px;
        padding: 20px 0;
    }
    .addressForm strong{
        padding-bottom: 10px;
        display: block;
    }
    .addressFormField{
        padding: 10px;
        width: calc(100% - 20px);
        background-color: var(--themeColor)17;
        outline: none;
        border: 0;
        border-radius: 5px;
    }
    select.addressFormField{
        width: 100%;
    }
    .addressBtn{
        width: 100%;
        padding: 10px;
        color: #FFF;
        background-color: var(--themeColor);
        cursor: pointer;
        border: 0;
        outline: none;
        border-radius: 5px;
    }
    .addressAreaContainer{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
    }
    .addressList{
        width: calc(100% - 470px);
    }
    .hiddenAddress .addressForm{
        display: none;
    }
    .hiddenAddress .addressList{
        width: 100%;
    }
    .addressCard{
        width: calc(100% - 25px);
        padding: 10px;
        cursor: pointer;
    }
    .hiddenAddress .addressCard{
        width: calc(50% - 25px);
    }
    .addressList{
        gap: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: 540px;
        overflow: auto;
    }
    .addressnameArea{
        font-size: 16px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
    }
    .addressContactArea{
        font-size: 12px;
        font-weight: normal;
    }
    .addressContactArea svg{
        width: 12px;
        height: 12px;
    }
    .addressContactArea{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        /*align-items: center;*/
        gap: 5px;
        text-align: right;
        white-space: nowrap;
        color: var(--themeColor);
    }
    .addressnameArea p{
        font-size: 14px;
        color: rgba(0,0,0,0.6);
        font-weight: normal;
        padding-bottom: 5px;
    }
    .selectAddress{
        padding: 10px;
        width: calc(100% - 0px);
        margin-top: 10px;
        border: 0;
        outline: none;
        border-radius: 5px;
        background-color: var(--themeColor);
        color: #FFF;
        cursor: pointer;
    }
    .promoCodeLi, 
    .promoCodeLi strong{
        color: #2bd769!important;
    }
    .selectAddress .notselectedaddress{
        display: block;
    }
    .selectAddress .selectedaddress{
        display: none;
    }
    .selectAddress.select_address .notselectedaddress{
        display: none;
    }
    .selectAddress.select_address .selectedaddress{
        display: block;
    }
    .select_address{
        background-color: #4DB925;
    }
    
    .promoCodeInput{
        width: calc(100% - 40px);
    }
    .promoCodeInput input{
        padding: 10px;
        width: calc(100% - 20px);
        border: 0;
    }
    .promoCodeButton{
        background-color: var(--themeColor);
        width: 40px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
    }
    .promoCodeButton button{
        background-color: transparent;
        border: 0;
        outline: none;
        padding: 7px 10px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }
    .promoCodeButton button svg{
        width: 20px;
        height: 20px;
        color: #FFF;
    }
    .orderSummary .applyPromocode{
        align-items: flex-start;
    }
    .viewOffers strong{
        font-size: 12px!important;
        color: var(--themeColor)!important;
        position: relative;
        top: 8px;
        cursor: pointer;
    }
    .checkoutBtn{
        width: 100%;
        padding: 20px;
        background-color: var(--themeColor);
        color: #FFF;
        font-weight: bold;
        border: 0;
        font-size: 18px;
        outline: none;
        cursor: pointer;
    }
    .promoCodesPopup{
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .plomocodesLeft{
        width: calc(100% - 400px);
        height: 100%;
        cursor: pointer;
    }
    .plomocodesList{
        width: 400px;
        height: 100%;
        background-color: #FFF;
        overflow: auto;
        position: relative;
    }
    .offersavailable{
        font-size: 20px;
        padding: 10px 0;
        color: #000;
        font-weight: bold;
    }
    .offText{
        font-size: 30px;
    }
    .offerTitle{
        font-size: 16px;
        font-weight: bold;
    }
    .OfferBody{
        font-size: 12px;
        line-height: 20px;
        color: rgba(0,0,0,0.6);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .promoCodesPopup ul li{
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .promoCodesPopup ul li .offerLeft{
        width: calc(100% - 120px);
    }
    .promoCodesPopup ul li .offerRight{
        width: 100px;
        height: 100px;
        margin: 10px;
        background-color: var(--themeColor);
        color :#FFF;
        border-radius: 10px;
        display: flex;
        align-items: center;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        justify-content: center;
        flex-direction: column;
    }
    .promoCodesPopup ul li .offerRight span{
        font-size: 14px;
    }
    .promoCodesPopup ul li .offerRight .inBox{
        display: flex;
        align-items: flex-start;
    }

    .promoCodesPopup ul li{
        background-color: red;
        width: calc(90% - 20px);
        padding: 10px;
        margin: 10px auto;
        background-color: var(--themeColor)17;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .leftCircle{
        position: absolute;
        top: 50%;
        background-color: #FFF;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        left: -10px;
        transform: translate(0%, -50%);
    }
    .rightCircle{
        position: absolute;
        top: 50%;
        background-color: #FFF;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        right: -10px;
        transform: translate(0%, -50%);
    }
    .empryCart{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 100px 0;
    }
    .empryCart img{
        width: 200px;
        height: auto;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .empryCart .yourCart{
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }
    .empryCart .yourCartEmpty{
        font-size: 14px;
        text-align: center;
        line-height: 25px;
        color: rgba(0,0,0,0.6);
    }
/*Cart End*/

/*Product Reviews*/

.overall p{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 30px 0;
}
.overall p span{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    white-space: nowrap;
}
.greybar{
    border-radius: 5px;
    height: 6px;
    background-color: #F2F2F2;
    margin-top: 7px;
}
.insidebar{
    height: 100%;
    width: 0;
}
.barscon{
    padding: 5px 0;
    font-size: 14px;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.ratings_section{
    border: 0.2px solid rgba(0,0,0,0.1);
    width: calc(100% - 2px);
    padding: 20px 0 0 0;
    border-radius: 5px;
    margin-top: 20px;
}
.ratings_sectionBody{
    display: flex;
    align-items: center;
}
.reviews{
    margin-top: 30px;
    list-style-type: none;
}
.reviews li{
    width: 100%;
    padding: 0 0 10px 0;
    /*border-bottom: 0.2px solid rgba(0,0,0,0.2);*/
    border-top: 0.1px solid rgba(0,0,0,0.1);
    position: relative;
}
.reviews li:nth-child(odd){
    background-color: #f2f2f269;
}
.ratingstar{
    background-color: var(--themeColor);
    color: #FFF;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 7px;
}
.review_title{
    font-size: 16px;
    color: rgba(0,0,0,1);
    font-weight: bolder;
    padding: 10px 0;
}
.review_text{
    font-size: 14px;
    line-height: 25px;
    color: rgba(0,0,0,0.8);
}
.reviewimg span{
    height: 60px;
    width: 60px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 10px 5px;
    cursor: pointer;
}
.reviewimg span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_name{
    font-size: 12px;
}
.review_name strong{
    font-size: 14px;
}
.like_dislike i{
    cursor: pointer;
}
.like_dislike{
    margin-left: 20px;
    cursor: pointer;
}
.reportcomment{
    color: red;
    font-size: 12px;
    cursor: pointer;
}
.readmore_review{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0!important;
}
.readmore_review a{
    color: rgba(0,0,0,0.8);
    text-decoration: none;
}
.review_product_img{
    /*height: 350px;*/
}
.review_product_img img{
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}
.user_img{
    height: 60px;
    margin-bottom: 10px;
    cursor: pointer;
}
.user_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.write_review{
    padding: 20px 0;
}
.write_review .fa-star{
    padding: 0 5px 20px 5px;
    font-size: 20px;
    color: rgba(0,0,0,0.4);
    cursor: pointer;
}
.review_inp{
    width: calc(100% - 25px);
    padding: 10px;
    border: 0.5px solid rgba(0,0,0,0.1);
}
#review_form .dialog-con{
    padding: 0 20px;
}
.leftright{
    position: absolute;
    top: 50%;
    z-index: 99;
    background-color: rgba(0,0,0,0.1);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    transform: translateY(-50%);
    transition: 0.5s;
    cursor: pointer;
}
.leftright:hover{
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.other_stars{
    position: absolute;
    top: 5px;
    left: 70px;
    background-color: #FFF;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    width: 100px;
    transition: 0.5s;
    opacity: 0;
    background-color: #FFF;
    z-index: 9;
    animation: fade 0.5s ease-in-out;
    animation-fill-mode: forwards;
    border-radius: 5px;
}
.ratingstar:hover .other_stars{
    display: block;
}
@keyframes fade{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.triangle-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #FFF;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -10px;
}
/*Product Reviews End*/

/*Cookies*/

.coockies{
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.coockies img{
    width: 200px;
    height: auto;
    object-fit: contain;
}
.coockiecon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFF;
    padding: 50px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    cursor: pointer;
}
.coockiecon button{
    padding: 10px 40px;
    color: #FFF;
    border: 0;
    border-radius: 50px;
    margin-top: 20px;
    cursor: pointer;
}
/*Coockies End*/

    
/*about page tab content*/
.clark_mission{
    padding: 100px 0;
    background-color: rgba(39, 92, 83,0.05);
}
.side_tab_box{
    border: 1px solid rgb(238, 238, 238);
    background-color: #fff;
}
.side_tab_box ul{
    list-style-type: none;
}
.side_tab_box li{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
    color: rgba(24, 43, 73,0.8);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 18px 25px;
}
.side_tab_box i{
    color: #136CD8;
    padding-right: 10px;
}
.side_tab_box a{
    text-decoration: none;
}
.list_active{
    background: var(--themeColor);
    color: #fff!important;
}
.list_active i{
    color: #fff;
}
.side_box_text h2{
    color: rgb(24, 43, 73);
    font-size: 20px;
    padding-bottom: 20px;
}
.side_box_text p{
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    line-height: 25px;
}
.tab_content ul{
    padding-top: 20px;
    list-style-type: none;
}
.tab_content i{
    float: left;
    color: #0156d5;
    text-align: center;
    padding-top: 9px;
    margin-top: 2px;
    font-size: 25px;
    margin-right: 15px;
}
.tab_content li{
    overflow: hidden;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    line-height: 25px;
}
.tab_content{
    display: none;
}
/*about page tab content*/


.newBlogsPage{
    width: 100%;
    min-height: 100vh;
}
.blogsTopHeading{
    padding: 50px;
    font-size: 40px;
    color: #FFF;
    font-weight: bolder;
}
.blogsListArea{
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.blogs{
    background: #fff;
    padding: 50px 0;
}
.blogs .headings{
    margin-bottom: 30px;
}

.enqForm{
    max-width: 800px;
    display: flex;
    justify-content: space-between;
}
.enqFormImg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.enqFormImg img{
    width: 96%;
    object-fit: contain;
}


.productEnquiryForm{
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}
.productEnquiryForm .cornerCircle{
    width: 1000px;
    height: 1000px;
    position: absolute;
    border-radius: 50%;
    top: -400px;
    right: -400px;
}
.productEnquiryForm .cornerCircleLeft{
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 50%;
    bottom: -250px;
    left: -250px;
}
.enquiryFormContainer{
    width: 80%;
    max-width: 1100px;
    padding: 10px;
    border-radius: 20px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 500px;
    display: flex;
}
.enquiryFormArea{
    width: 50%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 30px 0;
    position: relative;
}
.enquiryImageArea{
    width: 50%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.enquiryFormHeading{
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}
.enquiryFormSubHeading{
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
}
.enquiryForm{
    width: 80%;
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px;
    max-width: 350px;
    margin: 20px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    position: relative;
}
.enquiryForm input{
    padding: 10px;
    width: calc(100% - 22px);
    border: 0.1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
    border-radius: 5px;
}
.enquiryForm textarea{
    padding: 10px;
    width: calc(100% - 22px);
    border: 0.1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
    border-radius: 5px;
}
.enqFormSubmit{
    padding: 10px;
    width: calc(100% - 0px);
    border: 0.1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}
.whitedots{
    position: absolute;
    width: 300px;
    height: 300px;
    object-fit: contain;
    bottom: 0;
    left: 0;
    filter:invert();
    opacity: 0.2;
}

.enquiryImageArea img{
    width: 90%;
    max-width: 400px;
    object-fit: contain;
    margin: 20px auto;
}
.enquiryFormClose{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px;
    cursor: pointer;
}

.enquiryFormClose svg{
    width: 35px;
    height: 35px;
}

:root {
    --ck-color-image-caption-background: hsl(0, 0%, 97%);
    --ck-color-image-caption-text: hsl(0, 0%, 20%);
    --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
    --ck-color-mention-text: hsl(341, 100%, 30%);
    --ck-color-table-caption-background: hsl(0, 0%, 97%);
    --ck-color-table-caption-text: hsl(0, 0%, 20%);
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
    --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
    font-size: .7em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
    font-size: .85em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
    font-size: 1.4em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
    font-size: 1.8em;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline {
    /*
     * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
     * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
     * This strange behavior does not happen with inline-flex.
     */
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture {
    display: flex;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image-inline picture,
.ck-content .image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing));
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
    clear: none;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content p + .image-style-align-left,
.ck-content p + .image-style-align-right,
.ck-content p + .image-style-side {
    margin-top: 0;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing);
}
/* ckeditor5-language/theme/language.css */
.ck-content span[lang] {
    font-style: italic;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 0.9em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table .ck-table-resized {
    table-layout: fixed;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table table {
    overflow: hidden;
}
/* ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table td,
.ck-content .table th {
    position: relative;
}
/* ckeditor5-table/theme/tablecaption.css */
.ck-content .table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-table-caption-text);
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 0.9em auto;
    display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(0, 0%, 75%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsla(0, 0%, 0%, 5%);
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
    text-align: left;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    margin: 15px 0;
    height: 4px;
    background: hsl(0, 0%, 87%);
    border: 0;
}
/* ckeditor5-mention/theme/mention.css */
.ck-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text);
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}
.ck-content img{
    max-width:100%;
    object-fit:contain;
}
.ck-content ol, .ck-content ul{
    margin-left:20px;
}
.ck-content p, .ck-content ul,.ck-content ol,.ck-content td{
    font-size:14px;
    color:rgba(0,0,0,0.6);
    line-height:25px;
}
.ck-content h1{
    font-size:30px;
}
.ck-content h2{
    font-size:25px;
}
.ck-content h3{
    font-size:22px;
}
.ck-content h4{
    font-size:20px;
}
.ck-content h5{
    font-size:18px;
}
.ck-content .image_resized{
    bottom:-2px;
    position:relative;
}
.ck-content a{
    text-decoration:none;
    color:env('THEMECOLOR');
}
.ombedEmbed{
        padding: 50px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .ombedEmbed.fbembed{
        background-color: #475A96;
    }
    .ombedEmbed.googleEmbed{
        background-color: #fafafa;
    }
    .ombedEmbed.twitterEmbed{
        background: linear-gradient(90deg,#71c6f4,#0d70a5);
    }
    .ombedEmbed.instagramEmbed{
        background: linear-gradient(-135deg,#1400c7,#b800b1,#f50000);
    }
    .ombedEmbed.whatsappEmbed{
        background: #2BD769;
    }
    
    .ombedEmbed.pinterestEmbed{
        background: #B7081B;
    }
    .ombedEmbed.youtubeEmbed{
        background: #e11c1c;
    }
    .ombedEmbed.googleEmbed a{
        color: rgba(0,0,0,0.6);
    }
    .ombedEmbed a{
        font-size: 14px;
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 90%;
    }
    .embedIframe{
        object-fit: contain;
        border: 0;
        width: 100%;
        margin: 0 auto;
        height: 500px;
    }
    .ombedEmbed:hover a{
        color: #FFF;
        text-decoration: underline;
    }
    .ombedEmbed.googleEmbed:hover a{
        color: rgba(0,0,0,1);
    }
    figure.table{
        max-width: 100%;
        overflow: auto;
        display: block!important;
    }
	.ck-content iframe{
		max-width:100%;
		object-fit:contain;
		height:auto;
	}
/*    figure.table td, figure.table th{
        padding:10px;
    }*/





