﻿@import url('Color.css');
@import url('Fonts.css');

/*************************/
/*********General*********/
/*************************/
body {
    font-family: 'Yekan', Arima;
}

@media (min-width:992px) {
    .container-fluid {
        width: 970px;
    }
}

@media (min-width:1200px) {

    .container-fluid {
        width: 1170px;
    }

    .navbar-toggle {
        padding: 15px 10px;
    }
}

.shadow {
    filter: drop-shadow(1px 2px 5px #747474);
}

a, a:focus, a:active, a:hover, object, embed {
    outline: none;
    text-decoration: none;
}

.image-responsive {
    width: 100%;
    display: flex;
    margin: auto;
}

:-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-left: 8px;
    margin-bottom: 15px;
    padding-bottom: 0.5rem;
}

    .headline h2 {
        color: var(--c4);
        font-size: 30px;
        font-weight: bold;
    }

        .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: left;
        position: relative;
        margin-top: -25px;
    }

        .headline h6 a {
            font-size: 15px;
            color: var(--c9);
        }

.taost-msg {
    margin-right: 40px;
    display: none;
    line-height: 1.5;
    width: 100%;
    max-width: 230px;
    color: #ef394e;
    font-size: 16px;
    user-select: none;
    text-align: center;
    height: 34px;
}

.modal-open .modal {
    margin-top: 1em !important;
}


.modal-heading > button {
    background: none !important;
    border: none !important;
    float: left !important;
    font-size: 27px !important;
    margin-top: -6px !important;
    margin-bottom: -10px !important;
}
/*************************/
/*********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: 10px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 15px;
    }

.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: var(--c8);
    margin-top: 8px;
    font-size: 20px;
}

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:visited,
    .navbar-default .navbar-brand:active {
        color: var(--c8);
    }

.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;
    background: #fff;
    height: 70px !important;
    padding-top: 5px;
    border-bottom: 2px solid var(--c6);
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.search {
    padding-right: 25px;
    display: flex;
    align-items: center;
    margin: 8px auto;
    height: 45px;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 38px 0px rgba(0,0,0,0.1);
    margin-left: 15px
}

.select_area {
    display: flex;
    align-items: center;
    line-height: 24px;
    width: 60px;
}

.text {
}

.line {
    margin-right: 15px;
    border-right: 1px solid #D8D8D8;
    height: 40px;
}

.search_text {
    width: 100%;
    border: none;
    margin-right: 15px;
    font-size: 16px;
    line-height: 24px;
}

::-webkit-input-placeholder {
    color: #ADB1B8;
}


.text_and-icon {
    width: 90%;
    display: flex;
    align-items: center;
}

.search_icon {
    background: none !important;
    outline: none !important;
    border: none !important;
    color: #5E6573;
}

.search_text:focus {
    outline: none !important;
}

    .search_text:focus + .search_icon {
        color: #4451FE;
    }


@media (max-width:768) {
    .navbar-default > .navbar-nav > li > a {
        font-size: 12px !important;
        padding: 10px 10px !important;
    }

    .navbar-default > .navbar-brand {
        font-size: 15px !important;
    }
}

/*************************/
/********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: 13px;
        text-align: center;
        color: #5d605e;
    }

.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 1rem;
    margin: -60px 15px 4rem 15px;
    position: relative;
    border-radius: 2em;
    display: block;
    color: var(--c7);
    font-size: 10pt;
}

    .category-title:hover,
    .category-title:focus {
        color: var(--c1);
        background: var(--c8);
    }

/*************************/
/*********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 3em 3em;
    line-height: 35px;
    border-radius: 2em;
    font-size: 13pt;
}

    .about h1 {
        text-align: center;
        font-weight: bold;
        margin-bottom: -1rem;
        color: var(--c6);
        font-size: 3.5em;
    }

    .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 !important;
            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 {
        margin-top: 30px;
        height: 70px;
    }

        .product-card .shoe-details .shoe_name {
            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: 15px;
        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: 18px;
        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,
    .product-card .button a {
        position: relative;
        height: 100%;
        width: 100%;
        background: none;
        outline: none;
        border: none;
        font-size: 15px;
        color: #fff;
        text-align: center;
    }

.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: 15px;
        color: var(--c9);
    }

/*************************/
/*********Ribbon**********/
/*************************/
.star {
    height: 50px;
    width: 50px;
    background: #f12570;
    position: absolute;
    text-align: right;
}

    .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;
    right: -5px;
    position: relative;
    text-align: center;
    padding-top: 12px;
    width: 60px;
    height: 60px;
    font-size: 12px;
    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 0.5rem 0 2rem;
}

.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: 20px;
        }

        .our-offers .owl-nav .owl-next {
            position: absolute;
            right: 0;
        }

        .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-right: -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: 2rem;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold;
}

.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: right;
    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: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.post-card-alttitle {
    color: #4a5568;
    margin: 0;
    line-height: 25px;
    font-size: 12px;
    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%;
    }
}

/*************************/
/**********Shop***********/
/*************************/
.cart-button {
    position: absolute;
    right: 10%;
    bottom: auto;
    top: 10%;
    left: -20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    z-index: 10;
}

@media screen and (min-width: 26.25em) {
    .cb-wrapper.cb-state_both, .cb-wrapper.cb-state_cart {
        width: auto;
        -webkit-border-radius: 1.5625em;
        -moz-border-radius: 1.5625em;
        border-radius: 1.5625em;
    }
}

@media screen and (min-width: 20em) {
    .cb-wrapper {
        width: 3.75em;
        height: 3.75em;
        -webkit-border-radius: 1.875em;
        -moz-border-radius: 1.875em;
        border-radius: 1.875em;
    }
}

.cb-wrapper {
    width: 2em;
    height: 2.5em;
    position: relative;
    -webkit-border-radius: 1.25em;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
}

    .cb-wrapper ul {
        display: table;
        list-style-type: none;
        height: 100%;
        width: 100%;
    }

    .cb-wrapper li {
        display: table-cell;
        height: 100%;
    }

@media screen and (min-width: 26.25em) {
    .cb-wrapper.cb-state_both ul > li, .cb-wrapper.cb-state_cart ul > li {
        padding: 10px 0 0 1em;
    }
}

@media screen and (min-width: 26.25em) {
    .cb-wrapper.cb-state_both .cb-ic, .cb-wrapper.cb-state_cart .cb-ic {
        width: 2em;
        height: 2em;
        position: absolute;
        display: inline-block;
        top: auto;
        left: 0;
        right: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 480px) {
    .cb-ic {
        width: 2em !important;
        height: 2em !important;
    }

    .headline h2 {
        font-size: 16px;
    }

        .headline h2 i {
            font-size: 12px;
            width: 22px;
            height: 22px;
        }
}


.cb-ic {
    width: 1.125em;
    height: 1.125em;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gs-btn {
    color: var(--c9);
    cursor: pointer;
}

.cb-ic svg {
    fill: none;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-miterlimit: 4;
}

.gs-btn svg {
    stroke: #ffffff;
}

svg:not(:root) {
    overflow: hidden;
}

@media screen and (min-width: 26.25em) {
    .cb-counter {
        right: -0.375em;
        top: -0.375em;
    }
}

@media screen and (min-width: 20em) {
    .cb-counter {
        width: 1.625em;
        height: 1.625em;
        right: -0.25em;
        top: -0.25em;
        -webkit-border-radius: 0.8125em;
        -moz-border-radius: 0.8125em;
        border-radius: 0.8125em;
    }
}

.cb-counter {
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    display: inline-block;
    left: 0%;
    right: -45% !important;
    top: -5%;
    color: #000000;
    -webkit-border-radius: 0.625em;
    -moz-border-radius: 0.625em;
    border-radius: 0.625em;
    -webkit-box-shadow: 2px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 10;
    font-size: 18px;
    border: 1px solid var(--c9);
}

@media screen and (min-width: 20em) {
    .cb-counter-label {
        font-size: 0.75em;
    }
}

.cb-counter-label {
    position: absolute;
    display: inline-block;
    left: 48%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.6875em;
    color: var(--c9);
}

.button {
    display: inline-block;
    background: #0e8ce4;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

    .button a {
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 48px;
        color: #FFFFFF;
        padding-left: 35px;
        padding-right: 35px
    }

    .button:hover {
        opacity: 0.8
    }

header nav ul.navigation-container .menuitem #basket::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 2px;
    background-color: transparent;
    transition: width 0.5s ease;
}

#basket {
    font-size: 25px;
}


.cart_section {
    padding-top: 2%;
}

    .cart_section h1 {
        color: var(--c2);
        margin-bottom: 5rem;
    }

.cart_title {
    font-size: 30px;
    font-weight: 500
}

.cart_items {
    margin-top: 8px;
    width: 100%;
    position: relative;
}

.cart_list {
    list-style: none;
    margin-bottom: 0px;
    padding-top: 2%;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 20px 20px 25px rgb(0 0 0 / 20%);
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
}

    .cart_list .table-condensed > thead > tr > th {
        text-align: center;
        padding-bottom: 2%;
        color: var(--c4);
    }

    .cart_list .table-striped > tbody > tr:nth-of-type(odd),
    .cart_list .table-responsive > table,
    .cart_list .table-responsive > table > thead {
        background-color: transparent !important;
    }

    .cart_list .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: none;
    }

    .cart_list .table-bordered {
        border: none;
    }

    .cart_list .table-condensed > tbody > tr > th {
        text-align: center;
    }

    .cart_list .table-condensed > tbody > tr > td {
        color: var(--c1);
        padding-top: 4% !important;
    }

    .cart_list .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
        padding: 20px;
    }

.cart_item {
    width: 100%;
    padding: 15px;
    padding-left: 46px;
}

.order_total {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    padding-right: 46px;
    padding-left: 15px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 20px 20px 25px rgb(0 0 0 / 20%);
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
}

.order_total_title {
    display: inline-block;
    font-size: 14px;
    color: var(--c4);
    line-height: 60px
}

.order_total_amount {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 26px;
    line-height: 60px;
    color: var(--c1);
}

.cart_buttons {
    margin-top: 60px;
    text-align: right
}

.cart_button_clear {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    border: solid 1px #b2b2b2;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
    margin-right: 26px
}

    .cart_button_clear:hover {
        border-color: #0e8ce4;
        color: #0e8ce4
    }

.cart_button_checkout {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
    vertical-align: top
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd0;
    }
}

.pImage {
    width: 70px;
    margin: auto;
    display: flex;
    margin-top: 20px;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.RemoveFromCart {
    -webkit-text-stroke-color: var(--goldenrod);
    -webkit-text-stroke-width: thin;
    color: #fff2c5;
    vertical-align: middle;
    font-size: 20px;
}

.wrapper {
    max-width: 400px;
    position: relative;
    margin: 10% auto;
}

.get-mobile {
    height: 100%;
    width: 100%;
    padding: 3em;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    position: relative;
    box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 25px;
}

    .get-mobile h1 {
        text-align: center;
        font-size: 18px;
        color: #027fff;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .get-mobile img {
        width: 130px;
        margin: auto;
        display: flex;
    }

.form-group label {
    color: #753bff !important;
}

.form-control,
#submit {
    display: block;
    color: var(--c7);
    width: 100%;
    height: 42px;
    margin-top: 20px;
    border: none;
    background-color: transparent;
    border-radius: 10px !important;
    border: 1px solid #ebebeb;
    cursor: pointer;
    padding-right: 20px !important;
}

    .form-control:focus {
        outline: none !important;
        border-color: transparent;
        box-shadow: 0px 0px 6px 3px rgb(218 165 32 / 35%);
    }

.field-validation-error {
    color: #fa7503;
}


#submit {
    background-position: center;
    background-color: transparent;
    border: 1px solid var(--c4);
}

    #submit:hover {
        background: var(--c4) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0.5) 1%) center/15000%;
        color: #000;
    }

    #submit:active {
        background-color: rgba(255, 255, 255, 0.1);
        background-size: 100%;
    }

.shape-1 {
    height: 300px;
    width: 300px;
    position: absolute;
    background: linear-gradient(45deg, var(--c5), var(--c1));
    border-radius: 50%;
    right: -80px;
    top: -100px;
    z-index: -1;
}

.shape-2 {
    height: 100px;
    width: 100px;
    position: absolute;
    background: linear-gradient( 45deg, var(--c1), var(--c2));
    left: -15px;
    bottom: -25px;
    border-radius: 50%;
}

.shape-3 {
    height: 150px;
    width: 150px;
    position: absolute;
    background: linear-gradient( 45deg, var(--c8), var(--c6));
    border-radius: 50%;
    right: -60px;
    top: -60px;
}

.btn-special {
    background: none;
    border: 1px solid var(--c9) !important;
    color: var(--c9) !important;
}

/*************************/
/*********Social**********/
/*************************/


/*************************/
/*********Footer**********/
/*************************/
.foo-bg {
    background-color: var(--c3);
}

#Address > span {
    background: #4bff00;
    height: 2px;
    width: 120px;
    display: inline-block;
    margin-top: 1%;
    margin-bottom: 4%;
}

#Address > p {
    font-size: 15px;
    color: #fff;
}

    #Address > p > i {
        color: var(--c8);
        vertical-align: middle;
    }

    #Address > p > a {
        color: #fff;
    }

#Address > h4 {
    color: var(--c8);
    font-size: 15px;
}


#Address > ul > li {
    color: #fff;
    list-style: none;
    margin-right: -38px;
}

    #Address > ul > li > a {
        color: #fff;
    }

    #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: 767px) {
    .about h1 {
        font-size: 3rem !important;
    }

    .about {
        line-height: 25px !important;
        font-size: 10pt !important;
    }

    .headline h2 {
        font-size: 20px;
    }
}
