@font-face {
    font-family: "Akira Expanded";
    src: url("/assets/application-statics/css/fonts/Poppins/AKIRA BOLD.TTF") format("truetype");
}

html{
	position: relative;
	min-height: 100%;
	background:#ffffff;
	padding:0px!important;
}
body {
	font-family: 'Gilroy', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	background:#ffffff;
	overflow-x:hidden;
	color: #333333;
}
.main-container {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
.main-container img{
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

a {
	outline: none !important;
}
a:link {
	outline: none !important;
}
a:visited {
	outline: none !important;
}
a:hover {
	text-decoration: none!important;
}
a:active {
	outline: none !important;
}
img { 
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
a img {
	border: 0px;
	outline: none !important;
}
button {
	outline: none !important;
}

.ajax-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    display:none;
    text-align: center;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

.ajax-loader img,.ajax-loader i{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -35px;
    margin-left: -35px;
    color: #5456d4;
    font-size: 70px;
}
.ajax-loader-save-design{
    display:none;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5456d4;
    font-size: 78px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.ajax-loader-save-design div{
    left: 50%;
    top: 50%;
    position: fixed;
    text-align: center;
    margin-left: -105.35px;
    margin-top:-61.5px
}

/* header css start------------------------------------------------------------------------------------------ */
#navbarSupportedContent .nav-link {
    color: #fff !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300 !important;
    position: relative;
    line-height: 120%;
}
.nav-item {
    box-sizing: border-box !important;
}
.cart-count {
    background: #8e55dc;
    position: absolute;
    border-radius: 20px;
    font-size: 10px;
    color: #fff;
    border: 2px solid #fff;
    min-width: 17px;
    max-width: 45px;
    padding: 1px 5px 1px 5px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    top: 0px;
    right: 55px;
}
@media (max-width: 1200px) {
    .cart-count {
        right: 115px;
    }
}

.toggler_button_navbar {
    outline: 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.pl-sm-5rem {
    padding-left: 5rem;
}
@media only screen and (max-width: 576px) {
    .pl-2rem {
        padding-left: 2rem;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-nav .nav-item .active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        height: 4px;
        border-radius: 10px 10px 10px 10px;
    }
}
/* header css end------------------------------------------------------------------------------------------- */

/* footer css start------------------------------------------------------------------------------------------- */
img:not([src]) {
    visibility: hidden;
}

.footer{
    width: 100%;
    position: relative;
    background: #ffffff;
    /* min-height: 160px; */
    z-index: 99;
}
.footer-section{
    float: left;
    width: 100%;
    background: #11021f !important;
    padding: 50px 0px 60px;
}
@media (min-width: 1400px) {
    .footer{
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1140px;
        }
    }
}
.footer-section .footer-menu-column{
    float: left;
    /*width: 22.666666%;*/
    width: 33.667%;
}
.footer-section .footer-social-column{
    float: left;
    width: 32%;
}
.footer-section h3{
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer-section .footer-menu-column ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-section .footer-menu-column ul li{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-section .footer-menu-column ul li a{
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.footer-section .footer-menu-column ul li a:hover{
    text-decoration: underline!important;
}
.copyright-section .copyright{
    float: left;
    line-height: 22px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
}
.copyright-section{
    float: left;
    width: 100%;
    background-color: #11021f !important;
    padding: 20px 0px;
    border-top: 1px solid #ffffff;
}
.contact-info{}
.contact-info ul{}
.contact-info ul li{ color: #fff; line-height: 28px;}
.contact-info ul li i{margin-right: 10px;}
@media (max-width: 768px) {
    .footer-section .footer-menu-column {	width: 100%; padding-bottom: 20px;}
    .footer-section .footer-social-column {	width: 100%;	padding: 0 15px;}
}

.review-badge-wrapper {
    text-align: center;
    display: inline-flex;
    margin-bottom: 15px;
    padding: 0;
}
.review-badge {
    max-width: 140px;
    border-radius: 5px;
}
@media (max-width: 770px) {
    /* .review-badge-wrapper {
        justify-content: center;
    } */
    .review-badge {
        max-width: 110px !important;
    }
}

@media (max-width: 1199px) {
    .review-badge {
        max-width: 100px;
    }
}

/* footer css end -------------------------------------------------------------------------------------*/


/* footer & header common pages start-------------------------------------------------------------------------------*/

.sec-title.pages-title, .pms_lookup_main_div .pms_title {
    height: 126px;
    background: linear-gradient(180deg, #11021F 0%, #11021FE5 100%) !important;
    flex-shrink: 0;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: unset !important;
}

.sec-title.pages-title h2, .pms_lookup_main_div .pms_title h2, .sec-title.pages-title h1{
    color: #fff;
    text-align: center;
    font-family: Akira Expanded;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media only screen and (min-width: 200px) and (max-width: 768px) {
    .sec-title.pages-title, .pms_lookup_main_div .pms_title {
        height: 60px;
    }
    .sec-title.pages-title h2, .pms_lookup_main_div .pms_title h2, .sec-title.pages-title h1{
        font-size: 16px;
        margin-bottom: 0px;
    }
}

/* footer & header common pages end-------------------------------------------------------------------------------------*/


/* Product Page Related Start-------------------------------------------------------------------------------------*/

/* Step Related Start-------------------------------------------------------------------------------------*/

.product-sec-title{
    width: 100%;
	/* margin: 0px; */
    /* text-align: left; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* flex-direction: row; */
    /* margin-top: 2rem !important; */
    /* margin-bottom: 2rem !important; */
}
.grayish-step{
    /* background: #ECF1F4 !important; */
    /* padding: 8px 20px; */
    min-height: 50px;
    border-radius: 0px;
    display: flex;
}
h4.badgeh4{
    /* margin: 0px 0px 0px 0px !important; */
    font-family: 'Akira Expanded';
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    background: #140424;
    padding: 0.5rem!important;
    margin: 0px;
    display: flex;
    align-items: center;
}
.product-sec-title .badge{
    /* font-size: 23px; */
    /* background-color: #1D497E !important; */
    /* font-style: italic; */
    /* text-transform: uppercase; */
    font-size: 13px;

}
.badge-secondary{
    /* background-color: #1D497E !important; */
    background-color: transparent;
}
.sec-title-qty-price-area{
    /* color:black; */
    /* font-size: 16px; */
    /* position: relative; */
    /* right: 19px; */
    /* top: 0px; */
    /* background:none; */
    /* height: 100%; */
    /* padding: 14px 40px; */
    /* font-weight: 500; */
    /* font-style: italic; */
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background: #8e55dc;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 1140px) {
    .sec-title-qty-price-area{ 
        /* margin-bottom: 5px; */
        /* top: 5px; */
        /* padding: 0px; */
    }
}
.sec-title-qty-price{
    
}
.sec-title-qty{
    /* margin-right: 10px; */
}
.sec-title-total-qty{
    /* font-weight: 700; */
}
.get_free_offer_qty.text-warning{
    /* color: #54B3C3 !important; */
}
.sec-title-price{
    /* margin-left: 10px; */
}
.sec-title-total-price{
    /* font-weight: 700; */
}
@media (max-width: 767px) {
    h4.badgeh4{ 
        /* font-size: 17px; */
        /* margin: 0 !important; */
        /* color: #1D497E; */
        /* font-weight: 600; */
    }
    .grayish-step{
        /* padding: 8px 8px; */
    }
    .product-sec-title .badge{
        /* font-size: 18px; */
    }
    .product-sec-title{
        /* text-align: center; */
        /* flex-direction: column; */
    }
    .sec-title-qty,.sec-title-price{
        /* color: #1D497E !important; */
    }
}
@media only screen and (max-width: 576px) {
    h4.badgeh4, .product-sec-title .badge{ 
        font-size: 11px !important;
    }
}
/* Media Queries to mimic Bootstrap responsive behavior */
@media (max-width: 992px) {
    .grayish-step {
        display: block;
    }
    .sec-title-qty-price-area {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
@media (min-width: 992px) {
    .badgeh4 {
        flex: 0 0 66.6667%; /* col-lg-8 equivalent */
        max-width: 66.6667%;
    }
    .sec-title-qty-price-area {
        flex: 0 0 33.3333%; /* col-lg-4 equivalent */
        max-width: 33.3333%;
    }
}

.cart-error {
    display: none;
    font-weight: 500;
    font-size: 0.95rem;
    border: 0;
    box-shadow: 0 3px 5px 0;
    margin: auto;
    background: 0 0;
    color: #dc3545;
    position: relative;
    border-radius: 0;
    padding: .5rem 1rem;
    width: auto;
}

.rendering-large-options .cart-error {
    text-align: center !important;
}

.od-product-wrapper.customStyle-product {
    overflow: hidden;
    transform: translateZ(0);
    flex-direction: column;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #f0f0f0;
    box-shadow: 0 11px 36px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
}
@media (max-width: 789px) {
    .od-product-wrapper.customStyle-product {
        border-radius: 0px;
    }
}
.od-product-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 6px 5px !important;
}
.style-wrapper.selected {
    box-shadow: rgba(0, 0, 0, 0.2) 0 6px 5px !important;
    border: 2px solid #8E55DC !important;
    background: #fff !important;
}

.od-product-wrapper .od-product-img-wrap {
    position: relative;
    text-align: center;
    height: auto;
    min-height: 70px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    display: flex;
    justify-content: center;
}
.od-product-wrapper.selected .od-product-img-wrap {
    background: #eef7f9 !important;
    display: flex;
}
.od-product-wrapper .od-product-img-wrap {
    background-color: #fff;
    height: auto;
}

/* @media (max-width: 767px) {
    .od-product-wrapper .od-product-img-wrap {
        min-height: auto !important;
    }
} */
.od-product-wrapper .od-product-img-wrap img {
    margin: auto;
    width: 100%;
    vertical-align: middle;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.styles-checked-item {
    display: none;
    height: 0px;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0px;
    border-color: #8E55DC transparent transparent #8E55DC;
    border-style: solid;
    border-width: 20px;
}
/* .styles-checked-item {
    background-color: #8E55DC !important;
} */
.styles-checked-item i {
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 18px;
    color: #fff;
}
.od-product-wrapper.selected .styles-checked-item {
    display: block;
}
/* @media (max-width: 789px) {
    .styles-checked-item {
        border-radius: 0 0 15px;
        width: 25px;
        height: 25px;
    }
    .styles-checked-item i {
        font-size: 14px;
    }
} */
.od-product-name {
    border-bottom: 3px solid #f0f0f0;
}
.selected .od-product-name {
    border-bottom: 1px solid #def0f3;
    background: #eef7f9 !important;
}
.od-product-wrapper .od-product-name {
    display: table;
    text-align: center;
    width: 100%;
}
.od-product-name {
    border: 1px solid #f0f0f0;
}

.od-product-wrapper.selected .option-value {
    font-weight: 500 !important;
}
.od-product-name .option-value {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 1.1;
}
.od-product-name .option-value {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    font-weight: 500 !important;
    font-size: 15px;
    padding: 5px 10px;
    line-height: 1.1;
}
.style-wrapper:hover .option-value {
    font-weight: 500 !important;
}
.od-product-wrapper:hover .option-value {
    font-weight: 500 !important;
}
.style-wrapper.selected .option-value {
    font-weight: 500 !important;
    color: #000000 !important;
}
@media (max-width: 767px) {
    .od-product-name .option-value {
        font-size: 15px !important;
        line-height: 1 !important;
        padding: 4px !important;
    }
}

.customStyle-product input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid #f0f0f0;
    background: #fff;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
}
.customStyle-product input[type="radio"]:checked {
    background: #fff;
    border: 6px solid #8E55DC;
}

/* Step Related End-------------------------------------------------------------------------------------*/

/* Shipping & Product Summary Start-------------------------------------------------------------------------------------*/

.dselects li.selected,
.dselects li:hover {
    border-color: #8E55DC;
    box-shadow: -3px 3px 20px 0 #dedbdb;
}

.dselects {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: center;
}
.dselects li {
    border: 2px solid #ccc;
    margin: 0 5px 10px 0;
    border-radius: 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
    max-width: 130px;
    min-width: 120px;
}

.dselects li .check {
    display: none;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid #8E55DC;
    border-top: 15px solid #8E55DC;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.dselects li.selected .check,
.dselects li:hover .check {
    display: block;
    border-radius: 0px;
}
.dselects li .check i {
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 15px;
    color: #fff;
}

.dselects li .delivery_date {
    font-weight: 400;
    font-size: 30px;
}
.dselects li .delivery_date span {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}
.dselects li .delivery_price {
    width: 100%;
    float: left;
    margin-top: 8px;
    border-top: 1px solid #CCC;
    color: black;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 300;
}
.dselects li.selected .delivery_price,
.dselects li:hover .delivery_price {
    font-weight: 700;
}

.prfix_plus_sign::before{
    content: "+";
    font-size:26px;
    display:contents;
    font-weight:300;
    font-family:courier;
    line-height: initial;
    color: black;
}

.dselects li.selected .prfix_plus_sign::before
,
.dselects li:active .prfix_plus_sign::before
,
.dselects li:hover .prfix_plus_sign::before 
{
    font-weight: 700;
    /* font-size: 20px; */
}
.dselects li.selected .prfix_minus_sign::before,
.dselects li:active .prfix_minus_sign::before,
.dselects li:hover .prfix_minus_sign::before {
    font-weight: 700;
    /* font-size: 20px; */
}

.shipping_error {
    text-align: center !important;
}

.review-order-detail {
    text-align: center;
    width: 100%;
    margin: 40px auto;
    margin-top: 10px !important;
    overflow: hidden;
    background-color: transparent;
    max-width: 600px;
    padding: 0;
    box-shadow: 0 5px 5px 0 #e1e1e1;
}

@media (min-width: 768px) and (max-width: 1141px) {
    .review-order-detail .review_order {
        padding: 2rem;
    }
}

@media (max-width: 768px){
    .review-order-detail .review_order {
        padding: 1rem;
    }
}

.review-order-detail .heading {
    padding: 0.75rem;
    font-family: Akira Expanded;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    background: #140424;
    height: 40px;
}

.review-order-detail .order-detail {
    padding: 5px 30px;
    text-align: left;
}

@media (max-width: 1140px) {
    .review-order-detail .order-detail {
        padding: 5px 0;
    }
}

.review-order-detail .order-detail p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 767px) {
    .review-order-detail .order-detail p {
        font-size: 16px;
    }
}

.review-order-detail .order-detail p span {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

@media (max-width: 767px) {
    .review-order-detail .order-detail p span {
        font-size: 16px;
    }
}

.get_free_offer_qty.text-warning {
    /* color: red !important; */
}

.text_theme_color {
    color: #8e55dc !important;
}

.shipping_guarrentee_parent{
    background: #F1F1F1;
    height: 110px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.shipping_guarrentee_parent div{
    color: #8e55dc !important;
}

.shipping_guarrentee_delivery_message_date_placeholder {
    font-size: 1rem;
    width: auto;
    background: 0 0;
    padding: 0 !important;
    display: block;
    font-family: Poppins;
    color: #000 !important;
}

.btnAddToCart {
    border-color: unset;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    height: 62px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: #8e55dc;
    width: 100%;
    box-shadow: unset !important;
}

.btnAddToCart:disabled {
    cursor: not-allowed;
}

.btnAddToCart:hover {
    color: #ffffff;
    background:#000000 !important;
}

.klaviyo-email-input {
    border-radius: 6px !important;
}
/* Shipping & Product Summary End-------------------------------------------------------------------------------------*/

/* Product Page Related End-------------------------------------------------------------------------------------*/

/* Sweet Alert On Login Start----------------------------------------------------------------------*/
.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.alert-overlay.active {
    display: flex;
}

.alert-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    max-width: 320px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.alert-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #d4edda;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-icon::before {
    content: "✓";
    color: #28a745;
    font-size: 36px;
    font-weight: bold;
}

.alert-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.alert-text {
    font-size: 14px;
    color: #666;
}
/* Sweet Alert On Login End----------------------------------------------------------------------*/