@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}
body {
	background-color: #F2F4F4;
}

.logo {
	padding-top: 11px;
	display: block;
}

.logo span {
	display: none
}

.dotmark {
	padding: 4px;
	font-size: 14px;
	line-height: 1.5em;
	background: #fff;
	border: 1px dashed #097dea;
	margin: 0;
	color: #097dea;
	position: relative;
	z-index: -1;
}

.dotmark:hover {
	border: 1px dashed #fff;
	color: #fff;
	background: #097dea;
}

.dotmark i {
	position: absolute;
	left: 10%;
	top: -12px;
	font-size: 21px;
}

h3 {
	font-size: 18px;
	line-height: 1.5em;
}

hr.soften {
	margin: 8px 0;
	background: #DDD;
}

.moreOptopm.carousel .carousel-control,
.moreOptopm.carousel .carousel-control:hover {
	background: transparent;
}

.moreOptopm.carousel .carousel-control {
	border: 0;
	top: 50%;
	bottom: 0;
}

.moreOptopm.carousel .carousel-control.right,
.moreOptopm.carousel .carousel-control.right:hover {
	right: 0;
}

.moreOptopm.carousel .carousel-control.left,
.moreOptopm.carousel .carousel-control.left:hover {
	left: 0;
}

.moreOptopm.carousel .carousel-control,
.moreOptopm.carousel .carousel-control:hover {
	color: #000;
}

.homCar {
	overflow: hidden;
}

.spaceBtm {
	padding-bottom: 8px
}

#myCarousel.homCar .item img {
	width: 100%;
	margin-bottom: 40px;
	max-height: 400px;

}

#myCarousel .btn {
	border: 0 none;
	border-radius: 0 0 0 0;
	bottom: 49px;
	font-size: 18px;
	line-height: 42px;
	padding: 0 28px;
	position: absolute;
	right: 0;
	text-shadow: 0 0 0 transparent;
}

#myCarousel {
	position: relative;
	margin: 0;
}
.grid-view-content .thumbnails{
    display: grid;
    grid-template-columns: repeat(3,1fr);
	gap:10px;
}

.grid-view-content .thubnail-parent{
	/* width: 29%; */
	margin: 0;
}

.thumbnail > a:nth-child(3) ,
.three-col .thumbnail > a:nth-child(3) {
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 163px;
    max-height: 163px;
}

.thumbnail .btn {
	border-radius: 0 0 0 0;
}

.thumbnail h4 {
	line-height: 42px
}

.thumbnail img {
	max-width: 100%
}

.thumbnail:hover {
	border: 1px solid #CACACA;
}

.three-col .thumbnail img {

}

.form-horizontal.qtyFrm .control-label {
	text-align: left;
}

.form-horizontal.qtyFrm .control-label span {
	font-size: 18px
}

.clr {
	clear: both;
}

.moreOptopm.carousel .item img {
	padding: 2px;
	border: 1px solid #ddd
}

.moreOptopm.carousel .item img:hover {
	border: 1px solid pink
}

.carousel .item>img {
	display: inline;
}

.moreOptopm {
	min-height: 116px
}

#productDetail {
	margin-bottom: 0
}

.tabWrapper {
	background: #fff;
	padding: 14px;
	border: 1px solid #ddd;
	border-top: 0
}

#productView .btn-toolbar {
	padding-left: 3px;
}

.carousel-control {
	border: 0px;
	border-radius: 2px
}

.carousel-control,
.carousel-control:hover {
	background: #097dea;
	height: 43px;
	line-height: 34px;
	color: #fff;
}

.carousel-control {
	top: 50%;
}

.homCar h4 {
	/* background-color: #097dea; */
	color: #097dea;
	font-size: 20px;
	margin: 0;
	/* text-transform: uppercase; */
	/* float: left; */
	width: auto;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	opacity: 0.8;
}

.homCar p span {
	/* background-color: #fff; */
	color: #000;
	/* padding: 2px 10px; */
	line-height: 30px;
	font-size: 14px;
	float: left;
	width: auto;
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.carousel-control.left {
	left: -15600px;
}

.carousel-control.right {
	right: -15600px;
}

.carousel:hover .carousel-control.right {
	right: 8px;
	left: auto;
}

.carousel:hover .carousel-control.left {
	left: 8px;
}

.control-label.alignL,
.alignL {
	text-align: left;
}

.loginFrm {
	margin-bottom: 8px;
}

.loginFrm .control-group {
	padding: 8px 14px 0;
	margin-bottom: 0
}

.actionList a {
	width: 50%;
	font-size: 11px;
	color: #444
}

.caption p {
	margin: 0
}

.caption h4 {
	margin: 0
}

.thumbnail .caption {
	padding: 9px;
	color: #555555;
	background: #F3F2F2;
}

.cntr {
	text-align: center
}

.cart {
	border: 1px solid #ddd;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar .alert {
	padding: 8px;
}

#sidebar .nav a {
	color: #000
}

#sidebar .nav a:hover {
	color: #097dea
}

#sidebar .cart {
	border: 1px solid #097dea;
}

#sidebar h4 {
	margin: 0;
	line-height: 1.5em;
	padding: 0 13px;
}

#sidebar h2 {
	font-size: 21px;
	line-height: 21px;
}

#sidebar a.defaultBtn:hover,
.defaultBtn:hover {
	color: #fff;
	text-decoration: none;
	background: #333
}

#sidebar .nav a.zoomTool {
	color: #fff
}

.thumbnail>a {
	display: block;
	text-align: center;
	overflow: hidden;
}

.products-with-price .thumbnail>a:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 163px;
	max-height: 163px;

}

.carousel-caption {
	background: transparent;
	backdrop-filter: blur(32px);
}

#compairTbl td {
	text-align: center;
}

.justify {
	text-align: justify;
}

.table td[align=right] {
	text-align: right;
}

.thumbnail h5,
.thumbnail p {
	text-align: center
}

.bs-docs-sidenav>li>a {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.thumbnail {
	position: relative;
}

.tag {
	background: url(assets/img/new.png) no-repeat 0 0;
	position: absolute;
	display: block;
	top: -4px;
	right: -18px;
	height: 48px;
	width: 48px;
}

.np {
	padding: 0
}

.totalInCart {
	line-height: 26px;
}

.absoluteBlk {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 45%;
}

.relative {
	position: relative
}

.socialMedia .on,
.socialMedia:hover .off {
	display: block
}

.socialMedia .off,
.socialMedia:hover .on {
	display: none
}

#newProductCar .carousel-control {
	position: absolute;
	top: -48px;
	width: 24px;
	height: 24px;
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #ffffff;
	text-align: center;
	background: #097dea;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#newProductCar .carousel-control.right {
	right: 8px;
	left: auto;
}

#newProductCar .carousel-control.left {
	right: 38px;
	left: auto;
}

#newProductCar {
	margin-bottom: 0
}

.zoomTool {
	width: 120px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background: #097dea;
	position: absolute;
	left: 50%;
	top: 44%;
	margin-left: -60px;
	z-index: 999;
	display: none
}

.thumbnail {
	background: #fff
}

.zoomTool:hover {
	color: #fff;
	text-decoration: none;
}

.thumbnail>a.overlay,
.thumbnail>a.zoomTool {
	display: none;
}

.shopBtn {
	min-height: 34px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background: #097dea;
	display: inline-block;
	padding: 0 12px;
	border: 0;
}

.defaultBtn {
	min-height: 34px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	padding: 0 12px;
	color: #666;
	text-decoration: none;
	background: #e6e6e6;
	border: 0;
	cursor: pointer;
}

.shopBtn:hover {
	color: #fff;
	text-decoration: none;
	background: #097dea
}

#footerMenu a {
	font-size: 12px;
	text-transform: lowercase
}

.shopBtn{
	cursor: pointer;
}

.actionList{
	/* display: none; */
}

.thumbnail .img{
    width: 180px;
    height: 128px;
    background-size: contain;
	background-position: center ;
    background-repeat: no-repeat;
	margin: auto;
}

.exit{
    position: absolute;
    top: 20px;
    right: 20px;
    color: red;
    opacity: 0.5;
    cursor: pointer;
}
.flash-sale .title{
	background: #097dea;
    color: white;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

.flash-sale .title a{
	text-decoration: none;
	color: white;
	font-size: 10px;
}

.flash-sale .title i{
	margin-left: 10px;
	color: white;
}

.flash-sale .image-parent{
	padding: 10px;
}
.flash-sale .caption{
	padding: 10px;
	font-size: 13px;
	text-align: left;
}

.flash-sale .caption p{
	text-align: left;
	margin: 0 0 5px 0;
}

.discount{
	color: red;
}

.was-price{
	text-decoration: line-through;
}

.flash-sale .card-footer{
	display: flex;
	/* justify-content: space-between; */
}

.flash-sale .card-footer .cart{
	width:70%;
	color: white;
}

.flash-sale .card-footer .view{
	text-decoration: none;
    font-weight: bold;
    margin-left: 10%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    text-align: center;
    color: #fff;
    background: rgb(0, 143, 7);
    border-radius: 3px;
    opacity: 90%;
    letter-spacing: 0.7px;
}

.flash-sale .row-fluid .thumbnails li {
	min-width: 250px;
	margin: 0;
}

.disc-float{
	position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    padding: 5px;
    border-radius: 50%;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    height: 24px;
}

.btn-group a{
	margin-left: 10px;
}

.table-btns{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#wa-order{
	font-weight: bold;
	border-radius: 3px;
    text-decoration: none;
    color: white;
    padding: 7px;
    background: #29b829;
}