/**
 * All of the CSS for your frontend-specific functionality should be
 * included in this file.
 */

.gallery-carousel {
	margin: 15px 0;
}

.also-available {
    display: flex;
    flex-wrap: wrap;
}

.also-list {
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    background: #d7eddb;
    color: #36a64a;
    text-align: center;
    margin-left: 5px;
	margin-bottom: 5px;
}

.also-list a {
    display: block;
    font-weight: bold;
}

.data-tabs {
  position: relative;
  height: 430px;
}
.data-tabs::before,
.data-tabs::after {
  content: "";
  display: table;
}
.data-tabs::after {
  clear: both;
}
.data-tab {
  float: right;
}
.data-tab-switch {
  display: none;
}
.data-tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #fff;
  border: 1px solid #00954a;
	border-radius:555px;
  color: #00954a;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
	margin-left: 5px;
}
.data-tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.data-tab-content {
  height: 350px;
  position: absolute;
  z-index: 1;
  top: 4rem;
  right: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border: 1px solid #ddd;
	border-radius: 10px;
  opacity: 0;
  transition: all 0.35s;
	overflow-y: scroll;
	width: 100%;
}
.data-tab-content::-webkit-scrollbar {
    width: 6px;
}

.data-tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.data-tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #00954a; 
}
.data-tab-switch:checked + .data-tab-label {
  background: #00954a;
  color: #fff;
  border-color: #00954a;
  transition: all 0.35s;
  z-index: 1;
}
.data-tab-switch:checked + label + .data-tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

.gallery-download .btn {
    background: #00954a;
    border-color: #00954a;
    padding: 10px;
    border-radius: 50px;
}

span.sell-color, span.net-color {
    color: #f9c01e;
    font-weight: bold;
    display: inline-block;
}

span.net-color {
    color: #00954a;
}

span.sell-color span.woocommerce-Price-currencySymbol, span.net-color span.woocommerce-Price-currencySymbol {
    float: left;
}

h1.pmain-title {
    font-size: 25px;
}

h2.penglish-title {
    font-size: 18px;
    color: #727171;
}

input.final-price.text-center {
    width: 200px;
    font-weight: bold;
}

.qty-wrapper .input-group-btn {
    display: inline-block;
}

input.qty {
    width: 200px;
}

.qty-wrapper {
    display: inline-block;
}

.cod-btn {
    background: #00954a !important;
    border: #00954a !important;
	border-radius: 500px !important;
	color: #fff !important;
}

.profit-info {
    display: block;
    width: fit-content;
    padding: 20px;
    background: #fdffe2;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px dashed #ffd80a;
}

.gallery-carousel button {
    width: 24% !important;
}

.stock-badge, .sku-badge {
    background: #00954a;
    color: #fff;
    border-radius: 40px;
    padding: 4px 9px;
}

.sku-badge {
    background: #f4b629;
}

a.product-img img {
    width: 100%;
}

.product-item .card-footer span.woocommerce-Price-amount.amount {
    display: block;
}

.product-item .card-footer span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    float: left;
	margin-right: 2px;
}

.product-item .card-footer {
    border: none !important;
}

.product-item .card-footer span.woocommerce-Price-amount.amount bdi {
    display: inline-block;
    font-weight: bold;
}

h2.product-head {
    font-size: 18px;
}

span.min-price bdi {
    color: #f4b629;
}

span.min-profit bdi {
	color: #00954a;
}

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #a5e6c6;
	right: 20%;
	margin-right: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
	list-style: none;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 17%;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	line-height: 1;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	color: #02aa56;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 25% 15px 0;
	background: #00954A;
	color: #fff;
	padding: 1em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li .cbp_tmlabel p {
	margin: 0;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #02aa56;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #00954A;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-left-color: #02AA56;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 20px;
	height: 20px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #02aa56;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	right: 20%;
	top: 0;
	margin: 0 -15px 0 0;
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: right;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		left: auto;
		right: 20px;
		border-left-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-left-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: left;
		right: auto;
		margin: -55px 0 0 5px;
	}	
}

ul.odetails-items {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

ul.odetails-items li {
    width: 24%;
    padding: 10px;
    margin: 0.5%;
    border-radius: 10px;
    list-style: none;
    text-align: center;
    background: #fdffe2;
    border: 1px dashed #ffd80a;
}

ul.odetails-items li span:nth-child(1) {
    font-weight: bold;
	display: block;
}

ul.odetails-items.alter-style li {
    background: #e2ffed;
    border: 1px dashed #67ce8e;
	width: 49%;
}

.order-data-table tr td:nth-child(5), .order-data-table tr td:nth-child(6) {
    direction: ltr;
}

span.woocommerce-Price-amount.amount {
    display: inline-block;
}

.order-data-table .woocommerce-Price-currencySymbol {
    float: left;
}

.woocommerce-Price-currencySymbol {
    font-size: inherit !important;
    font-weight: bold !important;
}

span.product-code strong, span.product-stock strong {
    background: #1b88c5;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 7px;
}

.sell-label {
    font-weight: bold;
}

.show-cart {
	display: inline-block;
	position: fixed;
	left: 10px;
	bottom: 10px;
	background: #1B88C5;
	border-radius: 555px;
	padding: 5px 15px;
	color: #fff;
    max-width: 125px !important;
}

.show-cart:hover {
	background: #1B88C5;
	color: #fff;
}

span.woocommerce-Price-amount bdi span {
    float: left;
    margin-right: 3px;
}

.cart-country-wrapper.shadow-sm {
    background: #fff;
    padding: 30px;
    margin-bottom: 2rem;
    box-shadow: 0px 2px 3px 1px #c9c9c9;
    border-radius: 10px;
}

#billing_first_name, #billing_last_name, #billing_email {
    background: #fff !important;
}

.products-countries {
    text-align: center;
}

.products-countries img {
    display: block;
    width: 100px;
    height: 50px;
}

.products-countries a {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #eee;
    margin: 5px;
}

.products-countries a:hover {
    box-shadow: 0px 3px 4px #ddd;
}

g.recharts-layer.recharts-cartesian-axis-tick {
    font-family: 'Cairo';
}

.dropshippingFrontendReportAppContainer hr {
    display: none;
}

.dropshippingFrontendReportAppContainer .wt-title h5 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 500px;
}

.dropshippingFrontendReportAppContainer .wt-insightsitem .wt-title span {
    display: none;
}

.dropshippingFrontendReportAppContainer span.woocommerce-Price-amount.amount, .dropshippingFrontendReportAppContainer span.woocommerce-Price-currencySymbol {
    display: inline-block!important;
    font-size: 22px;
    top: unset;
}












@media only screen and (max-width: 768px) {
	.cod-row {
    margin: 0 !important;
    padding: 0 !important;
}
	.also-list {
    margin: 5px;
    width: calc( 50% - 10px );
}
	.atc-sec-wrapper {
    flex-wrap: wrap;
}
	.quantity {
    display: flex;
	width: 100%;
}
	.quantity.ml-2 {
		margin-left: 0 !important;
}
	.atc-btn.cod-btn {
    width: 100%;
    margin-top: 10px;
}
	input.qty {
    width: 70%;
}
	input.final-price.text-center {
    width: 100%;
    margin-bottom: 10px;
}
	.qty-wrapper {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
	.qty-wrapper.ml-2 {
    margin-left: 0 !important;
}
	.products-countries a {
    padding: 7px;
    border-radius: 5px;
    margin: 3px;
    width: 28%;
}
	.products-countries img {
    width: 60px;
    height: 38px;
    margin: 0 auto;
}
}