/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://aphonicsolutions.com
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aphonic Solutions
 Author URI:   https://aphonicsolutions.com
 Template:     twentytwenty
 Text Domain:  twentytwenty-child
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


body {
    background: transparent;
}
p {
    word-break: break-word!important;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom:20px;
}
section {
    padding: 0rem 0;
}
.make_list_section li span.comingsoon{
	display: block !important;
    font-size: 15px;
    margin-top: -5px;
    color: #464646;	
}
.text_grediant span{
    color: #25a5f8;
    font-weight: 800;
    background: #098098;
    background: linear-gradient(to right, #ff0086 0%, #ff0400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.animateed_text .elementor-headline-dynamic-wrapper path {
    stroke: #fd0113!important;
}
.animateed_text .elementor-headline-dynamic-text{
    padding: 0px 16px !important;
}
.questions-box:before {
    border-top-color: #f7f7f5;
    bottom: auto;
    top: 0;
}
.questions-box:after {
    bottom: -50px;
    left: 88px;
    position: absolute;
    content: '';
    width: 10px;
    border: 25px solid transparent;
    border-top: 25px solid #ebebe9;
    z-index: 0;
} 
/* LISTING PAGE */
.product_listing .product_grid {
    text-align: center;
    padding: 25px 110px;
    border-radius: 25px;   
    border: solid;
    margin-bottom: 25px; 
}
.product_listing>.row>.col-md-6:first-child .product_grid {
    background-color: transparent;
    background-image: linear-gradient(180deg, #380D1C 0%, #140101 100%);
}
.product_listing .productimg{
	margin: 0 auto;
    height: 248px;
    width: 100%;
    margin-bottom: 40px;
    object-fit: contain;;
}
.product_listing .product_name{
    margin-bottom:15px;
    color: #fff;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 23px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1.5px;
    margin-top: 0px;
    height: 57.5px;    
}
.product_listing .product_originalrate{
    margin-bottom: 10px;
    color: #D2D2D2;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
    letter-spacing: 1.5px;   
    margin-top: 0px;
}
.product_listing .product_salerate{
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.product_listing .product_saving{
    margin: 0px 0px 0px 0px;
    color: #FF3E4F;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px;    
}
.product_listing .product_ordernow_btn{
    font-family: Source Sans Pro, Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #E91E63 0%, #FF0000 93%);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 5px 5px 0px 0px #041c2c;
    padding: 15px 30px 15px 30px;
    display: block;
    width: max-content;
    margin: 0 auto;
}
.product_listing .product_ordernow_btn:hover{
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FF0000 0%, #E91E63 93%);    
}
.product_listing .product_after_label{ 
    color: #D2D2D2;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px; 
    margin-top: 20px;
}
.elementor-679 .elementor-element.elementor-element-8c6cb10 .elementor-nav-menu--dropdown a:hover, .elementor-679 .elementor-element.elementor-element-8c6cb10 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-679 .elementor-element.elementor-element-8c6cb10 .elementor-nav-menu--dropdown a.highlighted, .elementor-679 .elementor-element.elementor-element-8c6cb10 .elementor-menu-toggle:hover {
    color: #000000 !important;
}
body .um-field-label label {
    font-weight: 600 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px !important;
    text-transform: none !important;
    line-height: 15px !important;
    letter-spacing: 1px !important;
}
.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .select2-container .select2-choice, .select2-container-multi .select2-choices {
    background-color: #ffffff;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px !important;
    text-transform: none !important;
    line-height: 15px !important;
    letter-spacing: 1px !important;
    padding: 12px !important;
    height: unset !important;
    border-radius: 10px;
    font-weight: normal !important;
}
.um-form form {
    background-color: #f9f9f9 !important;
    border-radius: 10px 10px 10px 10px !important;
    border-style: dashed !important;
    border-color: #cbcbcb !important;
    padding: 30px !important;
}
.um-form .um-button{
    font-family: "Source Sans Pro", Sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #E91E63 0%, #FF0000 93%) !important;
    box-shadow: 5px 5px 0px 0px #041c2c !important;
    padding: 13px 40px !important;    
}
.um-form .um-button:hover{
    color: #FFFFFF !important; 
    background-color: transparent !important; 
    background-image: linear-gradient(90deg, #FF0000 0%, #E91E63 93%) !important;
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;      
}
div#um-field-show-passwords-login, div#um-field-show-passwords-password, div#um-field-show-passwords-register {
    font-weight: 600 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 15px !important;
    text-transform: none !important;
    line-height: 15px !important;
    letter-spacing: 0.5px !important;
    color: #000 !important;
    margin-top: 20px !important;
}
div#um-field-show-passwords-login a, div#um-field-show-passwords-password a, div#um-field-show-passwords-register a{
    color: #000 !important;    
}
.um-field-checkbox-option, .um-field-radio-option {
    margin: 0px 0px 0px 27px !important;
    line-height: 24px !important;
    display: block !important;
    font-weight: 600 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    color: #000 !important;
}
.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #000000 !important;
}
body .um-field-checkbox-option, body .um-field-radio-option{
    color: #000 !important;
}
.um-field-checkbox-state i, .um-field-radio-state i{
    color: #000 !important;
}
a.um-link-alt {
    line-height: 22px !important;
    color: #000 !important;
    display: block !important;
    text-decoration: none !important;
    font-weight: normal !important;
    text-align: center !important;
    border-bottom: none !important;
    letter-spacing: 0.5px !important;
    font-size: 16px !important;
    margin-top: 10px !important;
}
.elementor-2608 .elementor-element.elementor-element-e4541ec .elementor-heading-title a{
    text-decoration: underline !important;
}
body p.um-notice.success {
    background: #098098 !important;
}
.btn_continue_shoping{
    border-radius: 6px;
    background: #000;
}
.btn_continue_shoping:hover{
    color: #FFFFFF !important; 
    background-color: #000 !important;
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;      
}
.page-template-thankyou .product_listing>.row>.col-md-6 .product_grid, .page-template-payment-failed .product_listing>.row>.col-md-6 .product_grid {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #140101 100%);
}
.loginpopupopener{
	background: #000 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #fff !important;
    border: 3px solid transparent;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    padding: 17px 30px;
    font-weight: bold;
}
.dialog-type-lightbox .dialog-widget-content {
    background-color: transparent;
}
.ul-li-disc{
    list-style-type: disc!important;
}
.ul-li-disc li{
    list-style: disc!important;
}


/* media query*/
@media (max-width: 300px){
    .elementor-679 .elementor-element.elementor-element-46fabb1 .elementor-heading-title {
        font-size: 14px !important;
    }
    .elementor-679 .elementor-element.elementor-element-4573769 .elementor-heading-title{
        font-size: 11px !important;
    }
    .elementor-679 .elementor-element.elementor-element-46fabb1 .elementor-heading-title img {
        width: 18px !important;
        vertical-align: bottom;
    }
    .elementor-element.elementor-element-46fabb1.elementor-widget.elementor-widget-heading {
        margin-bottom: 0px !important;
    }
    .elementor-679 .elementor-element.elementor-element-401b34a .elementor-widget-wrap {
        padding-right: 0px !important;
    }
    .btn-group .btn {
        width: 100% !important;
        border-radius: 5px !important;
        margin-bottom: 5px !important;
    }
    .btn_pre_submit, .btn_pay_submit{
        height: unset !important;
    }
    .elementor-259 .elementor-element.elementor-element-e411463 .elementor-heading-title {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .elementor-259 .elementor-element.elementor-element-2dc0276 .elementor-button {
        font-size: 17px !important;
        padding: 14px 20px !important;
        text-align: center !important;
    }
    .elementor-259 .elementor-element.elementor-element-1ecfd7f {
        padding-bottom: 0px !important;
    }
    .elementor-259 .elementor-element.elementor-element-c46ab0e .elementor-headline {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .elementor-259 .elementor-element.elementor-element-c19b50a .elementor-button {
        font-size: 16px !important;
        letter-spacing: 0.5px !important;
        padding: 12px 20px !important;
        line-height: 20px !important;
    } 
    .elementor-259 .elementor-element.elementor-element-7abcd6c .elementor-heading-title {
        font-size: 17px !important;
        line-height: 26px !important;
    } 
    .elementor-259 .elementor-element.elementor-element-50a8b66 .elementor-heading-title {
        font-size: 22px !important;
        line-height: 29px !important;
    }
    .elementor-259 .elementor-element.elementor-element-383abcf .elementor-heading-title {
        font-size: 19px;
        line-height: 26px;
    }
    .elementor-1155 .elementor-element.elementor-element-527684f {
        text-align: center;
        margin-bottom: 0px !important;
    }
    .elementor-1155 .elementor-element.elementor-element-527684f .elementor-heading-title {
        font-size: 19px !important;
        line-height: 33px !important;
    }
    .elementor-1155 .elementor-element.elementor-element-6fbd37b .elementor-heading-title {
        font-size: 22px !important;
        line-height: 33px !important;
    } 
    .elementor-1264 .elementor-element.elementor-element-949f856 .elementor-heading-title {
        font-size: 24px !important;
        line-height: 33px !important;
    }
    .elementor-1264 .elementor-element.elementor-element-d992044 .elementor-heading-title {
        font-size: 19px !important; 
        line-height: 5px !important;
    }
	.elementor-1155 .elementor-element.elementor-element-527684f .elementor-heading-title{
		margin-bottom: 16px !important;
	}
	.elementor-1155 .elementor-element.elementor-element-611e4f0 > .elementor-element-populated > .elementor-widget-wrap {
		padding: 0px !important;
	}
	.elementor-1155 .elementor-element.elementor-element-4370325 {
		margin-bottom: 0px !important;
	}
	.elementor-1264 .elementor-element.elementor-element-3e118dc .elementor-heading-title {
		font-size: 19px !important;
		line-height: 29px !important;
	}
	.elementor-1264 .elementor-element.elementor-element-6385b34 .elementor-heading-title {
		font-size: 22px !important;
		line-height: 35px !important;
	}
	.elementor-2932 .elementor-element.elementor-element-810678a .elementor-heading-title {
		font-size: 16px !important;
	}
	body ul#image-gallery {
		height: 110px !important;
	}	
	.checkout_slider .lslide img {
    	height: 110px !important;
	}	
}
@media (max-width: 767px){
    .btn-group, .btn-group-vertical{
        flex-wrap: wrap;
    }
    .register,.bill,.purchase{
        padding: 20px;
    }
    .purchase{
        margin-top: 10px;
    }
    .purchase h3{
        text-align: center;
        margin-bottom: 10px; 
    }
    .login-title{    
        flex-direction: column-reverse;
    }
    .login-title p{
        text-align: center;
        margin-bottom: 30px;    
    }
    .checkout-section {
        margin-top: 30px;
    }
    .togglearea label.btn.btn-outline-primary {
        border: 1px solid #ffffff;
        padding: 12px 40px;
        border-radius: 5px !important;
        width: 100%;
        margin-bottom: 10px;
    } 
    /* account page*/
    .main-div{
        flex-direction: column-reverse;
    }
    .main-div .btn{
        margin-left: auto;
        margin-bottom: 30px;
    }
    .tab-content{
        padding: 20px;
    }
    .nav-pills .nav-link{
        margin-right: 5px;
        padding: 8px 5px;
        font-size: 15px;
    }
    .product_listing .product_grid {
        text-align: center;
        padding: 25px 20px;
        border-radius: 25px;
    }
    .elementor-679 .elementor-element.elementor-element-46fabb1 .elementor-heading-title img {
        width: 20px;
        vertical-align: bottom;
    }
    .elementor-682 .elementor-element.elementor-element-32633b9 .elementor-nav-menu .elementor-item {
        font-size: 14px !important;
    } 
    .um-form .um-button{
      padding: 13px 10px !important;
      font-size: 19px !important;  
    } 
    body .um-center .um-button {
        min-width: 190px !important;
    } 
    .page-template-thankyou .product_listing>.row>.col-md-6 .product_grid{
        margin-bottom: 20px;    
    }
    .order_details .purchase .promo .total {
        text-align: center;
    }
    .mobilebrhide{
        display: none !important; 
    } 
    .elementor-259 .elementor-element.elementor-element-2dc0276 .elementor-button {
        font-size: 17px !important;
        padding: 14px 20px !important;
        text-align: center !important;
    }
    .elementor-259 .elementor-element.elementor-element-1ecfd7f {
        padding-bottom: 0px !important;
    }
    .elementor-259 .elementor-element.elementor-element-c46ab0e .elementor-headline {
        font-size: 18px !important;
        line-height: 25px !important;
        margin-bottom: 10px !important;
    }
    .elementor-1264 .elementor-element.elementor-element-131a644 li.elementor-icon-list-item {
        word-break: break-all !important;
    }
    .elementor-1264 .elementor-element.elementor-element-d264ada .elementor-field-group .elementor-field, .elementor-1264 .elementor-element.elementor-element-d264ada .elementor-field-subgroup label {
        font-family: "Source Sans Pro", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        height: unset;
        padding: 12px;
    }
	ul#image-gallery {
		height: 160px !important;
	}	
	.checkout_slider .lslide img {
    	height: 160px;
	}
}
@media only screen and (min-width:768px) and (max-width:1080px){
    .purchase{
        margin-top: 50px;
    }

    .tab-content{
        padding: 20px;
    }
    .product_listing .product_grid {
        text-align: center;
        padding: 25px 30px;
        border-radius: 25px;
    }  
    .product_listing{
        padding: 20px;   
    }
	ul#image-gallery {
		height: 315px !important;
	}	
	.checkout_slider .lslide img {
    	height: 315px;
	}	
}
article.blog-lis img{  
    min-height: 220px;
    max-height: 220px;
    width: 100%; 
} 
article.blog-lis a { 
    text-decoration:none; 
}
article.blog-lis a:hover h3,
article.blog-lis a:hover{ 
    color:#bcbcbf;
    opacity:0.8;
}
article.blog-lis h3{  
    font-size:20px;
    line-height: 1.3em;
    letter-spacing: 1px;
    background: #484848;
    color: #fff;
    margin-top: 0px;
    padding: 10px;
    text-decoration:none;
}
article.blog-lis h3:hover{  
    font-size:20px;
    text-decoration:none;
}
