/*
Theme Name: Recycled
Theme URI: http://www.recycled-tech.com/
Author: DataWave
Author URI: http://www.datawave.ro
Description: Theme for recycled-tech.com
Version: 0.01
*/
@import "style/slick.css";

html, body { width: 100%; height: 100%; padding: 0; margin: 0; outline: none; border: none; }
body { font: 1em 'Roboto', serif; background-color: #fff; color: #010101; }
a, a:visited { color: #000; text-decoration: none; }
a:hover { color: #fbaa19; text-decoration: underline; }
a img { border: none; }
/* ===========================================
            styles for clearFloat
==============================================*/
.clearFloat:before,
.clearFloat:after { content: " "; /* 1 */ display: table; /* 2 */ }

.clearFloat:after { clear: both; }
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearFloat{ *zoom: 1; }
/*=======================================================
                 style for placeholders
=======================================================*/
::-webkit-input-placeholder { color: #010101; font-family: 'Roboto', serif; font-size: 1.4rem; line-height: 1; vertical-align: middle; }
:-moz-placeholder { color: #010101; opacity: 1; font-family: 'Roboto', serif; font-size: 1.4rem; line-height: 1; vertical-align: middle; }
::-moz-placeholder { color: #010101; opacity: 1; font-family: 'Roboto', serif; font-size: 1.4rem; line-height: 1; vertical-align: middle; }
:-ms-input-placeholder { color: #010101; font-family: 'Roboto', serif; font-size: 1.4rem; line-height: 1; vertical-align: middle; }


#wrapper { display: block; position: relative; width: 100%; height: 100%; margin: 0 auto; padding-top: 50px; box-sizing: border-box; }

/*=======================================================
                 style for navbar
=======================================================*/
#navbar { display: block; position: fixed; top: 0; width: 100%; height: 90px; background-color: #fff; box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.46); box-sizing: border-box; z-index: 4; transition: height 0.4s linear; }

#navbar a.logo { display: block; position: absolute; left: 96px; top: 0; bottom: 0; width: 269px; height: 32px; margin: auto; background-repeat: no-repeat; }
#navbar .menus { position: absolute; right: 0; width: 0; height: 100%; }

#navbar .menuToggle { display: none; position: absolute; top: 0; right: 0; width: 50px; height: 50px; background: url('img/threelines.png') no-repeat center; }
#navbar .menu { position: absolute; right: 96px; height: 100%; }
#navbar .menu a { display: inline-block; height:100%; padding: 0 20px; margin: 0 7px; background-color: transparent; font-size: 0.875em; line-height: 90px; text-transform: uppercase; letter-spacing: 3px; font-weight: 500; transition: all 0.4s linear; }
#navbar .menu a:hover,
#navbar .menu a.highlight { background-color: #fdaf17; }

.scrolled #navbar { height: 50px; }
.scrolled #navbar .menu a { line-height: 50px; }

/*=======================================================
                 style for home section
=======================================================*/
#homeSection { position: relative; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; text-align: center; box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.46);  }
#homeSection::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; margin-left: -5px; }
#homeSection .content { display: inline-block; vertical-align: middle; position: relative; }
#homeSection .content > div { display: inline-block; vertical-align: top; }
#homeSection .content .title { width: 415px; height: 50px; background: rgba(255, 161, 0, 0.8) no-repeat center; padding: 6px 10px; margin-bottom: 11px; }
#homeSection .content .slogan { padding: 0 17px; color: #fff; font-size: 1.875em; line-height: 1.875em; letter-spacing: 1px; text-shadow: 2px 2px 5px #000; }
#homeSection .carousel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#homeSection .carousel .item { width: 100%; height: 100%; background-size: cover; background-position: center; }

/*======================================================
                styles for products section
======================================================*/
#productSection { position: relative; width: 100%; transition: height 0.5s linear; }
#productSection .container { position: relative; width: 100%; max-width: 1130px; margin: 0 auto; padding: 91px 0 0; }
#productSection .container .categories { position: relative; display: block; text-align: center; width: 100%; margin-bottom: 56px; }
#productSection .container .categories .filter { display: inline-block; vertical-align: top; height: 36px; padding: 0 35px; margin: 0 15px 20px; border: 1px solid #666; line-height: 35px; font-size: 1.125em; font-weight: 500; text-transform: uppercase; letter-spacing: 3px; cursor: pointer; }
#productSection .container .categories .filter.effects { border: 1px solid #D3090E; color: #D3090E; }
#productSection .container .categories .filter:hover,
#productSection .container .categories .filter.active { background-color: #fdaf17; border-color: #fdaf17; color: #fff; }
#productSection .container .categories .filter.effects:hover,
#productSection .container .categories .filter.effects.active { background-color: #D3090E; border-color: #D3090E; color: #fff; }

.products { position: relative; width: 100%; text-align: center; }
.products .product { position: relative; display: inline-block; vertical-align: top; width: calc(25% - 26px); box-sizing: border-box; border: 1px solid #d3d3d3; margin: 0 13px 26px; overflow: hidden }
.products .product .productBackground,
.products .product .productImage { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: all 0.4s linear; }
.products .product .productImage { background-size: contain; }
.products .product .productSold { position: absolute; width: 100%; height: 100%; }
.products .product .sold { position: absolute; top: calc(50% - 1.6em / 2 + 3px); left: 0; right: 0; padding: 3px 0; background-color: rgba(256,256,256,0.8); font-size: 1.6em; font-weight: 600; text-align: center; }
.products .product .description { position: absolute; bottom: -100%; left: 0; right: 0; font-weight: 500; font-size: 0.875em; background: rgba(0,0,0, 0.6); transition: all 0.4s linear; overflow: hidden; text-align: center; }
.products .product .description .productName { margin-top: 10px; padding-bottom: 10px; text-transform: uppercase; color: #fff; border-bottom: 1px solid white; font-size: 0.857em; }
.products .product .description .details { display: inline-block; width: 100px; height: 30px; margin: 12px 0; background: #fba711; text-align: center; font-weight: 500; font-size: 0.875em; line-height: 31px; text-transform: uppercase; cursor: pointer; }
.products .product .description .price { display: inline-block; position: relative; }
.products .product .description .productPrice { color: #ffaa00; }
.products .product .description .productPrice::after { content: ' ea inc GST'; color: #fff; }
.products .product .description .strikeThrough { display: inline-block; position: relative; top: 14px; }
.products .product .description .strikeThrough::before { content: ""; position: absolute; top: 50%; right: 0; border-bottom: 3px solid #D3090E; left: 0; margin-top: calc(3px / 2 * -1); }
.products .product .description .salePrice { position: relative; max-width: 142px; top: 14px; color: #D3090E; font-size: 16px; font-weight: normal; }
.products .product .description .salePrice::after { content: ' ea inc GST'; font-size: 11px; }
.products .product .new { position: absolute; top: 0; left: 0; width: 40px; height: 20px; background-color: #fbaa19; line-height: 20px; text-align: center; font-size: 0.750em; color: #fff; }
.products .product .sale { position: absolute; top: 0; right: 0; width: 65px; height: 24px; padding: 3px; background-color: #D3090E; line-height: 24px; text-align: center; font-size: 16px; color: #fff; }
.products .product .sale.adjustable { min-width: 90px; height: auto; }
.products .product .sale.adjustable::after { content: ' OFF'; position: absolute; width: calc(100% - 14px); top: 22px; right: 0; padding-bottom: 3px; padding-right: 14px; background-color:#D3090E; text-align: end; font-size: 10px; line-height: 10px; }
.products .product:hover .description,
.products .product.active .description { bottom: 0; }

/*======================================================
                styles for about section
======================================================*/

#aboutSection { position: relative; width: 100%; margin-bottom: 70px; transition: height 0.5s linear; }
#aboutSection .history { width: 100%; padding: 85px 0 110px; background-repeat: no-repeat; background-position: center; background-size: cover; }
#aboutSection .history::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; margin-left: -5px; }
#aboutSection .history .content { display: inline-block; vertical-align: middle; width: 100%; padding: 0 100px; box-sizing: border-box; text-align: center; }
#aboutSection .history .content .title { display: inline-block; height: 66px; padding: 0 90px; margin-bottom: 9px; color: #e9a834; font-size: 3em; line-height: 66px; font-weight: 500; text-shadow: 2px 2px 5px #000; }
#aboutSection .history .content .subtitle { display: inline-block; height: 58px; padding: 0 60px; margin-bottom: 70px; color: #fff; font-size: 1.875em; line-height: 58px; text-shadow: 2px 2px 5px #000; }
#aboutSection .history .content .subtitle span { color: #e9a834; font-weight: 500; }
#aboutSection .history .content .columns { text-align: left; width: 100%; color: #fff; font-size: 1.125em; font-weight: 400; text-shadow: 0 0 3px black; }
#aboutSection .history .content .columns .column1 { display: inline-block; vertical-align: top; width: 50%; padding-right: 70px; box-sizing: border-box; }
#aboutSection .history .content .columns .column2 { display: inline-block; vertical-align: top; width: 50%; padding-left: 70px; box-sizing: border-box; }
#aboutSection .history .content .columns span { font-weight: 500; }
#aboutSection .history .content .columns p { margin: 0.2em 0; }
#aboutSection .moreAbout { display: inline-block; vertical-align: middle; width: 100%; padding: 0 100px; font-size: 1.125em; box-sizing: border-box; text-align: center; }
#aboutSection .moreAbout .column { display: inline-block; vertical-align: top; width: 33%; padding-right: 40px; box-sizing: border-box; }
#aboutSection .moreAbout .column:last-child { padding-right: 0; }
#aboutSection .moreAbout .column h2 { position: relative; margin: 70px 0 30px; font-size: 1.500em; color: #e29919; font-weight: 500; }
#aboutSection .moreAbout .column h2::after { content: ''; display: block; left: 0; right: 0; bottom: -10px; width: 40px; height: 2px; background: #e29919; margin: auto; }
#aboutSection .moreAbout .column p:first-of-type { color: #e29919; }
#aboutSection .moreAbout .column p { text-align: left; }

#brandsSection { position: relative; width: 100%; padding: 70px 100px; margin-bottom: 20px; box-sizing: border-box; text-align: center; }
#brandsSection a,
#brandsSection div { position: relative; display: inline-block; vertical-align: middle; margin: 20px; overflow: hidden; }
#brandsSection a img,
#brandsSection div img { position: relative; top: 0; left: 0; }

/*======================================================
                styles for contact section
======================================================*/
#contactSection { position: relative; width: 100%; padding: 120px 100px; background-size: cover; background-position: center; background-repeat: no-repeat; text-align: center; box-sizing: border-box; }
#contactSection .content { display: inline-block; vertical-align: middle; max-width: 470px; color: #fff; text-align: left; font-size: 1.5em; }
#contactSection .content h1 { display: inline-block; color: #e29919; padding: 0 40px; margin: 0 0 40px; font-size: 2em; font-weight: 500; text-shadow: 2px 2px 5px white; }
#contactSection .content > .phone { height: 27px; padding-left: 52px; line-height: 27px; background: no-repeat left center; }
#contactSection .content .formToggle,
#contactSection .content .newsletterSubscribeLabel { display: inline-block; color: #e29919; margin-top: 25px; cursor: pointer; }
#contactSection .content .formToggle h2 { margin: 0; color: #fff; font-size: 1.292em; }
#contactSection .content .description { font-size: 0.583em; }
#contactSection .content .formHolder { overflow: hidden; height: 365px; transition: all 0.4s linear; font-size: 1.25em; }
#contactSection .content .formHolder.hidden { height: 0; }

.contactForm .formInput { margin: 6px 0; }
.contactForm label { cursor: default; }
.contactForm input,
.contactForm textarea{ display: block; width: 100%; height: 24px; margin: 0; padding: 0 5px; border: 0; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); line-height: 24px; font-size: 0.417em; font-family: Roboto, sans-serif; box-sizing: border-box; color: #000; outline: 0; }
.contactForm textarea { height: 150px; line-height: 1.5em; padding: 5px; resize: none; }
.contactForm .wpcf7-form-control-wrap { display: block; position: relative; }
.contactForm .wpcf7-not-valid-tip { position: absolute; top: 0; right: 5px; height: 23px; line-height: 23px; font-size: 0.417em; }
.contactForm .submitField { position: relative; text-align: right; height: 23px; }
.contactForm .submitField .wpcf7-submit { display: inline-block; vertical-align: top; width: auto; height: 23px; background: #e29919; color: #fff; text-transform: uppercase; box-shadow: none; line-height: 23px; font-size: 0.5em; cursor: pointer; }
.contactForm .submitField .ajax-loader { position: absolute; top: 0; right: 0; background: #eee; padding: 4px 26px 3px; }
.contactForm .wpcf7-response-output { margin: -23px 0 0; padding: 5px 70px 5px 5px; border: 0; font-size: 0.5em; }
.contactForm .wpcf7-validation-errors { border: 0; color: red; }
.contactForm .wpcf7-mail-sent-ok { border: 0; }

.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder { line-height: 24px; font-size: 1em; color: #999; }
.contactForm textarea::-webkit-input-placeholder { line-height: 1.5em; }

.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder { line-height: 24px; font-size: 1em; color: #999; }
.contactForm textarea::-moz-placeholder { line-height: 1.5em; }

.contactForm input:-ms-input-placeholder,
.contactForm textarea:-ms-input-placeholder { line-height: 24px; color: #999; }
.contactForm textarea:-ms-input-placeholder { line-height: 1.5em; }

.contactForm input.placeheld,
.contactForm textarea.placeheld { line-height: 24px; color: #999; }
.contactForm textarea.placeheld { line-height: 1.5em; }

.contactForm input:focus::-webkit-input-placeholder,
.contactForm textarea:focus::-webkit-input-placeholder { color: #ccc; }

.contactForm input:focus::-moz-placeholder,
.contactForm textarea:focus::-moz-placeholder { color: #ccc; }

.contactForm input:focus:-ms-input-placeholder,
.contactForm textarea:focus:-ms-input-placeholder { color: #ccc; }
.contactForm .newsletterEmail { display: inline-block; vertical-align: top; width: calc(100% - 80px); }
.contactForm .newsletter .wpcf7-submit { display: inline-block; vertical-align: top; width: 80px; background: #fdaf17; color: #fff; text-transform: uppercase; font-size: 0.75em; }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/*======================================================
                styles for footer section
======================================================*/
#footerSection { position: relative; width: 100%; padding: 30px 20px 20px; margin-top: 2px; background: #000; box-sizing: border-box; text-align: justify; color: #fff; font-size: 0.75em; }
#footerSection::after { content: ''; display: inline-block; width: 100%; }
#footerSection .menu,
#footerSection .copy,
#footerSection .melaLogo,
#footerSection .social { display: inline-block; vertical-align: middle; }

#footerSection .menu a { display: inline-block; vertical-align: top; color: #fff; line-height: 47px; margin-right: 20px; }
#footerSection .menu a:last-child { margin-right: 0; }
#footerSection .menu a:hover { color: #fdaf17; }
#footerSection .copy { line-height: 47px; }
#footerSection .melaLogo { width: 175px; height: 36px; margin: 4px 0; background: url('img/melaLogo.png') no-repeat center center; background-size: cover; }
#footerSection .social a { display: inline-block; vertical-align: top; }
#footerSection .social a.facebook { width: 136px; height: 42px; background-repeat: no-repeat; background-position: 0 -42px; margin-right: 10px; }
#footerSection .social a.facebook:hover { background-position: 0 0; }
#footerSection .social a.twitter { width: 140px; height: 42px; background-repeat: no-repeat; background-position: 0 0; }
#footerSection .social a.twitter:hover { background-position: 0 -42px; }

/*=======================================================
                 style for Product Page
=======================================================*/

.singleProduct { position: relative; min-height: calc(100% - 121px); min-width: 1000px; max-width: 1240px; margin: auto; padding-top: 100px; box-sizing: border-box; }
.singleProduct .productDescription { position: relative; width: 100%; }
.singleProduct .productDescription .productPreview { position: relative; float: left; width: 370px; height: 400px; background-repeat: no-repeat; background-size: contain; background-position: center top; z-index: 2; cursor:pointer;}
.singleProduct .productDescription .productSold { position: absolute; width: 100%; height: 100%; }
.singleProduct .productDescription .sold { position: absolute; top: calc(50% - 1.6em / 2 + 3px); left: 0; right: 0; padding: 3px 0; background-color: rgba(256,256,256,0.8); font-size: 1.6em; font-weight: 600; text-align: center; }
.singleProduct .productDescription .productImages { position: relative; float: left; width: 100px; padding-left: 20px; z-index: 2; }
.singleProduct .productDescription .productImages.singleImage { display: none; }
.singleProduct .productDescription .productImages .thumbnail { width: 100px; height: 125px; margin-bottom: 13px; border: 1px solid #858585; box-sizing: border-box; background-size: cover; background-position: center; cursor: pointer; }
.singleProduct .productDescription .productImages .thumbnail:first-child { display: none; }
.singleProduct .productDescription .productImages .thumbnail:last-child { margin-bottom: 0; }
.singleProduct .productDescription .productImages .thumbnail.active { border-color: #fbaa19; }
.singleProduct .productDescription::after { content: ''; display: block; width: 0; height: 0; clear: both; }
.singleProduct .productDescription .productDetails { position: relative; width: 100%; box-sizing: border-box; padding-left: 520px; }
.singleProduct .productDescription .productDetails.singleImage { padding-left: 400px; }
.singleProduct .productDescription .productDetails .title { font-size: 1.875em; font-weight: 500; text-transform: uppercase; }
.singleProduct .productDescription .productDetails .condition { font-size: 1.125em; }
.singleProduct .productDescription .productDetails span { display: inline-block; vertical-align: middle;  }
.singleProduct .productDescription .productDetails .condition .stars { margin-left: 3px; height: 15px; background: url('img/star.png'); }
.singleProduct .productDescription .productDetails .subHeader { position: relative; width: 100%; text-align: justify; }
.singleProduct .productDescription .productDetails .subHeader > div { display: inline-block; vertical-align: middle; }
.singleProduct .productDescription .productDetails .subHeader::after { content: ''; display: inline-block; width: 100%; height: 0; }
.singleProduct .productDescription .productDetails .subHeader .price { font-size: 2.250em; color: #858585; font-weight: 500; }
.singleProduct .productDescription .productDetails .subHeader .price::before { content: '$'; }
.singleProduct .productDescription .productDetails .subHeader .price::after { content: ' ea inc GST'; font-size: 0.4em; }
.singleProduct .productDescription .productDetails .subHeader .strikeThrough { display: inline-block; position: relative; top: 14px; }
.singleProduct .productDescription .productDetails .subHeader .strikeThrough::before { content: ""; position: absolute; top: 50%; right: 0; border-bottom: 5px solid #D3090E; left: 0; margin-top: calc(5px / 2 * -1); }
.singleProduct .productDescription .productDetails .subHeader .salePrice { position: relative; top: 14px; color: #D3090E; font-size: 2.250em; }
.singleProduct .productDescription .productDetails .subHeader .salePrice::after { content: ' ea inc GST'; font-size: 0.4em; }
.singleProduct .productDescription .productDetails .subHeader .save { position: relative; max-width: 256px; top: 14px; color: #D3090E; font-size: 1.2em; }
.singleProduct .productDescription .productDetails .subHeader .brandLogo { overflow: hidden; background-color: #000000; box-shadow: 0 0 10px 10px #000000; }
.singleProduct .productDescription .productDetails .subHeader .brandLogo img { position: relative; top: 0; left: 0; }
.singleProduct .productDescription .productDetails .description { font-size: 0.875em; }
.singleProduct .productDescription .productDetails .buy { height: 44px; line-height: 44px; margin-top: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.singleProduct .productDescription .productDetails .buy::before { content: 'Qty:'; display: inline-block; vertical-align: middle; }
.singleProduct .productDescription .productDetails .buy .selectQty { position: relative; display: inline-block; vertical-align: middle; width: 74px; height: 44px; border: 1px solid #888888; box-sizing: border-box; text-align: center; }
.singleProduct .productDescription .productDetails .buy .selectQty .qty { position: absolute; top: 0; left: 0; width: 43px; height: 42px; line-height: 42px; border-right: 1px solid #888888; }
.singleProduct .productDescription .productDetails .buy .selectQty .btn { position: absolute; right: 0; width: 28px; cursor: pointer; }
.singleProduct .productDescription .productDetails .buy .selectQty .btn:hover { color: rgba(0, 0, 0, 0.5); }
.singleProduct .productDescription .productDetails .buy .selectQty .btn:active { color: rgba(0, 0, 0, 0.8); }
.singleProduct .productDescription .productDetails .buy .selectQty .add { top: 0; height: 21px; line-height: 21px; border-bottom: 1px solid #888888; font-weight: 500; }
.singleProduct .productDescription .productDetails .buy .selectQty .remove { bottom: 0; height: 20px; line-height: 20px; font-size: 1.875em; }
.singleProduct .productDescription .productDetails .buy button { border: 0; background: #fbaa19; padding: 0 30px; height: 44px; text-transform: uppercase; cursor: pointer; }
.singleProduct .productDescription .productDetails .buy button:hover { background: rgba(251, 170, 25, 0.8); }
.singleProduct .productDescription .productDetails .buy button:active { background: rgba(251, 170, 25, 0.9); }
.singleProduct .productDescription .productDetails .icons { margin: 20px 0; text-align: center; font-size: 0.875em; }
.singleProduct .productDescription .productDetails .icons > div { display: inline-block; vertical-align: middle; color: #5d5d5d; margin: 0 10px; }
.singleProduct .productDescription .productDetails .icons .code { height: 60px; padding-left: 25px; background: url('img/product-code.png') no-repeat left center; }
.singleProduct .productDescription .productDetails .icons .code::after { display: inline-block; vertical-align: middle; content: ''; width: 0; height: 100%; }
.singleProduct .productDescription .productDetails .icons .code .text { display: inline-block; vertical-align: middle; text-align: left; }
.singleProduct .productDescription .productDetails .icons .state { width: 62px; height: 60px; background: url('img/state.png') no-repeat; }
.singleProduct .productDescription .productDetails .icons .state.new { background-position: 0 0; }
.singleProduct .productDescription .productDetails .icons .state.preOwned { background-position: 0 -60px; }
.singleProduct .productDescription .productDetails .icons .state.factoryDemo { background-position: 0 -120px; }
.singleProduct .productDescription .productDetails .icons .package { padding-left: 40px; height: 60px; background: url('img/package.png') no-repeat; }
.singleProduct .productDescription .productDetails .icons .package.bulk { background-position: 0 0; }
.singleProduct .productDescription .productDetails .icons .package.cardboard { background-position: 0 -60px; }
.singleProduct .productDescription .productDetails .icons .package.flightCase { background-position: 0 -120px; }
.singleProduct .productDescription .productDetails .icons .package::before { display: inline-block; vertical-align: middle; content: ''; width: 0; height: 100%; }
.singleProduct .productDescription .productDetails .icons .package::after { display: inline-block; vertical-align: middle; }
.singleProduct .productDescription .productDetails .icons .package.bulk::after { content: 'In Bulk'; }
.singleProduct .productDescription .productDetails .icons .package.cardboard::after { content: 'In Cardboard'; }
.singleProduct .productDescription .productDetails .icons .package.flightCase::after { content: 'In Flight Case'; }
.singleProduct .productDescription .productDetails .icons .warranty { height: 60px; padding-left: 79px; background: url('img/warranty.png') no-repeat left center; }
.singleProduct .productDescription .productDetails .icons .warranty::before { display: inline-block; vertical-align: middle; content: ''; width: 0; height: 100%; }
.singleProduct .productDescription .productDetails .icons .warranty .text { display: inline-block; vertical-align: middle;}
.singleProduct .productDescription .productDetails .icons .stock { height: 60px; padding-left: 59px; background: url('img/qty.png') no-repeat; }
.singleProduct .productDescription .productDetails .icons .stock.sets { background-position: 0 0; }
.singleProduct .productDescription .productDetails .icons .stock.units { background-position: 0 -60px; }
.singleProduct .productDescription .productDetails .icons .stock::before { display: inline-block; vertical-align: middle; content: ''; width: 0; height: 100%; }
.singleProduct .productDescription .productDetails .icons .stock .text { display: inline-block; vertical-align: middle; text-align: left; }

.singleProduct .technicalSpecs { position: relative; width: 100%; margin-top: 40px; }
.singleProduct .technicalSpecs .title { position: relative; z-index: 2; width: 100%; height: 75px; border: 1px solid #adadad; line-height: 73px; font-size: 1.5em; text-transform: uppercase; text-indent: 25px; box-sizing: border-box; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.singleProduct .technicalSpecs .title::before { content: ''; position: absolute; right: 27px; top: 0; bottom: 0; width: 20px; height: 12px; margin: auto;  background: url('img/arrow.png') no-repeat; transition: all 0.4s; }
.singleProduct .technicalSpecs .title.active::before { transform: scale(1, -1); }
.singleProduct .technicalSpecs .content { position: relative; z-index: 1; padding: 0 20px; transition: all 0.4s; overflow: hidden; }

.singleProduct .latest { position: relative; width: 100%; margin-top: 40px; }
.singleProduct .latest .title { position: relative; width: 100%; height: 75px; line-height: 75px; font-size: 1.5em; text-transform: uppercase; text-indent: 25px; box-sizing: border-box;  margin-bottom: 10px; }
.singleProduct .latest .products { text-align: left; }
.singleProduct .latest .products .product { margin: 0 25px 130px; width: calc(25% - 50px); }
.singleProduct .latest .empty { display: none; }

.buyFormBg { display: none; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); }
.buyForm { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 101; width: 500px; height: 400px; margin: auto; background: #fafafa url('../../uploads/2015/05/contact.jpg') no-repeat center center; box-shadow: 0 0 30px #444; border: 1px solid #444; border-radius: 5px; font-size: 2em; }
.buyForm .wpcf7 { width: 100%; padding: 10px; box-sizing: border-box; }

.singleProduct .technicalSpecs .title {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%); /* W3C */
}

.staticPage #wrapper { padding-top: 0; }
.staticPage #navbar { position: relative; }
.staticPage .pagePush { height: 111px; }
.staticPage .tnc { position: relative; min-height: calc(100% - 224px); width: calc(100% - 100px); margin: 0 auto; }

/*=======================================================
                 style for Magnific Popup
=======================================================*/
.mfp-figure img.mfp-img {
    height: 580px;
}
@media only screen
and (max-device-width: 500px) {
    .mfp-figure img.mfp-img {
        height: 400px;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 1024px) {
    #homeSection .content .title { display: none; }
    #homeSection .content .slogan { font-size: 1em; }
    #navbar { height: 50px; }
    #navbar a.logo { left: 10px; }
    #navbar .menuToggle { display: block; }
    #navbar .menu { position: absolute; top: 100%; display: none; left: 0; width: 100%; height: auto; background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 0 5px 10px -5px #000; overflow: hidden; }
    #navbar .menu.active { display: block; }
    #navbar .menu a { display: block; line-height: 50px; margin: 0; }

    #productSection .container { padding-top: 20px; }
    #productSection .container .categories { margin-bottom: 0; }
    #productSection .container .categories .filter { font-size: 0.75em; height: 26px; line-height: 28px; padding: 0 15px; margin: 0 5px 10px; }
    .products .product { width: calc(100% - 20px)!important; margin: 10px!important; }

    #aboutSection .history { padding: 0; }
    #aboutSection .history .content { padding: 0 10px; }
    #aboutSection .history .content .title { font-size: 1.25em; padding: 10px 0 0; height: 46px; line-height: 46px; }
    #aboutSection .history .content .subtitle { font-size: 1em; height: 38px; line-height: 18px; margin-bottom: 0; padding: 0; }
    #aboutSection .history .content .columns { font-size: 0.875em; margin-bottom: 20px; }
    #aboutSection .history .content .columns .column1 { padding-right: 0; width: 100%; }
    #aboutSection .history .content .columns .column2 { padding-left: 0; width: 100%; }

    #aboutSection .moreAbout { padding: 0 10px; font-size: 1em; }
    #aboutSection .moreAbout .column  { display: block; padding: 0; width: 100%; }
    #aboutSection .moreAbout .column h2 { margin: 20px 0 0; font-size: 1.25em; }

    #brandsSection { padding: 0; }

    #contactSection { padding: 10px; }
    #contactSection .content { font-size: 1em; }
    #contactSection .content h1 { width: 100%; text-align: center; padding: 0; margin: 10px 0 20px; }

    #footerSection { padding: 0 10px; }
    #footerSection .menu { display: none; }

    .singleProduct { padding-top: 0; min-width: initial; max-width: initial; width: 100%; }
    .singleProduct .productDescription .productPreview { display: none; }
    .singleProduct .productDescription .productImages { width: 100%; height: 250px; overflow: scroll; white-space: nowrap; padding: 0; float: none; border-bottom: 1px solid #444; text-align: center; background-color: #444; }
    .singleProduct .productDescription .productImages.singleImage { display: block; }
    .singleProduct .productDescription .productImages div.thumbnail { display: inline-block; vertical-align: top; height: 250px; width: 200px; margin: 0; border: 1px solid #444!important; border-right: 0!important; }
    .singleProduct .productDescription .productDetails { padding: 10px!important; }
    .buyForm.contactForm { width: calc(100% - 10px); }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
and (orientation: landscape) {
    .products .product { width: calc(50% - 20px)!important; margin: 10px!important; }
}

/* IPad Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .products .product { width: calc(50% - 20px)!important; margin: 10px!important; }
}

/* IPad Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .products .product { width: calc(25% - 20px)!important; margin: 10px!important; }
}

@media only screen
and (max-width: 1000px) {
    #navbar a.logo { left: 10px; }
    #navbar .menuToggle { display: block; }
    #navbar .menu { position: absolute; top: 100%; display: none; left: 0; width: 100%; height: auto; background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 0 5px 10px -5px #000; overflow: hidden; }
    #navbar .menu.active { display: block; }
    #navbar .menu a { display: block; line-height: 50px; margin: 0; }
}
@media only screen
and (max-width: 1200px) {
    .products .product .description .strikeThrough { display: none; }
    .products .product .description .salePrice { top: 0; }
}

#homeSection {
    height: 60% !important;
}

