body {
    /*font-family: Inter, Roboto, Arial, sans-serif;*/
    background-color: #f1f3f6;
    font-size: 14px;
    line-height: 1.4;
}
* {
    box-sizing: border-box;
}
ul{
    list-style-type:none;
    padding:0;
    margin:0;
}
p{
    margin-bottom:0;
}
a,a:hover{
    text-decoration:none;
    color:#222;
}
.w-30{
    width:30%;
}
.w-40{
    width:40%;
}
.w-80{
    width:80%;
}
.small, small {
    font-size: 85%;
}
label{
    font-weight: 500;
}   
select{
    font-size:14px !important;
}
.pt-50{
	padding-top:50px !important;
}
.pb-50{
	padding-bottom:50px !important;
}
.py-50{
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.mt-20{
    margin-top:20px !important;
}
.mt-60{
    margin-top:60px !important;
}
.form-control:focus{
    border-color:unset !important;
    box-shadow:unset !important;
    /*outline: none;*/
}
.btn-dark.focus, .btn-dark:focus{
    /*box-shadow:inherit;*/
    outline: inherit;   
} 
.btn.focus, .btn:focus{
    box-shadow:inherit !important;
}  
.success{
    color:#25a1b0;
}
.bg-dark{
    background:#343a40 !Important;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.return:hover{
    color:#000 !Important;
    font-weight: 500;
}
.progress-bar{ 
    background: #03a685;
}
.top-header{
	padding: 3px 0px;
	background: #000000;
}
.top-header .logo {
    width: 235px;
    /* height: 150px; */
}
.main-header.fixed .top-header{
    display:none !important;
}
.mainsearch{
    width: 80%;
    margin: 0 auto;
}
.main-header{
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.main__menu{
    padding: 0;
    /* background: #fff; */
    /* border-top: 1px solid rgb(0 0 0 / 6%); */
    /* box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px; */
    /* background-color: #25a1b0; */
    width: 78%;
    margin-right: 15px;
}
.main__menu ul{
    margin:0;
    padding:0;
    list-style:none;
    display: flex;
    justify-content: space-between;
}
.main__menu ul li{
    display:block;
    position:relative;
    float:left;
    text-align:center;
    padding: 14px 0;
    margin-right: 2px;
}
.main__menu ul li a{
    display:block;
    padding:0;
    text-decoration:none;
    /*width:140px;*/
    line-height:25px;
    font-weight: 500;
    font-size: 13px;
}
.main__menu ul ul{
    position:absolute;
    padding:0;
    left:0;
    width: 240px;
    background:#fff;
    display:none;
    z-index:999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    top: 53px;
    border-top: 1px solid #000;
}
.main__menu ul ul ul{
    margin-left:180px;
    top: 0px;
}
.main__menu ul ul li{
    width: 100%;
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.main__menu ul ul li a{
    padding-left: 20px;
    width: 100%;
    color: #212529;
    text-transform: uppercase;
}
.main__menu ul li:hover ul ul{
    display:none;
}
.main__menu ul li:hover ul{
    display:block;
}
.main__menu ul ul li:hover ul{
    display:block;
}
.main__menu ul li i{
    font-size: 10px;
    font-weight: 300;
}
.main__menu ul  ul li i{
    font-size:12px;
    position: relative;
    right: 8px;
    top: 8px;
}
.open-menu{
    display:block;
    transition:all 1s ease;
}
.mobile-sidebar{
    right:0px !important;
    transition:all 1s ease;
}
.open{
    display:block !important;
}
#main-menu li ul{
    display:none;
}

.product-extra-search {
    width: 100%;
    margin: 0 auto;
}
.product-extra-search .products-search {
    width: 85%;
    margin: 0 auto;
}
.product-extra-search .psearch-content {
    display: flex;
    width: 100%;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    overflow: hidden;
}
.product-extra-search .product-cat {
    width: auto;
    float: left;
    position: relative;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}
.product-extra-search .product-cat-label {
    padding-right: 15px;
    padding-left: 18px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 100%;
    white-space: nowrap;
    background-color: #fff;
}

.product-extra-search .product-cat-dd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    min-height: 42px;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}
.product-extra-search .search-wrapper {
    width: 100%;
    display: flex;
    position: relative;
}
.product-extra-search .search-submit {
    color: #fff;
}
.product-extra-search .search-submit,.product-extra-search .search-submit:hover {
    float: right;
    height: 43px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    background: #25a1b0 !important;
}
.product-extra-search .search-field {
    float: left;
    height: 100%;
    line-height: 1;
    border-top: 1px solid #ccc;
   /* border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding-right: 20px;*/
    padding-left: 20px;
    position: relative;
    width: 100%;
    /*border:none;*/
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.product-extra-search .search-field:focus{
    border:1px solid #000;
    border-radius:5px 0 0 5px;
}
.mini-item-counter {
    background-color: #25a1b0;
    color: #fff;
    position: absolute;
    bottom: -12px;
    right: -4px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
.mobile-cart .mini-item-counter {
    bottom: -10px;
    right: -4;
    font-size: 10px;
    min-width: 16px;
    padding: 0 5px;
    height: 16px;
}
input[type=text], input[type=email], textarea {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 10px;
    font-size: 14px;
}
.mf-background-primary {
    background-color: #25a1b0;
}
.mf-background-primary:focus{
    background-color: #25a1b0;
}
.product-extra-search .search-field:focus {
    /*outline: none;*/
}

.top-header-right {
    margin: 0 0 0 40px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.hotline {
    display: flex;
    align-items: center;
}
.right-header{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 0 !important;
}
.hotline>a {
    display: flex;
    align-items: center;
}
.hotline>a:hover{
	text-decoration:none;
}
.hotline .extra-icon,.top-header-cart i{
    font-size: 26px;
    margin-right: 15px;
    color: #000;
}
.hotline-content {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
.hotline-content label {
    display: block;
    font-size: 14px;
    color:#000;
    font-weight: 400;
    margin-bottom: 0;
}
.top-header-cart,.top-header-wishlist{
	padding: 0 18px 0 0;
}
.menu-item-account {
    min-height: 30px;
    position: relative;
    top: 4px;
}
.menu-item-account>a {
    padding-left: 7px;
    font-weight: 500;
    position: relative;
    color:#fff;
}
.menu-item-account>a>img{
    filter: invert(1) brightness(1);
    margin-right: 8px;
    width: 22px;
}
.menu-item-account .extra-icon {
    position: absolute;
    top: -3px;
    left: 5px;
}
.menu-item-account  .extra-icon {
    font-size: 26px;
}
.whatsapp__icon {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 9999;
}
.mobile-header{
    padding:15px 0;
    background-color:#fff;
	display:none;
}
.mobile-top{
	display:flex;
	padding-bottom:10px;
	justify-content: space-between;
	align-items:center;
}
@media screen and (max-width:991px) {
    
    .mobile-top .left {
        width: 225px;
    }
}
.mobile-header .right i{
    color: #000;
    font-size: 20px;
}
.mobile-bottom .psearch-content input{
	outline:none;
	width: 100%;
	padding: 6px;
	border: none;
}
.mobile-bottom .psearch-content .search-submit{
	color:#fff;
	outline: none;
    border: none;
    padding: 0px 15px;
}
.mobile-bottom .psearch-content .search-wrapper{
	position: relative;
    width: 100%;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.mobile-bottom .hamburger{
    width: 40px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.mobile-bottom .hamburger a{
    font-size: 28px;
    color: #000;
    display: block;
}
#mobile-nav ul{
  padding-left:0;
}
.mobile-header nav ul#main-menu{
	width: 75%;
    height: 100%;
    background: #f2f2f2;
    position: fixed;
    top: 0;
    right: -75%;
    transition:all 1s ease;
    overflow-y: scroll;
    z-index: 9999;
}
.mobile-header .psearch-content{
    border-radius: 5px;
    overflow: hidden;
}
#mobile-nav ul{
	list-style:none;
}
#mobile-nav ul li a{
	color:#000;
	text-decoration:none;
	width:80%;
}
#mobile-nav ul>li{
	border-bottom: 1px solid #c6c2c2;
    padding: 8px 0 8px 15px;
}
#main-menu ul li ul li, #main-menu ul li ul li ul li,#main-menu ul li {
	border-bottom: inherit !important;
}
.sub-arrow{
	position: absolute;
    left: auto;
    right: 2px;
    width: 40px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
}
.sub-arrow:before {
    content: "+";
    font-size: 22px;
    position: relative;
    top: -15px;
    line-height:50px;
}
.sub-arrow.minus:before {
    content: "-";
    font-size: 35px;
    position: relative;
    top: -15px;
}
.mobile-back {
	font-weight: 500;
    font-size: 18px;
}
ul.open li{
	padding-bottom:0 !important;
}
.main--menu{
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
	background: #fff;
}
.main--menu ul:first-child{
    /*overflow-y: hidden;*/
    white-space: nowrap;
    width: 100%;
    padding: 0 12px;
    list-style: none;
    display:flex;
    justify-content: space-between;
    margin-bottom:0;
}
.main--menu ul:first-child li{
	width: auto;
    margin: 0;
    vertical-align: top;
    /*padding: 10px;*/
    flex: none;
    position: relative;
    color:#000;
}
.main--menu ul figure{
	float: left;
    width: 100%;
    text-align:center;
    margin-bottom:4px;
}
.main--menu ul figure figcaption{
    font-weight: 500;
    font-size: 14px;
    color: #222;
}
.main--menu ul figure img{
	width: 80px;
    height: 80px;
}
.home-slider .carousel-item img{
	/*height:388px;*/
}
.main--menu ul ul{
	margin:0;
	padding:0;
	background: #fff;
    width: 200px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 20%);
}
.main--menu ul ul li{
	position:relative;
	display:block;
	left:0;
	text-align:left;
	padding: 10px;
	padding-left:20px;
}
.main--menu ul ul{
	display:none;
	position: absolute;
	left:0;
	z-index: 999;
}
.main--menu ul ul li a{
	text-decoration:none;
	color:#000;
}
.main--menu ul li:hover ul{
	display:block;
}
.main--menu ul li:hover ul li:hover{
	background:#f9f9f9;
	color: #2874f0;
}
.main--menu ul li:hover ul li:hover a{
	color: #2874f0;
}
/*.main--menu ul ul li a{
	display:block;
	text-decoration: none;
	width:120px;
	position:relative;
	left:0;
}
.main--menu ul ul ul{
	position:absolute;
	display:none;
}
.main--menu ul li:hover ul{
	display:block;
	width: 150px;
}
.main--menu ul li:hover ul ul{
	display:none;
}
.main--menu ul ul li:hover ul{
	display:block;
}*/

.home-slider{
	background: #f1f3f6;
}
.xs-none{
	display:none !important;
}
.lg-none{
	display:block !important;
}
.overlay .overlay-sidebar-link{
	background-color: rgb(0 0 0 / 70%);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
}

.home-banner2 img{
	border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 22%);
    background: white;
}
.home-banner2 img:hover{
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
}
.product-carousel1 .product-content{
    background: #fff;
    padding: 15px;
    /*border-radius: 5px;*/
    border-right: 1px solid #eee;
}
.product-carousel1 .owl-carousel{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.product-carousel1 .owl-carousel .owl-dots{
    display:none;
}
.product-carousel1 .owl-nav .owl-prev{
    position: absolute;
    top: 40%;
    left: 8px;
}
.product-carousel1 .owl-nav .owl-next{
    position: absolute;
    right: 0%;
    top: 40%;
    right:8px;
}
.product-carousel1 .owl-nav button{
    font-size: 60px !important;
}
.sortname{
    margin-top:8px;
}
.sortname a{
    color:#000;
    text-decoration:none;
    font-weight: 500;
}
.product_price{
    font-size:18px;
    font-weight: 600;
    margin: 8px 0;
}
.ps-product__price.sale{
    color:#51aa1b;
    margin-right:3px;
}
.ps-product__del{
    text-decoration: line-through;
    color:#FF0000;
}
.view-pro-detail{
    background: #25a1b0;
    border-radius: 5px;
    text-align: center;
    outline:none;
}
.view-pro-detail a{
    color:#fff;
    padding: 10px 10px;
    display:block;
}
.product-content .discount,.product-box .discount{
    width: 50px;
    height: 50px;
    background: #25a1b0;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    top: 10px;
    right: 10px;
    line-height: 16px;
}
footer{
    background: #000;
    color: #dfdede;
}
footer ul{
    list-style-type: none;
    padding:0;
}
footer ul li{
    margin: 8px 0;
}
footer ul li a{
    color: #dfdede;
    text-decoration: none;
    font-size: 16px;
}
footer ul li a:hover{
    text-decoration: none;
    color: #fff;
}
footer p{
    font-size:16px;
    margin-bottom:0;
}
.footer-links i{
    margin-right: 8px;
   vertical-align: middle;
    font-size: 18px;
}
.footer_payment li{
    float: right;
    margin-left: 3px;
}
.bottom-footer{
    padding: 1px 0; 
    border-top: 1px solid #222;
}

.img-list span:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    transform: scale(0);
}
.img-list span:hover:before {
    opacity: .5;
    transform: scale(1);
}
.img-list span:after {
    transition: all .6s ease .2s;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #aaa;
    background: #000;
    opacity: 0;
    transform: scale(0);
}
.img-list span:hover:after {
    opacity: .35;
    transform: scale(1);
}
.img-list span {
    box-sizing: border-box;
    /*float: left;*/
    position: relative;
    cursor: pointer;
}
.img-list img {
    max-width: 100%;
    vertical-align: middle;
}
.breadcrumb{
    border-radius:0;
    padding: 0.75rem 0rem;
}
.ps-breadcrumb__item:before {
    content: '|';
    display: inline-block;
    border-radius: 50%;
    margin: 0 8px 0 5px;
    color: #222;
}
.breadcrumb ul li {
    position: relative;
    display: initial;
}
.breadcrumb ul li a{
    /*color: #fff;*/
    font-size: 12px;
}



.bg-banner{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.pro-carousel1,.pro-carousel2{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    padding:10px 0;
}



.cate-content{
    position:relative;
    margin-bottom: 30px;
}
.cate-content span{
    /*position: absolute;*/
    text-align: center;
    width: 100%;
    font-size: 18px;
    /*top: 30px;*/
    font-weight: 500;
}
.pro-heading{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #ffffff;
    border-top: 2px solid #000;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
    margin-top: -10px;
}
.pro-heading .heading{
    background: #000;
    color: #fff;
    padding: 8px 10px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
}
.pro-heading .view a{
    padding: 15px;
    position: relative;
    top: 6px;
    color: #000;
    font-weight: 600;
}

.owl-carousel.owl-loaded{
    position:relative;
}
.owl-next{
    position: absolute;
    right: 40px;
    top: 25%;
    font-size:60px !important;
}
.owl-prev{
    position: absolute;
    left: 40px;
    top: 25%;
    font-size:60px !important;
}




/***********testimonial css start*************/
.testimonial .image img{
    width: 80px;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonial .text p{
    font-size: 18px;
}
.testimonial .text i{
    font-size: 25px;
    color: #25a1b0;
}
.testimonial .client{
    width: 80%;
    margin: 0 auto;
}
/***********testimonial css start*************/



/***********Sell online page css start*************/
.RegistrationBoxWrapper{
    background:url('../images/banner/F-Banner.png');
    background-attachment: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sell-online{

}
.seller_otpbtn{
    padding: 6px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #d9d9d9;
    border-left: inherit;
    line-height: 21px;
}
.why-sell p{
    font-size:16px;
    color:#fff;
}
.why-sell .content-box{
    background:#dc2341 !Important;
}
.black{
    background:#000;
    color:#fff;
}
.black:hover{
    color:#fff;
}
#mobile:focus~.seller_otpbtn{
    border:1px solid #000;
    border-left:unset;
}
/***********Sell online page css End*************/



/***********product details page css start*************/
.pr_detail .pro_description h5 a{
    text-decoration:none;
    color:#222;
}
.rent-rate-list li{
    background: rgba(216,215,215,.08);
    border: 1px solid #9b9b9b;
    font-size: 14px;
    color: #4a4a4a;
    padding: 4px 12px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    margin-right: 6px;
    margin-top: 8px;
 }
.refund-delivery-details-list{
    background: #ededed;
    padding: 10px 20px;
    border-radius: 10px;
}
.product-image{
    border-radius:8px;
    overflow:hidden;
}
.product-price ul li{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.product-price .price span{
    font-size:25px;
   font-weight:600;
}
.product-price .mrp-price span{
    font-size: 24px;
    line-height: 24px;    
}
.delivery_option .pincode_input{
    border:none;
}
.delivery_option .form-group.input-group{
    border: 1px solid #d9d9d9;
    border-radius: 5px; 
}
.delivery_option .check-delivery{
    padding: 8px 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    margin: -1px;
}
.color-img ul li{
    display: inline-block;
}
.color-attribute ul li .box-size{
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.color-attribute ul li .box-size img{
    display: block;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
.color-attribute ul li a.selected .box-size{
    border:1px solid #000;
}
.size-attribute ul li{
    display: inline-block;
}
.size-attribute .box-size{
    border: 1px solid #eee;
    display: flex;
    width: fit-content;
    height: 40px;
    padding: 2px 8px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
.size-attribute .box-size span{
    position: absolute;
    bottom: -8px;
    right: -5px;
    font-size: 16px;
    z-index: 1;   
    display:none; 
}
.size-attribute .box-size span i{
    color: #25a1b0;
    background: #fff; 
}
.size-attribute .size-link:hover .box-size{
    border:1px solid #000;
}
.size-attribute a.selected .box-size span{
    display:block;
}
.size-attribute a.selected .box-size{
    border:1px solid #000;
}
#sizechart .modal-dialog {
    max-width: 60% !important;
    margin:0 auto;
}
.social-share li:nth-child(1) a i {
    color: #3b5998;
}
.social-share li:nth-child(2) a i {
    color: #55acee;
}
.social-share li:nth-child(3) a i {
    color: #36bd49;
}
 ul.social-share {
    background: #fff;
    padding: 30px 10px 30px 40px;
    border: 1px solid #eee;    
    position: absolute;
    right: 10px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
 ul.social-share li{
    display: inline-block;
    margin-right: 30px;
 }
ul.social-share li a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    color: #999999;
    border-radius: 100%;
    transition: all 0.5s ease;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-bottom: 6px;
}
.cursor-pointer{
    cursor:pointer;
}
.product-detail .carousel-indicators-box{
    width:68px;
}
.product-detail .carousel-inner img {
    width: 100%;
    height: 100%;
    aspect-ratio:1/1
}
.product-detail .carousel-indicators {
    position: static;
    margin:0 !Important;
    display:block;
    width: 100%;
}
.product-detail .carousel-indicators > li {
  /*width:100%;
  height:100%;*/
    width: 64px;
    height:64px;
    border-left:1px solid #eee !important;
    border-top:1px solid #eee !important;
    border-bottom: 0px solid transparent;
}
.product-detail .carousel-indicators > li:last-child {
    border-bottom:1px solid #eee !important;
}

.product-detail .carousel-indicators li img {
    display: block;
    /*opacity: 0.5;*/
}

.product-detail .carousel-indicators li.active img {
    opacity: 1;
}

.product-detail .carousel-indicators li:hover img {
    /*opacity: 0.75;*/
}

.product-detail .carousel-item img{

    width:60%;
}
#custCarousel{
    width: 100%;
    border: 1px solid #eee;
}
.prodcut-img-box{
    position: sticky;
    top: 150px;
}
.averageRating{
    padding-right: 20px;
    border-right: 1px solid #eee;
    margin-right: 20px;
}
.averageRating span{
    font-size:38px;
}
.averageRating i{
    font-size:25px;
    color: #03a685;
}
.ratingBarDiv .progress{
    height: 4px;
    width: 150px;
    margin: 8px 10px;
}
.form-rating .star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 0.2em;
    text-align: center;
    width: 5em;
}
.form-rating .star-rating input {
    display: none;
}
.review--model input {
    height: 40px;
}
.form-rating .star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 22px;
}
.form-rating .star-rating :checked ~ label {
    color: #f90;
}
.customer-rating{
    width: 35px;
    margin-right: 10px;
    margin-top: 4px;
}
.customer-rating div:first-child{
    background: #000000;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    width: 35px;
}
.pro-wishlist{
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    padding: 9px 12px 12px 9px;
    background: #fff;
}
.pro-wishlist i{
    position: relative;
    top: -9px;
    left: -3px;
    font-size: 22px;
}
/************product details page css end************/





/**************cart page css start*******************/
.cart-total{
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.cart-total .ps-block__content div{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.cart-content{
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
#apply_code{
    border-radius: 0 5px 5px 0;
    padding: 6px 15px;
}
.qty-box.cart_qty {
    display: block;
    width: 100%;
    align-items: center;
}
.qty-box.cart_qty .input-group button {
    background: #000;
    color: #ffffff;
    position: absolute;
    height: 100%;
    z-index: 9;
    box-shadow: unset;
    padding: 3px 8px;
}
.qty-box.cart_qty .input-group button.quantity-right-plus {
    right: 0;
    border-radius: 0 5px 5px 0;
}
.qty-box.cart_qty .input-group button.quantity-left-minus {
    left: 0;
    border-radius: 5px 0 0 5px;
}
.qty-box .input-group .form-control {
    text-align: center;
    border: none;
    height: 25px;
}
.qty-box .input-group button i {
    font-weight: 100;
    color: #fff;
    font-size: 12px;
    top: -4px;
    position: relative;
}
.del_pincode {
    padding: 0 0 6px !important;
    font-size: 14px;
    border: none !important;
    border-bottom: 2px solid #000 !important;
    font-weight: 500;
    align-items: center;
    display: inline-block;
    line-height: 25px;
    outline: none;
    box-shadow: none;
    width: 160px;
    position: relative;
    bottom: -1px;
}
.cart_pincode {
    float: right;
    line-height: 30px;
}
#pincode_btn{
background:transparent;
border:none;
outline:none;
}
.coupons-base-content {
    display: flex;
    justify-content: space-between;
}
.coupons-base-button {
    padding: 5px 26px;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    text-transform: none;
    cursor: pointer;
    font-weight: 600;
    background: #fff;
    font-size: 12px;
}
.coupons-base-button:hover{
    background:#000;
    color:#ffffff;
    transition: all .3 s ease;  
}
.coupon--code {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
}
.check_coupon {
    padding:2px 10px !important;
    font-size: 14px !important;
    border: none !important;
    font-weight: 500;
    align-items: center;
    display: inline-block;
    outline: none;
    box-shadow: none;
    width: 86%;
    border-radius: 5px;
}
.check_btn {
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    line-height: 25px;
}
.coupondtl {
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    margin: 30px 0;
}
.coupon-base-labelChecked {
    color: #25a1b0;
    border: 2px dashed #25a1b0;
    border-radius: 3px;
    margin-left: -10px;
    padding: 5px 10px;
    font-weight: 600;
}
.model_aplybtn a {
    background: #000;
    color: #fff;
    padding: 5px 24px;
    border-radius: 5px;
}
.coupon__content {
    margin-left: 5px;
}
.coupon__content p {
    color: #000;
    line-height: 24px;
}
/**************End cart page css *******************/




/**************Start category page css *******************/
.colorDisplay {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-left: 0px;
    margin-top: 3px;
    border:1px solid #ccc;
}
.main-product-category .product-strike{
    text-decoration:line-through;
}
.main-product-category .product-discountPercentage{
    color: #25a1b0;
    font-size: 14px;
}
.product-discountedPrice{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.main-product-category .add_to_cart{
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    width: 90%;
    margin: auto;
    background: #25a1b0;
}
.main-product-category .add_to_cart a{
    padding: 8px 10px;
    display:block;
    color:#fff;
}
.main-product-category .cart-div{
    visibility: hidden;
    position: absolute;
    z-index: 999;
    right: 0;
    background: #fff;
    bottom:45px;
    left:0;
    /*padding: 10px 0 6px;*/
    transition: bottom 0.5s ease-in-out;
}
.main-product-category .product-box:hover .cart-div{
    visibility: visible;
    bottom: 32px;
}
.product-content-box{
    position:relative;
}
.main-product-category .product-col{
    border:1px solid #eee;
}
.product-content-box .product-name {
    font-size:14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.filter-by-color span.color-name{
    position: relative;
    top: -2px;
}
.categogy__sort select{
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    padding: 2px 10px;
    outline: none;
}
/**************End category page css *******************/



/**************Checkout page css start*******************/
.order-review {
    background-color: #f2f2f2;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.checkout label{
    font-weight:500;
}
.checkout input[type=text], .checkout input[type=email], .checkout select{
    height:40px;
}
/**************Checkout page css start*******************/




/**************My Account page css start*******************/
.account a:hover{
    color:#25a1b0;
}
.account label{
    font-weight: 500;
}
.orders .order-img-box{
    width:60px;
}
/**************My Account page css start*******************/







/****City model css start****/

#cityModal .modal-dialog-centered{
    width:40%;
    margin:auto;
}
#cityModal .bx-city {
    border: 1px solid #ccc;
    margin: 0 5px 10px;
    padding: 8px;
    border-radius: 5px;
    cursor:pointer;
}   
#cityModal .bx-city img{
    width:60%;
    margin:0 auto;
    opacity: .75;
}
#cityModal .bx-city p{
    font-weight: 500;
    color: #222430;
}
/*****City model css end*****/



/*login page css start*/

.signup{
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
    /*border-radius: 10px;*/
    /*border:1px solid #ccc;*/
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    /* background:#fff; */
    display:flex;
    align-items: center;
     
}
.signup label{
    font-weight:500;
}
.backtohome a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: #25a1b0;
    padding: 6px 10px 6px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.backtohome span{
    position: relative;
    top: -1px;
}
.login-box{
    width: 75%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background:#fff;
}
.login-img{
    display: flex;
    align-items: center;
    /*background: #fff;*/
    /*width: 160px;*/
}
.reg_succ .login-img img{
    width: 160px;
}
.msg3{
    font-size:20px;
}
.reg_succ{
    background: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 50px;
}
.reg_succ .my_primary_btn{
    font-size: 20px;
    padding: 8px 50px 10px;
    margin-top: 25px;
    background: #25a1b0;
}
/*Login page css end */
.login_page{
    height: 70vh;
    margin: auto;
}
.main_container{
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
.login_page .signup{
       border-left: 1px solid #dee3e4;
}

/*--- price-range-slider Start ---*/

.irs--round .irs-from:before, 
.irs--round .irs-to:before, 
.irs--round .irs-single:before,
.irs--round .irs-min, 
.irs--round .irs-max {
  display: none;
}
.filter-by-price input[type='number'] {
    width: 45px;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    font-weight: 600;
}
.irs-from,.irs-to{
  display: none !important;
}
.irs--round {
    height: 40px !important;
    position: relative;
    top: -16px;
}
.irs-handle{
    cursor:pointer !Important;
}
/*--- price-range-slider end ---*/

.my-account{
    padding: 60px 0;
    background: #f9f9f9;
}
.user-detail{
    display: flex;
    padding: 10px 30px 4px;
    background: #185cc1;
}
.user-info h4{
    color:#fff;
    font-size: 18px;
}
.user-info span{
    color:#fff;
}
.myaccount-navigation ul li{
    list-style: none;
    margin: 0;
    border-top: 1px solid #dee0ea;
    padding: 12px 30px;
    transition:all .2s ease-in-out;
}
.myaccount-navigation ul li:hover{
    background:#185cc1;
}
.myaccount-navigation ul li:hover a{
    color:#fff;
}
.myaccount-navigation ul li a{
    display:block;
    font-size: 16px;
    font-weight: 500;
}
.myaccount-navigation{
    border: 1px solid #d1cfcf;
    /* padding: 30px; */
}
.usericon{
    width: 40px;
    filter: invert(1) brightness(10);
    margin-right: 16px;
    margin-top: 3px
}
.myaccount-content p{
    font-size: 16px;
    margin-bottom: 10px;
}
.account-details .myaccount-content{
     border: 1px solid #d1cfcf;
}
.myaccount-content .content-header{
    background: #185cc1;
    padding: 8px 30px;
}
.myaccount-content .content-header a.btn{
    padding: 4px 24px;
}
.myaccount-content form{
    padding: 30px;
}
.myaccount-content form button[type="submit"]{
    background: #185cc1;
    border:1px solid #185cc1;
}
@media only screen and (max-width:991px){
	.xs-none{
		display:block !important;
	}
	.lg-none{
		display:none !important;
	}

}
@media only screen and (min-width:768px) and (max-width:991px){
	.main--menu ul {
		overflow-x:scroll
	}
     #cityModal .modal-dialog-centered{
        width:70%;
        margin:auto;
    }
    .md-border-top-none{
        border-top:none !important;
    }
}
@media only screen and (max-width:767px){
    .sm-none{
        display:none !important;
    }
	.pt-xs-1{
		 padding-top: 0.25rem!important;
	}
	.pb-xs-1{
		 padding-bottom: 0.25rem!important;
	}
	.pr-xs-1{
		 padding-right: 0.25rem!important;
	}
	.pl-xs-1{
		 padding-left: 0.25rem!important;
	}
	.py-sm-1{
		padding-top: 0.5rem!important;
		padding-bottom: 0.5rem!important;
	}
	.sm-pl-0{
		padding-left:0 !important;
	}
    .sm-pr-0{
        padding-right:0 !important;
    }
    .sm-pl-05{
        padding-left:5px !important;
    }
    .sm-pr-05{
        padding-right:5px !important;
    }
    .sm-mt-0{
        margin-top: 0!important;
    }
    .sm-mb-1{
        margin-bottom: 0.25rem!important;
    }
    .sm-mb-2{
        margin-bottom: 0.5rem!important;
    }
    .sm-mb-3{
        margin-bottom: 1rem!important;
    }
    .sm-border-top-none{
        border-top:none !important;
    }
    .sm-pb-1{
        padding-bottom: 1rem!important;
    }
    .sm-px-0{
        padding-left:0 !Important;
        padding-right:0 !Important;
    }
    .sm-border-bottom{
        border-bottom:1px solid #eee;
    }
    .sm-mt-3 {
        margin-top: 1rem!important;
    }
	.main--menu ul figure img{
		width: 80px;
        height: 70px;
	}
	.main--menu ul {
		overflow-x:scroll
	}
    #cityModal .modal-dialog-centered{
        width:96%;
        margin:auto;
    }
    .login-box{
        width:100%;
    }
    #sizechart .modal-dialog {
        max-width: 98%!important;
        margin:0 auto;
    }
    
    #custCarousel {
        width: 100% !Important;
    }
    .carousel-indicators-box {
        width: 100%;
    }
    
    .product-detail .carousel-indicators > li {
        border-left: 1px solid #eee !important;
        border-bottom: 1px solid #eee !important;
        border-top: 0px solid transparent !Important;
        margin: 0;
    }
    .product-detail .carousel-indicators > li:last-child {
        border-right: 1px solid #eee !important;
    }
    .prodcut-img-box{
        position: static;
        top: 50px;
    }
    .averageRating {
        padding-right: 8px;
        margin-right: 15px;
    }
    .ratingBarDiv .progress {
        height: 4px;
        width: 75px;
        margin: 8px 10px;
    }
    .customer-rating {
        width:35px;
    }
    .cate-content span{
        padding: 0 5px;
        font-size: 16px;
        top: 12px;
        line-height: 16px;
    }
    .cate-content {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .pro-heading{
        margin-top:10px;
    }
    .testimonial .text p {
        font-size: 16px;
    }
    .testimonial .client {
        width: 100%;
        margin: 0 auto;
    }
    .owl-next {
        right: -5px;
    }
    .owl-prev {
        left: -5px;
    }
    .product-detail .carousel-indicators-box {
        width:100%;
    }
    .filter-overlay {
        background-color: rgb(0 0 0 / 70%);
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .filter-categotry {
        width: 65%;
        height: 100%;
        background: #f2f2f2;
        position: fixed;
        top: 0;
         /*right: 0; */
        right: -65%;
        transition: all 1s ease;
        overflow-y: scroll;
        z-index: 9999;
        border-radius: 0 !important;
    }
    .show-filter {
        right: 0;
    }
    .main-product-category{
        margin-right:-15px !important;
    }
    .text-sm-center{
        text-align:center !important;
    }
    .footer_payment {
        justify-content: center;
        display: flex;
    }
    footer p, footer ul li a {
        font-size: 14px !Important;
    }
    .product-detail button .bg-dark{
        font-size: 14px;
    }
    ul.social-share {
        background: #fff;
        padding: 30px 10px 30px 25px;
    }
    .login-box input[type=text], .login-box  input[type=email], .login-box  textarea{
        font-size: 12px;
    }
    .login-box .seller_otpbtn{
        line-height: 16px;
    }
}
.order-box{
    padding: 16px;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    transition: box-shadow .1s linear;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    position: relative;
    cursor: pointer;
    display: block;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 15%);
    margin-bottom: 8px;
    border-radius: 4px;
}
.order-box:hover{
    z-index: 1;
    box-shadow: 0 1px 12px 2px #dbdbdb;
}
.order-box .order-img{
    width:75px;
    height:75px;
    text-align: center;
}
.order-box .order-img img{
    object-fit: contain;
    max-height: 100%;
}
.order-box .pro_var{
    color: #878787;
    font-size: 12px;
    margin-bottom: 5px;
}

.order-box .order_status{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: none;
    border: 2px solid #26a541;
    display: inline-block;
    margin-right: 8px;
}
.order-box .order_placed{
    background-color: none;
    border: 2px solid #26a541;
}
.order-box .order_con{
    background-color: #26a541;
    border: 2px solid #26a541;
}
.order-box .order_can{
    background-color: #ff6161;
    border: 2px solid #ff6161;
}
.order-box .AO0UbU{
    font-size: 14px;
    font-weight: 600;
}
.order-box ._30gI7w {
    font-size: 12px;
    margin-top: 8px;
}
.order-success-sec h4 {
    font-weight: 700;
    text-transform: capitalize;
    color: #333333;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
    margin-bottom: 10px;
}

.order-success-sec .order-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    text-transform: capitalize;
    font-size: 16px;
}

.order-success-sec .payment-mode p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.product-order h3 {
    color: #444444;
    font-size: 22px;
    line-height: 1;
    padding: 10px 15px 0;
    margin-bottom: 0;
}

.product-order .product-order-detail {
    margin-top: 15px;
}
.product-order .product-order-detail img {
    max-height: 80px;
    max-width: 100px;
}
.product-order .product-order-detail .order_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*.product-order .product-order-detail .order_detail h4 {*/
/*    margin-bottom: 5px;*/
/*    text-transform: capitalize;*/
/*    font-weight: 700;*/
/*    color: #333333;*/
/*}*/
/*.product-order .product-order-detail .order_detail h5 {*/
/*    text-transform: capitalize;*/
/*    margin-bottom: 0;*/
/*    font-weight: 500;*/
/*}*/

.product-order .total-sec {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 15px 0;
    padding: 15px 15px;
}
.product-order .total-sec ul li {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    color: #333333;
}
.product-order .total-sec ul li span {
    float: right;
}

.product-order .final-total h3 {
    display: block;
    margin-bottom: 0;
    font-size: 24px;
}
.product-order .final-total h3 span {
    float: right;
}


#contact {
    padding: 60px 0;
    overflow: hidden;
    background:#FFF;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
     background: #fff;
}

.d-flex {
    display: flex !important;
}
@media (min-width: 992px){
.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact h2 {
  font-weight: 700;
  font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #343a40;
}

.contact h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #25a1b0;
    bottom: 0;
    left: calc(50% - 20px);
}

.contact .info {
  border-top: 3px solid #25a1b0;
  border-bottom: 3px solid #25a1b0;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #358d89;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #464944;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #464944;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #358d89;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #358d89;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #25a1b0;
  border-bottom: 3px solid #25a1b0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 5px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #358d89;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #25a1b0;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
    padding: 60px 0;
    overflow: hidden;
    background:#FFF;
}
.about h2 {
  font-weight: 700;
  font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #343a40;
}

.about h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #25a1b0;
    bottom: 0;
    left: calc(50% - 20px);
}

@media (min-width: 991px) {
  .about h2 {
    /*max-width: 65%;*/
    margin: 0 0 80px 0;
  }
}

.about .our_story {
    padding: 20px 30px;
    background-color: #f5f6f7;
    border-radius:20px;
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 3%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #096445;
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color:  #eee;
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: #eee;
}

.about .watch-video a {
  font-weight: 600;
  color: #eee;
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color:  #eee;
}

.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}


#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
   margin-top: 50px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
  height:171px;
  width:100%;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .about-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h3 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
    padding: 60px 0;
    overflow: hidden;
    background:#FFF;
}
.services h2 {
  font-weight: 700;
  font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #343a40;
}

.services h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #146642;
    bottom: 0;
    left: calc(50% - 20px);
}


.services .content+.content {
  margin-top: 100px;
}

.services .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #08643c;
}

.services .content ul {
  list-style: none;
  padding: 0;
}

.services .content ul li {
  padding-bottom: 10px;
}

.services .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1acc8d;
}

.details .content p:last-child {
  margin-bottom: 0;
}






.ftco-section{padding: 50px 0 0 0 ;}

.ftco-section h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.ftco-section h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #25a1b0;
    margin: 10px auto 10px;
}
.ftco-section h2 span {
    color: #25a1b0;
}
.product {
border: 1px solid #d0d0d0;
border-radius: 15px !important;
overflow:hidden;
/*border-color: #25a1b04a !important;*/
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
    text-align: center;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 7px -15px rgba(0, 0, 0, 0.19);
}
  
  @media (max-width: 991.98px) {
    .product {
      margin-bottom: 30px; } }
  .product .img-prod {
       border-radius: 10px 10px 0 0 !important;
    position: relative;
    display: block;
    overflow: hidden;
    /*-webkit-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);*/
    /*-moz-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);*/
    /*box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);*/
    background: #fff;
    z-index: 1; }
    /*.product .img-prod .overlay {*/
    /*  position: absolute;*/
    /*  top: 50%;*/
    /*  left: 0;*/
    /*  right: 0;*/
    /*  bottom: 0;*/
    /*  content: '';*/
    /*  opacity: 0;*/
    /*  z-index: -1;*/
    /*  -webkit-transform: translateY(-50%);*/
    /*  -ms-transform: translateY(-50%);*/
    /*  transform: translateY(-50%);*/
    /*  background: #25a1b0;*/
    /*  width: 230px;*/
    /*  height: 230px;*/
    /*  margin: 0 auto;*/
    /*  -webkit-border-radius: 50%;*/
    /*  -moz-border-radius: 50%;*/
    /*  -ms-border-radius: 50%;*/
    /*  border-radius: 50%;*/
    /*  -moz-transition: all 0.3s ease;*/
    /*  -o-transition: all 0.3s ease;*/
    /*  -webkit-transition: all 0.3s ease;*/
    /*  -ms-transition: all 0.3s ease;*/
    /*  transition: all 0.3s ease; */
    /*       border-radius: 10px !important;*/
    /*}*/
    .product .img-prod span.status {
      padding: 10px 1px;
      color: #000000;
      font-weight: 400;
      background: #25a1b0;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      text-orientation: sideways;
      text-align: right;
      text-orientation: sideways;
      margin: 0rem;
      position: absolute;
      top: 0;
      left: 0;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 12px;
      z-index: 1; }
    .product .img-prod img {
       
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; 
        object-fit: cover;
        height: 253px;
    }
      
  .product .img {
      border-radius: 10px !important;
    display: block;
    height: 500px; 
   overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;  
      
  }
    
  .product .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
      
  }
    
    .product .icon span {
      color: #000000; }
      
  .product:hover .icon {
    opacity: 1; }
    
  /*.product:hover .img-prod .overlay {*/
  /*  opacity: 1; }*/
    
  .product .text {
    position: relative;
    width: 100%;
    background-color: #e1e1e1;
    height: 6.4em;
    padding: 15px;  
  }
    .product .text h3 {
      font-size: 14px;
      margin-bottom: 5px;
      font-weight: 600;
      text-transform: uppercase; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
      .product .text h3 a {
        color: #000000; }
    .product .text p.price {
      margin-bottom: 0;
      color: #000000;
      font-weight: 400; }
      .product .text p.price span.price-dc {
        text-decoration: line-through;
        color: #b3b3b3; }
      .product .text p.price span.price-sale {
        color: #000000; }
    .product .text .cat, .product .text .rating {
      width: 100%; }
    .product .text .cat span {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
        color: rgb(23 127 140);}
    .product .text .bottom-area {
      position: absolute;
      top: -43px;
      left: 0;
      right: 0;
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 1;
      justify-content:center;
      }
      .product .text .bottom-area a {
        color: #000000;
       
        background: #fff; }
      .product .text .bottom-area a.add-to-cart, .product .text .bottom-area a.buy-now {
        font-size: 13px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 600; }
        .product .text .bottom-area a.add-to-cart i, .product .text .bottom-area a.buy-now i {
          font-size: 16px; }
      .product .text .bottom-area a.add-to-cart {
        background: #302c2c;
        color: #fff;
        border-radius: 7px;
        padding: 7px 24px;
          
      }
        .product .text .bottom-area a.add-to-cart:hover {
          background: #25a1b0;
          color: #fff;
          }
      .product .text .bottom-area a.buy-now {
        background: #fff;
        color: #000000; }
        .product .text .bottom-area a.buy-now:hover {
          background: #25a1b0;
          color: #fff; }
      @media (max-width: 991.98px) {
        .product .text .bottom-area {
          opacity: 1; } }
  .product:hover {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }
    .product:hover .text .bottom-area {
      opacity: 1; }
    .product:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.prod-img-bg {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
  height: 100%;
  display: block; }

.product-details h3 {
  font-size: 30px;
  font-weight: 400; }

.product-details .price span {
  font-size: 30px;
  color: #000000; }

.product-details button i {
  color: #000000; }

.product-details .quantity-left-minus {
  background: transparent;
  padding: 0 15px; }

.product-details .quantity-right-plus {
  background: transparent;
  padding: 0 15px; }

.product-details button, .product-details .form-control {
  height: 40px !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #25a1b0;
  padding: 10px 20px;
  background: transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px; }
  .product-details button:hover, .product-details button:focus, .product-details .form-control:hover, .product-details .form-control:focus {
    text-decoration: none;
    outline: none; }

.product-details .form-group {
  position: relative; }
  .product-details .form-group .form-control {
    padding-right: 40px;
    color: #000000;
    background: transparent !important; }
    .product-details .form-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #4d4d4d; }
    .product-details .form-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #4d4d4d; }
    .product-details .form-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #4d4d4d; }
    .product-details .form-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #4d4d4d; }
  .product-details .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000; }
    .product-details .form-group .icon span {
      color: #000000; }
    @media (max-width: 767.98px) {
      .product-details .form-group .icon {
        right: 10px; } }
  .product-details .form-group .select-wrap {
    position: relative; }
    .product-details .form-group .select-wrap select {
      font-size: 13px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-transform: uppercase;
      letter-spacing: 2px; }
      
.single-pro-content .ec-single-price span.new-price {
    color: #202020;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}
.login_alert {
    color: #1e8f9c;
    font-size: 12px;
    text-transform: uppercase;
    border-left: 4px solid #1e8f9c;
    display: inline-block;
    padding-left: 4px;
}

.info-heading h6{
    color:#2b32b2;
}



.feature-box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
    border: 3px solid #1a9ddc;
    border-radius: 5%;
  /*  background: #0575E6; 021B79 /* fallback for old browsers */

}
.feature-box {
    color: #53575b;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 4rem;
}


.text-center {
    text-align: center !important;
}
.dashboard-content .feature-box i {
    margin-bottom: 2.5rem;
    color: #5194f9;
    font-size: 6rem;
    transition: transform 0.35s;
}
.feature-box i {
    display: inline-block;
    margin-bottom: 2.2rem;
    color: #5194f9;
    font-size: 3rem;
    line-height: 1;
}

@media screen and (max-width:576px) {
    .feature-box {
        margin-bottom: 1rem; 
        padding-top: 10px;
        padding-bottom: 0px;
        border:none;
        min-height: unset;
    }
    .feature-box i {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    
    .feature-box-content h6 {
        font-size:12px;
        padding-bottom:0;
        margin-bottom:0;
    }
}

.my-account .btn-group {
  
    margin-bottom: 30px;
    display: block;
    text-align: center;
    margin-right: 0;
}
.btn-group {
    margin-right: 10px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}

.my-account .btn-group a i {
    margin-right: 10px;
}

.my-account .btn-group a {
      margin-bottom: 10px;
    float: none;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    color: #252525;
    font-weight: 600;
    transition: all .3s ease-in-out;
}


.my-account .btn-group a, .my-account .innerWrapper .list-inline li .btn-lg {
    box-shadow: none;
    background-color: #f0f0f0;
    border: 0;
    border-radius: 0;
}

.my-account .innerWrapper {
    width: 100%;
    display: block;
    border: 3px solid #f0f0f0;
    padding: 30px 30px  20px 30px;
}


.orderBox {
    margin-bottom: 25px;
}
.orderBox h2{
    color: #338deb;
    font-size: 24px;
    margin-bottom: 0;
}

.alert_msg {
    margin-bottom:25px;
}

@media screen and (max-width:576px) {
    .my-account .btn-group a {
        height: 30px;
        padding: 0 5px;
        line-height: 30px;
        font-weight: 600;
        font-size: 12px;
    }
    .orderBox {
        margin-bottom: 15px;
    }
    .orderBox h2 {
        font-size: 20px;
    }
    .my-account .innerWrapper {
        padding: 10px 10px 0 10px;
    }
    .my-account .btn-group {
        text-align: left;
        margin-bottom: 20px;
    }
    .alert_msg {
        margin-bottom:15px;
    }
}
.btn-group a.active{
color:#FFF;
background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.table thead{
    color:#FFF;
background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.tr-f{
    font-weight: 700;
}
    .checkout-login-btn > a {
    background-color: #060077;
    color: #242424;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 62px 17px;
    text-transform: uppercase;
    border-radius: 3px;
}
.billing-btn > button {
    background-color: #4a81d3;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
   padding: 12px 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.checkout-login-btn > a:hover,
.checkout-register > a:hover,
.billing-btn > button:hover {
    background-color: #4a81d3;
    color: #fff;
}
.checkout-progress > h4 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 21px 23px 20px;
    text-transform: uppercase;
}
.checkout-progress {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.checkout-progress > ul {
    padding: 18px 23px 36px;
}
.checkout-progress li {
    color: #242424;
    font-size: 14px;
    list-style: outside none none;
    padding-bottom: 14px;
}
.checkout-progress li:last-child {
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.order-review-wrapper {
    background-color: #fff;
    padding: 30px 20px;
}
.billing-primary1>label {
    color: #242424;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.billing-primary1 input,
.billing-select select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #242424;
    height: 40px;
    padding: 0 15px;
}
.billing-primary1 {
    margin-bottom: 20px;
}
.single-ship>input {
    display: inline-block;
    float: left;
    height: inherit;
    margin-right: 10px;
    margin-top: 5px;
    width: inherit;
}
.single-ship label {
    color: #242424;
}
.single-ship {
    margin-bottom: 5px;
}
.ship-wrapper {
    margin-top: 20px;
}
.billing-back-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.billing-back > a {
    color: #242424;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.billing-back>a:hover {
    color: #047afe;
}
.billing-back>a i {
    font-size: 18px;
    color: #047afe;
}
.shipping-primary1-2 > span {
    color: #242424;
    display: block;
    font-size: 14px;
    margin-bottom: 9px;
}
.shipping-primary1rmation-wrapper>span:last-child {
    margin-bottom: 0px;
}
.shipping-primary1-2 {
    margin-bottom: 10px;
}
.shipping-method>p {
    color: #242424;
    font-size: 15px;
    margin: 0 0 5px;
}
.expiration-date {
    margin-bottom: 20px;
}
.order-review table thead tr th {
    border: 1px solid #ebebeb;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
.o-pro-dec p {
    color: #242424;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.order-review table tbody tr td {
    border: 1px solid #eaeaea;
}
.o-pro-price,
.o-pro-qty,
.o-pro-subtotal {
    text-align: center;
}
.o-pro-price p,
.o-pro-qty p,
.o-pro-subtotal p {
    color: #242424;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.order-review table tfoot {
    margin-top: 20px;
}
.order-review table tfoot tr {
    border-bottom: 0 solid #060077;
}
.order-review table tfoot tr td {
    border-right: 0 solid #060077;
    border-top: 0 solid #060077;
    color: #242424;
    font-size: 15px;
    padding: 6px 5px 2px;
    text-align: right;
}
.billing-back-btn>span {
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-top: 10px;
}
.billing-back-btn>span a {
    color: #047afe;
}
.billing-back-btn>span a:hover {
    text-decoration: underline;
}
.edit-address > a {
    color: #242424;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.edit-address>a:hover {
    color: #047afe;
}

.btn-primary1 {
    color: #514f4f;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

/*changes done*/
.log_reg_box{
    display:flex;
    align-items:center;
}

.log_reg_box .extra-menu-item #menu-extra-login {
    display:flex;
}

.extra-menu-item #menu-extra-login i {
    font-size:20px;
    padding-right:7px;
}

.extra-menu-item #menu-extra-login .sign_up_btn {
    position:relative;
}

/*.extra-menu-item #menu-extra-login .sign_up_btn::before {*/
/*    content: '/';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -6px;*/
/*}*/
.owl-carousel .owl-item img {
    max-height:unset;
    min-height:unset;
    aspect-ratio:1.5/0.5;
}

.ftco-section h2 {
    background-color: #fff;
    border-radius: 20px; 
    padding: 25px 0;
    text-shadow: 0px 1px 1px black;    
    font-size:1.56rem;
}

.ftco-section h2::after {
    content:unset;    
}

.title-icon {
    width: 21px;
    height: 14px;
    position: relative;
    display:inline-block;
}
.title-icon::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background-color: #25a1b0;
    border: #25a1b0;
    top: 0;
    left: 0;
    animation: moveLeft 3s linear infinite;
}
@keyframes moveLeft {
    0% {
    transform: translateX(0);
    }
    50% {
        transform: translateX(7px);
    }
    100% {
        transform: translateX(0);
    }
}
.title-icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    border: 2px solid #25a1b0;
    top: 0;
    left: 0;
    animation: moveright 3s linear infinite;
}
@keyframes moveright {
    0% {
    transform: translateX(0);
    }
    50% {
        transform: translateX(-7px);
    }
    100% {
        transform: translateX(0);
    }
}

.ftco-section h2 span:nth-child(3) {
    margin-left:7px;
}

.top_header {
    background-color: #25a1b0;
    color:#fff;
    padding:7px 0;
}
.top_header a {

    color:#efefef;
}
.top_header a i {
    margin-right:7px;
}
.main__menu ul li a {
    color: #111010;
}
@media screen and (max-width:1199px) {
    .signup {
        padding: 25px 60px;
    }
    .login-box {
        width:90%;
    }
}
@media screen and (max-width:992px) {
    .signup {
        padding: 25px 30px;
    }
     .login-box {
        width:100%;
    }
}
@media screen and (max-width:767px) {
    .signup {
        border:none;
    }
}

.product_sec {
    padding-top:28px;
}
@media screen and (max-width:575px) {
    .ftco-section h2 {
        font-size: 1rem;
        padding: 15px;
        border-radius: 15px;
    }
    .ftco-section {
     padding:30px 0 0 0; 
    }
    .owl-carousel .owl-item img {
        aspect-ratio: 1 / 0.5;
    }
}


@media screen and (max-width:350px) {
    .top_header a {
        font-size:13px;
    }
    .top_header a i {
        margin-right:5px;
    }
}

.products-search .product_search_list {
    position:absolute; 
    height:280px; 
    width:100%; 
    overflow:auto; 
    z-index:9;
    padding: 7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product_search_list::-webkit-scrollbar {
    width:5px;
}
.product_search_list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}

/*product page start*/
.product-detail-right .pro-name {
    font-size:22px;
}    

@media screen and (max-width:576px) {
 .product-detail-right .pro-name {
    font-size:16px;
    }  
    .product-price .price span {
        font-size:20px;
    }
}
.product-detail-right .highlight-info {
    padding-top:20px;
    margin-top:20px;
    border-top:1px solid #ededed;
}

.highlight-info .highlight_info_title h6 {
    font-size:13px;
}

.highlight-info span {
    font-size:14px !important;
}



.p_cart_title h5 {
    font-size:14px;
    font-weight:700;
    margin-bottom:0;
}
.card {
    border:none;
} 


.cart_form_wrapper .card-body {
    padding:10px 0;
    border-bottom:1px solid #ededed;
}

.faq_sec {
    padding:80px 0;
    background-color:#fff;
}

.faq_sec .section-title h2 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #343a40;
    letter-spacing:2px;
}

.faq_sec .section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #25a1b0;
    bottom: 7px;
    left: calc(50% - 23px);
}

.faq_sec .accordion .card {
    background-color:#ededed;
    margin-bottom:10px;
}
.faq_sec .accordion .card-header {
    border:none;
    background-color: unset;
}
.faq_sec .accordion .card-body {
    padding-top:0;
}
.faq_sec .accordion .card-body .content {
    padding-top: 16px;
    border-top: 1px solid rgba(22, 23, 26, .1);
    font-size: 16px;
    color: #525252;
}

.faq_sec .accordion .faq_btn_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    color: #46484b;
    display:flex;
    justify-content:space-between;
}

.faq_btn_heading i {
    
    transition: transform .2s ease-in-out;
    display:inline-block;
}

.faq_btn_heading:not(.collapsed) i {
    transform: rotate(180deg);
}
.faq_btn_heading:hover, .faq_btn_heading:focus {
    text-decoration:none;
}

.policy_container p {
    margin:30px;
    font-size:17px;
    text-align: justify;
}

.policy_container  h5 {
   margin-bottom: 30px;
   margin-left: 30px;
}

.cat_sec_pad {
    padding:60px 0;
}
.cart_sec {
    padding:60px 0;
}

@media screen and (max-width:576px) {
 .cart_sec {
    padding:30px 0;
  }  
  .cat_sec_pad {
    padding:0 0;
  }
}
.cart_container {
    padding:50px 40px;
}
.cart_heading h1 {
    text-align:center;
    font-size:48px;
    margin-bottom:60px;
}
.cart_item_title {
    background-color:#f2f2f2;
    padding:15px 0;
    margin-bottom:20px;
    border-radius:5px;
}

.cart_item_count {
    padding:10px 0;
    border-bottom:1px solid #f2f2f2;
    align-items:center;
}

@media screen and (max-width:991px) {
    .cart_item_count {
        background-color: #ffffff;
        margin-bottom: 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 2px 0px rgb(239 239 239 / 20%), 0 0px 8px 0px rgb(49 49 49 / 19%);
        padding: 10px;
        
    }
}
.cart_item_quantity {
    border:1px solid #cfcfcf;
    position:relative;
    border-radius:7px;
    height:43px;
    width:100px;
}

.cart_item_quantity input {
    border:none;
    background:transparent;
    text-align:center;
    font-size:15px;
    height: 40px;
}
.cart_item_quantity button {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color: #4f4d4d;
}
.cart_item_quantity .decrement_btn {
    left:0;
}
.cart_item_quantity .increment_btn {
    right:0;
}

.select_piece {
    padding: 7px 15px;
    border-radius: 10px;
    width: 110px;
}

  /*.scroll_box {*/
  /*   overflow-x:auto;   */
  /*  }*/

/*@media screen and (max-width:992px) {*/
    
/*     .scroll_box .row {*/
/*       width:950px;*/
/*    }*/
/*}*/

.product-detail-right .product-price {
    padding-bottom:10px;
}
.product-detail-right .category_info {
    padding:10px 0;
    border-bottom: 1px solid #dee2e6 ;
}

.add_to_cart_button, .add_to_cart_button:hover, .add_to_cart_button:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #25a1b0;
    border-color:#25a1b0;
}
.remove_all, .remove_all:hover, .remove_all:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active{
    background-color: #2b2f33;
    border-color: #2b2f33;
    color:#fff;
}
.request_quote_btn, .request_quote_btn:hover {
    background-color: #25a1b0;
    border-color:#25a1b0;
}

@media screen and (max-width:576px) {
    .cart_container {
        padding: 20px 10px;
    }
    .cart_heading h1 {
        font-size:22px;
        margin-bottom: 20px;
    }

    .text-mobile {
        text-align:left !important;
    }
    .add_to_cart_button,.remove_all {
        font-size:14px;
    }
    .product-detail-right .product-price {
    padding-bottom:5px;
    }
    .product-detail-right .category_info {
        padding:5px 0;
    }

    .p_cart_title h5 {
        font-size:13px;
    }
    .cart_item_quantity {
        height: 35px;
        width: 80px;
    }
    .cart_item_quantity input {
        height: 32px;
    }
    .select_piece {
        padding: 5px 15px;
        border-radius: 8px;
        width: 90px;
    }
    
}

.sec_pad {
    padding:30px 0;
}

.highlight_info_title h6 {
    font-size: 26px;
    margin-bottom: 20px;
}

.our_story p {
    font-size:15px;
    margin-bottom:15px;
}

/*about page*/
.features-section {
    padding: 5.1rem 0 2rem;
}
.features-section .subtitle {
    margin-bottom: 1.7rem;
    color: #21293c;
    font-size: 1.9rem;
}
.features-section .feature_box {
    padding: 30px 40px;
}
.features-section .feature_box {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem;
}

.features-section .bg-white {
    background-color: #fff !important;
}

.features-section .feature_box i {
    margin-bottom: 1.3rem;
    font-size: 3.5rem;
    display: inline-block;
    color: #08C;
    line-height: 1;
}
.features-section .feature-box-content {
    color: #666d71;
    font-size: 1rem;
    line-height: 1.9;
}

.features-section .feature_box h3 {
    margin-bottom: 1.2rem;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #21293c;
}
.features-section .feature_box p {
    line-height: 27px;
}
.features-section .feature_box p {
    margin-bottom: 0;
}

@media screen and (max-width:576px) {
    .about .our_story {
        padding:20px 15px;
    }
    
    .contact .info h4 {
        padding: 0 0 0 20px;
    }
    .contact .info p {
        padding: 0 0 0 20px;
    }
    .faq_sec .card-header {
        padding: .75rem 0.25rem;
    }
}
.order_track__btn, .order_track__btn:hover, .order_track__btn:focus, .order_track__btn:not(:disabled):not(.disabled):active {
    background-color:#25a1b0;
    border-color:#25a1b0;
}

.my-account .card {
    width: 100%;
    display: block;
    border: 3px solid #f0f0f0;
    padding: 30px 30px 30px 30px;
    background:transparent;
}

.my-account .card-body {
    padding:0;
}
.my-account .card-body .dataTables_length select{
    display: inline-block;
    width: auto;
    padding: .375rem 2.25rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
}
.my-account .card-body .dataTables_filter {
    text-align:right;
}
.my-account .card-body .dataTables_filter input {
    display:inline-block;
    width:auto;
}
.my-account .dataTables_paginate {
    white-space: nowrap;
    text-align: right;
} 

.my-account .dataTables_paginate .pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
.table-responsive {
    white-space: nowrap;
}
@media screen and (max-width:576px) {
    .my-account .card-body .dataTables_filter, .my-account .card-body .dataTables_length {
        text-align:center;
    }
    .my-account .card {
        padding:10px
    }
    .my-account .card-body .dataTables_info {
        text-align:center;
    }
    .my-account .dataTables_paginate .pagination {
        justify-content:center;
    }
}

/*css for data table only start*/
/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
 
 table, th, td {
     border:1px solid #d3d3d3;
 }
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    /*border-collapse: separate !important;*/
    border-spacing: 0
}

table.dataTable td,table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th,table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable>thead>tr>th:active,table.dataTable>thead>tr>td:active {
    outline: none
}

table.dataTable>thead>tr>th:not(.sorting_disabled),table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px
}

table.dataTable>thead .sorting,table.dataTable>thead .sorting_asc,table.dataTable>thead .sorting_desc,table.dataTable>thead .sorting_asc_disabled,table.dataTable>thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable>thead .sorting:before,table.dataTable>thead .sorting:after,table.dataTable>thead .sorting_asc:before,table.dataTable>thead .sorting_asc:after,table.dataTable>thead .sorting_desc:before,table.dataTable>thead .sorting_desc:after,table.dataTable>thead .sorting_asc_disabled:before,table.dataTable>thead .sorting_asc_disabled:after,table.dataTable>thead .sorting_desc_disabled:before,table.dataTable>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3
}

table.dataTable>thead .sorting:before,table.dataTable>thead .sorting_asc:before,table.dataTable>thead .sorting_desc:before,table.dataTable>thead .sorting_asc_disabled:before,table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑"
}

table.dataTable>thead .sorting:after,table.dataTable>thead .sorting_asc:after,table.dataTable>thead .sorting_desc:after,table.dataTable>thead .sorting_asc_disabled:after,table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: "↓"
}

table.dataTable>thead .sorting_asc:before,table.dataTable>thead .sorting_desc:after {
    opacity: 1
}

table.dataTable>thead .sorting_asc_disabled:before,table.dataTable>thead .sorting_desc_disabled:after {
    opacity: 0
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:before,div.dataTables_scrollBody table thead .sorting_asc:before,div.dataTables_scrollBody table thead .sorting_desc:before,div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate {
        text-align:center
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important
    }
    .my-account .card-body .dataTables_filter {
    text-align: center;
    }
}

table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable {
    border-right-width: 0
}

table.table-bordered.dataTable th,table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child {
    border-right-width: 1px
}

table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

/*css for data table only end*/

.dataTables_scrollBody {
    white-space:nowrap;
}
a.bg-primary:hover {
    background-color: #cccccc !important;
}

.order_status_box span {
    font-size:12.5px;
    
}
.order_detail_table {
    display:block;
    white-space:nowrap;
    overflow-x:auto;
}
.order_status_box > div:not(:last-child) {
    text-align:center;
    line-height:1;
    
}
@media screen and (max-width:576px) {
    .gradient-custom .card-body {
        padding:10px 5px;
    }
    .order_status_box span {
        font-size: 11.5px;
    }
    .my-account {
        padding:30px 0;
    }
}
.checkout_address {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
    text-align:unset;
    border-color: #f5f5f5;

}
.checkout_address input[type=radio] {
    width:16px;
    height:16px;
    margin-right:20px;
    cursor:pointer;
}
.checkout_address_edit_btn, .checkout_address_edit_btn:hover {
    padding:4px 12px;
    background-color:#4a81d3;
    color:#fff;
    margin-left:15px;
    border-radius:5px;
    border:none;
    text-transform: capitalize;
}

@media screen and (max-width:576px) {
    .checkout_address, .checkout_address_edit_btn {
        font-size:14px;
    }
    .checkout-wrapper .card-header {
        padding:.75rem 0.5rem;
    }
    .checkout-wrapper .card-header h5 {
        font-size:17px;
    }
}
.checkout_address:active {
    background-color:#25a1b0;
    color:#fff;
}
.order_review_table th, .order_review_table td {
    border:none;
}
.order_review_table thead {
    background:#25a1b0;
}

.my_primary_btn {
    color:#fff;
    background-color:#25a1b0;
    border-color:#25a1b0;
}
.mobile-bottom .products-search {
    flex:1 1 auto;
}
.search_bar_title {
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width:360px) {
    .search_bar_title {
    font-size: 14px;
}
}

.search_bar_price {
    font-size: 12px;
    font-weight: 500;
}

.mobile-top .log_reg_box  {
    position:relative;
    padding:10px 25px;
}
.mobile-top .log_reg_box .account_dropdown {
    position: absolute;
    top: 35px;
    left: 18px;
    background-color: #ffffff;
    z-index: 5;
    padding: 5px 0;
    border-radius: 7px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2), 0 10px 7px -8px rgba(0, 0, 0, 0.19);
    display:none;
}
.account_dropdown li {
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 500;
}
.account_dropdown li:hover {
    background-color:#e9e9e9;
}
.style_after_login {
    align-items:baseline;
}
.mobile-top .login_user_icon {
    width:20px;
    padding-bottom: 4px;
}
.mobile-cart .mobile_cart_icon {
    width:21px;
}

@media screen and (max-width:374px) {
    .mobile-top .extra-menu-item #menu-extra-login i {
        font-size:18px; 
    }
    .mobile-top span {
        font-size:12.5px; 
    }
    .mobile-cart .mobile_cart_icon {
    width:18px;
    }
    .mobile-top .login_user_icon {
    width:17px;
    }
}
.feature-box .link-to-tab {
    display:block;
}

.my-account .innerWrapper button {
    text-transform:capitalize;
}

.mobile-top .right {
    display:flex;
    align-items:center;
}

.mobile-top .log_reg_box .account_dropdown.highlight_login {
    display:block;
}

@media screen and (max-width:991px) {
.psearch-content .search-wrapper input{
    height:35px;
    }
    .mobile-top .right .mobile-cart {
        padding-bottom: 9px;
    }
}

.pd_highlight_sec {
    padding:30px 0;
}

.review_btn_box button {
    font-size:16px;
}

@media screen and (max-width:576px) {
    .ftco-section .ftco-animate{
        padding-left:0;
        padding-right:0;
    }
    .ftco-animate .product {
        border-radius:0 !important;
        margin-bottom: 3px;
    }
    .product .img-prod {
        border-radius:0 !important;
    }
    .title-icon::before, .title-icon::after {
        width: 11px;
        height: 11px;
        top: 3px;
    }
    .averageRating span {
        font-size:28px;
    }
    .averageRating i {
        font-size:20px;
    }
    .pd_highlight_sec {
        padding:0 0 15px 0;
    }
    .highlight_info_title h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .highlight_info_title span, .desc_wrap span {
        font-size:14px !important;
    }
    .review_btn_box button {
        font-size:14px;
    }
    .my-account .innerWrapper button {
        font-size:14px;
    }
}

@media screen and (max-width:430px) {
    .product .img-prod img {
        height:190px;
    }
    .product .text {
        padding:10px 5px;
        height: 5.4em;
    }
    .product .text .bottom-area {
        top: -30px;
    }
    .product .text .bottom-area a.add-to-cart {
        padding: 6px 12px;
        white-space: nowrap;
        font-size: 11px;
    }
    .product .text h3 {
        font-size:12px;
        font-weight: 600;
    }
    .product .text .cat span {
        font-size: 11px;
    }
}

.footer-top .footer-logo a {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.product_detail_sec {
    padding-top: 15px;
}
@media screen and (max-width:991px) {
    .product_detail_sec {
    padding-top: 0px;
    }
    .carousel-indicators-box {
        margin-top:10px;
    }
    .product-detail .product-carousel{
        flex-direction: column-reverse;
    }
    .carousel-indicators {
        display: inline-flex !important;
    }
}
.product-detail .carousel-indicators > .carousel_indicators_dots {
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#e5e5e5;
    
}
.product-detail .carousel-indicators > .carousel_indicators_dots:not(last-child) {
    margin-right:15px;
}

.p_d_rating_box, .p_d_review_box {
    padding:10px 0;
    
}
.p_d_review_box  h6{
    margin-bottom:0;
}
.cart_item_count span {
    display:none;
    width:100px;
    font-size:14px;
    font-weight:600;
    margin-right: 5px;
}

.cart_item_count p {
    font-size:16px;
    font-weight:600;
}

@media screen and (max-width:992px) {

    .cart_item_count span {
        display:inline-block;
    }
    .cart_item_count>div:not(last-child) {
        margin-bottom:5px;
    }
    .cart_item_count p {
        display:inline-block;
        font-size:14px;
        font-weight:normal;
    }
    .cart_item_count>div {
        display:flex;
    }
}

.carousel-control-next, .carousel-control-prev {
    color:#909090;
}


.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color:#909090;
}


.carousel-control-next i, .carousel-control-prev i {
    font-size:28px;
}
.row.order_bill_detail {
    padding:0 20px;
}
.order_bill_detail span, .order_bill_detail p {
    font-size:14px;
    font-weight:600;
} 

.order_bill_detail .bill_values {
    display:flex;
    justify-content:space-between;
    margin-top:15px;
}

.row.order_bill_title {
     background-color: #25a1b0;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #fff;
    border-radius:0;
}

.order_bill_title h6 {
 font-size:14px;   
}

.row.order_bill_desc p {
    font-size:14px;
}

.order_bill_detail .bill_box {
    background-color:#f5f5f5;
    padding:15px;
    border-radius:7px;
    margin-top:20px;
}

.bill_box .bill_values:last-child span, .bill_box .bill_values:last-child p {
    font-size:15px;
    font-weight:700;
}
.bill_box .bill_values:first-child span, .bill_box .bill_values:first-child p {
    font-size:15px;
    font-weight:700;
}

.search_list li {
    padding:5px 8px;
}
.search_list .search_title {
    font-weight: 500;
    padding-top: 10px;
    padding-left: 5px;
}

@media screen and (max-width:576px) {
    .search_list .search_title {
        font-size:13px;
    }
    .search_list .search_img img {
        width:40px !important;
        height:40px !important;
    }
    
}

.address_btn {
    flex:1 1 auto;
    padding:10px 0;
    display: flex;
    align-items: center;
}
.searched_items_sec {
    margin:60px 0;
}
.searched_items_sec .searched_item_title {
    margin:20px 0;
}

/*@media screen and (max-width:991px) {*/
/*    .searched_items_sec {*/
/*        background-color:#fff;*/
/*    }*/
/*}*/
@media screen and (max-width:576px) {
    .searched_items_sec .ftco-animate {
        padding-left: 0;
        padding-right: 0;
    }
    .searched_items_sec {
        margin:0;
    }
    .searched_items_sec .main-product-category {
        padding-bottom:30px;
    }
}
.innerWrapper .orderBox {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    margin-right: 0.5em;
     display: inline-block; 
    box-sizing: border-box;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    border:none;
    font-size: 15px;
    transition: transform 0.4s linear;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align:left;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
    border:none;
    transform: rotate(180deg);
    transition: transform 0.4s linear;
}

.add_to_cart_button_box, .remove_all_box, .request_quote_btn_box {
    text-align:center;
}
@media screen and (max-width:991px) {
    .add_to_cart_button_box, .request_quote_btn_box {
        background-color:#25a1b0;
        padding:6px 0;
    }
    .request_quote_btn_box a {
        display:block;
    }
    .remove_all_box {
        background-color:#2b2f33;
        padding:6px 0;
    }
    .fixed_btn_box {
        position:fixed;
        bottom:-1px;
        left:0;
        right:0;
        z-index:10;
    }
    .fixed_btn_box .card-body {
        padding:0;
    }
}
table.dataTable > tbody > tr.child span.dtr-title {
    margin-right: 10px;
}
@media screen and (max-width:576px) {
    table.dataTable > tbody > tr.child ul.dtr-details {
        white-space:normal;
    }
    table.dataTable > tbody > tr.child ul.dtr-details > li {
        display: flex;
        align-items: center;
    }
}

.status_wrap .order_status_box {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.order_status_box hr {
    margin:8px 0;
}

.track-line {
    height: 3px !important;
    background-color: #488978;
    opacity: 1;
  
}
.track-line1 {
    height: 3px !important;
    background-color: #d9d9d9;
    opacity: 1;
    
}

@media screen and (max-width:768px) {
    .status_wrap {
        display:flex;
        justify-content:flex-start;
    }
    .status_wrap .order_status_box {
        flex-direction:column;
    }
    .track-line, .track-line1 {
        width:3px;
        height:50px !important;
    }
    .order_status_box hr {
        margin:0 ;
    }
}


.error_msg{ color:red; }
  .input-group-addon {
    padding: .65rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.new_add_btn {
    text-align:left !important;
    padding-top:10px;
    padding-bottom:10px;
}
.new_add_btn span {
    font-size:18px;
    font-weight:600;
    color:#4a81d3;
}
.new_add_btn i {
    color:#4a81d3;
    margin-right:15px;
}
a.login span,a.login:hover span{
    background-color: #25a1b0;
    border-color: #25a1b0;
}
a.signup span,a.signup:hover span{
    background-color: transparent;
    border-color: #25a1b0;
    color:#25a1b0;
}
.footer-logo{
    width:180px;
}
.cat_ban img{
    width:100%;
}
.bottom_header{
    background: #ffffff;
    border-top: 1px solid #393636;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1365px;
    }
}
@media only screen and (max-width:991px){
    .phone__search{
        display:none !important;
    }
    .mobile-header{
        padding: 10px 0 0 0 !important;
        background: #000000;
    }
    .mobile-header .right i {
        color: #ffffff !important;
    }
    .mobile-cart .mobile_cart_icon {
        width: 21px;
        filter: invert(1);
    }

}
@media only screen and (max-width:767px){
    .email_col{
        display:none;
    }
    .reg_succ {
        width: 100%;
    }
    .login-img {
        width: 120px;
        /*margin-bottom: -30px;*/
    }
    .reg_succ .signup {
        padding: 0px;
    }
    .reg_succ .my_primary_btn {
        margin-bottom: 8px;
    }
  
}