/*
    Created on : Dec 5, 2018
    Author     : Harjit Singh
*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic);*/
.fileinput-button{
    display: inline-block;
}
@media (max-width: 767px) {
    .dress-group .single-dress{
        width: 280px;
    }
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #303030;
}
.dress-list-group{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0px;
}

.dress-group .single-dress .dress-photo{
    height: 300px;
}

.dress-group .single-dress:hover{
    border: 10px solid #efefef;
}

.product-carousel{
    width: 100%;
    float: left;
    position: relative;
}
.product-carousel .owl-dots{
    display: none !important;
}
.product-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    color: transparent;
    margin-top: -20px;
}
.product-carousel .owl-nav .owl-prev:before{
    font-family: FontAwesome;
    content: "\f104";
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #d4d4d4;
    float: left;
    font-size: 35px;
}
.product-carousel .owl-nav .owl-prev:hover:before{
    color: #000;
}
.product-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 40px;
    color: transparent;
    margin-top: -20px;
}
.product-carousel .owl-nav .owl-next:before{
    font-family: FontAwesome;
    content: "\f105";
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #d4d4d4;
    float: left;
    font-size: 35px;
}
.product-carousel .owl-nav .owl-next:hover:before{
    color: #000;
}

.single-dress{
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
    border: 10px solid transparent;
}
.single-dress:hover{
    border: 10px solid #efefef;
}
.single-dress .dress-photo{
    width: 100%;
    float: left;
    height: 350px;
    position: relative;
}
.single-dress .dress-photo img{
    position: absolute;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    max-width: 90%;
    max-height: 90%;
}
.single-dress .dress-name{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    color: black;
    font-family: 'futurastrong';
}
.single-dress .dress-deal-price{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 28px;
    color: black;
    font-family: 'futurastrong';
}
.single-dress .dress-original-price{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #b3b3b3;
    text-decoration: line-through;
}
.dress-list-group{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0px;
}
.dress-list-group .view-all-title{
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.dress-list-group .view-all-title a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #575757;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #575757;
    padding: 5px 30px;
    font-family: 'futurastrong';
}
.dress-list-group .view-all-title a:hover{
    background: #575757;
    color: #fff;
}
.dress-list-group .dress-list-title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'futurastrong';
}

.dress-group{
    width: 100%;
    float: left;
    text-align: center;
}
.dress-group .single-dress{
    width: 320px;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: 10px solid transparent;
    cursor: pointer;
}
.dress-group .single-dress:hover{
    border: 10px solid #efefef;
}
.dress-group .single-dress .dress-photo{
    height: 300px;
}

.other-products .dress-list-group{
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0px;
}

.alert.flash {
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: auto; right: 0;
    width: 40%;
    height: auto !important;
}

.swal2-container {
    zoom: 1.5;
}

.tab-content{
    height:650px;
}


.blinker {
    color: transparent !important;
    text-shadow: 0 0 0 gray;
    background-color: #DCDCDC !important;
    -webkit-appearance: none !important;
    margin: 0;
}

@-moz-document url-prefix(){
    .swal2-popup {
        font-size: 1.4rem !important;
    }
}

#image_demo{
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0px!important;
}

#upload_image{
    display:none;
}

.no-padding-left{
    padding-left:0px !important;
}

.error{
    color: #dc3545!important;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.margin-top-negative-11 {
    margin-top: -11px !important;
}

.margin-top-23 {
    margin-top: 23px !important;
}

.disable_elem {
    pointer-events: none; /*This makes it non clickable*/
    opacity: 0.6;         /*This grays it out to look disabled*/
}

.underline_on_hover:hover {
    text-decoration: underline;
}

/*Set Cancel order limit textbox*/
.cancel_order_limit {
    height: 29px;
    margin-top: 5px;
    margin-left: 5px;
}