:root {
    --bg-color: linear-gradient(94.06deg, #F67B2D 6.17%, #7BE98A 104.83%);
    --border-color: linear-gradient(to bottom, #F67B2D, #7BE98A) 1 100%;
    --color: #11870e;
}
button.disabled, button:disabled, fieldset:disabled button {
  pointer-events: none;
  opacity: .65;
}


div#vt_container.filter {
  /* background: rgba(0, 0, 0, 0.7); */
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
}
.main-progress {
  bottom: unset!important;
  top: 30vh;
}
.main-progress h6.title {
  font-size: 14px;
  font-weight: normal;
}
.password-wrapper.cf {
  margin: 10px auto 20px auto!important;
}
.progress img {
  margin-bottom: 20px;
}
input#vt_password {
  border-radius: 4px!important;
  float: unset;
  width: 100%;
  margin-bottom: 20px;
  text-indent: 14px;
  backdrop-filter: none;
  border: 0.5px solid #B4B4B4;
  background-color: transparent!important;
}
button#btn_check_password {
  position: unset!important;
  text-transform: none!important;
}
button#btn_check_password:hover{
filter: brightness(1.2);
}
button#btn_check_password {
  width: 100%;
  background: linear-gradient(96.13deg, #048AFD -48.42%, #FF00FF 157.13%);
  border-radius: 4px;
  color: #fff!important;
}
input#vt_password::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #B4B4B4;
}
.protect {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 130px;
  width: 100%;
}
input#vt_password.error {
  border: 1px solid red;
}
small#title_password_error {
  font-size: 18px;
}
.protect_title {
  margin-bottom: 4px;
  font-size: 18PX;
}
.content-left {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  left: 16px;
}
.content-left img {
  width: 44px;
}
.content-left span{
  color: #B4B4B4;
  font-size: 12px;
}
.title-store {
backdrop-filter: opacity(60%);
  width: 300px;
  margin: 0 auto 20px auto;
  font-size: 16px;
  padding: 8px;
  opacity: 0.6;
  border: 0.2px solid #2a2826;
  background: rgb(217 213 213 / 30%);
  backdrop-filter: blur(8px);
  border-radius: 8px;

}
/*css left sidebar shopping*/

.wrapper .menu-btn{
  /* position: absolute;
  left: 16px;
  top: 0; */
  backdrop-filter: blur(0.5px);
  color: #fff;
  /* height: 40px;
  width: 40px; */
  z-index: 21;
  /* border: 1px solid transparent; */
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
#btn:checked ~ .menu-btn{
  left: 200px;
  top: 0px;
  border-radius: unset;
}

.wrapper .menu-btn i{
  position: absolute;
  font-size: 23px;
  transition: all 1s ease;
}
.wrapper .menu-btn .icon-close{
  opacity: 0;
}
#btn:checked ~ .menu-btn .icon-close{
  opacity: 1;
  transform: rotate(-180deg);
  transition: all 1s ease;
  width: 18px;
  margin-right: -18px;
  padding-top: 40px;
}
#btn:checked ~ .menu-btn i.fa-bars, #btn:checked ~ .menu-btn .icon-nav{
  opacity: 0;
  /* transform: rotate(180deg); */
}

#sidebar{
  position: fixed;
  height: 100%;
  width: 270px;
  overflow: hidden;
  left: -270px;
  transition: all 1s ease;
  z-index: 20;
  top:0;
}
#sidebar.open{
  left: 0;
}
#sidebar .title .icon-close{
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
#btn:checked ~ #sidebar{
  left: 0;
}
#sidebar .title{
  line-height: 100px;
  text-align: center;
  background-color: #ffffff;
  backdrop-filter: blur(0.5px);
  font-size: 25px;
  font-weight: 600;
  color: #f2f2f2;
}
#sidebar .list-items{
  position: relative;
  background-color: #ffffff;
  backdrop-filter: blur(0.5px);
  width: 100%;
  height: 100%;
  list-style: none;
  font-size: 18px;
}
#sidebar .list-items li{
  line-height: 50px;
  border-top: 1px solid #ffffff;
  width: 100%;
}


#sidebar .list-items li:hover,  #sidebar .list-items li.sub-menu a:hover{
  background: #c8c8c8;
}
#sidebar .list-items li.sub-menu:hover{
  background: unset!important;
}
#sidebar .list-items li:hover a {
  color: #292A31;
}

#sidebar .list-items li:first-child{
  border-top: none;
}
#sidebar .list-items li a{
  color: #292A31;
  text-decoration: none;
  font-weight: 500;
  height: 100%;
  width: 100%;
  display: block;
  background:unset;
  padding-left: 15px;
  box-sizing: border-box;
}
#sidebar .list-items li.sub-menu ul li a{ 
  padding-left: 52px;
}
#sidebar .list-items li a i{
  margin-right: 10px;
}
#sidebar .icons{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
#sidebar .icons a{
  height: 100%;
  width: 40px;
  display: block;
  margin: 0 5px;
  font-size: 22px;
  color: #292A31;
 /* border: 1px solid #383838; */
  transition: all 0.3s ease;
  padding-top: 6px;
}
#sidebar .icons a i.fa-phone-alt:hover{
  color: green;
}
#sidebar .icons a i.fa-globe:hover {
  color: rgb(255, 162, 0);
}
#sidebar .icons a i.fa-youtube:hover {
color: red;
}
#sidebar .icons a i.fa-facebook-f:hover {
color: rgb(0, 51, 255);
}
 .icons a:first-child{
  margin-left: 0px;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #202020;
  z-index: -1;
  width: 100%;
  text-align: center;
}
.content .header{
  font-size: 20px;
  font-weight: 700;
}
.content p{
  font-size: 20px;
  font-weight: 700;
}
li.sub-menu a:not(:only-child):after {
  /* padding-left: 100px; */
  position: absolute;
  right: 15px;
}
nav#sidebar img.logo-shopping {
  width: 116px;
  margin-top: 40px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li a:not(:only-child):after {
 
  content: '\203A';
  font-size: 24px;
  font-weight: 900;
}
#sidebar .list-items li a.down:after {
padding-left: 110px;
content: '\2039';
font-size: 24px;
font-weight: 900;
}
#sidebar .list-items li.sub-menu a:hover{
background: #c8c8c8;
border-radius: 12px;
/* width: 85%; */
}
.sub-menu ul li.pl-0 {
height: 50px;
margin-bottom: 2px;
}

.list-items img {
width: 24px;
height: 24px;
}
.d-none {
display: none!important;
}


/*end sidebar shopping*/
/*start search shopping*/

div#search-product {
  position: absolute;
  left: 50px;
  top: 0;
  max-width: 350px;
  width: 50%;  
}
@media(max-width:34em){
  div#search-product{
    min-width:260px;
    width:auto;
  }
}
select {
    display: none !important;
}
.main-left-div.open-div {
  width: 320px!important;
  transition: all ease-in-out;
}
.dropdown-select.wide.search-product {
  color: transparent;
  cursor: pointer;
  background: url('../../screen_icons/search.svg') no-repeat 9px center;
  border: solid 1px transparent;
  padding: 9px 10px 9px 32px;
  width: 40px;
  box-shadow: unset!important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .1s;
  height: 40px;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    width: 250px!important;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

 /*.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%; 
}*/

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: "";
    width: 40px;
    height: 40px;
    background: url(../../icons/stroke.svg) no-repeat 9px center;
    top: 0px;
    position: absolute;
    display: inline-block;
    right: 0;
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#784bfe;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
    color: #292A31;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #D9D9D9 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
}

.dropdown-select .option.selected:focus {
    background: #D9D9D9;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}


.main-left-div {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #f0feef;
  border-radius: 40px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 12%);
  width: 104px;
  height: 40px;
  z-index: 30;
  display: flex;
  transition-delay: 0.3s;
  transition: all 0.3s ease;
    width: max-content;
}

/*start search shopping*/

.main-center-controls {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 30;
  justify-content: space-evenly;
  align-items: center;
  background:#f0feef;
  border-radius: 40px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 12%);
}
.control-icon {
display: flex;
position: relative;
overflow: hidden;
margin: 4px;
text-decoration: none;
transition: all 0.3s ease;
padding: 6px 10px;
z-index: 30;
cursor: pointer;
}
.control-icon img{
width: 28px;
height: 28px;
}

a.control-icon:hover {
transform: scale(1.3);
}
a.control-icon:first-child {
margin-left: 4px;
}
a.control-icon:last-child {
margin-right: 4px;
}
/* controls button right */
.fixed-action-btn {
position: fixed;
right: 125px;
bottom: 15px;
padding-top: 14px;
margin-bottom: 0;
z-index: 998;
}

.btn-floating {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
width: 48px;
height: 48px;
line-height: 34px;
padding: 0;
background-color: #ffffff40;
border-radius: 50%;
transition: .3s;
cursor: pointer;
vertical-align: middle;
}

.advise-icon {
/* transform: translateX(-50%);
left: 50%;
position: absolute;
top: 6px; */
height: 28px;
width: 28px;
}

a.btn-floating.btn-advise:hover {
box-shadow: 0 6px 30px #5447dd;
background: linear-gradient(96.13deg, #048AFD -48.42%, #FF00FF 157.13%);
}

a.btn-floating.btn-register:hover {
box-shadow: 0 6px 30px #FF00FF;
}
.register-icon {
transform: translateX(-50%);
left: 50%;
position: absolute;
top: 9px;
}

.bubbler-wrapper {
z-index: 31;
margin: 0 1.5em 1.5em 0 !important;
bottom: 15px !important;
margin: 0!important;
}
.bubbler-r-0{
right: 15px!important;
}

.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-container {
padding: 20px;
background: #fff;
width: 368px;
background:  rgba(255, 255, 255, 0.7);
backdrop-filter: blur(9.5px);
border-radius: 4px;
}
.form-popup {
position: fixed;
bottom: 70px;
right: 80px;
z-index: 10000;
display: none;
}
.close {
padding: 12px;
right: 2px;
top: -10px;
position: absolute;
border-radius: 50%;
font-size: 1.7rem;
color: #9D9D9D;
cursor: pointer;
}
/* .btn-ordered {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 30px;
gap: 10px;
background: linear-gradient(270deg, #048AFD -4.19%, #FF00FF 105.22%);
color: #fff!important;
width: 100%;
border: transparent!important;
} */
h4.title {
font-style: normal;
font-weight: 600;
font-size: 16px;
/* line-height: 22px; */
display: flex;
align-items: flex-end;
text-align: center;
color: rgba(41, 42, 49, 1);
/* margin-top: 30px; */
margin: 8px 0;
}
.form-container input {
width: 100%;
margin: 5px 0 22px 0;
background: #FFFFFF;
border: 1px solid #D0D3DE;
border-radius: 4px;
height: 38px;
padding: 0 0.5rem;
box-sizing: border-box;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
padding: 0 0.5rem;
}
.p-0 {
padding: 0!important;
}
.mt-4 {
margin-top: 30px;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-ordered:hover {
background: linear-gradient(270deg, #048AFD -4.19%, hsla(300, 100%, 50%, 0.604) 105.22%);
}
.cover-layer {
display: none;
}
.d-flex {
display: flex;
}
.apto-dropdown-wrapper {
width: auto;
position: absolute;
right: 15px;
top: 15px;
z-index: 10000;
}
.apto-dropdown-wrapper .dropdown-menu.show {
display: block;
}
.dropdown-menu{
position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
.dropdown-menu.show {
display: block!important;
opacity: 1;
left: unset;
}
.apto-dropdown-wrapper .dropdown-menu {
width: 250px;
display: none;
z-index: 1;
position: absolute;
right: 0px;
top: 50px;
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
cursor: pointer;
}
.dropdown-item:not(:last-child) {
border-bottom: 1px solid #e5e5e5;
}
[type=submit], [type=reset], button, html [type=button] {
-webkit-appearance: button;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
height: 40px;
line-height: 24px;
}

.apto-dropdown-wrapper .dropdown-menu button img {
margin-right: 10px;
}
.apto-trigger-dropdown {
border: 0;
padding: 0 20px;
transition: 0.2s ease-in;
cursor: pointer;
background:#f0feef ;
box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
border-radius: 40px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 6px 16px;
gap: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #1e2125;
background-color: #e9ecef;
}
.apto-trigger-dropdown img:hover, .menu-btn img:hover {
transform: scale(1.2);
}

.control-share.topRight {
top: 100px;
right: 20px;
}

.control-share {
z-index: 999;
position: fixed;
padding: 0;
margin: 0;
list-style-type: none;
}
li.share.bottom {
width: 40px;
height: 40px;
font-size: 1.8em;
text-align: center;
background: white;
border-radius: 50%;
-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
}

.control-share .submenu {
list-style-type: none;
padding: 0;
margin: 0;
}
.control-share .submenu li:nth-child(1) {
transform: rotateX(45deg);
}
.control-share .submenu li:nth-child(2) {
transform: rotateX(90deg);
}
.control-share .submenu li:nth-child(3) {
transform: rotateX(135deg);
}
.control-share .submenu li:nth-child(4) {
transform: rotateX(180deg);
}

.control-share .submenu li {
transition: all ease-in-out 0.5s;
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 0;
}
.control-share .submenu li a {
color: #212121;
}
.control-share ul.submenu li {
width: 40px;
height: 40px;
font-size: 1.18em;
text-align: center;
background: white;
border-radius: 50%;
-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
}
.control-share ul.submenu li.li-in{
font-size: 1.1em;
}
.control-share .share:hover.bottom .submenu li:nth-child(1) {
opacity: 1;
top: 50px;
transform: rotate(0deg);
border-top: 1px dashed #cccccc;
transition-delay: 0.08s;
}
.control-share .share:hover.bottom .submenu li:nth-child(2) {
opacity: 1;
top: 100px;
transform: rotate(0deg);
border-top: 1px dashed #cccccc;
transition-delay: 0.16s;
}
.control-share .share:hover.bottom .submenu li:nth-child(3) {
opacity: 1;
top: 150px;
transform: rotate(0deg);
border-top: 1px dashed #cccccc;
transition-delay: 0.24s;
}
.control-share .share:hover.bottom .submenu li:nth-child(4) {
opacity: 1;
top: 200px;
transform: rotate(0deg);
border-top: 1px dashed #cccccc;
transition-delay: 0.32s;
}
ul.submenu li img:hover {
transform: scale(1.3);
}
.logo-b-l {
z-index: 20;
position: fixed;
padding: 0;
margin: 0;
list-style-type: none;
bottom: 15px;
left: 20px;
width: 80px;
opacity: 0.5;
}
.logo-b-l:hover{
opacity: 0.7;
}
.logo-b-l-img{
width: 100%;
}

.btn__container {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 50%;
top: 10px;
transform: translateX(-50%);
z-index: 30;
}
.btn-l {
/* min-width: 200px; */
color: rgba(180, 180, 180, 1);
display: flex;
align-items: center;
transition: all 0.2s ease-in-out;
margin-right: 10px;
background: rgb(0 0 0 / 15%);
backdrop-filter: blur(20px);
border-radius: 68px 4px 4px 68px;
height: 40px;
line-height: 40px;
font-size: 14px;
padding-left: 20px;
}

.btn__container span {
font-family: "Roboto", sans-serif;
align-self: center;
transform: translateX(0px);
transition: all 0.1s ease-in-out;
opacity: 1;
}
.disqus-comment-count{
position: absolute;
}
.btn-f {
height: 40px;
width: 85px;
display: flex;
transition: all 0.2s ease-in-out;
background: rgb(0 0 0 / 15%);
backdrop-filter: blur(20px);
border-radius: 4px 68px 68px 4px;
}


.protect img {
max-height: 90px;
}
.mr-10 {
margin-right: 10px;
}
.ml-10 {
margin-left: 10px;
}
.count-online i {
color: rgba(27, 201, 65, 1);
font-size: 10px;
}
.f-d {
font-size: 14px;
}
.color-d {
color:#CECECE;
}
#controls-top-center {
width: auto;
position: absolute;
right: 15px;
top: 70px;
z-index: 31;
}
#controls-top-center .share_control{
width: 40px;
height: 40px;
font-size: 2.2em;
text-align: center;
background: #f0feef;
}
#controls-top-center .share_control img{
transition: all 0.3s ease;
}
#controls-top-center .share_control img:hover{
transform: scale(1.2);
}
.new-s-social-share {
  position: absolute;
  top: 134px!important;;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  width: fit-content;
  right: 15px!important;
  transform: translateX(0%)!important;
  left: unset!important;
}
span.disqus-comment-count span.comments_label {
display: none!important;
}
.icon-online i{
font-size: 10px;
  color: #1BC941;
  margin-right: 4px;
}
textarea#question::placeholder {
font-size: 14px;
line-height: 70px;
padding: 0 0.5rem;
}


[data-c-tooltip] {
position: relative;
cursor: pointer;
}
/* Base styles for the entire c-tooltip */
[data-c-tooltip]:before,
[data-c-tooltip]:after {
position: absolute;
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
pointer-events: none;
}
/* Show the entire c-tooltip on hover and focus */
[data-c-tooltip]:hover:before,
[data-c-tooltip]:hover:after,
[data-c-tooltip]:focus:before,
[data-c-tooltip]:focus:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
/* Base styles for the c-tooltip's directional arrow */
[data-c-tooltip]:before {
z-index: 1001;
border: 6px solid transparent;
background: transparent;
content: "";
}
/* Base styles for the c-tooltip's content area */
[data-c-tooltip]:after {
z-index: 1000;
padding: 8px;
width: 80px;
background-color: #000;
background-color: rgba(51, 51, 51, 0.9);
color: #fff;
content: attr(data-c-tooltip);
font-size: 14px;
line-height: 1.2;
}
/* Left */
[tooltip-position='left']:before,
[tooltip-position='left']:after {
right: 100%;
bottom: 50%;
left: auto;
}
[tooltip-position='left']:before {
margin-left: 0;
margin-right: -12px;
margin-bottom: 0;
border-top-color: transparent;
border-left-color: #000;
border-left-color: rgba(51, 51, 51, 0.9);
}
[tooltip-position='left']:hover:before,
[tooltip-position='left']:hover:after,
[tooltip-position='left']:focus:before,
[tooltip-position='left']:focus:after {
-webkit-transform: translateX(-12px);
-moz-transform: translateX(-12px);
transform: translateX(-12px);
}

.open-input {
width: 400px!important;
box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
border-radius: 40px;
border: transparent;
}
.input-group-left {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
height: 40px;
transition: 0.3s;
    padding: 0 5px;
}
.input-group-left .input-group-prepend{
display: flex;
align-items: center;
justify-content: space-evenly;
width: 104px;
    width: max-content;
}
.input-group-left .input-group-prepend .wrapper{
/* margin: 0 10px; */
z-index: 100;
}
.input-group-img {
/* position: absolute; */
backdrop-filter: blur(0.5px);
color: #fff;  
border: 1px solid transparent;
border-radius: 5px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 1s ease;
/* padding: 0.275rem;; */
}
.input-group-img.icon-bar {
z-index: 22;
}
.input-group-img.icon-search {
  z-index: 19;
  position: relative;
}
.input-group-img.icon-search img:hover {
transform: scale(1.2);
}
#autocomplete {
flex: 1;
font-family: var(--body-font);
font-size: 1.15rem;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
overflow: hidden;
text-indent: 40px;
font-size: 15px;
width: 200px;
border: transparent;
background: #fff;
outline: none;
transition: 0.3s;
margin-left: -38px;
opacity: 0;
display: none;
}
.open-input #autocomplete{
opacity: 1;
display: block;
}
.input-group-left.open-input{
background: #ffffff;
}

.input-group-img img {
height: 28px;
width: 28px;
transition: all 0.3s ease;
    padding: 0 5px;
}
.input-group-img img.icon-close{
position: absolute;
}
.input-group-img img.icon-nav{
z-index: 1;
}
.autocomplete-suggestions, #ui-id-1 {
text-align: left;
border: 1px solid rgba(255,255,255,.7);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background: #FFF;
overflow: auto;
border-radius: 4px;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

line-height: 34px;
text-indent: 12px;
}
.autocomplete-suggestion {
 padding: 10px 16px;
 white-space: nowrap;
 overflow: hidden;
 cursor: pointer;
}


/* width */
#ui-id-1::-webkit-scrollbar {
width: 10px;
}

/* Track */
#ui-id-1::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
#ui-id-1::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #D9D9D9!important;
background: #D9D9D9!important;
font-weight: normal;
color: #FFFFFF!important;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
margin: unset!important;
}
.apto-trigger-dropdown img {
height: 28px;
width: 28px;
transition: all 0.3s ease;
}
.bubbler-wrapper .bubbler-menu-loader {
margin-top: 6px;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f0feef!important;
}
.bubbler-wrapper .bubbler-menu-loader :hover{
/*box-shadow: 0 6px 30px #5447dd;*/
}
.bubbler-wrapper .bubbler-menu-loader img{
height: 28px;
width: 28px;
}
.bubbler-wrapper .bubbler-menu-item img{
height: 28px!important;
width: 28px!important;
}
.bubbler-wrapper .bubbler-menu-item{
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff40!important;

}
/* table order */
#modalCart table thead tr {
background: #017EE9;
border-radius: 4px 4px 0px 0px;
color: #fff;
}

.form-group {
display: block;
margin-bottom: 15px;
}

.input-cart.form-group.text-center input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}

.form-group label {
position: relative;
cursor: pointer;
}

.form-group label:before {
content: '';
-webkit-appearance: none;
background-color: transparent;
border: 2px solid #0079bf;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 10px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
}

.form-group input:checked+label:after {
content: '';
display: block;
position: absolute;
top: 20px;
left: 9px;
width: 6px;
height: 14px;
border: solid #0079bf;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}

.number-input,
.number-input * {
box-sizing: border-box;
}

.number-input {
border: 1px solid #ddd;
display: inline-flex;
margin-top: 18px;
}

.number-input button {
outline: none;
-webkit-appearance: none;
background-color: transparent;
border: none;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
cursor: pointer;
margin: 0;
position: relative;
}

.number-input button:before,
.number-input button:after {
display: inline-block;
position: absolute;
content: '';
width: 1rem;
height: 1px;
background-color: #000000;
transform: translate(-50%, -50%);
}

.number-input button:before,
.number-input button:after {
display: inline-block;
position: absolute;
content: '';
width: 1rem;
height: 1px;
background-color: #000000;
transform: translate(-50%, -50%);
}

.number-input input[type=number] {
max-width: 4rem;
padding: 0.5rem;
border: solid #ddd;
border-width: 0 2px;
font-size: 1rem;
height: 2rem;
font-weight: bold;
text-align: center;
}

.number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}

button.close {
background: #fff;
color: gray;
border: none;
}

.lh-5x {
line-height: 54px;
}

td i {
text-align: center;
}

#bd-table {
border: 1px solid #ccc;
}

table.table-cart>:not(caption)>*>* {
border-width: none !important;
}

img .img-icon-cart {
width: 26px;
margin-bottom: 8px;
}

.lh-7x {
line-height: 70px;
}

img.img-icon-cart, img.img-icon-heat {
width: 26px;
margin-bottom: 8px;
}

.btn-ordered {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 30px;
gap: 10px;
background: linear-gradient(270deg, #048AFD -4.19%, #FF00FF 105.22%);
color: #fff!important;
width: 100%;
border: transparent!important;
}

.btn-ordered:hover {
background: linear-gradient(270deg, #048AFD -4.19%, hsla(300, 100%, 50%, 0.604) 105.22%);
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 10px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.thumbnail .caption {
color: #333;
margin-top: 14px;
padding-left: 10px;
}
.caption .title {
font-size: 18px;
font-weight: bold;
}
.righ-image-heat-o {
position: absolute;
right: 80px;
}
.bubbler-wrapper .bubbler-menu-item .bubbler-menu-item-label-wrapper{
position: absolute!important;
right: 35px!important;
min-width: 100px;
text-align: right;
}
.bootstrap-iso button:focus{
  outline: unset;
}
@media only screen and (min-width: 481px) {
.list-group-wrapper .item {
    float: none;
    width: 100%;
}
.list-group-wrapper .item:before, .list-group-wrapper .item:after {
    display: table;
    content: " ";
}
.list-group-wrapper .item .caption, .list-group-wrapper .item .thumbnail {
    display: flex;
}
.list-group-wrapper .item .thumbnail img {
    margin: 0 10px;
    float: left;
}
.list-group-wrapper .item .caption {
    flex-direction: column;
    display: flex;
}
.list-group-wrapper .item .caption-text {
    flex-grow: 1;
}

}
@media (min-width: 768px){
.lead {
    font-size: 21px;
}
.item-product{
  position: relative;
  cursor: pointer;
}
.item-product:hover{
  border: 1px solid #FF00FF;
}
.eye-item{
  margin-right: 0 !important;
}
}
@media (min-width: 1368px){
.icon-products{
  position:absolute;
  bottom:11px;
  right:0;
}
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
.pr-view {
padding-right: 12px;
}
h5.modal-title {
margin-bottom: 10px;
font-weight: bold;
}
.float-end {
float: right;
}
.table-cart thead {
background: #017EE9;
}
.table-cart thead tr{
color: #FFFFFF;
}

.bubbler-r-1 {
right: 70px!important;
}

.btn__container .btn-f .comments_vt{
transition: all 0.3s ease;
}

.btn__container .btn-f .comments_vt img:hover{
transform: scale(1.2);
}
.visitors_block{
display: flex;
align-items: center;
}
.views_block{
display: flex;
align-items: center;
}
#name_virtualtour {
padding: 0px 4px;
line-height: 1.5em;
height: 3em;
width: 100%;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
.progress{
  top: 20vh!important;
}
.name_vt{
  white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
}

/* swal button css */
.swl-btn{
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  justify-content: center;
  min-width: 80px;
  border-radius: 5px;  
  padding: 5px;
  margin-left: 5px;
}
.swl-btn-confirm{  
  background: var(--color-green);
  color: white;
  border: none;
  
}
.swl-btn-cancel{
  background-color: #FFFFFF;
  color: #ADADAD;
  border: 1px solid #ADADAD;
}
.swl-btn:hover{
  color: #16d840;
}
/* Write nomal css here */

@media (min-width: 768px){
.lead {
    font-size: 21px;
}
}

@media screen and (max-width: 767px){
.protect_title{
  font-size: 16px;
}
small#title_password_error{
  font-size: 16px;
}

#name_virtualtour{
  font-size: 22px;
}
input#vt_password{
  height: 16px;
}
button#btn_check_password{
  height: 37px;
}
} 

@media screen and (min-height: 950px) and (max-height: 1099px){
.progress-circle {
  top: 50vh;
}
}

@media screen and (min-height: 950px) and (max-height: 1099px){
  .progress-circle {
    top: 50vh;
  }
  }
@media screen and (max-height: 750px){
    .progress {
      top: 15vh!important;
    }
    .progress-circle {
      top: 60vh;
    }
  }
@media screen and (min-height: 1100px){
.progress-circle {
  top: 45vh;
}
}

/*(480 x 640)*/
@media screen and (max-width: 480px){
.logo-b-l {
  display: none!important;
}
.btn__container {  
  top: 13px;
}
.btn__container .btn-f{  
  width: 40px;
  height: 28px;
  border-radius: 4px 64px 64px 4px;
  background: rgb(0 0 0 / 12%);
}
.btn__container .btn-f .comments_vt{
  padding-top: 2px;
  margin-bottom: 0;
}
.btn__container .btn-f .comments_vt img{  
  width: 24px;
}
.fixed-action-btn.horizontal {
  /* display: none; */
  right: 99px;
}
.fixed-action-btn.horizontal .btn-floating{
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-action-btn.horizontal .btn-floating img{
  width: 22px!important;
  height: 22px;
}
.apto-dropdown-wrapper {
  /* top: 15px;
  right: 10px; */
}
.apto-trigger-dropdown{
  background: none;
  padding: 0px;
  box-shadow: none;
}
.apto-dropdown-wrapper .dropdown-menu{
  top: 32px;
  padding: 0;
  width: 190px;
}
.apto-dropdown-wrapper .dropdown-menu button{
  height: 35px;
}
.apto-trigger-dropdown img{
  height: 24px;
  width: 24px;
}
.main-left-div{
  background: none;
  padding: 0;
  box-shadow: none;
  z-index: 10000;
  width: 63px;

}
.input-group-img.icon-search{
  /* padding: 0;
  top: 0;
  left: 35px; */
}
.main-left-div .wrapper .menu-btn{
  height: 20px;
  width: 20px;
  left: 10px;
}
.main-left-div .search-product{
  /* background: none!important; */
  padding: 0;
  height: 36px;
  /* position: absolute; */
  left: 0;
  /* margin-left: 0!important;
  width: calc(100vw - 30px)!important;
  z-index: 20!important; */
  margin-left: -64px!important;
}
.input-group-img img{
  height: 24px;
  width: 24px;
}
.visitors_rt_stats{
  padding-left: 0;
  line-height: 0;
  min-width: 135px;
  margin: 0;
  display: flex!important;
  align-items: center;
  justify-content: space-evenly;
  height: 28px;
  border-radius: 40px 4px 4px 40px;
  background: rgb(0 0 0 / 12%);
}
.visitors_rt_stats .views_block{
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.visitors_block .name_vt{
  display: none;
}
.main-left-div .input-group-left{
  /*height: auto;*/
}
.main-center-controls{
  /* background: 0; */
  border: none;
  box-shadow: none;
  left: 15px;
  transform: none;
  /* height: 30px; */
}
.main-center-controls .d-flex{
  align-items: center;
  justify-content: center;
}
.control-icon{
  /* padding: 0 5px;
  margin: 0 3px; */
  height: auto;
  width: auto;
  padding: 4px 7px;
}
.control-icon img{
  height: 22px;
  width: 22px;
}
.bubbler-wrapper .bubbler-menu-loader{
  width: 38px;
  height: 38px;
}
.bubbler-wrapper .bubbler-menu-loader img{
  width: 22px!important;
  height: 22px!important;
}
.bubbler-wrapper .bubbler-menu-item{
  width: 38px;
  height: 38px;
  background:none;
}
.bubbler-wrapper .bubbler-menu-item img{
  width: 22px!important;
  height: 22px!important;
}
.bubbler-r-0{
  /* right: -9px!important; */
}
.bubbler-r-1 {
  /* right: 32px!important; */
  right: 57px!important;
}
#btn:checked ~ .menu-btn .icon-close{
  margin-right: -15px;
  padding-top: 15px;
}
.input-group-left .input-group-prepend{
  justify-content: space-between;
  width: 63px;
  align-items: flex-start;
}
.input-group-img{
  border: none;
}
#sidebar .list-items{
  font-size: 16px;
}
#sidebar .title .icon-close{
  width: 19px;
  height: 19px;
}
#controls-top-center .share_control{
  background: none;
  width: auto;
  height: auto;
}
#floatingSocialShare .a2a_kit{
  background: none;
  padding: 0;
}
#floatingSocialShare{
  right: 10px!important;
}
.main-left-div .open-input{
  width: calc(100vw - 30px)!important;
}
.main-left-div .open-input .input-group-prepend{
  align-items: center;
}
.main-left-div .open-input .input-group-prepend .wrapper{
  display: none;
}
.main-left-div .open-input .input-group-prepend .icon-search{
  margin-left: 8px;
}
.input-group-left.open-input:after{
  width: 36px;
  height: 36px;
}
.form-popup{
  right: 15px;
}
.form-popup .form-container{
  width: 300px;
  padding: 10px;
}
.btn-ordered{
  padding: 10px 30px;
}
.form-container input{
  margin: 0px 0 22px 0;
  height: 36px;
}
.form-container .close{
  padding: 7px;
  right: -2px;
  top: -10px;
}
.form-container h4.title{
  font-size: 14px;
}
.pnlm-hotspot-base>*:first-child{
  transform: translate(-3px,-3px);
}
}
.item-product{
box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.08), 2px 2px 8px rgba(0, 0, 0, 0.08);
}

.eye-item{
right: 0;
top: 0;
margin-right: 15px;
background: rgba(233, 233, 233, 0.5);
border-radius: 200px;
}

#card_list_item{
max-height: 550px;
overflow-y: auto;
}

.box-img{
  height: 180px;
}

.img-fluid-custom{
width: auto;
max-width: 100%;
height: 100%;
}

.filter-main{
position: relative;
}

#filter_product{
display: none;
top: 100%;
z-index: 1000;
}

#filter_category_product{
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
border-radius: 10px;
}

.category-item .choose-category{
font-size: 14px;
}

.choose-category{
border-radius: 53px !important;
}

.bg-item-header{
background-color: #F5F5F5 !important;
}

.icons-font-weight{
font-weight: 400;
}

.product-love :hover{
color: red !important ;
font-weight: 900 !important;
background: #fff !important;
}
.recommend-product-header span{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.input-recommend-product{
  position: relative;
  display: inline-block;
}

.input-recommend-product input{
  border: none;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 10px 10px 35px;
  background: #F5F5F5;
  height: 40px;
  color: #B4B4B4;
}

.input-recommend-product input:focus{
  outline: none;
}

.input-recommend-product .search-icon {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 16px;
  color: #706f6f;
}

.input-recommend-product .recommend-product{
  position: absolute;
  display: block;
  z-index: 100000;
  background-color: white;
  color: black;
  border-radius: 5px;
  max-height: 192px;
  top:100%;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.26);
  margin-top: 0.5rem;
}
.input-recommend-product .recommend-product .click-search{
  height: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-filter-products, .input-recommend-product input, button.product-love, button.bg-item-header{
  height: 40px;
}


.bg-recommend-products{
cursor: pointer;
background-color: #D9D9D9;
}

.bg-recommend-products h6{
color: #292A31;
}

.header-list-product{
position: absolute;
top: 5px;
display: block;
z-index: 100;
}


.icon-list-products{
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
transform: rotate(-180deg);
content: "";
width: 40px;
height: 32px;
line-height: 32px;
top: 0px;
position: absolute;
display: inline-block;
right: 0;
opacity: 0;
cursor: pointer;
background: none;
border: none;
margin-top: 5px;
}

.open-input .icon-list-products {
opacity: unset;
}

.custom-max-width-quantity{
  max-width: max-content;
}

.set-cursor{
  cursor: pointer;
}
.css-18sat9h-roomName{
  white-space: break-spaces;
}

.like-store{
  font-weight: 900 !important;
  color: red !important;
}

.icons-like-store{
  font-weight: 100;
  font-size: 28px;
  color: #11870e;
}

.font-size-icon{
  font-size: 11px !important;
}
/* Dont write normal css below, wrire above @media */
@media screen and (max-width: 1376px){
  .custom-height {
    max-height: 550px;
  }
}

#info_conference{
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    background: #ffffff;
    margin: 0;
    display: block;
    padding: 6px 6px 2px 6px;
    border-radius: 10px;
}

.tooltip:hover .tooltip-left, .tooltip:hover .tooltip-right, .tooltip:hover .tooltip-top, .tooltip:hover .tooltip-bottom {
    visibility: visible;
}

.tooltip .tooltip-left {
    visibility: hidden;
    width: max-content;
    background-color: rgb(218, 220, 224);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 12;
    right: 105%;
}

.tooltip .tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(218, 220, 224);
}

.tooltip .tooltip-right {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: rgb(218, 220, 224);
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 12;
    transition: opacity .6s;
    top: -5px;
    left: 125%;
}

.tooltip .tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(218, 220, 224) transparent transparent;
}

.tooltip .tooltip-top {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: rgb(218, 220, 224);
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 12;
    transition: opacity .6s;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(218, 220, 224) transparent transparent transparent;
}

.tooltip .tooltip-bottom {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: rgb(218, 220, 224);
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 12;
    transition: opacity .6s;
    margin-left: -75px;
    top: 120%;
}

.tooltip .tooltip-bottom::after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent rgb(218, 220, 224) transparent;
}

.language_control img {
    width: 28px;
    height: unset;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.btn_home{
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 11;
}

.btn_home img{
    background: #f0feef;
    padding: 5px;
    border-radius: 50%;
}

.group_btn_top_right{
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: space-around;
    width: 170px;
    background: #f0feef;
    height: 32px;
    padding: 7px 3px;
    border-radius: 50px;
    z-index: 11;
}

.group-share {
    position: absolute;
    right: 5px;
    top: 55px;
    cursor: pointer;
    opacity: 0;
    display: none;
    z-index: 11;
}

.group_btn_bottom_center{
    position: absolute;
    bottom: 20px;
    display: flex;
    left: calc(50% - 48px);
    background: #f0feef;
    padding: 8px 10px;
    width: 76px;
    height: 25px;
    justify-content: space-between;
    border-radius: 50px;
    z-index: 11;
}

.button_info:hover, .button_sound:hover {
    transform: translate(0px, 0px) rotate(0deg) scale(1.1, 1.1);
}

.vr-button{
    cursor: pointer !important;
}

.group_btn_bottom_right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #f0feef;
    padding: 5px;
    z-index: 11;
    border-radius: 50px;
}

.group_btn_bottom_right div {
    width: 25px;
    height: 25px;
}

.group_btn_bottom_right div:nth-child(2) {
    margin: 10px 0;
}

.row {
    position: relative;
    padding: 0 20px;
    /*margin-bottom: 14px !important;*/
}
.focused.row::before {
    color: #4440a0;
    opacity: 1;
}
.row-label {
    position: absolute;
    top: 10px;
    font-size: 16px;
    line-height: 26px;
    pointer-events: none;
    opacity: 0.66;
    transition: font-size 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), top 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
}
.focused .row-label, .not-empty .row-label {
    top: -15px;
    font-size: 13px;
}
.row-label label {
    cursor: pointer;
}
.row-field {
    display: block;
    position: relative;
}
.row-field input, .row-field textarea {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    outline: 0;
    margin: 0;
    border-color: #ddd;
}
.row-field input[type="text"], .row-field input[type="email"], textarea {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0) inset;
    background-color: transparent !important;
    color: inherit !important;
    transition: all 0.3s;
    -webkit-background-clip: text;
    padding: 0;
}
.row-field-bar::before, .row-field-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    z-index: 1;
    transition: background-color 0.3s, width 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
}
.focused .row-field-bar::before, .focused .row-field-bar::after {
    background-color: #4440a0;
    width: 50%;
}
.row-field-bar::before {
    left: 50%;
}
.row-field-bar::after {
    right: 50%;
}
.row-state {
    font-size: 13px;
    line-height: 18px;
    padding-top: 4px;
    height: 0;
    opacity: 0;
    transition: height 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), opacity 0.3s;
}
.row-field textarea {
    padding: 8px 0;
    overflow: auto;
    height: 8rem;
    resize: vertical;
    padding-top: 11px;
    line-height: 24px;
    min-height: 100px;
    border-bottom: 1px solid #dddddd;
}
.required:after{
    content: " *";
    color: red;
}

#form_contact {
    position: absolute;
    right: 60px;
    bottom: 20px;
    z-index: 11;
    background: #ffffff;
    width: 350px;
    border-radius: 10px;
}

#close_contact {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    background: #ffffff;
    padding: 5px;
    border-radius: 50%;
}

#form_contact .title {
    /*text-align: justify;*/
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
}

#submit_contact {
    width: 100%;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    background: linear-gradient(94.06deg, #F67B2D 6.17%, #7BE98A 104.83%);
    cursor: pointer;
}


.group_btn_bottom_left{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.jconfirm .jconfirm-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    min-width: 300px;
}

.popup{
    position: fixed;
    background: rgba(0,0,0,0.80);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10;
}

.popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 0.4rem;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
}

#modal_stores .popup-header{
    background: rgb(100, 100, 100);
    text-align: center;
    display: flex;
    justify-content: start;
}

.popup-header .logo img{
    width: 100px;
    margin: 15px 30px 0;
}

.popup-header .title{
    font-size: 36px;
    margin: 13px auto;
}

.popup-body{
    background: #eeeeee;
    display: flex;
    flex-direction: column;
}

.popup-body .top{
    padding: 30px 0;
    height: 40px;
    margin: 0 auto;
    width: max-content;
}


.popup-body .body{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 209px);
    text-align: center;
    color: #000000;
}

.close-popup{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.popup_info{
    background: #ffffff9c;
    backdrop-filter: blur(10px);
}

.popup_info .popup-content{
    width: 80%;
    height: 80%;
    padding: 0;
}

.popup_info .close-popup img{
    background: #ffffff;
    border-radius: 50%;
}

.popup_info .close-popup{
    top: -15px;
    right: -15px;
}
/*Conference*/
.popup-list-conference .popup-content{
    width: 60%;
    height: 80%;
}

.popup-list-conference .popup-header, .popup-list-conference .popup-body{
    background: transparent !important;
}

.popup-list-conference .popup-body{
    overflow: hidden;
    height: calc(100% - 80px) !important;
    display: flex;
    justify-content: center;
    color: #ff6300;
}

.group_conference {
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow: auto;
}

.box_conference_item .content_mobile{
    display: none;
}

.box_conference_item {
    display: flex;
    align-items: center;
    color: black;
    box-shadow: 0px 4px 20px 0px #00000026;
    margin: 0 15px;
    border-radius: 5px;
    margin-top: 15px;
    justify-content: space-between;
}

.box_conference_item:first-child {
    margin-top: 0;
}

.box_conference_item img {
    border-radius: 5px 0 0 5px;
    min-width: 366px;
    height: 195px;
}

.box_conference_item .content_conference {
    padding: 0 30px;
    width: 100%;
}

.box_conference_item .time {
    padding: 0 30px;
    border-left: 2px solid;
    border-image: var(--border-color);
}

.box_conference_item .time p {
    width: max-content;
}

.btn_join {
    padding: 14px;
    line-height: 14px;
    background: var(--bg-color);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.box_conference_item .title {
    font-size: 25px;
    font-weight: bold;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.box_conference_item .description {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.title_conference {
    height: 50px;
    font-size: 26px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-weight: bold;
    background: var(--bg-color);
    border: none;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.group_conference::-webkit-scrollbar {
    width: 5px;
}

.group_conference::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.group_conference::-webkit-scrollbar-thumb {
    background: var(--color);
    border-radius: 0;
}
/*end conference*/

/*store*/
.group_virtual_model{
    margin-top: 20px;
}

.popup-list-category .popup-header{
    display: none;
}

.popup-list-category .popup-content{
    width: 60vw;
    height: 63vh;
    position: relative;
}

.popup-list-category .popup-body{
    background: unset;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 20px) !important;
    display: flex;
}

.popup-list-category .popup-body::-webkit-scrollbar-thumb{
    background-color: var(--bg-color);
    border: #048AFD;
}

.popup-list-category .popup-body::-webkit-scrollbar{
    width: 3px;
}

.title_store, .title_virtual_model{
    background: var(--bg-color);
    font-size: 24px;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 20px 0;
    margin-left: 50px;
}

.list_virtual_model{
    width: 100%;
    margin: 0 auto;
}

.box_virtual_item{
    float: left;
    position: relative;
    margin: 10px;
    box-sizing: border-box;
    color: #000000;
    width: calc(25% - 20px);
    cursor: pointer;
}

.box_virtual_item img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 80/49
}

.box_virtual_item div.title{
    position: absolute;
    bottom: 15%;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.box_virtual_item:hover .layer_play{
    opacity: 1;
    background: #06060657;
    border-radius: 10px;
    height: calc(100% - 5px);
}

.box_store_item:hover .layer_play{
    opacity: 1;
    background: #06060657;
    border-radius: 10px 10px 0 0;
}

.list_store .layer_play {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_store_item div.image_play {
    color: #003766;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    height: calc(100% - 40px);
    opacity: 1;
}

.box_store_item div.image_play img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_virtual_item div.image_play img {
    aspect-ratio: unset;
}

.layer_play {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_store {
    display: flex;
    justify-content: center;
}

.box_store_item {
    box-shadow: 0px 5px 5px 0px #00000017;
    background: #ffffff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
    color: #000000;
    width: calc(25% - 20px);
    cursor: pointer;
}

.box_store_item img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: calc(100% - 50px);
    aspect-ratio: 80 / 49;
}

.box_store_item div.title {
    color: #FBAA05;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 50px;
    padding: 0 5px;
}

.circle_1 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25%;
    left: 25px;
    background: #f5eecf;
    z-index: -1;
    border-radius: 50%;
    box-shadow: rgb(205 169 8) 0px 0px 200px 0;
}

.circle_2 {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 25%;
    right: 25px;
    background: #d1e8d1;
    z-index: -1;
    border-radius: 50%;
    box-shadow: rgb(17 135 14) 0px 0px 200px 0;
}
/*end store*/

.text-center{
    text-align: center;
}

.bubbler-wrapper .bubbler-menu-item .bubbler-menu-item-label-wrapper .bubbler-menu-item-label{
    background: linear-gradient(96.13deg, #11870e -48.42%, #5fef55 157.13%) !important;
}

.g_header_store{
    width: 100%;
    height: 50px;
    background: #6e707e
}

.store_name {
    font-size: 24px;
    text-align: left;
    padding: 10px;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    width: 90%;
    color: #ffffff;
}

.go_home, .go_back{
    background: #ffffff;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    display: block;
    padding: 4px 4px 0px;
    top: 5px;
    right: 10px;
}

.go_back{
    right: 60px;
}

.g_control_ocop{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 11;
    display: flex;
    background: #f0feef;
    border-radius: 5px;
}

.g_control_ocop div {
    color: #11870e;
    padding: 5px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.featured_products.active, .featured_products:hover {
    background: #11870e;
    border-radius: 5px 0 0 5px;
    color: #ffffff !important;
}

.ocop_products.active, .ocop_products:hover {
    background: #11870e;
    border-radius: 0 5px 5px 0;
    color: #ffffff !important;
}
