* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
body {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-stretch: normal;
    text-size-adjust: 100%;
    text-rendering: inherit;
}
 :focus {
    outline: none;
}
button:focus {
    outline: none;
}
.btn-close:focus {
   box-shadow: none;
}
.form-group {
    position: relative;
}
.form-group.d-flex.flex-row {
    display: flex;
}
.form-control:focus {
    color: rgb(51, 51, 51);
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ced4da;
}
form .form-group .form-select:focus {
    box-shadow: none;
    border-color: #e5e5e5;
}
.form-check-input:focus {
    box-shadow: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
    font-stretch: normal;
    font-family: "Poppins", sans-serif;
    color: #000000;
}
p {
    margin-bottom: 0;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
/* index page css start */
.header-section {
    position: relative;
    z-index: 9;
}
.navbar_top_section {
    background-color: #253237;
    padding: 5px 0;
}
.navbar_top_section .navbar_icons_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar_icons_container .navbar_top_left{
    display: flex;
    align-items: center;
}
.navbar_icons_container .navbar_top_left img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 3px;
}
.navbar_icons_container .navbar_top_left .country_select {
    background-color: transparent;
    border: none;
    padding: 0 5px;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    width: 65px;
    background-position: right 5px center;
    text-transform: uppercase;
}
.form-select:focus {
    border-color: #e5e5e5;
    outline: 0;
    box-shadow: none;
}
.navbar_top_section .navbar_top_center p {
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.navbar_top_section .navbar_top_center p span {
    color: #D91656;
    font-weight: 700;
}
.navbar_icons_container .navbar_top_right {
    display: flex;
    align-items: center;
}
.navbar_top_right .nav_top_link {
    background-color: #EE66A6;
    color: #fff;
    padding: 0 5px;
    /* border-radius: 3px; */
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
}
.navbar_top_right .nav_top_link .bi {
    margin-right: 5px;
    display: flex;
}
.navbar_bottom_section {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.navbar_bottom_section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.navbar_bottom_section .logo-container {
    display: flex;
    align-items: center;
}
.logo-container .cmpny-logo {
    display: block;
    height: 38px;
}
.logo-container .cmpny-logo img {
    max-width: 100%;
    height: 100%;
}
.searchbar_container {
    width: 600px;
}
.searchbar_container .input-group {
    display: block;
}
.searchbar_container .input-group .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 24px !important;
    padding: 8px 15px 8px 45px;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    height: 42px;
}
.searchbar_container .input-group .form-control::-webkit-input-placeholder {
    color: #000000;
}
#search_result,
#mobile_search_result,
#navsearch_result,
#navlistsearch_result {
    position: absolute;
    width: 100%;
    z-index: 6;
    max-height: 300px;
    top: 45px;
    right: 0;
    background-color: #f1eded;
    border-radius: 0 0 3px 3px;
}
#navsearch_result {
    top: 43px;
}
#mobile_search_result {
    top: 37px;
}
#navlistsearch_result {
    top: 42px;
}
#search_result ul,
#mobile_search_result ul,
#navsearch_result ul,
#navlistsearch_result ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 0 0 3px 3px;
}
#search_result ul li a,
#mobile_search_result ul li a,
#navsearch_result ul li a,
#navlistsearch_result ul li a {
    padding: 10px 10px 10px 45px;
    color: #373D58;
    display: block;
    line-height: 16px;
    font-size: 14px;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
#search_result ul li a .bi,
#mobile_search_result ul li a .bi,
#navsearch_result ul li a .bi,
#navlistsearch_result ul li a .bi {
    position: absolute;
    left: 18px;
}
#search_result ul li a:hover,
#mobile_search_result ul li a:hover,
#navsearch_result ul li a:hover,
#navlistsearch_result ul li a:hover {
    background-color: #ffff;
}
.Search_Section .search_header .searchbar_container {
    width: 100%;
}
.search_header .searchbar_container .input-group {
    position: inherit;
}
.search_header .searchbar_container #search_result ul {
    box-shadow: none;
}
.search_header .searchbar_container .input-group #search_result {
    max-height: 100%;
    height: 100%;
    top: 61px;
    left: 0;
    background-color: #fff;
}
.search_header .searchbar_container .input-group .form-control {
    border: 1px solid #e5e5e5;
    border-right: none;
    background-color: #f1f3f6;
    padding: 10px;
    border-radius: 0;
    color: #031b4e;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
.Search_Section .search_header {
    padding: 8px 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}
.Search_Section .search_header .container {
    display: flex;
    align-items: center;
}
.Search_Section .search_header .container .search_backbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.search_header .container .search_backbtn .bi {
    font-size: 26px;
    color: #0f0f0f;
}
.Search_Section .search_body {
    padding: 30px 0;
    position: relative;
}
.search_body .search_body_container {
    border: 1px solid #e5e5e5;
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
}
.container .search_body_container:last-child {
    margin-bottom: 0;
}
.container .search_body_flex.Category a {
    background-color: #F0F8FF;
}
.search_body_container .search_body_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search_body_container .search_body_flex a {
    display: block;
    background: rgb(253, 233, 242);
    color: #0f0f0f;
    padding: 3px 10px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.search_body .search_body_container h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.searchbar_container .input-group .input-group-append {
    color: #C23373;
    margin-left: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 99;
}
.searchbar_container .input-group .input-group-append i {
    font-size: 18px;
}
.navbar_bottom_right {
    display: flex;
    align-items: center;
    position: relative;
}
.navbar_bottom_right .search_toggle_icon {
    display: none;
}
.mobile_toggle_menu {
    display: none;
}
.navbar_bottom_right .nav_bottom_link {
    margin-right: 35px;
    position: relative;
    text-align: center;
    color: #0f0f0f;
    font-weight: 500;
}
.nav_bottom_link .nav_bttm_lnk_txt {
    display: block;
    line-height: 13px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}
.navbar_bottom_right .nav_bottom_link .count,
.navbar_bottom_right .nav_bottom_link .wishlistcount {
    height: 20px;
    width: 20px;
    background-color: #D91656;
    position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}
.navbar_bottom_right .nav_bottom_link .wishlistcount {
    right: 0;
}
.navbar_bottom_right .login_signup_div {
    position: relative;
}
.login_signup_div .login_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: -200px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 9999;
}
.navbar_bottom_right .login_signup_div .nav_bottom_link {
    margin-right: 0;
    display: block;
}
.navbar_top_fixed .navbar_bottom_right .login_signup_div .nav_bottom_link {
    background-color: #fff;
    margin-right: 0;
}
.login_signup_menu {
    position: absolute;
    right: 0;
    top: 52px;
    background-color: #ffff;
    -webkit-box-shadow: 0 0 20px 0 rgb(19 19 28 / 12%);
    -moz-box-shadow: 0 0 20px 0 rgba(19, 19, 28, .12);
    -o-box-shadow: 0 0 20px 0 rgba(19, 19, 28, .12);
    box-shadow: 0 0 20px 0 rgb(19 19 28 / 12%);
    border-radius: 3px;
    width: 242px;
    padding: 15px;
    z-index: 9999;
    display: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.login_signup_menu.after_login {
    padding: 0;
    background-color: #f1eded;
}
.login_signup_menu.after_login .profile-details {
    background-color: #fff;
}
.navbar_top_fixed .login_signup_menu {
    top: 41px;
}
.login_signup_menu .login_signup_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_signup_menu .login_signup_link a {
    display: block;
    padding: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #F6635C;
    font-weight: 600;
    width: 49%;
    text-align: center;
}
.login_signup_div .login_signup_menu h4 {
    font-size: 16px;
}
.login_signup_div .login_signup_menu p {
    font-size: 14px;
    margin-bottom: 10px;
}
.login_signup_menu.after_login h4 {
    text-align: center;
    color: #1c273c;
    font-size: 18px;
    padding: 15px 15px 0 15px;
}
.login_signup_menu.after_login p {
    text-align: center;
    color: #1c273c;
}
.after_login .profile-details a {
    position: relative;
    color: #596882;
    padding: 8px 15px;
    border-bottom: 1px dotted #b4bdce;
    display: flex;
    align-items: center;
}
.after_login .profile-details a:hover {
    background-color: #f1f3f6;
}
.after_login .profile-details a:last-child {
    border-bottom: none;
}
.after_login .profile-details a .bi {
    font-size: 20px;
    margin-right: 10px;
    display: flex;
}
.navbar_bottom_right .nav_bottom_link .bi {
    color: #0f0f0f;
}
.navbar_bottom_right .nav_bottom_link .bi-heart {
    font-size: 20px;
}
.navbar_bottom_right .nav_bottom_link .bi-cart3 {
    font-size: 20px;
}
.navbar_bottom_right .nav_bottom_link .bi-person {
    font-size: 22px;
}
.mobile_searchbar {
    display: none;
}
.navbar_bottom_menu {
    z-index: 9999;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
}
.navbar_bottom_menu .navbar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container.navbar_bttm_logo {
    display: none;
}
.navbar_bottom_right.navbar_bttm_icons {
    display: none;
}
.navbar_bottom_right.navbar_bttm_icons .nav_bottom_link:last-child {
    background-color: transparent;
    margin-right: 0;
}
.navbar_bottom_right.navbar_bttm_icons .nav_bottom_link span {
    right: -12px;
    top: -7px;
}
.navbar_bottom_right.navbar_bttm_icons .nav_bottom_link .bi {
    font-size: 20px;
}
.navbar_bottom_right.navbar_bttm_icons .nav_bottom_link {
    margin-right: 25px;
    padding: 0;
}
.navbar_bottom_menu .navbar-menu .nav-item {
    margin-right: 40px;
}
.navbar_bottom_menu .navbar-menu .nav-item:last-child {
    margin-right: 0;
}
.navbar_bottom_menu .navbar-menu .nav-item .nav-link {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    padding: 8px 0;
    font-weight: 500;
    display: block;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}
.navbar_top_fixed {
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    right: 0;
    transform: translateY(71px);
    transition: transform 500ms ease;
    z-index: 9999;
}

.navbar_cart_fixed.navbar_bottom_menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar_top_fixed.navbar_bottom_menu {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
    background: #fff;
}

.navbar_top_fixed.navbar_bottom_menu .navbar-menu {
    justify-content: space-between;
}

.navbar_top_fixed .logo-container.navbar_bttm_logo {
    display: block;
}

.navbar_top_fixed .navbar_bottom_right.navbar_bttm_icons {
    display: flex;
}

.navbar_top_fixed .navbar_bottom_right .nav_bottom_link {
    border: none;
}
.navbar_top_fixed.navbar_bottom_menu .navbar-menu .nav-item {
    margin-right: 30px;
}
.navbar_top_fixed.navbar_bottom_menu .navbar-menu .nav-item:last-child {
    margin-right: 0;
}
.navbar_top_fixed.navbar_bottom_menu .navbar-menu .nav-item .nav-link {
    padding: 15px 0;
}
#collapseSearch,
#mobcollapseSearch {
    /* position: fixed;
    top: 53px;
    left: 50%;
    transform: translateX(-50%); */
    width: 55%;
    margin: 0 auto;
    padding-bottom: 15px;
}
#mobcollapseSearch {
    width: calc(100% - 24px);
    padding-bottom: 0;
    padding-top: 15px;
}
/* mega menu css */
.mega-dropdown {
    position: static !important;
    display: block;
}
.mega-dropdown .dropdown-toggle {
    position: relative;
}
.mega-dropdown.open .dropdown-toggle::before {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #f23933;
}
.mega-dropdown-menu {
    width: -webkit-fill-available;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 0 0 3px 3px;
    padding: 0;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    border: none;
    top: 137px;
}
.navbar_top_fixed .mega-dropdown-menu {
    top: 53px;
}
.mega-dropdown-menu.SmallMenu {
    width: auto;
    height: auto;
    padding: 0;
    left: auto;
    transform: none;
}
.mega-dropdown-menu.SmallMenu li a {
    color: #000000;
    font-size: 13px;
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    white-space: nowrap;
}
.mega-dropdown-menu.SmallMenu li a:hover {
    color: #C23373;
    font-weight: 500;
    background-color: #faf7f8;
}
.mega-dropdown-menu.SmallMenu li:last-child a {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}
.mega-dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-dropdown-menu ul li a {
    color: #000000;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    line-height: 16px;
}
.mega-dropdown-menu ul li a:hover {
    color: #C23373;
    font-weight: 500;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 20px;
    padding: 0;
    color: #f23933;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.mega-dropdown-menu .dropdown-header a {
    font-size: 14px;
    color: #f23933;
    margin-bottom: 0;
}
.mega-dropdown-menu ul li:last-child a {
    margin-bottom: 0;
}
.mega-dropdown-menu .flex_row {
    display: flex;
    /* justify-content: space-between; */
}
.mega-dropdown-menu .flex_row .flex_col {
    width: -webkit-fill-available;
    padding: 30px 15px;
}
.mega-dropdown-menu .flex_row .flex_col.bgcolor {
    background-color: #faf7f8;
}
/* sidebar css */
.navbar_backdrop.active {
    visibility: visible;
    opacity: 1;
}
.navbar_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.Sidebar_toggle_container {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300px;
    background-color: #faf5f5;
    z-index: 9999;
}
.Sidebar_toggle_container .mobile_toggle_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
}
.Sidebar_toggle_container .mobile_toggle_menu .bi {
    color: #253237;
    font-size: 34px;
}
.Sidebar_toggle_container .logo_sec {
    background-color: #f1eded;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
}
.Sidebar_toggle_container .Sidebar_scroll {
    height: calc(100% - 114px);
    overflow-y: auto;
    background-color: #faf5f5;  
}
.Sidebar_toggle_container .logo_sec .cmpny-logo {
    display: block;
    width: 150px;
}
.Sidebar_toggle_container .logo_sec .cmpny-logo img {
    max-width: 100%;
}
.sidebar_login_container {
    background-color: #faf5f5;
    border-bottom: 1px solid rgb(223, 223, 223);
    padding: 12px;
}
.sidebar_login_container p {
    padding-left: 50px;
    color: #000000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.sidebar_login_container .login_offer_text {
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.sidebar_login_container .login_offer_text span {
    height: 35px;
    width: 35px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D91656;
    border-radius: 100%;
}
.sidebar_login_container .login_offer_text span .bi {
    color: #fff;
    display: flex;
}
.sidebar_login_container .login_offer_btn {
    border: 1px solid #253237;
    padding: 8px;
    width: 150px;
    text-align: center;
    margin-left: auto;
    cursor: pointer;
    color: #253237;
    border-radius: 3px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: block;
}
.sidebar_login_container .login_offer_btn:hover {
    background-color: #D91656;
    border: 1px solid #D91656;
    color: #fff;
}
.sidebar_link_sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar_link_sec ul li {
    position: relative;
    padding: 12px 12px 12px 35px;
    background-color: #faf5f5;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.sidebar_link_sec ul li:last-child {
    border-bottom: none;
}
.sidebar_link_sec ul li a {
    font-family: "Poppins", sans-serif;
    display: block;
    color: #000000;
    font-size: 15px;
    min-height: 24px;
}
.sidebar_link_sec ul li span {
    position: absolute;
    left: 12px;
}
.sidebar_link_sec ul li span .bi {
    color: #D91656;
}
.mobsidebar_user {
    background-color: #faf5f5;
}
.mobsidebar_user_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.mobsidebar_user .mobsidebar_user_flex:last-child {
    margin-bottom: 0;
}
.mobsidebar_user_flex a {
    display: block;
    text-align: center;
    background-color: #fff;
    width: 50%;
    margin-right: 2px;
    padding: 12px 10px;
}
.mobsidebar_user_flex a:first-child {
    border-radius: 0 5px 5px 0;
}
.mobsidebar_user_flex a:last-child {
    margin-right: 0;
    border-radius: 5px 0 0 5px;
}
.mobsidebar_user_flex a span {
    height: 35px;
    width: 35px;
    border-radius: 10px;
    background-color: #ffe8ee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.mobsidebar_user_flex a span .cart_count {
    height: 20px;
    width: 20px;
    background-color: #D91656;
    position: absolute;
    right: -15px;
    top: -5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
}
.mobsidebar_user_flex a .bi {
    font-size: 20px;
    color: #D91656;
    display: flex;
}
.mobsidebar_user_flex a h6 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 5px;
}
.mobsidebar_about {
    margin: 15px 0;
}
.mobsidebar_about a {
    display: block;
    text-align: center;
    color: #373D58;
    font-size: 15px;
}
.mobsidebar_about a .bi {
    margin-right: 5px;
}
.Sidebar_toggle_container .cart_submit_btn {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sidebar_toggle_container .cart_submit_btn .bi {
    margin-right: 3px;
    display: flex;
}
.Sidebar_toggle_container .nav-item.menu {
    padding-left: 12px;
}
.Sidebar_toggle_container .nav-item.menu ul {
    display: none;
}
.Sidebar_toggle_container .nav-link {
    display: flex;
    align-items: center;
}
.Sidebar_toggle_container .nav-link span {
    left: 35px;
}
.Sidebar_toggle_container .nav-link .bi {
    color: #D91656;
    display: flex;
    align-items: center; 
}
.Sidebar_toggle_container .nav-link .bi-chevron-down {
    margin-right: 0;
}
.Sidebar_toggle_container .nav-content li {
    background-color: transparent;
    border-bottom: none;
    padding: 12px 12px 0 12px;
}
.Sidebar_toggle_container .nav-content li span {
    left: 35px;
}
.Sidebar_toggle_container .nav-content .nav-link-item {
    font-size: 14px;
    color: #373D58;
}
.Sidebar_toggle_container .nav-content a.active {
    color: #F6635C;
    font-weight: 600;
}
/* banner slider */

.banner_slide_container {
    position: relative;
}
.banner_slide_container.mobile {
    display: none;
}
.banner_slide_section {
    height: 100%;
    position: relative;
}
.banner_slide_section .owl-stage-outer {
    height: 100%;
}
.owl-carousel .owl-stage {
    height: 100%;
}
.banner_slide_section .item {
    height: calc(100vh - 137px);
}
.banner_slide_section .item img {
    max-width: 100%;
    height: 100%;
    width: -webkit-fill-available;
}
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
}
.banner_slide_section.owl-theme .owl-nav [class*=owl-] {
    height: 45px;
    width: 45px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    border-radius: 100%
}

.banner_slide_section.owl-theme .owl-prev:hover,
.banner_slide_section.owl-theme .owl-next:hover {
    background-color: #F6635C;
    transition: all 0.5s ease 0s;
}

.banner_slide_section.owl-carousel .owl-nav .owl-prev .bi,
.banner_slide_section.owl-carousel .owl-nav .owl-next .bi {
    color: #fff;
    font-size: 32px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ccc;
    margin-right: 10px;
}

.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #D91656;
    width: 20px;
    border-radius: 10px;
}
/* mega sale css */
.megasale_section {
    padding-bottom: 40px;
}
.mega_sale_container {
    position: relative;
    background-color: #fef4f2;
    border-radius: 3px;
}
.countdown_container {
    padding: 30px;
}
.mega_sale_container .mega_sale_timer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.mega_sale_timer .timmer_div {
    border-radius: 3px;
    padding: 10px;
    width: 12%;
    text-align: center;
    background-color: #fff;
}
.mega_sale_timer .timmer_div h5 {
    font-size: 32px;
    color: #D91656;
    line-height: 30px;
    margin-bottom: 8px;
}
.mega_sale_timer .timmer_div h6 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 2px;
    color: #373D58;
}
.mega_sale_container .mega_sale_img {
    height: 333px;
    border-radius: 3px 0 0 3px;
}
.mega_sale_container .mega_sale_img img {
    height: 100%;
    width: 100%;
    border-radius: 3px 0 0 3px;
}
.mega_sale_container .mega_sale_content {
    text-align: center;
}
.mega_sale_content .view_all_btn {
    display: inline-block;
    background-color: #D91656;
    color: #fff;
    width: 150px;
    text-decoration: none;
    padding: 8px;
}
.mega_sale_content .view_all_btn:hover {
    color: #fff;
}
/* shop by category */
.new_category_sec {
    padding: 40px 0;
}
.section_heading_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.section_heading_flex .section_heading_container {
    text-align: left;
    margin-bottom: 0;
}
.section_heading_container {
    text-align: center;
    margin-bottom: 30px;
}
.section_heading_container h5 {
    font-size: 32px;
    line-height: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.section_heading_container p {
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    font-weight: 500;
}
.new_category_sec .categroy_card {
    display: block;
}
.new_category_sec .categroy_card .category_img {
    position: relative;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 3px 10px #0000001a;
    background-color: #fff;
    padding: 15px;
}
.new_category_sec .categroy_card .category_img img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.new_category_sec .category_content {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.new_category_sec .category_content h3 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
/* new arrivals */
.new_arrivals_sec {
    background: linear-gradient(180deg, rgba(171, 52, 48, .05), rgba(171, 52, 48, 0));
    padding: 40px 0;
}
.new_arrivals_card {
    position: relative;
    /* border-radius: 3px; */
    display: block;
    transition: all 500ms ease;
}
.new_arrivals_card .new_arrivals_img {
    position: relative;
    display: block;
    /* border-radius: 3px 3px 0 0; */
}
.new_arrivals_card .new_arrivals_img .sold_out {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    height: max-content;
    transform: translate(-50%, -50%);
    -webkit-filter: brightness(1000);
    filter: brightness(1000);
}
.new_arrivals_img .discounttag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f23933;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    font-weight: 500;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_arrivals_card .new_arrivals_img img {
    width: auto;
    max-width: 100%;
    /* border-radius: 3px 3px 0 0; */
}
.new_arrivals_img .new_arrivals_tag {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #D91656;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    font-weight: 500;
    border-radius: 1px;
    padding: 2px 5px;
    letter-spacing: 0.5px;
}
.new_arrivals_content {
    text-align: left;
    padding-top: 10px;
    display: block;
    /* background-color: #fff; */
    /* border-radius: 0 0 3px 3px; */
    font-family: "Poppins", sans-serif;
}
.new_arrivals_content .new_arrival_title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#salealerttitle {
    padding: 0 5px;
    border-radius: 3px;
    width: max-content;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
}
.new_arrivals_card .new_arrivals_content .price_div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}
.new_arrivals_content .price_div .first_span {
    font-weight: 500;
    font-size: 16px;
    margin-right: 10px;
    color: #000000;
}
.new_arrivals_content .price_div .fa {
    margin-right: 2px;
}
.new_arrivals_content .price_div .second_span {
    color: #787878;
    position: relative;
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 10px;
}
.new_arrivals_content .price_div .third_span {
    color: #279c40;
    font-size: 13px;
    font-weight: 500;
}
.new_arrivals_footer {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.new_arrivals_footer span {
    display: block;
    border: 1px solid #000000;
    padding: 0 3px;
    font-size: 11px;
    color: #000;
    line-height: 18px;
}
.new_arrivals_footer .new_arrivals_tag {
    margin-left: 5px;
    border-color: #ca6877;
    color: #ca6877;
}
/* advertisment section1 */
.advertisment_sec1 {
    position: relative;
    padding: 0 0 40px 0;
}
.advertisment_sec1 .add_sec1_card {
    display: block;
    /* border-radius: 3px; */
}
.advertisment_sec1 .add_sec1_card img {
    max-width: 100%;
    width: auto;
    /* border-radius: 3px; */
}
/* recent viewed */
.recently_viewed_sec {
    padding-bottom: 40px;
}
/* trending products */
.trending_products_sec {
    position: relative;
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(171, 52, 48, .05), rgba(171, 52, 48, 0));
}
.trending_products_card {
    position: relative;
    display: block;
}
.trending_products_card .trending_product_img {
    /* border: 1px solid #e5e5e5; */
    position: relative;
    display: block;
    /* border-radius: 3px 5px 0 0; */
}
.trending_products_card .trending_product_img img {
    width: auto;
    max-width: 100%;
    /* border-radius: 3px 5px 0 0; */
}
.trending_products_card .trending_product_title {
    background-color: #FFFAFA;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 5px;
    border: 1px solid #e5e5e5;
    /* border-radius: 0 0 5px 5px; */
    margin-top: 2px;
}
/* shop by price */
.shopby_price_sec {
    position: relative;
    padding-bottom: 16px;
}
.shopby_price_sec .shopby_price_card {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.shopby_price_sec .shopby_price_overlay {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
}
.shopby_price_sec .shopby_price_card img {
    width: auto;
    max-width: 100%;
}
.shopby_price_sec .shopby_price_card .shopby_price_content {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.shopby_price_card .shopby_price_content h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.shopby_price_card .shopby_price_content h6 .bi {
    color: #fff;
}
.shopby_price_card .shopby_price_content h6 span {
    position: relative;
}
.shopby_price_card .shopby_price_content h6 span::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 58px;
    height: 1px;
    background-color: #fff;
    left: 25px;
}
.shopby_price_card .shopby_price_content h6 span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 58px;
    height: 1px;
    background-color: #fff;
    right: 25px;
}
.shopby_price_card .shopby_price_content p {
    text-transform: uppercase;
    color: #fff;
}
/* advertisment section2 */
.advertisment_sec2 {
    position: relative;
    padding-top: 40px;
    background: linear-gradient(180deg, rgba(171, 52, 48, .05), rgba(171, 52, 48, 0));
}
.advertisment_sec2 .advertisment_sec2_img {
    position: relative;
    /* border-radius: 3px; */
    display: block;
}
.advertisment_sec2 .advertisment_sec2_img img {
    width: auto;
    max-width: 100%;
    /* border-radius: 3px; */
}
.advertisment_sec2_content {
    position: relative;
}
.advertisment_sec2_content .advertisment2_left {
    width: 100%;
    text-align: center;
}
.advertisment_sec2_content .advertisment2_left h6 {
    font-size: 24px;
    margin-bottom: 20px;
}
.advertisment_sec2_content .advertisment2_left p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 20px;
}
.advertisment_sec2.advertisment_sec3 {
    background: #fff;
}
/* featured category section */
.featured_category_sec {
    background: linear-gradient(180deg, rgba(171, 52, 48, .05), rgba(171, 52, 48, 0));
    padding-top: 40px;
    padding-bottom: 16px;
}
.featured_category_sec .row .col-6 {
    position: relative;
}
.featured_category_sec .new_arrivals_card {
    margin-bottom: 24px;
}
.view_all_btn {
    display: block;
    color: #640D5F;
    /* border-radius: 3px; */
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 15px;
    text-wrap: nowrap;
}
.view_all_btn:hover {
    color: #640D5F;
    text-decoration: underline;
}
/* shop by art */
.shopby_art_sec {
    position: relative;
    padding-bottom: 16px;
}
.shopby_art_slider .shopby_art_card {
    position: relative;
    display: block;
    /* border-radius: 3px; */
    margin-bottom: 24px;
}
.shopby_art_slider .shopby_art_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #20201f;
    opacity: 0.3;
    /* border-radius: 3px; */
}
.shopby_art_card img {
    width: auto;
    max-width: 100%;
    /* border-radius: 3px; */
}
.shopby_art_card .shopby_art_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shopby_art_card .shopby_art_content h4 {
    font-size: 16px;
    color: #fff;
    width: max-content;
    letter-spacing: 1px;
}
/* collectives */
.deals_section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 16px;
}
.deals_section .deals_card {
    position: relative;
    /* border-radius: 3px; */
    display: block;
    margin-bottom: 24px;
}
/* .deals_section .deals_card .deals_img {
    border-radius: 3px 3px 0 0;
} */
.deals_card .deals_img img {
    width: auto;
    max-width: 100%;
    /* border-radius: 3px 3px 0 0; */
}
.deals_card .deals_content {
    background-color: #fff;
    /* border-radius: 0 0 3px 3px; */
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.deals_card .deals_content p {
    color: #767676;
    margin-bottom: 5px;
}
.deals_card .deals_content h4 {
    font-size: 14px;
    line-height: 20px;
}
/* latest in kaamita */
.latest_items_section {
    position: relative;
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(171, 52, 48, .05), rgba(171, 52, 48, 0));
}
.latest_items_section .latest_sec_img {
    display: block;
    border-radius: 3px;
}
.latest_items_section .latest_sec_img img {
    width: auto;
    max-width: 100%;
    /* border-radius: 3px; */
}
#latestsection_mobile {
    display: none;
}
/* index page css end */
/* listing page css start */
.breadcrumb_section {
    padding: 15px 0;
    font-family: "Poppins", sans-serif;
}
.breadcrumb_section .breadcrumb-item a {
    color: #000000;
}
.breadcrumb_section .breadcrumb {
    margin-bottom: 0;
}
.breadcrumb_section .breadcrumb-item.active,
.breadcrumb_section .breadcrumb-item.active a {
    text-transform: capitalize;
    font-weight: 500;
}
.listing_section {
    position: relative;
}
.listing_section .blog_tabs {
    margin-bottom: 30px;
}
.blog_tabs .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
}
.blog_tabs .nav-tabs .blog-tablink {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px;
    display: block;
    position: relative;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}
.blog_tabs .nav-tabs .blog-tablink.active {
    color: #F6635C;
}
.blog_tabs .nav-tabs .blog-tablink.active::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -1px;
    background-color: #f05a66;
    border-radius: 3px 3px 0 0;
}
.blog_tabs .tab-content {
    padding-top: 40px;
}
.listing_flex_container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 16px;
}
#desktop_filter_form {
    width: 17%;
}
.listing_flex_right {
    width: 83%;
    margin-left: 24px;
}
.shortby_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 10px;
}
.shortby_container_header h1 {
    font-size: 18px;
    text-transform: capitalize;
}
.shortby_container_header span {
    color: #373D58;
}
.desktop_shortby_form {
    position: absolute;
    top: 0;
    right: 0;
}
.desktop_shortby_form .form-group {
    border: 1px solid #ced4da;
    position: relative;
    border-radius: 3px;
}
.desktop_shortby_form .form-group .form-label {
    position: absolute;
    font-size: 13px;
    color: #373D58;
    top: -12px;
    left: 5px;
    background-color: #fff;
    padding: 0 5px;
}
.desktop_shortby_form .form-group .form-select {
    border: none;
    font-size: 14px;
    padding-top: 10px;
    color: #000000;
}

.sidebar_advanced_filter {
    position: relative;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}
.sidebar-filter-header {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar-filter-item {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar_advanced_filter .sasw_list {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5;
}
.sidebar_advanced_filter .sasw_list:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.sidebar_advanced_filter .custom_checkbox_container .custom-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.sidebar_advanced_filter .sasw_list:last-child .custom_checkbox_container .custom-checkbox:last-child {
    margin-bottom: 0;
}
.sidebar_advanced_filter .custom_checkbox_container .custom-control-label {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.custom_checkbox_container .custom-control-label .filter-color {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
.sidebar_advanced_filter .custom_checkbox_container .custom-control-label .fa {
    margin-right: 3px;
}
.sidebar_advanced_filter .custom_checkbox_container .custom-control-input {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    cursor: pointer;
}
.sidebar-filter-item .custom_checkbox_container {
    max-height: 145px;
    overflow: auto;
}
.listing_right_container .new_arrivals_card {
    margin-bottom: 24px;
    /* background-color: #f6f8f9; */
}
.listing_right_container .new_arrivals_card .new_arrivals_content {
    /* background-color: #f6f8f9; */
    height: auto;
}
.listing_footer .footer_customer_help  {
    padding-top: 25px;
}
.message_box {
    position: fixed;
    top: 97px;
    right: 70px;
    z-index: 99;
}
.message_box .alert {
    border-radius: 3px;
    margin-bottom: 0;
}
#filtermsg {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #f23933;
}
.product_description {
    margin-top: 16px;
    margin-bottom: 40px;
}
.product_description .product_des_content h1,
.product_description .product_des_content h2,
.product_description .product_des_content h3,
.product_description .product_des_content h4,
.product_description .product_des_content h5,
.product_description .product_des_content h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
/* listing page css end */

/* details page css start */
#product_img_gallery {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    gap: 15px;
}
.gallery-thumbs {
    width: 74px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gallery-thumbs .thumb {
    width: 100%;
    height: 89px;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid transparent;
}
.gallery-thumbs .thumb.active {
    border-color: #C23373;
}
.gallery-main {
    position: relative;
    flex: 1;
    border-radius: 3px;
}
.gallery-main img {
    width: 100%;
    cursor: zoom-in;
    border-radius: 3px;
}
.gallery-main .main-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.85);
    border: none;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
}
.gallery-main:hover .main-nav {
    opacity: 1;
}
.gallery-main .main-nav.prev {
    left: 10px;
}
.gallery-main .main-nav.next {
    right: 10px;
}
.pswp {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: none;
    z-index: 9999;
}
.pswp-topbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    z-index: 10;
}
.pswp-topbar button {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 0 8px;
}
.pswp-viewport {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pswp-viewport img {
    max-width: 90%;
    max-height: 90%;
    cursor: grab;
    user-select: none;
    transition: transform 0.2s ease;
}
.pswp .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}
.pswp .prev {
    left: 20px;
}
.pswp .next {
    right: 20px;
}
.product_details_right {
    position: relative;
}
.product_details_content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.product_details_content .product_title {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 28px;
}
.product_sku_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product_sku_share .product_share_btn {
    display: flex;
    align-items: center;
}
.product_sku_share .product_share_btn h6 {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-right: 15px;
}
.product_sku_share .product_share_btn a {
    margin-right: 15px;
    font-size: 22px;
}
.product_sku_share .product_share_btn a:last-child {
    margin-right: 0;
}
.product_sku_share .product_share_btn .facebook {
    color: #3B5998;
}
.product_sku_share .product_share_btn .whatsapp {
    color: #25D366;
}
.product_sku_share .product_share_btn .mail {
    color: #db514f;
}
.product_details_content .product_sku {
    font-size: 14px;
    font-weight: 400;
}
.product_details_content .product_sku span {
    color: #373D58;
}
.product_details_content .price_wishlist_div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.product_details_content .price_div {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.product_details_content .price_div .first_span {
    font-weight: 500;
    font-size: 20px;
    margin-right: 15px;
    color: #000000;
}
.product_details_content .price_div .second_span {
    color: #787878;
    position: relative;
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 15px;
}
.product_details_content .price_div .second_span .rupay {
    font-size: 20px;
}
.product_details_content .third_span {
    font-weight: 500;
    color: #279c40;
    font-size: 16px;
}
.product_details_content .price_div .rupay {
    font-family: 'Roboto', sans-serif;
}
.product_details_content .rating_div_flex {
    margin-left: auto;
}
.rating_div_flex a {
    display: block;
    height: 20px;
}
.rating_div_flex .wishlist_btttnn {
    background-color: #ffff;
}
.rating_div_flex .wishlist_btttnn .bi {
    font-size: 22px;
    color: #f23933;
}
.product_details_content .tax_label {
    font-size: 13px;
    line-height: 18px;
    color: #484848;
}
.more_color_container {
    margin-top: 15px;
}
.product_details_accordion .more_color_container:nth-child(2) {
    margin-top: 5px;
}
.more_color_container h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
}
.more_color_container .more_size_flex {
    display: flex;
    justify-content: space-between;
}
.more_color_container .more_size_flex a {
    color: #222;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.more_color_container .morecolor_product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.morecolor_product a {
    display: block;
    width: 55px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.morecolor_product a img {
    height: 75px;
    width: 100%;
    border-radius: 3px
}
.morecolor_product a p {
    color: #373D58;
    text-align: center;
    font-family: "Poppins", sans-serif; 
    font-weight: 500;
}
.morecolor_product .sizeoption {
    margin-right: 10px;
    margin-bottom: 10px;
}
.morecolor_product .sizeoption:last-child {
    margin-right: 0;
}
.morecolor_product .sizeoption .size_input {
    height: 32px;
    width: 60px;
    border: 1px solid #bfc0c6;
    border-radius: 24px;
    background-color: #fff;
    transition: all 500ms ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    color: #000
}
/* .morecolor_product .size_input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    opacity: 0;
    cursor: pointer;
} */
.morecolor_product .sizeoption .size_input:hover {
    border: 1px solid #f23933;
    transition: all 500ms ease;
}
.morecolor_product .sizeoption.active .size_input {
    border: 1px solid #f23933;
    color: #f23933;
    background-color: #fef4f2;
}
.morecolor_product .sizeoption .size_input span {
    margin-left: 2px;
    color: #535766;
}
.morecolor_product .sizeoption.active .size_input span {
    color: #fb4961;
}
#AlertMsg {
    color: #f23933;
}
.product_offer_container {
    background: linear-gradient(180deg, rgba(171, 52, 48, .1), rgba(171, 52, 48, 0.03));
    padding: 15px;
    border-radius: 3px;
    margin: 15px 0;
}
.product_offer_title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    display: flex;
    align-items: center;
}
.product_offer_title .bi {
    margin-right: 10px;
    font-size: 16px;
    display: flex;
}
.product_offer_container .highlighted_offer {
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}
.product_offer_container .highlighted_offer p {
    font-size: 14px;
}
.product_offer_container .product_offer_list {
    margin-bottom: 0;
}
.product_offer_container .product_offer_list li {
    color: #535766;
    margin-bottom: 10px;
}
.product_offer_container .product_offer_list li:last-child {
    margin-bottom: 0;
}
.product_delivery_container {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}
.product_delivery_container .checkdeliveryday {
    margin-bottom: 10px;
}
.product_delivery_container .checkdeliveryday .form-group {
    display: flex;
    align-items: center;
    width: 350px;
}
.product_delivery_container .checkdeliveryday .form-group .form-control {
    border-radius: 3px 0 0 3px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #535766;
    padding: 10px;
    border-right: none;
    width: calc(100% - 100px);
    height: 42px;
}
.product_delivery_container .checkdeliveryday .form-group .check_submit_btn {
    padding: 10px;
    background-color: #f1f3f6;
    color: #f05a66;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 3px 3px 0;
    border: 1px solid #e5e5e5;
    width: 100px;
    height: 42px;
}
#postalcodemsg span {
    margin-top: 5px;
    display: block;
}
#postalcodemsg .error {
    color: #f23933;
}
#postalcodemsg .successmsg {
    color: #279c40;
}
#postalcodemsg .successmsg strong {
    font-weight: 500;
}
.product_customer_help {
    margin-top: 15px;
}
.product_customer_help .footer_customer_card {
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 5px;
    background: linear-gradient(180deg, rgba(171, 52, 48, .05), rgba(171, 52, 48, 0));
}
.product_customer_help .footer_customer_card .bi {
    color: #C23373;
    font-size: 20px;
}
.product_customer_help .footer_customer_card h6 {
    font-size: 12px;
}
.product_coupon_slider .coupon_card {
    border: 1px solid #000000;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.product_coupon_slider .coupon_content {
    width: calc(100% - 200px);
    margin-right: 15px;
}
.product_coupon_slider .coupon_content h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}
.product_coupon_slider .coupon_content p {
    font-size: 12px;
    line-height: 16px;
}
.product_coupon_slider .coupon_code {
    border: 1px dashed #C23373;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    width: 200px;
}
.product_coupon_slider .coupon_code input {
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 22px;
}
.product_coupon_slider .coupon_code .copycode_link.active {
    background-color: #D91656;
    color: #fff;
}
.product_coupon_slider .coupon_code .giftcode {
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    padding: 0;
    font-family: "Poppins", sans-serif;
    color: #000000;
    width: 100%;
}
.product_details_accordion {
    position: relative;
}
.product_details_flexdiv {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.product_details_flexdiv h4 {
    width: 95px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #222;
}
.product_details_flexdiv h4 span {
    margin-left: 5px;
}
.product_details_flexdiv p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
}
#Details .product_details_flexdiv {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 4px;
}
#Details .product_details_flexdiv:last-child {
    margin-bottom: 0;
}
#Details .product_details_flexdiv h4 {
    width: auto;
    margin-right: 15px;
}
.product_cart_btttn {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.product_cart_btttn a,
.product_cart_btttn button {
    display: block;
    text-align: center;
    width: 40%;
    padding: 12px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.product_cart_btttn button {
    width: 100%;
}
.product_cart_btttn .buyform {
    width: 40%;
    margin-right: 15px;
}
.product_cart_btttn .buyform:last-child {
    margin-right: 0;
}
.product_cart_btttn .cart_btttnn {
    background-color: #9ea18e;
    color: #fff;
    margin-right: 15px;
}
.product_cart_btttn .cart_btttnn:hover {
    background-color: #D91656;
    color: #ffff;
}
.sold_out_container {
    margin: 10px 0 15px 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.sold_out_container h4 {
    font-size: 24px;
    font-weight: 600;
}
.sold_out_container p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 8px;
}
.sold_out_container .notifybtn {
    color: #fff;
    background-color: #D91656;
    border-radius: 3px;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    min-width: 150px;
    display: block;
    text-align: center;
}
.product_cart_btttn .wishlist_btttnn {
    background-color: #C23373;
    color: #ffff;
}
.product_cart_btttn .wishlist_btttnn:hover {
    background-color: #D91656;
}
.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}
#product_details_accordion .accordion-button {
    padding: 12px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
#product_details_accordion .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.accordion-button::after {
    font-family: bootstrap-icons;
    content: "\f282";
    background-image: none;
}
#product_details_accordion .accordion-button:not(.collapsed) {
    color: #C23373;
}
#product_details_accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
}
#product_details_accordion .accordion-button.after_none {
    color: #000000;
}
#product_details_accordion .accordion-button.after_none::after {
    content: none;
}
#product_details_accordion .accordion-button .bi {
    margin-right: 10px;
    font-size: 16px;
    display: flex;
}
#product_details_accordion .accordion-item {
    border: none;
}
#product_details_accordion .accordion-header {
    border-bottom: 1px solid #e5e5e5;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    border: none;
    box-shadow: none;
}
#product_details_accordion .accordion-body {
    padding: 12px;
}
#product_details_accordion .accordion-body h6 {
    font-size: 15px;
}
#product_details_accordion .accordion-body p {
    color: #000000;
}
.productpair_container {
    padding: 15px;
    margin-top: 40px;
    border-radius: 3px;
    background-color: #faf7f8;
}
.productpair_tabs .nav-pills {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.productpair_tabs .nav-pills .nav-item {
    margin-right: 15px;
    border-radius: 3px;
}
.productpair_tabs .nav-pills .nav-item:last-child {
    margin-right: 0;
}
.productpair_tabs .nav-pills .nav-link {
    color: #000;
    font-size: 16px;
    padding: 6px 15px;
    background: linear-gradient(180deg, rgba(171, 52, 48, .05), rgba(171, 52, 48, 0));
    border: 1px solid #e5e5e5;
    width: 100px;
    border-radius: 3px;
}
.productpair_tabs .nav-pills .nav-link.active {
    background-color: #D91656;
    color: #fff;
}
#productpair-tabContent .new_arrivals_content {
    background-color: #fff;
    padding: 10px 8px 8px 8px;
    border-radius: 0 0 3px 3px;
}
#productpair-tabContent .listing_wishlist {
    bottom: 8px;
    right: 8px;
}
.product_tab_details {
    margin-top: 30px;
}
.product_tab_details .nav-item .tab-link {
    display: block;
    padding: 0 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 26px;
    margin: 0 0 20px;
    font-family: "Poppins", sans-serif;
    border-inline-end: 1px solid #e5e5e5;
}
.product_tab_details .nav-tabs {
    border: none;
}
.product_tab_details .nav-item .tab-link.active {
    color: #f23933;
}
.product_tab_details ul .nav-item:first-child .tab-link {
    padding-left: 0;
}
.product_tab_details ul .nav-item:last-child .tab-link {
    border: none;
}
.product_tab_details .tab-content {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 15px;
}
.product_tab_details .tab_link_content .review_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.tab_link_content .review_header .review_title {
    font-size: 18px;
    font-weight: 500;
}
.tab_link_content .review_body {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
}
.review_body .customer_review_container {
    margin-bottom: 20px;
}
.tab_link_content .review_body .rating_star_div .icon-warning .fa {
    color: #EABE12;
    font-size: 18px;
}
.tab_link_content .review_body .rating_star_div .icon-secondary .fa {
    color: #000000;
    font-size: 18px;
}
.tab_link_content .review_body .review_title {
    font-size: 14px;
}
.tab_link_content .review_body .review_customer {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
}
.tab_link_content .review_body .review_img {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.tab_link_content .review_body .review_img a {
    display: inline-block;
}
.tab_link_content .review_body .review_img img {
    height: 80px;
    width: 60px;
    margin-right: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.tab_link_content .all_review_link {
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    color: #C23373;
}
.similar_products_section {
    position: relative;
    padding-top: 40px;
}
.container .similar_products_section:last-child {
    margin-bottom: 40px;
}
.mobile_buynow_container {
    display: none;
}
.review_progress_container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 100%;
}
.review_progress_container .product_review_left {
    width: 25%;
}
.product_review_left .product_review_total {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: baseline;
}
.product_review_left .product_review_total h4 {
    color: rgb(3, 141, 99);
    font-size: 36px;
    line-height: 36px;
    position: relative;
}
.product_review_left .product_review_total p {
    color: #373D58;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
.review_progress_container .product_review_right {
    width: 75%;
}
.product_review_right .product_review_progress {
    margin-bottom: 10px;
}
.product_review_right .product_review_progress:last-child {
    margin-bottom: 0;
}
.product_review_progress .review_progress_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product_review_progress .review_progress_text h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}
.product_review_progress .review_progress_text h6 {
    color: rgb(153, 153, 153);
    font-size: 13px;
    line-height: 16px;
}
.product_review_right .progress {
    height: 8px;
}   
.product_review_right .progress:last-child {
    margin-bottom: 0;
}
.size_chart_table table {
    margin-bottom: 0;
}
.size_chart_table table th {
    font-weight: 500;
    text-align: center;
}
.size_chart_table table tbody td {
    text-align: center;
} 
.size_chart_table table tbody td .sizealertmsg {
    text-align: center;
    font-size: 13px;
    color: #777;
}
#filter_data .col-xl-3 {
    /* display: none; */
    position: relative;
}
.listing_wishlist {
    position: absolute;
    right: 12px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item .listing_wishlist {
    bottom: 0;
    right: 0;
}
.similar_products_section .listing_wishlist {
    bottom: 26px;
}
.listing_wishlist .wishlist_btttnn {
    display: flex;
    background-color: transparent;
}
.listing_wishlist .wishlist_btttnn .bi {
    color: #f23933;
    font-size: 18px;
}
.page_content_load {
    margin-top: 16px;
    text-align: center;
}
.page_content_load .cart_submit_btn {
    width: 150px;
    display: inline-block;
    padding: 10px;
}
/* details page css end */

/* cart page css start */
.mycart_section {
    position: relative;
    background-color: #faf5f5;
    padding: 40px 0;
    min-height: calc(100vh - 260px);
}
.mycart_left_container .my_cart_title {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 3px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.mycart_left_container .my_cart_title .bi {
    margin-right: 5px;
    display: flex;
}
.mycart_table .mycart_thead {
    padding: 8px 0;
    border-bottom: 2px solid #e5e5e5;
}
.mycart_table .mycart_thead h6 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.mycart_table .mycart_tbody {
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    position: relative;
    padding-left: 70px;
}
.mycart_table .mycart_tbody .row .col-xl-6 {
    display: flex;
}
.mycart_table .mycart_tbody .product_cart_img {
    display: block;
    width: 60px;
    height: 88px;
    border-radius: 3px;
    position: absolute;
    left: 0;
}
.mycart_table .mycart_tbody .product_cart_img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
}
.mycart_table .mycart_tbody .product_cart_title {
    display: block;
    width: 100%;
}
.mycart_table .mycart_tbody .product_cart_title h6 {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mycart_table .mycart_tbody .product_cart_title h6 a {
    color: #000000;
}
.mycart_table td .product_cart_title p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    font-weight: 500;
}
.mycart_table .item_pricediv {
    text-align: right;
}
.mycart_tbody .m_d_block {
    display: none;
}
.mycart_table .mycart_tbody .product_cart_title p span {
    color: #373D58;
}
.mycart_table .mycart_tbody .item_sizediv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.mycart_table .mycart_tbody .first_span {
    color: #000000;
    font-weight: 500;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    white-space: nowrap;
    line-height: 20px;
}
.mycart_table .mycart_tbody .first_span .fa,
.mycart_table .mycart_tbody .second_span .fa {
    margin-right: 1px;
    font-size: 13px;
}
.mycart_table .mycart_tbody .second_span {
    font-size: 13px;
    color: #373D58;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    text-decoration: line-through;
    line-height: 20px;
}
.mycart_tbody .remove_move_btttns {
    display: flex;
    align-items: center;
}
.remove_move_btttns button {
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.remove_move_btttns .product_remove_icon {
    color: #f23933;
    position: relative;
}
.remove_move_btttns .product_remove_icon::after {
    position: absolute;
    content: "";
    background-color: #373D58;
    height: 14px;
    width: 1px;
    right: -13px;
    top: 6px;
}
.cart_product_remove_form {
    margin-right: 26px;
}
.remove_move_btttns .move_wishlist_bttn {
    color: #373D58;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: transparent;
}
.mycart_tbody .discountinfo p {
    color: #03a685;
    font-size: 13px;
}
.mycart_tbody .discountinfo p:first-child {
    margin-right: 20px;
}
.mycart_tbody .discountinfo p .fa {
    margin-right: 1px;
}
.mycart_tbody .discountinfo p span {
    font-family: "Poppins", sans-serif;
}
.mycart_tbody .cart_item_quantity {
    text-align: right;
}
.cart_item_quantity .total_item_quan {
    background-color: #f1f3f6;
    padding: 4px 8px 4px 4px;
    border-radius: 3px;
}
.mycart_right_container {
    background-color: #f1eded;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.mycart_right_header {
    font-size: 15px;
    font-weight: 600;
}
.promocode_container {
    margin-top: 10px;
}
.promocode_container h6 {
    font-size: 12px;
    line-height: 18px;
    color: #373D58;
}
.promocode_container .buy2msg {
    font-size: 13px;
    line-height: 14px;
}
.promocode_container .coupon_gift_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.webmodal .form-control {
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    padding: 10px;
    border-right: none;
}
.webmodal .promo_submit {
    padding: 10px 25px;
    background-color: #9ea18e;
    border-radius: 0 3px 3px 0;
    color: #fff;
}
.promocode_container .coupon_bttn {
    text-decoration: underline;
    color: #ff3e6c;
    font-weight: 500;
    background-color: transparent;
}
.rewardslogin p {
    color: #373D58;
    font-size: 13px;
    line-height: 18px;
}
.rewardslogin p a {
    text-decoration: underline;
    color: #D91656;
}
.cart_price_container {
    padding-top: 10px;
}
.cart_price_container .price_summary {
    margin-bottom: 5px;
}
.cart_price_container .last_child {
    border-bottom: 3px solid #ccc;
    border-top: 3px solid #ccc;
    padding: 8px 0;
    margin-bottom: 10px;
}
.cart_price_container .price_summary {
    font-family: "Poppins", sans-serif;
}
.cart_price_container .price_summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_price_container .price_summary .price_summary_label{
    color: #373D58;
    font-weight: 500;
    font-size: 13px;
}
.cart_price_container .price_summary p {
    font-weight: 500;
}
.cart_price_container .price_summary .fa {
    margin-right: 1px;
    font-size: 13px;
}
.cart_price_container .price_summary h5,
.cart_price_container .price_summary h6 {
    font-size: 14px;
    font-weight: 600;
}
.cart_price_container .price_summary .Shipping {
    color: #f23933;
}
.cart_price_container .price_summary .Coupon {
    color: #279c40;
}
.cart_price_container .discountmsg {
    margin-bottom: 10px;
}
.cart_price_container .discountmsg p {
    font-size: 13px;
    color: #373D58;
    line-height: 18px;
}
.cart_price_container .discountmsg h6 {
    font-size: 13px;
}
.cart_price_container .discountmsg h6 span {
    color: #279c40;
}
.cart_price_container .discountmsg h6 span .fa {
    margin-right: 1px;
}
.cart_submit_btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: #C23373;
    color: #fff;
    transition: all 500ms ease;
}
.cart_submit_btn:hover {
    color: #fff;
    background-color: #D91656;
    transition: all 500ms ease;
}
.cart_empty_container {
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 40px;
}
.cart_empty_container img {
    max-width: 100px;
    margin-bottom: 15px;
} 
.cart_empty_container h5 {
    margin-bottom: 15px;
}
.cart_empty_container p {
    margin-bottom: 20px;
}
.cart_empty_container .cart_submit_btn {
    display: inline-block;
    width: 200px;
}
.webmodal .modal-content {
    border-radius: 3px;
    text-align: left;
    max-height: calc(100vh - 50px);
}
.webmodal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #f1eded;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 3px 3px 0 0;
}
.webmodal .modal-header .modal-title {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}
.webmodal .modal-body {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.webmodal .modal_coupon_body {
    padding: 20px;
    border-bottom: 2px solid #e5e5e5;
}
.webmodal .modal_coupon_body:last-child {
    border-bottom: none;
}
.webmodal .modal_coupon_body h4 {
    margin-bottom: 15px;
}
.webmodal .modal_coupon_body h4 span {
    font-size: 14px;
    color: #03a685;
    width: max-content;
    position: relative;
    font-weight: 500;
}
.webmodal .modal_coupon_body h4 span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    height: 2px;
    width: calc(100% - 30px);
    background-color: #03a685;
    opacity: 0.5;
}
.webmodal .modal_coupon_body .table {
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.webmodal .modal_coupon_body .table thead tr th {
    background-color: beige;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
}
.webmodal .modal_coupon_body .table tbody tr td {
    border-right: 1px solid #e5e5e5;
    padding: 5px 15px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
}
.webmodal .modal_coupon_body .table thead tr th:last-child,
.webmodal .modal_coupon_body .table tbody tr td:last-child {
    border-right: none;
}

.webmodal .modal_coupon_body .table tbody tr td .fa {
    margin-right: 3px;
}
/* .promocode_container  .coupon_action_btn .form-check-input {
    position: relative;
    width: 70px;
    height: 28px;
    border: none;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
} */
.promocode_container .coupon_action_btn .cart_submit_btn {
    padding: 0px 5px;
    font-weight: 400;
    height: 24px;
    font-size: 11px;
    width: 50px;
    background-color: #9ea18e;
    word-wrap: normal;
}
.promocode_container .coupon_action_btn .cart_submit_btn.btn-success {
    background-color: #198754;
}
.mycart_section .row .col-xl-4 .mycart_right_container:first-child {
    background: linear-gradient(180deg, rgba(171, 52, 48, .1), rgba(171, 52, 48, 0.03));
}
.mycart_section .row .col-xl-4 .mycart_right_container:last-child {
    margin-bottom: 0;
}
.mycart_section .row .col-xl-4 .mycart_right_container:last-child .mycart_right_header {
    border-bottom: 3px solid #ccc;
    padding-bottom: 3px;
}
.gift_wrap_container .promocode_container {
    padding-bottom: 0;
    border-bottom: none;
}
.gift_wrap_container .gift_wrap_content {
    position: relative;
    padding-left: 45px;
    margin-bottom: 5px;
}
.gift_wrap_container .gift_wrap_content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #D91656;
    margin-bottom: 5px;
}
.gift_wrap_container .gift_wrap_content p {
    color: #373D58;
    line-height: 18px;
    font-size: 13px;
}
.gift_wrap_container .gift_wrap_content p .fa {
    font-size: 12px;
    margin-right: 1px;
}
.gift_wrap_container .gift_wrap_content .bi {
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #D91656;
}
.gift_wrap_container .coupon_bttn {
    padding-left: 45px;
}
.giftwrap_process_container .giftwrap_process_content {
    margin-bottom: 15px;
    margin-top: 25px;
}
.giftwrap_process_container .giftwrap_process_content:last-child {
    margin-bottom: 0;
}
.giftwrap_process_content .bi {
    font-size: 30px;
    color: #535766;
    margin-bottom: 5px;
    display: block;
}
.giftwrap_process_content h6 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 17px;
}
.giftwrap_process_content p {
    font-size: 13px;
    line-height: 20px;
    color: #535766;
}
.giftwrap_form .form-group {
    margin-bottom: 15px;
}
.giftwrap_form .form-group:last-child {
    margin-bottom: 0;
}
.giftwrap_form .form-group textarea {
    min-height: 81px;
}
.giftwrap_form .form-group .form-control {
    border-radius: 3px;
    border-right: 1px solid #ced4da;
    height: 38px;
    font-size: 14px;
}
.giftwrap_form .giftwrap-note {
    margin-bottom: 15px;
}
.promocode_container .giftwrap_bttn {
    padding-left: 45px;
    background-color: transparent;
    text-decoration: underline;
}
.promocode_container .giftwrap_bttn .fa {
    margin-right: 3px;
}
.coupon_suggestions {
    margin-top: 10px;
}
.coupon_suggestions .coupon_card {
    border: 1px dashed #C23373;
    border-radius: 3px;
    padding: 0px 8px;
    background: linear-gradient(180deg, rgba(171, 52, 48, .1), rgba(171, 52, 48, 0.03));
}
.coupon_suggestions .coupon_card .coupon_content p {
    font-size: 13px;
    color: #373D58;
}
.coupon_suggestions .coupon_card .coupon_content .codeapply {
    color: #373D58;
    font-size: 12px;
}
.coupon_suggestions .coupon_card .coupon_code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coupon_suggestions .coupon_card .coupon_code .giftcode {
    background-color: transparent;
    font-weight: 500;
    font-size: 13px;
}
.coupon_suggestions .coupon_card .coupon_code .codeapply {
    color: #279c40;
    font-size: 13px;
}
.coupon_suggestions .coupon_card .coupon_code .applycode {
    background-color: #C23373;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.coupon_suggestions .coupon_card .coupon_code button {
    background-color: transparent;
}
.remaining_blnc {
    color: #373d58;
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
}
.remaining_blnc span {
    font-weight: 500;
}
#walletpay .remaining_blnc {
    margin-top: 5px;
}
/* rewards toggle button */
#togglebtttn .form-check {
    position: relative;
    padding: 0;
    margin: 0 5px 0 0;
}
#togglebtttn .form-check .form-check-input {
    position: absolute;
    margin: 0;
    width: 50px;
    height: 24px;
    border-radius: 15px;
    z-index: 99;
    float: none;
    --bs-form-check-bg: transparent;
    border: none;
}
#togglebtttn .form-check .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: none;
    background-color: transparent;
    border-color: transparent;
}
#togglebtttn .form-check span {
    position: relative;
    width: 50px;
    height: 24px;
    border-radius: 15px;
    background-color: #777;
    transition: all 0.3s;
    display: block;
    cursor: default;
}
#togglebtttn .form-check span::before,
#togglebtttn .form-check span::after {
    content: "";
    position: absolute;
}
#togglebtttn .form-check span::before {
    left: 2px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 1;
    transition: transform 0.3s;
    transform: translateY(-50%);
}
#togglebtttn .form-check span::after {
    font-family: bootstrap-icons;
    content: "\f659";
    top: 50%;
    right: 8px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 12px;
}
#togglebtttn .form-check button {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}
#togglebtttn .form-check input[type="checkbox"]:checked + span {
    background: #ff3e6c;
}
#togglebtttn .form-check input[type="checkbox"]:checked + span::before {
    transform: translate(26px, -50%);
}
#togglebtttn .form-check input[type="checkbox"]:checked + span::after {
    font-family: bootstrap-icons;
    content: "\f633";
    width: 14px;
    height: 14px;
    left: 6px;
    font-size: 16px;
    color: #fff;
}
/* cart page css end */

/* wishlist page css start */
.mywishlist_section {
    min-height: calc(100vh - 245px);
    padding-bottom: 15px;
}
.mywishlist_section .row .col-6 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 35px;
}
.mywishlist_section .wishlistremovebtttn {
    position: absolute;
    top: 5px;
    right: 17px;
}
.wishlistremovebtttn .wishlist_bttn {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wishlistremovebtttn .wishlist_bttn .bi {
    font-size: 22px;
}
.remove_wishlistbtn {
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
}
.remove_wishlistbtn form .cart_bttn {
    width: 100%;
    background-color: #f0f0f0;
    color: #D91656;
    border-radius: 3px;
    font-size: 13px;
    padding: 3px 0;
    font-weight: 500;
}
/* wishlist page css end */

/* address page css start */
.shipping_address_form {
    border-radius: 3px;
}
.shipping_address_form .form-group {
    margin-bottom: 15px;
}
.shipping_address_form .form-check {
    display: flex;
}
.shipping_address_form .form-control {
    font-size: 14px;
    border-radius: 3px;
    min-height: 45px;
    padding: 0 12px;
    line-height: 45px;
}
.shipping_address_form .form-group .input-group-addon {
    border-radius: 3px 0 0 3px;
}
.shipping_address_form .form-control::-webkit-input-placeholder {
    color: #212529;
}
.shipping_address_form .address_submit_btn {
    margin-bottom: 0;
}
.shipping_address_form .form-check-input {
    height: 15px;
    width: 15px;
    border-color: #373D58;
}
.shipping_address_form .form-check-label {
    color: #373D58;
    margin-left: 8px;
}
#shipping_address .cart_price_container .last_child {
    margin-bottom: 0;
    border-bottom: none;
}
#shipping_address .cart_price_container .discountmsg {
    margin-bottom: 0;
    border-top: 3px solid #ccc;
    padding-top: 15px;
}
#product_details_accordion .shipping_address_form .accordion-button .bi {
    margin-right: 0;
    font-size: 14px;
}
#product_details_accordion .shipping_address_form:last-child .accordion-button .bi {
    font-size: 16px;
}
.accordion-body .useraddress_div {
    display: flex;
    width: 100%;
    padding: 20px 25px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.accordion-body .useraddress_div:last-child {
    border-bottom: none;
}
.accordion-body .useraddress_div.checkedaddressdiv {
    padding-bottom: 64px;
}
.useraddress_div form {
    text-align: left;
    width: 40px;
}
.useraddress_div .addressradio {
    height: 18px;
    width: 18px;
}
.addressselectbtn {
    display: none;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #C23373;
    color: #fff;
    padding: 10px;
    width: 150px;
    position: absolute;
    left: 65px;
    bottom: 20px;
}
.checkedaddressdiv .addressselectbtn {
    display: block;
}
.useraddress_div .addresscontent {
    width: calc(100% - 40px);
    text-align: left; 
}
.checkedaddressdiv.useraddress_div .addresscontent {
    margin-bottom: 10px;
}
.addresscontent h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.addresscontent h5 span {
    font-size: 11px;
    font-weight: 500;
    background-color: #e2e3e5;
    color: #41464b;
    float: right;
    padding: 0 5px;
    border-radius: 3px;
}
.addresscontent p {
    line-height: 22px;
}
.useraddress_div .viewalladdbtnn {
    background-color: #fff;
    color: #05739c;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}
/* address page css end */

/* payment page css start */
#shipping_address .accordion-button {
    background-color: #faf5f5;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
}
#shipping_address .accordion-button span {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #253237;
    color: #fff;
    font-size: 14px;
}
#shipping_address #product_details_accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 3px;
}
#shipping_address #product_details_accordion .accordion-item:last-child {
    margin-bottom: 0;
}
#shipping_address .accordion-button:not(.collapsed) span {
    background-color: #C23373;
}
#shipping_address .accordion-header {
    border-bottom: 3px solid #e5e5e5;
}
#shipping_address .accordion-body {
    padding: 25px;
}
#shipping_address .accordion-body {
    text-align: center;
}
#shipping_address .accordion-body img {
    max-width: 50px;
    margin-bottom: 15px;
}
#shipping_address .accordion-body h6 {
    position: relative;
    font-weight: 500;
    margin: 10px 30px;
}
#shipping_address .accordion-body h6::before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 47%;
    background-color: #e5e5e5;
    top: 14px;
}
#shipping_address .accordion-body h6::after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    width: 47%;
    background-color: #e5e5e5;
    top: 14px;
}
#shipping_address .custom_container {
    position: relative;
}
.walletrightdiv {
    margin-top: 88px;
}
.walletrightdiv.walletchecked {
    margin-top: 111px;
}
#walletpay {
    position: absolute;
    top: 0;
    right: 12px;
    width: 356px;
    border: none;
    background-color: #f1eded;
}
#walletpay .wallet_container {
    margin-top: 10px;
    background-color: transparent;
    border: none;
}
#rewardspay {
    border: none;
    background-color: transparent;
    margin: 8px 0 0 0;
}
#togglebtttn {
    border-bottom: none;
    padding: 0;
}
#togglebtttn h6 {
    font-size: 14px;
}
#togglebtttn .wallet_header_right p {
    font-size: 14px;
    line-height: 18px;
}
#togglebtttn .wallet_header_right span {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    display: block;
    color: #373D58;
}
#togglebtttn .wallet_header_right span .fa {
    font-size: 12px;
}
#togglebtttn .wallet_header_left,
#togglebtttn .wallet_header_right {
    width: auto;
    border: none;
}
/* payment page css end */

/* wallet page css start */
.mywallet_section {
    position: relative;
    padding-bottom: 40px;
    min-height: calc(100vh - 62px);
}
.wallet_container,
.wallet_tran_container {
    background-color: #faf5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.wallet_container {
    margin-bottom: 24px;
}
.wallet_container .wallet_header {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 15px;
    border-radius: 3px 3px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wallet_header .wallet_header_left {
    width: 50%;
    border-right: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.wallet_header .wallet_header_left img {
    max-width: 50px;
    margin-right: 5px;
}
.wallet_header .wallet_header_left h5 {
    font-size: 16px;
}
.wallet_header .ordertrack_header {
    padding: 10px 0;
}
.ordertrack_header h5 {
    font-size: 16px;
}
.wallet_header .wallet_header_right {
    width: 50%;
    text-align: right;
}
.wallet_header .wallet_header_right h6 {
    font-size: 16px;
    font-weight: 500;
}
.wallet_header .wallet_header_right p {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
}
.wallet_header .wallet_header_right .fa {
    margin-right: 1px;
    font-size: 18px;
}
.wallet_header .wallet_header_right p span {
    font-size: 16px;
    font-weight: 500;
    color: #373D58;
    margin-left: 5px;
}
.wallet_container .wallet_body {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

.wallet_container .wallet_body .body_header,
.giftcard_container .giftcard_body .body_header {
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: underline;
    color: #222222;
    font-weight: 500;
}
.wallet_container .wallet_body .form-group {
    margin-bottom: 15px;
    position: relative;
}
.wallet_body .form-control {
    height: 45px;
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    padding-left: 40px;
    font-size: 18px;
}
.wallet_body .order_track_form .form-control {
    font-size: 14px;
    padding: 10px;
}
.wallet_container .wallet_body .form-group span {
    position: absolute;
    left: 15px;
    top: 11px;
}
.wallet_container .wallet_body .form-group span .fa {
    font-size: 22px;
    color: #373D58;
}
.wallet_container .wallet_body form .row .col-sm-12:last-child .form-group {
    margin-bottom: 15px;
}
.wallet_container .wallet_body .walletbtnSubmit,
.giftcard_body .giftcardbtnSubmit {
    background-color: #C23373;
    color: #fff;
    height: 45px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
}
.wallet_body .wallet_info_text {
    padding-left: 20px;
    position: relative;
    color: #373D58;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
}
.wallet_body .wallet_info_text .bi {
    position: absolute;
    left: 0;
    color: #373D58;
}
.wallet_tran_container .wallet_tran_header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 3px 3px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wallet_tran_container .wallet_tran_header h5 {
    font-size: 18px;
}
.wallet_tran_header .desktop_shortby_form {
    position: relative;
}
.wallet_tran_header .desktop_shortby_form .form-group .form-select {
    background-color: #faf5f5;
}
.wallet_tran_header .desktop_shortby_form .form-group .form-label {
    background-color: #faf5f5;
}
.wallet_tran_container .wallet_tran_body {
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}
.wallet_tran_container .wallet_tran_body .table td {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    padding: 10px 5px;
}
.wallet_tran_container .wallet_tran_body .table tr th {
    padding: 0 5px 10px 5px;
}
.wallet_tran_container .wallet_tran_body .table tr th:first-child,
.wallet_tran_container .wallet_tran_body .table tr td:first-child {
    padding-left: 0;
}
.wallet_tran_container .wallet_tran_body .table tr th:last-child,
.wallet_tran_container .wallet_tran_body .table tr td:last-child {
    padding-right: 0;
    text-align: right;
}
.wallet_tran_container .wallet_tran_body .table tr td:last-child {
    font-size: 14px;
    font-weight: 500;
}
.wallet_tran_container .wallet_tran_body .table td .bi {
    margin-right: 3px;
}
.wallet_tran_container .wallet_tran_body .table {
    margin-bottom: 0;
}
.wallet_tran_body .table tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}
/* wallet page css end */
/* profile page css start */
.profile_address_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    background-color: #f1eded;
    margin-bottom: 20px;
}
.profile_address_tab .profile_address_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #0f0f0f;
    font-family: "Poppins", sans-serif;
    padding: 15px 8px;
    width: 50%;
}
.profile_address_tab .profile_address_link span {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #253237;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.profile_address_tab .profile_address_link.active span {
    background-color: #C23373;
}
.profile_address_tab .profile_address_link.active {
    color: #C23373;
}
.profile_address_tab .profile_address_link.active::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #C23373;
}
#profile_section .row .col-sm-12 .myorders_card:first-child {
    margin-bottom: 24px;
}
.profile_sidebar {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 3px;
}
.profile_sidebar_header {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 15px;
    background-color: #f1eded;
    height: 59px;
    border-radius: 3px 3px 0 0;
}
.profile_sidebar_header h4 {
    font-size: 16px;
    font-weight: 600;
}
.profile_sidebar_body {
    padding: 15px;
}
.profile_sidebar_body ul {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}
.profile_sidebar_body ul:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.profile_sidebar_body ul .sidebar_title {
    font-size: 12px;
    margin-bottom: 10px;
    color: #7e818c;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.profile_sidebar_body ul .sidebar_title .bi {
    margin-right: 5px;
    display: flex;
}
.profile_sidebar_body ul li {
    margin-bottom: 5px;
    padding-left: 10px;
}
.profile_sidebar_body ul li:last-child {
    margin-bottom: 0;
}
.profile_sidebar_body ul li a {
    display: block;
    color: #0f0f0f;
}
.profile_sidebar_body ul li a.active {
    color: #ff3e6c;
    font-weight: 600;
}
#profile_section .myorders_card .myorders_card_header {
    display: block;
}
#profile_section .myorders_card .myorders_card_header h4 {
    font-size: 16px;
}
#profile_section .myorders_card .myorders_card_body {
    padding: 15px;
    display: block;
}
#profile_section #addresses_accordion {
    padding: 11px 15px;
}
#addresses_accordion .accordion-item {
    border: none;
}
#addresses_accordion .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#addresses_accordion .accordion-header .accordion-button {
    width: auto;
    color: #05739c;
    border: 1px solid #05739c;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 5px 5px 25px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
#addresses_accordion .accordion-header .accordion-button::after {
    font-family: bootstrap-icons;
    content: "\f64d";
    height: 16px;
    width: 16px;
    left: 5px;
    position: absolute;
    top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}
#addresses_accordion .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f63b";
    background-image: none;
}
#addresses_accordion .accordion-collapse {
    margin-top: 20px;
}
.myorders_card_body .addresses_div {
    border-bottom: 1px dashed #e5e5e5;
    padding: 15px;
}
.myorders_card_body .addresses_div:last-child {
    border-bottom: none;
}
.addresses_btttns {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.addresses_btttns form {
    margin-right: 15px;
}
.addresses_btttns form:last-child {
    margin-right: 0;
}
.addresses_btttns form .form-group {
    position: relative;
    background-color: #f0f0f0;
    padding: 2px 15px 2px 30px;
    border-radius: 3px;
    color: #000000;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
}
.addresses_btttns form .form-check-input {
    height: 15px;
    width: 15px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}
.addresses_btttns .addressesbttns {
    display: block;
    background-color: #f0f0f0;
    color: #000000;
    margin-right: 15px;
    padding: 2px 15px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e5e5e5;
}
.addresses_btttns .addressesbttns:last-child {
    margin-right: 0;
}
/* profile page css end */
/* gift card page css start */
.giftcard_section {
    position: relative;
    margin-bottom: 40px;
}
.giftcard_container {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.giftcard_container .giftcard_header {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 3px 3px 0 0;
    background-color: #faf5f5;
}
.giftcard_container .giftcard_header h4 {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
.giftcard_container .giftcard_header h4 .bi {
    position: absolute;
    left: 0;
    display: flex;
    top: 3px;
}
.giftcard_container .giftcard_body {
    padding: 20px;
}
.giftcard_container .giftcard_body .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 45px;
}
.giftcardstatus_msg .giftcardmsg_container {
    margin-top: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 15px;
}
.giftcardstatus_msg .giftcardmsg_container.success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.giftcardstatus_msg .giftcardmsg_container.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.giftcardstatus_msg .giftcardmsg_container h4 {
    margin-bottom: 15px;
    font-size: 16px;
}
.giftcardstatus_msg .giftcardmsg_container a {
    display: inline-block;
    background-color: #253237;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
}
.giftcard_listing {
    background-color: #f1eded;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin-top: 40px;
}
.giftcard_listing .giftlisting_title {
    font-size: 16px;
    padding: 20px 20px 20px 45px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.giftcard_listing .giftlisting_title .bi {
    position: absolute;
    left: 20px;
    display: flex;
    top: 23px;
}
.giftlisting_container {
    padding: 20px 20px 0 20px;
}
.giftlisting_card {
    border-radius: 3px;
    margin-bottom: 20px;
}
.giftlisting_card .giftlisting_img {
    height: 150px;
    border-radius: 3px 3px 0 0;
}
.giftlisting_card .giftlisting_img img {
    height: 100%;
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.giftlisting_content {
    border-radius: 0 0 3px 3px;
    padding: 15px;
    background-color: #fff;
}
.giftlisting_content .giftcode {
    font-size: 14px;
}
.giftlisting_content .giftcodetext {
    line-height: 22px;
    margin-bottom: 10px;
}
.giftlisting_content .discount {
    color: rgb(3, 141, 99);
    margin-bottom: 5px;
}
.giftlisting_content .discount span {
    font-weight: 600;
    color: #333;
}
.giftlisting_content .expirydate {
    margin-bottom: 10px;
}
.giftlisting_content .expirydate span {
    font-weight: 600;
}
.giftlisting_content .giftclipboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed #000000;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
}
.giftlisting_content .copycode_link {
    width: auto;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    background-color: #f1f3f6;
    color: #222;
}
.giftlisting_content .copycode_link.active {
    background-color: #253237;
    color: #fff;
}
.giftlisting_content .giftlisting_btnflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.giftlisting_content .copycode_link,
.giftlisting_content .gotoulr_link {
    display: block;
    text-align: center;
    border-radius: 3px;
}
.giftlisting_content .gotoulr_link {
    background-color: #9ea18e;
    color: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
    font-family: "Poppins", sans-serif;
}
.giftlisting_content .gotoulr_link.active {
    background-color: #C23373;
    display: none;
}
/* gift card page css end */

/* login page css start */

.login_signup_section {
    position: relative;
    background-color: rgba(237,240,245,1);
    padding: 40px 0;
    min-height: calc(100vh - 146px);
}

.login_signup_section .custom_container {
    display: flex;
}

.login_signup_section .login_left_div {
    position: relative;
    background: linear-gradient(to right, #DF4979 0%, #E36B31 100%);
    border-radius: 3px 0 0 3px;
    width: 35%;
    padding: 30px;
}

.login_left_div .login_left_content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
}

.login_left_div .login_left_content h4 {
    font-size: 28px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px;
}

.login_left_div .login_left_content p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 25px;    
}

.login_left_div .login_left_content a {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    width: 150px;
    border-radius: 3px;
    color: #F6635C;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.login_signup_section .login_right_div {
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    width: 65%;
}

.login_right_div .login_right_content h4 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.login_right_content form .form-group {
    margin-bottom: 15px;
}

.login_right_content form .form-group .form_label {
    color: #000000;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.login_right_content form .form-group .form-control {
    font-size: 16px;
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    height: 45px;
}

.login_right_content form .btn-resend-otp,
.update_phonegroup .btn-resend-otp {
    color: #C23373;
    background-color: transparent;
    margin-top: 15px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-left: auto;
    display: block;
}
#ResendTimmer {
    margin-top: 15px;
    text-align: right;
    color: #373D58;
    font-size: 13px;
}
.licence_agree_text {
    margin-bottom: 15px;
}
/* login page css end */

/* order confirmed page css start */

.order_confirmed_section {
    background-color: #faf5f5;
    position: relative;
    height: 100vh;
}
.order_confirm_container {
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
}
.order_confirm_top {
    text-align: center;
}
.order_confirm_top .bi {
    font-size: 80px;
    color: #F6635C;
    margin-bottom: 20px;
    display: block;
}
.order_confirm_top h2 {
    margin-bottom: 15px;
    line-height: 34px;
    font-size: 32px;
}

.order_confirm_top .order-msg {
    margin-bottom: 15px;
    color: #212529;
    font-size: 18px;
    font-weight: 400;
}
.paystatus_btnn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.order_confirm_top a {
    display: flex;
    background-color: #253237;
    padding: 12px;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 170px;
    border-radius: 3px;
}
.order_confirm_top .orderlink_bttn {
    background-color: #C23373;
    margin-left: 15px;
}

.order_confirm_top a .bi {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 18px;
}

/* order confirmed page css end */

/* orders page css start */
#breadcrumb_filter .custom_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#breadcrumb_filter .desktop_shortby_form {
    position: relative;
    top: auto;
    right: auto;
    display: block;
}
.myorders_section {
    position: relative;
    /* background-color: #faf5f5; */
    padding: 0 0 40px 0;
    min-height: calc(100vh - 62px);
}
.order_alert_section {
    background-color: #f8d7da;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 3px;
}
.order_alert_section p {
    position: relative;
    padding-left: 25px;
}
.order_alert_section p .bi {
    position: absolute;
    left: 0;
    top: 5px;
    display: flex;
    align-items: center;
}
.order_alert_section .moreless-button {
    display: block;
    text-align: right;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
}
#Old_Orders {
    margin-top: 20px;
}
.myorders_section .custom_container .row {
    margin-bottom: 20px;
}
.myorders_section .custom_container .row:last-child {
    margin-bottom: 0;
}
.myorders_section .myorders_card {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 3px 0 0 3px;
}
.myorders_card .myorders_card_header,
.myorders_bttns_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 3px 0 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.myorders_card .myorders_card_header h4,
.myorders_bttns_header h4 {
    font-size: 14px;
}
.myorders_card .myorders_card_header h4 br {
    display: none;
}
.myorders_card .myorders_card_header h4 span,
.myorders_bttns_header h4 span {
    color: #000000;
    margin-left: 5px;
    font-weight: 600;
}
.myorders_card .myorders_card_body {
    display: flex;
    padding: 12px;
    background-color: #fff;
    border-radius: 0 0 0 3px;
}
.myorders_card_body .myorders_img {
    width: 60px;
    height: 80px;
    border-radius: 3px;
}
.myorders_card_body .myorders_img img {
    max-width: 100%;
    height: 100%;
    border-radius: 3px;
}
.myorders_card_body .myorders_content {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.myorders_card_body .myorders_content a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-family: "Poppins", sans-serif;
}
.myorders_card_body .myorders_content h5 {
    font-size: 14px;
    font-weight: 500;
    color: #373D58;
}
.myorders_card_body .myorders_content h5 span {
    font-weight: 600;
    color: #000000;
    margin-left: 10px;
}.myorders_card_body .myorders_content h5 span .fa {
    font-size: 13px;
    margin-right: 1px;
}
.myorders_card .review_btttn {
    text-align: right;
    background-color: #fff;
    padding: 0 12px 12px 12px;
    border-radius: 0 0 0 3px;
}
.review_btttn .review_text_btn {
    font-size: 15px;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
    color: #C23373;
    font-weight: 500;
}
.myorders_bttns_container {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 0 3px 3px 0;
    height: 100%;
    background-color: #fff;
}
.myorders_bttns_header {
    border-radius: 0 3px 0 0;
}
.myorders_bttns_body {
    background-color: #fff;
    padding: 12px;
    border-radius: 0 0 3px 0; 
}
.myorders_bttns_flex {
    display: flex;
    justify-content: space-between;
}
.myorders_bttns_flex a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.myorders_bttns_flex .cancel_order_btn {
    border: 1px solid #D91656;
    color: #D91656;
}
.myorders_bttns_flex .view_order_btn {
    background-color: #C23373;
    color: #ffff;
    margin-right: 12px;
}
.myorders_bttns_flex .view_order_btn:hover {
    background-color: #D91656;
}
.myorders_bttns_body p {
    text-align: center;
    margin-top: 10px;
}
/* orders page css end */

/* order cancel-return page css start */
#order_cancel_return {
    border-radius: 3px;
}
#order_cancel_return .myorders_card_header {
    border-radius: 3px 3px 0 0;
}
#order_cancel_return .myorders_card_body {
    border-radius: 0 0 3px 3px;
}
#order_cancel_return .cancel_return_body {
    background-color: #fff;
    padding: 12px;
    border-radius: 0 0 3px 3px;
}
.account_details_form {
    display: none;
}
.size_select_dropdown {
    display: none;
}
.refundinfotext {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #279c40;
}
.refundinfotext span {
    font-weight: 500;
}
#order_cancel_return .bttns_flex_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.bttns_flex_div .cart_submit_btn {
    width: 49%;
    background-color: #C23373;
    color: #fff;
    border: 1px solid #C23373;
    padding: 8px;
}
.bttns_flex_div .cart_submit_btn:hover{
    background-color: #D91656;
    color: #fff;
}
.bttns_flex_div a {
    display: block;
    width: 49%;
    text-align: center;
    border: 1px solid #D91656;
    color: #D91656;
    padding: 8px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
#return_policy_msg {
    background-color: antiquewhite;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
#return_policy_msg .bi {
    margin-right: 5px;
}
.order_details_address h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.cancel_return_body .cart_price_container {
    padding-top: 0;
}
.cancel_return_body .cart_price_container .last_child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* order track wizard */

#progress_wizard {
    overflow: hidden;
    padding: 40px 0;
    margin: 0;
    padding-top: 15px;
    color: #373D58;
    padding-bottom: 24px;
}

#progress_wizard li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

/*ProgressBar before any progress*/

#progress_wizard li:before {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: rgb(153, 153, 153);
    border-radius: 100%;
    margin-left: auto;
    padding: 2px;
    position: relative;
    z-index: 1;
}

#progress_wizard li strong {
    position: absolute;
    top: -8px;
    left: 40%;
    width: 100%;
    transform: translateX(-50%);
}

/*ProgressBar connectors*/

#progress_wizard li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 0;
}
/*Color number of the step and the connector before it*/
#progress_wizard li.active:before,
#progress_wizard li.active:after {
    background-color: #F6635C;
}
.order_track_wizard {
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 20px;
}
.order_track_wizard #progress_wizard .active {
    color: #F6635C;
}
.order_track_wizard #progress_wizard li span {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    top: 24px;
    line-height: 18px;
    font-weight: 600;
}

.order_track_wizard #progress_wizard li.active span {
    color: #373D58;
}
#progress_wizard #Order-Confirm::before {
    font-family: bootstrap-icons;
    content: "\f633";
}
#progress_wizard #Shipped::before {
    font-family: bootstrap-icons;
    content: "\f4da";
}
#progress_wizard #Delivery::before {
    font-family: bootstrap-icons;
    content: "\f5ea";
}
#progress_wizard #Delivered::before {
    font-family: bootstrap-icons;
    content: "\f1c8";
}
/* order cancel-return page css end */
/* footer page css start */
footer {
    position: relative;
}
.index_footer {
    position: relative;
}
.horizontal-line {
    border: 1px dashed #ccc;
    margin: 20px 0;
}
.footer_popular_search .horizontal-line {
    margin-top: 10px;
}
.footer_customer_help {
    position: relative;
    padding: 40px 0;
}
.footer_customer_help .footer_customer_card {
    text-align: center;
    /* border: 1px dashed #ccc;
    padding: 15px; */
}
.footer_customer_help .footer_customer_card .bi {
    display: block;
    font-size: 40px;
    color: #D91656;
    margin-bottom: 10px;
}
.footer_customer_help .footer_customer_card h6 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px;
}
.footer_about_accordion {
    position: relative;
    padding: 20px 0;
}
.footer_about_accordion .horizontal-line {
    margin-bottom: 0;
}
.footer_about_accordion .footer_about-body h1,
.footer_about_accordion .footer_about-body h6 {
    font-size: 16px;
    margin-bottom: 8px;
}

.footer_about_accordion .footer_about-body p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
}
.footer_about_accordion .footer_about-body p:last-child {
    margin-bottom: 0;
}
.footer_top {
    /* background-color: #fffaeb; */
    background: linear-gradient(1800deg, rgba(171, 52, 48, .08), rgba(171, 52, 48, .02));
    padding-top: 20px;
}
.footer-section {
    padding-top: 20px;
    position: relative;
}
.footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-heading.text_right {
    text-align: right;
}
.subscribe-form {
    margin: 15px 0 8px 0;
    display: flex;
    align-items: center;
}
.subscribe-form .subscribe-input {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 40%;
    padding: 0 10px;
    margin-right: 3px;
}
.subscribe-form .btn-dark {
    border-radius: 0;
    height: 40px;
    border: 1px solid #000;
    font-size: 14px;
    width: 90px;
}
.newsletter_container .privacy-text {
    font-size: 13px;
    line-height: 20px;
}
.newsletter_container .privacy-text a {
    color: #904610;
}
.newsletter_container .horizontal-line {
    display: none;
}
.footer-section .footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-section .footer-list li {
    padding-bottom: 5px;
}
.footer-section .footer-list li:last-child {
    padding-bottom: 0px;
}
.footer-section .footer-list li a {
    color: #000000;
    position: relative;
}
.footer_social_payment {
    position: relative;
    padding: 20px 0;
}
.footer-social-icons {
    overflow: hidden;
    list-style: none;
    padding-left: 0px;
    margin: 0;
}
.footer-social-icons li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.footer-social-icons li:last-child {
    margin-right: 0;
}
.footer-social-icons li a:hover {
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.footer-social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 100%;
    transition: all 500ms ease;
}
.footer-social-icons li .facebook {
    background-color: #3B5998;
}
.footer-social-icons li .twitter {
    background-color: #56d7fe;
}
.footer-social-icons li .pinterest {
    background-color: #C51F26;
}
.footer-social-icons li .instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.footer-social-icons li .youtube {
    background-color: #FF0000;
}
.footer-social-icons li a i {
    font-size: 20px;
}
.footer-social-icons li a:hover {
    opacity: 0.8;
}
.footer_popular_search {
    position: relative;
    /* background-color: #f6f6f8; */
}
.footer_popular_link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer_popular_link a {
    color: #000000;
    margin-right: 20px;
    position: relative;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
}
.footer_popular_link a:hover {
    color: #D91656;
}
.footer_popular_link a::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 5px;
    height: 10px;
    width: 1px;
    background-color: #000000;
}
.footer_popular_link a:last-child::after {
    display: none;
}
.copyright-box {
    padding: 15px 0;
    background-color: #000000;
}
.copyright-box .copyright_text {
    height: 100%;
    display: flex;
    align-items: center;
}
.copyright-box .text-white {
    text-align: right;
}
.copyright-box .copyright_text p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.footer-payment-icons {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-payment-icons li {
    margin-right: 12px;
}
.footer-payment-icons li:last-child {
    margin-right: 0px;
}
.footer-payment-icons li img {
    height: 30px;
    max-width: 100%;
    border-radius: 3px;
}
/* footer page css end */
/* review page css start */
.review_navbar_fixed {
    height: 71px;
}
.review_navbar_fixed .review_navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
}
.review_navbar .review_nav_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 0;
}
.review_navbar .backbtn {
    position: absolute;
    left: 0;
}
.review_navbar .backbtn .fa {
    font-size: 20px;
    color: #222222;
}
.review_navbar .cmpny-logo {
    display: block;
    height: 38px;
}
.review_navbar .cmpny-logo img {
    height: 100%;
    max-width: 100%;
}
#product_review_form {
    min-height: calc(100vh - 119px);
}
#product_review_form .myorders_card {
    border-radius: 3px;
}
#product_review_form .myorders_card_body {
    border-radius: 0 0 3px 3px;
}
.myorders_section .message_box {
    top: 71px;
}
.myorders_section .shipping_address_form {
    width: 100%;
}
.shipping_address_form .rating_star_btn {
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.rating_star_btn .icon-secondary .fa {
    color: #000000;
    font-size: 18px;
}
.rating_star_btn .icon-warning .fa {
    color: #EABE12;
    font-size: 18px;
}
.rating_star_btn .rateButton {
    margin-right: 10px;
}
.review_footer_fixed {
    height: 48px;
}
.review_footer_fixed .review_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #000000;
}
.review_footer_div {
    padding: 12px;
}
.review_footer_div .copyright_text p {
    color: #fff;
}
.review_footer_div .row .col-sm-12:last-child .copyright_text p {
    text-align: right;
}
.shipping_address_form .form-group .Input_msg {
    color: #767676;
    font-size: 13px;
}
#All_Reviews .myorders_card .myorders_card_header h4, 
#All_Reviews .myorders_bttns_header h4 {
    font-weight: 500;
    font-size: 16px;
}
.img-wrapper {
    position: relative;
}
#overlay {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999;
}
.img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.reviewlightbox-content {
    position: absolute;
    width: 30%;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #222;
    padding: 15px 0;
    border-radius: 3px;
}
#gallery .reviewlightbox-content img {
    max-width: 100%;
    height: 100%;
    border-radius: 3px;
    width: auto;
    margin-right: 0;
    cursor: initial;
}
#prevButton,
#nextButton,
#exitButton {
    position: absolute;
    background-color: #222;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#prevButton,
#nextButton {
    top: 50%;
    transform: translateY(-50%);
}
#exitButton {
    top: -10px;
    right: -10px;
    font-size: 12px;
}
#prevButton {
    left: -10px;
}
#nextButton {
    right: -10px;
}
#prevButton:hover,
#nextButton:hover {
    opacity: .8;
}
/* review page css end */
.alert.text-center {
    padding: 10px;
}
.myorders_bttns_body .tab_link_content .review_body:last-child {
    border-bottom: none;
}
#All_Reviews .myorders_bttns_container {
    height: auto;
}
.myorders_card .main-img-slider {
    border-radius: 3px 3px 0 0;
}
.myorders_card .main-img-slider img {
    border-radius: 3px 3px 0 0;
}
#All_Reviews .tab_link_content .review_body {
    padding-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#All_Reviews .tab_link_content .review_body:last-child {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
#All_Reviews .myorders_card {
    border-radius: 3px;
}
#All_Reviews .myorders_card .myorders_card_header {
    border-bottom: none;
}
/* about page css start */
.aboutus_container {
    position: relative;
    padding-bottom: 40px;
}
.aboutus_container .aboutus_img {
    text-align: center;
    margin-bottom: 30px;
}
.aboutus_container .aboutus_img img {
    max-width: 100%;
    height: 400px;
    border-radius: 3px;
}
.aboutus_container .aboutus_content {
    text-align: center;
}
.aboutus_content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
}
.aboutus_content p:last-child {
    margin-bottom: 0;
}
/* about page css end */
/* contact page css start */
.faq_category {
    position: relative;
    margin-bottom: 40px;
}
.faq_category_container {
    background-color: #f1eded;
    border-radius: 3px;
    padding: 24px 24px 0 24px;
}
.faq_category_container .section_heading {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 30px;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}
.faq_category_container .faq_category_card,
#rewardsbody .rewardscard {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 24px;
    display: block;
}
.faq_category_card .bi,
.rewardscard .bi {
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 30px;
    color: #f23933;
}
.faq_category_card .faq_category_content,
.rewardscard .rewards_content {
    padding-left: 45px;
}
.faq_category_content p,
.rewards_content p {
    font-size: 13px;
    color: #767676;
}
.faq_category_content h4,
.rewards_content h4 {
    font-size: 14px;
    color: #222222;
}
.contact_faq_form {
    position: relative;
    margin-bottom: 40px;
}
.contact_faq_div {
    background-color: #faf5f5;
    border-radius: 3px;
    padding: 24px;
}
.contact_faq_div .section_heading {
    text-align: center;
    text-decoration: underline;
    margin-bottom: 30px;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}
.faq_form_login p {
    text-align: center;
    color: #222222;
    font-size: 15px;
    margin-bottom: 15px;
}
.contact_faq_div .form-group .form-control:disabled, 
.form-control[readonly] {
    background-color: #fff;
}
.contact_faq_div .cart_submit_btn {
    width: 200px;
    margin: 0 auto;
}
.contact_mail {
    position: relative;
}
.contact_mail_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_mail_container .contact_mail_div {
    width: 32%;
    border-radius: 3px;
    padding: 24px;
    background-color: #f1eded;
    text-align: center;
}
.contact_mail_container .contact_mail_div .bi {
    display: block;
    color: #222222;
    font-size: 30px;
    margin-bottom: 5px;
}
.contact_mail_container .contact_mail_div a {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #222222;
    font-size: 16px;
}
/* contact page css end */
/* faq details page css start */
.faq_details {
    position: relative;
    margin-bottom: 40px;
}
.faq_details_container {
    background-color: #faf5f5;
    border-radius: 3px;
    padding: 24px
}
.faq_details_container .section_heading {
    text-decoration: underline;
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}
.faq_accordion .card {
    border: 0;
    border-bottom: 2px solid #efefef;
    border-radius: 3px;
    background-color: #fff;
}
.faq_accordion .card:last-child {
    border-bottom: none;
}
.faq_accordion .card .card-header {
    border: 0;
    background-color: #fff;
    padding: 0;
    border-radius: 3px 3px 0 0;
}
.faq_accordion .card .card-header a {
    padding: 15px 30px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    display: block;
    color: #000000;
    font-family: "Poppins", sans-serif;
}
.footer_mobile_accordion .faq_accordion .card .card-header a {
    padding: 15px 15px 15px 0;
}
.footer_mobile_accordion .faq_accordion .card .card-header .faq_link::after {
    right: 0;
}
.faq_accordion .card .card-header .faq_link::after {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f068";
    color: #222222;
    position: absolute;
    right: 15px;
    top: 15px;
}
.faq_accordion .card .card-header .collapsed.faq_link::after {
    content: "\f067";
}
.faq_accordion .card .card-body {
    padding: 0 15px 15px 15px;
}
/* faq details page css end */
/* error page css start */
.error_section {
    padding: 40px 0;
    background-color: #f1f3f6;
    min-height: calc(100vh - 151px);
}
.error_container {
    text-align: center;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.error_container img {
    max-height: 250px;
    max-width: 100%;
}
.error_container .error_content {
    margin-top: 25px;
}
.error_container .error_content h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
}
.error_container .error_content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.error_container .error_content .view_details_btn {
    background-color: #f05a66;
    color: #fff;
    display: inline-block;
    width: 200px;
    padding: 10px;
    border-radius: 3px;
}
/* error page css end */
/* policy page css start */
.policy_section {
    position: relative;
    background-color: #ffff;
}
.policy_container {
    padding: 40px;
    background-color: #faf5f5;
    border-radius:  0 0 3px 3px;
}
.policy_container .policy_header {
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 30px;
}
.policy_body p {
    margin-bottom: 10px;
    color: #373D58;
    line-height: 22px;
}
.policy_body .font_bold {
    font-weight: 500;
}
.policy_body .section_title {
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.policy_body .policy_list {
    margin-bottom: 15px;
}
.policy_body .policy_list li:last-child p {
    margin-bottom: 0;
}
/* policy page css end */
/* mega sale page css start */
.megasale_cateogry {
    position: relative;
    padding-top: 20px;
}
.megasale_categorycard {
    position: relative;
    border-radius: 3px;
    display: block;
    margin-bottom: 20px;
}
.megasale_category_img {
    position: relative;
    display: block;
    height: 330px;
    border-radius: 15px;
}
.megasale_category_img img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}
.megasalecard_content {
    text-align: center;
    padding: 5px 5px 0 5px;
}
.megasalecard_content h6 {
    color: #D91656;
}
/* mega sale page css end */
/* cookies css start */
.cookieswrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #253237;
    padding: 10px 20px;
    z-index: 9999;
}
.cookiescontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookiescontent h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.cookiescontent button {
    padding: 3px 10px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    background-color: #C23373;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    white-space: nowrap;
    width: 100px;
}
.cookiescontent button:hover {
    transform: scale(0.97);
}
.cookiescontent .cookiesitem {
    color: #C23373;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
/* cookies css end */
/* sitemap page css start */
.sitemap_container {
    padding: 40px 0;
}
.sitemap_content {
    margin-bottom: 15px;
}
.custom_container .sitemap_content:last-child {
    margin-bottom: 0;
}
.sitemap_content .sitemap_header {
    font-size: 16px;
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 5px;
    line-height: 20px;
}
.sitemap_body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sitemap_body a {
    display: block;
    color: #373D58;
    margin-right: 15px;
    border-right: 1px solid #373D58;
    line-height: 14px;
    padding-right: 15px;
    margin-top: 10px;
}
.sitemap_body a:hover {
    text-decoration: underline;
}
/* sitemap page css end */
/* rewards page css start */
.rewards_section {
    position: relative;
    margin-bottom: 40px;
}
.rewards_section .wallet_header .wallet_header_right .fa {
    font-size: 13px;
}
.rewardsfaqbody .rewards_faq {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.rewardsfaqbody .rewards_faq:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.rewards_faq h6 {
    margin-bottom: 5px;
    font-size: 14px;
}
.rewards_faq p {
    font-size: 14px;
    color: #373D58;
}
/* rewards page css end */
/* media query start */

@media screen and (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1100px;
    }

    .custom_container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }

    .custom_container {
        max-width: 1140px;
    }
    #modal_large {
        --bs-modal-width: 950px;
    }
}


@media screen and (max-width: 1200px) {
    .navbar_top_fixed.navbar_bottom_menu .navbar-menu .nav-item {
        margin-right: 25px;
    }  
    .navbar_icons_container .navbar_top_left form img {
        max-width: 15px;
        max-height: 15px;
    }
    .navbar_icons_container .navbar_top_left .country_select {
        font-size: 11px;
        width: 60px;
    }  
    .navbar_top_section .navbar_top_center p {
        font-size: 12px;
    }
    .logo-container .cmpny-logo {
        height: 50px;
    }
    .searchbar_container {
        width: 450px;
    }
    .searchbar_container .input-group .form-control {
        font-size: 14px;
    }
    .searchbar_container .input-group .input-group-append i {
        font-size: 15px;
    }
    .navbar_bottom_right .nav_bottom_link .bi-heart {
        font-size: 20px;
    }
    .navbar_bottom_right .nav_bottom_link .bi-cart3 {
        font-size: 20px;
    }
    .navbar_bottom_right .nav_bottom_link .bi-person {
        font-size: 24px;
    }
    .navbar_bottom_right .nav_bottom_link {
        margin-right: 40px;
        font-size: 13px;
    }
    .navbar_bottom_menu .navbar-menu .nav-item .nav-link {
        font-size: 13px;
    }
    .logo-container.navbar_bttm_logo .cmpny-logo {
        height: 40px;
    }
    .navbar_bottom_right.navbar_bttm_icons .nav_bottom_link {
        margin-right: 20px;
    }
    .navbar_bottom_right.navbar_bttm_icons .nav_bottom_link .bi {
        font-size: 16px;
    }
    .navbar_bottom_right.navbar_bttm_icons .nav_bottom_link span {
        top: -10px;
    }
    .banner_slide_container {
        height: 400px;
    }
    .banner_slide_section .item {
        height: 400px;
    }
    .mega_sale_timer .timmer_div {
        width: 20%;
    }
    .mega_sale_container .mega_sale_timer {
        justify-content: space-between;
    }
    .section_heading_container h5 {
        font-size: 26px;
        line-height: 30px;
    }
    #walletpay {
        width: 296px;
    }
    .footer_customer_help .footer_customer_card h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .footer_customer_help .footer_customer_card p {
        line-height: 20px;
    }
    .footer_about_accordion .footer_about-body h6 {
        font-size: 15px;
    }
    .footer-heading {
        font-size: 15px;
    }
    .footer-payment-icons li img {
        height: 26px;
    }
}

@media screen and (max-width: 992px) {
    body.body_fixed {
        overflow: hidden;
    }
    .navbar_icons_container .navbar_top_left .country_select {
        font-size: 13px;
        width: 65px;
    }
    .navbar_top_section {
        padding: 8px 0;
    }
    .mega_sale_container .mega_sale_img {
        border-radius: 3px 3px 0 0;
    }
    .mega_sale_container .mega_sale_img img {
        border-radius: 3px 3px 0 0;
    }
    .navbar_top_section .navbar_top_center {
        display: none;
    }
    .navbar_bottom_section .mobile_toggle_menu {
        position: relative;
        z-index: 999;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }
    .mobile_toggle_menu .mobile_toggle_span {
        position: relative;
    }
    .mobile_toggle_span span {
        width: 25px;
        height: 2px;
        background-color: #000000;
        margin-bottom: 6px;
        display: block;
    }
    .mobile_toggle_span span:nth-child(2) {
        width: 15px;
    }
    .mobile_toggle_span span:last-child {
        margin-bottom: 0;
        width: 18px;
    }
    .navbar_bottom_section {
        padding: 10px 0;
    }
    .searchbar_container {
        display: none;
    }
    .logo-container .cmpny-logo {
        height: 36px;
    }
    .nav_bottom_link .nav_bttm_lnk_txt {
        display: none;
    }
    .nav_bottom_link br {
        display: none;
    }
    .navbar_bottom_right .nav_bottom_link {
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar_bottom_right .search_toggle_icon {
        display: none;
    }
    .searchbarhide .navbar_bottom_right .search_toggle_icon {
        display: flex;
    }
    .navbar_bottom_right .nav_bottom_link .count, 
    .navbar_bottom_right .nav_bottom_link .wishlistcount {
        height: 20px;
        width: 20px;
        right: -14px;
        top: -7px;
        font-size: 11px;
    }
    .navbar_bottom_menu {
        display: none;
    }
    .mobile_searchbar {
        display: block;
        background-color: #ffff;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .mobile_searchbar .form-control {
        border: 1px solid #ced4da;
        border-radius: 3px !important;
        padding: 10px 10px 10px 38px;
        font-size: 15px;
        width: 100%;
    }
    .mobile_searchbar .input-group {
        display: block;
    }
    .mobile_searchbar .input-group-append {
        font-size: 18px;
        position: absolute;
        left: 10px;
        top: 10px;
        color: #C23373;
        z-index: 99;
    }
    .searchbarhide .mobile_searchbar {
        display: none;
    }
    .searchbarhide .navbar_bottom_section {
        border-bottom: none;
    }
    .navbar_bottom_right .nav_bottom_link .bi-search {
        font-size: 20px;
    }
    .searchbar_container.collapse.show {
        display: block;
    }
    .login_signup_section {
        min-height: calc(100vh - 167px);
    }
    /* listing page css */
    #Custom_Section .header-section {
        box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
    }
    #desktop_filter_form {
        display: none;
    }
    .listing_flex_right {
        width: 100%;
        margin-left: 0;
    }
    .desktop_shortby_form {
        display: none;
    }
    .wallet_tran_header .desktop_shortby_form {
        display: block;
    }
    .mobile_buynow_container {
        height: 69px;
        position: relative;
    }
    .mobile_buynow_container .mobile_buynow_icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f6f6f8;
        padding: 10px;
        border-top: 1px solid #e5e5e5;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    #Custom_Section .bottom_bttns_sticky .mobile_buynow_icons {
        position: absolute;
        padding: 0;
        background-color: #fff;
        border: none;
        border-radius: 3px;
    }
    #Custom_Section .mobile_buynow_container .mobile_buynow_icons .buyform {
        width: 49%;
    }
    .mobile_buynow_container .mobile_buynow_icons .btttns {
        padding: 12px;
        font-size: 16px;
        width: 100%;
        color: #fff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Poppins", sans-serif;
        border-radius: 3px;
        text-align: center;
    }
    #listing_filter_container {
        height: 48px;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    #listing_filter_container .btttns {
        width: 49%;
        background-color: transparent;
        color: #000000;
        position: relative;
    }
    #listing_filter_container .btttns:first-child::after {
        content: "";
        position: absolute;
        right: 0;
        background-color: #e5e5e5;
        height: 25px;
        width: 1px;
    }
    #listing_filter_container .btttns .sortlabel {
        font-size: 11px;
        line-height: 11px;
        font-weight: 400;
        text-align: left;
    }
    #listing_filter_container .btttns .sortlabel span {
        font-size: 14px;
        font-weight: 600;
        color: #f23933;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    #listing_filter_container .btttns .sortlabel span .bi {
        font-size: 12px;
    }
    #listing_filter_container .mobile_buynow_icons {
        padding: 0;
    }
    #Custom_Section .mobile_buynow_container .mobile_buynow_icons .btttns .bi {
        margin-right: 8px;
        display: flex;
    }
    .mobile_buynow_container .mobile_buynow_icons .cart_bttn {
        background-color: #7F8487;
    }
    .mobile_buynow_icons .cart_bttn .filtercount {
        position: relative;
    }
    .mobile_buynow_icons .cart_bttn span {
        position: absolute;
        height: 18px;
        width: 18px;
        background-color: #f23933;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -5px;
        right: -18px;
        font-size: 12px;
        color: #fff;
    }
    #Custom_Section .mobile_buynow_container .mobile_buynow_icons .go_cart {
        background-color: #253237;
        margin-right: 10px;
    }
    .mobile_buynow_container .mobile_buynow_icons .buynow_bttn {
        background-color: #C23373;
    }
    .shortby_container {
        padding-bottom: 5px;
    }
    .shortby_container_header {
        display: flex;
        align-items: center;
    }
    .shortby_container_header span {
        margin-left: 5px;
    }
    #filterModal .modal-dialog {
        margin: 0;
    }
    #filterModal .modal-content {
        border-radius: 0;
        height: 100vh;
    }
    #filterModal .modal-header,
    #sortbyModal .modal-header {
        background-color: #f1eded;
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 12px;
        border-radius: 0;
    }
    #filterModal .modal-header .modal-title,
    #sortbyModal .modal-header .modal-title {
        font-size: 18px;
        line-height: 18px;
        display: flex;
    }
    #filterModal .modal-header .modal-title .bi,
    #sortbyModal .modal-header .modal-title .bi {
        margin-right: 5px;
        font-size: 18px;
        display: flex;
    }
    .btn-close:focus {
        box-shadow: none;
    }
    #filterModal .modal-body {
        padding: 12px;
        max-height: calc(100vh - 113);
    }
    .payment_dropdown_tab {
        width: 100%;
        display: flex;
    }
    #filterModal .payment_dropdown_tab .nav-tabs {
        margin-right: 0;
        width: 130px;
        height: calc(100vh - 137px);
        overflow-y: scroll;
        display: flex;
        flex-flow: column nowrap;
        border: none;
        background-color: #faf5f5;
    }
    #filterModal .payment_dropdown_tab .nav-tabs .nav-item {
        border-bottom: 1px solid #e5e5e5;
    }
    #filterModal .payment_dropdown_tab .nav-tabs .tab-link {
        padding: 10px;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 100%;
        white-space: nowrap;
        color: #373D58;
    }
    #filterModal .payment_dropdown_tab .nav-tabs .tab-link.active {
        background-color: #fff;
        color: #000000;
        font-weight: 600;
    }
    #filterModal .payment_dropdown_tab .tab-content {
        width: calc(100% - 130px);
        height: calc(100vh - 137px);
        overflow-y: scroll;
    }
    #filterModal .tab_link_content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #filterModal .payment_dropdown_tab .tab_link_content {
        padding: 12px 20px;
    }
    #filterModal .tab_link_content .custom_checkbox_container .custom-checkbox {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    #filterModal .tab_link_content .custom_checkbox_container .custom-checkbox:last-child {
        margin-bottom: 0;
    }
    #filterModal .tab_link_content .custom_checkbox_container .custom-control-input {
        height: 18px;
        width: 18px;
        margin-right: 10px;
    }
    #filterModal .tab_link_content .custom_checkbox_container .custom-control-label {
        font-size: 14px;
        font-weight: 500;
        color: #373D58;
        font-family: "Poppins", sans-serif;
        display: flex;
        align-items: center;
    }
    #filterModal .tab_link_content .custom_checkbox_container .custom-control-label .fa {
        margin-right: 5px;
    }
    #filterModal .modal-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e5e5e5;
        background-color: #f6f6f8;
        border-radius: 0;
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    #filterModal .modal-footer .filter_footer_btttns {
        font-size: 15px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin: 0;
        padding: 10px 15px;
        width: 49%;
        border-radius: 3px;
        color: #fff;
    }
    #filterModal .modal-footer .filter_footer_btttns:first-child {
        background-color: #f23933;
    }
    #filterModal .modal-footer .filter_footer_btttns:last-child {
        background-color: #F6635C;
    }
    #sortbyModal .modal-content {
        border-radius: 3px;
    }
    #sortbyModal .modal-header {
        border-radius: 3px 3px 0 0;
    }
    #sortbyModal .modal-body {
        padding: 15px;
    }
    #sortbyModal .form-check, 
    #orderfilterMod .sortby_form .form-check {
        margin-bottom: 15px;
        font-size: 15px;
        color: #373D58;
        font-family: "Poppins", sans-serif;
        display: flex;
        align-items: center;
    }
    #sortbyModal .form-check .form-check-input, 
    #orderfilterMod .sortby_form .form-check .form-check-input {
        height: 20px;
        width: 20px;
        margin-right: 8px;
        margin-top: 0;
    }
    #sortbyModal .modal-body .form-check:last-child {
        margin-bottom: 0;
    }
    .message_box {
        top: 92px;
        right: 12px;
    }
    /* details page css */
    .review_progress_container {
        height: auto;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }
    .lightbox-modal .carousel-inner {
        width: 70%;
    }
    .product_customer_help .footer_customer_card {
        margin-bottom: 15px;
    }
    .product_delivery_container {
        padding-bottom: 0;
    }
    /* footer page css */
    .copyright-box .copyright_text {
        justify-content: center;
    }
    .copyright-box .text-white {
        text-align: center;
    }
    .footer_customer_help {
        padding: 25px 0 15px 0;
    }
    .footer_customer_help .footer_customer_card {
        margin-bottom: 25px;
    }
    .subscribe-form .subscribe-input {
        width: calc(100% - 90px);
    }
    .newsletter_container .horizontal-line {
        display: block;
        margin-bottom: 40px;
    }
    /* cart page css */
    .mycart_section {
        padding: 20px 0 40px 0;
        min-height: calc(100vh - 299px);
    }
    .mycart_table {
        margin-bottom: 20px;
    }
    .giftwrap_process_container {
        margin-bottom: 20px;
    }
    /* payment page css */
    #product_details_accordion .accordion-button {
        padding: 15px 0;
    }
    #shipping_address .accordion-button {
        padding-left: 40px;
    }
    #walletpay {
        position: relative;
        width: 100%;
        right: 0;
        margin-bottom: 15px;
    }
    .walletrightdiv {
        margin-top: 0;
    }
    .walletrightdiv.walletchecked {
        margin-top: 0;
    }
    #shipping_address #product_details_accordion .accordion-item:last-child {
        margin-bottom: 24px;
    }
    /* login page css */
    .login_signup_section .login_right_div {
        padding: 30px 30px;
        width: 60%;
    }
    .login_signup_section .login_left_div {
        width: 40%;
    }
    /* orders page css */
    .myorders_section {
        min-height: calc(100vh - 314px);
    }
    .myorders_section .row .col-xl-4 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .myorders_section .myorders_card {
        border-bottom: none;
        border-radius: 3px 3px 0 0;
    }
    #order_cancel_return {
        border-bottom: 1px solid #e5e5e5;
    }
    .myorders_card .myorders_card_header {
        border-radius: 3px 3px 0 0;
    }
    .myorders_bttns_container {
        border-radius: 0 0 3px 3px;
    }
    .myorders_bttns_header {
        border-radius: 0px;
        border-bottom: none;
        background-color: #fff;
        padding-bottom: 0;
        justify-content: center;
    }
    .myorders_bttns_body {
        border-radius: 0 0 3px 3px;
    }
    .myorders_card.order_delivery_adderss {
        margin-bottom: 20px;
    }
    .order_confirm_container {
        width: 90%;
    }
    /* review page */
    #product_review_form .myorders_card {
        border: 1px solid #e5e5e5;
        border-radius: 3px;
    }
    .review_footer_fixed {
        height: 72px;
    }
    .review_footer_div .copyright_text p {
        text-align: center;
    }
    .review_footer_div .row .col-sm-12:last-child .copyright_text p {
        text-align: center;
    }
    .myorders_card .main-img-slider {
        border-radius: 0 0 3px 3px;
        margin-bottom: 20px;
    }
    .myorders_card .main-img-slider img {
        border-radius: 0 0 3px 3px;
    }
    #All_Reviews .myorders_card {
        border: 1px solid #e5e5e5;
        border-radius: 3px;
    }
    #All_Reviews .myorders_bttns_container {
        border-radius: 3px;
    }
    #All_Reviews .myorders_bttns_header {
        border-radius: 3px 3px 0 0;
    }
    .reviewlightbox-content {
        width: 60%;
    }
    /* wallet page css */
    .wallet_container {
        margin-bottom: 20px;
    }
    .wallet_header .ordertrack_header {
        padding: 0;
    }
    /* policy page css */
    .policy_container {
        padding: 15px;
        border-radius: 3px;
    }
    .policy_section {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    /* profile page */
    #profile_section .row .col-xl-3 {
        display: none;
    }
    #profile_section .myorders_card {
        border-bottom: 1px solid #e5e5e5;
        border-radius: 3px 3px 3px 3px;
    }
    /* wishlist */
    .mywishlist_section {
        min-height: calc(100vh - 299px);
    }
}
@media screen and (max-width: 768px) {
    .breadcrumb_section {
        padding: 8px 0;
    }
    #breadcrumb_filter {
        padding: 15px 0;
    }
    /* details page css */
    .product_details_content .product_title {
        font-size: 18px;
    }
    .product_details_content .price_div .first_span {
        font-size: 18px;
    }
    .product_details_content .price_div .second_span {
        font-size: 16px;
    }
    .product_details_content .price_div .second_span .rupay {
        font-size: 18px;
    }
    .product_details_content .price_div .third_span {
        font-size: 14px;
    }
    .product_tab_details .nav-item .tab-link {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .product_details_flexdiv {
        display: block;
    }
    #Details .product_details_flexdiv {
        display: flex;
    }
    .product_details_flexdiv h4 {
        width: 100%;
        margin-right: 0;
        font-size: 13px;
    }
    .product_details_flexdiv h4 span {
        display: none;
    }
    #Custom_Section .mobile_buynow_container {
        display: block;
    }
    #Custom_Section .bottom_bttns_sticky {
        height: 48px;
        margin: 12px 0;
    }
    .product_cart_btttn {
        display: none;
    }
    .product_details_content .rating_div_flex {
        display: block;
    }
    .rating_div_flex button {
        background-color: #fff;
    }
    .product_coupon_slider .coupon_card {
        display: block;
    }
    .product_coupon_slider .coupon_content {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .product_coupon_slider .coupon_code {
        margin: 0 auto;
    }
    /* cart page css */
    .mycart_table .mycart_thead {
        display: none;
    }
    .mycart_tbody .m_d_none {
        display: none;
    }
    .mycart_tbody .m_d_block {
        display: flex;
    }
    .mycart_tbody .m_d_block {
        margin: 5px 0;
    }
    .mycart_tbody .m_d_block .first_span {
        margin-right: 15px;
    }
    .mycart_table .mycart_tbody .product_cart_title .Qty {
        font-size: 14px;
        margin-right: 15px;
    }
    .mycart_right_container .cart_price_container .cart_submit_btn {
        display: none;
    }
    .cart_price_container form .last_child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #Custom_Section .mobile_buynow_container .mobile_buynow_icons .btttns .fa {
        margin-left: 10px;
        margin-right: 3px;
    }
    .mycart_section {
        padding: 20px 0 20px 0;
        min-height: calc(100vh - 289px);
    }
    #cart_page {
        margin-top: 20px;
    }
    #shipping_address {
        padding: 20px 0 40px 0;
        margin-bottom: 0;
    }
    .cart_price_container .discountmsg {
        margin-bottom: 0;
    }
    /* address page css */
    .shipping_address_form {
        margin-bottom: 10px;
    }
    /* login page css */
    .login_signup_section .custom_container {
        display: block;
    }
    .login_signup_section .login_left_div {
        width: 100%;
        border-radius: 3px 3px 0 0;
    }
    .login_left_div .login_left_content {
        text-align: center;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
    .login_signup_section .login_right_div {
        padding: 30px 30px;
        width: 100%;
        border-radius: 0 0 3px 3px;
    }
    .login_left_div .login_left_content h4 {
        font-size: 22px;
        color: #fff;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .login_left_div .login_left_content p {
        margin-bottom: 20px;
    }
    .login_right_div .login_right_content h4 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    /* order placed page css */
    .order_confirm_top .bi {
        font-size: 60px;
    }
    .order_confirm_top h2 {
        line-height: 26px;
        font-size: 26px;
    }
    .order_confirm_top .order-msg {
        font-size: 16px;
    }

    /* order details page css */
    .order_track_wizard #progress_wizard {
        padding-top: 0;
        padding-bottom: 0;
    }
    #progress_wizard li {
        width: 100%;
        float: none;
        padding-bottom: 30px;
    }
    #progress_wizard li:last-child {
        padding-bottom: 10px;
    }
    #progress_wizard li:before {
        margin-left: initial;
    }
    .order_track_wizard #progress_wizard li:last-child:after {
        content: none;
    }
    .order_track_wizard #progress_wizard li strong {
        top: 2px;
        left: 0;
        transform: none;
        text-align: left;
        padding-left: 50px;
    }
    .order_track_wizard #progress_wizard li span {
        top: 25px;
        transform: none;
        text-align: left;
        left: 0;
        width: 100%;
        padding-left: 50px;
    }
    .order_track_wizard #progress_wizard li span br {
        display: none;
    }
    .order_track_wizard #progress_wizard li:after {
        width: 2px;
        height: 100%;
        left: 17px;
    }
    /* contact page css */
    .contact_mail_container {
        display: block;
    }
    .contact_mail_container .contact_mail_div {
        width: 100%;
        margin-bottom: 24px;
        padding: 24px 10px;
    }
    .contact_mail_container .contact_mail_div:last-child {
        margin-bottom: 0;
    }
    .contact_mail {
        margin-bottom: 15px;
    }
    /* wallet page css */
    .wallet_container .wallet_body,
    .giftcard_container .giftcard_body {
        padding: 15px;
    }
    .giftcard_container .giftcard_body .form-group {
        margin-bottom: 15px;
    }
    .giftcard_container .giftcard_body form .row .col-sm-12:last-child .form-group {
        margin-bottom: 0;
    }
    /* orderplaced page */
    .order_confirm_container {
        width: 100%;
    }
    /* wishlist page */
    .mywishlist_section {
        min-height: calc(100vh - 289px);
    }
    /* review page */
    .reviewlightbox-content {
        width: 75%;
    }
    /* footer page */
    .footer_social_payment {
        text-align: center;
    }
    .footer-heading.text_right {
        text-align: center;
    }
    .footer-payment-icons {
        justify-content: center;
    }
    .footer-social-icons {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 576px){
    .logo-container .cmpny-logo {
        height: 30px;
    }
    .banner_slide_container {
        display: none;
    }
    .banner_slide_container.mobile {
        display: block;
        height: auto;
        margin-top: 0;
    }
    .banner_slide_container.mobile .item img {
        border-radius: 0;
        /*max-width: initial;*/
        /*width: 100%;*/
    }
    .banner_slide_container.mobile .banner_slide_section .item {
        height: auto;
    }
    .banner_slide_section.owl-theme .owl-nav [class*=owl-] {
        display: none;
    }
    .new_category_sec .categroy_card .category_img {
        padding: 8px;
    }
    .mega_sale_timer .timmer_div {
        width: 22%;
    }
    .mega_sale_container .mega_sale_img {
        height: 250px;
    }
    .mega_sale_timer .timmer_div h5 {
        font-size: 24px;
        line-height: 26px;
    }
    .countdown_container {
        padding: 25px;
    }
    .section_heading_container h5 {
        font-size: 22px;
        line-height: 24px;
        /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2); */
    }
    .section_heading_container p {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }
    .new_arrivals_content .new_arrival_title {
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
    }
    .new_arrivals_card .new_arrivals_content .price_div {
        display: block;
    }
    .new_arrivals_card .new_arrivals_content .price_div p {
        line-height: 20px;
    }
    .new_arrivals_content .price_div .first_span {
        font-size: 14px;
        display: inline-block;
    }
    .new_arrivals_content .price_div .second_span {
        font-size: 13px;
        display: inline-block;
        margin-right: 0;
    }
    .new_arrivals_content .price_div .third_span {
        font-size: 12px;
    }
    .new_category_sec .category_content h4 {
        font-size: 13px;
        line-height: 18px;
    }
    .view_all_btn {
        font-size: 13px;
    }
    .advertisment_sec1 .add_sec1_card {
        height: auto;
    }
    .trending_products_card .trending_product_title {
        font-size: 13px;
        line-height: 18px;
    }
    .shopby_price_card .shopby_price_content h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .shopby_price_sec .shopby_price_card .shopby_price_content {
        bottom: 10px;
    }
    .advertisment_sec2_content {
        margin-top: 24px;
    }
    .featured_category_sec .row {
        padding-right: 12px;
    }
    .featured_category_sec .row .col-6 {
        padding-right: 0;
    }
    .shopby_art_card .shopby_art_content h4 {
        font-size: 14px;
    }
    #latestsection_mobile {
        display: block;
    }
    #latestsection_desktop {
        display: none;
    }
    .advertisment_sec1 .row .col-sm-6:first-child .add_sec1_card {
        margin-bottom: 30px;
    }
    #salealerttitle {
        font-size: 10px;
    }
    /* about page */
    .aboutus_container .aboutus_img img {
        height: auto;
    }
    .breadcrumb_section .breadcrumb-item a {
        font-size: 13px;
    }
    /* listing page css */
    .shortby_container_header h1 {
        font-size: 16px;
    }
    .mobile_buynow_container .mobile_buynow_icons .btttns {
        font-size: 14px;
    }
    #filter_data {
        padding-right: 12px;
    }
    #filter_data .col-6 {
        padding-right: 0;
    }
    .listing_wishlist {
        right: 0;
        bottom: 54px;
        height: 25px;
        width: 25px;
    }
    .featured_category_sec .listing_wishlist {
        bottom: 24px;
    }
    .listing_wishlist .wishlist_btttnn .bi {
        font-size: 16px;
    }
    .listing_right_container .new_arrivals_card {
        border-radius: 0;
    }
    .new_arrivals_card .new_arrivals_img {
        border-radius: 0;
    }
    .new_arrivals_card .new_arrivals_img img {
        border-radius: 0;
    }
    .new_arrivals_img .discounttag {
        font-size: 9px;
        line-height: 10px;
        height: 26px;
        width: 26px;
    }
    .new_arrivals_footer span {
        font-size: 9px;
        line-height: 15px;
    }
    /* payment page css */
    #shipping_address .accordion-button {
        font-size: 16px;
    }
    /* footer page css */
    .footer_customer_help .footer_customer_card .bi {
        font-size: 30px;
    }
    /* login page css */
    .login_signup_section .login_left_div {
        padding: 20px;
    }
    .login_signup_section .login_right_div {
        padding: 20px;
    }
    /* order page css */
    .myorders_card .myorders_card_header, 
    .myorders_bttns_header {
        padding: 8px;
    }
    .myorders_bttns_header {
        padding-bottom: 0;
    }
    .myorders_card .myorders_card_body {
        padding: 8px;
    }
    .myorders_bttns_body {
        padding: 8px;
    }
    .myorders_card .myorders_card_header h4 br {
        display: block;
    }
    .myorders_card .myorders_card_header h4 .collon {
        display: none;
    }
    .myorders_card .myorders_card_header h4 span {
        margin-left: 0;
    }
    /* order cancel-return css*/
    .bttns_flex_div a {
        padding: 8px;
        font-size: 14px;
    }
    .bttns_flex_div .cart_submit_btn {
        padding: 8px;
        font-size: 14px;
    }
    /* details page css */
    .tab_link_content .review_header .review_title {
        font-size: 16px;
    }
    .tab_link_content .review_body .review_title {
        font-size: 13px;
        font-weight: 500;
        line-height: 13px;
    }
    .tab_link_content .review_body .review_customer {
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
    }
    .lightbox-modal .carousel-control-prev {
        left: 15px;
    }
    .lightbox-modal .carousel-control-next {
        right: 15px;
    }
    .lightbox-modal .carousel-inner {
        width: 100%;
        height: 100%;
    }
    .lightbox-modal .modal_bttns {
        top: initial;
        bottom: 0;
        right: initial;
        justify-content: space-evenly;
        font-size: 20px;
        width: 100%;
        height: 50px;
        background-color: rgba(0,0,0,.5);
    }
    .lightbox-modal .modal_bttns span {
        margin-right: 0;
    }
    .lightbox-modal .carousel-inner {
        overflow: scroll;
    }
    .review_progress_container .product_review_left {
        width: 30%;
    }
    .review_progress_container .product_review_right {
        width: 70%;
    }
    .product_delivery_container .checkdeliveryday .form-group {
        width: 100%;
    }
    .product_coupon_slider .coupon_content h6 {
        font-size: 13px;
    }
    #postalcodemsg {
        font-size: 12px;
    }
    #postalcodemsg .successmsg strong {
        font-size: 13px;
    }
    .productpair_tabs .nav-pills .nav-item {
        margin-right: 10px;
    }
    .productpair_tabs .nav-pills .nav-link {
        font-size: 14px;
        padding: 5px;
        width: 80px;
    }
    #productpair-tabContent .new_arrivals_card .new_arrivals_img {
        height: 210px;
    }
    .product_review_progress .review_progress_text h4 {
        font-size: 11px;
        line-height: 11px;
    }
    .product_review_progress .review_progress_text h6 {
        font-size: 11px;
        line-height: 11px;
    }
    .product_review_progress .review_progress_text {
        margin-bottom: 3px;
    }
    .product_review_right .progress {
        height: 5px;
    }
    .product_review_left .product_review_total h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .product_review_left .product_review_total p {
        font-size: 20px;
        line-height: 20px;
    }
    .tab_link_content .review_body .rating_star_div .icon-warning .fa {
        font-size: 14px;
    }
    .review_body .customer_review_container {
        margin-bottom: 15px;
    }
    .tab_link_content .review_body .review_img {
        margin-top: 8px;
    }
    /* cart page css */
    .mycart_tbody .discountinfo {
        margin-bottom: 5px;
    }
    .mycart_tbody .discountinfo p {
        line-height: 16px;
    }
    .gift_wrap_container .gift_wrap_content p {
        font-size: 12px;
    }
    .webmodal .modal-header {
        padding: 10px;
    }
    .webmodal .modal_coupon_body {
        padding: 10px;
    }
    .webmodal .modal_coupon_body h4 span {
        font-size: 13px;
    }
    /* contact page css */
    .faq_category_container {
        padding: 24px 10px 0 10px;
    }
    .faq_category_card .faq_category_content {
        padding-left: 0;
        padding-top: 50px;
    }
    .contact_faq_div {
        padding: 24px 10px;
    }
    .faq_details_container {
        padding: 24px 10px;
    }
    /* error page */
    .error_container .error_content h4 {
        font-size: 24px;
        line-height: 34px;
    }
    /* cookies page css */
    .cookiescontent {
        display: block;
    }
    .cookiescontent h4 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .cookiescontent .cookies_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* address page css */
    .accordion-body .useraddress_div {
        padding: 15px;
    }
    .accordion-body .useraddress_div.checkedaddressdiv {
        padding-bottom: 59px;
    }
    .addressselectbtn {
        left: 55px;
        bottom: 15px;
        font-size: 14px;
        padding: 8px;
    }
    /* profile page */
    .profile_address_tab .profile_address_link span {
        height: 25px;
        width: 25px;
        font-size: 13px;
    }
    #profile_section .shipping_address_form .form-control {
        line-height: 1.5;
    }
    #profile_section .myorders_card .myorders_card_header {
        background-color: #fff;
    }
    #addresses_accordion .accordion-header .accordion-button {
        font-size: 14px;
    }
    .addresscontent h5 {
        font-size: 14px;
    }
    .addresscontent p {
        width: 50%;
    }
    /* wallet page */
    .wallet_header .wallet_header_left img {
        max-width: 40px;
    }
    .wallet_header .wallet_header_right h6 {
       margin-bottom: 0;
    }
    .wallet_header .wallet_header_right p {
        font-size: 18px;
    }
    /* sale page */
    .megasale_category_img {
        height: 270px;
    }
    /* review page */
    .reviewlightbox-content {
        width: 92%;
    }
    /* rewards page */
    .rewards_content h4 {
        font-size: 13px;
        line-height: 20px;
    }
    /* gift card page */
    .giftcard_container .giftcard_header {
        padding: 10px;
    }
    .giftcard_container .giftcard_body {
        padding: 10px;
    }
    .giftlisting_container {
        padding: 10px 10px 0 10px;
    }
    /* footer page */
    .footer_customer_help .footer_customer_card h6 {
        font-size: 14px;
    }
    .footer-heading {
        font-size: 14px;
    }
    .footer_about_accordion .footer_about-body h6 {
        font-size: 14px;
    }
}