/* =Fonts
========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:14px; line-height:1.45; font-weight: 400; font-family: 'Roboto', Arial, Helvetica, sans-serif; color:#4D4D4D; background: #F0F4F7; letter-spacing: 0.025rem; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#9450D3; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#9450D3; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 600; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.3; margin:0 0 0.8rem; font-weight: 700; color: #263238; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.125rem; } /* 18px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1434px; }
.text-primary { color:#9450D3 !important; }
.bg-primary { background:#9450D3 !important; }
.bg-primary-light { background:#7B619E !important; }
.bg-secondary { background:#320D56 !important; }
.bg-light { background-color: #F0F4F8 !important; }
.text-black { color:#263238 !important; }
.bg-black { background:#263238 !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }



/* = Intro Page Css
========================================================================================*/
.btn { border-radius: 50px; font-weight: 600; font-size: 0.8rem; padding:0.3rem 1rem; box-shadow: none !important; outline: none !important; border: 0; transition: 0.35s all; }
.btn.btn-primary { background:#9450D3; color: #fff; }
.btn.btn-primary:hover, .btn.btn-primary:focus { background: #000; color: #fff; }
.btn.btn-primary-outline { background-color: transparent; color: #9450D3; border: 1px solid #dedede; }
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus { background-color: #9450D3; color: #fff; border-color: #9450D3; }

/* = Header Css
========================================================================================*/
.header { position: absolute; z-index: 5; left: 1rem; right: 1rem; top: 2rem; }
.logo figure { margin: 0; } 
.logo { max-width: 78px; width: 100%; } 
.header-right { display: flex; align-items: center; margin-left: auto; } 
.header-right a { position: relative; margin-left: 0.6rem; }
.header-right figure { height: 24px; width: 24px; margin: 0; } 
.header-right figure svg { fill: #fff; width: 100%; height: auto; } 
.item-count { position: absolute; height: 13px; width: 13px; top: -5px; right: -4px; color: #fff; background: #FF4B4B; font-size: 10px; text-align: center; border-radius: 50px; font-weight: 600; }

/* = Footer Css
========================================================================================*/
.footer-bottom-box { display: flex; align-items: center; background: #F0F4F7; border-radius: 500px; justify-content: center; padding: 0.3rem; }
.footer-bottom { position: sticky; bottom: 0; z-index: 5; background: #7B619E; padding: 1rem; margin-bottom: -1rem; margin-left: 0; margin-right: 0; border-radius: 0 0 40px 40px; }
.footer-bottom-box a figure { margin: 0; }
.footer-bottom-box a { margin: 0 0.4rem; }
.footer-bottom-box a figure svg { width: 100%; height: auto; }
.f-ico figure { width: 25px; }
.p-2 .footer-bottom { margin-bottom: -0.5rem; }
.active .f-cart-ico svg .active-fill { fill: #9450D3; }
.active .f-cart-ico .active-fill-white { stroke: #fff; }
.active.f-user-ico svg path { stroke-width: 0; fill: #9450D3; }
.active .f-bag-ico svg path { fill: #003F1D; stroke: #FFD600;  }



/* = Intro Page Css
========================================================================================*/
.intro-box { background: #2F0046; padding: 1rem 0; }
.intro-video-box { position: relative; z-index: 1; height: calc(100vh - 178px); }
.intro-video-box video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.hero-video { position: relative; border-radius: 0.6rem; padding-top: 56.25%; background: #2F0046; overflow: hidden; }
.hero-video video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.get-app-box { position: sticky; top: 1rem; z-index: 5; background: #EBE2FD; margin: 0 1rem; border-radius: 1rem; padding: 1rem; display: flex; align-items: center; height: 102px; } 
.voyshop-app-logo { position: absolute; right: 1rem; top: 0.5rem; margin: 0; max-width: 35px; }
.voyshop-app-logo svg { width: 100%; height: auto; }
.voyshop-app-icon { height: 50px; width: 50px; background: #9450D3; min-width: 50px; border-radius: 0.8rem; padding: 0.5rem; display: flex; align-items: center; justify-content: center; margin: 0 0.5rem 0 0; }
.voyshop-app-icon svg { width: 100%; height: auto; }
.voyshop-app-box { display: flex; align-items: center; width: 100%; }
.voyshop-app-content { font-size: 0.8rem; padding-right: 1rem; }
.voyshop-app-content h5 { margin: 0; font-size: 0.85rem; }
.voyshop-app-box .btn { margin-left: auto; white-space: nowrap; font-size: 0.8rem; }
.guest-link { text-align: center; padding: 1rem 0 0.5rem; }
.guest-link a { color: #fff; text-decoration: underline; }


/* = Home Page Css
========================================================================================*/
.hero-box { border-radius: 30px; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; overflow: hidden; color: #fff; padding: 1.5rem; margin-bottom: 1rem; }
.hero-box:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.4; z-index: -1; color: #fff; }
.hero-profile { display: flex; align-items: center; margin: 4rem 0 1rem; }
.hero-profile figure { height: 38px; width: 38px; border-radius: 50px; position: relative; overflow: hidden; box-shadow: 0px 4px 4px 0px #00000040; margin: 0 0.6rem 0 0; }
.hero-profile figure img { width: 100%; height: auto; }
.hero-search h5 { color: #fff; }
.hero-search .form-group { position: relative; }
.hero-search .form-control { background: transparent; color: #fff; border-color: #fff; box-shadow: none; outline: none; height: 38px; padding-right: 3rem; border-radius: 12px; font-size: 12px; }
.hero-search .form-control::placeholder { color: #fff; opacity: 1; }
.hero-search .search-btn { position: absolute; top: 0; right: 0; background: transparent; border: 0; height: 38px; width: 38px; display: flex; align-items: center; justify-content: center; box-shadow: none; outline: none; }
.search-btn svg { width: 16px; height: auto; fill: #fff; }

.product-list-main-box { background: #7B619E; border-radius: 30px 30px 0 0; position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; }
.product-list-main-box .voyshop-app-icon { margin: -30px auto 1rem; height: 45px; width: 45px; background: #fff; border-radius: 50%; min-width: 45px; } 
.product-list-main-box .voyshop-app-icon svg path { fill: #9450D3; }
.product-tab-box .nav-tabs { border: 0; margin-bottom: 1rem; justify-content: space-between; padding: 0 1rem; }
.product-tab-box .nav-tabs .nav-link { padding: 0 0 0.4rem 0; color: #fff; border: 0; background: transparent; position: relative; font-weight: 600; letter-spacing: 0.04rem; margin: 0; }
.product-tab-box .nav-tabs li { margin: 0 0.5rem; }
.product-tab-box .nav-tabs .nav-link:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; width: 0; border-radius: 50px; background: #fff; margin: auto; transition: 0.35s all; }
.product-tab-box .nav-tabs .nav-link.active::after { width: 100%; }

.product-list { padding: 0.8rem 0; background: #f0f4f7; }
.product-list-box { background: #fff; border-radius: 0.5rem; position: relative; overflow: hidden; }
.product-list-box figure { margin: 0; position: relative; overflow: hidden; }
.product-list-box figure img { width: 100%; height: auto; }
.product-info-box { padding: 0.8rem; }
.product-info-box .product-star { max-width: 70px; font-size: 0; margin: 0 0 0.4rem 0; }
.product-info-box .product-star svg { fill: #fed000; width: 100%; height: auto; }
.product-info-box h5 { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.8rem; margin: 0 0 0.3rem 0; } 
.product-info-box h5 a { text-decoration: none; }
.product-price { color: #6425a2; font-weight: 800; font-size: 1rem; } 
.wishlist-ico { min-width: 16px; margin-left: auto; width: 16px; } 
.wishlist-ico svg { width: 100%; height: auto; fill: #6425a2; }
.product-info-box .btn { padding: 0.3rem 0.6rem; color: #6425a2; }
.product-info-box .btn:hover { background-color: #6425a2; color: #fff; border-color: #6425a2; }
.quick-view { position: absolute; bottom: 1px; background: #fff; left: 0; right: 0; font-weight: 500; color: #000; padding: 0.4rem 0.5rem; transform: translateY(100%); opacity: 0; visibility: hidden; transition: 0.35s all; border-bottom: 1px solid #dedede; }
.quick-view a { display: flex; align-items: center; justify-content: center; color: #000; }
.quick-view figure { width: 20px; min-width: 20px; margin: 0 0.5rem 0 0; }
.quick-view figure svg { fill: #6425a2; width: 100%; height: auto; }
.product-list-box:hover .quick-view { transform: translateY(0); opacity: 1; visibility: visible; }




/* = Coinbox Page Css
========================================================================================*/
.coinbox-bg { background-color: #003F1D; }
.coinbox-logo-box { margin: 1.7rem 0; }
.coinbox-logo-box figure { max-width: 250px; width: 100%; margin: 0 auto; }
.coinbox-logo-box figure img { width: 100%; height: auto; }
.collaboration-text figure { margin: 0; max-width: 32px; }
.collaboration-text p { margin-bottom: 0; }
.collaboration-text { color: #FFD600; }
.coinbox-logo-box { margin-bottom: 1.7rem; }
.coinbox-input { display: flex; align-items: center; justify-content: center; }
.coinbox-input .form-control { width: 30px; height: 30px; border: 0; padding: 0; text-align: center; background: #FFFFFF96; border-radius: 50%; margin: 0 0.2rem; color: #fff; font-weight: 800; font-size: 1.2rem; outline: none; box-shadow: none; }
.coinbox-input-digit-box { max-width: 278px; margin: 0 auto; width: 100%; }
.coinbox-input-digit-box .btn { height: 65px; width: 65px; border: 2px solid #FFFFFF; font-size: 1.5rem; color: #fff; margin: auto; display: block; background-color: #003F1D; transition: 0.35s all; }
.coinbox-input-digit-box .btn:hover { color: #003F1D; background-color: #fff; }
.coinbox-input-digit-box svg path { transition: 0.35s all; }
.coinbox-input-digit-box .btn:hover svg path { fill: #003F1D; }
.coinbox-input-digit-box .btn.forgot-pin { border: 0; font-size: 1.2rem; width: auto; background: transparent; color: #fff; }


/* = Coinbox Page Css
========================================================================================*/
.story-top-box {  background-color: #2F0046; border-radius: 30px; padding: 1rem; }
.story-top-box .header { position: static; }
.story-list-box { margin-top: 1rem; }
.story-list-box ul li.story-read { color: #fff; }
.story-list-box ul { margin: 0; padding: 0; list-style: none; display: flex; overflow: auto; }
.story-list-box li figure { height: 70px; width: 70px; margin: 0 auto 0.2rem; border-radius: 50%; position: relative; background: linear-gradient(90deg, #D97DCC 0%, #9350D3 64.6%); padding: 3px; }
.story-list-box li.story-read figure { background: #fff; } 
.story-list-box li figure img { border-radius: 50%; background: #2f0046; padding: 2px; }
.story-list-box ul li { margin-right: 0.6rem; color: #9350D3; font-size: 12px; white-space: nowrap; }
.add-story-ico { position: absolute; right: 0; bottom: 0; height: 23px; width: 23px; }
.add-story-ico svg { width: 100%; height: auto; }
.story-btn-box { display: flex; justify-content: space-between; margin-top: 0.5rem; }
.story-btn-box .btn { border-radius: 5px; }
.btn.btn-explore { position: relative; z-index: 1; overflow: hidden; background: linear-gradient(90deg, #D97DCC 0%, #9542FF 64.6%); color: #9542FF; }
.btn.btn-explore:after { content: ""; position: absolute; top: 1px; bottom: 1px; left: 1px; right: 1px; background-color: #2F0046; z-index: -1; border-radius: 5px; }
.btn.btn-following { position: relative; z-index: 1; overflow: hidden; background: linear-gradient(90deg, #D97DCC 0%, #9542FF 64.6%); color: #2F0046; }
.feed-post-box .voyshop-app-icon { margin: 0 auto -16px; height: 45px; width: 45px; background: #fff; border-radius: 50%; min-width: 45px; position: relative; }

.rounded-4 { border-radius: 16px !important; }
.rounded-5 { border-radius: 30px !important; }
.feed-profile figure { height: 30px; width: 30px; min-width: 30px; margin: 0 0.4rem 0 0; border-radius: 50%; position: relative; background: linear-gradient(90deg, #D97DCC 0%, #9350D3 64.6%); padding: 2px; }
.feed-profile figure img { border-radius: 50%; background: #2f0046; padding: 2px; }
.feed-profile p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.feed-top-box { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; }
.feed-profile-box { display: flex; align-items: center; width: calc(100% - 101px); }
.feed-profile { display: flex; align-items: center; color: #fff; overflow: hidden; text-overflow: ellipsis; }
.verify-ico { margin: 0 0 0 0.4rem; width: 13px; min-width: 13px; }
.feed-middle { position: relative; }
.feed-top-right { display: flex; align-items: center; }
.play-lock { text-align: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 80px; width: 55px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.play-lock svg { width: 100%; height: auto; }
.play-lock a { color: #190829; font-weight: 700; text-decoration: underline; }
.feed-bottom { margin-top: 0.5rem; display: flex; justify-content: space-between; }
.feed-bottom-left { display: flex; align-items: center; }
.feed-bottom-left a { display: flex; align-items: center; color: #fff; font-weight: 600; margin: 0 0.3rem 0 0; }
.feed-bottom-left figure { width: 20px; height: auto; margin: 0 0.2rem 0 0; }
.feed-bottom-left figure svg { width: 100%; height: auto; }
.feed-chat figure { min-width: 30px; width: 30px; margin: 0 0.3rem 0 0; position: relative; overflow: hidden; border-radius: 50px; }
.feed-chat { background: #EBE2FD; display: flex; align-items: center; justify-content: center; color: #190829; font-weight: 600; padding: 0.3rem; border-radius: 50px; }
.tutorial-box { background: #7B619E; border-radius: 0.5rem; padding: 0.5rem 0.7rem; color: #fff; letter-spacing: 0; margin-top: 0.8rem; }
.tutorial-box p a { color: #190829; text-decoration: underline; }
.feed-shop-left { display: flex; align-items: center; color: #fff; font-weight: 600; width: calc(100% - 93px); }
.feed-shop-left figure { background: #210A38; width: 28px; min-width: 28px; border: 1px solid #fff; padding: 0.2rem; height: 28px; border-radius: 0.3rem; margin: 0 0.4rem 0 0; }
.feed-shop-top { margin-bottom: 0.5rem; display: flex; align-items: center; }
.feed-shop-right { width: 83px; margin-left: auto; min-width: 83px; }
.feed-shop-right figure { margin: 0; border-radius: 0.5rem; position: relative; overflow: hidden; }
.feed-shop-left figure svg { width: 100%; max-height: 100%; height: auto; }
.feed-shop-left p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feed-product-list-main { overflow: auto; margin-top: 1rem; }
.feed-product-list-box a { display: block; color: #fff; }
.feed-product-list-box figure { border-radius: 0.7rem; position: relative; overflow: hidden; border: 1px solid #F1F1F1; margin: 0 0 0.4rem 0; }
.feed-product-list-box { font-size: 12px; min-width: 110px; }
.feed-product-box p, .feed-product-box h6 { margin: 0 0 0.2rem 0; color: #fff; }







/*==========================================================================================================*/
@media only screen and (min-width: 576px) {
	.voyshop-app-icon { height: 70px; width: 70px; min-width: 70px; border-radius: 1rem; padding: 0.7rem; margin: 0 1rem 0 0; }
	.voyshop-app-content h5 { font-size: 1rem; }
	.voyshop-app-box .btn { font-size: 1rem; }
	.product-info-box .btn { padding: 0.3rem 1rem; }
	body { font-size: 15px; }
	.product-info-box .product-star { max-width: 90px; margin: 0 0 0.6rem 0; }
	.product-info-box h5 { font-size: 1rem; }
	.btn { font-size: 0.9rem; }
}
/*==========================================================================================================*/
@media only screen and (min-width: 768px) {
	body { font-size: 16px; }
	.product-info-box h5 { font-size: 1.2rem; }
	.btn { font-size: 1rem; }
	.product-price { font-size: 1.2rem; }
}
/*==========================================================================================================*/
@media only screen and (min-width: 992px) {
    
}
/*==========================================================================================================*/
@media only screen and (min-width: 1200px) {
    

}
/*==========================================================================================================*/
@media only screen and (min-width: 1401px) {

}



