﻿@import url('Fonts.css');
@import url('../../default.fa-IR/Css/Color.css');

/*************************/
/*********General*********/
/*************************/
body {
    font-family: 'Arima', IranSans;
}

@media (min-width:992px) {
    .container-fluid {
        width: 970px;
    }
}

@media (min-width:1200px) {

    .container-fluid {
        width: 1170px;
    }

    .navbar-toggle {
        padding: 15px 10px;
    }
}

.image-responsive {
    width: 100%;
    display: flex;
    margin: auto;
}

.shadow {
    filter: drop-shadow(1px 2px 5px #747474);
}

a, a:focus, a:active, a:hover, object, embed {
    outline: none;
    text-decoration: none;
}

:-moz-any-link:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: 0;
}

.dividers {
    border-radius: 4px;
    width: 100px;
    height: 4px;
    background: var(--c7);
}

.plr-2 {
    padding: 0 2em !important;
}

.mt-2 {
    margin-top: 2em;
}

.headline {
    border-bottom: 3px solid var(--c6);
    margin-right: 6px;
    margin-bottom: 15px;
    padding-bottom: 0.5rem;
}

    .headline h2 {
        color: var(--c4);
        font-size: 25px;
        font-family: 'Sail';
    }

        .headline h2 i {
            vertical-align: middle;
            color: #fff;
            font-size: 20px;
            width: 30px;
            height: 30px;
            background: var(--c2);
            padding: 5px;
            border-radius: 4px;
        }

    .headline h6 {
        float: right;
        position: relative;
        margin-top: -25px;
    }

        .headline h6 a {
            font-size: 15px;
            color: var(--c9);
        }

::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 11px rgb(35 141 0);
}

/*************************/
/*********Navbar**********/
/*************************/
.navbar-default {
    border: none;
    min-height: 70px;
    border-radius: 0;
    background-image: none;
    background-color: var(--c3);
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:visited,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        box-shadow: none;
        background-image: none;
        background-color: transparent;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        margin-top: 15px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar a {
        -webkit-transform: translate3d(0,0,0);
    }

    .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        background: inherit;
        color: inherit;
    }

    .navbar .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar .nav > li.dropdown > a:focus {
        background: inherit;
        color: inherit;
    }

    .navbar .nav li.dropdown > .dropdown-toggle .caret {
    }

    .navbar .nav li.dropdown > a:hover .caret,
    .navbar .nav li.dropdown > a:focus .caret {
        border-bottom-color: #333;
        border-top-color: #333;
    }

    .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-bottom-color: #333;
        border-top-color: #333;
    }

.navbar-default .navbar-brand {
    color: #f2d7ff;
    margin-top: 8px;
    font-family: Sail;
}

.navbar-brand, .navbar-nav > li > a {
     text-shadow: none; 
}

.mega-menu {
    padding: 10px 0px !important;
    width: 570px;
    border-radius: 0;
    margin-top: 0px;
}

    .mega-menu li {
        display: inline-block;
        float: right;
        font-size: 14px;
        padding: 3px 0px;
    }

        .mega-menu li.mega-menu-column {
            margin-left: 20px;
            width: 150px;
        }

    .mega-menu .nav-header {
        padding: 0 !important;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .mega-menu img {
        padding-bottom: 10px;
    }

.fixed {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*************************/
/********Category*********/
/*************************/
.MultiCarousel {
    float: right;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: right;
        }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
        background: transparent;
        color: var(--c1);
        font-size: 2em;
        border: none;
    }

    .MultiCarousel .leftLst {
        left: -5px;
    }

    .MultiCarousel .rightLst {
        right: -5px;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: none;
            color: var(--c3);
        }

.category {
    text-align: center;
}

    .category i {
        width: 70px;
        height: 70px;
        font-size: 4em;
        color: #818181;
    }

    .category h5 {
        font-size: 12px;
        text-align: center;
        color: #5d605e;
        font-weight: bold;
    }

.category-list {
    box-shadow: -1px -1px 13px 0px #00000040;
    border-radius: 2rem;
}

    .category-list img {
        border-radius: 2rem;
    }

.category-title {
    text-align: center;
    background: var(--c6);
    padding: 1rem 5em;
    margin: -60px 15px 4rem 15px;
    position: relative;
    border-radius: 2em;
}

    .category-title a {
        color: var(--c7);
        font-size: 12pt;
    }


/*************************/
/*********Banner**********/
/*************************/
.banner {
    width: 100%;
    border-radius: 2em;
    margin-bottom: 1rem;
    box-shadow: -1px 2px 14px 2px #d5d5d5;
}

/*************************/
/*********About***********/
/*************************/
.about {
    box-shadow: -1px 2px 14px 2px #d5d5d5;
    padding: 1em 2em;
    line-height: 27px;
    border-radius: 2em;
    font-size: 14px;
}

    .about h1 {
        text-align: center;
        margin-bottom: -1rem;
        color: var(--c6);
        font-family: 'Sail';
    }

    .about a {
        background: var(--c4);
        color: #fff;
        font-weight: bold;
        border-radius: 2rem;
        padding: 1rem;
        font-size: 15px;
        box-shadow: 1px 1px 5px 2px #d5d5d5;
    }

/*************************/
/*********Product*********/
/*************************/
.product-card {
    position: relative;
    width: 100%;
    border-radius: 25px;
    padding: 20px 30px 30px 30px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
    overflow: hidden;
    margin-bottom: 1em;
}

    .product-card .logo-cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-card .logo-cart img {
            width: 60px;
            object-fit: cover;
        }

        .product-card .logo-cart i {
            font-size: 27px;
            color: var(--c9);
            cursor: pointer;
            transition: color 0.3s ease;
        }

            .product-card .logo-cart i:hover {
                color: #333;
            }

    .product-card .main-images {
        position: relative;
        height: 240px;
    }

        .product-card .main-images img {
            position: absolute;
            width: 140px !important;
            transform: rotate(18deg);
            right: 80px;
            top: 10px;
            z-index: -1;
            transition: opacity 0.5s ease;
        }

            .product-card .main-images img.active {
                opacity: 1;
            }

    .product-card .main-images-new img {
        position: relative;
        width: 80% !important;
        transform: none;
        right: 0;
        display: flex;
        margin: 0px auto;
        top: 10px;
        z-index: -1;
    }

    .product-card .shoe-details .shoe_name {
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

    .product-card .shoe-details p {
        font-size: 12px;
        font-weight: 400;
        color: #333;
        text-align: justify;
        margin-top: 10px;
        line-height: 2;
    }

    .product-card .shoe-details .stars i {
        margin: 0 -1px;
        color: #333;
    }

    .product-card .color-price .color-option {
        display: flex;
        align-items: center;
    }

.color-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .color-price .color-option .color {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        margin-right: 8px;
    }

.color-option .circles {
    display: flex;
}

    .color-option .circles .circle {
        height: 18px;
        width: 18px;
        background: #0071C7;
        border-radius: 50%;
        margin: 0 4px;
        cursor: pointer;
        transition: all 0.4s ease;
    }

        .color-option .circles .circle.blue.active {
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0071C7;
        }

        .color-option .circles .circle.pink {
            background: #FA1795;
        }

            .color-option .circles .circle.pink.active {
                box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FA1795;
            }

        .color-option .circles .circle.yellow {
            background: #F5DA00;
        }

            .color-option .circles .circle.yellow.active {
                box-shadow: 0 0 0 2px #fff, 0 0 0 4px #F5DA00;
            }

.color-price .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .color-price .price .price_num {
        font-size: 25px;
        font-weight: 600;
        color: #707070;
    }

    .color-price .price .price_letter {
        font-size: 10px;
        font-weight: 600;
        margin-top: -4px;
        color: #707070;
    }

.product-card .button {
    position: relative;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    margin-top: 10px;
    overflow: hidden;
}

    .product-card .button .button-layer {
        position: absolute;
        height: 100%;
        width: 300%;
        left: -100%;
        background: var(--c9);
        transition: all 0.4s ease;
        border-radius: 25PX;
    }

    .product-card .button:hover .button-layer {
        left: 0;
    }

    .product-card .button button {
        position: relative;
        height: 100%;
        width: 100%;
        background: none;
        outline: none;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }

.product-card .show-button {
    position: relative;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    border: 2px solid var(--c9);
}

    .product-card .show-button .show-button-layer {
        position: absolute;
        height: 100%;
        width: 300%;
        left: -100%;
        background: none;
        transition: all 0.4s ease;
        border-radius: 25PX;
    }

    .product-card .show-button:hover .show-button-layer {
        left: 0;
    }

    .product-card .show-button a {
        position: relative;
        height: 100%;
        width: 100%;
        background: none;
        outline: none;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: var(--c9);
    }

/*************************/
/*********Ribbon**********/
/*************************/
.star {
    height: 50px;
    width: 50px;
    background: #f12570;
    position: absolute;
    text-align: left;
}

    .star:before {
        height: 50px;
        width: 50px;
        background: #f12570;
        content: "";
        position: absolute;
        /* Rotate */
        -moz-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    .star:after {
        padding-top: 10px;
        text-align: center;
        vertical-align: middle;
        height: 50px;
        width: 50px;
        background: #f12570;
        content: "";
        position: absolute;
        /* Rotate */
        -moz-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

.circle {
    color: #ffffff;
    left: -5px;
    position: relative;
    text-align: center;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    font-size: 10px;
    background: #f12570;
    border: 2px solid #ffffff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

/*************************/
/********Carousel*********/
/*************************/
.owl-products .item,
.owl-offers .item {
    margin: 0 1rem 0 0.5rem;
}

.our-offers {
    position: relative;
    margin-top: 0px;
}

    .our-offers .owl-dots {
        text-align: center;
        margin-top: 40px;
    }

        .our-offers .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            background-color: #ff695f;
            border-radius: 50%;
            opacity: 0.3;
            margin: 0px 5px;
        }

        .our-offers .owl-dots .active {
            opacity: 1;
            width: 10px;
            height: 10px;
        }

    .our-offers .owl-nav {
        position: absolute;
        top: 42%;
        width: 100%;
    }

        .our-offers .owl-nav .owl-prev {
            position: absolute;
            left: 0;
        }

        .our-offers .owl-nav .owl-next {
            position: absolute;
            right: 20px;
        }

        .our-offers .owl-nav .owl-prev span {
            color: transparent;
        }

            .our-offers .owl-nav .owl-prev span:hover::after {
                opacity: 1;
            }

            .our-offers .owl-nav .owl-prev span:after {
                width: 30px;
                height: 30px;
                background-color: #fd396f;
                display: inline-block;
                text-align: center;
                line-height: 30px;
                border-radius: 50%;
                color: #fff;
                content: '\f104';
                font-size: 22px;
                font-family: 'FontAwesome';
                transition: all .5s;
                opacity: 0.5;
            }

        .our-offers .owl-nav .owl-next span {
            color: transparent;
        }

            .our-offers .owl-nav .owl-next span:hover::after {
                opacity: 1;
            }

            .our-offers .owl-nav .owl-next span:after {
                width: 30px;
                height: 30px;
                background-color: #fd396f;
                display: inline-block;
                text-align: center;
                line-height: 30px;
                border-radius: 50%;
                color: #fff;
                content: '\f105';
                font-size: 22px;
                font-family: 'FontAwesome';
                transition: all .5s;
                opacity: 0.5;
            }

/*************************/
/*********Content*********/
/*************************/
.best-post {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 15px;
    transition: 1s;
}

    .best-post:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        background-color: #fff;
    }

        .best-post:hover .best-post-image img {
            border-radius: 0 15px 15px 0;
        }

.best-post-image img {
    border-radius: 15px;
    margin-left: 25px;
    transition: 1s;
    margin-left: -15px;
}

.best-post-image img {
    width: 100%;
}

.best-post-content {
}

.best-post-content-cat {
    padding: 6px 15px;
    background: var(--c6);
    border-radius: 9999px;
    width: fit-content;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    color: var(--c7);
    font-size: 12px;
}

.best-post-content-title {
    font-size: 4rem;
    margin-bottom: 15px;
    line-height: 1;
}

.best-post-content-sub {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #464646;
}

.text-color {
    color: var(--c4);
}

.post-card {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: left;
    transition: 1s;
}

.post-card-body {
    overflow: hidden;
    border-radius: 15px;
}

    .post-card-body:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        background-color: #fff;
    }

    .post-card-body:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        background-color: #fff;
    }

.post-card-image img {
    width: 100%;
    border-radius: 15px;
    transition: 1s;
}

.post-card:hover .post-card-image img {
    border-radius: 15px 15px 0 0;
}

.post-card-meta {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.post-card-cat {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5;
    background: var(--c6);
    width: fit-content;
    border-radius: 9999px;
    text-align: center;
    color: var(--c7);
    margin-bottom: 10px;
}

.post-card-title {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.post-card-alttitle {
    color: #4a5568;
    margin: 0;
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
}


@media screen and (max-width: 500px) {
    .post-card {
        width: 100%;
        max-width: 100%;
    }

    .best-post {
        width: 100%;
        height: auto;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        border-radius: 15px;
        transition: 1s;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .best-post-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        border-radius: 15px;
        margin-right: 25px;
        transition: 1s;
        margin-bottom: 15px;
        height: 14em;
    }

    .best-post-content-cat {
        margin-bottom: 15px;
    }

    .best-post:hover .best-post-image {
        border-radius: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .post-card {
        width: 50%;
        max-width: 50%;
    }
}

/*************************/
/*********Footer**********/
/*************************/
.foo-bg {
    background-color: var(--c3);
}

#Address > h4 {
    color: var(--c1);
    font-size: 18px;
    font-weight: bold;
}

#Address > span {
    background: #4bff00;
    height: 2px;
    width: 120px;
    display: inline-block;
    margin-top: 1%;
    margin-bottom: 4%;
}

#Address > p {
    font-size: 16px;
    color: #fff;
}

    #Address > p > i {
        color: var(--c8);
        vertical-align: middle;
    }

    #Address > p > a {
        color: #fff;
    }

#Address > ul > li {
    color: #fff;
    list-style: none;
    margin-left: -38px;
}

    #Address > ul > li > a {
        color: #fff;
        font-size: 16px;
    }

    #Address > ul > li > i {
        color: var(--c8);
    }

#copyright {
    color: #ffffff;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px;
    line-height: 30px;
}

    #copyright > i {
        color: #fbff00;
    }

    #copyright > a {
        color: #fbff00;
    }

@media screen and (max-width: 480px) {
    .headline h2 {
        font-size: 16px;
    }

        .headline h2 i {
            font-size: 12px;
            width: 22px;
            height: 22px;
        }
}