@charset "UTF-8";

:root {
	--primary-color: #061738;
	--secondary-color: #ee2761;
	--yellow-color: #ffc107;
	--text-gray-color: #606060;
	--white-color: #ffffff;
	--ofwhite-color: #f2f2f2;
	--black-color: #000000;
	--light-color: #fcfcfc;
	--light-color2: #aaaaaa;
	--dark-color: #242424;
	--sky-color: #647589;
	--border-color: #e7e7e7;
	--border-color2: #e4e4e4;
	--border-color3: #dddddd;
	--border-dark: #383434;
	--bg-gray-color: #fcfcfc;
	--gray-color: #fafbfe;
	--gray-color2: #f5f5f5;
	--font-jost: "Jost", sans-serif;
	--body-font-size: 1.6rem;
	--body-font-weight: 400;
	--body-line-height: 2.8rem;
	--headings-weight: 600;
	--transition: all 0.3s ease 0s;
	--container-fluid-offset: 19rem;
}

.color-scheme-1 {
	--secondary-color: #f51c1c;
}

.color-scheme-2 {
	--secondary-color: #b79e8c;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body,
html {
	min-height: 100%;
	margin: 0;
	font-size: 62.5%;
	padding: 0;
}

body {
	font-family: "Twentieth Century", sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	line-height: 25px;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: var(--black-color);
	background-color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: var(--headings-weight);
	margin: 0;
}

.h1,
h1 {
	font-size: 2.3rem;
	line-height: 3rem;
}


.h2,
h2 {
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: 700;
}


.h3,
h3 {
	font-size: 1.7rem;
	line-height: 2.4rem;
}


.h4,
h4 {
	font-size: 20px;
	font-weight: 600;
}

.h5,
h5 {
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
}

.h6,
h6 {
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-weight: 400;
}

p {
	margin-top: 0;
	margin-bottom: 1.8rem;
	color: var(--text-gray-color);
}

p:last-child {
	margin-bottom: 0;
}

a,
button {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	text-decoration: none;
	color: inherit;
}

a,
button,
img,
input,
textarea {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus {
	text-decoration: none;
	outline: 0;
}


input[type="number"] {
	-moz-appearance: textfield;
}

img {
	max-width: 100%;
	height: auto;
}

span {
	display: inline-block;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

ul {
	margin: 0;
	padding: 0;
}

ul:last-child {
	margin-bottom: 0;
}

li {
	list-style: none;
	line-height: 1;
}

hr {
	border-top-width: 2px;
}

.d-none {
	display: none !important;
}

.display-block {
	display: block;
}

.header__transparent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}

.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.section__heading--maintitle {
	position: relative;
	padding-bottom: 2rem;
}

.section__heading--maintitle::before {
	position: absolute;
	content: "";
	background: url(../img/other/heading-shape.png);
	width: 174px;
	height: 5px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}

.section__heading--maintitle.style2::before {
	width: 13rem;
	height: 0.2rem;
	background: #10649e;
}

.primary__btn {
	font-size: 1.4rem;
	font-weight: var(--body-line-height);
	line-height: 3.5rem;
	display: inline-block;
	height: 3.5rem;
	padding: 0 1.8rem;
	letter-spacing: 0.2px;
	border-radius: 0.3rem;
	background: #10649e;
	color: var(--white-color);
	border: 0;
}

.primary__btn:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.swiper__nav--btn {
	width: 4rem;
	height: 4rem;
	background: #10649e;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.swiper__nav--btn:hover {
	background: var(--primary-color);
}

.swiper__nav--btn::after {
	background: url(../images/left-white-arrow.png)50% 50% no-repeat;
	width: 20px;
	height: 20px;
	font-size: 0;
	background-size: 16px;
}

.swiper__nav--btn.swiper-button-prev {
	left: 0;
}

.swiper__nav--btn.swiper-button-next {
	right: 0;
}

.swiper__nav--btn.swiper-button-next::after {
	background: url(../images/right-white-arrow.png)50% 50% no-repeat;
	background-size: 16px;
}

.swiper-pagination {
	bottom: 0 !important;
}

.swiper-pagination-bullet {
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid#10649e;
	background: var(--white-color);
	opacity: 1;
	vertical-align: middle;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #10649e;
	width: 1.8rem;
	height: 1.8rem;
}

label {
	display: block;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

select {
	word-wrap: normal;
	font-family: "Twentieth Century", sans-serif;
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
}

#scroll__top {
	position: fixed;
	bottom: 80px;
	right: 25px;
	z-index: 99;
	outline: 0;
	background-color: #10649e;
	color: var(--white-color);
	-webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 1;
	width: 4.3rem;
	height: 4.3rem;
	line-height: 1;
	border-radius: 50%;
	border: 0;
}

#scroll__top:hover {
	background: var(--primary-color);
}

#scroll__top.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#scroll__top svg {
	width: 25px;
	line-height: 1;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.overflow-hidden {
	overflow: hidden;
}

.break {
	word-break: break-word;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.text-white {
	color: var(--white-color);
}

.text-ofwhite {
	color: var(--ofwhite-color);
}

.text-black {
	color: var(--black-color);
}

.body__background {
	background: var(----gray-color);
}

.bg__primary {
	background: var(--primary-color);
}

.bg__secondary {
	background: #fff;
}

.bg__gray--color {
	background: var(--bg-gray-color);
}

.bg__white {
	background: var(--white-color);
}

.bg__black {
	background: #1d1c1c;
}

.text__primary {
	color: var(--primary-color);
}

.text__secondary {
	color: #10649e;
}

.text__secondary2 {
	color: #10649e;
}

.position__relative {
	position: relative;
	width: 100%;
	padding-bottom: 5px;
}

.border-bottom {
	border-bottom: 1px solid var(--border-color);
}

.border {
	border: 1px solid var(--border-color);
}

.border-0 {
	border: none;
}

.border-radius-5 {
	border-radius: 0.5rem;
}

.border-radius-10 {
	border-radius: 1rem;
}

.border-radius-50 {
	border-radius: 50%;
}

.width-100 {
	width: 100%;
}

.tab_content {
	display: block;
}

.tab_pane {
	display: none;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.tab_pane:not(.show) {
	opacity: 0;
}

.tab_pane.show {
	opacity: 1;
}

.tab_pane.active {
	display: block;
}

.mobile_menu_open,
.offCanvas__minicart_active,
.offcanvas__filter--sidebar_active,
.predictive__search--box_active,
body.overlay__active {
	overflow-y: hidden;
}

.mobile_menu_open::before,
.offCanvas__minicart_active::before,
.offcanvas__filter--sidebar_active::before,
.predictive__search--box_active::before,
body.overlay__active::before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0.5;
	cursor: crosshair;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate-fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.section--padding {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.section--nargin {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.p-0 {
	padding: 0;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-60 {
	margin-bottom: 3.5rem;
}

.mb-55 {
	margin-bottom: 3.5rem;
}

.mb-50 {
	margin-bottom: 2.8rem;
}

.mb-40 {
	margin-bottom: 2.5rem;
}

.mb--n40 {
	margin-bottom: -2.5rem;
}

.mb-35 {
	margin-bottom: 2rem;
}

.mb-30 {
	margin-bottom: 2.5rem;
}

.mb--n30 {
	margin-bottom: -2.5rem;
}

.mb-28 {
	margin-bottom: 2.8rem;
}

.mb--n28 {
	margin-bottom: -2.8rem;
}

.mb-25 {
	margin-bottom: 1.8rem;
}

.mb-20 {
	margin-bottom: 1.5rem;
}

.mb-15 {
	margin-bottom: 1rem;
}

.mb-12 {
	margin-bottom: 1rem;
}

.mb-10 {
	margin-bottom: 0.8rem;
}

.mb-8 {
	margin-bottom: 0.8rem;
}

.mb-5 {
	margin-bottom: 0.5rem;
}

.mr-30 {
	margin-right: 3rem;
}

.offcanvas__header--menu__open {
	line-height: 1;
	display: none;
}

.offcanvas__header--menu__open--btn>* {
	pointer-events: none;
}

.offcanvas__header--menu__open--svg {
	width: 32px;
}

.offcanvas__header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 300px;
	height: 100vh;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: var(--white-color);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
}

.offcanvas__header.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.offcanvas__header.open~.offcanvas-overlay {
	visibility: visible;
	opacity: 0.75;
}

.offcanvas-overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	opacity: 0;
	background-color: var(--black-color);
}

.offcanvas__inner {
	position: relative;
	height: 100%;
}

.offcanvas__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 15px;
}

.offcanvas__close--btn {
	position: relative;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	text-indent: -9999px;
	border: none;
	background-color: transparent;
}

.offcanvas__close--btn::after,
.offcanvas__close--btn::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: var(--black-color);
}

.offcanvas__close--btn::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.offcanvas__menu {
	overflow-y: auto;
	height: 100%;
}

.offcanvas__menu_ul {
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 300px;
}

.offcanvas__menu_li {
	position: relative;
	border-bottom: 1px solid var(--border-color2);
}

.offcanvas__menu_li:first-child {
	border-top: 1px solid var(--border-color2);
}

.offcanvas__menu_item {
	line-height: 1;
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
}

.offcanvas__sub_menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.offcanvas__sub_menu_li {
	position: relative;
	border-top: 1px solid var(--border-color2);
}

.offcanvas__sub_menu_item {
	line-height: 1;
	display: block;
	padding: 15px 0 15px 30px;
}

.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item {
	padding-left: 40px;
}

.offcanvas__sub_menu_toggle {
	font-size: 20px;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	width: 4rem;
	height: 4.6rem;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.offcanvas__sub_menu_toggle::after,
.offcanvas__sub_menu_toggle::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	content: "";
	-webkit-transition: var(--transition);
	transition: var(--transition);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: var(--black-color);
}

.offcanvas__sub_menu_toggle:not(.active)::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.offcanvas__account--items {
	padding: 28px 17px 20px;
}

.offcanvas__account--items__icon {
	width: 3rem;
	height: 3rem;
	text-align: center;
	background: #10649e;
	line-height: 2.8rem;
	border-radius: 50%;
	color: var(--white-color);
}

.offcanvas__account--items__label {
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 6px;
}

.offcanvas__language--switcher {
	font-weight: 500;
	font-family: "Twentieth Century", sans-serif;
}

.offcanvas__language--switcher>* {
	pointer-events: none;
}

.offcanvas__dropdown--language {
	position: absolute;
	z-index: 9;
	width: 100px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 15px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--white-color);
}

.offcanvas__dropdown--language.active {
	opacity: 1;
	visibility: visible;
	margin-bottom: 8px;
}

.offcanvas__account--currency {
	position: relative;
	padding: 0 17px;
}

.offcanvas__account--currency__menu {
	font-family: "Twentieth Century", sans-serif;
	font-weight: 500;
}

.offcanvas__account--currency__menu>* {
	pointer-events: none;
}

.offcanvas__account--currency__submenu {
	position: absolute;
	z-index: 9;
	width: 100px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 15px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--white-color);
}

.offcanvas__account--currency__submenu.active {
	opacity: 1;
	visibility: visible;
	margin-bottom: 8px;
}

.offcanvas__stikcy--toolbar {
	position: fixed;
	bottom: 0;
	background: var(--white-color);
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
	padding: 10px 20px;
	display: none;
}

.offcanvas__stikcy--toolbar__btn {
	position: relative;
	text-align: center;
}

.offcanvas__stikcy--toolbar__btn>* {
	pointer-events: none;
}

.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
	background: var(--primary-color);
	color: var(--white-color);
}

.offcanvas__stikcy--toolbar__icon {
	width: 3rem;
	height: 3rem;
	line-height: 2.8rem;
	text-align: center;
	background: #10649e;
	border-radius: 50%;
	color: var(--white-color);
}

.offcanvas__stikcy--toolbar__label {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 6px;
}

.header__sticky.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 5px #ccc;
	background: #fff;
	left: 0;
	z-index: 99;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__sticky.sticky .header__sticky--block {
	display: block !important;
}

.header__sticky.sticky .header__sticky--none {
	display: none !important;
}

.header__topbar {
	padding: 5px 0px;

}

.main__logo--title {
	line-height: 2rem;
	margin: 0px;
	padding: 0px;
}

.header__shipping--text {
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	position: relative;
}

.header__shipping--text:last-child {
	margin-right: 0;
	padding-right: 0;
}

.header__shipping--text:last-child::before {
	display: none;
}

.header__shipping--text::before {
	position: absolute;
	content: "";
	width: 0.1rem;
	height: 100%;
	background: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}

.header__shipping--text__icon {
	margin-right: 0.5rem;
}

.header__shipping--text__link:hover {
	color: var(--primary-color);
}

.header__discount--text {
	font-size: 1.6rem;
}

.header__discount--icon__img {
	vertical-align: middle;
	margin-right: 0.4rem;
}

.language__currency--list {
	position: relative;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
}

.language__currency--list:last-child {
	margin-right: 0;
	padding-right: 0;
}

.language__currency--list:last-child::before {
	display: none;
}

.language__currency--list::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: var(--white-color);
	right: 0;
	top: 0;
}

.language__switcher {
	font-size: 1.5rem;
}

.language__switcher>* {
	pointer-events: none;
}

.language__switcher--icon__img {
	vertical-align: middle;
	margin-right: 3px;
}

.language__switcher:hover {
	color: var(--primary-color);
}

.language__switcher:hover span {
	color: var(--primary-color);
}

.language__switcher:hover svg {
	color: var(--primary-color);
}

.language__switcher svg {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.dropdown__language {
	position: absolute;
	z-index: 9;
	width: 100px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	top: 100%;
	opacity: 0;
	visibility: hidden;
	margin-top: 28px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--white-color);
}

.dropdown__language.active {
	opacity: 1;
	visibility: visible;
	margin-top: 17px;
}

.language__items:last-child .language__text {
	border-bottom: 0;
}

.language__text {
	display: block;
	font-size: 1.4rem;
	padding: 10px 14px;
	background: var(--gray-color2);
	border-bottom: 1px solid var(--border-color2);
}

.language__text:hover {
	background: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}

.account__currency {
	margin-right: 25px;
	position: relative;
}

.account__currency--link {
	font-size: 1.5rem;
}

.account__currency--link>* {
	pointer-events: none;
}

.account__currency--link:hover {
	color: var(--primary-color);
}

.account__currency--link:hover span {
	color: var(--primary-color);
}

.account__currency--link:hover svg {
	color: var(--primary-color);
}

.account__currency--link svg {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.dropdown__currency {
	position: absolute;
	z-index: 9;
	width: 100px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	top: 100%;
	opacity: 0;
	visibility: hidden;
	margin-top: 28px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--white-color);
}

.dropdown__currency.active {
	opacity: 1;
	visibility: visible;
	margin-top: 17px;
}

.currency__items:last-child .currency__text {
	border-bottom: 0;
}

.currency__text {
	display: block;
	font-size: 1.4rem;
	padding: 1rem 1.4rem;
	background: var(--gray-color2);
	border-bottom: 1px solid var(--border-color2);
}

.currency__text:hover {
	background: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}

.main__header {
    padding:0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #000;
}
.main__logo--link {
    position:relative;
    width: 100%;
    height:100%;
}
.main__logo--link video {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.header__section {
	width: 100%;
	position:fixed;
	left:0;
	top:0;
	background: #000;
	right:0;
	z-index:99999;
}

.header__search--form {
	border: 1px solid var(--border-color);
}

.select {
	position: relative;
}

.select::before {
	border-bottom: 2px solid var(--black-color);
	border-right: 2px solid var(--black-color);
	content: "";
	display: block;
	height: 7px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 7px;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.7;
}

.header__select--inner {
	border: 0;
	background: var(--white-color);
	height: 5rem;
	padding: 0 3.3rem 0 1.8rem;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 1.5rem;
	color: var(--text-gray-color);
}

.header__search--box {
	position: relative;
	width: 35rem;
}

.header__search--input {
	width: 100%;
	border: 0;
	border-left: 1px solid var(--border-color);
	height: 5rem;
	padding: 0 7rem 0 2.2rem;
	font-size: 1.5rem;
	color: var(--text-gray-color);
}

.header__search--input:focus::-webkit-input-placeholder {
	color: #000;
}

.header__search--button {
	position: absolute;
	top: -1px;
	right: -1px;
	height: 102%;
	border: 0;
	padding: 0 1.5rem;
	line-height: 2rem;
	background: #10649e;
}

.header__search--button:hover {
	background: var(--primary-color);
}

.header__account--items {
	margin-right:5px;
}

.header__account--items:last-child {
	margin-right: 0;
}

.header__account--btn {
	position: relative;
	color:#fff;
	text-align: center;
}
.header__account--btn svg {
    height: 30px;
}

.header__account--btn>* {
	pointer-events: none;
}

.header__account--btn:hover {
	color: #10649e;
}

.header__account--btn__text {
	display: block;
	margin-top: 0.1rem;
	font-size: 1.5rem;
	line-height: 2.4rem;
}

.search__open--btn>* {
	pointer-events: none;
}

.items__count {
	position: absolute;
	right: -0.5rem;
	top: -1.3rem;
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	background: #10649e;
	text-align: center;
	border-radius: 50%;
	color: var(--white-color);
}

.items__count.style2 {
	right: -0.7rem;
}

.items__count.wishlist {
	top: -1rem;
	right: 0.5rem;
}

.items__count.wishlist.style2 {
	right: -1rem;
}

.predictive__search--title {
	margin-bottom: 15px;
}

.predictive__search--box {
	background: var(--white-color);
	-webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
	box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
	position: relative;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.predictive__search--box.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.predictive__search--box__inner {
	padding: 20px 16px;
	text-align: center;
}

.predictive__search--form {
	width: 100%;
	position: relative;
}

.predictive__search--input {
	width: 100%;
	height: 42px;
	border: 1px solid #c4ced3;
	padding: 0 80px 0 15px;
	font-size: 1.6rem;
	font-weight: 400;
	border-radius: 6px;
}

.predictive__search--input:focus {
	border-color: #10649e;
}

.predictive__search--input:focus::-webkit-input-placeholder {
	color: #000;
}

.predictive__search--button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	width: 5rem;
	text-align: center;
	color: #ccc;
	border-radius: 0 5px 5px 0;
	justify-content: center;
}

.predictive__search--button:hover {
	background: var(--primary-color);
}

.predictive__search--close__btn {
	position: absolute;
	top: 20px;
	right: 40px;
	padding: 0;
	border: 0;
	background: inherit;
}

.predictive__search--close__btn>* {
	pointer-events: none;
}

.predictive__search--close__btn:hover {
	color: var(--primary-color);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.header__menu--items {
	margin-right:20px;
	position: relative;
}

.header__menu--items:last-child {
	margin-right: 0;
}

.header__menu--items:hover .header__menu--link {
	color: #10649e;
}
.header__menu--link.active {
    color: #fff;
}
.header__menu--items:hover .header__sub--menu {
	display: block;
}
.header__menu--link {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
}

.header__sub--menu .header__menu--link:after {
	border-bottom: none !important;
}

.header__menu--link:after {
	border-bottom: 2px solid;
	border-bottom-color: #000;
	bottom: 0px;
	content: "";
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 100%;
	transition: right .5s;
}

.header__menu--items:hover .header__menu--link:after {
	right: 0;
}
.header__menu--link:after {
    border-bottom-color: #10649e;
}

.menu__arrowdown--icon {
	margin-left: 3px;
}

.header__menu--navigation {
	height: 40px;
	text-align: center;
}
.header__sub--menu {
	position: absolute;
	z-index: 9;
	display: none;
	top: 100%;
	left: 0;
	width: 260px;
	margin: 0;
	list-style: none;
	background: #000;
}
.header__sub--menu__link {
	font-size: 14px;
	display: block;
	padding: 5px 0;
	font-weight: 400 !important;
}

.mega__menu--items {
	position: static;
}

ul.header-menu-list {
	display: inline-block;
	position: relative;
	width: 100%;
}

ul.header-menu-list li {
	display: inline-block;
	position: relative;
}

ul.header-menu-list li a {
	padding: 10px 0px;
}

.header__sub--menu li.header__sub--menu__items a {
	padding: 0px 15px;
	display: inline-block;
	width: 100%;
}

.three-sub-menu .header__sub__sub--menu__items a {
	padding: 7px 15px !important;
}

.header__sub--menu li {
	display: block;
	width: 100%;
}

.header__mega--menu {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	margin-top: 20px;
	padding: 25px;
	list-style: none;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	visibility: hidden;
	opacity: 0;
	background-color: var(--white-color);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.header__mega--menu__li {
	padding: 3px 15px;
	width: 25%;
}

.header__mega--subtitle {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.header__mega--sub__menu--title {
	font-size: 1.5rem;
	padding: 8px 0;
}

.offCanvas__minicart {
	position: fixed;
	width: 310px;
	height: 100%;
	padding: 20px 15px 33px;
	background: var(--white-color);
	z-index: 999;
	right: 0;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: auto;
	-webkit-box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
}

.offCanvas__minicart.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.minicart__header--top {
	margin-bottom: 10px;
}

.minicart__header--desc {
	font-size: 1.6rem;
	color: var(--text-gray-color);
}

.minicart__title {
	font-weight: 600;
}

.minicart__close--btn {
	padding: 0;
	background: inherit;
	border: 0;
	line-height: 1.5rem;
	color: var(--black-color);
}

.minicart__close--btn>* {
	pointer-events: none;
}

.minicart__close--btn:hover {
	color: #10649e;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.minicart__close--icon {
	width: 22px;
}

.minicart__product {
	margin-bottom: 17px;
}

.minicart__product--items {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--border-color2);
}

.minicart__product--remove {
	border: 0;
	padding: 0;
	background: 0 0;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
	opacity: 0.7;
}

.minicart__product--remove:hover {
	color: #10649e;
}

.minicart__thumb {
	width: 100px;
	line-height: 1;
}

.minicart__text {
	width: calc(100% - 100px);
	padding-left: 10px;
}

.minicart__subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 2px;
}

.color__variant {
	opacity: 0.8;
	margin-bottom: 4px;
	line-height: 20px;
}

.minicart__price {
	margin-bottom: 9px;
}

.minicart__quantity {
	margin-right: 15px;
}

.quantity__box {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.quantity__value {
	display: inline-block;
	border: 1px solid var(--border-color2);
	margin: 0;
	width: 3.3rem;
	height: 3rem;
	text-align: center;
	padding: 0;
	background: var(--gray-color2);
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
}

.quantity__value.decrease {
	margin-right: -4px;
	border-radius: 13px 0 0 13px;
}

.quantity__value.increase {
	margin-left: -4px;
	border-radius: 0 13px 13px 0;
}

input.quantity__number {
	text-align: center;
	border: none;
	border-top: 1px solid var(--border-color2);
	border-bottom: 1px solid var(--border-color2);
	margin: 0;
	width: 3.3rem;
	height: 3rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.minicart__amount {
	padding: 13px 0;
	border-top: 1px solid var(--border-color2);
	border-bottom: 1px solid var(--border-color2);
}

.minicart__amount_list {
	margin-bottom: 10px;
}

.minicart__amount_list:last-child {
	margin-bottom: 0;
}

.minicart__conditions {
	padding: 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.minicart__conditions--input {
	vertical-align: middle;
	margin-right: 8px;
}

.minicart__conditions--label {
	font-weight: 600;
	letter-spacing: 0.5px;
	color: var(--text-gray-color);
}

.minicart__conditions--link {
	color: #10649e;
	text-decoration: underline;
}

.minicart__conditions--link:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.minicart__button--link {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 4.5rem;
	height: 4.5rem;
	margin-right: 14px;
}

.minicart__button--link:last-child {
	margin-right: 0;
}

.header__topbar--style3 {
	padding: 1rem 0;
	border-bottom: 1px solid var(--border-color);
}

.language__currency--list.style3::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: var(--primary-color);
	right: 0;
	top: 0;
}

.header__social--list {
	margin-right: 1.8rem;
}

.header__social--list:last-child {
	margin-right: 0;
}

.main__header--style3 {
	padding: 1rem 0;
}

.header__menu--items.style3 {
	margin-right: 1.8rem;
}

.header__menu--items.style3:last-child {
	margin-right: 0;
}

.header__mega--menu__li.style3 {
	width: 18%;
}

.header__mega--menu__li.style3:last-child {
	width: 28%;
}

.mega__menu--banner {
	overflow: hidden;
}

.mega__menu--banner:hover .mega__menu--banner__img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.mega__menu--banner:hover .mega__menu--banner__text {
	color: #10649e;
}

.mega__menu--banner__text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translatex(-50%);
	transform: translateY(-50%) translatex(-50%);
	text-decoration: underline;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 8px 12px;
	color: var(--primary-color);
	background: var(--white-color);
	border-radius: 5px;
}

.newsletter__subscribe--style3 .newsletter__subscribe--input {
	background: var(--white-color);
	-webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
}

.newsletter__subscribe--style3 .newsletter__subscribe--button:hover {
	background: var(--white-color);
	-webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
}

.home1__slider--bg {
	background: url(../img/slider/home1-slider1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.home1__slider--bg.two {
	background: url(../img/slider/home1-slider2.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.home1__slider--bg.three {
	background: url(../img/slider/home1-slider3.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.hero__slider--items {
	position: relative;
}

.hero__slider--items .container-fluid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.hero__slider--items__inner {
	padding: 6rem 0;
}

.slider__content.center {
	padding-left: 0;
}

.slider__content--maintitle {
	margin-bottom: 2rem;
}

.slider__content--desc {
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.slider__content--desc.desc1 {
	font-weight: 500;
}

.hero__slider--activation .swiper-button-prev {
	left: 1rem;
}

.hero__slider--activation .swiper-button-next {
	right: 1rem;
}

.slider__text--shape__icon {
	vertical-align: middle;
	margin-right: 0.3rem;
}

.swiper-slide-active .slider__content>* {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.swiper-slide-active .slider__content--desc {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.swiper-slide-active .slider__content--maintitle {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.swiper-slide-active .slider__content--desc.desc2 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.swiper-slide-active .slider__btn {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.primary__btn--arrow__icon {
	vertical-align: middle;
	margin-left: 0.3rem;
}

.home2__slider--bg {
	background: url(../img/slider/home2-slider1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.home2__slider--bg.two {
	background: url(../img/slider/home2-slider2.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.home2__slider--bg.three {
	background: url(../img/slider/home2-slider3.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.home3__slider--bg {
	background: url(../img/slider/home3-slider1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.home3__slider--bg.two {
	background: url(../img/slider/home3-slider2.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.home3__slider--bg.three {
	background: url(../img/slider/home3-slider3.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.slider__content.style3.center {
	padding-left: 0;
}

.swiper:hover .swiper__nav--btn {
	opacity: 1;
	visibility: visible;
}

.product__tab--primary__btn__list {
	font-size: 1.6rem;
	margin-right: 20px;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.product__tab--primary__btn__list.active {
	color: #10649e;
}

.product__tab--primary__btn__list:hover {
	color: #10649e;
}

.product__tab--primary__btn__list:last-child {
	margin-right: 0;
}

.product__items--thumbnail {
	position: relative;
	overflow: hidden;
}

.product__secondary--img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product__items:hover .product__items--img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.product__items:hover .product__secondary--img {
	opacity: 1;
	visibility: visible;
}

.product__items--link {
	display: block;
}

.product__items--img {
	display: block;
	width: 100%;
}

.product__items--action__list {
	margin-right: 0.6rem;
}

.product__items--action__list:last-child {
	margin-right: 0;
}

.product__items--action__btn {
	border: 1px solid var(--border-color);
	height: 4.4rem;
	line-height: 4rem;
	padding: 0 0.6rem;
	color: var(--text-gray-color);
	border-radius: 0.3rem;
}

.product__items--action__btn.add__to--cart {
	padding: 0 0.7rem;
	font-size: 1.5rem;
}

.product__items--action__btn.add__to--cart:hover span {
	color: var(--white-color);
}

.product__items--action__btn--svg {
	vertical-align: middle;
}

.product__items--action__btn:hover {
	background: #10649e;
	color: var(--white-color);
	border-color: #10649e;
}

.product__items--content {
	position: relative;
	padding: 10px 0px 11px;
	text-align: center;
	line-height: 1.5;
}

.product__items--content__subtitle {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: var(--text-gray-color);
}

.product__items--price {
	margin-bottom: 0.5rem;
	position: relative;
	width: 100%;
}

.current__price {
	font-size: 15px;
	color: #333;
	font-family: "Cormorant", serif;
	letter-spacing: 0.025em;
}

.old__price {
	font-size: 1.5rem;
	color: #ccc;
	text-decoration: line-through;
}

.sell_price {
	font-size: 15px;
	color: #333;
	font-family: "Cormorant", serif;
	letter-spacing: 0.025em;
}

.naming-box159 {
	position: relative;
	padding: 10px 0px 6px;
	text-align: center;
	line-height: 1.5;
}

.product_name {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	line-height: 18px;
	display: inline-block;
	margin-top: 5px;
}

.mrp_price {
	font-size: 16px;
	color: red;
}

.product__rating {
	margin-bottom: 1.6rem;
}

.rating__list {
	margin-right: 0.5rem;
}

.rating__list:last-child {
	margin-right: 0;
}

.rating__list--icon {
	color: var(--yellow-color);
}

.product__badge {
	position: absolute;
	top: 12px;
	left: 12px;
}

.product__badge--items {
	height: 2rem;
	line-height: 2rem;
	padding: 0 7px;
	font-weight: 300;
	background: #10649e;
	color: var(--white-color);
	border-radius: 6px 0 6px;
	font-size: 1.4rem;
}

.product__items:hover .product__items--action__style2 {
	opacity: 1;
	visibility: visible;
	right: 1.5rem;
}

.product__items:hover .product__add-to__cart--btn__style2 {
	padding: 0.8rem 0;
	max-height: 5rem;
}

.product__add-to__cart--btn__style2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #10649e;
	color: var(--white-color);
	text-align: center;
	padding: 0;
	max-height: 0;
}

.product__add-to__cart--btn__style2:hover {
	background-color: var(--primary-color);
	color: var(--white-color) !important;
}

.product__items--action__style2 {
	position: absolute;
	top: 1.5rem;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.product__items--action__style2--list {
	margin-bottom: 1rem;
}

.product__items--action__style2--list:last-child {
	margin-bottom: 0;
}

.product__items--action__style2--btn {
	width: 3rem;
	height: 3rem;
	line-height: 2.6rem;
	text-align: center;
	border: 1px solid var(--text-gray-color);
	color: var(--text-gray-color);
	border-radius: 0.3rem;
}

.product__items--action__style2--btn:hover {
	background-color: #10649e;
	border-color: #10649e;
	color: var(--white-color);
}

.product__grid--heading__maintitle {
	font-weight: 600;
	padding-bottom: 0.8rem;
}

.product__grid--heading__maintitle::before {
	position: absolute;
	content: "";
	width: 6rem;
	height: 0.2rem;
	background: #10649e;
	bottom: 0;
	left: 0;
}

.product__grid--items__img {
	display: block;
}

.product__items--grid {
	background: var(--white-color);
	-webkit-box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
}

.product__items--grid:last-child {
	margin-bottom: 0;
}

.product__items--grid__thumbnail {
	overflow: hidden;
	line-height: 1;
	width: 8rem;
}

.product__items--grid__content {
	padding: 0.2rem 1rem 0.2rem 1.5rem;
	width: calc(100% - 8rem);
}

.product__items--grid:hover .product__items--img {
	-webkit-transform: inherit;
	transform: inherit;
}

.product__collection--content__title {
	margin-bottom: 1.5rem;
}

.product__collection--content__btn {
	font-size: 1.6rem;
	line-height: 4.6rem;
	height: 4.6rem;
	padding: 0 2rem;
}

.swiper__nav--btn.style3 {
	opacity: 1;
	visibility: visible;
	top: inherit;
}

.swiper__nav--btn.style3.swiper-button-next {
	left: -46%;
}

.new__product--items:hover .new__product--thumbnail__img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.new__product--items:hover .new__product--content__title a {
	color: #10649e;
}

.new__product--thumbnail {
	overflow: hidden;
}

.new__product--thumbnail__link {
	display: block;
}

.new__product--thumbnail__img {
	display: block;
}

.new__product--content__title {
	padding-top: 1.5rem;
}

.banner__items--thumbnail {
	display: block;
	overflow: hidden;
	width: 100%;
}

.banner__items--thumbnail__img {
	display: block;
	width: 100%;
}

.banner__items--thumbnail:hover .banner__items--thumbnail__img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.banner__items--thumbnail:hover .banner__items--content__link {
	color: #10649e;
}

.banner__items--content {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	cursor: pointer;
}

.banner__items--content__subtitle {
	color: var(--text-gray-color);
	margin-bottom: 0.8rem;
	line-height: 2.2rem;
}

.banner__items--content__subtitle.text__secondary {
	color: #10649e;
}

.banner__items--content__title {
	margin-bottom: 0.7rem;
	color: var(--primary-color);
	font-weight: 600;
}

.banner__items--content__title.style2 {
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin-bottom: 0.4rem;
}

.banner__items--content__link {
	line-height: 2.4rem;
	color: var(--text-gray-color);
}

.banner__items--content__link.style2 {
	font-size: 1.4rem;
	text-decoration: underline;
}

.banner__items--content__arrow--icon {
	color: #10649e;
	margin-left: 0.5rem;
	vertical-align: middle;
}

.banner__items--content.style2 {
	top: 1.5rem;
	left: 2.5rem;
}

.banner__items--content.style2.right {
	right: 3rem;
	left: auto;
}

.banner__bg {
	background: url(../img/banner/banner-bg1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.deals__banner--content {
	padding: 4rem 2rem;
}

.deals__banner--content__subtitle {
	font-weight: 500;
	margin-bottom: 0.8rem;
}

.deals__banner--content__maintitle {
	font-size: 2rem;
	line-height: 2.4rem;
	margin-bottom: 1.5rem;
}

.deals__banner--content__desc {
	margin-bottom: 2.5rem;
}

.deals__banner--countdown {
	margin-bottom: 2rem;
}

.deals__banner--countdown .countdown__item {
	width: 6rem;
	height: 6rem;
	text-align: center;
	background: #efeff1;
	margin-right: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.19);
	box-shadow: 0 0 59px rgba(0, 0, 0, 0.19);
	position: relative;
	border-radius: 0.5rem;
}

.deals__banner--countdown .countdown__item::before {
	position: absolute;
	content: ":";
	right: -2.2rem;
	top: 50%;
	font-size: 4rem;
	font-weight: 700;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}

.deals__banner--countdown .countdown__item:last-child {
	margin-right: 0;
}

.deals__banner--countdown .countdown__item:last-child::before {
	display: none;
}

.deals__banner--countdown .countdown__number {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 0.3rem;
}

.deals__banner--countdown .countdown__text {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	text-transform: capitalize;
}

.banner__bideo--play {
	position: absolute;
	top: 50%;
	right: 24%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}

.banner__bideo--play__icon {
	width: 5rem;
	height: 5rem;
	background: #10649e;
	color: var(--white-color);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: animate 2s linear infinite;
	animation: animate 2s linear infinite;
}

.banner__bideo--play__icon:hover {
	color: var(--white-color);
	background: var(--primary-color);
}

.banner__bideo--play__icon:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

@-webkit-keyframes animate {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	40% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
		box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
	}

	80% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
		box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
		box-shadow: 0 0 0 rgba(255, 193, 7, 0);
	}
}

@keyframes animate {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	40% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
		box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
	}

	80% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
		box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
		box-shadow: 0 0 0 rgba(255, 193, 7, 0);
	}
}

.banner__section--inner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--black-color);
	opacity: 0.4;
	top: 0;
	left: 0;
	z-index: 9;
	pointer-events: none;
}

.banner__content--style2 {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.banner__content--style2__title {
	margin-bottom: 1.5rem;
}

.banner__content--style2__desc {
	color: var(--light-color);
	margin-bottom: 1.8rem;
	line-height: 2.2rem;
}

.banner__discount--content {
	background: var(--white-color);
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 1rem 2rem;
	-webkit-transform: translatey(-50%) translatex(-50%);
	transform: translatey(-50%) translatex(-50%);
}

.banner__discount--content__subtitle {
	font-weight: 600;
	color: var(--text-gray-color);
	margin-bottom: 0.8rem;
}

.banner__discount--content__title {
	font-weight: 500;
	margin-bottom: 0.8rem;
}

.banner__discount--content__link {
	color: var(--text-gray-color);
	text-decoration: underline;
}

.banner__discount--content__link:hover {
	text-decoration: underline;
}

.shop__card--banner__thumbnail {
	width: 50%;
	overflow: hidden;
}

.shop__card--banner__thumbnail a {
	width: 100%;
}

.shop__card--banner__thumbnail a img {
	width: 100%;
}

.shop__card--banner__thumbnail.two {
	margin: 3rem 0 0 2.5rem;
}

.shop__card--banner__thumbnail:hover .shop__card--banner__thumbnail--img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.shop__card--play {
	left: 50%;
	right: auto;
	-webkit-transform: translatey(-50%) translatex(-50%);
	transform: translatey(-50%) translatex(-50%);
	top: 50%;
	position: absolute;
}

.shop__card--content__subtitle {
	font-weight: 400;
	color: var(--text-gray-color);
	margin-bottom: 0.3rem;
}

.shop__card--content__maintitle {
	font-weight: 600;
}

.shop__card--content__desc {
	margin-bottom: 2rem;
}

.banner__items--content__style3 {
	position: absolute;
	top: 50%;
	left: 2rem;
	right: 2rem;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner__items--content__style3--subtitle {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 500;
	margin-bottom: 0.4rem;
}

.banner__items--content__style3--title {
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 3rem;
}

.banner__bg3 {
	background: url(../img/banner/banner-bg5.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.deals__countdown--style3 {
	padding: 0.8rem 0 2.2rem;
}

.deals__countdown--style3 .countdown__item {
	text-align: center;
	margin-right: 1.5rem;
}

.deals__countdown--style3 .countdown__item:last-child {
	margin-right: 0;
}

.deals__countdown--style3 .countdown__number {
	width: 4.5rem;
	height: 4.5rem;
	background: var(--white-color);
	line-height: 4.5rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 50%;
}

.deals__countdown--style3 .countdown__text {
	text-transform: capitalize;
	color: var(--primary-color);
	font-size: 1.5rem;
	padding-top: 0.8rem;
	line-height: 2rem;
	font-weight: 500;
}

.deals__content--style3__subtitle {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
}

.deals__content--style3__maintitle {
	margin-bottom: 1.5rem;
}

.countdown__style3--btn {
	font-size: 1.5rem;
	line-height: 4rem;
	height: 4.2rem;
	padding: 0 1.2rem;
}

.blog__items:hover .blog__thumbnail--img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog__thumbnail {
	overflow: hidden;
}

.blog__thumbnail--link {
	width: 100%;
	display: block;
}

.blog__thumbnail--img {
	width: 100%;
	display: block;
}

.blog__content {
	padding-top: 1.2rem;
}

.blog__content--meta {
	color: var(--text-gray-color);
	line-height: 2.4rem;
	margin-bottom: 0.9rem;
}

.blog__content--title {
	margin-bottom: 1.5rem;
}

.blog__content--btn {
	background: var(--white-color);
	border: 1px solid var(--border-color);
	color: var(--text-gray-color);
	line-height: 3.3rem;
}

.blog__content--btn:hover {
	background: #10649e;
	border-color: #10649e;
	color: var(--white-color);
}

.blog__content--btn.style2 {
	color: var(--white-color);
	background: var(--black-color) !important;
	border: 0;
}

.blog__content--btn.style2:hover {
	background: #10649e !important;
}

.blog__content.style2 {
	background: var(--white-color);
	position: relative;
}

.testimonial__section--inner {
	padding: 1rem 1rem 4.5rem;
}

.testimonial__items {
	padding: 22px 18px;
	background: var(--white-color);
	border-radius: 1rem;
	-webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
}

.testimonial__items:hover .testimonial__items--thumbnail__img {
	border-color: #10649e;
}

.testimonial__items--thumbnail {
	margin-bottom: 1.3rem;
}

.testimonial__items--thumbnail__img {
	padding: 0.3rem;
	display: block;
	margin: 0 auto;
	border: 2px solid var(--border-color);
}

.testimonial__items--content {
	position: relative;
}

.testimonial__items--title {
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 6px;
	font-weight: 700;
}

.testimonial__items--subtitle {
	font-size: 1.6rem;
	line-height: 2rem;
	color: var(--text-gray-color);
	margin-bottom: 10px;
}

.testimonial__items--desc {
	margin-bottom: 1.2rem;
	line-height: 2.4rem;
}

.testimonial__bg {
	background: url(../img/banner/banner-bg3.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.testimonial__bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--black-color);
	left: 0;
	top: 0;
	opacity: 0.4;
}

.testimonial__items--style2 {
	background: 0 0;
	padding: 0 0 5rem;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.testimonial__items--style2__thumbnail--img {
	border: 3px solid var(--white-color);
}

.testimonial__items--subtitle.text-white {
	color: var(--white-color);
}

.testimonial__pagination.style2 .swiper-pagination-bullet {
	border: 1px solid#10649e;
}

.testimonial__pagination.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #10649e;
}

.shipping__items {
	padding: 0 20px;
	position: relative;
}

.shipping__items:last-child::before {
	display: none;
}

.shipping__items:hover .shipping__items--icon {
	background: var(--primary-color);
	opacity: 0.67;
	color: var(--white-color);
	border-color: var(--primary-color);
}

.shipping__items--icon {
	width: 5rem;
	height: 5rem;
	line-height: 5.3rem;
	padding: 5px 9px;
	text-align: center;
	border: 1px solid rgba(174, 174, 191, 0.2);
	background: var(--white-color);
	border-radius: 50%;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.shipping__items--icon svg {
	width: 25px;
}

.shipping__items--title {
	margin-bottom: 8px;
}

.shipping__items--desc {
	color: var(--sky-color);
	font-size: 1.5rem;
}

.shipping__section2--inner {
	-webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
	box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
	padding: 30px 20px;
	background: var(--white-color);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shipping__items2 {
	margin-right: 30px;
}

.shipping__items2:last-child {
	margin-right: 0;
}

.shipping__items2--content {
	padding-left: 15px;
}

.shipping__items2--content__title {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.shipping__items2--content__desc {
	font-size: 1.2rem;
	color: var(--sky-color);
}

.shipping__items2--icon img {
	display: block;
}

.shipping__style3--items {
	position: relative;
	margin-right: 10rem;
	padding-right: 10rem;
}

.shipping__style3--items:last-child {
	margin-right: 0;
	padding-right: 0;
}

.shipping__style3--items:last-child::before {
	display: none;
}

.shipping__style3--items::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: var(--border-color);
	right: 0;
	top: 0;
}

.shipping__style3--icon {
	color: #10649e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shipping__style3--content {
	padding-left: 1.5rem;
}

.shipping__style3--content__title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	margin-bottom: 0.7rem;
}

.shipping__style3--content__desc {
	line-height: 2rem;
	font-size: 1.5rem;
}

.shipping__style3--inner {
	-webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
	box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
	padding: 2.5rem 2rem;
	background: var(--white-color);
}

.main__footer {
	border-bottom: 1px solid #ddd;
	padding: 6rem 0 2rem;
}

.social__title {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0px 0px 15px 0px;
}

.social__shear--list {
	margin-right: 1.3rem;
}

.social__shear--list:last-child {
	margin-right: 0;
}

.social__shear--list__icon {
	color: #000;
}

.footer__widget {
	margin-right: 3rem;
}

.footer__widget:last-child {
	margin-right: 0;
}

.footer__widget--title {
	margin-bottom: 2rem;
	font-weight: 400;
	position: relative;
	padding-bottom: 0.8rem;
}

.footer__widget--title::before {
	position: absolute;
	content: "";
	height: 0.2rem;
	width: 6rem;
	background: #909090;
	left: 0;
	bottom: 0;
}

.footer__widget--title__arrowdown--icon {
	position: absolute;
	right: 0;
	top: 38%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: none;
}

.footer__widget.active {
	padding-bottom: 3.5rem;
}

.footer__widget.active .footer__widget--title__arrowdown--icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer__widget--menu__text {
	color: var(--ofwhite-color);
	line-height: 3rem;
}

.footer__widget--menu__wrapper .footer__widget {
	margin-right: 3rem;
}

.footer__widget--menu__wrapper .footer__widget:last-child {
	margin-right: 3rem;
}

.footer__widget--button {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	content: "";
	color: transparent;
	border: 0;
	background-color: transparent;
	color: var(--white-color);
}

.footer__widget--button>* {
	pointer-events: none;
}

.newsletter__subscribe {
	margin-top: 2rem;
}

.newsletter__subscribe--input {
	width: 100%;
	border: 0;
	height: 4.5rem;
	background: var(--ofwhite-color);
	padding: 0 1.5rem;
	font-weight: 600;
}

.newsletter__subscribe--input:focus {
	border-color: #10649e;
}

.newsletter__subscribe--input:focus::-webkit-input-placeholder {
	color: #000;
}

.newsletter__subscribe--input.style3 {
	padding: 0 4.7rem 0 1.5rem;
}

.newsletter__subscribe--button {
	width: 100%;
	height: 4.5rem;
	font-weight: 600;
	background: #10649e;
	border: 0;
	color: var(--ofwhite-color);
	margin-top: 2rem;
}

.newsletter__subscribe--button:hover {
	background: var(--ofwhite-color);
	color: #10649e;
}

.newsletter__subscribe--button.style3 {
	line-height: 5.5rem;
	position: absolute;
	top: 0;
	right: 9px;
	width: auto;
	background: inherit;
	color: #10649e;
	margin: 0;
}

.newsletter__subscribe--button.style3:hover {
	color: var(--primary-color);
}

.footer__bottom {
	padding: 2rem 0;
	position: relative;
	width: 100%;
	text-align: center;
	background: #ededed;
}

.footer__instagram--list {
	margin-bottom: 1rem;
}

.footer__instagram--list:last-child {
	margin-bottom: 0;
}

.instagram__thumbnail {
	margin-right: 1rem;
}

.instagram__thumbnail:last-child {
	margin-bottom: 0;
}

.instagram__thumbnail a {
	display: block;
}

.instagram__thumbnail a img {
	display: block;
	width: 8rem;
}

.copyright__content--link:hover {
	text-decoration: underline;
}

.footer__payment {
	line-height: 1;
}

.footer__dropdown--language {
	position: absolute;
	z-index: 9;
	width: 100px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	top: auto;
	bottom: 100%;
	left: 0;
	margin-top: 0;
	margin-bottom: 2.8rem;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--white-color);
	opacity: 0;
	visibility: hidden;
}

.footer__dropdown--language.active {
	opacity: 1;
	visibility: visible;
	margin-bottom: 1.5rem;
}

.footer__dropdown--currency {
	position: absolute;
	z-index: 9;
	width: 100px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	top: auto;
	bottom: 100%;
	left: 0;
	margin-top: 0;
	margin-bottom: 2.8rem;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--white-color);
	opacity: 0;
	visibility: hidden;
}

.footer__dropdown--currency.active {
	opacity: 1;
	visibility: visible;
	margin-bottom: 1.5rem;
}

.footer__currency--link>* {
	pointer-events: none;
}

.footer__currency--link:hover {
	color: #10649e;
}

.footer__currency--link:hover span {
	color: #10649e;
}

.footer__social--style3 .social__shear--list__icon {
	color: var(--black-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__social--style3 .social__shear--list__icon:hover {
	color: #10649e;
}

.footer__social--style3 .social__shear--list__icon:hover span {
	color: #10649e;
}

.footer__social--style3 .social__shear--list {
	margin-right: 0;
	margin-bottom: 1.5rem;
}

.footer__social--style3 .social__shear--list:last-child {
	margin-right: 0;
}

.footer__social--icon__svg {
	width: 2.5rem;
	margin-right: 1rem;
}

.footer__menu--style3 .footer__widget--menu__text {
	color: var(--black-color);
}

.footer__menu--style3 .footer__widget--menu__text:hover {
	color: #10649e;
}

.footer__language--link>* {
	pointer-events: none;
}

.copyright__content.style3 {
	text-align: center;
	margin-bottom: 2rem;
}

.footer__payment.style3 {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.footer__widget--button.style3 {
	color: var(--primary-color);
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
	z-index: 99;
}

.modal.is-visible {
	visibility: visible;
	opacity: 1;
}

.modal.is-visible .quickview__main--wrapper {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.quickview__main--wrapper {
	position: relative;
	max-width: 880px;
	max-height: 80vh;
	border-radius: 10px;
	background: #fff;
	overflow: auto;
	cursor: default;
	padding: 20px;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	pointer-events: inherit;
}

.quickview__header {
	position: absolute;
	padding: 0;
	top: 16px;
	right: 16px;
	z-index: 9;
}

.quickview__close--btn {
	font-size: 1.8rem;
	padding: 0;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 2.6rem;
	border-radius: 50%;
	font-weight: 700;
	border: 1px solid var(--border-color);
	background: var(--white-color);
}

.quickview__close--btn:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}

[data-animation] .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
	transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

[data-animation].is-visible .modal-dialog {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.quickview__info--review__text {
	color: var(--text-gray-color);
	font-weight: 500;
	margin-left: 15px;
}

.quickview__thumb {
	position: relative;
	line-height: 1;
}

.quickview__thumb--link {
	width: 100%;
	border-radius: 8px;
}

.quickview__thumb--img {
	width: 100%;
	border-radius: 8px;
}

.quickview__gallery--pagination .swiper-pagination-bullet {
	width: 16px;
	height: 5px;
	background: #10649e;
	opacity: 1;
	border-radius: 2px;
	margin: 0 3px !important;
}

.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primary-color);
}

.variant__color--value {
	width: 2.5rem;
	height: 2.5rem;
	padding: 2px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 7px;
	line-height: 1;
	cursor: pointer;
}

.variant__color--value:last-child {
	margin-right: 0;
}

.variant__color--value__img {
	border-radius: 50%;
}

.variant__input--fieldset input[type="radio"]+label {
	border: 1px solid var(--primary-color);
}

.variant__input--fieldset input[type="radio"]+label:hover {
	border: 1px solid#10649e;
	color: #10649e;
}

.variant__input--fieldset {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	border: none;
	margin: 0;
	padding: 0;
}

.variant__input--fieldset {
	margin-right: 10px;
}

.variant__input--fieldset input[type="radio"] {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}

.variant__input--fieldset input[type="radio"]:checked+label {
	border: 1px solid#10649e;
	color: #10649e;
}

.variant__input--fieldset:last-child {
	margin-right: 0;
}

.variant__size--value {
	width: 4.7rem;
	height: 3.2rem;
	line-height: 2.8rem;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-size: 1.5rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	margin-right: 7px;
}

.variant__size--value:last-child {
	margin-right: 0;
}

.quickview__variant--wishlist__svg {
	width: 22px;
	margin-right: 7px;
}

.variant__wishlist--icon {
	background: #ee2761;
	align-items: center;
	border: none;
	height: 34px;
	text-align: center;
	width: 100%;
	border-radius: 4px;
	color: #fff;
	padding: 3px 25px;
}

.quickview__value--quantity {
	width: 3.5rem;
	height: 3.5rem;
	font-size: 2.2rem;
	line-height: 3.3rem;
}

.quickview__value--quantity.decrease {
	border-radius: 17px 0 0 17px;
}

.quickview__value--quantity.increase {
	border-radius: 0 17px 17px 0;
}

input.quickview__value--number {
	height: 3.5rem;
	font-size: 1.7rem;
}

.quickview__cart--btn {
	height: 3.8rem;
	line-height: 3.8rem;
	padding: 0 25px;
	width: 100%;
	font-size: 1.5rem;
}

.quickview__social--title {
	font-size: 1.5rem;
	font-weight: 600;
}

.quickview__social--list {
	margin-right: 10px;
}

.quickview__social--list:last-child {
	margin-right: 0;
}

.quickview__social--icon {
	width: 3rem;
	height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #10649e;
	color: var(--white-color);
	border-radius: 50%;
}

.quickview__social--icon:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.accordion__items.active {
	margin-bottom: 20px;
}

.accordion__items.active:last-child {
	margin-bottom: 0;
}

.accordion__items--body {
	display: none;
	padding: 0 20px;
}

.accordion__items--body__desc {
	font-size: 1.5rem;
	line-height: 2.8rem;
}

.accordion__items--button {
	border: 0;
	background: var(--white-color);
	width: 100%;
	padding: 13px 60px 13px 25px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}

.accordion__items--button__icon {
	width: 3rem;
	height: 3rem;
	background: #10649e;
	color: var(--white-color);
	padding: 5px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}

.portfolio__items--thumbnail {
	line-height: 1;
}

.portfolio__items--thumbnail::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #10649e;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 9;
	pointer-events: none;
}

.portfolio__items--thumbnail:hover::before {
	opacity: 0.8;
}

.portfolio__items--thumbnail:hover .portfolio__view--icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translatey(-50%) translatex(-50%) scale(1);
	transform: translatey(-50%) translatex(-50%) scale(1);
}

.portfolio__items--thumbnail__link {
	overflow: hidden;
	display: block;
}

.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.portfolio__items--thumbnail__img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
}

.portfolio__view--icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translatey(-50%) translatex(-50%) scale(0);
	transform: translatey(-50%) translatex(-50%) scale(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 9;
	width: 4rem;
	height: 4rem;
	background: var(--white-color);
	color: #10649e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.portfolio__view--icon svg {
	width: 25px;
}

.portfolio__view--icon:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.brand__logo--items {
	margin-right: 8rem;
}

.brand__logo--items:last-child {
	margin-right: 0;
}

.brand__logo--items__thumbnail--img:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.breadcrumb__bg {
	background: url(../images/breadcrumb-bg.png);
	background-repeat: no-repeat;
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-top: 80px;
	background: #10649e;
}

.breadcrumb__content {
	position: relative;
}

.breadcrumb__content--title.mb-25 {
	margin-bottom: 12px;
	padding: 0px;
}

.breadcrumb__content--menu__items {
	position: relative;
	margin-right: 20px;
	padding-right: 22px;
	font-size: 16px;
	line-height: 24px;
}

.breadcrumb__content--menu__items:last-child {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumb__content--menu__items:last-child::before {
	display: none;
}

.breadcrumb__content--menu__items::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 20px;
	background: #10649e;
	right: 0;
	top: 4px;
	border-radius: 5px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.about__thumb--items {
	margin-right: 2rem;
	width: 50%;
}

.about__thumb--items:last-child {
	margin-right: 0;
}

.about__thumb--items:first-child {
	margin-top: 5rem;
}

.about__thumb--img {
	width: 100%;
}

.about__thumb--play {
	top: 40%;
	padding: 0;
	border: 0;
	right: 42%;
	position: absolute;
}

.about__content--subtitle {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.2rem;
}

.about__content--maintitle {
	font-weight: 700;
}

.about__content--desc {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: var(--text-gray-color);
}

.about__author--name {
	font-weight: 600;
	line-height: 2.6rem;
}

.about__author--signature {
	margin-left: 1.5rem;
}

.counterup__banner__bg2 {
	background: url(../img/banner/banner-bg4.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.counterup__banner__bg2::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--black-color);
	left: 0;
	top: 0;
	opacity: 0.7;
}

.counterup__banner--inner {
	padding: 60px 0;
}

.counterup__banner--items__text {
	font-size: 1.4rem;
	line-height: 2.3rem;
	margin-bottom: 10px;
	font-weight: 400;
}

.counterup__banner--items__number {
	font-family: var(--font-lora);
	font-weight: 600;
	font-size: 3rem;
	line-height: 3rem;
}

.team__items:hover .team__thumb {
	border-color: #10649e;
}

.team__thumb {
	position: relative;
	display: inline-block;
	border: 6px solid transparent;
	padding: 0.7rem;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-radius: 50%;
}

.team__thumb--img {
	display: block;
	width: 100%;
}

.team__social--list {
	margin-right: 1.5rem;
}

.team__social--list:last-child {
	margin-right: 0;
}

.team__social--icon {
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	background: #10649e;
	color: var(--white-color);
	line-height: 3.5rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.team__social--icon:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.team__content {
	padding: 1.2rem 0 0;
}

.team__content--subtitle {
	color: var(--sky-color);
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
}

.team__content--title {
	font-weight: 700;
	margin-bottom: 1rem;
}

.shop__header {
	padding: 1.5rem 2rem;
	border-radius: 0.5rem;
}

.product__view--mode__list {
	margin-right: 2rem;
}

.product__view--mode__list:last-child {
	margin-right: 0;
}

.product__view--label {
	font-weight: 600;
	margin-right: 1.2rem;
}

.product__view--select {
	border: 1px solid var(--border-color);
	padding: 0.6rem 3rem 0.6rem 1.2rem;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 0.5rem;
	background: var(--white-color);
}

.select.shop__header--select::before {
	right: 14px;
}

.product__grid--column__buttons--icons {
	border: 1px solid var(--border-color);
	background: var(--white-color);
	border-radius: 0.3rem;
	width: 3.7rem;
	height: 3.7rem;
	line-height: 1.1rem;
	margin-right: 10px;
	text-align: center;
	padding: 0;
}

.product__grid--column__buttons--icons>svg {
	pointer-events: none;
}

.product__grid--column__buttons--icons:last-child {
	margin-right: 0;
}

.product__grid--column__buttons--icons:hover {
	color: #10649e;
	border-color: #10649e;
}

.product__grid--column__buttons--icons.active {
	color: #10649e;
	border-color: #10649e;
}

.product__view--search__form {
	width: 200px;
	position: relative;
}

.product__view--search__input {
	width: 100%;
	height: 4rem;
	background: var(--white-color);
	border-radius: 0.5rem;
	padding: 0 5rem 0 1.5rem;
	border: 1px solid var(--border-color);
	border-radius: 0.5rem;
}

.product__view--search__input:focus {
	border-color: #10649e;
}

.product__view--search__btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #10649e;
	color: var(--white-color);
	height: 100%;
	width: 4rem;
	border-radius: 0 0.5rem 0.5rem 0;
	line-height: 4.8rem;
}

.product__view--search__btn:hover {
	background: var(--primary-color);
}

.product__showing--count {
	font-weight: 500;
	letter-spacing: 0.5px;
}

.offcanvas__filter--sidebar {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 300px;
	height: 100vh;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: var(--white-color);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	overflow-y: auto;
}

.offcanvas__filter--sidebar.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.widget__filter--btn {
	border: 1px solid var(--border-color);
	background: var(--white-color);
	border-radius: 0.3rem;
	padding: 0.5rem 1.2rem;
}

.widget__filter--btn>* {
	pointer-events: none;
}

.widget__filter--btn:hover {
	border-color: #10649e;
	color: #10649e;
}

.widget__filter--btn__icon {
	width: 20px;
}

.widget__filter--btn__text {
	font-weight: 600;
	font-size: 1.5rem;
	margin-left: 0.7rem;
}

.offcanvas__filter--close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--border-color);
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	margin: 25px;
	background: var(--white-color);
}

.offcanvas__filter--close>* {
	pointer-events: none;
}

.offcanvas__filter--close:hover {
	border-color: #10649e;
	color: #10649e;
}

.offcanvas__filter--close__text {
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 8px;
}

.shop__sidebar--widget {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.single__widget {
	margin-bottom: 3rem;
}

.single__widget:last-child {
	margin-bottom: 0;
}

.single__widget.widget__bg {
	padding: 2rem;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}

.widget__title {
	font-weight: 600;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid var(--border-color2);
	padding-bottom: 1rem;
}

.widget__search--form {
	position: relative;
}

.widget__search--form__input {
	width: 100%;
	height: 5rem;
	padding: 0 6rem 0 1.2rem;
	border-radius: 0.5rem;
	border: 1px solid var(--border-color2);
}

.widget__search--form__input:focus {
	border-color: #10649e;
}

.widget__search--form__btn {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: #10649e;
	color: var(--white-color);
	padding: 0;
	width: 4.5rem;
	height: 100%;
	border-radius: 0 0.5rem 0.5rem 0;
}

.widget__search--form__btn:hover {
	background: var(--primary-color);
}

.widget__categories--menu__list {
	border: 1px solid var(--border-color2);
	margin-bottom: 10px;
	line-height: 24px;
	border-radius: 0.5rem;
}

.widget__categories--menu__list.active {
	margin-bottom: 1.5rem;
}

.widget__categories--menu__list.active:last-child {
	margin-bottom: 0;
}

.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 38%;
}

.widget__categories--menu__label {
	cursor: pointer;
	background: var(--white-color);
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.widget__categories--menu__label>* {
	pointer-events: none;
}

.widget__categories--menu__label:hover {
	color: var(--primary-color);
}

.widget__categories--menu__text {
	padding-left: 1rem;
}

.widget__categories--menu__img {
	width: 3rem;
}

.widget__categories--menu__arrowdown--icon {
	position: absolute;
	right: 1.5rem;
	top: 25%;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.widget__categories--sub__menu {
	display: none;
	padding: 1rem 0;
	border-top: 1px solid var(--border-color2);
}

.widget__categories--sub__menu--list {
	margin-bottom: 0.8rem;
	padding: 0 1rem 0.8rem;
	border-bottom: 1px solid var(--border-color2);
}

.widget__categories--sub__menu--list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.widget__categories--sub__menu--img {
	width: 2.8rem;
}

.widget__categories--sub__menu--text {
	padding-left: 1rem;
	line-height: 2.8rem;
}

.widget__form--check__list {
	position: relative;
}

.widget__form--check__list:last-child {
	margin-bottom: 0;
}

.widget__form--check__label {
	cursor: pointer;
	line-height: 2.8rem;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background: var(--white-color);
	padding: 2px 5px 2px 35px;
	border-radius: 0.5rem;
	display: block;
	position: relative;
	top: 2px;
}

.widget__form--check__label:hover {
	color: var(--primary-color);
}

.widget__form--check__input {
	position: absolute;
	left: 1rem;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	opacity: 0;
	cursor: pointer;
	z-index: 999;
}

.widget__form--check__input:checked~.widget__form--checkmark {
	background-color: #10649e;
}

.widget__form--check__input:checked~.widget__form--checkmark::before {
	display: block;
}

.widget__form--checkmark {
	height: 1.8rem;
	width: 1.8rem;
	border: 1px solid#10649e;
	border-radius: 4px;
	display: block;
	position: absolute;
	top: 50%;
	left: 1rem;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	background: var(--white-color);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.widget__form--checkmark::before {
	right: 0.5rem;
	top: 0.3rem;
	width: 0.5rem;
	height: 0.8rem;
	border: solid #fff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	display: none;
}

.price__filter--group {
	width: 46%;
}

.price__filter--label {
	font-weight: 600;
	margin-bottom: 0.6rem;
	display: inline-block;
}

.price__filter--input {
	border: 1px solid var(--border-color2);
	padding: 0.7rem 1rem;
}

.price__filter--input__field {
	width: 100%;
}

.price__filter--currency {
	font-weight: 700;
	margin-right: 0.6rem;
}

.price__filter--btn {
	height: 4rem;
	line-height: 4rem;
}

.price__divider {
	font-size: 2rem;
	padding: 2.5rem 1rem 0;
}

.widget__tagcloud--list {
	display: inline-block;
	margin: 0 8px 8px 0;
}

.widget__tagcloud--link {
	border: 1px solid var(--border-color2);
	background: var(--white-color);
	padding: 0.5rem 1.2rem;
	line-height: 2.5rem;
	border-radius: 0.3rem;
}

.widget__tagcloud--link:hover {
	background: #10649e;
	border-color: #10649e;
	color: var(--white-color);
}

.product__grid--inner .product__items--action__btn.add__to--cart {
	font-size: 1.3rem;
	padding: 0 0.6rem;
}

.product__list--items__thumbnail {
	width: 132px;
}

.product__list--items__content {
	width: calc(100% - 132px);
	padding-left: 1.5rem;
}

.product__list--items__content--title {
	font-weight: 600;
}

.pagination__area {
	padding: 1.5rem 2rem;
	margin-top: 3rem;
}

.pagination__list {
	margin-right: 0.8rem;
}

.pagination__list:last-child {
	margin-right: 0;
}

.pagination__item {
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.3rem;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	border: 1px solid var(--border-color2);
	background: var(--white-color);
}

.pagination__item--current {
	background: #10649e;
	border-color: #10649e;
	color: var(--white-color);
}

.pagination__item:hover {
	background: #10649e;
	border-color: #10649e;
	color: var(--white-color);
}

.product__details--media {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.product__media--preview__items {
	position: relative;
}

.product__media--preview__items--link {
	width: 100%;
	display: block;
}

.product__media--preview__items--img {
	width: 100%;
	display: block;
}

.product__media--view__icon {
	position: absolute;
	top: 2rem;
	left: 2rem;
}

.product__media--view__icon--link {
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.3rem;
	text-align: center;
	background: #10649e;
	border-radius: 50%;
	color: var(--white-color);
}

.product__media--view__icon--link:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.product__media--view__icon.media__play {
	right: 2rem;
	left: auto;
}

.media__play--icon__link {
	color: #10649e;
}

.media__play--icon__link:hover {
	color: var(--primary-color);
}

.product__media--nav {
	margin-top: 2rem;
}

.product__media--nav__items {
	border: 1px solid var(--border-color2);
	padding: 0.5rem;
}

.product__media--nav__items--img {
	width: 100%;
	display: block;
	cursor: pointer;
}

.product__details--info__price .current__price {
	font-size: 1.6rem;
}

.product__details--info__price .old__price {
	font-size: 1.4rem;
	margin-left: 0.8rem;
}

.product__items--rating__count--number {
	font-size: 1.4rem;
	color: var(--text-gray-color);
	padding-left: 7px;
	line-height: 20px;
}

.variant__buy--now__btn {
	width: 100%;
}

.product__variant--title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-right: 1rem;
}

.product__details--info__meta--list {
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
}

.product__details--info__meta--list:last-child {
	margin-bottom: 0;
}

.guarantee__safe--checkout__title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
}

.product__details--tab__section {
	background: var(--bg-gray-color);
}

.product__details--tab__section.sidebar__tab--section {
	padding: 3.5rem;
}

.product__details--tab__inner {
	background: var(--white-color);
	padding: 3rem;
}

.product__details--tab__list {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-right: 5rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	position: relative;
	padding-bottom: 0.4rem;
}

.product__details--tab__list::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #10649e;
	left: 50%;
	right: 50%;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	bottom: 0;
}

.product__details--tab__list.active {
	color: #10649e;
}

.product__details--tab__list.active::before {
	width: 100%;
	left: 0;
	right: 0;
}

.product__details--tab__list:hover {
	color: #10649e;
}

.product__details--tab__list:hover::before {
	width: 100%;
	left: 0;
	right: 0;
}

.product__details--tab__list:last-child {
	margin-right: 0;
}

.product__tab--content__title {
	font-weight: 600;
	font-size: 1.7rem;
}

.product__tab--content__desc {
	line-height: 2.6rem;
	color: var(--text-gray-color);
}

.product__tab--content__list {
	line-height: 2.6rem;
	margin-bottom: 0.6rem;
	color: var(--text-gray-color);
}

.product__tab--content__list:last-child {
	margin-bottom: 0;
}

.product__tab--content__list--icon {
	width: 2rem;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.product__reviews--header {
	position: relative;
	border-bottom: 1px solid var(--border-color2);
	padding-bottom: 1.5rem;
	margin-bottom: 2.5rem;
}

.reviews__summary--caption {
	color: #10649e;
	margin-left: 1.2rem;
}

.actions__newreviews--btn {
	position: absolute;
	right: 0;
	bottom: 2.2rem;
}

.actions__newreviews--btn.primary__btn {
	font-size: 1.4rem;
	line-height: 4rem;
	height: 4rem;
	padding: 0 1.5rem;
}

.reviews__comment--area {
	padding: 0 2rem;
	margin-bottom: 3rem;
}

.reviews__comment--thumb {
	width: 100px;
}

.reviews__comment--content {
	width: 100%;
	position: relative;
}

.reviews__comment--content__date {
	border: 1px solid var(--border-color2);
	padding: 0 0.6rem;
	border-radius: 5px;
	height: 3.8rem;
	line-height: 3.6rem;
	font-size: 1.3rem;
}

.reviews__comment--content__title {
	font-weight: 600;
	margin-bottom: 0.8rem;
}

.reviews__comment--content .reviews__ratting {
	margin-bottom: 0.8rem;
}

.reviews__comment--content__desc {
	margin-bottom: 0;
}

.reviews__comment--list {
	border-bottom: 1px solid var(--border-color2);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.reviews__comment--list:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.reviews__comment--list.margin__left {
	margin-left: 3rem;
}

.reviews__comment--top {
	margin-bottom: 1rem;
}

.reviews__comment--reply__textarea {
	width: 100%;
	height: 100px;
	resize: none;
	padding: 1.2rem 1.5rem;
	border: 1px solid var(--border-color2);
	border-radius: 0.5rem;
}

.reviews__comment--reply__textarea:focus {
	border-color: #10649e;
}

.reviews__comment--reply__input {
	width: 100%;
	border: 1px solid var(--border-color2);
	height: 5rem;
	border-radius: 0.5rem;
	padding: 0 1.5rem;
}

.reviews__comment--reply__input:focus {
	border-color: #10649e;
}

.reviews__comment--btn {
	font-size: 1.5rem;
	line-height: 4rem;
	height: 4rem;
}

.product__details--gallery {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.blog__wrapper--sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.blog__sidebar--widget {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.blog__post--header.mb-30 {
	margin-bottom: 2.5rem;
}

.blog__post--meta {
	text-transform: capitalize;
}

.blog__post--meta__link {
	color: #10649e;
}

.blog__post--meta__link:hover {
	color: #10649e;
	text-decoration: underline;
}

.blog__thumbnail {
	line-height: 1;
}

.blog__details--content__subtitle {
	line-height: 2.6rem;
}

.blockquote__content {
	padding: 20px 30px;
	text-align: center;
	border-radius: 10px;
}

.blockquote__content--desc {
	font-size: 1.6rem;
	line-height: 2.8rem;
	font-style: italic;
	font-weight: 500;
}

.blog__tags--social__media {
	padding: 5rem 0;
}

.blog__tags--media__title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-right: 1rem;
}

.blog__tags--media__list {
	margin-right: 0.7rem;
}

.blog__tags--media__list:last-child {
	margin-right: 0;
}

.blog__tags--media__link {
	border: 1px solid var(--border-color2);
	background: var(--white-color);
	padding: 0.5rem 1.2rem;
	line-height: 2.5rem;
	border-radius: 0.3rem;
	text-transform: capitalize;
}

.blog__tags--media__link:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}

.meta__deta {
	font-weight: 500;
	margin-top: 0.6rem;
	font-size: 1.5rem;
}

.blog__social--media__title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-right: 1rem;
}

.blog__social--media__list {
	margin-right: 1rem;
}

.blog__social--media__list:last-child {
	margin-right: 0;
}

.blog__social--media__link {
	width: 3rem;
	height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #10649e;
	color: var(--white-color);
	border-radius: 50%;
}

.blog__social--media__link:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.related__post--area {
	margin-bottom: 50px;
}

.related__post--items:hover .related__post--img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.related__post--thumb {
	line-height: 1;
	overflow: hidden;
}

.related__post--title {
	font-size: 1.7rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
}

.related__post--deta {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.comment__reply--btn {
	height: 3.2rem;
	line-height: 3.2rem;
	padding: 0 2.2rem;
	font-size: 1.4rem;
	border: 0;
}

.comment__content--topbar {
	margin-bottom: 1rem;
}

.reviews__comment--content__title2 {
	font-weight: 600;
	line-height: 2.2rem;
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
}

.reviews__comment--content__date2 {
	font-size: 1.5rem;
	color: var(--text-gray-color);
}

.reviews__comment--area2.mb-50 {
	margin-bottom: 5rem;
}

.home__contact--info__items {
	border-bottom: 1px solid var(--border-color3);
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}

.home__contact--info__items:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.home__contact--info__items:hover .home__contact--info__icon {
	color: #10649e;
}

.home__contact--info__icon {
	margin-right: 1.5rem;
	padding-top: 0.2rem;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.home__contact--info__icon svg {
	width: 2.5rem;
}

.home__contact--map iframe {
	width: 100%;
}

.contact__form {
	background: var(--white-color);
	border-radius: 10px;
	-webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
	padding: 2rem;
}

.contact__form--title {
	font-weight: 600;
}

.contact__form--label {
	display: block;
	margin-bottom: 8px;
}

.contact__form--label__star {
	color: #10649e;
}

.contact__form--input {
	width: 100%;
	height: 45px;
	padding: 5px 15px;
	border-radius: 8px;
	border: 1px solid var(--border-color);
}

.contact__form--input:focus {
	border-color: #10649e !important;
}

.contact__form--textarea {
	width: 100%;
	height: 100px;
	padding: 12px 15px;
	border-radius: 8px;
	resize: none;
	border: 1px solid var(--border-color);
	font-family: "Twentieth Century", sans-serif;
}

.contact__form--textarea:focus {
	border-color: #10649e !important;
}

.contact__info {
	background: #10649e;
	width: 46rem;
	padding: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}

.contact__info--items {
	margin-bottom: 2.7rem;
}

.contact__info--items:last-child {
	margin-bottom: 0;
}

.contact__info--icon {
	margin-right: 1.2rem;
	color: var(--white-color);
	padding-top: 0.8rem;
}

.contact__info--content__title {
	font-weight: 600;
}

.contact__info--content__desc {
	font-size: 1.5rem;
	line-height: 2.6rem;
}

.contact__info--content__desc a:hover {
	color: var(--primary-color);
}

.contact__info--social__list {
	margin-right: 11px;
}

.contact__info--social__list:last-child {
	margin-right: 0;
}

.contact__info--social__icon {
	width: 3rem;
	height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--white-color);
	color: #10649e;
	border-radius: 50%;
}

.contact__info--social__icon:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.contact__map--iframe {
	width: 100%;
	height: 280px;
	margin-bottom: -7px;
}

.cart__table--inner {
	width: 100%;
	border-spacing: 0;
}

.cart__table--header__list {
	padding: 0 2rem 1.5rem 0;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid var(--border-color2);
	font-size: 1.4rem;
}

.cart__table--header__list:last-child {
	padding-right: 0;
}

.cart__table--header__list.text-center {
	text-align: center;
}

.cart__table--header__list.text-right {
	text-align: right;
}

.cart__table--body__list {
	border-bottom: 1px solid var(--border-color2);
	padding: 2rem 1.5rem 2rem 0;
}

.cart__table--body__list:last-child {
	padding-right: 0;
}

.cart__thumbnail {
	max-width: 10rem;
	line-height: 1;
}

.cart__content {
	padding-left: 1.5rem;
}

.cart__content--variant {
	display: block;
	margin-bottom: 0.5rem;
	line-height: 2.2rem;
	font-size: 1.3rem;
}

.cart__content--variant:last-child {
	margin-bottom: 0;
}

.cart__content--title {
	margin-bottom: 0.5rem;
	line-height: 2.2rem;
}

.cart__remove--btn {
	font-weight: 600;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	margin-right: 1rem;
	border-radius: 50%;
	border: 0;
	padding: 0;
}

.cart__remove--btn:hover {
	color: #10649e;
}

.cart__price {
	font-weight: 600;
}

.continue__shopping {
	padding-top: 2rem;
}

.continue__shopping--link {
	font-size: 1.5rem;
	font-weight: 600;
	color: #10649e;
}

.continue__shopping--clear {
	font-size: 1.5rem;
	font-weight: 600;
	color: #10649e;
	border: 0;
	padding: 0;
	background: inherit;
}

.cart__summary {
	-webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
	padding: 2rem;
	background: var(--white-color);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.cart__summary--total__table {
	width: 100%;
}

.coupon__code--title {
	font-size: 1.7rem;
	margin-bottom: 0.7rem;
	line-height: 2.4rem;
}

.coupon__code--desc {
	margin-bottom: 1.5rem;
}

.coupon__code--field__input {
	border: 1px solid var(--border-color);
	height: 4rem;
	padding: 0 1rem;
	width: 100px;
}

.coupon__code--field__input:focus {
	border-color: #10649e;
}

.coupon__code--field__btn {
	height: 4rem;
	line-height: 4rem;
	padding: 0 1rem;
	margin-left: 1.5rem;
	font-size: 1.4rem;
}

.cart__note--title {
	font-size: 1.7rem;
	margin-bottom: 0.7rem;
	line-height: 2.4rem;
}

.cart__note--desc {
	margin-bottom: 1.5rem;
}

.cart__note--textarea {
	border: 1px solid var(--border-color);
	height: 8rem;
	padding: 1rem;
	width: 100%;
	resize: none;
}

.cart__note--textarea:focus {
	border-color: #10649e;
}

.cart__summary--total__list {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart__summary--total__list:last-child {
	margin-bottom: 0;
}

.cart__summary--footer__desc {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.cart__summary--footer__btn {
	height: 4rem;
	line-height: 4rem;
	padding: 0 1.5rem;
	font-size: 1.4rem;
}

.wishlist__cart--btn {
	font-size: 1.4rem;
}

.checkout__mian {
	padding: 4rem 2rem 40px 0;
	width: 60%;
}

.checkout__mian--header {
	padding: 10px;
	background: #f5f7f8;
}

.checkout__mian--header ol li {
	padding: 0px 5px;
}

.checkout__mian--header ol li i {
	margin-left: 10px;
}

.checkout__sidebar {
	width: 40%;
	padding: 3rem 0 0 2rem;
	border-left: 1px solid var(--border-color2);
}

.checkout__breadcrumb {
	padding: 0;
	margin: 0;
}

.breadcrumb__link {
	font-size: 1.3rem;
	color: #10649e;
}

.readcrumb__chevron-icon {
	color: #737373;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0.6rem;
}

.breadcrumb__text {
	color: #737373;
	font-size: 1.3rem;
}

.breadcrumb__text.current {
	color: var(----black-color);
}

.order__summary--mobile__version {
	display: none;
}

.order__summary--toggle {
	width: 100%;
	text-align: left;
	background: var(--bg-gray-color);
	border: 0;
	border: 1px solid var(--border-color2);
	padding: 1.2rem;
}

.order__summary--toggle__inner {
	width: 100%;
}

.order__summary--toggle__text {
	color: #10649e;
}

.order__summary--toggle__icon {
	color: #10649e;
	vertical-align: middle;
	line-height: 1.5rem;
	margin-right: 1rem;
}

.summary__table {
	width: 100%;
}

.summary__table--items {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.summary__table--list {
	padding: 1rem 2rem 1rem 0;
	border-bottom: 1px solid var(--border-color2);
}

.summary__table--list:last-child {
	padding-right: 0;
}

details>summary {
	list-style: none;
}

details>summary::-webkit-details-marker {
	display: none;
}

.order__summary--final__price {
	float: right;
	font-size: 1.5rem;
	font-weight: 600;
}

.order__summary--section {
	background: var(--bg-gray-color);
	padding: 3rem 1rem 1rem;
}

.checkout__checkbox {
	position: relative;
}

.checkout__checkbox--input {
	position: absolute;
	left: -1px;
	top: 45%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	opacity: 0;
	cursor: pointer;
	z-index: 999;
}

.checkout__checkbox--input:checked~.checkout__checkbox--checkmark {
	background-color: #10649e;
	border: 1px solid#10649e;
}

.checkout__checkbox--input:checked~.checkout__checkbox--checkmark::before {
	display: block;
}

.radio-btn {
	width: 20px !important;
}


.checkout__checkbox--label {
	padding-left: 3rem;
	cursor: pointer;
}

.checkout__checkbox--checkmark {
	height: 1.8rem;
	width: 1.8rem;
	border: 1px solid var(--border-color);
	border-radius: 0.3rem;
	display: block;
	position: absolute;
	top: 44%;
	left: 0;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	background: var(--white-color);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.checkout__checkbox--checkmark::before {
	left: 0.5rem;
	top: 0.3rem;
	width: 0.5rem;
	height: 0.8rem;
	border: solid #fff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	display: none;
}

.checkout__input--field {
	width: 100%;
	border: 1px solid var(--border-color2);
	height: 4.5rem;
	padding: 0 1.5rem;
}

.checkout__input--field:focus {
	border-color: #10649e;
}

.section__header--title {
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.section__header--desc {
	margin-top: 0.5rem;
}

.layout__flex--item {
	color: var(--text-gray-color);
}

.layout__flex--item__link {
	color: #10649e;
}

.section__shipping--address {
	padding: 3rem 0 2rem;
}

.section__shipping--address.pt-10 {
	padding-top: 1rem;
}

.section__shipping--address.pt-0 {
	padding-top: 0;
}

.checkout__input--select {
	position: relative;
}

.checkout__input--select__field {
	width: 100%;
	border: 0;
	height: 4.5rem;
	padding: 1.6rem 1.5rem 0.5rem;
	border: 1px solid var(--border-color2);
	-webkit-appearance: none;
	cursor: pointer;
}

.checkout__input--select__field:focus {
	border-color: #10649e;
}

.checkout__select--label {
	position: absolute;
	top: 0.3rem;
	padding: 0 1.8rem;
	line-height: 2rem;
	font-size: 1.2rem;
}

.previous__link--content {
	margin-left: 2rem;
	color: #10649e;
}

.checkout__footer {
	border: 0;
}

.product__thumbnail {
	width: 7rem;
	border: 1px solid var(--border-color2);
	position: relative;
	line-height: 1;
}

.product__thumbnail--quantity {
	position: absolute;
	top: -6px;
	right: -5px;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background: #7f7f7f;
	color: var(--white-color);
	text-align: center;
	border-radius: 50%;
	font-size: 1.2rem;
}

.product__description {
	padding-left: 1.5rem;
}

.product__description--name {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 600;
	opacity: 0.9;
}

.product__description--variant {
	font-size: 1.2rem;
	color: var(--light-color);
	line-height: 2rem;
}

.checkout__product--table {
	margin-bottom: 2rem;
}

.checkout__product--table .cart__table--body__list {
	padding: 1rem 2rem 1rem 0;
}

.checkout__product--table .cart__table--body__list:last-child {
	padding-right: 0;
}

.checkout__discount--code {
	margin-bottom: 2.5rem;
	display: flex;
}

.checkout__discount--code__input--field {
	width: 100%;
	border: 1px solid var(--border-color2);
	height: 4rem;
	padding: 0 1.5rem;
}

.checkout__discount--code__input--field:focus {
	border-color: #10649e;
}

.checkout__discount--code__btn {
	height: 4rem;
	line-height: 4rem;
	margin-left: 2rem;
	padding: 0 2rem;
	font-size: 1.4rem;
}

.checkout__total {
	border-top: 1px solid var(--border-color2);
	padding-top: 1.2rem;
}

.checkout__total--table {
	width: 100%;
}

.checkout__total--calculated__text {
	font-size: 1.3rem;
	color: var(--text-gray-color);
}

.checkout__total--title {
	color: var(--text-gray-color);
}

.checkout__total--footer__list {
	padding-top: 3rem;
	position: relative;
}

.checkout__total--footer__list::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	top: 1.5rem;
	left: 0;
}

.checkout__total--footer__title {
	font-size: 1.6rem;
}

.checkout__total--footer__amount {
	font-size: 2.2rem;
	font-weight: 600;
}

.checkout__contact--information2 {
	border: 1px solid var(--border-color2);
	padding: 1rem 2rem;
}

.checkout__review {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--border-color2);
}

.checkout__review:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.checkout__review--label {
	color: #737373;
	width: 6.5rem;
}

.checkout__review--link__text {
	color: #10649e;
	border: 0;
	background: inherit;
	padding: 0;
}

.shipping__contact--box {
	border: 1px solid var(--border-color2);
	padding: 1rem 2rem;
}

.shipping__contact--box__list {
	display: table;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--border-color2);
}

.shipping__contact--box__list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.shipping__radio--input {
	display: table-cell;
	padding-right: 1.5rem;
}

.shipping__radio--label {
	display: table-cell;
	width: 100%;
}

.shipping__radio--label__primary {
	display: table-cell;
	width: 100%;
}

.shipping__radio--label__price {
	display: table-cell;
	text-align: right;
	padding-left: 1.5rem;
}

.checkout__content--step__inner3 {
	border: 1px solid var(--border-color2);
}

.checkout__address--content__header {
	border-bottom: 1px solid var(--border-color2);
	padding: 1rem 1.5rem;
}

.checkout__content--input__box--wrapper {
	padding: 1.5rem;
	background-color: #fafafa;
	border-radius: 0 0 0.5rem 0.5rem;
}

.checkout__input--field__button {
	position: absolute;
	padding: 0;
	border: 0;
	right: 1.2rem;
	top: 50%;
	background: inherit;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	line-height: 1;
}

.checkout__header--style3 {
	padding-left: 5.5rem;
}

.account__wrapper.account__wrapper--style4 {
	width: 100%;
}

.checkout__submission--icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 4rem;
	height: 4rem;
	border: 2px solid#10649e;
	border-radius: 50%;
	text-align: center;
	line-height: 3.8rem;
}

.checkout__submission--icon svg {
	color: #10649e;
}

.checkout__order--number {
	padding-bottom: 0.3rem;
}

.order__confirmed--area {
	border: 1px solid var(--border-color2);
	padding: 1.5rem;
}

.customer__information--title {
	margin-bottom: 1.2rem;
}

.customer__information--area {
	border: 1px solid var(--border-color2);
	padding: 1.5rem;
}

.customer__information--list {
	width: 50%;
	margin-right: 2rem;
}

.customer__information--list:last-child {
	margin-right: 0;
}

.customer__information--subtitle {
	font-size: 1.4rem;
	font-weight: 600;
}

.customer__information--step {
	margin-bottom: 1.2rem;
}

.customer__information--step:last-child {
	margin-bottom: 0;
}

.customer__information--text {
	font-size: 1.3rem;
	display: inline-block;
	line-height: 2.2rem;
}

.customer__information--text__link {
	font-size: 1.3rem;
	display: inline-block;
	line-height: 2.2rem;
}

.my__account--section__inner {
	background: var(--white-color);
	-webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
	padding: 3rem 2rem;
}

.account__left--sidebar {
	border-right: 1px solid var(--border-color2);
	padding-right: 3rem;
	margin-right: 3rem;
	width: 18rem;
}

.account__wrapper {
	width: calc(100% - 18rem);
}

.account__menu--list {
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	margin-bottom: 1.5rem;
}

.account__menu--list:last-child {
	margin-bottom: 0;
}

.account__menu--list:hover {
	color: #10649e;
}

.account__menu--list.active {
	color: #10649e;
}

.account__details.two {
	padding-top: 0;
}

.account__details--title {
	margin-bottom: 1rem;
}

.account__details--desc {
	color: var(--text-gray-color);
	line-height: 3rem;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

.account__details--link {
	color: #10649e;
	border-bottom: 1px solid#10649e;
	font-size: 1.5rem;
}

.account__details--link:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.new__address--btn {
	padding: 0 2.5rem;
}

.account__details--footer {
	margin-top: 2rem;
}

.account__details--footer__btn {
	background: var(--white-color);
	border: 1px solid var(--black-color);
	padding: 0 2.5rem;
	height: 4rem;
	line-height: 3.8rem;
	border-radius: 2.5rem;
	margin-right: 1rem;
	font-size: 1.5rem;
}

.account__details--footer__btn:last-child {
	margin-right: 0;
}

.account__details--footer__btn:hover {
	color: #10649e;
	border-color: #10649e;
}

.account__welcome--text {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.account__content--title {
	font-weight: 600;
}

.account__table {
	width: 100%;
	border: 1px solid var(--border-color2);
	border-spacing: 0;
	border-bottom: 0;
}

.account__table--header__child--items {
	text-align: left;
	border-bottom: 1px solid var(--border-color2);
	padding: 1.7rem 1.3rem;
	font-size: 1.5rem;
}

.account__table--header__child--items:last-child {
	text-align: right;
}

.account__table--body.mobile__block {
	display: none;
}

.account__table--body__child--items {
	border-bottom: 1px solid var(--border-color2);
	padding: 1.7rem 2rem;
	color: var(--text-gray-color);
}

.account__table--body__child--items:last-child {
	text-align: right;
}

.error__content--title {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	line-height: 3rem;
}

.error__content--desc {
	font-size: 1.5rem;
}

.account__login {
	background: var(--white-color);
	padding: 2.5rem;
	border-radius: 1rem;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.account__login--header__title {
	font-weight: 600;
}

.account__login--header__desc {
	font-size: 1.5rem;
	font-weight: 600;
}

.account__login--input {
	width: 100%;
	height: 4.8rem;
	border: 1px solid var(--border-color);
	border-radius: 0.5rem;
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
}

.account__login--input:focus {
	border-color: #10649e;
}

.account__login--btn {
	width: 100%;
	border-radius: 0.5rem;
	font-size: 1.5rem;
}

.account__login--signup__text {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--text-gray-color);
}

.account__login--signup__text button {
	padding: 0;
	background: inherit;
	border: 0;
	font-weight: 600;
}

.account__login--signup__text button:hover {
	color: #10649e;
}

.account__login--forgot {
	font-weight: 600;
	color: #10649e;
	font-size: 1.5rem;
	padding: 0;
	background: inherit;
	border: 0;
}

.account__login--forgot:hover {
	color: var(--primary-color);
}

.login__remember--label {
	font-size: 1.3rem;
	font-weight: 600;
}

.account__login--divide {
	text-align: center;
	position: relative;
	padding: 1rem 0;
}

.account__login--divide::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0.1rem;
	background: var(--border-color2);
	top: 50%;
	left: 0;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}

.account__login--divide__text {
	padding: 0 0.8rem;
	background: var(--white-color);
	position: relative;
	font-weight: 500;
	color: var(--light-color);
}

.account__social--link {
	height: 4.2rem;
	line-height: 4.2rem;
	padding: 0 2.5rem;
	color: var(--white-color);
	border-radius: 0.5rem;
	font-weight: 600;
	margin-right: 1rem;
}

.account__social--link.facebook {
	background: #4867aa;
}

.account__social--link.facebook:hover {
	background: #10649e;
	color: var(--white-color);
}

.account__social--link.google {
	background: #e94235;
}

.account__social--link.google:hover {
	background: #10649e;
	color: var(--white-color);
}

.account__social--link.twitter {
	background: #55adee;
}

.account__social--link.twitter:hover {
	background: #10649e;
	color: var(--white-color);
}

.account__social--link:last-child {
	margin-right: 0;
}

.compare__table {
	border: 1px solid var(--border-color2);
	border-spacing: 0;
	border-bottom: 0;
}

.compare__table--items__child {
	padding: 1.2rem;
	border-left: 1px solid var(--border-color2);
	border-bottom: 1px solid var(--border-color2);
}

.compare__table--items__child:first-child {
	border-left: 0;
}

.compare__table--items__child--header {
	padding: 1rem;
	border-bottom: 1px solid var(--border-color2);
	text-transform: uppercase;
	background: var(--gray-color2);
	font-size: 1.4rem;
	text-align: center;
}

.compare__product--title {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 1rem;
}

.compare__product--thumb {
	border-radius: 0.5rem;
}

.compare__remove {
	padding: 0;
	float: right;
	width: 100%;
	border: 0;
	background: inherit;
	color: var(--text-gray-color);
	margin-bottom: 5px;
}

.compare__remove:hover {
	color: #10649e;
}

.compare__description {
	color: var(--text-gray-color);
	padding: 0.5rem 0;
}

.compare__instock {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.compare__product--price {
	color: var(--text-gray-color);
}

.compare__cart--btn {
	border-radius: 0.5rem;
	text-transform: uppercase;
	padding: 0 1.8rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.3rem;
}

.face__step {
	margin-bottom: 3.5rem;
	padding-bottom: 3rem;
}

.face__step:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.face__step--title {
	font-weight: 600;
}

.faq__accordion--btn {
	-webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
	padding: 1.8rem 6rem 1.8rem 2rem;
	font-size: 1.5rem;
	border-radius: 0.5rem;
}

.faq__accordion--btn .accordion__items--button__icon {
	right: 1.5rem;
	pointer-events: none;
}

.ctn-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	pointer-events: none;
}

.ctn-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 4px solid var(--light-color2);
	border-top-color: var(--black-color);
	height: 9em;
	margin: 0 auto 3.5em auto;
	width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
	font-weight: 900;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--light-color2);
	font-size: 3.5rem;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	animation: letters-loading 5s infinite;
	color: var(--black-color);
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-animation: letters-loading 5s infinite;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.ctn-preloader .loader-section {
	background: var(--white-color);
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
	left: 0;
}

.ctn-preloader .loader-section.section-right {
	right: 0;
}

.loaded .animation-preloader {
	opacity: 0;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
}

.loaded .loader-section.section-left {
	-webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
	-webkit-transform: translateX(-101%);
	transform: translateX(-101%);
}

.loaded .loader-section.section-right {
	-webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {

	0%,
	100%,
	75% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
}

@keyframes letters-loading {

	0%,
	100%,
	75% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
}

.privacy__policy--content {
	margin-bottom: 2rem;
}

.privacy__policy--content:last-child {
	margin-bottom: 0;
}

.privacy__policy--content__title {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 0.8rem;
}

.privacy__policy--content__subtitle {
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-bottom: 0.8rem;
}

.privacy__policy--content__desc {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

[data-animation] .newsletter__popup--inner {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
	transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

[data-animation].newsletter__show .newsletter__popup--inner {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.newsletter__popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index: 999;
}

.newsletter__popup.newsletter__show {
	visibility: visible;
	opacity: 1;
}

.newsletter__popup.newsletter__show .newsletter__popup--inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.newsletter__popup--inner {
	position: relative;
	width: 88%;
	max-height: 80vh;
	border-radius: 10px;
	background: var(--white-color);
	-webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
	overflow: auto;
	cursor: default;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.newsletter__popup--close__btn {
	position: absolute;
	top: 4px;
	right: 4px;
	background: #10649e;
	color: var(--white-color);
	line-height: 2.8rem;
	border: 0;
	text-transform: uppercase;
	font-size: 1.2rem;
	border-radius: 50%;
	padding: 0;
	width: 3rem;
	height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.newsletter__popup--close__btn:hover {
	background: var(--primary-color);
}

.newsletter__popup--close__btn>* {
	pointer-events: none;
}

.newsletter__popup--thumbnail {
	width: 280px;
}

.newsletter__popup--box__right {
	width: 100%;
	padding: 4rem 2rem 2.2rem;
	text-align: center;
}

.newsletter__popup--title {
	margin-bottom: 1.3rem;
}

.newsletter__popup--content--desc {
	color: var(--text-gray-color);
	display: inline-block;
	line-height: 2.4rem;
	font-size: 1.5rem;
	margin-bottom: 1.6rem;
}

.newsletter__popup--subscribe__input {
	width: 100%;
	height: 4rem;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	padding: 0 15px;
}

.newsletter__popup--subscribe__input:focus {
	border-color: #10649e;
}

.newsletter__popup--subscribe__btn {
	width: 100%;
	height: 4rem;
	background: #10649e;
	color: var(--white-color);
	border: 0;
	padding: 0 2rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	margin-top: 1.5rem;
}

.newsletter__popup--subscribe__btn:hover {
	background: var(--primary-color);
}

.newsletter__popup--footer {
	margin-top: 1.2rem;
}

.newsletter__popup--dontshow__again--text {
	color: var(--text-gray-color);
	cursor: pointer;
	font-size: 1.4rem;
}

.header_topbar_right {
	position: relative;
	width: 100%;
	text-align: right;
}

.header_topbar_right ul {
	position: relative;
	list-style: none;
	display: inline-block;
}

.header_topbar_right ul li {
	position: relative;
	display: inline-block;
	line-height: 14px;
	padding: 0px 10px;
	border-left: 1px solid #666;
}

.header_topbar_right ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.header_topbar_right ul li:first-child {
	border-left: 0px solid #666;
}

.bottom_header {
	position: relative;
	width: 100%;
	box-shadow: 1px 3px 5px #ccc;
	background: #fff;
	border-top: 1px solid #ccc;
}

.top_offer {
	position: relative;
	width: 100%;
	text-align: center;
}

.top_offer a {
	position: relative;
	color: #000;
	font-size: 14px;
}

.ww_shipping {
	position: relative;
	width: 100%;
	background: #ede8d8;
	text-align: center;
}

.ww_shipping a {
	position: relative;
	color: #000;
	font-size: 14px;
}

.free_shipping {
	position: relative;
	width: 100%;
	text-align: center;
}

.free_shipping a {
	position: relative;
	color: #000;
	font-size: 14px;
}

.offer-banner-area {
	position: relative;
	width: 100%;
}

.product__section {
	position: relative;
	width: 100%;
	padding: 25px 0px;
}

.section_title {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 4px;
	padding: 5px;
}

/*
.section_title:after {
    height: 40px;
    left: 5px;
    right: 5px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 4px;
    position: absolute;
    content: '';
    top: 5px;
}*/
.section_title h2 {
	position: relative;
	font-size: 30px;
	float: left;
	text-align: left;
	font-weight: 500;
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	line-height: 39px;
	font-family: "Tiemann", serief;
	letter-spacing: 0.025em;
	opacity: 0.8;
	margin: 0px;
	padding: 0px;
}

.riview-tittle-star {
	position: relative;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.025em;
	line-height: 30px;
	font-family: cormorant, serif;
	font-weight: 400;
}

.product-name-tittle {
	display: block;
	font-size: 14px;
	font-family: "Cormorant", serif;
	letter-spacing: .2em;
	font-weight: 500;
	text-transform: uppercase;
}

.product_rating {
	margin-bottom: 2px;
}

.product_rating ul li {
	display: inline-block;
}

.product_rating ul li a {
	font-size: 13px;
	color: #10649e;
	font-family: "Cormorant", sans-serif;
}

.btn-shop-all {
	top: 10px;
	background: #333;
	color: #fff;
	position: absolute;
	padding: 1px 25px;
	right: 25px;
	font-size: 14px;
	border-radius: 4px;
	text-transform: uppercase;
}

.offer-banner-box {
	position: relative;
	width: 100%;
}

.offer-banner-box img {
	position: relative;
	width: 100%;
}

.video_section {
	position: relative;
	width: 100%;
}

.video_box {
	position: relative;
	width: 100%;
}

.video_box img {
	position: relative;
	width: 100%;
}

.video_text {
	position: relative;
	width: 100%;
	padding: 25px 50px 25px 25px;
}

.video_text h1 {
	position: relative;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

.video_text p {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	/* color: #000; */
	font-weight: 600;
}

.btn_stc {
	background: #000;
	color: #fff;
	padding: 10px 25px;
	border-radius: 30px;
	text-transform: uppercase;
}

.mb0 {
	margin-bottom: 0px;
}

.mt0 {
	margin-top: 0px;
}

.banner__section {
	position: relative;
	width: 100%;
}

.explore-more-area {
	position: relative;
	width: 100%;
}

.explore-more-box {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.explore-more-box img {
	position: relative;
	width: 100%;
}

.pd_top_15 {
	padding-top: 15px;
}

.pd_top_30 {
	padding-top: 30px;
}

.pd_bottom_15 {
	padding-bottom: 15px;
}

.pd_bottom_30 {
	padding-bottom: 30px;
}

.footer__section {
	position: relative;
	width: 100%;
	padding-top: 40px;
	background: #10649e;
	border-top: 1px solid #efeeec;
}

.footer__section .footer_widget {
	position: relative;
	width: 100%;
	min-height: 170px;
	padding-left: 50px;
	border-right: 1px solid #ccc;
}

.login__section--inner {
	position: relative;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.atc-box {
	position: relative;
	width: 100%;
	display: inline-block;
}

button.atc-wishlist {
	background: transparent;
	border: none;
	color: #10649e;
	font-weight: 800;
	font-size: 24px;
}

button.atc-bag {
	background: #10649e;
	border: none;
	color: #fff;
	font-weight: 500;
	font-family: "Cormorant", serif;
	line-height: 20px;
	font-size: 14px;
	padding: 6px 25px;
	border-radius: 10px;
	letter-spacing: 0.05em;
}

.shop__section .product__items {
	position: relative;
	width: 100%;
	border: 1px solid #f5f7f8;
	box-shadow: 0px 0px 5px #f5f7f8;
	margin-bottom: 15px;
}

.search-area {
	position: relative;
	width: 40%;
}

.search-area input {
	position: relative;
	width: 100%;
}

.footer-title {
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	text-transform: uppercase;
}

.footer_widget h1 {
	font-weight: 700;
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 26px;
	top: -30px;
	text-transform: uppercase;
}

.btn_stc {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	border-radius: 25px;
	color: #fff;
	padding: 5px 25px;
}

.video_text {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 50px;
}

.video_box {
	position: relative;
	width: 100%;
}

.copyright-area {
	position: relative;
	width: 100%;
	text-align: left;
	padding: 15px 0px;
	text-align: center;
}

.copyright-area p {
	position: relative;
	font-size: 16px;
	margin: 0px;
	color: #fff;
	text-align: left;
	margin: 15px 0px 0px 0px;
}

.popular-searched-area {
	position: relative;
	border-top: 1px solid #ccc;
	width: 100%;
	padding: 25px 0px;
}

.popular-searches-item h4 {
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	text-transform: uppercase;
}

.popular-searches-item ul {
	margin: 0px;
	position: relative;
	left: -15px;
	padding: 0px;
	list-style: none;
}

.breadcrumb_area {
	position: relative;
	padding: 15px 0px;
	width: 100%;
	background: #f7fbf2;
}

.popular-searches-item ul li {
	display: inline-block;
	position: relative;
	padding: 0px 15px;
}

.popular-searches-item ul li:after {
	position: absolute;
	width: 1px;
	height: 14px;
	right: 0px;
	background: #666;
	content: '';
}

.popular-searches-item ul li a {
	text-decoration: none;
	font-size: 14px;
}

.video_box img {
	position: relative;
	width: 100%;
}

.video_text h1 {
	position: relative;
	font-size: 32px;
	color: #000;
	margin: 0px 0px 25px 0px;
}

.video_text h1:after {
	position: absolute;
	height: 3px;
	bottom: -5px;
	content: '';
	left: 0;
	background: #000;
	width: 120px;
}

.border-right {
	border-right: none !important;
}

.service-featured-section {
	position: relative;
	width: 100%;
	background: #f9f9f9;
	padding: 30px 0px;
}

.service-featured-box {
	position: relative;
	width: 100%;
	text-align: center;
}

.service-featured-box p {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.service-featured-box img {
	position: relative;
	height: 60px;
	margin: 0px 0px 10px 0px;
	width: auto;
}

.tab_pane ul {
	margin: 0px;
	padding: 0px;
}

.tab_pane ul li {
	list-style: disc;
}

.tab_pane ul li p {
	line-height: 24px;
}

.group-box {
	position: relative;
	width: 100%;
	display: inline-block;
}

.group-box .product__variant--list {
	position: relative;
	width: auto;
	float: left;
}

.group-box .variant__input--fieldset {
	margin-right: 10px;
	float: left;
}

.vender-details-area {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.vender-details-area h2 {
	position: relative;
	font-size: 24px;
	margin: 0px 0px 15px 0px;
}

.vender-details-area p {
	position: relative;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

.vender-details-area p span {
	position: relative;
	font-size: 14px;
	margin: 0px;
	display: block;
	font-weight: 600;
}

.tab-pane.active {
	display: block;
	color: #000;
}

.user-dashboard {
	position: relative;
	width: 100%;
	background: #f2f7f8;
	padding: 25px 0px;
	margin-bottom: 50px;
	margin-top: 125px;
}

.user-dashboard .sidenav-tab .nav.nav-tabs {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.user-dashboard .sidenav-tab .nav.nav-tabs li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 15px 15px;
	width: 100%;
}

.user-dashboard .sidenav-tab .nav.nav-tabs li:last-child {
	border-bottom: 0px solid #ccc;
}

.user-dashboard .sidenav-tab .nav.nav-tabs li button {
	position: relative;
	display: block;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	background: transparent;
	width: 100%;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 13px 10px;
	font-weight: 600;
}

.user-dashboard .sidenav-tab .nav.nav-tabs li a {
	position: relative;
	display: block;
	color: #303030;
	text-transform: capitalize;
	font-size: 16px;
	background: transparent;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-weight: 300;
	border: none;
}

.user-dashboard .sidenav-tab .nav.nav-tabs li:hover a {
	border: none;
	outline: none;
}

.searchyourorder {
	position: relative;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.searchyourorder input {
	position: relative;
	width: 80%;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 6px;
}

button.srchord {
	border-radius: 0 6px 6px 0px;
	position: relative;
	z-index: 1;
	width: 15%;
	border: none;
	background: #10649e;
	color: #fff;
	margin: 0px;
	height: 37px;
	font-weight: 500;
	line-height: 32px;
	font-size: 15px;
	top: 1px;
	text-transform: uppercase;
	padding: 4px;
	margin-left: -10px;
}

.tab-text-box4u {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 20px;
	margin-top: 0px;
}

.sec-tittle.text-center {
	position: relative;
	margin-bottom: 25px;
	width: 100%;
	max-width: 700px;
	margin: 11px auto;
}

.profile-edit-details-page {
	display: none;
}

.sec-tittle p {
	margin-top: 20px;
	margin-bottom: 24px;
	letter-spacing: 0.5px;
}

.product__variant--list {
	position: relative;
	width: 100%;
	display: inline-block;
}

.product__variant--list fieldset {
	position: relative;
	float: left;
}

#reviews textarea {
	background-color: #fff;
	border-color: #e8e8e8;
	color: #333745;
	height: 125px;
	width: 100%;
}

#reviews .form-group {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

#reviews .form-group input {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.btn-review-submit {
	background-color: #f82e56;
	color: #fff;
	padding: 5px 25px;
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
	display: inline-block;
	border-color: magenta;
}

.comments-list {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.comments-list li {
	position: relative;
	width: 100%;
	list-style: none !important;
}

.comment {
	position: relative;
	width: 100%;
	padding: 5px 5px 15px 90px;
	margin-bottom: 15px;
	background: #f5f7f8;
}

.comment-user-pic {
	position: absolute;
	left: 10px;
	width: 70px;
	border-radius: 6px;
}

.comment-user-name {
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	margin: 5px 0px 5px 0px;
}

.comment-date {
	display: block;
	font-size: 14px;
	color: #999;
}

.product_stremming_box {
	position: relative;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	min-height: 350px;
}

.video_stremming_box {
	width: 100%;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.video_stremming_box>video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 100;
	background-position: 50%;
	background-size: cover;
	margin: auto;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.stremming_picture {
	position: absolute;
	bottom: 10px;
	left: 10px;
	box-shadow: 0px 0px 5px #000;
	width: 60px;
	z-index: 999;
	overflow: hidden;
	border-radius: 4px;
	height: 70px;
}

.stremming_picture img {
	width: 100%;
	height: 100%;
}

.stremming_item_name {
	color: #fff;
	position: absolute;
	z-index: 999;
	bottom: 30px;
	line-height: 18px;
	font-size: 15px;
	left: 80px;
}

.total_viewers {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 999;
	background: #0000008a;
	padding: 1px 5px;
	color: #fff;
	border-radius: 4px;
}

.pink_bg {
	position: relative;
	background: url(../images/pink-bg.jpg)0% 0% no-repeat;
	background-size: cover;
}

.btn-group-box {
	position: relative;
	width: 100%;
}

.btn-group-box {
	position: relative;
	width: 100%;
}


.curreny-wrap {
	position: relative;
}

.curreny-wrap img {
	height: 15px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.curreny-wrap p {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.currency-menu {
	position: absolute;
	width: 120px;
	background: #fff;
	padding: 5px;
	z-index: 9;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: none;
}

.curreny-wrap:hover .currency-menu {
	display: block;
}

.curreny-wrap select {
	position: relative;
	border: none;
	width: 50px;
}

.curreny-wrap .menu__arrowdown--icon {
	margin-left: 3px;
	position: absolute;
	top: 11px;
	right: 2px;
	display: none;
}

.search-area159 {
	position: absolute;
	width: 100%;
	padding: 30px;
	background: #fcfcfc;
	z-index: 9;
	display: none;
	top: 0px;
}

.search-box159 {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.search-box159 input {
	position: relative;
	width: 100%;
	padding: 5px 15px;
	border: none;
	height: 46px;
	background: transparent;
	border-bottom: 1px solid #ccc;
}

.search-box159 .btn-item-search {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 20px;
}

.search-box159 .btn-item-search img {
	width: 100%;
}

.closeSearch {
	position: absolute;
	left: -25px;
	top: 0px;
	width: 40px;
	height: 46px;
	background: transparent;
	border: none;
}

.closeSearch.right {
	position: absolute;
	right: 15px !important;
	top: 0px;
	left: inherit;
	width: 40px;
	height: 46px;
	background: transparent;
	border: none;
}

.openSerchArea {
	border: none;
	background: transparent;
	width: 40px;
	height: 40px;
	position: relative;
	top: 0px;
}

.openSerchArea img {
	width: 100%;
}

.closeSearchArea {
	position: absolute;
	right: -56px;
	border: navajowhite;
	background: transparent;
	height: 46px;
}

.header__account.header__account2.header__sticky--block {
	position: relative;
	width: 100%;
	padding-top: 29px;
	text-align: right;
}

.header__account.header__account2.header__sticky--block ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.header__account.header__account2.header__sticky--block ul li {
	position: relative;
	list-style: none;
	display: inline-block;
}
.main__logo {
    position: relative;
    padding: 2px 0px 0px 0px;
    height: 85px;
    width: 100%;
}

.main__logo img {
	position: relative;
	width: auto;
	height:65px;
	max-width: inherit;
}

.category-menu {
	position: relative;
	width: 100%;
	display: inline-block;
}

.category-menu ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.category-menu ul li {
	position: relative;
	display: inline-block;
	line-height: 70px;
}

.category-menu ul li a {
	position: relative;
	display: inline-block;
}

.menu-category-list {
	position: fixed;
	width: 100vw;
	height: auto;
	left: 0;
	right: 0;
	min-height: 450px;
	background: #f7f7f7;
	z-index: 9;
	top: 70px;
	box-shadow: 0px 0px 2px #ccc;
}

.category-menu ul li:hover .menu-category-list {
	display: inline-block;
}

.menu-category-listing {
	position: relative;
	width: 50%;
	float: left;
	height: 450px;
	background: #fff;
}

.menu-category-image {
	position: relative;
	width: 50%;
	padding: 100px;
	height: 50%;
	float: right;
	background: #f7f8f9f;
	text-align: center;
}

.menu-category-image img {
	position: relative;
	width: 100%;
	max-width: 300px;
}

.header__sub__sub--menu {
	position: absolute;
	right: -220px;
	width: 220px;
	top: 0;
	background: #fff;
	border-left: 2px solid #fff;
	padding: 10px;
	display: 0;
	display: none;
}

.header__sub--menu__items:hover .header__sub__sub--menu {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.header__sub--menu .header__sub--menu__items {
    padding: 5px 0px;
    margin-bottom: 0px;
    line-height: 26px;
    border-bottom: 1px solid #0d4368;
}
.header__sub--menu__items .header__menu--link {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff !important;
}
.our-story-section {
	position: relative;
	width: 100%;
	padding: 25px 0px;
}

.our-story-section {
	position: relative;
	width: 100%;
	padding: 25px 0px;
}

.our-story-text-box {
	position: relative;
	width: 100%;
	display: inline-block;
}

.our-story-text {
	position: relative;
	width: 100%;
}

.our-story-text-box .our-story-img {
	position: relative;
	width: 35%;
}

.our-story-text-box .our-story-img img {
	position: relative;
	width: 100%;
}

.our-story-text h1 {
	position: relative;
	font-size: 35px;
	text-transform: capitalize;
	margin: 0px 0px 17px 0px;
	font-family: "Tiemann", serif;
	letter-spacing: 0.025em;
	opacity: 0.7;
}

.manufactor_video_section {
	position: relative;
}

.play-btn-text {
	position: absolute;
	bottom: 42.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	border: none;
	background: #10649e;
	color: #fff;
	padding: 0px;
	border-radius: 50%;
	height: 55px;
	font-size: 23px;
	width: 55px;
	line-height: 55px;
	text-align: center;
}

.manufactor-video-title {
	margin-bottom: 14px;
	font-size: 35px;
	text-transform: capitalize;
	margin: 0px 0px 17px 0px;
	font-family: "Tiemann", serif;
	letter-spacing: 0.025em;
	opacity: 0.7;
	position: relative;
}

.our-story-text p {
	position: relative;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.025em;
	line-height: 30px;
	font-family: cormorant, serif;
	font-weight: 400;
}

.our-story-text a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px;
	text-decoration: underline;
}

.our-story-side-right {
	width: 100%;
	float: right;
	padding-left: 17%;
}

.our-story-side-right img {
	width: 100%;
	float: right;
}

.our-story-text {
	position: relative;
	width: 100%;
	display: block;
	padding: 0px 0px 0px 0px;
	margin-top: 60px;
	text-align: center;
}

.view_all_item {
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: underline;
}

.single-product-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.single-product-item:hover .button159 {
	opacity: 1;
}

.button159 {
	width: 100%;
	opacity: 0;
	background: #fff;
	bottom: 0px;
	padding: 5px 15px;
	position: absolute;
	text-align: center;
	z-index: 9;
}

.button159 a {
	width: 100%;
	background: #fff;
	bottom: 2px;
	position: relative;
	text-align: center;
	z-index: 9;
	border: 1px solid #ccc;
	line-height: 30px;
	text-transform: uppercase;
}

.button159:hover a {
	background: #000;
	bottom: 2px;
	color: #fff;
}

.front-image {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.single-product-item:hover .front-image {
	display: none;
}

.single-product-item:hover .swiper-wrapper {
	opacity: 1;
}

.fall-collection-section {
	position: relative;
	width: 100%;
	padding: 25px;
}

.fall-collection-side-left {
	position: relative;
	width: 100%;
	padding-right: 37%;
}

.fall-collection-side-left img {
	position: relative;
	width: 100%;
}

.fall-collection-side-left .small_image {
	position: absolute;
	right: -125px;
	top: 100px;
	width: 200px;
}

.fall-collection-img {
	position: relative;
	width: 100%;
}

.fall-collection-side-right .fall-collection-image-box {
	position: relative;
	width: 55%;
	float: right;
}

.fall-collection-side-right {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.fall-collection-side-right .fall-collection-image-box img {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.fall-collection-text {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 50px;
	margin-top: 75px;
}

.fall-collection-text h5 {
	position: relative;
	font-size: 16px;
	color: #303030;
}

.fall-collection-text h1 {
	position: relative;
	font-size: 36px;
	color: #000;
	margin: 0px 0px 30px 0px;
}

.fall-collection-text a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px;
	text-decoration: underline;
}

.home-category-section {
	position: relative;
	width: 100%;
	padding: 25px;
}

.home-category-text-box {
	position: relative;
	width: 100%;
	padding: 25px;
}

.home-category-side-left {
	position: relative;
	width: 100%;
	display: inline-block;
}

.category-side-left-img {
	position: relative;
	width: 47.5%;
	float: left;
}

.category-side-left-img img {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.category-side-left-img a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: underline;
}

.category-side-rigth-img {
	position: relative;
	width: 47.5%;
	float: right;
}

.category-side-rigth-img img {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.category-side-rigth-img a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: underline;
}

.home-category-text-box h2 {
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 26px;
	font-weight: 400;
	border: none;
}

.home-category-side-right {
	position: relative;
	width: 100%;
}

.home-category-side-right img {
	position: relative;
	width: 100%;
}

.home-category-side-right a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: underline;
}

.every-detail-metter-section {
	position: relative;
	width: 100%;
	padding: 50px 0px;
}

.every-detail-metter-side-left {
	position: relative;
	width: 100%;
	padding-right: 30%;
}

.every-detail-metter-side-left img {
	position: relative;
	width: 100%;
	padding-right: 25px;
}

.every-detail-metter-image-box {
	position: absolute;
	width: 100%;
	background: #f5f7f8;
	padding: 40px;
	bottom: 0;
}

.every-detail-metter-image-box img {
	position: relative;
	width: 100%;
}

.every-detail-metter-side-right {
	position: relative;
	width: 100%;
	display: inline-block;
	height: 100%;
}

.every-detail-metter-text {
	position: relative;
	width: 100%;
}

.every-detail-metter-text a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: underline;
}

.innove-section {
	position: relative;
	width: 100%;
	padding: 50px 0px;
}

.innove-side-right {
	position: relative;
	width: 100%;
	min-height: 400px;
}

.innove-side-left {
	position: relative;
	width: 100%;
	height: 100%;
}

.innove-side-left img.innove-left-img {
	position: absolute;
	width: 48.5%;
	bottom: 0;
	left: 0;
	float: left;
}

.innove-side-left img.innove-right-img {
	position: absolute;
	width: 48.5%;
	bottom: 0;
	right: 0;
	float: right;
}

.innove-text {
	position: absolute;
	bottom: 0;
	padding: 50px;
}

.footer-logo-area {
	position: relative;
	width: 100%;
	padding: 40px;
	text-align: center;
}

.footer_logo--img {
	position: relative;
	height: 60px;
}

.footer-signup-signin-area {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
}

.footer-signup-offer-box {
	position: relative;
	width: 50%;
	height: 80px;
	display: inline-block;
	float: left;
}

.footer-signup-offer-box p {
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	margin: 28px 0px 0px 0px;
}

.footer-mailing-box {
	position: relative;
	width: 50%;
	display: inline-block;
	float: right;
	border-left: 1px solid #ccc;
}

.footer-mailing-box input {
	position: relative;
	width: 100%;
	padding: 0px 50px;
	border: none;
	height: 80px;
}

.footer-menu-list {
	position: relative;
	width: 100%;
	max-width: 960px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.footer-menu-list ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.footer-menu-list ul li {
	position: relative;
	display: inline-block;
	padding: 45px 50px;
}

.footer-menu-list ul li a {
	position: relative;
	font-size: 14px;
	text-decoration: none;
}

.bottom-footer {
	border-top: 1px solid #ccc;
	color: #fff;
}

.bottom-footer a {
	text-decoration: nono;
	color: #fff;
}

.footer-social-media-list {
	position: relative;
	width: 100%;
	max-width: 960px;
	display: block;
	text-align: left;
	margin: 0 auto;
}

.footer-social-media-list ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.footer-social-media-list ul li {
	position: relative;
	display: inline-block;
	padding: 30px 5px;
}

.footer-social-media-list ul li a {
	position: relative;
	font-size: 14px;
	text-decoration: none;
}

.footer-pv-tc-list {
	position: relative;
	width: 100%;
	max-width: 960px;
	display: block;
	text-align: right;
	margin: 0 auto;
}

.footer-pv-tc-list ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.footer-pv-tc-list ul li {
	position: relative;
	display: inline-block;
	padding: 30px 25px;
}

.footer-pv-tc-list ul li a {
	position: relative;
	font-size: 14px;
	text-decoration: none;
}

.footer_social_logo--img {
	height: 36px;
}

/*==================================================
Custom css by Rajeev singh
==================================================*/
.footerMenuList {
	position: fixed;
	width: 100%;
	background: #fff;
	display: none;
	z-index: 99999;
	bottom: 0;
	padding: 10px 0px;
}

.footerMenuList ul {
	position: relative;
	width: 100%;
}

.footerMenuList ul li {
	position: relative;
	width: 20%;
	text-align: center;
	float: left;
}

.MenuListBox {
	position: fixed;
	bottom: 55px;
	left: 0;
	right: 0;
	width: 100%;
	height: 80vh;
	display: none;
	padding: 25px 25px;
	z-index: 9;
	background: #fff;
}

.fml-icon {
	display: block;
}

.fml-icon img {
	display: inline-block;
	height: 25px;
}

.fml-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    color: #000;
}

.items__count_value {
	position: absolute;
	top: -5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #303030;
	border-radius: 50%;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
}

.closeMenuListBox {
	position: absolute;
	right: 0;
	background: transparent;
	border: none;
	width: 32px;
	height: 32px;
	top: 5px;
}

.closeMenuListBox img {
	position: relative;
	width: 100%;
	height: auto;
}

.MenuListBox ul {
	width: 100%;
	position: relative;
	list-style: none;
}

.MenuListBox ul {
	width: 100%;
	position: relative;
	list-style: none;
}

.MenuListBox ul li {
	width: 100%;
	line-height: 26px;
}

.MenuListBox ul li a {
	font-size: 14px;
	text-decoration: none;
	position: relative;
	display: block;
	width: 100%;
}

.plusIcon {
	position: absolute;
	right: 10px;
}

.minusIcon {
	position: absolute;
	right: 10px;
	display: none;
}

.OpenSecondLevel.shi .plusIcon {
	display: none;
}

.OpenSecondLevel.shi .minusIcon {
	display: inline-block;
}

.secondLevel {
	display: none;
	width: 100%;
	position: relative;
	padding-left: 15px;
}

.thirdLevel {
	display: none;
	position: relative;
	width: 100%;
	padding-left: 15px;
}

.OpenThirdLevel.thi .plusIcon {
	display: none;
}

.OpenThirdLevel.thi .minusIcon {
	display: inline-block;
}

.header-icon {
	height: 30px;
}

.single-product-item-image-box {
	position: relative;
	width: 100%;
}

.grid-product__product-label {
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 18px;
	background: #fff;
	padding: 0px 9px;
	font-size: 11px;
	font-family: "Cormorant", serif;
	opacity: 0.9;
}

.single-product-back-image {
	position: relative;
	width: 100%;
	height: auto;
	display: none !important;
}

.btn-all {
	position: relative;
	margin-top: 25px;
}

.shop-btn {
	border: 1px solid #ccc;
	padding: 5px 25px;
	font-size: 12px;
	font-family: "Cormorant", serif;
	letter-spacing: .2em;
	opacity: 0.9;
	cursor: pointer;
	display: inline-block;
}

.blog-content.text-center {
	position: relative;
	padding: 19px 0px 1px;
}

.shop-btn:hover {
	border: 1px solid #000;
}

.single-product-front-image {
	position: relative;
	width: 100%;
	height: auto;
}

.single-product-item-image-box:hover .single-product-front-image {
	display: none;
}

.single-product-item-image-box:hover .single-product-back-image {
	display: inline-block !important;
}

.sustabable-box {
	position: relative;
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.sustabable-icon {
	padding-right: 18px;
}

.sustabable-icon img {
	width: 50px;
}

.sustabable-title {
	position: relative;

}

.sustabable-title h4 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.sustabable-title {
	position: relative;
	padding-top: 0px;
}

.product__items--content__title {
	position: relative;
	display: block;
	font-size: 14px;
	font-family: "Cormorant", serif;
	letter-spacing: .2em;
	font-weight: 500;
	text-transform: uppercase;
}

.about-page-section {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.about-text-box .blog-title {
	position: relative;
	font-size: 35px;
	text-transform: capitalize;
	margin: 0px 0px 17px 0px;
	font-family: "Tiemann", serif;
	letter-spacing: 0.025em;
	opacity: 0.7;
}

.about-text-box p {
	position: relative;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.025em;
	line-height: 30px;
	font-family: cormorant, serif;
	font-weight: 400;
	text-align:justify;
}
.heading-text {
    font-size: 24px;
    margin: 0px 0px 15px 0px;
    color: #10649e;
}
.adtional-page-section {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.contact-page-section {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.about-text-box {
	position: relative;
	padding-top: 30px;
	padding-left: 20px;
}

.contact-form-box {
	position: relative;
	padding: 20px;
}

.contact__fields .field {
	position: relative;
	margin-bottom: 15px;
}

.contact__fields .field label {
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
}

.contact__fields .field input {
	width: 100%;
	height: 42px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	display: block;
}

.contact__fields .field textarea {
	width: 100%;
	border: 1px solid #000;
	padding: 10px 17px;
	border-radius: 8px;
}


.blog-content .blog-title {
	font-size: 14px;
	line-height: 25px;
	font-family: "Cormorant", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #333;
}

.contact-form-box h1 {
	font-size: 25px;
	margin-bottom: 0px;
	padding-bottom: 11px;
}

.login__section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 40px;
}


.adtional-page-text h2 {
	font-size: 25px;
	padding-bottom: 9px;
	position: relative;
}

.adtional-page-text ul li {
	text-align: justify;
	font-size: 15px;
	padding: 5px 0px;
	line-height: 24px;
}

.contact__button .button {
	padding: 7px 25px;
	border-radius: 4px;
	background: #10649e;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
	float: right;
}

.contact-form-box.user-form {
	width: 100%;
	max-width: 600px;
	position: relative;
	padding: 0px !important;
}

.blog-detail-section {
	position: relative;
	width: 100%;
	padding: 50px 0;
}

.contact__fields {
	position: relative;
	padding-top: 10px;
}

.welcome-tittle {
	border-bottom: none !important;
	letter-spacing: 3px;
	font-size: 30px !important;
}

.welcome-paragraph {}

.content {
	position: relative;
	padding-top: 15px;
}

.desc p {
	text-align: justify;
}

.related-blog-box {
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: 17px;
	align-items: center;
}

.related-thumb-img-box {
	position: relative;
	width: 40%;
	float: left;
	display: inline-block;
}

.related-title-box {
	position: relative;
	float: left;
	width: 53%;
	padding-left: 10px;
}

.related-title-box h3 {
	font-size: 14px;
	color: #000;
}

.related-blog-list-box h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.blog_title h2 {
	position: relative;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	line-height: 39px;
	font-family: "Tiemann", serief;
	letter-spacing: 0.025em;
	opacity: 0.8;
	margin: 0px;
	padding: 0px;
}

.blog_title {
	position: relative;
	margin-bottom: 15px;
}

.otp-btn2 {
	position: relative;
	margin-right: 10px;
}

.view-details {
	position: relative;
	padding: 0px 20px;
}

.profile-tittle {
	font-size: 20px;
	padding-bottom: 6px;
	text-transform: capitalize;
	font-weight: 300;
}

.view-profile {
	position: relative;
}

.information-tittle {
	font-size: 18px;
	text-transform: capitalize;
	padding-bottom: 7px;
	font-weight: 400;
}

.view-profile p {
	margin-bottom: 3px !important;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

.edit-text {
	position: relative;
	width: 100%;
	padding-top: 12px;
}

.edit-btn {
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
	color: #10649e;
}

button#btn-back {
	border: none;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
	background: transparent;
}

button#btn-edit {
	border: none;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
	background: transparent;
}

.edit-page-card {
	position: relative;
	padding: 15px;
	background: #fafafa;
	width: 100%;
	display: inline-block;
}


.page_title_goes_here {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.page_title_goes_here h1 {
	position: relative;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.right_arrow {
	position: absolute;
	right: 15px;
	top: 18px;
}

.right_arrow img {
	height: 16px;
}

.user-dashboard .sidenav-tab .nav.nav-tabs li.active {
	background: #f4f4f4;
}

.user-dashboard .sidenav-tab .nav.nav-tabs li.active a {
	font-weight: 600;
}

.user-dashboard .sidenav-tab {
	position: relative;
	width: 100%;
	background: #fafafa;
	/* margin-left: -18px; */
	height: auto;
	margin-top: 0px;
	box-shadow: 0px 0px 10px #e9e9e9;
	border-radius: 4px;
}

.order-page357 {
	position: relative;
	padding: 15px;
	width: 100%;
	height: 100%;
	background: #fafafa;
}
.address-page159 {
	position: relative;
	width: 100%;
	padding: 15px;
	background: #fafafa;
	height: 100%;
}
.add-address-box {
	position: relative;
	width: 100%;
	display: none;
}
.show-address-box {
	position: relative;
	width: 100%;
	display: inline-block;
}
.address-list-box {
	position: relative;
	width: 50%;
	float:left;
	display: inline-block;
	margin-bottom: 15px;
}
.address-list-box h4 {
	position: relative;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.btn-add-address {
	position: relative;
	background: transparent;
	border: 1px solid #ccc;
	padding: 5px 25px;
}

.add-address-box input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 15px;
	height: 44px;
}

.add-address-box .col-lg-6 {
	margin-bottom: 10px;
}

.add-address-box label {
	width: 100%;
	display: block;
	text-transform: uppercase;
}

.add-address-box .field {
	position: relative;
	width: 100%;
}

.add-address-box .checkout__checkbox--input {
	width: auto !important;
	position: absolute;
	left: 0;
	height: 16px !important;
	display: inline-block;
	top: 12px;
	/* -webkit-transform: translatey(-50%); */
	/* transform: translatey(-50%); */
	opacity: 1;
	cursor: pointer;
	z-index: 999;
	padding: 0 !important;
}

.add-address-box .checkout__checkbox--label {
	padding-left: 20px !important;
	cursor: pointer;
}

.address-option357 {
	position: relative;
	width: 100%;
	display: block;
}

.address-option357 {
	position: relative;
	width: 100%;
	display: block;
}

.address-option357 input[type="radio"] {
	width: 16px !important;
	display: inline-block;
	height: auto;
}

.address-option357 label {
	display: inline-block;
	width: auto;
}

.btn-show-address {
	background: transparent;
	border: none;
	text-decoration: underline;
	position: absolute;
	bottom: 5px;
	font-size: 20px;
}

.video-js {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*.fullscreen-video-wrap {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	min-width: 100%;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	overflow: hidden;*/
/*}*/

/*.video-box {*/
/*	display: flex;*/
/*	height: 500px;*/
/*	position: relative;*/
/*}*/

.video-box video{
    object-fit:cover;
}
.product-images-box {
	position: relative;
	margin-bottom: 15px;
}

.product-images-box.product-high img {
	position: relative;
	height: 400px;
}

.testimonial__slider--section {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #f9f9f9;
}

.image-details {
	display: block;
}

.testiswipper {
	position: relative;
}

.testimonial__slider--items {
	display: block;
	opacity: 1;
	left: 0px;
	padding: 25px 0px;
	transform: translateX(0%);
}

.three-item .testimonials-slider__text {
	transform: scale(.90);
	transition: transform .5s ease, box-shadow .5s ease;
	margin: 0;
	padding: 30px;
	background: #fff;
	color: #000;
}

.three-item .active.center .testimonials-slider__text {
	transform: scale(1.1);
	box-shadow: 0 0px 15px #0000001a;
	transition: transform .5s ease, box-shadow .5s ease;
	margin: 0;
	padding: 30px;
	background: #fff;
	color: #000;
	z-index: 99;
}

.hero__slider--items img {
	width: 100%;
	padding-top: 95px;
}

.hero__slider--section {
	position: relative;
	width: 100%;
	padding-top: 0px;
}

.three-item .testimonial__slider--items {
	text-align: center;
}

.four-item .owl-nav {
	position: absolute;
	width: 100%;
	top: 35%;
}

.four-item .owl-nav .owl-prev {
	width: 40px !important;
	position: absolute;
	left: 0;
	background: #ccc !important;
	height: 40px !important;
	font-size: 32px !important;
}

.four-item .owl-nav .owl-prev span {
	position: relative;
	top: -2px;
}

.four-item .owl-nav .owl-next {
	position: absolute;
	right: 0;
	width: 40px !important;
	background: #ccc !important;
	height: 40px !important;
	font-size: 32px !important;
}

.four-item .owl-nav .owl-next span {
	position: relative;
	top: -2px;
}

.products-wrapper {
	position: relative;
	width: 100%;
}

.price_text159 {
	position: relative;
	font-size: 12px;
	margin: 0px;
	font-style: italic;
	padding: 0px;
}

.size_text489 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0px 8px 0px 0px;
}

.size_avl357 {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 13px;
	text-align: center;
}

.AddCart.button.quickview__cart--btn.primary__btn {
	text-transform: uppercase;
	height: 42px;
	line-height:42px;
}

.product__details--info__custom--size {
	position: relative;
	width: 100%;
	margin: 15px 0px 10px 0px;
}

.product__details--info__custom--size {
	position: relative;
	width: 100%;
}

.custom--size1257 {
	width: 100%;
	position: relative;
	height: 42px;
	background: #ccc;
	viewport-fit: #fff;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
}

.product__details--info__keyfeatures {
	width: 100%;
	position: relative;
}

.product__details--info__keyfeatures ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.product__details--info__keyfeatures ul li {
	width: 100%;
	display: block;
	line-height: 24px;
	font-size: 14px;
}

.star_review571 {
	position: relative;
	width: 100%;
	margin: 0px;
}

.sizeChartBox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000087;
	z-index: 999;
	display: none;
}
.view-widthderaw-box-image {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 850px;
}

.btn-close-sizeChartBox {
	position: absolute;
	right: 0px;
	top: 0px;
}

.img-sizeChart {
	
	height: auto;
	width: auto;
}

.organic--COTTON {
	font-size: 16px;
	font-weight: 600;
}

/*=====================================
Code by Ganesh
=====================================*/
.footer__section .footer-widget {
	position: relative;
}

.footer__section .footer-column {
	position: relative;
	margin-bottom: 10px;
}

.footer__section .footer-column .widget-title {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 0.025em;
	padding-bottom: 15px;
	margin-bottom: 0px;
	font-family: "Cormorant", serif;
}

.footer-contact_info {
	position: relative;
	margin-top: 0px;
}

.footer-contact_info>ul>li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.useful-link1 li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 7px;
	padding: 10px 0;
}

.footer-contact_info>ul>li>i {
	position: absolute;
	left: 0;
	top: 58%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
}

.footer-contact_info>ul>li>span {
	cursor: text;
	margin-right: 5px;
	color: #fff;
	font-family: "Cormorant", serif;
	letter-spacing: 0.025em;
	font-size: 15px;
}

.footer-contact_info ul li a {
	color: #fff;
	font-family: "Cormorant", serif;
	letter-spacing: 0.025em;
	font-size: 15px;
}

.footer-contact_info>ul>li .cellphone-number_area {
	display: inline-block;
	vertical-align: middle;
}

.main-footer .lnks-widget {
	position: relative;
	padding-left: 30px;
}

.user-links {
	position: relative;
	margin-top: 0px;
}

.user-links li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 6px 0;
}

.user-links li a {
	position: relative;
	padding-left: 0px;
	display: block;
	color: #ffffff;
	font-family: "Cormorant", serif;
	letter-spacing: 0.025em;
	font-size: 15px;
	transition: all 300ms ease;
}

.news-tittle {
	font-family: "Cormorant", serif;
	letter-spacing: 0.025em;
	font-size: 15px;
	color: #fff;
}

.footer__newsletter {
	display: inline-block;
	position: relative;
	width: 100%;
}

.footer__newsletter-input {
	background-color: #192c21;
	border: 0;
	border-bottom: 0;
	border-bottom-color: #fff;
	border-radius: 0;
	color: #fff;
	padding: 5px 20px;
	width: 100%;
	border-radius: 25px;
	height: 44px;
}

.footer__newsletter-btn {
	color: #fff;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	border-radius: 0px 25px 25px 0px;
	font-size: 16px;
	border: none;
	background: #010101;
	width: 89px;
	top: 0;
	text-transform: uppercase;
	height: 100%;
}

.footer__newsletter-input:focus {
	outline: none;
}

.footer__newsletter-input::placeholder {
	color: #fff;
}

.sustabable-section {
	position: relative;
	width: 100%;
	padding: 40px 0px;
}

.about-front .our-story-side-right {
	padding-top: 120px;
}


.page-about-section {
	position: relative;
	width: 100%;
	background: #fbfbfb;
	padding: 70px 0px;
}

.about-content-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.about-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    border: 10px solid #f0eeee;
    padding: 25px 25px 0px 25px;
}
.about-img-box img {
	position: relative;
	width: 100%;
}

.content-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	text-align: center;
	padding: 0px 65px;
}

.content-box h1 {
	font-size: 22px !important;
	line-height: 1.3em !important;
	letter-spacing: .6px !important;
	color: #3b3939 !important;
	text-transform: none !important;
	font-weight: 600 !important;
}

.content-box img {
	height: 80px;
}

.content-box .sinceYears {
	font-size: 16px !important;
	line-height: 1.5em !important;
	letter-spacing: 0px !important;
	color: #161616 !important;
	text-transform: none !important;
	font-weight: 600 !important;
	padding-top: 17px !important;
}

.btn-about-more {
	font-size: 15px !important;
	text-transform: none !important;
	font-weight: 600 !important;
	background-color: #000 !important;
	color: #fff !important;
	display: inline-block;
	padding: 10px 35px;
}

.about-newsLetter-section {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 70px 0px;
}

.about-newsLetter-box {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.about-newsLetter-box input {
	position: relative;
	width: 70%;
	height: 44px;
	padding: 5px 15px;
	border: 2px solid #303030;
}

.about-newsLetter-box .btn-newsletter-submission {
	position: relative;
	width: 29%;
	height: 44px;
	padding: 5px 15px;
	border: 2px solid #303030;
	background: #10649e;
	color: #fff;
	text-transform: uppercase;
}

.productImageGalleryBox {
	position: relative;
	width: 100%;
	display: inline-block;
}

.about-page-second {
	position: relative;
	padding-top: 30px;
}

.blog-image-box img {
	height: 300px;
	width: 100%;
}

.form-control.showfield {
	line-height: 4.4rem;
	margin-bottom: 12px;
	border-radius: 6px;
	font-size: 14px;
	border: 1px solid #e7e7e7;
}

.form-control.showfield:focus {
	font-size: 16;
}

.checkout__page--area {
	position: relative;
	padding-top: 80px;
}

.continue__shipping--btn.btn-proceed {
	text-align: right;
	float: right;
	display: inline-block;
}

.rado-btn {
	position: relative;
	margin-right: 10px;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-top: 14px;
}

.rado-btn1 {
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-top: 14px;
}

.previous__link--content.primary__btn {
	color: #fff;
}

.modal_container {
	background: #fff;
	width: 400px;
	max-width: 90%;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	transform: translateY(-100%);
	transition: all .3s ease-in-out;
	border: 4px solid #10649e;
}

.Modal_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-in-out;
	z-index: 99;
}

.action {
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.modal_container button.close {
	position: absolute;
	right: -13px;
	top: -14px;
	width: 36px;
	font-size: 32px;
	border: none;
	outline: none;
	cursor: pointer;
	height: 36px;
	background: #10649e;
	color: #fff;
	border-radius: 50%;
}

.active {
	opacity: 1;
	pointer-events: auto;
}

.Modal_wrapper.active .modal_container {
	transform: translateY(0px);
}

.check-ster {
	height: 14px;
	width: 14px;
	line-height: 17px;
	border: 1px solid #000;
}

.form-box-star {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

span.star-review159.pupstar {
	font-size: 15px;
	padding-left: 11px;
	color: #10649e;
}

span.star-review159.pupstar1 {
	font-size: 15px;
	padding-left: 1px;
	color: #10649e;
}

button.btn-substar {
	border: none;
	background: #10649e;
	padding: 6px 25px;
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	cursor: pointer;
	display: block;
}

.review-btn.btn-purple {
	background: #fff;
	border: none;
	outline: none;
	color: #10649e;
}

.product__items--img.product__primary--img {
	height: auto !important;
	width: auto !important;
}

.cart-product-table {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
}
.cart-image {
	width: 18%;
	display: inline-block;
	float: left;
}
.cart-text {
    display: inline-block;
    float: left;
    width: 80%;
    padding: 0px 15px 0px 25px;
}
.item_name.name-text1 {
	font-size: 17px;
	margin-bottom: 4px;
	font-weight: 600;
}

.cart__price.cart-price555 {
	padding: 0px 0px 5px;
	font-weight: 500;
}

.size-two-qwantity {
	display: flex;
	align-items: center;
}

.cart__price.price-button {
	margin-bottom: 0px;
	border: 1px solid #10649e;
	padding: 3px 12px;
	margin-right: 8px;
	color: #000;
	border-radius: 4px;
	background: transparent;
}

.remove {
    position: relative;
    border-top: 1px solid #ccc;
    margin-top: 3px;
    padding-top: 2px;
}

.cart__price.end {
	font-size: 15px;
	padding: 8px 0px 4px;
	margin-bottom: 0px;
	color: #000;
	font-weight: 500;
}
.MenuListBox .accordion-item {
    border: 0px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px;
}
.MenuListBox .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 15px;
    font-size: 17px !important;
    color: #10649e;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    text-transform: uppercase;
}
.MenuListBox .accordion-body ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 15px;
    list-style: none;
    margin-top: 5px;
}
.MenuListBox .accordion-button::after{
    background-image: unset!important;
}
.MenuListBox .accordion-body ul li {
    position: relative;
    width: 100%;
    list-style: none;
    line-height: 28px;
    padding-left: 15px;
     background-color:transparent;
    margin-bottom: 2px;
    color: #000;
    line-height: 36px;
    border-radius: 4px;
}
.MenuListBox .accordion-body ul li a {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #10649e;
}
.MenuListBox .accordion-button:focus {
    box-shadow: none;
}
.MenuListBox .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: none;
}
.MenuListBox .accordion-body {
    padding: 0;
}
.riview-sec-box {
    position: relative;
    margin-top: 12px;
}
.button-riview-btn {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    background: #10649e;
    padding: 8px 25px;
    color: #ffff;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 2px;
}
.riview-sec {
    position: relative;
    padding: 10px 0px 11px;
}
.riview-paragraph {
    position: relative;
    text-align: justify;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.02em;
    padding: 3px 0px;
}
.first-riview-sec {
    position: relative;
    margin-bottom: 10px;
}
.riview-tittle {
    font-size: 19px;
    margin-bottom: -5px;
}
.comment-area-box{
    margin-top:20px;
    width: 100%;
    border: 1px solid #000;
    padding: 10px 17px;
    border-radius: 8px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.popup  .close {
    position: absolute;
    top: 20px;
    right: 45px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.popup .close:hover {
    color: #bbb;
}
.product__details--info__size {
    display: flex;
    align-items: center;
}
            .order-page357 table {
            width: 100%;
            border-collapse: collapse;
            }
            .order-page357 th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: top;
            }
            .order-page357 th {
            background-color: #f2f2f2;
            font-weight: bold;
            }
            .order-page357 tr:nth-child(even) {
            background-color: #f9f9f9;
            }
            .order-page357 tr:hover {
            background-color: #ddd;
            }
            
.order-page357-mview {
    position: relative;
    width: 100%;
    display:none;
}
.mview-order-group {
    position: relative;
    width: 100%;
    display: inline-block;
}
.productImgMview {
    position: relative;
    width: 30%;
    float: left;
    min-height: 110px;
    background: #fff;
}
.productImgMview img{
    position: relative;
    width: 100%;
    min-height: 110px;
}
.productDescMview {
    position: relative;
    width: 70%;
    float: left;
    padding: 10px 0px 0px 10px;
}
.ordId {
    font-size: 13px;
    margin: 0;
    line-height: 16px;
}
.prdNam {
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0px 0px 0px;
}
.productShortDescMview {
    position: relative;
    width: 100%;
    display: inline-block;
}
.prd_qty357 {
    position: relative;
    width: 50%;
    float: left;
}
.prd_qty357 p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}
.prd_qty357 span{
    display:block;
}
.prd_date357 {
    position: relative;
    width: 50%;
    float: left;
}
.prd_date357 p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}
.prd_date357 span{
    display:block;
}
.profile-texts-box {
    position: relative;
    width: 100%;
    display: inline-block;
}
.my57-profile{
    position: relative;
    width: 50%;
    padding-left:60px;
    float:left;
    display: inline-block;    
}
.my57-address-book{
    position: relative;
    width: 50%;
    padding-left:60px;
    float:left;
    display: inline-block;    
}
.profile-image {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
}
.category-section {
    position: relative;
    width: 100%;
    padding: 50px 0px 25px 0px;
}
.category-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f7f8;
    padding: 25px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #dcdcdc;
}
.section-title {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom:20px;
}
.section-title h2 {
    position: relative;
    font-size: 33px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
}
.category-icon-box {
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    background: #10649e;
    line-height: 60px;
    margin-bottom: 15px;
}
.category-icon-box span.caticon{
    position: relative;
    color:#fff;
    display:inline-block;
    font-size:24px;
}
.category-text-box {
    position: relative;
    width: 100%;
}
.category-text-box h4 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.category-text-box p{
    position: relative;
    width: 100%;
}
.category-section .col-lg-4:nth-child(2) .category-icon-box {
    position: relative;
    background: #fdcd2e;
}
.poducts-section {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    background: #f5f7f8;
}
.poduct-box {
    padding: 5px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom:15px;
    box-shadow:0px 0px 5px #ccc;
}
.poduct-img-box {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    overflow:hidden;
}
.poduct-img-box .imfa{
    position: relative;
    width: 100%;
    display:block;
}
.poduct-img-box img{
    position: relative;
    width: 100%;
    border-radius:6px;
    transition: transform 0.3s ;
    height: 350px;
}
.poduct-img-box img:hover {
    transform: scale(1.1); 
}
.poduct-text-box {
    position: relative;
    width: 100%;
    min-height:135px;
    padding: 0px 15px 15px 15px;
}
.poduct-text-box h4 {
    position: relative;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    line-height: 18px;
    font-weight:400;
    min-height: 25px;
}
.star-goup {
    position: relative;
    width: 100%;
    margin: 0px 0px 5px 0px;
}
.star-goup i {
    position: relative;
    font-size: 14px;
    color: #f2c811;
}
.price-group {
    position: relative;
    width: 80%;
    float:left;
}
.mrp-price {
    font-size: 15px;
    color: red;
}
.sell-price {
    font-size: 18px;
    color: #000;
    margin-left: 15px;
    position: relative;
    top: 1px;
}
.addToCartBox{
    position: relative;
    width: 100%;
    text-align:center;
}
.btn-add-cart {
    display: inline-block;
    width: 80%;
    background: #10649e;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin: 5px auto;
    border-radius: 6px;
}
.bg-white{
    background:#fff;
}
.bg-gray {
    background: #f5f7f8;
}
.searches-icon{
    height:24px;
}
.header-search-area {
    width: 100%;
    position: relative;
    border-radius: 15px;
    margin-top: 20px;
}
.header-search-area .search-input-field{
    position: relative;
    width: 100%;
    height:40px;
    border-radius:25px;
    padding:5px 15px;
    border:1px solid #ccc;
}
.header-search-area .btn-header-search {
    position: absolute;
    right: 5px;
    top: -2px;
    border: none;
    background: transparent;
    height: 40px;
    width: auto;
    height: 40px;
    border-radius: 0 25px 25px 0px;
    line-height: 35px;
    /* border: 1px solid #ccc; */
}
.header-search-area .btn-header-search img{
    height:20px;
}
.header__search--btn{
    position:relative;
    border:none;
    background:none;
}
.btn-footer-search {
    position: relative;
    border: none;
    background: transparent;
}
.m-view-search{
    position:relative;
    width:100%;
    display:none;
}
.m-view-search {
    position: relative;
    width: 100%;
    display: none;
    margin-top: 55px;
    padding: 5px 15px;
}
.m-view-search form input {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 5px 10px 5px 40px;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 0px 5px #ccc;
}
.m-view-search form button {
    position: absolute;
    width: 40px;
    border: none;
    background: transparent;
    height: 40px;
    left: 17px;
    top: 11px;
}
.m-view-search form button img {
    position: relative;
    height: 20px;
    top: -6px;
}
.header__sub--menu .header__menu--link{
    text-align:left;
}
.topper-category {
    position: relative;
    width: 100%;
    padding:50px 0px;
    display:none;
}
.topper-category-box {
    position: relative;
    width: 100%;
    text-align: center;
}
.topper-category-box .topper-category-img-box {
    background: #e2ebdd;
    position: relative;
    width: 100%;
    padding: 5px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
}
.topper-category-box .topper-category-img-box img {
    position: relative;
    width: 55px;
    height: 50px;
    border-radius:50%;
}
.topper-category-box h2 {
    font-size: 11px!important;
    margin: 0px;
    line-height: 16px!important;
    font-weight: 400;
}
.mview-cart-icon {
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 7px;
    display:none;
}
.poduct-box .addToCartBox .btn-add-cart{
    
}

.poduct-box .addToCartBox .btn-mview-cart{
    
}
.title-mview{
    display:none;
}  
.main__header .container-fluid{
    width:100%;
    padding-left:30px;
    padding-right:30px;
}
.wishlist-icon{
     height:30px;
}
.container-fluid{
    padding-left:30px;
    padding-right:30px;    
}
.about-lfyes-section{
    position:relative;
    width:100%;
    padding:60px 0px;
}
.about-lfyes-content {
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.flyes-features-section {
    position: relative;
    width: 100%;
    padding: 25px 0px;
}
.flyes-features-box {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
}
.flyes-features-header-wrapper{
    position: relative;
    width: 100%;
    text-align:center;
}
.flyes-features-content-wrapper{
    position: relative;
    width: 80%;
    text-align:left;
    padding-left: 20px;
}
.flyes-features-header-wrapper img{
    height:55px;
    margin-right:10px;
}
.flyes-features-content-wrapper h2 {
    position: relative;
    font-size: 20px;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 500;
}
.flyes-features-content-wrapper p {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.alfyes-global-section {
    position: relative;
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.alfyes-global-section .section-title {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.view-more-alfyes-global {
    position: relative;
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 20px;
    width: 100%;
    z-index: 99;
    text-align: left;
}
.plus-minus-group {
    position: absolute;
    right: 10px;
    top: 0;
}
.plus-minus-group span{
    display:inline-block;
    font-size:18px;
}
.plus-minus-group .alfyes-plus {
    position: absolute;
    right: 0;
    font-size: 28px;
}
.plus-minus-group .alfyes-minus {
    position: absolute;
    right: 0;
    font-size: 28px;
    display:none;
}

.plus-minus-group.btn-groups .alfyes-minus {
    display:inline-block;
}
.plus-minus-group.btn-groups .alfyes-plus {
    display:none;
}
.alfyes-global-content {
    position: relative;
     display: none; 
    padding: 15px 0px;
    width: 100%;
}
.alfyes-global-content.important {
    position: relative;
    display: block; 
}

.page-wrapper-area {
    position: relative;
    width: 100%;
   margin-top: 125px;
    padding: 50px 0px;
}
.feature-accordion-list{
    position: relative;
    width: 100%; 
    margin-top:40px;
}
.feature-accordion-list .accordion{
    position: relative;
    width: 100%;    
}
.feature-accordion-list .accordion .accordion-button{
    color: #333;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-size: 20px;
}
.feature-accordion-list .accordion .accordion-item {
    background-color: #fff;
    border: 0;
    margin-bottom: 15px;
}
.expoFeature {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 1px #928b8b;
    padding: 0px 15px;
    margin: 15px 0px;
    border-radius: 0px;
}
.expoFeature ul{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.expoFeature ul li {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}
.expoFeature ul li:last-child {
    border-bottom: 0px solid #ccc;
}
.expoFeature ul li p{
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.expoFeature ul li p img{
    position: relative;
    height:24px;
    margin-right: 10px;
}

.shop-banner {
    margin-top: -51px;
    margin-bottom: 80px;
}
 .shop-banner img.shop-img-banner {
    height: 318px;
    width: 100%;
}
/*==========================================
    17-03-2025
=========================================*/
.product__details--info__title.mb-15 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.feature-accordion-list .accordion-body ul li{
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-family: "Twentieth Century", sans-serif;
        font-weight: 500;
        font-style: normal;    
}
.product__details--info  .reviews-pic {
    padding-top: 14px;
}
.loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .loader {
            width: 150px;
            height: 150px;
            background: #f5f7f8;
            border: 5px solid #3498db;
            border-radius: 50%;
            overflow: hidden;
            animation: spin 1s linear infinite;
        }
        
         .loader img{
            width: 100%;
            height: 100%;
        }       

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

         .page-wrapper-area.blog-details img{
        width: 100%;
        height: auto;
    }

.flyes-features-icon-wrapper {
    position: relative;
    width: 20%;
    float: left;
} 
.view_all_items {
    float: right;
    /*background: #269dcf;*/
    color: #000;
    display: inline-block;
    padding: 7.5px 25px;
    border-radius: 25px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.offer-for-you-section {
    position: relative;
    width: 100%;
    background: #f5f7f8;
}
.offer-for-you-box {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}
.offer-for-you-text-box {
    position: relative;
    width: 50%;
    float: left;
    padding: 25px;
    display:inline-block;
}
.offer-for-you-text-box h4 {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    background: #269dd129;
    padding: 5px 10px;
    border-radius: 6px;
    line-height: 24px;
    color: #000;
}
.offer-for-you-text-box h2 {
    margin: 15px 0px;
    position: relative;
    font-size: 28px;
}
.offer-for-you-text-box p{
    position: relative;
}
.offer-for-you-img-box {
    position: relative;
    width: 50%;
    float: left;
}
.offer-for-you-img-box img{
    position: relative;
    width: 100%;
    height: 100%;
}
.subscribe-box {
    position: relative;
    width: 100%;
}
.subscribe-box input {
    position: relative;
    width: 70%;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0px 15px;
}
.subscribe-box button {
    position: relative;
    width: 30%;
    height: 44px;
    background: #269dcf;
    border: 1px solid #269dcf;
    border-radius: 0px 6px 6px 0px;
    padding: 2px 15px;
    right: 5px;
    color: #fff;
}
.offer-for-you-text-box p a{
    position: relative;
    color: #269dcf;
    font-size: 14px;
}
.header__menu {
    position: relative;
    width: 100%;
}
.shop-by-category-section {
    position: relative;
    width: 100%;
    background: #f5f7f8;
}
.shop-by-category-box{
	position: relative;
	width: 100%;
}
.shop-by-category-img-box{
	position: relative;
	width: 100%;	
}
.shop-by-category-img-box img{
	position: relative;
	width: 100%;	
}
.shop-by-category-title-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 170px;
    background: linear-gradient(#90909000, #080808d4);
    padding: 20px 25px;
}
.shop-by-category-title-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 170px;
    background: linear-gradient(#90909000, #080808d4);
    padding: 20px 25px;
}
.shop-by-category-title-box h2{
	position: relative;
	font-size: 24px;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
.shop-by-category-title-box p{
	position: relative;
	font-size: 14px;
	color: #fff;
	margin: 0px;
}
.btn-shop-by-category {
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 5px 25px;
    margin-top: 20px;
    border-radius: 25px;
    color: #004f9f;
    font-weight: 600;
}
.page-breadcrumb-area {
    position: relative;
    width: 100%;
    margin-top: 150px;
}
.shop-page-wrapper-area{
	position: relative;
	width: 100%;
}

.category-wrapper-list {
	position: relative;
	width: 100%;
    padding:20px;
    border-radius:6px;
    box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
}
.category-price-range-filter{
	position: relative;
	width: 100%;
    padding:20px;
    border-radius:6px;
    box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
    margin: 20px 0px;
}
.by-category-box {
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #f5f5f5;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.by-category-icon {
    position: relative;
    width: 10%;
    float: left;
}
.by-category-icon img{
    position: relative;
    width: 100%;
}
.by-category-name {
    position: relative;
    width: 90%;
    float: left;
    padding-left: 20px;
}
.by-category-name a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin: 0px;
}
.category-wrapper-list h2{
	font-size: 24px;
	margin: 0px 0px 15px 0px;
}
.shop-page-wrapper-area .poduct-img-box img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px;
    
}
        .sidebar {
             width: 522px;
            padding: 20px;
            background: #f4f4f4;
            border-radius: 5px;
        }
        #slider-container {
            margin: 20px 0;
        }
        .price-values {
            display: flex;
            justify-content: space-between;
            font-weight: bold;
        }
.btn-cart {
    position:relative;
}

.btn-cart img {
    position: relative;
    height: auto;
}      
.noUi-connect {
    background: #004f9f;
}
.header_top {
    position: relative;
    width: 100%;
    padding:0px;
    min-height: 85px;
}
.header_bottom {
    position: relative;
    width: 100%;
    background: #031826;
    border-top: 1px solid #0d4368;
}
.promotional-video-box {
    padding: 0px;
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
}
.promotional-video-box video{
    padding: 0px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height:100%;
}

.btn-toggle {
	right: 20px;
	display: none;
	background: transparent;
	top: 15px;
	border: none;
	position: absolute;
}
.btn-toggle i{
    font-size: 24px;
    color: #fff;
}
.main__content_wrapper {
    position: relative;
    width: 100%;
    margin-top: 29px;
}
.price-btn-group-box{
    position: relative;
    width: 100%;
    display:inline-block;
}
.BoxBuyNow{
   position: relative;
   width: 30%;
   text-align: right;
}
.BoxAddCart{
   position: relative;
   float:right;
}
.BoxAddCart img{
   position: relative;
    width:auto;
}
.btn-cart img{
    position: relative;
    width:auto!important;   
}

.product__variant {
    position: relative;
    width: 100%;
    display: inline-block;
}
.btn-buy-now4you {
    background: #067096;
    color: #fff;
    padding: 5px 15px;
    height: 30px;
    border-radius: 25px;
    line-height: 20px;
    font-size: 13px;
}

.btn-buy-now4you:hover {
    background: #067096;
    color: #fff;
}
/*=====================================
 product detail page css start here
 ====================================*/
   .size_avl357 {
   cursor: pointer;
   padding: 5px;
   border: 1px solid transparent;
   margin-right: 5px;
   border-radius: 5px;
   transition: background-color 0.3s ease;
   }
   .size_avl357:hover {
   background-color: #f0f0f0;
   border-color: #ccc;
   }
   .size_avl357.active {
   background-color: #2b4f3a;
   color: white;
   border-color: #2b4f3a;
   }
 .product-gallery {
         display: flex;
         align-items: center;
         gap: 15px;
         max-width: 600px;
         position: relative;;
         }
        .product-gallery .thumbnail-slider {
         width: 100px;
         height: 400px;
         position: relative;
         }
        .product-gallery .thumbnail-slider .swiper-slide img {
         width: 100%;
         height: 125px;
         cursor: pointer;
         border: 2px solid transparent;
         transition: 0.3s;
         }
         .product-gallery .thumbnail-slider .swiper-slide img:hover,
         .thumbnail-slider .swiper-slide img.active {
         border: 2px solid #007bff;
         }
         .product-gallery .main-image img {
         width: 400px;
         height:400px;
         border-radius: 5px;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
         }
        .product-gallery .swiper-button-prev, .product-gallery .swiper-button-next {
         background-color:#000;
         width: 30px;
         height: 30px;
         
         }
        .product-gallery .swiper-button-prev::after, .product-gallery .swiper-button-next::after {
         font-size: 16px;
         color: white;
         display: block!important;
         }
        .product-gallery .swiper-button-prev {
            top: 0px !important;
            left: 0;
            right: 0;
            margin: 0 auto;
            transform: rotate(90deg);
        } 
        
        .product-gallery .swiper-button-next {
            top:inherit; !important;
            left: 0;
            bottom:4px!important;
            right: 0;
            margin: 0 auto;
            transform: rotate(90deg);
        }
.product-gallery .swiper-button-lock {
    display: block !important;
    margin: 0px auto;
    padding: 7px 0px 0px 10px;
}
.wish-list-img{
    position: absolute;
    top: 7px;
    right: 56px;
}
.wish-list-img img{
    height: 32px;
}
.current__price s{
    font-size: 17px;
    color: red;
}
.current__price {
    font-size: 26px!important;
}

/*=====================================
 product detail page css end here
 ====================================*/
 
 /*=====================================
 15-04-2025 
 ====================================*/
 .blog-page-section {
	position: relative;
	width: 100%;
	padding: 50px 0;
}

.featured-product-section{
    position:relative;
    width:100%;
    padding:50px 0px;
}
.trendy-product-section{
    position:relative;
    width:100%;
    padding:50px 0px;    
}
.offer-banner-section{
    position:relative;
    width:100%;
    padding:50px 0px;    
}
.space-science-product-section{
    position:relative;
    width:100%;
    padding:50px 0px;    
}
.summer-hot-deals-product-section{
    position:relative;
    width:100%;
    padding:50px 0px;    
}
.about-alfyesglobal-section{
    position:relative;
    width:100%;
    padding:50px 0px;     
}
.btn-cart img{
   height:25px; 
}

.sidenav-tab .nav-tabs > li > a {
    display: block;
    margin: 0;
    border-radius: 0;
    padding: 0px; 
    border: 0;
    border-top: 2px solid #bcbcbc;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333745;
}

.sidenav-tab .nav-tabs > li.active:after, .nav-tabs > li:hover:after {
    display:none;
}

.full-product-link {
   display: block;
   color: inherit;
   text-decoration: none;
}
.BoxAddCart img {
    width: auto !important;
    height: 20px !important;
}

/*======================================
    23-04-2025
    ===================================*/
.btn-box2u {
    position: relative;
    width: 32.5%;
    text-align: center;
    float: left;
}  
.btn-box-buyNow {
    position: relative;
    width: 32.5%;
    float:left;
    text-align: center;
    background: #10649e;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    margin:0px 5px;
    text-transform: uppercase;
}
.btn-box-wishlist{
    position: relative;
    width: 32.5%;
    float:left;
    text-align: center;
    background: #10649e;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    line-height:42px;
    text-transform: uppercase;    
}
.btn-box-wishlist button{
    position: relative;
    border:none;
    text-align: center;
    background: #10649e;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    line-height:42px;
    text-transform: uppercase;    
}
.btn-box-wishlist img{
    position: relative;
    width:auto;
    height:20px;
}
.page-thankq {
    position: relative;
    width: 100%;
    margin-top: 125px;
    padding: 50px 0px;
}

