@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Feltful';
    src: url('../fonts/Feltful.woff2') format('woff2'),
        url('../fonts/Feltful.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: "Rubik", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

* {
    margin: 0px;
    padding: 0px;

    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

a {
    text-decoration: none;
}

a {
    cursor: pointer;
}

/* Rating Star */

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    font-size: 20px;
}

[data-star]::before {
    display: block;
    content: "★★★★★";
    color: #ccc;
}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    width: 0;
    color: #ff8c00;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after,
[data-star^=".1"]::after {
    width: 2%;
}

[data-star^="0.2"]::after,
[data-star^=".2"]::after {
    width: 4%;
}

[data-star^="0.3"]::after,
[data-star^=".3"]::after {
    width: 6%;
}

[data-star^="0.4"]::after,
[data-star^=".4"]::after {
    width: 8%;
}

[data-star^="0.5"]::after,
[data-star^=".5"]::after {
    width: 10%;
}

[data-star^="0.6"]::after,
[data-star^=".6"]::after {
    width: 12%;
}

[data-star^="0.7"]::after,
[data-star^=".7"]::after {
    width: 14%;
}

[data-star^="0.8"]::after,
[data-star^=".8"]::after {
    width: 16%;
}

[data-star^="0.9"]::after,
[data-star^=".9"]::after {
    width: 18%;
}

[data-star^="1"]::after {
    width: 20%;
}

[data-star^="1.1"]::after {
    width: 22%;
}

[data-star^="1.2"]::after {
    width: 24%;
}

[data-star^="1.3"]::after {
    width: 26%;
}

[data-star^="1.4"]::after {
    width: 28%;
}

[data-star^="1.5"]::after {
    width: 30%;
}

[data-star^="1.6"]::after {
    width: 32%;
}

[data-star^="1.7"]::after {
    width: 34%;
}

[data-star^="1.8"]::after {
    width: 36%;
}

[data-star^="1.9"]::after {
    width: 38%;
}

[data-star^="2"]::after {
    width: 40%;
}

[data-star^="2.1"]::after {
    width: 42%;
}

[data-star^="2.2"]::after {
    width: 44%;
}

[data-star^="2.3"]::after {
    width: 46%;
}

[data-star^="2.4"]::after {
    width: 48%;
}

[data-star^="2.5"]::after {
    width: 50%;
}

[data-star^="2.6"]::after {
    width: 52%;
}

[data-star^="2.7"]::after {
    width: 54%;
}

[data-star^="2.8"]::after {
    width: 56%;
}

[data-star^="2.9"]::after {
    width: 58%;
}

[data-star^="3"]::after {
    width: 60%;
}

[data-star^="3.1"]::after {
    width: 62%;
}

[data-star^="3.2"]::after {
    width: 64%;
}

[data-star^="3.3"]::after {
    width: 66%;
}

[data-star^="3.4"]::after {
    width: 68%;
}

[data-star^="3.5"]::after {
    width: 70%;
}

[data-star^="3.6"]::after {
    width: 72%;
}

[data-star^="3.7"]::after {
    width: 74%;
}

[data-star^="3.8"]::after {
    width: 76%;
}

[data-star^="3.9"]::after {
    width: 78%;
}

[data-star^="4"]::after {
    width: 80%;
}

[data-star^="4.1"]::after {
    width: 82%;
}

[data-star^="4.2"]::after {
    width: 84%;
}

[data-star^="4.3"]::after {
    width: 86%;
}

[data-star^="4.4"]::after {
    width: 88%;
}

[data-star^="4.5"]::after {
    width: 90%;
}

[data-star^="4.6"]::after {
    width: 92%;
}

[data-star^="4.7"]::after {
    width: 94%;
}

[data-star^="4.8"]::after {
    width: 96%;
}

[data-star^="4.9"]::after {
    width: 98%;
}

[data-star^="5"]::after {
    width: 100%;
}

/* Pagination */


.pagination1 {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.pagination1 ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: inline-block;
}

.pagination1 li span {
    line-height: 45px;
    font-weight: bold;
}

.pagination1 li {
    margin: 0 0 0 0;
    float: left;
    font-size: 16px;
    text-transform: capitalize;
}

.pagination1 li a {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: 5px;
    color: #ff8e00;
    padding: 3px 8px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 7px;
    cursor: pointer;
}

.pagination1 li a:hover,
.pagination1 li a.active,
.pagination1 li .active:hover {
    color: #ffffff;
    background-color: #ff8e00;
    text-decoration: none;
    border: 1px solid #ff8e00;
}


.head-out {
    float: left;
    width: 100%;
    background: #0d1137;
    padding: 10px 0px;
}

.head-1 {
    float: left;
    width: 57%;
    padding-left: 20px;
}

.head-2 {
    float: left;
    width: 24%;
}

.head-3 {
    float: left;
    width: 18%;
    padding-left: 60px;
    margin-top: 8px;
}

.mon-1 p {
    color: #fff;
    margin-bottom: 0px;
}

.search-form-wrapper input[type=text] {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 40px 10px 30px;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    margin-top: 0px;
}

.search-form-wrapper button {
    padding: 0 35px 0 25px;
    display: flex;
    align-items: center;
    top: 0;
}

.search-form-wrapper button {
    color: #262626;
    font-weight: 600;
    border: none;
    background-color: transparent;
    padding: 0 0px 0px 0px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    background: #ff8e00;
    border-radius: 10px;
}


/* .search-form-wrapper button:before {
    content: "";
    height: 20px;
    width: 1px;
    opacity: .2;
    background-color: #262626;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

#form-minisearch {
    position: relative;
    margin-top: 20px;
}

.search-form-wrapper img {
    width: 30px;
}

.form-control,
input,
select,
textarea {
    padding: 4px 4px;
    width: 100%;
    margin: 0 0 10px;
    max-width: 100%;
    resize: none;
    outline: 0;
    background-color: transparent;
    height: auto;
    transition: .2s ease-in-out !important;
}

.cate-1 {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    background: #ff8e00;
    float: left;
    width: auto;
    margin-right: 30px;
}

.cate-1 .dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background: #ff8e00;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 60px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
}


.nav-link {
    display: block;
    padding: 1rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.header_contact_number {
    display: flex;
    margin-left: auto;
    text-decoration: none;
    padding: 6px 10px;
    color: #fff;
    background: #0d1137;
    border-radius: 20px;
    align-items: center;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.header_contact_number img {
    width: 25px;
    margin-right: 3px;

    transition: all 0.3s ease-in-out;
}

.header_contact_number:hover {
    color: #fff;
    padding-right: 15px;
}

.header_contact_number:hover img {
    margin-right: 7px;
}



.head-1 a {
    color: #fff;
    text-decoration: none;
}

.head-1 h1 {
    font-size: 36px;
    line-height: 1;
    margin: 0px;
    padding: 0;
    font-family: "Feltful";
    padding-bottom: 5px;
    font-weight: 600;
}

.head-1 h6 {
    line-height: 1;
    margin: 0px;
    padding: 0;
    font-size: 20px;
    font-family: "Feltful";
    text-align: center;
}

.header-logo-link {
    display: flex;
    align-items: center;
}

.header-logo-link img {
    width: 80px;
}

.header-logo-link .header-logo-titles {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.menu-out {
    z-index: 1;
    float: left;
    position: relative;
    width: 100%;
}




.carousel {
    position: relative;
    background: #000518;
    z-index: 0;
}

.banner-out {
    float: left;
    width: 100%;
}

.ba-1 {
    float: left;
    width: 100%;
    /* margin-top: 100px;*/
}

.banner-1 {
    float: left;
    width: 100%;
    /*margin-top: 100px;*/
}

.banner-1 h1 {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 55px;
    text-align: left;
}

.banner-1 h1 b {
    color: #ff8e00;
    font-family: "Dancing Script", cursive;

}

.banner-1 h3 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 24px;
}

.banner-1 p {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    text-align: left;
}

.banner-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-2 img {
    width: 80%;
}

.carousel-indicators {
    display: none;
}




.btn1 {
    float: left;
    width: auto;

    padding: 10px 15px;
    margin-right: 30px;
    border-radius: 10px;
    font-weight: 300;


}

.btn1 a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
}

.cate-2 {
    float: left;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}



.collection-banner-main {
    position: relative;
    overflow: hidden;
}


.collection-banner-main.banner-13 .collection-img {
    height: 320px;
}

.collection-banner-main.banner-style5 .collection-banner-contain {
    padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.collection-banner-main.banner-style5 .collection-banner-contain h3 {
    font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Sansita Swashed", cursive;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.collection-banner-main.banner-style5 .collection-banner-contain h3 {
    margin-bottom: 11px;
    color: #d71093;
}

.collection-banner-main.banner-style5 .collection-banner-contain h4 {
    letter-spacing: 0.05em;
    margin-bottom: 11px;
}

.collection-banner .collection-banner-main.collection-color7 .collection-banner-contain h3 {
    color: #d71093;
}

.collection-banner-main.collection-color7 .collection-banner-contain .btn {
    background-color: #d71093;
}

.btn-rounded.btn-sm {
    padding: 10px 30px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 25px;
}

.collection-banner-main .collection-banner-contain {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
}

.com-1-cate2-out {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background-color: #fff;
}

.com-1 {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    overflow: hidden;
}

.com-2 .com-22 {
    background: #ff8e00;
    border-radius: 50%;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.com-2:hover .com-22 {
    background: #0d1137;
}

.com-2 {
    width: 100%;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 15px 15px;
    display: flex;
    background: #fff0c9;
    border-radius: 16px;
    align-items: center;
}

.com-2 img {
    width: 40px;
}

.com-2 p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
}

.offer-out {
    float: left;
    width: 100%;
    background: #0d1137;
    padding: 20px;
}


.marq {
    color: #fff;

    float: left;
    width: 100%;
}

.marq span a {
    font-size: 28px !important;
    color: #fff;
}

.marq img {

    margin-right: 30px;
}



/*footer*/

.page-footer {
    padding-top: 0;
    position: relative;
    background: url(../images/fot-bg.png);
    background-color: #0d1137;
    overflow: hidden;
    padding: 40px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-footer-top .col-ft:first-child .box-content {
    position: relative;
    z-index: 1;
}

/*.block-footer-top .col-ft:first-child .box-content:before {
    content: "";
    position: absolute;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    background: #f6f6f6 !important;
    z-index: -1;
}*/

.foot {
    font-size: 28px;
    line-height: 85px;
    padding-left: 10px;
    float: left;
    color: #fff;
    font-family: "Feltful";
}

.page-footer .col-ft:first-child .title {
    /* margin-bottom: 35px;*/
}

.page-footer .col-ft .contact-hotline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 23px;
}


.page-footer .col-ft .contact-hotline .phone-call {
    margin-right: 0px;
    float: left;
    width: 100%;
}

.page-footer .col-ft .contact-hotline .hot-number {
    font-size: 16px;

    color: #253237;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.page-footer .col-ft .contact-hotline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.links {
    float: left;
    width: 100%;
}

.block-footer-top ul {
    padding: 0;
    margin: 0;
}

.block-footer-top ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.page-footer a {}

.block-footer-top .container {
    padding-top: 0px;
}

.block-footer-top .menu-ft .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    /*  border-bottom: 1px solid #e3e3e3;*/
}

.block-footer-top .menu-ft .title:after {
    content: "";
    width: 65px;
    height: 2px;
    background: #ff8e00;
    left: 0;
    bottom: -1px;
    position: absolute;
}

.block-footer-top ul {
    padding: 0;
    margin: 0;
}


.block-footer-top ul li {
    list-style-type: none;
    margin-bottom: 11px;
    color: #fff;
    display: flex;
    align-items: center;
}

.block-footer-top ul li .foot-link-img img {
    width: 20px;
    margin-right: 12px;
}

.block-footer-top ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.block-footer-top ul li a:hover {
    color: #eaab20;
}


.copy-1 {}

.copy-1 p {
    font-size: 16px;
    color: #fff;
}

.fot-bot {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-top: 25px;
}

.copy-1 {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 0px;
}

.page-footer .block-content .visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page-footer .block-content .visible .control {
    width: calc(100% - 130px) !important;

}

.page-footer .block-content .visible .actions {
    width: 130px;
    z-index: 1;
}

.page-footer .block-content .actions button.button {
    color: #ffffff;
    background-color: #ff8e00;
    border: 0px;

}

.page-footer .block-content .actions button.button {
    width: 100%;
    /* font-size: 1.4rem; */
    text-transform: capitalize;
    /* padding: 0 10px; */
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    padding: 4px 10px;
}


.menu-ft {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.block-content {
    margin-bottom: 10px;
}


.pro-out h1 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;

}


.pr-2 img {
    width: 100%;
}

.pr-3 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 15px;
    background: #fff;
    float: left;
    width: 100%;
}

.pr-3 h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    max-height: 35px;
    overflow: hidden;
}

.shop_page_product_col .pr-3 h3 {
    max-height: 35px;
    color: #000;
    overflow: hidden;
}

.pro-out {
    float: left;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    background-image: url("../images/service-bg.jpg");
}

.pr-4 p {
    /*    border: 1px solid #ff8e00 ;*/
    margin-bottom: 0px;
    padding: 4px 10px;
    background: #ff8e00;
    color: #fff;
}

.shop_page_product_col .pr-4 a.add_to_cart_link {
    /* border: 1px solid #ff8e00; */
    margin-bottom: 0px;
    padding: 8px 10px;
    background: #ff8e00;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}




.curve-1 {
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}


.pr-4 {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.pr-1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    overflow: hidden;

}

.pr-2 {
    overflow: hidden;
}

.pr-2 img {
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.products .slick-prev {
    left: auto;
    right: 60px;
    top: -44px;
}

.products .slick-next {
    right: 15px;
    top: -44px;
}

.prod-1 {}

.pr-4 p img {
    float: left;
}

.curve-1 {
    float: left;
}



.products .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}


.pr-4 a.add_to_cart_link {
    margin-bottom: 0px;
    padding: 4px 10px;
    background: #ff8e00;
    color: #fff;
    text-decoration: none;
    font-size: 16px !important;
}

.pr-4 a i {
    margin-right: 5px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    /* background: #ccc; */
    border-radius: 50%;
    border: 1px solid #FFC107 !important;
}

.trend-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

.trend-out h1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}


.trend .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}



.trend .slick-prev {
    left: auto;
    right: 60px;
    top: -44px;
}

.trend .slick-next {
    right: 15px;
    top: -44px;
}

.cato-1 {
    overflow: hidden;
}

.cato-1 a {
    display: block;
    width: 100%;
    position: relative;
    transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 0;
}

.cato-1 .offer-image {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cato-1 a:hover .offer-image {
    scale: 1.1;
    transition: all 0.3s ease;
}

.cato-1 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    inset: 0;
    scale: 0;
    z-index: 10;
    background-color: #00000018;
    transition: all 1s cubic-bezier(0.23, 1, 0.320, 1);
}

.cato-1 a:hover:before {
    scale: 3;
}

.mon-1 {
    text-align: center;
    position: relative;
}

.mon-1 a {
    text-decoration: none;
    padding: 0;
    position: relative;
}

.mon-1 a span.header-icon-count,
.mon-1 a span.header-icon-count {
    color: #fff;
    line-height: 1;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8e00;
    position: absolute;
    top: -6px;
    right: 0px;
    border-radius: 50%;
}


.mon-1 .dropdown-menu {
    z-index: 3;
    transform: none !important;
    top: 60px !important;
    left: -46px !important;
    background-color: #0d1137;
    border: 2px solid #ff8e00;
}

.mon-1 .dropdown-menu li {

    margin-bottom: 8px;
}

.mon-1 .dropdown-menu li a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
    transition: all 0.3s ease;
}

.mon-1 .dropdown-menu li a:hover {
    background-color: #ff8e00;
}

.mon-1 .dropdown-menu li a i {
    margin-right: 5px;

}

.insta-out {
    float: left;
    width: 100%;
    background-image: url("../images/service-bg.jpg");
    padding: 60px 0px 60px 0px;
}

.insta-out h1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}

.insta-1 {
    position: relative;
    overflow: hidden;
}

.insta-1 iframe {
    width: 100% !important;
}



.insta .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}



.insta .slick-prev {
    left: auto;
    right: 60px;
    top: -44px;
}

.insta .slick-next {
    right: 15px;
    top: -44px;
}

.head-4 {
    display: none;
}


.navbar-light .navbar-toggler-icon {
    background: url(../images/bar.png);

}

.two-head {
    display: none;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000 !important;

}

/*.navbar .navbar-nav .nav-link:before {
    background: url(../images/header/active-bg.png) no-repeat;
    background-position: top left;
    color: #5d8938 !important;
	
}*/
.navbar .navbar-nav .nav-link {
    position: relative;
    z-index: 1;

}

.navbar .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    left: 0;
    /* right: 0;*/
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/header/active-bg.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    z-index: -1;
    transition: all 0.3s;
    opacity: 0;
}

.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link.active:before {
    opacity: 1;
}

.ba-2 {
    display: none;
}


#myBtn {
    position: fixed;
    bottom: 30px;
    right: 45px;
    z-index: 99;
    border: none;
    outline: none;
    background: url(../images/top-btn.png) no-repeat;
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    transition: 0.7s;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    animation: pulse-animation 2s infinite;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

s {
    color: #9c9c9c;
}

.price {
    color: #131C99;
    font-weight: 500;
}

.mon-1 img {
    width: 35px;
}

#fd-1 {
    float: left;
    width: 28%
}

#fd-2 {
    float: left;
    width: 22%;
}

#fd-3 {
    float: left;
    width: 25%;
}

#fd-4 {
    float: left;
    width: 25%;
}

.phone-call img {
    width: 30px;
    display: none;
}

.title img {
    float: left;
    width: 80px;
}

.testi-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: url(../images/test-bg.png) repeat;
    background-color: #0d1137;
}


.single-testi-box {
    background: #fff;
    padding: 34px 30px 34px;
    position: relative;
    margin: 40px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-testi-box:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 4px;
    left: 0;
    right: 0;
    top: -4px;
    background: #ff8e00;
    margin: auto;
}

.testi-quote-icon {
    position: absolute;
    right: 40px;
    top: -32px;
    background: #ff8e00;
    border-radius: 50px;
    padding: 4px 4px;
}

.testi-content p {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    margin: 16px 0 46px;
    position: relative;
    text-align: justify;
}

.testi-content p:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    left: 0;
    bottom: -41px;
    background: #ff8e00;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 19px;
}

.testi-author-title h4 {
    font-size: 18px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 0px;
}

.single-testi-box:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 4px;
    left: 0;
    right: 0;
    bottom: -4px;
    background: #ff8e00;
    margin: auto;
}


.test .slick-prev {
    left: auto;
    right: 60px;
    top: -44px;
}

.test .slick-next {
    right: 15px;
    top: -44px;
}

.testi-out h1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
}

.right-1 a:hover img {
    border: 1px solid #0d1137;
}

/* Bounce To Top */
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d1137;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
    color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}




/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}




.pr-1:hover .pr-2 img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}






.page-title {
    padding: 40px 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #f2f2f2;
    background: url('../images/title-bg.jpg');
    background-size: 100% 100%;
    font-family: "Cinzel", serif;
    position: relative;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
}

.page-title.shop-page {
    margin: 0 0 40px;
}

.page-title h1 {
    position: relative;
}

.page-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ff8e00;
    position: relative;
}

.page-title h5 a {
    color: #fff;
    transition: color 0.2s ease;
    text-decoration: none;
    font-weight: 600;
}

.page-title h5 a:hover {
    text-decoration: none;
    color: #ff8e00;
}

.page-title-links-seperator {
    color: #fff;
}

.shop-sidebar-wrapper {
    padding-right: 10px;
}

.shop-sidebar-title {
    margin-top: 0;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #0d1137;
    border-left: 5px solid #ff8e00;
    border-right: 5px solid #ff8e00;
    margin-bottom: 16px;

}

.shop-category ul {
    list-style: none;
}

.shop-category ul.shop-category-outer-ul {
    list-style: none;
    margin-bottom: 16px;
    background-color: #eff6ff;
    padding: 20px;
    border-radius: 10px;
}



.shop-category ul li:not(:last-child) {
    padding: 0 0 10px;
}

.shop-category-sub-ul {
    padding: 10px;
}

.shop-category a {
    color: #000;
    font-weight: 600;
    transition: color 0.2s ease;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.shop-category .shop-category-sub-ul a {
    font-weight: 400;
    font-size: 15px;
}

.shop-category a:hover,
.shop-category a.active {
    color: #000;
    text-decoration: none;
    color: #eaab20;
}

.shop-category .li_split {
    margin: 0;
    color: #000000;
    height: 1px;
}

.filter_by_li .filter_by_li_in_div {
    display: flex;
    justify-content: space-between;
}

.filter_by_li a {
    width: auto;
}

.filter_by_li a i {
    margin-right: 7px;
    font-size: 18px;
}

.shop_page_category_note {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

.shop_page_top_bar {
    display: flex;
    width: 100%;
    justify-content: end;

}


.sortby.shop-page {
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 30px;
    color: #000;
    padding: 7px 10px;
    width: auto;
    margin: 0;
    flex-grow: 1;
    margin-left: 6px;
}

.sort-by-drpdwn {
    display: flex;
    align-items: center;
}

.price_filter>span {
    color: #242424;
    font-size: 15px;
    display: block;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left: auto;
    width: 95%;
}

.price_filter .ui-slider-range {
    background: #0d1137 none repeat scroll 0 0;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #0d1137 none repeat scroll 0 0;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
}

.price_slider_amount .label-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #363f4d;
    font-size: 15px;
    height: auto;
    margin: 3px 0 14px;
    font-weight: 500;
    padding-left: 49px;
    width: 100%;
}

.price_slider_amount .label-input input:focus {
    outline: none;
}

.clear_filter_button {
    background-color: #ff8e00;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}

.prodcut-row:nth-child(4n + 1) {
    clear: both;
}

.shop_page_product_col .product-name h5 {
    font-size: 16px;
}




.shop_page_product_col .product-category h6 {
    font-size: 15px;
}


.shop_page_product_col .product-wishlist button {
    font-size: 16px;
}



.shop_page_product_col .product-cart button {
    font-size: 15px;
}

.discount_amount {
    display: inline-flex;
    line-height: 1;
    font-size: 13px;
    background-image: url('../images/offer-icon.png');
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    color: #fff;
    border-radius: 50%;
    background-size: contain;
}

.toast-main {
    font-size: 17px;
    padding: 10px 25px;
}

.toast-main button {
    margin-left: 4px;
}

.shop-color-filter ul {
    list-style: none;
    margin-bottom: 0;
    padding: 8px 0;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}




.shop-category ul .shop-color-filter ul li {
    position: relative;
    padding: 0;
}



.shop-color-filter ul li input {
    width: 0;
    height: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.shop-color-filter ul li label {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    margin: 5px 3px;
    border: 1px solid #0d1137;
    cursor: pointer;

}

.shop-color-filter ul li input.colors:checked+label {
    outline: 2px solid #000000;
    box-shadow: #0d1137;
}

.fabric_occasion_discount_out ul {
    display: flex;
    flex-wrap: wrap;
}

.fabric_occasion_discount_out ul li {
    padding: 0 !important;
}

.fabric_occasion_discount_out ul li input {
    width: 0;
    height: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.fabric_occasion_discount_out ul li label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    border-radius: 3px;
    margin: 5px 3px;
    font-size: 14px;
    border: 1px solid #0d1137;
    cursor: pointer;
    background-color: #0d1137;
    padding: 4px 8px;
    line-height: 1;
    transition: all 0.3s ease;
    color: #fff;
}

.fabric_occasion_discount_out ul li label span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 0;
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition: all 0.1s ease;
    color: #be2734;
}

.fabric_occasion_discount_out ul li input.fabric_occasion_discount_input:checked+label {
    border: 1px solid #0d1137;
    color: #0d1137;
    background-color: #fff;
}

.fabric_occasion_discount_out ul li input.fabric_occasion_discount_input:checked+label span {
    visibility: visible;
    opacity: 1;
    width: auto;
    margin-right: 3px;
}

.search-bar-input {
    font-size: 15px;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #bebebe;
    color: #000;
    padding: 7px 10px;
    min-height: 40px;
    border-radius: 6px;
}

.shop_page_product_col .pr-4-row {
    display: flex;
    justify-content: space-between;
}

.product-related-col .pr-4-row {
    display: flex;
    justify-content: space-between;
}

.shop_page_product_col .pr-4-row .left-1,
.shop_page_product_col .pr-4-row .right-1 {
    width: auto;
    padding: 0;
}

.product-related-col .pr-4-row .left-1,
.product-related-col .pr-4-row .right-1 {
    width: auto;
    padding: 0;
}


.shop_page_product_col .pr-4-row .right-1 img {
    margin-right: 0;
}

.shop_page_product_col .pr-4-row .left-1 i {
    margin-right: 5px;
}


/* Product View Page */

.breadcrumbs-ul {
    margin: 20px 0;
    padding: 2px 5px;
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
}

.breadcrumbs-ul li {
    display: inline-block;

}

.breadcrumbs-ul li span {
    margin: 0 8px;
    font-weight: 500;
}



.breadcrumbs-ul li a {
    font-size: 16px;
    color: #0d1137;
    font-weight: 500;
}

.breadcrumbs-ul li {
    font-size: 16px;
    color: #443a93;
    font-weight: 500;
}

.product_details_out {
    margin-top: 40px;
}


.product-main-image {
    position: relative;
    margin-bottom: 1rem
}

.product-main-image img {
    max-width: none;
    width: 100%
}


.product-image-gallery {
    display: flex;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.product-gallery-item {
    position: relative;
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: .5rem;
    padding-right: .5rem;
}

.max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%
}

.product-gallery-item img {
    max-width: none;
    width: 100%
}

.product-gallery-item:before,
.product-gallery-item:after {
    content: '';
    display: block;
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: 0;
    bottom: 0;
    transition: all .35s ease
}

.product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
}

.product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4)
}

.product-gallery-item.active:before {
    visibility: visible;
    opacity: 1
}

.product-gallery-item:hover:after,
.product-gallery-item.active:after {
    opacity: 0;
    visibility: hidden
}

.product-gallery-vertical .row {
    margin-left: 0;
    margin-right: 0
}

.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
    width: 100%
}

.product-gallery-vertical .product-image-gallery {
    width: calc(100% + 10px)
}

.product-gallery-vertical .row {
    margin-left: -.5rem;
    margin-right: -.5rem;
    flex-direction: column
}

.product-gallery-vertical .btn-product-gallery {
    right: 2.5rem
}

.product-gallery-vertical .product-main-image {
    padding-left: .5rem;
    padding-right: .5rem
}

.product-gallery-vertical .product-main-image {
    flex: 0 0 100%;
    max-width: 100%
}

.product-gallery-vertical .product-image-gallery {
    width: auto;
    position: relative;
    flex: 0 0 20%;
    overflow: auto;
    margin-left: 0;
    margin-right: 0;
}

.product-gallery-vertical .product-image-gallery .slick-track {
    margin-left: 0;
}

.product-gallery-vertical .product-gallery-item {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.product-gallery-vertical .product-gallery-item:before,
.product-gallery-vertical .product-gallery-item:after {
    left: 0;
    right: 0
}

.product_image_col {
    position: sticky;
    height: 100vh;
    top: 10px;
}

.product-details-col-in {
    padding: 0 15px;
}

.product-details {
    padding: 10px;
    margin-bottom: 10px;
}

a.readmore {
    font-size: 14px;
    color: #0d1137;
    text-decoration: underline;
}

.product_page_product_title {
    margin-bottom: 10px;
}

.product_page_product_title h3 {
    color: #0d1137;
    font-weight: 600;
    font-size: 32px;
}


.product_page_product_rating h6 {
    color: #0d1137;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.product_page_product_title h6:nth-child(3) {
    margin-top: 5px;
}

.product_page_product_rating {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.product_page_rating_stars {
    display: inline-block;
    margin: 0 5px 0 0px;
}

.product_page_rating_number {
    display: inline-block;
    font-weight: 500;
    margin-right: 5px;
}

.product_page_rating_number span.rating_box {
    padding: 2px 8px;
    background-color: #0d1137;
    border-radius: 5px;
    color: #fff;
}

.product_page_rating_number span {
    margin-left: 3px;
    line-height: 1;
}

.product_page_product_price {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.product_page_product_price span {
    font-size: 35px;
    margin-right: 10px;
    font-weight: 500;
}

.product_page_product_price .mrp_de {
    text-decoration: line-through;
    font-size: 28px;
}


.offer-set-out {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-set-out img {
    width: 40px;
    -webkit-animation: rotate-seamless 2s linear infinite;
    animation: rotate-seamless 2s linear infinite;
}

@-webkit-keyframes rotate-seamless {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-seamless {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.product_page_product_price .offer .offer_set_text {
    position: absolute;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    color: #fff;
}

.product_page_product_description {
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
}

.product-page-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product-page-product-actions {
    margin-top: 15px;
    margin-bottom: 30px;
}

.product_page_quantity {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 55px;
}

.product_page_quantity .qty-input {
    display: flex;
    height: 100%;
}

.product_page_quantity p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}

.product_page_quantity .qty-input input {
    font-size: 16px;
    padding: 10px;
    border: none;
    line-height: 1;
    display: inline-block;
    width: 60px;
    height: 100%;
    margin: 0;
    text-align: center;
    border-top: 1px solid #0d1137;
    border-bottom: 1px solid #0d1137;
    background: #fff;
}

.product_page_quantity .qty-input input:focus {
    outline: none;
    box-shadow: none;
}

.product_page_quantity .qty-input span {
    display: flex;
    width: 30px;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #0d1137;
    line-height: 1;

    cursor: pointer;
    background: #0d1137;
}

.product_page_quantity .qty-input span.btn-down {
    border-radius: 10px 0 0 10px;
}

.product_page_quantity .qty-input span.btn-up {
    border-radius: 0 10px 10px 0;
}

.product_page_add_to_cart button {
    display: flex;
    height: 55px;
    width: 200px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #ff8e00;
    border: none;
    color: #fff;
    border: 1px solid #ff8e00;
    transition: all 0.3s;
    font-size: 22px;
    font-weight: 500;
    border-radius: 6px;
}

.product_page_add_to_cart button i {
    margin-right: 10px;
}

.product_page_add_to_cart button:hover {
    background-color: #fff;
    color: #ff8e00;
}

.product_page_buy button {
    padding: 10px 20px;
    line-height: 1;
    background-color: #0d1137;
    border: none;
    color: #fff;
    border: 1px solid #0d1137;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
}

.product_page_buy button:hover {
    background-color: #fff;
    color: #0d1137;
}

/* .product_page_add_to_wishlist button {
    background: none;
    border: none;
    color: #0d1137;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
    transition: all 0.3s ease;
} */

.product_page_add_to_wishlist button {
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid #ff8e00;
    background-color: #fff;
    border-radius: 40px;
    color: #000;
    border-radius: 6px;
    font-size: 22px;
    width: 200px;
    font-weight: 500;
    transition: all 0.3s;

}

.product_page_add_to_wishlist button i {
    margin-right: 10px;
}

.product_page_add_to_wishlist button:hover {
    background-color: #fff;
    color: #ff8e00;
}

.product_page_share button {
    padding: 10px 20px;
    line-height: 1;
    background-color: #ff8e00;
    border: none;
    color: #fff;
    border: 1px solid #ff8e00;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
}

.product_page_share button:hover {
    background-color: #fff;
    color: #ff8e00;
}


.product_page_product_colors {
    margin: 10px 0;
}

.product_page_product_colors h5 {
    margin-bottom: 8px;
    font-size: 20px;

}

.delivery_out {
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
}

.delivery-img {
    float: left;
    width: auto;
}

.del-text-in {
    width: 100%;
}

.delivery-text {
    width: 75%;
    display: inline-flex;
    align-items: center;
}

.pincode-check {
    display: inline-block;
    padding-left: 10px;
    margin-top: 5px;
}

.delivery-text form {
    width: 100%;
    float: left;
}

.delivery_box {
    width: 50%;
    float: left;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #4e575e;
    color: #4e575e;
    margin-left: 10px;
    margin-right: 5px;
}

.delivery_box::placeholder {
    color: #4e575e !important;
    opacity: 1;
}

.delivery_box:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #4e575e;
}

.delivery_box1::placeholder {
    color: #4e575e !important;
    opacity: 1;
}

.check_btn {
    width: 25%;
    float: left;
    padding: 5px;
    margin-top: 2px;
    background-color: #ff8e00;
    color: #fff;
    border: none;
}

.social-share {
    line-height: 1;
    padding: 10px 0;
    margin-left: 10px;
}

.social-share ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.social-share li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 6px 0 0;
}

.social-share li a {
    color: #fff;
    line-height: 1;
    padding: 0 5px;
    font-size: 18px;
    cursor: pointer;
}

.social-share li a.share {
    color: #003475;
}

.social-share li a.tweet {
    color: #79c5ee;
}

.social-share li a.whats {
    color: #25d366;
}

.social-share li a.copylink {
    color: #000;
}

.bulk-order {
    width: 100%;
    margin: 10px 0;
}

.bulk-order h5 {


    margin-bottom: 15px;
}

.bulk-order-in {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.bulk-order-in button.bulk-order-el {
    padding: 8px 10px;
    background-color: #ff8e00;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.bulk-order-in button.bulk-order-el:first-child {
    margin-right: 20px;
}

.bulk-order-in button.bulk-order-el i {
    margin-right: 10px;
    font-size: 20px;
}

.bulk-order-in button.bulk-order-el:hover i {
    -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1 both;
    animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-19 13:47:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@-webkit-keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

@keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}


.product_disclimer {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.product_disclimer p {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 5px;
}

.single-layout.product-tabs {
    margin-top: 20px;
}

.single-layout.product-related-box,
.single-layout.product-tabs {
    display: block;
    clear: both;
}

.tab-all-out {
    width: 100%;
    padding: 20px 0;
    background-color: #fffaf3;
}

.product-tabs.single-layout .tab-head .tabs {
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.product-tabs.single-layout .tab-head .tabs li {
    background: none !important;
    border-radius: 0;
    border-width: 0;
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    padding: 0;
}

.product-tabs.single-layout .tab-head .tabs li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.product-tabs.single-layout .tab-head .tabs li a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    padding: 6px 14px;
    border: 1px solid;
    border-radius: 10px;
}

.product-tabs.single-layout .tab-head .tabs li a:hover,
.product-tabs.single-layout .tab-head .tabs li a.active {
    color: #ff8e00;
}


.tab-content>.active {
    display: block;
}

.product-tabs.single-layout .tab-content .tab-contain.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
}

.product-tabs.single-layout .tab-content .tab-contain {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-color: #ffffff;

}

.product_page_related_out {
    background: none;
    margin-top: 30px;
}

.product_page_related_heading {
    margin-bottom: 20px;
}

.product_page_related_heading h5 {
    font-size: 22px;
    font-weight: 500;
}

.product-related-col .pr-4 a.add_to_cart_link {
    /*    border: 1px solid #ff8e00 ;*/
    margin-bottom: 0px;
    padding: 8px 10px;
    background: #ff8e00;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.product-related-col .pr-4 a i {
    margin-right: 5px;
}

.product-related-col .product-name h5 {
    font-size: 16px;
}

.product-related-col .product-category h6 {
    font-size: 15px;
}

.product-related-col .product-wishlist button {
    font-size: 16px;
}

.product-related-col .product-cart button {
    font-size: 15px;
}

.product-related-col .pr-4-row .left-1 img,
.product-related-col .pr-4-row .right-1 img {
    margin-right: 0;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ff8e00;
    border: 1px solid #ff8e00;
    top: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
}

.all_desc_out {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.additional_info_out {
    width: 100%;
    padding: 20px;
    border: 1px solid #ff8e00;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.additional_info_out h5 {
    font-family: "Cinzel", serif;
    font-size: 26px;
    margin-bottom: 20px;
}

.description_review_out {
    width: 100%;
    padding: 0;
}

.description_review_out .tab-content {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 8px;
}

.product_select span {
    margin-right: 3px;
}

.product_select label {
    background: #fff;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid lightgrey;
    margin: 0 3px;
}

.product_select h2 {
    float: left;
    font-size: 20px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.product_select input[type="radio"] {
    display: none;
}

.product_select input:checked+label {
    border: 1px solid #ff8e00;
    color: #ff8e00;
}

.available_sizes_span {
    display: block;
    background: none;
    border: none;
    width: 100%;
    background-color: #ffffffb1;
    transition: all 0.3s ease;
    border: 2px solid #ff8e00;
    cursor: pointer;

}


.available_sizes_span a {
    width: 100%;
    color: #000;
    padding: 8px 6px;
    display: block;
}

.available_size_in {
    margin-right: 2px;
    color: #000;
}

.product_page_product_colors {
    margin: 10px 0;
}

.product_page_product_colors h5 {
    margin-bottom: 8px;
    font-size: 20px;
}

.more_like_this_image {
    width: 100px;
    margin: auto;
    margin-bottom: 5px;
}

.spec_table tr,
.spec_table td,
.spec_table th {
    border: none;
    padding: 0 0 15px;
    font-size: 18px;
}

.spec_table .add-info-header {
    text-align: left;
    font-weight: 500;
    width: 30%;
}

.spec_table .add-info-detail {
    text-align: left;
    width: 70%;
}

.productrv_inner {
    padding: 20px;
    background-color: #fffaf3;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-bottom: 15px;
}

.prorev_title {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}


.no_rapage {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.no_rapage .final_rating {
    display: inline-block;
    padding: 5px;
    background-color: #ff8e00;
    line-height: 1;
    color: #fff;
}

.checkout-options ul {
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 12px;
    margin: 15px 0 0;
}

.checkout-options ul li {
    list-style: none;
    display: flex;
    margin: 0 6px;
}

.checkout-options img {
    width: 50px;
}

.rvpg {
    margin-top: 2px;
    font-size: 17px;
}

.ratingnum_out {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-bottom: 3px;
}

.produpagerate_outer {
    display: flex;
    width: 100%;
    margin: 15px 0;
}

.product_details_out .rating_out1 {
    width: 50%;
    border-right: 0.5px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_details_out .write_review_button_out {
    width: 50%;
    text-align: center;
    border-left: 0.5px solid #ccc;
}

.rating_out1 [data-star] {
    font-size: 22px;
}

.write_review_button,
.write_review_button:hover,
.write_review_button:active {
    padding: 6px 14px;
    background-color: #0d1137;
    color: #fff;
    border-radius: 5px;
}


.viewrev_but,
.viewrev_but:hover,
.viewrev_but:active {
    margin-right: 5px;
    padding: 6px 14px;
    background-color: #ff8e00;
    color: #fff;
    border-radius: 5px;
}



.review-page-container .prodt_redet {
    float: left;
    margin-top: 8px;
    width: 100%;
}

.review-page-container .prodt_redet h5 {
    font-size: 14px;
}

.review-page-container .rating_out1 {
    display: inline-block;
}

.review-page-container .comment-form-rating .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.review-page-container .comment-form-rating .rate:not(:checked)>input {
    position: absolute;
    left: -9999px;
}

.review-page-container .comment-form-rating .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 27px;
    color: #ccc;
    margin-left: 0;
}

.review-page-container .comment-form-rating .rate:not(:checked)>label:before {
    content: "★ ";
}

.review-page-container .comment-form-rating .rate>input:checked~label {
    color: #ff8c00;
}

.review-page-container .comment-form-rating .rate:not(:checked)>label:hover,
.review-page-container .comment-form-rating .rate:not(:checked)>label:hover~label {
    color: #be6b06;
}

.review-page-container .comment-form-rating .rate>input:checked+label:hover,
.review-page-container .comment-form-rating .rate>input:checked+label:hover~label,
.review-page-container .comment-form-rating .rate>input:checked~label:hover,
.review-page-container .comment-form-rating .rate>input:checked~label:hover~label,
.review-page-container .comment-form-rating .rate>label:hover~input:checked~label {
    color: #ff8c00;
}

.review-page-container .review_submit {
    border: none;
    background-color: #0d1137;
    padding: 6px 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;


}

.review-page-container .form-control3 {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 100%;
}

.review-page-container .viewrev_but {
    background: #ff8e00;
    color: #fff;
    padding: 8px;


}

.review-page-container .viewrev_but:hover,
.review-page-container .viewrev_but:active {
    color: #fff;
}



.review-page-container .review-form-wrapper a,
.review-page-container .review-form-wrapper a:hover,
.review-page-container .review-form-wrapper a:active {
    padding: 8px 14px;
    background-color: #0d1137;
    color: #fff;
    border-radius: 8px;
}

.product-review-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review-page-container .revie_sort {
    margin-left: auto;
}

.review-page-container .revie_sort select {
    padding: 3px;
}

.review-page-container .write_leftrevinner a img {
    width: 80%;
    margin-left: 10%;
}

.review-page-container .write_leftrevinner a {
    text-align: center;
}

.review-page-container .write_leftrevinner a h5 {
    font-size: 18px;
    padding-top: 10px;
    color: #212529;
}

.review-page-container .productrv_inner {
    width: 48%;
    margin-right: 10px;
}

.review-page-container .product_rv.rv1 {
    padding: 0;
}

.review-page-container .product_review_right_title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.review-page-container .review-page-container {
    padding: 60px 0;
}

.review-page-container .review-heading {
    font-size: 22px;
    margin-bottom: 10px;


}

.review-page-container .comment-form-rating {
    text-align: left;
}

.review-page-container .comment-form-rating label.title_label {
    display: block;
    float: left;
    width: 100%;
}

.review-page-container .form-control3:disabled {
    background-color: #ededed;
}

.product-related-col .pr-3 h3 {
    max-height: 35px;
    color: #000;
    overflow: hidden;
}

.product-related-col .pr-1 {
    margin-bottom: 0;
}

.page-wrapper.login-page {
    border-top: 5px solid #0d1137;
}

.login-row {
    padding: 50px 0;
}

.login-left-image {
    width: 80%;
}

.login-page .card {
    width: 500px;
    border: none;
    box-shadow: 0px 5px 20px 0px #a4cdff;
    border: 1px solid #28253a4b;
    z-index: 1;
    display: flex;
    background-color: #0d1137;
    border-radius: 20px;
    padding: 5px;

}

.login-page .card-heading {
    width: 200px;
    color: #fff;
    text-align: left;
    background: #0d1137;
    border-radius: 0 0 15px 15px;
    padding-bottom: 10px;
    margin: auto;
    position: relative;
}

/* .login-page .card-heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15px;
    border-radius: 0 50% 50% 0;
    background-color: #ffffff;
}

.login-page .card-heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15px;
    border-radius: 50% 0 0 50%;
    background-color: #ffffff;
} */

.login-page .otp-card-heading {
    width: 300px;
}


.login-page .card h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0;
}

.login-page .card h6 {
    color: #0d1137;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

.login-page .card-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-top: 0;
}

.login-page .card-content img {
    position: absolute;
    width: 70px;
    top: -22px;
    left: calc(50% - 35px);

}



.login-page input[type="number"]::-webkit-inner-spin-button,
.login-page input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.login-page .card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
}

.login-page .card-2 .content {
    margin-top: 50px;
}

.login-page .card-2 .content a {
    color: #0d1137;
}

.login-page .form-control:focus {
    box-shadow: none;
    border: 2px solid #0d1137;
}

.login-page .validate {
    border-radius: 5px;
    height: 40px;
    background-color: #0d1137;
    border: 1px solid #0d1137;
    width: 140px;
}

.login-page .card.login .inputs input {
    width: 70%;
    letter-spacing: 0.8px;
    font-size: 16px;
    height: 40px;
    border: 1px solid #0d1137;
}

.login-page .card.login .inputs input:focus {
    border: 1px solid #0d1137;
}

.dashboard-page.container {
    padding: 60px 0;
}

.dashboard_links_out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dashboard_links_out a {
    width: 24%;
    display: flex;
    padding: 0 0 20px;
    background-color: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 20px;
    flex-direction: column;
    border: 5px solid #0d1137;
    transition: all 0.3s ease;
}

.dashboard_links_out a div {
    background-color: #0d1137;
    width: 40px;
    height: 40px;
    border-radius: 0 0 30px 30px;
    margin-right: auto;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.dashboard_links_out a i {
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.dashboard_links_out a:hover {
    background-color: #0d1137;
    border: 5px solid #ff8e00;
    color: #fff;
}

.dashboard_links_out a:hover div {
    background-color: #0d1137;
}


.top_cart_out {
    width: 80%;
    padding: 5px;
    margin-bottom: 20px;
    background: #0d1137;
    margin-left: auto;
    margin-right: auto;
}

.top_cart_out ul {
    width: 100%;
    padding: 0px;
    margin: 0;
    list-style: none;
    border: 2px solid #fff;
    display: flex;
}



.top_cart_out ul li {
    width: auto;
    padding: 5px 30px;
    flex-grow: 1;
    margin: 0;
    border-right: 2px solid #fff;
}

.top_cart_out ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;

    margin: 0;
}

.top_cart_out ul li.active {
    background: #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

.top_cart_out ul li.no-border-li {
    border: none;

}

.cart_items {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.empty-cart .icon {
    font-size: 150px;
    color: #dae0ef;
    margin: 0 0 15px;
    -webkit-animation: tinLeftIn 2s;
    animation: tinLeftIn 2s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.empty-page .btn {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px;
    background-color: #0d1137;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
}

.shopping-cart-container,
.shipping-address-container {
    padding: 25px 0;
}

.cart_table {
    padding: 0;
    margin-top: 10px;
}

.cart_header {
    background: #fff;
    width: 100%;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.cart_header h3 {
    font-size: 26px;
    width: auto;
    margin: 0;
    color: #fff;
    background-color: #0d1137;
    padding: 6px 30px;
    /* border-radius: 10px 10px 0 0; */
}

.cart_header .cart_header_bottom {
    width: 100%;
    height: 10px;
    background-color: #0d1137;
    /* border-radius: 0 8px 8px; */
}

.dt-sc-column {
    display: flex;
    flex-wrap: wrap;
}





.cart_items form {
    flex-grow: 1;
}



.cart__row .cart-title h5 {
    margin-top: 0;
}

.cart__row .cart-title a {
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
}


.cart__row .price {
    width: auto;
}

.cart__row .price p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.cart__row .qty-box-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cart__row .qty-box-set .qtyminus1,
.cart__row .qty-box-set .qtyplus1 {
    height: 27px;
    font-size: 14px;
    line-height: 1;
    padding: 0 15px;
    width: auto;
    margin: 0;
    background: transparent;
    border: 1px solid #0d1137;
}

.cart__row .qty-box-set .quantity-selector {
    padding: 0;
    text-align: center;
    height: 27px;
    max-width: 50px;
    border: 1px solid currentcolor;
    border-width: 1px 0;
    border-radius: 0;
    border-color: #0d1137;
    margin: 0;
}

a.cart__remove.close_icon {
    line-height: 18px;
    right: 0;
    left: auto;
}

a.close_icon {
    width: 20px;
    height: 20px;
    line-height: 1;
    margin: auto;
    display: block;
    color: #fff;
    background-color: #ff000d;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #ff000d;
}

a.close_icon:hover {
    color: #0d1137;
    background-color: #fff;
    border: 1px solid #ff000d;
}

img.cart__image {
    width: 100px;
}

.cart_item.wrap-buttons {
    padding: 0;
}

.order_summary {
    border: 1.5px solid #c6c6c6;
    padding: 20px 30px;
}

.delivery-section-in {
    display: flex;
    padding: 20px 20px;
    border: 1.5px solid #c6c6c6;
}

.delivery-section-in form {
    display: flex;
    width: calc(100% - 125px);
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    flex-direction: row;
    align-content: center;
    padding: 0 0 0 15px;
}

.delivery-section-in form h5 {
    width: 100%;
    margin-bottom: 12px;
}

.delivery_box1 {
    margin: 0;
    padding: 5px 15px;
    font-size: 1em;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #c6c6c6;
    width: 70%;
    line-height: 1;
    height: 40px;
}

.deli_but {
    line-height: 1;
    width: 30%;
    height: 40px;
    background-color: #ff8e00;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    margin: 0;
}

.deli_but:hover {
    border: 1px solid #ff8e00;
    color: #ff8e00;
    background-color: #fff;
}

#results .pincode-check {
    display: inline-block;
    padding-left: 0px;
    margin-top: 0px;
}

.shopping-cart-container table {
    text-align: center;
    border: none;
    margin: 0;
    width: 100%;
    border: 2px solid #e6e6e6;
    margin-top: 10px;
}



.shopping-cart-container table tbody td {
    padding: 5px 0;
    border: 1px solid #ccc;
}

.cartord_out {
    display: block;
    line-height: 24px;
    color: #141414;
    margin: 0;
    padding: 10px;
}

.delivery-section {
    width: 65%;
}

.shipping-section {
    width: 30%;
    margin-left: auto;
}

.cart_items table th {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background-color: #f8f8f8;
    width: auto;
}

.cart_items table tbody td {
    padding: 10px 0;
    text-align: center;
    width: auto;
    border: none;
    border-bottom: 1px solid #ccc;
}

.promo_txt {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 0.6em;
    font-size: 1em;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #c6c6c6;
    width: 70%;
}

.promo_btn {
    width: 30%;
    float: left;
    background-color: #ff8e00;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
}

.promo_btn:hover {
    border: 1px solid #ff8e00;
    color: #ff8e00;
    background-color: #fff;
}

.proc_ck {
    width: 100%;
    border: 1px solid transparent;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    clear: both;
    margin: 10px auto 0;
    background-color: #0d1137;
    padding: 13px 15px 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}

.proc_ck:hover {
    border: 1px solid #0d1137;
    background-color: #fff;
    color: #0d1137;
}

.btn.btn-back-shop {
    margin-right: 10px;
    background-color: #ff8e00;
    color: #fff;
    line-height: 1;
}

.btn.btn-back-shop:hover {
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #0d1137;
    color: #0d1137;
}

button.btn.btn-clear-wish {
    line-height: 1;
}

.empty-cart .cart_image {
    width: 200px;
    color: #dae0ef;
    margin: 0 0 15px;
    transition: all 0.3s ease;
}


.single-acco {
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}


.address-page-container {
    padding: 40px 0;
}

.add-ad-d {
    position: relative;
}

.add-ad-d i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    font-size: 15px;
}

.add-ad-title {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.add-ad-title h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
}

.add-ad-title .btn-out {
    text-align: right;
}

.add-ad-title .btn-out .openButton {
    margin: 0;
    padding: 0;
    padding: 5px 10px;
    border: 1px solid #ff8e00;
    color: #fff;
    background-color: #ff8e00;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.add-ad-title .btn-out .openButton:hover {
    background-color: #ffffff;
    color: #ff8e00;
    border: 1px solid #ff8e00;
}

.formPopup {
    display: none;
    position: fixed;
    background: #0d1137;
    top: 10%;
    left: 50%;
    z-index: 1003;
    border-radius: 20px;
    overflow: hidden;
    transform: translateX(-50%);
    padding: 5px;
}

.formContainer {
    max-width: 800px;
    padding: 0 20px 20px;
    background-color: #fff;
    border-radius: 20px;
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    z-index: 1002;
    display: none;
}

.formPopup .form-control1 {
    border: 1px solid #9a9a9a;
    padding: 6px 8px;
    margin: 0;
}

.formPopup .form-control1:focus {
    box-shadow: none;
}

.formPopup .form-title {
    text-align: center;
    width: 200px;
    font-size: 22px;
    padding: 0 0 10px;
    color: #000;
    font-weight: 600;
    margin: auto;
    margin-bottom: 30px;
    background: #0d1137;
    color: #fff;
    border-radius: 0 0 15px 15px;
    line-height: 1;
}

.popup-input-col {
    margin-bottom: 20px;
}

.addd-sub {
    padding: 8px 10px;
    border: 1px solid #0d1137;
    background-color: #0d1137;
    color: #fff;
    line-height: 1.5;
    border-radius: 5px;
    width: auto;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}

.addd-sub:hover {
    background-color: #ffffff;
    color: #0d1137;
    border: 1px solid #0d1137;
}

.add-m-submit .cancel {
    margin: 0;
    padding: 8px 10px;
    border: none;
    border: 1px solid #929292;
    background-color: #f8f8f8;
    color: #000000;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.add-m-submit .cancel:hover {
    color: #e73918;
}

.accordion-body {
    width: 100%;
    margin: auto;
}

.manage-address {
    background-color: #fafafa;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    width: 48%;
    border-radius: 10px;
}

.manage-address h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 5px 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.manage-address p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 2px;
    margin: 0;
    line-height: 20px;
}

.action-btn1 {
    display: inline-block;
}

.action-btn2 {
    display: inline-block;
}

.action-btn1 .edit_btn {
    background-color: #25d366;
    font-size: 15px;
    color: #fff;
    padding: 4px 8px;
    margin-left: 0px;
    border-radius: 3px;
}


.action-btn2 .edit_btn {
    background-color: #25d366;
    font-size: 15px;
    color: #fff;
    padding: 4px 8px;
    margin-left: 5px;
    border-radius: 3px;
}



.action-btn1 .del_btn {
    background-color: #f00;
    font-size: 15px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
}

.address-labels-out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.addr-out.fade-left {
    border: 1px solid #f2f2f2;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    margin: 10px 0 30px;
}

.addr-out .btns {
    text-align: right;
    padding-bottom: 20px;
}

.add-new-address-form-out {
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}

.use-add-out {
    background-color: #f8f8f8;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    border: 1px solid #f3f1ff;
    display: block;
    border-radius: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.use-add-out:hover {
    background-color: #f9f9f9;
}

.radio_btn {
    position: absolute;
    width: auto;
    top: 48%;
    left: 20px;
    -ms-transform: translateY(-50%) scale(1.25);
    -webkit-transform: translateY(-50%) scale(1.25);
    transform: translateY(-50%) scale(1.25);
    margin: 0;
}

.use-addin {
    padding-left: 25px;
}

.use-addin .uname {
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 5px 0;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.use-addin .address {
    color: #000000;
    padding: 0px 0 3px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
}

.ship-add-page-wrapper .deli_btn {
    width: auto;
    margin: 0;
    padding: 0;
    padding: 8px 10px;
    border: 1px solid #0d1137;
    background-color: #0d1137;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    line-height: 1;
}

.ship-add-page-wrapper .deli_btn:hover {
    border: 1px solid #0d1137;
    background-color: #fff;
    color: #0d1137;
}

.ship-add-page-wrapper .openButton {
    margin: 0;
    padding: 0;
    padding: 10px;
    border: 1px solid #0d1137;
    background-color: #0d1137;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.ship-add-page-wrapper .openButton:hover {
    border: 1px solid #0d1137;
    background-color: #fff;
    color: #0d1137;
}

.ship-add-page-wrapper .backtocart {
    margin: 0;
    padding: 0;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}


.no_addr {
    background-color: #f8f8f8;
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
}

.add-new-address-form-out .form-control {
    background-color: #fff;
    padding: 8px 10px;
}


.profile-page {
    padding: 60px 0;
}

.user-profile-img img {
    width: 80%;
}

.user-profile-main-out {
    width: 100%;
    border: none;
    box-shadow: 0px 5px 20px 0px #a4cdff;
    border: 1px solid #28253a4b;
    z-index: 1;
    display: flex;
    background-color: #0d1137;
    border-radius: 20px;
    padding: 5px;
}


.user-profile-out {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-top: 0;
}



.user-profile-title {
    width: 240px;
    color: #fff;
    text-align: left;
    background: #0d1137;
    border-radius: 0 0 15px 15px;
    padding-bottom: 10px;
    margin: auto;
    position: relative;
}


.user-profile-title h5 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0;
}

.user-common {
    margin: 20px 0;
}

.user-pro-sub .rpro-user {
    border-radius: 5px;
    height: 40px;
    background-color: #0d1137;
    border: 1px solid #0d1137;
    width: 140px;
    color: #fff;
    line-height: 1;
}


.user-profile-out .user-profile-title img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.userprofilehover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.user-profile-input label {
    margin-bottom: 8px;
    line-height: 1;
}

.user-profile-input input {
    font-size: 16px;
    background: #fff;
    padding: 5px 8px;
}

.user-profile-input input:focus {
    box-shadow: none;
}

/* Confirm Order Page  */
.confirm-order-body {
    background-color: #f8f8f8;
}

.confirm-order-wrapper {
    width: 100%;
    margin: 50px 0;
}

.order-confirmation h3 {
    margin: 0;
}

.pay-order-out {
    width: 100%;
    margin-bottom: 20px;
}

.order-confirmation {
    width: 100%;
}

.confirm-order-content-out {
    display: flex;
}

.pricest_outer {
    order: 2;
    width: 30%;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-left: auto;
    border-radius: 8px;
}

.price_update_in {
    padding: 10px;
}

.shp_det_hed {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    width: 100%;
    background-color: #0d1137;
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.shp_det_hed a {
    float: right;
}

.info-name {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.shoptable-outer {
    width: 69%;
}

.shopping_outer {
    width: 100%;
}

.shopping_outer table {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

.shopping_outer table thead {
    border: none;
}

.shopping_set {
    border-bottom: 1px solid #ccc;
}

.shopping_outer table tbody figure {
    margin: 0;
}

.shopping_outer table tbody td,
.confirm-order-qt {
    text-align: center;
    font-weight: 500;
}

.shopping_outer table tfoot td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    /* background: #fff; */
}

.shopping_tr {
    font-weight: bold;
    color: #fff;
}

br.cart-respbrk {
    display: none;
}

.shopping_tr th:first {
    width: 40%;
}

.shopping_tr th:nth-child(n + 2) {
    width: 20%;
}

.shopping_tr th {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    background: #0d1137;
    border-right: 1px solid;
}

/* .shopping_tr th div {
	padding: 6px;
	border: 2px solid #fff;
	height: 100%;
} */

.shopping_set td {
    padding: 10px;
    /* background: #fff; */
}

.shopping_set:last-child td {
    padding-bottom: 20px;
}

.p-image {
    border: 1px solid #ccc;
    margin-right: 15px;
    border: none !important;
}

.p-image img {
    width: 100px;
    height: 100px;
}

.shopping-cart-container table td.product-thumbnail .prd-thumb {
    display: inline-block;
}

.shopping_outer .prd-thumb {
    display: inline-block;
}

.prd-thumb img {
    mix-blend-mode: multiply;
}

.shopping_outer .prd-name {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: 6px;
}

.final_pro {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
}

.price_update {
    width: 100%;
    text-align: left;
    font-size: 15px;
    border: 1px solid #cccc;
    border-radius: 0 0 8px 8px;
}

.price_update:first-child {
    margin-bottom: 10px;
}

.price_update p {
    width: 100%;
    text-align: left;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
}

.shopping_outer table tfoot tr:last-child td {
    font-weight: 600;
}

.tot_price {
    width: 50%;
    text-align: right;
    line-height: 1.8;
    font-size: 15px;
}

.ship_cart {
    margin-top: 5px;
    color: #000;
}

.ship_cart1 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    padding: 4px 0px;
}

.pay-now {
    width: 50%;
    text-align: right;
}

.order-total {
    display: inline-block;
    padding-right: 20px;
}

.order-total h6 {
    font-size: 15px;
    color: #616161;
}

.order-total #order-total {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 5px;
    letter-spacing: 0.8px;
}

.pay-now form {
    display: inline-block;
}

.pay-now .btns {
    display: inline-block;
}

.confirm_pay {
    display: inline-block;
    background-color: #0d1137;
    border: 1px solid #0d1137;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    padding: 10px 8px;
    min-width: 154px;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

.confirm_pay:hover {
    color: #0d1137;
    background-color: #fff;
}

.orderplace_outer {
    margin: 30px 0;
}

.go_back {
    display: inline-block;
    background-color: #363f4d;
    border: 1px solid #363f4d;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 8px;
    min-width: 154px;
    text-align: center;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

.go_back:hover {
    color: #363f4d;
    background-color: #fff;
}


.payment {
    border: none;
    background: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    overflow: hidden;
    border-radius: 20px;
    padding: 5px;
}

.payment-in {
    border-radius: 20px;
    background: #fff;
    padding: 0px 7px 7px;

}

.payment.success {
    background: #66bb6a;
}

.payment.failure {
    background: #f15249;
}

.payment_header img {
    width: 40px;
    height: 40px;
}

.payment_header {
    background: #fff;
    padding: 5px 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    width: 200px;
    margin: auto;
    border-radius: 0 0 15px 15px;
    border-left: 3px solid #66bb6a;
    border-right: 3px solid #66bb6a;
    border-bottom: 3px solid #66bb6a;
    text-align: center;
}

.payment_header.fail {
    border-left: 3px solid #f15249;
    border-right: 3px solid #f15249;
    border-bottom: 3px solid #f15249;
}


.check {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

.check i {
    vertical-align: middle;
    line-height: 50px;
    font-size: 30px;
}

.content_f {
    text-align: center;
    padding: 30px 0px;
}

.content_f.fail {
    padding: 30px 10px;
}

.content_f h1 {

    font-size: 25px;
}

.content_f p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
}

.content_f a {
    color: #fff;
    padding: 10px 10px;
    background: #66bb6a;
    transition: all ease-in-out 0.3s;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #66bb6a;
}

.content_f.fail a {
    background: #f15249;
    border: 1px solid #f15249;
}

.content_f a:hover {
    text-decoration: none;
    background: #fff;
    color: #66bb6a;
}

.content_f.fail a:hover {
    text-decoration: none;
    background: #fff;
    color: #f15249;
}

.check-1 lord-icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}


/* Order Detail Page */


.my-orders-out {
    padding: 60px 0;
}

.order-wrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
}

.my-orders {
    width: 100%;
    background: #0d1137;
    padding: 20px;
    border: 1px solid #0d1137;
    border-radius: 20px 20px 0 0;
}



.product-orders-out-total {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 0 0 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.product-order-out {
    padding: 20px;
    width: 33%;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}



.order-det {
    width: 100%;
    display: flex;
}

.orders-out {
    font-size: 16px;
    display: flex;
    color: #fff;
    align-items: center;
}

.orders-out p {
    width: auto;
    margin: 0;
}

.orders-out p:first-child {
    margin-right: 10px;
}

.orders-out1 {
    margin-left: auto;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: end;
}

.orders-out1 a {
    color: #0d1137;
    margin-right: 10px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: #fff;
    transition: all 0.3s ease;
}

.orders-out1 a:hover {
    background-color: #0d1137;
    color: #fff;
}

.order-product-img {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
}

.order-product-img img {
    width: 125px;
    border-radius: 20px;
}

.order-cart-details {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    width: calc(100% - 140px);
}

.order-cart-description {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    line-height: 1;
}

.order-track-det {
    float: right;
    margin-top: 20px;
    text-align: left;
}

.or-td-a {
    margin-bottom: 10px;
}

.order-track-det a {
    color: #000;
    display: inline-block;
    background: none;
    padding: 5px 0;
    margin: auto;
    border-radius: 5px;
    transition: all 0.2s ease-in;
    letter-spacing: 1px;
    font-weight: 400;
}

.order-track-det i {
    font-size: 14px;
    color: #fff;
    border: 1px solid #8b86b5;
    background-color: #8b86b5;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.2s ease-in;
}

.order-track-det a:hover i {
    color: #8b86b5;
    background-color: #fff;
}

.order-detail-wrapper {
    margin: 20px 0 60px;
}

.ship-detail-wrapper {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.ship-tracking {
    margin-bottom: 20px;
}

.shipping-details {
    width: 50%;
}

.shipping-address {
    width: 50%;
}

.ship-track-order {
    width: 100%;
    border: 1px solid #0d1137;
    padding: 20px;
    background: #0d1137;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px 8px 0 0;
}

.shipping-order-out {
    width: 100%;
}

.order-product {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    display: flex;
}

.ship-tracking h6 {
    font-size: 18px;
}

.ship-tracking h6 span {
    font-size: 17px;
    font-weight: 400;
}

.shipping-address h5,
.shipping-address p,
.shipping-details h5,
.shipping-details p,
.ship-tracking p {
    color: #000;
}

.shipping-address p,
.shipping-details p {
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}

.shipping-details span {
    margin-left: auto;
}

.ship-tracking h5 {
    font-size: 22px;
    font-weight: 600;
    padding: 0px 0 5px;
    line-height: 1;
}

.shipping-address h5,
.shipping-details h5 {
    font-size: 22px;
    font-weight: 600;
    padding: 0px 0 5px;
    color: #fff;
}

.ship-tracking-table {
    width: 100%;
}

.ship-tracking-table th,
.ship-tracking-table td {
    padding: 15px 10px;
    font-size: 16px;
}

.track-order {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 8px;
    margin: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.track-product-img {
    display: inline-block;
}

.track-cart-details {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.track-product-img img {
    width: 130px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.track-cart-description {
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    line-height: 1;
    margin: 10px 0;
}

.track-cart-quantity {
    display: flex;
    width: 100%;
    justify-content: center;
}

.track-cart-quantity span {
    display: block;
    margin: 0 5px;
    font-size: 16px;
}

.track-cart-quantity span:last-child {
    padding-bottom: 0;
}

.order-cart-buyit a {
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #0d1137;
    background: #0d1137;
    transition: all ease 0.3s;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.order-cart-buyit a:hover {
    color: #0d1137;
    background: #fff;
}

.hh-grayBox {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
}

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    border: 0px solid #afafaf;
    background-color: #0d11378c;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -3px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #afafaf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking .is-complete span {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 2.5px;
    top: 2.5px;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.order-tracking.completed .is-complete {
    border-color: #272439;
    border-width: 0px;
    background-color: #272439;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 6px;
    left: 12px;
    opacity: 1;
}

.order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
    line-height: 1.3;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #0d11378c;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #272439;
}

.order-tracking.cancelled {
    width: 50%;
}

.order-details-container {
    padding: 60px 0;
}

.contact-us-page-container {
    padding: 50px 0;
}

.contact-us-map {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.contact-us-map iframe {
    width: 100%;
}

.contact-details-out {
    width: 90%;
    margin: auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    background-color: #0d1137;
    border-radius: 6px;
    position: relative;
    padding: 5px;
}

.contact-details-in {
    width: 50%;
    padding: 20px;
    border-radius: 6px;
    background-color: #0d1137;
}

.contact-details-out h4 {
    margin-bottom: 15px;
    font-size: 28px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.contact-detail-title {
    margin-bottom: 20px;
    width: 100%;
}

.contact-detail-title h5 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
}

.contact-detail-title p {
    color: #fff;
    display: flex;
    line-height: 1;
    flex-wrap: wrap;
    margin-top: 5px;
    align-items: center;
}

.contact-detail-title a {
    line-height: 1;
    color: #fff !important;
}

.contact-detail-title p span.contact_detail_i_span {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 10px;
}

.contact-detail-p-span {
    display: flex;
    width: calc(100% - 40px);
    line-height: 1.5;
}

.contact-detail-title p i {
    font-size: 20px;
    line-height: 1;
    color: #0d1137;
}

.contant-enquiry-in {
    width: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}

.contant-enquiry-in h5 {
    margin-bottom: 15px;
    font-size: 28px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #0d1137;
}

.contant-enquiry-in p {
    color: #0d1137;
    margin-bottom: 8px;
    line-height: 1.3;
}

.contact-form-col-out {
    padding-left: 8px;
    padding-right: 8px;
}

.contact-form-col-out label {
    margin-bottom: 5px;
    color: #0d1137;
}

.contact-form-col-out .form-control {
    background-color: #fff;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #0d1137;
}

.contact-submit-out {
    text-align: center;
    margin-top: 6px;
}

.contact_submit_button {
    width: 30%;
    color: #fff;
    line-height: 1;
    background-color: #0d1137;
    border: 1px solid #0d1137;
    padding: 8px 10px;
    margin: auto;
    border-radius: 6px;
}

.about-us-in h5 {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.about-us-in p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.5;
}

.about-us-image {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}

.about_sitename {
    color: #ff8e00;
}

.wishlist-col {
    margin-bottom: 10px;
}

.wishlist-col .product-item-out {
    margin-bottom: 10px;
}

.wishlist-col .product-image {
    position: relative;
    overflow: hidden;
}

.wishlist-col .product-image img {
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.5s ease;
}


.wishlist-col .product-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    transition: all 0.5s ease;
    width: auto;
}

.wishlist-col .product-wishlist button {
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    color: #ef083f;
    font-size: 25px;
    border: none;
    line-height: 1;
}

.wishlist-col .product-wishlist button i::before {
    text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);

}

.wishlist-col .product-cart {
    bottom: 0;
    width: 80%;
    margin-left: 10%;
}

.wishlist-col .product-cart button {
    bottom: 0;
    border: none;
}

.wishlist-col .product-name h5 {
    color: #0d1137;
    font-size: 16px;
    line-height: 1;
    max-height: 32px;
    overflow: hidden;
}

.wishlist-col .product-category h6 {
    color: #ff8e00;
    line-height: 1;
    font-size: 16px;
    margin: 5px 0;
}

.wishlist-col .product-price {
    font-size: 16px;
    line-height: 1;
    color: #0d1137;
}



.tandc_page {
    padding: 20px 0;
}

.tandc_page h4 {
    font-weight: 600;
    color: #ff8e00;
}

.tandc_page p {
    color: #000;
    font-size: 17px;
    margin-bottom: 8px;
}

.sss_tandc {
    color: #ff8e00;

}

ul.refund_policy_ul li {
    list-style-type: disc;
}

.tandc_ul {
    margin-left: 50px;
}

.tandc_ul li {
    list-style-type: disc;

}

.bulk-order-container {
    padding: 60px 0;
}

.bulk-order-row {
    padding: 30px;
    border: 10px solid #0d1137;
}

.bulk-order-page .bulk-order-image-out {
    width: 80%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.bulk-order-page .bulk-order-image {
    width: 100%;
}

.bulk-order-page .bulk-order-product-name h5 {
    text-align: center;
    color: #212529;
    font-size: 18px;
    font-weight: 500;

    width: 80%;
    margin: auto;
}

.bulk-order-page .bulk-order-form h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bulk-order-form-control {
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    padding: 8px 10px;
    background-color: #ebebeb;

    border: none;
    transition: all 0.3s ease;
}

.bulk-order-form-control .bulk-order-input {
    height: 40px;
}



.bulk-order-form-control-submit {
    width: 100px;

    padding: 5px 0;
    font-size: 16px;
    border: none;
    background-color: #272439;
    border-radius: 3px;
    color: #fff;
    margin-top: 5px;
}

.captcha-box {
    border-radius: 3px;
    font-size: 16px;
    padding: 8px 10px;
    background-color: #ebebeb;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.products-slider-row {
    display: flex !important;
}



.promo-table-div {
    position: relative;
    overflow-x: auto;
}

.promo-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.promo-table th {
    width: auto;
    background-color: #0d1137;
    color: #fff;
    text-align: left;
    padding: 12px 16px;
    font-weight: 600;
}

.promo-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.promo-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.promo-table tr:hover {
    background-color: #f1f7ff;
}

.promo-table td:last-child {
    font-family: monospace;
    font-weight: bold;
    color: #d32f2f;
}