
/*Bootstrap Collapse style*/
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.panel-group {
    margin-bottom: 10px;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wdm-panel > .panel-heading {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px 10px 0 5px;
  margin-top: 5px;
}
.wdm-panel > .panel-heading > .panel-title {
    margin: 0;
}
.panel-collapse {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.panel-body {
    padding: 10px;
}
.wdm-collapse-trigger.collapsed:before {
    content: "\f067";
    font-family: FontAwesome;
}
a.wdm-collapse-trigger:not(.collapsed):before {
    content: "\f068";
    font-family: FontAwesome;
}
.wdm-collapse-trigger:hover {
    text-decoration: none;
    color: #333 !important;
}
/*Bootstrap modal style*/
.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    filter:alpha(opacity=20);
    opacity:.2;
}
.close:hover,
.close:focus {
    color:#000;
    text-decoration:none;
    cursor:pointer;
    filter:alpha(opacity=50);
    opacity:.5;
}
button.close {
    -webkit-appearance:none;
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0
}
.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  width:100%;
}
.modal_img,.modal_text
{
    width:45%;
    float:left
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 735px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
/*-----------------------Modal look tweak----------------------------------*/
#wdm-details-modal .modal-content{
background-color:rgba(0,0,0,0.58);
}
#wdm-details-modal .modal-title{
color:white;
}
#wdm-details-modal .close{
color:white;
opacity:1;
}
#wdm-details-modal.modal{
overflow-y: scroll;
/* max-height: 700px; */
/* top:10px; */
top:44px;
}
#wdm-details-modal .modal-body{
padding-top:4%!important;
padding-bottom:4%!important;
}
/* .modal-header{
border-bottom-width:0px;
} */
.wdm_preview_end{
/* float:left; */
background-color: #fec10d;
position:relative;
/* width: 100%; */
/* width:30%; */
/* padding: 20px; */
padding:0 6px;
/* padding-left: 60px; */
/* font-size:20px; */
/* font-size:18px; */
color:black;
position: relative;
min-height: 60px;
}
.wdm_preview_end h4{
	font-size:17px;
	padding:19px 0;
}
/* .wdm_preview_end:after{
content: '';
display: block;
position: absolute;
top: 0px;
left: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 40px;
z-index: 999;
} */
.wdm_preview_end:before {
content: '';
display: block;
position: absolute;
/* top: -8px; */
top:0;
left: 100%;
width: 0;
height: 0;
border-color: transparent transparent transparent #fec10d;
border-style: solid;
border-width: 30px;
z-index: 999;
}
.woocommerce-page .wdm_propmpt_purchase .button{
float:right;
}
.wdm_propmpt_purchase .add_to_cart_button,.wdm_propmpt_purchase .added_to_cart.wc-forward{
background-color: #1e376c;
color: #ffffff;
border-color: #0c154a;
margin:9px;
}
.wdm_propmpt_purchase .added_to_cart.wc-forward{
	min-width: 110px;
	padding: 15px;
	line-height: 1em;
	/* margin: 4px 2px 0 0; */
	margin: 9px 2px 0 0;
	/* float: left; */
	float: right;
	font-size: 12px;
	width: auto;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	border-radius: 2px;
}
.wdm_preview_message{
margin-bottom:0;
padding-top:19px;
}
.mCSB_inside > .mCSB_container{
margin-right:2%!important;
}
.wdm_one_third{
	/* width:29.333333333333332%; */
	width:20%;
	margin-left:5%;
	float:left;
}
.wdm_two_third{
	width:45%;
	margin-left:5%;
	float:left;
}
.wdm_preview_message.wdm_one_third{
margin-left:10%;
}
.wdm_propmpt_purchase.wdm_one_third{
margin-left:0;
}
#wdm-details-modal canvas{
border:1px solid black;
width:100%;
margin-left: 2%;
}
.wdm_preview_end_container{
border:1px solid black;
width:98%!important;
margin-left:2%;
background-color:white;
padding:0;
}


@media (max-width:750px){
.wdm_preview_end h4,.wdm_preview_message h4{
	font-size:12px;
}
.wdm_preview_end h4{
	padding:12px 0;
	margin-top:5px;
}
}