body {
    font-size: 15px;
    height: unset;
}

ul, ol {
    padding: 0px;
}

.col-md-12.product-men {
    padding-bottom: 32px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #1d68a9;
}

.box {
    border-radius: unset;
}

    .box.box-primary {
        border-top-color: #1d68a9;
    }

.btn {
    border-radius: 0px;
}

#myTab {
    border-bottom: 1px solid #1d68a9;
}

.nav-tabs > li > a {
    background-color: unset;
}

.panel {
    border-radius: 0px;
}

.panel-default > .panel-heading {
    border-top: 3px solid #1d68a9;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.flexslider {
    margin: 0 0 20px;
    background: #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.dvLoading {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

    .dvLoading img {
        width: 100px;
        height: 100px;
    }

.dvLoadingOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #0000005c;
    z-index: 1000;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 0px;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    min-height: 170px;
}

.navbar-nav > li {
    margin: 0 13px 0 0;
}

.product-detail {
    min-height: 597px;
}

.mobile-slider {
    display:none;
}

.margin-10-px {
    margin:10px;
}

@media screen and (max-width: 1024px) {
    .product-detail {
        min-height: unset;
    }

    .mobile-slider {
        display: block;
    }

    .slide-visual {
        display: none;
    }

}

.spinner-card {
    height: 372px;
    display: inline-flex;
    padding: 3px;
    background: lightgrey;
    opacity: 0.5;
    border: 1px solid white;
}

.spinner {
    margin: auto;
    align-self: center;
}