.shop-container{
    padding: 10px;
}

.shop-item{
	background-color: #f9f9f9;
	padding: 20px;
	border: 2px solid #d0d0d0;
	min-height: 10px;
	margin-bottom: 20px;
	position: relative;
}

.shop-item:not(.no-hover):hover{
	border-color: #4bc1eb;
}

.shop-item:not(.no-hover):hover:before{
	background-color: #4bc1eb;
}

.shop-item.selected{
    border-color: #93328e;
}

.shop-item.selected .gray [data-checkable],
.shop-item.selected.gray [data-checkable],
.shop-item.selected [data-checkable].gray{
    border-color: #93328E;
    background-color: #ffffff;
    color: #93328E;
}

.shop-item .collapsible{
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.shop-item .collapsible.open{
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
    overflow: visible;
}

.yotpo-testimonials-btn {
	display: none !important;
	visibility: hidden !important;
}

.shop-item .product-title{
	font-size: 32px;
	line-height: 35px;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 10px;
}

.shop-item h3{
	font-size: 25px;
	line-height: 28px;
}

/* Table styles */
.shop-table .shop-item {
    background: transparent;
    border: none;
    border-bottom: 2px solid #EBEBEB;
    min-height: 150px;
    margin-bottom: 0px;
}
.shop-table .shop-item:hover{
    border-color: #EBEBEB;
}

.shop-sidebar{
    border-left: 2px solid #EBEBEB;
}

.shop-item-border-right{
    border-right: 2px solid #EBEBEB;
}

.shop-item-border-left{
    border-left: 2px solid #EBEBEB;
}

.shop-promo{
    border-bottom: 2px solid #EBEBEB;
    padding: 5px 10px;
}

.shop-container .shop-promo input[type="text"]{
    width: 50% !important;
    color: #93328e;
}

input.shop-item-qty{
    padding: 5px;
    text-align: center;
    min-height: 38px;
    width: 60px;
    color: #93328e;
}

img.shop-table-product-preview{
    max-width: none;
    width: 95%;
    height: auto;
}

.shop-table [class^="col-"]{
    padding: 5px 2px;
}

.shop-table [class^="col-"].bline{
    line-height: 32px;
}

ul.shop-checkout-details{
    list-style: none;
    margin: 0;
    max-width: 300px;
    padding: 5px 10px;
}

ul.shop-checkout-details li{
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
}

ul.shop-checkout-details li > span:first-child{
   color: #545454;
}

ul.shop-checkout-details li > span:last-child{
    float: right;
    color: #444444;
}

ul.shop-checkout-details li.shop-checkout-bold{
    font-size: 20px;
    margin-top: 10px;
}
ul.shop-checkout-details li.shop-checkout-bold > span:last-child{

}

@media(max-width: 980px){
    ul.shop-checkout-details{
        padding-top: 31px;
    }
}

.btn-shop-under-link{
    font-size: 14px;
    color: #545454;
    text-decoration: underline;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    font-family: "SharpSansMed", Verdana, Arial, sans-serif;
}
.btn-shop-under-link:hover{
    color: #4bc1eb
}

.btn-shop-delete{
    opacity: 0.8;
}
.btn-shop-delete:hover{
    cursor: pointer;
    opacity: 1;
}


.shop-step-bubble{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #93328e;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    flex-shrink: 0;
}

.shop-step-label{
    display: inline-block;
    color: #93328e;
    font-size: 20px;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}


.shop-item-accordion{
    max-height: 65px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    position: relative;
}
.shop-item-accordion.open{
    max-height: 10000px;
    transition: max-height 0.25s ease-in;
}

.shop-item-accordion:before{
    position: absolute;
    right: 20px;
    top: 30px;
    display: block;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #92278f;
}

.shop-item-accordion.gray:before{
    color: #d0d0d0;
}

.shop-item-accordion.open:before{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.shop-item-accordion .shop-item-accordion-fade{
    opacity: 0;
    transition: all 0.5s ease;
}

.shop-item-accordion.open .shop-item-accordion-fade{
    opacity: 1;
}

.shop-block{

}



@media(max-width: 980px){
    .shop-sidebar{
        border-left: none;
        border-top: 2px solid #EBEBEB;
        margin-top: 50px;
    }
    .shop-promo{
        border: none;
    }
}


@media (max-width: 479px) {
	.shop-item-accordion {
        max-height: 95px;
   }
}

.shop-item.echo-header {
  min-height: unset;
  border-bottom: none;
  z-index: 1;
}

  .shop-item.echo-header .btn-shop-delete {
    display: none;
  }

.shop-item.echo-item {
  min-height: unset;
  color: #aaa;
}

  .shop-item.echo-item:has(+ .echo-item) {
    border-bottom: none;
  }

  .shop-item.echo-item a:has(>.shop-table-product-preview) {
    display: none;
  }

  .shop-item.echo-item .price {
    display: none;
  }

  .shop-item.echo-item .cart-item-notice {
    display: none;
  }

@media(max-width: 992px) {
  .shop-item.echo-item div:has(>a>.shop-table-product-preview) {
    display: none;
  }
}

@media(min-width: 992px) {
  .shop-item.echo-header div:has(>a>.shop-table-product-preview) {
    height: 0;
  }
}
