.drive_shipping{
    margin-bottom: 20px;
    padding: 0px !important;
    width: 100%;
    width: calc(100% - 10px);
    margin: 5px;
    background-color: #deeaff;
    border-radius: 5px; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drive_shipping_example{
    font-size: 12px;
    padding: 5px;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #007bff;   
}

.drive_shipping_box{
    display: flex;
    background-color: #deeaff;
    min-height: 100px;
    /*height: 100%;*/
    color: #007bff;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    width: calc(100% - 101px);
}

.drive_shipping_box_icon{
    width: 40px;
    height: 100%;
    text-align: center;
    padding-top: 10px;
}  

.drive_shipping_box_icon i{
    font-size: 30px;
    color: #0063D1;
    margin: 0px;
    padding: 0px;
}   

.drive_shipping_box_data{
    width: 100%;
    width: calc(100% - 40px);
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
}

.drive_shipping_box_button{
  width: 100px;
  min-height: 100px;
  /*height: 100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
/*  border-left: 1px solid rgba(0,0,0,0.10);
  background:#0063D1;*/
}

.drive_shipping_box_button_text{
    font-size: 12px;
    color: #0063D1;
    padding: 10px;
    font-weight: bold;;
}

.drive_shipping_box_data p{
    font-size: 12px;
    padding: 2px;
    margin: 0px;
    color: #007bff;
    text-align: left;
}

.drive_shipping_box_data b{
    color: #0063D1;
}

.drive_shipping_box_data_info{
  width: `100%;
}

.drive_shipping_box_bt{
    text-align: right;
    width: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drive_shipping_box_bt button{
    padding: 10pX;
    font-size: 12px;
    background: rgba(0,0,0,0);
    border:1px solid rgba(0,0,0,0);
    color: #142c54;
    font-weight: bold;
}

#drive_shipping_city{

}

#drive_shipping_message{

}

#drive_shipping_method_box{
  padding: 2px;
  padding-top: 15px;
  font-size: 10px;
  text-align: left;

}

#drive_shipping_time{
  padding: 2px;
  margin-top: -5px;
  text-align: left;

}

#drive_shipping_shipment_box{
  padding: 2px;
  font-size: 12px;
  text-align: left;
}


/*-----------------------------------------------------------*/

  .customer-address-modal{
      background-color: rgba(0,0,0,0.70);
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 90000;
      top: 0px;
      left: 0px;
      display: none;
      justify-content: center;
      align-items: center;
  }

  .customer-address-modal-close{
      width: 100%;
      height: 40px;
      text-align: right;
  }

  .customer-address-modal-close button{
      width: 40px;
      height: 40px;
      font-size: 30px;
      border: none;
      color: white;
      background-color: rgba(0,0,0,0);
      display: inline-flex;
      justify-content: center;
      align-items: center;
  }
  .customer-address-modal-head-box{
    width: 40px;
    /*height: 40px;*/
    display: none;
  }

  .customer-address-modal-head-box-text{
    width: 100%;
    text-align: center;
    color: #0063D1;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .customer-address-modal-head button{
      width: 40px;
      height: 40px;
      font-size: 30px;
      border: none;
      color: #24374f;
      background-color: rgba(0,0,0,0);
      display: inline-flex;
      justify-content: center;
      align-items: center;
  }

  .customer-address-modal-body{
      width: 100%;
      /*height: calc(100% - 40px);*/
      background: white;
  }

  .customer-address-modal-body-list{
      width: 100%;
      height: 100%;
      padding: 10px;
      overflow-y: scroll;
  }

  .customer-address{
      margin: 5px;
      margin-top: 10px;
      margin-bottom: 10px;
      display: block;
      background-color: white;
      padding: 10px;
      transition: 0.3s;
      cursor: pointer;
      border:none;
      color: #0063D1;
      border:none;
      background-color: #e8f1fc;
      width: 100%;
      width: calc(100% - 10px);
      border-radius: 4px;
  }

  .customer-address:hover{
      position: relative;
      top: -4px;
      box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.10); 
  }

  .customer-address-data-name{
      font-weight: bold;
      font-size: 14px;
      padding: 5px;
      padding-bottom: 5px;
      text-align: left;
  }

  .customer-address-zone{
      padding: 5px;
      font-size: 12px;
      color: #5a6f8a;
      padding-top: 0px;
      padding-bottom: 0px;
      text-align: left;
  }

  .customer-address-data-state{

  }

  .customer-address-data-city{

  }

  .customer-address-data-address{
      font-size: 12px;
      padding: 5px;
      text-align: left;
  }

  .customer-address-modal-footer{

  }

  .customer-address-modal-body-content{
      width: 100%;
      height: calc(100% - 42px);
  }

  .customer-address-modal-body-tabs{
      width: 100%;
      background: white;
      display: flex;
      border-top:1px solid rgba(0,0,0,0.10);
      border-bottom: 1px solid rgba(0,0,0,0.10);
  }

  .customer-address-modal-body-tabs-option{
      width: 50%;
      height: 40px;
  }

  .customer-address-modal-body-tabs-option button{    
      width: 100%;
      height: 100%;
      border:none;
      color: #0063D1;
      font-size: 12px;
      background: white;
  }

  .customer-address-modal-body-tabs-option button:hover{
      background: #0063D1;
      color: white;
  }

  #customer-address-modal-body-list{
      display: none;
  }

  .select_list_cities{
      display: none;
  }
  #customer-address-modal-body-calc{
      overflow-y: scroll;
      height: 100%;
      width: 100%;
  }

  .customer-address-modal-body-calc-form{
      padding: 10px;
  }

  .customer-address-modal-body-calc-form-title{
      text-align: center;
      font-size: 14px;
      padding: 10px;
      text-align: left;
      font-weight: bold;
  }

  .customer-address-modal-body-calc-form-title i{
    color: #0063D1;
    font-size: 30px; margin-right: 10px;
  }

  .customer-address-modal-body-calc-form-state{
      
  }

  .customer-address-modal-body-calc-form-state select{
      cursor: pointer;

      background-color: #e8f1fc;
  }

  .customer-address-modal-body-calc-form-city{
  }

  .customer-address-modal-body-calc-form-city input{
      margin-top: 20px;
      cursor: pointer;
      background: white;
      border:none;
  }

  .customer-address-modal-body-calc-form-method{
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .customer-address-modal-body-calc-form-method label{
      display: block;
      padding: 5px;
      background: white;
      margin:0px;
      cursor: pointer;
  }

  .customer-address-modal-body-calc-form-method input{
      margin-right: 10px;
  }

  .customer-address-modal-body-calc-form-method{
    font-size: 12px;
    color: #0063D1;
  }

  .customer-address-modal-body-calc-bts{
      text-align: center;
  }

  .customer-address-modal-body-calc-bts button{
    padding:10px 20px;
  }

  .customer-address-modal-body-tabs-option-bt-active{
      background-color:#0063D1;
      color:white;

  }

  #drive_shipping_shipment_modal_box{
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: black;
  }

  #drive_shipping_shipment_modal{
    color: #0063D1;
    font-weight: bold;

  }
@media(min-width: 1000px){

  #drive_ps-product__thumbnail{
      position: sticky; top: 100px; max-height: 500px;
  }

  #drive_vendor_name{
      padding: 10px;
  }

  #drive_stock_status{
      border-top:1px solid #e1e1e1; padding-top: 20px;
  }

  #drive_bt_cart{
      font-size: 12px; padding: 10px; padding-left: 15px; padding-right: 15px;
  }

  #drive_bt_buy{  
      font-size: 12px; padding: 10px; padding-left: 15px; padding-right: 15px;
  }

  #drive_ps-product__meta{
      display: flex;
      justify-content: left;
      align-items: center;
  }

  #drive_vendor_name:after {
      content: none;
  }

  #drive_rating_wrap{
      border-right: 1px solid #e1e1e1;
      padding-right: 10px;
  }

  .drive_other_sellers{
      border:1px solid #e1e1e1;
      margin: 10px;
  }

  .drive_other_sellers_head{
      border-bottom: 1px solid #e1e1e1;
      padding: 10px;
  }

  .drive_other_sellers_head b{
      color: #0063D1;
  }

  .drive_other_sellers_body{

  }

  .drive_other_sellers_product{
      display: flex;
      border-bottom: 1px solid #e1e1e1;
  }

  .drive_other_sellers_product_data{
      width: calc(100% - 100px);
  }

  .drive_other_sellers_product_data p{
      padding: 5px;
      margin: 0px;
  }

  .drive_other_sellers_product_data_price{
      padding: 10px;
      font-size: 14px;
      padding-bottom: 5px;
  }

  .drive_other_sellers_product_data_price b{
      
  }

  .drive_other_sellers_product_data_seller{
      padding: 10px;
      padding-top: 0px;
      font-size: 12px;
  }

  .drive_other_sellers_product_data_seller_name{

  }

  .drive_other_sellers_product_data_link{
      width: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .drive_other_sellers_product_data_link a{
      color: #0063D1;
  }

  .drive_other_sellers_footer{
      padding: 10px;
      height: 30px;
  }


}

@media(max-width: 1000px){

  #drive_ps-product__thumbnail{
      /*position: sticky; top: 100px; max-height: 500px;*/
  }

  #drive_vendor_name{
      padding: 10px;
  }

  #drive_stock_status{
      border-top:1px solid #e1e1e1; padding-top: 20px;
  }

  #drive_bt_cart{
      font-size: 12px; padding: 10px; padding-left: 15px; padding-right: 15px;
  }

  #drive_bt_buy{  
      font-size: 12px; padding: 10px; padding-left: 15px; padding-right: 15px;
  }

  #drive_ps-product__meta{
      display: flex;
      justify-content: left;
      align-items: center;
  }

  #drive_vendor_name:after {
      content: none;
  }

  #drive_rating_wrap{
      border-right: 1px solid #e1e1e1;
      padding-right: 10px;
  }

  .drive_other_sellers{
      border:1px solid #e1e1e1;
      margin: 10px;
  }

  .drive_other_sellers_head{
      border-bottom: 1px solid #e1e1e1;
      padding: 10px;
  }

  .drive_other_sellers_head b{
      color: #0063D1;
  }

  .drive_other_sellers_body{

  }

  .drive_other_sellers_product{
      display: flex;
      border-bottom: 1px solid #e1e1e1;
  }

  .drive_other_sellers_product_data{
      width: calc(100% - 100px);
  }

  .drive_other_sellers_product_data p{
      padding: 5px;
      margin: 0px;
  }

  .drive_other_sellers_product_data_price{
      padding: 10px;
      font-size: 14px;
      padding-bottom: 5px;
  }

  .drive_other_sellers_product_data_price b{
      
  }

  .drive_other_sellers_product_data_seller{
      padding: 10px;
      padding-top: 0px;
      font-size: 12px;
  }

  .drive_other_sellers_product_data_seller_name{

  }

  .drive_other_sellers_product_data_link{
      width: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .drive_other_sellers_product_data_link a{
      color: #0063D1;
  }

  .drive_other_sellers_footer{
      padding: 10px;
      height: 30px;
  }





}

.ps-document{
  overflow: hidden !important; 
}

@media(min-width: 1000px){
  .ps-document{
    width: 100%;
    /*overflow-x: scroll;*/
  }
  .ps-document div{
    height: auto !important;
    max-height: none !important; 
    max-width: 100% !important;
  }
}

@media(min-width: 700px) and (max-width: 1000px){
  .ps-document{
    width: 100%;
    /*overflow-x: scroll;*/
  }
  .ps-document div{
    height: auto !important;
    max-height: none !important; 
    max-width: 700px !important;
  }
}

@media(min-width: 500px) and (max-width: 700px){
  .ps-document{
    width: 100%;
    /*overflow-x: scroll;*/
  }
  .ps-document div{
    height: auto !important;
    max-height: none !important; 
    max-width: 500px !important;
  }
}

@media(max-width: 500px){
  .ps-document{
    width: 100%;
    /*overflow-x: scroll;*/
  }
  .ps-document div{
    height: auto !important;
    max-height: none !important; 
    max-width: 300px !important;
  }
}



  .customer-warranty-modal-footer-copi{
    padding: 5px;
    text-align: right;
  }

  .customer-warranty-modal-footer-done{
    padding: 10px;
    text-align: center;
  }
   
  .customer-warranty-modal-footer-copi button{
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    border:none;
    background: white;
    border:1px solid #1a65e8;
    color: #1a65e8;
    width: 80px;
    height: 30px;
    border-radius: 5px;
  }

  .customer-warranty-modal-footer-done button{
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    border:none;
    background: #1a65e8;
    color: white;
    border-radius: 5px;
    height: 40px;
    font-weight: bold;
    width: 120px;
  }

  @media(min-width: 770px){
    .customer-warranty-modal{
        background-color: rgba(0,0,0,0.70);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999999;
        top: 0px;
        left: 0px;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .customer-warranty-modal-box{
        width: 100%;
        max-width: 600px;
        height: auto;
        background-color: white;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.30);
        padding-bottom: 20px;
    }
  }

  @media(max-width: 770px){
    .customer-warranty-modal{
        background-color: rgba(0,0,0,0.70);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999999;
        top: 0px;
        left: 0px;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .customer-warranty-modal-box{
        width: 100%;
        height: 70vh;
        background-color: white;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.30);
        margin-top: 30vh;
        padding-bottom: 20px;
    } 
  }

  .customer-warranty-modal-head{
      width: 100%;
      height: 40px;
      text-align: right;
      background-color: #e8f1fc;
      display: flex;
  }

  .customer-warranty-modal-head-box{
    width: 40px;
    height: 40px;
  }

  .customer-warranty-modal-head-box-text{
    width: calc(100% - 80px);
    text-align: center;
    color: #0063D1;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
  }

  .customer-warranty-modal-head button{
      width: 40px;
      height: 40px;
      font-size: 30px;
      border: none;
      color: #24374f;
      background-color: rgba(0,0,0,0);
      display: inline-flex;
      justify-content: center;
      align-items: center;
  }

  .customer-warranty-modal-body{
      width: 100%;
      height: calc(100% - 150px);
      background: white;
      padding: 15px;
      overflow-y: scroll;
      text-align: left;
      font-size: 12px;
  }

  .customer-warranty-modal-footer{
    height: 80px;
  }

    #drive_ps-product__meta p::after{
      content: none;
    }

    #drive_vendor_stock{
      color: #0063D1;
      padding-left: 10px;
      padding-top: 5px;
      margin: 5px;
      padding-bottom: 5px;
      margin: 5px;
    }
    #drive_vendor_warranty{
      border-left: 1px solid rgba(0,0,0,0.10);
      color: #0063D1;
      padding-left: 10px;
      padding-top: 5px;
      margin: 5px;
      padding-bottom: 5px;
      margin: 5px;
    }

    #drive_vendor_warranty a{
      color: #0063D1;
    }
    #drive_ps-product__meta p{
      font-size: 12px !important;
    }
  
    .import-product-view-principal-gallery-view{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 99999;
      background: #11191f;
      display: none;
    }

    .import-product-view-principal-gallery-view-close{
      width: 100%;
      height: 40px;
      text-align: right;
    }

    .import-product-view-principal-gallery-view-close button{
      border:none;
      width: 40px;
      height: 40px;
      font-size: 30px;
      font-weight: bold;
      display: inline-block;
    }

    .import-product-view-principal-gallery-view-close button{
      border:none;
      font-size: 20px;
      border:none;
      color: white;
      background: rgba(0,0,0,0);
      color: white;
      font-size: 20px;
      font-weight: bold;
    }

    .import-product-view-principal-gallery-view-options{
      width: 100%;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .import-product-view-principal-gallery-view-options button{
      border:none;
      width: 30px;
      height: 30px;
      background: rgba(0,0,0,0);
      color: white;
      font-size: 20px;
      font-weight: bold;
    }

    .import-product-view-principal-gallery-view-image{
      width: 100%;
      height: calc(100% - 120px);
      display: flex;
      justify-content: center;
      align-items: center;
    } 

    .gallery_viewer{
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    #gallery_viewer_box{
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
    }

    #gallery_viewer_box_inner{
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 0px;
      left: 0px;
      transition: 0.2s;
    }


    .import-product-view-principal-gallery-view-bts{
      width: 100%;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .import-product-view-principal-gallery-view-bts button{
      width: 30px;
      height: 30px;
      background: rgba(0,0,0,0);
      color: white;
      border:none;
      font-size: 20px;
      font-weight: bold;
    }

    .import-product-view-principal-gallery-view-left{
      width: 40px;
      height: 40px;
      top: calc(50% - 20px);
      position: fixed;
      left: 10px;

    }

    .import-product-view-principal-gallery-view-left button{
      border:none;
      background: rgba(0,0,0,0);
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-size: 20px;
      font-size: 20px;
      font-weight: bold;
      
    }

    .import-product-view-principal-gallery-view-right{
      width: 40px;
      height: 40px;
      top: calc(50% - 20px);
      position: fixed;
      right: 10px;

    }

    .import-product-view-principal-gallery-view-right button{
      border:none;
      background: rgba(0,0,0,0);
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-size: 20px;
      font-size: 20px;
      font-weight: bold;
      
    }

    /*@media(min-width: 1000px){*/
      .import-product-view-principal-gallery-view-bts{
        display: none !important;
      }
    /*}*/

    /*@media(max-width: 1000px){*/
      #gallery_viewer_zoom{
        display: none !important; 
      }
    /*}*/

    #gallery_viewer_box_inner {
      position: relative;
      /*max-height: 80%;*/
      width: 100%;
      height: 100%;

    }
     #gallery_viewer_box_inner  img {
        /*max-height: inherit;*/
      max-width: 100%;
      max-height: 100%;
      }
      #gallery_viewer_zoom {
        width: 200px;
        height: 200px;
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
        pointer-events: none;
        position: absolute;
        border: 2px solid #efefef;
        z-index: 99;
        /*border-radius: 100%;*/
        transform: scale(1.5);
        display: block;
        opacity: 0;
        transition: opacity 0.2s;
      }

      #gallery_viewer_box_inner:hover #gallery_viewer_zoom,
      #gallery_viewer_box_inner:active #gallery_viewer_zoom {
         
          opacity: 1;
        
      }
    }

    .import-product-view-principal-gallery button, .import-product-view-principal-gallery img, #gallery-views-modal button, #gallery-views-modal img{
      cursor: pointer !important;
    }

    #gallery_viewer_zoom{
      cursor: move  !important;
    }



            .wsd_address_selector{
            width: 100%;
            min-width: 150px;
            height: 38px;
        }

        .wsd_address_selector_value{
            min-width: 150px;
            width: 100%;
            height: 38px;
            border-bottom: 1px solid rgba(0,0,0,0.10);
            padding: 5px;
        }

        .wsd_address_selector_box{
            min-width: 150px;
            width: 100%;
            background-color: white;
            position: absolute;
            /*border:1px solid rgba(0,0,0,0.10);*/
            z-index: 100;
            /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.30);*/
            display: none;
            transform: translateY(-49px);
        }

        .wsd_address_selector_box_input{
            /*padding: 5px;*/
            border-bottom: 1px solid rgba(0,0,0,0.10);
        }

        .wsd_address_selector_box_input input{
            width: 100%;
            height: 38px;
            border: none !important;
            /*border:1px solid rgba(0,0,0,0.10) !important;*/
            /*width: calc(100% - 10px);*/
        }

        .wsd_address_selector_box_list {

            min-height: 100px;
            background-color: white;
            overflow-y: scroll;
            max-height: 150px;
            width: 100%;
        }


        .wsd_address_selector_box_list ul {
            width: 100%;
        }

        .wsd_address_selector_box_list ul li{
            width: 100%;
        }

        .wsd_address_selector_box_list button{
            cursor:pointer;
            width: 100%;
            height: 38px;
            cursor: pointer;
            border:none;
            padding-left: 10px;
            padding-right: 10px;
            text-align: left;
            background-color: rgba(0,0,0,0.0);
        }

        .wsd_address_selector_box_list button:hover{
            color: white;
            background-color: cornflowerblue;
        }
        .wsd_address_selector_box_list button:active{
            color: white;
            background-color: cornflowerblue;
        }


.wsd_autocomplete{
    width: 100%;
}

#wsd_selector_billing_barrio{
    background-repeat: no-repeat;
    background-attachment:static;
    background-position: right center;
    background-size: 15px 15px;
}

.wsd_autocomplete_selected{
    height: 40px;
    width: 100%;
    padding: 5px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    background-repeat: no-repeat;
    background-attachment:static;
    background-position: right center;
    background-size: 15px 15px;
}

.wsd_address_selector_value{
    background-repeat: no-repeat;
    background-attachment:static;
    background-position: right center;
    background-size: 15px 15px;
}

.wsd_autocomplete_search{
    height: 40px;
    width: 100%;
    display: none;
}

.wsd_autocomplete_search input{
    height: 40px;
    padding: 5px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    border:none;
    border-bottom: 1px solid rgba(0,0,0,0.10);
     background-repeat: no-repeat;
    background-attachment:static;
    background-position: right center;
    background-size: 15px 15px;
}

/*wsd_autocomplete_list*/
/*.wsd_autocomplete_list{
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
    display: none;
    z-index: 1000;
    background: white;
    background-color: lavender;
    overflow-y: scroll;
    max-height: 100px !important;
}

.wsd_autocomplete_list button{
    width: 100%;
    border:none;
    background: white;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px !important;
}*/


.wsd_autocomplete_list button:hover{
  background: #0063D1;
  color: white;
}
.wsd_autocomplete_list button:active{
  background: #0063D1;
  color: white;
}



#wsd_autocomplete_billing_state{
    width: 100%;
}

#wsd_autocomplete_billing_state .wsd_autocomplete{
    width: 100%;
}

#wsd_autocomplete_billing_state .wsd_autocomplete_selected{
    height: 40px;
    width: 100%;
    padding: 5px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

#wsd_autocomplete_billing_state .wsd_autocomplete_search{
    height: 40px;
    width: 100%;
    display: none;
}

#wsd_autocomplete_billing_state .wsd_autocomplete_search input{
    height: 40px;
    padding: 5px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    border:none;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

#wsd_autocomplete_billing_state .wsd_autocomplete_list{
    position: absolute;
    /*width: 100%;*/
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
    display: none;
}

#wsd_autocomplete_billing_state .wsd_autocomplete_list button{
    width: 100%;
    border:none;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}


.wsd_address_selector_box_list button{

    font-size: 14px !important;
}

#wsd_street_selector{

    font-size: 14px !important;
}
#wsd_street_selector option{
    
    font-size: 14px !important;
}

.wsd_address_selector_box_list{
    background-color: lavender;
    
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
}




  #customer-address-city-set, #wsd_autocomplete_customer-address-city-set_val, #wsd_autocomplete_customer-address-city-set_find{
      width: 100%;
      font-size: 12px;
      background: white;
      text-align: left;
      padding: 10px;
      color: #0063D1;
      border:none;
      /*height: 50px;*/
      margin: 0px !important;
      background-color: #e8f1fc;
      border:1px solid #0063D1;
      border-radius: 4px;
      cursor: pointer;
  }





  @media(min-width: 1000px){
    .drive_prices{
        border:1px solid #e1e1e1;
        background: white;
        width: 100%;
        padding-top: 15px;
        border-radius: 10px;
    }
  }

  @media(max-width: 1000px){
    .ps-breadcrumb{
      display: none !important;
    }
    .drive_prices{
        border:1px solid #e1e1e1;
        background: white;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 10000;
        padding-top: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        box-shadow: 0px -2px 5px  0px rgba(0,0,0,0.05); 
    }
  }

  .drive_prices #ps-product__shopping{
    height: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .drive_prices .form-group--number{
    display: block;
  }

  .drive_prices #ps-product__shopping button{
    margin: 0px;
    padding: 0px;
    width: 95%;
    height: 40px;
    margin: auto;
    display: block;
  }
  .drive_prices #ps-product__shopping figure{
    margin: 0px;
    padding: 0px;
    width: 95%;
    margin: auto;
    display: block;
  }

  .drive_prices_quantity{
    width: calc(100% / 3);

  }

  .drive_prices_cart{
    width: calc(100% / 3);

  }

  .drive_prices_buy{
    width: calc(100% / 3);

  }

  .drive_prices_for_unity{
      border-bottom: 1px solid #e1e1e1;
  }

  .drive_prices_box{
      display: flex;
  }

  .drive_prices_box_text{
      width: 50%;
      padding: 5px;
      font-size: 14px;
      text-align: left;
      color: #1473f7;
      padding-left: 25px !important;
  }

  .drive_prices_box_value{
      font-weight:bold;
      color: #1473f7;
      width: 50%;
      padding: 5px;
      font-size: 14px;
      text-align: right;
      padding-right: 25px !important;
  }

  .drive_prices_earning .drive_prices_box_text{
    color: #10c9ba;
    font-weight: bold;
    font-size: 16px;
  }

  .drive_prices_earning .drive_prices_box_value{
    color: #10c9ba;
    font-weight: bold;
    font-size: 16px;
  }

  .drive_prices_total{
      border-bottom: 1px solid #e1e1e1;
  }

  .drive_prices_box{
      display: flex;
  }

  .drive_prices_box_text{
      width: 50%;
      padding: 5px;
      font-size: 14px;
  }

  .drive_prices_box_text_name{

  }

  .drive_prices_box_text_sub{
      font-size: 10px;
  }

  .drive_prices_box_value{
      font-weight:bold;
      color: #1473f7;
      width: 50%;
      padding: 5px;
      font-size: 14px;
  }

  .drive_prices_earning{

  }

  .drive_prices_box{
      display: flex;
  }

  .drive_prices_box_text{
      width: 50%;
      padding: 5px;
      font-size: 14px;
  }

  .drive_prices_box_value{
      font-weight:bold;
      color: #1473f7;
      width: 50%;
      padding: 5px;
      font-size: 14px;
  }


  
@media(min-width: 770px){

  .ps-product__thumbnail{
/*    max-width: 60% !important;*/
  }

  .ps-product__info{
    max-width: 40% !important;
  }  
}


  
  @media(min-width: 1000px){
    .import-product-view-principal-actions-boxes-options{
      text-align: left;
      padding: 5px;
      width: 100%;
    }

    .import-product-view-principal-actions-boxes-options-item{
      width: 30px;
      height: 30px;
      border:none;
      border-radius: 50%;
      color: white;
      background: #0063D1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      margin-top: 10px;
    }

    .import-product-view-principal-actions-boxes-options-item button{
      width: 30px;
      height: 30px;
      border:none;
      border-radius: 50%;
      color: white;
      background: #0063D1;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
    }


  }

  @media(max-width: 1000px){
    .import-product-view-principal-actions-boxes-options{
      text-align: right;
      padding: 5px;
      width: 100%;
      position: absolute;
      transform: translateY(-150px);
      right: 20px;
      /*top: -50px;*/
    }

    .import-product-view-principal-actions-boxes-options-item{
      width: 30px;
      height: 30px;
      border:none;
      border-radius: 50%;
      color: white;
      background: #0063D1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      margin-top: 10px;
      position: relative;
      top: -280px;
    }

/*    #share-favorite{
      position: absolute;
      transform: translateY(calc(-60vh + 60px ));
      left: 30px;
    }*/

    #share-heart{
      display: none;;
    }

    .import-product-view-principal-actions-boxes-options-item button{
      width: 30px;
      height: 30px;
      border:none;
      border-radius: 50%;
      color: white;
      background: #0063D1;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
    }
  }

  @media(min-width: 600px){

    #share-heart{
      text-align: left;
      padding: 10px;
      width: 100%;
    }


    #share-heart button{
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 50%;
      color: white;
      background: #0063D1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
    }

    #share-favorite{
      display: none;
    }
    .import-product-view-principal-action-share{
      width: 100%;
      height: 100%;
      background: rgba(1, 6, 15, 0.80);
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 999999;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none;
    }

    .import-product-view-principal-action-share-modal{

    }

    .import-product-view-principal-action-share-modal-box{
      background: white;
      border-radius: 4px;
      overflow: hidden;
      padding-bottom: 30px;
      width: 100%;
      max-width: 500px;
      box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
      margin: auto;
      display: block;
    }

    .import-product-view-principal-action-share-modal-box-title{
      background: #e6effc;
      font-size: 14px;
      font-weight: bold;
      padding: 10px;
      padding-top: 20px;
      border-bottom: 1px solid #e6effc;
      color: #045adb;
    }

    .import-product-view-principal-action-share-modal-box-url{
      padding: 10px;
    }

    .import-product-view-principal-action-share-modal-box-url-box{
      display: flex;
      border-radius: 4px;
      overflow: hidden;
      border:1px solid rgba(0,0,0,0.10);
    }

    .import-product-view-principal-action-share-modal-box-url-link{
      width: 100%;
      width: calc(100% - 100px);
      height: 30px;
      border:none;
      background: white;
      color: #045adb;
    }

    .import-product-view-principal-action-share-modal-box-url-bt{
      width: 100px;
    }

    .import-product-view-principal-action-share-modal-box-url-bt button{
      width: 100px;
      height: 30px;
      border:none;
      background: #045adb;
      color: white;
    }

    .import-product-view-principal-action-share-modal-box-imgs{
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

    .import-product-view-principal-action-share-modal-box-imgs-text{
        display: flex;
    }

    .import-product-view-principal-action-share-modal-box-imgs-own{
        width: 100%;
        width: calc(100% - 40px);
        padding: 5px;
        font-size: 12px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-count{
        width: 40px;
        padding: 5px;
        font-size: 12px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail{
        display: flex;
        height: 60px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-left{
        height: 50px;
        width: 50px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-left button{
        height: 50px;
        width: 50px;
        font-size: 20px;
        color: #045adb;
        background: white;
        border:none;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-items{
        height: 50px;
        width: calc(100% - 100px);
        overflow: hidden;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-items-files{
        display: flex;
        height: 50px;
        width: 100%;
        transition: 0.3s;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-items-files-content{
      border-radius: 4px;
      overflow:hidden;
      border:none;
      background:white;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border:2px solid #e6effc;
      overflow:hidden;
      margin: 5px;
    }

    .import-product-view-principal-action-share-img{
        width: 40px;
        height: 40px;
    }

    .import-product-view-principal-action-share-img img{
        max-width: 40px;
        max-height: 40px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-right{
        height: 50px;
        width: 50px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-right button{
        height: 50px;
        width: 50px;
        font-size: 20px;
        color: #045adb;
        background: white;
        border:none;
    }

    .import-product-view-principal-action-share-modal-box-links{
      text-align: right;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .import-product-view-principal-action-share-modal-box-links-item{
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 4px;
      background: #045adb;
      border:none;
      color: white;
    } 

    .import-product-view-principal-action-share-modal-box-links-item button{
      width: 40px;
      height: 40px;
      border-radius: 4px;
      background: #045adb;
      border:none;
      color: white;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .import-product-view-principal-action-share-modal-box-head{
      text-align: right;
      width: 100%;
      height: 40px;
      background: rgba(0,0,0,0);
    }

    .import-product-view-principal-action-share-modal-box-head button{
      width: 40px;
      height: 40px;
      color: white;
      background: rgba(0,0,0,0);
      border:none;
      font-size: 30px;
    }

    .import-product-view-principal-action-share-modal-box-footer{
      display: none;
    }
  }

  @media(max-width: 600px){
    .import-product-view-principal-action-share{
      width: 100%;
      height: 100%;
      background: rgba(1, 6, 15, 0.80);
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 999999;
      display: none;
    }

    .import-product-view-principal-action-share-modal{
      width: 100%;
      height: auto;
      position: fixed;
      bottom: 0px;
      left: 0px;
    }

    .import-product-view-principal-action-share-modal-box{
      background: white;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;
      padding-bottom: 20px;

    }

    .import-product-view-principal-action-share-modal-box-title{
      background: #e6effc;
      font-size: 14px;
      font-weight: bold;
      padding: 10px;
      padding-top: 20px;
      border-bottom: 1px solid #e6effc;
      color: #045adb;
    }

    .import-product-view-principal-action-share-modal-box-url{
      padding: 10px;
    }

    .import-product-view-principal-action-share-modal-box-url-box{
      display: flex;
      border-radius: 4px;
      overflow: hidden;
      border:1px solid rgba(0,0,0,0.10);
    }

    .import-product-view-principal-action-share-modal-box-url-link{
      width: 100%;
      width: calc(100% - 100px);
      height: 30px;
      border:none;
      background: white;
      color: #045adb;
    }

    .import-product-view-principal-action-share-modal-box-url-bt{
      width: 100px;
    }

    .import-product-view-principal-action-share-modal-box-url-bt button{
      width: 100px;
      height: 30px;
      border:none;
      background: #045adb;
      color: white;
    }

    .import-product-view-principal-action-share-modal-box-imgs{
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

    .import-product-view-principal-action-share-modal-box-imgs-text{
        display: flex;
    }

    .import-product-view-principal-action-share-modal-box-imgs-own{
        width: 100%;
        width: calc(100% - 40px);
        padding: 5px;
        font-size: 12px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-count{
        width: 40px;
        padding: 5px;
        font-size: 12px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail{
        display: flex;
        height: 60px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-left{
        height: 50px;
        width: 50px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-left button{
        height: 50px;
        width: 50px;
        font-size: 20px;
        color: #045adb;
        background: white;
        border:none;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-items{
        height: 50px;
        width: calc(100% - 100px);
        overflow: hidden;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-items-files{
        display: flex;
        height: 50px;
        transition: 0.3s;
        width: 100%;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-items-files-content{
      border-radius: 4px;
      border:none;
      background:white;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border:2px solid #e6effc;
      overflow:hidden;
      margin: 5px;
    }

    .import-product-view-principal-action-share-img{
        width: 40px;
        height: 40px;
    }

    .import-product-view-principal-action-share-img img{
        max-width: 40px;
        max-height: 40px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-right{
        height: 50px;
        width: 50px;
    }

    .import-product-view-principal-action-share-modal-box-imgs-rail-bt-right button{
        height: 50px;
        width: 50px;
        font-size: 20px;
        color: #045adb;
        background: white;
        border:none;
    }

    .import-product-view-principal-action-share-modal-box-links{
      text-align: right;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .import-product-view-principal-action-share-modal-box-links-item{
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 4px;
      background: #045adb;
      border:none;
      color: white;
    } 

    .import-product-view-principal-action-share-modal-box-links-item button{
      width: 40px;
      height: 40px;
      border-radius: 4px;
      background: #045adb;
      border:none;
      color: white;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .import-product-view-principal-action-share-modal-box-head{
      text-align: right;
      width: 100%;
      height: 40px;
      background: #e6effc;
      display: none;
    }

    .import-product-view-principal-action-share-modal-box-head button{
      width: 40px;
      height: 40px;
      color: #045adb;
      background: #e6effc;
      border:none;
      font-size: 30px;
    }

    .import-product-view-principal-action-share-modal-box-footer{
      text-align: right;
      width: 100%;    }

    .import-product-view-principal-action-share-modal-box-footer button{
      width: 40px;
      height: 40px;
      color: white;
      background: #e6effc;
      border:none;
      background: rgba(0,0,0,0);
      font-size: 20px;
    }
  }

  .import-product-view-principal-action-share-modal-box-imgs-own{
    font-weight: bold;
  }

  .import-product-view-principal-action-share-modal-box-imgs-count{
    font-size: 14px;
    font-weight: bold;
    color: #045adb;
  }
  .import-product-view-principal-action-share-modal-box-links-item{
    overflow: hidden;
  }
  .import-product-view-principal-action-share-modal-box-links-item button{
    overflow: hidden;
  }
  .import-product-view-principal-action-share-modal-box-links-item button img{
    width: 40px !important;
    height: 40px !important;
    max-width: unset !important; 
  }

  .ps-product--header-sticky img{
    max-width: 100px;
  }

  .ps-page--product{
    padding-top: 0px;
  }

  .ps-product__sharing{
    display: none;
  }

  .ps-related-products{
    padding-top: 10px;
  }

  @media(min-width: 500px){
    .import-product-view-principal-action-share-modal-box-imgs-rail{
      width: 500px;
      margin: auto;
    }
  }

  @media(max-width: 500px) and (min-width: 400px){
    .import-product-view-principal-action-share-modal-box-imgs-rail{
      width: 400px;
      margin: auto;
    }
  }

  @media(max-width: 400px) and (min-width: 300px){
    .import-product-view-principal-action-share-modal-box-imgs-rail{
      width: 300px;
      margin: auto;
    }
  }

  @media(max-width: 300px) {
    .import-product-view-principal-action-share-modal-box-imgs-rail{
      width: 200px;
      margin: auto;
    }
  }

  @media(max-width: 770px){

    .ps-container .mb-40{
      margin: 0px !important;
    }

    .ps-container .mt-40{
      margin: 0px !important;
    
    }

    .ps-container{
      padding: 0px !important;
      /*width: calc(100% - 10px);*/
      width: 100%;
      overflow: hidden;
    }

    .ps-related-products{
      display: none;
    }

  }


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #0063D1;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

#loader-drive{
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 99999999;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  display: none;
  justify-content: center;
  align-items: center;
}

#loader-drive-box{

}

.btn-copy{
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    background: white;
    border: 1px solid #1a65e8;
    color: #1a65e8;
    width: 80px;
    height: 30px;
    border-radius: 5px;
}

@media(max-width: 767px){
  #product-info, #products, #product-tabs{
    width: 100%;
    padding: 10px !important;
  }
}


.wsd_autocomplete_list button {
    width: 100%;
    border: none;
    background: #e8f1fc;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px !important;
    margin-top: 10px;
    border-radius: 10px;
    color: #0063D1;
}

.wsd_autocomplete_modal{

}

@media(min-width: 767px){

  .wsd_autocomplete_modal_on{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wsd_autocomplete_fixed{
      width: 100%;
      max-width: 600px;
      height: auto;
      position: fixed;
      padding: 10px;
      background: white;
      border-radius: 5px;
  }


  .wsd_autocomplete_list{
      width: 100%;
      display: none;
      background: white;
      background-color: white;
      overflow-y: scroll;
      height: 300px;
  }
}

@media(max-width: 767px){

  .wsd_autocomplete_modal_on{
/*    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
    position: fixed;
    left: 0px;
    top: 0px;*/
  }

  .wsd_autocomplete_fixed{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0px;
      left: 0px;
      padding: 10px;
      background: white;
      z-index: 1000;
  }


  .wsd_autocomplete_list{
      width: 100%;
      display: none;
      background: white;
      background-color: white;
      overflow-y: scroll;
      height: calc(100vh - 60px);
  }
}




  @media(min-width: 770px){
    .customer-address-modal-box{
        width: 100%;
        /*height: 100%;*/
        max-width: 500px;
        /*background-color: white;*/
        border-radius: 4px;
        overflow: hidden;
        /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.30);*/
    }
    

  .customer-address-modal-head{
      width: 100%;
      /*height: 40px;*/
      text-align: right;
      background-color: #e8f1fc;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
  }

  }

  @media(max-width: 770px){
    .customer-address-modal-box{
        width: 100%;
        /*height: 100%;*/
        overflow: hidden;
        /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.30);*/
        position: fixed;
        bottom: 0px;
    }


  .customer-address-modal-head{
      width: 100%;
      /*height: 40px;*/
      text-align: right;
      background-color: #e8f1fc;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden;
  }

  }




    #drive_vendor_quantity{
      color: #0063D1;
      margin: 0px;
      padding: 10px;
      text-align: right;
      font-size: 12px;
      width: 100%;
    }



.notification-product{
  background: #116bfa;
  position: fixed;
  z-index: 9999999;
  transition: 1s;
  width: 200px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
  right: -220px;
  top: 200px;
}

.notification-product-text{
  background: #116bfa;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  color: white;
  transition: 1s;
}

.error-product{
  background: #d6111e;
  position: fixed;
  z-index: 9999999;
  transition: 1s;
  width: 200px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.40);
  right: -220px;
  top: 200px;
}

.error-product-text{
  background: #d6111e;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  color: white;
  transition: 1s; 
}




.visual-swatch-variation-img{
    width: 50px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border:1px solid rgba(0,0,0,0.10);
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    opacity: 0.7;
}

.visual-swatch-variation-img img{
    max-height: 100%;
    max-width: 100%;
}



.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #0063D1;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


#loader-drive{
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 100000;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  display: none;
  justify-content: center;
  align-items: center;
}

#loader-drive-box{

}