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;
  border-radius: 12px;
}
#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: #ffffff40;
  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;
  z-index: 1001;
}

/*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:#ffffff40;
  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;
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:#ffffff40 ;
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: 90px;
z-index: 31;
}
#controls-top-center .share_control{
width: 40px;
height: 40px;
font-size: 2.2em;
text-align: center;
background: #ffffff40;
}
#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;
}
.input-group-left .input-group-prepend{
display: flex;
align-items: center;
justify-content: space-evenly;
width: 104px;
}
.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;
}
.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: #ffffff40!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: 1280px){
    .filter_w{
        display: none !important;
    }

    .filter_product_w{
        display: block !important;
        position: unset !important;
    }

    .filter_product_w hr{
        display: none;
    }

    .filter_category_product_w{
        box-shadow: none !important;
    }

    .filter_category_product_w>div:first-child{
        max-width: max-content;
        margin-top: 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: linear-gradient(270deg, #FF00FF 2.95%, #048AFD 91.73%);
  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{
height: 560px;
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;
margin-right: 10px;
background: none;
border: none;
}

.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: #8b5cf6;
}

.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;
  }
}

.language_control img {
    width: 28px;
    height: unset;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.hidden_comment{
    border-radius: 50px;
    padding-right: 10px;
    margin-right: 0;
}

.g_categories div{
    float: left;
    margin: 5px;
}

.new_product{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    rotate: 45deg;
}

.bold{
    font-weight: bold !important;
}