/* Product tabs */

#woocommerce-product-data ul.wc-tabs li.custom_tab a::before,
#woocommerce-product-data ul.wc-tabs li.product_tabs_tab a::before {
	padding-right: 8px;
}

#woocommerce-product-data ul.wc-tabs li.dynamic_pricing_options a::before {
	padding-right: 12px;
}

#woocommerce-product-data .serial_number_group .form-field.extra-info {
	margin-top: -10px;
}


/* Custom confirm dialog box */

.ajax--overlay {
	position: fixed;
	z-index: 200000;
	display: block;
	opacity: 0.998842;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

#ajax-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -54px;
	margin-top: -62.5px;
}

.ajax--overlay .loading--text-container {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	margin-top: 80px;
	padding: 25px;
	border-radius: 4px;
	color: #4d4d4d;
	background-color: #f1f1f1;
	border-left: 4px solid #039;
}

.ajax-loader--image {
	background: url("../images/ajax-loader.gif");
	width: 66px;
	height: 66px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.confirm--overlay {
	position: fixed;
	z-index: 200000;
	display: block;
	opacity: 0.998842;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

#confirm--overlay .alert__title:before {
	margin-right: 10px;
}

#confirm--overlay .alert--dialog {
	opacity: 1;
	display: block;
	background-color: #f2f0f0;
	color: #4c4c4c;
	padding: 50px;
	width: 300px;
	margin: 0 auto;
	border-radius: 4px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-height: 80%;
}

#confirm--overlay .alert--dialog p {
	margin-bottom: 30px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 45px;
	max-height: 300px;
	overflow-y: scroll;
}

#confirm--overlay .alert--dialog .btn {
	display: inline-block;
	margin: -6px 6px;
}

#confirm__buttons,
.alert__content {
	text-align: center;
}

#confirm--overlay .alert--dialog .button.button-large {
	padding: 0px 30px 2px;
}

#alert__title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

/* ALERT BOXES */

.alerts--wrapper {
	display: none;
}

/*
#alerts--wrapper {
  margin-top: 80px;
}
*/

.alert--box {
	opacity: 1;
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 300px;
	background-color: #fff;
	border-radius: 3px;
	z-index: 100000;
	/*padding: 20px 10px;*/
	
	background: #fff;
	border-left: 4px solid #039;
/*
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
*/
	
	box-shadow: 0px 4px 10px #DDD;
	-webkit-box-shadow: 0px 4px 10px #DDD;
	margin: 5px 15px 2px;
	padding: 15px 32px;
}

.alert--box .alert__title {
	font-weight: bold;
	padding: 5px;
}

.alert--box .alert__message {
	padding: 5px;
}

.alert--box .dismiss {
	position: absolute;
	top: 0;
	right: 1px;
	border: none;
	margin: 0;
	padding: 19px;
	background: 0 0;
	color: #b4b9be;
	cursor: pointer;
	text-decoration: none;
}

.alert--box .dismiss:before {
	font-family: "Open Sans", sans-serif;
	background: 0 0;
	color: #b4b9be;
	content: 'x';
	display: block!important;
	font: 400 16px/1 dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased!important;
}

.alert--box .dismiss:before {
	position: relative;
	top: 0;
	left: 0;
	line-height: 20px;
}

@media only screen and (max-width: 767px) {
	.alert__content span {
		display: inline-block;
		font-size: 0.889em;
	}
	.alert__close {
		right: 15px;
		top: 25px;
	}
	.alert__button {
		margin-left: 0;
	}
}

.custom-admin-tab label {
	width: 90%;
}

.custon-admin-tab input[type='checkbox'] {
	width: 10%;
	float: right;
}

.admin-technology-wrapper {
	min-height: 44px;
}

.admin-technology-wrapper label {
	width: auto;
	float: left;
}

.admin-technology-wrapper input {
	float: right !important;
	margin-left: 4px;
	position: relative;
	top: 22px;
	transform: translateY(-50%);
}

.admin-technology-wrapper img {
	float: right;
	max-width: 80px;
	height: 45px;
}

.admin-technology-weight {
	width: 40px !important;
}

#js--accessory-wrapper .checked,
#js--features-wrapper .checked,
#js--technology-wrapper .checked {
	background-color: #f1f1f1;
	border-bottom: 1px solid #f8f8f8;
	border-right: 3px solid #00a0d2;
}

#js--accessory-wrapper:nth-child(2) {
	border: none;
}

.js--search-accessories-block,
.js--search-features-block,
.js--search-technology-block {
	border-right: 2px solid #ddd;
	border-bottom: 1px solid #f1f1f1;
}

.container .full-shop.columns {
	margin: 0 auto;
	margin-right: 15px;
	margin-top: 15px;
}

.grey-border {
	border: 1px solid #ccc;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.features-image {
	width: 75px;
	display: inline-block;
	margin-top: 0px;
	margin: 0 auto;
	vertical-align: middle;
	margin-left: 12px;
}

.max-width-120 {
	max-width: 150px !important;
}

#User_specific_content label {
	display: block;
}

#User_specific_content .description {
	display: block;
	padding-left: 10px;
	color: #a7a7a7;
}

#User_specific_content textarea {
	width: 100%;
}

._div_start {
	border-bottom: 1px solid #0073aa;
	height: 40px;
}

._div_end {
	height: 40px;
}

._fieldset_start,
._fieldset_end {
	height: 20px;
}

._div_end {
	border-top: 1px solid #0073aa;
}

.warranty-admin-odd {
	background-color: #fff;
}

.warranty-admin-even {
	background-color: #f7f7f7;
}

.warranty-update-btn {
	width: auto;
	display: block;
}
