.widget-table-body .widget-table-body .widget-table-action,
.widget-table-body .widget-table-body{
    padding: 0;
}

.miniature img {
    width: 100px;
    height: 60px;
}

.wrapper-buyclick-setting {
    width: 100%
}

.base-settings h3 {
    margin: 0 0 10px 0;
}

.base-settings .base-setting-save {
    margin-bottom: 10px;
}

.buyclick-editor h2{
    font-size:14px;
    background-color:#343434;
    color:#fff;
    padding:10px;
    border-radius:3px 3px 0 0;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#5F5F5F), to(#343434));
    background-image: -webkit-linear-gradient(top, #5F5F5F 0%, #343434 100%);
    background-image: -moz-linear-gradient(top, #5F5F5F 0%, #343434 100%);
    background-image: -ms-linear-gradient(top, #5F5F5F 0%, #343434 100%);
    background-image: -o-linear-gradient(top, #5F5F5F 0%, #343434 100%);
    background-image: linear-gradient(top, #5F5F5F 0%, #343434 100%);
}

.buyclick-editor .list-option{
    background: #fff;
    padding: 10px;
}

.buyclick-editor .list-option li select{
    width: 292px;
}

.buyclick-editor .list-option li .save-button span{
    width: auto;
}

.buyclick-editor .list-option li{
    font-size: 0;
    overflow: hidden;
}

.buyclick-editor .list-option li span{
    margin: 0 5px 0 0;
    font-size: 14px;
}

.buyclick-editor .list-option li .textarea-text{
    position: relative;
    top: -27px;
}

.buyclick-editor .list-option li textarea{
    resize: none;
}

.base-settings .list-option li span,
.custom-text {
    display: inline-block;
    width: 200px;
}

.base-settings .list-option li {
    margin: 0 0 10px 0;
}

.base-settings .list-option li input,
.base-settings .list-option li select {
    margin: 0;
}

.base-settings .list-option textarea {
    display: inline-block;
    width: 270px;
}

.wrapper-modal-mg-buy-click .close-mg-buy-button a {

    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/close.png) no-repeat;
    right: 10px;
    top: 10px;
}

.wrapper-modal-mg-buy-click {
   position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 10;
    width: 300px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #CCCCCC;
    display: none;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.header-modal-mg-buy-click{
	padding: 10px 15px;
	border-radius: 3px;
	background: #fff;
	border-bottom: 1px solid #EAEAEA;
}

.content-modal-mg-buy-click{
	    padding: 10px;
    overflow: hidden;
}

.wrapper-modal-mg-buy-click * {
    color: #000;
}

.wrapper-modal-mg-buy-click .product-image {
      max-width: 100%;
    height: 100%;
}

.wrapper-modal-mg-buy-click .mg-product-info {
       width: 100%;
    margin: 0 15px 0 0;
    float: left;
    height: 150px;
}

.mg-product-img{
	background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 0;
    height: 150px;
}

.wrapper-modal-mg-buy-click .header-modal-mg-buy-click h2{
   padding: 0;
    font-size: 20px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.wrapper-modal-mg-buy-click .mg-order-buy-click{
    overflow: hidden;
    padding: 3px;
}

.wrapper-modal-mg-buy-click .mg-product-info h3{
    margin: 0 0 10px 0;
    font-weight: normal;
}

.modal-mg-order-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-mg-order-list li h3{
	margin: 10px 0 10px 0;
    color: #000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.modal-mg-order-list li textarea,
.modal-mg-order-list li input[type="password"],
.modal-mg-order-list li input[type="text"]{
    border-radius: 0;
    padding: 6px 10px;
    box-sizing: border-box;
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
}

.modal-mg-order-list li textarea{
    resize: none;
}

.cap-left span,
.modal-mg-order-list li > span {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px 0;
    display: block;
}

.modal-mg-order-list li{
    margin: 0 0 10px 0;
}

.mg-buy-click-button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	border: 1px solid #D3D3D3;
    text-decoration: none;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    text-shadow: 1px 1px #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e5e5e5', GradientType=0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mg-buy-click-button:hover{
	background: #E6E6E6;
}

.mg-buy-click-button:active {
    border: 1px solid #B8B8B8;
    box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
}

.mg-action-buttons{
    text-align: right;
    font-size: 0;
	padding: 10px;
	border-radius: 0 0 3px 3px;
	background: #fff;
	border-top: 1px solid #EAEAEA;
}

.mg-action-buttons .mg-plugin-btn{
    margin: 0 0 0 10px;
}

.mg-price-buy-click{
	clear: both;
	padding: 12px;
	color: #0081C1;
	background: #D5F2FF;
	text-align: center;
	margin: 10px 0 0 0;
}

.mg-price-buy-click span{
    font-size: 22px;
    font-weight: bold;
    color: #D21919;
}

.wrapper-modal-mg-buy-click .loading-send-order{
   display: block;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    color: #4d5c8b;
    border: 1px solid #aeb4d0;
    background: #cecef4;
}

.wrapper-modal-mg-buy-click .error{
    display: block;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    color: #c2646d;
    background: #fdd6da;
    border:1px solid #eca8a8;
}

.wrapper-modal-mg-buy-click span.red-star{
	color: red;
	font-size: 12px;
	display: inline-block;
}

.mg-action-buttons .close-mg-buy-button{
	    cursor: pointer;
    display: inline-block;
    color: #dd0000;
    font-size: 12px;
    text-decoration: none;
    margin: 0 15px 0 0;
    border: none;
    border-bottom: 1px dashed #dd0000;
    padding: 0;
    background: none;
    outline: none;
}

.mg-action-buttons .close-mg-buy-button:hover{
	border-bottom: 1px dashed transparent;
}

.mg-send-order-click-button {
	    background: #dd0000;
    box-shadow: none;
    border: none;
    margin: 10px 0 0 0;
    text-transform: none;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-shadow: none;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    transition: all 0.5s;
	border-radius: 3px;
}

.mg-send-order-click-button:hover {
	background: #ee0000;
    text-decoration: none;
}


.mg-send-order-click-button:active {
	background: #ee0000;
    text-decoration: none;
}

body #overlay-buy-click{
	opacity:0.7;
	filter: alpha(opacity=70);
	position: fixed;
	z-index: 111;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	background-color:black;
	width: 100%;
	height:100%!important;
	overflow:auto;
}
.wrapper-modal-mg-buy-click  h2.variant {
    margin-top: 10px;
    text-align: center;
}

@media all and (max-width: 660px) {
    .wrapper-modal-mg-buy-click{
        width: auto;
        box-sizing: border-box;
        left: 10px;
        right: 10px;
    }
}

@media all and (max-width: 560px) {
    .wrapper-modal-mg-buy-click .mg-product-info{
        float: none;
        margin: 0 auto 15px;
    }
}