canvas#pdf-modal-canvas {
    width: 100%;
}
div#pdp-financing > h2 {
  display: none;
}
.affirm svg {
  max-width: 150px;
  display: block;
  margin: 20px auto;
}
.multiple a.badge-image {
  height: 100px;
  width: 100px;
  margin: auto;
}
.badge-image {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 200px;
  background-position: top center;
  display: block;
}
.badge-widget ul.list{
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px;
}
.badge-widget ul.list li{
  margin: 0;
}
.badge-widget a {
  text-decoration: underline;
  font-weight: 400;
  color: #666;
  font-size: 17px;
}
.acclaim-logo {
  background-image: url("../../Itskills_Gamification/images/acclaim-logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 60px;
  margin: 10px 0;
}
.badge-widget.loading, .badge-widget .loading,
.salary-widget.loading, .salary-widget .loading {
  position: relative;
  display: block;
  min-height: 50px;
}
.badge-widget .loading::after,
.badge-widget.loading::after,
.salary-widget .loading::after,
.salary-widget.loading::after{
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 99;
  background-image: url("../../Itskills_ExpertConnect/images/show_loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px;
  position: absolute;
  background-color: #fff;
}
body.catalog-product-view .hide-subs .head.single-tabs{
    margin:0px;
}
body.catalog-product-view .product-info-price{
  display: none;
}
body.catalog-product-view .group-course-info-wrapper .enrollments.tag {
    display: block;
    text-align: center;
    margin: 0;
}
body.catalog-product-view .tag.enrollments {
  background-color: #7d0d41 !important;
  color: #fff;
  border-radius: 5px;
}
body.catalog-product-view .group-custom-tab {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
body.catalog-product-view .group-custom-tab.sub
{
  position: relative;
}
body.catalog-product-view .group-custom-tab.active {
    background: #E5F6FE;
}
body.catalog-product-view .group-custom-tab input[type="radio"] {
    display: inline-block;
}
body.catalog-product-view .group-course-info-inner {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
body.catalog-product-view .group-course-info-wrapper .common-info {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    padding: 0px 10px;
    box-sizing: border-box;
}
body.catalog-product-view .each-row .notification-mesage{
  padding-bottom: 20px;
}
body.catalog-product-view div.inline-price-box {
    text-align: right;
    font-style: italic;
    font-size: 24px !important;
}
body.catalog-product-view .group-course-info-wrapper .each-row-action-box {
    text-align: right;
}
body.catalog-product-view .group-course-info-wrapper .inline-discount-box {
    text-decoration: line-through;
    float: right;
}
body.catalog-product-view .group-course-info-wrapper {
    padding: 5px 0px 10px;
    background: #F6F6F6;
}
body.catalog-product-view .group-course-info-wrapper .qty-box .input-text.qty {
    max-width: 55px !important;
    text-align: center;
}
body.catalog-product-view .group-info-about-title {
    font-size: 14px;
    font-weight: 700;
    color: #6E7176;
    padding-left: 10px;
}
body.catalog-product-view .group-info-desc {
    color: #8F9296;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 5px;
}
body.catalog-product-view .group-custom-tab label:after {
    content: "more info >";
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
}
body.catalog-product-view .group-custom-tab label {
    display: block;
    padding: 15px 10px;
}
body.catalog-product-view .select-dates-heading{
    font-weight: 300;
    line-height: 1.1;
    font-size: 24px;
    margin-bottom: 1rem;
    color: #1e71aa;
    text-transform: capitalize;
}
body.catalog-product-view .select-date-content-sub{
    color: #999;
    margin-bottom: 10px;
}
body.catalog-product-view .course-name-tab-custom {
    text-transform: capitalize;
    font-size: 14px;
    background: #093956;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.badge-img.bg-certificate-download {
    width: 64px; height: 64px;
    background: url("../../Magento_Catalog/images/course_att_sprite.png") -10px -10px;
}
.badge-img.bg-course-pdf {
    width: 64px; height: 64px;
    background: url("../../Magento_Catalog/images/course_att_sprite.png") -94px -10px;
}
.badge-img.bg-difficulty {
    width: 64px; height: 64px;
    background: url("../../Magento_Catalog/images/course_att_sprite.png") -10px -94px;
}
.badge-img.bg-duration {
    width: 64px; height: 64px;
    background: url("../../Magento_Catalog/images/course_att_sprite.png") -94px -94px;
}
.badge-img.bg-learning-style {
    width: 64px; height: 64px;
    background: url("../../Magento_Catalog/images/course_att_sprite.png") -178px -10px;
}
body.catalog-product-view .course-name-tab-custom .course-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 150px);
}
body.catalog-product-view .modal-select-dates .row-head {
    padding: 0px 20px;
    font-size: 14px;
}
body.catalog-product-view .modal-select-dates .modal-inner-wrap {
    max-width: 700px;
}
body.catalog-product-view ul.group-products
{
  margin-top: 10px;
}
body.catalog-product-view ul.group-products .courses
{
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
body.catalog-product-view ul.group-products .courses:last-child
{
  border-bottom: 0;
  margin-bottom: 0;
}

body.catalog-product-view .modal-select-dates .default-auth-img {
    width: 50px;
    height: 50px;
}
body.catalog-product-view .course-name-tab-custom div#vilt-select-timezone {
    font-size: 12px;
}
body.catalog-product-view .modal-select-dates button.action.primary.tocart {
    float: right;
    margin: 10px 0px;
}

body.catalog-product-view .cta-caption
{
  font-weight: 700;
  font-size: 16px;
}
body.catalog-product-view .pdp-header-btn div:nth-child(n+2) .cta-caption
{
  padding-left: 5px;
}
body.catalog-product-view .dynamic-sub-btn .tag.enrollments{
  margin-top: 5px;
}

body.catalog-product-view .for-business,
body.catalog-product-view .dynamic-sub-btn .tag.enrollments,
body.catalog-product-view .btn.btn-primary,
body.catalog-product-view .pdp-header-btn button.action.primary.tocart {
  transition: all 0.5s cubic-bezier(0.5, -2, 0, 3) !important;
}
body.catalog-product-view .btn.btn-primary,
body.catalog-product-view .pdp-header-btn button.action.primary.tocart,
body.catalog-product-view .pdp-sticky-header-container .container button.action.primary.tocart{
  position:relative;
  top: 0px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  padding: 18px;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}
body.catalog-product-view .transition,
body.catalog-product-view .pdp-header-btn button.action.primary.tocart.transition{
  opacity: 0 !important;
  transform: scale(0.5) !important;
}
body.catalog-product-view .pdp-header-btn .dynamic-sub-btn button.action.primary.tocart,
body.catalog-product-view .pdp-sticky-header-container .container button.action.primary.tocart {
  background: rgb(21, 120, 70);
}
body.catalog-product-view .pdp-sticky-header-container .container button.action.primary.tocart {
  display:none;
  position: absolute;
  z-index: 9999;
}


body.catalog-product-view .pdp-sticky-header-container.sticky .container button.action.primary.tocart {
  display:block !important;
}
body.catalog-product-view .pdp-header-btn .dynamic-sub-btn button.action.primary.tocart:hover,
body.catalog-product-view .pdp-sticky-header-container .container button.action.primary.tocart:hover{
  background: #57b975;
  transition: all 0.5s ease !important;
}
body.catalog-product-view .each-row-action-box .qty-box{
  margin:10px;
}
.for-business .action.btn.btn-primary.preview
{
  display: inline-block;
  height: auto;
  padding: 15px 20px;
}
body.catalog-product-view .pdp-header-btn .action.btn.btn-primary.preview
{
  box-shadow:none !important;
  background-color: #0c5d8f !important;
}
body.catalog-product-view .pdp-header-btn .action.btn.btn-primary.preview:hover{
  background-color: #337ab7 !important;
  transition: all 0.5s ease !important;
}
body.catalog-product-view .sold-out-dates-error, .error {
    color: #ff0000;
    font-size: 10.5px;
}
body.catalog-product-view .hide{
  display: none;
}

/* begin - group product outline */
body.catalog-product-view .accordion-body.showOutline .sub-products li .hits::before{
    content: attr(data-n);
    position: absolute;
    left: -32px;
    top: 50%;
    margin-top: -9px;
    color: #fff;
    z-index: 1;
    font-size: 10px;
    width: 20px;
    text-align: center;
}
body.catalog-product-view .accordion-body.showOutline {
  position: relative;
  padding: 0 !important;
}
body.catalog-product-view .accordion-body.showOutline ul.sub-products > li:before,
body.catalog-product-view .accordion-body.showOutline .result-sub-content .inline-list > li:before {
    display: none !important;
}
body.catalog-product-view .accordion-body.showOutline .result-sub-content .inline-list{
    margin-left: 0 !important;
}
body.catalog-product-view .accordion-body.showOutline .result-sub-content .inline-list > li {
    font-size: 10px !important;
}
body.catalog-product-view .accordion-body.showOutline .text-muted p {
    font-size: 12px !important;
    color: #9b9b9b !important;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view .result:hover {
    background-color:#E5F6FE;
}
body.catalog-product-view .accordion-body.showOutline .group-custom-outline-tab + .group-outline-wrapper {
    display: none;
}
body.catalog-product-view .accordion-body.showOutline .group-custom-outline-tab.active + .group-outline-wrapper {
    display: block;
}
body.catalog-product-view .bundle-child-course-detail-modal .modal-footer{
  display: none;
}
body.catalog-product-view .bundle-child-course-detail-modal .modal-inner-wrap{
  top:10px;
  max-height: calc(100% - 100px);
}
body.catalog-product-view div#bundle-child-course-detail-modal li {
    display: inherit;
}
body.catalog-product-view .accordion-body.showOutline .result-wrapper {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19),0 2px 4px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19),0 2px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19),0 2px 4px 0 rgba(0,0,0,0.2);
  margin-bottom: 15px;
  position: relative;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view .result {
  position: relative;
  border: none !important;
  margin: 0 !important;
  padding: 10px !important;
  display: block;
  background-color: #fff;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view .result .left-bar {
  content: "";
  display: block;
  background-color: #126499;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view .result-content {
  margin-left: 20px;
  margin-right: 100px;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view .result .result-title {
  font-size: 18px !important;
  color: #126499 !important;
  font-weight: 300;
  text-align: left !important;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view ul.inline-list {
  margin-top: 15px;
  font-size: 12px;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view ul.inline-list li {
  background-color: #eee;
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 4px;
  color: #fff;
  margin-bottom: 6px;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view .inline-btns {
  position: absolute;
  right: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  background-color: #0B3956;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view .middle-btns {
  padding: 10px 30px;
}
body.catalog-product-view .accordion-body.showOutline .custom-list-view a.btn-circle {
  margin-bottom: 2px;
  border-radius: 25px;
  background-color: #0B3956!important;
  border: 1px solid #ccc !important;
  color: #fff !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 12px 20px;
}
body.catalog-product-view .accordion-body.showOutline a.btn-circle>span {
  font-size: 16px;
}
body.catalog-product-view .accordion-body.showOutline .sub-category {
  margin-top: 10px;
}
body.catalog-product-view .accordion-body.showOutline .sub-products {
  padding-left: 20px;
  border-left: 1px solid #093956;
  margin-left: 20px;
}
body.catalog-product-view .accordion-body.showOutline .sub-products > li::after {
  content: "\f111";
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -18px;
  font-family: 'FontAwesome';
  color: #093956;
  font-size: 24px;
}
body.catalog-product-view .accordion-body.showOutline .sub-products > li {
  position: relative;
  display: inherit !important;
}
body.catalog-product-view .accordion-body.showOutline .category-description p{
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  font-weight: 300;
}
body.catalog-product-view .accordion-body.showOutline .category-description strong {
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}
body.catalog-product-view .accordion-body.showOutline .category-description li {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 16px;
}
body.catalog-product-view .accordion-body.showOutline .thin-title{
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
}
body.catalog-product-view .accordion-body.showOutline .sub-category .category-title{
  background-color: #0B3956 !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 10px 0 10px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
/* end - group product outline */
body.catalog-product-view .modal-popup.custom-block-customer-register header.modal-header {
	display: none;
}
body.catalog-product-view h1.page-title {
	font-size: 46px !important;
	line-height: 1.125;
	font-weight: 300;
	color: #0b3956;
}
body.catalog-product-view .product-primary-column, body.catalog-product-view .product-lower-primary-column li, body.catalog-product-view .product-lower-primary-column div, body.catalog-product-view .product-lower-primary-column p {
	font-size: 16px;
	font-weight: 300;
	color: #0b3956;
}
body.catalog-product-view .active.open-tiers .inline-discount {
	background-color: #edf8ff !important;
}
body.catalog-product-view .course-options .benefit {
	color: green;
}
body.catalog-product-view .course-options .open-tiers a.team-pricing::after {
	content: '\e622';
}
body.catalog-product-view .course-options a.team-pricing::after {
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
	content: '\e608';
	font-family: 'icons-blank-theme';
	vertical-align: top;
	top: -8px;
	position: relative;
}
body.catalog-product-view .course-options .open-tiers+.tiers {
	display: table-row;
	border-top: none !important;
}
body.catalog-product-view .course-options .tiers {
	display: none;
}
body.catalog-product-view .course-options .active+tr.tiers td, body.catalog-product-view .course-options .active+tr.tiers .prices-tier {
	background-color: #edf8ff;
}
body.catalog-product-view .course-options .prices-tier {
	display: none;
	font-weight: 200;
	position: absolute;
	right: 10px;
	left: 10px;
	margin-top: -150px;
	background-color: #edf8ff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(163, 163, 163, 0.37);
	-moz-box-shadow: 0px 0px 5px 1px rgba(163, 163, 163, 0.37);
	box-shadow: 0px 0px 5px 1px rgba(163, 163, 163, 0.37);
	padding: 20px;
	z-index: 200;
}
body.catalog-product-view .inline-price-box .price-box {
	display: inline-block;
}
body.catalog-product-view .products-upsell .inline-btns span.btnvalue-alg, body.catalog-product-view .products-related .inline-btns span.btnvalue-alg {
	display: none
}
 @media (max-width: 768px) {
body.catalog-product-view .course-options .prices-tier {
	top: 15px;
}
body.catalog-product-view .team-pricing-label br {
	display: none !important;
}
body.catalog-product-view .each-row-action-box > div {
	display: block !important;
}
body.catalog-product-view .header-primary-container {
	background-color: transparent!important;
	background: transparent!important;
}
.badge {
	margin-bottom: 10px;
}
body.catalog-product-view .product-details-head .inline-list {
	display: flex;
	flex-wrap: wrap;
}
}
body.catalog-product-view .course-options .tier-info:hover .prices-tier {
	display: block;
}
body.catalog-product-view .video iframe {
	width: 100%;
}
body.catalog-product-view .block-title.title strong#block-related-heading, body.catalog-product-view .block-title.title strong#block-upsell-heading {
	background: none !important;
	font-style: normal;
	margin: 0 !important;
	padding: 0 !important;
  color: #0b3956 !important;
}
body.catalog-product-view .block-title.title strong {
	font-size: 2.6rem !important;
}
body.catalog-product-view .block.upsell .block-title.title, body.catalog-product-view .block.related .block-title.title {
	border-color: currentColor !important;
	margin-top: 12px;
}
body.catalog-product-view .slider-arrows1-pos-top-right .owl-controls .owl-buttons {
	right: 10px;
	bottom: 0px !important;
	top: inherit !important;
}
body.catalog-product-view .product.data.items.style1>.item.title {
	box-sizing: border-box;
	float: none;
	width: 100%;
}
body.catalog-product-view .product.data.items.style1>.item.content {
	box-sizing: border-box;
	display: block;
	float: none;
	margin: 0;
}
body.catalog-product-view .course-outline {
	border: none !important;
}
body.catalog-product-view .ui-accordion-header {
	display: none;
}
body.catalog-product-view .product.data.items.style1 .item.title.active a:after {
	content: '\e621';
}
body.catalog-product-view .product.data.items.style1 .item.title a:after {
	-webkit-font-smoothing: antialiased;
	font-size: 36px;
	line-height: inherit;
	color: inherit;
	content: '\e622';
	font-family: 'icons-blank-theme';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	top: 0;
}
body.catalog-product-view .product-details-head {
	padding-top: 34px;
	padding-bottom: 7px;
}
body.catalog-product-view .product-reviews-summary.empty {
    display: none;
}
body.catalog-product-view .product-details-head .bg-image {
	/*  background-image: url("../images/qs-portals-cropped-2-2.jpg") !important;
  background-attachment: fixed;
  background-position: center top !important;
  background-repeat: no-repeat;
  background-size: contain;*/
	background-color: #ffffff;
}
body.catalog-product-view .tempB-dates div:first-child {
	display: block;
	width: 100%;
	margin: 0;
}
body.catalog-product-view .tempB-dates div {
	display: none;
}
body.catalog-product-view .tempB-attributes h2 {
	font-weight: 200;
	margin: 0;
}
body.catalog-product-view .tempB-attributes li {
	padding: 0px;
}
body.catalog-product-view .course-options .hide {
	display: none !important;
}
body.catalog-product-view .table.course-options.disabled input[type=radio], body.catalog-product-view .table.course-options.disabled tbody > tr {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.5;
}
body.catalog-product-view button.blue {
	background-color: #377bb5 !important;
	border: 1px solid #0c5d8f;
}
body.catalog-product-view .collateral-tabs .data.item.title.active>a.data.switch, body.catalog-product-view .collateral-tabs .data.item.title>a.data.switch, body.catalog-product-view .course-options thead > tr:first-child > th {
	background-color: #0B3956 !important;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: 50px !important;
	line-height: 50px !important;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #fff;
}
body.catalog-product-view .course-options tbody > tr {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*border-top: 1px solid #eee;*/
	cursor: pointer;
}
body.catalog-product-view .course-options tbody > tr:hover {
	background-color: #f0f0f0;
}
body.catalog-product-view .course-options tbody > tr.active > td {
	background-color: #e5f4ff;
}
body.catalog-product-view table.table.course-options {
	margin-top: 0px;
}
body.catalog-product-view table.table.course-options > thead > tr > th {
	padding: 0;
}
body.catalog-product-view table.table.course-options > thead > tr > th > a {
	width: 100%;
	text-align: center;
	background-color: #f6f6f6;
	color: #093956;
	font-weight: bold;
}
body.catalog-product-view #vilt-select-timezone {
	float: right;
	font-weight: 100;
}
body.catalog-product-view #vilt-select-timezone label {
	text-transform: uppercase !important;
}
body.catalog-product-view .active-subs-tab a.action.primary.subs, body.catalog-product-view .active-individual-tab a.action.primary.individual {
	background-color: #093956;
	color: #fff;
}
body.catalog-product-view .price-label {
	display: none;
}
body.catalog-product-view .tier-info {
	margin-right: 5px;
	margin-bottom: 10px;
}
body.catalog-product-view .each-row-action-box .qty-box, body.catalog-product-view .each-row-action-box > div {
	display: inline-block;
}
body.catalog-product-view .each-row-action-box .action, body.catalog-product-view .each-row-action-box .input-text.qty {
	height: 50px;
}
body.catalog-product-view .inline-discount-box {
	display: inline-block;
}
body.catalog-product-view .inline-discount-box .price, body.catalog-product-view .inline-price-box .old-price .price {
	display: none;
}
body.catalog-product-view .inline-discount-box .old-price .price {
	display: inline !important;
	color: #5E5E5E;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.catalog-product-view .inline-price-box, body.catalog-product-view .inline-price-box .price {
	font-size: 26px !important;
	color: #004C7F;
	font-weight: 600;
	letter-spacing: -2px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.catalog-product-view .team-pricing-label {
	color: #1e71aa;
	text-decoration: underline;
	font-weight: 400;
	top: 10px;
	position: relative;
}
body.catalog-product-view .active .sessionTimeUnit {
	color: #333;
}
body.catalog-product-view .sessionTimeUnit {
	color: #1e71aa;
}
body.catalog-product-view .row-body {
	position: relative;
	display: none;
	padding-top: 10px;
	padding-right: 5px;
	background-color: #fff;
	cursor: default;
}
body.catalog-product-view .each-row.vilt-session.active .row-body {
	display: block;
}
body.catalog-product-view .each-row > td {
	padding-left: 0;
	padding-right: 0;
}
body.catalog-product-view .each-row .row-head {
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 10px 6px 10px 10px;
	cursor: pointer;
	position: relative;
	margin-right: 80px;
}
body.catalog-product-view .each-row.active .row-head {
	color: #333;
}
/*body.catalog-product-view .each-row.active .row-head::after {
	color: #666;
}
body.catalog-product-view .row-head::after {
	content: "More Info >";
	position: absolute;
	right: -75px;
	color: #ccc;
	font-size: 12px;
	top: 10px;
}*/
body.catalog-product-view .head.single-tabs a.action.primary {
	cursor: default;
	text-align: left;
}
/*body.catalog-product-view .control.qty .action.primary {
	 background: #5EB85B !important;
}
body.catalog-product-view .control.qty .action.primary:hover {
	 background: #459C43 !important;
}*/
body.catalog-product-view .each-row.od td, body.catalog-product-view .each-row.session-vilt td, body.catalog-product-view .each-row.subscription td {
	padding-top: 0;
	padding-bottom: 0;
}
body.catalog-product-view .form-phtml.active-subs-tab #vilt-classes-container {
	display: none;
}
body.catalog-product-view .form-phtml.active-individual-tab .each-row.od .row-body, body.catalog-product-view .form-phtml.active-subs-tab .each-row.subscription .row-body {
	display: block;
}
body.catalog-product-view .each-row.subscription.active .row-head {
	color: #333333;
}
body.catalog-product-view .each-row.subscription .row-head {
	color: #377bb5;
}
body.catalog-product-view .tag {
	background-color: #D8D8D8;
	padding: 3px 8px;
	border-radius: 0px;
	margin-right: 4px;
	color: #004C7F;
	margin-bottom: 6px;
	font-size: 10px;
	display: inline-block;
	font-weight: bold;
}
body.catalog-product-view .table.grouped > thead:first-child > tr:first-child > th {
	width: 50%;
}
body.catalog-product-view .columns .column.main{
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
/* Slide CSS */
.block .block-content.content .custom-grid-view .price-box.price-final_price {
	position: absolute;
	left: 10px;
	bottom: 50px;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	display: none;
}
.block .block-content.content .custom-grid-view .price {
	font-weight: 300;
	font-size: 16px;
	color: #4d4d4d;
}
.block .block-content.content .custom-grid-view .old-price .price {
	text-decoration: line-through;
	font-size: 14px;
	color: #747C83;
}
.block .block-content.content .custom-grid-view button.btn-circle {
	border-radius: 20px;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	padding: 6px 12px !important;
	color: #4D4D4D !important;
}
.block .block-content.content .custom-grid-view .special-price {
	display: block;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	box-ordinal-group: 3;
}
.block .block-content.content .custom-grid-view .old-price {
	display: block;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
	margin: 0;
}
.block .block-content.content .custom-grid-view .inline-btns button.btn-circle:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.38);
	background-color: #FFD900 !important;
}
.block .block-content.content .custom-grid-view button.btn-circle>span {
	font-size: 16px;
}
.block .block-content.content .custom-grid-view button.btn-circle .fa-calendar, .block .block-content.content .custom-grid-view button.btn-circle .fa-cart-plus, .block .block-content.content .custom-grid-view button.btn-circle .fa-shopping-cart {
	margin: -5px;
}
.block .block-content.content .custom-grid-view ul.ic-ul {
	margin-top: 20px;
	margin-left: 10px;
}
.block .block-content.content .custom-grid-view ul.ic-ul li {
	color: #747C83;
	font-size: 12px;
	margin: 2px 0px;
	 color: #4D4D4D;
	background-color: #f8faff;
	border: 1px solid #f0f1f3;
	padding: 2px 4px;
	margin: 0 5px -2px 0;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 10px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
}
.block .block-content.content .custom-grid-view ul.ic-ul li span.ic {
	font-size: 14px;
	margin: -1px 2px;
	color: #4D4D4D;
}
.block .block-content.content .custom-grid-view .inline-btns {
	position: absolute;
	bottom: 8px;
	left: 10px;
}
.block .block-content.content .custom-grid-view .inline-btns button, .inline-btns form {
	display: inline-block !important;
}
.block .block-content.content .custom-grid-view .sticker.sale {
	width: 30px;
	height: 30px;
	font-size: 11px;
}
.block .block-content.content .custom-grid-view .result .result-title {
	position: absolute;
	color: #2c6788 !important;
	top: 25px;
	height: 73px;
	left: 90px;
	right: 8px;
	text-align: left !important;
	font-size: 18px !important;
	overflow: hidden;
	font-weight: 300;
}
.block .block-content.content .custom-grid-view.result-wrapper {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19), 0 2px 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19), 0 2px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.19), 0 2px 4px 0 rgba(0,0,0,0.2);
	margin-bottom: 15px;
	position: relative;
	border-left: 9px solid #708aa3;
}
.block .block-content.content .custom-grid-view .result-thumbnail {
	position: relative;
	margin: 0;
	margin-left: 10px;
	padding-top: 15px;
}
.block-content.content .custom-grid-view .result {
	position: relative;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 260px;
	position: relative;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 220px;
	background: white;
}
body.catalog-product-view .block-content.content .custom-grid-view .course-image {
	background-size: cover;
	height: 71px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 71px !important;
	border-radius: 50%;
  min-height: 71px;
}
.block-content.content .custom-grid-view .course-image {
	background-size: cover;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
}
.block-content.content .custom-grid-view .course-color {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
}
.block-content.content .custom-grid-view span.sticker-wrapper.top-right {
	top: -10px;
	right: -10px;
}
.block-content.content .custom-grid-view .rating-summary {
	position: absolute;
	right: 0;
	/* top: 92px; */
	background-color: #fff;
	border-top-left-radius: 5px;
	margin-left: .7em;
	right: 10px;
	background-color: #fff;
	border-top-left-radius: 5px;
	position: absolute;
	bottom: 10px;
}
.block-content.content .custom-grid-view .promo-tag {
	padding: 3px 8px;
	border-radius: 5px;
	margin-right: 4px;
	color: #fff;
	margin-bottom: 6px;
	position: absolute;
	top: 180px;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	left: 10px;
	overflow: hidden;
	right: 10px;
}
.block-content.content .custom-grid-view .included-tag {
	position: absolute;
	left: 10px;
	bottom: 8px;
}
.block-content.content .custom-grid-view .rating-summary .rating-result > span:before, .block-content.content .custom-grid-view div.rating-result::before {
	font-size: 20px !important;
}
.block-content.content .custom-grid-view .rating-summary .rating-result {
	width: 60px !important;
}
.text-primary-title .modal-title {
	color: #337ab7;
	font-weight: 400;
}
.pdp-community-sliders .block-content.content {
    background: #f5f5f5!important;
    padding-bottom: 12px;
}
body.catalog-product-view .pdp-header-btn .for-business,
body.catalog-product-view .pdp-header-btn .dynamic-sub-btn{
	margin-right: 25px
}
body.catalog-product-view .product-enrollments{
  color: #1e71aa;
  margin: 5px 10px;
}
body.catalog-product-view .product-enrollments .enrollment-graphic{
  background-image: url(../images/fire.png);
  width: 90px;
  display: inline-block;
  background-repeat: round;
  background-size: contain;
  height: 18px;
}
body.catalog-product-view .product-enrollments .enrollments-summary{
  position: relative;
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  margin-left: 11px;
  font-weight: 400;
}
body.catalog-product-view .product-enrollments .enrollment-count{
  margin-right: 2px;
}
@media only screen and (min-width: 786px) {
.pdpHeaderSub {
	text-align: inherit;
}
}
.grid12-10.showSubsBtn {
	display: flex;
	align-items: center;
}
.pdpHeaderSub .btn.btn-primary {
	margin-top: 0px;
	height: auto !important;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid;
	background: #093956 !important;
	padding: 15px 25px !important;
	display: inline-block;
	font-size: 14px !important;
	letter-spacing: 0px;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.pdp-header-btn.loading::after
{
  width: 50px;
  height: 50px;
  margin-left: 50px;
}
.pdp-header-btn.loading::after,
.btn.btn-primary.loading{
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 99;
  background-image: url("../../Itskills_Learning/images/ring-alt.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.btn.btn-primary.preview:hover{
  background-color: #337ab7 !important;
}
.btn.btn-primary.preview {
  border: 0px solid rgba(75,75,75,1) !important;
  padding: 8px;
  height: 100%;
  border-radius: 0px !important;
  background-color: rgba(75,75,75,1) !important;
}
.pdpHeaderSub .btn.btn-primary:hover {
	background: #1e71aa !important;
}
.pdp-msub-cta {
	padding: 8px 37px !important
}
.feature.formTop {
	margin: 0px !important;
}
/* pdp enhancements  */
.pdp-custom-img {
  float: right;
	text-align: center;
}
.pdp-custom-img .pdp-image{
  width: 100%;
}
.pdp-sticky-header-container > .container{
  height: 50px;
}
/*INTLSKILLS-6226 STARTS */
.dynamic-sub-btn .action.primary.tocart
{
  width: 100%;
}
.dynamic-sub-btn .tag.enrollments
{
  margin: auto;
}
.product-reviews-summary .action.add{
  display:none;
}
.product-reviews-summary .rating-summary+.reviews-actions .action.add{
  display: inline;
}
/*INTLSKILLS-6226 END */

/*INTLSKILLS-5780 STARTS */
#header-sticky-pdp .item-cstm a.header-menu-tab.active,
#header-sticky-pdp .item-cstm.active{
  background-color: #093956;
    color: #fff !important;
}
div.sections .alternate:nth-child(odd) {
	background: #f5f5f5 !important;
}
div.sections .alternate:nth-child(even) {
	background: white !important;
	/* margin: 34px 0; */
}
div.sections .menu-target
{
    margin-bottom: 34px;
    display: flow-root;
}
.alternate {
  position: relative;
	padding: 10px 30px 10px;
	background: #F5F5F5 !important;
	-webkit-box-shadow: 0 2px 4px 0 #ccc;
	box-shadow: 0 2px 4px 0 #ccc;
}

.catalog-product-view #pdp-outline.alternate
{
  margin-top: 30px;
}
.sections .alternate h2::after {
	border-bottom: 6px solid #0B3956;
	padding-bottom: 8px;
	display: block;
	content: "";
	width: 10%;
}
.pdp-head-btn {
	display: flex;
	align-items: center;
}
.pdp-head-btn span button.learn_subs.btn.btn-primary {
	color: #fff;
	background-color: #0b3956 !important;
	padding: 15px 40px;
	text-transform: uppercase;
	letter-spacing: 0;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px !important;
	height: auto !important;
}
.pdp-contact-btn {
	color: #0b3956;
	background-color: white !important;
	padding: 14px 40px;
	text-transform: uppercase;
	letter-spacing: 0px;
	border: 1px solid #0b3956 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	margin: 0px !important;
	font-size: 14px;
	font-weight: 600;
	margin-left: 5px !important;
}
.pdp-contact-btn a {
	color: #0b3956 !important;
}
.pdp-contact-btn:hover {
	color: #0b3956 !important;
}
.pdp-custom-img img {
	overflow: auto;
}
.pdp-border {
	width: 100%;
	background: lightgray;
	height: 1px;
	margin: 0px 0px 8px
}
header.modal-header .badge{
  position: relative;
  background: transparent;
}
header.modal-header h2{
  font-weight: 100;
  font-size: 25px;
}
.badge {
	display: flex;
	align-items: center;
	background: white;
	color: #4D4D4D;
  width: 100%;
}
.badge-img {
	margin-right: 3px;
	margin-top: 4px;
	width: 53px;
	margin-left: 0px;
}
.badge-text {
	color: #4D4D4d;
  width: initial;
	}
.badge-text a {
	text-decoration: underline;
	}
.badge-text p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -.5px
}
.badge-text h4 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.container .grid-container .grid-container .grid12-2 {
  width: unset;
}
#pdp-stikcy-mobile-menu {
	display: none;
}
.show-mobile-menu {
	display: flex !important;
}
.pdp-sticky-header-container {
	background: #f0f1f3;
	box-shadow: 0px 0px 2px rgba(127,127,127,0.2);
	margin: 0px 0 18px 0px;
}
.header-sticky {
	padding: 0px;
	background: #f0f1f3;
	color: #093956;
	display: flex;
	justify-content: center;
}
.header-sticky p {
	margin: 0;
	color: #093956 !important;
	font-weight: 400;
	font-size: 14px;
}
.header-sticky p a {
	margin: 0;
	color: #093956 !important;
	font-weight: 400;
	padding: 15px 35px;
	display: block;
}
.header-sticky p a:hover {
	background: #F8F9FA;
}
.content {
	padding: 16px;
}
.sticky {
	position: fixed;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999 !important;
	box-shadow: 0px 0px 8px rgba(127,127,127,0.2);
	justify-content: center;
	animation: stickymove 0.35s;
	animation-iteration-count: 1;
}
body.catalog-product-view .pdp-community-sliders .block.related .block-title.title {
	background: #0b3956 !important;
  padding: 5px 17px 13px 10px !important;
	font-size: 15px!important;
}
body.catalog-product-view .pdp-community-sliders a#pdp-expert-info {
  color:rgba(255,255,255,1) !important;
	font-size: 22px !important;
  background-color: rgba(255,255,255,0) !important;
}
 @-webkit-keyframes stickymove {
 from {
  top: -10px;
 }
 to {
  	top: 0px;
 }
}
 @keyframes stickymove {
 from {
   top: -10px;
 }
 to {
	  top: 0px;
 }
}
.sticky + .content {
	padding-top: 102px;
}
.item-cstm {
	border-right: 1px solid #D4D4D4;
}
.item-cstm:nth-last-child(1) {
	border: none;
}
.no-border {
	border-right: none !important;
}
.product-details-head ul.inline-list > li {
	margin-right: 6px !important;
}
.sticky-header .nav-container .navi-wrapper {
	display: none;
}
.fsBody .fsSupporting {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	color: #595d64;
}
.pdp-sliders-section {
	background: #0b3956;
	color: #fff !important;
	padding: 1px 24px;
	margin-bottom: 23px;
}
.pdp-sliders-section h2 {
	margin-bottom: 7px;
}
.pdp-heading-splitter {
	border-top: 6px solid #fff;
	width: 10%;
}
.pdp-sliders-section p {
	color: #fff !important;
}
.alt-padding-top {
	padding-top: 100px;
}
.pdp-mobile-fixed-contact {
	display: none;
	text-align: center;
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
	background: white;
	box-shadow: 0px 0px 9px lightgrey;
	padding: 10px 0px 10px;
}
.pdp-contact-btn-bottom {
	color: #0b3956;
	background: transparent!important;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-radius: 0px !important;
	box-shadow: none !important;
	margin: 0px !important;
	font-size: 17px;
	font-weight: 600;
}
.pdp-header-btn {
	display: flex;
	margin-top: 15px;
	margin-left: -5px;
	margin-bottom: 0px;
}
.smoothMargin {
	height: 50px;
}
.message.info {
	background: #fff !important;
}
 @media (min-width: 990px) {
body.catalog-product-view .header-primary-container {
	box-shadow: 0 8px 10px 0px #ccc;
	-webkit-box-shadow: 0 8px 10px 0px #ccc;
}
}

/*FOR IPAD START*/
@media only screen and (min-width: 700px) and (max-width: 800px) {
body.catalog-product-view .each-row-action-box > div {
	display: flex !important;
}
.elimOnIpad {
	display: none !important;
}
.rating-summary {
	display: none;
}
#pdp-stikcy-mobile-menu {
	display: none;
	background: #eeeeee;
	text-align: right;
	box-shadow: 1px 2px 6px lightgrey;
}
#pdp-stikcy-mobile-menu.sticky {
	display: block !important;
}
button#pdp-mobile-menu {
	background: #eeeeee;
}
button i {
	font-style: inherit;
	color: black;
}
.header-sticky {
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: start;
	flex-direction: column;
	display: none;
}
.header-sticky p {
	font-size: 12px;
}
.header-sticky p a {
	padding: 5px 0px;
}
.item-cstm {
	padding: 15px 12px;
	border: 0;
}
header.modal-header .badge{
  margin-right: calc(50% - 150px);
}
header.modal-header h2{
  font-size: 18px;
}
.priority-to-modal{
  z-index: 1 !important;
}
.badge {
	height: 100px;
}
.modal-popup.modal-slide {
	left: 0px;
	padding: 90px;
}
.modal-inner-wrap {
	background: white !important;
	height: 650px !important;
}
}
/*FOR IPAD END*/

/*FOR IPAD PRO START*/

@media only screen and (min-width: 950px) and (max-width:1050px) {
	.header-sticky {
		flex-wrap: wrap;
		margin-top: 0;
		justify-content: start;
	}
	.header-sticky p {
		font-size: 14px;
	}
	.item-cstm {
		padding: 5px 0px;
	}
	.header-sticky p a {
		padding: 15px 10px;
	}

	.badge {
		height: 70px;
	}
	.badge-text h4 {
		margin-top: 10px;
		white-space: nowrap;
	}
}

/*FOR IPAD PRO END*/

/*FOR MOBILE START*/
@media (max-width:699px) and (min-width:600px) {
  header.modal-header .badge{
    margin-right: 0;
  }
  .bundle-child-course-detail-modal.modal-popup.modal-slide{
    left: 0px !important;
  }
}
@media (max-width: 600px) {
  header.modal-header .badge{
    margin-right: calc(50% - 150px);
  }
  header.modal-header h2 {
    font-size: 25px;
  }
  .bundle-child-course-detail-modal.modal-popup.modal-slide{
    left: 0px !important;
    top: 50px;
    max-height: calc(100% - 50px);
  }

  .pdp-border { background: none;}
}
@media (max-width: 500px) {
.clip-content {
	display: none;
}
.badge-img {
	margin-left: 11px;
}
.pdp-sticky-header-container > .container > .inner-container{
  float: right;
}
body.catalog-product-view .dynamic-sub-btn .tag.enrollments{
  width: calc(100% - 16px);
  text-align: center;
}
.pdp-header-btn .for-business
{
  margin-top: 5px;
}
.pdp-header-btn .for-business,
.pdp-header-btn .dynamic-sub-btn{
  width: 100%;
  margin-right: 0px !important;
}
.pdp-header-btn .action.btn.btn-primary.preview{
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
}
.columns .pdp-sticky-header-container{
  width: 100%
}
.columns .pdp-sticky-header-container .container .inner-container{
  width: fit-content;
}
#pdp-stikcy-mobile-menu {
	display: block;
	background: #eeeeee;
	text-align: right;
	/* box-shadow: 1px 2px 6px lightgrey; */
}
button#pdp-mobile-menu {
	background: #eeeeee;
  height: 50px;
}

div#pdp-stikcy-mobile-menu i {
    font-size: 29px;
    border: none;
	font-style: inherit;
	color: black;
}

.header-sticky {
  position: fixed;
	flex-wrap: wrap;
	margin-top: 44px;
	justify-content: start;
	flex-direction: column;
	display: none;
  left: 0;
  width: 100%;
  z-index: 1;
}


.header-sticky p {
	font-size: 12px;
}
.header-sticky p a {
	padding: 5px 0px;
}
.item-cstm {
	padding: 15px 12px;
	border: 0;
	border-bottom: 1px solid #ccc!important;
}
.item-cstm a {
    font-size: 17px;
}
.grid12-10.showSubsBtn {
	flex-direction: column;
	margin-top: 20px;
}
.pdpHeaderSub .btn.btn-primary {
	padding: 15px 50px!important;
}
.pdp-contact-btn {
	margin-top: 14px !important;
	font-size: 14px;
	padding: 14px 37px;
	margin-left: 0px!important;
}
.pdp-custom-img {
	text-align: inherit;
}
.sections .alternate h2::after {
	width: 30%;
}
.block .block-content.content .custom-grid-view .result-thumbnail {
	text-align: left;
}
.clip-content {
	margin-bottom: 30px;
}
.badge-text h4 {
	font-size: 25px;
	white-space: nowrap;
	line-height: none
}
.bundle-child-course-detail-modal.modal-popup.modal-slide{
  left: 0px !important;
  top: 0px;
  max-height: 100%;
  z-index: 999999 !important;
}
.bundle-child-course-detail-modal.modal-popup.modal-slide .modal-inner-wrap{
  margin-top: 0 !important;
}
.bundle-child-course-detail-modal.modal-popup.modal-slide .modals-overlay{
  z-index: 0 !important;
}
header.modal-header .badge{
  margin-right: calc(50% - 150px);
}
header.modal-header h2{
  font-size: 25px;
}
.pdp-mobile-fixed-contact {
	display: block;
	background: #0b3956;
}
.modal-inner-wrap {
	background: white !important;
	margin-top: 50px !important;
	height: 630px !important;
}
.pdp-header-btn {
	flex-direction: column;
	margin-left: 0;
	align-items: center;
	margin-bottom: 0px;
	margin-top: 30px;
}
.badge-text {
	padding: 0px 15px;
}
.pdp-contact-btn-bottom a {
	color: white !important
}

.catalog-product-view .breadcrumbs {
    display: block;
    margin-top: 20px;
    margin-left: 65px;
    margin: 10px 24px 10px 24px;
}

body.catalog-product-view .product-enrollments { margin: 0px}

body.catalog-product-view .product-enrollments .enrollments-summary{
  margin-left: 0px;

}

}

/*FOR MOBILE END*/

/*FOR DESKTOP START*/

@media (min-width: 1600px) {
.sticky {
	justify-content: center;
}
.badge-text p {
	font-size: 13px;
}
.badge-text h4 {
	font-size: 25px;
	white-space: nowrap;
}
.header-sticky p {
	font-size: 16px;
}
.header-sticky p a {
	padding: 15px 40px;
}
#sticky {
	width: 435px;
}
#sticky.stick {
	width: 435px;
}
.pdp-sliders-section {
	margin-bottom: 30px;
}
.grid12-10.showSubsBtn {
	margin-left: 9px;
}
}

/*FOR DESKTOP END*/

/*FOR HD LAPTOP*/

@media only screen and (min-width: 1355px) and (max-width:1440px) {
  .grid12-10.showSubsBtn {
  	margin-left: 9px;
  }
}
/*INTLSKILLS-5780 END */

.message.info.notlogged a {color:#4D4D4D !important; text-decoration:underline;}
.message.info.notlogged a:active {color:#4D4D4D !important;}

/* conversion improvements  */
@media only screen and (min-width: 360px) and (max-width:767px){
  body.catalog-product-view #currency-switcher-wrapper-mobile, #lang-switcher-wrapper-mobile{
    display:none;
  }
  body.catalog-product-view .skip-links-wrapper.skip-links--4{
    margin-top: -16px;
  }
  body.catalog-product-view .product-details-head{
    padding-top:6px;
  }
  body.catalog-product-view .pdp-custom-img{
    text-align:left;
	display: none;
  }
  body.catalog-product-view .pdp-custom-img img {
    width: 73px;
  }
  body.catalog-product-view h1.page-title { font-size: 31px !important; }
  .grid-container.two-ups-container .two-ups .badge .badge-img {
      display: none;
  }
  .grid-container.two-ups-container .two-ups {
      width: 50% !important;
      float: left;
  }
}

.catalog-product-view .main-container > .main.container{
    width: 100%;
}
.catalog-product-view .main-container > .main.container > .inner-container {
    padding: 0;
}
.catalog-product-view .custom-container{
    width: 96%;
    display: block;
    position: relative;
    margin: 0 auto;
}
.catalog-product-view .form-phtml {
    display: table;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px 0 #ccc;
    box-shadow: 0 2px 4px 0 #ccc;
}
.catalog-product-view .form-phtml .product-add-form-wrapper {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}
.catalog-product-view .main-container{
    padding: 0;
}
.catalog-product-view .breadcrumbs{
    display: block;
    margin-top: 20px;
    margin-left: 65px;
}
/* Product details tabs, other block styles */
.catalog-product-view .collateral-tabs .data.item.title.active > a.data.switch{
    background-color: #333 !important;
    color: #fff !important;
    margin-top:0 !important;
    padding-top:0 !important;
    border-left:none !important;
    border-right:none !important;
}
.catalog-product-view .collateral-tabs .item.content,
.catalog-product-view .collateral-tabs .block-title.title{
    border-color:#333 !important;
}
.catalog-product-view strong#block-related-heading,
.catalog-product-view strong#block-upsell-heading{
    background-color: #333 !important;
    color: #fff !important;
    padding: 10px;
    margin-bottom: -10px !important;
    display: inline-table;
}
.catalog-product-view .block-title.title {
    padding-bottom:10px !important;
    border-color: #333;
}
.catalog-product-view #experts-carousel .item img {
    border-radius: 100%;
    width: 92px;
    height: 92px !important;
    object-fit: cover;
}
.catalog-product-view #experts-carousel .item a {
    font-size: 13px;
}
.catalog-product-view #experts-carousel .item a small{
    color: grey;
}
.catalog-product-view #pdp-expert-info .info-circle-custom:before {
    content: "";
    background: url(../images/info-circle-custom.png);
    width: 16px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    margin: 0px 0px -2px 3px;
}
.catalog-product-view .clone-popup_info .popup_info {
    position: absolute;
    background: #fff;
    min-width: 300px;
    width: 100%;
    z-index: 9;
    max-width: 428px;
    box-shadow: 3px 2px 10px -3px #000;
    padding: 10px 10px 0px;
}
.catalog-product-view .clone-popup_info .user_experties ul li {
    display: inline-block;
    margin-right: 5px;
    background: #0b3956;
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.catalog-product-view .clone-popup_info .popup-name {
    color: #0b3956;
    margin-bottom: 5px;
}
.catalog-product-view .clone-popup_info .bio_info {
    font-size: 12px;
    margin-bottom: 10px;
}
.catalog-product-view .clone-popup_info .user_experties ul {
    margin-bottom: 10px;
}
.catalog-product-view #experts-carousel .popup_info {
    display: none;
}
.catalog-product-view .clone-popup_info {
    pointer-events: none;
}
.catalog-product-view .clone-popup_info .user_experties ul li.count-more {
    color: #0b3956;
    background: transparent;
    border: 1px solid #0b3956;
}
.product-details-base .virtual-box-content .price-box.price-final_price{
    position: relative;
}
.product-details-base .virtual-box-content .old-price{
    position: absolute;
    top: -14px;
    left: 0;
}
.product-details-base .virtual-box-content .old-price .price {
    font-size:14px;
}
.product-details-base .virtual-box-content .special-price .price-label,
.product-details-base .virtual-box-content .old-price .price-label{
    display:none;
}
.product-details-base .virtual-box-content .special-price .price{
    color:#1e71aa;
}
.product-details-base {
    display: inline-block;
    width: 100%;
}
.product-details-base .value[itemprop="description"] {
    display: none;
}
.product-details-base ul.ic-ul {
    margin-bottom:0;
}
.product-details-base .box-body{
    display: inline-block;
    width: 100%;
    min-width: 300px;
    min-height: 210px;
    padding-top: 10px;
}
.product-details-base ul.box-bottom{
    margin: 0;
    display: table;
    width: 100%;
    min-height: 115px;
}
.product-details-base ul.box-bottom li{
    margin: 0;
    padding: 10px;
    display: table-cell;
    vertical-align: bottom;
}
.product-details-base .virtual-box-content{
    position: relative;
    min-height: 320px;
    margin-bottom: 10px;
}
.product-details-base .virtual-box-content .price{
    font-size: 24px;
}
.product-details-base .virtual-box-content .selected-date{
    display:block;
    background-color:#f6f6f6;
    padding:10px;
    border:1px solid #ccc;
    position:relative;
    margin: 10px;
}
.product-details-base .virtual-box-content .selected-date .fa-calendar{
    background-color:#ccc;
    padding:10px;
    position:absolute;
    right:0;
    top:0;
}
.product-details-base .virtual-box-content .prices-tier{
    background:none;
}
.product-details-base .virtual-box-content .prices-tier .price{
    font-size: 14px;
}
.product-details-base .virtual-box-content .prices-tier strong.benefit {
    color: #22B573;
}
.product-details-base .virtual-box-content .prices-tier li.item::before {
    content:"\f0d6";
    font-weight: 400;
    font-family: 'FontAwesome';
    color: #22B573;
    font-size: 18px;
    top: 1px;
    position: relative;
}
@media (max-width: 768px){
    .product-details-base .box-body{
        min-width:100% !important;
    }
    .catalog-product-view .form-phtml .product-add-form-wrapper{
        display:block !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 768px){
    .product-details-base .product-pricing-column{
        margin-bottom: 0 !important;
    }
}

/* NEW CTA - Content>Design>Configuration>Head */
body.catalog-product-view .pdp-header-btn .dynamic-sub-btn button.action.primary.tocart {background: #01602D !important; border: 2px solid #01602D !important;}
body.catalog-product-view .pdp-header-btn button.action.primary.tocart{position: relative !important; top: 0 !important;font-size: 14px !important;font-weight: 500 !important;line-height: 21px !important;color: #fff !important; display: inline-block !important; border: 2px solid #00B053 !important; padding: 14px 30px !important; text-align: center !important; border-radius: 4px !important;letter-spacing: normal !important;}
body.catalog-product-view .pdp-header-btn .dynamic-sub-btn button.action.primary.tocart:hover {background: #01602D !important; border: 2px solid #01602D;}
body.catalog-product-view .pdp-header-btn .action.btn.btn-primary.preview {background: #15547C !important; box-shadow: none !important;}
body.catalog-product-view .pdp-header-btn .action.btn.btn-primary.preview:hover{background: #0b3956 !important; border: 2px solid #0b3956 !important;}
body.catalog-product-view .each-row-action-box .action {height: auto !important; font-size: 14px !important;font-weight: 500 !important;line-height: 21px !important;color: #fff !important;text-transform: none !important;background: #15547C !important;border: 2px solid #15547C !important;padding: 14px 30px !important;text-align: center !important;border-radius: 4px !important;letter-spacing: normal !important;display: inline-block !important;white-space: nowrap !important}
body.catalog-product-view .each-row-action-box .action:hover{background: #0B3956 !important;border: 2px solid #0B3956 !important;color: #fff !important;}
