/*
Theme Name: caradiem
Author: Corsiva Lab Team
Description: Combination of Automattic´s _s theme and Bootstrap 4
Version: 1.0.0
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/
.footer-top .info:last-child{
	margin-top: 1rem;
}
.form-footer .form-subs{
	display: flex;
	grid-gap: unset;
	width: 100%;
	margin-top: 1rem;
}
@media (max-width: 575px){
	.form-footer .form-subs{
		display: grid;
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.footer .footer-top .info {
    margin-left: 0;
   }
}
.form-footer .form-subs .form-group{
	margin-bottom: 0
}
.form-footer .form-subs input{
	margin-bottom: 0
}
.form-footer .form-subs .form-group input[type=email]{
	    background: #fff;
    border: 1px solid #d1d1d6;
    color: #8e8e93;
    border-radius: 0;
}
.product-detail .group-price .price > span, .woocommerce-variation-price span.price > span{
	font-size: 3.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #1c1c1e;
    font-family: Marcellus,sans-serif;
}
.gap-15 {
    gap: 1.5rem !important;
}
.mb-20 {
    margin-bottom: 2rem !important;
}
.section-faq .item{
	border: 1px solid #b3bfb8;
    border-radius: 1rem;
	
}
.section-faq .item .question{
	padding: 2rem 6rem 2rem 3rem;
	display: block;
	position: relative;
	font-weight: 600;
	color: #3a3a3c;
	cursor: pointer;
}
.section-faq .item .collapse{
	padding: 0 6rem 2rem 3rem;
}
.section-faq .faqs .question::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(./img/arrow_circle_icon.png) no-repeat center center/contain;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    transition: all 0.35s ease;
	filter: grayscale(1);
}
.rotale-180::after{
	transform: rotate(180deg);
}
.omise-new-card-form .form-row::after, .omise-new-card-form .form-row::before, .omise-new-card-form label::before{
	display:none !important
}
.omise-new-card-form label{padding-left:0 !important}
.omise-new-card-form .form-row{width:100% !important}
.omise-remember-card{
	display: flex;
    align-items: center;
}
@media only screen and (min-width:2000px){
	.custom-ring .right .image{height:unset}
}