@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('myaccount.css');
:root{
    --sns-font-size-10: 0.7rem;
    --sns-font-size-12: 0.8rem;
    --sns-font-size-14: 0.85rem;
    --sns-font-size-15: 0.90rem;
    --sns-font-size-16: 0.95rem;
    --sns-font-size-18: 1.0rem;
    --sns-font-size-20: 1.1rem;
    --sns-font-size-22: 1.15rem;
    --sns-font-size-24: 1.25rem;
    --sns-font-300: 300;
    --sns-font-600: 600;
    --sns-padding-sm: 0.5rem;
    --sns-padding-md: 0.85rem;
    --sns-padding-lg: 1.0rem;
    --sns-body-font: "Quicksand", sans-serif;
    --sns-heading-font: "Quicksand", sans-serif;
    --sns-bg-color: #f10000;
    --sns-theme-color: #cf1212;
    --sns-hover-color: #f61b0b;
    --sns-font-color: #0d0c41;
    --sns-base-color: #fff;
    --sns-shadow: 0 10px 20px rgba(197, 208, 216, 0.25);
    --sns-shadow-lg: 0 5px 15px rgba(15,39,125,0.15);
    --sns-shadow-md: 0px 20px 30px 0px rgb(1 11 60 / 10%);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform .65s cubic-bezier(.23, 1, .32, 1);
    --shadow-dark: 0 5px 10px 0 rgba(20, 36, 66, .1);
    --shadow-darker: 0 10px 50px rgba(26, 46, 85, .1);
}
*,html{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: var(--sns-body-font);
    color: var(--sns-font-color);
    background: #f1f3f6;
    font-weight: 500;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: var(--sns-font-color);
}
a:hover, a:focus{
    color: var(--bs-link-hover-color);
}
/*.container-fluid{*/
/*    width: 96%;*/
/*}*/
.nav-logo{
    display: none;
}
.sticky {
    background: var(--sns-base-color);
    box-shadow: var(--sns-shadow);
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
}
.sticky .nav-logo{
    display: block;
    padding: 0;
}

section{
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}
.container-fluid{
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.f-md{
    font-size: var(--sns-font-size-15) !important;
}
.f-sm{
    font-size: var(--sns-font-size-12) !important;
}
.f-xs{
    font-size: var(--sns-font-size-10) !important;
}
.fw-600{
    font-weight: var(--sns-font-600) !important;
}
.text-gray{
    color: var(--bs-gray-500) !important;
}
.bg-pattern{
    background: #fff url(../images/pattern.png) !important;
}
.bg-theme{
    background: var(--sns-theme-color);
}
.bg-gray{
    background: #d9dfe8;
}

.title{
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.title:before{
    width: 50px;
    height: 4px;
    background: var(--sns-hover-color);
    left: 50%;
    margin-left: -25px;
    bottom: 20px;
    content: '';
    position: absolute;
}
.title h1{
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--sns-font-color);
    /* background: var(--sns-base-color); */
    z-index: 1;
    position: relative;
    display: inline-block;
    /* padding-right: 20px; */
    /* text-transform: uppercase; */
}

/* .title span {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #101010;
    letter-spacing: 1px;
} */
.title h5{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #e91e63;
}
.title p{
    font-family: var(--sns-body-font);
    color: #565656;
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--sns-font-color);
}
.btnsns{
    padding: 10px 20px;
    outline: none;
    border: 0;
    border-radius: var(--bs-border-radius-sm);
    font-size: var(--sns-font-size-18);
    background-color: #f61b0b;
    color: var(--sns-base-color);
    transition: 0.2s;
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
    display: inline-block;
}
.btnsns:hover{
    transform: translateY(4px);
    box-shadow: none;
    background-color: var(--sns-theme-color);
    color: var(--sns-base-color);
}
.shape{
    margin-top: -5rem;
}
.shape-bottom{
    margin-bottom: -5.1rem;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    /* border: 1px solid #fff; */
    border-radius: 0;
    background: var(--sns-base-color);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #101010;
    border: 0;
}
/* .swiper-fade .swiper-slide img{
    border-radius: 1rem;
} */
.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: var(--sns-font-size-18);
    color: var(--sns-hover-color);
    /* transform: rotate(-45deg); */
    font-weight: 600;
}
.swiper-button-next, .swiper-button-prev{
    background-color: var(--sns-base-color);
    border: 1px solid var(--sns-hover-color);
    /* padding: 0.5rem 1.38rem; */
    width: 35px;
    height: 35px;
    border-radius: 3rem;
    /* transform: rotate(45deg); */
    z-index: 99;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover{
    background: var(--sns-hover-color);
}
.swiper-button-next:hover:after, 
.swiper-button-prev:hover:after{
    color: var(--sns-base-color);
}
.swiper-button-next{
    right: 20px;
}
.swiper-button-prev{
    left: 20px;
}
.swiper-pagination {
    position: relative;
    /* bottom: 30px !important; */
}

.socialHeader {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.socialHeader i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 12px;
}
.socialHeader i:hover {
    box-shadow: 0 5px 5px rgba(149, 180, 100, 0.2);
}
.socialHeader i.ti-facebook {
    background: #4267B2;
}
.socialHeader i.ti-twitter-alt {
    background: #00ACEE;
}
.socialHeader i.ti-instagram {
    background: #AE723A;
}
.socialHeader i.ti-linkedin {
    background: #0077B5;
}
.socialHeader i.ti-youtube {
    background: #f61b0b;
}

.login-main .modal-dialog{
    width: 500px;
}

/* NavBar */
/* ======================================= */
.navbar .cart{
    /* padding: 5px 10px !important; */
    font-size: 22px;
    vertical-align: bottom;
    color: #151515 !important;
    border-radius: 0.3rem;
    /* margin-left: 1rem; */
    position: relative;
    /* display: flex;
    align-items: end; */
    cursor: pointer;
}
.navbar .cart span {
    position: absolute;
    right: 8px;
    top: 0;
    padding: 0 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    background: #f61b0b;
    color: #fff;
    text-align: center;
}
.navbar-brand img{height: 80px;}
.navbar-brand{
    margin-right:0;
}

@media all and (min-width: 992px) {
    .navbar{
        background: var(--sns-base-color);
        box-shadow: 0 3px 5px rgba(0,0,0,0.05);
        /* border-bottom: 1px solid #f5efeb; */
        padding: 0;
        /* position: absolute;
        z-index: 999;
        margin: auto;
        left: 0;
        right: 0;
        width: 82%;
        top: 10px;
        border-radius: 0.5rem; */
    }
	.navbar .dropdown-menu-end{ 
        right: 0;
        left: auto;
        min-height: auto !important;
        border-radius: 0;
    }
    .navbar .dropdown-menu-end a i{
        background-color: var(--bs-gray-500);
        color: var(--sns-base-color);
        font-size: 0.6rem;
        min-width: 1.1rem;
        height: 1.1rem;
        line-height: 1.1rem;
        border-radius: var(--bs-border-radius-xl);
        text-align: center;
        margin-right: 0.5rem;
    }
    .navbar .dropdown-menu-end a:hover i{
        background-color: var(--bs-link-hover-color);
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 1;
        /* transform: translateY(20px); */
        transition: all .3s ease-in;
        visibility: hidden;
        /* min-height: 50vh; */
        box-shadow: 0 5px 20px rgba(197, 208, 216, 0.15);
    }
	.navbar .nav-item .dropdown-menu{  
        display:block; 
        opacity: 0;  
        visibility: hidden; 
        transition:.3s; 
        margin-top:10px; 
        border: 0;
        min-width: 14rem;
        border-radius: 0.5rem;
        box-shadow: 0 10px 20px rgba(15,39,125,0.4);
    }
    .navbar h6{
        font-family: var(--sns-heading-font);
    }
    .navbar .nav-link{
        /*padding: 10px 0!important;*/
        text-decoration: none;
        /* font-size: var(--sns-font-size-14); */
        color: #25253b;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        margin-right: 5px;
        margin-left: 5px;
    }
    
	.navbar .nav-item:hover .nav-link{
        color: var(--sns-hover-color);
    }
    .nav-link:after {
        border-bottom: 2px solid;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        transition: width .4s linear 0s;
        width: 0;
    }
    .nav-link:hover:after {
        left: 0;
        width: 100%;
    }
    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        left: 100%;
        right: 0;
        top: -20px;
        box-shadow: 0 10px 10px rgba(15,39,125,0.14);
    }
    .navbar .dropdown-submenu:hover>.dropdown-menu, .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
    .dropdown-menu a, .dropdown-submenu a{
        color: #101010;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1.5rem;
        text-decoration: none;
        font-size: var(--sns-font-size-12);
    }
    .dropdown-menu a:hover, .dropdown-submenu a:hover, .dropdown-menu a:focus, .dropdown-submenu a:focus{
        color: var(--sns-bg-color);
    }
}

.search {
    position: relative;
    /* min-width: 300px; */
    display: flex;
    width: 100%;
}
.search input {
    height: 50px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
    padding: 0 55px 0 25px;
    color: var(--sns-font-color);
    outline: 0;
    font-size: 15px;
    border-radius: 5rem;
}
.search button {
    background: #673AB7;
    border: 0;
    color: #ffffff;
    padding: 10px;
    outline: 0;
    font-size: 20px;
    border-radius: 3rem;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 0;
}
.search button:hover{
    background: var(--sns-font-color);
    color: var(--sns-base-color);
}
.banner .swiper-pagination {
    position: relative;
    bottom: 50px !important;
}
/* Secure Panel */
/* ================================= */
/* .securePanel{
    position: relative;
    border-top: 1px solid #f61b0b;
    border-bottom: 1px solid #f61b0b;
    background: #fff7f7;
} */

.service-box {
    padding: 0;
    border-right: 1px solid #f61b0b;
    padding: 1rem;
    box-sizing: border-box;
}

.service-box>div {
    line-height: 20px;
}

.service-box .service-icon img{
    width: 40px;
    margin-bottom: 5px;
}

.service-box .service-details .service-title {
    font-size: 1.2rem;
    letter-spacing: 1.6px;
    color: #262d56;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
}

.service-box .service-details .service-content {
    font-size: 0.95rem;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}

.securePanel{
    background: var(--sns-base-color);
    padding: 2rem;
    position: relative;
    box-shadow: var(--shadow-dark);
    margin-bottom: 3rem;
    border-radius: 1rem;
    display: flex; 
    border: 1px solid #ffe5e3;
    justify-content: space-between;
}
.securePanel .itemBox{
    display: flex;
    align-items: center;
}
.securePanel .itemBox img{
    width: 60px;
}
.securePanel .itemBox h4{
    font-size: var(--sns-font-size-24);
    color: #101010;
    margin-bottom: 0;
    font-weight: 600;
    margin-left: 1.5rem;
}
.securePanel .itemBox h4 small{
    display: block;
    margin-top: 5px;
    color: #565656;
    font-size: var(--sns-font-size-16);
    font-weight: 400;
}

/* Whychoose Us */
/* ==================================== */
.whyChoose{
    position: relative;
    background: #e6e1dd;
    padding: 2rem;
}

/* Product Box */
/* ==================================== */
.newarrival-slider .swiper-pagination{
    bottom: -5px;
}
.newarrival-slider .swiper-pagination-bullet{
    border-color: #000;
}
.newarrival-slider .swiper-pagination-bullet-active{
    background-color: #101010;
}
.newarrival-slider .nav-pills .nav-link{
    width: calc(100% - 5px);
    border: 1px solid #f44336;
    color: #f44336;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 0;
}
.newarrival-slider .nav-pills .nav-link.active{
    background-color: #f44336;
    color: #fff;
}
.productBoxMain {
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    /* margin-bottom: 20px; */
    border: 1px solid #f2f2f2;
    transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -webkit-transition: box-shadow linear .3s;
    position: relative;
}
.productBoxMain:hover{
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    border-color: #ef9898;
}
.productBoxMain .row{
    position: absolute;
    width: calc(100% - 5px);
    left: 15px;
    top: 10px;
}
.productBoxMain .row .col-6:first-child{
	padding-right:0;
}
.productBoxMain h6{
	margin:0;
	color:var(--sns-hover-color);
	text-transform:uppercase;
	font-size:12px;
	text-align:left;
	line-height:22px;
}
.productBoxMain span{
	border-radius: 0.25rem;
	background: var(--sns-font-color);
	font-size:10px;
	padding:2px 7px 4px;
	text-transform:uppercase;
	color:var(--sns-base-color);
}
/* .productBoxMain img{
	height:250px;
} */
.productBoxMain h5{
	font-size:18px;
	text-align:center;
	margin:1rem 0;
    text-transform: uppercase;
	/* height:36px; */
}
.productBoxMain ul{
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
.productBoxMain ul li{
	font-size:16px;
	font-weight:600;
	padding:0 3px;
	line-height:20px;
	position:relative;
}
.productBoxMain ul li:first-child{
	font-size:20px;
	color:rgb(161, 161, 161);
	text-decoration:line-through;
}
.productBoxMain ul li:nth-child(2){
	padding-right:8px;
    font-size: 24px;
}
.productBoxMain ul li:last-child{
	color:var(--sns-hover-color);
	padding-left:8px;
}
.productBoxMain p{
	text-align:center;
	letter-spacing:2px;
	margin-bottom:20px;
}
.productBoxMain p.amt{
	font-size:12px;
	color:#aaa;
	letter-spacing:1px;
	margin-bottom:10px;
}
.productBoxMain .add-bag{
	position:absolute;
	display:none;
	flex-direction:row;
	bottom:0;
    left: 0;
	width: 100%;
}
.productBoxMain:hover .add-bag{
	display:flex;
}
.productBoxMain .add-bag a{
	font-size:16px;
	color:var(--sns-hover-color);
	border-top:1px solid #e9ecef;
	text-align:center;
	padding:6px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.productBoxMain .add-bag a:last-child{
	-webkit-flex-grow: 3;
	flex-grow: 3;
	background:var(--sns-hover-color);
	color:#fff;
	border:0;
	font-weight:400;
	letter-spacing:1px;
}


.product-item-v9 {
    overflow: hidden;
    margin-bottom: 1.5rem;
    /*border: 1px solid #d5d9ea;*/
    border-radius: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.product-item-v9 .img-product {
    overflow: hidden;
    text-align: center;
}
.product-item-v9 .img-product img{
    height: 300px;
}
.product-item-v9 .img-product .label-sale {
    position: absolute;
    top: 10px;
    right: -30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 10px;
    transform: rotate(45deg);
    width: 100px;
}
.product-item-v9 .product-icon-action {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%) translateY(15px);
    display: flex;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.product-item-v9:hover .product-icon-action {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}
.product-item-v9 .product-icon-action{
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-item-v9 .product-icon-action li a {
    width: 46px;
    height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgb(0 0 0 / 8%);
    border-radius: 50%;
    margin-left: 0;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
    transition: .5s;
    color: #111111;
    border: 2px solid #d5d9ea;
    /* font-size: 0; */
}
.product-item-v9 .product-icon-action li a i {
    font-size: 20px;
    line-height: 46px;
}
.product-item-v9 .product-icon-action li a:hover, .product-item-v9 .product-icon-action li a.active{
    background: var(--sns-hover-color);
    color: var(--sns-base-color);
}
.product-item-v9 .des-font {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 20px 0;
    text-align: center;
    text-transform: capitalize;
    min-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item-v9 .price-product {
    text-align: center;
    font-size: 22px;
}
.product-item-v9 .price-product s{
    margin-right: 0.5rem;
    color: #888;
    font-size: 16px;
    font-weight: 400;
}


/* Fillter Panel */
/* ================================== */
.fillter{
	margin-bottom: 20px;
	position: relative;
    border: 5px solid #edeef3;
    padding: 15px 25px;
    background: #fff;
    max-width: 290px;
}
.fillter .title-pt{
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px dotted #ed1f24;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #1d2b6f;
}
.fillter .form-check{
    min-height: 1.7rem;
    display: flex;
    padding: 0 5px 0 30px;
    border-radius: 5px;
}
.fillter .form-check input{
    margin-right: 10px;
}
.fillter .form-check span{
    width: 13px;
    height: 13px;
    /* background: #000; */
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.fillter .form-check input[type="checkbox"]{
    border-radius: 0;
    box-shadow: none;
}
.fillter .form-check input[type="radio"]{
    box-shadow: none;
}
.fillter .form-check-input:checked{
    background-color: #ff0000;
    border-color: #ff0000;
}



/* Category Panel */
/* ================================= */
.categoryBox{
    display: block;
    position: relative;
    margin-bottom: 1.25rem;
}
.categoryBox img{
    border-radius: 0.75rem;
}
.categoryBox .btnMain{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
}
.categoryBox .btnMain span{
    flex: 1;
    background: #e82929;
    color: var(--sns-base-color);
    padding: 10px;
    text-align: center;
    font-size: var(--sns-font-size-22);
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom-left-radius: 0.75rem;
}
.categoryBox .btnMain span:last-child{
    background: #00b7f1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.75rem;
    font-size: var(--sns-font-size-18);
}

.banner-item {
    position: relative;
    transition: all .5s linear;
    transition: all .5s linear;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
/* .banner-item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all .5s linear;
    z-index: 1;
    transform: scale(1);
}
.banner-item:hover:after {
    opacity: 1;
    visibility: visible;
    transform: unset;
    transform: scale(1);
    background: rgba(255,255,255,.85);
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
} */
.banner-item .content {
    /* position: absolute;
    bottom: 10px;
    left: 3%;
    width: 94%; */
    padding: 20px;
    /* transform: translateY(-50%) scale(.8); */
    z-index: 2;
    background: var(--sns-base-color);
    color: #0d0c41;
    transition: all .5s linear;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .banner-item:hover .content {
    visibility: visible;
    transform: translateY(-50%) scale(1);
} */
.banner-item .content h3{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 1;
    letter-spacing: 1px;
}
.banner-item .content p{
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.banner-item:hover img {
    transform: scale(1.04);
    transition: all .8s linear;
}
.box-img {
    overflow: hidden
}

.box-img img {
    transition: all .8s linear
}

.box-img:hover img {
    transform: scale(1.04);
    transition: all .8s linear
}


.section-banner-v6 .banner-box {
    position: relative;
}
.section-banner-v6 .banner-box .banner-info {
    background: rgba(0,0,0,0);
}
.section-banner-v6 .banner-box .banner-info {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
.section-banner-v6 .banner-box .banner-info .title2 {
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: unset;
}
.section-banner-v6 .banner-box .banner-info .subtitle {
    color: #fff;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #fff000;
}

/* News Letter Panel */
/* ================================= */
.news-part{
	padding:40px 0;
	margin:0;
	position:relative;
	background:#47336a;
	color:#fff;
}
.news-part h3{
	font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
    min-height: 25px;
    display: flex;
    align-items: center;
}
.news-part h3 img{
	position:absolute;
	left:0;
	top:0;
    width: 24px;
}
.news-part small a{
	display:block;
	font-size:30px;
	font-weight: 600;
	letter-spacing:1px;
    line-height: 1;
    color: #fff;
}
.p-l3{padding-left:30px;}

.news-part .form-control{
	border:1px solid #fff !important;
	font-size:15px;
	background:transparent;
	border-radius:3px;
	color:#fff;
}
.news-part .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color:transparent;
  outline: 0;
  box-shadow: none;
}
.news-part .form-control::-webkit-input-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.news-part .form-control::-moz-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.news-part .form-control:-ms-input-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.news-part .form-control::-ms-input-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.news-part .form-control::placeholder {
  color: #ddd;
  opacity: 0.8;
}
.news-part .send{
	border:1px solid #fff;
	background:transparent;
	color:#fff;
	font-size:15px;
	border-radius:3px;
	outline:0;
	padding:6px 20px;
}
.payment-method{
	display: none;
	justify-content: space-between;
	align-items: center;
}


/* Blogs section */
/* ===================================== */
.blogMain{
    min-height: 350px;
    position: relative;
    border-radius: 0.5rem;
    /* border: 3px solid #DBDAE8; */
    display: block;
    overflow: hidden;
}
.blogMain img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blogMain .content{
    position: absolute;
    z-index: 2;
    width: calc(100% - 40px);
    bottom: 15px;
    left: 0;
    margin-left: 20px;
    color: var(--sns-base-color);
}
.blogMain .content h5 {
    font-size: 16px;
    /* font-weight: 600; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5); */
}
.blogMain .content p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
}
.blogMain:before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
/* Testimonial */
/* ================================= */
.testiMain{
    position: relative;
    /* background: url(../images/testimonial_bg.jpg) center no-repeat; */
    background-attachment: fixed;
    background-position: bottom;
}

.testiMain p{
    font-size: 16px;
    font-weight: 500;
    color: var(--sns-font-color);
}
.testiMain img{
    border-radius: 100%;
    margin-bottom: 15px;
    width: 55px;
}
.testiMain h5{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e91e63;
}
.testiMain .swiper-wrapper{
    padding-bottom: 30px;
}


/* Footer Panel */
/* ================================= */
footer{
	padding:3rem 0 1rem;
	margin: 0;
	background: #2c1f42;
	color: var(--sns-base-color);
}
footer h3{
	color: var(--sns-base-color);
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
}
footer a{
    color: var(--sns-base-color);
}
footer a:hover{
    color: var(--sns-hover-color);
}
footer ul{
	display: flex;
	flex-direction: column;
    padding: 0;
}
footer ul li{
	margin-bottom:2px;
	display: block;
}
footer ul li a{
	color: var(--sns-base-color);
	font-size: 13px;
	/*text-transform: uppercase;*/
}
footer ul li a:hover{
	color: var(--sns-hover-color);
}
.social-ic ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}
.social-ic ul li{
    float: none;
	display:inline-block;
}
.social-ic ul li a{
   color: var(--sns-base-color) !important; 
   font-size:14px;
   padding-bottom:10px;
   display: block;
}
.social-ic ul li a span{
    margin-left: 5px;
}



/* Cart Panel */
/* ======================================= */
.cart .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 380px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.cart .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.cart .modal.right .modal-body {
	padding: 50px 0 70px;
    background-color: #f1f4f8;
}

.cart .modal.right.fade .modal-dialog {
	right: -380px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.cart .modal.right.fade.show .modal-dialog {
	right: 0;
}
.cart .qty{padding:0;}
.cart .qty .minus, .cart .qty .plus, .qty .delete{
	font-size:12px;
	margin-top:5px;
	height:20px;
	width:20px;
	line-height:23px;
}
.cart .qty .count{font-size:15px;}
.cart h6{
	line-height:30px;
	text-align:right;
	font-size:16px;
	font-weight:700;
}
.cart h6 span{
	text-decoration:line-through;
	color:#888;
	font-weight:normal;
	font-size:14px;
	margin-right:5px;
}

/* ----- MODAL STYLE ----- */
.cart .modal-content {
	border-radius: 0;
	border: none;
}

.cart .modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 10px;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    z-index: 1;
    position: fixed;
	top:0;
	width:100%;
}

.cart .modal-header .close {
    padding: 18px 0 12px 20px;
    margin: -1rem -1rem -1rem;
    font-size: 16px;
    float: left;
    color: #ff0000;
    outline: 0;
    border: 0;
    background: transparent;
}
.cart .modal-footer{
	position:fixed;
	width:100%;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	display:flex;
	padding:0;
	border:0;
	background:#fff;
	bottom:0;
	left:0;
}
.cart .modal-footer .item{
	flex:1;
	margin:0;
}
.cart .modal-footer .item:first-child{
	padding:0 15px;
}
.cart .modal-footer .item a{
	display:block;
	background:#ff0000;
	padding:15px 10px;
	text-align:center;
	color:#fff;
	font-size:15px;
	letter-spacing:1px;
}
.cart .modal-footer .item span{
	display:block;
	font-size:16px;
	color:#ff0000;
}
.cart-item-main{
	padding:15px;
	border-radius:2px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	margin:10px;
	background:#fff;
}
.cart-view{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.cart-view div:nth-child(2){
	width:200px;
    font-size: 13px;
}
.cart-view div:last-child{
	width:30px;
	text-align:right;
	font-size:18px;
}
.cart-view div a{
	color:#8c8c8c;
}
.cart-item-main article{
	margin-top:5px;
}
.cart-view div a:hover{
    color: #ff0000;
}
.cart-item-main article select{
	border-color: #ff0000;
    color: #ff0000;
    outline: 0;
    background: #fff;
    border-radius: 3px;
    width: 50px;
    margin-left: 5px;
    padding: 2px 8px;
    font-weight: 600;
}
.cart-payment{
	background:#fff;
}
.cart-payment .heading{
	font-size:16px;
	background:#f5f5f5;
	padding:10px 15px;
}
.cart-payment .table td{
	border:0;
	padding:7px 25px;
}
.cart-payment p{
	padding:10px 25px;
	border-top:1px solid #f5f5f5;
	font-size:13px;
}
.cart-payment p span{
	color:#ff0000;
}

.number{
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number .minus, .number .plus{
    width: 24px;
    height: 26px;
    background: #fbf0f0;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #f6cccc;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    font-size: 20px;
    cursor: pointer;
}
.number input{
    height: 26px;
    width: 30px;
    outline: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}


/* proDetails */
/* ================================= */
.proMain .swiper-pagination{
    bottom: 30px;
}
.proMain .swiper-pagination-bullet-active{
    background: var(--sns-hover-color);
}
.proMain .swiper-pagination-bullet{
    border-color: var(--sns-hover-color);
}
.proMain hr{
    opacity: 0.1;
}
/* .proMain h5{
    color: var(--sns-theme-color);
} */
.proMain .zoom{
    border: 3px solid #fff2f2;
}
.proMain .swiper-wrapper{
    align-items: flex-end;
}
.proMain .imgBox{
    /* height: 80vh; */
    display: flex;
    justify-content: center;
    border: 1px solid #d5d9ea;
}
/* .proDetails{
    border: 3px solid #ffdddd;
    padding: 3rem;
} */
.proDetails p{
    color: #565656;
    line-height: 1.6;
}
.proDetails h1{
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.proDetails a{
    color: rgb(189, 189, 189);
}
.proDetails a:hover, .proDetails a.active{
    color: #ff0000;
}
.proDetails ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    padding: 0;
}
.proDetails ul li{
    width: calc(50% - 8px);
    margin-bottom: 10px;
    margin-left: 0;
}
.proDetails ul li:nth-child(even){
    margin-left: 15px;
}
.proDetails ul li small{
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #565656;
}

.custom-option-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    border: 1px solid #ececec;
    border-radius: 10px;
    height: 46px;
    width: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
}
.custom-options-checkable .custom-option-item {
    /*width: 46px;*/
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 50%;
    color: #44494f;
    position: relative;
    border: 1px solid #cfcdd4;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.custom-options-checkable .custom-option-item:hover, .custom-option-item-check:checked+.custom-option-item {
    color: #ef3e36;
    border-color: #ef3e36;
}
.qty{
	/* padding: 5px;  */
    border: 1px solid #d8cfcf;
    /* border-radius: 30px; */
    display: flex;
    justify-content: center;
    min-height: 44px;
    max-width: 141px;
}
.qty .count {
    color: #ff0000;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 700;
    min-width: 60px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    color: #000;
    text-align: center;
    background-clip: padding-box;
    font-size: 24px;
    font-weight: 600;
    vertical-align: top;
    background: #e9ecef;
    width: 44px;
    height: 44px;
    line-height: 42px;
}
.qty .minus {
    cursor: pointer;
    display: inline-block;
    color: #000;
    text-align: center;
    background-clip: padding-box;
    font-size: 46px;
    line-height: 36px;
    vertical-align: top;
    background: #e9ecef;
    width: 44px;
    height: 44px;
}
.minus:hover{
    background-color: #ff0000 !important;
	color:#fff !important;
}
.plus:hover{
    background-color: #ff0000 !important;
	color:#fff !important;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 2%;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background-color:white;
}
.qty .delete{
	margin-left: 16px;
    display: inline-block;
    margin-top: 5px;
    font-size: 17px;	
}
.qty .delete a{
	color:#565656;
}
.delivery-wrap h4{
    font-size: 20px;
}
.delivery-wrap ul{
    list-style: circle;
    padding-left: 20px;
}
.delivery-wrap ul li{
    margin-bottom: 2px;
    font-size: 14px;
    color: #565656;
}
.pincheck button{
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 600;
    border: 0;
    background: transparent;
    color: #565656;
}
/*.proMain p{*/
/*    font-size: 13px;*/
/*}*/
/* Checkout */
/* ========================================= */

.card-summary2 {
    background: #fff;
    box-shadow: 0 1px 15px rgba(0,0,0,.05)!important;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #feecec;
}
.checkout .form-select, .checkout .form-control{
    font-size: 0.8rem;
    font-weight: 600;
}
address .form-check-inline {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fbf4f4;
    padding: 15px;
    margin-bottom: 5px;
}
address .form-check-input[type=radio] {
    border-radius: 50%;
    padding: 0;
    width: 1em;
}
address .form-check label {
    margin-bottom: 0;
}


/* My Account */
/* ========================================= */
.profileBox{
    background-color: #ebe8f3;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    margin-bottom: 1rem;
    padding: 1rem ;
    border: 2px solid #fff;
}
.profileBox img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.profileBox .content{
    width: calc(100% - 65px);
}
.profileBox h5{
    padding: 10px 14px;
    background: var(--sns-base-color);
}
.profileBox ul{
    margin-bottom: 0;
    padding-left: 0;
}
.profileBox ul li{
    margin: 0 0 5px;
    list-style: none;
}
.profileBox li a{
    display: block;
    font-size: 18px;
    border: 1px solid #afa9be;
    padding: 10px 15px;
    border-radius: 5px;
}
.profileBox ul li a i {
    color: #fff;
    border-radius: 50px;
    background: #202334;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.profileBox li a:hover, .profileBox li a.active{
    color: var(--sns-hover-color);
    background: var(--sns-base-color);
}
.profileBox .item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 1.5rem;
}
.profileBox .item img {
    position: absolute;
    left: 0;
    top: 0;
}
.profileBox .item h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.profileBox .item p {
    font-size: 15px;
    margin-bottom: 0;
}

.order-history{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.order-history h6{
    font-size: 18px;
    font-weight: 600;
}
.order-history h6 small{
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #888;
}
.order-history:last-child{
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.or-address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    border-radius: 5px;
    color: #565656;
    border: 1px dotted #ddd;
    margin-bottom: 10px;
}

/* Faq Panel */
/* ================================== */
.accordion-item {
    background-color: #fff;
    border: 1px solid #ffc3c1 !important;
    margin-bottom: 10px;
    border-radius: 0 !important;
}
.accordion-button {
    overflow-anchor: none;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: var(--sns-hover-color);
    display: flex;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    position: relative;
    text-align: left;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    width: 100%;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #f1f4f8;
    color: #161c2d;
}
.address_type{
    text-transform: uppercase;
    font-size: 12px;
    color: #6f6f6f;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #e6dcdc;
    font-weight: 600;
    margin: 0 5px;
}

.dlv_add{
    margin-top: 8px;display: block;
}
.breadcrumbmain{
    padding: 1rem 0;
}
.breadcrumb-item{font-size:12px;}

.mainslider {
  height: 600px;
  width: 100%;
}

.thumbslider {
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}

.thumbslider .swiper-slide {
  width: 25%;
  height: 100%;
  border: 1px solid transparent;
}

.thumbslider .swiper-slide-thumb-active {
  border: 1px solid #000;
}
.zoomico{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    line-height: 1;
    border: 1px solid #ddd;
    padding: 0.5rem;
    border-radius: 100%;
    color: #aeaeae;
}



/*=====================================*/
/*RESPONSIVE PANEL*/
/*====================================================*/
@media(max-width:1400px){
    .container-fluid{width: 100%;}
    .navbar .nav-link{padding: 0.5rem !important;}
}
@media(max-width:800px){
    .container-fluid{--bs-gutter-x: 0.75rem;}
    .breadcrumbmain{display: none;}
    .navbar-brand img{height:40px;}
    .navbar-toggler{padding:0.25rem 0.35rem;}
    .title h1{font-size: 2rem;}
    .securePanel{flex-wrap: wrap; flex-direction: column;}
    .securePanel .itemBox{margin: 0.75rem 0;}
    .section-banner-v6 .banner-box .banner-info { position: relative; left: 0; top: 0; transform: none; text-align: left; background: #3c4367; padding: 1rem;}
    .section-banner-v6 .banner-box .banner-info .title2{font-size: 24px; margin-bottom: 1rem;}
    .section-banner-v6 .banner-box .banner-info .subtitle{margin-bottom: 1rem;}
    .proDetails{padding: 1.5rem 0 0; margin-bottom: 1rem;}
    .proDetails h3{font-size:1.25rem}
    .proMain .zoom{margin-bottom: 2rem;}
    .proMain .imgBox{height:auto;}
    .login-main .modal-dialog{width: calc(100% - 1rem);}
    .cart .modal.right .modal-dialog{width: 100%;}
    .custom-options-checkable .custom-option-item{height:36px; line-height:34px;font-size:14px;}
    .order-history, .or-address{flex-direction: column; text-align: center;}
    .or-address h5{line-height: 1.4};
    .order-history div{padding:0.5rem 0;}
    .proDetails h1{font-size:1.25rem;}
    .mainslider {height: 400px;}
    .thumbslider {height: 80px;}
}

.razorpay-payment-button
{
padding: 10px 20px;
outline: none;
border: 0;
border-radius: var(--bs-border-radius-sm);
font-size: var(--sns-font-size-18);
background-color: #f61b0b;
color: var(--sns-base-color);
transition: 0.2s;
box-shadow: 0 5px 8px rgba(0,0,0,0.1);
display: inline-block;
width: 100%;
}

.razorpay-payment-button:hover 
{
  transform: translateY(4px);
  box-shadow: none;
  background-color: var(--sns-theme-color);
  color: var(--sns-base-color);
}

.text-right
{
    text-align: right;
}