/*
	HDCommerce admin CSS
*/

.hdc_input_notification {
	display: none;
	position: absolute;
	top: -22px;
	right: 22px;
	background: #395559;
	color: #fff;
	padding: 8px 12px;
	border-radius: 12px;
	z-index: 9;
}

.hdc_input_notification span {
	width: 15px;
	height: 15px;
	color: #395559;
	background: #395559;
	margin-left: 160px;
	margin-top: 18px;
	position: absolute;
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hdc_tax_name,
.hdc_tax_value {
	padding: 12px 0;
}

#hdc_meta_products,
#hdc_meta_orders {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
	margin-top: 8rem;
	margin-bottom: 2rem;
}

#hdc_meta_orders {
	margin-top: 0;
}

.post-type-hdc_orders .wp-heading-inline,
.post-type-hdc_orders .page-title-action {
	display: none !important;
}

.toplevel_page_hdc_options #hdc_wrapper,
.toplevel_page_hdc_addons #hdc_wrapper {
	padding: 4em;
}

#hdc_wrapper img {
	max-width: 100%;
	height: auto;
}

#hdc_meta_orders h1 {
	font-weight: 700;
	padding: 0 40px;
	margin: 20px 0;
}

#hdc_meta_orders h1 span.name {
	font-weight: 400;
}

#hdc_meta_orders h1 span.id {
	float: right;
	font-weight: 400;
	font-size: 0.6em;
}

#hdc_wrapper #hdc_orders .hdc_order_section {
	padding: 20px;
	background: #efefef;
	margin-bottom: 12px;
}

#hdc_wrapper #hdc_orders .hdc_order_row {
	padding: 10px 0;
	font-size: 18px;
}

#hdc_wrapper #hdc_settings,
#hdc_wrapper #hdc_orders {
	background: #fff;
	padding: 40px;
}

#hdc_wrapper #hdc_orders {
	background: #fff;
	padding: 0 40px 40px 40px;
}

#hdc_orders_export {
	margin-top: 4rem;
	font-size: 18px;
}

#hdc_export_orders_date_range {
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
	max-width: 650px;
	padding: 2rem 0;
}

#hdc_export_orders_date_range label {
	display: block;
	margin-bottom: 0.4rem;
}

#hdc_wrapper p {
	font-size: 16px;
	line-height: 1.5;
}

#hdc_settings_form #hdc_wrapper h1 span {
	position: relative;
	top: -22px;
	left: 12px;
}

#hdc_wrapper #hdc_settings .hdc_row {
	padding: 20px 0;
}

#hdc_wrapper #hdc_settings .hdc_setting_row {
	margin: 0 0 40px 0;
	border: 1px solid #ccc;
	padding: 22px;
	background: #fff;
}

#hdc_wrapper #hdc_settings .hdc_setting_row h3 {
	padding: 0;
	margin: 0;
}

#hdc_wrapper #hdc_settings .hdc-options-check {
	float: left;
	margin-right: 22px;
}

#hdc_wrapper #hdc_settings .hdc_setting_image_select {
	border: 3px solid #efefef;
	cursor: pointer;
	opacity: 0.6;
	margin-bottom: 3%;
}

#hdc_wrapper #hdc_settings .hdc_setting_image_select:hover {
	border: 3px solid #cdcdcd;
	opacity: 1;
}

#hdc_wrapper #hdc_settings .hdc_setting_image_select.hdc_selected {
	border: 3px solid #ccc;
	opacity: 1;
}

#hdc_wrapper #hdc_settings .hdc_setting_image_select img {
	display: block;
}

#hdc_wrapper #hdc_settings .hdc_gateway,
#hdc_wrapper #hdc_settings .hdc_shipping {
	display: none;
}

#hdc_wrapper #hdc_settings .hdc_active_select {
	display: block;
}

#hdc_wrapper #hdc_settings .hdc_gateway .hdc_input-effect,
#hdc_wrapper #hdc_settings .hdc_shipping .hdc_input-effect {
	margin-top: 22px;
}

#hdc_wrapper #hdc_settings h1 {
	margin-bottom: 40px;
}

#hdc_wrapper #hdc_settings label {
	display: block;
	margin-bottom: 12px;
}

#hdc_wrapper #hdc_settings label.non-block {
	display: inline-block;
}

#hdc_wrapper #hdc_settings .hdc_table .hdc-options-check {
	margin-top: 4px;
}

.hdc_table {
	background: white;
	border-collapse: collapse;
	margin: auto;
	padding: 5px;
	width: 100%;
	margin-bottom: 40px;
	min-width: 200px;
}

.hdc_table .grabbed {
	box-shadow: 0px 0 13px #000;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	cursor: -webkit-grab !important;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome and Opera */
}

.hdc_table tr {
	border-top: 1px solid #c1c3d1;
	border-bottom: 1px solid #c1c3d1;
	color: #666b85;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.hdc_table th {
	color: #000;
	background: #dedbdb;
	border-bottom: 0px solid #fff;
	border-right: 1px solid #c1c3d1;
	border-left: 1px solid #c1c3d1;
	font-size: 1em;
	font-weight: 400;
	padding: 8px 24px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}

.hdc_table td {
	background: #ffffff;
	padding: 10px 20px;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #c1c3d1;
}

.hdc_table td:first-child {
	border-left: 1px solid #c1c3d1;
}

.hdc_table td:last-child {
	text-align: center;
}

#hdc_orders .hdc_order_section .hdc_table td:last-child {
	text-align: left;
}

#hdc_orders .hdc_order_section .hdc_table {
	margin-bottom: 0;
}

.hdc_table td a {
	text-decoration: none;
}

#hdc_wrapper .select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

#hdc_wrapper .select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 40px;
}

#hdc_wrapper .select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #395559;
	padding: 8px 15px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

	line-height: 22px;
}

#hdc_wrapper .select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}

#hdc_wrapper .select-styled:hover {
	background-color: #395559;
}

#hdc_wrapper .select-styled:active,
.select-styled.active {
	background-color: #395559;
}

#hdc_wrapper .select-styled:active:after,
.select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #fff transparent;
}

#hdc_wrapper .select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #4b6764;
}

#hdc_wrapper .select-options li {
	margin: 0;
	padding: 12px 0;
	text-indent: 15px;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

#hdc_wrapper .hdc_country_disabled {
	opacity: 0.4;
	cursor: default;
}

#hdc_wrapper .select-options li:hover {
	background: #395559;
}

#hdc_wrapper .select-options li[rel="hide"] {
	display: none;
}

.post-type-hdc_product #post-body-content {
	display: none;
}

.post-type-hdc_product div.mce-toolbar-grp {
	padding: 10px;
	background: #ccc !important;
}

.post-type-hdc_product div.mce-edit-area {
	padding: 40px;
}

.post-type-hdc_product .wrap h1.wp-heading-inline {
	display: none;
}

#hdc_meta_products .handlediv,
#hdc_meta_products .hndle,
#hdc_meta_orders .hndle,
#hdc_meta_products .handlediv,
#postimagediv {
	display: none;
}

#hdc_meta_products #hdc_product_wrapper {
	padding: 0;
}

#hdc_publish,
#hdc_settings_save {
	position: absolute;
	right: 0;
	top: -20px;
	background: #72c474;
	border: 0;
	font-size: 1.3em;
	padding: 12px 22px;
	height: auto;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

#hdc_tabs {
	position: relative;
}

#hdc_tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#hdc_tabs li {
	float: left;
	background: #4b6764;
	padding: 12px 22px;
	color: #fff;
	cursor: pointer;
	margin: 0;
}

#hdc_tabs li:hover {
	background: #395559;
}

#hdc_tabs li.hdc_active_tab {
	background: #3fb7f4;
}

#hdc_tab_content {
	background: #eee;
}

.toplevel_page_hdc_options select,
.toplevel_page_hdc_options .hdc_input_simple {
	width: 100%;
	padding: 12px 22px;
	height: auto;
	line-height: auto;
	border: 1px solid #395559;
}

.toplevel_page_hdc_options .notice.is-dismissible {
	position: fixed;
	z-index: 99;
	width: 600px;
	left: calc(50% - 300px);
	bottom: 0px;
	background: #395559;
	color: #fff;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

#hdc_prod_content {
	margin-top: 60px;
}

.hdc_full_label {
	display: block;
	width: calc(100% - 44px);
	padding: 12px 22px;
}

.hdc_full_label:hover {
	background: rgba(255, 255, 255, 0.2);
}

.hdc-options-check {
	font-size: 24px;
	float: right;
	margin-top: -3px;
}

.hdc-options-check input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.hdc-options-check label {
	width: 2em;
	height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
}

.hdc-options-check label:before {
	content: "";
	position: absolute;
	width: 2em;
	height: 1em;
	left: 0.1em;
	transition: background 0.1s ease;
	background: #f25f5c;
	border-radius: 50px;
	box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
}

.hdc-options-check label:after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	border-radius: 50px;
	left: 0;
	transition: all 0.2s ease;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	background: #efefef;
	animation: hdc_switch-off 0.2s ease-out;
	z-index: 2;
}

.hdc-options-check input[type="checkbox"]:checked + label:before {
	background: #72c474;
	box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.hdc-options-check input[type="checkbox"]:checked + label:after {
	animation: hdc_switch-on 0.2s ease-out;
	left: 1.1em;
	background: #efefef;
}

@keyframes hdc_switch-on {
	50% {
		transform: scaleX(1.3);
	}
}

@keyframes hdc_switch-off {
	50% {
		transform: scaleX(1.3);
	}
}

.hdc_tab {
	display: none;
	padding: 20px;
	border: 1px solid #efefef;
}

.toplevel_page_hdc_options .hdc_tab {
	padding: 40px 40px 0 40px;
}

.hdc_variation_type {
	padding: 20px 20px 40px 20px;
	background: #f4f4f4;
	border-bottom: 4px solid #eee;
	margin-bottom: 4px;
	position: relative;
}

.hdc_remove_variation_type,
.hdc_remove_tax {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 16px;
	height: 16px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	background: red;
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
}

.hdc_remove_tax {
	position: static;
}

.hdc_remove_variation_type:hover,
.hdc_remove_tax:hover {
	opacity: 1;
}

#hdc_main {
	padding: 40px;
}

#hdc_featured_image {
	width: 100%;
	height: auto;
	cursor: pointer;
}

#hdc_add_to_gallery {
	background: #72c474;
	border: 0;
	font-size: 1.3em;
	padding: 12px 22px;
	height: auto;
	line-height: 1;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#hdc_featured_image:hover {
	opacity: 0.8;
}

#hdc_add_to_gallery {
	margin-bottom: 22px;
}

#hdc_gallery_images .hdc_gallery_image {
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	cursor: pointer;
	position: relative;
	border: 1px solid #ccc;
}

#hdc_gallery_images .hdc_gallery_image:nth-child(odd) {
	margin-right: 0;
}

#hdc_gallery_images .hdc_gallery_image img {
	width: 100%;
	height: auto;
}

#hdc_gallery_images .hdc_gallery_image .hdc_gallery_image_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
}

#hdc_gallery_images .hdc_gallery_image .hdc_gallery_image_overlay .hdc_gallery_image_remove {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.6);
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
}

#hdc_gallery_images .hdc_gallery_image .hdc_gallery_image_overlay .hdc_gallery_image_remove:hover {
	background: red;
}

#hdc_gallery_images .hdc_gallery_image:hover > .hdc_gallery_image_overlay {
	opacity: 1;
}

#hdc_meta_products #hdc_product_wrapper h2 {
	text-align: left;
	font-size: 2em;
	margin: 0px 0 20px 0;
	padding: 0;
}

.hdc_product {
	color: #fff;
	background: #4b6764;
	font-size: 14px;
	border-bottom: 1px solid #395559;
	display: block;
	width: calc(100% - 44px);
	padding: 12px 22px;
	cursor: pointer;
}

.hdc_product:hover,
.hdc_product_selected {
	background: #62827e;
}

.hdc_product[data-stock="0"] {
	opacity: 0.6;
}

.hdc_category {
	color: #fff;
	background: #4b6764;
	font-size: 14px;
	border-bottom: 1px solid #395559;
}

.hdc_category.hdc_category_parent {
	background: #395559;
	border-bottom: 1px solid #4b6764;
	text-indent: 0;
}

.hdc_category_parent_child {
	background: #62827e;
	text-indent: 12px;
}

.hdc_category_no_select {
	padding: 12px 22px;
}

.hdc_input {
	padding: 12px 0;
	font-size: 2em;
	width: 100%;
	border: none !important;
	box-shadow: none !important;
	color: #2d2d2d;
	border-bottom: 1px dashed #aaa !important;
}

.hdc_input:focus {
	border-bottom: 1px dashed #2d2d2d !important;
	outline: none;
}

.hdc_input-effect {
	position: relative;
}

.hdc_input-effect input {
	border: 0;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}

.hdc_input-effect input ~ .focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #4b6764;
	transition: 0.4s;
}

.hdc_input-effect input:focus ~ .focus-border,
.has-content ~ .focus-border {
	width: 100%;
	transition: 0.4s;
}

.hdc_input-effect input ~ label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 9px;
	font-size: 1.3em;
	color: #777;
	transition: 0.3s;
	z-index: 1;
	letter-spacing: 0.5px;
}

.hdc_input-effect input:focus ~ label,
.has-content ~ label {
	top: -16px !important;
	font-size: 12px !important;
	color: #4b6764 !important;
	transition: 0.3s;
}

#hdc_mainProdTitle {
	top: -80px;
}

#hdc_mainProdTitle.editing_post {
	width: calc(100% - 180px);
}

#hdc_mainProdTitle input ~ label {
	top: 9px;
	font-size: 1.6em;
}

#hdc_view_product {
	display: none;
	position: absolute;
	right: 0;
	top: -80px;
	background: #3fb7f4;
	border: 0;
	font-size: 1.3em;
	padding: 12px 22px;
	height: auto;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

#hdc_view_product.editing_post {
	display: block;
}

.hdc_section {
	margin-bottom: 42px;
}

.hdc_variation,
.hdc_selected_country {
	background: #4b6764;
	border-radius: 30px;
	padding: 12px 32px;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	/* fixes solid background when dragging */
}

.hdc_selected_country {
	margin-top: 12px;
	margin-bottom: 0;
}

.hdc_variation:hover,
.hdc_selected_country:hover {
	opacity: 0.4;
	text-decoration: line-through;
}

.hdc_tooltip {
	display: inline-block;
	position: relative;
	top: -4px;
	color: #fff;
	cursor: pointer;
	width: 16px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	background: #20699c;
	border-radius: 50%;
	font-weight: 400;
	font-size: 12px;
	z-index: 99;
}

.hdc_tooltip_line {
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(40deg, #2812da 0%, #e82aa3 100%);
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
}

.hdc_tooltip_content {
	position: absolute;
	bottom: calc(100% + 0.8rem);
	font-size: 0.85rem;
	width: 260px;
	left: calc(50% - 32px);
	line-height: 1.4;
	margin-left: -130px;
	background: #20699c;
	border-radius: 10px;
	box-shadow: 0 -1px 10px rgba(72, 72, 72, 0.025), 0 10px 20px rgba(72, 72, 72, 0.05);
	color: #fff;
	padding: 2rem;
	text-align: left;
	pointer-events: none;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: all 0.3s cubic-bezier(0.1, 1, 0.9, 1);
	transition-property: opacity, transform;
}

.hdc_tooltip:hover .hdc_tooltip_content {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.hdc_tooltip_content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	display: block;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #20699c transparent transparent transparent;
}

.hdc_tooltip_content span {
	display: block;
}

.hidden {
	display: none;
}

/* ------- Fluid Columns ------- */

#hdc_wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

#hdc_product_page {
	max-width: 100%;
}

#hdc_product_page img {
	max-width: 100%;
	height: auto;
}

#hdc_product_page #product_title {
	margin-top: 0;
	font-size: 2.2em;
	text-align: right;
	margin-bottom: 12px;
}

#hdc_product_page #product_price {
	margin-top: 0;
	font-size: 1.8em;
	text-align: right;
}

#hdc_product_page #product_price s {
	font-size: 0.8em;
}

#hdc_product_page #product_gallery {
	margin-top: 10px;
}

#hdc_product_page #product_gallery .product_gallery_image {
	width: calc(25% - 10px);
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #ccc;
}

#hdc_product_page #product_gallery .product_gallery_image:nth-child(4n + 4) {
	margin-right: 0;
}

#hdc_product_page #product_gallery .product_gallery_image img {
	width: 100%;
	height: auto;
}

#hdc_product_page #product_featured:hover,
#hdc_product_page #product_gallery .product_gallery_image:hover {
	opacity: 0.8;
}

#hdc_product_page h3.variation_type {
	font-size: 1.6em;
	margin-bottom: 8px;
	margin-top: 8px;
}

#hdc_product_page .hdc_variation {
	background: #4b6764;
	border-radius: 30px;
	padding: 12px 30px;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

#hdc_product_page .hdc_variation:hover {
	opacity: 0.8;
}

#hdc_product_page #add_to_cart {
	background: #72c474;
	padding: 12px 30px;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 22px;
	float: right;
	cursor: pointer;
	position: relative;
}

#hdc_product_page .hdc_disabled {
	opacity: 0.4;
}

/* Columns */

#hdc_tab_content .one_half {
	width: 48%;
}

#hdc_tab_content .one_third,
.hdc_addon_item .one_third {
	width: 30.66%;
}

#hdc_tab_content .two_third,
.hdc_addon_item .two_third {
	width: 64.33%;
}

#hdc_tab_content .one_fourth {
	width: 22%;
}

#hdc_tab_content .three_fourth {
	width: 74%;
}

#hdc_tab_content .one_fifth {
	width: 16.8%;
}

#hdc_tab_content .two_fifth {
	width: 37.6%;
}

#hdc_tab_content .three_fifth {
	width: 58.4%;
}

#hdc_tab_content .four_fifth {
	width: 67.2%;
}

#hdc_tab_content .one_sixth {
	width: 13.33%;
}

#hdc_tab_content .five_sixth {
	width: 82.67%;
}

#hdc_tab_content .one_half,
#hdc_tab_content .one_third,
#hdc_tab_content .two_third,
#hdc_tab_content .three_fourth,
#hdc_tab_content .one_fourth,
#hdc_tab_content .one_fifth,
#hdc_tab_content .two_fifth,
#hdc_tab_content .three_fifth,
#hdc_tab_content .four_fifth,
#hdc_tab_content .one_sixth,
#hdc_tab_content .five_sixth,
.hdc_addon_item .one_third,
.hdc_addon_item .two_third {
	position: relative;
	margin-right: 3%;
	float: left;
}

#hdc_tab_content .last,
.hdc_addon_item .last {
	margin-right: 0 !important;
	clear: right;
}

#hdc_tab_content .clear,
.hdc_addon_item .clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

#hdc_message_model {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none;
}

#hdc_message_model_inner {
	position: fixed;
	width: 650px;
	max-width: 95%;
	background: #efefef;
	z-index: 9;
	text-align: center;
	left: calc(50% - 300px);
	top: 15%;
	color: #000;
}

#hdc_message_model_title,
#hdc_message_model_footer {
	padding: 15px;
	background: #395559;
}

#hdc_message_model_title {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

#hdc_message_model_footer {
	display: none;
	color: #fff;
}

#hdc_message_model_footer button {
	display: block;
	margin-bottom: 12px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	background: #4b6764;
	color: #fff;
}

#hdc_message_model_content {
	padding: 20px 40px;
	background: #efefef;
}

#hdc_message_model_content label {
	display: block;
}

#hdc_message_model_content input {
	width: 100%;
	padding: 12px;
}

#hdc_message_model_inner p {
	color: #000;
	font-size: 1.3em;
	text-align: left;
}

#hdc_message_model_inner h4 {
	color: #fff;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

#hdc_message_model_inner .hdc_message_model_button {
	display: block;
	margin-bottom: 12px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	background: #4b6764;
	color: #fff;
}

#hdc_message_model_inner .hdc_message_model_button:hover {
	background: #62827e;
}

#hdc_message_model_close {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}

#hdc_message_model_close:hover {
	opacity: 0.8;
}

#hdc_edit_product_model p {
	padding: 0;
	margin: 0 0 10px 0;
}

#hdc_update_product,
#hdc_remove_variation {
	cursor: pointer;
}

#hdc_love label {
	margin-bottom: 0 !important;
}

.hdc_addon_item {
	margin-bottom: 22px;
}

.hdc_addon_item h2 {
	font-size: 1.6em;
}

.hdc_addon_item_image {
	border: 1px solid #ddd;
}

.hdc_addon_item img {
	display: block;
}

span.hdc_verified {
	border-radius: 8px;
	padding: 8px 12px;
	background: #4b6764;
	color: #fff;
	font-weight: 400;
	margin-left: 12px;
	font-size: 14px;
	position: relative;
	top: -4px;
}

span.hdc_price {
	border-radius: 8px;
	padding: 8px 12px;
	background: #72c474;
	color: #fff;
	font-weight: 400;
	margin-left: 2px;
	font-size: 14px;
	position: relative;
	top: -4px;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.hdc_button {
	background: #4b6764;
	border: 0;
	padding: 12px 22px;
	height: auto;
	line-height: 1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.hdc_button.hdc_reverse {
	background: #3fb7f4;
}

.hdc_button:hover {
	background: #72c474;
	color: #fff;
}

#hdc_select_countries_model_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

#hdc_select_countries_model {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	z-index: 999;
	background: #2d2d2d;
	overflow-y: auto;
}

#hdc_select_countries_model h3 {
	text-align: center;
	color: #72c474;
	margin: 22px 0 !important;
}

#hdc_select_countries_model_close {
	position: absolute;
	top: calc(25% - 30px);
	right: 25%;
	color: red;
	background: black;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	z-index: 99999;
}

.hdc_select_country {
	width: calc(25% - 30px);
	padding: 15px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 18px;
}

.hdc_select_country:hover {
	background: #000;
}

.hdc_accordion h3 {
	border-bottom: 2px solid #d7d7d7;
	padding: 12px;
	cursor: pointer;
}

.hdc_accordion h3:before {
	content: "▾";
	margin-right: 12px;
}

.hdc_accordion h3:hover {
	background: #d7d7d7;
}

.hdc_accordion > div {
	padding: 12px;
	display: none;
}

@media print {
	#adminmenumain,
	#screen-meta-links {
		display: none;
	}

	#wpcontent,
	#wpfooter {
		left: 0;
		margin-left: 0;
	}

	#hdc_meta_orders,
	#hdc_wrapper #hdc_orders {
		padding: 0;
		max-width: 100%;
	}
	#hdc_wrapper #hdc_orders .hdc_order_section {
		margin-bottom: 10px;
		padding: 5px 20px;
	}

	#hdc_wrapper #hdc_orders h1 {
		font-weight: 400;
		font-size: 22px;
	}

	.hdc_table th {
		color: #000;
		background: transparent;
		border-bottom: 0px solid #fff;
		border-right: 1px solid #c1c3d1;
		border-left: 1px solid #c1c3d1;
		font-size: 1em;
		font-weight: 400;
		padding: 8px 24px;
	}

	.hdc_table td {
		min-width: 200px !important;
	}
}
