body{
    font-family: 'Roboto', sans-serif;
    padding:0;
    margin:0;
    font-size:14px;
    font-weight: 400;
}

a{
    text-decoration:none;
    color:#666;
}

a:hover{
    text-decoration:none;
    color:#8db74f;
}

p{
    margin:0px 0px 20px 0px;
}

h1, h2, h3, h4, h5, h6{
    margin:0px 0px 20px 0px;
}

ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

.btn{
    background-color: transparent;
    border:none;
    padding:0px;
}
.btn:focus, .btn:active, .btn:visited{
    outline:none;
    box-shadow: none;
}
.form-control:focus, .form-control:active, .form-control:visited{
    outline:none;
    box-shadow: none;
}
.top-bar{
    padding:10px 10px;
    background-color: #f5f6fa;
}

.lang_area ul li{
    display:inline-block;
    position: relative;
    color:#fff;
}
.lang_area ul li a{
    font-weight: 400;
}

.lang_area ul li a i{
    margin-left:5px;
}

.has_dropdown .dropdown{
    position:absolute;
    top:100%;
    right: 0;
    padding:20px 10px;
    background-color:#fff;
    min-width:170px;
    opacity: 0;
    visibility: hidden;
    transition:all 0.2s;
    z-index: 9;
}
.has_dropdown:hover .dropdown{
    opacity: 1;
    visibility: visible;
    transition:all 0.2s;
}
.has_dropdown .dropdown .dropdown-item{
    display: block;
    padding:5px;
    border:1px solid #fff;
    transition:all 0.3s;
}
.has_dropdown .dropdown .dropdown-item:hover{
    border:1px solid #000;
    transition:all 0.3s;
}
.dropdown .dropdown-item img{
    width:40px;
    margin-right:10px;
}
.dropdown .dropdown-item{
    text-transform: uppercase;
    color:#444;
    font-weight: 600;
}
.other-details ul li{
    display: flex;
    color: #fff;
}
.other-details ul li a i{
    color:#8db74f;
    margin-right: 5px;
}
/* .other-details ul li a:hover{
    color:#8db74f;
} */
.login-btn{
    padding:0px 10px;
}
.login-btn a{
    text-transform: uppercase;
}
.header-logo img{
    max-width:195px;
}
.main-header{
    padding:30px 0px;
}
.search-area{
    padding:5px;
    border-radius: 4px;
    border:2px solid #8db74f;
}
.search-category{
    width:100%;
    padding:10px 20px;
    border:none;
}
.search-box{
    position: relative;
}
.search-box .form-control{
    border:none;
    padding-right:40px;
}
.search-box .search-btn{
    background-color:transparent;
    border:none;
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 25px;
}
.cart-button {
    text-align:center;
}
.cart-button ul li{
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.cart-button ul li a{
    color:#000;
    padding:10px;
    border:2px solid #f1f1f1;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    line-height: 10px;
    transition:all 0.5s;
}
.cart-button ul li a:focus{
    outline:none;
    box-shadow: none;
}
.cart-button ul li a:hover{
    border:2px solid #000;
    transition:all 0.5s;
}
.cart-button ul li a span{
    display:flex;
    align-items:center;
    justify-content: center;
    width:20px;
    height:20px;
    background-color:#ff456c;
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius:100%;
    font-size:12px;
    color:#fff;
}
.cart-button ul li a i{
    line-height:20px;
    font-size:20px;
}
.cart-button ul li a i.ti-bag{
    margin-right:5px;
}

.cart-dropdown{
    position: absolute;
    top:100%;
    right:0;
    padding:20px;
    background-color: #fff;
    width:320px;
    opacity: 0;
    visibility: hidden;
    transition:all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 1;
}

.cart-button ul li:hover .cart-dropdown{
    opacity:1;
    visibility: visible;
    transition:all 0.2s;
    -webkit-transition: all 0.2s;
}

.cart-box-content p{
    margin:0;
    color:#888888;
    font-weight: 400;
}
.cart-box-content h4{
    font-size:16px;
    color:#888888;
    margin:0;
}
.checkout-btn{
    display: inline-block;
    width:100%;
    padding:10px;
    text-transform: uppercase;
    color:#fff;
    border-radius:5px;
    background-color:#444;
    font-size:14px;
    font-weight: 600;
    margin:15px 0px;
}
.checkout-btn:hover{
    color:#fff;
}
.products-area{
    padding:10px 0px;
}
.product-img img{
    object-fit:contain;
    object-position: center center;
    width:50px;
    height:50px;
}
.product-content{
    text-align:left;
}
.product-content h5{
    font-size:14px;
    margin-bottom:10px;
}
.product-content h6{
    font-size:14px;
    font-weight: 600;
    color:#888888;
}
.quantity-input{
    border:1px solid #ccc;
    width:40px;
    height:30px;
}
.product-content ul li{
    display: inline-block;
    margin:0;
    padding-left: 10px;
}
.product-content ul li a{
    padding:0px;
    border:none;
}
.product-content ul li a:hover{
    border:none;
}
.view-cart-btn{
    display: inline-block;
    width:100%;
    padding:10px;
    text-transform: uppercase;
    color:#222;
    border-radius:5px;
    background-color:#ddd;
    font-size:14px;
    font-weight: 400;
    margin:15px 0px;
    border:none !important;
    transition:all 0.5s;
}
.view-cart-btn:hover{
    background-color:#ccc;
    border:none !important;
    transition:all 0.5s;
}

/* .bottom-header{
    padding:0px;
    background-image:url(../images/header-bg.jpeg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
} */
.desktop-menu{
    display:flex;
    align-items:center;
    position: relative;
}
/*.desktop-menu:before, .desktop-menu:after{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    opacity: .25;*/
/*}*/
/*.desktop-menu:before{*/
/*    right:0;*/
/*    background-color:#fff;*/
/*}*/
/*.desktop-menu:after{*/
/*    right:1px;*/
/*    background-color:#000;*/
/*}*/
.bar-btn{
    width:36px;
    height:36px;
    border-radius: 5px;
    background-color:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
}
.bar-btn i{
    color:#8db74f;
    font-size:24px;
}
.category-title{
    padding-left:10px;
}

.category-title p{
    color:#fff;
    margin:0;
    font-size:13px;
}
.category-title h6{
    color:#fff;
    margin:0;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 400;
}
.side-dropmenu{
    position: relative;
    padding: 15px 10px;
    background-color: #8bc34a;
}

.side-dropmenu-dropdown{
    position: absolute;
    top: 100%;
    left:0;
    z-index: 99;
    background-color:#fff;
    display: none;
    width: 225px;
    padding: 20px 10px;
}
.side-dropmenu:hover .side-dropmenu-dropdown{
    display: block;
}
.side-dropmenu:hover{
    background-color: #76b330;
}
.side-dropmenu-dropdown ul li{
    transition:all 0.3s;
}
.side-dropmenu-dropdown ul li:hover{
    background-color:#8db74f;
    transition:all 0.3s;
}
.side-dropmenu-dropdown ul li a{
    padding:10px;
    width: 100%;
    color:#000;
    transition:all 0.3s;
    display: inline-block;
}
.side-dropmenu-dropdown ul li:hover a{
    color:#fff;
    transition:all 0.3s;
}
.side-dropmenu-dropdown ul li a i{
    font-size:8px;
    margin-right:5px;
}
/* .side-dropmenu-dropdown ul{
    position: relative;
} */
.side-dropmenu-dropdown .menu-has-submenu a.arrow{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right:20px;
}
.side-dropmenu-dropdown .menu-has-submenu a.arrow::before{
    position: absolute;
    top:2px;
    right:5px;
    content:'\e649';
    font-family: themify;
    font-size:12px;
}

.submenu-dropddown{
    position:absolute;
    top:0px;
    left:100%;
    padding:20px 10px;
    background-color:#fff;
    z-index: 1;
    opacity:0;
    visibility: hidden;
    width:800px;
}

.menu-has-submenu:hover .submenu-dropddown{
    opacity: 1;
    visibility: visible;
}

.sub-category-box h4{
    font-size:15px;
    color:#000;
    margin-bottom:10px;
    font-weight: 600;
}
.sub-category-box{
    margin-bottom: 20px;
}
.sub-category-box ul{
    padding:0px;
}
.sub-category-box ul li{
    margin-bottom:5px;
    padding:0px;
}
.sub-category-box ul li:hover{
    background-color:transparent;
}
.sub-category-box ul li a{
    font-size:14px;
    color:#444 !important;
}
.sub-category-box ul li:hover a{
    color:#444 !important;
}
.product-box{
    padding:15px;
    border:1px solid #e5e5e5;
    border-radius: 20px;
    background-color:#fff;
}
.product-box-img img{
    object-position: center;
    width: 100%;
    object-fit: contain;
    height: 280px;
}
.product-box-img{
    position: relative;
}
.product-label{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.product-label .label{
    width:45px;
    height:45px;
    border-radius:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:12px;
    text-transform: uppercase;
}
.product-label .label-01{
    background-color:#08c;
}
.product-label .label-02{
    background-color:#ff4157;
}

.product-bottom-label{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 10px;
}

.author-label img{
    width:50px !important;
    height:auto !important;
}

.product-seen{
    background-color:#000;
    color:#fff;
    border-radius: 30px;
    font-size:12px;
    padding: 2px 10px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.product-seen i{
    font-size:16px;
    margin-right: 5px;
}

.product-box-content{
    padding-top:10px;
    text-align:center;
}
.product-box-content h4{
    font-size:14px;
    font-weight: normal;
    margin-bottom:10px;
    white-space: nowrap;
    overflow: hidden;
}
.product-box-content ul{
    padding:0px;
    margin-bottom:10px;
}
.product-box-content ul li{
    display: inline-block;
    padding:0;
    margin:0;
    color:#ffc000;
}
.product-box-content h3{
    color:#bc84d8;
    font-size:15px;
    margin-bottom:10px;
}
.product-box-content h3 del{
    color:#1d1d1d;
}
.product-box-content h3 span{
    color:#666;
    font-weight: normal;
    font-size:16px;
}
.btm-btn .product-btn{
    width:100%;
    text-align:center;
    padding:10px 0px;
    background-color: #f5f5f5;
    border-radius: 4px;
    color:#222;
    transition:all 0.3s;
    text-transform: uppercase;
    font-weight: normal;
    font-size:14px;
}
.btm-btn .product-btn:hover{
    background-color:#8db74f;
    color:#fff;
    transition:all 0.3s;
}
.list-product-img img{
    width:100%;
}
.main-bar ul{
    display:flex;
}
.main-bar ul li{
    display: inline-block;
    padding: 22px 0px;
    width: calc(100% / 4);
}
.main-bar ul li.home{
    background-color: #3885bd;
}
.main-bar ul li.about{
    background-color: #713d8f;
}
.main-bar ul li.blog{
    background-color: #de743a;
}
.main-bar ul li.suppliers{
    background-color: #5c5c5c;
}
.main-bar ul li.home:hover{
    background-color:#196297
}
.main-bar ul li.about:hover{
    background-color:#601d87
}
.main-bar ul li.blog:hover{
    background-color:#b95621
}
.main-bar ul li.suppliers:hover{
    background-color:#383535 
}
.mainbar-list-has-menu .arrow{
    position: relative;
    padding-right:25px;
}
.mainbar-list-has-menu .arrow::before{
    position: absolute;
    top:2px;
    right:7px;
    content:'\e64b';
    font-family: themify;
    font-size:12px;
    line-height: 14px;
}
/* .main-bar ul li:hover{
    background-color:rgba(0,0,0,.15);
} */
.main-bar ul li a{
    color:#fff;
    text-transform: uppercase;
    font-size:15px;
    padding:0px 20px;
}
.main-bar{
    position: relative;
    text-align: center;
}
.main-bar-submenu{
    position:absolute;
    top:130%;
    left:0;
    padding:20px 10px;
    background-color:#fff;
    width:100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
    z-index: 99;
}
.mainbar-list-has-menu:hover .main-bar-submenu{
    opacity: 1;
    visibility: visible;
    transition: all 0.1s;
}
.main-bar-submenu ul {
    padding:0;
    margin:0;
}
.main-bar-submenu ul li{
    display:block;
    padding:0;
    line-height: 16px;
}
.main-bar-submenu ul li:hover{
    background-color:transparent;
}
.main-bar-submenu ul li a{
    text-transform: capitalize;
    font-size:14px;
    padding:0px;
}
.hotline a{
    color:#fff;
    white-space: nowrap;
}
.hotline{
    display: flex;
    align-items: center;
    border-radius: 0;
}
.hotline .other-details{
    padding: 23px 6px;
    text-align: center;
    width: 70%;
    background-color: rgb(246 184 73);
}
.hotline .other-details:hover{
    background-color: #e3a73e;
}
.hotline .lang_area{
    width: 30%;
    text-align: center;
    background-color: #8bc34a;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline .lang_area:hover{
    background-color: #76b330;
}
.hotline a i{
    margin-right:5px;
}
.tags-area{
    padding:12px 0px;
}
.tags-area ul li{
    display:inline-block;
    position: relative;
}
.tags-area ul li:not(:last-child,:first-child):after{
    content:'/';
}
.tags-area ul li a{
    font-size:14px;
}
.tag-heading{
    font-weight: 600;
    color:#000;
    margin-right:10px;
}
.desktop-header{
    position: relative;
    z-index:999;
}
.slider-img img{
    width:100%;
}
.banner-area .swiper-button-next, .banner-area .swiper-button-prev{
    width:70px;
    height:50px;
    border-radius:25px;
    background-color:#fff;
    background-size: 30px 30px;
    opacity:0;
    transition:all 0.3s;
}
.banner-area:hover .swiper-button-next, .banner-area:hover .swiper-button-prev{
    transition:all 0.3s;
    opacity: 1;
}
.banner-area .swiper-button-next:hover, .banner-area .swiper-button-prev:hover{
    background-color:#8db74f;
    transition:all 0.3s;
}

.banner-area  .swiper-button-prev{
    background-image: url(../images/left-arrow.png);
    transition:all 0.3s;
}

.banner-area  .swiper-button-prev:hover{
    background-image: url(../images/left-arrow-white.png);
    transition:all 0.3s;
}

.banner-area  .swiper-button-next{
    background-image: url(../images/right-arrow.png);
    transition:all 0.3s;
}

.banner-area  .swiper-button-next:hover{
    background-image: url(../images/right-arrow-white.png);
    transition:all 0.3s;
}

.banner-area  .swiper-pagination-bullet{
    background-color:transparent;
    width: 15px;
    height: 15px;
    border:2px solid #fff;
    opacity:1;
}
.banner-area  .swiper-pagination-bullet-active{
    background-color:#8db74f;
    border:2px solid #8db74f;
}
.banner-image{
    border-radius:10px;
    overflow: hidden;
}
.banner-image img{
    width:100%;
}
.banner-bottom-img{
    padding:40px 0px;
}

.aside-dropdown{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.aside-dropdown--active {
    opacity: 1;
    visibility: visible;
}

.aside-dropdown__inner{
    position: relative;
    width: 320px;
    min-height: 100%;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    padding: 40px 0 40px 0;
    background-color: #f9f7f6;
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.aside-dropdown--active .aside-dropdown__inner{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.aside-dropdown__close{
    cursor: pointer;
    color: #282a43;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.aside-menu{
    color:#000;
    padding: 20px 0px;
    margin: 0;
}

.aside-menu__sub-list{
    padding: 0px;
    margin: 10px 0 0 0;
    list-style: none;
    display: none;
}

.aside-menu__sub-list a{
    color: #777;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.aside-menu__item{
    margin-bottom:10px;
    font-size: 16px;
}
.mobile-header{
    display:none;
}
.mobile-logo-area{
    text-align:center;
}
.mobile-logo-area img{
    max-width:160px;
}
.mobile-header-main{
    background-color:#8db74f;
    padding:10px 0px;
}
.moblie-cart-btn{
    text-align:right;
}
.mobile-header-bottom{
    margin: 10px 0px;
}
.mobile-header-bottom .search-box{
    border-radius:5px;
}

.moblie-cart-btn i{
    font-size:25px;
    color:#fff;
}
.mobile-header-bottom .form-control{
    border:1px solid #ccc;
}
.mobile-header-bottom .search-btn{
    font-size:18px;
    top:7px;
}
.aside-dropdown__item .nav-tabs .nav-link{
    border:none;
    border-radius: none;
    text-transform: uppercase;
    font-weight: 600;
    color:#000;
    padding:0px;
    padding-bottom:5px;
    margin-right:20px;
}
.aside-dropdown__item.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color:transparent;
    border:none;
    border-bottom:1px solid #000;
}
.aside-dropdown__item{
    padding: 0px 20px;
}
.aside-menu__item--has-child{
    position: relative;
}
.aside-menu__item--has-child::before{
    position: absolute;
    top: 5px;
    right: 7px;
    content: '\e64b';
    font-family: themify;
    font-size: 12px;
    line-height: 14px;
}
.aside-menu__sub-list .list-head{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.aside-menu__sub-list li{
    margin-bottom:10px;
}
.setting-content{
    padding:20px 0px;
}
.setting-content h4{
    font-size:16px;
    color:#000;
    font-weight: 600;
    margin:0;
}
.country-flag-content{
    text-align:center;
}
.country-flag-content img{
    object-fit:cover;
    object-position: center;
    width: 100px;
    height: 60px;
    /* border-radius: 100%; */
    margin-bottom:20px;
    border:2px solid #dedddd;
    border-radius:10px;
}
.country-flag-content h5{
    font-size:20px;
    margin:0;
}

.dropdown-trigger__item i{
    font-size:25px;
    color:#000;
}

.shop-category{
    padding:40px 0px 60px;
}
.section-header{
    text-align:center;
    margin-bottom:30px;
}
.section-header h3{
    font-size:40px;
    font-weight: 600;
    color:#000;
    margin-bottom:10px;
}
.category-box{
    text-align:center;
    overflow: hidden;
}
.category-image{
    overflow:hidden;
    border-radius: 20px;
    transform: translateY(0px);
    transition:all 0.5s;
}
.category-image:hover{
    transform: translateY(-15px);
    transition:all 0.5s;
}
.category-image img{
    object-fit:cover;
    object-position: center center;
    height:100px;
    width:100%;
}
.category-box h4{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 20px 0px;
    color: #fff;
    white-space: nowrap;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-block-content{
    position: relative;
    padding:0px 100px;
}
.product-block-content:before{
    position: absolute;;
    content:'';
    bottom:0;
    left:0;
    width:100%;
    height:90px;
    background-image:url(../images/header-bg.jpeg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.category-slider .owl-nav .owl-prev{
    position: absolute;
    bottom: 9%;
    left: -7%;
    font-size:25px !important;
    color:#000 !important;
    border-radius: 100%;
    background-color:#fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    outline:none;
}

.category-slider .owl-nav .owl-next{
    position: absolute;
    bottom: 9%;
    right: -7%;
    font-size:25px !important;
    color:#000 !important;
    border-radius: 100%;
    background-color:#fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    outline:none;
}

.our-products{
    padding:60px 0px;
    background-color:#f3f5f9;
    margin-bottom: 60px;
}
.our-product-box{
    padding:10px 5px;
    /* height:660px; */
    overflow-y: auto;
    overflow-x: hidden;
}
.our-product-box::-webkit-scrollbar{
  display:none;
}
.our-product-box::-webkit-scrollbar-thumb{
  background-color:#8db74f;
  border-radius:25px;
}
.products-slider{
    padding-bottom:60px;
}

.products-slider  .swiper-pagination-bullet{
    background-color:transparent;
    width: 15px;
    height: 15px;
    border:2px solid #fff;
    opacity:1;
}
.products-slider  .swiper-pagination-bullet-active{
    background-color:#8db74f;
    border:2px solid #8db74f;
}
.footer-top{
    padding:20px 0px;
    background-color:#fff;
    position:relative;
    overflow:hidden;
}
.footer-box{
    margin-bottom:30px;
}
.footer-box h3{
    font-size:18px;
    color:#000;
    margin-bottom:15px;    
    text-transform: uppercase;
}
.footer-box ul li{
    margin-bottom:10px;
}
.footer-box ul li:last-child{
    margin-bottom:0px;
    transform: translateX(0px);
    transition:all 0.3s;
}
.footer-box ul li:hover{
    transform: translateX(9px);
    list-style: disc;
    color:#8db74f;
    transition:all 0.3s;
}

.footer-box ul li a{
    color:#000;
}
.footer-box ul li:hover a{
    color:#8db74f;
}
.subscribe-content form{
    position: relative;
}
.submit-btn{
    position: absolute;
    top:0;
    right:0;
    font-size: 16px;
    padding: 9px;
    height: 100%;
    background-color: #8db84f;
    color:#fff;
}
.submit-btn i{
    font-size:12px;
}
.footer-box .form-control{
    padding:10px 60px 10px 10px;
    height:55px;
    font-size:14px;
}
.subscribe-content{
    padding: 10px 0px;
    background-color: #5c5c5c;
}
.subscribe-content h4{
    color:#fff;
    font-size:25px;
    margin:0;
}
.social-icon ul li{
    display: inline-block;
    padding-right:10px;
}
.social-icon ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:35px;
    height:35px;
    border-radius:5px;
    color:#fff;
    font-size:23px;
}
.social-icon ul li a.facebook{
    background-color:#215595;
}
.social-icon ul li a.twitter{
    background-color:#03a6ec;
}
.social-icon ul li a.instagram{
    background: rgb(42,137,154);
    background: linear-gradient(45deg, rgba(42,137,154,1) 0%, rgba(255,237,24,1) 0%, rgba(236,168,57,1) 35%, rgba(223,40,40,1) 52%, rgba(161,36,238,1) 100%);
}
.social-icon ul li a.youtube{
    background-color:#ec243f;
}
.social-icon ul li a.linkedin{
    background-color:#307ad6;
}
.social-icon ul li:hover{
    transform:translateX(0px);
    list-style: none;
}
.social-icon ul li:hover a{
    background-color:#8db74f;
    color:#fff;
}
.app-box ul li{
    margin-bottom:20px;
}
.app-box ul li:last-child{
    margin-bottom:0px;
}
.footer-bottom{
    padding:10px 0px;
    background-color:#3b3b4a;
}

.quick-contact{
    padding:10px;
}
.quik-contact-logo{
    width: 50px;
    height: 50px;
    border-radius:5px;
    background-color:#8db74f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quik-contact-logo i{
    font-size:30px;
    color:#fff;
}
.quik-contact-content h4{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.quik-contact-content a{
    font-size: 13px;
    color: #e7e7e7;
    display: inline-block;
    white-space: nowrap;
}
.login-area{
    padding:40px 0px;
}
.login-header h3{
    font-size:20px;
    color:#000;
    text-transform: uppercase;
    text-align:center;
}

.login-form{
    padding:30px;
    background-color:#f5f5f5;
    border-radius:6px;
}

.login-form h4{
    text-align:center;
    font-size:18px;
    color:#222;
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
}
.login-form p{
    text-align:center;
    width:70%;
    font-size:14px;
    color:#888888;
    margin:0px auto 30px auto;
}
.login-form form{
    margin-bottom:40px;
}
.login-btn-01{
    background-color: #444;
    border:1px solid #444;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-right:20px;
    transition:all 0.3s;
}
.login-btn-01:hover{
    background-color:#fff;
    color:#444;
    transition:all 0.3s;
}
.register-btn{
    border:1px solid #444;
    background-color: #444;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-right:20px;
    transition:all 0.3s;
}
.register-btn:hover{
    background-color: #fff;
    color:#444;
    transition:all 0.3s;
}
.login-form label{
    color:#888888;
    font-weight: 700;
}
.login-form label span{
    color:#f40000;
}
.login-form h5{
    font-size:18px;
}
.psswrd span{
    font-size:14px;
    margin-top:10px;
    display: inline-block;
}
.video-wrapper video{
    width: 100%;
    object-fit: cover;
    height: 272px;
    border-radius: 20px;
}
.product-detail-img-thumb img{
    object-fit: cover;
    object-position:center;
    height: 100px;
    width:100%;
}
.product-detail-img-thumb{
    width:100%;
    border:1px solid #ccc;
    border-radius:5px;
    overflow: hidden;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs .video-wrapper video{
    height: 100px;
    border-radius: 0px;
    width: 100px;
    object-fit: cover;
    object-position: center;
}
.box-items img{
    width:100%;
}
.product-detail{
    padding:60px 0px;
}
.product-detail-img{
    border:1px solid #ccc;
    border-radius:5px;
}
.product-detail-img img{
    object-fit:contain;
    object-position:center;
    height:400px;
    width:100%;
}
.product-details-content h4{
    font-size:20px;
    color:#000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom:10px;
}
.product-details-content ul{
    margin-bottom:10px;
}
.product-details-content ul li{
    display:inline-block;
    color:#00d660;
    margin-right:20px;
    font-weight: 500;
}
.product-details-content ul li span{
    color:#888888;
}
.product-rating ul{
    margin-bottom:10px;
}
.product-rating ul li{
    margin:0;
    color:#ff5501
}
.product-rating ul li i{
    font-size: 18px;
}
.product-rating ul li.text{
    padding-left:10px;
    color:#444;
    font-weight: 400;
}
.product-details-content h5{
    font-size:20px;
    margin-bottom:5px;
    color:#de743a;
}
.product-details-content h2{
    font-size: 22px;
    font-weight: 600;
    color: #713d8f;
    margin-bottom:10px;
}
.product-details-content h3{
    font-size:30px;
    color:#000;
    font-weight: 600;
}
.product-details-content h6{
    font-weight: 600;
    font-size:14px;
    margin:0;
    padding-bottom:5px;
}
.product-details-btns{
    display:flex;
    align-items: center;
}
.product-details-btns .quantity{
    width: 70px;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 4px;
    padding:5px;
    margin-right:10px;
}
.add-cart-btn{
    border:none;
    background-color:#8db74f;
    text-align: center;
    padding: 9px 20px;
    border-radius: 4px;
    color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-right:10px;
}
.product-details-btns{
    margin-bottom:20px;
}
.product-details-btns ul{
    margin-bottom:0;
}
.product-details-btns ul li{
    display:inline-block;
    margin-right:10px;
}
.product-details-btns ul li a{
    width:40px;
    height:40px;
    border-radius: 4px;
    background-color:#f5f5f5;
    color:#222;
    display: flex;
    align-items:center;
    justify-content: center;
}
.product-details-btns ul li:hover a{
    background-color:#8db74f;
    color:#fff;
}
.product-details-btns p{
    font-size:14px;
}
.best-sellers-box{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}
.best-sellers-box h3{
    font-size:18px;
    color:#fff;
    padding:10px;
    text-align:center;
    background-color:#8db74f;
    margin:0;
}
.box-items-content{
    padding-left:10px;
}
.box-items-content h4{
    font-size:14px;
    color:#444;
    margin-bottom:10px;
}
.box-items-content h2{
    font-size:18px;
    margin:0;
    font-weight: 500;
    color:#000;
}
.box-items{
    padding:10px 20px;
}
.product-info{
    padding:20px;
}
.product_more-details{
    padding:30px 0px;
}
.product-info table th, td{
    padding:10px;
}
.related-product-header h3{
    font-size:25px;
    font-weight: 500;
    padding-bottom:10px;
    position: relative;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:30px;
}
.related-product-header h3:before{
    position: absolute;
    bottom:0;
    left:0;
    width:120px;
    height:2px;
    content:'';
    background-color:#8db74f;
}
.related-slider .owl-nav{
    position: absolute;
    top: -27px;
    right: 0;
}
.related-slider .owl-nav .owl-prev:focus, .related-slider .owl-nav .owl-next:focus{
    outline:none;
}
.related-slider .owl-nav .owl-prev span, 
.related-slider .owl-nav .owl-next span{
    padding: 0px 10px;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-size: 25px;
    color: #000;
    line-height: 25px;
    border:1px solid #e5e5e5;
    outline:none;    
}
.related-slider .owl-nav .owl-prev span{
    margin-right: 5px;
}
.related-slider .owl-nav .owl-prev span:hover{
    background-color:#8db74f;
    color: #fff;
}
.related-slider .owl-nav .owl-next span:hover{
    background-color:#8db74f;
    color: #fff;
}
.btn-fill-out{
    padding:10px 20px;
    background-color:#8db74f;
    color:#fff;
    font-size:15px;
    border-radius: 4px;
}
.btn-fill-out:hover{
    color:#fff;
}
.wishlist-area {
    padding: 60px 0px;
}
.wishlist-box {
    padding:30px 40px 50px 40px;
    box-shadow: 0px 5px 30px #00000036;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}
.wishlist-product {
    position: relative;
}
.product-img-01 {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.product-img-01 img {
    width: 100%;
}
.remove-btn {
    font-size: 15px;
    color: #FF4E84;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.cart-section {
    padding: 60px 0px;
}

.product-order-details table{
    width:100%;
}
.product-order-details table td, .product-order-details table th{
    padding: 5px;
    font-size: 16px;
}
.product-order-details h4{
    font-size:20px;
    font-weight: 600;
    margin:0;
}
.product-order-details h3{
    font-size:20px;
    font-weight: 600;
    margin:0;
    padding-top:20px;
}
.product-order-details{
    padding-left:20px;
}
.dotted-border{
    border-bottom:2px dashed #dee2e6;
    opacity: 0.4;
}
.product-order-details h3 span{
    color:#FF8074;
}
.product-order-details table td{
    text-align:right;
}
.cart-product-img img{
    width:100%;
    object-fit:contain;
    object-position: 50% top;
    height:150px;
}
.product-img02{
    position: relative;
}
.cart-product{
    padding:30px 20px 40px;
    margin-bottom: 30px;
    box-shadow:0px 5px 30px #00000036;
    border-radius: 10px;
    cursor:pointer;
}
.subscribe-area{
    position: relative;
}
.subscribe-area .form-control{
    padding-right:120px;
}
.subscribe-area button{
    position: absolute;
    top:0;
    right:0;
    padding: 6px 20px;
    height: 100%;
}
.cart-content{
    padding-left:10px;
}
.cart-content h4{
    font-size:18px;
}
.cart-content h3{
    font-size:25px;
}
.floating-label .form-group {
    position: relative;
    margin-bottom:0rem;
}
.floating-label .form-control-placeholder {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 3px;
    transition: all 200ms;
    opacity: 0.5;
    background-color:#fff;
  }

.floating-label .form-control:focus + .form-control-placeholder,
.floating-label .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform:translate3d(0, -80%, 0);
  opacity: 1;
}
.pass-input{
    margin-bottom:20px;
}
.profile-box label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.profile-details h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.profile-box .form-control {
    font-size: 14px;
    color: #161328;
    font-weight: 500;
}

.change-btn {
    font-size: 16px;
    text-decoration: underline;
    opacity: 0.4;
    margin-bottom: 50px;
    display: inline-block;
}

.profile-address h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.add-new-btn {
    width: 100%;
    height: 150px;
    padding: 20px;
    text-align: center;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-box {
    padding: 20px 15px 20px 20px;
    box-shadow: 0px 5px 30px #00000036;
    border-radius: 10px;
    margin-bottom: 20px;
}

.address-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.address-box p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
}

.card-box {
    padding: 20px;
    box-shadow: 0px 5px 30px #00000036;
    border-radius: 10px;
    margin-bottom:20px;
}

.card-box p {
    font-size: 12px;
    margin: 0;
    opacity: 0.4;
}

.card-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0px;
}
.footer-button a {
    font-size: 20px;
    display: inline-block;
}

.account-box-modal .modal-title{
    text-align: center;
    width: 100%;
    font-size:18px;
    font-weight:600;
    margin:0;
    padding-top: 20px;
}
.account-box-modal .modal-header{
    border:none;
}
.account-box-modal .add-address-modal{
    max-width:690px;
    box-shadow: 0px 5px 30px #0000000D;
    border-radius: 15px;
    overflow: hidden;
    border:none;
}
.account-box-modal .modal-content{
    border-radius: 15px;
    overflow: hidden;
}
.account-box-modal .modal-footer{
    border:none;
}
.close:focus{
    outline:none;
}

.profile-area{
    padding:60px 0px;
}
.profile-card{
    padding:60px 0px;
}

.add-new-btn img{
    width:40px;
    margin-bottom:20px;
}
.footer-button a:last-child {
    color: #D00030;
    margin-left: 20px;
}
.add-new-btn p{
    margin:0;
}
.address-type input[type="radio"] {
    margin: 0px 10px 0px 25px;
}
.profile-box img{
    width:100%;
    margin-bottom:20px;
}
.modal-btn {
    width: 100%;
}
.password-box {
    padding: 0px 40px 30px 40px;
}
.profile-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.profile-box{
    padding:0px 40px 30px 40px;
}
.print-btn{
    border:1px solid #8db74f;
    border-radius: 4px;
    color:#000;
    padding:5px 28px;
}
.print-btn:hover{
    color:#fff;
    background-color:#8db74f;
}
.order-details-area{
    padding:60px 0px;
}
.shipment-details{
    padding: 30px 40px 50px 40px;
    box-shadow: 0px 5px 30px #00000036;
    border-radius: 10px;
    margin-bottom: 40px;
}

.order-header{
    margin-bottom:30px;
}
.order-header h2{
    font-size: 30px;
    color: #161328;
    margin-bottom: 10px;
    font-weight: 600;
}
.order-header ul li{
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
    font-weight:500;
}
.order-header ul li:last-child{
    margin-right:0px;
}
.shipment-box h3{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.shipment-box p{
    font-size: 16px;
    line-height: 25px;
}
.shipment-box table{
    width:100%;
}
.shipment-box table th, .shipment-box table td{
    padding: 5px;
    font-size: 16px;
}
.shipment-box table td{
    text-align:right;
}
.shipment-box table h6{
    font-size: 18px;
    color: #161328;
    margin: 0;
    font-weight: 600;
}
.order-completed-box{
    text-align:center;
    padding:30px;
}
.order-completed-box img{
    width:90px;
    margin-bottom:40px;
}
.order-completed-box h4{
    color:#2c2746;
    font-size:25px;
    margin-bottom:15px;
    font-weight: 600;
}
.order-completed-box p{
    color:#161328;
    font-size:20px;
    margin:0px;
}
.cross-btn{
    position: absolute;
    top:10px;
    right:10px;
    padding:0;
}
.inner-banner{
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center center;
    height:350px;
    display: flex;
    align-items:center;
    position: relative;
}
.inner-banner::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background-color:#00000040;
}
.banner-content{
    position: relative;
}
.banner-content h2{
    font-size:60px;
    color:#fff;
}
.about-content-details{
    padding:60px 0px;
}
.about-content h4{
    font-size:22px;
    color:#000;
    font-weight: 600;
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}
.about-content p{
    font-size:15px;
}
.about-content .accordion>.card .card-header{
    margin-bottom:0px;
}
.about-content .accordion>.card:first-of-type{
    border-bottom:1px solid rgba(0,0,0,.125);
}
.about-accordian{
    color:#222;
    font-size:14px;
    text-decoration:none;
}
.contact-content{
    padding:60px 0px;
}
.contact-header h3{
    font-size:30px;
    color:#000;
    margin-bottom:10px;
}
.contact-map-area{
    margin-bottom:40px;
}
.contact-map-area .mapouter{
    padding:20px;
    border:1px solid #ccc;
    border-radius: 10px;
}

.contact-form h4{
    font-size:22px;
    color:#000;
    font-weight: 600;
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}
.address-area{
    margin-bottom:50px;
}
.address-area ul li{
    padding-bottom:20px;
    position: relative;
    padding-left:40px;
}
.address-area ul li:last-child{
    padding-bottom:0px;
}
.address-area ul li i{
    position: absolute;
    top: 2px;
    left: 7px;
    font-size: 18px;
    color: #ca6410;
    text-align: center;
    width: 20px;
}
.contact-form label{
    font-weight: 500;
    color:#666;
}
.contact-form label span{
    color:#D00030;
}
.video-wrapper-details video{
    object-fit:cover;
    object-position: center;
    width:100%;
    height:400px;
}
.card-box h4{
    font-size:18px;
    margin:0px;
}
.register-back-btn{
    text-align:right;
}

.search-list{
    max-height: 450px;
    height: calc(100vh - 11rem);
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
    border-radius: 0.5rem;
    overflow-y: auto;
    display: none;
}

.search-list.show{
    display:block;
}
.search-list-main{
    padding:10px 0px;
}
.search-list-main li{
    padding:5px 10px;
}

.search-list-main li a{
    font-size:14px;
}

/* switch - product -mode css */

.switch{
	position: relative;
	display: inline-block;
	width: 80px;
    height: 24px;
    margin:0;
    border-radius: 25px;
    box-shadow: 0px 0px 10px #00000040;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
  
.slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#de743a;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider.round{
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 100%;
}
  
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
    left: 2px;
    bottom: 2px;
	background-color:#fff;
	-webkit-transition:all 0.4s;
    transition:all 0.4s;
}
.slider:after{
	content: 'Image';
    color: #ffffff;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    right: -10%;
	font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
}
input:checked + .slider{
	background-color: #8db84f;
}
input:checked + .slider:after {
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
	content: 'Video';
    right: auto;
    left: 35%;
}
  
input:checked + .slider:before {
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
	-webkit-transform: translateX(56px);
	-ms-transform: translateX(56px);
	transform: translateX(56px);
}

.other-details ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .login-btn .mobile-login-icon{
    opacity: 0;
    visibility: hidden;
} */

.product-react-area{
    position: absolute;;
    top: 2px;
    right: 2px;
    z-index: 12;
    padding: 10px;
    background-color: #00000052;
    border-radius: 7px;
}

.product-react-area ul li{
    text-align:center;
    padding-bottom:10px;
}
.product-react-area ul li:last-child{
    padding-right:0px;
}
.product-react-area ul li a{
    color:#fff;
    display: flex;
    align-items: center;
    font-size:16px;
}
.product-react-area ul li a img{
    width:30px;
    height: 30px;
    object-fit: cover;
    object-position: 50% top;
    border-radius: 100%;
}
.product-react-area ul li i{
    font-size:20px;
    margin-right:10px;
}
.product-img-box{
    position: relative;
}
.vendor-profile{
    position: absolute;
    top:0;
    left:0;
    z-index: 12;
    display: flex;
    align-items: center;
    padding:5px 10px;
}
.vendor-profile-pic{
    position: relative;
}
.vendor-profile-pic img{
    object-fit: cover;
    width:50px;
    height:50px;
    object-position: 50% top;
    border:3px solid #fff;
    border-radius: 5px;
}
.vendor-profile-pic .member-tag{
    position:absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:12px;
    height:12px;
}
.member-tag img{
    width:100%;
    height: auto;
    border:none;
    border-radius: 0;
    object-fit: contain;
}
.vendor-name{
    padding-left:10px;
}
.vendor-name h4{
    font-size:16px;
    margin:0;
    color:#444;
}
.review-profile-pic{
    text-align:center;
}
.review-profile-pic img{
    object-fit:cover;
    object-position: 50% top;
    width:120px;
    height:120px;
    border-radius: 100%;
}
.review-area{
    padding:20px;
}

.review-area h2{
    font-size:20px;
    color:#000;
    margin-bottom:30px;
}
.review-content{
    position: relative;
}
.review-content h4{
    font-size:16px;
    font-weight: 600;
    margin:0;
    line-height: 28px;
}
.review-content h5{
    font-size:16px;
    color:#a4a4a4;
    font-style: italic;
    margin:0;
    line-height: 28px;
}
.review-content p{
    color:#687188;
    font-size:15px;
}

.review-rated{
    position: absolute;
    top:3px;
    right:0;
}
.review-rated ul li{
    display: inline-block;
    color:#ff5501;
}
.review-box{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #ccc;
}
.star_rating > span {
	color: #ff5501;
}
.star_rating span {
	cursor: pointer;
    display: inline-block;
    margin-right:5px;
}
.star_rating span i {
	font-size: 30px;
}
.star_rating > span.selected i::before {
    content:'\f2fc';
    font-family: "Ionicons";
}
.vendor-details-area{
    padding:60px 0px;
}
.vendor-profile-area{
    padding:20px;
    box-shadow: 0px 0px 10px #0000004a;
    border-radius:30px;
}
.vendor-profile-head{
    text-align:center;
}
.vendor-profile-head img{
    object-fit:cover;
    object-position: 50% top;
    width:120px;
    height:120px;
    border-radius: 100%;
    margin-bottom:20px;
}
.vendor-profile-head h4{
    font-size:30px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}
.vendor-profile-head p{
    font-size:15px;
    color:#444444;
    font-weight: 500;
}
.vendor-total-view{
    display:flex;
    align-items: center;
}
.total-view-icon{
    width:50px;
    height:50px;
    background-color:#ccc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.total-view-icon i{
    font-size:30px;
}

.total-view-content{
    margin-left:15px;
}

.total-view-content h4{
    font-size:20px;
    color:#000;
    font-weight: 600;
    margin:0;
}
.total-view-content p{
    color:#444444;
    font-size:14px;
    margin:0;
}
.vendor-products{
    margin-bottom:30px;
    box-shadow:0px 5px 15px #0000001f;
}

.vendor-details-area .nav-pills .nav-link{
    padding:10px 40px;
    box-shadow:0px 0px 10px #00000045;
    margin-right:20px;
    border-radius: 20px;
}

.vendor-details-area .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#8db74f;
}
.about-vendor-box{
    padding:20px;
    box-shadow: 0px 5px 15px #0000001f;
}

.about-vendor-box h4{
    font-size:20px;
    font-weight: 600;
    color:#222;
}

.about-vendor-box p{
    font-size:14px;
    color:#444444;
}
.captche-img img{
    width:100%;
}
.reload-btn .btn{
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    font-weight: 700;
    padding: 7px 15px;
    font-size:15px;
}
.passcode-wrapper{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}

.passcode-wrapper .opt-box{
    width:40px;
    height:40px;
    border-radius: 10px;
    padding:5px 15px;
    margin:0px 5px;
}
.passcode-wrapper .opt-box:focus{
    outline:none;
    box-shadow:none;
}

.otp-content{
    text-align:center;
    margin-top:50px;
}
.otp-content p{
    margin:0;
    width:100%;
}

.otp-content a{
    color: #e4893f;
    font-weight: 600;
    display: inline-block;
}
.vendor-name a{
    font-size:12px;
    font-weight: 500;
    color:#000;
}

.products-area{
    padding:80px 0px;
}

.sub-sub-category-box{
    text-align:center;
}

.sub-sub-category-box img{
    object-fit:cover;
    object-position:center center;
    width:100px;
    height:100px;
     border-radius: 10px;
    border:2px solid #8db74f;
    margin-bottom:20px;
}
.product-category{
    padding-top:40px;
}

.sub-sub-category-box h4{
    font-size:16px;
    color:#000;
    margin:0;
    font-weight: 600;
}

.billing-form label{
    font-size:12px;
    color:#000;
    font-weight: 600;
    margin-bottom:10px;
}

.billing-form .form-control{
    font-size:14px;
}

.billing-form .form-group input[type="radio"], .billing-form .form-group input[type="checkbox"]{
    margin:0px 10px;
}

.bil-form a{
    color:#8db74f
}

.billing-form h4{
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}

.orders-content .nav-pills .nav-link{
    border-radius: 0;
    padding:5px 30px;
    font-size: 20px;
    margin-right:20px;
}

.orders-content .nav-pills .nav-link.active, .orders-content .nav-pills .show>.nav-link{
    background-color:transparent;
    color:#666;
    border-bottom:2px solid #3b3ee4;
}

.billing-form ul li{
    margin-bottom:30px;
}

.billing-form ul li input[type="radio"]{
    width: 20px;
    height: 20px;
}

.billing-form .address-box{
    margin-bottom: 0px;
}

.add-address{
    padding:10px 30px;
    border:1px solid #000;
}
.review-field{
    margin-top:20px;
}
.reply-box{
    padding-top:20px;
}
.reply-box .review-profile-pic img{
    width:90px;
    height:90px;
}
.bg-orange{
    background-color:#de743a;
}
.bg-violet{
    background-color:#713d8f;
}
.bg-blue{
    background-color:#3885bd;
}
.payment-method ul li{
    display:inline-block;
    background-color: #fff;
    padding: 5px;
}
.payment-method ul li img{
    height:20px;
}
.footer-box-bg{
   position:absolute;
   bottom: -10%;
    right: -13%;
}
.footer-box ul li a img{
    height:50px;
}

.brand-box  img{
    width: 215px;
    height:70px;
    margin-bottom:20px;
}
.brand-box  img.img-01{
    object-fit:cover;
}
#loading{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9991;
}

.code-logo img{
    width:100%;
    height: 50px;
    border-radius: 5px;
}
.quik-contact-content{
    margin-left: 10px;
}
.field-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-size: 24px;
}
.language-area ul{
    display: flex;
}
.language-area ul li{
    width: calc(100% / 8);
    display: inline-block;
}

.social-icon ul{
    display:flex;
}

.product-details-content h3 del{
    color:red;
}
.catcha{
    width: 250px;
    height: 70px;
    margin-bottom: 10px;
    display: inline-block;
}

.catcha img{
    width: 100%;
}
.testimonial-card-bx{
    height: 100%;
    padding-bottom: 30px;
}
.testimonial-card{
    padding:20px;
    border-radius: 10px;
    box-shadow: 3px 4px 18px #0000000a;
    background-color: #fff;
    height: 100%;
}

.testimonial-card-header{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial-card-header .profile-img {
    margin-right: 20px;
}
.testimonial-card-header .profile-img img{
    object-fit: cover;
    object-position: 50% top;
    width:60px;
    height: 60px;
    border-radius: 100%;
}
.testimonial-card-header .profile-cont h4{
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
}

.testimonial-card-header .profile-cont .rating{
    color: #ffc000;
}
.testimonial-card-content p{
    font-size: 13px;
    color: #6e6d6d;
    margin: 0;
}
.pagination-area{
    display: flex;
    justify-content: end;
}
.pagination-area .page-link{
    color: #444;
}
.rate {
    float: left;
    height: 46px;
    margin-bottom: 20px;
  }
  .rate:not(:checked) > input {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
  }
  .rate:not(:checked) > label:before {
    content: '★ ';
  }
  .rate > input:checked ~ label {
    color: #ffc700;    
  }
  .rate:not(:checked) > label:hover,
  .rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
  }
  .rate > input:checked + label:hover,
  .rate > input:checked + label:hover ~ label,
  .rate > input:checked ~ label:hover,
  .rate > input:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
  }
  .clr-both{
    clear:both
  }