/* page loader*/
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000bb;
    z-index: 9999;
    display: none;
}

.loader-inner {
    width: 80px;
    height: 80px;
    padding: 2px;
    background: #000;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 30px 20px #000;
    -moz-box-shadow: 0 0 30px 20px #000;
    box-shadow: 0 0 30px 20px #000;
    position: absolute;
    left: calc(50% - 41px);
    top: calc(50% - 41px);
}

.loader-inner img {
    width: 100%;
}

.loader-inner span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 80px;
    top: 0;
    left: 0;
    font-size: 25px;
    text-shadow: 1px 1px 2px #f00, 1px 1px 2px #f00, 1px 1px 2px #f00, 1px 1px 2px #f00;
}

@media (min-width: 992px) {
    .loader-inner {
        width: 150px;
        height: 150px;
        left: calc(50% - 76px);
        top: calc(50% - 76px);
    }

    .loader-inner span {
        line-height: 150px;
        font-size: 45px;
    }
}

/*page loader*/

.skew {
    background: rgb(255, 0, 0);
    /*background: radial-gradient(circle, rgba(255, 0, 0, 1) 0%, rgba(245, 54, 158, 1) 100%);*/
    background: radial-gradient(circle, #fff 0%, #ddf 100%);
    box-shadow: inset 0 20px 20px -25px #00000099, 0 20px 20px -20px #00000099;
    margin-top: 30px;
    margin-bottom: 50px;
}

.skew-title {
    background: rgb(211, 245, 207);
    /*background: radial-gradient(circle, #333 0%, #777 100%);*/
    background: radial-gradient(circle, rgba(211, 245, 207, 1) 0%, rgba(37, 199, 212, 1) 100%);
    height: 70px;
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 2px rgba(37, 199, 212, 1);
    transform: skew(-10deg);
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 20px 20px -20px #000000;
    border-radius: 8px;
}

.shoe-image-upload-form {
    /*position: absolute;*/
    width: 100%;
    height: 40px;
}

.shoe-image-upload-form label, .shoe-image-upload-form button {
    position: absolute;
    width: 50%;
    height: 40px;
    border-radius: 0;
    background: #0f667488;
    border: 0;
}

.shoe-image-upload-form label:hover, .shoe-image-upload-form button:hover {
    background: #0f6674;
}


.shoe-image-upload-form label {
    top: 0;
    left: 0;
    border-radius: 4px 0 0 0;
}

.shoe-image-upload-form button {
    top: 0;
    right: 0;
    border-radius: 0 4px 0 0;
}


@media (min-width: 992px) {
    .modal-width {
        width: 800px;
    }
}


.text-bottom-border {
    border-bottom: 3px solid #0eb9cb;
    display: inline-block;
    color: #0eb9cb;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
}

.text-bottom-border span {
    position: absolute;
    left: 0;
    top: 28px;
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: center;
}

@media (min-width: 400px) {
    .text-bottom-border {
        font-size: 20px;
    }

    .text-bottom-border span {
        top: 31px;
        font-size: 14px;
    }
}

.mean-menu-text {
    display: none;
}

.main-slider-section {
    position: relative;
    overflow: hidden;
}

.main-slider-section .next,
.main-slider-section .prev {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    background: #9b325466;
    text-align: center;
    display: block;
    z-index: 999999;
    line-height: 30px;
    color: #ffffff66;
    border-radius: 5px;
    transition: ease-in-out 0.3s;
    border: 2px solid #ffffff66;
}

.main-slider-section .prev {
    left: 10px;
}

.main-slider-section .next {
    right: 10px;
}

@media (min-width: 992px) {
    .main-slider-section .next,
    .main-slider-section .prev {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        line-height: 50px;
        border-radius: 8px;
        font-size: 25px;
    }
}

.main-slider-section:hover .prev {
    left: 10px;
}

.main-slider-section:hover .next {
    right: 10px;
}

.main-slider-section .prev:hover,
.main-slider-section .next:hover {
    background: #9b3254ff;
    color: #ffffffff;
    cursor: pointer;
    box-shadow: 0 3px 5px #000;
    border: 2px solid #ffffffff;
}

/* premium-collection-slider-section - start */
.premium-collection-slider-section {
    position: relative;
}

.premium-collection-slider-section .owl-carousel {
    width: 200px;
    margin: auto;
}

.premium-collection-slider-section .owl-carousel .col-md-3 {
    margin-bottom: 30px;
}

.premium-collection-slider-section .owl-carousel .col-md-3 img {
    border: 3px solid #9b3254;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .premium-collection-slider-section .owl-carousel {
        width: 100%;
    }

    .premium-collection-slider-section .owl-carousel .col-md-3 {
        margin-bottom: 0px;
    }
}

.premium-collection-slider-section .prev,
.premium-collection-slider-section .next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    background: #9b3254;
    text-align: center;
    display: block;
    z-index: 999999;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px;
    transition: ease-in-out 0.3s;
    border: 2px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 3px 5px #000;
}

.premium-collection-slider-section .prev {
    left: -8px;
}

.premium-collection-slider-section .next {
    right: -8px;
}

@media (min-width: 992px) {
    .premium-collection-slider-section .prev {
        left: -35px;
    }

    .premium-collection-slider-section .next {
        right: -35px;
    }
}

/*.premium-collection-slider-section:hover .prev {*/
/*left: 10px;*/
/*}*/

/*.premium-collection-slider-section:hover .next {*/
/*right: 10px;*/
/*}*/
/* premium-collection-slider-section - end */

.single-brand-logo {
    text-align: center;
}

.single-brand-logo img {
    display: block;
    width: 70%;
    margin: auto;
}


.navbar a, .footer-navigation a {
    text-transform: uppercase;
}


.montserrat-footer-widget-title {
    margin-top: 45px;
}

@media (min-width: 700px) {
    .montserrat-footer-widget-title {
        margin-top: 0px;
    }
}
