/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/


.wpcf7 input[type="tel"]  {
    background-color: #fff !important;
    color: #000;
}


#back_to_top.sticky {
    bottom: 100px !important;
    right: 28px;
}

@media screen and (max-width: 768px) {

   #back_to_top.sticky {
    bottom: 80px !important;
    right: 15px !important;
    
   } 
}

.select2-container:focus, .selection:focus, select2-selection select2-selection--single:focus, select2-selection__rendered:focus {
    outline: none;
}


.select2-container {
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-selection__rendered {
    font-family: "Verdana", Arial, Tahoma, sans-serif;
    color: #626262;
    background-color: rgba(255,255,255,1);
    border: 1px solid #EBEBEB;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    max-width: 100%;
    display: block;
    padding: 4px;
    font-size: 14px;
    border-radius: 0;
}

.select2-dropdown {
    border-color: #EBEBEB;
}

.select2-search--dropdown { 
    padding: 7px;
    margin-bottom: -17px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #EBEBEB;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

select {
  color: #000;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}

@media only screen and (max-width: 768px){
    #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
display: block !important;
}

}
