body {
    font-family: "Roboto", sans-serif;
    --font-primary: "Roboto", sans-serif;
    --font-secondary: "Roboto", sans-serif;
    --color-primary: #ff7400;
    --color-secondary: #0064d2;
}

.axil-product .product-content .product-price-variant span.price.old-price {
    color: #000;
    text-decoration: line-through;
    margin-left: 0;
}

.stock-out {
    position: absolute;
    background: #ef5f00;
    top: 15px;
    z-index: 1;
    right: 0;
    color: #fff;
    font-size: 11px;
    padding: 0px 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px 0px 0px 8px;
}

.header-logo {
    width: 150px;
    max-width: none;
}

.btn-product-add-to-cart {
    height: 33px;
    padding: 0 18px;
    display: block;
    border-radius: 6px;
    font-size: 12px;
    color: #fff !important;
    background-color: #ef5f00;
    transition: 0.3s;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
    z-index: 1;
    border: 2px solid #ef5f00;
    width: 135px;
    font-weight: bold;
}

.btn-product-add-to-cart:hover {
    background-color: #f56e15;
    color: #fff !important;
}

.btn-buy-now:hover {
    background: #079d07 !important;
}

.header-action > ul > li {
    margin: 0 3px !important;
}
.axil-shop-area.axil-section-gap {
    padding-top: 20px;
}

.header-action .bd-highlight {
}

.policy-file h4 {
    font-size: 14px !important;
}
.border-soft-light {
    border-left: 1px solid #f1f1f1;
}
/*brand*/
.single-poster a img {
    height: 432px;
}
h2.title {
    margin-bottom: 0;
    padding-bottom: 0px;
    line-height: 1;
    font-size: 22px;
}
.sizes {
    display: block !important;
}
input#id {
    display: none;
}
@media only screen and (max-width: 767px) {
    .single-poster a img {
        width: 100%;
        height: auto;
    }
    h2.title {
        margin-bottom: 0;
        line-height: 1;
        margin-top: 30px;
    }
    .hotdeal-data .slick-single-layout {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-content {
        margin-bottom: 60px;
    }
}
.footer-mainmenu.axil-sticky {
    bottom: 0px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.back-to-top.show {
    bottom: 75px !important;
}

.footer-nav-top {
    border-top: 1px solid #e3e3e3;
    margin-top: 5px;
}

.axil-categorie-area .section-title-wrapper {
    padding-bottom: 0px;
}

.axil-breadcrumb-area {
    position: relative;
    background-color: #f8f8f8;
    padding: 7px 0 0px;
    margin-bottom: 10px;
}
.section-title-wrapper {
    margin-bottom: 0;
    padding: 0px 0 10px;
}

.accordion-item {
    border: none;
}
.accordion-body {
    padding: 0px 0 0 20px;
}
button.accordion-button {
    font-size: 1.8rem;
}
button.accordion-button.collapsed {
    background: aliceblue;
    margin-bottom: 2px;
}
.accordion-body ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.accordion-body ul li {
    -border: 0.1rem solid #ebebeb;
    border-top: none;
    list-style: none;
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.accordion-body ul li a {
    color: #666;
    font-weight: 300;
    font-size: 12px;
}
/*Header*/
.header-search-modal.open {
    margin-top: 20px;
}

.header-style-2 .axil-header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.cart-dropdown .cart-content-wrap {
    z-index: 9999;
}

.header-brand a {
    width: 130px;
}

.header-style-2 .axil-header-top {
    padding: 10px 0;
    background: #2874f0;
}

.header-style-2 .axil-header-top .axil-search input {
    opacity: 1;
    background-color: white;
    border: 1px solid white;
}

.header-action > ul > li > a > i {
    color: #7393f2;
}

.etrade-newsletter-wrapper {
    height: 125px;
    background-size: auto;
    padding: 0;
}

.axil-header-top .header-action > ul {
    justify-content: flex-end;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .home-menu .img-fluid {
        display: none;
    }

    .home-menu .mainmenu > li {
        align-items: self-start !important;
    }

    .etrade-newsletter-wrapper {
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .etrade-newsletter-wrapper {
        height: 70px !important;
    }
    .mobile-slide {
        padding-bottom: 27px !important;
    }
}

.main-slider-style-2 .slider-box-wrap {
    padding: 0;
}

.slider .slick-slide img {
    width: 100%;
    height: 350px;
    border-radius: 6px;
}

.axil-slick-dots .slick-dots li {
    background: #3f51b5;
}

.axil-product .cart-action {
    margin: 0;
}

.axil-product .cart-action li.select-option button {
    position: relative;
    height: 33px;
    padding: 0 18px;
    display: block;
    border-radius: 30px;
    font-size: 12px;
    color: #ef5f00 !important;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
    position: relative;
    z-index: 1;
    border: 2px solid #ef5f00;
    width: 135px;
}

.axil-product .product-add-to-cart a.btn {
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #ef5f00;
    width: 104px;
    height: 33px;
    padding: 0 0px;
    font-size: 12px;
    color: #ef5f00 !important;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
    line-height: 30px;
}

.axil-product .product-add-to-cart a.btn:hover {
    background-color: #ef5f00;
    color: #fff !important;
}

.axil-product > .thumbnail .label-block.label-right {
    right: -3px !important;
}

.pro-qty {
    width: 110px;
}

img.d-block.w-100 {
    border-radius: 7px;
    height: 450px;
}

i.far.fa-heart {
    color: black;
}

.carousel-control-next,
.carousel-control-prev {
    top: 35%;
    width: 3%;
    height: 30%;
    background: #fff;
}

@media only screen and (max-width: 600px) {
    img.d-block.w-100 {
        height: 177px;
    }

    .mobile-div.pt--50 {
        padding-top: 20px;
    }
}
header.mobile.header.axil-header.header-style-5 {
    display: none;
}

header.desktop.header.axil-header.header-style-5 {
    display: block;
    background: white;
}

header.desktop.header.axil-header.header-style-5 .axil-mainmenu.axil-sticky {
    background: white;
}

.mobile.footer-mainmenu {
    display: none;
}

@media only screen and (max-width: 767px) {
    header.mobile.header.axil-header.header-style-5 {
        display: block;
        background: #ffffff;
    }

    .mobile.footer-mainmenu {
        display: block;
    }

    header.desktop.header.axil-header.header-style-5 {
        display: none;
    }

    .header-style-5 .axil-mainmenu {
        background: #ffffff;
    }
}
.header-action > ul {
    justify-content: flex-end;
}

.axil-search {
    flex: 1;
    position: relative;
}

button.icon.wooc-btn-search {
    width: auto;
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: var(--color-heading);
    z-index: 1;
}

input#search2 {
    opacity: 1;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-size: 14px;
    padding-left: 50px;
    font-weight: 500;
    width: 100%;
}

.header-action .my-account {
    position: relative;
    margin-left: 20px;
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 10px;
}

.header-action > ul > li > a {
    font-size: 16px;
    color: white;
}
.desktopnav {
    background: white;
    margin-top: 20px;
}

.desktopnav .mainmenu > li {
    margin: -15px 10px;
}

.desktopnav .mainmenu {
    justify-content: flex-start;
    margin-left: -30px;
}

@media only screen and (max-width: 767px) {
    .desktopnav {
        display: none;
    }
}
.mobilenumber {
    display: flex;
    margin-top: 10px;
    padding-right: 5px;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    i[class^="flaticon-"]:before,
    i[class*=" flaticon-"]:before {
        color: white;
        font-size: 24px;
    }
    .axil-category .row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .axil-contact-page {
        padding: 15px;
    }

    .header-style-5 .mainmenu {
        margin-top: 5px;
    }

    .mobilesearch.col-12 {
        padding: 0 10px 10px 10px;
    }

    .header-brand {
        margin-left: 0px;
    }
}
.categrie-product-activation button.slide-arrow.prev-arrow.slick-arrow {
    display: none !important;
}

.categrie-product-activation button.slide-arrow.next-arrow.slick-arrow {
    display: none !important;
}

.axil-section-gapcommon {
    -padding: 0;
    margin-top: -20px;
}

.axil-categorie-area.bg-color-white.axil-section-gapcommon {
    display: none;
    margin-top: 0px;
}

.categrie-product .cat-title {
    font-size: 14px;
}

.mainmenu > .menu-item-has-children > a::after {
    color: #1a1b1b;
}

.home-menu .mainmenu > li > a {
    line-height: 35px;
    height: 45px;
    font-weight: bold;
    font-size: 14px;
}

.home-menu .mainmenu > li {
    margin: 0 10px;
}

.mainmenu > .menu-item-has-children .axil-submenu li a {
    font-size: 14px;
}

.home-menu .mainmenu > li > a:hover {
    color: var(--color-secondary);
}

.mainmenu > .menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-secondary);
}

.mainmenu > li > a::before {
    display: none;
}

.home-menu .mainmenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -justify-content: space-between;
    margin-top: 50px;
    justify-content: none;
    margin-left: 15px;
    padding-bottom: 0px;
}

.home-menu .mainmenu > li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-menu .img-fluid {
    width: 84px;
    height: auto;
}

.home-menu {
    margin-top: -35px;
}

.categrie-product a {
    -padding: 12px;
}

@media only screen and (max-width: 767px) {
    .desktop.home-menu {
        display: none;
    }
}

/* view all*/
a.viewall-right {
    /* display: none; */
    font-size: 14px;
    font-weight: var(--s-bold);
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: -30px;
    padding-top: 15px;
    justify-content: flex-end;
}

/*
  .axil-poster.axil-section-gap .row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}*/
@media only screen and (max-width: 767px) {
    a.viewall-right {
        display: flex;
        justify-content: flex-end;
        margin-bottom: -60px;
        padding-top: 30px;
    }
    a.axil-btn.btn-bg-lighter.btn-load-more {
        display: none;
    }
    .slick-initialized .slick-slide .row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .slick-slider .row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .axil-poster.axil-section-gap .row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: -5px;
    }
    .axil-poster.axil-section-gap {
        padding-top: 35px !important;
        margin-bottom: -30px;
    }
    .footer-style-2 .footer-top {
        padding: 0px 15px;
    }
    .mobile-gap-trending {
        padding-top: 10px;
    }
    .mobile-gap-recommended {
        padding-top: 10px;
    }
}
.pro-qty input {
    margin: 0 3px;
}
.header-action > ul > li > a::after {
    display: none;
}
.header-action > ul > li > a > i:hover {
    background: #2874f0;
    border-radius: 100%;
    color: #fff;
}
.header-action .my-account:hover {
    background: #fa4679;
}
.mainmenu > li > a:hover {
    color: #fa4679;
}
/*BRAND*/
.cat-blocks-container {
    padding-top: 0.5rem;
}
.cat-blocks-container [class*="col-"] {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.category {
    /*border: 1px solid #d1cdcd;*/
    margin-bottom: 25px;
    padding: 10px;
}
.cat-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 0.4rem;
    transition: box-shadow 0.35s ease;
    min-height: 160px;
    border: 1px solid #d1cdcd;
}
.cat-block figure {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 124px;
    margin: 0;
}
.cat-block figure span {
    position: relative;
}
.cat-block img {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35s ease;
}

.axil-product .product-content .product-price-variant span.price {
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    .mobile.axil-categorie-area.bg-color-white.axil-section-gapcommon {
        margin-top: -50px;
        margin-bottom: -45px;
        background: transparent;
    }
    .axil-product .cart-action li.select-option button {
        -padding: 0 8px;
    }

    .mobile .slick-single-layout.slick-slide.slick-current.slick-active {
        width: 70px !important;
    }

    .mobile .slick-single-layout.slick-slide {
        margin-right: -50px;
        margin-top: -25px;
        margin-bottom: -15px;
        margin-left: 5px;
    }

    .mobile .categrie-product {
        box-shadow: none;
        min-width: 92px;
    }

    .categrie-product a {
        padding: 5px;
        margin-top: 0;
    }

    .categrie-product img {
        width: 80%;
    }
    .brand .categrie-product img {
        width: 100%;
    }
    .dropdown.categrie-product.sal-animate {
        background: transparent !important;
    }

    .categrie-product:before {
        background-color: transparent;
        border: 1px solid transparent;
    }

    .categrie-product .cat-title {
        font-size: 10px;
    }
    .axil-product .product-content .title {
        /* height: 35px; */
    }
}
@media only screen and (max-width: 820px) {
    .cart-count {
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    main.main-wrapper {
        -margin-top: 6%;
    }
    .header-action > ul > li > a {
        font-size: 13px;
        font-weight: 400;
        padding: 0;
        color: #ffffff;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 6%;
    }
    .header-action .shopping-cart .cart-dropdown-btn .cart-count {
        line-height: 1px;
    }
    .section-title-wrapper {
        margin-bottom: 0;
        padding: 5px 0 5px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: 0.8;
    }
}
.slick-list.draggable .slick-track {
    display: flex;
    justify-content: flex-start;
    width: 100% !important;
}
.brand .slick-list.draggable {
    margin: 15px 0;
}

.slick-layout-wrapper--15 .slick-single-layout,
.slick-layout-wrapper--15 .slick-slide {
    padding: 0px;
}
.brand .slick-layout-wrapper--15 .slick-single-layout,
.slick-layout-wrapper--15 .slick-slide {
    padding: 15px;
}

.slick-initialized .slick-slide {
    outline: none;
    margin-bottom: 0px;
    margin-top: 0px;
}
.categrie-product {
    border: 1px solid #eee;
    margin: 10px;
    position: unset;
}
.categrie-product:hover {
    border: 1px solid #eee;
    background: #eee;
    margin: 1px;
    position: unset;
}
.categrie-product img {
    margin: 0 auto;
}
.brand .categrie-product a {
    padding: 0px;
}
.brand.axil-categorie-area .slick-track {
    -transform: translate3d(0px, 0px, 0px) !important;
}
.categrie-product:before {
    border: 1px solid transparent !important;
}
.mobile-slide {
    display: none;
}
.category-mobileview {
    display: none;
}
@media only screen and (max-width: 767px) {
    .brand .slick-single-layout.slick-slide {
        width: 100% !important;
        border: 1px solid #eee;
        border-radius: 5px;
        margin: 5px;
    }
    .header-main-nav .mainmenu-nav .mainmenu {
        padding: 10px;
    }
    .mobile-nav-brand {
        margin-bottom: 0px;
        padding: 10px;
        background: #ffffff;
    }
    .header-main-nav.open .mainmenu-nav {
        right: none;
        left: 0;
    }
    .header-main-nav .mainmenu-nav {
        right: none;
        left: -250px;
        padding: 0px;
    }
    .brand .categrie-product.sal-animate {
        border: 1px solid white;
    }
    .brand h2.title {
        margin-top: 25px;
    }
    .brand .categrie-product {
        margin: 0;
        width: 100%;
        min-width: 78px;
    }
    .desktop-slide {
        display: none;
    }
    .mobile-slide {
        display: block;
    }
    .category-mobileview {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
}
.axil-product > .thumbnail > a {
    background-color: white;
}
.axil-product .product-content .title a {
    color: black;
}
.bg-vista-white {
    background-color: #ededef;
}
.single-product-thumb h2.product-title {
    font-size: 30px;
}

/*rating*/
.wrapper {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    padding-top: 10px;
}

.rating-component {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-bottom: 10px;
}

.rating-component .status-msg {
    margin-bottom: 10px;
    text-align: center;
}

.rating-component .status-msg strong {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.rating-component .stars-box {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 15px;
}

.rating-component .stars-box .star {
    color: #ccc;
    cursor: pointer;
}

.rating-component .stars-box .star.hover {
    color: #ff5a49;
}

.rating-component .stars-box .star.selected {
    color: #ff5a49;
}

.feedback-tags {
    min-height: 119px;
}

.feedback-tags .tags-container {
    display: none;
}

.feedback-tags .tags-container .question-tag {
    text-align: center;
    margin-bottom: 40px;
}

.feedback-tags .tags-box {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feedback-tags .tags-container .make-compliment {
    padding-bottom: 20px;
}

.feedback-tags .tags-container .make-compliment .compliment-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-tags
    .tags-container
    .make-compliment
    .compliment-container
    .fa-smile-wink {
    color: #ff5a49;
    cursor: pointer;
    font-size: 40px;
    margin-top: 15px;
    -webkit-animation-name: compliment;
    animation-name: compliment;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.feedback-tags
    .tags-container
    .make-compliment
    .compliment-container
    .list-of-compliment {
    display: none;
    margin-top: 15px;
}

.feedback-tags .tag {
    border: 1px solid #ff5a49;
    border-radius: 5px;
    color: #ff5a49;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
}

.feedback-tags .tag.choosed {
    background-color: #ff5a49;
    color: #fff;
}

.list-of-compliment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-of-compliment ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 20px;
    min-width: 90px;
}

.list-of-compliment ul li:first-child {
    margin-left: 0;
}

.list-of-compliment ul li .icon-compliment {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff5a49;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 70px;
}

.list-of-compliment ul li .icon-compliment i {
    color: #ff5a49;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment {
    background-color: #ff5a49;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment i {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button-box .done {
    background-color: #ff5a49;
    border: 1px solid #ff5a49;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: none;
    min-width: 100px;
    padding: 10px;
}
input#submit {
    cursor: pointer;
}

.button-box .done:disabled,
.button-box .done[disabled] {
    border: 1px solid #ff9b95;
    background-color: #ff9b95;
    color: #fff;
    cursor: initial;
}

.submited-box {
    display: none;
    padding: 20px;
}

.submited-box .loader,
.submited-box .success-message {
    display: none;
}

.submited-box .loader {
    border: 5px solid transparent;
    border-top: 5px solid #4dc7b7;
    border-bottom: 5px solid #ff5a49;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@-webkit-keyframes compliment {
    1% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes compliment {
    1% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mobile-nav-brand img {
    float: left;
    padding-right: 5px;
}
.header-main-nav a.logo {
    width: 100%;
    padding-left: 20px;
}
.mobile-nav-brand > ul {
    display: flex;
    align-items: center;

    margin: 0 0 -5px;
    padding: 0;
}
.header-main-nav .mainmenu-nav .mainmenu > li > a {
    color: #000;
}
.mobile-nav-brand .mainmenu > li > a svg {
    margin-right: 15px;
}
.mobile-nav-brand > ul > li > a {
    font-size: 12px;
    font-weight: 300;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.mobile-nav-brand .my-account {
    position: relative;
}

.mobile-nav-brand i.flaticon-shopping-cart {
    display: flex;
}
.mobile-nav-brand i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-size: 20px;
}
.mobile-nav-brand .shopping-cart .cart-dropdown-btn .cart-count {
    text-align: center;
    background-color: #1887f2;
    border: 1px solid white;
    font-size: 10px;
    font-weight: 400;
    color: white;
    border-radius: 50%;
    height: 0px;
    width: 12px;
    line-height: 1px;
    position: absolute;
    top: -12px;
    right: -12px;
}
.mobile-nav-brand .cart-count {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.more-dp {
    position: relative;
}
.more-dp {
    padding: 5px;
    cursor: pointer;
}

.more-dp .mainmenu {
    position: absolute;
    width: 250px;
    background-color: white;
    box-shadow: 0 0 7px gray;
    border-radius: 5px;
    justify-content: start;
    z-index: 9999;
    display: none;
    margin-top: -10px;
    padding-top: 20px;
    transition: 0.3s;
    clip-path: polygon(26% 0, 30% 3%, 100% 3%, 100% 100%, 0 100%, 0 3%, 22% 3%);
}
.more-dp .mainmenu li {
    display: block;
    padding: 10px;
    text-align: start;
}
.more-dp .mainmenu li a {
    text-align: start;
    line-height: 10px;
    height: 20px;
}
.more-dp:hover .mainmenu {
    display: block;
}
.axil-mainmenu.axil-sticky .mainmenu > li > a {
    line-height: 10px;
    height: 20px;
}
.menu-item-has-children .axil-submenu {
    right: 0;
    left: 0 !important;
    min-width: 100% !important;
    padding: 0 !important;
}
.desktopnav {
    margin-top: 10px;
}
.more-btn:focus {
    border: none;
    outline: none;
}
.fixed-cart-bottom {
    position: fixed;
    bottom: 9rem;
    right: 35px;
    background: #ffffff96;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    box-shadow: 2px 2px 8px gray;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9999;
}
.fixed-cart-bottom:hover {
    background: rgb(196, 196, 196);
}
.fixed-cart-bottom .badge {
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ff6a00 !important;
}
.product-add-to-cart {
    width: 100%;
}
.button {
    height: 40px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    /*   background-color: #ff7400 !important; */
    cursor: pointer;
}
.button p {
    height: 40px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    transition: 0.5s;
    color: white;
}
.button span {
    height: 40px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    transition: 0.5s;
    color: white;
    padding: 20px;
}

.button:hover span {
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    margin-top: -40px;
    transition: 0.5s;
}
.button:hover p {
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    margin-top: -68px;
    transition: 0.5s;
}

@media (max-width: 575px) {
    .fixed-cart-bottom {
        bottom: 5.5rem;
        right: 8px;
        height: 50px;
        width: 50px;
    }
    .home-menu .img-fluid {
        width: 85px;
        height: auto;
    }
    .carousel-items {
        min-width: 60px;
    }
}
.axil-product > .thumbnail > a .product_img {
    transition: 1.2s;
}
.axil-product:hover > .thumbnail > a .product_img {
    transform: scale(1.5) !important;
}
.axil-product > .thumbnail {
    /* max-height: 280px; */
    overflow: hidden;
    /* min-height: 192px; */
}

@media (min-width: 320px) and (max-width: 359px) {
    iframe {
        height: 150px !important;
        width: 100% !important;
    }
}

@media (min-width: 360px) and (max-width: 374px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 162px !important; */
    }

    iframe {
        height: 150px !important;
        width: 100% !important;
    }
}

@media (min-width: 375px) and (max-width: 383px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 162px !important; */
    }
    iframe {
        height: 150px !important;
        width: 100% !important;
    }
}

@media (min-width: 384px) and (max-width: 411px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 162px !important; */
    }

    iframe {
        height: 150px !important;
        width: 100% !important;
    }
}

@media (min-width: 412px) and (max-width: 413px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 162px !important; */
    }

    iframe {
        height: 180px !important;
        width: 100% !important;
    }
}

@media (min-width: 414px) and (max-width: 479px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 200px !important; */
    }
    iframe {
        height: 180px !important;
        width: 100% !important;
    }
}

@media (min-width: 480px) and (max-width: 532px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 216px !important; */
    }

    iframe {
        height: 150px !important;
        width: auto !important;
    }
}

@media (min-width: 533px) and (max-width: 567px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 216px !important; */
    }

    iframe {
        height: 150px !important;
        width: auto !important;
    }
}

@media (min-width: 568px) and (max-width: 599px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 256px !important; */
    }
    iframe {
        height: 150px !important;
        width: auto !important;
    }
}

@media (min-width: 600px) and (max-width: 639px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 256px !important; */
    }

    iframe {
        height: 150px !important;
        width: auto !important;
    }
}

@media (min-width: 640px) and (max-width: 666px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 280px !important; */
    }
}

@media (min-width: 667px) and (max-width: 731px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 280px !important; */
    }
}

@media (min-width: 732px) and (max-width: 735px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 280px !important; */
    }
}

@media (min-width: 736px) and (max-width: 767px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 280px !important; */
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 140px !important; */
    }
}

@media (min-width: 800px) and (max-width: 811px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 152px !important; */
    }
}

@media (min-width: 800px) and (max-width: 811px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 152px !important; */
    }
}

@media (min-width: 812px) and (max-width: 853px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 162px !important; */
    }
}

@media (min-width: 854px) and (max-width: 899px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 174px !important; */
    }
}

@media (min-width: 900px) and (max-width: 949px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 188px !important; */
    }
}

@media (min-width: 950px) and (max-width: 959px) {
    .axil-product > .thumbnail > a .product_img {
        height: 189px !important;
    }
}

@media (min-width: 960px) and (max-width: 991px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 197px !important; */
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 204px !important; */
    }
}

@media (min-width: 1024px) and (max-width: 1155px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 239px !important; */
    }
}

@media (min-width: 1156px) and (max-width: 1366px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 189px !important; */
    }
}
@media (min-width: 1367px) and (max-width: 1439px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 189px !important; */
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 215px !important; */
    }
}

@media (min-width: 1600px) and (max-width: 1679px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 229px !important; */
    }
}

@media (min-width: 1680px) and (max-width: 1818px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 252px !important; */
    }
}

@media (min-width: 2000px) and (max-width: 2200px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 285px !important; */
    }
}

@media (min-width: 2201px) and (max-width: 2472px) {
    .axil-product > .thumbnail > a .product_img {
        /* height: 280px !important; */
    }
}
@media (max-width: 775px) {
    .product_img {
        /* height: 180px !important; */
    }
}

.axil-product .cart-action li {
    margin: 0;
}

#product_data.row .cat-col {
    padding-left: 5px;
    padding-right: 5px;
}
