/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Seacrhautocomplete
 * @copyright  Copyright (c) 2003-2010 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */
/* For Magento  1.3
label within container */
.yui-ac label {
    float: left;
    height: 21px;
    width: 24px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em
    }
/* For Magento  1.3
button within container */
.yui-ac button {
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    vertical-align: middle;
    overflow: visible;
    border: 0 none;
    cursor: pointer;
    background: none repeat scroll 0 0 transparent;
    color: #2F2F2F;
    font: 12px/15px Arial, Helvetica, sans-serif
    }
.yui-ac button span {
    display: block;
    height: 21px;
    padding: 0 0 0 3px;
    background: url(/files/skin/frontend/oregon/default/images/aw_searchautocomplete/btn_search.gif) no-repeat scroll 0 0 transparent;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    font: bold 11px/21px Tahoma, Verdana, Arial, sans-serif
    }
.yui-ac button span span {
    background-position: 100% 0;
    padding: 0 6px 0 3px
    }
/* results container */
#myContainer, .yui-ac-container {
    position: absolute !important;
    z-index: 5000;
    width: auto !important
    }
/* results content */
.yui-ac-content {
    background-color: #FFF;
    width: 300px;
    padding: 5px;
    margin: 0
    }
/* header within container */
.yui-ac-hd {
    color: #999;
    display: block;
    margin-bottom: 4px;
    padding: 0 4px 4px;
    border-bottom: dashed 1px #999;
    text-align: left;
    font-style: italic
    }
/* item list (ul) container */
#myContainer .yui-ac-bd ul {
    position: relative
    }
/* items container*/
.yui-ac-content ul, .header .form-search .search-autocomplete ul {
    background-color: #fff;
    border: none
    }
/* result item */
.header .form-search .search-autocomplete ul > li, .yui-ac-content ul > li {
    border: solid 1px #C4C6C8;
    margin: 4px 0;
    padding: 4px;
    cursor: pointer;
    min-height: 85px;
    color: #2F2F2F
    }
.yui-ac-highlight {
    /* highlighted result item */
    background-color: #D5E4EB
    }
.searched-words {
    /* highlight of the words being searched */
    color: red
    }
.search-autocomplete ul > li {
    text-align: left
    }
.search-autocomplete ul > li p {
    text-align: justify
    }
.yui-ac-content ul > li:hover {
    background-color: #D5E4EB !important
    }
.yui-ac-bd ul > li.selected {
    background-color: #f1f1f1 !important
    }
.yui-ac-bd ul > li.aw_hidden {
    background-color: white;
    border: medium none;
    margin: 0;
    padding: 0;
    display: none
    }
.std ul.disc {
    float: left
    }
.aw-sas-suggest {
    text-align: left
    }
.aw-sas-suggest a {
    margin: 0 3px 0 0
    }
.aw-sas-all-results-wrapper {
    padding-top: 3px
    }
.aw-sas-all-results {
    display: block;
    margin: auto;
    padding: 0;
    height: 36px;
    border: none;
    background: #dfdfdf;
    color: #636363;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer
    }
.aw-sas-suggest-all-results:hover {
    background: #00527a
    }
#sac-results ol {
    display: inline-block;
    width: 100%
    }
.yui-ac-content .yui-ac-bd .std {
    max-height: 58px;
    overflow: hidden
    }
.yui-ac-bd .searched-words {
    color: #1e1e1e;
    font-weight: bold
    }
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.owl-carousel .owl-animated-in {
    z-index: 0
    }
.owl-carousel .owl-animated-out {
    z-index: 1
    }
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
    }
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        } 100% {
        opacity: 0;
        }
    }
@keyframes fadeOut {
    0% {
        opacity: 1;
        } 100% {
        opacity: 0;
        }
    }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
    }
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1
    }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
    }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
    }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0, 0, 0)
    }
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.owl-carousel.owl-loaded {
    display: block
    }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
    }
.owl-carousel.owl-hidden {
    opacity: 0
    }
.owl-carousel .owl-refresh .owl-item {
    display: none
    }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
    }
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
    }
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
    }
.owl-carousel.owl-rtl {
    direction: rtl
    }
.owl-carousel.owl-rtl .owl-item {
    float: right
    }
/* No Js */
.no-js .owl-carousel {
    display: block
    }
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
    }
.owl-carousel .owl-item img {
    transform-style: preserve-3d
    }
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
    }
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/files/skin/frontend/oregon/default/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
    }
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
    }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
    }
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
    }
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
    }
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0
    }
.bx-wrapper img {
    max-width: 100%;
    display: block
    }
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
    }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
    }
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/files/skin/frontend/oregon/default/css/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
    }
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
    }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block
    }
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
    }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
    }
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/files/skin/frontend/oregon/default/images/controls.png) no-repeat 0 -32px
    }
.bx-wrapper .bx-next {
    right: 10px;
    background: url(/files/skin/frontend/oregon/default/images/controls.png) no-repeat -43px -32px
    }
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
    }
.bx-wrapper .bx-next:hover {
    background-position: -43px 0
    }
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    /* top: 50%; */
    /* margin-top: -16px; */
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
    }
.bx-wrapper .bx-controls-direction a.disabled {
    /* display: none; */
    }
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center
    }
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/files/skin/frontend/oregon/default/css/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
    }
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
    }
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/files/skin/frontend/oregon/default/css/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
    }
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
    }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
    }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
    }
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
    }
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px
    }
@media only screen and (max-width: 770px) {
    .wrapper .page {
        overflow: hidden
        }
    /*CSS for category page*/
    /*Tool bar css*/
    .toolbar-bottom {
        display: none
        }
    .content-sub-categories {
        display: none
        }
    .catalog-category-view .block-title, .catalogsearch-result-index .block-title {
        display: block;
        width: 100%;
        background: #eaeaea !important;
        padding: 9px 0 !important;
        cursor: pointer;
        margin-bottom: 0 !important
        }
    .banner-wide-category p.category-image {
        left: 50%;
        margin-left: -385px;
        width: 770px
        }
    .aw-onestepcheckout-index-index .breadcrumbs strong {
        white-space: nowrap
        }
    .catalog-category-view .main-container, .catalogsearch-result-index .main-container {
        padding: 0 !important
        }
    .catalog-category-view .col2-left-layout .col-left, .catalogsearch-result-index .col2-left-layout .col-left {
        max-width: 100%;
        clear: both;
        text-align: center;
        padding: 0;
        margin-bottom: 0
        }
    .catalogsearch-result-index .page-title {
        text-align: center
        }
    .banner-wide-category .container-cate, .banner-wide-category .breadcrumbs {
        width: 100%;
        display: block
        }
    .col-left .block-layered-nav .block-content {
        margin-top: 0;
        width: 100%;
        float: left
        }
    .catalog-category-view .col2-left-layout .col-left, .catalogsearch-result-index .col2-left-layout .col-left {
        width: 100%;
        float: left
        }
    .sidebar .block.block-layered-nav {
        width: 100%;
        float: left
        }
    .block-layered-nav .block-content .block-subtitle--filter {
        background: none;
        color: #242424
        }
    .col-left.sidebar .block-content .block-sub {
        border-top: none
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        text-align: left;
        padding-left: 37%;
        width: 100%
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        border-bottom: 1px solid #d0d0d0;
        text-align: left;
        padding-left: 37%;
        width: 100%
        }
    .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current {
        border-bottom: none
        }
    .col-left .block-layered-nav .block-content > dl > dd {
        text-align: left;
        padding-left: 35%;
        padding-top: 0;
        padding-right: 0
        }
    .block-layered-nav .block-content > dl > dt.last {
        border-bottom: 1px solid #d0d0d0
        }
    .block-content #narrow-by-list, .block-content #narrow-by-list2 {
        padding-left: 0;
        border: none;
        padding-top: 0;
        width: 100%;
        float: left
        }
    .block-content dt.narrow-filter {
        background-image: none
        }
    .col-left .block-layered-nav .block-content > dl > dd ol li div.a-padding {
        display: none
        }
    .category-products .toolbar {
        text-align: center;
        margin-bottom: 0
        }
    .category-products .toolbar .pager .pages {
        display: inline-block;
        float: none;
        margin: 0 auto 5px;
        width: auto !important
        }
    .toolbar .sorter > .sort-by {
        float: none
        }
    .toolbar .sorter label {
        float: none
        }
    .toolbar .limiter label {
        display: block
        }
    .category-products .toolbar .pages ol {
        display: inline-block;
        float: none
        }
    .col2-left-layout .toolbar .pager .pages, .col2-left-layout .pager .count-container {
        clear: both;
        width: 100%;
        text-align: center
        }
    .toolbar .pages li.current {
        margin-top: 4px
        }
    .toolbar .pager .limiter {
        display: inline-block;
        float: none;
        margin: 0
        }
    .toolbar .pager .limiter select {
        float: left
        }
    .toolbar .pager .limiter label {
        float: left
        }
    .toolbar .sorter > .view-mode {
        float: none;
        display: inline-block
        }
    .toolbar .sorter.view-as {
        margin-bottom: 0
        }
    .toolbar .pager .count-container {
        padding: 10px 0 0 0
        }
    .toolbar .pager .count-container .amount {
        display: none
        }
    .block-layered-nav .block-content .actions {
        padding: 0 20px 0 20px;
        text-align: center
        }
    .block.block-layered-nav .actions a {
        float: none
        }
    .block-layered-nav .block-content .currently {
        padding: 0 20px
        }
    .block-layered-nav .block-content dl ol > li > a:hover {
        background: none
        }
    .block-layered-nav .block-content dl dd ol > li > a {
        padding: 0
        }
    /*.col-main .category-products .products-grid .product-info {min-height: 210px!important;}*/
    /*categories product css*/
    .category-products .products-grid > li {
        width: 45%;
        float: left
        }
    .products-grid {
        padding: 0 40px
        }
    .products-grid .ratings .rating-box, .products-list .ratings .rating-box {
        background-size: initial
        }
    .products-grid .ratings .rating-box .rating, .ratings-table .rating-box .rating, .products-list .ratings .rating-box .rating {
        background-size: initial
        }
    .border-bottom {
        border-bottom: none !important
        }
    .category-products {
        width: 100%;
        float: left
        }
    .products-grid .actions .add-to-links {
        display: inherit
        }
    .actions .add-to-links .add-to-compare {
        float: none
        }
    .toolbar .pages ol li.current {
        margin-top: 5px
        }
    .banner-wide-category .category-image img {
        height: 180px !important
        }
    .page-title.category-title .container-cate h1 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500
        }
    .actions .add-to-links li {
        text-align: center
        }
    .actions .add-to-links li p {
        text-align: center
        }
    .products-grid .add-to-links li p .a-padding {
        padding-right: 0
        }
    .actions .add-to-links li p input {
        top: -1px
        }
    /*Product list*/
    .products-list {
        padding: 0 15px
        }
    .category-products .products-list .action .button span span {
        white-space: nowrap
        }
    .products-list span.add-to-compare a {
        white-space: nowrap
        }
    .products-list .product-shop .add-to-links {
        float: left;
        padding-left: 0
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        background-position: 31% -25px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        background-position: 31% 9px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt:after {
        display: none
        }
    /*CSS for product page detail*/
    .product-view #customer-reviews .review-summary-table tbody td {
        width: 18px
        }
    .product-view {
        width: 100%;
        float: left
        }
    .catalog-product-view .banner-wide-category {
        margin-bottom: 0
        }
    .catalog-product-view .main-container {
        margin: auto;
        padding: 0 !important
        }
    .product-view .product-essential .product-img-box {
        width: 300px;
        /* padding:5px; */
        margin: auto;
        float: none
        }
    .product-view .product-essential .right-content-box .product-shop {
        width: 300px;
        padding: 0;
        margin: auto;
        float: none;
        overflow: hidden
        }
    .product-view .product-essential .right-content-box .add-to-cart-wrapper {
        width: 300px;
        padding: 0;
        margin: auto;
        float: none;
        overflow: hidden
        }
    .product-view .product-essential .right-content-box {
        width: 100%
        }
    .product-view .more-views ul li.p-item {
        width: 30px;
        height: 30px;
        margin: 0 0 5px 7px
        }
    .product-view .more-views ul li.p-item a img {
        width: 30px;
        height: 30px
        }
    .product-view .product-essential a.fancybox, .product-view .product-essential a.fancybox-media {
        width: auto;
        margin-right: 6px
        }
    .fancybox .photo360 {
        width: 89px;
        height: 20px;
        position: relative;
        left: 0;
        top: 0;
        transform: rotate(0deg)
        }
    .fancybox .photo-img, .fancybox-media .video-img {
        display: none
        }
    .fancybox-media .video-photo {
        width: 54px;
        height: 20px;
        position: relative;
        left: 0;
        top: 0;
        transform: rotate(0deg)
        }
    .product-view .more-views {
        margin-bottom: 5px
        }
    .product-view .right-content-box .product-shop .product-name {
        display: block;
        margin-top: 25px
        }
    .product-view .product-essential .right-content-box .add-to-cart-wrapper .sharing-links {
        padding-left: 0;
        width: 100%;
        pading-top: 0
        }
    .product-view .add-to-cart-wrapper .add-to-links {
        float: left;
        width: 100%;
        margin-top: 0
        }
    .product-view .cart-wrapper .add-to-cart .qty-wrapper label {
        /* float: right; */
        }
    .catalog-product-view .product-view .add-to-cart .qty-wrapper/* ,.catalog-product-view .product-view .add-to-cart .qty-wrapper label */ {
        margin-right: 0
        }
    /*  .catalog-product-view .product-view .select-quantity {padding-left:40px;}*/
    .catalog-product-view .product-view .product-options dd .input-box, .catalog-product-view .product-options dd select {
        width: 100%
        }
    .catalog-product-view .product-options dd .qty-holder {
        margin-top: 10px
        }
    .product-view .add-to-cart .qty-wrapper {
        /* width: 50% */
        }
    .product-shop .cart-wrapper {
        width: 30%;
        margin-top: 16px
        }
    .product-view .product-essential .right-content-box .product-shop .price-info {
        max-width: 70%;
        position: relative;
        min-width: 45%
        }
    .price-info .save-price {
        padding-top: 0
        }
    .product-view .right-content-box .product-shop .extra-info {
        padding-right: 10px
        }
    .product-shop .review-rating {
        width: 40%
        }
    .product-view .product-essential .right-content-box .product-shop .model-number {
        width: 67%
        }
    .product-view .product-essential .right-content-box .product-shop .extra-info {
        width: 33%
        }
    .none-margin {
        margin-top: 0 !important
        }
    .product-view .product-essential .product-collateral > dl > dd {
        display: none
        }
    .product-view .product-essential .product-box-review {
        width: 100%
        }
    .product-view .product-essential #customer-reviews .fieldset .form-list {
        width: 80%
        }
    .product-view .product-essential .product-box-review .box-left {
        padding-left: 5px
        }
    .product-view .product-essential #customer-reviews .buttons-set {
        width: 100%;
        padding-right: 20px
        }
    .product-view .product-box-review .viewmore {
        display: none
        }
    .product-view .product-box-review .box-reviews .viewmore-mobile {
        display: block;
        float: right;
        text-align: right;
        width: 100px;
        padding-right: 20px
        }
    .product-view .product-box-review .box-reviews .viewmore-mobile.add {
        background-position: 0 -1px
        }
    .product-view .viewmore-mobile {
        background-image: url(/files/skin/frontend/oregon/default/images/narrow-filter.png);
        background-position: 0 -35px;
        background-repeat: no-repeat
        }
    .product-view .viewmore-mobile.add {
        background-position: 0 -1px
        }
    .product-view .product-essential .product-collateral > dl > dt.tab {
        margin-top: 5px;
        border: none
        }
    .product-view .product-collateral > dl > dt:after {
        display: none
        }
    .product-view .product-collateral > dl > dt {
        background-image: url(/files/skin/frontend/oregon/default/images/btn-add.png);
        background-repeat: no-repeat;
        background-position: right 12px center
        }
    .product-view .product-collateral.accordion-open > dl > dt.current:after {
        display: none
        }
    .product-view .product-collateral.accordion-open > dl > dt.current {
        background-image: url(/files/skin/frontend/oregon/default/images/btn-sub.png);
        background-repeat: no-repeat;
        background-position: right 12px center
        }
    .product-view .product-collateral {
        margin-bottom: 0
        }
    .product-view .product-essential .product-box-review .tab-review-current {
        margin-top: 0;
        background-image: url(/files/skin/frontend/oregon/default/images/btn-sub.png);
        background-repeat: no-repeat;
        background-position: right 12px center
        }
    .product-view .product-essential .product-box-review .tab-review-change {
        margin-top: 0;
        background-image: url(/files/skin/frontend/oregon/default/images/btn-add.png);
        background-repeat: no-repeat;
        background-position: right 12px center
        }
    .product-view .product-essential .product-box-review .tab-content-review {
        display: block
        }
    .product-view .product-essential .product-box-review .tab-content-review.current_tab-review {
        display: none
        }
    .product-view .block-related .bx-wrapper .bx-controls-direction .bx-prev, .product-view .box-up-sell .bx-wrapper .bx-controls-direction .bx-prev, .crosssell .bx-wrapper .bx-controls-direction .bx-prev {
        float: left;
        position: relative;
        left: 0;
        top: 0
        }
    .product-view .block-related .bx-wrapper .bx-controls-direction .bx-next, .product-view .box-up-sell .bx-wrapper .bx-controls-direction .bx-next, .crosssell .bx-wrapper .bx-controls-direction .bx-next {
        position: relative;
        float: right;
        left: 0;
        top: 0
        }
    .product-view .bx-controls.bx-has-controls-direction {
        float: left;
        width: 100%
        }
    .product-view .block-related .block-title, .box-up-sell .box-title {
        padding: 10px 35px 0 35px
        }
    .product-view .block-related li .product-details h3.product-name, .product-view .products-grid li h3.product-name {
        margin-left: 0;
        width: 100%
        }
    .product-view .link-share .add-to-links li {
        text-align: left;
        float: left
        }
    .col-main .product-view .box-up-sell ul li.item, .col-main .product-view .block-related ul li.item, .col-main ul#crosssell-product-table li.item {
        width: 120px
        }
    .product-view .block-related ul#slide-related-product.owl-carousel, .product-view .box-up-sell ul#upsell-product-table.owl-carousel {
        display: block;
        padding: 15px 0
        }
    .col-main .product-view ul#slide-related-product.owl-carousel li.item, .col-main .product-view ul#upsell-product-table.owl-carousel li.item {
        float: none;
        margin: 0 auto
        }
    .product-view ul li.item .item-info img {
        width: 100%
        }
    #slide-related-product.owl-carousel .owl-controls .owl-prev, #slide-related-product.owl-carousel .owl-controls .owl-next, #upsell-product-table.owl-carousel .owl-controls .owl-prev, #upsell-product-table.owl-carousel .owl-controls .owl-next {
        background: rgba(0, 0, 0, 0) url(/files/skin/frontend/oregon/default/images/controls.png) no-repeat scroll left top;
        width: 32px;
        text-indent: -9999px
        }
    #slide-related-product.owl-carousel .owl-controls .owl-prev, #upsell-product-table.owl-carousel .owl-controls .owl-prev {
        left: 30px
        }
    #slide-related-product.owl-carousel .owl-controls .owl-next, #upsell-product-table.owl-carousel .owl-controls .owl-next {
        background-position: -43px top;
        right: 30px
        }
    /*css for shopping cart*/
    .validation-advice {
        clear: left
        }
    .col-main .cart .page-title h1 {
        font-size: 24px
        }
    /*.cart table .col-2-table, .cart-table .col-5-table {display: none}*/
    .cart-table th:nth-child(3) {
        display: none
        }
    .cart-table td:nth-child(3) {
        display: none
        }
    .cart-table th:nth-child(4) {
        display: none
        }
    .cart-table td:nth-child(4) {
        display: none
        }
    .col-main .cart-table h2.product-name {
        margin: 0;
        width: 100%;
        padding: 0
        }
    .cart-table h2.product-name a {
        width: 100%;
        font-size: 15px;
        letter-spacing: -1px
        }
    .col-main .cart-table tbody td .name-product-cart {
        width: 100%
        }
    .checkout-cart-index .main-container {
        padding: 0 8px
        }
    .foot-cart .col-left-cart {
        float: left;
        text-align: center
        }
    .foot-cart .col-right-cart {
        float: left;
        text-align: center
        }
    .foot-cart tr td button {
        margin-bottom: 13px
        }
    /*.data-table .btn-remove2 {background-position: -1px -648px;}*/
    .data-table .btn-remove2 {
        /*background-position: -46px -602px;    margin-right: 8px;    background-position: -43px -599px;*/
        }
    .checkout-onepage-index .opc #opc-login .col-2 {
        padding-left: 0
        }
    .checkout-cart-index .cart-table .product-image {
        margin-left: 0
        }
    .checkout-cart-index .cart-table .item-options {
        padding-left: 10px
        }
    .foot-cart .col-left-cart .col-sub, .foot-cart .col-right-cart .col-sub {
        width: 100%;
        margin-bottom: 10px
        }
    .foot-cart .col-sub button {
        margin: auto;
        float: none
        }
    .data-table.cart-table .remove-item-cart {
        display: block;
        width: 62px;
        margin: auto;
        overflow: hidden
        }
    .data-table.cart-table .remove-item-cart a {
        font-size: 12px;
        color: #222;
        text-transform: lowercase;
        float: left;
        margin-left: 15%
        }
    .data-table.cart-table .remove-item-cart .line-border {
        background: #d7d7d7;
        width: 100%;
        height: 2px;
        margin-top: -2px;
        float: left
        }
    .cart-collaterals .col2-set .col-1 {
        float: right
        }
    .cart-collaterals .col2-set .col-2 {
        width: 100%;
        float: left
        }
    .cart-collaterals .col2-set .col-1 .shipping {
        width: 241px;
        margin: auto
        }
    .col-1 .shipping ul.col-estimate {
        width: 100%
        }
    .shipping .shipping-form .form-list > li .input-box input, .shipping .shipping-form .form-list > li .box-select-shadow select {
        width: 210px;
        float: left
        }
    .shipping .shipping-form .form-list > li.last-button-set {
        width: 100%;
        float: left;
        padding-top: 0
        }
    .shipping .shipping-form .form-list > li.last-button-set .box-button {
        float: right;
        margin-top: -23px;
        margin-right: -32px
        }
    .shipping .shipping-form .form-list > li.li-box {
        width: 210px;
        float: left;
        margin-right: 10px
        }
    .col-1 .shipping .col-sp-method {
        width: 100%
        }
    .col-1 .shipping .buttons-set.button-set-shipping {
        width: 100%;
        margin-top: -5px
        }
    .col-1 .shipping #co-shipping-method-form .buttons-set .button {
        width: auto;
        margin-left: 45px
        }
    .col-1 .shipping #co-shipping-method-form {
        width: 100%
        }
    .col2-set .col-2 .totals {
        width: 100%
        }
    .col2-set .col-2 .totals table {
        width: auto;
        margin: auto;
        float: none
        }
    .col-2 .totals .foot-total tr td.title-total {
        text-align: right;
        padding-right: 20px
        }
    .col2-set .col-2 .totals .foot-total tr td {
        padding-bottom: 10px
        }
    .cart .checkout-types li button {
        width: auto
        }
    .cart .page-title .checkout-types li button {
        float: right
        }
    .crosssell {
        margin-top: 20px
        }
    .foot-cart .col-left-cart .col-sub :first-child {
        margin-right: 0
        }
    .foot-cart .col-right-cart .col-sub:first-child {
        margin-left: 0
        }
    .messages {
        margin: 0 2%;
        width: 96% !important
        }
    .col-2 .totals .checkout-types li {
        text-align: right
        }
    /*.cart-table tbody td .img-product-cart {display: none}*/
    .box-button .shipping .line-border {
        margin-left: 6px;
        width: 55px
        }
    .cart-table .col-sub .button.btn-continue span span {
        padding: 0 5px 0 0
        }
    .data-table.cart-table tbody td p.error {
        margin-left: 0;
        font-size: 12px
        }
    .products-grid li .add-to-links .a-padding {
        float: none
        }
    /*CSS for checkout page*/
    .aw-onestepcheckout-index-index .content-checkout {
        width: 100%;
        margin: auto
        }
    .content-checkout .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .content-checkout .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle {
        border-left: none;
        border-right: none
        }
    .banner-wide-category .breadcrumbs {
        padding: 0 10px
        }
    .col-main .content-checkout h1.page-title {
        font-size: 24px;
        padding-left: 10px
        }
    .col-main .content-checkout .box-a {
        padding: 15px 15px 10px
        }
    .aw-onestepcheckout-auth-form-block, .box-a .form-list .aw-onestepcheckout-auth-form-block .input-box {
        width: 100%
        }
    .box-a .form-list .aw-onestepcheckout-auth-form-block .input-box input {
        width: 100%
        }
    .block-left {
        float: left;
        margin-top: 24px;
        text-align: center
        }
    .block-right {
        float: right;
        width: 100%
        }
    .content-checkout .block-right .box-button {
        margin-top: -56px;
        float: right
        }
    .content-checkout .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .content-checkout .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .content-checkout .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
        width: 100%;
        float: left
        }
    .content-checkout .box-return .box-button {
        margin-top: -70px;
        float: right
        }
    .content-checkout #aw-onestepcheckout-payment-method .sp-methods ul {
        padding-left: 0
        }
    .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide {
        width: 100%
        }
    .content-checkout #aw-onestepcheckout-payment-method .form-list input.input-text {
        width: 100%
        }
    .content-checkout #aw-onestepcheckout-address .customer-name .field, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
        width: 47%
        }
    .content-checkout #aw-onestepcheckout-address .customer-name .field.name-firstname, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
        float: right
        }
    .content-checkout #aw-onestepcheckout-address .customer-name .field:nth-child(odd) {
        margin-right: 0
        }
    .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left {
        margin-right: 26px
        }
    .content-checkout #aw-onestepcheckout-address .customer-name .field .input-box, .content-checkout #aw-onestepcheckout-address .customer-name .field .input-box input, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box, .content-checkout #aw-onestepcheckout-shipping-method .sp-methods .input-box, .content-checkout #aw-onestepcheckout-payment-method .sp-methods .input-box .content-checkout #aw-onestepcheckout-review-coupon .input-box, .content-checkout #aw-onestepcheckout-review-coupon .input-box.field-row input, .content-checkout .enterprise-giftcard-code-form input, .content-checkout #aw-onestepcheckout-review-coupon .input-box {
        width: 100%
        }
    .content-checkout #aw-onestepcheckout-review-coupon.couponapplied .input-box input#coupon_code {
        width: calc(100% - 50px)
        }
    .content-checkout .main-content-checkout .aw-onestepcheckout-general-form-field select, .content-checkout #aw-onestepcheckout-payment-method .form-list select, .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select.select-haft, .content-checkout #payment_form_authorizenet #authorizenet_cc_type_exp_div .v-fix select#authorizenet_expiration, #payment_form_authorizenet #authorizenet_cc_type_exp_div .v-fix select#authorizenet_expiration_yr {
        width: 100% !important
        }
    .content-checkout .input-box .v-fix {
        width: 190px;
        margin-right: 26px
        }
    .content-checkout .input-box .v-fix.v-no-margin {
        width: 75px
        }
    .content-checkout #aw-onestepcheckout-shipping-method .gift-message-form .gift-item .fieldset label {
        margin-right: 5px
        }
    .col-main .page-title h1 {
        font-size: 24px
        }
    .col-main h2.sub-title {
        font-size: 18px
        }
    .content-checkout #aw-onestepcheckout-payment-method .sp-methods .input-box {
        width: 100%
        }
    .content-checkout #aw-onestepcheckout-review-terms label a {
        color: #006338
        }
    .main-container .content-checkout .aw-onestepcheckout-popup {
        padding: 20px 10px 10px;
        width: 80%
        }
    .content-checkout .skip-link.click-statement {
        float: none
        }
    .content-checkout #statement {
        padding: 20px 10px 10px;
        left: 10%;
        width: 80%;
        top: 10%;
        position: fixed
        }
    #statement .main-statement {
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 100%
        }
    .content-checkout .close-statement {
        top: -10px;
        right: -10px
        }
    .aw-onestepcheckout-popup-accept a.close-term {
        top: -15px;
        right: -30px
        }
    .content-checkout #aw-onestepcheckout-authentification .validation-advice {
        position: initial;
        width: 100%
        }
    /*CSM page*/
    .catalog-category-view .banner-wide-category {
        margin-bottom: 20px
        }
    .catalog-category-view .lading-page .content-top {
        margin-top: 0;
        padding: 0 7px
        }
    .catalog-category-view .lading-page .content-bottom {
        padding: 0 7px;
        margin-bottom: 40px
        }
    .catalog-category-view .lading-page .content-left img {
        border: none;
        margin: auto;
        width: 310px
        }
    .catalog-category-view .lading-page .content-sub .content-left, .cms-page-view .std .content-right, .catalog-category-view .lading-page .content-sub .content-right {
        width: 100%;
        margin-bottom: 15px
        }
    .catalog-category-view .lading-page h1.page-title {
        padding: 0 7px;
        font-size: 24px
        }
    .catalog-category-view .lading-page .img-block img {
        width: 100%
        }
    /*404 page*/
    .cms-no-route .std .content-left, .cms-no-route p.mobile-none {
        display: none
        }
    .cms-no-route .std .content-right {
        width: 100%;
        padding: 0 10px
        }
    .cms-no-route .std h1.page-title {
        padding: 0 10px;
        font-size: 24px
        }
    .cms-no-route .page .main-container {
        padding-bottom: 30px
        }
    .sorter > .sort-by .sort-by-switcher--asc {
        background-position: 4px -553px !important;
        background-size: auto auto !important
        }
    .sorter > .sort-by .sort-by-switcher--desc {
        background-position: 4px -576px !important;
        background-size: auto auto !important
        }
    /* */
    .aw-onestepcheckout-index-index .international-checkout-form .international-checkout-text {
        width: 100%;
        border-right: none
        }
    .aw-onestepcheckout-index-index .international-checkout-form .international-checkout {
        width: 100%;
        border-right: none
        }
    /*.product-view .product-essential .product-img-box{margin-left:20px;float:left;}
    	.product-essential #product_addtocart_form{float:right;width:calc(100% - 340px);margin-right:20px;}
    	.product-view .product-essential .right-content-box .product-shop{width:calc(100% - 40px);}
    	.makemesame .product-shop .cart-wrapper{width:100%;margin-top:-60px;}
    	.product-view .add-to-cart-buttons .button{width:100%;}
    	.product-view .product-essential .right-content-box .add-to-cart-wrapper{width:calc(100% - 40px);}
    	.main .product-view .add-to-cart-buttons{float:none;}*/
    }
@media (min-width: 700px) and (max-width: 770px) {
    .product-view .product-essential .product-img-box {
        margin-left: 20px;
        float: left
        }
    .product-essential #product_addtocart_form .right-content-box {
        float: right;
        width: calc(100% - 340px);
        margin-right: 20px
        }
    .product-view .product-essential .right-content-box .product-shop {
        width: calc(100% - 40px)
        }
    .makemesame .product-shop .cart-wrapper {
        width: 100%;
        margin-top: -60px
        }
    .product-view .add-to-cart-buttons .button {
        width: 100%
        }
    .product-view .product-essential .right-content-box .add-to-cart-wrapper {
        width: calc(100% - 40px)
        }
    .main .product-view .add-to-cart-buttons {
        float: none
        }
    .foot-cart .col-right-cart {
        float: right;
        text-align: center;
        width: auto
        }
    .cart-table button.button.btn-update, button.button.btn-green.btn-proceed-checkout.btn-checkout {
        min-width: 282px;
        margin-right: 30px
        }
    .foot-cart .col-left-cart {
        float: left;
        text-align: center;
        width: auto;
        margin-left: 47px
        }
    .product-img-box .zoom-img-blk {
        bottom: 105px !important;
        display: block !important
        }
    .product-blk {
        position: relative
        }
    .cart-collaterals .totals {
        margin-right: 30px
        }
    .checkoutcontent {
        min-height: 200px
        }
    .bundleoptions {
        margin-bottom: 15px;
        max-width: calc(100% - 40px);
        margin: 0 auto 0
        }
    }
@media only screen and (max-width: 700px) {
    /*.product-view .product-essential .product-img-box{margin-left:0;float:none;margin:0;}
    	.product-essential #product_addtocart_form{float:none;width:auto;margin-right:0;}
    	.product-view .product-essential .right-content-box{float:none;margin:0 0;width:calc(100% - 20px); }
    	.product-view .product-essential .right-content-box .product-shop{width:100%;}
    	.makemesame .product-shop .cart-wrapper{width:100%;margin-top:-60px;}
    	.product-view .add-to-cart-buttons .button{width:calc(100% - 40px)}
    	.product-view .product-essential .right-content-box .add-to-cart-wrapper{width:calc(100% - 40px);}
    	.main .product-view .add-to-cart-buttons{float:none; margin: 0 auto;}*/
    }
@media (min-width: 360px) and (max-width: 430px) {
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        padding-left: 38.5%;
        background-position: 33% -25px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        padding-left: 38.5%;
        background-position: 33% 9px
        }
    .col-left .block-layered-nav .block-content > dl > dd {
        padding-left: 37%
        }
    }
@media (min-width: 431px) and (max-width: 480px) {
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        padding-left: 41%;
        background-position: 37% -25px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        padding-left: 41%;
        background-position: 37% 9px
        }
    .col-left .block-layered-nav .block-content > dl > dd {
        padding-left: 40%
        }
    }
@media (min-width: 481px) and (max-width: 580px) {
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        padding-left: 43%;
        background-position: 39% -25px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        padding-left: 43%;
        background-position: 39% 9px
        }
    .col-left .block-layered-nav .block-content > dl > dd {
        padding-left: 42%
        }
    }
@media only screen and (min-width: 771px) {
    .products-list .add-to-links .add-to-compare a {
        white-space: nowrap
        }
    }
@media only screen and (max-width: 640px) {
    .product-img-box .zoom-img-blk {
        bottom: 105px !important;
        display: block !important
        }
    .product-blk {
        position: relative
        }
    .product-view .link-share .add-to-links li {
        padding-left: 10px !important;
        padding-right: 10px !important
        }
    .home-topslider .bx-pager {
        display: none !important
        }
    .promotion-home .name-pro {
        height: auto !important;
        padding: 7px 0
        }
    }
@media only screen and (max-width: 480px) {
    .category-products .products-grid > li {
        width: 230px;
        float: none;
        margin: 0 auto 20px !important
        }
    .products-grid .ratings .rating-box, .products-list .ratings .rating-box {
        background-size: initial
        }
    .products-grid .ratings .rating-box .rating, .ratings-table .rating-box .rating, .products-list .ratings .rating-box .rating {
        background-size: initial
        }
    .border-bottom {
        border-bottom: none !important
        }
    .category-products {
        width: 100%;
        float: left
        }
    .products-grid .actions .add-to-links {
        display: inherit
        }
    .actions .add-to-links .add-to-compare {
        float: none
        }
    .toolbar .pages ol li.current {
        margin-top: 5px
        }
    /*Product list*/
    .products-list {
        padding: 0 15px
        }
    .products-list .product-shop .add-to-links {
        float: left;
        padding-left: 0
        }
    /*Shopping cart*/
    .messages {
        margin: 0 3%;
        width: 94% !important
        }
    /*Checkout page*/
    .box-a .form-list .aw-onestepcheckout-auth-form-block .input-box input {
        width: 290px
        }
    .content-checkout .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left, .content-checkout .input-box .v-fix {
        margin-right: 16px
        }
    .data-table.cart-table .remove-item-cart a {
        margin-left: 8%
        }
    .main .block-layered-nav .block-subtitle--filter:after {
        left: 22%
        }
    .main .block-layered-nav .block-subtitle--filter.active:after {
        left: 22%
        }
    .cart-table thead tr th {
        font-size: 12px
        }
    }
@media (min-width: 601px) and (max-width: 770px) {
    .products-list .product-shop ul.add-to-links {
        float: right
        }
    }
@media (min-width: 581px) and (max-width: 630px) {
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        padding-left: 44%;
        background-position: 40% -25px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        padding-left: 44%;
        background-position: 40% 9px
        }
    .col-left .block-layered-nav .block-content > dl > dd {
        padding-left: 43%
        }
    }
@media (min-width: 631px) and (max-width: 680px) {
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        padding-left: 45%;
        background-position: 41% -25px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        padding-left: 45%;
        background-position: 41% 9px
        }
    .col-left .block-layered-nav .block-content > dl > dd {
        padding-left: 44%
        }
    }
@media (min-width: 681px) and (max-width: 770px) {
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter {
        padding-left: 46%;
        background-position: 42% -25px
        }
    .block-layered-nav .block-content > dl#narrow-by-list > dt.narrow-filter-change {
        padding-left: 46%;
        background-position: 42% 9px
        }
    .col-left .block-layered-nav .block-content > dl > dd {
        padding-left: 45%
        }
    }
@media only screen and (max-width: 600px) {
    .checkout-cart-index .cart-collaterals .international-checkout-form {
        float: none
        }
    .checkout-cart-index .main .cart-collaterals .col2-set .col-2 {
        width: 100%
        }
    .checkout-cart-index .international-checkout-form .international-checkout {
        margin: auto;
        display: table;
        float: right;
        padding-right: 0
        }
    .checkout-cart-index .international-checkout-button {
        margin-right: -10px
        }
    .checkout-cart-index .international-checkout-text {
        text-align: right;
        float: none !important;
        margin: auto;
        padding-right: 0
        }
    .checkout-cart-index .international-checkout-text .first {
        float: none
        }
    .checkout-cart-index .international-checkout-text div {
        float: none
        }
    .data-table .btn-remove2 {
        background-position: -56px -659px;
        background-size: auto
        }
    .cart-table tbody td .img-product-cart {
        width: 90px;
        float: none;
        display: block
        }
    .opc #opc-login .le-socialconnect-social {
        margin-bottom: 30px
        }
    .free-shipping-header {
        line-height: 25px
        }
    }
.messages .success-msg li a.notice-underline {
    color: #1a1a1a
    }
.messages .success-msg li a.notice-underline:hover {
    color: #006338
    }
@media only screen and (max-width: 480px) {
    .product-view .product-essential .right-content-box .product-shop, .product-view .product-essential .right-content-box .add-to-cart-wrapper, .product-view .add-to-cart-buttons .button {
        min-width: 320px !important
        }
    }
@media only screen and (max-width: 375px) {
    button.button.btn-green.btn-proceed-checkout.btn-checkout {
        padding: 0
        }
    }
@media only screen and (max-width: 321px) {
    button.btn-green {
        font-size: 14px
        }
    .andmecell {
        display: block !important
        }
    }
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
    }
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
    }
.row {
    margin-left: -15px;
    margin-right: -15px
    }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
    }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
    }
.col-xs-12 {
    width: 100%
    }
.col-xs-11 {
    width: 91.666667%
    }
.col-xs-10 {
    width: 83.333333%
    }
.col-xs-9 {
    width: 75%
    }
.col-xs-8 {
    width: 66.666667%
    }
.col-xs-7 {
    width: 58.333333%
    }
.col-xs-6 {
    width: 50%
    }
.col-xs-5 {
    width: 41.666667%
    }
.col-xs-4 {
    width: 33.333333%
    }
.col-xs-3 {
    width: 25%
    }
.col-xs-2 {
    width: 16.666667%
    }
.col-xs-1 {
    width: 8.333333%
    }
.col-xs-pull-12 {
    right: 100%
    }
.col-xs-pull-11 {
    right: 91.666667%
    }
.col-xs-pull-10 {
    right: 83.333333%
    }
.col-xs-pull-9 {
    right: 75%
    }
.col-xs-pull-8 {
    right: 66.666667%
    }
.col-xs-pull-7 {
    right: 58.333333%
    }
.col-xs-pull-6 {
    right: 50%
    }
.col-xs-pull-5 {
    right: 41.666667%
    }
.col-xs-pull-4 {
    right: 33.333333%
    }
.col-xs-pull-3 {
    right: 25%
    }
.col-xs-pull-2 {
    right: 16.666667%
    }
.col-xs-pull-1 {
    right: 8.333333%
    }
.col-xs-pull-0 {
    right: auto
    }
.col-xs-push-12 {
    left: 100%
    }
.col-xs-push-11 {
    left: 91.666667%
    }
.col-xs-push-10 {
    left: 83.333333%
    }
.col-xs-push-9 {
    left: 75%
    }
.col-xs-push-8 {
    left: 66.666667%
    }
.col-xs-push-7 {
    left: 58.333333%
    }
.col-xs-push-6 {
    left: 50%
    }
.col-xs-push-5 {
    left: 41.666667%
    }
.col-xs-push-4 {
    left: 33.333333%
    }
.col-xs-push-3 {
    left: 25%
    }
.col-xs-push-2 {
    left: 16.666667%
    }
.col-xs-push-1 {
    left: 8.333333%
    }
.col-xs-push-0 {
    left: auto
    }
.col-xs-offset-12 {
    margin-left: 100%
    }
.col-xs-offset-11 {
    margin-left: 91.666667%
    }
.col-xs-offset-10 {
    margin-left: 83.333333%
    }
.col-xs-offset-9 {
    margin-left: 75%
    }
.col-xs-offset-8 {
    margin-left: 66.666667%
    }
.col-xs-offset-7 {
    margin-left: 58.333333%
    }
.col-xs-offset-6 {
    margin-left: 50%
    }
.col-xs-offset-5 {
    margin-left: 41.666667%
    }
.col-xs-offset-4 {
    margin-left: 33.333333%
    }
.col-xs-offset-3 {
    margin-left: 25%
    }
.col-xs-offset-2 {
    margin-left: 16.666667%
    }
.col-xs-offset-1 {
    margin-left: 8.333333%
    }
.col-xs-offset-0 {
    margin-left: 0%
    }
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
        }
    .col-sm-12 {
        width: 100%
        }
    .col-sm-11 {
        width: 91.666667%
        }
    .col-sm-10 {
        width: 83.333333%
        }
    .col-sm-9 {
        width: 75%
        }
    .col-sm-8 {
        width: 66.666667%
        }
    .col-sm-7 {
        width: 58.333333%
        }
    .col-sm-6 {
        width: 50%
        }
    .col-sm-5 {
        width: 41.666667%
        }
    .col-sm-4 {
        width: 33.333333%
        }
    .col-sm-3 {
        width: 25%
        }
    .col-sm-2 {
        width: 16.666667%
        }
    .col-sm-1 {
        width: 8.333333%
        }
    .col-sm-pull-12 {
        right: 100%
        }
    .col-sm-pull-11 {
        right: 91.666667%
        }
    .col-sm-pull-10 {
        right: 83.333333%
        }
    .col-sm-pull-9 {
        right: 75%
        }
    .col-sm-pull-8 {
        right: 66.666667%
        }
    .col-sm-pull-7 {
        right: 58.333333%
        }
    .col-sm-pull-6 {
        right: 50%
        }
    .col-sm-pull-5 {
        right: 41.666667%
        }
    .col-sm-pull-4 {
        right: 33.333333%
        }
    .col-sm-pull-3 {
        right: 25%
        }
    .col-sm-pull-2 {
        right: 16.666667%
        }
    .col-sm-pull-1 {
        right: 8.333333%
        }
    .col-sm-pull-0 {
        right: auto
        }
    .col-sm-push-12 {
        left: 100%
        }
    .col-sm-push-11 {
        left: 91.666667%
        }
    .col-sm-push-10 {
        left: 83.333333%
        }
    .col-sm-push-9 {
        left: 75%
        }
    .col-sm-push-8 {
        left: 66.666667%
        }
    .col-sm-push-7 {
        left: 58.333333%
        }
    .col-sm-push-6 {
        left: 50%
        }
    .col-sm-push-5 {
        left: 41.666667%
        }
    .col-sm-push-4 {
        left: 33.333333%
        }
    .col-sm-push-3 {
        left: 25%
        }
    .col-sm-push-2 {
        left: 16.666667%
        }
    .col-sm-push-1 {
        left: 8.333333%
        }
    .col-sm-push-0 {
        left: auto
        }
    .col-sm-offset-12 {
        margin-left: 100%
        }
    .col-sm-offset-11 {
        margin-left: 91.666667%
        }
    .col-sm-offset-10 {
        margin-left: 83.333333%
        }
    .col-sm-offset-9 {
        margin-left: 75%
        }
    .col-sm-offset-8 {
        margin-left: 66.666667%
        }
    .col-sm-offset-7 {
        margin-left: 58.333333%
        }
    .col-sm-offset-6 {
        margin-left: 50%
        }
    .col-sm-offset-5 {
        margin-left: 41.666667%
        }
    .col-sm-offset-4 {
        margin-left: 33.333333%
        }
    .col-sm-offset-3 {
        margin-left: 25%
        }
    .col-sm-offset-2 {
        margin-left: 16.666667%
        }
    .col-sm-offset-1 {
        margin-left: 8.333333%
        }
    .col-sm-offset-0 {
        margin-left: 0%
        }
    }
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
        }
    .col-md-12 {
        width: 100%
        }
    .col-md-11 {
        width: 91.666667%
        }
    .col-md-10 {
        width: 83.333333%
        }
    .col-md-9 {
        width: 75%
        }
    .col-md-8 {
        width: 66.666667%
        }
    .col-md-7 {
        width: 58.333333%
        }
    .col-md-6 {
        width: 50%
        }
    .col-md-5 {
        width: 41.666667%
        }
    .col-md-4 {
        width: 33.333333%
        }
    .col-md-3 {
        width: 25%
        }
    .col-md-2 {
        width: 16.666667%
        }
    .col-md-1 {
        width: 8.333333%
        }
    .col-md-pull-12 {
        right: 100%
        }
    .col-md-pull-11 {
        right: 91.666667%
        }
    .col-md-pull-10 {
        right: 83.333333%
        }
    .col-md-pull-9 {
        right: 75%
        }
    .col-md-pull-8 {
        right: 66.666667%
        }
    .col-md-pull-7 {
        right: 58.333333%
        }
    .col-md-pull-6 {
        right: 50%
        }
    .col-md-pull-5 {
        right: 41.666667%
        }
    .col-md-pull-4 {
        right: 33.333333%
        }
    .col-md-pull-3 {
        right: 25%
        }
    .col-md-pull-2 {
        right: 16.666667%
        }
    .col-md-pull-1 {
        right: 8.333333%
        }
    .col-md-pull-0 {
        right: auto
        }
    .col-md-push-12 {
        left: 100%
        }
    .col-md-push-11 {
        left: 91.666667%
        }
    .col-md-push-10 {
        left: 83.333333%
        }
    .col-md-push-9 {
        left: 75%
        }
    .col-md-push-8 {
        left: 66.666667%
        }
    .col-md-push-7 {
        left: 58.333333%
        }
    .col-md-push-6 {
        left: 50%
        }
    .col-md-push-5 {
        left: 41.666667%
        }
    .col-md-push-4 {
        left: 33.333333%
        }
    .col-md-push-3 {
        left: 25%
        }
    .col-md-push-2 {
        left: 16.666667%
        }
    .col-md-push-1 {
        left: 8.333333%
        }
    .col-md-push-0 {
        left: auto
        }
    .col-md-offset-12 {
        margin-left: 100%
        }
    .col-md-offset-11 {
        margin-left: 91.666667%
        }
    .col-md-offset-10 {
        margin-left: 83.333333%
        }
    .col-md-offset-9 {
        margin-left: 75%
        }
    .col-md-offset-8 {
        margin-left: 66.666667%
        }
    .col-md-offset-7 {
        margin-left: 58.333333%
        }
    .col-md-offset-6 {
        margin-left: 50%
        }
    .col-md-offset-5 {
        margin-left: 41.666667%
        }
    .col-md-offset-4 {
        margin-left: 33.333333%
        }
    .col-md-offset-3 {
        margin-left: 25%
        }
    .col-md-offset-2 {
        margin-left: 16.666667%
        }
    .col-md-offset-1 {
        margin-left: 8.333333%
        }
    .col-md-offset-0 {
        margin-left: 0%
        }
    }
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
        }
    .col-lg-12 {
        width: 100%
        }
    .col-lg-11 {
        width: 91.666667%
        }
    .col-lg-10 {
        width: 83.333333%
        }
    .col-lg-9 {
        width: 75%
        }
    .col-lg-8 {
        width: 66.666667%
        }
    .col-lg-7 {
        width: 58.333333%
        }
    .col-lg-6 {
        width: 50%
        }
    .col-lg-5 {
        width: 41.666667%
        }
    .col-lg-4 {
        width: 33.333333%
        }
    .col-lg-3 {
        width: 25%
        }
    .col-lg-2 {
        width: 16.666667%
        }
    .col-lg-1 {
        width: 8.333333%
        }
    .col-lg-pull-12 {
        right: 100%
        }
    .col-lg-pull-11 {
        right: 91.666667%
        }
    .col-lg-pull-10 {
        right: 83.333333%
        }
    .col-lg-pull-9 {
        right: 75%
        }
    .col-lg-pull-8 {
        right: 66.666667%
        }
    .col-lg-pull-7 {
        right: 58.333333%
        }
    .col-lg-pull-6 {
        right: 50%
        }
    .col-lg-pull-5 {
        right: 41.666667%
        }
    .col-lg-pull-4 {
        right: 33.333333%
        }
    .col-lg-pull-3 {
        right: 25%
        }
    .col-lg-pull-2 {
        right: 16.666667%
        }
    .col-lg-pull-1 {
        right: 8.333333%
        }
    .col-lg-pull-0 {
        right: auto
        }
    .col-lg-push-12 {
        left: 100%
        }
    .col-lg-push-11 {
        left: 91.666667%
        }
    .col-lg-push-10 {
        left: 83.333333%
        }
    .col-lg-push-9 {
        left: 75%
        }
    .col-lg-push-8 {
        left: 66.666667%
        }
    .col-lg-push-7 {
        left: 58.333333%
        }
    .col-lg-push-6 {
        left: 50%
        }
    .col-lg-push-5 {
        left: 41.666667%
        }
    .col-lg-push-4 {
        left: 33.333333%
        }
    .col-lg-push-3 {
        left: 25%
        }
    .col-lg-push-2 {
        left: 16.666667%
        }
    .col-lg-push-1 {
        left: 8.333333%
        }
    .col-lg-push-0 {
        left: auto
        }
    .col-lg-offset-12 {
        margin-left: 100%
        }
    .col-lg-offset-11 {
        margin-left: 91.666667%
        }
    .col-lg-offset-10 {
        margin-left: 83.333333%
        }
    .col-lg-offset-9 {
        margin-left: 75%
        }
    .col-lg-offset-8 {
        margin-left: 66.666667%
        }
    .col-lg-offset-7 {
        margin-left: 58.333333%
        }
    .col-lg-offset-6 {
        margin-left: 50%
        }
    .col-lg-offset-5 {
        margin-left: 41.666667%
        }
    .col-lg-offset-4 {
        margin-left: 33.333333%
        }
    .col-lg-offset-3 {
        margin-left: 25%
        }
    .col-lg-offset-2 {
        margin-left: 16.666667%
        }
    .col-lg-offset-1 {
        margin-left: 8.333333%
        }
    .col-lg-offset-0 {
        margin-left: 0%
        }
    }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
    }
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
    }
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.pull-right {
    float: right !important
    }
.pull-left {
    float: left !important
    }
.invisible {
    visibility: hidden
    }
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
    }
.hidden {
    display: none !important
    }
.affix {
    position: fixed
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
    }
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
    }
.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.fancybox-opened {
    z-index: 8030
    }
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
    }
.fancybox-outer, .fancybox-inner {
    position: relative
    }
.fancybox-inner {
    overflow: hidden
    }
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
    }
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
    }
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
    }
.fancybox-image {
    max-width: 100%;
    max-height: 100%
    }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/files/skin/frontend/oregon/default/images/fancybox_sprite.png)
    }
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
    }
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/files/skin/frontend/oregon/default/images/fancybox_loading.gif) center center no-repeat
    }
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
    }
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/files/skin/frontend/oregon/default/images/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
    }
.fancybox-prev {
    left: 0
    }
.fancybox-next {
    right: 0
    }
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
    }
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
    }
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
    }
.fancybox-nav:hover span {
    visibility: visible
    }
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
    }
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto
    }
.fancybox-lock body {
    overflow: hidden !important
    }
.fancybox-lock-test {
    overflow-y: hidden !important
    }
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/files/skin/frontend/oregon/default/images/fancybox_overlay.png)
    }
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
    }
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
    }
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
    }
.fancybox-opened .fancybox-title {
    visibility: visible
    }
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
    }
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
    }
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
    }
.fancybox-title-inside-wrap {
    padding-top: 10px
    }
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
    }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/files/skin/frontend/oregon/default/images/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(/files/skin/frontend/oregon/default/images/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
        }
    }
/**
 * Innoexts
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@innoexts.com so we can send you a copy immediately.
 * 
 * @category    Innoexts
 * @package     Innoexts_CustomerLocator
 * @copyright   Copyright (c) 2014 Innoexts (http://www.innoexts.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/** 
 * Customer Address Block
 */
.block-customer-address {
    line-height: 1.25
    }
.block-customer-address .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat
    }
.block-customer-address .form-list {
    padding: 5px 10px
    }
.block-customer-address .form-list label {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
    }
.block-customer-address .customer-address-id-form-list {
    padding: 5px 10px 0 10px
    }
.block-customer-address .customer-address-form-list {
    padding: 0 10px 5px 10px
    }
.block-customer-address input.input-text {
    height: 30px;
    margin-top: 4px
    }
.block-customer-address select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver
    }
/**
 * Innoexts
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the InnoExts Commercial License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://innoexts.com/commercial-license-agreement
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@innoexts.com so we can send you a copy immediately.
 * 
 * @category    Innoexts
 * @package     Innoexts_Warehouse
 * @copyright   Copyright (c) 2014 Innoexts (http://www.innoexts.com)
 * @license     http://innoexts.com/commercial-license-agreement  InnoExts Commercial License
 */
/**
 * Warehouse 
 */
.warehouse .warehouse-name {
    font-weight: bold
    }
.warehouse .warehouse-origin {
    display: block;
    font-style: italic
    }
.warehouse .warehouse-distance {
    display: block;
    font-style: italic
    }
.warehouse .warehouse-description {
    display: block
    }
/**
 * Product Quote
 */
.product-quote tfoot td {
    padding: 5px 10px
    }
.product-quote .current {
    background: #f4f4f4
    }
.product-quote tr:hover {
    background: #e7e7e7
    }
.product-quote .button-update {
    margin-left: 5px
    }
/**
 * Cart 
 */
.cart-table .cart-item-product-quote-button {
    margin-left: 10px
    }
.cart-table .product-quote {
    border: 1px solid #ccc
    }
/**
 * Warehouse Block 
 */
.warehouse-block .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat
    }
.warehouse-block input.radio {
    float: left
    }
.warehouse-block .label {
    display: block;
    margin-left: 18px
    }
.warehouse-block li {
    padding: 3px 9px
    }
.warehouse-block .actions .button-update {
    margin-left: 5px
    }
/**
 * Warehouse Shipping Method 
 */
.warehouse-shipping-methods .warehouse {
    padding-top: 15px
    }
.warehouse-shipping-methods .warehouse .warehouse-name {
    font-size: 1.125em
    }
.warehouse-shipping-methods .warehouse-content {
    padding-bottom: 10px
    }
.warehouse-shipping-methods .warehouse-content .shipping-methods {
    padding-left: 15px
    }
/**
 * Checkout 
 */
.block-progress dl.warehouse-shipping-methods {
    border: 0;
    padding: 0
    }
.block-progress dl.warehouse-shipping-methods dt {
    border: 0;
    padding: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    text-transform: none;
    color: #636363
    }
.block-progress dl.warehouse-shipping-methods dd {
    border: 0;
    padding: 0 0 0 5px
    }
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
    }
.clearfix:after {
    clear: both
    }
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
    }
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.seo-content {
    color: #333;
    width: 600px;
    margin: 0 auto;
    padding: 5px 10px;
    margin-top: -50px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px
    }
.seositemap-map ul {
    margin-left: 15px;
    margin-bottom: 15px
    }
.seositemap-map ul:before, .seositemap-map ul:after {
    display: table;
    content: "";
    line-height: 0
    }
.seositemap-map ul:after {
    clear: both
    }
.seositemap-map ul.stores li {
    font-weight: bold;
    font-size: 110%
    }
.seositemap-map ul li.level-2 {
    font-weight: bold
    }
.seositemap-map ul li.level-3 {
    margin-left: 15px
    }
.seositemap-map ul li.level-4 {
    margin-left: 30px;
    font-size: 90%
    }
.seositemap-map ul li.level-5 {
    margin-left: 45px;
    font-size: 90%
    }
.seositemap-map ul li.level-6 {
    margin-left: 60px;
    font-size: 90%
    }
.seositemap-map ul li.level-7 {
    margin-left: 75px;
    font-size: 90%
    }
.review-aggregate-hide {
    display: none
    }
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
    }
.clearfix:after {
    clear: both
    }
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
    }
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.seositemap-map ul {
    margin-left: 15px;
    margin-bottom: 15px
    }
.seositemap-map ul:before, .seositemap-map ul:after {
    display: table;
    content: "";
    line-height: 0
    }
.seositemap-map ul:after {
    clear: both
    }
.seositemap-map ul.stores li {
    font-weight: bold;
    font-size: 100%
    }
.seositemap-map ul li.level-2 {
    font-weight: bold
    }
.seositemap-map ul li.level-3 {
    margin-left: 15px
    }
.seositemap-map ul li.level-4 {
    margin-left: 30px;
    font-size: 90%
    }
.seositemap-map ul li.level-5 {
    margin-left: 45px;
    font-size: 90%
    }
.seositemap-map ul li.level-6 {
    margin-left: 60px;
    font-size: 90%
    }
.seositemap-map ul li.level-7 {
    margin-left: 75px;
    font-size: 90%
    }
.review-aggregate-hide {
    display: none
    }
.seositemap-index-index div.seositemap-map table {
    width: 100%
    }
.seositemap-index-index div.seositemap-map table tbody tr td {
    vertical-align: top
    }
/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw {
    overflow: hidden;
    background: #fff;
    color: #444;
    z-index: 9999;
    font-size: 13px
    }
#v-cookielaw .v-message {
    padding: 5px 10px;
    text-align: left
    }
#v-cookielaw .v-button {
    color: #222;
    display: inline-block;
    background-color: #ececec;
    background-image: linear-gradient(#f4f4f4, #ececec);
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 2px
    }
#v-cookielaw .v-button.v-accept:before {
    content: "✔"
    }
#v-cookielaw .v-button:hover, #v-cookielaw .v-button:focus {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    background-color: #2a65a0;
    background-image: linear-gradient(#599bdc, #3072b3)
    }
#v-cookielaw .v-button:active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
    background-color: #3072b3;
    background-image: linear-gradient(#3072b3, #599bdc)
    }
#v-cookielaw.v-bar {
    display: table;
    width: 100%;
    padding: 5px 0
    }
#v-cookielaw.v-bar .v-message {
    display: table-cell
    }
#v-cookielaw.v-bar .v-actions {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    padding-right: 10px;
    text-align: right
    }
#v-cookielaw.v-bar.v-top {
    position: relative;
    border-bottom: 1px solid #000
    }
#v-cookielaw.v-bar.v-bottom {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #000
    }
#v-cookielaw.v-box {
    position: fixed;
    max-width: 300px;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 10px
    }
#v-cookielaw.v-box .v-actions {
    float: left;
    margin: 5px 10px
    }
#v-cookielaw.v-box.v-top-left {
    top: 0;
    left: 0
    }
#v-cookielaw.v-box.v-top-right {
    top: 0;
    right: 0
    }
#v-cookielaw.v-box.v-bottom-left {
    bottom: 0;
    left: 0
    }
#v-cookielaw.v-box.v-bottom-right {
    bottom: 0;
    right: 0
    }
/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box {
        display: table;
        width: 100% !important;
        padding: 5px 0 0;
        position: fixed;
        bottom: 0 !important;
        top: auto !important;
        border-top: 1px solid #000;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0
        }
    #v-cookielaw.v-box .v-message {
        display: table-cell
        }
    #v-cookielaw.v-box .v-actions {
        display: table-cell;
        vertical-align: middle;
        width: 250px;
        padding-right: 10px;
        text-align: left
        }
    #v-cookielaw .v-message {
        float: left
        }
    #v-cookielaw .v-actions {
        float: left;
        margin: 5px 10px
        }
    #v-cookielaw.v-bar .v-actions {
        width: auto
        }
    }
/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert {
    background: #fffbcd;
    border-color: #e2cd7b !important
    }
/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean {
    color: #fff;
    background: #2c2c2c;
    border-color: #55575f !important
    }
#v-cookielaw.v-dark-clean .v-button {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    background-color: #2a65a0;
    background-image: linear-gradient(#599bdc, #3072b3)
    }
#v-cookielaw.v-dark-clean .v-button:hover, #v-cookielaw.v-dark-clean .v-button:focus {
    background-color: #3678a0;
    background-image: linear-gradient(#68abdc, #387cb3)
    }
/* Skin - Minimalist */
#v-cookielaw.v-minimalist {
    color: #2c2c2c;
    background: #f0f0f0;
    border-color: #e0e0e0 !important;
    font-size: 11px;
    font-family: Verdana
    }
#v-cookielaw.v-bar.v-minimalist {
    padding: 2px 0
    }
#v-cookielaw.v-box.v-minimalist {
    width: 260px
    }
#v-cookielaw.v-box.v-minimalist .v-actions {
    margin: 5px
    }
#v-cookielaw.v-box.v-minimalist .v-message {
    padding: 5px
    }
#v-cookielaw.v-minimalist .v-button {
    padding: 3px 6px
    }
.wc-overlay {
    position: absolute;
    display: none;
    opacity: 0.9;
    z-index: 99999;
    background: white url(/files/skin/frontend/base/default/webcooking/images/ajax-loader.gif) center 5% no-repeat
    }
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10421;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
    }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10432;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
    }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
    }
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
    }
.mfp-align-top .mfp-container:before {
    display: none
    }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
    }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
    }
.mfp-ajax-cur {
    cursor: progress
    }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
    }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
    }
.mfp-auto-cursor .mfp-content {
    cursor: auto
    }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
    }
.mfp-loading.mfp-figure {
    display: none
    }
.mfp-hide {
    display: none !important
    }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
    }
.mfp-preloader a {
    color: #CCC
    }
.mfp-preloader a:hover {
    color: #FFF
    }
.mfp-s-ready .mfp-preloader {
    display: none
    }
.mfp-s-error .mfp-content {
    display: none
    }
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0
    }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
    }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1
    }
.mfp-close:active {
    top: 1px
    }
.mfp-close-btn-in .mfp-close {
    color: #333
    }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
    }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
    }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
    }
.mfp-arrow:active {
    margin-top: -54px
    }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
    }
.mfp-arrow:before, .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
    }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
    }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
    }
.mfp-arrow-left {
    left: 0
    }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
    }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
    }
.mfp-arrow-right {
    right: 0
    }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
    }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
    }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
    }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
    }
.mfp-iframe-holder .mfp-close {
    top: -40px
    }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
    }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
    }
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
    }
/* The shadow behind the image */
.mfp-figure {
    line-height: 0
    }
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
    }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
    }
.mfp-figure figure {
    margin: 0
    }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
    }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
    }
.mfp-image-holder .mfp-content {
    max-width: 100%
    }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
    }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
           * Remove all paddings around the image on small screen
           */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
        }
    .mfp-img-mobile img.mfp-img {
        padding: 0
        }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
        }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
        }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
        }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
        }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
        }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
        }
    }
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
        }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
        }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
        }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
        }
    }
.mw-fg-cart-title {
    border: 1px solid #c5c4c4;
    border-bottom: 0 none;
    background: #fff url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-title-cart.gif) repeat-x left bottom;
    color: #0A263C;
    font-size: 12px
    }
.mw-fg-cart-title strong {
    display: block;
    background: url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-gifr-cart.png) no-repeat 9px 9px;
    padding: 10px 40px
    }
.jcarousel-skin-tango .jcarousel-container {
    background: #fff;
    border: 1px solid #c5c4c4;
    margin-bottom: 15px;
    border-top: 0
    }
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl
    }
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 859px;
    padding: 0 20px
    }
.jcarousel-skin-tango .jcarousel-container-vertical {
    border: 0;
    background: 0;
    width: 150px;
    height: 420px;
    padding: 40px 20px
    }
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 190px;
    padding-top: 20px
    }
.jcarousel-clip ul {
    overflow: visible !important
    }
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 150px;
    height: 420px
    }
.jcarousel-skin-tango .jcarousel-item {
    /* width: 80px;
        height: 270px;*/
    }
.jcarousel-skin-tango .jcarousel-item .product-shop {
    text-align: center
    }
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 27px
    }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0
    }
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
    width: 150px;
    text-align: center
    }
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000
    }
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 90px;
    right: 5px;
    width: 40px;
    height: 39px;
    cursor: pointer;
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-left-slider.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-right-slider-active.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-right-slider-active.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-right-slider-active.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: none
    }
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 90px;
    left: 5px;
    width: 40px;
    height: 39px;
    cursor: pointer;
    background: url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-right-slider.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-left-slider-active.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-left-slider-active.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/bkg-left-slider-active.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: none
    }
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 80px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/next-vertical.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px
    }
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px
    }
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px
    }
.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 80px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/files/skin/frontend/oregon/default/mw_freegift/images/prev-vertical.png) no-repeat 0 0
    }
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px
    }
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px
    }
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px
    }
#freegift .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px
    }
#freegift .product-name a {
    color: #203548
    }
.freegift_container {
    border: 1px #d3d3d3 solid;
    padding: 5px
    }
.freegift_container ul, .freegift_container ol {
    list-style: none outside none
    }
.freegift_container li {
    float: left;
    width: 100px
    }
.mw-fg-catalog-list {
    border-top: 1px dotted #7b7b7b;
    border-bottom: 1px dotted #7b7b7b;
    padding: 5px 0 5px 0;
    text-align: left;
    /*margin: 10px 0px;*/
    clear: both
    }
.freegift_header {
    margin-bottom: 5px
    }
.freegift_header h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    color: #0a263c
    }
.freegift_catalog_container .product-image img {
    border: 1px solid #dfdfdf
    }
#freegift li {
    position: relative;
    float: left;
    margin: 10px 10px
    }
.mw-fg-item {
    display: none;
    position: absolute;
    padding: 10px;
    border: 1px solid #c5c4c4;
    background-color: #fff;
    z-index: 999;
    top: 47px;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #c5c4c4;
    color: #2f2f2f;
    text-align: left
    }
.mw-fg-item p {
    margin-bottom: 5px
    }
.mw-fg-item p.mw-fg-item-name a {
    color: #2f2f2f;
    text-decoration: none;
    font-weight: bold
    }
.mw-fg-item p.mw-fg-item-name a:hover {
    color: #2f2f2f;
    text-decoration: underline
    }
.mw-fg-item p.mw-fg-image-item {
    margin-bottom: 10px;
    text-align: center
    }
.mw-fg-item-option-title {
    color: #2f2f2f;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    padding: 0 0 5px 0;
    margin-bottom: 5px
    }
.mw-fg-catalog-product {
    border: 0 none;
    /*padding: 12px 0px 5px 0px;*/
    }
.mw-fg-catalog-product .freegift_catalog_container .product-image img {
    padding: 8px
    }
.mw-fg-catalog-product .freegift_header {
    margin-bottom: 12px
    }
.mw-fg-catalog-product .mw-fg-item {
    top: 77px
    }
.jcarousel-skin-tango .jcarousel-item .mw-fg-item {
    left: 95%;
    min-width: 210px;
    top: 15%
    }
.free-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url(/files/skin/frontend/oregon/default/mw_freegift/images/freegift_50.png);
    top: 0;
    z-index: 999;
    left: 0
    }
.old-price .price {
    text-decoration: line-through
    }
.freegift_rules_container {
    height: 40px;
    background: #EFF5EA;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #3D6611;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 0 2px 1px #446423;
    display: none
    }
.freegift_rules_banner_container {
    width: 900px;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none
    }
.freegift_rules_banner_onepage_container {
    width: 683px;
    background: #FCE3E6;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3
    }
.freegift_rules_onepage_container {
    width: 683px;
    background: #FCE3E6;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3
    }
.freegift-vetical {
    margin: 0
    }
.freegift-vetical li {
    clear: both;
    padding: 7px 9px;
    float: none !important
    }
.mw-block-freegift ul#freegift li .product-image {
    float: left;
    width: 50px;
    margin: 10px 0 0 0
    }
.mw-block-freegift ul#freegift li .product-image img {
    border: 1px solid #A9A9A9
    }
.freegift-vetical li .product-shop {
    margin-left: 60px
    }
.freegift-vetical li .product-shop p {
    margin-bottom: 0
    }
.freegift-vetical li .product-shop .price-box {
    margin: 1px 0
    }
.mw-block-freegift ul#freegift li .product-name {
    margin-bottom: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal
    }
.mw-block-freegift ul#freegift li .product-name a {
    color: #1E7EC8;
    font-size: 11px;
    font-weight: normal
    }
.category-products .product-image {
    position: relative
    }
.label-freegift {
    position: absolute;
    top: 0;
    right: 0
    }
.product-view .product-shop {
    position: relative
    }
.labelfreegift-productdetails {
    position: absolute;
    right: 0;
    top: 0
    }
div.htmltooltip {
    background-color: #F6F6F6;
    border: 1px solid #DDD;
    left: -1000px;
    padding: 8px;
    position: absolute;
    top: -1000px;
    width: 250px;
    z-index: 999
    }
#freegift .product-image {
    float: left
    }
#freegift .product-image img {
    border: 1px solid #e9e8e8
    }
/* Data Table */
/*.data-table { width:100%; border:1px solid #bebcb7; }*/
/*.data-table .odd  { background:#f8f7f5 }*/
/*.data-table .even { background:#eeeded; }*/
/*.data-table tr.odd:hover,*/
/*.data-table tr.even:hover { background:#ebf1f6; }*/
/*.data-table td.last,*/
/*.data-table th.last { border-right:0; }*/
/*.data-table tr.last th,*/
/*.data-table tr.last td { border-bottom:0 !important; }*/
/*.data-table th { padding:3px 8px; font-weight:bold; }*/
/*.data-table td { padding:3px 8px; }*/
/*.data-table tbody th,*/
/*.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }*/
/* Bundle products tables */
/*.data-table tbody.odd tr { background:#f8f7f5 !important; }*/
/*.data-table tbody.even tr { background:#f6f6f6 !important; }*/
/*.data-table tbody.odd tr td,*/
/*.data-table tbody.even tr td { border-bottom:0; }*/
/*.data-table tbody.odd tr.border td,*/
/*.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }*/
/*.data-table tbody td .option-label { font-weight:bold; font-style:italic; }*/
/*.data-table tbody td .option-value { padding-left:10px; }*/