@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
*{
	margin: 0;
	padding: 0;
	overflow: 0;
}
img{
  vertical-align: middle;
  border: none;
  margin: 0;
  padding: 0;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,a,ul,ol,li,img{
  margin: 0px;
  padding: 0px;
}
body{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #f4f4f4;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 111;
}

.common_header_name {
	border-bottom: 2px solid #4787c7;
	position: relative;

}
.list-group-item{
	padding: 0.3rem 0.3rem;
}
.common_header_name h1,
.common_header_name h2,
.common_header_name h3{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #ffffff;
	padding: 6px 10px;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	letter-spacing: -.01em;
	text-transform: capitalize;
}
.common_header_name .nav{
	justify-content: flex-end;
}
.rating-active{
	color: #FDCC0D;
}
.common_header_name .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #4787c7;
    background-color: #f4f4f4;
}
.common_header_name .nav-link{
	color: #000000;
	font-weight: 600;
}
@media (max-width: 768px) {
	.common_header_name .nav{
		justify-content: flex-start;
	}
	.common_header_name {
	    margin-bottom: 0;
	}
	
	.common_header_name .nav-link{
		padding: .5rem .3rem;
	}
}

.footer-menu-header{
	border-bottom: 3px solid #4787c7;
}
.footer-menu-header h4{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -.01em;
}
.btn-common{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #000000;
	border: #000000;
	transition: all linear 0.3s;
	font-size: 13px;
	letter-spacing: -.01em;
	color: #ffffff;
}
.btn-common:hover{
	background: #4787c7;
	border: #4787c7;
	color: #ffffff;
}
/* ========================================================================================================================
        commone css end
   ========================================================================================================================*/

.headet-top{
	width: 100%;
	background: #fff;
	padding: 8px 0;
	max-height: 40px;
	border-bottom: 1px solid #ddd;
}

.header-support-and-email .header-nav-one ul{
	display: flex;
	justify-content: flex-start;
}
.header-support-and-email .header-nav-one ul li{
	list-style: none;
	border-right: 1px solid #ddd;
  	display: inline-block;
  	padding: 0 13px;

}
.header-support-and-email .header-nav-one ul li:first-child{
	padding-left: 0;
}
.header-support-and-email .header-nav-one ul li:last-child{
	padding-right: 0;
	border-right: none;
}
.header-support-and-email .header-nav-one ul li a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
	font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    color: var(--r-globalnav-color);
}


@media (max-width: 992px) {
	.headet-top{
		display: none;
	}
}
.header-user-info-nav ul{
	display: flex;
	justify-content: flex-end;
}
.header-user-info-nav ul li{
	list-style: none;
	padding: 0 13px;
	display: inline-block;
	border-right: 1px solid #ddd;
}
.header-user-info-nav ul li:first-child{
	padding-left: 0;
}
.header-user-info-nav ul li:last-child{
	padding-right: 0;
	border-right: none;
}
.header-user-info-nav ul li a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
	font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    color: var(--r-globalnav-color);
}
.header-user-info-nav ul li a .fa-facebook-f{
	color: #4267B2; /* Facebook color */
}
.header-user-info-nav ul li a .fa-instagram{
	color: #E1306C; /* Instagram color */
}
.header-user-info-nav ul li a .fa-twitter{
	color: #1DA1F2; /* Twitter color */
}
.header-user-info-nav ul li a .fa-linkedin-in{
	color: #0077B5; /* LinkedIn color */
}
.header-user-info-nav ul li a .fa-youtube{
	color: #4787c7; /* YouTube color */
}
.header-user-info-nav ul li a .fa-pinterest{
	color: #E60023; /* Pinterest color */
}

.header-top-socail-media ul{
	display: flex;
	justify-content: flex-end;
}
.header-top-socail-media ul li{
	list-style: none;
	padding: 0 13px;
	display: inline-block;
}
.header-top-socail-media ul li:first-child{
	padding-left: 0;
}
.header-top-socail-media ul li:last-child{
	padding-right: 0;
}
.header-top-socail-media ul li a{
	font-size: 25px;
	display: block;
	text-decoration: none;
}
@media (max-width: 992px) {
	.header-top-socail-media{
		margin-bottom: 20px
	}
	.header-top-socail-media ul{
		justify-content: flex-start;
	}
}
@media (max-width: 767px) {
	.header-top-socail-media ul li a{
	font-size: 18px;
}
}
.header-top-socail-media ul li a .facbook{
	color: #1877F2;
}
.header-top-socail-media ul li a .twitter{
	color: #1DA1F2;
	/* color: #fff; */
}
.header-top-socail-media ul li a .linkedin{
	color: #0A66C2;
}
.header-top-socail-media ul li a .instagram{
	color: #E4405F;
}
.header-top-socail-media ul li a .youtube{
	color: #CD201F;
}
.header-top-socail-media ul li a .pinterest{
	color: #CD201F;
}
@media (max-width: 767px) {
	.header-top-socail-media{
		margin-top: 10px;
	}
	.header-top-socail-media ul{
		justify-content: flex-start;
	}	
}
@media (max-width: 330px) {
	.header-top-socail-media ul li{
		padding: 0 15px;
	}
}

/* ========================================================================================================================
        header-top end
   ========================================================================================================================*/
.header-bottom{
	background: #f1f1f1;
	padding: 8px 0 0px;
	opacity: 0.9;
}
.authoriz-logo img{
	width: 100%;
}
@media (max-width: 767px) {
	.authoriz-logo{
		display: none;
	}
}
.search-input{
	position: relative;
    width: 100%;
    border: 2px solid #000000;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search-input .search{
	width: 100%;
    height: 31px;
    border: none;
    outline: none;
    background: #fff;
    color: #000000;
}
.search-input .search value{
	font-size: 12px;
    font-weight: normal;
    letter-spacing: -.01em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: var(--r-globalnav-color);
}
.search-input .search::placeholder{
	font-size: 12px;
    font-weight: normal;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: var(--r-globalnav-color);
}
.search-input .search:-ms-input-placeholder{
	font-size: 12px;
    font-weight: normal;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: var(--r-globalnav-color);
}
.search-input .search::-ms-input-placeholder{
	font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: var(--r-globalnav-color);
}
.search-input .search:focus{
	outline: none;
	border: none;
}
.search-input .search-button{
	position: absolute;
	top: 0;
	right: 0;
}

.search-input .search-button button{
	background: transparent;
    border: none;
    background: #000000;
    padding: 4px 14px;
}
.search-input .search-button button .fas{
	color: #ffffff;
    font-size: 15px;
}

.user-link-nave{
	width: 100%;
}
.user-link-nave ul{
	display: flex;
	justify-content: flex-end;
	
}
.user-link-nave ul li{
	list-style: none;
	padding: 0 10px;
	display: inline-block;
}
.user-link-nave ul li:first-child{
	padding-left: 0;
}
.user-link-nave ul li:last-child{
	padding-right: 0;
}
.user-link-nave ul li a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}
.user-link-nave ul li a span .fas{
	display: flex;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.user-link-nave ul li a h6{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
    letter-spacing: -.01em;
    font-size: 12px;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wishlist{
	position: relative;
}
.wishlist .fas{
	position: relative;
}
.wishlist .count-wishlist-item{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	position: absolute;
    top: 0px;
    right: 7px;
    width: 14px;
    height: 14px;
    background: #4787c7;
    border-radius: 50%;
    color: #fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.user-link-nave ul li a .add-to-cart-button .shopping-bag{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    width: 56px;
    height: 33px;
    color: #f8f9fa;
    border-radius: 2px;
}
.user-link-nave ul li a .add-to-cart-button .shopping-bag span{
	margin-left: 3px;
	color: #4787c7;
}


@media (max-width: 992px) {
	.user-link-nave{
		margin-top: 20px;
	}
	.user-link-nave ul li a span .fas{
		font-size: 18px;
	}
	.user-link-nave ul li a .add-to-cart-button .shopping-bag{
		width: 50px;
		height: 35px;
		color: #0e98d4;
	}
	.header-bottom{
		display: none;
	}
	.nav-button-part{
		display: none;
	}
	.wishlist .count-wishlist-item{
		right: -15px;
	}
}

/* ========================================================================================================================
        header-bottom end
   ========================================================================================================================*/


/* ========================================================================================================================
       mobile search start
   ========================================================================================================================*/  

.mobile-search-part{
	display: none;
	padding: 20px 0;
}
.mobile-search-input{
	position: relative;
	width: 100%;
	border: 2px solid #00a2e0;

}
.mobile-search-input .mobile-search{
	width: 100%;
	height: 42px;
	border: none;
	outline: none;
}
.mobile-search-input .mobile-search:focus{
	outline: none;
	border: none;
}
.mobile-search-input .mobile-search-button{
	position: absolute;
	top: 0;
	right: 0;
}

.mobile-search-input .mobile-search-button button{
	background: transparent;
	border: none;
	background: #00a2e0;
	padding: 9px 12px;
}
.mobile-search-input .mobile-search-button button .fas{
	color: #fff;
}
@media (max-width: 992px) {
	.mobile-search-part{
		display: block;
	}
}

/* ========================================================================================================================
       mobile search end
   ========================================================================================================================*/

/* ========================================================================================================================
       mobile-user-nav-part start
   ========================================================================================================================*/
.mobile-user-nav-part{
	display: none;
	position: fixed;
	width: 100%;
	z-index: 111;
	background: #000000;
	bottom: 0;
}
.mobile-device-user-nav-link{
	width: 100%;
	background: #000000;
	z-index: 111;
}
.mobile-device-user-nav-link ul{
	display: flex;
	justify-content: center;
}
.mobile-device-user-nav-link ul li{
	list-style: none;
	padding: 10px 20px;
	/*border-right: 1px solid #4787c7 ;*/
}
.mobile-device-user-nav-link ul li:last-child{
	border-right: none;
}
.mobile-device-user-nav-link ul li a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-size: 13px; font-weight: 400; letter-spacing: -.01em;
	display: block;
	color: #fff;
	text-decoration: none;
}
.mobile-device-user-nav-link ul li a .fas{
	color: #fff;
	font-size: 20px;
}
.mobile-device-user-nav-link ul li a span{
	color: #f00;
	font-size: 14px;
}
@media (max-width: 992px) {
	.mobile-user-nav-part{
		display: block;
	}
}
@media (max-width: 330px) {
	.mobile-device-user-nav-link ul li{
		padding: 10px 15px;
	}
	.mobile-device-user-nav-link ul li a .fas{
		font-size: 18px;
	}
}
.user-nav-link address{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -.01em;
	color: #fff;
	padding: 0;
	margin: 0;
}
.user-nav-link a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: -.01em;
	font-weight: 400;
	color: #fff;
	transition: .3s;
}
.user-nav-link a:hover{
	color: #4787c7;
}
/* ========================================================================================================================
       mobile-user-nav-part end
   ========================================================================================================================*/

.nav-button-part{
	background: #fff;
	max-height: 44px;
	opacity: 0.9;
	border-bottom: 1px solid #ddd;
}

.virtical-menu {
    position: relative;
    /* background: #1a263b; */
    z-index: 111;
}

.virtical-menu ul {
	display: flex;
	justify-content: flex-start;
}

.virtical-menu ul li {
	padding: 6px 15px;
    list-style: none;
    display: block;
}

.virtical-menu ul li:last-child {
    padding-right: 0;
}
.virtical-menu ul li:first-child {
    padding-left: 0;

}

.virtical-menu ul li a {
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -.01em;
    text-transform: capitalize;
    transition: .3s;
}
.virtical-menu ul li:hover {
	color: #000;
}

.virtical-sub-category-item {
    display: none;
}

.virtical-menu ul li:hover .virtical-sub-category-item {
    display: block;
    position: absolute;
    background: #fff; /* Default background */
    margin-top: 5px;
    z-index: 111;
}

.virtical-menu ul li:hover .virtical-sub-category-item ul {
    display: block;
}

.virtical-menu ul li:hover .virtical-sub-category-item ul li {
    width: 200px;
    flex: none;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    overflow: hidden;
}

.virtical-menu ul li:hover .virtical-sub-category-item ul li:last-child {
    border-bottom: none;
}

/* Change background color of sub-category items on hover */
.virtical-menu ul li:hover .virtical-sub-category-item ul li:hover {
    background: #f1f1f1; /* Change to your desired hover color */
}

.virtical-menu ul li:hover .virtical-sub-category-item ul li a {
    display: block;
    color: #000000;
    font-size: 13px;
    transition: .3s;
}

.virtical-menu ul li:hover .virtical-sub-category-item ul li a:hover {
    color: #000;
}


.virtical-sub-category-item-2 {
    display: none;
     width: 200px;
     background: #ffffff;
     z-index: 111;
}

.virtical-sub-category-item ul li:hover .virtical-sub-category-item-2 {
	position: absolute;
    display: block;
    margin-top: -26px;
    margin-left: 190px;
}
.virtical-sub-category-item ul li:hover .virtical-sub-category-item-2 ul{
	display: block;
}

.virtical-sub-category-item-three {
    display: none;
     width: 200px;
     background: #ffffff;
     z-index: 111;
}

.virtical-sub-category-item-2 ul li:hover .virtical-sub-category-item-three {
	position: absolute;
    display: block;
    margin-top: -26px;
    margin-left: 190px;
}
.virtical-sub-category-item-2 ul li:hover .virtical-sub-category-item-three ul{
	display: block;
}

@media (max-width: 992px) {
    .virtical-menu ul{
    	display: none;
    }
    .nav-button-part{
    	padding: 0px 0;
    	background: #2d3436;
    }
}

/* menu part end */


/* offf canvase menu start */
.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 5px 10px;
    background-color: #131f35;
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.accordion-container .accordion-title a {
   font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: -.01em;
    font-weight: 400;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #131f35;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

.accordion-content {
    background: #40546b;
    padding-left: 15px;
    border: 1px solid #40546c;
}

.accordion-content a {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 1px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: -.01em;
}

/* offf canvase menu End */

.nav-button-contant img{
	display: none;
}
.header-bottom-mobail-bar{
	display: none;
	padding: 10px 0;
	background: #f5f6fa;
	/* position: fixed; */
	width: 100%;
	z-index: 111;
	opacity: 0.9;
}
.m-search-section {
/*     display: none;  */
}
.mobile-auth-logo{
	text-align: center;
}
.mobile-auth-logo img{
	width: 40px;
}
@media (max-width: 992px) {
	.header-bottom-mobail-bar{
		display: block;
	}
	.nav-bar-icon{
		text-align: left;
		display: block;
	}
}
@media (max-width: 576px) {
	.mobile-auth-logo{
		text-align: right;
	}
}
@media (max-width: 315px) {
	.mobile-auth-logo{
		text-align: center;
	}
}



/* ========================================================================================================================
       nav-button-part end
   ========================================================================================================================*/
  .menu-container {
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
}
.menu {
    width: 100%;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -01em;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0;
    background-color: #efefef;
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #434242;
    text-decoration: none;
}
.menu a:hover {
    color: #00a2e0;
    text-decoration: none;
}
.menu > li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    margin-left: -4px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}
.menu > li > a {
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding:13px 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.01em;
}
.menu > li:hover > a {
    color: #227087;
}
.menu > li > a .fas{
	float: right;
}
.menu > li:hover {
    background-color: #fff;
}
/* Megadrop width dropdown */
 .menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 320px;
    width: 1000px;
    min-height: 100%;
    text-align: left;
    margin-top:30px;
    padding: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-top: 2px solid #00a2e0;
    border-right: 2px solid #00a2e0;
    border-bottom: 2px solid #00a2e0;
    background: #efefef;
}
.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.menu ul li:hover:after {
    color: #00a2e0;
}
.menu .col {
    /* width: 100%; */
    float: left;
    color:white;
    margin: 0 0 0 2.2%;
}
.menu .col ul {
    padding: 0;
    margin: 0;
}
.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 14px;
}
.menu .col h3 {
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #000000;
    transition: .5s;
    border-bottom: 1px solid #00a2e0;
}
.menu .col h3:hover {
	color: #00a2e0;
}
.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #000000;
    transition: .3s;
}
.menu .col ul li a:hover {
    color: #00a2e0;
    text-decoration: underline;
}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}


@media (max-width: 1399px) {
	.menu > li > .megadrop {
	    left: 250px;
	}
}
@media (max-width: 1199px) {
	.menu > li > .megadrop {
	    left: 210px;
	}
}
@media (max-width: 992px) {
	  .menu{
	  	display: none;
	  }
	.menu > li > .megadrop {
		/* position: static; */
		top: 40px;
	    left: 3%;
	}
}
@media (max-width: 320px) {
	.menu > li > .megadrop {
		width: 230px;
	}
}
@media (max-width: 280px) {
	.menu > li > .megadrop {
		width: 210px;
	}
}
/* ========================================================================================================================
       vertical menu end
   ========================================================================================================================*/

.carousel-inner .carousel-item img{
	height: 500px;
}
@media (max-width: 992px) {
	.carousel-inner .carousel-item img{
		height: 100%;
	}	
}

/* ========================================================================================================================
       Slider-part end
   ========================================================================================================================*/
.add-to-cart-product table tr td .cart-pname{
   font-size: 13px;
   font-weight: 700;
   color: #000000;
}
.add-to-cart-product table tr td .cart-pprice{
	font-size: 13px;
	font-weight: 700;
	color: #00a2e0;
}
.add-to-cart-product table tr td .cart-pprice span{
	font-size: 13px;
	font-weight: 700;
	color: #00a2e0;
}
.add-to-cart-product table tr td .cart-ptotal{
	font-size: 13px;
	font-weight: 700;
	color: #f00;
}

.off-cavace-cart-add-button a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -.01em;
	background: #000000;
	color: #fff;
	transition: .5s;
}
.off-cavace-cart-add-button a:hover{
	background: #4787c7;
	color: #fff;
}

.offcanvas-header h5{
	font-size: 16px;
	color: #000000;
}
.btn-close{
	color: #f000;
	opacity: 1;
}

/* ========================================================================================================================
      add-to-cart-product-contant end
   ========================================================================================================================*/

.side-banner-contant{

}
.side-banner-contant .side-banner-img{

}
/* .side-banner-contant .side-banner-img img{
	width: 100%;
	height: 582px;
} */


/* ========================================================================================================================
      side-banner-contant end
   ========================================================================================================================*/
.service-box{
	height: 100%;
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    /* border: 1px solid #999; */
    padding: 10px 10px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}
.service-box .service-icon{
	flex: 0 0 22px;
}
.service-box .service-icon .fas{
	font-size: 22px;
	color: #4787c7;
}
.service-box .service-icon .far{
	font-size: 22px;
	color: #4787c7;
}
.service-box .service-text{
	float: right;
	margin-left: 10px;
	padding-top: 10px;
}
.service-box .service-text h5{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 600;
	font-size: 13px;
}
.service-box .service-text p{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-size: 13px;
	letter-spacing: -.01em;
}
/* ========================================================================================================================
      service end
   ========================================================================================================================*/
.banner-top-image {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.banner-top-image{
	box-sizing: border-box;
	/* width: 33.33%; */
	/* float: left; */
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.banner-top-image img {
  	position: relative;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
}


.banner-top-image:before {
	transition: all .7s ease;
	content: "";
	position: absolute;
	top: -40px;
	left: -40px;
	right: -40px;
	bottom: -40px;
	overflow: hidden;
	z-index: 111;
	/* background: #fff; */
	border: 40px solid #4787c7;
	transform: scale(0);
}
.banner-top-image:hover:before {
	opacity: .2;
	transform: scale(1);
	-webkit-animation: circle .75s;
  	animation: circle .75s;
}
.banner-top-image:after {
	transition: all .9s ease .2s;
	content: "";
	position: absolute;
	top: -40px;
	left: -40px;
	right: -40px;
	bottom: -40px;
	overflow: hidden;
	border: 20px solid #000000;
	/* background: #fff; */
	/* margin: 20px; */
	opacity: 0;
	transform: scale(0);

}
.banner-top-image:hover:after {
	opacity: .35;
	transform: scale(1);
	-webkit-animation: circle .75s;
  	animation: circle .75s;

}


/* ========================================================================================================================
      service end
   ========================================================================================================================*/
.hot-deals-product-box{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 10px;
	background: #fff;
	padding: 0px 5px 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid #cbcbcb;
}
.product-box{
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0px 5px 10px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid #cbcbcb;
}
.slider-img{
	
}
.slider-img img{
	width: 100%;
	height: 100%;
}
.ofeer-discount{
	position: absolute;
	top: 0;
	right: 0;
	background: #e0001a;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.ofeer-discount span{
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

/* .products-title h5{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: var(--r-globalnav-color);
    font-weight: 400;
    letter-spacing: -.01em;
    text-transform: capitalize;
}
.products-title p del{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #565556;
	font-size: 13px;
	letter-spacing: -.01em;
}
.products-title p{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #4787c7;
	letter-spacing: -.01em;
} */

.data-info-database button{
	margin-top: -10px;
	background: transparent;
	text-align: center;
	border: none;
	background: #000000;
	padding: 5px 10px;
	border-radius: 5px ;
	color: #fff;
	font-size: 14px;
	transition: .5s;
}
.data-info-database button:hover{
	background: #4787c7;
}
.data-info-database button .fas{
	margin-left: 5px;
}
.slick-arrow{
	width: 35px;
	height: 30px;
	background: #00a2e0;
}
.slick-arrow:hover{
	background: #00a2e0;
}
.slick-arrow:focus{
	background: #00a2e0;
}
.view-all-btn{
	border: 1px solid #000000;
	font-weight: 700;
	transition: .3s;
}
.view-all-btn:hover{
	color: #fff;
	background: #000000;
}
@media (max-width: 1199px) {
	.data-info-database button{
		padding: 5px 5px;
		font-size: 12px;
	}
}
@media (max-width: 992px) {
	.side-banner-contant {
		display: none;
	}
	.data-info-database button{
		padding: 5px 10px;
	}
}
@media (max-width: 767px) {
	.data-info-database button .fas{
		display: none;
	}
	.products-title p{
		padding-top: 10px;
	}
	.data-info-database button{
		margin-top: -20px;
	}
}
@media (max-width: 400px) {
	.data-info-database button{
		font-size: 14px;
		padding: 5px 5px;
	}
}
@media (max-width: 400px) {
	.ofeer-discount span{
		font-size: 12px;
	}
	.data-info-database button{
		font-size: 12px;
	}
	.products-title p{
		font-size: 12px;
	}
}
@media (max-width: 340px) {
	.data-info-database button{
		display: none;
	}
}

/* ========================================================================================================================
      product part end 
   ========================================================================================================================*/
.all_category{
	background: #fff;
}
.all_category ul li a .fas{
	font-size: 35px;
	color: #00a2e0;
}
.all_category ul li{
	/* border: 1px solid #ddd; */
}
.all_category ul li a p{
	color: #000000;
	font-size: 15px;
	padding-top: 15px;
}
@media (max-width: 992px) {
	.all_category_part{
		display: none;
	}
}
/* ========================================================================================================================
      all_category part end 
   ========================================================================================================================*/

.footer-top{
	padding: 30px 0;
	background: #000000;
}
.footer-company-logo{
	margin-top: 5px;
	border-bottom: 3px solid #4787c7;
}
.company_info .footer-company-logo h2{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.01em;
}
.option {
    position: relative;
}

.question-input{ 
    height: 34px;
    padding: 10px;
    width: 100%;
    border: none;
    font-size: 13px;
    letter-spacing: -.01em;
    color: #000000;
 }
 .serch-button {
    position: absolute;
    top: 0px;
    right: 0px;
}
.serch-button button {
    height: 35px;
    width: 36px;
    border: none;
    overflow: hidden;
    background: transparent;
    color: #8f99a2;
    outline: none;
}
.company_info .company-short-description p{
	padding-top: 10px;
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	letter-spacing: -0.01em;
	font-weight: 400;
}
.user-nav-contant{
	margin-top: 5px;
}
.user-nav-link{
	padding-top: 10px;
}
.user-nav-link ul li{
	list-style: none;
}
.user-nav-link ul li a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	display: block;
	letter-spacing: -0.01em;
	transition: .3s;
}
.user-nav-link ul li a:hover{
	color: #4787c7;
}
.user-nav-link ul li a .fas{
	color: #4787c7;
	margin-right: 5px;
}
.subscribe-input-contant{
	position: relative;
	border: 2px solid #ffffff;
}
.subscribe-input-contant .subscribe-input{
	position: relative;
	width: 100%;
	height: 32px;
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	background: transparent;
	color: #ffffff;
	border: none;
	outline: none;
	padding-left: 10px;
	font-weight: 400;
	letter-spacing: -.01em;
	font-size: 13px;
}
.subscribe-input-contant .subscribe-input::placeholder{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	/* padding-left: 10px; */
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: -.01em;
}
.subscribe-button-contant{
	position: absolute;
	top: 0;
	right: 0;
}
.subscribe-button-contant .subscribe-button{
	padding: 4px 8px;
	border: none;
	background: transparent;
	background: #fff;
	color: #fff;
}
.subscribe-button-contant .subscribe-button .fas{
	font-size: 16px;
	color: #4787c7;
}
.followus-head{
	margin-bottom: 10px;
}
.followus-head h4{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.socail-media-contant a .facbook{
	color: #1877F2;
	border: 1px solid #1877F2;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .5s;
}
.socail-media-contant a .facbook:hover{
	background: #1877F2;
	color: #fff;
}
.socail-media-contant a .twitter{
	color: #1DA1F2;
	border: 1px solid #1DA1F2;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .5s;
}
.socail-media-contant a .twitter:hover{
	background: #1DA1F2;
	color: #fff;
}
.socail-media-contant a .linkedin{
	color: #0A66C2;
	border: 1px solid #0A66C2;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .5s;
}
.socail-media-contant a .linkedin:hover{
	background: #0A66C2;
	color: #fff;
}
.socail-media-contant a .instagram{
	color: #E4405F;
	border: 1px solid #E4405F;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .5s;
}
.socail-media-contant a .instagram:hover{
	background: #E4405F;
	color: #fff;
}
.socail-media-contant a .youtube{
	color: #CD201F;
	border: 1px solid #CD201F;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .5s;
}
.socail-media-contant a .youtube:hover{
	background: #CD201F;
	color: #fff;
}
.socail-media-contant a .pinterest{
	color: #E60023;
	border: 1px solid #E60023;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .5s;
}
.socail-media-contant a .pinterest:hover{
	background: #E60023;
	color: #fff;
}

@media (max-width: 991px) {
	.company_info .footer-company-logo h2{
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	.company_info .footer-company-logo h2{
		font-size: 20px;
	}
}
/* ========================================================================================================================
    	footer top part end 
   ========================================================================================================================*/
.footer-bottom{
	background: #1e272e;
	padding: 20px 0;
}
.copy-right{

}
.copy-right p{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	letter-spacing: -.01em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.copy-right p a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #00a2e0;
	letter-spacing: -.01em;
}

/* ========================================================================================================================
    	footer buttom part end 
   ========================================================================================================================*/

.single_product_info{
  padding: 40px 0 80px;
}
#exzoom{
  margin: 0;
  padding: 0;
  /* width: 400px; */
}
.product-name h4{
  font-size: 18px;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.01em;
}
.single-pprice h4{
  padding-top: 15px;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.01em;
}
.quantity-container button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 16px;
}
.quantity{
  padding-top: 15px;
}
.quantity input[type="number"]{
  width: 40px;
  text-align: center;
}
.single-pcode{
  padding-top: 15px;

}
.single-pcode h5{
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
  font-size: 13px;
}
.color-fill{
  padding: 10px 16px;
}
.colors{
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.color{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 10px;
  border: 5px solid;
  cursor: pointer;
  transition: .6s;
}
.color[color="black"]{
  background-color: #444;
  border-color: #444; 
}
.color[color="green"]{
  background-color: #29b864;
  border-color: #29b864; 
}
.color[color="orange"]{
  background-color: #ff5521;
  border-color: #ff5521; 
}
.color[color="blue"]{
  background-color: #2175f5;
  border-color: #2175f5; 
}
.color[color="red"]{
  background-color: #f84848;
  border-color: #f84848; 
}
.color.active{
  border-color: #fff;
  box-shadow: 0 0 10px .5px rgba(0, 0, 0, 0.2);
  transition: scale(1.1);
}

.quantity {
    display: flex;
    /* justify-content: center; */
}

.quantity .minus-btn{
    width: 40px;
    height: 40px;
    border: 1px solid #c3c3c3;
    color: #000000;
    border-radius: 0;
    background: #c3c3c3;
    
}
.quantity .plus-btn{
    width: 40px;
    height: 40px;
    border: 1px solid #c3c3c3;
    color: #000000;
    border-radius: 0;
    background: #c3c3c3;   
}

.quantity input {
    border: none;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    text-align: center;
    width: 40px;
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    background: transparent;
}

.total-price {
    /* text-align: center; */
    font-size: 30px;
    color: #111;
}

.total-price .fa-rupee {
    display: inline-block;
    font-size: 90%;
    margin-right: 5px;
}
.s-add-cart-btn{
  padding-top: 100px;
}
.s-add-cart-btn .add_to_cart{
  background: transparent;
  border: none;
  background: #38464f;
  padding: 10px 30px;
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  /* font-size: 18px; */
  margin-top: 10px;
}
.s-add-cart-btn .buy-now{
  background: transparent;
  border: none;
  background: #38464f;
  padding: 10px 30px;
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  /* font-size: 18px; */
  margin-left: 15px;
  margin-top: 10px;
}
.s-add-cart-btn .add_to_cart:hover{
  background: #00a2e0;
}
.s-add-cart-btn .buy-now:hover{
  background: #00a2e0;
}
.call-for-order{
  margin-top: 20px;
}
.call-header{
  width: 285px;

}
.call-header h3{
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background: #00a2e0;
  
  padding: 10px;
  text-align: center;
  color: #fff;
}
.call-number{
  width: 285px;
  padding: 15px 0;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  background: #fff;
}
.call-number h4{
  text-align: center;

}
.tab-content{
  border: 1px solid #c3c3c3;
}

.related-product{
   border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background: #00a2e0;
  /* width: 200px; */
  padding: 10px;
  text-align: center;
  color: #fff;
}
.releted-product-bg{
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.pcont-center{
  /* display: flex; */
  justify-content: center;
  align-items: center;
}


/* ========================================================================================================================
    	single_product_info end 
   ========================================================================================================================*/
/* .wrapper {
    max-width: 400px;
    min-height: 600px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.logo {
    width: 80px;
    margin: auto;
}

.logo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #5f5f5f,
        0px 0px 0px 5px #1889d7,
        8px 8px 15px #a7aaa7,
        -8px -8px 15px #fff;
}

.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px; */
    /* border: 1px solid red; */
/* }

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
    color: #555;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

.wrapper .btn:hover {
    background-color: #039BE5;
}

.wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

.wrapper a:hover {
    color: #039BE5;
}

@media(max-width: 380px) {
    .wrapper {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
} */


.my-login-page {
	background-color: #f7f9fb;
	font-size: 14px;
}

.my-login-page .brand {
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	margin: 20px auto;
	box-shadow: 0 4px 8px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.my-login-page .brand img {
	width: 100%;
}

.my-login-page .card-wrapper {
	width: 400px;
}

.my-login-page .card {
	border-color: transparent;
	box-shadow: 0 4px 8px rgba(0,0,0,.05);
}

.my-login-page .card.fat {
	padding: 10px;
}

.my-login-page .card .card-title {
	margin-bottom: 30px;
}

.my-login-page .form-control {
	border-width: 2.3px;
}

.my-login-page .form-group label {
	width: 100%;
}

.my-login-page .btn.btn-block {
	padding: 12px 10px;
}

.my-login-page .footer {
	margin: 40px 0;
	color: #888;
	text-align: center;
}

@media screen and (max-width: 425px) {
	.my-login-page .card-wrapper {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 320px) {
	.my-login-page .card.fat {
		padding: 0;
	}

	.my-login-page .card.fat .card-body {
		padding: 15px;
	}
}

/* ========================================================================================================================
    	login part end 
   ========================================================================================================================*/

.signup-head{
	margin-top: 20px;
  	display: flex;
  	justify-content: center;
  	padding-bottom: 10px;
}
.signup-head h3{
	display: block;
  	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-weight: 600;
  	font-size: 18px;
  	letter-spacing: -.01em;
 	border-bottom: 3px solid #26ace2;
 	padding-bottom: 5px;
}

/* ========================================================================================================================
    	sign up end 
   ========================================================================================================================*/
  	.cart-clear-btn-contant{
  		background: #ffffff;
  		color: #fff;
  		padding: 5px 10px;
  		transition: all linear .3s;
  	}
  	.cart-clear-btn-contant .cart-clear-btn{
  		font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  		background: #000000;
  		color: #fff;
  		padding: 3px 8px;
  		transition: all linear .3s;
  		font-size: 13px;
  		letter-spacing: -.01em;
  		font-weight: 400;
  	}

	.alert {
	    position: relative;
	    padding: 1rem 1rem;
	    margin-bottom: 0;
	    border: 1px solid transparent;
	    border-radius: .25rem;
	}
  	.cart-clear-btn-contant .cart-clear-btn:hover{
  		background: #4787c7;
  		color: #ffffff;
  	}
  	

  	.alert-dismissible .btn-close {
		position: absolute;
	    top: -10px;
	    right: 0;
	    z-index: 2;
	    padding: 1.25rem 1rem;
	}
   .shopping-cart-btn ul{
   		display: flex;
   		justify-content: flex-end;
   }
   .shopping-cart-btn ul li{
   		list-style: none;
   		display: inline-block;
   		padding: 0 5px;
   }
   .shopping-cart-btn ul li .btn{
   	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
   	background: #000000;
   	color: #ffffff;
   	font-size: 13px;
   	letter-spacing: -.01em;
   	font-weight: 400;
   	transition: all linear .3s;
   	padding: 5px 8px;
   }
   .shopping-cart-btn ul li .btn:hover{
   	background: #4787c7;
   }
  @media (max-width: 360px) {
  	.shopping-cart-btn ul li{
  		padding: 0 5px;
  		
  	}
  .shopping-cart-btn ul li a{
    padding: 5px;
  }
}
@media (max-width: 265px) {
  .shopping-cart-btn ul li a{
    padding: 5px 2px;
    font-size: 12px;
  }
}
/* ========================================================================================================================
    	Shopping cart part end 
   ========================================================================================================================*/
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.485rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #434242;
    text-decoration: none;
}

.breadcrumb-contant {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
}
.breadcrumb-contant ul.breadcrumb li {
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline;
    padding-left: 5px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    letter-spacing: -.01em;
}
.breadcrumb-contant ul.breadcrumb li a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 400;
    letter-spacing: -.01em;
}
.breadcrumb-contant ul.breadcrumb li:first-child {
    padding-left: 0;
}
.category-title-sort-view {
    align-items: center;
/*     margin: 0px -8px 0 -8px;  */
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}
.category-title h1 {
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #000000;
    padding: 0px 5px;
}
.accordion-bral {
    margin-top: 15px;
    min-height: 0;
    min-width: 220px;
    width: 100%;
    background-color: #fff;
}

.accordion-bral .ac-label {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 5px 10px;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
    color: #000000;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: -.01em;
    background: #fff;
    border-bottom: 1px solid #CCC;
}

.accordion-bral .ac-label:hover {
    background: #fff;
}

.accordion-bral input+.ac-label {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.accordion-bral input:checked+.ac-label,
.accordion-bral input:checked+.ac-label:active {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #fff !important;
    color: #212529;

}

.accordion-bral input.ac-input {
    display: none;
}

.accordion-bral .article {
    background: #fff;
    overflow: hidden;
    height: 0px;
    max-height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-bral .article p {
    color: #1a263b;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
}

.accordion-bral input:checked~.article i {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.accordion-bral input:checked~.article.ac-content {
    height: auto;

}

.accordion-bral i {
    position: absolute;
    transform: translate(-30px, 0);
    margin-top: 16px;
    right: 0;
}

.accordion-bral input:checked~.ac-label i:before {
    transform: translate(2px, 0) rotate(-45deg);
}

.accordion-bral input:checked~.ac-label i:after {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion-bral i:before,
.accordion-bral i:after {
    content: "";
    position: absolute;
    background-color: #808080;
    width: 3px;
    height: 9px;
}

.accordion-bral i:before {
    transform: translate(-2px, 0) rotate(-45deg);
}

.accordion-bral i:after {
    transform: translate(2px, 0) rotate(45deg);
}

ul.ac-list {
    padding-left: 40px;
    list-style-type: disc;
}

@media (max-width: 550px) {
    .accordion-bral .ac-label {
       font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        padding: 5px 20px;
        position: relative;
        display: block;
        height: auto;
        padding-right: 40px;
        cursor: pointer;
        color: #1a263b;
        line-height: 33px;
        font-size: 18px;
        letter-spacing: -.01em;
        background: #EFEFEF;
        border: 1px solid #CCC;
    }
    .accordion-bral i {
        position: absolute;
        transform: translate(-30px, 0);
        margin-top: 2%;
        right: 0;
    }
}
.price-range{
	margin-left: 10px;
}
.price-range ul {
    display: flex;
    justify-content: flex-start;
}

.price-range ul li {
    list-style: none;
    padding: 0px 15px 10px;
}

.price-range ul li:first-child {
    padding-left: 0;
}

.price-range #hidden_minimum_price {
    width: 70px;
    padding-left: 20px;
    text-align: center;
    background: rgba(225, 238, 250, 1) !important;
    border: none;
}

.price-range #hidden_maximum_price {
    width: 70px;
    padding-left: 20px;
    text-align: center;
    background: rgba(225, 238, 250, 1) !important;
    border: none;
}

.responsive-filter-button {
    display: none;
    position: fixed;
    right: 20px;
    left: auto;
    bottom: 117px;
    transform: none;
    background: #0e98d1;
    border-radius: 3px;
}

.responsive-filter-button a {
    display: none;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.01em;
}

@media (max-width: 991px) {
	.filter-contant{
		display: none;
	}
    .responsive-filter-button {
        display: block;
        right: 145px;
    }
    .responsive-filter-button a {
        display: block;
    }
}

@media (max-width: 921px) {
    .responsive-filter-button {
        right: 110px;
    }
}

@media (max-width: 900px) {
    .responsive-filter-button {
        right: 100px;
    }
}

@media (max-width: 820px) {
    .responsive-filter-button {
        right: 60px;
    }
}

@media (max-width: 768px) {
    .responsive-filter-button {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .responsive-filter-button {
        right: 130px;
    }
}

@media (max-width: 700px) {
    .responsive-filter-button {
        right: 90px;
    }
}

@media (max-width: 650px) {
    .responsive-filter-button {
        right: 70px;
    }
}

@media (max-width: 600px) {
    .responsive-filter-button {
        right: 40px;
    }
}

@media (max-width: 575px) {
    .responsive-filter-button {
        right: 15px;
    }
}
.box{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
  transition: 0.5s;
  border: 1px solid #ecf0f1;
  padding: 7px;
}

.box:hover{
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.slider-img{
  position: relative;
  opacity: 1;
  transition: .6s;
  text-align: center;
}

.product-home-img{
  position: absolute;
  top: 0;
  opacity: 0;
  transition: .6s;
  text-align: center;
}
.products-title{
  margin-top: 10px;
  background: #fff;
}
.products-title a{
	text-decoration: none;
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	font-weight: 400;
  	letter-spacing: -.01em;
  	color: #000000;
}
.products-title p{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  	margin-top: 5px;
  	font-size: 13px;
  	font-weight: 400;
  	color: #4787c7;
  	letter-spacing: -.01em;
  	padding: 0;
  	margin: 0;
}
.products-title p del{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	font-weight: 400;
  	color: #7a7979;
  	margin-right: 5px;
  	letter-spacing: -.01em;
}
.products-title a span{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
/*   	margin-top: -20px; */
/*   	padding: 0px 10px; */
  	color: #fff;
  	border-radius: 5px;
  	font-size: 13px;
  	transition: .3s;
}
.products-title a span:hover{
  color: #fff;
}
.box .slider-img img{
	height: 100%;
	width: 100%;
}
/* ========================================================================================================================
    	Product part end 
   ========================================================================================================================*/
 .card {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #ffffff;
     background-clip: border-box;
/*      border: 1px solid rgba(0, 0, 0, 0.1); */
/*      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); */
     border-radius: 0.10rem;
    }
.card{
	position: relative;
}
        .card img{
            height: 100%;;
    		width: 100%;
        }
	    .card .product-percent-and-upcomming{
	    	position: absolute;
	    	top: 0;
	    	left: 0;
	    }
	    .product-percent{
	    	background: #4787c7;

	    }

 .track {
     position: relative;
     background-color: #ddd;
     height: 7px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 60px;
     margin-top: 50px
 }

 .track .step {
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     width: 25%;
     margin-top: -18px;
     text-align: center;
     position: relative
 }

 .track .step.active:before {
     background: #26ace2;
 }

 .track .step::before {
     height: 7px;
     position: absolute;
     content: "";
     width: 100%;
     left: 0;
     top: 18px
 }

 .track .step.active .icon {
     background: #26ace2;
     color: #fff
 }

 .track .icon {
     display: inline-block;
     width: 40px;
     height: 40px;
     line-height: 40px;
     position: relative;
     border-radius: 100%;
     background: #ddd
 }

 .track .step.active .text {
     font-weight: 400;
     color: #000000
 }

 .track .text {
     display: block;
     margin-top: 7px;
 }

 .itemside {
  	margin-top: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
 }
.itemside-contant{
	padding-top: 20px !important;
}
 .itemside .aside {
     position: relative;
     -ms-flex-negative: 0;
     flex-shrink: 0
 }

 .img-sm {
     width: 80px;
     height: 80px;
     padding: 7px
 }

 ul.row,
 ul.row-sm {
     list-style: none;
     padding: 0
 }

 .itemside .info {
     padding-left: 15px;
     padding-right: 7px
 }

 .itemside .title {
     display: block;
     margin-bottom: 5px;
     color: #26ace2;
     font-weight: 700;
 }
  .info .text-muted{
  	color: #26ace2;
  }
 .info .text-muted del{
	margin-right: 5px;
	color: #999;
 }

 p {
     margin-top: 0;
     margin-bottom: 1rem
 }

 .btn-warning {
     color: #ffffff;
     background-color: #26ace2;
     border-color: #26ace2;
     border-radius: 1px
 }

 .btn-warning:hover {
     color: #000000;
     background-color: #f1f1f1;
     border-color: #26ace2;
     border-radius: 1px
 }
 @media (max-width: 400px) {
 	.itemside-contant{
 		padding-top: 40px;
 	}
 }
 @media (max-width: 370px) {
 	.track{
 		/* display: block; */
 	}	
 }
 @media (max-width: 300px) {
 	.track .icon {
     display: inline-block;
     width: 25px;
     height: 25px;
     margin-top: 8px
 	}
 	.track .step {
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     width: 15%;
     margin-top: -18px;
     text-align: center;
     position: relative
 	}
 	.track .step::before {
     height: 5px;
 	}
 	.track {
     height: 5px;
 }
 .track .icon {
     display: inline-block;
     width: 25px;
     height: 25px;
     line-height: 25px;
     position: relative;
     border-radius: 100%;
     background: #ddd;
 	}
 	.track .text{
 		font-size: 12px;
 	}
 	.info .title{
 		font-size: 12px;
 	}
 	.info .text-muted{
 		font-size: 12px;
 	}
 }
 /* ========================================================================================================================
    	order trakin part end 
   ========================================================================================================================*/


.single-product-name{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	letter-spacing: -.01em;
}
.single_product-price{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4787c7;
	margin-top: 12px;
	margin-bottom: 8px;
	letter-spacing: -.01em;
}

.menu-items{
	list-style-type:none;
	font-size:11px;
	display:inline-flex;
	margin-bottom:0;
	margin-top:20px
}
.btn-success{
	width:100%;
	border-radius:0;
}
.section{
	width:100%;
	padding:2px;
	/* padding-left:15px;
	padding-right:15px; */
	/* background:#f8f9f9 */
}
.section .row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section .title-attr{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top:0;
	margin-bottom:5px;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -.01em;
}
.btn-minus{
	cursor:pointer;
	font-size:14px;
	display:flex;
	align-items:center;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid gray;
	border-radius:2px;
	border-right:0;
}
.pqty225{
	height: 30px;
	font-weight: bold;
}
.btn-plus{
	cursor:pointer;
	font-size:14px;
	display:flex;
	align-items:center;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid gray;
	border-radius:2px;
	border-left:0;
}
div.section > div {
	width:100%;
	display:inline-flex;
}
div.section > div > input {
	margin:0;
	padding-left:5px;
	font-size:14px;
	padding-right:5px;
	max-width:18%;
	text-align:center;
}

.color-nav ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.color-nav ul li{
	list-style: none;
	padding: 5px;
}
.color-nav ul li:first-child{
	padding-left: 0;
}
.color-nav ul li:last-child{
	padding-right: 0;
}
.attr, 
.attr2, 
.attr3, 
.attr4, 
.attr5,
.attr6{
	style="font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-size: 12px;   /* Using the last value */
    padding: 2px 5px; /* Using the last value */
    border: 1px solid black;
    border-radius: 2px;
    color: #000000;
    width: auto;
    height: auto;      /* Using the last value */
    cursor: pointer;
}

.attr.active_color, 
.attr2.active_size, 
.attr3.active_nic_level,
.attr4.active_resistances, 
.attr5.active_flavor,
.attr6.active_puff{
    background: #000;
    color: #fff;
}

.add-to-cart-byu-now-wishlist-btn ul{
	display: flex;
	justify-content: flex-start;
}
.add-to-cart-byu-now-wishlist-btn ul li{
	display: block;
	list-style: none;
	padding: 0 5px;
}
.add-to-cart-byu-now-wishlist-btn ul li:first-child{
	padding-left: 0;
}
.add-to-cart-byu-now-wishlist-btn ul li:last-child{
	padding-right: 0;
}
.add-to-cart-byu-now-wishlist-btn ul li .add-to-cart-btn,
.add-to-cart-byu-now-wishlist-btn ul li .buy-now-btn,
.add-to-cart-byu-now-wishlist-btn ul li .wishlist-btn {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    background: transparent;
    background-color: #000000;
    border: none;
    color: #ffffff;
    padding: 6px 10px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s;
    box-shadow: 0 0 20px #eee;
    border-radius: 3px;
    font-size: 13px;
    display: block;
    font-weight: 400;
    letter-spacing: -0.01em;
    border: 1px solid #000000;
}

.add-to-cart-byu-now-wishlist-btn ul li .add-to-cart-btn:hover,
.add-to-cart-byu-now-wishlist-btn ul li .buy-now-btn:hover,
.add-to-cart-byu-now-wishlist-btn ul li .wishlist-btn:hover {
    background: #4787c7;
    border: 1px solid #4787c7;
    color: #fff;
    transform: scale(1.1); /* Slightly enlarge the button */
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease; /* Smooth hover effect */
}


@media (max-width: 991px) {
	.single-product-name{
		margin-top: 15px;
	}

	.single-product-qty{
		margin-top: 10px;
	}
}

@media (max-width: 426px) {
    .container {
    	margin-top:0px !important;
    }
    .container > .row{
    	padding:0 !important;
    }
    .container > .row > .col-xs-12.col-sm-5{
        padding-right:0 ;    
    }
    .container > .row > .col-xs-12.col-sm-9 > div > p{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .container > .row > .col-xs-12.col-sm-9 > div > ul{
        padding-left:10px !important;
        
    }            
    .section{width:104%;}
    .menu-items{padding-left:0;}
}
@media (max-width: 410px) {
	.add-to-cart-byu-now-wishlist-btn ul li{
		padding: 0 2px;
	}
	.add-to-cart-byu-now-wishlist-btn ul li .add-to-cart-btn{
		font-size: 12px;
		padding: 10px;
	}
	.add-to-cart-byu-now-wishlist-btn ul li .buy-now-btn{
		font-size: 12px;
		padding: 10px;
	}
	.add-to-cart-byu-now-wishlist-btn ul li .wishlist-btn{
		font-size: 12px;
		padding: 10px;
	}
}
@media (max-width: 335px) {
	.add-to-cart-byu-now-wishlist-btn ul{
		display: block;
	}
	.add-to-cart-byu-now-wishlist-btn ul li{
		padding-top: 10px;
	}
}

.nav-tabs{
	background: #ffffff;
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    font-size: 	14px;
    letter-spacing: -.01em;	
}
.nav-tabs .nav-link.active {
    background-color: #000000;
    color: #fff;
}
.product-details-contant{
	background: #ffffff;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-details-contant .product-details img {
   	max-width: 100%;
    height: auto;
    display: block;
    padding: 15px 0px;
}
.product-details{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 	13px;
	letter-spacing: -.01em;	
	color: #000000;
	text-align: left;
}

.product-details-contant .product-details p,
.product-details-contant .product-details h6,
.product-details-contant .product-details h5,
.product-details-contant .product-details span{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 	13px;
	letter-spacing: -.01em;	
	color: #000000;
	text-align: left;
}
.product-details-contant .product-details h1
.product-details-contant .product-details h2,
.product-details-contant .product-details h3,
.product-details-contant .product-details h4{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 	16px;
	letter-spacing: -.01em;
	color: #000000;
	text-align: left;	
}
.product-details-contant .product-details a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 	13px;
	letter-spacing: -.01em;		
	text-align: left;
}
.progress-label-left
{
    float: left;
    margin-right: 0.5em;
    line-height: 1em;
}
.progress-label-right
{
    float: right;
    margin-left: 0.3em;
    line-height: 1em;
   	
   }
.star-light
{
	color:#333333;
}
.reviews .overall_rating .num {
    font-size: 30px;
    font-weight: bold;
    color: #F5A624;
}
#add_review {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: -0.01em;
    background: #000;
    transition: background 0.3s ease, color 0.3s ease; /* Smooth hover effect */
}

#add_review:hover {
    background: #4787c7; /* Dark gray on hover */
    color: #fff; /* Keep text white */
    transform: scale(1.05); /* Slightly enlarge the button */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}

.table-hr-remove {
      padding: 2px 0px;
  	}
  	.for-last-hr .details-column-hr:last-child {
     	display: none;
  	}
  	.last-hr {
      display: none;
  	}
  	.specification-table hr {
      	margin: 0.2rem;
  	}
  	.specification-table hr {
      margin: 0.2rem;
  	}
  	hr:not([size]) {
      	height: 1px !important;
  	}
  	.details-column-hr {
     	height: 1px !important;
      	opacity: 0.10;
      	padding-top: 0;
      	padding-bottom: 0;
      	margin-top: 0;
      	margin-bottom: 0;
  	}
  	hr {
      	margin: 1rem 0;
      	color: inherit;
      	background-color: currentColor;
      	border: 0;
      	opacity: .25;
  	}
  	@media (min-width: 992px){
    	.product-details .last-hr {
        	position: relative;
/*         	left: -15px; */
        	width: 100%;
    	}
  	}
	.context{
		font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-size: 	13px;
		letter-spacing: -.01em;	
		color: #000000;
	}

/* ========================================================================================================================
    	single product part end 
   ========================================================================================================================*/
.checkout-part{
	margin: 15px 0 20px;
}
.login-heading{
	padding: 6px 10px;
	background: #ddd;
	border: 1px solid #999;
}
.login-heading h4{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 600; 
	font-size: 18px; 
	color: #000; 
	letter-spacing: -.01em;
}

.checkout-login{
	background: #fff;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	/*display: none;*/
	padding: 10px;
}

.loing-btn ul {
	display: flex;
	justify-content: flex-start;
}
.loing-btn ul li{
	list-style: none;
	display: block;
	margin: 0 5px;
	background: #26ace2;
}
.loing-btn ul li:first-child{
	margin-left: 0;
}
.loing-btn ul li button{
	color: #fff;
}
.loing-btn ul li a{
	color: #fff;
}
.loing-btn ul li button:hover{
	color: #fff;
}
.loing-btn ul li a:hover{
	color: #fff;
}
.forget-password{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.01em;
}
.shipping-contant{
	margin: 25px 0;
}
.shipping-contant .shipping-head{
	border-bottom: 1px solid #999;
}
.shipping-contant .shipping-head h4{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.delivery-contant{
	margin: 25px 0;
}
.delivery-contant .delivery-head{
	border-bottom: 1px solid #999;
}
.delivery-contant .delivery-head h4{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.delivery-contant p{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.order-contant{
	margin: 10px 0;
}
.order-contant .order-head h4{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 500; 
	font-size: 16px; color: #000; 
	letter-spacing: -.01em;
}
.order-contant .order-head h6{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 600; 
	font-size: 16px; color: #000; 
	letter-spacing: -.01em;
}
.order-contant .order-head textarea{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400; 
	font-size: 13px; color: #000; 
	letter-spacing: -.01em;
}
.order-contant .table-responsive .table tr th{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 600; 
	font-size: 13px; color: #000; 
	letter-spacing: -.01em;
}
.order-contant .table-responsive .table tr td{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400; 
	font-size: 13px; color: #000; 
	letter-spacing: -.01em;
}
/* ========================================================================================================================
    	checkout part end 
   ========================================================================================================================*/
.edit-btn{
	margin-left: 5px;
	padding: 3px
}
.customer_menu{
  background: #fff;
  padding: 10px;
  height: 100%;
}

.user-menu ul li{
	list-style: none;
  	border-bottom: 1px solid #ddd;
  	display: block;
  	background: #f1f1f1;
}
.user-menu ul li:last-child{
	border-bottom: none;
}
.user-menu ul li a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -.01em;
	padding: 10px 8px;
	display: block;
}
.user-menu li .active,
.user-menu li a:hover{
  background: #fff;
  color: #4787c7;
}
.customer-details{
  background: #fff;
  padding: 10px;
  height: 100%;
}
.customer-details h1{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -.01em;
  	padding-bottom: 10px;
  	border-bottom: 1px solid #ddd;
}
.customer-details dt{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: -.01em;
}
.customer-details dd{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: -.01em;
}
.des-pro-name{
	border-bottom: 2px solid #ddd;
}
.des-pro-name h3{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

/* ========================================================================================================================
    	Profile part end 
   ========================================================================================================================*/
.google_map_location {
    width: 100%;
    padding: 10px;
    background: #ffffff;
}

.google_map_location iframe {
    width: 100%;
    height: 100%;
}

.message-box {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    padding: 15px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}

.form-control {
    background: transparent;
}

.contact {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: #ffffff;
}

.contract_info {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #fff;
    color: #000000;
}
.address{
	display: flex;
    align-items: center;
}
.address p {
   font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
   font-weight: 400; 
   font-size: 13px; 
   color: #000; 
   letter-spacing: -.01em;
   transition: .3s;
    margin: 0; 
}
.address p a {
   font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
   font-weight: 400; 
   font-size: 13px; 
   color: #000; 
   letter-spacing: -.01em;
   transition: .3s;
    margin: 0; 
    float: right;
}
.address p:hover,
.address p a:hover{
	color: #4787c7;
}
.address p span {
	padding-right: 8px;
	float: left;
    font-size: 25px;
}

.send-btn {
    border: 1px solid #131f35;
    padding: 8px 30px;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
   font-weight: 400; 
   font-size: 13px; 
   color: #000; 
   letter-spacing: -.01em;
   transition: .3s;
}

.send-btn:hover {
    background: #131f35;
    color: #fff;
}

.contract_info3 {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #fff;
    color: #716f70;
}

.facebook .fab {
    color: #3b5999;
}

.twitter .fab {
    color: #55acee;
}

.instagram .fab {
    color: #e4405f;
}

.linkedin .fab {
    color: #0077B5;
}

.social-links2 a {
    font-size: 18px;
    display: inline-block;
    background: #f1f1f1;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links2 a:hover {
    color: #fff;
}

.social-links2 .facebook:hover .fab,
.social-links2 .twitter:hover .fab,
.social-links2 .instagram:hover .fab,
.social-links2 .linkedin:hover .fab {
    color: #fff;
}

.social-links2 .facebook:hover {
    background: #3b5999;
    color: #fff;
}

.social-links2 .twitter:hover {
    background: #55acee;
    color: #fff;
}

.social-links2 .instagram:hover {
    background: #e4405f;
    color: #fff;
}

.social-links2 .linkedin:hover {
    background: #0077B5;
    color: #fff;
}

.message-btn{
    position: relative;
    height: 75px;
    width: 75px;
    background: #006AFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 50px;

  }
  .message-btn a{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffffff;
    text-decoration: none;
  }
  .message-btn a:hover{
    background: #006AFF;
    color: #ffffff;
    border-radius: 50%;
  }
  .message-btn span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    background: red;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .chat-wrapper{
    position: fixed;
    top: 10px;
    right: 140px;
    background: #212529;
    max-width: 450px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
    z-index: 111;
    color: #fff;
    /* display: none; */
  }

/* Login & Signup Form CSS Start */
.form{
  padding: 25px 30px;
}
.form header{
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.form form{
  margin: 20px 0;
}
.form form .error-text{
  color: #721c24;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  margin-bottom: 10px;
  display: none;
}
.form form .name-details{
  display: flex;
}
.form .name-details .field:first-child{
  margin-right: 10px;
}
.form .name-details .field:last-child{
  margin-left: 10px;
}
.form form .field{
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  position: relative;
}
.form form .field label{
  margin-bottom: 2px;
}
.form form .input input{
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.form form .field input{
  outline: none;
}
.form form .image input{
  font-size: 17px;
}
.form form .button input{
  height: 45px;
  border: none;
  color: #fff;
  font-size: 17px;
  background: #333;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 13px;
}
.form form .field i{
  position: absolute;
  right: 15px;
  top: 70%;
  color: #ccc;
  cursor: pointer;
  transform: translateY(-50%);
}
.form form .field i.active::before{
  color: #333;
  content: "\f070";
}
.form .link{
  text-align: center;
  margin: 10px 0;
  font-size: 17px;
}
.form .link a{
  color: #333;
}
.form .link a:hover{
  text-decoration: underline;
}


/* Users List CSS Start */
.users{
  padding: 25px 30px;
}
.users header,
.users-list a{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}
.chat-wrapper img{
  object-fit: cover;
  border-radius: 50%;
}
.users header img{
  height: 50px;
  width: 50px;
}
:is(.users, .users-list) .content{
  display: flex;
  align-items: center;
}
:is(.users, .users-list) .content .details{
  color: #000000;
  margin-left: 20px;
}
:is(.users, .users-list) .details span{
  font-size: 18px;
  font-weight: 500;
}
.users header .logout{
  display: block;
  background: #333;
  color: #fff;
  outline: none;
  border: none;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 17px;
}
.users .search{
  margin: 20px 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.users .search .text{
  font-size: 18px;
}
.users .search input{
  position: absolute;
  height: 42px;
  width: calc(100% - 50px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.users .search input.show{
  opacity: 1;
  pointer-events: auto;
}
.users .search button{
  position: relative;
  z-index: 1;
  width: 47px;
  height: 42px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #333;
  outline: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.2s ease;
}
.users .search button.active{
  background: #333;
  color: #fff;
}
.search button.active i::before{
  content: '\f00d';
}
.users-list{
  max-height: 350px;
  overflow-y: auto;
}
:is(.users-list, .chat-box)::-webkit-scrollbar{
  width: 0px;
}
.users-list a{
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-right: 15px;
  border-bottom-color: #f1f1f1;
}
.users-list a:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}
.users-list a img{
  height: 40px;
  width: 40px;
}
.users-list a .details p{
  color: #67676a;
}
.users-list a .status-dot{
  font-size: 12px;
  color: #468669;
  padding-left: 10px;
}
.users-list a .status-dot.offline{
  color: #ccc;
}

/* Chat Area CSS Start */
.chat-area header{
  display: flex;
  align-items: center;
  padding: 0px 15px;

}
.chat-area header .back-icon{
  color: #333;
  font-size: 18px;
}
.chat-area header img{
  height: 50px;
  width: 50px;
  margin: 15px 10px;
}
.chat-area header .details span{
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
}
.chat-box{
  position: relative;
  min-height: 500px;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 30px 20px 30px;
  background: #f7f7f7;
  box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
              inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
}
.chat-box .text{
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.chat-box .chat{
  margin: 15px 0;
}
.chat-box .chat p{
  word-wrap: break-word;
  padding: 8px 16px;
  box-shadow: 0 0 32px rgb(0 0 0 / 8%),
              0rem 16px 16px -16px rgb(0 0 0 / 10%);
}
.chat-box .outgoing{
  display: flex;
}
.chat-box .outgoing .details{
  margin-left: auto;
  max-width: calc(100% - 130px);
}
.outgoing .details p{
  background: #333;
  color: #fff;
  border-radius: 18px 18px 0 18px;
}
.chat-box .incoming{
  display: flex;
  align-items: flex-end;
}
.chat-box .incoming img{
  height: 35px;
  width: 35px;
}
.chat-box .incoming .details{
  margin-right: auto;
  margin-left: 10px;
  max-width: calc(100% - 130px);
}
.incoming .details p{
  background: #fff;
  color: #333;
  border-radius: 18px 18px 18px 0;
}
.typing-area{
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
}
.typing-area input{
  height: 45px;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
}
.typing-area button{
  color: #fff;
  width: 55px;
  border: none;
  outline: none;
  background: #0e98d4;
  font-size: 19px;
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}
.typing-area button.active{
  opacity: 1;
  pointer-events: auto;
}

/* Responive media query */
@media (max-width: 450px) {
  .form, .users{
    padding: 20px;
  }
  .form header{
    text-align: center;
  }
  .form form .name-details{
    flex-direction: column;
  }
  .form .name-details .field:first-child{
    margin-right: 0px;
  }
  .form .name-details .field:last-child{
    margin-left: 0px;
  }

  .users header img{
    height: 45px;
    width: 45px;
  }
  .users header .logout{
    padding: 6px 10px;
    font-size: 16px;
  }
  :is(.users, .users-list) .content .details{
    margin-left: 15px;
  }

  .users-list a{
    padding-right: 10px;
  }

  .chat-area header{
    padding: 15px 20px;
  }
  .chat-box{
    min-height: 400px;
    padding: 10px 15px 15px 20px;
  }
  .chat-box .chat p{
    font-size: 15px;
  }
  .chat-box .outogoing .details{
    max-width: 230px;
  }
  .chat-box .incoming .details{
    max-width: 265px;
  }
  .incoming .details img{
    height: 30px;
    width: 30px;
  }
  .chat-area form{
    padding: 20px;
  }
  .chat-area form input{
    height: 40px;
    width: calc(100% - 48px);
  }
  .chat-area form button{
    width: 45px;
  }
}
 .modals {
    display: none; /* Initially hide modal */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modals-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.btn-tcolor {
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	letter-spacing: -.01em;
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    transition: .3s;
}
.btn-tcolor:hover{
	background: #4787c7;
    border: 1px solid #4787c7;
  	color: #fff;
}


/* all category  container*/
.all-categories-conatnt {
	background: #fff;
}
.all-categories-conatnt ul {
	display: flex;
	overflow-x: auto; /* Horizontal scrolling */
	overflow-y: hidden; /* Hide vertical overflow */
	white-space: nowrap; /* Prevent line breaks */
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	scroll-behavior: smooth; /* Smooth scrolling */
}

.all-categories-conatnt ul::-webkit-scrollbar {
	display: none; /* Hide scrollbar for cleaner UI */
}

.all-categories-conatnt li {
	display: inline-block;
	text-align: center;
	padding: 10px 3px;
	transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
	position: relative;
	width: 155px;
}

.all-categories-conatnt a {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -.01em;
	color: var(--r-globalnav-color);
}

.all-categories-conatnt ul li h4 {
	 color: #000000;
	object-fit: cover;
	border-radius: 50%;
	transition: transform 0.3s ease-in-out;
}
.all-categories-conatnt ul li:hover h4 {
    transform: scale(1.2);
}
.all-categories-conatnt p {
	padding-top: 10px;
	white-space: nowrap; /* Prevent line break in text */
}


.about-description{
	padding: 10px;
}
.about-description a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
	font-size: 13px;
    font-weight: 400;
    letter-spacing: -.01em;
}
.about-description h1,
.about-description h2,
.about-description h3{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000;
}
.about-description h4,
.about-description h5,
.about-description h6,
.about-description p,
.about-description span,
.about-description div {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000;
}
.privacypolicy-contant{
	background: #ffffff;
	padding: 10px;
}
.privacypolicy-contant .privacypolicy-details p,
.privacypolicy-contant .privacypolicy-details span,
.privacypolicy-contant .privacypolicy-details h6,
.privacypolicy-contant .privacypolicy-details h5,{
.privacypolicy-contant .privacypolicy-details div{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000;
}
.privacypolicy-contant .privacypolicy-details h1,
.privacypolicy-contant .privacypolicy-details h2,
.privacypolicy-contant .privacypolicy-details h3,
.privacypolicy-contant .privacypolicy-details h4{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #000;
}
.privacypolicy-contant .privacypolicy-details a{
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.question-contant{
	padding: 10px;
}
.customer-question{
	background: #f1f1f1;
}

/* product filter css */

/*WhatsApp Button  css start*/

/*WhatsApp Button  css End*/
