/*
 Theme Name:   Acadu Child
 Theme URI: https://angfuzsoft.com/templatemonster/wordpress/acadu
 Description:  This is a child theme for Acadu WordPress Theme
 Author:       Angfuzsoft
 Author URI:   #
 Template:     acadu
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  acadu-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.as-product .product-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 400px;
  height: 250px !important;
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.course-author{
	display: none !important;
}

.woocommerce-product-rating{
    	display: none !important;
}

.link-inherit{
    	display: none !important;
}

.sku_wrapper{
    	display: none !important;
}

.quantity{
    	display: none !important;
}

.fa-file{
	display: none !important;
}

.team-info .line{
	display: none !important;
}

.select, .form-control, .form-select, .textarea, .input{
	color: #0F2239 !important;
}

.newsletter-widget > .form-group > .form-control{
	color: white !important
}

input[type="checkbox"] {
 visibility: initial;
  opacity: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline !important;
}

.size{
	font-size:0.9rem !important;
}

@media screen and (max-width: 600px) {
  .product_title {
    font-size: 1.8rem !important;
  }
  .single-product h2 {
    font-size: 1.2rem !important;
  }
}