@charset "utf-8";
/*
{{ Url('/') }}/resources/views/user/layouts/user.blade.php
*/
.cart-hover-contentnew {
    background-color: #3f0e77;
    border-radius: 7px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    max-height: 300px;
    overflow-y: scroll;
    padding: 0 0;
    position: absolute;
    right: -5%;
    top: 114%;
    width: 170%;
    z-index: 1000;
}
.dropdown-wrapper:hover div.cart-hover-contentnew {
    display: block;
}
@media (min-width: 1200px) {
    #image-checkout-area .col-md-4:nth-child(3n+1),
    #video-checkout-area .col-md-4:nth-child(3n+1),
    #print-checkout-area .col-md-4:nth-child(3n+1)
    {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #image-checkout-area .col-sm-6:nth-child(2n+1), 
    #video-checkout-area .col-md-4:nth-child(3n+1),
    #print-checkout-area .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

/*
{{ Url('/') }}/resources/views/user/layouts/message.blade.php
*/

#modalcustom{
    top:12% !important;
    width: 60% !important;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#msg_alert_box{
    border: solid 1px #00436a;
    font-size: 14px;
}
.alert-danger-cust{
    border: 1px solid #b91880 !important;
    background-color: #FFF !important;        
    box-shadow: 5px 5px 5px #ddb6b1;
    color:#b91880 !important;
}
.alert-success-cust{
    border: 1px solid #3F0E77 !important;
    background-color: #FFF !important;        
    box-shadow: 5px 5px 5px #b5ddb1;
    color:#3F0E77 !important;
}

#custom_loader_alert_box{
    border: 1px solid #b91880 !important;
    background: rgba(255,255,255,0.5);        
    box-shadow: 5px 5px 5px #ddb6b1;
    color:#b91880 !important;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
#custom_loader{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;       
    background: rgba(255,255,255,0.5);
    z-index: 999 !important;
    overflow-x: hidden
}
#custom_loader_alert_box{
    top:18% !important;
    width: 60% !important;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    border: 1px solid #B91880 !important;
    background: rgba(255,255,255,0.5);        
    background-color:#fff;        
    box-shadow: 5px 5px 5px #ddb6b1;
    color:#B91880 !important;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

ul.order-tabs {
    margin-bottom: 1%;
}
ul.order-tabs li a {
    font-size: 1em;
    font-weight: 600;
    color: #3F0E77;
}
ul.order-tabs li.active {
    border-bottom: 1px solid #dddddd;

}

ul.order-tabs li.active a {
    color: #fff;
    background: #3F0E77;
}
.pagination{
    margin: 0px;
}


.img-select {
    position: absolute;
    top: 0% !important;
    bottom: 45%;
    left: 15% !important;
}
/* .add-to-print { */
    /* position: absolute; */
       /* top: 10% !important; */
    /* bottom: 0px; */
    /* left: 0% !important; */
    /* padding-left: 25px */
/* } */
.centered-1{
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.19) !important;
    background-color: white;
    border: solid 1px #ccc;
    position: relative;

}
.centered-1 img{
    object-fit: contain !important;
    height: 250px;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;

}
.centered-1:hover img {
    opacity: 0.8;

}
.centered-1:hover .centered {
    opacity: 1;
}

.img-select{
    margin-bottom: 0px;
}
.centered {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.centered-1:hover .display-bottom {
    opacity: 1;
}
.display-bottom {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 80%;
    /* left: 5%; */
    /* transform: translate(-50%, -50%); */
    /* -ms-transform: translate(-50%, -50%); */
    text-align: center;
}
.centered-1:hover .left-bottom {
    /* cursor: pointer; */
}
.left-bottom {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 90%;
    left: 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
}
