.addtocart-buttons-container {
    display: none;
    padding: 0px 20px 20px 20px;
}
.addtocart-container {
	background-color: #1A1D36;
	display:flex;
}
.addtocart-container.preorder {
	background-color:#E0E0E0;
}
.addtocart-form .addtocart-top {
    display: flex;
    padding:10px 20px;
    align-items: center;
}
.addtocart-form .addtocart-icon-btn button {
    border: none;
    background-color: white;
    border-radius: 40px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addtocart-form .addtocart-icon-btn button:focus {
    outline: none;
}
.addtocart-form .addtocart-icon-btn .button-icon, .addtocart-form .addtocart-icon-btn .cancel-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.archive-qtybox {
	display: flex;
    align-items: center;
/*    padding: 0 0 0 15px;*/
	background:#fff;
/*	border: 1px solid #1A1D36;*/
}
.archive-qtybox input.qtyval {
	font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 14pt;
    color: #1A1D36;
	width: 25px;
    height: 67px;
    padding-top:0px;
    text-align: center;
    border: none;
    background-color: transparent;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.preorder .archive-qtybox input.qtyval {
	color:#1A1D36;
}
.archive-qtybox button.qtybutton {
	font-family:initial;
	border: none;
    outline: none;
    height: 67px;
    width: 40px;
    font-size: 20pt;
    color: #1A1D36;
    background-color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
	align-items:center;
}
.archive-addtocart {
	margin-left:10px;
	padding-right: 20px;
	margin-top:0 !important;
}
.archive-addtocart:before {
	width: calc(100% - 10px) !important;
    left: 0px !important;
}
.addtocart-container .addtocart-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 10pt;
}
.addtocart-content .cart-price br{
    display:none;
}

.addtocart-content .cart-price ins{
    padding-left:10px;
}

.addtocart-content .cart-price {
    color:#F79F89;
    font-size: 12pt;
}
.addtocart-content .cart-price del {
    margin-left:4px;
    opacity: 0.5;
}
.addtocart-content .cart-price > span {
    margin-left: 4px;
}
.notifyme-container {
	display:none;
}
.archive-notify {
	/*display: none;*/
}

.form-check {
		display:flex;
		align-items:center;
		padding:1rem 0;
		padding-left:2.75rem;
	}
.form-check-input {
		margin-top:0;
		margin-left:-2.75rem;
	}

.form-check input.form-check-input[type=radio] {
    appearance: none;
    height: 18px;
    width: 18px;
    border: 1px solid;
    border-color: #d9d9d9;
    border-radius: 50%;
}
.form-check input.form-check-input[type=radio]:checked {
    border-color: black;
    border-width: 7px;
}
input.form-check-input[type=checkbox] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid;
    border-color: #d9d9d9;
    background-color: #fff;
    position: relative;
    margin-left: -2.75rem;
    margin-right: 1.25rem;
}
input.form-check-input[type=checkbox]:after {
    position: absolute;
    top: 1px;
    left: 5px;
    transform: rotate(45deg);
    content: "";
    height: 10px;
    width: 6px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
input.form-check-input[type=checkbox]:checked {
    border-color: black;
    background-color: black;
}

.form-label-group {
  position: relative;
  width:100%;
}

.form-label-group input,
.form-label-group label {
  height: 5rem;
  padding: 1.1rem;
}

.form-label-group input {
    border-radius:0;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #777;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 2.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 2.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 2.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-checkout-select {
    width:100%;
    position:relative;
}
.form-checkout-select label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #777;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    padding: 0.25rem 1.1rem;
    font-size: 12px;
}

.form-checkout-select select {
    border-radius: 0;
    padding-top: 2rem;
    padding-bottom: 0.2rem;
    height: 5rem;
}
.woocommerce-order {
	padding:2rem;
}
div.step-title {
	font-size:2.2rem;
}
.woocommerce ul.order_details {
    padding: 3rem !important;
    border: 1px solid black;
    border-radius: 6px;
}
.woocommerce ul.order_details li {
    float: none;
    padding: 1.5rem 0;
    margin: 0;
    border-bottom: 1px dashed #d3ced2;
    border-right: none;
    font-size: 1.5rem;
}
.woocommerce ul.order_details li strong {
    font-size: 1em;
    margin-top: 0.5rem;
}

.woocommerce table.shop_table.order_details {
	border:none;
	border-collapse: collapse;
}
.woocommerce table.shop_table.order_details thead th {
    background-color: #fff;
    padding: 16px 12px;
}
.woocommerce table.shop_table.order_details thead th:first-child {
    border-top-left-radius: 5px;
    border-left: 20px solid #fff;
}
.woocommerce table.shop_table.order_details thead th:last-child {
    border-top-right-radius: 5px;
    border-right: 20px solid #fff;
}

.woocommerce table.shop_table.order_details tbody tr:first-child td {
    border-top: none;
    padding-top: 2rem;
}

.woocommerce table.shop_table.order_details tbody tr:last-child td {
    padding-bottom: 2rem;
}

.woocommerce table.shop_table.order_details tbody td:first-child {
    border-left: 20px solid transparent;
}

.woocommerce table.shop_table.order_details tbody td:last-child {
    border-right: 20px solid transparent;
}

.woocommerce table.shop_table.order_details tfoot tr:first-child th {
    border-top: none;
    padding-top: 2rem;
}
.woocommerce table.shop_table.order_details tfoot td, .woocommerce table.shop_table.order_details tfoot th {
    background-color: #fff;
    color: black;
    border-color: #527c838a;
}
.woocommerce table.shop_table.order_details tfoot tr:first-child td {
    border-top: none;
}
.woocommerce table.shop_table.order_details tfoot th {
    border-left: 20px solid #fff;
}
.woocommerce table.shop_table.order_details tfoot td {
    border-right: 20px solid #fff;
    padding: 15px 12px;
}
.woocommerce table.shop_table.order_details tfoot tr:last-child th {
    padding-bottom: 2rem;
    border-bottom-left-radius: 5px;
}
.woocommerce-order-details{
	background:#ede8e7;
	padding:20px;
}
span.preorder-tag {
    background-color: #F79F89;
    font-size: 1.2rem;
    display: inline-block;
    width: 80px;
    text-align: center;
    padding: 0.3rem 0;
    margin: 0.2rem 0;
}
.tabs-wrap h2 {
	margin-bottom: 10px;
}

.third-pad {
    padding: 100px 0px 0px 0px;
}

.journal-container-2 {
    Padding: 70px 0px 30px 0px;
}

.journal-container-2 p {
    color: #1a1d36;
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 10px;
}

.woocommerce-checkout .tabs-wrap .entry-content p,.woocommerce-checkout .tabs-wrap .thumb, .woocommerce-account .tabs-wrap .entry-content p,.woocommerce-account .tabs-wrap .thumb {
	 margin-bottom: 30px;
}
.product-box.product-shortcode {
	display: flex;
	align-items: center;
	border-top: 1px solid #1A1D36;
  border-bottom: 1px solid #1A1D36;
  padding: 5rem 0;
  margin: 4rem 0;
}
.product-box.product-shortcode .thumb {
	width: 100%;
  padding-bottom: 40%;
  margin: 0;
  margin-right: 3rem;
}
.product-box.product-shortcode .content {
	width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  align-self: stretch;
}

.product-box ul.product-labels {
    position:absolute;
    z-index:11;
    top:15px;
    right:20px;
    left:20px;
}

.single-product ul.product-labels {
    margin-bottom: 15px;
}

ul.product-labels li {
    display:inline-block;
    padding:5px 12px 3px 12px;
    border-radius:20px;
    margin-right:7px;
    margin-top:5px;
    cursor:default;
    font-size:14px;
}
ul.product-labels li.odd-label {
    background-color:#F79F89;
}
ul.product-labels li.even-label {
    background-color:white;
    border:1px solid #F79F89;
}

.product-dinnerware .title-price {
    padding-top:10px;
}

@media only screen and (max-width: 768px) {
	
	.product-box.product-shortcode .content {
		
		padding-top:20px;
		
	}
	
	
	
}


/* ------Start Customer Rev Styling-------*/

.cr-ajax-reviews-cus-images-div{ /*	hide images at the top*/
	display:none;
}

.woocommerce #reviews #comments ol.commentlist {
	padding:0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin:0;
	padding:4rem;
	border:none;
	border-radius: 0;
}
.woocommerce .star-rating {
	height:2.5rem;
	font-size:2.5rem;
	width:12.5rem;
	font-family: 'Material Icons';
  color: #F69F8E;
	float: none;
}
.woocommerce .star-rating span {
	padding-top:2.5rem;
}
.woocommerce .star-rating::before {
/*	content: "\f06f\f06f\f06f\f06f\f06f";*/
}
.woocommerce .star-rating span::before {
	content: "\f0ec\f0ec\f0ec\f0ec\f0ec";
}
.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 25px;
/*	display: inline-block;*/
}

.woocommerce .crstar-rating {
/*	height:2.5rem !important;*/
	font-size:2.5rem !important;
	width:12.5rem !important;
	font-family: 'Material Icons'!important;
  color: #F69F8E !important;
	float: none !important;
}
.woocommerce .crstar-rating span {
	padding-top:2.5rem !important;
}
.woocommerce .crstar-rating::before {
/*	content: "\f06f\f06f\f06f\f06f\f06f";*/
}
.woocommerce .crstar-rating span::before {
	content: "\f0ec\f0ec\f0ec\f0ec\f0ec" !important;
}

.woocommerce .crstar-rating{
	margin:0px!important;
}

.woocommerce  .cr-ajax-reviews-sort{
    padding: 15px !important;
    border: 1px solid #c0c0c0 !important;
}

.woocommerce .cr-ajax-reviews-sort-div select {
	width:300px !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-origin: content-box !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=) !important;
}

.review_summery_block{
	display:flex;
	justify-content:space-between;
	padding-bottom: 20px;
/*	border-bottom:1px solid darkgrey;*/
}

.review-rating{
	
	
}

.review-search {
	
}
.cr-ajax-search{
	padding-top:0px!important;
}

@media only screen and (max-width: 767px) {
	.review-search {
		position:relative;
		float: left;
		width:100%
     }
	
	 .review-rating {
		position:relative;
		float: left;
		width:100%;
		 text-align: center;
     }
	.review_summery_block{
	    display:inline-block;
		width:100%;
	 }
	 .woocommerce .cr-ajax-search{
		 margin: 0 !important;
		
	}
	.woocommerce .cr-ajax-reviews-sort-div select{
		width: 100%!important;
	}
	.woocommerce .cr-reviews-ajax-reviews{
   		width:100%!important;
	}

	
}


.woocommerce .cr-reviews-ajax-reviews{
   width:90%;
   margin:auto;
}


.ivf-custom-question-ul{
    list-style: none; 
/*    padding-bottom: 10px;	*/
	margin-top:5px;
	line-height:20px;
}


.cr-ajax-reviews-cus-images-div2{
/*	display: none;*/
}
.cr-ajax-reviews-cus-images-div2 video.cr-comment-image-top-item {
    width: 75px;
    height: 75px;
    display: block;
    object-fit: cover;
}

.cr-comment-video .cr-comment-videoicon, .reviews-section .cr-comment-image-top .cr-comment-videoicon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: auto;
    margin-top: -16px;
    margin-left: -16px;
}
.cr-ajax-reviews-cus-images-div2  .cr-comment-image-top img{
    box-shadow: none;
    width: 75px;
    height: 75px;
    max-width: 75px;
    max-height: 75px;
    object-fit: cover;
    padding: 0;
    border-radius: 0;
    display: block;
    position: relative;
}


.review p{
	 font-size: 12pt;
}

.ivf-custom-question-p span{
/*	display:block;*/
	font-size: 12pt;
}

.ivf-custom-question-p{
	font-size: 12pt !important;
}

.ivf-custom-question-radio{
	
}
.description p{
	 font-size: 12pt;
	line-height: 1em;
}
.ivf-custom-question-p{
/*	border-top: 1px solid rgba(0, 0, 0, .1);*/
}
.description{
/*	border-top: 1px solid rgba(0, 0, 0, .1);*/
}

.cr-rating-product-name{
  margin-bottom:10px;
}
.ivf-custom-question-ul li {
  display:inline;
}
.ivf-custom-question-ul li::after {
  content: ", ";
}

.ivf-custom-question-ul li:last-child::after {
    content: "";
}
.ivf-custom-question-radio{
    font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    font-weight: normal;
/*	margin-bottom:-9px;*/
}

.ivf-custom-question-checkbox{
	font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    font-weight: normal;
}
.ivole-review-country-icon{
	margin-right: 10px !important;
}

#ivole-histogramTable .ivole-meter .ivole-meter-bar {
    border-radius: 1px;
    background: none;
    background: none;
    background: none;
    background-color: #f79f89;
    box-shadow:none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cr-ajax-reviews-sort-div {
    width: 190px;
}

.ivole-histogramCell2 .ivole-meter{
	box-shadow: none;
}
.cr-ajax-reviews-slide-main-comment-body{
	line-height: 20px;
    font-size: 15px;
	height:100%;
	padding-right:20px;
}

.cr-ajax-reviews-slide-main-flex img{
	width:auto;
}

.cr-ajax-reviews-slide-main-flex{
	background:gray;
}
.woocommerce-review__author{
  font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    font-weight: normal;
}
.woocommerce .comment-text p{
	margin: 0em !important;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
	display: flex;
	justify-content: space-between;
	color:inherit;
	font-size:14pt;
	margin-bottom: 12px;
}

.cr-summaryBox-wrap{
	background-color:#4b174100 !important;
}

div.iv-comment-image-top img {
    width: 130px;
    height: 130px;
    display: block;
    object-fit: cover;
	border-radius: 4%;
}
.woocommerce div.cr-ajax-reviews-slide-main-flex img{
	margin: 0 auto;
}
div.iv-comment-image-top {
	margin-right:10px !important;
	
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
	margin-bottom: 12px;
}
.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date {
	font-size:12pt;
}
.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__verified {
	color: #0148BC;
	margin-left:0.75rem;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	font-size:12pt;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .cr-comment-image-text {
	display:none;
}

.woocommerce .comment-text{
	margin:0px !important;
	 background: #f5f1f0;
	padding: 10px 20px !important;
	border-radius: 6px !important;
}  

.woocommerce .ivf-custom-question-radio, .ivf-custom-question-checkbox{
/*	display: flex;*/
		line-height:20px;
	font-weight: 700;
	
}

.woocommerce .description p{
	line-height: 22px;
	margin-bottom:20px !important; 
}

#reviews.cr-reviews-ajax-reviews .cr-input-text, .cr-ajax-search input[type="text"] {
	background-image: none!important;
}
@media only screen and (max-width: 1199px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width:48%;
		margin:0 1% 2rem 1%;
		clear: none;
	}
}
@media only screen and (max-width: 992px) {
	.form-label-group input, .form-label-group label {
		height:4rem;
		padding:0.6rem;
	}
	.form-control {
		font-size:1.2rem;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		clear: both;
	}
	.product-box.product-shortcode {
		display: block;
	}
	.product-box.product-shortcode .thumb {
		padding-bottom: 100%;
	}
}

.cr-button-search{
	display: none!important;
}
.order-again{
	margin-top:20px;
}

.wc-item-meta li p{
 font-size: 18px !important;
 line-height: 26px !important;
}

/*---- Comments section*/

.iv-comment-product-img{
	    width: 54px!important;
}

/*added to hide videos and images*/
.cr-comment-images.cr-comment-videos{
	display:none!important;
}



/* ----- End Customer Rev Styling-------*/


.woocommerce a.remove {
	display: flex;
    font-size: 1.6rem;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 0;
    color: #1a1d36 !important;
    text-decoration: none;
    font-weight: normal;
    border: 0;
}
.woocommerce a.remove:hover {
	color:#1a1d36 !important;
	background-color:#e2e2e2;
}

/* ----Payment ---*/

.modesthive-paypal-buttons {
    padding-bottom: 25px;
}

/* ----Checkout block customization ---*/
p.ppcp-place-order-description {
    text-align: left !important;
    font-size: 15px;
/*    font-weight: bold;*/
}

.wc-block-components-payment-method-icons--align-right img{
	margin-left:-50px;
}

/*Afterpay button*/
.btn-afterpay_express img {
    height: 18px !important;
}

/*Amazon button*/
.amazonpay-button-view1 .amazonpay-button-chevrons{
	display:none !important;
}
.amazonpay-button-view1 .amazonpay-button-sandbox-logo{
	display:none!important;
}
.wc-block-components-radio-control-accordion-content p {
    font-size: 15px !important;
}
