﻿/** KEYFRAMES ANIMATIONS x1**/

@-webkit-keyframes triangle-skew-spin
{

    {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50%
    {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75%
    {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100%
    {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin
{
    25%
    {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50%
    {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75%
    {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100%
    {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

/*********** CSS RESET **********/

*
{
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

    *:before, *:after
    {
        box-sizing: border-box;
    }

html
{
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol, ul
{
    list-style: none;
    margin-bottom: 0;
}

a img
{
    border: none;
}

a:active
{
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner
{
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea
{
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"]
{
    -webkit-appearance: none;
}

input::-moz-placeholder
{
    opacity: 1;
}

input:-webkit-autofill
{
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script
{
    display: none !important;
}

.fakeForm
{
    display: block;
}
.menuhightlighter
{
   /* background-color: #BD830F;*/
   font-weight: bold;

}
/*********** GLOBAL STYLES **********/
@font-face
{
    font-family: prisma;
    src: url('../font/prisma.eot?xwq28l');
    src: url('../font/prisma.eot?xwq28l#iefix') format('embedded-opentype'), url('../font/prisma.ttf?xwq28l') format('truetype'), url('../font/prisma.woff?xwq28l') format('woff'), url('../font/prisma.svg?xwq28l#prisma') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: montserrat,Arial;
    src: url('../font/montserrat.eot?xwq28l');
    src: url('../font/montserrat.eot?xwq28l#iefix') format('embedded-opentype'), url('../font/montserrat.ttf?xwq28l') format('truetype'), url('../font/montserrat.woff?xwq28l') format('woff'), url('../font/montserrat.svg?xwq28l#montserrat') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Open Sans';
    src: url('../font/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
    src: url('../font/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('embedded-opentype'), url('../font/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'offerings';
    src: url('../font/offerings_regular.eot');
    src: url('../font/offerings_regular.eot?#iefix') format('embedded-opentype'), url('../font/offerings_regular.woff2') format('woff2'), url('../font/offerings_regular.woff') format('woff'), url('../font/offerings_regular.ttf') format('truetype'), url('../font/offerings_regular.svg#offeringsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    max-width: 100%;
    background-color: #fff;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    font-size: 13px;
}

/* fonts */
.font-open-sans
{
    font-family: 'Open Sans',montserrat,Arial;
}

.font-open-sans
{
    line-height: 1.2;
}

.font-playfair-display
{
    font-family: 'Open Sans',montserrat,Arial;
}

    .font-playfair-display .product-title
    {
        line-height: 1.2
    }

    .font-playfair-display .responsive-nav-wrapper .cart-qty,
    .font-playfair-display .responsive-nav-wrapper .wishlist-qty,
    .font-playfair-display .inbox-unread
    {
        line-height: 15px;
    }

.font-comfortaa
{
    font-family: 'Open Sans',montserrat,Arial;
}

    .font-comfortaa .product-title
    {
        line-height: 1.3;
    }

.font-fira-sans
{
    font-family: 'Open Sans',montserrat,Arial;
}

    .font-fira-sans .product-title
    {
        line-height: 1.3;
    }

    .font-fira-sans .responsive-nav-wrapper .cart-qty,
    .font-fira-sans .responsive-nav-wrapper .wishlist-qty,
    .font-fira-sans .inbox-unread
    {
        line-height: 18px;
    }
/**/

a
{
    color: inherit;
    cursor: pointer;
}

.product-specs-box a
{
    text-decoration: underline;
}

img
{
    max-width: 100%;
}

a img
{
    opacity: 0.99; /*firefox scale bug fix*/
}

table
{
    width: 100%;
    border-collapse: collapse;
}

.master-wrapper-page
{
    max-width: 100%;
    overflow-x: hidden;
}
/*.bsloader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat;
}*/


input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select
{
    height: 40px;
    border: 1px solid #eee;
    padding: 8px;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
}

.cart-collaterals .coupon-code input[type="text"]
{
    /*padding: 25px 15px 25px 15px;*/
    border: 1px solid #eee;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
    height: 100% !important;
}

input, textarea, select, button
{
    font-family: inherit;
}

textarea
{
    min-height: 150px;
    resize: none;
}

#swatchOrder
{
    text-align: right;
}

.swatchOrder
{
    width: 100%;
    padding: 10px 11px 10px;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #D5D5D5;
    display: inline-block;
    /*margin: 15px;*/
    color: #C5C5C5;
    text-align: center;
}

    .swatchOrder:hover
    {
        color: #343436;
    }

select
{
    min-width: 50px;
    height: 40px;
    padding: 6px;
}

    select:disabled
    {
        opacity: .5;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + *
{
    vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button
{
    cursor: pointer;
}

label, label + *
{
    vertical-align: middle;
}

.payment-logo label
{
    cursor: pointer;
}

.master-wrapper-content
{
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.master-column-wrapper:after
{
    content: "";
    display: block;
    clear: both;
}

.productdetailsimg
{
    display: normal;
}

.center-1
{
    margin: 0 0 50px;
}

.center-2, .side-2
{
    margin: 0 0 50px;
}

.page
{
    min-height: 200px;
    text-align: center;
}

.page-title
{
    margin: 30px 0 20px;
    padding: 8px 15px;
}

    .page-title h1
    {
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #353535;
    }

    .page:after,
    .page-title:after,
    .page-body:after
    {
        content: "";
        display: block;
        clear: both;
    }



.buttons
{
    margin: 0 0 20px;
    text-align: center;
}

    .buttons .button-1,
    .buttons .button-2,
    .notify-me-button
    {
        padding: 13px 35px;
        border: 0;
        background: #343435;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }

.link-rss
{
    display: none;
    position: relative;
    width: 10px;
    height: 10px;
    font-size: 0;
}

    .link-rss:after
    {
        font-family: prisma;
        content: '\e90f';
        position: absolute;
        top: 0;
        left: 0;
        font-size: 10px;
        color: #ccc;
    }

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul
{
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol
{
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.news-body p,
.custom-tab p
{
    margin: 10px 0;
}

::selection
{
    background: #343435; /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection
{
    background: #343435; /* Gecko Browsers */
    color: #fff;
}


/*********** GLOBAL FORMS ***********/


.fieldset, .section
{
    position: relative;
    margin: 0 0 20px;
}

    .fieldset .title,
    .section .title
    {
        margin: 0 0 10px;
    }

        .fieldset .title strong,
        .section .title strong
        {
            font-size: 14px;
            color: #444;
        }

.form-fields
{
    position: relative;
}

.inputs
{
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

    .inputs:after
    {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label
    {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 13px; /*reset zeroing*/
        color: #888;
    }

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea
{
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

    .inputs input[type=text].input-validation-error,
    .inputs input[type=email].input-validation-error,
    .inputs input[type=tel].input-validation-error,
    .inputs textarea.input-validation-error,
    .inputs input[type=password].input-validation-error
    {
        border-bottom: 2px solid #ff5874;
    }

.inputs .option-list
{
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

    .inputs .option-list li
    {
        float: left;
        margin: 0 5px;
    }

    .inputs .option-list label
    {
        margin: 0 3px;
        width: auto;
    }

input[type=checkbox],
input[type=radio]
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    input[type=checkbox] + label,
    input[type=radio] + label,
    #Newsletter + input + label,
    .inputs.reversed input + input + label,
    .selector input + input + label
    {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 10px 0 10px 24px;
        text-align: left;
        font-size: 13px;
        cursor: pointer;
    }

.terms-of-service label
{
    font-size: 11px !important;
}

#Newsletter + input + label,
.inputs.reversed input + input + label,
.selector input + input + label
{
    width: auto;
}

    input[type=checkbox] + label:before,
    #Newsletter + input + label:before,
    .inputs.reversed input + input + label:before,
    .selector input + input + label:before,
    input[type=radio] + label:before
    {
        content: '.';
        position: absolute;
        left: 0;
        top: 50%;
        width: 13px;
        height: 13px;
        background: #ddd;
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
        text-indent: -9999px;
        font-size: 0;
    }

input[type=radio] + label:before,
input[type=radio] + label:after
{
    border-radius: 50%;
}

input[type=radio]:checked + label:before
{
    background: #343435;
}

input[type=radio]:checked + label:after
{
    content: '';
    position: absolute;
    top: 39%;
    left: 5px;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    /*background: #fff;*/
}

#Newsletter:checked + input + label:after,
.inputs.reversed input:checked + input + label:after,
.selector input:checked + input + label:after,
input[type=checkbox]:checked + label:after
{
    font-family: prisma;
    content: '\e92a';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #343435;
    line-height: 15px;
    text-align: center;
    font-size: 9px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
}

.inputs.reversed
{
    text-align: center;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before
{
    content: none;
    opacity: 0;
}

.checkbox-list .filter-item-name
{
    padding: 5px 0 0 24px;
}

.required
{
    margin-left: 1px;
    font-size: 15px;
    vertical-align: middle;
    color: #888;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error
{
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #ff5874;
    vertical-align: bottom;
}

.field-validation-valid,
.username-available-status
{
    display: inline-block;
    font-size: 12px;
    color: #343435;
    vertical-align: bottom;
}

.captcha-box
{
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div
    {
        display: inline-block;
        margin-left: -20px;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    .captcha-box input
    {
        height: auto;
    }

select
{
    padding: 6px 30px 6px 6px;
    border: 0;
    width: 175px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat 90% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand
    {
        display: none;
    }

.no-data
{
    text-align: center;
    font-size: 13px;
    color: #666;
}

input:disabled,
textarea:disabled
{
    background: #ececec;
}


/*********** GLOBAL TABLES ***********/

.wishlist-content .table-wrapper
{
    overflow-x: hidden;
    width: 100%;
}

.table-wrapper
{
    overflow-x: auto;
}

.cart,
.forums-table-section table
{
    margin: 0 0 4px;
}

    .cart th, .data-table th,
    .forums-table-section th
    {
        padding: 12px;
        /*background: #f6f6f6;*/ /*rd18*/
        background: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 11px;
        color: #bbb;
        white-space: nowrap;
    }

    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td
    {
        padding: 10px;
        /*border: 1px solid #f6f6f6;*/ /*rd*/
        border-bottom: 1px solid #f6f6f6;
        min-width: 50px;
        background: #fff;
    }

.cart
{
    border-collapse: collapse;
    text-align: center;
}

    .cart .remove-from-cart input,
    .cart .add-to-cart input
    {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .cart .remove-from-cart label,
    .cart .add-to-cart label
    {
        display: inline-block;
        padding: 0 0 0 24px;
    }

    .cart label
    {
        font-size: 0pt;
    }

    .cart a, .data-table a
    {
        font-weight: bold;
    }

    .cart .product
    {
        text-align: center;
        width: 250px;
    }

    .cart .product-name
    {
        margin-bottom: 5px;
        border: 0;
        padding: 0;
        font-weight: normal;
        font-size: 15px;
        color: #666;
    }

        .cart .product-name:hover
        {
            color: #343435;
        }

    .cart .rental-info,
    .cart .recurring-info,
    .cart .attributes
    {
        line-height: 20px;
        font-size: 13px;
        color: #aaa;
    }

.data-table .message,
.forum-table .forum-details,
.forum-table .topic-details
{
    text-align: left;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order
{
    text-align: center;
}

.cart td.unit-price
{
    font-weight: bold;
    font-size: 14px;
    color: #888;
    width: 100px;
}

.cart .qty-input,
.cart .qty-dropdown
{
    border: 1px solid #eee;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.cart .subtotal span
{
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
    color: #343435;
    white-space: nowrap;
}

.cart .subtotal .discount,
.cart .subtotal .discount + div
{
    font-size: 13px;
    color: #888;
    white-space: nowrap; /*remove this if you have no space enough for discounted products price*/
}

/*this section not helping as long as the page is only 980px*/
.wishlist-content .table-wrapper .cart .remove-from-cart td
{
    width: 50px !important;
}

.wishlist-content .table-wrapper .cart .add-to-cart td
{
    width: 50px !important;
}

.wishlist-content .table-wrapper .cart .product-picture td
{
    width: 300px !important;
}

.wishlist-content .table-wrapper .cart .product td
{
    width: 300px !important;
}

.wishlist-content .table-wrapper .cart .unit-price td
{
    width: 50px !important;
}

.wishlist-content .table-wrapper .cart .quantity td
{
    width: 50px !important;
}

.wishlist-content .table-wrapper .cart .subtotal td
{
    width: 50px !important;
}
/*********** NOTIFICATIONS & POPUPS  ***********/


.bar-notification
{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 25px 15px 15px;
    width: 100%;
    color: #fff;
    opacity: 0.95;
    z-index: 1080;
}

    .bar-notification.success
    {
        background: #343435;
    }

    .bar-notification.warning
    {
        background: #f93;
    }

    .bar-notification.error
    {
        background: #ff5874;
    }

    .bar-notification .content
    {
        float: left;
        margin: 0 10px 0 0;
        font-size: 13px;
    }

        .bar-notification .content a
        {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 8px;
        width: 32px;
        height: 32px;
        opacity: 0.7;
    }

        .bar-notification .close:after
        {
            font-family: prisma;
            content: '\e901';
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 12px;
            color: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .bar-notification .close:hover
        {
            opacity: 0.9;
        }

.noscript
{
    background-color: #ff9;
    padding: 10px;
    text-align: center;
}

.ajax-loading-block-window
{
        content: '.';
        position: absolute;
        top: 0;
        left: 0;
        /*        margin: -20px 0 0 -30px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 40px solid #B8B8B8;*/
        width: 100%;
        height: 100%;
        /*        -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
        animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;

        width: 100%;
        height: 100%;
        margin-top: -15px;*/
        background: url('../img/loading-image.gif') center no-repeat;
        opacity:.6;
        font-size: 0;
        text-indent: -9999px;
}

.ui-dialog
{
    position: absolute !important;
    width: 450px !important;
    max-width: 95%;
    background: #F6F6F6;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    z-index: 1080;
}

.ui-dialog-titlebar
{
    padding: 13px;
    background: #343435;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

    .ui-dialog-titlebar button
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 8px;
        border: 0;
        width: 24px;
        height: 24px;
        overflow: hidden;
        background: none;
        font-size: 0;
        opacity: 0.7;
    }

        .ui-dialog-titlebar button::after
        {
            font-family: prisma;
            content: '\e901';
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 10px;
            color: #fff;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .ui-dialog-titlebar button:hover
        {
            opacity: 0.9;
        }

.ui-dialog-content
{
    display: inline-block;
    top: 0 !important;
    height: 60% !important;
    padding: 10px;
    font-size: 13px;
    color: #666;
    overflow-y: scroll;
}

    .ui-dialog-content .page
    {
        min-height: 0;
    }

    .ui-dialog-content .page-title
    {
        margin: 5px 0;
    }

        .ui-dialog-content .page-title h1
        {
            font-size: 18px;
        }

    .ui-dialog-content .tooltip
    {
        margin: 5px 0;
        line-height: 20px;
        text-align: center;
        color: #888;
    }

    .ui-dialog-content button
    {
        display: block;
        margin: 10px auto 0;
    }

.back-in-stock-subscription-page .page-body > .tooltip
{
    width: auto;
}

.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data
{
    text-align: left;
}

.reward-points-page .no-data
{
    margin-top: 20px;
}

.eu-cookie-bar-notification
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -160px;
    padding: 20px;
    width: 320px;
    height: 180px;
    background: #f6f6f6;
    text-align: center;
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    z-index: 1050;
}

    .eu-cookie-bar-notification .text
    {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button
    {
        margin: 0 0 20px 0;
        padding: 13px 35px;
        border: 0;
        background: #343435;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .eu-cookie-bar-notification button:hover
        {
            background: #fff;
            color: #343435;
        }

    .eu-cookie-bar-notification a
    {
        display: block;
        text-decoration: underline;
    }

.scroll-back-button
{
    position: fixed;
    right: 0;
    bottom: 70px;
    border: 1px solid rgba(255,255,255,.7);
    width: 55px;
    height: 50px;
    overflow: hidden;
    background: #aaa !important;
    transition: all .3s;
    cursor: pointer;
    z-index: 1030;
    opacity: .7;
}

    .scroll-back-button:hover
    {
        opacity: 1;
    }

    .scroll-back-button:after
    {
        font-family: prisma;
        content: '\e926';
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 11px;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


/*********** HEADER ***********/
#F2
{
    padding: 30px 0px 0px;
    display: block;
}

    /*#F1hide on non home page
{
    display: none;
}*/

    #F2 .freeshipdivtext
    {
        position: fixed;
        top: 0px;
        background: #900; /*#363535;*/
        width: 100%;
        padding: 4px 10px 4px 4px;
        color: #fff !important;
        text-align: center;
        font-size: 12px;
    }


    #F2 .close
    {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0px;
        width: 20px;
        height: 20px;
        /**/ opacity: 0.7;
        z-index: 1050;
        border: 0;
        color: #fff;
        background-color: #900;
        font-weight: lighter;
    }

        #F2 .close:after
        {
            font-family: prisma;
            content: '\e901';
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 10px;
            color: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: lighter;
        }

        #F2 .close:hover
        {
            opacity: 1;
        }

#F1
{
    padding: 30px 0px 0px;
    display: block;
}

    /*#F1hide on non home page
{
    display: none;
}*/

    #F1 .freeshipdivtext
    {
        position: fixed;
        top: 0px;
        background: #364044; /*#363535;*/
        width: 100%;
        padding: 4px 10px 4px 4px;
        color: #fff !important;
        text-align: center;
        font-size: 12px;
    }


    #F1 .close
    {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0px;
        width: 20px;
        height: 20px;
        /**/ opacity: 0.7;
        z-index: 1050;
        border: 0;
        color: #fff;
        background-color: #363535;
        font-weight: lighter;
    }

        #F1 .close:after
        {
            font-family: prisma;
            content: '\e901';
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 10px;
            color: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: lighter;
        }

        #F1 .close:hover
        {
            opacity: 1;
        }



.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span,
.header-menu .sublist-wrap
{
    background-color: transparent !important;
    font-size: 13px;
	font-weight:bolder;
    color: #000 !important;
}

.admin-header-links
{
    background: #fff;
    text-align: center;
}

    .admin-header-links *
    {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .admin-header-links .impersonate
    {
        display: inline-block;
    }

    .admin-header-links a
    {
        font-weight: bold;
    }

.master-header-wrapper
{
    margin: 0 0 70px;
    background: #fff; /*rd18 original default color was #343435 green*/
    -webkit-transition: all .4s;
    transition: all .4s;
}

.home-page-body .master-header-wrapper
{
    margin-bottom: 40px;
}

.master-header-wrapper.stick
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}

    .master-header-wrapper.stick.nav-up
    {
        top: -180px;
    }

.header-wrapper
{
    /*padding: 8px 5px;*/ /*rd18*/
    padding: 25px 2px 0px 6px;
}

    .header-wrapper:after
    {
        content: '';
        display: block;
        clear: both;
    }

.master-header-wrapper:after
{
    content: "";
    display: block;
    clear: both;
}

.header
{
    float: left;
    width: 36%;
    text-align: center;
}

.header-logo
{
    text-align: left;
}

    .header-logo a
    {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
    }

        .header-logo a img
        {
            max-width: 80%; /*rd18*/
        }

.header-links-wrapper
{
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0,0,0,.15);
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    pointer-events: none;
    z-index: 1070;
}

    .header-links-wrapper.opened
    {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }





.header-links ul
{
    padding: 6px 0;
    font-size: 0;
}

.header-links li
{
    text-align: left;
}

.header-links .ico-cart
{
    display: none;
}

.header-links a
{
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.inbox-unread,
.responsive-nav-wrapper > div span.wishlist-qty
{
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #ff5874;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #fff;
    vertical-align: text-top;
    z-index: 1;
}

.header-links a:hover
{
    color: #343435;
}

.header-links a:before
{
    display: inline-block;
    margin-right: 8px;
    font-family: 'Open Sans',montserrat,Arial;
    font-size: 15px;
    color: #aaa;
    vertical-align: middle;
}

.header-links a.ico-register:before
{
    font-family: prisma;
    content: '\e94a';
}

.header-links a.ico-login:before
{
    font-family: prisma;
    content: '\e93c';
}

.header-links a.ico-logout:before
{
    font-family: prisma;
    content: '\e90d';
}

.header-links a.ico-account:before
{
    font-family: prisma;
    content: '\e90a';
}

.header-links a.ico-inbox:before
{
    font-family: prisma;
    content: '\e927';
}

.header-links a.ico-wishlist:before
{
    font-family: prisma;
    content: '\e919';
}

.header-links .cart-qty
{
    padding: 0 0 0 20px;
}

.header-selectors-wrapper
{
    padding: 1px;
    background: #fff;
    font-size: 0;
}

    .header-selectors-wrapper > div
    {
        position: relative;
        margin: 0 0 10px;
        vertical-align: middle;
    }

        .header-selectors-wrapper > div:last-child
        {
            margin-bottom: 0;
        }

.language-list
{
    max-width: 100%;
    font-size: 0;
}

    .language-list li
    {
        display: inline-block;
        margin-left: 5px;
    }

        .language-list li:nth-child(4n+1)
        {
            margin-left: 0;
        }

    .language-list a
    {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        background: #fff;
        line-height: 0;
    }

        .language-list a:hover
        {
            background: #343435;
        }

    .language-list img
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }


#searchboxfull, .search-box, .search-box-text, .store-search-box, search-box-button
{
    visibility: hidden;
}

.search-box
{
    position: relative;
    border: 1px solid #EDEDED;
}

    .search-box form
    {
        position: relative;
    }

        .search-box form:after
        {
            content: "";
            display: block;
            clear: both;
        }

    .search-box input
    {
        border: none;
        height: 33px;
        color: #666;
    }

        .search-box input.search-box-text
        {
            width: -webkit-calc(100% - 45px);
            width: calc(100% - 45px);
            vertical-align: top;
        }

    .search-box .search-box-button
    {
        width: 45px;
        font-size: 0px;
    }

.search-box-icon
{
    background: #ffffff url(../img/newsearch.png) no-repeat center !important;
    width: 45px;
    font-size: 0px;
}

.responsive-nav-wrapper-parent
{
    float: right;
}


/* RESPONSIVE NAV WRAPPER */
.header-language-currency
{
    /*clear: both;
    float: right;*/
    height: 10px;
    opacity: 1;
    position: unset;
    top: 0;
    /*left: 80%;*/
    background: #fff;
    z-index: 1071;
    zoom: 1;
    padding: 0 20px 0;
    margin: -10px -10px 0;
    float: right;
    /*white-space: nowrap;*/
}

#headtable
{
    /*width: 300px;*/
    text-align: center;
    margin-top: -20px;
}

    #headtable select
    {
        min-width: 22px;
        width: 34px;
    }

    #headtable td
    {
        padding: 0px 0px 0px 0px;
    }

    #headtable #persontd
    {
        /*width: 120px;*/
    }

    #headtable #curtd
    {
        width: 50px;
        text-decoration: underline;
        cursor: pointer;
    }

    #headtable #langtd
    {
        width: 30px;
        padding-bottom: 1px;
    }

.headCur .currency-selector #customerCurrency,
.headLang .language-selector #customerlanguage
{
    /*width: 30px;*/
    padding: 0px;
    background: none;
    color: #343434 !important;
    text-decoration: underline;
    cursor: pointer;
    /*font-family: offerings;
    font-size:1.2em;*/
    /*white-space: nowrap;*/
}

.headLang .language-selector #customerlanguage
{
    text-transform: lowercase;
}

.personal-button
{
    /*width: 30px;*/
    padding: 0px;
    background: none;
    color: #363434;
    text-decoration: underline;
    cursor: pointer;
    /*font-family: offerings;
  font-size:1.2em;*/
    /*white-space: nowrap;*/
}

.responsive-nav-wrapper
{
    text-align: center;
    font-size: 0;
    color: #000;
}

    .responsive-nav-wrapper:after
    {
        content: "";
        display: block;
        clear: both;
    }

    .responsive-nav-wrapper > div
    {
        display: inline-block;
        padding: 1px 0 0 0;
        width: 45px;
        /**/ height: 45px;
        cursor: pointer;
    }

        .responsive-nav-wrapper > div:hover > span,
        .responsive-nav-wrapper > div:hover > a
        {
            /*background: rgba(0,0,0,.1);*/
            color: #363434 !important;
        }

        .responsive-nav-wrapper > div > span,
        .responsive-nav-wrapper > div > a
        {
            position: relative;
            display: block;
            height: 100%;
            font-size: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .responsive-nav-wrapper > div span:after,
        .responsive-nav-wrapper > div a:after
        {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: 'Open Sans',montserrat,Arial;
            font-size: 20px;
            /*color: #fff;*/ /*rd18 color of icons top right screen*/
            color: #343434;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            cursor: pointer;
        }

    .responsive-nav-wrapper .search-wrap,
    .responsive-nav-wrapper .wishlist-button
    {
        display: none;
    }

.ccaccepted
{
    background: url(../img/cc375.png) no-repeat center;
    height: 50px;
    width: 100% !important;
}


#canadiansitemsg
{
    color: #343434;
    font-size: 12px;
    text-align: center;
    padding: 15px;
}

.canadiansiteflag
{
    background: url(../img/flagcabk.png) no-repeat center;
    height: 110px;
}

    /*.canadiansiteflag:hover
    {
        background: url(../img/flagca.png) no-repeat center;
    }
*/
    .canadiansiteflag:hover > #canadiansitemsg
    {
        color: #000 !important;
    }

.shopping-cart-link
{
    position: relative;
}

.responsive-nav-wrapper .menu-title > span:after
{
    font-family: prisma;
    content: '\e908';
}

.responsive-nav-wrapper .shopping-cart-link > a:after
{
    font-family: prisma;
    content: '\e913';
    font-size: 22px;
}

.responsive-nav-wrapper .personal-button > span /* :after*/
{
    font-size: 12px;
    /*font-family: prisma;
   content: '\e945';*/
}

.header .store-search-box ::-webkit-input-placeholder,
.header .store-search-box ::-moz-placeholder,
.header .store-search-box :-ms-input-placeholder,
.header .store-search-box :-moz-placeholder
{
    color: #bbb;
}

.responsive-nav-wrapper > div span.cart-qty,
.responsive-nav-wrapper > div span.wishlist-qty
{
    position: absolute;
    bottom: 28px;
    right: 5px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 16px;
    background: #363535;
    font-size: 8px;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.ui-helper-hidden-accessible
{
    display: none;
}

.ui-autocomplete
{
    position: absolute;
    border: 1px solid #eee;
    overflow: hidden;
    width: 100% !important;
    max-width: 100%;
    font-size: 14px;
    color: #666;
    background: #fff;
    z-index: 1070;
}

    .ui-autocomplete li
    {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete li:first-child
        {
            border-top: none;
        }

    .ui-autocomplete a
    {
        display: block;
        padding: 20px;
        background: #f6f6f6;
        text-align: left;
    }

        .ui-autocomplete a.ui-state-focus
        {
            background: #fff;
            color: #343435;
        }

    .ui-autocomplete img
    {
        display: none;
        margin-right: 5px;
        vertical-align: middle;
    }

.slider-wrapper.theme-custom
{
    margin: 0 auto 30px; /*overrides default slider*/
}


/*********** FOOTER ***********/


.footer
{
    text-align: center;
    background: #fff;
}


.footer-upper
{
    border: 1px solid #EDEDED;
    /*padding: 15px 10px 0px 10px;*/ /*RD18*/
    overflow: hidden;
    min-height: 100px; /*rd18*/
    /*background: transparent !important;*/
    background-repeat: repeat;
    /*opacity: .5;*/
}

    /*rd18 remove fashion pattern*/
    /*
    .footer-upper.electronics-pattern
    {
        background-image: url(../img/NewsLetterBG2.jpg);
    }

    .footer-upper.baby-pattern
    {
        background-image: url(../img/NewsLetterBG2.jpg);
    }
    .footer-upper.furniture-pattern
    {
        background-image: url(../img/NewsLetterBG2.jpg);
    }
*/
    .footer-upper.fashion-pattern
    {
        /*background: transparent url(../img/NewsLetterBG2.jpg);
        background-color: rgba(0, 0, 0, .4) !important;
    filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;*/
    }
/**/


.followDiv .title
{
    text-align: center;
}


.footer-middle
{
    padding: 20px 0;
    overflow: hidden;
}

    .footer-middle .title
    {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        color: #444;
    }

.footer-block .list
{
    /*display: none;*/ /*rd18*/
    margin-bottom: 30px;
}

.footer-block > .title
{
    margin: 0;
    cursor: pointer;
}

.footer-middle > div li
{
    padding: 5px 0;
    font-size: 13px;
    color: #888;
}

.footer-middle li.address:before,
.footer-middle li.phone:before
{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Open Sans',montserrat,Arial;
    font-size: 24px;
    color: #343435;
    vertical-align: middle;
}

/*.footer-middle li.address:before rd18
{
   content: '\e93b';
}

.footer-middle li.phone:before
{
    content: '\e942';
}
*/

.newsletter
{
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    min-height: 100px;
    background-color: #fff !important;
}


    .newsletter .newsletterimage
    {
        /*background: transparent url(../img/NewsLetterBG3.jpg);*/
        width: 100%;
        height: 200px;
        float: left;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 1;
        background-color: #fff !important;
    }

    .newsletter .title
    {
        /**/ left: 35%;
        position: absolute;
        top: 2px;
        margin: 40px 0;
        font-size: 14px;
        color: #343434;
        /*background-color: #000;*/
        font-size: 1.1em;
    }

.newsletter-email
{
    position: absolute;
    left: 46%;
    /*top: 32px;*/
    margin: 0 auto;
    padding: 75px 0px;
    max-width: 650px;
    overflow: hidden;
}

    .newsletter-email .newsletter-subscribe-text
    {
        float: left;
        border: 0;
        width: 320px;
        height: 48px;
        border: 1px solid #EDEDED;
    }

    .newsletter-email .newsletter-subscribe-button
    {
        position: relative;
        float: left;
        width: 197px;
        height: 48px;
        vertical-align: middle;
        border: 1px solid #D6D6D6;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal;
        padding: 12px;
        background: #343434 !important;
        color: #fff;
    }

        .newsletter-email .newsletter-subscribe-button:hover
        {
            background: #fff !important;
            color: #000 !important;
        }

    .newsletter-email .options
    {
        zoom: .85;
        /*font-size: 1.2em;*/
        color: #888888;
        /**/ display: none;
    }


    .newsletter-email input[type="email"]
    {
        padding: 10px;
    }


.newsletter-validation
{
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    font-weight: bolder;
    color: #600000;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
}

.newsletter-result
{
    position: absolute;
    top: 0;
    width: 100%;
    /* height:100%;
  padding: 20px;*/
    text-align: center;
    /*line-height: 10px;*/
    font-size: 14px;
    font-weight: bolder;
    color: #600000;
    background-color: #fff;
}

.newsletter-validation .please-wait
{
    display: none !important;
}

.accepted-payment-methods ul
{
    font-size: 0;
}

.accepted-payment-methods li
{
    display: inline-block;
    width: 50px;
    height: 30px;
    background: url('../img/payment_sprite.png') no-repeat;
}

.accepted-payment-methods .method1
{
    background-position: 0 0;
}

.accepted-payment-methods .method2
{
    background-position: -50px 0;
}

.accepted-payment-methods .method3
{
    background-position: -100px 0;
}

.accepted-payment-methods .method4
{
    background-position: -150px 0;
}

.accepted-payment-methods .method5
{
    background-position: -200px 0;
}

.accepted-payment-methods .method6
{
    background-position: -250px 0;
}

.social-sharing
{
    font-size: 0;
    text-align: center;
}

.footer-middle .social-sharing li
{
    display: inline-block;
    padding: 0;
}

.social-sharing a
{
    position: relative;
    display: block;
    margin: 0 3px 6px;
    width: 45px;
    height: 45px;
    background: #343435;
    /*-webkit-transition: background .3s;
    transition: background .3s;*/
}

.social-sharing li a:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*-webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;*/
}

.social-sharing li a:hover:before
{
    background: #fff !important;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); /**/
}

.social-sharing a:after
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Open Sans',montserrat,Arial;
    font-size: 20px;
    color: #fff;
    /*background: #343435;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-sharing a:hover:after
{
    color: #343435 !important;
}

.social-sharing .facebook:after
{
    font-family: prisma;
    content: '\e934';
}

.social-sharing .twitter:after
{
    font-family: prisma;
    content: '\e915';
}

.social-sharing .google:after
{
    font-family: prisma;
    content: '\e936';
}

.social-sharing .pinterest:after
{
    font-family: prisma;
    content: '\e943';
}

.social-sharing .vimeo:after
{
    font-family: prisma;
    content: '\e917';
}

.social-sharing .instagram:after
{
    font-family: prisma;
    content: '\e939';
}

.social-sharing .youtube:after
{
    font-family: prisma;
    content: '\e91b';
}

.social-sharing .rss:after
{
    font-family: prisma;
    content: '\e90f';
}

.footer-lower
{
    overflow: hidden;
    margin: 0 9px;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-size: 13px;
    color: #888;
}

.footer-lower-wrapper
{
    padding: 30px 25px;
}

    .footer-lower-wrapper > div
    {
        margin-bottom: 5px;
    }

.footer-powered-by a,
.footer-designed-by a
{
    color: #000;
}

    .footer-powered-by a:hover,
    .footer-designed-by a:hover
    {
        color: #343435;
    }

.theme-selector
{
    margin: 20px auto;
    width: 175px;
}


/*********** LEFT/RIGHT COLUMN ***********/


.side-2
{
    background: #fff;
}

.block
{
    border-bottom: 5px solid #fff;
}

    .block .title а,
    .block .title strong
    {
        position: relative;
        display: block;
        padding: 15px 20px;
        text-transform: uppercase;
        font-size: 14px;
        color: #444;
        cursor: pointer;
    }

        .block .title а:after,
        .block .title strong:after
        {
            font-family: prisma;
            content: '\e94b';
            position: absolute;
            top: 50%;
            right: 15px;
            width: 28px;
            height: 28px;
            background: #fff;
            text-align: center;
            line-height: 28px;
            font-size: 10px;
            color: #dcdde0;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

    .block .title.open а:after,
    .block .title.open strong:after
    {
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }

    .block .listbox
    {
        display: none;
        padding: 15px 20px 40px;
        font-size: 13px;
    }

        .block .listbox li a:before
        {
            font-family: prisma;
            content: '\e925';
            display: inline-block;
            margin-right: 10px;
            font-size: 10px;
            color: #dcdde0;
            transition: all .3s;
        }

        .block .listbox li a:hover:before
        {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            transform: translateX(5px);
        }

        .block .listbox:after
        {
            content: "";
            display: block;
            clear: both;
        }

    .block .list a
    {
        display: inline-block;
        padding: 8px 3px;
    }

    .block .list > li > a
    {
        color: #666;
    }

        .block .list > li > a:hover,
        .block .sublist > li > a:hover
        {
            color: #343435;
        }

    .block .sublist > li > a
    {
        color: #888;
    }

    .block .sublist > li.active > a
    {
        color: #343435;
    }

    .block .list .product-name
    {
        max-width: 72%;
    }

.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before
{
    content: none;
}

.block .sublist
{
    padding: 0 15px 5px 10px;
    font-size: 12px;
}

.block .view-all
{
    margin: 10px 0 0;
}

    .block .view-all a
    {
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #343435;
    }

        .block .view-all a:after
        {
            font-family: prisma;
            content: '\e925';
            display: inline-block;
            margin-left: 10px;
            font-size: 10px;
            color: #ccc;
            vertical-align: middle;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .block .view-all a:hover:after
        {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            transform: translateX(5px);
            color: #343435; /*rd18 #343435*/
        }

.block .tags
{
    margin: 0 0 10px;
    font-size: 0;
}

    .block .tags ul
    {
        font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li
    {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        overflow: hidden;
    }

    .block .tags li
    {
        margin: 2px;
    }

        .block .tags li a,
        .product-tags-all-page li a
        {
            display: inline-block;
            padding: 3px 10px;
            line-height: 24px;
            font-size: 13px !important; /*setting base size*/
            color: #888;
            background: #fff;
        }

.product-tags-all-page .product-tags-list
{
    text-align: left;
}

.product-tags-all-page li a
{
    padding: 0;
    background: none;
}

.poll strong
{
    display: block;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 14px;
    color: #444;
}

.poll-options,
.poll-results
{
    margin: 0 auto 15px;
    max-width: 420px;
}

    .poll-options li,
    .poll-results li
    {
        display: block;
        margin: 5px 0;
        font-size: 14px;
        color: #444;
    }

        .poll-options li input
        {
            display: none;
        }

    .poll-options input[type=radio] + label
    {
        display: block;
        padding: 10px 15px;
        border-left: 4px solid transparent;
        background: #fff;
        font-size: 14px;
        color: #888;
        transition: all .3s;
        cursor: pointer;
    }

    .poll-options li label:hover,
    .poll-options li input:checked + label
    {
        border-left-color: #343435;
    }

        .poll-options li label:before,
        .poll-options li input:checked + label:after
        {
            content: none;
        }

.poll .buttons input
{
    padding: 10px 20px;
    border: 0;
    background: #343435;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.poll-total-votes
{
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

.home-page-polls
{
    padding: 40px 0;
    text-align: center;
}

    .home-page-polls .poll + .poll
    {
        margin-bottom: 30px;
    }

    .home-page-polls .title
    {
        margin: 0 0 25px;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 24px;
        color: #444;
    }

        .home-page-polls .title strong
        {
            font-weight: normal;
        }

    .home-page-polls input[type=radio] + label
    {
        background: #f6f6f6;
    }


/********** CATEGORY PAGE **********/



.breadcrumb
{
    margin-top: 15px;
    text-align: center;
}

    .breadcrumb ul
    {
        font-size: 0;
    }

    .breadcrumb li
    {
        display: inline-block;
        line-height: 1.6;
        font-size: 13px;
    }

        .breadcrumb li:first-child:before
        {
            font-family: prisma;
            content: '\e938';
            display: inline-block;
            margin-right: 5px;
            font-size: 15px;
            color: #ddd;
            vertical-align: middle;
        }

        .breadcrumb li a
        {
            color: #aaa;
        }

        .breadcrumb li .delimiter
        {
            position: relative;
            display: inline-block;
            margin: 0 10px;
            width: 10px;
            height: 10px;
            vertical-align: middle;
            font-size: 0;
        }

            .breadcrumb li .delimiter:after
            {
                font-family: prisma;
                content: '\e922';
                position: absolute;
                top: 50%;
                left: 50%;
                font-size: 10px;
                color: #ddd;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

    .breadcrumb strong
    {
        font-weight: normal;
        color: #444;
    }

.category-grid
{
    padding: 30px 15px 15px;
    background: #fff;
}

    .category-grid .item-box
    {
        position: relative;
        margin-bottom: 30px;
        /*width: 100%;*/
    }

.category-page .sub-category-item li
{
    font-size: 13px;
}

.filter-options
{
    display: none;
}

.category-grid .item-box:nth-of-type(2n)
{
    margin-left: 0;
}

.category-grid .item-box .title
{
    margin: 0;
    padding: 25px 0;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 10px; /*RD18*/
    color: #444;
}

.category-page .item-box .title
{
    padding: 20px;
    font-size: 16px;
}

.category-grid .item-box .content-wrapper
{
    position: relative;
    margin: -40px auto 40px;
    width: 83%;
    height: auto;
    background: #fff;
    z-index: 2;
}

.category-page .item-box .content-wrapper
{
    margin: -30px auto 0;
}

.category-grid .item-box .sub-categories-list
{
    text-align: center;
    font-size: 14px;
}

    .category-grid .item-box .sub-categories-list li
    {
        margin-bottom: 8px;
        color: #888;
    }

        .category-grid .item-box .sub-categories-list li a:hover
        {
            color: #343435;
        }






.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content
{
    width: 100%;
}

.category-page-body .page-body
{
    background: #fff; /*rd18 #f6f6f6*/
}

.category-description,
.manufacturer-description,
.vendor-description
{
    padding: 15px;
    line-height: 24px;
    font-size: 13px;
    color: #888;
}

.contact-vendor
{
    margin: 0 0 20px;
}

.contact-vendor-button
{
    border: 0;
    padding: 12px 20px;
    border: 1px solid #eee;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.product-tag-page .product-list,
.product-tag-page .product-grid
{
    margin: 0;
    padding: 20px;
    /* background: #f6f6f6;*/
}

.product-tag-page .pager
{
    background: #f6f6f6;
}

.vendor-page .product-grid
{
    padding: 5px;
    background: #f6f6f6;
}

.vendor-description,
.manufacturer-description
{
    margin-bottom: 20px;
    padding: 20px;
    /*background: #f6f6f6;*/
}

.product-filters
{
    display: none;
}

.product-selectors
{
    padding: 4px 1px;
    background: #fff;
    font-size: 13px;
    color: #aaa;
}

    .product-selectors:after
    {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div
    {
        display: inline-block;
        margin: 5px;
        vertical-align: middle;
    }

    .product-selectors select
    {
        margin: 0 5px;
        border: 1px solid #eee;
        color: #666;
    }

    .product-selectors .product-sorting select
    {
        width: 155px;
    }

    .product-selectors .product-viewmode
    {
        display: none;
        font-size: 0;
    }

        .product-selectors .product-viewmode span
        {
            vertical-align: middle;
        }

        .product-selectors .product-viewmode a
        {
            position: relative;
            display: inline-block;
            width: 37px;
            height: 37px;
            font-size: 0;
            opacity: 0.15;
            vertical-align: middle;
        }

            .product-selectors .product-viewmode a:after
            {
                position: absolute;
                top: 50%;
                left: 50%;
                font-family: 'Open Sans',montserrat,Arial;
                font-size: 19px;
                color: #000;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

            .product-selectors .product-viewmode a.grid:after
            {
                font-family: prisma;
                content: '\e937';
            }

            .product-selectors .product-viewmode a.list:after
            {
                font-family: prisma;
                content: '\e93a';
                font-size: 20px;
            }

            .product-selectors .product-viewmode a.selected
            {
                opacity: 1;
            }

                .product-selectors .product-viewmode a.selected:after
                {
                    color: #fff;
                }

    .product-selectors .product-page-size span
    {
        float: left;
        margin: 8px 2px;
    }

    .product-selectors .product-page-size select
    {
        float: right;
        width: 80px;
    }

.product-viewmode a.selected
{
    background: #343435;
}



.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after
{
    content: "";
    display: block;
    clear: both;
}

.item-box
{
    position: relative;
    float: left;
    margin: 0 0 30px;
    width: 49%;
    border: 0px solid #eee;
}

    .item-box:nth-child(2n+1),
    .category-grid .item-box:nth-child(2n+1)
    {
        clear: both;
        margin-left: 0;
    }

.two-per-row .product-grid .item-box
{
    width: 100%;
}

    .two-per-row .product-grid .item-box:nth-of-type(2n)
    {
        margin-left: 0;
    }

.NotReturnable
{
    font-style: italic;
    font-size: 10px !important;
    color: #aaa !important;
    display: block;
    width: 100%;
}

.item-box .picture
{
    overflow: visible;
    background: #fff;
    z-index: 1;
}

    .item-box .picture a
    {
        position: relative;
        display: block;
    }

        .item-box .picture a:before
        {
            content: "";
            display: block;
            padding-top: 0%;
        }

    .item-box .picture img
    {
        /*position: absolute;*/
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 95%;
        max-width: 95%;
    }

/*RD18  START*/
.master-header-wrapper
{
    background-color: #fff !important;
}

.page-title h1
{
    max-width: 1260px;
}

#rdCats .page-title h1
{
    text-transform: capitalize;
    font-size: 21px !important;
    opacity: .8;
}

#rdCats .product-collateral
{
    margin: 5px 0; /*rd18*/
}

    #rdCats .product-collateral > div
    {
        margin: 0 0 5px; /*rd18*/
    }


#rdCats .product-tags-list li
{
    padding: 0px 3px 0px 2px;
    color: #888;
}

    #rdCats .product-tags-list li:hover
    {
        color: #000;
    }


#rdCats .featuretitle
{
    font-size: 14px;
    padding: 15px;
    background-color: #FAFAFA;
    opacity: .8;
}

    /*.item-box,*/
    #rdCats .category-grid, #rdCats .featuretitle h2
    {
        margin: 0;
        padding: 1px 0 0 10px;
        border-bottom: 0px none #eee;
        height: auto;
        /* text-transform: uppercase;*/
        text-align: center;
        font-weight: bold;
        font-size: 10px; /*RD18*/
        color: #444;
    }

#rdCats .item-box
{
    border: 1px solid #FAFAFA;
    z-index: 1;
    margin: 5px 6px 5px -3px;
    padding: 0px; /**/
}

#rdCats .related-products-grid .item-box
{
    border: 1px solid #FAFAFA;
    z-index: 1;
    margin: 4px 4px 4px 4px; /**/
    padding: 0px;
}

#rdCats .picture
{
    z-index: 10;
}

#rdCats .item-box .picture
{
    background: none;
}

    #rdCats .item-box .picture a
    {
        /*     position: unset;
       display: block;*/
    }

        #rdCats .item-box .picture a:before
        {
            content: "";
            /*display: block;
            padding-top: 50%;*/
        }

#rdCats .item-box a:before
{
    padding: 0;
    margin: 0;
    /* margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;*/
}

#rdCats .category-item
{
    width: 100%;
}

#rdCats .item-box .picture img
{
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    margin: unset; /**/
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

    #rdCats .item-box .picture img:hover, #rdCats .content-wrapper:hover > .featuretitle
    {
        opacity: .5;
    }

/*#rdCats .content-wrapper:hover > .title
{
    opacity: .4;
    color: #242424;
}*/

/*#rdCats .category-grid,*/
#rdCats .item-box .content-wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    background: none;
    z-index: 2;
}

#rdCats .page-title
{
    margin: 1px 0 10px 0;
    padding: 1px;
    border-bottom: none;
}

#rdCats .category-grid .item-box .content-wrapper
{
    width: 100%;
}


/*RD18 END*/

.customparent .item-box .product-title, .item-box .title
{
    height: 54px !important;
    font-weight: 900;
    font-size: 12px;

}


.item-box .details
{
    padding-top: 10px;
    text-align: left;
    border-bottom: 0px solid #eee;
}

.item-box .product-title,
.item-box .title
{
    margin: 5px 0 5px 0 !important;
    height: 45px !important;
    font-weight: 900;
    font-size: 12px;
    color: #343436;
    overflow: hidden; /*mat remove*/
}

    .item-box .product-title:hover,
    .item-box .title:hover
    {
        color: #444;
    }

    .item-box .product-title a,
    .item-box .title a
    {
        display: block;
    }

.item-box .sku
{
    display: none; /*remove if you want to show sku*/
    margin: 10px 0;
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.product-list .item-box .sku
{
    margin: 10px;
}

.item-box .product-rating-box
{
    display: none;
}

.item-box .rating
{
    margin-bottom: 5px;
    width: 70px;
    height: 11px;
    background-image: url('../img/rating.svg'); /*rd18 was rating.svg*/
    background-repeat: repeat-x;
    background-color: #ccc;
}

    .item-box .rating div
    {
        height: 11px;
        background-image: url('../img/rating.svg'); /*rd18 was rating.svg*/
        background-repeat: repeat-x;
        background-color: #343435;
    }

.item-box .description
{
    display: none;
    margin-bottom: 5px;
    font-size: 14px;
    color: #aaa;
}

.product-list .item-box .description
{
    line-height: 24px;
}

.item-box .description a
{
    display: block;
    overflow: hidden;
}

.item-box .prices
{
    height: 34px;
    line-height: 1;
    overflow: hidden;
}

.customparent .item-box .old-price
{
    font-size: 14px;
}

.customparent .item-box .actual-price
{
    font-size: 14px;
}

.item-box .old-price
{
    margin-right: 7px;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 16px;
    color: #aaa;
}

.item-box .actual-price
{
    font-weight: normal;
    font-size: 15px;
    color: #343435 !important;
}

    .item-box .actual-price .moreoptionsfrom
    {
        font-size: .6em;
        color: #888 !important;
        font-style: italic;
    }

.moreoptions
{
    font-size: 10px;
    color: #888 !important;
    font-style: italic;
    line-height: 26px;
    padding: 2px;
}

    .moreoptions:hover
    {
        border: solid 1px #000;
        cursor: pointer;
    }

.moreoptionsWord
{
    font-size: 10px;
    color: #888 !important;
    font-style: italic;
}


.moreoptionshide
{
    font-size: 10px;
    color: #888 !important;
    font-style: italic;
    line-height: 26px;
    padding: 2px;
}

.item-box .base-price-pangv,
.item-box .tax-shipping-info
{
    font-size: 10px;
    color: #aaa;
}

.also-purchased-products-grid .item-box .old-price,
.related-products-grid .item-box .old-price
{
    font-size: 15px;
}

.also-purchased-products-grid .item-box .actual-price,
.related-products-grid .item-box .actual-price
{
    font-size: 16px;
}

.item-box .attribute-squares
{
    text-align: left;
}

    .item-box .attribute-squares li
    {
        margin: 0 2px 0 0;
    }

    .item-box .attribute-squares label
    {
        padding: 2px;
        width: 26px;
        height: 26px;
    }

.item-box .attribute-square
{
    width: 20px;
    height: 20px;
}

.item-box .buttons-wrapper
{
    display: none;
}

.item-box .buttons
{
    display: inline-block;
    margin: 0;
    font-size: 0;
}

.product-list .item-box .buttons
{
    direction: ltr;
    border-right: 4px solid #f6f6f6;
}

.product-list .item-box .buttons-wrapper .buttons button
{
    /*border-bottom: 3px solid #343435;*/ /*rd18*/
    height: 48px;
}



.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button
{
    position: relative;
    padding: 0;
    border: 0;
    width: 47px;
    height: 45px;
    background: none;
    font-weight: normal;
    color: #343435;
    font-size: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

    .item-box .buttons-wrapper button:after
    {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'Open Sans',montserrat,Arial;
        font-size: 18px;
        color: #888;
        transition: all .3s;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .item-box .buttons-wrapper button:hover:after
    {
        color: #343435;
    }

.item-box .add-to-compare-list-button:after
{
    font-family: prisma !important;
    content: '\e91d';
}

.item-box .add-to-wishlist-button:after
{
    font-family: prisma !important;
    content: '\e91e';
}

.product-list .item-box .product-box-add-to-cart-button:before,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before,
.item-type-2 .item-box .product-box-add-to-cart-button:before
{
    font-family: prisma;
    content: '\e91c';
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before
{
    margin: 0;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343435;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:hover:after,
.item-type-1 .product-box-add-to-cart-button:hover:before
{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.item-type-1 .item-box .buttons-wrapper .product-box-add-to-cart-button:hover:after
{
    color: #fff;
}

.item-box .buttons button + button:before
{
    content: '.';
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 1px;
    background: #eee;
    text-indent: -9999px;
    font-size: 0;
}

.product-grid .buttons button:before,
.bestsellers .buttons button:before
{
    background: #eee;
}

.item-type-2 .product-grid .buttons button:before
{
    background: rgba(0,0,0,.15);
}

.product-grid .item-box .buttons-wrapper
{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
}

.item-type-1 .product-grid .buttons-wrapper .product-box-add-to-cart-button:after
{
    font-family: prisma;
    content: '\e91c';
    color: #343435;
}


.item-box .buttons-wrapper button:after
{
    color: #888;
}

.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper
{
    top: 4px;
    border-bottom: 3px solid #343435;
    background: #fff;
}


.item-type-2 .product-grid .buttons button:first-child:before
{
    content: none;
}

.product-grid .buttons button:before,
.item-type-2 .bestsellers .buttons button:first-child:before,
.item-type-2 .product-grid .buttons button + button:before
{
    content: '.';
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 1px;
    text-indent: -9999px;
    font-size: 0;
}

.item-type-2 .product-grid .item-box .buttons-wrapper
{
    top: -42px;
    padding-bottom: 45px;
    border-bottom: 0;
    background: none;
    z-index: 1;
}

.bestsellers.product-grid .item-box .buttons-wrapper
{
    padding-bottom: 0;
    border-bottom: 0;
    background: #fff;
}

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    height: 45px;
    width: 100%;
    transition: all .3s;
    z-index: 1;
}

    .item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover
    {
        background: #343435;
        color: #fff;
    }

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button-18
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background: #fff !important;
    /*text-transform: uppercase;
    font-weight: bold;*/
    font-size: 0px;
    height: 45px;
    width: 100%;
    /*transition: all .3s;*/
    z-index: 1;
}

    .item-type-2 .product-grid .item-box .product-box-add-to-cart-button-18:hover
    {
        background: #fff !important;
        color: #fff;
        cursor: text;
    }

.bestsellers.product-grid .item-box .product-box-add-to-cart-button
{
    position: relative;
    width: 45px;
    font-size: 0;
}

    .bestsellers.product-grid .item-box .product-box-add-to-cart-button:hover
    {
        background: none;
    }


.item-type-2 .product-grid .item-box .buttons
{
    border-top: 0px solid transparent;
    height: 45px;
    width: 100%;
    background: rgba(255,255,255,.9);
    text-align: center;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.bestsellers.product-grid .item-box .buttons
{
    display: inline-block;
    border: 0;
    width: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.item-type-2 .product-grid .item-box:hover .buttons
{
    border-color: #343435;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.bestsellers.product-grid .item-box:hover .buttons
{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-grid,
.product-list
{
    margin: 0;
    width: 95%;
    padding-left: 10px;
}

.category-page .product-grid
{
    margin-top: 30px;
}


.product-grid .title
{
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #363535;
}

    .product-grid .title strong
    {
        font-weight: normal;
    }

.product-grid.featured-product-grid
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.cross-sells
{
    margin-top: 100px;
    padding: 20px;
    background: #f6f6f6;
}

.pager
{
    padding: 5px;
    border-top: 4px solid #fff;
    background: #f6f6f6;
}

    .pager ul
    {
        text-align: center;
        font-size: 0;
    }

    .pager li
    {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

        .pager li:last-child
        {
            margin: 0;
        }

    .pager li
    {
        position: relative;
        background: #fff;
    }

        .pager li a,
        .pager li span
        {
            position: relative;
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            color: #aaa;
            cursor: pointer;
        }

            .pager li a:hover,
            .pager li span:hover,
            .pager li.current-page span
            {
                color: #fff;
            }

        .pager li:before,
        .pager li.current-page:before
        {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #343435;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .pager li.current-page:before,
        .pager li:hover:before
        {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

        .pager li.previous-page a,
        .pager li.next-page a,
        .pager li.first-page a,
        .pager li.last-page a
        {
            position: relative;
            font-size: 0;
        }

            .pager li.previous-page a:after,
            .pager li.next-page a:after,
            .pager li.first-page a:after,
            .pager li.last-page a:after
            {
                position: absolute;
                top: 50%;
                left: 50%;
                font-family: 'Open Sans',montserrat,Arial;
                font-size: 10px;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

            .pager li.previous-page a:after
            {
                font-family: prisma;
                content: '\e921';
            }

            .pager li.next-page a:after
            {
                font-family: prisma;
                content: '\e922';
            }

            .pager li.first-page a:after
            {
                font-family: prisma;
                content: '\e924';
            }

            .pager li.last-page a:after
            {
                font-family: prisma;
                content: '\e925';
            }

.category-page .pager ~ div
{
    padding-top: 20px;
    border-top: 4px solid #fff;
}

    .category-page .pager ~ div div
    {
        background: none;
    }

/*manufacturers , vendors*/

.manufacturer-grid,
.vendor-grid,
.recently-added-products-page .product-grid
{
    padding: 5px;
    /* background: #f6f6f6;*/
}

.manufacturer-page .product-grid,
.vendor-page .produt-ct-grid
{
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

.vendor-item .picture,
.manufacturer-item .picture
{
    position: relative;
}

    .vendor-item .picture .hover,
    .manufacturer-item .picture .hover
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #343435;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
    }

.vendor-item:hover .picture .hover,
.manufacturer-item:hover .picture .hover
{
    opacity: .9;
}

.vendor-item .picture .hover span,
.manufacturer-item .picture .hover span
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vendor-item .title,
.manufacturer-item .title
{
    height: auto;
    text-align: center;
}

    .vendor-item .title a,
    .manufacturer-item .title a
    {
        margin: 0;
        padding: 15px 0;
        margin-top: 4px;
        background: #fff;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
    }

.vendor-item:hover .title a,
.manufacturer-item:hover .title a
{
    color: #343435;
}



/*Category on HOme*/
.category-item .picture
{
    position: relative;
}

    .category-item .picture .hover
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /**/
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        /**/ opacity: 1;
    }

.category-item:hover .picture .hover
{
    /*opacity: .6;
    background: #343435;*/
}



.category-item .picture .hover span
{
    /*background-color:#fff;*/
    position: absolute;
    top: 24%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-item .hover:hover span
{
    color: #343435 !important;
}

/*END Cat on home*/
/* home page */
.home-page .product-grid, .home-page .bestsellers
{
    position: relative;
    padding: 50px 0 0;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
    background: #fff;
}

.home-page-product-grid:before,
.home-page-product-grid:after,
.bestsellers:before,
.bestsellers:after
{
    content: '.';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #fff;
    text-indent: -9999px;
    font-size: 0;
}

.home-page-product-grid:before,
.bestsellers:before
{
    right: 100%;
}

.bestsellers:after,
.home-page-product-grid:after
{
    left: 100%;
}

/* RD2019 THIS didn't exist in 4.0*/
.home-page-category-grid .title
{
    /*margin: 30px 0 20px;
    padding: 8px 15px;*/
}
    /* RD2019 THIS didn't exist in 4.0*/
    .home-page-category-grid .title strong
    {
        /*text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        color: #444;*/
    }

.home-page-category-grid,
.manufacturer-grid
{
    margin: 0 0 0;
}

    .home-page-category-grid .item-grid
    {
        font-size: 0;
    }

    .home-page-category-grid .item-box
    {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

.two-colums-wrapper
{
    padding: 50px 0;
    overflow: hidden;
}

    .two-colums-wrapper > div
    {
        margin: 50px 0;
    }

        .two-colums-wrapper > div + div
        {
            margin-top: -20px;
        }

    .two-colums-wrapper:empty
    {
        display: none;
    }


/********** PRODUCT PAGE **********/


.product-essential
{
    margin: 0 0 50px;
}

    .product-essential:after
    {
        content: "";
        display: block;
        clear: both;
    }

.product-name
{
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
}

    .product-name h1
    {
        text-align: center;
        font-size: 18px;
        color: #444;
    }

    .product-name .breadcrumb
    {
        margin-bottom: 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid #eee;
    }

.product-content-wrappper
{
    padding: 10px 0;
    background: #ffffff;
}

.gallery
{
    margin: 0 0 20px;
}

    .gallery .picture
    {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }

        .gallery .picture a
        {
            display: inline-block;
            max-width: 100%; /*Ie fix*/
            width: 100%;
        }

        .gallery .picture:before
        {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .gallery .picture-wrapper img,
        .gallery .picture img
        {
            position: absolute;
            top: 0;
            right: 0;
            /*bottom: 0;*/
            left: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
            width: 100%;
        }

    .gallery .picture-thumbs
    {
        margin: 10px 0 0;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }

    .gallery .thumb-item
    {
        display: inline-block;
        position: relative;
        width: 80px;
        margin: 0 5px 10px 0;
        overflow: hidden;
        cursor: pointer;
    }

        .gallery .thumb-item:last-child
        {
            margin-right: 0;
        }

        .gallery .thumb-item:before
        {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .gallery .thumb-item img
        {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }

.overview,
.variant-overview
{
    position: relative;
    margin: 0 0 20px;
    padding-left: 10px;
}

.discontinued-product h4
{
    margin: 0 0 20px;
    font-size: 14px;
    color: #c00;
}
/*ATTR*/
.overview > div,
.variant-overview > div
{
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 14px;
    color: #666;
}

.overview .short-description,
.variant-overview .short-description
{
    padding: 1px;
    line-height: 24px;
}

.overview .label,
.variant-overview .label,
.shipping-title .shipping-price-title
{
    display: inline-block;
    width: 50%;
    color: #aaa;
    vertical-align: top;
}

.product-review-box
{
    float: right;
    margin-top: 5px;
    width: 50%;
    text-align: left;
}

    .product-review-box .rating
    {
        width: 70px;
        height: 11px;
        background-image: url('../img/rating_gray.svg'); /*rd18 was rating_gray*/
        background-repeat: repeat-x;
        background-color: #ccc;
    }

        .product-review-box .rating div
        {
            height: 11px;
            background-image: url('../img/rating_gray.svg'); /*rd18 was rating_gray*/
            background-repeat: repeat-x;
            background-color: #343435;
        }

.product-no-reviews a
{
    color: #343435;
}

.product-review-links
{
    color: #aaa;
}

    .product-review-links span
    {
        display: none;
    }

    .product-review-links a:hover
    {
        color: #343435;
    }

    .product-review-links span + a
    {
        display: block;
        font-size: 13px;
        color: #343435;
    }

        .product-review-links span + a:before
        {
            font-family: prisma;
            content: '\e91a';
            display: inline-block;
            margin-right: 5px;
            font-size: 14px;
            color: #aaa;
        }

.overview .additional-details,
.variant-overview .additional-details
{
    padding: 0;
}

.additional-details > div
{
    padding: 15px;
    border-bottom: 1px solid #eee;
}

    .additional-details > div:last-child
    {
        border: 0;
    }

.overview .quantity-container
{
    border: 0;
}

.overview .value a,
.variant-overview .value a
{
    color: #343435;
}

.back-in-stock-subscription
{
    margin-top: 10px;
    font-size: 0;
}

    .back-in-stock-subscription:before
    {
        font-family: prisma;
        content: '\e93f';
        display: inline-block;
        margin-right: 5px;
        font-size: 22px;
        color: #aaa;
        vertical-align: middle;
    }

.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button
{
    border: none;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #343435;
    vertical-align: middle;
}

.free-shipping
{
    color: #aaa;
}

    .free-shipping:after
    {
        font-family: prisma;
        content: '\e92a';
        float: right;
        width: 50%;
        text-align: left;
        font-size: 20px;
        color: #343435;
    }

.overview .delivery,
.variant-overview .delivery
{
    padding: 0;
}

    .overview .delivery > div,
    .variant-overview .delivery > div
    {
        padding: 19px 17px 4px 15px;
    }

        .overview .delivery > div + div,
        .variant-overview .delivery > div + div
        {
            border-top: 1px solid #eee;
        }

.overview .delivery-date,
.variant-overview .delivery-date
{
    margin: 5px 0;
}

.download-sample-button
{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #343435;
}

    .download-sample-button:before
    {
        font-family: prisma;
        content: '\e932';
        display: inline-block;
        margin-right: 5px;
        font-size: 14px;
        color: #aaa;
    }

.overview input[type=text],
.overview input[type=email],
.overview input[type=tel],
.variant-overview input[type=text],
.variant-overview input[type=email],
.variant-overview input[type=tel],
.attributes select
{
    border: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 13px;
    color: #666;
}

.attributes select
{
    border: 1px solid #EDEDED; /*rd18*/
}



.overview .attributes
.variant-overview .attributes
{
    padding: 0;
}

.overview .attributes,
.variant-overview .attributes
{
    padding: 0;
}

.attributes > ul > li
{
    /*border-bottom: 1px solid #eee;rd2023*/
}

    .attributes > ul > li:after
    {
        content: '';
        display: block;
        clear: both;
    }

    .attributes > ul > li:last-of-type
    {
        border: 0;
    }

.attributes div
{
    padding: 10px 1px 10px;
    color: #343434;
  /*  OLD color: #7C7C7C;*/
 font-weight:bold;

}
.attributes li ul li
{
    margin: 0;
}

.attributes select
{
    background-position: 96% center;
}

.qq-uploader .qq-upload-button
{
    border: 0;
    width: auto;
    background: #fff;
    color: #343435;
}

#product_attribute_22uploader,
.attributes div .qq-uploader
{
    padding: 0;
}

.attributes div .qq-uploader
{
    border-bottom: 4px solid #343435;
}

.qq-uploader .qq-upload-button div
{
    padding: 0;
    font-weight: bold;
    color: inherit;
}

.qq-uploader .qq-upload-list li.qq-upload-success
{
    margin-top: 10px;
    padding-top: 13px;
    background: #343435;
}

.qq-uploader .qq-upload-list li.qq-upload-fail
{
    margin-top: 10px;
}

#product_attribute_22downloadurl,
#product_attribute_22downloadurl + div
{
    display: inline-block;
    padding: 10px 0;
    width: 49%;
    text-align: center;
}
/*option list*/
.attributes .option-list
{
    font-size: 0;
}

    .attributes .option-list li
    {
        display: inline-block;
        margin: 2px;
    }

    .attributes .option-list.radio-list label
    {
        display: block;
        padding: 10px;
        background: white;
        text-align: center;
        font-size: 14px;
        color: #888;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
    }

    .attributes .option-list.checkbox-list li
    {
        display: block;
        margin: 0;
        text-align: left;
        padding-left: 10px;
        background: #fff;
    }

    .attributes .option-list.radio-list li:hover label,
    .attributes .option-list.radio-list input[type=radio]:checked + label
    {
        background: #343435;
        color: #fff;
    }

    .attributes .option-list input[type=radio] + label:before,
    .attributes .option-list input[type=radio]:checked + label:after
    {
        content: none;
    }

/*attr squares*/
.attribute-squares
{
    font-size: 0;
}

    .attribute-squares li
    {
        display: inline-block;
        margin: 0 5px 0 0;
        line-height: normal !important;
        text-align: center;
    }

        .attribute-squares.option-list li:hover label,
        .attribute-squares li.selected-value label
        {
            border-color: #000;
            background: #fff;
        }

    .attribute-squares label
    {
        display: block;
        padding: 0 1px 0 0;
        border: 1px solid transparent;
        margin: 0 !important;
        width: 100px;
        height: 100px;
        background: none;
        overflow: hidden;
    }

    .attribute-squares span
    {
        display: block;
    }

/*#musthide + .attribute-squares span
{
    display: none;
}*/

.attribute-square
{
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.attribute-squares .tooltip-container
{
    display: none;
}

/*attr rent period*/
.rental-attributes .attribute-item > div
{
    padding: 0;
}

.rental-attributes .attribute-label
{
    margin-bottom: 10px;
    font-size: 14px;
    color: #aaa;
}

.attribute-item:last-of-type
{
    margin-bottom: 0;
}

.attribute-data
{
    position: relative;
    max-width: 100%;
}

    .attribute-data:after
    {
        font-family: prisma;
        content: '\e930';
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        color: #ddd;
    }

.ui-datepicker
{
    margin-top: 4px;
    width: 280px;
    background-color: #fff;
    text-align: center;
}

.ui-datepicker-header
{
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #eee;
    height: 50px;
    background-color: #fff;
}

    .ui-datepicker-header a
    {
        position: absolute;
        top: 10px;
        width: 30px;
        height: 30px;
        background: #f9f9f9;
        font-size: 0;
        z-index: 1;
    }

        .ui-datepicker-header a.ui-datepicker-prev
        {
            left: 0;
        }

        .ui-datepicker-header a.ui-datepicker-next
        {
            right: 0;
        }

        .ui-datepicker-header a:after
        {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: 'Open Sans',montserrat,Arial;
            font-size: 10px;
            color: #bbb;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .ui-datepicker-header a.ui-datepicker-prev:after
        {
            font-family: prisma;
            content: '\e924';
        }

        .ui-datepicker-header a.ui-datepicker-next:after
        {
            font-family: prisma;
            content: '\e925'
        }

.ui-datepicker-title
{
    position: relative;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
    color: #333;
    z-index: 0;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td
{
    width: 14.285%;
}

.ui-datepicker-calendar th
{
    text-transform: uppercase;
    color: #888;
}

.ui-datepicker-calendar td
{
    border: 1px solid #eee;
    font-size: 12px;
    color: #aaa;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a
    {
        display: block;
        min-height: 32px;
        line-height: 32px;
    }

.ui-datepicker-week-end
{
    background: #f9f9f9;
}

.ui-state-highlight
{
    background: #343435;
    color: #fff;
}
/*prices*/
.overview .prices,
.variant-overview .prices
{
    overflow: hidden;
    text-align: center;
}

.tax-shipping-info
{
    display: block;
    font-size: 13px;
    color: #aaa;
}

.overview .rental-price,
.variant-overview .rental-price
{
    display: block;
    color: #aaa;
    vertical-align: text-bottom;
}

.overview .old-product-price,
.variant-overview .old-product-price
{
    text-decoration: line-through;
    font-weight: bold;
    font-size: 16px;
    color: #aaa;
}

    .overview .old-product-price label,
    .variant-overview .old-product-price label,
    .overview .product-price label,
    .variant-overview .product-price label,
    .overview .non-discounted-price label,
    .variant-overview .non-discounted-price label
    {
        display: none;
    }

.overview .non-discounted-price,
.variant-overview .non-discounted-price
{
    font-size: 16px;
    font-weight: bold;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price
{
    font-weight: bold;
    font-size: 16px;
    color: #343435;
    padding-top: 15px;
}

.tier-prices
{
    margin: 0 0 20px;
    clear: both;
}

    .tier-prices .title
    {
        margin-bottom: 10px;
    }

        .tier-prices .title strong
        {
            font-weight: normal;
            color: #aaa;
        }

    .tier-prices .prices-table
    {
        background: #fff;
    }

        .tier-prices .prices-table:after
        {
            content: '';
            display: block;
            clear: both;
        }

    .tier-prices .prices-row
    {
        float: left;
        width: 50%;
    }

        .tier-prices .prices-row > div
        {
            border-top: 1px solid #eee;
            border-right: 1px solid #eee;
            padding: 10px;
        }

        .tier-prices .prices-row.thead > div
        {
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
        }

        .tier-prices .prices-row > div:last-of-type
        {
            border-bottom: 1px solid #eee;
        }

    .tier-prices .field-header
    {
        color: #888;
    }

.variant-overview .tier-prices .title
{
    display: none;
}

.variant-overview .tier-prices .table-wrapper
{
    padding: 0 !important;
}

.overview .customer-entered-price,
.variant-overview .customer-entered-price
{
    padding: 15px;
    overflow: hidden;
    background: #f6f6f6;
    text-align: center;
}

.customer-entered-price label
{
    display: inline-block;
    margin-bottom: 5px;
    color: #aaa;
}

.customer-entered-price > div
{
    display: inline-block;
}

.customer-entered-price .price-input input
{
    padding: 5px;
    border: 0;
    width: 50%;
    text-align: right;
    color: #666;
}

.customer-entered-price .enter-price-input
{
    width: 50px;
    text-align: center;
}

.customer-entered-price .price-range,
.base-price-pangv, .tax-shipping-info
{
    display: block;
    margin-top: 5px;
    line-height: 1;
    font-size: 13px;
    color: #ccc;
}

    .customer-entered-price .price-range:before,
    .customer-entered-price .price-range:after,
    .base-price-pangv:before,
    .base-price-pangv:after,
    .tax-shipping-info:before,
    .tax-shipping-info:after
    {
        font-size: 13px;
        color: #ccc;
    }

    .customer-entered-price .price-range:before,
    .base-price-pangv:before,
    .tax-shipping-info:before
    {
        content: '(';
    }

    .customer-entered-price .price-range:after,
    .base-price-pangv:after,
    .tax-shipping-info:after
    {
        content: ')';
    }
/*giftcard form*/
.giftcard
{
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
    text-align: center;
}

    .giftcard div
    {
        margin: 0 0 10px;
    }

    .giftcard label
    {
        display: block;
        margin: 0 0 5px;
        text-align: center;
        font-size: 13px;
        color: #666;
    }

    .giftcard input[type=text],
    .giftcard input[type=email],
    .giftcard input[type=tel],
    .giftcard textarea
    {
        display: block;
        margin: 0 auto;
        border: 0;
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea
    {
        height: 150px;
    }
/*QTY*/
.attributes .qty-box
{
    margin: 10px 0 0 0;
    padding: 0;
}

    .attributes .qty-box input
    {
        width: 48px;
        height: 32px;
    }

.overview .qty-label,
.variant-overview .qty-label
{
    font-size: 14px;
    color: #aaa;
}

.overview .qty-input[type=text],
.variant-overview .qty-input[type=text],
.overview .qty-dropdown[type=text],
.variant-overview .qty-dropdown[type=text]
{
    margin: 0 4px;
    padding: 12px 5px;
    border: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.overview .qty-wrapper,
.variant-overview .qty-wrapper
{
    border: 1px solid #EDEDED; /*RD18*/
    /*border:0;*/ /*RD18*/
    text-align: center;
}

.qty-wrapper .qty-dropdown
{
    width: 50px;
}

.qty-wrapper span
{
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    vertical-align: top;
    font-size: 0;
    cursor: pointer;
}

    .qty-wrapper span:after
    {
        position: absolute;
        top: 50%;
        left: 50%;
        line-height: 36px;
        text-align: center;
        font-family: 'Open Sans',montserrat,Arial;
        font-size: 12px;
        color: #ddd;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .qty-wrapper span:hover:after
    {
        color: #343435;
    }

.qty-wrapper .decrease:after
{
    font-family: prisma;
    content: '\e93d';
}

.qty-wrapper .increase:after
{
    font-family: prisma;
    content: '\e944';
}
/*BNTS*/
.overview .overview-buttons,
.variant-overview .overview-buttons,
.download-sample
{
    clear: both;
    padding: 0 15px;
    text-align: center;
    font-size: 0;
}

.overview .overview-buttons
{
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.overview.grouped .overview-buttons
{
    border: 0;
    padding-top: 0;
    border-bottom: 1px solid #eee;
}

.overview-buttons > div
{
    /*display: inline-block;*/
}

.product-estimate-shipping
{
    font-size: 14px !important;
}

    .product-estimate-shipping a
    {
        display: block;
    }

    .product-estimate-shipping i
    {
        display: inline-block;
        transform: rotate(45deg);
        margin: 0 0 6px 9px;
        border: solid black;
        border-width: 0 1px 1px 0;
        padding: 3px 3px;
    }

    .product-estimate-shipping .shipping-loading
    {
        display: none !important; /*disable preloader*/
    }

    .product-estimate-shipping .shipping-title
    {
        width: 100%;
        margin: 0 0 15px;
        color: #aaa;
    }

    .product-estimate-shipping .shipping-price
    {
        margin: 0 0 0 3px;
        vertical-align: middle;
        color: #666;
    }

    .product-estimate-shipping .shipping-address
    {
        white-space: nowrap;
    }

        .product-estimate-shipping .shipping-address span
        {
            display: inline-block;
            max-width: calc(100% - 20px);
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .product-estimate-shipping .shipping-date
    {
        margin: 15px 0 0;
    }

.overview .add-to-cart,
.variant-overview .add-to-cart
{
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.overview .compare-products,
.overview .email-a-friend
{
    position: relative;
    display: inline-block;
    margin: 10px 2px 10px 0;
    width: 50px;
    height: 50px;
}

    .overview .compare-products input,
    .overview .email-a-friend input
    {
        text-transform: uppercase; /*RD18*/
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        height: 45px;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        z-index: 0;
    }

    .overview .compare-products:after,
    .overview .email-a-friend:after
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        height: 45px;
        background: #fff;
        line-height: 45px;
        text-align: center;
        font-family: 'Open Sans',montserrat,Arial;
        font-size: 17px;
        color: #bbb;
        -webkit-transition: all .3s;
        transition: all .3s;
        pointer-events: none;
        border: 1px solid #eee;
        border-right: 0px solid #eee;
    }

    .overview .compare-products:after
    {
        font-family: prisma !important;
        content: '\e91d' !important;
    }

    .overview .email-a-friend:after
    {
        font-family: prisma !important;
        content: '\e933' !important;
    }

    .overview .compare-products:hover:after,
    .overview .email-a-friend:hover:after,
    .overview .add-to-wishlist:hover:after,
    .overview .compare-products:hover input,
    .overview .email-a-friend:hover input,
    .overview .add-to-wishlist:hover input
    {
        color: #343435;
    }

.overview .min-qty-notification,
.variant-overview .min-qty-notification
{
    display: inline-block;
    margin: 8px 10px;
    font-size: 13px;
    color: #aaa;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel
{
    position: relative;
    display: block;
}

.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .add-to-cart,
.variant-overview .add-to-cart
{
    display: block;
    margin-bottom: 4px;
    width: 100%;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button
{
    position: relative;
    padding: 15px 0;
    /*border: 0px;*/
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #eee;
}


.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button
{
    border: 1px solid #eee;
    background: #fff;
    color: #bbb;
}


    .overview .add-to-cart-button span,
    .variant-overview .add-to-cart-button span,
    .overview .add-to-wishlist-button span,
    .variant-overview .add-to-wishlist-button span
    {
        position: relative;
        z-index: 1;
    }

        .overview .add-to-cart-button span:before,
        .variant-overview .add-to-cart-button span:before,
        .overview-buttons .add-to-wishlist button span:before,
        .variant-overview .add-to-wishlist-button span:before
        {
            display: inline-block;
            margin: -4px 15px 0 0;
            font-weight: normal;
            font-family: 'Open Sans',montserrat,Arial;
            font-size: 18px;
            color: #bbb;
            vertical-align: middle;
        }

        .overview-buttons .add-to-wishlist button span:before,
        .variant-overview .add-to-wishlist-button span:before
        {
            font-family: prisma;
            content: '\e91e';
            color: #bbb !important;
        }

        .overview .add-to-cart-button span:before,
        .variant-overview .add-to-cart-button span:before
        {
            font-family: prisma;
            content: '\e91c';
            color: #fff !important;
        }

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button
{
    background: #363535 !important;
    font-weight: bold;
    color: #fff !important;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover
    {
        background: #363434 !important;
    }

    .overview .add-to-cart-button:before,
    .variant-overview .add-to-cart-button:before,
    .overview-buttons .add-to-wishlist button:before,
    .variant-overview .add-to-wishlist-button:before
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*-webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out;*/
    }

    /* .overview .add-to-cart-button:hover:before,
    .variant-overview .add-to-cart-button:hover:before,
    .overview-buttons .add-to-wishlist button:hover:before,
    .variant-overview .add-to-wishlist-button:hover:before
    {
     -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }*/

    .overview .add-to-cart-button:hover span,
    .variant-overview .add-to-cart-button:hover span,
    .overview .add-to-cart-button:hover span:before,
    .variant-overview .add-to-cart-button:hover span:before
    {
        color: #fff;
    }


.overview .add-to-wishlist:hover span,
.variant-overview .add-to-wishlist:hover span,
.overview .add-to-wishlist:hover span:before,
.variant-overview .add-to-wishlist:hover span:before
{
    color: #343435;
}

/* RD2019 THIS didn't exist in 4.0*/
.overview-buttons .add-to-wishlist button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview-buttons .add-to-wishlist button:hover span:before,
.variant-overview .add-to-wishlist-button:hover span:before
{
    color: #fff;
}

/* RD2019 THIS didn't exist in 4.0*/
.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before
{
    /*background: #bbb;*/
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}



.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before
{
    /*background: #fff;
    background: #363434;*/
}

#cartperfectpost
{
    display: none;
}

.add-to-cart-button:hover > #cartperfectpost
{
    display: inline;
    color: #fff;
}

.add-to-cart-button:hover > #cartperfectpre
{
    display: none;
}


.variant-overview .overview-buttons
{
    margin-top: 15px;
    border: 0;
}

/* RD2019 THIS didn't exist in 4.0*/
.overview-buttons .pre-order-availability-date
{
    display: block;
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
    color: #aaa;
}

.overview .product-options
{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    width: 100%;
}

.overview .product-share-wrapper
{
    line-height: 30px;
    text-align: center;
}

.product-share-wrapper .label
{
    width: auto;
}

.product-social-buttons
{
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

    .product-social-buttons li
    {
        display: inline-block;
        margin: 0 1px;
    }

        .product-social-buttons li a
        {
            position: relative;
            display: block;
            font-size: 0;
            width: 30px;
            height: 30px;
        }

            .product-social-buttons li a:before
            {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
                -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

        .product-social-buttons li.facebook
        {
            background: #7D7D7D;
        }

        .product-social-buttons li.instagram
        {
            background: #7D7D7D;
        }

        .product-social-buttons li.twitter
        {
            background: #7D7D7D;
        }

        .product-social-buttons li.google
        {
            background: #7D7D7D;
        }

        .product-social-buttons li.pinterest
        {
            background: #7D7D7D;
        }

        .product-social-buttons li.facebook a:before
        {
            background: #4a65a2;
        }

        .product-social-buttons li.twitter a:before
        {
            background: #3abafd;
        }

        .product-social-buttons li.google a:before
        {
            background: #bd2d45;
        }

        .product-social-buttons li.pinterest a:before
        {
            background: #e94949;
        }

        .product-social-buttons li a:after
        {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: 'Open Sans',montserrat,Arial;
            color: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .product-social-buttons li.facebook a:after
        {
            font-family: prisma;
            content: '\e934';
            font-size: 14px;
        }

        .product-social-buttons li.twitter a:after
        {
            font-family: prisma;
            content: '\e915';
            font-size: 16px;
        }

        .product-social-buttons li.google a:after
        {
            font-family: prisma;
            content: '\e936';
            font-size: 16px;
        }

        .product-social-buttons li.pinterest a:after
        {
            font-family: prisma;
            content: '\e943';
            font-size: 14px;
        }

        .product-social-buttons li.instagram a:after
        {
            font-family: prisma;
            content: '\e939';
            font-size: 14px;
        }
/**overview end*/
.full-description
{
    clear: both;
    margin: 0 15px 20px;
    line-height: 24px;
    font-size: 13px;
    text-align: left;
    color: #888;
}

.product-collateral
{
    margin: 50px 0;
}

    .product-collateral > div
    {
        margin: 0 0 50px;
    }

    .product-collateral .title
    {
        margin: 0 0 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        color: #444;
    }

    .product-collateral .table-wrapper
    {
        padding: 30px;
        background: #f9f9f9;
    }

    .product-collateral .title strong
    {
        font-weight: normal;
    }

.product-specs-box .data-table
{
    border-color: #eee;
}

    .product-specs-box .data-table td
    {
        padding: 10px;
        font-size: 14px;
        color: #888;
    }

    .product-specs-box .data-table .spec-value
    {
        color: #444;
    }

.product-specs-box .attribute-square
{
    margin: 0 auto;
    width: 20px;
    height: 20px;
}

.product-tags-list
{
    text-align: left;
    font-size: 0;
}

    .product-tags-list li
    {
        display: inline-block;
        margin: 3px;
        padding: 8px 10px;
        background: #eee;
        font-size: 13px; /*reset zeroing*/
        color: #888;
    }

        .product-tags-list li:before
        {
            font-family: prisma;
            content: '\e914';
            display: inline-block;
            font-size: 15px;
            color: #ccc;
            vertical-align: middle;
            transition: all .3s;
        }

        .product-tags-list li:hover:before
        {
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg);
            transform-origin: top right;
        }

        .product-tags-list li.separator
        {
            display: none;
        }

    .product-tags-list a
    {
        display: inline-block;
        line-height: 24px;
    }

.product-variant-line
{
    margin: 0 0 30px;
    padding: 20px 15px;
    background: #f6f6f6;
}

    .product-variant-line:after
    {
        content: "";
        display: block;
        clear: both;
    }

.variant-picture
{
    position: relative;
    width: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview
{
    width: 100%;
}

.variant-name
{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.variant-overview .variant-description
{
    padding: 15px;
    margin: 0;
    border-top: 1px solid #eee;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.variant-overview .add-to-wishlist-button
{
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 13px 0;
}

.variant-overview button.add-to-wishlist-button span:before
{
    margin: 0;
}

.related-products-grid,
.also-purchased-products-grid
{
    position: relative;
    margin: 50px auto;
    border-bottom: 4px solid #fff;
    width: 100%;
}

    .related-products-grid .title,
    .also-purchased-products-grid .title
    {
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        color: #444;
    }

    .related-products-grid .item-grid,
    .also-purchased-products-grid .item-grid
    {
        padding: 30px 0 0;
       /*background: #f6f6f6;*/ 
    }

.product-details-page .ui-tabs
{
    width: 95%;
    /* NEW PUSH DOWN ROBBY 2021 - ONLY IN MIN 1024*/
}

.ui-tabs
{
    margin: 0 0 20px;
    padding-left: 20px;
}

    .ui-tabs .ui-tabs-nav
    {
        margin-bottom: 4px;
        overflow: hidden;
        font-size: 0pt;
    }

        .ui-tabs .ui-tabs-nav li
        {
            position: relative;
            display: inline-block;
            margin-right: 4px;
            background: #f9f9f9;
        }

            .ui-tabs .ui-tabs-nav li a
            {
                position: relative;
                display: inline-block;
                padding: 10px 10px;
                text-transform: uppercase;
                font-size: 12px;
                color: #888;
                -webkit-transition: all .3s;
                transition: all .3s;
                z-index: 1;
            }

            .ui-tabs .ui-tabs-nav li:hover a,
            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
            .ui-tabs .ui-state-active.ui-tabs-active a
            {
                color: #fff;
            }

            .ui-tabs .ui-tabs-nav li:before
            {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #343435;
                -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transform-origin: 50% 100%;
                -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
                -webkit-transition: transform .3s ease-out;
                transition: transform .3s ease-out;
            }

            .ui-tabs .ui-tabs-nav li:hover:before,
            .ui-tabs .ui-tabs-nav li.ui-state-active:before
            {
                -webkit-transform: scaleY(1);
                -ms-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

    .ui-tabs .ui-tabs-panel
    {
        background: #f9f9f9;
        font-size: 13px;
        color: #888;
    }

        .ui-tabs .ui-tabs-panel .table-wrapper
        {
            padding: 10px;
        }

        .ui-tabs .ui-tabs-panel p
        {
            margin: 10px 0;
            line-height: 24px;
        }

    .ui-tabs .ui-tabs-hide
    {
        display: none;
    }

    .ui-tabs .ui-tabs-panel th,
    .ui-tabs .ui-tabs-panel td
    {
        padding-left: 15px;
        border: 1px solid #eee;
        background: #fff;
    }

        .ui-tabs .ui-tabs-panel td a
        {
            font-weight: normal;
        }

    .ui-tabs .ui-tabs-panel input
    {
        position: static;
        clip: auto;
        height: auto;
        width: auto;
    }


/********** ESTIMARE SHIPPING **********/


.estimate-shipping-popup
{
    position: relative;
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    transform: scale(0.8);
    transition: all 0.2s ease;
    opacity: 0;
}

    .estimate-shipping-popup strong
    {
        visibility: hidden;
    }

.mfp-ready .estimate-shipping-popup
{
    transform: scale(1);
    opacity: 1;
}

.mfp-removing .estimate-shipping-popup
{
    transform: scale(0.8);
    opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing
{
    transition: all 0.3s ease;
    opacity: 0;
}

.estimate-shipping-row
{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}

.estimate-shipping-row-item
{
    flex: 0 1 100%;
}

.mfp-container .address-item
{
    margin: 10px 0 0;
}

    .mfp-container .address-item + div
    {
        padding: 0 0 0 15px;
    }

.estimate-shipping-address-control
{
    width: 100%;
    border: 1px solid #eee;
}

.mfp-container .address-item .required
{
    position: absolute;
    top: 0;
    right: -8px;
}

.mfp-container .shipping-options
{
    position: relative; /*preloader referrence*/
    margin: 10px 0 25px;
}

.mfp-container .shipping-header-item
{
    align-self: flex-end;
    border: none !important;
    padding: 12px 5px !important;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mfp-container .shipping-options-body
{
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.mfp-container .shipping-option
{
    display: table-row;
    font-size: 13px;
    cursor: pointer;
}

    .mfp-container .shipping-option.active
    {
        font-weight: bold;
        color: #333;
    }

    .mfp-container .shipping-option > div
    {
        display: table-cell;
        border-top: 1px solid #eee;
        padding: 12px 11px;
    }

.mfp-container .shipping-item
{
    border-right: 1px solid #eee;
    overflow: hidden;
    padding: 8px 0;
    overflow-wrap: break-word;
}

.estimate-shipping-row-item-radio
{
    flex: 0 0 30px;
    width: 24px;
}

.estimate-shipping-radio
{
    display: none;
}

    .estimate-shipping-radio + label
    {
        bottom: -1px;
    }

        .estimate-shipping-radio + label:after
        {
            top: 5px !important;
        }

.apply-shipping-button-container
{
    text-align: center;
}

.mfp-container .no-shipping-options
{
    padding: 30px 15px;
    text-align: center;
}

.mfp-container .message-failure
{
    margin: 10px 0 -5px;
}

@media all and (max-width: 600px)
{

    .estimate-shipping-popup
    {
        padding: 25px 3%;
    }

    .mfp-container .shipping-address
    {
        flex-flow: column;
    }

    .mfp-container .address-item
    {
        width: 100%;
    }

        .mfp-container .address-item + div
        {
            padding: 0;
        }
}


/********** PRODUCT REVIEWS **********/


.product-reviews-page h1 a
{
    color: #343435;
}

.product-reviews-page .title,
.new-comment .title,
.comment-list .title
{
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.write-review,
.new-comment
{
    margin: 0 0 20px;
    padding: 20px;
    background: #f9f9f9;
}

    .write-review .fieldset
    {
        border-bottom: 1px solid #eee;
    }

    .write-review .form-fields
    {
        margin: 0 auto 20px;
        padding-bottom: 10px;
        max-width: 430px;
    }

    .write-review .inputs,
    .new-comment .inputs
    {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .write-review .inputs
    {
        border: 0;
    }

        .write-review .inputs label
        {
            margin-bottom: 5px;
            text-align: left;
        }

    .write-review ::-webkit-input-placeholder
    {
        color: #bbb;
    }

    .write-review ::-moz-placeholder
    {
        color: #bbb;
    }

    .write-review :-ms-input-placeholder
    {
        color: #bbb;
    }

    .write-review :-moz-placeholder
    {
        color: #bbb;
    }

    .write-review .inputs label
    {
        margin-bottom: 5px;
        text-align: left;
    }

    .write-review .buttons
    {
        margin: 10px 0 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .write-review input[type=text],
    .write-review input[type=email],
    .write-review input[type=tel],
    .write-review textarea,
    .new-comment input[type=text],
    .new-comment input[type=email],
    .new-comment input[type=tel],
    .new-comment textarea
    {
        border: 1px solid #eee;
        height: 40px;
        width: 100%;
    }

    .write-review .required
    {
        margin-left: 5px;
    }

    .write-review .review-rating
    {
        padding: 12px;
        border: 1px solid #eee;
        background: #fff;
        text-align: left;
    }

        .write-review .review-rating label,
        .write-review .review-rating .tooltip /* RD2019 THIS didn't exist in 4.0*/
        {
            margin: 0 0 5px;
            padding: 0;
            font-size: 13px;
            color: #666;
            vertical-align: middle;
        }

            .write-review .review-rating .tooltip label /* RD2019 THIS didn't exist in 4.0*/
            {
                display: inline-block;
                margin-bottom: 10px;
            }

            .write-review .review-rating label:before
            {
                content: none;
            }

.review-rating ul
{
    float: right;
    font-size: 0;
    vertical-align: middle;
}

.rating-options
{
    overflow: hidden;
    width: 70px;
}

    .rating-options input
    {
        float: right;
        margin: 0 0 0 -12px;
        width: 12px;
        height: 12px;
        opacity: 0;
    }

.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label
{
    background-color: #343435;
}

    .write-review .rating-options input:checked ~ label:after
    {
        content: none;
    }

.write-review .rating-options label,
.write-review .rating-options:hover label
{
    position: relative;
    float: right;
    display: block;
    width: 12px;
    height: 11px;
    background-color: #ccc;
    background-image: url(../img/rating.svg); /*rd18 was rating.svg*/
    background-position: 0 0;
    font-size: 0;
    cursor: pointer;
}
/*ROBBY 4.3 VERIFY SECTION IS DIFFERENT FROM 4.1*/

.write-review .review-rating .rating-options
{
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    cursor: default;
}

.write-review .review-rating .name-description
{
    display: inline-block;
    max-width: 80%;
}

.write-review .review-rating .first,
.write-review .review-rating .last
{
    font-size: 0;
}

.write-review .review-rating .rating-wrapper
{
    float: right;
    padding-top: 1px;
}

.write-review .review-rating div:nth-child(2) input
{
    vertical-align: baseline;
}

.write-review .captcha-box
{
    margin: 15px 0 0;
}

.product-reviews-page .message-error
{
    margin: 0 0 20px;
}

.product-reviews-page .result
{
    margin: 20px;
    font-size: 14px;
    color: #343435;
}

.product-review-list
{
    overflow: hidden;
    padding: 20px;
    background: #f9f9f9;
}

.product-review-item
{
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    overflow: hidden;
}

    .product-review-item:last-of-type
    {
        border-bottom: 0;
    }

    .product-review-item .review-item-head
    {
        margin: 0 0 20px;
        overflow: hidden;
    }

    .product-review-item .review-title
    {
        float: left;
        max-width: 80%;
        color: #444;
    }

    .product-review-item .product-review-box
    {
        float: right;
        margin: 0;
        width: auto;
    }

    .product-review-item .review-text
    {
        margin: 0 0 15px;
        line-height: 24px;
        text-align: left;
        color: #888;
    }

    .product-review-item .review-avatar
    {
        display: none;
    }

        .product-review-item .review-avatar a
        {
            display: block;
        }

    .product-review-item .text-body
    {
        line-height: 24px;
    }

.review-type-rating-ext
{
    overflow: hidden;
    padding: 15px 0;
}

.product-review-item .review-info
{
    margin: 0 0 5px;
    text-align: left;
}

    .product-review-item .review-info label
    {
        color: #aaa;
    }

    .product-review-item .review-info strong
    {
        font-weight: normal;
        color: #aaa;
    }

    .product-review-item .review-info a
    {
        font-weight: bold;
        color: #343435;
    }

    .product-review-item .review-info span
    {
        color: #666;
    }

    .product-review-item .review-info .separator
    {
        color: #d8d8d8;
    }

    .product-review-item .review-info .avatar
    {
        display: inline-block;
        width: 35px;
        margin: 0 5px 0 10px;
    }

.product-review-helpfulness
{
    position: relative;
    text-align: left;
    padding-bottom: 15px;
}

    .product-review-helpfulness .question
    {
        margin: 0 5px 0 0;
        color: #aaa;
    }

        .product-review-helpfulness .question + span
        {
            display: inline-block;
            vertical-align: middle;
        }

    .product-review-helpfulness .result
    {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

.product-review-item .reply
{
    margin: 30px 0 0;
    padding: 15px;
    background: #f6f6f6;
}

.product-review-item .reply-header
{
    margin: 0 0 10px;
    font-weight: bold;
}

.vote-stats
{
    display: none;
}

.vote-options
{
    display: inline-block;
}

.product-review-helpfulness .vote
{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    vertical-align: top;
    cursor: pointer;
    font-size: 0;
}

    .product-review-helpfulness .vote:after
    {
        font-family: prisma;
        content: '\e92a';
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 12px;
        color: #343435;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .product-review-helpfulness .vote + .vote:after
    {
        font-family: prisma;
        content: '\e901';
        color: #e53850;
    }


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content
{
    margin: 0 0 4px;
}

    .wishlist-content .table-wrapper
    {
        margin-bottom: 4px;
    }

    .wishlist-content .cart .sku,
    .wishlist-content .cart col:nth-of-type(3)
    {
        display: none;
    }

    .wishlist-content .message-error
    {
        margin: 0 10px 10px;
    }

    .wishlist-content .tax-shipping-info
    {
        margin: 20px 0 20px;
        text-align: center;
    }

    .wishlist-content .buttons
    {
        padding: 15px;
        background: #f6f6f6;
        font-size: 0;
    }

    .wishlist-content button.button-2
    {
        display: block;
        margin: 0 auto 5px;
        padding: 13px 25px;
        width: 250px;
        background: #fff;
        color: #343435;
    }

    .wishlist-content .button-2 span
    {
        display: inline-block;
        vertical-align: middle;
    }

    .update-cart-button:before,
    .continue-shopping-button:before,
    .wishlist-content .button-2:before,
    .estimate-shipping-button:before
    {
        display: inline-block;
        margin: -3px 8px 0 0;
        font-weight: normal;
        font-family: 'Open Sans',montserrat,Arial;
        font-size: 16px;
        color: #ccc;
        vertical-align: middle;
    }

.estimate-shipping-button:before
{
    font-family: prisma; /*ROBBY 4.3 VERIFY added this as this is a new section*/
    content: '\e90b';
    font-size: 21px;
    margin-bottom: 25px;
    margin-top: 25px;
    transition: all .2s ease;
}

.update-cart-button:before,
.update-wishlist-button:before
{
    font-family: prisma !important;
    content: '\e949';
}

.wishlist-add-to-cart-button:before
{
    font-family: prisma !important;
    content: '\e91c';
}

.email-a-friend-wishlist-button:before
{
    font-family: prisma !important;
    content: '\e933';
}

.wishlist-page .share-info
{
    position: relative;
    padding: 30px;
    background: #f6f6f6;
    font-size: 13px;
    color: #aaa;
    text-align: center;
}

    .wishlist-page .share-info:before
    {
        font-family: prisma;
        content: '\e919';
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 60px;
        color: #e9e9e9;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .wishlist-page .share-info a
    {
        display: block;
        margin: 5px 0;
        font-weight: bold;
        color: #343435;
    }

    .wishlist-page .share-info a,
    .wishlist-page .share-info span
    {
        position: relative;
        z-index: 1;
    }

    .wishlist-page .share-info span
    {
        color: #888;
    }

.compare-products-page
{
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list
    {
        display: block;
        margin: 0 0 20px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #343435;
    }

        .compare-products-page .clear-list:before
        {
            font-family: prisma;
            content: '\e901';
            display: inline-block;
            margin-right: 5px;
            font-size: 10px;
            color: #bbb;
        }

    .compare-products-page .remove-button
    {
        padding: 8px 10px;
        border: 0;
        background: #eee;
        text-transform: uppercase;
        font-size: 11px;
        color: #aaa;
    }

        .compare-products-page .remove-button:before
        {
            font-family: prisma;
            content: '\e901';
            display: inline-block;
            margin-right: 5px;
            font-size: 8px;
            color: #bbb;
        }

.compare-products-table
{
    display: none;
}

.compare-products-page img
{
    max-width: 100%;
}

.compare-products-table td:first-child
{
    background: #f6f6f6;
    text-align: right;
    font-size: 15px;
    color: #aaa;
}

.compare-products-table .full-description
{
    display: none;
}

.compare-products-table-mobile img
{
    max-width: 160px;
}


/*********** TOPICS ***********/


.home-page .topic-block
{
    margin: 0 auto 20px;
    padding: 30px 0;
    text-align: center;
}

.topic-block-title
{
    margin: 0 0 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #eee;*/
    text-transform: uppercase;
}

    .topic-block-title h2
    {
        font-size: 24px;
    }

.home-page .topic-block-title h2
{
    font-weight: normal;
    font-size: 24px;
    color: #444;
}

.topic-block-body
{
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
}



.topic-block a,
.topic-page a
{
    text-decoration: underline;
}

.topic-page .page-body
{
    line-height: 20px;
    font-size: 14px;
    color: #888;
    padding-left: 20px;
}

.popup-window .topic-page
{
    padding: 15px;
}

.not-found-page p
{
    margin: 30px 0;
}

.topic-password
{
    margin: 50px 0 100px;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

    .topic-password .password-error
    {
        display: block;
    }

.enter-password-title
{
    margin: 0 0 10px;
    font-size: 13px;
    color: #666;
}

.enter-password-form
{
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"]
    {
        width: 200px;
        height: 36px;
    }

    .enter-password-form input[type="submit"]
    {
        display: block;
        width: 150px;
        margin: 20px auto 0;
        padding: 10px 35px;
        border: none;
        height: 36px;
        background: #343435;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

.password-error
{
    margin: 0 0 10px;
}

.registration-page .accept-privacy-policy label
{
    display: inline-block;
}


/*********** CONTACT & EMAIL A FRIEND ***********/


.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body
{
    padding: 10px;
    text-align: center;
    background: #f6f6f6;
}

.contact-page .title,
.contact-page .topic-block-title,
.contact-page .topic-block-body,
.apply-vendor-page .title,
.apply-vendor-page .topic-block-title,
.apply-vendor-page .topic-block-body
{
    margin: 0;
    padding: 15px 0;
    /*border-bottom: 1px solid #eee;*/
    max-width: 100%;
}

.apply-vendor-page .topic-block
{
    margin-bottom: 0;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields
{
    margin: 0 0 15px;
}

.account-page .inputs,
.password-recovery-page .inputs,
.registration-page .inputs,
.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs
{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.account-page .inputs
{
    padding: 10px 0;
    border-bottom: 0px solid #fff;
}



.contact-page .result,
.email-a-friend-page .result
{
    font-size: 14px;
    color: #343435;
}

.account-page .inputs:last-child,
.registration-page .inputs:last-child
{
    border: 0;
}

.account-page input[type=text],
.account-page input[type=email],
.account-page input[type=tel],
.password-recovery-page input[type=text],
.password-recovery-page input[type=email],
.password-recovery-page input[type=tel],
.registration-page input[type=text],
.registration-page input[type=email],
.registration-page input[type=tel]
{
    width: 350px;
}

.contact-page input[type=text],
.contact-page input[type=email],
.contact-page input[type=tel],
.email-a-friend-page input[type=text],
.email-a-friend-page input[type=email],
.email-a-friend-page input[type=tel],
.apply-vendor-page input[type=text],
.apply-vendor-page input[type=email],
.apply-vendor-page input[type=tel],
.contact-page textarea,
.email-a-friend-page textarea,
.apply-vendor-page textarea
{
    width: 400px;
}

.account-page label,
.password-recovery-page label,
.registration-page label,
.contact-page label,
.email-a-friend-page label,
.apply-vendor-page label
{
    font-size: 13px;
    color: #666;
}

.account-page .message-error
{
    margin: 10px 0;
}

.password-recovery-page .message-error,
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error
{
    margin: 10px 20px;
}

.email-a-friend-page .title h2
{
    padding: 15px 0;
    font-weight: normal;
    color: #343435;
}

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons
{
    margin: 0;
}

.accept-privacy-policy .read
{
    color: #343435;
}

.customer-pages-body .side-2
{
    margin-bottom: 30px;
}

.apply-vendor-page .terms-of-service
{
    margin-top: 20px;
    text-align: center;
}

    .apply-vendor-page .terms-of-service span
    {
        color: #343435
    }

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.account-page,
.registration-page .fieldset
{
    margin-bottom: 4px;
    padding: 20px;
    min-height: auto;
    background: #f6f6f6;
}

    .account-page .title,
    .registration-page .title
    {
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 14px;
        color: #444;
    }

    .account-page .page-title
    {
        display: none;
    }

.customer-pages-body .center-2
{
    margin: 0 10px 50px;
    background: #f6f6f6;
}

.gender
{
    display: inline-block;
}

    .gender span
    {
        display: inline-block;
        width: 105px;
        vertical-align: middle;
    }

.account-page .date-of-birth select,
.registration-page .date-of-birth select
{
    width: 31%; /*birth-date selectors, always single line*/
    max-width: 110px;
    background-position: 90% center;
}

.date-of-birth select + select
{
    margin: 0 0 0 10px;
}

.check-username-availability-button
{
    margin: 10px 0 0;
    border: 0;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #343435;
}

.btn-wrapper
{
    margin: 0 auto;
    max-width: 350px;
    text-align: right;
}

.field-validation-valid, .username-available-status,
.username-not-available-status
{
    float: left;
    margin-top: 8px;
}

#username-availabilty:empty
{
    display: none;
}

.account-page select,
.registration-page select
{
    border: 1px solid #eee;
    background-position: 97% center;
}

.vat-status, .vat-note
{
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 13px; /*reset zeroing*/
    color: #aaa;
    white-space: normal;
}

    .vat-note em
    {
        font-style: normal;
    }

.accept-privacy-policy
{
    margin: 0 0 10px;
    text-align: center;
}

    .accept-privacy-policy > *
    {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
    }

    .accept-privacy-policy .read
    {
        font-weight: bold;
        cursor: pointer;
    }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1
{
    padding: 14px 39px;
}

.registration-result-page .result
{
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.login-page .customer-blocks
{
    margin: 0 0 20px;
}

    .login-page .customer-blocks:after
    {
        content: '';
        display: block;
        clear: both;
        overflow: hidden;
    }

    .login-page .customer-blocks > div
    {
        position: relative;
        padding: 0 30px 20px;
        background: #f6f6f6;
    }

        .login-page .customer-blocks > div .buttons
        {
            margin: 0;
        }

.login-page .title,
.login-page .topic-block-title h2
{
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.login-page .text
{
    margin: 30px 0 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #666;
}

.login-page .returning-wrapper .inputs
{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.login-page .inputs.reversed
{
    margin: 5px 0 10px;
    padding: 0;
    font-size: 12px; /*reset zeroing*/
}

    .login-page .inputs.reversed label
    {
        float: left;
        width: auto;
    }

.forgot-password
{
    float: right;
    margin: 11px 0;
    font-weight: bold;
    font-size: 12px;
    color: #343435;
}

.external-authentication
{
    background: #f6f6f6;
    text-align: center;
}

.facebook-login-block
{
    margin-top: 20px;
}

    .facebook-login-block .buttons
    {
        margin: 0;
        padding-bottom: 20px;
    }

    .facebook-login-block .facebook-btn
    {
        width: 250px;
        height: 45px;
        background: url(../img/fb_custom_btn.jpg) no-repeat;
    }

        .facebook-login-block .facebook-btn:hover
        {
            background-position: 0 0;
        }

.login-page .topic-block
{
    margin: 20px 0;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

.login-page .topic-block-title h2
{
    padding: 0;
    border: 0;
}

.login-page .topic-block-body
{
    font-size: 13px;
    color: #666;
}

.password-recovery-page .page-body
{
    padding: 20px;
    background: #f6f6f6;
}

.password-recovery-page .tooltip
{
    margin: 0 0 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.password-recovery-page .result
{
    margin: 0 0 5px;
    font-weight: bold;
}

.checkout-as-guest-button
{
    margin-bottom: 10px;
}

.checkout-as-guest-or-register-block .buttons input
{
    min-width: 250px;
}

.block-account-navigation .title
{
    text-align: left;
    font-size: 20px;
}

.block-account-navigation .listbox
{
    display: none;
    padding: 10px;
}

.block-account-navigation li
{
    position: relative;
    margin-bottom: 4px;
    background: #fff;
}

.block-account-navigation .list li a
{
    position: relative;
    display: block;
    padding: 21px 10px 21px 49px;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    color: #bbb;
    z-index: 1;
}

    .block-account-navigation .list li a:after
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #343435;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        z-index: -1;
    }

    .block-account-navigation .list li.active a:after,
    .block-account-navigation .list li a:hover:after
    {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

.block-account-navigation .list > li.active > a,
.block-account-navigation .list > li.active > a:hover,
.block-account-navigation .listbox .list > li > a:hover
{
    color: #fff;
}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before
{
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 27px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}

.block-account-navigation .listbox li.active a:before,
.block-account-navigation .listbox li a:hover:before
{
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-account-navigation li.customer-info a:before
{
    font-family: prisma;
    content: '\e945';
}

.block-account-navigation li.customer-addresses a:before
{
    font-family: prisma;
    content: '\e91f';
}

.block-account-navigation li.customer-orders a:before
{
    font-family: prisma;
    content: '\e903';
}

.block-account-navigation li.return-requests a:before
{
    font-family: prisma;
    content: '\e90d';
}

.block-account-navigation li.downloadable-products a:before
{
    font-family: prisma;
    content: '\e932';
}

.block-account-navigation li.back-in-stock-subscriptions a:before
{
    font-family: prisma;
    content: '\e927';
}

.block-account-navigation li.reward-points a:before
{
    font-family: prisma;
    content: '\e90e';
}

.block-account-navigation li.change-password a:before
{
    font-family: prisma;
    content: '\e940';
}

.block-account-navigation li.customer-avatar a:before
{
    font-family: prisma;
    content: '\e945';
}

.block-account-navigation li.forum-subscriptions a:before
{
    font-family: prisma;
    content: '\e935';
}

.block-account-navigation li.customer-reviews a:before
{
    font-family: prisma;
    content: '\e92f';
}

/* RD2019 THIS didn't exist in 4.0*/
.block-account-navigation li.customer-gdpr a:before
{
    font-family: prisma;
    content: '\e954';
}

/* RD2019 THIS didn't exist in 4.0*/
.block-account-navigation li.customer-check-gift-card-balance a:before
{
    font-family: prisma;
    content: '\e955';
    font-size: 22px;
}

.customer-pages-body .master-column-wrapper > .page-title
{
    display: none;
}

.account-page .edit-address
{
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 0px solid #eee;
}

.edit-address

.change-password-page .buttons,
.customer-info-page .buttons
{
    margin-bottom: 0;
    padding: 30px 0;
    background: #f6f6f6;
}

/* RD2019 THIS didn't exist in 4.0*/
.register-page .inputs.accept-consent,
.customer-info-page .inputs.accept-consent
{
    padding: 0 0 10px 0;
}

.change-password-page .buttons
{
    border-top: 1px solid #eee;
}

.customer-pages-body .data-table
{
    margin: 30px 0;
    border-color: #eee;
    color: #888;
}

    .return-request-page .data-table th,
    .customer-pages-body .data-table th
    {
        border: 1px solid #eee;
        background: #fff;
    }

    .return-request-page .data-table td,
    .customer-pages-body .data-table td
    {
        padding: 15px;
        border-color: #eee;
        text-align: center;
        font-size: 14px;
    }

        .customer-pages-body .data-table td.date
        {
            white-space: nowrap;
        }

        .customer-pages-body .data-table td.points
        {
            font-weight: bold;
            color: #666;
        }

        .customer-pages-body .data-table td.points-balance
        {
            font-weight: bold;
            color: #343435;
        }

        .customer-pages-body .data-table td.message
        {
            color: #666;
        }

.account-page .description
{
    margin: 0 0 20px;
    font-size: 13px;
}

.address-list .buttons .button-2,
.order-list .buttons .button-2
{
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #f6f6f6;
    font-size: 0;
    transition: all .3s;
}

    .address-list .buttons .button-2:hover,
    .order-list .buttons .button-2:hover
    {
        background: #343435;
    }

    .address-list .buttons .button-2:after,
    .order-list .buttons .button-2:after
    {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'Open Sans',montserrat,Arial;
        font-size: 13px;
        color: #343435;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: all .3s;
    }

    .address-list .buttons .button-2:hover:after,
    .order-list .buttons .button-2:hover:after
    {
        color: #f6f6f6;
    }

.orderdetails div:hover
{
    background-color: #E1E8EC !important;
}

.address-list .buttons .edit-address-button:after
{
    font-family: prisma;
    content: '\e920';
}

.address-list .buttons .delete-address-button:after
{
    font-family: prisma;
    content: '\e901';
    color: #e53850;
}

.order-list .buttons .order-details-button:after
{
    font-family: prisma;
    content: '\e931';
}

.order-list .buttons .return-items-button:after
{
    font-family: prisma;
    content: '\e92e';
    color: #e53850;
}

.order-list .buttons .cancel-items-button:after
{
    font-family: prisma;
    content: '\e92a';
    color: #e53850;
}

.add-more-external-records
{
    padding: 20px 0;
    font-size: 13px;
    color: #666;
}

.email-to-revalidate,
.email-to-revalidate-note
{
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    font-size: 12px; /*reset zeroing*/
    white-space: normal;
}

.request-item .title,
.address-list-page .title,
.order-list-page .title
{
    padding: 19px 80px 10px 19px;
    border-bottom: 4px solid #f6f6f6;
    background: #fff;
}

.request-item .title
{
    padding: 19px;
}

.address-list-page .info,
.order-list-page .info
{
    margin: 0 0 10px;
    padding: 15px;
    background: #fff;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.address-list .buttons,
.order-list .buttons
{
    position: absolute;
    top: 7px;
    right: 7px;
}

.address-list-page .info .name
{
    font-weight: bold;
}

.address-list-page .add-button
{
    margin: 15px 0;
    text-align: center;
}

    .address-list-page .add-button input
    {
        padding: 13px 35px;
        border: 0;
        background: #343435;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }

.customer-pages-body .data-table .select-boxes
{
    text-align: center;
}

.select-boxes input,
.opc .use-reward-points input /* RD2019 ppc THIS didn't exist in 4.0*/
{
    margin: 0;
    padding: 0;
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
}

.request-item .details
{
    padding: 20px;
    background: #fff;
    text-align: left;
    line-height: 24px;
    font-size: 13px;
}

.request-item label
{
    display: inline-block;
    width: 48%;
    color: #888;
}

    .request-item label + div
    {
        display: inline-block;
    }

    .request-item label + div,
    .request-item span
    {
        color: #444;
    }

.request-item a
{
    color: #343435;
}

    .request-item a + span
    {
        width: auto;
    }

.return-request-list-page a
{
    font-weight: bold;
}

.return-request-page .page-body
{
    padding: 20px;
    background: #f6f6f6;
}

.return-request-page .data-table td select
{
    border: 1px solid #eee;
    width: 60px;
}

.return-request-page .data-table td.product
{
    color: #888;
}

.return-request-page .data-table td.unit-price
{
    font-weight: bold;
    color: #343435;
}

.return-request-page .section
{
    margin-bottom: 40px;
}

.return-request-page .inputs
{
    margin-bottom: 10px;
}

.user-agreement-page .terms-of-agreement
{
    margin: 0 0 20px;
    text-align: center;
}

.reward-points-overview
{
    margin: 0 0 15px;
    display: inline-block;
}

.order-list-page .recurring-payments > .title
{
    background: none;
    padding: 0;
}

.avatar-page .message-error
{
    margin: 0 0 10px;
}

.avatar-page .fieldset
{
    margin: 0 auto 15px;
    max-width: 400px;
    background: #fff;
}

.avatar-page .image
{
    margin: 0 auto 10px;
    max-width: 180px;
}

.file-upload
{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    background: #fff;
    text-align: left;
    font-size: 0pt;
}

    .file-upload .fieldset
    {
        position: relative;
    }

    .file-upload label
    {
        display: inline-block;
        padding: 10px 19px;
        height: 40px;
        background: #fff;
        font-weight: bold;
        color: #343435;
        cursor: pointer;
    }

    .file-upload .filename
    {
        border: 0;
        height: 40px;
        max-width: 289px;
    }

.avatar-page input[type="file"]
{
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 110px;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

.avatar-page button
{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    font-size: 0;
}

    .avatar-page button::after
    {
        font-family: prisma;
        content: '\e901';
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 12px;
        color: #e53850;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.avatar-page .info
{
    margin: 20px 0;
    font-size: 13px;
    color: #888;
}

/* RD2019 THIS didn't exist in 4.0*/
.gdpr-tools-page .form-fields
{
    padding: 30px 0;
}

.vendorinfo-page .vendor-picture
{
    margin: 10px 0 0;
    text-align: center;
}

    .vendorinfo-page .vendor-picture img
    {
        display: block;
        margin: 0 auto 10px;
    }


/********** SHOPPING CART **********/


.cart-title,
.checkout-page .page-title
{
    margin: 0;
    padding: 1px 0px 10px 0px; /*rd18 padding: 20px 0 10px;*/
    background: #fff;
}

.order-progress
{
    margin: 0 0 10px; /*rd18 margin: 0 0 20px;*/
    padding: 0; /*rd18 padding: 10px 0 10px 0;*/
    text-align: center;
    /*background: #f6f6f6;*/ /*rd18*/
    background: #fff;
}

    .order-progress ul
    {
        text-align: center;
        font-size: 8pt !important; /*rd18 font-size: 0*/
    }

    .order-progress li
    {
        display: inline-block;
        width: 15%;
        width: -webkit-calc(100%/6 - 3px);
        width: calc(100%/6 - 3px);
        max-width: 130px;
        vertical-align: baseline;
    }

        .order-progress li + li
        {
            margin-left: 3px;
        }

    .order-progress a
    {
        position: relative;
        display: block;
        border-top: 4px solid transparent;
        height: 50px;
        background: #fff;
    }

        .order-progress a:before
        {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: 'Open Sans',montserrat,Arial;
            font-weight: normal;
            font-size: 30px;
            color: #ccc;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .order-progress li:first-of-type a:before
    {
        /*content: '\e903';*/
    }

    .order-progress li:nth-of-type(2) a:before
    {
        /*content: '\e902';*/
    }

    .order-progress li:nth-of-type(3) a:before
    {
        /*content: '\e911';*/
        font-size: 35px;
    }

    .order-progress li:nth-of-type(4) a:before
    {
        /*content: '\e909';*/
        font-size: 32px;
    }

    .order-progress li:nth-of-type(5) a:before
    {
        /*content: '\e92d';*/
        font-size: 28px;
    }

    .order-progress li:nth-of-type(6) a:before
    {
        /*content: '\e92c';*/
        font-size: 26px;
    }

    .order-progress li.active-step.last a
    {
        border-top: 4px solid #363535 !important;
        cursor: pointer;
    }

        .order-progress li.active-step.last a:before
        {
            color: #343435;
        }

    .order-progress li.inactive-step a
    {
        background: #F6F6F6; /*rd18  background: #fbfbfb;*/
        color: #777;
        cursor: default;
    }

.shopping-cart-page .selected-checkout-attributes
{
    display: none;
}

/*.shopping-cart-page .button-1
{
    padding: 25px 15px 25px 15px;
}*/

.checkout-page .button-2,
.order-details-page .page-title a
{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.remove-discount-button,
.remove-gift-card-button
{
    margin: 0 0 0 5px;
    border: 0;
    width: 20px;
    height: 20px;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
}

.shopping-cart-page .message-error
{
    margin: 0 0 20px;
    font-size: 13px;
}

.cart-options
{
    border: 0px solid #eee;
    float: right;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .cart-options .common-buttons
    {
        margin-bottom: 4px;
        padding: 0px; /*rd18 padding: 20px;*/
        background: #fff; /*rd18  background: #f6f6f6;*/
        font-size: 0;
        width: 100%;
    }

        .cart-options .common-buttons button,
        .shopping-cart-page .common-buttons a
        {
            /*padding: 25px 15px 25px 15px;*/
            margin: 0;
            border: 1px solid #eee;
            /*width: 280px;
            min-width: 150px;*/
            background: #fff;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 12px;
            color: #343435;
            width: 50% !important;
        }

            .cart-options .common-buttons button:hover
            {
                background: #363535;
                color: #fff;
            }

.estimate-shipping-button
{
    padding: 15px 15px 15px 15px !important;
}

    .estimate-shipping-button:hover
    {
        background-color: #343435 !important;
        color: #fff !important;
    }

.continue-shopping-button:before
{
    font-family: prisma;
    content: '\e92e';
}

.cart-options .checkout-attributes
{
    margin: 20px 0;
    padding: 20px;
    background: #FCFCFC;
    text-align: left;
}

    .cart-options .checkout-attributes:after
    {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .cart-options .checkout-attributes dt
    {
        /*float: right;*/
        clear: right;
        margin: 0 0 5px;
        font-weight: bold;
        font-size: 13px;
        color: #666;
    }

    .cart-options .checkout-attributes dd
    {
        float: right;
        clear: right;
        margin: 0 0 15px;
    }

    .cart-options .checkout-attributes li
    {
        line-height: 24px;
    }

        .cart-options .checkout-attributes li *
        {
            vertical-align: middle;
        }

    .cart-options .checkout-attributes input,
    .cart-options .checkout-attributes textarea,
    .cart-options .qq-uploader
    {
        max-width: 100%;
        width: 350px;
    }

.cart-options select
{
    width: 117px;
}

.cart-options .selected-checkout-attributes
{
    margin: 20px 0;
}

.cart-footer:after
{
    content: "";
    display: block;
    clear: both;
}

cart-footer table
{
    width: 50%;
}

.cart-footer .totals
{
    margin: 10px auto 30px;
}

.cart-footer .total-info
{
    margin: 0 0 10px;
}

.cart-total td
{
    padding: 5px;
    border: 1px solid #ccc;
    width: 40%;
}

.cart-total .order-total
{
    font-size: 16px;
    color: #c00;
}

.terms-of-service
{
    margin: 10px 4px 15px 4px;
    text-align: left;
}

    .terms-of-service label
    {
        cursor: pointer;
    }

    .terms-of-service input[type=checkbox] + label
    {
        display: inline;
    }

.font-comfortaa .terms-of-service input[type=checkbox] + label:before,
.font-comfortaa .terms-of-service input[type=checkbox] + label:after
{
    top: 8px;
}

.terms-of-service input[type=checkbox] + label:before,
.terms-of-service input[type=checkbox] + label:after
{
    top: 13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.terms-of-service a
{
    position: relative;
    margin: 0 0 0 3px;
    font-weight: bold;
    font-size: 13px;
    color: #343435;
}

.addon-buttons
{
    margin-top: 10px;
}


#checkout,
#checkout span,
.complete-button,
.complete-button span
{
    position: relative;
    background: #363535;
    color: #fff !important;
}

    #checkout:before,
    .complete-button button:before
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #363535;
        /*-webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: transform .3s ease-out;
        transition: transform .3s ease-out;*/
    }

    .complete-button button:hover:before,
    #checkout:hover:before
    {
        /*-webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
        background: #363434;
    }

    .complete-button span:before,
    #checkout span:before
    {
        /*content: '\e929';*/
        display: inline-block;
        margin-right: 5px;
        font-weight: normal;
        font-family: 'Open Sans',montserrat,Arial;
        font-size: 30px;
        color: #fff;
        vertical-align: middle;
        background: #363535;
    }

    .complete-button:hover span,
    .complete-button:hover span:before,
    #checkout:hover span,
    #checkout:hover span:before
    {
        color: #fff;
        background: #363434;
    }

.cart-options, .cart-collaterals, .shopping-cart-page .totals
{
    width: 60%;
}

.cart-collaterals
{
    border: 0px solid #eee;
    float: right;
}

    .cart-collaterals > .deals
    {
        background: #fff; /*rd18 background: #f6f6f6;*/
        /*border: 1px solid #eee;*/
    }

    .cart-collaterals .title
    {
        margin: 0 0 5px;
        padding: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 14px;
        color: #444;
    }

    .cart-collaterals .coupon-box
    {
        border-bottom: 4px solid #fff;
    }

    .cart-collaterals .hint
    {
        margin: 10px 10px 5px;
        font-size: 13px;
        color: #bbb;
    }

    .cart-collaterals .deals > div,
    .estimate-shipping
    {
        padding-bottom: 0px;
        text-align: left;
    }

.estimate-shipping
{
    background: #f6f6f6;
}

.cart-collaterals .coupon-code
{
    padding: 0px;
    overflow: hidden;
    font-size: 0;
}

    .cart-collaterals .coupon-code input[type="text"],
    .cart-collaterals .coupon-code input[type="email"],
    .cart-collaterals .coupon-code input[type="tel"]
    {
        float: left;
        margin: 0 -1px 0 0;
        width: 50%;
        height: 40px;
    }

    .cart-collaterals .coupon-code input[type="submit"]
    {
        float: left;
        border: 1px solid #eee;
        width: 50%;
        background: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        color: #343435;
        /*padding: 25px 15px 25px 15px;*/
    }

        .cart-collaterals .coupon-code input[type="submit"]:hover
        {
            background: #363535;
            color: #fff !important;
        }

    .cart-options .common-buttons button,
    .cart-collaterals .coupon-code input[type="submit"],
    .cart-collaterals .coupon-code input[type="text"],
    .shopping-cart-page .button-1
    {
        padding: 15px;
    }

.cart-collaterals .shipping-options
{
    padding: 10px;
}

    .cart-collaterals .shipping-options label
    {
        text-align: left;
    }

    .cart-collaterals .shipping-options .inputs
    {
        margin-bottom: 10px;
    }

    .cart-collaterals .shipping-options .buttons
    {
        margin-bottom: 0;
    }

.cart-collaterals .buttons .estimate-shipping-button
{
    padding: 11px 24px;
    border: 1px solid #eee;
    width: 100%;
    background: #fff;
    color: #666;
}

.cart-collaterals .shipping-options select
{
    border: 1px solid #eee;
    background-position: 96% center;
}

.cart-collaterals .message-failure
{
    margin: 0px;
    font-size: 10px;
    color: #8A0000;
}

.cart-collaterals .message-success
{
    margin: 0 20px;
    font-size: 13px;
    color: #343435;
}

.cart-collaterals .current-code
{
    margin: 5px 10px 0;
}

    .cart-collaterals .current-code span
    {
        text-transform: uppercase;
        font-weight: bold;
        color: #343435;
    }

.cart-collaterals .shipping-results
{
    margin: 22px 0 0;
    padding: 20px;
    background: #f6f6f6;
    color: #666;
}

    .cart-collaterals .shipping-results li
    {
        margin: 10px 0;
    }

.edit-item
{
    margin-top: 5px;
    font-size: 13px;
    color: #343435;
}


/********** CHECKOUT **********/


.checkout-page .billing-addresses .section,
.shipping-address-page .pickup-in-store,
.shipping-address-page .select-shipping-address,
.payment-info
{
    margin: 0 0 20px;
    padding: 20px;
    background: #f6f6f6;
}

.shipping-address-page .new-shipping-address
{
    padding: 20px 20px 0 20px;
    background: #f6f6f6;
}

.shipping-address-page .pickup-points
{
    margin: 0 20px 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.shipping-address-page .pickup-in-store
{
    margin-bottom: 0;
}

    .shipping-address-page .pickup-in-store .selector
    {
        padding: 0;
    }

.shipping-address-page .checkout-data > form
{
    padding: 10px 0;
    background: #f6f6f6;
}

.new-billing-address .buttons,
.new-shipping-address .buttons
{
    margin-bottom: 0;
}

.shipping-address-page .address-select
{
    width: 100%;
    max-width: 350px;
    background-position: 96% center;
}

.checkout-page .section .title
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
}

.section.order-summary
{
    margin-top: 50px;
}

.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right
{
    border-bottom: 0;
}

.ship-to-same-address > div,
.pickup-in-store > div
{
    padding: 10px 0;
    background: #fff;
    text-align: center;
}

.pickup-in-store .description
{
    padding: 0 0 15px;
    font-size: 13px;
    color: #aaa;
}

.checkout-page .address-grid
{
    font-size: 0;
}

.checkout-page .address-item
{
    margin: 0 0 20px;
    text-align: center;
}

    .checkout-page .address-item > div
    {
        padding: 20px;
        background: #fff;
    }

.checkout-page .address-box
{
    margin: 0 0 4px;
    padding: 20px;
    background: #fff;
    font-size: 13px;
    color: #666;
}

.checkout-page .address-item input
{
    padding: 15px 20px;
    border: 0;
    background: #343435;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.checkout-page .address-item li
{
    padding: 2px 0;
}

    .checkout-page .address-item li.name
    {
        font-weight: bold;
    }

.checkout-page .edit-address
{
    margin: 0 0 20px;
}

.checkout-page .inputs
{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

    .checkout-page .inputs select
    {
        background-position: 96% center;
    }

    .checkout-page .inputs label
    {
        margin: 8px 0 8px 0;
        white-space: pre-line;
    }

.checkout-page .pickup-points .title
{
    display: none;
    margin: 0 0 40px;
}

.checkout-page .select-pickup-point
{
    text-align: center;
}

    .checkout-page .select-pickup-point li
    {
        /* display: inline-block;*/
        font-size: 13px;
        color: #666;
    }

.checkout-page .select-address select
{
    max-width: 100%;
}

.checkout-page .pickup-points-map
{
    margin: 20px 0 0;
    height: 300px;
}

.order-summary-content th:first-child,
.order-summary-content th.sku,
.order-summary-content .cart-item-row td:first-child,
.order-summary-content .cart-item-row td.sku
{
    display: none;
}

.order-summary-content .product-quantity
{
    color: #666;
}

.shipping-method,
.payment-method
{
    padding: 20px;
    background: #f6f6f6;
}

    .shipping-method .method-list,
    .payment-method .method-list
    {
        margin: 0 0 20px;
        text-align: center;
    }

        .shipping-method .method-list li,
        .payment-method .method-list li
        {
            position: relative;
            margin: 0 auto 4px;
            padding: 20px 30px;
            max-width: 500px;
            background: #fff;
            text-align: left;
        }

.payment-logo,
.payment-details
{
    display: inline-block;
    margin: 0 5px;
    max-width: 80%;
    vertical-align: top;
}

.shipping-method .method-list li label,
.payment-method .method-list li .payment-details label
{
    position: static;
    padding: 0 0 5px;
    max-width: 100%;
    white-space: pre-line;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

    .shipping-method .method-list li label:before,
    .payment-method .method-list li .payment-details label:before
    {
        content: '.';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: none;
        background: none !important;
        font-size: 0;
        text-indent: -9999px;
        cursor: pointer;
    }

    .shipping-method .method-list li label:hover,
    .payment-method .method-list li label:hover
    {
        color: #343435;
    }

    .shipping-method .method-list li label:after,
    .payment-method .method-list li label:after
    {
        top: 0;
        bottom: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: #343435;
    }

.payment-method .method-name
{
    white-space: nowrap;
}

.shipping-method .method-description,
.payment-method .payment-description
{
    line-height: 20px;
    font-size: 13px;
    color: #888;
    white-space: normal;
}

.shipping-method .buttons,
.payment-method .buttons
{
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.use-reward-points,
.multiple-locations
{
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

.use-reward-points
{
    margin: 0 0 10px;
}

.payment-info .info
{
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}

    .payment-info .info td
    {
        display: block;
        padding: 5px;
        margin: 0 auto;
        max-width: 350px;
    }

        .payment-info .info td:first-of-type
        {
            display: block;
            text-align: center;
        }

        .payment-info .info td p
        {
            text-align: center;
        }

        .payment-info .info td label
        {
            line-height: 1.2;
        }

        .payment-info .info td select,
        .payment-info .info td input
        {
            border: 1px solid #eee;
            width: 100% !important;
            max-width: 350px;
            height: 46px;
        }

#ExpireMonth,
#ExpireYear
{
    max-width: 47.8%;
}

.order-review-data
{
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
    font-size: 13px;
    color: #666;
}

    .order-review-data .billing-info,
    .order-review-data .shipping-info
    {
        margin-bottom: 50px;
    }

.confirm-order .terms-of-service
{
    margin: 30px 0;
    text-align: center;
}

.confirm-order .buttons
{
    margin: 30px 0 20px;
}

.confirm-order .button-1
{
    margin: 0 0 20px;
    font-size: 16px;
}

.confirm-order
{
    padding: 10px 20px 5px;
    background: #f6f6f6;
}

.order-completed
{
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

    .order-completed .details
    {
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .order-completed .order-number strong
    {
        font-weight: normal;
        font-size: 14px;
        color: #888;
    }

    .order-completed .details a
    {
        display: inline-block;
        margin: 20px 0 0;
        padding: 11px 28px;
        border: 1px solid #eee;
        background: #fff;
        text-transform: uppercase;
        font-weight: bold;
        color: #666;
    }

    .order-completed .buttons
    {
        margin-bottom: 0;
    }

.opc li
{
    margin-bottom: 10px;
}

.opc .step-title
{
    overflow: hidden;
    padding: 20px;
    background: #f6f6f6;
    text-transform: uppercase;
    color: #444;
}

.opc .allow .step-title
{
    cursor: pointer;
}

.opc .active .step-title
{
    border-bottom: 1px solid #eee;
}

.opc .step-title *
{
    float: left;
    font-size: 16px;
}

.opc .step-title span
{
    margin: 0 10px 0 0;
    font-weight: bold;
    color: #343435;
}

.opc .step
{
    padding: 20px;
    background: #f6f6f6;
}

.opc .section
{
    margin: 0 0 15px;
}

    .opc .section > label
    {
        display: block;
        margin: 0 0 10px;
        font-size: 13px;
        color: #666;
    }

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select
{
    width: 350px;
    max-width: 100%;
    background-position: 96% center;
}

.opc .buttons
{
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.opc .back-link
{
    margin: 0 0 10px;
}

    .opc .back-link small
    {
        display: none;
    }

    .opc .back-link a
    {
        text-transform: uppercase;
        font-weight: bold;
        color: #666;
    }

        .opc .back-link a:before
        {
            font-family: prisma;
            content: '\e92e';
            display: inline-block;
            margin-right: 5px;
            font-size: 14px;
            color: #aaa;
            vertical-align: middle;
        }

.opc .please-wait
{
    display: block;
    margin: 10px 0 0;
}

.opc .section.confirm-order
{
}

.opc .terms-of-service
{
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

#opc-confirm_order .buttons
{
    margin: 0;
    padding: 0;
    border: 0;
}


/*********** ORDER DETAILS & RETURN REQUEST ***********/


.order-review-data,
.order-details-area,
.shipment-details-area
{
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-review-data > div,
    .order-details-area > div
    {
        margin: 0 0 30px;
    }

    .order-review-data ul,
    .order-details-area ul,
    .shipment-details-area ul
    {
        margin: 0 0 10px;
    }

    .order-review-data li,
    .order-details-area li,
    .shipment-details-area li
    {
        padding: 2px 0;
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title
    {
        margin: 0 0 5px;
    }

.order-details-page .page-title
{
    margin: 40px 0 20px;
    overflow: hidden;
}

    .order-details-page .page-title h1
    {
        margin: 0 0 20px;
    }

.shipment-details-page .page-body,
.order-details-page .page-body
{
    text-align: center;
    font-size: 13px;
    color: #666;
}

.order-details-page .btns-wrapper
{
    padding: 30px;
    background: #f6f6f6;
    text-align: center;
    font-size: 0;
}

    .order-details-page .btns-wrapper > a
    {
        display: inline-block;
        padding: 10px 0;
        width: 49%;
        max-width: 200px;
        background: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        color: #343435;
    }

        .order-details-page .btns-wrapper > a + a
        {
            margin-left: 2%;
        }

.order-details-page .order-number,
.order-details-page .title,
.shipping-info-wrap .title
{
    text-transform: uppercase;
    font-size: 14px;
    color: #444;
}

.order-details-page .billing-info,
.order-details-page .shipping-info
{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.shipment-details-area .title,
.order-details-page .title
{
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.shipment-details-page .info-list .name,
.order-details-page .info-list .name
{
    font-weight: bold;
}

.order-info-wrap,
.billing-info-wrap,
.order-details-page .order-overview,
.shipping-info-wrap
{
    padding: 0 30px 30px;
    border-bottom: 4px solid #fff;
    background: #f6f6f6;
    line-height: 20px;
    font-size: 14px;
}

.shipments .title,
.products .title
{
    margin: 0;
    padding: 20px 0;
    border: 0;
}

.shipments .table-wrapper,
.products .table-wrapper
{
    padding: 20px;
    background: #f6f6f6;
}

.shipments table td,
.products table td
{
    border-width: 4px;
    text-align: center;
}

    .products table td.product
    {
        text-align: center;
    }

.shipments table em,
.products table em
{
    font-style: normal;
}

    .shipments table em a,
    .products table em a
    {
        font-weight: normal;
        font-size: 15px;
    }

.products,
.section.options
{
    margin-bottom: 4px;
}

    .products .product-unit-price
    {
        font-weight: bold;
    }

    .products .attributes
    {
        font-size: 13px;
        color: #aaa;
    }

    .products .product-subtotal
    {
        font-weight: bold;
        color: #343435;
    }

.order-details-area
{
    padding: 0 30px 30px;
    background: #f6f6f6;
}

.selected-checkout-attributes
{
    padding: 20px;
    background: #f6f6f6;
    font-size: 13px;
    color: #888;
    line-height: 25px;
}

.order-details-page .tax-shipping-info
{
    margin: 10px 20px 10px 0;
}

.order-details-page .actions
{
    margin-top: 20px;
    overflow: hidden;
    font-size: 0;
}

    .order-details-page .actions input + input
    {
        margin-top: 10px;
        background: #fff;
        color: #343435;
    }

.order-total strong
{
    color: #343435;
}

.totals .actions input,
.totals button,
input.apply-shipping-button
{
    padding: 15px;
    border: 0;
    width: 100%;
    background: #343435;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

input.apply-shipping-button
{
    width: auto;
    padding: 15px 50px;
}

.giftcard-summary label + span
{
    font-weight: bold;
    color: #343435;
}

.giftcard-summary .giftcard-remaining
{
    font-size: 12px;
}

.shopping-cart-page .totals
{
    border: 1px solid #eee;
    float: right;
    padding: 20px;
    /*width: 100%;*/
    background: #fff; /*rd18 #f6f6f6*/
    text-align: right;
}

.shopping-cart-page .partial-data
{
    padding: 20px;
    border: 1px solid #eee;
    text-align: left;
    float: right;
}

.clearfix
{
    clear: both;
}

.shopping-cart-page .partial-data span
{
    margin-right: 15px;
}

.cart-total
{
    margin: 0 auto;
    /*width: 100%;*/
    font-size: 14px;
}

    .cart-total td
    {
        border: 0;
    }

        .cart-total td:first-child
        {
            width: 60%;
            text-align: left;
            color: #aaa;
        }

        .cart-total td:nth-child(2)
        {
            font-weight: bold;
            color: #888;
        }

    .cart-total .order-total td.cart-total-left,
    .cart-total .order-total td.cart-total-right
    {
        padding: 15px 10px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .cart-total .order-total td.cart-total-left
    {
        text-transform: uppercase;
        font-weight: bold;
    }

    .cart-total .order-total td.cart-total-right
    {
        color: #343435;
    }

.return-request-file > div
{
    display: inline-block;
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.return-request-page .qq-upload-button
{
    padding: 8px;
    border: 0;
    width: 100%;
    height: 34px;
    background-color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    color: #343435;
}

.return-request-page textarea
{
    border: 0;
}

.return-request-page .qq-upload-list li
{
    background-color: transparent !important;
    font-size: 13px;
    color: #666 !important;
}

.return-request-page .buttons
{
    margin-bottom: 0;
}

.shipment-details-area
{
    background: #f6f6f6;
    text-align: center;
}


/*********** SEARCH & SITEMAP ***********/


.search-input
{
    padding: 0 20px 2px;
    /*background: #f6f6f6;*/
}

    .search-input .inputs
    {
        padding: 3px;
        /*border-bottom: 1px solid #eee;*/
    }

        .search-input .inputs.reversed label
        {
            float: none;
            width: 350px;
        }

.advanced-search
{
    margin: 0 0 20px;
}

    .advanced-search .price-range
    {
        display: inline-block;
    }

    .advanced-search select
    {
        border: 1px solid #eee;
        background-position: 96% center;
    }

    .advanced-search .price-range
    {
        max-width: 350px;
    }

        .advanced-search .price-range input
        {
            width: 49%;
        }

            .advanced-search .price-range input + input
            {
                margin-left: 2%;
            }

.search-input .warning,
.search-results .result
{
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
}

.search-results
{
    padding: 30px 15px;
    background: #fff;
    font-size: 13px;
    color: #666;
}

.sitemap-page .description,
.sitemap-page .entity
{
    margin: 0 0 4px;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

.sitemap-page .description
{
    font-size: 13px;
    color: #aaa;
}

.sitemap-page .entity-title
{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    color: #444;
}

    .sitemap-page .entity-title h2
    {
        font-size: 14px;
    }

.sitemap-page .entity-body
{
    margin-top: 20px;
    line-height: 24px;
}

.sitemap-page li
{
    display: inline-block;
    margin: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    color: #343435;
}

.sitemap-page a
{
    display: block;
}

    .sitemap-page a:empty
    {
        display: none;
    }


/********** BLOG & NEWS **********/


.year strong
{
    display: block;
    cursor: default;
}

.blog-page .post,
.news-items .news-item
{
    position: relative;
    margin: 0 0 4px;
    padding: 20px;
    background: #f6f6f6;
}

    .blog-page .post:after,
    .news-items .item:after
    {
        content: "";
        display: block;
        clear: both;
    }

.post-title,
.news-title
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}

    .post-title:hover,
    .news-title:hover
    {
        color: #343435;
    }

.news-head
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.post-date,
.news-date
{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}

    .post-date:before,
    .news-date:before
    {
        font-family: prisma;
        content: '\e930';
        display: inline-block;
        margin: -4px 10px 0 0;
        font-size: 16px;
        color: #ddd;
        vertical-align: middle;
    }

.post-body,
.news-body
{
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 13px;
    color: #888;
}

.post-body
{
    line-height: 24px;
}

.news-content
{
    margin-bottom: 4px;
    padding: 20px;
    background: #f6f6f6;
}

.blog-page .tags,
.blogpost-page .tags
{
    margin: 15px 0 15px;
    overflow: hidden;
    font-size: 0;
}

    .blog-page .tags label,
    .blogpost-page .tags label
    {
        display: none;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul
    {
        display: inline-block;
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li
    {
        display: inline-block;
        font-size: 13px;
        color: #888;
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator
        {
            margin: 0 5px 0 3px;
        }

    .blog-page .tags a,
    .blogpost-page .tags a
    {
        display: inline-block;
        line-height: 24px;
    }

.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all
{
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #343435;
}

    .blog-posts .read-more:after,
    .news-items .read-more:after,
    .news-list-homepage .view-all:after
    {
        font-family: prisma;
        content: '\e925';
        display: inline-block;
        margin-left: 10px;
        font-size: 10px;
        color: #ccc;
        vertical-align: middle;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .blog-posts .read-more:hover:after,
    .news-items .read-more:hover:after,
    .news-list-homepage .view-all:hover:after
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

.blog-posts .read-comments
{
    margin-right: 20px;
    line-height: 1.4;
    font-size: 13px;
    color: #888;
}

.blog-details
{
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

    .blog-details a:hover
    {
        color: #343435;
    }

    .blog-details .buttons
    {
        margin: 0;
    }

.blog-page .tags:before,
.blogpost-page .tags:before,
.blog-posts .read-comments:before
{
    display: inline-block;
    margin: 0 5px;
    font-family: 'Open Sans',montserrat,Arial;
    font-size: 18px;
    color: #ccc;
    vertical-align: middle;
}

.blog-posts .read-comments:before
{
    font-family: prisma;
    content: '\e92b';
}

.blog-page .tags:before,
.blogpost-page .tags:before
{
    font-family: prisma;
    content: '\e914';
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog-page .tags:hover:before,
.blogpost-page .tags:hover:before
{
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.blogpost-page .post-date,
.blogpost-page .post-body,
.blogpost-page .tags
{
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
}

.blogpost-page .post-body
{
    padding-bottom: 1px;
    text-align: left;
}

.blogpost-page .post-date
{
    padding-bottom: 0;
}

.blogpost-page .post-body ul
{
    text-align: left;
}

.blogpost-page .tags
{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.new-comment
{
    clear: both;
    margin: 4px 0;
    background: #f6f6f6;
}

    .new-comment .title
    {
        margin: 0 0 10px;
    }

    .new-comment .notifications
    {
        margin: 0 0 10px;
        text-align: center;
    }

    .new-comment .result
    {
        font-size: 13px;
        color: #343435;
    }

    .new-comment .form-fields
    {
        margin: 0 0 20px;
    }

    .new-comment .buttons
    {
        margin: 0;
    }

    .new-comment input[type=text],
    .new-comment input[type=email],
    .new-comment input[type=tel],
    .new-comment textarea
    {
        width: 350px;
    }

.comment-list
{
    padding: 20px;
    background: #f6f6f6;
}

    .comment-list .title
    {
        margin: 0 0 10px;
        font-weight: bold;
    }

.blog-comment,
.news-comment
{
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

    .blog-comment:last-of-type,
    .news-comment:last-of-type
    {
        border: 0;
    }

    .blog-comment:after,
    .news-comment:after
    {
        content: "";
        display: block;
        clear: both;
    }

.comment-info
{
    width: 150px;
    margin: 0 auto 20px;
}

    .comment-info .username
    {
        display: block;
        padding: 5px;
        font-weight: bold;
        font-size: 14px;
        color: #343435;
    }

    .comment-info .avatar
    {
        position: relative;
        margin: 15px auto;
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

        .comment-info .avatar img
        {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }

.comment-title
{
    margin-bottom: 15px;
    padding: 5px 0 0;
    text-transform: uppercase;
    color: #444;
}

.comment-time
{
    margin: 0 0 10px;
    color: #aaa;
}

.comment-body
{
    line-height: 26px;
    color: #888;
}

.news-item-page .inputs:first-child label
{
    display: block;
}

.news-list-homepage
{
    position: relative;
    padding: 50px 10px;
    background: #f6f6f6;
}

    .news-list-homepage:before,
    .news-list-homepage:after
    {
        content: '.';
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #f6f6f6;
        text-indent: -9999px;
        font-size: 0;
    }

    .news-list-homepage:before
    {
        right: 100%;
    }

    .news-list-homepage:after
    {
        left: 100%;
    }

    .news-list-homepage .title
    {
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        color: #444;
    }

    .news-list-homepage .news-item
    {
        padding-top: 25px;
        border: 1px solid #eee;
        background: #fff;
        text-align: center;
    }

        .news-list-homepage .news-item:only-child
        {
            display: block;
            margin: 0 auto;
        }

    .news-list-homepage .title strong
    {
        font-weight: normal;
    }

    .news-list-homepage .view-all
    {
        display: block;
        margin: 20px 0 0;
        text-align: center;
    }

    .news-list-homepage .post-body,
    .news-list-homepage .news-body
    {
        overflow: hidden;
        line-height: 24px;
        font-size: 14px;
    }

    .news-list-homepage .news-head
    {
        padding: 0;
        border: 0;
        margin-bottom: 20px;
    }

    .news-list-homepage .news-date
    {
        float: none;
    }

    .news-list-homepage .news-title
    {
        float: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        transition: all .3s;
    }

        .news-list-homepage .news-title:hover
        {
            color: #343435;
        }

    .news-list-homepage .news-items .buttons
    {
        margin-bottom: 20px;
        text-align: center;
    }


/********** FORUM & PROFILE **********/


.forum-breadcrumb.breadcrumb
{
    float: right;
    margin-bottom: 10px;
}

.forums-main-page .topic-block-body
{
    padding-top: 20px;
    margin: 0;
    max-width: none;
    background: #f6f6f6;
    font-size: 13px;
}

.forums-header
{
    clear: right;
    margin: 0 0 20px;
    padding-bottom: 20px;
    background: #f6f6f6;
    text-align: center;
    font-size: 13px;
}

    .forums-header:after
    {
        content: "";
        display: block;
        clear: both;
    }

.current-time
{
    padding: 20px 0;
    color: #444;
}

.forum-search-box
{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 430px;
    text-align: center;
}

    .forum-search-box .basic
    {
        overflow: hidden;
        border: 1px solid #eee;
        background: #fff;
    }

    .forum-search-box .advanced
    {
        margin-top: 20px;
    }

        .forum-search-box .advanced a
        {
            text-transform: uppercase;
            font-weight: bold;
            color: #343435;
        }

            .forum-search-box .advanced a:after
            {
                font-family: prisma;
                content: '\e925';
                display: inline-block;
                margin-left: 10px;
                font-size: 10px;
                color: #ccc;
                vertical-align: middle;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .forum-search-box .advanced a:hover:after
            {
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
                color: #343435;
            }

    .forum-search-box .search-box-text
    {
        float: left;
    }

    .forum-search-box .search-box-button
    {
        float: left;
        border: none;
        width: 45px;
        height: 45px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFGNUZEREEyNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFGNUZEREEzNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUY1RkREQTA0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUY1RkREQTE0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BcwI8AAAB90lEQVR42qyVyy9DQRTGb6vxTKyExE5tvNKwobH0CmXBirAlKrVg5y+wJIR4NXbERkiotB7dSVlIJcpKhI2NpcQrqO/Ed5NJ08tcOskvk5x75jtnZs4940gmk4bV6NsbSWeuAoOgA5TRdgPCIAiuVGenoT+ywRy4AOOgAuSQStrk2yLIsxtAxEMgAN7BPGgEhaSRNvk2DHa5RjvANGgB98ALRkEMPJIYbV76NIEp3QDVzOoVdIL4D75x+oivX9bqBJALzQLL4FzD/5z3IGsGdQK0c163URAb5lqdAG4lM91hHqPbTpkaNktaxptOgBvOtTYCVHO+0wkQ5jxgI4Dpe+joDfl/c67h+X+ABo27kJ2esopqdXaQAKs81wNQ94t4iL5LstYqgPSXTdAK8tl3ZBSBEzDDv7aAeGmTzEtBlL3JSHdEIr7N+n8C18ADjsElfzyrxD7BCsWfxeBKI75F8Tdm7+ExdbDvzIIh+rjpdysXynadUAVdKbW7RaEH0AwmQRcoB/XgiLsY0y0nlyK+rYg3MZMJ0Mb+HmCA717gW9AK4LTIPMGXK8rvEdD/l19adrAGfGyxrXyVTPFiiveAFzuZqzsI8sZzeHmmeAnYp/jzX5uSMyVDOeczRbz7P+LqixahmATJzUTm6R59cyc7nJ8y0be/BBgAfu551D9elCUAAAAASUVORK5CYII=) center no-repeat;
        font-size: 0;
    }

.forum-search-page .search-error
{
    padding: 15px;
    text-align: center;
    color: #c00;
}

.forum-search-page .search-results
{
    margin: 0 0 15px;
}

/* forum group */

.forums-table-section
{
    margin: 0 0 30px;
    font-size: 13px;
    color: #888;
}

    .forums-table-section a
    {
        vertical-align: middle;
    }

.forums-table-section-title
{
    margin: 0 0 4px;
    overflow: hidden;
    background: #f6f6f6;
    text-align: left;
}

forums-table-section td
{
    padding: 20px;
}

.forums-table-section-title > a,
.forums-table-section-title strong
{
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #343435;
}

.forum-table th:first-child,
.forum-table td:first-child
{
    display: none;
}

.forums-table-section .view-all
{
    position: absolute;
    top: 20px;
    right: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #343435;
}

.forums-table-section .image div
{
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('../img/folder1.png') center no-repeat;
}

.forums-table-section td
{
    border: 4px solid #f6f6f6;
    min-width: 120px;
    text-align: center;
}

.forums-table-section .forum-details
{
    width: 40%;
}

.topic-title,
.forums-table-section .forum-title
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

    .topic-title:hover,
    .forums-table-section .forum-title:hover
    {
        color: #343435;
    }

.forums-table-section .image div.sticky
{
    background: url('../img/folder2.png') center no-repeat;
}

.forums-table-section .image div.announcement
{
    background: url('../img/folder3.png') center no-repeat;
}

.forums-table-section .latest-post
{
    white-space: nowrap;
}

    .forums-table-section .latest-post .date
    {
        color: #666;
    }

    .forums-table-section .latest-post .author a
    {
        color: #343435;
    }

    .forums-table-section .latest-post .origin a
    {
        color: #343435;
    }

.forums-table-section .table-wrapper,
.forums-table-section-body .table-wrapper
{
    padding: 0 20px 20px;
    background: #f6f6f6;
}

.forums-table-section.active-discussions
{
    position: relative;
}

    .forums-table-section.active-discussions strong
    {
        color: #444;
    }

.active-discussions .topic-details
{
    padding: 20px;
    width: 70%;
}

.forums-table-section-title .link-rss
{
    float: right;
    margin: 20px;
    padding: 0;
    font-size: 0;
}

/* forum-page, topic-page */

.forum-page .forum-info
{
    margin: 0 0 20px;
}

.forum-page .forums-table-section
{
    margin: 0;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1
{
    margin: 0 0 20px 0;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
}

.forum-page .forum-description
{
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

.forum-actions,
.topic-actions
{
    margin: 0 0 4px;
    background: #f6f6f6;
    font-size: 0;
}

    .topic-actions .pager
    {
        border: 0;
        padding: 8px;
    }

    .forum-actions .actions,
    .topic-actions .actions
    {
        padding: 10px 0;
    }

        .forum-actions .actions a,
        .topic-actions .actions a,
        .topic-post .post-actions .edit-post-button,
        .topic-post .post-actions .delete-post-button,
        .topic-post .post-actions .quote-post a
        {
            display: inline-block;
            margin: 1px;
            padding: 5px 15px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            color: #343435;
        }

    .forum-actions a:before,
    .topic-actions a:before,
    .post-actions .edit-post-button:before,
    .post-actions .delete-post-button:before
    {
        display: inline-block;
        margin-right: 5px;
        font-family: 'Open Sans',montserrat,Arial;
        font-size: 14px;
        color: #ccc;
        vertical-align: middle;
    }

    .forum-actions .actions .new-topic:before
    {
        font-family: prisma;
        content: '\e944';
    }

    .forum-actions .actions .watch-forum:before,
    .topic-actions .actions .watch-forum:before
    {
        font-family: prisma;
        content: '\e918';
    }

    .forum-actions .pager.upper,
    .topic-actions .pager.upper
    {
        margin: 0;
    }

    .forum-actions .pager.upper
    {
        background: #fff;
    }

    .topic-actions .reply-topic-button:before
    {
        font-family: prisma;
        content: '\e92e';
    }

    .topic-actions .watch-topic-button:before
    {
        font-family: prisma;
        content: '\e918';
    }

    .topic-actions .move-topic-button:before
    {
        font-family: prisma;
        content: '\e925';
        font-size: 11px;
    }

    .post-actions .edit-post-button:before,
    .topic-actions .edit-topic-button:before
    {
        font-family: prisma;
        content: '\e94a';
    }

    .topic-post .post-actions .delete-post-button:before,
    .topic-actions .delete-topic-button:before
    {
        font-family: prisma;
        content: '\e901';
        font-size: 11px;
    }

    .topic-actions.lower .actions
    {
        display: none;
    }

.move-topic-page .page-body
{
    padding: 20px;
    background: #f6f6f6;
}

.move-topic-page label
{
    margin-bottom: 20px;
}

.move-topic-page select
{
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
    width: 100%;
    max-width: 350px;
    background-position: 96% center;
}

.private-messages-page .buttons input + input,
.private-message-send-page .buttons input + input,
.forum-edit-page .buttons input + input,
.move-topic-page .buttons input + input
{
    background: #fff;
    color: #343435;
}

/* topic post */

.topic-post
{
    margin: 0 0 4px;
    padding: 30px 30px 20px;
    background: #f6f6f6;
}

    .topic-post:after
    {
        content: "";
        display: block;
        clear: both;
    }

    .topic-post .post-info
    {
        margin: 30px 0;
    }

    .topic-post .user-info
    {
        border-bottom: 4px solid #f6f6f6;
        background: #fff;
    }

    .topic-post .username
    {
        display: block;
        padding: 10px 0;
        font-weight: bold;
        font-size: 14px;
        color: #343435;
    }

    .topic-post .avatar,
    .profile-info-box .avatar
    {
        overflow: hidden;
        font-size: 0;
    }

        .topic-post .avatar a
        {
            display: block;
        }

        .topic-post .avatar img,
        .profile-info-box .avatar img
        {
            margin: 0 auto;
            width: 150px;
            max-width: 100%;
        }

    .topic-post .user-stats
    {
        margin: 0 0 4px;
        background: #fff;
        overflow: hidden;
    }

        .topic-post .user-stats li
        {
            margin: 5px 10px;
            font-size: 13px;
        }

            .topic-post .user-stats li label
            {
                color: #aaa;
            }

        .topic-post .user-stats span,
        .profile-info-box .profile-stats span
        {
            margin: 0 0 0 3px;
            color: #666;
        }

    .topic-post .pm-button,
    .profile-info-box .pm-button
    {
        display: inline-block;
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #343435;
    }

        .topic-post .pm-button:before,
        .profile-info-box .pm-button:before
        {
            font-family: prisma;
            content: '\e927';
            display: inline-block;
            margin-right: 5px;
            font-size: 14px;
            color: #ccc;
            vertical-align: middle;
        }

.post-head
{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.topic-post .post-time
{
    margin: 0 0 15px;
    padding: 10px 0;
    font-size: 13px;
    color: #aaa;
}

.topic-post .post-actions
{
    margin: 0 0 15px;
    font-size: 0;
}

    .topic-post .post-actions > div
    {
        display: inline-block;
        vertical-align: middle;
    }

    .topic-post .post-actions a
    {
        display: inline-block;
        margin: 0 5px;
        font-size: 12px; /*reset zeroing*/
    }

.topic-post .post-body
{
    position: relative; /*topic post-body also gets style from blog post-body*/
    text-align: justify;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image
{
    max-width: 100%;
    height: auto;
}

.topic-post .quote,
.latest-posts .quote
{
    position: relative;
    margin: 15px 0;
    padding: 20px 0 20px 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
}

    .topic-post .quote:before,
    .latest-posts .quote:before
    {
        font-family: prisma;
        content: '\e947';
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 18px;
        color: #ccc;
    }

.topic-post .post-vote
{
    font-size: 0;
    vertical-align: middle;
}

    .topic-post .post-vote > span
    {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        cursor: pointer;
        vertical-align: middle;
    }

        .topic-post .post-vote > span:after
        {
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: 'Open Sans',montserrat,Arial;
            font-size: 10px;
            color: #ccc;
            vertical-align: middle;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .topic-post .post-vote > .vote.up:after
    {
        font-family: prisma;
        content: '\e944';
    }

    .topic-post .post-vote > .vote.down:after
    {
        font-family: prisma;
        content: '\e93d';
    }

    .topic-post .post-vote > div
    {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        color: #343435;
        vertical-align: middle;
    }

.topic-post .signature
{
    padding: 20px 0;
    border-top: 1px solid #eee;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
}
/* forum edit & send message */
.private-messages-box
{
    padding: 20px;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body
{
    padding: 20px;
    background: #f6f6f6;
}

.private-message-send-page .message,
.forum-edit-page .inputs:nth-child(3)
{
    margin: 10px 0;
    padding: 20px 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.forum-edit-page label,
.private-message-send-page label
{
    margin: 5px 0;
}

.forum-edit-page strong,
.private-message-send-page a
{
    font-size: 13px;
    color: #343435;
    vertical-align: middle;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons
{
    margin: 15px 0 0;
    text-align: center;
}

.private-message-send-page .buttons,
.private-messages-page .buttons
{
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

    .private-message-send-page .buttons input,
    .private-messages-page .buttons input
    {
        margin-bottom: 4px;
        min-width: 203px;
    }

.forum-edit-page .inputs span
{
    display: block;
    vertical-align: middle;
    margin-left: 0;
    font-size: 12px; /*reset zeroing*/
}

.forum-edit-page .inputs:first-child,
.private-message-send-page .inputs:first-child
{
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.forum-edit-page input[type="text"],
.forum-edit-page input[type="email"],
.forum-edit-page input[type="tel"],
.private-message-send-page input[type="text"],
.private-message-send-page input[type="email"],
.private-message-send-page input[type="tel"],
.forum-edit-page textarea,
.private-message-send-page textarea
{
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}

.forum-edit-page textarea
{
    display: block;
    height: 300px;
}

.forum-edit-page select
{
    width: 100%;
    max-width: 420px;
    background-position: 96% center;
}

.private-message-send-page .inputs.message label
{
    display: none;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar
{
    margin-bottom: 10px;
    text-align: center;
}

.forum-edit-page .inputs.reversed
{
    text-align: center;
}

/* inbox & view message */
.private-messages-page td.date
{
    width: 15%;
    white-space: nowrap;
}

.private-messages-page .unread td
{
    background: #f6f6f6;
}

    .private-messages-page .unread td a
    {
        font-weight: bold;
        color: #343435;
    }

.private-message-view-page .page-body
{
    padding-bottom: 20px;
    background: #f6f6f6;
}

.private-message-view-page .message-head
{
    padding: 20px;
    border-bottom: 4px solid #fff;
    text-align: center;
    color: #888;
}

    .private-message-view-page .message-head li
    {
        display: inline-block;
        margin-right: 30px;
        font-size: 13px;
    }

    .private-message-view-page .message-head span
    {
        margin: 0 10px 0 0;
        color: #444;
        vertical-align: middle;
    }

.private-message-view-page .buttons
{
    margin: 0 20px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

    .private-message-view-page .buttons .delete-pm-button
    {
        margin-left: 5px;
        background: #fff;
        color: #343435;
    }

    .private-message-view-page .buttons input:last-child
    {
        margin-top: 20px;
        background: none;
        color: #343435;
    }

.private-message-view-page .message-body
{
    padding: 20px;
    font-size: 13px;
    color: #888;
}

.private-message-view-page .message
{
    display: block !important;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
}

.private-message-send-page .inputs
{
    margin-bottom: 0;
    border: 0;
}

.private-message-send-page .message
{
    text-align: center;
}

/* profile page  */

.profile-info-box
{
    padding: 20px;
    overflow: hidden;
}

    .profile-info-box .avatar
    {
        margin: 0 auto 20px;
    }

    .profile-info-box .profile-stats
    {
        margin: 0 0 10px;
    }

    .profile-info-box .title
    {
        margin: 0 0 10px;
        font-size: 18px;
    }

.profile-page .topic
{
    margin: 0 0 20px;
    padding: 20px;
    border-bottom: 4px solid #fff;
}

.profile-page .topic-title
{
    margin: 0 0 10px;
    background: #f6f6f6;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #888;
}

    .profile-page .topic-title a
    {
        vertical-align: middle;
        font-weight: bold;
    }

.profile-page .topic-data
{
    color: #999;
}

.checkout-data .shipping-method .method-list li label:before,
.checkout-data .payment-method .method-list li .payment-details label:before
{
    display: none;
}

.checkout-data #ExpireMonth, .checkout-data #ExpireYear
{
    max-width: 27.2%;
}

.checkout-data .payment-info .info td
{
    max-width: 100%;
}

.checkout-data .shipping-method .method-list li,
.checkout-data .payment-method .method-list li
{
    max-width: 900px !important;
}

.checkout-data .payment-details
{
    width: 100%;
    max-width: 100%;
}

.custom-checkout .payment-method .method-name
{
    white-space: normal !important;
}

/*-------------------Swatch popup section start----------------*/

.gr-selector
{
    border: 1px solid #eee;
    width: 100%;
    text-align: center !important;
    margin-bottom: 15px;
    padding: 0 !important;
    font-size: 14px !important;
}

.selector-title
{
    letter-spacing: .6px;
    text-align: center;
    background-color: #f4f4f4;
    display: inline-block;
    padding: 8px 15px;
    width: 100%;
    border: 0;
    vertical-align: middle;
    text-align: left;
}

.overlay-image-block
{
    padding: 15px !important;
    text-align: left;
    cursor: pointer;
}

    .overlay-image-block img
    {
        width: 100%;
    }

    .overlay-image-block .current-title
    {
        color: #444;
        font-weight: bold;
    }

    .overlay-image-block ul li
    {
        margin-bottom: 7px !important;
    }

.html-product-details-page .master-wrapper-content
{
    z-index: auto;
}

.image-popup-overlay
{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    display: none;
    padding: 0;
}

#selection-img
{
    cursor: pointer;
    max-width: 300px;
    max-height: 300px;
}

.image-div-position
{
    position: fixed;
    z-index: 10000001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    border-bottom: 0 !important;
    padding: 0 !important;
}

.image-div
{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 !important;
}

.width-selection-img
{
    width: 100%;
    height: 100%;
}

.img-close
{
    color: white !important;
    font-size: 20px !important;
    text-align: center;
    cursor: pointer;
    float: right;
    position: fixed;
    z-index: 10000002;
    right: 20px;
    top: 20px;
    display: none;
    width: 40px;
    height: 35px;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 5px;
}

.swatch-popup-overlay
{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}

.swatch-popup
{
    position: fixed;
    z-index: 10000000;
    width: 95%;
    height: 95%;
    background-color: white;
    padding: 50px 10px 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
    display: none;
    overflow: hidden;
}

    .swatch-popup.openpopup, .swatch-popup-overlay.openpopup, .image-popup-overlay.viewlayer, .image-div-position.viewimg, .img-close.viewclosebtn
    {
        display: block;
    }

.swatch-popup-close
{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1;
}

    .swatch-popup-close p
    {
        margin-bottom: 0;
        cursor: pointer;
        font-size: 25px;
    }

.swatch-popup .sr-header
{
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 45px;
    color: #444;
}

.filter-options > .filters-button
{
    display: inline-block;
}

.filter-options > div
{
    width: 33.3%;
}

.nopAjaxFilters7Spikes
{
    background: #f6f6f6;
}

.filtersTitlePanel
{
    display: none;
}

.clearFilterOptionsAll
{
    float: right;
    cursor: pointer;
}

.filtersPanel:after
{
    content: "";
    display: block;
    clear: both;
}

.filter-swatch
{
    position: relative;
    float: none;
    display: block;
    border: 0;
    width: auto;
}

    .filter-swatch .title
    {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eee;
        background: #f6f6f6;
    }

        .filter-swatch .title a:after
        {
            content: '\e923';
            position: absolute;
            top: 50%;
            right: 15px;
            width: 28px;
            height: 28px;
            background: #fff;
            text-align: center;
            line-height: 28px;
            font-family: prisma;
            font-size: 9px;
            color: #dcdde0;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

    .filter-swatch a.toggleswatch
    {
        display: block;
        padding: 15px 45px 15px 20px;
        text-transform: uppercase;
        text-align: left;
        font-size: 14px;
        color: #444;
        cursor: pointer;
        font-weight: bold;
    }

        .filter-swatch a.toggleswatch.closed:after
        {
            -webkit-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
        }

    .filter-swatch a.clearFilterOptions,
    .filter-swatch a.clearPriceRangeFilter
    {
        position: absolute;
        top: 50%;
        right: 50px;
        width: 28px;
        height: 28px;
        background: #fff;
        text-transform: lowercase;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0;
        cursor: pointer;
    }

        .filter-swatch a.clearFilterOptions:after,
        .filter-swatch a.clearPriceRangeFilter:after
        {
            content: '\e901';
            position: absolute;
            right: 0;
            text-align: center;
            line-height: 28px;
            font-family: prisma;
            font-size: 10px;
            color: #bbb;
        }

.filtersSwatchPanel
{
    border-bottom: 1px solid #eee;
    color: #000;
    transition: 0.3s all;
    background: #f6f6f6;
}

    .filtersSwatchPanel .checkbox-list li
    {
        margin-bottom: 5px;
    }
    /*.filtersSwatchPanel.active{
        height:0;
        padding:0;
    }*/
    .filtersSwatchPanel .sublist-filter-1
    {
        margin-left: 5px;
        border-left: 1px solid #ddd;
        padding-bottom: 0;
        margin-bottom: 10px;
        display: none;
    }

        .filtersSwatchPanel .sublist-filter-1 li
        {
            margin-bottom: 10px;
        }

.sublist-filter-1.active
{
    display: block;
}

.filtersSwatchPanel ul
{
    padding: 10px;
}

    .filtersSwatchPanel ul:after
    {
        content: "";
        display: block;
        clear: both;
    }

.filtersSwatchPanel.active ul:after, .filtersSwatchPanel.active ul
{
    display: none;
}

.sublist-filter
{
    display: none;
}

    .sublist-filter.active
    {
        display: block;
    }

.swatch-section
{
    margin-bottom: 45px;
}

.note-tooltip .swatch-tooltip
{
    margin-top: 30px;
    margin-left: 3px;
}

.font-weight-bold
{
    font-weight: bold;
}

.swatch-tooltip
{
    cursor: default;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 10px 10px;
    position: absolute;
    z-index: 2147483647;
    font-size: 12px;
    box-shadow: rgba(0,0,0,0.2) 2px 4px 15px;
    max-width: 300px !important;
    display: none;
}

    .swatch-tooltip p
    {
        margin-bottom: 0.3rem;
        color: #444;
    }

.filter-name a
{
    font-size: .8em;
    color: blue;
}

    .filter-name a:hover
    {
        text-decoration: underline;
    }

.swatch-tooltip.open
{
    display: block;
}

.category-section
{
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.note-tooltip
{
    width: 18px;
    margin-right: 10px;
}

    .note-tooltip .swatch-tooltip:before
    {
        left: 10px;
        bottom: unset;
        top: -10px;
        transform: rotate( 180deg);
    }

.swatch-tooltip:before
{
    content: "";
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    border-top: 10px solid #fff;
    bottom: -10px;
}

.bodyoverflow
{
    overflow: hidden;
}

.overflow-swatch-section, .overflow-filter-section
{
    height: 75vh;
    overflow-y: auto;
    margin-top: 45px;
    overflow-x: hidden;
}

.swatch-section label
{
    display: flex;
}

.swatch-section .tooltip-trigger
{
    display: inline-block;
    background: #343434;
    color: #fff;
    font-weight: 600;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    padding-top: 1px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
}

.swatch-section .tooltip-trigger-grey
{
    display: inline-block;
    background: #A6A6A6;
    color: #fff;
    font-weight: 600;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    padding-top: 1px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
}

.note-tooltip:hover .swatch-tooltip
{
    display: block;
}

.swatch-section .color-list
{
    display: flex;
    flex-wrap: wrap;
}

.swatch-section .category-section .filter-name
{
    font-size: 15px;
}

.color-option
{
    margin: 5px 1%;
    width: 12%;
}

    .color-option img
    {
        width: 100%;
        height: 75px;
        cursor: pointer;
        margin-bottom: 5px;
    }

.color-label
{
    font-size: 10px;
    width: 100%;
    text-align: center;
    display: block;
}
/*.color-option:hover {
        transform: scale(1.2);
        box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
        z-index: 1;
    }*/
.color-option .color-box
{
    text-align: center;
    position: absolute !important;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    width: 100%;
    padding: 6px;
    cursor: default;
    font-size: 13px;
    word-break: break-word;
    hyphens: auto;
    text-align: center;
    display: none;
    top: 75px;
}

.color-option:hover .color-box
{
    display: block;
}

.color-option .color-box span
{
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    display: block;
}

.color-option .color-box button
{
    background-color: #343434;
    color: white;
    margin-top: 5px;
    font-size: 9px;
    font-weight: 400;
    padding: 7px 5px;
    outline: none;
    border: 1px solid #343434;
    border-color: transparent;
}

    .color-option .color-box button:hover
    {
        background-color: white;
        border: 1px solid #343434;
        color: #343434;
    }

.Current-swatch-price
{
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    color: #444;
}

    .Current-swatch-price span
    {
        font-size: 1.2rem !important;
    }

.current-selection
{
    width: 100%;
    max-width: 100%;
    overflow: visible;
    background-color: #f6f6f6;
    position: relative;
}

.current-selection-header
{
    height: 46px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    display: flex;
}

.selection-text
{
    margin-right: 5px;
}

.selected-option
{
    color: #343434;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.zindexzero
{
    z-index: 0;
}

.current-selection-body
{
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px solid #ddd;
    width: 100%;
}

    .current-selection-body .width-selection-img
    {
        width: 100%;
    }

    .current-selection-body ul
    {
        padding: 0;
        margin: 0;
    }

        .current-selection-body ul li
        {
            margin-bottom: 8px;
        }

            .current-selection-body ul li span
            {
                word-break: break-all;
                font-size: 14px;
            }

            .current-selection-body ul li a
            {
                word-break: break-all;
                font-size: 14px;
            }

            .current-selection-body ul li a
            {
                color: blue;
            }

                .current-selection-body ul li a:hover
                {
                    text-decoration: underline;
                }

    .current-selection-body .done-btn
    {
        background-color: #343434;
        color: white;
        margin-top: 5px;
        font-size: 1.2rem;
        font-weight: bold;
        padding: 4px 37px;
        outline: none;
        border: 1px solid #343434;
        border-color: transparent;
    }

        .current-selection-body .done-btn:hover
        {
            background-color: white;
            border: 1px solid #343434;
            color: #343434;
        }


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.col
{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto
{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1
{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2
{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3
{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4
{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5
{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6
{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7
{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8
{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9
{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10
{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11
{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12
{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first
{
    -ms-flex-order: -1;
    order: -1
}

.order-last
{
    -ms-flex-order: 13;
    order: 13
}

.order-0
{
    -ms-flex-order: 0;
    order: 0
}

.order-1
{
    -ms-flex-order: 1;
    order: 1
}

.order-2
{
    -ms-flex-order: 2;
    order: 2
}

.order-3
{
    -ms-flex-order: 3;
    order: 3
}

.order-4
{
    -ms-flex-order: 4;
    order: 4
}

.order-5
{
    -ms-flex-order: 5;
    order: 5
}

.order-6
{
    -ms-flex-order: 6;
    order: 6
}

.order-7
{
    -ms-flex-order: 7;
    order: 7
}

.order-8
{
    -ms-flex-order: 8;
    order: 8
}

.order-9
{
    -ms-flex-order: 9;
    order: 9
}

.order-10
{
    -ms-flex-order: 10;
    order: 10
}

.order-11
{
    -ms-flex-order: 11;
    order: 11
}

.order-12
{
    -ms-flex-order: 12;
    order: 12
}

.container, .custom-container
{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px)
{
    .container, .custom-container
    {
        max-width: 100%
    }
}

@media (min-width:768px)
{
    .container, .custom-container
    {
        max-width: 100%
    }
}

@media (min-width:992px)
{
    .container, .custom-container
    {
        max-width: 100%
    }
}

@media (min-width:1200px)
{
    .container, .custom-container
    {
        max-width: 1400px
    }
}

.container-fluid
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.pr-0, .px-0
{
    padding-right: 0 !important
}

.pl-0
{
    padding-left: 0 !important
}

.mb-5, .my-5
{
    margin-bottom: 3rem !important
}

.mb-4, .my-4
{
    margin-bottom: 2.5rem !important
}

.mb-3, .my-3
{
    margin-bottom: 1.5rem !important
}

.mb-2, .my-2
{
    margin-bottom: .5rem !important
}

.text-center
{
    text-align: center;
}

.row
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /*cursor:pointer;*/
}

@media (min-width:576px)
{
    .col-sm
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto
    {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1
    {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3
    {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5
    {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7
    {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8
    {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9
    {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10
    {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11
    {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px)
{
    .col-md
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto
    {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1
    {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3
    {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5
    {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7
    {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8
    {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9
    {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10
    {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11
    {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-0
    {
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width:992px)
{
    .col-lg
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto
    {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1
    {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3
    {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5
    {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7
    {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8
    {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9
    {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10
    {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11
    {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first
    {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last
    {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0
    {
        -ms-flex-order: 0;
        order: 0
    }
}

@media(max-width:1300px)
{
    .color-option
    {
        width: 14.66%;
    }
}

@media(max-width:1100px)
{
    .color-option
    {
        width: 18%;
    }
}

@media(max-width:991px)
{
    .color-option
    {
        width: 31.33%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 769px)
{
    .color-option
    {
        width: 48%;
    }
}

@media(max-width:767px)
{
    .swatch-popup
    {
        overflow: hidden;
        overflow-y: auto;
        padding-top: 10px;
    }

        .swatch-popup .sr-header
        {
            margin-top: 5px;
        }

    .overflow-swatch-section
    {
        height: 23vh;
        overflow-x: hidden;
    }

    .overflow-filter-section
    {
        height: auto;
    }
}

@media(max-width:479px)
{
    .swatch-tooltip
    {
        max-width: 200px !important;
    }
}
/*-------------------Swatch popup section end----------------*/

.nopAjaxCartPanelAjaxBusy
{
    z-index: 10000070 !important;
}