@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

/*:root {
    --primary-color: #000;
    --secondary-color: #832729;
    --white: #ffffff;
    --black: #000;
    --primary-font: 'Inter';
    --bgLight: #d8ecff;
    --colorText: #282828;
    --lightText: #858585;
    --bgColor: #F2F2F2;
    --white-color: #ffffff;
}*/

:root {
    --primary-color: #000;
    --secondary-color: #271010ed;
    --white: #ffffff;
    --black: #000;
    --primary-font: 'Inter';
    --bgLight: #d2ac7bdb;
    --colorText: #282828;
    --lightText: #858585;
    --bgColor: #F2F2F2;
    --white-color: #ffffff;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

a {
    color: var(--secondary-color);
    text-decoration: underline;
}

    a:hover {
        color: var(--secondary-color);
        text-decoration: none;
    }

h1 {
    font-family: var(--primary-font);
}

h2 {
    font-family: var(--primary-font);
    font-size: 2.25rem;
    font-weight: 700;
}

h3 {
    font-family: var(--primary-font);
    font-size: 2.25rem;
    font-weight: 500;
}

h4 {
    font-family: var(--primary-font);
    font-size: 1.5rem;
    font-weight: 700;
}

h5 {
    font-family: var(--primary-font);
    font-size: 1.125rem;
    font-weight: 700;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }

.text-colors {
    color: var(--lightText);
}

.btn-primary {
    background-color: var(--secondary-color);
    padding: 0.5rem 1.5rem;
    background-size: 200% auto;
    transition: 0.5s;
    border: none;
}

    .btn-primary:hover {
        background-position: right center;
        background-color: #000;
    }

    .btn-primary:focus-visible {
        color: var(--secondary-color);
        background-color: #e0ce00;
        border-color: #e0ce00;
        outline: 0;
        box-shadow: var(--secondary-color);
    }

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    padding: 0.5rem 1.2rem;
}

    .btn-secondary:hover {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        opacity: 0.9;
    }

    .btn-secondary:focus-visible {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        outline: 0;
        box-shadow: var(--secondary-color);
        color: #fff;
    }

.site-header {
    font-family: var(--primary-font);
    box-shadow: 0px 3px 6px #0000000D;
    position: relative;
}

.navbar-fix-top {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 5;
    box-shadow: 0 0 49px rgb(0 0 0 / 10%);
    z-index: 999;
}

.btn {
    border-radius: 0.2rem;
}

/* css start here */

.top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: var(--bgLight);
    padding: 0px 30px;
    width: 100%;
}

    .top-menu .account-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

        .top-menu .account-block span {
            position: absolute;
            right: 7px;
            top: -10px;
            background-color: #832729;
            border-radius: 100%;
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            color: #fff;
        }

.ur-user-links .user-menu {
    min-width: 150px;
    padding: 8px 0;
    background-color: #fff;
    top: calc(100px + 10px);
    left: 0;
    -webkit-box-shadow: 0px 30px 23px #00000012;
    box-shadow: 0px 30px 23px #00000012;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    z-index: 10;
}

    .ur-user-links .user-menu li {
        display: block;
    }

        .ur-user-links .user-menu li a {
            display: block;
            padding: 7px 24px;
            color: var(--primary-color);
            text-align: start;
        }

            .ur-user-links .user-menu li a:hover {
                color: var(--secondary-color);
            }

.ur-user-links {
    display: flex;
    height: 100%;
    padding-top: 20px;
}

    .ur-user-links:hover .user-menu {
        opacity: 1;
        visibility: visible;
        top: calc(80px + 10px);
    }

.top-menu .account-block a {
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

    .top-menu .account-block a:hover {
        color: #000;
    }

.top-search {
    max-width: 590px;
    flex-grow: 1;
}



.banner-slider.slick-dotted.slick-slider button {
    opacity: 2;
}

.slick-dots li.slick-active button:before {
    color: var(--secondary-color) !important;
    opacity: 1;
}

.banner-slider .slick-dots li button:before {
    font-size: 80px;
    width: auto;
    height: auto;
    color: #fff;
    opacity: 1;
}

.banner-slider .slick-dots {
    width: auto;
    left: 40px;
    bottom: 21px
}

.top-banner .product-block img {
    padding: 0;
}

.top-banner .slick-slide {
    margin: 0;
}

.category-slider.slick-initialized .slick-slide {
    background: none !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.navbar-brand {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 30px;
    color: var(--primary-color);
}

.search-bar .form-control {
    height: 50px;
    color: #929292;
    font-size: 16px;
    border: 1px solid #fff;
}

.search-bar ::-ms-input-placeholder {
    color: #aaa;
}

.search-bar ::placeholder {
    color: #aaa;
}

.search-bar span {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 25px;
    color: #929292;
    height: 100%;
    width: 50px;
    text-align: center;
    padding: 3px;
    background: #fff;
}

.search-bar {
    position: relative;
}

.navbar-brand:hover {
    color: #e0ce00;
}

.container {
    max-width: 1450px;
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

    .btn-outline-primary:hover {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

.site-header .btn-link {
    text-decoration: none;
    color: var(--black);
}

    .site-header .btn-link:hover {
        color: var(--primary-color);
    }

.navbar-nav {
    font-size: 1.125rem;
}

    .navbar-nav .nav-item {
        margin-left: 20px;
        font-weight: 500;
    }

        .navbar-nav .nav-item a {
            color: #000;
            font-size: 20px;
        }

            .navbar-nav .nav-item a:hover {
                color: var(--secondary-color) !important;
            }

        .navbar-nav .nav-item .nav-link.active,
        .navbar-nav .nav-item .nav-link:hover {
            color: var(--primary-color);
        }

.header-logo img {
    width: 200px;
    height: 100%;
    max-width: 100%;
}

.account-block i {
    font-size: 20px;
}

.banners .carousel-indicators {
    display: block;
    margin-left: 5%;
}

    .banners .carousel-indicators [data-bs-target] {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #fff;
        opacity: 1;
    }

    .banners .carousel-indicators .active {
        background-color: var(--secondary-color);
    }

.section-headings h2 {
    position: relative;
    color: #AC3B3A;
    font-size: 30px;
}

.image-block {
    background: #fff;
    text-align: center;
    position: relative;
}

    .image-block img {
        /*max-height: 420px;*/
        width: 100%;
    }

.offcanvas-title img {
    width: 110px !important;
}

.image-block .explore-more {
    position: absolute;
    bottom: 20px;
    margin: auto;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .image-block .explore-more a {
        color: #000;
        font: normal normal bold 16px/20px Inter;
        border: 1px solid #D8B88E;
        text-decoration: none;
        background-color: #fff;
        padding: 14px;
        width: 186px;
        max-width: 100%;
        height: 52px;
    }

.middle-banner {
    padding: 1rem 0 3rem;
}

.home-content-block h2 {
    font-size: 2rem;
    line-height: 3rem;
    color: var(--secondary-color);
    font-weight: 300;
}

.home-content-block p {
    line-height: 1.7rem;
}

/* footer css here */

.footer {
    background-color: var(--bgLight);
    padding: 60px 0;
    color: #616161;
    font-size: 15px;
    position: relative;
    z-index: 9;
}

    .footer .site-info p {
        font-size: 15px;
    }

    .footer .site-info img {
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 7px;
    }

    .footer h3 {
        font-size: 1.25rem;
        font-family: var(--primary-font);
        margin-bottom: 30px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
    }

    .footer .quick-link ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }

.contact-details p {
    color: #616161;
    font-size: 18px;
    text-decoration: none;
    margin: 14px 0;
    display: flex;
    justify-content: start;
    align-items: baseline;
}

    .contact-details p i {
        padding-right: 10px;
    }

.contact-details a {
    color: #616161;
    font-size: 18px;
    text-decoration: none;
    margin: 14px 0;
    display: flex;
    justify-content: start;
    align-items: baseline;
}

    .contact-details a i {
        padding-right: 10px;
    }

    .contact-details a:hover {
        color: var(--secondary-color);
    }

.footer .quick-link ul li {
    position: relative;
    margin-bottom: 7px;
    font-size: 18px;
}

    .footer .quick-link ul li a {
        color: #595353;
        text-decoration: none;
        font-size: 18px;
    }

        .footer .quick-link ul li a:hover {
            color: var(--secondary-color);
        }

.footer-bottom {
    background-color: var(--secondary-color);
    padding: 20px 0;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom address {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    /*opacity: 0.5;*/
}

.footer-bottom-inner .social {
    display: flex;
    margin-bottom: 0;
}

    .footer-bottom-inner .social li {
        padding: 0 11px;
    }

        .footer-bottom-inner .social li a {
            color: #616161;
            font-size: 32px;
        }

            .footer-bottom-inner .social li a:hover {
                opacity: 0.5;
            }

.footer-bottom .social-links {
    display: inline-flex;
    text-align: left;
    margin-bottom: 0;
}

    .footer-bottom .social-links > li {
        margin-left: 10px;
        padding: 0;
    }

ul.social-links li a {
    border-radius: 50%;
    display: inline-block;
    height: 41px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 41px;
    text-decoration: none;
}

    ul.social-links li a:hover {
        opacity: 0.7;
        text-decoration: none;
    }

    ul.social-links li a:before {
        font-family: 'Font Awesome 6 Brands';
        -webkit-font-smoothing: antialiased;
        content: '\f08e';
        color: #fff;
        font-size: 20px;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
    }

    ul.social-links li a[href*="facebook.com"]::before {
        content: '\f39e';
    }

    ul.social-links li a[href*="plus.google.com"]::before {
        content: '\f0d5';
    }

    ul.social-links li a[href*="instagram.com"]::before {
        content: '\f16d';
    }


    ul.social-links li a[href*="twitter.com"]::before {
        content: '\e61b';
    }


    ul.social-links li a[href*="facebook.com"] {
        background-color: #000;
    }


    ul.social-links li a[href*="instagram.com"] {
        background: #000;
    }


    ul.social-links li a[href*="twitter.com"] {
        background-color: #000;
    }

    ul.social-links li a span {
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
    }

ul.social-links {
    display: flex;
    margin-bottom: 0;
}

    ul.social-links li {
        margin-right: 10px;
    }


.wrapper {
    overflow: hidden;
}

.show {
    display: block;
}

.header-outer {
    visibility: visible !important;
}

.fa-cart-shopping:before {
    content: "\f07a";
}

button.navbar-toggler {
    display: none;
}

.page-heading {
    background-color: var(--bgLight);
    padding: 3rem 0;
    text-align: center;
}

    .page-heading h1 {
        font-weight: 300;
        font-family: var(--primary-font);
        font-size: 2.5rem;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

.add-to-cart {
    text-align: center;
    display: none;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 100%;
}

.product-block:hover .image_add img {
    opacity: 0.2;
}

.product-block:hover .image_add .add-to-cart {
    display: flex;
}

.image_add {
    position: relative;
}

.add-to-cart a {
    color: #000;
    font: normal normal bold 16px/20px Inter;
    border: 1px solid #AC3B3A;
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    width: 150px;
    max-width: 100%;
}

.image-block h4 {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-family: Nexa-Regular;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    text-align: right;
}

.image-block .explore-more a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.account-block p {
    margin: 0;
}

.category-block picture {
    width: 200px;
    max-width: 200px;
    max-height: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 10px;
    margin: auto;
}

.slick-slide {
    margin: 0px 10px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dotted.slick-slider:hover button {
    opacity: 4;
}

.slick-dotted.slick-slider button {
    opacity: 0;
}

.slick-slide {
    transition: all ease-in-out .3s;
}

.image-block img {
    border-radius: 5px;
}

.product-text-block a:hover {
    color: var(--secondary-color);
}

.product-text-block a {
    color: #212529;
    padding: 10px 0;
    text-decoration: none;
    font-weight: 400;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.product-block {
    background-color: #F8F8F8;
    padding: 10px 5px 20px;
    font: normal normal normal 16px/20px Inter;
}

    .product-block img {
        mix-blend-mode: darken;
        padding: 20px;
    }

.category-block a {
    font: normal normal bold 16px/20px Inter;
    margin: 0;
    color: #212529;
    text-decoration: none;
    padding-top: 10px;
}

.category-block p {
    padding-top: 10px;
    word-break: break-all;
}

.category-block img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.bottom-block {
    background: var(--bgLight);
    padding: 10px 20px;
}

    .bottom-block p {
        margin: 0;
        font-size: 20px;
    }

    .bottom-block a {
        text-decoration: none;
        color: #000000;
        font-size: 16px;
    }

        .bottom-block a:hover {
            color: var(--secondary-color);
        }

.customer-block {
    background: var(--bgLight);
    padding: 30px;
}

.customer-image {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -30px;
}

.customer-block img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: auto;
}

.customer-block h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.customer-block p {
    color: #656565;
    font-size: 16px;
    line-height: 1.5;
}

.owl_block .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 30px;
    opacity: 0;
}

.customer-stories-slider .product-text-block.text-center {
    margin-bottom: 60px;
}

.customer-stories-slider .owl-stage-outer {
    height: 100%;
    display: grid;
    padding-bottom: 50px;
}

    .customer-stories-slider .owl-stage-outer .owl-item {
        display: inline-flex;
        height: 100%;
    }

.customer-image img {
    width: auto !important;
    height: auto !important;
}

.owl-theme .owl-nav {
    margin-top: -20px !important;
    top: 50%;
}

.owl_block.owl-theme .owl-nav button:hover {
    background: none;
    color: #000 !important;
}

.owl_block:hover .owl-nav {
    opacity: 2;
}

.owl_block button.owl-prev {
    position: absolute;
    left: 10px;
}

.owl_block button.owl-next {
    position: absolute;
    right: 10px;
}
/*==========Login page css start==========*/
.login_block {
    border: 1px solid #B9D9F5;
    border-radius: 30px;
    padding: 50px;
    margin: 60px 0;
}

    .login_block .login_image {
        text-align: center;
    }

    .login_block .login_form {
        padding: 20px 40px 20px 10px;
    }

        .login_block .login_form .btn-primary {
            height: 50px;
            margin-top: 15px;
        }

.login_form h4 {
    font-size: 25px;
    color: #000000;
    font-weight: 400;
}

.login_form p {
    text-align: center;
    font-size: 14;
    color: #777777;
    margin-top: 20px;
}

.login_form .form-group .form-control {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.login_form .form-group input {
    padding-left: 40px;
    color: #777777;
}

.icheck-primary {
    font-size: 14px;
    color: #777777;
}

.login_form select {
    color: #777777;
}

.login_block .forgot {
    font-size: 14px;
}

.login_form .form-group {
    position: relative;
}

    .login_form .form-group span {
        position: absolute;
        left: 10px;
        z-index: 99;
        top: 12px;
        color: #aaa;
    }

.login_form .select-box span {
    position: absolute;
    left: -15px;
    z-index: 99;
    top: 18px;
    color: #333;
    display: flex;
    justify-content: end;
    width: 100%;
}

.login_form .form-control:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}

.radio_box input:first-child {
    margin-left: 0;
}

.radio_box input {
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    border: 1px solid #808080;
    transition: 0.2s all linear;
    margin: 0 0px 0 12px;
    position: relative;
    top: 3px;
}

    .radio_box input:checked {
        border-color: #832729;
        background: #832729;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

.radio_box span {
    margin: 0 40px 0 5px;
}

.radio_box label {
    margin-bottom: 10px;
    color: #777777;
}

.custom-file-button input[type=file] {
    /*margin-left: -2px !important;*/
    padding-left: 13px;
    color: #777777;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        height: 50px;
    }

    .custom-file-button input[type=file]::file-selector-button {
        height: 50px;
        color: #777777;
    }


/*==========Login page css start==========*/


/*==========Product listing page css start==========*/

.breadcrumb-section {
    background-color: var(--bgColor);
}

    .breadcrumb-section li {
        color: #000;
        word-break: break-all;
    }

        .breadcrumb-section li.active {
            color: var(--secondary-color);
        }

.sidebar-widget .sidebar-check-fields li label input:checked ~ span::before {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
}

.sidebar-widget .sidebar-check-fields li label > span {
    padding-left: 32px;
    display: block;
    position: relative;
    font-size: 14px;
    color: #5B5B5B;
    line-height: 2.5;
}

.block-sidebar .widget-title {
    font-size: 16px;
    border-top: 1px solid #D6D6D6;
    padding: 10px 0;
    display: flex;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.sidebar-widget .sidebar-check-fields li label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.sidebar-widget .sidebar-check-fields li label {
    position: relative;
    display: block;
}

    .sidebar-widget .sidebar-check-fields li label > span::before {
        content: '\f00c';
        font-family: 'FontAwesome';
        font-size: 12px;
        text-align: center;
        line-height: 17px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 1px solid #5B5B5B;
        color: transparent;
        -webkit-transition: var(--transition-base);
        -o-transition: var(--transition-base);
        transition: var(--transition-base);
    }

.products-grid .position-absolute {
    top: 10px;
    right: 10px;
}

    .products-grid .position-absolute a {
        color: var(--secondary-color);
    }

.widget-title i {
    cursor: pointer;
}

.block-sidebar .sidebar-check-fields {
    display: none;
}

.nice_select {
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 10px;
    color: #777777;
    height: 42px;
}

.select-block {
    padding-bottom: 5px;
}

.see-more-products #myBtn {
    border: 1px solid #AC3B3A;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    width: 200px;
    max-width: 100%;
    height: 52px;
    max-height: 1000%;
}

    .see-more-products #myBtn:hover {
        background: var(--secondary-color);
        color: var(--white-color);
    }

.products-grid #more {
    display: none;
}

select {
    outline: none;
}

.see-more-products {
    margin-bottom: 60px;
}

.search-widget .filter_b {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #000;
    font-weight: 600;
}

.select-block ul li span {
    border-radius: 20px;
    background: var(--bgLight);
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px 2px 5px 2px;
    display: block;
    color: #5B5B5B;
}

    .select-block ul li span i {
        cursor: pointer;
    }
/*==========Product listing page css end==========*/

/*==========Product details page css start=========*/

.cart-link a {
    text-decoration: none;
}

.cart-link span i {
    font-size: 24px;
}

.cart-link .add_to_cart_btn {
    background-color: var(--secondary-color);
    color: var(--white-color);
    width: 300px;
    max-width: 100%;
    padding: 13px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.cart-link .wish_btn {
    border: 1px solid var(--secondary-color);
    padding: 10px 13px;
    border-radius: 5px;
}

.cart-link .share_btn {
    border: 1px solid var(--secondary-color);
    padding: 10px 13px;
    border-radius: 5px;
}

.quantity-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

    .quantity-box button {
        background-color: #007BFF;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
    }

        .quantity-box button:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }

    .quantity-box input {
        width: 60px;
        text-align: center;
        border: none;
        padding: 10px;
    }

        .quantity-box input:focus {
            outline: none;
        }

    .quantity-box .decrement {
        background-color: #ffffff;
        border-right: 1px solid #ccc;
        color: #484848;
        padding: 10px 15px;
    }

    .quantity-box .increment {
        background-color: #ffffff;
        border-left: 1px solid #ccc;
        color: #484848;
        padding: 10px 15px;
    }

.pricing span {
    color: var(--secondary-color);
    font-size: 16px;
}

.stock_product {
    letter-spacing: 2px;
    color: #585858;
    font-size: 14px;
}

    .stock_product span {
        color: var(--secondary-color);
        font-weight: 600;
    }

.item-reivew {
    color: #E5A92E;
    font-size: 16px;
}

.certified_block {
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.product-review-block ul li {
    font-size: 14px;
    line-height: 2.5;
}

.product-details {
    margin-bottom: 30px;
}

    .product-details .accordion-button {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        background: none;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0 !important;
        padding: 10px 0px;
    }

    .product-details .accordion-item {
        border: none;
    }

    .product-details .accordion-body {
        padding: 10px 0 30px;
    }

.single-product-info h3 {
    font-size: 25px;
    word-break: break-all;
}

.single-product-info .category-btn {
    background: #8DC705;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.product-single .item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.product-single .slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.product-single .slider-nav {
    margin: auto;
}

    .product-single .slider-nav .item-slick {
        max-width: 100px;
        height: 100px;
        object-fit: cover;
        margin-right: 1px;
        outline: none !important;
        cursor: pointer;
    }

        .product-single .slider-nav .item-slick img {
            max-width: 100%;
            background-size: cover;
            height: 100%;
            background-position: center;
        }

.product-single .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.product-single .slick-prev {
    left: 0;
    display: none !important;
}

.product-single .slick-next {
    right: 0;
    display: none !important;
}

.product-single .slider-nav.slick-initialized.slick-slider .slick-slide.slick-current.slick-active {
    border: 1px solid #832729;
    padding: 5px 5px 0px;
}

.product-single .slider-nav.slick-initialized.slick-slider .slick-slide {
    border: 1px solid #ccc;
    padding: 5px 5px 0;
}



/*==========Product details page css end==========*/

/*==========Cart page css start==========*/
.form-select {
    border-radius: 0;
}

.quantity {
    width: 80px;
    margin: 0 0 0 auto;
    text-align: center;
}

.feature-image.light-bg img {
    mix-blend-mode: darken;
    border-radius: 5px;
}

.product-box h5 {
    font-size: 16px;
}

.product-box .product-title p {
    color: #757575;
    font-size: 14px;
    margin: 5px 0;
}

table.cart-table.table tr {
    border: 1px solid #cccc;
    margin-bottom: 20px;
    display: inline-flex;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.link_button {
    position: absolute;
    bottom: 20px;
    right: 16px;
}

.cart-coupon-form label {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.coupon-block .submit-btn {
    height: 40px;
    border: 1px solid #AC3B3A;
    color: #000;
    font-weight: bold;
    background: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.coupon-block input {
    border: 1px solid #CCCCCC;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    width: 325px;
}

.cart-page .order-block table td {
    background: none;
    border: none;
}

.cart-page .order-block h3 {
    font-size: 18px;
    border-bottom: 1px solid #79A9D5;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
}

.cart-page .order-block {
    background-color: var(--bgLight);
    border-radius: 5px;
}

.cart-page .headings {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0px 20px;
}

.link_button a {
    text-decoration: none;
    padding-left: 15px;
    font-size: 14px;
}

.link_button .edit-icon {
    color: #000;
}

.link_button .fa-edit {
    color: #333;
    ;
}

.cart-page .order-block table tr.total_price {
    border-top: 1px solid #79A9D5;
    font-weight: 600;
}

.product-box .price_box {
    font-size: 20px;
}

    .product-box .price_box del {
        color: #757575;
        padding-left: 10px;
    }

.template-btn {
    font-size: 20px;
}

table.cart-table.table tr td {
    border: none;
}
/*==========Cart page css end==========*/
/*==========Checkout page css end==========*/
.checkout-section .checkout-form .input-field input {
    padding: 14px 24px;
    height: 50px;
}

.order-table table .feature-image {
    width: 80px;
    padding: 10px 0;
}

.order-table table td .product-box {
    min-width: 340px;
}

.order-table {
    width: 100%;
    padding: 30px;
    border: 1px solid #cccc;
}

.secondary-text-color {
    color: var(--secondary-color);
    font-size: 14px;
}

.order-table table td {
    padding: 20px 0;
    vertical-align: middle;
}

.product-box .product-title {
    text-decoration: none;
}

.checkout-payment-methods label span.radio {
    position: relative;
    padding-left: 15px;
}

.checkout-payment-methods label input {
    opacity: 0;
}

.checkout-payment-methods label {
    display: block;
    position: relative;
}

    .checkout-payment-methods label span.radio::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 3px;
        width: 18px;
        height: 18px;
        border: 1px solid #000;
        background-color: transparent;
        border-radius: 50%;
    }

    .checkout-payment-methods label span.radio::after {
        content: '';
        position: absolute;
        left: -15px;
        top: 8px;
        width: 8px;
        height: 8px;
        background-color: #000;
        border-radius: 50%;
        opacity: 0;
    }

    .checkout-payment-methods label .description {
        display: none;
        margin-top: 10px;
        font-size: 14px;
        color: #74787c;
    }

    .checkout-payment-methods label + label {
        margin-top: 12px;
    }

    .checkout-payment-methods label input:checked ~ span::after {
        opacity: 1;
    }

    .checkout-payment-methods label input:checked ~ .description {
        display: block;
    }

    .checkout-payment-methods label span.checkbox {
        position: relative;
        padding-left: 10px;
    }

    .checkout-payment-methods label input:checked ~ span.checkbox::before {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

.checkout-payment-methods .text-color {
    font-size: 14px;
    color: #74787c;
}

.checkout-payment-methods label span.checkbox::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    left: -15px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #dedede;
    color: var(--white-color);
}

#captchaContainer {
    display: inline;
}

.justify-text {
    text-align: justify;
}

.category-slider {
    display: flex !important;
    justify-content: center;
}

.customer-block {
    width: 100%
}

.login_form .select-box span {
    pointer-events: none;
}


.autocomplete-list {
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    display: none; /* Hidden initially */
    position: absolute;
    background-color: white;
    z-index: 1000;
    max-width: 100%;
    width: 100%;
}

.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dbd6d699;
    text-decoration: none;
}

    .autocomplete-item span {
        color: black;
        text-decoration: none;
    }

    .autocomplete-item img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        border-radius: 50%;
    }

    .autocomplete-item:hover {
        background-color: #f0f0f0;
    }


/*==========Checkout page css end==========*/



/*==========List Page Skeleton Css Start==========*/


/* Skeleton Loading Styles */
.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

    .skeleton::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -150px;
        width: 100px;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
        animation: skeleton-loading 1.5s infinite;
    }

@@keyframes skeleton-loading {
    0% {
        left: -150px;
    }

    100% {
        left: 100%;
    }
}

/* Skeleton Block Styles */
.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-image {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
}

.skeleton-price {
    width: 50%;
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-button {
    width: 100px;
    height: 32px;
    margin-top: 16px;
    display: inline-block;
}

.block-sidebar {
    position: sticky;
    top: 20px;
}

    .block-sidebar.sticky {
        position: fixed;
        top: 120px;
        width: 350px;
        background: #fff;
        padding: 0 10px;
    }

.select-block .fa {
    display: none;
}

.clear_filter {
    position: absolute;
    right: 16px;
}

    .clear_filter a {
        text-decoration: none;
    }
/*==========List Page Skeleton Css End==========*/

.single-product-info .price-product {
    font-size: 20px;
    margin-top: 10px;
}

.star-blank {
    color: gainsboro;
}

.star-fill {
    color: orange;
}


.vrmedia-gallery img {
    max-width: 100%;
}

.slider {
    margin-bottom: 20px;
}

.slick-slide {
    outline: none;
}

.slider-nav .slick-slide img {
    cursor: pointer;
}

.slider-nav {
    overflow: hidden;
}

    .slider-nav .slick-list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .slider-nav .slick-slide {
        padding-right: 10px;
        padding-left: 10px;
    }



.slider-galeria-thumbs {
    float: left;
    width: 16%;
    padding-right: 4px;
}

.slider-galeria {
    float: left;
    width: 84%;
}

    .slider-galeria div, .slider-galeria-thumbs div {
        outline: 0;
    }

    .slider-galeria img {
        width: 100%;
    }

.slider-galeria-thumbs span {
    display: block;
    margin-bottom: 5px;
    height: 55px;
    background: #3498db;
    color: #000;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
}

.slider-galeria-thumbs .slick-current span {
    background: #000;
    color: #3498db;
}

.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    text-indent: -9999px;
    background: transparent;
    border: 0;
    z-index: 1000;
    outline: 0;
}

    .slick-prev:before {
        content: "<";
        color: #fff;
        font-size: 60px;
        line-height: 0;
        text-indent: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    text-indent: -9999px;
    background: transparent;
    border: 0;
    z-index: 1000;
    outline: 0;
}

    .slick-next:before {
        content: ">";
        color: #fff;
        font-size: 60px;
        line-height: 0;
        text-indent: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.fa-star {
    color: black;
}

    .fa-star.selected {
        color: orange;
    }

.top-search {
    position: relative;
}

.owl-carousel {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#sidebar {
    position: sticky;
    top: 120px;
    height: calc(100vh - 40px);
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
    margin-bottom: 30px;
}

    #sidebar::-webkit-scrollbar {
        width: 0px;
    }

footer {
    position: relative
}

#sidebar {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
    padding: 0;
}

.review-liked {
    color: #4785bf;
}

#sidebar {
    padding: 0 20px 70px 20px !important;
}

.customer_reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.likes_icons {
    width: 300px;
    text-align: end
}

.text_reviews .date.fs-sm.fw-light.text-color.ng-binding {
    color: #832729;
}

.cart-loader {
    background-color: #ffffff47;
    position: absolute;
    z-index: 9;
    width: 263px;
    height: 68px;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 1.1px;
    background: conic-gradient(#0000 10%, #832729) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 calc(100% - 9px));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: spinner-d55elj 1s infinite steps(10);
}

@keyframes spinner-d55elj {
    to {
        transform: rotate(1turn);
    }
}



.quantity input.w-25 {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: center;
    border-right: 0;
    border-left: 0;
}

.quantity button.decrement {
    padding: 6px 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
}

.quantity .increment {
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 10px;
}

.btn-cart {
    border: 1px solid #AC3B3A;
    background: #fff;
    padding: 8px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    max-width: 100%;
    width: 180px;
    max-height: 1000%;
    border-radius: 0;
}

    .btn-cart:hover {
        background: var(--secondary-color);
        color: var(--white-color);
    }

.account_profile {
    border: 1px solid #ccc;
    height: auto;
    border-bottom: 0;
    border-radius: 2px;
}

.account_user {
    background-color: #f6f6f6;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

    .account_user p {
        margin: 0;
    }

.profile_imgs img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

.name_user {
    font-size: 18px;
    font-weight: 600;
}

    .name_user h5 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .name_user p {
        font-size: 14px;
        font-weight: 100;
    }

.edit-profile {
    color: #333;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
}

.account_profile a.active {
    background-color: var(--secondary-color);
    color: #fff !important;
}

.account_profile ul li a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.right_text {
    border: 1px solid #ccc;
    padding: 20px;
}

.billing_address {
    border: 1px solid #ccc;
    padding: 20px;
}

    .billing_address a {
        color: #333;
    }

.order-table th {
    font-weight: 400;
    text-transform: uppercase;
    padding: 24px 40px;
}

.order-table tr {
    border-top: 1px solid #e8e8e8;
}

.order-table td {
    padding: 30px 40px;
    vertical-align: middle;
}

.id_name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    padding-top: 20px;
}

    .id_name span {
        border: 1px solid;
        margin-left: 20px;
        text-transform: uppercase;
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 5px;
    }

.shipping_details {
    background-color: #eee;
    padding: 20px 20px 0;
}

.order_informtion {
    margin-top: 40px;
}

    .order_informtion h3 {
        border-bottom: 1px solid #ccc;
        font-size: 25px;
        padding-bottom: 10px;
    }

    .order_informtion h6 {
        margin: 20px 0;
    }

.wishlist-table tr td .feature-image {
    width: 80px;
    padding: 10px;
}

button.remove_product {
    border: 0;
    background-color: transparent;
}

.wishlist-table tr td {
    padding: 15px 40px;
    vertical-align: middle;
}

.wishlist-table tr th {
    padding: 35px 32px;
    font-weight: 400;
}

.wishlist-table table {
    border: 1px solid #cccc;
    border-top: 0;
}

.wishlist-table tr {
    border-top: 1px solid #e8e8e8;
}

.checkout-form h3.mb-4 {
    font-size: 25px;
}

.success_page h5 {
    margin: 20px 0 10px;
}

.success_page h3 {
    margin-bottom: 10px;
    font-size: 32px;
}

.checkout-form .form-control {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item {
    word-break: break-all !important;
}

.list_breadcrumb .breadcrumb-item a::after {
    /* float: left; */
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.list_breadcrumb .breadcrumb-item::before {
    display: none;
}

.list_breadcrumb .breadcrumb-item a {
    text-decoration: none;
}

.ptb-40 {
    padding: 40px 0;
}

.size-selection-detail {
    display: flex;
    flex-wrap: wrap;
}

#ddlitemsize {
    width: 200px;
    max-width: 100%;
    height: 46px;
}

.block-text-limited {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* Adjust based on your line height */
    max-height: 4.5em; /* 3 lines * line-height (1.5em) */
}


.address-table {
    width: 100%;
    overflow-x: scroll;
}


.blog-tags {
    background-color: #d8ecff;
    color: black;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
}

.secondary-text-blog {
    color: #832729;
}


.price-tooltip {
    position: relative;
    display: inline;
}

    .price-tooltip .price-tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: #832729;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 2px 2px 2px 2px;
        position: absolute;
        z-index: 1;
    }

    .price-tooltip:hover .price-tooltiptext {
        visibility: visible;
    }

.price-tooltiptext table {
    font-size: 12px !important;
    margin: 0;
}

.price-tooltip .price-tooltiptext th, .price-tooltip .price-tooltiptext td {
    padding: 5px;
}

.ur-blog-card a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.couponapplied {
    border: 1px solid #832729;
    min-width: 200px;
    max-width: 200px;
    display: inline-block;
    height: 24px;
    border-radius: 37px;
    color: #832729;
    text-align: center;
    font-size: 14px;
}

.couponRemove {
    border: 1px solid #832729;
    height: 39px;
    border-radius: 37px;
    color: #d8ecff;
    text-align: center;
    font-size: 19px;
    width: auto;
    padding: 7px;
    background-color: #832729;
}


.couponcontainer .card {
    border-radius: 0;
    flex: 0 0 400px;
    background: none;
    padding: 15px;
    box-shadow: none;
    margin: 0 0 15px 0;
}

    .couponcontainer .card .content {
        width: 100%;
    }

    .couponcontainer .card .ribbon-wrapper {
        top: 0;
        right: 0;
    }

    .couponcontainer .card .ribbon {
        top: 0;
    }

.couponcontainer-outer {
    overflow: auto;
    max-width: 100%;
}

.couponcontainer {
    justify-content: flex-start;
    gap: 10px;
    display: inline-flex;
}



.copy-button button {
    padding: 3px 3px;
    background-color: #832729;
    color: #fff;
    border: 1px solid transparent;
}

.ribbon-wrapper {
    width: 100px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: 0px;
}

.ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    position: relative;
    padding: 3px 0;
    top: 15px;
    right: 8px;
    width: 120px;
    background-color: #832729;
    color: #fff;
}

.btn-quote {
    width: 120px !important;
    background-color: var(--secondary-color);
    padding: 10px 13px;
    border-radius: 5px;
    color: white;
}

    .btn-quote:hover {
        color: white;
    }

.ur-blog-card a {
    text-decoration: none;
}

.latest-posts .text-box {
    width: 100%;
}

.ur-blog-card .card-content h4 {
    height: 60px;
    margin-bottom: 0 !important;
    max-height: 100%;
}

.blog-single-content .secondary-text-blog {
    font-size: 30px;
}

.blog-single-content h2 {
    font-size: 22px;
}

.latest-post-widget .latest-posts .feature-image {
    width: 90px;
    flex-shrink: 0;
    overflow: hidden;
}
.latest-posts .text-box a {
    text-decoration: none;
}
.tags-social .tags-list a {
    padding: 10px 20px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 15px;
    background: none;
    display: inline-block;
    margin: 0 3px 10px;
}

.icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.popup_not {
    position: absolute;
    background: #242020bf;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    padding: 65px 20px;
    margin: 0;
    top: 0;
    text-align: center;
    color: yellow;
}
.icon-close .trash-icon {
    color: #fff;
    font-size: 15px;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
