/*******************************************************************************

    CSS on Sails Framework
    Title: Made It
    Author: XHTMLized.com
    Date: January 2013

********************************************************************************

    1. BASE
        1.1 Reset
        1.2 Accessibility Navigation & Hide
        1.3 Clearfix
        1.4 Fonts
        1.5 Normalized Styles
        1.6 Image Replacement

    2. COMMON
        2.1 Container
        2.2 Header
        2.3 Navigation
        2.4 Content
        2.5 Sidebar
        2.6 Footer

    3. PAGES
        3.1 Home
        3.2 Store Front
        3.3 Store About
        3.4 Store Feedback
        3.5 Register
        3.6 Login
        3.7 Item
        3.8 Categories
        3.9 Seller Admin
        3.10 Designer Spotlight
        3.11 Add Item
        3.12 Shopping Cart
        3.13 Contact Form
        3.14 Store Search Results
        3.15 New Items
        3.16 Messages
        3.17 Picks
        3.18 Orders
        3.19 Webmaster
        3.20 My Bill
        3.21 My Madeit
        3.22 Invoices
        3.23 Blog
        3.24 Plugin Styles

    4. MOBILE
    5. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {


}

a[href], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
    outline: 0;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav {
    position: absolute;
    top: 0;
    left: -9999em;
    z-index: 1000;
}

#accessibility-nav a {
    position: absolute;
    top: 0;
    white-space: nowrap;
}

#accessibility-nav a:active,
#accessibility-nav a:focus {
    left: 9999em;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.ie7 .clearfix {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* 1.4 Fonts
------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Filmotype Havana';
    src: url('../fonts/filmotype_-_filmotypehavana-webfont.eot');
    src: url('../fonts/filmotype_-_filmotypehavana-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/filmotype_-_filmotypehavana-webfont.woff') format('woff'),
         url('../fonts/filmotype_-_filmotypehavana-webfont.ttf') format('truetype'),
         url('../fonts/filmotype_-_filmotypehavana-webfont.svg#filmotype_havanaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 1.5 Normalized Styles
------------------------------------------------------------------------------*/

body {
    font: 75%/1.25 Arial, Helvetica, sans-serif;
    color: #666;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}

hr {
    display: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    outline: 0;
}

.select-rounded {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
    outline: 0;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 500;
    width: 100%;
    background: #fff;
}

.textarea {
    width: 100%;
    height: 60px;
    resize: none;
    padding: 7px;
}

textarea {
     overflow: auto;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #c21717;
}

.link {
    cursor: pointer;
    color: #6c9dab;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

/* 1.6 Image replacement
------------------------------------------------------------------------------*/

.ir {
    display: block;
    position: relative;
    overflow: hidden;
}

.ir span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ie7 .ir a span,
.ie7 a.ir span {
    cursor: pointer;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
    position: relative;
    padding-top: 11px;
    height: 140px;
    background: url(../images/bg-header.png) no-repeat 0 46px;
}

#header .site-name {
    position: absolute;
    top: 46px;
    left: 0;
    width: 290px;
    height: 105px;
    text-indent: -9999em;
    text-transform: capitalize;
}

/* Top navigation */
#header .top-nav {
    float: left;
    margin-top: 10px;
}

#header .top-nav li {
    float: left;
    margin-right: 16px;
    line-height: 20px;
}

/* Seller navigation */
#header .seller-nav {
    float: left;
    height: 35px;
    background: #eeeeee;
    padding: 0 10px 0 6px;
}

#header .seller-nav li {
    float: left;
    margin: 8px 0 0 7px;
}

#header .seller-nav a {
    display: block;
    height: 21px;
    background: url(../images/sprite-icons.png) no-repeat;
    text-indent: -9999em;
    text-transform: capitalize;
}

#header .seller-nav .add-item a {
    width: 15px;
    background-position: 0 0;
}

#header .seller-nav .store a {
    width: 20px;
    background-position: -32px 0;
}

#header .seller-nav .invoice a {
    width: 26px;
    background-position: -64px 0;
}

#header .seller-nav .email a {
    width: 26px;
    background-position: -96px 0;
}

#header .seller-nav .favourites a {
    width: 22px;
    background-position: -128px 0;
}

#header .seller-nav .feedback a {
    width: 22px;
    background-position: -160px 0;
}

/* User panel */
#header .user-panel {
    float: right;
    margin: 10px 0 0 17px;
    line-height: 20px;
}

#header .user-panel .separator {
    display: inline-block;
    padding: 0 6px;
}

/* Shopping cart panel */
#header .shopping-cart-panel {
    float: right;
    height: 25px;
    padding: 10px 11px 0;
    background: #eeeeee;
    line-height: 20px;
}

#header .shopping-cart-panel .items-counter {
    display: inline-block;
    padding-left: 24px;
    background: url(../images/sprite-icons.png) no-repeat -192px 0;
    color: #6c9dab;
}

#header .shopping-cart-panel .items-counter:hover {
    color: #c21717;
}

#header .shopping-cart-panel .btn-checkout {
    display: inline-block;
    margin-left: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Search tabs */
#header .search-tabs {
    position: absolute;
    top: 74px;
    right: 18px;
    width: 265px;
}

#header .search-tabs ul {
    margin-left: 10px;
}

#header .search-tabs li {
    float: left;
}

#header .search-tabs li a {
    display: block;
    padding: 6px 10px 4px;
    line-height: 14px;
    text-transform: uppercase;
}

#header .search-tabs li.active a {
    background: #fff;
    font-weight: bold;
}

#header .search-tabs .tab-list {
    clear: both;
}

#header .search-tabs .tab {
    display: none;
}

#header .search-tabs .tab:first-child {
    display: block;
}

/* Search forms */
#header .search-tabs .search-form input[type="text"] {
    float: left;
    padding: 5px 12px 3px;
    width: 208px;
    height: 19px;
    margin: 0;
    background: #f4f4f4;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
}

#header .search-tabs .search-form input[type="text"]:focus{
    outline: none;
}

#header .search-tabs .search-form button {
    float: left;
    height: 27px;
    width: 29px;
    margin-left: 3px;
    background: #f4f4f4 url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: none;
    text-indent: -9999em;
    text-transform: capitalize;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
    padding-bottom: 10px;
    margin-bottom: 26px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

#navigation ul {
    float: right;
}

#navigation li {
    float: left;
}

#navigation a {
    display: block;
    padding: 9px 15px 0;
    line-height: 26px;
}

#navigation a:hover {
    background: #eeeeee;
    color: #666;
}

#navigation li.active a {
    background: #eeeeee;
    color: #6c9dab;
}


/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
    float: right;
    width: 735px;
    padding-left: 27px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-vertical.png) repeat-y 0 0;
}

#content.full-width {
    float: none;
    width: 100%;
    padding: 0;
    background: none;
}

#content.no-separator {
    padding-left: 9px;
    width: 753px;
    background: #fff;
    position: relative;
    z-index: 2;
}


/* Buttons */
.btn-dark {
    display: inline-block;
    padding: 7px 12px 6px;
    margin: 0;
    border: 0;
    background: #434343;
    color: #fff;
    font-size: 100%;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-transform: uppercase;
}

.btn-dark:hover {
    color: #fff;
    background: #555;
}

.btn-dark.right {
    float: right;
    margin: 14px 0 20px;
}

.btn-celadon {
    display: inline-block;
    padding: 7px 12px 6px;
    margin: 0;
    border: 0;
    background: #6c9dab;
    color: #fff;
    line-height: 14px;
    text-transform: uppercase;
}

.btn-celadon[disabled] {
    background: #bababa!important;
}

.btn-celadon:hover {
    background: #c21717;
}

.btn-full{
    width: 100%;
}

/* Notification message */
.notification-msg {
    padding: 30px;
    margin-bottom: 30px;
    background: #eeeeee;
    color: #666;
}

.notification-msg h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

.notification-msg a {
    color: #6c9dab;
}

.notification-msg a:hover {
    color: #c21717;
}


/* Section Titles */
.section-title {
    color: #6c9dab;
    font-size: 36px;
    font-family: 'Filmotype Havana', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.section-title.left {
    float: left;
}

.section-title.center {
    text-align: center;
}

.more-link {
    float: right;
    color: #bb1717;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
}

.section-title + .more-link {
    margin-top: 21px;
}

.page-title-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
            align-items: center;
    margin-bottom: 15px;
}
.page-title-wrap > *{
    margin: 0!important;
}

.page-title-wrap__ttl {
    -webkit-flex-grow: 1
       -moz-flex-grow: 1;
        -ms-flex-grow: 1;
            flex-grow: 1;
}

/* Entry content */
.entry-content .section-title {
    margin-bottom: 12px;
}

.entry-content p {
    margin-bottom: 18px;
    line-height: 18px;
}

.clear {
    clear: both;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}


.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mr-10 {
    margin-right:  10px;
}


/* Product List Panel */
#product-list-panel {
    margin: 0 0 6px;
}

#product-list-panel .left-panel {
    float: left;
}

#product-list-panel .left-panel h3 {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

#product-list-panel .right-panel {
    float: right;
}

#product-list-panel .right-panel .select-product-sub-type + .custom-select {
    float: right;
}

#product-list-panel .store-address {
    color: #6c9dab;
    font-size: 14px;
    line-height: 26px;
}

#product-list-panel .store-address:hover {
    color: #c21717;
}


/* Breadcrumbs */
.breadcrumbs {
    font-size: 14px;
}

.breadcrumbs .separator {
    display: inline-block;
    margin: 0 10px;
}


/* Product List */
#product-list {
    margin: 0 -6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#product-list.two-cols {
	border: 1px solid #BABABA;
	margin: 0 0 0 12px;
	padding: 7px 47px 27px;
}

#product-list .product {
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    background: #eeeeee;
    font-size: 11px;
    line-height: 15px;
}

#product-list .product.disabled > a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, .5);
}

#product-list .product.disabled > a {
    display: block;
}

.ie7 #product-list .product {
    margin: 12px 5px 0 6px;
}

#product-list .product .product-image {
    display: block;
    margin-bottom: 9px;
}

#product-list .product h4 {
    width: 98px;
    float: left;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#product-list .product a {
    color: #6c9dab;
}

#product-list .product a:hover {
    color: #c21717;
}

#product-list .product .product-price {
    width: 52px;
    float: right;
    color: #c21717;
    font-weight: bold;
    text-align: right;
}

#product-list .product .product-description {
    clear: both;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#product-list .product .product-description a {
    color: inherit;
}

#product-list .product .product-description a:hover {
    color: #c21717;
}

#product-list .product .product-badge {
    display: inline-block;
    position: relative;
}

.product .product-badge picture {
    display: flex;
}

.product .product-badge .junior-maker-badge {
    top: auto !important;
    bottom: 9px;
}

#product-list .product .sale-badge {
    position: absolute;
    top: 12px;
    left: 16px;
    padding: 0 4px;
    background: #c21717;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
}

#product-list .product .junior-maker-badge {
    position: absolute;
    top: 217px;
    left: 0px;
    padding: 4px;
    background: #C5d1d1;
    color: #4c586e;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
}

#product-list .product .add-to-favourites,
#product-list .product .remove-from-favourites,
.section-new-items .product .add-to-favourites,
.section-new-items .product .remove-from-favourites {
    display: none;
    position: absolute;
    top: 12px;
    right: 16px;
    height: 20px;
    width: 20px;
    background: url(../images/sprite-icons.png) no-repeat -28px -92px;
    background-color: rgba(255, 255, 255, .5);
    text-indent: -9999em;
    text-transform: capitalize;
}
.section-new-items .section-heading {
    width: 100%;
}

.oldie #product-list .product .add-to-favourites,
.oldie #product-list .product .remove-from-favourites {
    background-color: #e1e1e2;
}

#product-list .product .remove-from-favourites {
    background-position: -92px -60px;
    width: 21px;
}

#product-list .product .add-to-favourites:hover,
#product-list .product .remove-from-favourites:hover {
    background-color: rgba(255, 255, 255, .8);
}

.oldie #product-list .product .add-to-favourites:hover,
.oldie #product-list .product .remove-from-favourites:hover {
    background-color: #F3F4F4;
}

/* Pagination */
.pagination {
    clear: both;
    padding: 34px 0 0;
    margin-bottom: -5px;
    color: #877f79;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.ie7 .pagination {
    padding: 17px 0 0;
}

.pagination .prev,
.pagination .next {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 8px;
    text-indent: -9999em;
    text-transform: capitalize;
    background: url(../images/sprite-icons.png) no-repeat;
}

.pagination .prev {
    background-position: -64px -96px;
}

.pagination .next {
    background-position: -96px -96px;
}

.pagination .active {
    display: inline-block;
    color: #c21717;
    font-weight: bold;
}

.pagination .hellip {
    display: inline-block;
    font-size: 12px;
}

.pagination a {
    display: inline-block;
    color: #877f79;
}

.pagination a:hover {
    color: #c21717;
}

/* Item list */
.item-list {
    margin: 27px 0 0;
    padding-top: 20px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

.item-list .clear {
    clear: both;
}

.item-list .section-title {
    float: left;
}

.item-list .item {
    float: left;
    margin: 12px 0 0 13px;
}

.item-list .item.first-in-row {
    margin-left: 0;
}

.item-list .more-link {
    margin-right: 5px;
}

.item-list .item img {
    display: block;
    height: 60px;
    width: 60px;
    border: 5px solid #eeeeee;
}

/* Error panel */
.error-panel {
    padding: 23px;
    margin-bottom: 10px;
    background: #eeeeee;
    border: 1px solid #c21717;
}

.error-panel p {
    color: #6c9dab;
    font-size: 14px;
    line-height: 18px;
}

.error-panel li {
    color: #c21717;
    font-size: 12px;
    line-height: 18px;
}

.input-validation-error {
    border: 1px solid #c21717 !important;
}

/* Section tabs */
.section-tabs {
    padding: 18px 0 26px;
}

.section-tabs .tabs {
    float: left;
    overflow: hidden;
}

.section-tabs .tabs li {
    float: left;
    margin-left: 50px;
    font-size: 18px;
    line-height: 28px;
}

.section-tabs .tabs li:first-child {
    margin-left: 0;
}

.section-tabs .tabs a {
    color: #666;
}

.section-tabs .tabs .active a,
.section-tabs .tabs a:hover {
    color: #6c9dab;
}

.section-tabs .custom-select,
.section-tabs .btn-dark {
    float: right;
}

.section-tabs + .section-nav {
    margin-top: -10px;
}

/* Messages nav */
.section-nav {
    padding: 17px 0 22px;
}

.section-nav .quantity {
    float: left;
    width: 210px;
    margin-right: 15px;
    line-height: 27px;
}

.section-nav .quantity > * {
    float: left;
}

.section-nav .quantity li {
    float: left;
    margin-left: 18px;
}

.section-nav .quantity li.active a {
    color: #6c9dab;
}

.section-nav .search-field {
    float: left;
    margin-right: 18px;
}

.section-nav .search-field input[type="text"] {
    float: left;
    padding: 4px 8px 2px;
    margin: 0 3px 0 0;
    width: 190px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 21px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-nav .search-field button {
    float: left;
    height: 27px;
    width: 30px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: 0;
    text-indent: -9999em;
    text-transform: capitalize;
}

.section-nav .sort-field {
    float: right;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
    float: left;
    width: 239px;
    /*padding-right: 25px;*/
    margin-right: -2px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-vertical.png) repeat-y right 0;
    margin-top: 30px;
}

#sidebar.no-border {
    background: none;
}

/* Item list */
#sidebar .item-list {
    margin: 12px 0 0;
    padding: 0 0 7px 3px;
    background: none;
    border: 1px solid #bababa;
}

#sidebar .item-list .item {
    margin: 7px 3px 0 4px;
}

/* Categories list */
/*.categories-panel {
    padding: 0 0 0 6px;
}*/

.category-hidden {
    display: none;
}
.category-hidden.open {
    display: block;
}

.categories-show-more, .categories-show-more-search {
    font-size: smaller;
    padding-top: 5px;
    cursor: pointer;
    padding-left: 10px;
    position: relative;
    color: #6c9dab;
}

.categories-show-more:before, .categories-show-more-search:before {
    content: '+';
    display: block;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 1px;
}
.categories-show-more.opened:before, .categories-show-more-search.opened:before {
    content: '-';
    top: 0px;
}

@media (max-width: 775px) {
    .categories-show-more {
        font-size: small;
        padding: 10px 0px 10px 15px !important;
        cursor: pointer;
        position: relative;
        color: #fff;
    }

    .categories-show-more {
        top: 10px;
        left: 5px !important;
    }
}

.categories-panel ul {
    margin-top: 5px;
}

.categories-panel a {
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

.categories-panel a .counter {
    font-size: 11px;
    margin-left: 4px;
}

.categories-panel li.active > a {
    color: #6c9dab;
    font-weight: bold;
}

.categories-panel ul ul {
    margin: -3px 0 3px 19px;
}

.categories-panel ul ul a {
    line-height: 22px;
    text-transform: none;
}

.categories-panel ul ul ul {
    margin: 0 0 0 16px;
}

/* Store Categories list */
.storecategories-panel {
    padding: 0 0 0 6px;
}

.storecategories-panel ul {
    margin-top: 5px;
}

.storecategories-panel a {
    display: block;
    /*font-size: 14px;*/
    line-height: 20px;
    /*text-transform: uppercase;*/
}

.storecategories-panel a .counter {
    font-size: 11px;
    margin-left: 4px;
}

.storecategories-panel li.active > a {
    color: #6c9dab;
    font-weight: bold;
}

.storecategories-panel ul ul {
    margin: -3px 0 3px 19px;
}

.storecategories-panel ul ul a {
    line-height: 22px;
    text-transform: none;
}

.storecategories-panel ul ul ul {
    margin: 0 0 0 16px;
}

@media (min-width: 775px) {
    div.menu-left-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
        max-height: calc(100vh - 90px);
    }

    ul.menu-left-scroll {
        overflow-y: auto;
    }
}

/* Tags list */
.tags-panel {
    margin-top: 27px;
    padding: 17px 0 0 3px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

.tags-panel .section-title {
    float: left;
    margin-left: 5px;
}

.tags-panel .more-link {
    margin: 17px 5px 0 0;
}

.tags-panel ul {
    padding-top: 11px;
    clear: both;
    overflow: hidden;
}

.tags-panel li {
    float: left;
    margin-right: 12px;
}

.tags-panel a {
    display: block;
    line-height: 21px;
    text-transform: uppercase;
}

/* Tags list */
.advertisement-panel {
    margin-top: 31px;
    padding-left: 3px;
    padding-top: 29px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

.advertisement-panel img {
    display: block;
    max-width: 100%;
}

.advertisement-panel.no-separator {
    margin-top: 0;
    padding-top: 0;
    background: none;
    margin-bottom: 17px;
}

/* Search filters */
/*.search-filters {
    margin-top: 27px;
    padding: 17px 0 0;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}*/

.search-filters fieldset {
    margin-bottom: 30px;
    /*padding-bottom: 25px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;*/
}

.search-menu .legend,
.search-filters .legend {
    margin-top: 25px;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.search-menu .legend:first-child,
.search-filters .legend:first-child {
    margin-top: 15px;
}

.search-filters input[type="text"] {
    float: left;
    padding: 4px 8px 2px;
    width: 82px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 21px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-filters button {
    float: left;
    height: 27px;
    width: 30px;
    margin: 0 0 0 3px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: 0;
    text-indent: -9999em;
    text-transform: capitalize;
}

.search-filters label {
    display: inline-block;
    width: 200px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 17px;
}

.search-filters .checkbox {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.search-filters .checkbox:focus {
    outline: none;
}

.search-filters .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.search-filters .price-field .separator {
    margin: 0 8px;
    float: left;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

.search-filters .location-field .col {
    width: 50%;
    float: left;
}

.search-filters .location-field label {
    width: 85px;
}

/* Pick editor */
.pick-editor {
    width: 150px;
    height: 408px;
    margin: 0 auto;
    padding: 12px;
    position: relative;
    background: #eeeeee;
}

.pick-editor .pick-image {
    width: 100%;
    margin: 10px 0 12px;
}

.pick-editor .pick-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.pick-editor .pick-title a {
    color: #6c9dab;
}

.pick-editor .pick-title a:hover {
    color: #C21717;
}

.pick-editor p {
    line-height: 18px;
    max-height: 126px;
    overflow: hidden;
}

.pick-editor .pick-socials {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.pick-editor .pick-socials a {
    float: left;
    margin-left: 15px;
}

.pick-editor .pick-socials a:first-child {
    margin-left: 0;
}

/* Sidebar info */
.sidebar-info {
    width: 176px;
    min-height: 370px;
    padding: 25px 22px;
    margin-top: 16px;
    background: #eeeeee;
    line-height: 18px;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
    clear: both;
    padding: 20px 0 26px;
    background: url(../images/bg-separator-horizontal.png) repeat-x;
}

/* Footer navigations */
#footer .side-nav {
    float: left;
    margin: 12px 52px 0 6px;
    line-height: 18px;
}

#footer .side-nav h4 {
    margin-bottom: 3px;
    color: #6c9dab;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer .side-nav a:hover {
    color: #c21717;
}

#footer .side-nav .active a {
    color: #6c9dab;
}

/* Footer aside */
#footer .footer-aside {
    float: right;
}

#footer .footer-aside .social-nav {
    float: right;
}

#footer .footer-aside .social-nav li {
    float: left;
    margin-left: 7px;
}

#footer .footer-aside .social-nav a {
    display: block;
    height: 26px;
    width: 26px;
    background: url(../images/sprite-icons.png) no-repeat;
    text-indent: -9999em;
    text-transform: capitalize;
}

#footer .footer-aside .social-nav .facebook a {
    background-position: 0 -64px;
}

#footer .footer-aside .social-nav .twitter a {
    background-position: -32px -64px;
}

#footer .footer-aside .social-nav .pinterest a {
    background-position: -64px -64px;
}


/*altered for the email sign up on the footer */
*#footer .newsletter-btn {
    clear: right;
    float: right;
    margin: 11px 0 24px;
    color: #666;
}

#footer .newsletter-btn input[type="text"] {
    height: 19px;
    color: #6b6b6b;
    float: left;
    padding: 5px 12px 3px;
    width: 206px;
    margin: 0;
    background: #eeeeee;
    border: none;
    font-size: 100%;
    line-height: 19px;
}

#footer .newsletter-btn input[type="text"]:focus{
    outline: none;
}

#footer .newsletter-btn button {
    float: left;
    height: 27px;
    width: 29px;
    margin-left: 3px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: none;
    text-indent: -9999em;
    text-transform: capitalize;
    border-left: 3px solid #fff;
}

.footer-country {
    background-color: #E5E0DD;
}

.footer-country-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
}

footer-country-container div {
    display: inline-block;
}

.footer-country-flag {
    width: 200px;
    height: 178px;
    background: url('../Images/australian-aboriginal-flag.png') center no-repeat;
    background-size: cover;
    margin-right: 35px;
}

@media (max-width: 775px) {
    .footer-country-flag {
        width: 100px;
        height: 89px;
    }
}

.footer-subscribe {
    background-color: #6C9DAB;
}

.footer-subscribe-content {
    display: flex;
    align-items: center;
}

@media (max-width: 775px) {
    .footer-subscribe-content {
        display: block;
        padding-top:5px;
    }
}

.footer-subscribe-text {
    text-wrap: none;
    color: white;
    font-size: 20px;
    padding-right: 46px;
    font-weight: bold;
    text-align: center;
}

.footer-top-text {
    text-align: center;
    font-size: 16px;
    flex: 1;
}

/*  end ----------------------*/
/*#footer .newsletter-btn {
    clear: right;
    float: right;
    margin: 11px 0 24px;
    color: #666;
}

#footer .newsletter-btn .btn-text {
    float: left;
    padding: 5px 12px 3px;
    width: 206px;
    margin: 0;
    background: #eeeeee;
    border: none;
    font-size: 100%;
    line-height: 19px;
}

#footer .newsletter-btn .btn-arrow {
    float: left;
    height: 27px;
    width: 29px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border-left: 3px solid #fff;
}

#footer .newsletter-btn:hover {
    color: #c21717;
}
*/
#footer .copyright {
    clear: right;
    float: right;
}


/* TipTip CSS - Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    background-color: #434343;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #434343;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #434343;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #434343;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #434343;
}

/* Custom select */
.custom-select {
    position: relative;
    width: 139px;
    z-index: 100;
    border: 1px solid #bababa;
    text-transform: uppercase;
}

.custom-select a.current-selected {
    display: block;
    cursor: pointer;
    padding: 0 41px 0 10px;
    height: 30px;
    background: url(../images/bg-custom-select.png) right center no-repeat;
    color: #666;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    text-align: right;
    white-space: nowrap;
}

.custom-select .custom-select-wrapper {
    position: absolute;
    top: 0;
    left: -999em;
    z-index: 100;
    width: 108px;
    white-space: nowrap;
}

.custom-select .bottom {
    display: none;
}

.custom-select.open .custom-select-wrapper {
    left: auto;
    background: #fff;
    border: 1px solid #bababa;
}

.custom-select ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.custom-select ul li {
    margin: 0 7px;
    float: none;
    height: 28px;
    line-height: 24px;
    padding: 0;
    background: url(../images/bg-separator-horizontal.png) repeat-x;
    text-align: right;
}

.custom-select ul li:first-child {
    background: none;
}

.custom-select ul li a {
    display: block;
    padding: 3px;
    color: #666;
    text-decoration: none;
}

.custom-select ul li a:hover,
.custom-select ul li a.current {
    color: #c21717;
}

.custom-select ul li a.selected {
    font-weight: bold;
}

.custom-select a.current-selected:focus,
.custom-select ul li a:focus {
    outline: none;
}

hr.separator {
    display: block;
    clear: both;
    border: none;
    height: 2px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/

#front-banner {
    padding-bottom: 27px;
    margin-bottom: 22px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

#front-banner ul {
    overflow: hidden;
    height: 166px;
}

#front-banner ul img {
    margin: 0 auto;
    display: block;
}

/* BX Slider */
#front-banner .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

#front-banner .bx-wrapper img {
    margin: 0 auto;
    display: block;
}

#front-banner .bx-wrapper .bx-viewport {
    background: #fff;
}

#front-banner .bx-wrapper .bx-viewport ul {
    overflow: visible;
}

#front-banner .bx-wrapper .bx-pager,
#front-banner .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 100;
}

#front-banner .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/common/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

#front-banner .bx-wrapper .bx-pager {
    background: #fff;
    width: 95px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

#front-banner .bx-wrapper .bx-pager .bx-pager-item,
#front-banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#front-banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../images/sprite-icons.png) no-repeat -160px -32px;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 17px;
    margin: 0 3px;
    outline: 0;
}

#front-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#front-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-position: -192px -32px;
}

/* #front-banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dedfdd;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .3), inset 0 2px 5px rgba(0, 0, 0, .3);
}

#front-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#front-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #6c9dab;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .3), inset 0 2px 5px rgba(0, 0, 0, .5);
} */


/* 3.2 Store Front
------------------------------------------------------------------------------*/

/* Store */
.store .store-banner {
    display: block;
    padding-bottom: 27px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.store .store-message {
    padding: 11px 0 15px;
    margin-bottom: 18px;
    /*background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;*/
    line-height: 18px;
}


.store .field {
    clear: left;
}

.store .field-small {
    clear: none;
    float: left;
    width: 230px;
    margin-right: 20px;
}

.store .field-small + .field-small {
    margin-right: 0;
}

.store label {
    display: block;
    padding: 8px 0 7px;
    color: #666;
}

.store input[type="text"],
.store input[type="password"],
.store textarea {
    padding: 4px 8px 2px;
    margin: 0 0 6px;
    width: 100%;
    height: 25px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.store textarea {
    padding: 5px 8px;
    height: 110px;
    resize: none;
}



/* Store Panel */
#store-panel {
    padding: 22px;
    margin-bottom: 2px;
    background: #eeeeee;
}

#store-panel hr {
    display: block;
    margin: 20px -20px 22px;
    border: 0;
    height: 0px;
    border-bottom: 2px dotted #fff;
}

.ie7 #store-panel hr {
    margin: 13px -20px 15px;
    height: 2px;
}

#store-panel h1,
#store-panel h3 {
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#store-panel h1 a,
#store-panel h3 a {
    color: #6c9dab;
}

#store-panel h1 a:hover,
#store-panel h3 a:hover {
    color: #c21717;
}

#store-panel h4 {
    margin: 31px 0 6px;
    color: #6c9dab;
}


/* Store nav */
#store-panel .store-nav {
    overflow: hidden;
}

#store-panel .store-nav li {
    float: left;
    margin-left: 12px;
}

#store-panel .store-nav li:first-child {
    margin: 0;
}

#store-panel .store-nav li.active a {
    color: #6c9dab;
}


/* Categories nav */
#store-panel .categories-nav {
    line-height: 20px;
}

#store-panel .categories-nav .active {
    font-weight: bold;
}


/* Overview nav */
#store-panel .overview-nav {
    margin-top: -4px;
    padding-bottom: 4px;
    overflow: hidden;
    line-height: 20px;
}

#store-panel .overview-nav.item-info {
    margin-bottom: 22px;
}

#store-panel .overview-nav dt {
    clear: both;
    float: left;
    width: 108px;
}

#store-panel .overview-nav.item-info dt {
    width: 72px;
}

#store-panel .overview-nav dd {
    float: left;
    width: 85px;
}

#store-panel .overview-nav dd strong {
    color: #6c9dab;
    font-weight: normal;
}


/* Toll nav */
#store-panel .tool-nav {
    line-height: 20px;
}

#store-panel .tool-nav a {
    color: #6c9dab;
}

#store-panel .tool-nav a:hover {
    color: #c21717;
}


/* Store search form */
#store-panel .store-search-form {
    padding: 9px 0 18px;
}

#store-panel .store-search-form input[type="text"] {
    float: left;
    padding: 5px 9px 3px;
    width: 143px;
    height: 19px;
    margin: 0;
    background: #fff;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}

#store-panel .store-search-form button {
    float: left;
    height: 27px;
    width: 29px;
    margin-left: 3px;
    background: #fff url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: none;
    text-indent: -9999em;
    text-transform: capitalize;
}

#store-panel .user-account-nav {
    margin: 5px 0 25px;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

#store-panel .user-account-nav .active > a {
    color: #6c9dab;
}

#store-panel .user-account-nav ul {
    text-transform: none;
    line-height: 22px;
    margin: -3px 0 3px 20px;
}


/* 3.3 Store About
------------------------------------------------------------------------------*/


/* 3.4 Store Feedback
------------------------------------------------------------------------------*/

.feedback-section {

}

.feedback-section .section-title {
    float: left;
    margin: 0 0 0 2px;
}

/* Feedback panel */
.feedback-panel {
    float: right;
    width: 375px;
    padding: 11px 0 11px 23px;
    margin: 6px 0 24px;
    border: 1px solid #bababa;
    line-height: 26px;
}

.feedback-panel.full-width {
    margin-top: 0;
    float: none;
    width: auto;
}

.feedback-panel .feedback-score {
    font-weight: bold;
    color: #6c9dab;
}

.feedback-panel .feedback-rating, .store-card .feedback-rating, #store-panel .feedback-rating, .user-info .feedback-rating, .store-intro .feedback-rating {
    display: flex;
    align-items: center;
}

.feedback-rating-container  {
    width:150px;
}

.user-info .feedback-rating-count {
    margin-bottom: 10px;
}

a .rating span {
    cursor: pointer;
}

.feedback-panel .rating {
    display: inline-block;
    margin-left: 5px;
}

.feedback-panel ul {
    overflow: hidden;
}

.feedback-panel li {
    float: left;
    width: 121px;
}

.feedback-panel .left {
    float: left;
}

.feedback-panel .right {
    float: right;
    margin-top: 13px;
}

.feedback-panel li:first-child {
    width: 133px;
}

.feedback-panel li.positive {
    padding-left: 23px;
    width: 110px;
    background: url(../images/sprite-icons.png) no-repeat -192px -61px;
}

.feedback-panel li.neutral {
    padding-left: 23px;
    width: 98px;
    background: url(../images/sprite-icons.png) no-repeat -128px -125px;
}

.feedback-panel li.negative {
    padding-left: 23px;
    width: 98px;
    background: url(../images/sprite-icons.png) no-repeat -64px -189px;
}

/* Feedback list */
.feedback-list {
    clear: both;
    padding-top: 4px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}

.feedback-list .separator {
    margin: 0;
}

.feedback-list .feedback {
    padding: 10px 20px 0 20px;
    margin-bottom: 3px;
    min-height: 82px;
    color: #666;
}

.feedback-list .feedback a {
    color: #6c9dab;
}

.feedback-list .feedback a:hover {
    color: #c21717;
}

/* Feedback info */
.feedback-list .feedback .feedback-info {
    float: left;
    width: 393px;
    margin-bottom: 11px;
}

.feedback-list .feedback .feedback-info li {
    float: left;
    margin-left: 80px;
}

.feedback-list .feedback .feedback-info li:first-child {
    margin-left: 0;
}

/* Feedback content */
.feedback-list .feedback .feedback-content {
    clear: left;
    float: left;
    width: 393px;
}

.feedback-list .feedback .feedback-content p {
    margin-bottom: 12px;
    line-height: 18px;
}

/* Feedback product */
.feedback-list .feedback .feedback-product {
    float: right;
    width: 247px;
    padding-top: 3px;
}

.feedback-list .feedback .feedback-product img {
    float: left;
    margin-right: 15px;
    border: 6px solid #eeeeee;
}

.feedback-list .feedback .feedback-product h4 {
    line-height: 18px;
}

.feedback-list .feedback .feedback-product h4 a {
    display: block;
}

/*Feedback reply*/

.feedback-list .feedback .feedback-reply {
    float: left;
    width: 250px;
}

/** Leave Feedback form **/
.feedback-leave {
    clear: both;
    padding-top: 4px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}

.feedback-leave .separator {
    /* margin: 0; */
    margin-bottom: 16px;
}

.feedback-leave .feedback-form {
    padding: 18px 0 0;
    margin-bottom: 15px;
    color: #666;
}

.feedback-leave .feedback-type {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.feedback-leave .feedback-type label {
    cursor: pointer;
    overflow: hidden;
    display: block;
    margin-bottom: 12px;
}

.feedback-leave .feedback-type label span {
    float: left;
    width: 60px;
    padding-left: 30px;
    line-height: 19px;
    font-weight: bold;
    background-image: url(../images/sprite-icons.png);
    background-repeat: no-repeat;
}

.feedback-leave .feedback-type label span.positive {
    background-position: -192px -64px;
}

.feedback-leave .feedback-type label span.neutral {
    background-position: -128px -128px;
}

.feedback-leave .feedback-type label span.negative {
    background-position: -64px -192px;
}

.feedback-leave .feedback-type .radio {
    float: left;
    margin-right: 13px;
    background: #eeeeee;
    height: 17px;
    width: 17px;
}

.feedback-leave .feedback-type .radio:focus {
    outline: none;
}

.feedback-leave .feedback-type .radio-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.feedback-leave .feedback-product {
    float: left;
    width: 400px;
    margin-right: 15px;
    line-height: 18px;
}

.feedback-leave .feedback-product img {
    float: left;
    margin-right: 17px;
    border: 6px solid #eeeeee;
}

.feedback-leave .feedback-product h4 a {
    display: block;
    color: #6c9dab;
}

.feedback-leave .feedback-product h4 a:hover {
    color: #c21717;
}

.feedback-leave .feedback-rating {
    float: left;
    width: 150px;
}

.feedback-leave .feedback-content {
    float: right;
    width: 390px;
}

.feedback-leave .feedback-content a {
    color: #6c9dab;
}

.feedback-leave .feedback-content a:hover {
    color: #c21717;
}

.feedback-leave .feedback-content p {
    margin: 0 0 6px;
}

.feedback-leave .feedback-content textarea {
    padding: 4px 9px 5px;
    margin: 0 0 9px;
    height: 54px;
    width: 372px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 18px;
    resize: none;
}


/* 3.5 Register
------------------------------------------------------------------------------*/

#content.register {
    overflow: hidden;
    padding-bottom: 14px;
}

#content.register .account-panel {
    float: left;
    width: 180px;
    padding: 24px 18px 108px 20px;
    margin-right: 41px;
}

#content.register .account-panel p {
    margin-bottom: 18px;
}

#content.register .account-panel p.large-margin {
    margin-bottom: 38px;
}

/* Register form */
.register-form {
    float: left;
    width: 753px;
}

.register-form .col {
    float: left;
    width: 350px;
    margin-top: -7px;
}

.register-form .col.first {
    margin-right: 53px;
}

.register-form .field {
    clear: left;
}

.register-form .field-small {
    clear: none;
    float: left;
    width: 149px;
    margin-right: 20px;
}

.register-form .field-small + .field-small {
    margin-right: 0;
}

.register-form .field-state {
    z-index: 9;
    position: relative;
}

.register-form .field-state .custom-select {
    /*width: 149px;*/
    width: 318px;
}

.register-form .field-state .custom-select-wrapper {
    /*width: 118px;*/
    width: 287px;
}

.register-form .field-country {
    z-index: 10;
    position: relative;
}

.register-form .field-country .custom-select {
    width: 318px;
}

.coupon-Type  {
    width: 318px;
}

.account-panel .custom-select {
    width: 149px;
}

.register-form .field-country .current-select {
  height: 26px;
  line-height: 26px;
}

.register-form .field-country .custom-select-wrapper {
    width: 287px;
}

.register-form .custom-select-wrapper {
    max-height: 130px;
    overflow: auto;
}

.register-form .custom-select-wrapper li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.register-form label {
    display: block;
    padding: 8px 0 7px;
    color: #666;
}

.register-form .clear {
    clear: both;
}

.register-form label .required {
    display: inline-block;
    margin-left: 2px;
    color: #6c9dab;
}

.register-form input[type="text"],
.register-form input[type="password"] {
    padding: 4px 8px 2px;
    margin: 0 0 6px;
    width: 300px;
    height: 19px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
}

.register-form .field-small input[type="text"],
.register-form .field-small input[type="password"] {
    width: 131px;
}

.register-form .field-medium input[type="text"],
.register-form .field-medium input[type="password"] {
    width: 205px;
}

.register-form .field-tiny input[type="text"],
.register-form .field-tiny input[type="password"] {
    width: 47px;
}

.register-form .field-medium {
    clear: none;
    float: left;
    width: 205px;
    margin-right: 20px;
}

.register-form .field-tiny {
    clear: none;
    float: left;
    width: 50px;
    margin-right: 20px;
}

.register-form .field-medium + .field-tiny {
    margin-right: 0;
}

.register-form .field-tiny + .field-medium {
    margin-right: 0;
}

.register-form .field-checkbox {
    clear: both;
    overflow: hidden;
    padding-top: 11px;
}

.register-form .field-checkbox input {
    float: left;
    margin-top: 9px;
    margin-right: 10px;
    width: 15px;
}

.register-form .field-checkbox .checkbox {
    float: left;
    margin: 6px 10px 0 2px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
}

.register-form .field-checkbox .checkbox:focus {
    outline: none;
}

.register-form .field-checkbox .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.register-form .field-checkbox a {
    font-weight: bold;
}

.register-form .btn-dark {
    margin: 14px 0 0 2px;
    font-size: 13px;
}

.nomargin {
    margin: 0px 0 0 0px !important;
}

.register-form .error-panel {
    width: 460px;
}


/* 3.6 Login
------------------------------------------------------------------------------*/

#content.account .section-title {
    margin: -7px 0 16px 2px;
}

.columns {
    overflow: hidden;
    padding-bottom: 36px;
}

.columns .col {
    float: left;
    width: 388px;
    padding: 35px 55px 11px 26px;
}

.columns .col:first-child {
    margin-right: 80px;
}

/* Account panels */
.account-panel {
    border: 1px solid #bababa;
}

.account-panel h3 {
    margin-bottom: 33px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.account-panel h4 {
    color: #6c9dab;
}

.account-panel p {
    clear: both;
    margin-bottom: 19px;
    line-height: 18px;
}

.account-panel p.large-margin {
    margin-bottom: 36px;
}

.account-panel a {
    color: #6c9dab;
}

.account-panel a:hover {
    color: #c21717;
}

.account-panel .btn-dark {
    color: #fff;
    margin-bottom: 38px;
}

.account-panel .btn-dark:hover {
    color: #fff;
}

/* Login form */
.login-form {

}

.login-form label {
    display: block;
    padding: 8px 0 7px;
    color: #6c9dab;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    padding: 5px 9px 3px;
    margin: 0 0 3px;
    width: 333px;
    height: 23px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 23px;
    border: 1px solid #6b6b6b;
}

.login-form .hide-show-password {
    position: absolute;
    padding: 15px;
    right: 0px;
    text-decoration: underline;
}

.input-password-custom {
    position: relative;
    width: 333px;
}

.input-password-custom .hide-show-password {
    top: 3px;
    padding: 0 10px;
}

@media (max-width: 775px) {
    .input-password-custom {
        width: 100%;
    }

    .input-password-custom .hide-show-password {
        top: 50%;
        transform: translateY(-50%);
    }
}

.login-form .field-remember {
    float: right;
    padding-top: 19px;
    width: 120px;
    margin-right: 27px;
    overflow: hidden;
}

.login-form .field-remember label {
    float: left;
    color: #666;
}

.login-form .field-remember input {
    float: left;
    margin-top: 9px;
    margin-right: 10px;
    width: 15px;
}

.login-form .field-remember .checkbox {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
}

.login-form .field-remember .checkbox:focus {
    outline: none;
}

.login-form .field-remember .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

    .login-form .btn-dark {
        float: left;
        margin: 20px 0 40px;
        background-color: #6c9dab;
    }



/* 3.7 Item
------------------------------------------------------------------------------*/

#item {
    padding-top: 26px;
}

#item .item-section-title {
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}


#item .item-price-panel {
    padding: 20px 3px 30px 0;
    border-top: 2px dotted #c3c3c3;
    text-align: right;
}

#item .item-price-panel h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

#item .item-price-panel h3 strong {
    color: #6c9dab;
}

#item .item-price-panel h4 {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 30px;
}

#item .item-price-panel h4 strong {
    display: inline-block;
    margin-left: 8px;
    font-weight: normal;
}

#item .item-price-panel .btn-celadon:hover {
    color: #fff;
}

/* Item admin panel */
.item-admin-panel {
    padding: 17px 19px;
    margin-bottom: 23px;
    background: #eeeeee;
    line-height: 20px;
}

.item-admin-panel h3 {
    float: left;
    width: 115px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-admin-panel h3.features {
    float: none;
}

.item-admin-panel ul {
    float: left;
    width: 570px;
}

.item-admin-panel li {
    float: left;
    margin-left: 25px;
}

.item-admin-panel li:first-child {
    margin: 0;
}

.item-admin-panel a {
    color: #6c9dab;
}

.item-admin-panel a:hover {
    color: #c21717;
}


/* Item content */
.item-content {
    padding-bottom: 20px;
    display: flex;
}

.item-info {
    flex-grow: 1;
    margin-right: 15px;
}

.item-info h1 {
    padding: 3px 0 41px;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

.item-info ul {
    padding: 20px 0 20px;
    border-top: 2px dotted #c3c3c3;
}

.item-info li {
    line-height: 18px;
}

.item-info li a {
    color: #6c9dab;
}

.item-info li a:hover {
    color: #c21717;
}


/* Item gallery */
.item-gallery {
    display: flex;
    max-height: 480px;
}

.item-gallery .item-photo {
    /*padding-bottom: 10px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 480px;
    max-height: 480px;
    padding: 0 40px;
    flex: 1;
}

.item-gallery .item-photo > .fancybox {
    height: 100%;
}

.item-gallery .item-photo img {
    display: block;
    width: 450px;
    border: 8px solid #eeeeee;
}

.item-gallery .item-gallery-thumbs {
    
    margin-left: 15px;
}

/*.item-gallery-thumbs {
    margin-left: -9px;
}*/
/*.item-gallery-thumbs ul {
    display: flex;
    flex-direction: column;
}*/
.item-gallery-thumbs__button {
    display: block;
    margin-top: 8px;
    background-color: transparent;
    outline: none;
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-top: 40px solid #6c9dab;
    filter: drop-shadow(6px 3px 6px #bababa);
}

.item-gallery-thumbs li {
    float: left;
    margin: 8px 0 0 0px;
}

.item-gallery-thumbs ul {
    overflow: hidden;
}

.item-gallery-thumbs ul.ul-size {
    height: 376px;
}

.item-gallery-thumbs li:first-child {
    margin-top: 0;
}

.item-gallery-thumbs a {
    display: block;
}

.item-gallery-thumbs img {
    display: block;
    height: 120px;
    width: 120px;
    border: 5px solid #eeeeee;
}

.item-tellafriend {
    padding: 11px 0 33px;
    border-bottom: 2px dotted #c3c3c3;
}

/* Item description */
.item-description {
    padding: 20px 0 10px;
    border-top: 2px dotted #c3c3c3;
}

.item-description p {
    margin-bottom: 18px;
    line-height: 18px;
}


/* Item shipping */
.item-shipping {
    padding: 20px 0 20px;
    border-top: 2px dotted #c3c3c3;
}

.item-shipping h3 {
    margin-bottom: 8px;
}

.item-shipping .col {
    float: left;
    width: 360px;
}

.item-shipping h4 {
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-shipping dl {
    line-height: 18px;
    overflow: hidden;
}

.item-shipping dt {
    clear: both;
    float: left;
    width: 108px;
    margin-bottom: 28px;
    font-weight: bold;
}

.item-shipping dd {
    float: right;
    width: 252px;
}

.item-shipping dd + dd {
    margin-bottom: 10px;
}


/* Item payment */
.item-payment {
    padding: 20px 0 20px;
    border-top: 2px dotted #c3c3c3;
}

.item-payment h3 {
    margin-bottom: 10px;
}

.item-payment .item-payment-options {
    overflow: hidden;
    margin-bottom: 32px;
}

.item-payment .item-payment-options li {
    float: left;
    margin-right: 28px;
}

.item-payment h4 {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.item-payment p {
    line-height: 18px;
}


/* Item aside panels */
.item-aside {
    padding-bottom: 0;
}

#item .item-aside .item-price-panel {
    float: left;
    width: 198px;
    padding: 25px 28px 36px 0;
    border: 1px solid #ccc;
}

.item-aside .item-tags {
    float: right;
    padding: 16px;
    min-height: 129px;
    width: 424px;
    background: #eeeeee;
}

.item-aside .item-tags ul {
    overflow: hidden;
}

.item-aside .item-tags li {
    float: left;
    margin-right: 15px;
    line-height: 21px;
    text-transform: uppercase;
}

.item-aside .item-tags li.title {
    font-weight: bold;
}

.item-aside .item-tags li a {
    color: #6c9dab;
}

.item-aside .item-tags li a:hover {
    color: #c21717;
}


/* 3.8 Categories
------------------------------------------------------------------------------*/


/* 3.9 Seller Admin
------------------------------------------------------------------------------*/

.user-form {
    padding-top: 19px;
}

.user-form .section-title {
    margin: 0 0 16px;
}

.user-form label {
    display: inline-block;
    color: #6c9dab;
    line-height: 18px;
    cursor: pointer;
}

.user-form label span {
    color: #666;
}

.user-form input[type="text"],
.user-form input[type="password"],
.user-form textarea {
    display: block;
    margin: 0 0 8px;
    padding: 5px 12px 3px;
    width: 208px;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
    border-radius: 0;
}

.user-form textarea {
    height: 59px;
    width: 708px;
}

.user-form textarea.higher {
    height: 180px;
}

.user-form .cabinet {
    display: block;
    position: relative;
    margin: 8px 0 0px;
    height: 27px;
    width: 100px;
}

.user-form .cabinet input {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 100px;
    z-index: 999;

    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.user-form .cabinet .file-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0 4px;
    height: 18px;
    width: 100px;
    background: #434343;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.user-form .cabinet:hover .file-button {
    background: #666;
}

.user-form .cabinet .file-label {
    position: absolute;
    top: 0;
    left: 100px;
    padding-left: 40px;
    max-width: 400px;
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-form .btn-dark {
    margin-top: 9px;
    font-size: 12px;
}

/* Active items */
.admin-items {
    margin-top: -12px;
    padding: 0;
}

.admin-items h3 {
    float: left;
}

.admin-items .custom-select {
    float: right;
    margin: 0px 0px 0 0;
}

.admin-items input {
}

/* Custom checkbox */
.admin-items .checkbox {
    display: inline-block;
    float: right;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.admin-items .checkbox:focus {
    outline: none;
}

.admin-items .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

.admin-items .add-item-footer {
    padding: 24px 26px 23px 25px;
    background: #eeeeee;
}

.admin-items .add-item-footer p {
    float: left;
    margin-top: 6px;
    color: #66cccc;
    text-transform: uppercase;
}

.admin-items .add-item-footer > button {
    float: right;
    margin: 0 0 0 30px;
}


/* Admin table */
.admin-table {
    clear: both;
    width: 100%;
    margin-bottom: 44px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.admin-table dt {
    float: left;
    padding: 0 14px 0 0;
}

.admin-table dd {
    float: left;
    padding: 0 15px 0 0;
}

.admin-table tr.hr {
    position: relative;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.admin-table tr.top.hr {
    background-position: 0 top;
}

.admin-table th {
    padding-top: 24px;
    padding-bottom: 13px;
    line-height: 22px;
}

.admin-table th dl {
}

.admin-table th dt {
}

.admin-table th dd {
}

.admin-table th dd a {
}

.admin-table th dd.active a {
    color: #6c9dab;
}

.admin-table .top td {
    padding-top: 23px;
}

.admin-table .top .img {
    width: 96px;
}

.admin-table td {
    position: relative;
    padding: 18px 0;
    line-height: 18px;
}

.admin-items .admin-table .disabled td:not(:last-child) {
    background-color: rgb(0, 0, 0, 0.1);
}

.admin-table td.order-title {
    padding-left: 26px;
    padding-right: 26px;
}

.admin-table td img {
    display: block;
    border: 5px solid #eeeeee;
    margin-top: -5px;
    max-width: 60px;
}

/*.admin-table td img {
    position: relative;
    display: block;
    margin-top: -5px;
    border: 5px solid #eeeeee;
    zoom: 1;
}*/

.admin-table td > a {
    color: #6c9dab;
}

.admin-table td h4 {
    margin-top: -4px;
    line-height: 18px;
    font-weight: normal;
}

.admin-table td .order-links {
    overflow: hidden;
    padding-top: 13px;
    margin-right: -400px;
    position: relative;
    z-index: 2;
}

.admin-table td .order-links li {
    float: left;
    margin-right: 32px;
}

.admin-table td .order-links a {
    color: #6c9dab;
}

.admin-table td .order-links a:hover {
    color: #c21717;
}

/* 3.10 Designer Spotlight
------------------------------------------------------------------------------*/

.spotlight-panel .section-title {
    margin: -10px 0 5px;
}

.spotlight-panel p {
    margin-bottom: 24px;
    color: #666;
    font-size: 18px;
    line-height: 28px;
}

.spotlight-panel p strong {
    color: #6c9dab;
    font-weight: normal;
}

.spotlight-panel li {
    font-size: 12px;
    line-height: 18px;
}

.spotlight-panel li.active a {
    color: #6c9dab;
    font-weight: bold;
}

.spotlight-panel form {
	margin-bottom: 45px;
}

.spotlight-panel form input[type="text"] {
    float: left;
    padding: 4px 8px 2px;
    margin: 0 3px 0 0;
    width: 205px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 21px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spotlight-panel form button {
    float: left;
    height: 27px;
    width: 30px;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border: 0;
    text-indent: -9999em;
    text-transform: capitalize;
}

/* Spotlight content */
.spotlight-content {
    float: left;
    width: 480px;
    color: #666;
    line-height: 18px;
}

.spotlight-content.blog-content {
    width: 735px;
}

.spotlight-content img {
    margin-bottom: 18px;
}

.spotlight-content p {
    margin-bottom: 18px;
    color: #666;
    line-height: 18px;
}

.spotlight-content p.question,
.spotlight-content b {
    margin: 0;
    color: #6c9dab;
    font-weight: bold;
}

.spotlight-content .designer-header h2,
.spotlight-content .feedTitle {
    margin: 28px 0 8px;
    color: #6c9dab;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.spotlight-content .feedTitle {
    margin: 0 0 28px;
}

.spotlight-content .headline {
    font-weight: bold;
    font-size: 14px;
}

.spotlight-content .designer-header:first-child h2 {
    margin: 0 0 18px;
}

.spotlight-content .designer-header h2 a {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.spotlight-content .designer-header h2 a:hover {
    color: #c21717;
}

.spotlight-content .feedTitle a {
    color: #6c9dab;
}

.spotlight-content .feedTitle a:hover {
    color: #c21717;
}

.spotlight-content .publish-date {
    color: #bababa;
    font-size: 11px;
}

.full-content {
    display: flex;
}
.full-content .spotlight-content {
    flex: 1;
    padding-right: 10px;
}
/*.full-content .spotlight-content img {
    width: 100%;
}*/

.block-badge-item {
    display: flex;
    align-items: center;
}

/* Advertiser list */
.advertiser-list {
    float: right;
    width: 174px;
    padding: 12px 18px 23px;
    background: #eeeeee;
    text-align: center;
}

.advertiser-list h3 {
    margin-bottom: 10px;
    color: #434343;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.advertiser-list li {
    position: relative;
    padding: 12px 12px 17px;
    margin-bottom: 12px;
    background: #fff;
}

.advertiser-list li img {
    display: block;
    height: 150px;
    width: 150px;
}

.advertiser-list li h4 {
    position: absolute;
    bottom: 16px;
    left: 12px;
    width: 150px;
    background: url(../images/bg-white-overlay.png);
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.advertiser-list li h4 a {
    display: block;
    padding: 2px 10px 1px;
    color: #434343;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ie7 .advertiser-list li h4 a {
    padding: 2px 10px 5px;
}

.advertiser-list li h4 a:hover {
    color: #c21717;
}



/* 3.11 Add Item
------------------------------------------------------------------------------*/

#add-item {

}

/* Add item - header */
#add-item .add-item-header {
    padding: 22px 26px;
    background: #eeeeee;
}


/* Add item - form */
#add-item .add-item-form {

}

#add-item .add-item-form p a {
    color: #6c9dab;
}

#add-item .add-item-form fieldset {
    padding: 22px 0 20px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

#add-item .add-item-form p a:hover {
    color: #c21717;
}

#add-item .add-item-form .heading {
    margin-bottom: 12px;
    color: #6c9dab;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#add-item .add-item-form h4 {
    margin: 8px 0 5px;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
}


/* Form elements */
#add-item .add-item-form label {
    user-select: none;
    cursor: pointer;
}

#add-item .add-item-form label.celadon,
#add-item .add-item-form div.celadon {
    color: #6c9dab;
}

#add-item .add-item-form fieldset:first-child {
    background: none;
}

#add-item .add-item-form input[type="text"],
#add-item .add-item-form input[type="password"],
#add-item .add-item-form textarea, .input-custom {
    padding: 5px 9px 3px;
    margin: 0 0 3px;
    border: 1px solid #bababa;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}

#add-item .add-item-form textarea {
    height: 310px;
}

.ie7 #add-item .add-item-form input[type="text"] {
    padding: 4px 9px;
}


/* Custom checkbox */
.custom-checkout-block .checkbox,
#add-item .add-item-form .checkbox {
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #bababa;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

.checkbox-red a.checkbox {
    border-color: red!important;
}

.custom-checkout-block .checkbox:focus,
#add-item .add-item-form .checkbox:focus {
    outline: none;
}

.custom-checkout-block .checkbox-checked,
#add-item .add-item-form .checkbox-checked {
    background: #fff url(../images/sprite-icons.png) no-repeat 3px -156px;
}


/* Custom select */
#add-item .add-item-form .custom-select {
    width: 269px;
}

#add-item .add-item-form .custom-select .custom-select-wrapper {
    width: 238px;
}

#add-item .add-item-form label .custom-select {
    display: inline-block;
    width: 61px;
    vertical-align: middle;
    margin: 0 5px;
}

#add-item .add-item-form label .custom-select .custom-select-wrapper {
    width: 30px;
}


/* Definition lists */
#add-item .add-item-form dl {
    padding: 3px 270px 10px 0;
    margin-top: -9px;
}

#add-item .add-item-form dt {
    clear: left;
    float: left;
    width: 188px;
    padding: 5px 0 0 2px;
    margin-bottom: 10px;
}

#add-item .add-item-form dt .checkbox {
    margin-right: 18px;
}

#add-item .add-item-form dd {
    float: left;
    width: 560px;
    margin-bottom: 10px;
}

#add-item .add-item-form dd input[type="text"] {
    float: left;
    padding: 6px 9px 4px;
    margin: 0;
    width: 280px;
}

#add-item .add-item-form dd .right {
    float: right;
    color: #6c9dab;
    line-height: 24px;
}

#add-item .add-item-form dd .right:hover {
    color: #c21717;
}

#add-item .add-item-form dd textarea {
    float: left;
    padding: 6px 9px 4px;
    margin: 0;
    width: 545px;
    height: 47px;
}

#add-item .add-item-form dd textarea.larger {
    height: 93px;
}


/* Item Categories */
#add-item .add-item-form .item-categories {
    padding: 33px 0 43px;
    position: relative;
    z-index: 100;
}

#add-item .add-item-form .item-categories dl {
    padding: 0 0 10px;
    margin: 0;
    overflow: visible;
}

#add-item .add-item-form .item-categories dt {
    margin: 0;
}

#add-item .add-item-form .item-categories dt .heading {
    margin: 0;
    line-height: 16px;
}

#add-item .add-item-form .item-categories dt:first-child .heading {
    margin: 5px 0 0;
}

#add-item .add-item-form .item-categories dd {
    width: 834px;
    margin-bottom: 5px;
}

#add-item .add-item-form .item-categories .category-select {
    float: left;
    width: 269px;
    margin: 0 0 33px 13px;
}

#add-item .add-item-form .item-categories .category-select .custom-select {
    z-index: 99999;
}

#add-item .add-item-form .item-categories .AdditionalCategory .category-select .custom-select {
    z-index: 99998;
}


#add-item .add-item-form .item-categories .category-select:first-child {
    margin-left: 0;
}

#add-item .add-item-form .item-categories label {
    clear: both;
    display: block;
    margin-bottom: 31px;
}

#add-item .add-item-form .item-categories .category-select label {
    margin-bottom: 7px;
}


/* Item Categories */
#add-item .add-item-form .item-advertise {
    padding-bottom: 40px;
}

#add-item .add-item-form .item-advertise p {
    line-height: 18px;
}

#add-item .add-item-form .item-advertise-listing {
    padding: 18px 0 3px;
}

#add-item .add-item-form .item-advertise-listing > * {
    float: left;
}

#add-item .add-item-form .item-advertise-listing .heading {
    margin-right: 25px;
}

#add-item .add-item-form .item-advertise-listing label {
    margin: 7px 25px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#add-item .add-item-form .item-advertise-listing label .checkbox {
    vertical-align: text-top;
    margin-top: 0;
}

#add-item .add-item-form .custom-select {
    /*z-index: 999;*/
}


/* Item Informations */
#add-item .add-item-form .item-information {
    padding-bottom: 30px;
}

#add-item .add-item-form .item-information .col {
    float: left;
    width: 740px;
    margin-left: 34px;
}

#add-item .add-item-form .item-information .col.first {
    width: 245px;
    margin-left: 0;
}

#add-item .add-item-form .item-information label {
    display: block;
    margin-bottom: 7px;
}

#add-item .add-item-form .item-information label.has-checkbox {
    position: relative;
}

#add-item .add-item-form .item-information label.has-checkbox .checkbox {
    /*position: absolute;
    top: -2px;
    left: 0;*/
}

#add-item .add-item-form .item-information label.has-checkbox .custom-select {
    margin-top: 3px;
    vertical-align: middle;
}

.ie7 #add-item .add-item-form .item-information label.has-checkbox .custom-select {
    display: inline;
}

#add-item .add-item-form .item-information textarea {
    width: 712px;
    margin-bottom: 23px;
    line-height: 18px;
    padding: 11px 19px 3px;
    height: 500px;
}

#add-item .add-item-form .item-information input[type="text"] {
    width: 110px;
    margin-bottom: 19px;
}

#add-item .add-item-form .item-information .larger {
    width: 230px;
    height: 90px;
    padding: 5px 9px 3px;
    font-size: 18px;
    line-height: 28px;
}

#add-item .add-item-form .item-information .largeragain {
    width: 730px;
    height: 90px;
    padding: 5px 9px 3px;
    font-size: 18px;
    line-height: 28px;
}


/* Postage options */
#add-item .add-item-form .item-postage-options {
    padding-bottom: 17px;
}

#add-item .add-item-form .item-postage-options > li {
    padding: 3px 0 7px;
    line-height: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#add-item .add-item-form .item-postage-options > li .custom-select {
    width: 175px;
    z-index: auto;
    margin-left: 21px;
}
       
#add-item .add-item-form .item-postage-options label {
    width: 150px;
}

#add-item .add-item-form .item-postage-options input {
    width: 109px;
    text-align: right;
}

#add-item .add-item-form .item-postage-options .separator {
    width: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#add-item .add-item-form .item-postage-options p {
    margin-left: 21px;
}

#add-item .add-item-form .item-postage-options textarea {
    height: 70px;
    width: 740px;
}


/* Definition lists */
#add-item .add-item-form .item-upload-images {
    padding-bottom: 47px;
}

#add-item .add-item-form .item-upload-images dt {
    margin-top: 2px;
}

#add-item .add-item-form .item-upload-images .cabinet {
    display: block;
    cursor: pointer;
    position: relative;
    height: 27px;
    width: 464px;
    margin-bottom: 4px;
}

#add-item .add-item-form .item-upload-images .cabinet input {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 464px;
    z-index: 999;

    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

#add-item .add-item-form .item-upload-images .cabinet .file-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 4px;
    line-height: 18px;
    width: 444px;
    background: #eeeeee;
    color: #666;
}

.tdCenter {
    text-align: center;
}

.tdRight {
    text-align: right;
}

#tdCenter {
    text-align: center;
}

#tdRight {
    text-align: right;
}

#add-item .add-item-form .item-upload-images .cabinet .file-button span {
    position: absolute;
    height: 27px;
    width: 29px;
    top: 0;
    right: 0;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border-left: 3px solid #fff;
}

#add-item .add-item-form .item-upload-images .cabinet:hover .file-button {
    background: #eee;
}

#add-item .add-item-form .item-upload-images .cabinet:hover .file-button span {
    background-color: #eee;
}

@media (max-width: 775px) {
    .overflow-initial {
        overflow: initial!important;
    }
}


/* Add item - footer */
#add-item .add-item-footer {
    padding: 26px 56px 26px 56px;
    margin-bottom: 55px;
    background: rgba(197, 209, 209,.8);
    overflow: hidden;
    position: sticky;
    bottom: 0px;
    z-index: 1100;
    text-align: center;
}

@media (max-height: 500px) {
    #add-item .add-item-footer {
        position: initial;
    }
}

#add-item .add-item-footer * {
    /*float: left;*/
}

#add-item .add-item-footer p {
    margin-top: 10px;
    color: #4c586e;
    font-size: 14px;
    line-height: 15px;

}
                                          
#add-item .add-item-footer .btn-dark {
    background-color: #6c9dab;
}

#add-item .add-item-footer button {
    margin-right: 38px;
}

/* Narrow version of form */
#add-item .narrow .custom-select {
    width: 173px;
}

#add-item .narrow .custom-select .custom-select-wrapper {
    width: 142px;
}


#add-item .narrow .item-categories dd {
    width: 545px;
    margin-bottom: 5px;
}

#add-item .narrow .item-categories .category-select {
    width: 173px;
}

#add-item .narrow .item-information .col {
    width: 450px;
}

#add-item .narrow .item-information textarea {
    width: 422px;
}

#add-item .narrow dl {
  padding-right: 0;
}

#add-item .narrow dd {
    float: left;
    width: 540px;
    margin-bottom: 10px;
}

#add-item .narrow dd textarea {
    width: 525px;
}

#add-item .narrow .add-item-footer {
    padding-left: 30px;
}

#add-item .narrow .add-item-footer p {
    margin: 0 20px;
}

#add-item .add-item-footer button {
    margin-right: 23px;
}

#add-item .narrow .item-advertise .custom-select {
    width: 250px;
}

#add-item .narrow .item-advertise .custom-select .custom-select-wrapper {
    width: 219px;
}

#add-item .checkbox-disabled {
    background-color: #f8f8f8 !important;
}

/* Choose main item image */
#add-item .choose-main-image {
    float: left;
    overflow: hidden;
    padding-bottom: 15px
}

#add-item .choose-main-image p {
    margin-bottom: 10px
}

#add-item .choose-main-image .image-item {
    float: left;
    /*margin-right: 10px;*/
}

#add-item .choose-main-image img {
    background: #eeeeee;
    padding: 4px;
    margin: 1px 1px 10px;
    height: 60px;
    width: 60px;
    display: block;
    cursor: pointer;
}

#add-item .choose-main-image img.image-selected {
    border: 1px solid #333;
    margin: 0 0 9px;
}

#add-item .choose-main-image input {
    position: absolute;
    opacity: 0;
    left: -999em;
}

#add-item .choose-main-image .checkbox {
    display: block !important;
    margin: 0 auto !important;
}

#add-item .image-delete-button {
    float: left;
    margin: 96px 0 25px 20px;
}


/* 3.12 Shopping Cart
------------------------------------------------------------------------------*/

.shopping-cart-wrapper,.checkout-heading,.product-options,.order-qty {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.shopping-cart-wrapper + .shopping-cart-wrapper{
    margin-top: 20px;
}

.checkout-heading,.order-qty {
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
            align-items: center;
}

.checkout-heading__ttl,.shopping-cart-wrapper__order {
    -webkit-flex-grow: 1
       -moz-flex-grow: 1;
        -ms-flex-grow: 1;
            flex-grow: 1;
}

.shopping-cart-wrapper__checkout {
    border: 1px solid #BABABA;
    width: 325px;
    margin-left: 10px;
    -webkit-flex-shrink: 0;
       -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
            flex-shrink: 0;
}

.shopping-cart-wrapper__header {
   padding: 5px 10px;
   height: 50px;
   border-bottom: 1px solid #BABABA;
}

.shopping-cart-wrapper__content {
   padding: 10px;
}

.shopping-cart {
    padding: 20px 30px 25px;
    margin: 16px 0 39px;
}

.shopping-cart-checkout,.shopping-cart {
    clear: both;
    border: 1px solid #BABABA;
}

.shopping-cart input[type="text"],
.shopping-cart input[type="password"],
.shopping-cart textarea {
    padding: 5px 9px 3px;
    margin: 0 0 3px;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}
.paypal-banner {
    margin-left: 10px;
    max-width: 150px;
}

.paypal-banner a,.paypal-banner img{
    display: block;
    max-width:100%;
}

.shopping-cart-continue {
    float: right;
    text-decoration: underline;
    font-size: 14px;
}

/* Order table */

.order-table {
    margin-bottom: 20px;
}

.order-table-checkout,.order-table{
    width: 100%;
}

.order-table tr {
    position: relative;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.order-table th {
    padding-bottom: 13px;
    line-height: 22px;
}

.order-table th.heading, .checkout-heading {
    font-size: 18px;
}

.order-table th.heading a, .checkout-heading a {
    color: #6c9dab;
}

.order-table th.heading a:hover, .checkout-heading a:hover {
    color: #c21717;
}

.order-table td {
    position: relative;
    padding: 18px 0;
    line-height: 18px;
}

.order-table td.order-title {
    padding-left: 26px;
    padding-right: 60px;
}

.order-table td.order-img {
    width: 75px;
}

.order-table td img {
    display: block;
    border: 5px solid #eeeeee;
}

.order-table td h4 {
    line-height: 18px;
}

.order-table td .order-links {
    overflow: hidden;
    padding-top: 9px;
}

.order-table td .order-links li {
    float: left;
    margin-right: 10px;
}

.order-table td .order-links a {
    color: #6c9dab;
}

.order-table td .order-links a:hover {
    color: #c21717;
}

.order-table td .change-postage {
    position: relative;
}

.order-table td .change-postage .postage-cost {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 31px;
    z-index: 101;
}

.order-table td .change-postage-dropdown {
    width: 80%;
    float: right;
    position: relative;
    top: -5px;
}

.order-table td .change-postage-dropdown .custom-select {
    width: 100%;
}

.order-table td .change-postage-dropdown .custom-select-wrapper {
    width: 245px;
}

.order-table td .change-postage.static {
    background: #eeeeee;
    padding: 0 10px;
    display: inline-block;
    line-height: 29px;
}

.order-table td .change-postage.static .postage-cost {
    position: static;
    margin-right: 20px;
}

.order-table td .change-postage.static .postage-type {
    font-weight: bold;
    text-transform: uppercase;
}

.order-table td input {
    margin-top: -2px;
    height: 14px;
    line-height: 14px;
}

.order-table .order-footer td {
    line-height: 27px;
}

.order-table .order-footer .btn-continue-shopping {
    float: left;
    width: 276px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.order-table .order-footer .total-order {
    float: right;
    color: #666;
    font-size: 18px;
    width: 180px;
    text-align: right;
}

.order-table .order-footer .total-order strong {
    display: inline-block;
    margin-left: 20px
}

.order-table .order-footer a {
    color: #6c9dab;
}

.order-table .order-footer a:hover {
    color: #c21717;
}

.order-table-checkout th {
    font-weight: 500;
    padding: 0 10px 5px;
}

.order-table-checkout td {
    padding: 5px 10px;
}

.order-table-checkout .tr-last-child td {
    padding-bottom: 15px;
}

.order-table-checkout td.order-total-row {
    font-weight: 500;
}

.order-table-checkout td.order-img-row {
   width: 66px;
   padding-left: 0;
   padding-right: 0;
}

.order-table-checkout td.order-qty-row {
   padding-top: 1px;
}

.order-table-checkout td.order-qty-row .select-rounded {
    width: auto;
}

.order-table-checkout td.order-img-row img{
    border: 3px solid rgb(227, 227, 227);
    width: 100%;
}

.order-table-checkout tr td:first-child,.order-table-checkout tr:first-child th:first-child {
    padding-left: 0;
}

.order-table-checkout td.order-title-row {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 180px;
    font-size: 14px;
}

.order-table-checkout .directions-msg {
    resize: none;
    width: 100%;
    font-size: 14px;
}

.fs-14 {
    font-size: 14px;
}

.order-table-checkout .select-variations {
    font-size: 14px;
}

.order-post-price {
    margin-bottom: 5px;
}

.checkout-step__header {
    border: 1px solid rgb(197, 209, 209);
    background-color: rgba(197, 209, 209, 0.5);
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: rgb(76, 88, 110);
    border-width: 1px;
    border-radius: 4px;
    padding: 3px 10px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
              -ms-flex-pack: space-between;
}

.checkout-step__body {
    padding: 10px 5px;
}

.checkout-step__back {
    cursor: pointer;
    display: none;
    color: #6c9cab;
    white-space: nowrap;
    font-weight: 700;
}

.choice-list{
    padding: 7px;
    border: 1px solid #BABABA;
}

.choice-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
            align-items: center;
}

.choice-list-item + .choice-list-item{
    margin-top: 6px;
}

.choice-list-item input{
    margin-top: 0;
    margin-right: 5px;
}

.checkout-payment-stripe {
    width: 197px;
    height: 25px;
    background: url('../Images/CreditCards.png') center no-repeat;
    background-size: cover;
}

.checkout-payment-afterpay {
    width: 91px;
    height: 48px;
    background: url('../Images/afterpay-icon.png') center no-repeat;
    background-size: cover;
    margin: -5px 0;
}

.checkout-payment-paypal {
    width: 40px;
    height: 25px;
    background: url('../Images/PayPalIcon_sml.png') center no-repeat;
    background-size: cover;
}

.checkout-payment-paypal_and_cards {
    width: 108px;
    height: 26px;
    background: url('../Images/PayPalandCCIcons_sml.png') center no-repeat;
    background-size: cover;
}

.checkout-payment-deposit {
    width: 98px;
    height: 25px;
    background: url('../Images/icon_deposit.jpg') center no-repeat;
    background-size: cover;
}

.checkout-payment-label{
    font-size: 9px;
    margin-left: 10px;
}

.checkout-total__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
            align-items: center;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
}

.checkout-total__row + .checkout-total__row {
    margin-top: 5px;
}

.checkout-total__row--xl {
    font-size: 16px;
    margin-top: 10px!important;
}

.checkout-total__row--xl .checkout-total__val {
    font-weight: 500;
}

.checkout-total__label{
    -webkit-flex-grow: 1
       -moz-flex-grow: 1;
        -ms-flex-grow: 1;
            flex-grow: 1;
}

/* Order options */

.shopping-cart .order-options {
    position: relative;
}

.product-options {
    margin-top: 5px;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
            align-items: center;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
}

.product-options a{
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain!important;
}

.product-options a.product-options-remove {
    width: 12px;
    height: 12px;
    background: url('../Images/icon_close.png') center no-repeat;
}

.product-options a.product-options-favour {
    background: url('../Images/icon_favour.png') center no-repeat;
}

.shopping-cart .order-options label {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

.shopping-cart .order-options label a {
    display: inline-block;
    margin-left: 10px;
    color: #6c9dab;
}

.shopping-cart .order-options label a:hover {
    color: #c21717;
}

.shopping-cart .order-options .order-message {
    float: left;
    width: 245px;
    margin-right: 34px;
}

.shopping-cart .order-options .order-message textarea {
    padding: 5px 9px 3px;
    margin: 0;
    height: 100px;
    width: 227px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}

.shopping-cart .order-options .order-address {
    float: left;
    width: 450px;
    margin-right: 34px;
}

.shopping-cart .order-options .order-address .postal-details {
    padding: 19px 20px 17px;
    position: relative;
    background: #eeeeee;
    line-height: 18px;
}

.shopping-cart .order-options .order-address .custom-select {
    width: 366px;
    text-transform: none;
}

.shopping-cart .order-options .order-address .custom-select-wrapper {
    width: 335px;
}

.shopping-cart .order-options .order-address .custom-select-wrapper li {
    text-align: left;
}

.shopping-cart .order-options .order-checkout {
    float: left;
    width: 170px;
}

.shopping-cart .order-options .order-checkout h4 {
    padding-bottom: 11px;
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.shopping-cart .order-options .order-checkout button {
    cursor: pointer;
    margin: 0 0 11px;
    border: none;
    height: 38px;
    width: 145px;
    text-indent: -9999em;
    text-transform: capitalize;
}

.shopping-cart .order-options .order-checkout .checkout-paypal {
    background: url(../images/bg-payment-paypal.jpg) no-repeat;
}

.shopping-cart .order-options .order-checkout .checkout-deposit {
    background: url(../images/bg-payment-deposit.jpg) no-repeat;
}

.apply-coupon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.apply-coupon input {
    -webkit-flex-grow: 1
       -moz-flex-grow: 1;
        -ms-flex-grow: 1;
            flex-grow: 1;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #a9a9a9;
    -webkit-appearance: none;
    box-shadow: none;
}

/* Shopping cart - confirmation */
.shopping-cart .order-options .summary-postal {
    float: left;
}

.shopping-cart .order-options .summary-postal h5 {
    display: inline-block;
    margin-right: 15px;
}

.shopping-cart .order-options .summary-postal .summary-postal-address {
    background: #eeeeee;
    padding: 0 15px;
    display: inline-block;
    line-height: 29px;
}

.shopping-cart .order-options .summary-confirm {
    float: right;
}

.shopping-cart .order-options .summary-confirm .payment-type {
    font-size: 18px;
    line-height: 27px;
    color: #6c9dab;
    margin-right: 22px;
}

.shopping-cart .order-options .summary-confirm .btn-dark {
    padding: 7px 18px 6px;
}

/* Address List */
.address-list {
    margin: 20px -1.5% 0;
}

.address-list > .btn-dark {
    margin: 0 0 20px 1.5%;
}

.address-list .postal-details {
    float: left;
    width: 30%;
    margin: 0 1.5% 20px;
    padding: 19px 20px 17px;
    position: relative;
    background: #eeeeee;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.address-list .postal-details:nth-child(3n+3) {
    clear: both;
}

.address-list .postal-details .primary-address {
    color: #6c9dab;
}

.address-list .postal-details p {
    margin-bottom: 10px;
}

.AdditionalCategory {
    display: block;
}

.order-qty__ttl {
    margin-right: 5px;
}

.color-red {
    color: #e21e1e;
}

/* 3.13 Contact Form
------------------------------------------------------------------------------*/

.contact-form {

}

.contact-form .field {
    clear: left;
}

.contact-form .field-small {
    clear: none;
    float: left;
    width: 230px;
    margin-right: 20px;
}

.contact-form .field-small + .field-small {
    margin-right: 0;
}

.contact-form label {
    display: block;
    padding: 8px 0 7px;
    color: #666;
}

.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form textarea {
    padding: 4px 8px 2px;
    margin: 0 0 6px;
    width: 100%;
    height: 25px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form textarea {
    padding: 5px 8px;
    height: 110px;
    resize: none;
}


/* 3.14 Store Search Results
------------------------------------------------------------------------------*/

/* Store results */
.store-results {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
}

#product-list.store-results {
    padding-top: 15px;
    padding-bottom: 18px;
}

.store-card {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    position: relative;
    padding: 16px 0 18px;
}

.store-card h4 {
    font-size: 14px;
}

.store-card h4 a {
    color: #6c9dab;
}

.store-card h4 a:hover {
    color: #c21717;
}

.store-card h4 .remove-fav {
    display: none;
    margin: 0 0 -1px 10px;
    height: 12px;
    width: 13px;
    background: url(../images/sprite-icons.png) no-repeat -96px -64px;
    text-indent: -9999em;
    text-transform: capitalize;
}

.store-card .item-counter {
    position: absolute;
    top: 16px;
    right: 0;
}

.store-card ul {
    overflow: hidden;
    padding-top: 13px;
}

.store-card li {
    float: left;
    /*margin-left: 13px;*/
    margin: 0;
    padding: 0 8px 8px 0;
}

.store-card li:first-child {
    margin-left: 0;
}

.store-card li img {
    display: block;
    height: 60px;
    width: 60px;
    border: 5px solid #eeeeee;
}

#product-list.store-results + .pagination {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 0;
}


/* 3.15 New Items
------------------------------------------------------------------------------*/

/* New Item list */

.newitem-list {
    margin: 27px auto 35px;
    /* padding-top: 20px; */
    /* text-align: justify; */
    /* -ms-text-justify: distribute-all-lines; */
    /* text-justify: distribute-all-lines; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.newitem-list .clear {
    clear: both;
}

.newitem-list .section-title {
    margin: -10px 0 5px;
    flex-basis: 100%;
}

.newitem-list .item {
    /* float: left; */
    vertical-align: top;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
    /* margin: 2px 3px 2px 0px; */
    margin: 0 auto;
    margin-bottom: 4px;
}

.newitem-list .item.first-in-row {
    margin-left: 0;
}

.newitem-list .item img {
    display: block;
    height: 120px;
    width: 120px;
    border: 5px solid #eeeeee;
}


/* 3.16 Messages
------------------------------------------------------------------------------*/

#messages {

}

#messages .checkbox {
    display: inline-block;
    margin-right: 23px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

#messages .checkbox:focus {
    outline: none;
}

#messages .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

/* Messages panel */
.messages-panel {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

.messages-panel .check-all {
    float: left;
    padding-top: 5px;
}

.messages-panel .messages-actions {
    float: left;
    line-height: 27px;
}

.messages-panel .messages-actions li {
    float: left;
    margin-right: 53px;
}

.messages-panel .messages-actions li a {
    color: #6c9dab;
}

.messages-panel .messages-actions li a:hover {
    color: #C21717;
}

.messages-panel .btn-dark {
    float: right;
}

/* Single messages */
#messages .message {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding: 15px 0 20px 40px;
    position: relative;
    line-height: 18px;
}

#messages .message li {
    overflow: hidden;
    margin-top: 20px;
    display: none
}

#messages .message li:first-child {
    margin-top: 0;
    display: block;
}

#messages .message li a {
    color: #6c9dab;
}

#messages .message li a:hover {
    color: #C21717;
}
#messages .message .message-content .unread {
    font-weight: bold;
    color: #C21717;
}
#messages .message .check-message {
    position: absolute;
    top: 15px;
    left: 0;
}

#messages .message .message-meta {
    float: left;
    width: 115px;
    margin-right: 10px;
}

#messages .message .message-meta h4 {
    margin-bottom: 4px;
}

#messages .message .message-content {
    float: left;
    width: 570px;
}

#messages .message .message-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
}

#messages .message .message-content h3 {
    margin-bottom: 4px;
}

#messages .message .message-reply {
    float: left;
    width: 570px;
    padding-bottom: 10px;
}

#messages .message .message-reply textarea {
    padding: 4px 8px 2px;
    margin: 0 0 10px;
    width: 100%;
    height: 158px;
    background: #eeeeee;
    border: 0;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 18px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#messages .message .message-reply button {
    float: left;
}

#messages .message .message-reply .attach-image {
    float: right;
}


/* Active message thread */
#messages .message.active li {
    display: block;
}

#messages .message.active .message-content {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

#messages .message.active .message-content p {
    text-overflow: ellipsis;/* inherit;*/
    overflow: visible;
    white-space: normal;
    height: auto;
}

#messages .message.active .message-history {
    display: none
}

#messages .message.active.showhistory .message-history {
    display: block
}

/*******************************************JAYC */


#messages .item-upload-images {
    padding-bottom: 47px;
}

#messages .item-upload-images dt {
    margin-top: 2px;
}

#messages  .cabinet {
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    height: 27px;
    /*width: 464px;*/
    width: 200px;
    margin-bottom: 4px;
}

#messages .item-upload-images .cabinet input {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    /*width: 464px;*/
    width: 200px;
    z-index: 999;

    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

#messages .cabinet .file-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 4px;
    height: 18px;
    line-height: 18px;
    /*width: 464px;*/
    width: 180px;
    background: #eeeeee;
    color: #666;
}


#messages  .cabinet .file-button span {
    position: absolute;
    height: 27px;
    width: 29px;
    top: 0;
    right: 0;
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 10px -96px;
    border-left: 3px solid #fff;
}

#messages .cabinet:hover .file-button {
    background: #eee;
}

#messages  .cabinet:hover .file-button span {
    background-color: #eee;
}


/********************* END Jayc*/


/* 3.17 Picks
------------------------------------------------------------------------------*/

#content.picks-section {
    background: #fff;
    position: relative;
    z-index: 2;
}

#content.picks-section #product-list {
    margin-top: -12px;
}


/* 3.18 Orders
------------------------------------------------------------------------------*/

#orders.standalone {
    margin: 50px auto;
    width: 735px;
}

#orders .order-area {
    clear: both;
    padding: 20px 22px 25px;
    margin: 0px 0 40px;
    border: 1px solid #BABABA;
}

#orders .order-description {
    margin-bottom: 15px;
}

#orders .order-description a {
    color: #6c9dab;
}

#orders .order-description a:hover {
    color: #C21717;
}

#orders .order-description .col {
    float: left;
    width: 175px;
}

#orders .order-description .col:first-child {
    float: left;
    width: 190px;
    margin-right: 25px;
}

#orders .order-description header {
    margin: 2px 0 7px 20px;
}

#orders .order-description .gray-bg {
    padding: 16px 20px;
    background: #eeeeee;
    line-height: 18px;
}

#orders .order-description .user-info h4 {
    margin-top: -2px;
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}



#orders .order-description .order-sendmessage {
    float: left;
    width: 100%;
}

#orders .order-description .order-sendmessage .gray-bg {
    /*padding: 10px 13px;*/
    margin-bottom: 18px;
    margin-top: 18px;
    width: 100%;
    min-height: 72px;
    background: #eeeeee;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#orders .order-description .order-sendmessage .gray-bg h4 {
    margin-top: -2px;
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}




#orders .buyer-description {
    float: left;
    width: 62.5%;
}

#orders .seller-description {
    float: right;
    width: 36.5%;
}

#orders .order-table .order-links {
    padding-top: 0;
}

#orders .order-table td.order-title {
    padding-right: 30px;
}

#orders .order-footer .total-order {
    width: 150px;
}

#orders .order-footer .total-order strong {
    margin-left: 5px;
}

/* Order options */
#orders .order-options {
    position: relative;
}

#orders .order-options a {
    color: #6c9dab;
}

#orders .order-options a:hover {
    color: #C21717;
}

#orders .order-options label {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

#orders .order-options .order-message {
    float: left;
    width: 52%;
}

#orders .order-options .order-message .gray-bg {
    padding: 10px 13px;
    margin-bottom: 18px;
    width: 100%;
    min-height: 72px;
    background: #eeeeee;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#orders .order-options .order-status {
    float: right;
    width: 40%;
    padding-top: 20px;
}

#orders .order-options .order-status h3,
#orders .order-options .order-status li {
    font-size: 18px;
    line-height: 24px;
}

#orders .order-options .order-status li {
    color: #6c9dab;
}

/* 3.19 Webmaster
------------------------------------------------------------------------------*/
#webmaster {
    /*padding-top: 26px; */
}
#webmaster .custom-select {
    float: right;
    margin: 0px 0px 0 0;
}

#webmaster .input {
}

/* Custom checkbox */
#webmaster .checkbox {
    display: inline-block;
    float: right;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

#webmaster .checkbox:focus {
    outline: none;
}

#webmaster .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

#webmaster-sidebar {
    float: left;
    width: 100px;
    padding-right: 25px;
    margin-right: -2px;
    margin-bottom: 35px;
    background: url(../images/bg-separator-vertical.png) repeat-y right 0;
}


/* webmaster content */
.webmaster-content {
    float: left;
    width: 480px;
    color: #666;
    line-height: 18px;
}

.webmaster-content.blog-content {
    width: 735px;
}

.webmaster-content img {
    margin-bottom: 18px;
}

.webmaster-content p {
    margin-bottom: 18px;
    color: #666;
    line-height: 18px;
}

.webmaster-content p.question,
.webmaster-content b {
    margin: 0;
    color: #6c9dab;
    font-weight: bold;
}

.webmaster-content .designer-header h2,
.webmaster-content .feedTitle {
    margin: 28px 0 8px;
    color: #6c9dab;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.webmaster-content .feedTitle {
    margin: 0 0 28px;
}

.webmaster-content .headline {
    font-weight: bold;
    font-size: 14px;
}

.webmaster-content .designer-header:first-child h2 {
    margin: 0 0 18px;
}

.webmaster-content .designer-header h2 a {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.webmaster-content .designer-header h2 a:hover {
    color: #c21717;
}

.webmaster-content .feedTitle a {
    color: #6c9dab;
}

.webmaster-content .feedTitle a:hover {
    color: #c21717;
}

.webmaster-content .publish-date {
    color: #bababa;
    font-size: 11px;
}

#webmaster ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#webmaster ul li {
    display: inline;
}

/* userlist table */
.userlist-table {
    clear: both;
    width: 100%;
    margin-bottom: 44px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.userlist-table dt {
    float: left;
    padding: 0 14px 0 0;
}

.userlist-table dd {
    float: left;
    padding: 0 15px 0 0;
}

.userlist-table tr.hr {
    position: relative;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
}

.userlist-table tr.top.hr {
    background-position: 0 top;
}

.userlist-table th {
    padding-top: 24px;
    padding-bottom: 13px;
    line-height: 22px;
}

.userlist-table th dl {
}

.userlist-table th dt {
}

.userlist-table th dd {
}

.userlist-table th dd a {
}

.userlist-table th dd.active a {
    color: #6c9dab;
}

.userlist-table .top td {
    padding-top: 23px;
}

.userlist-table .top .img {
    width: 96px;
}

.userlist-table td img {
    position: relative;
    display: block;
    margin-top: -5px;
    border: 5px solid #eeeeee;
    zoom: 1;
}

.userlist-table td > a {
    color: #6c9dab;
}

.userlist-table td h4 {
    margin-top: -4px;
    line-height: 18px;
    font-weight: normal;
}

.userlist-table td bad {
    color: #C21717;
}

.userlist-table td good {
    color: #008000;
}

.userlist-table td info {
    /*font-weight: bold;*/
    color: #000080;
}

.userlist_field {
    float: left;
    width: 120px;
    overflow: hidden;
}


/* 3.20 My Bill
------------------------------------------------------------------------------*/

.bill {

}

.bill p {
    margin-bottom: 10px;
    line-height: 18px;
}

.bill .separator {
    margin: 0 0 25px;
}

.bill .bill-title {
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
}

.bill .bill-summary {
    float: left;
    width: 400px;
    margin-bottom: 28px;
}

.bill .bill-summary p {
    margin-bottom: 6px;
}

.bill .bill-balance {
    padding-top: 7px;
    margin-bottom: 48px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
}

.bill .bill-balance dt {
    clear: both;
    float: left;
    width: 210px;
    margin-right: 15px;
}

.bill .bill-balance dt strong {
    color: #6c9dab;
    font-weight: normal;
}

.bill .bill-balance dd {
    float: left;
    width: 150px;
}

.bill .bill-payment {
    border: 1px solid #BABABA;
    float: right;
    width: 350px;
    padding: 18px 22px 10px;
    margin-bottom: 28px;
}

.bill .bill-deposit-details {
    font-weight: bold;
}

.bill .bill-payment-form {
    overflow: hidden;
    padding-bottom: 25px;
}

.bill .bill-payment-form label {
    float: left;
    margin: 0 10px 0 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
}

.bill .bill-payment-form input[type="text"] {
    float: left;
    padding: 5px 8px 3px;
    margin: 0 20px 0 0;
    width: 60px;
    height: 27px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #6b6b6b;
    font-size: 100%;
    font-weight: bold;
    line-height: 19px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bill .bill-payment-form .btn-dark {
    float: left;
}

.bill .bill-listings {
    width: 100%;
    margin: -10px 0 20px;
    line-height: 29px;
}

.bill .bill-listings .bill-title {
    line-height: 29px;
}

.bill .bill-view-invoice {
    line-height: 29px;
    margin-bottom: 22px;
}

.bill .separator + .bill-view-invoice {
    padding-top: 13px;
}

.bill .bill-view-invoice .bill-title {
    float: left;
    margin-right: 25px;
    line-height: 29px;
}

.bill .bill-view-invoice .bill-select-invoice {
    float: left;
    margin-right: 20px;
}

.bill .bill-view-invoice .bill-print-invoice {
    float: left;
    color: #6c9dab;
}

.bill .bill-view-invoice .bill-print-invoice:hover {
    color: #C21717;
}

/* Bill invoice */
.bill-invoice {
    border: 1px solid #BABABA;
    padding: 32px 32px;
}

.bill-invoice .invoice-left {
    float: left;
    width: 50%;
}

.bill-invoice .invoice-right {
    float: right;
    width: 235px;
    margin-bottom: 25px;
}

.bill-invoice .invoice-panel {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
}

.bill-invoice .invoice-panel strong {
    font-weight: normal;
    color: #6c9dab;
}

.bill-invoice .invoice-panel .address-box {
    font-size: 12px;
    padding-top: 20px;
}

.bill-invoice .invoice-panel .address-label {
    float: left;
    margin-right: 20px;
}

.bill-invoice .invoice-panel .address-details {
    overflow: hidden;
}

.invoice-activity {
    width: 100%;
    line-height: 18px;
    margin-top: 22px;
}

.invoice-activity th {
    padding-bottom: 10px;
}

.invoice-activity a {
    color: #6c9dab;
}

.invoice-activity a:hover {
    color: #C21717;
}


/* 3.21 My Madeit
------------------------------------------------------------------------------*/

.mymadeit {

}

.mymadeit a {
    color: #6c9dab;
}

.mymadeit a:hover {
    color: #C21717;
}

.mymadeit p {
    margin-bottom: 10px;
    line-height: 18px;
}

.mymadeit .separator {
    margin: 0 0 25px;
}

.mymadeit .account-title {
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
}

.mymadeit .account-summary {
    float: left;
    width: 320px;
    margin-bottom: 28px;
}

.mymadeit .account-summary a {
    color: inherit;
}
.mymadeit .account-summary a:hover {
    color: #C21717;
}

.mymadeit .account-summary p {
    margin-bottom: 6px;
}

.mymadeit .account-summarylist {
    padding-top: 7px;
    margin-bottom: 48px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
}

.mymadeit .account-summarylist dt {
    clear: both;
    float: left;
    width: 210px;
    margin-right: 15px;
}

.mymadeit .account-summarylist dt strong {
    color: #6c9dab;
    font-weight: normal;
}

.mymadeit .account-summarylist dd {
    float: left;
    width: 95px;
}


.mymadeit .account-details {
    float: right;
    width: 320px;
    margin-bottom: 28px;
}

.mymadeit .account-details p {
    margin-bottom: 6px;
}

.mymadeit .account-detailslist {
    padding-top: 7px;
    margin-bottom: 18px;
    overflow: hidden;
    /*font-size: 18px;*/
    line-height: 18px;
}

.mymadeit .account-detailslist dt {
    clear: both;
    float: left;
    width: 140px;
    margin-right: 15px;
}

.mymadeit .account-detailslist dt strong {
    color: #6c9dab;
    font-weight: normal;
}

.mymadeit .account-detailslist dd {
    float: left;
    /*width: 95px;*/
}

.mymadeit .messagetouser {
    border: 1px solid #BABABA;
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.mymadeit .messagetouser h4{
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    padding: 10px;
}

.mymadeit .messagetouser p {
    padding: 10px;
}

.mymadeit .broadcastmessages {
    border: 1px solid #BABABA;
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.mymadeit .broadcastmessages h4{
    color: #6c9dab;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    padding: 10px;
}

.mymadeit .broadcastmessages p {
    padding: 10px;
}


/* 3.22 Invoices
------------------------------------------------------------------------------*/



/* 3.23 Blog
------------------------------------------------------------------------------*/


/*Blog Messages*/

#blogmessages {

}

#blogmessages .checkbox {
    display: inline-block;
    margin-right: 23px;
    background: #eeeeee;
    border: 1px solid #D3D3D3;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}

#blogmessages .checkbox:focus {
    outline: none;
}

#blogmessages .checkbox-checked {
    background: #eeeeee url(../images/sprite-icons.png) no-repeat 3px -156px;
}

/* Messages panel */
.messages-panel {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

.messages-panel .check-all {
    float: left;
    padding-top: 5px;
}

.messages-panel .messages-actions {
    float: left;
    line-height: 27px;
}

.messages-panel .messages-actions li {
    float: left;
    margin-right: 53px;
}

.messages-panel .messages-actions li a {
    color: #6c9dab;
}

.messages-panel .messages-actions li a:hover {
    color: #C21717;
}

.messages-panel .btn-dark {
    float: right;
}

/* Single messages */
#blogmessages .message {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 top;
    padding: 15px 0 20px 0px;
    position: relative;
    line-height: 18px;
    margin-top: 15px;
}

#blogmessages .message li {
    overflow: hidden;
    margin-top: 20px;
    /*display: none*/
}

/*#blogmessages .message li:first-child {
    margin-top: 0;
    display: block;
}*/

#blogmessages .message li a {
    color: #6c9dab;
}

#blogmessages .message li a:hover {
    color: #C21717;
}

#blogmessages .message .check-message {
    position: absolute;
    top: 15px;
    left: 0;
}

#blogmessages .message .message-meta {
    float: left;
    width: 115px;
    margin-right: 10px;
}

#blogmessages .message .message-meta h4 {
    margin-bottom: 4px;
}

#blogmessages .message .message-content {
    float: left;
    width: 350px;
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 15px;
}

/*#blogmessages .message .message-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
}
    */

#blogmessages .message .message-content h3 {
    margin-bottom: 4px;
}

#blogmessages .message .message-reply {
    float: left;
    width: 350px;
    padding-bottom: 10px;
}

#blogmessages .message .message-reply textarea {
    padding: 4px 8px 2px;
    margin: 0 0 10px;
    width: 100%;
    height: 158px;
    background: #eeeeee;
    border: 0;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 18px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#blogmessages .message .message-reply button {
    float: left;
}

#blogmessages .message .message-reply .attach-image {
    float: right;
}

/* Active message thread */
#blogmessages .message.active li {
    display: block;
}

#blogmessages .message.active .message-content {
    background: url(../images/bg-separator-horizontal.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}

#blogmessages .message.active .message-content p {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    height: auto;
}


/*End of blog messages*/

/* Advertiser list */
.advertiser-list {
    float: right;
    width: 174px;
    padding: 12px 18px 23px;
    background: #eeeeee;
    text-align: center;
}

.advertiser-list h3 {
    margin-bottom: 10px;
    color: #434343;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.advertiser-list li {
    position: relative;
    padding: 12px 12px 17px;
    margin-bottom: 12px;
    background: #fff;
}

.advertiser-list li img {
    display: block;
    height: 150px;
    width: 150px;
}

.advertiser-list li h4 {
    position: absolute;
    bottom: 16px;
    left: 12px;
    width: 150px;
    background: url(../images/bg-white-overlay.png);
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.advertiser-list li h4 a {
    display: block;
    padding: 2px 10px 1px;
    color: #434343;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ie7 .advertiser-list li h4 a {
    padding: 2px 10px 5px;
}

.advertiser-list li h4 a:hover {
    color: #c21717;
}



/* 3.24 Plugin Styles
------------------------------------------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../js/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../js/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../js/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../js/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../js/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../js/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.appriseOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    display: none;
}

.appriseOuter {
    background: #fff;
    border: 1px solid #999;
    z-index: 99999999;
    min-width: 410px;
    max-width: 75%;
    padding: 25px;
    position: fixed;
    display: none;
}

.appriseTitle {
    margin-bottom: 30px;
    color: #6c9dab;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.appriseInner p {
    color: #333;
    margin-bottom: 30px;
}

.appriseInner .aInput {
    margin: -25px 0 35px;
}

.appriseInner input {
    padding: 5px 9px 3px;
    margin: 0;
    height: 19px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    resize: none;
}

.appriseInner .btn-dark {
    margin-right: 20px;
}

.Coupons300 {
    width: 300px;
    float: left;
}

.Coupons400 {
    width: 400px;
}

.Coupons100 {
    width: 100px;
    float: left;
}

.Coupons120 {
    width: 120px;
    float: left;
}

.Coupons150 {
    width: 150px;
    float: left;
}

.Coupons {
    float: left;
}

.Coupons50 {
    width: 50px;
    float: left;
}

.CouponsCodeBox {
    padding-bottom: 10px;
}


.viewItemInFuture {
    display: none;
}

.hour
{
    width: 20px;
}

#hour
{
    width: 20px;
}

html,.body{
    height: 100%;
}

#footer{
    -webkit-flex-shrink: 0;
       -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
            flex-shrink: 0;
}

.site-wrap, .site-wrap__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.site-wrap__wrapper {
    -webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
    min-height: 100vh;
    width: 100%;
}

.site-wrap__content {
    -webkit-flex-grow: 1;
       -moz-flex-grow: 1;
        -ms-flex-grow: 1;
            flex-grow: 1;
    /*overflow: hidden;*/
}

.show-md {
    display: none!important;
}

.btn-xl,.btn-celadon.btn-xl{
    font-size: 16px;
    padding: 13px 20px;
}

.btn-wrap{
    text-align: center;
}

.tracking-details-modal .text-box {
    padding: 5px 9px 3px;
    margin: 0 0 3px;
    background: #eeeeee;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    line-height: 19px;
    width: 100%;
}
.tracking-details-modal .detail-block {
    margin-bottom: 15px;
}

.tracking-details-modal .detail-block-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.tracking-details-modal .message-to-buyer {
    padding: 5px 9px 3px;
    margin: 0px 0px 3px;
    border: 1px solid rgb(186, 186, 186);
    color: rgb(107, 107, 107);
    font-size: 100%;
    line-height: 19px;
    resize: vertical;
    width: 100%;
    min-height: 65px;
}

.order-tracing-link {
    text-decoration: underline;
}
.order-tracing-code {
    color: #666666;
}

.open-tracking-details-modal {
    background: none;
    border: none;
}

.tracking-details-modal-errors,
.open-tracking-details-modal:hover {
    color: #C21717;
}

.product-type .flex-block div {
    padding: 0px 30px 10px 0px;
    display: flex;
    align-items: baseline;
}

.product-type .flex-block div .digital-product-description {
    padding-left: 10px;
    max-width: 450px;
    display: block;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

#add-item .add-item-form .product-details.item-information input[type="text"],
#add-item .add-item-form .product-details.item-information textarea {
    width: 100%;
}
.product-details .first-col {
    width: 130px;
}
.product-details .second-col {
    width: 100%;
}

#add-item .add-item-form .link-upgrade-subscription {
    margin-top: 15px;
    display: block;
}

#add-item .add-item-form .item-customisation .directions-block .celadon {
    margin-right: 10px;
}

#add-item .add-item-form .item-customisation .directions-block .directions-text {
    flex-grow: 1;
}

#add-item .add-item-form .item-customisation .directions-block .directions-text textarea {
    width: 100%;
    height: 75px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-vert-center {
    display: flex;
    align-items: center;
}

#add-item .add-item-form label input[type="checkbox"] {
    user-select: none;
}

#add-item .add-item-form .product-variations .first-col {
    min-width: 100px;
}

#add-item .add-item-form .product-variations .second-col {
    min-width: 270px;
    margin-right: 15px;
}

#add-item .add-item-form .product-variations label {
    margin-bottom: 0;
    user-select: none;
    cursor: pointer;
}

#add-item .add-item-form .product-variations .flex-row {
    margin-bottom: 7px;
}

#add-item .add-item-form .product-variations input[type="text"] {
    width: 100%;
    margin-bottom: 0px;
}

#add-item .add-item-form .product-variations .options-title {
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#add-item .add-item-form .product-variations .options-other-item {
    min-width: 170px;
    margin-right: 15px;
}

#add-item .add-item-form .product-variations .options-delete-item {
    background: url(../Images/icon_close.png) center no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
}

.tooltip-price-inventory {
    margin-left: 12px;
    max-width: 350px;
}
.tooltip-quantities-vary {
    display: none;
    color: #c21717;
    margin-left: 15px;
}
.tooltip-auto-re-list {
    display: none;
    color: #c21717;
    margin-left: 15px;
    margin-bottom: 7px;
}
.tooltip-selected-variation {
    display: none;
    color: #c21717;
    margin-top: 7px;
}
.tooltip-variation-postage {
    margin-bottom: 5px;
    font-style: normal;
    color: #4c586e;
    display: block;
    cursor: pointer;
}

.d-none {
    display: none;
}

.error.directions-msg {
    border: 1px solid #c21717;
}

.error.directions-msg + .error-msg {
    display: block;
    color: #c21717;
}

.sold-out-variations {
    color: #cda34f;
}

.item-option-title {
    padding-left: 15px !important;
    font-weight: bold;
}

.variation-price-admin {
    line-height: 13px;
    display: block;
}

@media (max-width: 1023px) {
    .hide-sm {
        display: none!important;
    }

    .show-sm,.hide-sm.opened, .hidden.opened {
        display: block!important;
    }

    .container {
        width: 100%;
    }

    .order-table-checkout td.order-title-row {
        max-width: 100%;
    }

    .shopping-cart-wrapper{
        display: block;
    }

    .shopping-cart-wrapper__checkout {
        width: 100%;
        margin-left: 0;
        border-top: 0;
    }

    .shopping-cart-wrapper__order {
        border-bottom: 0;
    }

    .checkout-step__header {
        cursor: pointer;
        border: none;
        background: #e3e3e3;
        font-weight: 400;
        border-radius: 0;
    }

    .checkout-step .checkout-step__body {
        display: none;
    }

    .checkout-step.opened .checkout-step__header {
        background: #fff;
    }

    .checkout-step.opened .checkout-step__body,
    .checkout-step.opened .checkout-step__back {
        display: block;
    }

    .checkout-step + .checkout-step{
        margin-top: 10px;
    }
}

@media (max-width: 775px) {
    .scrolled .header-wrapper {
        height: 150px!important;
    }
    #navigation + .container {
        padding-top: 20px;
    }
    .item-content {
        flex-direction: column;
    }
    .item-gallery {
        justify-content: center;
        flex-direction: column;
    }
    .item-gallery .item-photo {
        width: 100%;
        height: auto;
    }
    .block-badge-item {
        flex-wrap: wrap;
    }

    .item-gallery .item-gallery-thumbs {
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-top: 15px;
        justify-content: flex-start;
    }

    .item-gallery-thumbs ul {
        flex-direction: row!important;
        align-items: center;
    }

    .item-gallery-thumbs ul.ul-size {
        height: auto;
        /*width: 100%;*/
        margin: 0;
    }

    .item-gallery {
        max-height: 100%;
    }

    .item-gallery-thumbs ul li {
        margin: 0 8px 0 0 !important;
    }

    .item-gallery-thumbs__button {
        border: 35px solid transparent;
        border-left: 30px solid #6c9dab;
        margin-top: 0px;
        margin-left: 8px;
        filter: drop-shadow(5px -1px 3px #bababa);
    }
}

@media (max-width: 775px) {
    .order-table-checkout tr {
        padding-left: 76px;
    }

    .order-table-checkout .item-option-title {
        padding-left: 0px !important;
    }

    .order-table-checkout .item-option-title + td {
        margin-top: 4px;
    }

    .order-table-checkout .item-option-title + td + td {
        margin-top: 0px;    
    }

    .order-table-checkout tr {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .order-table-checkout tr, .order-table-checkout td.order-postage-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .order-table-checkout td.order-postage-row {
      -webkit-flex-direction: row-reverse;
         -moz-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
        -webkit-align-items: center;
           -moz-align-items: center;
            -ms-align-items: center;
                align-items: center;
    }

    .order-table-checkout td.order-postage-row .select-rounded {
        width: auto;
    }

    .order-table-checkout tr:not(:last-child) {
        margin-bottom: 10px;
    }

    .order-post-price{
        margin-bottom: 0;
    }

    .order-table-checkout tr td {
        padding-bottom: 0!important;
    }

    .order-table-checkout tr td.order-total-row {
        padding-top: 3px;
    }

    .order-table-checkout td {
        display: block;
        width: 100%;
        padding: 0;
    }
    .order-table-checkout td + td {
		margin-top: 10px;
	}

    .order-table-checkout td.order-img-row {
        position: absolute;
        top: 0;
        left: 0;
    }


    .order-table-checkout td.order-title-row {
        padding: 0;
		margin: 0;
    }

    .order-table-checkout td.order-qty-row,.order-table-checkout td.order-total-row{
        width: auto;
    }

    .order-table-checkout td.order-total-row, .order-post-price {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
            -ms-flex-grow: 1;
                flex-grow: 1;
        text-align: right;
    }

    .btn-dark{
        text-align: center;
    }
}

@media (max-width: 480px) {
    .btn-xl{
        width: 100%;
    }

    .item-gallery-thumbs img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 350px) {
    .page-title-wrap {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
    }

    .page-title-wrap__ttl {
        margin-bottom: 10px!important;
    }

    .order-table-checkout tr {
        padding-left: 57px;
    }

    .order-table-checkout td.order-img-row {
        width: 50px;
    }
}


@media (min-width: 775px) {
    #product-list .product {
        max-width: 240px;
    }
}

.tablet-menu {
    display: none;
}

@media (min-width: 766px) and (max-width: 772px) {
    .tablet-menu {
        position: absolute;
        top: 0;
        right: 0;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        overflow: visible;
        cursor: pointer;
        outline: 0;
        margin-top: 28px;
        display: block;
    }

    .tablet-menu .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #4c586e;
    }

    .tablet-menu .icon-bar + .icon-bar {
        margin-top: 4px;
    }
}


@media (min-width: 776px) and (max-width: 1280px) {
    /*.item-content {
        flex-direction: column;
    }*/

    /*#item .item-price-panel {
        padding: 0;
        text-align: left;
    }*/

    .item-gallery .item-photo {
        padding: 0;
    }

    .item-gallery-thumbs li {
        width: 120px;
        height: 120px;
        display: block;
    }
}

.banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    line-height: 1.2;
}

.banner--subscribe {
    background-color: #4c586e;
    font-size: 25px;
    padding: 15px 125px;
}

.banner--selling {
    background-color: #6c9dab;
    font-size: 30px;
    padding: 15px 170px;
}

.banner .btn-celadon {
    padding: 20px 50px;
    font-size: 30px;
    font-weight: 500;
    box-shadow: none;
}

.banner .btn-celadon:hover {
    color: #fff;
}

@media (max-width: 1300px) {
    .banner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
    }

    .banner > div + .btn-celadon {
        margin-top: 15px;
    }

    .banner .btn-celadon {
        padding: 15px 60px;
        font-size: 25px;
    }
}

@media (max-width: 890px) {
    .banner {
        padding: 15px 50px;
    }

    .banner--selling, .banner--subscribe {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .banner {
        padding: 15px;
    }

    .banner--selling, .banner--subscribe {
        font-size: 18px;
    }

    .banner .btn-celadon {
        font-size: 18px;
        line-height: 1.2;
        padding: 10px;
        width: 100%;
    }
}

.banner-account {
    width: 100%;
    background-color: gray;
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px;
    color: white;
    background-color: #6C9DAB;
}

.banner-account .acccount-banner-title {
    font-size: 18px;
}

.banner-account a {
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.banner-account .btn-dark {
    float: right;
}

.banner-account.banner-stripe-disconnected {
    background-color: #4c586e;
}

.custom-select-item {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 7px !important;
    flex-wrap: wrap;
}

.custom-select-item .custom-select {
    width: auto;
    margin-left: 10px;
    background-color: #fff;
}

.custom-select-item .custom-select .custom-select-wrapper {
    width: auto;
}

.custom-select-item .custom-select .custom-select-wrapper ul {
    padding: 0;
}

.custom-select-item .custom-select .custom-select-wrapper ul li a {
    text-transform: none;
    font-weight: normal;
}

.custom-select-item .custom-select .custom-select-wrapper ul li a span {
    color: red;
    font-size: 12px;
}

.custom-select-item .custom-select .custom-select-wrapper {
    overflow: auto;
    max-height: 283px;
    min-width: 60px;
}

.custom-select-item .custom-select > a {
    text-transform: none;
    font-weight: normal;
}

.custom-select-item .custom-select > a span {
    color: red;
    font-size: 12px;
}

.custom-variant-type-label {
    max-width: 100px;
    margin-top: -1px;
}
.custom-scale-label {
    display: flex;
    align-items: center;
    height: 29px;
}

.main-product-madeit__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    color: #4c586e;
    font-style: initial;
}

.main-product-madeit {
    border: 1px solid #c5d1d1;
    padding-top: 12px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 20px;
}

    .main-product-madeit__wrapper .main-product-madeit {
        width: 50%;
        flex-basis: 50%;
        flex-grow: 1;
        margin-right: 10px;
    }

    .main-product-madeit__wrapper form {
        display: inline;
        flex-shrink: 0;
        width: 50%;
        max-width: 100%;
        flex-basis: 200px;
        margin-left: auto;
    }


.main-product-madeit h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #6c9dab;
}

.main-product-madeit__item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}

    .main-product-madeit__item img {
        display: flex;
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }

.main-product-madeit__description {
    margin-top: 40px;
    color: #cda34f;
}

.home-more-products {
    color: #6c9dab;
    margin-left: auto;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.home-more-products-blog {
    display: block;
    text-align: right;
    margin-bottom: 30px;
}

.home-more-products-sale {
    display: block;
    text-align: right;
    margin-bottom: -30px;
}


@media (max-width: 775px) {
    .home-more-products-blog {
        margin-bottom: 10px;
    }

    .home-more-products-sale {
        margin-bottom: -40px;
    }
}

.afterpayMessage {
   margin: -15px 0px;
}

.checkout-total .afterpayMessage {
    margin-top: 10px;
    text-align: right;
}

.AfterpayMessage-learnMore {
    display: none !important;
}

.afterpayMessage-logoSvg1 {
    width: 80px;
    height: auto;
}

.craft-supplies-banner {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.btn-product-type div {
    display: inline-block;
}

@media (max-width: 600px) {
    .item-price-panel div.custom-select {
        max-width: 330px;
    }

    .item-price-panel .custom-select-wrapper {
        width: calc(100vw - 60px);
    }

    .item-price-panel .custom-select-item-position .custom-select.open .custom-select-wrapper ul li {
        height: auto;
        white-space: normal;
        min-width: 250px;
        max-width: 330px;
    }
}

@media (min-width: 776px) {
    .stores-right-panel .custom-select {
        width: 200px;
    }

    .stores-right-panel .custom-select-wrapper {
        width: 169px;
    }
}

.rating {
    font-size: 24px;
    color: #cda34f;
}

.store-nav .feedback-rating {
    display: flex;
    align-items: center;
}

.store-nav .feedback-rating .rating {
    display: inline-block;
    margin-left: 5px;
}

.select2-option-left {
    color: red;
    font-size: 12px;
}

.item-price-panel select {
    min-width: 50px;
}

.select2-container li {
    text-align: right !important;
}

#select2-OccasionIds-results  li {
    text-align: left !important;
}

.item-price-panel select + span.select2-container--default {
    margin-left: 10px !important;
}

.list-search__wrapper {
    float: left;
    position: relative;
}

.list-search-autocomplete, .list-search-store-autocomplete {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    width: 100%;
    background: #ffffff;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1100;
    border-radius: 6px;
    border: 1px solid #66666642;
}

.list-search-autocomplete-item, .list-search-store-autocomplete-item {
    width: 100%;
    text-align: left;
    line-height: 21px;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 14px;
}

.list-search-autocomplete-item:hover, .list-search-store-autocomplete-item:hover {
    background-color: lightblue;
}

.product em, .list-search-autocomplete-item em {
    font-weight: 700;
    font-style: normal;
}

.store-card h4 em {
    font-weight: bold;
    font-style: normal;
}

.store-card p em {
    font-weight: bold;
    font-style: normal;
}

.item-category, .item-category-parent {
    width: 350px;
    height: 35px;
    display: inline-block;
    background-color: #DADADA;
    padding: 10px 5px 5px 5px;
    margin: 5px 5px 5px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-category-parent {
    width: 150px;
}

.item-category-delete {
    float: right;
    background: url(../Images/icon_close.png) center no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    cursor: pointer;
}

.select2-container--default span {
    z-index: 111111112!important;
}

.select2-results__option {
    min-height: 27px;
}

@media (min-width: 1280px) {
    #content.content-home {
        width: 100%;
    }
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin: 8px 0px;
}

.checkbox-container .checkbox {
    margin-top: 0px;
}

/* Accordion */

.accordion-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-custom button {
    float: none;
    width: 25px;
    height: 25px;
    background: transparent;
    text-indent: 0;
    flex-shrink: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .accordion-custom:not(.accordion-custom-active) + div, .accordion-custom:not(.accordion-custom-active) + ul {
        display: none;
    }

.accordion-custom.accordion-custom-active button img {
    transform: rotate(180deg);
}

.accordion-custom button:hover {
    opacity: .7;
}

.accordion-custom button img {
    width: 15px;
    height: 15px;
    position: relative;
    transition: transform .2s;
}

.mobile-visible-flex {
    display: none;
}

@media (max-width: 775px) {
    .accordion-custom.mobile-hidden + div {
        display: block;
    }

    .mobile-visible-flex {
        display: flex;
    }

    .filters.accordion-custom-filters ul {
        background: transparent;
    }

    .filters.accordion-custom-filters .categories-show-more.opened:before {
        top: 10px
    }
}

.tooltip-madeit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tooltip-madeit-click .tooltip-madeit-content {
    display: block;
}

.tooltip-madeit-icon {
    cursor: pointer;
}

.tooltip-madeit-icon img {
    width: 15px;
    height: 15px;
}

.tooltip-madeit-content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #DADADA;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    z-index: 4;
}

.tooltip-madeit-content:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #DADADA;
    border-top: 5px solid #DADADA;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

.tooltip-madeit-content a {
    color: #6c9dab;
}

.feedback-no-link {
    font-style: italic;
    white-space: nowrap;
}

.bulk-edit-delete {
    background: url(../Images/delete.png) center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    cursor: pointer;
    margin-left:20px;
    margin-top:10px;
}

.bulk-edit-update {
    text-transform: none;
    font-size: 12px;
    color: #cda34f;
}

@media (max-width: 775px) {

    .filters-panel {
        position: fixed;
        left: 0;
        top: 0;
        width: 280px;
        height: 100%;
        z-index: 99999;
        background: white;
        overflow-y: scroll;
        transition: 1s;
        transform: translateX(-100%);
    }

    .filters-panel .search-menu, .filters-panel .filters {
        padding-left: 10px;
    }

    .open .filters-panel {
        transform: translateX(0);
    }

    .disabled-scroll {
        position: fixed;
    }
}

@media (min-width: 776px) and (max-width: 991px) {
    .section-product-filter {
        max-width: 210px;
    }
}

@media (min-width: 776px) and (max-width: 991px) {
    .content-product-search {
        width: 530px !important;
    }
}

@media (min-width: 992px) and (max-width: 1021px) {
    .content-product-search {
        width: 735px !important;
    }
}

/* Admin Categories */

.admin-categories-moving-title {
    font-size:20px;
}

.admin-categories-moving-title button {
    width: 200px;
}

.admin-categories-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.admin-categories-section .admin-categories {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-right: 20px;
}

.admin-categories-section .admin-categories__row {
    width: 100%;
    display: flex;
}

.admin-categories-section .admin-categories__block {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: start;
}

.admin-categories-section .admin-categories__wrapper {
    height: 35px;
    padding: 2px 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #e2e8e8;
    border: 1px solid #d8e0e0;
    border-radius: 5px;
    margin-top: 4px;
}

.admin-categories-moving-from .admin-categories__wrapper {
    background: #E6D1A7;
}

.admin-categories-moving-to .admin-categories__wrapper {
    border: 2px solid #E6D1A7;
}

.admin-categories__title .admin-categories__wrapper {
    background: none;
    border: none;
}

.admin-categories-section .admin-categories__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 35px;
    padding: 0px 10px;
    background: #e2e8e8;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: 4px;
    cursor: pointer;
}

.admin-categories-moving-from .admin-categories__btn {
    background: #CDA34F;
}

.admin-categories-section .admin-categories__column {
    display: flex;
    flex-direction: column;
}

.admin-categories-section .admin-categories__left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 15px;
    width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-categories-section .admin-categories__fold-icon {
    margin-right: 10px;
}

.admin-categories-section .admin-categories__category-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 40%;
}

.admin-categories-section .admin-categories__category-header .admin-categories__category-title {
    color: #000;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-categories-section .admin-categories__controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.admin-categories-section div {
    margin-right: 10px;
}

.admin-categories-section .level2 {
    width: 95%;
}

.admin-categories-section .level3 {
    width: 90%;
}

.admin-categories-section .level4 {
    width: 85%;
}

.admin-categories-section .level5 {
    width: 80%;
}

.admin-categories-section img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.icon-visible {
    background: url(../Images/visible.png) center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    cursor: pointer;
}

.icon-invisible {
    background: url(../Images/invisible.png) center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    cursor: pointer;
}

.icon-open-subcategory {
    background: url(../Images/angle-arrow.png) center no-repeat;
    display: block;
    width: 18px;
    background-size: contain !important;
    cursor: pointer;
    padding: 10px 10px;
}

.admin-categories-open .icon-open-subcategory {
    transform: rotate(180deg);
}

.icon-delete {
    background: url(../Images/delete.png) center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    cursor: pointer;
}

.icon-edit {
    background: url(../Images/edit.png) center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    cursor: pointer;
}

.icon-arrow-up {
    background: url(../Images/angle-arrow.png) center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(180deg);
    background-size: contain !important;
    cursor: pointer;
}

.icon-arrow-down {
    background: url(../Images/angle-arrow.png) center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    cursor: pointer;
}

.icon-arrow-up.disabled, .icon-arrow-down.disabled {
    filter: opacity(40%);
    cursor: default;
}

/* Main Menu */
@media (min-width: 992px) {
    .main-menu-row {
        display: flex;
    }

    .main-menu-row .main-menu-column {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .main-menu-row .main-menu-column .view-more-top {
        margin-top: auto;
    }
}

.navbar-mobilemenu-overlay {
    display: none;
}

@media (max-width: 775px) {
    .navbar-mobilemenu {
        display: block;
    }

    .navbar-mobilemenu .main-menu-mobile {
        background: #ffffff;
        position: fixed;
        left: 0px;
        height: 100% !important;
        width: 280px;
        top: 0;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform .2s;
        z-index: 12;
    }

    .navbar-mobilemenu.in .main-menu-mobile {
        transform: translateX(0);
    }

    .navbar-mobilemenu .navbar-right {
        margin: 0 !important;
    }

    .navbar-mobilemenu.in .navbar-mobilemenu-overlay, .search-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 11;
        display: block;
    }
}

@media (max-width: 775px) {
    .accordion-custom-hover {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .accordion-custom-hover .accordion-custom-hover-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 25px;
        flex-shrink: 0;
    }

    .accordion-custom-hover h4 {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12px !important;
    }

    .accordion-custom-hover + .stander {
        padding: 0 12px;
    }

    .main-menu-mobile .view-more-top {
        padding: 12px 0 !important;
    }

    .main-menu-mobile .mega-menu-wrap .accordion-custom-hover {
        padding-bottom: 5px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 5px;
    }

    .main-menu-mobile .mega-menu {
        padding: 12px 12px 20px 12px;
    }
}

.accordion-custom-hover img {
    display: none;
    width: 15px;
    height: 15px;
    position: relative;
    transition: transform .2s;
}

.exo-menu-custom {
    text-align: center;
}

.exo-menu-custom .mega-menu {
    text-align: left;
}

@media (max-width: 775px) {
    .mega-drop-down-border.accordion-custom-hover-active + .mega-menu {
        display: block;
    }

    .display .mega-drop-down-border.accordion-custom-hover {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .main-menu .accordion-custom-hover img {
        display: flex;
        float: right;
    }

    .main-menu .accordion-custom-hover.accordion-custom-hover-active img {
        transform: rotate(180deg);
    }

    .exo-menu-custom {
        text-align: left;
    }

    .main-menu .stander {
        display: none;
    }

    .main-menu .accordion-custom-hover-active + .stander {
        display: block;
    }
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.exo-menu {
    width: 100%;
    list-style: none;
    position: relative;
    z-index: 1001;
}

.exo-menu > li {
    display: inline-block;
    z-index: 1001;
}

.exo-menu > li > a {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu li a:hover {
    text-decoration: underline !important;
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}

.main-menu li.drop-down {
    position: relative;
}

.main-menu li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}

.main-menu li.drop-down > ul {
    left: 0px;
    min-width: 230px;
}

.main-menu .drop-down-ul {
    display: none;
}

.main-menu li.drop-down > ul > li > a 
{
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

/*Flyout Mega*/

.main-menu h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
}

/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px 15px 20px 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    margin-top: 0px;
}

.main-menu h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    padding-top: 15px;
    background-color: #fff;
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

.main-menu ul.stander li a {
    padding: 3px 0px;
}

.main-menu ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

.main-menu ul.description li span {
    color: #ccc;
    font-size: 85%;
}

.main-menu a.view-more {
    font-weight: bold;
    color: #4c586e;
}

.main-menu a.view-more-top {
    margin-top: 15px;
    font-weight: normal;
    color: #6c9dab;
}

.main-menu ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

.main-menu ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*responsive*/
@media (min-width:775px) {
    .main-menu .mega-drop-down-border:hover, .mega-drop-down-border.accordion-custom-hover-border {
        border: 1px solid #eaeaea !important;
        border-bottom: 1px solid #fff !important;
        position: relative;
        text-decoration: underline !important;
        z-index: 1003;
    }

    .mega-menu {
        background-color: #fff;
        border: 1px solid #eaeaea;
        z-index: 1002 !important;
    }

    .main-menu .mega-drop-down-border {
        border: 1px solid transparent;
        margin-bottom: -1px;
    }

    /*hover*/
    .mega-menu:hover,
    .main-menu .drop-down-ul:hover,
    .main-menu li.drop-down > a:hover + .drop-down-ul,
    .mega-drop-down a:hover + .mega-menu {
        display: block;
    }

    .exo-menu > li > a {
        display: block;
        padding: 10px 10px;
    }

    .mega-menu, li.drop-down > ul {
        position: absolute;
    }

    .nav > li.mega-drop-down {
        display: none !important;
    }
}

@media (max-width:775px) {

    .exo-menu {
        min-height: 58px;
        width: 100%;
    }

    .exo-menu > li > a {
        width: 100%;
        display: none;
    }

    .exo-menu > li {
        width: 100%;
    }

    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu, li.drop-down > ul {
        position: relative;
    }
}

.main-menu a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.main-menu .category-level1 {
    color: #6c9dab !important;
    font-weight: bold;
}

.main-menu .category-level2 h4 {
    color: #4c586e !important;
    font-weight: bold;
}

.main-menu .category-level3 {
    color: #4c586e !important;
} 