body {
    float: none !important;
}

.dw_body {
    padding: 16px;
}

.dw_btn {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    height: 70px;
    max-height: 70px;
    text-align: center;
    padding: 8px;
    text-overflow: ellipsis;
    margin: 15px;
}

.dw_container {
    width: 88%;
    margin: auto;
    padding: 0;
}

.dw_btn.active, .dw_btn.picked {
    background-color: #dcf3ff;
    border: 1px solid #66ccff;
}

.dw_question {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: contents;
    text-align: left;
}

.dw_summary {
    font-size: 16px;
    margin-bottom: 16px;
    display: inline-block;
    text-align: justify;
    max-height: 100%;
}

.mobile .dw_summary {
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
    transition: max-height 0.2s ease-out;
}

.dw_summary.closed:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.dw_prev_question {
    font-size: 16px;
    font-weight: bold;
    color: darkgrey;
    margin-bottom: 10px;
    display: inline-block;
}

.dw_prev_question:after {
    content: '\025BC';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    text-align: center;
}

.dw_prev_question.active:after {
    content: "\025b2";
}

.dw_accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-bottom: 8px;
}

.dw_num {
    display: inline-block;
    background-color: #66ccff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    width: 22px;
    height: 20px;
    text-align: center;
    margin: auto;
    padding-top: 2px;
}

.dw_choices {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.dw_choices > div, .mobile > .dw_choices > button {
    min-width: 256px;
    max-width: 257px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .dw_choices {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 940px) {
    .dw_choices {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .dw_choices {
        grid-template-columns: repeat(1, 1fr);
    }
}

.dw_details {
    min-height: 120px;
    margin: 15px;
    display: inline-block;
    cursor: pointer;
    text-align: justify;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
}

.dw_details img {
    margin: auto;
    display: block;
    padding-bottom: 14px;
    width: 130px;
    height: 130px;
}

.dw_details {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.dw_details.fade {
    opacity: .3;
}

.dw_hr {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #66ccff;
    color: #66ccff;
}

.dw_products {
    width: 88%;
    margin: auto;
    padding: 10px 0;
}

.dw_product {
    border: lightgrey solid 1px;
    padding: 10px 20px 20px 20px;
    line-height: 18px;
    position: relative;
    margin-top: -1px;
    margin-right: -1px;
}

.dw_product .dw_product_img {
    margin: auto;
    width: 130px;
    height: 130px;
    cursor: pointer;
    display: block;
    padding: 10px;
}

.dw_product .badge {
    position: absolute;
    top: 5px;
    left: 50px;
}

.dw_stars {
    margin: 6px 0;
    color: #006699;
    max-height: 12px;
}

.dw_header {
    padding: 8px 0;
    margin: 0;
}

.dw_header_img {
    width: 100%;
    margin: 0px 0 10px 0;
}

.dw_product_name {
    min-height: 56px;
    max-height: 56px;
    text-overflow: ellipsis;
    display: inline-block;
}

.dw_reset {
    margin: auto;
    color: #006699;
    background: none;
    border: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 0;
    cursor: pointer;
}

.dw_product a {
    color: #069;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
}

.dw_price {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    height: 50px;
}

.dw_price .price, .dw_price .center, .dw_price .fl, .dw_price .fr {
    float: none !important;
    text-align: left !important;
}

.dw_add {
    cursor: pointer;
    width: 100px;
    height: 20px;
    border: none;
    background: url('/assets/images/hp/new-landing/btn_100x20_shopnow.png') no-repeat;
}

.dw_loading {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dw_error {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    color: #006699;
    cursor: pointer;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    left: 48%;
    left: -moz-calc(50% - 32px);
    left: -webkit-calc(50% - 32px);
    left: -o-calc(50% - 32px);
    left: calc(50% - 32px);
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #a9a9a9;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.add-to-cart {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.add-to-cart.quicklook-miniproduct {
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
}

#widget-ucart {
    position: fixed;
}
