@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200;300;400;500;600;700;800&display=swap");
::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

body {
    overflow-x: hidden;
}

body,
p {
    font-family: "Mukta Malar", sans-serif;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
}

img,
video {
    max-width: 100%;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: flex;
    margin: 0;
    cursor: pointer;
    padding: 0;
    align-items: center;
    font-size: 15px;
    color: #555;
}

input[type="checkbox"]+label:before {
    content: "\2714";
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}

input[type="checkbox"]:checked+label:before {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.container-fluid.wide {
    padding: 0 3%;
}

.header-bottom_area.header-bottom_area-2 .container-fliud {
    padding: 0 3%;
}

.header-bottom_area.header-bottom_area-2 {
    position: unset;
}

.header-bottom_area .header-logo {
    padding-top: 0;
}

.header-bottom_area .header-logo img {
    height: 100px;
}

.header-bottom_area.header-bottom_area-2 .container-fliud .main-menu_area {
    height: 100%;
    align-items: center;
    justify-content: end;
}

.header-bottom_area .header-right_area {
    align-items: center;
    height: 100%;
}

.header-bottom_area.header-bottom_area-2 .container-fliud .header-right_area>ul>li>a {
    height: unset;
    line-height: unset;
    width: 45px;
}

.header-bottom_area .header-right_area>ul>li {
    border: 0;
}

.header-bottom_area .header-right_area>ul>li:first-child {
    border: 0;
}

.header-middle_area {
    padding: 9px;
}

.header-middle_area .header-logo img {
    height: 100px;
}

.align-center {
    align-items: center;
}

.hiraola-footer_area .footer-top_area .footer-widgets_info .footer-widgets_logo {
    padding-bottom: 10px;
}

.hiraola-footer_area .footer-top_area .footer-widgets_info .footer-widgets_logo img {
    height: 95px;
}

.grid-left {
    max-width: 20%;
}

.grid-right {
    max-width: 100%;
}

.slider-with-category_menu {
    padding-top: 0;
}

.privacy-area .policy-content {
    padding: 80px 0;
}

.privacy-area .policy-content p.para-title {
    font-size: 22px;
    font-weight: 600;
    margin: 34px 0 18px;
}

.privacy-area .policy-content p.sub-title {
    font-size: 18px;
    font-weight: 600;
}

.privacy-area .policy-content ul.unorder-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.static-banner-image_site img {
    width: 100%;
}

.shop-product-wrap .slide-item .single_product .hiraola-product_content .product-desc_info .price-box {
    display: block;
}

.shop-product-wrap .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action {
    display: block;
    float: none;
}

.product-showcase .shop-product-wrap {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.product-showcase .shop-product-wrap .col-md-2 {
    width: 20%;
}

.product-showcase .shop-product-wrap::-webkit-scrollbar {
    height: 0;
}

.product-showcase {
    position: relative;
}

.product-showcase a.showcase-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #f1f1f1;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    opacity: 0;
    transition: 0.4s;
    cursor: pointer;
}

.product-showcase a.showcase-arrow.showcase-arrow-prev {
    left: 0;
}

.product-showcase a.showcase-arrow.showcase-arrow-next {
    right: 0;
}

.product-showcase:hover a.showcase-arrow {
    opacity: 1;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .price-box {
    display: block;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action {
    float: none;
    display: block;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li {}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li .cart-plus-minus {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    height: 40px;
    border-radius: 10px;
    width: 100%;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li .cart-plus-minus input.cart-plus-minus-box {
    width: 40%;
    text-align: center;
    background: transparent;
    border: 0;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li .cart-plus-minus .qtybutton {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li:first-child {
    width: 50%;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li a.hiraola-add_compare {
    cursor: pointer;
    background: #333;
    color: #fff;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action .remark-container {
    margin-bottom: 12px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action .remark-container input.form-control {
    font-size: 14px;
    border-color: #dedede;
    height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    line-height: normal;
    vertical-align: middle;
    box-shadow: none;
}

.product-view .slide-item .single_product .hiraola-product_content {
    padding: 15px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info {}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info p.product-name {
    color: #000;
    font-weight: 700;
    margin: 0 0 4px 0;
    font-size: 16px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info p.product-name a {
    color: #000;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .price-box {}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .price-box p.new-price {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .price-box p.new-price span {
    font-weight: 700;
}

.template-color-1 .product-view .slide-item .single_product {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.product-view .slick-list.draggable {
    margin-left: 0;
    margin-right: -20px;
    padding: 0;
}

.product-view .slick-list.draggable .slick-slide {
    margin: 0;
}

.hiraola-banner_area-3 {
    padding-top: 40px;
}

.hiraola-product_area {
    padding-top: 40px;
}

.hiraola-banner_area-2 {
    padding-top: 40px;
}

.static-banner_area {
    padding-top: 40px;
}

.latest-blog_area {
    padding: 40px 0 0;
}

.hiraola-product_area.mostview_products {
    padding-bottom: 40px;
}

.footer-bottom_area .footer-bottom_nav .copyright {
    padding-top: 0;
}

.footer-bottom_area .footer-bottom_nav .copyright span a {
    color: #000;
    font-weight: 600;
}

.footer-bottom_area .footer-bottom_nav .copyright span span.heart {
    color: #e74c3c;
}

.blog-item {
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
}

.latest-blog_area .latest-blog_slider .blog-slide_item .blog-item .blog-content {
    padding: 20px 15px;
}

.latest-blog_area .latest-blog_slider .blog-slide_item .blog-item .blog-content .hiraola-read-more_area a.hiraola-read_more {
    background: #eee;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.template-color-1 .img-hover_effect a:after {
    background: #fff;
}

.template-color-1 .img-hover_effect a:before {
    background: #fff;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li a.hiraola-add_compare:hover {
    background: #eee;
}

.home-slider-image img {
    width: 100%;
}

.hiraola-footer_area .footer-top_area .footer-widgets_info .widgets-essential_stuff>ul>li i {
    position: absolute;
    left: 0;
    top: 1px;
}

.hiraola-footer_area .footer-top_area .footer-widgets_info .widgets-essential_stuff>ul>li {
    position: relative;
    padding-left: 30px;
}

.hiraola-footer_area .footer-download-area {
    background: #fff;
    padding: 45px 0;
    border-top: 1px solid #eee;
}

.hiraola-footer_area .footer-download-area .subscribe {
    text-align: center;
    margin-bottom: 35px;
}

.hiraola-footer_area .footer-download-area .subscribe p.title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.hiraola-footer_area .footer-download-area .subscribe p.textshow {
    margin: 0;
    font-size: 18px;
}

.hiraola-footer_area .footer-download-area .app-download {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiraola-footer_area .footer-download-area .app-download a {
    background: #eee;
    color: #000;
    border-radius: 50px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 16px;
    padding: 0 30px;
    border: 1px solid #eee;
}

.hiraola-footer_area .footer-download-area .app-download a:first-child {
    margin-right: 10px;
}

.hiraola-footer_area .footer-download-area .app-download a i {
    margin-right: 0;
    font-size: 30px;
    text-align: center;
    padding-right: 15px;
}

.hiraola-footer_area .footer-download-area .app-download a p {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    font-size: 18px;
}

.hiraola-footer_area .footer-download-area .app-download a p span {
    display: block;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.hiraola-footer_area .footer-download-area .app-download a:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.hiraola-footer_area .footer-download-area .app-download a:hover p {
    color: #fff;
}

.hiraola-footer_area .footer-download-area .app-download a svg {
    width: 36px;
    margin-right: 15px;
}

.hiraola-footer_area .footer-download-area .app-download a:hover svg {
    fill: #fff;
}

.product-view .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #f1f1f1;
    opacity: 0;
}

.product-view .slick-arrow.slick-prev.slick-arrow {
    left: 0;
}

.product-view .slick-arrow.slick-next.slick-arrow {
    right: 0;
}

.product-view:hover .slick-arrow {
    opacity: 1;
}

.product-view .slick-arrow:hover {
    background: #000;
    color: #fff !important;
}

.hiraola-section_title {
    border: 0;
}

.hiraola-section_title h4 {
    text-transform: unset;
    color: #000;
    padding-bottom: 12px;
    font-size: 28px;
    text-align: center;
}

.hiraola-section_title h4 span {
    color: #d7a604;
}

.hiraola-section_title>h4:before {
    content: "";
    height: 1px;
    width: 5%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.template-color-1 .hiraola-section_title>h4:before {
    background-color: #999;
}

.project-count-area {
    padding-top: 60px;
    background: #f7f7f7;
    padding-bottom: 60px;
    margin-top: 80px;
}

.sticker-2 {
    width: max-content;
    padding: 0 5px;
}

.template-color-1 .sticker {
    background: #daa604;
}

.template-color-1 .sticker:before {
    border-color: #d7a604 transparent transparent transparent;
}

.project-count-area .single-count .count-icon span img {
    height: 80px;
}

.project-count-area .single-count .count-title h2 {
    margin: 0;
    font-size: 34px;
    color: #000;
}

.project-count-area .single-count .count-title>span {
    font-size: 18px;
}

.single-count .count-title-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 10px;
}

.single-count .count-title-inner span {
    margin: 0;
    font-size: 34px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2px;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search {
    position: unset;
    transform: unset;
    width: 100%;
    background: transparent;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 30px 0;
    position: relative;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .btn-close {
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 32px;
    background: #f1f1f1;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox>input {
    height: 60px;
    line-height: normal;
    background: #fff;
    border: 1px dashed #ccc;
    color: #000;
    padding: 0 100px 0 65px;
    border-radius: 10px;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox>.search_btn {
    font-size: 24px;
    right: auto;
    left: 25px;
    color: #000;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner {
    background: #fff;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .btn-close i {
    line-height: 60px;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox>input::placeholder {
    color: #000;
}

.search-result-container .listofproducts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-result-container .listofproducts .singleview {
    background: #f7f7f7;
    padding: 15px;
    width: 24.2%;
    margin: 0 15px 25px 0;
    display: flex;
    border-radius: 10px;
}

.search-result-container .listofproducts .singleview:nth-child(4n) {
    margin-right: 0;
}

.search-result-container .listofproducts .singleview:nth-child(4n) {
    margin-right: 0;
}

.search-result-container .listofproducts .singleview .imgbox {
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
}

.search-result-container .listofproducts .singleview .productnameshow {
    width: 65%;
    padding-left: 15px;
}

.search-result-container .listofproducts .singleview .productnameshow p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.search-result-container .listofproducts .singleview .productnameshow a {
    margin-bottom: 15px;
    display: block;
}

.search-result-container .listofproducts .singleview .productnameshow a p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.search-result-container .listofproducts .singleview .productnameshow p b {
    padding-right: 5px;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-loader p {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-loader.show {
    display: flex;
}

.ajax-loader .mesh-loader {
    overflow: hidden;
    width: inherit;
}

.ajax-loader .mesh-loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
}

.ajax-loader .mesh-loader .circle {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #d7a604;
    border-radius: 50%;
    margin: -15px;
    -webkit-animation: mesh 3s ease-in-out infinite -1.5s;
    animation: mesh 3s ease-in-out infinite -1.5s;
}

.ajax-loader .mesh-loader>div .circle:last-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.ajax-loader .mesh-loader>div:last-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    50.1% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ajax-loader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    z-index: 9999;
    display: none;
}

.ajax-loader.show {
    display: block;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result::-webkit-scrollbar {
    width: 2px;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .notfound {
    text-align: center;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .notfound p {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}

.contact-main-page {
    padding: 80px 0 0px;
}

.contact-main-page .contact-map {
    padding-top: 50px;
}

.contact-main-page .contact-form-content .contact-form .form-group label {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.contact-main-page .contact-main-page-inner .contact-form-content {
    padding: 35px 10px 35px 45px;
    margin: 0;
}

.contact-main-page .contact-page-side-content {
    margin: 0;
    height: 100%;
}

.contact-main-page .contact-main-page-inner {
    box-shadow: 0 1px 5px #ccc;
}

.contact-main-page .contact-form-content .contact-form .form-group textarea {
    height: 150px;
    padding: 0 15px;
    resize: none;
}

.contact-main-page .contact-page-title span {
    color: #d7a604;
}

.contact-main-page .contact-page-title {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 30px;
    color: #000;
    font-size: 26px;
}

.contact-main-page .contact-page-title:before {
    content: "";
    background: #d7a604;
    position: absolute;
    left: 2px;
    height: 2px;
    width: 10%;
    bottom: 0;
}

.contact-main-page .contact-page-side-content .single-contact-block h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
}

.contact-main-page .contact-page-side-content .single-contact-block p {
    padding-bottom: 10px;
}

.contact-main-page .contact-form p.form-message {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.contact-main-page .contact-form p.form-message.error {
    color: tomato;
}

.contact-main-page .contact-form p.form-message.success {
    color: green;
}

.reels-section {
    padding: 40px 0 0;
}

.reelbox {
    position: relative;
}

.reelbox .vidiobtn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    transition: all 0.3s;
}

.reelbox:hover .vidiobtn-play.pause {
    opacity: 1;
}

.reelbox .vidiobtn-play.pause {
    opacity: 0;
}

.reelbox video {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.reels-section .hiraola-section_title {
    margin-bottom: 30px;
}

.reels-section .row .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
}

.login-page-section {
    min-height: 100vh;
}

.login-page-section .login-form-body {
    padding: 50px 100px;
    height: 100%;
    padding: 7% 15%;
    background: rgb(215 166 4 / 5%);
    position: relative;
}

.login-page-section .login-banner {
    background: url(../img/banner/login-banner-02.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.login-page-section .login-form-body .login-title {
    margin-bottom: 15px;
}

.login-page-section .login-form-body .login-title p {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}

.login-page-section .login-form-body .login-title p span {
    color: #d7a604;
    font-weight: 700;
}

.login-page-section .login-form-body .login-desc {}

.login-page-section .login-form-body .login-desc p {
    font-size: 18px;
}

.login-page-section .col-md-6,
.login-page-section .col-md-7,
.login-page-section .col-md-5 {
    padding: 0;
}

.login-page-section .login-form-body .login-form-view {
    margin-top: 35px;
}

.login-page-section .login-form-body .login-form-view .form-group {
    margin-bottom: 15px;
    position: relative;
}

.login-page-section .login-form-body .login-form-view .form-group label {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-bottom: 0;
    margin-bottom: 1px;
}

.login-page-section .login-form-body .login-form-view .form-group .form-control {
    height: 55px;
    border-color: transparent;
    padding: 15px 20px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding-left: 50px;
    font-size: 16px;
}

.login-page-section .login-form-body .login-form-view .form-group .btn-login {
    color: #fff;
    width: 100%;
    background: #d7a604;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.login-page-section .login-form-body .login-form-view .form-group span {
    position: absolute;
    left: 0;
    top: 57%;
    left: 15px;
    font-size: 16px;
    color: #000;
}

.login-page-section .login-form-body .login-form-view .form-group span.fa.fa-phone {
    transform: rotate(90deg);
}

.login-page-section .login-form-body .another-login {
    padding-top: 25px;
}

.login-page-section .login-form-body .another-login .ttitle {
    text-align: center;
}

.login-page-section .login-form-body .another-login .ttitle p {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}

.login-page-section .login-form-body .another-login .loginicons {
    text-align: center;
}

.login-page-section .login-form-body .another-login .loginicons a {
    border: 0;
    width: 180px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px #ccc;
}

.login-page-section .login-form-body .another-login .loginicons a img {
    height: 20px;
}

.login-page-section .login-form-body .another-login .loginicons a span {
    color: #000;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.login-page-section .login-form-body .nota_member {
    text-align: center;
    margin-top: 20px;
}

.login-page-section .login-form-body .nota_member p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.login-page-section .login-form-body .nota_member p a {
    color: #d7a604;
    font-weight: 700;
    text-decoration: underline;
}

.login-page-section .login-form-body .login-desc p span {
    font-weight: 700;
    color: #d7a604;
}

.login-page-section .login-form-body .verify-login-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    text-align: center;
}

.login-page-section .login-form-body .verify-login-section .otp-container {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

.login-page-section .login-form-body .verify-login-section .otp-container input.form-control {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 12px;
    box-shadow: none;
    border-color: #ddd;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.login-page-section .login-form-body .verify-login-section span#changenumber {
    display: block;
    font-weight: 600;
    background: transparent;
    width: max-content;
    padding: 5px 15px;
    color: #f16038;
    border-radius: 5px;
    margin: 0 auto 20px;
    text-decoration: underline;
}

.login-page-section .login-form-body .verify-login-section .verifyactions {}

.login-page-section .login-form-body .verify-login-section .verifyactions .btn-verify {
    background: #d7a604;
    color: #fff;
    width: 50%;
    height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.login-page-section .login-form-body .verify-login-section .verifyactions .btn-verify .miniloader {
    font-size: 22px;
}

.login-page-section .login-form-body .verify-login-section .verifyactions p.bcbdigsbsotp {
    margin-top: 15px;
    color: #000;
}

.login-page-section .login-form-body .verify-login-section .verifyactions .otp-submit {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: 700;
    color: cornflowerblue;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.login-page-section .login-form-body .verify-login-section .verifyactions .otp-submit:disabled {
    color: #b3b3b3;
}

.login-page-section .login-form-body .formview {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-page-section .login-form-body .formview1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-page-section .login-form-body .formloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.login-page-section .login-form-body .formloader span.loader-16 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgb(199 48 62 / 20%) 33%, #d7a604 100%);
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.login-page-section .login-form-body .formloader.show {
    display: flex;
}

.login-page-section .login-form-body .formloader span.loader-16:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login-page-section .login-form-body .login-form .form-group label i {
    font-style: normal;
    color: red;
    font-size: 14px;
    vertical-align: top;
}

.login-page-section .row {
    margin: 0;
}

.login-page-section .homelink {
    position: absolute;
    right: 35px;
    top: 25px;
    z-index: 9;
}

.login-page-section .homelink a {
    font-weight: 600;
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.login-page-section .homelink a:hover {
    background: #d7a604;
    color: #fff !important;
}

.site-notifications {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    transform: translateY(120px);
    transition: all 0.3s;
}

.site-notifications .inner-notify {
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #219a00;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.site-notifications .inner-notify .message-container {}

.site-notifications .inner-notify .message-container p {
    margin: 0;
    padding-left: 10px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.site-notifications .inner-notify .svg-container svg.ft-green-tick {
    width: 30px;
    height: 30px;
}


/* @supports ((-webkit-animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards) or (animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards)) {} */

.site-notifications .inner-notify .svg-container .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
}

.site-notifications .inner-notify .svg-container .circle {
    fill-opacity: 0;
    stroke: #219a00;
    stroke-width: 16px;
    transform-origin: center;
    transform: scale(0);
}

.site-notifications.show .inner-notify .svg-container .circle {
    -webkit-animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
    animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
}

.site-notifications.show .inner-notify .svg-container .tick {
    -webkit-animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.site-notifications.show {
    transform: translateY(0);
}

@-webkit-keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@-webkit-keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.site-notifications .inner-notify .svg-container svg.error circle.solid {
    stroke: #ddd;
}

.site-notifications .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke: #f56060;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 2;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke: #f56060;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke-dashoffset: -50px;
    stroke-dasharray: 50px;
}

.site-notifications .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 0ms;
}

.site-notifications .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 160ms;
}

.site-notifications .inner-notify .svg-container svg.error {
    width: 25px;
    height: 25px;
}

.site-notifications .inner-notify.errors {
    border-color: #f56060;
}

.site-notifications.show .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 520ms;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 700ms;
    stroke-dashoffset: 0;
}

.site-notifications .inner-notify.errors .svg-container.successsvg {
    display: none;
}

.site-notifications .inner-notify .svg-container.successsvg {
    display: block;
}

.site-notifications .inner-notify .svg-container.errorsvg {
    display: none;
}

.site-notifications .inner-notify.errors .svg-container.errorsvg {
    display: block;
}

.header-bottom_area .main-menu_area>nav>ul>li>a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.shop-toolbar .product-view-mode {}

.shop-toolbar .product-view-mode .btn-filter {
    background: #000;
    color: #fff;
    padding: 5px 25px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
}

.shop-toolbar .product-view-mode .btn-filter svg {
    margin-right: 7px;
    width: 20px;
}

.shop-toolbar {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.shop-toolbar .product-item-selection_area .product-short .nice-select {
    height: 40px;
    line-height: 40px;
    width: 200px;
}

.shop-filter-sidebar {
    position: fixed;
    width: 22%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    pointer-events: auto;
    transition: 0.5s;
    transform: translateX(-100%);
}

.shop-filter-sidebar.show {
    transform: translateX(0);
}

.shop-filter-sidebar .shop-filter-inner {
    width: 100%;
    background: #fff;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.shop-filter-sidebar .shop-filter-inner::-webkit-scrollbar {
    width: 2px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection {
    padding: 0 30px;
}

.shop-filter-sidebar .shop-filter-inner .shop__sidebar-header {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    padding: 14px 25px 14px 30px;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
}

.shop-filter-sidebar .shop-filter-inner .shop__sidebar-header p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.shop-filter-sidebar .shop-filter-inner .shop__sidebar-header .sidebar-close {
    background: none;
    padding: 0;
    border: 0;
    color: #555555;
    font-size: 24px;
    line-height: 1;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title {
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 20px;
    position: relative;
    line-height: 1;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content {
    padding-bottom: 25px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-left: 2px;
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
    background-color: #999;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items::-webkit-scrollbar-thumb {
    background: #c8c8c8;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-content .items li:not(:last-child) {
    margin-bottom: 12px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: 4.5rem;
    min-height: 4.5rem;
    z-index: 2;
    cursor: pointer;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle {
    display: block;
    min-width: 1rem;
    min-height: 1rem;
    width: 100%;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:before {
    width: 12px;
    height: 1px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle::after {
    width: 1px;
    height: 12px;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:after,
.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.4s;
    background-color: #111111;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:after,
.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle:before {
    left: 96%;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle.active:before {
    opacity: 0;
}

.shop-filter-sidebar .shop-filter-inner .filter__collection .filter-item .filter-title .open-children-toggle.active:after {
    transform: translateY(-50%) rotate(90deg);
}

.overlay-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.overlay-layer.show {
    visibility: visible;
    opacity: 1;
}

.shop-product-wrap.grid .slide-item .single_product .product-img.load:before {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%), linear-gradient(#ddd 150px, transparent 0), linear-gradient(#ddd 16px, transparent 0), linear-gradient(#ddd 200px, transparent 0) #fff;
    background-repeat: no-repeat;
    background-size: 50px 100%, 100% 150px, 100% 0, 100% 200px;
    background-position: 0 0, 0 0, 0 1000px, 0 377px;
    animation: product-loader 1s linear infinite;
    left: 0;
    z-index: 7;
    top: 0;
}

@keyframes product-loader {
    0% {
        background-position: 0 0, 0 0, 0px 85px, 0px 110px;
    }
    100% {
        background-position: 150% 0, 0 0, 0px 85px, 0px 110px;
    }
}

.hiraola-content_wrapper {
    padding: 60px 0;
}

.shop-action-buttons {
    text-align: center;
    margin-top: 15px;
}

.shop-action-buttons .btn-load-more {
    background: #000;
    color: #fff;
    border-color: #000;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.shop-action-buttons .btn-load-more:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.product-view .slide-item .single_product .product-img>a .secondary-img {
    transform: scale(1.2);
}

.product-view .slide-item .single_product .product-img>a {
    overflow: hidden;
}

.product-view .slide-item .single_product .product-img {
    overflow: hidden;
}

.template-color-1 .product-view.shop-filter-results .slide-item .single_product {
    margin: 0;
}

.shop-product-wrap .col-lg-4 {
    padding: 0 10px;
}

.shop-product-wrap {
    margin: 0 -10px;
}

.shop-product-wrap.grid .slide-item .single_product .product-img {
    overflow: hidden;
}

.shop-product-wrap.grid .slide-item {
    margin-bottom: 20px;
}

.shop-product-wrap.grid.gridview-4 .col-lg-12.empty {
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0 auto;
}

.shop-product-wrap.grid.gridview-4 .col-lg-12.empty .empty-results {
    text-align: center;
}

.shop-product-wrap.grid.gridview-4 .col-lg-12.empty .empty-results p {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: tomato;
    margin-top: -12%;
}

.sp-img_area {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.sp-area .sp-nav .sp-img_slider {
    margin: 0;
    padding: 0;
    width: 15%;
}

.sp-area .sp-nav .zoompro-border {
    width: 84%;
}

.sp-content.product-page-content {
    padding-left: 20px;
}

.sp-area .sp-nav .sp-content.product-page-content .sp-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.sp-area .sp-nav .sp-content.product-page-content .sp-heading h5 {
    font-size: 28px;
    color: #000;
    padding: 0;
    margin: 0;
}

.sp-content.product-page-content .sp-essential_stuff ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.sp-content.product-page-content .sp-essential_stuff ul li p {
    margin: 0;
    width: 15%;
    font-weight: 500;
}

.sp-content.product-page-content .sp-essential_stuff ul li span {
    font-weight: 600;
    color: #000;
}

.sp-content.product-page-content .remark-div {
    margin-top: 20px;
    width: 66%;
}

.sp-content.product-page-content .remark-div label {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.sp-content.product-page-content .remark-div textarea.form-control {
    border-radius: 5px;
    resize: none;
    box-shadow: none;
}

.sp-content.product-page-content .remark-div textarea.form-control:focus {
    border-color: #d7a604;
}

.sp-content.product-page-content .action-buttons {
    display: flex;
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.sp-content.product-page-content .action-buttons .quantity {
    padding: 0;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.sp-content.product-page-content .action-buttons .qty-btn_area {
    padding: 0;
}

.sp-content.product-page-content .action-buttons .quantity .cart-plus-minus .qtybutton {
    position: unset;
    width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.sp-content.product-page-content .action-buttons .quantity .cart-plus-minus {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    width: auto;
    border-radius: 10px;
    overflow: hidden;
}

.sp-content.product-page-content .action-buttons .quantity .cart-plus-minus input.cart-plus-minus-box {
    background: transparent;
    border: 0;
    height: 50px;
}

.sp-content.product-page-content .action-buttons .quantity label {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.template-color-1 .sp-area .sp-nav .sp-content.product-page-content .action-buttons .qty-btn_area ul li a.qty-cart_btn {
    height: 50px;
    padding: 0 30px;
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.sp-area .sp-nav .sp-content .hiraola-tag-line {
    padding: 0 0 10px;
}

.sp-area .sp-nav .sp-content .hiraola-social_link {
    padding: 5px 0 0;
}

.sp-area .sp-nav .sp-content .hiraola-social_link h6 {
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 10px;
}

.hiraola-product_area.related_products {
    padding: 80px 0 50px;
}

.breadcrumb-area {
    background-image: url("../img/banner/breadcrumb.jpg");
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: cover;
    min-height: 150px;
    position: relative;
}

.breadcrumb-area .breadcrumb-content>h2 {
    font-size: 32px;
    padding-bottom: 10px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li a.hiraola-add_compare span {
    text-transform: uppercase;
    font-weight: 500;
    display: none;
}

.shortby-menu-mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    transition: 0.5s;
    transform: translateY(100%);
}

.shortby-menu-mobile.show {
    transform: translateY(0%);
}

.shortby-menu-mobile .shortby-menu-inner {}

.shortby-menu-mobile .shortby-menu-inner .topbar-shortby {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}

.shortby-menu-mobile .shortby-menu-inner .topbar-shortby p {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 50%;
}

.shortby-menu-mobile .shortby-menu-inner .topbar-shortby p svg {
    margin-right: 3px;
    height: 26px;
    width: 26px;
}

.shortby-menu-mobile .shortby-menu-inner .topbar-shortby .close-shortby {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.shortby-menu-mobile .shortby-menu-inner .short-list {
    padding: 15px;
}

.shortby-menu-mobile .shortby-menu-inner .short-list ul {}

.shortby-menu-mobile .shortby-menu-inner .short-list ul li {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
}

.shortby-menu-mobile .shortby-menu-inner .short-list ul li.active {
    background: #f1f1f1;
}

.product-mobile-filter {
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9;
    background-color: #eff4f7;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.7s;
}

.product-mobile-filter .product-mobile-filter-inner {
    display: flex;
    align-items: center;
}

.product-mobile-filter .product-mobile-filter-inner button {
    width: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
    font-size: 15px;
    background-color: #000 !important;
    border: 0;
    border-radius: 0;
    color: #fff !important;
    letter-spacing: 0.5px;
}

.product-mobile-filter.show {
    bottom: 0;
}

.product-mobile-filter .product-mobile-filter-inner button svg {
    margin-right: 5px;
    width: 22px;
    height: 22px;
}

.product-mobile-filter .product-mobile-filter-inner button.btn-sortby svg path {
    stroke: #fff;
}

#loginshoperror {
    pointer-events: none;
}

#loginshoperror .modal-header {
    border: 0;
    background: #f1f1f1;
}

#loginshoperror .modal-body {
    text-align: center;
    padding: 25px;
}

#loginshoperror .modal-body .ochsan-casnlnc-sds p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

#loginshoperror .modal-body .ochsan-casnlnc-sds a {
    background: #d7a604;
    color: #fff !important;
    padding: 7px 25px;
    display: block;
    width: max-content;
    margin: 0 auto;
    border-radius: 3px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li a.hiraola-add_compare i svg {
    fill: #fff;
    width: 30px;
}

.product-view .slide-item .single_product .hiraola-product_content .product-desc_info .additional-add_action ul li a.hiraola-add_compare.is_cart {
    background: #d7a604;
}

.sp-area .sp-nav .sp-content .qty-btn_area>ul li>a.qty-wishlist_btn {
    border-radius: 10px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.sp-area .sp-nav .sp-content .qty-btn_area>ul li button.qty-cart_btn {
    height: 50px;
    background: #000;
    color: #fff;
    padding: 0 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.sp-area .sp-nav .sp-content .qty-btn_area>ul li button.qty-cart_btn.in_cart {
    background: #d7a604;
}

.sp-area .sp-nav .sp-content .qty-btn_area>ul li button.qty-cart_btn.is_outofstock {
    background: #ccc;
    color: #000;
    cursor: not-allowed;
    pointer-events: none;
}

.sp-area .sp-nav .sp-content .qty-btn_area>ul li>a.qty-wishlist_btn.is_like {
    background: #fa2d75;
    color: #fff !important;
    border-color: #fa2d75;
}

.hiraola-social_link>ul>li>a {
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 16px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: normal;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.messagecart {}

.messagecart .alert.alert-danger {
    text-align: center;
}

.messagecart .alert.alert-danger p {
    margin: 0;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
}

.messagecart .alert.alert-danger p a {
    font-weight: 600;
    text-decoration: underline;
    color: #000;
    margin-left: 10px;
}

.order-form-box {
    margin-top: 50px;
    border: 0;
    padding: 40px 50px;
    background: #f9f9f9;
    border-radius: 15px;
}

.order-form-box .form-group {
    margin-bottom: 20px;
}

.order-form-box .form-group label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 3px;
}

.order-form-box .form-group .nice-select.form-control {
    width: 100%;
    float: unset;
    height: 50px;
    border-radius: 10px;
    border: 0;
    padding: 0px 20px;
    line-height: 50px;
    box-shadow: none;
}

.order-form-box .form-group .nice-select.form-control span.current {
    font-size: 16px;
}

.order-form-box .form-group .nice-select.form-control ul.list {
    width: 100%;
}

.order-form-box .form-group textarea.form-control {
    border: 0;
    padding: 10px 20px;
    color: #000;
    resize: none;
    box-shadow: none;
}

.cart_empty-box {
    text-align: center;
    border: 1px solid #efefef;
    padding: 35px;
    border-radius: 10px;
}

.cart_empty-box p.title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 7px;
}

.cart_empty-box p.desc {
    font-size: 18px;
    margin: 0;
}

.hiraola-cart-area .table-content table td a.remove_cart {
    color: tomato;
}

.hiraola-cart-area .table-content table td img {
    border-radius: 10px;
}

.hiraola-cart-area .table-content table td textarea.form-control {
    box-shadow: none;
    resize: none;
}

.hiraola-cart-area .table-content table td {
    padding: 10px 10px;
}

.orderbutton {
    text-align: center;
    margin-top: 15px;
}

.orderbutton button.btn.btn-order {
    background: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 7px 35px;
    width: 20%;
    height: 45px;
}

.orderbutton button.btn.btn-order svg {
    width: 30px;
}

.hiraola-wishlist_area .table-content table td a.remove_wishlist {
    color: tomato;
}


/* account css */

.account-page {
    padding: 60px 0%;
}

.account-page .left-dashboard-show {
    display: none;
}

.account-sidebar {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
    overflow: hidden;
    position: sticky;
    top: 130px;
    z-index: 0;
    padding-bottom: 10px;
}

.account-sidebar .top-image img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    object-position: center;
}

.account-sidebar .profile-image {
    text-align: center;
    margin-top: -50px;
}

.account-sidebar .profile-image img {
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 100%;
    box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
    height: calc(100px + 0.9375vw);
    object-fit: contain;
    padding: 5px;
    width: calc(100px + 0.9375vw);
}

.account-sidebar .user-detail {
    margin: 0 15px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
}

.account-sidebar .user-detail p.name {
    font-size: calc(100% + 4px);
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 3px;
}

.account-sidebar .user-detail p.email {
    color: #8e8e8e;
    font-weight: 500;
    margin: 0;
}

.account-sidebar .account-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.account-sidebar .account-menu ul li a {
    align-items: center;
    border-radius: 0;
    color: #333;
    display: flex;
    font-size: calc(100% + 2px);
    font-weight: 500;
    overflow: hidden;
    padding: 12px 25px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 0;
}

.account-sidebar .account-menu ul li a i {
    margin-right: 10px;
    font-size: calc(100% + 4px);
}

.account-sidebar .account-menu ul li a i.ion-ios-box-outline {
    font-size: calc(100% + 10px);
}

.account-sidebar .account-menu ul li.active a {
    color: #d7a604;
    background: rgb(215 166 4 / 10%);
    font-weight: 600;
    border-left: 4px solid #d7a604;
}

.account-sidebar .account-menu ul li.active a:before {
    background: #00833e;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.account-sidebar .logout-menu {
    margin: 0 15px;
    border-top: 1px solid #ddd;
    padding: 25px 0 30px;
}

.account-sidebar .logout-menu .btn-logout {
    background: #00833e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(100% + 2px);
}

.dashboard-right-sidebar {
    height: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
}

.dashboard-right-sidebar .title-header {
    margin-bottom: 20px;
}

.dashboard-right-sidebar .title-header p {
    margin: 0;
    font-size: calc(100% + 8px);
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 10px;
}

.dashboard-right-sidebar .user__introduction p {
    color: #000;
}

.dashboard-right-sidebar .user__introduction p span {
    font-weight: 600;
}

.dashboard-right-sidebar .counters {
    margin-top: 30px;
}

.dashboard-right-sidebar .counters .counter__box {
    text-align: left;
    background: #f7f7f7;
    padding: 25px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.dashboard-right-sidebar .title-header p:before {
    content: "";
    left: 0;
    position: absolute;
    width: 35px;
    height: 2px;
    background: #d7a604;
    bottom: 0;
}

.dashboard-right-sidebar .counters .counter__box .icon {
    margin-bottom: 0;
    width: 40%;
    text-align: left;
}

.dashboard-right-sidebar .counters .counter__box .icon span {
    font-size: calc(100% + 6px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #d7a604;
}

.dashboard-right-sidebar .counters .counter__box .icon span.ion-ios-box-outline {
    font-size: calc(100% + 12px);
}

.dashboard-right-sidebar .counters .counter__box .content {
    width: 65%;
}

.dashboard-right-sidebar .counters .counter__box .content p.number {
    font-size: calc(100% + 8px);
    font-weight: 600;
    margin: 0;
    color: #000;
    margin-bottom: 5px;
}

.dashboard-right-sidebar .counters .counter__box .content p.desc {
    margin: 0;
    font-size: calc(100% + 2px);
    font-weight: 600;
    color: #000;
}

.dashboard-right-sidebar .user__information {
    background: #f7f7f7;
    border-radius: 15px;
    padding: 35px 35px;
}

.dashboard-right-sidebar .user__information .info {
    display: flex;
    align-items: center;
}

.dashboard-right-sidebar .user__information .info p.title {
    width: 30%;
    font-weight: 600;
    font-size: calc(100% + 2px);
    color: #000;
    margin: 0;
}

.dashboard-right-sidebar .user__information .info p.desc {
    font-size: calc(100% + 2px);
    font-weight: 400;
    color: #000;
    margin: 0;
    width: 70%;
}

.dashboard-right-sidebar .user__information .info:not(:last-child) {
    margin-bottom: 15px;
}

.dashboard-right-sidebar .user__setting {}

.dashboard-right-sidebar .user__setting .top-image {}

.dashboard-right-sidebar .user__setting .top-image img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: left top;
}

.dashboard-right-sidebar .user__setting .user-image {
    margin-top: -80px;
    padding: 0 0 0 30px;
    margin-bottom: 25px;
}

.dashboard-right-sidebar .user__setting .user-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
}

.dashboard-right-sidebar .user__setting .user__form {
    padding: 0 20px;
}

.dashboard-right-sidebar .user__setting .user__form .form-group {
    margin-bottom: 20px;
}

.dashboard-right-sidebar .user__setting .user__form .form-group label {
    font-weight: 600;
    color: #000;
    display: block;
    padding-bottom: 0;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .form-control {
    height: 60px;
    width: 100%;
    background: #f7f7f7;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    outline: 0;
    color: #000;
    box-shadow: none;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .form-control:focus {
    border-color: #00833e;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container {
    width: 100% !important;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container .select2-selection--single {
    height: 60px;
    border: 0;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-weight: 400;
    background: #f7f7f7;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .select2-container .select2-selection--single span.select2-selection__arrow {
    height: 60px;
    right: 10px;
}

.dashboard-right-sidebar .user__setting .user__form .form-submit {
    margin-top: 15px;
}

.dashboard-right-sidebar .user__setting .user__form .form-submit .btn-update {
    background: #000;
    color: #fff;
    width: 30%;
    height: 50px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-right-sidebar .order_table_list {
    background: #f7f7f7;
    padding: 0;
    border-radius: 15px;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table thead tr th {
    background: transparent;
    padding: 15px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border-color: #f0f0f0;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td span.text-bold {
    font-weight: 600;
    color: #000;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td .statusshow {
    width: 100%;
    padding: 7px 7px;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td .invoice {
    font-size: calc(100% + 8px);
    color: #f40f02;
    line-height: normal;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tbody tr td .orderview {
    font-size: calc(100% + 10px);
    color: #d7a604;
    line-height: normal;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table {
    margin: 0;
}

.dashboard-right-sidebar .order_table_list .order_table_list-inner table tr:last-child td {
    border: 0;
}

.dashboard-right-sidebar .order-products-list {
    padding: 0;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.dashboard-right-sidebar table {
    margin: 0;
    vertical-align: middle;
}

.dashboard-right-sidebar table td,
.dashboard-right-sidebar table th {
    padding: 10px;
    background: transparent;
    border-color: #ececec;
    text-align: center;
    font-size: 14px;
}

.dashboard-right-sidebar .order-products-list .table-responsive.data-responsive {
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    background: #f9f9f9;
}

.dashboard-right-sidebar table tr:last-child td {
    border: 0;
    padding-bottom: 0;
}

.dashboard-right-sidebar table th {
    padding: 10px 10px;
    font-weight: 600;
    font-size: 16px;
}

.dashboard-right-sidebar .order-products-list p.divtitle {
    font-size: calc(100% + 4px);
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
}

.dashboard-right-sidebar .address-details {
    background: transparent;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 25px;
    border: 1px dashed #ccc;
}

.dashboard-right-sidebar .address-details p.title {
    font-size: calc(100% + 4px);
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.dashboard-right-sidebar .address-details .address-details-inner {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.dashboard-right-sidebar .address-details .address-details-inner p.name {
    color: #000;
    font-weight: 700;
    margin: 0 0 5px;
}

.dashboard-right-sidebar .address-details .address-details-inner p.type {
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    width: max-content;
    font-size: calc(100% - 3px);
}

.dashboard-right-sidebar .address-details .address-details-inner p.address {
    margin: 0;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer p {
    margin: 0;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer p:first-child {
    width: 22%;
    font-weight: 600;
    color: #000;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer:last-child {
    margin: 0;
}

.dashboard-right-sidebar .order-summary {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}

.dashboard-right-sidebar .order-summary p.divtitle {
    font-size: calc(100% + 4px);
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.dashboard-right-sidebar .order-summary .order-summary-inner {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary p {
    margin: 0;
    font-size: calc(100% + 2px);
    font-weight: 500;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary.total {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 0;
}

.dashboard-right-sidebar .order-summary .order-summary-inner .summary.total p {
    color: #00833e;
    font-size: calc(100% + 4px);
    font-weight: 700;
}

.dashboard-right-sidebar .address-details .address-details-inner .consumer.width p:first-child {
    width: max-content;
    padding-right: 10px;
}

.dashboard-right-sidebar .review-list {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}

.dashboard-right-sidebar .review-list .review-list-inner {}

.dashboard-right-sidebar .review-list .review-list-inner .review-box {
    background: #f9f9f9;
    margin-bottom: 25px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title {
    padding: 10px 25px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p {
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: calc(100% + 2px);
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content {
    padding: 25px 25px;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.name {
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.message {
    color: #666;
    margin: 0;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box:last-child {
    margin: 0;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.star-rating span {
    color: #ccc;
    font-size: calc(100% + 4px);
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-content p.star-rating span.active {
    color: #f8a231;
}

.dashboard-right-sidebar .address_lists {}

.dashboard-right-sidebar .address_lists .address-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    height: 100%;
    overflow: hidden;
    padding: 25px;
    position: relative;
}

.dashboard-right-sidebar .address_lists .address-box .address-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dashboard-right-sidebar .address_lists .address-box .address-header p {
    margin: 0;
}

.dashboard-right-sidebar .address_lists .address-box .address-header p.name {
    color: #000;
    font-weight: 700;
    font-size: calc(100% + 2px);
    text-transform: capitalize;
}

.dashboard-right-sidebar .address_lists .address-box .address-header p.type {
    background: #00833e;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: calc(100% - 2px);
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

.dashboard-right-sidebar .address_lists .address-box .address-body {
    margin-bottom: 15px;
}

.dashboard-right-sidebar .address_lists .address-box .address-body .content {
    display: flex;
    margin-bottom: 7px;
}

.dashboard-right-sidebar .address_lists .address-box .address-body .content p {
    margin: 0;
    width: 75%;
}

.dashboard-right-sidebar .address_lists .address-box .address-body .content p:first-child {
    width: 25%;
    font-weight: 600;
    color: #9b9b9b;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer .action-button {
    background: #f1f1f1;
    width: 48%;
    border-radius: 2px;
    height: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: normal;
    border: 0;
}

.dashboard-right-sidebar .address_lists .address-box .address-footer .action-button i {
    margin-right: 7px;
    font-size: calc(100% + 4px);
    line-height: 1;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p.reviewcount {
    color: #000;
}

.dashboard-right-sidebar .review-list .review-list-inner .review-box .review-title p.reviewcount span {
    color: #f8a231;
    padding-left: 2px;
}

.dashboard-right-sidebar .updateaccount {
    margin-top: 35px;
}

.dashboard-right-sidebar .updateaccount a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.dashboard-right-sidebar .updateaccount a i {
    margin-right: 6px;
    font-size: calc(100% + 2px);
}

.account-sidebar .close-button .close-sidebar {
    border: none;
    color: #000;
    align-items: center;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
}

.account-sidebar .close-button {
    align-items: center;
    background: #f8f8f8;
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 1;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .nice-select.form-control.select2 {
    padding: 0 20px;
    line-height: 60px;
    font-size: 16px;
}

.dashboard-right-sidebar .user__setting .user__form .form-group .nice-select.form-control.select2 ul.list {
    width: 100%;
}

.dashboard-right-sidebar .user__setting .user__form .form-group textarea.form-control {
    height: unset;
    resize: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #000;
    padding: 0 15px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    height: 45px;
    border-radius: 0;
    border-color: #eee;
}

.select2-dropdown {
    border: 1px solid #eee;
    padding: 10px;
}

.select2-results__option {
    padding: 7px 12px;
    border-radius: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #eee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d7a604;
    color: white;
}

.dashboard-right-sidebar .order-products-list p.divtitle span {
    color: #d7a604;
}

.dashboard-right-sidebar .order-products-list table.table td img {
    border-radius: 10px;
}

.dashboard-right-sidebar table.product-table tbody {
    display: block;
    max-height: 60vh;
    overflow: auto;
}

.dashboard-right-sidebar table.product-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.dashboard-right-sidebar table.product-table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.category-menu .category-menu-list>ul>li .cat-mega-menu {
    width: 60vw;
    max-width: unset;
    top: 0;
    left: 100%;
    height: 95%;
    padding: 30px;
    background-image: url("../img/banner/menu-vector.png");
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-top: 0;
}

.category-menu .category-menu-list>ul>li {
    position: unset;
}

.category-menu .category-menu-list>ul>li>a {
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.cat-mega-menu>li.right-menu {
    width: 25%;
    float: left;
    padding-right: 0;
}

.cat-mega-menu>li.right-menu:last-child {
    padding-right: 0;
}

.category-menu .category-menu-list {
    padding: 0;
}

.category-menu .category-menu-list ul.listofmenu {
    height: 67vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.category-menu .category-menu-list ul.listofmenu::-webkit-scrollbar {
    width: 2px;
}

.cat-mega-menu>li>ul>li>a {
    font-weight: 500;
}

.popup_wrapper .test {
    background: transparent;
    background-image: none;
    padding: 0;
    width: 40%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    overflow: visible;
    position: relative;
}

.popup_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_wrapper .test .popup_off {
    top: 6%;
    right: -2%;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-color-1 .popup_wrapper .test .popup_off:hover {
    background: #d7a604;
    color: #fff;
}

#whatsapp-fixed {
    height: 0;
}

.whatsapp-us-section {
    position: fixed;
    bottom: 25px;
    background: #4dc247;
    background: #d7a604;
    z-index: 999;
    left: 25px;
    border-radius: 35px;
    padding: 10px 20px;
    /* border-radius: 25px 30px 5px 25px;
    border-radius: 5px 30px 25px 25px;
    border-radius: 25px 30px 25px 5px; */
}

.whatsapp-us-section p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.whatsapp-us-section p span {
    margin-right: 7px;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
}

.site-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999999;
    display: block;
}

.site-loader .site-loader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.site-loader .site-loader-inner img {
    width: 15%;
}

.site-loader.hide {
    display: none;
}

.header-bottom_area.header-bottom_area-2 .container-fliud .header-right_area>ul>li>a .primarycartcount {
    font-weight: 600;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    padding: 5px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -7px;
    right: -3px;
    margin: 0;
}

.header-bottom_area.header-bottom_area-2 .container-fliud .header-right_area>ul>li>a {
    position: relative;
}

.collection-banners {
    padding: 65px 0;
}

.collections-banner-inner {}

.collections-banner-inner .category-image {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.collections-banner-inner .category-image:hover img {
    transform: scale(1.07);
}

.collections-banner-inner .category-image img {
    transition: 0.7s;
}

.header-bottom_area .main-menu_area>nav>ul>li>a:before,
.header-bottom_area .main-menu_area>nav>ul>li>a:after {
    display: none;
}

.shop-toolbar .filter-area-custom {
    width: 80%;
}

.filter-area-custom .filter-area-custom-inner {
    display: flex;
}

.filter-area-custom .filter-area-custom-inner .filter-item {
    position: relative;
    width: 25%;
    margin-right: 15px;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title {
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter-area-custom .filter-area-custom-inner .filter-item .filter-content {
    position: absolute;
    background: #fff;
    z-index: 999;
    padding: 15px 15px;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.shop-toolbar .product-item-selection_area {
    width: 20%;
    justify-content: end;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title .open-children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: unset;
    min-height: unset;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title .open-children-toggle::before {
    width: 12px;
    height: 1px;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title .open-children-toggle::after {
    width: 1px;
    height: 12px;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title .open-children-toggle::before,
.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title .open-children-toggle::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.4s;
    background-color: #111111;
    left: 50%;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title .open-children-toggle.active::before {
    opacity: 0;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title .open-children-toggle.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.filter-area-custom .filter-area-custom-inner .filter-item .filter-content ul.items {}

.filter-area-custom .filter-area-custom-inner .filter-item .filter-content ul.items li.item:not(:last-child) {
    margin-bottom: 7px;
}

.filter-area-custom .filter-area-custom-inner .filter-item .filter-content::-webkit-scrollbar {
    width: 2px;
}

.shop-filter-wrapper {
    padding: 20px 0;
    border: 1px solid #eee;
    margin-bottom: 35px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 8;
}

.filter-area-custom .filter-area-custom-inner .filter-weight {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.filter-area-custom .filter-area-custom-inner .filter-weight .form-group {
    width: 25%;
    margin-right: 15px;
    position: relative;
}

.filter-area-custom .filter-area-custom-inner .filter-weight .form-group input.form-control {
    height: 50px;
    text-align: center;
    padding-top: 25px;
    box-shadow: none;
}

.filter-area-custom .filter-area-custom-inner .filter-weight .form-group .btn-apply-filter {
    background: #333;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.filter-area-custom .filter-area-custom-inner .filter-weight .form-group label {
    position: absolute;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.filter-area-custom .filter-area-custom-inner .filter-weight .form-group.btncc {
    width: 20%;
}

.filter-area-custom .filter-area-custom-inner .filter-weight .form-group .btn-apply-clearall {
    background: #eee;
    height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.filter-area-custom .filter-area-custom-inner .filter-weight .form-group:last-child {
    margin: 0;
}

.filter-area-custom .filter-area-custom-inner .filter-item p.filter-title i {
    font-style: normal;
    /* background: #d7a604;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px; */
    margin-left: 5px;
    font-size: 18px;
    color: #d7a604;
}

.whatsapp-us-section p span.text {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.messagestock p#messagestocklist {
    color: #842029;
    margin: 0;
    font-weight: 600;
}


/* .messagestock ul#messagestocklist {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.messagestock ul#messagestocklist li {
    font-size: 15px;
    width: 33%;
} */

.filter-area-custom .filter-area-custom-inner .filter-item .filter-content ul.items li.item span.countp {
    color: #daa604;
    margin-left: 7px;
    font-weight: 600;
}

.filter-area-custom .filter-area-custom-inner .filter-item .tabs-custom-collections {
    height: 100%;
}

.filter-area-custom .filter-area-custom-inner .filter-item .tabs-custom-collections ul.items {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.filter-area-custom .filter-area-custom-inner .filter-item .tabs-custom-collections ul.items li {
    width: 48%;
}

.filter-area-custom .filter-area-custom-inner .filter-item .tabs-custom-collections ul.items li label {
    background: #f3f3f3;
    width: 100%;
    justify-content: center;
    height: 50px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #e8e8e8;
    padding: 0;
    transition: all 0.3s;
}

.filter-area-custom .filter-area-custom-inner .filter-item .tabs-custom-collections ul.items li label::before {
    display: none;
}

.filter-area-custom .filter-area-custom-inner .filter-item .tabs-custom-collections ul.items li input:checked+label {
    background: #d7a604;
    color: #fff;
    border-color: #d7a604;
}

.shop-toolbar .product-item-selection_area .product-short>label {
    margin-bottom: 0;
    padding-right: 12px;
    white-space: nowrap;
}

#call-fixed .call-us-section {
    position: fixed;
    left: 25px;
    bottom: 25px;
    background: #d7a604;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}

#call-fixed .call-us-section p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

#call-fixed .call-us-section p span {
    transform: rotate(90deg);
    line-height: unset;
}

.hiraola-cart-area .table-content table td.product-size input.form-control {
    box-shadow: none;
    width: 70px;
    margin: 0 auto;
    text-align: center;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .listofcategory {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .listofcategory .category-view {
    width: 13.4%;
    margin: 0 0 15px;
    text-align: center;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .listofcategory .category-view .categoryname {
    padding: 7px;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .listofcategory .category-view .categoryname p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .listofcategory .category-view .imgbox {
    border-radius: 10px;
    overflow: hidden;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .listofcategory .categorytitle {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .search-result-container #search-result .listofcategory .categorytitle p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.share-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9;
}

.share-navigation .menuToggle {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.share-navigation .menuToggle::before {
    content: "+";
    content: "\f025";
    content: "\f58f";
    content: "\f590";
    font-family: "Ionicons";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 24px;
    font-weight: 550;
    color: #fff;
    transition: 1.5s;
}

.share-navigation .menuToggle.active::before {
    transform: rotate(360deg);
}

.share-navigation .menu {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 70px;
    z-index: -1;
    transition: transform 0.5s, width 0.5s, height 0.5s;
    transition-delay: 1s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.share-navigation .menuToggle.active~.menu {
    width: 70px;
    height: 150px;
    z-index: 1;
    transform: translateY(-120px);
    transition-delay: 0s, 0.5s, 0.5s;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-navigation .menuToggle.active~.menu ul li:last-child {
    display: none;
}

.share-navigation .menu::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    left: calc(50% - 8px);
    bottom: 4px;
    transform: rotate(45deg);
    border-radius: 2px;
    transition: 0.5s;
}

.share-navigation .menuToggle.active~.menu::before {
    transition-delay: 0.5s;
    bottom: -6px;
}

.share-navigation .menu ul {
    position: relative;
    display: flex;
    height: auto;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
}

.share-navigation .menu ul li {
    list-style: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: 0.25s;
    transition-delay: calc(0s + var(--i));
}

.share-navigation .menuToggle.active~.menu ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: calc(0.75s + var(--i));
}

.share-navigation .menu ul li a {
    display: block;
    font-size: 2.2em;
}

.reels-section .row {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: center;
}

.reels-section .row::-webkit-scrollbar {
    height: 5px;
}

.about-us-area .overview-content .about-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.about-us-area .overview-content .about-content h2:before {
    background-color: #f4f4f4;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.about-us-area .overview-content .about-content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
    height: 2px;
    width: 170px;
}

.about-us-area .overview-content .about-content h2:not(:first-child) {
    margin-top: 40px;
}

.about-us-area .overview-img {
    position: sticky;
    top: 150px;
}

.homepage-content {
    padding: 40px 0;
}

.homepage-content .contentshow h1 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.homepage-content .contentshow h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.sp-area .sp-nav .zoompro-border a.downloadimagebutton {
    position: absolute;
    right: 10px;
    color: #fff;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    z-index: 99;
}

.sp-area .sp-nav .zoompro-border {
    position: relative;
}

.sp-area .sp-nav .zoompro-border a.downloadimagebutton span {
    font-size: 22px;
    line-height: normal;
    margin-left: 2px;
}

.sp-area .sp-nav .zoompro-border a.downloadimagebutton:hover {
    color: #fff;
}

.sp-area .sp-nav .zoompro-border a.downloadimagebutton:hover span {
    color: #fff;
}

.sp-content.product-page-content .availabelmsg {
    margin-bottom: 15px;
}

.sp-content.product-page-content .availabelmsg span {
    background: #05a84f;
}

.shop-product-wrap.grid .slide-item .single_product .product-img .sticker-3 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    line-height: 20px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #05a84f;
    border-radius: 5px;
    padding: 2px 7px;
}