/*** home banner css start ****/
.carousel-item img {
  height: 416px;
  width: 100%;
}

.homeBanner .carousel-caption {
  right: 10%;
  left: auto;
  top: 30%;
  width: 25%;
  text-align: left;
}

.homeBanner .carousel-caption p {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 2rem;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  color: #fff;
  letter-spacing: 0.7px;
}

.homeBanner .carousel-caption .btnPink {
  min-width: 280px;
}

.homeBanner .carousel-caption .btnPink:hover {
  background: #fff;
  color: #626262;
}

.carousel-indicators {
  bottom: -70px;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #989898;
  margin: 0px 8px;
}

/*** home banner css end ****/
/** product css start here **/
.productSlider {
  margin-top: 100px;
}

.bluebox {
  background: #ecf5fc;
  border: 2px solid #ecf5fc;
}

.bluebox:hover {
  background: #fff;
  border: 2px solid #ecf5fc;
}

.whitebox {
  background: #fff;
  border: 2px solid #ecf5fc;
}
.whitebox:hover {
  background: #ecf5fc;
  border: 2px solid #ecf5fc;
}

.item .txtPart {
  padding: 35px 35px 60px 35px;
}

.item .txtPart h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
}

.imgPart {
  position: relative;
}

.imgPart img {
  width: 100%;
  height: 222px;
}

.imgPart a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
}

.imgPart a.btnWhite:hover {
  color: #fff;
  background: #d6007a;
}

.owl-theme .owl-dots {
  margin-top: 15px;
}

.productSlider .owl-theme .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
  text-align: left;
  margin-top: 0px;
}

.productSlider .owl-theme .owl-nav .owl-next {
  float: right;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #000;
  font-size: 50px;
  margin: 0 5px;
  padding: 0;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  box-shadow: 0px 0px 22px -5px grey;
  overflow: hidden;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background: #fff;
  color: #000;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  display: block;
  margin-top: -8px;
}

/** product css start end **/
/** middle banner start **/
.middleBanner {
  margin-top: 50px;
  position: relative;
}

.middleBanner img {
  width: 100%;
  height: 416px;
}

.midbannerTxt {
  position: absolute;
  top: 35%;
  right: 10%;
  width: 30%;
}

.midbannerTxt h4 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 2rem;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  color: #fff;
  letter-spacing: 0.7px;
}

.midbannerTxt .btnBlue {
  min-width: 280px;
}

.midbannerTxt .btnBlue:hover {
  background-color: #fff;
  color: #626262;
}

/** middle banner end **/
/**4 step section start  **/
.step4PArt {
  margin-top: 100px;
}

.stepTxt {
  padding: 35px;
  min-height: 200px;
}

.blueBg {
  background-color: #009FE3;
}

.lightBlueBg {
  background-color: #A3CCEE;
}

.stepTxt h5 {
  font-size: 35px;
  color: #fff;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  line-height: 42px;
}

.stepImg {
  position: relative;
}

.stepImg img {
  width: 100%;
  height: 347px;
}

.stepImg a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #575757;
  text-align: center;
}

.stepImg .btnWhite:hover {
  color: #fff;
  background: #d6007a;
}

.step4PArt .owl-theme .owl-nav {
  display: none;
}

/**4 step section end  **/
/** app banner **/
.appBanner {
  margin-top: 100px;
  position: relative;
}

.appBanner .imgBanner {
  width: 100%;
  height: 380px;
}

.appDetails {
  position: absolute;
  display: flex;
  top: 12%;
  left: 15%;
  width: 85%;
}

.appDetails .appText {
  width: 60%;
  padding-top: 85px;
}

.appDetails .appText h5 {
  font-size: 16px;
  color: #575757;
  font-weight: normal;
}

.appDetails .appText h6 {
  font-size: 35px;
  margin-bottom: 25px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  letter-spacing: 0.7px;
  line-height: 42px;
}

.appDetails .appText .btnBlue {
  min-width: 280px;
}

.appDetails img {
  height: 300px;
}

.appDetails .appText .btnBlue:hover {
  background-color: #d6007a;
  color: #fff;
}

/** app banner end **/
/** bottom products **/
.btmProducts {
  margin-top: 70px;
}

.btmProducts h6 {
  font-size: 35px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  letter-spacing: 0.7px;
  line-height: 42px;
  margin-bottom: 30px;
}

.proBox {
  border: 2px solid #ECF4FC;
}

.proBoxTxt {
  padding: 20px;
}

.proBoxTxt h6 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 32px;
}

.proBoxTxt p {
  margin-bottom: 20px;
}

.proBoxTxt .btnBlue {
  width: 100%;
}

.proBoxTxt .btnBlue:hover {
  background-color: #d6007a;
  color: #fff;
}

/** bottom products end***/
/*** responsive css **/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
@media only screen and (max-width: 992px) {
  .homeBanner .carousel-caption {
    right: auto;
    left: 15%;
    top: auto;
    bottom: 5%;
    width: 70%;
    text-align: left;
  }

  .carousel-item img.w-100 {
    min-height: 416px;
  }

  .carousel-indicators {
    bottom: -65px;
  }

  .productSlider {
    margin-top: 85px;
  }

  .midbannerTxt {
    position: absolute;
    top: auto;
    right: 15%;
    width: 70%;
    bottom: 25%;
  }

  .step4PArt, .appBanner {
    margin-top: 60px;
  }

  .appBanner .imgBanner {
    width: 100%;
    height: 261px;
  }

  .appDetails {
    position: absolute;
    display: flex;
    top: 20px;
    left: 10%;
    width: 80%;
  }

  .appDetails .appText {
    width: 63%;
    padding-top: 10px;
  }

  .appDetails img {
    height: 200px;
    margin-top: 25px;
  }

  .btmProducts .proBox {
    margin-bottom: 50px;
  }

  .proBoxTxt {
    padding: 35px;
  }

  .btmProducts {
    margin-top: 85px;
  }

  .btmProducts .col-12.col-lg-3:last-child .proBox {
    margin-bottom: 0px;
  }

  .stepTxt {
    padding: 30px;
  }

  .stepTxt h5 {
    margin: 0px;
  }

  .step4PArt .owl-carousel .owl-item img {
    height: 347px;
  }

  .step4PArt .owl-theme .owl-dots {
    margin-top: 0px;
  }

  .productSlider .owl-theme .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .appDetails {
    position: absolute;
    display: block;
    top: 20px;
    left: 10%;
    width: 80%;
  }

  .appDetails .appText {
    width: 100%;
    padding-top: 10px;
  }

  .appDetails img {
    height: 180px;
    margin-top: 0px;
    float: right;
  }

  .midbannerTxt {
    position: absolute;
    top: auto;
    right: 15%;
    width: 70%;
    bottom: 30px;
  }

  .appBanner .imgBanner {
    width: 100%;
    height: 360px;
  }
}
@media only screen and (max-width: 560px) {
  .appDetails img {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .homeBanner .carousel-caption {
    left: 10%;
    bottom: 5%;
    width: 80%;
  }
}
@media only screen and (max-width: 375px) {
  .homeBanner .carousel-caption .btnPink, .midbannerTxt .btnBlue, .appDetails .appText .btnBlue {
    width: 100%;
    text-align: center;
    min-width: 100%;
  }
}
/*** responsive css end **/
.mainContainer h2 {
  color: #575756;
  font-size: 35px;
  line-height: 42px;
  font-family: Helvetica-77;
}

.sky-bg, .bredcrumbox {
  background-color: #ecf4fc;
  box-shadow: none;
  width: 100%;
}

.sky-bg.pdtop-13 {
  padding-top: 13px;
}

.mr-t-71 {
  margin-top: 71px;
}

.modifyWidth-left {
  width: 685px;
}

.modifyWidth-left #cutimed-product-slider {
  width: 661px;
  height: 484px;
  overflow: hidden;
}

.modifyWidth-left .horVerSlider {
  padding: 0;
}

.modifyWidth-right {
  width: 524px;
  padding-left: 28px;
}

.modifyWidth-right h2 {
  margin-bottom: 16px;
}

.modifyWidth-right p {
  margin-bottom: 24px;
}

.modifyWidth-right ul li {
  color: #575756;
  font-family: "Helvetica-45";
  font-size: 16px;
  line-height: 25px;
}

.modifyWidth-right .order-btns {
  margin-top: 94px;
}

.modifyWidth-right .order-btns .btnPink, .order-btns .btnBlue {
  line-height: 20px;
  padding: 10px 0px;
  font-size: 15px;
  margin-right: 17px;
}

.modifyWidth-right .order-btns a {
  min-width: 231px;
}

.modifyWidth-right .order-btns a:last-child {
  margin-right: 0;
  margin-left: 0;
}

.intended-purpose {
  padding-top: 71px;
  padding-bottom: 41px;
}

.intended-purpose h3 {
  color: #009FE3;
  font-family: "Helvetica-77";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 24px;
}

.intended-purpose p {
  margin-bottom: 24px;
}

.learn-about h6 {
  font-size: 16px;
  line-height: 25px;
  font-family: "Helvetica-77";
}

.learn-about .video-link {
  margin-top: 6px;
  position: relative;
  border: 1px solid #5C6E78;
  height: 350px;
}

.learn-about .video-link img {
  width: 100%;
  height: 100%;
}

.btn-play {
  opacity: 0.9;
  width: 56px;
  height: 56px;
  background: #eae5e5;
  box-shadow: 0px 0px 6px 2px #aaaaaa;
  border-radius: 50px;
}

.btn-play.btn-play-center {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.arrow-left {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  background: none;
}

.product-banifit-container .article-list-title {
  margin-bottom: 60px;
}

.product-banifit-container .article-list-item {
  display: table;
  width: 100%;
  margin-bottom: 12px;
  clear: both;
}

.product-banifit-container .article-list-image {
  float: left;
  margin-right: 26px;
  overflow: hidden;
  width: 115px;
  height: 115px;
}

.product-banifit-container .article-list-image img {
  width: 100%;
  height: 100%;
}

.product-facts {
  text-align: center;
}

.product-facts .article-list-item {
  margin-bottom: 40px;
}

.product-facts p {
  color: #004f9f;
  font-weight: 400;
  padding-top: 2px;
}

.product-fact .product-fact-image {
  display: block;
}

.product-facts .product-fact-image span {
  width: 100px;
  height: 34px;
  display: inline-block;
}

.product-facts .product-fact-image span.sloughy {
  background: #ffe500;
}

.product-facts .product-fact-image span.granulating {
  background: #e30614;
}

.product-facts .product-fact-image span.epithelializing {
  background: #f9c39d;
}

.rectangle-box {
  box-sizing: border-box;
  border: 1px solid #004F9F;
  padding: 37px 100px;
}

.rectangle-box p {
  padding: 22px 0;
}

.rectangle-box .btnBlue {
  min-width: 196px;
}

.howtoUse-box {
  padding: 26px 0 68px 0;
}

.howtoUse-box h2 {
  margin-bottom: 23px;
}

.howtoUse-box .howtouse-banner {
  width: 100%;
  height: 382px;
  background-color: #ffffff;
  padding: 31px 19px;
}

.howtoUse-box .howtouse-banner img {
  width: 100%;
  height: 100%;
}

.howtoUse-box ol li {
  color: #575756;
  font-family: "Helvetica-45";
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 26px;
}

.howtoUse-box ol li:last-child {
  padding-bottom: 0;
}

.product-specificatio {
  margin-top: 28px;
}

.product-specificatio table thead th {
  background-color: #004F9F;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  padding: 15px 0;
  border-right: 2px solid #ffffff;
}

.product-specificatio table thead th:last-child {
  border-right: 0px solid #ffffff;
}

.product-specificatio table tbody td {
  color: #575756;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #004F9F;
}

.product-specificatio table tbody tr:nth-child(even) {
  background-color: #ECF4FC;
}

.rectangle-free-cutimed {
  background-color: #ECF4FC;
  padding: 65px 100px;
}

.rectangle-free-cutimed .free-cutimed-btn {
  text-align: center;
}

.rectangle-free-cutimed .free-cutimed-btn a {
  display: inline-block;
  margin-bottom: 21px;
  margin-top: 0;
  min-width: 281px;
}

.rectangle-free-cutimed .free-cutimed-btn a:last-child {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed), .accordion-button {
  background-color: #004F9F;
  padding: 13px 24px;
  color: #FFFFFF;
  font-family: "Helvetica-77";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  border-radius: 0;
}

.accordion-item .accordion-button span {
  padding-right: 300px;
  padding-left: 24px;
}

.accordion-item .accordion-button span pre {
  display: inline;
  position: absolute;
  left: 24px;
}

.accordion-button:focus {
  box-shadow: none;
  border: 0;
}

.accordion-body {
  padding: 20px 0 20px 24px;
}

.accordion-body .accordion-text {
  display: inline-block;
  width: 59%;
  color: #575756;
  font-family: Helvetica-45;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.accordion-body .accordion-btn {
  display: inline-block;
  width: 40%;
  text-align: center;
  float: right;
}

.accordion-body .accordion-btn .btnFooter {
  margin-top: 1px;
}

/************Contact CSS start************/
.contact-page p.contact-feedback {
  margin: 16px 0 18px 0;
  float: left;
}

.contact-page [class*=col-md-6] {
  margin-top: 0;
}

.contact-page .form-row {
  margin-top: 0;
  width: 100%;
  margin-bottom: 24px;
}

.contact-page .form-row .form-left, .contact-page .form-row .form-right {
  width: 280px;
  margin-right: 18px;
  display: inline-block;
}

.contact-page .form-row .form-right {
  margin-right: 0px;
}

.contact-page .form-label {
  color: #575756;
  font-family: Helvetica-bold;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 2px;
}

.contact-page .form-control, .contact-page .form-select {
  height: 36px;
  width: 280px;
  border: 1px solid #979797;
  border-radius: 3px;
  background-color: #FFFFFF;
}

.contact-page textarea.form-control {
  width: 582px;
  height: 146px;
  margin-bottom: 14px;
}

.contact-page .form-row .form-check-label {
  color: #575756;
  font-size: 14px;
  line-height: 18px;
}

.form-row .btnPink {
  min-width: 196px;
}

.contact-page .form-row:last-child {
  margin-bottom: 73px;
}

.contact-page .card {
  width: 325px;
  border: 1px solid #979797;
  border-radius: 3px;
  background: none;
  margin-left: 50px;
  margin-top: 100px;
  padding: 0px 25px 30px;
}

.contact-page .card .card-icon {
  text-align: center;
}

.contact-page .card .card-icon .bi::before {
  font-size: 45px;
  margin-right: 20px;
}

@media only screen and (max-width: 576px) {
  .modifyWidth-right {
    text-align: center;
    margin-top: 16px;
  }

  .intended-purpose {
    text-align: center;
  }

  .modifyWidth-right .order-btns .btnPink, .modifyWidth-right .order-btns .btnBlue {
    display: inline-block;
    margin: 10px 0 0;
  }

  .product-banifit {
    text-align: center;
  }

  .product-banifit-container .article-list-image {
    float: none;
    margin: 0 auto;
  }

  .product-banifit-container .article-list-title {
    margin-bottom: 30px;
  }

  .learn-about h6 {
    margin-top: 29px;
  }

  .learn-about .video-link {
    height: 191px;
  }

  .rectangle-box {
    padding: 37px;
    text-align: center;
  }

  .accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed), .accordion-button {
    background-color: #004F9F;
    padding: 10px;
  }

  .accordion-item .accordion-button span {
    padding-right: 0px;
  }

  .accordion-item .accordion-button span pre {
    left: 14px;
  }

  .accordion-body .accordion-text {
    display: block;
    width: auto;
  }

  .accordion-body .accordion-btn {
    display: block;
    width: auto;
    float: none;
  }

  .accordion-body {
    padding: 20px 18px;
  }

  .accordion-body .accordion-btn {
    margin-top: 30px;
  }

  .product-specificatio {
    overflow: auto;
  }

  .product-specificatio table thead th, .product-specificatio table tbody td {
    padding: 14px 57px 21px;
    min-width: 200px;
    line-height: 1;
    font-size: 13px;
  }

  .vertical-wrapper {
    display: none;
  }

  .howtoUse-box .howtouse-banner {
    margin-bottom: 41px;
  }
}
.horVerSlider {
  padding: 60px 0;
  float: left;
  display: block;
  position: relative;
}

.horVerSlider .wishlist {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #9e9e9e 1px solid;
  position: absolute;
  top: 70px;
  right: -38px;
  z-index: 9999;
  background: #FFFFFF;
  cursor: pointer;
  display: none;
}

.horVerSlider .wishlist .heart {
  display: inline-block;
  height: 14px;
  margin: auto;
  position: relative;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  transform: rotate(-45deg);
  width: 14px;
  z-index: 9;
  background-color: #ced4da;
}

.horVerSlider .wishlist .heart.addedwishlist {
  background-color: #0a4a2f;
}

.horVerSlider .wishlist .heart.addedwishlist:after {
  background-color: #0a4a2f;
}

.horVerSlider .wishlist .heart.addedwishlist:before {
  background-color: #0a4a2f;
}

.horVerSlider .wishlist .heart:before,
.horVerSlider .wishlist .heart:after {
  content: "";
  background-color: #ced4da;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  width: 14px;
}

.horVerSlider .wishlist .heart:before {
  top: -7px;
  left: 0;
}

.horVerSlider .wishlist .heart:after {
  left: 7px;
  top: 0;
}

.horizon-wrapper {
  padding: 0;
  float: left;
  position: relative;
  margin-left: 30px;
}

.vertical-wrapper {
  float: left;
  display: block;
  position: relative;
}

#horizon-slider {
  width: 482px;
  height: 482px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  float: right;
  display: block;
}

.fullscreen #horizon-slider {
  width: 800px;
  height: 800px;
}

.fullscreen #vertical-slider {
  margin-right: 50px;
}

#horizon-slider ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  flex-flow: row;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

#horizon-slider ul li {
  width: 482px;
  height: 100%;
  float: left;
  display: inline;
  text-align: center;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
}

#horizon-slider.zoomin ul li {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAABd0lEQVQ4EY3BP0sbYQDA4d97QpATsjj0g3RzkYJV0lFKMwhNNosugh/BpV0kTs3Y3UH6JyII7+LgeDgE14iDipMILqb8Sjlyd54KeR4oNdnkKLlmHB7DJb/oMsurAhvJHSIiImK4os2LGuwjzrvlwKFnHrjunIjsEagJ7CNue2/VrR0R2aVmA/GHL9kRkRYVzeQOt31NW+ScGQqbOO+9pW8OLF3YEFmhcIRbVuE7q1ZF+kwk1ziwChet+i5ySmGMQ3Nf7dgR39ix68DcociIifCIZ+aaIiIifjL3W2TERLjEA3M3ZmbiWzMzH8z1RE4o/MR1q3DRqpZIj0IX57y11PSjpaGJyAKF2XCFny3d+ODE2CWRjCfaiDs+N/aLiCxTs4fY9sKqoUsiIpGUJwK7iA1X7XvoH3t+MBEREYmk1LQ4R0RERCTjPRERiaTUzLBMn1NGjDihxwL/pUREJJIylZSIiERSppISEZFjppQSkb+sMbWUY9bgHyb0+ODUzKBbAAAAAElFTkSuQmCC), -webkit-zoom-in;
}

#horizon-slider.zoomout ul li {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAABVklEQVQ4y6WTvUoDQRRGz64QRCGNb2PtD1qmMIUQU6nEJuAjWNlIUsXS3kIElYBgY2EZLIJtJIVKqljYJHIsds0mazYofreb+52ZO3fuQKI8BzTDV4bBIOhySZl5MhVQCfs4GcELxen2HOeIS1a9tu2jF+65GGF1gp+7nyMe+u64epYi5CQNVBDPnKajCNkYt+fDPh6apaLIE3MJcIBLqWLG9WxOZD0Bmlh1lgoipyN/+IrXM4GGyENywhDbcerYnVGUR9vciHSSng7wMU7lJ55tK169SgFdvIhTb7bG4iNerYncJyVd4u7MO2yK1BKgjIv2Mu1tQ5HlBJgPXrCUYR+6ItKaHI0i4tFU+37UgNX0NNURiz6niln57tgdC+l5PUHMWbDhjVfW3Ixqz0Rgg6f0B6LFKnfZyBxrnPJAhw731OLOLMxCputfyC38BflkG36P3LINX/eTArMN3xYiAAAAAElFTkSuQmCC), -webkit-zoom-in;
}

#horizon-slider ul li.video.playicon:before {
  content: "";
  background: url(/Content/images/play-btn-vid.svg) no-repeat center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-size: 68px;
  left: 0;
  top: 0;
}

.fullscreen #horizon-slider ul li {
  width: 800px;
}

.fullscreen .horizone-nav {
  width: 925px;
  left: -60px;
}

#horizon-slider ul li img {
  width: auto;
  height: 100%;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#horizon-slider ul li iframe {
  width: 100%;
  height: 500px;
}

#vertical-slider {
  width: 149px;
  height: 482px;
  float: left;
  overflow: hidden;
  position: relative;
  float: right;
  display: block;
}

#vertical-slider ul {
  width: 149px;
  height: 100%;
  margin: 0;
  padding: 0;
  flex-flow: row;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

#vertical-slider:before {
  height: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f9f9f9;
  z-index: 1000;
}

#vertical-slider ul li {
  width: 149px;
  height: 149px;
  float: left;
  display: inline;
  text-align: center;
  overflow: hidden;
  margin: 15px 0;
  border: 0px rgba(0, 0, 0, 0) solid;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  background-position: top;
}

#vertical-slider ul li.video:before {
  content: "";
  background: url(/Content/images/play-btn.svg) no-repeat center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-size: 30px;
  left: 0;
  top: 0;
}

#vertical-slider ul li.active {
  border: 0px #ced4da solid;
}

#horizon-slider.zoomin ul li.video {
  cursor: pointer;
}

#vertical-slider ul li img {
  width: auto;
  height: 100%;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#vertical-slider ul li iframe {
  width: 100%;
  height: 100px;
}

.horizone-nav {
  width: 550px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  right: 0;
  margin: auto;
  height: 0;
  z-index: 9999;
}

.horizone-nav .prev {
  float: left;
  width: 23px;
  height: 20px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

.horizone-nav .next {
  float: right;
  width: 23px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.horizone-nav .prev .left {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 7;
  cursor: pointer;
}

.horizone-nav .next .right {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 7;
  cursor: pointer;
}

.vertical-nav {
  width: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 560px;
}

.vertical-nav .top {
  width: 17px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.vertical-nav .bottom {
  width: 17px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.vertical-nav .top .up {
  margin-left: 3px;
  cursor: pointer;
}

.vertical-nav .bottom .down {
  margin-left: 3px;
  cursor: pointer;
}

.horVerSlider i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.horVerSlider .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 7px;
  border-width: 0 2px 2px 0;
}

.horVerSlider .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  padding: 7px;
  border-width: 0 2px 2px 0;
}

.horVerSlider .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  padding: 4px;
}

.horVerSlider .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 4px;
}

.horVerSlider .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1000;
  height: 10px;
  margin: auto;
}

.horVerSlider .dots .dotwrap {
  margin: 0;
  padding: 0;
  height: 10px;
  display: flex;
  justify-content: center;
}

.dots .dotwrap > div {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  background: #ced4da;
  content: "";
  margin: 0 7px;
  cursor: pointer;
}

.dots .dotwrap > div.active {
  background: #0a4a2f;
}

.horVerSlider .close {
  position: fixed;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

.horVerSlider .close:hover {
  opacity: 1;
}

.horVerSlider .close:before, .horVerSlider .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
  z-index: 999;
}

.horVerSlider .close:before {
  transform: rotate(45deg);
}

.horVerSlider .close:after {
  transform: rotate(-45deg);
}

.horVerSlider.fullscreen .close {
  display: block;
}

.horVerSlider.fullscreen #horizon-slider ul li iframe {
  margin: 100px 0;
}

.horVerSlider.fullscreen {
  width: 1175px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 998;
  margin: auto;
}

.horVerSlider.fullscreen:before {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  content: "";
  background: #FFFFFF;
}

.horVerSlider.fullscreen #vertical-slider:before {
  background: #FFFFFF;
}

.horVerSlider.fullscreen .wishlist {
  top: 10%;
  right: 35px;
}

@media only screen and (max-width: 576px) {
  .vertical-wrapper {
    display: none;
  }

  .modifyWidth-left #cutimed-product-slider {
    width: 100%;
    height: 262px;
    overflow: hidden;
  }
}
