/*
Theme Name: 	Topdeal Child Theme
Theme Uri:  	https://www.magentech.com/themes/sw_topdeal
Description:  A child theme of SW Topdeal
Author:     	Magentech
Author Uri: 	https://www.magentech.com/
Template:   	topdeal
Version:    	1.0.0
License:    	GNU General Public License v2 or later
*/

.modal-backdrop{
    z-index: 0 !important;
}

.elementor-widget-wp-widget-sw_ajax_woocommerce_search{
    z-index: 1 !important;
}

.modal-content{
    width: 100% !important;
}

.modal-header .close{
    text-align: right;
}

.modal-header{
    border-bottom: none;
}

.product_detail .content_product_detail .social-share{
    z-index: auto;
}

.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.25);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  cursor: pointer;
}

.play-button:after {
  content: '';
  display: block;
  position: absolute;
  left: 22px;
  top: 10px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}

.woocommerce-product-gallery__trigger { display: none; }

.fa-video-camera:before { 
    cursor:pointer; 
    color: #fff;
}

.viewVideo{
  cursor:pointer; 
  position: absolute !important;
  top: 80px;
  text-align: center;
  color: #222;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  max-width: 35px;
  background-color: #1d4c9e;
  float: none;
  border-radius: 50%;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}