/*--------------------------------------------------------------
## Redesign Single Product Page
--------------------------------------------------------------*/
.indexProductMobile, .mobile-fixed  {
    display: none;
}

.wrapper-middle {
    max-width: 1140px;
    margin: auto;
}

.prod-wrapper-gray {
    background: #f3f3f3;
    padding: .5% 0 4% 0;
}

.prod-wrapper-white {
    background: #ffffff;
    padding: .5% 0 4% 0;
}


.prod-snippet {
    width: 400px;
    background: #fff;
    position: absolute;
    top: 180px;
    right: 7%;
    border-radius: 20px;
    padding: 0;
    box-shadow: 1px 1px 5px rgba(23,23,23,.3);
    border: 1px solid #dedede;
    z-index: 999;
}

.prod-thumb {
    border-radius: 20px 20px 0 0;
}

.prod-price {
    text-align: center;
    color: #094E69;
    font-family: 'filson-pro', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    padding: .5em 0;
}

.prod-snippet .btn{
    text-align: center;
}

.prod-snippet .btn a {
    color: #fff;
    padding: 2.8% 10%;
    text-decoration: none;
    background: #094e69;
    border-radius: 20px;
    font-family: 'Work Sans', sans-serif;
    line-height: 2.2em;
    font-weight: normal;
    border: 1px solid #094E5B;
    font-size: 1em;
    text-align: center;
}

.content-partner {
    text-align: center;
    padding: 5% 0 2% 0;
    background: #F3F3F3;
    margin: 5% 0;
}

.imgPartner {
    background: #f3f3f3;
    padding: 0 20%;
}

del {
    font-size: 0.6em;
    color: #a0a0a0 !important;
}

#addToCart.add_to_cart_button:hover, a.buyNowButton:hover, .prod-snippet .btn a:hover {
    background-color: #082e3a !important;
    border-color: #082e3a !important;
    opacity: 1;
    color: #fff;
}


a#addToCart::after {
    background-size: 12px;
    display: inline-block;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 15px 2px;
    content: "\f217";
    font-family: 'FontAwesome';
    padding-left: 5px;
}

a.buyNowButton::after {
    background-size: 12px;
    display: inline-block;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 15px 2px;
    content: "\f291";
    font-family: 'FontAwesome';
    padding-left: 5px;
}

.prod-snippet .btn a::after {
    background-size: 12px;
    display: inline-block;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 15px 2px;
    content: "\f02d";
    font-family: 'FontAwesome';
    padding-left: 9px;
}

.productKeySkills h2::before {
    background-size: 29px;
    background-image: url(/wp-content/uploads/2020/08/idea.svg);
    display: inline-block;
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    content: " ";
    padding-left: 0;
}

.productDescriptionContainer ul {
    margin: 1% 0;
}

.block-header p {
    padding: 1% 15%;
}

.btnWishlist a, .btnShare a {
    color: #fff;
    padding: 1.5% 7%;
    text-decoration: none;
    background: #094e69;
    border-radius: 20px;
    font-family: 'Work Sans', sans-serif;
    line-height: 2.2em;
    font-weight: normal;
    border: 1px solid #094E5B;
    font-size: 16px;
    line-height: 2.5em;
}

.singleProduct .singleProductPurchaseButtons a, .btnWishlist, .btnShare, a.buyNowButton, #addToCart.add_to_cart_button {
    width: 160px;
    background: #094e69;
    margin: 0 2% 0 0;
    border-radius: 20px;
    text-align: center;
    border: none;
    padding: 10px;
    line-height: 1.5em;
}

.prod-features ul {
    margin: 10% 0 10% 15%;
}

.prod-features ul li {
    list-style: none;
    padding: 0 0 0 12%;
    margin: 5% 0;
}

.prod-features ul li.online {
    background-image: url(/wp-content/uploads/2020/08/globe.svg);
    background-repeat: no-repeat;
    height: 25px;
}

.prod-features ul li.deadlines {
    background-image: url(/wp-content/uploads/2020/08/calendar.svg);
    background-repeat: no-repeat;
    height: 25px;
}

.prod-features ul li.level {
    background-image: url(/wp-content/uploads/2020/08/level.svg);
    background-repeat: no-repeat;
    height: 25px;
}

.prod-features ul li.language {
    background-image: url(/wp-content/uploads/2020/08/language.svg);
    background-repeat: no-repeat;
    height: 25px;
}

.prod-features ul li.audio {
    background-image: url(/wp-content/uploads/2020/08/audio.svg);
    background-repeat: no-repeat;
    height: 25px;
}

.prod-features ul li.prerequisite {
    background-image: url(/wp-content/uploads/2020/08/prerequisite.svg);
    background-repeat: no-repeat;
    height: 25px;
}

.prod-features ul li.certificate {
    background-image: url(/wp-content/uploads/2020/08/certification.svg);
    background-repeat: no-repeat;
    height: 25px;
}

.prod-features ul li.duration {
    background-image: url(/wp-content/uploads/2020/08/duration.svg);
    background-repeat: no-repeat;
    height: 25px;
}


.slick-initialized .slick-slide{
    background-color: #fff;
    box-shadow: 1px 1px 10px #dedede;
    border: 1px solid #dedede;
    height: 100%;
    padding-bottom: .1%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.slick-track img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    transition: transform .5s ease;
    opacity: .8;
}

.slick-track img:hover {
    transform: scale(1.05);
    opacity: 1;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 10px;
}

p.sliderTitle {
    color: #3d3d3d;
    font-family: filson-pro,sans-serif;
    padding: 5%;
    line-height: 1.2em;
    font-size: 1.1em;
    margin: 0;
    text-transform: uppercase;
    height: 80px;
}

p.sliderCategory {
    display: none;
}

.sliderPrice {
    min-height: 90px;
    padding: 1em 0;
}

.sliderPrice .addToCart {
    position: absolute;
    height: 33px;
    right: 5px;
    bottom: 5px;
}

.slick-slide a {
    text-decoration: none;
}

.sliderPrice > a {
    width: 60%;
    font-size: 1em;
    color: #3d3d3d;
    font-family: 'Work Sans', sans-serif;
    padding: 0 5%;
    float: left;
}

.sliderPrice .price del {
    font-size: 12px;
    display: block;
}

.woocommerce a.button{
    background: none;
    color: #fff;
    transition: .5s;
    font-weight: normal;
}

.woocommerce a.button:hover{
    background:none;
    color: #fff !important;
}

.addToCart, .buyNowButton, .singleProductCardMobile .buyNowButton {
    color: #fff;
    padding: 0;
    margin: 0 5% 5% 0;
    text-decoration: none;
    background: #094e69;
    border-radius: 20px;
    font-family: 'Work Sans', sans-serif;
    line-height: 2.2em;
    font-weight: normal;
    border: 1px solid #094E5B;
    font-size: .9em;
    float: right;
    cursor: pointer;
}

.addToCart:hover, .buyNowButton:hover, .singleProductCardMobile .buyNowButton:hover{
    background: #082e3a;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
}

/*--------------------------------------------------------------
## Woocommerce Single Product Page
--------------------------------------------------------------*/

.woocommerce-breadcrumb {
	padding: 2rem !important;
}

.productOneLiner{
    font-family: 'filson-pro', sans-serif;
    font-size: 1.8em;
    color: #094E69;
    line-height: 1.1em;
}

.singleProduct .singleProductHeroImage {
	clip-path: polygon(15% 0, 100% 0%, 100% 500px, 0 500px);
	max-height: 400px;
	display: flex;
	width: 100%;
}

.singleProduct .singleProductHeroImage img {
	object-fit: cover;
	height: 100%;
}

.singleProduct .singleProductHeroContainer {
	display: flex;
	flex-direction: column;
	padding: 1% 37% 1% 0;
	color: #fff;
	width: 100%;
}

.singleProduct .singleProductHeroContainer h1 {
	font-weight: 400;
}

.singleProduct h2{
    margin: 5% 0 2% 0;
    color: #3d3d3d;
    font-family: filson-pro,sans-serif;
    font-weight: 700;
    font-size: 2em;
}

span.gst-prodpg {
    font-weight: normal;
    font-size: 16px;
}

.singleProductHeroContent{
    font-size: 18px;
}

.singleProduct .singleProductHeroContentSpacer {
	border-style: solid;
	width: 10%;
	border-color: #9BB33C;
}


.singleProduct .singleProductHeroContainer .singleProductHeroStatistics {
	display: flex;
	justify-content: space-between;
}

.singleProduct .singleProductHeroPrice {
	/*width: 80%;*/
}

.singleProduct .singleProductHeroPrice .singleProductPrice {
	margin: 1rem 0;
}

.singleProduct .singleProductHeroPrice .singleProductPrice p{
	margin: 0;
}

.singleProduct .singleProductHeroPrice .singleProductPrice .price {
	color: #9BB33C;
	font-size: 2rem;
}

p.price del {
    font-size: .65em;
    line-height: .7em;
    color: #9BB33C;
    opacity: .6;
    padding-right: 8px;
}


.singleProduct .singleProductPurchaseButtons span{
	margin: 0 5%
}

.singleProduct .singleProductPurchaseButtons a{
	width: 150px;
}

.singleProduct .singleProductPurchaseButtons a:active{
    color: #fff;
}

.singleProduct .singleProductSpacer {
	display: block;
}


.singleProductHeroContent p {
    padding-top: 2%;
    font-size: 18px;
    color: #3d3d3d;
}

.singleProduct .singleProductDetailsContent {
    margin: auto;
}

.singleProduct .product2Columns{
	display: flex;
}

.singleProduct .product2Columns div{
	width: 100%;
}

.singleProduct .singleProductHeroPrice .singleProductPurchaseButtons {
	padding-bottom: 5%;
    display: flex;
}

.singleProduct .singleProductDetailsContent .productKeySkills p {
	margin: 1rem 1.5rem;
	font-weight: bold;
}

.singleProduct .singleProductDetailsContent .productKeySkills ul {
	margin: 0 40% 0 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}

.singleProduct .singleProductDetailsContent .productKeySkills li {
	margin: 0.3rem 0;
	width: 100%;
	list-style: none;
	background: url(/wp-content/uploads/2020/01/check-mark.svg) no-repeat 0 0;
	padding-left: 30px;
}

.singleProduct .singleProductDetailsContent .singleProductDetails {
	padding-top: 25px;
}

.singleProduct .singleProductDetails h1{
	font-family: 'filson-pro', sans-serif;
	font-size: 2.3em;
	line-height: 1.2em;
	color: #3d3d3d;
    font-weight: bold;
}

.singleProduct .singleProductDetailsContent .productEssentialFor p {
	color: #9bb33d;
	margin-bottom: 5px;
}

.singleProduct .singleProductDetailsContent .productEssentialFor ul.productEssentialForGrid {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
}

.singleProduct .singleProductDetailsContent .productEssentialFor .productEssentialForGrid li {
	background: url(/wp-content/uploads/2020/01/check-mark.svg) no-repeat 0 0;
	padding-left: 35px;
	margin: 0.3rem 0;
}


.singleProduct .singleProductDetailsContent .productDescriptionContainer .productDescription br:before {
	white-space: pre;
}

.singleProduct .singleProductCardMobile {
	border-style: solid;
	box-shadow: 0 0 10px #aaaaaa;
	border-width: 1px;
	border-color: #eee;
	display: none;
	margin: 0 5% 10% 5%;
	padding: 0 5% 5% 5%;
    border-radius: 15px;
}

.singleProduct .singleProductCardMobile h1 {
	font-size: 2rem;
    line-height: 1.2em;
	font-weight: 700;
	color: #fff;
}

.singleProduct .singleProductCardMobile p{
	margin: 0;
}
.singleProduct .singleProductCardMobile .price {
	color: #9BB33C;
	text-align: center;
	font-size: 2rem;
}

.singleProduct .singleProductCardMobile p.singleProductCardMobileBottomPad{
	padding-bottom: 1rem;
    color:#fff;
}

.singleProduct .singleProductImageMobile {
	display: none;
}

.singleProduct .singleProductImageMobile img {
	object-fit: cover;
}

.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}

a.added_to_cart.wc-forward {
    text-align: center;
    font-weight: 400;
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    margin-right: 10px;
    float: left;
    padding: 5px 0;
}



/** WFE custom styling **/

.option {
	width: 33.3%;
    text-align: center;
	padding: 20px 20px 30px 20px;
}

.op-icon {
    padding: 15px;
}


.lms-options {
	display: flex;
}

.darkblue {
    background-color: #3a6f8f;
    color: #ffffff;
}

.lighterblue {
    background: #4e7b9a;
	color: #ffffff;
}

.singleProductVariation {
	margin-top: 24px;
}

a.buyNowButton, button.buyNowButton {
	font-size: 16px;
	font-size: 1rem;
	min-width: 150px;
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.5;
	display: inline-block;
}
.first-attribute-header {
	background: #f3f3f3;
	padding: 8px;
}
.first-attribute-header > * {
	margin-top: 0;
	margin-bottom: 0;
	color: #094E69;
}
table.variation-table button.buyNowButton {
	line-height: 1;
	min-width: 110px;
	padding: 5px 12px;
}

table.variation-table tbody tr:nth-child(odd) td {
	background: #f3f3f3;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}
table.variation-table tbody tr td,
table.variation-table thead tr th
{
	padding: 8px 8px;
}


.desktop-d-none {
	display: none;
}
.mobile-d-block {
	display: none;
}
.mobile-d-table {
	display: none;
}
.desktop-d-none {
	display: none;
}
.desktop-d-table {
	display: table;
}
.desktop-d-block {
	display: block;
}

.desktop-half {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	.desktop-half {
		width: 100%;
		float: none;
	}
	.desktop-d-none {
		display: none;
	}

	.mobile-d-block {
		display: block;
	}

	.mobile-d-table {
		display: table;
	}
	.desktop-d-table {
		display: none;
	}
	.desktop-d-block {
		display: none;
	}
	.singleProduct .singleProductPurchaseButtons a.add_to_cart_button {
		color: #ffffff;
		background: none;
	}

	.singleProduct .singleProductPurchaseButtons .addToCart:hover {
		border-color: #085874;
		border-width: 2px;
        background: #ffffff;
	}

	.singleProduct .singleProductPurchaseButtons .addToCart:hover a{
		color: #085874;
	}

	.singleProduct .singleProductDetailsContent {
		position: relative;
	}

    .singleProductPurchaseButtons .addToCart {
        /*margin-right: 10px;*/
    }

	.singleProduct .singleProductDetailsContent .product2Columns{
		flex-direction: column;
	}

	.singleProduct .singleProductDetailsContent .product2Columns .productOneLiner{
		margin: 0;
	}

	.singleProduct .singleProductDetailsContent .productKeySkills{
		padding: 0;
		border: none;
	}

	.singleProduct .singleProductDetailsContent .productKeySkills .productKeySkillsGrid li{
		width: 100%;
	}

	.singleProduct .singleProductDetailsContent .productEssentialFor {
		padding: 0;
	}

	.singleProduct .singleProductDetailsContent .productEssentialFor .productEssentialForGrid {
		flex-direction: column;
	}

	.singleProduct .singleProductImageMobile {
		max-height: 362px;
		display: flex;
		position: absolute;
	}

	.singleProduct .singleProductDetails {
		display: none;
	}
	/*.singleProduct .singleProductSpacer {
		display: none;
	}*/
	.woocommerce-breadcrumb {
		padding: 1rem !important;
	}

	.singleProduct .singleProductPurchaseButtons {
		width: 100%;
		display: flex;
	}

	.singleProduct .singleProductCardMobile .price {
		padding: 1rem 0;
		text-align: left;
	}
}

@media only screen and (max-width: 1024px) {

	.singleProduct .singleProductPurchaseButtons #addToCart {
		margin-bottom: 2%;
	}

    .singleProduct .singleProductDetailsContent {
        padding: 3% 5%;
    }

    .singleProduct .singleProductHeroContainer{
        padding: 0 0 0 5%;
    }
}



@media only screen and (max-width: 768px) {
     .mobile-fixed {
        display: flex;
        border: solid 2px #d3d3d3;
        position: fixed;
        bottom: 0;
        z-index: 999999;
        background: #fff;
        width: 100%;
        justify-content: space-evenly;
    } 
    
    .mobile-fixed .btn a {
        color: #fff;
        padding: 10px 30px;
        text-decoration: none;
        background: #094e69;
        border-radius: 20px;
        font-family: 'Work Sans', sans-serif;
        line-height: 2.2em;
        font-weight: normal;
        border: 1px solid #094E5B;
        font-size: 1em;
        cursor: pointer;
    }
    
    .mobile-fixed .btn {
        margin: 15px 0;
    }
    
    .block-header p {
        padding: 0;
    }
    
    .prod-snippet{
        display: none;
    }
    
    .step-nav a, .btn-wrapper a {
        padding: 10px 25px;
    }
    
    .mobile-fixed .prod-price {
        float: left;
        padding: 2%;
        width: 50%;
        line-height: 1em;
        font-size: 1.2em;
    }
    
    .addToCart, .buyNowButton, .singleProductCardMobile .buyNowButton{
        padding: 0 10px; 
    }
    
    .prod-wrapper-gray, .prod-wrapper-white{
        padding: 5%;
    }
    
    .singleProduct .singleProductDetailsContent .productKeySkills ul{
        margin: 0;
    }
    
    .singleProduct .singleProductDetailsContent {
        padding: 0;
    }
    
    .wpls-logo-showcase-slider-wrp.wpls-logo-clearfix {
        margin-bottom: 50px;
    }
    
    .indexProductMobile {
        display: none;
    }
    
    ul.slick-dots {
        margin: 0;
        padding: 0;
    }
    
    ul.slick-dots li button {
        background: none;
        width: 25px;
        height: 25px;
    }
    
    .singleProduct .singleProductCardMobile {
        border: none;
        box-shadow: none;
        border-width: 1px;
        margin: 0;
        padding: 10px 25px 30px 25px;
        border-radius: 0;
    }
    
    
    .singleProduct .singleProductCardMobile {
		display: block;
		position: relative;
		top: 0
	}


    .singleProductCardMobile .buyNowButton a {
        color: #fff;
    }

}



@media only screen and (max-device-width: 600px)  {

    .singleProduct .singleProductCardMobile h1{
        font-size: 1.5em;
        line-height: 1.4em;
    }

    .singleProduct .singleProductImageMobile{
        height: 375px;
    }

    .productOneLiner, .singleProduct h2{
        font-size:1.2em;
    }

    .singleProduct .singleProductCardMobile .price {
        padding: 0 0 5% 0;

    }

    .singleProduct .singleProductPurchaseButtons a, .singleProduct .singleProductPurchaseButtons button {
        width: 150px;
    }

    a.added_to_cart.wc-forward{
        width: 100%;
    }
    
    

}


@media only screen and (max-device-width: 400px)  {
    .singleProduct .singleProductPurchaseButtons {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .singleProductPurchaseButtons .addToCart {
        margin-bottom: 10px;
    }

    .addToCart{
        padding: 2px 6px;
    }
}

