.custom_container {
    padding:0 100px;
}
.download_app {
        color: #fff;
    font-weight: 600;
}
.layer_divader {
        font-size: 18px;
    color: #ddd;
}
.delivery_code {
    background: #0195d7;
    width: 215px;
    color: #fff;
    border-radius: 5px 0 0 5px;
    line-height: 42px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.product-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-img a img {
    height: 170px;
    object-fit: scale-down;
}
.arrow_slid .owl-nav{
  position: unset;
  display: block !important;
}

.arrow_slid .owl-nav button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow_slid .owl-nav .owl-prev{
      left: -15px;
    background: #0295da !important;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    line-height: 20px !important;
    padding: 0 !important;
    color: #fff !important;
}

.arrow_slid .owl-nav .owl-next{
     right: -15px;
    background: #0295da !important;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    line-height: 20px !important;
    padding: 0 !important;
    color: #fff !important;
}

@media all and (max-width: 1199px){
  .arrow_slid .owl-nav{
    display: none;
  }
}
.flex_box_code {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 15px 0;
}
.flex_box_code .form-group {
     width: 50%;   
}
.current_location {
    display: flex;
    border: 1px solid #f18b32;
    padding: 4px;
    width: 50%;
    border-radius: 5px;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    background: #f18b32;
    justify-content: center;
    cursor: pointer;
}
.current_location svg {
        fill: #fff;
}
.Select_Address {
    position: relative;
    text-align: center;
}
.Select_Address p {
    display: inline-block;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: #514e4e;
    padding: 0 10px;
}
.Select_Address:before {
    content:'';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ddd;
    left: 0;
    top: 13px;
    z-index: 1;
}
.Select_Address:after {
    content:'';
}
.data_category {
    margin-bottom: 50px;
}
.data_category ul {
        border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
.data_category ul li {
    display: inline-block;
}
.search_phone_view {
    display:none;
}
/*-------------login--------------*/
.account_page {
    padding: 50px 0;
    position: relative;
    background-image: url('../img/pharmaceuticals-login.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: right;
    z-index: 1;
}
.account_page:before {
    content:'';
    position: absolute;
    background: #00000099;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.form_area {
    box-shadow: 0 0 10px #c4c1c1;
    padding: 30px;
    border-radius: 5px;
    background:#fff;
}
.form_area h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}
.form_area .form-group {
    margin-bottom:15px;
}
.form_area .form-group label {
    color: #000;
}
.form_area .form-group .form-control {
    height: 45px;
    border-color: #b2aeae;
}
.form_area .or_sec {
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.form_area .or_sec:before {
    content:'';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #b7b2b2;
    left: 0;
    top: 32px;
    z-index: 1;
}
.form_area .or_sec span {
    background: #fff;
    padding: 0 12px;
    color: #000;
    font-weight: 600;
        position: relative;
    z-index: 1;
}
.google_login_btn {
    background: #fff;
    border: 1px solid #000;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.google_login_btn img {
        width: 24px;
}
.google_login_btn:hover {
    background: #000;
    color: #fff;
}
.btn_creat {
        width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
}
.Forgot_Password {
        text-align: right;
}
.Forgot_Password a {
    color: #0195d7;
}
.brudcrumb {
    padding: 10px 0;
}
.all_product_page {
    padding:50px 0;
}
.dropdown-cart-list {
    height: 175px;
    overflow: auto;
}
.wishlist_page {
    padding:50px 0;
}
.wishlist_page .product-item {
    margin-bottom:30px;
}
.delete_wishlist {
        position: absolute;
    right: 10px;
    top: 10px;
    background: #f91515;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
}
.policy_page {
    padding:50px 0;
}
.flex_verify {
        display: flex;
    align-items: flex-end;
}
.flex_verify .form-group {
        width: 50%;
}
.verify_btn {
    background: #000000;
    border: 0;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
}
.required_color {
    color:red;
}
.form-control {
    font-size: 16px !important;
}
a {
    font-size: 12px !important;
}
p {
    font-size: 17px !important;
}

@media (max-width:767px) {


.custom_container {
    padding: 0 15px !important;
}
.search_phone_view {
    display:block !important;
}
.search-content {
    margin:10px;
}
.footer-social {
            justify-content: center !important;
}
.copyright .copyright-text {
    text-align: center;
    font-size: 12px;
}
.delivery_code {
    width: 165px !important;
    font-size: 12px !important;
}
.download_app {
    display:none;
}
}
.customer-order-detail {
    border: 1px solid #0193d4;
    padding: 20px;
    border-radius: 8px;
}
.customer-order-detail table {
    margin-top: 20px;
    border: 1px solid #b5aeae;
}
.breadcrumb,
.breadcrumb a {
        font-size: 12px !important;
}
