.no-display{
    display:none !important;
}

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    transition: box-shadow .3s;
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}

.slick-slide:hover{
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    -moz-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    cursor:pointer;
}

.modd_scroll_product_desc{
    display: block;
    padding: 3px;
    font-size: .9rem;
    display: -webkit-box;
    overflow: hidden;
    /* white-space: nowrap; */
    /* line-height: 2; */
    text-overflow: ellipsis;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slick-slide .modd_scroll_product_desc:hover{
    color:rgb(0, 110, 255);
}

.modd_scroll_product_desc{
    padding: 5px 10px;
}

.modd_scroll_product_btn{
    display: flex;
    padding: 5px;  
    position: absolute;
    bottom: 15px;
}

.modd_scroll_product_asin{
    margin-bottom: 65px;
    padding: 5px;
}

.slick-prev, .slick-next { background-color: transparent !important; }
.slick-prev:before, .slick-next:before { color: #727272; }

#modd_slide-panel {
    z-index: 999999;
    margin-left: calc(100% + 15px);
    width: 400px;
    height: 100%;
    padding: 10px;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    transition: all .4s ease;
}

@media (max-width: 768px){
    #modd_slide-panel {
        width:100%;
    }
}

#opener {
    position: fixed;
    border-radius: 50%;
    padding: 10px;    
    right: 115px;
    bottom: 45px;
    background-color: #ffffff;
    border: 2px solid #cbc7c7;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 1px 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 1px 10px rgb(0 0 0 / 50%);
    transition: bottom ease 0.5s; 
}

#opener:hover {
    bottom:35px;
}

.opener{
    display: none;
}

#modd_loadingDiv {
    background-color: rgba(0,0,0,.5);
    position: fixed; z-index: 9900;
    top: 0; left: 0; right: 0; bottom: 0;
}

.modd_loader {
    border: 10px solid #f3f3f3; 
    border-top: 10px solid #000000; /* '+fgColor+' */ 
    border-radius: 50%;
    width: 90px;
    height: 90px; margin: 10% 48%;
    animation: spin 2s linear infinite;
}

.modd_loader_msg{
    position: absolute;
    left: 30%;
    top: 50%;
    width: 40%;
    text-align: center;
    color: green;
    background: white;
    padding:5px;
    border-radius: 5px;
}

.modd_cart_summary{     
    float: left;
    padding: 16px;
    background: #89898912;
    border-radius: 10px;
    border: 1px solid lightgrey;
    bottom: 10px;
}

.modd_cart_summary_label{ 
    float: left; 
    width:50%; 
    color:#808080; 
    padding-right: 10%; 
    text-align: right;
}

#modd_btn_cart_checkout{
    width: 100%;
    background-color: #b1208a;
    color: #efefef;
}

#modd_cart_summary_row{
    width: 100%;
}


.modd_cart_summary_value{ 
    float: right; 
    width:35%; 
    color:#505050; 
    font-weight:bold; 
}

.campaignRequirement .campaignWishList .card:hover { 
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 15px 4px;
}

.slick-track {display: flex; flex-direction: row; }
.slick-slide { flex: 1; height: auto; }

.scrollbar-default::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; 
}
    
.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; 
}
    
.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD; 
}

.scrollbar {
    float: left;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    height: calc(100vh - 290px);
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}

.modd_campaign_list_item-featured{
    background-image: url(../images/red_ribbon_featured.png); background-repeat: no-repeat; background-position: right top; background-size: 80pt;
}

.hidden{
    display: none !important;
}

.flexbox{
    display: flex;
}


#paymentInfoDiv {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

      
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #1a7000;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #1a7000;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.navbar{
    flex-wrap: initial;
}