
/* Common */

.smartseller *
{
	box-sizing: border-box;
	outline: none !important;
}

.smartseller *:focus
{
	outline: none !important;
}

.smartseller.product-button
{
     display: inline-block;
}

.smartseller form
{
	display: block;
	margin: 10px 0 0 0;
	margin: 0;
	padding: 0;
	float: none;
}

.smartseller textarea:focus::-moz-placeholder,
.smartseller input[type="text"]:focus::-moz-placeholder
{
    color: #C2C2C2;
    opacity: 0.4;
}

.smartseller input[type="text"]:focus
{
    border-color: #d6d6d6;
    outline: 0 none;
}

.smartseller .copyright
{
	text-align: right;
	font-size: 75%;
	margin: 10px 0 0 0;
}

.smartseller .message-container
{
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #444444;
    display: block;
    margin-bottom: 15px;
    opacity: 0.8;
    padding: 5px 10px;
    width: auto;
    overflow: hidden;
}

.smartseller .message-container.success
{
	background: #ecf3ea;
    border: 1px solid #bee3b6;
    color: #3f902e;
}

.smartseller.product-button .message-container.success
{
    margin-bottom: 0;
}

.smartseller .message-container.error
{
	background: #f3eaea;
    border: 1px solid #e3b6b6;
    color: #902e2e;
}

.smartseller .message-container .message-text
{
    float: left;
    line-height: 24px;
    min-height: 24px;
}

.smartseller .message-container .message-icon
{
    float: right;
    opacity: 0.6;
    cursor: pointer;
    margin-left: 10px;
}

.smartseller .message-container .message-icon:hover
{
    opacity: 0.8;
}

/* Pagination */

.smartseller-pagination
{
	margin-top: 20px;
}

.smartseller-pagination ul
{
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

.smartseller-pagination ul::before,
.smartseller-pagination ul::after
{
    content: "";
    display: table;
}

.smartseller-pagination ul::after
{
    clear: both;
}

.smartseller-pagination ul::before,
.uk-pagination::after
{
    content: "";
    display: table;
}

.smartseller-pagination ul > li
{
    display: inline-block;
    vertical-align: top;
}

.smartseller-pagination ul > li:nth-child(n+2)
{
    margin-left: 5px;
}

.smartseller-pagination ul > li > span
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #555555;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    line-height: 22px;
    min-width: 18px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.smartseller-pagination ul > li > span:hover,
.smartseller-pagination ul > li > span:focus
{
    background-color: #eeeeee;
    border-color: #555555;
    outline: medium none;
}

.smartseller-pagination ul > li.smartseller-active > span:hover,
.smartseller-pagination ul > li.smartseller-active > span:focus,
.smartseller-pagination ul > li.smartseller-active > span
{
    background: none repeat scroll 0 0 #777777;
    border: 1px solid #555555;
    color: #ffffff;
    cursor: auto;
}

/* Category */

.smartseller.category .products-container
{
	margin: 0 0 30px 0;
	padding: 0;
	display: flex;
}

.smartseller.category .product-container
{
    background: transparent;
	width: calc(100% * 1 / 3 - 20px);
	display: block;
	padding: 30px;
	border: 1px solid #eeeeee;
	margin-left: 30px;	
}

.smartseller.category .product-container:first-of-type,
.smartseller.category .product-container:nth-of-type(4n)
{
	margin-left: 0;
}

.smartseller.category .product-image
{
	margin-bottom: 20px;
}

.smartseller.category .product-description
{
	margin-bottom: 20px;
}

.smartseller.category .product-tags
{
	font-size: 11px;
}

.smartseller.category .product-tags a
{
    display: inline-block;
    padding: 2px 10px;
    background: #f91b24;
    line-height: 1.4;
    font-size: 90%;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 500px;
}

/* Reviews */

.smartseller.product-reviews
{
	margin: 20px 0 20px 0;
}

.smartseller.product-reviews .reviews-title
{
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.smartseller.product-reviews .reviews-title h3
{
   	float: left;
    font-size: 18px;
    margin: 0 5px 0 0;
    padding: 2px;
}

.smartseller.product-reviews .reviews-list
{
    margin: 20px 0 20px 0;
}

.smartseller.product-reviews .review
{
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
    margin-top: 20px;
}

.smartseller.product-reviews .review h4
{
	font-size: 125%;
	margin: 0;
}

.smartseller.product-reviews .review .review-meta
{
	font-size: 85%;
	opacity: 0.6;
	margin: 0 0 10px 0;
}

.smartseller.product-reviews .review-meta span
{
    display: inline-block;
    margin-right: 5px;
}

.smartseller.product-reviews .review-meta span.rating
{
    margin-right: 5px;
}

.smartseller.product-reviews .review-meta .rating img
{
    display: inline-block;
    margin-bottom: 3px;
}

.smartseller.product-reviews .review .review-message
{
	margin: 0;
}

.smartseller.product-reviews .reviews-add
{
	overflow: hidden
}

.smartseller.product-reviews .reviews-add h3
{
	font-weight: bold;
	color: #86303c;
	opacity: 0.8;
	cursor: pointer;
	margin: 0;
	line-height: 24px;
	font-size: 18px;
}

.smartseller.product-reviews .reviews-add h3:hover
{
	opacity: 1.0;
}

.smartseller.product-reviews .reviews-add h3 > img
{
    margin: 0 5px 3px 0;
    float: left;
}

.smartseller.product-reviews .reviews-inputbox
{
	display: block;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	background: white;
	border-radius: 2px;
	margin: 5px 0 5px 0;
	width: 450px;
	line-height: 32px;
	height: 32px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.smartseller.product-reviews textarea.reviews-inputbox
{
	height: 150px;
}

.smartseller.product-reviews select.reviews-inputbox
{
    height: auto;
    padding: 3px;
    width: 100%;
}

.smartseller.product-reviews .reviews-title select.reviews-inputbox
{
    float: left;
    margin: 0;
    width: auto;
}

.smartseller.product-reviews #reviews-captcha
{
	margin: 5px 0 5px 0;
}

.smartseller.product-reviews a.reviews-submit
{
	background-color: #646464;
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    min-width: 100px;
    outline: medium none;
    overflow: visible;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;    
}

.smartseller.product-reviews a.reviews-submit:hover,
.smartseller.product-reviews a.reviews-submit:focus
{
	background-color: #7d7d7d;
}

.smartseller.product-reviews .rating-title
{
	float: left;
	font-weight: bold;
}

.smartseller.product-reviews .reviews-rating
{
    margin-bottom: 10px;
    overflow: hidden;
}

.smartseller.product-reviews .review-rating
{
	float: left;
	margin: 2px 0 0 10px;
}

.smartseller.product-reviews .reviews-fields
{
    clear: left;
    float: left;
    margin-bottom: 10px;
}

.smartseller.product-reviews .reviews-empty
{
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: block;
    padding: 5px 10px;
    width: auto;
    margin-bottom: 20px;
}

/* Price */

.smartseller .product-title
{
    display: inline-block;
    font-size: 125%;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: auto;
}

.smartseller .price
{
    display: block;
    color: #ef6e40;
    font-size: 200%;
    line-height: 100%;
    margin-bottom: 20px;
}

.smartseller .price .figure
{
	margin-right: 10px;
}

.smartseller .price .current-price
{
	display: block;
	line-height: 100%;
}

.smartseller .price .old-price
{
	display: block;
    text-decoration: line-through;
    font-size: initial;
    color: #888888;
    line-height: 100%;
}

.smartseller .oldprice .dates
{
    display: block;
    margin-top: 10px;
}

.smartseller .oldprice .dates > span
{
    display: block;
    font-size: 90%;
    color: #aaaaaa;
}

.smartseller .oldprice .dates > span > span
{
    font-weight: 700;
}


/* Warning */

.smartseller .seller-warning
{
    display: inline-flex;
}

.smartseller.custom .seller-warning
{
    display: inline-flex;
}

.smartseller .seller-warning .warning-picture
{
    float: left;
}

.smartseller.custom .seller-warning .warning-picture
{
    display: none;
}

.smartseller .seller-warning .warning-text
{
    border: 1px solid #e5db55;
    border-left: none;
    border-radius: 4px;
    border-radius: 4px;
    height: 37px;
    padding: 15px;
    float: left;
    margin: 1px 0 0 -4px;
    background: #fefccb;
}

.smartseller.custom .seller-warning .warning-text
{
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
	background: transparent;
}

.smartseller .seller-warning .warning-text h4
{
	padding: 0;
	margin: 0;
}

.smartseller.custom .seller-warning .warning-text h4
{
	display: none;
}


/* Buttons */

.smartseller .submitorder.text
{
	cursor: pointer;
    background: #c35967;
    border: 1px solid #9c3341;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 10px;
    width: 150px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.smartseller .submitorder.text:hover
{
	background: #ce6976;
}

.smartseller.custom .submitorder
{
    background: transparent;
    border: none;
    color: #c35967;
    padding: 0;
    width: auto;
    display: inline;
    text-align: left;
}

.smartseller.custom .submitorder:hover
{
	background: transparent;
	color: #ce6976;
}

.smartseller a.downlink,
.smartseller a.downlink:hover,
.smartseller a.downlink:active
{
    background: #5aae49;
    border: 1px solid #439033;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 10px;
    width: 150px;
    display: block;
    text-align: center;
    margin: 10px 0 10px 0;
    text-decoration: none;
}

.smartseller a.downlink:hover,
.smartseller a.downlink:active
{
	background: #66ba55;
}

.smartseller.custom .downlink,
.smartseller.custom .downlink:hover
{
    background: none;
    border: none;
    border-radius: 0;
    color: #5aae49;
    padding: 0;
    width: auto;
    display: inline;
    text-align: left;
}

.smartseller.custom .downlink:hover
{
	color: #66ba55;
}

.smartseller.orders .order-button i.fas,
.smartseller.product-button button i.fas
{
	margin-right: 5px;
	font-size: 130%;
}

.smartseller.product-button button.approval,
.smartseller.product-button button.approval:hover,
.smartseller.product-button button.approval:focus
{
	background: #eeeeee;
    color: initial;
    box-shadow: none;
    border: none;
    cursor: default;
}

/* My Orders */

#smartseller.orders h2,
#smartseller.orders h3
{
	margin: 0;
	text-transform: uppercase;
}

#smartseller.orders .order-container
{
    margin-bottom: 40px;
	border-top: 5px solid #dddddd;
    padding-top: 40px;
}

#smartseller.orders .order-container:first-child
{
	padding-top: 0;
	border-top: none;
}

#smartseller.orders .order-info
{
    display: flex;
}

#smartseller.orders .order-data,
#smartseller.orders .order-button
{
    display: inline-block;
    width: 50%;
	margin-top: auto;
	margin-bottom: auto;
	padding: 20px;
}

#smartseller.orders .order-data .order-status.published
{
	color: #68c671;
}

#smartseller.orders .order-data .order-status.approval
{
	color: #d7912e;
}

#smartseller.orders .order-data .order-status.unpublished
{
	color: #e05b30;
}

#smartseller.orders .order-button
{
	text-align: center;
}

#smartseller.orders .products-container
{
    width: 100%;
    margin-top: 20px;
}

#smartseller.orders .product-container
{
    display: flex;
    border: 1px solid #fafafa;
    margin-bottom: 20px;
}

#smartseller.orders .product-data,
#smartseller.orders .product-button
{
    display: inline-block;
    width: 50%;
	margin-top: auto;
	margin-bottom: auto;
	padding: 20px;
}

#smartseller.orders .product-data
{
	background-color: #fafafa;
}

#smartseller.orders .product-data div span
{
	display: block;
}

#smartseller.orders .product-button
{
	text-align: center;
}