/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   ---------------------------------------------------------*/

input[type="number"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
   font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6zqia');
  src:  url('fonts/icomoon.eot?6zqia#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6zqia') format('truetype'),
    url('fonts/icomoon.woff?6zqia') format('woff'),
    url('fonts/icomoon.svg?6zqia#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e929"
}

.icon-clock:before {
    content: "\e927";
}

.icon-cloud:before {
    content: "\e928";
}

.icon-tools:before {
    content: "\e926";
}

.icon-sale:before {
    content: "\e920";
}
.icon-creator:before {
    content: "\e92b";
}

.icon-pre-order:before {
    content: "\e921";
}

.icon-customer-care:before {
    content: "\e91f";
}

.icon-user-login .path1:before {
    content: "\e923";
    color: #f79020;
}

.icon-user-login .path2:before {
    content: "\e924";
    margin-left: -.7265625em;
    color: #f79020;
}

.icon-user-login .path3:before {
    content: "\e925";
    margin-left: -.7265625em;
    color: white;
}

.icon-user:before {
    content: "\e910";
}

.icon-accessories:before {
    content: "\e900";
}

.icon-camera:before {
    content: "\e901";
}

.icon-cart:before {
    content: "\e902";
}

.icon-drones:before {
    content: "\e903";
}

.icon-heart:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-lenses:before {
    content: "\e906";
}

.icon-lighting:before {
    content: "\e907";
}

.icon-map-marker:before {
    content: "\e908";
}

.icon-optics:before {
    content: "\e909";
}

.icon-pencil:before {
    content: "\e90a";
}

.icon-printers:before {
    content: "\e90b";
}

.icon-pro-gear:before {
    content: "\e90c";
}

.icon-search:before {
    content: "\e90d";
}

.icon-tool:before {
    content: "\e90e";
}

.icon-used-gear:before {
    content: "\e90f";
}

.icon-video:before {
    content: "\e911";
}

.icon-menu:before {
    content: "\e912";
}

.icon-close:before {
    content: "\e913";
}

.icon-arrow-right:before {
    content: "\e914";
}

.icon-events:before {
    content: "\e915";
}

.icon-rent:before {
    content: "\e916";
}

.icon-return:before {
    content: "\e917";
}

.icon-buy:before {
    content: "\e918";
}

.icon-reload:before {
    content: "\e919";
}

.icon-check:before {
    content: "\e91a";
}

.icon-list:before {
    content: "\e91b";
}

.icon-fancy-arrow-down:before {
    content: "\e91c";
}

.icon-grid:before {
    content: "\e91d";
}

.icon-arrow-left:before {
    content: "\e91e";
}

.icon-marker:before {
    content: "\e922";
}

#nav > .container > ul,
#nav .nav-item,
#nav .category-nav,
#nav .subnav,
#nav .subnav ul,
.cards,
.hero-banner .banner-nav ul,
.social-networks,
.social-share,
.product-detail-wrap .product-desc-accrodian .policy-list,
.product-detail-wrap .product-desc-accrodian .list,
.product-details-holder .feature-list,
.product-details-holder .kit-list,
.details-tab,
.special-offer-modal ol,
.filter-list,
.product-compare-item .feature-list,
.side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    #nav .nav-drop-header:after,
    #nav .subnav-drop-header:after,
    .social-share:after,
    .compare-product-wrap .sub-title:after,
    .questions-box:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

.zoomer,
.zoomer * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.zoomer {
    background: url(jquery.fs.zoomer-loading.gif) no-repeat center;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: none;
    transition: none;
}

    .zoomer .zoomer-positioner {
        margin: 0;
        height: 1px;
        position: absolute;
        width: 1px;
    }

    .zoomer .zoomer-holder {
        box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        opacity: 0;
        position: relative;
        -webkit-transition: none;
        transition: none;
    }

    .zoomer .zoomer-image {
        cursor: move;
        float: left;
        height: 100%;
        width: 100%;
        -webkit-transition: opacity .25s linear;
        transition: opacity .25s linear;
    }

    .zoomer .zoomer-tiles {
        height: 100%;
        position: relative;
        width: 100%;
    }

    .zoomer .zoomer-tile {
        height: auto;
        position: absolute;
        width: auto;
    }

    /* CONTROLS */

    .zoomer .zoomer-controls {
        position: absolute;
        -webkit-transition: opacity .25s linear;
        transition: opacity .25s linear;
    }

        .zoomer .zoomer-controls .zoomer-next,
        .zoomer .zoomer-controls .zoomer-previous {
            display: none;
        }

.zoomer-controls .zoomer-zoom-in {
    float: left;
}

.zoomer-controls .zoomer-zoom-out {
    float: right;
}

.zoomer-controls .zoomer-zoom-out,
.zoomer-controls .zoomer-zoom-in {
    font-size: 19px;
    line-height: 1;
    color: #dcdfe0;
    margin-left: 9px;
    cursor: pointer;
}

    .zoomer-controls .zoomer-zoom-out:hover,
    .zoomer-controls .zoomer-zoom-out:focus,
    .zoomer-controls .zoomer-zoom-in:hover,
    .zoomer-controls .zoomer-zoom-in:focus {
        color: #f78f1e;
    }

.zoomer.zoomer-gallery .zoomer-controls .zoomer-next,
.zoomer.zoomer-gallery .zoomer-controls .zoomer-previous {
    display: block;
}

/* CONTROLS - TOP, BOTTOM */

.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
    left: 50%;
    margin: 0 0 0 -35px;
}

.zoomer .zoomer-controls-top {
    bottom: auto;
    top: 10px;
}

.zoomer .zoomer-controls-bottom {
    bottom: 10px;
    top: auto;
}

.zoomer.zoomer-gallery .zoomer-controls-top,
.zoomer.zoomer-gallery .zoomer-controls-bottom {
    margin: 0 0 0 -65px;
}

.zoomer .zoomer-controls-top span,
.zoomer .zoomer-controls-bottom span {
    line-height: 1;
}

    .zoomer .zoomer-controls-top span:first-child,
    .zoomer .zoomer-controls-bottom span:first-child {
        margin: 0 1px 0 0;
    }

/* CONTROLS - LEFT, RIGHT, TOP LEFT, TOP RIGHT, BOTTOM LEFT, BOTTOM RIGHT */

.zoomer .zoomer-controls-left,
.zoomer .zoomer-controls-top-left,
.zoomer .zoomer-controls-bottom-left .zoomer .zoomer-controls-right,
.zoomer .zoomer-controls-top-right,
.zoomer .zoomer-controls-bottom-right {
    height: 71px;
    width: 40px;
}

.zoomer.zoomer-gallery .zoomer-controls-left,
.zoomer.zoomer-gallery .zoomer-controls-top-left,
.zoomer.zoomer-gallery .zoomer-controls-bottom-left .zoomer.zoomer-gallery .zoomer-controls-right,
.zoomer.zoomer-gallery .zoomer-controls-top-right,
.zoomer.zoomer-gallery .zoomer-controls-bottom-right {
    height: 131px;
}

.zoomer .zoomer-controls-left,
.zoomer .zoomer-controls-right {
    margin: -35px 0 0 0;
    top: 50%;
}

.zoomer.zoomer-gallery .zoomer-controls-left,
.zoomer.zoomer-gallery .zoomer-controls-right {
    margin: -65px 0 0 0;
}

.zoomer .zoomer-controls-left {
    left: 10px;
}

.zoomer .zoomer-controls-top-left {
    left: 10px;
    top: 10px;
}

.zoomer .zoomer-controls-bottom-left {
    bottom: 10px;
    left: 10px;
}

.zoomer .zoomer-controls-right {
    right: 10px;
}

.zoomer .zoomer-controls-top-right {
    right: 10px;
    top: 10px;
}

.zoomer .zoomer-controls-bottom-right {
    bottom: 10px;
    right: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: none;
    }

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -10px;
    right: 0;
    width: 15px;
    height: 17px;
    cursor: pointer;
    z-index: 8040;
    background: url(../images/close.png) no-repeat;
}

    .fancybox-close:hover {
        opacity: .8;
    }

.fancybox-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

    .fancybox-nav:hover span {
        border-color: transparent transparent transparent #e2e2e2;
    }

.fancybox-prev {
    left: -45px;
}

    .fancybox-prev:hover span {
        border-color: transparent #e2e2e2 transparent transparent;
    }

.fancybox-next {
    right: -45px;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 25px solid #fff;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #fff;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-prev span {
    left: 10px;
    border-width: 25px 25px 25px 0;
    border-color: transparent #fff transparent transparent;
}

.fancybox-next span {
    right: 10px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, .8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/* custom select styles */

.jcf-select {
    display: block;
    position: relative;
    background: #f3f3f3;
    height: 28px;
    border: 1px solid transparent;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 14px;
        line-height: 26px;
        margin: 0 35px 0 8px;
        color: #323b42;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        width: 24px;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:before {
            content: "\f0dc";
            font-family: "FontAwesome";
            color: #505e68;
            line-height: 28px;
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f8f8f8;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #323b42;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-select.jcf-select-sort {
    height: 22px;
    border: 1px solid #fff;
}

    .jcf-select.jcf-select-sort .jcf-select-text {
        line-height: 20px;
        font-size: 10px;
        margin: 0 25px 0 3px;
    }

    .jcf-select.jcf-select-sort .jcf-select-opener {
        width: 21px;
        height: 20px;
        background: #6e818f;
        border-left: 1px solid #fff;
    }

        .jcf-select.jcf-select-sort .jcf-select-opener:before {
            display: none;
        }

        .jcf-select.jcf-select-sort .jcf-select-opener:after {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            border: 5px solid #f3f3f3;
            border-color: #f3f3f3 transparent transparent;
            border-width: 7px 5px 0;
        }

.jcf-select-drop.jcf-select-sort .jcf-list {
    font-size: 10px;
    line-height: 16px;
}

    .jcf-select-drop.jcf-select-sort .jcf-list .jcf-option {
        padding: 3px 4px;
        border-top: 1px solid #fff;
    }

.jcf-number {
    display: inline-block;
    position: relative;
}

    .jcf-number input {
        -moz-appearance: textfield;
    }

        .jcf-number input::-webkit-inner-spin-button,
        .jcf-number input::-webkit-outer-spin-button {
            -webkit-appearance: none;
        }

    .jcf-number input {
        box-sizing: border-box;
        border: none;
        border: 1px solid #505e68;
        margin: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 32px;
        font-weight: 700;
    }

/* header and foter style imported */

/* header styles */

#header {
    position: relative;
    z-index: 99;
}

.header-top {
    background: #505e68;
    color: #fff;
}

    .header-top .container {
        padding: 0;
        position: relative;
    }

    .header-top .location-box,
    .header-top .NoStoreLocation-box {
        padding-left: 15px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 14%;
    }


        .header-top .location-box .store-opener {
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
        }

    .header-top .store-drop-holder {
        background: #fff;
        border: 2px solid #f78f1e;
        color: #505e68;
        padding: 0 13px;
        font-size: 14px;
        line-height: 18px;
        clear: both;
        text-align: left;
        position: absolute;
        top: 100%;
        z-index: 99;
        left: 0;
        right: 0;
    }

        .header-top .store-drop-holder .address-holder {
            position: relative;
            padding: 9px 20px 12px 0;
        }

        .header-top .store-drop-holder .store-name {
            display: block;
            font: 400 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
            font-weight: 400;
        }

            .header-top .store-drop-holder .store-name span {
                font-weight: 500;
            }

        .header-top .store-drop-holder address {
            margin: 0;
        }

        .header-top .store-drop-holder .go-link {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
            line-height: 1;
        }

        .header-top .store-drop-holder .contact-info {
            border: 1px solid #dcdfe1;
            border-width: 1px 0;
            padding: 11px 0 10px;
            margin: 0 0 15px;
        }

        .header-top .store-drop-holder .tel-wrap {
            margin-right: 12px;
        }

        .header-top .store-drop-holder .opening-info {
            display: block;
            padding: 11px 0 4px;
        }

            .header-top .store-drop-holder .opening-info strong {
                font-weight: 600;
            }

        .header-top .store-drop-holder .btn-more-store {
            font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
            padding: 10px;
            min-width: 213px;
            margin: 0 0 15px;
        }

        .header-top .store-drop-holder .close-holder {
            margin: 0 -13px;
            padding-right: 15px;
            padding-left: 15px;
        }

    .header-top .store-link strong {
        font-weight: 400;
        margin-left: 7px;
        text-transform: uppercase;
    }

    .header-top .store-link {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        color: #fff;
    }

        .header-top .store-link:hover {
            color: #f78f1e;
        }

        .header-top .store-link .icon-customer-care {
            font-size: 23px;
        }

    .header-top .change {
        text-decoration: underline;
    }

        .header-top .change:hover,
        .header-top .change:focus {
            text-decoration: none;
            color: #f78f1e;
        }

        .header-top .change.uppercase {
            text-transform: uppercase;
        }

    .header-top .my-account,
    .header-top .customer-care,
    .header-top .shipping-info {
        border-left: 1px solid #323b42;
        float: right;
        width: 14.4%;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .header-top .shipping-info {
        width: 57.2%;
        padding: 5px 10px;
        font-size: 12px;
        letter-spacing: .02em;
        text-align: left;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        line-height: 1.2;
    }

    .header-top .my-account {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

        .header-top .my-account .store-link strong {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            margin-top: 2px;
            max-width: 100px;
        }

    .header-top .customer-care {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

.header-logo-holder {
    background: #323b42;
}

/* opener for burger menu */

.nav-opener-icon {
    width: 30px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: 0 auto;
}

    .nav-opener-icon:focus {
        outline: none;
    }

    .nav-opener-icon span,
    .nav-opener-icon:before,
    .nav-opener-icon:after {
        -webkit-transition: .25s linear all;
        transition: .25s linear all;
        height: 5px;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        background: #fff;
        left: 0;
        right: 0;
        border-radius: 3px;
    }

    .nav-opener-icon:before,
    .nav-opener-icon:after {
        content: "";
        margin: 0;
    }

    .nav-opener-icon:before {
        top: 0;
    }

    .nav-opener-icon:after {
        bottom: 0;
        top: auto;
    }

.nav-active .nav-opener-icon span {
    opacity: 0;
}

.nav-active .nav-opener-icon:before,
.nav-active .nav-opener-icon:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    bottom: auto;
}

.nav-active .nav-opener-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-opener {
    float: left;
    margin: 40px 0 0;
}

    .nav-opener i {
        display: block;
        padding-top: 8px;
        font-style: normal;
        font-size: 16px;
        color: #fff;
        letter-spacing: .04em;
    }

.cart-list {
    float: right;
    padding: 43px 0 0;
    line-height: 1;
    text-align: center;
}

    .cart-list a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        display: block;
        position: relative;
        color: #fff;
    }

        .cart-list a:hover {
            color: #f78f1e;
        }

            .cart-list a:hover .count {
                color: #fff;
            }

    .cart-list .icon-cart {
        font-size: 24px;
    }

    .cart-list .text {
        display: block;
        font-weight: 500;
        font-size: 10px;
        text-transform: uppercase;
        padding: 12px 0 0;
        letter-spacing: .04em;
    }

    .cart-list .count {
        background-color: #f78f1e;
        color: #fff;
        border-radius: 50%;
        border: 2px solid #fff;
        height: 24px;
        width: 24px;
        position: absolute;
        top: -12px;
        right: 4px;
        padding-top: 2px;
    }

/* page logo styles */

.logo {
    text-align: center;
    margin: 16px 0 24px; /* changed from 21px 0 25px */
    line-height: 1.2;
    font-size: 1px;
}

    .logo a {
        display: inline-block;
    }

        .logo a:hover {
            text-decoration: none;
        }

    .logo .logo-img {
        display: block;
        width: 200px; /* changed from 190px - 250 was nice */
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .logo .text {
        color: #fff;
        font-size: 12px;
        display: block;
        margin: 7px 0 0;
        letter-spacing: .01em;
        text-transform: uppercase;
    }

/* search form style */

.search-form fieldset {
    display: block;
}

.search-form .input-wrap {
    overflow: hidden;
    margin: 0 -15px;
    position: relative;
}

.search-form .form-control {
    box-shadow: none;
    border-radius: 0;
    border-color: #dcdfe1;
    font-size: 16px;
    height: 45px;
    padding: 0 55px 4px 15px;
    color: #6e818f;
    border: 2px solid #505e68;
}

    .search-form .form-control::-webkit-input-placeholder {
        color: #323b42;
        font-style: italic;
    }

    .search-form .form-control::-moz-placeholder {
        opacity: 1;
        color: #323b42;
        font-style: italic;
    }

    .search-form .form-control:-moz-placeholder {
        color: #323b42;
        font-style: italic;
    }

    .search-form .form-control:-ms-input-placeholder {
        color: #323b42;
        font-style: italic;
    }

    .search-form .form-control.placeholder {
        color: #323b42;
        font-style: italic;
    }

.search-form .btn-search {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    padding: 0;
    border-radius: 0;
    line-height: 1;
    background-color: #6e818f;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 52px;
    font-size: 27px;
    border: 2px solid #505e68;
}

    .search-form .btn-search:hover {
        background-color: #fff;
        color: #323b42;
    }

    .search-form .btn-search:focus,
    .search-form .btn-search:active {
        border-color: #505e68;
        outline: none;
    }

.link {
    text-decoration: underline;
}

    .link:hover,
    .link:focus {
        text-decoration: none;
        color: #f78f1e;
    }

/* main navigation styles */

#nav {
    background: #6e818f;
    margin-top: -2px;
}

    #nav a:focus {
        outline: none;
    }

    #nav .nav-header {
        overflow: hidden;
        display: none;
    }

        #nav .nav-header .menu-close {
            width: 40px;
            height: 40px;
            float: left;
            font-size: 15px;
            line-height: 40px;
            background: #6e818f;
            color: #fff;
            text-align: center;
        }

            #nav .nav-header .menu-close:hover {
                background: #586772;
            }

        #nav .nav-header .menu-title {
            background: #323b42;
            display: block;
            overflow: hidden;
            padding: 10px 5px;
            color: #fff;
            text-align: center;
            font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        }

    #nav > .container > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
        border: 1px solid #505e68;
    }

        #nav > .container > ul > li {
            -webkit-transition: border .3s ease-in-out;
            transition: border .3s ease-in-out;
            line-height: 1;
            width: 50%;
            border: 1px solid #505e68;
        }

            #nav > .container > ul > li.active .menu-drop {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0%);
                -ms-transform: translateX(0%);
                transform: translateX(0%);
            }

            #nav > .container > ul > li > a {
                -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
                transition: background .3s ease-in-out, color .3s ease-in-out, transform .3s ease-in-out;
                color: #fff;
                font-size: 16px;
                letter-spacing: .04em;
                display: block;
                outline: none;
                text-transform: capitalize;
                text-transform: uppercase;
                padding: 6px 5px 7px 18px;
            }

                #nav > .container > ul > li > a:hover {
                    background-color: #fff;
                    color: #323b42;
                }

                #nav > .container > ul > li > a > span {
                    display: inline-block;
                    vertical-align: middle;
                }

                #nav > .container > ul > li > a .icon-menu {
                    margin: 0 10px 0 7px;
                }

                #nav > .container > ul > li > a .icon {
                    padding-right: 10px;
                    font-size: 26px;
                }

    #nav .menu-drop {
        position: absolute;
        top: 0;
        left: -1px;
        /*width: 100%;*/
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
        -webkit-transition: -webkit-transform .5s ease, opacity .5s ease, visibility .5s ease;
        transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
    }

.nav-active #nav .menu-drop {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    z-index: 10;
}

#nav .nav-drop-header {
    background: #323b42;
    position: relative;
}

    #nav .nav-drop-header .nav-close {
        width: 40px;
        height: 40px;
        float: left;
        font-size: 15px;
        line-height: 40px;
        background: #6e818f;
        color: #fff;
        text-align: center;
    }

        #nav .nav-drop-header .nav-close:hover {
            background: #586772;
        }

    #nav .nav-drop-header .nav-title {
        display: block;
        overflow: hidden;
        font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 10px 5px;
        color: #fff;
    }

#nav .menu-header {
    display: none;
    font: 500 18px/24px "Ubuntu", Arial, Helvetica, sans-serif;
    position: relative;
    letter-spacing: -.03em;
}

    #nav .menu-header:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 55%;
        height: 1px;
        background: #f78f1e;
    }

#nav .nav-item li {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
}

#nav .adv-img {
    display: none;
}

    #nav .adv-img img {
        width: 100%;
        height: auto;
    }

#nav .category-nav > li:hover > a,
#nav .category-nav > li.active > a {
    background: #f3f3f3;
    color: #505e68;
}

#nav .category-nav > li > a {
    font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 10px 35px 9px 53px;
    display: block;
    position: relative;
    border-bottom: 1px solid #dcdfe1;
}

    #nav .category-nav > li > a [class^="icon-"],
    #nav .category-nav > li > a [class*=" icon-"] {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 20px;
        left: 10px;
        font-size: 17px;
    }

    #nav .category-nav > li > a .icon-video {
        font-size: 19px;
        left: 11px;
    }

    #nav .category-nav > li > a .icon-lenses {
        font-size: 20px;
    }

    #nav .category-nav > li > a .icon-pro-gear {
        font-size: 22px;
        left: 10px;
    }

    #nav .category-nav > li > a .icon-drones {
        font-size: 20px;
    }

    #nav .category-nav > li > a .icon-lighting {
        left: 10px;
        font-size: 16px;
    }

    #nav .category-nav > li > a .icon-accessories {
        font-size: 22px;
        left: 15px;
    }

    #nav .category-nav > li > a .icon-printers {
        font-size: 24px;
        left: 8px;
    }

    #nav .category-nav > li > a .icon-optics {
        font-size: 11px;
    }

    #nav .category-nav > li > a .icon-used-gear {
        font-size: 23px;
        left: 10px;
    }

    #nav .category-nav > li > a .icon-pencil {
        font-size: 17px;
        left: 11px;
    }

    #nav .category-nav > li > a .icon-events {
        font-size: 20px;
        left: 13px;
    }

#nav li.active {
    z-index: 10;
}

    #nav li.active > .sub-drop {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }

#nav .sub-drop {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

#nav .subnav-drop-header {
    position: relative;
}

    #nav .subnav-drop-header .nav-close {
        width: 40px;
        height: 40px;
        float: left;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
    }

        #nav .subnav-drop-header .nav-close:hover {
            background: #586772;
            color: #fff;
        }

    #nav .subnav-drop-header .nav-title {
        display: block;
        overflow: hidden;
        font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 10px 5px;
    }
/* Making a copy of nav close for new submenue close button*/
.nav-hard-close {
    visibility: hidden
}

@media(max-width: 767px) {

    .nav-hard-close {
        visibility: visible;
        background: #6e818f;
        color: #fff;
    }

    #nav .subnav-drop-header .nav-hard-close {
        width: 40px;
        height: 40px;
        float: left;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
    }

        #nav .subnav-drop-header .nav-hard-close:hover {
            background: #586772;
            color: #fff;
        }
}
/*End new css*/
#nav .subnav > li > a {
    font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
    letter-spacing: .025em;
}

#nav .subnav ul {
    overflow: hidden;
}

    #nav .subnav ul > li {
        font-size: 16px;
    }

        #nav .subnav ul > li > a {
            color: #fff;
        }

            #nav .subnav ul > li > a:hover {
                color: #f78f1e;
            }

#nav .subnav .link-view {
    font-size: 16px;
    font-weight: 500;
}

#nav .onsale-title {
    font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
    border-top: 1px solid #dcdfe1;
    display: block;
    margin: 6px 0 11px;
    padding: 9px 0 0;
}

#nav .item-on-sale {
    font-family: "Ubuntu";
    margin: 0 0 30px;
}

    #nav .item-on-sale .img-wrap {
        text-align: center;
        margin: 0 0 11px;
    }

        #nav .item-on-sale .img-wrap img {
            max-width: 100%;
            height: auto;
        }

    #nav .item-on-sale .name {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        display: block;
        line-height: 14px;
        margin: 0 0 7px;
    }

        #nav .item-on-sale .name a {
            color: #505e68;
        }

            #nav .item-on-sale .name a:hover {
                color: #f78f1e;
            }

    #nav .item-on-sale .price {
        font-size: 12px;
        display: block;
        font-weight: 500;
        margin: 0 0 2px;
    }

    #nav .item-on-sale .offer {
        font-size: 12px;
        font-weight: 500;
        display: block;
        color: #f04d4d;
    }

/* footer styles */

#footer {
    position: relative;
}

/* subscription form style */

.subscribe-holder {
    text-align: center;
    background: #505e68;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 26px 0 30px;
    border-bottom: 1px solid #fff;
}

    .subscribe-holder .subscribe-title {
        font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 7px;
        display: block;
    }

    .subscribe-holder .link {
        color: #fff;
    }

    .subscribe-holder .form-group {
        margin: 0;
    }

        .subscribe-holder .form-group.input-error .form-control {
            border-color: #f00;
            border-width: 2px;
            padding: 5px 6px;
        }

    .subscribe-holder .form-control {
        padding-left: 7px;
    }

    .subscribe-holder p {
        margin-bottom: 28px;
    }

    .subscribe-holder .btn-submit {
        width: 100%;
        font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 9px 7px;
    }

.footer-contact {
    background: #323b42;
    color: #fff;
    line-height: 1.28571;
    padding: 25px 0 30px;
}

    .footer-contact .link {
        color: #fff;
    }

    .footer-contact .contact-title {
        display: block;
        font: 500 16px/24px "Ubuntu", Arial, Helvetica, sans-serif;
        margin: 0 0 12px;
    }

    .footer-contact p {
        margin-bottom: 14px;
    }

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* payment method style */

.cards {
    font-size: 0;
    margin: 0 -4px 18px;
}

    .cards li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px 0 5px;
    }

        .cards li a:hover {
            opacity: .8;
        }

.geo-trust {
    float: left;
    width: 78px;
}

    .geo-trust a:hover {
        opacity: .8;
    }

    .geo-trust img {
        width: 100%;
        height: auto;
    }

.copy-text {
    overflow: hidden;
    padding: 2px 0 0 28px;
}

    .copy-text p {
        margin: 0;
    }

    .copy-text a {
        color: #505e68;
    }

        .copy-text a:hover {
            text-decoration: underline;
        }

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 10px;
    font-weight: 500;
    font-family: "Ubuntu";
}

.btn {
    white-space: normal;
    outline: none;
}

    .btn:focus {
        outline: none;
        border-color: transparent;
    }

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 0;
    overflow: hidden;
}

    .accessibility:focus {
        position: static;
        width: auto;
        height: auto;
    }

body {
    min-width: 320px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

/* main container styles */

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    margin: 0 0 14px;
}

    .hero-banner .mask {
        overflow: hidden;
    }

    .hero-banner .slide {
        overflow: hidden;
    }

        .hero-banner .slide.active {
            z-index: 1;
        }

        .hero-banner .slide .img-wrap {
            position: relative;
            left: 50%;
            min-width: 575px;
        }

            .hero-banner .slide .img-wrap img {
                margin-left: -50%;
            }

        .hero-banner .slide img {
            width: 100%;
            height: auto;
        }

    .hero-banner .banner-nav {
        padding: 14px 0;
    }

        .hero-banner .banner-nav ul {
            font-size: 0;
            text-align: center;
        }

            .hero-banner .banner-nav ul li > a {
                display: block;
            }

.main-heading {
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    overflow: hidden;
    letter-spacing: -.02em;
    padding: 0 20px;
}

    .main-heading span {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

        .main-heading span:before,
        .main-heading span:after {
            content: "";
            position: absolute;
            top: 50%;
            height: 1px;
            background: #dcdfe1;
            margin-top: 1px;
        }

        .main-heading span:before {
            right: 100%;
            left: -9999px;
            margin-right: 15px;
        }

        .main-heading span:after {
            left: 100%;
            right: -9999px;
            margin-left: 15px;
        }

.whats-new {
    margin-bottom: 11px;
}

    .whats-new .main-heading {
        margin-bottom: 13px;
    }

.online-deal-box {
    overflow: hidden;
    border: 1px solid #dcdfe1;
    text-align: center;
    padding: 10px 12px 0;
    margin: 0 auto 15px;
    max-width: 260px;
}

    .online-deal-box .title {
        display: block;
        font: 400 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.019em;
        margin: 0 30px 9px;
    }

    .online-deal-box .img {
        margin: 0 auto 8px;
        max-width: 102px;
    }

        .online-deal-box .img img {
            max-width: 100%;
            height: auto;
        }

    .online-deal-box .deal-title,
    .online-deal-box .deal-duration {
        display: block;
        letter-spacing: -.02em;
        font: 500 14px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
    }

    .online-deal-box .deal-title {
        margin-bottom: 1px;
    }

    .online-deal-box .deal-duration {
        color: #f78f1e;
    }

    .online-deal-box .deal-info {
        display: block;
        font-size: 12px;
        margin: 0 0 11px;
    }

    .online-deal-box .btn-view-deal {
        display: block;
        border-bottom: 4px solid #f78f1e;
        font: 500 13px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        background: #505e68;
        color: #fff;
        margin: 0 -12px;
        padding: 7px;
    }

        .online-deal-box .btn-view-deal:hover,
        .online-deal-box .btn-view-deal:focus {
            outline: none;
            background: #f78f1e;
            border-bottom-color: #505e68;
        }

.flyer-item {
    overflow: hidden;
    border: 1px solid #dcdfe1;
    text-align: center;
    position: relative;
    padding: 11px 0 0;
    max-width: 260px;
    margin: 0 auto 15px;
}

    .flyer-item .title {
        display: block;
        font: 400 16px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.019em;
        margin-bottom: 5px;
    }

    .flyer-item .img-wrap {
        margin: 0 auto;
        max-width: 182px;
    }

        .flyer-item .img-wrap img {
            width: 100%;
            height: auto;
        }

    .flyer-item .btn-view-flyer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        border-bottom: 4px solid #f78f1e;
        font: 500 13px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        background: #505e68;
        color: #fff;
        padding: 7px;
    }

        .flyer-item .btn-view-flyer:hover,
        .flyer-item .btn-view-flyer:focus {
            outline: none;
            background: #f78f1e;
            border-bottom-color: #505e68;
        }

.popular-category {
    margin-bottom: 3px;
}

    .popular-category .main-heading {
        margin-bottom: 12px;
    }

    .popular-category .categpry-item {
        margin: 0 0 15px;
        text-align: center;
    }

    .popular-category .ico-holder {
        white-space: nowrap;
        text-align: center;
        color: #313a42;
        height: 40px;
    }

        .popular-category .ico-holder:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 100%;
        }

        .popular-category .ico-holder > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 99%;
        }

        .popular-category .ico-holder i {
            font-size: 26px;
        }

        .popular-category .ico-holder .icon-video,
        .popular-category .ico-holder .icon-drones {
            font-size: 31px;
        }

        .popular-category .ico-holder .icon-lenses,
        .popular-category .ico-holder .icon-printers {
            font-size: 33px;
        }

        .popular-category .ico-holder .icon-pro-gear {
            font-size: 34px;
        }

        .popular-category .ico-holder .icon-lighting {
            font-size: 30px;
        }

        .popular-category .ico-holder .icon-accessories,
        .popular-category .ico-holder .icon-used-gear {
            font-size: 36px;
        }

        .popular-category .ico-holder .icon-optics {
            font-size: 16px;
        }

        .popular-category .ico-holder .icon-pencil {
            font-size: 28px;
        }

        .popular-category .ico-holder .icon-tool {
            font-size: 32px;
        }

    .popular-category .btn-category {
        display: block;
        font: 500 12px/12px "Ubuntu", Arial, Helvetica, sans-serif;
        color: #505e68;
    }

        .popular-category .btn-category:hover {
            color: #f78f1e;
        }

.form-control {
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    height: 28px;
    padding: 2px 7px;
    border: 1px solid transparent;
}

    .form-control:focus {
        box-shadow: none;
    }

.error-text {
    display: none;
    color: #f78f1e;
    padding-top: 2px;
}

.tooltip {
    position: absolute !important;
    font-size: 12px;
    line-height: 16px;
}

    .tooltip.right {
        margin-left: 6px;
    }

        .tooltip.right:before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            box-shadow: 0 2px 7px rgba(1, 1, 1, .15);
            margin-top: -15px;
            content: "";
            position: absolute;
            top: 50%;
            width: 30px;
            height: 30px;
            left: 7px;
            z-index: 1;
        }

    .tooltip .tooltip-arrow {
        z-index: 3;
        top: 50% !important;
    }

    .tooltip .tooltip-inner {
        box-shadow: 0 2px 7px rgba(1, 1, 1, .15);
        text-align: left;
        border-radius: 0;
        position: relative;
        z-index: 2;
        padding: 12px 15px;
        min-width: 140px;
    }

.form-group.input-error .form-control,
.form-group.input-error .jcf-select {
    border-color: #f78f1e;
}

.form-group.input-error .error-text {
    display: block;
}

.more-reasons {
    margin-bottom: 14px;
}

    .more-reasons .main-heading {
        margin-bottom: 15px;
    }

    .more-reasons .holder {
        max-width: 615px;
        margin: 0 auto;
    }

    .more-reasons .img-wrap {
        margin: 0 auto 15px;
        width: 62px;
    }

        .more-reasons .img-wrap.price {
            width: 67px;
        }

        .more-reasons .img-wrap.reserve {
            width: 90px;
        }

        .more-reasons .img-wrap img {
            max-width: 100%;
            height: auto;
        }

/* social networks style */

.social-networks {
    font-size: 0;
}

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

        .social-networks li a {
            display: block;
            width: 28px;
            height: 28px;
            font-size: 15px;
            line-height: 2;
            background: #505e68;
            color: #fff;
            text-align: center;
            border-radius: 50%;
        }

            .social-networks li a:hover,
            .social-networks li a:focus {
                outline: none;
                background: #f78f1e;
            }

.social-share li {
    float: left;
    margin: 0 5px 5px 0;
}

    .social-share li a {
        display: block;
        width: 18px;
        height: 18px;
        background: #505e68;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        line-height: 18px;
        font-size: 10px;
    }

        .social-share li a:hover {
            background: #f78f1e;
        }

/* product detail page */

.product-detail-wrap {
    padding: 13px 0 30px;
}

    .product-detail-wrap h1 {
        font: 500 18px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-bottom: 1px;
    }

    .product-detail-wrap .web-code {
        display: block;
        margin: 0 0 10px;
    }

    .product-detail-wrap .social-share {
        margin-bottom: 10px;
    }

    .product-detail-wrap .prduct-detail-slide {
        position: relative;
    }

        .product-detail-wrap .prduct-detail-slide .mask {
            overflow: hidden;
        }

        .product-detail-wrap .prduct-detail-slide .slide {
            width: 100%;
        }

            .product-detail-wrap .prduct-detail-slide .slide .zoomer {
                background: none;
            }

                .product-detail-wrap .prduct-detail-slide .slide .zoomer .zoomer-holder {
                    box-shadow: none;
                }

                .product-detail-wrap .prduct-detail-slide .slide .zoomer .zoomer-controls {
                    left: auto;
                    right: 0;
                    bottom: 0;
                }

            .product-detail-wrap .prduct-detail-slide .slide.active {
                z-index: 1;
            }

    .product-detail-wrap .main-img {
        height: 100%;
        text-align: center;
    }

        .product-detail-wrap .main-img img {
            max-width: 100%;
            height: auto;
        }

    .product-detail-wrap .image-zoom {
        text-align: right;
        padding: 3px 50px 21px 0;
    }

    .product-detail-wrap .product-slide-nav {
        overflow: hidden;
        position: relative;
        padding: 16px 0 0;
    }

        .product-detail-wrap .product-slide-nav.not-enough-slides .slide-wrap {
            padding: 0;
        }

        .product-detail-wrap .product-slide-nav.not-enough-slides .btn-prev,
        .product-detail-wrap .product-slide-nav.not-enough-slides .btn-next {
            display: none;
        }

        .product-detail-wrap .product-slide-nav .slide-wrap {
            position: relative;
            margin: 0 auto 24px;
        }

        .product-detail-wrap .product-slide-nav .mask1 {
            overflow: hidden;
        }

        .product-detail-wrap .product-slide-nav .slideset1 {
            width: 100% !important;
            white-space: nowrap;
            font-size: 0;
            line-height: 0;
        }

        .product-detail-wrap .product-slide-nav .slide1 {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .product-detail-wrap .product-slide-nav .slide1 img {
                max-width: 100%;
                height: auto;
            }

            .product-detail-wrap .product-slide-nav .slide1 a {
                display: block;
            }

                .product-detail-wrap .product-slide-nav .slide1 a:hover .play {
                    opacity: .8;
                }

            .product-detail-wrap .product-slide-nav .slide1 .play {
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
                top: 50%;
                left: 50%;
                width: 16px;
                height: 16px;
                background: #f78f1e;
                color: #fff;
                border-radius: 50%;
                text-align: center;
                line-height: 16px;
                font-size: 9px;
            }

        .product-detail-wrap .product-slide-nav .btn-prev,
        .product-detail-wrap .product-slide-nav .btn-next {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            line-height: 1;
            display: none;
            position: absolute;
            top: 50%;
            font-size: 40px;
            color: #6e818f;
            outline: none;
            margin-top: -2px;
        }

            .product-detail-wrap .product-slide-nav .btn-prev:hover,
            .product-detail-wrap .product-slide-nav .btn-prev:focus,
            .product-detail-wrap .product-slide-nav .btn-next:hover,
            .product-detail-wrap .product-slide-nav .btn-next:focus {
                color: #f78f1e;
            }

        .product-detail-wrap .product-slide-nav .btn-prev {
            left: 0;
        }

        .product-detail-wrap .product-slide-nav .btn-next {
            right: 0;
        }

    .product-detail-wrap .dealer-info {
        text-align: center;
    }

        .product-detail-wrap .dealer-info > a,
        .product-detail-wrap .dealer-info > span {
            display: inline-block;
            vertical-align: bottom;
        }

        .product-detail-wrap .dealer-info > span {
            line-height: 1.1;
            margin-left: 8px;
        }

            .product-detail-wrap .dealer-info > span.info {
                font-size: 12px;
            }

    .product-detail-wrap .old-price {
        display: block;
        padding: 23px 0 2px;
        line-height: 1.285714285714286;
        font-family: "Ubuntu";
        font-size: 12px;
    }

        .product-detail-wrap .old-price .price {
            text-decoration: line-through;
        }

    .product-detail-wrap .current-price {
        font: 500 18px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
    }

        .product-detail-wrap .current-price:first-child {
            padding-top: 24px;
        }

    .product-detail-wrap .regular-price {
        font: 400 italic 12px/18px "Ubuntu", Arial, Helvetica, sans-serif;
    }

    .product-detail-wrap .save-info {
        display: block;
        font: 500 16px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
        color: #f83b1e;
    }

    .product-detail-wrap .rating-holder {
        font-size: 14px;
        margin: 0 0 28px;
    }

        .product-detail-wrap .rating-holder .rating {
            color: #f78f1e;
        }

            .product-detail-wrap .rating-holder .rating i {
                margin: 0 2px 0 1px;
            }

            .product-detail-wrap .rating-holder .rating .empty {
                color: #dcdfe1;
            }

        .product-detail-wrap .rating-holder .link {
            margin-left: 2px;
        }

    .product-detail-wrap .used-condition {
        font: 400 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        margin: -18px 0 30px;
    }

        .product-detail-wrap .used-condition i {
            font-size: 18px;
        }

        .product-detail-wrap .used-condition strong {
            font-weight: 500;
        }

    .product-detail-wrap .stock-availability {
        display: block;
        background: #f3f3f3;
        /* border-left: 30px solid #8dc63f; */
        padding: 11px 15px;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 12px;
        position: relative;
    }

        .product-detail-wrap .stock-availability.unavailable {
            /* border-left-color: #6e818f; */
        }

        .product-detail-wrap .stock-availability.low {
            /* border-left-color: #ffd200; */
        }

        .product-detail-wrap .stock-availability i {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            color: #fff;
            left: -15px;
        }

            .product-detail-wrap .stock-availability i.fa-close {
                font-size: 20px;
            }

        .product-detail-wrap .stock-availability .icon-map-marker {
            font-size: 20px;
        }

        .product-detail-wrap .stock-availability .stock-info {
            display: block;
            font: 500 14px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
            margin-bottom: 1px;
        }

        .product-detail-wrap .stock-availability .shipping {
            display: block;
            margin-bottom: 3px;
        }

            .product-detail-wrap .stock-availability .shipping strong {
                font-weight: 600;
            }

        .product-detail-wrap .stock-availability address {
            display: inline;
            margin: 0;
        }

    .product-detail-wrap .shipping-info {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 30px;
    }

        .product-detail-wrap .shipping-info > span {
            display: block;
        }

        .product-detail-wrap .shipping-info .estimate-delivery {
            padding: 7px 0 0;
        }

    .product-detail-wrap .store-call {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 8px;
    }

        .product-detail-wrap .store-call .tel {
            color: #505e68;
        }

            .product-detail-wrap .store-call .tel:hover {
                color: #f78f1e;
            }

    .product-detail-wrap .link.check {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 28px;
    }

    .product-detail-wrap .product-desc-accrodian {
        margin: 0 0 30px;
    }

        .product-detail-wrap .product-desc-accrodian .panel {
            box-shadow: none;
            margin: 0;
            border-width: 0 0 1px;
            border-bottom-color: #dcdfe1;
            border-radius: 0;
        }

            .product-detail-wrap .product-desc-accrodian .panel:first-child {
                border-top-width: 1px;
                border-top-color: #dcdfe1;
            }

            .product-detail-wrap .product-desc-accrodian .panel > .opener {
                display: block;
                font: 400 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
                color: #505e68;
                padding: 10px 15px 10px 0;
                position: relative;
                outline: none;
            }

                .product-detail-wrap .product-desc-accrodian .panel > .opener:after {
                    -webkit-transition: all .2s linear;
                    transition: all .2s linear;
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                    line-height: 1;
                    content: "\e914";
                    font-family: "icomoon";
                    color: #f78f1e;
                    position: absolute;
                    top: 12px;
                    right: 0;
                }

                .product-detail-wrap .product-desc-accrodian .panel > .opener.collapsed {
                    color: #505e68;
                }

                    .product-detail-wrap .product-desc-accrodian .panel > .opener.collapsed:after {
                        -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }

                    .product-detail-wrap .product-desc-accrodian .panel > .opener.collapsed:focus {
                        color: #505e68;
                    }

                .product-detail-wrap .product-desc-accrodian .panel > .opener.offer.collapsed {
                    color: #f83b1d;
                }

        .product-detail-wrap .product-desc-accrodian .accrodian-content {
            font-size: 14px;
            line-height: 18px;
            padding: 0 0 29px;
            margin-top: -4px;
            overflow: hidden;
        }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.warranty {
                padding-bottom: 21px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.warranty p {
                    margin-bottom: 8px;
                }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.refurbished {
                padding-bottom: 19px;
                margin-top: -2px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.availability {
                padding-bottom: 17px;
                margin-top: -5px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.availability p {
                    margin-bottom: 14px;
                }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.rating {
                margin-top: -5px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content .rating-info {
                padding: 0 0 2px 15px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content .rating-info strong {
                    display: block;
                    font-weight: 700;
                }

                    .product-detail-wrap .product-desc-accrodian .accrodian-content .rating-info strong i {
                        font-weight: 600;
                    }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty {
                padding-bottom: 18px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty p {
                    margin-bottom: 7px;
                }

                    .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty p + p {
                        margin-bottom: 12px;
                    }

        .product-detail-wrap .product-desc-accrodian .policy-list {
            overflow: hidden;
            margin-bottom: 4px;
            float: left;
            width: 50%;
        }

            .product-detail-wrap .product-desc-accrodian .policy-list + .policy-list {
                padding-left: 14px;
            }

            .product-detail-wrap .product-desc-accrodian .policy-list li {
                position: relative;
                padding: 0 0 0 18px;
                margin-bottom: 7px;
            }

                .product-detail-wrap .product-desc-accrodian .policy-list li:before {
                    content: "•";
                    position: absolute;
                    top: 0;
                    left: 0;
                }

        .product-detail-wrap .product-desc-accrodian .help-logo {
            float: right;
            width: 95px;
            margin: 14px 1px 0 10px;
            display: none;
            clear: left;
        }

            .product-detail-wrap .product-desc-accrodian .help-logo img {
                width: 100%;
                height: auto;
            }

        .product-detail-wrap .product-desc-accrodian .help-title {
            display: block;
            margin: 0 0 8px;
            clear: left;
        }

        .product-detail-wrap .product-desc-accrodian .check-wrap {
            overflow: hidden;
            position: relative;
            padding: 0 10px 0 20px;
            margin: 0 0 10px;
        }

            .product-detail-wrap .product-desc-accrodian .check-wrap label {
                font-weight: 400;
                display: inline;
                margin: 0;
            }

                .product-detail-wrap .product-desc-accrodian .check-wrap label strong {
                    font-weight: 600;
                }

            .product-detail-wrap .product-desc-accrodian .check-wrap [type="checkbox"] {
                position: fixed;
                left: 0;
                top: 0;
                opacity: 0;
                z-index: -1;
            }

                .product-detail-wrap .product-desc-accrodian .check-wrap [type="checkbox"]:checked + .fake-input i {
                    visibility: visible;
                    opacity: 1;
                }

            .product-detail-wrap .product-desc-accrodian .check-wrap .fake-input {
                box-shadow: inset 0 2px 3px rgba(0, 0, 0, .08);
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                position: absolute;
                top: 50%;
                left: 0;
                width: 14px;
                height: 14px;
                border: 1px solid #6e818f;
            }

                .product-detail-wrap .product-desc-accrodian .check-wrap .fake-input i {
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    -webkit-transition: all .15s linear;
                    transition: all .15s linear;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    font-size: 11px;
                    visibility: hidden;
                    opacity: 0;
                }

        .product-detail-wrap .product-desc-accrodian .list {
            overflow: hidden;
            margin-bottom: 5px;
        }

            .product-detail-wrap .product-desc-accrodian .list li {
                position: relative;
                padding: 0 0 0 18px;
                margin-bottom: 7px;
            }

                .product-detail-wrap .product-desc-accrodian .list li:before {
                    content: "•";
                    position: absolute;
                    top: 0;
                    left: 0;
                }

    .product-detail-wrap .btn-wrap {
        margin: 0 0 30px;
    }

        .product-detail-wrap .btn-wrap .addcart {
            width: 100%;
            border-radius: 12px;
            font: 500 14px/26px "Ubuntu", Arial, Helvetica, sans-serif;
        }

    .product-detail-wrap .more-options {
        border: 2px solid #dcdfe1;
        background: #f3f3f3;
    }

        .product-detail-wrap .more-options .options-holder {
            display: table;
            table-layout: fixed;
            width: 100%;
            border-top: 2px solid #fff;
        }

            .product-detail-wrap .more-options .options-holder:first-child {
                border: none;
            }

            .product-detail-wrap .more-options .options-holder .option-itme {
                display: table-cell;
                width: 50%;
                vertical-align: middle;
                text-align: center;
                height: 37px;
                border-left: 2px solid #fff;
            }

                .product-detail-wrap .more-options .options-holder .option-itme:first-child {
                    border: none;
                }

                .product-detail-wrap .more-options .options-holder .option-itme.column-3 {
                    width: 33.33%;
                }

        .product-detail-wrap .more-options .option-link {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding: 0 0 0 22px;
            color: #6e818f;
            line-height: 1;
            text-align: left;
        }

            .product-detail-wrap .more-options .option-link:hover {
                color: #f78f1e;
            }

            .product-detail-wrap .more-options .option-link i {
                -webkit-transform: translate(-100%, -50%);
                -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%);
                position: absolute;
                top: 50%;
                left: 22px;
                margin-left: -4px;
                font-size: 16px;
            }

.product-details-holder .panel {
    box-shadow: none;
    margin: 0;
    border: none;
    border-radius: 0;
}

.product-details-holder h2 {
    font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
    letter-spacing: -.02em;
    margin-bottom: 8px;
}

.product-details-holder .tab-content {
    font-size: 14px;
    line-height: 18px;
}

    .product-details-holder .tab-content .img-wrap {
        margin: -3px 0 14px;
    }

        .product-details-holder .tab-content .img-wrap img {
            width: 100%;
            height: auto;
        }

    .product-details-holder .tab-content p {
        margin-bottom: 16px;
    }

.product-details-holder .feature-list {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}

    .product-details-holder .feature-list li {
        position: relative;
        padding: 0 0 0 18px;
        margin-bottom: 7px;
    }

        .product-details-holder .feature-list li:before {
            content: "•";
            position: absolute;
            top: 0;
            left: 0;
        }

.product-details-holder .product-spec-tab {
    overflow: hidden;
    margin: -2px 0 19px;
}

.product-details-holder .table {
    border: none;
    margin-bottom: 15px;
}

    .product-details-holder .table tbody > tr td,
    .product-details-holder .table tbody > tr th,
    .product-details-holder .table thead > tr td,
    .product-details-holder .table thead > tr th,
    .product-details-holder .table tfoot > tr td,
    .product-details-holder .table tfoot > tr th {
        border: none;
    }

    .product-details-holder .table tbody > tr td,
    .product-details-holder .table tbody > tr th {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 0;
    }

        .product-details-holder .table tbody > tr td .link,
        .product-details-holder .table tbody > tr th .link {
            text-decoration: none;
        }

            .product-details-holder .table tbody > tr td .link span,
            .product-details-holder .table tbody > tr th .link span {
                text-decoration: underline;
            }

            .product-details-holder .table tbody > tr td .link:hover span,
            .product-details-holder .table tbody > tr th .link:hover span {
                text-decoration: none;
            }

        .product-details-holder .table tbody > tr th:first-child {
            width: 34.8%;
        }

.product-details-holder .what-include {
    overflow: hidden;
}

.product-details-holder .kit-tab {
    padding-bottom: 30px;
}

    .product-details-holder .kit-tab .info-kit {
        display: block;
        font-size: 14px;
        margin: 0 0 14px;
    }

.product-details-holder .kit-list li {
    overflow: hidden;
    border-bottom: 1px solid #dcdfe1;
    padding: 12px 0 14px;
}

    .product-details-holder .kit-list li:first-child {
        border-top: 1px solid #dcdfe1;
    }

.product-details-holder .kit-list .img-holder {
    float: left;
    width: 77px;
    margin: 2px 30px 0 0;
}

    .product-details-holder .kit-list .img-holder img {
        width: 100%;
        height: auto;
    }

.product-details-holder .kit-list .kit-detail {
    overflow: hidden;
    position: relative;
}

    .product-details-holder .kit-list .kit-detail .text-holder {
        font-size: 14px;
        line-height: 18px;
    }

.product-details-holder .kit-list h3 {
    font: 500 14px/1.14285 "Ubuntu", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1px;
}

    .product-details-holder .kit-list h3 a {
        color: #505e68;
    }

        .product-details-holder .kit-list h3 a:hover {
            color: #f78f1e;
        }

.product-details-holder .kit-list .web-code {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.product-details-holder .kit-list .current-price,
.product-details-holder .kit-list .save-info {
    display: block;
    font-weight: 600;
}

.product-details-holder .kit-list .save-info {
    color: #f83b1e;
    margin: 0 0 8px;
}

.product-details-holder .kit-list .shipping-info {
    display: block;
    position: relative;
    padding: 0 0 0 22px;
}

    .product-details-holder .kit-list .shipping-info i {
        position: absolute;
        top: 0;
        left: 0;
        color: #8dc63f;
        font-size: 16px;
    }

.product-details-holder .kit-list .kit-footer {
    padding: 11px 0 0 3px;
    margin-right: -13px;
}

.product-details-holder .kit-list .link-cart {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 22px;
    position: relative;
    margin: 0 13px 0 0;
    font-size: 14px;
    line-height: 18px;
}

    .product-details-holder .kit-list .link-cart:hover {
        text-decoration: underline;
        color: #f78f1e;
    }

    .product-details-holder .kit-list .link-cart i {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 15px;
    }

    .product-details-holder .kit-list .link-cart .fa {
        font-size: 17px;
    }

    .product-details-holder .kit-list .link-cart .icon-cart {
        left: -5px;
    }

.tab-holder {
    background: #505e68;
    margin: 0 0 25px;
    overflow: hidden;
}

    .tab-holder .container {
        padding: 0;
    }

.details-tab {
    background: #505e68;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .details-tab li {
        display: table-cell;
        border-left: 1px solid #fff;
        vertical-align: middle;
        height: 40px;
        font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        width: auto;
    }

        .details-tab li:first-child {
            border: none;
        }

        .details-tab li > a {
            color: #fff;
            padding: 9999px 30px 9999px 15px;
            display: block;
            position: relative;
            outline: none;
            margin: -9999px 0;
        }

            .details-tab li > a:after {
                -webkit-transition: all .15s linear;
                transition: all .15s linear;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                content: "\e914";
                position: absolute;
                top: 50%;
                right: 15px;
                font-family: "icomoon";
                line-height: 1;
                font-size: 14px;
                margin-top: -7px;
            }

        .details-tab li:hover > a,
        .details-tab li.active > a {
            color: #505e68;
            background: #f3f3f3;
        }

            .details-tab li.active > a:after {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

.experts-recommend {
    background: #f3f3f3;
    border-top: 1px solid #dcdfe1;
    padding: 27px 0 15px;
}

    .experts-recommend h2 {
        text-align: center;
        font: 500 24px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.02em;
        margin-bottom: 14px;
    }

.slide-holder {
    background: #fff;
    padding: 21px 0 15px;
    margin: 0 0 15px;
}

    .slide-holder h3 {
        font: 500 20px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 12px;
    }

.recomend-slide.slick-slider {
    padding: 0 65px;
}

.recomend-slide .btn-prev,
.recomend-slide .btn-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1;
    display: none;
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #6e818f;
    outline: none;
    margin-top: -24px;
}

    .recomend-slide .btn-prev:hover,
    .recomend-slide .btn-prev:focus,
    .recomend-slide .btn-next:hover,
    .recomend-slide .btn-next:focus {
        color: #f78f1e;
    }

.recomend-slide .btn-prev {
    left: 30px;
}

.recomend-slide .btn-next {
    right: 30px;
}

.recomend-slide .recomend-item {
    text-align: center;
    overflow: hidden;
}

    .recomend-slide .recomend-item .height {
        overflow: hidden;
    }

    .recomend-slide .recomend-item .img-wrap {
        margin: 0 auto 11px;
    }

        .recomend-slide .recomend-item .img-wrap img {
            max-width: 120px;
            width: auto;
            height: auto;
        }

    .recomend-slide .recomend-item .product-name {
        display: block;
        font: 500 16px/1.25 "Ubuntu",Arial, Helvetica, sans-serif;
        margin: 0 0 8px;
    }

        .recomend-slide .recomend-item .product-name a {
            color: #505e68;
        }

            .recomend-slide .recomend-item .product-name a:hover {
                color: #f78f1e;
            }

    .recomend-slide .recomend-item .current-price,
    .recomend-slide .recomend-item .save-info {
        display: block;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 600;
    }

    .recomend-slide .recomend-item .save-info {
        color: #f83b1e;
        margin: 0 0 13px;
    }

    .recomend-slide .recomend-item .item-footer {
        border-top: 1px solid #dcdfe1;
        padding: 12px 0;
    }

        .recomend-slide .recomend-item .item-footer .link-cart {
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 22px;
            position: relative;
            margin: 0 10px 0 16px;
        }

            .recomend-slide .recomend-item .item-footer .link-cart i {
                position: absolute;
                top: 2px;
                left: 0;
                font-size: 15px;
            }

            .recomend-slide .recomend-item .item-footer .link-cart .fa {
                font-size: 17px;
            }

            .recomend-slide .recomend-item .item-footer .link-cart .icon-cart {
                left: -5px;
            }

.another-look {
    border-top: 1px solid #dcdfe1;
    padding: 22px 0 20px;
}

    .another-look h2 {
        text-align: center;
        font: 500 24px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.02em;
        margin-bottom: 10px;
    }

.special-offer-modal {
    box-shadow: -1px 1px 12px rgba(1, 1, 1, .2);
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    padding: 19px 0 0;
    margin: 0 0 15px;
}

    .special-offer-modal h1 {
        font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.02em;
        margin-bottom: 13px;
    }

    .special-offer-modal .offers-holder {
        margin: 0 0 30px;
    }

    .special-offer-modal .panel {
        box-shadow: none;
        margin: 0;
        border-width: 0 0 1px;
        border-bottom-color: #dcdfe1;
        border-radius: 0;
    }

        .special-offer-modal .panel:first-child {
            border-top-width: 1px;
            border-top-color: #dcdfe1;
        }

    .special-offer-modal .opener {
        display: block;
        font: 400 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        color: #505e68;
        background: #f3f3f3;
        position: relative;
        padding: 13px 35px 13px 16px;
    }

        .special-offer-modal .opener:after {
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            line-height: 1;
            content: "\e914";
            font-family: "icomoon";
            position: absolute;
            top: 14px;
            right: 15px;
            color: #515f69;
            font-size: 14px;
        }

        .special-offer-modal .opener.collapsed {
            background: #fff;
        }

            .special-offer-modal .opener.collapsed:after {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                color: #f78f1e;
                top: 50%;
                margin-top: -8px;
            }

            .special-offer-modal .opener.collapsed:focus {
                background: #fff;
            }

                .special-offer-modal .opener.collapsed:focus:after {
                    color: #f78f1e;
                }

    .special-offer-modal .conent-holder {
        overflow: hidden;
        padding: 11px 15px 18px;
    }

    .special-offer-modal .offer-title {
        display: block;
        margin: 0 0 8px;
    }

    .special-offer-modal ol {
        counter-reset: item;
        overflow: hidden;
    }

        .special-offer-modal ol li {
            position: relative;
            padding: 0 0 0 15px;
            margin-bottom: 13px;
        }

            .special-offer-modal ol li:before {
                content: counters(item, ".") ".";
                counter-increment: item;
                position: absolute;
                top: 0;
                left: 0;
            }

    .special-offer-modal .offer-img {
        float: right;
        width: 78px;
        margin: 3px 0 0 30px;
    }

        .special-offer-modal .offer-img img {
            width: 100%;
            height: auto;
        }

    .special-offer-modal .offer-valid-info {
        display: block;
        overflow: hidden;
    }

    .special-offer-modal .close-holder {
        background: #323b42;
        padding: 12px 0;
        font-size: 14px;
        line-height: 18px;
    }

        .special-offer-modal .close-holder .link-close {
            color: #fff;
            font-family: "Ubuntu";
            font-weight: 500;
            display: inline-block;
            vertical-align: top;
        }

            .special-offer-modal .close-holder .link-close:hover {
                color: #f78f1e;
            }

            .special-offer-modal .close-holder .link-close i {
                font-size: 16px;
                margin-right: 1px;
            }

.warranty-modal {
    box-shadow: -1px 1px 7px rgba(1, 1, 1, .2);
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 14px;
}

    .warranty-modal .cart-info {
        font: 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 13px 0;
    }

    .warranty-modal .heading {
        background: #505e68;
        color: #fff;
        padding: 13px 9999px;
        margin: 0 -9999px;
    }

    .warranty-modal h1 {
        font-size: 16px;
        line-height: 1.25;
        margin: 0;
    }

    .warranty-modal .text-img-wrap {
        overflow: hidden;
        position: relative;
        padding: 14px 0 0;
    }

    .warranty-modal .img-wrap {
        display: none;
        position: absolute;
        bottom: -45px;
        right: -1px;
    }

        .warranty-modal .img-wrap img {
            width: 100%;
            height: auto;
        }

    .warranty-modal .text-wrap {
        overflow: hidden;
    }

    .warranty-modal .life-plan-logo {
        width: 238px;
        margin: 0 0 12px;
    }

        .warranty-modal .life-plan-logo img {
            width: 100%;
            height: auto;
        }

    .warranty-modal .title {
        display: block;
        color: #fa9000;
        font-family: "Ubuntu";
        font-weight: 500;
    }

    .warranty-modal p {
        margin-bottom: 13px;
    }

        .warranty-modal p.add {
            margin-bottom: 7px;
        }

    .warranty-modal .link {
        margin-bottom: 28px;
        display: inline-block;
        vertical-align: top;
    }

    .warranty-modal .help-plan {
        border-top: 1px solid #dcdfe1;
        padding: 11px 0 14px;
    }

        .warranty-modal .help-plan .plan {
            letter-spacing: -.02em;
        }

            .warranty-modal .help-plan .plan strong {
                font-weight: 600;
            }

                .warranty-modal .help-plan .plan strong.price {
                    color: #f78f1e;
                }

    .warranty-modal .btns-holder {
        background: #f3f3f3;
        margin: 0 -10007px;
        padding: 15px 9999px 5px;
        font-size: 0;
    }

        .warranty-modal .btns-holder .btn {
            font: 500 13px/17px "Ubuntu", Arial, Helvetica, sans-serif;
            padding: 8px 5px;
            border-radius: 12px;
            min-width: 87px;
            margin: 0 7px 10px 8px;
        }

            .warranty-modal .btns-holder .btn.btn-info {
                background: #6e818f;
                border-color: transparent;
            }

                .warranty-modal .btns-holder .btn.btn-info:hover {
                    background: #4d5a64;
                    border-color: transparent;
                }

.cart-items-holder {
    padding-top: 14px;
}

    .cart-items-holder h1 {
        font: 500 18px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 30px;
    }

.cart-table {
    margin-bottom: 11px;
}

    .cart-table .col1 {
        width: 100%;
    }

    .cart-table .col2 {
        width: 112px;
    }

    .cart-table .form-control {
        width: 42px;
        margin: 0 auto;
        border-color: #dcdfe1;
        text-align: center;
    }

        .cart-table .form-control[readonly] {
            box-shadow: none;
            background: none;
            border: none;
        }

    .cart-table tbody > tr > th,
    .cart-table tbody > tr > td,
    .cart-table thead > tr > th,
    .cart-table thead > tr > td {
        border-color: #dcdfe1;
        font-size: 14px;
        line-height: 18px;
    }

    .cart-table thead > tr > th,
    .cart-table thead > tr > td {
        border-bottom-width: 1px;
        font-weight: 600;
        padding: 14px 0;
    }

    .cart-table tbody > tr > th,
    .cart-table tbody > tr > td {
        padding: 0;
    }

        .cart-table tbody > tr > th:last-child,
        .cart-table tbody > tr > td:last-child {
            font-weight: 500;
            font-family: "Ubuntu";
        }

    .cart-table .link {
        font-size: 14px;
    }

    .cart-table .img-holder {
        width: 77px;
        float: left;
        margin: 3px 30px 4px 0;
    }

        .cart-table .img-holder img {
            width: 100%;
            height: auto;
        }

    .cart-table .item-desc {
        overflow: hidden;
    }

    .cart-table .name {
        display: block;
        font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .cart-table .name a {
            color: #505e68;
        }

            .cart-table .name a:hover {
                color: #f78f1e;
            }

    .cart-table .web-code {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
    }

    .cart-table .price,
    .cart-table .save-price {
        display: block;
        font-weight: 600;
    }

    .cart-table .save-price {
        color: #f83b1e;
    }

    .cart-table .bonus-box {
        clear: both;
        color: #505e68;
        font-size: 14px;
        line-height: 16px;
        background: #f3f3f3;
        margin: 17px 0 -8px;
        padding: 13px 15px;
    }

.promotions-row {
    border-bottom: 1px solid #dcdfe1;
    padding-bottom: 15px;
    margin-bottom: 11px;
}

    .promotions-row .title,
    .promotions-row .promo-code,
    .promotions-row label,
    .promotions-row .info-text {
        font-size: 14px;
        line-height: 18px;
    }

    .promotions-row .title,
    .promotions-row .promo-code,
    .promotions-row .info-text {
        display: block;
    }

    .promotions-row .title {
        font-weight: 600;
        margin-bottom: 5px;
    }

        .promotions-row .title span {
            color: #f78f1e;
            font-weight: 400;
        }

    .promotions-row label {
        font-weight: 400;
        margin-bottom: 3px;
    }

    .promotions-row .info-text {
        margin-bottom: 14px;
    }

    .promotions-row .input-wrap {
        position: relative;
        padding-right: 26px;
        margin-bottom: 15px;
    }

        .promotions-row .input-wrap .reload {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
            line-height: 1;
            font-size: 14px;
        }

    .promotions-row .form-control {
        box-shadow: none;
        background: #f3f3f3;
        border-color: transparent;
        color: #323b42;
    }

        .promotions-row .form-control::-webkit-input-placeholder {
            color: #323b42;
        }

        .promotions-row .form-control::-moz-placeholder {
            opacity: 1;
            color: #323b42;
        }

        .promotions-row .form-control:-moz-placeholder {
            color: #323b42;
        }

        .promotions-row .form-control:-ms-input-placeholder {
            color: #323b42;
        }

        .promotions-row .form-control.placeholder {
            color: #323b42;
        }

.cart-amount-detail {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 0;
    margin: 0 0 31px;
}

    .cart-amount-detail p {
        margin-bottom: 29px;
    }

    .cart-amount-detail .btn-wrap .btn {
        width: 100%;
        border-radius: 12px;
        font: 500 14px/26px "Ubuntu", Arial, Helvetica, sans-serif;
    }

.amount-table > tbody > tr > th,
.amount-table > tbody > tr > td {
    border: none;
    font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
    padding: 0;
    width: 63.8%;
    vertical-align: middle;
}

    .amount-table > tbody > tr > th:first-child,
    .amount-table > tbody > tr > td:first-child {
        width: 36.2%;
    }

.amount-table > tbody > tr:last-child > th,
.amount-table > tbody > tr:last-child > td {
    padding-bottom: 12px;
}

.amount-table tfoot > tr > th,
.amount-table tfoot > tr > td {
    font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
    border-top: 1px solid #505e68;
    padding: 12px 0 7px;
}

.area-box {
    margin-bottom: 30px;
}

    .area-box img {
        width: 100%;
        height: auto;
    }

.close-holder {
    background: #323b42;
    color: #fff;
    font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
    padding: 12px 0;
}

    .close-holder .close-link {
        color: #fff;
    }

        .close-holder .close-link .fa-close {
            font-size: 15px;
            display: inline-block;
            vertical-align: top;
            margin: 2px 2px 0;
        }

        .close-holder .close-link:hover {
            color: #f78f1e;
        }

.checkout-option-holder {
    font-size: 14px;
    line-height: 18px;
    padding-top: 13px;
}

    .checkout-option-holder h1 {
        font: 500 18px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 27px;
        overflow: hidden;
    }

    .checkout-option-holder .form-field-info {
        font-size: 14px;
        padding-top: 1px;
    }

        .checkout-option-holder .form-field-info span {
            color: #f78f1e;
        }

    .checkout-option-holder h2 {
        font: 400 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 9px;
    }

    .checkout-option-holder label {
        font-weight: 400;
    }

        .checkout-option-holder label > span {
            color: #f78f1e;
        }

    .checkout-option-holder .info-text {
        display: block;
        margin-bottom: 28px;
    }

    .checkout-option-holder .btn {
        width: 100%;
        border-radius: 12px;
        font: 500 14px/28px "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 30px;
    }

    .checkout-option-holder .form-control {
        box-shadow: none;
        background: #f3f3f3;
        border-color: transparent;
    }

    .checkout-option-holder .check-wrap {
        overflow: hidden;
        position: relative;
        padding: 0 0 0 18px;
        margin: 0 0 31px;
    }

        .checkout-option-holder .check-wrap.primary .fake-input {
            color: #f78f1e;
        }

        .checkout-option-holder .check-wrap label {
            display: inline;
            font-weight: 400;
        }

        .checkout-option-holder .check-wrap [type="checkbox"]:not(.default) {
            position: fixed;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: -1;
        }

        .checkout-option-holder .check-wrap [type="checkbox"]:checked + .fake-input .fa-square-o:before {
            content: "\f14a";
            color: #f78f1e;
        }

        .checkout-option-holder .check-wrap .fake-input {
            position: absolute;
            top: 3px;
            left: 1px;
            color: #505e68;
            line-height: 1;
        }

    .checkout-option-holder.shipping h1 {
        margin-bottom: 15px;
    }

    .checkout-option-holder.shipping .check-wrap {
        margin-bottom: 22px;
    }

.reservation-confirmation .text-holder {
    padding-bottom: 45px;
    position: relative;
}

    .reservation-confirmation .text-holder:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #dcdfe1;
        left: 0;
        bottom: 25px;
    }

    .reservation-confirmation .text-holder span {
        display: block;
        padding-bottom: 7px;
    }

        .reservation-confirmation .text-holder span.bold {
            font-weight: 600;
        }

        .reservation-confirmation .text-holder span.italic {
            font-style: italic;
        }

.reservation-confirmation .order-details {
    border-bottom: 1px solid #dcdfe1;
    padding: 0 15px 21px;
    margin: 0 -15px 26px;
}

.reservation-confirmation .order-number {
    display: block;
    padding-bottom: 7px;
}

    .reservation-confirmation .order-number strong {
        font-weight: 600;
        font-size: 16px;
    }

.reservation-confirmation .order-date {
    display: block;
    padding-bottom: 13px;
}

.reservation-confirmation .order-items {
    background-color: #f3f3f3;
    padding: 15px;
    margin: 0 -15px 7px;
}

    .reservation-confirmation .order-items .item {
        background-color: #fff;
    }

.reservation-confirmation .web-code {
    letter-spacing: -.06em;
}

.reservation-confirmation .pickup-location {
    padding-bottom: 20px;
}

    .reservation-confirmation .pickup-location .heading {
        font-weight: 600;
        display: block;
        padding: 5px 0 10px;
        font-size: 16px;
    }

    .reservation-confirmation .pickup-location address {
        margin: 0;
    }

        .reservation-confirmation .pickup-location address strong {
            font-weight: 600;
        }

    .reservation-confirmation .pickup-location span {
        display: block;
    }

.reservation-confirmation .amount-table {
    margin: 0;
    border: none;
}

    .reservation-confirmation .amount-table thead th {
        padding: 0;
        border: none;
        font-size: 16px;
    }

    .reservation-confirmation .amount-table tbody tr:last-child td,
    .reservation-confirmation .amount-table tbody tr:last-child th {
        padding-bottom: 12px;
    }

    .reservation-confirmation .amount-table tbody tr td,
    .reservation-confirmation .amount-table tbody tr th {
        font-weight: normal;
    }

    .reservation-confirmation .amount-table tfoot th,
    .reservation-confirmation .amount-table tfoot td {
        border-color: #dcdfe1;
    }

.reservation-confirmation .btn-continue {
    border: none;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 17px;
    margin-top: 7px;
    padding: 10px;
    width: 100%;
}

.checkout-form .form-group {
    margin-bottom: 10px;
}

.shipping-detail-holder {
    counter-reset: item;
    margin-bottom: 19px;
}

    .shipping-detail-holder .panel {
        box-shadow: none;
        border-radius: 0;
        border: none;
        margin-bottom: 1px;
    }

        .shipping-detail-holder .panel:first-child .opener {
            border-top: 1px solid #dcdfe1;
        }

            .shipping-detail-holder .panel:first-child .opener.collapsed {
                border-color: #fff;
            }

    .shipping-detail-holder .tooltip-text {
        font-style: italic;
        padding-top: 3px;
    }

    .shipping-detail-holder .tooltip {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50% !important;
    }

    .shipping-detail-holder .opener {
        display: block;
        position: relative;
        font: 400 14px/24px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 8px 10px 8px 29px;
        background: #f3f3f3;
        color: #505e68;
    }

        .shipping-detail-holder .opener:before {
            content: counters(item, ".") ".";
            counter-increment: item;
            position: absolute;
            top: 0;
            left: 15px;
            line-height: 40px;
        }

        .shipping-detail-holder .opener.complete {
            padding-right: 40px;
        }

            .shipping-detail-holder .opener.complete:after {
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                content: "\e91a";
                position: absolute;
                top: 50%;
                right: 15px;
                font-family: "icomoon";
                line-height: 1;
                font-size: 10px;
            }

        .shipping-detail-holder .opener.collapsed {
            background: #505e68;
            color: #fff;
        }

    .shipping-detail-holder .form-info {
        display: block;
        font-weight: 600;
        margin-bottom: 12px;
    }

        .shipping-detail-holder .form-info span {
            color: #f78f1e;
        }

    .shipping-detail-holder .btn-continue {
        margin-bottom: 22px;
    }

    .shipping-detail-holder .radio-wrap {
        position: relative;
        padding-left: 17px;
        margin: 0 0 12px;
    }

        .shipping-detail-holder .radio-wrap.last {
            margin-bottom: 29px;
        }

        .shipping-detail-holder .radio-wrap label {
            display: inline;
            font-weight: 400;
            margin: 0;
        }

            .shipping-detail-holder .radio-wrap label strong {
                font-weight: 600;
            }

        .shipping-detail-holder .radio-wrap [type="radio"] {
            position: fixed;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: -1;
        }

            .shipping-detail-holder .radio-wrap [type="radio"]:checked + .fake-input .fa-circle-thin:before {
                content: "\f192";
            }

        .shipping-detail-holder .radio-wrap .fake-input {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            left: 0;
            line-height: 18px;
            color: #505e68;
        }

    .shipping-detail-holder .form-control {
        color: #323b42;
    }

        .shipping-detail-holder .form-control::-webkit-input-placeholder {
            color: #323b42;
        }

        .shipping-detail-holder .form-control::-moz-placeholder {
            opacity: 1;
            color: #323b42;
        }

        .shipping-detail-holder .form-control:-moz-placeholder {
            color: #323b42;
        }

        .shipping-detail-holder .form-control:-ms-input-placeholder {
            color: #323b42;
        }

        .shipping-detail-holder .form-control.placeholder {
            color: #323b42;
        }

.address-form {
    padding: 11px 0;
}

    .address-form .form-group {
        margin-bottom: 10px;
    }

    .address-form .input-wrap {
        position: relative;
        padding-right: 22px;
    }

        .address-form .input-wrap .help {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
            line-height: 1;
            font-size: 17px;
            cursor: help;
            color: #f78f1e;
        }

    .address-form .add-address {
        padding: 13px 0 26px;
    }

    .address-form textarea.form-control {
        min-height: 86px;
        width: 100% !important;
        margin-bottom: 1px;
    }


    .address-form .comment-wrap {
        display: none; /*Ticket 130862*/
        margin-bottom: 29px;
    }

        .address-form .comment-wrap .info-holder {
            overflow: hidden;
            font-size: 14px;
            line-height: 18px;
        }

        .address-form .comment-wrap .text {
            overflow: hidden;
            color: #6e818f;
            font-style: italic;
        }

        .address-form .comment-wrap .character-count {
            float: right;
            margin-left: 5px;
        }

            .address-form .comment-wrap .character-count .remaning {
                color: #f78f1e;
            }

.order-summary-box {
    padding: 6px 0 0;
}

    .order-summary-box .link {
        margin: 3px 0 0 5px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.019em;
    }

    .order-summary-box h2 {
        overflow: hidden;
        font: 500 16px/24px "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.019em;
        margin-bottom: 27px;
    }

    .order-summary-box .items-holder {
        margin-bottom: 25px;
    }

    .order-summary-box .item-wrap {
        overflow: hidden;
        border-bottom: 1px solid #dcdfe1;
        padding: 11px 0 13px;
    }

        .order-summary-box .item-wrap:first-child {
            border-top: 1px solid #dcdfe1;
        }

    .order-summary-box .img-holder {
        width: 77px;
        float: left;
        margin: 3px 30px 4px 0;
    }

        .order-summary-box .img-holder img {
            width: 100%;
            height: auto;
        }

    .order-summary-box .item-desc {
        overflow: hidden;
    }

    .order-summary-box .name {
        display: block;
        font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .order-summary-box .name a {
            color: #505e68;
        }

            .order-summary-box .name a:hover {
                color: #f78f1e;
            }

    .order-summary-box .web-code {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
    }

    .order-summary-box .price,
    .order-summary-box .save-price {
        display: block;
        font-weight: 600;
    }

    .order-summary-box .save-price {
        color: #f83b1e;
    }

    .order-summary-box .bonus-box {
        clear: both;
        color: #505e68;
        font-size: 14px;
        line-height: 16px;
        background: #f3f3f3;
        margin: 13px 0 3px;
        padding: 13px 15px;
    }

    .order-summary-box .amount-table > tbody > tr > th,
    .order-summary-box .amount-table > tbody > tr > td {
        width: 63.8%;
        font-size: 14px;
    }

        .order-summary-box .amount-table > tbody > tr > th:first-child,
        .order-summary-box .amount-table > tbody > tr > td:first-child {
            width: 36.2%;
        }

    .order-summary-box .amount-table > tbody > tr:last-child > th,
    .order-summary-box .amount-table > tbody > tr:last-child > td {
        padding-bottom: 12px;
    }

    .order-summary-box .amount-table tfoot > tr > th,
    .order-summary-box .amount-table tfoot > tr > td {
        padding: 12px 0 7px;
    }

.shipping-method-form {
    padding: 11px 0 7px;
}

    .shipping-method-form .form-info {
        margin-bottom: 0;
    }

    .shipping-method-form p {
        margin-bottom: 12px;
    }

    .shipping-method-form .deliver-address {
        padding-left: 17px;
        margin: -3px 0 16px;
        overflow: hidden;
    }

.location-select-form {
    padding: 9px 0 7px;
}

    .location-select-form .form-group {
        margin-bottom: 25px;
    }

    .location-select-form .input-wrap {
        position: relative;
        padding-right: 26px;
    }

        .location-select-form .input-wrap .reload {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
            line-height: 1;
            font-size: 14px;
        }

    .location-select-form .map-wrap {
        padding: 9px 0 0;
        margin-bottom: 22px;
        position: relative;
    }

        .location-select-form .map-wrap img {
            border: 1px solid #dcdfe1;
            width: 100%;
            height: auto;
        }

        .location-select-form .map-wrap .map-pin {
            font-size: 0;
            line-height: 0;
            position: absolute;
            z-index: 2;
            background: url(../images/pins/pin1.png) 0 0/cover no-repeat;
            width: 32px;
            height: 42px;
        }

            .location-select-form .map-wrap .map-pin:hover {
                opacity: .9;
            }

            .location-select-form .map-wrap .map-pin:focus {
                outline: none;
            }

            .location-select-form .map-wrap .map-pin.pin1 {
                left: 149px;
                top: 135px;
            }

                .location-select-form .map-wrap .map-pin.pin1.green {
                    background-image: url(../images/pins/green1.png);
                }

                .location-select-form .map-wrap .map-pin.pin1.yellow {
                    background-image: url(../images/pins/yellow1.png);
                }

            .location-select-form .map-wrap .map-pin.pin2 {
                background-image: url(../images/pins/pin2.png);
                left: 216px;
                top: 38px;
            }

                .location-select-form .map-wrap .map-pin.pin2.green {
                    background-image: url(../images/pins/green2.png);
                }

            .location-select-form .map-wrap .map-pin.pin3 {
                background-image: url(../images/pins/pin3.png);
                top: 25px;
                left: 117px;
            }

                .location-select-form .map-wrap .map-pin.pin3.green {
                    background-image: url(../images/pins/green3.png);
                }

            .location-select-form .map-wrap .map-pin.pin4 {
                background-image: url(../images/pins/pin4.png);
            }

                .location-select-form .map-wrap .map-pin.pin4.green {
                    background-image: url(../images/pins/green4.png);
                }

                .location-select-form .map-wrap .map-pin.pin4.yellow {
                    background-image: url(../images/pins/yellow4.png);
                }

            .location-select-form .map-wrap .map-pin.pin5 {
                background-image: url(../images/pins/pin5.png);
            }

                .location-select-form .map-wrap .map-pin.pin5.green {
                    background-image: url(../images/pins/green5.png);
                }

                .location-select-form .map-wrap .map-pin.pin5.yellow {
                    background-image: url(../images/pins/yellow5.png);
                }

            .location-select-form .map-wrap .map-pin.pin6 {
                background-image: url(../images/pins/pin6.png);
            }

                .location-select-form .map-wrap .map-pin.pin6.green {
                    background-image: url(../images/pins/green6.png);
                }

                .location-select-form .map-wrap .map-pin.pin6.yellow {
                    background-image: url(../images/pins/yellow6.png);
                }

            .location-select-form .map-wrap .map-pin.pin7 {
                background-image: url(../images/pins/pin7.png);
            }

                .location-select-form .map-wrap .map-pin.pin7.green {
                    background-image: url(../images/pins/green7.png);
                }

                .location-select-form .map-wrap .map-pin.pin7.yellow {
                    background-image: url(../images/pins/yellow7.png);
                }

            .location-select-form .map-wrap .map-pin.pin8 {
                background-image: url(../images/pins/pin8.png);
            }

                .location-select-form .map-wrap .map-pin.pin8.green {
                    background-image: url(../images/pins/green8.png);
                }

                .location-select-form .map-wrap .map-pin.pin8.yellow {
                    background-image: url(../images/pins/yellow8.png);
                }

            .location-select-form .map-wrap .map-pin.pin9 {
                background-image: url(../images/pins/pin9.png);
            }

                .location-select-form .map-wrap .map-pin.pin9.green {
                    background-image: url(../images/pins/green9.png);
                }

                .location-select-form .map-wrap .map-pin.pin9.yellow {
                    background-image: url(../images/pins/yellow9.png);
                }

            .location-select-form .map-wrap .map-pin.pin10 {
                background-image: url(../images/pins/pin10.png);
            }

                .location-select-form .map-wrap .map-pin.pin10.green {
                    background-image: url(../images/pins/green10.png);
                }

                .location-select-form .map-wrap .map-pin.pin10.yellow {
                    background-image: url(../images/pins/yellow10.png);
                }

            .location-select-form .map-wrap .map-pin.pin11 {
                background-image: url(../images/pins/pin11.png);
            }

                .location-select-form .map-wrap .map-pin.pin11.green {
                    background-image: url(../images/pins/green11.png);
                }

                .location-select-form .map-wrap .map-pin.pin11.yellow {
                    background-image: url(../images/pins/yellow11.png);
                }

            .location-select-form .map-wrap .map-pin.pin12 {
                background-image: url(../images/pins/pin12.png);
            }

                .location-select-form .map-wrap .map-pin.pin12.green {
                    background-image: url(../images/pins/green12.png);
                }

                .location-select-form .map-wrap .map-pin.pin12.yellow {
                    background-image: url(../images/pins/yellow12.png);
                }

            .location-select-form .map-wrap .map-pin.pin13 {
                background-image: url(../images/pins/pin13.png);
            }

                .location-select-form .map-wrap .map-pin.pin13.green {
                    background-image: url(../images/pins/green13.png);
                }

                .location-select-form .map-wrap .map-pin.pin13.yellow {
                    background-image: url(../images/pins/yellow13.png);
                }

            .location-select-form .map-wrap .map-pin.pin14 {
                background-image: url(../images/pins/pin14.png);
            }

                .location-select-form .map-wrap .map-pin.pin14.green {
                    background-image: url(../images/pins/green14.png);
                }

                .location-select-form .map-wrap .map-pin.pin14.yellow {
                    background-image: url(../images/pins/yellow14.png);
                }

            .location-select-form .map-wrap .map-pin.pin15 {
                background-image: url(../images/pins/pin15.png);
            }

                .location-select-form .map-wrap .map-pin.pin15.green {
                    background-image: url(../images/pins/green15.png);
                }

                .location-select-form .map-wrap .map-pin.pin15.yellow {
                    background-image: url(../images/pins/yellow15.png);
                }

            .location-select-form .map-wrap .map-pin.pin16 {
                background-image: url(../images/pins/pin16.png);
            }

                .location-select-form .map-wrap .map-pin.pin16.green {
                    background-image: url(../images/pins/green16.png);
                }

                .location-select-form .map-wrap .map-pin.pin16.yellow {
                    background-image: url(../images/pins/yellow16.png);
                }

            .location-select-form .map-wrap .map-pin.pin17 {
                background-image: url(../images/pins/pin17.png);
            }

                .location-select-form .map-wrap .map-pin.pin17.green {
                    background-image: url(../images/pins/green17.png);
                }

                .location-select-form .map-wrap .map-pin.pin17.yellow {
                    background-image: url(../images/pins/yellow17.png);
                }

            .location-select-form .map-wrap .map-pin.pin18 {
                background-image: url(../images/pins/pin18.png);
            }

                .location-select-form .map-wrap .map-pin.pin18.green {
                    background-image: url(../images/pins/green18.png);
                }

                .location-select-form .map-wrap .map-pin.pin18.yellow {
                    background-image: url(../images/pins/yellow18.png);
                }

            .location-select-form .map-wrap .map-pin.pin19 {
                background-image: url(../images/pins/pin19.png);
            }

                .location-select-form .map-wrap .map-pin.pin19.green {
                    background-image: url(../images/pins/green19.png);
                }

                .location-select-form .map-wrap .map-pin.pin19.yellow {
                    background-image: url(../images/pins/yellow19.png);
                }

            .location-select-form .map-wrap .map-pin.pin20 {
                background-image: url(../images/pins/pin20.png);
            }

                .location-select-form .map-wrap .map-pin.pin20.green {
                    background-image: url(../images/pins/green20.png);
                }

                .location-select-form .map-wrap .map-pin.pin20.yellow {
                    background-image: url(../images/pins/yellow20.png);
                }

            .location-select-form .map-wrap .map-pin.pin21 {
                background-image: url(../images/pins/pin21.png);
            }

                .location-select-form .map-wrap .map-pin.pin21.green {
                    background-image: url(../images/pins/green21.png);
                }

                .location-select-form .map-wrap .map-pin.pin21.yellow {
                    background-image: url(../images/pins/yellow21.png);
                }

            .location-select-form .map-wrap .map-pin.pin22 {
                background-image: url(../images/pins/pin22.png);
            }

                .location-select-form .map-wrap .map-pin.pin22.green {
                    background-image: url(../images/pins/green22.png);
                }

                .location-select-form .map-wrap .map-pin.pin22.yellow {
                    background-image: url(../images/pins/yellow22.png);
                }

            .location-select-form .map-wrap .map-pin.pin23 {
                background-image: url(../images/pins/pin23.png);
            }

                .location-select-form .map-wrap .map-pin.pin23.green {
                    background-image: url(../images/pins/green23.png);
                }

                .location-select-form .map-wrap .map-pin.pin23.yellow {
                    background-image: url(../images/pins/yellow23.png);
                }

            .location-select-form .map-wrap .map-pin.pin24 {
                background-image: url(../images/pins/pin24.png);
            }

                .location-select-form .map-wrap .map-pin.pin24.green {
                    background-image: url(../images/pins/green24.png);
                }

                .location-select-form .map-wrap .map-pin.pin24.yellow {
                    background-image: url(../images/pins/yellow24.png);
                }

            .location-select-form .map-wrap .map-pin.pin25 {
                background-image: url(../images/pins/pin25.png);
            }

                .location-select-form .map-wrap .map-pin.pin25.green {
                    background-image: url(../images/pins/green25.png);
                }

                .location-select-form .map-wrap .map-pin.pin25.yellow {
                    background-image: url(../images/pins/yellow25.png);
                }

            .location-select-form .map-wrap .map-pin.pin26 {
                background-image: url(../images/pins/pin26.png);
            }

                .location-select-form .map-wrap .map-pin.pin26.green {
                    background-image: url(../images/pins/green26.png);
                }

                .location-select-form .map-wrap .map-pin.pin26.yellow {
                    background-image: url(../images/pins/yellow26.png);
                }

            .location-select-form .map-wrap .map-pin.pin27 {
                background-image: url(../images/pins/pin27.png);
            }

                .location-select-form .map-wrap .map-pin.pin27.green {
                    background-image: url(../images/pins/green27.png);
                }

                .location-select-form .map-wrap .map-pin.pin27.yellow {
                    background-image: url(../images/pins/yellow27.png);
                }

            .location-select-form .map-wrap .map-pin.pin28 {
                background-image: url(../images/pins/pin28.png);
            }

                .location-select-form .map-wrap .map-pin.pin28.green {
                    background-image: url(../images/pins/green28.png);
                }

                .location-select-form .map-wrap .map-pin.pin28.yellow {
                    background-image: url(../images/pins/yellow28.png);
                }

            .location-select-form .map-wrap .map-pin.pin29 {
                background-image: url(../images/pins/pin29.png);
            }

                .location-select-form .map-wrap .map-pin.pin29.green {
                    background-image: url(../images/pins/green29.png);
                }

                .location-select-form .map-wrap .map-pin.pin29.yellow {
                    background-image: url(../images/pins/yellow29.png);
                }

            .location-select-form .map-wrap .map-pin.pin30 {
                background-image: url(../images/pins/pin30.png);
            }

                .location-select-form .map-wrap .map-pin.pin30.green {
                    background-image: url(../images/pins/green30.png);
                }

                .location-select-form .map-wrap .map-pin.pin30.yellow {
                    background-image: url(../images/pins/yellow30.png);
                }

            .location-select-form .map-wrap .map-pin.pin31 {
                background-image: url(../images/pins/pin31.png);
            }

                .location-select-form .map-wrap .map-pin.pin31.green {
                    background-image: url(../images/pins/green31.png);
                }

                .location-select-form .map-wrap .map-pin.pin31.yellow {
                    background-image: url(../images/pins/yellow31.png);
                }

            .location-select-form .map-wrap .map-pin.pin32 {
                background-image: url(../images/pins/pin32.png);
            }

                .location-select-form .map-wrap .map-pin.pin32.green {
                    background-image: url(../images/pins/green32.png);
                }

                .location-select-form .map-wrap .map-pin.pin32.yellow {
                    background-image: url(../images/pins/yellow32.png);
                }

            .location-select-form .map-wrap .map-pin.pin33 {
                background-image: url(../images/pins/pin33.png);
            }

                .location-select-form .map-wrap .map-pin.pin33.green {
                    background-image: url(../images/pins/green33.png);
                }

                .location-select-form .map-wrap .map-pin.pin33.yellow {
                    background-image: url(../images/pins/yellow33.png);
                }

            .location-select-form .map-wrap .map-pin.pin34 {
                background-image: url(../images/pins/pin34.png);
            }

                .location-select-form .map-wrap .map-pin.pin34.green {
                    background-image: url(../images/pins/green34.png);
                }

                .location-select-form .map-wrap .map-pin.pin34.yellow {
                    background-image: url(../images/pins/yellow34.png);
                }

            .location-select-form .map-wrap .map-pin.pin35 {
                background-image: url(../images/pins/pin35.png);
            }

                .location-select-form .map-wrap .map-pin.pin35.green {
                    background-image: url(../images/pins/green35.png);
                }

                .location-select-form .map-wrap .map-pin.pin35.yellow {
                    background-image: url(../images/pins/yellow35.png);
                }

            .location-select-form .map-wrap .map-pin.pin36 {
                background-image: url(../images/pins/pin36.png);
            }

                .location-select-form .map-wrap .map-pin.pin36.green {
                    background-image: url(../images/pins/green36.png);
                }

                .location-select-form .map-wrap .map-pin.pin36.yellow {
                    background-image: url(../images/pins/yellow36.png);
                }

            .location-select-form .map-wrap .map-pin.pin37 {
                background-image: url(../images/pins/pin37.png);
            }

                .location-select-form .map-wrap .map-pin.pin37.green {
                    background-image: url(../images/pins/green37.png);
                }

                .location-select-form .map-wrap .map-pin.pin37.yellow {
                    background-image: url(../images/pins/yellow37.png);
                }

            .location-select-form .map-wrap .map-pin.pin38 {
                background-image: url(../images/pins/pin38.png);
            }

                .location-select-form .map-wrap .map-pin.pin38.green {
                    background-image: url(../images/pins/green38.png);
                }

                .location-select-form .map-wrap .map-pin.pin38.yellow {
                    background-image: url(../images/pins/yellow38.png);
                }

            .location-select-form .map-wrap .map-pin.pin39 {
                background-image: url(../images/pins/pin39.png);
            }

                .location-select-form .map-wrap .map-pin.pin39.green {
                    background-image: url(../images/pins/green39.png);
                }

                .location-select-form .map-wrap .map-pin.pin39.yellow {
                    background-image: url(../images/pins/yellow39.png);
                }

            .location-select-form .map-wrap .map-pin.pin40 {
                background-image: url(../images/pins/pin40.png);
            }

                .location-select-form .map-wrap .map-pin.pin40.green {
                    background-image: url(../images/pins/green40.png);
                }

                .location-select-form .map-wrap .map-pin.pin40.yellow {
                    background-image: url(../images/pins/yellow40.png);
                }

            .location-select-form .map-wrap .map-pin.user {
                background-image: url(../images/pins/user-pin2.png);
                width: 25px;
                height: 32px;
                left: 184px;
                top: 146px;
            }

.location-lists {
    padding: 3px 0 0;
}

    .location-lists .note-text {
        font-style: italic;
        overflow: hidden;
        margin: -4px 0 19px;
    }

.location-item {
    overflow: hidden;
    margin-bottom: 15px;
}

    .location-item label {
        display: block;
        font-weight: 400;
        margin: 0;
    }

    .location-item [type="radio"] {
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
    }

        .location-item [type="radio"]:checked + .holder {
            background: #f3f3f3;
        }

            .location-item [type="radio"]:checked + .holder .fake-input .fa-circle-thin:before {
                content: "\f192";
            }

    .location-item .holder {
        overflow: hidden;
        border: 1px solid #dcdfe1;
        display: block;
        color: #505e68;
        position: relative;
        padding-right: 52px;
    }

        .location-item .holder:hover {
            background: #f3f3f3;
        }

    .location-item .map-info {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        right: 0;
        top: 50%;
        background: #505e68;
        text-align: center;
        width: 52px;
        color: #fff;
        padding: 5px 5px 0;
    }

        .location-item .map-info:before {
            content: "";
            position: absolute;
            top: -9999px;
            left: 0;
            right: 0;
            bottom: -9999px;
            background: #505e68;
        }

        .location-item .map-info.yellow:before {
            background: #ffd200;
        }

        .location-item .map-info.green:before {
            background: #8dc63f;
        }

        .location-item .map-info.grey:before {
            background: #505e68;
        }

        .location-item .map-info .ico-wrap {
            position: relative;
            line-height: 1;
            font-size: 40px;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 7px;
            z-index: 2;
        }

        .location-item .map-info .num {
            position: absolute;
            top: 7px;
            left: 0;
            right: 0;
            text-align: center;
            font: 500 13px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        }

        .location-item .map-info .km-info {
            display: block;
            font-size: 12px;
            line-height: 18px;
            position: relative;
            z-index: 1;
        }

    .location-item .location-detail {
        overflow: hidden;
        position: relative;
        padding: 11px 0 11px 43px;
        display: block;
    }

        .location-item .location-detail .fake-input {
            position: absolute;
            top: 11px;
            left: 14px;
            line-height: 18px;
            color: #505e68;
        }

        .location-item .location-detail .address {
            display: block;
        }

            .location-item .location-detail .address strong {
                font-weight: 600;
            }

    .location-item .info-available {
        display: block;
        font-style: italic;
    }

.notice-holder {
    border: 1px solid #f78f1e;
    padding: 9px 14px 12px 14px;
    margin-bottom: 24px;
}

    .notice-holder p {
        font-style: italic;
    }

        .notice-holder p:last-child {
            margin: 0;
        }

.payment-detail-form {
    padding: 14px 0 7px;
}

    .payment-detail-form .input-wrap {
        position: relative;
        padding-right: 26px;
    }

        .payment-detail-form .input-wrap.help {
            padding-right: 22px;
        }

        .payment-detail-form .input-wrap.amount {
            width: 53%;
            margin-bottom: 13px;
        }

            .payment-detail-form .input-wrap.amount:before {
                content: "$";
                position: absolute;
                top: 0;
                left: 8px;
                line-height: 26px;
            }

            .payment-detail-form .input-wrap.amount .form-control {
                padding-left: 20px;
            }

        .payment-detail-form .input-wrap .reload {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
            line-height: 1;
            font-size: 14px;
        }

        .payment-detail-form .input-wrap .help {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
            line-height: 1;
            font-size: 17px;
            cursor: help;
            color: #f78f1e;
        }

    .payment-detail-form .form-info {
        margin-bottom: 10px;
    }

    .payment-detail-form .radio-wrap + .radio-wrap {
        margin-bottom: 7px;
    }

    .payment-detail-form .add-gift {
        margin-bottom: 29px;
        display: inline-block;
        vertical-align: top;
    }

    .payment-detail-form .promotions-box {
        border-top: 1px solid #dcdfe1;
        padding: 12px 0 21px;
    }

    .payment-detail-form .secure-payment-box {
        border-top: 1px solid #dcdfe1;
        padding: 11px 0 0;
    }

        .payment-detail-form .secure-payment-box .form-info {
            margin-bottom: 0;
        }

        .payment-detail-form .secure-payment-box p {
            margin-bottom: 29px;
        }

        .payment-detail-form .secure-payment-box .radio-wrap {
            margin-bottom: 28px;
        }

        .payment-detail-form .secure-payment-box .form-group {
            margin-bottom: 9px;
        }

        .payment-detail-form .secure-payment-box .check-wrap {
            margin-bottom: 29px;
        }

    .payment-detail-form .add-card {
        display: inline-block;
        vertical-align: top;
        margin: 15px 0 31px;
    }

    .payment-detail-form .btn-wrap {
        padding-top: 1px;
    }

    .payment-detail-form .cards {
        margin: 0 -8px 0 0;
        padding: 0;
    }

        .payment-detail-form .cards:after {
            display: none;
        }

        .payment-detail-form .cards a {
            margin: 0 7px 11px 0;
            display: inline-block;
            vertical-align: top;
        }

            .payment-detail-form .cards a:hover {
                opacity: .8;
            }

.billing-address-form {
    padding: 12px 0 7px;
}

    .billing-address-form .form-info {
        margin-bottom: 12px;
    }

        .billing-address-form .form-info ~ .form-info {
            margin-bottom: 10px;
        }

    .billing-address-form .radio-wrap + .radio-wrap {
        margin-bottom: 29px;
    }

        .billing-address-form .radio-wrap + .radio-wrap.add {
            margin-bottom: 25px;
        }

    .billing-address-form .input-wrap {
        position: relative;
        padding-right: 22px;
    }

        .billing-address-form .input-wrap .help {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
            line-height: 1;
            font-size: 17px;
            cursor: help;
            color: #f78f1e;
        }

.final-review-form {
    padding: 12px 0 0;
}

    .final-review-form .info {
        margin-bottom: 28px;
    }

        .final-review-form .info strong {
            font-weight: 600;
        }

        .final-review-form .info a {
            color: #505e68;
        }

            .final-review-form .info a:hover {
                color: #f78f1e;
            }

    .final-review-form .form-info {
        margin-bottom: 6px;
    }

    .final-review-form .detail-info-holder {
        margin-bottom: 12px;
    }

    .final-review-form .detail-info-box {
        border-bottom: 1px solid #dcdfe1;
        padding: 12px 0 14px;
    }

        .final-review-form .detail-info-box:first-child {
            border-top: 1px solid #dcdfe1;
        }

        .final-review-form .detail-info-box .title {
            display: block;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.25;
            margin-bottom: 11px;
        }

        .final-review-form .detail-info-box .link-wrap {
            margin-top: -3px;
        }

        .final-review-form .detail-info-box .link {
            font-size: 14px;
        }

        .final-review-form .detail-info-box .info {
            margin-bottom: 12px;
        }

            .final-review-form .detail-info-box .info + .link-wrap {
                margin-top: -15px;
            }

        .final-review-form .detail-info-box address {
            line-height: 18px;
            margin-bottom: 6px;
        }

        .final-review-form .detail-info-box .comment-box {
            margin-bottom: 0;
        }

        .final-review-form .detail-info-box .title-text {
            display: block;
        }

    .final-review-form .adv-area {
        margin-bottom: 27px;
    }

        .final-review-form .adv-area + .check-wrap {
            margin-bottom: 14px;
        }

        .final-review-form .adv-area img {
            width: 100%;
            height: auto;
        }

    .final-review-form .btn-wrap {
        padding-top: 20px;
    }

        .final-review-form .btn-wrap .btn {
            margin-bottom: 0;
        }

.shipping .final-review-form .check-wrap {
    margin-bottom: 25px;
}

    .shipping .final-review-form .check-wrap + .check-wrap {
        margin-bottom: 14px;
    }

.shipping .final-review-form .adv-area + .check-wrap {
    margin-bottom: 5px;
}

.order-confirmation-holder {
    font-size: 14px;
    line-height: 18px;
    padding-top: 14px;
    margin-bottom: 31px;
}

    .order-confirmation-holder h1 {
        font: 500 18px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 13px;
        overflow: hidden;
        letter-spacing: -.019em;
    }

    .order-confirmation-holder .order-info {
        display: block;
        font-weight: 600;
        margin-bottom: 9px;
    }

    .order-confirmation-holder p {
        margin-bottom: 22px;
    }

    .order-confirmation-holder .email {
        font-weight: 600;
        color: #505e68;
    }

        .order-confirmation-holder .email:hover {
            color: #f78f1e;
        }

    .order-confirmation-holder h2 {
        font: 400 16px/24px "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 8px;
    }

    .order-confirmation-holder .info {
        margin-bottom: 12px;
    }

        .order-confirmation-holder .info strong {
            font-weight: 600;
        }

        .order-confirmation-holder .info a {
            color: #505e68;
        }

            .order-confirmation-holder .info a:hover {
                color: #f78f1e;
            }

    .order-confirmation-holder .detail-info-holder {
        margin-bottom: 25px;
    }

    .order-confirmation-holder .detail-info-box {
        border-bottom: 1px solid #dcdfe1;
        padding: 12px 0 14px;
    }

        .order-confirmation-holder .detail-info-box:last-child {
            padding-bottom: 0;
        }

        .order-confirmation-holder .detail-info-box:first-child {
            border-top: 1px solid #dcdfe1;
        }

        .order-confirmation-holder .detail-info-box .title {
            display: block;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.25;
            margin-bottom: 9px;
        }

        .order-confirmation-holder .detail-info-box address {
            line-height: 18px;
            margin-bottom: 6px;
        }

        .order-confirmation-holder .detail-info-box .comment-box {
            margin-bottom: 0;
        }

        .order-confirmation-holder .detail-info-box .title-text {
            display: block;
        }

    .order-confirmation-holder .order-summary-box {
        padding-top: 12px;
    }

        .order-confirmation-holder .order-summary-box h2 {
            border-bottom: 1px solid #dcdfe1;
            padding-bottom: 8px;
            margin-bottom: 26px;
        }

        .order-confirmation-holder .order-summary-box .amount-table {
            margin-bottom: 26px;
        }

            .order-confirmation-holder .order-summary-box .amount-table tbody > tr:last-child > td,
            .order-confirmation-holder .order-summary-box .amount-table tbody > tr:last-child > th {
                padding: 0;
            }

            .order-confirmation-holder .order-summary-box .amount-table tfoot > tr > th,
            .order-confirmation-holder .order-summary-box .amount-table tfoot > tr > td {
                border: none;
                padding: 0;
                font-weight: 700;
            }

.order-confirmation .item-wrap {
    overflow: hidden;
    border-bottom: 1px solid #dcdfe1;
    padding: 11px 0 12px;
}

    .order-confirmation .item-wrap:first-child {
        border-top: 1px solid #dcdfe1;
    }

.order-confirmation .img-holder {
    width: 77px;
    float: left;
    margin: 3px 30px 0 0;
}

    .order-confirmation .img-holder img {
        width: 100%;
        height: auto;
    }

.order-confirmation .item-desc {
    overflow: hidden;
}

.order-confirmation .name {
    display: block;
    font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

    .order-confirmation .name a {
        color: #505e68;
    }

        .order-confirmation .name a:hover {
            color: #f78f1e;
        }

.order-confirmation .web-code {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
}

.order-confirmation .price,
.order-confirmation .save-price {
    display: block;
    font-weight: 600;
}

.order-confirmation .save-price {
    color: #f83b1e;
}

.order-confirmation .bonus-wrap {
    clear: both;
    overflow: hidden;
}

.order-confirmation .bonus-box {
    color: #505e68;
    font-size: 14px;
    line-height: 16px;
    background: #f3f3f3;
    margin: 13px 0 8px;
    padding: 13px 15px;
}

.order-confirmation .total-amount {
    clear: both;
    font-family: "Ubuntu";
    font-weight: 500;
    text-align: right;
}

.checkout-option-holder.reserve {
    padding-top: 13px;
}

    .checkout-option-holder.reserve h1 {
        margin-bottom: 15px;
    }

.unavailable-reservation {
    overflow: hidden;
}

    .unavailable-reservation .info-reservation {
        font-family: "Ubuntu";
        font-weight: 500;
        background: #f3f3f3;
        border-left: 30px solid #f78f1e;
        position: relative;
        margin: 0 0 12px;
        padding: 11px 15px 12px;
    }

        .unavailable-reservation .info-reservation .fa-warning {
            font-size: 16px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            color: #fff;
            left: -15px;
        }

    .unavailable-reservation p {
        margin-bottom: 8px;
    }

    .unavailable-reservation .info-title {
        display: block;
        font-weight: 600;
        border-bottom: 1px solid #dcdfe1;
        padding: 19px 0 14px;
    }

    .unavailable-reservation .item-wrap {
        overflow: hidden;
        border-bottom: 1px solid #dcdfe1;
        padding: 12px 0 13px;
        margin: 0 0 30px;
    }

        .unavailable-reservation .item-wrap:first-child {
            border-top: 1px solid #dcdfe1;
        }

    .unavailable-reservation .img-holder {
        width: 77px;
        float: left;
        margin: 3px 30px 4px 0;
    }

        .unavailable-reservation .img-holder img {
            width: 100%;
            height: auto;
        }

    .unavailable-reservation .item-desc {
        overflow: hidden;
    }

    .unavailable-reservation .name {
        display: block;
        font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .unavailable-reservation .name a {
            color: #505e68;
        }

            .unavailable-reservation .name a:hover {
                color: #f78f1e;
            }

    .unavailable-reservation .web-code {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
    }

    .unavailable-reservation .price {
        display: block;
        font-weight: 600;
    }

    .unavailable-reservation .btn-wrap .btn {
        margin: 0 0 30px;
    }

.order-summary-box.reservation h2 {
    border-bottom: 1px solid #dcdfe1;
    padding: 0 0 14px;
    margin-bottom: 25px;
    font-weight: 500;
}

.order-summary-box.reservation .amount-table {
    margin-bottom: 21px;
}

.order-summary-box.reservation .detail-info-holder {
    margin-bottom: 30px;
}

.order-summary-box.reservation .detail-info-box {
    border-bottom: 1px solid #dcdfe1;
    padding: 12px 0 14px;
}

    .order-summary-box.reservation .detail-info-box:first-child {
        border-top: 1px solid #dcdfe1;
    }

    .order-summary-box.reservation .detail-info-box .title {
        display: block;
        font-weight: 600;
    }

    .order-summary-box.reservation .detail-info-box address {
        line-height: 18px;
        margin-bottom: 6px;
    }

    .order-summary-box.reservation .detail-info-box .time {
        display: block;
        font-weight: 600;
    }

.order-summary-box.reservation.detail .amount-table {
    margin-bottom: 26px;
}

.order-summary-box.reservation.detail .detail-info-box .info {
    margin-bottom: 0;
}

.reservation-details {
    padding: 13px 0 0;
}

    .reservation-details .pickup-title-holder {
        overflow: hidden;
        margin: 0 0 14px;
    }

    .reservation-details .pickup-title {
        overflow: hidden;
        font-size: 16px;
        line-height: 1.25;
    }

        .reservation-details .pickup-title strong {
            font-weight: 500;
            font-family: "Ubuntu";
        }

    .reservation-details .pickup-detail-box {
        border: 1px solid #dcdfe1;
        border-width: 1px 0;
        padding: 11px 0 29px;
        margin-bottom: 27px;
    }

        .reservation-details .pickup-detail-box address {
            line-height: 18px;
            margin-bottom: 7px;
        }

    .reservation-details .location-title {
        display: block;
        font-weight: 600;
    }

    .reservation-details .opening-hours {
        overflow: hidden;
        margin: 0;
    }

        .reservation-details .opening-hours dt,
        .reservation-details .opening-hours dd {
            line-height: 18px;
        }

        .reservation-details .opening-hours dt {
            float: left;
            clear: left;
            font-weight: 400;
        }

        .reservation-details .opening-hours dd {
            overflow: hidden;
            padding-left: 2px;
        }

    .reservation-details .info {
        margin-bottom: 11px;
    }

        .reservation-details .info strong {
            font-weight: 600;
        }

    .reservation-details .header-wrap {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .reservation-details .header-wrap h2 {
            font-weight: 500;
            overflow: hidden;
            margin: 0;
            font-size: 16px;
        }

        .reservation-details .header-wrap .link {
            font-size: 14px;
        }

    .reservation-details .items-holder {
        margin-bottom: 30px;
    }

    .reservation-details .item-wrap {
        overflow: hidden;
        border-bottom: 1px solid #dcdfe1;
        padding: 11px 0 13px;
    }

        .reservation-details .item-wrap:first-child {
            border-top: 1px solid #dcdfe1;
        }

    .reservation-details .img-holder {
        width: 77px;
        float: left;
        margin: 3px 30px 4px 0;
    }

        .reservation-details .img-holder img {
            width: 100%;
            height: auto;
        }

    .reservation-details .item-desc {
        overflow: hidden;
    }

    .reservation-details .name {
        display: block;
        font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .reservation-details .name a {
            color: #505e68;
        }

            .reservation-details .name a:hover {
                color: #f78f1e;
            }

    .reservation-details .web-code {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
    }

    .reservation-details .price,
    .reservation-details .save-price {
        display: block;
        font-weight: 600;
    }

    .reservation-details .save-price {
        color: #f83b1e;
    }

    .reservation-details .qty-info {
        display: block;
        margin-bottom: 8px;
    }

    .reservation-details .available-status {
        display: block;
        position: relative;
        padding-left: 22px;
    }

        .reservation-details .available-status:before {
            content: "\f00c";
            font-family: "FontAwesome";
            font-size: 16px;
            position: absolute;
            top: 0;
            left: 0;
            color: #8dc63f;
        }

        .reservation-details .available-status.unavailable:before {
            content: "\f00d";
            color: #505e68;
        }

    .reservation-details .remove-wrap {
        padding: 8px 0 2px;
    }

        .reservation-details .remove-wrap .link {
            font-size: 14px;
            line-height: 1;
            margin: -1px;
        }

.popup-wrap {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    display: none;
    padding: 15px 0;
}

    .popup-wrap.is-hidden {
        -webkit-transform: translatey(100%);
        -ms-transform: translatey(100%);
        transform: translatey(100%);
    }

    .popup-wrap .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .popup-wrap .container:before,
        .popup-wrap .container:after {
            display: none;
        }

    .popup-wrap .items-wrap {
        padding-right: 29px;
        width: calc(100% - 95px);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .popup-wrap .item {
        display: block;
        border: 1px solid #6e818f;
        margin-right: 30px;
        position: relative;
        width: 25%;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .popup-wrap .item:last-child {
            margin: 0;
        }

        .popup-wrap .item.empty {
            background-color: transparent;
        }

        .popup-wrap .item .remove {
            -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
            position: absolute;
            top: -1px;
            right: -1px;
            background-color: #6e818f;
            width: 10px;
            height: 10px;
        }

            .popup-wrap .item .remove:hover {
                background-color: #505e68;
            }

            .popup-wrap .item .remove:before,
            .popup-wrap .item .remove:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                background-color: #fff;
                width: 1px;
                height: 6px;
            }

            .popup-wrap .item .remove:before {
                -webkit-transform: translate(-50%, -50%) rotate(45deg);
                -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
            }

            .popup-wrap .item .remove:after {
                -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
            }

        .popup-wrap .item .add-more {
            -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
            color: #fff;
            text-decoration: none;
            font-size: 10px;
            font-family: "Ubuntu", Arial, Helvetica, sans-serif;
            line-height: 1.2;
            display: inline-block;
            text-align: center;
            padding: 22px 10px;
        }

            .popup-wrap .item .add-more:hover {
                color: #f78f1e;
            }

    .popup-wrap .text {
        font-size: 10px;
        color: #505e68;
        width: 50%;
        line-height: 1.2;
        padding-right: 2px;
    }

    .popup-wrap .img-holder {
        width: 50%;
        padding-right: 5px;
    }

        .popup-wrap .img-holder img {
            width: 100%;
        }

    .popup-wrap .btn-holder {
        width: 95px;
        margin-bottom: -5px;
    }

    .popup-wrap .btn {
        -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
        transition: color .3s ease-in-out, background .3s ease-in-out;
        border-radius: 0;
        font-family: "Ubuntu", Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 1px 3px 2px;
        font-weight: 500;
        width: 100%;
    }

        .popup-wrap .btn.compare {
            border: 1px solid #fff;
            margin-bottom: 10px;
        }

        .popup-wrap .btn.remove {
            color: #fff;
            font-size: 10px;
            text-decoration: underline;
        }

            .popup-wrap .btn.remove:hover {
                text-decoration: none;
            }

    .popup-wrap .close {
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        position: absolute;
        top: -1px;
        right: 0;
        background-color: #6e818f;
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

        .popup-wrap .close:hover {
            background-color: #505e68;
        }

        .popup-wrap .close:before,
        .popup-wrap .close:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: #fff;
            width: 1px;
            height: 10px;
        }

        .popup-wrap .close:before {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .popup-wrap .close:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

.content-wrap {
    position: relative;
    overflow: hidden;
}

.product-filter-holder {
    background: #323b42;
}

    .product-filter-holder .filter-title {
        float: left;
        width: 77px;
        background: #505e68;
        position: relative;
        font: 500 12px/22px "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: .04em;
        color: #fff;
        padding: 9px 15px;
        display: none;
    }

        .product-filter-holder .filter-title:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 100%;
            left: -9999px;
        }

    .product-filter-holder .filter-opener {
        float: left;
        font: 500 12px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        color: #fff;
        background: #505e68;
        padding: 11px 24px 11px 15px;
        margin-left: -15px;
        position: relative;
        width: 91px;
    }

        .product-filter-holder .filter-opener:after {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            content: "";
            position: absolute;
            top: 50%;
            right: 14px;
            border: 5px solid #f3f3f3;
            border-color: #f3f3f3 transparent transparent;
            border-width: 7px 5px 0;
        }

        .product-filter-holder .filter-opener span {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .product-filter-holder .sort-holder {
        overflow: hidden;
        padding: 9px 0 9px 30px;
    }

        .product-filter-holder .sort-holder .title {
            font: 500 10px/22px "Ubuntu", Arial, Helvetica, sans-serif;
            letter-spacing: .04em;
            color: #fff;
        }

    .product-filter-holder .view-option {
        float: left;
        margin-right: 6px;
    }

        .product-filter-holder .view-option .title {
            display: none;
        }

        .product-filter-holder .view-option .view {
            display: inline-block;
            vertical-align: top;
            color: #fff;
            line-height: 1;
            width: 22px;
            height: 22px;
            text-align: center;
            font-size: 16px;
            position: relative;
        }

            .product-filter-holder .view-option .view:hover,
            .product-filter-holder .view-option .view.active {
                background: #6e818f;
            }

            .product-filter-holder .view-option .view:after {
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 18px;
                height: 18px;
                background: url(../images/grid-view.png) no-repeat;
            }

            .product-filter-holder .view-option .view.list:after {
                width: 16px;
                height: 16px;
                background: url(../images/list-view.png) no-repeat;
            }

    .product-filter-holder .sort-option {
        overflow: hidden;
    }

        .product-filter-holder .sort-option .title {
            display: block;
            overflow: hidden;
            text-align: right;
            padding: 0 5px;
        }

        .product-filter-holder .sort-option .sort-wrap {
            float: right;
            width: 76px;
        }

.filter-holder {
    overflow: hidden;
    background: #6e818f;
}

    .filter-holder .filter-header {
        overflow: hidden;
    }

        .filter-holder .filter-header .filter-close {
            width: 40px;
            height: 40px;
            float: left;
            font-size: 15px;
            line-height: 40px;
            background: #505e68;
            color: #fff;
            text-align: center;
        }

            .filter-holder .filter-header .filter-close:hover {
                background: #3a444b;
            }

        .filter-holder .filter-header .filter-title {
            background: #323b42;
            display: block;
            overflow: hidden;
            padding: 10px 5px;
            color: #fff;
            text-align: center;
            font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        }

    .filter-holder .aside-adv {
        padding: 0 15px 0 0;
        margin-bottom: 15px;
        display: none;
    }

        .filter-holder .aside-adv img {
            width: 100%;
            height: auto;
        }

    .filter-holder .btn-wrap {
        text-align: center;
        padding: 1px 0 30px;
    }

    .filter-holder .btn-update {
        border-radius: 0;
        font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        border-color: #fff;
        padding: 9px;
        min-width: 101px;
    }

.filter-list {
    padding-top: 1px;
    margin-bottom: 28px;
}

    .filter-list > li.active > .opener:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .filter-list > li > .opener {
        display: block;
        background: #6e818f;
        font: 500 16px/19px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 10px 34px 10px 15px;
        color: #fff;
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .filter-list > li > .opener:after {
            -webkit-transition: .2s linear all;
            transition: .2s linear all;
            font-family: "icomoon";
            position: absolute;
            top: 50%;
            right: 21px;
            content: "\e914";
            font-size: 14px;
            line-height: 1;
            margin-top: -7px;
        }

    .filter-list .slide {
        color: #fff;
    }

    .filter-list .wrap {
        padding: 13px 15px 13px;
        background: #323b42;
    }

        .filter-list .wrap label {
            font-weight: 400;
            margin: 0;
            padding: 0 0 0 30px;
        }

        .filter-list .wrap .filter-title {
            display: block;
            margin: 0 0 12px;
        }

    .filter-list .check-wrap {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        margin: 0 0 10px;
    }

        .filter-list .check-wrap [type="checkbox"] {
            position: fixed;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: -1;
        }

            .filter-list .check-wrap [type="checkbox"]:checked + .fake-input i {
                visibility: visible;
                opacity: 1;
            }

        .filter-list .check-wrap .fake-input {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            left: 0;
            width: 20px;
            height: 20px;
            background: #fff;
        }

            .filter-list .check-wrap .fake-input i {
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-transition: all .15s linear;
                transition: all .15s linear;
                position: absolute;
                top: 50%;
                left: 50%;
                font-size: 12px;
                visibility: hidden;
                opacity: 0;
                color: #f78f1e;
            }

.compare-box {
    background: #f3f3f3;
    margin: 0 -15px 13px;
    padding: 0 15px;
}

    .compare-box .close-link {
        float: left;
    }

    .compare-box .btn-compare {
        border-radius: 0;
        font: 500 12px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        border-color: #fff;
        padding: 0 7px;
        min-width: 95px;
    }

.compare-product {
    white-space: nowrap;
    text-align: center;
    height: 31px;
    max-width: 31px;
    margin: 5px auto 4px;
    overflow: hidden;
    border: 1px solid #6e818f;
    position: relative;
    background: #fff;
}

    .compare-product:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }

    .compare-product > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%;
    }

    .compare-product .img-wrap {
        max-width: 100%;
    }

        .compare-product .img-wrap img {
            width: 100%;
            height: auto;
        }

    .compare-product .count {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        font: 700 10px/29px "Ubuntu", Arial, Helvetica, sans-serif;
        text-align: center;
    }

    .compare-product .close {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10px;
        height: 10px;
        background: #6e818f;
        color: #fff;
        text-align: center;
        line-height: 1;
        font-size: 6px;
    }

        .compare-product .close:hover {
            background: #f78f1e;
        }

        .compare-product .close i {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;
        }

.product-info-detail {
    font-size: 12px;
    line-height: 13px;
}

    .product-info-detail h1 {
        font-size: 14px;
        line-height: 15px;
        position: relative;
        padding: 0 0 10px;
        margin-bottom: 13px;
    }

        .product-info-detail h1:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #f78f1e;
        }

    .product-info-detail p {
        margin-bottom: 9px;
    }

    .product-info-detail .adv {
        margin: 2px 0 9px;
    }

        .product-info-detail .adv img {
            width: 100%;
            height: auto;
        }

.product-compare-wrap {
    position: relative;
}

    .product-compare-wrap.grid {
        font-size: 0;
        line-height: 0;
    }

        .product-compare-wrap.grid > [class^="col-"],
        .product-compare-wrap.grid > [class*=" col-"] {
            float: none;
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            line-height: 1.42857;
        }

    .product-compare-wrap [class^="col-"],
    .product-compare-wrap [class*=" col-"] {
        -webkit-transition: opacity .5s linear, -webkit-transform .5s linear;
        transition: opacity .5s linear, transform .5s linear;
    }

        .product-compare-wrap [class^="col-"]:first-child .product-compare-item,
        .product-compare-wrap [class*=" col-"]:first-child .product-compare-item {
            border: none;
            padding-top: 0;
        }

        .product-compare-wrap [class^="col-"]:first-child + div .product-compare-item,
        .product-compare-wrap [class*=" col-"]:first-child + div .product-compare-item {
            border: none;
            padding-top: 0;
        }

    .product-compare-wrap .load-more {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: center;
        font: 500 14px/31px "Ubuntu", Arial, Helvetica, sans-serif;
        color: #505e68;
        position: absolute;
        bottom: -98px;
        left: 50%;
        z-index: 9;
    }

        .product-compare-wrap .load-more:hover {
            color: #f78f1e;
        }

            .product-compare-wrap .load-more:hover .icon-fancy-arrow-down {
                color: #f78f1e;
            }

        .product-compare-wrap .load-more .icon-fancy-arrow-down {
            font-size: 40px;
            color: #6e818f;
        }

.new-item {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

.product-compare-item {
    border-top: 1px solid #dcdfe1;
    padding: 25px 0 15px;
    position: relative;
}

    .product-compare-item .compare {
        position: relative;
        font: 500 12px/14px "Ubuntu", Arial, Helvetica, sans-serif;
        padding-right: 16px;
        min-width: 74px;
        margin: 0;
    }

        .product-compare-item .compare [type="checkbox"] {
            position: fixed;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: -1;
        }

            .product-compare-item .compare [type="checkbox"]:checked + .fake-input i {
                visibility: visible;
                opacity: 1;
            }

        .product-compare-item .compare .fake-input {
            height: 14px;
            width: 14px;
            position: absolute;
            top: 0;
            right: 0;
            background: #f3f3f3;
            border: 1px solid #6e818f;
        }

            .product-compare-item .compare .fake-input i {
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-transition: all .15s linear;
                transition: all .15s linear;
                position: absolute;
                top: 50%;
                left: 50%;
                font-size: 8px;
                visibility: hidden;
                opacity: 0;
                color: #f78f1e;
            }

    .product-compare-item .img-wrap {
        text-align: center;
        margin-bottom: 9px;
        padding-right: 8px;
    }

        .product-compare-item .img-wrap img {
            width: 102px;
            max-width: 100%;
            height: auto;
        }

    .product-compare-item .name {
        font: 500 14px/16px "Ubuntu", Arial, Helvetica, sans-serif;
        display: block;
        margin: 0 0 4px;
    }

        .product-compare-item .name a {
            color: #505e68;
        }

            .product-compare-item .name a:hover {
                color: #f78f1e;
            }

    .product-compare-item .rating-holder {
        font-size: 14px;
        margin: 0 0 4px;
    }

        .product-compare-item .rating-holder .rating {
            color: #f78f1e;
            font-size: 9px;
        }

            .product-compare-item .rating-holder .rating i {
                margin: 0 1px;
            }

            .product-compare-item .rating-holder .rating .empty {
                color: #dcdfe1;
            }

        .product-compare-item .rating-holder .link {
            margin-left: 2px;
        }

    .product-compare-item .current-price {
        font: 500 14px/16px "Ubuntu", Arial, Helvetica, sans-serif;
    }

    .product-compare-item .save-info {
        display: block;
        font: 700 12px/14px "Ubuntu", Arial, Helvetica, sans-serif;
        color: #f83b1e;
    }

    .product-compare-item .stock-availability {
        /* border-left: 14px solid #8dc63f; */
        padding: 0 16px;
        font: 500 10px/15px "Ubuntu", Arial, Helvetica, sans-serif;
        margin: 0 0 6px;
        position: relative;
        min-height: 15px;
    }

        .product-compare-item .stock-availability.unavailable {
            /* border-left-color: #6e818f; */
        }

        .product-compare-item .stock-availability.low {
            /* border-left-color: #ffd200; */
        }

        .product-compare-item .stock-availability i {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            color: #fff;
            left: -7px;
            font-size: 8px;
        }

        .product-compare-item .stock-availability .icon-map-marker {
            font-size: 10px;
        }

    .product-compare-item .feature-list {
        margin-bottom: 11px;
        display: none;
    }

        .product-compare-item .feature-list li {
            position: relative;
            font: 500 12px/20px "Ubuntu", Arial, Helvetica, sans-serif;
            padding: 0 0 0 9px;
        }

            .product-compare-item .feature-list li:before {
                content: "•";
                position: absolute;
                top: 0;
                left: 0;
            }

    .product-compare-item .btn-wrap {
        padding: 15px 0 0;
        text-align: center;
    }

        .product-compare-item .btn-wrap .btn {
            font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
            border-radius: 6px;
            border-color: transparent;
            padding: 5px 7px;
        }

            .product-compare-item .btn-wrap .btn.btn-info {
                display: none;
            }

    .product-compare-item .link-detail {
        position: absolute;
        top: 50%;
        right: 6px;
        font-size: 14px;
        line-height: 1;
        color: #505e68;
        margin-top: -2px;
    }

        .product-compare-item .link-detail:hover {
            color: #f78f1e;
        }

.load-more-wrap {
    background: #f3f3f3;
    text-align: center;
    clear: both;
    margin: 0 -15px;
    padding: 128px 15px 18px;
    position: relative;
}

    .load-more-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 15px;
        background: #fff;
    }

    .load-more-wrap .btn-info {
        border-radius: 0;
        font: 500 14px/15px "Ubuntu", Arial, Helvetica, sans-serif;
        min-width: 183px;
        padding: 7px;
        vertical-align: top;
        background: #6e818f;
    }

        .load-more-wrap .btn-info:hover {
            background: #505e68;
        }

.modal {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s linear, visibility .15s linear;
    transition: opacity .15s linear, visibility .15s linear;
}

    .modal.in {
        opacity: 1;
        visibility: visible;
    }

.product-modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 3px solid #f2f2f2;
}

.product-modal .modal-close {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 30px;
    height: 30px;
    background: #6e818f;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    z-index: 3;
}

    .product-modal .modal-close:hover {
        background: #f78f1e;
    }

    .product-modal .modal-close i {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }

.product-modal .container {
    width: 100%;
}

.product-modal .product-detail-wrap {
    padding: 6px 0;
}

    .product-modal .product-detail-wrap h1 {
        font-size: 18px;
    }

    .product-modal .product-detail-wrap .shipping-info {
        font-size: 14px;
        line-height: 20px;
    }

    .product-modal .product-detail-wrap .store-call,
    .product-modal .product-detail-wrap .link.check {
        font-size: 14px;
    }

    .product-modal .product-detail-wrap .btn-wrap {
        margin-bottom: 20px;
    }

        .product-modal .product-detail-wrap .btn-wrap .addcart {
            line-height: 27px;
        }

    .product-modal .product-detail-wrap .store-call {
        margin-bottom: 11px;
    }

        .product-modal .product-detail-wrap .store-call .link {
            font-weight: 600;
        }

    .product-modal .product-detail-wrap .current-price {
        font-size: 18px;
        padding-top: 5px;
        margin-bottom: 2px;
    }

    .product-modal .product-detail-wrap .save-info {
        font-size: 16px;
    }

    .product-modal .product-detail-wrap .product-desc-accrodian {
        margin-bottom: 22px;
    }

    .product-modal .product-detail-wrap .stock-availability {
        margin-bottom: 11px;
    }

    .product-modal .product-detail-wrap .shipping-info {
        margin-bottom: 30px;
    }

.product-modal .product-slide-nav .slide-wrap {
    padding: 0 30px;
}

.list .product-compare-item {
    border-top: 1px solid #dcdfe1;
    padding: 12px 0 9px;
    -webkit-transition: opacity .5s linear, -webkit-transform .5s linear;
    transition: opacity .5s linear, transform .5s linear;
}

    .list .product-compare-item:first-child {
        border: none;
        padding-top: 23px;
    }

        .list .product-compare-item:first-child .link-detail {
            margin-top: 3px;
        }

    .list .product-compare-item .compare {
        margin-bottom: 12px;
    }

    .list .product-compare-item .img-wrap {
        margin: 0 -3px 9px;
        padding: 0;
    }

        .list .product-compare-item .img-wrap img {
            width: 83px;
            max-width: 100%;
            height: auto;
        }

    .list .product-compare-item .name {
        margin-bottom: 9px;
    }

    .list .product-compare-item .rating-holder {
        margin-bottom: 4px;
    }

    .list .product-compare-item .stock-availability {
        margin: 2px 0 6px;
    }

    .list .product-compare-item .btn-wrap {
        padding-top: 17px;
    }

        .list .product-compare-item .btn-wrap .btn {
            font-size: 10px;
            line-height: 14px;
            padding: 2px 7px 3px;
        }

.welcome-modal {
    box-shadow: -1px 1px 12px rgba(1, 1, 1, .2);
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
    text-shadow: 0 2px 12px rgba(1, 1, 1, .2);
    color: #fff;
    text-align: center;
}

    .welcome-modal .modal-wrap {
        position: relative;
        overflow: hidden;
        padding: 10px 0 29px;
        border-bottom: 1px solid #6e818f;
        background: #000;
    }

    .welcome-modal .bg-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../images/img35-small.jpg) 50% 50%/cover no-repeat;
    }

        .welcome-modal .bg-image img {
            width: 100%;
            height: auto;
            visibility: hidden;
        }

    .welcome-modal .container {
        position: relative;
        z-index: 2;
    }

    .welcome-modal h1 {
        font: 500 18px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.02em;
        margin-bottom: 11px;
    }

    .welcome-modal p {
        margin-bottom: 6px;
    }

    .welcome-modal .good-luck-text {
        display: block;
        font-weight: 500;
        font-family: "Ubuntu";
        margin-bottom: 27px;
    }

    .welcome-modal form {
        margin-bottom: 27px;
    }

    .welcome-modal .form-control {
        border-color: #dcdfe1;
        text-shadow: none;
    }

    .welcome-modal .error-text {
        color: #fff;
    }

    .welcome-modal .btn-signup {
        font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        width: 100%;
        padding: 10px 5px;
        border-radius: 12px;
        text-shadow: none;
    }

    .welcome-modal .info-subs {
        display: block;
        font-size: 14px;
        line-height: 18px;
    }

    .welcome-modal .close-holder {
        background: #323b42;
        padding: 12px 0;
        font-size: 14px;
        line-height: 18px;
    }

        .welcome-modal .close-holder .link-close {
            color: #fff;
            font-family: "Ubuntu";
            font-weight: 500;
            display: inline-block;
            vertical-align: top;
        }

            .welcome-modal .close-holder .link-close:hover {
                color: #f78f1e;
            }

            .welcome-modal .close-holder .link-close i {
                font-size: 16px;
                margin-right: 1px;
            }

.store-locate {
    padding: 12px 0 44px;
}

    .store-locate h1 {
        font: 500 18px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: capitalize;
        margin-bottom: 11px;
        letter-spacing: -.02em;
    }

    .store-locate .tab-holder {
        margin-bottom: 26px;
    }

    .store-locate .details-tab > li {
        font-size: 14px;
        width: 50%;
        font-weight: 400;
    }

        .store-locate .details-tab > li:first-child {
            width: 50%;
        }

.store-locate-detail {
    font-size: 14px;
    line-height: 18px;
}

    .store-locate-detail label {
        font-weight: 400;
        margin-bottom: 2px;
    }

    .store-locate-detail .form-control {
        box-shadow: none;
        background: #f3f3f3;
        border-color: transparent;
        color: #323b42;
    }

        .store-locate-detail .form-control::-webkit-input-placeholder {
            color: #323b42;
        }

        .store-locate-detail .form-control::-moz-placeholder {
            opacity: 1;
            color: #323b42;
        }

        .store-locate-detail .form-control:-moz-placeholder {
            color: #323b42;
        }

        .store-locate-detail .form-control:-ms-input-placeholder {
            color: #323b42;
        }

        .store-locate-detail .form-control.placeholder {
            color: #323b42;
        }

    .store-locate-detail .btn-locate {
        font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        width: 100%;
        padding: 10px 5px;
        display: block;
        margin-bottom: 26px;
    }

    .store-locate-detail .jcf-select .jcf-select-text {
        margin-right: 25px;
    }

    .store-locate-detail .map-place-holder {
        padding: 18px 0 0;
    }

    .store-locate-detail .map-box {
        position: relative;
        border: 1px solid #dcdfe1;
        overflow: hidden;
    }

        .store-locate-detail .map-box img {
            width: 100%;
            height: auto;
        }

        .store-locate-detail .map-box .map-pin {
            font-size: 0;
            line-height: 0;
            position: absolute;
            z-index: 2;
            background: url(../images/pin1.png) 0 0/cover no-repeat;
            width: 32px;
            height: 42px;
        }

            .store-locate-detail .map-box .map-pin:hover {
                opacity: .9;
            }

            .store-locate-detail .map-box .map-pin:focus {
                outline: none;
            }

            .store-locate-detail .map-box .map-pin.pin1 {
                left: 148px;
                top: 125px;
            }

                .store-locate-detail .map-box .map-pin.pin1.green {
                    background-image: url(../images/pins/green1.png);
                }

                .store-locate-detail .map-box .map-pin.pin1.yellow {
                    background-image: url(../images/pins/yellow1.png);
                }

            .store-locate-detail .map-box .map-pin.pin2 {
                background-image: url(../images/pins/pin2.png);
                left: 216px;
                top: 28px;
            }

                .store-locate-detail .map-box .map-pin.pin2.green {
                    background-image: url(../images/pins/green2.png);
                }

            .store-locate-detail .map-box .map-pin.pin3 {
                background-image: url(../images/pins/pin3.png);
                top: 15px;
                left: 116px;
            }

                .store-locate-detail .map-box .map-pin.pin3.green {
                    background-image: url(../images/pins/green3.png);
                }

                .store-locate-detail .map-box .map-pin.pin3.yellow {
                    background-image: url(../images/pins/yellow3.png);
                }

            .store-locate-detail .map-box .map-pin.pin4 {
                background-image: url(../images/pins/pin4.png);
            }

                .store-locate-detail .map-box .map-pin.pin4.green {
                    background-image: url(../images/pins/green4.png);
                }

                .store-locate-detail .map-box .map-pin.pin4.yellow {
                    background-image: url(../images/pins/yellow4.png);
                }

            .store-locate-detail .map-box .map-pin.pin5 {
                background-image: url(../images/pins/pin5.png);
            }

                .store-locate-detail .map-box .map-pin.pin5.green {
                    background-image: url(../images/pins/green5.png);
                }

                .store-locate-detail .map-box .map-pin.pin5.yellow {
                    background-image: url(../images/pins/yellow5.png);
                }

            .store-locate-detail .map-box .map-pin.pin6 {
                background-image: url(../images/pins/pin6.png);
            }

                .store-locate-detail .map-box .map-pin.pin6.green {
                    background-image: url(../images/pins/green6.png);
                }

                .store-locate-detail .map-box .map-pin.pin6.yellow {
                    background-image: url(../images/pins/yellow6.png);
                }

            .store-locate-detail .map-box .map-pin.pin7 {
                background-image: url(../images/pins/pin7.png);
            }

                .store-locate-detail .map-box .map-pin.pin7.green {
                    background-image: url(../images/pins/green7.png);
                }

                .store-locate-detail .map-box .map-pin.pin7.yellow {
                    background-image: url(../images/pins/yellow7.png);
                }

            .store-locate-detail .map-box .map-pin.pin8 {
                background-image: url(../images/pins/pin8.png);
            }

                .store-locate-detail .map-box .map-pin.pin8.green {
                    background-image: url(../images/pins/green8.png);
                }

                .store-locate-detail .map-box .map-pin.pin8.yellow {
                    background-image: url(../images/pins/yellow8.png);
                }

            .store-locate-detail .map-box .map-pin.pin9 {
                background-image: url(../images/pins/pin9.png);
            }

                .store-locate-detail .map-box .map-pin.pin9.green {
                    background-image: url(../images/pins/green9.png);
                }

                .store-locate-detail .map-box .map-pin.pin9.yellow {
                    background-image: url(../images/pins/yellow9.png);
                }

            .store-locate-detail .map-box .map-pin.pin10 {
                background-image: url(../images/pins/pin10.png);
            }

                .store-locate-detail .map-box .map-pin.pin10.green {
                    background-image: url(../images/pins/green10.png);
                }

                .store-locate-detail .map-box .map-pin.pin10.yellow {
                    background-image: url(../images/pins/yellow10.png);
                }

            .store-locate-detail .map-box .map-pin.pin11 {
                background-image: url(../images/pins/pin11.png);
            }

                .store-locate-detail .map-box .map-pin.pin11.green {
                    background-image: url(../images/pins/green11.png);
                }

                .store-locate-detail .map-box .map-pin.pin11.yellow {
                    background-image: url(../images/pins/yellow11.png);
                }

            .store-locate-detail .map-box .map-pin.pin12 {
                background-image: url(../images/pins/pin12.png);
            }

                .store-locate-detail .map-box .map-pin.pin12.green {
                    background-image: url(../images/pins/green12.png);
                }

                .store-locate-detail .map-box .map-pin.pin12.yellow {
                    background-image: url(../images/pins/yellow12.png);
                }

            .store-locate-detail .map-box .map-pin.pin13 {
                background-image: url(../images/pins/pin13.png);
            }

                .store-locate-detail .map-box .map-pin.pin13.green {
                    background-image: url(../images/pins/green13.png);
                }

                .store-locate-detail .map-box .map-pin.pin13.yellow {
                    background-image: url(../images/pins/yellow13.png);
                }

            .store-locate-detail .map-box .map-pin.pin14 {
                background-image: url(../images/pins/pin14.png);
            }

                .store-locate-detail .map-box .map-pin.pin14.green {
                    background-image: url(../images/pins/green14.png);
                }

                .store-locate-detail .map-box .map-pin.pin14.yellow {
                    background-image: url(../images/pins/yellow14.png);
                }

            .store-locate-detail .map-box .map-pin.pin15 {
                background-image: url(../images/pins/pin15.png);
            }

                .store-locate-detail .map-box .map-pin.pin15.green {
                    background-image: url(../images/pins/green15.png);
                }

                .store-locate-detail .map-box .map-pin.pin15.yellow {
                    background-image: url(../images/pins/yellow15.png);
                }

            .store-locate-detail .map-box .map-pin.pin16 {
                background-image: url(../images/pins/pin16.png);
            }

                .store-locate-detail .map-box .map-pin.pin16.green {
                    background-image: url(../images/pins/green16.png);
                }

                .store-locate-detail .map-box .map-pin.pin16.yellow {
                    background-image: url(../images/pins/yellow16.png);
                }

            .store-locate-detail .map-box .map-pin.pin17 {
                background-image: url(../images/pins/pin17.png);
            }

                .store-locate-detail .map-box .map-pin.pin17.green {
                    background-image: url(../images/pins/green17.png);
                }

                .store-locate-detail .map-box .map-pin.pin17.yellow {
                    background-image: url(../images/pins/yellow17.png);
                }

            .store-locate-detail .map-box .map-pin.pin18 {
                background-image: url(../images/pins/pin18.png);
            }

                .store-locate-detail .map-box .map-pin.pin18.green {
                    background-image: url(../images/pins/green18.png);
                }

                .store-locate-detail .map-box .map-pin.pin18.yellow {
                    background-image: url(../images/pins/yellow18.png);
                }

            .store-locate-detail .map-box .map-pin.pin19 {
                background-image: url(../images/pins/pin19.png);
            }

                .store-locate-detail .map-box .map-pin.pin19.green {
                    background-image: url(../images/pins/green19.png);
                }

                .store-locate-detail .map-box .map-pin.pin19.yellow {
                    background-image: url(../images/pins/yellow19.png);
                }

            .store-locate-detail .map-box .map-pin.pin20 {
                background-image: url(../images/pins/pin20.png);
            }

                .store-locate-detail .map-box .map-pin.pin20.green {
                    background-image: url(../images/pins/green20.png);
                }

                .store-locate-detail .map-box .map-pin.pin20.yellow {
                    background-image: url(../images/pins/yellow20.png);
                }

            .store-locate-detail .map-box .map-pin.pin21 {
                background-image: url(../images/pins/pin21.png);
            }

                .store-locate-detail .map-box .map-pin.pin21.green {
                    background-image: url(../images/pins/green21.png);
                }

                .store-locate-detail .map-box .map-pin.pin21.yellow {
                    background-image: url(../images/pins/yellow21.png);
                }

            .store-locate-detail .map-box .map-pin.pin22 {
                background-image: url(../images/pins/pin22.png);
            }

                .store-locate-detail .map-box .map-pin.pin22.green {
                    background-image: url(../images/pins/green22.png);
                }

                .store-locate-detail .map-box .map-pin.pin22.yellow {
                    background-image: url(../images/pins/yellow22.png);
                }

            .store-locate-detail .map-box .map-pin.pin23 {
                background-image: url(../images/pins/pin23.png);
            }

                .store-locate-detail .map-box .map-pin.pin23.green {
                    background-image: url(../images/pins/green23.png);
                }

                .store-locate-detail .map-box .map-pin.pin23.yellow {
                    background-image: url(../images/pins/yellow23.png);
                }

            .store-locate-detail .map-box .map-pin.pin24 {
                background-image: url(../images/pins/pin24.png);
            }

                .store-locate-detail .map-box .map-pin.pin24.green {
                    background-image: url(../images/pins/green24.png);
                }

                .store-locate-detail .map-box .map-pin.pin24.yellow {
                    background-image: url(../images/pins/yellow24.png);
                }

            .store-locate-detail .map-box .map-pin.pin25 {
                background-image: url(../images/pins/pin25.png);
            }

                .store-locate-detail .map-box .map-pin.pin25.green {
                    background-image: url(../images/pins/green25.png);
                }

                .store-locate-detail .map-box .map-pin.pin25.yellow {
                    background-image: url(../images/pins/yellow25.png);
                }

            .store-locate-detail .map-box .map-pin.pin26 {
                background-image: url(../images/pins/pin26.png);
            }

                .store-locate-detail .map-box .map-pin.pin26.green {
                    background-image: url(../images/pins/green26.png);
                }

                .store-locate-detail .map-box .map-pin.pin26.yellow {
                    background-image: url(../images/pins/yellow26.png);
                }

            .store-locate-detail .map-box .map-pin.pin27 {
                background-image: url(../images/pins/pin27.png);
            }

                .store-locate-detail .map-box .map-pin.pin27.green {
                    background-image: url(../images/pins/green27.png);
                }

                .store-locate-detail .map-box .map-pin.pin27.yellow {
                    background-image: url(../images/pins/yellow27.png);
                }

            .store-locate-detail .map-box .map-pin.pin28 {
                background-image: url(../images/pins/pin28.png);
            }

                .store-locate-detail .map-box .map-pin.pin28.green {
                    background-image: url(../images/pins/green28.png);
                }

                .store-locate-detail .map-box .map-pin.pin28.yellow {
                    background-image: url(../images/pins/yellow28.png);
                }

            .store-locate-detail .map-box .map-pin.pin29 {
                background-image: url(../images/pins/pin29.png);
            }

                .store-locate-detail .map-box .map-pin.pin29.green {
                    background-image: url(../images/pins/green29.png);
                }

                .store-locate-detail .map-box .map-pin.pin29.yellow {
                    background-image: url(../images/pins/yellow29.png);
                }

            .store-locate-detail .map-box .map-pin.pin30 {
                background-image: url(../images/pins/pin30.png);
            }

                .store-locate-detail .map-box .map-pin.pin30.green {
                    background-image: url(../images/pins/green30.png);
                }

                .store-locate-detail .map-box .map-pin.pin30.yellow {
                    background-image: url(../images/pins/yellow30.png);
                }

            .store-locate-detail .map-box .map-pin.pin31 {
                background-image: url(../images/pins/pin31.png);
            }

                .store-locate-detail .map-box .map-pin.pin31.green {
                    background-image: url(../images/pins/green31.png);
                }

                .store-locate-detail .map-box .map-pin.pin31.yellow {
                    background-image: url(../images/pins/yellow31.png);
                }

            .store-locate-detail .map-box .map-pin.pin32 {
                background-image: url(../images/pins/pin32.png);
            }

                .store-locate-detail .map-box .map-pin.pin32.green {
                    background-image: url(../images/pins/green32.png);
                }

                .store-locate-detail .map-box .map-pin.pin32.yellow {
                    background-image: url(../images/pins/yellow32.png);
                }

            .store-locate-detail .map-box .map-pin.pin33 {
                background-image: url(../images/pins/pin33.png);
            }

                .store-locate-detail .map-box .map-pin.pin33.green {
                    background-image: url(../images/pins/green33.png);
                }

                .store-locate-detail .map-box .map-pin.pin33.yellow {
                    background-image: url(../images/pins/yellow33.png);
                }

            .store-locate-detail .map-box .map-pin.pin34 {
                background-image: url(../images/pins/pin34.png);
            }

                .store-locate-detail .map-box .map-pin.pin34.green {
                    background-image: url(../images/pins/green34.png);
                }

                .store-locate-detail .map-box .map-pin.pin34.yellow {
                    background-image: url(../images/pins/yellow34.png);
                }

            .store-locate-detail .map-box .map-pin.pin35 {
                background-image: url(../images/pins/pin35.png);
            }

                .store-locate-detail .map-box .map-pin.pin35.green {
                    background-image: url(../images/pins/green35.png);
                }

                .store-locate-detail .map-box .map-pin.pin35.yellow {
                    background-image: url(../images/pins/yellow35.png);
                }

            .store-locate-detail .map-box .map-pin.pin36 {
                background-image: url(../images/pins/pin36.png);
            }

                .store-locate-detail .map-box .map-pin.pin36.green {
                    background-image: url(../images/pins/green36.png);
                }

                .store-locate-detail .map-box .map-pin.pin36.yellow {
                    background-image: url(../images/pins/yellow36.png);
                }

            .store-locate-detail .map-box .map-pin.pin37 {
                background-image: url(../images/pins/pin37.png);
            }

                .store-locate-detail .map-box .map-pin.pin37.green {
                    background-image: url(../images/pins/green37.png);
                }

                .store-locate-detail .map-box .map-pin.pin37.yellow {
                    background-image: url(../images/pins/yellow37.png);
                }

            .store-locate-detail .map-box .map-pin.pin38 {
                background-image: url(../images/pins/pin38.png);
            }

                .store-locate-detail .map-box .map-pin.pin38.green {
                    background-image: url(../images/pins/green38.png);
                }

                .store-locate-detail .map-box .map-pin.pin38.yellow {
                    background-image: url(../images/pins/yellow38.png);
                }

            .store-locate-detail .map-box .map-pin.pin39 {
                background-image: url(../images/pins/pin39.png);
            }

                .store-locate-detail .map-box .map-pin.pin39.green {
                    background-image: url(../images/pins/green39.png);
                }

                .store-locate-detail .map-box .map-pin.pin39.yellow {
                    background-image: url(../images/pins/yellow39.png);
                }

            .store-locate-detail .map-box .map-pin.pin40 {
                background-image: url(../images/pins/pin40.png);
            }

                .store-locate-detail .map-box .map-pin.pin40.green {
                    background-image: url(../images/pins/green40.png);
                }

                .store-locate-detail .map-box .map-pin.pin40.yellow {
                    background-image: url(../images/pins/yellow40.png);
                }

            .store-locate-detail .map-box .map-pin.user {
                background-image: url(../images/pins/user-pin2.png);
                width: 25px;
                height: 32px;
                left: 183px;
                top: 136px;
            }

.locate-item {
    border-bottom: 1px solid #dcdfe1;
    padding: 26px 0;
}

    .locate-item .map-info {
        text-align: center;
        width: 49px;
        color: #505e68;
        padding: 4px 0 0;
    }

        .locate-item .map-info .ico-wrap {
            position: relative;
            line-height: 1;
            font-size: 53px;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 6px;
            z-index: 2;
        }

        .locate-item .map-info .num {
            position: absolute;
            top: 12px;
            left: 0;
            right: 0;
            text-align: center;
            font: 500 13px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        }

        .locate-item .map-info .km-info {
            display: block;
            font-size: 12px;
            line-height: 18px;
            position: relative;
            z-index: 1;
        }

    .locate-item .location-detail {
        overflow: hidden;
        font-size: 14px;
        line-height: 18px;
        padding-left: 30px;
    }

    .locate-item .name {
        display: block;
        font-family: "Ubuntu";
        font-weight: 500;
    }

    .locate-item address {
        line-height: 18px;
        margin-bottom: 7px;
    }

    .locate-item .email-wrap {
        margin-bottom: 14px;
    }

    .locate-item .link-wrap {
        margin-bottom: 2px;
    }

        .locate-item .link-wrap a:first-child {
            margin-right: 10px;
        }

        .locate-item .link-wrap a i,
        .locate-item .link-wrap a span {
            display: inline-block;
            vertical-align: middle;
        }

        .locate-item .link-wrap .primary:hover,
        .locate-item .link-wrap .primary:focus {
            color: #505e68;
        }

        .locate-item .link-wrap .fa-info-circle {
            font-size: 16px;
        }

        .locate-item .link-wrap .my-store {
            color: #505e68;
        }

            .locate-item .link-wrap .my-store:hover,
            .locate-item .link-wrap .my-store:focus {
                color: #f78f1e;
            }

.location-list-holder {
    padding: 15px 0 0;
}

    .location-list-holder h2 {
        font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.02em;
        border-bottom: 1px solid #dcdfe1;
        padding: 0 0 10px;
        margin: 0;
    }

    .location-list-holder .location-item-box {
        font-size: 14px;
        line-height: 18px;
        border-bottom: 1px solid #dcdfe1;
        padding: 25px 0 27px;
    }

        .location-list-holder .location-item-box .name {
            display: block;
            font-family: "Ubuntu";
            font-weight: 500;
        }

        .location-list-holder .location-item-box address {
            line-height: 18px;
            margin-bottom: 7px;
        }

        .location-list-holder .location-item-box .email-wrap {
            margin-bottom: 14px;
        }

        .location-list-holder .location-item-box .link-wrap {
            margin-bottom: 2px;
        }

            .location-list-holder .location-item-box .link-wrap a:first-child {
                margin-right: 10px;
            }

            .location-list-holder .location-item-box .link-wrap a i,
            .location-list-holder .location-item-box .link-wrap a span {
                display: inline-block;
                vertical-align: middle;
            }

            .location-list-holder .location-item-box .link-wrap .primary:hover,
            .location-list-holder .location-item-box .link-wrap .primary:focus {
                color: #505e68;
            }

            .location-list-holder .location-item-box .link-wrap .fa-info-circle {
                font-size: 16px;
            }

            .location-list-holder .location-item-box .link-wrap .my-store {
                color: #505e68;
            }

                .location-list-holder .location-item-box .link-wrap .my-store:hover,
                .location-list-holder .location-item-box .link-wrap .my-store:focus {
                    color: #f78f1e;
                }

.store-detail-holder {
    padding: 11px 0 44px;
}

    .store-detail-holder h1 {
        font: 500 18px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: capitalize;
        margin-bottom: 7px;
        letter-spacing: -.02em;
    }

    .store-detail-holder .header-address {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 13px;
    }

    .store-detail-holder .store-top-detail {
        overflow: hidden;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 30px;
    }

        .store-detail-holder .store-top-detail .img-wrap {
            margin: 0 0 12px;
        }

            .store-detail-holder .store-top-detail .img-wrap img {
                width: 100%;
                height: auto;
            }

        .store-detail-holder .store-top-detail .contact-info {
            margin-bottom: 29px;
        }

        .store-detail-holder .store-top-detail .tel-wrap {
            margin-right: 12px;
        }

        .store-detail-holder .store-top-detail .btn-make {
            font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
            width: 100%;
            border-radius: 12px;
            padding: 10px 5px;
            display: block;
        }

    .store-detail-holder .open-info-box {
        margin: 0 -15px;
        padding: 12px 15px 29px;
    }

        .store-detail-holder .open-info-box .opening-info {
            display: block;
            font-weight: 500;
            font-family: "Ubuntu";
            margin: 0 0 6px;
        }

        .store-detail-holder .open-info-box dl {
            margin: 0;
        }

            .store-detail-holder .open-info-box dl dt,
            .store-detail-holder .open-info-box dl dd {
                line-height: 18px;
            }

            .store-detail-holder .open-info-box dl dt {
                float: left;
                font-weight: 400;
                clear: left;
                width: 36%;
                padding-right: 5px;
            }

            .store-detail-holder .open-info-box dl dd {
                overflow: hidden;
            }

    .store-detail-holder .tab-holder {
        margin-bottom: 30px;
    }

    .store-detail-holder .details-tab > li {
        font-size: 14px;
        width: 50%;
    }

        .store-detail-holder .details-tab > li:first-child {
            width: 50%;
        }

    .store-detail-holder .panel {
        box-shadow: none;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    .store-detail-holder .map-box {
        position: relative;
        border: 1px solid #dcdfe1;
        overflow: hidden;
        margin: 13px 0 30px;
    }

        .store-detail-holder .map-box img {
            width: 100%;
            height: auto;
        }

        .store-detail-holder .map-box .map-pin {
            font-size: 0;
            line-height: 0;
            position: absolute;
            z-index: 2;
            background: url(../images/pins/pin-blank.png) 0 0/cover no-repeat;
            width: 34px;
            height: 44px;
            top: 123px;
            left: 147px;
        }

            .store-detail-holder .map-box .map-pin:hover {
                opacity: .9;
            }

            .store-detail-holder .map-box .map-pin:focus {
                outline: none;
            }

.workshops-holder {
    padding-top: 11px;
    margin-top: 14px;
}

    .workshops-holder:first-child {
        margin-top: 0;
    }

    .workshops-holder .date {
        line-height: 1;
        font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.02em;
        border-bottom: 1px solid #dcdfe1;
        display: block;
        padding: 0 0 13px;
    }

.workshops-item {
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #dcdfe1;
    padding: 12px 0 15px;
}

    .workshops-item .time {
        display: block;
        color: #f78f1e;
        font-family: "Ubuntu";
        font-weight: 700;
    }

    .workshops-item .title {
        display: block;
        text-transform: uppercase;
        font-family: "Ubuntu";
        font-weight: 700;
    }

    .workshops-item .web-code {
        display: block;
        font-size: 12px;
        line-height: 18px;
        display: block;
        margin: 0 0 6px;
    }

    .workshops-item .img-wrap {
        margin: 3px 0 11px;
    }

        .workshops-item .img-wrap img {
            width: 100%;
            height: auto;
        }

    .workshops-item .current-price,
    .workshops-item .save-info {
        display: block;
        font-weight: 600;
    }

        .workshops-item .current-price .price-unit {
            font-size: 12px;
        }

    .workshops-item .save-info {
        color: #f83b1e;
        margin: 0 0 9px;
        text-transform: uppercase;
    }

    .workshops-item .rating-holder {
        margin-bottom: 12px;
    }

        .workshops-item .rating-holder .rating {
            color: #f78f1e;
            margin-right: -2px;
        }

            .workshops-item .rating-holder .rating i {
                margin: 0 2px 0 1px;
            }

            .workshops-item .rating-holder .rating .empty {
                color: #dcdfe1;
            }

        .workshops-item .rating-holder .link {
            margin-left: 2px;
        }

    .workshops-item .write-review {
        margin-bottom: 13px;
        display: inline-block;
        vertical-align: top;
    }

    .workshops-item .desc p {
        margin-bottom: 14px;
    }

    .workshops-item .workshop-footer {
        overflow: hidden;
    }

    .workshops-item .num-info {
        float: left;
        padding: 1px 0;
    }

        .workshops-item .num-info strong {
            display: inline-block;
            vertical-align: middle;
            font-weight: 400;
        }

        .workshops-item .num-info .num-count {
            height: 28px;
            width: 42px;
            text-align: center;
            padding: 5px 3px;
            border: 1px solid #dcdfe1;
            display: inline-block;
            vertical-align: middle;
            margin: 0 31px 0 15px;
            background: #fff;
            color: #505e68;
        }

    .workshops-item .lavel-info {
        display: block;
        color: #505e68;
    }

        .workshops-item .lavel-info .fa-envira {
            color: #8dc63f;
        }

        .workshops-item .lavel-info.intermediate .fa-envira {
            color: #ffd200;
        }

        .workshops-item .lavel-info.advanced .fa-envira {
            color: #f04d4d;
        }

    .workshops-item .btn-cart {
        border-radius: 12px;
        line-height: 20px;
        padding: 9px 5px;
        font-family: "Ubuntu";
        font-weight: 500;
        min-width: 130px;
    }

.my-account-holder {
    padding: 13px 0 0;
}

    .my-account-holder h1 {
        font: 500 19px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 30px;
    }

    .my-account-holder .header-wrap {
        border-bottom: 2px solid #dcdfe1;
        padding: 0 0 5px;
        margin: 0 0 9px;
    }

        .my-account-holder .header-wrap h2 {
            font: 500 18px/1.2 "Ubuntu", Arial, Helvetica, sans-serif;
            overflow: hidden;
            margin: 0;
        }

            .my-account-holder .header-wrap h2 span {
                font-size: 14px;
                font-family: "Source Sans Pro";
            }

        .my-account-holder .header-wrap .link {
            margin: 2px 0 0 5px;
        }

.breadcrumb {
    margin-bottom: 12px;
}

    .breadcrumb > li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.02em;
    }

        .breadcrumb > li + li:before {
            padding: 0 3px;
        }

        .breadcrumb > li.active {
            font-weight: 600;
        }

        .breadcrumb > li > a {
            color: #505e68;
        }

            .breadcrumb > li > a:hover {
                color: #f78f1e;
            }

    .breadcrumb.gift {
        padding-top: 9px;
        margin-bottom: 13px;
    }

        .breadcrumb.gift > li + li:before {
            font-family: "FontAwesome";
            content: "\F105";
            font-weight: 400;
        }

        .breadcrumb.gift > li + li.active {
            font-weight: 400;
        }

        .breadcrumb.gift > li > a {
            color: #f78f1e;
            text-decoration: underline;
        }

            .breadcrumb.gift > li > a:hover {
                text-decoration: none;
            }

.back-link {
    font-size: 14px;
    letter-spacing: -.02em;
    line-height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #505e68;
    margin: 0 15px 15px;
}

    .back-link:before {
        content: "\f0d9";
        font-family: "FontAwesome";
        color: #f78f1e;
        margin-right: 10px;
    }

    .back-link:hover {
        color: #f78f1e;
    }

.side-nav {
    margin-bottom: 26px;
}

    .side-nav ul li {
        font: 400 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
    }

    .side-nav > ul > li {
        border-bottom: 2px solid #fff;
    }

        .side-nav > ul > li:hover > a,
        .side-nav > ul > li.active > a {
            color: #505e68;
            background: #f3f3f3;
        }

        .side-nav > ul > li > a {
            color: #fff;
            display: block;
            padding: 10px 10px 10px 15px;
            background: #505e68;
        }

.profile-box {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 26px;
}

    .profile-box .profile-info {
        margin: 0;
    }

        .profile-box .profile-info > tbody > tr > td,
        .profile-box .profile-info > tbody > tr > th {
            border: none;
            padding: 5px 5px 5px 0;
        }

        .profile-box .profile-info > tbody > tr > td {
            letter-spacing: -.02em;
        }

            .profile-box .profile-info > tbody > tr > td a {
                color: inherit;
            }

                .profile-box .profile-info > tbody > tr > td a:hover {
                    text-decoration: underline;
                }

        .profile-box .profile-info > tbody > tr > th:first-child {
            font-family: "Ubuntu";
            font-weight: 500;
            width: 34%;
        }

.prchase-history {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 34px;
}

    .prchase-history .col1 {
        width: 128px;
    }

    .prchase-history .col2 {
        width: 128px;
    }

    .prchase-history .col3 {
        width: 128px;
    }

    .prchase-history .col4 {
        width: 69px;
    }

    .prchase-history .col5 {
        width: auto;
    }

    .prchase-history .table {
        margin: 0;
    }

        .prchase-history .table > thead > tr > th,
        .prchase-history .table > thead > tr > td {
            border: none;
            padding: 5px 1px 11px 0;
            font-family: "Ubuntu";
            font-weight: 500;
            line-height: 20px;
        }

        .prchase-history .table > tbody > tr > td,
        .prchase-history .table > tbody > tr > th {
            border: none;
            padding: 15px 1px 15px 0;
            line-height: 18px;
        }

        .prchase-history .table > tbody > tr > td {
            letter-spacing: -.02em;
        }

            .prchase-history .table > tbody > tr > td a {
                color: inherit;
                text-decoration: underline;
            }

                .prchase-history .table > tbody > tr > td a:hover {
                    text-decoration: none;
                }

        .prchase-history .table > tbody > tr > th:first-child {
            font-family: "Ubuntu";
            font-weight: 500;
            width: 173px;
        }

        .prchase-history .table table {
            width: 100%;
        }

    .prchase-history .purchase-empty {
        text-align: center;
        padding: 56px 0 65px;
    }

.wish-list .wish-list-empty {
    text-align: center;
    padding: 56px 0 49px;
}

    .wish-list .wish-list-empty .text {
        display: block;
        margin: 0 0 52px;
    }

    .wish-list .wish-list-empty .btn-continue {
        border-radius: 12px;
        font: 500 10px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        width: 100%;
        padding: 4px 4px 5px;
        max-width: 305px;
    }

.wish-list-item {
    overflow: hidden;
    padding: 14px 0 28px;
}

    .wish-list-item .img-holder {
        float: left;
        width: 125px;
        margin-right: 15px;
        margin: 0 16px 0 3px;
    }

        .wish-list-item .img-holder.add {
            width: 141px;
            margin: 0 13px 0 -10px;
        }

        .wish-list-item .img-holder.add1 {
            width: 125px;
            margin: 0 18px 0 0;
        }

        .wish-list-item .img-holder img {
            width: 100%;
            height: auto;
        }

    .wish-list-item .item-desc {
        overflow: hidden;
    }

    .wish-list-item .name {
        display: block;
        font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .wish-list-item .name a {
            color: #505e68;
        }

            .wish-list-item .name a:hover {
                color: #f78f1e;
            }

    .wish-list-item .web-code {
        display: block;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 8px;
    }

    .wish-list-item .price,
    .wish-list-item .save-price {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.25;
    }

    .wish-list-item .save-price {
        color: #f83b1e;
        margin: 0 0 12px;
    }

    .wish-list-item .rating-holder {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px;
    }

        .wish-list-item .rating-holder .rating {
            color: #f78f1e;
            font-size: 18px;
        }

            .wish-list-item .rating-holder .rating i {
                margin: 0 2px 0 1px;
            }

            .wish-list-item .rating-holder .rating .empty {
                color: #dcdfe1;
            }

        .wish-list-item .rating-holder .review-count {
            margin: 0 4px;
        }

        .wish-list-item .rating-holder .link {
            margin-left: 2px;
        }

    .wish-list-item .qty-info {
        font-size: 16px;
        display: block;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    .wish-list-item .btn-qty-wrap {
        overflow: hidden;
    }

    .wish-list-item .jcf-number {
        width: 108px;
        height: 34px;
        padding: 0 35px;
        position: relative;
    }

        .wish-list-item .jcf-number .jcf-btn-inc,
        .wish-list-item .jcf-number .jcf-btn-dec {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 35px;
            background: #505e68;
            text-align: center;
            border: 1px solid #505e68;
            border-width: 1px 0 1px 1px;
        }

            .wish-list-item .jcf-number .jcf-btn-inc:hover,
            .wish-list-item .jcf-number .jcf-btn-dec:hover {
                background: #f78f1e;
            }

            .wish-list-item .jcf-number .jcf-btn-inc:before,
            .wish-list-item .jcf-number .jcf-btn-dec:before {
                content: "+";
                font-size: 18px;
                line-height: 32px;
                color: #fff;
                font-weight: 700;
                cursor: default;
            }

        .wish-list-item .jcf-number .jcf-btn-inc {
            right: 0;
            border-width: 1px 1px 1px 0;
        }

        .wish-list-item .jcf-number .jcf-btn-dec {
            left: 0;
        }

            .wish-list-item .jcf-number .jcf-btn-dec:before {
                content: "-";
            }

    .wish-list-item .btn-cart {
        border-radius: 12px;
        font: 500 10px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        display: block;
        width: 144px;
        padding: 4px;
    }

.my-account-profile {
    line-height: 18px;
    margin: -9px 0 0;
    padding: 0 0 16px;
    text-align: center;
}

    .my-account-profile .form-info {
        display: block;
        font-size: 12px;
        letter-spacing: -.02em;
        margin: 0 0 21px;
    }

        .my-account-profile .form-info span {
            color: #f78f1e;
        }

    .my-account-profile .form-group {
        margin-bottom: 16px;
    }

    .my-account-profile label {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 3px;
    }

        .my-account-profile label span {
            color: #f78f1e;
        }

    .my-account-profile .error-text {
        color: #f83b1e;
        line-height: 18px;
        padding-top: 3px;
    }

    .my-account-profile .input-error .form-control {
        border-color: #f83b1e;
    }

    .my-account-profile .form-control {
        background: #f3f3f3;
        height: 28px;
        line-height: 20px;
        padding: 3px 7px;
    }

        .my-account-profile .form-control:focus {
            border-color: transparent;
        }

    .my-account-profile .password {
        position: relative;
    }

        .my-account-profile .password .show-password {
            position: absolute;
            top: 1px;
            right: 1px;
            bottom: 1px;
            background: #505e68;
            color: #fff;
            width: 27px;
            text-align: center;
            line-height: 26px;
        }

            .my-account-profile .password .show-password:hover {
                background: #3a444b;
            }

    .my-account-profile .check-wrap {
        overflow: hidden;
        position: relative;
        padding: 8px 0 0 28px;
        margin: 0 0 15px;
    }

        .my-account-profile .check-wrap label {
            display: inline;
            font-weight: 400;
        }

        .my-account-profile .check-wrap [type="checkbox"] {
            position: fixed;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: -1;
        }

            .my-account-profile .check-wrap [type="checkbox"]:checked + .fake-input .fa-square-o:before {
                content: "\f046";
            }

        .my-account-profile .check-wrap .fake-input {
            position: absolute;
            top: 10px;
            left: 1px;
            color: #505e68;
            line-height: 1;
        }

    .my-account-profile .privacy-policy {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 28px;
    }

    .my-account-profile .btn-wrap {
        font-size: 0;
    }

    .my-account-profile .btn {
        border-radius: 12px;
        font: 500 10px/21px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 4px;
        min-width: 120px;
    }

    .my-account-profile .btn-cancel {
        width: 115px;
        margin-right: 12px;
    }

    .my-account-profile .btn-save {
        width: 155px;
    }

.saved-modal {
    text-align: center;
}

    .saved-modal .modal-content {
        box-shadow: none;
        background: #fbfbfb;
        border: 2px solid #505e68;
        border-radius: 0;
    }

    .saved-modal .modal-body {
        padding: 15px 19px;
    }

    .saved-modal .close-modal {
        border: none;
        outline: none;
        background: none;
        padding: 0;
        margin: 0;
        float: right;
        color: #505e68;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 27px;
    }

        .saved-modal .close-modal:hover {
            color: #f78f1e;
        }

    .saved-modal .text {
        display: block;
        clear: both;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 19px;
    }

    .saved-modal .btn {
        border-radius: 12px;
        font: 500 10px/21px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 4px;
        min-width: 120px;
        margin: 0 0 20px;
    }

.saved-address-container {
    padding: 2px 0 20px;
    margin-top: -16px;
}

    .saved-address-container .btn-wrap {
        border-bottom: 1px solid #dcdfe1;
        padding: 0 0 41px;
        margin: 0 0 20px;
    }

    .saved-address-container .btn-add-new {
        border-radius: 12px;
        font: 500 10px/21px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 4px;
        min-width: 150px;
    }

.saved-address-item {
    overflow: hidden;
    display: block;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 1.28571;
    margin-bottom: 28px;
}

    .saved-address-item [type="radio"] {
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
    }

        .saved-address-item [type="radio"]:checked + .holder {
            border-color: #f78f1e;
        }

            .saved-address-item [type="radio"]:checked + .holder .fake-input .fa-circle-o:before {
                content: "\f192";
            }

    .saved-address-item .holder {
        display: block;
        border: 1px solid #dcdfe1;
        padding: 14px 25px;
    }

    .saved-address-item .address-title {
        display: block;
        font: 500 16px/1.25 "Ubuntu", Arial, Helvetica, sans-serif;
        letter-spacing: -.02em;
    }

    .saved-address-item .info-text {
        display: block;
        font-size: 12px;
        letter-spacing: -.02em;
        margin: 0 0 13px;
    }

    .saved-address-item .address {
        display: block;
        margin: 0 0 18px;
    }

    .saved-address-item .tel {
        display: inline-block;
        vertical-align: top;
        color: #505e68;
        margin: 0 0 17px;
    }

        .saved-address-item .tel:hover {
            color: #f78f1e;
        }

    .saved-address-item .link-wrap {
        display: block;
        margin: 0 0 34px;
    }

        .saved-address-item .link-wrap a {
            margin: 0 1px;
        }

        .saved-address-item .link-wrap .sep {
            margin: 0 7px;
        }

    .saved-address-item .fake-label {
        position: relative;
        display: block;
        letter-spacing: -.02em;
        line-height: 17px;
        padding: 0 0 0 24px;
        margin-bottom: 18px;
    }

    .saved-address-item .fake-input {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 18px;
        color: #505e68;
    }

.address-edit-modal .modal-content {
    box-shadow: none;
    background: #fbfbfb;
    border: 2px solid #505e68;
    border-radius: 0;
}

.address-edit-modal .modal-body {
    padding: 22px;
}

.address-edit-modal .close-modal {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    float: right;
    color: #505e68;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

    .address-edit-modal .close-modal:hover {
        color: #f78f1e;
    }

.address-edit-modal form {
    max-width: 362px;
    margin: 0 auto;
    clear: both;
}

.address-edit-modal .title {
    clear: both;
    margin: 0 0 13px;
    font-size: 18px;
}

.address-edit-modal .form-info {
    display: block;
    font-size: 12px;
    letter-spacing: -.02em;
    margin: 0 0 21px;
}

    .address-edit-modal .form-info span {
        color: #f78f1e;
    }

.address-edit-modal .form-group {
    margin-bottom: 1.55em;
}

.address-edit-modal label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

    .address-edit-modal label span {
        color: #f78f1e;
    }

.address-edit-modal .error-text {
    color: #f83b1e;
    line-height: 18px;
    padding-top: 3px;
}

.address-edit-modal .input-error .form-control {
    border-color: #f83b1e;
}

.address-edit-modal .form-control {
    background: #f3f3f3;
    height: 28px;
    line-height: 20px;
    padding: 3px 7px;
}

    .address-edit-modal .form-control:focus {
        border-color: transparent;
    }

.address-edit-modal .check-wrap {
    overflow: hidden;
    position: relative;
    padding: 13px 0 0 28px;
    margin: 0 0 36px;
}

    .address-edit-modal .check-wrap label {
        display: inline;
        font-weight: 400;
    }

    .address-edit-modal .check-wrap [type="checkbox"] {
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
    }

        .address-edit-modal .check-wrap [type="checkbox"]:checked + .fake-input .fa-square-o:before {
            content: "\f046";
        }

    .address-edit-modal .check-wrap .fake-input {
        position: absolute;
        top: 16px;
        left: 1px;
        color: #505e68;
        line-height: 1;
    }

.address-edit-modal .btn-wrap {
    text-align: center;
    padding: 0 0 34px;
}

    .address-edit-modal .btn-wrap .link,
    .address-edit-modal .btn-wrap .btn {
        display: inline-block;
        vertical-align: middle;
    }

    .address-edit-modal .btn-wrap .link {
        margin: 0 45px 0 16px;
    }

.address-edit-modal .btn {
    border-radius: 12px;
    font: 500 10px/21px "Ubuntu", Arial, Helvetica, sans-serif;
    padding: 4px;
    min-width: 131px;
}

.gift-cards-block .top-text {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 16px;
}

.gift-cards-block h1 {
    font-size: 18px;
    letter-spacing: -.04em;
    font-weight: 500;
    margin-bottom: 9px;
}

.gift-cards-block h2 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 7px;
}

.gift-cards-block .form-field-info {
    font-size: 12px;
    padding-top: 4px;
    line-height: 1.25;
    letter-spacing: -.02em;
}

    .gift-cards-block .form-field-info span {
        color: #f78f1e;
    }

.gift-cards-block .main-heading {
    margin-bottom: 10px;
}

.gift-cards-block .gift-card-balance {
    border-top: 1px solid #dcdfe1;
    font-size: 14px;
    line-height: 18px;
    padding: 29px 0 30px;
}

    .gift-cards-block .gift-card-balance p {
        margin-bottom: 25px;
    }

.gift-cards-block.egift .top-text {
    border-bottom: 1px solid #dcdfe1;
    margin-bottom: 15px;
}

.gift-cards-block .img-container {
    text-align: center;
}

    .gift-cards-block .img-container .img-holder {
        margin: 0 auto 11px;
        max-width: 140px;
    }

        .gift-cards-block .img-container .img-holder img {
            width: 100%;
            height: auto;
        }

    .gift-cards-block .img-container .value-text {
        font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
    }

.gift-cards-block form {
    font-size: 14px;
    line-height: 18px;
}

.gift-cards-block .label-title {
    display: block;
    font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
    margin: 0 0 12px;
}

    .gift-cards-block .label-title > span {
        color: #f78f1e;
    }

.gift-cards-block .radio-wrap {
    position: relative;
    padding-left: 17px;
    margin: 0 0 10px;
}

    .gift-cards-block .radio-wrap + .radio-wrap {
        margin-bottom: 25px;
    }

    .gift-cards-block .radio-wrap label {
        display: inline;
        font-weight: 400;
        margin: 0;
    }

        .gift-cards-block .radio-wrap label strong {
            font-weight: 600;
        }

    .gift-cards-block .radio-wrap [type="radio"] {
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
    }

        .gift-cards-block .radio-wrap [type="radio"]:checked + .fake-input .fa-circle-thin:before {
            content: "\f192";
        }

    .gift-cards-block .radio-wrap .fake-input {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 18px;
        color: #505e68;
    }

.gift-cards-block .form-group {
    margin-bottom: 12px;
}

.gift-cards-block label {
    font-weight: 400;
    margin-bottom: 2px;
}

    .gift-cards-block label > span {
        color: #f78f1e;
    }

.gift-cards-block .form-control {
    box-shadow: none;
    background: #f3f3f3;
    border-color: transparent;
}

.gift-cards-block .message-wrap {
    margin-bottom: 29px;
}

    .gift-cards-block .message-wrap .info-holder {
        overflow: hidden;
        font-size: 14px;
        line-height: 18px;
    }

    .gift-cards-block .message-wrap .text {
        overflow: hidden;
        color: #6e818f;
        font-style: italic;
    }

    .gift-cards-block .message-wrap .character-count {
        float: right;
        margin-left: 5px;
    }

        .gift-cards-block .message-wrap .character-count .remaning {
            color: #f78f1e;
        }

.gift-cards-block textarea.form-control {
    min-height: 95px;
    width: 100% !important;
    margin-bottom: 1px;
}

.gift-cards-block .btn {
    width: 100%;
    border-radius: 12px;
    font: 500 14px/28px "Ubuntu", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

    .gift-cards-block .btn.btn-check-balance {
        font: 500 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 10px;
        width: 100%;
    }

.gift-cards-slide {
    position: relative;
    padding: 0 10px;
    margin: 0 auto 24px;
    max-width: 400px;
}

    .gift-cards-slide:before,
    .gift-cards-slide:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        background: #fff;
        width: 22px;
        z-index: 2;
    }

    .gift-cards-slide:before {
        left: 0;
    }

    .gift-cards-slide:after {
        right: 0;
    }

    .gift-cards-slide.egift {
        margin-bottom: 27px;
    }

    .gift-cards-slide .slide {
        width: 135px;
    }

    .gift-cards-slide .btn-prev,
    .gift-cards-slide .btn-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        line-height: 1;
        display: none;
        position: absolute;
        top: 50%;
        font-size: 16px;
        color: #6e818f;
        z-index: 3;
    }

        .gift-cards-slide .btn-prev:hover,
        .gift-cards-slide .btn-prev:focus,
        .gift-cards-slide .btn-next:hover,
        .gift-cards-slide .btn-next:focus {
            color: #f78f1e;
        }

    .gift-cards-slide .btn-prev {
        left: 0;
    }

    .gift-cards-slide .btn-next {
        right: 0;
    }

.gift-card-item {
    text-align: center;
}

    .gift-card-item .img-holder {
        max-width: 184px;
        margin: 0 auto 12px;
    }

        .gift-card-item .img-holder.pre {
            max-width: 182px;
        }

        .gift-card-item .img-holder img {
            width: 100%;
            height: auto;
        }

    .gift-card-item .name {
        display: block;
        text-transform: uppercase;
        font: 500 12px/14px "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 2px;
    }

        .gift-card-item .name a {
            color: #505e68;
        }

            .gift-card-item .name a:hover {
                color: #f78f1e;
            }

    .gift-card-item .price {
        display: block;
        font: 400 12px/14px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 6px;
        margin: 0 0 8px;
    }

        .gift-card-item .price.highlight {
            color: #323b42;
            background: #f3f3f3;
            margin: 10px 0 17px;
        }

    .gift-card-item .card-footer {
        border-top: 1px solid #dcdfe1;
        padding: 12px 0 0;
    }

    .gift-card-item .add-cart {
        font-size: 13px;
    }

        .gift-card-item .add-cart .icon-cart {
            margin: 0 6px 0 1px;
        }

.rental-container {
    position: relative;
    padding: 2px 0 0;
}

    .rental-container .rental-logo {
        margin: 0 auto 15px;
        width: 134px;
    }

        .rental-container .rental-logo img {
            width: 100%;
            height: auto;
        }

    .rental-container .rental-contact-info {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        border: 1px solid #dcdfe1;
        border-width: 1px 0;
        margin: 0 0 30px;
        padding: 9px 0 1px;
    }

        .rental-container .rental-contact-info .row-wrap {
            margin: 0 -17px;
        }

        .rental-container .rental-contact-info .info-wrap {
            display: inline-block;
            vertical-align: top;
            margin: 0 7px 8px;
        }

            .rental-container .rental-contact-info .info-wrap strong {
                font-weight: 600;
            }

    .rental-container .rental-reservation .img-holder {
        margin-bottom: 15px;
        overflow: hidden;
    }

        .rental-container .rental-reservation .img-holder img {
            width: 100%;
            height: auto;
        }

        .rental-container .rental-reservation .img-holder .img {
            position: relative;
            left: 50%;
            min-width: 298px;
        }

            .rental-container .rental-reservation .img-holder .img img {
                margin-left: -50%;
            }

    .rental-container .reservation-detail-box {
        background: #323b42;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        padding: 15px 15px 10px;
        margin-bottom: 30px;
    }

        .rental-container .reservation-detail-box .time-row {
            margin-bottom: 7px;
        }

        .rental-container .reservation-detail-box .title {
            display: block;
            font-family: "Ubuntu";
            font-weight: 500;
            margin: 0 0 7px;
        }

        .rental-container .reservation-detail-box .day {
            font-weight: 600;
        }

    .rental-container .more-options {
        border: 2px solid #dcdfe1;
        background: #f3f3f3;
        margin: 0 0 30px;
    }

        .rental-container .more-options .options-holder {
            display: table;
            table-layout: fixed;
            width: 100%;
            border-top: 2px solid #fff;
        }

            .rental-container .more-options .options-holder:first-child {
                border: none;
            }

            .rental-container .more-options .options-holder .option-itme {
                display: table-cell;
                width: 50%;
                vertical-align: middle;
                text-align: center;
                height: 37px;
                border-left: 2px solid #fff;
                padding: 0 8px;
            }

                .rental-container .more-options .options-holder .option-itme:first-child {
                    border: none;
                }

                .rental-container .more-options .options-holder .option-itme.column-3 {
                    width: 33.33%;
                }

        .rental-container .more-options .option-link {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding: 0 0 0 22px;
            color: #6e818f;
            line-height: 1;
            text-align: left;
            font-size: 13px;
        }

            .rental-container .more-options .option-link:hover {
                color: #f78f1e;
            }

            .rental-container .more-options .option-link i {
                -webkit-transform: translate(-100%, -50%);
                -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%);
                position: absolute;
                top: 50%;
                left: 22px;
                margin-left: -4px;
                font-size: 14px;
            }

.rental-detail-container {
    padding-bottom: 30px;
}

    .rental-detail-container .panel {
        box-shadow: none;
        margin: 0 -15px;
        border-width: 1px 0 0;
        border-bottom-color: #dcdfe1;
        border-radius: 0;
    }

        .rental-detail-container .panel:first-child {
            border-top: 1px solid #505e68;
        }

        .rental-detail-container .panel > .opener {
            display: block;
            font: 400 14px/20px "Ubuntu", Arial, Helvetica, sans-serif;
            color: #505e68;
            padding: 10px 35px 10px 15px;
            position: relative;
            outline: none;
            background: #f3f3f3;
        }

            .rental-detail-container .panel > .opener:after {
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                line-height: 1;
                content: "\e914";
                font-family: "icomoon";
                position: absolute;
                top: 50%;
                right: 15px;
                margin-top: -8px;
                font-size: 15px;
            }

            .rental-detail-container .panel > .opener.collapsed {
                color: #fff;
                background: #505e68;
            }

                .rental-detail-container .panel > .opener.collapsed:after {
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                }

                .rental-detail-container .panel > .opener.collapsed:focus {
                    color: #fff;
                }

    .rental-detail-container .rental-body {
        padding: 15px 0;
    }

    .rental-detail-container .table {
        margin: 0;
    }

        .rental-detail-container .table .col1 {
            width: 229px;
        }

        .rental-detail-container .table .col2 {
            width: 91px;
        }

        .rental-detail-container .table .col3 {
            width: 123px;
        }

        .rental-detail-container .table > thead > tr > th,
        .rental-detail-container .table > thead > tr > td,
        .rental-detail-container .table > tbody > tr > th,
        .rental-detail-container .table > tbody > tr > td {
            font-size: 14px;
            line-height: 18px;
            border: none;
            padding: 5px 15px;
        }

        .rental-detail-container .table > thead > tr > th {
            background: #f78f1e;
            color: #fff;
            font-weight: 700;
        }

        .rental-detail-container .table > tbody > tr {
            background: #f3f3f3;
        }

            .rental-detail-container .table > tbody > tr:nth-of-type(2n+1) {
                background: #fff;
            }

.compare-product-modal .modal-lg {
    max-width: 940px;
    width: 100%;
}

.compare-product-modal .modal-content {
    border-width: 0;
}

.compare-product-modal .modal-close {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
}

.compare-product-wrap .sub-title {
    background: #323b42;
    padding: 11px 60px 12px 15px;
    margin: 0 0 14px;
}

    .compare-product-wrap .sub-title strong {
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        float: left;
        font-family: "Ubuntu";
    }

        .compare-product-wrap .sub-title strong span {
            font-style: normal;
            color: #f78f1e;
            font-family: "Source Sans Pro";
        }

    .compare-product-wrap .sub-title a {
        float: right;
        font-size: 16px;
        color: #fff;
    }

        .compare-product-wrap .sub-title a i {
            margin: 0 3px 0 0;
        }

.compare-product-wrap .compare-table {
    width: 100%;
    border-collapse: collapse;
    color: #505e68;
    font-size: 14px;
    font-family: "Source Sans Pro";
    font-weight: bold;
    margin: 0 0 20px;
}

    .compare-product-wrap .compare-table tr:nth-child(2n) td {
        background: #f3f3f3;
    }

    .compare-product-wrap .compare-table thead th {
        border-bottom: 1px solid #dcdfe1;
        padding: 0 7px;
    }

        .compare-product-wrap .compare-table thead th:first-child {
            padding: 0;
        }

    .compare-product-wrap .compare-table tbody tr:first-child td {
        padding: 20px 7px 9px;
        vertical-align: top;
    }

        .compare-product-wrap .compare-table tbody tr:first-child td:first-child {
            padding: 20px 7px 9px 17px;
        }

    .compare-product-wrap .compare-table td {
        width: 20%;
        padding: 8px 7px;
    }

        .compare-product-wrap .compare-table td:first-child {
            padding: 8px 7px 8px 17px;
        }

    .compare-product-wrap .compare-table .price,
    .compare-product-wrap .compare-table .save-price {
        font-family: "Ubuntu";
        font-weight: lighter;
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

    .compare-product-wrap .compare-table .save-price {
        text-transform: uppercase;
        color: #f04d4d;
    }

.compare-product-wrap .product-box {
    position: relative;
    padding: 15px 0 0 0;
}

    .compare-product-wrap .product-box .image-holder {
        text-align: center;
        margin: 0 0 10px;
    }

        .compare-product-wrap .product-box .image-holder img {
            vertical-align: top;
            width: 120px;
            height: 120px;
        }

.compare-product-wrap .item-desc strong a {
    display: block;
    color: #505e68;
    text-transform: uppercase;
    font-family: "Ubuntu";
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 4px;
}

    .compare-product-wrap .item-desc strong a:hover {
        color: #f78f1e;
    }

.compare-product-wrap .item-desc .web-code {
    display: block;
    color: #505e68;
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 16px;
}

.compare-product-wrap .delete {
    position: absolute;
    top: 0;
    right: 7px;
    color: #dcdfe1;
    font-weight: bold;
}

    .compare-product-wrap .delete:hover {
        color: #f78f1e;
    }

.compare-product-wrap .item-footer {
    padding: 8px 0 12px 0;
    font-size: 13px;
}

    .compare-product-wrap .item-footer .link-cart {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 22px;
        position: relative;
        margin: 0 8px 0 0;
        letter-spacing: -.6px;
    }

        .compare-product-wrap .item-footer .link-cart i {
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 12px;
        }

        .compare-product-wrap .item-footer .link-cart .fa {
            font-size: 14px;
        }

        .compare-product-wrap .item-footer .link-cart .icon-cart {
            left: 0;
        }

.compare-product-wrap .stock-availability {
    display: block;
    border-left: 15px solid #8dc63f;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

    .compare-product-wrap .stock-availability.unavailable {
        border-left-color: #6e818f;
    }

    .compare-product-wrap .stock-availability.low {
        border-left-color: #ffd200;
    }

    .compare-product-wrap .stock-availability i {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        color: #fff;
        left: -7px;
        font-size: 11px;
    }

.compare-product-wrap .shipping {
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: lighter;
}

.compare-product-wrap .rating-holder {
    font-size: 14px;
}

    .compare-product-wrap .rating-holder .rating {
        color: #f78f1e;
    }

        .compare-product-wrap .rating-holder .rating i {
            margin: 0 2px 0 1px;
        }

        .compare-product-wrap .rating-holder .rating .empty {
            color: #dcdfe1;
        }

    .compare-product-wrap .rating-holder .link {
        margin-left: 2px;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

        .compare-product-wrap .rating-holder .link.read {
            display: none;
        }

    .compare-product-wrap .rating-holder em {
        display: inline-block;
        vertical-align: top;
        font-style: normal;
        font-size: 14px;
    }

.compare-product-wrap .offers {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    color: #f04d4d;
}

    .compare-product-wrap .offers:hover {
        color: #f78f1e;
    }

.compare-product-wrap .name-rating {
    display: none;
}

.compare-accordion .wrap {
    background: #fff;
    color: #505e68;
}

.compare-accordion li .opener {
    font-size: 16px;
}

.compare-accordion li.active .opener {
    background: #f3f3f3;
    color: #505e68;
}

.compare-accordion .performance-table {
    width: 100%;
    border-collapse: collapse;
}

    .compare-accordion .performance-table tr:nth-child(2n) td {
        background: #f3f3f3;
    }

    .compare-accordion .performance-table tr:hover td {
        background: #dcdfe1;
    }

        .compare-accordion .performance-table tr:hover td:first-child span {
            padding-left: 25px;
        }

    .compare-accordion .performance-table tr:hover .delete-product {
        left: 0;
    }

    .compare-accordion .performance-table td {
        padding: 7px 8px;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        -webkit-transition: background .2s linear;
        transition: background .2s linear;
        position: relative;
        overflow: hidden;
    }

        .compare-accordion .performance-table td:first-child {
            font-weight: bold;
            width: 18%;
        }

            .compare-accordion .performance-table td:first-child span {
                -webkit-transition: padding .2s linear;
                transition: padding .2s linear;
                display: block;
                font-size: 13px;
            }

.compare-accordion .delete-product {
    font-weight: normal;
    color: #fff;
    background: #6e818f;
    position: absolute;
    top: 0;
    left: -28px;
    bottom: 0;
    width: 28px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .compare-accordion .delete-product:hover {
        background: #f78f1e;
    }

    .compare-accordion .delete-product i {
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.questions-box {
    border-top: 1px solid #f78f1e;
    padding: 13px 0;
    margin: 0 15px;
}

    .questions-box span {
        float: left;
        font-size: 14px;
        line-height: 18px;
        font-family: "Ubuntu";
    }

    .questions-box a {
        float: right;
        font-size: 13px;
        color: #f78f1e;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
        line-height: 18px;
        margin-left: 30px;
    }

        .questions-box a:hover {
            color: #505e68;
        }

    .questions-box i {
        margin-right: 3px;
    }

.reserve-pickup-holder {
    font-size: 14px;
    line-height: 18px;
}

    .reserve-pickup-holder .mandatory-fields {
        float: right;
        display: block;
        padding-top: 2px;
        font-size: 14px;
        letter-spacing: -.02em;
    }

        .reserve-pickup-holder .mandatory-fields span {
            color: #f78f1e;
        }

    .reserve-pickup-holder h1 {
        font: 500 18px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .reserve-pickup-holder .form-field-info {
        font-size: 14px;
        padding-top: 1px;
    }

        .reserve-pickup-holder .form-field-info span {
            color: #f78f1e;
        }

    .reserve-pickup-holder h2 {
        font: 400 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        margin-bottom: 9px;
    }

    .reserve-pickup-holder label {
        font-weight: 400;
    }

        .reserve-pickup-holder label > span {
            color: #f78f1e;
        }

            .reserve-pickup-holder label > span.dots {
                color: #505e68;
            }

    .reserve-pickup-holder .info-text {
        display: block;
        margin-bottom: 28px;
    }

    .reserve-pickup-holder .btn {
        border-radius: 0;
        font: 500 10px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        outline: none;
        border: none;
        padding: 5px 19px;
    }

        .reserve-pickup-holder .btn:focus {
            outline: none;
        }

    .reserve-pickup-holder .form-control {
        box-shadow: none;
        background: #f3f3f3;
        border-color: transparent;
    }

    .reserve-pickup-holder .check-wrap {
        overflow: hidden;
        position: relative;
        padding: 0 0 0 18px;
        margin: 0 0 31px;
    }

        .reserve-pickup-holder .check-wrap.primary .fake-input {
            color: #f78f1e;
        }

        .reserve-pickup-holder .check-wrap label {
            display: inline;
            font-weight: 400;
        }

        .reserve-pickup-holder .check-wrap [type="checkbox"] {
            position: fixed;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: -1;
        }

            .reserve-pickup-holder .check-wrap [type="checkbox"]:checked + .fake-input .fa-square-o:before {
                content: "\f14a";
                color: #f78f1e;
            }

        .reserve-pickup-holder .check-wrap .fake-input {
            position: absolute;
            top: 3px;
            left: 1px;
            color: #505e68;
            line-height: 1;
        }

    .reserve-pickup-holder.shipping h1 {
        margin-bottom: 15px;
    }

    .reserve-pickup-holder.shipping .check-wrap {
        margin-bottom: 22px;
    }

.pickup-shipping-holder {
    counter-reset: item;
    margin-bottom: 19px;
}

    .pickup-shipping-holder .panel {
        box-shadow: none;
        border-radius: 0;
        border: none;
        margin-bottom: 1px;
    }

        .pickup-shipping-holder .panel:first-child .opener {
            border-top: 1px solid #dcdfe1;
        }

            .pickup-shipping-holder .panel:first-child .opener.collapsed {
                border-color: #fff;
            }

    .pickup-shipping-holder .panel-collapse {
        padding: 15px 0 20px;
    }

    .pickup-shipping-holder .tooltip-text {
        font-style: italic;
        padding-top: 3px;
    }

    .pickup-shipping-holder .tooltip {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50% !important;
    }

    .pickup-shipping-holder .opener {
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        display: block;
        position: relative;
        font: 400 14px/24px "Ubuntu", Arial, Helvetica, sans-serif;
        padding: 8px 10px 8px 29px;
        background: #f3f3f3;
        color: #505e68;
    }

        .pickup-shipping-holder .opener:before {
            content: counters(item, ".") ".";
            counter-increment: item;
            position: absolute;
            top: 0;
            left: 15px;
            line-height: 40px;
        }

        .pickup-shipping-holder .opener.complete {
            padding-right: 40px;
        }

            .pickup-shipping-holder .opener.complete:after {
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                content: "\e91a";
                position: absolute;
                top: 50%;
                right: 15px;
                font-family: "icomoon";
                line-height: 1;
                font-size: 10px;
            }

        .pickup-shipping-holder .opener.collapsed {
            background: #505e68;
            color: #fff;
        }

    .pickup-shipping-holder .form-info {
        display: block;
        padding-bottom: 14px;
    }

        .pickup-shipping-holder .form-info strong {
            display: block;
            font-weight: 600;
            font-size: 16px;
            padding-bottom: 8px;
        }

    .pickup-shipping-holder .radio-wrap {
        position: relative;
        padding-left: 17px;
        margin: 0 0 12px;
    }

        .pickup-shipping-holder .radio-wrap.last {
            margin-bottom: 29px;
        }

        .pickup-shipping-holder .radio-wrap label {
            display: inline;
            font-weight: 400;
            margin: 0;
        }

            .pickup-shipping-holder .radio-wrap label strong {
                font-weight: 600;
            }

        .pickup-shipping-holder .radio-wrap [type="radio"] {
            position: fixed;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: -1;
        }

            .pickup-shipping-holder .radio-wrap [type="radio"]:checked + .fake-input .fa-circle-thin:before {
                content: "\f192";
            }

        .pickup-shipping-holder .radio-wrap .fake-input {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            left: 0;
            line-height: 18px;
            color: #505e68;
        }

    .pickup-shipping-holder .form-control {
        color: #323b42;
    }

        .pickup-shipping-holder .form-control::-webkit-input-placeholder {
            color: #323b42;
        }

        .pickup-shipping-holder .form-control::-moz-placeholder {
            opacity: 1;
            color: #323b42;
        }

        .pickup-shipping-holder .form-control:-moz-placeholder {
            color: #323b42;
        }

        .pickup-shipping-holder .form-control:-ms-input-placeholder {
            color: #323b42;
        }

        .pickup-shipping-holder .form-control.placeholder {
            color: #323b42;
        }

    .pickup-shipping-holder .amount-table {
        margin: 0;
        border: none;
    }

        .pickup-shipping-holder .amount-table thead th {
            padding: 0;
            border: none;
            font-size: 16px;
        }

        .pickup-shipping-holder .amount-table tbody tr:last-child td,
        .pickup-shipping-holder .amount-table tbody tr:last-child th {
            padding-bottom: 12px;
        }

        .pickup-shipping-holder .amount-table tbody tr td,
        .pickup-shipping-holder .amount-table tbody tr th {
            font-weight: normal;
        }

        .pickup-shipping-holder .amount-table tfoot th,
        .pickup-shipping-holder .amount-table tfoot td {
            border-color: #dcdfe1;
        }

    .pickup-shipping-holder .btn-continue,
    .pickup-shipping-holder .btn-more {
        width: 100%;
        font-size: 16px;
        padding: 11px;
    }

    .pickup-shipping-holder .btn-continue {
        margin-bottom: 19px;
    }

    .pickup-shipping-holder .btn-holder-total {
        padding: 23px 0 0 2px;
    }

.pickup-location-form .form-group {
    margin-bottom: 12px;
    border-bottom: 1px solid #dcdfe1;
    padding-bottom: 30px;
}

.pickup-location-form .holder .map-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
}

    .pickup-location-form .holder .map-info.green {
        background-color: #8dc63f;
    }

    .pickup-location-form .holder .map-info.yellow {
        background-color: #f7d122;
    }

    .pickup-location-form .holder .map-info.red {
        background-color: #f04d4d;
    }

.pickup-location-form .holder .ico-wrap {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #fff;
}

.pickup-location-form .holder .default-location {
    padding: 11px 0 13px 45px;
    margin-bottom: 10px;
}

    .pickup-location-form .holder .default-location strong {
        font-weight: 600;
        font-size: 16px;
    }

.pickup-location-form .holder i.error {
    color: #f04d4d;
}

.pickup-location-form .holder span {
    display: block;
}

.pickup-location-lists {
    background-color: #f3f3f3;
    padding: 15px 0;
    margin-bottom: 30px;
    margin: 0 -15px 30px;
}

    .pickup-location-lists .row > div {
        position: static;
    }

.notice-holder {
    border: 1px solid #f78f1e;
    padding: 9px 14px 12px 14px;
    margin-bottom: 24px;
}

    .notice-holder p {
        font-style: italic;
    }

        .notice-holder p:last-child {
            margin: 0;
        }

.pickup-reservation-details .pickup-title-holder {
    overflow: hidden;
    margin: 0 0 14px;
}

.pickup-reservation-details .pickup-title {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.25;
}

    .pickup-reservation-details .pickup-title strong {
        font-weight: 500;
        font-family: "Ubuntu";
    }

.pickup-reservation-details .opening-hours {
    overflow: hidden;
    margin: 0;
}

    .pickup-reservation-details .opening-hours dt,
    .pickup-reservation-details .opening-hours dd {
        line-height: 18px;
    }

    .pickup-reservation-details .opening-hours dt {
        float: left;
        clear: left;
        font-weight: 400;
    }

    .pickup-reservation-details .opening-hours dd {
        overflow: hidden;
        padding-left: 2px;
    }

.pickup-reservation-details .header-wrap {
    display: block;
    padding-bottom: 11px;
}

    .pickup-reservation-details .header-wrap strong {
        font-size: 16px;
        display: block;
    }

.pickup-reservation-details .items-holder {
    position: relative;
    background-color: #f3f3f3;
    padding: 15px;
    margin: 0 -15px 42px;
}

    .pickup-reservation-details .items-holder:after {
        content: "";
        position: absolute;
        background-color: #dcdfe1;
        height: 1px;
        width: 100%;
        bottom: -31px;
        left: 0;
    }

.pickup-reservation-details .item-wrap {
    background-color: #fff;
    margin-bottom: 15px;
}

    .pickup-reservation-details .item-wrap:last-child {
        margin: 0;
    }

.pickup-reservation-details .img-holder {
    width: 107px;
    float: left;
    padding: 15px;
}

    .pickup-reservation-details .img-holder img {
        width: 100%;
        height: auto;
        max-width: 80px;
    }

.pickup-reservation-details .item-desc {
    padding: 11px 15px 15px 0;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}

.pickup-reservation-details .name {
    display: block;
    font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

    .pickup-reservation-details .name a {
        color: #505e68;
    }

        .pickup-reservation-details .name a:hover {
            color: #f78f1e;
        }

.pickup-reservation-details .web-code {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 5px;
}

.pickup-reservation-details .price,
.pickup-reservation-details .save-price {
    font-weight: 500;
    letter-spacing: -.05em;
}

.pickup-reservation-details .save-price {
    color: #f83b1e;
}

.pickup-reservation-details .qty-info {
    display: block;
    margin-bottom: 26px;
    letter-spacing: -.04em;
}

.pickup-reservation-details .location {
    display: block;
    letter-spacing: -.04em;
}

    .pickup-reservation-details .location strong {
        font-weight: 500;
    }

.pickup-reservation-details .hold {
    display: block;
    letter-spacing: -.04em;
}

    .pickup-reservation-details .hold strong {
        font-weight: 500;
    }

.pickup-address-form .form-info {
    padding-bottom: 12px;
    letter-spacing: -.02em;
    font-weight: normal;
}

.pickup-address-form .form-group {
    margin-bottom: 10px;
}

.pickup-address-form .check-wrap {
    margin-bottom: 32px;
}

.pickup-address-form .btn {
    display: block;
}

    .pickup-address-form .btn.more {
        margin: 0;
    }

.pickup-address-form .add-address {
    padding: 13px 0 26px;
}

.pickup-address-form textarea.form-control {
    min-height: 86px;
    width: 100% !important;
    margin-bottom: 1px;
}

.pickup-address-form .comment-wrap {
    margin-bottom: 29px;
}

    .pickup-address-form .comment-wrap .info-holder {
        overflow: hidden;
        font-size: 14px;
        line-height: 18px;
    }

    .pickup-address-form .comment-wrap .text {
        overflow: hidden;
        color: #6e818f;
        font-style: italic;
    }

    .pickup-address-form .comment-wrap .character-count {
        float: right;
        margin-left: 5px;
    }

        .pickup-address-form .comment-wrap .character-count .remaning {
            color: #f78f1e;
        }

.pickup-location-item {
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
}

    .pickup-location-item:last-child {
        margin: 0;
    }

    .pickup-location-item.warning {
        border: 1px solid #f7d122;
    }

    .pickup-location-item.error {
        border: 1px solid #f04d4d;
    }

    .pickup-location-item .location-picker {
        padding: 15px 5px 5px 15px;
    }

        .pickup-location-item .location-picker .btn-holder {
            text-align: right;
        }

    .pickup-location-item .advice {
        display: block;
    }

    .pickup-location-item .remove-message {
        font-style: italic;
    }

    .pickup-location-item .error-message {
        display: block;
        padding-bottom: 6px;
        color: #f04d4d;
    }

        .pickup-location-item .error-message + .options-heading {
            font-weight: 600;
        }

    .pickup-location-item .options-heading {
        display: block;
        padding-bottom: 6px;
    }

    .pickup-location-item .options-holder {
        overflow: hidden;
    }

    .pickup-location-item .option {
        display: block;
        margin-bottom: 7px;
    }

    .pickup-location-item label {
        font-weight: 400;
        margin: 0;
        cursor: pointer;
        position: relative;
        padding-left: 20px;
    }

    .pickup-location-item .fake-input {
        position: absolute;
        left: 0;
        color: #505e68;
    }

    .pickup-location-item [type="radio"] {
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
    }

        .pickup-location-item [type="radio"]:checked + label .fake-input .fa-circle-thin:before {
            content: "\f192";
        }

    .pickup-location-item .img-holder {
        float: left;
        text-align: center;
        padding: 15px;
    }

        .pickup-location-item .img-holder img {
            max-width: 80px;
        }

    .pickup-location-item .item-desc {
        padding-top: 11px;
        overflow: hidden;
    }

    .pickup-location-item .name {
        display: block;
        font: 500 14px/18px "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .pickup-location-item .name a {
            color: #505e68;
        }

            .pickup-location-item .name a:hover {
                color: #f78f1e;
            }

    .pickup-location-item .web-code {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
    }

    .pickup-location-item .price,
    .pickup-location-item .save-price {
        display: block;
        font-weight: 600;
    }

    .pickup-location-item .save-price {
        color: #f83b1e;
    }

    .pickup-location-item .qty-info {
        display: block;
        margin-bottom: 8px;
    }

    .pickup-location-item .holder {
        overflow: hidden;
        display: block;
        color: #505e68;
        position: relative;
        padding-right: 52px;
    }

    .pickup-location-item .map-info {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        right: 0;
        top: 50%;
        background: #505e68;
        text-align: center;
        width: 52px;
        color: #fff;
        padding: 5px 5px 0;
    }

        .pickup-location-item .map-info:before {
            content: "";
            position: absolute;
            top: -9999px;
            left: 0;
            right: 0;
            bottom: -9999px;
            background: #505e68;
        }

        .pickup-location-item .map-info.yellow:before {
            background: #ffd200;
        }

        .pickup-location-item .map-info.green:before {
            background: #8dc63f;
        }

        .pickup-location-item .map-info .ico-wrap {
            position: relative;
            line-height: 1;
            font-size: 40px;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 7px;
            z-index: 2;
        }

        .pickup-location-item .map-info .num {
            position: absolute;
            top: 7px;
            left: 0;
            right: 0;
            text-align: center;
            font: 500 13px/1 "Ubuntu", Arial, Helvetica, sans-serif;
        }

        .pickup-location-item .map-info .km-info {
            display: block;
            font-size: 12px;
            line-height: 18px;
            position: relative;
            z-index: 1;
        }

    .pickup-location-item .location-detail {
        overflow: hidden;
        position: relative;
        padding: 11px 0 11px 43px;
        display: block;
    }

        .pickup-location-item .location-detail .fake-input {
            position: absolute;
            top: 11px;
            left: 14px;
            line-height: 18px;
            color: #505e68;
        }

        .pickup-location-item .location-detail .address {
            display: block;
        }

            .pickup-location-item .location-detail .address strong {
                font-weight: 600;
            }

    .pickup-location-item .info-available {
        display: block;
        font-style: italic;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading {
        background-image: url("../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url("../images/fancybox/fancybox_loading@2x.gif");
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

@media (min-width: 341px) {
    .my-account-profile .btn-cancel {
        width: 120px;
    }

    .my-account-profile .btn-save {
        width: 173px;
    }
}

@media (min-width: 354px) {
    .wish-list-item .btn-cart {
        width: 175px;
    }
}

@media (min-width: 480px) {
    .tooltip {
        font-size: 14px;
        line-height: 18px;
    }

        .tooltip .tooltip-inner {
            min-width: 215px;
        }

    .product-detail-wrap .shipping-info br {
        display: none;
    }

    .workshops-item .num-info {
        padding: 6px 0;
    }

    .wish-list .wish-list-empty .text br {
        display: none;
    }

    .wish-list .wish-list-empty .btn-continue {
        max-width: 290px;
    }
}

@media (min-width: 768px) {
    html,
    body {
        -ms-content-zooming: none;
        -ms-touch-action: none;
    }

    .zoomer .zoomer-holder {
        -ms-touch-action: none;
    }

    .fancybox-skin {
        padding: 15px 0 !important;
    }

    .jcf-select.jcf-select-sort .jcf-select-text {
        font-size: 14px;
        margin-left: 13px;
        margin: 0 25px 0 10px;
    }

    .jcf-select-drop.jcf-select-sort .jcf-list {
        font-size: 14px;
    }

        .jcf-select-drop.jcf-select-sort .jcf-list .jcf-option {
            padding: 3px 13px;
        }

    .header-top .customer-care {
        padding: 7px 0;
    }

    .header-top .location-box,
    .header-top .NoStoreLocation-box {
        position: relative;
        padding-left: 7px;
        padding-top: 2px;
        border: 2px solid transparent;
        border-width: 2px 2px 0;
        width: 50%;
    }

        .header-top .location-box:hover {
            background: #f3f3f3;
            color: #505e68;
            border-color: #f78f1e;
            z-index: 3;
        }

            .header-top .location-box:hover .store-link {
                color: #505e68;
            }

            .header-top .location-box:hover .store-drop-holder {
                display: block;
            }

        .header-top .location-box .store-opener .icon-marker {
            line-height: 18px;
            display: inline-block;
            vertical-align: middle;
            margin: -4px 0 0;
            font-size: 20px;
        }

    .header-top .store-drop-holder {
        left: -2px;
        right: -2px;
        border-top: 0;
        display: none;
        height: auto !important;
    }

        .header-top .store-drop-holder .address-holder {
            padding: 12px 20px 11px 0;
        }

        .header-top .store-drop-holder .tel-wrap a {
            color: inherit;
            text-decoration: none;
        }

    .header-top .store-link .icon-user {
        font-size: 21px;
        vertical-align: sub;
    }

    .header-top .store-link .icon-user-login {
        font-size: 21px;
    }

    .header-top .store-link .icon-customer-care {
        vertical-align: sub;
    }

    .header-top .my-account,
    .header-top .customer-care,
    .header-top .shipping-info {
        width: 12.5%;
    }

    .header-top .shipping-info {
        font-size: 14px;
        width: 50%;
        padding: 9px 0;
        letter-spacing: 0;
        text-align: center;
        line-height: inherit;
    }

    .nav-opener {
        margin: 45px 0 0 37px;
    }

    .cart-list {
        padding: 42px 77px 0 40px;
    }

        .cart-list .icon-cart {
            padding-right: 10px;
        }

        .cart-list .text {
            font-size: 16px;
        }

    .logo .logo-img {
        width: 240px; /* changed from 220px */
    }

    .logo .text {
        font-size: 14px;
    }

    .search-form .form-control {
        height: 52px;
        font-size: 18px;
        padding: 4px 55px 4px 25px;
    }

    #nav > .container > ul {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        #nav > .container > ul > li {
            width: 25%;
        }

            #nav > .container > ul > li:first-child {
                border: none;
            }

            #nav > .container > ul > li > a {
                padding: 11px 10px;
                text-align: center;
            }

    #nav .drop-holder {
        background: #fff;
        position: relative;
        width: 624px;
        min-height: 100vh;
    }

    .nav-active #nav .drop-holder {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }

    #nav .drop-holder.category {
        width: 221px;
    }

    #nav .drop-holder:before {
        background: #fff;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        left: -9999px;
    }

    #nav .drop-holder .col-sm-8 {
        width: 57.4%;
    }

    #nav .drop-holder .col-sm-4 {
        width: 38.1%;
    }

    #nav .nav-drop-header:before {
        background: #323b42;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        left: -9999px;
    }

    #nav .nav-drop-header .nav-close {
        float: right;
    }

    #nav .nav-drop-header .nav-title {
        font-size: 14px;
        padding-left: 0;
    }

    #nav .menu-header {
        display: block;
        padding: 23px 0 9px;
    }

    #nav .nav-item:not(.pro-gear) {
        padding-top: 16px;
        padding-bottom: 20px;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
        -moz-column-gap: 30px; /* Firefox */
        column-gap: 30px;
    }

    #nav .nav-item li {
        font-size: 14px;
        line-height: 1.75;
    }

        #nav .nav-item li a {
            color: #505e68;
        }

            #nav .nav-item li a:hover {
                color: #f78f1e;
            }

    #nav .adv-img {
        display: block;
        margin-bottom: 30px;
    }

    #nav .category-nav {
        background: #6e818f;
        position: relative;
        min-height: 100vh;
    }

    .nav-active #nav .category-nav {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }

    #nav .category-nav:before {
        background: #6e818f;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        left: -9999px;
    }

    #nav .category-nav > li {
        margin-left: -25px;
    }

        #nav .category-nav > li > a {
            padding: 9px 10px 10px 63px;
        }

            #nav .category-nav > li > a [class^="icon-"],
            #nav .category-nav > li > a [class*=" icon-"] {
                left: 25px;
            }

            #nav .category-nav > li > a .icon-video {
                left: 27px;
            }

            #nav .category-nav > li > a .icon-pro-gear {
                left: 26px;
            }

            #nav .category-nav > li > a .icon-lighting {
                left: 26px;
                font-size: 15px;
            }

            #nav .category-nav > li > a .icon-accessories {
                left: 30px;
            }

            #nav .category-nav > li > a .icon-printers {
                left: 24px;
            }

            #nav .category-nav > li > a .icon-used-gear {
                left: 26px;
            }

            #nav .category-nav > li > a .icon-pencil {
                left: 27px;
            }

            #nav .category-nav > li > a .icon-events {
                left: 28px;
            }

    #nav .sub-drop {
        left: 100%;
        background: #fff;
        border-right: 1px solid #6e818f;
        margin: -40px 0 0;
        padding: 0 30px;
        width: 405px;
    }

    .nav-active #nav .sub-drop {
        margin-bottom: -9999px;
        padding-bottom: -9999px;
        border-bottom: 1px solid #6e818f;
    }

    #nav .sub-drop .subnav-drop {
        height: auto !important;
        width: auto !important;
        position: static !important;
    }

    #nav .subnav-drop-header {
        border-bottom: 1px solid #f78f1e;
        margin: 0 -30px 9px 0;
    }

        #nav .subnav-drop-header .nav-close {
            float: right;
            margin: 0 -1px;
            color: #6e818f;
        }

        #nav .subnav-drop-header .nav-title {
            font-size: 18px;
            padding-left: 0;
        }

    #nav .subnav > li {
        margin-bottom: 22px;
    }

        #nav .subnav > li > a {
            font-size: 14px;
            color: #505e68;
            pointer-events: none;
            display: block;
            margin-bottom: 3px;
        }

    #nav .subnav ul {
        margin-bottom: 5px;
    }

        #nav .subnav ul > li {
            font-size: 14px;
            line-height: 1.75;
        }

            #nav .subnav ul > li > a {
                color: #505e68;
            }

    #nav .subnav .link-view {
        font-size: 14px;
    }

    .subscribe-holder {
        font-size: 16px;
        line-height: 1.25;
        padding: 27px 0 45px;
    }

        .subscribe-holder .subscribe-title {
            font-size: 21px;
            margin-bottom: 19px;
        }

        .subscribe-holder .form-control {
            margin-top: 7px;
        }

        .subscribe-holder p {
            margin-bottom: 30px;
        }

    .footer-contact {
        padding: 22px 0 31px;
    }

        .footer-contact .link.tel {
            text-decoration: none;
        }

        .footer-contact .contact-title {
            margin-bottom: 10px;
        }

        .footer-contact p {
            padding-top: 3px;
        }

    .cards {
        padding-top: 11px;
        margin: 0 -18px 0 0;
    }

        .cards li {
            margin: 0 11px 0 0;
        }

    .geo-trust {
        width: 95px;
    }

    .copy-text {
        padding: 4px 0 0 14px;
        line-height: 1.285714;
    }

    .hero-banner {
        margin-bottom: 24px;
    }

        .hero-banner .banner-nav {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            background: rgba(255, 255, 255, .8);
            padding: 0;
        }

            .hero-banner .banner-nav ul {
                display: table;
                table-layout: fixed;
                width: 100%;
                border-bottom: 1px solid #dcdfe1;
                overflow: hidden;
            }

                .hero-banner .banner-nav ul li {
                    display: table-cell;
                    width: auto;
                    font-size: 12px;
                    border-right: 1px solid #f3f3f3;
                    vertical-align: middle;
                }

                    .hero-banner .banner-nav ul li:first-child {
                        border-left: 1px solid #f3f3f3;
                    }

                    .hero-banner .banner-nav ul li.active > a {
                        background: #f78f1e;
                        color: #fff;
                        font-weight: 500;
                    }

                    .hero-banner .banner-nav ul li > a {
                        padding: 9999px 11px;
                        margin: -9989px 0;
                        color: #505e68;
                    }

                        .hero-banner .banner-nav ul li > a:hover,
                        .hero-banner .banner-nav ul li > a:focus {
                            background: #f78f1e;
                            color: #fff;
                            font-weight: 500;
                            text-decoration: none;
                            outline: none;
                        }

    .main-heading {
        font-size: 21px;
        padding: 0 60px;
    }

        .main-heading span:before {
            margin-right: 28px;
        }

        .main-heading span:after {
            margin-left: 28px;
        }

    .whats-new {
        margin-bottom: 9px;
    }

        .whats-new .main-heading {
            margin-bottom: 30px;
        }

    .online-deal-box {
        padding: 10px 10px 0;
        max-width: none;
    }

        .online-deal-box .title {
            font-size: 16px;
            line-height: 1.25;
            margin: 0 0 20px;
        }

        .online-deal-box .img {
            max-width: 115px;
            margin-bottom: 17px;
        }

        .online-deal-box .deal-title {
            margin-bottom: 3px;
        }

        .online-deal-box .deal-duration {
            margin-bottom: 2px;
        }

        .online-deal-box .deal-info {
            margin-bottom: 16px;
        }

        .online-deal-box .btn-view-deal {
            font-size: 14px;
            padding: 6px;
        }

    .flyer-item {
        padding-top: 10px;
        max-width: none;
    }

        .flyer-item .title {
            margin-bottom: 2px;
        }

        .flyer-item .img-wrap {
            max-width: 151px;
        }

        .flyer-item .btn-view-flyer {
            font-size: 14px;
            padding: 6px;
        }

    .popular-category {
        margin-bottom: 10px;
    }

        .popular-category .main-heading {
            margin-bottom: 30px;
        }

        .popular-category .categpry-item {
            border: 1px solid #dcdfe1;
            margin-bottom: 30px;
        }

        .popular-category .ico-holder {
            height: 68px;
        }

            .popular-category .ico-holder i {
                font-size: 31px;
            }

            .popular-category .ico-holder .icon-video,
            .popular-category .ico-holder .icon-drones {
                font-size: 35px;
            }

            .popular-category .ico-holder .icon-lenses,
            .popular-category .ico-holder .icon-printers {
                font-size: 38px;
            }

            .popular-category .ico-holder .icon-pro-gear {
                font-size: 38px;
            }

            .popular-category .ico-holder .icon-lighting {
                font-size: 35px;
            }

            .popular-category .ico-holder .icon-accessories,
            .popular-category .ico-holder .icon-used-gear {
                font-size: 41px;
            }

            .popular-category .ico-holder .icon-optics {
                font-size: 18px;
            }

            .popular-category .ico-holder .icon-pencil {
                font-size: 32px;
            }

            .popular-category .ico-holder .icon-tool {
                font-size: 35px;
            }

        .popular-category .btn-category {
            font-size: 11px;
            padding: 2px;
            border-bottom: 2px solid #f78f1e;
            background: #505e68;
            color: #fff;
            line-height: 18px;
        }

            .popular-category .btn-category:hover,
            .popular-category .btn-category:focus {
                outline: none;
                background: #f78f1e;
                border-bottom-color: #505e68;
                color: #fff;
            }

    .error-text {
        padding-top: 4px;
    }

    .tooltip {
        font-size: 16px;
        line-height: 1.25;
    }

        .tooltip .tooltip-inner {
            min-width: 228px;
        }

    .more-reasons {
        margin-bottom: 29px;
    }

        .more-reasons .main-heading {
            margin-bottom: 30px;
        }

        .more-reasons .img-wrap {
            width: 97px;
        }

            .more-reasons .img-wrap.price {
                width: 105px;
            }

            .more-reasons .img-wrap.reserve {
                width: 142px;
            }

    .social-networks li {
        margin: 0 6px 5px 0;
    }

    .product-detail-wrap h1 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: -1px;
    }

    .product-detail-wrap .web-code {
        margin-bottom: 12px;
    }

    .product-detail-wrap .prduct-detail-slide .mask {
        margin-bottom: 44px;
    }

    .product-detail-wrap .prduct-detail-slide .slide {
        height: 345px;
    }

    .product-detail-wrap .product-slide-nav {
        padding: 48px 0 0;
    }

        .product-detail-wrap .product-slide-nav .slide-wrap {
            padding: 0 32px;
            max-width: 332px;
            margin-bottom: 0;
        }

        .product-detail-wrap .product-slide-nav .slide1 {
            margin-right: 15px;
            width: 80px;
        }

            .product-detail-wrap .product-slide-nav .slide1:last-child {
                margin-right: 0;
            }

        .product-detail-wrap .product-slide-nav .btn-prev,
        .product-detail-wrap .product-slide-nav .btn-next {
            display: block;
        }

    .product-detail-wrap .dealer-info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .product-detail-wrap .old-price {
        padding: 12px 0 1px;
    }

    .product-detail-wrap .current-price:first-child {
        padding-top: 12px;
    }

    .product-detail-wrap .save-info {
        margin-bottom: 2px;
    }

    .product-detail-wrap .rating-holder {
        margin-bottom: 26px;
    }

    .product-detail-wrap .stock-availability {
        margin-bottom: 13px;
    }

    .product-detail-wrap .shipping-info {
        margin-bottom: 28px;
    }

    .product-detail-wrap .product-desc-accrodian {
        margin-bottom: 31px;
    }

        .product-detail-wrap .product-desc-accrodian .panel > .opener {
            line-height: 19px;
        }

        .product-detail-wrap .product-desc-accrodian .accrodian-content {
            margin-top: -2px;
            padding-bottom: 28px;
        }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.warranty {
                padding-bottom: 19px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.warranty p {
                    margin-bottom: 11px;
                }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.refurbished {
                padding-bottom: 18px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.availability {
                padding-bottom: 23px;
                margin-top: -2px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.availability p {
                    margin-bottom: 7px;
                }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.rating {
                margin-top: -2px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content .rating-info {
                padding: 2px 0 3px 26px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty {
                padding-bottom: 19px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty p {
                    margin-bottom: 6px;
                }

                    .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty p + p {
                        margin-bottom: 11px;
                        letter-spacing: -.015em;
                    }

        .product-detail-wrap .product-desc-accrodian .policy-list li {
            padding-left: 19px;
        }

        .product-detail-wrap .product-desc-accrodian .help-logo {
            display: block;
        }

        .product-detail-wrap .product-desc-accrodian .list li {
            padding-left: 20px;
        }

    .product-detail-wrap .btn-wrap .addcart {
        line-height: 36px;
    }

    .product-detail-wrap .more-options .options-holder .option-itme {
        height: 47px;
    }

    .product-details-holder {
        margin-bottom: 25px;
    }

        .product-details-holder .panel-collapse {
            display: block;
        }

        .product-details-holder .opener {
            display: none;
        }

        .product-details-holder h2 {
            font-size: 21px;
            margin-bottom: 16px;
            line-height: 1.16667;
        }

        .product-details-holder .tab-content {
            line-height: 1.25;
            font-size: 16px;
        }

            .product-details-holder .tab-content .img-wrap {
                margin: 5px 0 26px;
            }

            .product-details-holder .tab-content p.add {
                line-height: 1.28571;
                font-size: 14px;
                padding-top: 3px;
            }

        .product-details-holder .feature-list li {
            padding-left: 20px;
        }

        .product-details-holder .product-spec-tab {
            margin: 1px 0 -5px;
        }

        .product-details-holder .table {
            margin-bottom: 25px;
        }

            .product-details-holder .table tbody > tr td,
            .product-details-holder .table tbody > tr th {
                padding: 7px 15px;
            }

                .product-details-holder .table tbody > tr th:first-child {
                    width: 24.8%;
                }

        .product-details-holder .what-include {
            margin-bottom: 13px;
        }

        .product-details-holder .kit-tab {
            padding-bottom: 20px;
        }

            .product-details-holder .kit-tab .info-kit {
                font-size: 16px;
                margin-bottom: 15px;
            }

        .product-details-holder .kit-list li {
            padding: 15px 0;
        }

        .product-details-holder .kit-list .img-holder {
            width: 95px;
            margin-top: 1px;
        }

        .product-details-holder .kit-list .kit-detail .text-holder {
            max-width: 380px;
        }

        .product-details-holder .kit-list h3 {
            font-size: 16px;
            margin-bottom: 0;
        }

        .product-details-holder .kit-list .web-code {
            font-size: 14px;
            margin-bottom: 7px;
        }

        .product-details-holder .kit-list .save-info {
            margin-bottom: 9px;
        }

        .product-details-holder .kit-list .kit-footer {
            position: absolute;
            bottom: 0;
            right: 0;
            max-width: 240px;
            padding: 0;
            margin: 0;
        }

        .product-details-holder .kit-list .link-cart {
            margin: 0 0 0 7px;
        }

    .details-tab.add li {
        width: 168px;
    }

        .details-tab.add li:first-child {
            width: 166px;
        }

        .details-tab.add li.spec {
            width: 135px;
        }

        .details-tab.add li.reviews {
            width: 153px;
        }

        .details-tab.add li.qa {
            width: 128px;
        }

    .details-tab li {
        font-size: 14px;
        width: 135px;
    }

        .details-tab li:first-child {
            width: 118px;
        }

        .details-tab li.spec {
            width: 86px;
        }

        .details-tab li.include {
            width: 108px;
        }

        .details-tab li.reviews {
            width: 105px;
        }

        .details-tab li.qa {
            width: 78px;
        }

        .details-tab li.resources {
            width: 120px;
        }

        .details-tab li > a:after {
            font-size: 12px;
            margin-top: -7px;
        }

    .experts-recommend {
        padding: 23px 0 15px;
    }

        .experts-recommend h2 {
            font-size: 21px;
            margin-bottom: 16px;
        }

    .slide-holder {
        padding: 24px 0 15px;
    }

        .slide-holder h3 {
            font-size: 18px;
        }

    .recomend-slide.slick-slider {
        padding: 0 60px;
    }

    .recomend-slide .btn-prev,
    .recomend-slide .btn-next {
        display: block;
    }

    .recomend-slide .slide {
        width: 200px;
    }

    .recomend-slide .recomend-item .img-wrap {
        width: 140px;
    }

    .recomend-slide .recomend-item .product-name {
        font-size: 14px;
        line-height: 18px;
    }

    .recomend-slide .recomend-item .current-price,
    .recomend-slide .recomend-item .save-info {
        font-size: 14px;
        line-height: 18px;
    }

    .recomend-slide .recomend-item .item-footer {
        font-size: 13px;
        margin: 0 -8px;
    }

        .recomend-slide .recomend-item .item-footer .link-cart {
            margin: 0 7px;
        }

    .special-offer-modal {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 11px;
        padding-top: 25px;
    }

        .special-offer-modal h1 {
            font-size: 21px;
            margin-bottom: 14px;
        }

        .special-offer-modal .opener:after {
            top: 17px;
            right: 16px;
        }

        .special-offer-modal .opener {
            font-size: 16px;
            line-height: 1.25;
            padding: 13px 30px 13px 16px;
        }

        .special-offer-modal .conent-holder {
            padding: 12px 16px 30px;
        }

            .special-offer-modal .conent-holder .top-text {
                max-width: 520px;
            }

        .special-offer-modal .offer-title {
            margin-bottom: 7px;
        }

        .special-offer-modal ol li {
            margin-bottom: 10px;
        }

        .special-offer-modal p {
            margin-bottom: 8px;
        }

        .special-offer-modal .offer-img {
            width: 143px;
            margin: -129px 0 0;
        }

        .special-offer-modal .close-holder .link-close i {
            margin-right: 4px;
        }

    .warranty-modal {
        margin-bottom: 12px;
    }

        .warranty-modal .heading {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .warranty-modal h1 {
            font-size: 21px;
            line-height: 31px;
        }

        .warranty-modal .text-img-wrap {
            padding-top: 18px;
            min-height: 435px;
        }

        .warranty-modal .img-wrap {
            display: block;
            width: 282px;
        }

        .warranty-modal .text-wrap {
            max-width: 407px;
        }

        .warranty-modal .life-plan-logo {
            width: 219px;
        }

        .warranty-modal p.add {
            margin-bottom: 29px;
        }

        .warranty-modal .help-plan {
            padding-bottom: 27px;
        }

            .warranty-modal .help-plan .plan {
                margin-bottom: 2px;
            }

        .warranty-modal .btns-holder .btn {
            font-size: 14px;
            min-width: 100px;
        }

    .cart-items-holder {
        padding-top: 13px;
    }

        .cart-items-holder h1 {
            font-size: 21px;
            margin-bottom: 13px;
        }

    .cart-table .col1 {
        width: 408px;
    }

    .cart-table .col2 {
        width: 93px;
    }

    .cart-table .form-control {
        margin: 12px auto 11px;
    }

    .cart-table tbody > tr > th,
    .cart-table tbody > tr > td,
    .cart-table thead > tr > th,
    .cart-table thead > tr > td {
        text-align: center;
        vertical-align: middle;
    }

        .cart-table tbody > tr > th:first-child,
        .cart-table tbody > tr > td:first-child,
        .cart-table thead > tr > th:first-child,
        .cart-table thead > tr > td:first-child {
            text-align: left;
        }

        .cart-table thead > tr > th:last-child,
        .cart-table thead > tr > td:last-child {
            text-align: left;
            padding-left: 61px;
        }

    .cart-table tbody > tr > th,
    .cart-table tbody > tr > td {
        padding: 11px 0 21px;
    }

        .cart-table tbody > tr > th:last-child,
        .cart-table tbody > tr > td:last-child {
            text-align: left;
            padding: 14px 0 44px 60px;
        }

            .cart-table tbody > tr > th:last-child.offer,
            .cart-table tbody > tr > td:last-child.offer {
                padding-bottom: 17px;
            }

            .cart-table tbody > tr > th:last-child span,
            .cart-table tbody > tr > td:last-child span {
                display: none;
            }

    .cart-table tbody > tr:last-child > th,
    .cart-table tbody > tr:last-child > td {
        border-bottom: 1px solid #dcdfe1;
    }

    .cart-table .img-holder {
        width: 95px;
        margin: 3px 30px 10px 0;
    }

    .cart-table .item-desc {
        max-width: 230px;
    }

    .cart-table .bonus-box {
        max-width: 345px;
        margin: 0 0 10px;
        padding: 10px 15px 14px;
    }

    .promotions-row .input-wrap {
        padding-right: 23px;
    }

    .cart-amount-detail {
        padding: 17px 0 0;
        margin-bottom: 30px;
    }

        .cart-amount-detail .btn-wrap .btn {
            line-height: 36px;
        }

    .amount-table > tbody > tr > th,
    .amount-table > tbody > tr > td {
        width: 64.3%;
    }

        .amount-table > tbody > tr > th:first-child,
        .amount-table > tbody > tr > td:first-child {
            width: 35.7%;
        }

    .amount-table > tbody > tr:last-child > th,
    .amount-table > tbody > tr:last-child > td {
        padding-bottom: 28px;
    }

    .checkout-option-holder h1 {
        font-size: 21px;
        margin-bottom: 28px;
    }

    .checkout-option-holder .form-field-info {
        padding-top: 4px;
    }

    .checkout-option-holder h2 {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .checkout-option-holder .info-text {
        margin-bottom: 25px;
    }

    .checkout-option-holder.shipping h1 {
        margin-bottom: 16px;
    }

    .checkout-option-holder.shipping .check-wrap {
        margin-bottom: 23px;
    }

    .reservation-confirmation .text-holder {
        padding-bottom: 52px;
    }

        .reservation-confirmation .text-holder span {
            padding-bottom: 6px;
        }

    .reservation-confirmation .order-details {
        margin: 0 0 26px;
        padding: 0 0 21px;
    }

    .reservation-confirmation .order-number strong {
        font-size: 18px;
    }

    .reservation-confirmation .order-items {
        margin: 0 0 7px;
    }

    .reservation-confirmation .pickup-location {
        padding: 0 0 0 43px;
    }

        .reservation-confirmation .pickup-location .heading {
            font-size: 18px;
        }

    .reservation-confirmation .amount-table thead th {
        font-size: 18px;
        padding-bottom: 7px;
    }

    .reservation-confirmation .btn-continue {
        min-width: 217px;
        width: auto;
        margin-bottom: 32px;
    }

    .shipping-detail-holder {
        margin-bottom: 30px;
    }

        .shipping-detail-holder .opener.complete:after {
            font-size: 12px;
        }

        .shipping-detail-holder .opener {
            font-size: 16px;
            padding-left: 31px;
        }

        .shipping-detail-holder .btn-continue {
            width: auto;
            min-width: 130px;
            margin-bottom: 18px;
        }

        .shipping-detail-holder .radio-wrap {
            margin-bottom: 10px;
        }

    .address-form {
        padding: 11px 15px;
    }

        .address-form .form-group {
            margin-bottom: 9px;
        }

        .address-form textarea.form-control {
            margin-bottom: 2px;
        }

        .address-form .comment-wrap {
            margin-bottom: 30px;
        }

    .order-summary-box {
        padding: 8px 0 0;
    }

        .order-summary-box .link {
            margin-top: 4px;
        }

        .order-summary-box h2 {
            font-size: 18px;
            margin-bottom: 28px;
        }

        .order-summary-box .item-wrap {
            padding: 10px 0 15px;
        }

        .order-summary-box .img-holder {
            width: 95px;
            margin: 3px 30px 2px 0;
        }

        .order-summary-box .item-desc {
            max-width: 160px;
        }

        .order-summary-box .bonus-box {
            max-width: 345px;
            margin: 12px 0 2px;
            padding: 10px 15px 14px;
        }

        .order-summary-box .amount-table > tbody > tr > th,
        .order-summary-box .amount-table > tbody > tr > td {
            width: 61.2%;
        }

            .order-summary-box .amount-table > tbody > tr > th:first-child,
            .order-summary-box .amount-table > tbody > tr > td:first-child {
                width: 38.2%;
            }

        .order-summary-box .amount-table > tbody > tr:last-child > th,
        .order-summary-box .amount-table > tbody > tr:last-child > td {
            padding-bottom: 13px;
        }

    .shipping-method-form {
        padding: 11px 15px;
    }

        .shipping-method-form p {
            margin-bottom: 8px;
        }

        .shipping-method-form .deliver-address {
            padding-left: 19px;
            margin-top: 0;
        }

    .location-select-form {
        padding: 11px 15px;
    }

        .location-select-form .form-group {
            margin-bottom: 26px;
        }

        .location-select-form .input-wrap {
            padding-right: 23px;
        }

        .location-select-form .map-wrap {
            padding-top: 11px;
            margin-bottom: 18px;
        }

            .location-select-form .map-wrap .map-pin {
                width: 38px;
                height: 49px;
            }

                .location-select-form .map-wrap .map-pin.pin1 {
                    left: 176px;
                    top: 161px;
                }

                .location-select-form .map-wrap .map-pin.pin2 {
                    left: 253px;
                    top: 58px;
                }

                .location-select-form .map-wrap .map-pin.pin3 {
                    top: 44px;
                    left: 155px;
                }

                .location-select-form .map-wrap .map-pin.user {
                    width: 30px;
                    height: 39px;
                    left: 214px;
                    top: 173px;
                }

    .location-item .holder {
        padding-right: 64px;
    }

    .location-item .map-info {
        width: 64px;
    }

    .notice-holder {
        padding: 12px 25px 15px 29px;
    }

    .payment-detail-form {
        padding: 11px 15px;
    }

        .payment-detail-form .input-wrap.amount {
            width: 45%;
        }

        .payment-detail-form .input-wrap {
            padding-right: 23px;
        }

        .payment-detail-form .form-info {
            margin-bottom: 9px;
        }

        .payment-detail-form .secure-payment-box {
            padding-top: 10px;
        }

            .payment-detail-form .secure-payment-box .radio-wrap {
                margin-bottom: 25px;
            }

            .payment-detail-form .secure-payment-box .form-group {
                margin-bottom: 10px;
            }

            .payment-detail-form .secure-payment-box .check-wrap {
                margin-bottom: 28px;
            }

        .payment-detail-form .col-xs-6 {
            width: 42.6%;
        }

        .payment-detail-form .add-card {
            margin: 15px 0 29px;
        }

        .payment-detail-form .btn-wrap {
            padding-top: 5px;
        }

        .payment-detail-form .cards {
            margin-right: -13px;
        }

            .payment-detail-form .cards a {
                margin-right: 13px;
            }

    .billing-address-form {
        padding: 11px 15px;
    }

        .billing-address-form .form-info {
            margin-bottom: 13px;
        }

            .billing-address-form .form-info ~ .form-info {
                margin-bottom: 9px;
            }

        .billing-address-form .radio-wrap + .radio-wrap {
            margin-bottom: 28px;
        }

    .final-review-form {
        padding: 10px 15px;
    }

        .final-review-form .info {
            margin-bottom: 27px;
        }

        .final-review-form .form-info {
            margin-bottom: 11px;
        }

        .final-review-form .detail-info-box {
            padding: 13px 0;
        }

            .final-review-form .detail-info-box .title {
                margin-bottom: 10px;
            }

            .final-review-form .detail-info-box .link-wrap {
                margin-top: -2px;
            }

            .final-review-form .detail-info-box .info {
                margin-bottom: 11px;
            }

            .final-review-form .detail-info-box address {
                margin-bottom: 7px;
            }

        .final-review-form .btn-wrap {
            padding-top: 22px;
        }

    .shipping .final-review-form .check-wrap {
        margin-bottom: 27px;
    }

        .shipping .final-review-form .check-wrap + .check-wrap {
            margin-bottom: 15px;
        }

    .shipping .final-review-form .adv-area + .check-wrap {
        margin-bottom: 6px;
    }

    .order-confirmation-holder h1 {
        font-size: 21px;
        margin-bottom: 11px;
    }

    .order-confirmation-holder h2 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .order-confirmation-holder .info {
        margin-bottom: 9px;
    }

    .order-confirmation-holder .detail-info-holder {
        margin-bottom: 12px;
    }

    .order-confirmation-holder .detail-info-box {
        padding: 11px 0 14px;
    }

        .order-confirmation-holder .detail-info-box:last-child {
            padding-bottom: 5px;
        }

        .order-confirmation-holder .detail-info-box .title {
            margin-bottom: 10px;
        }

        .order-confirmation-holder .detail-info-box address {
            margin-bottom: 7px;
        }

    .order-confirmation-holder .order-summary-box h2 {
        margin-bottom: 25px;
        padding-bottom: 10px;
    }

    .order-confirmation-holder .order-summary-box .amount-table {
        margin-bottom: 27px;
    }

    .order-confirmation .item-wrap {
        padding: 10px 0 14px;
    }

    .order-confirmation .img-holder {
        width: 95px;
        margin: 3px 30px 2px 0;
    }

    .order-confirmation .bonus-box {
        margin: 12px 0 11px;
        padding: 10px 15px 14px;
    }

    .checkout-option-holder.reserve h1 {
        margin-bottom: 16px;
    }

    .unavailable-reservation .info-reservation {
        padding: 14px 15px;
        margin-bottom: 11px;
    }

    .unavailable-reservation p {
        margin-bottom: 9px;
    }

    .unavailable-reservation .info-title {
        padding: 16px 0 14px;
    }

    .unavailable-reservation .item-wrap {
        padding: 12px 0 13px;
    }

    .unavailable-reservation .img-holder {
        width: 77px;
        margin: 3px 30px 2px 0;
    }

    .order-summary-box.reservation .detail-info-box {
        padding: 11px 0 15px;
    }

        .order-summary-box.reservation .detail-info-box address {
            margin-bottom: 8px;
        }

    .order-summary-box.reservation.detail .detail-info-box .title {
        margin-bottom: 7px;
    }

    .reservation-details {
        padding: 12px 15px 0;
    }

        .reservation-details .pickup-detail-box {
            padding: 13px 0 29px;
        }

            .reservation-details .pickup-detail-box address {
                margin-bottom: 5px;
            }

        .reservation-details .info a {
            color: #505e68;
        }

            .reservation-details .info a:hover {
                color: #f78f1e;
            }

        .reservation-details .item-wrap {
            padding: 10px 0 15px;
        }

        .reservation-details .img-holder {
            width: 110px;
            margin: 3px 30px 2px 0;
        }

        .reservation-details .qty-info {
            margin-bottom: 10px;
        }

        .reservation-details .remove-wrap {
            padding: 7px 0 0;
        }

    .popup-wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(50, 59, 66, .96);
        z-index: 10;
        border-top: 1px solid #6e818f;
    }

    .product-filter-holder .filter-title {
        width: 220px;
        letter-spacing: 0;
        font-size: 14px;
        display: block;
    }

    .product-filter-holder .filter-opener {
        display: none;
    }

    .product-filter-holder .sort-holder .title {
        font-size: 12px;
    }

    .product-filter-holder .view-option {
        margin-right: 30px;
    }

        .product-filter-holder .view-option .title {
            display: inline-block;
            vertical-align: top;
            margin-right: 11px;
        }

    .product-filter-holder .sort-option .sort-wrap {
        width: 172px;
    }

    .filter-holder {
        width: 220px;
        float: left;
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }

        .filter-holder .filter-header {
            display: none;
        }

        .filter-holder .aside-adv {
            margin-bottom: 29px;
            padding-left: 0;
            display: block;
        }

        .filter-holder .btn-wrap {
            display: none;
        }

    .filter-list {
        padding-top: 2px;
    }

        .filter-list > li > .opener:after {
            right: 17px;
        }

        .filter-list > li > .opener {
            font-size: 14px;
        }

        .filter-list .wrap label {
            padding-left: 34px;
        }

        .filter-list .check-wrap {
            font-size: 14px;
            margin-left: 2px;
        }

    .product-grid-holder {
        padding: 0 0 0 30px;
        float: left;
        width: 500px;
    }

    .compare-box {
        margin: 0 -9999px 27px -30px;
        padding: 12px 9999px 0 30px;
    }

        .compare-box .close-link {
            font: 500 12px/16px "Ubuntu", Arial, Helvetica, sans-serif;
            color: #323b42;
            text-decoration: underline;
        }

            .compare-box .close-link:hover {
                text-decoration: none;
            }

    .compare-product {
        margin-top: 0;
        max-width: 94px;
        height: 94px;
        margin-bottom: 23px;
    }

        .compare-product .count {
            display: none;
        }

        .compare-product .close {
            width: 15px;
            height: 15px;
        }

    .product-info-detail {
        font-size: 14px;
        line-height: 18px;
    }

        .product-info-detail h1 {
            font-size: 18px;
            line-height: 1.2;
            padding: 0 0 14px;
            margin-bottom: 12px;
        }

            .product-info-detail h1:after {
                max-width: 130px;
            }

        .product-info-detail p {
            margin-bottom: 27px;
        }

        .product-info-detail .adv {
            margin: 0 0 26px;
        }

    .product-compare-item {
        padding-top: 26px;
    }

        .product-compare-item .compare {
            min-width: 89px;
            font-size: 14px;
        }

        .product-compare-item .img-wrap {
            padding-right: 47px;
            margin-bottom: 1px;
        }

            .product-compare-item .img-wrap img {
                width: 119px;
            }

        .product-compare-item .rating-holder {
            margin-bottom: 13px;
        }

            .product-compare-item .rating-holder .rating {
                font-size: 12px;
            }

        .product-compare-item .current-price {
            font-size: 16px;
        }

        .product-compare-item .save-info {
            margin-bottom: 13px;
            margin-top: 3px;
        }

        .product-compare-item .stock-availability {
            font-size: 12px;
        }

        .product-compare-item .feature-list {
            display: block;
        }

        .product-compare-item .btn-wrap {
            padding-top: 9px;
            text-align: left;
        }

            .product-compare-item .btn-wrap .btn {
                font-size: 12px;
                min-width: 94px;
            }

        .product-compare-item .link-detail {
            margin-top: -4px;
            right: 2px;
        }

    .load-more-wrap {
        margin: 0 -9999px 0 -30px;
        padding: 129px 9999px 11px 30px;
    }

        .load-more-wrap .btn-info {
            border-color: #fff;
            margin-bottom: 7px;
        }

    .product-modal .modal-content {
        border-width: 6px;
    }

    .product-modal .modal-close {
        width: 40px;
        height: 40px;
        top: -6px;
        right: -6px;
        font-size: 16px;
    }

    .product-modal .product-detail-wrap {
        padding: 9px 10px 6px;
    }

        .product-modal .product-detail-wrap h1 {
            padding-top: 13px;
        }

        .product-modal .product-detail-wrap .old-price {
            padding-right: 30px;
        }

        .product-modal .product-detail-wrap .stock-availability {
            margin-right: -25px;
        }

    .product-modal .product-slide-nav .slide1 {
        margin-right: 7px;
    }

    .product-modal .product-slide-nav .slide-wrap {
        margin: 0;
    }

    .list .product-compare-item {
        padding: 11px 0 10px;
    }

        .list .product-compare-item:first-child {
            padding-top: 0;
        }

            .list .product-compare-item:first-child .link-detail {
                margin-top: -9px;
            }

        .list .product-compare-item .compare {
            margin-bottom: 16px;
        }

        .list .product-compare-item .img-wrap {
            margin-bottom: 1px;
        }

            .list .product-compare-item .img-wrap img {
                width: 100px;
            }

        .list .product-compare-item .btn-wrap {
            padding-top: 10px;
        }

            .list .product-compare-item .btn-wrap .btn {
                font-size: 12px;
                line-height: 13px;
            }

    .welcome-modal {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 11px;
        text-align: left;
    }

        .welcome-modal .modal-wrap {
            padding-top: 25px;
        }

        .welcome-modal .bg-image {
            background-image: url(../images/img35.jpg);
        }

        .welcome-modal h1 {
            font-size: 21px;
            margin-bottom: 13px;
        }

        .welcome-modal p {
            margin-bottom: 8px;
        }

        .welcome-modal form {
            max-width: 221px;
            margin-bottom: 26px;
        }

        .welcome-modal .btn-signup {
            width: auto;
            min-width: 157px;
        }

        .welcome-modal .close-holder .link-close i {
            margin-right: 4px;
        }

    .store-locate {
        padding: 12px 0 44px;
    }

        .store-locate h1 {
            font-size: 21px;
            line-height: 1.2;
        }

        .store-locate .tab-holder {
            margin-bottom: 24px;
        }

        .store-locate .details-tab > li {
            font-size: 16px;
        }

            .store-locate .details-tab > li:first-child {
                width: 50%;
            }

    .store-locate-detail .btn-locate {
        margin-top: -6px;
        margin-bottom: 11px;
    }

    .store-locate-detail .map-place-holder {
        padding-top: 28px;
    }

    .store-locate-detail .map-box .map-pin {
        width: 41px;
        height: 54px;
    }

        .store-locate-detail .map-box .map-pin.pin1 {
            top: 81px;
            left: 465px;
        }

        .store-locate-detail .map-box .map-pin.pin2 {
            top: 199px;
            left: 533px;
        }

        .store-locate-detail .map-box .map-pin.pin3 {
            top: 142px;
            left: 368px;
        }

        .store-locate-detail .map-box .map-pin.user {
            width: 34px;
            height: 44px;
            top: 109px;
            left: 511px;
        }

    .locate-item .map-info {
        width: 95px;
    }

    .locate-item .tel-wrap a {
        color: inherit;
        text-decoration: none;
    }

    .locate-item .email-wrap {
        margin-bottom: 13px;
    }

    .locate-item .link-wrap a:first-child {
        margin-right: 28px;
    }

    .location-list-holder {
        padding: 23px 0 0;
    }

        .location-list-holder h2 {
            font-size: 21px;
            padding-bottom: 12px;
        }

        .location-list-holder .location-item-box .tel-wrap a {
            color: inherit;
            text-decoration: none;
        }

        .location-list-holder .location-item-box .email-wrap {
            margin-bottom: 14px;
        }

        .location-list-holder .location-item-box .link-wrap a:first-child {
            margin-right: 14px;
        }

    .store-detail-holder .panel-collapse {
        display: block;
    }

    .store-detail-holder .opener {
        display: none;
    }

    .store-detail-holder h1 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .store-detail-holder .header-address {
        padding: 0 0 14px;
        font-size: 16px;
        line-height: 1.25;
        border-bottom: 1px solid #dcdfe1;
        margin-bottom: 26px;
    }

    .store-detail-holder .store-top-detail .img-wrap {
        margin: 4px 0 0;
    }

    .store-detail-holder .store-top-detail .contact-info {
        margin-bottom: 15px;
    }

    .store-detail-holder .store-top-detail .tel-wrap {
        margin-right: 11px;
    }

        .store-detail-holder .store-top-detail .tel-wrap a {
            color: inherit;
            text-decoration: none;
        }

    .store-detail-holder .store-top-detail .btn-make {
        max-width: 158px;
    }

    .store-detail-holder .open-info-box {
        padding: 11px 14px 15px;
        margin: 0 0 16px;
        background: #f3f3f3;
    }

        .store-detail-holder .open-info-box .opening-info {
            letter-spacing: .015em;
            margin-bottom: 7px;
        }

        .store-detail-holder .open-info-box dl {
            letter-spacing: .025em;
        }

            .store-detail-holder .open-info-box dl dt {
                width: auto;
                padding-right: 0;
            }

    .store-detail-holder .tab-holder {
        margin-bottom: 24px;
    }

    .store-detail-holder .details-tab > li {
        font-size: 16px;
    }

    .store-detail-holder .map-box {
        margin: 0;
    }

        .store-detail-holder .map-box .map-pin {
            width: 41px;
            height: 54px;
            top: 28.3%;
            left: 50.9%;
        }

    .workshops-holder {
        margin-top: 25px;
        padding-top: 0;
    }

        .workshops-holder:first-child {
            margin-top: 0;
        }

        .workshops-holder .date {
            font-size: 18px;
            margin-bottom: 2px;
        }

    .workshops-item {
        padding: 13px 0;
    }

        .workshops-item:first-child {
            padding: 10px 0 16px;
        }

        .workshops-item .img-wrap {
            margin: 4px 0 13px;
        }

        .workshops-item .current-price,
        .workshops-item .save-info {
            font-family: "Ubuntu";
            font-weight: 500;
        }

        .workshops-item .rating-holder {
            margin-bottom: 18px;
        }

            .workshops-item .rating-holder .rating i {
                margin: 0 2px 0 1px;
            }

        .workshops-item .num-info {
            padding: 2px 0;
        }

            .workshops-item .num-info .num-count {
                margin: 0 30px 0 13px;
            }

        .workshops-item .btn-cart {
            border-radius: 6px;
            padding: 5px;
            min-width: 97px;
        }

    .my-account-holder {
        padding-top: 11px;
    }

        .my-account-holder .container {
            width: 100%;
        }

        .my-account-holder h1 {
            font-size: 24px;
            padding: 2px 0 0;
            margin-bottom: 29px;
        }

        .my-account-holder .header-wrap .link {
            margin-top: 1px;
        }

    .breadcrumb.gift {
        margin-bottom: 11px;
    }

    .back-link {
        display: none;
    }

    .side-nav {
        margin: 0 0 0 12px;
    }

    .profile-box {
        margin-bottom: 47px;
    }

        .profile-box .profile-info > tbody > tr > th:first-child {
            width: 130px;
        }

    .prchase-history {
        margin-bottom: 40px;
    }

        .prchase-history .table > tbody > tr > td,
        .prchase-history .table > tbody > tr > th {
            line-height: 19px;
            padding: 8px 1px 8px 0;
        }

        .prchase-history .purchase-empty {
            padding: 45px 0 80px;
        }

    .wish-list {
        margin-bottom: 75px;
    }

        .wish-list .wish-list-empty {
            padding: 45px 0 10px;
        }

            .wish-list .wish-list-empty .text {
                margin-bottom: 21px;
            }

            .wish-list .wish-list-empty .btn-continue {
                margin: 0 0 18px;
                font-size: 14px;
                padding: 10px 5px;
            }

    .wish-list-item {
        border-bottom: 2px solid #dcdfe1;
        padding: 15px 0 65px;
    }

        .wish-list-item .img-holder {
            width: 161px;
            margin: -17px 16px 0 6px;
        }

            .wish-list-item .img-holder.add {
                width: 155px;
                margin: -13px 30px 0 -2px;
            }

            .wish-list-item .img-holder.add1 {
                width: 132px;
                margin: -7px 32px 0 18px;
            }

        .wish-list-item .item-desc {
            float: left;
            width: 210px;
        }

        .wish-list-item .save-price {
            margin-bottom: 25px;
        }

        .wish-list-item .rating-holder {
            margin-bottom: 26px;
        }

        .wish-list-item .qty-info {
            margin-bottom: 13px;
        }

        .wish-list-item .btn-qty-wrap {
            padding: 3px 4px 0 29px;
        }

        .wish-list-item .btn-cart {
            width: 117px;
            margin: 0 0 18px;
        }

    .my-account-profile {
        max-width: 427px;
        margin: -10px 0 0;
        padding: 0 0 9px;
    }

        .my-account-profile .form-info {
            margin-bottom: 20px;
        }

        .my-account-profile .check-wrap {
            padding: 14px 0 2px 26px;
            margin-bottom: 14px;
        }

            .my-account-profile .check-wrap .fake-input {
                top: 16px;
            }

        .my-account-profile .btn {
            font-size: 14px;
            margin: 0 0 18px;
            padding: 10px 5px;
        }

        .my-account-profile .btn-cancel {
            width: 167px;
            margin-right: 17px;
        }

        .my-account-profile .btn-save {
            width: 243px;
        }

    .saved-modal .modal-body {
        padding: 21px 24px;
    }

    .saved-modal .close-modal {
        font-size: 20px;
    }

    .saved-modal .text {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 26px;
    }

    .saved-modal .btn {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 5px;
        min-width: 171px;
    }

    .saved-address-container .btn-wrap {
        border-bottom-width: 2px;
        padding-bottom: 34px;
        margin-bottom: 21px;
    }

    .saved-address-container .btn-add-new {
        font-size: 13px;
        padding: 9px 5px;
        min-width: 196px;
    }

    .saved-address-container form {
        max-width: 492px;
    }

    .saved-address-container .row {
        margin: 0 -11px;
    }

        .saved-address-container .row [class^="col-"],
        .saved-address-container .row [class*=" col-"] {
            padding: 0 11px;
        }

    .saved-address-item {
        margin-bottom: 20px;
    }

        .saved-address-item .holder {
            padding: 14px 19px;
        }

        .saved-address-item .fake-label {
            margin-bottom: 9px;
        }

    .address-edit-modal .modal-body {
        padding: 24px 22px;
    }

    .address-edit-modal .close-modal {
        margin-bottom: 10px;
    }

    .address-edit-modal .form-info {
        margin-bottom: 20px;
    }

    .address-edit-modal .form-group {
        margin-bottom: 1.55em;
    }

    .address-edit-modal .check-wrap {
        padding: 14px 0 0 28px;
        margin-bottom: 34px;
    }

        .address-edit-modal .check-wrap .fake-input {
            top: 17px;
        }

    .address-edit-modal .btn-wrap {
        padding-bottom: 22px;
    }

        .address-edit-modal .btn-wrap .link {
            margin: 0 44px 0 -31px;
        }

    .address-edit-modal .btn {
        font-size: 12px;
        padding: 7px;
        min-width: 156px;
    }

    .gift-cards-block .top-text {
        margin-bottom: 14px;
    }

    .gift-cards-block h1 {
        font-size: 28px;
    }

    .gift-cards-block h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .gift-cards-block .form-field-info {
        padding-top: 8px;
        font-size: 14px;
        letter-spacing: .018em;
    }

    .gift-cards-block .main-heading {
        margin-bottom: 24px;
    }

    .gift-cards-block .gift-card-balance {
        padding: 26px 0 45px;
    }

        .gift-cards-block .gift-card-balance p {
            margin-bottom: 29px;
        }

    .gift-cards-block.egift .top-text {
        margin-bottom: 25px;
    }

    .gift-cards-block .img-container {
        margin-top: 5px;
    }

        .gift-cards-block .img-container .img-holder {
            border: 1px solid #dcdfe1;
            padding: 13px;
            max-width: none;
        }

    .gift-cards-block .label-title {
        margin-bottom: 11px;
    }

    .gift-cards-block .radio-wrap {
        margin-bottom: 10px;
    }

        .gift-cards-block .radio-wrap + .radio-wrap {
            margin-bottom: 25px;
        }

    .gift-cards-block .form-group {
        margin-bottom: 13px;
    }

    .gift-cards-block .message-wrap {
        margin-bottom: 29px;
    }

    .gift-cards-block textarea.form-control {
        margin-bottom: 2px;
        min-height: 173px;
    }

    .gift-cards-block .btn {
        max-width: 220px;
        margin-bottom: 45px;
    }

        .gift-cards-block .btn.btn-check-balance {
            max-width: 158px;
        }

    .gift-cards-slide:before,
    .gift-cards-slide:after {
        width: 60px;
    }

    .gift-cards-slide {
        padding: 0 31px;
        margin-bottom: 38px;
        max-width: none;
    }

        .gift-cards-slide.egift {
            margin-bottom: 42px;
        }

        .gift-cards-slide .slide {
            width: 220px;
            padding: 0 32px;
        }

        .gift-cards-slide .btn-prev,
        .gift-cards-slide .btn-next {
            font-size: 24px;
        }

        .gift-cards-slide .btn-prev {
            left: 18px;
        }

        .gift-cards-slide .btn-next {
            right: 18px;
        }

    .gift-card-item .name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .gift-card-item .price {
        font-size: 14px;
        line-height: 16px;
    }

        .gift-card-item .price.highlight {
            margin-bottom: 18px;
        }

    .gift-card-item .card-footer {
        padding-top: 11px;
    }

    .gift-card-item .add-cart .icon-cart {
        margin: 0 4px 0 -4px;
    }

    .rental-container {
        padding-top: 3px;
    }

        .rental-container .rental-logo {
            width: 167px;
            margin-bottom: 14px;
        }

        .rental-container .rental-contact-info {
            font-size: 14px;
            padding: 13px 0 3px;
        }

            .rental-container .rental-contact-info .info-wrap {
                margin: 0 17px 10px 14px;
            }

        .rental-container .rental-reservation .img-holder {
            margin-bottom: 30px;
        }

            .rental-container .rental-reservation .img-holder .img {
                min-width: 494px;
            }

        .rental-container .reservation-detail-box {
            font-size: 16px;
            line-height: 1.25;
            min-height: 240px;
            padding: 14px 15px 5px;
        }

            .rental-container .reservation-detail-box .time-row {
                margin-bottom: 8px;
            }

            .rental-container .reservation-detail-box .title {
                margin-bottom: 8px;
            }

            .rental-container .reservation-detail-box .day {
                display: block;
            }

        .rental-container .more-options .options-holder .option-itme {
            height: 52px;
            padding: 0;
        }

        .rental-container .more-options .option-link {
            font-size: 14px;
        }

            .rental-container .more-options .option-link i {
                font-size: 16px;
            }

    .rental-detail-container .panel {
        margin: 0 -24px;
    }

        .rental-detail-container .panel > .opener {
            line-height: 19px;
            font-size: 16px;
        }

    .rental-detail-container .rental-body {
        padding: 30px 24px;
    }

    .rental-detail-container .table .col1 {
        width: 351px;
    }

    .rental-detail-container .table .col2 {
        width: 123px;
    }

    .rental-detail-container .table > thead > tr > th,
    .rental-detail-container .table > thead > tr > td,
    .rental-detail-container .table > tbody > tr > th,
    .rental-detail-container .table > tbody > tr > td {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .reserve-pickup-holder .mandatory-fields {
        padding-top: 11px;
    }

    .reserve-pickup-holder h1 {
        font-size: 28px;
        letter-spacing: -.02em;
    }

    .reserve-pickup-holder .form-field-info {
        padding-top: 4px;
    }

    .reserve-pickup-holder h2 {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .reserve-pickup-holder .info-text {
        margin-bottom: 25px;
    }

    .reserve-pickup-holder .btn-holder {
        height: 20px;
    }

    .reserve-pickup-holder .btn {
        padding: 5px 9px;
    }

        .reserve-pickup-holder .btn.btn-continue,
        .reserve-pickup-holder .btn.btn-more {
            font-size: 14px;
            padding: 11px;
        }

        .reserve-pickup-holder .btn.btn-remove {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

    .reserve-pickup-holder.shipping h1 {
        margin-bottom: 16px;
    }

    .reserve-pickup-holder.shipping .check-wrap {
        margin-bottom: 23px;
    }

    .pickup-shipping-holder {
        margin-bottom: 30px;
    }

        .pickup-shipping-holder .panel-collapse {
            padding: 30px 0 20px;
        }

        .pickup-shipping-holder .opener.complete:after {
            font-size: 12px;
        }

        .pickup-shipping-holder .opener {
            font-size: 16px;
            padding-left: 31px;
        }

        .pickup-shipping-holder .form-info strong {
            font-size: 18px;
        }

        .pickup-shipping-holder .radio-wrap {
            margin-bottom: 10px;
        }

        .pickup-shipping-holder .amount-table thead th {
            font-size: 18px;
            padding-bottom: 7px;
        }

        .pickup-shipping-holder .btn-continue,
        .pickup-shipping-holder .btn-more {
            max-width: 216px;
        }

    .pickup-location-form .form-group {
        margin-bottom: 27px;
    }

    .pickup-location-form .holder {
        padding: 7px 0 9px 62px;
        position: relative;
    }

        .pickup-location-form .holder .map-info {
            width: 33px;
        }

        .pickup-location-form .holder .default-location {
            padding: 0 0 5px;
            margin: 0;
        }

            .pickup-location-form .holder .default-location strong {
                font-size: 18px;
            }

    .pickup-location-lists {
        margin: 0 0 30px;
        padding: 15px;
    }

    .notice-holder {
        padding: 12px 25px 15px 29px;
    }

    .pickup-reservation-details .header-wrap {
        padding-bottom: 12px;
    }

        .pickup-reservation-details .header-wrap strong {
            font-size: 18px;
            display: inline;
        }

    .pickup-reservation-details .items-holder {
        margin: 0 0 60px;
    }

    .pickup-reservation-details .img-holder {
        width: 175px;
    }

        .pickup-reservation-details .img-holder img {
            max-width: 90px;
        }

    .pickup-reservation-details .item-desc {
        overflow: hidden;
        padding-bottom: 12px;
    }

    .pickup-reservation-details .web-code {
        margin-bottom: 8px;
    }

    .pickup-reservation-details .qty-info {
        margin-bottom: 8px;
    }

    .pickup-address-form .form-group {
        margin-bottom: 9px;
    }

    .pickup-address-form textarea.form-control {
        margin-bottom: 2px;
    }

    .pickup-address-form .comment-wrap {
        margin-bottom: 30px;
    }

    .pickup-location-item .location-picker {
        padding: 10px 5px 5px 0;
    }

        .pickup-location-item .location-picker:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            left: 0;
            top: 0;
            background-color: #f3f3f3;
        }

    .pickup-location-item .advice {
        padding-bottom: 6px;
    }

    .pickup-location-item .options-holder {
        padding-left: 2px;
    }

    .pickup-location-item label {
        padding-left: 17px;
    }

    .pickup-location-item .fake-input {
        left: -1px;
    }

    .pickup-location-item .img-holder img {
        max-width: 110px;
    }

    .pickup-location-item .qty-info {
        margin-bottom: 10px;
    }

    .pickup-location-item .holder {
        padding-right: 64px;
    }

    .pickup-location-item .map-info {
        width: 64px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #nav > .container > ul > li:first-child {
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .compare-product-wrap .item-footer {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .rental-detail-container .panel > .opener {
        padding-left: 24px;
    }

        .rental-detail-container .panel > .opener:after {
            right: 24px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top .container {
        width: 100%;
        max-width: 768px;
    }

    .header-top .location-box .store-opener {
        vertical-align: middle;
    }

    .header-top .my-account {
        padding: 7px 0 8px;
        height: 38px;
    }

    .nav-active #nav > .container > ul > li:first-child .menu-drop {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .product-detail-wrap .more-options .options-holder .option-itme.column-3:last-child .option-link {
        max-width: 77px;
    }

    .product-details-holder .tab-content p + p {
        margin-bottom: 11px;
    }

    .checkout-option-holder .check-wrap {
        margin-bottom: 29px;
    }

    .reservation-confirmation .order-items .img-holder {
        width: 205px;
    }

    .reservation-confirmation .amount-table tfoot th,
    .reservation-confirmation .amount-table tfoot td {
        font-size: 16px;
    }

    .shipping-detail-holder .btn-continue.add {
        min-width: 190px;
    }

    .address-form .form-group.add {
        padding: 3px 0 2px;
    }

    .address-form .comment-wrap .text {
        max-width: 270px;
    }

    .location-lists .note-text {
        margin: -3px 0 21px;
    }

    .order-confirmation .item-wrap:first-child {
        padding: 16px 0 13px;
    }

    .product-filter-holder .filter-title {
        position: relative;
        padding-left: 0;
    }

        .product-filter-holder .filter-title:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -9999px;
            right: 100%;
            background: #505e68;
        }

    .product-filter-holder .view-option .view.list {
        margin-left: 4px;
    }

    .product-filter-holder .sort-option .title {
        font-size: 14px;
        padding: 0 14px 0 0;
    }

    .filter-holder {
        overflow: visible;
        position: relative;
    }

        .filter-holder:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -24px;
            right: 100%;
            background: #6e818f;
        }

    .filter-list > li {
        margin-left: -24px;
    }

        .filter-list > li > .opener {
            padding-left: 24px;
        }

    .filter-list .wrap {
        position: relative;
        z-index: 2;
        padding-left: 24px;
    }

    .compare-box {
        text-align: right;
    }

        .compare-box .close-link {
            margin-top: 2px;
        }

        .compare-box .btn-compare {
            margin-bottom: 15px;
        }

    .product-modal .modal-dialog {
        width: 720px;
    }

    .list .product-compare-item .rating-holder {
        float: left;
        width: 39%;
        margin-bottom: 12px;
    }

    .list .product-compare-item .feature-list {
        float: right;
        width: 61%;
    }

    .list .product-compare-item .save-info,
    .list .product-compare-item .current-price {
        overflow: hidden;
        clear: left;
    }

    .list .product-compare-item .save-info {
        margin-bottom: 9px;
    }

    .store-locate .details-tab > li > a {
        margin-right: -15px;
        padding-right: 45px;
    }

        .store-locate .details-tab > li > a:after {
            right: 30px;
        }

    .store-locate .details-tab > li:first-child > a {
        margin-left: -15px;
        padding-left: 30px;
        margin-right: 0;
        padding-right: 30px;
    }

        .store-locate .details-tab > li:first-child > a:after {
            right: 15px;
        }

    .store-locate-detail .map-box {
        margin-bottom: -1px;
    }

    .store-detail-holder .details-tab > li > a {
        margin-right: -15px;
        padding-right: 45px;
    }

        .store-detail-holder .details-tab > li > a:after {
            right: 30px;
        }

    .store-detail-holder .details-tab > li:first-child > a {
        margin-left: -15px;
        padding-left: 30px;
        margin-right: 0;
        padding-right: 30px;
    }

        .store-detail-holder .details-tab > li:first-child > a:after {
            right: 15px;
        }

    .breadcrumb {
        margin-left: 12px;
    }

        .breadcrumb.gift {
            margin-left: 0;
        }

    .wish-list-item .btn-qty-wrap {
        text-align: right;
    }

    .wish-list-item .qty-input {
        margin-bottom: 37px;
    }

    .saved-address-container {
        margin-top: -9px;
    }

    .gift-cards-block .message-wrap .text {
        max-width: 270px;
    }

    .reserve-pickup-holder .check-wrap {
        margin-bottom: 29px;
    }

    .pickup-shipping-holder .amount-table tfoot th,
    .pickup-shipping-holder .amount-table tfoot td {
        font-size: 16px;
    }

    .pickup-address-form .form-group.add {
        padding: 3px 0 2px;
    }

    .pickup-address-form .btn {
        max-width: 343px;
    }

    .pickup-address-form .comment-wrap .text {
        max-width: 270px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .header-top .location-box,
    .header-top .NoStoreLocation-box {
        padding-left: 13px;
        padding-top: 6px;
    }
}

@media (min-width: 770px) {
    .rental-detail-container .panel {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .jcf-select {
        height: 32px;
    }

        .jcf-select .jcf-select-text {
            font-size: 16px;
            line-height: 30px;
        }

        .jcf-select .jcf-select-opener:before {
            line-height: 32px;
        }

    .jcf-list {
        font-size: 16px;
        line-height: 1.25;
    }

    .header-top .location-box,
    .header-top .NoStoreLocation-box,
    .header-top .my-account {
        padding: 7px 0 11px;
    }

    .header-top .customer-care {
        padding: 5px 0 11px;
    }

    .header-top .store-drop-holder {
        font-size: 16px;
        line-height: 1.25;
    }

        .header-top .store-drop-holder .store-name {
            font-size: 18px;
        }

        .header-top .store-drop-holder .contact-info {
            padding-bottom: 11px;
            margin-bottom: 18px;
        }

        .header-top .store-drop-holder .tel-wrap {
            margin-right: 10px;
        }

        .header-top .store-drop-holder .close-holder {
            padding-left: 13px;
            padding-right: 13px;
        }

    .header-top .my-account,
    .header-top .customer-care,
    .header-top .shipping-info {
        width: 16.7%;
    }

    .header-top .shipping-info {
        width: 41.6%;
        font-size: 16px;
        padding: 7px 0 11px;
    }

    .header-top .my-account {
        height: 40px;
    }

        .header-top .my-account .store-link {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

    .nav-opener {
        display: none;
    }

    .cart-list {
        padding: 60px 33px 0 55px;
    }

        .cart-list .icon-cart {
            padding-right: 4px;
        }

        .cart-list .text {
            font-size: 18px;
            padding-top: 9px;
        }

        .cart-list .count {
            font-size: 15px;
            top: -19px;
            right: 5px;
        }

    /* HOLIDAY LOGO */

    .logo {
        margin-bottom: 14px; /* changed from 24px */
        float: left;
        text-align: left;
    }



        /* ORIGINAL LOGO 
	
	.logo {
		margin-bottom: 44px;  changed from 24px 
		float: left;
		text-align: left;
	}
	
	*/

        .logo a {
            display: block;
        }

        .logo .logo-img {
            width: 350px; /* changed from 292px */
        }

        .logo .text {
            font-size: 18px;
            letter-spacing: .03em;
            margin-top: 10px;
        }

    .search-form .input-wrap {
        margin: 41px 3px 0 111px;
    }

    .search-form .form-control {
        height: 66px;
        padding: 5px 75px 5px 40px;
    }

    .search-form .btn-search {
        font-size: 36px;
        width: 71px;
    }

    #nav {
        border-top: 6px solid #f78f1e;
        border-bottom: none;
    }

        #nav > .container > ul {
            background-color: #505e68;
        }

            #nav > .container > ul > li {
                width: 161px;
            }

                #nav > .container > ul > li:first-child {
                    width: 324px;
                    border: 1px solid #505e68;
                }

                    #nav > .container > ul > li:first-child > a {
                        padding: 15px 10px;
                    }

                #nav > .container > ul > li > a {
                    padding: 12px 10px;
                    letter-spacing: 0;
                    background-color: #6e818f;
                }

                    #nav > .container > ul > li > a .icon-menu {
                        font-size: 27px;
                        -webkit-transform: scale(1.2, 1);
                        -ms-transform: scale(1.2, 1);
                        transform: scale(1.2, 1);
                    }

                    #nav > .container > ul > li > a .icon {
                        font-size: 33px;
                    }

        #nav .drop-holder {
            width: 728px;
        }

            #nav .drop-holder.category {
                width: 213px;
            }

            #nav .drop-holder .col-sm-8 {
                width: 63.8%;
            }

            #nav .drop-holder .col-sm-4 {
                width: 31.9%;
            }

        #nav .nav-drop-header .nav-close {
            width: 45px;
            height: 45px;
            line-height: 45px;
        }

        #nav .nav-drop-header .nav-title {
            font-size: 16px;
            line-height: 25px;
        }

        #nav .menu-header {
            font-size: 21px;
            padding: 25px 0 12px;
        }

            #nav .menu-header:after {
                width: 63%;
            }

        #nav .nav-item {
            padding-top: 22px;
            padding-bottom: 23px;
        }

        #nav .adv-img.add {
            margin-right: -2px;
        }

        #nav .category-nav > li {
            margin-left: -15px;
        }

            #nav .category-nav > li > a {
                padding: 9px 10px 10px 53px;
            }

                #nav .category-nav > li > a [class^="icon-"],
                #nav .category-nav > li > a [class*=" icon-"] {
                    left: 15px;
                }

                #nav .category-nav > li > a .icon-video {
                    left: 17px;
                }

                #nav .category-nav > li > a .icon-pro-gear {
                    left: 16px;
                }

                #nav .category-nav > li > a .icon-lighting {
                    left: 16px;
                }

                #nav .category-nav > li > a .icon-accessories {
                    left: 20px;
                }

                #nav .category-nav > li > a .icon-printers {
                    left: 14px;
                }

                #nav .category-nav > li > a .icon-used-gear {
                    left: 16px;
                }

                #nav .category-nav > li > a .icon-pencil {
                    left: 17px;
                }

                #nav .category-nav > li > a .icon-events {
                    left: 18px;
                }

        #nav .sub-drop {
            width: 516px;
            margin-top: -45px;
        }

            #nav .sub-drop > .row .col-sm-6:first-child {
                width: 47%;
            }

        #nav .subnav-drop-header .nav-close {
            width: 45px;
            height: 45px;
            line-height: 45px;
        }

        #nav .subnav-drop-header .nav-title {
            font-size: 21px;
            line-height: 25px;
        }

    .subscribe-holder {
        font-size: 18px;
        line-height: 1.222222;
        padding: 23px 0 45px;
    }

        .subscribe-holder .subscribe-title {
            font-size: 24px;
        }

        .subscribe-holder .btn-submit {
            padding: 13px 7px;
            font-size: 16px;
        }

    .footer-contact {
        padding-bottom: 46px;
    }

        .footer-contact .contact-title {
            font-size: 18px;
        }

    .cards li {
        margin: 0 15px 0 0;
    }

    .geo-trust {
        width: 115px;
    }

    .copy-text {
        padding: 8px 0 0 30px;
        max-width: 300px;
    }

    .hero-banner {
        margin-bottom: 26px;
    }

        .hero-banner .banner-nav ul li {
            font-size: 14px;
        }

    .main-heading {
        font-size: 24px;
    }

    .whats-new {
        margin-bottom: 24px;
    }

        .whats-new .main-heading {
            margin-bottom: 28px;
        }

    .online-deal-box {
        padding: 9px 12px 0;
    }

        .online-deal-box .title {
            font-size: 20px;
            line-height: 1.2;
            margin-bottom: 35px;
        }

        .online-deal-box .img {
            max-width: 154px;
            margin-bottom: 28px;
        }

        .online-deal-box .deal-title,
        .online-deal-box .deal-duration {
            font-size: 16px;
        }

        .online-deal-box .deal-title {
            margin-bottom: 5px;
        }

        .online-deal-box .deal-duration {
            margin-bottom: 3px;
        }

        .online-deal-box .deal-info {
            margin-bottom: 26px;
        }

        .online-deal-box .btn-view-deal {
            font-size: 16px;
            padding: 9px;
        }

    .flyer-item {
        padding-bottom: 2px;
    }

        .flyer-item .title {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .flyer-item .img-wrap {
            max-width: 203px;
        }

        .flyer-item .btn-view-flyer {
            font-size: 16px;
            padding: 9px;
        }

    .popular-category {
        margin-bottom: 9px;
    }

        .popular-category .main-heading {
            margin-bottom: 29px;
        }

        .popular-category .ico-holder {
            height: 98px;
        }

            .popular-category .ico-holder i {
                font-size: 42px;
            }

            .popular-category .ico-holder .icon-video,
            .popular-category .ico-holder .icon-drones {
                font-size: 50px;
            }

            .popular-category .ico-holder .icon-lenses,
            .popular-category .ico-holder .icon-printers {
                font-size: 52px;
            }

            .popular-category .ico-holder .icon-pro-gear {
                font-size: 54px;
            }

            .popular-category .ico-holder .icon-lighting {
                font-size: 48px;
            }

            .popular-category .ico-holder .icon-accessories,
            .popular-category .ico-holder .icon-used-gear {
                font-size: 58px;
            }

            .popular-category .ico-holder .icon-optics {
                font-size: 26px;
            }

            .popular-category .ico-holder .icon-pencil {
                font-size: 46px;
            }

            .popular-category .ico-holder .icon-tool {
                font-size: 49px;
            }

        .popular-category .btn-category {
            font-size: 14px;
            padding: 6px;
        }

    .form-control {
        height: 34px;
        font-size: 16px;
        padding: 5px 7px;
    }

    .tooltip.right {
        margin-left: 9px;
    }

    .tooltip .tooltip-inner {
        min-width: 300px;
        padding: 12px 15px 16px;
    }

    .more-reasons {
        margin-bottom: 28px;
    }

        .more-reasons .holder {
            max-width: 797px;
        }

        .more-reasons .img-wrap {
            width: 122px;
        }

            .more-reasons .img-wrap.price {
                width: 131px;
            }

            .more-reasons .img-wrap.reserve {
                width: 178px;
            }

    .product-detail-wrap h1 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 2px;
    }

    .product-detail-wrap .web-code {
        margin-bottom: 10px;
    }

    .product-detail-wrap .prduct-detail-slide .slide {
        height: 355px;
    }

        .product-detail-wrap .prduct-detail-slide .slide .zoomer .zoomer-controls {
            right: 50px;
        }

    .product-detail-wrap .product-slide-nav .slide-wrap {
        max-width: 384px;
        padding: 0 38px;
    }

    .product-detail-wrap .product-slide-nav .slide1 {
        width: 84px;
        margin-right: 27px;
    }

        .product-detail-wrap .product-slide-nav .slide1:last-child {
            margin-right: 0;
        }

    .product-detail-wrap .product-slide-nav .btn-prev,
    .product-detail-wrap .product-slide-nav .btn-next {
        font-size: 40px;
    }

    .product-detail-wrap .old-price {
        font-size: 14px;
        padding-bottom: 0;
    }

    .product-detail-wrap .current-price {
        font-size: 21px;
    }

        .product-detail-wrap .current-price:first-child {
            padding-top: 11px;
        }

    .product-detail-wrap .regular-price {
        font-size: 14px;
        padding: 1px 0 4px;
    }

    .product-detail-wrap .save-info {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .product-detail-wrap .rating-holder {
        font-size: 16px;
    }

    .product-detail-wrap .used-condition {
        font-size: 16px;
        line-height: 1.25;
        margin-top: -15px;
    }

        .product-detail-wrap .used-condition .help {
            line-height: 1;
            font-size: 20px;
        }

    .product-detail-wrap .stock-availability {
        font-size: 16px;
        line-height: 1.25;
        padding: 10px 15px;
    }

        .product-detail-wrap .stock-availability.add1 {
            margin-bottom: 25px;
        }

        .product-detail-wrap .stock-availability .stock-info {
            font-size: 16px;
            margin-bottom: 0;
        }

        .product-detail-wrap .stock-availability .shipping {
            margin-bottom: 0;
        }

    .product-detail-wrap .shipping-info {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 26px;
    }

    .product-detail-wrap .store-call {
        font-size: 16px;
        line-height: 1.25;
    }

    .product-detail-wrap .link.check {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 29px;
    }

    .product-detail-wrap .product-desc-accrodian {
        margin-bottom: 29px;
    }

        .product-detail-wrap .product-desc-accrodian .panel > .opener {
            font-size: 16px;
            line-height: 1.25;
        }

        .product-detail-wrap .product-desc-accrodian .accrodian-content {
            font-size: 16px;
            line-height: 1.25;
            margin-top: 0;
            padding-bottom: 30px;
        }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.warranty {
                margin-top: -4px;
                padding-bottom: 20px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.refurbished {
                margin-top: -4px;
                padding-bottom: 20px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.availability {
                margin-top: -4px;
                padding-bottom: 13px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.availability p {
                    margin-bottom: 16px;
                }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.rating {
                margin-top: -5px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content .rating-info {
                padding: 1px 0 0 15px;
            }

            .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty {
                margin-top: -4px;
                padding-bottom: 20px;
            }

                .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty p {
                    margin-bottom: 7px;
                }

                    .product-detail-wrap .product-desc-accrodian .accrodian-content.used-warranty p + p {
                        margin-bottom: 16px;
                    }

        .product-detail-wrap .product-desc-accrodian .policy-list {
            margin-bottom: 4px;
        }

            .product-detail-wrap .product-desc-accrodian .policy-list li {
                margin-bottom: 8px;
            }

        .product-detail-wrap .product-desc-accrodian .help-logo {
            width: 130px;
            margin: -2px 1px 0 10px;
        }

        .product-detail-wrap .product-desc-accrodian .check-wrap {
            padding-left: 25px;
            margin-bottom: 8px;
        }

            .product-detail-wrap .product-desc-accrodian .check-wrap .fake-input i {
                font-size: 13px;
            }

            .product-detail-wrap .product-desc-accrodian .check-wrap .fake-input {
                width: 16px;
                height: 16px;
            }

        .product-detail-wrap .product-desc-accrodian .list {
            margin-bottom: 2px;
        }

            .product-detail-wrap .product-desc-accrodian .list li {
                margin-bottom: 8px;
            }

    .product-detail-wrap .btn-wrap .addcart {
        font-size: 16px;
        line-height: 41px;
    }

    .product-detail-wrap .more-options .options-holder .option-itme {
        height: 52px;
    }

    .product-details-holder {
        margin-bottom: 20px;
    }

        .product-details-holder h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .product-details-holder .tab-content {
            line-height: 1.291875;
            letter-spacing: .015em;
        }

            .product-details-holder .tab-content .img-wrap {
                margin-top: 3px;
            }

            .product-details-holder .tab-content p.add {
                line-height: 1.375;
                font-size: 16px;
                padding-top: 0;
            }

        .product-details-holder .feature-list {
            line-height: 1.25;
            font-size: 16px;
        }

            .product-details-holder .feature-list li {
                margin-bottom: 8px;
            }

        .product-details-holder .product-spec-tab {
            margin: -2px 0 0;
        }

            .product-details-holder .product-spec-tab h2 {
                margin-bottom: 15px;
            }

        .product-details-holder .table tbody > tr td,
        .product-details-holder .table tbody > tr th {
            font-size: 16px;
            line-height: 1.25;
        }

        .product-details-holder .what-include {
            margin-bottom: 16px;
        }

        .product-details-holder .kit-tab {
            padding-bottom: 26px;
        }

            .product-details-holder .kit-tab h2 {
                margin-bottom: 18px;
            }

            .product-details-holder .kit-tab .info-kit {
                font-size: 1.03375em;
            }

        .product-details-holder .kit-list li {
            padding: 14px 0 12px;
        }

        .product-details-holder .kit-list .img-holder {
            width: 132px;
        }

        .product-details-holder .kit-list .kit-detail {
            padding-bottom: 18px;
        }

            .product-details-holder .kit-list .kit-detail .text-holder {
                max-width: 540px;
                font-size: 16px;
                line-height: 1.25;
            }

        .product-details-holder .kit-list h3 {
            font-size: 18px;
        }

        .product-details-holder .kit-list .web-code {
            margin-bottom: 8px;
        }

        .product-details-holder .kit-list .shipping-info i {
            font-size: 18px;
        }

        .product-details-holder .kit-list .link-cart {
            margin: 0 0 0 25px;
        }

    .tab-holder {
        margin-bottom: 27px;
    }

    .details-tab.add li {
        width: 217px;
    }

        .details-tab.add li:first-child {
            width: 215px;
        }

        .details-tab.add li.spec {
            width: 182px;
        }

        .details-tab.add li.reviews {
            width: 182px;
        }

        .details-tab.add li.qa {
            width: 174px;
        }

    .details-tab li {
        font-size: 16px;
        width: 161px;
    }

        .details-tab li:first-child {
            width: 151px;
        }

        .details-tab li.spec {
            width: 118px;
        }

        .details-tab li.include {
            width: 139px;
        }

        .details-tab li.reviews {
            width: 138px;
        }

        .details-tab li.qa {
            width: 111px;
        }

        .details-tab li.resources {
            width: 152px;
        }

        .details-tab li > a:after {
            font-size: 14px;
            margin-top: -8px;
        }

    .experts-recommend {
        padding: 27px 0 15px;
    }

        .experts-recommend h2 {
            font-size: 24px;
            margin-bottom: 14px;
        }

    .slide-holder {
        padding: 21px 0 15px;
    }

        .slide-holder h3 {
            font-size: 20px;
        }

    .recomend-slide.slick-slider {
        padding: 0 65px;
    }

    .recomend-slide .btn-prev,
    .recomend-slide .btn-next {
        margin-top: -23px;
    }

    .recomend-slide .slide {
        width: 270px;
    }

    .recomend-slide .recomend-item .img-wrap {
        width: 120px;
    }

    .recomend-slide .recomend-item .product-name {
        font-size: 16px;
        line-height: 1.25;
    }

    .recomend-slide .recomend-item .current-price,
    .recomend-slide .recomend-item .save-info {
        font-size: 16px;
        line-height: 1.25;
    }

    .recomend-slide .recomend-item .item-footer {
        font-size: 14px;
        margin: 0;
    }

        .recomend-slide .recomend-item .item-footer .link-cart {
            margin: 0 10px 0 16px;
        }

    .special-offer-modal {
        margin-bottom: 15px;
    }

        .special-offer-modal h1 {
            font-size: 24px;
        }

        .special-offer-modal .conent-holder .top-text {
            max-width: 650px;
        }

        .special-offer-modal p {
            margin-bottom: 11px;
        }

        .special-offer-modal .offer-img {
            width: 198px;
            margin-top: -112px;
        }

        .special-offer-modal .close-holder {
            padding: 14px 0;
            font-size: 16px;
            line-height: 1.25;
        }

            .special-offer-modal .close-holder .link-close i {
                font-size: 18px;
            }

    .warranty-modal {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 14px;
    }

        .warranty-modal h1 {
            font-size: 24px;
            line-height: 33px;
        }

        .warranty-modal .text-img-wrap {
            padding-top: 15px;
        }

        .warranty-modal .img-wrap {
            width: 324px;
            right: 26px;
            bottom: -19px;
        }

        .warranty-modal .text-wrap {
            max-width: 536px;
        }

        .warranty-modal .life-plan-logo {
            width: 292px;
        }

        .warranty-modal p {
            margin-bottom: 16px;
        }

            .warranty-modal p.add {
                margin-bottom: 25px;
            }

        .warranty-modal .help-plan {
            padding-bottom: 28px;
        }

        .warranty-modal .btns-holder {
            padding-top: 15px;
            padding-bottom: 10px;
        }

    .cart-items-holder h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .cart-table .col1 {
        width: 536px;
    }

    .cart-table .col2 {
        width: 112px;
    }

    .cart-table .form-control {
        height: 32px;
        width: 48px;
        padding: 5px 7px;
        text-align: center;
        margin: 6px auto 9px;
    }

    .cart-table tbody > tr > th,
    .cart-table tbody > tr > td,
    .cart-table thead > tr > th,
    .cart-table thead > tr > td {
        font-size: 16px;
        line-height: 1.25;
    }

        .cart-table thead > tr > th:last-child,
        .cart-table thead > tr > td:last-child {
            padding-left: 80px;
        }

    .cart-table tbody > tr > th,
    .cart-table tbody > tr > td {
        padding-bottom: 14px;
    }

        .cart-table tbody > tr > th:last-child,
        .cart-table tbody > tr > td:last-child {
            padding: 14px 0 42px 80px;
        }

            .cart-table tbody > tr > th:last-child.offer,
            .cart-table tbody > tr > td:last-child.offer {
                padding-bottom: 17px;
            }

    .cart-table .img-holder {
        width: 132px;
        margin: 4px 31px 16px 0;
    }

    .cart-table .item-desc {
        max-width: 294px;
    }

    .cart-table .name {
        font-size: 16px;
        line-height: 1.25;
    }

    .cart-table .web-code {
        font-size: 14px;
        line-height: 18px;
    }

    .cart-table .bonus-box {
        font-size: 16px;
        line-height: 18px;
        max-width: 455px;
        margin-bottom: 18px;
    }

    .promotions-row .title,
    .promotions-row .promo-code,
    .promotions-row label,
    .promotions-row .info-text {
        font-size: 16px;
        line-height: 1.25;
    }

    .promotions-row .title {
        margin-bottom: 9px;
    }

    .promotions-row label {
        margin-bottom: 14px;
    }

    .promotions-row .input-wrap {
        padding-right: 30px;
    }

        .promotions-row .input-wrap .reload {
            font-size: 18px;
        }

    .promotions-row .form-control {
        height: 32px;
        padding: 5px 7px;
    }

    .cart-amount-detail {
        font-size: 16px;
        line-height: 1.25;
        padding: 15px 0 0;
        margin: 0 0 34px;
    }

        .cart-amount-detail .btn-wrap .btn {
            font-size: 16px;
            line-height: 41px;
        }

    .amount-table > tbody > tr > th,
    .amount-table > tbody > tr > td {
        font-size: 16px;
        line-height: 22px;
    }

    .amount-table > tbody > tr:last-child > th,
    .amount-table > tbody > tr:last-child > td {
        padding-bottom: 27px;
    }

    .amount-table tfoot > tr > th,
    .amount-table tfoot > tr > td {
        padding: 10px 0;
        font-size: 16px;
    }

    .close-holder {
        font-size: 16px;
        padding: 15px 0;
    }

        .close-holder .close-link .fa-close {
            margin: 0 3px;
            font-size: 18px;
        }

    .checkout-option-holder {
        font-size: 16px;
        line-height: 1.25;
    }

        .checkout-option-holder h1 {
            font-size: 24px;
            margin-bottom: 24px;
        }

        .checkout-option-holder .form-field-info {
            padding-top: 5px;
        }

        .checkout-option-holder h2 {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 25px;
        }

        .checkout-option-holder .info-text {
            margin-bottom: 31px;
        }

        .checkout-option-holder .btn {
            font-size: 16px;
            line-height: 34px;
        }

        .checkout-option-holder .form-control {
            height: 32px;
        }

        .checkout-option-holder .check-wrap {
            padding-left: 21px;
        }

        .checkout-option-holder.shipping .check-wrap {
            margin-bottom: 25px;
        }

    .reservation-confirmation h1 {
        letter-spacing: -.04em;
    }

    .reservation-confirmation .text-holder {
        padding-bottom: 45px;
    }

        .reservation-confirmation .text-holder span {
            font-size: 16px;
            padding-bottom: 8px;
        }

    .reservation-confirmation .order-details {
        padding-bottom: 33px;
        margin-bottom: 25px;
    }

    .reservation-confirmation .order-number {
        padding-bottom: 4px;
    }

        .reservation-confirmation .order-number strong {
            font-size: 20px;
        }

    .reservation-confirmation .order-date {
        padding-bottom: 14px;
    }

    .reservation-confirmation .order-items {
        margin-bottom: 23px;
    }

    .reservation-confirmation .pickup-location .heading {
        font-size: 20px;
        padding: 0 0 10px;
    }

    .reservation-confirmation .pickup-location address {
        font-size: 16px;
    }

    .reservation-confirmation .amount-table thead th {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .reservation-confirmation .amount-table tbody tr th {
        width: 43%;
    }

    .reservation-confirmation .amount-table tbody tr td {
        width: 57%;
    }

    .reservation-confirmation .btn-continue {
        font-size: 16px;
        min-width: 289px;
        padding: 12px;
    }

    .shipping-detail-holder .opener.complete:after {
        font-size: 14px;
        right: 16px;
    }

    .shipping-detail-holder .opener.collapsed:hover {
        background: #f3f3f3;
        color: #505e68;
    }

    .shipping-detail-holder .opener:hover {
        background: #dadada;
    }

    .shipping-detail-holder .opener {
        font-size: 18px;
        padding-left: 34px;
    }

    .shipping-detail-holder .form-info {
        margin-bottom: 10px;
    }

    .shipping-detail-holder .btn-continue {
        min-width: 183px;
    }

    .shipping-detail-holder .radio-wrap {
        padding-left: 22px;
        margin-bottom: 13px;
    }

        .shipping-detail-holder .radio-wrap.last {
            margin-bottom: 30px;
        }

    .address-form .form-group {
        margin-bottom: 10px;
    }

    .address-form .input-wrap {
        padding-right: 24px;
    }

        .address-form .input-wrap .help {
            font-size: 19px;
        }

    .address-form .add-address {
        padding: 13px 0 27px;
    }

    .address-form textarea.form-control {
        margin-bottom: 4px;
    }

    .address-form .comment-wrap {
        margin-bottom: 32px;
    }

        .address-form .comment-wrap .info-holder {
            font-size: 16px;
            line-height: 1.25;
        }

    .order-summary-box {
        padding: 6px 0 0;
    }

        .order-summary-box .link {
            margin-top: 6px;
        }

        .order-summary-box h2 {
            font-size: 20px;
            margin-bottom: 30px;
        }

        .order-summary-box .item-wrap {
            padding-bottom: 0;
        }

        .order-summary-box .img-holder {
            width: 132px;
            margin: 4px 31px 16px 0;
        }

        .order-summary-box .item-desc {
            max-width: 294px;
        }

        .order-summary-box .name {
            font-size: 16px;
            line-height: 1.25;
        }

        .order-summary-box .web-code {
            font-size: 14px;
            line-height: 18px;
        }

        .order-summary-box .bonus-box {
            font-size: 16px;
            line-height: 18px;
            max-width: 455px;
            margin-bottom: 15px;
        }

        .order-summary-box .amount-table > tbody > tr > th,
        .order-summary-box .amount-table > tbody > tr > td {
            width: 56.8%;
            font-size: 16px;
        }

            .order-summary-box .amount-table > tbody > tr > th:first-child,
            .order-summary-box .amount-table > tbody > tr > td:first-child {
                width: 43.2%;
            }

        .order-summary-box .amount-table > tbody > tr:last-child > th,
        .order-summary-box .amount-table > tbody > tr:last-child > td {
            padding-bottom: 12px;
        }

        .order-summary-box .amount-table tfoot > tr > th,
        .order-summary-box .amount-table tfoot > tr > td {
            padding: 11px 0;
        }

    .shipping-method-form p {
        margin-bottom: 13px;
    }

    .shipping-method-form .deliver-address {
        padding-left: 21px;
        margin: -3px 0 16px;
    }

    .location-select-form .input-wrap {
        padding-right: 30px;
    }

        .location-select-form .input-wrap .reload {
            font-size: 18px;
        }

    .location-select-form .map-wrap .map-pin {
        width: 41px;
        height: 54px;
    }

        .location-select-form .map-wrap .map-pin.pin1 {
            left: 199px;
            top: 176px;
        }

        .location-select-form .map-wrap .map-pin.pin2 {
            left: 276px;
            top: 75px;
        }

        .location-select-form .map-wrap .map-pin.pin3 {
            top: 60px;
            left: 172px;
        }

        .location-select-form .map-wrap .map-pin.user {
            width: 34px;
            height: 44px;
            left: 242px;
            top: 174px;
        }

    .location-item .holder {
        padding-right: 101px;
    }

    .location-item .map-info {
        width: 101px;
    }

        .location-item .map-info .ico-wrap {
            font-size: 50px;
        }

        .location-item .map-info .num {
            top: 11px;
        }

        .location-item .map-info .km-info {
            font-size: 14px;
        }

    .location-item .location-detail {
        padding: 9px 0 11px 43px;
    }

    .notice-holder {
        padding: 25px 25px 30px 29px;
    }

    .payment-detail-form .input-wrap.help {
        padding-right: 24px;
    }

    .payment-detail-form .input-wrap.amount {
        margin-bottom: 10px;
    }

        .payment-detail-form .input-wrap.amount:before {
            line-height: 30px;
        }

    .payment-detail-form .input-wrap {
        padding-right: 30px;
    }

        .payment-detail-form .input-wrap .reload {
            font-size: 18px;
        }

        .payment-detail-form .input-wrap .help {
            font-size: 19px;
        }

    .payment-detail-form .form-group {
        margin-bottom: 13px;
    }

    .payment-detail-form .add-gift {
        margin-bottom: 31px;
    }

    .payment-detail-form .promotions-box {
        padding: 10px 0 16px;
    }

    .payment-detail-form .secure-payment-box .radio-wrap {
        padding-left: 19px;
    }

    .billing-address-form .radio-wrap + .radio-wrap {
        margin-bottom: 30px;
    }

        .billing-address-form .radio-wrap + .radio-wrap.add {
            margin-bottom: 25px;
        }

    .billing-address-form .input-wrap {
        padding-right: 24px;
    }

        .billing-address-form .input-wrap .help {
            font-size: 19px;
        }

    .final-review-form {
        padding: 12px 15px;
    }

        .final-review-form .info {
            margin-bottom: 29px;
        }

        .final-review-form .detail-info-box {
            padding: 10px 0 13px;
        }

            .final-review-form .detail-info-box .title {
                font-size: 18px;
                margin-bottom: 12px;
            }

            .final-review-form .detail-info-box .link-wrap {
                margin-top: -5px;
            }

            .final-review-form .detail-info-box .info {
                margin-bottom: 10px;
            }

            .final-review-form .detail-info-box address {
                line-height: 1.25;
                margin-bottom: 6px;
            }

            .final-review-form .detail-info-box .comment-box {
                margin-bottom: 2px;
            }

        .final-review-form .btn-wrap {
            padding-top: 20px;
        }

    .shipping .final-review-form .adv-area + .check-wrap {
        margin-bottom: 14px;
    }

    .order-confirmation-holder {
        font-size: 16px;
        line-height: 1.25;
    }

        .order-confirmation-holder h1 {
            font-size: 24px;
            margin-bottom: 13px;
        }

        .order-confirmation-holder .order-info {
            margin-bottom: 7px;
        }

        .order-confirmation-holder p {
            margin-bottom: 23px;
        }

        .order-confirmation-holder h2 {
            font-size: 20px;
            margin-bottom: 21px;
        }

        .order-confirmation-holder .detail-info-box {
            padding: 10px 0 13px;
        }

            .order-confirmation-holder .detail-info-box:last-child {
                padding-bottom: 5px;
            }

            .order-confirmation-holder .detail-info-box .title {
                font-size: 18px;
                margin-bottom: 12px;
            }

            .order-confirmation-holder .detail-info-box address {
                line-height: 1.25;
                margin-bottom: 6px;
            }

            .order-confirmation-holder .detail-info-box .comment-box {
                margin-bottom: 2px;
            }

        .order-confirmation-holder .order-summary-box {
            padding-top: 10px;
        }

            .order-confirmation-holder .order-summary-box .amount-table {
                margin-bottom: 29px;
            }

    .order-confirmation .item-wrap {
        padding: 10px 0 12px;
    }

    .order-confirmation .img-holder {
        width: 132px;
        margin: 4px 31px 5px 0;
    }

    .order-confirmation .name {
        font-size: 16px;
        line-height: 1.25;
    }

    .order-confirmation .web-code {
        font-size: 14px;
        line-height: 18px;
    }

    .order-confirmation .bonus-box {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .checkout-option-holder.reserve {
        padding-top: 14px;
    }

    .unavailable-reservation .info-reservation {
        padding: 13px 15px;
        margin-bottom: 12px;
    }

        .unavailable-reservation .info-reservation .fa-warning {
            font-size: 18px;
        }

    .unavailable-reservation p {
        margin-bottom: 7px;
    }

    .unavailable-reservation .info-title {
        padding-top: 17px;
    }

    .unavailable-reservation .item-wrap {
        padding: 10px 0 0;
    }

    .unavailable-reservation .img-holder {
        width: 132px;
        margin: 4px 31px 16px 0;
    }

    .unavailable-reservation .name {
        font-size: 16px;
        line-height: 1.25;
    }

    .unavailable-reservation .web-code {
        font-size: 14px;
        line-height: 18px;
    }

    .unavailable-reservation .btn-wrap .btn {
        margin-bottom: 29px;
    }

    .order-summary-box.reservation .amount-table {
        margin-bottom: 18px;
    }

    .order-summary-box.reservation .detail-info-box {
        padding: 10px 0 14px;
    }

        .order-summary-box.reservation .detail-info-box address {
            line-height: 1.25;
            margin-bottom: 7px;
        }

    .order-summary-box.reservation.detail .amount-table {
        margin-bottom: 29px;
    }

    .order-summary-box.reservation.detail .detail-info-box .title {
        margin-bottom: 11px;
    }

    .reservation-details .pickup-title-holder {
        margin-bottom: 11px;
    }

    .reservation-details .pickup-title {
        font-size: 18px;
    }

    .reservation-details .pickup-detail-box {
        padding-bottom: 28px;
    }

        .reservation-details .pickup-detail-box address {
            line-height: 1.25;
        }

    .reservation-details .opening-hours dt,
    .reservation-details .opening-hours dd {
        line-height: 1.25;
    }

    .reservation-details .opening-hours dd {
        padding-left: 3px;
    }

    .reservation-details .header-wrap h2 {
        font-size: 20px;
    }

    .reservation-details .header-wrap .link {
        margin-top: 5px;
    }

    .reservation-details .item-wrap {
        padding-bottom: 0;
    }

    .reservation-details .img-holder {
        width: 117px;
        margin: 4px 31px 16px 0;
    }

    .reservation-details .name {
        font-size: 16px;
        line-height: 1.25;
    }

    .reservation-details .web-code {
        font-size: 14px;
        line-height: 18px;
    }

    .reservation-details .available-status {
        padding-left: 24px;
    }

        .reservation-details .available-status:before {
            font-size: 18px;
            top: -2px;
        }

    .reservation-details .remove-wrap {
        padding: 0 0 12px;
    }

    .popup-wrap .items-wrap {
        width: calc(100% - 132px);
    }

    .popup-wrap .item .remove {
        width: 11px;
        height: 11px;
    }

        .popup-wrap .item .remove:before,
        .popup-wrap .item .remove:after {
            height: 7px;
        }

    .popup-wrap .item .add-more {
        padding: 25px;
        font-size: 12px;
    }

    .popup-wrap .text {
        font-size: 12px;
        padding-right: 5px;
    }

    .popup-wrap .img-holder {
        padding-right: 8px;
    }

    .popup-wrap .btn-holder {
        width: 132px;
    }

    .popup-wrap .btn {
        font-size: 16px;
    }

        .popup-wrap .btn.compare {
            padding: 2px 3px 5px;
        }

        .popup-wrap .btn.remove {
            font-size: 12px;
        }

    .popup-wrap .close:before,
    .popup-wrap .close:after {
        width: 2px;
    }

    .product-filter-holder .filter-title {
        width: 213px;
    }

        .product-filter-holder .filter-title:before {
            display: none;
        }

    .product-filter-holder .sort-holder .title {
        font-size: 14px;
    }

    .product-filter-holder .view-option {
        margin-right: 57px;
    }

        .product-filter-holder .view-option .title {
            margin-right: 12px;
        }

    .product-filter-holder .sort-option .title {
        padding: 0 13px;
    }

    .product-filter-holder .sort-option .sort-wrap {
        width: 164px;
    }

    .filter-holder {
        width: 213px;
    }

        .filter-holder .aside-adv {
            padding-left: 14px;
            margin-bottom: 15px;
        }

    .filter-list {
        margin-bottom: 15px;
    }

        .filter-list > li > .opener:hover {
            background: #f78f1e;
        }

    .product-grid-holder {
        width: 727px;
    }

    .compare-box {
        padding-top: 13px;
    }

        .compare-box .row {
            margin: 0 -10px;
        }

        .compare-box [class^="col-"],
        .compare-box [class*=" col-"] {
            padding: 0 10px;
        }

        .compare-box .col-md-4 {
            width: 33.85%;
        }

        .compare-box .col-md-8 {
            width: 66.15%;
        }

        .compare-box .close-link {
            display: inline-block;
            vertical-align: top;
            float: none;
            font-size: 14px;
            margin-bottom: 53px;
        }

        .compare-box .btn-compare {
            font-size: 17px;
            padding: 4px 10px 5px;
            min-width: 132px;
        }

    .compare-product {
        height: 98px;
        max-width: 98px;
        margin-top: 2px;
        margin-bottom: 13px;
    }

        .compare-product .close {
            width: 12px;
            height: 12px;
        }

    .product-info-detail .adv {
        margin-bottom: 28px;
    }

    .product-compare-wrap [class^="col-"]:first-child + div + div .product-compare-item,
    .product-compare-wrap [class*=" col-"]:first-child + div + div .product-compare-item {
        border: none;
        padding-top: 0;
    }

    .product-compare-wrap .load-more {
        margin-left: 5px;
        bottom: -101px;
    }

    .product-compare-item {
        padding: 28px 0;
    }

        .product-compare-item .img-wrap {
            padding-right: 40px;
            margin-bottom: -2px;
        }

            .product-compare-item .img-wrap img {
                width: 127px;
            }

        .product-compare-item .rating-holder {
            margin-bottom: 11px;
        }

        .product-compare-item .stock-availability i {
            margin-top: -1px;
        }

        .product-compare-item .btn-wrap .btn {
            font-size: 13px;
            min-width: 132px;
        }

            .product-compare-item .btn-wrap .btn.btn-info {
                display: inline-block;
                vertical-align: top;
                margin-top: 5px;
            }

        .product-compare-item .link-detail {
            display: none;
        }

    .load-more-wrap {
        padding: 131px 9976px 23px 15px;
    }

        .load-more-wrap:before {
            height: 4px;
        }

    .product-modal .modal-close {
        width: 50px;
        height: 52px;
        font-size: 21px;
    }

    .product-modal .product-detail-wrap .btn-wrap .row {
        margin: 0 -26px;
    }

    .product-modal .product-detail-wrap .btn-wrap [class^="col-"],
    .product-modal .product-detail-wrap .btn-wrap [class*=" col-"] {
        padding: 0 26px;
    }

    .product-modal .product-detail-wrap .current-price {
        padding-right: 30px;
    }

    .product-modal .product-slide-nav .slide1 {
        width: 81px;
        margin-right: 15px;
    }

    .product-modal .product-slide-nav .slide-wrap {
        max-width: 334px;
    }

    .list .product-info-detail {
        padding-top: 25px;
    }

    .list .product-compare-item {
        padding: 27px 0 15px;
    }

        .list .product-compare-item .img-wrap {
            margin: 0 0 -2px;
        }

            .list .product-compare-item .img-wrap img {
                width: 184px;
            }

        .list .product-compare-item .stock-availability {
            margin-bottom: 8px;
        }

        .list .product-compare-item .btn-wrap {
            padding-top: 22px;
        }

            .list .product-compare-item .btn-wrap .btn {
                font-size: 14px;
                border-radius: 12px;
                line-height: 34px;
                margin-bottom: 9px;
            }

    .list .load-more-wrap {
        padding-top: 127px;
    }

        .list .load-more-wrap:before {
            display: none;
        }

    .welcome-modal {
        font-size: 18px;
        line-height: 22px;
    }

        .welcome-modal .modal-wrap {
            padding-bottom: 30px;
        }

        .welcome-modal .bg-image {
            background-image: url(../images/img35.jpg);
        }

        .welcome-modal h1 {
            font-size: 24px;
            margin-bottom: 16px;
        }

        .welcome-modal .good-luck-text {
            margin-bottom: 25px;
        }

        .welcome-modal form {
            max-width: 295px;
        }

        .welcome-modal .btn-signup {
            font-size: 16px;
            padding: 14px 10px;
            min-width: 131px;
        }

        .welcome-modal .close-holder {
            padding: 14px 0;
            font-size: 16px;
            line-height: 1.25;
        }

            .welcome-modal .close-holder .link-close i {
                font-size: 18px;
            }

    .store-locate {
        padding-top: 13px;
    }

        .store-locate h1 {
            font-size: 28px;
            line-height: 1;
        }

        .store-locate .details-tab > li {
            font-size: 18px;
        }

            .store-locate .details-tab > li:first-child {
                width: 50%;
            }

    .store-locate-detail {
        font-size: 16px;
        line-height: 1.25;
    }

        .store-locate-detail .form-control {
            height: 32px;
        }

        .store-locate-detail .input-wrap {
            padding-right: 0;
            padding-top: 3px;
        }

        .store-locate-detail .btn-locate {
            font-size: 16px;
            padding: 8px 5px;
            margin: 0;
        }

        .store-locate-detail .province-city .col-sm-4 {
            width: 37.3%;
        }

        .store-locate-detail .province-city .col-xs-6 {
            width: 25.4%;
        }

        .store-locate-detail .jcf-select {
            margin-top: 3px;
        }

        .store-locate-detail .map-place-holder {
            padding-top: 30px;
        }

        .store-locate-detail .map-box .map-pin {
            width: 47px;
            height: 60px;
        }

            .store-locate-detail .map-box .map-pin.pin1 {
                top: 200px;
                left: 421px;
            }

            .store-locate-detail .map-box .map-pin.pin2 {
                top: 279px;
                left: 386px;
            }

            .store-locate-detail .map-box .map-pin.pin3 {
                top: 317px;
                left: 512px;
            }

            .store-locate-detail .map-box .map-pin.user {
                width: 38px;
                height: 50px;
                top: 242px;
                left: 472px;
            }

    .locate-item .map-info {
        width: 51px;
    }

        .locate-item .map-info .ico-wrap {
            font-size: 52px;
        }

        .locate-item .map-info .num {
            top: 11px;
        }

    .locate-item .link-wrap a:first-child {
        margin-right: 10px;
    }

    .location-list-holder h2 {
        font-size: 24px;
        padding-bottom: 9px;
    }

    .location-list-holder .location-item-box {
        font-size: 16px;
        line-height: 1.25;
    }

        .location-list-holder .location-item-box address {
            line-height: 1.25;
            margin-bottom: 8px;
        }

        .location-list-holder .location-item-box .link-wrap a:first-child {
            margin-right: 28px;
        }

        .location-list-holder .location-item-box .link-wrap .fa-info-circle {
            font-size: 18px;
        }

    .store-detail-holder h1 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 7px;
    }

    .store-detail-holder .store-top-detail {
        font-size: 16px;
        line-height: 1.25;
    }

        .store-detail-holder .store-top-detail .tel-wrap {
            margin-right: 27px;
            letter-spacing: .01em;
        }

        .store-detail-holder .store-top-detail .btn-make {
            font-size: 16px;
            max-width: 213px;
            line-height: 26px;
        }

    .store-detail-holder .open-info-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }

        .store-detail-holder .open-info-box dl dt,
        .store-detail-holder .open-info-box dl dd {
            line-height: 1.25;
        }

    .store-detail-holder .tab-holder {
        margin-bottom: 21px;
    }

    .store-detail-holder .details-tab > li {
        font-size: 18px;
    }

    .store-detail-holder .map-box .map-pin {
        width: 47px;
        height: 61px;
        top: 24.2%;
        left: 41.1%;
    }

    .workshops-holder .date {
        font-size: 20px;
        padding: 0 0 13px;
        margin-bottom: 0;
    }

    .workshops-item {
        font-size: 16px;
        line-height: 1.25;
        padding: 10px 0 16px;
    }

        .workshops-item .web-code {
            font-size: 14px;
        }

        .workshops-item .img-wrap {
            margin-top: 5px;
        }

        .workshops-item .current-price .price-unit {
            font-size: 14px;
        }

        .workshops-item .rating-holder {
            margin-bottom: 13px;
        }

            .workshops-item .rating-holder .rating i {
                margin: 0 2px;
            }

        .workshops-item .num-info {
            padding: 0;
        }

            .workshops-item .num-info .num-count {
                height: 32px;
                width: 48px;
                padding: 6px 3px;
                margin: 0 31px 0 15px;
            }

        .workshops-item .btn-cart {
            font-size: 16px;
            min-width: 132px;
        }

    .my-account-holder h1 {
        margin-bottom: 28px;
        padding-top: 2px;
        margin-bottom: 20px;
    }

    .breadcrumb.gift {
        margin-bottom: 9px;
    }

    .side-nav {
        margin: 0 -8px 0 0;
    }

    .profile-box .profile-info > tbody > tr > th:first-child {
        width: 178px;
    }

    .prchase-history .col1 {
        width: 178px;
    }

    .prchase-history .col2 {
        width: 166px;
    }

    .prchase-history .col3 {
        width: 165px;
    }

    .prchase-history .col4 {
        width: 206px;
    }

    .prchase-history .col5 {
        width: 116px;
    }

    .prchase-history .table > thead > tr > th,
    .prchase-history .table > thead > tr > td {
        padding-right: 5px;
    }

    .prchase-history .table > tbody > tr > td,
    .prchase-history .table > tbody > tr > th {
        padding-right: 5px;
    }

    .prchase-history .purchase-empty {
        padding: 46px 0 60px;
    }

    .wish-list {
        margin-bottom: 55px;
    }

        .wish-list .wish-list-empty {
            padding: 44px 0 10px;
        }

    .wish-list-item .img-holder {
        margin-top: -18px;
    }

        .wish-list-item .img-holder.add {
            margin: -13px 30px 0 -9px;
        }

        .wish-list-item .img-holder.add1 {
            margin: -4px 32px 0 12px;
        }

    .wish-list-item .item-desc {
        width: 216px;
    }

    .wish-list-item .qty-input {
        float: left;
    }

    .wish-list-item .jcf-number {
        width: 152px;
    }

    .wish-list-item .btn-wrap {
        float: right;
        text-align: center;
        width: 149px;
    }

    .wish-list-item .btn-cart {
        font-size: 13px;
        width: 149px;
        padding: 9px 5px;
    }

    .my-account-profile {
        max-width: 407px;
        padding: 1px 0 41px;
        margin: 0;
    }

        .my-account-profile .form-info {
            margin-bottom: 21px;
        }

        .my-account-profile .check-wrap {
            padding: 10px 0 0 32px;
            margin-bottom: 15px;
        }

            .my-account-profile .check-wrap .fake-input {
                top: 9px;
            }

                .my-account-profile .check-wrap .fake-input i {
                    font-size: 20px;
                }

        .my-account-profile .btn {
            padding: 9px 5px;
        }

        .my-account-profile .btn-cancel {
            width: 160px;
            margin-right: 16px;
        }

        .my-account-profile .btn-save {
            width: 231px;
        }

    .saved-address-container {
        margin-top: 0;
    }

        .saved-address-container .btn-wrap {
            margin-bottom: 20px;
            padding-bottom: 36px;
        }

        .saved-address-container .btn-add-new {
            padding: 9px 5px;
        }

        .saved-address-container form {
            max-width: 657px;
        }

        .saved-address-container .row {
            margin: 0 -9px;
        }

            .saved-address-container .row [class^="col-"],
            .saved-address-container .row [class*=" col-"] {
                padding: 0 9px;
            }

    .saved-address-item .fake-label {
        margin-bottom: 16px;
    }

    .address-edit-modal .form-info {
        margin-bottom: 20px;
    }

    .address-edit-modal .check-wrap {
        margin-bottom: 32px;
    }

    .address-edit-modal .btn-wrap {
        padding-bottom: 19px;
    }

        .address-edit-modal .btn-wrap .link {
            margin: 0 47px 0 -22px;
        }

    .address-edit-modal .btn {
        font-size: 13px;
        line-height: 18px;
        min-width: 168px;
        padding: 10px;
    }

    .gift-cards-block .top-text {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .gift-cards-block h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .gift-cards-block h2 {
        font-size: 24px;
    }

    .gift-cards-block .form-field-info {
        font-size: 16px;
        letter-spacing: -.02em;
    }

    .gift-cards-block .gift-card-balance {
        font-size: 16px;
        line-height: 1.25;
    }

        .gift-cards-block .gift-card-balance p {
            margin-bottom: 27px;
        }

    .gift-cards-block.egift .top-text {
        padding-bottom: 2px;
        margin-bottom: 26px;
    }

    .gift-cards-block .img-container {
        margin-top: 4px;
    }

        .gift-cards-block .img-container .value-text {
            font-size: 16px;
        }

    .gift-cards-block form {
        font-size: 16px;
        line-height: 1.25;
    }

    .gift-cards-block .label-title {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .gift-cards-block .radio-wrap {
        padding-left: 22px;
        margin-bottom: 13px;
    }

        .gift-cards-block .radio-wrap + .radio-wrap {
            margin-bottom: 25px;
        }

        .gift-cards-block .radio-wrap .fake-input {
            line-height: 20px;
        }

    .gift-cards-block .form-group {
        margin-bottom: 11px;
    }

    .gift-cards-block label {
        margin-bottom: 4px;
    }

    .gift-cards-block .form-control {
        height: 32px;
    }

    .gift-cards-block .message-wrap .info-holder {
        font-size: 16px;
        line-height: 1.25;
    }

    .gift-cards-block textarea.form-control {
        margin-bottom: 4px;
        min-height: 200px;
    }

    .gift-cards-block .btn {
        font-size: 16px;
        line-height: 34px;
        max-width: 293px;
    }

        .gift-cards-block .btn.btn-check-balance {
            font-size: 16px;
            max-width: 213px;
            line-height: 26px;
        }

    .gift-cards-slide:before,
    .gift-cards-slide:after {
        width: 80px;
    }

    .gift-cards-slide {
        padding: 0 46px;
        margin-bottom: 32px;
    }

        .gift-cards-slide.egift {
            margin-bottom: 41px;
        }

        .gift-cards-slide .slide {
            width: 284px;
            padding: 0 35px;
        }

        .gift-cards-slide .btn-prev {
            left: 36px;
        }

        .gift-cards-slide .btn-next {
            right: 36px;
        }

    .gift-card-item .img-holder {
        margin-bottom: 11px;
    }

    .gift-card-item .name {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 2px;
    }

    .gift-card-item .price {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .gift-card-item .add-cart {
        font-size: 16px;
    }

    .rental-container {
        padding-top: 5px;
    }

        .rental-container .rental-logo {
            width: 201px;
            margin-bottom: 15px;
        }

        .rental-container .rental-contact-info {
            font-size: 16px;
            line-height: 1.25;
        }

            .rental-container .rental-contact-info .info-wrap {
                margin: 0 41px 10px 30px;
            }

        .rental-container .reservation-detail-box {
            padding-top: 13px;
            min-height: 300px;
        }

        .rental-container .more-options .options-holder .option-itme {
            height: 57px;
        }

        .rental-container .more-options .option-link {
            font-size: 16px;
        }

    .rental-detail-container {
        background: #6e818f;
        padding-top: 30px;
        margin-bottom: 30px;
    }

        .rental-detail-container .panel > .opener {
            font-size: 18px;
            line-height: 20px;
        }

        .rental-detail-container .rental-body {
            padding: 29px 15px;
        }

        .rental-detail-container .table .col1 {
            width: 448px;
        }

        .rental-detail-container .table .col2 {
            width: 155px;
        }

        .rental-detail-container .table .col3 {
            width: 153px;
        }

        .rental-detail-container .table > thead > tr > th,
        .rental-detail-container .table > thead > tr > td,
        .rental-detail-container .table > tbody > tr > th,
        .rental-detail-container .table > tbody > tr > td {
            font-size: 16px;
            line-height: 1.25;
        }

    .reserve-pickup-holder {
        font-size: 16px;
        line-height: 1.25;
    }

        .reserve-pickup-holder .breadcrumb {
            margin-bottom: 11px;
        }

        .reserve-pickup-holder .mandatory-fields {
            padding-top: 15px;
        }

        .reserve-pickup-holder h1 {
            font-size: 32px;
            margin-bottom: 17px;
        }

        .reserve-pickup-holder .form-field-info {
            padding-top: 5px;
        }

        .reserve-pickup-holder h2 {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 25px;
        }

        .reserve-pickup-holder .info-text {
            margin-bottom: 31px;
        }

        .reserve-pickup-holder .btn-holder {
            height: 26px;
        }

        .reserve-pickup-holder .btn {
            font-size: 12px;
            padding: 7px 17px;
        }

            .reserve-pickup-holder .btn.btn-continue,
            .reserve-pickup-holder .btn.btn-more {
                font-size: 16px;
                padding: 14px;
            }

            .reserve-pickup-holder .btn.btn-remove {
                bottom: 7px;
                right: 7px;
            }

        .reserve-pickup-holder .form-control {
            height: 32px;
        }

        .reserve-pickup-holder .check-wrap {
            padding-left: 21px;
        }

        .reserve-pickup-holder.shipping .check-wrap {
            margin-bottom: 25px;
        }

    .pickup-shipping-holder .panel-collapse {
        padding: 30px 0;
    }

    .pickup-shipping-holder .opener.complete:after {
        font-size: 14px;
        right: 16px;
    }

    .pickup-shipping-holder .opener.collapsed:hover {
        background: #f3f3f3;
        color: #505e68;
    }

    .pickup-shipping-holder .opener:hover {
        background: #dadada;
    }

    .pickup-shipping-holder .opener {
        font-size: 18px;
        padding-left: 34px;
    }

    .pickup-shipping-holder .form-info {
        font-size: 16px;
    }

        .pickup-shipping-holder .form-info strong {
            font-size: 20px;
            padding-bottom: 4px;
        }

    .pickup-shipping-holder .radio-wrap {
        padding-left: 22px;
        margin-bottom: 13px;
    }

        .pickup-shipping-holder .radio-wrap.last {
            margin-bottom: 30px;
        }

    .pickup-shipping-holder .amount-table thead th {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .pickup-shipping-holder .btn-continue,
    .pickup-shipping-holder .btn-more {
        max-width: 290px;
        padding: 14px;
    }

    .pickup-location-form .form-group {
        margin-bottom: 25px;
    }

    .pickup-location-form .holder {
        padding: 10px 0 15px 80px;
    }

        .pickup-location-form .holder .map-info {
            width: 51px;
        }

        .pickup-location-form .holder .default-location strong {
            font-size: 20px;
        }

    .notice-holder {
        padding: 25px 25px 30px 29px;
    }

    .pickup-reservation-details .pickup-title-holder {
        margin-bottom: 11px;
    }

    .pickup-reservation-details .pickup-title {
        font-size: 18px;
    }

    .pickup-reservation-details .opening-hours dt,
    .pickup-reservation-details .opening-hours dd {
        line-height: 1.25;
    }

    .pickup-reservation-details .opening-hours dd {
        padding-left: 3px;
    }

    .pickup-reservation-details .header-wrap strong {
        font-size: 20px;
    }

    .pickup-reservation-details .items-holder {
        margin-bottom: 56px;
    }

    .pickup-reservation-details .img-holder {
        width: 227px;
    }

        .pickup-reservation-details .img-holder img {
            max-width: 117px;
        }

    .pickup-reservation-details .item-desc {
        padding: 12px 15px 30px 0;
    }

    .pickup-reservation-details .name {
        font-size: 16px;
        line-height: 1.25;
    }

    .pickup-reservation-details .web-code {
        font-size: 14px;
        line-height: 18px;
    }

    .pickup-address-form .form-info {
        padding-bottom: 9px;
    }

    .pickup-address-form .form-group {
        margin-bottom: 10px;
    }

    .pickup-address-form .check-wrap {
        margin-bottom: 43px;
    }

    .pickup-address-form .add-address {
        padding: 13px 0 27px;
    }

    .pickup-address-form textarea.form-control {
        margin-bottom: 4px;
    }

    .pickup-address-form .comment-wrap {
        margin-bottom: 32px;
    }

        .pickup-address-form .comment-wrap .info-holder {
            font-size: 16px;
            line-height: 1.25;
        }

    .pickup-location-item {
        min-height: 178px;
    }

        .pickup-location-item .location-picker {
            padding: 10px 7px 7px 15px;
        }

        .pickup-location-item .advice {
            padding-bottom: 7px;
        }

        .pickup-location-item .error-message {
            padding-bottom: 7px;
        }

        .pickup-location-item .options-heading {
            padding-bottom: 7px;
        }

        .pickup-location-item label {
            padding-left: 20px;
        }

        .pickup-location-item .img-holder img {
            max-width: 117px;
        }

        .pickup-location-item .name {
            font-size: 16px;
        }

        .pickup-location-item .web-code {
            font-size: 14px;
            line-height: 18px;
        }

        .pickup-location-item .holder {
            padding-right: 101px;
        }

        .pickup-location-item .map-info {
            width: 101px;
        }

            .pickup-location-item .map-info .ico-wrap {
                font-size: 50px;
            }

            .pickup-location-item .map-info .num {
                top: 11px;
            }

            .pickup-location-item .map-info .km-info {
                font-size: 14px;
            }

        .pickup-location-item .location-detail {
            padding: 9px 0 11px 43px;
        }
}

@media screen and (min-width: 992px) {
    .compare-product-wrap .stock-availability {
        padding: 0 0 0 6px;
    }

    .compare-product-wrap .rating-holder {
        font-size: 13px;
    }
}

@media (min-width: 993px) {
    .wish-list-item {
        padding: 27px 0 26px;
    }

        .wish-list-item .save-price {
            margin-bottom: 12px;
        }
}

@media (min-width: 1025px) {
    .product-detail-wrap .product-desc-accrodian .panel > .opener:hover {
        color: #f78f1e;
    }

    .product-detail-wrap .product-desc-accrodian .panel > .opener.offer:hover {
        color: #f78f1e;
    }

    .special-offer-modal .opener.collapsed:hover {
        background: #f3f3f3;
    }

        .special-offer-modal .opener.collapsed:hover:after {
            color: #515f69;
        }

    .rental-container .rental-contact-info .tel {
        color: #505e68;
        text-decoration: none;
    }

    .rental-detail-container .panel > .opener.collapsed:hover {
        background: #f3f3f3;
        color: #505e68;
    }
}

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (min-width: 1200px) {
    .my-account-holder .container {
        width: 1034px;
    }
}

@media (max-width: 1199px) {
    .fancybox-skin {
        padding: 15px 35px !important;
    }
}

@media (max-width: 991px) {
    .header-top .location-box > span,
    .header-top .NoSoreLocation-box > span {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
    }

        .header-top .location-box > span .store-link {
            display: block;
        }

    .header-top .store-drop-holder .btn-more-store {
        width: 100%;
    }

    .search-form {
        clear: both;
        position: relative;
    }

        .search-form:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            background-color: #6e818f;
            left: -999px;
            right: -999px;
        }

        .search-form:after {
            content: "";
            position: absolute;
            top: -6px;
            background-color: #f78f1e;
            left: -999px;
            right: -999px;
            height: 6px;
        }

    #nav > .container > ul > li:first-child {
        position: absolute;
        top: 0;
        width: 100%;
        border: none;
    }

        #nav > .container > ul > li:first-child > a {
            display: none;
        }

    .cards li img {
        max-width: 100%;
        height: auto;
    }

    .cards li.paypal {
        width: 55px;
    }

    .cards li.visa {
        width: 35px;
    }

    .cards li.mastercard {
        width: 33px;
    }

    .cards li.visa-debit {
        width: 36px;
    }

    .cards li.amex {
        width: 23px;
    }

    .cards li.mc-securecode {
        width: 54px;
    }

    .cards li.verifiedby-visa {
        width: 42px;
    }

    .product-details-holder .what-include h2 {
        margin-bottom: 17px;
    }

    .warranty-modal .title {
        margin-bottom: 1px;
    }

    .reservation-confirmation .pickup-location address {
        line-height: 1.3;
    }

    .reservation-confirmation .amount-table tbody tr td,
    .reservation-confirmation .amount-table tbody tr th {
        font-size: 14px;
        letter-spacing: -.04em;
    }

    .shipping-method-form .deliver-address p {
        margin-bottom: 14px;
    }

    .location-select-form .form-info {
        margin-bottom: 9px;
    }

        .location-select-form .form-info ~ .form-info {
            margin-bottom: 11px;
        }

    .payment-detail-form .radio-wrap {
        padding-left: 19px;
        margin-bottom: 12px;
    }

    .payment-detail-form .promotions-box .form-info {
        margin-bottom: 5px;
    }

    .payment-detail-form .cards a img {
        width: 38px;
        height: auto;
    }

    .payment-detail-form .cards a .paypal {
        width: 69px;
    }

    .billing-address-form .btn-wrap {
        padding-top: 5px;
    }

    .order-summary-box.reservation .amount-table > tbody > tr > th,
    .order-summary-box.reservation .amount-table > tbody > tr > td {
        width: auto;
    }

        .order-summary-box.reservation .amount-table > tbody > tr > th:first-child,
        .order-summary-box.reservation .amount-table > tbody > tr > td:first-child {
            width: 55.7%;
        }

    .order-summary-box.reservation.detail .amount-table tfoot > tr > th,
    .order-summary-box.reservation.detail .amount-table tfoot > tr > td {
        font-size: 14px;
    }

    .popup-wrap .text {
        letter-spacing: -.06em;
    }

    .compare-box br {
        display: none;
    }

    .product-compare-item .add-space {
        padding-right: 35px;
    }

    .product-modal .product-detail-wrap .btn-wrap .row {
        margin: 0 -5px;
    }

    .product-modal .product-detail-wrap .btn-wrap [class^="col-"],
    .product-modal .product-detail-wrap .btn-wrap [class*=" col-"] {
        padding: 0 5px;
    }

    .list .product-compare-item .availability-wrap {
        float: right;
    }

    .store-locate .details-tab > li > a:after {
        font-size: 12px;
    }

    .store-locate-detail .map-place-holder .pull-right {
        float: none !important;
    }

    .pickup-shipping-holder .amount-table tbody tr td,
    .pickup-shipping-holder .amount-table tbody tr th {
        font-size: 14px;
        letter-spacing: -.04em;
    }

    .pickup-location-form .form-info ~ .form-info {
        margin-bottom: 11px;
    }

    .pickup-location-item .options-holder {
        margin-bottom: -7px;
    }

    .pickup-location-item label {
        line-height: 1.25;
    }

        .pickup-location-item label > i {
            display: block;
        }
}

@media screen and (max-width: 991px) {
    .compare-product-wrap .compare-table thead th:nth-child(4),
    .compare-product-wrap .compare-table thead th:nth-child(5) {
        display: none;
    }

    .compare-product-wrap .compare-table thead th {
        width: 33.333%;
        padding: 0 33px 0 7px;
    }

    .compare-product-wrap .compare-table td:nth-child(4),
    .compare-product-wrap .compare-table td:nth-child(5) {
        display: none;
    }

    .compare-product-wrap .compare-table td {
        width: 33.333%;
        padding: 8px 10px 8px 7px;
    }

    .compare-product-wrap .stock-availability {
        padding: 0 10px;
        line-height: 17px;
    }

    .compare-accordion .wrap {
        padding: 9px 15px 17px;
    }

    .compare-accordion li {
        margin: 0;
    }

        .compare-accordion li .opener {
            padding: 10px 34px 10px 15px;
        }

    .compare-accordion .performance-table td {
        width: 33.333%;
        padding: 7px 15px 7px 5px;
    }

        .compare-accordion .performance-table td:nth-child(4),
        .compare-accordion .performance-table td:nth-child(5) {
            display: none;
        }

        .compare-accordion .performance-table td:first-child {
            width: 33.333%;
            padding: 7px 15px;
        }
}

@media (max-width: 767px) {
    .fancybox-skin {
        padding: 15px 5px !important;
    }

    .fancybox-close {
        right: 5px;
    }

    .fancybox-nav {
        margin-top: -12px;
    }

    .fancybox-prev {
        left: -28px;
    }

    .fancybox-next {
        right: -18px;
    }

    .fancybox-nav span {
        border-width: 12px 0 12px 12px;
        margin-top: -12px;
        right: 0;
    }

    .fancybox-prev span {
        border-width: 12px 12px 12px 0;
    }

    .header-top .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-top .location-box,
    .header-top .NoStoreLocation-box,
    .header-top .my-account {
        text-align: center;
        font-size: 20px;
        line-height: 1;
    }

        .header-top .location-box > i,
        .header-top .NoStoreLocation-box > i,
        .header-top .my-account > i {
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
        }

            .header-top .location-box > i.icon-marker,
            .header-top .NoSoreLocation-box > i.icon-marker,
            .header-top .my-account > i.icon-marker {
                font-size: 16px;
            }

    .header-top .location-box {
        padding: 0;
    }

        .header-top .location-box .store-opener {
            border: 2px solid #f78f1e;
            border-width: 2px 2px 0;
            background: #f3f3f3;
            color: #505e68;
            overflow: hidden;
        }

            .header-top .location-box .store-opener:after {
                content: "";
                position: absolute;
                bottom: -2px;
                left: 0;
                right: 0;
                height: 2px;
                background: #fff;
            }

            .header-top .location-box .store-opener.collapsed {
                border-color: transparent;
                background: none;
                color: #fff;
            }

                .header-top .location-box .store-opener.collapsed:after {
                    display: none;
                }

    .header-top .store-link strong {
        margin-left: 8px;
        display: inline-block;
        vertical-align: middle;
    }

    .header-top .store-link.mobile {
        display: block;
        padding: 6px 15px;
    }

        .header-top .store-link.mobile.store-opener {
            padding-bottom: 8px;
        }

        .header-top .store-link.mobile:hover {
            background: #f3f3f3;
            color: #505e68;
        }

    .header-top .my-account .store-link,
    .header-top .customer-care .store-link,
    .header-top .shipping-info .store-link {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-top .shipping-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header-top .shipping-info .change {
            text-transform: uppercase;
        }

    .header-top .my-account .icon-user {
        font-size: 21px;
    }

    .header-top .customer-care,
    .header-top .location-box,
    .header-top .NoStoreLocation-box,
    .header-top .my-account {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .header-top .customer-care > a,
        .header-top .location-box > a,
        .header-top .NoStoreLocation-box > a,
        .header-top .my-account > a {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
        }

    #nav > .container > ul > li .menu-drop {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        margin-bottom: -9999px;
        padding-bottom: 9999px;
        background: #505e68;
    }

    .nav-active #nav > .container > ul > li:first-child .menu-drop {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .resize-active #nav {
        -webkit-transition: none;
        transition: none;
    }

    #nav > .container > ul > li > a {
        line-height: 20px;
        position: relative;
    }

    #nav li.hidden-level {
        -webkit-transition: opacity .5s ease, visibility .5s ease;
        transition: opacity .5s ease, visibility .5s ease;
        opacity: 0;
        visibility: hidden;
    }

    #nav .menu-drop {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

        #nav .menu-drop .container,
        #nav .menu-drop [class^="col-"],
        #nav .menu-drop [class*=" col-"] {
            padding: 0;
        }

        #nav .menu-drop .row {
            margin: 0;
        }

    #nav .drop-holder > ul > li {
        background: #505e68;
    }

    #nav .nav-drop-header .nav-title {
        text-align: center;
    }

    #nav .nav-item li {
        border-bottom: 1px solid #dcdfe1;
    }

        #nav .nav-item li:hover > a,
        #nav .nav-item li.active > a {
            background: #f3f3f3;
            color: #505e68;
        }

        #nav .nav-item li a {
            line-height: 20px;
            padding: 10px 35px 10px 15px;
            background: #505e68;
            position: relative;
            display: block;
            color: #fff;
            font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        }

            #nav .nav-item li a:after {
                font-family: "icomoon";
                position: absolute;
                top: 13px;
                right: 17px;
                content: "\e914";
                font-size: 14px;
                line-height: 1;
            }

    #nav .category-nav > li > a:after {
        font-family: "icomoon";
        position: absolute;
        top: 13px;
        right: 17px;
        content: "\e914";
        font-size: 14px;
        line-height: 1;
    }

    #nav .sub-drop {
        z-index: 9;
        width: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

        #nav .sub-drop .subnav-drop {
            display: none;
            background: #323b42;
            padding: 0 15px;
        }

    .active #nav .sub-drop .subnav-drop {
        display: block;
    }

    #nav .sub-drop .subnav-drop .narrow-search {
        color: #fff;
        font-size: 14px;
        padding: 12px 0 0;
    }

    #nav .subnav-drop-header {
        background: #323b42;
        color: #fff;
        text-align: center;
    }

        #nav .subnav-drop-header .nav-close {
            background: #6e818f;
            color: #fff;
        }

    #nav .subnav > li:hover > a {
        background: #f3f3f3;
        color: #505e68;
    }

    #nav .subnav > li.active > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #nav .subnav > li > a {
        line-height: 20px;
        padding: 9px 35px 10px 15px;
        background: #505e68;
        position: relative;
        display: block;
        color: #fff;
        font: 500 16px/20px "Ubuntu", Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #dcdfe1;
    }

        #nav .subnav > li > a:after {
            -webkit-transition: .2s linear all;
            transition: .2s linear all;
            font-family: "icomoon";
            position: absolute;
            top: 13px;
            right: 17px;
            content: "\e914";
            font-size: 14px;
            line-height: 1;
        }

    #nav .subnav ul {
        padding-top: 17px;
    }

        #nav .subnav ul > li {
            margin-bottom: 14px;
        }

    #nav .subnav .link-view {
        margin: 11px 0 28px;
        display: inline-block;
        vertical-align: top;
    }

    .subscribe-holder .form-control {
        margin-bottom: 15px;
    }

    .footer-contact {
        text-align: center;
    }

        .footer-contact .social-networks {
            margin-bottom: 9px;
            overflow: hidden;
        }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .pull-right {
            float: none !important;
        }

    .cards {
        position: relative;
        padding-bottom: 15px;
    }

        .cards:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 4px;
            right: 4px;
            height: 1px;
            background: #dcdfe1;
        }

        .cards li.paypal {
            width: 46px;
        }

        .cards li.visa {
            width: 29px;
        }

        .cards li.mastercard {
            width: 27px;
        }

        .cards li.visa-debit {
            width: 31px;
        }

        .cards li.amex {
            width: 19px;
        }

        .cards li.mc-securecode {
            width: 47px;
        }

        .cards li.verifiedby-visa {
            width: 36px;
        }

    .geo-holder {
        display: inline-block;
        vertical-align: top;
    }

    .copy-text {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }

    .hero-banner .banner-nav ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
    }

        .hero-banner .banner-nav ul li.active > a {
            background: #f78f1e;
        }

        .hero-banner .banner-nav ul li > a {
            width: 30px;
            height: 6px;
            border-radius: 3px;
            background: #dcdfe1;
        }

            .hero-banner .banner-nav ul li > a:hover,
            .hero-banner .banner-nav ul li > a:focus {
                background: #f78f1e;
                outline: none;
            }

    .online-deal-box .deal-title {
        font-size: 12px;
    }

    .popular-category {
        font-size: 0;
    }

        .popular-category [class^="col- "],
        .popular-category [class*=" col-"] {
            float: none;
            display: inline-block;
            vertical-align: top;
        }

    .more-reasons .holder {
        text-align: center;
        font-size: 0;
    }

        .more-reasons .holder [class^="col-"],
        .more-reasons .holder [class*=" col-"] {
            padding: 0;
            float: none;
            display: inline-block;
            vertical-align: top;
            padding: 0 5px;
        }

    .product-detail-wrap .web-code {
        font-size: 13px;
    }

    .product-detail-wrap .prduct-detail-slide .slide .zoomer .zoomer-controls {
        display: none;
    }

    .product-detail-wrap .product-slide-nav .slideset1 {
        text-align: center;
    }

    .product-detail-wrap .product-slide-nav .slide1 {
        margin: 0 3px;
    }

        .product-detail-wrap .product-slide-nav .slide1 a {
            display: block;
            width: 30px;
            height: 6px;
            border-radius: 3px;
            background: #dbdee0;
            outline: none;
        }

            .product-detail-wrap .product-slide-nav .slide1 a:hover {
                background: #f78f1e;
            }

        .product-detail-wrap .product-slide-nav .slide1 img {
            display: none;
        }

        .product-detail-wrap .product-slide-nav .slide1.active a {
            background: #f78f1e;
        }

    .product-detail-wrap .dealer-info > span.info {
        display: block;
        padding: 4px 0;
    }

    .product-detail-wrap .old-price {
        text-align: center;
    }

    .product-detail-wrap .current-price {
        text-align: center;
        margin-bottom: 1px;
    }

    .product-detail-wrap .regular-price {
        text-align: center;
    }

    .product-detail-wrap .save-info {
        text-align: center;
    }

    .product-detail-wrap .rating-holder {
        text-align: center;
    }

    .product-detail-wrap .used-condition {
        text-align: center;
    }

    .product-detail-wrap .stock-availability.add {
        margin-bottom: 29px;
    }

    .product-details-holder .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }

    .product-details-holder .tab-content .opener {
        display: block;
        border: 1px solid #dcdfe1;
        border-width: 1px 0;
        border-bottom-color: #fff;
        margin: 0 -15px;
        padding: 10px 15px;
        font: 500 14px/19px "Ubuntu", Arial, Helvetica, sans-serif;
        position: relative;
        background: #f3f3f3;
        color: #505e68;
    }

        .product-details-holder .tab-content .opener:after {
            -webkit-transition: all .15s linear;
            transition: all .15s linear;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            content: "\e914";
            position: absolute;
            top: 50%;
            right: 15px;
            font-family: "icomoon";
            line-height: 1;
            font-size: 14px;
            margin-top: -7px;
        }

        .product-details-holder .tab-content .opener.collapsed {
            background: #505e68;
            color: #fff;
            border-top-color: transparent;
            font-weight: 400;
        }

            .product-details-holder .tab-content .opener.collapsed:after {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .product-details-holder h2 {
        padding-top: 12px;
    }

    .product-details-holder .tab-content .pull-right {
        float: none !important;
    }

        .product-details-holder .tab-content .pull-right h2 {
            padding-top: 0;
        }

    .product-details-holder .feature-list {
        margin-bottom: 23px;
    }

    .product-details-holder .product-spec-tab {
        margin: 10px -15px 19px;
    }

        .product-details-holder .product-spec-tab h2 {
            margin-bottom: 14px;
            padding-left: 15px;
        }

    .product-details-holder .table.resources tbody > tr td,
    .product-details-holder .table.resources tbody > tr th {
        vertical-align: middle;
    }

        .product-details-holder .table.resources tbody > tr td:first-child,
        .product-details-holder .table.resources tbody > tr th:first-child {
            width: 64%;
        }

    .product-details-holder .table tbody > tr td,
    .product-details-holder .table tbody > tr th {
        padding-right: 15px;
        padding-left: 10px;
    }

        .product-details-holder .table tbody > tr td:first-child,
        .product-details-holder .table tbody > tr th:first-child {
            padding-left: 15px;
            padding-right: 10px;
        }

    .product-details-holder .table tbody > tr:nth-of-type(2n+1) td,
    .product-details-holder .table tbody > tr:nth-of-type(2n+1) th {
        padding: 5px 15px 5px 10px;
    }

        .product-details-holder .table tbody > tr:nth-of-type(2n+1) td:first-child,
        .product-details-holder .table tbody > tr:nth-of-type(2n+1) th:first-child {
            padding-left: 15px;
            padding-right: 10px;
        }

    .product-details-holder .what-include h2 {
        margin-bottom: 9px;
        padding-top: 10px;
    }

    .product-details-holder .kit-tab h2 {
        padding-top: 10px;
    }

    .special-offer-modal .panel {
        margin: 0 -15px;
    }

    .warranty-modal .help-plan {
        margin-bottom: 30px;
        border-bottom: 1px solid #dcdfe1;
    }

    .cart-table {
        display: block;
    }

        .cart-table colgroup {
            display: none;
        }

        .cart-table thead {
            display: none;
        }

        .cart-table tbody > tr {
            float: left;
            display: block;
            width: 100%;
            clear: both;
            border-bottom: 1px solid #dcdfe1;
            padding: 11px 0 14px;
        }

            .cart-table tbody > tr:first-child {
                border-top: 1px solid #dcdfe1;
            }

            .cart-table tbody > tr > th,
            .cart-table tbody > tr > td {
                float: left;
                display: block;
                width: 50%;
                border: none;
            }

                .cart-table tbody > tr > th:first-child,
                .cart-table tbody > tr > td:first-child {
                    clear: both;
                    width: 100%;
                    margin-bottom: 12px;
                }

                .cart-table tbody > tr > th .form-control,
                .cart-table tbody > tr > td .form-control {
                    display: inline-block;
                    text-align: center;
                    margin-right: 12px;
                }

                .cart-table tbody > tr > th:last-child,
                .cart-table tbody > tr > td:last-child {
                    text-align: right;
                    padding-top: 4px;
                }

    .promotions-row .jcf-select {
        margin-bottom: 16px;
    }

    .amount-table {
        border-top: 1px solid #dcdfe1;
    }

        .amount-table > tbody > tr:first-child > th,
        .amount-table > tbody > tr:first-child > td {
            padding-top: 11px;
        }

    .checkout-option-holder .guest-checkout-form {
        border-bottom: 1px solid #dcdfe1;
        margin-bottom: 26px;
    }

    .reservation-confirmation h1 {
        margin-bottom: 12px;
    }

    .reservation-confirmation .amount-table {
        max-width: 290px;
    }

        .reservation-confirmation .amount-table thead th {
            min-width: 125px;
        }

        .reservation-confirmation .amount-table tbody tr:first-child th,
        .reservation-confirmation .amount-table tbody tr:first-child td {
            padding-top: 8px;
        }

    .shipping-detail-holder .address-form .tooltip,
    .shipping-detail-holder .billing-address-form .tooltip {
        visibility: hidden !important;
    }

    .shipping-detail-holder .opener {
        margin: 0 -15px;
    }

    .shipping-detail-holder .btn-continue.add {
        margin-bottom: -8px;
    }

    .address-form .form-group.postal {
        margin-bottom: 6px;
    }

    .order-summary-box .amount-table {
        border: none;
    }

        .order-summary-box .amount-table > tbody > tr:first-child > th,
        .order-summary-box .amount-table > tbody > tr:first-child > td {
            padding-top: 0;
        }

    .shipping-method-form .deliver-address p {
        margin-bottom: 8px;
    }

    .payment-detail-form .form-group {
        margin-bottom: 8px;
    }

    .order-confirmation-holder .pull-right {
        float: none !important;
    }

    .order-confirmation .item-wrap:first-child {
        padding: 11px 0 13px;
    }

    .order-confirmation .bonus-box + .total-amount {
        padding-top: 0;
    }

    .order-confirmation .total-amount {
        padding: 4px 0 0;
    }

    .order-summary-box.reservation.detail .detail-info-holder {
        margin-bottom: 23px;
    }

    .filter-holder {
        -webkit-transition: .5s ease opacity, .5s ease visibility, .5s ease -webkit-transform;
        transition: .5s ease opacity, .5s ease visibility, .5s ease transform;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        visibility: hidden;
        opacity: 0;
    }

    .filter-active .filter-holder {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .resize-active .filter-holder {
        -webkit-transition: none;
        transition: none;
    }

    .compare-box .col-xs-6 .row {
        margin: 0 -1px;
    }

    .compare-box .col-xs-6 [class^="col-"],
    .compare-box .col-xs-6 [class*=" col-"] {
        padding: 0 1px;
    }

    .compare-box .close-link {
        width: 38px;
        height: 40px;
        background: #6e818f;
        font-size: 0;
        line-height: 0;
        position: relative;
        color: #fff;
        margin-left: -15px;
    }

        .compare-box .close-link:hover {
            background: #f78f1e;
        }

        .compare-box .close-link:after {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "\e913";
            font-family: "icomoon";
            position: absolute;
            top: 50%;
            left: 50%;
            line-height: 1;
            font-size: 15px;
        }

    .compare-box .btn-compare {
        margin: 9px 0 0 12px;
        display: none;
    }

    .product-compare-item .name {
        max-height: 31px;
        overflow: hidden;
        margin-bottom: -2px;
    }

    .product-compare-item .stock-availability {
        display: none;
    }

    .product-modal .product-detail-wrap h1 {
        padding-right: 20px;
    }

    .list .product-compare-item .name {
        font-size: 12px;
        line-height: 14px;
        margin: 21px 0 0;
    }

    .list .product-compare-item .rating-holder {
        font-size: 12px;
        line-height: 14px;
    }

    .list .product-compare-item .save-info {
        font-size: 10px;
        line-height: 9px;
        margin-bottom: 12px;
    }

    .list .product-compare-item .stock-availability {
        display: block;
    }

    .store-locate-detail .input-wrap {
        margin-bottom: 30px;
    }

    .store-locate-detail .jcf-select {
        margin-bottom: 12px;
    }

    .store-detail-holder .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }

    .store-detail-holder .tab-content .opener {
        display: block;
        border: 1px solid #dcdfe1;
        border-width: 1px 0;
        border-bottom-color: #fff;
        margin: 0 -15px;
        padding: 10px 15px;
        font: 500 14px/19px "Ubuntu", Arial, Helvetica, sans-serif;
        position: relative;
        background: #f3f3f3;
        color: #505e68;
    }

        .store-detail-holder .tab-content .opener:after {
            -webkit-transition: all .15s linear;
            transition: all .15s linear;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            content: "\e914";
            position: absolute;
            top: 50%;
            right: 15px;
            font-family: "icomoon";
            line-height: 1;
            font-size: 14px;
            margin-top: -7px;
        }

        .store-detail-holder .tab-content .opener.collapsed {
            background: #505e68;
            color: #fff;
            border-top-color: transparent;
            font-weight: 400;
        }

            .store-detail-holder .tab-content .opener.collapsed:after {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .workshops-item .desc-wrap {
        clear: both;
    }

    .workshops-item .lavel-info {
        margin: 9px 0 7px;
    }

    .my-account-holder .header-wrap h2 span {
        display: block;
        margin-top: -2px;
    }

    .side-nav > ul > li {
        display: none;
    }

        .side-nav > ul > li.active {
            display: block;
        }

            .side-nav > ul > li.active > a:after {
                content: "\f078";
            }

        .side-nav > ul > li > a {
            position: relative;
            padding: 10px 40px 10px 18px;
            margin: 0 -15px;
        }

            .side-nav > ul > li > a:after {
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                line-height: 1;
                content: "\f054";
                font-family: "FontAwesome";
                color: #505e68;
                position: absolute;
                top: 50%;
                right: 19px;
            }

    .prchase-history .header-wrap {
        margin-bottom: 0;
    }

    .prchase-history .table colgroup {
        display: none;
    }

    .prchase-history .table > thead {
        display: none;
    }

    .prchase-history .table > tbody > tr > td,
    .prchase-history .table > tbody > tr > th {
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #dcdfe1;
    }

        .prchase-history .table > tbody > tr > td:first-child,
        .prchase-history .table > tbody > tr > th:first-child {
            width: 67%;
            text-align: left;
        }

    .prchase-history .table table {
        display: block;
    }

        .prchase-history .table table colgroup {
            display: none;
        }

        .prchase-history .table table > tbody {
            display: block;
            float: left;
            width: 100%;
            clear: both;
        }

            .prchase-history .table table > tbody > tr {
                float: left;
                clear: both;
                display: block;
                width: 100%;
            }

                .prchase-history .table table > tbody > tr > td {
                    float: left;
                    display: block;
                    clear: both;
                    width: 100%;
                }

                    .prchase-history .table table > tbody > tr > td:before {
                        content: attr(data-label);
                        float: left;
                        padding: 0 4px;
                        font-weight: 600;
                        width: 51%;
                    }

                    .prchase-history .table table > tbody > tr > td span {
                        display: block;
                        overflow: hidden;
                    }

    .wish-list .header-wrap {
        padding-bottom: 7px;
        margin: 0;
    }

    .wish-list-item {
        border-top: 1px solid #dcdfe1;
    }

        .wish-list-item:first-child {
            border: none;
        }

        .wish-list-item .rating-holder.add {
            margin: 0 0 17px;
        }

        .wish-list-item .qty-info.add {
            margin: -3px 0 10px;
        }

        .wish-list-item .qty-input {
            margin: 0 0 22px 145px;
        }

        .wish-list-item .btn-wrap {
            clear: both;
            overflow: hidden;
            position: relative;
            padding-left: 144px;
        }

            .wish-list-item .btn-wrap .link {
                position: absolute;
                top: 5px;
                left: 16px;
            }

                .wish-list-item .btn-wrap .link.bonus {
                    position: static;
                    float: left;
                    margin: 4px 0 1px;
                }

    .my-account-profile .privacy-policy {
        margin: 0 0 24px 28px;
    }

    .saved-modal .modal-dialog {
        margin: 15px;
    }

    .address-edit-modal .modal-dialog {
        margin: 15px;
    }

    .gift-cards-block.egift .top-text {
        padding-bottom: 5px;
    }

        .gift-cards-block.egift .top-text h1 {
            margin-bottom: 7px;
        }

    .gift-cards-block .img-container {
        border-bottom: 1px solid #dcdfe1;
        padding: 0 0 27px;
        margin-bottom: 24px;
    }

    .gift-cards-slide.load {
        margin-bottom: 26px;
    }

    .reserve-pickup-holder .guest-checkout-form {
        border-bottom: 1px solid #dcdfe1;
        margin-bottom: 26px;
    }

    .pickup-shipping-holder .address-form .tooltip,
    .pickup-shipping-holder .billing-address-form .tooltip {
        visibility: hidden !important;
    }

    .pickup-shipping-holder .opener {
        margin: 0 -15px;
    }

    .pickup-shipping-holder .amount-table thead th {
        min-width: 125px;
    }

    .pickup-shipping-holder .amount-table tbody tr:first-child th,
    .pickup-shipping-holder .amount-table tbody tr:first-child td {
        padding-top: 8px;
    }

    .pickup-location-form .holder .default-location {
        position: relative;
        padding-left: 45px;
    }

        .pickup-location-form .holder .default-location strong {
            display: block;
            font-family: "Ubuntu", Arial, Helvetica, sans-serif;
            font-weight: 500;
        }

    .pickup-reservation-details .save-price {
        display: block;
    }

    .pickup-reservation-details .qty-info {
        position: relative;
    }

        .pickup-reservation-details .qty-info:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -15px;
            right: -15px;
            height: 1px;
            background-color: #f3f3f3;
        }

    .pickup-reservation-details .location,
    .pickup-reservation-details .hold {
        margin-left: 14px;
    }

    .pickup-address-form .form-group.postal {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 767px) {
    .compare-product-wrap .rating-holder {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .product-detail-wrap .btn-wrap .addcart {
        padding-left: 2px;
        padding-right: 2px;
    }

    .cart-amount-detail .btn-wrap .btn {
        padding-left: 2px;
        padding-right: 2px;
    }

    .checkout-option-holder .btn {
        padding-left: 2px;
        padding-right: 2px;
    }

    .order-confirmation-holder p {
        word-break: break-all;
        word-wrap: break-word;
        margin-bottom: 13px;
    }

    .product-compare-item .btn-wrap .btn {
        width: 100%;
    }

    .workshops-item .current-price {
        margin-right: -5px;
        letter-spacing: -.05em;
    }

    .workshops-item .num-info strong {
        max-width: 68px;
    }

    .wish-list-item .rating-holder .rating {
        display: block;
        margin-bottom: 4px;
    }

    .wish-list-item .rating-holder .review-count {
        margin: 0 5px 0 0;
    }
}

.reserve .GoogleMap {
    height: 300px;
    width: 530px;
}

.accounyErrorMessage {
    font-weight: 400;
    font-size: 20px;
    color: #f78f1e;
}

.breakWord {
    word-wrap: break-word;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*Start:#131263 Store inventory custom*/
#prodInStoreShopping, #prodInStoreShoppingOther {
    position: relative;
}


    #prodInStoreShopping > .inStore-flyout, #prodInStoreShoppingOther > .inStore-flyout {
        display: none;
        min-width: 275px;
        position: absolute;
        background: #fff;
        padding: 10px;
        border: 1px solid #d9d9d9;
    }

    #prodInStoreShopping > .inStore-flyout, #prodInStoreShoppingOther > .inStore-flyout {
        float: left;
        margin: 2px 5px 0 0px;
        padding: 0;
        width: 64%;
    }

.inStore-flyout > br {
    display: none; /*hack to fix the br tag that I can't find */
}

#prodInStoreShopping > .inStore-flyout, #prodInStoreShoppingOther > .inStore-flyout {
    padding: 8px 3px;
}

.hoverArrow {
    position: absolute;
    top: -5px !important;
    display: block;
    height: 56px;
    width: 20px;
    background: url("../content/images/subNavHoverArrow.png") no-repeat;
    z-index: 1000;
}

.product-detail-wrap .stock-availability-custom {
    display: block;
    background: #505e68;
    border-left: 30px solid #6e818f;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 12px;
    position: relative;
}

.alignPrice td {
    text-align: right
}
/*End:#131263 Store inventory custom*/


/* section of HPCI css*/

#ccframe {
    height: 130px;
}

.creditcardlist .fa {
    font-size: 2.5em;
    width: 1.6em;
    height: 1.5em;
    text-align: center;
}

.creditcardlist .fa {
    color: #efefef;
}

    .creditcardlist .fa.fa-cc-amex.active {
        color: #007bc1;
    }

    .creditcardlist .fa.fa-cc-discover.active {
        color: #f68121;
    }

    .creditcardlist .fa.fa-cc-jcb.active {
        color: #003a8f;
    }

    .creditcardlist .fa.fa-cc-mastercard.active {
        color: #0a3a82;
    }

.fa.fa-cc-visa.active {
    color: #0157a2;
}

.iframehelp .help {
    left: 147%;
    margin-top: 3%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .iframehelp .help {
        left: 151%;
    }
}
/*End-- section of HPCI css*/


/*bvc - new unbxd start*/

.completeLookDiv {
    border: 0;
    margin-bottom: 15px; 
}

.unbxdCatTopSellDiv .toolbar-container {
    background-color: #fff !important;
}

.unbxdCatTopSellDiv #unbxd_top_sellers {
    position: relative;
}

.recordCountDiv {
    height: 40px;
}

.recordCountDiv > div {
    display: none;
}

.unbxdRecordCountDiv {
    display: none;
}

.unbxdRecordCountDiv .toolbar-container {
    height: 40px;
    background-color: rgba(50, 59, 66, .96) !important;
    color: #fff;
    text-align: right;
}

#ProdAccessories {
    display: none;
}

@media (min-width: 768px) {
    .filter-holder { min-height: 500px; }
}

/*bvc - new unbxd end*/

.shipping-method-box {
    height: 40px;
    border: 1px solid #dcdfe1;
}
.shipping-method-box .shipping-method-para {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    width: 90%;
}
.shipping-method-box .shipping-method-para > strong {
    float: right;
}

/*ALL DEVICE SIZES*/
/*********************************************************************************/
	
	/* Disable RIS Hold Until Date */
	span.hold, div.order-details.pickup-reservation-details > span.order-date { display: none !important; }

	/* Gift Guide Icon */
	.icon-gift:before {
	  content: "\e92a";
	}

	/******** Side-wide Banner Below Navigation *******/
	.free-ship-header {
		background: #f83b1e; padding: 0.5em 0; text-align: center; color: #ffffff;
		min-height: 40px;
	}
	.free-ship-header a:link, .free-ship-header a:active, .free-ship-header a:visited, .free-ship-header a:hover { color: #ffffff; 
	}

	/******** End Side-wide Banner Below Navigation *******/

	/******** Pop Up Modal Subscribe & Wishlist *******/
	.modal-header {
		background-color: #323b42;
	}
	.bootstrap-dialog-title .logo-img{
		display:none;
	}
	.bootstrap-dialog-title {
		background-image: url('https://www.henrys.com/Content/images/logo-2017.svg');height:45px;background-repeat: no-repeat;
	}
	.bootstrap-dialog-title .text{
		display:none;
	}
	/******** End Pop Up Modal Subscribe & Wishlist *******/

	/* Pop Up Modal Warranty */
	#warranty-modal > div > div.text-img-wrap > div.img-wrap { display: none; } /* Hide image of store staff */

	
	/******** ALL STATIC PAGES ********/
	
	/* Page Container */
	.spContainer {
		padding-top: 15px;
	}
	
	/* Headings */
	.spContainer h1 { font-size: 2em; }
	.spContainer h2 { font-size: 1.5em; }
	.spContainer h3 { font-size: 1.125em; }
	.spContainer h4 { font-size: 1em; }
	.spContainer h5 { font-size: 0.875em; }
	
	/* Paragraph/Heading Spacing */
	.spContainer p { 
		line-height: 1.4em; 
		margin: 0 0 0.75em 0; 
	}
	.spContainer h1, .spContainer h2, .spContainer h3, .spContainer h4, .spContainer h5 { 
		margin-top: 0.3em;
	}
	.spContainer p ~ h1, .spContainer p ~ h2, .spContainer p ~ h3, .spContainer p ~ h4, .spContainer p ~ h5 { 
		margin-top: 1.05em; 
	}
	.spContainer h1:first-of-type, .spContainer h1 + h2, .spContainer h2 + h3, .spContainer h3 + h4, .spContainer h4 + h5 { 
		margin-top: 0; 
	}	

    /* Paragraph Font Size for 2 Column Rich Content */
    div.col2 p {
		font-size: 0.9em; 
	}
   
    /* Paragraph Font Size for 3 Column Rich Content */
    div.col3 p {
		font-size: 0.7em; 
	}

    div.midtext
	{
		height:100%;
		vertical-align: middle; 
	}

	.vmid{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	
	/* Font Styles */
	.spContainer p.bold, .spContainer span.bold {
		font-weight:600; 
	}
	.spContainer .italic {
		font-style: italic;
	}
	
	/* Common Colours */
	.spContainer .orange {
		color: #f78f1e;
	}
	.spContainer .red {
		color: #f83b1e;
	}
	
	/* Links */
	.spContainer p > a {
		text-decoration: underline;
	}
	.spContainer p > a:hover {
		text-decoration: none;
		color: #f78f1e;
	}
	.spContainer li > a:hover {
		text-decoration: underline;
		color: #f78f1e;
	}
	
	/* Buttons */
	.spContainer .btn {
		font-size: 1em;
		padding: 0.5em 1em;
	}
	.spContainer p > a.btn-primary {
		border-radius:0;
		margin-bottom: 0.5em;
	}
	.spContainer a.btn-primary {
		text-decoration: none;
	}
	.spContainer a.btn-primary:hover {
		color: #ffffff;
	}
	
	/* Lists */
	.spContainer ul {
		padding-bottom: 0.5em;
	}
	.spContainer ul li {
		padding-bottom: 0.5em;
	}
	.spContainer ul.alpha-list {
		list-style-type: upper-alpha;
	}
	.spContainer ul.check {
		list-style-type: none;
	}
	.spContainer ul.check > li:before {    
		font-family: 'FontAwesome';
		content: '\f00c';
		margin-right: 0.5em;
		color: #f78f1e;
	}
	
	/* Horizontal Rules */
	.spContainer hr.divider { border-top: 1px solid #dcdfe1; }

    hr.style-six {margin-top:100px;margin-bottom:100px;
        border: 0;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
    hr.style-orange {margin-top:4px;margin-bottom:10px;
        float:left;
        height: 4px;
		width:60px;
        border-top: 4px solid rgba(247, 143, 40, 1);
	}	

	/* Tables */
	.spContainer thead.table-th-fill th {
		background-color: #f3f3f3;
	}
	
	/* Content Sections */
	div.spSection {
		margin-top: 0.25em;
		margin-bottom: 1em;
	}
	#overviewTab div.spSection {
		margin-top: 1.5em;
	}
	div.spSection:last-of-type {
		margin-bottom: 0;
	}
	.spSectionTop {
		margin-top: 0 !important;
	}
	.spContainer .gutterWideLeft { padding-right: 30px; }
	.spContainer .gutterWideRight { padding-left: 30px; }
	.vspace-half {
		padding: 0.5em 0;
	}
	.vspace-half-pt { padding-top: 0.5em; }
	.vspace-half-pb { padding-bottom: 0.5em; }

    .richspace{
		padding:1em;
	}
	
	/* Bonus Messages (Ex: Used, Trade-in Pages) */
	.spBonusMsg {
		text-align: center;
		border: 3px solid #f78f1e;
		padding: 2em;
		/*border-radius: 12px;*/
	}
	p ~ div.spBonusMsg {
		margin-top: 1.5em;
	}
	div.spBonusMsg ~ p {
		margin-top: 1.5em;
	}
	
	/******** FEATURE SPECIFIC ********/
	
	/* Product Carousels
	See Canon L Series Lenses page for implementation example */
	.spContainer .current-price { 
		font-weight: 500; 
	}
   .spContainer .save-info { 
   		font-weight: 400; 
		color: #f83b1e; 
		display: block;
		margin-bottom: 13px; 
   }
	
	/* Full Width Image Slider 
	See GoPro Page for implementation example */
	.spContainer #spSliderContainer{
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		text-align: center;
	}
	.spContainer #spSliderNav {
		text-align: center;
	}
	.spContainer #spSliderNav a {
		font-size:30px;
		display:inline-block;
		color:#cccccc;
		text-decoration:none;
	}
	.spContainer #spSliderNav a:hover, .spContainer #spSliderNav a.active {
		color:#f78f1e;
	}
	
	/* Accordion 
	See HELP page FAQs section for implementation example */
	.spContainer .accordion {
		margin: 0;
		padding: 12px 20px;
		border-top: 1px solid #dcdfe1;
		background: #fff;
		text-decoration: none;
		font-weight: 500;
	}
	.spContainer .accordion-open {
		background: #f3f3f3;
		color: #505e68;
		display: block;
	}
	.spContainer .accordion-open span {
		float: right;
		padding: 10px;
	}
	.spContainer .accordion-open span:before {
		-webkit-transition: all .15s linear;
		transition: all .15s linear;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		position: absolute;
		margin-top: -0.5em;
		content: "\e914";
		font-family: "icomoon";
		
	}
	.spContainer .accordion-close {
		background: #505e68;
		color: #fff;
		display: block;
	}
	.spContainer .accordion-close span {
		float: right;
		padding: 10px;
	}
	.spContainer .accordion-close span:before {
	content: "\e914";
	font-family: "icomoon";
	position: absolute;
	margin-top: -0.5em;
	}
	.spContainer  div.accordion-content {
		background: #fff;
		margin: 0;
		padding: 20px;
	}
	
	/* DIV Slider (jQuery Carousel)
	See HELP Page testimonials section for implementation example */
	.spContainer .carousel-inner > .item {
		width: 90%;
		margin: auto;
	}
	.spContainer .carousel-control {
		text-shadow: none;
	}
	.spContainer .carousel-control.left, .spContainer .carousel-control.right {
		background-image: none
	}
	.spContainer .carousel-control .glyphicon-chevron-left {
		left: 0;
	}
	.spContainer .carousel-control .glyphicon-chevron-right {
		right: 0;
	}
	.spContainer [class*="glyphicon-chevron-"]:before {
		font-family: "FontAwesome";
		color: #f58e15;
	}
	.spContainer .glyphicon-chevron-right:before {
		content: "\f054";	
	}
	.spContainer .glyphicon-chevron-left:before {
		content: "\f053";	
	}
	
	/* Full Width Background Video (Tubular.js)
	See droneography page for implementation example */
	#tubular-container {
		z-index: -1 !important;
		position: absolute !important;
		top: 265px !important;
	}
	#tubular-player {
		margin-top: -65px;
	}

	/* Cart Modal - Foundation Donation */
	.cart-donation .btn-primary { margin: 0.5em 0em 0em 0em; }
	
	/******** PRODUCT PAGES ********/
	div.product-flag { position: absolute; z-index: 7; }
	.product-flag > img { max-width: 70px; }


	/******** PAGE SPECIFIC ********/
	
	/* Cameron Page */
	.spCameronContainer #logoBadge {
		width: 140px;
		height: 140px;
		background: url(../Images/Static/Cameron/Cameron-Logo.gif) center center no-repeat #ffffff;
		-moz-border-radius: 140px;
		-webkit-border-radius: 140px;
		border-radius: 140px;
		position: absolute;
		left: -70px;
		margin: 0 50%;
		z-index: 99;
		-webkit-box-shadow: 0px 22px 20px 0px rgba(50, 50, 50, 0.11);
		-moz-box-shadow: 0px 22px 20px 0px rgba(50, 50, 50, 0.11);
		box-shadow: 0px 22px 20px 0px rgba(50, 50, 50, 0.11);
	}
	.spCameronContainer #spSliderContainer {
		margin-top: 85px;
	}
	.spCameronContainer div.spSectionTop > div {
		margin-top: -45px;
	}
	
	/* Droneography Page */
	.spContainer #droneIntro .btn:first-of-type {
		margin-right: 1em;
	}
	#dji-btns {
		margin: 1em 0 2em 0;
	}
	#dji-standard, #dji-advanced, #dji-professional, #dji-4K {
		display: none;
	}
	
	/* GoPro Page */
	.spGoProContainer table > tbody tr > td {
		vertical-align: middle;
		border: none;
	}
	.spGoProContainer table > tbody > tr > th {
		vertical-align: middle;
		border: none;
		border-right: 1px solid #ddd;
		background: none;
	}
	.spGoProContainer #lineup table > tbody > tr:nth-child(1) {
		display: none;
	}
	.spGoProContainer table .fa-check {
		color: #f78f1e;
	}
	.spGoProContainer table img {
		margin-top: 15px;
		padding-bottom: 5px;
	}
	
	/* HELP Page */
	.spContainer .help-coverage-container{
		clear: both;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.spContainer .help-coverage-container:first-of-type {
		margin-top: 15px;
	}
	.spContainer .help-coverage-container:last-of-type {
		margin-bottom: 15px;
	}
	.spContainer .help-year-box{
		font-size:12px;
		text-transform:uppercase;
		width: 80px;
		float:left;
		margin-right:5px;
		padding:5px;
	}
	.spContainer .help-year-box.black {
		background-color:#505e68;
		color:#fff;
	}
	.spContainer .help-year-box.orange {
		background-color:#f58e15;
		color:#fff;
	}
	.spContainer .help-year-box.green {
		background-color:#569c12;
		color:#fff;
	}
	.spContainer .help-year-box.manu, .spContainer .help-year-box.comp {
		color:#000;
		width:200px;
		margin-right:10px;
	}
	.spContainer .help-year-box.hen {
		color:#000;
		width:200px;
		margin-right:10px;
	}	
	
	/* TRADE IN PAGE */	
	.spTradeIn .promoPrice {
		color: #f78f1e;
		font-weight: 600; 
	}
	.spTradeIn th {
		text-align: center;
	}
	.spTradeIn th:first-of-type {
		text-align: left;
	}
	.spTradeIn .reg, .spTradeIn .promoPrice {
		text-align: center;
	}

	/* PHOTO IDS PAGE */
	.adboxleftphotoids{ 
		background:url('https://www.henrys.com/Content/Images/Static/Photo-ids/Photo-Ids-Visas-181029-2.jpg');background-position: bottom;
		height:280px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		padding-bottom:30px;
		margin-top:20px;
	}
	.adboxrightphotoids{
		background-color:#aab1b5;background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/Images/Static/Photo-ids/Photo-Ids-Passports-181029.jpg');background-position: bottom;
		height:280px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	/* Photo ID Page Header - Header */
	.photoidheader{
		display: flex;
		background-size:cover;
		background-repeat:no-repeat;
  		justify-content: center;
  		flex-direction: column;
		text-align:center;
		width:940px;
		height:226px;
		background:url('https://www.henrys.com/Content/images/Static/Photo-Ids/Photo-Ids-Header-181019.jpg');background-position:center center;
	}

	/* PASSPORT PHOTO PAGE */
	.adboxleftpassport{
		background:url('https://www.henrys.com/Content/Images/Static/Passport-Photos/Passport-Photos-Baby-Passport-Background-181005-4.jpg');
		background-position: bottom;
		height:280px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.adboxrightpassport{
		background-color:#aab1b5;
		background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/Images/Static/Passport-Photos/Passport-Photos-Baby-Passport-Background-181005-4.jpg');background-position: bottom;
		height:280px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	/* Passport Photo Page - Header */
	h1.passportheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
	}

	strong.subscribe-title {
    	font-size: 24px;font-weight:900;
	}

	/* Commercial Help */
	.commercialhelpheader{
		display: flex;
  		justify-content: center;
  		flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('/Content/images/Static/Commercial-Help/Commercial-Help-Header-LG-190621.jpg');
		background-position:center center;
	}

	h1.commercialhelpheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
		
	}

	.registerbox{
		background: #323b42;
		color: #fff;
		padding: 60px;
		min-height: 500px;
	}
	
	img.icao{margin-top:30px;vertical-align: middle;}
	
/* DESKTOP ONLY */
/*********************************************************************************/
@media (min-width: 992px){
	
	.registerbox{
		background: #323b42;
		color: #fff;
		padding: 60px;
		min-height: 500px;
	}

	img.icao{
		margin-top:30px;
		vertical-align: middle;
	}
	
	/******** Homepage Popular Categories - Bargain Zone ********/
	.popular-category .ico-holder em.icon-sale {
		font-size: 50px;
	}
	
	/******** PRODUCT PAGES ********/
	#overviewTab .spContainer {
		margin: 0;
		padding: 0;
	}
	
	/******** STATIC PAGES ********/
	/* Base Font Size */
	.spContainer {
		font-size: 16px;
		margin-bottom: 45px;
	}
		
	/* Remove link styles from telephone numbers on Desktop */
	.spContainer .tel {  
		color: #505e68;
		text-decoration: none;
	}	
	
	/******** PAGE SPECIFIC ********/
	
	/* Droneography Page */
	.spContainer #droneIntro {
		text-shadow: 2px 2px 0px rgba(0,0,0, 0.08);
		color: #fff;
		height: 400px;
		text-align: center;
	}
	.spContainer #droneIntro h1 {
		text-transform: uppercase;
		margin-top: 70px;
	}
	.spContainer #droneIntro .btn {
		margin-top: 10px;
	}
	
	/* 360 Degree Cameras Page */
	.spContainer #threesixty-intro {
		min-height: 360px;
		position: relative;
		background: url(../Images/Static/360-Cameras/Intro-360-Cameras.png) bottom right no-repeat;
	}
	.spContainer #threesixty-intro h1 {
		font-size: 5em;
		line-height: 1em;
		color: #fff;
		text-shadow: 2px 2px 0px rgba(0,0,0, 0.08);
		display: block;
		padding-top: 30px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	
	/* Financing Page */
	.financingheader{
		display: flex;
  	justify-content: center;
  	flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('/Content/images/Static/Financing/Financing-Header-190510-1.jpg');
		background-position:center center;
	}
	h1.financingheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
	}
	
	/* Used Gear Page */
	.usedgearheader{
		display: flex;
  	justify-content: center;
  	flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('https://www.henrys.com/Content/images/Static/Used/Used-Gear-Header-Default-1.jpg');
		background-position:center center;
	}
	h1.usedgearheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
		
	}
	
	/* Droneography Page */
	.droneographyheader{
		display: flex;
  		justify-content: center;
  		flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('/Content/images/Static/Droneography/Drone-Photography-Header-190319-LG.jpg');
		background-position:center center;
	}
	
	
	/* Passport Page */
	.passportheader{
		display: flex;
  		justify-content: center;
  		flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-181025.jpg');
		background-position:center center;
	}
	h1.passportheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
		
	}
	
	/* Photo ID Page */
	.adboxleftphotoids{
		background:url('https://www.henrys.com/Content/images/Static/Photo-ids/Photo-Ids-Visas-181029-2.jpg');
		background-position: bottom;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.adboxrightphotoids{
		background-color:#aab1b5;background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/images/Static/Photo-ids/Photo-Ids-Passports-181029.jpg');
		background-position: bottom;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;}
	
	/* Photo ID Page - Header */
	.photoidheader{
		display: flex;
  		justify-content: center;
  		flex-direction: column;text-align:center;
		width:940px;height:226px;
		background:url('https://www.henrys.com/Content/images/Static/Photo-Ids/Photo-Ids-Header-181019.jpg');
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	
	/* Passport Photo Page */
	.adboxleftpassport{
		background:url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-Baby-Passport-Background-181005-4.jpg');
		background-position: bottom;
		height:280px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.adboxrightpassport{background-color:#aab1b5;background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-Photo-ID-Background-181005.jpg');
		background-position: bottom;
		height:280px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;}

		/* HOLIDAY HEADER AND FOOTER */
		.header-logo-holder {
			background-color: #323b42;
			/*background: url('https://www.henrys.com/Content/images/Holiday/Holiday-Header-Desktop-201015.jpg') top center no-repeat #323b42;*/
		}
		.footer-contact {
		background: #323b42;
			
	} /* END HOLIDAY MASTHEAD AND FOOTER */
	
	strong.subscribe-title {
    	font-size: 24px;font-weight:900;
	}
	
}

/* TABLET ONLY */
/*********************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
	
	/******** Homepage Popular Categories - Bargain Zone ********/
	.popular-category .ico-holder em.icon-sale {
		font-size: 39px;
	}
	
	/******** PRODUCT PAGES ********/
	#overviewTab .spContainer {
		margin: 0;
		padding: 0;
	}
	
	/******** STATIC PAGES ********/	
	/* Base Font Size */
	.spContainer {
		font-size: 14px;
		margin-bottom: 30px;
	}	
		
	/******** PAGE SPECIFIC ********/
	
	/* Droneography Page */
	.spContainer #droneIntro {
		text-shadow: 2px 2px 0px rgba(0,0,0, 0.08);
		color: #fff;
		height: 400px;
		text-align: center;
	}
	.spContainer #droneIntro h1 {
		text-transform: uppercase;
		margin-top: 100px;
	}
	.spContainer #droneIntro .btn {
		margin-top: 10px;
	}
	
	/* 360 Degree Cameras Page */
	.spContainer #threesixty-intro {
		min-height: 360px;
		position: relative;
		background: url(../Images/Static/360-Cameras/Intro-360-Cameras.png) bottom right no-repeat;
	}
	.spContainer #threesixty-intro h1 {
		font-size: 5em;
		line-height: 1em;
		color: #fff;
		text-shadow: 2px 2px 0px rgba(0,0,0, 0.08);
		display: block;
		padding-top: 30px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	/* Passport Photo Page */
	.passportheader{
		display: flex;
 		justify-content: center;
  		flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('https://www.henrys.com/Content/images/Static/Photo-Ids/Passport-Photos-181025.jpg');
		background-position: center center;
	}
	h1.passportheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
	}
	.adboxleftpassport{
		background:url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-Baby-Passport-Background-181005-4.jpg');
		background-position: bottom;
		background-size:cover;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.adboxrightpassport{
		background-color:#aab1b5;
		background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-Photo-ID-Background-181005.jpg');background-position: bottom;background-size:cover;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	
	/* PHOTO IDs Page */
	.adboxleftphotoids{
		background:url('https://www.henrys.com/Content/images/Static/Photo-ids/Photo-Ids-Visas-181029-2.jpg');
		background-position: bottom;
		background-size:cover;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.adboxrightphotoids{
		background-color:#aab1b5;
		background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/images/Static/Photo-ids/Photo-Ids-Passports-181029.jpg');
		background-position: bottom;
		background-size:cover;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.photoidheader{
		display: flex;
  		justify-content: center;
  		flex-direction: column;
		text-align:center;
		width:940px;
		height:226px;
		background:url('https://www.henrys.com/Content/images/Static/Photo-Ids/Photo-Ids-Header-181019.jpg');
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	
	.financingheader{
		display: flex;
 		justify-content: center;
  		flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('/Content/images/Static/Financing/Financing-Header-190510-1.jpg');
		background-position: center center;
	}
	h1.financingheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
	}
	
	/* Used Gear Page */
	.usedgearheader{
		display: flex;
  	justify-content: center;
  	flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('https://www.henrys.com/Content/images/Static/Used/Used-Gear-Header-Default-1.jpg');
		background-position:center center;
	}
	h1.usedgearheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
		
	}
	
	/* Droneography Page */
	.droneographyheader{
		display: flex;
 		justify-content: center;
  		flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('/Content/images/Static/Droneography/Drone-Photography-Header-190319-LG.jpg');
		background-position: center center;
	}
	
	
	/* HOLIDAY HEADER & FOOTER ONLY */
	.header-logo-holder {
		background-color: #323b42;
		/*background: url('https://www.henrys.com/Content/images/Holiday/Holiday-Header-Tablet-201015.jpg') top center no-repeat #323b42;*/
	}
		.footer-contact {
		background: #323b42;
	}
 	/* END HOLIDAY MASTHEAD ONLY */
	
}

/* MOBILE ONLY */
/*********************************************************************************/
@media (max-width: 767px) {
	
	.free-ship-header {
		min-height: 38px;
		font-size: 15px; 
	}
	/******** End Side-wide Banner Below Navigation *******/
	
	/* Cart Modal - Foundation Donation */
	.cart-donation .btn-primary { margin: 1em 0em 0.5em 0em; }
	
	/******** Commercial H.E.L.P. - Staff Registration Box ********/
	.registerbox{background:#323b42;color:#fff;padding:20px 15px 20px 15px;min-height:500px;}
	
	/******** Homepage Popular Categories - Bargain Zone ********/
	.popular-category .ico-holder em.icon-sale {
		font-size: 35px;
	}
	
	/******** PRODUCT PAGES ********/
	#overviewTab .spContainer {
		margin: 0;
		padding: 0;
	}
	#overviewTab div.spSection {
		margin-top: 0.25em;
	}
	
	/******** STATIC PAGES ********/
	.spContainer {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.spContainer .gutterWideLeft { 
		padding-right: 15px; 
	}
	.spContainer .gutterWideRight { 
		padding-left: 15px; 
	}
	hr.style-six {
		margin-top:40px;
		margin-bottom:30px;
		border: 0;
		height: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
	.richspace{
		padding:10px;
	}
	.vmid{
		display: block;
    	height: 100%;
    	-webkit-box-align: none;
       	-ms-flex-align: none;
          align-items: none;
    	-webkit-box-pack: none;
       -ms-flex-pack: none;
     	justify-content: none;
	}
	
	div.spSection {
    	margin-top: 0.25em;
		margin-bottom: 0em;
	}
	
	/* Photo IDs Page */
	.photoidheader{
		display: flex;
  		justify-content: center;
  		flex-direction: column;
		text-align:center;
		width:100%;
		height:226px;
		background:url('https://www.henrys.com/Content/images/Static/Photo-Ids/Photo-Ids-Header-181019-XS.jpg');
		background-position:center center;
		background-repeat:no-repeat;
	}
	.adboxleftphotoids{
		background:url('https://www.henrys.com/Content/images/Static/Photo-ids/Photo-Ids-Visas-181029-2.jpg');
		background-position: bottom;
		background-size:cover;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.adboxrightphotoids{
		background-color:#aab1b5;
		background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/images/Static/Photo-ids/Photo-Ids-Passports-181029.jpg');background-position: bottom;background-size:cover;
		height:340px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	
	/* Passports Page */
	h1.passportheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
	}
	.passportheader{
		display: flex;
	  justify-content: center;
	  flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-181025.jpg');
		background-position: 470px 0;background-color:#000000;
	}
	h1.passportheader{
		font-size:3em;
		margin: 0 0 0;
	}
	.passportheader:before{
		opacity:0.5;
	}
	.adboxleftpassport{
		background:url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-Baby-Passport-Background-181005-4.jpg');background-position: bottom;background-size:cover;
		height:300px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	.adboxrightpassport{background-color:#aab1b5;background-repeat:no-repeat;
		background:url('https://www.henrys.com/Content/images/Static/Passport-Photos/Passport-Photos-Photo-ID-Background-181005.jpg');background-position: bottom;background-size:cover;
		height:300px;
		padding-left:30px;
		padding-right:30px;
		padding-top:20px;
		margin-top:20px;
	}
	
	.financingheader{
		display: flex;
	  justify-content: center;
	  flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('/Content/images/Static/Financing/Financing-Header-190510-1.jpg');
		background-position: center;background-color:#000000;
	}
	
	h1.financingheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
	}
	
	.financingheader:before{
		opacity:0.5;
	}
	
	/* Used Gear Page */
	.usedgearheader{
		display: flex;
  	justify-content: center;
  	flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:940px;
		height:227px;
		background:url('https://www.henrys.com/Content/images/Static/Used/Used-Gear-Header-Default-1.jpg');
		background-position:center center;
	}
	h1.usedgearheader{
		font-size:3em;
		margin: 0 0 0;
		color:#2c343a;
		
	}
	
	
	h1.financingheader{
		font-size:3em;
		margin: 0 0 0;
	}
	
	.droneographyheader{
		margin-bottom:10px;
		display: flex;
	  	justify-content: center;
	  	flex-direction: column;
		color:#ffffff;
		text-align:center;
		width:100%;
		height:227px;
		background:linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('/Content/images/Static/Droneography/Drone-Photography-Header-190319-LG.jpg');
		background-color:#000000;
	}
	
	/* HOLIDAY Header and Footer ONLY */
	.header-logo-holder {
		background-color: #323b42;
		/*background: url('https://www.henrys.com/Content/images/Holiday/Holiday-Header-Mobile-201015.jpg') top center no-repeat #323b42;*/
	}
		.footer-contact {
		background: #323b42;

	}
	
}



