.product-list ul li {
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #F1EADA;
    display: inline-block;
    width: 100%;
}

.product-list .collection-info .col-3 {
    margin-top: -34px;
}

.product-search {
    padding-bottom: 2em;
    margin-left: 2em;
    margin-top: 1em;
    border-bottom: 1px solid #F1EADA;
}

.product-search .search-wrapper ul {
    display: inline-block;
    width: auto;
}

.product-search ul .item {
    display: inline-block;
    margin-right: 20px;
}

.product-search ul .item input[type="text"] {
    border: 1px solid #a9a9a9;
}

.product-search ul .item select {
    padding-right: 20px;
}

.product-search input[type="submit"] {
    display: inline-block;
}

.product-search .search-wrapper {
    display: inline-block;
}

.product-search .cart-summary-wrapper {
    display: inline-block;
}

.cart-summary {
    width: 40px;
    height: 40px;
    background-color: #CCCCCC;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    margin-right: -4px;
    line-height: 40px;
}

.cart-summary-outer {
    width: 83px;
    float: right;
    margin-bottom: 20px;
}

.cart-summary-wrapper a {
    display: inline-block;
}

.cart-summary-img {
    display: inline-block;
    height: 40px;
    width: 43px;
    float: right;
    background: url(../images/cart.png);
}

.cart-summary .totalLabel, .cart-summary .totalValue, .cart-summary .total, .cart-summary .controls {
    display: none;
}

.product-search h3 {
    display: inline-block;
    margin-right: 25px;
}

.marketplace-title {
    float: left;
}

.product-controls-item {
	position: relative;
	padding-bottom: 60px;
}

.product-controls .errorlabel {
	font-size: 14px !important;
	color: red;
	position: absolute;
	bottom: -14px;
    left: 10px;
}

.product-controls .add-quantity input[type="text"] {
	background: #CCCCCC;
	color: #464646;
	border: none;
	margin-left: -1px;
	top: -5px;
    height: 34px;
    line-height: 34px;
    width: 100%;
}

.product-controls .group-inline {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.product-controls .add-quantity {
    margin-left: -5px;
    margin-right: -5px;
}

.product-controls .add-quantity > div {
    display: inline-block;
    width: 50px;
    vertical-align: top;
}

.product-controls .control-quantity {
	background: #6dabe4;
	color: #fff;
	border: none;
    vertical-align: top;
}

.product-controls .control-quantity:hover {
	background: #8bc2f4;
}

.product-controls .control-quantity-plus {
	margin-left: -1px;
}

.product-controls input[type="submit"] {
    max-width: 100%;
    width: 100%;
    background: #6dabe4;
    padding: 0.2em;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.product-controls input[type="submit"]:hover {
    background: #8bc2f4;
}

#main .product-controls .more-info-button:hover {
    background: #c69ad6;
}

.product-controls.product-controls-item input[type="submit"] {
    padding-left: 15px;
    padding-right: 15px;
}

.product-single .product-properties .pbProductProperties .item > div {
    display: inline-block;
}

#main .product-controls .more-info-button {
    max-width: 100%;
    width: 100%;
    background: #b884cb;
    padding: 0.2em;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    border: none;
    border-radius: none;
    -webkit-border-radius: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}

.product-controls > div {
    max-width: 148px;
    margin: 0 auto;
}

.control-quantity {
    display: inline-block;
    width: 50px;
    height: 34px;
    line-height: 34px;
    background: #2c2c2c;
    font-size: 27px;
    color: #a1a1a1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.control-quantity.control-quantity-minus {
    border-radius: 5px 0 0 5px;
}

.control-quantity.control-quantity-plus {
    border-radius: 0 5px 5px 0;
}

.product-controls input[type="text"] {
    width: 33.3%;
    padding: 0;
    text-align: center !important;
    font-size: 13px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

.rcbSlide {
    background: #fff;
}

.collection-list .product-info .basic-info {
    color: #8d847a;
}

.collection-list .product-info .basic-info > span {
    margin-top: 10px;
    display: block;
}

.collection-list .product-info .basic-info > span {
    margin-top: 5px;
}

.collection-list .product-info .basic-info > span > div {
    display: inline-block;
}

.collection-list .product-info .basic-info .label {
    font-weight: bold;
}

.collection-list .product-info .basic-info .label::after {
    content: ":";
}

.collection-list .product-info .basic-info .RadComboBox, .product-single .product-properties .RadComboBox {
    border: 1px solid #a9a9a9;
    display: block;
}

#price div {
    display: inline;
}

.product-list > ul > li {
    margin-bottom: 20px;
}

#main .product-info h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.product-single .product-half {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.product-single .box-image {
    float: none;
}

.product-single .product-search {
    margin-bottom: 30px;
}

.product-single .product-controls-item {
    padding-bottom: 0;
    margin: 15px 0 15px 0;
}

.product-single .tab-item-content {
    color: #000;
}

.product-single .product-controls .group-inline, .product-single .product-controls .add-cart-btn div {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.page-inner-content #main.product-single .tab-contents ul {
    margin-left: 0;
}

.product-single .productPrice {
    margin-top: 20px;
    margin-bottom: 10px;
}

.box-image img {
    float: none;
}

.box-product-small {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
}

.box-product-small .box-image img {
    max-height: 100px;
    max-width: 100%;
}

.box-product-small .row-shop-other-products a {
    font-size: 18px;
    margin-top: 10px;
    display: block;
    color: #b884cb;
}

.product-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.formats-header {
    color: #8d847a;
}

.product-single .product-properties br {
    display: none;
}

.product-single h5 {
    margin-bottom: 5px;
    margin-top: 20px;
}

.product-single .product-properties {
    margin-bottom: 20px;
}

.product-single .product-properties .item span::after {
    content: ":";
    margin-right: 5px;
}

.product-single .product-properties .RadComboBox {
    background: url(../images/select-arrow-ticket.png) no-repeat right white;
    overflow: hidden;
}

/* Tabs */
.tab-contents a {
	color: #fff;
	text-decoration: underline;
}
.tab-headers {
    font-size: 0;
    letter-spacing: 0;
}
.tab-item-header {
    height: 44px;
    line-height: 44px;
    color: #8d847a;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
	background-color: transparent;
    display: inline-block;
    padding: 0 19px;
    margin-right: 3px;
    border-radius: 3px 3px 0 0;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
    position: relative;
    top: 1px;
    z-index: 1;
}
.tab-item-header:hover,
.tab-item-header.active {
	text-decoration: none;
	background-color: #f8f8f8;
	border-bottom-color: transparent;
	box-shadow: none;
	color: #8d847a;
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #f8f8f8;
}
.tab-item-content {
    background-color: #f8f8f8;
    color: #323232;
    padding: 20px;
    display: none;
	border: 1px solid #e8e8e8;
}
.tab-item-content.active { display: block }
ul.list-dec li {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

/* Add to cart popup styles */
.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay .checkout-overlay-inner a.btn {
    width: 200px;
    margin: 1em; 
}

.checkout-overlay-outer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: black;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100001; 
  }

.checkout-overlay-outer .checkout-overlay-wrapper {
	display: table;
	width: 100%;
	height: 100%; 
}

.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay {
	display: table-cell;
	vertical-align: middle; 
}

.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay .checkout-overlay-inner {
	display: inline-block;
	background: white;
	padding: 2em;
	position: relative;
	width: auto;
	max-width: 90%;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 
}

.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay .checkout-overlay-inner h2 {
	margin-top: 0;
}

.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay .checkout-overlay-inner .close {
	position: absolute;
	right: -15px;
	top: -15px;
	padding: 0.5em;
	background: white;
	border: 2px solid #706745;
	opacity: 1;
	font-size: 14px;
	width: 30px;
	height: 30px; 
}

.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay .checkout-overlay-inner a.button {
	margin-bottom: 10px;
	margin-left: 0;
    cursor: pointer;
    padding-bottom: 12px;
}

.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay .checkout-overlay-inner a.button:hover {
    background: #8bc2f4;
}

.checkout-overlay-outer .checkout-overlay-wrapper .checkout-overlay .checkout-overlay-inner a.button.purple:hover {
    background: #c69ad6;
}

.checkout-overlay-outer i.fa.fa-times {
    color: #000;
}

.button.purple {
    background: #b884cb;
}

@media screen and (max-width: 768px) {
    
    .collection-list .collection-image.publication-image {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .collection-list .collection-image.publication-image a {
        display: block;
        width: auto;
    }
    
    .collection-list .collection-image.publication-image a span {
        display: none;
    }
    
    .product-single .product-half {
        display: block;
        width: 100%;
    }
    
    .product-list .collection-info .col-3 {
        margin-top: 0;
    }
    
}