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

/*************** ADD CUSTOM CSS HERE.   ***************/



.d-flex {
	display: flex;
}
button.single_add_to_cart_button {
	width: 300px;
    	height: 60px;
    	border-radius: 10px;
    	flex: 1;
    	margin-right: 0;
}
.single .quantity {
	margin-right: 1em;
}
.product-summary .quantity, .quantity input[type=number] {
	height: 60px;
}
.wcpa_price_summary ul li {
	margin-left: 0;
	padding-left: 1.3em;
}
.wcpa_has_options.product-type-simple .product-page-price .woocommerce-Price-amount {
	display: none !important;
}
.Upsellcoupontext {
	padding: 6px 12px;
    background: #ecffe1;
}
/* fullfill timeline */
.product .product_meta .posted_in {
	font-size: 1.2em;
	font-weight: 500;
}
.images-payment {
	margin-bottom: 15px;
	width: 100%;
}
.wt-grid{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 10px 0px;
}
.timeline-title{
  	font-size: 14px;
}
.etsy-icon svg path{
  	fill: #000;
}
.etsy-icon{
    padding: 4px;
    display: inline-block;
    fill: currentColor;
    height: 36px;
    vertical-align: middle;
    width: 36px;
    background-color:  rgb(0 0 0 / 5%);
    border-radius: 50%;
}
.timeline-date{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px 5px 0px;
}
.timeline-line div{
    height: 50%;
    border: none;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15) !important;
}
.pl-6{
  	padding-left: 6px;
}
.pr-6{
  	padding-right: 6px;
}
.plr-6{
    padding-right: 6px;
    padding-left: 6px;
}
.fulfillment_timeline{
    flex-grow: 1;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.fulfillment_timeline:nth-child(2){
  	text-align: center;
}
.fulfillment_timeline:nth-child(3){
  	text-align: right;
}
.timeline-line{
  	flex-grow: 1 !important;
}
.etsy-icon-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}  
.etsy-icon i {
	font-size: 16px;
    line-height: 16px;
}
.estimated-title {
	width: 100%;
	margin-bottom: 6px;
}
.estimated-tooltip {
	position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.estimated-tooltiptext {
	visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    left: -109px;
    top: 25px;
    margin: 0px;
    z-index: 1;
    font-size: 15px;
    margin-left: 10px;
}
.estimated-tooltip:hover .estimated-tooltiptext {
	visibility: visible;
}
.posted_in, .tagged_as {
	display: block;
	margin-bottom: 8px;
}

.wcpa_price_summary .wcpa_price {
	color: red;
    font-size: 26px;
    font-weight: bold;
}
.wc-tabs.product-tabs li {
	margin-right: 40px;
}
.wc-tabs.product-tabs li a {
	font-size: 16px;
	letter-spacing: 2px;
}
.wc-tabs.product-tabs li a:before {
	display: none;
}
.wc-tabs.product-tabs li a:hover:before, .wc-tabs.product-tabs li.active a:before  {
	display: block;
}
.price span.amount, span.amount {
	color:  red;
}
.footer-primary.pull-left {
    padding: 7.5px 0;
}
#footer {
	font-size: 14px;
}
#footer p {
	margin-bottom: 6px;
}
.section-title {
	font-size: 24px;
    font-weight: 400;
    text-align: center;
    display: block;
}
.section-title  b {
	display: none;
}
.btn-view-more {
	font-weight: 500;
}
#place_order {
	display: block;
	width: 100%;
	padding: 5px 0;
}
.sku_wrapper {
	display: none;
}
.wc-tabs.product-tabs li a {
	outline: none;
}
.price {
	color: red;
	font-weight: 700
}
ul[aria-label="Size"] li.disabled {
	display: none !important;
}

/* form tracking */
form.vi-woocommerce-orders-tracking-form-search {
    max-width: 900px;
    margin: 15px auto;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick:before {
    font-size: 1.2em;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
    margin: 0;
    padding: 0 20px;
    min-width: 150px;
    text-align: center;
    border: none;
    text-transform: initial;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input {
    margin: 0;
    height: 46px;
    padding: 0 10px;
    width: 100%;
    border: none;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(1, 1, 1, 0.3);
    margin: 10px 0;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id {
    border: 1px solid rgba(1, 1, 1, 0.3);
    margin: 10px 0;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-recaptcha {
    display: inline-block;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-error {
    border: 1px solid red !important;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-1 .vi-woocommerce-orders-tracking-form-row,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-row {
    width: 100%;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-order-email,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-order-id {
    width: 48%;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-row,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-email,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-id {
    width: 48%;
}

.vi-woocommerce-orders-tracking-hidden {
    display: none;
}
 .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
	color: #ffffff;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
	background-color: red;
}
.wcpa_form_outer .wcpa_form_item {
	margin-bottom: 10px;
}
.wcpa_form_outer {
	margin-bottom: 1em;
}
.badge-inner {
	background: red !important;
}

@media screen and (max-width: 480px ) {
    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-recaptcha-field {
        display: flex;
        justify-content: center;
    }

    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-row,
    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-email,
    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-id {
        width: 100%;
    }

    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row {
        flex-wrap: wrap;
        border: none !important;
    }

    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number {
        border: 1px solid rgba(1, 1, 1, 0.3) !important;
    }

    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
        width: 100%;
        height: 46px;
        margin-top: 15px;
    }
}
.wcpa_form_outer:has(.btn-size-guide) {
	margin: 0 0 1em;
}
.top-collection .ux-menu-link__link {
	border: 1px solid #000000;
	color: #000000;
	border-radius: 5px;
	padding: 5px 5px 5px 7px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
	color: #ffb600!important
}
a[data-filter_type="verified"] {
	display: none !important;
}
button.is-form[name="apply_coupon"] {
	color: #fff;
	text-shadow: none;
}
.buy-together h3 {
	font-weight: 600;
}
.buy-together .product-section-title {
	display: none;
}
.buy-together .price-wrapper .price, .product-summary .woocommerce-Price-currencySymbol {
	font-size: 1em;
}
#add-review {
	border: 1px solid currentColor;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-weight: 500;
}
#review_form_wrapper {
	margin-bottom: 25px;
	display: none;
}
#review_form .review-form-inner {
	padding: 15px;
}
#comments .comment-respond {
	margin-top: 0;
}
.comment-form {
	margin-bottom: 0;
}
#comments .comment-respond .comment-reply-title {
	display: none;
}
.commentlist, .clear-both {
	clear: both;
}
#add-review-wrapper {
	text-align: center;
}
.live-search-results { 
	background: #333;
}
.autocomplete-suggestion img {
	width: 110px;
	height: auto;
	border-radius: 0;
}
.autocomplete-suggestion img+.search-name {
	font-size: 0.7em;
}
.autocomplete-suggestion .search-price del, .autocomplete-suggestion .search-price ins {
	display: block;
}
.woocommerce-checkout-payment ul li {
	clear: both;
	padding-bottom: 7px;
}
.woocommerce-checkout-payment ul li input[type="radio"] {
	width: 20px;
	height: 20px;
	float: left;
}
.woocommerce-checkout-payment input[type="checkbox"] {
	width: 16px;
	height: 16px;
}
.woocommerce-checkout-payment .payment_method_stripe span.wrapper-icon {
	display: block;
	margin-top: 5px;
}
.woocommerce-checkout-payment .payment_method_stripe fieldset#wc-stripe-cc-form {
	padding: 10px;
	border: #ccc solid 1px;
}
.woocommerce-checkout-payment .payment_method_stripe fieldset#wc-stripe-cc-form label {
	font-weight: 500;
	font-size: .8em;
}
#stripe-payment-data > p {
	padding-left: 35px;
	margin-top: 5px;	
}
.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
	border-width: 2px;
}
.woocommerce-checkout .col-inner.has-border {
	border: none;
	background-color: #f7f7fe;
	border-radius: 3px;
}
dl.variation {
	overflow: hidden;
	color: #222;
}
.woocommerce td.product-name dl.variation dt {
	line-height: 1.5em;
}
dl.variation dd {
	float: left;
}
dl.variation dd .wcpa_cart_val, dl.variation dd .wcpa_cart_val p {
	margin: 0 !important;
}
table.table-size td, table.table-size th {
	text-align: center;
}
.pswp__caption {
	display: none !important;
}
@media only screen and (min-width: 850px) {
	.wcpr-overall-rating-and-rating-count {
		float: left;
		width: 80%;
	}
	#add-review-wrapper {
		float: right;
		width: 20%;
		text-align: right;
	}
	#add-review {
		margin-right: 0;
	}
	.product-main .product-info {
		max-width: 58.33%
	}
}

@media only screen and (max-width: 768px) {
	.wcpr-overall-rating-and-rating-count {
		padding-bottom: 20px;
	}
	#add-review {
		margin-bottom: 25px;
	}
	#size-guide {
		overflow-x: auto;
	}
	#size-guide table td, #size-guide table th {
		font-size: 0.6em;
		font-weight: 500;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.product-summary .quantity {
	width: 22%;
	margin-right: 4%;
}
button.single_add_to_cart_button {
	width: 72%;
	margin-right: 0;
}
#footer .col {
	flex-basis: 100%;
	max-width: 100%;
}

}