/* Shop by */
.shopby-content {
	width: 1280px;
	margin: auto;
	position: relative;
	padding-bottom: 30px;
}

.swiper-button-next {
	width: 25px !important;
	height: 25px !important;
	right: 0 !important;
	background-color: #FFF;
	border-radius: 50%;
	margin-right: -10px;
}

.swiper-button-prev {
	width: 25px !important;
	height: 25px !important;
	left: -10px !important;
	background-color: #FFF;
	border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 14px !important;
	font-weight: bolder;
}

.shopby-content h3 {
	border-bottom: 2px solid #FF9900;
	width: 20px;
	content: '';
	white-space: nowrap;
}

.shopby-item {
	cursor: pointer;
}

/* Color Circle */
.layout-color-circle {
	position: relative;
}

.layout-color-circle .swiper-container {
	height: 145px;
	padding-top: 10px;
}

.layout-color-circle .swiper-container .swiper-slide {
	transition-duration: .3s;
	-webkit-transition: .3s ease-out !important;
	-moz-transition: .3s ease-out !important;
	-o-transition: .3s ease-out !important;
	transition: .3s ease-out !important;
}

.layout-color-circle .swiper-container .swiper-slide:hover {
	transform: translate3d(0, -3px, 0);
	transition: .3s ease-out !important;
}

.shopby-content .layout-color-circle label {
	cursor: pointer;
}

.shopby-content .layout-color-circle .color {
	width: 105px;
	height: 105px;
	border: 2px solid #DDDDDD;
	border-radius: 50%;
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 0px #000000, inset 5px -7px 15px -12px #000000,
		0px 0px 0px 0px rgb(0 0 0/ 0%);
}

.shopby-content .layout-color-circle .active .color {
	border: 2px solid #0867B2;
}

.shopby-content .layout-color-circle .text {
	width: 105px;
	text-align: center;
	margin-top: 10px;
	text-transform: capitalize;
}

/* Color Img */
.layout-color-img {
	position: relative;
}

.layout-color-img .swiper-container {
	height: 145px;
	padding-top: 10px;
}

.layout-color-img .swiper-container .swiper-slide {
	transition-duration: .3s;
	-webkit-transition: .3s ease-out !important;
	-moz-transition: .3s ease-out !important;
	-o-transition: .3s ease-out !important;
	transition: .3s ease-out !important;
}

.layout-color-img .swiper-container .swiper-slide:hover {
	transform: translate3d(0, -3px, 0);
	transition: .3s ease-out !important;
}

.shopby-content .layout-color-img label {
	cursor: pointer;
}

.shopby-content .layout-color-img .color {
	box-sizing: border-box;
}

.shopby-content .layout-color-img .color img {
	width: 105px;
	height: 105px;
}

.shopby-content .layout-color-img .text {
	width: 105px;
	text-align: center;
	margin: 5px 0;
	text-transform: capitalize;
}

.shopby-content .layout-color-img .text.active {
	color: #0867b2 !important;
	font-weight: 600 !important;
}

/* Color Rec */
.layout-color-rec {
	position: relative;
}

.shopby-content .layout-color-rec label {
	cursor: pointer;
}

.shopby-content .layout-color-rec .color {
	width: 100%;
	height: 125px;
	border-radius: 8px;
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
}

.shopby-content .layout-color-rec .active {
	border: 2px solid #0066b3;
	overflow: hidden;
	border-radius: 8px;
	box-sizing: border-box;
}

.shopby-content .layout-color-rec .text {
	bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #999;
	font-weight: normal;
	padding: 5px 0;
	left: 0px;
	text-transform: capitalize;
}

.shopby-content .layout-color-rec .active .text {
	border-left: 1px solid #0066b3;
	border-right: 1px solid #0066b3;
	border-bottom: 1px solid #0066b3;
}

/* S4 */
.layout-s4 {
	position: relative;
}

.shopby-content .layout-s4 label>div.img {
	transition-duration: .2s;
	-webkit-transition: .2s ease-out !important;
	-moz-transition: .2s ease-out !important;
	-o-transition: .2s ease-out !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s4 label>div.img.active {
	border: 2px solid #0867B2 !important;
	background-color: #FFF;
}

.shopby-content .layout-s4 label>div.img:hover {
	border: 2px solid #0066b3 !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s4 label {
	cursor: pointer;
	color: #000000;
}

.shopby-content .layout-s4 .text {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.shopby-content .layout-s4 .img {
	width: 99%;
	height: 120px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border: 2px solid #e8eaee !important;
	background-color: #FFF;
}

/* S5 */
.layout-s5 {
	position: relative;
}

.shopby-content .layout-s5 label>div.img {
	transition-duration: .2s;
	-webkit-transition: .2s ease-out !important;
	-moz-transition: .2s ease-out !important;
	-o-transition: .2s ease-out !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s5 label>div.img.active {
	border: 2px solid #0867B2 !important;
}

.shopby-content .layout-s5 label>div.img:hover {
	border: 2px solid #0066b3 !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s5 label {
	cursor: pointer;
	color: #000000;
}

.shopby-content .layout-s5 .text {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.shopby-content .layout-s5 .img {
	width: 228px;
	height: 228px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border: 2px solid #e8eaee !important;
	background-color: #FFF;
}

/* S6 */
.layout-s6 {
	position: relative;
}

.shopby-content .layout-s6 label>div.img {
	transition-duration: .2s;
	-webkit-transition: .2s ease-out !important;
	-moz-transition: .2s ease-out !important;
	-o-transition: .2s ease-out !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s6 label>div.img.active {
	border: 2px solid #0867B2 !important;
}

.shopby-content .layout-s6 label>div.img:hover {
	border: 2px solid #0066b3 !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s6 label {
	cursor: pointer;
	color: #000000;
}

.shopby-content .layout-s6 .text {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.shopby-content .layout-s6 .img {
	width: 285px;
	height: 285px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border: 2px solid #e8eaee !important;
	background-color: #FFF;
}

/* S7 */
.layout-s7 {
	position: relative;
}

.shopby-content .layout-s7 label>div.img {
	transition-duration: .2s;
	-webkit-transition: .2s ease-out !important;
	-moz-transition: .2s ease-out !important;
	-o-transition: .2s ease-out !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s7 label>div.img.active {
	border: 2px solid #0867B2 !important;
}

.shopby-content .layout-s7 label>div.img:hover {
	border: 2px solid #0066b3 !important;
	transition: .2s ease-out !important;
}

.shopby-content .layout-s7 label {
	cursor: pointer;
	color: #000000;
}

.shopby-content .layout-s7 .text {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.shopby-content .layout-s7 .img {
	width: 191.6px;
	height: 191.6px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border: 2px solid #e8eaee !important;
	background-color: #FFF;
}

/* BRAND */
.layout-brand {
	position: relative;
}

.layout-brand .swiper-container {
	background-color: #fff;
	border-radius: 10px;
	/* padding: 0 12px !important; */
}

.layout-brand .swiper-container .swiper-slide {
	transition-duration: .3s;
	-webkit-transition: .3s ease-out !important;
	-moz-transition: .3s ease-out !important;
	-o-transition: .3s ease-out !important;
	transition: .3s ease-out !important;
}

.layout-brand .swiper-container .swiper-slide:hover {
	transform: translate3d(0, -3px, 0);
	transition: .3s ease-out !important;
}

.shopby-content .layout-brand label {
	cursor: pointer;
	color: #000000;
}

.shopby-content .layout-brand .text {
	width: 100%;
	text-align: center;
	padding-top: 60px;
	text-transform: capitalize;
}

.shopby-content .layout-brand .img {
	width: 100%;
	height: 100px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: bottom;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 16px auto;
	background-size: contain;
}

.shopby-content .layout-brand .img.active {
	border: 2px solid #0066b3;
	border-radius: 10px;
}

.shopby-content .layout-brand .swiper-button-next, .shopby-content .layout-brand .swiper-button-prev
	{
	top: 60% !important;
}

/* SIZE */
.layout-size {
	position: relative;
}

.shopby-content .layout-size .block {
	cursor: pointer;
	color: #FFF;
	background-color: #0066b3;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	width: 225px;
	margin: 5px;
}

/* SBC : Tab Style */
.shopby-content.tab-style {
	.hp-tab {
		width: 100%;
		overflow: hidden;
		table-layout: auto;
		padding: 0 !important;
		background-color: #fff;
	}
	.hp-tab .swiper-slide.active {
		border: none;
		border-radius: 0;
		border-right: 1px solid #ccc;
		padding-right: 0;
	}
	.hp-tab .swiper-slide {
		width: auto !important;
		padding: 0 !important;
		border: unset !important;
	}
	.swiper-slide.active {
		border: 1px solid #0165b2;
		border-radius: 6px;
		padding-right: 2px;
	}
	.hp-tab .item:hover button {
		color: #F79421 !important;
		background-color: #FFFFFF !important;
		border: 1px solid #f79420 !important;
		box-sizing: border-box;
	}
	.hp-tab .item.active button {
		color: #f79421 !important;
		background-color: #fff3e5 !important;
		border: 1px solid #fff3e5 !important;
		font-weight: 600 !important;
		box-shadow: unset !important;
		border-radius: 6px !important;
	}
	.hp-tab button {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
		display: table-cell;
		vertical-align: middle;
		background-color: #ebf3fa;
		border: 1px solid #ebf3fa;
		padding: 4px 16px;
		color: #0065b2 !important;
		width: auto;
		height: 32px;
		border-radius: 6px;
		box-sizing: border-box;
		cursor: pointer;
		transition: .3s;
		text-transform: lowercase;
	}
	.ui.tabular.menu {
		border-bottom: unset;
	}
	h3 {
		display: none;
	}
}

.shopby-content.tab-style .layout-color-img {
	.swiper-slide {
		max-width: 120px;
	}
	.shopby-item  {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.color img {
		width: 90px;
		height: 90px;
	}
	.color {
		border-radius: 10px;
		box-sizing: border-box;
		border: 2px solid #e8eaee !important;
		background-color: #fff;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}
	.shopby-item.active .color {
		border: 2px solid #0867B2 !important;
	}
}

/* EBC : Tab Style */

/* SBC :7 Column */
.layout-7c {
	position: relative;
}
.layout-7c .swiper-slide {
	width: 158px !important;
}
.shopby-content .layout-7c label > div.img {
	transition-duration: .2s;
	-webkit-transition: .2s ease-out!important;
	-moz-transition: .2s ease-out!important;
	-o-transition: .2s ease-out!important;
	transition: .2s ease-out!important;
}
.shopby-content .layout-7c label > div.img.active {
	border: 2px solid #0867B2 !important;
}
.shopby-content .layout-7c label > div.img:hover {
	border: 2px solid #0066b3 !important;
	transition: .2s ease-out!important;
}
.shopby-content .layout-7c label {
	cursor: pointer;
	color: #000000;
}
.shopby-content .layout-7c .text {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shopby-content .layout-7c .img {
	width: 158px;
	height: 158px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border: 2px solid #e8eaee !important;
	background-color: #FFF;
}
/* EBC :7 Column */

/* SBC :10 Column */
.layout-10c {
	position: relative;
}
.shopby-content .layout-10c label > div.img {
	transition-duration: .2s;
	-webkit-transition: .2s ease-out!important;
	-moz-transition: .2s ease-out!important;
	-o-transition: .2s ease-out!important;
	transition: .2s ease-out!important;
}
.shopby-content .layout-10c label > div.img.active {
	border: 2px solid #0867B2 !important;
}
.shopby-content .layout-10c label > div.img:hover {
	border: 2px solid #0066b3 !important;
	transition: .2s ease-out!important;
}
.shopby-content .layout-10c label {
	cursor: pointer;
	color: #000000;
}
.shopby-content .layout-10c .text {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shopby-content .layout-10c .img {
	width: 118px;
	height: 118px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	border: 2px solid #e8eaee !important;
	background-color: #FFF;
}
/* EBC :10 Column */