.modal {
  display: none;
  position: fixed; 
  z-index:9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 35%; 

}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-share {
	margin-top: 5px;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.btn-share:hover {
    background: #000000;
    color: #fff;
}

button, input[type="button"], input[type="submit"] {
	margin-top:5px;
}




body.woocommerce-js #TB_title {
    background: none !important;
    border-bottom:none !important;
}
body.woocommerce-js #TB_ajaxContent {
    width: 100% !important; margin-top: 10px;
}
body.woocommerce-js span.tb-close-icon {
    margin-top: 6px;
    right: 6px;
}

body.woocommerce-js .vid-share a {
    background: #000;
    color: #fff;
}


body.woocommerce-js .vid-share a:hover {
    background: #767676 !important; border:1px solid #767676 !important;
}

body.woocommerce-js .modal-content h2 {
    padding-top: 0;
}

body.woocommerce-js .sec-field {
    margin-bottom: 7px;
}
body.woocommerce-js span.tb-close-icon {
    color: #aaa;
}
body.woocommerce-js span.tb-close-icon:hover{ color:#000 !important;}

body.woocommerce-js iframe {
    margin-bottom: 0 !important;
}
.show_if_video_player a::before {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "/f03d";
    font-variant: normal;
    text-decoration: none;
}
@media (max-width:600px) {
	body.woocommerce-js .modal-content { margin-left: 10px;
    margin-right: 10px; width:auto !important;}
	
}

@media (min-width: 320px) and (max-width:480px) {
	body.woocommerce-js #TB_window{ margin-left: -152px !important;
    width: 302px !important;}
	

	
}

.video-popup .wppv-container {
  width: 400px;
  height: 250px;
}

.video-popup .vid-share {
  margin-top: -20px;
}

.plyr__control--overlaid {
  z-index: 4 !important;
}

/*.plyr__video-embed {
  padding-bottom: 0px !important;
}

.plyr__video-embed__container {
  transform: none !important;
}*/
