﻿@import url("../global_styles/design_system.css");

.margin-top-xsmall {
	margin-top: 5px;
}
.margin-top {
	margin-top: 10px;
}
.margin-top-small {
	margin-top: 15px;
}
.margin-top-medium {
	margin-top: 25px;
}
.margin-top-large {
	margin-top: 40px;
}
.margin-top-xlarge {
	margin-top: 50px;
}

.margin-right-xsmall {
	margin-right: 5px;
}
.margin-right {
	margin-right: 10px;
}
.margin-right-small {
	margin-right: 15px;
}
.margin-right-medium {
	margin-right: 25px;
}
.margin-right-large {
	margin-right: 40px;
}
.margin-right-xlarge {
	margin-right: 50px;
}

.margin-bottom-xsmall {
	margin-bottom: 5px;
}
.margin-bottom {
	margin-bottom: 10px;
}
.margin-bottom-small {
	margin-bottom: 15px;
}
.margin-bottom-medium {
	margin-bottom: 25px;
}
.margin-bottom-large {
	margin-bottom: 40px;
}
.margin-bottom-xlarge {
	margin-bottom: 50px;
}

.margin-left-xsmall {
	margin-left: 5px;
}
.margin-left {
	margin-left: 10px;
}
.margin-left-small {
	margin-left: 15px;
}
.margin-left-medium {
	margin-left: 25px;
}
.margin-left-large {
	margin-left: 40px;
}
.margin-left-xlarge {
	margin-left: 50px;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
/*------------------------------------------------------ PopUp ------------------------------------------------------*/
#LoginSuccessful .checkout_account_login {
	padding-top: 30px;
}
#LoginSuccessful {
	z-index: 100;
	position: absolute;
	background-color: white;
	border: 1px solid #cacaca;
	border-radius: 4px;
	margin: auto;
	left: 0;
	right: 0;
	width: 50%;
	text-align: center;
	padding: 40px;
	margin-top: -15px;
	max-width: 497px;
}

#LoginSuccessful .icon-check {
	color: #4da610;
	font-size: 100px;
	padding-bottom: 20px;
}
#LoginSuccessful p {
	font-size: 18px;
	margin: 0;
}
.ds_btn-ghost-primary {
	background: transparent;
	border: 2px solid #337ab7 !important;
	color: #337ab7 !important;
}
.ds_btn-ghost-primary:hover {
	border-color: #337ab7 !important;
	color: #337ab7 !important;
	background: rgba(0, 0, 0, 0.05) !important;
	text-decoration: none;
}
#LoginSuccessful .success_message {
	margin-top: 12px !important;
}

#BackPrev,
#ToDashboard {
	width: 45%;
}
#LoginSuccessful .btn-container {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

@media (max-width: 414px) {
	#LoginSuccessful {
		padding: 20px !important;
		width: 95% !important;
	}
}
/*--------------------------------------- External Store Styles Pulled from EU --------------------------------------- */
#CD2ContentBodyMasterID {
	background-color: #f5f5f8;
	padding-bottom: 35px;
}
#grd_InternalStore {
	border: none;
	text-align: center;
	background: none;
}
#FeaturedStoreProducts {
	margin-bottom: 80px;
	margin: 0 -30px 0 0;
}
#StoreProducts {
	margin-bottom: 80px;
	margin: 0 -30px 0 0;
	height: 900px;
}
.store_view_btns .view-toggle {
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
}
.tile-card {
	width: 345px;
	height: 345px;
	margin: 20px;
	display: inline-block;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
}
.product_card {
	width: 345px;
	height: 345px;
	margin: 20px;
	-webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	overflow: hidden;
	border: 0px;
	display: inline-block;
}
.product_card_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 3px;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.7);
	/* z-index: 2; */
	z-index: 1;
}
.hover-text {
	color: white;
	font-size: 18px;
	position: absolute;
	text-align: center;
	width: 175px;
	line-height: 2em;
	letter-spacing: 1px;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.hover-text span {
	font-weight: bold;
}
.product_card .product_card_image,
.tile-related {
	border: none;
}
.product_card_image {
	background: url() no-repeat;
	background-size: 720px 480px;
	background-position: 0px 0px;
	/* width: 216px !important; */
	overflow: hidden;
	background: rgb(228, 228, 228);
	background: linear-gradient(
		0deg,
		rgba(228, 228, 228, 0.68) 0%,
		rgba(244, 244, 244, 0.71) 23%,
		rgba(255, 255, 255, 1) 100%
	);
	margin: auto;
	height: 250px;
}

/*Number Widget Btn*/
.number_widget {
	display: inline-block;
}

.number_widget_container {
	width: 142px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.number_widget_container input {
	border: 0;
	margin-right: 0;
	margin-left: 7px;
	font-size: 18px;
}
.number_widget_btn {
	width: 35px;
	height: 35px;
	background-color: rgb(173 173 173 / 20%);
	font-size: 21px;
	font-weight: 800;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	color: var(--Primary, #337ab7);
	padding-top: 2px;
}
.number_widget_btn:hover {
	background-color: var(--Primary, #2b7eb0);
	color: #fff;
	cursor: pointer;
}

.product_card_box {
	color: #454545;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	height: 105px;
	display: block;
	overflow: hidden;
	letter-spacing: 0.5px;
	border-radius: 0px;
	border: none;
	background: #fff;
	padding: 5px 15px;
}

#FeaturedStoreProducts .product_card .product_card_title {
	max-height: 53px !important;
	line-height: 1.3em;
	color: #000000;
	margin-bottom: 6px;
	font-size: 11px;
}
#StoreProducts .product_card .product_card_title {
	max-height: 53px !important;
	line-height: 1.3em;
	color: #000000;
	margin-bottom: 6px;
	font-size: 11px;
}
#FeaturedStoreProducts .product_card_description {
	height: 65px;
	overflow: hidden;
	line-height: 16px;
	/* margin-top: 15px; */
	font-size: 13px;
	font-weight: 400;
	font-family: "lato", sans-serif;
	color: #000;
}
#StoreProducts .product_card_description {
	height: 65px;
	overflow: hidden;
	line-height: 16px;
	/* margin-top: 15px; */
	font-size: 13px;
	font-weight: 400;
	font-family: "lato", sans-serif;
	color: #000;
}
.product_card_price {
	font-size: 13px;
	color: #454545;
	margin-top: 11px;
	margin-top: 4px;
	text-align: end;
	margin-right: 10px;
}
.zero_pad {
	padding: 0px !important;
}
/* Content Transition Hover CSS */
.tile-card,
.variant-tile-card,
.tile-related {
	position: sticky;
}
.tile-detail {
	display: block;
}
.product_card_overlay {
	position: relative;
	top: -398px;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0px;
	height: 120%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.7);
	display: block !important;
}
.product_card:hover .product_card_overlay {
	opacity: 1;
	cursor: pointer;
}
.hover-text {
	color: white;
	font-size: 18px;
	position: absolute;
	text-align: center;
	width: 175px;
	line-height: 2em;
	letter-spacing: 1px;
	top: 49%;
	left: 49%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.product_card_overlay p {
	color: white;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0.5px;
}
.product_card_overlay img {
	padding: 45px 0 16px 0;
	/* margin-top: 15px; */
}

/*--------------------------- Temp Hiding of Store Elements ---------------------------- */
.group-external-search,
.store_tabs,
.advanced-link,
.store_view_btns,
.results-filter {
	/* display:none; */
}

.advanced-link {
	display: flex;
	justify-content: space-between;
	padding-left: unset !important;
}
.advanced-link .toggle-section {
	display: flex;
	gap: 4rem;
}
.advanced-link .toggle-section label {
	display: flex;
	gap: 1rem;
}
.advanced-link .advanced-btn-section {
	display: flex;
	align-items: center;
}

#AdvancedSearch > div.col-sm-12 {
	margin-top: 2rem;
}
#AdvancedSearch .ds_form label {
	font-weight: bold;
}

#AdvancedSearch input#EndDate,
input#StartDate {
	border: 1px solid #ccc !important;
}

#AdvancedSearch input#EndDate,
input#StartDate:hover {
	border: 1px solid #ccc !important;
}

/*--------------------------- Tabs ---------------------------- */

/*----------- misc. ----------*/

#searchbutton,
#searchbutton2,
#SearchContentGrid,
#searchInstructorClassesGrid {
	left: -2px;
	z-index: 100;
	min-width: inherit;
}

.session-tab-nav {
	margin: 23px 0 0;
	display: none;
}

ul.session-tab-nav li {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
}
ul.session-tab-nav li a {
	white-space: nowrap;
	display: block;
	background: #ccc url(../images/tab-shade.png) repeat-x 0 bottom;
	margin: 0;
	padding: 11px 53px;
	border: 1px solid #808080;
	border-bottom: 0;
	color: #666;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
}
ul.session-tab-nav li a:hover {
	color: #666;
	text-decoration: none;
	background-color: #d9d9d9;
}
ul.session-tab-nav li.active a,
ul.session-tab-nav li.active a:hover {
	color: #666;
	background-color: #e6e6e6;
	background-image: none;
}
ul.session-tab-nav {
	margin: 0;
	padding: 0;
}
.session-tab-nav .active a {
	background-color: #e6e6e6;
	color: #666;
}

#ShowNumberToAdd {
	margin-bottom: 33px;
	display: inline-block;
}
#ShowNumberToAdd select {
	font-size: 23px;
	padding: 10px;
	border-radius: 8px;
}
/*---------------------------------------------------------------- Store List View ----------------------------------------------------------------*/
.list-table .content-title {
	overflow: hidden;
	font-size: 17px;
	color: #454545;
	margin-bottom: 3px;
	font-weight: 400;
}
.list-table .content_description {
	height: 50px;
	width: 79%;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}
.list-table .content_date,
.list-table .content_location,
.list-table .content_notes {
	font-size: 13px;
	word-spacing: 1px;
}
.list-table .content_date span,
.list-table .content_notes span,
.list-table .content_location span {
	font-weight: bold;
	color: #454545;
}
.list-table .content_price {
	font-size: 14px;
	font-weight: bold;
}
.list-table tr {
	background-color: #fcfcfc !important;
}
.list-table tr:hover {
	background-color: #ececec !important;
}
.list-table tr td {
	border: none;
	height: 150px;
	border-bottom: 1px solid #ececec;
	padding: 20px;
}
/*.list-table tr:last-child td {
    border: none;
}*/
.list-table .k-widget,
.list-table .k-button {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.list-table #grd_InternalStore {
	border: 1px solid #ddd;
	border-radius: 0;
}

.list-table tr:hover {
	cursor: pointer;
}

/*---- Fixes the product image resizing ----*/
@media (max-width: 762px) {
	.list-table #grd_InternalStore table tbody tr td:first-of-type {
		width: 35% !important;
		height: unset;
	}
	.product_img img {
		width: 100%;
		height: auto !important;
		margin-bottom: unset !important;
	}
	.product_img {
		width: 100%;
		height: auto !important;
	}
}
@media (max-width: 500px) {
	.list-table #grd_InternalStore table tbody tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: unset !important;
		border-top: 0.5px solid #dddddd;
		border-bottom: 0.5px solid #dddddd;
	}
	.list-table #grd_InternalStore table tbody tr td:first-of-type {
		width: 55% !important;
		height: unset;
		padding-bottom: 0;
	}
	.list-table #grd_InternalStore table tbody tr td:nth-of-type(2) {
		padding-top: 0px;
		padding-bottom: 0px;
		display: inline;
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 0px o !important;
	}
	.list-table #grd_InternalStore table tbody tr td:last-of-type {
		display: inline;
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	.list-table #grd_InternalStore table tbody tr td {
		height: unset !important;
		border: none !important;
		text-align: center;
	}
	.list-table #grd_InternalStore table tbody tr td .content-title {
		text-align: center;
		font-weight: bold !important;
	}
	.list-table #grd_InternalStore table tbody tr td .content_discription {
		width: 89%;
		padding-left: 25px;
		padding-right: 25px;
		max-height: 45px;
	}
	.store_product_padding .product_img .img-responsive {
		border-radius: 20px;
	}
}

/*--------------------------- Cart Styles ---------------------------- */
#StorePopUp {
	/* padding: 5px 0px 25px 0px; */
	/* margin: 0px 8px; */
}
.k-window-title {
	margin: 0;
	line-height: 1.42857143;
}
#TotalCostForCart {
	font-size: 20px;
	/* padding: 20px; */
	text-align: right;
}
.cartpopup_table {
	display: table;
	table-layout: fixed;
}
.cartpopup_item {
	/* height: 86px; */
	border-top: 1px solid #ddd;
	padding: 30px 0px;
}
.cartpopup_row {
	height: 36px;
}
.cartpopup_table_left {
	display: table-cell;
	vertical-align: top;
	padding: 0px 10px 0px 20px;
}
.cartpopup_table_right {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding: 0px 20px 0px 10px;
}
.cartpopup_qty {
	font-size: 16px;
	/* color: red; */
	width: 80%;
	font-weight: 400;
}
.cartpopup_remove {
	font-size: 14px;
	font-weight: 400;
	color: #2b7eb0;
}
.cartpopup_img {
	width: 150px;
	height: 150px;
	padding: 0;
	overflow: hidden;
	border-radius: 18px;
}
.cartpopup_img img {
	height: 100%;
}
.cartpopup_title {
	font-size: 20px;
	font-weight: 400;
	color: #191919;
	width: 80%;
}
.cartpopup_price {
	font-size: 20px;
	font-weight: 400;
	color: #69696f;
	width: 20%;
	text-align: right;
}
.cartpopup.qty {
	font-size: 14px;
	color: #69696f;
	width: 80%;
}
.cartpopup_total {
	font-size: 14px;
	color: #69696f;
}
.minicart-delete-link:hover {
	text-decoration: underline;
}
/*--------------------------- Sessions Details Popup Page ---------------------------- */
.popup_container {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}
.storepopup_container {
	padding: 20px;
}
.product_title {
	font-size: 16px;
	color: #6c6c6c;
}
.cart_links {
	text-align: right;
	font-weight: 400;
	margin-top: 19px;
}
.cart_links a {
	color: #2e2e2e;
	font-size: 16px;
}
.cart_links a:hover {
	color: #656565;
	font-size: 16px;
	text-decoration: underline;
}
.price {
	font-size: 20px;
	color: #434343;
	font-weight: normal;
	/*    display:inline-flex;*/
	margin: 10px 0px;
}
.price label {
	font-weight: normal !important;
}

#ProductPage .session_title {
	font-size: 30px;
	color: #585858;
	margin: 4px 0px -10px 0px;
	line-height: 36px;
}
/*#ProductPage .product_title {
    font-size:16px;
    font-weight: 300;
    margin: 15px 0px 10px 0px;
}*/
#ProductPage .product_title a {
	color: #0e7fac;
}
#ProductPage .product_title a:hover {
	color: #0d6c92;
}
.session_speaker {
	display: inline-flex;
	font-weight: 300;
	font-size: 16px;
	margin-top: 8px;
	color: #6c6c6c;
}
.session_speaker label {
	display: inline-flex;
	font-weight: 300;
}
.session_specs {
	margin-top: 20px;
	font-size: 14px;
}
.session_specs span {
	font-size: 15px;
	font-weight: 400;
}
.session_specs_package_prices {
	margin-top: 20px;
}
.session_specs_package_prices span {
	font-weight: 400;
	color: black;
}
.storepopup_container select {
	height: 29px;
}
.storepopup_container .btn-primary {
	margin-top: -1px;
}
#SearchContentGrid {
	border-radius: 0px 20px 20px 0px;
	height: 40px;
	width: 60px;
}
/*#grd_InternalStore .variant-tile-card .content-title {
    display:none;
}*/
/*grd_InternalStore .variant-tile-card .content_price {
    display:none;
}*/
.main-search {
	margin-top: 20px;
	width: 100%;
}
#FeaturedStoreProducts .item-image {
	height: 134px;
}
#StoreProducts .item-image {
	height: 134px;
}
/*--------------------------- Kendo Box Sizing Overwrites ---------------------------- */

.k-animation-container,
.k-widget,
.k-widget *,
.k-animation-container *,
.k-widget *:before,
.k-animation-container *:after,
.k-block .k-header,
.k-list-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.k-window-titlebar {
	height: 33px;
}
.k-window-action {
	box-sizing: content-box;
}

/*------------------------------------------------------------------------ New Store Styles ------------------------------------------------------------------------*/
#ExternalStoreDiv .container {
	padding-top: 35px;

	/* margin-top: 70px; */
}

.col-sm-12 .pull-right {
	width: 100%;
	margin-right: 5px;
}

#SearchTabsForExternalStore {
	width: 100%;
	display: flex;
	/* justify-content: flex-end; */
	margin-top: 15px;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 15px;
}

#SearchTabsForExternalStore .btn {
	margin-left: 5px;
	margin-right: 5px;
	padding: 7px 20px !important;
	border-radius: 20px;
}

#SearchTabsForExternalStore .btn:focus {
	outline: 0;
}

/*---- Review Cart -----*/
.checkout_box {
	border: 1px solid #d8d8d8;
	/* background-color:white; */
	background-color: #fafafa;
	padding: 0px 30px 30px 30px;
	margin-bottom: 30px;
	border-radius: 18px;
}
.logged_in_user {
	text-align: center;
	font-size: 20px;
}

.logged_in_username {
	text-align: center;
	font-size: 20px;
}

#ExternalStoreDiv .sticky_container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* border: 1px solid red; */
}
.checkout_box h3,
.reviewcart_summary_box h3 {
	font-size: 26px;
	color: #424242;
	margin: 0px;
	padding-bottom: 18px;
}
.checkout_box h3 {
	margin-top: 30px;
	letter-spacing: 0.5px;
}
.checkout_account_login h3 {
	text-align: center;
}
.ordersummary_subtotal {
	margin-top: 15px;
}
.ordersummary_subtotal div,
.ordersummary_shipping div,
.ordersummary_taxes div {
	font-size: 16px;
	color: #7f7f7f;
	letter-spacing: 0.25px;
	font-weight: normal;
}
.ordersummary_subtotal .col-xs-4,
.ordersummary_shipping .col-xs-4,
.ordersummary_taxes .col-xs-4 {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ordersummary_subtotal .col-xs-8,
.ordersummary_shipping .col-xs-8,
.ordersummary_taxes .col-xs-8 {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ordersummary_total_price {
	font-size: 21px;
	text-align: left;
	color: #424242;
	margin-top: 5px;
	letter-spacing: 1px;
	font-weight: normal;
}
.ordersummary_promo {
	color: #2b7eb0;
	font-weight: 400;
	padding: 15px 0px 5px 0px;
	border-top: 1px solid #d8d8d8;
	margin: 15px 0px 0px 0px;
}
.ordersummary_promo .promo_box {
	margin: 10px 0px 0px 0px;
}
.col-xs-4.ordersummary_total {
	text-align: right;
}
.checkout_btn {
	width: 100%;
	font-size: 18px;
	color: white;
	background-color: #2b7eb0;
	padding: 12px;
	font-weight: normal;
	margin-bottom: 25px;
	border: none;
	border-radius: 28px;
}
.checkout_btn_disabled {
	background: #e8e8e8 !important;
	border-color: #e8e8e8 !important;
	color: #f7f7f7 !important;
	cursor: not-allowed !important;
	text-shadow: none !important;
	/* pointer-events: none !important; */
}
.small_form_field {
	width: 30%;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid;
}
.large_form_field {
	width: 80%;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid;
}
.btn_continue_shopping {
	width: 80%;
}
.btn_dashboard {
	width: 80%;
}
@media (max-width: 991px) {
	.btn_continue_shopping {
		float: none;
	}
	.btn_dashboard {
		float: none;
	}
}

/*---- Sign In -----*/
.checkout_box label {
	margin-top: 14px;
	color: #424242;
	font-weight: 400;
	display: block;
}
.checkout_box .btn {
	width: 100%;
	background: #2b7eb0;
	color: white;
	border-radius: 30px;
	margin-top: 15px;
	padding: 12px;
	font-size: 18px;
}
.checkout_box .btn-primary:hover {
	background: #206a96;
}
.checkout_box .btn-other-user {
	background: #ffffff;
	text-shadow: none;
	border: 2px solid #2b7eb0;
	color: #2b7eb0;
}
.checkout_box .btn-other-user:hover {
	background-color: rgba(0, 0, 0, 0.05);
	border: 2px solid #286090;
	color: #286090;
}
.form-control {
	border: 1px solid #b2b2b2;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.order_confirmation .checkout_box {
	text-align: center;
}
.forgot_password {
	font-size: 15px;
	font-weight: bold;
	color: #7b7b7b;
}
/*---- Progress Bar -----*/
.checkout_progress_bar {
	margin-top: 50px;
	margin-bottom: 10px;
}
.checkout_progress_bar .bar {
	margin-top: 20px;
	width: 467px;
	border-bottom: 1px solid #d1d1d1;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.checkout_progress_bar .bar {
		width: 343px;
	}
}
.checkout_progress_bar .flex-container {
	margin-top: -24px;
	display: flex;
	justify-content: center;
	z-index: 9999;
}

.checkout_progress_bar p {
	font-size: 14px;
	font-weight: normal;
	padding: 9px 4px;
	color: #7f7f7f;
}
.checkout_progress_bar .active p {
	color: #2f2f2f;
	margin-top: -2px;
}
.checkout_box .form-control {
	margin-bottom: 10px;
	/* border-radius: 2px; */
}
.btn_add_company {
	border: 1px solid #b2b2b2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
	color: #2b7eb0;
	font-weight: 400;
	margin: 29px 0px 10px 0px;
	padding: 9px 10px;
	font-size: 14px;
}
#ExternalStoreDiv .form-control {
	height: unset;
	padding: 9px 12px;
}
.copy_shipping {
	margin-top: 20px;
	/*    height: 20px;*/
}
.copy_shipping .checkbox {
	float: left;
}
.copy_shipping label {
	margin-top: 0px;
}
#ShippingSameCheckbox {
	margin-right: 5px;
}
.copy_shipping_info {
	margin-top: 20px;
	display: inline;
}
.copy_shipping_info label {
	margin-top: 0px;
}
input.checkbox {
	margin-right: 5px;
}

.store_dot {
	content: url(https://cdn.cd2learning.com/CD2_web/store/dot.png);
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
.active .store_dot {
	content: url(https://cdn.cd2learning.com/CD2_web/store/active_dot.png);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.checkout_progress_bar .flex-container > div {
	width: 135px;
	margin: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 30px;
	cursor: pointer;
}

.checkout_progress_bar .store_dot {
	background-color: white;
}

.checkout_progress_bar .active .store_dot {
	content: unset;
	height: 17px;
	width: 17px;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	margin-top: 5px;
	padding: unset;
}

.checkout_progress_bar .active .inner_dot {
	height: 11px;
	width: 11px;
	border: 1px solid var(--Primary, #337ab7);
	border-radius: 50%;
	background: var(--Primary, #337ab7);
	margin: 0 auto;
	margin-top: 2px;
}

.checkout_progress_bar .breadcrumb_disabled .store_dot {
	content: unset;
	height: 12px;
	width: 12px;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	margin-top: 8px;
}

.checkout_progress_bar .breadcrumb_disabled .inner_dot {
	height: 8px;
	width: 8px;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	background: #d1d1d1;
	margin: 0 auto;
	margin-top: -7px;
}

/*---- Dot Hover States -----*/
/*Text Hover*/
.checkout_progress_bar .flex-container > div:hover p:hover {
	color: #333333;
}
/*Dot Hover*/
.checkout_progress_bar .flex-container > div:hover .store_dot {
	content: url(https://cdn.cd2learning.com/CD2_web/store/dot_over.png);
}
/*Dot Active*/
.checkout_progress_bar .flex-container .active:hover .store_dot {
	content: url(https://cdn.cd2learning.com/CD2_web/store/active_dot.png);
}
/*---- DISABLED STATES HOVER STATES -----*/
/*Text Hover*/
.checkout_progress_bar .flex-container > div.breadcrumb_disabled:hover p:hover {
	color: #7f7f7f;
	cursor: default;
}
/*Dot Hover*/
.checkout_progress_bar
	.flex-container
	> div.breadcrumb_disabled:hover
	.store_dot {
	content: url(https://cdn.cd2learning.com/CD2_web/store/dot.png);
	cursor: default;
}
.breadcrumb_disabled:hover,
.breadcrumb_disabled .store_dot:hover {
	cursor: default;
}
.checkout_progress_bar .flex-container > div.breadcrumb_disabled {
	cursor: default;
}

.checkout_progress_bar .flex-container > div.active:hover .store_dot {
	content: unset;
}

.checkout_progress_bar
	.flex-container
	> div.breadcrumb_disabled:hover
	.store_dot {
	content: unset;
}

.checkout_progress_bar
	.flex-container
	> div.breadcrumb_disabled:hover
	.store_dot
	.inner_dot {
	background: var(--Primary, #337ab7);
	border-color: var(--Primary, #337ab7);
}

/*------------------------------------------------------------------------ Store Validation Styles ------------------------------------------------------------------------*/

#PasswordRequirementCheck ul {
	list-style: none;
	margin: 8px 0px 5px -15px;
}
#PasswordRequirementCheck ul li {
	/* color: #c09853; */
	font-size: 14px;
}
#PasswordRequirementCheck li span {
	font-weight: bold;
}
.checkout_box .k-widget.k-tooltip-validation {
	/* border-color: #fbeed5;
    background-color: #fcf8e3;
    color: #c09853; */
	border: none;
	background-color: unset;
	color: red;
	text-align: left;
	border-radius: 0;
	padding: 5px 20px 5px 10px;
}
.reviewcart_summary_box p {
	font-size: 12px;
}
.reviewcart_summary_box #PrivacyStatement {
	margin-top: 20px;
}
.checkout_step_number {
	height: 30px;
	width: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	margin-top: -10px;
	padding: 3px 0px 0px 0px;
}
#ddlPaymentMethodID {
	margin-top: 25px !important;
}
#ddlPaymentMethodID.form-control,
#StateBilling.form-control,
#CountryBilling.form-control {
	-webkit-border-radius: 0px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	padding: 0.5em;
	padding-right: 1.5em;
	box-shadow: none;
}

#StoreSignIn div.col-md-12,
#RegisterBox div.col-md-12 {
	padding-inline: unset;
}
#StoreSignIn #PasswordSection #label_password {
	margin-top: 5px;
}
#StoreSignIn #PasswordSection > div {
	margin-bottom: 20px;
}

#RegisterBox #InputSection .col-md-12 {
	margin-bottom: 10px;
}

#StoreSignIn .field-validation-error,
#RegisterBox .k-widget.k-tooltip-validation,
#RegisterBox #PasswordRequirementCheck {
	padding-left: 15px;
}
#RegisterBox #PasswordRequirementCheck ul li {
	color: red;
}

/*---- Order Confirmation Page -----*/
.order_confirmation {
	margin-bottom: 40px;
}
.order_confirmation h3 {
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
	text-align: center;
}
.order_confirmation p {
	margin: 0px;
}
.order_message {
	background-color: rgb(0 0 0 / 5%);
	padding: 20px 60px;
	text-align: center;
}
.order_row {
	border-bottom: 2px solid #ddd;
	padding-bottom: 40px;
	padding-top: 40px;
}
.order_summary {
	margin-top: 40px;
}
.order_summary h4 {
	text-transform: capitalize;
	margin-bottom: 0px;
	text-align: center;
}
.order_summary_header {
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
}
.order_summary_header p {
	text-align: center;
}
.order_summary_header a {
	text-align: center;
	display: block;
}
.order_item_thumbnail_container {
	width: 100%;
	height: 115px;
	overflow: hidden;
	border-radius: 13px;
}
.order_item_thumbnail {
	border-radius: 13px;
	width: 100%;
}
.order_item_name {
	padding-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
@media (max-width: 375px) {
	.order_item_name {
		padding-top: 0px;
	}
}
.order_item_details p {
	text-align: left;
	margin: 0px;
	padding-left: 20px;
}
.order_item_bottom_row {
	padding-left: 0px;
	display: inline;
}
.order_totals {
	padding: 20px 0;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
}
.order_buttons {
	margin-top: 60px;
}

/*---- Full Screen Overlay - Loading GIF -----*/
.fullscreen_overlay_loading_gif {
	opacity: 0.9;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	z-index: 1000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullscreen_overlay_loading_gif div {
	padding-top: 200px;
}
.category_header {
	background-color: #2b7eb0;
	margin-bottom: 30px;
}

/*------------------------------------------------------------------------ Cart Drop Down ------------------------------------------------------------------------*/
#main_nav .cart_dropdown {
	background-color: #fff;
	width: 410px;
	z-index: 9999999;
	position: absolute;
	top: 109px;
	right: 242px;
	padding: 20px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
}
.cart_title {
	font-size: 24px;
	color: #434343;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: left;
}
.cart_product_window {
	/*background-color:#f0f0f0;*/
	border-bottom: 1px solid #f0f0f0;
	max-height: 235px;
	width: 100%;
	margin-bottom: 17px;
	padding: 5px 5px 0px 5px;
	overflow-y: scroll;
}
.cart_total {
	font-size: 20px;
	color: #434343;
	font-weight: 400;
	float: left;
}
.cart_total_price {
	font-size: 20px;
	color: #434343;
	font-weight: 400;
	float: right;
}
.cart_dropdown a.btn-cart {
	background: #337ab7;
	color: white;
	text-shadow: none;
	font-size: 19px;
	padding: 10px 32px;
	width: 100%;
	border-radius: 30px;
	font-weight: 400;
	margin-top: 12px;
}
.cart_dropdown a.btn-cart:hover {
	background-color: #168cc1;
	color: white;
}
.cart_dropdown a.btn-cart_disabled {
	background: #017bbc30;
	cursor: not-allowed;
	text-shadow: none;
	font-size: 19px;
	padding: 15px 32px;
	width: 100%;
	font-weight: 400;
	margin-top: 60px;
	display: block;
	border-radius: 12px;
}
.cart_dropdown a.btn-cart_disabled:hover {
	background: #e8e8e8;
	border-color: #e8e8e8;
	color: #f7f7f7;
}
/*-------- Cart Inner Items ---------*/
.cart_items {
	background-color: white;
	/*height:130px;*/
	width: 100%;

	color: #424242;
	font-weight: 400;
	padding: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #f0f0f0;
}
.cart_items:last-child {
	border: 0;
}
/*.cart_image_container {
    width:103px;
}*/
.cart_items .cart_image_container img {
	width: 120px;
	border-radius: 6px;
	height: auto;
}
.cart_item_details {
	float: right;
	position: relative;
	bottom: 0;
	width: 100%;
	margin-left: 15px;
	height: 99px;
	overflow: hidden;
}
.cart_item_upper {
	width: 100%;
}
.cart_item_title {
	font-size: 15px;
	float: left;
	width: 85%;
	height: 85px;
	overflow: hidden;
}
.cart_item_delete {
	font-size: 11px;
	float: right;
	width: 21px;
	height: 21px;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: red;
	border-radius: 50px;
	padding-top: 3px;
}
.cart_item_lower {
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.cart_item_quantity {
	font-size: 14px;
	float: left;
}
.cart_item_price {
	font-size: 16px;
	float: right;
}
/*------------------------------------------------------------------------  Product Page ------------------------------------------------------------------------*/

.store_product_container .container .row {
	margin-bottom: 100px;
}
.store_product_breadcrumb {
	background-color: #376cac;
	width: 100%;
	padding: 15px;
}
.store_product_breadcrumb p {
	color: #fff;
	font-size: 16px;
	margin: 0px;
}

.store_product_padding {
	padding: 50px 0px;
}
#ProductPage .store_product_padding {
	padding: 30px;
}
#ProductPage .container {
	width: unset;
}
.product_img {
	border-radius: 20px;
	overflow: hidden;
	width: 250px;
	height: 250px;
}

.product_img img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	margin: auto;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	.product_img img {
		width: 200px;
		height: 200px;
	}
	.product_img {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 991px) {
	.product_img img {
		width: 150px;
		height: 150px;
	}
	.product_img {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 767px) {
	.product_img img {
		width: 100%;
		height: 250px;
	}
	.product_img {
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}
}
.product_presenter {
	color: #717171;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.product_card_title,
.product_cardtitle {
	color: #444;
	font-size: 30px;
	font-weight: 400;
	max-height: 70px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	margin: 2px 0px 2px 0px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product_card_price {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: 67px;
	line-height: 0;
}
.product_title {
	color: #444;
	font-size: 30px;
	font-weight: 400;
}
.product_price {
	color: #444;
	font-size: 22px;
	font-weight: 400;
	margin-left: 50px;
	display: inline-block;
}
.product_description p {
	color: #333;
	font-size: 16px;
	line-height: 26px;
}
.product_description p span,
.product_presenter p span {
	font-weight: 400;
	color: #656565;
}
#ShowNumberToAdd {
	margin-bottom: 15px;
	display: inline-block;
}
/*Unlimited Qty dropdown*/
#ShowNumberToAdd input {
	/*    height: 34px;
    width: 43px;
    padding-left: 8px;
    text-align: center;*/
	/*margin-right: 10px;*/
}
/*Radio Button*/
#ProductPage #ShowNumberToAdd input {
	margin-right: 10px;
	padding-left: 8px;
	text-align: center;
	margin-bottom: 16px;
	height: 14px;
	width: 12px;
}
#ProductPage #ShowNumberToAdd {
	margin-bottom: 20px;
}
/*------------------------------------------------------------------------ Event Pages ------------------------------------------------------------------------*/
.store_events_header {
	background-color: #376cac;
	width: 100%;
	padding: 15px;
	font-size: 36px;
	color: white;
}
.event.row {
	padding: 50px 0px;
	border-bottom: 1px solid #ddd;
}
.event.row:hover {
	background-color: #f1f1f1;
}
.event.row img {
	margin-top: 25px;
	width: 100%;
}
.event-title a {
	color: #009bda;
	font-size: 28px;
	font-weight: 300;
}
p.event-description {
	color: #333;
	font-size: 16px;
	line-height: 26px;
}
.event.row .btn-package {
	background-color: #d77722;
	border-color: #d77722;
	color: white;
	width: 100%;
	background-image: none;
	box-shadow: none;
	margin-top: 10px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 12px;
}
.event.row .btn-package:hover {
	background-color: #bb651a;
	border-color: #bb651a;
}
.store_cat_header p {
	font-size: 15px;
	line-height: 24px;
	word-spacing: 1px;
}
/*------------------------------------------------------------------------ Grid View Fixes - PBN ------------------------------------------------------------------------*/
/*Tile - Title*/

.product_card_description {
	color: #454545;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 34px;
}
.product_card_description div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* The following styles as well as the commented out styles were changed to fix card description discrepencies */
.product_card_description,
.product_card_description h1,
.product_card_description h2,
.product_card_description h3,
.product_card_description h4,
.product_card_description span,
.product_card_description p,
.product_card_description strong {
	color: #454545 !important;
	font-size: 14px !important;
	line-height: 17px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	font-family: Lato, sans-serif !important;
}
.product_card_description h4:not(first-child),
.product_card_description img:not(first-child) {
	display: none;
}
.product_card_description :first-child {
	display: inline;
}
/* .product_card_description span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_card_description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_card_description strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
/*Hides Short Description but leaves presenter*/

.store_product_container .presenter {
	color: #454545;
	font-size: 17px;
	margin: -5px 0px 15px 0px;
}
/*-------- Packages ---------*/
.variant-tile-card .presenter {
	display: none;
}
/*Hides Package Description on Cat Page*/
.variant-tile-card .package_description_productpage {
	display: none;
}
/*Hides Cat Page Package Description on Product Pages*/
.store_product_container .package_description_catpage {
	display: none;
}
/*------------------------------------------------------------------------ Presenters Section ------------------------------------------------------------------------*/
.product_img_wht_stroke img {
	border: 5px solid white;
}
.presenters_sessions_listitem {
	background-color: white;
	color: black;
	padding: 40px;
	border: 1px solid white;
	border-radius: 6px;
}
.presenters_sessions_listitem:hover {
	border: 1px solid #ddd;
}
.presenters_sessions_section_header {
	font-size: 24px;
	padding: 20px 0px;
}
.presenters_sessions_listitem_title {
	font-size: 24px;
	margin-bottom: 15px;
}
.presenters_sessions_listitem_details {
	font-size: 14px;
	font-weight: bold;
}
.presenters_sessions_listitem_details span {
	font-weight: normal;
	margin-right: 21px;
}
/*---------------------------------------------------------- Category Page Styles ----------------------------------------------------------*/
#ExternalStoreCategoriesListViewDiv .item-image img {
	height: 100%;
	width: auto;
}
#ExternalStoreCategoriesListViewDiv .content-title {
	overflow: hidden;
	font-size: 17px;
	color: #454545;
	margin-bottom: 3px;
	font-weight: 400;
	padding-left: 25px;
}
#ExternalStoreCategoriesListViewDiv .content_discription {
	height: 50px;
	padding: 0px 25px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}
/*Button*/
#ExternalStoreCategoriesListViewDiv #main_nav a.btn-login {
	background-color: #1c9bd4;
	background: #1c9bd4;
	border-color: #1c9bd4;
	color: white;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 14px;
	padding: 6px 32px;
	margin-left: 12px;
}

.btn-search {
	border: 1px solid #ccc !important;
}

.searchbar {
	min-width: 300px;
	margin-bottom: 10px;
}

#searchContent {
	font-size: 15px;
	border-radius: 20px 0px 0px 20px !important;
	height: 40px !important;
	padding-left: 25px !important;
	z-index: 1;
}

/*Grid/Table*/
#ExternalStoreCategoriesListViewDiv #grd_InternalStore {
	border: 1px solid #ddd;
	border-radius: 0;
}
#ExternalStoreCategoriesListViewDiv tr:last-child td {
	border: none;
}
#ExternalStoreCategoriesListViewDiv .k-grid tr {
	height: 150px;
}
#ExternalStoreCategoriesListViewDiv tr {
	background-color: #fcfcfc !important;
}
#ExternalStoreCategoriesListViewDiv tr:hover {
	background-color: #ececec !important;
}
#ExternalStoreCategoriesListViewDiv tr td {
	border: none;
	height: 150px;
	border-bottom: 1px solid #ececec;
}
#UseForLoginOrDashboard {
	display: flex;
}
#ShowNumberToAdd input {
	/*margin-right: 10px;*/
	height: 36px;
	padding: 5px;
	width: 45px;
	text-align: center;
	font-weight: 400;
}
/* Chrome, Safari, Edge, Opera */
#ShowNumberToAdd input::-webkit-outer-spin-button,
#ShowNumberToAdd input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
#ShowNumberToAdd input[type="number"] {
	-moz-appearance: textfield;
}

/*---------------------------------------------------------------- Store List View ----------------------------------------------------------------*/

.list-table tr td {
	border: none !important;
	height: 150px;
	border-bottom: 1px solid #ececec !important;
}
.list-table .content-title {
	overflow: hidden;
	font-size: 22px;
	color: #454545;
	margin-bottom: 3px;
	font-weight: 400;
	text-align: left;
}
.list-table .content_discription {
	height: 50px;
	width: 79%;
	overflow: hidden;
	font-size: 13px;
	line-height: 23px;
	text-align: left;
}
.list-table .content_date,
.list-table .content_location,
.list-table .content_notes {
	font-size: 13px;
	word-spacing: 1px;
	text-align: left;
}
.list-table .content_date span,
.list-table .content_notes span,
.list-table .content_location span {
	font-weight: bold;
	color: #454545;
}
.list-table .content_price {
	font-size: 14px;
	font-weight: bold;
}
.list-table tr {
	background-color: #fcfcfc !important;
}
.list-table tr:hover {
	background-color: #ececec !important;
}
.list-table tr td {
	border: none;
	height: 150px;
	border-bottom: 1px solid #ececec;
}
/*.list-table tr:last-child td {
    border: none;
}*/
.list-table .k-widget,
.list-table .k-button {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.list-table #grd_InternalStore {
	border: 1px solid #ddd;
	border-radius: 0;
}

.list-table tr:hover {
	cursor: pointer;
}
.live_callout_listview {
	background-color: #10b3a3;
	color: white;
	border-radius: 0px;
	padding: 6px 12px;
	font-size: 12px;
	width: 25px;
	position: relative;
	top: -210px;
	left: 0px;
	margin-bottom: -28px;
}

.variant_class label {
	font-size: 18px;
	padding-right: 10px;
	display: block;
}
.variant_class select {
	padding: 10px 5px;
	border-radius: 6px;
	width: 60%;
}
@media (max-width: 565px) {
	.variant_class select {
		width: 90%;
	}
}
.number_restricted {
	display: inline-block;
}
.number_restricted select {
	font-size: 23px;
	padding: 10px;
	border-radius: 8px;
}
.variant_container {
	display: flex;
}
.variant_container span {
	border-radius: 100px;
	height: 100px;
	width: 100px;
	background-color: #fff;
	border: 2px solid #adadad;
	color: #adadad;
	/* padding-top: 38px; */
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
	/* vertical-align: middle; */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 395px) {
	.variant_container span {
		height: 90px;
		width: 90px;
		font-size: 12px;
	}
}
.variant_container span:hover {
	background: #00000017;
	color: #8a8a8a;
	cursor: pointer;
}
.variant_container .selected:hover {
	border-color: var(--Primary, #2b7eb0);
	background: var(--Primary, #2b7eb0);
	filter: brightness(0.8);
	color: white;
}
.variant_container .selected {
	background-color: var(--Primary, #2b7eb0);
	border-color: var(--Primary, #2b7eb0);
	color: #fff;
}
/*Design System Temp Overrides */
.hover_btn {
	background-color: var(--Primary, #2e6da4);
}
.hover-text a:hover {
	background-color: var(--Primary, #2e6da4);
	color: #fff !important;
	text-decoration: none !important;
	border-color: var(--Primary, #2e6da4);
}
/* The following style fixes the hover button on product cards */
.product_card_overlay a {
	color: white;
	font-size: 18px;
	position: absolute;
	text-align: center;
	width: 175px;
	line-height: 2em;
	letter-spacing: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.ds_btn {
	border-radius: 50px !important;
	height: 40px !important;
	padding: 6px;
	font-size: 18px !important;
	margin-bottom: 20px !important;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	/* border: 0px; */
}
.primary {
	background-color: #2b7eb0;
	color: #fff;
	border-color: #2b7eb0;
}
.primary:hover {
	background-color: #2d6392;
	color: #fff !important;
	text-decoration: none !important;
	border-color: #2d6392;
}
.btn-Add-to-Cart {
	margin-left: 0px;
	width: 50%;
}
@media (max-width: 524px) {
	.btn-Add-to-Cart {
		margin-left: 5%;
		width: 90%;
	}
}
.btn-Add-to-Cart:hover {
	background-color: #286090 !important;
	border-color: #286090 !important;
	color: white !important;
}
.toast-container {
	width: 300px !important;
}
.toast-type-warning {
	border-color: #2b7eb0 !important;
	background: #fffefe !important;
	color: black !important;
	font-weight: 600 !important;
	padding: 25px 15px !important;
	border-radius: 15px !important;
}
.toast-type-notice {
	border-color: #2b7eb0 !important;
	background: #fffefe !important;
	color: black !important;
	font-weight: 600 !important;
	padding: 25px 15px !important;
	border-radius: 15px !important;
}

/* Fixes Mobile Cart Qty Cutoff */
@media (max-width: 565px) {
	.cartpopup_title {
		width: 100%;
	}
	.cartpopup_price.pull-right {
		display: table;
		float: left !important;
		margin-top: 10px;
	}
	.cartpopup_img {
		width: 100px;
		height: 100px;
	}
	.cartpopup_qty,
	.cartpopup_qty .small_form_field {
		min-width: 135px;
	}
	/* #main_nav .navbar {
        display: none;
    } */
}
/* End Cart Qty Cutoff */
