/*! normalize.css v1.1.3 | MIT License | git.io/normalize */



/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */



/**

 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.

 */



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

    display: block;

}



/**

 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.

 */



audio,

canvas,

video {

    display: inline-block;

    *display: inline;

    *zoom: 1;

}



/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */



audio:not([controls]) {

    display: none;

    height: 0;

}



/**

 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.

 * Known issue: no IE 6 support.

 */



[hidden] {

    display: none;

}



/* ==========================================================================

   Base

   ========================================================================== */



/**

 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using

 *    `em` units.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */



html {

    font-size: 100%; /* 1 */

    -ms-text-size-adjust: 100%; /* 2 */

    -webkit-text-size-adjust: 100%; /* 2 */

    -moz-osx-font-smoothing: grayscale;



    font-family: 'Source Sans Pro', sans-serif;

}



/**

 * Address `font-family` inconsistency between `textarea` and other form

 * elements.

 */



html,

button,

input,

select,

textarea {

    -webkit-font-smoothing: antialiased;

}



/**

 * Address margins handled incorrectly in IE 6/7.

 */



body {

    margin: 0;

}



/* ==========================================================================

   Links

   ========================================================================== */



/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */



a:active,

a:hover {

    outline: 0;

}



/* ==========================================================================

   Typography

   ========================================================================== */



/**

 * Address font sizes and margins set differently in IE 6/7.

 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,

 * and Chrome.

 */



h1 {

    font-size: 2em;

    margin: 0 0 5px 0;

    font-weight: normal;

}



h2 {

    font-size: 1.35em;

    margin: 0 0 5px 0;

    font-weight: normal;

}



h3 {

    font-size: 1.17em;

    margin: 0.2em 0;

}



h4 {

    font-size: 1em;

    margin: 1.33em 0;

}



h5 {

    font-size: 0.83em;

    margin: 1.67em 0;

}



h6 {

    font-size: 0.67em;

    margin: 2.33em 0;

}



/**

 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.

 */



abbr[title] {

    border-bottom: 1px dotted;

}



/**

 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

 */



b,

strong {

    font-weight: bold;

}



blockquote {

    margin: 1em 40px;

}



/**

 * Address styling not present in Safari 5 and Chrome.

 */



dfn {

    font-style: italic;

}



/**

 * Address differences between Firefox and other browsers.

 * Known issue: no IE 6/7 normalization.

 */



hr {

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 0;

}



/**

 * Address styling not present in IE 6/7/8/9.

 */



mark {

    background: #ff0;

    color: #000;

}



/**

 * Address margins set differently in IE 6/7.

 */



p,

pre {

    margin: 0 0 1em 0;

}



/**

 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.

 */



code,

kbd,

pre,

samp {

    font-family: monospace, serif;

    _font-family: 'courier new', monospace;

    font-size: 1em;

}



/**

 * Improve readability of pre-formatted text in all browsers.

 */



pre {

    white-space: pre;

    white-space: pre-wrap;

    word-wrap: break-word;

}



/**

 * Address CSS quotes not supported in IE 6/7.

 */



q {

    quotes: none;

}



/**

 * Address `quotes` property not supported in Safari 4.

 */



q:before,

q:after {

    content: '';

    content: none;

}



/**

 * Address inconsistent and variable font size in all browsers.

 */



small {

    font-size: 80%;

}



/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -0.5em;

}



sub {

    bottom: -0.25em;

}



/* ==========================================================================

   Lists

   ========================================================================== */



/**

 * Address margins set differently in IE 6/7.

 */



dl,

menu,

ol,

ul {

    margin: 0;

}



dd {

    margin: 0;

}



/**

 * Address paddings set differently in IE 6/7.

 */



menu,

ol,

ul {

    padding-left: 20px;

    margin: 10px 0;

}



/**

 * Correct list images handled incorrectly in IE 7.

 */



nav ul,

nav ol {

    list-style: none;

    list-style-image: none;

    margin: 0;

    padding: 0;

}



/* ==========================================================================

   Embedded content

   ========================================================================== */



/**

 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.

 * 2. Improve image quality when scaled in IE 7.

 */



img {

    border: 0; /* 1 */

    -ms-interpolation-mode: bicubic; /* 2 */

}



/**

 * Correct overflow displayed oddly in IE 9.

 */



svg:not(:root) {

    overflow: hidden;

}



/* ==========================================================================

   Figures

   ========================================================================== */



/**

 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.

 */



figure {

    margin: 0;

}



/* ==========================================================================

   Forms

   ========================================================================== */



/**

 * Correct margin displayed oddly in IE 6/7.

 */



form {

    margin: 0;

}



/**

 * Define consistent border, margin, and padding.

 */



fieldset {

    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em;

}



/**

 * 1. Correct color not being inherited in IE 6/7/8/9.

 * 2. Correct text not wrapping in Firefox 3.

 * 3. Correct alignment displayed oddly in IE 6/7.

 */



legend {

    border: 0; /* 1 */

    padding: 0;

    white-space: normal; /* 2 */

    *margin-left: -7px; /* 3 */

}



/**

 * 1. Correct font size not being inherited in all browsers.

 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,

 *    and Chrome.

 * 3. Improve appearance and consistency in all browsers.

 */



button,

input,

select,

textarea {

    font-size: 100%; /* 1 */

    margin: 0; /* 2 */

    vertical-align: baseline; /* 3 */

    *vertical-align: middle; /* 3 */

}



/**

 * Address Firefox 3+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */



button,

input {

    line-height: normal;

}



select{

    border: 1px solid #eaeaea;

    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    padding: 11px 0px 10px 12px;

    background: url('../images/select-arrow.png') 100% 50% no-repeat #fff;

    background-position: right 10px top;

    background-position-y: 50%;

    border-radius: 0;

    -webkit-appearance: none;

    width: 100%;

    min-width: 180px;

}



/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.

 * Correct `select` style inheritance in Firefox 4+ and Opera.

 */



button,

select {

    text-transform: none;

}



/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.

 *    Known issue: inner spacing remains in IE 6.

 */



button,

html input[type="button"], /* 1 */

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button; /* 2 */

    cursor: pointer; /* 3 */

    *overflow: visible;  /* 4 */

}



/**

 * Re-set default cursor for disabled elements.

 */



button[disabled],

html input[disabled] {

    cursor: default;

}



/**

 * 1. Address box sizing set to content-box in IE 8/9.

 * 2. Remove excess padding in IE 8/9.

 * 3. Remove excess padding in IE 7.

 *    Known issue: excess padding remains in IE 6.

 */



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box; /* 1 */

    padding: 0; /* 2 */

    *height: 13px; /* 3 */

    *width: 13px; /* 3 */

    margin-right: 5px;

    margin-top: 2px;

    margin-left: 2px;

    float: left;

}



/**

 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */



input[type="search"] {

    -webkit-appearance: textfield; /* 1 */

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box; /* 2 */

    box-sizing: content-box;

}



/**

 * Remove inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



/**

 * Remove inner padding and border in Firefox 3+.

 */



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



/**

 * 1. Remove default vertical scrollbar in IE 6/7/8/9.

 * 2. Improve readability and alignment in all browsers.

 */



textarea {

    overflow: auto; /* 1 */

    vertical-align: top; /* 2 */

}



/* ==========================================================================

   Tables

   ========================================================================== */



/**

 * Remove most spacing between table cells.

 */



table {

    border-collapse: collapse;

    border-spacing: 0;

}

/*new d*/



.width-half.l.home-left-banner {
    float: left;
    margin-bottom: 40px;
}
.width-half.home-right-banner {
    float: left;
    margin-bottom: 40px;
}
.home-text-section {
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.home-text-section h3 { 
        margin: 22px 0;
    font-weight: 300;
    font-size: 20px;
    color: #7a7a7a; 
}
.home-text-section p { 
    line-height: 26px;
    font-weight: 600;
}
.product-intro-details .afterpay-installments.afterpay-installments-amount {
    clear: both;
    float: left;
    width: 100%;
}
.product-intro-details .afterpay-installments.afterpay-installments-amount br {
    display: none;
}
.product-intro-details .afterpay-installments.afterpay-installments-amount img {
    margin-left: 10px;
}
.method-afterpay_onetouch .button.btn-proceed-checkout.btn-checkout { 
    display: table;
    float: right;
    margin-bottom: 10px;
}
.checkout-types li.method-afterpay_onetouch,
.checkout-types li.method-checkout-cart-methods-onepage-bottom { 
    display: table;
    width: 100%;
    margin-top: 10px;
}
.checkout-types.bottom .method-afterpay_onetouch h3 { 
    font-size: 13px;
    margin-bottom: 12px; 
    display: block;
    width: 100%;
    margin-top: 0px;
}
.checkout-types li.method-afterpay_onetouch span.paypal-or {
    margin-right: 5px;
}
.cms-home .std {
    clear: both;
}

body #bnrSlider-1 { 
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    float: left;
}
body .basSlider.defaultTheme .cwsRwdSlider {
    padding: 0px;
    border: 0px solid #ddd;
}
body #bnrSlider-1 { 
    width: 66.66%;
    max-width: 100%;
}
.home-top-slider {
    background: #f7f7f7;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.icon-star-empty-1:before {
   content: '\2606';
}
.product-intro-details .price-info { 
    float: left;
    width: 100%;
} 

.product-view .product-intro-details .extra-info {
    margin: 0 0 10px 0;
    text-align: left;
}
.product-view .product-intro-details .extra-info p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}
.product-view .product-intro-details .extra-info ul {
    text-align: left;
    margin: 0 6px 0px 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.product-view .product-intro-details .extra-info ul li {
    list-style: none;
    display: inline-block;
}
.product-view .extra-info .icon-star-empty-1:before {  
    color: #ffca00;
    font-size: 22px;
    margin: 0px!important; 
}
.product-view .extra-info i.icon-star-empty-1 {
    width: 18px;
    float: left;
        height: 18px;
}
.product-view .product-intro-details .no-rating a { 
    color: #f5c303;
    pointer-events: none;
}
.category-description .width-third-padded > div {
    margin-bottom: 18px;
}

 
body .toggle-tabs li { 
    width: 25%; 
}
body ul.toggle-tabs li span { 
    font-size: 13px;
}
body ul.toggle-tabs li span { 
    height: 20px !important;
}
.box-reviews textarea { 
    width: 100%; 
}
.box-reviews textarea,
.box-reviews input { 
    background:  #fff !important;
    outline: none !important;
    border-color: #C0C0C0;
}
.box-reviews textarea {
    padding-right: 0px;
}
.box-reviews .form-list label {
    display: block;
    margin-bottom: 5px;
}
body #collateral-tabs { 
    padding: 20px 20px; 
}
.tab-content .std p strong {
    float: left;
    margin-bottom: 4px;
    width: 100%;
    margin-top: 0;
}
.tab-content h2 {
    margin-bottom: 13px;
}

.review-product-list ol#recently-viewed-items {
    padding-left: 0;
}
.review-product-list .sidebar #recently-viewed-items li.item {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 21px;
}
.review-product-list .sidebar #recently-viewed-items li.item > a {
    float: left;
}
.review-product-list .sidebar #recently-viewed-items li.item .product-details {
    padding-left: 60px;
}
.review-product-list .product-view .product-img-box.width-half .product-image-gallery { 
    padding-right:20px;
}
.product-view .add-to-cart-buttons button.button.btn-cart {
    padding: 8px 30px; 
}
.product-view .product-image-gallery { 
    padding-right:20px;
}
input:focus {
    outline: 0px;
}
.product-view .extra-info p.rating-links {
    cursor: pointer;
} 
.product-view .extra-info p.rating-links a {
    pointer-events: none;
} 
.product-collateral.tabs .box-reviews dl {
    margin-bottom: 40px;
    position: relative;
}
.product-collateral.tabs .box-reviews dl dt a {
    position: absolute;
    bottom: -22px;
}
.product-collateral.tabs .box-reviews dl dd small.date {
    position: absolute;
    top: 2px;
    right: 0;
}
.product-collateral.tabs .box-reviews dl dt {
    font-weight: bold;
}
.no-touch .review-product-view .product-img-box .product-image:not(.zoom-available) {
    position: relative;
    display: block;
    border: none;
}
 
@media screen and (min-width: 768px) {
    .review-product-list .col-main.l.width-two-thirds {
        width: 76.666666%;
    }
    .review-product-list .col-right.r.sidebar.width-third {
        width: 20.333333%;
        padding-left: 2%;
    } 
    .review-product-list .product-view .product-img-box.width-half {
        min-height: 340px; 
    }
    .width-half.l.home-left-banner { 
        padding-right: 1%;
        width: 49%;
    }
    .width-half.home-right-banner { 
        width: 49%;
        padding-left: 1%;
    }
}

@media screen and (max-width: 1250px) {
    .home-top-slider .banner-text .inner {
        padding-bottom: 0px;
    }
    .home-top-slider .banner-text h2 { 
        font-size: 1.25em;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1179px) {
    .home-top-slider .banner-text .inner {
            padding: 20px 30px 0 30px;
    }
    .home-top-slider .banner-text {
        min-height: 0px;
    }
    .home-top-slider .banner-text h2 { 
        font-size: 1.15em;
        margin-top: 0px;
    }
}
 
@media screen and (max-width: 1150px) {
    body ul.toggle-tabs li span { 
        padding: 10px 4px; 
        font-size: 13px;
        height: 30px !important;
        line-height: 15px;
    }
}

@media screen and (max-width: 1024px) {
     
}

@media screen and (max-width: 1060px) {
    .home-top-slider .banner-text .inner  {
        padding: 20px 15px 0px 15px; 
    }
    .home-top-slider .banner-text .inner p {
        font-size: 16px;
    } 
}

@media screen and (max-width: 991px) {
    .home-top-slider .banner-text h2 {
        font-size: 1.05em; 
    }
    .home-top-slider .banner-text .inner {
        padding: 8% 15px 0px 15px;
    }
    .home-top-slider .banner-text .inner p {
        font-size: 14px; 
    }
    .width-half.home-right-banner.banner-mb {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 900px) {
    .home-top-slider .banner-text .inner {
        padding: 40px 15px 40px 15px;
    }
    .home-top-slider .banner-text .inner p {
        font-size: 18px;
    }
    .home-top-slider .banner-text h2 {
        font-size: 1.35em; 
    }
    .home-top-slider {
        background: transparent; 
    }
    body #bnrSlider-1 { 
        width: 100%; 
    }
}

@media screen and (max-width: 767px) {
    body ul.toggle-tabs li span {
        padding: 10px 0px; 
        font-size: 12px;
    }
    .review-product-list .col-right.r.sidebar.width-third {
        width: 100%;
        margin-top: 30px;
    }
    .product-view .product-img-box .more-views { 
        margin-bottom: 0;
    }
    .product-view .product-shop {
        margin-top: 20px;
    }
    .product-view .product-shop .buttons-set {
        text-align: left;
        clear: both;
    }
    .product-view .add-to-cart-buttons button.button.btn-cart {
        padding: 8px 30px;
        width: 300px;
        max-width: 70%;
            float: left;
    }
    .product-view .product-image-gallery {
        padding-right: 0px;
    }
    .home-text-section { 
        margin-bottom: 50px;
    }
}
