﻿

@font-face {
    font-family: 'sourcepro-regular-autohint';
    src: url('') format('truetype');
}

@font-face {
    font-family: 'sourcepro-light-autohint';
    src: url('') format('truetype');
}

@font-face {
    font-family: 'sourcepro-extralight-autohint';
    src: url('') format('truetype');
}

@font-face {
    font-family: 'sourcepro-semibold-autohint';
    src: url('') format('truetype');
}

@font-face {
    font-family: 'opensans-light';
    src: url('') format('woff');
}

@font-face {
    font-family: 'opensans-regular';
    src: url('') format('woff');
}

@font-face {
    font-family: 'opensans-semibold';
    src: url('') format('woff');
}



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: sourcepro-regular-autohint, sans-serif;
    font-weight: 400;
    
}









* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

.v-scroll {
    overflow-y: auto;
}

.text-through {
    text-decoration: line-through;
}

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="email"],
input[type="tel"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


input[type="checkbox"], input[type="radio"], input[type="checkbox"] + *, input[type="radio"] + * {
    vertical-align: middle;
    margin: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


.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 {
    min-width: 140px;
    border: none;
    background-color: #c41752; 
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
        background-color: #E91E63; 
    }

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}





.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}


.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}


#qrCode {
    margin: 15px;
}


@media screen and (max-width: 767px) {
    
    .carousel-caption {
        display: none;
    }
}


.form-group {
    margin-bottom: 5px;
}


.panel-group-border {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.asterik {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    background-repeat: no-repeat;
    background-position-x: left;
}




.label-wrapper {
    display: table;
    float: right;
    min-height: 28px;
}

@media (max-width: 767px) {
    .label-wrapper {
        
        margin-bottom: 3px;
        margin-top: 5px;
    }
}

input, .form-control {
    box-shadow: none;
}

    select.form-control:not([size]):not([multiple]).input-sm, input.form-control.input-sm {
        font-family: sourcepro-regular-autohint, sans-serif;
        height: 1.8125rem;
        padding: 0.075rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.45;
        border-radius: 0.01rem;
        color: #333;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    textarea, select {
        height: 32px; 
        border: 1px solid #ddd;
        padding: 5px;
        vertical-align: middle;
    }

select {
    min-width: 50px;
    height: 32px;
    padding: 6px;
}

.as-block {
    display: block;
}

a {
    text-decoration: none !important;
    
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
        color: #777;
    }

.top-menu > li > a, .item-box a, .product-filter .group li a {
    color: #666;
}

.return-request-details-page a {
    color: #c41752;
}

    .return-request-details-page a:hover,
    .return-request-details-page a:active,
    .return-request-details-page a:focus {
        color: #ff2e2e;
    }

.return-request-page h1 a {
    color: #E91E63;
}

    .return-request-page h1 a:hover,
    .return-request-page h1 a:active,
    .return-request-page h1 a:focus {
        color: #ff2e2e;
    }


p {
    font-family: opensans-regular, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.fa {
    padding-right: 5px !important;
}

label, label + * {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sourcepro-regular-autohint, sans-serif;
    
}

.font-autohint {
    font-family: sourcepro-regular-autohint, sans-serif;
}

.font-regular {
    font-family: sourcepro-regular, sans-serif;
}


.attributes .option-list > li label {
    color: #777;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap; 
    
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 14px; 
        color: #444;
    }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select, .inputs textarea {
        width: 400px;
        max-width: 100%;
        background-color: #fff;
    }

    .inputs.custom-attributes {
        white-space: normal;
    }

    .inputs .option-list {
        display: inline-block;
        max-width: 95%;
        vertical-align: middle;
    }

        .inputs .option-list li {
            display: inline-block;
            margin: 5px;
            border: 1px solid #ddd;
            background-color: #fff;
            padding: 8px 10px;
        }

        .inputs .option-list label {
            display: inline-block;
            width: auto !important;
            margin: 0 0 0 5px;
        }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

.buttons {
    margin: 0 0 30px;
}

.opc .buttons {
    margin-bottom: 0;
}

    .opc .buttons .please-wait {
        display: block;
        margin: 10px 0 0;
        background: none;
    }




.light-font {
    font-family: sourcepro-regular-autohint, sans-serif;
    font-size: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.table-responsive {
    min-width: 100%;
}

.table {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: sourcepro-regular-autohint, sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    
}

    .table > thead > tr > th {
        font-family: sourcepro-semibold-autohint, sans-serif;
        text-align: center;
        font-size: 14px;
        background: #f7f7f7;
    }

    .table > tbody > tr > td {
        text-align: center;
    }

    .table > tbody > tr > td, .table > tfoot > tr > td {
        vertical-align: middle;
    }

    .table th, .table td {
        padding: 0.45rem 1rem;
    }

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #eceeef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #e3ebf3;
        border-top: 1px solid #e3ebf3;
    }

.table-pager {
    padding: 8px 10px 5px 10px;
    height: 50px;
    border: 1px solid #e3ebf3;
    border-top: none;
    background: #f7f7f7;
}


label {
    font-family: sourcepro-semibold-autohint, sans-serif;
    font-size: 14px;
    color: #333;
}

.info-label {
    display: inline-block;
    padding-left: 5px;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    background-position: right;
    background-repeat: no-repeat;
    
}

.btn {
    font-size: 13px;
}

.btn-default {
    background-color: #f4f4f4;
    color: #333;
    border-color: #ddd;
}

.btn-primary {
    background-color: #cc0a10;
    border-color: #c1272d;
    color: #fff;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #aa080d;
        border-color: #aa080d;
    }

    .btn-primary:active:hover,
    .btn-primary:active:focus {
        background-color: #aa080d;
        border-color: #aa080d;
    }


.btn-plus {
    background: transparent;
    padding: 5px;
    border: none;
}

.btn-info {
    border-radius: 0;
}

.btn-refresh {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 26px;
    height: 30px;
    padding: 5px;
    float: right;
    border-radius: 0;
}

.btn-pager {
    padding: 8px;
    border-radius: 0;
    background-color: #fff;
}

.select-pager-wrapper {
    padding: 1px;
}

.select-pager {
    height: 34px;
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    float: left;
}

.c-align {
    text-align: center;
}

.l-align {
    text-align: left;
}

.r-align {
    text-align: right;
}

.l-float {
    float: left;
}

.r-float {
    float: right;
}

.mt-7 {
    margin-top: 7px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-minus-5 {
    margin-left: -5px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.pl-0 {
    padding-left: 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pr-5 {
    padding-right: 5px;
}

.pager-text {
    font-family: sourcepro-light-autohint, sans-serif;
    font-size: 13px;
}

.upload-button {
    background: #f0f0f0;
    
    text-align: center;
    position: relative;
    width: 100%;
    height: 35px;
}

    .upload-button .label {
        line-height: 32px;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        
        font-size: 13px;
        color: black;
    }

    .upload-button > input {
        opacity: 0;
        cursor: pointer;
        font-size: 3px;
        width: 100%;
        height: 35px;
    }

#dvPreview {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
    max-height: 100px;
    max-width: 100px;
    display: none;
}

.form-text-row {
    padding-top: 2px;
    font-family: sourcepro-regular-autohint, sans-serif;
    font-size: 14px;
}

.input-group {
    position: relative;
    display: table;
    
    border-collapse: separate;
}

.input-group-addon {
    background-color: #FFF;
}

.input-group.input-group-short .input-group-text {
    margin-right: 10px;
}

.input-group .input-group-btn .input-group-btn-hint {
    font-size: 14px;
    white-space: normal;
    max-width: 330px;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
    border-right: 1px solid #ece;
}

.custom-input-group.input-group-short .custom-input-group-btn,
.input-group.input-group-short .input-group-btn {
    width: auto;
}


.modal-content {
    text-align: left;
}

.modal-body {
    font-size: 14px;
}

.margin-r-10 {
    margin-right: 10px;
}













.alert {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
    
}

.alert-success {
    border-color: #37BC9B !important;
    background-color: #499683 !important;
    color: #fff !important;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
    color: #fff;
}

.field-validation-error {
    font-family: sourcepro-light-autohint, sans-serif;
    font-size: 13px;
}



.sticky-wrapper {
    margin-bottom: 30px;
}

.ralign {
    text-align: right;
}

.input-width-350 {
    width: 350px;
}

.label-mt7 {
    margin-top: 7px;
}

.fa-qhelp {
    font-size: 15px !important;
    color: #00a6bc;
    margin-left: 5px;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > i:before {
    font-size: .8rem !important;
}

.main-menu.menu-dark .navigation > li > a i {
    
    top: 5px;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
    font-family: sourcepro-regular-autohint, sans-serif;
}

    .form-control:focus {
        border-color: #0067ba;
    }

    .form-control:focus {
        border-color: #0067ba;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
    }


















.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
}

.label-top-margin .control-label {
    margin-top: 10px;
}






.homepage-category-grid {
    margin: 30px 0 20px;
}

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.home-page-category-grid, .sub-category-grid, .manufacturer-grid, .vendor-grid {
    margin: 0 0 20px;
}

.product-grid, .product-list {
    margin: 0 0 50px;
}

@media(max-width: 375px) {
    .product-grid, .product-list {
        margin: 0 0 10px;
    }
}

@media(max-width: 768px) {
    .product-grid, .product-list {
        margin: 0 0 20px;
    }
}

.product-grid .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

@media(max-width: 375px) {
    .product-grid .title {
        font-size: 22px;
        margin: 0 0 10px;
    }
}

@media(max-width: 768px) {
    .product-grid .title {
        margin: 0 0 20px;
    }
}

.product-grid .title strong {
    font-weight: normal;
}

.description {
    display: none;
}



.bg-aqua {
    background-color: #00c0ef !important;
    border-color: #00c0ef !important;
    color: #FFFFFF;
}

    .bg-aqua:hover {
        background-color: #00acd6 !important;
        border-color: #00acd6 !important;
        color: #FFFFFF;
    }

    .bg-aqua:focus {
        background-color: #00acd6 !important;
        border-color: #00acd6 !important;
        color: #FFFFFF;
    }

.bg-green {
    background-color: #00a65a !important;
    border-color: #00a65a !important;
    color: #FFFFFF;
}

    .bg-green:hover {
        background-color: #008d4c !important;
        border-color: #008d4c !important;
        color: #FFFFFF;
    }

    .bg-green:focus {
        background-color: #008d4c !important;
        border-color: #008d4c !important;
        color: #FFFFFF;
    }

.bg-dark-blue {
    background-color: #5081a2;
    border: none;
    color: #fff;
    margin: 5px 0 10px 15px;
}

.bg-blue {
    background-color: #1d90d3 !important;
    border-color: #1d90d3;
    color: #fff;
}

    .bg-blue:hover {
        background-color: #00639e !important;
        border-color: #00639e;
        color: #fff;
    }

    .bg-blue:focus {
        background-color: #00639e !important;
        border-color: #00639e;
        color: #fff;
    }

.bg-red {
    background-color: #bc1601 !important;
    border-color: #bc1601;
    color: #fff;
}

    .bg-red:hover {
        background-color: #a31200 !important;
        border-color: #a31200;
        color: #fff;
    }

    .bg-red:focus {
        background-color: #a31200 !important;
        border-color: #a31200;
        color: #fff;
    }

.bg-purple {
    background-color: #a118ba !important;
    border-color: #a118ba;
    color: #fff;
}

    .bg-purple:hover {
        background-color: #880f9e !important;
        border-color: #880f9e;
        color: #fff;
    }

    .bg-purple:focus {
        background-color: #880f9e !important;
        border-color: #880f9e;
        color: #fff;
    }

.block .sublist {
    margin: 2px 0 5px;
}

.block .list li {
    padding: 1px 0 1px 15px;
}

.product-item {
    height: 100%;
}

@media (min-width: 1001px) {
    .header-menu {
        position: relative;
        z-index: 5;
        width: 1354px;
        margin: 0 auto 20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        text-align: center;
    }

        .header-menu > ul {
            display: block !important;
            font-size: 0;
            margin-bottom: 0;
        }

        .header-menu .sublist {
            display: none;
            position: absolute;
            width: 200px;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
            background-color: #fff;
            padding: 10px 0;
            text-align: left;
        }

        .header-menu > ul > li {
            display: inline-block;
            border-left: 1px solid #ddd;
            padding: 0 15px;
            vertical-align: middle;
        }

            .header-menu > ul > li > a {
                display: block;
                padding: 5px 10px;
                line-height: 20px;
                font-size: 17px;
                cursor: pointer;
            }

        .header-menu .sublist li {
            position: relative;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 10px 20px 10px 10px;
                font-size: 14px;
                color: #444;
            }
}

.block .sublist {
    margin: 2px 0 5px;
}

    .block .sublist a {
        font-size: 14px;
    }

.top-menu .sublist {
    display: none;
    background-color: #fff;
    padding: 5px 0;
}

    .top-menu .sublist li {
        position: relative;
        margin: 1px 0 1px 20px;
    }

        .top-menu .sublist li a {
            display: block;
            padding: 15px 18px;
            font-size: 15px;
        }

.sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.sublist .sublist-toggle {
    height: 49px;
}

.sublist .sublist li {
    background-color: #f6f6f6;
}

.sublist .sublist .sublist li {
    background-color: #fff;
}



.header-menu .sublist {
    display: none;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
}

    .header-menu .sublist li {
        position: relative;
    }

        .header-menu .sublist li a {
            display: block;
            position: relative;
            padding: 10px 20px 10px 10px;
            font-size: 14px;
            color: #444;
        }

        

        .header-menu .sublist li:hover > a {
            background-color: #f6f6f6;
        }

.header-menu ul li:hover > .sublist {
    display: block;
}

.header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
}




.btn-search {
    margin-top: 10px;
    margin-bottom: 2px;
    min-width: 150px;
    padding: 7px 10px;
    font-size: 18px;
}

.manufacturer-grid .title {
    font-family: sourcepro-semibold-autohint, sans-serif;
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

    .manufacturer-grid .title a:hover {
        color: #ff2e2e;
    }

.manufacturer-grid .picture {
    border: 1px solid #ddd;
}




span.required {
    color: #ff2e2e;
    margin-left: 6px;
    font-size: 16px;
    font-weight: bold;
}

.checkbox {
    margin-bottom: 0 !important;
    
}


.product-details-page {
    padding: 20px 0 0;
}

.product-essential {
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 auto 50px;
}

@media(max-width: 375px) {
    .gallery {
        margin: 0 auto 120px;
    }
}

.gallery .picture-wrapper {
    margin: 0 0 10px;
}

.gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}

    .gallery .picture:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .gallery .picture img,
    .gallery .picture-thumbs img,
    .variant-picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
    margin-top: 10px;
}

.picture-thumbs > li:last-child {
    border-bottom: 1px solid #888 !important;
}

.gallery .picture-thumbs .thumb-item {
    display: table;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #888;
    border-bottom: none;
}



.overview {
    position: relative;
    margin: 0 0 50px;
}

    .overview .discontinued-product {
        background: #f3f3f3;
        margin: 0 0 20px;
    }

        .overview .discontinued-product h4 {
            display: inline-block;
            font-size: 14px;
            padding: 17px 17px 17px 40px;
            background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') no-repeat 13px center;
            color: #de444c;
        }

    .overview .product-name {
        margin: 0 0 10px;
        border-bottom: 1px solid #ddd;
        
    }

        .overview .product-name h1 {
            font-size: 22px;
            font-weight: normal;
        }

    .overview .short-description {
        margin: 0 0 15px;
        line-height: 22px;
        color: #666;
    }

    .overview .value,
    .variant-overview .value {
        color: #444;
    }

        .overview .value a,
        .variant-overview .value a {
            color: #4ab2f1;
        }

            .overview .value a:hover,
            .variant-overview .value a:hover {
                text-decoration: underline;
            }

.overview-buttons {
    margin: 0 0 25px;
    font-size: 0;
}

    .overview-buttons div {
        width: 80%;
        margin: 0 auto 3px;
    }

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 40px;
    text-align: left;
    font-size: 14px; 
    color: #666;
}

    .overview .button-2:hover,
    .variant-overview .button-2:hover {
        background-color: #ddd;
    }

.overview .add-to-compare-list-button {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

.overview .email-a-friend-button {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

.overview .manufacturers {
    margin: 0 0 10px;
}

    .overview .manufacturers .manufacturer-title {
        color: #333;
        font-size: 14px;
        font-family: sourcepro-semibold-autohint, sans-serif;
    }

    .overview .manufacturers .manufacturer-value {
        color: #666;
        font-size: 16px;
        font-family: sourcepro-semibold-autohint, sans-serif;
    }

.overview .availability .available-value {
    color: #00b100;
    font-size: 16px;
    font-family: sourcepro-semibold-autohint, sans-serif;
}

.overview .availability .available-title,
.variant-overview .availability .available-title,
.overview .additional-details .vendor-title,
.variant-overview .additional-details .vendor-title {
    color: #333;
    font-size: 14px;
    font-family: sourcepro-semibold-autohint, sans-serif;
}

.overview .availability,
.variant-overview .availability {
    margin: 0 0 -5px;
    
}

    .overview .availability .stock,
    .variant-overview .availability .stock {
        margin: 0 0 10px;
    }

    .overview .availability .back-in-stock-subscription,
    .variant-overview .availability .back-in-stock-subscription {
        display: inline-block;
    }

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 20px;
}

    .overview .additional-details .sku-title {
        color: #333;
        font-size: 14px;
        font-family: sourcepro-semibold-autohint, sans-serif;
    }

    .overview .additional-details div,
    .variant-overview .additional-details div {
        margin: 0 0 8px;
    }

.overview .delivery,
.variant-overview .delivery {
    overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    font-family: sourcepro-semibold-autohint, sans-serif;
    font-size: 16px;
    display: none;
    margin: 10px 0 20px 0;
    
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') left center no-repeat;
    
    padding: 2px 0 2px 30px;
    color: #333;
}

    .overview .free-shipping.visible,
    .variant-overview .free-shipping.visible {
        display: inline-block;
    }

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 10px 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

    

    

    .overview .prices > div, .variant-overview .prices > div {
        margin: 0 0 5px;
    }

        .overview .prices > div > span,
        .variant-overview .prices > div > span {
            vertical-align: middle;
        }



.overview .product-price,
.variant-overview .product-price {
    font-family: sourcepro-semibold-autohint, sans-serif;
    font-size: 21px;
    color: #444;
    
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: #4ab2f1;
}

    .overview .tax-shipping-info a:hover,
    .variant-overview .tax-shipping-info a:hover {
        text-decoration: underline;
    }

.overview .add-to-cart {
    margin: 0 0 20px;
    
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    height: 43px;
    padding: 0 12px;
    font-size: 15px;
    color: #444;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 43px;
    border: none;
    background-color: #c41752; 
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background-color: #E91E63; 
    }

.full-description {
    clear: both;
    line-height: 24px;
}

.product-collateral {
    margin: 0 0 75px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 18px;
        color: #444;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        padding: 10px 0;
        font-family: sourcepro-semibold-autohint, sans-serif;
        font-size: 16px;
        color: #4ab2f1;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 22px;
    }

    .variant-overview .add-to-wishlist {
        margin: 0 0 25px;
    }

    .variant-overview .add-to-wishlist-button {
        display: inline-block;
        width: auto;
    }

    .variant-overview .add-to-cart {
        margin: 0 0 10px;
    }

    .overview .value, .variant-overview .value {
        color: #444;
    }

@media (min-width: 769px) {
    .variant-picture {
        float: left;
    }
}

@media (min-width: 769px) {
    .variant-picture + .variant-overview {
        width: auto;
        margin: 0 0 0 240px;
    }
}

@media (min-width: 769px) {
    .variant-overview {
        text-align: left;
    }
}


.product-specs-box {
    margin: 0 0 40px;
}

    .product-specs-box td {
        border: 1px solid #ddd;
        padding: 10px;
    }

.table-wrapper {
    overflow-x: auto;
}

.data-table {
    width: 100%;
}

    .data-table th,
    .cart th,
    .forum-table th {
        border-width: 1px 1px 0;
        border-style: solid;
        border-color: #ddd;
        background-color: #f6f6f6;
        padding: 10px;
        white-space: nowrap;
        font-weight: normal;
    }

    .cart td,
    .data-table td,
    .forum-table td {
        min-width: 20px;
        border-width: 1px;
        border-style: solid;
        border-color: #ddd #ddd #ddd;
        background-color: #fff;
        padding: 5px 10px;
        color: #444;
    }

    .cart a,
    .data-table a,
    .forum-table a {
        font-weight: normal;
        color: #4ab2f1;
    }

        .cart a:hover,
        .data-table a:hover,
        .forum-table a:hover {
            text-decoration: underline;
        }

    .cart .remove-from-cart,
    .cart .add-to-cart,
    .data-table .select-boxes,
    .data-table .order {
        text-align: center;
    }


.order-status-cancel {
    font-family: sourcepro-semibold-autohint, sans-serif;
    font-size: 18px;
    color: #333;
}



.buttons {
    margin: 0 0 30px;
}

.item-grid h5 {
    margin-top: 0;
}

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}







.price-range .value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    
    font-weight: normal;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #333;
}

.price-range-both.value {
    width: 50px;
    margin: 0 0 0 -50px;
    top: 26px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}



.filtered-items .title {
    margin: 0 0 5px;
    font-style: italic;
}

.filtered-items .item {
    color: #4ab2f1;
}

.remove-filter {
    margin: 15px 0;
}

    .remove-filter a {
        display: inline-block;
        background-color: #aaa;
        padding: 10px 20px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
    }

        .remove-filter a:hover {
            background-color: #999;
            color: #fff;
        }


.product-filters {
    display: table;
    width: 100%;
    margin: -20px 0 20px;
    
}

.product-filter {
    margin: 20px 0 15px;
}





.filter-title {
    font-family: sourcepro-semibold-autohint, sans-serif;
    margin: 0 0 10px;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 17px;
    color: #444;
}

.product-filter .filter-title {
    margin: 0 0 0px;
    background-color: #fff;
    padding: 10px;
    font-size: 17px;
    color: #444;
    border-bottom: 1px solid #e1e1e1;
}

    .product-filter .filter-title strong {
        font-weight: normal;
    }

.product-filter .filter-content {
    padding: 10px;
    color: #444;
}

.filter-content .filtered-items .title {
    color: #ff2e2e;
}

.product-filter .available-items:after {
    content: "";
    display: block;
    clear: both;
}

.product-filter .group {
    margin: 0 0 10px;
}

    .product-filter .group li {
        font-size: 14px;
    }

        .product-filter .group li a,
        .product-filter .group li strong {
            display: inline-block;
            padding: 5px;
        }

    .product-filter .group .title {
        font-family: sourcepro-semibold-autohint, sans-serif;
    }

    .product-filter .group li a:hover {
        color: #c41752;
    }

    .product-filter .group li.item {
        display: block;
        position: relative;
        margin: 0 2px 0 0;
        padding: 0 0 0 5px;
    }

    

    .product-filter .group li.color-item {
        padding: 0;
        display: inline-block;
    }

        .product-filter .group li.color-item a {
            padding: 0;
        }

        .product-filter .group li.color-item:before {
            display: none;
        }

.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
    }

    .attribute-squares .attribute-square-container {
        display: block;
        position: relative;
        z-index: 0;
        padding: 1px;
    }

    .attribute-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .attribute-squares .attribute-square {
        display: table !important;
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #e7e7e7 !important;
        cursor: pointer;
    }

    .attribute-squares .selected-value .attribute-square-container {
        background-color: #4ab2f1;
    }

    .attribute-squares li input {
        position: relative;
        z-index: -1;
        margin: -45px 0 0;
    }







.master-wrapper-content {
    width: 980px;
    margin: auto;
}

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.inputs {
    text-align: center;
}

@media (min-width: 1001px) {
    .side-2 {
        float: left;
        width: 20%;
    }
}

.page {
    text-align: left;
}





.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select {
    min-height: 40px;
}

.inputs .option-list li {
    margin: 0 10px 0 0;
}

.center-1 .buttons {
    text-align: center;
}

.page-title a + h1 {
    float: left;
}

.link-rss {
    display: block;
    float: right;
    margin: 6px 0 0;
}




.side-2:after {
    content: "";
    display: block;
    clear: both;
}

.page {
    
    min-height: 200px;
    text-align: center;
}

.page-title {
    min-height: 40px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    
}

    .page-title h1 {
        font-size: 30px;
        font-weight: normal;
        margin-top: 0;
    }

@media(max-width: 375px) {
    .page-title h1 {
        font-size: 22px;
    }

    .page-title {
        margin: 0 0 0px;
    }
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 .page-title,
.center-1 .title {
    font-family: sourcepro-regular-autohint, sans-serif;
    text-align: center;
}







@media (min-width: 1001px) {
    .breadcrumb {
        margin: 0 0 20px;
    }
}

.breadcrumb {
    margin: 0 0 25px;
    background-color: #f6f6f6;
    padding: 5px 10px;
}

    .breadcrumb ul {
        font-size: 0;
        margin-bottom: 0;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            display: inline-block;
            margin: 0 3px;
            font-size: 12px;
            line-height: 32px;
        }

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 97%;
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
}

    .master-column-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }


@media all and (min-width: 1367px) {
    

    

    .inputs label {
        width: 375px;
    }
}

@media all and (min-width: 1001px) {
    

    

    .page {
        text-align: left;
    }

    .gallery {
        float: left;
        width: 55%;
    }

        .gallery .picture {
            width: auto;
        }

    .overview {
        float: right;
        width: 44%;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 265px;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .inputs input[type="text"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs input[type="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-1 .buttons {
        text-align: center;
    }
}

@media all and (max-width: 368px) {
    .gallery {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .gallery {
        width: 100%;
    }
}

@media all and (min-width: 481px) {
    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
    }
}


.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') center no-repeat;
}

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') center no-repeat;
        cursor: pointer;
    }




.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}

.center-1 .title-start {
    font-family: sourcepro-regular-autohint, sans-serif;
    text-align: left;
}
    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        font-family: sourcepro-semibold-autohint, sans-serif;
        color: #444;
    }

    .fieldset .title-start,
    .section .title-start {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        font-family: sourcepro-semibold-autohint, sans-serif;
        color: #444;
    }

    .fieldset .title strong,
    .section .title strong {
        font-weight: normal;
    }

    .fieldset .title-start strong,
    .section .title-start strong {
        font-weight: normal;
    }


#img_wrapper {
    position: relative;
    width: 55%;
    height: auto;
    margin: 0 5% 0 auto;
    border: 12px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(50,50,50 0.5);
    float: left;
}


.footer-bar {
    background: #eee;
    color: #232323;
    font-size: 14px;
    font-family: "Open Sans",sans-serif !important;
    padding: 10px 0;
    border-top: 1px solid #aaa;
}

.footer-icon-head .fa {
    padding: 5px;
    font-size: 20px;
}

.footer-icon-text {
    margin-top: 5px;
    top: -3px;
    position: relative;
    color: #666;
}

.footer {
    background-color: #0965b0;
    padding-top: 10px;
    background-size: 100% 100%;
    color: #fff;
    font-weight: 400;
}

.footer-title {
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 400;
}

.footer-widget {
    margin-bottom: 60px;
}

    .footer-widget ul {
        margin-bottom: 25px;
    }

        .footer-widget ul li {
            line-height: 1.4;
            margin-bottom: 10px;
        }

            .footer-widget ul li a {
                font-size: 14px;
                color: #fff;
                letter-spacing: 0px;
                font-weight: 400;
                line-height: 0;
            }

                .footer-widget ul li a:hover {
                    color: #fff;
                }

@media only screen and (max-width:320px) {
    .footer-widget {
        margin-bottom: 20px;
    }

    .footer-title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:480px) {
    .footer-widget {
        margin-bottom: 20px;
    }

    .footer-title {
        margin-bottom: 15px;
    }
}



@media (min-width: 481px) {
    .master-wrapper-content,
    .header-menu {
        width: 95.5%;
    }
}

@media (min-width: 769px) {
    .master-wrapper-content {
        width: 95.5%;
    }
}

@media (min-width: 1001px) {
    .master-wrapper-content,
    .header-menu {
        
        margin: auto;
        margin-top: 5px;
    }
}

@media (min-width: 1367px) {
    .master-wrapper-content,
    .header-menu {
        width: 1380px;
    }
}



.product-selectors {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .product-selectors:first-child {
        border-top: none;
    }

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
    }

    .product-selectors span {
        vertical-align: middle;
        font-size: 16px;
    }

    .product-selectors select {
        margin: 0 15px;
    }

.product-sorting {
    margin-right: 10px;
}

.product-page-size {
    margin-right: 10px;
}


@media (min-width: 769px) {
    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a.selected {
                opacity: 1;
            }

            .product-selectors .product-viewmode a.grid {
                background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
            }

            .product-selectors .product-viewmode a.list {
                background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }
}

@media (min-width: 1001px) {
    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a.selected {
                opacity: 1;
            }

            .product-selectors .product-viewmode a.grid {
                background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
            }

            .product-selectors .product-viewmode a.list {
                background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }
}



.pager ul {
    text-align: right;
    font-size: 0;
}

.pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

    .pager li span {
        border-color: transparent;
        background-color: #c41752 !important;
        color: #fff !important;
    }

    .pager li a, .pager li span {
        display: block;
        min-width: 35px;
        height: 35px;
        border: 1px solid #ddd;
        background-color: #ddd;
        
        padding: 8px;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 0;
    }

    .pager li.previous-page *,
    .pager li.next-page *,
    .pager li.first-page *,
    .pager li.last-page * {
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
        color: #fff;
    }

    .pager li.previous-page * {
        background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    }

    .pager li.next-page * {
        background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    }

    .pager li.first-page * {
        background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    }

    .pager li.last-page * {
        background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
    }

    .pager li a:hover {
        border-color: transparent;
        background-color: #ddd;
    }




.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}


.center-2, .side-2 {
    margin: 0 0 50px;
}

.admin-header-links {
    background-color: #337ab7;
    text-align: center;
}

    .admin-header-links > a:hover,
    .admin-header-links > a:active,
    .admin-header-links > a:focus {
        color: #e7e7e7;
    }

    .admin-header-links * {
        font-family: sourcepro-semibold-autohint, sans-serif;
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 14px;
        color: #fff;
    }

#topcartlink {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 10px auto 0;
    background-color: #f6f6f6;
    padding: 0 20px;
}

@media (min-width: 1001px) {
    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }
}

#topcartlink a {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) left center no-repeat;
    padding: 0 0 0 20px;
}

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-links ul {
    font-size: 0;
}

.header-links li {
    display: inline-block;
    margin: 0 10px;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 13px; 
    line-height: 36px;
    text-transform: uppercase;
    color: #111;
}

    .header-links a:hover,
    .header-links span:hover {
        color: #E91E63;
    }

.header {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: auto;
    text-align: center;
}

.header-upper {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .header-selectors-wrapper > div {
        display: block;
        width: 50%;
        margin: 10px auto;
        
    }

    .header-selectors-wrapper select {
        width: 100%;
    }

.header-lower {
    position: relative;
    z-index: 0;
    padding: 15px 0 25px 20px;
}

.header-logo {
    margin: 0 0 20px;
    text-align: center;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; 
    }

        .header-logo a img {
            
            width: 100px;
            height: 75px;
            opacity: 1;
        }

.head-title {
    font-family: sourcepro-regular-autohint, sans-serif;
    color: #444;
    text-align: center;
    margin-bottom: 25px;
}

    .head-title > span {
        border-bottom: 2px solid #666;
    }



.current-item {
    font-family: sourcepro-semibold-autohint, sans-serif;
}





.search-box form {
    display: inline-block;
}

    .search-box form:after {
        content: "";
        display: block;
        clear: both;
    }

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
}

.search-box .search-box-button {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    background-color: #c41752;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .search-box .search-box-button:hover {
        background-color: #E91E63; 
    }


.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}

    .ui-autocomplete li {
        border-top: 1px solid #ddd;
    }

        .ui-autocomplete li:first-child {
            border-top: none;
        }

    .ui-autocomplete a {
        display: block;
        padding: 15px;
        font-size: 14px;
        
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        padding: 15px !important;
        line-height: normal !important;
        color: #777 !important;
    }

        .ui-autocomplete a:hover,
        .ui-autocomplete a.ui-state-focus {
            background-color: #f6f6f6 !important;
        }

    .ui-autocomplete img {
        display: none;
        min-width: 20px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }


.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left;
    
}

.item-box-category {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left;
    
}

@media(max-width: 768px) {
    .item-box, .item-box-category {
        width: 49%;
    }
}

@media (max-width: 460px) {
    .item-box, .item-box-category {
        position: relative;
        width: 47%;
        float: left;
        margin: 0 0 40px 5px;
        text-align: left;
        
    }
}

@media (max-width: 367px) {
    .item-box, .item-box-category {
        position: relative;
        width: 47%;
        float: left;
        margin: 0 0 20px 5px;
        text-align: left;
        
    }
}

.home-page-category-grid .item-box {
    border: none;
}

.manufacturer-grid .item-box {
    border: none;
}

.item-box .picture, .item-box-category .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 5px;
}

    .item-box .picture a, .item-box-category .picture a {
        display: block;
        position: relative;
    }

        .item-box .picture a:before {
            content: "";
            display: block;
            padding-top: 72%;
        }

        .item-box-category .picture a:before {
            content: "";
            display: block;
            padding-top: 72%;
        }

        

        .item-box .picture a img, .item-box-category .picture a img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            margin-bottom: 10px !important;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-transform: translateZ(0) scale(1.0, 1.0);
        }

.item-box:hover .picture a img, .item-box-category:hover .picture a img {
    opacity: 0.85;
}

.item-box .details, .item-box-category .details {
    padding: 0 10px;
    text-align: center;
}

.item-box .product-title, .item-box-category .product-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    color: #E91E63;
}

    .item-box .product-title a, .item-box-category .product-title a {
        
        color: #E91E63;
    }

        .item-box .product-title a:hover, .item-box-category .product-title a:hover {
            color: #ff2e2e; 
        }

.item-box .sku, .item-box-category .sku {
    margin: 0 0 15px;
}

.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
}

.item-box .rating {
    
    width: 95px;
    height: 14px;
}

    .item-box .rating div {
        
        height: 14px;
    }

.item-box .description {
    display: none;
}

    .item-box .description a {
        display: block;
        overflow: hidden;
    }

.item-box .add-info {
    margin-bottom: 10px;
}

.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

.item-box .old-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.item-box .actual-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #666;
}

.item-box .tax-shipping-info a {
    color: #4ab2f1;
}

    .item-box .tax-shipping-info a:hover {
        text-decoration: underline;
    }

.item-box .buttons {
    margin: 0;
    font-size: 0;
}

.item-box input[type="button"] {
    display: inline-block;
    height: 40px;
    
    vertical-align: middle;
}

.item-box .product-box-add-to-cart-button {
    width: 60%;
    background-color: #c41752;
    border: 1px solid #e3e3e3;
    color: #c41752;
    text-transform: uppercase;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow: 0px 0px 3px 100px #fff inset;
}

    .item-box .product-box-add-to-cart-button:hover {
        color: #fff;
        -webkit-box-shadow: 0px 0px 0 0px #fff inset;
        -webkit-transform: scale(1);
    }




.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 20%;
    border-left: 1px solid #fff !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1px;
    margin-top: 1px;
}

.item-box .add-to-compare-list-button {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

.item-box .add-to-wishlist-button {
    background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

    .item-box .add-to-compare-list-button:hover,
    .item-box .add-to-wishlist-button:hover {
        background-color: #ddd;
    }

.home-page-category-grid .title, .sub-category-grid .title {
    font-family: sourcepro-regular-autohint, sans-serif;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media(max-width: 375px) {
    .home-page-category-grid .title, .sub-category-grid .title {
        font-size: 13px;
    }
}


.wishlist-page {
    margin-top: 25px;
}



.account-page {
    margin-top: 12px;
}

    .account-page .page-title h1 {
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 0;
    }

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 26px;
    color: #444;
}

    .address-list-page .info .name,
    .order-list-page .info .name {
        font-size: 16px;
        font-family: sourcepro-semibold-autohint, sans-serif;
    }

.address-list-page .button-2,
.order-list-page .button-2 {
    display: inline-block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #444;
}

.edit-address-button {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) left center no-repeat;
}

.delete-address-button, .cancel-recurring-order-button {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) left center no-repeat;
}


.return-items-button {
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') left center no-repeat;
}

.order-details-button {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) left center no-repeat;
}

.account-page .buttons {
    text-align: center;
}

.return-request-list-page .details {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 22px;
    color: #444;
}

.return-request-list-page label {
    margin: 0 5px 0 0;
}

.return-request-list-page a {
    color: #ff2e2e;
}

.return-request-list-page .comments div {
    margin: 10px 0 0;
    font-size: 15px;
    font-style: italic;
    color: #444;
}

.return-request-details-page {
    margin: 0;
    background: #fff;
}






.block {
    max-width: 600px;
    min-height: 50px;
    margin: auto;
    text-align: left;
}

@media(max-width: 768px) {
    .block {
        min-height: 50px;
        margin: auto;
        text-align: left;
        margin: -20px 0 20px;
        max-width: 500px;
    }
}

.block .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6 url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') right 6px no-repeat;
    padding: 5px 30px 5px 10px;
    font-size: 15px;
    color: #444;
    cursor: pointer;
}

    .block .title strong {
        font-weight: normal;
    }

.block .listbox {
    display: none;
    
    padding: 10px 5px;
}

.block .list li {
    padding: 0 0 0 5px;
}

.block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 5px;
    font-size: 14px;
    color: #444;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}



.block .list .active > a {
    color: #333;
}

.block .list .active .sublist > li > a {
    font-size: 14px;
}

.block .list .active .sublist > li > .sublist > li > a {
    font-size: 13px;
}

.block .list a:hover {
    color: #c41752;
}

.block a.product-picture {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 0 0 -15px;
    vertical-align: middle;
}

.block a.product-name {
    vertical-align: middle;
}

.block a.product-picture + a.product-name {
    width: 70%;
}

    .block a.product-picture + a.product-name:before {
        display: none;
    }

.block .view-all {
    margin: 10px 0 0;
}

@media (max-width: 1000px) {
    .block-account-navigation {
        float: none;
        margin: auto !important;
    }
}

@media all and (min-width: 1001px) {

    .center-2 {
        float: right;
        width: 78%;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        line-height: 45px;
        text-transform: none;
    }

    .header-lower {
        display: table;
        width: 100%;
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

        .search-box input.search-box-text,
        .search-box .search-box-button {
            height: 40px;
        }

    

    .header-menu > ul.mobile {
        display: none !important;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    

    .item-box .buttons {
        text-align: center;
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        width: 18%;
        margin: 0 0.5% 20px;
    }

        .home-page .product-grid .item-box:nth-child(3n+1),
        .product-details-page .product-grid .item-box:nth-child(3n+1),
        .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
            clear: none;
        }

        .home-page .product-grid .item-box:nth-child(4n+1),
        .product-details-page .product-grid .item-box:nth-child(4n+1),
        .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
            
        }

    
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        width: auto;
        margin: 0 0 40px;
    }

    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 5px;
        right: 10px;
    }

    
    .block {
        float: none;
        width: auto;
        margin: 0 0 15px;
    }

    .block-category-navigation {
        margin-top: 32px;
    }

    .block-account-navigation {
        margin-top: 20px;
    }

    

    .block .title strong {
        font-family: sourcepro-semibold-autohint, sans-serif;
    }

    .block .listbox {
        display: block;
        border-bottom: none;
    }
}




@media all and (min-width: 1000px) {
    
    .item-box {
        width: 32.33333%;
        margin: 0 0.5% 40px;
    }

        .item-box:nth-child(2n+1) {
            clear: none;
        }

        .item-box:nth-child(3n+1) {
            clear: both;
        }
}


@media all and (min-width: 769px) {

    
    

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

        .product-list .item-box .product-item:after {
            content: "";
            display: block;
            clear: both;
        }

        .product-list .item-box .picture {
            float: left;
            width: 220px;
        }

        .product-list .item-box:hover .picture a img {
            opacity: 1;
        }

        .product-list .item-box .picture:hover a img {
            opacity: 0.85;
        }

        .product-list .item-box .picture + .details {
            margin: 0 0 0 240px;
        }

        .product-list .item-box .product-title {
            height: auto;
            padding: 10px 0;
            font-size: 18px;
        }

        .product-list .item-box .description {
            display: block;
            margin: 0 0 10px;
            line-height: 22px;
        }

        .product-list .item-box .prices {
            height: auto;
            margin: 0 0 30px;
        }

        

        .product-list .item-box .product-box-add-to-cart-button {
            width: auto;
            min-width: 150px;
            padding: 0 20px;
        }

        .product-list .item-box .add-to-compare-list-button,
        .product-list .item-box .add-to-wishlist-button {
            width: 42px;
        }

    
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }
}


@media all and (min-width: 481px) {
    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 280px;
    }

    .ui-autocomplete {
        width: 280px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }

    
    
    .item-box .product-rating-box {
        margin: 0 0 15px;
    }

    .item-box .prices {
        min-height: 25px;
    }
}

.item-box .product-title {
    min-height: 37px;
    margin: 0 0 5px;
}

.truncate-text {
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





@media all and (min-width: 1367px) {

    .center-2 .inputs label {
        width: 213px;
    }
}

@media (max-width: 367px) {
    .header-menu {
        position: relative;
        z-index: 1;
        width: 97%;
        max-width: 600px;
        margin: 0 auto 40px;
    }
}

@media (max-width: 768px) {
    .header-menu {
        position: relative;
        z-index: 1;
        width: 97%;
        
        margin: 0 auto 40px;
    }
}

@media all and (max-width: 1000px) {
    

    .top-menu {
        display: none;
    }

        .top-menu > li {
            position: relative;
            margin: 1px 0;
            background-color: #f6f6f6;
        }

            .top-menu > li > a {
                display: block;
                min-height: 55px;
                padding: 18px;
                font-size: 15px;
                color: #555;
            }

        .top-menu .sublist {
            display: none;
            background-color: #fff;
            padding: 5px 0;
        }

            .top-menu .sublist li {
                position: relative;
                margin: 1px 0 1px 20px;
            }

                .top-menu .sublist li a {
                    display: block;
                    padding: 15px 18px;
                    font-size: 15px;
                }

    .menu-toggle {
        background: #4ab2f1 url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') right center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        border-left: 1px solid #fff;
        background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .header-lower {
        position: relative;
        z-index: 0;
        padding: 15px 0 5px 20px;
    }

    .header-links-wrapper {
        position: relative;
        padding: 5px 0;
    }
}






.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        margin: 0 5px;
    }

        .gender span > * {
            display: inline !important;
            margin: 0 5px;
            line-height: 32px;
        }



.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}





.login-page {
    margin-top: 35px;
    background: #fff;
}

    .login-page .customer-blocks {
        margin: 0 0 30px;
    }

    .login-page .new-wrapper {
        margin: 0 0 50px;
    }

        .login-page .new-wrapper .text {
            margin: 0 0 30px;
            border-top: 1px solid #e6e6e6;
            background-color: #f9f9f9;
            padding: 30px;
            line-height: 22px;
        }

        .login-page .new-wrapper .topic-block {
            margin: 0;
        }

        .login-page .new-wrapper .topic-block-body strong {
            color: #444;
        }

        .login-page .new-wrapper .button-1 {
            margin: 0 0 5px;
        }

    .login-page .returning-wrapper {
        margin: 0;
    }

        .login-page .returning-wrapper .form-fields {
            overflow: hidden;
            padding: 30px 15px 0;
        }

        .login-page .returning-wrapper .inputs.reversed {
            white-space: normal;
        }

            .login-page .returning-wrapper .inputs.reversed * {
                display: inline-block;
                width: auto;
                margin: 5px;
                font-size: 14px; 
                color: #444;
            }

            .login-page .returning-wrapper .inputs.reversed a:hover {
                color: #4ab2f1;
            }

    .login-page .captcha-box {
        margin: -15px 0 20px;
    }

    .login-page .returning-wrapper .buttons {
        background-color: #fff;
        padding: 30px 0;
    }








@media all and (min-width: 1001px) {

    
    .gender span {
        margin: 0 10px 0 0;
    }

        .gender span > * {
            margin: 0 5px 0 0;
        }

    .login-page .customer-blocks {
        overflow: hidden;
    }

    .login-page .new-wrapper {
        float: left;
        width: 49%;
        margin: 0;
    }

        .login-page .new-wrapper .text {
            min-height: 200px;
        }

    .login-page .returning-wrapper {
        float: right;
        width: 49%;
    }

        .login-page .returning-wrapper .form-fields {
            min-height: 200px;
            padding: 30px 0 0;
        }

        .login-page .returning-wrapper .inputs label {
            width: 110px;
        }

        .login-page .returning-wrapper input[type="text"],
        .login-page .returning-wrapper input[type="email"],
        .login-page .returning-wrapper input[type="password"] {
            width: 300px;
        }
}

@media all and (min-width: 1367px) {
    

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }
}





.cart .product a,
.data-table .product a,
.data-table .info a {
    font-family: sourcepro-semibold-autohint, sans-serif;
    color: #444;
}

    .cart .product a:hover,
    .data-table .product a:hover,
    .data-table .info a:hover {
        color: #c41752;
        text-decoration: none;
    }

.cart .product .edit-item {
    margin: 10px 0 0;
}

    .cart .product .edit-item a {
        font-weight: normal;
        color: #c41752;
    }

        .cart .product .edit-item a:hover {
            text-decoration: underline;
        }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
    text-align: left;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #444;
}

    .cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
        font-style: italic;
        color: #c41752;
    }

.wishlist-page .share-info {
    margin-bottom: 50px;
    text-align: center;
}

    .wishlist-page .share-info span {
        display: block;
        margin: 0 0 5px;
    }

    .wishlist-page .share-info a {
        font-weight: bold;
        color: #444;
    }

        .wishlist-page .share-info a:hover {
            color: #c41752;
        }


.flyout-cart {
    display: none;
}



.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.checkout-page .cart-footer {
    border-top: none;
}



.shopping-cart-page {
    margin-top: 25px;
}

    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .common-buttons {
        margin: 0 0 60px;
        background-color: #f6f6f6;
        padding: 20px;
        font-size: 0;
    }

        .shopping-cart-page .common-buttons input {
            display: inline-block;
            min-width: 180px;
            margin: 5px;
            border: none;
            background-color: #aaa;
            padding: 10px 20px;
            font-size: 15px;
            color: #fff;
        }

            .shopping-cart-page .common-buttons input:hover {
                background-color: #999;
            }

            .shopping-cart-page .common-buttons input:first-child {
                background-color: #c41752;
            }

                .shopping-cart-page .common-buttons input:first-child:hover {
                    background-color: #E91E63;
                }


.cart-footer {
    margin: 0 0 50px;
    border-top: 1px solid #ddd;
}

    .cart-footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-footer .totals {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 50px;
        background-color: #f9f9f9;
        padding: 10px;
        color: #444;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 5px 30px 15px;
    }

    .cart-footer .checkout-buttons {
        padding: 0 10px;
    }

    .cart-footer .checkout-button {
        display: inline-block;
        min-width: 160px;
        border: none;
        background-color: #c41752;
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

        .cart-footer .checkout-button:hover {
            background-color: #E91E63;
        }

    .cart-footer .addon-buttons {
        margin: 20px 0 0;
        padding: 0 10px;
    }

.terms-of-service > span {
    font-family: sourcepro-semibold-autohint, sans-serif;
}

.cart-footer .terms-of-service {
    text-align: left;
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0 30px;
}



.cart-collaterals .deals > div {
    margin: 0 0 20px;
}

.cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 18px;
    color: #444;
}

.cart-collaterals .hint {
    margin: 0 0 10px;
}

.cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #aaa;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
}

.cart-collaterals .coupon-code {
    overflow: hidden;
}

    .cart-collaterals .coupon-code input[type="text"] {
        float: left;
        width: 60%;
        height: 36px; 
        margin: 0 -1px 0 0;
    }

    .cart-collaterals .coupon-code input[type="submit"] {
        float: left;
        width: 40%;
        height: 36px; 
        padding: 0;
    }

.cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b;
}

.cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c;
}

.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #4cb17c;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #fff url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') center no-repeat;
    cursor: pointer;
}






@media all and (min-width: 1001px) {

    
    .flyout-cart {
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 100;
        width: 300px;
        box-shadow: 0 0 2px #000000;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
        background-color: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 12px;
        text-align: left;
        font-size: 12px;
    }

        .mini-shopping-cart .count {
            padding: 5px 0 15px;
            color: #444;
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
                font-weight: bold;
                color: #444;
            }

        .mini-shopping-cart .items {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 70px;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .mini-shopping-cart .picture a:before {
                    content: "";
                    display: block;
                    padding-top: 100%;
                }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 80px;
            }

        .mini-shopping-cart .name {
            margin: 0 0 10px;
            font-size: 14px;
        }

            .mini-shopping-cart .name a {
                color: #c41752;
            }

                .mini-shopping-cart .name a:hover {
                    color: #E91E63;
                }

        .mini-shopping-cart .attributes {
            margin: 5px 0;
            color: #444;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 12px;
            font-size: 14px;
        }

            .mini-shopping-cart .totals strong {
                font-size: 16px;
                color: #444;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            border: none;
            background-color: #c41752;
            padding: 10px 20px;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
        }

            .mini-shopping-cart input[type="button"]:hover {
                background-color: #E91E63;
            }

    

    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart label {
        display: none;
    }
}


@media all and (min-width: 769px) {

    


    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: none;
        }

        .cart tr:nth-child(3n+1) {
            clear: both;
        }

    
    .cart-options .common-buttons {
        text-align: right;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }

    
    .cart-footer .totals {
        float: right;
        width: 45%;
        margin: 0 2.5%;
    }


    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }
    

    .cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 1rem 2.5rem;
    }

        .cart-footer .cart-collaterals div,
        .cart-footer .cart-collaterals label {
            text-align: left;
            width: 360px;
        }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }
}


@media all and (min-width: 481px) {

    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: both;
        }
}


@media all and (min-width: 1367px) {

    

    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        width: 760px;
        margin: 0;
    }

        .cart-footer .cart-collaterals .deals {
            float: left;
            width: 360px;
        }

        .cart-footer .cart-collaterals .shipping {
            float: right;
            width: 360px;
        }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }
}


@media all and (max-width: 1000px) {

    
    .cart {
        display: block;
    }

        .cart colgroup,
        .cart thead {
            display: none;
        }

        .cart tbody {
            display: block;
            overflow: hidden;
        }

        .cart tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .cart td {
            display: block;
            border: none;
            padding: 10px;
        }

            .cart td.remove-from-cart {
                margin: 0 0 15px;
                border-bottom: 1px solid #ddd;
                background-color: #eee;
                padding: 10px;
            }

            .cart td.product-picture {
                border-top: 1px solid #ddd;
                padding: 15px 10px 5px;
            }

            .cart td.product {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }

            .cart td.quantity {
                display: inline-block;
                padding: 0 10px;
                vertical-align: middle;
            }

            .cart td.unit-price,
            .cart td.subtotal {
                display: inline-block;
                padding: 20px 10px;
                vertical-align: middle;
            }
}





.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .message-error {
        margin: 20px 0;
    }

    .wishlist-content .table-wrapper {
        margin: 0 0 30px;
    }

    .wishlist-content .product-content {
        min-width: 300px;
        text-align: left;
    }

    .wishlist-content .tax-shipping-info {
        margin: 0 0 20px;
        text-align: center;
    }

        .wishlist-content .tax-shipping-info a {
            color: #c41752;
        }

            .wishlist-content .tax-shipping-info a:hover {
                text-decoration: underline;
            }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        display: block;
        width: 250px;
        margin: 0 auto 3px;
        border: none;
        padding: 10px 25px;
        text-align: center;
        line-height: 20px;
        font-size: 15px;
        color: #fff;
    }

    .wishlist-content .update-wishlist-button,
    .wishlist-content .wishlist-add-to-cart-button {
        background-color: #c41752;
        text-transform: uppercase;
    }

        .wishlist-content .update-wishlist-button:hover,
        .wishlist-content .wishlist-add-to-cart-button:hover {
            background-color: #E91E63;
        }

    .wishlist-content .email-a-friend-wishlist-button {
        background-color: #aaa;
    }

        .wishlist-content .email-a-friend-wishlist-button:hover {
            background-color: #999;
        }

@media all and (min-width: 481px) {
    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }
}






.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}

.opc .step-title h2 {
    margin-bottom: 0;
}

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.opc .allow .step-title {
    background-color: #4ab2f1;
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: left;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}

.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #248ece;
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 0;
}

.checkout-page {
    margin-top: 35px;
}

    .checkout-page .ship-to-same-address {
        padding: 30px 0;
        text-align: center;
    }

        .checkout-page .ship-to-same-address .selector {
            margin: 0 0 5px;
            font-weight: bold;
            color: #444;
        }

.order-completed-page {
    margin-top: 35px;
}

.order-details-page {
    margin-top: 35px;
}

.order-completed .details {
    text-align: center;
    margin-bottom: 15px;
}

    .order-completed .details .details-link a {
        color: #c41752;
    }

        .order-completed .details .details-link a:hover {
            color: #ff2e2e;
        }

.opc .section {
    margin: 0 0 30px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

    .opc .section.ship-to-same-address {
        margin: 0 0 30px;
        padding: 0;
    }

    .opc .section.pickup-in-store {
        margin: 0 0 30px;
        padding: 0;
    }

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section.order-summary {
    margin: 0;
}

.checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.enter-address .message-error {
    margin: 20px 0;
}

.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #c41752;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .checkout-page .button-1:hover {
        background-color: #E91E63;
    }

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 0;
        font-size: 14px; 
    }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-size: 13px;
            font-weight: bold;
            color: #444;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

    .payment-method .payment-logo label {
        display: block;
        font-size: 0 !important;
    }

.payment-method .payment-details {
    min-width: 180px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

    .order-review-data .title strong,
    .order-details-area .title strong,
    .shipment-details-area .title strong {
        font-weight: 700;
    }

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}


.order-details-page {
    font-family: sourcepro-regular-autohint, sans-serif;
}

    .order-details-page .page-title {
        border-bottom: none;
    }

        .order-details-page .page-title h1 {
            margin: 0 0 30px;
            border-bottom: 1px solid #ddd;
            padding: 0 0 10px;
        }

        .order-details-page .page-title a {
            display: inline-block;
            min-width: 180px;
            margin: 5px 0;
            border: none;
            background-color: #aaa;
            background-image: none;
            padding: 10px 20px;
            font-size: 15px;
            color: #fff;
        }

            .order-details-page .page-title a:hover {
                background-color: #999;
            }

            .order-details-page .page-title a.print-order-button {
                background-color: #4ab2f1;
            }

                .order-details-page .page-title a.print-order-button:hover {
                    background-color: #248ece;
                }

    .order-details-page .order-overview {
        margin: 0 0 50px;
        line-height: 26px;
        text-align: center;
        font-size: 16px;
        color: #444;
    }

        .order-details-page .order-overview .order-number {
            margin: 0 0 10px;
            text-transform: uppercase;
            font-family: sourcepro-semibold-autohint, sans-serif;
        }

        .order-details-page .order-overview .order-total strong {
            font-size: 18px;
            color: #c41752;
        }

    .order-details-page .repost .button-2 {
        display: inline-block;
        margin: 10px 0;
        border: none;
        background-color: #4ab2f1;
        padding: 10px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .order-details-page .repost .button-2:hover {
            background-color: #248ece;
        }

    .order-details-page .download a {
        font-weight: normal;
        color: #4ab2f1;
    }

        .order-details-page .download a:hover {
            text-decoration: underline;
        }

    .order-details-page .tax-shipping-info {
        margin: 30px 0;
    }

        .order-details-page .tax-shipping-info a {
            color: #4ab2f1;
        }

            .order-details-page .tax-shipping-info a:hover {
                text-decoration: underline;
            }

    .order-details-page .actions {
        margin: 30px 0 0;
        font-size: 0;
    }

        .order-details-page .actions input {
            display: inline-block;
            min-width: 165px;
            margin: 5px;
            border: none;
            background-color: #aaa;
            background-image: none;
            padding: 10px 20px;
            font-size: 15px;
            color: #fff;
        }

            .order-details-page .actions input:hover {
                background-color: #999;
            }

            .order-details-page .actions input:first-child {
                background-color: #4ab2f1;
            }

                .order-details-page .actions input:first-child:hover {
                    background-color: #248ece;
                }

    .order-details-page .totals.section {
        width: 370px;
        padding: 0 10px;
        max-width: 100%;
        margin: 0 auto 50px;
    }

    .order-details-page .total-info {
        background-color: #f9f9f9;
        padding: 15px 20px;
        color: #444;
    }











@media all and (min-width: 1001px) {

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }

    .opc .order-review-data ul {
        text-align: left;
    }

    
    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }
}


@media all and (min-width: 769px) {

    
    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        width: 25%;
        margin: 20px 2%;
        vertical-align: top;
    }

    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

        .order-review-data > div,
        .order-details-area > div,
        .shipment-details-area > div {
            float: left;
            width: 48%;
            margin: 0 1% 40px;
        }

    
    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: none;
        }

        .order-details-page .data-table tr:nth-child(3n+1) {
            clear: both;
        }

    .order-details-page .section.options {
        text-align: right;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
        text-align: right;
    }

    .order-details-page .totals {
        float: right;
        clear: both;
    }
}


@media all and (min-width: 481px) {

    
    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: both;
        }
}


@media all and (min-width: 1367px) {

    
    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 1%;
    }
}


@media all and (max-width: 1000px) {

    
    .order-details-page .data-table {
        display: block;
    }

        .order-details-page .data-table colgroup,
        .order-details-page .data-table thead {
            display: none;
        }

        .order-details-page .data-table tbody {
            display: block;
            overflow: hidden;
        }

        .order-details-page .data-table tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .order-details-page .data-table td {
            display: block;
            border: none;
            padding: 10px;
        }

            .order-details-page .data-table td.product,
            .order-details-page .data-table td.tracking-number {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }
}






@media(max-width: 378px) {
    .img-wrapper > a > img {
        width: 400px;
    }
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 20px;
    color: #666;
    
    display: block;
}

.discounted-price label {
    margin-bottom: 0;
    color: #333;
}

.old-price-label {
    margin-right: 0px;
    margin-bottom: 0;
}

.old-price-value {
    margin-left: 0px;
    font-size: 16px;
    text-decoration: line-through;
}

.latest-price-label {
    margin-right: 0px;
    margin-bottom: 0;
}

.latest-price-value {
    margin-left: 0px;
    font-size: 22px;
}

.discount-percent {
    color: red;
}

.price-with-discount {
    color: #c41752;
}



.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #eeeeee;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #FFFFFF;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }




.main-menu.menu-fixed {
    top: 3.1rem !important;
    height: calc(100% - 3rem) !important;
}

.app-content {
    margin-top: -7px;
}



span.grid-report-item {
    padding: .2em .6em .3em;
    border-radius: .25em;
    color: #2e2e2e;
}

.account-info {
    line-height: 50px;
    color: #fff;
    padding: 0 15px;
}

.navbar-nav > li > a {
    text-decoration: none;
    color: #fff;
}

    .navbar-nav > li > a:hover {
        background: #46708c;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #46708c;
    border-color: #337ab7;
}

.header-navbar.navbar-semi-dark {
    background: #5081a2 !important;
    max-height: 50px;
}

.header-navbar {
    min-height: 4rem;
}

.navbar {
    min-height: 0;
}

html body.fixed-navbar {
    padding-top: 3.5rem;
}

.main-menu.menu-fixed {
    top: 3.6rem;
    height: calc(100% - 3rem);
}

.header-navbar .navbar-container ul.nav li a.menu-toggle {
    padding: 1.1rem 0.5rem 0.8rem 1rem;
}

.header-navbar .navbar-container ul.nav li a.nav-link-search, .header-navbar .navbar-container ul.nav li a.nav-link-expand {
    padding: 1.1rem 0.5rem 1rem 1rem;
}

.header-navbar .navbar-container ul.nav li a.menu-toggle i {
    color: #fff;
}

.header-navbar .navbar-container ul.nav li i.ficon {
    color: #fff;
}

.nav-right-innerbox {
    padding: 10px;
}

.navbar-nav > li > .dropdown-menu {
    margin: 0 15px 15px 0;
    right: 0;
    left: auto;
    background: #5081a2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    border-top: 1px solid #e6e6e6;
}

.header-navbar .navbar-container ul.nav li a.menu-toggle i {
    font-size: 1.3rem;
}

.header-navbar .navbar-container ul.nav li i.ficon {
    font-size: 1.1rem;
}



@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}



.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 25px;
    color: #444;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
}

    .product-review-box .rating {
        width: 95px;
        height: 14px;
        background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') repeat-x;
    }

        .product-review-box .rating div {
            height: 14px;
            background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') repeat-x;
        }

        .product-review-box .rating span {
            height: 14px;
            background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') repeat-x;
        }

.product-review-links a {
    text-decoration: underline;
}

    .product-review-links a:hover {
        color: #4ab2f1;
    }


.product-reviews-page h1 a {
    color: #4ab2f1;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #444;
}

    .product-reviews-page .title strong {
        font-weight: normal;
    }

.write-review {
    margin: 0 0 60px;
}

    .write-review .fieldset {
        margin: 0 0 30px;
    }

    .write-review .review-rating {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .write-review .review-rating label {
            display: block;
            margin: 0 0 5px;
            font-size: 14px;
            color: #444;
        }

        .write-review .review-rating div.first {
            color: #e4444c;
        }

        .write-review .review-rating div.rating-options {
            padding-top: 2px;
        }

            .write-review .review-rating div.rating-options input {
                vertical-align: baseline;
            }

        .write-review .review-rating div.last {
            color: #4cb17c;
        }

    .write-review .captcha-box {
        margin: 15px 0 0;
    }

    .write-review .button-1 {
        border: none;
        background-color: #4ab2f1;
        padding: 10px 25px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .write-review .button-1:hover {
            background-color: #248ece;
        }

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 40px;
}

    .product-review-item .review-item-head {
        border-top: 1px solid #ddd;
        overflow: hidden;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .product-review-item .review-title {
        line-height: 20px;
        font-size: 15px;
        color: #444;
        display: inline-block;
        margin-right: 25px;
    }

    .product-review-item .product-review-box {
        margin: 3px 0 0;
    }

    .product-review-item .review-content {
        padding: 20px 10px;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
        line-height: 22px;
        color: #444;
    }

    .product-review-item .reply {
        margin: 15px 0;
        border-top: 1px solid #ddd;
    }

    .product-review-item .reply-header {
        margin: 15px 0;
        font-weight: bold;
    }

    .product-review-item .reply-text {
        line-height: 22px;
    }

    .product-review-item .review-info {
        margin: 0 0 0;
    }

        .product-review-item .review-info label {
            font-weight: normal;
        }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 5px;
            color: #4ab2f1;
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
    font-size: 15px;
}

.write-review .review-rating span.first {
    color: #e4444c;
}

.write-review .review-rating span.last {
    color: #4cb17c;
}

.write-review .form-group {
    margin-bottom: 10px;
}

@media (min-width: 769px) {
    .write-review .review-rating span {
        display: inline-block;
        margin: 0 0 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 14px;
        height: 17px;
    }
}

.product-reviews-page {
    margin-top: 35px;
}


.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 25px;
    line-height: 22px;
}

.contact-vendor {
    margin: 0 0 30px;
}

    .contact-vendor .button-2 {
        
        padding: 10px 15px;
        font-size: 14px;
        
        text-transform: uppercase;
    }



.search-page .page-title {
    margin: 20px 0 -1px;
}

.basic-search .inputs {
    text-align: center;
}

.advanced-search .inputs {
    text-align: center;
}

.search-input .fieldset {
    margin: 0 0 30px;
}

.search-input .form-fields {
    padding: 30px 15px 10px;
}

@media (min-width: 1001px) {
    .center-2 .inputs label {
        width: 136px;
    }
}

.advanced-search {
    margin: 30px 0 0;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 165px;
            margin: 3px;
        }

@media (max-width: 414px) {
    .advanced-search .price-range input {
        width: 100px;
        margin: 3px;
    }
}



.search-input input + label {
    display: inline;
    margin: 0 0 0 5px;
}

.search-input .buttons {
    text-align: center;
}

.search-input .button-1 {
    min-width: 140px;
    
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    
    text-transform: uppercase;
}


