:roozzt {
    --primary: #2264cf;
    --secondary: #5f5e58;
    --light: #F7F7F7;
    --dark: #000000;
    --danger: #e1181c;
}
body {
    font-family: "Outfit", sans-serif;
}
header{
    height: 80px;
}
.sec_head{
    height: 3rem;
    width: 100%;
    background: #dbdbdb;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.sec_content h1{
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
}
.sec_main{
    margin-top: 5rem; 
}
.sec_content .breadcrumb{
    padding-top: 10px;
}
.sec_content .breadcrumb .breadcrumb-item.active{
    color: #e1181c;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
} 
.sec_content .breadcrumb .breadcrumb-item a{
    color: #e1181c;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}
.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.nav-pills .nav-link {
    background: 0 0;
    font-size: 16px;
    border: 0;
    font-weight: 600;
    border-radius: .25rem;
    height: 35px;
    width: 100%;
    letter-spacing: 0.5px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    color: white;
}
.nav-pills .nav-link:hover{
    color: black;
    background-color: white;
    transition: 0.15s ease-in-out;
    font-size: 16px;
    border: 0;
    font-weight: 600;
    border-radius: 4px;
}
.nav-pills .nav-link:hover i{
    /* color: var(--blue);
    background: #f2f2f2;
    transition: 0.10s ease-in-out; */
}
.nav-pills .nav-link.active{
    color: black;
    border-radius: 4px;
    background-color: white;
}
.border_bottom{
    /* border-bottom: 0px!important; */
}
.sec_main .nav{
flex: 1;
}
.sec_main i{
    padding-right: 6px;
    font-size: 14px;
}
.dashboard_head p{
    font-size: 24px;
    color: black;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.dashboard_head strong{
    font-size: 28px;
    font-weight: 600;
    color: #e1181c;
}
.form_message{
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 1;
    margin-top: 1rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.user-info {
    display: flex;
    align-items: center;
}
 .user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.form_message span i{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_message P{
    margin-bottom: 0px;
    font-size: 18px;
}
.form_message span{
    font-size: 18px;
    color: #ffffff;
    padding-left: 5px;
    background: #ff0d0d;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}
.form_message a{
    color: #ff0d0d;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 4px;
}
.form_message a:hover{
    color: var(--orange);
}
.form_table  table td{
    padding: 10px;
}

.form_table h2{
    font-size: 22px;
    text-transform: none;
    margin-bottom: 15px;
    font-weight: 600;
}
.form_table p{
    font-size: 17px;
    font-weight: 400;
    color: black;
}
.form_table .table_navs{
    color: black;
    font-size: 18px;
    font-weight: 600;
}
.form_table .table_value{
    font-size: 18px;
    letter-spacing: 0.2px;
}

.form_table .form_table_navs{
    font-size: 19px;
    font-weight: 600;
    padding-right: 5px;
    letter-spacing: 0.3px;
}
.address_content {
    width: 100%;
}
.tab-pane .address_btn {
    background: none;
    color: white;
    display: flex;
    justify-content: center;
    border: none;
    font-size: 20px;
    font-weight: 500;
}
.tab-pane .address_btn:focus{
    border: none;
    box-shadow: none;
}
.address_content h2{
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #e1181c;
}
.address_content .add_btn{
    color: white;
    height: 35px;
    width: 120px;
    font-size: 16px;
    border: none;
    background: #1571cf;
    border-radius: 5px;
    font-weight: 500;
}
.address_content .add_btn:hover{
    background: #47a3fe;
    transition: 0.3s ease-in-out;
}
.address_content .cancel_btn{
    background: none;
    border: 1px solid #e2e2e2;
    color: black;
    height: 35px;
    width: 120px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}
.address_content .buttons{
    display: flex;
    gap: 15px;
}
.address_content .form .input{
    font-size: 16px;
    color: #878787;
    font-weight: 400;
}
.address_content .form-control:focus{
    box-shadow: none;
    border: 1px solid #e2e2e2;
}
.address_content .form-label{
    font-size: 16px;
    color: #878787;
    font-weight: 400;
}
.address_content .form-select{
    font-size: 16px;
    color: #878787;
    font-weight: 400;
}
.address_content .form-select:focus{
    box-shadow: none;
    border: 1px solid #e2e2e2;
}

.data_address {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 1px 0px;
    margin-top: 1rem;
    padding: 12px;
}
.data_address .address_head{
    display: flex;
    justify-content: space-between;
}
.data_address .address_head .dropdown-item{
    border: none;
    inset: 0px auto auto -140px;
    padding: 0%;
    padding-right: 3px;
    width: 80px;
    color: #ffffff;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
.data_address .address_head .dropdown-item span{

}
.data_address .address_head .home_btn{
    border: none;
    inset: 0px auto auto -140px;
    padding: 0%;
    padding-right: 3px;
    width: 80px;
    color: #ffffff;
    background: dodgerblue;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
}
.data_address .dropdown-menu {
    inset: 0px auto auto -140px!important;
    height: 40px;
    padding-top: unset;
    padding-bottom: unset;
    border: none;

}
.data_address .address_head .home_btn span{

}
.data_address .address_head .home_btn i{
    color: white;
}
.data_address h2{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    width: 100px;
    color: black;
    margin: 0%;

}
.data_address h2 p{
    background: #eee8e8;
    height: 21px;
    width: 19px;
    margin-left: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
}

.data_address .name{
    font-size: 17px;
    font-weight: 600;
}
.data_address .phone{
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.data_address .address{
    font-size: 16px;
    font-weight: 400;
}
.data_address .address span{
    font-size: 16px;
    font-weight: 400;
}
.data_address .address .addressline1{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-right: 12px;
    margin-bottom: 0%;
}
.data_address .address .addressline2{
    display: inline;
    font-size: 16px;
    font-weight: 600;
    padding-left: 16px;
}
.data_address .address .address2{
    display: inline;
    padding-left: 7px;
}
.data_address .address .pincode{
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-left: 16px;
}
.data_address .dropdown p button{
    height: 39px;
    width: 80%;
    background-image: linear-gradient(504deg, black, #680000, black, #680000);
    color: white;
    border: none;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-left: 25px;
    font-weight: 500;
}
.data_address .dropdown p button:focus-visible{
    box-shadow: none!important;
}
.dropdown-menu .dropdown-item {
    padding: unset;
}
.dropdown-menu .dropdown-item{
    background: none!important;
}
.addresses .edit_btn{
    color: white;
    height: 35px;
    width: 120px;
    font-size: 16px;
    border: none;
    background: #0571dd;
    border-radius: 5px;
    font-weight: 500;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addresses .edit_btn:hover{
    background: #3b92ec;
}
.addresses .delete_btn {
    background: none;
    border: 1px solid #e2e2e2;
    color: black;
    height: 35px;
    width: 120px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}
.addresses .edit_buttons{
    display: flex;
    margin: auto;
    padding-top: 20px;
    gap: 15px;
    justify-content: center;
}
.edit_form_field{
    width: 45.5rem;
    right: 15rem;
    margin-top: 30px;
}
.addresses .addresses_card_body{
    position: absolute;
    max-width: 47.7rem;
    left: 22.6rem;
    top: 92rem;
    height: auto;
    box-shadow: 0px 0px 2px 0px;
    padding: 15px;
}
.addresses .edit_buttons .buttons .edit_btn{
    background: black;
    color: white;
    height: 35px;
    width: 120px;
    text-decoration: none;
    border: none;
}
.addresses .edit_buttons .buttons .edit_cancel_btn{
    background: none;
    border: 1px solid #e2e2e2;
    color: black;
    height: 35px;
    width: 120px;
}
.addresses_card_body h2{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec_main .side_sec {
    height: 18rem;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px black;
    /* background-image: linear-gradient(to right bottom, black, black, #e1181c); */
    background: #214948;
}

.nav-pills .nav-link {
    display: flex;
    align-items: center;
}

.wishlist_header {
    margin-bottom: 20px;
}
.head {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}
.sub_head {
    color: #666;
    font-size: 1rem;
}
.accordion-button {
    background-color: #f9f9f9;
    color: #000;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}
.accordion-button:not(.collapsed) {
    color: #214948;
}
.accordion-item {
    border: none;
}
.accordion-body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
}
.product_item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.product-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 20px;
}
.product_details {
    flex-grow: 1;
}
.price {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
}
.status {
    font-weight: bold;
}
.status.in-transit {
    color: orange;
}
.status.delivered {
    color: green;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.status.delivered i {
    margin-right: 5px;
}
.order-details {
    font-size: 0.9rem;
    color: #666;
}
.order_header {
    margin-bottom: 20px;
}

.order_box .accordion-item {
    margin-bottom: 10px;
}

.order_box .accordion-button:not(.collapsed) {
    background-color: #214948;
}

.order_box .accordion-button:not(.collapsed) {
    color: #ffffff;
}

.order_box .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

/* .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25) !important;
} */

/* .wishlist_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(215, 215, 215);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.wishlist_table::-webkit-scrollbar {
	width: 5px;
    height: 5px;
	background-color: #F5F5F5;
}

.wishlist_table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #214948;
} */

.wishlist_table {
    overflow-y: hidden !important;
    height: fit-content !important;
}

.sec_main .content_sec::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(215, 215, 215);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.sec_main .content_sec::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.sec_main .content_sec::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #214948;
}
.side_sec h3 {
    font-size: 28px;
    padding: 10px;
    font-weight: 600;
    color: white;
}
.side_sec h3{
  border-bottom: 0.1px solid #adaaaa;
}
.sec_main .content_sec {
    height: 36rem;
    box-shadow: 0px 0px 4px 0px #683a3a;
    padding: 15px;
    overflow-y: scroll;
    margin-bottom: 5rem;
    width: 73%;
    border-radius: 5px;
}
.sec_main .container .row{
    display: flex;
    gap: 15px;
}
.address_content .address_box{
    box-shadow: 0px 0px 1px 0px;
    height: 50px;
    display: flex;
    width: auto;
    justify-content: start;
    border-radius: 5px;
    align-items: center;
    padding: 10px;
    margin-bottom: 1.5rem;
    /* background-image: linear-gradient(504deg, black, #680000, black, #680000); */
    background: #214948;
}
.address_content .address_icon{
    color: white;
}
.address_content .add_address{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.collapse-content {
    display: none;
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.collapse-content.show {
    display: block;
    max-height: 200px; /* Adjust as needed */
}
/* wishlist section starts */

/* wishlist section ends */
.sec_main .wishlist_box .wishlist_header .head{
    font-size: 28px;
    font-weight: 600;
    color: #214948;
}
.sec_main .wishlist_box .wishlist_header .sub_head{
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2.5px;
    padding-top: 10px;
    letter-spacing: 0.4px;
}
.sec_main .wishlist_box .wishlist_items{
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}
.sec_main .wishlist_box .wishlist_row{
    width: 35%;
}
.sec_main .wishlist_box .wishlist_img{
    display: flex;
    justify-content: center;
    max-width: 40%;
}
.sec_main .wishlist_box .wishlist_img img{
    height: 100%;
    width: 55%;
}
.sec_main .wishlist_box .wishlist_product_name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 21rem;

}
.sec_main .wishlist_box .wishlist_product_name a{
    font-size: 14px;
    font-weight: 600;
}
.sec_main .wishlist_box .table td{
    text-align: center;
    vertical-align: middle;
}
.sec_main .wishlist_box .table thead{
    text-align: center;
    font-size: 14px;
}
.sec_main .wishlist_box .instock_btn{
    height: 30px;
    width: 100px;
    border-radius: 20px;
    border: none;
    background: #aeffae;
    font-size: 14px;
    font-weight: 600;
    cursor: unset;
}
.sec_main .wishlist_box .add_cart_btn{
    border: none;
    background: #439aff;
    color: white;
    height: 31px;
    width: 110px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.sec_main .wishlist_box .outofstock_btn{
    height: 30px;
    width: 100px;
    border-radius: 20px;
    border: none;
    background: #ffaeae;
    font-size: 14px;
    font-weight: 600;
    cursor: unset;
}
.sec_main .wishlist_box .wishlist_content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec_main .wishlist_table{
    height: 15rem;
    overflow-y: scroll;
}
.sec_main .logout_box{
    display: flex;
    flex-direction: column;
    padding: 8px;
}
.sec_main .logout_box img{
    height: 100px;
    width: 13%;
    margin: auto;
}
.sec_main .logout_box .email{
    margin: auto;
    font-size: 22px;
    font-weight: 500;
}
.sec_main .logout_box .logout{
    margin: auto;
    font-size: 25px;
    font-weight: 600;
}
.sec_main .logout_box .logout_buttons{
    display: flex;
    margin: auto;
    padding-top: 20px;
    gap: 20px;
}
.sec_main .logout_box .logout_buttons .logout_btn button{
    color: white;
    height: 35px;
    width: 120px;
    font-size: 16px;
    border: none;
    background: #1571cf;
    border-radius: 5px;
    font-weight: 500;
}
.sec_main .logout_box .logout_buttons .cancel_btn button{
    background: none;
    border: 1px solid #e2e2e2;
    color: black;
    height: 35px;
    width: 120px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}

.wishlist_product_name a {
    color: #214948;
}

i.fa.fa-trash {
    color: #214948;
}

i.fa.fa-eye {
    color: black;
}
/* Footer starts */
a {
    text-decoration: none;
}
.footer {
    /* background-image: url("/./assets/images/footer.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
  }
  .footer .content .address-content .logo-img {
    margin-block: 30px;
  }
  .footer .content .address-content .logo-img a img {
    display: inline-block;
    width: 200px;
    height: auto;
  }
  .footer .content .address-content .call {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer .content .address-content .call a {
    color: #fff;
  }
  .footer .content .address-content .call .icon {
    font-size: 22px;
    color: #214948;
    margin-right: 15px;
  }
  .footer .content .address-content .address {
    margin-bottom: 20px;
  }
  .footer .content .address-content .address .icon {
    font-size: 22px;
    color: #214948;
    margin-right: 15px;
  }
  .footer .content .address-content .address address {
    color: #fff;
  }
  .footer .content .address-content .mediya-icons {
    padding-left: 40px;
  }
  .footer .content .address-content .mediya-icons span {
    margin-right: 12px;
  }
  .footer .content .address-content .mediya-icons span a {
    font-size: 26px;
    color: #214948;
  }
  .footer .content .categories-list .md-header {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
  }
  .footer .content .categories-list .list-unstyled .list-unstyled-item {
    margin-block: 15px;
  }
  .footer .content .categories-list .list-unstyled .list-unstyled-item a {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
  }
  .footer .content .categories-list .list-unstyled .list-unstyled-item a:hover {
    color: #214948;
  }

/* Footer ends */


/* Medium devices (landscape tablets, 768px - 991px) */
@media only screen and (min-width: 328px) and (max-width: 991px) {
    .sec_main .side_sec {
        height: 17.5rem;
        box-shadow: 0px 0px 2px 0px;
        margin: 0rem 1rem;
        width: 94%;
    }
    .sec_main .content_sec{
        height: 36rem;
        box-shadow: 0px 0px 2px 0px;
        padding: 15px;
        margin-bottom: 5rem;
        width: 94%;
        margin: 0rem 1rem;
    }
}

@media (max-width:991px) {
    .sec_main .side_sec{
        margin-bottom: 30px;
    }
    .sec_main .content_sec{
        margin-bottom: 30px;
    }
    .side_sec h3 {
        font-size: 23px;
    }
    .tab-pane .address_btn {
        font-size: 16px;
    }
    .side_sec h3 {
        font-size: 20px;
    }
    .nav-pills .nav-link{
        font-size: 14px;
    }
    .dashboard_head p {
        font-size: 20px;
    }
    .dashboard_head strong {
        font-size: 21px;
        font-weight: 600;
        color: #e1181c;
    }
    .dashboard_head h2{
        font-size: 1.8rem;
    }
    .form_message span i{
        font-size: 12px;
    }
    .form_message span {
        font-size: 18px;
        height: 20px;
        width: 20px;
    }
    .form_table h2{
        font-size: 20px;
    }
    .form_table .form_table_navs{
        font-size: 17px;
    }
    .form_table p {
        font-size: 13px;
        font-weight: 400;
        color: black;
    }
    .form_table .table_navs {
        font-size: 16px;
    }
    .form_table .table_value{
        font-size: 16px;
        letter-spacing: 0.2px;
    }
    .data_address h2 {
        font-size: 14px;
        height: 27px;
        width: 63px;
    }
    .data_address .name {
        font-size: 14px;
    }
    .data_address .phone {
        font-size: 14px;
    }
    .data_address .address {
        font-size: 14px;
        font-weight: 600;
    }
    .addresses .edit_btn {
        height: 30px;
        width: 100px;
    }
    .addresses .delete_btn{
        height: 30px;
        width: 100px;
    }
    .address_content h2{
        font-size: 22px;
    }
    .sec_main .wishlist_box .wishlist_header .head {
        font-size: 24px;
    }
    .sec_main .wishlist_box .wishlist_header .sub_head{
        font-size: 14px;
    }
    .sec_main .wishlist_box .table thead {
        text-align: center;
        font-size: 14px;
    }
    .sec_main .wishlist_box .wishlist_product_name a{
        font-size: 14px;
        font-weight: 600;
    }
    .sec_main .wishlist_box .table thead {
        text-align: center;
        font-size: 14px;
    }
    .sec_main .wishlist_box .table td {
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
    }
    .sec_main .wishlist_box .instock_btn {
        height: 25px;
        width: 83px;
        font-size: 13px;
    }
    .sec_main .wishlist_box .outofstock_btn{
        height: 25px;
        width: 83px;
        font-size: 13px;
    }
    .sec_main .wishlist_box .add_cart_btn {
        height: 28px;
        width: 88px;
        font-size: 12px;
    }
}
@media (max-width:768px) {
    .sec_main .side_sec{
        margin-bottom: 30px;
    }
    .sec_main .content_sec{
        margin-bottom: 30px;
    }
    .form_message a {
        padding-right: 0px;
        font-size: 16px;
    }
    .form_message P {
        font-size: 16px;
    }
    .side_sec h3 {
        font-size: 21px;
    }
    .tab-pane .address_btn {
        font-size: 16px;
    }
    .dashboard_head p {
        font-size: 20px;
    }
    .dashboard_head strong {
        font-size: 21px;
        font-weight: 600;
        color: #e1181c;
    }
    .dashboard_head h2{
        font-size: 1.8rem;
    }
    .form_message span i{
        font-size: 12px;
    }
    .form_message span {
        font-size: 18px;
        height: 20px;
        width: 20px;
    }
    .form_table h2{
        font-size: 20px;
    }
    .form_table .form_table_navs{
        font-size: 16px;
    }
    .form_table p {
        font-size: 16px;
        font-weight: 400;
        color: black;
    }
    .form_table .table_navs {
        font-size: 14px;
    }
    .form_table .table_value{
        font-size: 14px;
        letter-spacing: 0.2px;
    }
    .data_address h2 {
        font-size: 14px;
        height: 27px;
        width: 63px;
    }
    .data_address .name {
        font-size: 14px;
    }
    .data_address .phone {
        font-size: 14px;
    }
    .data_address .address {
        font-size: 14px;
        font-weight: 600;
    }
    .addresses .edit_btn {
        height: 30px;
        width: 100px;
    }
    .addresses .delete_btn{
        height: 30px;
        width: 100px;
    }
    .address_content h2{
        font-size: 20px;
    }
    .sec_main .wishlist_box .wishlist_header .head {
        font-size: 24px;
    }
    .sec_main .wishlist_box .wishlist_header .sub_head{
        font-size: 14px;
    }
    .sec_main .wishlist_box .wishlist_product_name a{
        font-size: 13px;
        font-weight: 600;
    }
    .sec_main .wishlist_box .table thead {
        text-align: center;
        font-size: 13px;
    }
    .sec_main .wishlist_box .table td {
        text-align: center;
        vertical-align: middle;
        font-size: 15px;
    }
    .sec_main .wishlist_box .instock_btn {
        height: 25px;
        width: 83px;
        font-size: 13px;
    }
    .sec_main .wishlist_box .outofstock_btn{
        height: 25px;
        width: 83px;
        font-size: 10px;
    }
    .sec_main .wishlist_box .add_cart_btn {
        height: 28px;
        width: 88px;
        font-size: 12px;
    }
}
@media (max-width:550px) {
    .sec_main .side_sec{
        margin-bottom: 30px;
    }
    .sec_main .content_sec{
        margin-bottom: 30px;
    }
    .dashboard_head h2{
        font-size: 1.8rem;
    }
    .form_message a{
        padding-right: 0px;
        font-size: 13px;
    }
    .form_message P {
        font-size: 13px;
    }
    .form_table .table_navs {
        font-size: 16px;
    }
    .dashboard_head strong {
        font-size: 23px;
        font-weight: 600;
        color: #e1181c;
    }
    .dashboard_head p {
        font-size: 20px;
    }
    .side_sec h3 {
        font-size: 20px;
    }
    .tab-pane .address_btn {
        font-size: 16px;
    }
    .dashboard_head h2{
        font-size: 1.6rem;
    }
    .form_message span i{
        font-size: 10px;
    }
    .form_message span {
        font-size: 18px;
        height: 18px;
        width: 18px;
    }
    .form_table h2{
        font-size: 19px;
    }
    .form_table .form_table_navs{
        font-size: 16px;
    }
    .form_table p {
        font-size: 16px;
        font-weight: 400;
        color: black;
    }
    .form_table .table_value{
        font-size: 15px;
        letter-spacing: 0.2px;
    }
    .data_address h2 {
        font-size: 13px;
        height: 25px;
        width: 61px;
    }
    .data_address .name {
        font-size: 13px;
    }
    .data_address .phone {
        font-size: 13px;
    }
    .data_address .address {
        font-size: 13px;
        font-weight: 600;
    }
    .addresses .edit_btn {
        height: 28px;
        width: 98px;
    }
    .addresses .delete_btn{
        height: 28px;
        width: 98px;
    }
    .address_content h2{
        font-size: 20px;
    }
    .sec_main .wishlist_box .wishlist_header .head {
        font-size: 22px;
    }
    .sec_main .wishlist_box .wishlist_header .sub_head{
        font-size: 14px;
    }
    .sec_main .wishlist_box .wishlist_product_name a{
        font-size: 12px;
        font-weight: 600;
    }
    .sec_main .wishlist_box .table thead {
        text-align: center;
        font-size: 13px;
    }
    .sec_main .wishlist_box .table td {
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }
    .sec_main .wishlist_box .instock_btn {
        height: 25px;
        width: 83px;
        font-size: 13px;
    }
    .sec_main .wishlist_box .outofstock_btn{
        height: 25px;
        width: 83px;
        font-size: 10px;
    }
    .sec_main .wishlist_box .add_cart_btn {
        height: 28px;
        width: 88px;
        font-size: 12px;
    }
}
@media (max-width:450px) {
    .sec_main .side_sec{
        margin-bottom: 30px;
    }
    .sec_main .content_sec{
        margin-bottom: 30px;
    }
    .form_message a {
        padding-right: 0px;
        font-size: 12px;
    }
    .form_message P {
        font-size: 12px;
    }
    .form_table .table_navs {
        color: black;
        font-size: 14px;
        font-weight: 600;
    }
    .dashboard_head strong {
        font-size: 23px;
        font-weight: 600;
        color: #e1181c;
    }
    .dashboard_head p {
        font-size: 20px;
    }
    .side_sec h3 {
        font-size: 21px;
    }
    .side_sec h3 {
        font-size: 20px;
    }
    .tab-pane .address_btn {
        font-size: 14px;
    }
    .dashboard_head h2{
        font-size: 1.5rem;
    }
    .form_message span i{
        font-size: 10px;
    }
    .form_message span {
        font-size: 18px;
        height: 18px;
        width: 18px;
    }
    .form_table h2{
        font-size: 19px;
    }
    .form_table p {
        font-size: 14px;
        font-weight: 400;
        color: black;
    }
    .form_table .form_table_navs{
        font-size: 15px;
    }
    .form_table .table_value{
        font-size: 15px;
        letter-spacing: 0.2px;
    }
    .data_address h2 {
        font-size: 13px;
        height: 25px;
        width: 61px;
    }
    .data_address .name {
        font-size: 13px;
    }
    .data_address .phone {
        font-size: 13px;
    }
    .data_address .address {
        font-size: 13px;
        font-weight: 600;
    }
    .addresses .edit_btn {
        height: 28px;
        width: 98px;
    }
    .addresses .delete_btn{
        height: 28px;
        width: 98px;
    }
    .address_content h2{
        font-size: 20px;
    }
    .sec_main .wishlist_box .wishlist_header .head {
        font-size: 22px;
    }
    .sec_main .wishlist_box .wishlist_header .sub_head{
        font-size: 14px;
    }
    .sec_main .wishlist_box .wishlist_product_name a{
        font-size: 12px;
        font-weight: 600;
    }
    .sec_main .wishlist_box .table thead {
        text-align: center;
        font-size: 12px;
    }
    .sec_main .wishlist_box .table td {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }
    .sec_main .wishlist_box .instock_btn {
        height: 23px;
        width: 80px;
        font-size: 11px;
    }
    .sec_main .wishlist_box .outofstock_btn{
        height: 25px;
        width: 83px;
        font-size: 10px;
    }
    .sec_main .wishlist_box .add_cart_btn {
        height: 28px;
        width: 88px;
        font-size: 12px;
    }
}
@media (max-width: 430px) {
    .sec_main .side_sec{
        margin-bottom: 30px;
    }
    .sec_main .content_sec{
        margin-bottom: 30px;
    }
    .form_message a {
        padding-right: 0px;
        font-size: 12px;
    }
    .form_message P {
        font-size: 11px;
    }
    .form_table .table_navs {
        color: black;
        font-size: 14px;
        font-weight: 600;
    }
    .dashboard_head strong {
        font-size: 23px;
        font-weight: 600;
        color: #e1181c;
    }
    .dashboard_head p {
        font-size: 20px;
    }
    .side_sec h3 {
        font-size: 20px;
    }
    .tab-pane .address_btn {
        font-size: 14px;
    }
    .dashboard_head h2{
        font-size: 1.5rem;
    }
    .form_message span i{
        font-size: 10px;
    }
    .form_message span {
        font-size: 18px;
        height: 18px;
        width: 18px;
    }
    .form_table h2{
        font-size: 18px;
    }
    .form_table .form_table_navs{
        font-size: 15px;
    }
    .form_table p {
        font-size: 14px;
        font-weight: 400;
        color: black;
    }
    .form_table .table_value{
        font-size: 14px;
        letter-spacing: 0.2px;
    }
    .data_address h2 {
        font-size: 13px;
        height: 25px;
        width: 61px;
    }
    .data_address .name {
        font-size: 12px;
    }
    .data_address .phone {
        font-size: 12px;
    }
    .data_address .address {
        font-size: 12px;
        font-weight: 600;
    }
    .addresses .edit_btn {
        height: 28px;
        width: 98px;
    }
    .addresses .delete_btn{
        height: 28px;
        width: 98px;
    }
    .address_content h2{
        font-size: 20px;
    }
    .sec_main .wishlist_box .wishlist_header .head {
        font-size: 22px;
    }
    .sec_main .wishlist_box .wishlist_header .sub_head{
        font-size: 13px;
    }
    .sec_main .wishlist_box .wishlist_product_name a{
        font-size: 12px;
        font-weight: 600;
    }
    .sec_main .wishlist_box .table thead {
        text-align: center;
        font-size: 11px;
    }
    .sec_main .wishlist_box .table td {
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
    }
    .sec_main .wishlist_box .instock_btn {
        height: 23px;
        width: 80px;
        font-size: 11px;
    }
    .sec_main .wishlist_box .outofstock_btn{
        height: 25px;
        width: 83px;
        font-size: 10px;
    }
    .sec_main .wishlist_box .add_cart_btn {
        height: 28px;
        width: 88px;
        font-size: 12px;
    }
}