.product-summary {
    margin: 20px;
}

.stack-menu {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}

.product-summary .stack-menu {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.stack-menu__list--active {
    display: block;
}
.stack-menu__list {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.stack-menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-summary .stack-menu .stack-menu__link--parent {
    background-image: unset;
}
.product-summary .stack-menu .stack-menu__link {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.stack-menu__link--parent {
    background-position: center right 20px;
}
.stack-menu__link--back, .stack-menu__link--parent {
    -webkit-background-size: 6px 12px;
    background-size: 6px 12px;
    background-repeat: no-repeat;
}
.stack-menu__link {
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #000;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
}

.product-summary .stack-menu .stack-menu__link--parent::before {
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #9b9b9b;
}

.product-summary .product-seller-row-main .product-seller-first-line {
    display: inline-block;
    margin-bottom: 7px;
}

.product-summary .product-seller-second-line {
    font-size: 14px;
    color: #00bfd6;
}

.product-summary .product-seller-price-real, .product-seller-second-line, .m-t-sm {
    margin-top: .5rem;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.product-summary .u-divider:before {
    content: "|";
    display: inline-block;
    color: #e4e4e4;
    margin: 0 4px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.product-summary .product-seller-row--price {
    padding: 10px;
    color: #fb3449;
}

.product-summary .product-seller-price-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b4b4b4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-summary .product-seller-price-prev {
    text-decoration: line-through;
    font-size: 1.3rem;
}

.product-summary .product-seller-price-off {
    padding: 3px .7rem 1px;
    margin-right: 7px;
    font-weight: 700;
    background: #fb3449;
    border-radius: 1rem;
    color: #fff;
    font-size: 16px;
}

.product-summary .product-seller-price-real {
    text-align: left;
    margin: 0;
}
.product-summary .product-seller-price-real, .product-seller-second-line, .m-t-sm {
    margin-top: .5rem;
}

.product-summary .product-seller-price-raw {
    display: inline;
    font-size: 25px;
    line-height: 1.419;
}


.product-summary .product-seller-row--add-to-cart {
    padding: 0 10px;
    margin-bottom: 10px;
}

.product-summary .stack-menu .btn-add-to-cart--full-width {
    width: 100%;
}
.product-summary .stack-menu .btn-add-to-cart {
    font-size: 18px;
    line-height: 1.222;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    min-height: 55px;
    /*background-color: #ef394e;*/
    border: none;
    padding: 16px 18px;
    border: 0;
}
.btn-add-to-cart.active {
    background-color: #ef394e;
}
.btn-add-to-cart {
    background-color: #881818;
}
.product-summary .stack-menu .stack-menu__link {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.stack-menu__link {
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #000;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
}

.product-summary .product-seller-digiclub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.product-summary .product-seller-digiclub img {
    height: 20px;
    margin-left: 4px;
}

img {
    vertical-align: middle;
    border-style: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.product-summary .product-seller-digiclub span {
    font-weight: 700;
}

a.color.white {
    border:solid .25rem #d7d7e1 !important;
}

.product-single .product-color-swatch .color.white::before {
    color: #000000 !important;
}

.btn-add-to-cart:hover{
    background-color: #881818 !important;
}
