﻿.btn-inside {
  padding: 5px 42px !important;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  top: 20px;
}
.btn-inside:hover {
  opacity: 0.7;
  text-decoration: none;
}

.dp_title {
  float: left;
  color: #000;
  font-weight: 600;
  font-size: 15px !important;
  padding: 13px 18px 18px 14px;
}
@media (max-width: 480px) {
  .dp_title {
    font-size: 12px !important;
    padding: 13px 0px 18px 4px;
  }
}
@media (max-width: 390px) {
  .dp_title {
    font-size: 10px !important;
    padding: 13px 0px 18px 4px;
  }
}

.article-item .attributes {
  text-decoration: underline !important;
  /*.arrow.down {
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      float: right;
      position: absolute;
      right: 8px;
      top: 7px;
  }*/
}
.article-item .attributes .modal-custom-Data .modal-content .modal-body {
  padding: 0 !important;
  height: auto;
  max-height: 600px !important;
}
.article-item .attributes .title-d {
  width: 30%;
  float: left;
  padding: 0px 5px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 17%;
}
@media (max-width: 769px) {
  .article-item .attributes .title-d {
    left: 23%;
  }
  .article-item .attributes .title-d .dp_title {
    padding: 0 10px 0 5px !important;
  }
}
@media (max-width: 480px) {
  .article-item .attributes .title-d {
    width: 26%;
    float: left;
    padding: 0px 0px;
  }
}
@media (max-width: 390px) {
  .article-item .attributes .title-d {
    width: 22%;
  }
}
@media (max-width: 321px) {
  .article-item .attributes .title-d {
    left: 27%;
  }
}
.article-item .attributes dd {
  position: relative;
  border-bottom: none !important;
  padding: 0 0 10px !important;
  /*  height: 59px;*/
  margin: 10px 4px -3px 0 !important;
}
.article-item .attributes .rddmore {
  clear: both;
  background: none !important;
  color: #000 !important;
  padding: 2px 0 !important;
  text-align: left !important;
  font-weight: 500;
  font-size: 12px;
  right: -5px !important;
  float: left;
}
.article-item .attributes .rddmore .text_read {
  text-decoration: underline !important;
}
.article-item .attributes .rddmore.selectme {
  text-decoration: underline !important;
}
.article-item .attributes .category-text {
  clear: both;
  background: none !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 14px;
}
.article-item .attributes .dataLoadValue {
  font-weight: 500;
  font-size: 12px;
  color: #000 !important;
  text-align: left !important;
  right: 0px;
  top: 0px;
  position: relative;
  background: none !important;
  padding: 5px 5px;
  transition-duration: 0.3s !important;
  float: left;
  text-decoration: underline !important;
  width: auto !important;
}
.article-item .attributes .onloadValue {
  /* .option-title {
      max-width: 100% !important;
      width: 100% !important;
  }*/
}
.article-item .attributes .onloadValue .option-title {
  max-width: 100% !important;
  width: 70% !important;
  padding: 7px 30px;
}
.article-item .attributes .onloadValue:after {
  display: none !important;
}
.article-item .attributes .onloadValue .category-text {
  position: absolute;
  /*padding: 5px 25px 5px 5px !important;*/
  padding: 1px 59px 5px 38px !important;
  /*border: 1px solid #ccc !important;*/
  float: right;
  right: -18px;
  width: 373px;
}
@media (max-width: 426px) {
  .article-item .attributes .onloadValue .category-text {
    width: 238px !important;
  }
}
@media (max-width: 400px) {
  .article-item .attributes .onloadValue .category-text {
    width: 200px !important;
  }
}
@media (max-width: 1000px) {
  .article-item .attributes .onloadValue .category-text {
    width: 278px;
  }
}
@media (max-width: 769px) {
  .article-item .attributes .onloadValue .category-text {
    width: 200px;
  }
}
.article-item .attributes .dataLoadValue {
  width: 30% !important;
}
@media (max-width: 426px) {
  .article-item .attributes .dataLoadValue {
    left: 0% !important;
  }
}
.article-item .attributes a.dataLoadValue.custom.show {
  display: block !important;
}
.article-item .attributes .customLink {
  font-weight: 500;
  font-size: 12px;
  color: #000 !important;
  text-align: left !important;
  left: 0;
  top: 20px;
  position: absolute;
  background: none !important;
  padding: 0 5px;
  transition-duration: 0.3s !important;
  float: left;
  width: auto !important;
}
.article-item .attributes .customLink .text_read {
  text-decoration: underline !important;
}

.overview .attributes dl > dd select {
  width: 69.8% !important;
  border: 1px solid #ccc !important;
  float: right;
  right: 0;
  top: 17px;
  appearance: none;
  padding: 0px 25px 0 5px;
  text-overflow: ellipsis;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.overview .attributes dl > dd select:after {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  float: right;
  margin-top: 3px;
  margin-right: 3px;
}

.btn-exit {
  padding: 10px 55px;
  border: 1px solid #3b8f43;
  background: #3b8f43;
  color: #fff !important;
  float: right;
  position: relative;
  right: 10px;
}

span.no-btn {
  padding: 5px 42px;
  background: #70665f;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  top: 14px;
}

p.option-title.indented {
  text-indent: 0px !important;
}

.onloadValue span.category-title {
  font-weight: 600 !important;
  font-size: 14px !important;
  width: 20%;
  float: left;
}
@media (max-width: 480px) {
  .onloadValue span.category-title {
    font-size: 12px !important;
  }
}

.modal-custom-Data .modal-content .modal-body .image-box .img-thumb {
  min-height: 214px !important;
  height: 214px !important;
}

.dataLoadValue.clear {
  position: absolute;
  left: 0;
  top: 25px;
}

.extend_pri {
  position: absolute;
  right: 3px;
  bottom: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.extend_priss {
  position: absolute;
  top: 31px;
  right: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.attributes .modal-body .desc-container {
  width: 100%;
  float: left;
  padding: 10px !important;
  margin-top: 29px !important;
  /*       height: 371px !important;
  overflow-y: scroll !important;
  max-height: unset !important;*/
}
.attributes .modal-custom-Data .modal-content .modal-body span#modal-closeBtn {
  position: absolute;
  right: -1% !important;
  top: -2% !important;
  background: #fff;
  padding: 0px 7px 10px;
  border-radius: 100%;
  height: 26px;
  opacity: 1;
}
.attributes .modal-body .desc-container.overlay {
  height: 371px !important;
  overflow-y: scroll !important;
  max-height: unset !important;
}

.dd-con {
  border: none !important;
  min-height: 65px !important;
  max-height: 65px !important;
  width: 100%;
  float: left;
  padding: 0px 15px !important;
  background: #f3f3f3;
  position: relative;
}

.list-dp {
  width: 42%;
  float: left;
  margin: 20px !important;
  padding: 10px;
  background: #f3f3f3;
  text-align: center;
}
@media (max-width: 480px) {
  .list-dp {
    width: 41%;
    float: left;
    margin: 20px 12px !important;
    padding: 10px 5px;
    background: #f3f3f3;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .list-dp {
    margin: 10px 10px !important;
  }
}

.dd-img {
  border-radius: 100%;
  width: 135px;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  height: 135px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .dd-img {
    border-radius: 100%;
    width: 93px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: 85px;
    object-fit: contain;
    margin: 0px auto;
  }
}

.img-dd-con {
  width: 135px;
  margin: 15px auto;
  height: 135px;
  background: #fff !important;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .img-dd-con {
    width: 110px;
    height: 110px;
  }
}

.article-item .attributes .arrow.down {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  /* transform: rotate(45deg); */
  -webkit-transform: rotate(45deg);
  float: right;
  position: absolute;
  right: 14px;
  top: 23px;
}

@media (max-width: 480px) {
  #dd-text {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  #dd-text2 {
    font-size: 14px !important;
  }
}

p.option-title .category-text {
  position: absolute;
  padding: 0px 25px 3px 5px !important;
  border: navajowhite;
  float: right;
  right: 5px;
  width: 373px;
}

.article-item .attributes .onloadValue {
  display: block !important;
  background: #f3f3f3 !important;
  width: 100% !important;
  padding: 15px 0 !important;
  height: 65px;
}
.article-item .attributes .onloadValue .img-thumb {
  padding: 5px !important;
  z-index: 1;
  max-width: 60px;
  width: 60px;
  position: relative;
  max-height: 80px;
  height: 100%;
  top: -9px !important;
  float: left;
  display: block;
  min-height: 54px;
  border-radius: 49px;
  object-fit: cover;
  left: 8px;
}
.article-item .attributes .onloadValue .cross-icon {
  position: absolute;
  right: 8% !important;
  top: 19px !important;
  width: auto !important;
  height: 24px;
  opacity: 1 !important;
  transition: ease 2s;
}
@media (max-width: 480px) {
  .article-item .attributes .onloadValue .cross-icon {
    right: 13% !important;
  }
}

.list-dp.selected {
  /*    background: #ade;*/
  position: relative;
}
.list-dp.selected .circle {
  display: block !important;
  position: absolute;
  background: #474c41;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  top: 44%;
  right: 20%;
}
@media (max-width: 480px) {
  .list-dp.selected .circle {
    width: 35px;
    height: 35px;
    top: 39%;
    right: 6%;
  }
}
.list-dp.selected .checkmark {
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 35%;
  top: 45%;
  height: 15px;
  width: 7.5px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}
@media (max-width: 480px) {
  .list-dp.selected .checkmark {
    height: 11.6666666667px;
    width: 5.8333333333px;
  }
}

.cross-icon {
  position: absolute;
  right: 32px;
  top: 22px;
  width: 14px;
  height: 5px;
  /* opacity: 0.3; */
  transition: ease 2s;
}

.cross-icon:hover {
  opacity: 1;
}

.cross-icon:before, .cross-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #000;
}

.cross-icon:before {
  transform: rotate(0);
}

.cross-icon:after {
  transform: rotate(-90deg);
}

.dd-con.active .cross-icon:before {
  transform: rotate(-90deg);
}
.dd-con.active .cross-icon:after {
  transform: rotate(90deg);
}

.dd-img-clone {
  width: 51px;
  float: left;
  display: inline;
  height: 51px;
  border-radius: 101%;
  margin-top: 6px;
  background: #fff;
  margin-left: 2px;
  object-fit: contain;
}
.dd-img-clone img {
  width: 47px;
  float: left;
  display: inline;
  height: 47px;
  border-radius: 100%;
  margin-top: 2px;
  background: #fff;
  margin-left: 2px;
  object-fit: contain;
}

.dd-title-clone span {
  padding: 13px 0;
  display: block;
  vertical-align: middle;
  float: left;
  width: 45%;
  color: #808080 !important;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 44%;
}
@media (max-width: 769px) {
  .dd-title-clone span {
    left: 53%;
  }
}
@media (max-width: 1023px) and (min-width: 819px) {
  .dd-title-clone span {
    left: 50%;
    font-size: 12px !important;
    width: 40%;
  }
}
@media (max-width: 480px) {
  .dd-title-clone span {
    font-size: 12px;
    width: 49%;
    margin-left: 9px;
    left: 47%;
  }
}
@media (max-width: 321px) {
  .dd-title-clone span {
    left: 52%;
    width: 39% !important;
  }
}

@media (max-width: 1200px) {
  .cross-icon {
    right: 21px !important;
  }
}
span#popular-text {
  margin: 20px;
  display: inline-block;
  color: #000;
  font-weight: bold;
}

.info-icon {
  right: 20px;
  top: 5px;
  cursor: pointer;
  font-family: Georgia;
  font-style: italic;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 25px;
  float: right;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
}

.li-square-container img.li-img-thumb {
  /* z-index: -1; */
  width: auto;
  position: relative;
  /* top: 15px; */
  height: 120px;
  max-width: 100%;
  /* padding: 5px; */
  margin: 0 auto;
}
@media (max-width: 768px) {
  .li-square-container img.li-img-thumb {
    padding: 15px;
  }
}
.li-square-container .details-section {
  display: block;
}
.li-square-container .details-section > span {
  color: #000;
  padding: 20px;
  font-size: 20px;
  margin-top: 10px;
  display: block;
}

span.no-txt {
  padding: 20px 0;
  width: 200px;
}
@media (max-width: 768px) {
  span.no-txt {
    width: 60px;
  }
}

span.no-txt-2 {
  padding: 22px;
  display: block;
  float: right;
  width: 63%;
}

.beds-img {
  background: none !important;
}

@media (max-width: 680px) {
  .modal-custom-Data .modal-content {
    top: 65px !important;
  }
}
.prodattrib_skarp_img .html-widget {
  position: absolute;
}
.prodattrib_skarp_img .html-widget p {
  margin: 0 !important;
}
