/* New Bundle Css */
.single-product div.product form.cart.bundle_form {
    width: 100%;
    border-collapse: separate;
    margin-bottom: 40px;
    overflow: hidden;
    table-layout: auto;
}
.single-product div.product form.cart.bundle_form .bundled_product_summary.product {
    border: 1px solid #d8d8d8;
    display: flex;
    padding: 20px;
    margin-bottom: 0;
}
.single-product div.product form.cart.bundle_form .bundled_product_summary.product .bundled_product_images.images {
    width: 80px !important;
}
.single-product div.product form.cart.bundle_form .bundled_product_summary.product .details {
    padding-left: 20px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-product div.product form.cart.bundle_form .bundled_product_summary.product .details h4.bundled_product_title.product_title {
    font-size: 1em;
    margin: 5px 0;
    margin-top: 0;
    color: #0b2e62;
    text-decoration: underline;
}
.single-product div.product form.cart.bundle_form .bundled_product_summary.product .details .bundled_product_excerpt p {
    margin-bottom: 0;
}
.single-product div.product form.cart.bundle_form .bundled_product_summary.product .details .cart {
    display: none;
}
.single-product div.product form.cart.bundle_form .cart.bundle_data {
    margin-top: 40px;
}
/* New Bundle Css */

.woocommerce form label {
	display: inline;
}

.info {
		text-align: center; 
    color: #270;
    background-color: #DFF2BF;
	  margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.info svg {
  width: 24px;
	padding-left: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin:auto;
  border: 1px solid #888;
  width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

#shipping_method label {
	display: inline;
}

#shipping_method {
	list-style: none;
}

.quote-fields {
	width:100%;
	border:1px solid $color-form-highlight;
}

#payment .payment_method_purchase_order_gateway .form-row {
	text-align: left;
}
.quote-fields th {
	display:flex;
	width:35%;
	padding:($half-spacing-unit * 1.5) 0;
}

.quote-fields tr {
	display:flex;
	width:100%;
	padding:($half-spacing-unit * 1.5) 0;
	
	&:nth-of-type(odd) {
		background:$color-form-highlight;
	}
}

.quote-fields td {
	display:flex;
	width:100%;
}

.quotes-fields input[type=checkbox] {
	margin-right: 24px;
}

ins {
	background-color: transparent;
}
.af_quote_fields {
	margin: 0 auto;
	width: 100%;
}

#product-content-section .section-heading-wrapper {
	padding: 35px;
}

.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555555;
  font-size: 14px;
  outline: 0;
  min-height: 48px;
  text-align: left;
}

.woocommerce form label {
	font-size: 18px;
}

.select2-selection__rendered {
  margin: 10px;
}

.select2-selection__arrow {
  margin: 10px;
}

#payment ul {
	background-color: #eef2f8;
	padding: 20px;
}

.single-product .product_meta {
    font-size: 24px;
    font-size: 1.5rem;
}

.site-navigation a {
	font-size: 1.5rem;
}

.site-header-main .menu-toggle span {
	font-size: 20px;
	font-weight: bold;
}

.site-navigation .sub-menu li, 
.site-navigation .sub-menu li a {
	width: 100% !important;
}
.onsale {
    background-color: #E30000;
}
.sidebar .widget li:before {
	width: 0px;
}

.promotion-section .entry-container {
    max-width: 80%;
	  font-size: 22px
}
.site-identity {
	margin: 0px;
}
  .site-header-main > #social-navigation-left, .header-right-container {
	width: 15%;
}
.site-header-main {
	padding: 12px 30px;
}
.wp-custom-logo .custom-logo-link + .site-identity .site-title {
	text-align: center!important;
}
.wp-custom-logo .custom-logo-link + .site-identity .site-description {
  text-align: center;
}
.custom-logo {
  max-width: 75px!important;
}
@media screen and (min-width: 1200px) {
  #header-navigation-area {
		background-color: #0B2E62;
	}
	
	#header-navigation-area .sub-menu {
		background-color: #0B2E70;
		border-color: #0B2E00;
	}

	#header-navigation-area a {
		color:#ffffff;
	}
	.site-title {
		font weight: bold;
		font-size: 26px;
	}
	.site-description {
		font weight: bold;
		font-size: 20px;
	}
}

body .woocommerce .woocommerce-breadcrumb {
    padding: 0;
    margin-bottom: 25px;
		margin-top: -20px;
}

.custom-logo {
	max-width: 100px;
}
.hero-content-wrapper .post-thumbnail-background {
		background-size: contain;
}

#hero-section .hentry .hentry-inner {
    height: 400px;
}

.footer-newsletter .has-ew-newsletter-image .ew-newsletter-content-container {
	padding-top: 0;
	padding-bottom: 0;
}

.custom-header-content-wrapper .more-link {
	display: none;
}

.custom-header-content-wrapper {
	height: 50vh;
}

.custom-header .wrapper {
	padding: 0;
}

.custom-header-media {
	margin: 0;
}

.hero-section {
	padding-bottom: 0;
}

.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-image {
	float: left;
}

#footer-newsletter,
#promotion-section {
	background: rgb(242,242,242);
	background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(238,242,248,1) 50%);
}

@media only screen and (min-width: 64em) {
.woocommerce .products .product-container a.button
{
	width: 45% !important;
}
.woocommerce .products .product-container a.button.afrfqbt {
	left: 60% !important;
	}
}
	.quote-li {
	display: inline-block;
}

.quote-li .afrq-menu-item .totalitems {
    background-color: #009bd6;
		color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 400;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
    letter-spacing: 0;
    margin-left: -3px;
    min-width: 20px;
    padding-left: 7px;
}
}

