
.profile_circle img {
  width: 100px !important;
  height: 100px;
  z-index: 99;
  position: absolute;
  right: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.uploadprofiles {
    position: relative;
    font-size: 25px;
    padding: 22px;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 100%;
    display: inline-block;
}


/* main date filters */
.date-filters{
    margin-bottom:5px;
}
.date-filters > select,
.date-filters > button{
    background: #ddd;
    padding:3px 10px 2px;
    border-radius: 3px;
    border:1px solid #a9a9a9;
}
.date-filters select{
    padding:5px 10px;
}
.date-filter-range{
    display: none;
    opacity: 0;
    margin-top:5px;
    position: relative;
}
.date-filter-range input{
    width: 100px; 
    padding:2px 5px 0;
    font-size:11px;
    line-height: 1;
}
.date-filter-range label{
    font-size:12px;
    display: inline-block;
    width: 65px;
    margin:0;
}
.date-filter-range button{
    position: absolute;
    top:0;
    left: 175px;
    padding:15px;
}
.filter_status button.active{
    font-size: 11px;
    padding: 1px 4px;
}



/* PRODUCTS LIST */

.product-list-body div.dataTables_length label, .orders_list_length div.dataTables_length label{
    margin-left: 0px !important;
}

.product-list-body .dataTables_filter {
    float: right !important;
}

.product-list-body #products_list th {
    position: relative !important;
}

.product-list-body .mb-20 {
    margin-bottom: 20px !important;
}

.product-list-body .table-responsive .row, .orders_list_length .table-responsive .row{
    margin: 0px !important;
}



.product-list-body div#products_list_paginate {
  text-align: right;
}

.product-list-body table#products_list{
  margin-top: 20px;
}

.product-list-body button#doaction {
  background-color: #3c81ca !important;
  border-color: #3c81ca !important;
  padding: 5px 10px;
}

.product-list-body .product-list-actions a {
    background-color: #3c81ca !important;
    border-color: #3c81ca !important;
}
  
.product-list-body .actions a {
    display: inline-block;
    padding: 3px 5px;
    background: #eee;
    line-height: 1;
    border-radius: 3px;
}

.product-list-body .prod-info > b {
    display: inline-block;
    position: relative;
    width: 90px;
    margin-right: 10px;
}

.product-list-body .prod-info > b:after {
    content: ":";
    position: absolute;
    right: 0;
}

.product-list-body .actions .fa.fa-pencil{
    font-size: unset !important;
    margin: unset !important;
    color: #3c81ca !important;
}

.product-list-body .bulk-wrapper-body{
  margin-top: 20px;
}


div#products_list_length select, .product-list-body .dataTables_filter input, div#orders_list_length select, .orders-list-body .dataTables_filter input{
  background-color: transparent;
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
    background-position: center bottom, center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}


/* ADD & EDIT PRODUCT */
.product-add-body .product-photos, .product-edit-body .product-photos{
    padding:0 10px;
}
.product-add-body .product-photos > div, .product-edit-body .product-photos > div{
    padding:0 10px;
}
.product-add-body .photo-box, .product-edit-body .photo-box{
    border:3px solid #ddd;
    padding:5px;
    width: 145px;
    height:145px;
    text-align:center;
    display: flex; 
    align-items: center; 
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden
}
.product-add-body .photo-box img, .product-edit-body .photo-box img{
    max-width: 100%;
    max-height: 100%;
}
.product-add-body .product-photos input, .product-edit-body .product-photos input{
    display: none
}
.product-add-body .photo-box span, .product-edit-body .photo-box span, .product-add-body .photo-box label, .product-edit-body .photo-box label{
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0;
    background: #1976d2;
    color: #fff;
    text-transform: uppercase;
    font-family: ProximaNova Semibold;
    font-size: 11px;
    padding: 5px 0 3px;
    display: none
}
.product-add-body .photo-box label, .product-edit-body .photo-box label{
    margin:0;
    cursor: pointer;
    bottom:-30px;
    display: block;
    transition: ease 0.3s
}
.product-add-body .photo-box .fa, .product-edit-body .photo-box .fa{
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
.product-add-body .photo-box:hover label, .product-edit-body .photo-box:hover label{
    bottom:0;
}
.product-add-body .product-photos input[type=radio]:checked ~ div, .product-edit-body .product-photos input[type=radio]:checked ~ div {
    border-color:#1976d2;            
}
.product-add-body .product-photos input[type=radio]:checked ~ div span, .product-edit-body .product-photos input[type=radio]:checked ~ div span {
    display: block;
}
.product-add-body .product-photos input[type=radio]:checked ~ div label, .product-edit-body .product-photos input[type=radio]:checked ~ div label {
    display: none;
}

.product-add-body #uploadPhotos, #addVariant, .product-edit-body #uploadPhotos, #addVariant{
  background-color: #3c81ca;
  border-color: #3c81ca;
}

.product-add-body #variants-container, .product-edit-body #variants-container{
  display: inline-block;
}

.product-add-body #variants-container .row, .product-edit-body #variants-container .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-add-body .variant-item,  .product-edit-body .variant-item {
  margin-bottom: 20px;
  padding: 0 20px 5px;
  background: #f5f5f5;
  border-radius: 5px;
}

.product-add-body .variant-field, .product-edit-body .variant-field {
  padding: 10px;
  line-height: 1;
}

.product-add-body .removeVariant, .product-edit-body .removeVariant {
  background: red;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
  line-height: 1;
  padding-bottom: 3px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}

.product-add-body .card-outline-primary, .product-edit-body .card-outline-primary{
  background: #ffffff none repeat scroll 0 0;
  margin: 0;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 15px;
}

.product-add-body .mb-10, .product-edit-body .mb-10 {
  margin-bottom: 10px !important;
}

.product-add-body .submit-now, .product-edit-body .submit-now{
  background: #3c81ca;
  border-color: #3c81ca;
}

.product-add-body .content-wrapper, .product-edit-body .content-wrapper{
  text-align: left !important;
}

/*Seller Application and Seller Profile*/
.a-right {
    text-align: right;
    margin-right: 15px;
}

.map_tooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  cursor:  pointer; 
}

.map_tooltip .map_tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #2667b4;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; 
  margin-left: 10px;
  margin-top: -20px;
}

.map_tooltip:hover .map_tooltiptext {
  visibility: visible;
}

#map {
  -webkit-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
  -moz-box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
  box-shadow: 0px 0px 3px 0px rgb(214, 214, 214);
  height: 140px;
  width: 100%;
  display: block !important;
  border-radius: 0px;
  border: 1px solid #ddd;
  margin-top: 20px;
} 

#map img {
  max-width: none !important;
  display: block !important;
} 

.store_name, .store_add, .shipping_cost, .shipping_price, .distance_type,.seller_input,.seller_documents,.m-20{
  margin-bottom: 20px;
}

.m-10{
  margin-bottom: 10px;
}

.profile-image_logo > img, .profile-image_logoProfile > img {
  width: 100%;
  height: 100%;
  z-index: 99; 
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

img#docDocumentShow  {
    width: 100%;
    height: 150px;
   
}

.show-image, .show-imageProfile {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}

.show-image img , .show-imageProfile img{
  border-radius: 0 !important;
}

#uploadprofile {
  position: relative;
  font-size: 24px;
  padding: 22px;
  z-index: 10; 
  color: #fff;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}

.profile-images{
  max-width: 100px;
  max-height: 100px;
  margin:0 auto;
}

.profile-images:hover #uploadprofile,.profile-image_logo:hover #uploadprofile{
  z-index: 101;
}

.profile-image_logo, .profile-image_logoProfile {
  -webkit-border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.seller_profile .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.seller_profile .modal-open .modal { 
    overflow-x: hidden;
    overflow-y: auto;
}

.seller_profile .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}  

.seller_profile .modal.show .modal-dialog { 
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.seller_profile .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}  

.seller_profile #cropModal .modal-dialog {
  margin-top: 15%;
} 


#verifyAccount {
  position: relative;
  float: right;
  background: #2667b4;
  color: white;
  margin-top: 7px;
  width: 100px;
  padding: 5px;
  cursor: pointer;
}

/*Slider Checkbox Seller Application*/
    
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
  /*top: 15px;*/
}  

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */ 
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*End of Slider Checkbox Seller Application*/

/*.shipping-text{
    font-size: 11px; 
    width: 60%;
    display: inline-block;
    margin-left: 15px;
}

@media(max-width:1139px) {
  .shipping-text{
    width: 56%;
  }
}*/


.seller-store-body #setUserSettingModal .modal-dialog, #fillEmail .modal-dialog, #verifyPhone .modal-dialog{
  transform: unset !important;
}

.seller-store-body #setUserSettingModal .modal-content, #fillEmail .modal-content, #verifyPhone .modal-content{
  margin-top: 2% !important;
  border: 0px solid !important;
  border: 0px !important;
}

#setUserSettingModal .modal-content, #verifyPhone .modal-content{
  width: 65% !important;
}

/*** START OF FOR SOCIAL - VERIFY PHONE **/

  .verify-body{
      text-align: center;
  }

  .editButton,
  .editButton2 {
    color: #478ce5;
    cursor: pointer;
    top:-7px;
    margin-left:3px;
    font-size: 16px;
  }
  .phoneNumber,
  .editButton,
  .editButton2{
    display: inline-block;
    position: relative;
  }

  .phoneNumber{
      font-size: 24px !important;
  }
  .black-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    z-index: 2;
    display: none
  }
  .editPhone,
  .editEmail{
    position: relative;
    z-index: 5;
    margin:0 auto 15px;
    width: 280px;
    display: none;
    opacity: 0
  }
  .editEmail{
    width: 350px
  }
  .editPhone input,
  .editEmail input{
    width: 100%;
    font-size: 15px !important;
    padding: 5px 50px;
    background: white !important;
    line-height: 0px !important;
  }
  .editEmail input{
    padding:5px 50px 5px 10px;
  }
  .editPhone .selected-flag{
    padding: 9px 16px 9px 8px !important 
  }
  .editPhone .country-list{
    top: 35px !important;
    text-align: left;
    font-size: 12px;
    width: 280px !important;
    box-shadow: none !important
  }
  .saveButton,
  .saveButton2{
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
    width: 40px;
    height: 34px;
    background: #3c8dbc;
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    /*padding-top: 4px;*/
  }

  .action-buttons a {
      display: inline-block;
      margin-left: 10px;
      font-size: 14px;
  }

  #pre_loader {
    width: 100%;
    z-index: 9999;
    height: 100%;
    top: 0;
    left:0;
    position: absolute;
    display: none; 
  }

  #code-alert-box{
      text-align: left !important;
  }

  #code-alert-box .alert{
      position: relative !important;
      padding: 10px !important;
  }

  #code-alert-box button.close{
      color: #000 !important;
      position: absolute !important;
      top: 40% !important;
      right: 10px !important;
      margin-top: -10px !important;
  }

  #code-alert-box h4 {
      font-size: 15px !important;
      font-family: 'Poppins', sans-serif;
      font-weight: normal !important;
      margin: 0px !important;
      padding-left: 0px !important;
  }
  #errorMsg,
  #errorMsg2,
  #errorMsg3{
    color:red;
    display: inline-block;
    padding-top: 5px
  }
  .fa-spinner{
    -webkit-animation: spin 2s infinite linear;
  }
  @-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
  }

  .recaptcha-form{
    position: absolute;
    z-index: 3;
    background: #fff;
    padding: 20px;
    top: 50%;
    left: 50%;
    width: 340px;
    margin:-62px 0 0 -170px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
  }

  .recaptcha-form{
    margin-top: -79px
  }

  .g-recaptcha > div{
    margin:0 auto 5px;
  }

  .recaptcha-form button{
    width: 110px
  }

  #verifyPhone .modal-dialog{
      margin: 8% auto !important;
      width: 60% !important;
  }

  #verifyPhone .modal-title{
      white-space: normal !important; 
      font-size: 18px !important;
  }

  #verifyPhone .emailAddress{
      font-size: 22px !important;
  }

  #verifyPhone #modal_verification_code{
      font-size: 20px !important;
      height: auto !important;
      padding: 10px !important;
      border-radius: 20px !important; 
      width: 60% !important;
      margin: 0 auto !important;
  }

  #fillEmail .modal-content{
    width: 50% !important;
  }

  #fillEmail .intl-tel-input input{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  #fillEmail .intl-tel-input{
    z-index: 99 !important;
  }
/*** END OF FOR SOCIAL - VERIFY PHONE **/

@media(max-width:767px) {

  .payment-mode{
    display: inline-block !important;
  }

  .buyer-pickup .col-md-4, .payment-mode .col-md-4 {
    width: 33.33333333% !important;
    display: inline-block !important;
    float: left !important;
    
  }

  .buyer-pickup .col-md-8, .payment-mode .col-md-8 {
    width: 66.66666667% !important;
    display: inline-block !important;
    float: left !important;

  }

  .submit-store{
    width: 100% !important;
  }

  .action-wrapper {
    margin: 0px !important;
  }

  .product-list-body .bulk-wrapper{
       float: left !important;
    }

    .product-list-body .product-list-actions{
      float: left !important;
      text-align: left !important;
      margin-top: 10px !important;
  }

  .product-list-body button#doaction {
      padding: 5px 10px !important;
  }

  .product-list-body div#products_list_paginate{
    text-align: center !important;
  }

  div#products_list_length select, .product-list-body .dataTables_filter input, div#orders_list_length select, .orders-list-body .dataTables_filter input{
      display: inline-block !important;
      width: unset !important;
  }

  .product-list-body .table-responsive .row, .orders_list_length .table-responsive .row{
    text-align: left !important;
  }

  .product-list-body .dataTables_filter {
      float: left !important;
      margin-top: 10px !important;
  }

  .product-add-body #uploadPhotos, #addVariant, .product-edit-body #uploadPhotos, #addVariant{
    float: unset !important;
  }

  .product-add-body .variant-field, .product-edit-body .variant-field {
    width: 100% !important;
  }

  /*Store Profile*/ 
  .store_name, .shipping_cost{
    margin-top: 20px;
  }

  .seller_profile #cropModal .modal-dialog {
    margin-top: 40% !important;
  } 

  .col-md-7.ordered-shipping-address, .order-store-info, .text-details {
    text-align: left;
  }


  .seller-store-body #setUserSettingModal .modal-content, #fillEmail .modal-content, #verifyPhone .modal-content{
    height: 100vh !important;
    border-radius: 0;
    color: white;
    overflow: auto;
    margin-top: 0% !important;
    width: auto !important; 
  }

  #fillEmail .modal-content, #verifyPhone .modal-content{
    width: 100% !important;
  }

  #verifyPhone .modal-dialog{
    width: 100% !important;
  }

  #verifyPhone #modal_verification_code{
    width: 100% !important;
  }

  #verifyPhone .emailAddress{
    font-size: 14px !important;
  }
    

  .text-l{
    text-align: left !important;
  }

}

@media(max-width:410px) {
  /*.shipping-text{
    margin-left: -6px;
    width: 48%;
  }
  .switch {
    top: 5px;
  }
  */

}