body {
  /* background: #d4d8db; */
  background-color: rgb(61, 60, 66);
  color: #606062;
}

a {
  color: #303030;
}

header.blog-header a .img_responsive {
  max-height: 68px;
}
header.blog-header {
    background-image: linear-gradient(to right, #ED6F73, #F0A67B);
    position: sticky;
    top: 0;
    z-index: 9;
}

header.blog-header a {
  color: #fff;
}

header.blog-header a {
  color: #fff;
  border: none;
}

.hidden {
    display: none;
    pointer-events: none;
}

.visible {
  opacity: 1;
  pointer-events: auto;
}

.d_block {
  display: block;
}

.d_inline_block {
  display: inline-block;
}

.sign-in i {
  font-size: 30px;
}
button.close span {
  font-size: 0;
}
button.close span:before {
  content: "\f102";
  font-family: Flaticon;
  width: 20px;
  height: 20px;
  font-size: 13px;
  position: relative;
  padding: 3px;
  /* border: solid 2px #f29375; */
  transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  border-radius: 50%;
  top: -2px;
}
button.close span:hover::before {
  /* border: solid 2px #fff; */
  /* border-radius: 50%; */
  /* padding: 5px; */
  /* right: -2px; */
}

section.top-banner {
    background-color: #3D3C42;
    height: 950px;
    
}
.center-part {
  max-width: 730px;
  margin-left: 0px;
  margin-right: auto;
  border-radius: 20px;
  padding: 30px 30px;
} 
.text-italic {
    text-shadow: 5px 5px 5px #696565;
    font-family: Montserrat-SemiBoldItalic;
  }

.text-vende {
    margin-top: 250px;
    margin-left: 25px;
    /*text-shadow: 5px 5px 5px #696565;*/
    font-family: Montserrat-bold;
    font-size: 60px;
}

.product-thumb {
  padding-bottom: 20px;
  color: white;
}

.product-thumb .image {
  text-align: center;
}

.name a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 5px;
  font-size: 25px;
  font-weight: 600;
}

.name a:hover {
  color: white;
}

.pro-heading {
  font-size: 20px;
}

footer.footer {
    background-color: #3D3C42;
  /* position: fixed;
  left: 0;
  right: 0;
  bottom: 0; */
}
footer .footer-top {
  padding: 40px 0 30px;
  background-color: #3D3C42;
  /* margin-bottom: 20px; */
}
footer .footer-top a {
  text-transform: uppercase;
  font-weight: 600;
}
footer.footer ul {
  list-style: none;
  padding: 0;
}

footer.footer a {
  color: white;
}
footer .footer-top a {
  line-height: 49px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-top a[title="whatsapp"] {
  left: 0;
  width: 40px;
  height: 40px;
  line-height: normal;
}
.login-inner form#login {
  max-width: 800px;
  box-shadow: none;
  background: none;
  margin-bottom: 0;
  margin-top: 0;
}

#register-form .reg-inner.showme {
  height: auto;  
  opacity: 1;
  visibility: visible; 
}


#register-form .login-inner {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
#register-form .login-inner {
  height: auto;  
  opacity: 1;
  visibility: visible; 
}


a.login-btn, a.regis-btn {
  color: #f29375;
  font-weight: 500;
  cursor: pointer;
}

.login-inner .well p {
  margin-bottom: 5px;
}

#register-form .form-control {
  height: 40px;
}

form#register {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  background: #fafafabf;
}

.form-control {
  height: 50px;
  border-radius: 5px;
}

.reg-user {
  max-width: 50px;
  opacity: 0.8;
}

.details-area .details .r-label, label.checkbox-inline.r-label {
  position: relative;
  /* padding: 5px 30px; */
}

.details-area .details .r-label .inner-label,  label.checkbox-inline.r-label .inner-label {
  position: relative;
  /* left: 0; */
  /* right: 0; */
  /* text-align: center; */
  /* top: 0; */
  /* bottom: 0; */
  /* line-height: normal; */
  border: solid 1px white;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  color: white;
}

.details-area .details .r-label input,  label.checkbox-inline.r-label input {
    /* position: relative; */
    z-index: 99;
    opacity: 0;
    position: absolute;
}

.details-area .details .r-label input[type="radio"]:checked+.inner-label, label.checkbox-inline.r-label input[type="radio"]:checked+.inner-label {
  color: #fff;
  background-image: linear-gradient(to right, #ED6F73, #F0A67B);
  border-color: #3D3C42;
}


.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d46b4a;
  border-color: #d46b4a;
  box-shadow: 0 0 0 0.2rem hsl(14, 62%, 56%);
}

.btn-custom-color {
  background-image: linear-gradient(to right, #ED6F73, #F0A67B);
}


/* custom popup design for signature boX */
#ask-sign {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000005e;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
#ask-sign.active {
  visibility: visible;
  opacity: 1;
  z-index: 9;
 
}

#ask-sign #cus-pop #cus-pop-inner #inner-item {
  transition: 0.3s all ease-in-out;
  transform: translateY(-100%);
}
#ask-sign.active #cus-pop #cus-pop-inner #inner-item {  
  transform: translateY(0);
}


#ask-sign #cus-pop {
  display: table;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#ask-sign #cus-pop #cus-pop-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#ask-sign #cus-pop #cus-pop-inner #inner-item {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
#ask-sign #cus-pop #cus-pop-inner #inner-item .close-pop {
  position: absolute;
  right: 0px;
  top: 0px;
  /* border: solid 1px #783d2b1a; */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
#ask-sign #footer-item {
  padding: 10px 0 0;
}
#ask-sign #footer-item button {
  border-radius: 0;
}
#signature {
  /* border: solid 1px #ddd; */
  height: 242px !important;
  margin-bottom: 30px;
  width: 402px;
}
.jSignature {  
  width: 380px;
}
/* custom popup design for signature boX */



.modal .modal-header, #ask-sign .modal-header, #register-form .modal-header {
  border-bottom: none;
  background-image: linear-gradient(to right, #ED6F73, #F0A67B);
  color: #fff;
}
.modal .modal-header button.close, #ask-sign .modal-header button.close {
  color: #fff;
  opacity: 1;
}
.modal .modal-header h5, #ask-sign .modal-header h5 {
  text-transform: uppercase;
}

.modal #imei-record span.inner-label {
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 20px;
}
.modal .modal-footer, #ask-sign .modal-footer {
  padding-top: 0;
  border: sienna;
}
#register-form button.close {
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
#register-form #register {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.imei-error, .sign-error {
  position: absolute;
  visibility: hidden;
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  z-index: -1;
  transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.imei-error.active, .sign-error.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  z-index: 9;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
}

section.details-area {

}



.product-details .pro-details ul {
    padding: 0;
    list-style: none;
    text-align: left;
    opacity: 0.8;
    font-size: 20px;
    letter-spacing: 2px;
}

.product-details {
    padding: 100px 25px 15px 80px;
    display: inline-block;
    float: right;
    width: 90%;
    height: 100%;
    background-image: linear-gradient(to right, #ED6F73, #F0A67B);
}

.product-details .product-heading {
    opacity: 0.8;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.pro-details .btn-primary {
    margin-top: 30px;
    display: inline-block;
    padding: 6px 55px;
    line-height: normal;
    height: auto;
    vertical-align: text-bottom;
    border-radius: 15px;
}

.details-area .details #group2 .r-label input[type="radio"]:checked+.inner-label {
  background: #f29375;
  border-color: #f29375;
}

.details-area .details #group2 .r-label .inner-label img {
  vertical-align: top;
  /* top: 3px; */
  /* position: relative; */
}


.content {
  min-height: 650px;
}

header.blog-header .dropdown-menu a {
  color: #333;
}

.user-corner .btn-group .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0 0 5px 5px;
  left: auto !important;
  right: 0 !important;
  position: absolute !important;
  transform: translateY(20px) !important;
  top: 100% !important;
  transition: 0.3s all ease-in-out;
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.user-corner .btn-group.show .dropdown-menu {
  transform: translateY(0px) !important;
  opacity: 1;
  visibility: visible;
}

.user-corner .btn-group .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}

.user-corner .btn-group .dropdown-menu a .d_block {
  text-align: left;
}

.user-corner .dropdown-toggle::after {
  opacity: 0;
  display: none;
}

.user-corner .btn-group button span.d_block {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  float: left;
}

.user-corner .btn-group button {
  box-shadow: none;
  display: inline-block;
  height: auto;
}

.user-corner .btn-group button i {
  font-size: 30px;
  width: 100%;
  text-align: center;
}
.btn-primary {
    background-color: #3D3C42;
    border-color: #3D3C42;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3D3C42;
    border-color: #3D3C42;
}
.alert {
  position: fixed;
  top: 70px;
  right: 0px;
  z-index: 9;
}
h6.border-solid {
  border: solid 1px #494947;
  margin-top: 5px;
  margin-bottom: 10px;
}
footer h5 {
  color: #606062;
}
.user-special img {
  max-height: 35px;
  max-width: 35px;
}
.user-special + .dropdown-menu {
  /* right: 0;
  left: auto !important; */
}
.video-part {
  background: #fff;
}
.video-part .row {
  margin: 0;
  overflow: hidden;
}
.video-part .left-part, .video-part .right-part {
  float: left;
  width: 50%;
  background: #fff;
}
.video-part .right-part .inner-part {
  /* display: inline; */
}
.video-part .video-player video {
  max-width: 100%;
  height: auto;
  box-shadow: none;
  outline: none;
}
.video-part .left-part {
  background: #f29375;
  color: #fff;
  position: relative;
  /* bottom: 7px; */
}
.video-part .left-part .left-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-part .left-part .left-overlay .wrapper-part {
  display: table;
  height: 100%;
  width: 100%;
}
.video-part .left-part .left-overlay .wrapper-part .inner-part {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-part .left-part .left-overlay h1 {
  font-size: 50px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
/* video change */
.video-part .right-part {
  position: relative;
}
.video-part .right-part .inner-part {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

}
.video-js .vjs-control-bar {
  
}
.video-part button.vjs-picture-in-picture-control.vjs-control.vjs-button {
  /* opacity: 0;
  visibility: hidden;
  display: none; */
}
.video-js .vjs-fullscreen-control {
  /* opacity: 0;
  visibility: hidden;
  z-index: -99; */
}
#my-player {
  /* width: 100%;
  height: auto !important; */
}
/* video change end */
.img_responsive {
  max-width: 100%;
}

.image_phones{
  max-height:300px;
}
.caption .name a.view-details {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #3D3C42;
  transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.caption .name {
  position: relative;  
  overflow: hidden;
}
.product-thumb:hover .caption .name a.view-details {
    color: white;
  opacity: 1;
  transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  visibility: visible;
}
.contact-form #register {
  background: none;
}
.contact-form #register .form-control {
    font-family: Montserrat-regular;
    background-color: transparent;
    border: solid 1px white;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.contact-form #register .form-control::placeholder {
    color: white;
}
.btn-secondary {
  background: #333;
}
section.contact-form {
  padding: 50px 0 100px 0;
}
.contact-form #register .btn-query {
    background-image: linear-gradient(to right, #ED6F73, #F0A67B);
    width: 150px;
    font-size: 15px;
    letter-spacing: 1px;
}
.contact-address {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.contact-address span {
  display: block;
}
.contact-address span.icon {
  margin-bottom: 15px;
}
.contact-address span.icon i {
  padding: 10px;
  background: #f29375;
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
}
/* custom checkbox style  */
.checkbox label {
  padding-left: 25px;
  position: relative;
}
.checkbox [type="checkbox"]:not(:checked), .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  border: solid 1px;
  width: 20px;
  height: 17px;
  z-index: 9;
  opacity: 0;
}
.checkbox label span {
  position: absolute;
  left: 0;
  z-index: 5;
  height: 25px;
  width: 25px;
}
[type="checkbox"] + .checkbox-style:before, [type="checkbox"]:not(.filled-in) + .checkbox-style:after,
[type="checkbox"] + font + .checkbox-style:before, [type="checkbox"]:not(.filled-in) + font + .checkbox-style:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid white;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:checked + .checkbox-style:before, 
[type="checkbox"]:checked + font + .checkbox-style:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #f29375;
  border-bottom: 2px solid #f29375;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:not(.filled-in) + .checkbox-style:after,
[type="checkbox"]:not(.filled-in) + font +  .checkbox-style:after 
{
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"] + .checkbox-style:before, [type="checkbox"]:not(.filled-in) + .checkbox-style:after,
[type="checkbox"] + font + .checkbox-style:before, [type="checkbox"]:not(.filled-in) + font + .checkbox-style:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid white;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f29375;
  border-color: #f29375;
}

/* custom checkbox style  */

@media only screen and (max-width: 1920px) {
.blog-header .container {
  max-width: 1700px;
}
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 992px) {
    .product-thumb {
        margin-bottom: 60px;
        color: white;
    }
  .contact-address h1 {
    font-size: 60px;
}
}
@media only screen and (max-width: 1200px) {
  .center-part {
    background-size: cover;
}
.video-part .left-part, .video-part .right-part {
  width: 100%;
}
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .video-part .left-part {
    /* bottom: 8px; */
  }
}
@media only screen and (min-width: 768px) {
  section.details-area {
    
}
footer .footer-top a[title="whatsapp"] {
  position: absolute;  
}
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding: 10px 0 30px;
}
  .video-part .left-part {
    bottom: 0px;
}
  #ask-imei #imei-record span.inner-label:last-child {
    margin-right: 0;
}
  .product-details {
    /* display: block; */
}
section.details-area {
  padding: 25px 0 0;
}

section.main-content.profile-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.top-banner {
  padding: 15px 0;
}
.mobile-center, .product-details .pro-details ul.mobile-center {
  text-align: center;
}
.video-part .left-part .left-overlay h1 {
  font-size: 25px;
}
.pb-50 {
  padding-bottom: 25px;
}
.contact-address {
  margin-top: 30px;
}
section.contact-form {
  padding-bottom: 30px;
}
h2.mt-50.pt-50.pb-50.text-uppercase {
  padding-top: 30px;
  margin-top: 0;
}
.details b.mt-5 {
  margin-top: 10px !important;
}
}

   @media (max-width: 768px) {
      #reset-sign {
      margin-top: 0px !important;
      }
   .jSignature {
      transform: translateX(10px); 
    }
   #signature {
    width: 85.5% !important;
    transform: translateX(-15px); 
  }
  
  .details-area .details .r-label input[type="radio"]:checked+.inner-label, label.checkbox-inline.r-label input[type="radio"]:checked+.inner-label {
      height: 36px !important;

  }

  .details-area .details .r-label input[type="radio"]:checked+.inner-label, label.checkbox-inline.r-label input[type="radio"]:checked+.inner-label {
    height: 36px !important;

  }

  .inner-label {
      width: 90% !important;
      left: 5% !important;

  }
  
  #signclick {
      width: 90% !important;
      left: 5% !important;
  }
  
  #iban {
      width: 88% !important;
      margin-left: 6% !important;
      height: 37px !important;
  }
  
  #iban-validation {
      margin-left: 6% !important;
  }

}

/* Remove the numeric up and down from the number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


:root {
	--gradient-color: linear-gradient(to right, #ED6F73, #F0A67B);
}

#product-details-list li {
  text-transform: none !important;
}

.filter-shop{
	margin-top: 40px;
	height: 100%;
	background-image: linear-gradient(to right, #ED6F73, #F0A67B);
}

/* Center the loader */
#loading-image {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #f29375;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#dropprice {
	font-size: 23px;
	color: #3D3C42;
}

.drop-price-new {
	opacity: 1 !important;
	font-size: 22px !important;
}

.btn-sell {
	font-size: 26px;
	opacity: 0.8;
	font-family: Montserrat-light;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0px;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

.tooltip-inner {
	text-align: justify;
	padding: 5px 10px;
}

#submitmodal.modal .modal-dialog {
	display: inline-block;
	float: right;
	transform: translate(350px, 0px) !important;
	-ms-transform: translate(350px, 0px) !important;
	-moz-transform: translate(350px, 0px) !important;
	-webkit-transform: translate(350px, 0px) !important;
}

#submitmodal.modal.show .modal-dialog {
	transform: translate(0px, 0px) !important;
	-ms-transform: translate(0px, 0px) !important;
	-moz-transform: translate(0px, 0px) !important;
	-webkit-transform: translate(0px, 0px) !important;
}

div#ask-imei .alert {
	top: 0;
}

.details-area .details .r-label.rmr span.inner-label {
	padding: 10px 15px;
	border: solid 1px #4c4c4a;
}

.details-area {
		background-color: #3D3C42;
	/*background-color: #FFF; */
}

.swiper-watch-progress {
	padding: 5px;
}

.es-carousel-layout-item {
	box-shadow: 
		0 4px 8px rgba(0, 0, 0, 0.05),  /* Bottom shadow with lighter opacity */
		0 -4px 8px rgba(0, 0, 0, 0.05), /* Top shadow with lighter opacity */
		4px 0 8px rgba(0, 0, 0, 0.05),  /* Right shadow with lighter opacity */
		-4px 0 8px rgba(0, 0, 0, 0.05); /* Left shadow with lighter opacity */
	border-radius: 10px; /* Rounded corners */
}


.product-details {
	padding: 40px 30px 40px 30px !important;
	box-shadow: 2px 2px 5px #333;
	background-color: #f8f9fa; /* Light gray background */
	border-radius: 8px; /* Rounded corners for the container */
	max-width: 500px; /* Max width of the container (you can adjust this) */
	margin: 0 auto; /* Center the container */
}

.product-details h4 {
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center; /* Center-align the heading */
	color: #333; /* Dark text color for the heading */
	margin-bottom: 1rem; /* Spacing below the heading */
}

.parent-btn {
	width: 100%; /* Full width for each button */
}

.btn-option {
	cursor: pointer;
	display: block;
	font-size: 1.3rem;
	text-align: center;
	color: transparent; /* Make the text transparent so the gradient is visible */
	background-color: #FFFFFF; /* Solid background color for the button */
	border: none;
	border-radius: 8px; /* Rounded corners for buttons */
	padding: 0.8rem; /* Padding inside the buttons */
	transition: all 0.3s ease; /* Smooth hover transition */
	font-weight: bold;
}

.btn-option .option-text {
	font-size: 1em;
	font-weight: bolder;
	background: #f99270; /* Apply the custom gradient */
	background-clip: text;
	color: transparent; /* Make the text itself transparent to reveal the gradient */
	-webkit-text-fill-color: transparent; /* Ensure the text is transparent */
	font-weight: bold; /* Make the text bold */
}

.return-page {
	font-size: 1.4rem;
	color: white;
	font-weight: bolder !important;
}

.return-page:hover {
	text-decoration: none;
	background-color: transparent; /* Remove background change */
	color: white;
}

.btn-option:hover {
	background-color: #FFFFFF; /* Darker blue on hover */
	transform: scale(1.05); /* Slight zoom effect on hover */
}

.rating-text {
  display: inline;
}

@media (max-width: 480px) { /* Even smaller screens */
  .btn-option .option-text {
      font-size: 0.7em; /* Further decrease font size for very small screens */
  }

    .rating-text {
        display: none; /* Hide "avaliações" */
    }

    .back-button {
      width: 75% !important; /* Ensures the outer div takes the full width */
    }
}

@media (max-width: 768px) {
	.product-details {
		width: 100%; /* Full width on smaller screens */
		padding: 15px; /* Adjust padding on smaller screens */
	}

	.product-details {
		padding: 40px 30px 40px 30px !important;
		box-shadow: 2px 2px 5px #333;
		background-color: #f8f9fa; /* Light gray background */
		border-radius: 8px; /* Rounded corners for the container */
		max-width: 500px; /* Max width of the container (you can adjust this) */
		margin: 0 auto; /* Center the container */
	}
}

.btn-option .option-text {
  font-size: 0.8em; /* Decrease the font size for smaller screens */
}

.step-indicator {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.step-circle {
	width: 20px; /* Outer circle size */
	height: 20px; /* Outer circle size */
	border-radius: 50%; /* Makes it circular */
	background-color: #F0A67B; /* Outer circle color */
	display: inline-block;
	position: relative;
	margin: 0 5px; /* Space between circles */
}

.inner-circle {
	width: 10px; /* Inner circle size */
	height: 10px; /* Inner circle size */
	border-radius: 50%; /* Makes it circular */
	background-color: var(--gradient-color); /* Active step color */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Centers the inner circle */
}

.step-circle.active .inner-circle {
	background-image: linear-gradient(to right, #ED6F73, #F0A67B);
}

.step-circle .inner-circle {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
}

.step-circle .inner-circle.active {
	background-color: #F0A67B; /* Active color */
	transition: background-color 0.3s ease, transform 0.3s ease;
}
	
.item-parent p {
	margin-bottom: 0px;
	font-size: 1rem;
	color: white;
}

.item-parent h3 {
	color: white;
	font-weight: bold;
}

.thumb-image img{
	max-width: 70%;
}

.new-style-font {
	letter-spacing: 2px;
	font-family: Montserrat-light;
	color: white;
	font-style: normal;
	font-size: 22px;
}

.alert-success {
	background: #fff;
	color: #333;
	border-color: #ddd;
	border-radius: 5px 0 0 5px;
	box-shadow: 5px 5px 5px #ddd;
}

.fade:not(.show) {
	z-index: -9;
}

#loading-image:before {
	/* content: "";
	width: auto;
	height: auto;
	box-shadow: 1px 1px 660px 660px #2c29292b; */
}

.btn-disabled {
	opacity: 0.5;
	pointer-events: none;
	border: solid 5px red;
}

.title-model {
	display: none;
}

.line-title {
	display: none;
}

.options-parent {
	padding: 90px 20px 90px 20px;
}

.options-box {
	border-radius: 40px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.2);
}

.options-box h4 {
	color: white;
}

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

.value-phone {
	margin-top: 30px;
	margin-bottom: 55px;
}

.details-new {
	padding-right: 0px !important;
}

.btn-voltar-mobile {
	display: none;
}

.pos-btn-sell {
	text-align: center;
	margin-right: 10%;
}

.btn-voltar-desktop {
	display: inline-flex;
	
}

@media only screen and (max-width: 425px) and (min-width: 320px) {
	.btn-voltar-mobile {
		display: block;
	}

	.thumb-image img{
		max-width: 80%;
	}

	.btn-voltar-desktop {
		display: none;
	}

	.position-title-mobile {
		margin-top: 40px;
	}

	.mobile-center {
		padding: 0px 30px 50px 30px !important;
		text-align: left;
	}

	.title-model {
		margin-top: -50px;
		margin-left: -50px;
		display: block;
		color: white;
		padding: 0px 20px 40px 40px;
	}

	.img-pad {
		padding-top: 50px !important;
	}

	.image-width {
		max-width: 60% !important;
	}

	.line-title {
		position: absolute;
		margin-top: 0px;
		margin-right: 350px;
		display: block;
		background: linear-gradient(to right, #ED6F73, #F0A67B);
		height: 1px;
		width: 35px;
	}

	.new-style-font {
		font-size: 18px;
	}

	.product-details {
		width: 100%;
	}

	.details-new {
		padding: 0px 0px 50px 0px !important;
	}

	.info-detail-center {
		padding: 0px 0px 0px 30px !important;
	}

	.product-heading {
		padding-top: 30px;
		padding-left: 30px;
	}

	.pro-details .btn-primary {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.pos-btn-sell {
		text-align: center;
	}

	.value-phone {
		margin-bottom: 0px;
	}

	.img-provider-mobile {
		vertical-align: middle !important;
	}

	.details-area .details .r-label .inner-label,
	label.checkbox-inline.r-label .inner-label {
		text-align: center;
	}
}

@media only screen and (max-width: 1550px) and (min-width: 425px) {
	.thumb-image img{
		max-width: 85%;
	}
}

@media only screen and (max-width: 1250px) and (min-width: 425px) {
	.btn-voltar-mobile {
		display: block;
	}

	.thumb-image img{
		max-width: 75%;
	}

	.btn-voltar-desktop {
		display: none;
	}

	.position-title-mobile {
		margin-top: 40px;
	}

	.details-new {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.product-details {
		padding: 50px 40px 15px 100px;
		display: inline-block;
		float: right;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, #ED6F73, #F0A67B);
	}

	.pro-details .btn-primary {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.details-new {
		padding-left: 0px;
		padding-right: 0px !important;
	}

	.title-model {
		margin-left: -50px;
		display: block;
		color: white;
		padding: 0px 20px 40px 40px;
	}

	.line-title {
		position: absolute;
		margin-top: 0px;
		margin-right: 350px;
		display: block;
		background: linear-gradient(to right, #ED6F73, #F0A67B);
		height: 1px;
		width: 35px;
	}
}

.icon-go-back {
	margin-right: 20px;
	font-size: 50px;
	background: -webkit-gradient(linear, left bottom, right bottom, from(#ED6F73), to(#F0A67B));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.icon-back-question {
	font-size: 50px;
	color: white;
}

.return-page .span {
	font-size: 1.25rem
}

@media only screen and (max-width: 600px) {
	#image-nacex {
		margin-top: -1% !important;
	}

	.thumb-image img{
		max-width: 80%;
	}

	.pos-btn-sell {
		margin-right: 0% !important;
	}
}

.return-page {
	display: inline-flex; /* Keeps the a tag's size only based on content */
	align-items: center; /* Vertically aligns the icon and text */
	text-decoration: none; /* Optional: removes the underline */
}

.back-button {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 40% !important;
}

.ghost-div {
	width: 60% !important;
}

@media (max-width: 576px) {
	.custom-padding {
		padding: 20px;
	}

	.ghost-div {
		width: 0% !important;
	}

	.back-button {
		width: 75% !important;
	}
}



#question-form {
	position: relative; /* Make this the parent for absolute positioning */
}

#loading-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none; /* Initially hidden */
}

.spinner {
	width: 60px;
	height: 60px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #f29375;
	border-radius: 50%;
	animation: spin 1s linear infinite;

}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.option-wrapper {
	margin-bottom: 15px;
    position: relative  !important;
    display: flex  !important;
    justify-content: center  !important;
    align-items: center  !important;
}

.option-emoji {
    left: -25px !important;
}

.option-emoji.diamond {
    color: #FFD700  !important;
}

.option-emoji.pleading {
    color: #FF6347  !important;
}

.option-emoji.confused {
    color: #A9A9A9 !important;
}

.option-emoji.sad {
    color: #6A5ACD !important;
}

.option-emoji.sparkle {
    color: #F4A300  !important;
}

.option-emoji.crying {
  color: #F4A300  !important;
}

.option-emoji.happy {
  color: #F4A300  !important;
}