/* FONT-FAMILY */

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-ThinOblique.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-BoldOblique.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro Ultra';
	src: url('../fonts/GTWalsheimPro-UltraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'GT Walsheim Pro Ultra';
	src: url('../fonts/GTWalsheimPro-UltraBoldOblique.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-MediumOblique.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-RegularOblique.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-LightOblique.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro Ultra';
	src: url('../fonts/GTWalsheimPro-UltraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'GT Walsheim Pro Ultra';
	src: url('../fonts/GTWalsheimPro-UltraLightOblique.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-BlackOblique.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('../fonts/GTWalsheimPro-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}


/* ROOTS */

:root {
	--primary: #75439A;
	--black: #0C0C0C;
	--white: #FFFFFF;
	--gray: #F3F3F3;
}


/* BASIC */

body {
	width: 100%;
	line-height: 1.5;
	font-family: 'GT Walsheim Pro';
	font-weight: normal;
	font-style: normal;
	color: var(--white);
	overflow-x: hidden !important;
}

a,
a:hover,
 :hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

p {
	margin: 0;
	padding: 0;
}

main {
	background-color: var(--primary);
}

button:focus {
	outline: none;
}

h2 {
	font-size: 46px;
	font-family: 'GT Walsheim Pro';
	font-weight: bold;
	font-style: normal;
	color: var(--black);
}

.bg-black {
	background-color: var(--black) !important;
	color: var(--white) !important;
}

.btn-white {
	display: inline-block;
	font-size: 18px;
	background-color: var(--white);
	color: #1A1A1A;
	padding: 12px 25px;
	border-radius: 99px;
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	font-style: normal;
	border: 1px solid transparent;
	line-height: normal;
	margin: 2rem 0 0;
}

.btn-white:hover {
	color: var(--white);
	border: 1px solid var(--white);
	background-color: var(--primary);
}

.btn-border {
	display: inline-block;
	font-size: 18px;
	color: #1A1A1A;
	padding: 12px 25px;
	border-radius: 99px;
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	margin: 2rem 0 0;
	color: var(--white);
	border: 1px solid var(--white);
	background-color: var(--primary);
}

.btn-border:hover {
	background-color: var(--white);
	color: var(--primary);
}

.btn-trans {
	background-color: rgb(255 255 255 / 8%);
	border: 1px solid transparent;
	padding: 10px 20px;
	margin-left: 15px;
}

.btn-trans:hover {
	background-color: var(--primary);
	border: 1px solid var(--white);
	color: var(--white);
}


/* HEADER */

#wd-sl-navbar {
	background-color: var(--primary);
    position: relative;
    z-index: 11111111;
}

.navbar {
	padding: 1rem 0;
}

/*.navbar-brand img {
	width: 120px;
}*/

.social-icn {
	filter: brightness(0.2);
	margin-right: 10px;
}

.menu-items:nth-child(2) .social-icn {
	margin-right: 10px;
	margin-left: 10px;
}

#wd-sl-navbar .nav-item a {
	margin: 0;
	display: flex;
	align-items: center;
	padding: 0rem 1.5rem;
	font-size: 18px;
	color: var(--white);
}

.wd-sl-navitem {
	display: flex;
}

.wd-sl-navitem a.nav-link {
	opacity: 48%;
}

#wd-sl-navbar .nav-item span {
	background-color: var(--white);
	height: 36px;
	width: 1px;
	display: block;
	opacity: 25%;
}

#wd-sl-navbar .nav-item i {
	font-size: 20px;
	color: #474648;
}

#wd-sl-navbar .nav-item a:hover {
	color: var(--white);
}

#wd-sl-navbar .form-group .wd-sl-leftsrch {
	position: absolute;
	margin: 12px 10px;
	z-index: 1;
	color: #4f4e508c;
	font-size: 15px;
	line-height: normal;
	display: grid;
}

#wd-sl-navbar .form-group .wd-sl-rightsrch {
	position: absolute;
	bottom: 0;
	background-color: var(--primary);
	color: var(--white);
	padding: 7px 12px;
	font-size: 16px;
	right: 0;
	border-radius: 5px;
}

#wd-sl-navbar .wd-sl-locsrch .form-control {
	padding: 7px 15px;
}
.wd-sl-flags{
    position: relative;
}
#wd-sl-navbar .hidden-menu {
    position: absolute;
    z-index: 1;
    padding: 10px 0px;
    width: 98px;
    background-color: var(--white);
    border-radius: 0;
    box-shadow: 0px 3px 6px #63646494;
    color: var(--white);
    margin-top: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#wd-sl-navbar .hidden-menu a {
	padding: 4px 8px !important;
}

header #show-hidden-menu {
	padding: 4px 8px !important;
	border-radius: 30px;
	display: block;
	background-color: var(--white);
	color: var(--black);
}

.open_menu {
    border-radius: 15px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/* MAIN-SECTION */

#begin {
	background-color: var(--primary);
	padding: 0rem 0 5rem;
	height: 90vh;
	position: relative;
}

#begin .owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: left;
}

#begin .owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
	width: 25px;
	height: 8px;
}

#begin .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0px 8px 0px 0;
	background: rgb(255 255 255 / 24%);
	border-radius: 30px;
}

#begin p {
	font-size: 24px;
}

#begin h1 {
	font-size: 72px;
	font-family: 'GT Walsheim Pro';
	font-weight: bold;
	font-style: normal;
}

#begin .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 3rem;
	position: relative;
}

#begin span {
	font-size: 18px;
}

#begin button.owl-dot:last-child:after {
	content: 'Featured Product';
	display: inline-block;
	width: auto;
	height: 100%;
	font-size: 16px;
	font-family: 'GT Walsheim Pro';
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 17%;
	top: 0;
	opacity: 32%;
}

.wd-sl-card p {
	font-size: 20px;
	color: rgb(255 255 255 / 64%);
	line-height: 1.8;
}

.wd-sl-card {
    padding: 0rem 0 1rem;
    width: 100%;
    position: relative;
    background: linear-gradient(-82.73deg, #0d0d0d 51.29%, #0d0d0d 88.56%);
    /* background-image: url(../images/black-shape.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.wd-sl-card:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    bottom: -110px;
    background-image: url(../images/black-shape.png);
    height: 250px;
    background-size: cover;
    left: 0;
    background-position: center;
}
.wd-sl-card .card {
	position: absolute;
	z-index: 111;
	border-radius: 32px;
	padding: 2rem;
	border: none;
	display: block;
	max-width: 1320px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -13%;
}

.wd-sl-cardimg img {
	position: absolute;
	top: -37%;
}

.wd-sl-abous h2 {
	color: var(--white);
	margin-bottom: 2rem;
}

.wd-sl-abous {
	padding: 270px 0 0;
	position: relative;
	z-index: 11;
	text-align: center;
}

.wd-sl-abous img {
	margin-top: 4rem;
	margin-bottom: -5rem;
}

#version {
    padding: 7rem 0 3rem;
    width: 100%;
    position: relative;
}

#version img {
	position: relative;
	z-index: 11;
}

#version .wd-sl-abous {
	text-align: left;
}

#version p {
	font-size: 18px;
	color: rgb(255 255 255 / 64%);
}

ul.wd-sl-vrsul {
	margin: 1rem 0 0;
}


/* DESKTOP */

/*.wd-sl-deskmain img {
	margin-bottom: -208px;
	position: relative;
	z-index: 11;
	padding-top: 0rem;
	margin-top: 8rem;
	left: 0;
}*/

.wd-sl-deskmain img {
    margin-bottom:0;
    position: relative;
    z-index: 11;
    padding-top: 0rem;
    margin-top: 2rem;
    left: 0;
}

.wd-sl-bored .wd-sl-abous {
	text-align: left !important;
	padding: 150px 0 30px;
}

.wd-sl-bored .wd-sl-abous p {
	margin-bottom: 1rem;
	width: 100%;
	font-size: 18px;
	color: rgb(255 255 255 / 64%);
}

#version .row {
	width: 80%;
	margin: 0 auto;
}

.wd-sl-vrsul li {
	display: inline-block;
}

.wd-sl-vrsul li a {
	margin: 1rem 0.3rem 0em 0;
	font-size: 16px;
	padding: 10px 15px;
}

.wd-sl-review {
	padding: 6rem 0 0rem;
	width: 100%;
	position: relative;
	background-image: url(../images/white-shape.png);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	background-color: var(--primary);
	background-size: contain;
}

.wd-slother {
	padding: 12rem 0 0rem !important;
}

.wd-sl-blankimg {
	margin-bottom: -10rem !important;
}

.wd-sl-review:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: var(--white);
}

.wd-sl-cardtext span {
	font-size: 20px;
	font-family: 'GT Walsheim Pro';
	font-weight: 600;
	font-style: normal;
	color: var(--white);
	padding-bottom: 5px;
	display: block;
}

.wd-sl-cardtext p {
	font-size: 14px !important;
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	font-style: normal;
	color: var(--white);
	width: 100% !important;
	opacity: unset !important;
}

.wd-sl-themcard .card {
	background-color: #0D0D0D;
	border-radius: 20px;
	border: none;
	display: flex;
	flex-direction: inherit;
	padding: 15px 20px;
	width: 100%;
	align-items: center;
}

.wd-sl-themcard .card img {
	width: 90px;
	height: 90px;
	object-fit: contain;
    border-radius:15px;
}

.wd-sl-themcard {
	display: inline-block;
	width: 80%;
}

.wd-sl-cardtext {
	margin-left: 20px;
	text-align: left;
}

.sec-thm {
	margin-right: 3rem;
}

.thr-thm {
	margin-right: 7rem;
}


/* FOOTER SECTION */

footer {
	padding: 5rem 0 0;
	width: 100%;
	position: relative;
	background-image: url(../images/black-shape-rotate.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	background-size: contain;
	/* background-color: var(--primary); */
}

footer h2 {
	color: var(--white);
}

footer p {
	font-size: 18px;
	margin: 1.5rem 0 1rem;
	color: rgb(255 255 255 / 64%);
}

footer span {
	color: rgb(255 255 255 / 64%);
	font-size: 14px;
}

ul.wd-sl-newftr {
	display: block;
	width: 100% !important;
}

.wd-sl-newftr li {
	display: inline-block;
	padding: 0 20px;
}

.border-bottom {
	border: 1px solid #393939 !important;
	width: 50%;
	margin: 5rem auto;
}

.wd-sl-footer {
	background: linear-gradient( 100.27deg, #0D0D0D 51.29%, #1F1F1F 98.56%);
}

.wd-sl-footerul li a {
	font-size: 18px;
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	font-style: normal;
	color: var(--white);
}

ul.wd-sl-footerul {
	width: 70%;
	margin: 0 auto
}

.border-bottom-1 {
	border-bottom: 1px solid #dee2e6!important;
	width: 50%;
	margin: 5rem auto;
}


/*  */


/* -----------------product-page--------------- */

#p-main-g {
	display: none!important;
}

#s-main-g {
	display: block!important;
}

body.product-main-wrap .wd-dev-card {
	background-color: #fff;
}

.product-main-wrap .wd-sl-review {
	background-color: #fff!important;
}

.product-main-wrap #dev-product-wrap {
	background-color: unset!important;
}

.product-main-wrap main {
	background-color: unset!important;
}

.product-main-wrap #wd-sl-navbar {
	background-color: unset!important;
}

#dev-product-wrap {
	background-color: var(--primary);
}

.product-d-wrapper {
	padding: 5rem 0 80px 0;
}

.product-d-wrapper .inner-detail .details-name p {
	background-color: #000000;
	width: 15%;
	font-size: 16px;
	text-align: center;
	border-radius: 120px;
	font-weight: 500;
	padding: 5px 4px;
}

.product-d-wrapper .inner-detail .panja-name h3 {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
	display: flex;
	align-items: center;
	letter-spacing: -0.02em;
	margin: 15px 0px;
}

.product-d-wrapper .inner-detail .star-inner img {
	width: 15px;
	height: 15px;
}

.product-d-wrapper .inner-detail .star-inner img {
	width: 15px;
	height: 15px;
}

.product-d-wrapper .inner-detail span {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.32);
}

.product-d-wrapper .inner-detail h5 {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: normal;
}

.product-d-wrapper .inner-detail .free-deliver p {
	font-size: 14px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 120px;
	margin-left: 40px;
	padding: 5px 15px 5px 15px;
}

.product-d-wrapper .inner-detail .free-deliver a {
	color: var(--white);
}

.product-d-wrapper .inner-detail .btn-d-border {
	display: inline-block;
	font-size: 18px;
	padding: 15px 26px;
	border-radius: 99px;
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	margin: 2rem 0 0;
	color: var(--white);
	background-color: #0000A4;
}

.product-d-wrapper .inner-detail .border-inner {
	border-top: 1px solid #FFFFFF;
	padding-bottom: 40px;
}

.product-d-wrapper .inner-detail .img-amazon {
	padding: 9px 8px 0px 8px;
}

.product-d-wrapper .inner-detail .border-top h5 {
	color: rgba(255, 255, 255, 0.32);
	font-size: 16px;
	font-weight: 500;
}

.product-d-wrapper .inner-detail .border-top p {
	font-size: 14px;
}

.product-d-wrapper .inner-detail .icon-dots {
	color: rgba(255, 255, 255, 0.32);
}

.product-d-wrapper .tab-content {
	width: 90%;
}

.product-details-wrap {
	padding: 80px 0px 80px;
}

.product-details-wrap .bg-black-inner {
	position: relative;
	z-index: 11;
}

.product-details-wrap .main-des {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 50px;
	padding-top: 60px;
}

.product-details-wrap .main-des h4 {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 39px;
}

.product-details-wrap .main-specfication {
	padding: 50px 0 120px 0;
}

.product-details-wrap .main-specfication h4 {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 39px;
}

.product-details-wrap .main-specfication .recommendes-age p {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	opacity: 0.56;
}

.product-d-wrapper .nav-tabs .nav-link {
	border: unset;
}

.product-d-wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: unset;
	border-color: unset;
}

.product-d-wrapper .nav-tabs {
	border-bottom: unset
}

.product-d-wrapper .main-tabbing {
	background-color: #8052a2;
	border-radius: 20px;
}

.wd-dev-card {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wd-dev-card {
	padding: 0rem 0;
	width: 100%;
	position: relative;
	background-image: url(../images/black-shape.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.wd-dev-card:after {
	content: "";
	display: block;
	width: 100%;
	height: 80%;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	top: 0;
	background: linear-gradient( -82.73deg, #0D0D0D 51.29%, #1F1F1F 98.56%);
}

#my-tab {
	text-align: center;
}

#btn-showmore {
	display: none;
}


/* owl carousal */

#design .des-block .star-inner .star-img {
	/*width: 15px;
	height: 15px;*/
	padding-right: 5px;
}

#design .des-block .star-inner .star-img:last-child {
	padding-right: 0;
}

#design .desgn-services .des-block {
	display: block;
	padding: 20px 20px 20px 20px;
	border-radius: 24px;
	height: auto;
	width: 95%;
	margin: 0 0 20px;
	background-color: #f5f5f5;
}

#design .desgn-services {
	padding-top: 0px;
}

#design .desgn-services .des-block p {
	color: #0A0A0A;
	font-size: 18px;
}

#design .desgn-services .des-block b,
strong {
	font-weight: 500 !important;
}

#design .des-block:hover {
	box-shadow: 0px 5px 20px rgb(22 77 101 / 33%);
}


/* #design .owl-nav{
	position: absolute;
	left: -10%;
	right: -10%;
	top: 0;
	bottom: 0;
} */

#design .owl-nav .disabled {
	cursor: not-allowed !important;
}

.design-ws-title {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 47px;
	line-height: 54px;
	letter-spacing: -0.02em;
	color: #0A0A0A;
	/* margin: 30px 0px; */
}

.store-wrap .design-ws-title {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 47px;
	line-height: 54px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 30px 0px;
}


/*  */


/* #design .custom-container{
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 997px;
	position: relative;
}  */

#design .owl-prev span,
.owl-next span {
	color: #000000;
	font-size: 35px;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
}

#design .owl-prev span:hover,
#design .owl-next span:hover {
	color: #8199A3;
}

#design .owl-prev,
.owl-next {
	position: absolute;
	height: auto;
	bottom: 25px;
	border: 2px solid #EAEAEA;
	border-radius: 50%;
	text-align: center;
}

#design .owl-prev {
	left: -7%;
}

#design .owl-nav {
	position: absolute;
	top: 54%;
	width: 100%;
	left: inherit;
	right: inherit;
	bottom: inherit;
}

#design .owl-next {
	right: -6%;
	position: absolute;
	height: auto;
	bottom: 25px;
	border: 2px solid #EAEAEA;
	border-radius: 50%;
	text-align: center;
}


/* dfkkkkkkkk */

.store-wrap .form-group .wd-sl-leftsrch {
	position: absolute;
	margin: 18px 18px;
	z-index: 1;
	color: #4f4e508c;
	font-size: 15px;
	line-height: normal;
	display: grid;
	right: 0;
}

.store-wrap .form-control {
	padding: 10px 20px;
	height: auto;
	font-size: 18px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.09);
	border-radius: 230px;
	border: unset;
}

.store-wrap .form-control::placeholder {
	color: var(--white);
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
}

.store-wrap .wd-sl-leftsrch i {
	color: var(--white);
}

.store-wrap .card {
	padding: 1rem 1rem;
	background: #FFFFFF;
	border-radius: 20px;
	width: 100%;
}

.store-wrap .card .img-card {
	border-bottom: 1px solid #bdb5b5;
	padding-bottom: 1rem;
}

.store-wrap .card-body h5 {
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: -0.02em;
	color: #0A0A0A;
}

.store-wrap .card-body h3 {
	font-family: GT Walsheim Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	display: flex;
	align-items: center;
	letter-spacing: -0.02em;
	color: #0A0A0A;
	padding: 15px 0px;
	margin-bottom: 0;
}

.store-wrap .card-review p {
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	color: #000000;
}

.store-wrap .wd-rev span {
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.32);
}

.store-wrap .card .cart-btn .btn-bag {
	background: linear-gradient(81.27deg, #0D0D0D 51.29%, #1F1F1F 98.56%);
	border-radius: 99px;
	padding: 16px 65px;
	color: #FFFFFF;
}

.store-wrap .card .card-top {
	position: absolute;
	top: -16px;
	right: 12px;
	bottom: 0px;
}

.store-wrap .card .card-top p {
	background: linear-gradient(81.27deg, #0D0D0D 51.29%, #1F1F1F 98.56%);
	border-radius: 120px;
	font-size: 16px;
	padding: 5px 15px;
}


/* terms */

.terms-wrap .design-ws-title {
	color: #FFFFFF;
}

.terms-wrap .terms-width {
	width: 70%;
	margin: 0 auto;
}

#purple-shape {
	background-image: url(../images/purple-shape.png);
	background-color: var(--white) !important;
}

#purple-shape .wd-sl-footer {
	background: var(--primary) !important;
}

#mySidenav {
	display: none;
}

#none-blog {
	display: none!important;
}

#block-blog {
	display: block!important;
}

#go-store {
	display: none!important;
}

body.wd-sl-homewrapper {
	background-color: var(--primary);
}

#design .owl-item.active:nth-child(2n) {
	position: relative;
	top: -50px;
}

#design .owl-stage-outer {
	padding: 110px 0;
}

.wd-sl-abous .row {
	width: 80%;
	margin: 0 auto;
}

.wd-slother {
	padding: 5rem 0 0;
}

.wd-sl-revers .col-md-6.text-center {
	position: relative;
}

.wd-sl-revers .col-md-6.text-center:before {
    content: "";
    display: block;
    width: 650px;
    height: 650px;
    opacity: 0.2;
    background-image: url(../images/bgshape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -110px;
    left: -110px;
    -webkit-animation: rotation 50s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}


/* saloni-zb responisve */

#wd-slres {
	display: none;
}

#phimg {
	display: none;
}

.wd-sl-custom {
	position: relative;
}

strong {
	color: #fff;
}

.last-odd {
	display: none;
}
iframe {
    transform: scale(1.35);
    position: relative;
    border-radius: 25px !important;
    top: 110px;
}
@media(max-width: 1366px) {
	.wd-sl-abous .row {
		width: 90%;
		margin: 0 auto;
	}
    .wd-sl-deskmain img {
        margin-bottom: 0px;
    }
	#version .row {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 1200px) {
	#btn-showmore {
		display: block;
		text-align: center;
		margin-bottom: 2rem;
	}
	#design .owl-stage-outer {
		padding: 110px 0 40px;
	}
	#btn-showmore .btn-border {
		display: inline-block;
		font-size: 18px;
		color: #0A0A0A!important;
		padding: 12px 25px;
		border-radius: 99px;
		font-family: 'GT Walsheim Pro';
		font-weight: 500;
		font-style: normal;
		line-height: normal;
		margin: 2rem 0 0;
		color: var(--white);
		border: 1px solid #0A0A0A;
		background: unset;
	}
}

@media(max-width: 991px) {
	#wd-slres {
		display: flex;
		justify-content: flex-end;
	}
	.navbar {
		flex-wrap: unset;
		padding: 1.5rem 0;
	}
	.border-bottom {
		width: 100%;
		margin: 4rem auto;
	}
	.wd-sl-bored .wd-sl-abous p {
		width: 100%;
		font-size: 16px;
	}
	#wd-sl-resbtn {
		flex-direction: unset;
		justify-content: center;
	}
	.wd-sl-card p {
		font-size: 16px;
	}
	.wd-sl-deskmain img {
		margin-bottom: 0;
	}
	/*.wd-sl-card:after {
		background: linear-gradient( 270deg, #0D0D0D 51.29%, #1F1F1F 98.56%);
		height: 85%;
	}*/
	.wd-sl-card img {
		margin-top: 0rem;
	}
	.wd-sl-bored .wd-sl-abous {
		padding: 5rem 0;
	}
	.wd-sl-revers {
		flex-flow: row;
	}
	.wd-sl-themcard {
		margin-top: 5rem;
	}
	ul.wd-sl-vrsul {
		text-align: left;
		margin: 0rem 0;
	}
	.wd-sl-vrsul li a {
		font-size: 14px;
		padding: 8px 10px;
	}
	.wd-sl-cardtext span {
		font-size: 16px;
		margin-bottom: 0px;
		display: block;
	}
	.wd-sl-themcard .card {
		padding: 6px 12px;
	}
	.wd-sl-cardtext p {
		text-align: left !important;
		font-size: 12px !important;
	}
	.wd-sl-cardtext {
		margin-left: 10px;
	}
	.wd-sl-revers .wd-sl-themcard {
		margin-top: 0rem;
	}
	.sec-thm {
		margin-right: 2rem;
	}
	.thr-thm {
		margin-right: 5rem;
	}
	#resblock-blog {
		display: none;
	}
	.wd-sl-res {
		margin-bottom: 5rem !important;
	}
	.wd-sl-abous.pt-5 {
		padding-top: 3rem !important;
	}
	.wd-sl-abous.pt-5 h2 {
		margin-top: 0;
	}
	.wd-sl-blankimg {
		margin-bottom: -6rem !important;
		padding: 0 10px;
		margin-top: 3rem;
	}
	#deskimg {
		display: none;
	}
	#phimg {
		display: block;
		width: 60%;
		margin: 0 auto -90px;
	}
	.row.wd-sl-revers.pt-5.pb-5 {
		padding-bottom: 0 !important;
	}
	h2 {
		font-size: 35px;
	}
	#design .owl-item.active:nth-child(2n) {
		top: unset;
	}
	#design .owl-stage-outer {
		padding: 2rem 0 1rem;
	}
	.wd-sl-newftr li {
		padding: 0 20px 10px;
	}
	.wd-sl-desktext {
		margin-bottom: 3rem;
	}
	#phftr {
		flex-direction: unset;
		justify-content: center;
	}
	.wd-sl-abous .row {
		width: 100%;
	}
	.wd-sl-abous.text-center.pt-5 {
		padding-top: 0 !important;
	}
	#begin .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 0;
	}
	#wd-exchange p {
		font-size: 18px;
		margin: 0 2rem;
	}
	.wd-sl-erimg {
		margin-top: 3rem !important;
	}
	.wd-sl-othrerr {
		margin-top: 3rem !important;
	}
	.owl-dots {
		display: none;
	}
	.wd-sl-review {
		padding: 3rem 0 1rem;
	}
	.wd-slother {
		padding: 9rem 0 1rem !important;
	}
	.border-bottom-1 {
		width: 100%;
		margin: 4rem auto;
	}
	.btn-white {
		padding: 15px 20px;
		font-size: 14px;
	}
	.buy-for .btn-white {
		padding: 15px 25px;
	}
	footer .btn-white {
		padding: 15px 20px;
	}
	#wd-sl-resbtn .btn-white,
	#phftr .btn-white {
		padding: 15px 25px;
	}
	#wd-sl-resbtn .btn-white:last-child,
	#phftr .btn-white:last-child {
		margin-right: 0 !important;
	}
	.btn-trans {
		background-color: rgb(255 255 255 / 8%);
		border: 1px solid transparent !important;
		padding: 10px 20px !important;
		margin-left: 15px;
		font-size: 16px !important;
	}
	#design .desgn-services .des-block p {
		font-size: 16px;
	}
	#design .desgn-services .des-block b {
		font-size: 18px;
	}
	.wd-sl-cmnshape:before {
		width: 100%;
	}
	.wd-sl-dfrntshape img {
		width: 80%;
	}
	.innerbottle p {
		margin-left: 0 !important;
	}
	.innerline p {
		margin-left: 0 !important;
	}
	.wd-sl-mainindex img {
		margin: 1rem auto !important;
	}
	.wd-sl-mainindex:before {
		height: 120% !important;
		top: -25% !important;
		left: 22% !important;
	}
	.wd-sl-cmnshape-other {
		text-align: center;
	}
	.wd-sl-cmnshape-other:before {
		left: -70px !important;
	}
	img.phpaper {
		width: 50%;
	}
	.wd-sl-revers .col-md-6.text-center:before {
		width: 120% !important;
	}
	.wd-sl-cmnshape:before {
		width: 120% !important;
		top: -52% !important;
		left: -40px !important;
	}
}

@media (max-width: 767px) {
	.wd-sl-desktext {
		margin-bottom: 0px !important;
	}

.wd-sl-card:after {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    z-index: 1111111;
    background-repeat: no-repeat;
    background-image: url(../images/black-shape.png);
    height: 50px;
    background-size: contain;
    left: 0;
    background-position: center;
    bottom: inherit !important;
    top: 37px;
}
.wd-sl-bored .wd-sl-abous {
    padding: 5rem 0 0;
}
iframe {
    transform: scale(1);
    position: relative;
    border-radius: 25px !important;
    top: 80px;
    width: 100%;
    height: 250px;
}
	#phimg {
		width: 100% !important;
	}
	#version {
		padding: 0 0;
	}
    .wd-sl-revers {
        flex-flow: column !important;
    }
	ul.wd-sl-vrsul {
		text-align: center !important;
		margin: 1rem 0 !important;
	}
	.fir-thm {
		margin-top: 3rem !important;
	}
	.wd-sl-footer {
		padding-top: 3rem;
	}
	.wd-sl-gstr {
		margin-right: 0rem !important;
	}
	.wd-sl-card .card {
		padding: 0.8rem 1rem !important;
	}
	.wd-sl-panjaimg {
		margin-bottom: 2rem;
	}
	i.fas.fa-ellipsis-v.icon-dots {
		display: none;
	}
	.product-d-wrapper .inner-detail .free-deliver p {
		margin-left: 20px;
	}
	.product-details-wrap .main-des h4 {
		font-size: 28px;
	}
	.p-name-details p {
		font-size: 14px;
	}
	.main-store .col-6:nth-child(2n) {
		padding-left: 10px;
	}
	.odd {
		padding-right: 5px;
	}
	.even {
		padding-left: 5px;
	}
	.last-odd {
		display: block;
	}
	section.store-wrap {
		padding: 0 0 1rem;
		margin-bottom: 2rem;
	}
	.store-wrap .card-body h3 {
		font-size: 18px;
		padding: 10px 0;
		line-height: normal;
	}
	.main-store h3 {
		font-size: 34px !important;
		margin-bottom: 0px !important;
	}
	.store-wrap .form-control {
		margin-bottom: 1rem;
	}
	section#begin {
		padding-top: 0 !important;
	}
	.wd-sldeskimg {
		width: 100%;
		margin-top: 3rem !important;
	}
	.wdsl-new {
		border: 1px solid var(--white);
	}
	.fir-thm p,
	.sec-thm p,
	.thr-thm p {
		color: #FFFFFF !important;
	}
	.wd-sl-themcard .card img {
		width: 80px !important;
	}
	.wdslweb {
		display: none;
	}
	.wdslph {
		display: block !important;
	}
	.item .d-flex.justify-content-between.align-items-center.text-center.mt-5.mb-0 {
		margin-top: 2rem !important;
	}
	.details-name {
		margin-top: 2.5rem;
	}
	.product-d-wrapper .inner-detail .border-inner {
		border-top: 1px solid rgb(255 255 255 / 16%);
		padding-bottom: 1.5rem;
		justify-content: center;
	}
	.border-top {
		border-top: 1px solid rgb(255 255 255 / 16%)!important;
	}
	.product-d-wrapper .inner-detail .btn-white {
		font-size: 18px;
		padding: 9px 18px;
		display: flex;
		align-items: center;
		margin-top: 1.5rem;
	}
	.wd-sl-beginbtn {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;
	}
	.wd-sl-custom {
		padding: 10rem 0 0;
	}
	.product-d-wrapper .nav-tabs {
		justify-content: center;
	}
	div#contact {
		margin: 0 10px;
	}
	.btn-border {
		font-size: 18px !important;
		padding: 15px 25px !important;
	}
	.btn-white {
    padding: 13px 30px !important;
    font-size: 18px !important;
}
.app-btn{
    display: flex;
    align-items: center;
}
svg.ms-3 {
    margin-left: 10px !important;
    width: 20px;
    height: 23px;
}


	a.btn-border.mtph {
		margin-top: 0.8rem;
	}
	/*shape css*/
	footer {
		padding: 2rem 0 0;
		background-size: contain;
		/*background-image: url(../images/black-shapeph.png);*/
	}
	.wd-sl-card {
		background-size: contain;
		/*background-image: url(../images/black-shape-rotateph.png) !important;*/
	}
	.wd-sl-review {
		background-image: url(../images/white-shapeph.png);
		background-size: contain;
	}
	.wd-dev-card {
		background-image: url(../images/black-shape-rotateph.png);
		background-size: contain;
	}
	#purple-shape {
		background-image: url(../images/purple-shapeph.png);
		background-size: contain;
	}
	.wd-sl-mainindex img {
		width: 70% !important;
		margin: 5rem auto 2rem!important;
	}
	.wd-sl-mainindex:before {
		width: 150% !important;
		top: -10% !important;
		left: -25% !important;
	}
	.wd-sl-cmnshape-other {
		text-align: center;
	}
	.wd-sl-cmnshape-other:before {
    left: -70px !important;
    top: -220px !important;
    height: 750px !important;
}
.wd-sl-cmnshape-other:before {
    left: -50px !important;
    top: -220px !important;
    height: 730px !important;
    width: 130% !important;
}
.wd-sl-cmnshape:before {
    width: 115% !important;
    top: -230px !important;
    left: -25px !important;
    height: 750px !important;
}
    #phimg {
        display: block;
        width: 100% !important;
        margin: 0 auto 0px;
        position: relative;
        z-index: 111;
    }
.dsktp-gif-sec {
    margin-bottom: 0 !important;
}
.dsktp-gif-sec-inner {
    padding: 50px 50px;
}
.see-the-game {
    margin-top: 30px !important;
}
.wd-sl-revers .col-md-6.text-center {
    position: relative;
    overflow: hidden;
}
.wd-sl-revers .col-md-6.text-center:before {
    left: -25px !important;
    width: 115% !important;
}
	.wd-sl-revers .col-md-6.text-center:before {
		left: -46px !important;
	}
body{
	position:relative;
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;

}
.wd-sl-mainindex {
    position: relative;
    overflow: hidden;
}
.wd-sl-cmnshape{
    position: relative;
    overflow: hidden;
}
.wd-sl-cmnshape-other{
	position: relative;
    overflow: hidden;
}
/*.wd-sl-cmnshape, .wd-sl-cmnshape-other, .wd-sl-maindesk {
    margin-top: 60px !important;
}*/
}

.cart-btn {
	display: flex;
	justify-content: center;
}

#wd-exchange p {
	color: #666666;
}

.wdslph {
	display: none;
}

.wd-sl-beginbtn {
	position: relative;
	z-index: 111;
}

.wdsllast p {
	color: #FFFFFF !important;
}

.wd-sl-dfrntshape {
	display: flex;
	align-items: center;
}

.wd-sl-dfrntshape img {
	margin-bottom: 0 !important;
}

.wd-sl-circle {
	display: flex;
	flex-flow: column;
}

.wd-sl-dfrntshape p {
	color: #848484;
	font-weight: 500;
}

.innerline img {
	margin-top: 2rem;
	transform: rotate(350deg);
}
.innerline p {
	transform: rotate( 350deg);
	margin-top: 1rem;
	margin-left: 1.5rem;
}
.innerbottle img {
	transform: rotate( 15deg);
	margin-top: 0;
}
.innerbottle p {
	transform: rotate(-5deg);
	margin-top: 1.5rem;
	margin-left: 2rem;
}
.wd-sl-cmnshape,
.wd-sl-cmnshape-other,
.wd-sl-maindesk {
	position: relative;
}
.wd-sl-cmnshape:before {
    content: "";
    display: block;
    width: 700px;
    height: 700px;
    background-image: url(../images/mainshape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -40%;
    left: -100px;
    -webkit-animation: rotation 50s infinite linear;
    opacity: 0.2;
}
.wd-sl-cmnshape-other:before {
	content: "";
	display: block;
	width: 140%;
	height: 140%;
	background-image: url(../images/mainshape.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -18%;
	left: -130px;
	-webkit-animation: rotation 50s infinite linear;
	opacity: 0.2;
}
/*.wd-sl-maindesk:before {
	content: "";
	display: block;
	width: 200%;
	height: 200%;
	background-image: url(../images/mainshape.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -55%;
	left: -52%;
	-webkit-animation: rotation 50s infinite linear;
	opacity: 0.2;
	right: 0;
	bottom: 0;
}*/
.wd-sl-maindesk:before {
    content: "";
    display: block;
    width: 40%;
    height: auto;
    background-image: url(../images/mainshape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 0%;
    -webkit-animation: rotation 50s infinite linear;
    opacity: 0.2;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transform: scale(0.9);
    margin: 0 auto;
}
.wd-sl-mainindex img {
	width: 60%;
	margin: 6rem auto 0;
	position: relative;
}
.wd-sl-mainindex:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/mainshape.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -12%;
	left: 17%;
	-webkit-animation: rotation 50s infinite linear;
	opacity: 0.2;
}
#wd-sl-navbar .wd-sl-top a:hover {
    color: #000;
}
#wd-sl-navbar .wd-sl-top a {
    color: #000;
    text-transform: uppercase;
}
.wd-sl-top img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.wd-kr-true-img{vertical-align: middle;object-fit: contain;}
.wd-kr-logo{width:100px!important;height:100px;object-fit: contain;}
.wd-kr-foot-logo{width:70px;height:70px;object-fit: contain;}