@media (min-width: 768px) and (max-width: 1099px){
    #list-bundle {
    max-width: 430px;
    margin: 0;
  }
}

@media (min-width: 1100px) and (max-width: 1199px){
    #list-bundle .swiper-wrapper{
		justify-content: flex-start;
  }
	.bundle-wrap .bundle-pay-wrap {
		margin-left: 10px;
		width: 240px;
	}
	.bundle-pay-wrap .bundle_ajax_add_to_cart_button {
		padding: 5px 10px;
	}
}

@media (min-width: 1200px) and (max-width: 1299px){
	.bundle-wrap .bundle-pay-wrap {
		width: 225px;
	}
}

.radioInputSquare {
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #9a9a9a;
	position: absolute;
	z-index: 1;
	right: 22px;
	top: 6px;
	cursor: pointer;
}
@media (max-width: 767px){
	.radioInputSquare {
		left: 10px;
		right: 0;
		top: 15px;
	}
}
.radioCheckedSquare {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/checkbox-blue.png);
	background-size: 90%;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.bundle-text {
	font-size: 18px;
	font-weight: 700;
}
.bundle-price-text {
	font-size: 16px;
	font-weight: 400;
}
.bundle-price-text strong {
    color: #E27F3B;
}
@media (min-width: 768px){
  .bundle-block {
    margin: 0 0 30px 0;
    font-family: Roboto Condensed,Regular;
  }
 @media (min-width: 1100px) and (max-width: 1199px) {
	 .bundle-pay-wrap {
		 flex: 0 0 15em;
	 }
	 #list-bundle .bundle-product {
		 width: 185px !important;
	 }
 }
  .bundle-wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
  }
  .list-bundle {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .bundle-product {
    width: 200px !important;
  }
  .bundle-pay-wrap {
    width: 200px;
    display: inline;
    height: min-content;
    margin-top: 10%;
    margin-left: 3.5%;
  }
  .bundle_ajax_add_to_cart_button {
    width: max-content;
    min-height: 38px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px 5px 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background-color: #E27F3B;
    margin: 5px 0;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    cursor: pointer;
  }
  .bundle_ajax_add_to_cart_button:hover {
    color: #fff;
  }
  .product-link {
    height: 45px;
  }
  .ajax_block_product.bundle-product::after {
    content: url("../../../themes/royalqueenseeds/dist/images/plus-solid.svg");
    width: 14px;
    position: absolute;
    top: 30%;
    right: -3.5%;
    filter: brightness(0);
  }
  .ajax_block_product.bundle-product:last-child:after {
    content: "";
  }
  .bundle-price-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .bundle-price-text {
    display: block;
    width: 200px;
    text-align: center;
  }
  .bundle-prices-wrap {
    display: flex;
    width: 235px;
    justify-content: center;
    font-size: 17px;
  }
  .bundle-old-price {
    text-decoration: line-through;
    margin-right: 2%;
    font-size: 17px;
  }
  .bundle-price {
    font-size: 17px;
    font-weight: 600;
    margin-left: 2%;
  }
}
@media (max-width: 767px){
  .bundle-wrap {
    margin-top: 20px;
  }
  .bundle-block {
    margin: 35px 0 30px 0;
    font-family: Roboto Condensed,Regular;
  }
  .list-bundle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .ajax_block_product.bundle-product {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 23px 0 !important;
    border: 1px solid #BABABA;
  }
  .ajax_block_product.bundle-product:last-child {
    margin: 0 !important;
  }
  .list-bundle .product-image-link, .image-wrapper {
	  width: 140px;
	  height: 149px;
	  display: flex;
  }
  .list-bundle .product-image-link .image-wrapper img, .list-bundle .image-wrapper img {
  	width: 90px;
	height: 90px;
	min-height: 90px;
    margin-left: 50px;
    margin-top: 15px;
  }
	@media (max-width: 400px) {
		.list-bundle .product-image-link .image-wrapper img {
			margin-left: 40px;
		}
	}
  .product_page .list-bundle .image-wrapper img.lazy.product-image {
      max-width: 160px;
      max-height: 160px;
      height: 100%;
      width: 100%;
    }
  .prices-block {
    order: 1;
  }
  .hide-combination-filed {
    display: none;
  }
  .list-bundle .ajax-block-product-content {
    justify-content: flex-start;
    text-align: left;
    margin-top: 18px;
    margin-left: 20px;
  }
	.list-bundle .ajax-block-product-content .product-title {
		max-width: calc(100% - 80px);
	}
  #list-bundle .product-link {
	  text-align: left;
	  padding-top: 0;
	  font-size: 14px;
	  font-weight: 600;
	  font-family: 'DM Sans';
	  line-height: 18px;
  }
  #list-bundle .product-link:first-line {
	  font-size: 14px;
  }
  #list-bundle .gsr-rating {
	  display: none;
  }
  #list-bundle .prices-block-wrap {
	  display: block;
	  margin-top: 20px;
  }
	#list-bundle .prices-block-wrap .prices-block-mobile {
		right: 15px;
		position: absolute;
		top: 13px;
	}
	#list-bundle .prices-block-wrap .prices-block-mobile .price {
		font-size: 16px;
		font-family: 'DM Sans';
	}
  .bundle_ajax_add_to_cart_button {
    width: 100%;
    height: 38px;
    color: #fff;
    display: inline-block;
    padding: 7px 15px 5px 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background-color: #E27F3B;
    margin: 5px 0;
    border: 0;
    font-size: 17px;
    font-weight: 700;
    border-radius: 0;
    cursor: pointer;
	  font-family: 'DM Sans';
  }
  .bundle_ajax_add_to_cart_button:hover {
    color: #fff;
  }
  .bundle-price-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 0 15px 0;
    font-size: 17px;
  }
	.bundle-price-text-wrap .bundle-price-text {
		font-family: 'DM Sans';
	}
  .bundle-prices-wrap {
    width: 100%;
    display: flex;
  }
  .bundle-old-price {
    text-decoration: line-through;
    margin-right: 2%;
    margin-left: auto;
  }
  .bundle-price {
    font-weight: 600;
    margin-left: 2%;
    margin-right: auto;
  }
  .list-bundle .atdevshowattribute {
    margin: auto;
    margin-left: 0;
  }
	.list-bundle .atdevshowattribute .select-wrapper select{
		height: 38px;
		font-size: 15px;
		font-family: 'DM Sans';
	}
  .list-bundle .atdevshowattribute-wrapper {
    margin-bottom: 17px;
    min-height: min-content;
	position: absolute;
  }
  .bundle-price-text > span {
    margin: 0;
  }
	.bundle-profit {
		display: contents;
	}
}
