@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
div#google_translate_element {
    display: none;
}

/* button.stripe-button-el {
    background-color: #51916E !important;
}

.stripe-button-el span {
    background-color: #51916E !important;
} */

.product-in-whole article.item .product_list label.form-check-label {
    width: 100%;
}

td.greenText{
    color: #52926F !important;
}

.form-check.checked a label {
    color: white;
    cursor: pointer;
}

.bottom-details .table-part table thead tr th {
    width: 33.33%;
}

.bottom-details .table-part td.ped-td {
    padding-left: 20px;
}

.bottom-details .table-part table thead tr th {
    width: 33.33%;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
}
.option-part.option1_values .fil-del {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    position: relative;
    margin-top: 10px;

}

.option-part.option1_values .fil-del input {
    border: 1px solid #ced4da;
}
.option-part.option1_values .fil-del p {
    width: 100%;
}

.option-part.option1_values .fil-del .dels {
    /* width: 10%; */
    position: absolute;
    right: -20px;
    cursor: pointer;
}



.destination-table .row_margin .countryDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
















#google_translate_element {display: none;}
.skiptranslate > iframe {
    display: none !important;
}
.goog-te-banner-frame {
    display: none !important;
}
body {
    position: unset !important;
    top: 0px !important;
}
#google_translate_element .skiptranslate span {
    display: none;
}
#google_translate_element .skiptranslate:after {
    content: '';
    display: none;
}
#goog-gt-tt {
    display:none;
    visibility: hidden;
}
.btn-primary {
    color: #fff;
    background-color: #1b3a2a;
    border-color: #1b3a2a;
}
span.heading_subitem {
    font-weight: 300 !important;
}
.btn-primary:hover {
    color: #1b3a2a;
    background-color: #fff;
    border-color: #1b3a2a;
}
body{
    margin:0;
    font-family: "Inter", sans-serif;
    padding:0;
    overflow-x: hidden;
}
img{
    max-width:100%;
}
a{
    text-decoration:none;
    display: flex;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow:none;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0 !important;
    padding:0;
}

*{
    margin:0;
    padding:0;
}

/* header css start here */
header{
    background: #f2edea;
}
.mobile-login-account{
    display: none;
}
.account-submenu a.btn.login-account{
    color:#000 !important;
}
.account-submenu a.btn.get-started {
    color: #000;
    font-size:14px;
    font-weight: 600;
    padding: 0;
    border-radius: 3px;
    border: 0;
}
.mobile-login-account .account-submenu a {
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
    padding: 9px 16px!important;
}
.mobile-login-account .account-submenu a:hover{
    color:#101e17 !important;
    transition: ease-in-out 0.5s;
}
.mobile-login-account .account-submenu {
    position: absolute;
    width: 200px;
    top:59px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 99;
    right: 2px;
    background: #fff;
}
.mobile-login-account button{
    border:0;
    background: transparent;
}
.mobile-login-account button svg path{
    fill:#1B3A2A;
}
header.fixed .mobile-login-account button svg path{
    fill:#fff;
}

header form.d-flex.ms-auto.login-acoount-hd{
    gap:30px;
    align-items: center;
}
header nav.navbar.navbar-expand-lg.navbar-light {
    padding:20px 50px;
}
header.fixed nav.navbar.navbar-expand-lg.navbar-light {
    padding:20px 50px;
}
body.body-fixed {
    padding-top: 131px;
}
header.fixed {
    position: fixed;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-bottom: 1px solid #1B3A2A;
    left: 0;
    transition: all 0.5s;
    background-color: #1B3A2A !important;
    width: 100%;
    z-index:999;
}

header.fixed a.navbar-brand  svg {
    width: 138px;
}
header.fixed a.navbar-brand svg path {
    fill: #fff;
}
.login-acoount-hd a.btn.get-started {
    justify-content: center;
    background: #1B3A2A;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
    display: flex;
    padding: 14px 40px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #1B3A2A;
}
.login-acoount-hd a.btn.get-started:hover{
    background-color:transparent;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
    border-color:#1b3a2a;
}
header.fixed .login-acoount-hd a.btn.get-started{
    background-color:#9ebcac;
}
header.fixed .login-acoount-hd a.btn.get-started:hover{
    background-color:#fff;
    color:#9ebcac;
}
header a.btn.login-account {
    color: #000;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
}
header a.btn.login-account:hover{
    color:#1B3A2A;
    transition:  ease-in-out;
}
header.fixed a.btn.login-account {
    color: #ffffff;
}
/* header css ne here */

/* banner section start here */
.banner{
    background: linear-gradient(180deg, rgba(193, 172, 157, 0.23) 0%, rgba(97, 86, 79, 0) 100%);
}
.banner .banner-content{
    text-align: center;
}
.banner .banner-image{
    margin:60px 0 40px 0;
}
.banner .banner-image img{
    /* width:100%; */
    object-fit: contain;
}
.banner .banner-content p{
    font-size:18px;
    font-weight:400;
    padding:20px 0 30px 0;
    color:#000;
    line-height:24px;
}
.banner .banner-content a svg{
    width:200px;
}
.banner .banner-content a{
    width:200px;
    margin:0 auto;
}
.banner .banner-content a svg path:hover{
   fill:#1B3A2A;
    transition: ease-in-out 0.4s;
}
.banner .banner-content h1 br{
    display:none;
}
.banner .banner-content h1 {
    font-size: 63px;
    font-weight: 700;
    padding:70px 0 10px 0;
    color: #0f1f17;
}
.banner .banner-content h1 span{
    color: #51916e;
    position: relative;
}
.banner .banner-content h1 span:before {
    content: "";
    /* background-image: url(../images/main-content-line.png); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/main-content-line.png') !important;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    width:100%;
    left: 0;
    height: 100%;
    bottom: -66px;
}
.banner .start-free-now a{
    background-color:#1b3a2a;
    color:#fff;
    font-size:16px;
    margin-top:20px;
    border-radius:4px;
    font-family: "Poppins", sans-serif;
    border:1px solid #1b3a2a;
    width: fit-content;
    padding:14px 50px;
    text-align: center;
    font-weight:400;
    line-height:30px;
}
.banner .start-free-now a:hover{
    background-color:#fff;
    border-color:#1b3a2a;
    color:#1b3a2a;
    transition: ease-in-out 0.5s;
}
/* banner section end here */

/* logo slider css start here */
.home-logo-slider h2 {
    text-align: center;
    color: #101e17;
    font-size: 50px;
    font-weight: 700;
}
.home-logo-slider.swiper {
    width: 100%;
    height: 100%;
  }
  .home-logo-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-logo-slider .swiper-slide img {
    width: 230px;
    cursor: pointer;
    height: 230px;
    object-fit: contain;
}
  .home-logo-slider .swiper-slide img:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .logo-wraper{
    padding:50px  0;
}
/* logo slider cs end here */

/* main section start here */
main.section-home{
    padding:70px 0;
}
main.section-home .row{
    display: flex;
    align-items: center;
}
main.Supplier-banner .content .get-started a{
    background-color: #1b3a2a;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #1b3a2a;
    width: fit-content;
    padding: 12px 50px;
    text-align: center;
    font-weight:500;
    line-height: 30px;
}
main.Supplier-banner .content .get-started a:hover{
    background-color:#ffff;
    color:#1b3a2a;
    border-color:#1b3a2a;
    transition: ease-in-out 0.5s;
}
main .content .get-started a {
    width:180px;
}
main .content .get-started a svg{
    width:180px;
    object-fit: cover;
    object-position: center;
}
main .content .get-started a svg path:hover{
   fill:#1B3A2A;
    transition: ease-in-out 0.3s;
}
main.section-home .content h2 {
    font-size: 63px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #0f1f17;
}
main.section-home .content h2 span{
    color: #51916e;
    position: relative;
    display:inline-block;
}
main.section-home .content h2 span:before {
    content: "";
    /* background-image: url(../images/main-content-line.png); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/main-content-line.png') !important;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 392px;
    width: 100%;
    right: 0;
    height: 100%;
    bottom: -71px;
}
main.section-home .row:nth-child(2) .content{
   padding-left:40px;
}
main.section-home .row:nth-child(3) .content{
    padding-right:40px;
}
main.section-home .row:nth-child(4) .content{
    padding-left:40px;
}
main.section-home .row:nth-child(5) .content{
    padding-right:40px;
}
main .content p {
    font-size: 16px;
    font-weight:400;
    line-height:26px;
    padding-bottom: 27px;
    color: #0f1f17;
}
/* main section end here */

/* footer css start here */
footer{
    background-color:#1B3A2A;
    padding:18px 0;
}
footer p {
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
}
/* footer css end here */

main .interface-user-wraper{
    background-color: #f4f6f9;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    padding:20px;
    border-radius:18px;
}
.paranet-user-face{
    background-color: #f4f6f9;
    padding:50px;
    margin:70px 0;
    border-radius:20px;
}
.order-data-detail .fuilfill-drop a,h4{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.order-data-detail .finacial-status {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.order-data-detail .address
,.order-data-detail .quantity {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width:100%;
}
.order-data-detail .finacial-status a {
    justify-content: end;
    background: #1B3A2A;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
    display: flex;
    padding: 7px 40px;
    border-radius: 3px;
    border: 1px solid #1B3A2A;
}
.order-data-detail .finacial-status a:hover{
    background-color:#fff;
    color:#1B3A2A;
    border-color:inherit;
    transition: ease-in-out 0.5s;
}
.order-data-detail {
    background-color: #F1F1F1;
    padding: 30px 30px 100px 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    row-gap: 25px;
}

main .user-interface-main {
    background-color: #f4f6f9;
    border-radius:18px;
    display: flex;
    padding:30px;
    justify-content: space-between;
    gap:30px;
    align-items: center;
}
.return-data{
    justify-content: center;
}
main .user-interface-main .available {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    padding:30px;
    border-radius:18px;
    width:33.33%;
}
.user-interface-main .available h2 {
    font-size: 22px;
    font-weight: 700;
    color: #51916e;
    text-align: center;
    padding:20px 0;
}
.user-interface-main .available h3 {
    color: #1b3a2a;
    font-size: 67px;
    font-weight: 800;
    text-align: center;
    padding:30px 0;
    line-height: 91px;
}
.user-map img{
    width:100%;
}
.order-list-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:60px
}
.order-list-wraper a{
    justify-content: end;
    background: #1B3A2A;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
    display: flex;
    padding: 14px 40px;
    border-radius: 3px;
    border: 1px solid #1B3A2A;
}
.order-list-wraper a:hover{
    background-color:#fff;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
    border-color: inherit;
}
.order-listing{
    padding:40px 0 100px 0;
}
.order-listing h1{
    color: #203f2f;
    font-weight: 400;
    font-size: 36px;
}
.order-id {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.order-id h2 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.list-tracking a.tracking {
    justify-content: center;
    background: #1B3A2A;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    gap: 10px;
    display: flex;
    padding:7px 40px;
    border-radius: 3px;
    border: 1px solid #1B3A2A;
    align-items: center;
}
.finacial-paid h4{
    color:#fff;
}
.list-tracking a.tracking:hover{
    border-color:inherit;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
    background-color:#fff;
}
.list-tracking a.tracking:hover svg path{
   fill:#1b3a2a;
}
.list-tracking a.genrate:hover svg path{
    fill:#51916E;
 }
.list-tracking a.genrate{
    justify-content: center;
    background: #51916E;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width:100%;
    gap: 10px;
    display: flex;
    padding:7px 40px;
    border-radius: 3px;
    border: 1px solid #51916E;
    align-items: center;
}
.list-tracking a.genrate:hover{
    border-color:inherit;
    color:#51916E;
    background-color:#fff;
    transition: ease-in-out 0.5s;
}
.finacial-paid,
.profit {
    background-color: #1B3A2A;
    display: flex;
    border-radius:8px;
    width:100%;
    padding: 12px 20px;
    justify-content: space-between;
}
.profit h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.total-fulfillment-cost {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    border-radius:8px;
    padding: 12px 20px !important;
    width:100%;
    background-color: #000;
}
.return-data .show-product{
    padding:0 50px 30px 50px;
    margin:0 auto;
    text-align: center;
}
.total-fulfillment-cost h4{
    color:#fff;
}
.order-shipped {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    padding:0px 20px;
}
.order-shipped a, h4 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}
.order-product-list-search .filter-with-menus {
    display: flex;
    align-items: center;
    gap:27px;
    justify-content: end;
}
.filter-with-menus button{
    border:0;
    background: transparent;
}
.order-product-list-search{
    margin-bottom:70px;
}
.filter-button-all button:hover svg path{
  fill:#51916E;
}
.filter-button-all button {
    background: #51916E;
    color: #fff;
    border: 1px solid #51916E;
    padding: 12px 51px;
    border-radius: 4px;
}
.product-list-menu button {
    background: #1B3A2A;
    padding: 10px;
    border-radius:4px;
    border:1px solid #1B3A2A;
}
.product-list-menu button:hover{
    border-color:inherit;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
    background:#fff;
}

.product-list-menu button:hover svg path{
    fill:#0f1f17;
}

header.fixed .product-list-menu button:hover{
    border-color:inherit;
    color:#fff;
    transition: ease-in-out 0.5s;
    background:#1B3A2A;
}

header.fixed .product-list-menu button:hover svg path{
    fill:#fff;
}
.filter-button-all button:hover{
    background-color:#fff;
    color:#51916E;
    border-color:#51916E;
    transition: ease-in-out 0.5s;
}
.order-list-serachbar {
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 16px;
    gap:10px;
    border-radius:8px;
}
.order-list-serachbar input{
    border:0 !important;
    padding:0 !important;
}
.order-list-serachbar  button{
    border:0;
    background:transparent;
}
.order-list-serachbar input:focus{
    box-shadow: none;
}
.fuilfill-drop {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 20px;
    width:100%;
    border-radius: 10px;
}
.return-data a{
    justify-content: center;
    background: #51916E;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    gap: 10px;
    display: flex;
    padding: 14px 40px;
    border-radius: 3px;
    border: 1px solid #51916E;
    align-items: center;
}
.return-data a:hover{
    background-color:#fff;
    border-color:inherit;
    color:#51916E;
    transition: ease-in-out 0.5s;
}
.return-data .return-button {
    width: 100%;
}

.list-tracking
,.return-data {
    display: flex;
    flex-wrap: wrap;
    background-color: #F1F1F1;
    gap: 20px;
    width:100%;
    border-radius: 20px;
    height:100%;
    padding:30px;
}
.return-data h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    padding: 30px 0;
}
.row-data-list-show .row:nth-child(1) {
    margin-bottom:100px !important;
}
/* .data-list-show .col-sm-4:first-child {
    width:35%;
}
.data-list-show .col-sm-4:nth-child(2),
.data-list-show .col-sm-4:nth-child(3) {
    width:32.5%;
}
*/
.order-data-detail .fuilfill-drop{
    align-items: center;
    padding: 0px 20px;
}
body.product header {
    background: transparent;
    /* border-bottom: 1px solid #1b3a2a; */
}



main.product-data-user .even-row {
    background-color: #f0f0f0; /* or any other color you want */
  }
  main.product-data-user table tr th,td{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    color:#000;
    border: 0;
}
main.product-data-user table tr th:last-child{
    text-align: right;
}
main.product-data-user table tr th .form-select {
    width: 12%;
}
.form-select:focus{
    box-shadow: none;
    border-color:inherit;
}
.select-product{
    display: flex;
    align-items: center;
    gap:60px;
}
.form-check-input:checked{
    box-shadow: none;
}
main.product-data-user .form-check-input:checked {
    background-color: #1B3A2A;
    border-color: #1B3A2A;
}
.select-product h3{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color:#000;
}
.products-sercher .order-list-serachbar select.form-select {
    width: 13%;
}
main.product-data-user table tr td .form-check {
    display: flex;
    gap:30px;
    align-items: center;
}
main.product-data-user table tr td:last-child{
    text-align: right;
    display: flex;
    justify-content: end;
}
main.product-data-user button.syc-button{
    border:0;
    width: fit-content;
    padding:7px 30px;
    background-color: #51916E;
    color:#fff;
    display: flex;
    justify-content: end;
    font-size: 16px;
    border-radius: 4px;
    border:1px solid #51916E;
    font-weight: 400;
    line-height: 26px;
}
main.product-data-user button.sold-button{
    border:0;
    width: fit-content;
    padding:7px 30px;
    background-color:#1B3A2A;
    color:#fff;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 400;
    border:1px solid #1B3A2A;
    line-height: 26px;
}
main.product-data-user button.sold-button:hover{
    border-color:#1B3A2A;
    color:#1B3A2A !important;
    background-color: #fff;
    transition: ease-in-out 0.5s;
}
main.product-data-user button.syc-button:hover{
    border-color:#51916E;
    color:#51916E !important;
    background-color: #fff;
    transition: ease-in-out 0.5s;
}
main.product-data-user .product-pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:60px 0;
}
main.product-data-user .product-pagination .pagination{
    gap: 30px;
}
main.product-data-user .product-pagination .page-link {
    color: #000;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #E4E4E4;
    border-radius: 0;
    font-size: 14px;
    font-weight:400;
    font-family: "Poppins", sans-serif;
}
main.product-data-user .table-responsive{
    margin-top: 42px;
}
main.product-data-user .product-pagination .page-link:hover{
    background-color:#1B3A2A;
    color:#fff;
    border-color: #1B3A2A !important;
    transition: ease-in-out 0.5s;
}
main.product-data-user .product-pagination .page-link:focus{
    background-color: transparent;
    box-shadow: none;
}
main.product-data-user .product-pagination .product-pagination{
    margin-top:60px;
}
main.product-data-user .product-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1b3a2a;
    border:1px solid #1b3a2a;
    padding: 10px 20px;
}
main.product-data-user .products-sercher {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin:30px 0;
}
.products-sercher .order-list-serachbar {
    width:50%;
}
.products-sercher .filter-with-menus {
    display: flex;
    gap: 30px;
}

.chooser-wraper-photo .file-input-container {
    text-align: center;
}
.global-button-wraper .product-list-menu{
    position: relative;
}
.products-sercher .file-input-container input[type="file"] {
    display: none;
}


.products-sercher .file-input-container label {
    display: inline-block;
    padding: 10px 20px;
    background-color:#51916E;
    color: white;
    border:1px solid #51916e;
    border-radius: 5px;
    cursor: pointer;
}
.products-sercher .create-product button{
    background-color:#1B3A2A;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border: 1px solid #1B3A2A;
    border-radius: 5px;
    cursor: pointer;
}
.products-sercher .create-product button:hover{
    color:#1B3A2A !important;
    background-color: #fff;
    border-color:#1B3A2A;
    transition: ease-in-out 0.5s;
}
.products-sercher .create-product button:hover svg path{
    fill: #1B3A2A;
}
.products-sercher .select-status button {
    background-color: #1B3A2A;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 4px;
    line-height: 26px;
    border:1px solid #1B3A2A;
    vertical-align: middle;
    color: #fff;
}
.products-sercher .select-status button:hover{
    border-color:#1B3A2A !important;
    background-color:#fff;
    transition: ease-in-out 0.5s;
    color:#1B3A2A;
}
.products-sercher .file-input-container label:hover {
    background-color:#fff;
    border-color: inherit;
    color:#51916e;
    transition: ease-in-out 0.5s;
}
.products-sercher .file-input-container label:hover svg path{
    stroke: #51916e;
}




.product-data-name{
    display: flex;
    margin-bottom:30px;
}

.product-data-name .tags-input-wrapper {
    background-color: #F3F3F3;
    padding: 12px 20px;
    width: 100%;
    border: 1px solid #ced4da;
    position: relative;
    border-radius: 4px;
    display: flex;
    gap: 20px;
}
.product-data-name .tags-input-wrapper input{
    border: none;
    background: transparent;
    outline: none;
    width: fit-content;
    
    margin-left: 8px;
}
.product-data-name .tags-input-wrapper .tag {
    display: inline-block;
    background-color: #ffffff;
    color: #000;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #ced4da;
}
.product-data-name .tags-input-wrapper .tag a {
    margin: 0 7px 3px;
    display: inline-block;
    cursor: pointer;
}
.product-data-name input,
.product-data-name textarea,
.product-data-name .form-select{
    background-color:#F3F3F3;
    padding:12px 20px;
    border-radius: 4px;
}

.product-data-name label{
    width:20%;
}
.form-control:focus{
    box-shadow:none;
    border-color: inherit;
}
.chooser-wraper-photo{
    background-color:#F3F3F3;
    padding:20px;
    width:100%;
    border-radius:4px;
}
.inner-photo-wraper p{
    padding-bottom:20px;
    font-weight:500;
}
.inner-photo-wraper{
    background-image: repeating-linear-gradient(60deg, #391054, #391054 5px, transparent 5px, transparent 6px, #391054 6px), repeating-linear-gradient(150deg, #391054, #391054 5px, transparent 5px, transparent 6px, #391054 6px), repeating-linear-gradient(240deg, #391054, #391054 5px, transparent 5px, transparent 6px, #391054 6px), repeating-linear-gradient(330deg, #391054, #391054 5px, transparent 5px, transparent 6px, #391054 6px);
background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    padding:50px 30px;
    border-radius:7px;
}
.how-to-choose-pt-p{
    background-color:#F3F3F3;
}
.inner-photo-wraper h4{
    text-align: center;
    color: #8d8d8d;
    padding-top:20px;
}
.how-to-choose-pt-p input[type="file" i] {
    display: none;
}
.how-to-choose-pt-p{
    width:100%;
}
.how-to-choose-pt-p label {
    width: 100%;
    margin:0 auto;
}
.varient-product input{
    background-color:#fff;
}
.varient-product{
    padding:30px 30px 60px 30px;
}
.varient-product h2{
    font-size:20px;
    font-weight:400;
    color:#000;
    line-height: 30px;
    padding-bottom:20px;
}
.product-interface-button {
    display: flex;
    justify-content: end;
    align-items: center;
    gap:20px;
}
.product-interface-button button.published {
    border: 0;
    padding: 15px 30px;
    background-color: #1B3A2A;
    border-radius: 4px;
    border:1px solid #1B3A2A;
    color: #fff;
}
.product-interface-button button.published:hover{
    background-color:#fff;
    border-color: inherit;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
}
.product-interface-button  button.save-as-draft{
    background-color: #51916E;
    padding: 15px 40px;
    border-radius: 4px;
    border:1px solid #51916E;
    color: #fff;
}
.product-interface-button  button.save-as-draft:hover{
    background-color:#fff;
    border-color: inherit;
    color:#51916E;
    transition: ease-in-out 0.5s;
}
main.product-data-user{
    margin-top:0 !important;
}
.varient-product label {
    color: #c7c7c7;
    font-size: 14px;
    padding-bottom: 10px;
}
.inner-photo-wraper .file-input-container label {
    display: inline-block;
    padding: 10px 20px;
    background-color:#1B3A2A;
    color: white;
    width: fit-content;
    border: 1px solid #1B3A2A;
    border-radius: 5px;
    cursor: pointer;
}
.inner-photo-wraper .file-input-container label:hover{
    border-color: inherit;
    background-color: #fff;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
}
.add-other-option button {
    border: 0;
    background-color: #1B3A2A;
    color: #fff;
    padding: 14px 20px;
    margin:30px 0 20px 0;
    border-radius: 4px;
    border: 1px solid #1B3A2A;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.add-other-option button:hover{
    background-color: #fff;
    color:#1b3a2a;
    border-color: inherit;
    transition: ease-in-out 0.5s;
}
.add-other-option button:hover svg path{
    stroke: #1B3A2A;
}
.domastic-national{
    width:100%;
    background-color: #F3F3F3;
    overflow: auto;
    border-radius: 4px;
}
.domastic-national {
    width: 100%;
}
.destination-table .destination-head {
    background-color: #51916E;
    display: flex;
    justify-content: space-between;
    padding: 14px 50px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.destination-body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 14px 50px;
    flex-wrap: wrap;
}
.destination-body input {
    background-color: #fff;
    width: 33.33%;
    border:1px solid #fff;
}
.destination-table .destination-head h2{
    color:#fff;
    font-size:14px;
    font-weight:400;
}
.destination-table .add-location{
    padding: 0px 40px 20px 40px;
}
.destination-table .destination-vaild{
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    padding:10px 20px;
}
.destination-table .destination-vaild h3{
    font-size:13px;
    font-weight:400;
    color:#51916E;
    line-height: 20px;
}
.destination-table .destination-vaild h4{
    font-size:14px;
    font-weight: 300;
    color:#000;
    line-height: 20px;
}
.product-data-name .input-group .btn{
    background-color: #C4D8CD;
    border:1px solid #C4D8CD;
}
.product-data-name .input-group .btn:hover{
    border-color: inherit;
    background-color: transparent;
}
.varient-product .delete-product{
    display: flex;
    justify-content: center;
}
.varient-product .delete-product button {
    border: 0;
    margin-top: 30px;
    background: transparent;
}
.variant-intersted label{
    color:#000;
}
.global-button-wraper {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.global-button-wraper button{
    border:0;
}

.global-button-wraper .gl-btn-word{
    background-color: #1B3A2A;
    color:#fff;
    padding:13px 20px;
    display: flex;
    align-items: center;
    border:1px solid #1B3A2A;
    justify-content: center;
    gap:10px;
    border-radius:4px;
}

.global-button-wraper .product-list-menu button{
    border:1px solid #1B3A2A;
}

.global-button-wraper .gl-btn-word:hover{
    background-color:#fff;
    color:#1B3A2A;
    border-color: inherit;
    transition: ease-in-out 0.5s;
}

.global-button-wraper .gl-btn-word:hover svg path{
    stroke: #1B3A2A;
    fill:#1B3A2A;
}



/* added by harsh */
header.fixed .global-button-wraper .gl-btn-word svg path{
    stroke: #1B3A2A;
    fill:#1B3A2A;
}

header.fixed .global-button-wraper .gl-btn-word{
    background-color:#fff;
    color:#1B3A2A;
    border-color: inherit;
    transition: ease-in-out 0.5s;
}
header.fixed .product-list-menu button{
    border-color:inherit;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
    background:#fff;
}

header.fixed .product-list-menu button svg path{
    fill:#0f1f17;
}

header.fixed .global-button-wraper .gl-btn-word:hover{
    background-color:#1B3A2A;
    color:#fff;
    border-color: inherit;
    transition: ease-in-out 0.5s;
}

header.fixed .global-button-wraper .gl-btn-word:hover svg path{
    stroke: #fff;
    fill:#fff;
}
/* ends */



.user-product{
    position: relative;
}
.user-product ul, li {
    list-style: none;
    margin:0;
    padding:0;
}
.user-product .login-us li{
    border-top:1px solid #ddd;
    margin:20px;
}
.user-product .login-us li a{
    padding-left:0;
}
.user-product ul li a{
    color:#000;
    font-weight: 400;
    padding: 10px  20px;
    font-size:15px;
}
.user-product ul li a svg{
    width:20px;
    height:20px;
}
.user-product ul li:hover{
    background-color:#ededed;
    transition: ease-in-out 0.5s;
}

li.active{
    background-color:#ededed;
    transition: ease-in-out 0.5s;
}
.user-profile-product{
    background-color: #51916E;
    display: flex;
    align-items: center;
    margin:10px;
    padding:10px 15px;
    border-radius:5px;
    gap:50px;
}
.user-profile-product h2{
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.user-product .user-buy{
    position: absolute;
    display: none;
    top:5px;
    background-color: #fff;
    z-index:99;
    right: 0;
    width:300px;
    border: 1px solid #000;
    border-radius:5px;
}
.globle-settings{
    margin-bottom:50px;
}
main.product-add-page{
    margin-bottom:50px;
}
.user-product .user-logo img {
    width: 43px;
    height: 43px;
    object-fit: cover;
    object-position: center;
}
.user-product ul li a{
    display: flex;
    align-items: center;
    justify-content:start;
    column-gap: 10px;
}
.destination-body .main-united-state,.every-thig-esle {
    display: flex;
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.relative-blog .bloger-about img{
    width:100%;
    object-position: center;
    object-fit: cover;
}
.relative-blog .bloger-about h3 a {
    color: #000;
    font-size:23px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.relative-blog .bloger-about h3 a:hover{
    color: #51916e;
    transition:ease-in-out 0.5s;
    text-decoration: underline;
    text-underline-offset:6px;
}
.relative-blog .bloger-about h4 {
    color: #51916e;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
}
.relative-blog .bloger-about p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.relative-blog .bloger-about .blog-content {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.bloger-about .countinue-reading button{
    margin-top:20px;
    background-color:#1B3A2A;
    color:#fff;
    padding:12px 40px;
    font-family: "Poppins", sans-serif;
    font-weight:600;
    border:1px solid #1b3a2a;
    font-size:16px;
    border-radius: 5px;
}
.bloger-about .countinue-reading button:hover{
    color:#1b3a2a;
    background-color: #fff;
    border-color:inherit;
    transition: ease-in-out 0.5s;
}
.relative-blog h2{
    color:#000;
    padding-bottom:40px;
    font-family: "Poppins", sans-serif;
    font-size:44px;
    font-weight:700;
}
.blog-post-main{
    padding:60px 0;
}
.blog-victoria {
    padding:60px 0 10px 0;
    background: linear-gradient(180deg, rgba(193, 172, 157, 0.23) 0%, rgba(97, 86, 79, 0) 100%);
}
.blog-victoria h1 {
    text-align: center;
    font-size: 74px;
    font-weight: 700;
    padding-bottom:20px;
    color: #101e17;
}
.blog-victoria h1 span{
    color:#51916e;
    position: relative;
}
.blog-victoria h1 span:before {
    content: "";
    /* background-image: url(../images/main-content-line.png); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/main-content-line.png') !important;
    background-repeat: no-repeat;
    position: absolute;
    background-size:contain;
    width: 96%;
    left: 0;
    height: 100%;
    bottom: -89px;
}
.blog-victoria h2{
    text-align: center;
    color: #51916e;
    font-weight: 500;
    line-height: 24px;
    font-size:18px;
}

.image-post-with-text img{
    width:100%;
    object-fit: cover;
    object-position: center;
}
.recent-blog-wraper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.recent-blog-wraper .recent-post-content h2 a{
    font-size: 19px;
    color: #000;
    font-weight:800;
    padding:10px 0;
}
.image-recnet-post {
    width: 33%;
}
.recent-blog-wraper .recent-post-content h2 a:hover{
    color:#51916E;
    text-decoration: underline;
    text-underline-offset:5px;
    transition: ease-in-out 0.5s;
}
.recent-blog-wraper .recent-post-content h5 {
    color: #51916E;
    font-size: 16px;
    font-weight: 400;
}
.recent-blog-post-wraper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    border-radius:3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}
.categorypost-items{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}
.recent-post h3{
    color:#000;
    padding:30px 0;
    line-height:30px;
    font-size: 30px;
    font-weight: 800;
}
.category-post h2{
    color:#000;
    padding:30px 0;
    line-height:30px;
    font-size: 30px;
    font-weight: 800;
}
.image-post-with-text h2{
    color: #000;
    padding:10px 0 0 0;
    font-family: "Poppins", sans-serif;
    font-size:37px;
    font-weight: 700;
}
.new-post-old-post {
    display: flex;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top:40px;
    justify-content: space-between;
}
.new-post-old-post button svg{
    width:30px;
    height:24px;
    object-fit: contain;
    object-position:center;
}
.new-post-old-post button {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 20px;
}
.new-post-old-post button:hover{
    background-color:#1B3A2A;
    color:#fff;
    transition: ease-in-out 0.5s;
    border-color:#1B3A2A;
}
.image-post-with-text img{
    margin:10px 0 30px 0;
}
.image-post-with-text p{
    font-size: 18px;
    padding:20px 0 30px 0;
    font-weight: 400;
    color:#000;
    line-height: 28px;
}
.categorypost-items h3 {
    font-size: 21px;
    color: #000;
    line-height: 38px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap:10px;
}
.categorypost-items h3 span {
    color: #1B3A2A;
    font-size: 40px;
    font-weight: bold;
}
.new-post-old-post button:hover svg path{
    fill:#fff;
}
main.blog-post-main .category-post{
    margin:60px 0 80px 0;
}
.why-hiring-angency{
    /* background-image: url(../images/hiring-image.png); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/hiring-image.png') !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #0f1f17;
    margin:40px 0;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    gap:110px;
    flex-wrap: wrap;
    background-position: center;
    padding:70px;
}
.why-hiring-angency .why-hiring-ct{
    width:100%;
}
.why-hiring-angency h3 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    line-height: 24px;
    font-weight: 400;
}
.why-hiring-angency h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}
.why-hiring-angency .read-more button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    margin-top:50px;
    padding: 12px 43px;
    font-size: 18px;
    font-weight: 600;
}
.why-hiring-angency .read-more button:hover{
    background-color:#fff;
    color:#1b3a2a;
    transition: ease-out 0.5s;
}
.why-hiring-angency .read-more {
    display: flex;
    justify-content: end;
}
.relative-blog {
    background: #f8f8f8;
    padding:90px 0;
}
.online-enterpreneur .online-auther-enterpreneur{
    /* background-color:#0f1f17; */
    background-size: cover;
    object-fit: cover;
    background-position: center;
    /* background-image: url(../images/marketing.png); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/marketing.png') !important;
    background-repeat: no-repeat;
    padding:120px;
}
.online-enterpreneur{
    margin:50px 0 120px 0;
}
.online-auther-enterpreneur h3 {
    color: #fff;
    font-size: 30px;
    line-height:40px;
    font-weight: 700;
    padding-bottom:50px;
    text-align: right;
}
.online-auther-enterpreneur p{
    color:#51916E;
    text-align: right;
}
.image-post-with-text .countinue-reading button {
    background-color: #1B3A2A;
    color: #fff;
    padding: 12px 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: 1px solid #1b3a2a;
    font-size: 16px;
    border-radius: 5px;
}
.blog-victoria{
    text-align: center;
}
.image-post-with-text .countinue-reading button:hover{
    color:#1b3a2a;
    background-color: #fff;
    border-color:inherit;
    transition: ease-in-out 0.5s;
}
.image-post-with-text h3 {
    color: #51916E;
    font-size: 21px;
    font-weight: 500;
    padding: 15px 0 0 0;
    line-height: 30px;
}
.welocom-main-blog .image-post-with-text {
    border-bottom: 1px solid #000;
    padding: 40px 0;
}
.welocom-main-blog .new-post-old-post{
    border-top:0;
    margin:0 0 70px 0;
}
.blog-tab-show  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1b3a2a;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 4px;
    padding: 14px 40px;
}
.blog-tab-show  .nav{
    gap:30px;
}
.blog-tab-show .nav-tabs{
    border: 0 !important;
}
.blog-tab-show .nav-link {
    color: #1b3a2a;
    border-radius: 4px;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    background-color: #ddd;
}
.select-tab-category h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom:30px;
    color: #000;
}
.bloger-searcher {
    display: flex;
    align-items: center;
    position: relative;
}
.bloger-searcher input{
    padding:15px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bloger-searcher button{
    border:0;
    position: absolute;
    right:15px;
    background-color:#fff;
}


.invoce-balance {
    display: flex;
    background-color:#1B3A2A;
    padding:15px 14px;
    border-radius:4px;
    margin-bottom:25px;
    justify-content: space-between;
}
.invoce-balance h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.tracking-number {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tracking-number label,input{
    width:100%;
}
div#request-by-user .modal-content,
div#tracking-modal .modal-content,
div#return-request-detail  .modal-content,
div#return-request-form .modal-content{
    border-radius: 20px;
}
div#tracking-modal .modal-header,
div#request-by-user .modal-header,
div#return-request-detail .modal-header,
div#return-request-form .modal-header{
    border: 0;
    padding: 22px 30px 10px 30px;
}
div#tracking-modal  .modal-header .btn-close {
    opacity: 1;
    border-radius: 50%;
    color: #1b3a2a;
}
div#tracking-modal .modal-header h5{
    color: #1b3a2a;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
div#return-request-detail h5,
div#return-request-form h5{
    color: #1b3a2a;
    font-size:27px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.return-refund p{
    color:#1b3a2a;
    font-size:24px;
    padding-bottom:10px;
    font-weight:500;
    line-height:30px;
    text-align:left;
}
div#tracking-modal .modal-body,
div#return-request-detail .modal-body{
    padding: 15px 30px 10px 30px;
}
div#tracking-modal .modal-body label, 
div#return-request-form .modal-body label{
    font-size: 14px;
    font-weight:400;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px;
    color: #000;
    line-height: 24px;
}
div#return-request-form textarea{
    background: #ECECEC;
    font-size:14px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    border-radius:4px;
    margin-bottom:20px;
    color:#a59e9e;
    padding:15px 12px;
    border:1px solid #ECECEC;
}
div#return-request-form textarea:focus{
    outline: none;
    border-color:#000;
}
div#tracking-modal .modal-body input,
div#return-request-form .modal-body input{
    margin-bottom:10px;
    background: #ECECEC;
    font-size:14px;
    font-family: "Poppins", sans-serif;
    color:#a59e9e;
    padding:15px 12px;
    border:1px solid #ECECEC;
    margin-bottom:13px;
}
div#return-request-form .modal-body input:focus,
div#tracking-modal .modal-body input:focus{
    border-color:#000;
}
div#tracking-modal .modal-body input::placeholder,
div#return-request-form .modal-body input::placeholder{
    color:#a59e9e;
}
div#tracking-modal .modal-body .form-select,
div#return-request-form .modal-body .form-select{
    margin-bottom:10px;
    font-size:14px;
    font-family: "Poppins", sans-serif;
    padding:15px 12px;
    border:1px solid #ECECEC;
    color:#a59e9e;
    margin-bottom:13px;
}
div#tracking-modal .modal-body .form-select option,
div#return-request-form .modal-body .form-select option{
    color:#000;
}
div#tracking-modal .modal-body .form-select,
div#return-request-form .modal-body .form-select {
    background-color: #ececec;
    /* background-image: url('../images/select-dropdown.svg'); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/select-dropdown.svg') !important;
    background-size: 16px 12px;
    border-radius: .25rem;
}
div#tracking-modal .modal-body .form-select:focus,
div#return-request-form .modal-body .form-select:focus{
    border-color:#000;
} 
div#tracking-modal .btn-close,
div#request-by-user .btn-close,
div#return-request-detail .btn-close,
div#return-request-form .btn-close{
    /* background-image: url(../images/delete-popups.svg) !important; */
    background-image: url('https://automatedsuppliers.com/public/images/automated/select-dropdown.svg') !important;
    background-size: cover;
    width: 20px;
    opacity: 1;
    height: 20px;
}
.btn-close:focus{
    box-shadow:none;
    border-color:inherit;
}
div#request-by-user .modal-footer,
div#tracking-modal .modal-footer,
div#return-request-detail .modal-footer{
    border:0;
    padding:0 37px 37px 37px;
    justify-content: space-between;
}
div#tracking-modal .modal-footer button.btn.save {
    background-color: #1B3A2A;
    font-size:15px;
    color: #fff;
    border:1px solid #1b3a2a;
    padding:14px 50px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
div#tracking-modal .modal-footer button.btn.close{
    background-color:#707070;
    font-size:15px;
    color: #fff;
    border:1px solid #707070;
    padding:14px 50px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
div#tracking-modal .modal-footer button.btn.close:hover{
    color:#707070;
    border-color:inherit;
    transition: ease-in-out 0.5s;
    background-color:transparent;
}
div#tracking-modal .modal-footer button.btn.save:hover{
    color:#1b3a2a;
    border-color:inherit;
    transition: ease-in-out 0.5s;
    background-color:transparent;
}
div#return-request-form .inner-photo-wraper{
    padding: 29px 30px;
}
div#return-request-form .inner-photo-wraper .file-input-container label{
    color:#fff;
    border:1px solid #51916E;
    background-color: #51916E;
}
div#return-request-form .inner-photo-wraper .file-input-container label:hover{
    border-color:#51916E;
    color:#51916E;
    background-color: #fff;
}
div#return-request-detail .modal-content{
    border-radius:20px;
}
div#return-request-detail table.single-product-detail{
    width:100%;
}
.return-request-form-button button{
    background-color: #1B3A2A;
    font-size: 15px;
    color: #fff;
    border: 1px solid #1b3a2a;
    margin: 35px 0;
    padding: 10px 40px;
    border-radius: 4px;
    width:100%;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.return-request-form-button button:hover{
    background-color:#fff;
    color:#1b3a2a;
    transition: ease-in-out 0.5s;
    border-color:#1b3a2a;
}
table.single-product-detail tr td h2{
    font-size:17px;
    color:#000;
    font-weight: 400;
    text-align:left;
    padding-bottom:10px;
    line-height:24px;
}
table.single-product-detail tr td p{
    font-size:13px;
    color:#000;
    font-weight:400;
    padding-bottom:23px;
    text-align: left;
    line-height:20px;
}
div#return-request-detail .product-detail h4 {
    text-align: left;
    color: #000;
    font-size: 17px;
    line-height: 30px;
    padding:20px 0 10px 0;
    font-weight: 400;
}
div#return-request-detail .product-detail p{
    font-size:14px;
    font-weight:400;
    color:#000;
    line-height:20px;
}
.product-detail table.single-product-detail .product-image {
    background-color: #ddd;
    padding:40px 31px;
    border-radius:4px;
    width:90%;
}
.product-detail table.single-product-detail tr td{
    width:40%;
}
.product-detail table.single-product-detail tr td:first-child{
    width:35%;
}
.product-detail .product-return button{
    background-color: #1B3A2A;
    font-size: 15px;
    color: #fff;
    border: 1px solid #1b3a2a;
    margin:35px 0;
    padding:10px 40px;
    border-radius:4px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.product-detail .product-return button:hover{
    background: #fff;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
    border-color:inherit;
}


div#request-by-user  .select-radio-user {
    display: flex;
    align-items: center;
    gap: 40px;
}
div#request-by-user  .select-radio-user label{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:#000;
}
div#request-by-user  .select-radio-user input{
    background-color:#6D6D6D;
    padding:1px;
    border:1px solid #6D6D6D;
}
div#request-by-user  .select-radio-user .form-check-input:checked{
    background-color: #51916E;
    border-color: #51916E;
}
div#return-request-form h5 {
    text-align: center;
    width: 100%;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
div#request-by-user  .user-request-list {
    width:55%;
}
div#request-by-user  .select-radio-user{
    width:45%;
}
div#request-by-user  .request-user-dt-check  .user-request-list h2{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:#000;
}
div#request-by-user .request-user-dt-check {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 13px;
}
div#request-by-user  .request-user-dt-check:last-child{
    margin-bottom:0;
}
div#request-by-user .check-user-information{
    border-top:1px solid #391054;
    padding:40px 20px 0 20px;
    margin-bottom:40px;
}
div#request-by-user .modal-footer button.btn.close{
    background-color: #1B3A2A;
    color:#fff;
    font-size: 15px;
    border:1px solid #1B3A2A;
    padding: 14px 50px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
div#request-by-user .modal-footer button.btn.close:hover{
    background-color:#fff;
    color:#1b3a2a;
    transition: ease-in-out 0.5s;
    border-color:#1b3a2a;
}
div#request-by-user .modal-footer button.btn.save{
    background-color:#51916E;
    padding: 14px 50px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#fff;
    font-size: 15px;
    border:1px solid #51916E;
}
div#request-by-user .modal-footer button.btn.save:hover{
    background-color: #fff;
    color:#51916e;
    border-color: #51916e;
    transition: ease-in-out 0.5s;
}





.multiple-product-order-list{
    background-color: #F1F1F1;
    padding:20px;
    border-radius:10px;
}
.multiple-product-order-list table tr th {
    background-color: #fff;
    padding:12px 14px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
.multiple-product-order-list table thead{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.multiple-product-order-list table th{
    width:20%;
}
.multiple-product-order-list table th:last-child{
    width:30%;
}

.multiple-product-order-list table tr td .quantity-ml {
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.multiple-product-order-list table tr td {
    padding: 15px 10px;
    font-size: 14px;
    color: #000;
    vertical-align: baseline;
    font-weight: 400;
    text-align: left;
    font-family: "Poppins", sans-serif;
}
.multiple-product-order-list table tr td:last-child  .quantity-ml{
    margin-right: 0;
    width:80%;
}
.more-multiple-item-bt{
    display: flex;
    justify-content: center;
}
.more-multiple-item-bt button{
    border:1px solid #51916E;
    background-color: #51916E;
    border-radius:4px;
    color:#fff;
    font-size:15px;
    font-weight:400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin:57px 0;
    padding:14px 50px;
    width: fit-content;

}
.more-multiple-item-bt button:hover{
    background-color:#fff;
    transition: ease-in-out 0.5s;
    border-color: inherit;
    color:#51916e;
}
.multiple-product-list--page-wraper .list-tracking{
    height: auto;
}
.multiple-product-list--page-wraper .fuilfill-drop {
    padding: 18px 20px;
    border-radius: 4px;
}
.multiple-product-list--page-wraper .total-fulfillment-cost h4,
.multiple-product-list--page-wraper  .profit h4,
.multiple-product-list--page-wraper .finacial-paid h4,
.multiple-product-list--page-wraper .order-shipped a, h4{
    font-size: 14px;
    font-weight:400;
    font-family: "Poppins", sans-serif;
}
.multiple-product-list--page-wraper .list-tracking a.genrate{
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 10px 40px;
}
.multiple-product-list--page-wraper .profit,.finacial-paid{
    padding:14px 20px;
    border-radius: 4px;
    font-size:14px;
    font-weight:500;
}
.multiple-product-list--page-wraper{
    padding:30px 20px;
    border-radius:10px;
    margin:30px;
    overflow: hidden;
    box-shadow: inset 0 0 3px 3px #ededed;
}
#select-collection .modal-content,
#pay-fulfillment-cost .modal-content,
#multiple-product-items .modal-content,
#filter-popup .modal-content,
div#global-market-setting .modal-content,
div#product-detail .modal-content{
    border-radius: 20px;
}
#select-collection .modal-header,
#multiple-product-items .modal-header,
#filter-popup .modal-header,
#pay-fulfillment-cost .modal-header,
div#global-market-setting  .modal-header,
div#product-detail .modal-header{
    border: 0;
    padding: 22px 30px 10px 30px;
}
#select-collection .btn-close,
#pay-fulfillment-cost .btn-close,
#multiple-product-items .btn-close,
#filter-popup .btn-close,
div#global-market-setting  .btn-close,
div#product-detail .btn-close{
    /* background-image: url(../images/delete-popups.svg) !important; */
    background-image: url('https://automatedsuppliers.com/public/images/automated/delete-popups.svg') !important;
    background-size: cover;
    width: 20px;
    opacity: 1;
    height: 20px;
}
#multiple-product-items .multiple-product-order-list{
    margin:0 0 20px 0;
}
#multiple-product-items table{
    width:100%;
}
.return-in-progress-main-section{
    background-color:#DF0000;
    box-shadow: none;
}
.return-in-progress-main-section .multiple-product-order-list{
    height:100%;
}
.return-progress-heading h2 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight:300;
}
.return-request-button {
    display: flex;
    justify-content: end;
}
.return-request-wr-xp .return-progress-heading {
    width: 76%;
}
.return-request-wr-xp {
    padding-bottom: 20px;
    align-items: center;
    display:flex;
    justify-content: space-between;
}
.return-request-wr-xp .return-request-button button{
    border:1px solid #fff;
    padding:10px 40px;
    color:#fff;
    border-radius:4px;
    font-size:16px;
    font-weight:300;
    line-height:24px;
    background-color:transparent;
}
.return-request-wr-xp .return-request-button button:hover{
    border-color:#DF0000;
    background-color:#fff;
    color:#DF0000;
    transition: ease-in-out 0.5s;
}
.product-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 20px 0;
}
 .product-pagination .page-link {
    color: #000;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #E4E4E4;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.product-pagination .page-link:hover {
    background-color: #1B3A2A;
    color: #fff;
    border-color: #1B3A2A !important;
    transition: ease-in-out 0.5s;
}
.product-pagination .pagination {
    gap: 30px;
}
.product-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1b3a2a;
    border: 1px solid #1b3a2a;
    padding: 10px 20px;
}

main.all-invetory {
    padding:50px 0 90px 0;
}

.product-in-whole .form-check-input:checked[type=checkbox] + label > .product-invertor {
    border: 1px solid #52926F;
    background-color: #C4D8CD;
    border-radius:10px;
}
.product-in-whole .form-check-input {
    position: absolute;
    right: 13%;
    border-radius: 2px;
    z-index: 1;
    top: 7%;
    width: 20px;
    background-color: #1B3A2A;
    height: 20px;
}
.form-check-input:focus{
    box-shadow: none;
    border-color: inherit;
}
.product-in-whole .form-check-input:checked{
    background-color: #1B3A2A;
    border-color: #1B3A2A;
}
.product-in-whole .form-check{
    margin-bottom:0;
}
.product-in-whole{
    position: relative;
    padding:0;
}
.product-in-whole .product-invertor a{
    display: unset;
}
.product-invertor{
    padding:20px;
    border-radius: 10px;
    /* border: 1px solid #fff; */
    height: 100%;
}
.product-in-whole .product-hover {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    background-color: #C4D8CDB5;
    height: 100%;
    cursor: pointer;
    position: absolute;
    border: 3px solid #51916E;
    align-items: center;
    border-radius: 10px;
    opacity: 0;
    transition: ease-in-out 0.5s;
    /* width: 246px; */
    width: 100%;
    top: 0;
    transform: scale(0.9);
}
.product-in-whole .product-hover:hover{
    opacity: 1;
    transform: scale(1);
}
.product-in-whole .product-hover a{
    background-color: #51916E;
    color:#fff;
    font-size:15px;
    text-align: center;
    border:1px solid #51916E;
    font-weight:400;
    font-family: "Poppins", sans-serif;
    padding:10px 35px;
    border-radius:4px;
    margin:0 auto;
    width: fit-content;
}
.product-in-whole .product-hover a:hover{
    background-color:#fff;
    color:#1B3A2A;
    border-color: inherit;
    transition: ease-in-out 0.5s;
}
.product-in-whole .product-hover button:hover{
    background-color:#fff;
    color:#51916E;
    border-color: inherit;
    transition: ease-in-out 0.5s;
}
.product-in-whole .product-hover button{
    background-color: #1B3A2A;
    color:#fff;
    font-size:15px;
    text-align: center;
    border:1px solid #1B3A2A;
    font-weight:400;
    font-family: "Poppins", sans-serif;
    padding:10px 60px;
    border-radius:4px;
    margin:0 auto;
    width: fit-content;
}
.product-invertor .product-media {
    background-color: #fff;
    padding: 21px 20px 21px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product-invertor .product-media img {
    height: 150px;
    width: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.product-invertor .product-store button{
    border:0;
    padding:0;
    background-color: transparent;
}
.product-invertor .product-store button img{
    width:18px;
    height:18px;
}
.product-invertor .product-store button svg path{
    stroke: #1B3A2A;
    fill:#1b3a2a;
}
.product-invertor .product-content h2 a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}
.product-invertor .product-content h2 a.product_title-cs {
    min-height: 40px;
}
.product-invertor .product-content h2 a:hover{
    color:#52926F;
    transition: ease-in-out 0.3s;
    text-decoration: underline;
}
.product-invertor .product-store h3,
 .product-invertor  .product-cost h4, 
 .product-invertor .profit-product h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
}
.product-invertor .profit-product h5{
    color:#52926F !important;
    font-weight: 600;
}
.product-single-images{
    display: flex;
    flex-direction: column-reverse;
}
.product-single-images .nav{
    flex-wrap: nowrap;
    gap:20px;
    margin-top:30px;
    border:0;
}
div#product-detail .nav-link.active {
    color: #ffffff;
    background-color: #6B917C !important;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius:20px;
    padding:15px 10px;
}
div#product-detail .nav-tabs .nav-link{
    border-radius:15px;
    padding:20px 30px;
    background-color: #F8F8F8;
}
div#product-detail .nav-tabs .nav-link img{
    width:100%;
    max-width: 100px;
    height:auto;
    object-fit: contain;
    object-position: center;
}
div#product-detail .tab-content>.active {
    display: block;
    background-color: #F8F8F8;
    padding: 40px;
    display: flex;
    border-radius:10px;
    justify-content: center;
    align-items: center;
}
.single-product-description h2 {
    font-size: 36px;
    font-weight:500;
    font-family: "Poppins", sans-serif;
    color: #000;
    padding-bottom:10px;
    line-height: 40px;
}
/* .single-product-description p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 27px;
    height: 100px;
    overflow-y: scroll;
    -webkit-scrollbar-color: #1B3A2A #DCDCDC;
    scrollbar-color: #1B3A2A #DCDCDC;
} */
.description{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 27px;
    height: 100px;
    overflow-y: scroll;
    -webkit-scrollbar-color: #1B3A2A #DCDCDC;
    scrollbar-color: #1B3A2A #DCDCDC;
}
.all-invetory-products{
    margin-top:50px;
    position: relative;
}
.all-invetory-products .order-product-list-search{
    margin-bottom:0;
}
div#product-detail  .add-to-shopify button{
    background-color: #1B3A2A;
    color:#fff;
    border:1px solid #1B3A2A;
    border-radius:4px;
    font-weight:400;
    font-size:20px;
    font-family: "Poppins", sans-serif;
    margin-bottom:20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    padding:14px 0;
}
div#product-detail  .add-to-shopify button:hover{
    background-color:#fff;
    border-color: inherit;
    color:#1b3a2a;
    transition: ease-in-out 0.5s;
}
div#product-detail table {
    width: 100%;
    background-color: #F5F5F5;
    font-family: "Poppins", sans-serif;
    padding: 20px;
    border-radius: 10px;
    display: inherit;
    margin:40px 0 100px 0;
}
div#product-detail table tr td {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    padding:10px;
    color: #3e3e3e;
    text-align: left;
}
div#product-detail table tr td:last-child{
    text-align: right;
}
div#product-detail .vender h3{
    font-size:15px;
    font-weight:400;    
    padding:10px 0;
    color:#52926F;
}

div#global-market-setting .row.markup-inputs input:focus{
    border-color:#000;
}
div#global-market-setting .row.markup-inputs input{
    background-color:#F1F1F1;
    padding:15px 10px;
    width:100%;
    border-color:#F1F1F1;
}
div#global-market-setting .cancel-apply{
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap:50px;
    margin:30px 0;
}
div#global-market-setting label{
    font-size:15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height:20px;
    text-align: left;
    color:#000;
}
div#global-market-setting .cancel-apply button.cancel{
    background-color: #1B3A2A;
    font-size:16px;
    font-weight:500;
    border-radius: 4px;
    padding:17px 0;
    width:50%;
    font-family: "Poppins", sans-serif;
    color:#fff;
    line-height: 20px;
    border:1px solid #1B3A2A;
}
div#global-market-setting .cancel-apply button.cancel:hover{
    border-color:inherit;
    color:#1B3A2A;
    background-color:#fff;
    transition: ease-in-out 0.5s;
}
div#global-market-setting .cancel-apply button.apply{
    border:1px solid #51916E;
    background-color: #51916E;
    border-radius: 4px;
    color:#fff;
    font-size:16px;
    padding:17px 0;
    font-family: "Poppins", sans-serif;
    font-weight:500;
    line-height: 20px;
    width:50%;
}
div#global-market-setting .cancel-apply button.apply:hover{
    background-color:#fff;
    border-color:inherit;
    color:#51916E;
    transition: ease-in-out 0.5s;
}
div#global-market-setting .submit-button{
    display: flex;
    justify-content: center;
    margin:30px 0 30px 0;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
div#global-market-setting .submit-button button{
    background-color: #1B3A2A;
    color:#fff;
    font-size:17px;
    padding:15px 0;
    border-radius:4px;
    width: 362px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #1B3A2A;
}
div#global-market-setting h5#exampleModalLabel {
    color: #51916E;
    text-align: center;
    font-size:35px;
    font-weight:500;
    font-family: "Poppins", sans-serif;
    line-height: 45px;
    width: 100%;
}
div#global-market-setting .submit-button button:hover{
    border-color:inherit;
    color:#1B3A2A;
    background-color:#fff;
    transition: ease-in-out 0.5s;
}
div#global-market-setting .automated-heading h1{
    color: #51916E;
    text-align: center;
    padding:10px 0 20px 0;
    font-size:35px;
    font-weight:500;
    font-family: "Poppins", sans-serif;
    line-height: 45px;
}
div#global-market-setting .swiched-mode .form-switch .form-check-input{
    width: 4em;
    padding: 14px;
}
div#global-market-setting .swiched-mode .form-check-input:checked{
    background-color: #C4D8CD;
    border-color:#C4D8CD;
}
div#global-market-setting .inner-photo-wraper{
    padding: 24px 30px;
}
div#global-market-setting .inner-photo-wraper label{
    color:#fff;
}
div#global-market-setting .inner-photo-wraper label:hover{
    border:1px solid #1B3A2A;
    color:#1B3A2A;
}
div#product-detail .cannon-rating {
    background-color: #C4D8CD;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-radius:4px;
    justify-content: space-between;
    gap:20px;
}
div#product-detail .cannon-rating  .imgaes-group{
    display: flex;
    align-items: center;
    gap:10px;
}
.product-filter-bar .form-check {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 16px;
    cursor: pointer;
    padding: 5px 20px;
    padding-left: 25px !important;
    margin: 0;
}
.product-filter-bar .form-check label {
    color: #51916E;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    padding-top: 2px;
    margin-left: 4px;
}
.product-filter-bar .form-check .form-check-input {
    /* margin: 0; */
    border-radius: 0;
    width: 12px;
    height: 12px;
    border-color: #52926F;
    margin-left: -20px;
    top: 2px;
}
.product-filter-bar .form-check .form-check-input:checked + label{
    color:#fff;
}
.product-filter-bar .form-check .form-check-input:checked{
    background-color:#fff;
    border-color:#fff;
}
.all-invetory-products .offcanvas-header .btn-close{
    /* background-image: url(../images/delete-popups.svg) !important; */
    background-image: url('https://automatedsuppliers.com/public/images/automated/delete-popups.svg') !important;
    background-size: cover;
    width: 20px;
    opacity: 1;
    height: 20px;
}
.all-invetory-products .product-filter-bar {
    display: flex;
    flex-wrap: wrap;
    row-gap:6px;
}
.product-filter-bar .form-check.checked {
    background-color: #1B3A2A;
  }
.all-invetory-products .offcanvas-header .offcanvas-title {
    color:#51916e;
    line-height: 1.5;
    font-weight: 500;
    font-size: 35px;
}
.all-invetory-products  button.custom-filter-button {
    position: absolute;
    padding: 0;
    left: 10%;
    top: -10px;
}

#filter-popup .modal-body {
    padding: 20px 40px;
    overflow: auto;
}
#filter-popup .filter-by-rating {
    background-color: #b3b3b3;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#filter-popup .click-the-rating {
    background-color: #FFFFFF;
    text-align: center;
    width: 100%;
    padding: 4px 0 8px 0;
    border-radius: 4px;
}
#filter-popup .click-the-rating button{
    border:0;
    background-color:transparent;
}
#filter-popup .quantity-ranage-pt .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
#filter-popup .quantity-ranage-pt {
    background-color: #F1F1F1;
    padding: 20px;
    border-radius: 4px;
}
#filter-popup .filter-checkbox-label .form-check {
    display: flex;
    align-items: center;
    gap: 15px;
}
#filter-popup .quantity-ranage-pt h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 16px;
}
#filter-popup .filter-by-rating.quantity-ranage-pt h3{
    padding-bottom:0px;
}
#filter-popup .quantity-ranage-pt .price-input .field {
  width: 100%;
  height: 45px;
  background-color:#fff;
}
#filter-popup .quantity-ranage-pt .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size:14px;
    font-weight:400;
    background-color:#fff;
    border-radius:5px;
    text-align: center;
    border:1px solid #fff;
    -moz-appearance: textfield;
}
#filter-popup .quantity-ranage-pt input[type="number"]::-webkit-outer-spin-button,
#filter-popup .quantity-ranage-pt input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity-ranage-pt .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
#filter-popup .quantity-ranage-pt .slider {
  height:9px;
  position: relative;
  background: #1B3A2A;
  border-radius: 5px;
}
#filter-popup .quantity-ranage-pt .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #C4D8CD;
}
#filter-popup .quantity-ranage-pt .range-input {
  position: relative;
}
#filter-popup .quantity-ranage-pt .range-input input {
  position: absolute;
  width: 100%;
  height:9px;
  top: -10px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#filter-popup .quantity-ranage-pt input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #1B3A2A;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
#filter-popup .quantity-ranage-pt input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border:4px solid #52926F;
    background: #1B3A2A;
    pointer-events: auto;
    -moz-appearance: none;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
#filter-popup .quantity-ranage-pt label{
    font-size:14px;
    color:#51916e;
}
#filter-popup .filter-checkbox-label {
    height: 126px;
    overflow: hidden;
    scrollbar-color: #1B3A2A #DCDCDC;
    overflow-y: auto;
}
#filter-popup  .form-check-input{
    background-color:#ffff;
    border-color: #fff;
    width:20px;
    height:20px;
}
#filter-popup .form-check-input:checked[type=checkbox]{
    /* background-image: url(../images/check-solid.svg) !important; */
    background-image: url('https://automatedsuppliers.com/public/images/automated/check-solid.svg') !important;
    background-size:14px;
}
.all-invetory-products .product-filter-bar .form-check-input:checked[type=checkbox]{
    /* background-image: url(../images/check-solid.svg) !important; */
    background-image: url('https://automatedsuppliers.com/public/images/automated/check-solid.svg') !important;
    background-size:8px;
}
#filter-popup .modal-xl {
    max-width: 1300px !important;
}
#filter-popup  .row .shipping-from-ft{
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
#filter-popup .internation-fliter-ship{
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.all-invetory-products .offcanvas-header{
    border-bottom:1px solid #1B3A2A;
}
.all-invetory-products .offcanvas{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
div#global-market-setting  .form-switch .form-check-input:checked[type=checkbox]{
    /* background-image:url('../images/switch-mode-off.svg'); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/switch-mode-off.svg') !important;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 13% 57%;
}
div#global-market-setting  .form-switch .form-check-input:focus{
    /* background-image:url('../images/circle-swich.svg'); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/circle-swich.svg') !important;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 89% 61%;
}
div#global-market-setting  .form-switch .form-check-input{
    /* background-image:url('../images/circle-swich.svg'); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/circle-swich.svg') !important;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 89% 61%;
}
.products-show-title{
    background-color: #1B3A2A;
    padding:15px 0;
    margin-bottom: 65px;
    border-radius:4px;
}
.products-show-title h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
}
div#select-collection .add-section-popup input{
    background-color: #F1F1F1;
    border:1px solid #F1F1F1;
    font-size:14px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    color:#000;
    font-weight: 400;
    padding:14px;
}
div#select-collection .add-section-popup input:focus{
    border-color:#000;
}
div#select-collection .add-section-popup .add-btn{
    margin-top:30px;
    text-align: right;
}
div#select-collection .add-section-popup .add-btn button{
    background-color:#1b3a2a;
    color:#fff;
    font-size:15px;
    padding:10px 40px;
    border-radius:4px;
    width: fit-content;
    font-weight: 400;
    border:1px solid #1b3a2a;
    line-height:20px;
    font-family: "Poppins", sans-serif;
}
#pay-fulfillment-cost .modal-header h5.modal-title{
    color:#1b3a2a;
    font-size:30px;
    font-weight: 700;
    width:100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}
#pay-fulfillment-cost  input{
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    color: #000;
    font-weight:500;
    padding: 14px;
}
#pay-fulfillment-cost  input:focus{
    border-color:#000;
}
#pay-fulfillment-cost  .paynow button {
    background-color: #1b3a2a;
    width: 100%;
    border-color: #1b3a2a;
    border-radius: 4px;
    line-height: 20px;
    color: #fff;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 400;
}
#pay-fulfillment-cost  .paynow button:hover{
    background-color:#fff;
    border-color:#1B3A2A;
    color:#1b3a2a;
    transition: ease-in-out 0.5s;
}
div#select-collection .modal-header h5.modal-title {
    color: #51916e;
    font-size: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}
div#select-collection .add-section-popup .add-btn button:hover{
    background-color:#fff;
    color:#1b3a2a;
    border-color:#1b3a2a;
    transition: ease-in-out 0.5s;
}
div#select-collection  .add-section-popup {
    padding: 15px;
}

#pay-fulfillment-cost input[type=number]::-webkit-inner-spin-button, 
#pay-fulfillment-cost input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none; 
}


.login-form .login-image-about {
    background-color: #F4F6F9;
    padding: 100px 100px 100px 100px;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form .content-login {
    background-color: #1B3A2A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-form .content-login h1{
    font-size:55px;
    color:#fff;
    font-weight:700;
    text-align: center;
    padding-bottom:40px;
    line-height:40px;
}
.login-form .row .col-sm-6{
    padding:0;
}
.login-form .login-client-enter {
    padding: 100px 150px;
    width: 100%;
}
.login-form .label-password{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-form .label-password a{
    color:#51916E;
}
.login-form .content-login  p {
    text-align: center;
    color: #fff;
    font-size:19px;
    font-weight: 400;
    padding-bottom: 60px;
    line-height: 24px;
}
.login-form .content-login input{
    padding:14px 14px;
    font-size: 14px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #202020;
}
.login-form .content-login input::placeholder{
    color: #202020;
}
.login-form .content-login input:focus{
    box-shadow: none;
}
.login-form form  .sign-up-button button {
    background-color: #51916E;
    width: 100%;
    padding: 17px 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border: 1px solid #51916e;
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    margin: 70px 0 30px 0;
}
.login-form form  .sign-up-button button:hover{
    border-color:inherit;
    color:#51916e;
    background-color:#fff;
    transition: ease-in-out 0.5s;
}
.login-form form  .new-plateform-tct h4{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    color:#fff;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    gap:5px;
}
.login-form form  .new-plateform-tct h4 a{
    color:#51916e;
}
.login-form form  .new-plateform-tct h4 a:hover{
    text-decoration: underline;
    transition: ease-in-out 0.5s;
    color:#0d6efd;
}
.login-form .label-password a:hover{
    text-decoration: underline;
    transition: ease-in-out 0.5s;
    color:#0d6efd;
}
.login-form form label {
    font-size: 17px;
    width:90%;
    font-weight: 400;
    padding: 10px 0 10px 0;
    color: #fff;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}
.login-form form  .remember-me-wraper{
    display: flex;
    align-items: center;
    gap:10px;
}
.login-form form  .remember-me-wraper input {
    width: 22px;
    border-radius: 4px;
    border-color: #1b3a2a;
    height: 22px;
    padding: 0 !important;
}
.login-form form  .remember-me-wraper input:checked{
    background-color:#51916E;
}
.login-form form  .password span.input-eye-slash {
    position: absolute;
    right: 0;
    top:7px;
    z-index:99;
}
.login-form  span.input-eye-slash svg {
    width: 19px;
    height: 19px;
}
.login-form form  .password .show-password {
    display: none;
}
main.login-form{
    border-bottom:1px solid #000;
}

.register-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    margin:20px 0 40px 0;
}
.register-button button.confirm-account{
    border:1px solid #52926F;
    background-color: #52926F;
    border-radius:4px;
    color:#fff;
    padding:14px 0;
    width:100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size:16px;
    font-weight:500;
    line-height: normal;
}
.register-button button.add-first-pt:hover{
    background:#fff;
    transition: ease-in-out 0.5s;
    color:#52926F;
    border-color:inherit;
}
.register-button button.add-first-pt{
    border:1px solid #C4D8CD;
    background-color: #C4D8CD;
    border-radius:4px;
    color:#1B3A2A;
    padding:14px 0;
    width:100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size:16px;
    font-weight:500;
    line-height: normal;
}
.register-button button.confirm-account:hover{
    background-color:#fff;
    border-color: inherit;
    color:#51916E;
    transition: ease-in-out 0.5s;
}

form.forgte-password{
    position: relative;
}
.send-reset-link button{
    border:1px solid #52926F;
    background-color: #52926F;
    border-radius:4px;
    color:#fff;
    padding:17px 30px;
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size:16px;
    font-weight:500;
    line-height: normal;
    margin-top:20px;
}
.send-reset-link{
    margin-bottom:20%;
}
.send-reset-link button:hover{
    background-color:#fff;
    border-color: inherit;
    color:#51916E;
    transition: ease-in-out 0.5s;
}
main .forget-passowrd{
    padding-bottom:20px !important;
}


main.pricing-section{
    padding:80px 0;
}
main.pricing-section h2.pricing\/plan{
    font-size:19px;
    font-weight: 500;
    line-height:23px;
    color:#000;
    padding-bottom:10px;
    text-align: center;
}
main.pricing-section h1{
    text-align: center;
    font-size: 74px;
    font-weight: 700;
    color: #101e17;
}
main.pricing-section h1 span{
    color: #51916e;
    position: relative;
}
main.pricing-section h1 span:before {
    content: "";
    /* background-image: url(../images/main-content-line.png); */
    background-image: url('https://automatedsuppliers.com/public/images/automated/main-content-line.png') !important;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 249px;
    width: 96%;
    left: 0;
    height: 100%;
    bottom: -89px;
}
main.pricing-section p.perfect{
    text-align: center;
    padding-top:40px;
}
.pricing-plan-wraper .try-this-plan button{
    background-color: #1B3A2A;
    border:1px solid #1B3A2A;
    padding:14px 60px;
    border-radius:4px;
    width: fit-content;
    font-weight:400;
    margin-top:30px;
    color:#fff;
    font-size:16px;
}
.pricing-plan-wraper .try-this-plan button:hover{
    background-color:#fff;
    color:#1B3A2A;
    transition: ease-in-out 0.5s;
}
.pricing-plan-wraper{
    border:1px solid #1B3A2A;
    padding:40px 20px;
}

.pricing-plan-wraper .super-pricing h2{
    font-size:25px;
    font-weight:500;
    line-height:30px;
    padding-top:20px;
    color:#51916e;
    font-family: "Poppins", sans-serif;
}
.pricing-plan-wraper .super-pricing h3{
    font-family: "Poppins", sans-serif;
    font-size:45px;
    font-weight:600;
    padding:25px 0 10px 0;
    color: #1b3a2a;
    line-height:30px;
}
.pricing-plan-wraper .super-pricing h3 span{
    font-size:16px;
    font-weight:400;
    color:#51916e;
}
.pricing-plan-wraper .per-order-fees h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #000;
    padding-bottom:20px;
    line-height: 25px;
}
.pricing-plan-wraper .per-order-fees li{
    display: flex;
    align-items: center;
    gap:10px;
    font-size:15px;
    font-family: "Poppins", sans-serif;
    padding-bottom:15px;
    font-weight:400;
}
.pricing-plan-wraper .per-order-fees li svg{
    width:22px;
    height:22px;
    object-fit: cover;
    object-position:center;
}
.pricing-plan-wraper .per-order-fees li svg path{
    fill: #52926f;
}
.pricing-plan-wraper .per-order-fees li:last-child{
    padding-bottom:0;
}
.price-plan-here .price-swichted{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    margin:30px 0;
}
.second-plan{
    display: none;
}
.price-plan-here .hide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  
.price-plan-here .show {
    display: flex;
    opacity: 1;
    transition: opacity 0.5s;
}

.price-plan-here .price-swichted label{
    font-size:19px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color:#1b3a2a;
}
.price-plan-here .price-swichted input {
    margin: 0;
    padding: 15px;
    width: 74px;
}
.price-plan-here .form-switch .form-check-input{
    background-color:#1b3a2a;
    border-color:#1b3a2a;
}
.price-plan-here .price-swichted .form-check-input:checked{
    background-color:#1b3a2a;
    border-color:#1b3a2a;
}


.my-account{
    padding:50px 50px;
    background-color: #F4F6F9;
}
.my-account .account-form{
    background-color:#E6E6E6BA;
    padding:40px;
    border-radius:10px;
}
.my-account .account-form form label img{
    width:20px;
    height:20px;
    object-fit: contain;
    object-position: center;
}
.my-account .account-form form  label.form-label {
    display: flex;
    align-items: center;
    font-size:15px;
    font-weight:500;
    color:#1b3a2a;
    margin-bottom:14px;
    font-family: "Poppins", sans-serif;
    gap: 10px;
}
.my-account .account-form form input{
    padding:11px 14px;
    font-size:14px;
    border-radius:4px;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    color:#202020;
}
.my-account .account-form form input::placeholder{
    color:#202020; 
}
.my-account .account-form form  .submit-button button{
    width:100%;
    background-color:#1b3a2a;
    color:#fff;
    font-size:16px;
    margin-top:40px;
    padding:14px 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    border:1px solid #1b3a2a;
    line-height:30px;
}
.my-account .account-form form  .submit-button button:hover{
    background-color:#fff;
    color:#1b3a2a;
    transition: ease-in-out 0.5s;
    border-color:inherit;
}
.my-account .account-form .how-to-choose-pt-p{
    margin:22px 0;
}



.my-account .file-input-container label {
    display: flex;
    align-items: center;
    gap:6px;
    padding: 10px 20px;
    background-color: #51916E;
    font-size:14px;
    font-weight:400;
    color: white;
    border: 1px solid #51916e;
    border-radius: 5px;
    cursor: pointer;
}
.my-account .file-input-container button{
    display: flex;
    align-items: center;
    gap:6px;
    padding: 10px 20px;
    background-color: #51916E;
    font-size:14px;
    font-weight:400;
    color: white;
    border: 1px solid #51916e;
    border-radius: 5px;
    cursor: pointer;
}
.my-account .file-input-container label svg,
.my-account .file-input-container button svg  {
    width: 16px;
    height: 16px;
}
.my-account .file-input-container label:hover,
.my-account .file-input-container button:hover{
    background-color: #fff;
    border-color: inherit;
    color: #51916e;
    transition: ease-in-out 0.5s;
}
.my-account .file-input-container label:hover svg path,
.my-account .file-input-container button:hover svg path  {
    stroke: #51916e;
}
.my-account .file-input-container input[type="file"] {
    display: none;
}
.my-account .select-status button {
    background-color: #1B3A2A;
    font-size: 16px;
    font-weight: 400;
    font-size:14px;
    font-weight:400;
    padding: 10px 30px;
    border-radius: 4px;
    line-height: 26px;
    border: 1px solid #1B3A2A;
    vertical-align: middle;
    color: #fff;
}
.my-account .select-status button:hover {
    color: #1B3A2A;
    background-color: #fff;
    border-color: #1B3A2A;
    transition: ease-in-out 0.5s;
}
.my-account .my-accout-field {
    display: flex;
    margin-bottom:40px;
    align-items: center;
    justify-content: space-between;
}
.my-account .my-accout-field  .account-upload-data {
    display: flex;
    align-items: center;
    gap: 20px;
}
.my-account .account-heading h1 {
    color: #1b3a2a;
    font-size: 37px;
    line-height:30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}


.my-accoun-nav button {
    background-color: #F1F1F1;
    font-family: "Poppins", sans-serif;
    padding:11px 18px;
    border-radius: 4px;
    border: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    font-size:13px;
    font-weight:400;
    color:#000;
    justify-content: center;
    gap: 10px;
}
.my-accoun-nav button:hover{
    background-color:#1b3a2a;
    color:#fff;
    transition: all 0.5s;
    border-color:#1b3a2a;
}
.my-accoun-nav button:hover svg path{
    stroke:#fff;
    fill:#fff;
}
header .my-accoun-nav{
    gap:20px;
    align-items: center;
    justify-content: center;
}
.my-accoun-nav button svg{
    width:18px;
    height:18px;
}
.my-accoun-nav .serchproduct input{
    background-color: #F1F1F1;
    border-radius: 30px;
    font-size:14px;
    font-weight:400;
    padding:11px 18px;
    color:#000;
    border:0;
    overflow: hidden;
}
.serchproduct input::placeholder{
    color:#000;
}
.my-accoun-nav .input-group.serchproduct {
    width: 24%;
    border:1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
}
.my-accoun-nav .input-group.serchproduct label{
    border: 0;
    background-color: #F1F1F1;
}
.my-accoun-nav .input-group.serchproduct svg {
    width:15px;
    height:15px;
}
.my-account-user button{
    background-color:#fff;
    border:0;
    padding:10px 20px;
    color:#51916E;
    border-radius: 0;
    font-size:14px;
    font-weight:400;
    display: flex;
    align-items: center;
    gap:10px;
}
.my-account-user button img{
    width:30px;
    height:30px;
}
header.fixed .my-account-user button{
    border-radius:4px;
    background-color: #F1F1F1;
}
header.fixed .my-accoun-nav button:hover{
    background-color:#fff;
    color:#1b3a2a;
    border-color:#fff;
}
header.fixed .my-accoun-nav button:hover svg path{
    stroke:#1b3a2a;
    fill:#1b3a2a;
}
header .mobile-account-head{
    display: none;
}
.mobile-account-head svg{
    width:20px;
    height:20px;
}

.mobile-account-head  .btn-close {
    opacity: 1;
    font-size: 11px;
    font-weight: 900;
    border-radius: 50%;
    border: 1px solid #000;
}
.mobile-account-head  h5#offcanvasRightLabel {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #1b3a2a;
    padding: 15px 0 10px 0;
}
.language-select{
    display: flex;
    justify-content: end;
    margin-bottom:50px;
}

.language-select .dropdown {
    display: flex;
    justify-content: end;
}
.language-select  .dropdown button {
  background-color: #1b3a2a;
  min-width: 130px;
  width: max-content;
  height: 40px;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
.language-select  .dropdown button img {
  margin: 0 5px 0 0;
}
.language-select .dropdown button img,
.language-select .dropdown-content li img {
  width: 28px;
}
.language-select .dropdown button,
.language-select .dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight:400;
}
.language-select .arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 5px;
}
.language-select .dropdown button:hover {
  cursor: pointer;
  background-color:#1B3A2A;
}
.language-select .dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height:215px;
  bottom:50px;
}
.language-select .dropdown-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
}
.language-select  .dropdown-content li img {
  margin: 0 20px 0px 20px;
}

.language-select  .dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: blue;
  border-radius: 5px;
}
.language-select  .dropdown:focus-within .dropdown-content {
  display: block;
}



/* bootstrap-tagsinput.css file - add in local */

div#global-market-setting .bootstrap-tagsinput {
    position: relative;
  }
  div#global-market-setting  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
  }
  div#global-market-setting   .bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  div#global-market-setting  .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
  }
  div#global-market-setting  .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
  }
  div#global-market-setting  .bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
  }
  div#global-market-setting  .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: black;
    padding: 10px;
    background-color: #1b3a2a;
    position: inherit;
    z-index: 99;
    margin-bottom: -49px;
    color: #fff;
    border-radius: 4px;
}
div#global-market-setting  .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
  }
  div#global-market-setting  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
  }
  div#global-market-setting  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  div#global-market-setting .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.language-select  .dropdown-content {
  animation: slideIn 0.3s ease-out;
}
/* Scrollbar styles */

.product-in-whole article.item {
    height: 100%;
}
.product-in-whole article.item .product_list.form-check {
    height: auto;
}
.product-in-whole {
    row-gap: 28px;
}






@media all and (max-width:1580px){
    .all-invetory-products button.custom-filter-button{
        left:1%;
    }
}

@media all and (max-width:1440px){
    .all-invetory-products  button.custom-filter-button {
        left:2%;
    }
    #filter-popup .modal-xl {
        max-width:unset;
    }
    .all-invetory-products .order-list-serachbar {
        margin-left: 50px;
    }
    .register-button button.confirm-account{
        font-size:14px;
    }
    .register-button button.add-first-pt{
        font-size:14px;
    }
     .login-form form .remember-me-wraper label{
        width:90%;
        font-size:16px;
    }
    .login-form .login-image-about img{
        width: 100%;;
    }
}
@media all and (max-width:1280px){
    .products-sercher .order-list-serachbar {
        width: 44%;
    }
    .filter-button-all button {
        padding: 12px 30px !important;
    }
    #filter-popup .modal-xl {
        max-width:unset;
    }
    .login-form .content-login h1 {
        line-height: 63px;
    }
    .login-form .login-client-enter {
        padding: 100px;
        width: 100%;
    }
    .return-in-progress-main-section .total-fulfillment-cost h4{
        text-align: left;
        font-size:12px;
    }
    .return-in-progress-main-section .total-fulfillment-cost{
        padding: 12px 11px !important;
    }
    .multiple-product-list--page-wraper .list-tracking{
        padding:15px;
    }
    .return-in-progress-main-section .multiple-product-order-list{
        overflow: hidden;
        overflow-x: auto;
    }
    .return-in-progress-main-section .multiple-product-order-list table{
        width: 700px;
    }
    .login-form .login-image-about img{
        width: 100%;;
    }
}
@media all and (max-width:1180px){
    .filter-button-all button {
        padding: 12px 20px !important;
    }
    .return-in-progress-main-section .row{
        flex-wrap: wrap;
    }
    .login-form .login-image-about img{
        width: 100%;;
    }
    .login-form .login-client-enter {
        padding: 55px;
    }
    .return-in-progress-main-section .row .col-sm-8,
    .return-in-progress-main-section .row .col-sm-4{
        width:100%;
    }
    #filter-popup .modal-xl {
        max-width: unset;
    }
}
@media all and (max-width:1024px){
    .filter-button-all button {
        padding: 12px 10px !important;
    }
    .products-sercher .order-list-serachbar {
        width:32%;
    }
    #filter-popup .modal-xl {
        max-width: unset;
    }
    .all-invetory-products .filter-button-all button {
        padding: 12px 33px;
    }
    .return-in-progress-main-section .row .col-sm-8{
        margin-bottom:20px;
    }
    .filter-pt-ed-row{
        width:1300px;
    }
}
@media all and (max-width:768px){
    main.section-home .row  {
        flex-direction: inherit;
    }
    .login-form form .remember-me-wraper label {
        width: 90%;
        font-size: 13px;
    }
    #filter-popup .modal-xl {
        max-width: unset;
    }
    main.all-invetory .all-invetory-boss .col-sm-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    .all-invetory-products .filter-button-all button {
        padding: 12px 18px;
    }
    .all-invetory-products .order-row-show .col-sm-3 {
        width: 33%;
    }
    .all-invetory-products .order-row-show .col-sm-9 {
        width: 64%;
    }
    .all-invetory-products .order-product-list-search .filter-with-menus {
        margin-top: 0;
    }
    .return-in-progress-main-section .row{
        flex-wrap: wrap;
    }
    .return-in-progress-main-section .row .col-sm-8,
    .return-in-progress-main-section .row .col-sm-4{
        width:100%;
    }
}

@media all and (max-width:851px){
    main.pricing-section h2.pricing\/plan{
        font-size: 15px;
    }
    .products-sercher .order-list-serachbar select.form-select {
        width: 42%;
        padding: 7px;
        font-size: 12px;
    }
    main.pricing-section{
        padding:50px 0;
    }
    .start-multiple-pt-here .multiple-product-order-list{
        background-color: #F1F1F1;
        overflow: hidden;
        overflow-x: auto;
    }
    .my-accoun-nav .all-invetory,.my-inventory,.my-order,.canceled-item{
        width: 100%;
    }
    .my-account-button-nav-hd .user-product .user-buy{
        right: -59px;
    }
    .my-account-user button img {
        width: 24px;
        height: 24px;
    }
    .my-accoun-nav button {
        padding: 16px 18px;
        font-size: 16px;
        width:100%;
        font-weight: 500;
    }
    .my-accoun-nav .input-group.serchproduct {
        padding: 0 20px;
        background: #f1f1f1;
    }
    .my-accoun-nav .serchproduct input{
        padding: 16px 18px;
        font-size: 16px;
        font-weight: 500;
    }
    .my-accoun-nav .serchproduct input svg,
    .my-accoun-nav button svg {
        width: 24px;
        height: 24px;
    }
    .my-accoun-nav .input-group.serchproduct {
        width: 100%;
    }
    .mobile-account-head .btn-primary {
        color: #fff;
        background-color: #ffffff;
        border-color: #1b3a2a;
    }
    .my-account-button-nav-hd {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    header .mobile-account-head{
        display: block;
    }
    header.fixed .my-account-user button {
        padding: 6px 13px;
        font-size: 12px;
    }
    header.fixed .my-account-user button  svg {
        width: 13px;
    }
    header .my-account-user button span{
        display: none;
    }
    .my-account .my-accout-field{
        flex-wrap: wrap;
    }
    .my-account .account-heading {
        width: 100%;
    }
    .my-account .account-heading h1{
        text-align: center;
        font-size: 30px;
    }
    .my-account .account-form form input {
        padding:11px 14px;
        font-size:13px;
    }
    .my-account .account-form form  .submit-button button {
        font-size: 14px;
        padding: 8px 0;
    }
    .account-form form label .inner-photo-wraper{
        padding: 23px 30px;
    }
    .my-account .account-form form  label.form-label {
        font-size: 14px;
        gap:7px;
        margin-bottom:11px;
    }
    .my-account .account-form form label img {
        width:18px;
        height:18px;
    }
    .my-account .account-form{
        padding:25px 20px;
    }
    .my-account{
        padding: 50px 10px;
    }
    .my-account .my-accout-field  .account-upload-data {
        justify-content: center;
        margin-top:29px;
        flex-wrap: wrap;
    }
    main.pricing-section h1 {
        font-size: 20px;
    }
    main.pricing-section h1 span:before {
        bottom: -20px;
        background-size:contain;
    }
    main.pricing-section p.perfect {
        text-align: center;
        padding-top: 15px;
        font-size: 14px;
    }
    .price-plan-here .price-swichted label{
        font-size:14px;
        white-space: nowrap;
        font-weight:600;
    }
    .pricing-plan-wraper .super-pricing h2 {
        font-size: 21px;
        padding-top: 10px;
    }
    .pricing-plan-wraper .super-pricing h3 {
        font-size: 39px;
        font-weight: 600;
        padding: 20px 0 10px 0;
    }
    .price-plan-here .super-pricing p {
        font-size: 15px;
    }
    .pricing-plan-wraper {
        padding: 10px;
        margin: 10px;
    }
    .pricing-plan-wraper .per-order-fees li {
        gap: 9px;
        font-size: 13px;
        padding-bottom: 11px;
    }
    .pricing-plan-wraper .per-order-fees li svg {
        width: 19px;
        height: 19px;
    }
    .pricing-plan-wraper .per-order-fees h3 {
        font-size: 17px;
        padding-bottom: 9px;
        line-height: 25px;
    }
    .pricing-plan-wraper .try-this-plan button {
        padding: 15px 43px;
        margin-top: 30px;
        font-size: 14px;
    }
    .pricing-plan-wraper .try-this-plan button{
        margin:20px 0 30px 0;
        width:100%;
    }
    .price-plan-here .per-order-fees {
        margin:10px 0 30px 0;
    }
    .price-plan-here .price-swichted input {
        padding: 12px;
        width: 59px;
    }
    .price-plan-here .price-swichted {
        gap: 12px;
        margin:30px 0;
        justify-content: start;
        width: 100%;
    }
    #pay-fulfillment-cost .modal-header h5.modal-title {
        font-size: 21px;
    }
    .login-form form label {
        font-size: 14px;
        line-height: 19px;
    }
    .register-button{
        flex-wrap: wrap;
    }
    .login-form form  .remember-me-wraper input {
        width: 20px;
        border-radius:0px;
        height: 20px;
    }
    .register-button button.confirm-account,
    .register-button button.add-first-pt{
        width:100%;
    }
    .product-in-whole .form-check-input {
        right: 18%;
    }
    .login-form .login-client-enter {
        padding: 50px 30px;
        width: 100%;
    }
    .login-form form  .new-plateform-tct h4 {
        font-size: 14px;
    }
    .login-form .content-login h1 {
        font-size: 30px;
        padding-bottom: 19px;
        line-height:35px;
    }
    .login-form form .sign-up-button button{
        margin:20px 0;
        padding: 15px 0;
        font-size: 15px;
        font-weight: 500;
    }
    main.login-form .row {
        flex-direction: column-reverse;
    }
    .login-form .content-login  p {
        font-size: 13px;
        padding-bottom: 16px;
        line-height:23px;
    }
    .login-form .login-image-about {
        padding: 50px;
    }
    .all-invetory-products .row.all-invetory-boss {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
    }
    .row.all-invetory-boss .col {
        flex: 100%;
    }
    #select-collection .btn-close, #pay-fulfillment-cost .btn-close, #multiple-product-items .btn-close, #filter-popup .btn-close, div#global-market-setting  .btn-close, div#product-detail .btn-close {
        width: 12px;
        height: 12px;
    }
    .products-show-title h2 {
        font-size: 10px;
    }
    .products-show-title {
        padding: 10px 0;
    }
    div#global-market-setting .row.swiched-mode {
        display: flex;
        flex-wrap: nowrap;
    }
    div#global-market-setting .row.swiched-mode .col-sm-6{
        width:50%;
    }
    div#global-market-setting .row.swiched-mode .col-sm-6 label{
        font-size: 12px;
    }
    .all-invetory-products .user-product .user-buy {
        right: -43px;
    }
    #select-collection .modal-content,
    #multiple-product-items .modal-content,
    #filter-popup .modal-content,
    div#global-market-setting .modal-content,
    div#product-detail .modal-content{
        border-radius:0;
    }
    #filter-popup .modal-body {
        padding: 10px;
        overflow: auto;
    }
    #filter-popup .quantity-ranage-pt {
        width: 100%;
        margin-bottom: 20px;
    }
    .all-invetory-products .row.order-row-show .col-sm-3{
        width:100%;
    }
    .all-invetory-products .row.order-row-show .filter-with-menus{
        margin-top: 26px;
        justify-content: center;
        width: 100%;
    }
    #filter-popup .filter-pt-ed-row {
        width: unset;
        padding: 0 20px;
    }
    #filter-popup .modal-xl {
        max-width: unset;
    }
    main.all-invetory .all-invetory-boss .col-sm-3 {
        width:unset;
    }
    .all-invetory-products .order-row-show .col-sm-3 {
        width:unset;
    }
    .all-invetory-products .order-row-show .col-sm-9 {
        width:unset;
    }
    .single-pt-table{
        overflow: hidden;
        overflow-x: auto;
    }
    .single-product-description p {
        font-size: 14px;
        line-height: 24px;
    }
    #multiple-product-items .modal-content,
    div#global-market-setting .modal-content, 
    div#product-detail .modal-content {
        border-radius: 0;
    }
    .all-invetory-products  button.custom-filter-button {
        left: 3%;
        top: -5px;
    }
    div#global-market-setting h5#exampleModalLabel {
        text-align: left;
        font-size: 18px;
    }
    div#global-market-setting .cancel-apply button.cancel {
        font-size: 15px;
        font-weight: 400;
        padding: 13px 0;
    }
    div#global-market-setting .cancel-apply button.apply{
        font-size: 15px;
        font-weight: 400;
        padding: 13px 0;
    }
    #multiple-product-items .btn-close,
    div#global-market-setting  .btn-close,
    div#product-detail .btn-close {
        width: 13px;
        height:13px;
    }
    div#global-market-setting .cancel-apply {
        gap: 20px;
    }
    div#global-market-setting .row.markup-inputs input {
        padding: 11px 10px;
    }
    div#global-market-setting .automated-heading h1 {
        font-size: 24px;
    }
    .all-invetory-products  .order-list-serachbar input {
        font-size: 14px;
    }
    .all-invetory-products  button.custom-filter-button img {
        width: 50px;
        height: 50px;
    }
    .all-invetory-products .order-list-serachbar{
        margin-left:65px;
        padding: 7px 16px;
    }
    div#product-detail table tr td{
        width:50%;
        font-size: 14px;
        line-height: 17px;
    }
    div#product-detail table {
        width: 500px;
        margin: 20px 0 20px 0;
        padding: 5px;
    }
    .single-product-description h2 {
        font-size: 17px;
        line-height: 24px;
    }
    div#product-detail .add-to-shopify button{
        margin:30px 0;
        font-size: 16px;
        padding:11px 0;
    }
    div#product-detail .nav-tabs .nav-link {
        border-radius: 0;
        padding: 7px 7px;
        background-color: #F8F8F8;
    }
    .product-in-whole .form-check{
        padding:0 0;
    }
    .product-in-whole .product-hover{
        width:100%;
        height: 100%;
    }
    main.all-invetory {
        padding:50px 0 5px 0;
    }
    .order-list-wraper{
        margin-bottom: 36px;
    }
    .return-in-progress-main-section .row .col-sm-8{
        margin-bottom:unset;
    }
    .product-pagination {
        flex-wrap: wrap;
        justify-content: start;
    }
    .return-request-wr-xp .return-progress-heading{
        width: unset;
    }
    .return-request-wr-xp .return-request-button button{
        padding:7px 17px;
        font-size:13px;
    }
    .start-multiple-pt-here .multiple-product-order-list table tr td img {
        width: 100%;
        object-fit: cover;
        object-position:center;
        height: auto;
        max-width: 131px;
        max-height: 131px;
    }
    .return-request-wr-xp .return-progress-heading h2{
        font-size:13px;
    }
    div#tracking-modal .modal-header h5{
        font-size: 17px;
    }
    div#return-request-detail .modal-body{
        overflow: hidden;
        overflow-x: auto;
    }
    div#return-request-detail .product-detail{
        width:700px;
    }
    div#return-request-form h5{
        font-size: 20px;
        font-weight:500;
    }
    .return-refund p {
        font-size: 18px;
        line-height: 12px;
    }
    div#tracking-modal .btn-close, div#request-by-user .btn-close, div#return-request-detail .btn-close, div#return-request-form .btn-close {
        width: 10px;
        height: 10px;
    }
    .return-in-progress-main-section .return-request-wr-xp{
        gap:15px;
    }
    .product-pagination .pagination {
        gap:10px;
        flex-wrap: wrap;
    }
    .return-in-progress-main-section{
        margin:0 0 20px 0 !important;
    }
    #multiple-product-items .modal-content{
        border-radius:5px;
    }
    .multiple-product-list--page-wraper {
        padding: 20px;
        margin: 0;
    }
    div#multiple-product-items .multiple-product-order-list{
        width: 800px;
    }
    .multiple-product-list--page-wraper .more-multiple-item-bt button{
        margin: 30px 0 5px;
    }
    .multiple-product-list--page-wraper .list-tracking {
        margin: 20px 0;
        overflow: auto;
        width: 400px;
    }
    .multiple-product-list--page-wraper .inner-list-child-tr{
        overflow: auto;
    }
    .start-multiple-pt-here .multiple-product-order-list table{
        width:800px;
    }
    main .user-interface-main{
        padding: 4px;
        margin-bottom:30px;
    }
    .online-enterpreneur .online-auther-enterpreneur{
        background-size: auto;
    }
    .blog-inner-main .image-post-with-text p{
        padding: 30px 0 30px 0;
    }
    .blog-victoria p{
        font-size:14px;
    }
    .category-post h2{
        font-size:22px;
    }
    .relative-blog .bloger-about h3 a {
        font-size: 16px;
        line-height: 24px;
    }
    .relative-blog .bloger-about p {
        font-size: 14px;
        line-height: 28px;
    }
    .bloger-about .countinue-reading button {
        font-weight: 500;
        margin-bottom:50px;
        font-size: 13px;
    }
    .relative-blog .bloger-about h4{
        font-size: 13px;
    }
    .relative-blog {
        padding:40px 0 0 0;
    }
    .select-tab-category h3{
        font-size: 20px;
        padding-bottom:13px;
        text-align: center;
    }
    .why-hiring-angency h4 {
        font-size: 29px;
        line-height: 42px;
        padding-top: 30px;
    }
    .image-recnet-post {
        width: 60%;
    }
    .why-hiring-angency .read-more button {
        margin-top: 0;
        padding: 10px 30px;
        font-size: 12px;
        font-weight: 400;
    }
    .blog-victoria h1 span:before {
        background-size: contain;
        width: 100%;
        bottom: -31px;
    }
    .why-hiring-angency h3{
        font-size:13px;
    }
    .bloger-searcher input {
        padding: 13px 10px;
        font-size: 12px;
    }
    .blog-tab-show  .nav {
        gap: 16px;
        justify-content: center;
        margin-bottom: 40px !important;
    }
    .blog-tab-show .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        padding: 10px 18px;
        font-size:13px;
    }
    .blog-tab-show .nav-link{
        padding: 10px 18px;
        font-size:13px;
    }
    .relative-blog h2 {
        padding-bottom: 17px;
        font-size: 29px;
    }
    .online-enterpreneur {
        margin: 37px 0 67px 0;
    }
    .online-auther-enterpreneur h3 {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 50px;
    }
    main.blog-post-main .category-post{
        margin: 0px 0 60px 0;
    }
    .online-auther-enterpreneur h3 br{
        display: none;
    }
    .online-enterpreneur .online-auther-enterpreneur{
        padding:30px;
    }
    .recent-blog-wraper .recent-post-content h2 a{
        font-size:15px;
    }
    .recent-blog-wraper .recent-post-content h5{
        font-size:14px;
    }
    .blog-victoria{
        padding: 51px 0 50px 0;
    }
    .image-post-with-text p{
        font-size:13px;
        line-height: 23px;
    }
    .image-post-with-text .countinue-reading button {
        font-weight: 500;
        font-size: 14px;
        padding: 12px 21px;
    }
    .image-post-with-text h2 {
        font-size:18px;
        padding: 20px 0;
    }
    .new-post-old-post button {
        font-size:12px;
    }
    .new-post-old-post button svg {
        width: 15px;
        height: 15px;
    }
    .welocom-main-blog .image-post-with-text{
        padding-top:0;
    }
    .image-post-with-text h3 {
        font-size: 13px;
        padding: 0 0 0 0;
        line-height: 4px;
    }
    .blog-post-main{
        padding:0 0 30px 0;
    }
    .image-post-with-text img{
        margin:40px 0 0px 0;
    }
    .welocom-main-blog .new-post-old-post{
        gap:10px;
        margin:0;
    }
    .recent-post h3 {
        font-size: 20px;
    }
    .categorypost-items h3{
        font-size:14px;
        line-height: 27px;
    }
    .categorypost-items h3 span {
        font-size: 22px;
    }
    .why-hiring-angency{
        padding:30px;
        background-image: none;
        background-color: #1b3a2a;
    }
    .blog-inner-main .image-post-with-text img{
        margin:0 !important;
    }
    main.section-home p{
        font-size:13px;
        line-height: 21px;
    }
    .blog-inner-main  .image-post-with-text h2 {
        padding: 30px 0 0 0;
        line-height: 0;
    }
    .blog-victoria h1 {
        font-size: 24px;
        line-height: 38px;
    }
    .blog-victoria h2{
        font-size:15px;
    }
    main.product-data-user table tr td .form-check{
        gap:10px;
    }
    main.product-data-user table tr td:first-child {
        width: 272px;
    }
    main.product-data-user .select-product{
        gap:10px;
    }
    .varient-product .delete-product button svg path {
        stroke: #fff;
    }
    main.product-data-user table tr th, td{
        text-align: center;
    }
    .varient-product .delete-product button svg{
        width: 20px;
        height: 20px;
    }
    .varient-product .delete-product{
        justify-content: start;
    }
    .varient-product .delete-product button{
        padding: 10px 18px;
        background: #1b3a2a;
        border:1px solid #1B3A2A;
        border-radius:4px;
    }
    .varient-product .delete-product button:hover{
        background-color:#fff;
        color:#1B3A2A;
        transition: ease-in-out 0.5s;
        border-color: inherit;
    }
    .varient-product .delete-product button:hover svg path{
        fill: #1B3A2A;
    }
    .global-button-wraper {
        justify-content: space-between;
        gap: 10px;
        margin:40px 0 0px 0;
    }
    .global-button-wraper .gl-btn-word{
        width:100%;
        font-size: 13px;
        padding: 12px 20px;
    }
    .row.variant-intersted,
    .varient-product .col{
        flex: 100%;
    }
    .product-data-name .input-group .btn{
        font-size:12px;
    }
    .showing-the-whole-prdocut{
        margin-bottom:20px;
    }
    main.product-data-user .global-button-wraper{
        justify-content: end;
    }
    main.product-data-user .product-pagination{
        flex-wrap: wrap;
        border-top:1px solid #ddd;
        margin:0;
        padding:60px 0;
    }
    main.product-data-user{
        margin-top:40px;
    }
    main.product-data-user .product-pagination .page-link,
    main.product-data-user .product-pagination .page-item.active .page-link{
        font-size: 14px;
        padding: 6px 15px;
    }
    main.product-data-user .product-pagination .pagination {
        gap: 10px;
    }
    main.product-data-user table.table{
        width:800px;
    }
    .select-product h3,
    main.product-data-user button.sold-button,
    main.product-data-user button.syc-button,
    main.product-data-user table.table tr td,
    main.product-data-user table.table tr th,
    main.product-data-user table.table tr td label{
        font-size:13px;
    }
    
    main.product-data-user .products-sercher{
        width:900px;
    }
    main.product-data-user .products-sercher .order-list-serachbar {
        width:32%;
    }
    main.product-data-user .order-list-serachbar input{
        font-size:13px;
    }
    .products-sercher .file-input-container label{
        font-size:13px;
    }
    .products-sercher .select-status button,
    .products-sercher .create-product button{
        font-size: 13px;
    }
    .destination-table .destination-vaild h4{
        font-size: 11px;
    }
    .destination-table .destination-vaild h3{
        font-size: 11px;
    }
    .add-other-option button{
        padding: 14px 12px;
        font-size:13px;
        width:fit-content;
    }
    .destination-table .destination-head h2{
        font-size: 12px;
    }
    .product-data-name input, .product-data-name textarea, .product-data-name .form-select{
        font-size: 13px;
    }
    .product-data-name{
        flex-wrap: wrap;
    }
    .product-data-name label{
        width:100%;
        font-size:13px;
    }
    .varient-product h2 {
        font-size: 13px;
        line-height: 21px;
        padding-bottom: 0px;
    }
    .varient-product {
        padding: 20px 19px 30px 20px;
    }
    .product-data-name .input-group input{
        font-size:12px;
    }
    .destination-table .destination-vaild{
        padding: 10px 0px;
    }
    .destination-table .destination-head{
        padding: 14px 15px;
    }
    .destination-table .destination-body{
        padding: 14px 15px;
        gap:20px;
    }
    .destination-table {
        overflow: auto;
        width: 500px;
    }
    .destination-table .add-location{
        padding:0px 15px 40px 15px;
    }
    .product-interface-button button.published {
        padding: 11px 23px;
        font-size: 11px;
    }
    .product-interface-button button.save-as-draft{
        padding: 11px 30px;
        font-size: 11px;
    }
    .destination-body input{
        width:100%;
    }
    main .content .get-started a svg {
        width: 133px;
        margin: 0 auto;
        margin-bottom:20px;
    }
    .banner .banner-content a svg {
        width: 155px;
        margin: auto;
    }
    header form.d-flex.ms-auto.login-acoount-hd{
        display: none !important;
    }
    .mobile-login-account {
        display: block;
    }
    .mobile-login-account button svg{
        width:30px;
        height:30px;
    }
    .order-listing{
        padding:30px 0 50px 0;
    }
    main .interface-user-wraper {
        padding: 17px;
    }
    .row-data-list-show .col-sm-4{
        margin-bottom:20px;
    }
    .user-interface-main .available h3 {
        font-size: 48px;
        padding: 13px 0;
        line-height: 57px;
    }
    header a.navbar-brand svg, header.fixed a.navbar-brand svg {
        width: 100px;
    }
    header.fixed nav.navbar.navbar-expand-lg.navbar-light,
    header nav.navbar.navbar-expand-lg.navbar-light {
        padding: 4px 6px;
    }
    main.login-form{
        overflow: hidden;
    }
    .paranet-user-face{
        padding: 24px;
        margin-top:50px;
    }
    .total-fulfillment-cost h4{
        font-size: 12px;
        text-align: left;
    }
    .return-data h3 {
        font-weight: 400;
        font-size: 20px;
    }
    .order-data-detail {
        padding: 15px 15px 48px 15px;
    }
    .list-tracking,
     .return-data{
        padding: 15px;
    }
    .order-shipped a, h4 {
        font-size: 12px;
    }
    .profit h4{
        font-size: 12px;
    }
    .list-tracking a.genrate,
    .return-data a,
    .list-tracking a.tracking{
        font-size:15px;
        padding: 7px 40px;
    }
    .order-data-detail .fuilfill-drop {
        padding: 14px 20px;
    }
    .return-data .show-product {
        padding: 40px 23px 30px 23px;
    }
    .order-product-list-search .filter-with-menus {
        margin-top: 20px;
        justify-content: space-between;
    }
    header a.navbar-brand svg,
    header.fixed a.navbar-brand svg {
        width:100px;
    }
    .order-product-list-search {
        margin-bottom: 40px;
    }
    .row-data-list-show .row:nth-child(1) {
        margin-bottom: 20px !important;
    }
    .order-list-wraper a {
        font-size: 14px;
        padding: 10px 30px;
    }
    .filter-button-all button{
        padding: 9px 51px;
    }
    .order-listing h1 {
        font-weight: 500;
        font-size:24px;
    }
    main .user-interface-main{
        flex-wrap: wrap;
        width:100%;
    }
    main .user-interface-main .available {
        width: 100%;
    }
    .blog-inner-main .new-post-old-post{
        margin-top:0;
    }
    .banner,
    .home-logo-slider{
        padding:0 10px;
    }
    .banner .banner-content {
        padding: 32px 10px 10px 10px;
    }
    .home-logo-slider .swiper-slide img {
        width: 148px;
        height: 96px;
    }
    .banner .banner-content h1 {
        font-size: 27px;
        font-weight: 700;
    }
    .login-acoount-hd a.btn.get-started {
        padding: 9px 9px;
        font-size: 10px;
    }
    header a.btn.login-account {
        font-size: 15px;
    }
    .logo-wraper {
        padding:10px 0;
        border-top:1px solid #1b3a2a;
        margin-top: 30px;
        border-bottom:1px solid #1b3a2a;
    }
    main.section-home .row {
        flex-direction: column-reverse;
    }
    main.section-home .row:nth-child(2) {
        flex-direction: row-reverse;
    }
    main.section-home .row:nth-child(4) {
        flex-direction: row-reverse;
    }
    .home-logo-slider h2 {
        font-size:21px;
    }
    .banner .banner-image{
        padding: 0;
    }
    footer p {
        font-size: 11px;
        line-height: 10px;
    }
    .banner .banner-content p{
        font-size: 16px;
        padding: 20px 0 30px 0;
    }
    .banner .banner-content h1 span:before {
        bottom: -30px;
        background-size: contain;
        width: 139px;
    }
    main .content {
        margin: 40px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    br{
        display: none;
    }
    main.section-home .content h2 {
        font-size:23px;
        white-space: nowrap;
    }
    main.section-home .content h2 span:before{
        bottom: -28px;
        background-size: 156px;
    }
    main.section-home .image-main {
        padding-top: 40px;
    }
    
    header nav.navbar.navbar-expand-lg.navbar-light {
        padding:7px 6px;
        border-bottom:1px solid #1B3A2A;
    }
    header.fixed nav.navbar.navbar-expand-lg.navbar-light{
        padding: 4px 6px;
    }
    header form.d-flex.ms-auto.login-acoount-hd {
        gap: 12px;
    }
    main.section-home .row:nth-child(2) .content,
    main.section-home .row:nth-child(3) .content,
    main.section-home .row:nth-child(4) .content,
    main.section-home .row:nth-child(5) .content{
        padding:0;
     }
     .product-in-whole article.item {
        margin: 0 !important;
    }
    .card.product-index .header_line {
        display: none;
    }
    .shopify_search_filetrs > div.search_bx {
        width: 60%;
    }
    .all-invetory-products {
        margin: 0;
    }

}

@media all and (max-width: 1450px) {
    .form-check {
        padding-left: 0rem !important;
    }
    .filter-button-all button {
        padding: 12px 38px;
    }
    .product-invertor .product-media img {
        height: auto !important;
    }
}

@media all and (max-width: 1450px) {
    .form-check{
        padding-left: 0rem !important;
    }
}
.form-check{
    padding-left: 0rem !important;
}

