/* Prdouct page */
.section-product .image-wrap img {
	width: 100%;
}

.review-message {
	text-align: center;
	padding: 30px 0;
	font-size: 18px;
	font-weight: 600;
	color: #f6812b;
}

/* Styles for cart page */

.woocommerce table tr td img {
	width: auto;
}

.woocommerce-cart-form__contents .btn-primary {
	background: #f6812b !important;
	color: #fff !important;
}

.woocommerce-cart-form__contents .btn-primary:hover {
	background: transparent !important;
}

/* .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	text-align: left !important;
} */
.woocommerce table.shop_table_responsive tr .actions {
	text-align: center;
}

form span.required {
	color: #f6812b;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 50%;
	right: 1px;
	width: 40px;
	transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
	width: 100%;
}

.section.checkout-form label {
	text-transform: inherit;
	color: #4aa0a6;
	margin: 10px 0 15px;
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 2px solid #225a5d;
	height: 70px;
	border-radius: 10px;
	padding: 18px 30px;
}

.select2-dropdown {
	background-color: #225a5d;
	border: 2px solid #225a5d;
	border-radius: 10px;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #f6812b;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
	background-color: #092c2e;
}

.woocommerce-form-coupon-toggle {
	margin: 0 0 70px;
}

.woocommerce-additional-fields {
	padding: 50px 0;
}

.section.checkout-form input[type="text"]::placeholder,
.section.checkout-form input[type="tel"]::placeholder,
.section.checkout-form input[type="email"]::placeholder,
.section.checkout-form input[type="search"]::placeholder,
.section.checkout-form input[type="password"]::placeholder,
.section.checkout-form textarea::placeholder,
.section.checkout-form .form-control::placeholder,
.section.checkout-form select::placeholder {
	color: #fff;
}

.select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 0;
	pointer-events: none;
	margin-right: 20px;
	font-size: 19px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	color: #fff;
	padding: 0 22px;
}

.comment-form .btn {
	border: 2px solid #f6812b !important;
	background: #f6812b !important;
	color: #fff !important;
}

.comment-form .btn:hover {
	background: transparent !important;
	color: #f6812b !important;
}

.stars span a:hover {
	color: #f6812b;
}

.comment-form-comment #comment {
	min-height: 178px;
	color: white;
}

.checkout-form .woocommerce-order {
	overflow: hidden;
}

/* .woocommerce ul.order_details.order-info li {
	padding: 0 50px;
	margin: 0 0 40px;
} */

/* Rating Star Widgets Style */
.rating-stars ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.rating-stars ul>li.star {
	display: inline-block;

}

/* Idle State of the stars */
/* .rating-stars ul > li.star > i.fa {
	font-size:18px;
	color:#f6812b; 
  } */

/* Hover state of the stars
  .rating-stars ul > li.star.hover > i.fa {
	color:#f6812b;
  } */

/* Selected state of the stars
  .rating-stars ul > li.star.selected > i.fa {
	color:#f6812b;
  }
   */


/* Media QUERIES  */
@media (max-width: 767px) {

	.order-info li {
		width: 50%;
		margin: 0 0 20px;
		word-wrap: break-word;
	}

	.woocommerce table.shop_table_responsive tr td {
		text-align: left !important;
	}

	.woocommerce table.shop_table_responsive tr td:last-child::before {
		display: block;
	}

	.woocommerce table.shop_table_responsive tr td.actions:last-child::before {
		display: none;
	}
}


/* Styles for Thank You Page */

/* .checkout-form .woocommerce {
	overflow: hidden;
} */
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
	margin: 0 0 30px !important;
}

.woocommerce .order-info {
	padding: 30px 0 0;
	/* margin: 0 -50px 120px; */
	margin: 0 -2px 3em !important;
	flex-wrap: wrap;
}

.woocommerce ul.order_details li {
	border-right: 0;
	padding: 0 50px !important;
	margin: 0 0 40px !important;
}

.woocommerce ul.order_details li:last-of-type {
	border-left: 1px dashed #fff !important;
}

.pricing-block.oragne-head table tr:first-child td {
	background: transparent;
}

.woocommerce table.shop_table td a {
	color: #fff;
}

.woocommerce table.shop_table {
	border-collapse: collapse !important;
}

tfoot tr:last-child th,
tfoot tr:last-child td {
	color: #f6812b;
}

.shop_table.order_details tr:first-child th {
	font-size: 18px;
	padding: 25px !important;
	background: #f6812b;
	text-transform: uppercase;
	border-bottom: 1px solid #165256;
}

.shop_table.order_details tfoot tr:first-child th {
	font-size: 16px;
	/* padding: 9px 12px  !important; */
	padding: 25px !important;
	background: transparent;
	text-transform: capitalize;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 25px;
}

table tr td:first-child,
table tfoot tr th:first-child {
	border-left: 1px solid #165256 !important;
}

table.shop_table.order_details tr td,
table tfoot tr th:first-child {
	border-bottom: 1px solid #165256;
}

table.shop_table.order_details tr td:last-child {
	border-right: 1px solid #165256;
}

table.shop_table.order_details tr td span {
	font-weight: 500;
}

table.shop_table.order_details tfoot tr:last-child td span {
	font-weight: 700;
}

/* table tr td:last-child {
	border-right: 0;
}
table tr td {
	border-bottom: 0;
} */

.woocommerce table.shop_table td a {
	color: #fff;
}

.woocommerce-notices-wrapper {
	max-width: 1282px;
	padding: 0 20px;
	margin: 0 auto;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	;
	background-color: #0d383a;
	color: #fff;
	margin: 2em 0;
	border-top-color: #f6812b;
}

/* .postid-195 .woocommerce-message {
	margin: 2em 0;
	border-top-color: #f6812b;
} */
.woocommerce-message::before {
	content: "\e015";
	color: #f6812b;
}

.button.wc-forward,
.button.wc-backward {
	outline: none !important;
	border: 2px solid #f6812b !important;
	background: #f6812b !important;
	color: #fff !important;
}

 .button.wc-forward:hover,
.button.wc-backward:hover {
	background: transparent !important;
	color: #f6812b !important;
}

.woocommerce-info::before {
	color: #f6812b;
}