.aod-cd-product ol, .aod-cd-product ul {
	list-style: none;
}


.aod-cd-product a {
  color: #d95353;
  text-decoration: none;
}

.aod-cd-product img {
  max-width: 89%;
}

.aod-cd-container {
  width: 100%;
  margin: 0 auto;
}
.aod-cd-container:after {
  content: "";
  display: table;
  clear: both;
}

.cd-img-replace {
  display: inline-block;
  white-space: nowrap;
}
  
#variant-select{
  border: 1px solid #eee;
  width: 100%;
}
  .cd-more-info.cd-right{
 z-index: 99999999 !important;
}

  .cd-close-info{
  right: 5px !important;
}
  .cd-close-info{
  top: 5px !important;
}
  .cd-single-point .cd-more-info{
  padding: 1.5em !important;
}
  .hotspot_title{
  color: black;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 500;
}

  .aod-cd-product .form_add_btn{
  margin-bottom: 0px;
  background-color: black;
  border: 1px solid black;
  padding: 10px;
  width: 100%;
  color: white;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
 }
  .hotspot_btn{
  background-color: black;
  color: white;
  border: 1px solid black;
 }
.product_price{
  padding-top: 5px;
  padding-bottom: 4px;
}
 #variant-select{
  margin-bottom: 10px;
  padding: 7px;
 } 
.cd-single-point .cd-more-info{
  width: 300px;
  height: auto !important;
 }
  
.image img{
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.aod-cd-product .tittle{
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 15px;
} 
.aod-cd-product {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}
.aod-cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 90%;
}
.aod-cd-container{
  background: #aa2424;
}
  .product_price{
    padding-bottom: 21px !important;
  }
.aod-cd-product-wrapper > img {
  display: block;
}
.cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #d95353;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-single-point > a::after, .cd-single-point > a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point > a::before {
  height: 12px;
  width: 2px;
}
.cd-single-point::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
.cd-single-point.is-open > a {
  background-color: #475f74;
}
.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after {
  display: none;
}
.cd-single-point.is-open .cd-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited::after{
  display: none;
}
.cd-more-info .hotspot_img img{
  width:100% !important;
  max-width:100% !important;
}
.aod-cd-product-wrapper .aod-hotspot-wrapper{
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style:none;
}
.view_detailbtn{
  margin-bottom: 30px;
  background-color: black;
  border: 1px solid black;
  padding: 10px;
  width: 100%;
  color: white;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.cd-img-replace{
  overflow: visible !important;
  text-indent: unset !important;
}






@media only screen and (min-width: 600px) {
  .cd-single-point.is-open .cd-more-info.cd-left {
    right: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-right {
    left: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}


.cd-single-point .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}
.cd-single-point .cd-more-info h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: .6em;
}
.cd-single-point .cd-more-info p {
  color: #758eb1;
}

.aod-cd-product-wrapper.aod-view-two
{
display: flex;
}

.aod-view-two .aod-hotspot-wrapper {
  width: 70%;
  margin-top: 30px;
  padding-right: 2%;
}


.aod-cd-product .aod-hotbig-image {
  max-width: 100%;
}

.aod-hot-spot-right-text {
  width: 28%;
  text-align: left;
  margin-top: 30px;
}

.aod-right-sec-desc {
  margin-top: 20px;
  margin-left: 0;
  font-size: 16px;
  line-height: 23px;
}


@media only screen and (max-width: 767px){
	
	.cd-single-point .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

  .cd-single-point > a{
  width: 26px !important;
  height: 26px !important;
  }
  .aod-cd-product{
    padding: 0px !important;
}
.aod-cd-product .aod-cd-product-wrapper{
  width:100% !important;
    padding: 0px !important;
}
.cd-close-info{
  right: 4px !important;
}
.cd-close-info{
  top: 0px !important;
}
.product_price{
  padding-bottom: 21px !important;
}
.aod-cd-product-wrapper .aod-hotspot-wrapper{
  padding: 0px !important;
}
.cd-single-point .cd-more-info{
  width: 100% !important;
}
  .aod-cd-product{
    padding: 0px !important;
}
.aod-cd-product .aod-cd-product-wrapper{
  width:100% !important;
    padding: 0px !important;
}
.aod-hot-spot-right-text {
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.aod-cd-product-wrapper.aod-view-two
{
display: block!important;
}
.aod-view-two .aod-hotspot-wrapper {
  width: 95%;
  margin-top: 30px;
  padding-right: 0;
}
}



@media only screen and (min-width: 600px) {
  .cd-single-point .cd-more-info {
    position: absolute;
    width: 300px;
    height: 260px;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 0.25em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .cd-single-point .cd-more-info::before {
    display: block;
  }
  .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left {
    right: 160%;
    left: auto;
  }
  .cd-single-point .cd-more-info.cd-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
  }
  .cd-single-point .cd-more-info.cd-right {
    left: 160%;
  }
  .cd-single-point .cd-more-info.cd-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
  }
  .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top {
    bottom: 160%;
    top: auto;
  }
  .cd-single-point .cd-more-info.cd-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
  }
  .cd-single-point .cd-more-info.cd-bottom {
    top: 160%;
  }
  .cd-single-point .cd-more-info.cd-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
  }
  .cd-single-point .cd-more-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .cd-single-point .cd-more-info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}


.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 19px;
  width: 19px;
}
.cd-close-info::after, .cd-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #475f74;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;

}
.cd-close-info.cd-img-replace::before, .cd-close-info.cd-img-replace::after {
  display: none;
}
.cd-close-info::after {
  height: 2px;
  width: 16px;
}
.cd-close-info::before {
  height: 16px;
  width: 2px;
}
.banner {
    z-index: -888;
}
@media only screen and (min-width: 600px) {
  /*.cd-close-info {
    display: none;
  }*/
}
