/* Flaxoc Fashion Ecommerce Business HTML Template */

/* 

	font-family: 'Outfit', sans-serif;
	font-family: 'Jost', sans-serif;
	font-family: 'Josefin Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Space Grotesk', sans-serif;
	
*/

/*** 

====================================================================
	Main Slider Section
====================================================================

***/
p,
.text {
	color: var(--color-twelve);
	font-size: 17px;
}

.main-slider {
	position: relative;
	overflow: hidden;
	background-color: var(--color-four);
}

.main-slider .auto-container {
	position: relative;
}

.main-slider .slide {
	position: relative;
	overflow: hidden;
}

.main-slider .left-content {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-bottom: var(--margin-bottom-120);
}

.main-slider .left-content .image {
	position: relative;
	opacity: 0;
	display: inline-block;
	transform: rotateY(90deg);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .left-content .image {
	opacity: 1;
	transform: rotateY(0deg);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider .left-content .image .tag {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	font-weight: 500;
	padding: 4px 12px;
	font-size: var(--font-12);
	color: var(--black-color);
	text-transform: uppercase;
	background-color: var(--white-color);
}

.main-slider .left-content .image:before {
	position: absolute;
	content: '';
	right: -17px;
	top: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px dashed var(--color-thirtytwo);
	border-radius: 0px 0px 170px 170px;
}

.main-slider .left-content .image img {
	position: relative;
	width: 330px;
	height: 427px;
	overflow: hidden;
	border-radius: 0px 0px 170px 170px;
}

.main-slider .left-content .content {
	position: relative;
	margin-top: var(--margin-top-90);
}

.main-slider .curve-layer {
	position: absolute;
	left: 0px;
	bottom: -150px;
	width: 949px;
	height: 300px;
	z-index: -1;
	background-repeat: no-repeat;
}

.main-slider .title {
	position: relative;
	opacity: 0;
	z-index: 1;
	font-weight: 500;
	font-size: var(--font-15);
	text-transform: capitalize;
	color: var(--black-color);
	transform-origin: top;
	display: inline-block;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: var(--font-family-Archivo);
	margin-bottom: var(--margin-bottom-15);
}

.main-slider .title:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	height: 1px;
	bottom: 2px;
	background-color: var(--main-color);
}

.main-slider .active .title {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider h2 {
	opacity: 0;
	z-index: 1;
	transform-origin: top;
	text-transform: uppercase;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-20);
}

.main-slider h2 a {
	position: relative;
	display: inline-block;
	color: var(--black-color);
}

.main-slider h2 a:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	height: 2px;
	bottom: 12px;
	z-index: -1;
	background-color: var(--main-color);
}

.main-slider h2 a:hover {
	color: var(--main-color);
}

.main-slider .active h2 {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.main-slider .collection {
	position: relative;
	opacity: 0;
	font-weight: 400;
	transform-origin: top;
	font-size: var(--font-15);
	color: var(--black-color);
	display: inline-block;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	padding-right: var(--padding-right-25);
}

.main-slider .collection:before {
	position: absolute;
	content: "\f10e";
	right: 0px;
	top: 2px;
	font-size: var(--font-14);
	font-family: "flaticon";
}

.main-slider .collection:hover {
	color: var(--main-color);
}

.main-slider .active .collection {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-slider .arrow {
	position: relative;
	width: 24px;
	display: block;
	opacity: 0;
	transform-origin: top;
	display: inline-block;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top: var(--margin-top-30);
}

.main-slider .active .arrow {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

/* Right Content */

.main-slider .right-content {
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 660px;
	width: 100%;
	z-index: 2;
}

.main-slider .right-content .image {
	position: relative;
	opacity: 0;
	display: inline-block;
	transform: rotateY(90deg);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .right-content .image {
	opacity: 1;
	transform: rotateY(0deg);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.main-slider .right-content .image .tag {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 1;
	font-weight: 500;
	padding: 4px 12px;
	font-size: var(--font-12);
	color: var(--black-color);
	text-transform: uppercase;
	background-color: var(--white-color);
}

.main-slider .right-content .image img {
	position: relative;
	width: 330px;
	height: 427px;
	overflow: hidden;
	border-radius: 170px 170px 0px 0px;
}

.main-slider .vector-layer {
	position: absolute;
	left: -70px;
	top: 0px;
	z-index: -1;
	width: 265px;
	height: 339px;
	background-repeat: no-repeat;
}

.main-slider .vector-layer-two {
	position: absolute;
	left: 35%;
	top: 42%;
	width: 57px;
	height: 54px;
	background-repeat: no-repeat;
}

.main-slider .vector-layer-three {
	position: absolute;
	left: -100px;
	top: 46%;
	width: 52px;
	height: 30px;
	background-repeat: no-repeat;
}

.main-slider .right-content .content {
	position: relative;
	margin-top: var(--margin-top-110);
	margin-left: var(--margin-left-45);
}

/* Center Content */

.main-slider .center-content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 150px;
	text-align: center;
}

.main-slider .center-content h1 {
	position: relative;
	opacity: 0;
	transform-origin: top;
	transform: translateY(-200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;

	color: var(--black-color);
	text-transform: uppercase;
}

.main-slider .center-content h1 span {
	color: var(--main-color);
}

.main-slider .active h1 {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.main-slider .center-content .text {
	font-size: var(--font-18);
	margin-top: var(--margin-top-15);

	opacity: 0;
	transform-origin: top;
	transform: translateY(-200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .text {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-slider .arrow {
	position: relative;
	width: 24px;
	display: block;
	margin-top: var(--margin-top-20);
}

.main-slider .circle-layer {
	position: absolute;
	right: 0px;
	top: 100px;
}

.main-slider .owl-dots {
	display: none;
}

.main-slider .owl-nav {
	position: absolute;
	left: -200px;
	right: 0px;
	bottom: 20px;
	text-align: center;
}

.main-slider .owl-nav .owl-prev {
	position: relative;
	width: 76px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/main-slider/prev-arrow.svg) center center no-repeat;
}

.main-slider .owl-nav .owl-next {
	position: relative;
	width: 76px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/main-slider/next-arrow.svg) center center no-repeat;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	background-color: var(--white-color);
}

/* Scroll Box */

.main-slider .scroll-box {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 10;
	cursor: pointer;
	font-size: var(--font-50);
	font-family: "Flaticon";
	color: var(--main-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.main-slider .scroll-box:hover {
	color: var(--main-color);
}

/* Social Box */

.main-slider .social-box {
	position: absolute;
	left: 0px;
	z-index: 1;
	bottom: 0px;
	padding: 16px 32px;
	background-color: var(--white-color);
}

.main-slider .social-box a {
	position: relative;
	font-weight: 500;
	margin: 0px 8px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-five);
}

.main-slider .social-box:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	background: url(../images/main-slider/vector-1.png) center center no-repeat;
}

.main-slider .social-box a:hover {
	color: var(--main-color);
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
	position: relative;
}

.featured-section .inner-container {
	position: relative;
	box-shadow: 0px 17px 27px rgba(0, 0, 0, 0.04);
}

.feature-block {
	position: relative;
}

.feature-block .inner-box {
	position: relative;
	padding: 29px 35px;
	border-right: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.feature-block:last-child .inner-box {
	border: none;
}

.feature-block .content {
	position: relative;
	padding-left: var(--padding-left-60);
}

.feature-block .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 1em;
	color: var(--color-seven);
	font-size: var(--font-40);
	font-family: "flaticon";
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.feature-block .inner-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.feature-block:nth-child(2) .inner-box .icon {
	color: var(--main-color);
}

.feature-block:nth-child(3) .inner-box .icon {
	color: var(--color-eight);
}

.feature-block:nth-child(4) .inner-box .icon {
	color: var(--color-two);
}

.feature-block strong {
	position: relative;
	display: block;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-16);
}

.feature-block .text {
	position: relative;
	display: block;
	font-weight: 400;
	color: var(--color-six);
	font-size: var(--font-15);
}

.featured-section.style-two {
	padding: 10px 0px;
	box-shadow: 0px 17px 27px rgba(0, 0, 0, 0.04);
}

.featured-section.style-two .inner-container {
	box-shadow: inherit;
}

.featured-section.style-two .feature-block .inner-box {
	border: none;
}

.featured-section.style-two .feature-block .inner-box:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 50%;
	width: 1px;
	height: 28px;
	transform: translateY(-50%);
	background-color: var(--color-fifty);
}

.featured-section.style-two .feature-block:last-child .inner-box:before {
	display: none;
}

/*** 

====================================================================
	Fashion Section
====================================================================

***/

.fashion-section {
	position: relative;
	padding: 80px 0px;
}

.fashion-section .left-circle-layer {
	position: absolute;
	left: 0px;
	top: 0px;
}

.fashion-section .right-circle-layer {
	position: absolute;
	right: 0px;
	top: 0px;
}

.fashion-section .inner-container {
	position: relative;
}

.fashion-section .big-title {
	position: relative;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	font-size: var(--font-130);
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	font-family: var(--font-family-Archivo);
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.40);
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
}

.testimonial-section .inner-container {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block .icon {
	position: relative;
	width: 86px;
	margin: 0 auto;
	margin-bottom: var(--margin-bottom-30);
}

.testimonial-block .text {
	line-height: 50px;
	color: var(--black-color);
	font-size: var(--font-28);
	margin-bottom: var(--margin-bottom-25);
}

.testimonial-block .text span {
	color: var(--main-color);
}

.testimonial-block .quote-icon {
	position: relative;
	right: 50px;
	bottom: 20px;
	opacity: 0.10;
	line-height: 1em;
	text-align: right;
	font-size: var(--font-40);
	font-family: "Flaticon";
}

.testimonial-section .owl-nav {
	position: relative;
	margin-top: -35px;
	text-align: center;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
	position: relative;
	max-width: 130px;
	width: 100%;
	z-index: 1;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: "flaticon";
}

.testimonial-section .owl-dots {
	position: relative;
	top: -28px;
	left: -15px;
	text-align: center;
	counter-reset: slides-num;
}

.testimonial-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 28px;
	counter-increment: slides-num;
}

.testimonial-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: var(--font-16);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "0" counter(slides-num) "";
}

.testimonial-section .owl-dots .owl-dot span:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 2px;
	opacity: 0;
	background-color: var(--main-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover span:after,
.testimonial-section .owl-dots .owl-dot.active span:after {
	opacity: 1;
}

.testimonial-section .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) "";
}

.testimonial-section .owl-dots .owl-dot:hover span,
.testimonial-section .owl-dots .owl-dot.active span {
	color: var(--main-color);
	opacity: 1;
}

.testimonial-section.style-two {
	position: relative;
	padding: 100px 0px 80px;
	background-color: rgba(var(--color-twentyeight-rgb), 0.40);
}

.testimonial-section.style-three {
	padding: 100px 0px 70px;
}

/*** 

====================================================================
	Product Section
====================================================================

***/

.product-section {
	position: relative;
	padding: 100px 0px 0px;
}

.product-section.style-two .outer-container {
	max-width: auto;
}

.product-section.style-two .outer-container:before {
	display: none;
}

.product-section.style-two .inner-container:before {
	position: absolute;
	content: '';
	left: -25px;
	top: -25px;
	right: -23px;
	bottom: 5px;
	border: 1px solid var(--color-thirtyfive);
}

.product-section.style-two .sec-title {
	margin-bottom: var(--margin-bottom-70);
}

.product-section.style-two .owl-nav .owl-next {
	right: -105px;
}

.product-section .sec-title h2 {
	font-family: var(--font-family-Jost);
}

.product-section .outer-container {
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: var(--padding-bottom-60);
}

.product-section .outer-container:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 70px;
	right: -15px;
	bottom: 0px;
	border: 1px dashed var(--color-thirtyfour);
}

.product-section .sec-title h2 span {
	padding: 0px 120px;
	background-color: var(--white-color);
}

.product-section .sec-title h2 span:before {
	z-index: 1;
}

.product-section .inner-container {
	position: relative;
	padding-left: 330px;
}

.product-section .project-tab .tab-btns-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	padding: 60px 40px;
	background-color: var(--color-ten);
}

.product-section .project-tab .tab-btns-box h5 {
	font-size: var(--font-20);
	margin-bottom: var(--margin-bottom-50);
}

.product-section .project-tab .tab-btns-box .p-tab-btn {
	position: relative;
	cursor: pointer;
	display: block;
	font-weight: 400;
	color: var(--color-nine);
	font-size: var(--font-18);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-bottom: var(--margin-bottom-35);
}

.product-section .project-tab .tab-btns-box .p-tab-btn:before {
	position: absolute;
	content: '\f105';
	right: 0px;
	font-family: 'FontAwesome';
}

.product-section .project-tab .tab-btns-box .p-tab-btn:last-child {
	margin-bottom: var(--margin-zero);
}

.product-section .project-tab .tab-btns-box .p-tab-btn:hover,
.product-section .project-tab .tab-btns-box .p-tab-btn.active-btn {
	color: var(--main-color);
}

.product-section .project-tab .p-tabs-content {
	position: relative;
	display: block;
}

.product-section .project-tab .p-tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	visibility: hidden;
}

.product-section .project-tab .p-tab.active-tab {
	position: relative;
	visibility: visible;
	z-index: 5;
}

.product-section .p-tab.active-tab .shop-item {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.product-section .p-tab .shop-item {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}

.product-section .button-box {
	margin-top: var(--margin-top-20);
}

.product-section .owl-dots {
	display: none;
}

.product-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 37%;
	right: 0px;
}

.product-section .owl-nav .owl-prev {
	display: none;
}

.product-section .owl-nav .owl-next {
	position: absolute;
	width: 50px;
	height: 20px;
	right: -75px;
	display: block;
	background: url(../images/icons/next-arrow.svg) no-repeat;
}

.product-section.style-three .outer-container:before {
	display: none;
}

.product-section.style-three .sec-title h2 {
	font-weight: 400;
	font-size: var(--font-30);
}

.product-section.style-three .sec-title h2 span {
	padding: var(--padding-zero);
	background: none;
}

.product-section.style-three .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.product-section.style-three .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

/* Shop Item */

.shop-item {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-item .inner-box {
	position: relative;
}

.shop-item .image {
	position: relative;
	overflow: hidden;
	background-color: var(--color-eleven);
}

.shop-item .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .inner-box:hover .image img {
	/* transform:scale(1.04,1.04); */
}

.shop-item .image:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.shop-item .inner-box:hover .image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.shop-item .quick-view {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -55px;
	padding: 7px 10px;
	text-align: center;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--black-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .quick-view:hover {
	background-color: var(--main-color);
}

.shop-item .inner-box:hover .quick-view {
	bottom: 15px;
}

.shop-item .off-tag {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: 500;
	padding: 2px 15px;
	line-height: 26px;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: var(--white-color);
}

.shop-item .stock-out {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: 500;
	padding: 2px 15px;
	line-height: 26px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: var(--black-color);
	z-index: 999;
}

.shop-item .new-stock {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: 500;
	padding: 2px 15px;
	line-height: 26px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: var(--color-two);
	z-index: 1;
}

.shop-item .lower-content {
	position: relative;
	padding-top: var(--padding-top-20);
	text-align: center;
}

.shop-item .rating {
	position: relative;
	font-size: var(--font-14);
	color: var(--color-eight);
}

.shop-item .rating .light {
	position: relative;
	opacity: 0.20;
	color: var(--black-color);
}

.shop-item h6 {
	font-weight: 500;
	font-size: var(--font-20);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Jost);
}

.shop-item h6 a {
	position: relative;
	color: var(--black-color);
}

.shop-item .price {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-18);
	margin-top: var(--margin-top-10);
	color: rgba(var(--black-color-rgb), 0.90);
}

.shop-item .price span {
	position: relative;
	color: var(--black-color);
	text-decoration: line-through;
	margin-right: var(--margin-right-10);
}

.shop-item .inner-box:hover .price:before {
	opacity: 1;
}

.shop-item .options-box {
	position: absolute;
	right: 15px;
	top: 15px;
	bottom: 15px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .options-box .plus {
	position: relative;
	width: 42px;
	height: 42px;
	z-index: 1;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	font-family: "flaticon";
	color: var(--black-color);
	background-color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .inner-box:hover .options-box .plus {
	color: var(--white-color);
	background-color: var(--main-color);
}

.shop-item .option-list {
	position: relative;
	margin-top: var(--margin-top-20);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item .option-list li {
	position: relative;
	width: 42px;
	right: -80px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: var(--margin-bottom-15);
}

.shop-item .option-list li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-weight: 500;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-family: "flaticon";
	font-size: var(--font-16);
	background-color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .option-list li:nth-child(2) a::before {
	display: inline-block;
	animation: heartBeat 1.3s infinite running;
}

@keyframes heartBeat {
	0% {
		transform: scale(1);
	}

	14% {
		transform: scale(1.3);
	}

	28% {
		transform: scale(1);
	}

	42% {
		transform: scale(1.3);
	}

	70% {
		transform: scale(1);
	}
}

.shop-item .option-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-item .option-list li a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.shop-item .inner-box:hover .option-list li {
	right: 0px;
}

.shop-item .inner-box:hover .option-list li:nth-child(2) {
	right: 0px;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.shop-item .inner-box:hover .option-list li:nth-child(3) {
	right: 0px;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.shop-item .inner-box:hover .option-list li:nth-child(4) {
	right: 0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

/***

==================================================================
	Sponsors Section
==================================================================

***/

.sponsors-section {
	position: relative;
	padding: 120px 0px 60px;
}

.sponsors-section .inner-container {
	position: relative;
}

.sponsors-section .sponsors-outer {
	position: relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav {
	position: relative;
	display: none;
}

.sponsors-section .sponsors-outer .image-box {
	position: relative;
	text-align: center;
	margin: var(--margin-zero);
}

.sponsors-section .sponsors-outer .image-box img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sponsors-section .sponsors-outer .image-box img:hover {
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/***

==================================================================
	Sponsors Section Two
==================================================================

***/

.sponsors-section-two {
	position: relative;
	padding: 0px 0px 70px;
}

.sponsors-section-two h6 {
	font-weight: 400;
	color: var(--black-color);
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-35);
}

.sponsors-section-two .inner-container {
	position: relative;
}

.sponsors-section-two .sponsors-outer {
	position: relative;
}

.sponsors-section-two .sponsors-outer .owl-dots,
.sponsors-section-two .sponsors-outer .owl-nav {
	position: relative;
	display: none;
}

.sponsors-section-two .sponsors-outer .image-box {
	position: relative;
	text-align: center;
	margin: var(--margin-zero);
}

.sponsors-section-two .sponsors-outer .image-box img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sponsors-section-two .sponsors-outer .image-box img:hover {
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/***

==================================================================
	Dress Section
==================================================================

***/

.dress-section {
	position: relative;
	padding: 30px 0px 90px;
}

.dress-section.style-two {
	padding-top: var(--padding-zero);
}

.dress-section .vector-one {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 290px;
	height: 297px;
	background-repeat: no-repeat;
}

.dress-section .inner-container {
	position: relative;
}

.dress-section .image-column {
	position: relative;
}

.dress-section .image-column .inner-column {
	position: relative;
	padding-right: var(--padding-right-110);
}

.dress-section .image {
	position: relative;
}

.dress-section .image img {
	position: relative;
	width: 100%;
	display: block;
}

.dress-section .vector-two {
	position: absolute;
	left: -60px;
	bottom: 0px;
	width: 226px;
	height: 117px;
	z-index: -1;
	background-repeat: no-repeat;
}

.dress-section .vector-three {
	position: absolute;
	left: 4%;
	top: 20%;
	width: 25px;
	height: 23px;
	background-repeat: no-repeat;
}

.dress-section .vector-four {
	position: absolute;
	right: -12px;
	top: 0px;
	width: 29px;
	height: 100%;
	z-index: 1;
	background-repeat: repeat-y;
}

.dress-section .content-column {
	position: relative;
}

.dress-section .content-column .inner-column {
	position: relative;
}

.dress-section .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.dress-section .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.dress-section .sec-title h2 {
	line-height: 46px;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Josefin);
}

.dress-section .owl-nav {
	display: none;
}

.dress-section .owl-dots {
	position: absolute;
	right: 270px;
	bottom: 135px;
	counter-reset: slides-num;
}

.dress-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num;
	margin-right: var(--margin-right-15);
}

.dress-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	font-weight: 500;
	padding: 3px 8px 2px;
	border-radius: 20px;
	font-size: var(--font-13);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "0" counter(slides-num) "";
	border: 1px solid transparent;
	font-family: var(--font-family-DMSans);
}

.dress-section .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) "";
}

.dress-section .owl-dots .owl-dot:hover span,
.dress-section .owl-dots .owl-dot.active span {
	opacity: 1;
	border-color: rgba(var(--black-color-rgb), 0.20);
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.brand-section {
	position: relative;
}

.brand-section .animation_mode {
	position: relative;
	min-height: 115px;
}

.brand-section .outer-container {
	position: relative;
	padding: 15px 0px 15px;
	border-top: 1px dotted rgba(var(--black-color-rgb), 0.15);
	border-bottom: 1px dotted rgba(var(--black-color-rgb), 0.15);
}

.brand-section .marque-box {
	position: relative;
	z-index: 1;
	padding: 100px 0px;
	-webkit-animation: marquee 32s linear infinite;
	animation: marquee 32s linear infinite;
}

.brand-section .marque-box div {
	position: relative;
}

.brand-section span {
	position: relative;
	font-weight: 400;
	line-height: 1em;
	padding: 10px 0px;
	display: inline-block;
	font-size: var(--font-60);
	color: var(--color-ten);
}

.brand-section a {
	position: relative;
	padding: 10px 0px;
	line-height: 1em;
	top: 10px;
	display: inline-block;
	font-size: var(--font-60);
	color: rgba(var(--white-color-rgb), 0.90);
	font-family: var(--font-family-Outfit);
}

.brand-section i {
	position: relative;
	font-style: normal;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.20);
	font-family: var(--font-family-Roboto);
}

.brand-section strong {
	font-weight: 400;
	color: var(--main-color);
}

.brand-section img {
	margin: 0px 30px 0px;
}

/*** 

====================================================================
	Fashion Section Two
====================================================================

***/

.fashion-section-two {
	position: relative;
	padding: 90px 0px 80px;
	background-color: var(--color-four);
}

.fashion-section-two .title-column {
	position: relative;
}

.fashion-section-two .title-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-50);
}

.fashion-section-two .title-column .title {
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	display: inline-block;
	font-family: var(--font-family-Archivo);
}

.fashion-section-two .title-column .title:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) center center no-repeat;
}

.fashion-section-two .title-column h2 {
	text-transform: uppercase;
	font-size: var(--font-36);
	color: var(--black-color);
	margin-top: var(--margin-top-20);
}

.fashion-section-two .title-column .rating {
	position: relative;
	font-size: var(--font-14);
	color: var(--color-fourteen);
	margin-top: var(--margin-top-15);
}

.fashion-section-two .title-column .rating .fa {
	position: relative;
	color: var(--color-thirteen);
}

.fashion-section-two .title-column .rating .fa.light {
	opacity: 0.20;
	color: var(--black-color);
}

.fashion-section-two .title-column .rating i {
	font-style: normal;
	margin-left: var(--margin-left-5);
}

.fashion-section-two .title-column .text {
	margin-top: var(--margin-top-15);
}

.fashion-section-two .title-column .price {
	position: relative;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--black-color);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-25);
}

.fashion-section-two .title-column .price span {
	position: relative;
	font-weight: 400;
	opacity: 0.60;
	font-size: var(--font-14);
	text-decoration: line-through;
	margin-left: var(--margin-left-5);
}

.fashion-section-two .title-column .price i {
	position: relative;
	padding: 3px 9px;
	font-style: normal;
	font-size: var(--font-13);
	margin-left: var(--margin-left-5);
	font-family: var(--font-family-Roboto);
	background: url(../images/icons/vector-5.png) no-repeat;
}

/* Quality Box */

.quantity-box {
	position: relative;
}

/* Item Quantity */

.item-quantity {
	position: relative;
	width: 100%;
	max-width: 140px;
	padding: 0px 45px;
	display: inline-block;
}

.quantity-box .item-quantity .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	max-width: 144px;
	width: 100%;
	height: 42px;
}

.quantity-box .item-quantity input.qty-spinner {
	line-height: 44px;
	height: 44px;
	width: 50px !important;
	padding: 0px !important;
	box-shadow: none !important;
	border: none;
	text-align: center;
	font-size: var(--font-18);
	font-weight: 500;
	color: #1e1e2a;
	border: none;
	border-radius: 0;
}

.quantity-box .item-quantity input.qty-spinner:focus {
	background: none;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
	position: absolute;
	height: 44px;
	width: 44px;
	background-color: var(--white-color);
	padding: 6px 0px !important;
	line-height: 30px;
	left: -43px;
	top: -44px;
	border-radius: 0px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
	position: absolute;
	height: 44px;
	width: 44px;
	background-color: var(--white-color);
	padding: 6px 0px !important;
	line-height: 30px;
	right: -45px;
	top: -44px;
	border-radius: 0px;
	margin-top: 0px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:hover,
.quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:hover {
	border-color: var(--main-color);
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\f10d";
	color: #0c2957;
	font-weight: 700;
	font-style: normal;
	font-family: "flaticon";
	font-size: var(--font-12);
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f1b0";
	color: #0c2957;
	font-weight: 700;
	font-style: normal;
	font-family: "flaticon";
	font-size: var(--font-12);
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
	left: 15px;
	font-size: inherit !important;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: 0px;
}

/* Social Box */

.fashion-section-two .social-box {
	position: relative;
	margin-top: var(--margin-top-90);
}

.fashion-section-two .social-box li {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-15);
}

.fashion-section-two .social-box li.share {
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--color-fourteen);
}

.fashion-section-two .social-box li a {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fourteen);
}

.fashion-section-two .social-box li a:hover {
	color: var(--main-color);
}

.fashion-section-two .vector-one {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 248px;
	height: 360px;
}

.fashion-section-two .shop-column {
	position: relative;
}

.fashion-section-two .shop-column .inner-column {
	position: relative;
}

.fashion-section-two .content-carousel {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding-right: 400px;
}

.fashion-section-two .swiper-container {
	padding-bottom: var(--padding-bottom-100);
}

.fashion-section-two .shop-column .inner-column:before {
	position: absolute;
	content: '';
	left: -150px;
	bottom: 123px;
	height: 1px;
	width: 710px;
	background-color: var(--black-color);
}

.fashion-section-two .content-carousel .image {
	position: relative;
	display: inline-block;
}

.fashion-section-two .content-carousel .image img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 200px 200px 0px 0px;
}

.fashion-section-two .content-carousel .image .vector-two {
	position: absolute;
	right: -110px;
	top: 0px;
	width: 248px;
	height: 360px;
}

.fashion-section-two .content-carousel .image .resize {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 42px;
	height: 42px;
	z-index: 1;
	line-height: 42px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "flaticon";
	color: var(--black-color);
	background-color: var(--white-color);
}

.fashion-section-two .content-carousel .image .like {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 42px;
	height: 42px;
	z-index: 1;
	line-height: 42px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "flaticon";
	color: var(--black-color);
	background-color: var(--white-color);
}

.fashion-section-two .content-carousel .image .like:hover,
.fashion-section-two .content-carousel .image .resize:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.fashion-section-two .content-carousel .cart-box {
	position: absolute;
	left: 50%;
	z-index: 2;
	bottom: -100px;
	width: 200px;
	height: 200px;
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: var(--font-20);
	color: var(--black-color);
	text-transform: uppercase;
	transform: translateX(-50%);
	padding-top: var(--padding-top-55);
	background-color: var(--white-color);
	font-family: var(--font-family-Archivo);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.fashion-section-two .content-carousel .cart-box span {
	position: relative;
	display: block;
	margin-bottom: var(--margin-bottom-10);
}

.fashion-section-two .shop-column .thumbs-carousel {
	position: absolute;
	right: 180px;
	top: 40px;
}

.fashion-section-two .shop-column .thumbs-carousel .thumb {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px 100px 100px 0px;
}

.fashion-section-two .partner-box {
	position: absolute;
	right: 0px;
	bottom: 100px;
	font-size: var(--font-16);
	color: var(--color-twelve);
}

.fashion-section-two .partner-box span {
	position: relative;
	display: block;
	color: var(--color-five);
	font-size: var(--font-20);
	margin-top: var(--margin-top-5);
}

/*** 

====================================================================
	Product Section Two
====================================================================

***/

.product-section-two {
	position: relative;
	padding: 100px 0px 70px;
}

.product-section-two.style-two {
	padding-bottom: var(--padding-bottom-40);
}

.product-section-two .sec-title h2 {
	font-size: var(--font-30);
	font-family: var(--font-family-Jost);
}

.product-section-two .sec-title .text {
	font-size: var(--font-17);
}

.product-section-two .owl-dots {
	display: none;
}

.product-section-two .owl-nav {
	position: absolute;
	top: 50%;
	left: -60px;
	right: -60px;
	margin-top: -70px;
}

.product-section-two .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	width: 40px;
	height: 20px;
	opacity: 0.50;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/icons/prev-arrow.svg) center center no-repeat;
}

.product-section-two .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 20px;
	opacity: 0.50;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/icons/next-arrow.svg) center center no-repeat;
}

.product-section-two .owl-nav .owl-prev:hover,
.product-section-two .owl-nav .owl-next:hover {
	opacity: 1;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
	position: relative;
	overflow: hidden;
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
}

.fluid-section-one .left-column {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
}

.fluid-section-one .left-column .inner-column {
	position: relative;
	width: 100%;
	float: right;
	max-width: 670px;
	padding: 50px 15px;
}

.fluid-section-one .left-column .content {
	position: relative;
	padding: 50px 25px 50px 80px;
	max-width: 445px;
	width: 100%;
	background-color: var(--color-eleven);
}

.fluid-section-one .left-column .links {
	position: relative;
	border-right: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.fluid-section-one .left-column .links li {
	position: relative;
	display: block;
}

.fluid-section-one .left-column .links li a {
	position: relative;
	padding: 15px 0px;
	display: inline-block;
	font-size: var(--font-30);
	color: var(--black-color);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.fluid-section-one .left-column .links li:before {
	position: absolute;
	content: '';
	right: -1px;
	top: 28px;
	width: 2px;
	opacity: 0;
	height: 15px;
	background-color: var(--main-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fluid-section-one .left-column .links li:hover::before {
	opacity: 1;
}

.fluid-section-one .left-column .links li a:hover {
	color: var(--main-color);
}

.fluid-section-one .left-column .links li:last-child a {
	border-bottom: none;
}

.fluid-section-one .right-column {
	position: relative;
}

.fluid-section-one .right-column .inner-column {
	position: relative;
	padding: 80px 15px 0px 130px;
}

.fluid-section-one .right-column .sec-title h2 {
	line-height: 46px;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Josefin);
}

.fluid-section-one .right-column .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.fluid-section-one .right-column .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.fluid-section-one .right-column .check {
	position: relative;
	color: var(--color-twelve);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-35);
}

.fluid-section-one .right-column .check:before {
	position: absolute;
	left: 0px;
	content: "\f1a2";
	color: var(--main-color);
	font-family: "flaticon";
}

.fluid-section-one .play-box {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-left: var(--margin-left-30);
	border: 1px solid var(--black-color);
}

.fluid-section-one .play-box .ripple,
.fluid-section-one .play-box .ripple:before,
.fluid-section-one .play-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.fluid-section-one .play-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.fluid-section-one .play-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.fluid-section-one .play-box:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

/*** 

====================================================================
	Business Section Two
====================================================================

***/

.brand-section-two {
	position: relative;
	min-height: 270px;
}

.brand-section-two a {
	position: relative;
	padding: 70px 0px;
	line-height: 1em;
	display: inline-block;
	font-size: var(--font-130);
	color: transparent;
	-webkit-text-stroke-width: 1px;
	text-transform: uppercase;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.50);
	font-family: var(--font-family-Archivo);
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 0px 0px 40px;
}

.news-section.style-two {
	padding-top: var(--padding-top-100);
}

.news-section.style-three {
	padding: 100px 0px;
	;
}

.news-section .sec-title h2 {
	font-size: var(--font-30);
	font-family: var(--font-family-Jost);
}

.news-section .button-box {
	margin-top: var(--margin-top-20);
}

.news-section .button-box a {
	padding: 18px 40px;
}

.news-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-block .inner-box {
	position: relative;
}

.news-block .image {
	position: relative;
	overflow: hidden;
}

.news-block .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block .inner-box:hover .image img {}

.news-block .tag a {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	font-weight: 500;
	padding: 3px 15px;
	font-size: var(--font-14);
	color: var(--black-color);
	text-transform: uppercase;
	background-color: var(--white-color);
}

.news-block .lower-content {
	position: relative;
	padding-top: var(--padding-top-20);
}

.news-block h5 {
	font-weight: 500;
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

.news-block h5 a {
	color: var(--color-eighteen);
}

.news-block h5 a:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.news-block .info {
	position: relative;
	font-weight: 400;
	font-size: var(--font-15);
	color: var(--color-fifteen);
}

.news-block .info span {
	position: relative;
	color: var(--main-color);
}

.news-block .info i {
	position: relative;
	font-style: normal;
	color: var(--color-sixteen);
	margin-left: var(--margin-left-15);
}

.news-block .text {
	font-weight: 400;
	font-size: var(--font-17);
	color: var(--color-twelve);
	margin-top: var(--margin-top-15);
}

/***

==================================================================
	Newsletter Section
==================================================================

***/

.newsletter-section {
	position: relative;
	padding: 60px 0px 0px;
}

.newsletter-section .inner-container {
	position: relative;
	padding-top: var(--padding-top-120);
	padding-bottom: var(--padding-bottom-50);
}

.newsletter-section .inner-container:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 52px;
	right: 0px;
	bottom: 0px;
	background-color: var(--color-seventeen);
}

.newsletter-section .icon-shape {
	position: absolute;
	left: -80px;
	bottom: 0px;
}

.newsletter-section .side-image {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.newsletter-section .side-image-two {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.newsletter-section .content {
	position: relative;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0px 15px;
}

.newsletter-section h2 {
	color: var(--black-color);
	font-size: var(--font-32);
	text-transform: uppercase;
	font-family: var(--font-family-Jost);
}

.newsletter-section .text {
	font-size: var(--font-18);
	color: var(--color-eighteen);
	margin-top: var(--margin-top-5);
	margin-bottom: var(--margin-bottom-30);
}

/* Subscribe Box */

.subscribe-box {
	position: relative;
}

.subscribe-box .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.subscribe-box .form-group input[type="text"],
.subscribe-box .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	display: block;
	height: 65px;
	width: 100%;
	border-radius: 0px;
	box-shadow: inherit;
	font-size: var(--font-16);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding: 10px 15px 10px 25px;
	color: var(--color-two);
	font-family: var(--font-family-Jost);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.subscribe-box .form-group input::placeholder,
.subscribe-box .form-group textarea::placeholder {
	opacity: 0.70;
	color: var(--black-color);
}

.subscribe-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 65px;
	font-weight: 500;
	padding: 12px 44px;
	font-family: "flaticon";
	font-size: var(--font-16);
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--black-color);
}

.subscribe-box .form-group button:hover {
	background-color: var(--main-color);
}

/* Banner Section */

.banner-section {
	position: relative;
}

.banner-section .banner-column {
	position: relative;
}

.banner-section .banner-column .inner-column {
	position: relative;
}

.banner-section .banner-column .owl-dots {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 30px;
	z-index: 1;
	writing-mode: vertical-rl;
	counter-reset: slides-num;
	transform: translateY(-50%);
}

.banner-section .banner-column .owl-dots .owl-dot {
	position: relative;
	margin: 5px 0px;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num;
}

.banner-section .banner-column .owl-dots .owl-dot span {
	position: relative;
	display: block;
	font-weight: 500;
	padding: 10px 2px;
	border-radius: 20px;
	font-size: var(--font-13);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "0" counter(slides-num) "";
	border: 1px solid transparent;
	font-family: var(--font-family-DMSans);
}

.banner-section .banner-column .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) "";
}

.banner-section .banner-column .owl-dots .owl-dot:hover span,
.banner-section .banner-column .owl-dots .owl-dot.active span {
	opacity: 1;
	border-color: rgba(var(--black-color-rgb), 0.10);
	background-color: var(--white-color);
}

.banner-section .shop-column .owl-dots {
	display: none;
}

.banner-section .shop-column .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-top: -25px;
}

.banner-section .shop-column .owl-nav .owl-prev {
	display: none;
}

.banner-section .shop-column .owl-nav .owl-next {
	position: absolute;
	width: 50px;
	height: 20px;
	right: -75px;
	display: block;
	font-size: 0px;
	background: url(../images/icons/next-arrow.svg) no-repeat;
}

.banner-section .scroll-box {
	position: absolute;
	right: 35px;
	top: 220px;
	z-index: 10;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: var(--font-17);
	color: var(--black-color);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding-top: var(--padding-top-80);
}

.banner-section .scroll-box:before {
	position: absolute;
	content: '';
	left: 11px;
	top: 0px;
	width: 1px;
	height: 60px;
	background-color: var(--black-color);
}

.banner-section .scroll-box:after {
	position: absolute;
	content: '';
	left: 7px;
	top: 0px;
	width: 9px;
	height: 9px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--black-color);
}

.banner-section .scroll-box:hover {
	color: var(--main-color);
}

/* Shop Item Two */

.shop-item-two {
	position: relative;
}

.shop-item-two .inner-box {
	position: relative;
	padding: 40px 0px 0px 40px;
	background-color: var(--color-four);
}

.shop-item-two .content-column {
	position: relative;
}

.shop-item-two .content-column .inner-column {
	position: relative;
	text-align: center;
	padding-top: var(--padding-top-100);
	padding-left: var(--padding-left-15);
	padding-right: var(--padding-right-15);
}

.shop-item-two .title {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--black-color);
	font-family: var(--font-family-Archivo);
}

.shop-item-two .title:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	height: 1px;
	bottom: 2px;
	background: url(../images/icons/vector-3.png) center bottom no-repeat;
}

.shop-item-two h2 {
	text-transform: uppercase;
	font-size: var(--font-36);
	margin-top: var(--margin-top-15);
}

.shop-item-two h2 a {
	color: var(--black-color);
}

.shop-item-two h2 a:hover {
	color: var(--main-color);
}

.shop-item-two .text {
	font-size: var(--font-18);
	color: var(--color-twelve);
	margin-top: var(--margin-top-15);
}

.shop-item-two .price {
	position: relative;
	font-size: var(--font-18);
	color: var(--color-twentyone);
	margin-top: var(--margin-top-15);
}

.shop-item-two .price span {
	position: relative;
	color: var(--main-color);
	font-size: var(--font-24);
	font-family: var(--font-family-Archivo);
}

.shop-item-two .button-box {
	margin-top: var(--margin-top-30);
}

.shop-item-two .image-column {
	position: relative;
}

.shop-item-two .image-column .inner-column {
	position: relative;
	text-align: center;
	padding-right: var(--padding-right-20);
}

.shop-item-two .image-column .vector-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 320px;
	height: 476px;
}

.shop-item-two .image-column .vector-layer-two {
	position: absolute;
	left: -170px;
	bottom: 10px;
	width: 177px;
	height: 139px;
}

.shop-item-two .image-column .image {
	position: relative;
	z-index: 1;
}

.shop-item-two .image-column .image img {
	width: auto;
}

.shop-item-two .social-box {
	position: absolute;
	left: 0px;
	z-index: 1;
	bottom: 0px;
	padding: 16px 32px;
	background-color: var(--white-color);
}

.shop-item-two .social-box a {
	position: relative;
	font-weight: 500;
	margin: 0px 8px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-five);
}

.shop-item-two .social-box:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	background: url(../images/main-slider/vector-1.png) center center no-repeat;
}

.shop-item-two .social-box a:hover {
	color: var(--main-color);
}

/* Shop Item Three */

.shop-item-three {
	position: relative;
}

.shop-item-three .inner-box {
	position: relative;
}

.shop-item-three .image {
	position: relative;
}

.shop-item-three .image img {
	position: relative;
	width: 100%;
	display: block;
}

.shop-item-three .image .new-tag {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	font-weight: 500;
	padding: 2px 15px;
	line-height: 26px;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: var(--white-color);
}

.shop-item-three .image .vector-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 60px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.shop-item-three .option-list {
	position: absolute;
	top: 20px;
	right: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-three .option-list li {
	position: relative;
	width: 42px;
	right: -50px;
	opacity: 0;
	text-align: center;
	margin-bottom: var(--margin-bottom-15);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-three .option-list li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-weight: 500;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-family: "flaticon";
	font-size: var(--font-16);
	background-color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item-three .option-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-item-three .option-list li a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.shop-item-three .inner-box:hover .option-list li:nth-child(1) {
	right: 20px;
	opacity: 1;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.shop-item-three .inner-box:hover .option-list li:nth-child(2) {
	right: 20px;
	opacity: 1;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.shop-item-three .inner-box:hover .option-list li:nth-child(3) {
	right: 20px;
	opacity: 1;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.shop-item-three .lower-content {
	position: relative;
	padding-top: var(--padding-top-20);
	padding-left: var(--padding-left-45);
}

.shop-item-three h6 {
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--font-family-Outfit);
}

.shop-item-three h6 a {
	position: relative;
	color: var(--black-color);
}

.shop-item-three h6 a:hover {
	color: var(--main-color);
}

.shop-item-three .price {
	position: relative;
	font-size: var(--font-15);
	color: var(--color-twentytwo);
	margin-top: var(--margin-top-10);
}

.shop-item-three .price span {
	position: relative;
	color: var(--main-color);
	text-decoration: line-through;
	margin-right: var(--margin-right-10);
}

/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two {
	position: relative;
	padding: 45px 0px 15px;
}

.featured-section-two .owl-dots {
	display: none;
}

.featured-section-two .owl-nav {
	position: absolute;
	left: -60px;
	right: -60px;
	top: 50%;
	margin-top: -20px;
}

.featured-section-two .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	width: 40px;
	height: 20px;
	opacity: 0.50;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/icons/prev-arrow.svg) center center no-repeat;
}

.featured-section-two .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 20px;
	opacity: 0.50;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/icons/next-arrow.svg) center center no-repeat;
}

.featured-section-two .owl-nav .owl-prev:hover,
.featured-section-two .owl-nav .owl-next:hover {
	opacity: 1;
}

.feature-block-two {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block-two .inner-box {
	position: relative;
	padding: 25px 25px;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.feature-block-two .image {
	position: relative;
}

.feature-block-two .number {
	position: absolute;
	right: -15px;
	top: -5px;
	width: 24px;
	height: 24px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-12);
	color: var(--white-color);
	background-color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .number {
	background-color: var(--main-color);
}

.feature-block-two h6 {
	font-weight: 400;
	font-family: var(--font-family-Jost);
}

.feature-block-two h6 a {
	position: relative;
	color: var(--black-color);
}

.feature-block-two h6 a:hover {
	color: var(--main-color);
}

.feature-block-two .total-products {
	position: relative;
	font-size: var(--font-15);
	color: var(--color-twelve);
	margin-top: var(--margin-top-5);
}

/*** 

====================================================================
	Product Section Three
====================================================================

***/

.product-section-three {
	position: relative;
}

.product-section-three .inner-container {
	position: relative;
	z-index: 1;
}

.product-section-three .vector-layer {
	position: absolute;
	left: -40px;
	bottom: -40px;
	width: 130px;
	height: 173px;
	background-repeat: no-repeat;
}

.product-section-three .vector-layer-two {
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 130px;
	height: 173px;
	background-repeat: no-repeat;
}

.shop-item-four {
	position: relative;
}

.shop-item-four .inner-box {
	position: relative;
	padding-left: var(--padding-left-45);
	background-color: var(--color-twentythree);
}

.shop-item-four .off {
	position: relative;
	padding: 8px 20px;
	font-weight: 500;
	display: inline-block;
	color: var(--main-color);
	font-size: var(--font-12);
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-10);
}

.shop-item-four .off:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/icons/vector-1.png) no-repeat;
}

.shop-item-four h5 {
	position: relative;
	font-weight: 500;
	z-index: 1;
	font-family: var(--font-family-Jost);
}

.shop-item-four h5 span {
	position: relative;
}

.shop-item-four h5 span:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 6px;
	height: 4px;
	z-index: -1;
	background: url(../images/icons/vector-10.png) no-repeat;
}

.shop-item-four h5 a {
	color: var(--black-color);
}

.shop-item-four h5 a:hover {
	color: var(--main-color);
}

.shop-item-four .price {
	position: relative;
	font-size: var(--font-14);
	color: var(--color-twentyone);
	margin-top: var(--margin-top-10);
}

.shop-item-four .price span {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	font-size: var(--font-16);
	font-family: var(--font-family-Archivo);
}

.shop-item-four .buy-now {
	position: relative;
	font-weight: 500;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-16);
	margin-top: var(--margin-top-20);
}

.shop-item-four .buy-now:hover {
	color: var(--main-color);
}

.shop-item-four .image {
	position: relative;
	z-index: 1;
	padding-right: var(--padding-right-50);
}

.shop-item-four .circle-layer {
	position: absolute;
	right: 25px;
	top: 50px;
	z-index: -1;
	width: 129px;
	height: 129px;
	border-radius: 50%;
	border: 15px solid var(--white-color);
}

.shop-item-four .image .vector-layer {
	position: absolute;
	left: -30px;
	top: 40px;
	z-index: -1;
	width: 158px;
	height: 193px;
	background-repeat: no-repeat;
}

.shop-item-four.style-two .inner-box {
	background-color: var(--color-twentyfour);
}

.shop-item-four.style-two .image {
	padding-right: var(--padding-zero);
}

.shop-item-four.style-two .image .vector-layer-two {
	position: absolute;
	left: -120px;
	bottom: 50px;
	z-index: -1;
	width: 177px;
	height: 139px;
	background-repeat: no-repeat;
}

.shop-item-four.alternate .inner-box {
	padding: 35px 40px;
	background-size: cover;
}

.product-section-four {
	position: relative;
}

.product-section-four .owl-dots {
	display: none;
}

.product-section-four .owl-nav {
	position: absolute;
	left: 45px;
	bottom: 0px;
}

.product-section-four .owl-nav .owl-prev {
	position: relative;
	width: 76px;
	height: 60px;
	font-size: 0px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/main-slider/prev-arrow.svg) center center no-repeat;
}

.product-section-four .owl-nav .owl-next {
	position: relative;
	width: 76px;
	height: 60px;
	font-size: 0px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/main-slider/next-arrow.svg) center center no-repeat;
}

.product-section-four .owl-nav .owl-prev:hover,
.product-section-four .owl-nav .owl-next:hover {
	background-color: var(--white-color);
}

.product-section-four .circle-layer {
	position: absolute;
	right: 3%;
	top: 5%;
}

.product-section-four .column {
	padding: 0px 0px;
	float: left;
}

/* Shop Item Five */

.shop-item-five {
	position: relative;
}

.shop-item-five .inner-box {
	position: relative;
	overflow: hidden;
	padding: 40px 40px 0px 45px;
	background-color: var(--color-ten);
}

.shop-item-five .content {
	position: relative;
	z-index: 2;
}

.shop-item-five .title {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding: 10px 30px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--white-color);
	border-left: 3px solid var(--main-color);
}

.shop-item-five .title:before {
	position: absolute;
	content: '';
	left: -20px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	transform: skewX(-25deg);
	background-color: var(--black-color);
}

.shop-item-five .rating {
	position: relative;
	font-weight: 500;
	font-size: var(--font-14);
	color: var(--color-twentysix);
}

.shop-item-five .rating .fa {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-twentyfive);
}

.shop-item-five .rating .fa.light {
	opacity: 0.15;
	color: var(--black-color);
}

.shop-item-five h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 13px;
	height: 4px;
	right: 0px;
	z-index: -1;
	background: url(../images/icons/vector-13.png) center bottom no-repeat;
}

.shop-item-five h2 {
	z-index: 1;
	font-size: var(--font-32);
	text-transform: uppercase;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Archivo);
}

.shop-item-five h2 a {
	color: var(--black-color);
}

.shop-item-five h2 a:hover {
	color: var(--main-color);
}

.shop-item-five .price {
	position: relative;
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--black-color);
	margin-top: var(--margin-top-25);
	margin-bottom: var(--margin-bottom-30);
}

.shop-item-five .price span {
	position: relative;
	font-weight: 400;
	opacity: 0.60;
	font-size: var(--font-15);
	text-decoration: line-through;
	margin-left: var(--margin-left-5);
}

.shop-item-five .price i {
	position: relative;
	padding: 4px 10px;
	font-style: normal;
	font-size: var(--font-13);
	color: var(--white-color);
	margin-left: var(--margin-left-10);
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto);
}

.shop-item-five .text {
	color: var(--color-twelve);
	margin-bottom: var(--margin-bottom-30);
}

.shop-item-five .buy-now {
	position: relative;
	padding: 14px 30px;
	display: inline-block;
	color: var(--black-color);
	background-color: var(--white-color);
}

.shop-item-five .buy-now span {
	position: relative;
	top: 3px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.shop-item-five .buy-now:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.shop-item-five .image {
	position: relative;
	z-index: 1;
	margin-right: var(--margin-right-60);
}

.shop-item-five .vector-layer {
	position: absolute;
	left: -40px;
	top: 80px;
	width: 334px;
	height: 286px;
	z-index: -1;
}

.shop-item-five.style-two .inner-box {
	padding-right: var(--padding-zero);
}

.shop-item-five.style-two .vector-layer {
	top: auto;
	left: -25px;
	width: 297px;
	height: 213px;
	bottom: 60px;
	background-repeat: no-repeat;
}

/* Shop Item Six */

.shop-item-six {
	position: relative;
	overflow: hidden;
}

.shop-item-six.style-two .inner-box {
	background-color: var(--color-twentyeight);
}

.shop-item-six .inner-box {
	position: relative;
	padding: 30px 30px 0px 40px;
	background-color: var(--color-twentyfour);
}

.shop-item-six .new-tag {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	font-weight: 500;
	padding: 7px 2px;
	font-size: var(--font-12);
	color: var(--white-color);
	text-transform: uppercase;
	transform: rotate(-45deg);
}

.shop-item-six .new-tag:before {
	position: absolute;
	content: '';
	left: -19px;
	top: -40px;
	width: 70px;
	height: 70px;
	z-index: -1;
	display: inline-block;
	background-color: var(--color-twentynine);
}

.shop-item-six .content {
	position: relative;
	margin-top: -20px;
}

.shop-item-six .off {
	position: relative;
	font-weight: 500;
	font-size: var(--font-13);
	text-transform: uppercase;
	color: var(--color-twentyseven);
}

.shop-item-six h5 {
	z-index: 1;
	font-size: var(--font-22);
	text-transform: uppercase;
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Archivo);
}

.shop-item-six h5:before {
	position: absolute;
	content: '';
	left: 10px;
	bottom: 6px;
	height: 4px;
	right: 0px;
	z-index: -1;
	background: url(../images/icons/vector-10.png) no-repeat;
}

.shop-item-six h5 a {
	color: var(--black-color);
}

.shop-item-six h5 a:hover {
	color: var(--main-color);
}

.shop-item-six .text {
	line-height: 26px;
	color: var(--color-twelve);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-15);
}

.shop-item-six .shop-now {
	position: relative;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-14);
}

.shop-item-six .shop-now span {
	position: relative;
	top: 3px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.shop-item-six .shop-now:hover {
	color: var(--main-color);
}

.shop-item-six .image {
	position: relative;
	z-index: 1;
}

.shop-item-six .vector-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 146px;
	height: 178px;
	z-index: -1;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Sale Section
====================================================================

***/

.sale-section {
	position: relative;
	padding: 20px 0px 0px;
	margin-top: var(--margin-top-110);
}

.sale-section .vector-layer {
	position: absolute;
	right: 7%;
	bottom: 5%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
}

.sale-section .shape-layer {
	position: absolute;
	left: 90px;
	bottom: 20%;
	width: 511px;
	height: 342px;
	z-index: -1;
	background-repeat: no-repeat;
}

.sale-section:before {
	position: absolute;
	content: '';
	left: 140px;
	top: 0px;
	right: 140px;
	bottom: 0px;
	background-color: var(--color-eleven);
}

.sale-section .content-column {
	position: relative;
}

.sale-section .content-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-170);
}

.sale-section .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.sale-section .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.sale-section .sec-title h2 {
	line-height: 46px;
	font-size: var(--font-36);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Josefin);
}

.sale-section .button-box {
	position: relative;
	margin-top: var(--margin-top-40);
}

.product-time-countdown {
	position: relative;
}

.product-time-countdown .counter-column {
	position: relative;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--color-thirtythree);
	margin-right: var(--margin-right-10);
}

.product-time-countdown .counter-column .count {
	position: relative;
	width: 45px;
	height: 45px;
	display: block;
	margin-right: 0px;
	font-weight: 500;
	padding-top: 12px;
	line-height: 22px;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: var(--font-13);
	color: var(--black-color);

	background-color: var(--white-color);
	margin-bottom: var(--margin-bottom-10);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}

.product-time-countdown .counter-column:hover .count {
	color: var(--white-color);
	background-color: var(--main-color);
}

.sale-section .image-column {
	position: relative;
}

.sale-section .image-column .inner-column {
	position: relative;
}

.sale-section .image {
	position: relative;
	z-index: 1;
}

.sale-section .image img {
	position: relative;
	max-width: inherit;
	overflow: hidden;
	border-radius: 333px 0px 0px 0px;
}

.sale-section.style-two {
	margin-top: var(--margin-zero);
	padding-top: var(--padding-top-55);
}

.sale-section.style-two::before {
	left: 0px;
	right: 0px;
	background-color: var(--color-thirtyseven);
}

.sale-section.style-two .image img {
	border-radius: 0px;
	max-width: 100%;
}

.sale-section.style-two .content-column .inner-column {
	padding-top: var(--padding-top-55);
}

.sale-section.style-three {
	margin-top: var(--margin-top-20);
}

/*** 

====================================================================
	Brand Section Two
====================================================================

***/

.brand-section-three {
	position: relative;
}

.brand-section-three .outer-container {
	position: relative;
}

.brand-section-three .outer-container:before {
	position: absolute;
	content: '';
	left: 160px;
	top: 0px;
	bottom: 0px;
	width: 150%;
	background-color: var(--white-color);
	box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.05);
}

.brand-section-three .outer-container:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	z-index: 1;
	bottom: 0px;
	width: 160px;
	background-color: var(--white-color);
}

.brand-section-three .inner-container {
	position: relative;
	padding: 22px 0px;
	overflow: hidden;
	color: var(--black-color);
	font-size: var(--font-16);
	text-transform: uppercase;
}

.brand-section-three .fa {
	margin: 0px 15px;
	color: var(--color-eight);
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
	position: relative;
	padding-top: var(--padding-top-80);
}

.testimonial-section-two .vector-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 195px;
	height: 211px;
}

.testimonial-section-two .client-thumb-outer {
	position: absolute;
	left: 39.7%;
	width: 100%;
	bottom: 90px;
	max-width: 215px;
	overflow: hidden;
}

.testimonial-section-two .client-thumb-outer .owl-item {
	z-index: 10;

}

.testimonial-section-two .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
	z-index: 999;
}

.testimonial-section-two .client-thumb-outer .owl-item.active .thumb-item .author-info {
	opacity: 1;
}

.testimonial-section-two .client-thumb-outer .client-thumbs-carousel {
	position: relative;
	max-width: 43px;
	margin: 0 auto;
	text-align: center;
}

.testimonial-section-two .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-section-two .client-thumb-outer .thumb-item .thumb-box {
	width: 43px;
	height: 43px;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Testimonial Block Two */

.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
}

.testimonial-block-two .image-column {
	position: relative;
}

.testimonial-block-two .image-column .inner-column {
	position: relative;
}

.testimonial-block-two .image {
	position: relative;
}

.testimonial-block-two .image:before {
	position: absolute;
	content: '';
	left: 15px;
	top: 0px;
	right: -10px;
	bottom: 0px;
	opacity: 0.20;
	border-radius: 0px 212px 212px 0px;
	border: 1px dashed var(--black-color);
}

.testimonial-block-two .image img {
	position: relative;
	overflow: hidden;
	border-radius: 0px 212px 212px 0px;
}

.testimonial-block-two .content-column {
	position: relative;
}

.testimonial-block-two .content-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-50);
	padding-left: var(--padding-left-70);
}

.testimonial-block-two .rating {
	position: relative;
	color: var(--color-eight);
}

.testimonial-block-two .text p {
	line-height: 52px;
	font-size: var(--font-28);
	margin-top: var(--margin-top-20);
}

.testimonial-block-two .designation {
	position: relative;
	font-size: var(--font-18);
	color: var(--black-color);
	margin-top: var(--margin-top-20);
}

.testimonial-block-two .designation span {
	position: relative;
	color: var(--color-thirty);
	padding-left: var(--padding-left-40);
}

.testimonial-block-two .designation span:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 12px;
	width: 12px;
	height: 1px;
	opacity: 0.15;
	background-color: var(--black-color);
}

.testimonial-block-two .author-list {
	position: relative;
	margin-left: var(--margin-left-15);
	margin-top: var(--margin-top-35);
}

.testimonial-block-two .author-list li {
	position: relative;
	width: 43px;
	height: 43px;
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
	margin-left: -18px;
	display: inline-block;
	border: 3px solid var(--white-color);
}

/*** 

====================================================================
	Address Section
====================================================================

***/

.address-section {
	position: relative;
	padding-top: var(--padding-top-80);
	padding-bottom: var(--padding-bottom-50);
}

.address-section .content {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-twelve);
	margin-bottom: var(--margin-bottom-30);
}

.address-section .content strong {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-top: var(--margin-top-5);
}

.address-section .content:before {
	position: absolute;
	content: '';
	left: 150%;
	top: 30px;
	height: 1px;
	width: 176px;
	background-color: var(--black-color);
}

.address-section .content:last-child::before {
	display: none;
}

.address-section .cart-box {
	position: relative;
	width: 200px;
	height: 200px;
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: var(--font-20);
	color: var(--black-color);
	text-transform: uppercase;
	padding-top: var(--padding-top-70);
	background-color: var(--white-color);
	font-family: var(--font-family-Archivo);
	margin-bottom: var(--margin-bottom-30);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.address-section .cart-box span {
	position: relative;
	display: block;
	margin-top: var(--margin-top-10);
}

.address-section .cart-box:before {
	position: absolute;
	content: '';
	left: 150%;
	top: 100px;
	height: 1px;
	width: 176px;
	background-color: var(--black-color);
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section-three {
	position: relative;
	padding-top: var(--padding-top-40);
	padding-bottom: var(--padding-bottom-55);
}

.featured-section-three.style-two {
	padding: 24px 0px 24px;
}

.feature-block-three {
	position: relative;
}

.feature-block-three .inner-box {
	position: relative;
	padding: 10px 0px;
}

.feature-block-three .inner-box:before {
	position: absolute;
	content: '';
	right: 30px;
	top: 0px;
	width: 2px;
	bottom: 0px;
	opacity: 0.10;
	background-color: var(--black-color);
}

.feature-block-three .content {
	position: relative;
	padding-left: var(--padding-left-60);
}

.feature-block-three .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 1em;
	color: var(--black-color);
	font-size: var(--font-40);
	font-family: "flaticon";
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.feature-block-three .inner-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.feature-block-three strong {
	position: relative;
	display: block;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-16);
}

.feature-block-three .text {
	position: relative;
	display: block;
	font-weight: 400;
	color: var(--color-six);
	font-size: var(--font-15);
}

.feature-block-three:last-child .inner-box:before {
	display: none;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
	position: relative;
	padding-bottom: var(--padding-bottom-50);
	background-color: var(--color-thirtyone);
}

.banner-section-two .icon-one {
	position: absolute;
	left: 4%;
	bottom: 28%;
	width: 50px;
	height: 52px;
}

.banner-section-two .icon-two {
	position: absolute;
	left: 40%;
	bottom: 45%;
	width: 108px;
	height: 88px;
	background-repeat: no-repeat;
}

.banner-section-two .icon-three {
	position: absolute;
	left: 50%;
	bottom: 20%;
	width: 37px;
	height: 37px;
	background-repeat: no-repeat;
}

.banner-section-two .icon-four {
	position: absolute;
	right: 3%;
	bottom: 7%;
	width: 108px;
	height: 56px;
	background-repeat: no-repeat;
}

.banner-section-two .shape-layer {
	position: absolute;
	left: -90px;
	top: 0px;
	width: 328px;
	height: 497px;
	z-index: -1;
	background-repeat: no-repeat;
}

.banner-section-two .shadow-layer {
	position: absolute;
	left: -130px;
	bottom: -2%;
	width: 296px;
	height: 292px;
	z-index: -2;
	background-repeat: no-repeat;
}

.banner-section-two .inner-container {
	position: relative;
}

.banner-section-two .circle-layer {
	position: absolute;
	left: 43%;
	top: 18%;
	z-index: 2;
}

.banner-section-two .left-content {
	position: relative;
	padding-top: var(--padding-top-130);
}

.banner-section-two h1 {
	font-weight: 500;
	font-size: var(--font-70);
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1);
}

.banner-section-two .text {
	font-size: var(--font-18);
	color: var(--color-thirtysix);
	margin-top: var(--margin-top-25);
}

.banner-section-two .button-box {
	margin-top: var(--margin-top-40);
}

.banner-section-two .banner-product-box {
	position: relative;
	margin-top: var(--margin-top-160);
}

.banner-section-two .banner-product-box .box-inner {
	position: relative;
	padding: 42px 30px;
	width: 500px;
}

.banner-section-two .banner-product-box .vector-layer {
	position: absolute;
	right: -20px;
	top: -30px;
	width: 296px;
	height: 292px;
	background-repeat: no-repeat;
}

.banner-section-two .banner-product-box .box-inner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 40px;
	bottom: 0px;
	background-color: var(--white-color);
}

.banner-section-two .banner-product-box .title {
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	color: var(--black-color);
}

.banner-section-two .banner-product-box .title:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	height: 1px;
	bottom: 0px;
	background: url(../images/icons/vector-18.png) no-repeat;
}

.banner-section-two .banner-product-box h3 {
	z-index: 1;
	display: block;
	font-weight: 400;
	font-size: var(--font-32);
	text-transform: uppercase;
	margin-top: var(--margin-top-20);
}

.banner-section-two .banner-product-box h3 a:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 8px;
	right: 0px;
	height: 4px;
	z-index: -1;
	background: url(../images/icons/vector-13.png) center bottom no-repeat;
}

.banner-section-two .banner-product-box h3 a {
	position: relative;
	display: inline-block;
	color: var(--black-color);
}

.banner-section-two .banner-product-box h3 a:hover {
	color: var(--main-color);
}

.banner-section-two .banner-product-box .collection {
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--heading-color);
	margin-top: var(--margin-top-15);
	padding-right: var(--padding-right-25);
}

.banner-section-two .banner-product-box .collection:before {
	position: absolute;
	content: "\f10e";
	right: 0px;
	top: 2px;
	font-size: var(--font-14);
	font-family: "flaticon";
}

.banner-section-two .banner-product-box .collection:hover {
	color: var(--main-color);
}

.banner-section-two .banner-product-box .product-image {
	position: absolute;
	right: 0px;
	top: 10px;
}

.banner-section-two .right-content .image {
	position: relative;
	z-index: 1;
	margin-bottom: var(--margin-bottom-50);
}

.banner-section-two .right-content .title {
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	color: var(--black-color);
}

.banner-section-two .right-content .title:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	height: 1px;
	bottom: 0px;
	background: url(../images/icons/vector-18.png) no-repeat;
}

.banner-section-two .right-content h3 {
	z-index: 1;
	display: block;
	font-weight: 400;
	font-size: var(--font-32);
	text-transform: uppercase;
	margin-top: var(--margin-top-20);
}

.banner-section-two .right-content h3 a:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 8px;
	right: 0px;
	height: 4px;
	z-index: -1;
	background: url(../images/icons/vector-13.png) center bottom no-repeat;
}

.banner-section-two .right-content h3 a {
	position: relative;
	display: inline-block;
	color: var(--black-color);
}

.banner-section-two .right-content h3 a:hover {
	color: var(--main-color);
}

.banner-section-two .right-content .collection {
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--heading-color);
	margin-top: var(--margin-top-15);
	padding-right: var(--padding-right-25);
}

.banner-section-two .right-content .collection:before {
	position: absolute;
	content: "\f10e";
	right: 0px;
	top: 2px;
	font-size: var(--font-14);
	font-family: "flaticon";
}

.banner-section-two .right-content .collection:hover {
	color: var(--main-color);
}

.banner-section-two .right-content .arrow {
	position: relative;
	width: 76px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	display: inline-block;
	background-color: var(--black-color);
}

.banner-section-two .right-content .arrow:hover {
	background-color: var(--main-color);
}

.banner-section-two .scroll-box {
	position: absolute;
	right: 35px;
	top: 220px;
	z-index: 10;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: var(--font-17);
	color: var(--black-color);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding-top: var(--padding-top-80);
}

.banner-section-two .scroll-box:before {
	position: absolute;
	content: '';
	left: 11px;
	top: 0px;
	width: 1px;
	height: 60px;
	background-color: var(--black-color);
}

.banner-section-two .scroll-box:after {
	position: absolute;
	content: '';
	left: 7px;
	top: 0px;
	width: 9px;
	height: 9px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--black-color);
}

.banner-section-two .scroll-box:hover {
	color: var(--main-color);
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
	position: relative;
	padding-bottom: var(--padding-bottom-50);
}

/*** 

====================================================================
	Featured Section Four
====================================================================

***/

.featured-section-four {
	position: relative;
	padding: 30px 0px 50px;
}

.featured-section-four .feature-block-four:nth-child(2) .inner-box {
	background-color: var(--color-ten);
}

.featured-section-four .feature-block-four:nth-child(3) .inner-box {
	background-color: var(--color-thirtyseven);
}

.featured-section-four.style-two {
	padding-top: var(--padding-top-55);
	padding-bottom: var(--padding-bottom-80);
}

.feature-block-four {
	position: relative;
}

.feature-block-four .inner-box {
	position: relative;
	padding: 0px 28px;
	min-height: 218px;
	background-color: var(--color-twentyfour);
}

.feature-block-four .off {
	position: relative;
	font-weight: 500;
	font-size: var(--font-13);
	text-transform: uppercase;
	color: var(--color-twentyseven);
}

.feature-block-four h5 {
	z-index: 1;
	font-size: var(--font-20);
	text-transform: uppercase;
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-20);
	font-family: var(--font-family-Archivo);
}

.feature-block-four h5:before {
	position: absolute;
	content: '';
	left: 10px;
	bottom: 6px;
	height: 4px;
	right: 0px;
	z-index: -1;
	background: url(../images/icons/vector-10.png) no-repeat;
}

.feature-block-four h5 a {
	color: var(--black-color);
}

.feature-block-four h5 a:hover {
	color: var(--main-color);
}

.feature-block-four .text {
	line-height: 26px;
	color: var(--color-twelve);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-15);
}

.feature-block-four .shop-now {
	position: relative;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-16);
}

.feature-block-four .shop-now span {
	position: relative;
	top: 3px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.feature-block-four .shop-now:hover {
	color: var(--main-color);
}

.feature-block-four .image {
	position: relative;
	z-index: 1;
}

.feature-block-four .vector-layer {
	position: absolute;
	left: -40px;
	top: 50px;
	width: 117px;
	height: 135px;
	z-index: -1;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Featured Section Five
====================================================================

***/

.featured-section-five {
	position: relative;
	padding: 30px 0px 50px;
}

.featured-section-five.style-two {
	padding-top: var(--padding-top-100);
}

.featured-section-five .sec-title h2 {
	font-weight: 400;
	font-family: var(--font-family-Jost);
}

.feature-block-five {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block-five .inner-box {
	position: relative;
}

.feature-block-five .number {
	position: absolute;
	left: 70px;
	top: 10px;
	width: 28px;
	height: 28px;
	opacity: 0;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-14);
	transform: scale(1, 0.2);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.feature-block-five .inner-box:hover .number {
	opacity: 1;
	transform: scale(1, 1);
}

.feature-block-five .icon {
	position: relative;
	line-height: 1em;
	display: inline-block;
	color: var(--color-two);
	font-family: "flaticon";
	font-size: var(--font-48);
}

.feature-block-five h5 {
	font-weight: 500;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-15);
}

.feature-block-five h5 a {
	position: relative;
	color: var(--color-fifteen);
}

.feature-block-five .arrow:hover,
.feature-block-five h5 a:hover {
	color: var(--color-two);
}

.feature-block-five .text {
	color: var(--color-sixteen);
	padding-right: var(--padding-right-50);
}

.feature-block-five .arrow {
	position: relative;
	display: inline-block;
	font-family: "flaticon";
	font-size: var(--font-20);
	color: var(--color-fifteen);
	margin-top: var(--margin-top-15);
}

.feature-block-five:nth-child(2) .icon {
	color: var(--color-eight);
}

.feature-block-five:nth-child(2) .arrow:hover,
.feature-block-five:nth-child(2) h5 a:hover {
	color: var(--color-eight);
}

.feature-block-five:nth-child(3) .icon {
	color: var(--color-thirtyeight);
}

.feature-block-five:nth-child(3) .arrow:hover,
.feature-block-five:nth-child(3) h5 a:hover {
	color: var(--color-thirtyeight);
}

.feature-block-five:nth-child(4) .icon {
	color: var(--color-thirtynine);
}

.feature-block-five:nth-child(4) .arrow:hover,
.feature-block-five:nth-child(4) h5 a:hover {
	color: var(--color-thirtynine);
}

/*** 

====================================================================
	Brand Section Four
====================================================================

***/

.brand-section-four {
	position: relative;
	overflow: hidden;
}

.brand-section-four .animation_mode {
	position: relative;
	min-height: 100px;
}

.brand-section-four .outer-container {
	position: relative;
}

.brand-section-four .marque-box {
	position: relative;
	z-index: 1;
	padding: 100px 0px;
	-webkit-animation: marquee 32s linear infinite;
	animation: marquee 32s linear infinite;
}

.brand-section-four h1 {
	position: relative;
	float: left;
	line-height: 1em;
	font-style: normal;
	color: transparent;
	text-transform: uppercase;
	font-size: var(--font-130);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.30);
}

.brand-section-four img {
	position: relative;
	float: left;
	top: 10px;
	margin: 0px 50px 0px;
}

.brand-section-four.style-two {
	padding-top: var(--padding-top-25);
	padding-bottom: var(--padding-bottom-30);
	border-top: 1px solid var(--color-fourtyfour);
	border-bottom: 1px solid var(--color-fourtyfour);
}

.brand-section-four.style-three {
	padding-bottom: var(--padding-bottom-80);
}

/*** 

====================================================================
	Dress Section Two
====================================================================

***/

.dress-section-two {
	position: relative;
	background-color: var(--color-thirtyseven);
}

.dress-section-two .icon-one {
	position: absolute;
	left: 38%;
	bottom: 13%;
	width: 50px;
	height: 52px;
	background-repeat: no-repeat;
}

.dress-section-two .color-layer:before {
	position: absolute;
	content: '';
	left: -15px;
	top: 0px;
	width: 29px;
	height: 100%;
	background: url(../images/icons/vector-26.png);
	background-repeat: repeat-y;
}

.dress-section-two .color-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	background-color: var(--color-fourty);
}

.dress-section-two .vector-layer {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 108px;
	height: 512px;
	background-repeat: no-repeat;
}

.dress-section-two .vector-layer-two {
	position: absolute;
	left: -50px;
	top: -50px;
	width: 100px;
	height: 94px;
	z-index: -2;
	background-repeat: no-repeat;
}

.dress-section-two .vector-layer-three {
	position: absolute;
	left: -120px;
	bottom: 160px;
	width: 52px;
	height: 30px;
	background-repeat: no-repeat;
}

.dress-section-two .vector-layer-four {
	position: absolute;
	right: -210px;
	top: 150px;
	width: 96px;
	height: 101px;
	background-repeat: no-repeat;
}

.dress-section-two .vector-layer-five {
	position: absolute;
	right: -280px;
	bottom: 120px;
	width: 31px;
	height: 48px;
	background-repeat: no-repeat;
}

.dress-section-two .vector-layer-six {
	position: absolute;
	right: 0px;
	bottom: -200px;
	width: 38px;
	height: 62px;
	background-repeat: no-repeat;
}

.dress-section-two .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.dress-section-two .content-column .inner-column {
	position: relative;
	padding: 100px 0px;
	z-index: 2;
}

.dress-section-two .content-column .button-box {
	position: relative;
	margin-top: var(--margin-top-50);
}

.dress-section-two .sec-title h2 {
	font-weight: 500;
	font-size: var(--font-36);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Josefin);
}

.dress-section-two .sec-title h2 span {
	padding: var(--padding-zero);
	background: none;
}

.dress-section-two .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.dress-section-two .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.dress-section-two .image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.dress-section-two .image-column .inner-column {
	position: relative;
	padding: 25px 0px;
	text-align: center;
}

.dress-section-two .image-column {
	position: relative;
}

.dress-section-two .image {
	position: relative;
	z-index: 1;
	display: inline-block;
	transform: rotate(-30deg);
	margin-top: var(--margin-top-80);
	border: 10px solid var(--white-color);
}

/*** 

====================================================================
	Product Section Five
====================================================================

***/

.product-section-five {
	position: relative;
	padding-bottom: var(--padding-bottom-70);
}

.product-section-five.style-two {
	padding-top: var(--padding-top-90);
}

.product-section-five .sec-title h2 {
	font-family: var(--font-family-Jost);
}

.product-section-five .shop-item.mix {
	display: none;
}

.product-section-five .filters {
	position: relative;
	text-align: center;
}

.product-section-five .filters .filter-tabs {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.product-section-five .filters li {
	position: relative;
	font-weight: 400;
	margin: 0px 15px;
	cursor: pointer;
	display: inline-block;
	font-size: var(--font-17);
	text-transform: capitalize;
	color: var(--color-fourtyone);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-section-five .filters li.active,
.product-section-five .filters li:hover {
	position: relative;
	color: var(--black-color);
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section {
	position: relative;
	padding: 70px 0px;
	background-attachment: fixed;
	background-size: cover;
}

.info-section .side-image {
	position: absolute;
	left: 0px;
	top: 0px;
}

.info-section .side-image-two {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.info-section .info-column {
	position: relative;
}

.info-section .info-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-80);
}

.info-section h5 {
	font-weight: 400;
	font-size: var(--font-21);
	text-transform: capitalize;
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-15);
}

.info-section .info-column .text {
	font-weight: 400;
	color: var(--black-color);
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-100);
}

.info-section .contact-list {
	position: relative;
}

.info-section .contact-list li {
	position: relative;
	font-weight: 400;
	color: var(--black-color);
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-15);
}

.info-section .contact-list li .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 1em;
	font-size: var(--font-16);
	font-family: "flaticon";
}

/* Video Box */

.video-box:before {
	position: absolute;
	content: '';
	left: -8px;
	top: 0px;
	bottom: 0px;
	width: 21px;
	background: url(../images/icons/vector-34.png) repeat-y;
}

.video-box {
	position: relative;
	padding: 140px 0px;
	background-color: rgba(var(--white-color-rgb), 0.91);
}

.video-box .play-box {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
}

.video-box .text {
	line-height: 1em;
	text-align: center;
	font-family: 'Pecita';
	font-size: var(--font-60);
	text-transform: uppercase;
	margin-top: var(--margin-top-40);
}

.info-section .video-column {
	position: relative;
}

.info-section .video-column .inner-column {
	position: relative;
}

.info-section .vector-layer-one {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 100px;
	height: 94px;
	background-repeat: no-repeat;
}

.info-section .vector-layer-two {
	position: absolute;
	right: -15px;
	top: -20px;
	width: 31px;
	height: 48px;
	background-repeat: no-repeat;
}

.info-section .vector-layer-three {
	position: absolute;
	right: 10%;
	bottom: 25%;
	width: 38px;
	height: 62px;
	z-index: 1;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-three {
	position: relative;
	padding-bottom: var(--padding-bottom-70);
	background-color: var(--color-thirtyseven);
}

.banner-section-three .auto-container {
	position: relative;
	max-width: 1800px;
}

.banner-section-three .left-content {
	position: relative;
}

.banner-section-three .image-one {
	position: relative;
	left: -15px;
	overflow: hidden;
	display: inline-block;
	border-radius: 0px 5px 5px 0px;
	margin-top: var(--margin-top-25);
	filter: drop-shadow(0px 23px 36px rgba(0, 0, 0, 0.17));
}

.banner-section-three .image-two {
	position: relative;
	left: -15px;
	z-index: 1;
	display: block;
	margin-top: var(--margin-top-65);
}

.banner-section-three .vector-layer {
	position: absolute;
	right: -75px;
	top: -65px;
	width: 328px;
	height: 497px;
	z-index: -1;
	background-repeat: no-repeat;
}

.banner-section-three .circle-layer {
	position: absolute;
	right: -180px;
	bottom: 0px;
}

.banner-section-three .right-content {
	position: relative;
}

.banner-section-three .image-three {
	position: relative;
	right: -15px;
	z-index: 1;
}

.banner-section-three .vector-layer-two {
	position: absolute;
	left: -170px;
	top: 10px;
	width: 328px;
	height: 497px;
	z-index: -1;
	background-repeat: no-repeat;
}

.banner-section-three .image-four {
	position: relative;
	display: inline-block;
	margin-top: var(--margin-top-85);
	margin-left: var(--margin-left-100);
}

.banner-section-three .center-content {
	position: relative;
	z-index: 2;
	margin-top: var(--margin-top-140);
}

.banner-section-three .center-content .content {
	position: relative;
	text-align: center;
}

.banner-section-three .center-content .content .arrow {
	position: relative;
	top: -18px;
	display: inline-block;
	margin-right: var(--margin-right-50);
}

.banner-section-three h1 {
	position: relative;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 1px;
	color: transparent;
	letter-spacing: 2px;
	display: inline-block;
	font-size: var(--font-70);
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
	font-family: var(--font-family-Roboto);
	-webkit-text-stroke-color: rgba(0, 0, 0, 1);
}

.banner-section-three .center-content .content:nth-child(2) {
	margin: 80px 0px;
}

.banner-section-three .center-content .content:nth-child(2) h1 {
	padding: 27px 65px;
	border-radius: 56px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.banner-section-three .center-content .content:nth-child(2) .arrow {
	margin-left: var(--margin-left-50);
	margin-right: var(--margin-zero);
}

/*** 

====================================================================
	Brand Section Five
====================================================================

***/

.brand-section-five {
	position: relative;
}

.brand-section-five .outer-container {
	position: relative;
}

.brand-section-five .outer-container:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 150%;
	background-color: var(--white-color);
	box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.05);
}

.brand-section-five .outer-container:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	z-index: 1;
	bottom: 0px;
	width: 0px;
	background-color: var(--white-color);
}

.brand-section-five .inner-container {
	position: relative;
	padding: 22px 0px;
	overflow: hidden;
	color: var(--black-color);
	font-size: var(--font-16);
	text-transform: uppercase;
}

.brand-section-five .fa {
	margin: 0px 15px;
	color: var(--color-eight);
}

/*** 

====================================================================
	Dress Section Three
====================================================================

***/

.dress-section-three {
	position: relative;
	padding-bottom: var(--padding-bottom-70);
}

.dress-section-three .image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.dress-section-three .image-column .inner-column {
	position: relative;
	padding-bottom: var(--padding-bottom-45);
}

.dress-section-three .image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 0px 170px 0px 130px;
}

.dress-section-three .image-two {
	position: absolute;
	left: -100px;
	bottom: 0px;
	overflow: hidden;
	border-radius: 0px 0px 0px 112px;
}

.dress-section-three .image-three {
	position: absolute;
	right: 150px;
	top: 20px;
	overflow: hidden;
	display: inline-block;
	border-radius: 0px 0px 0px 136px;
	border: 10px solid var(--white-color);
}

.dress-section-three .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.dress-section-three .content-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-50);
}

.dress-section-three .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
	font-family: var(--font-family-Archivo);
}

.dress-section-three .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.dress-section-three .sec-title h2 {
	font-weight: 500;
	text-transform: uppercase;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

.dress-section-three .list {
	position: relative;
	margin-bottom: var(--margin-bottom-45);
}

.dress-section-three .list li {
	position: relative;
	font-size: var(--font-15);
	color: var(--color-twelve);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-20);
}

.dress-section-three .list li:before {
	position: absolute;
	left: 0px;
	content: "\f1a2";
	color: var(--main-color);
	font-family: "flaticon";
}

.dress-section-three .list li:last-child {
	margin-bottom: var(--margin-zero);
}

.dress-section-three .play-box {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-left: var(--margin-left-40);
	border: 1px solid var(--black-color);
}

.dress-section-three .play-box:hover {
	color: var(--white-color);
	border-color: var(--black-color);
	background-color: var(--black-color);
}

.dress-section-three .big-title {
	position: absolute;
	left: -120px;
	top: 100px;
	font-weight: 500;
	font-size: 190px;
	text-transform: capitalize;
	font-family: var(--font-family-DMSans);
	color: transparent;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.17);
}

.dress-section-three.style-two {
	padding-top: var(--padding-top-120);
	padding-bottom: var(--padding-bottom-100);
}

/*** 

====================================================================
	Product Section Six
====================================================================

***/

.product-section-six {
	position: relative;
}

.product-section-six .outer-container {
	position: relative;
	padding: 0px 0px;
}

.product-section-six .sec-title h2 {
	font-family: var(--font-family-Jost);
}

.product-section-six .shop-item-seven:before {
	position: absolute;
	content: '';
	right: 0px;
	top: -10px;
	bottom: -10px;
	width: 1px;
	border-right: 1px solid var(--color-fourtythree);
}

.product-section-six .tab-btns-box {
	position: relative;
	text-align: center;
	margin-bottom: var(--margin-bottom-40);
}

.product-section-six .project-tab .tab-btns-box .p-tab-btn {
	position: relative;
	font-weight: 400;
	margin: 0px 15px;
	cursor: pointer;
	display: inline-block;
	font-size: var(--font-17);
	text-transform: capitalize;
	color: var(--color-fourtyone);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-section-six .project-tab .tab-btns-box .p-tab-btn:hover,
.product-section-six .project-tab .tab-btns-box .p-tab-btn.active-btn {
	color: var(--black-color);
}

.product-section-six .project-tab .p-tabs-content {
	position: relative;
	display: block;
}

.product-section-six .project-tab .p-tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	visibility: hidden;
}

.product-section-six .project-tab .p-tab.active-tab {
	position: relative;
	visibility: visible;
	z-index: 5;
}

.product-section-six .p-tab.active-tab .shop-item-seven {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.product-section-six .p-tab .shop-item-seven {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}

.product-section-six .shop-item-seven {
	padding: 10px 10px 0px;
	margin-bottom: var(--margin-bottom-10);
	border-top: 1px solid var(--color-fourtythree);
}

.product-section-six .owl-dots {
	display: none;
}

.product-section-six .owl-nav {
	position: absolute;
	left: 0px;
	top: -60px;
	right: 0px;
}

.product-section-six .owl-nav .owl-prev {
	position: absolute;
	left: 160px;
	width: 38px;
	height: 19px;
	opacity: 0.50;
	font-size: 0px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/main-slider/prev-arrow.svg) center center no-repeat;
}

.product-section-six .owl-nav .owl-next {
	position: absolute;
	right: 160px;
	width: 38px;
	height: 19px;
	opacity: 0.50;
	font-size: 0px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: url(../images/main-slider/next-arrow.svg) center center no-repeat;
}

.product-section-six .owl-nav .owl-prev:hover,
.product-section-six .owl-nav .owl-next:hover {
	opacity: 1;
}

/* Shop Item Seven */

.shop-item-seven {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-item-seven .inner-box {
	position: relative;
	background-color: var(--color-eleven);
}

.shop-item-seven .image {
	position: relative;
	overflow: hidden;
	background-color: var(--color-eleven);
}

.shop-item-seven .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-seven .inner-box:hover .image img {}

.shop-item-seven .image:before {
	position: absolute;
	top: 0;
	left: -92%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.shop-item-seven .inner-box:hover .image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.shop-item-seven .stock-out {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: 500;
	padding: 2px 15px;
	line-height: 26px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: var(--main-color);
}

.shop-item-seven .stock-in {
	position: absolute;
	left: 15px;
	top: 15px;
	font-weight: 500;
	padding: 1px 15px;
	line-height: 26px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: var(--color-two);
}

.shop-item-seven .content {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 30px;
}

.shop-item-seven .rating {
	position: relative;
	letter-spacing: 1px;
	font-size: var(--font-14);
	color: var(--color-eight);
}

.shop-item-seven .rating .light {
	position: relative;
	opacity: 0.40;
	color: var(--black-color);
}

.shop-item-seven h6 {
	font-weight: 400;
	font-size: var(--font-15);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Jost);
}

.shop-item-seven h6 a {
	position: relative;
	color: var(--black-color);
}

.shop-item-seven h6 a:hover {
	color: var(--main-color);
}

.shop-item-seven .price {
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--color-fourtytwo);
	margin-top: var(--margin-top-15);
}

.shop-item-seven .price span {
	position: relative;
	color: var(--main-color);
	text-decoration: line-through;
	margin-right: var(--margin-right-15);
}

.shop-item-seven .inner-box:hover .price:before {
	opacity: 1;
}

.shop-item-seven .options-box {
	position: absolute;
	right: 15px;
	top: 15px;
	bottom: 15px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-seven .options-box .plus {
	position: relative;
	width: 42px;
	height: 42px;
	z-index: 1;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	font-family: "flaticon";
	color: var(--black-color);
	background-color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-seven .inner-box:hover .options-box .plus {
	color: var(--white-color);
	background-color: var(--main-color);
}

.shop-item-seven .option-list {
	position: relative;
	margin-top: var(--margin-top-20);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-item-seven .option-list li {
	position: relative;
	width: 42px;
	right: -80px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: var(--margin-bottom-15);
}

.shop-item-seven .option-list li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-weight: 500;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-family: "flaticon";
	font-size: var(--font-16);
	background-color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item-seven .option-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-item-seven .option-list li a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.shop-item-seven .inner-box:hover .option-list li {
	right: 0px;
}

.shop-item-seven .inner-box:hover .option-list li:nth-child(2) {
	right: 0px;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.shop-item-seven .inner-box:hover .option-list li:nth-child(3) {
	right: 0px;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section {
	position: relative;
	padding: 20px 0px;
	background-size: cover;
}

.cta-section .text {
	font-weight: 500;
	color: var(--white-color);
	font-size: var(--font-20);
}

.cta-section .text span {
	color: var(--main-color);
}

.cta-section .button-box {
	position: relative;
}

.cta-section .button-box .purchase-btn {
	position: relative;
	padding: 14px 34px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.cta-section .button-box .purchase-btn span {
	position: relative;
	line-height: 1em;
	top: 3px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.cta-section .button-box .purchase-btn:hover {
	color: var(--black-color);
	background-color: var(--white-color);
}

/*** 

====================================================================
	Collection Section
====================================================================

***/

.collection-section {
	position: relative;
	padding: 100px 0px;
}

.collection-block {
	position: relative;
}

.collection-block .inner-box {
	position: relative;
}

.collection-block .image-column {
	position: relative;
}

.collection-block .image-column .inner-column {
	position: relative;
}

.collection-block .image {
	position: relative;
}

.collection-block .image img {
	position: relative;
	overflow: hidden;
	border-radius: 278px;
}

.collection-block .content-column {
	position: relative;
}

.collection-block .content-column .inner-column {
	position: relative;
	text-align: center;
	padding-top: var(--padding-top-100);
}

.collection-block .title {
	position: relative;
	font-weight: 500;
	color: var(--black-color);
	font-family: var(--font-family-Archivo);
}

.collection-block h2 {
	line-height: 46px;
	font-size: var(--font-36);
	color: var(--black-color);
	text-transform: capitalize;
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Josefin);
}

.collection-block h2 a {
	position: relative;
	color: var(--black-color);
}

.collection-block h2 a:hover {
	color: var(--main-color);
}

.collection-block .text {
	line-height: 32px;
	color: var(--color-twelve);
	font-size: var(--font-18);
	margin-top: var(--margin-top-25);
}

.collection-block .collection-btn {
	position: relative;
	padding: 15px 34px;
	color: var(--black-color);
	margin-top: var(--margin-top-40);
	border: 1px solid var(--black-color);
}

.collection-block .collection-btn span {
	position: relative;
	line-height: 1em;
	top: 4px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.collection-block .collection-btn:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
	position: relative;
	padding: 95px 0px;
	background-color: var(--color-fourtyfive);
}

.testimonial-section-three .sec-title h2 {
	font-family: var(--font-family-Jost);
}

.testimonial-section-three .inner-container {
	position: relative;
}

.testimonial-section-three .owl-nav,
.testimonial-section-three .owl-dots {
	display: none;
}

.testimonial-section-three .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-section-three .testimonial-carousel {
	max-width: 640px;
	margin: 0 auto;
}

.testimonial-section-three .testimonial-block-three {
	opacity: 0.40;
}

.testimonial-section-three .owl-carousel .owl-item.center .testimonial-block-three {
	opacity: 1;
}

.testimonial-section-three .owl-carousel .owl-item.center .testimonial-block-three .inner-box:before {
	opacity: 1;
}

.testimonial-section-three .testimonial-block-three .inner-box:before {
	opacity: 0;
}

.testimonial-block-three {
	position: relative;
}

.testimonial-block-three .inner-box {
	position: relative;
	text-align: center;
	padding: 45px 70px 0px;
}

.testimonial-block-three .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 26px;
	background: linear-gradient(89.14deg, #FFFFFF -14.28%, rgba(255, 255, 255, 0.53) 19.63%);
	border: 1px solid rgba(var(--color-twelve-rgb), 0.15);
}

.testimonial-block-three .rating {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-eight);
}

.testimonial-block-three .rating .light {
	position: relative;
	opacity: 0.20;
	color: var(--black-color);
}

.testimonial-block-three .text {
	line-height: 45px;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-top: var(--margin-top-20);
}

.testimonial-block-three .designation {
	position: relative;
	font-size: var(--font-18);
	color: var(--black-color);
	margin-top: var(--margin-top-20);
}

.testimonial-block-three .designation span {
	position: relative;
	color: var(--color-thirty);
	font-size: var(--font-14);
	padding-left: var(--padding-left-40);
}

.testimonial-block-three .designation span:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 8px;
	width: 13px;
	height: 1px;
	opacity: 0.30;
	background-color: var(--color-thirty);
}

.testimonial-block-three .author-list {
	position: relative;
	margin-top: var(--margin-top-45);
	opacity: 0;
}

.testimonial-block-three .author-list li {
	position: relative;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin: 0px -10px;
	border: 2px solid var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
	position: relative;
	padding: 62px 0px;
	background-size: cover;
}

.video-section .play-box {
	position: relative;
	width: 233px;
	height: 147px;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 147px;
	color: var(--white-color);
	background: url(../images/icons/video-bg.png) no-repeat;
}

/*** 

====================================================================
	Category Section
====================================================================

***/

.category-section {
	position: relative;
	padding: 100px 0px 70px;
}

.category-section .sec-title {
	margin-bottom: var(--margin-bottom-55);
}

.category-section .sec-title h2 {
	font-size: var(--font-30);
	font-family: var(--font-family-Jost);
}

.feature-block-six {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block-six .inner-box {
	position: relative;
	text-align: center;
}

.feature-block-six .image {
	position: relative;
	display: inline-block;
}

.feature-block-six .number {
	position: absolute;
	right: -30px;
	top: -5px;
	width: 24px;
	height: 24px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-12);
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid var(--color-fourtysix);
}

.feature-block-six .inner-box:hover .number {
	color: var(--white-color);
	border-color: var(--black-color);
	background-color: var(--black-color);
}

.feature-block-six h6 {
	font-weight: 500;
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Jost);
}

.feature-block-six h6 a {
	position: relative;
	color: var(--black-color);
}

.feature-block-six h6 a:hover {
	color: var(--main-color);
}

.feature-block-six .text {
	position: relative;
	line-height: 28.8px;
	padding: 0px 30px;
	font-size: var(--font-16);
	color: var(--color-sixteen);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

/*** 

====================================================================
	Collection Section Two
====================================================================

***/

.collection-section-two {
	position: relative;
	padding: 60px 0px;
	background-color: var(--color-thirtyseven);
}

.collection-section-two .icon-layer-one {
	position: absolute;
	right: 10%;
	top: 16%;
	width: 31px;
	height: 48px;
	background-repeat: no-repeat;
}

.collection-section-two .icon-layer-two {
	position: absolute;
	right: 7%;
	bottom: 10%;
	width: 38px;
	height: 62px;
	background-repeat: no-repeat;
}

.collection-section-two .image-column {
	position: relative;
}

.collection-section-two .image-column .inner-column {
	position: relative;
	padding-right: var(--padding-right-35);
}

.collection-section-two .image {
	position: relative;
}

.collection-section-two .image img {
	position: relative;
}

.collection-section-two .content-column {
	position: relative;
}

.collection-section-two .content-column .inner-column {
	position: relative;
	text-align: center;
	padding-top: var(--padding-top-140);
}

.collection-section-two .title {
	position: relative;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-15);
	font-family: var(--font-family-Archivo);
}

.collection-section-two h2 {
	line-height: 46px;
	font-weight: 500;
	font-size: var(--font-36);
	color: var(--black-color);
	text-transform: capitalize;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Josefin);
}

.collection-section-two h2 a {
	position: relative;
	color: var(--black-color);
}

.collection-section-two h2 a:hover {
	color: var(--main-color);
}

.collection-section-two .text {
	line-height: 32px;
	color: var(--color-twelve);
	font-size: var(--font-18);
	margin-top: var(--margin-top-30);
}

.collection-section-two .collection-btn {
	position: relative;
	padding: 15px 34px;
	font-weight: 400;
	color: var(--black-color);
	font-size: var(--font-15);
	margin-top: var(--margin-top-45);
	border: 1px solid var(--black-color);
}

.collection-section-two .collection-btn span {
	position: relative;
	line-height: 1em;
	top: 4px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.collection-section-two .collection-btn:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.collection-section-two .shape-layer {
	position: absolute;
	left: -280px;
	bottom: -60px;
	width: 380px;
	height: 512px;
}

/*** 

====================================================================
	Product Section Seven
====================================================================

***/

.product-section-seven {
	position: relative;
	padding-bottom: var(--padding-bottom-70);
}

.product-section-seven .sec-title h2 {
	font-family: var(--font-family-Jost);
}

/*** 

====================================================================
	Mega Section
====================================================================

***/

.mega-section {
	position: relative;
	padding: 85px 0px;
}

.mega-section .inner-container {
	position: relative;
	padding: 80px 0px;
	text-align: center;
	border: 8px solid var(--color-thirtyseven);
}

.mega-section .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.mega-section .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.mega-section h2 {
	line-height: 46.8px;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

/*** 

====================================================================
	Featured Section Six
====================================================================

***/

.featured-section-six {
	position: relative;
	padding: 0px 0px 100px;
}

.feature-block-seven {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block-seven .inner-box {
	position: relative;
	padding: 55px 35px;
	background-size: cover;
}

.feature-block-seven .off {
	position: relative;
	font-weight: 400;
	font-size: var(--font-13);
	text-transform: uppercase;
	color: var(--color-twentyseven);
}

.feature-block-seven h5 {
	z-index: 1;
	font-weight: 500;
	font-size: var(--font-20);
	text-transform: uppercase;
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Archivo);
}

.feature-block-seven h5:before {
	position: absolute;
	content: '';
	left: 10px;
	bottom: 6px;
	height: 4px;
	right: 0px;
	z-index: -1;
	background: url(../images/icons/vector-10.png) no-repeat;
}

.feature-block-seven h5 a {
	color: var(--black-color);
}

.feature-block-seven h5 a:hover {
	color: var(--main-color);
}

.feature-block-seven .shop-now {
	position: relative;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-16);
	margin-top: var(--margin-top-25);
}

.feature-block-seven .shop-now span {
	position: relative;
	top: 3px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.feature-block-seven .shop-now:hover {
	color: var(--main-color);
}

/***

==================================================================
	Newsletter Section Two
==================================================================

***/

.newsletter-section-two {
	position: relative;
	padding: 155px 0px 130px;
	background-size: cover;
}

.newsletter-section-two .title-box {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.newsletter-section-two h2 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: var(--font-32);
	font-family: var(--font-family-Jost);
}

.newsletter-section-two .text {
	font-size: var(--font-18);
	color: var(--color-eighteen);
	margin-top: var(--margin-top-5);
}

.newsletter-section-two .newsletter-box {
	max-width: 590px;
}

/* Newsletter Box */

.newsletter-box {
	position: relative;
}

.newsletter-box .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.newsletter-box .form-group .icon {
	position: absolute;
	left: 5px;
	top: 25px;
	line-height: 1em;
	font-family: "flaticon";
	color: var(--color-fourtyseven);
	padding-right: var(--padding-right-15);
	border-right: 1px solid var(--color-fourtyseven);
}

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	display: block;
	height: 65px;
	width: 100%;
	background: none;
	border-radius: 0px;
	box-shadow: inherit;
	font-size: var(--font-18);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding: 10px 15px 10px 10px;
	color: var(--color-fourtyseven);
	font-family: var(--font-family-Jost);
	border-bottom: 1px solid var(--color-fourtyseven);
}

.newsletter-box .form-group input::placeholder,
.newsletter-box .form-group textarea::placeholder {
	color: var(--color-fourtyseven);
}

.newsletter-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 65px;
	background: none;
	font-weight: 500;
	padding: 12px 10px;
	letter-spacing: 1px;
	font-family: "flaticon";
	font-size: var(--font-16);
	color: var(--black-color);
	text-transform: capitalize;
}

.newsletter-box .form-group button:hover {
	color: var(--main-color);
}

/***

==================================================================
	Banner Section Four
==================================================================

***/

.banner-section-four {
	position: relative;
}

.banner-section-four .upper-box {
	position: relative;
	padding: 50px 0px;
}

.banner-section-four .content {
	position: relative;
	padding-left: var(--padding-left-20);
	border-left: 1px solid var(--main-color);
}

.banner-section-four .upper-box .title {
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	font-family: var(--font-family-Archivo);
}

.banner-section-four .upper-box h2 {
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: var(--margin-top-20);
}

.banner-section-four .collection-btn {
	position: relative;
	padding: 15px 34px;
	color: var(--black-color);
	border: 1px solid var(--black-color);
}

.banner-section-four .collection-btn span {
	position: relative;
	line-height: 1em;
	top: 4px;
	font-family: "flaticon";
	margin-left: var(--margin-left-5);
}

.banner-section-four .collection-btn:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.banner-section-four .carousel-box {
	position: relative;
}

.banner-section-four .carousel-box .image {
	position: relative;
}

.banner-section-four .carousel-box .image img {
	position: relative;
	width: 100%;
}

.banner-section-four .overlay-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	max-width: 525px;
	width: 100%;
	padding: 45px 0px 45px 60px;
}

.banner-section-four .overlay-content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 33px;
	background-color: rgba(var(--white-color-rgb), 0.92);
}

.banner-section-four .overlay-content .title {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	font-size: var(--font-15);
}

.banner-section-four .overlay-content h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 12px;
	right: 0px;
	height: 3px;
	background: url(../images/main-slider/vector-8.png) center center no-repeat;
}

.banner-section-four .overlay-content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: var(--font-32);
	margin-top: var(--margin-top-5);
}

.banner-section-four .overlay-content h2 a {
	position: relative;
	color: var(--black-color);
}

.banner-section-four .overlay-content .collection:hover,
.banner-section-four .overlay-content h2 a:hover {
	color: var(--main-color);
}

.banner-section-four .overlay-content .collection {
	position: relative;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--heading-color);
	margin-top: var(--margin-top-10);
	padding-right: var(--padding-right-25);
}

.banner-section-four .overlay-content .collection:before {
	position: absolute;
	content: "\f10e";
	right: 0px;
	top: 2px;
	font-size: var(--font-14);
	font-family: "flaticon";
}

.banner-section-four .overlay-content .arrow-box {
	position: relative;
}

.banner-section-four .overlay-content .arrow-box .arrow {
	position: relative;
	width: 76px;
	height: 62px;
	line-height: 62px;
	padding: 22px 20px;
	display: inline-block;
	background-color: var(--black-color);
}

.banner-section-four .overlay-content .arrow:hover {
	background-color: var(--main-color);
}

.banner-section-four .shadow-layer {
	position: absolute;
	right: -40px;
	bottom: -160px;
	width: 296px;
	height: 292px;
	background-repeat: no-repeat;
}

/***

==================================================================
	Banner Section Five
==================================================================

***/

.banner-section-five {
	position: relative;
}

.banner-section-five .slide {
	position: relative;
	overflow: hidden;
}

.banner-section-five .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 156px;
	height: 355px;
	background-repeat: no-repeat;
}

.banner-section-five .content-column {
	position: relative;
}

.banner-section-five .content-column .inner-column {
	position: relative;
}

.banner-section-five .title {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--black-color);
	font-family: var(--font-family-Archivo);
}

.banner-section-five .title:before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) center center no-repeat;
}

.banner-section-five h2 {
	text-transform: uppercase;
	font-size: var(--font-80);
	line-height: 70px;
	font-weight: 700;
	margin-top: var(--margin-top-20);
}

.banner-section-five h2 a {
	position: relative;
	color: var(--black-color);
}

.banner-section-five h2 a span {
	color: var(--color-eight);
}

.banner-section-five h2 a:hover {
	color: var(--black-color);
}

.banner-section-five .price {
	position: relative;
	font-weight: 600;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-top: var(--margin-top-20);
}

.banner-section-five .price span {
	position: relative;
	color: var(--black-color);
	font-size: var(--font-24);
}

.banner-section-five .text {
	font-size: var(--font-18);
	color: var(--black-color);
	margin-top: var(--margin-top-25);
}

.banner-section-five .button-box {
	position: relative;
	margin-top: var(--margin-top-40);
}

.banner-section-five .image-column {
	position: relative;
}

.banner-section-five .image-column .inner-column {
	position: relative;
}

.banner-section-five .image-column .image {
	position: relative;
}

.banner-section-five .image-column .image img {
	width: auto;
	max-width: 100%;
}

.banner-section-five .owl-dots,
.banner-section-five .owl-nav {
	display: none;
}

.banner-section-five .button-box .btn-style-one {
	background-color: var(--color-eight);
}

/*** 

====================================================================
	Featured Section Seven
====================================================================

***/

.featured-section-seven {
	position: relative;
}

.featured-section-seven .feature_slide {
	position: relative;
	-webkit-animation: marquee 32s linear infinite;
	animation: marquee 32s linear infinite;
}

.featured-section-seven .outer-container {
	position: relative;
	padding: 18px 0px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.featured-section-seven .feature-block-seven {
	min-width: 417px;
	margin: 0px 10px 0px;
	margin-bottom: var(--margin-zero);
}

/*** 

====================================================================
	Product Section Eight
====================================================================

***/

.product-section-eight {
	position: relative;
	padding: 95px 0px 100px;
	background-color: var(--color-thirtyseven);
}

.product-section-eight .pattern-layer {
	position: absolute;
	left: -20px;
	bottom: 0px;
	width: 164px;
	height: 355px;
	background-repeat: no-repeat;
}

.product-section-eight .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.product-section-eight .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.product-section-eight .sec-title h2 {
	font-family: var(--font-family-Jost);
}

.product-section-eight .owl-dots {
	display: none;
}

.product-section-eight .owl-nav {
	position: absolute;
	right: 0px;
	top: -100px;
}

.product-section-eight .owl-nav .owl-prev:hover,
.product-section-eight .owl-nav .owl-next:hover {
	filter: invert(1);
}

.product-section-eight .owl-nav .owl-prev {
	position: relative;
	width: 75px;
	height: 60px;
	font-size: 0px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: var(--white-color) url(../images/main-slider/prev-arrow.svg) center center no-repeat;
}

.product-section-eight .owl-nav .owl-next {
	position: relative;
	width: 76px;
	height: 60px;
	font-size: 0px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: var(--white-color) url(../images/main-slider/next-arrow.svg) center center no-repeat;
}

/*** 

====================================================================
	Dress Section Four
====================================================================

***/

.dress-section-four {
	position: relative;
}

.dress-section-four .shape-layer {
	position: absolute;
	right: 130px;
	top: 60px;
	width: 479px;
	height: 352px;
	z-index: -1;
	background-repeat: no-repeat;
}

.dress-section-four .content-column {
	position: relative;
}

.dress-section-four .content-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-90);
}

.dress-section-four .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.dress-section-four .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.dress-section-four .sec-title h2 {
	line-height: 46px;
	font-size: var(--font-36);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Josefin);
}

.dress-section-four .product-time-countdown .counter-column .count {
	border: 1px solid var(--black-color);
	box-shadow: inherit;
}

.dress-section-four .product-time-countdown .counter-column:hover .count {
	background-color: var(--black-color);
}

.dress-section-four .button-box {
	position: relative;
	margin-top: var(--margin-top-40);
}

.dress-section-four .image-column {
	position: relative;
}

.dress-section-four .image-column .inner-column {
	position: relative;
}

.dress-section-four .image {
	position: relative;
	z-index: 1;
	margin-left: -300px;
}

.dress-section-four .image img {
	position: relative;
	max-width: inherit;
	overflow: hidden;
	border-radius: 0px 350px 350px 0px;
}

/***

==================================================================
	Dress Section Five
==================================================================

***/

.dress-section-five {
	position: relative;
}

.dress-section-five .slide {
	position: relative;
	overflow: hidden;
}

.dress-section-five .inner-container {
	position: relative;
}

.dress-section-five .image-column {
	position: relative;
}

.dress-section-five .image-column .inner-column {
	position: relative;
	padding-right: var(--padding-right-110);
}

.dress-section-five .image {
	position: relative;
}

.dress-section-five .image img {
	position: relative;
	width: auto;
	display: block;
	max-width: inherit;
	overflow: hidden;
	border-radius: 352px 0px 0px 352px;
}

.dress-section-five .content-column {
	position: relative;
}

.dress-section-five .content-column .inner-column {
	position: relative;
}

.dress-section-five .sec-title .title {
	font-weight: 500;
	padding: var(--padding-zero);
}

.dress-section-five .sec-title .title:before {
	top: auto;
	bottom: 0px;
	height: 1px;
	background: url(../images/icons/vector-3.png) no-repeat;
}

.dress-section-five .sec-title h2 {
	line-height: 46px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Josefin);
}

.dress-section-five .check {
	position: relative;
	color: var(--color-twelve);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-50);
}

.dress-section-five .check:before {
	position: absolute;
	left: 0px;
	content: "\f1a2";
	color: var(--main-color);
	font-family: "flaticon";
}

.dress-section-five .shape-layer {
	position: absolute;
	left: -80px;
	bottom: 40px;
	width: 479px;
	height: 352px;
	background-repeat: no-repeat;
}

.dress-section-five .owl-nav {
	display: none;
}

.dress-section-five .owl-dots {
	position: absolute;
	left: 270px;
	bottom: 165px;
	counter-reset: slides-num;
}

.dress-section-five .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num;
	margin-right: var(--margin-right-15);
}

.dress-section-five .owl-dots .owl-dot span {
	position: relative;
	display: block;
	font-weight: 500;
	padding: 3px 8px 2px;
	border-radius: 20px;
	font-size: var(--font-13);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "0" counter(slides-num) "";
	border: 1px solid transparent;
	font-family: var(--font-family-DMSans);
}

.dress-section-five .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) "";
}

.dress-section-five .owl-dots .owl-dot:hover span,
.dress-section-five .owl-dots .owl-dot.active span {
	opacity: 1;
	border-color: rgba(var(--black-color-rgb), 0.20);
}

/***

==================================================================
	Page Title Section
==================================================================

***/

.page-title {
	position: relative;
	background-size: cover;
	padding-top: 130px;
	background-color: rgba(0, 0, 0, 0.2);
}

.search-box-three {
	position: relative;
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
}

.search-box-three .form-group select {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
}

.search-box-three .form-group .ui-selectmenu-button.ui-button {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 160px;
	z-index: 1;
	height: 58px;
	line-height: 58px;
	padding-left: var(--padding-left-40);
}

.search-box-three .form-group .ui-selectmenu-button.ui-button:before {
	position: absolute;
	content: '';
	right: -20px;
	top: 15px;
	width: 1px;
	height: 27px;
	background-color: var(--color-fiftytwo);
}

.search-box-three .form-group {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	margin: var(--margin-zero);
	box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.05);
}

.search-box-three .form-group .ui-button .ui-icon {
	top: 17px;
}

.search-box-three .form-group .ui-selectmenu-button.ui-button {
	background-color: var(--white-color);
	color: var(--color-fiftyone);
}

.search-box-three .form-group input[type="text"],
.search-box-three .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	padding: 10px 50px 10px 210px;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 0px;
	color: var(--color-thirty);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--white-color);
}

.search-box-three .form-group button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 60px;
	height: 50px;
	border-radius: 50px;
	font-family: "flaticon";
	font-size: var(--font-18);
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--black-color);
}

.search-box-three .form-group button:hover {
	background-color: var(--main-color);
	color: var(--white-color);
}

.page-title .content {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center -50px;
}

.page-title h3 {
	font-weight: 500;
	font-size: var(--font-28);
	color: var(--color-fiftythree);
	font-family: var(--font-family-Jost);
}

.page-title .bread-crumb {
	position: relative;
	margin-top: var(--margin-top-15);
}

.page-title .bread-crumb li {
	position: relative;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-15);
	margin-right: var(--margin-right-15);
	padding-right: var(--padding-right-15);
}

.page-title .bread-crumb li a {
	position: relative;
	color: var(--color-fiftyfour);
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -6px;
	top: 6px;
	font-weight: 700;
	content: "\f178";
	font-size: var(--font-8);
	font-family: "Flaticon";
	color: var(--color-fiftyfour);
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px;
}

.sidebar-page-container .sidebar-side {
	margin-bottom: 20px;
}

.sidebar-page-container .sidebar-inner {
	position: relative;
	border-right: 1px solid rgba(var(--black-color-rgb), 0.05);
}

/* Sidebar Widget */

.sidebar-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

/* Sidebar Widget Two */

.sidebar-widget-two {
	position: relative;
	margin-bottom: var(--margin-bottom-45);
}

.sidebar-widget-two:last-child {
	margin-bottom: var(--margin-zero);
}

/* Sidebar Title */

.sidebar-title {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.sidebar-title h6 {
	font-weight: 400;
	color: var(--black-color);
	text-transform: capitalize;
	font-family: var(--font-family-Jost);
}

/* Sidebar Title Two */

.sidebar-title-two,
.wp-block-search .wp-block-search__label,
.widget h2 {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.sidebar-title-two h6,
.wp-block-search .wp-block-search__label,
.widget h2 {
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--black-color);
	text-transform: capitalize;
	font-family: var(--font-family-Jost);
	padding-bottom: var(--padding-bottom-10);
	border-bottom: 1px solid var(--color-sixtyeight);
	line-height: 1.6em;
}

/* CheckBox */

.check-list .form-group {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.check-list .form-group .check-box {
	position: relative;
}

.check-list .form-group .check-box label {
	color: #2b2b2b;
}

.check-list .form-group .check-box label {
	position: relative;
	line-height: 22px;
	padding-left: 25px;
	padding: 2px 0px 0px 35px;
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--color-fiftyfive);
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.check-list .form-group .check-box input[type="checkbox"]:checked+label {
	border-color: #25a9e0;
}

.check-list .form-group .form-group .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.check-list .form-group .check-box label:before {
	position: absolute;
	left: 0;
	top: 4px;
	height: 18px;
	width: 18px;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.check-list .form-group .check-box label:after {
	position: absolute;
	left: 4px;
	top: 3px;
	content: "\f1f0";
	height: 20px;
	line-height: 20px;
	max-width: 0;
	font-size: 10px;
	color: var(--white-color);
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	line-height: 20px;
	display: block;
	font-family: "flaticon";
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.check-list .form-group .check-box input[type="checkbox"] {
	display: none;
}

.check-list .form-group .check-box input[type="checkbox"]:checked+label:before {
	background-color: var(--black-color);
	border-color: var(--black-color);
}

.check-list .form-group .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

/* Range Slider One */

.range-slider-one {
	position: relative;
}

.range-slider-one .title {
	display: none;
}

.range-slider-one .input {
	position: relative;
	float: left;
	max-height: 80px;
	margin-top: var(--margin-top-5);
}

.range-slider-one .input input {
	background: none;
	color: var(--color-fiftysix);
	font-size: var(--font-14);
	font-weight: 500;
	width: auto;
	text-align: left;
	border: 0;
	padding: 0;
	height: auto;
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 6px;
	border: none;
	border-radius: 0px;
	margin-top: var(--margin-top-35);
	margin-bottom: var(--margin-bottom-20);
	background: rgba(var(--black-color-rgb), 0.06);
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 6px;
	border-radius: 0px;
	background-color: var(--main-color);
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -6px;
	width: 4px;
	height: 18px;
	cursor: pointer;
	border-radius: 0px;
	border: 4px solid var(--main-color);
}

.range-slider-one .theme-btn {
	position: absolute;
	right: 0px;
	bottom: -8px;
	line-height: 18px;
	font-weight: 500;
	padding: 8px 20px;
	font-size: var(--font-14);
	text-transform: uppercase;
	color: var(--color-fiftyseven);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.range-slider-one .theme-btn:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: var(--white-color);
}

/* Sel Colors */

.sel-colors {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sel-colors strong {
	position: relative;
	top: -11px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 10px;
}

.sel-colors .color-box {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 3px;
	display: inline-block;
}

.sel-colors .color-box input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.sel-colors .color-box label {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sel-colors .color-box input[type="radio"]:checked+label:before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 3px;
	border: 1px solid var(--color-fiftyeight);
}

.sel-colors h6 {
	font-size: var(--font-16);
	color: var(-black-color);
	margin-right: var(--margin-right-20);
	font-family: var(--font-family-Jost);
}

.sel-colors.style-two {
	margin-bottom: var(--margin-bottom-25);
}

.sel-colors.style-two .color-box {
	margin-right: var(--margin-right-15);
}

.sel-colors.style-two .color-box label,
.sel-colors.style-two .color-box input[type="radio"]:checked+label:before {
	border-radius: 50px;
}

/* Attorney Posts */

.post-widget {
	position: relative;
}

.post-widget .post {
	position: relative;
	min-height: 60px;
	padding-left: var(--padding-left-80);
	margin-bottom: var(--margin-bottom-30);
}

.post-widget .post:last-child {
	margin-bottom: var(--margin-zero);
}

.post-widget .post .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	overflow: hidden;
}

.post-widget .post .thumb a {
	display: block;
}

.post-widget .post .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.post-widget .post h6 {
	font-weight: 400;
	line-height: 19px;
	font-size: var(--font-15);
	text-transform: capitalize;
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-5);
}

.post-widget .post h6 a {
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h6 a:hover {
	color: var(--main-color);
}

.post-widget .post .price {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: var(--font-13);
	text-transform: uppercase;
	color: var(--main-color);
}

/* Tag List */

.tag-list {
	position: relative;
	display: block;
}

.tag-list li {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-5);
	margin-bottom: var(--margin-bottom-10);
}

.tag-list li a {
	position: relative;
	display: block;
	line-height: 20px;
	font-weight: 400;
	padding: 9px 16px;
	border-radius: 0px;
	font-size: var(--font-14);
	text-transform: capitalize;
	color: var(--color-sixty);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-fiftynine);
}

.tag-list li a:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

.tag-list.style-two li a {
	background: none;
	border: 1px solid var(--color-sixtyeight);
}

.tag-list.style-two li a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

/*** 

====================================================================
	Filter Box
====================================================================

***/

.filter-box {
	position: relative;
	padding: 10px 25px;
	margin-bottom: var(--margin-bottom-30);
	border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.filter-box .left-box {
	position: relative;
}

.filter-box .form-group {
	line-height: 1em;
}

.filter-box .form-group .ui-button .ui-icon {
	top: 0px;
}

.filter-box .results {
	position: relative;
	font-size: var(--font-16);
	color: var(--black-color);
}

.filter-box .right-box {
	position: relative;
}

.filter-box .right-box .form-group .ui-selectmenu-button.ui-button {
	position: relative;
	top: 6px;
}

.filter-box .pages-list {
	position: relative;
	margin-left: var(--margin-left-5);
}

.filter-box .pages-list li {
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-15);
}

.filter-box .pages-list li a {
	position: relative;
	display: inline-block;
	font-family: "Flaticon";
	font-size: var(--font-20);
	color: var(--black-color);
}

.filter-box .pages-list li:first-child a {
	top: 2px;
	font-size: var(--font-24);
}

.filter-box .pages-list li a:hover {
	color: var(--main-color);
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.sidebar-page-container .content-side .styled-pagination {
	margin-top: var(--margin-top-20);
}

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	margin: 0px 5px 10px;
	display: inline-block;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 48px;
	height: 50px;
	width: 50px;
	min-width: 50px;
	font-weight: 400;
	border-radius: 50px;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	font-size: var(--font-16);
	color: var(--black-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
	line-height: 40px;
	top: 1px;
	font-size: var(--font-20);
	font-family: "Flaticon";
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: var(--white-color);
	border-color: var(--black-color);
	background-color: var(--black-color);
}


/***

====================================================================
	Shop Detail Section
====================================================================

***/

.shop-detail-section {
	position: relative;
	padding: 120px 0px 0px;
}

.shop-detail-section .upper-box {
	position: relative;
}

.shop-detail-section .gallery-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .gallery-column .view-image {
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-family: "flaticon";
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: var(--white-color);
}

.shop-detail-section .gallery-column .view-image:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.shop-detail-section .gallery-column .swiper-button-next {
	right: 0px;
	width: 75px;
	height: 60px;
	text-align: center;
	background: url(../images/icons/next-arrow.svg) center center no-repeat;
}

.shop-detail-section .gallery-column .swiper-button-prev {
	left: 0px;
	width: 75px;
	height: 60px;
	text-align: center;
	background: url(../images/icons/prev-arrow.svg) center center no-repeat;
}

.shop-detail-section .gallery-column .swiper-button-prev:hover,
.shop-detail-section .gallery-column .swiper-button-next:hover {
	background-color: var(--white-color);
}

.shop-detail-section .gallery-column .inner-column {
	position: relative;
}

.shop-detail-section .gallery-column .carousel-outer {
	position: relative;
	padding-right: var(--padding-right-80);
}

.shop-detail-section .gallery-column .image {
	position: relative;
	text-align: center;
	background-color: var(--color-eleven);
}

.shop-detail-section .gallery-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.shop-detail-section .gallery-column .thumbs-carousel {
	position: relative;
}

.shop-detail-section .gallery-column .thumb {
	cursor: pointer;
	display: inline-block;
	margin-bottom: var(--margin-zero);
	background-color: var(--color-eleven);
}

.shop-detail-section .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .content-column .inner-column {
	position: relative;
	margin-left: 100px;
}

.shop-detail-section .content-column h3 {
	font-weight: 400;
	color: var(--black-color);
	font-family: var(--font-family-Jost);
}

.shop-detail-section .content-column .text {
	position: relative;
	line-height: 30px;
	font-size: var(--font-15);
	color: var(--color-twelve);
	margin-top: var(--margin-zero);
	margin-bottom: var(--margin-bottom-25);
}

.shop-detail-section .content-column .rating {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-eight);
	margin-top: var(--margin-top-15);
}

.shop-detail-section .content-column .rating .light {
	opacity: 0.15;
	color: var(--black-color);
}

.shop-detail-section .content-column .rating i {
	position: relative;
	font-weight: 400;
	font-style: normal;
	font-size: var(--font-16);
	color: var(--color-fourteen);
	margin-left: var(--margin-left-10);
}

.shop-detail-section .content-column .price {
	position: relative;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-18);
	margin-top: 15px;
	margin-bottom: var(--margin-bottom-15);
}

.shop-detail-section .content-column .price i {
	position: relative;
	top: -2px;
	font-weight: 500;
	padding: 1px 10px;
	font-style: normal;
	border-radius: 0px;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	margin-left: var(--margin-left-5);
	background-color: var(--main-color)
}

.shop-detail-section .content-column .price span {
	position: relative;
	font-weight: 400;
	opacity: 0.90;
	margin: 0px 5px;
	font-size: var(--font-14);
	text-decoration: line-through;
}

.shop-detail-section .content-column .model {
	position: relative;
	margin-top: var(--margin-top-5);
	margin-right: var(--margin-right-15);
}

.shop-detail-section .content-column .model .model-title {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-15);
}


.shop-detail-section .content-column .button-box .theme-btn {
	margin-right: var(--margin-right-30);
	text-transform: uppercase;
	font-size: var(--font-14);
	padding: 17px 44px;
}

.shop-detail-section .content-column .social-box {
	position: relative;
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-25);
}

.shop-detail-section .content-column .social-box li {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-15);
}

.shop-detail-section .content-column .social-box li.share {
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--black-color);
}

.shop-detail-section .content-column .social-box li a {
	position: relative;
	font-size: var(--font-18);
	color: var(--black-color);
}

.shop-detail-section .content-column .social-box li a:hover {
	color: var(--main-color);
}

.shop-detail-section .content-column .item-quantity {
	top: 2px;
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.shop-detail-section .content-column .quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
	border: none;
}

/* Quality Box */

.select-size-box {
	position: relative;
}

.select-size-box .select-box {
	position: relative;
	float: left;
	text-align: center;
	margin: 0px 10px 10px 0px;
}

.select-size-box .input-box {
	position: relative;
	float: left;
}

.select-size-box .select-box input[type="radio"] {
	left: 0px;
	top: 0px;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.select-size-box .select-box label {
	display: block;
	line-height: 24px;
	padding: 2px 15px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	border-radius: 0px;
	font-size: var(--font-12);
	transition: all 500ms ease;
	text-transform: uppercase;
	color: var(--color-fiftysix);
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.select-size-box .select-box input[type="radio"]:checked+label {
	background-color: var(--black-color);
	color: #ffffff;
}

.shop-detail-section .content-column .categories {
	position: relative;
	font-weight: 400;
	font-size: var(--font-15);
	color: var(--color-sixtyone);
	margin-top: var(--margin-top-15);
}

.shop-detail-section .content-column .categories span {
	position: relative;
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--black-color);
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail-section .prod-tabs {
	position: relative;
	margin-top: var(--margin-top-80);
}

.shop-detail-section .prod-tabs .tab-btns {
	position: relative;
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-40);
	background: var(--white-color);
	color: var(--black-color);
	text-transform: uppercase;
	font-size: var(--font-14);
	line-height: 24px;
	cursor: pointer;
	font-weight: 500;
	padding: 14px 44px;
	transition: all 500ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail-section .prod-tabs .tab-btns .tab-btn.active-btn {
	color: var(--white-color);
	border-color: var(--black-color);
	background-color: var(--black-color);
}

.shop-detail-section .prod-tabs .tabs-content {
	position: relative;
	padding: 45px 0px 0px;
}

.shop-detail-section .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.shop-detail-section .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-content p {
	position: relative;
	line-height: 32px;
	font-size: var(--font-18);
	color: var(--color-twelve);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-70);
}

.prod-tabs .tabs-content .tab .title {
	position: relative;
	color: var(--text-color);
	font-size: var(--font-20);
	font-weight: 400;
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-25);
}

/*Comment Form*/

.shop-comment-form {
	position: relative;
}

.shop-comment-form h4 {
	margin-bottom: var(--margin-bottom-25);
}

.shop-comment-form .group-title {
	margin-bottom: var(--margin-bottom-20);
}

.shop-comment-form .rating-box {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-comment-form .rating-box .text {
	color: var(--main-color-two);
	margin-bottom: var(--margin-bottom-10);
}

.shop-comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	border-right: 1px solid #ebebeb;
	margin-right: var(--margin-right-10);
	padding-right: var(--padding-right-10);
}

.shop-comment-form .rating-box .rating:last-child {
	border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-5);
}

.shop-comment-form .rating-box .rating a {
	position: relative;
	color: var(--color-eight);
	font-size: var(--font-16);
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form .rating-box .rating a:hover {
	color: var(--main-color);
}

.shop-comment-form .form-group {
	position: relative;
	margin-bottom: var(--margin-bottom-15);
}

.shop-comment-form .form-group label {
	position: relative;
	display: block;
	font-weight: 500;
	color: var(--black-color);
	font-size: var(--font-16);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-15);
}

.shop-comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: var(--main-color-two);
	font-weight: 300;
	background: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
	border-color: var(--main-color);
}

.shop-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: var(--main-color-two);
	border: 1px solid #efefef;
	height: 105px;
	font-weight: 300;
	background: var(--white-color);
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form button {
	position: relative;
	margin-top: var(--margin-top-10);
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
	border-color: var(--main-color);
}

/*** 

====================================================================
	Comments Area
====================================================================

***/

.shop-detail-section .comments-area {
	position: relative;
	margin-top: var(--margin-zero);
	margin-bottom: var(--margin-bottom-40);
}

.shop-detail-section .comments-area .comment-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.shop-detail-section .comments-area .comment-box:hover {
	border-color: var(--main-color);
}

.shop-detail-section .comments-area .comment-box.reply-comment {
	margin-left: var(--marg-left-30);
}

.shop-detail-section .comments-area .comment {
	position: relative;
	font-size: var(--font-14);
	padding: 0px 0px 0px 80px;
}

.shop-detail-section .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4;
}

.shop-detail-section .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px;
}

.shop-detail-section .comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	font-size: var(--font-14);
	color: var(--color-eight);
}

.shop-detail-section .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: var(--margin-bottom-20);
}

.shop-detail-section .comments-area .comment-box .author-thumb img {
	width: 60px;
	display: block;
}

.shop-detail-section .comments-area .comment-info {
	position: relative;
	line-height: 24px;
	font-weight: 600;
	color: var(--black-color);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-10);
}

.shop-detail-section .comments-area .comment-box .text {
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--main-color-two);
	margin-top: var(--marg-top-10);
	margin-bottom: var(--margin-bottom-10);
}

.shop-detail-section .related-products h4 {
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail-section .lower-box h3 {
	color: var(--black-color);
	font-size: var(--font-28);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-20);
}

.shop-detail-section .lower-box h5 {
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-20);
	font-family: var(--font-family-Jost);
}

.shop-detail-section .list-one {
	position: relative;
}

.shop-detail-section .list-one li {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fourtynine);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Jost);
}

.shop-detail-section .list-one li:before {
	position: absolute;
	content: "\f1f0";
	left: 0px;
	top: 2px;
	font-size: var(--font-14);
	font-family: "Flaticon";
	color: var(--main-color);
}

.shop-detail-section .list-one li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-detail-section .list-two {
	position: relative;
	margin-top: -40px;
}

.shop-detail-section .list-two li {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-thirty);
	padding-left: var(--padding-left-50);
	margin-bottom: var(--margin-bottom-25);
}

.shop-detail-section .list-two li:last-child {
	margin-bottom: var(--margin-zero);
}

.shop-detail-section .list-two li:before {
	position: absolute;
	content: "\f1f0";
	left: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50px;
	line-height: 28px;
	font-size: var(--font-12);
	font-family: "Flaticon";
	color: var(--black-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

/*** 

====================================================================
	Cart Section
====================================================================

***/

.shoping-cart-section {
	position: relative;
	padding: 110px 0px 20px;
}

.shoping-cart-section .cart-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shoping-cart-section .cart-column .inner-column {
	position: relative;
}

.shoping-cart-section .cart-table {
	width: 100%;
	min-width: 740px;
}

.cart-total-outer {
	position: relative;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	border-radius: 0px;
	font-size: var(--font-16);
	text-transform: capitalize;
	color: var(--color-fiftyeight);
}

.cart-table thead tr th {
	line-height: 24px;
	min-width: 120px;
	font-weight: 500;
	padding: 0px 15px 20px;
	font-size: var(--font-18);
	color: var(--black-color);
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: var(--padding-left-40);
}

.cart-table tbody tr td {
	line-height: 24px;
	min-width: 100px;
	vertical-align: middle;
	padding: 20px 10px 5px;
}

.cart-table .prod-title {
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: var(--font-family-Jost);
}

.cart-table .prod-text {
	font-weight: 400;
	font-size: var(--font-16);
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Jost);
	color: rgba(var(--color-sixtyone-rgb), 0.80);
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: var(--padding-left-90);
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 70px;
	left: 0px;
	top: 0px;
	padding: 10px 10px;
	border: 1px solid #f0f0f0;
}

.cart-table .cross-icon {
	position: absolute;
	right: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
	font-size: 6px;
	font-weight: 700;
	cursor: pointer;
	line-height: 16px;
	text-align: center;
	border-radius: 50px;
	font-family: "Flaticon";
	color: var(--white-color);
	background-color: var(--main-color);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
	margin-bottom: var(--margin-bottom-10);
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: var(--font-18);
	color: var(--main-color-two);
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border: 2px solid #ececec;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	font-size: var(--font-12);
	line-height: 14px;
	width: 14px;
	height: 14px;
	margin-right: var(--margin-right-5);
	background: #f0f0f0;
	color: var(--white-color);
	text-align: center;
	overflow: hidden;
	text-indent: 100px;
}

.cart-table tbody tr .remove {
	text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.cart-table tbody tr .remove-btn:hover .fa {
	text-indent: 0px;
	background: var(--main-color);
}

.cart-table tbody tr {
	border-bottom: 1px solid #f0f0f0;
}

.cart-table tbody tr td.price {
	font-weight: 500;
	font-size: var(--font-15);
	color: var(--black-color);
}

.cart-table tbody tr td.sub-total {
	font-weight: 500;
	font-size: var(--font-15);
	color: var(--black-color);
}


.shoping-cart-section .total-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shoping-cart-section .total-column .inner-column {
	position: relative;

}

.shoping-cart-section .total-column .title-box {
	position: relative;
	text-align: center;
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-20);
}

.shoping-cart-section .total-column .title-box h6 {
	font-family: var(--font-family-Jost);
}

.cart-total-box {
	position: relative;
	padding: 30px 30px;
	margin-bottom: var(--margin-bottom-30);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.cart-totals {
	position: relative;
}

.cart-totals li {
	position: relative;
	padding: 15px 0px;
	font-size: var(--font-18);
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-5);
	font-family: var(--font-family-Jost);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.cart-totals li span {
	position: absolute;
	right: 0px;
}

.shoping-cart-section .check-box {
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
}

.shoping-cart-section .check-box label {
	color: #2b2b2b;
}

.shoping-cart-section .check-box label {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	background: #ffffff;
	padding: 4px 10px 0px;
	padding-left: 30px;
	font-size: var(--font-16);
	color: var(--color-twelve);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked+label {
	border-color: var(--main-color);
}

.shoping-cart-section .form-group .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.shoping-cart-section .check-box label:before {
	position: absolute;
	left: 0;
	top: 6px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shoping-cart-section .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"] {
	display: none;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked+label:before {
	border: 8px solid var(--main-color);
	background-color: var(--white-color);
}

.shoping-cart-section .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.cart-total-outer .proceed-btn {
	position: relative;
	width: 100%;
	font-weight: 500;
	padding: 16px 15px;
	border-radius: 3px;
	text-align: center;
	font-size: var(--font-15);
	color: var(--white-color);
	background-color: var(--black-color);
	font-family: var(--font-family-Jost);
}

/* Shipping Outer */

.shipping-outer {
	position: relative;
}

.shipping-outer .title-box {
	position: relative;
	text-align: center;
	margin-bottom: var(--margin-bottom-20);
}

.shipping-outer .cart-shipping-box {
	position: relative;
	padding: 20px 30px 30px;
	margin-bottom: var(--margin-bottom-30);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.shipping-list {
	position: relative;
}

.shipping-list li {
	position: relative;
	padding: 15px 0px;
	font-size: var(--font-16);
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-5);
	font-family: var(--font-family-Jost);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-outer .buttons-box {
	position: relative;
	margin-top: var(--margin-top-25);
}

/* Checkout Section */

.checkout-section {
	position: relative;
	padding: 110px 0px 30px;
}

.checkout-section h4 {
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Jost);
}

.checkout-section .form-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.checkout-section .form-column .inner-column {
	position: relative;
}

.checkout-section .order-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.checkout-section .order-column .inner-column {
	position: relative;
}

/*** 

====================================================================
	Shipping Form
====================================================================

***/

.shipping-form .form-group {
	margin-bottom: var(--margin-bottom-30);
}

.shipping-form .form-group:last-child {
	margin-bottom: 0px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group select,
.shipping-form .form-group .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	width: 100%;
	line-height: 45px;
	padding: 10px 25px;
	height: 70px;
	border-radius: 0px;
	font-size: var(--font-16);
	color: var(--color-sixtytwo);
	background: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid var(--color-sixtyfour);
}

.shipping-form .form-group .ui-button .ui-icon {
	color: var(--color-sixtytwo);
}

.shipping-form .form-group textarea::-webkit-input-placeholder,
.shipping-form .form-group input::-webkit-input-placeholder {
	color: var(--color-sixtytwo);
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
	border-color: var(--main-color);
}

.shipping-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 25px 25px;
	font-size: var(--font-16);
	color: var(--color-fiftythree);
	height: 295px;
	background: var(--white-color);
	resize: none;
	font-size: 16px;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid var(--color-sixtyfour);
}

.shipping-form .check-box {
	position: relative;
}

.shipping-form .check-box label {
	color: #2b2b2b;
}

.shipping-form .check-box label {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	background: #ffffff;
	padding: 4px 10px 0px;
	padding-left: 30px;
	font-size: var(--font-16);
	color: var(--color-sixtytwo);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shipping-form .check-box input[type="checkbox"]:checked+label {
	border-color: var(--main-color);
}

.shipping-form .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.shipping-form .check-box label:before {
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.shipping-form .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.shipping-form .check-box input[type="checkbox"] {
	display: none;
}

.shipping-form .check-box input[type="checkbox"]:checked+label:before {
	border: 8px solid var(--main-color);
	background-color: var(--white-color);
}

.shipping-form .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.shipping-form .theme-btn {
	cursor: pointer;
	padding: 20px 44px;
}

.order-box {
	position: relative;
	padding: 25px 25px;
	border: 1px solid var(--color-sixtyfour);
}

.order-totals {
	position: relative;
}

.order-totals li {
	position: relative;
	font-weight: 600;
	padding: 18px 25px;
	border-radius: 3px;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--color-sixtytwo);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-30);
	border: 1px solid var(--color-sixtyfour);
}

.order-totals li span {
	position: absolute;
	right: 25px;
	font-weight: 500;
	color: var(--color-fourteen);
}

.order-totals li:last-child {
	background-color: var(--color-sixtythree);
}

/* Voucher Box */

.voucher-box {
	position: relative;
}

.voucher-box .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	padding-right: var(--padding-right-100);
}

.voucher-box .form-group input[type="text"],
.voucher-box .form-group input[type="email"] {
	position: relative;
	line-height: 38px;
	display: block;
	height: 54px;
	width: 100%;
	font-weight: 500;
	border-radius: 0px;
	box-shadow: inherit;
	font-size: var(--font-14);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding: 10px 15px 10px 25px;
	color: var(--color-sixtytwo);
	text-transform: uppercase;
	background-color: rgba(var(--white-color-rgb), 1);
	border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.voucher-box .form-group input::placeholder,
.voucher-box .form-group textarea::placeholder {
	color: var(--color-sixtytwo);
}

.voucher-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 500;
	padding: 16px 24px;
	font-size: var(--font-15);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--black-color);
}

.order-box .order-total {
	position: relative;
	font-weight: 500;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-top: var(--margin-top-30);
}

.order-box .order-total span {
	position: absolute;
	right: 0px;
	font-size: var(--font-18);
}

.order-box .button-box {
	position: relative;
	margin-top: var(--margin-top-30);
}

.order-box .pay-btn {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 17px 15px;
	border-radius: 6px;
	font-weight: 600;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
}

.order-box .pay-btn:hover {
	letter-spacing: 2px;
	background-color: var(--black-color);
}

/*** 

====================================================================
	Register Section
====================================================================

***/

.register-section {
	position: relative;
	padding: 120px 0px 60px;
}

.register-section .inner-container {
	position: relative;
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
}

.register-section .inner-container:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 40px;
	right: 0px;
	bottom: 0px;
	border: 2px solid var(--color-sixtyfour);
}

/*** 

====================================================================
	Register Tabs
====================================================================

***/

.register-section .register-tabs {
	position: relative;
	text-align: center;
}

.register-section .register-tabs .tab-btns {
	position: relative;
	display: inline-block;
	border: 1px solid var(--color-sixtyfour);
}

.register-section .register-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	background: var(--white-color);
	color: var(--black-color);
	text-transform: capitalize;
	font-size: var(--font-20);
	line-height: 24px;
	cursor: pointer;
	font-weight: 500;
	padding: 14px 64px;
	transition: all 500ms ease;
	font-family: var(--font-family-Jost);
}

.register-section .register-tabs .tab-btns .tab-btn:hover,
.register-section .register-tabs .tab-btns .tab-btn.active-btn {
	color: var(--white-color);
	background: var(--black-color);
}

.register-section .register-tabs .tabs-content {
	position: relative;
	padding: 60px 40px 40px;
}

.register-section .register-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.register-section .register-tabs .tabs-content .tab.active-tab {
	display: block;
}

.register-section .title-box {
	position: relative;
	margin-bottom: var(--margin-bottom-25);
}

.register-section .title-box h5 {
	font-weight: 600;
	color: var(--black-color);
	font-size: var(--font-23);
	font-family: var(--font-family-Jost);
}

.register-section .title-box .text {
	color: var(--color-sixtytwo);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Jost);
}

/* Styled Form */

.styled-form {
	position: relative;
}

.styled-form .submit-text {
	font-weight: 400;
	text-align: left;
	font-size: var(--font-15);
	color: var(--main-color-two);
	margin-top: var(--margin-top-10);
}

.styled-form .form-group {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.styled-form .social-box {
	position: relative;
	margin-top: var(--margin-top-45);
	padding-right: var(--padding-right-70);
	margin-bottom: var(--margin-bottom-50);
}

.styled-form .social-box .google-btn {
	position: relative;
	padding: 6px 6px;
	display: block;
	font-weight: 500;
	text-align: left;
	font-size: var(--font-16);
	color: var(--white-color);
	background-color: #1A73E8;
}

.styled-form .social-box .google-btn .google-icon {
	position: relative;
	width: 48px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: var(--margin-right-20);
	background-color: var(--white-color);
}

.styled-form .social-box .twitter-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 58px;
	height: 52px;
	color: #1da1f2;
	line-height: 52px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	background-color: #f3f4f6;
	font-size: var(--font-20);
}

.styled-form .social-box .twitter-btn:hover {
	color: var(--white-color);
	background-color: #1da1f2;
}

.styled-form .social-box {
	position: relative;
}

.styled-form .icon {
	position: absolute;
	right: 25px;
	bottom: 15px;
	z-index: 1;
	font-family: "flaticon";
	font-size: var(--font-16);
	color: var(--black-color);
}

.styled-form .form-group label {
	position: relative;
	display: block;
	font-weight: 500;
	text-align: left;
	font-size: var(--font-16);
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-15);
}

.checkout-section .styled-form .form-group {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.styled-form .form-group .check-box {
	line-height: 24px;
	font-size: var(--font-15);
	font-weight: normal;
	text-align: left;
	padding-top: var(--padding-top-5);
	color: var(--main-color-two);
}

.styled-form .form-group .check-box label {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 4px 10px 0px;
	padding-left: 25px;
	background: #ffffff;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 0;
	color: var(--color-sixtytwo);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.styled-form .form-group .check-box input[type="checkbox"] {
	display: none;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:before {
	border: 5px solid var(--main-color);
	background: var(--white-color);
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.styled-form .form-group .check-box label:before {
	position: absolute;
	left: 0;
	top: 8px;
	height: 14px;
	width: 12px;
	background-color: var(--white-color);
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid var(--color-sixtyfour);
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: var(--white-color);
	line-height: 30px;
	padding: 8px 25px;
	height: 56px;
	font-weight: 400;
	border-radius: 0px;
	text-align: left;
	font-size: var(--font-15);
	transition: all 300ms ease;
	color: var(--color-sixtytwo);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	font-family: var(--font-family-Jost);
	border: 1px solid var(--color-sixtyfour);
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select {
	line-height: 26px;
	height: 44px;
}

.styled-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: var(--white-color) url(../images/icons/icon-select.png) right center no-repeat;
	cursor: pointer;
}

.styled-form select option {
	text-indent: 20px;
}

.styled-form .form-group button {
	width: 100%;
	display: block;
	font-weight: 500;
	padding: 16px 36px;
	text-align: center;
	border-radius: 3px;
	font-size: var(--font-16);
	text-transform: capitalize;
	margin-top: var(--margin-top-45);
}

.styled-form textarea {
	resize: none;
	height: 110px;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
	border-color: var(--main-color);
}

/*** 

====================================================================
	Wishlist Section
====================================================================

***/

.wishlist-section {
	position: relative;
	padding: 110px 0px 60px;
}

.wishlist-outer {
	position: relative;
}

.wishlist-outer .wishlist-table {
	position: relative;
	width: 100%;
	border: 1px solid var(--color-sixtyfour);
}

.wishlist-outer .wishlist-header {
	position: relative;
	border-bottom: 1px solid var(--color-sixtyfour);
}

.wishlist-outer .wishlist-header th {
	position: relative;
	font-weight: 500;
	padding: 14px 15px;
	text-align: center;
	font-size: var(--font-18);
	color: var(--black-color);
	border-right: 1px solid var(--color-sixtyfour);
}

.wishlist-outer tbody tr {
	border-bottom: 1px solid var(--color-sixtyfour);
}

.wishlist-outer tbody tr td {
	padding: 30px 20px;
	text-align: center;
	border-right: 1px solid var(--color-sixtyfour);
}

.wishlist-outer .stock {
	position: relative;
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: var(--font-family-Jost);
}

.wishlist-outer .stock .icon {
	position: relative;
	font-size: var(--font-14);
	font-family: "flaticon";
	margin-right: var(--margin-right-10);
}

.wishlist-outer .date {
	position: relative;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: var(--font-family-Jost);
}

.wishlist-outer .price {
	position: relative;
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: var(--font-family-Jost);
}

.wishlist-outer .button-box {
	position: relative;
}

.wishlist-outer .button-box .cart-btn {
	position: relative;
	font-weight: 500;
	padding: 15px 46px;
	font-size: var(--font-14);
	color: var(--black-color);
	text-transform: uppercase;
	border: 1px solid var(--black-color);
}

.wishlist-outer .button-box .cart-btn:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

.wishlist-outer .column-box {
	position: relative;
	float: left;
	min-height: 90px;
	text-align: left;
	padding-top: var(--padding-top-30);
	padding-left: var(--padding-left-120);
}

.wishlist-outer .column-box .prod-thumb {
	position: absolute;
	width: 99px;
	left: 0px;
	top: 0px;
	height: 92px;
	background-color: #F8F8F9;
}

.wishlist-outer .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.wishlist-outer .column-box h6 {
	color: var(--black-color);
	font-size: var(--font-16);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-10);
}

/* Check Box */

.wishlist-outer .check-box {
	position: absolute;
	left: 5px;
	top: -9px;
	z-index: 1;
}

.wishlist-outer .check-box label {
	color: #2b2b2b;
}

.wishlist-outer .check-box label {
	position: relative;
	line-height: 22px;
	padding-left: 25px;
	padding: 2px 0px 0px 35px;
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--color-fiftyfive);
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wishlist-outer .check-box input[type="checkbox"]:checked+label {
	border-color: #25a9e0;
}

.wishlist-outer .check-box label {
	cursor: pointer;
}

.wishlist-outer .check-box label:before {
	position: absolute;
	left: 0;
	top: 0px;
	height: 18px;
	width: 18px;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid var(--color-sixtyfour);
}

.wishlist-outer .check-box label:after {
	position: absolute;
	left: 4px;
	top: -1px;
	content: "\f1f0";
	height: 20px;
	line-height: 20px;
	max-width: 0;
	font-size: 10px;
	color: var(--white-color);
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	line-height: 20px;
	display: block;
	font-family: "flaticon";
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.wishlist-outer .check-box input[type="checkbox"] {
	display: none;
}

.wishlist-outer .check-box input[type="checkbox"]:checked+label:before {
	background-color: #0075FF;
	border-color: #0075FF;
}

.wishlist-outer .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.wishlist-outer .heart-icon {
	position: relative;
	float: left;
	width: 35px;
	height: 35px;
	color: #0084B4;
	line-height: 35px;
	text-align: center;
	font-size: var(--font-14);
	margin-right: var(--margin-right-20);
	border: 1px solid var(--color-sixtyfour);
}

.wishlist-outer .lower-box {
	position: relative;
	margin-top: var(--margin-top-30);
}

.wishlist-outer .lower-box .social-box {
	position: relative;
}

.wishlist-outer .lower-box .social-box span {
	position: relative;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--color-fourteen);
	margin-right: var(--margin-right-5);
}

.wishlist-outer .lower-box .social-box a {
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-fourteen);
	margin-left: var(--margin-left-5);
	background-color: var(--color-sixtyfive);
}

.wishlist-outer .lower-box .social-box a:hover {
	color: var(--white-color);
	background-color: var(--color-fourteen);
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
	position: relative;
	padding: 120px 0px 70px;
}

.contact-info-section .auto-container {
	position: relative;
	max-width: 1270px;
}

.info-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.info-column .inner-column {
	position: relative;
}

.info-column .inner-column:before {
	position: absolute;
	content: '';
	right: 60px;
	top: 20px;
	width: 1px;
	height: 40px;
	background-color: var(--color-fifty);
}

.info-column .icon {
	position: relative;
	margin-right: 25px;
	line-height: 1em;
	font-size: var(--font-50);
	font-family: "Flaticon";
	color: var(--black-color);
}

.info-column strong {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--black-color);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-10);
}

.info-column a {
	position: relative;
	display: block;
	font-size: var(--font-14);
	color: var(--color-sixtysix);
	font-family: var(--font-family-Jost);
	margin-bottom: 4px;
}

.info-column .text {
	line-height: 27.5px;
	font-size: var(--font-15);
	color: var(--color-sixtysix);
	font-family: var(--font-family-Jost);
}

.info-column:last-child .inner-column:before {
	display: none;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding-bottom: var(--padding-bottom-120);
}

.contact-section .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 510px;
	background-size: cover;
}

.contact-section .auto-container {
	position: relative;
	max-width: 1485px;
	margin: 0 auto;
	padding-top: var(--padding-top-65);
}

.contact-section .inner-container {
	position: relative;
	max-width: 1310px;
	margin: 0 auto;
	padding: 60px 80px 60px;
	border: 1px solid #F4F4F4;
	background-color: var(--white-color);
	box-shadow: 0px 26px 32px rgba(0, 0, 0, 0.03);
}

.contact-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: var(--margin-bottom-70);
}

.contact-section .title-box h2 {
	font-weight: 500;
	color: var(--color-sixtyseven);
	font-family: var(--font-family-Jost);
}

.contact-section .title-box .text {
	color: var(--color-sixtysix);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Jost);
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-form .form-group .icon {
	position: absolute;
	right: 35px;
	top: 20px;
	opacity: 0.90;
	z-index: 1;
	font-family: "flaticon";
	font-size: var(--font-20);
	color: var(--color-sixtyone);
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="date"],
.contact-form .form-group input[type="file"],
.contact-form .form-group select,
.contact-form .form-group .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	width: 100%;
	line-height: 32px;
	padding: 10px 30px;
	height: 70px;
	border-radius: 0px;
	font-size: var(--font-18);
	color: var(--color-sixtyone);
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Jost);
	border: 1px solid var(--color-sixtyeight);
}

.contact-form .form-group .ui-selectmenu-button.ui-button {
	font-weight: 400;
	opacity: 0.80;
	line-height: 46px;
	color: var(--color-sixtyone);
}

.contact-form .form-group .ui-button .ui-icon {
	top: 12px;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	opacity: 0.90;
	color: var(--color-sixtyone);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: var(--main-color);
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 25px 25px;
	font-size: var(--font-18);
	color: var(--color-sixtyone);
	height: 310px;
	background: none;
	resize: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Jost);
	border: 1px solid var(--color-sixtyeight);
}

.contact-form .theme-btn {
	cursor: pointer;
	padding: 19px 36px;
	text-transform: uppercase;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
	position: relative;
}

.map-section iframe {
	position: relative;
	width: 100%;
	height: 470px;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	text-align: center;
	padding: 100px 0px 70px;
}

.error-section h1 {
	font-weight: 600;
	font-size: var(--font-45);
	color: var(--black-color);
	margin-top: var(--margin-top-40);
	font-family: var(--font-family-Jost);
}

.error-section h1 span {
	position: relative;
}

.error-section h1 span:before {
	position: absolute;
	content: '';
	left: -27px;
	top: 0px;
	width: 186px;
	height: 76px;
	background: url(../images/icons/vector-41.png) no-repeat;
}

.error-section .text {
	font-size: var(--font-18);
	color: var(--color-sixtysix);
	margin-top: var(--margin-top-40);
}

.error-section .button-box {
	position: relative;
	margin-top: var(--margin-top-50);
}

.dress-section-three.style-two .shop-detail-section {
	padding-top: var(--padding-top-90);
}

.dress-section-three.style-two .shop-detail-section .prod-tabs {
	margin-top: var(--margin-zero);
}

.blog-sidebar {
	position: relative;
	padding: 35px 30px;
	margin-left: 40px;
	border: 1px solid var(--color-sixtyeight);
}

/* Profile Widget */

.profile-widget {
	text-align: center;
}

.profile-widget .image {
	position: relative;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}

.profile-widget h6 {
	font-weight: 500;
	font-size: var(--font-16);
	text-transform: uppercase;
	color: var(--black-color);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Jost);
}

.profile-widget .designation {
	position: relative;
	font-weight: 400;
	font-size: var(--font-14);
	text-transform: capitalize;
	color: var(--color-twelve);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Jost);
}

.profile-widget .text {
	position: relative;
	font-weight: 400;
	font-size: var(--font-16);
	text-transform: capitalize;
	color: var(--color-twelve);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

.profile-widget .social-box {
	position: relative;
	margin-top: var(--margin-top-25);
}

.profile-widget .social-box li {
	position: relative;
	margin: 0px 3px;
	display: inline-block;
}

.profile-widget .social-box li a {
	position: relative;
	width: 38px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-twelve);
	border: 1px solid var(--color-sixtyeight);
}

.profile-widget .social-box li a:hover {
	color: var(--white-color);
	border-color: var(--color-twelve);
	background-color: var(--color-twelve);
}

/* Search Box Widget */

.sidebar .search-box {
	position: relative;
}

.search-box .form-group,
.wp-block-search__inside-wrapper {
	position: relative;
	margin: var(--margin-zero);
}

.search-box .form-group input[type="text"],
.search-box .form-group input[type="search"],
.wp-block-search__inside-wrapper input {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	padding: 10px 50px 10px 25px;
	background: var(--white-color);
	display: block;
	width: 100%;
	height: 52px;
	border-radius: 0px;
	color: var(--color-fiftyseven);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--font-family-Jost);
	border: 1px solid var(--color-sixtyeight);
}

.wp-block-search__inside-wrapper input {
	padding-right: 80px;
}

.search-box .form-group input::placeholder,
.search-box .form-group textarea::placeholder,
.wp-block-search__inside-wrapper::placeholder {
	color: var(--color-fiftyseven);
	opacity: 0.58;
}

.search-box .form-group button,
.wp-block-search__inside-wrapper button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 52px;
	min-width: 60px;
	display: block;
	cursor: pointer;
	background: none;
	line-height: 100%;
	border-radius: 0px;
	font-weight: normal;
	font-family: "flaticon";
	font-size: var(--font-18);
	color: var(--color-twelve);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.wp-block-search__inside-wrapper button {
	border: none;
	padding: 0px 10px;
	font-family: var(--font-family-Jost);
}

.search-box .form-group button:hover,
.wp-block-search__inside-wrapper button:hover {
	background-color: var(--main-color);
	color: var(--white-color);
}

/* Attorney Posts */

.post-widget-two .owl-dots {
	display: none;
}

.post-widget-two .owl-nav {
	position: absolute;
	right: 0px;
	top: -62px;
}

.post-widget-two .owl-nav .owl-prev,
.post-widget-two .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	font-size: var(--font-20);
	color: var(--black-color);
	margin-left: var(--margin-left-20);
}

.post-widget-two .post {
	position: relative;
	min-height: 84px;
	padding-left: var(--padding-left-110);
	margin-bottom: var(--margin-bottom-30);
}

.post-widget-two .post:last-child {
	margin-bottom: var(--margin-zero);
}

.post-widget-two .post .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 92px;
	overflow: hidden;
}

.post-widget-two .post .thumb a {
	display: block;
}

.post-widget-two .post .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.post-widget-two .post h6 {
	font-weight: 400;
	line-height: 26px;
	font-size: var(--font-16);
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Jost);
}

.post-widget-two .post h6 a {
	color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget-two .post h6 a:hover {
	color: var(--main-color);
}

.post-widget-two .post .category {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: var(--font-15);
	text-transform: capitalize;
	color: var(--color-sixteen)
}

.category-widget ul li {
	position: relative;
	margin-left: var(--margin-left-15);
	margin-bottom: var(--margin-bottom-20);
}

.category-widget ul li a {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-sixteen);
	padding-left: var(--padding-left-20);
	font-family: var(--font-family-Jost);
}

.category-widget ul li a:hover {
	color: var(--black-color);
}

.category-widget ul li:last-child {
	margin-bottom: var(--margin-zero);
}

.category-widget ul li a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-fifty);
}

/* Tweet Box */

.tweet-box {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.tweet-box:last-child {
	margin-bottom: var(--margin-zero);
}

.tweet-box .tweet-title {
	position: relative;
	font-weight: 500;
	font-size: var(--font-14);
	padding-left: var(--padding-left-30);
	font-family: var(--font-family-Jost);
}

.tweet-box .tweet-title span {
	position: relative;
	font-weight: 400;
	color: var(--color-sixteen);
	margin-left: var(--margin-left-15);
}

.tweet-box .tweet-title:before {
	position: absolute;
	content: '\f099';
	left: 0px;
	top: 0px;
	color: #0095e9;
	font-size: var(--font-20);
	font-family: 'FontAwesome';
}

.tweet-box .tweet {
	position: relative;
	line-height: 26px;
	font-size: var(--font-16);
	color: var(--color-sixteen);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

.tweet-box .tweet a {
	position: relative;
	color: var(--color-sixtyone);
}

.tweet-box .tweet-date {
	position: relative;
	line-height: 1em;
	font-size: var(--font-14);
	color: var(--color-sixteen);
	margin-top: var(--margin-top-15);
	padding-left: var(--padding-left-25);
}

.tweet-box .tweet-date:before {
	position: absolute;
	content: '\f073';
	left: 0px;
	line-height: 1em;
	font-family: 'FontAwesome';
}

/* News Block Two */

.news-block-two {
	position: relative;
	margin-bottom: var(--margin-bottom-50);
}

.news-block-two .inner-box {
	position: relative;
}

.news-block-two .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}

.news-block-two .image img {
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block-two .tag {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	font-weight: 500;
	padding: 3px 15px;
	font-size: var(--font-14);
	color: var(--black-color);
	text-transform: uppercase;
	background-color: var(--white-color);
}

.news-block-two .lower-content {
	position: relative;
}

.news-block-two h2 {
	font-weight: 500;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

.news-block-two h2 a {
	color: var(--color-eighteen);
}

.news-block-two h2 a:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.news-block-two .info {
	position: relative;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--color-fifteen);
}

.news-block-two .info span {
	position: relative;
	color: var(--main-color);
}

.news-block-two .info i {
	position: relative;
	font-style: normal;
	color: var(--color-sixteen);
	margin-left: var(--margin-left-15);
}

.news-block-two .info strong {
	position: relative;
	font-weight: 400;
	padding-left: var(--padding-left-30);
	margin-left: var(--margin-left-20);
}

.news-block-two .info strong:before {
	position: absolute;
	content: "\f157";
	left: 0px;
	top: 0px;
	font-family: "flaticon";
}

.news-block-two .text {
	font-weight: 400;
	font-size: var(--font-17);
	color: var(--color-twelve);
	margin-top: var(--margin-top-15);
}

.news-block-two .more {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-fiftyseven);
	margin-top: var(--margin-top-20);
	padding-right: var(--padding-right-25);
	font-family: var(--font-family-Jost);
}

.news-block-two .more:before {
	position: absolute;
	content: "\f10e";
	right: 0px;
	top: 2px;
	font-size: var(--font-14);
	font-family: "flaticon";
}

.news-block-two .more:hover {
	color: var(--main-color);
}

/* Blog Detail */

.blog-detail {
	position: relative;
}

.blog-detail .inner-box {
	position: relative;
}

.blog-detail .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-detail .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-detail .lower-content {
	position: relative;
}

.blog-detail h2 {
	font-weight: 500;
	color: var(--color-eighteen);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

.blog-detail h3 {
	font-weight: 500;
	color: var(--color-eighteen);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Jost);
}

.blog-detail .info {
	position: relative;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--color-fifteen);
	margin-bottom: 25px;
}

.blog-detail .info span {
	position: relative;
	color: var(--main-color);
}

.blog-detail .info i {
	position: relative;
	font-style: normal;
	color: var(--color-sixteen);
	margin-left: var(--margin-left-15);
}

.blog-detail .info strong {
	position: relative;
	font-weight: 400;
	padding-left: var(--padding-left-30);
	margin-left: var(--margin-left-20);
}

.blog-detail .info strong:before {
	position: absolute;
	content: "\f157";
	left: 0px;
	top: 0px;
	font-family: "flaticon";
}

.blog-detail blockquote p {
	position: relative;
	padding: 35px 30px;
	font-weight: 500;
	line-height: 38px;
	font-size: var(--font-24);
	color: var(--black-color);
	margin-bottom: 25px;
	border-left: 4px solid var(--black-color);
	font-family: var(--font-family-Jost);
	background-color: rgba(var(--black-color-rgb), 0.05);
}

.blog-detail blockquote .designation {
	position: relative;
	opacity: 0.80;
	font-weight: 400;
	display: block;
	font-size: var(--font-16);
	color: var(--black-color);
	margin-top: var(--margin-top-15);
	padding-left: var(--padding-left-50);
}

.blog-detail blockquote .quote-icon {
	position: absolute;
	right: 30px;
	bottom: 20px;
	opacity: 0.10;
	line-height: 1em;
	font-size: var(--font-80);
	font-family: "Flaticon";
}

.blog-detail blockquote .designation:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 17px;
	width: 30px;
	height: 1px;
	opacity: 0.20;
	background-color: var(--black-color);
}

/* Video Box */

.video-box-two {
	position: relative;
	margin-top: var(--margin-top-30);
	margin-bottom: var(--margin-bottom-30);
}

.video-box-two .video-image {
	position: relative;
	margin: 0px;
	overflow: hidden;
	background-color: var(--main-color);
}

.video-box-two .video-image img {
	position: relative;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.video-box-two:hover .video-image img {
	transform: scale(1.05, 1.05);
	filter: grayscale(100%);
}

.video-box-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	line-height: 45px;
	overflow: hidden;
}

.video-box-two .overlay-box span {
	position: absolute;
	width: 85px;
	height: 85px;
	left: 50%;
	top: 50%;
	z-index: 10;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	margin-top: -42px;
	margin-left: -42px;
	line-height: 85px;
	border-radius: 50%;
	font-family: "flaticon";
	font-size: var(--font-20);
	color: var(--black-color);
	padding-left: var(--padding-left-5);
	background-color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.video-box-two .overlay-box span:hover {
	color: var(--white-color);
	background-color: var(--main-color);
}

.video-box-two .ripple,
.video-box-two .ripple:before,
.video-box-two .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85px;
	height: 85px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-box-two .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.video-box-two .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.blog-detail .video-content {
	position: relative;
	font-style: italic;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	font-size: var(--font-18);
	color: var(--color-sixtynine);
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Jost);
	margin-bottom: var(--margin-bottom-35);
}

/* Post Share Options */

.blog-detail .post-share-options {
	position: relative;
	margin-top: var(--margin-top-40);
}

.blog-detail .post-share-options .post-share-inner {
	position: relative;
}

.blog-detail .post-share-options .tags-box {
	position: relative;
	float: left;
}

.blog-detail .post-share-options .tags-box span {
	font-weight: 500;
	font-size: var(--font-20);
	color: var(--color-fourteen);
	text-transform: capitalize;
	margin-top: var(--margin-top-5);
	margin-right: var(--margin-right-10);
	font-family: var(--font-family-Jost);
}

.blog-detail .post-share-options .tags-box a {
	position: relative;
	font-weight: 500;
	padding: 8px 25px;
	border-radius: 0px;
	display: inline-block;
	text-transform: uppercase;
	font-size: var(--font-14);
	color: var(--color-seventy);
	margin-right: var(--margin-right-10);
	font-family: var(--font-family-Jost);
	border: 1px solid rgba(var(--black-color-rgb), 0.15);

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-bottom: var(--margin-bottom-5);
}

.blog-detail .post-share-options .tags-box a:last-child {
	margin-right: 0px;
}

.blog-detail .post-share-options .tags-box a:hover {
	color: var(--white-color);
	border-color: var(--black-color);
	background-color: var(--black-color);
}

.blog-detail .social-box {
	position: relative;
	float: right;
	margin-top: 6px;
}

.blog-detail .social-box .share {
	font-weight: 500;
	font-size: var(--font-20);
	color: var(--color-fourteen);
	text-transform: capitalize;
	margin-top: var(--margin-top-5);
	margin-right: var(--margin-right-10);
	font-family: var(--font-family-Jost);
}

.blog-detail .social-box li {
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-5);
}

.blog-detail .social-box li a {
	position: relative;
	width: 44px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	font-size: var(--font-16);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	color: var(--black-color);
	background-color: rgba(var(--black-color-rgb), 0.05);
}

.blog-detail .social-box li a:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}



/* More Posts */

.blog-detail .more-posts {
	position: relative;
	padding-top: var(--padding-top-25);
	padding-bottom: var(--padding-bottom-25);
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
	margin-top: 60px;
}

.blog-detail .more-posts:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 20px;
	width: 1px;
	bottom: 20px;
	border-right: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.blog-detail .post-info {
	position: relative;
	font-weight: 400;
	display: block;
	font-size: var(--font-14);
	color: var(--black-color);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Jost);
}

.blog-detail .post-info .author {
	position: relative;
	margin-right: var(--margin-right-5);
}

.blog-detail .post-info .author img {
	border-radius: 50%;
}

.blog-detail .post-info .date {
	position: relative;
	line-height: 1em;
	font-size: var(--font-14);
	color: var(--color-sixteen);
	margin-top: var(--margin-top-15);
	margin-left: var(--margin-left-10);
	padding-left: var(--padding-left-25);
}

.blog-detail .post-info .date:before {
	position: absolute;
	content: '\f073';
	left: 0px;
	top: 3px;
	line-height: 1em;
	font-family: 'FontAwesome';
}

/* Prev Post */

.blog-detail .new-post {
	position: relative;
	display: flex;
	align-items: center;
	gap: 50px;
}

.blog-detail .new-post .prev-arrow {
	position: relative;
	width: 55px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50px;
	font-weight: 700;
	cursor: pointer;
	color: var(--black-color);
	font-size: var(--font-10);
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: rgba(var(--black-color-rgb), 0.05);
}

.blog-detail .next-arrow {
	position: relative;
	width: 55px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50px;
	font-weight: 700;
	cursor: pointer;
	color: var(--black-color);
	font-size: var(--font-10);
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: rgba(var(--black-color-rgb), 0.05);
}

.blog-detail .more-posts .new-post .thumb-image {
	position: relative;
	width: 85px;
	overflow: hidden;
}

.blog-detail .more-posts .new-post .thumb-image img {
	display: block;
	width: 100%;
}

.blog-detail .new-post .post-inner {
	position: relative;
	display: flex;
	gap: 30px;
}

.blog-detail .new-post .post-inner a {
	position: relative;
	font-weight: 500;
	line-height: 24px;
	font-size: var(--font-16);
	color: var(--black-color);
}

.blog-detail .prev-arrow:hover,
.blog-detail .next-arrow:hover {
	color: var(--white-color);
	background-color: var(--black-color);
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 80px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.sidebar-page-container .group-title h5 {
	font-weight: 500;
	color: var(--color-fourteen);
	font-family: var(--font-family-Jost);
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: var(--margin-zero);
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: var(--font-14);
	padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .reply-comment {
	margin-left: var(--margin-left-100);
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: var(--margin-bottom-20);
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	margin-bottom: var(--margin-bottom-15);
}

.sidebar-page-container .comments-area .comment-box strong {
	position: relative;
	font-weight: 500;
	font-size: var(--font-18);
	text-transform: capitalize;
	color: var(--color-fourteen);
	font-family: var(--font-family-Jost);
}

.sidebar-page-container .comments-area .comment-box .text {
	line-height: 28px;
	font-size: var(--font-15);
	color: var(--color-sixtynine);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Jost);
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	position: relative;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: var(--font-12);
	text-transform: uppercase;
	color: var(--color-seventy);
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Jost);
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
	position: absolute;
	right: 100px;
	top: 0px;
	font-weight: 500;
	font-size: var(--font-24);
	color: var(--black-color);
	font-family: "Flaticon";
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
	color: var(--main-color);
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .form-group {
	margin-bottom: var(--margin-bottom-30);
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select,
.comment-form .form-group .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 60px;
	border-radius: 0px;
	font-size: var(--font-16);
	color: var(--color-sixteen);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Jost);
	background-color: var(--color-seventyone);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
	color: var(--color-sixteen)
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: var(--black-color);
	background-color: var(--white-color);
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: var(--font-16);
	color: var(--color-fourtynine);
	height: 280px;
	resize: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Jost);
	background-color: var(--color-seventyone);
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.comment-form .check-box {
	position: relative;
}

.comment-form .check-box label {
	color: #2b2b2b;
}

.comment-form .check-box label {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	background: #ffffff;
	padding: 4px 10px 0px;
	padding-left: 30px;
	font-size: var(--font-15);
	color: var(--color-sixteen);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Jost);
}

.comment-form .check-box input[type="checkbox"]:checked+label {
	border-color: var(--main-color);
}

.comment-form .check-box label {
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}

.comment-form .check-box label:before {
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.comment-form .check-box input[type="checkbox"] {
	display: none;
}

.comment-form .check-box input[type="checkbox"]:checked+label:before {
	border: 8px solid var(--main-color);
	background-color: var(--white-color);
}

.comment-form .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.comment-form .theme-btn {
	cursor: pointer;
	border-radius: 0px;
	padding: 18px 40px;
	font-size: var(--font-16);
	text-transform: uppercase;
}

@-webkit-keyframes marquee {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes marquee {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

footer .wpcf7 form.sent .wpcf7-response-output,
footer .wpcf7 form.invalid .wpcf7-response-output,
footer .wpcf7-not-valid-tip {
	color: var(--white-color);
}

input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.yayextra-option-field-name {
	margin-bottom: 15px;
}

.product-section-two .row.clearfix {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.product-section-two .row.clearfix>[class*="col-"] {
	display: flex;
	margin-bottom: 25px;
}

.product-section-two .shop-item {
	width: 100%;
	height: 100%;
	display: flex;
}

.product-section-two .product-wrapper {
	padding: 20px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
}

.product-section-two .product-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}

.product-section-two .product-wrapper .image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.product-section-two .product-wrapper .content {
	margin-top: 15px;
	flex: 1;
}

.product-wrapper .content h6 {
	margin: 10px 0;
}

.product-wrapper .content .rating {
	margin-bottom: 5px;
}

.shop-item .product-wrapper .button {
	margin-top: auto;
	padding-top: 15px;
}

.shop-item .product-wrapper .button .quick-shop {
	padding: 10px 15px;
	display: block;
	width: 100%;
	text-align: center;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--black-color);
	transition: all 0.4s ease;
}

.shop-item .product-wrapper .button .quick-shop:hover {
	background-color: var(--main-color);
	color: var(--white-color);
}

@media (max-width: 768px) {
	.product-section-two .product-wrapper {
		padding: 15px;
	}

	.product-wrapper .content h6 {
		font-size: 16px;
	}
}