@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap');

.shop .section-title h2 {
margin-bottom: 10px;
text-transform: capitalize;
font-size: 28px;
color: #000;
}

.mx-100{
max-width: 100%;
}

hr{
border-top: 1px solid #ccc;
}

.product_c_name{
margin-bottom: 16px;
font-family: 'Raleway', sans-serif;
color: #0e0f10;
font-weight: 700;
line-height: 1.3;
margin-top: 10px;
text-align: center;
font-size: 20px;
}

.product_desc_img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}

.large_product_pic {
overflow: hidden;
position: relative;
border: 1px solid #ccc;
height: 465px;
}

.large_product_pic a {
text-decoration: none;
outline: 0;
}

.large_product_pic a:hover {
text-decoration: none;
outline: 0;
}

.shopping .form-group input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
cursor: pointer;
margin-top: 4px;
margin-right: 6px;
}

.shopping h1{color: #23262c;font-size: 36px;}
.large_product_pic img {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}

.large_product_pic .product-title {
background: #23d6af;
bottom: 0;
position: absolute;
width: 100%;
z-index: 20;
color: #fff;
font-size: 20px;
font-family: 'Raleway', sans-serif;
height: 40px;
line-height: 40px;
text-align: center;
text-transform: uppercase
}

.small_pic {
height: 222px;
overflow: hidden;
border: 1px solid #ccc
}

.small_pic:hover {
color: #3e4245;
border-color: #23d6af;
}

.small_pic img {
width: auto;
display: block;
margin: 0 auto;
height: 100%;
}

.shop_rsec_rt+.shop_rsec_rt {
margin-bottom: 20px
}

.product_search input{
border: 1px solid #ccc !important;
background-color: transparent;
}

.small_pic a {
font-size: .875em;
display: block;
position: relative;
padding-bottom: 30px;
height: 100%;
background-color: #fff;
}

.small_pic .btn_shop_it {
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -35px;
display: none;
}

.small_pic:hover .btn_shop_it {
display: block
}

.small_pic .title {
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
color: #282828;
background: hsla(0, 0%, 100%, .7);
height: 30px;
line-height: 30px;
font-size: 16px;
font-family: 'Raleway', sans-serif;
}

.btn-primary-action {
background: #1b2c58;
border-color: #1b2c58;
color: #fff;
}

.small_pic .btn-primary-action:hover {
background: rgb(35 214 175);
border-color: rgb(35 214 175);
color: #fff;
box-shadow: none;
}

.featured_container {
display: flex;
flex-flow: row wrap;
align-content: space-between;
justify-content: space-between;
margin-bottom: 34px;
}

.featured_container .card {
margin: 15px;
flex: auto;
}

.featured_container .card {
padding-left: 7px;
padding-right: 7px;
border: 1px solid #ccc;
}

.featured_container .card img {
width: auto;
display: block;
margin: 0 auto;
height: 100%;
max-height: 165px;
object-fit: contain;
}

.featured_container .card a{
position: relative;
display: block;
height: 100%;
}

.featured_container .card a:hover{
color: #1b2c58;
border-color: #1b2c58;
}

.featured_container .card a .btn_shop_it{
position: absolute;
top: 50%;
left: 50%;
margin: -15px 0 0 -35px;
display: none;
font-family: 'Raleway', sans-serif;
}

.featured_container .card .info {
display: none;
position: absolute;
width: 100%;
text-align: center;
top: 0;
height: 32px;
line-height: 32px;
color: #fff;
background: #23d6af;
}

.featured_container .card a:hover .info {display: block;}
.featured_container .card:nth-child(odd) {padding-right: 7px}
.featured_container .card:nth-child(2n) {padding-left: 7px}
.featured_container .card:hover .btn_shop_it {display: block}
.featured_container .card .btn-primary-action:hover {
background: #23d6af;
border-color: #23d6af;
color: #fff;
}

.top-searches {
line-height: 30px;
padding-bottom: 10px;
text-transform: capitalize;
}

.top-searches ul {
width: 100%;
column-count: 4;
padding-left: 20px;
}

.top-searches ul li {list-style: none}
.top-searches ul li a {
font-size: 16px;
text-decoration: none;
color: #1b2c58;
}

.top-searches ul li a:hover {
font-size: 16px;
text-decoration: none;
color: #000;
}

.shop-product .text {
font-size: 15px;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 700 !important;
line-height: 1.7;
margin-bottom: 8px;
}

.product-box a:hover, :focus{
text-decoration: none;
color: #000;
}

.product-filter {padding: 20px 0;}
.product-filter h4 {
text-transform: capitalize;
margin-bottom: 15px;
font-size: 18px;
color: #23262c;
font-weight: 700;
}

#filter-border {border-bottom: 2px solid #ccc;}
.product-category h3 {
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 17px;
font-size: 18px;
color: #000;
}

.product-category .form-group{
line-height: 1.7;
margin-bottom: 5px;
display: flex;
}

.btn-cat{
background-color: #23d6af;
font-size: 14px;
font-weight: 500;
padding: 5px 15px 6px;
font-family: 'Raleway', sans-serif;
}

.show-more-content{
display: none;
}

.show-more-brand{
display: none;
}

.filter-check-box {
    display: flex;
}

.filter-check-box input[type="radio"] {
cursor: pointer;
margin-top: 5px;
height: 14px;
width: 14px;
}

input[type='radio'] {
-webkit-appearance:none;
width: 14px;
height: 14px;
border:1px solid #616161;
border-radius:50%;
outline:none;
}

input[type='radio']:before {
content: '';
display: block;
width: 10px;
height: 10px;
margin: 1px 1px auto;
border-radius: 50%;
}

input[type='radio']:checked:before {
background: #23d6af;
}

.filter-check-box label {
padding-left: 2px;
line-height: 1.9;
cursor: pointer;
}

.shop-product .leisure-offer-price {
display: block;
color: #23d6af;
font-size: 14px;
font-weight: bold;
position: absolute;
bottom: -24px;
width: 90%;
text-align: center;
}

.shop-product img {
width: 100%;
max-height: 230px;
object-fit: contain;
}

.shop-product .small,
small {
text-transform: capitalize;
word-wrap: break-word;
font-size: 13px;
font-weight: 300;
font-family: 'Raleway', sans-serif;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 32px;
}

label {font-size: 14px!important;font-family: 'Raleway', sans-serif;}
.details-images.border.p-3 {border: 1px solid #3e4245 !important;}
.details-desc p {
color: #787567;
line-height: 28px;
font-size: 18px;
}

.details-price h4 {
color: #23262c;
font-size: 32px;
}

.btn-primary-action {
background: #23d6af;
border-color: #23d6af;
color: #fff;
}

.product-meta {
margin: 0;
padding: 0;
}

.product-meta li {
list-style: none;
margin-top: 10px;
font-size: 18px;
}

.product-meta li a {
color: #292b2c;
font-size: 18px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
}

.table td, .table th{
padding: 0.75rem 0;
}

.social-icon {
padding: 0;
margin: 0;
}

.social-icon ul {
padding: 0;
margin: 0;
display: inline-block;
}

.social-icon span {
font-weight: 500;
font-size: 18px;
}

.social-icon ul li {
list-style: none;
margin-top: 10px;
font-size: 18px;
display: inline-block;
width: 40px;
}

.social-icon ul li a {
color:#3e4245;
font-size: 18px;
font-weight: 500;
display: inline-block;
}

.product_search .btn i {
font-size: 20px;
top: 1px;
margin-left: 2px;
padding-top: 1.5px;
}

a{color: #0000ff;}

ul.nav.nav-tabs {
border-bottom: 1px solid #d8d8d8;
margin: 0px 0px !important;
}

#inbox .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
background: #ddd;
border: 1px solid #ddd;
cursor: pointer;
font-size: 17px;
}

.tab-content {margin-top: 20px;}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
border: 1px solid #ddd!important;
background: #1b2c58;
border-color: #1b2c58;
color: #fff;
}

#bottom-bar {display: block!important;}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
position: absolute;
top: 50%;
z-index: 99;
margin: 5px;
}

@media (min-width:320px) and (max-width:767px) {
.shop .section-title h2 {font-size: 18px;}
.large_product_pic {height: auto;margin-bottom: 15px;}
.small_pic img {width: 190px;object-fit: cover;}
.small_pic .title {margin-bottom: 4px;}
.small_pic {height: auto;margin-bottom: 15px;}
.featured_container .card {margin: 10px;}
.top-searches ul {column-count: 2;}
.top-searches ul li {line-height: 1.3;}
.top-searches ul li a {font-size: 13px;}
.details-desc {padding-top: 15px;}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {border: 1px solid #ddd!important;}
.shop-product01 {margin-bottom: 15px;}
.details-price h4 {font-size: 20px;}
}
.leisure-clothes {border: 1px solid #efefef;}
.leisure-clothes .leisure-breadcrumb li {display: inline-block;}
.leisure-clothes .leisure-breadcrumb li:nth-child(1) {color: #1b2c58;font-weight: 700;}
.leisure-clothes .best-clothes p {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.leisure-clothes .inner-caption {
	position: absolute;
	background: hsla(0, 0%, 100%, .8);
	top: 4%;
	right: 40px;
	left: auto;
	text-align: center;
	padding: 20px 20px;
}

.leisure-clothes .leisure-women-shop {
	padding: 15px;
}

.leisure-clothes .leisure-women-shop ul li {
	margin-bottom: 6px;
}

.leisure-clothes .leisure-women-shop ul li a {
	font-weight: 500;
	color: #282828;
	font-size: 16px;
}

.leisure-clothes .clothes-title {
	margin-bottom: 10px;
}

.leisure-clothes .clothes-title a {
	color: #1b2c58;
	font-size: 20px;
	font-weight: 700;
}

.leisure-clothes .more-products h3 {
	color: #1b2c58;
	text-transform: uppercase;
}

.leisure-clothes .leisure-clothes {
	border: 1px solid #efefef;
}

.leisure-clothes .leisure-shop-categories h3 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}

.leisure-clothes .leisure-shop-categories {
	padding: 20px 6px;
}

.leisure-clothes .leisure-shop-categories ul {
	line-height: 30px;
}

.leisure-clothes .leisure-best-categories h3 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.leisure-clothes .leisure-best-categories {padding: 20px 6px;}
.leisure-clothes .leisure-best-categories ul li {margin-bottom: 8px;line-height: 1.3;}
.leisure-clothes .leisure-best-categories ul li a {font-size: 14px;}
.leisure-clothes .leisure-best-categories .btn-primary-action {font-size: 14px;padding: 5px 20px;}
.leisure-clothes .leisure-work{display: flex;}
.leisure-clothes .leisure-work a{padding: 20px 18px;font-weight: 700;}
.leisure-clothes .shop-subtext{padding: 30px 0;}
.leisure-clothes.shop-subtext a{color: #1b2c58;font-weight: 600;}
.btn-primary-action:hover{color: #fff;}

@media (min-width:769px) and (max-width:1024px) {
	.leisure-clothes .inner-caption {
		top: 2%;
		right: 50px;
	}
}

@media only screen and (max-width:768px) {
	.leisure-clothes .inner-caption {
		position: relative;
		text-align: left;
		padding: 20px 10px;
		right: 0;
		left: auto;
	}
	.leisure-clothes .leisure-work {
		display: block;
		margin-bottom: 10px;
	}
	.leisure-clothes .leisure-work img {
		width: 100%;
	}
	.leisure-clothes .leisure-work a {
		padding: 0;
		font-size: 16px;
	}
}

.leisure-clothes .product-slider img {
	width: 100%;
}

.leisure-clothes .product-slider p {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	margin-bottom: 0;
}

.leisure-clothes .product-slider .leisure-offer-price {
	color: #1b2c58;
	font-weight: 700;
}

.leisure-clothes .carousel-control {
	width: auto;
	color: #000;
}

.carousel-control.right,
.leisure-clothes .carousel-control.left {
	margin-left: 0!important;
	background-image: none;
	top: 100px;
}

.leisure-work img {
	height: 160px;
	object-fit: cover;
	width: 160px;
}

.page-link{
color: #000;
text-decoration: none;
background-color: transparent;
border: 1px solid #23d6af;
}

.page-link:hover{
color: #fff;
background-color: #23d6af;
border-color: #23d6af;
}

.page-item.active .page-link {
background-color: rgb(35 214 175) !important;
border-color: rgb(35 214 175) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
font-size: 14px;
line-height: 1.5;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #fff !important;
background-color: #23d6af;
border-bottom: 1px solid #23d6af;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
color: #000;
}

.details-desc h1{font-size: 26px;line-height: 1.4;margin-top: -8px;}



.product-desc h3{
font-size: 28px;
color: #23262c;
font-weight: bold;
}

.product-desc p{
font-size: 16px;
line-height: 1.5;
}

.product-desc .table tr td b{
font-size: 16px;
font-weight: 400;
}

@media (max-width:767px) {
	.leisure-clothes .carousel-inner .active.left {
		left: -100%;
	}
	.leisure-clothes .carousel-inner .next {
		left: 100%;
	}
	.leisure-clothes .carousel-inner .prev {
		left: -100%;
	}
	.product-section .active>div {
		display: none;
	}
	.product-section .active>div:first-child {
		display: block;
	}
	.shop-clothes {
		padding: 0;
	}
	.shop-section h1 {
		font-size: 21px!important;
	}
	.shop-work h3 {
		font-size: 18px!important;
	}
	.leisure-clothes hr {
		margin-top: 0!important;
		margin-bottom: 20px!important;
	}
	.shopping h1 {
	font-size: 18px !important;
	margin-bottom: 0px;
}
.product-filter {
padding: 5px 0;
}
}

@media (min-width:767px) and (max-width:992px) {
	.leisure-clothes .carousel-inner .active.left {
		left: -50%;
	}
	.leisure-clothes .leisure-clothes .carousel-inner .next {
		left: 50%;
	}
	.leisure-clothes .carousel-inner .prev {
		left: -50%;
	}
	.product-section .active>div {
		display: none;
	}
	.product-section .active>div:first-child {
		display: block;
	}
	.product-section .active>div:first-child+div {
		display: block;
	}
}

@media (min-width:992px) {
	.leisure-clothes .carousel-inner .active.left {
		left: -16.7%;
	}
	.leisure-clothes .carousel-inner .next {
		left: 16.7%;
	}
	.leisure-clothes .carousel-inner .prev {
		left: -16.7%;
	}
}
