/* [Master Stylesheet] */

/* ------------- Index of Stylesheet -------------
:: 1.0 Import Web Fonts
:: 2.0 Import All CSS
:: 3.0 Common/Base CSS
:: 4.0 Wrapper CSS
:: 5.0 Header Area CSS
:: 6.0 Side Menu Area CSS
:: 7.0 Top Discount CSS
:: 8.0 Welcome Area CSS
:: 9.0 Quickview Modal Area CSS
:: 10.0 Top Catagory Area CSS
:: 11.0 New Arrivals Area Start
:: 12.0 Offer Area CSS
:: 13.0 Testimonials CSS
:: 14.0 Footer Area CSS
:: 15.0 Breadcumb Area CSS
:: 16.0 Product Sidebar Area CSS
:: 17.0 Product Details Area CSS
:: 18.0 Cart Page CSS
:: 19.0 Checkout Area CSS
------------------------------------------------ */

/* --------------------
:: 1.0 Import Web Fonts
-------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* ------------------
:: 2.0 Import All CSS
------------------ */

@import '../css/bootstrap.min.css';
@import '../css/owl.carousel.css';
@import '../css/font-awesome.min.css';
@import '../css/themify-icons.css';
@import '../css/magnific-popup.css';
@import '../css/animate.css';
@import '../css/jquery-ui.min.css';

/* -------------------
:: 3.0 Common/Base CSS
------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3a3a;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

p {
    color: #3a3a3a;
    font-size: 1em;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a:focus {
    outline: 0 solid;
}

a,
a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: none;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

ul,
ol {
    margin: 0;
}

ol li,
ul li {
    list-style: outside none none;
}

img {
    height: auto;
    max-width: 100%;
}

.background-overlay,
.background-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.background-overlay:before,
.background-overlay-white:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.background-overlay:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.background-overlay-white:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.popl-table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.popl-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #000;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-dark3 {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-dark2 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.line,
.line-mtb15 {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
}

.line-mtb15 {
    margin: 15px 0;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

#scrollUp {
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 60px;
    text-align: center;
    width: 40px;
}

.section_padding_100 {
    padding: 100px 0;
}

.section_padding_100_0 {
    padding: 100px 0 0;
}

.section_padding_0_100 {
    padding: 0 0 100px;
}

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section_heading h2 {
    font-size: 48px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section_heading.text-left {
    text-align: left !important;
}

.popl-btn {
    display: inline-block;
    min-width: 170px;
    height: 55px;
    background-color: #80cBC4;
    color: #333333;
    /* border: 3px solid #fff; */
    border-radius: 2px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 49px;
    border: none;
}

.popl-btn:hover,
.popl-btn:focus {
    font-weight: 700;
    /* color: #fff; */
    /* background-color: #ff084e; */
    background:#F48Fb1;
    color:white;
    /* border-color: #ff084e; */
    border-color: #F48Fb1;
}

.popl-btn-cst {
    display: inline-block;
    min-width: 170px;
    height: 55px; 
    color: #333333 ; 
    background-color: #80cBC4;
    text-align: center;
    border-radius: 2px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 49px;
}

.popl-btn-cst:hover,
.popl-btn:focus {
    font-weight: 700;
    /* color: #fff; */
    /* background-color: #ff084e; */
    background:#F48Fb1;
    color:white; 
    /* border-color: #ff084e; */
    border-color: #F48Fb1;
}

.cart-submit {
    display: inline-block;
    min-width: 170px;
    height: 55px; 
    color: #333333 ; 
    background-color: #80cBC4;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 49px;
    border: none !important;
    text-align: center;
}

.cart-submit:hover,
.popl-btn:focus {
    font-weight: 700;
    /* color: #fff; */
    /* background-color: #ff084e; */
    background:#F48Fb1;
    color:white; 
    /* border-color: #ff084e; */
    border-color: #F48Fb1;
}

/* -------------------
:: 4.0 Wrapper CSS
------------------- */

#wrapper {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transition: all linear 500ms;
    transition: all linear 500ms;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

#wrapper.popl-side-menu-open {
    top: 0;
    left: 300px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#wrapper.popl-side-menu-open:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    z-index: 1200;
}

/* ------------------------
:: 5.0 Header Area CSS
------------------------ */

.top_header_area {
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 1000;
    padding: 15px 0;
}

.cart > a {
    color: #2e2e2e;
    font-size: 14px;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.cart > a > i {
    font-size: 20px;
    padding-right: 5px;
}

.cart_quantity {
    background-color: #F48Fb1;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: -5px;
    text-align: center;
    top: 5px;
    width: 20px;
    z-index: 2;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
}

.main-menu-area {
    position: relative;
    z-index: 500;
}

.header-right-side-menu > a {
    width: 60px;
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background-color: #3a3a3a;
    color: #fff;
    border-radius: 50%;
}

.header-right-side-menu > a:focus,
.header-right-side-menu > a:hover {
    background-color: #F48Fb1;
    color: #fff;
}

.hero_meta_area .cart:hover .cart_quantity {
    background-color: #000000;
    color: #fff;
}

.hero_meta_area .cart,
.hero_meta_area .user_thumb {
    position: relative;
    z-index: 999;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.cart {
    position: relative;
    z-index: 200;
}

.cart-list {
    background-color: #f4f6f8;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    border-radius: 0;
    display: none;
    position: absolute;
    right: -44px;
    top: 50px;
    width: 280px;
    z-index: 120;
}

.cart-data-open .cart-list {
    display: block;
}

.cart-list > li {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 15px;
    position: relative;
    text-align: left;
    z-index: 1;
}

.cart-list li .image {
    left: 15px;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.cart-list .image > img {
    width: 40px;
    height: 40px;
}

.cart-item-desc {
    padding-left: 55px;
}

.cart-item-desc > h6 {
    font-size: 13px;
    margin-bottom: 5px;
}

.cart-list li .btn-checkout,
.cart-list li .btn-cart {
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
}

.cart-list li .btn-cart {
    background-color: #3a3a3a;
}

.cart-item-desc > p {
    font-size: 14px;
    margin: 0;
}

.cart-list li span {
    font-size: 13px;
    text-transform: uppercase;
}

.main_header_area {
    height: 100px;
    padding-top: 30px;
}

.header-social-area a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.help-line a {
    width: auto;
    height: 35px;
    padding: 0 30px;
    background-color: #F48Fb1;
    color: #fff;
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
}

.help-line a:hover,
.help-line a:focus {
    background-color: #3a3a3a;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-menu-area .navbar {
    padding: 0;
}

.dropdown-menu.show {
    border: none;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    font-weight: 700;
}

/* -------------------
:: 6.0 Side Menu Area CSS
------------------- */

.catagories-side-menu {
    background-color: #fff;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

#sideMenuClose {
    color: #fff;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #3a3a3a;
}

#sideMenuClose:hover {
    /* background-color: #ff084e; */
     background-color: #F48Fb1;
}

.menu-list {
    margin-top: 50px;
}

.menu-list h6 {
    padding: 30px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

.menu-content ul,
.menu-content li {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.menu-content ul :not(collapsed) .arrow:before,
.menu-content li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: middle;
    float: right;
    color: #9f9f9f;
}

.menu-content ul .sub-menu li,
.menu-content li .sub-menu li {
    border: none;
    border-bottom: 1px solid #ebebeb;
    margin-left: 0;
    padding-left: 5px;
}

.menu-content li {
    padding-left: 0px;
    border-bottom: 1px solid #ebebeb;
}

.menu-content li a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #3a3a3a;
    height: 45px;
    display: block;
    line-height: 45px;
    padding-left: 30px;
    font-size: 13px;
}

.menu-content .sub-menu li a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #3a3a3a;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}

.menu-content li .sub-menu li a:before {
    width: 10px;
    height: 10px;
    border: 1px solid #858585;
    background-color: transparent;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
}

.menu-content > li > a:before {
    width: 10px;
    height: 10px;
    /* border: 1px solid #ff084e;
    background-color: #ff084e; */
     border: 1px solid #F48Fb1;
    background-color: #F48Fb1;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
}

.menu-content > li.collapsed > a:before {
    width: 10px;
    height: 10px;
    border: 1px solid #858585;
    background-color: transparent;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
}

.menu-list .menu-content {
    display: block;
}

/* -------------------
:: 7.0 Top Discount CSS
------------------- */

.top-discount-area .single-discount-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 40px 15px;
    background-color: #b8b8b8;
    text-align: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.top-discount-area .single-discount-area:nth-child(2) {
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    
}

.top-discount-area .single-discount-area:last-child {
    /* background-color: #3a3a3a; */
    background-color: #34A853;;
    
}

.top-discount-area .single-discount-area h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.top-discount-area .single-discount-area h6,
.top-discount-area .single-discount-area a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

/* ---------------------
:: 8.0 Welcome Area CSS
--------------------- */

.single_slide {
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.welcome_slide_text {
    position: relative;
    z-index: 1;
}

.welcome_slide_text > h2,
.single_catagory_area h2 {
    font-size: 92px;
    letter-spacing: 0;
    margin-left: -5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.welcome_slide_text h6,
.single_catagory_area h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.welcome_slides.owl-carousel .owl-dots {
    position: absolute;
    top: 40%;
    left: 1%;
    z-index: 5;
    width: 30px;
    background-color: transparent;
    height: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.welcome_slides.owl-carousel .owl-dot {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: 9px;
    margin: 15px 10px;
    width: 9px;
}

/* .welcome_slides.owl-carousel .owl-dot.active {
    background-color: #ff084e;
    border-color: #ff084e;
} */

.welcome_slides.owl-carousel .owl-dot.active {
    background-color: #F48Fb1;
    border-color: #F48Fb1;
}

/* -----------------------------
:: 9.0 Quickview Modal Area CSS
----------------------------- */

#quickview button.close {
    box-shadow: none;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 10px;
    z-index: 9;
}

.quickview_body {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.quickview_pro_img {
    border: 1px solid #f6f6f6;
    position: relative;
    width: 100%;
    z-index: 1;
}

.quickview_pro_img .hover_img {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.quickview_pro_img:hover .hover_img {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.quickview_pro_des .title {
    text-transform: capitalize;
}

.quickview_pro_des {
    padding: 30px 0;
}

.quickview_pro_des .price > span {
    color: #888;
    font-size: 14px;
    text-decoration: line-through;
}

.quickview_pro_des > p {
    font-size: 13px;
}

.quickview_pro_des > a {
    color: #19B5FE;
    font-size: 13px;
    text-decoration: underline;
}

.quickview_body .quantity > input {
    -moz-appearance: textfield;
    border: 1px solid #f6f6f6;
    height: 35px;
    text-align: center;
    width: 40px;
    font-size: 13px;
}

.quickview_body .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quickview_body .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quickview_body .qty-plus,
.quickview_body .qty-minus {
    background-color: transparent;
    border: 1px solid #f6f6f6;
    color: #000;
    cursor: pointer;
    height: 35px;
    text-align: center;
    width: 22px;
}

.quickview_body .qty-plus {
    border-left: 0 solid transparent;
}

.quickview_body .qty-minus {
    border-right: 0 solid transparent;
}

.quickview_body .cart-submit {
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    /* border: medium none; */
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 50px;
    margin-left: 15px;
    width: 120px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.quickview_body .cart-submit:hover {
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    color: #fff;
}

.quickview_body .qty-minus i,
.quickview_body .qty-plus i {
    color: #888;
    font-size: 10px;
    line-height: 33px;
}

.quickview_body .modal_pro_wishlist > a,
.quickview_body .modal_pro_compare > a {
    background-color: #e91e63;
    color: #fff;
    display: block;
    height: 35px;
    margin: 0 15px;
    text-align: center;
    width: 35px;
    font-size: 22px;
}

.quickview_body .modal_pro_wishlist > a:hover,
.quickview_body .modal_pro_compare > a:hover {
    background-color: #000;
    color: #fff;
}

.quickview_body .modal_pro_compare > a {
    background-color: #00bcd4;
    margin: 0;
}

.quickview_body .modal_pro_wishlist > a i,
.quickview_body .modal_pro_compare > a i {
    line-height: 35px;
}

.quickview_body .share_wf > p {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.quickview_body .share_wf ._icon > a {
    color: #888;
    font-size: 14px;
    margin-right: 5px;
}

.quickview_body .share_wf ._icon > a:hover {
    color: #000;
}

.quickview_body .top_seller_product_rating > i {
    color: #ff9800;
    font-size: 13px;
}

/* --------------------------
:: 10.0 Top Catagory Area CSS
-------------------------- */

.single_catagory_area {
    padding: 150px 50px;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
}

.single_catagory_area:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -8;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_catagory_area:hover:after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.single_catagory_area h6 {
    text-transform: uppercase;
}

.catagory-content {
    width: 55%;
}

/* ----------------------------
:: 11.0 New Arrivals Area Start
---------------------------- */

.portfolio-menu > .btn {
    font-size: 14px;
    font-weight: 700;
    color: #9f9f9f;
    background-color: transparent;
    padding: 0 15px;
    text-transform: uppercase;
}

.portfolio-menu > .btn:focus,
.portfolio-menu > .btn.active {
    color: #3a3a3a;
    box-shadow: none;
}

.single_gallery_item {
    margin-bottom: 100px;
    overflow: hidden
}

.product-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.product-img > img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item:hover .product-img > img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.product-img .product-quicview {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(23, 24, 24, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.product-img:hover .product-quicview {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product-img .product-quicview > a {
    width: 72px;
    height: 72px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 36px;
    line-height: 72px;
}

.product-img .product-quicview > a:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.product-description {
    margin-top: 20px;
}

.product-description h4 {
    font-weight: 400;
    color: #9f9f9f;
    margin-bottom: 5px;
    display: block;
}

.product-description p {
    font-size: 15px;
    margin: 0;
}

.product-description .add-to-cart-btn {
    margin-top: 50px;
    font-size: 12px;
    font-weight: 700;
    /* color: #ff084e; */
     color: #F48Fb1;
    display: block;
}

.product-description .add-to-cart-btn:hover {
    color: #2a2a2a;
}

/* -------------------
:: 12.0 Offer Area CSS
------------------- */

.offer_area {
    position: relative;
    z-index: 1;
}

.offer-content-area {
    background-color: rgba(58, 58, 58, 0.7);
    padding: 100px 50px 50px;
    position: relative;
    z-index: 1;
}

.offer-content-area h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.popl-level {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #F48Fb1;
    padding: 3px 10px;
    top: -30px;
    left: 10px;
}

.popl-level:after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #F48Fb1 transparent;
    bottom: -2px;
    left: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.offer-content-area p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.offer-product-price h3 {
    /* color: #ff084e; */
    color: #F48Fb1;
}

.offer-product-price h3 span {
    margin-right: 15px;
    font-weight: 400;
    text-decoration: line-through;
    color: #fff;
}

/* -------------------
:: 13.0 Testimonials CSS
------------------- */

.single-testimonial-area .quote {
    font-size: 72px;
    font-weight: 700;
    /* color: #ff084e; */
    color: #F48Fb1;
    line-height: 1;
}

.single-testimonial-area h6 {
    line-height: 2;
    color: #9f9f9f;
}

.testimonial-info {
    margin-top: 60px;
}

.testimonial-info .tes-thumbnail {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    margin-right: 20px;
}

.testimonial-info .tes-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-info .testi-data > p {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-info .testi-data span {
    font-size: 12px;
    text-align: left;
    display: block;
    font-weight: 700;
    /* color: #ff084e; */
    color: #F48Fb1;
}

.popl-testimonials-slides.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: 5;
    width: 30px;
    background-color: transparent;
    height: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popl-testimonials-slides.owl-carousel .owl-dot {
    border: 2px solid #9f9f9f;
    border-radius: 50%;
    display: block;
    height: 9px;
    margin: 15px 10px;
    width: 9px;
}

.popl-testimonials-slides.owl-carousel .owl-dot.active {
    /* background-color: #ff084e;
    border-color: #ff084e; */
    background-color: #F48Fb1;
    border-color: #F48Fb1;
}

/* ----------------------
:: 14.0 Footer Area CSS
---------------------- */

.footer_area {
    background-color: #fff;
    border-top: 2px solid #e5e5e5;
    padding: 100px 0 50px;
}

.footer_content > p {
    font-size: 14px;
}

.footer_content > p:first-child {
    margin-bottom: 30px;
}

.footer_social_area > a {
    display: inline-block;
    font-size: 26px;
    padding: 0 30px;
}

.footer_social_area > a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* color: #ff084e; */
    color: #F48Fb1;
}

.footer_widget_menu a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
}

.footer_widget_menu a:hover {
    margin-left: 5px;
}

.footer_widget_menu a i {
    padding-right: 5px;
}

.subscribtion_form {
    position: relative;
    z-index: 1;
}

.subscribtion_form .mail {
    border: none !important;
    /* border-radius: 0; */
    font-size: 14px;
    height: 50px;
    padding: 5px 15px;
    width: 100%;
    background-color: #FFF5F7;
    color: #333333;
    /* font-style: italic; */
}

.subscribtion_form .submit {
    background-color: #3a3a3a;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 30px;
    font-weight: 700;
}

.subscribtion_form .submit:hover {
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    color: #fff;
}

.copywrite_text > p {
    color: #9f9f9f;
    font-size: 14px;
    margin-top: 30px;
    display: block;
}

/* ------------------------
:: 15.0 Breadcumb Area CSS
------------------------ */

.breadcumb_area {
    padding-top: 100px;
    padding-bottom: 40px;
}

.breadcumb_area .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.breadcumb_area .breadcrumb-item,
.breadcumb_area .breadcrumb-item > a {
    text-transform: capitalize;
    font-size: 14px;
}

.backToHome {
    font-size: 12px;
    margin-top: 25px;
}

/* ------------------------------
:: 16.0 Product Sidebar Area CSS
------------------------------ */

.widget {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 50px;
}

.widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #00bcd4;
    color: #fff;
    box-shadow: none !important;
}

.widget-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-desc .custom-control-description {
    font-size: 14px;
}

.widget.rating .widget-desc a {
    color: #ff9800;
    font-size: 14px;
}

.widget.size .widget-desc li {
    display: inline-block;
}

.widget.size .widget-desc a {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
}

.widget.size .widget-desc a:hover,
.widget.size .widget-desc a:focus {
    background-color: #ff084e;
    color: #fff;
}

.widget.price .ui-slider-handle {
    background-color: #3a3a3a;
    border: none;
    border-radius: 0;
    top: -6px;
    width: 15px;
    height: 15px;
}

.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #3a3a3a;
}

.widget.price .ui-slider-horizontal {
    height: 5px;
}

.widget.price .range-price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
}

.widget.color .widget-desc ul li a {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.widget.color .widget-desc ul li.gray a {
    background-color: #d7d7d7;
}

.widget.color .widget-desc ul li.red a {
    background-color: #fd4f4f;
}

.widget.color .widget-desc ul li.yellow a {
    background-color: #fcf29c;
}

.widget.color .widget-desc ul li.green a {
    background-color: #8fc99c;
}

.widget.color .widget-desc ul li.teal a {
    background-color: #bc83b1;
}

.widget.color .widget-desc ul li.cyan a {
    background-color: #9ee7f4;
}

.widget.color .widget-desc ul li a:after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    display: block;
    /* border: 2px solid #ff084e; */
    border: 2px solid #F48Fb1;
    position: absolute;
    z-index: -1;
    top: -3px;
    left: -3px;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.widget.color .widget-desc ul li a:hover:after,
.widget.color .widget-desc ul li a:focus:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.widget.color .widget-desc ul li a span {
    font-size: 12px;
    display: block;
    padding-top: 35px;
}

.single-recommended-product .single-recommended-thumb,
.single-recommended-product .single-recommended-desc {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.single-recommended-product .single-recommended-desc h6 {
    font-size: 14px;
}

.pagination-sm .page-link {
    padding: 0;
    font-size: 15px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    font-weight: 700;
    color: #9f9f9f;
    border: 2px solid #9f9f9f;
    margin-right: 5px;
    background-color: transparent;
}

.pagination-sm .page-link:hover,
.pagination-sm .page-item.active .page-link,
.pagination-sm .page-link:focus {
    /* color: #ff084e;
    border: 2px solid #ff084e; */
    color: #F48Fb1;
    border: 2px solid #F48Fb1;
    background-color: transparent;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* ------------------------------
:: 17.0 Product Details Area CSS
------------------------------ */

.single_product_thumb {
    margin-bottom: 100px;
}

.single_product_thumb .carousel-indicators {
    bottom: -86px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    left: 0;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.single_product_thumb .carousel-indicators li {
    background-position: center center;
    background-size: cover;
    height: 80px;
    width: 25%;
}

.single_product_thumb .carousel-inner {
    border: 1px solid #ddd;
    margin: 0 3px;
    width: calc(100% - 6px);
}

.single_product_thumb .carousel-indicators li.active {
    border: 1px solid #ddd;
}

.single_product_thumb .product_badge {
    top: 30px;
}

.single_product_desc {
    position: relative;
    z-index: 1;
}

.single_product_desc .title {
    font-size: 24px;
    margin-bottom: 15px;
}

.single_product_desc .price {
    margin-bottom: 15px;
}

.single_product_desc .available {
    margin-bottom: 15px;
    font-size: 12px;
}

.single_product_desc .single_product_ratings i {
    color: #ff9800;
    font-size: 14px;
}

.single_product_desc .single_product_ratings span {
    font-size: 13px;
}

.single_product_desc .single_product_desc .price {
    font-size: 18px;
}

.single_product_desc .short_overview > h6 {
    font-size: 14px;
}

.single_product_desc .short_overview > p {
    color: #888;
    font-size: 14px;
    font-weight: 300;
}

.single_product_desc .custom-control {
    margin-right: 0;
}

.single_product_desc .widget.size .widget-desc a {
    font-size: 12px;
    padding: 0;
    width: 37px;
    height: 37px;
    border: 2px solid #3a3a3a;
    font-weight: 700;
    text-align: center;
    line-height: 33px;
}

.single_product_desc .widget.size .widget-desc a:hover,
.single_product_desc .widget.size .widget-desc a:focus {
    /* border: 2px solid #ff084e;
    background-color: #ff084e; */
    border: 2px solid #F48Fb1;
    background-color: #F48Fb1;
}

.single_product_desc .widget.size {
    border-bottom: none;
    padding-bottom: 0;
}

.single_product_desc .cart .qty-text {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 15px;
    width: 140px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 14px;
}

.single_product_desc .cart .quantity {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
}

.single_product_desc .cart .qty-minus,
.single_product_desc .cart .qty-plus {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    font-size: 10px;
    line-height: 20px;
    color: #888;
}

.single_product_desc .cart .qty-plus {
    top: auto;
    bottom: 0;
}

.single_product_desc .cart .cart-submit {
    /* background-color: #ff084e; */
    background-color: #F48Fb1;
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 150px;
    cursor: pointer;
    border-radius: 0;
}


.single_product_desc .card-header {
    padding: 30px 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid #ebebeb;
}

.single_product_desc .card-header h6 a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single_product_desc .card-body p {
    font-size: 14px;
    color: #9f9f9f;
}

.single_product_desc .card {
    border: none;
}

.single_product_desc .card:first-child {
    border-top: 2px solid #ebebeb;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
}

.modal-backdrop.show {
    display: none !important;
}

.modal-content {
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #ebebeb;
}

/* -------------------
:: 18.0 Cart Page CSS
------------------- */

.cart-table .table {
    position: relative;
    z-index: 9;
}

.cart_area table thead {
    background-color: #f4f2f8;
    border: none;
}

.cart_area table tbody tr td {
    width: 10% !important;
}

/* .cart_area table tbody tr td:first-child {
    width: 70% !important;
} */


.cart_product_img > a {
    width: 120px;
    margin-right: 20px;
}

.cart-table .table td,
.cart-table .table th {
    padding: 12px;
    padding: 12px;
    padding: 0.75rem;
    text-align: left;
    vertical-align: middle;
    border: none;
    font-size: 13px;
    font-weight: 600;
}

.cart-table .cart_product_img h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.cart-table .qty-minus,
.cart-table .qty-plus {
    background-color: #f6f6f6;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.cart-table .qty-minus i,
.cart-table .qty-plus i {
    line-height: 30px;
    font-size: 10px;
}

.cart-table .qty-text {
    background-color: #f6f6f6;
    border: medium none;
    display: inline-block;
    height: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
    width: 50px;
}

.cart-table .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}

.cart-table .price span,
.cart-table .total_price > span,
.cart-table .action > a {
    font-size: 14px;
}

.cart_area .update-checkout a,
.cart_area .back-to-shop a {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    height: 55px;
    line-height: 51px;
    min-width: 120px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #3a3a3a;
    text-transform: uppercase;
}

.cart_area .update-checkout a:first-child {
    color: #7a7a7a;
    border-color: #f4f2f8;
}

.cart_area .update-checkout a:last-child {
    background-color: #f4f2f8;
    color: #7a7a7a;
    border-color: #f4f2f8;
}

.cart-page-heading {
    margin-bottom: 50px;
}

.cart-page-heading h5 {
    text-transform: uppercase;
    font-size: 18px;
}

.cart-page-heading p {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 0;
}

.coupon-code-area form {
    position: relative;
    z-index: 1;
}

.coupon-code-area form > input {
    width: 100%;
    height: 52px;
    border: none;
    background-color: #f4f2f8;
    padding: 0 30px;
    font-size: 12px;
}

.coupon-code-area form > button {
    width: 120px;
    height: 52px;
    border: none;
    text-transform: uppercase;
    /* background-color: #ff084e; */
     background-color: #F48Fb1;
    padding: 0 30px;
    font-size: 14px;
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 700;
    right: 0;
}

.shipping-method-area .custom-control-label span {
    font-size: 14px;
}

.cart-total-chart {
    background-color: #f4f2f8;
    padding: 30px;
}

.cart-total-chart li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popl-checkout-btn {
    width: 100%;
    height: 60px;
    /* background-color: #ff084e; */
     background-color: #F48Fb1;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    padding: 0;
}


.popl-checkout-btn:hover,
.popl-checkout-btn:focus {
    background-color: #3a3a3a;
    color: #fff;
    font-weight: 700;
}

/* -----------------------
:: 19.0 Checkout Area CSS
----------------------- */

.checkout_details_area form label {
    font-size: 12px;
    text-transform: uppercase;
}

.checkout_details_area form label span {
    /* color: #ff084e; */
    color: #F48Fb1;
}

.checkout_details_area form .form-control,
.checkout_details_area form .custom-select {
    height: 52px;
    border: none;
    background-color: #f4f2f8;
    border-radius: 0;
}

.order-details-confirmation {
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 40px;
}

.order-details-confirmation .order-details-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 30px 0;
    border-bottom: 2px solid #ebebeb;
}

.order-details-confirmation .card-header h6 a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.order-details-confirmation .card-header h6 a i {
    color: #9f9f9f;
}

.order-details-confirmation .card {
    border: none;
}

.order-details-confirmation .card-header {
    background-color: transparent;
    border-bottom: none;
}

.order-details-confirmation .card-body p {
    font-size: 12px;
    line-height: 2;
    color: #9f9f9f;
}

.bg-logo{
    height: 80px !important;
}

.catagories-side-menu {
    position: fixed;
    top: 0;
    left: -300px; /* hidden by default */
    width: 300px;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 9999;
}

.catagories-side-menu.active {
    left: 0; /* slide in when active */
}
.login-css{
    font-size: 13px !important;
}

.account-sidebar{
    position: fixed !important;
    top: 0 !important;
    right: -400px !important;
    width: 350px !important;
    height: 100% !important;
    background: #fff !important;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2) !important;
    padding: 20px !important;
    z-index: 9999 !important;
    transition: 0.3s !important;
}

.account-sidebar.active{
    right: 0 !important;
}

.account-header{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#closeAccount{
    font-size: 25px !important;
    cursor: pointer !important;
}

.account-sidebar input{
    width: 100% !important;
    margin-bottom: 15px !important;
    padding: 10px !important;
}


.bg-logo-css
{
    /* height: 150px !important; */
    max-height: 130px !important;   /* height control */
    width: auto;
    object-fit: contain;
}

#saleBuzzer {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #F48Fb1;
    color: #fff;
    padding: 20px;
    width: 250px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 9999;
    animation: shake 1s infinite alternate;
}

#saleBuzzer h4 {
    margin: 0 0 5px;
}

.buzzer-btn {
    display: inline-block;
    background: #fff;
    color: #ff3b3b;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.close-buzzer {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

@keyframes shake {
    from { transform: translateY(0px); }
    to { transform: translateY(-5px); }
}


.old-price {
    text-decoration: line-through;
    color: #888;
}

.new-price {
    color: #e53935;
    font-weight: bold;
}

.discount-badge {
    color: #2e7d32;
    font-size: 13px;
}

.welcome_area_cst
{
    height: 600px !important;
}

.h-100-cst
{
    height: 80% !important;
}


.top_catagory_area-cst
{
    height: 600px !important;
}

.product-img-cst
{
    height: 350px !important;
}

.hidden-product{
display:none;
}

.single_gallery_item{
margin-bottom:30px;
}

.test-cst{
    border: none !important;
    /* border-radius: 0; */
    font-size: 14px;
    height: 50px;
    padding: 5px 15px;
    width: 100%;
    background-color: #FFF5F7;
    color: #333333;
}

.search-form{
    display:flex;
    align-items:center;
    background:#f2f2f2;
    border-radius:30px;
    
    padding:3px 10px;
}

.search-form input{
    border:none;
    outline:none;
    background:#f0eded;
    padding:5px 8px;
    color: #929191;
    width:150px;
    font-size:14px;
}

.search-form button{
    border:none;
    background:none;
    cursor:pointer;
    color:#555;
}

.announcement-bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#F48Fb1;
    color:#fff;
    text-align:center;
    padding:8px;
    font-size:14px;
    font-weight: 600;
    z-index:9999;
}

/* push header down */
.header_area{
    margin-top:35px;
}


#chatBox{
    position:fixed;
    bottom:80px;
    right:20px;
    width:300px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    display:flex;
    flex-direction:column;
    overflow:hidden;
    z-index:999;
    }
    
    #chatHeader{
    background:#F48Fb1;
    color:#fff;
    padding:10px;
    font-weight:bold;
    }
    
    #chatMessages{
    height:200px;
    overflow-y:auto;
    padding:10px;
    font-size:14px;
    }
    
    #chatInput{
    display:flex;
    border-top:1px solid #eee;
    }
    
    #chatInput input{
    flex:1;
    border:none;
    padding:10px; 
    color: green;
    }
    
    #chatInput button{
    background: #F48Fb1;
    color:white;
    border:none;
    padding:10px;
    }

    #chatBody{
        display:none;
        }

        .contact-info ul li{
            margin-bottom: 10px;
            font-size: 16px;
        }
        .contact-form input, .contact-form textarea{
            border-radius: 5px;
        }
        .contact-form button{
            padding: 10px 30px;
        }



        .card{
            border-radius:10px;
            }
            
            .card-body{
            background:#fff;
            }
            
            .form-control{
            height:45px;
            border-radius:6px;
            }
            
            .form-control:focus{
            border-color:#F48Fb1;
            box-shadow:0 0 5px rgba(166,72,156,0.4);
            }
            
            .btn-outline-secondary{
            border-radius:6px;
            }


            .main_header_area .navbar-nav {
                display: flex !important;
                flex-wrap: wrap !important;
                justify-content: center; /* center all rows */
                width: 100%;
                
            }
            
            /* Each item width (8 per row) */
            .main_header_area .navbar-nav .nav-item {
                flex: 0 0 12.5%;  /* 100 / 8 = 12.5% */
                max-width: 12.5%;
                text-align: center;
            }
            
            /* Better spacing */
            .main_header_area .navbar-nav .nav-link {
                padding: 8px 5px !important;
                font-size: 13px;
            }

            section.top-discount-area.d-md-flex.align-items-center
            {
                margin-top: 20px;
            }

            /* ================= DESKTOP ONLY ================= */
@media (min-width: 992px) {

    .main_header_area .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main_header_area .navbar-nav .nav-item {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        text-align: center;
    }
}

/* ================= MOBILE FIX ================= */
@media (max-width: 991px) {

    .main_header_area .navbar-nav {
        display: block !important;
        text-align: left;
    }

    .main_header_area .navbar-nav .nav-item {
        width: 100%;
        max-width: 100%;
    }

    .main_header_area .navbar-nav .nav-link {
        display: block;
        padding: 10px 15px;
        width: 100%;
    }
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn-cst
{
    width: 30px;
    height: auto;
    background-color: #F48Fb1;
    border: #F48Fb1;
    color: #fff;
}

@media (max-width: 768px) {
    .search-form {
        display: none;
    }
}

.widget.size a.active {
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}


/* ================================
🔥 MOBILE OPTIMIZATION FINAL FIX
================================ */

/* ✅ Global Fix */
html, body {
    overflow-x: hidden;
}

/* ✅ Header Fix */
@media (max-width: 768px) {

    .top_header_area,
    .main_header_area {
        height: auto;
        padding: 10px 0;
    }

    .header_area {
        margin-top: 45px;
    }

    .navbar-brand img {
        max-height: 45px;
    }
}

/* ✅ Announcement Bar Fix */
@media (max-width: 768px) {
    .announcement-bar {
        font-size: 12px;
        padding: 6px;
    }
}

/* ✅ Top Discount FIX */
@media (max-width: 768px) {

    .top-discount-area {
        flex-direction: column;
    }

    .top-discount-area .single-discount-area {
        max-width: 100%;
        flex: 100%;
        padding: 15px;
    }
}

/* ✅ Slider FIX (MOST IMPORTANT) */
@media (max-width: 768px) {

    .welcome_area_cst {
        height: auto !important;
    }

    .single_slide {
        height: 60vh !important;
    }

    .h-100-cst {
        height: 100% !important;
    }

    .welcome_slide_text h2 {
        font-size: 22px !important;
    }

    .welcome_slide_text h6 {
        font-size: 13px;
    }
}

/* ✅ Category Section FIX */
@media (max-width: 768px) {

    .top_catagory_area-cst {
        height: auto !important;
        flex-direction: column;
    }

    .single_catagory_area {
        width: 100% !important;
        flex: 100% !important;
        padding: 80px 20px;
    }

    .catagory-content {
        width: 100%;
    }

    .single_catagory_area h2 {
        font-size: 28px !important;
    }
}

/* ✅ Products FIX (SUPER IMPORTANT) */
@media (max-width: 768px) {

    .product-img-cst {
        height: auto !important;
    }

    .product-img img {
        height: 220px;
        object-fit: cover;
    }

    .product-description {
        text-align: center;
        padding: 10px;
    }

    .product-description p {
        font-size: 13px;
    }

    .product-description h4 {
        font-size: 15px;
    }

    .cart-submit {
        width: 100%;
        height: 40px;
        font-size: 12px;
        line-height: 35px;
        padding: 0;
    }
}

/* ✅ Grid FIX */
@media (max-width: 768px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ✅ Quick View FIX */
@media (max-width: 768px) {

    .quickview_pro_img img {
        width: 100%;
    }

    .quickview_pro_des {
        padding: 10px 0;
    }

    .quickview_body .cart {
        flex-direction: column;
    }

    .quickview_body .cart-submit {
        width: 100%;
        margin: 10px 0 0;
    }
}

/* ✅ Chat Box FIX */
@media (max-width: 768px) {

    #chatBox {
        width: 95%;
        right: 2.5%;
        bottom: 70px;
    }

    #chatMessages {
        height: 150px;
    }
}

/* ✅ Sale Buzzer FIX */
@media (max-width: 768px) {

    #saleBuzzer {
        width: 90%;
        right: 5%;
        bottom: 10px;
        padding: 15px;
    }
}

/* ✅ Search Hide (Clean UI) */
@media (max-width: 768px) {
    .search-form {
        display: none;
    }
}

/* ✅ Buttons Polish */
button, .btn, .cart-submit {
    /* border-radius: 6px; */
}

/* ✅ Card Hover Professional */
.single_gallery_item {
    transition: 0.3s;
}

.single_gallery_item:hover {
    transform: translateY(-5px);
}

/* ✅ Image Smooth */
.product-img {
    border-radius: 10px;
    overflow: hidden;
}

/* ✅ Fix Owl dots position */
@media (max-width: 768px) {
    .welcome_slides.owl-carousel .owl-dots {
        left: 5px;
    }
}

/* =========================================
🔥 PRODUCT DETAILS FINAL PROFESSIONAL FIX
========================================= */

/* Layout spacing */
.single_product_details_area {
    padding: 40px 0;
}

/* Product image */
.single_product_thumb {
    margin-bottom: 20px;
}

.single_product_thumb .carousel-inner img {
    border-radius: 10px;
}

/* Thumbnail scroll fix */
.single_product_thumb .carousel-indicators {
    /* overflow-x: auto; */
    flex-wrap: nowrap;
    gap: 6px;
    padding-bottom: 5px;
}

.single_product_thumb .carousel-indicators li {
    min-width: 70px;
    height: 70px;
    border-radius: 6px;
    cursor: pointer;
}

/* Product content */
.single_product_desc {
    padding: 10px 5px;
}

.single_product_desc .title {
    font-size: 22px;
    font-weight: 700;
}

.single_product_desc .price {
    font-size: 24px;
    color: #F48Fb1;
}

/* Size buttons modern */
#product-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.size-btn {
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    transition: 0.3s;
    font-size: 13px;
}

.size-btn:hover,
.size-btn.active {
    background: #F48Fb1;
    color: #fff;
    border-color: #F48Fb1;
}

/* Quantity + button alignment */
.cart-form {
    margin-top: 15px;
}

.cart-form .quantity input {
    width: 80px;
    height: 45px;
    text-align: center;
    border: 1px solid #ddd;
}

.cart-form button {
    height: 45px;
}

/* Accordion cleaner */
.single_product_desc .card-header {
    padding: 15px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

    /* Stack layout */
    .single_product_details_area .row {
        flex-direction: column;
    }

    /* Image full width */
    .single_product_thumb {
        margin-bottom: 15px;
    }

    /* Title smaller */
    .single_product_desc .title {
        font-size: 18px;
    }

    .single_product_desc .price {
        font-size: 20px;
    }

    /* Buttons full width */
    .cart-form {
        display: block;
    }

    .cart-form .quantity {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-form .quantity input {
        width: 100%;
    }

    .cart-form button {
        width: 100%;
    }

    /* Size buttons wrap nicely */
    #product-sizes {
        justify-content: flex-start;
    }

    /* Fix thumbnails */
    .single_product_thumb .carousel-indicators li {
        min-width: 60px;
        height: 60px;
    }
}

/* ================= EXTRA POLISH ================= */

/* Smooth image transition */
#main-product-image {
    transition: all 0.3s ease;
}

/* Hover effect */
.size-btn:hover {
    transform: scale(1.05);
}

/* Button hover */
.cart-submit:hover {
    background: #F48Fb1;
    color: #fff;
}

/* Card shadow */
.single_product_thumb,
.single_product_desc {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 10px;
}

/* ================= SHOP PAGE MOBILE FIX ================= */

@media (max-width: 768px){

    /* Sidebar hidden by default */
    #shopSidebar{
        display: none;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    /* Product card spacing */
    .single_gallery_item{
        margin-bottom: 20px;
    }

    /* Product image */
    .product-img img{
        height: 200px;
        object-fit: cover;
    }

    /* Text */
    .product-description p{
        font-size: 13px;
    }

    .product-description h4{
        font-size: 15px;
    }

    /* Button full width */
    .popl-btn{
        width: 100%;
        height: 40px;
        line-height: 35px;
        font-size: 12px;
    }

    /* Recommended fix */
    .single-recommended-product{
        flex-direction: row;
        gap: 10px;
    }

    .single-recommended-thumb img{
        width: 60px;
        height: 60px;
    }

    /* Pagination center */
    .pagination{
        justify-content: center;
        flex-wrap: wrap;
    }

    .section_padding_100
    {
        padding-top: 0px !important;
    }
}


/* Hide mobile cards on desktop */
.mobile-cart {
    display: none;
}

/* Mobile styling */
@media (max-width: 768px) {

    .desktop-table {
        display: none;
    }

    .mobile-cart {
        display: block;
    }

    .cart-card {
        display: flex;
        gap: 10px;
        background: #fff;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .cart-img {
        width: 90px;
        height: auto;
        border-radius: 6px;
    }

    .cart-info {
        flex: 1;
    }

    .cart-info h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cart-info p {
        margin: 3px 0;
        font-size: 13px;
    }

    .cart-info input {
        width: 70px;
        margin: 5px 0;
    }

    .remove-btn {
        display: inline-block;
        margin-top: 5px;
        color: red;
        font-size: 13px;
    }

    .cart-footer {
        flex-direction: column;
        gap: 10px;
    }

    .cart-footer .popl-btn {
        width: 100%;
        text-align: center;
    }

    .cart-total-area {
        margin-top: 20px;
    }
    .navbar-toggler {
        margin-bottom: 0px !important;
    }
    .modal-body {
        margin-top: 20px !important;
    }
}

.cart-modal
{
    display: flex;
    flex-direction: column;

}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 18px;
    z-index: 999;
}

.quantity{
    margin-bottom: 20px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}


.product-cell {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 280px;
}

.product-image-box {
    width: 95px;
    height: 110px;
    border-radius: 12px;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #eee;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-details-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-title-cart {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    line-height: 1.4;
}

.product-size-cart {
    margin: 0;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.product-size-cart span {
    color: #111;
    font-weight: 700;
}

/* Better table spacing */
.cart-table .table td {
    vertical-align: middle !important;
    padding: 20px 12px !important;
}

/* Mobile */
@media (max-width: 768px) {

    .product-cell {
        gap: 12px;
        min-width: auto;
    }

    .product-image-box {
        width: 75px;
        height: 85px;
    }

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

    .product-size-cart {
        font-size: 12px;
    }
}

.update-checkout-cst{
    display: flex;
    justify-content: center;
    padding: 0px 20px 0px 0px;
}
.cart-footer-cst
{
    display: flex;
}

