/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
*/
@font-face {
    font-family: Play;
    src: url(/Content/fonts/Play-Regular.ttf);
}

@font-face {
    font-family: Play-Bold;
    src: url(/Content/fonts/Play-Bold.ttf);
}

:root {
    --black: #0355ff;
    --maincolor2: #0036a5;
    --orange: #ffffff;
    --white: #ffffff;
}

html,
body {
    height: 100%;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Play', sans-serif;
}

b {
    font-family: 'Play-Bold', sans-serif;
}

table {
    width: 100%;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Play', sans-serif;
}

a {
    cursor: pointer;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.mt-40 {
    margin-top: 40px;
}

p {
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: black;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1600px !important;
    }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    border-radius: 20px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*---------------------
  Helper CSS
-----------------------*/
.btn-xs {
    padding: 0 5px;
    font-size: 12px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

    .section-title h2 {
        color: #1c1c1c;
        font-weight: 700;
        position: relative;
    }

        .section-title h2:after {
            position: absolute;
            left: 0;
            bottom: -15px;
            right: 0;
            height: 4px;
            width: 80px;
            background: var(--black);
            content: "";
            margin: 0 auto;
        }

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 28px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #dd0606;
    letter-spacing: 2px;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background-color: var(--black);
    border: 1px solid var(--white) !important;
    border: none;
    border-radius: 10px;
}

    .site-btn[disabled] {
        background-color: #6ab0ff;
    }
/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #00000050;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*---------------------
  Header
-----------------------*/

.header__top {
    background: var(--black);
    border-bottom: 1px solid #f5f5f5;
}

.header__top__left {
    padding: 10px 0 13px;
}

    .header__top__left ul li {
        font-size: 14px;
        color: var(--white);
        display: inline-block;
        margin-right: 45px;
        position: relative;
    }

        .header__top__left ul li:after {
            position: absolute;
            right: -25px;
            top: 1px;
            height: 20px;
            width: 1px;
            background: #000000;
            opacity: 0.1;
            content: "";
        }

        .header__top__left ul li:last-child {
            margin-right: 0;
        }

            .header__top__left ul li:last-child:after {
                display: none;
            }

        .header__top__left ul li i {
            color: var(--white);
            margin-right: 5px;
        }

.header__top__right {
    text-align: right;
    padding: 10px 0 13px;
}

.header__top__right__social {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

    .header__top__right__social:after {
        position: absolute;
        right: -20px;
        top: 1px;
        height: 20px;
        width: 1px;
        background: var(--white);
        opacity: 0.2;
        content: "";
    }

    .header__top__right__social a {
        font-size: 14px;
        display: inline-block;
        color: var(--white);
        margin-right: 20px;
    }

        .header__top__right__social a:last-child {
            margin-right: 0;
        }

.header__top__right__language {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}

    .header__top__right__language:hover ul {
        top: 23px;
        opacity: 1;
        visibility: visible;
    }

    .header__top__right__language:after {
        position: absolute;
        right: -21px;
        top: 1px;
        height: 20px;
        width: 1px;
        background: var(--white);
        opacity: 0.2;
        content: "";
    }

    .header__top__right__language img {
        margin-right: 6px;
    }

    .header__top__right__language div {
        font-size: 14px;
        color: var(--white);
        display: inline-block;
        margin-right: 4px;
    }

    .header__top__right__language span {
        font-size: 14px;
        color: var(--white);
        position: relative;
        top: 2px;
    }

    .header__top__right__language ul {
        background: #222222;
        width: 100px;
        text-align: left;
        padding: 5px 0;
        position: absolute;
        left: 0;
        top: 43px;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -ms-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

        .header__top__right__language ul li {
            list-style: none;
        }

            .header__top__right__language ul li a {
                font-size: 14px;
                color: #ffffff;
                padding: 5px 10px;
            }

.header__top__right__auth {
    display: inline-block;
    border: 1.5px solid #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
}

    .header__top__right__auth a {
        display: block;
        font-size: 14px;
        color: var(--white);
    }

        .header__top__right__auth a i {
            margin-right: 6px;
        }

.header__logo {
    padding: 10px 0;
}

    .header__logo a {
        display: inline-block;
    }

.bg-header {
    background: var(--maincolor2);
}

.header__menu {
    padding: 10px 30px;
    background: var(--maincolor2);
}

    .header__menu ul li {
        list-style: none;
        display: inline-block;
        margin-right: 40px;
        position: relative;
    }

        .header__menu ul li .header__menu__dropdown {
            position: absolute;
            left: 0;
            top: 50px;
            background: #222222;
            width: 180px;
            z-index: 9;
            padding: 5px 0;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            -ms-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            opacity: 0;
            visibility: hidden;
        }

            .header__menu ul li .header__menu__dropdown li {
                margin-right: 0;
                display: block;
            }

                .header__menu ul li .header__menu__dropdown li:hover > a {
                    color: var(--white);
                }

                .header__menu ul li .header__menu__dropdown li a {
                    text-transform: capitalize;
                    color: #ffffff;
                    font-weight: 400;
                    padding: 5px 15px;
                }

        .header__menu ul li.active a {
            color: var(--orange);
        }

        .header__menu ul li:hover .header__menu__dropdown {
            top: 30px;
            opacity: 1;
            visibility: visible;
        }

        .header__menu ul li:hover > a {
            color: var(--orange);
        }

        .header__menu ul li:last-child {
            margin-right: 0;
        }

        .header__menu ul li a {
            font-size: 14px;
            color: var(--orange);
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 2px;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            -ms-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            padding: 5px 0;
            display: block;
        }

.header__cart {
    text-align: right;
    padding: 24px 0;
}

    .header__cart ul {
        display: inline-block;
        margin-right: 25px;
    }

        .header__cart ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .header__cart ul li:last-child {
                margin-right: 0;
            }

        .header__cart ul li {
            position: relative;
        }

            .header__cart ul li i {
                font-size: 18px;
                color: var(--orange);
            }

            .header__cart ul li span {
                height: 13px;
                width: 13px;
                background-color: #ff6a3b;
                font-size: 10px;
                color: #ffffff;
                line-height: 13px;
                text-align: center;
                font-weight: 700;
                display: inline-block;
                border-radius: 50%;
                position: absolute;
                top: 0;
                right: -12px;
            }

    .header__cart .header__cart__price {
        font-size: 14px;
        color: var(--orange);
        display: inline-block;
    }

        .header__cart .header__cart__price span {
            color: var(--orange);
            font-weight: 700;
        }

.humberger__menu__wrapper {
    display: none;
}

.humberger__open {
    display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
    padding-bottom: 50px;
}

    .hero.hero-normal {
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .hero.hero-normal .hero__categories {
            position: relative;
        }

            .hero.hero-normal .hero__categories ul {
                display: none;
                position: absolute;
                left: 0;
                top: 46px;
                width: 100%;
                z-index: 9;
                background: #ffffff;
            }

        .hero.hero-normal .hero__search {
            margin-bottom: 0;
        }

.hero__categories__all {
    background-color: #0048dc;
    position: relative;
    padding: 10px 25px 14px 40px;
    cursor: pointer;
}

    .hero__categories__all i {
        font-size: 16px;
        color: white;
        margin-right: 10px;
    }

    .hero__categories__all span {
        font-size: 18px;
        font-weight: 700;
        color: white;
    }

    .hero__categories__all:after {
        position: absolute;
        right: 18px;
        top: 9px;
        content: "3";
        font-family: "ElegantIcons";
        font-size: 18px;
        color: white;
    }

.item-categories_all:after {
    position: absolute;
    right: 33px;
    top: 50px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #000000;
}

.hero__categories ul {
    border: 1px solid #ebebeb;
    position: absolute;
    width: 92%;
    height: 600px;
    overflow: auto;
    background: #fff;
    z-index: 1;
}
    /* width */
    .hero__categories ul::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .hero__categories ul::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .hero__categories ul::-webkit-scrollbar-thumb {
        background: var(--black);
        border-radius: 10px;
    }

    .hero__categories ul li {
        list-style: none;
        transition: 0.2s;
        display: flex;
        align-items: center;
        padding-left: 40px;
    }

        .hero__categories ul li a {
            font-size: 16px;
            color: #1c1c1c;
            line-height: 39px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .hero__categories ul li img {
            margin-right: 10px;
            width: 20px;
            height: 20px;
        }

.hero__search {
    overflow: hidden;
    margin-bottom: 30px;
}

.hero__search__form {
    width: 610px;
    height: 50px;
    border: 1px solid #ebebeb;
    position: relative;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin: 13px 0px;
}

    .hero__search__form form .hero__search__categories {
        width: 30%;
        float: left;
        font-size: 16px;
        color: #1c1c1c;
        font-weight: 700;
        padding-left: 18px;
        padding-top: 11px;
        position: relative;
    }

        .hero__search__form form .hero__search__categories:after {
            position: absolute;
            right: 0;
            top: 14px;
            height: 20px;
            width: 1px;
            background: #000000;
            opacity: 0.1;
            content: "";
        }

        .hero__search__form form .hero__search__categories span {
            position: absolute;
            right: 14px;
            top: 14px;
        }

    .hero__search__form form input {
        width: 100%;
        border: none;
        height: 48px;
        font-size: 16px;
        color: #000;
        padding-left: 20px;
    }

        .hero__search__form form input::placeholder {
            color: #b2b2b2;
        }

    .hero__search__form form button {
        position: absolute;
        right: 0;
        top: -1px;
        height: 50px;
    }

.hero__search__phone {
    float: right;
}

.hero__search__phone__icon {
    font-size: 18px;
    color: var(--white);
    height: 50px;
    width: 50px;
    background: var(--black);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.hero__search__phone__text {
    overflow: hidden;
}

    .hero__search__phone__text h5 {
        color: #1c1c1c;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .hero__search__phone__text span {
        font-size: 14px;
        color: #6f6f6f;
    }

.hero__item {
    height: 331px;
    display: flex;
    align-items: center;
    padding-left: 75px;
}

.hero2__item {
    height: 231px;
    margin-top: 20px;
    object-fit: cover;
}

.hero3__item {
    height: 231px;
    margin-top: 20px;
    object-fit: cover;
}

.hero4__item {
    /*height: 481px;*/
    object-fit: cover;

}

.hero5 {
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    height: 481px;
    object-fit: cover;
}

.hero__text span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    color: #1c1b1b;
}

.hero__text h2 {
    font-size: 46px;
    color: #252525;
    line-height: 52px;
    font-weight: 700;
    margin: 10px 0;
}

.hero__text p {
    margin-bottom: 35px;
}

/*---------------------
  Categories
-----------------------*/

.categories__item {
    height: 270px;
    position: relative;
    transition: 0.5s;
    border-radius: 10px;
}

    .categories__item:hover {
        transform: translateY(-5px);
    }

    .categories__item p {
        position: absolute;
        left: 20px;
        padding: 0px 5px;
        top: 20px;
        background-color: var(--black);
        color: var(--white);
        border-radius: 10px;
    }

    .categories__item img {
        height: 270px;
        object-fit: cover;
        border-radius: 10px;
    }

    .categories__item h5 {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 20px;
        text-align: center;
        font-size: 18px;
        color: #1c1c1c;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: #ffffff;
        display: block;
        padding: 12px 0 10px;
    }

        .categories__item h5 a {
            font-size: 18px;
            color: #1c1c1c;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 12px 0 10px;
            background: #ffffff;
            display: block;
            border-radius: 10px;
        }

.banner__slider.owl-carousel .owl-nav button {
    font-size: 18px;
    color: var(--white);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-35px);
    background: var(--black);
    opacity: 0;
    transition: 0.5s;
    border-radius: 50%;
}

    .banner__slider.owl-carousel .owl-nav button span {
        font-size: 30px;
        line-height: 45px;
    }

.banner__slider:hover.owl-carousel .owl-nav button {
    opacity: 1;
}

.banner__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 35px;
}

.banner2__slider.owl-carousel .owl-nav button {
    font-size: 18px;
    color: var(--white);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-35px);
    background: var(--black);
    opacity: 0;
    transition: 0.5s;
    border-radius: 50%;
}

    .banner2__slider.owl-carousel .owl-nav button span {
        font-size: 30px;
        line-height: 45px;
    }

.banner2__slider:hover.owl-carousel .owl-nav button {
    opacity: 1;
}

.banner2__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 35px;
}

.banner3__slider.owl-carousel .owl-nav button {
    font-size: 18px;
    color: var(--white);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-35px);
    background: var(--black);
    opacity: 0;
    transition: 0.5s;
    border-radius: 50%;
}

    .banner3__slider.owl-carousel .owl-nav button span {
        font-size: 30px;
        line-height: 45px;
    }

.banner3__slider:hover.owl-carousel .owl-nav button {
    opacity: 1;
}

.banner3__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 35px;
}

/*  */
.banner4__slider{
    position: relative;
}
    .banner4__slider.owl-carousel .owl-nav {
        position: absolute;
        top: -18px;
    }

    .banner4__slider.owl-carousel .owl-nav button {
        font-size: 18px;
        color: black;
        height: 52px;
        width: 52px;
        line-height: 52px;
        text-align: center;
        position: absolute;
        left: 35px;
        top: -30px;
        transform: translateY(-35px);
        border-left: 1px solid #d5d5d5;
        transition: 0.5s;
    }

        .banner4__slider.owl-carousel .owl-nav button.owl-prev {
            left: 258px;
        }

        .banner4__slider.owl-carousel .owl-nav button.owl-next {
            left: 314px;
        }

        .banner4__slider.owl-carousel .owl-nav button:hover span {
            color: var(--black);
            font-weight: bold;
        }

@media (max-width: 1600px) {
    .banner4__slider.owl-carousel .owl-nav button.owl-prev {
        left: 250px;
    }

    .banner4__slider.owl-carousel .owl-nav button.owl-next {
        left: 300px;
    }
}

.banner5__slider .nav-item .nav-link {
    padding: 5px;
    border: 1px solid #e0e0e0;
}

    .banner5__slider .nav-item .nav-link.active {
        background: transparent;
        border: 2px solid var(--black);
        position: relative;
    }

    .banner5__slider .nav-item .nav-link img {
        width: 100%;
        height: 100px;
        border-radius: 10px;
        object-fit: contain;
    }
/*  */
.banner5__slider.owl-carousel .owl-nav button {
    font-size: 18px;
    color: var(--white);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-20px);
    background: var(--black);
    opacity: 0;
    transition: 0.5s;
    border-radius: 50%;
}

    .banner5__slider.owl-carousel .owl-nav button span {
        font-size: 20px;
        line-height: 30px;
    }

.banner5__slider:hover.owl-carousel .owl-nav button {
    opacity: 1;
}

.banner5__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}
/* partner owl next prev */
.partner__slider.owl-carousel .owl-nav button {
    font-size: 18px;
    color: var(--white);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-35px);
    background: var(--black);
    opacity: 0;
    transition: 0.5s;
    border-radius: 50%;
}

    .partner__slider.owl-carousel .owl-nav button span {
        font-size: 30px;
        line-height: 45px;
    }

.partner__slider:hover.owl-carousel .owl-nav button {
    opacity: 1;
}

.partner__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 35px;
}

/*---------------------
  Featured
-----------------------*/

.featured {
    padding-top: 80px;
    padding-bottom: 40px;
}

.featured__controls {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    border: 1px solid #d5d5d5;
    /*border-radius: 10px;*/
}

    .featured__controls ul li {
        list-style: none;
        font-size: 18px;
        color: rgb(28, 28, 28);
        display: inline-block;
        position: relative;
        cursor: pointer;
        border-right: 1px solid #d5d5d5;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5px;
    }

        .featured__controls ul li:last-child {
            border-right: none;
        }

        .featured__controls ul li.active:after {
            opacity: 1;
        }

        .featured__controls ul li:after {
            position: absolute;
            left: 50%;
            bottom: -4px;
            width: 50%;
            height: 2px;
            background: var(--black);
            content: "";
            opacity: 0;
            transform: translate(-50%, -50%);
        }

        .featured__controls ul li:last-child {
            margin-right: 0;
        }

.featured__item {
    margin-bottom: 30px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 3px 2px 1px #d5d5d587;
    transition: 0.5s;
}

    .featured__item:hover {
        transform: translateY(-10px);
    }

    .featured__item a {
        cursor: pointer;
    }

.featured__sale {
    position: absolute;
    top: 0px;
    left: 10px;
    background-color: var(--black);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    text-align: center;
}

.featured__item p {
    color: var(--white);
    padding: 5px 10px 0px 10px;
    font-size: 12px;
    line-height: 1.3;
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
    bottom: 15px;
}

.featured__item__pic {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
}

.featured__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .featured__item__pic__hover li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
    }

        .featured__item__pic__hover li:last-child {
            margin-right: 0;
        }

        .featured__item__pic__hover li:hover a {
            background: var(--black);
            border: 1px solid var(--black);
        }

            .featured__item__pic__hover li:hover a i {
                color: #ffffff;
                transform: rotate(360deg);
            }

        .featured__item__pic__hover li a {
            font-size: 16px;
            color: white;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #fe7f02;
            background: #fe7f02;
            display: block;
            border-radius: 50%;
            -webkit-transition: all, 0.5s;
            -moz-transition: all, 0.5s;
            -ms-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
        }

            .featured__item__pic__hover li a i {
                position: relative;
                transform: rotate(0);
                -webkit-transition: all, 0.3s;
                -moz-transition: all, 0.3s;
                -ms-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
            }

.featured__item__text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .featured__item__text a {
        color: #ffc000;
        cursor: pointer;
    }

    .featured__item__text:hover a {
        color: var(--black);
    }

    .featured__item__text h6 {
        margin-bottom: 10px;
    }

    .featured__item__text .product-name {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 2;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding: 0 9px;
    }

    .featured__item__text .title {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 2;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding: 0 9px;
    }

    .featured__item__text h6 a {
        color: #252525;
    }

    .featured__item__text h4 {
        color: #fe7f02;
        font-weight: 700;
    }

#best-selling {
    margin: 0;
}

#best-selling-menu {
    margin-bottom: -10px;
}
/*---------------------
  Form BLog
-----------------------*/

.from-blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .from-blog .blog__item {
        margin-bottom: 30px;
    }

.from-blog__title {
    margin-bottom: 70px;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
    display: flex;
    align-items: center;
    padding: 45px 0 40px;
}

.breadcrumb__text h2 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
}

.breadcrumb__option a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
}

    .breadcrumb__option a:after {
        position: absolute;
        right: -12px;
        top: 13px;
        height: 1px;
        width: 10px;
        background: #ffffff;
        content: "";
    }

.breadcrumb__option span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
}

/*---------------------
  Sidebar
-----------------------*/

.sidebar__item {
    margin-bottom: 35px;
}

    .sidebar__item .list__categories_item {
        padding: 10px;
        border: 1px solid #d5d5d5;
        border-radius: 10px;
    }

        .sidebar__item .list__categories_item .item__li {
            border-bottom: 1px solid #d5d5d5;
        }

            .sidebar__item .list__categories_item .item__li .item {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .sidebar__item .list__categories_item .item__li .item .name {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .sidebar__item .list__categories_item .item__li a i, .sidebar__item .list__categories_item .item__li a img {
                margin-right: 10px;
                position: relative;
                top: 13px;
            }

            .sidebar__item .list__categories_item .item__li a img {
                top: 10px;
            }

            .sidebar__item .list__categories_item .item__li:last-child {
                border: none;
            }

    .sidebar__item.sidebar__item__color--option {
        overflow: hidden;
    }

    .sidebar__item h4 {
        color: #1c1c1c;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .sidebar__item ul li {
        list-style: none;
    }

        .sidebar__item ul li a {
            font-size: 16px;
            color: #1c1c1c;
            line-height: 39px;
            display: block;
        }

    .sidebar__item .latest-product__text {
        position: relative;
    }

        .sidebar__item .latest-product__text h4 {
            margin-bottom: 45px;
        }

        .sidebar__item .latest-product__text .owl-carousel .owl-nav {
            right: 0;
        }

.price-range-wrap .range-slider {
    margin-top: 20px;
}

    .price-range-wrap .range-slider .price-input {
        position: relative;
    }

        .price-range-wrap .range-slider .price-input:after {
            position: absolute;
            left: 38px;
            top: 13px;
            height: 1px;
            width: 5px;
            background: #dd2222;
            content: "";
        }

        .price-range-wrap .range-slider .price-input input {
            font-size: 16px;
            color: #dd2222;
            font-weight: 700;
            max-width: 30%;
            border: none;
            display: inline-block;
        }

.price-range-wrap .price-range {
    border-radius: 0;
}

    .price-range-wrap .price-range.ui-widget-content {
        border: none;
        background: #ebebeb;
        height: 5px;
    }

        .price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
            height: 13px;
            width: 13px;
            border-radius: 50%;
            background: #ffffff;
            border: none;
            -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
            outline: none;
            cursor: pointer;
        }

    .price-range-wrap .price-range .ui-slider-range {
        background: #dd2222;
        border-radius: 0;
    }

        .price-range-wrap
        .price-range
        .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
            background: #dd2222;
        }

.sidebar__item__color {
    float: left;
    width: 40%;
}

    .sidebar__item__color.sidebar__item__color--white label:after {
        border: 2px solid #333333;
        background: transparent;
    }

    .sidebar__item__color.sidebar__item__color--gray label:after {
        background: #e9a625;
    }

    .sidebar__item__color.sidebar__item__color--red label:after {
        background: #d62d2d;
    }

    .sidebar__item__color.sidebar__item__color--black label:after {
        background: #252525;
    }

    .sidebar__item__color.sidebar__item__color--blue label:after {
        background: #249bc8;
    }

    .sidebar__item__color.sidebar__item__color--green label:after {
        background: #3cc032;
    }

    .sidebar__item__color label {
        font-size: 16px;
        color: #333333;
        position: relative;
        padding-left: 32px;
        cursor: pointer;
    }

        .sidebar__item__color label input {
            position: absolute;
            visibility: hidden;
        }

        .sidebar__item__color label:after {
            position: absolute;
            left: 0;
            top: 5px;
            height: 14px;
            width: 14px;
            background: #222;
            content: "";
            border-radius: 50%;
        }

.sidebar__item__size {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
}

    .sidebar__item__size label {
        font-size: 12px;
        color: #6f6f6f;
        display: inline-block;
        padding: 8px 25px 6px;
        background: #f5f5f5;
        cursor: pointer;
        margin-bottom: 0;
    }

        .sidebar__item__size label input {
            position: absolute;
            visibility: hidden;
        }

/*---------------------
  Shop Grid
-----------------------*/

.product {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product__discount {
    padding-bottom: 50px;
}

.product__discount__title {
    text-align: left;
    margin-bottom: 65px;
}

    .product__discount__title h2 {
        display: inline-block;
    }

        .product__discount__title h2:after {
            margin: 0;
            width: 100%;
        }

.product__discount__item:hover
.product__discount__item__pic
.product__item__pic__hover {
    bottom: 20px;
}

.product__discount__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
}

    .product__discount__item__pic .product__discount__percent {
        height: 45px;
        width: 45px;
        background: #dd2222;
        border-radius: 50%;
        font-size: 14px;
        color: #ffffff;
        line-height: 45px;
        text-align: center;
        position: absolute;
        left: 15px;
        top: 15px;
    }

.product__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .product__item__pic__hover li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
    }

        .product__item__pic__hover li:last-child {
            margin-right: 0;
        }

        .product__item__pic__hover li:hover a {
            background: var(--orange);
            border-color: var(--orange);
        }

            .product__item__pic__hover li:hover a i {
                color: #ffffff;
                transform: rotate(360deg);
            }

        .product__item__pic__hover li a {
            font-size: 16px;
            color: #1c1c1c;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #ebebeb;
            background: #ffffff;
            display: block;
            border-radius: 50%;
            -webkit-transition: all, 0.5s;
            -moz-transition: all, 0.5s;
            -ms-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
        }

            .product__item__pic__hover li a i {
                position: relative;
                transform: rotate(0);
                -webkit-transition: all, 0.3s;
                -moz-transition: all, 0.3s;
                -ms-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
            }

.product__discount__item__text {
    text-align: center;
    padding-top: 20px;
}

    .product__discount__item__text span {
        font-size: 14px;
        color: #b2b2b2;
        display: block;
        margin-bottom: 4px;
    }

    .product__discount__item__text h5 {
        margin-bottom: 6px;
    }

        .product__discount__item__text h5 a {
            color: #1c1c1c;
        }

    .product__discount__item__text .product__item__price {
        font-size: 18px;
        color: #1c1c1c;
        font-weight: 700;
    }

        .product__discount__item__text .product__item__price span {
            display: inline-block;
            font-weight: 400;
            text-decoration: line-through;
            margin-left: 10px;
        }

.filter__item {
    padding-top: 45px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.filter__sort {
    margin-bottom: 15px;
}

    .filter__sort span {
        font-size: 16px;
        color: #6f6f6f;
        display: inline-block;
    }

    .filter__sort .nice-select {
        background-color: #fff;
        border-radius: 0;
        border: none;
        display: inline-block;
        float: none;
        height: 0;
        line-height: 0;
        padding-left: 18px;
        padding-right: 30px;
        font-size: 16px;
        color: #1c1c1c;
        font-weight: 700;
        cursor: pointer;
    }

        .filter__sort .nice-select span {
            color: #1c1c1c;
        }

        .filter__sort .nice-select:after {
            border-bottom: 1.5px solid #1c1c1c;
            border-right: 1.5px solid #1c1c1c;
            height: 8px;
            margin-top: 0;
            right: 16px;
            width: 8px;
            top: 1px;
        }

        .filter__sort .nice-select:focus {
            box-shadow: none;
        }

        .filter__sort .nice-select.open .list {
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
        }

        .filter__sort .nice-select .list {
            border-radius: 0;
            margin-top: 0;
            top: 15px;
        }

        .filter__sort .nice-select .option {
            line-height: 30px;
            min-height: 30px;
        }

.filter__found {
    text-align: center;
    margin-bottom: 15px;
}

    .filter__found h6 {
        font-size: 16px;
        color: #b2b2b2;
    }

        .filter__found h6 span {
            color: #1c1c1c;
            font-weight: 700;
            margin-right: 5px;
        }

.filter__option {
    text-align: right;
    margin-bottom: 15px;
}

    .filter__option span {
        font-size: 24px;
        color: #b2b2b2;
        margin-right: 10px;
        cursor: pointer;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -ms-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

        .filter__option span:last-child {
            margin: 0;
        }

        .filter__option span:hover {
            color: var(--orange);
        }

.product__item {
    margin-bottom: 50px;
}

    .product__item:hover .product__item__pic .product__item__pic__hover {
        bottom: 20px;
    }

.product__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.product__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .product__item__pic__hover li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
    }

        .product__item__pic__hover li:last-child {
            margin-right: 0;
        }

        .product__item__pic__hover li:hover a {
            background: var(--orange);
            border-color: var(--orange);
        }

            .product__item__pic__hover li:hover a i {
                color: #ffffff;
                transform: rotate(360deg);
            }

        .product__item__pic__hover li a {
            font-size: 16px;
            color: #1c1c1c;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #ebebeb;
            background: #ffffff;
            display: block;
            border-radius: 50%;
            -webkit-transition: all, 0.5s;
            -moz-transition: all, 0.5s;
            -ms-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
        }

            .product__item__pic__hover li a i {
                position: relative;
                transform: rotate(0);
                -webkit-transition: all, 0.3s;
                -moz-transition: all, 0.3s;
                -ms-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
            }

.product__item__text {
    text-align: center;
    padding-top: 15px;
}

    .product__item__text h6 {
        margin-bottom: 10px;
    }

        .product__item__text h6 a {
            color: #252525;
        }

    .product__item__text h5 {
        color: #252525;
        font-weight: 700;
    }

.product__pagination,
.blog__pagination {
    padding-top: 10px;
}

    .product__pagination a,
    .blog__pagination a {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #b2b2b2;
        font-size: 14px;
        color: #b2b2b2;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        margin-right: 16px;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -ms-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

        .product__pagination a:hover,
        .blog__pagination a:hover, .product__pagination .active {
            background: var(--black);
            border-color: var(--black);
            color: #ffffff;
        }

        .product__pagination a:last-child,
        .blog__pagination a:last-child {
            margin-right: 0;
        }
/*---------------------
  Shop Details
-----------------------*/
.product-details {
    padding-top: 80px;
}

.product__details__pic__item {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

    .product__details__pic__item img {
        min-width: 100%;
        height: 500px;
        object-fit: cover;
    }

.product__details__pic__slider img {
    cursor: pointer;
}

.product__details__pic__slider.owl-carousel .owl-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border: 1px solid #eee;
}

.product__details__text h3 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 16px;
}

.product__details__text .product__details__rating {
    font-size: 14px;
    margin-bottom: 12px;
}

    .product__details__text .product__details__rating i {
        margin-right: -2px;
        color: #edbb0e;
    }

    .product__details__text .product__details__rating span {
        color: #dd2222;
        margin-left: 4px;
    }

.product__details__text .product__details__price {
    font-size: 30px;
    color: #dd2222;
    font-weight: 600;
}

.product__details__text .product__details__price__sale {
    margin-right: 20px;
    margin-bottom: 0px;
    text-decoration: line-through;
    color: black;
    font-weight: 700;
}

.product__details__text p {
    margin-bottom: 15px;
}

.product__details__text .primary-btn {
    padding: 16px 16px 14px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.product__details__text .heart-icon {
    display: inline-block;
    font-size: 16px;
    color: #dd0606;
    padding: 13px 16px 13px;
    border: 1px solid #dd0606;
}

.product__details__text ul {
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
    margin-top: 50px;
}

.product__details__text ol {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 10px;
    list-style: none;
}

.product__details__text ul li {
    font-size: 16px;
    color: #1c1c1c;
    list-style: none;
    line-height: 36px;
}

.product__details__text ol li {
    font-size: 16px;
    color: #1c1c1c;
    list-style: none;
    line-height: 36px;
}

.product__details__text ul li b {
    font-weight: 700;
    width: 170px;
    display: inline-block;
}

.product__details__text ol li b {
    font-weight: 700;
    width: 170px;
    display: inline-block;
}

.product__details__text ul li span samp {
    color: #dd2222;
}

.product__details__text ul li .share {
    display: inline-block;
}

    .product__details__text ul li .share a {
        display: inline-block;
        font-size: 15px;
        color: #1c1c1c;
        margin-right: 25px;
    }

        .product__details__text ul li .share a:last-child {
            margin-right: 0;
        }

.product__details__quantity {
    display: inline-block;
    margin-right: 6px;
}

.pro-qty {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}

    .pro-qty input {
        height: 100%;
        width: 100%;
        font-size: 16px;
        color: #6f6f6f;
        width: 50px;
        border: none;
        background: #f5f5f5;
        text-align: center;
    }

    .pro-qty .qtybtn {
        width: 35px;
        font-size: 16px;
        color: #6f6f6f;
        cursor: pointer;
        display: inline-block;
    }

.product__details__tab {
    padding-top: 85px;
}

    .product__details__tab .nav-tabs {
        border-bottom: none;
        justify-content: center;
        position: relative;
    }

        .product__details__tab .nav-tabs:before {
            position: absolute;
            left: 0;
            top: 12px;
            height: 1px;
            width: 420px;
            background: #dd0606;
            content: "";
        }

        .product__details__tab .nav-tabs:after {
            position: absolute;
            right: 0;
            top: 12px;
            height: 1px;
            width: 420px;
            background: #dd0606;
            content: "";
        }

        .product__details__tab .nav-tabs li {
            margin-bottom: 0;
            margin-right: 65px;
        }

            .product__details__tab .nav-tabs li:last-child {
                margin-right: 0;
            }

            .product__details__tab .nav-tabs li a {
                font-size: 16px;
                color: #999999;
                font-weight: 700;
                border: none;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                padding: 0;
            }

    .product__details__tab .product__details__tab__desc {
        padding-top: 10px;
    }

        .product__details__tab .product__details__tab__desc h6 {
            font-weight: 700;
            color: #333333;
            margin-bottom: 26px;
        }

        .product__details__tab .product__details__tab__desc p {
            color: #666666;
        }

/*---------------------
  Shop Details
-----------------------*/

.related-product {
    padding-bottom: 30px;
}

.related__product__title {
    margin-bottom: 70px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shoping-cart {
    padding-top: 80px;
    padding-bottom: 80px;
}

.shoping__cart__table {
    margin-bottom: 50px;
    height: 500px;
    overflow: auto;
}

    .shoping__cart__table table {
        width: 100%;
        text-align: center;
    }

        .shoping__cart__table table thead tr {
            border-bottom: 1px solid #ebebeb;
        }

        .shoping__cart__table table thead th {
            display: flex;
            align-items: center;
        }

            .shoping__cart__table table thead th img {
                width: 50px;
            }

            .shoping__cart__table table thead th p {
                font-size: 20px;
                font-weight: 700;
                color: #1c1c1c;
                margin-bottom: 0px;
                padding-left: 10px;
            }

            .shoping__cart__table table thead th.shoping__product {
                text-align: left;
            }

        .shoping__cart__table table tbody tr td {
            padding-top: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #ebebeb;
        }

            .shoping__cart__table table tbody tr td.shoping__cart__item {
                width: 630px;
                text-align: left;
            }

                .shoping__cart__table table tbody tr td.shoping__cart__item img {
                    display: inline-block;
                    margin-right: 25px;
                    width: 100px;
                    height: 100px;
                    object-fit: contain;
                }

                .shoping__cart__table table tbody tr td.shoping__cart__item h5 {
                    color: #1c1c1c;
                    display: inline-block;
                }

            .shoping__cart__table table tbody tr td.shoping__cart__price {
                font-size: 18px;
                color: #1c1c1c;
                font-weight: 700;
                width: 100px;
            }

            .shoping__cart__table table tbody tr td.shoping__cart__total {
                font-size: 18px;
                color: #1c1c1c;
                font-weight: 700;
                width: 110px;
            }

            .shoping__cart__table table tbody tr td.shoping__cart__item__close {
                text-align: right;
                min-width: 100px;
            }

                .shoping__cart__table table tbody tr td.shoping__cart__item__close span {
                    font-size: 24px;
                    color: #b2b2b2;
                    cursor: pointer;
                }

            .shoping__cart__table table tbody tr td.shoping__cart__quantity {
                width: 225px;
            }

                .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
                    width: 120px;
                    height: 40px;
                }

                    .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
                        color: #1c1c1c;
                    }

                        .shoping__cart__table
                        table
                        tbody
                        tr
                        td.shoping__cart__quantity
                        .pro-qty
                        input::placeholder {
                            color: #1c1c1c;
                        }

                    .shoping__cart__table
                    table
                    tbody
                    tr
                    td.shoping__cart__quantity
                    .pro-qty
                    .qtybtn {
                        width: 15px;
                    }

.primary-btn.cart-btn {
    color: #6f6f6f;
    padding: 14px 30px 12px;
    background: #f5f5f5;
}

    .primary-btn.cart-btn span {
        font-size: 14px;
    }

    .primary-btn.cart-btn.cart-btn-right {
        float: right;
    }

.shoping__discount {
    margin-top: 45px;
}

    .shoping__discount h5 {
        font-size: 20px;
        color: #1c1c1c;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .shoping__discount form input {
        width: 255px;
        height: 46px;
        border: 1px solid #cccccc;
        font-size: 16px;
        color: #b2b2b2;
        text-align: center;
        display: inline-block;
        margin-right: 15px;
    }

        .shoping__discount form input::placeholder {
            color: #b2b2b2;
        }

    .shoping__discount form button {
        padding: 15px 30px 11px;
        font-size: 12px;
        letter-spacing: 4px;
        background: #6f6f6f;
    }

.shoping__checkout {
    background: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    margin-top: 50px;
}

    .shoping__checkout h5 {
        color: #1c1c1c;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 28px;
    }

    .shoping__checkout ul {
        margin-bottom: 28px;
    }

        .shoping__checkout ul li {
            font-size: 16px;
            color: #1c1c1c;
            font-weight: 700;
            list-style: none;
            overflow: hidden;
            border-bottom: 1px solid #ebebeb;
            padding-bottom: 13px;
            margin-bottom: 18px;
        }

            .shoping__checkout ul li:last-child {
                padding-bottom: 0;
                border-bottom: none;
                margin-bottom: 0;
            }

            .shoping__checkout ul li span {
                font-size: 18px;
                color: #dd2222;
                float: right;
            }

    .shoping__checkout .primary-btn {
        display: block;
        text-align: center;
    }

/*---------------------
  Checkout
-----------------------*/

.checkout {
    padding-top: 80px;
    padding-bottom: 60px;
}

    .checkout h6 {
        color: #999999;
        text-align: center;
        background: #f5f5f5;
        border-top: 1px solid #6ab963;
        padding: 12px 0 12px;
        margin-bottom: 75px;
    }

        .checkout h6 span {
            font-size: 16px;
            color: #6ab963;
            margin-right: 5px;
        }

        .checkout h6 a {
            text-decoration: underline;
            color: #999999;
        }

.checkout__form h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.checkout__form p {
    column-rule: #b2b2b2;
}

.checkout__input {
    margin-bottom: 24px;
}

    .checkout__input p {
        color: #1c1c1c;
        margin-bottom: 20px;
    }

        .checkout__input p span {
            color: #dd2222;
        }

    .checkout__input input {
        width: 100%;
        height: 46px;
        border: 1px solid #ebebeb;
        padding-left: 20px;
        font-size: 16px;
        color: #b2b2b2;
        border-radius: 4px;
    }

        .checkout__input input.checkout__input__add {
            margin-bottom: 20px;
        }

        .checkout__input input::placeholder {
            color: #b2b2b2;
        }

.checkout__input__checkbox {
    margin-bottom: 10px;
}

    .checkout__input__checkbox label {
        position: relative;
        font-size: 16px;
        color: #1c1c1c;
        padding-left: 40px;
        cursor: pointer;
    }

        .checkout__input__checkbox label input {
            position: absolute;
            visibility: hidden;
        }

            .checkout__input__checkbox label input:checked ~ .checkmark {
                background: var(--orange);
                border-color: var(--orange);
            }

                .checkout__input__checkbox label input:checked ~ .checkmark:after {
                    opacity: 1;
                }

        .checkout__input__checkbox label .checkmark {
            position: absolute;
            left: 0;
            top: 4px;
            height: 16px;
            width: 14px;
            border: 1px solid #a6a6a6;
            content: "";
            border-radius: 4px;
        }

            .checkout__input__checkbox label .checkmark:after {
                position: absolute;
                left: 1px;
                top: 1px;
                width: 10px;
                height: 8px;
                border: solid white;
                border-width: 3px 3px 0px 0px;
                -webkit-transform: rotate(127deg);
                -ms-transform: rotate(127deg);
                transform: rotate(127deg);
                content: "";
                opacity: 0;
            }

.checkout__order {
    background: #f5f5f5;
    padding: 40px;
    padding-top: 30px;
}

    .checkout__order h4 {
        color: #1c1c1c;
        font-weight: 700;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .checkout__order .checkout__order__products {
        font-size: 18px;
        color: #1c1c1c;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .checkout__order .checkout__order__products span {
            float: right;
        }

    .checkout__order ul {
        margin-bottom: 12px;
    }

        .checkout__order ul li {
            font-size: 16px;
            color: #6f6f6f;
            line-height: 40px;
            list-style: none;
        }

            .checkout__order ul li span {
                font-weight: 700;
                float: right;
            }

    .checkout__order .checkout__order__subtotal {
        font-size: 18px;
        color: #1c1c1c;
        font-weight: 700;
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-top: 15px;
    }

        .checkout__order .checkout__order__subtotal span {
            float: right;
        }

    .checkout__order .checkout__input__checkbox label {
        padding-left: 20px;
    }

    .checkout__order .checkout__order__total {
        font-size: 18px;
        color: #1c1c1c;
        font-weight: 700;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

        .checkout__order .checkout__order__total span {
            float: right;
            color: #dd2222;
        }

    .checkout__order button {
        font-size: 18px;
        letter-spacing: 2px;
        width: 100%;
        margin-top: 10px;
    }

/*---------------------
  Blog
-----------------------*/

.blog__item {
    padding: 0px;
    /*background: #f5f5f5;*/
    border-radius: 20px;
    min-height: 550px;
}

.blog__item__pic img {
    min-width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.blog__item__text {
    padding: 25px 30px 10px;
}

    .blog__item__text ul {
        margin-bottom: 15px;
    }

        .blog__item__text ul li {
            font-size: 16px;
            color: #b2b2b2;
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .blog__item__text ul li:last-child {
                margin-right: 0;
            }

    .blog__item__text h5 {
        margin-bottom: 12px;
    }

        .blog__item__text h5 a {
            font-size: 20px;
            color: #1c1c1c;
            font-weight: 700;
        }

    .blog__item__text p {
        margin-bottom: 25px;
    }

    .blog__item__text .blog__btn {
        display: inline-block;
        font-size: 14px;
        color: #1c1c1c;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid var(--black);
        padding: 14px 20px 12px;
        border-radius: 25px;
        transition: 0.3s;
    }

        .blog__item__text .blog__btn:hover {
            background-color: var(--black);
            color: white;
        }

        .blog__item__text .blog__btn span {
            position: relative;
            top: 1px;
            margin-left: 5px;
        }

.blog__pagination {
    padding-top: 5px;
    position: relative;
}

    .blog__pagination:before {
        position: absolute;
        left: 0;
        top: -29px;
        height: 1px;
        width: 100%;
        background: #000000;
        opacity: 0.1;
        content: "";
    }

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
    padding-top: 50px;
}

.blog__sidebar__item {
    margin-bottom: 50px;
}

    .blog__sidebar__item h4 {
        color: #1c1c1c;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .blog__sidebar__item ul li {
        list-style: none;
    }

        .blog__sidebar__item ul li a {
            font-size: 16px;
            color: #666666;
            line-height: 48px;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            -ms-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
        }

            .blog__sidebar__item ul li a:hover {
                color: var(--black);
            }

.blog__sidebar__search {
    margin-bottom: 50px;
}

    .blog__sidebar__search form {
        position: relative;
    }

        .blog__sidebar__search form input {
            width: 100%;
            height: 46px;
            font-size: 16px;
            color: #6f6f6f;
            padding-left: 15px;
            border: 1px solid #e1e1e1;
            border-radius: 20px;
        }

            .blog__sidebar__search form input::placeholder {
                color: #6f6f6f;
            }

        .blog__sidebar__search form button {
            font-size: 16px;
            color: #6f6f6f;
            background: transparent;
            border: none;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            padding: 0px 18px;
        }

.blog__sidebar__recent .blog__sidebar__recent__item {
    display: block;
}

    .blog__sidebar__recent .blog__sidebar__recent__item:last-child {
        margin-bottom: 0;
    }

.blog__sidebar__recent__item {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog__sidebar__recent__item__pic {
    float: left;
    margin-right: 20px;
}

.blog__sidebar__recent__item__text {
    overflow: hidden;
}

    .blog__sidebar__recent__item__text h6 {
        font-weight: 700;
        color: #333333;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .blog__sidebar__recent__item__text span {
        font-size: 12px;
        color: #999999;
        text-transform: uppercase;
    }

.blog__sidebar__item__tags a {
    font-size: 16px;
    color: #6f6f6f;
    background: #f5f5f5;
    display: inline-block;
    padding: 7px 26px 5px;
    margin-right: 6px;
    margin-bottom: 10px;
}

/*---------------------
  Blog Details Hero
-----------------------*/

.blog-details-hero {
    height: 350px;
    display: flex;
    align-items: center;
}

.blog__details__hero__text {
    text-align: center;
}

    .blog__details__hero__text h2 {
        font-size: 46px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .blog__details__hero__text ul li {
        font-size: 16px;
        color: #ffffff;
        list-style: none;
        display: inline-block;
        margin-right: 45px;
        position: relative;
    }

        .blog__details__hero__text ul li:after {
            position: absolute;
            right: -26px;
            top: 0;
            content: "|";
        }

        .blog__details__hero__text ul li:last-child {
            margin-right: 0;
        }

            .blog__details__hero__text ul li:last-child:after {
                display: none;
            }

/*---------------------
  Blog Details
-----------------------*/

.related-blog {
    padding-top: 70px;
    padding-bottom: 10px;
}

.related-blog-title {
    margin-bottom: 70px;
}

.blog-details {
    padding-bottom: 75px;
    border-bottom: 1px solid #e1e1e1;
}

.blog__details__text {
    margin-bottom: 45px;
}

    .blog__details__text img {
        margin-bottom: 30px;
    }

    .blog__details__text p {
        font-size: 18px;
        line-height: 30px;
    }

    .blog__details__text h3 {
        color: #333333;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 30px;
    }

.blog__details__author__pic {
    float: left;
    margin-right: 15px;
}

    .blog__details__author__pic img {
        height: 92px;
        width: 92px;
        border-radius: 50%;
    }

.blog__details__author__text {
    overflow: hidden;
    padding-top: 30px;
}

    .blog__details__author__text h6 {
        color: #1c1c1c;
        font-weight: 700;
    }

    .blog__details__author__text span {
        font-size: 16px;
        color: #6f6f6f;
    }

.blog__details__widget ul {
    margin-bottom: 5px;
}

    .blog__details__widget ul li {
        font-size: 16px;
        color: #6f6f6f;
        list-style: none;
        line-height: 30px;
    }

        .blog__details__widget ul li span {
            color: #1c1c1c;
            font-weight: 700;
        }

.blog__details__widget .blog__details__social a {
    display: inline-block;
    font-size: 20px;
    color: #6f6f6f;
    margin-right: 24px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .blog__details__widget .blog__details__social a:hover {
        color: var(--orange);
    }

    .blog__details__widget .blog__details__social a:last-child {
        margin-right: 0;
    }

/*---------------------
  Footer
-----------------------*/

.footer {
    background: url(/Content/images/bg_footer.jpg) center no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 0;
}

.footer__about {
    margin-bottom: 30px;
}

    .footer__about ul li {
        font-size: 16px;
        color: var(--white);
        line-height: 36px;
        list-style: none;
    }

.footer__about__logo {
    margin-bottom: 15px;
}

    .footer__about__logo a img {
        width: 100%;
        max-width: 120px;
    }

.footer__widget {
    margin-bottom: 30px;
    overflow: hidden;
}

    .footer__widget h6 {
        color: var(--white);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .footer__widget ul li {
        list-style: none;
    }

        .footer__widget ul li a {
            color: var(--white);
            font-size: 14px;
            line-height: 32px;
        }

    .footer__widget p {
        font-size: 14px;
        color: var(--white);
        margin-bottom: 30px;
    }

    .footer__widget form {
        position: relative;
        margin-bottom: 30px;
    }

        .footer__widget form input {
            width: 100%;
            font-size: 16px;
            padding-left: 20px;
            color: #1c1c1c;
            height: 46px;
            border: 1px solid #ededed;
        }

            .footer__widget form input::placeholder {
                color: #1c1c1c;
            }

        .footer__widget form button {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0 26px;
            height: 100%;
        }

    .footer__widget .footer__widget__social a {
        display: inline-block;
        height: 41px;
        width: 41px;
        font-size: 16px;
        color: #404040;
        border: 1px solid #ededed;
        border-radius: 50%;
        line-height: 38px;
        text-align: center;
        background: #ffffff;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -ms-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
        margin-right: 10px;
    }

        .footer__widget .footer__widget__social a:last-child {
            margin-right: 0;
        }

        .footer__widget .footer__widget__social a:hover {
            background: var(--black);
            color: #ffffff;
            border-color: var(--orange);
        }

.footer__copyright {
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    overflow: hidden;
    margin-top: 20px;
}

.footer__copyright__text {
    font-size: 14px;
    color: #1c1c1c;
    float: left;
    line-height: 25px;
}

.footer__copyright__payment {
    float: right;
}

/*---------------------
  Contact
-----------------------*/

.contact {
    padding-top: 80px;
    padding-bottom: 50px;
}

.contact__widget {
    margin-bottom: 30px;
}

    .contact__widget span {
        font-size: 36px;
        color: var(--orange);
    }

    .contact__widget h4 {
        color: #1c1c1c;
        font-weight: 700;
        margin-bottom: 6px;
        margin-top: 18px;
    }

    .contact__widget p {
        color: #666666;
        margin-bottom: 0;
    }

/*---------------------
  Map
-----------------------*/

.map {
    height: 500px;
    position: relative;
}

    .map iframe {
        width: 100%;
    }

    .map .map-inside {
        position: absolute;
        left: 50%;
        top: 160px;
        -webkit-transform: translateX(-175px);
        -ms-transform: translateX(-175px);
        transform: translateX(-175px);
    }

        .map .map-inside i {
            font-size: 48px;
            color: var(--orange);
            position: absolute;
            bottom: -75px;
            left: 50%;
            -webkit-transform: translateX(-18px);
            -ms-transform: translateX(-18px);
            transform: translateX(-18px);
        }

        .map .map-inside .inside-widget {
            width: 350px;
            background: #ffffff;
            text-align: center;
            padding: 23px 0;
            position: relative;
            z-index: 1;
            -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
            box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
        }

            .map .map-inside .inside-widget:after {
                position: absolute;
                left: 50%;
                bottom: -30px;
                -webkit-transform: translateX(-6px);
                -ms-transform: translateX(-6px);
                transform: translateX(-6px);
                border: 12px solid transparent;
                border-top: 30px solid #ffffff;
                content: "";
                z-index: -1;
            }

            .map .map-inside .inside-widget h4 {
                font-size: 22px;
                font-weight: 700;
                color: #1c1c1c;
                margin-bottom: 4px;
            }

            .map .map-inside .inside-widget ul li {
                list-style: none;
                font-size: 16px;
                color: #666666;
                line-height: 26px;
            }

/*---------------------
  Contact Form
-----------------------*/

.contact__form__title {
    margin-bottom: 50px;
    text-align: center;
}

    .contact__form__title h2 {
        color: #1c1c1c;
        font-weight: 700;
    }

.contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .contact-form form input {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #6f6f6f;
        padding-left: 20px;
        margin-bottom: 30px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
    }

        .contact-form form input::placeholder {
            color: #6f6f6f;
        }

    .contact-form form textarea {
        width: 100%;
        height: 150px;
        font-size: 16px;
        color: #6f6f6f;
        padding-left: 20px;
        margin-bottom: 24px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        padding-top: 12px;
        resize: none;
    }

        .contact-form form textarea::placeholder {
            color: #6f6f6f;
        }

    .contact-form form button {
        font-size: 18px;
        letter-spacing: 2px;
    }

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__menu ul li {
        margin-right: 45px;
    }

    .hero__search__form {
        width: 490px;
    }

    .hero__categories__all {
        padding: 10px 25px 10px 20px;
    }

    .hero__categories ul {
        padding-left: 20px;
    }

    .latest-product__slider.owl-carousel .owl-nav {
        right: 0;
    }

    .product__details__tab .nav-tabs:before {
        width: 265px;
    }

    .product__details__tab .nav-tabs:after {
        width: 265px;
    }

    .shoping__discount form input {
        width: 240px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__categories {
        margin-bottom: 30px;
    }

    .hero__search__form {
        width: 485px;
    }

    .categories__slider.owl-carousel .owl-nav button {
        left: -20px;
    }

        .categories__slider.owl-carousel .owl-nav button.owl-next {
            right: -20px;
        }

    .filter__sort .nice-select {
        padding-left: 5px;
        padding-right: 28px;
    }

    .product__details__quantity {
        margin-bottom: 10px;
    }

    .product__details__text .primary-btn {
        margin-bottom: 10px;
    }

    .product__details__tab .nav-tabs:before {
        width: 150px;
    }

    .product__details__tab .nav-tabs:after {
        width: 150px;
    }

    .blog__details__author {
        overflow: hidden;
        margin-bottom: 25px;
    }

    .humberger__open {
        display: block;
        font-size: 22px;
        color: #1c1c1c;
        height: 35px;
        width: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid #1c1c1c;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 22px;
    }

    .header .container {
        position: relative;
    }

    .humberger__menu__wrapper {
        width: 300px;
        background: #ffffff;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 99;
        padding: 30px;
        padding-top: 50px;
        opacity: 0;
        display: block;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

        .humberger__menu__wrapper.show__humberger__menu__wrapper {
            opacity: 1;
            left: 0;
        }

    .humberger__menu__logo {
        margin-bottom: 30px;
    }

        .humberger__menu__logo a {
            display: inline-block;
        }

    .humberger__menu__contact {
        padding: 10px 0 13px;
    }

        .humberger__menu__contact ul li {
            font-size: 14px;
            color: #1c1c1c;
            position: relative;
            line-height: 30px;
            list-style: none;
        }

            .humberger__menu__contact ul li i {
                color: #252525;
                margin-right: 5px;
            }

    .humberger__menu__cart ul {
        display: inline-block;
        margin-right: 25px;
    }

        .humberger__menu__cart ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .humberger__menu__cart ul li:last-child {
                margin-right: 0;
            }

            .humberger__menu__cart ul li a {
                position: relative;
            }

                .humberger__menu__cart ul li a i {
                    font-size: 18px;
                    color: #1c1c1c;
                }

                .humberger__menu__cart ul li a span {
                    height: 13px;
                    width: 13px;
                    background: var(--orange);
                    font-size: 10px;
                    color: #ffffff;
                    line-height: 13px;
                    text-align: center;
                    font-weight: 700;
                    display: inline-block;
                    border-radius: 50%;
                    position: absolute;
                    top: 0;
                    right: -12px;
                }

    .humberger__menu__cart .header__cart__price {
        font-size: 14px;
        color: #6f6f6f;
        display: inline-block;
    }

        .humberger__menu__cart .header__cart__price span {
            color: #252525;
            font-weight: 700;
        }

    .humberger__menu__cart {
        margin-bottom: 25px;
    }

    .humberger__menu__widget {
        margin-bottom: 20px;
    }

        .humberger__menu__widget .header__top__right__language {
            margin-right: 20px;
        }

    .humberger__menu__nav {
        display: none;
    }

    .humberger__menu__wrapper .header__top__right__social {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }

    .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }

    .humberger__menu__wrapper .slicknav_nav {
        display: block !important;
    }

    .humberger__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }

    .humberger__menu__wrapper .slicknav_nav a {
        color: #1c1c1c;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

        .humberger__menu__wrapper .slicknav_nav a:hover {
            -webkit-border-radius: 0;
            border-radius: 0;
            background: transparent;
            color: var(--orange);
        }

    .humberger__menu__wrapper .slicknav_nav .slicknav_row,
    .humberger__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }

    .humberger__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

        .humberger__menu__overlay.active {
            visibility: visible;
        }

    .header__top {
        display: none;
    }

    .header__menu {
        display: none;
    }

    .header__cart {
        text-align: center;
        padding: 10px 0 24px;
    }

    .over_hid {
        overflow: hidden;
    }
}
.comment_container {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
    .product-details {
        padding-top: 18px;
    }
    .product__details__pic__item img {
        height: 300px;
    }
    .breadcrumb__text h2{
        font-size: 20px;
    }
    .hero__categories {
        margin-bottom: 30px;
    }

    .hero__search {
        margin-bottom: 30px;
    }

    .hero__search__form {
        width: 100%;
    }

        .hero__search__form form input {
            width: 100%;
        }

        .hero__search__form form .hero__search__categories {
            display: none;
        }

    .hero__search__phone {
        float: left;
        margin-top: 30px;
    }

    .categories__slider.owl-carousel .owl-nav {
        text-align: center;
        margin-top: 40px;
    }

        .categories__slider.owl-carousel .owl-nav button {
            position: relative;
            left: 0;
            top: 0;
            -webkit-transform: translateY(0);
        }

            .categories__slider.owl-carousel .owl-nav button.owl-next {
                right: -10px;
            }

    .footer__copyright {
        text-align: center;
    }

    .footer__copyright__text {
        float: none;
        margin-bottom: 25px;
    }

    .footer__copyright__payment {
        float: none;
    }

    .filter__item {
        text-align: center;
    }

    .filter__option {
        text-align: center;
    }

    .product__details__pic {
        margin-bottom: 40px;
    }

    .product__details__tab .nav-tabs:before {
        display: none;
    }

    .product__details__tab .nav-tabs:after {
        display: none;
    }

    .shoping__cart__table {
        overflow-y: auto;
    }

    .shoping__discount form input {
        margin-bottom: 15px;
    }

    .blog__details__author {
        overflow: hidden;
        margin-bottom: 25px;
    }

    .humberger__open {
        display: block;
        font-size: 22px;
        color: var(--white);
        height: 35px;
        width: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid var(--white);
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 22px;
        border-radius: 10px;
    }

    .header .container {
        position: relative;
    }

    .humberger__menu__wrapper {
        width: 300px;
        background: var(--black);
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 99;
        padding: 30px;
        opacity: 0;
        display: block;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

        .humberger__menu__wrapper.show__humberger__menu__wrapper {
            opacity: 1;
            left: 0;
        }

    .humberger__menu__logo {
        margin-bottom: 30px;
        width: 120px;
    }

        .humberger__menu__logo a {
            display: inline-block;
        }

    .humberger__menu__contact {
        padding: 10px 0 13px;
    }

        .humberger__menu__contact ul li {
            font-size: 14px;
            color: var(--white);
            position: relative;
            line-height: 30px;
            list-style: none;
        }

            .humberger__menu__contact ul li i {
                color: var(--white);
                margin-right: 5px;
            }

    .humberger__menu__cart ul {
        display: inline-block;
        margin-right: 25px;
    }

        .humberger__menu__cart ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .humberger__menu__cart ul li:last-child {
                margin-right: 0;
            }

            .humberger__menu__cart ul li a {
                position: relative;
            }

                .humberger__menu__cart ul li a i {
                    font-size: 18px;
                    color: var(--white);
                }

                .humberger__menu__cart ul li a span {
                    height: 13px;
                    width: 13px;
                    background: #fe7f02;
                    font-size: 10px;
                    color: var(--white);
                    line-height: 13px;
                    text-align: center;
                    font-weight: 700;
                    display: inline-block;
                    border-radius: 50%;
                    position: absolute;
                    top: 0;
                    right: -12px;
                }

    .humberger__menu__cart .header__cart__price {
        font-size: 14px;
        color: var(--orange);
        display: inline-block;
    }

        .humberger__menu__cart .header__cart__price span {
            color: var(--white);
            font-weight: 700;
        }

    .humberger__menu__cart .header__cart {
        text-align: left;
    }

    .humberger__menu__widget {
        margin-bottom: 20px;
    }

        .humberger__menu__widget .header__top__right__language {
            margin-right: 20px;
        }

    .humberger__menu__nav {
        display: none;
    }

    .humberger__menu__wrapper .header__top__right__social {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }

    .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }

    .humberger__menu__wrapper .slicknav_nav {
        display: block !important;
    }

    .humberger__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }

    .humberger__menu__wrapper .slicknav_nav a {
        color: var(--white);
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

        .humberger__menu__wrapper .slicknav_nav a:hover {
            -webkit-border-radius: 0;
            border-radius: 0;
            background: transparent;
            color: var(--orange);
        }

    .humberger__menu__wrapper .slicknav_nav .slicknav_row,
    .humberger__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }

    .humberger__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

        .humberger__menu__overlay.active {
            visibility: visible;
        }

    .header__top {
        display: none;
    }

    .header__menu {
        display: none;
    }
    .header-cart {
        position: absolute;
        top: 18px;
    }
        .header-cart .header__cart__price{
            display: none;
        }
        .header__cart {
            text-align: right;
            padding: 10px 0 24px;
            margin-right: 50px;
        }
            .header__cart ul li i{
                font-size: 25px;
            }
            .header__cart ul li span {
                height: 18px;
                width: 18px;
                font-size: 13px;
                top: -6px;
                padding-top: 1px;
            }

            .over_hid {
                overflow: hidden;
            }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .hero__search__form form .hero__search__categories {
        display: none;
    }

    .featured__controls ul li {
        margin-bottom: 10px;
    }

    .product__details__text ul li b {
        width: 100px;
    }

    .product__details__tab .nav-tabs li {
        margin-right: 20px;
    }

    .shoping__cart__btns {
        text-align: center;
    }

    .primary-btn.cart-btn.cart-btn-right {
        float: none;
        margin-top: 10px;
    }

    .shoping__checkout .primary-btn {
        display: block;
        text-align: center;
        padding: 10px 15px 10px;
    }

    .map .map-inside {
        -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
        transform: translateX(-125px);
    }

        .map .map-inside .inside-widget {
            width: 250px;
        }

    .product__details__tab .nav-tabs li {
        margin-right: 15px;
    }

    .shoping__discount form input {
        width: 100%;
    }

    .checkout__order {
        padding: 20px;
    }

    .blog__details__hero__text h2 {
        font-size: 24px;
    }

    .featured {
        padding-top: 0px;
    }

    .banner__pic-left img,
    .banner__pic-right img {
        height: auto !important;
    }
}

/* cusstom dương */
.header-custom {
    background-color: var(--black);
}

.show-item-categories_all {
    border: none !important;
}

.banner__pic-left {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .banner__pic-left img {
        width: 100%;
        height: 510px;
        object-fit: cover;
        transition: 0.5s;
    }

.banner__pic-right {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .banner__pic-right img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: 0.5s;
    }

    .banner__pic-left:hover img,
    .banner__pic-right:hover img {
        transform: scale(1.03);
    }

.partner {
    border-top: 1px solid black;
    padding-top: 20px;
    margin-bottom: 30px;
}

.partner__item {
    padding: 0px 45px;
    border: 1px solid darkgrey;
    border-radius: 20px;
}

    .partner__item img {
        max-width: 150px;
        margin: auto;
    }

.featured__item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .featured__item__price h6 {
        margin-right: 20px;
        margin-bottom: 0px;
        text-decoration: line-through;
        color: black;
        font-weight: 700;
    }

/*=============================== product ================================ */
.product__color .form-check-label input {
    display: none;
}

.product__color .form-check-label img {
    border-radius: 1000rem;
    margin: 0px 10px 20px 0px;
}

#choose__color label input:checked + img {
    outline: 2px solid black;
}

.top__categories .top__categories__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}

.top__categories__title h2 {
    font-weight: 700;
    font-size: 19px;
    position: relative;
    white-space: nowrap;
}

    .top__categories__title h2::after {
        content: "";
        position: absolute;
        width: 10px;
        top: -15px;
        left: -30px;
        height: 54px;
        background-color: var(--maincolor2);
        border-radius: 0px 10px 10px 0px;
    }

.top__categories .top__categories__title a {
    font-weight: 700;
    color: var(--black);
    text-decoration: underline;
}

    .top__categories .top__categories__title a:hover {
        color: var(--orange);
    }

/* login ========================== */
.login {
    background: url(/content/images/br2.jpg);
    background-size: cover;
    height: 100%;
    background-position: top bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__login {
    background: url(/content/images/br1.jpg);
    padding: 50px 100px;
    background-size: cover;
    background-position: top bottom;
}

    .header__login .signup__register {
        font-size: 20px;
        letter-spacing: 2px;
        color: white;
        text-decoration: underline;
        padding-top: 20px;
        display: block;
    }

    .header__login h2 {
        color: var(--white);
        font-weight: bold;
    }

    .header__login img {
        width: 100%;
        max-width: 140px;
        display: block;
    }

.form__login {
    background-color: white;
    text-align: center;
    padding: 50px 0px;
}

    .form__login input {
        width: 50%;
        height: 50px;
        font-size: 16px;
        color: #6f6f6f;
        padding-left: 20px;
        margin-bottom: 30px;
        border-radius: 4px;
        border-radius: 20px;
        box-shadow: 3px 3px 2px 1px #d5d5d587;
    }

    .form__login .check {
        width: auto;
        height: auto;
        box-shadow: none;
        margin: 0px;
        padding: 0px;
    }

    .form__login .signup__login {
        color: var(--black);
    }

        .form__login .signup__login:hover {
            color: var(--black);
        }

@media (min-width: 1400px) {
    .width-login {
        width: 50%;
        margin: auto;
    }
}
/* register ====================== */

.register {
    background: url(/content/images/br1.jpg);
    background-size: cover;
    height: 100%;
    background-position: top bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__register {
    background-color: white;
    text-align: center;
    padding: 50px 50px;
    border-radius: 20px;
}

    .form__register .input__form {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #6f6f6f;
        padding-left: 20px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        border-radius: 20px;
        box-shadow: 3px 3px 2px 1px #d5d5d587;
    }

    .form__register .signup__register {
        color: var(--black);
    }

        .form__register .signup__register:hover {
            color: var(--black);
        }

/* profile ==================*/

.profile__sidebar__left {
    padding: 40px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 6px 3px #d5d5d587;
}

.profile__avarta {
    text-align: center;
    margin: 0px 0px 40px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid black;
}

    .profile__avarta img {
        max-width: 150px;
        margin: auto;
        object-fit: cover;
    }

    .profile__avarta h4 {
        font-weight: 700;
    }

.profile__list a {
    margin: 10px 0px;
    border-radius: 20px !important;
    border: unset;
    font-size: 20px;
}

    .profile__list a.active {
        background-color: var(--black);
        color: white;
    }

    .profile__list a:hover {
        background-color: var(--black);
        color: white;
    }

    .profile__list a i {
        margin-right: 10px;
    }

.profile__sidebar__right__top .nav {
    background-color: #dee2e6;
    padding: 10px;
    border-radius: 20px;
}

    .profile__sidebar__right__top .nav a {
        width: 50%;
        margin: auto;
        text-align: center;
        font-size: 20px;
        border-radius: 20px;
        font-weight: bold;
        color: var(--black);
        border: 2px solid var(--white);
    }

.profile__sidebar__right__bottom {
    margin: 10px 0px;
    background-color: #dee2e6;
    padding: 10px;
    border-radius: 20px;
}

    .profile__sidebar__right__bottom .input__form {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #6f6f6f;
        padding-left: 20px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        border-radius: 20px;
        box-shadow: 3px 3px 2px 1px #d5d5d587;
    }

/* transaction==================== */
.table_transaction {
    padding: 50px;
}

    .table_transaction .table {
        border-radius: 20px;
    }

    .table_transaction .table {
        width: 100%;
        overflow-x: auto;
    }

.transaction__left {
    padding: 10px 20px;
    border: 2px solid #ffffff;
    margin: 30px 0px;
    border-radius: 10px;
}

    .transaction__left .nice-select {
        width: 100%;
        float: unset;
    }

        .transaction__left .nice-select .list {
            width: 100%;
        }

    .transaction__left .transaction__form {
        margin-bottom: 20px;
    }

        .transaction__left .transaction__form h5 {
            font-weight: 700;
            margin-bottom: 10px;
        }

/*  */
.transaction__right {
    padding: 10px 20px;
    border: 2px solid #ffffff;
    margin: 30px 0px;
    border-radius: 10px;
}

    .transaction__right .nice-select {
        width: 100%;
        float: unset;
    }

        .transaction__right .nice-select .list {
            width: 100%;
        }

    .transaction__right .transaction__form {
        margin-bottom: 20px;
        text-align: center;
    }

        .transaction__right .transaction__form h5 {
            font-weight: 700;
            margin-bottom: 10px;
        }

        .transaction__right .transaction__form img {
            width: 150px;
            margin: auto;
        }

        .transaction__right .transaction__form p span {
            color: red;
            font-weight: 700;
        }

/* product */

.single__product .nav a {
    width: 33% !important;
    margin: auto;
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    color: var(--black);
    border: 2px solid var(--white);
}

.item__single__product {
    padding: 20px;
    background-color: white;
    border-radius: 20px;
}

/* dropdown */
.dropbtn {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    color: var(--white);
    border: none;
    cursor: pointer;
    min-width: 160px;
    background: transparent;
    border: 1px solid var(--white);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    z-index: 98;
    max-height: 0;
    min-width: 260px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    right: 0px;
    margin-top: 5px;
    border-radius: 10px;
}

    .dropdown-content a {
        color: black;
        background-color: #f9f9f9;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #d5d5d5;
        }

.dropdown:hover .dropdown-content {
    max-height: 500px;
    min-width: 260px;
    transition: max-height 0.25s ease-in;
    border-radius: 10px;
}

.dropdown:hover .dropbtn {
    transition: max-height 0.25s ease-in;
}

/* history product */
.history__product {
    margin-bottom: 50px;
}

    .history__product .shoping__cart__table {
        margin-bottom: 20px;
    }
/* nhiem vu ==================== */
.nhiemvu {
    padding: 50px;
}

    .nhiemvu .box-nhiemvu {
        padding: 40px;
        border-radius: 20px;
        background-image: linear-gradient( 43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100% );
    }

    .nhiemvu .custom-table-nv {
        background-color: var(--white);
        border-radius: 20px;
        overflow: hidden;
        border: none;
    }

    .nhiemvu .box-tab-nv {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .nhiemvu .box-tab-nv .title {
            color: var(--white);
            text-transform: uppercase;
            font-weight: bold;
            padding-bottom: 10px;
        }

    .nhiemvu .nav-tab-nv .nav-item {
        border: 1px solid var(--white);
        border-radius: 20px 20px 0px 0px;
        overflow: hidden;
    }

        .nhiemvu .nav-tab-nv .nav-item .nav-link {
            border-radius: 0;
            padding: 10px 80px;
            color: white;
        }

    .nhiemvu .custom-table-nv tbody tr td .hoanthanh {
        color: green;
    }

    .nhiemvu .custom-table-nv tbody tr td .chuahoanthanh {
        color: red;
    }

@media (max-width: 1400px) {
    .table_transaction .tab-content {
        overflow: auto;
    }
}

@media only screen and (max-width: 479px) {
    .register {
        padding: 10px 10px;
    }

    .form__register {
        padding: 10px 10px;
    }

    .login {
        padding: 10px 10px;
    }

    .form__login input {
        width: 80%;
    }

    .table_transaction {
        padding: 10px;
    }

        .table_transaction .table thead tr th {
            white-space: nowrap;
        }
}

.box-category {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .box-category .category__menu {
        padding: 15px 0px;
        background-color: #f5f5f5;
        border: 1px solid #dddddd;
        text-align: center;
        width: 15%;
        margin: 2px;
        transition: 0.5s;
    }

        .box-category .category__menu:hover {
            background-color: var(--black);
        }

            .box-category .category__menu:hover img {
                filter: invert(1);
            }

            .box-category .category__menu:hover h4 {
                color: var(--white);
            }

        .box-category .category__menu img {
            width: 40px;
            height: 40px;
            max-width: 40px;
            margin: auto;
        }

        .box-category .category__menu h4 {
            font-size: 14px;
            font-weight: bold;
            margin-top: 7px;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 25px;
            -webkit-line-clamp: 1;
            height: 22px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

.box-link-cate {
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
}

    .box-link-cate p {
        border: 1px solid #d5d5d5;
        padding: 5px;
        border-radius: 5px;
        margin-right: 10px;
    }

.box-flashsale {
    border: 1px solid #dd0606;
    border-radius: 10px;
    overflow: hidden;
}

    .box-flashsale .header-title {
        padding: 11px;
        color: #fff;
    }

    .box-flashsale .nav-image {
        height: 100px !important;
        width: 100px !important;
        object-fit: contain;
    }

    .box-flashsale .description {
        height: 145px;
        overflow-y: auto;
        margin-bottom: 20px;
    }

    .box-flashsale .btnAddToCart {
        color: #fff;
    }

    .box-flashsale .img-flash {
        background-color: #dd0606;
        padding: 0px;
        display: block;
        text-align: center;
    }

        .box-flashsale .img-flash img {
            margin: auto;
            width: 100%;
            max-width: 250px;
        }

.custom-count {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 10px;
}

    .custom-count ul {
        list-style: none;
    }

        .custom-count ul li {
            text-align: center;
            padding: 5px 0px 10px;
            border-bottom: 1px solid #cccccc;
        }

            .custom-count ul li:last-child {
                border-bottom: none;
            }

            .custom-count ul li span {
                padding: 5px 0px;
                display: block;
                font-size: 20px;
                font-weight: bold;
                color: #dd0606;
            }

.tab-content .tab-img {
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
}

.box-icon-four {
    background-color: #f5f5f5;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
}

    .box-icon-four .d-flex {
        padding: 25px 0px;
        border-bottom: 1px solid #d5d5d5;
    }

        .box-icon-four .d-flex:last-child {
            border-bottom: none;
        }

    .box-icon-four h4 {
        font-size: 20px;
        font-weight: bold;
        padding-left: 20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        color: var(--black);
    }

.best-selling .col-xs-6.col-6 {
    padding: 4px;
}

.blog-padding .col-lg-4 {
    padding: 10px;
}

.best-selling .col-xs-6.col-6 .featured__item {
    margin-bottom: 4px;
}

.uto-review {
    padding: 50px 0px;
}

    .uto-review .title {
        font-size: 30px;
        font-weight: bold;
    }

    .uto-review .box-review .col-lg-3 {
        margin-bottom: 30px;
    }

        .uto-review .box-review .col-lg-3 img {
            object-fit: contain;
            padding: 10px;
            transition: 0.2s;
        }

            .uto-review .box-review .col-lg-3 img:hover {
                opacity: 0.9;
                transform: scale(1.005);
            }

.custom-tab {
    border: 1px solid #dd0606;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .hero__categories {
        display: none;
    }

    .hero__item,
    .hero2__item,
    .hero3__item {
        height: 100%;
    }

    .box-category {
        flex-wrap: wrap;
    }

        .box-category .category__menu {
            width: 23%;
        }

            .box-category .category__menu img {
                width: 20px;
                height: 20px;
            }

            .box-category .category__menu h4 {
                font-size: 9px;
            }

    .hide-mb {
        display: none;
    }

    .featured__controls {
        flex-wrap: wrap;
        margin-top: 50px;
    }

        .featured__controls ul {
            display: none;
        }

    .mt--100 {
        margin-top: -40px;
    }

    .custom-count {
        margin-top: 10px;
    }

        .custom-count ul {
            display: flex;
        }

            .custom-count ul li {
                width: 70px;
                border-bottom: none;
            }

    .product__details__text h3 {
        margin-top: 10px;
    }

    .mb--50 {
        padding-bottom: 0px;
    }

    .uto-review .title {
        font-size: 20px;
        text-align: center;
    }

    .order-xs-1 {
        order: 1;
    }

    .order-xs-2 {
        order: 2;
    }

    .header__login {
        padding: 10px 20px;
        text-align: center;
    }

        .header__login h2 {
            font-size: 20px;
        }

        .header__login img {
            margin: auto;
        }

    .contact__form__title h2 {
        font-size: 23px;
    }

    .contact__form__title {
        margin-bottom: 20px;
    }

    .form__register .input__form {
        height: 35px;
        font-size: 12px;
    }

    .form__register h5 {
        font-size: 13px;
    }

    .nhiemvu {
        padding: 10px 0px;
    }

        .nhiemvu .box-nhiemvu {
            padding: 5px;
        }

        .nhiemvu .nav-tab-nv .nav-item .nav-link {
            padding: 10px 15px;
        }
}

#news__slider .owl-nav {
    display: block !important;
    position: absolute;
    top: -18px;
}

.btnAddToCart, .btnAddToCart:hover, .btnAddToCart:focus {
    color: #fff !important;
}


.product-details .quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-details .quantity .qty {
        width: 2.625rem;
        height: 2.75rem;
        border: 0;
        padding: 0;
        margin: 0;
        background-color: transparent;
        text-align: center;
        pointer-events: none;
    }

.product-details .screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.product-details .quantity .quantity-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    background-color: #eee;
    border-radius: 50%;
    cursor: pointer;
}

    .product-details .quantity .quantity-button:hover {
        background-color: #ffcd00;
        -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
        transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    }

.btnAddToFavorite.active {
    background: #dd0606;
    color: #fff;
}

table.woocommerce-cart-form__contents {
    border: 1px solid #ccc;
}

.cart-wrapper {
    margin: 50px 0;
}

.woocommerce-cart-form th {
    white-space: nowrap;
}

.woocommerce-cart-form table td.product-thumbnail, .woocommerce-cart-form table td.product-thumbnail img {
    width: 4.375rem;
    height: unset;
}

.woocommerce-cart-form .product-price, .woocommerce-cart-form .product-subtotal {
    text-align: right;
}

.woocommerce-cart-form .product-quantity {
    text-align: center;
    width: 125px;
}

.woocommerce-cart-form table td .quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-cart-form table td .qty {
    font-size: .875rem;
    width: 1.875rem;
    height: 1.875rem;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-align: center;
    pointer-events: none;
}

.woocommerce-cart-form table td .quantity-button i {
    line-height: 1;
}

.woocommerce-cart-form .quantity .quantity-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #edeef5;
    border-radius: 50%;
    cursor: pointer;
}

.woocommerce-cart-form table td {
    font-size: .875rem;
    vertical-align: middle;
}

.cart-collaterals {
    border: 1px solid #ccc;
    padding: 1.25rem;
}

    .cart-collaterals .shop_table th {
        font-size: .8125rem;
        font-weight: 600;
    }

    .cart-collaterals .shop_table td {
        text-align: right;
    }

    .cart-collaterals .shop_table .amount {
        font-size: .9375rem;
    }

.wc-proceed-to-checkout {
    padding-top: 0.9375rem;
    border-top: 1px solid #edeef5;
}

.cart-collaterals a.checkout-button {
    background: #ed174a;
    width: 100%;
    text-align: center;
}

.cart-empty-page {
    text-align: center;
    max-width: 760px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

    .cart-empty-page .empty-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 10rem;
        height: 10rem;
        margin-bottom: 1.875rem;
    }

    .cart-empty-page .cart-empty {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #d51243;
        margin-bottom: 1.25rem;
    }

[name="changeAddress"] {
    margin-right: 10px;
    position: relative;
    top: 7px;
}
.padding10 {
    padding: 10px;
}
.padding20 {
    padding: 20px;
}
/* Account */
.boxWallet {
    border-radius: 5px;
}

    .boxWallet .amount {
        color: #fff;
        font-weight: bold;
    }

@media screen and (max-width: 36rem) {
    .woocommerce-cart-form table th.product-price, .woocommerce-cart-form table th.product-subtotal, .woocommerce-cart-form table th.product-remove {
        display: none !important;
    }

    .woocommerce-cart-form table td.product-price {
        display: none !important;
    }

    .woocommerce-cart-form table th.product-price, .woocommerce-cart-form table th.product-subtotal, .woocommerce-cart-form table th.product-remove {
        display: none !important;
    }

    .woocommerce-cart-form table td.product-subtotal {
        display: none !important;
    }

    .woocommerce-cart-form table td.product-remove {
        padding: 0 !important;
        width: 0 !important;
    }
}
.owl-carousel{
    z-index: unset;
}
/* gian hàng */
.shop-header {
    position: relative;
}
.shop-info {
    position: relative;
    top: -70px;
    left: 35px;
    margin-bottom: -50px;
}
.shop-cover {
    width: 100%
}
.shop-avatar {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    background: #eee;
}
.shop-title {
    padding-top: 80px;
    padding-left: 12px;
}
.shop-btnShare {
    position: absolute;
    right: 50px;
    top: 90px;
}
.fa-star.active, .comment-form-rating .fa-star:hover {
    color: orange;
}
@media screen and (max-width: 36rem) {
    .shop-header {
        padding: 0;
    }
    .shop-info {
        left: 15px;
        top: -20px;
        margin-bottom: -5px;
    }
    .shop-title {
        padding-top: 25px;
        padding-left: 8px;
        padding-right: 26px;
    }
    .shop-cover {
    }

    .shop-avatar {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
    .shop-btnShare {
        right: 29px;
        top: unset;
        bottom: 0;
    }
        .shop-btnShare button {
            font-size: 13px;
            padding: 0 10px;
        }
}

@media (max-width: 600px) {
    .blog-details-hero {
        height: 200px;
    }
}

img, figure {
    max-width: 100%;
}

ol {
    list-style: none;
}

.blog__sidebar__recent__item__pic {
    width: 100%;
    max-width: 80px;
    margin-right: 15px;
}
.blog-details-hero{
    height: unset;
    padding-top: 50px;
    padding-bottom: 50px;
}