
.wc-metabox {
    background-color: rgba(91, 157, 217, 0.15);
}
.wc-metabox header.header {
    background: #5b9dd9;
    border: 1px solid #006799;
    padding: 10px;
}
.wc-metabox  header.header h3 {
    margin: 0;}
.addon-option-tab {
    background: rgba(209, 227, 246, 0.63);
    padding: 10px;
}
.swatch_textbox {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    color: #333;
    outline: 0 none;
    transition: border-color 0.05s ease-in-out 0s;
}
table.wc-metabox-content {
    padding: 10px 20px;
}

.corner {
    border-radius: 5px;
}

.required {
    color: red;
}

.title_main {
    height:1.7em;
    font-size: 1.7em;
    margin-bottom: 20px;
}

.heading_tab_content {
    padding: 5px;
    font-weight: 700px;
}

.swatch_label {
    color: white;
}

tr {
    vertical-align: top;
}

.swatchcolor {
	display: inline-block;
    vertical-align: top;
    width: 15.6%;
    margin: .5%;
    position: relative;
	}
	.blcok {display:inline !important;}
	.swatchcolor img {border-radius:5px;    width: 100%;}
.swatchcode {
    font-size: 10px;
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.89);
    padding: 5px;
    top: 34px;
    z-index: 99;
	color:#FFF;
    border-radius: 5px;
    width: 101%;
    text-align: center;
		}
.swatchcolor  input[type=radio]:before, .swatchcolor input[type=radio]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'FontAwesome';
    line-height: 1.8;
	border-radius: 7px;
}

.swatchcolor  input[type="radio"] {
    -webkit-appearance: none;
    height: 1.418em;
    width: 1.418em;
    cursor: pointer;
    left: 5px;
    position: absolute;
    -webkit-transition: .15s;
    -webkit-border-radius: 0.382em;
    border-radius: 0.382em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 1em;
    font-size: 9px;
    margin-top: .382em;
	z-index:2;
	   font-size: 12px;
	}
 .swatchcolor input[type=radio]:checked:before  {
 	content: "\f00c";
    color: #611b1d;
	background-color: #fff;
	}
.swatchcolor input[type=radio]+label:before, .swatchcolor label:before {
	width: 98%;
    content: " ";
    display: block;
    height: 96%;
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    border: 1px dotted #939393;
    z-index: 1;
}

.swatchcolor input[type=radio]:checked +label .swatchcode {display:block;}
.swatchcolor input[type=radio]:checked+label:before {
	width: 98%;
    content: " ";
    display: block;
    height: 96%;
    /*box-shadow: inset 0px 0px 30px rgba(0,0,0,0.1);*/
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    border: 1px dotted #939393;
    z-index: 1;
}
.swatchcolor input[type=radio]:checked+label:before {
	width: 98%;
    content: " ";
    display: block;
    height: 96%;
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);*/
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    border: 1px dotted #939393;
    z-index: 1;
}
.swatchcolor  input[type=radio]+label:before {
	width: 98%;
    content: " ";
    display: block;
    height: 96%;
    /*box-shadow: inset 0px 0px 30px rgba(0,0,0,0);*/
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    border: 1px dotted #939393;
    z-index: 1;
}
.wc_variation_addon strong {
    font-size: 20px;
    font-weight: 900;
    font-size: 20px;
    /* font-family: 'MinionPro-Regular',serif; */
    /* font-variant: small-caps; */
    margin-bottom: 10px;
    line-height: normal;
    /* letter-spacing: 1px; */
}
.wc_variation_addon {background-color:#FFF;
padding:10px; margin-bottom:10px;}
.wc_variation_addon label {font-weight:400;}

.update_addon_price {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.quote_field {
    margin-top:10px;
}

.selected_addon_details {
    margin-top: 15px;
}

.divThankYou {
    width: 100%
    border-radius: 5px;
    border: 1px green solid;
}

/*By Vivek for setting admin layout*/
.label-addon-name p{
    display: inline-block;
}
.right-addon-content{
    float: right;
    padding-right: 10px;
}

.addon-select-wrapper {
    display: block;
    margin: 30px 0;
}
/*.addon-select-wrapper > td{
    display: block;
}*/
.wvaHeaderWrapper {
    margin-top:10px;

}

.label-addon-name {
    cursor: pointer;
}

#woocommerce-product-data .wc-metaboxes-wrapper, #woocommerce-product-data .woocommerce_options_panel {
    overflow: auto;
}