/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*adding the code for the fonts*/
@font-face {
  font-family: 'Quantify';
  src: url('fonts/quantify.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quantify';
  src: url('fonts/quantify-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*start of design*/
.wpml-ls-legacy-list-horizontal{
	padding: 0px !important;
}
.entry-title {
  display: none !important;
}
.ast-container{
	padding: 0px !important;
}
.product-header h2{
	margin: 0px;
	padding: 0px;
}
/*applying the fonts*/
body, button, input, select, textarea {
  font-family: 'Quantify', sans-serif !important;
}
/*adding the code for the perks phrses*/
.persk-phrases{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.persk-phrases div{
	color: white;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-content: center !important;
    border: 1px dashed #9FDAFF;
    text-align: center;
    padding: 4px 20px;
    border-radius: 10px;
}
.persk-phrases div:nth-child(1){
	background-color: #011A40;
}
.persk-phrases div:nth-child(2){
	background-color: #005FB6;
}
.persk-phrases div:nth-child(3){
	background-color: #011A40;	
}
.persk-phrases div:nth-child(4){
	background-color: #005FB6;	
}
/*adding the code for the payemnt methods*/

.payment-methods{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding: 6px 6px;
    height: 20%;
    gap: 8px;
    background-color: white;
    border-radius: 12px;
}
.cod-method{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 8px;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    height: 50px;
	font-size: 14px;
	font-weight: 700;
	background-color: #747474;
    color: white;
}
.ngenius-method{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    border: 1px solid black;
    width: 25%;
    border-radius: 8px;
    box-sizing: border-box;
    height: 50px;
}
.ngenius-method div:nth-child(1){
    width: 100%;
    text-align: center;
	font-size: 14px;
	font-weight: 700;
}
.ngenius-method div:nth-child(2){
    width: 100%;
    text-align: center;
    background-color: #E50113   ;    
    border-radius: 8px 8px 0px 0px;
    box-sizing: border-box;
    color: white;
	font-size: 14px;
	font-weight: 700;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabby-method{
    width: 25%;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid black;
    padding: 5px;
}
.tabby-method div{
    width: 95%;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3dedc1;
    border-radius: 8px;
    font-size: 24px;
    color: #292929;
}   
.tamara-cont{
	width: 25%;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid black;
    padding: 5px;
}
.tamara-cont div{
    width: 95%;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8000DB;
    border-radius: 8px;
    font-size: 24px;
    color: white;
}   

.form-fields{
	padding: 6px;
    border: 1px solid white;
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-fields input, .form-fields textarea{
	border-radius: 12px !important;
    color: #005fb6;
}
.form-header-texts1{
	color: white;
    text-align: center;
    font-size: 18px;
    margin: 4px 0px 18px 0px;
}
.color-selector-cont{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row-reverse;
	margin: 12px 0px;
}
.color-selector-cont img{
	width: 125px;
}
.color-selector-cont h5{
	color: white;
    background-color: #EA1818;
    padding: 12px 10px;
	font-size: 15px;
	border-radius: 8px;
}
.qty-selsctor-cont{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 12px;
    padding: 10px 12px;
    background: linear-gradient(239deg, #6CAA3D33, transparent);
	gap: 12px;
}
.qty-option{
	width: 100%;
    background-color: white;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	flex-direction: column;
}
.opt-input{
	display: flex;
    justify-content: center;
    align-items: center;
}
.opt-input-radio{
	width: 25px;
    height: 25px;
    border: 2px solid #454646;
    border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items:center;
}
.qty-option-cont{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.opt-input-radio span{
	width: 80%;
    height: 80%;
    background-color: white;
    border-radius: 50%;
	transition: 0.3s all ease-in;
}
.active-opt-span{
	background-color: #454646 !important;
}
.opt-double-text{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.opt-double-text h6{
	color: #454646;
	font-size: 18px;
}
.opt-price{
	display: flex;
    justify-content: center;
    align-items: center;
}
.opt-price h6{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #20A634;
    font-size: 24px;
}
.opt-price h6 span{
	font-size: 16px !important;
}
.opt-instead h6{
	color: #454646;
	font-size: 18px;
}
.opt-before-price{
	color: #990000;
	font-size: 22px;
}
.opt-before-price span{
	font-size: 16px !important;
}
.shipping-cost-statment{
	width: 100%;
    padding: 0px 45px;
    color: #FF0000;
    font-size: 16px;
    font-weight: 600;
}
.form-button{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 15px;
}	
.form-button div{
	background-color: #ABFF8D;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #00112e;
}