/*!
Theme Name: Edplus
Theme URI: https://wpdemothemes.com/edplus/
Author: theme_ocean
Author URI: https://themeforest.net/user/theme_ocean
Description:  An Education LMS WordPress Theme
Version: 1.1.3
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Edplus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Edplus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/



/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}


/** Header **/

.cart_btn span {
	left: -13px;
	right: auto;
}
.header-top .htleft li:last-child {
	border-right: none;
}

.header-top .htleft li:first-child {
	border-right: 1px solid #6c5eff;
}
.header-top .htright p:last-child {
	padding-left: 0;
}
.header-top .htright p:first-child {
	border-left: 1px solid #6c5eff;
}
.header-top .htright p:first-child {
	padding-left: 40px;
	margin-left: 40px;
}
.header-top .htright p:first-child {
	border-right: none;
}
.header-top p span {
	float: right;
}
.header-top p i {
	padding-left: 7px;
	padding-top: 5px;
	float: right;
	padding-right: 0;
}

#navigation #main-menu .menu-item-has-children::after {
	left: -10px;
	right: auto;
}
#navigation #main-menu .menu-item-has-children {
	position: relative;
	margin-right: 0;
	margin-left: 28px;
}
#navigation #main-menu ul li ul, 
#navigation #main-menu ul li ul li ul{
	text-align: right;
}
#navigation #main-menu ul li ul li:hover > ul{
	right: 195px;
	left: auto;
}
#navigation #main-menu .sub-menu .menu-item-has-children::after{
	right: auto;
	left: -20px;
	transform: rotate(95deg);
}
.popup_searchform button {
	top: 0;
	left: 0;
	right: auto;
}

.cart_drawer .cart_number {
	right: auto;
	top: 0;
	border-right: 1px solid #ecebeb;
	border-top: transparent;
	border-left: transparent;
	left: 0;
}
.cart_drawer .cart_close {
	top: 2px;
	left: 0;
	right: 3px;
}
.min_cart_wrapper{
	right: auto;
	left: 0;
}
.cart_drawer {
	right: auto;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

/** Banner Slider **/
.hslider-item span img, 
.home-banner .banner_content span img {
	padding-right: 0;
	padding-left: 10px;
}

.bshape1 {
	right: -78px;
	left: auto;
}
.bshape2 {
	left: 52%;
	right: auto;
}
.bshape3 {
	left: -71px;
	right: auto;
}
.bshape4 {
	left: -60px;
	right: auto;
}
.sbanner_image {
	left: -129px;
	right: auto;
}
.bsearch_btn {
	left: 0;
	border-radius: 7px 0 0 7px;
	right: auto;
}

/** Category **/

.cicon {
	text-align: center;
	margin-bottom: 22px;
	float: right;
	margin-left: 35px;
	margin-right: 0;
	transition: .5s;
}
.cbtn {
	right: auto;
	left: 24px;
	transform: rotate(180deg);
}

/** About **/

.about-content ul::before {
	right: 28px;
	left: auto;

}
.about-img{
	text-align: left;
}
.about_badge {
	right: 0;
	top: 10px;
}
.about_img_1{
	display: inline-block;
	width: 58%;
}
.about-us-two .about_img_1{
	width: 60%;
}
.about-us-two .about_badge2 {
	left: 28%;
	right: auto;
}
.about_img_2 {
	left: auto;
	right: 0;
}
.about_badge2 {
	right: 28%;
	left: auto;
}
.about-us-two .ab_right_shape {
	left: auto;
	right: 0;
}
.about-us-two .ab_btm_shape {
	right: -10px;
	left: auto;
}
.about-us-two .ab_top_shape {
	right: auto;
	left: -17px;
	top: -2px;
}

.ab_btm_shape {
	right: -50px;
	bottom: 56px;
	width: 163px;
	left: auto;
}
.ab_top_shape {
	right: -50px;
	left: auto;
}

.about-content {
	padding-left: 0;
	padding-right: 15px;
}
.ab_wmark {
	left: 7px;
}

/** Button **/
.blue_btn{
	text-align: left;
}
.blue_btn i{
	display: inline-block;
	transform: rotate(180deg);
}
/** Counter **/

.counter-item {
	padding-right: 30px;
	padding-left: 0;
}

/** Testimonials **/

.testimonials .testi_shape {
	position: absolute;
	left: -5px;
	bottom: -50px;
	width: 44%;
	height: 575px;
	background: var(--blue);
	clip-path: url(#clip-testishape_rtl);
	opacity: .9;
	overflow: hidden;
}
.testimonials .testi_shape {
	right: -18px;
	left: auto;
}
.testimonial2_slider.owl-rtl .owl-next{
	float: right;
}
.testimonials-two .testimonial2_slider .owl-nav {
	right: auto;
	left: 0;
}
.quote_shape2 {
	left: 32px;
	right: auto;
}
.tes_top img {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.quote_shape {
	left: 60px;
	right: auto;
}
.testimonials .testi_shape {
	right: -5px;
	left: auto;
}
.testimoinals_wrap .testimonial_slider .owl-nav {
	right: -220px;
	left: auto;
}
.testimoinals_wrap .testimonial_slider .owl-nav button.owl-prev{
	float: left;
}
/*** Instructors **/

.section-title .ticon {
	margin-left: 8px;
	margin-right: 0;
}

/*** Blog ***/

.b_cat {
	right: 15px;
	left: auto;
}
.blog_btn2{
	transform: rotate(180deg);
}
.search-form button, .wp-block-search__button {
	right: auto;
	left: 0;
}
.standard-blog .b_cat {
	display: inline-table;
}
.blog_img img{
	height: auto;
}

/*** Instructors ***/

.ins_meta span {
	
}

/** CTA **/
.cta2 .cta_img {
	left: 0;
	right: auto;
}
.cta-content{
	position: relative;
	z-index: 11;
}

/** Footer **/
.fstyle-two .ftitle::before {
	left: auto;
	right: 0;
}
.news_form input[type="submit"], 
.news_form button {
	left: 0;
	right: auto;
	transform: rotate(180deg);
}
.contact_item {
	padding-right: 30px;
	padding-left: 0;
}
.cont_icon {
	float: right;
	margin-left: 25px;
	margin-right: 0;
}

.copyright .col-md-6.col-12.align-self-center.text-md-end{
	text-align:left!important;
}
.copyright .col-md-6.col-12.align-self-center.text-md-start{
	text-align:right!important;
}

/** Programs **/
.pcat i {
	padding-left: 2px;
	padding-right: 0;
}
.pcat {
	right: 15px;
	left: auto;
}
.prating span {
	padding-right: 5px;
	padding-left: 0;
}
.pauthor img {
	margin-left: 5px;
}
.pauthor span {
	text-align: ;
	float: left;
	padding-right: 5px;
}

/** Events **/
.event_btn{
	transform: rotate(180deg);
}

/** Live Class**/
.lc_author img {
	margin-left: 5px;
	margin-right: 0;
}
.lc_btm_left span::before {
	right: -15px;
	left: auto;
}

/** Courses**/

.c_author img {
	margin-left: 8px;
	border-radius: 50% !important;
	display: inline-block;
	margin-right: 0;
}
.tutor-card:not(.tutor-no-border) {
	border: none;
}

/* WooCommerce Codes*/


.woocommerce-info, 
.woocommerce-message {
	border-top-color: var(--blue);
	margin-bottom: 0;
}
.woocommerce-message{
	border: none;
	margin-bottom: 15px!important;
}
.woocommerce-message::before {
	content: "\e015";
	color: var(--blue);
	top: 11px;
	left: 20px;
}
.woocommerce table.shop_table {
	text-align: left;
	border-collapse: separate;
	font-size: 16px;
}
.woocommerce a.remove {
	font-size: 18px;
	color: #222!important;
}
.woocommerce a.remove:hover,
.woocommerce a.remove:focus{
	background: #fff;
	color: #222!important;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding: 10px 57px;
}
.woocommerce table.cart td.actions .coupon{
	width: 60%;
	text-align: left;
	position: relative;
}
.woocommerce .coupon .button  {
	padding: 3px 15px;
	display: block;
	height: 45px;
	position: absolute;
	right: 0;
	width: 155px;
}
#coupon_code {
	margin-right: 0;
	width: 100%;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading{
	font-size: 20px;
}
#order_review_heading{
	margin-bottom: 15px;
}
.woocommerce-billing-fields label,
.woocommerce-additional-fields label{
	cursor: pointer;
}
#order_comments{
	border: 1px solid #F6F7FB;
	height: auto;
	border-radius: 4px;
	padding: 8px 15px;	
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus{
	background-color: var(--blue);
	padding: 16px;
	font-size: 15px;
	border-radius: 30px;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	float: left;
}
.woocommerce-checkout-payment #place_order{
	background-color: var(--blue);
	padding: 15px 30px;
	font-size: 15px;
	transition: .5s;
	margin-top: 12px;
	width: 100%;
	border-radius: 30px;
}
.wc-proceed-to-checkout,
.wc-proceed-to-checkout .checkout-button.button{
	padding-bottom: 0;
	margin-bottom: 0!important;
}
.wc-proceed-to-checkout{
	padding-bottom: 0!important;
}
.woocommerce-checkout-payment #place_order:hover,
.woocommerce-checkout-payment #place_order:focus,
.wc-proceed-to-checkout .checkout-button.button:hover,
.wc-proceed-to-checkout .checkout-button.button:focus{
	background-color: var(--green)!important;
	border-color: var(--green)!important;
	opacity: 1!important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus{
	opacity: .8;
}
.woocommerce .quantity .qty {
	padding: .53em;
	padding-left: 0.53em;
	height: 47px;
	padding-left: 8px;
	background: #fff;
	border: 1px solid #F5F5F5;
	width: 70px;
}
.woocommerce-cart table.cart img{
	width: 100px;
	border-radius: 5px;
}
.woocommerce form.checkout_coupon .form-row.form-row-first,
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
	width: 100%;

}

.checkout_coupon.woocommerce-form-coupon button {
	padding: 6px 18px;
}
.checkout_coupon.woocommerce-form-coupon button:hover,
.checkout_coupon.woocommerce-form-coupon button:focus{
	background-color: var(--blue);
}
.woocommerce-checkout #customer_details input:focus,
.woocommerce-checkout #customer_details textarea:focus {
	border-color: var(--blue);
}
.woocommerce-checkout form .form-row{
	margin: 0 0 15px;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background: #fafafa;
	border-radius: 5px;
}
.select2-container--default .select2-selection--single {
	background-color: #F6F7FB;
	border: 1px solid #F6F7FB;
	border-radius: 4px;
	height: 50px;
	padding: 10px 0 0 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
	right: 5px;

}

.checkout.woocommerce-checkout .col-1,
.checkout.woocommerce-checkout .col-2{
	width: 100%;
}

.woocommerce-info a{
	font-weight: 600;
}
.woocommerce-message a.button.wc-forward{

}
.page-wrapper .single-post-details .return-to-shop a,
.page-wrapper .single-post-details .return-to-shop a:hover,
.page-wrapper .single-post-details .return-to-shop a:focus {
	display: inline-block;
	width: auto;
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
	padding: 14px 20px;
	font-weight: 600;
	background-color: var(--blue);
}

.tutor-frontend-dashboard{
	padding-top: 100px;
}

.shop_bar_tp {
	margin-bottom: 30px;
}
.woocommerce-result-count{
	font-weight: 700;
	line-height: 50px;
}
.woocommerce-ordering select {
	border: 1px solid #eee;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	border-radius: 4px;
	height: 48px;
	padding: 5px 16px;
	width: 221px !important;
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-ordering option{
	color: ;
	font-family: 'Quicksand', sans-serif;
}

.single_product{
	margin-bottom: 30px;
	text-align: left;
	border: 1px solid #f1f1f1;
	border-radius: 4px;	
}
.product_image{
	position: relative;
	border-radius: 4px 4px 0 0;
}
.product_image:before{
	content: '';
	width: 100%;
	height: 0%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px 4px 0 0;
	transition: .5s;
	visibility: hidden;
}
.single_product:hover .product_image:before{
	opacity: 1;
	height: 100%;
	visibility: visible;
}
.single_price .woocommerce-Price-amount{
	font-size: 18px;
	color: var(--title);
}
.single_product_content.section-padding{
	padding: 50px 0 80px;
}
.single_price .woocommerce-Price-amount bdi{
	color: var(--title);
}
.product_btm_text{
	padding: 22px 22px 30px;
}
.product_btm_text h4 a{
	color: #222;
	font-size: 17px;
}
.product_btm_text .wo_product_price .price{
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	font-size: 15px!important;
	margin-top: 8px;
	color: #555;
}

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

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--blue);
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0;
	width: 50px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	margin: 0 12px;
}
.woocommerce nav.woocommerce-pagination ul li a{
	background-color: #fafafa;
	color: #222;
}
.woocommerce-page div.product div.images{
	width: 100%;
}

.sin_p_left{
	padding-right: 15px;
}
.sin_p_right{
	padding-left: 15px;
}
.single_product_content .quantity .qty {
	height: 38px;
	width: 65px;
	border-radius: 4px;
	margin-right: 10px;
}
.woocommerce div.product form.cart .button{
	background-color: var(--blue);
	width: auto;
	transition: .5s;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus{
	background-color: var(--green);	
}
.woocommerce-notices-wrapper{
	margin-top: 80px;
}
.single_product_content .product_meta .sku_wrapper,
.single_product_content .product_meta .posted_in
{
	display: block;
	font-weight: 600;
}
.single_product_content .product_meta .sku_wrapper .sku{
	font-weight: 400;
}

.single_product_content .product_meta .posted_in a,
.single_product_content .single_price,
.single_product_content .pd_title{
	color: #222;
}
.single_product_content .single_price{
	
}
.pd_share_area{
	margin-top: 25px;
}
.pd_share_area h4{
	font-size: 16px;
}

.pd_social_icon{
	display: inline-block;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	  font-size: 22px;
	  color: #222;
	  text-decoration: none;

}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
	text-decoration: none;
}
.woocommerce span.onsale{
	width: 50px;
	height: 50px;
	line-height: 47px;
	background: var(--blue);
}
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: auto;
	padding: 15px;
}
.woocommerce #review_form #respond textarea:focus{
	box-shadow: none;
	outline: none;
}
.woocommerce #review_form #respond p label{
	display: block;
}
.woocommerce-message a.button.wc-forward,
.woocommerce a.add_to_cart_button,
.woocommerce .return-to-shop a,
.woocommerce .button.product_type_grouped,
.woocommerce .added_to_cart.wc-forward{
	border: 1px solid var(--blue);
	background: transparent;
	color: var(--blue);
	font-weight: 400;
	display: block;
	text-align: center;
	border-radius: 5px;
	transition: .5s;
}
.woocommerce .added_to_cart.wc-forward{
	padding: .4em 1em;
}
.woocommerce .return-to-shop a{
	display: inline-block;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce .button.product_type_external{
	border: 1px solid var(--blue);
	background: var(--blue);
	color: #fff;
	font-weight: 400;
	display: block;
	text-align: center;
	border-radius: 5px;
	transition: .5s;	
}
.woocommerce .button.product_type_external:hover,
.woocommerce .button.product_type_external:focus{
	border-color: var(--green);
	background: var(--green);
	color: #fff;	
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .return-to-shop a:hover,
.woocommerce .return-to-shop a:focus,
.woocommerce .button.product_type_grouped:hover,
.woocommerce .button.product_type_grouped:focus,
.woocommerce .added_to_cart.wc-forward:hover,
.woocommerce .added_to_cart.wc-forward:focus{
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
}
.woocommerce nav.woocommerce-pagination{
	margin-top: 30px;
}
.woocommerce-product-gallery__image{
	margin-bottom: 20px;
}
.prdct_dtls_content p.price {
	font-size: 22px;
	color: #222;
	font-weight: 700;
	border-bottom: 1px solid #dddd;
}
.single_product_content .product-actions,
.single_product_content .product-actions form{
	display: flex;
	width: 100%;
}
.single_product_content .quantity{
	width: 20%;
}

.woocommerce .prdct_dtls_content button.single_add_to_cart_button{
	flex-basis: 100%;	
	background-color: var(--blue);
	width: auto;
	font-weight: 600;
	padding: 15px;
	display: block;
}
.woocommerce-product-details__short-description{
	margin: 25px 0;
}
.woocommerce .prdct_dtls_content .quantity .qty {
	height: 47px;
	width: 65px;
	border-radius: 4px;
	margin-right: 10px;
}
.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 0 0 0;
}
.rel_title {
	margin-bottom: 30px;
	text-align: left;
	font-size: 24px;
	text-transform: capitalize;
}
.related_prdct_area .wo_product_price .price{
	font-size: 16px;
}
#tab-additional_information h2,
#tab-reviews .woocommerce-Reviews-title,
#tab-description h2{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li
 {
	border: none!important;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: none;

}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #f1f1f1;
	background-color: #fff;
}
.woocommerce-noreviews{
	padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--blue);
	color: #fff;
	z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	width: auto;
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: none; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 10px 15px;
	font-weight: 700;
	color: #515151;
	font-size: 16px;
	letter-spacing: 0;
}
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: auto;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.woocommerce p.stars a:hover{
	color: var(--yellow);
}
.woocommerce #review_form #respond textarea:focus{
	border-color: var(--blue);
}
.welmessage {
	padding-top: 20px;
	display: block;
}
.entry-content .update_btn {
	border: 2px solid #002935;
	color: #222;
	padding: 8px 25px;
	font-weight: 600;
	border-radius: 4px;
	transition: .5s;
	background-color: #fff;
}
.entry-content .update_btn:hover,
.entry-content .update_btn:focus{
	border-color: var(--blue);
	background-color: var(--blue);
	color: #fff;
}
.woocommerce .cart .button:hover,
.woocommerce .cart .button:focus{
	color: #fff;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	float: inherit;
	width: 100%;
}
.woocommerce .cart-collaterals table.shop_table {
	border: inherit;

}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
	top: 11px;
}
#coupon_code {
	margin-right: 0;
	width: 100%;
	height: 46px;
	border-radius: 4px;
}
#coupon-error-notice {
	display: block;
	position: absolute;
	bottom: -36px;
	right: 0;
	font-weight: 600;
}
.woocommerce .coupon .button {
	height: 45px;
	position: absolute;
	left: 0;
	width: 155px;
	right: auto;
	border-radius: 4px;
}
.entry-content ul.woocommerce-error{
	padding-left: 55px;
}
.entry-content .return-to-shop{ margin-top: 25px;}
.instructor-content h4 a{
	color: var(--title);
}
.intructor-social-links a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: var(--blue);
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	color: var(--white);
	margin: 0 5px;
}
.instructor-image img{
	border-radius: 15px;
}

/** Responsive Codes **/

@media only screen and (max-width: 1199px){
	.header-top span {
		display: block;
	}
}
@media only screen and (max-width: 991px){
	.header-top p i {
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px){
		.counter-item {
			padding-right: 0;
			padding-left: 0;
		}
		.copyright .col-md-6.col-12.align-self-center.text-md-start,
		.copyright .col-md-6.col-12.align-self-center.text-md-end{
			text-align: center !important;
		}
}