html, body, main {
  min-height:calc(100vh - 270px);
  /* margin: 0 auto -50px; */
  scroll-behavior: smooth;
}

/* ricktextbox addon */
.block-paragraph img.left ,
.block-freestyled_paragraph img.left {float: left}
.block-paragraph img.right ,
.block-freestyled_paragraph img.right {float: right}
.block-paragraph,
.block-freestyled_paragraph{
  margin-left: auto;
  margin-right: auto;
}
.block-freestyled_paragraph
.richtext-image.full-width {
  max-width: 100% !important;
}
/* end of ricktextbox addon */

.ix-photo-container {
  background-color: red;
  position: relative;
  width: 100%;
  padding-top: 80%;
  /* 16:9 Aspect Ratio */
}

.ix-photo-canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
}

.ix-breadcrumb {
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ix-sigleproduct-title {
  text-overflow: ellipsis;
  line-height: 1.2 !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ix-sigleproduct-subtitle {
  text-overflow: ellipsis;
  line-height: 1.2 !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ix-card-title {
  text-overflow: ellipsis;
  line-height: 1.2 !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;;
}

.ix-card-subtitle {
  text-overflow: ellipsis;
  line-height: 1.2 !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.rich-text > img.right {
  float:right;
  margin: 20px 0px 20px 20px;
}
.rich-text > img.left {
  float:left;
  margin: 20px 20px 0px 20px;
}
.rich-text > img.full-width {
  margin: 20px 0px 20px 0px;
  width: 100%; height: auto;
}
.block-image > img{
  width: 100% !important; height: auto !important;
}
.block-table table {
  width: 100%
}
.block-table table th {
  width: 30%
}

.back-to-top.custom {
  background: url('/static/product_watch//gototop.png') no-repeat right bottom;
}
.back-to-top {
  position: fixed;
  display: none;
  text-decoration: none;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: none;
  text-align: center;
  vertical-align: middle;
  /* text-indent: 100%; */
  z-index: 999;
  /* text-indent: -9999px; */
  background-size: 100%;
  opacity: 0.5;

}
.back-to-top.circle {
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.back-to-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.back-to-top:hover,
.back-to-top:focus:hover {
  text-decoration: none;
  color: #fff;
  background-color: #9b6bcc;
}

.back-to-top:focus {
  text-decoration: none;
  color: #555;
  background-color: rgba(255, 255, 255, 0.7);
}

.back-to-top:hover {
  opacity: 1;
}

.back-to-top:active,
.back-to-top:focus {
  outline: none;
}

@media all and (max-width: 992px) {
  .rich-text > img {
    width: 300px !important;height: auto;
  }
}
@media all and (max-width: 768px){
  .rich-text > img {
    width: 300px !important;height: auto;
  }
}
@media (max-width: 576px) {
  .rich-text > img {
    float:none !important;
    width: 100% !important;height: auto;
    padding:0px !important;
  }
}

#features_string .rich-text > p {
  margin-bottom: 0px;
}

/* Add here all your css styles (customizations) */
/* Background */
.g-theme-bg-gray-light-v2 {
  background-color: #f5f5f5 !important;
}

.g-theme-bg-blue-dark-v1 {
  background-color: #2d2d37 !important;
}

.g-theme-bg-blue-dark-v1-opacity-0_8 {
  background-color: rgba(45, 45, 55, 0.8) !important;
}

.g-theme-bg-blue-dark-v1-opacity-0_8--after::after {
  background-color: rgba(45, 45, 55, 0.8) !important;
}

.g-theme-bg-blue-dark-v1--hover:hover {
  background-color: #2d2d37 !important;
}

.g-theme-bg-blue-dark-v2 {
  background-color: #272730 !important;
}

.g-theme-bg-blue-dark-v3 {
  background-color: #363643 !important;
}

.g-theme-bg-blue-dark-v4 {
  background-color: #33333f !important;
}

.g-parent:hover .g-theme-bg-blue-dark-v1--parent-hover {
  background-color: #2d2d37 !important;
}

/*carousel-caption*/
.carousel-caption {color: black;}

.cbp-item {background-color:#f6f4f4} ;