/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* INCLUDES */
/*@import url("_partials/icomoon.css");
@import url("_partials/owl.carousel.css");
@import url("_partials/owl.theme.default.css");

@import url("_partials/header.css");
@import url("_partials/home.css");
@import url("_partials/footer.css");
@import url("_partials/category.css");
@import url("_partials/product-list.css");
@import url("_partials/product.css");
@import url("_partials/checkout.css");
@import url("_partials/font-colors.css");
@import url("_partials/my-account.css");
@import url("_partials/shopping_cart_small.css");

*/
@import url("./icomoon.css");


.modal, .modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #000000c7;
    z-index: 5555;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.in {
    opacity: .5
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header:after {
    content: "";
    display: table;
    clear: both
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:after {
    content: "";
    display: table;
    clear: both
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    opacity: .89
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px
    }
    .hidden-md-up {
        display: none!important;
    }
}