body {
    /* background: #e2eaef;
    font-family: "Open Sans", sans-serif; */
}

.container.select-hthm-snippet {
    width: 100%;
    padding: 0px;
}

.select-hthm-snippet h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 60px;
}

.select-hthm-snippet h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #7ac400;
    left: 0;
    right: 0;
    bottom: -20px;
}

.select-hthm-snippet .carousel {
    margin: 20px auto 60px;
    padding: 0 40px;
}

.select-hthm-snippet .carousel .item {
    color: #747d89;
    min-height: 325px;
    text-align: center;
    overflow: hidden;
}

.select-hthm-snippet .carousel .thumb-wrapper {
    padding: 0px 15px 15px;
    text-align: center;
    position: relative;
    /* background: #fff; */
    /* border-radius: 6px; */
    /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); */
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.select-hthm-snippet .carousel .thumb-wrapper .price-hthm {
    /*color: #00BDA0;*/
    font-size: 25px;
    color: #ee0033;
}

.select-hthm-snippet .carousel .thumb-wrapper ul {
    list-style: none;
    padding: 0px;
}

.select-hthm-snippet .carousel .thumb-wrapper li {
    border-bottom: 2px dashed #e3e3e3;
    line-height: 30px;
    padding: 8px 0;
    /* color: #b2bbc0; */
    color: #171819;
}

.select-hthm-snippet .carousel .thumb-wrapper li:last-child {
    border-bottom: none;
}

.select-hthm-snippet .carousel .thumb-wrapper.selected {
    /*border: 3px solid #00BDA0;*/
    border: 3px solid #ee0033;
}

.select-hthm-snippet .carousel .item .img-box {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.select-hthm-snippet .carousel .item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.select-hthm-snippet .carousel .item h4 {
    font-size: 18px;
}

.select-hthm-snippet .carousel .item h4,
.select-hthm-snippet .carousel .item p,
.select-hthm-snippet .carousel .item ul {
    margin-bottom: 5px;
}

.select-hthm-snippet .carousel .thumb-content .btn {
    color: #ee0033;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid transparent;
    border-color: #ee0033;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    /* border-radius: 20px; */
}

.select-hthm-snippet .carousel .thumb-content .btn.selected {
    color: #fff;
    /*background: #00BDA0;*/
    /*border-color: #00BDA0;*/
    background: #ee0033;
    border-color: #ee0033;
    /* box-shadow: none; */
}

.select-hthm-snippet .carousel .thumb-content .btn:hover {
    color: #fff;
    /*background: #00BDA0;*/
    /*border-color: #00BDA0;*/
    background: #ee0033;
    border-color: #ee0033;
    /* box-shadow: none; */
}

.select-hthm-snippet .carousel .thumb-content .btn.selected:hover {
    color: #6c757d9e;
    background: none;
    border: 1px solid transparent;
    border-color: #b2bbc061;
    /* box-shadow: none; */
}

.select-hthm-snippet .carousel .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.select-hthm-snippet .carousel .carousel-control {
    height: 44px;
    /* width: 40px; */
    width: 20px;
    /* background: #7ac400; */
    background: #fff;
    margin: auto 0;
    border-radius: 4px;
    opacity: 0.8;
}

.select-hthm-snippet .carousel .carousel-control:hover {
    /* background: #78bf00; */
    background: #fff;
    opacity: 1;
}

.select-hthm-snippet .carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    /* color: #fff; */
    color: #ee0033;
    text-shadow: none;
    font-weight: bold;
}

.select-hthm-snippet .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.select-hthm-snippet .carousel .item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}

.select-hthm-snippet .carousel .carousel-control.left i {
    margin-left: -2px;
}

.select-hthm-snippet .carousel .carousel-control.right i {
    margin-right: -4px;
}

.select-hthm-snippet .carousel .carousel-indicators {
    bottom: -50px;
}

.select-hthm-snippet .carousel-indicators li,
.select-hthm-snippet .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}

.select-hthm-snippet .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.select-hthm-snippet .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.select-hthm-snippet .carousel .wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    color: #abb0b8;
}

.select-hthm-snippet .carousel .wish-icon .fa-heart {
    color: #ff6161;
}

.select-hthm-snippet .star-rating li {
    padding: 0;
}

.select-hthm-snippet .star-rating i {
    font-size: 14px;
    color: #ffc000;
}

.select-hthm-snippet .item-title {
    /*background-color: #00BDA0;*/
    background-color: #ee0033;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 2px 4px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 27px;
    line-height: 19.2px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    text-size-adjust: 100%;
    width: 120px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}