/*
Theme Name: Aora Child
Theme URI: https://elementor2.thembay.com/aora/
Author: Thembay
Description: This is a child theme for Aora
Version: 1.0
Author URI: https://thembay.com/
Template: aora
Text Domain: aora-child
*/

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

/*  [ CSS of the ADDITIONAL Page ]
- - - - - - - - - - - - - - - - - - - - */

.card-header{
    padding: 20px;
    border-radius: 35px !important;
}

.accordion .card {
    margin:20px;
    padding: 1px;
    border: 3px solid #f7f7f7 !important;
    border-radius: 35px !important;
}

.card-header i.fas{
    position: absolute;
    right: 30px;
    border: 3px solid #bcbcbc;
    padding: 5px 8px;
    border-radius: 20px !important;
    top:17px;
}

.dd-options li{
    padding: 10px;
    border-bottom: 2px dashed #d7d6d6;
    list-style: none;
    position: relative;
}

.dd-options li:last-child{
    border-bottom:0px !important;
}

.dd-options li .add-cart{
    float: right;
}

.dd-options li .dd-option-text{
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}

.dd-options li .dd-option-text .woocommerce-Price-amount.amount{
    color: #d43811;
}

.card-image img{
    position: absolute;
    z-index: 99;
    padding: 5px 10px;
}

.card-header h5{
    padding-left: 80px;
}

.dd-options li .add-cart i{
    padding: 0px 5px;
    font-size: 12px;
    font-weight: 600;
}

.dd-options li .add-cart .title-cart{
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.dd-options li .add-cart a{
    border-radius: 20px;
}

ul.dd-options{
    padding:0px !important;
}

.all-subcategories {
    padding: 0px !important;
}

.mt-5{
     margin-top: 1rem !important;
 }
     
     
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .card-header i.fas {
        right: 10px;
        padding: 2px  4px;
        border: 3px solid #bcbcbc;
        border-radius: 20px !important;
    }
    
    .card-header h5{
         padding-left: 60px;
         font-size: 14px;
    }
    
    .dd-options li {
        text-align:center;
    }
    
    .dd-options li .add-cart {
        float: none;
    }
 
     #cart-conform{  
        position: unset !important;
     }
     
     .cart-msg{
         text-align:center;
         margin: 0px 0px 0px 0px;
     }
     
     
     /* buttons fixed */
     
    .adons-skip{
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        background: #343a40;
        margin-left: -4%;
    }
    
     .adons-skip a{
        width: 49%;
        padding: 10px 0px;
     }
     
     .adons-skip a.btn{
        line-height: 2;
        border-radius: 0;
     }
     
     #accordionEx[style]{
         padding-top:0px !important;
     }
}

form.checkout #product_message_card {
    min-height: 150px;
    padding: 20px 15px !important;
    padding-top: 15px!important;
    line-height: inherit !important;
    margin-bottom: 0 !important;
}

#cart-conform{
    font-size: 12px;
    color: #32a702;
    font-weight: 500;
    position: absolute;
    top: 50px;
    right: 0;
}

#cart-item-msg{
    color: #32a702;
    font-weight: 500;
}

#cart-item-msg .red{
    color: #dc3545;
    font-weight: 600;
}

.collapsible {
  color: black;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  padding: 20px;
  border-radius: 35px !important;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}

.collapsible:hover {
  background-color: #b9a16b;
}

.collapsible.active{
	background-color: #b9a16b;
}

.collapsible.active .card-name, .collapsible.active .et-icon.et-arrow-down{
	color: white;
}

.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}

.card-image{
	position: absolute;
	top: 0;
}

.card-name{
	padding-left: 100px;
    font-size: 20px;
}

.card-header {
    margin: 10px;
    border-radius: 50px !important;
    background: #f1f1f1;
}

.card-header {
    padding: 5px !important;
	background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    background: white;
    border-radius: 0px 0px 50px 50px;
}

.add_to_cart_button{
	float: right;
    border-radius: 30px;
    padding: 5px 20px;
    margin-top: 2%;
}
#cart-conform {
    font-size: 15px;
    color: #32a702;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 0;
}

.et-icon.et-arrow-down{
	float: right;
	font-size: 20px;
	line-height: inherit;
}

#gifts-accordian{
	margin-bottom: 50px;
	margin-top:40px;
}

.cart-msg{
	text-align: center;
}

.panel-open-cart #side-cart {
  z-index:9999;   
}

#header.sticky{
    background: white;
}