/* start breadcrumb-page */

/*#breadcrumb-page h2 {*/
/*  color: #fff;*/
/*  font-size: 33px;*/
/*  margin-bottom: 15px;*/
/*}*/
/*@media screen and (max-width: 991px) {*/
/*  #breadcrumb-page h2 {*/
/*    font-size: 26px;*/
/*  }*/
/*}*/
#content-page{
    margin-top: 44px;
}

#breadcrumb-page .breadcrumb .breadcrumb-item {
  font-size: 14px;
  z-index: 2;
  margin-top: 5px;
  color: #777777;
  line-height: 22px;
}
#breadcrumb-page .breadcrumb .breadcrumb-item.active {
  color: #78D6C6;
}
#breadcrumb-page .breadcrumb .breadcrumb-item::before {
  float: none;
  padding-left: 0.5rem;
  color: #777777;
}
#breadcrumb-page .breadcrumb .breadcrumb-item a:hover {
  color: #78D6C6;
}

/* end breadcrumb-page */
/* start content-page */


#content-page .product-right {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
#content-page .product-right .easyzoom a {
  display: block;
  width: 100%;
}
#content-page .product-right .easyzoom a img{
    transition:all 0.3s;
}
#content-page .product-right .precent-off {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 9px 11px;
  background-color: #C70039;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
#content-page .product-right .product-slider-images {
  margin-top: 20px;
}
#content-page .product-right .product-slider-images .carousel-small-slider {
  position: relative;
  max-width: 370px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1199px) {
  #content-page .product-right .product-slider-images .carousel-small-slider {
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  #content-page .product-right .product-slider-images .carousel-small-slider {
    max-width: 400px;
  }
}
#content-page .product-right .product-slider-images .carousel-small-slider .owl-dots {
  display: none;
}
#content-page .product-right .product-slider-images .carousel-small-slider a {
  display: block;
  border: 1px solid transparent;
  margin: 3px;
  padding: 3px;
  background: #3b3a3a;
}
#content-page .product-right .product-slider-images .carousel-small-slider a:hover {
  border-color: #78D6C6;
}
#content-page .product-right .product-slider-images .carousel-small-slider .owl-nav {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  font-size: 28px;
  font-weight: 600;
  color: #78D6C6;
  transition: 0.3s all;
}
@media screen and (max-width: 575px) {
  #content-page .product-right .product-slider-images .carousel-small-slider .owl-nav {
    display: none;
  }
}
#content-page .product-right .product-slider-images .carousel-small-slider .owl-nav.disabled {
  display: block;
}
@media screen and (max-width: 575px) {
  #content-page .product-right .product-slider-images .carousel-small-slider .owl-nav.disabled {
    display: none;
  }
}
#content-page .product-right .product-slider-images .carousel-small-slider .owl-nav .owl-prev {
  right: -55px;
  overflow: hidden;
}
#content-page .product-right .product-slider-images .carousel-small-slider .owl-nav .owl-next {
  left: -55px;
  height: 35px;
}
#content-page .product-right .product-slider-images .carousel-small-slider .owl-nav button {
  position: absolute;
  top: 0;
  transition: 0.3s all;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 25px;
  font-weight: 400;
  border-radius: 0;
}
#content-page .product-right .product-slider-images .carousel-small-slider .owl-nav button:hover {
  background-color: #78D6C6 !important;
  color: #fff !important;
  transform: scale(1);
}
#content-page .product-left .product-name {
  font-size: 15px;
  color: #fafafa;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
#content-page .product-left .description {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 35px;
  color:#bbb;
}
#content-page .product-left .price {
  margin-bottom: 15px;
  position: relative;
  gap:8px;
  margin-top: 20px;
  justify-content: end;
}
@media screen and (max-width: 575px) {
  #content-page .product-left .price{
    margin: 0;
  }
}
#content-page .product-left .price .price-before {
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 13px;
  color: #777777;
}
#content-page .product-left .price .price-after {
  font-size: 18px;
  font-weight: 600;
  color: #78D6C6;
}
#content-page .product-left .price .price-after span{
  font-size: 14px;
  font-weight: 200;
}
#content-page .product-left .timer {
  display: inline-block;
  background: #c70039;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
}
#content-page .product-left .product-color span {
  color: #d5d3d3;
  font-size: 13px;
  display: inline-block;
  padding-top: 17px;
  margin-left: 15px;
  line-height: 1.65;
}
#content-page .product-left .product-color button {
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid transparent;
  /*margin-left: 9px;*/
  border-radius: 4px;
  background-color: transparent;
  margin-top: 10px;
  color: #bbb;
}
#content-page .product-left .product-color button i {
  margin-left: 8px;
  font-weight: 600;
  font-size: 17px;
}
#content-page .product-left .product-color button .onactive {
  display: none;
  color: #fff;
}
#content-page .product-left .product-color button.active {
  color: #fff;
}
#content-page .product-left .product-color button.active i {
  color: #78D6C6;
}
#content-page .product-left .product-color button.active .onactive {
  display: inline-block;
}
#content-page .product-left .product-color button.active .ondefult {
  display: none;
}
#content-page .product-left .product-size span {
  color: #5a5a5a;
  font-size: 13px;
  display: inline-block;
  padding-top: 17px;
  margin-left: 15px;
  line-height: 1.65;
}
#content-page .product-left .product-size button {
  font-size: 12px;
  padding: 6px 15px;
  border: 1px solid transparent;
  margin-left: 9px;
  border-radius: 4px;
  margin-top: 10px;
  color: #aaa;
}
#content-page .product-left .product-size button .onactive {
  display: none;
  color: #fff;
}
#content-page .product-left .product-size button i {
  font-size: 14px;
  margin-left: 5px;
}
#content-page .product-left .product-size button.active {
  color: #fff;
}
#content-page .product-left .product-size button.active i {
  color: #78D6C6;
}
#content-page .product-left .product-size button.active .onactive {
  display: inline-block !important;
}
#content-page .product-left .product-size button.active .ondefult {
  display: none !important;
}
#content-page .product-left .add-card {
    color: #fff;
    /*background-color: #78D6C6;*/
    padding: 14px 14px;
    border-radius: 2px;
    font-size: 12px;
    border: transparent;
    width: 100%;
    margin-top: 12px;
    line-height: 18px;
}
#content-page .product-left .add-card-simple {
    color: #fff;
    background-color: #78D6C6;
    padding: 8px 24px;
    border-radius: 10px;
    font-size: 13px;
    border: transparent;
    height: 53px;
}
/*#content-page .product-left .add-card:hover {*/
/*  background-color: #474545;*/
/*}*/
#content-page .product-left .add-card i{
   font-size: 15px;
    margin-left: 2px; 
}
@media screen and (max-width:767px){
  #content-page .product-left .add-card{
    position: absolute;
    width: 103px;
    top: auto;
    bottom: 38px;
    margin-top: 0;
  }
  .select-brand-wrap .brand-item.rtl-item .add-card{
    right: 20px;
  }
  .select-brand-wrap .brand-item.ltr-item .add-card{
    left: 20px;
  }
}

#content-page .product-left .social span {
  color: #d5d3d3;
  font-size: 13px;
  margin-left: 10px;
}
#content-page .product-left .social .social-icon {
  display: inline-block;
}
#content-page .product-left .social .social-icon li {
  display: inline-block;
  margin-left: 4px;
}
#content-page .product-left .social .social-icon li a {
  color: #aaa;
  display: inline-block;
  padding: 5px;
  font-size: 17px;
}
#content-page .product-left .social .social-icon li a:hover {
  color: #fff;
}
#content-page .product-left .add-wish-list button {
  background-color: transparent;
  border: 0;
  font-size: 13px;
  color: #fafafa;
  transition: all 0.7s;
  padding:0;
}
#content-page .product-left .add-wish-list button:hover {
  color: #78D6C6;
}
#content-page .product-left .tags {
  font-size: 14px;
}
#content-page .product-left .tags span, #content-page .product-left .tags a {
  font-size: 13px;
  display: inline-block;
}
#content-page .product-left .tags a:hover {
  color: #78D6C6;
}
/* #content-page .product-left .box-card {
  border-top: 1px solid #5b5a5a;
  padding-top: 24px;
  margin-top:24px;
} */

#content-page .tab-section {
  margin-top: 80px;
  background-color: #3b3a3a;
  padding: 70px 0 30px;
}
.tab-section nav::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80%;
    top: 25px;
    right: 0;
    left: 0;
    background-color: #5b5a5a;
    margin: 0 auto;
}
#content-page .tab-section .nav.nav-tabs {
  border: 0;
}
#content-page .tab-section .border_bg::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 80%;
    top: 25px;
    right: 0;
    left: 0;
    background-color: #5b5a5a;
    margin: 0 auto;
}
#content-page .tab-section .nav .nav-item .nav-link {
    font-size: 14px;
    position: relative;
    transition: all 0.5s;
    color: #e5e5e5;
    line-height: 34px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding: 6px 30px;
    background: #333131;
    border: 2px solid #5b5a5a;
    border-radius: 2px;
    z-index: 1;
    margin: 5px -2px;
}
@media screen and (max-width: 767px) {
  #content-page .tab-section .nav .nav-item .nav-link {
    padding: 6px 18px;
  }
}
#content-page .tab-section .nav .nav-item .nav-link i {
  font-size: 16px;
  font-weight: 400;
  margin-left: 7px;
  color: #818181;
}
@media screen and (max-width: 767px) {
  #content-page .tab-section .nav .nav-item .nav-link i {
    font-size: 15px;
    margin-left: 5px;
  }
}
#content-page .tab-section .nav .nav-item .nav-link.active {
    border-color: #78D6C6;
    color: #78D6C6;
    margin: 5px 2px;
}
#content-page .tab-section .nav .nav-item .nav-link.active i {
  color: #111;
}
#content-page .tab-section .nav .nav-item .nav-link.active:hover{
    color: #78D6C6;
}
#content-page .tab-section .nav .nav-item .nav-link:hover {
  color: #fafafa;
}
#content-page .tab-section .nav .nav-item .nav-link:hover i {
  color: #111;
}
#content-page .tab-section .tab-content {
  margin-top: 14px;
}
#content-page .tab-section .fade {
  opacity: 1 !important;
}
#content-page .tab-section .tab-content .tab-pane {
  padding: 70px 30px;
  margin: 0 100px;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  #content-page .tab-section .tab-content .tab-pane {
    padding: 40px 24px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #content-page .tab-section .tab-content .tab-pane {
    padding: 40px 30px;
  }
}
#content-page .tab-section .tab-content .tab-pane p {
  color: #9b9a9a;
  font-size: 13px;
  line-height: 31px;
  text-align: justify;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #content-page .tab-section .tab-content .tab-pane p {
    font-size: 12px;
    line-height: 27px;
  }
}

#content-page .tab-section .tab-content .tab-pane h3 {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
  color: #e5e5e5;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #content-page .tab-section .tab-content .tab-pane h3 {
    font-size: 14px;
  }
}
#content-page .characteris-item {
  border: 1px solid #5b5a5a;
  border-bottom: 0;
}
#content-page .characteris-item:last-child {
  border-bottom: 1px solid #5b5a5a;
}
#content-page .characteris-item .bg-tab {
  font-size: 13px;
  padding: 12px 10px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #content-page .characteris-item .bg-tab {
    font-size: 12px;
  }
}
#content-page .characteris-item .bg-tab.title {
  border-left: 1px solid #5b5a5a;
  color: #c5c5c5;
}
#content-page .no-comment strong {
  color: #a3a3a3;
  font-size: 12px;
  line-height: 1.75;
}
#content-page .no-comment p {
  color: #78D6C6;
}
#content-page form {
  /*margin-top: 40px;*/
}
#content-page form label {
  font-size: 12px;
  margin-bottom: 10px;
  /*margin-top: 12px;*/
  color: #ccc;
}
#content-page form .form-control {
  font-size: 13px;
  background-color: #424242;
  border-color: #5b5a5a;
  padding: 8px;
  color: #9b9a9a;
  border-radius: 4px !important;
  height:40px;
}
#content-page form .form-control::placeholder{
    color:#9b9a9a;
}
#content-page form .form-control:focus {
  box-shadow: unset;
  border-color: rgba(255, 255, 255, 0.2);
}
#content-page form textarea {
  height: 100px !important;
}
#content-page form button {
  width: 180px;
  font-size: 14px;
  background-color: #4e4e4e;
  transition: ease-in-out all 0.3s;
  color: #fafafa;
  padding: 15px;
  border: 0;
  border-radius: 5px;
  margin-top: 13px;
}
@media screen and (max-width: 575px) {
  #content-page form button {
    width: 100%;
  }
}
#content-page form button:hover {
  background-color: #78D6C6;
}
#content-page .comment-user {
  margin-top: 30px;
}
#content-page .comment-user .comment-sender {
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid #5b5a5a;
}
#content-page .comment-user .comment-sender img {
  width: 50px;
  border-radius: 50%;
}
#content-page .comment-user .comment-sender .comment-sender-details {
  padding: 10px 20px;
  font-size: 12px;
  color: #818181;
}
#content-page .comment-user .comment-sender .comment-sender-details strong {
  display: inline-block;
  margin-right: 15px;
}
#content-page .comment-user .comment-sender .comment-sender-details span {
  display: inline-block;
}
#content-page .comment-user .comment-sender .comment-content {
  padding: 20px;
  border-top: 1px solid #5b5a5a;
}
#content-page .comment-user .comment-sender .comment-content p {
  font-size: 12px;
  line-height: 24px;
}
#content-page .comment-user .comment-admin {
  background-color: #3b3939;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 60px;
  border: 1px solid #4b4747;
}
@media screen and (max-width: 575px) {
  #content-page .comment-user .comment-admin {
    margin-right: 32px;
  }
}

#content-page .comment-user .comment-admin .comment-content {
    border-color: #4b4747;
}
#content-page .information-mobile {
  margin-top: 45px;
}
#content-page .information-mobile a {
  font-size: 13px;
  color: #474747;
  padding-top: 8px;
  color: #b3b3b3;
}
#content-page .information-mobile i {
  color: #78D6C6;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
}
#content-page .information-mobile .div-start {
  font-size: 13px;
  color: #ccc;
}
#content-page .information-mobile .div-start i {
  font-size: 19px !important;
  margin-left: 10px;
}
#content-page .information-mobile .small-box-information {
  border: 1px solid #5b5a5a;
  margin: 6px 0;
  border-radius: 4px;
}
#content-page .information-mobile .mobile-style {
  display: flex;
  padding: 12px;
}
#content-page .information-mobile .down-rotate {
  transition: all 0.7s;
}
#content-page .information-mobile .div-end {
  display: inline-block;
}
#content-page .information-mobile .div-end i {
  font-weight: 600;
  padding-top: 3px;
}
#content-page .information-mobile .div-end .rotate-div {
  transform: rotate(-90deg);
}
#content-page .information-mobile .card-body {
  padding: 2rem 1rem;
  background-color: #3a3838;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#content-page .information-mobile p {
  color: #9b9a9a;
  font-size: 13px;
  line-height: 31px;
  text-align: justify;
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  #content-page .information-mobile p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#content-page .information-mobile h3 {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

/* end content-page */
/* start product-item */
/*.product-item {*/
/*  position: relative;*/
/*  text-align: center;*/
/*  margin-bottom: 10px;*/
/*  background-color: #242424;*/
/*  transition: all 300ms ease-in-out;*/
/*  padding: 12px;*/
/*}*/
/*@media screen and (max-width: 575px) {*/
/*  .product-item {*/
/*    margin: 12px;*/
/*  }*/
/*}*/
/*.product-item .product-img {*/
/*  position: relative;*/
/*}*/
/*.product-item .product-img a {*/
/*  display: block;*/
/*  transition: all 300ms ease-in-out;*/
/*}*/
/*.product-item .product-img img {*/
/*  transition: all 0.5s ease-in-out;*/
/*  width: 100%;*/
/*}*/
/*.product-item .product-img .img-hover {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  z-index: -1;*/
/*  opacity: 0;*/
/*}*/
/*.product-item .product-img .label-sale {*/
/*  color: #fff;*/
/*  font-weight: 400;*/
/*  text-align: center;*/
/*  min-width: 50px;*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  left: 15px;*/
/*  font-size: 12px;*/
/*  z-index: 11;*/
/*  line-height: 27px;*/
/*  padding: 0 10px;*/
/*  background: #C70039;*/
/*  border-radius: 3px;*/
/*}*/
/*.product-item .product-img .timer {*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  right: 10px;*/
/*  color: #fff;*/
/*  background: #28518A;*/
/*  padding: 6px 8px;*/
/*  border-radius: 4px;*/
/*  font-size: 14px;*/
/*  z-index: 11;*/
/*}*/
/*.product-item .product-img .quick-view {*/
/*  position: absolute;*/
/*  bottom: 10px;*/
/*  right: 10px;*/
/*  left: 10px;*/
/*  z-index: 10;*/
/*}*/
/*.product-item .product-img .quick-view a {*/
/*  font-size: 13px;*/
/*  color: #878787;*/
/*  background: rgba(46, 46, 46, 0.7);*/
/*  padding: 0;*/
/*  width: 100%;*/
/*  font-weight: 400;*/
/*  display: block;*/
/*  padding: 20px;*/
/*  text-align: center;*/
/*  border-radius: 3px;*/
/*}*/
/*.product-item .product-img .quick-view a:hover {*/
/*  background-color: #78D6C6;*/
/*  color: #fff;*/
/*}*/
/*@media screen and (max-width: 1199px) {*/
/*  .product-item .product-img .quick-view a {*/
/*    padding: 16px;*/
/*    font-size: 12px;*/
/*  }*/
/*}*/
/*.product-item .caption {*/
/*  position: relative;*/
/*}*/
/*.product-item .caption .details {*/
/*  margin: 14px 0;*/
/*  font-size: 13px;*/
/*}*/
/*.product-item .caption .details a {*/
/*  color: #5a5a5a;*/
/*  font-size: 13px;*/
/*  display: inline-block;*/
/*}*/
/*.product-item .caption .details a:hover {*/
/*  color: #78D6C6;*/
/*}*/
/*.product-item .caption h4 {*/
/*  margin-bottom: 30px;*/
/*}*/
/*.product-item .caption h4 a {*/
/*  color: #fff;*/
/*  line-height: 1.7;*/
/*  font-size: 14px;*/
/*  display: inline-block;*/
/*  height: 47.6px;*/
/*  overflow: hidden;*/
/*}*/
/*.product-item .caption h4 a:hover {*/
/*  color: #78D6C6;*/
/*}*/
/*.product-item .caption .price {*/
/*  margin-bottom: 15px;*/
/*  position: relative;*/
/*}*/
/*.product-item .caption .price .before {*/
/*  font-size: 16px;*/
/*  text-decoration: line-through;*/
/*  margin-left: 8px;*/
/*}*/
/*.product-item .caption .price .after {*/
/*  font-size: 18px;*/
/*  font-weight: 600;*/
/*  color: #78D6C6;*/
/*}*/
/*.product-item .caption .price::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -20px;*/
/*  background: url(/css/Optimus/img/line.png) bottom center no-repeat;*/
/*  right: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 3px;*/
/*}*/
/*.product-item .caption .caption-hover {*/
/*  position: absolute;*/
/*  top: 70%;*/
/*  right: 0;*/
/*  left: 0;*/
/*  background-color: #242424;*/
/*  padding: 3px 5px 5px 5px;*/
/*  transition: all 300ms ease-in-out;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/
/*.product-item .caption .caption-hover::before {*/
/*  content: "";*/
/*  content: "";*/
/*  left: -12px;*/
/*  right: -12px;*/
/*  top: 46px;*/
/*  bottom: -15px;*/
/*  background: #242424;*/
/*  position: absolute;*/
/*  z-index: -1;*/
/*  border-radius: 3px;*/
/*  box-shadow: 0px 13px 15px 0 rgba(0, 0, 0, 0.3);*/
/*  transition: all 300ms ease-in-out;*/
/*}*/
/*.product-item .caption .caption-hover .description {*/
/*  font-size: 12px;*/
/*  line-height: 1.7;*/
/*  margin-bottom: 38px;*/
/*  height: 40.78px;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
/*.product-item .caption .caption-hover .box-link {*/
/*  margin-bottom: 14px;*/
/*  position: relative;*/
/*}*/
/*.product-item .caption .caption-hover .box-link::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -23px;*/
/*  background: url(/css/Optimus/img/line.png) bottom center no-repeat;*/
/*  right: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 3px;*/
/*}*/
/*.product-item .caption .caption-hover .box-link button {*/
/*  background-color: #2e2e2e;*/
/*  border: 0;*/
/*  color: #545454;*/
/*  display: inline-block;*/
/*  padding: 12px 12px;*/
/*  border-radius: 3px;*/
/*  font-size: 12px;*/
/*  height: 45px;*/
/*  transition: all 0.5s ease-in-out;*/
/*  margin-bottom: 6px;*/
/*}*/
/*.product-item .caption .caption-hover .box-link button i {*/
/*  font-size: 18px;*/
/*}*/
/*.product-item .caption .caption-hover .box-link button:hover {*/
/*  background-color: #78D6C6;*/
/*  color: #fff;*/
/*}*/
/*.product-item:hover {*/
/*  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);*/
/*}*/
/*.product-item:hover .img-hover {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  z-index: 10;*/
/*}*/
/*.product-item:hover .caption-hover {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  z-index: 12;*/
/*}*/

/* end product-item */
/* start slider-section */
/*#slider-section {*/
/*  margin-top: 80px;*/
/*}*/
/*#slider-section .item {*/
/*  padding-top: 15px;*/
/*}*/
/*@media screen and (max-width: 575px) {*/
/*  #slider-section .item {*/
/*    margin-left: 25px;*/
/*  }*/
/*}*/
/*#slider-section .owl-stage-outer {*/
/*  padding-left: 15px;*/
/*  padding-right: 15px;*/
/*  margin-left: -15px;*/
/*  margin-right: -15px;*/
/*  padding-bottom: 160px;*/
/*  margin-bottom: -160px;*/
/*  transition: all 300ms ease-in-out;*/
/*  position: relative;*/
/*}*/
/*@media screen and (max-width: 575px) {*/
/*  #slider-section .owl-stage-outer {*/
/*    margin-left: 0;*/
/*    margin-right: 0;*/
/*  }*/
/*}*/
/*#slider-section .slider-page .owl-dots {*/
/*  display: none;*/
/*}*/
/*#slider-section .slider-page .owl-nav {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: -46px;*/
/*  left: 0;*/
/*  background-color: #242424;*/
/*  padding-right: 15px;*/
/*}*/
/*#slider-section .slider-page .owl-nav.disabled {*/
/*  display: block !important;*/
/*}*/
/*#slider-section .slider-page .owl-nav button {*/
/*  display: inline-block;*/
/*  vertical-align: top;*/
/*  opacity: 1;*/
/*  margin: 0;*/
/*  width: 24px;*/
/*  height: 25px;*/
/*  line-height: 25px;*/
/*  border-radius: 0;*/
/*  background: transparent;*/
/*  font-size: 26px;*/
/*  background-color: #242424;*/
/*  position: relative;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*#slider-section .slider-page .owl-nav button span {*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*#slider-section .slider-page .owl-nav button:hover {*/
/*  font-size: 45px;*/
/*  color: #78D6C6;*/
/*}*/

/* end slider-section */

/* Animations */
@-webkit-keyframes comeInRight {
  from {
    transform: translateX(2.67em) scale(0.5);
  }
  to {
    transform: translateX(1.33em) scale(0.5);
  }
}
@keyframes comeInRight {
  from {
    transform: translateX(2.67em) scale(0.5);
  }
  to {
    transform: translateX(1.33em) scale(0.5);
  }
}
@-webkit-keyframes rightToMiddle {
  from {
    opacity: 0.5;
    transform: translateX(1.33em) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes rightToMiddle {
  from {
    opacity: 0.5;
    transform: translateX(1.33em) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes middleToLeft {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  to {
    opacity: 0.5;
    transform: translateX(-1.33em) scale(0.5);
  }
}
@keyframes middleToLeft {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  to {
    opacity: 0.5;
    transform: translateX(-1.33em) scale(0.5);
  }
}
@-webkit-keyframes moveOffLeft {
  from {
    transform: translateX(-1.33em) scale(0.5);
  }
  to {
    transform: translateX(-2.67em) scale(0.5);
  }
}
@keyframes moveOffLeft {
  from {
    transform: translateX(-1.33em) scale(0.5);
  }
  to {
    transform: translateX(-2.67em) scale(0.5);
  }
}
@-webkit-keyframes comeInLeft {
  from {
    transform: translateX(-2.67em) scale(0.5);
  }
  to {
    transform: translateX(-1.33em) scale(0.5);
  }
}
@keyframes comeInLeft {
  from {
    transform: translateX(-2.67em) scale(0.5);
  }
  to {
    transform: translateX(-1.33em) scale(0.5);
  }
}
@-webkit-keyframes leftToMiddle {
  from {
    opacity: 0.5;
    transform: translateX(-1.33em) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes leftToMiddle {
  from {
    opacity: 0.5;
    transform: translateX(-1.33em) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes middleToRight {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  to {
    opacity: 0.5;
    transform: translateX(1.33em) scale(0.5);
  }
}
@keyframes middleToRight {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  to {
    opacity: 0.5;
    transform: translateX(1.33em) scale(0.5);
  }
}
@-webkit-keyframes moveOffRight {
  from {
    transform: translateX(1.33em) scale(0.5);
  }
  to {
    transform: translateX(2.67em) scale(0.5);
  }
}
@keyframes moveOffRight {
  from {
    transform: translateX(1.33em) scale(0.5);
  }
  to {
    transform: translateX(2.67em) scale(0.5);
  }
}



.captcha-image{
    margin-left:11px;
}
#content-page form button:focus , #content-page form button:active {
    box-shadow:unset !important;
    outline:0;
}


.select-brand-wrap{
    margin-top: 50px;
}
.select-brand-wrap .brand-item{
    border-radius: 4px;
    background: #333232;
    gap:20px;
    margin-bottom:38px;
    align-items: center;
}
.select-brand-wrap .brand-item.rtl-item{
    padding: 20px 144px 20px 20px;
}
.select-brand-wrap .brand-item.ltr-item{
    padding: 20px 20px 20px 144px;
}

.select-brand-wrap .brand-item .brand-step{
    font-size: 16px;
    position: absolute;
    top: -14px;
    bottom: -12px;
    padding: 24px 22px;
    border-radius: 0 0 12px 12px;
    color: #efefef;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  @media screen and (max-width: 767px) {
    .select-brand-wrap .brand-item .brand-step {
      flex-direction: row;
      border-radius: 12px 0 0 12px;
  }
}
.select-brand-wrap .brand-item.rtl-item .brand-step{
    right: 20px;
}
.select-brand-wrap .brand-item.ltr-item .brand-step{
    left: 20px;
}
.select-brand-wrap .brand-item .brand-step:after,
.select-brand-wrap .brand-item .brand-step:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
}
@media screen and (max-width: 767px) {
  .select-brand-wrap .brand-item .brand-step:after,
  .select-brand-wrap .brand-item .brand-step:before{
  display: none;
}
}
.select-brand-wrap .brand-item .brand-step:before{
    border-top: 14px solid transparent;
    left: -26px;
    border-left: 14px solid transparent;
}
.select-brand-wrap .brand-item .brand-step:after{
    border-top: 14px solid transparent;
    right: -26px;
    border-right: 14px solid transparent;
}
.select-brand-wrap .brand-item .brand-step .graid_step{
    font-size: 60px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    margin-top:10px;
}
.select-brand-wrap .brand-item .brand_img{
    width:60px;
}
.select-brand-wrap .brand-item .brand-logo{
    width:120px;
}
.select-brand-wrap .brand-item.rtl-item .brand-logo{
    padding-right: 24px;
    border-right: 3px solid transparent;
}
.select-brand-wrap .brand-item.ltr-item .brand-logo{
    padding-left: 24px;
    border-left: 3px solid transparent;
}

.select-brand-wrap .brand-item .content-wrap {
    width: calc(100% - 130px);
}
.select-brand-wrap .brand-item .content-wrap .brand-content{
    width:100%;
}
.select-brand-wrap .brand-item .content-wrap .brand-content .title-brand{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 28px;
}
.select-brand-wrap .brand-item .content-wrap .brand-content .title-brand span{
    color: #aaa;
    font-size: 13px;
}
.select-brand-wrap .brand-item .content-wrap .brand-content .brand-content{
    width:30%;
}
.select-brand-wrap .brand-item .content-wrap .brand-content .des-brand{
    gap:16px;
    line-height: 24px;
    color: #d5d3d3;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #5b5a5a;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.select-brand-wrap .brand-item .content-wrap .brand-content .des-brand .des-tx{
    gap:5px
} 
.select-brand-wrap .brand-item .content-wrap .brand-content .des-brand .percent-tx{
    color: #5fd9d4;
    font-size: 16px;
}
.select-brand-wrap .brand-item .content-wrap .brand-content .des-brand .percent-tx span{
    font-size: 13px;
    color: #cfcfcf;
}
.brand-item .brand_details{
    gap: 16px;
}
@media screen and (max-width:575px){
  .brand-item .brand_details{
    margin-bottom: 20px;
    gap: 12px;
  }
}
.brand-item .brand_details_item{
    color: #9f9e9e;
    font-size: 14px;
    line-height: 22px;
}
.brand-item .read_more{
    color: #d5be78;
    font-size: 12px;
    margin-top: 14px;
    display: inline-block;
}
.brand-item .brand_details_item span{
    font-size: 13px;
    color: #cfcfcf;
    margin-top:8px;
}

.select-brand-wrap .brand-item.item1 .brand-step {
    background: #eeba1b;
}
.select-brand-wrap .brand-item.item1  .brand-step:before{
    border-right: 12px solid #ad710e;
}
.select-brand-wrap .brand-item.item1 .brand-logo {
    border-color: #eeba1b;
}
.select-brand-wrap .brand-item.item1  .brand-step:after {
    border-left: 12px solid #ad710e;
}
.select-brand-wrap .brand-item.item1 .content-wrap .brand-content .title-brand {
    color: #eeba1b;
}
.select-brand-wrap .brand-item.item1 .add-card {
    background-color: #eeba1b;
}
.select-brand-wrap .brand-item.item1 .add-card:hover{
    background-color: #ad710e;
}
.select-brand-wrap .brand-item.item1 .read_more  {
    color: #eeba1b;
}


.select-brand-wrap .brand-item.item2 .brand-step{
    background: #cc0e87;
}
.select-brand-wrap .brand-item.item2  .brand-step:before{
    border-right: 12px solid #780048;
}
.select-brand-wrap .brand-item.item2 .brand-logo{
    border-color: #cc0e87;
}
.select-brand-wrap .brand-item.item2  .brand-step:after{
     border-left: 12px solid #780048;
}
.select-brand-wrap .brand-item.item2 .content-wrap .brand-content .title-brand{
    color: #cc0e87;
}
.select-brand-wrap .brand-item.item2 .add-card{
    background-color: #cc0e87;
}
.select-brand-wrap .brand-item.item2 .add-card:hover{
    background-color: #780048;
}
.select-brand-wrap .brand-item.item2 .read_more {
    color: #cc0e87;
}


.select-brand-wrap .brand-item.item3 .brand-step{
    background: #00aea6;
}
.select-brand-wrap .brand-item.item3  .brand-step:before{
        border-right: 12px solid #006253;
}
.select-brand-wrap .brand-item.item3 .brand-logo{
    border-color: #00aea6;
}
.select-brand-wrap .brand-item.item3  .brand-step:after{
     border-left: 12px solid #006253;
}
.select-brand-wrap .brand-item.item3 .content-wrap .brand-content .title-brand{
    color: #00aea6;
}
.select-brand-wrap .brand-item.item3 .add-card{
    background-color: #00aea6;
}
.select-brand-wrap .brand-item.item3 .add-card:hover{
    background-color: #006253;
}
.select-brand-wrap .brand-item.item3 .read_more {
    color: #00aea6;
}


.select-brand-wrap .brand-item.item4 .brand-step{
    background: #f74c04;
}
.select-brand-wrap .brand-item.item4  .brand-step:before{
    border-right: 12px solid #b53904;
}
.select-brand-wrap .brand-item.item4 .brand-logo{
    border-color: #f74c04;
}
.select-brand-wrap .brand-item.item4  .brand-step:after{
     border-left: 12px solid #b53904;
}
.select-brand-wrap .brand-item.item4 .content-wrap .brand-content .title-brand{
    color: #f74c04;
}
.select-brand-wrap .brand-item.item4 .add-card{
    background-color: #f74c04;
}
.select-brand-wrap .brand-item.item4 .add-card:hover{
    background-color: #b53904;
}
.select-brand-wrap .brand-item.item4 .read_more {
    color: #f74c04;
}

.select-brand-wrap .brand-item .brand-logo img , .select-brand-wrap .brand-item .brand-log-sm img{
    width: 100px;
    height: 100px;
}
@media screen and (max-width:767px){
  .select-brand-wrap .brand-item .title-brand{
    width: calc(100% - 100px);
  }
}

@media screen and (max-width:1199px){
    .select-brand-wrap .brand-item .brand-step{
        bottom:auto;
    }
}
@media screen and (max-width:991px){
    .select-brand-wrap .brand-item .brand-step{
        bottom:-12px;
    }
}
@media screen and (max-width:767px){
    .select-brand-wrap .brand-item.rtl-item .brand-logo{
        padding-right: 0;
        border:0;
    }
    .select-brand-wrap .brand-item .brand-logo {
        width:0;
    }
    .select-brand-wrap .brand-item.rtl-item {
        padding: 34px 148px 34px 20px;
    }
    .select-brand-wrap .brand-item .content-wrap{
        width: 100%; 
    }
    .select-brand-wrap .brand-item.ltr-item .brand-logo{
        padding-left: 0;
        border:0;
      }
      .select-brand-wrap .brand-item.ltr-item{
        padding:22px 20px 110px 20px;
        gap:0;
    }
    .select-brand-wrap .brand-item .brand-step{
       bottom: 14px;
        padding: 12px 14px;
        right: 0;
        left: auto !important;
        top: auto;
        gap: 6px;
        flex-wrap: wrap;
    }

    .select-brand-wrap .brand-item .brand-step .graid_name {
      width: 75%;
    }
    .select-brand-wrap .brand-item .brand-step .graid_step {
        font-size: 50px;
    }
    .brand-item .read_more{
        position: absolute;
        bottom: 14px;
        left: 24px;
    }
    .brand-item.rtl-item .read_more{
        right: 20px;
        left: auto;
    }
}
#content-page .characteris-item .bg-tab .bg-tab-tx{
    color:#bbb;   
}
.title-smell{
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    color: #78D6C6;
    font-size: 15px;
}
.my-smell-item-img{
    border-radius: 5px;
    width: 60px;
    height: auto;
    transition: 0.3s all;
    margin: auto;
}
.en_name{
    font-size: 14px;
    transition: 0.3s all;
}
.fa_name{
    color: #e5e5e5;
    transition: 0.3s all;
    font-size: 13px;
    line-height: 24px;
}
.body-smell{
    border-bottom: 1px solid #5b5a5a;
    padding-bottom: 20px;
}
.my-smell-item:hover .fa_name{ 
    color: #78D6C6;
}
.my-smell-item:hover .en_name{
    color: #e5e5e5;
}
.body-smell .my-smell-item{
    width:180px;
}
@media screen and (max-width:575px){
    .body-smell .my-smell-item{
        width:unset;
    }
}
.my-smell-item:hover .my-smell-item-img{
    border-radius: 10px;
    transform: scale(1.1);
}
/* end number-product *//*# sourceMappingURL=details-style.css.map */