* {
    margin: 0;
    padding: 0;
}

body,
section,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
img,
a,
ul,
li,
header,
footer {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #444;
}

ul {
    list-style: none;
}

/*------------------- fonts family-----------------  */
@font-face {
    font-family: niconne;
    src: url(../fonts/Niconne-Regular.ttf);
}

@font-face {
    font-family: inter;
    src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf);
}

:root {
    --nicon-font: niconne;
    --inter-font: inter;
    --pink: #e53450;
    --primary: #088178[]
}

/* padding */
.section-p {
    padding: 50px 0px 20px;
}

/* margin */
.margin-m {
    margin: 50px 0;
}

/* nav css */

.logo {
    width: 75px;
    /* height: 50px; */
}

.navbar {
    background-color: #ffd700 !important;
    z-index: 9999;
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.1);
}

.shooping_section button {
    background-color: transparent;
    margin-right: 0px;
    padding-left: 5px;
    color: #3b3bae;
}

.shooping_section button:focus {
    box-shadow: none;
}

.shopping_icon {
    font-size: 18px;
}

.shooping_section .badge {
    background-color: var(--pink);
    top: -5px !important;
    right: -5px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.navbar .menu .nav-link.active {
    color: #3b3bae !important;
}

.navbar .menu .nav-link.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #3b3bae;
    bottom: 20px;
    left: 5px;
}

.navbar .menu .nav-link:hover {
    color: #3b3bae;
}

.navbar .menu .nav-link {
    font-size: 16px;
    font-family: var(--inter-font);
    font-weight: 500;
    color: #2d2c2c;
    padding: 1.7rem .7rem;
    letter-spacing: .5px;
    margin-right: 1rem;
    text-transform: uppercase;
    position: relative;
    z-index: 1;

}

.navbar .menu .nav-link::after {
    transition: .5s ease-in-out;
}

.navbar .menu .nav-link:hover::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #3b3bae;
    bottom: 20px;
    left: 5px;
}

.shooping_section .singup {
    background-color: #23234a;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--inter-font);
    letter-spacing: .5px;
    margin-left: 20px;
    padding: .2rem 1.1rem;
    transition: .5s ease-in-out;
}

.shooping_section .singup:hover {
    background-color: #ffb606;
    color: #000;
}

.shooping_section  i {
    font-size: 20px;;
}

.users .account {
    position: absolute;
    top: 50px;
    left: -120px;
    transition: .5s ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 5px -3px #000;
    visibility: hidden;
    opacity: 0;
    color: #000;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 9;
}

.account li {
    text-align: left;
    width: 100%;
    padding: 0px 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: .3s ease-in-out;
    font-family: var(--inter-font);
}

.account li a {
    padding: 8px 0;
    display: block;
}

.account li:hover {
    background-color: var(--primary);
    color: #fff;
    border-bottom: 1px solid var(--primary);
}

.users:hover .account {
    top: 52px;
    visibility: visible;
    opacity: 1;
}

.navbar-toggler-icon {
    width: 27px;
    height: 27px;
}
.navbar-light .navbar-toggler{
    border: 0;
}
/* header css  */
.bannarimg {
    height: 55vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannarimg img {
    height: 100%;
    object-fit: cover;
}

.bannar_slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translate(0, -50%) !important;
}

.bannar_slider .owl-nav button.owl-prev {
    left: 0;
}

.bannar_slider .owl-nav button.owl-next , .bannar_slider .owl-nav button.owl-prev   {
    background-color: #23234aaa;
    width:50px;
    height:50px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    color: #fff;
}

.bannar_slider .owl-nav button.owl-next:hover,
.owl-nav button.owl-prev:hover {
    outline: none;
}

.bannar_slider .owl-nav button.owl-next:focus,
.owl-nav button.owl-prev:focus {
    outline: none;
}

.bannar_contant {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.bannar_contant p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
}

.bannar_contant h1 {
    font-family: var(--nicon-font);
    font-size: 70px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.button_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_img p {
    position: absolute;
    top: 12px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

/* delivery css  */
.delivery {
    box-shadow: 0 0 5px -3px #0000007a;
    padding: 30px 0px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #5600ff2e;
}

.shipping_content {
    background-color: #9379c5;
    padding: .4rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 15px;
    color: #f1f1f1;
}

.Order_content {
    background-color: #43cf43c4;
}

.Save_content {
    background-color: #8fb38ff2;
}

.Promotions_content {
    background-color: #55b7d9;
}

.Happy_content {
    background-color: #d23b3b85;
}

.f24_content {
    background-color: #e2c109db;
}

/* feature css */
.feature_headings {
    text-align: center;
    margin-bottom: 50px;
}

.feature_headings h1 {
    position: relative;
    display: inline-block;
    font-size: 45px;
    font-family: var(--nicon-font);
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}

.feature_headings h1::after {
    position: absolute;
    content: "";
    bottom: -4px;
    width: 70%;
    height: 3px;
    left: 0px;
    display: inline-block;
    background-color: var(--primary);
}

.feature_headings h1::before {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 70%;
    height: 3px;
    right: 0px;
    display: inline-block;
    background-color: var(--primary);
}

.feature_headings p {
    font-size: 15px;
    color: #aba6a6;
    letter-spacing: 1px;
    font-family: var(--inter-font);
}

.feature_items {
    box-shadow: 0 0 5px -3px #0000007a;
    padding: 10px;
    border-radius: 8px;
    transition: .5s ease-in-out;

}

.feature_items:hover {
    box-shadow: 0 0 5px -1px #0000007a;
}

.feature_items h6 {
    font-weight: 700;
    letter-spacing: .8px;
    margin-top: 15px;
    transition: all .5s ease-in-out;
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature_items h4 {
    font-size: 18px;
    margin: 4px 0;
    color: var(--pink);
    font-style: italic;
}

.price_discount del {
    font-size: 18px;
    margin-right: 5px;
}

.price_discount h3 {
    font-size: 22px;
    color: var(--primary);
    font-style: normal;
    margin: -1px;
}

.feature_items img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

/* repair css */
.repair_section {
    width: 100%;
    background-image: url(../images/b2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
    position:relative;
}

.repair_section::before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    z-index:9;
    background-color: #0004162e;
}
.repair_contant {
    color: #f2f2ff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    text-align: center;
    position:relative;
    z-index:99;
}

.repair_contant h4 {
    font-size: 22px;
    font-family: var(--inter-font);
    font-weight: 700;
    letter-spacing: 1px;
}

.repair_contant h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0;
}

.discount {
    color: #04ff00;
    font-family: var(--inter-font);
}

.explore {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.explore img{
    filter: drop-shadow(14px 5px 0px #0047ff);
}

.explore p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--inter-font);
    letter-spacing: 1px;
    transition: .3s ease-in-out;
    color:#e4e5fe;
}

.explore p:hover {
    color: #fff;
}

/* new arrivals css */
.new_arrivals {
    text-align: center;
    margin-bottom: 40px;
}

.new_arrivals h1 {
    position: relative;
    display: inline-block;
    font-size: 45px;
    font-family: var(--nicon-font);
    text-transform: capitalize;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.new_arrivals h1::after {
    position: absolute;
    content: "";
    bottom: -4px;
    width: 70%;
    height: 3px;
    left: 0px;
    display: inline-block;
    background-color: var(--primary);
}

.new_arrivals h1::before {
    position: absolute;
    content: "";
    bottom: -8px;
    width: 70%;
    height: 3px;
    right: 0px;
    display: inline-block;
    background-color: var(--primary);
}

.arrivals_slider {
    position: relative;
}

.arrivals_slider .owl-nav {
    position: absolute;
    top: -45px;
    color: brown;
    font-size: 14px !important;
}

.new_arrivals p {
    font-size: 15px;
    color: #aba6a6;
    letter-spacing: 1px;
    margin-left: 30px;
    font-family: var(--inter-font);
}

.arrivals_items {
    box-shadow: 0 0 5px -3px #0000007a;
    padding: 10px;
    border-radius: 8px;
    transition: .5s ease-in-out;
}

.arrivals_items:hover {
    box-shadow: 0 0 5px -1px #0000007a;
}

.arrivals_items h6 {
    font-weight: 700;
    letter-spacing: .8px;
    margin-top: 15px;
    transition: all .5s ease-in-out;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrivals_items h4 {
    font-size: 18px;
    margin: 4px 0;
    color: var(--pink);
    font-style: italic;
}

.price_discount del {
    font-size: 18px;
    margin-right: 5px;
}

.price_discount h3 {
    font-size: 22px;
    color: var(--primary);
    font-style: normal;
    margin: -1px;
}

.arrivals_items img {
    height: 180px !important;
    border-radius: 10px;
}

/* buy get free css  */
.crazy_deals {
    position: relative;
    height: 300px;
}

.crazy_deals img {
    height: 100%;
    width: 100%;
}

.crazy_deals_content {
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.crazy_deals_content h5 {
    color: #fff;
    font-size: 20px;
}

.crazy_deals_content h1 {
    font-family: var(--nicon-font);
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
}

.crazy_deals_content p {
    color: #fff;
    font-size: 16px;
    font-family: var(--inter-font);
    font-weight: 500;
    letter-spacing: 1px;
    margin: 5px 0 10px;
}

.learn {
    border: 1px solid #fff;
    font-family: var(--inter-font);
    color: #fff;
    transition: .5s ease-in-out;
}

.summer_season {
    height: 300px;
    position: relative;
}

.summer_season_content {
    padding: 20px;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    color: #fff;
}

.summer_season img {
    height: 100%;
}

.summer_season_content h5 {
    color: #fff;
    font-size: 20px;
}

.summer_season_content h1 {
    font-family: var(--nicon-font);
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
}

.summer_season_content p {
    color: #fff;
    font-size: 16px;
    font-family: var(--inter-font);
    font-weight: 500;
    letter-spacing: 1px;
    margin: 5px 0 10px;
}

.collection {
    border: 1px solid #fff;
    font-family: var(--inter-font);
    letter-spacing: .5px;
    transition: .5s ease-in-out;
}

.learn:hover,
.collection:hover {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}

.seasonl_sale {
    position: relative;
}

.seasonl_sale_contant {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.seasonl_sale_contant h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.seasonl_sale_contant a {
    font-size: 16px;
    font-weight: 600;
    color: var(--pink);
    font-family: var(--inter-font);
    letter-spacing: .6px;
}

.photo_height {
    height: 200px;
    overflow: hidden;
}

.photo_height img {
    height: 100%;
    transition: .5s ease-in-out;

}

.photo_height:hover.photo_height img {
    transform: scale(1.2);
}

/* special_offer css */
.special_offer {
    background-color: #8ebae1b0;
   
    padding: 50px 0px;
}

.special_contant h1 {
    font-size: 26px;
    letter-spacing: .6px;
    font-weight: 600;
    font-family: var(--inter-font);
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff;
}

.special_contant p {
    font-size: 16px;
    letter-spacing: .5px;
    color: #000000b0;
    font-weight: 400;
    font-family: var(--inter-font);
}

.special_contant p a {
    color:brown;
    font-weight: 600;
    text-transform: capitalize;
}

.news {
    background-color: #fff;
    display: flex;
    height: 100%;
    border-radius: 5px;
}

.news_email {
    width: 85%;
    background-color: transparent;
    border: none;
    padding: 10px;
}

.news button {
    width: 15%;
    border: none;
    background-color: #23234a;
    color: #fff;
    font-family: var(--inter-font);
    font-size: 16px;
    letter-spacing: .5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* collection page & css */
/* ------------------- */
.collection_bannar {
    width: 100%;
    height: 35vh;
    position: relative;
}

.collection_bannar img {
    height: 100%;
    object-fit: cover;
}

.collection_bannar::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #3011115e;
    z-index: 1;
}

.shop_contant {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop_contant h1 {
    color: #fff;
    font-family: var(--nicon-font);
    font-size: 70px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}

.shop_contant p {
    font-family: var(--inter-font);
    color: #fff;
    letter-spacing: .5px;
    margin: 10px 0;
    text-align: center;
}

.shop_contant p span {
    color: var(--pink);
    font-weight: 600;
    font-size: 18px;

}

.shop_bannar_btn {
    background-color: var(--pink);
    padding: .4rem 2rem;
    color: #fff !important;
    border-radius: 50px 0px 50px 0px;
    transition: .5s ease-in-out;
    font-family: var(--inter-font);
    letter-spacing: .5px;
}

.shop_bannar_btn:hover {
    background-color: var(--primary);
}

/* pagination_bar css*/
.pagination_bar {
    display: flex;
    justify-content: center;
}

.pagination_color li a {
    background-color: #23234a;
    color: #fff;
    margin-right: 8px;
    border-radius: 50%;
}

/* product-details css */

/* =================== */

/* desktop size product details css */

.cart_btn {
    padding: .6rem 3rem;
    color: #fff;
    font-family: var(--inter-font);
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
}

.cart_btn:focus {
    outline: none;
}

.mobile_cart {
    display: none !important;
}

.heart_icon {
    width: 45px;
    height: 45px;
    background-color: #ddd;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heart_icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.heart_icon.active {
    color: var(--pink);
}

/* product_contant all details css */
.product_details_contant h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.product_price {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.product_price h1 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    font-family: var(--inter-font);
}

.product_price del {
    color: #878787;
    margin: 0 .5rem;
    font-style: italic;
    font-size: 20px;
}

.product_price h5 {
    color: var(--primary);
    font-size: 22px;
}

.color_dress {
    display: flex;
    font-size: 18px;
    font-family: var(--inter-font);
    align-items: start;
    font-weight: 600;

}

.color_imgdress {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3rem;
}

/* .color_imgdress img:hover {
    box-shadow: 0 0 5px -2px #000
} */

.color_imgdress img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: .5s ease-in-out;
}

.size_dress {
    display: flex;
    align-items: start;
    margin-top: 1rem;
    font-weight: 600;
    font-family: var(--inter-font);
}

.size_button {
    margin-left: 3rem;
}

.size_dress span {
    padding: .4rem 1rem;
    margin-right: 5px;
    /* border: 2px solid #ddd; */
    /* background-color: transparent; */
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* .size_dress button:focus {
    outline: none;
    color: var(--pink);
    border: 2px solid var(--pink);

} */

/* modals popover css  */
.size_dress .modals_size {
    color: var(--pink);
    border: 0px;
    outline: none;
    padding: 0;
}

.modal-title {
    color: var(--pink);
}

#exampleModal {
    z-index: 9999;
}

.modal-dialog {
    max-width: 100%;
    margin: 90px auto 0;
}

.modal-content {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
}

.size_dress .modals_size:focus {
    outline: none;
    color: var(--pink);
    border: 0;
    box-shadow: none;

}

.size_scale {
    width: 30px;
}

.table thead th {
    background-color: #ddd;
    border-top: 0;
    border-bottom: 0;
}

.table_row {
    border: 0;
    text-align: center;
}

.full_shirts {
    object-fit: contain;
}

.helg_shirts {
    width: 250px;
    height: 250px;
}

.size_all_details h5 {
    font-size: 18px;
    letter-spacing: .5px;
    font-family: var(--inter-font);
    margin-bottom: 10px;
}

.size_all_details p {
    font-family: var(--inter-font);
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* desktop size product details css close */

#main {
    margin: 30px 0 0;
}

#main #faq .card {
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #dddddd00;
    color: #222;
    font-size: 22px;
    font-family: var(--inter-font);
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main #faq .card .card-header .btn-header-link:focus {
    box-shadow: none;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 16px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
}

.conatnt_details {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: .6rem;
}

.conatnt_details h6 {
    font-family: var(--inter-font);
}

.conatnt_details p {
    font-size: 14px;
}

.product_describe h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.product_describe h5 {
    font-size: 14px;
    font-family: var(--inter-font);
    line-height: 25px;
    letter-spacing: .3px;
    font-weight: 300;
    /* margin-bottom: 15px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_describe input{
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.product_describe input:focus ~ label{
    outline: -webkit-focus-ring-color auto 5px;
}
.product_describe input:checked ~ h5{
    -webkit-line-clamp: unset;
}
.product_describe input:checked ~ label{
    display: none;
}
.product_describe label{
    color: #23234a;
}

.img-selection {
    display: flex;
}

.img-thumbnail {
    margin: 10px 5px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    border: 0;
    border: 3px solid transparent;
}

.img-thumbnail.selected {
    border: 3px solid #e53450;
}

.big-img {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 5px;
    cursor: zoom-in;
    overflow: hidden;
}

.big-img img.zoom {
    position: absolute;
    transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
}

.display-img {
    width: 100%;
}

/* realated product css  */
.realated_product h1 {
    font-size: 40px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    font-family: var(--nicon-font);
}

.realated_product h1::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background-color: var(--primary);
    left: 0;
    bottom: -8px;
}

.realated_product h1::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background-color: var(--primary);
    right: 0;
    bottom: -15px;
}

/* realated product slider css */
/* explore css  */

/* login account css  */
#navbar {
    position: relative;
}

.login_account {
    position: fixed;
    width: 350px;
    height: 100vh;
    background-color: #fff;
    top: 0;
    right: -110%;
    color: #000;
    border-left: 2px solid var(--primary);
    z-index: 999;
    transition: all .5s ease-in-out;
}

.login_account.active {
    right: 0;
}

.cancel {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 30px;
    color: var(--pink);
}

.login_account h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter-font);
    margin-bottom: 1rem;
    text-align: center;
    margin: 4rem 0 1rem;
}

.accout_tab {
    display: flex;
    justify-content: center;
}

.accout_tab li {
    border-bottom: 2px solid #ddd;
    padding: .3rem 2rem;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--inter-font);
}

.accout_tab li.active {
    color: var(--pink);
    color: var(--primary);

    border-bottom: 2px solid var(--pink);
}

.sing_in_form {
    width: 100%;
}

.form_singin {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form_singin label {
    color: var(--pink);
    font-size: 14px;
    letter-spacing: .6px;
    color: #000;
}

.form_singin label span {
    color: var(--pink) !important
}

#submit {
    background-color: var(--pink);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--inter-font);
    letter-spacing: .6px;
    padding: .5rem 0;
    transition: .5s ease-in-out;
}

#submit:hover {
    background-color: var(--primary);
}

.forget {
    color: var(--pink);
    display: flex;
    justify-content: center;
    margin: 10px 0;
    text-decoration: underline !important;
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 400;
    font-family: var(--inter-font);
}

/* login css  */
.form_login {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form_login label {
    color: var(--pink);
    font-size: 14px;
    letter-spacing: .6px;
    color: #000;
    font-family: var(--inter-font);
}

.form_login label span {
    color: var(--pink) !important
}

.form_login_check {
    display: flex;
    justify-content: center;
}

#checkbox {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 8px;
}

.form_login_check label {
    font-size: 16px;
    font-family: var(--inter-font);
}

.form_login_check label a {
    color: var(--pink);
    font-weight: 500;
}

#create {
    font-size: 14px;
    color: #000;
    font-family: var(--inter-font);
    font-weight: 500;
    padding: .5rem;
    background-color: #25237ea9;
    transition: .5s ease-in-out;
    color: #fff;
}

#create:hover {
    background-color: var(--primary);
}

#create.active {
    background-color: var(--pink);
    color: #fff;
}

/* forget css  */
.forget_box {
    width: 350px;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -110%;
    border-left: 2px solid var(--primary);
    transition: .5s ease-in-out;
}

.forget_box.active {
    right: 0;
}

.forget_box h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--inter-font);
}

.forget_box label {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter-font);
}

.forget_box label span {
    color: var(--pink);
}

.forget_box .recover {
    background-color: var(--pink);
    margin-top: 1rem;
    color: #fff;
    font-family: var(--inter-font);
    font-weight: 500;
    font-size: 15px;
    transition: .5s ease-in-out;
    padding: .6rem 0;
}

.forget_box .recover:hover {
    background-color: var(--primary);
}

.back_sing {
    color: var(--pink);
    display: flex;
    justify-content: center;
    margin: 10px 0;
    text-decoration: underline !important;
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 400;
    font-family: var(--inter-font);
}

.fa-arrow-left {
    margin-top: 3px !important;
    padding-right: 5px;
    text-decoration: none;
}

/* best sellings css  */
.best_selling_slider {
    position: relative;
}

.best_selling_slider .owl-nav {
    position: absolute;
    top: -45px;
    color: brown;
    font-size: 14px !important;
}

/* popular product css  */
.popular_product_slider {
    position: relative;
}

.popular_product_slider .owl-nav {
    position: absolute;
    top: -45px;
    color: brown;
    font-size: 14px !important;
}

#most_popular {
    margin-bottom: 60px !important;
}

/* testmonial css  */
.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
    font-family: var(--inter-font);
    color: #000;
    letter-spacing: 0;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #db584e;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.footer-section:before {
    content: '';
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(31, 47, 64);
    z-index: -10;
}

.footer-section:after {
    position: absolute;
    content: '';
    background-color: rgb(31, 47, 64);
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10;
}

.footer-top {
    padding-top: 96px;
    padding-bottom: 50px;
}

.footer-top p,
.company-footer-contact-list li {
    color: #ffffff;
}

.company-footer-contact-list {
    margin-top: 10px;
}

.company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.company-footer-contact-list li+li {
    margin-top: 5px;
}

.company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}

.widget-title {
    text-transform: capitalize;
}

.footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 30px;
}

.courses-link-list li {
    margin-bottom: 10px;
}

.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}

.courses-link-list li a:hover {
    color: #ffb606;
}

.courses-link-list li i {
    margin-right: 5px;
}

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li {
    margin-bottom: 10px;
    color: #ffff;
    font-family: var(--inter-font);
    font-size: 14px;
    transition: .3s ease-in-out;
}
.small-post-list li:hover{
    color: #ffb606;
}

.news-letter-form {
    margin-top: 15px;
}

.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
}

.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ffb606;
    padding: 9px 30px;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #ffffff;
}

.copy-right-text a {
    color: #ffb606;
}

.terms-privacy li+li {
    margin-left: 30px;
}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}

.terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px;
}

.terms-privacy li+li a:after {
    display: none;
}

.company-footer-contact-list li{ 
    padding-bottom: 8px;
}
.footer_adddres h5{
    font-size: 14px !important;
    font-weight: 400;
    font-family: var(--inter-font);
}
.social_icon {
    display: flex;
}

.social_icon li {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .3s ease-in-out;
}

.social_icon li a i:hover {
    color: #ffb606;

}
/* order css  */
.free_delivary{
    display: flex;
    padding: 40px 10px;
}
.delivary_contant h1{
    font-size: 20px;
    margin-bottom: 5px;
}
.delivary_contant p{
    font-family: var(--inter-font);
    color: #747474;
    font-size: 14px;
    line-height: 24px;
}
/* button scroll css */
#button_scrll{
    width: 40px;
    height: 60px;
    background-color: #ffd700;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    animation: scrol 1s ease-in alternate infinite;
    cursor: pointer;
}
@keyframes scrol{
    0%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(-5px);
    }
}

/* sign in and sign up css */
.form_background {
    width: 100%;
    /* background-color: #23234a; */
    box-shadow: 0 0 5px -3px #000;
    padding:40px 20px ;
    border-radius: 10px;
}
#register_form{
    width: 100%;
}
.form_group label{
    color: #000;
    font-family: var(--inter-font);
    font-size: 15px;
    color: #23234a;
}
.create_new{
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create_new .sing_in_btn{
    font-family: var(--inter-font);
    color: #fff ;
    text-decoration: none ;
    font-size: 14px ;
}
.create_new a{
    color: #ffb606;
    text-decoration: underline;
    font-family: var(--inter-font);
    font-size: 12px;
}
.sign_header{
    font-size: 25px;
    margin-bottom: 15px;
    color: #23234a;
    text-transform: uppercase;
}



/* 14 nov about us page style ----------------------------------------------------*/

.sec-padding{
    padding: 100px 0;
}
.sub-banner-section{
    width: 100%;
    height: 300px;
    background-image: url(../images/sub_banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.sub-banner-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    position: absolute;
    top: 0;
}
.sub-banner-txt{
    position: absolute;
    z-index: 99;
    color:#fff;
}
.about-section-img img{
    margin-left: 20px;
    margin-top: -20px;
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
}
.about-section-img{
    position: relative;
}
.about-section-img::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid red;
    border-radius: 15px;
    left: -10px;
    bottom: -30px;
    position: absolute;
}
.partner-section{
    background-color: #233243;
}
.partner-section .partnerimg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.consalt-section{
    width: 100%;
    height: 300px;
    background-image: url(../images/about.jpg);
    background-attachment: fixed;
}
.overlay-section{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.596);
}
.team-section .team-img img{
    border-radius: 15px;
    position: relative;
}
.team-img-footer{
    width: 90%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    transform: translateY(-17px);
    transition: .3s;
    background-color: transparent;
    background-image: linear-gradient(180deg, #A6587C00 50%, #1D2F40 100%);
}
.team-bg:hover .team-img-footer{
    visibility: visible;
    transform: translateY(-65px);
}
.contact-icon-box i{
    font-size: 40px;
    color: #121279;
}

@media(max-width:320px){

    .about-section-txt{
        padding-top: 45px;
    }

    .about-section-img img{
        max-height: 250px;
    }
    .sec-padding{
        padding: 40px 0;
    }
}


/* cart page css */
.cart_area {
    margin-top: 50px;
}

.cart_inner {
    padding: 30px 0 120px 0;
}

.cart_inner .table thead tr th {
    font-size: 13px;
    font-family: var(--inter-font);
    font-weight: 400;
    color: #757575;
}

.cart_inner .table tbody tr td .cart_headings .d-flex {
    padding-right: 30px;
}

.cart_headings {
    display: flex;
    align-items: center;
}

.media-body h6 {
    font-size: 18px;
    font-family: var(--inter-font);
    font-weight: 400;
}

.cart_inner .table tbody tr td {
    padding: 15px 0;
    vertical-align: middle;
    align-items: center;
}

.cart_inner .table thead th {
    background-color: #fff;
}

.cart_inner .table tbody tr td h5 {
    font-size: 14px;
    color: #2a2a2a;
    font-family: var(--inter-font);
    text-align: center;
}

.product_count {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_count button {
    background-color: transparent;
    outline: none;
    border: 1px solid rgba(118, 118, 118, 0.3);
    padding: 5px 10px;
    font-size: 12px !important;
}

.count_box {
    width: 35px !important;
    height: 30px !important;
    border: 1px solid rgba(118, 118, 118, 0.3) !important;
    border-radius: 5px;
    margin: 0 5px;
    text-align: center;
}

.simple_btn {
    background: none;
    color: #fff;
    font-family: var(--inter-font);
    border: 1px solid #999;
    padding: 13px 30px;
    border-radius: 30px;
    font-weight: bold;
    background-color: #23234a;
    transition: .5s ease-in-out;
}

.simple_btn:hover {
    background-color: #ffb606;
    color: #23234a;
}

.remove_btn {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.checkout_btn_inner {
    display: flex;
    justify-content: end;
}

.headings_view {
    display: none;
}

.checkout_btn {
    border-radius: 50px;
}

.subbannar h1{
    text-align: center;
    font-size: 50px;
    margin-bottom: .8rem;
}

.subbannar_contant  {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--inter-font);
}
.subbannar_contant p a{
    font-weight: 600;
}
.subbannar_contant p{
    margin: 0 5px;
    text-transform: capitalize;
}

/* responsive  */

/* @media(max-width:1199px) {
    .simple_btn {
        font-size: 12px;
        padding: 4px 7px;
    }
}

@media(max-width:991px) {
    .simple_btn {
        font-size: 10px;
        padding: 4px 7px;

    }

    .media-body h6 {
        line-height: 25px;
        margin-bottom: 5px;
    }
}

@media(max-width:767px) {
    .destop_design {
        display: none;
    }

    .headings_view {
        display: block;
    }

    .card {
        padding: 15px;
    }

    .small_screen {
        font-family: var(--inter-font);
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .color_size {
        margin: 5px 0;
        font-size: 14px;

    }
    .subbannar h1 {
        font-size: 35px;
    }
}

@media(max-width:520px) {
    .small_screen_img{
        width: 60px;
        height: 60px;
    }
    .media a h5 {
        font-size: 15px;
        line-height: 22px;
    }
    .subbannar h1 {
    font-size: 30px;
}
} */

/* checkout */
.checkut_headings h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--inter-font);
    letter-spacing: .6px;
    color: #23234a;
    margin-bottom: 1rem;
}

.checkout_form_group {
    margin-bottom: 1rem;
}

.checkout_form_group label {
    font-size: 14px;
    font-weight: 500;
    font-family: var();
    color: #000;
    margin-bottom: 8px;
}

.checkout_form_group input {
    font-size: 14px;
}

#area {
    font-size: 14px;
}

.select_list {
    font-size: 13px;
}

.bill_details {
    border-radius: 5px;
    padding: 25px;
    color: #000;
}

.bill_name {
    margin: 12px 0;
}

.bill_details h6 {
    font-family: var(--inter-font);
    text-align: center;
    /* padding-bottom: 10px; */
}

.bill_all_details {
    list-style: none;
}

.bill_all_details li a {
    display: flex;
    font-family: var(--inter-font);
    justify-content: space-between;
    border-bottom: 1px solid #7a79620d;
    /* padding-top: 10px; */
    font-size: 12px;
    margin-top: 3px;
}

.choose_option {
    font-size: 14px;
    font-family: var(--inter-font);
    font-weight: 500;
    padding: 8px 0;

}

.confirm_btn {
    background-color: #23234a;
    border-radius: 50px;
    color: #fff !important;
    font-family: var(--inter-font);
    transition: .3s ease-in-out;
}

.product_name{
    font-size: 14px;
    font-family: var(--inter-font);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* update design */


.cart_section{
    color:#3b3bae;
}

