.hi-upsell__attribute-block-color li{
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #d6d4d4;
    clear: none;
    width: 26px;
    height: 26px;
}
.hi-upsell__attribute-block-color li a.hi-upsell__attribute-item-color{
	display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}
.hi-upsell__attribute-block-color li.hi-upsell__attribute-color-selected {
    border: 1px solid #4d4d4d;
}

.hi-upsell__attribute-dropdown {
    width: 100%;
    padding-right: 1.875rem;
    background-color: #fff;
}
.hi-upsell_attribute-group-container {
    margin: 12px 0;
}
.hi-upsell_attribute-group-name {
    display: block;
    width: 100%;
    margin-bottom: 0.375rem;
}

.hi-upsell__attributes-container {
    display: none;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding: 20px;
    text-align: left;
    overflow-y: auto;
}
.hi-upsell__close-attributes-container {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 0;
    z-index: 99999;
    cursor: pointer;
    padding: 0;
}
.hi-upsell__close-attributes-container:focus {
    outline: 0;
}
.hi-upsell__attributes-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    opacity: 0.2;
    z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
}
.hi-upsell-select-attributes-container {
    text-align: center;
    padding: 15px 0;
}
.hi-upsell__select-attributes > i.material-icons {
    width: 0;
    margin: 0;
}
.hi-upsell__grid_block .owl-nav {
    position: absolute;
    top: -35px;
    width: 100%;
    transition: opacity 0.4s;
}
.hi-upsell__grid_block .owl-nav button {
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    color: #c6c6c6 !important;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
}
.hi-upsell__grid_block .owl-nav button:hover {
    background: #ddd !important;
    border-color: #ddd !important;
    color: #fff !important;
}
.hi-upsell__grid_block .owl-nav .owl-prev {
    right: 35px;
}
.hi-upsell__grid_block .owl-nav .owl-next {
    right: 0;
}
.hi-upsell__grid_block .owl-nav .owl-prev:focus,
.hi-upsell__grid_block .owl-nav .owl-next:focus {
    outline: 0;
}
.hi-upsell__grid_block .owl-nav .owl-prev span,
.hi-upsell__grid_block .owl-nav .owl-next span {
    font-size: 30px;
}

.hi-upsell__customizable-attributes-container {
    width: calc(100% - 30px);
    max-width: 64rem;
}
.hi-upsell__block-title {
    color: #414141;
    font-size: 16px;
    margin: 5px 0 15px 0;
    font-weight: bold;
}
.hi-upsell__block {
    padding: 15px;
    margin: 15px 0;
    background: #fff;
}
.hi-upsell__product-item {
    margin: 1px;
    border: 1px solid #eee;
}
.hi-upsell__product-customizable-modal-container .product-price-and-shipping,
.hi-upsell__block-list .product-price-and-shipping {
    font-weight: 700;
    color: #232323;
}
.hi-upsell__product-customizable-modal-container .product-price-and-shipping .discount-product,
.hi-upsell__block-list .product-price-and-shipping .discount-product {
    display: none;
}
.hi-upsell__product-customizable-modal-container .regular-price,
.hi-upsell__block-list .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
}

.hi-upsell__block-grid-1-7 .product-miniature .highlighted-informations {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: .625rem 0;
    text-align: center;
    background: #fff;
    transition: .3s;
    bottom: auto;
}
.hi-upsell__block-grid-1-7 .product-miniature .thumbnail-container .highlighted-informations{
    display: none !important;
}