*{
	margin: 0px;
	padding: 0px;
}

body {
  	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;	
}

a, a:hover{
  text-decoration: none !important;
}
.fix{
	display: block;
	overflow: hidden;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
/*********************************************************************
***************************** Bangla Fonts****************************
**********************************************************************/
@font-face {
  font-family: 'SolaimanLipiNormal';
  src: url('fonts/SolaimanLipiNormal.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SolaimanLipiNormal';
  src:  url('fonts/SolaimanLipiNormal.woff') format('woff'), url('fonts/SolaimanLipiNormal.ttf')  format('truetype'), url('fonts/SolaimanLipiNormal.svg#SolaimanLipiNormal') format('svg');
  font-weight: normal;
  font-style: normal;
}
.taka{
	font-family: 'SolaimanLipiNormal';
}
.height62px {
	height: 62px;
}
/*********************************************************************
************************* Main Style starts **************************
**********************************************************************/
.mobile-header {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
}
.mobile-header{
	height: 62px;
}
.mobilemenu {
	width: 16%;
	padding: 12px 10px 10px 18px;
}

.mobile-logo img {
	max-width: 90px;
	height: auto;
	padding-top: 7px;
}
.mobile-logo {
    width: 30%;
}
.mobilemenu a{
	color: #222;	
	font-size: 24px;
}
.cart-search ul li {
	padding: 5px;
	font-size: 26px;
}
.cart-search ul li a {
	color: #222;
}
.cart-search ul {
	position: relative;
	top: 10px;
	right: 10px;
}
.header-area {
	background: url('img/head-bg.jpg');
	background-size: cover;
	height: 480px;
	position: relative;
	background-repeat: no-repeat;
}
.header-area::before {
	content: "";
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.15));
	position: absolute;
	top: 0;
	width: 100%;
	height: 15%;
}
.header-left {
	margin: 20px 0 0 20px;
}
.header-left ul {
	list-style: none;
}
.header-left ul li {
	float: left;
}
.header-left ul li a {
	color: #fff;
	padding: 4px 15px;
	display: block;
	font-weight: 700;
}
.header-right {
	text-align: right;
}
.header-right ul li .fa{
	font-size: 20px;
}
.header-right ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
.header-left {
	margin: 20px 20px 0 0;
}
.header-right {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
}
.logo {
	padding: 50px 0;
	text-align: center;
}
.logo img {
	max-width: 250px;
}
.category-box {
	position: relative;
	width: 13.3%;
	float: left;
	margin-right: 1%;
	border-radius: 70%;
	text-align: center;
	background: #eee;
	padding: 8px;
	border: 1px solid #ddd;
}
.category-box:last-child{
	margin-right:0;
}
.image {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.category-box h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 7px 0 11px 0;
	margin: 0;
	font-size: 16px;
	left: 0;
	font-family: 'SolaimanLipiNormal';
}
.category-box h2 a{
	color: #fff;
}
.category-box .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #fff;
	background: #5e0730;
	background: -moz-linear-gradient(top,  #5e0730 0%, #800943 100%);
	background: -webkit-linear-gradient(top,  #5e0730 0%,#800943 100%);
	background: linear-gradient(to bottom,  #5e0730 0%,#800943 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e0730', endColorstr='#800943',GradientType=0 );

}

.category-box:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.category-box .overlay a{
	color: #fff;
}
.overlay h3 {
	font-size: 18px;
	margin-bottom: 1px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255,255,255,0.2);
	font-family: 'SolaimanLipiNormal';
}
.category-box .overlay ul li {
	list-style: square;
	line-height: 17px;
	font-family: 'SolaimanLipiNormal';
}
.category-box .overlay ul li:hover {
	font-weight: bold;
}
.product-grid {
	text-align: center;
	margin-bottom: 30px;
}
.product-short-info h3 {
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 10px;
	color:#111;
	font-family: 'SolaimanLipiNormal';
}
.product-sku {
	color: #eb008b;
	font-size: 15px;
	font-weight: 500;
}
.product-price {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.button.add-to-cart {
	font-size: 14px;
	border-color: #eb008b;
	color: #eb008b;
	width: 141px;
	padding: 5px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	margin-top: 7px;
	font-family: 'SolaimanLipiNormal';
	width: 124px;
	display: inline-block;
}
.pro-footer-link {
	text-align: center;
	padding: 50px 0px;
}
.pro-footer-link a {
	color: #eb008b;
	transition: color .12s ease-out 0s;
}
.pro-footer-link span.fa {
	display: block;
	line-height: 23px;
	font-size: 22px;
}
.pro-footer-link ul li {
	margin: 0 34px;
}
.product-grid-area {
	padding: 50px 0;
}
.img-box img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.img-box {
	width: 100%;
	height: 252px;
	border-radius: 30px;
}
.product-hover-img {
	background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 16px;
	opacity: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transform: scale(1.07);
	transition: transform .3s ease 0s,opacity .2s ease 0s;
	width: 89%;
	height: 70%;
	border-radius: 30px;
}
.img-box:hover .product-hover-img{
	opacity: 1;
	transform: scale(1.01);
	transition: transform .3s ease-out 0s,opacity .2s linear 0s;
}
.button.add-to-cart:hover {
	background: #f2f2f2;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border-color: #b3b2b2;
}
.footer-top {
	border-top: 3px solid #ddd;
}
.footer-about {
	padding: 24px 58px;
	line-height: 30px;
	font-family: 'SolaimanLipiNormal';
}
.footer-about h2 {
	text-align: center;
	margin-left: 49px;
	margin-bottom: 27px;
	font-weight: bold;
}
.footer-author {
	padding: 49px;
	margin-top: 60px;
	padding-left: 0;
	font-family: 'SolaimanLipiNormal';
}
.footer-contact ul li {
	margin-right: 36px;
	font-size: 18px;
}
.footer-contact h2 {
	margin-bottom: 27px;
}
.footer-contact {
	margin-bottom: 57px;
}
.footer-bottom {
	text-align: center;
	background: #EFEFEF;
	padding: 25px;
}
.copyright {
	font-size: 14px;
}
.copyright p {
	margin-bottom: 5px;
}
.copyright ul li a {
	font-weight: 500;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style {
	text-align: center;
	margin: 20px auto;
	width: 110px;
	overflow: hidden;
}
.social-link li a {
	font-size: 15px;
	font-weight: 600;
}
.social-link .fab {
	font-size: 29px;
	position: relative;
	top: 5px;
}
.social-link .fa-facebook-square {
	color: #4064AD;
}
.social-link .fa-pinterest {
	color: #C51F26;
}
.social-link .fa-instagram {
	color: #973B92;
}
.social-link .fa-youtube {
	color: #F70000;
}
.social-link .fa-whatsapp {
	color: #45C153;
}
.footer-contact h3 {
	font-size: 18px;
}
 .box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 330px;
    background: #fff;
    background: #f4f4f4;
}
.box-authentication input, .box-authentication textarea {
    border-radius: 0px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.box-authentication label {
    margin-top: 10px;
    margin-bottom: 2px;
}
.main-container {
    min-height: 350px;
    padding: 40px 0;
}
.box-authentication .buttons {
    margin-top: 15px;
}
.box-authentication .buttons {
    display: inline-block;
    border: 0;
    background: #015CB5;
    padding: 6px 16px;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #015CB5;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.box-authentication .buttons:hover {
    background: #000000;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    color: #fff;
}
.user-profile-menu {
	box-shadow: 0px 3px 11px #ddd;
}
.user-profile-menu h3 {
	margin-bottom: 0;
	line-height: 79px;
	background: #F6EC32;
	text-align: center;
	box-shadow: inset 0 -4px 0px #444;
}
.user-profile-menu ul li {
	padding: 15px;
}
.user-profile-menu a {
	color: #222;
}
.btn-black {
	background: #222;
	color: #fff !important;
	display: block;
	font-size: 15px;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-black:hover {
	opacity: 0.9;
}
.profile-data tbody {
	border: 1px solid #ddd;
}
.profile-data table tr td {
	padding: 12px 0;
}
.user-profile-menu {
	box-shadow: 0px 3px 11px #ddd;
	margin-bottom: 30px;
}
.profile-data h3 {
	background: #EFF4F4;
	padding: 12px 15px;
	border-left: 4px solid #292c2f;
	border-radius: 4px;
	border-right: 4px solid #292c2f;
}
.user-profile-menu ul li a.active {
	font-weight: bold;
}
.height62px {
	height: 62px;
}

/*
Product Details Tab
*/
.gallery-grid li{
	width: 48%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.gallery-grid img {
	max-width: 100%;
	height: auto;
	transition: all .3s ease;
	border: 1px solid #ddd;
}
.gallery-grid li:hover img{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.gallery-grid li:nth-of-type(even){
	margin-right: 0; 
}
.prod-price-info h1 {
	font-size: 24px;
	margin-bottom: 4px;
}
.prod-price-info h2 {
	font-size: 20px;
	font-family: 'whitneybook';
	color: #666;
	line-height: 20px;
	margin-bottom: 18px;
}
.pro-discount {
	font-size: 22px;
	padding: 10px 0;
}
.discount-price {
	font-weight: bold;
}
.regular-price {
	font-size: 19px;
	margin-right: 14px;
}
.discount-percent {
	color: #B7761A;
	font-weight: bold;
}
.pro-discount {
	font-size: 22px;
	padding: 10px 0;
	margin: 18px 0;
}
.product-size h3 {
	font-size: 16px;
}

.product-size input[type='radio'] {
	 position: absolute;
	 visibility: hidden;
	 display: none;
}
.product-size label {
	color: #222;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	line-height: 39px;
	border-radius: 50px;
	width: 48px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.product-size input[type='radio']:checked + label {
	 color: #fff;
	 background: #222;
}
.product-size .radio-group {
	display: inline-block;
	margin: 12px 0 31px 0;
	overflow: hidden;
}
.product-size .select-pro-size {
	border: 3px solid #222;
	border-radius: 50%;
	margin-right: 7px;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.cart-and-wishlist a.btn, .cart-and-wishlist button {
	width: 221px;
	height: 48px;
	margin-right: 11px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 34px;
}
.hroizontal-row {
	width: 91%;
	height: 1px;
	background: #e8e4e4;
	margin: 26px 0;
}
.product-summary h3 {
	font-size: 18px;
}
.tableData ul li {
	width: 41%;
	float: left;
	margin-right: 23px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.tableData ul li:nth-child(even) {
	float: right;
}
.tableData ul li span:nth-child(1) {
	display: block;
	font-size: 12px;
	color: #7e818c;
	margin-bottom: 2px;
}
.similar-product-area {
	padding: 80px 0;
}
.similar-prod-title {
	margin-bottom: 20px;
}
.floating-menu {
	position: fixed;
	content: '';
	right: 23px;
	top: 50%;
	z-index: 99;
}
.floating-menu ul {
	list-style: none;
}
.floating-menu ul li {
	margin-bottom: 6px;
}
.floating-menu ul li a {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	color: #333;
	font-size: 20px;
	display: block;
	border-radius: 25px;
	border: 1px solid #e6e5e5;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
	background-color: #fff;
}
.breadcrumb-area {
	padding: 30px 0;
}
.breadcrumb-link {
	display: inline-block;
	padding: 5px 24px;
	background: #777;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
}
.breadcrumb-link a{
	color: #fff;
}
.pagination > li > a, .pagination > li > span {
	color: #AC1715 !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #AC1715 !important;
	border-color: #AC1715 !important;
	color: #fff !important;
}
.product-summary table tr, .product-summary table tr td {
	border: 1px solid #ddd;
	padding: 5px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
  padding: 50px 0;
}
.row-eq-height > [class*="col-"] {
  display: flex; /* Ensures content within the column can stretch */
  flex-direction: column; /* Stacks content within the column */
}