/*lazy load fix .OK*/
img.lazy:not([src]),
img:not([src]){
	opacity:0;
}

/*blue shadow fix .OK*/
*{
	outline: none !important;
}
.btn:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
[type="button"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* DEFAULT LINK .FALSE
-------------------------------------------------- */
a{
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    text-align: left;
    color: #BFD9D9;
	text-decoration:none;
}
a:hover{
    color:#beffff;
	text-decoration:none;
}
a:focus{
	color:inherit;
	text-decoration:inherit;
} 

/* Body */
body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    text-align: left;
    color: #BFD9D9;
    background: url(../images/background@2x.png);
}

/* Header */

header {
    padding-top: 90px;
    position: relative;
}


/* Navbar */

header .navbar {
    background: none;
}

body.opened {
    overflow: hidden;
}


/* Nav-Item */

header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 30px;
}


/* cart-button */
header .cart-button {
	position:relative;
    margin: 0 43px;
}
header .cart-button sup {
    position: absolute;
    top: -6px;
    left: 20px;
    vertical-align: baseline;
}
header .cart-button sup span {
    min-width: 20px;
    height: 20px;
    padding: 3px 0 0;
    border-radius: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    background-color: #5eb6b6 !important;
}



/* Nav-Link */

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #BFD9D9;
    transition: color 0.5s ease, transform 0.5s ease;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #beffffcc;
}


/* Footer */

footer {
    padding-bottom: 160px;
}


/* Footer-Line */

footer .footer-line hr {
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0;
}

footer .footer-line {
    margin-bottom: 70px;
}


/* Footer-Brand */

footer .block-1 .footer-brand svg {
    margin-bottom: 25px;
}


/* Copyright */

footer .block-1 .copyright {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #BFD9D9;
}


/* Block-Title */

footer h5 {
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #BFD9D9;
}


/* First-Item */


footer .first {
    list-style: none;
    padding-left: 0;
}

footer .first li {
    margin-bottom: 20px;
}


/* First-Link*/

footer .first li a {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #BFD9D9;
    transition: color 0.4s ease;
    text-decoration: none;
}

footer .first li a:hover {
    color: #beffffcc;
}

/* social*/
footer .social{
	margin:40px 0;
	padding:0;
}
footer .social a{
	display: flex;
	align-items: center !important;
	font-size:22px;
}
footer .social a span{
	padding-left:22px;
}



/* BANNER .FALSE
-------------------------------------------------- */
body .banner{
	background:none;
}
body .banner h1{
	margin:100px 0 85px;
}



/* BREADCRUMB .FALSE
-------------------------------------------------- */
.nav-breadcrumb{
	margin-bottom:0;
	display:none;
}
.nav-breadcrumb .breadcrumb{
	padding:0;
	margin:0;
	background-color: transparent !important;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item{	
	padding-left:10px;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item,
.nav-breadcrumb .breadcrumb .breadcrumb-item.active,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a{
	opacity: 0.6;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.83;
	letter-spacing: normal;
	text-align: left;
	color: var(--black);
}
.nav-breadcrumb .breadcrumb .breadcrumb-item > a:hover{
	opacity: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
	opacity: 0.6;
	color: var(--black);
	padding-right:10px;
}


/* SECOND MENU SCROLLER .FALSE
-------------------------------------------------- */
.nav-second{
    background-color:inherit;
	/*navbar scroller*/
	position: relative;
	height:58px;
	z-index: 2;
	overflow-y: hidden;
}
.nav-second .nav {
	border-top: 1px solid #fff;
	/*navbar scroller*/
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: 0;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-second .nav .nav-item .nav-link,
.nav-second .nav .nav-item.active .nav-link {
	position:relative;
    margin-right: 24px;
    padding: 20px 0;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray-1);
}
.nav-second .nav .nav-item .nav-link:hover,
.nav-second .nav .nav-item.active .nav-link {
	color: var(--black);
}
/*.nav-second .nav .nav-item .nav-link:hover:before,*/
.nav-second .nav .nav-item.active .nav-link:before {
	content:"";
	display:block;
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	border-bottom:1px solid var(--black);
}
.nav-second .nav .nav-item:last-child .nav-link{
    margin-right: 0;
}
.nav-second .nav .nav-item .nav-link.logout-link svg{
    margin-top:-3px;
	margin-left:6px;
}
.nav-second .nav .nav-item .nav-link.logout-link:hover svg path{
    fill:var(--black);
}


/* WRAPPER .FALSE
-------------------------------------------------- */
main > .wrapper{
	margin-top:100px;
	margin-bottom:85px;
}


/* Bottom-Section */

.bottom-section {
    z-index: 10;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 82px;
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 #BFD9D95C, inset 0 0 32px 0 #FFFFFF14;
    background: linear-gradient(to right, #FFFFFF14 0%, #FFFFFF14 65%, #BFD9D95C 70%);
}


/* Xailoo-Box */

.bottom-section .xailoo-3 {
    position: relative;
}

.bottom-section .xailoo-3 img {
    position: absolute;
    bottom: -15px;
    left: 0;
}


/* Start-Learn */

.bottom-section .start-learn {
    text-align: center;
}

.bottom-section .start-learn a {
    font-family: "Roboto", sans-serif;
    font-size: 33px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #BFD9D9;
    text-decoration: none;
}


/* Buy-Now */

.bottom-section .buy-now {
    text-align: center;
}

.bottom-section .buy-now a {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #BFD9D9;
    animation: blink-animation 2s infinite;
    text-decoration: none;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Live-Support */
/* .bottom-section .live-support {
    width: 100%;
    position: relative;
} */
/* Live-Support-Button-Group */
/* .bottom-section .live-support .btn-group {
    position: absolute;
    bottom: 100px;
    right: 0;
} */
/* Live-Support-Button */
/* .bottom-section .live-support .btn-group .support-decline {}
.bottom-section .live-support .btn-group .support {}
.bottom-section .live-support .btn-group .support-image {} */


/* Home-Page .OK */

/* main */

.home main {
    overflow: hidden;
}


/* Uranus-Animate */

.home .uranus-animate {
    margin: 125px 0 0 0;
}


/* Rotater */

.home .uranus-animate .rotater {
    position: relative;
}


/* Uranus */

.home .uranus-animate .rotater .uranus {
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate-animation 1s ease-in-out forwards;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-170deg);
    }
}


/* Main-Section-1 */

.home .main-section-1 {
    margin-top: 75px;
    position: relative;
    min-height: 1465px;
}


/* Xailoo-Left */

.home .main-section-1 .xailoo-left {
    position: absolute;
    top: -105px;
    left: 0;
}


/* Go-To */

.home .main-section-1 .go-to {
    margin-bottom: 150px;
    text-align: center;
}

.home .main-section-1 .go-to a {
    display: inline-block;
    position: relative;
    z-index: 2;
}


/* Text-1 */

.home .main-section-1 .text-1 {
    position: relative;
    z-index: 2;
}

.home .main-section-1 .text-1 h2 {
    margin-bottom: 125px;
    font-family: "Roboto", sans-serif;
    font-size: 67px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #BFD9D9;
}

.home .main-section-1 .text-1 p {
    margin-bottom: 150px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #BFD9D9;
}


/* Text-2 */

.home .main-section-1 .text-2 {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.home .main-section-1 .text-2.visible {
    opacity: 1;
    transform: translateY(0);
}


.home .main-section-1 .text-2 h4 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #bfd9d9;
}


/* Main-Section-2 */

.home .main-section-2 {
    position: relative;
    min-height: 859px;
}

.home .main-section-2>.container {
    position: relative;
    z-index: 3;
}

/* Uranus-Left */

.home .main-section-2 .uranus-left {
    position: absolute;
    top: -150px;
    left: 0;
}

/* line */

.line {
    position: relative;
}

.line::before {
    position: absolute;
    right: -7px;
    bottom: -8px;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 9.4px 2px #FFFFFF;
    background-color: #BFD9D9;
    transition: 0.6s;
}

.highlight::before {
    box-shadow: 0 0 9.4px 7px #FFFFFF;
}


/* Text-1 */

.home .main-section-2 .text-1 {
    text-align: center;
}

.home .main-section-2 .text-1 h3 {
    text-align: left !important;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #BFD9D9;
}

/* Text-2 */

.home .main-section-2 .text-2 .uranus-ball {
    margin-top: 115px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 9.4px 7px #FFFFFF;
    background-color: #BFD9D9;
    position: relative;
    z-index: 2;
}

.home .light-ball {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 9.4px 2px #FFFFFF;
    background-color: #BFD9D9;
    transition: 0.6s;
}

.home .main-section-2 .text-2 .line-1 {
    width: 100%;
    height: 1px;
    margin: 58.2px 37px 25px 0;
    transform: rotate(327deg);
    background-color: #BFD9D9;
}

.home .main-section-2 .text-2 .line-2 {
    width: 1px;
    height: 100%;
    margin: 36px 0px 0px 36px;
    transform: rotate(348deg);
    background-color: #BFD9D9;
}


/* Text-3 */

.home .main-section-2 .text-3 {
    margin-top: 75px;
}

.home .main-section-2 .font-wrapper h5 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d9;
}


/* Text-4 */

.home .main-section-2 .text-4 .line-3 {
    width: 100%;
    height: 1px;
    margin: 60px 0 0 0;
    transform: rotate(202deg);
    background-color: #bfd9d9;
}

.line-3::before {
    left: -7px;
    right: 0;
}


/* Text-5 */

.home .main-section-2 .text-5 {
    margin-top: 35px;
}

.home .main-section-2 .text-5 h5 {
    text-align: right;
}

.home .main-section-2 .text-5 .line-4 {
    width: 100%;
    height: 1px;
    margin: 50px 0 0 0;
    transform: rotate(165deg);
    border: solid 1px #bfd9d9;
}


/* Text-6 */

.home .main-section-2 .text-6 .img-wrapper {
    margin: 0 0 0 27%;
}


/* Text-7 */

.home .main-section-2 .text-7 .font-wrapper h5 {
    text-align: center;
    font-size: 20px;
}

.home .main-section-2 .text-7 .line-5 {
    position: relative;
    width: 100%;
    height: 200px;
    margin: auto;
}

.home .main-section-2 .text-7 .line-5::before {
    top: 61px;
    bottom: 0;
}

.home .main-section-2 .text-7 .line-5::after,
.home .main-section-2 .text-7 .line-5 span {
    content: '';
    position: absolute;
    background-color: #bfd9d9;
    height: 1px;
    top: 50%;
    width: 50%;
}

.home .main-section-2 .text-7 .line-5 span {
    left: 0;
    transform: rotate(21deg);
    transform-origin: 100% 50%;
}

.home .main-section-2 .text-7 .line-5::after {
    right: 0;
    transform: rotate(354deg);
    transform-origin: 0 50%;
}


/* Text-8 */


.home .main-section-2 .text-8 .font-wrapper h5 {
    text-align: center;
}

.home .main-section-2 .text-8 .line-6 {
    width: 1px;
    height: 61%;
    margin: 240px 0 0 40px;
    transform: rotate(43deg);
    border: solid 1px #bfd9d9;
}

.home .main-section-2 .text-8 .line-7 {
    width: 1px;
    height: 40%;
    margin: 0 0 20px 0;
    transform: rotate(180deg);
    border: solid 1px #bfd9d9;
}

.line-7::before {
    top: -7px;
    bottom: 0;
}


/* Text-9 */

.home .main-section-2 .text-9 {
    margin-top: 30px;
}


/* Main-Section-3 */

.home .main-section-3 {
    margin-top: 150px;
}


/* Glass */

.home .main-section-3 .glass,
.work .glass {
    padding: 5px;
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 #bfd9d92e, inset 0 0 32px 0 #bfd9d91f;
    background-color: #ffffff08;
}


/* Feature-Box */

.glass .feature-box {
    padding: 65px 30px;
    border-radius: 12px;
    box-shadow: 0 26px 43px 0 #0000000a;
    background-color: #1f7e8b0d;
}


/* Text-Box */

.glass .feature-box .text-box {
    border-right: 1px solid #bfd9d9;
    padding: 0 25px;
}

.glass .feature-box .text-box {
    border-right: 1px solid #bfd9d9;
    padding: 0 25px;
}

.glass .feature-box .text-box:last-child {
    border-right: none;
    padding-right: 0;
}

.glass .feature-box .text-box:first-child {
    padding-left: 0;
}


/* Text */

.glass .feature-box h5 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d9;
    padding-bottom: 25px;
    margin: 0;
}

.glass .feature-box p {
    opacity: 0.8;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d9;
    margin: 0;
}

.glass .feature-box img {
    padding-bottom: 11px;
}


/* Main-Section-4 */

.home .main-section-4 {
    margin-top: 150px;
}


/* Text */

.home .main-section-4 h3,
.work h3 {
    margin-bottom: 70px;
}

.home .main-section-4 p,
.work .how-use p,
.work .how-work p {
    margin-bottom: 75px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #BFD9D9;
}


/* Button */

.home .main-section-4 .btn-dark,
.work .btn-dark {
    width: 100%;
    padding: 28px 85px;
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 #bfd9d936, inset 0 0 32px 0 #ffffff0a;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
    background: #ffffff08 !important;
    transition: 0.6s;
    border: none;
}

.home .main-section-4 .btn-dark:hover,
.work .btn-dark:hover {
    box-shadow: inset 0 2px 10px 0 #bfd9d936, inset 0 0 50px 0 #41dbdb33;
}


.work .btn-dark:active {
    outline: none !important;
    box-shadow: none;
    box-shadow: inset 0 2px 10px 0 #bfd9d936, inset 0 0 50px 0 #41dbdb33;
    background: #ffffff08 !important;
}

/* Main-Section-5 */

.home .main-section-5 {
    margin: 200px 0 70px;
}


/* Text */

.home .main-section-5 h3 {
    margin-bottom: 70px;
}

.home .main-section-5 p {
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #bfd9d9;
}

.home .main-section-5 .lock-animation {
    opacity: 0;
    transform: scale(0.3);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.home .main-section-5 .lock-animation.visible {
    opacity: 1;
    transform: scale(1);
}


/* work-page .OK */

/* Main-Section-1 */

.work .xailoo {
    margin-bottom: 125px;
    margin-top: 50px;
}

.work .xailoo .black-circle {
    position: relative;
    left: auto;
    right: auto;
}

.work .xailoo .green-circle {
    position: absolute;
    top: 40px;
    left: auto;
    right: auto;
}

/* Main-Section-2 */

.work .how-work {
    margin-bottom: 50px;
}


/* Main-Section-3 */

.work .glass {
    margin-bottom: 100px;
}


/* Main-Section-4 */

.work .how-use {
    margin-bottom: 75px;
}


/* qr-code-page .OK */

/* Wrapper */

.qr-code .wrapper {
    margin: 150px 0 60px;
}


/* Main-Section-1 */
.qr-code .xailoo-qr-code {
    z-index: 1;
    position: relative;
    padding: 15px;
    margin-bottom: 34px;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 rgba(191, 217, 217, 0.21), inset 0 0 32px 0 rgba(255, 255, 255, 0.04), 18px 4px 6.1px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0.031) 0%, #ffffff08 25%, #5f6d6d4d 55%);
}

.qr-code .xailoo {
    position: absolute;
    bottom: -25px;
    right: -200px;
    z-index: -1;
}

.qr-code .xailoo-app-logo{
	display:flex;
	justify-content:center;
	margin-bottom:17px;
}

/* btn */

.btn-primary {
    border: none;
    text-align: center;
    color: #fff;
    background-color: #41dbdb;
}
.btn-lg.btn-primary {
    padding: 10px 30px;
    border-radius: 50px;
}

.qr-code .btn-primary {
    width: 25%;
    transition: 0.4s;
    border-radius: 50px;
    text-align: center;
    padding: 15px 0;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #41dbdb;
}

.btn-primary:active {
    outline: none !important;
    box-shadow: none;
    background-color: #ffffff !important;
    color: #41dbdb !important;
}

/* text */

.qr-code h1 {
    margin-bottom: 65px;
}

.qr-code h5 {
    margin-bottom: 64px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}


/* sss .OK */

.faq .wrapper {
    margin: 100px 0 85px !important;
}


/* text */

.faq h1 {
    margin-bottom: 50px;
}

.faq h4 {
    margin-bottom: 85px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}


/* collapse-box */

.faq .collapse-box {
    margin-bottom: 20px;
}

.faq .collapse-5 {
    margin-bottom: 80px;
}


/* btn */

.faq .collapse-box .btn {
    width: 100%;
    height: 72px;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #1c1f20;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.faq .collapse-box .btn[aria-expanded="true"] {
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #9ad6d7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.faq .collapse-box .card-body {
    background-color: #9ad6d7;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .collapse-box .btn .arrow {
    width: 22px;
    height: 22px;
    background-image: url(../images/bottom-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq .collapse-box .btn[aria-expanded="true"] .arrow {
    background-image: url(../images/top-arrow.svg);
}


/* contact-wrapper */

.faq .contact-wrapper h3 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #bfd9d9;
}


/* contact-wrapper btn */

.faq .contact-wrapper .btn-light {
    padding: 15px 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #1c1f20;
    border-radius: 7px;
    background-color: #bfd9d9;
    border: none;
    transition: 0.4s;
}

.faq .contact-wrapper .btn-light:hover {
    background-color: #1c1f20;
    color: #bfd9d9;
}

.faq .contact-wrapper .btn-light:active {
    outline: none !important;
    box-shadow: none;
    background-color: #1c1f20;
    color: #bfd9d9;
}


/* product .OK */

/* wrapper */

.products .wrapper {
    margin: 125px 0 50px;
}


/* text */

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}

.products h1 {
    margin-bottom: 60px;
}


/* product-img */

.products .product-img .img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 110px 0 55px;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 rgba(191, 217, 217, 0.21), inset 0 0 32px 0 rgba(255, 255, 255, 0.04), 18px 4px 6.1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.03);
}

.products .product-img .img-wrapper .ellipse {
    position: absolute;
    z-index: -1;
    top: 75px;
}


/* prodcut-name */

.products .information .product-description .product-name {
    margin-bottom: 20px;
}


/* voting-box */

.products .information .product-description .voting-wrapper {
    border: 1px solid #bfd9d9;
    padding: 3px 7px 4px 8px;
    margin-bottom: 25px;
}

.products .information .product-description .voting-wrapper .star-box {
    padding: 0 25px 0 0;
    border-right: 1px solid #bfd9d9;
}

.products .information .product-description .voting-wrapper .vote-box {
    padding: 0 0 0 25px;
}

.products .information .product-description .voting-wrapper .vote-box p {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d980;
}


/* product-prices */
.products .information .product-prices {
    margin-bottom: 30px;
}

.products .information .product-prices p {
    text-decoration: line-through;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
	white-space: nowrap;
    text-align: center;
    color: #373d3f;
}

.products .information .product-prices h4 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}


/* quantity */
.products .information .quantity {
    border-radius: 7px;
    border: solid 0.5px #bfd9d9;
    display: flex;
    align-items: center;
}
.products .information .quantity input {
	margin-bottom:0;
    text-align: center;
    outline: none;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #bfd9d9;
}
.products .information .quantity .btn-secondary {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 0;
}


/* basic-features */

.products .information .product-basic-features h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d9;
    margin: 35px 0 0;
}

.products .information .product-basic-features ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px;
}

.products .information .product-basic-features li {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d9;
    margin-bottom: 10px;
}

.products .information .product-basic-features li img {
    margin-right: 10px;
}

.products .information .cart-add-button,
.products .information .product-transactions .btn-primary {
    width: 100%;
	max-width: 250px;
    transition: 0.4s;
    border-radius: 50px;
    text-align: center;
    padding: 15px 0;
}


/* features */

.products .features {
    margin-top: 90px;
}

.products .features ul {
    list-style-type: none;
    padding-left: 0;
}

.products .features ul li::before {
    content: "•";
    color: #bfd9d9;
    font-size: 1.5em;
    padding-right: 10px;
}

.products .features ul li {
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #bfd9d9;
}



/* credit .OK */


/* wrapper */

.credit .wrapper {
    margin: 125px 0 75px;
}

.credit h1 {
    margin-bottom: 100px;
}

.credit .credit-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 #bfd9d92e, inset 0 0 32px 0 #bfd9d91f;
    background-color: #ffffff08;
    opacity: 0.5;
    padding: 55px 0 40px;
    transition: 0.5s;
}

.credit .credit-box.hovered {
    background: linear-gradient(to bottom, #0d0d0d, #3a5e65);
    box-shadow: 0 12px 80px 0 rgba(177, 194, 215, 0.16);
    opacity: 1;
}

.credit .standard-box {
    position: relative;
}

.credit .standard-box .popular {
    position: absolute;
    z-index: 1;
    top: -20px;
    border-radius: 50px;
    background-color: #5eb6b6;
    padding: 11px 0;
    text-align: center;
}

.credit .standard-box .popular h5 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.credit .credit-box img {
    margin-bottom: 30px;
}

.credit .credit-box h4 {
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}

.credit .credit-box .level {
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #96a5ae;
}

.credit .credit-box .price {
    margin: 0 0 3% 0;
    display: flex;
    align-items: flex-end;
}

.credit .credit-box .price p {
    margin: 0 0 0 10%;
    font-family: "Roboto", sans-serif;
    font-size: 64px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}

.credit .credit-box .price span {
    padding: 0 0 10px 75%;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}

.credit .credit-box .person-time {
    margin-bottom: 40px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #96a5ae;
}

.credit .credit-box ul {
    margin-bottom: 40px;
    list-style-type: none;
    padding-left: 0;
}

.credit .credit-box ul li::before {
    content: "•";
    color: #5eb6b6;
    font-size: 1.5em;
    padding-right: 20px;
}

.credit .credit-box ul li {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: justify;
    color: #bfd9d9;
}

.credit .credit-box .btn-primary {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
}

.credit .note {
    margin-top: 95px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #bfd9d9;
}


/* order-inquiry .OK */

/* wrapper */

.order-inquiry .wrapper,
.contact .wrapper {
    margin: 150px 0;
}

.order-inquiry main,
.contact main {
    overflow: hidden;
}


/* xailoo-right */

.order-inquiry .content,
.contact .content {
    position: relative;
}

.order-inquiry .xailoo-right,
.contact .xailoo-right {
    position: absolute;
    right: 0;
    top: -150px;
}


/* text */

.order-inquiry h1 {
    margin-bottom: 90px;
}


/* form */

.order-inquiry .form-wrapper,
.contact .form-wrapper {
    position: relative;
    z-index: 1;
    padding: 101px 51px 91px;
    object-fit: contain;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 rgba(191, 217, 217, 0.21), inset 0 0 32px 0 rgba(255, 255, 255, 0.04);
    background: rgba(191, 217, 217, 0.25);
}

.order-inquiry .form-wrapper form label,
.contact .form-wrapper form label {
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.order-inquiry .form-wrapper form input,
.contact .form-wrapper form input {
    padding: 16px 0 16px 22px;
    border-radius: 8px;
    border: solid 1px #5eb6b6;
    background: none;
    box-shadow: 0 4px 4px 0 #00000040;
    opacity: 0.5;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.order-inquiry .form-wrapper form .mail-input {
    margin-bottom: 28px;
}

.order-inquiry .form-wrapper form .order-input {
    margin-bottom: 50px;
}

.order-inquiry .form-wrapper form input:focus-within,
.contact .form-wrapper form input:focus-within,
.contact .form-wrapper form .message-group textarea:focus-within {
    box-shadow: 0px 0px 10px #6accc5;
}

.order-inquiry .form-wrapper form input::placeholder,
.contact .form-wrapper form input::placeholder,
.contact .form-wrapper form .message-group textarea::placeholder {
    opacity: 0.5;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.order-inquiry .form-wrapper form input::-webkit-input-placeholder,
.contact .form-wrapper form input::-webkit-input-placeholder,
.contact .form-wrapper form .message-group textarea::-webkit-input-placeholder {
    opacity: 0.5;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.order-inquiry .form-wrapper form input:-moz-placeholder,
.contact .form-wrapper form input:-moz-placeholder,
.contact .form-wrapper form .message-group textarea:-moz-placeholder {
    opacity: 0.5;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.order-inquiry .form-wrapper form input::-moz-placeholder,
.contact .form-wrapper form input::-moz-placeholder,
.contact .form-wrapper form .message-group textarea::-moz-placeholder {
    opacity: 0.5;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.order-inquiry .form-wrapper form input:-ms-input-placeholder,
.contact .form-wrapper form input:-ms-input-placeholder,
.contact .form-wrapper form .message-group textarea:-ms-input-placeholder {
    opacity: 0.5;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}


.order-inquiry .form-wrapper form .btn-primary,
.contact .form-wrapper form .btn-primary {
    padding: 15px 0;
    border-radius: 8px;
    background-color: #5eb6b6;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.order-inquiry .form-wrapper form .btn-primary:hover,
.contact .form-wrapper form .btn-primary:hover {
    background-color: #fff;
    color: #5eb6b6;
}

.order-inquiry .form-wrapper form .btn-primary:active,
.contact .form-wrapper form .btn-primary:active {
    outline: none !important;
    box-shadow: none;
    background-color: #ffffff !important;
    color: #5eb6b6 !important;
}


/* confirmation */
.confirmation h1.title {
	margin-bottom:72px;
}
.confirmation .summary-box {
    padding: 75px 40px 140px;
	text-align:center;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 rgba(191, 217, 217, 0.21), inset 0 0 32px 0 rgba(255, 255, 255, 0.04);
    background: rgba(191, 217, 217, 0.25);
}
.confirmation .confirmed-summary-subtitle{
	font-family: Roboto;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	color: #bfd9d9;
}
.confirmation .order-code,
.confirmation .order-code a{
	font-family: Roboto;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #bfd9d9;
}
.confirmation .btn-primary{
	margin-top:60px;
	padding:14px 24px;
	font-family: Roboto;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}


/* emir-4 */
.order-inquiry .row .xailoo,
.contact .row .xailoo {
    position: absolute;
    right: -152px;
    top: 40px;
}


/* contact .OK */

.contact .title h1 {
    margin-bottom: 40px;
}

.contact .title p {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #bfd9d9;
}

.contact .form-wrapper {
    padding: 40px 51px 50px;
}

.contact .form-wrapper h3 {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.contact .form-wrapper form .form-group {
    margin-bottom: 30px;
}

.contact .form-wrapper form .mail-group,
.contact .form-wrapper form .phone-number-group {
    width: 47%;
}

.contact .form-wrapper form .message-group {
    margin-bottom: 40px;
}

.contact .form-wrapper form .message-group textarea {
    padding: 16px 0 16px 22px;
    border-radius: 8px;
    border: solid 1px #5eb6b6;
    background: none;
    box-shadow: 0 4px 4px 0 #00000040;
    opacity: 0.5;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
    resize: none;
}


/* cart .OK */

.cart .wrapper {
    margin-top: 100px;
    margin-bottom: 80px;
}

.cart h1 {
    margin-bottom: 80px;
}

.cart .basket-empty p {
    margin-bottom: 60px !important;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
    color: #BFD9D9;
}

.cart .cart-panel-left {
    padding: 32px 35px 66px 35px;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 #bfd9d935, inset 0 0 32px 0 #ffffff0a;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.07) 90%, rgba(155, 190, 196, 0.25) 100%);
}

.cart .cart-panel-left .address-title span {
    margin: 0 0 0 1%;
    padding-bottom: 3px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
    border-bottom: 2px solid #5eb6b6;
}

.cart .cart-panel-left .address-title h5 {
    margin: 0;
}

.cart .cart-panel-left .address-title {
    margin-bottom: 20px;
}

.cart .cart-panel-left h5 {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.cart .cart-panel-left .form-group label,
.custom .form-label
{
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}

.cart .cart-panel-left .double-form .form-group {
    width: 47% !important;
}

.cart .cart-panel-left .form-group input,
.cart .cart-panel-left .form-group textarea,
.custom .form-control,
.custom .form-select
{
    margin-bottom: 25px;
    padding: 10px 0 10px 15px;
    border-radius: 8px;
    border: solid 1px #5eb6b6;
    background: none;
    box-shadow: 0 4px 4px 0 #00000040;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d780;
}

.cart .cart-panel-left .form-group textarea,
.custom .form-select {
    padding: 15px 0 65px 15px;
    resize: none;
}

.cart .cart-panel-left .form-group input:focus-within,
.cart .cart-panel-left .form-group textarea:focus-within {
    box-shadow: 0px 0px 10px #6accc5;
}

.cart .cart-panel-left .form-group input::placeholder,
.cart .cart-panel-left .form-group textarea::placeholder,
.custom .form-control::placeholder,
.custom .form-select::placeholder {
    color: #9ad6d780;
}
.cart .cart-panel-left .form-group input::-webkit-input-placeholder,
.cart .cart-panel-left .form-group textarea::-webkit-input-placeholder,
.custom .form-control::-webkit-input-placeholder,
.custom .form-select::-webkit-input-placeholder {
    color: #9ad6d780;
}
.cart .cart-panel-left .form-group input::-moz-placeholder,
.cart .cart-panel-left .form-group textarea::-moz-placeholder,
.custom .form-control::-moz-placeholder,
.custom .form-select::-moz-placeholder {
    color: #9ad6d780;
}
.cart .cart-panel-left .form-group input:-ms-input-placeholder,
.cart .cart-panel-left .form-group textarea:-ms-input-placeholder,
.custom .form-control:-ms-input-placeholder,
.custom .form-select:-ms-input-placeholder {
    color: #9ad6d780;
}
.cart .cart-panel-left .form-group input::-ms-input-placeholder,
.cart .cart-panel-left .form-group textarea::-ms-input-placeholder,
.custom .form-control::-ms-input-placeholder,
.custom .form-select::-ms-input-placeholder {
    color: #9ad6d780;
}

.cart .cart-panel-left .custom-control {
    display: flex;
    align-items: center;
    margin: -11px 0 30px 0;
}

.cart .cart-panel-left .custom-control label,
.custom .form-check label,
.custom .form-check label a{
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
	line-height: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #648384;
}
.custom .form-check label a{
	text-decoration:underline;
}
.custom .form-check label a:hover{
    color: #beffff;
}

.cart .cart-panel-left .custom-control label span {
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #648384;
}

/*order types*/
.cart-order-types,
.cart-address .shipping-address,
.cart-address .billing-address,
.cart-payment-methods{
	margin-bottom:34px;
}
/*address*/
.cart-address .btn-cart-address{
	margin-left:30px;
	padding: 9px 0 8px 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.68;
	letter-spacing: normal;
	text-align: center;
	background:none;
	white-space:nowrap;
	color:#BFD9D9;
}
.cart-address .btn-cart-address svg{
	margin-right:6px;
}
.cart-address .btn-cart-address svg rect{
	fill: #5eb6b6;
}
.cart-address .btn-cart-address:hover,
.cart-address .btn-cart-address:active{
	color: var(--gray) !important;
}
.cart-address .edit-remove-bar{
	margin-top:10px;
}
.cart-address .edit-remove-bar a{
	margin-left:20px !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
}
.cart-address .edit-remove-bar a:hover{
}
.cart-address .edit-remove-bar a svg{
	display:none;
}
/*billing address*/
.cart-address .billing-address .same-delivery-address{
	margin-top:25px;
}
.cart-address .list-group-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*payment methods*/
.cart-payment-methods .credit-card{
	margin-top:30px;
}
.cart-payment-methods .credit-card .credit-card-bank .form-group{
	margin-bottom:15px;
}
.cart-payment-methods .credit-card .credit-card-bank .credit-card-image{
	display:none;
	margin-bottom:16px;
}
.cart-payment-methods .credit-card .credit-card-bank .installment-header [class*=col-]{
	font-weight:600;
	font-size:14px !important;
	color: #9ad6d7 !important;
}
.cart-payment-methods .credit-card .credit-card-installment{
	padding-left:0;
}
.custom .cart-payment-methods .credit-card .credit-card-installment .form-group label{
	font-size:14px !important;
	color: #9ad6d7 !important;
}
.custom .cart-payment-methods .credit-card .credit-card-installment .form-group input{
	margin-bottom:0;
}
.cart-payment-methods .credit-card .credit-card-bank .card-installment-values{
	text-align:center;
}
.cart-payment-methods .credit-card .credit-card-bank .card-installment label{
	margin-bottom:0;
}
/*bank account*/
.cart-payment-methods .bank-account{
	margin-top:30px;
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check{
  margin-bottom:30px;
  margin-right: 13px;
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check:last-child{
  margin-right: 0;
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check img{
  border: solid 1px var(--stroke-1);
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check-label{
  top: 50%;
  transform:translateY(-50%);
}
.cart-payment-methods .bank-account .accordion .collapse-content{
	margin-bottom:30px;
	opacity: 1;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.46;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.cart-payment-methods .bank-account .accordion .collapse-content b {
	font-weight: normal;
}
.cart-payment-methods .bank-account textarea.form-control {
    margin-top: 0 !important;
}
/*order notes*/
.cart-order-notes h5{
	margin-bottom:20px;
}
.cart-order-notes{
	margin-bottom:30px;
}
.cart-order-notes #orderNotes{
}
/*policy*/
.cart .policy{
	margin-bottom:60px;
}
/*submit*/
.cart input[type="submit"]{
	width:100%;
}
/*credit card modal*/
#creditCardModal .spinner-wrap{
	position:relative;
}
#creditCardModal .spinner-wrap .spinner-center{
	position: absolute;
    top: 34px;
	width:100%;
    text-align:center;
}
#creditCardModal .modal-body{
	min-height:100px;
}

.cart .cart-panel-left .custom-control input,
.custom .form-check .form-check-input[type=checkbox] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #5eb6b6;
    background: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cart .cart-panel-left .custom-control input:checked::after,
.custom .form-check-input:checked[type=checkbox]:checked::after {
    content: "";
    width: 5px;
    height: 11px;
    border: solid #5eb6b6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom .form-check .form-check-input[type=radio] {
    width: 15px;
    height: 15px;
    border-color: #5eb6b6;
	background:none;
}
.custom .form-check .form-check-input:checked[type=radio] {
    background-color: #5eb6b6;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%27-4%20-4%208%208%27%3E%3Ccircle%20r%3D%272%27%20style%3D%22filL%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E') !important;
}

.cart .cart-panel-left .btn-primary {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    background-color: #5eb6b6;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.cart .cart-panel-left form .btn-primary:hover,
.cart .cart-panel-left .btn-primary:hover {
    background-color: #fff;
    color: #5eb6b6;
}

.cart .cart-panel-left .btn-primary:active,
.cart .cart-panel-left .btn-primary:active {
    outline: none !important;
    box-shadow: none;
    background-color: #ffffff !important;
    color: #5eb6b6 !important;
}

.cart .cart-line {
    width: 50%;
    height: 100%;
    border-left: 1px solid #bfd9d9;
}
/*cart-panel-right*/
.cart .cart-panel-right{
	position:relative;
	padding-left:76px;
}
.cart .cart-panel-right:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:32px;
	border-left: 1px solid #bfd9d9;
}
.cart .cart-panel-right .cart-products-wrap {
    margin-bottom: 150px;
}
/*
.cart .cart-panel-right .cart-products-wrap .products-image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 35px 0 25px;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 rgba(191, 217, 217, 0.21), inset 0 0 32px 0 rgba(255, 255, 255, 0.04), 18px 4px 6.1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.03);
    margin-bottom: 30px;
}
.cart .cart-panel-right .cart-products-wrap .products-image .ellipse {
    position: absolute;
    z-index: -1;
    top: 10px;
}
*/
.cart .cart-panel-right .cart-products-wrap .products-sku {
	display:none;
}
.cart .cart-panel-right .cart-products-wrap .products-information .products-title svg {
    margin-bottom: 8px;
}

.cart .cart-panel-right .cart-products-wrap .products-information .price {
    margin-bottom: 7px;
}

.cart .cart-panel-right .cart-products-wrap .products-information .price p {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    text-decoration: line-through;
    letter-spacing: normal;
    text-align: justify;
    color: #373d3f;
    margin: 0;
}

.cart .cart-panel-right .cart-products-wrap .products-information .total {
    margin-bottom: 20px;
}

.cart .cart-panel-right .cart-products-wrap .products-information .total strong {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #bfd9d9;
}


/* quantity */
.cart .quantity {
    border-radius: 7px;
    border: solid 0.5px #bfd9d9;
    display: flex;
    align-items: center;
}
.cart .quantity input {
	margin-bottom:0;
    text-align: center;
    outline: none;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #bfd9d9;
}
.cart .quantity .btn-secondary {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 0;
}

.cart .cart-panel-right .cart-coupon-code input {
    background: none;
    width: 60%;
    border-radius: 50px;
    border: solid 1px #bfd9d9;
    box-shadow: 0 4px 4px 0 #ffffff40;
}

.cart .cart-panel-right .cart-coupon-code input {
    background: none;
    width: 65%;
    border-radius: 50px;
    border: solid 1px #bfd9d9;
    box-shadow: 0 0 10px #ffffff40;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d938;
}

.cart .cart-panel-right .cart-coupon-code input:focus-within {
    box-shadow: 0px 0px 10px rgba(65, 219, 219, 0.6);
}

.cart .cart-panel-right .cart-coupon-code input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d938;
}

.cart .cart-panel-right .cart-coupon-code input::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d938;
}

.cart .cart-panel-right .cart-coupon-code input:-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d938;
}

.cart .cart-panel-right .cart-coupon-code input::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d938;
}

.cart .cart-panel-right .cart-coupon-code input:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #bfd9d938;
}

.cart .cart-panel-right .cart-coupon-code .btn-primary {
    padding: 12px 32.2px;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
}

.cart .cart-panel-right .cart-grand-total {
    padding: 18px 0 0 0;
}

.cart .cart-panel-right .cart-grand-total {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #bfd9d9;
}

.cart .cart-panel-right .points-grand-total {
    padding: 0 0 0 0;
    margin: 1px 0 18px 0;
}

.cart .cart-panel-right .points-grand-total {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #687276;
}

.cart .cart-panel-right .price-note {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: justify;
    color: #687276;
}

.list-group {
    --bs-list-group-color: initial;
    --bs-list-group-bg: initial;
    --bs-list-group-border-color: initial;
    --bs-list-group-border-width: initial;
    --bs-list-group-border-radius: initial;
    --bs-list-group-action-color: initial;
    --bs-list-group-action-hover-color: initial;
    --bs-list-group-action-hover-bg: initial;
    --bs-list-group-action-active-color: initial;
    --bs-list-group-action-active-bg: initial;
    --bs-list-group-disabled-color: initial;
    --bs-list-group-disabled-bg: initial;
    --bs-list-group-active-color: initial;
    --bs-list-group-active-bg: initial;
    --bs-list-group-active-border-color: initial;
}



/* MODAL .OK
-------------------------------------------------- */
.modal-backdrop.show {
    opacity: .8;
}
.modal .close:not(.btn-close){
	background:none;
}
.modal button.close[data-bs-dismiss="modal"] {
	z-index:9999;
	position:fixed;
	top:24px;
	right:24px;
	background:none;
	float:inherit;
	font-size:inherit;
}
.modal .modal-content {
	border-radius:0;
}
/*modal as left/right sidebar .OK */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	max-width: inherit;
	width: 418px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
	padding-left:30px;
	padding-right:30px;
}
/*Left*/
.modal.left.fade .modal-dialog{
	left: -418px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog{
	left: 0;
}  
/*Right*/
.modal.right.fade .modal-dialog {
	right: -418px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
/*model center wrap*/
.modal.sidebar .modal-body .wrap{
	width:100%;
}
/*model sidebar style*/
.modal.sidebar .modal-content{
	border-radius: 0;
	border: none;

	-webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    box-shadow: inset 0 1px 4px 0 #bfd9d935, inset 0 0 32px 0 #ffffff0a;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.07) 90%, rgba(155, 190, 196, 0.25) 100%);

}
.modal.sidebar .modal-body{
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.87;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.modal.sidebar h4{
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}
.modal.sidebar h5{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9ad6d7;
}
/*modal language+currency .OK*/
.modal.sidebar .language,
.modal.sidebar .currency{
	margin:50px 20px 0 20px;
}
.modal.sidebar .currency{
	margin-top:70px;
}
.modal.sidebar .language h4,
.modal.sidebar .currency h4{
	margin-bottom:60px;
}
.modal.sidebar .language h5,
.modal.sidebar .currency h5{
	font-size: 15px;
	font-weight: 500;
}
.modal.sidebar .language ul,
.modal.sidebar .currency ul{
	display:inline-block;
	width:100%;
	padding-left:0;
	margin-top:30px;
	margin-bottom:0;
}
.modal.sidebar .language ul > li,
.modal.sidebar .currency ul > li{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.modal.sidebar .language ul > li a,
.modal.sidebar .currency ul > li a{
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #648384;
}
.modal.sidebar .language ul > li a.active,
.modal.sidebar .language ul > li a:hover,
.modal.sidebar .currency ul > li a.active,
.modal.sidebar .currency ul > li a:hover{
	color: #648384;
}
.modal.sidebar .language ul > li a img,
.modal.sidebar .currency ul > li a figure{
	opacity:0.5;
}
.modal.sidebar .currency ul > li a figure{
	display:inline-block;
	margin:0;
	width: 48px;
	height: 48px;
	line-height:47px;
	border-radius:48px;
	border: solid 1px var(--color-2);
	background-color: var(--white);
	font-size:18px;
	text-align:center;
}
.modal.sidebar .language ul > li a.active img,
.modal.sidebar .language ul > li a:hover img,
.modal.sidebar .currency ul > li a.active figure,
.modal.sidebar .currency ul > li a:hover figure{
	opacity:1;
}
.modal.sidebar .language ul > li a span,
.modal.sidebar .currency ul > li a span{
	margin-left:16px;
}
/*fullscreen modal*/
.modal .modal-fullscreen .modal-body{
	padding: 58px 0 !important;
}
/*modal centered*/
/*
.modal .modal-dialog-centered:not(.modal-fullscreen) button.close[data-bs-dismiss="modal"]{
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
*/
/*login modal*/
#loginModal .modal-body h5{
	margin: 40px auto 14px auto;
	max-width: 240px;
	font-family: 'cormorant-garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	text-align: center;
	color: #648384;
}
#loginModal .modal-body p{
	max-width: 240px;
	margin: 0 auto 28px auto;
	font-family: 'cormorant-garamond', serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #648384;
}
#loginModal .modal-body .btn{
	width:100%;
}
#loginModal .modal-body .register-wrap{
	margin-bottom: 20px;
}
#loginModal .modal-body .register-wrap h5{
	margin: 52px auto 18px auto;
}
/*header search modal .FALSE*/
#searchModal{
	padding:0 !important;
}
#searchModal .modal-dialog{
	width: 100% !important;
	max-width:inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}
#searchModal .modal-content{
	height: 310px;
	background-color: var(--white);
	border:none;
	border-radius:0;
}
#searchModal .modal-body{
	padding:0 !important;
}
#searchModal .logo{
	margin-top:34px;
	margin-bottom:50px;
	/*width:282px;*/
}
#searchModal form {
	max-width: 736px;
	margin:0 auto;
}
#searchModal form.custom .form-group {
	margin-bottom:50px;
	position:relative;
}
#searchModal .custom .search-input {
	height: 46px;
	padding: 0;
	font-family: 'cormorant-garamond', serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #648384;
	border-radius: 0;
	border:none;
	border-bottom: solid 1px var(--stroke-1) !important;
	background-color: transparent;
}
#searchModal .custom .search-input:focus {
	border:none !important;
	border-bottom: solid 1px var(--color-2) !important;
}
#searchModal form.custom input[type=submit] {
	display:inherit !important;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.889%201.5a8.389%208.389%200%201%200%200%2016.778%208.389%208.389%200%200%200%200-16.778zM.5%209.889a9.389%209.389%200%201%201%2018.778%200%209.389%209.389%200%200%201-18.778%200z%22%20fill%3D%22%231D252D%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22m16.52%2015.813%204.834%204.833-.707.708-4.834-4.834.707-.707z%22%20fill%3D%22%231D252D%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-size: 22px 22px;
	background-color: transparent !important;
    color: transparent;
    outline: none;
    border: none;
}
/*info-modal*/
.modal.info-modal .modal-body{
	padding-top:60px;
	padding-bottom:100px;
}
.modal.info-modal.thanks .info-svg{
	display:block;
	margin:0 auto 30px auto;
	width: 80px;
	height: 80px;
	padding: 21px;
	background-color: #7cba19;
	border-radius:80px;
}
.modal.info-modal .info-title{
	margin-bottom:14px;
	font-family: 'Outfit', sans-serif;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #648384;
}
.modal.info-modal .info-text{
	font-family: Inter;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: center;
	color: #648384;
}
/*address modal*/
#addressModal h5{
	margin: 34px 0 42px 0;
	text-align: center;
	color: #bfd9d9;
}


/* ALERTS .OK
-------------------------------------------------- */
#Msgbox,
#Msgbox a{
	font-size:13px;
	line-height:1.33;
	text-align:left;
	border-radius:0;
}
#Msgbox.alert-danger a{
	color: var(--bs-alert-color);
}
#Msgbox.alert-danger a:hover{
	text-decoration:underline;
}
#Msgbox .btn-close{
	text-indent:-10000px;
}




/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        padding-top: 10px;
        background: linear-gradient(to bottom, #0d0d0d 0%, #0d0d0d 15%, #182123 95%);
        box-shadow: 0 12px 80px 0 rgba(177, 194, 215, 0.16);
        backdrop-filter: blur(90px);
    }

    body.opened header {
        background: linear-gradient(to bottom, #0d0d0d, #325258);
        backdrop-filter: none;
    }

    header .header-top {
        padding-bottom: 10px;
    }

    header .navbar-brand a svg {
        width: 200px;
    }
	
	header .navbar-toggler {
		margin-left: 25px;
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
	}

	header .navbar-brand svg {
		width: 200px;
	}

	header .navbar-toggler {
		margin-left: 25px;
	}

	header .navbar-toggler span {
		width: 35px;
		height: 2px;
		margin-bottom: 8px;
		background: #BFD9D9;
		transition: 0.5s;
		display: block;
	}

	header .navbar-toggler span:nth-child(2) {
		width: 25px;
		margin-left: auto;
	}

	header .navbar-toggler span:nth-child(3) {
		margin-bottom: 0;
	}

	body.opened header .navbar-toggler {
		margin-left: 25px;
		flex-direction: column;
	}

	body.opened header .navbar-toggler span:nth-child(1) {
		transform: rotate(45deg);
		margin: 0;
	}

	body.opened header .navbar-toggler span:nth-child(2) {
		display: none !important;
	}

	body.opened header .navbar-toggler span:nth-child(3) {
		transform: rotate(-45deg);
		margin-top: -2px;
	}

	header .btn-group .cart-button {
		margin: 0 !important;
	}

	header nav {
		padding: 0 0;
	}

	header nav .navbar-collapse {
		border-top: 1px solid #bfd9d980;
		margin-left: -12px;
		padding-left: 12px;
		margin-right: -12px;
		padding-right: 12px;
	}

	header nav .navbar-nav .nav-item {
		margin: 0 -12px !important;
		padding: 10px 12px !important;
		border-bottom: 1px solid #bfd9d980;
	}

	header nav .navbar-nav .nav-item .nav-link {
		text-align: left !important;
	}
	

    footer .block {
        margin-bottom: 50px;
    }

    .home .main-section-2 .text-1 h3 {
        text-align: left !important;
        margin-top: 50px;
    }

    .home .light-ball {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        box-shadow: 0 0 9.4px 7px #FFFFFF;
        background-color: #BFD9D9;
    }

    .home .text-2 {
        margin-top: 30px;
    }

    .home .main-section-2 .text-2 .line-2 {
        height: 150px;
        margin: 0;
        transform: none;
    }

    .home .main-section-2 .text-3 {
        margin-top: 10px;
    }

    .home .main-section-2 .text-4 .line-3 {
        width: 1px;
        height: 150px;
        margin: 0;
        transform: none;
    }

    .home .main-section-2 .text-4 {
        margin-top: 10px;
    }

    .home .main-section-2 .text-5 .line-4 {
        width: 1px;
        height: 150px;
        margin: 0;
        transform: none;
    }

    .home .main-section-2 .text-5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home .main-section-2 .text-6 .img-wrapper {
        margin: 0;
    }

    .home .main-section-2 .text-7 .line-5 {
        width: 1px;
        height: 150px;
        border: solid 1px #bfd9d9;
    }

    .home .main-section-2 .text-7 {
        margin-top: 10px;
    }

    .home .main-section-2 .text-7 .line-center {
        align-items: center;
    }

    .home .main-section-2 .text-7 .font-wrapper {
        text-align: center;
        margin-top: 10px;
    }

    .home .main-section-2 .text-8 .line-6 {
        width: 1px;
        height: 150px;
        margin: 0;
        transform: none;
        border: solid 1px #bfd9d9;
    }

    .home .main-section-2 .text-8 .line-7 {
        width: 1px;
        height: 150px;
        margin: 10px 0 10px 0;
        transform: none;
        border: solid 1px #bfd9d9;
    }

    .line::before {
        box-shadow: 0 0 9.4px 7px #FFFFFF;
    }

    .home .main-section-2 .text-7 .line-5::before {
        top: unset;
        bottom: -8px;
    }

    .home .main-section-2 .text-8 .line-7::before {
        top: unset;
        bottom: -8px;
    }

    .home .main-section-2 .font-wrapper h5 {
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #bfd9d9;
    }

    .glass .feature-box .text-box {
        border-right: none;
        border-bottom: 1px solid #bfd9d9;
        padding: 25px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .glass .feature-box .text-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .glass .feature-box .text-box:first-child {
        padding-top: 0;
    }

    .glass .feature-box h5 {
        text-align: center;
        padding-bottom: 20px;
    }

    .glass .feature-box p {
        text-align: center;
    }

    .home .main-section-4 p,
    .work .main-section-4 p,
    .work .main-section-2 p {
        margin-bottom: 75px;
        text-align: center;
    }

    .qr-code .btn-primary {
        width: 50%;
    }

    .credit .credit-box {
        background: linear-gradient(to bottom, #0d0d0d, #3a5e65);
        box-shadow: 0 12px 80px 0 rgba(177, 194, 215, 0.16);
        opacity: 1;
        margin-bottom: 10%;
    }
	.cart .cart-panel-left {
		padding: 32px 20px 66px 20px;
	}
    .cart .cart-panel-right .cart-products-wrap .cart-products {
        margin-top: 30px;
    }
}

/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .qr-code .btn-primary {
        width: 75%;
    }

    .contact .form-wrapper form .mail-group,
    .contact .form-wrapper form .phone-number-group {
        width: 100%;
    }

    .cart .cart-panel-left .double-form {
        display: block !important;
    }

    .cart .cart-panel-left .double-form .form-group {
        width: 100% !important;
    }
}

/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .home .main-section-1 .text-1 h2 {
        font-size: 58px;
    }

    .qr-code .btn-primary {
        width: 90%;
    }
}

/*#new add (only for desktop screens)*/
@media all and (min-width: 992px) {
    .home .main-section-2 .text-6 {
        margin: 20px 0 0 0;
    }
}

/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin-left: 10px;
		margin-right: 10px;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 22px;
	}
	
    .home .main-section-2 .text-5 .line-4 {
        margin: 20px 0 0 0;
    }

    .home .main-section-2 .text-7 .line-5::after {
        transform: rotate(352deg);
    }

    .home .main-section-2 .text-7 .line-5::before {
        transform: rotate(36deg);
    }

    .home .main-section-2 .text-8 .line-6 {
        height: 50%;
        margin: 190px 0 0 30px;
        transform: rotate(34deg);
    }
}

/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {

    .home .main-section-2 .text-7 .line-5::after {
        transform: rotate(353deg);
    }

    .home .main-section-2 .text-7 .line-5::before {
        transform: rotate(31deg);
    }

    .home .main-section-2 .text-8 .line-6 {
        height: 58%;
        margin: 210px 0 0 25px;
        transform: rotate(39deg);
    }
}

/*Extra extra large (xxl) devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1919.98px) {}

/*#new add (full hd, 1920px and up)*/
@media all and (min-width: 1920px) {}