/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/* use accent color for selection color: rewrite #06396E with your accent color. set button color, scroll to top color from theme  */


/* top bottom spacing for all pages only for astra */ 
main#main {
    margin: 70px auto;
}

/*  remove shadow from logo in gift card */
div#product-top-images img {
	box-shadow:none;
}
/* remove button order again from order receive page */
.woocommerce-order p.order-again {
    display: none;
}

/*set default color for checkbox */
input{
accent-color: #236440;
}

/* setup download gift checkout btn css*/
.gift-card-pdf-download-link.home-back, p.add_to_wlt a, .woocommerce button {
background: #236440 !important;
    cursor: pointer;
    display: inline-block;
    font-size: .97em !important;
    font-weight: bolder !important;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    text-transform: uppercase;
	color: #fff;
}

.gift-card-no-wrap input[type="text"] {
    display: inline-block;
    width: auto;
}


/* Skoa page css
 */
article .gift-card-no-wrap input[type="text"] {
    width: 250px;
    border: 2px solid #d57417 !important;
    margin-right: -5px;
    padding: 12px 16px;
    height: 44px;
}

article .gift-card-no-wrap button {
    border-radius: 0px !important;
    padding: 12px 16px;
    border: 2px solid #d57417 !important;
    font-size: 16px;
	
	
}



/* menu icon add  */
ul#menu-main-menu li.menu-item i {
    font-size: 19px;
		margin-right: 3px;
}

a.gt_switcher-popup img {
    width: 18px;
    margin-right: 5px;
}
.btn-form input#card_submit {
    background: #236440;
}


div#accordion h3 {
    padding: 5px 20px;
    margin-top: .5em;
    font-weight: 500;
	font-weight: bold;
}


h3.ui-accordion-header-collapsed {
    color: #000000 !important;
    border: 1px solid #236440;
}