@charset "utf-8";
/* Typography
   ========================================================================== */
/*fonts starts*/
@font-face { font-family: 'montserratblack'; src: url('../fonts/montserrat-black.eot'); src: url('../fonts/montserrat-black.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-black.woff2') format('woff2'), url('../fonts/montserrat-black.woff') format('woff'), url('../fonts/montserrat-black.ttf') format('truetype'), url('../fonts/montserrat-black.svg#montserratblack') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'montserratbold'; src: url('../fonts/montserrat-bold.eot'); src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#montserratbold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'montserrathairline'; src: url('../fonts/montserrat-hairline.eot'); src: url('../fonts/montserrat-hairline.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-hairline.woff2') format('woff2'), url('../fonts/montserrat-hairline.woff') format('woff'), url('../fonts/montserrat-hairline.ttf') format('truetype'), url('../fonts/montserrat-hairline.svg#montserrathairline') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'montserratlight'; src: url('../fonts/montserrat-light.eot'); src: url('../fonts/montserrat-light.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light.woff2') format('woff2'), url('../fonts/montserrat-light.woff') format('woff'), url('../fonts/montserrat-light.ttf') format('truetype'), url('../fonts/montserrat-light.svg#montserratlight') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'montserratregular'; src: url('../fonts/montserrat-regular.eot'); src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#montserratregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { 
	font-family: 'Get Show';
	src: url('../fonts/GetShow.ttf'), url('../fonts/GetShow.otf') format('opentype');
}
/*fonts ends*/
h1, .h1 { margin: 0; margin-bottom: 0.7em; color: #8cc63f; font-size: 28px; font-weight: 400; font-style: normal; line-height: 1.2; text-rendering: optimizeLegibility; }
h2, .h2 { margin: 0; margin-bottom: 0.5em; margin-top: 0.5em; color: #636363; font-size: 24px; font-weight: 400; font-style: normal; line-height: 1.2; text-rendering: optimizeLegibility; }
h3, .h3 { margin: 0; margin-bottom: 10px; color: #202020; font-size: 22px; font-weight: 400; font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; }
h4, .h4 { margin: 0; margin-bottom: 10px; color: #636363; font-size: 20px; font-weight: 400; font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; }
h5, .h5 { margin: 0; margin-bottom: 10px; color: #636363; font-size: 18px; font-weight: 400; font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; }
h6, .h6 { margin: 0; margin-bottom: 5px; color: #636363; font-size: 16px; font-weight: 400; font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; }
/* Typography ends
   ========================================================================== */
/* Reset
 * ============================================ */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { margin: 0; background: #FFFFFF; color: #4B4A4A; font-family: 'montserratregular';}
/* Reset ends
   ========================================================================== */
html, body, img, fieldset, abbr, acronym { border: 0; }
th, code, cite, caption { font-weight: normal; font-style: normal; text-align: left; }
address { font-style: normal; }
fieldset { margin: 0; padding: 0; border: 0; }
img { display: block; }
ol, ul { list-style: none; }
q:before, q:after { content: ''; }
/* Base Styles
 * ============================================ */
@-ms-viewport { width: device-width;}
@-o-viewport { width: device-width;}
@viewport { width: device-width;}
a, button { -ms-touch-action: manipulation; touch-action: manipulation; }
a { color: #303030; text-decoration: none; outline: 1px; outline-color: #8cc63f; }
a:hover { color: #8cc63f; text-decoration: none; }
a:focus { outline: 1px; color: #8cc63f; text-decoration: none; }
ol, ul { list-style: none; margin: 0; padding: 0; }
p { font-size: 13px; line-height: 19px; }
::selection { background: #333333; color: #FFF; }
::-moz-selection {background:#333333; color:#FFF;}
select option::selection { background: #333333; color: #FFF; }
select option::-moz-selection { background:#333333; color:#FFF;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none;}
/* Links
   ========================================================================== */
a:focus { outline: none; }
a:active, a:hover, :focus { outline: 0; text-decoration: none; }
/* Links ends
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: normal; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
/* Forms elements
   ========================================================================== */
form { display: block }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; /* 1 */ padding: 0;/* 2 */ }
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0;/* 3 */ }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer;/* 3 */ }
input[type=number] { -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0;}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0;/* 2 */ }
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
.radioparent{position:relative; padding-left:20px}
.radioparent .outer{width:14px;height:14px;display:block;border:2px solid #b1b1b1;border-radius:50%;background-color:#fff;top: 1px;position: absolute;left: 0;}
.radioparent .inner{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:6px;height:6px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);display:block;margin:2px;border-radius:50%;background-color: #000000;opacity:0;border:0 none}
.radioparent input:focus + .outer .inner{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;}
.radioparent input:checked + .outer{ border-color: #000;}
.radioparent input:checked + .outer .inner{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
textarea { vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 5px; border: 1px solid rgb(204, 204, 204); resize: none; padding: 15px; height: 173px; }
table { border-collapse: collapse; border-spacing: 0; }
input:focus, input[type="search"]:focus { outline-offset: 1px; outline: 0px; }
input[type="search"] { -webkit-appearance: none; /* 1 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* 2 */ box-sizing: border-box; }
/* Forms elements ends
   ========================================================================== */
/* Reset ends
* ============================================ */
/* General css
 * ============================================ */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.selector { position: relative; cursor: pointer; width: 100% !important; display: block; /* overflow: hidden; */ }
.selector:hover { cursor: pointer }
.selector span {width: 100% !important; display: block; border: 1px solid #c7c7c7; overflow: hidden; padding: 0 30px 0 5px; font-size: 13px; color: #606060; font-family: 'montserratlight';  font-weight: normal; height: 45px; line-height: 43px;}
.selector select {width: 100% !important; height: 100%; display: block; border: 1px solid #c7c7c7; overflow: hidden; padding: 0 30px 0 5px; font-size: 13px; color: #606060; font-family: 'montserratlight'; font-weight: normal; /*height: 45px; line-height: 43px;*/}
.selector span:before{content:"\f107"; display:block; position:absolute; right: 10px; top: 12px; font-family:FontAwesome;font-size: 20px;line-height: 10px;}
.selector select { opacity: 0; position: absolute; left: 0; top: 0 !important; cursor: pointer; padding-right: 0;}
.shipping .form-list .selector span:before{top: 22px;}
h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name { margin: 0; margin-bottom: 0.5em; color: #303030; font-style: normal; text-rendering: optimizeLegibility; text-transform: uppercase; font-size: 14px; font-weight: normal; line-height: 1.4; }
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a { color: #303030; }
h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover { color: #8cc63f; text-decoration: none; }
/* Container 
 * ============================================ */
.container {width: 100%;max-width: 1200px;} 
/* Content Columns */
.col2-set { margin: 0 -15px; }
.col2-set .col-1, .col2-set .col-2 { width: 50%; padding: 0 15px; }
.col2-set .col-1 { float: left; }
.col2-set .col-2 { float: right; }

.addresses-additional .col2-set .col-3 { float: left; }
.addresses-additional .col2-set .col-4 { float: right; }
.addresses-additional .col2-set .col-3, .addresses-additional .col2-set .col-4 { width: 50%; padding: 0 15px; }

.col2-set .narrow { width: 33%; }
.col2-set .wide { width: 65%; }
.col2-set:after { content: ''; display: table; clear: both; }
.sales-order-view .my-account .col2-set, .sales-order-invoice .my-account .col2-set, .sales-order-shipment .my-account .col2-set, .sales-order-creditmemo .my-account .col2-set { margin: 0 0px; }
 @media only screen and (max-width: 767px) {
#myCarousel .carousel-inner .item h4{font-size: 2rem; line-height: 30px;}
div.wk_mp_design .left, div.wk_mp_design .right{width: 100% !important; margin: auto !important;}
.col2-set { margin: 0 -10px; }
.col2-set .col-1, .col2-set .col-2 { padding: 10px; }
.wk_mp_design_profile .storename, #sidebar-nav a.close-sidebar-link{display: none !important;}
.wk_search .button{top: 1px;}
.view-mode .list, div.data{display: none;}
.products-grid .product-secondary{text-align: center; width: auto !important;}
.products-grid span.unit-detailpage{float: none !important;}
.onlymobilebannerpicrs {float: right;}
.onlymobile{float: left; margin-top: 15px;}
.marketplace-seller-profile .smalldata, .marketplace-seller-profile .data{clear: both;}
.marketplace-seller-profile .main{margin-top: 0px;}
.adv-search-text .advanced-search .buttons-set button.button{line-height: 10px;}
}
/* Content Columns ends*/
/* Form list */
.form-list .fields:before, .form-list .fields:after, .form-list .wide:before, .form-list .wide:after { content: ''; display: table; }
.form-list .fields:after, .form-list .wide:after { clear: both }
.form-list .fields { zoom: 1; margin: 0 -10px; padding-bottom: 10px; background-color: #FFFFFF; }
.form-list .wide, .form-list .control { zoom: 1; padding-bottom:10px; background-color: #FFFFFF; }
.form-list .field { display: block; float: left; width: 50%; padding: 0 10px 10px; position: relative; }
#ask_form .form-list .field.captcha-field{    padding: 10px 10px 10px 0;} 
.marketplace-seller-profile .form-list .field { padding:18px 10px 0 0; }
.form-list .wide .field { width: 100%; }
.form-list .checkbox-ele { padding-bottom: 10px; }
/* Form list ends*/
/* ============================================
* General css ends*/
/*Homepage
###############################################*/
/* Header
 * ============================================ */
/* Header Wrapper
============================================ */  
#undefinedStickyWrapper { margin:0 auto 0px auto; height:auto !important; width:100% !important; }
.header-wrapper { position: relative; z-index: 999;     width: 100% !important;}

.sticky.header-wrapper { background:#fff; box-shadow: 2px 2px 2px #ccc; }

.customer-account-logoutsuccess .header-wrapper{ border-bottom: solid 1px #ccc; margin-bottom:20px;}
.cms-index-index .header-outer { margin-bottom: 0; }
@media all and (min-width:980px) {
.bannered-page .header-outer { margin-bottom: 0; }
}
/* Header Wrapper Ends
============================================ */  
/* Header Topbar
============================================ */ 
.topbar { background: #575759; }
.topbar ul { float: left; }
.topbar ul li a {font-family: 'montserratlight';font-size: 13px;line-height: 20px;color: #606060;display: block;padding: 10px 0;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;letter-spacing: 1px;text-transform: capitalize;}
.topbar ul li:last-child::before {display:none;}
.topbar ul li a:hover, .topbar ul li.active a { color: #8cc63f; }

@media all and (min-width:768px) {
.onlymobilebannerpicrs, .onlymobile, .onlydesk{display: none;}
.topbar ul li {float: left;position: relative;padding-right: 11px;marg;margin-right: 4px;color: #dddddd;}
.topbar ul li:before {content: '|';position: absolute;right: 0px;top: 12px;font-size: 12px;color: #606060;}
.topbar ul li:last-child {margin-right:0; padding-right:0;}
.topbar ul li.contactHeader { padding-right:3px; }
.topbar ul li.contactHeader:before { display:none; }
.top-lins-wrapper .tel-section { display: none; }
.tel-section { float: left; }
.tel-section a { font-size: 14px; line-height: 20px; color: #fff;  display: block; padding: 11px 0px 0 21px; position: relative; }
.tel-section a i { font-size: 16px; line-height: 22px; color: #8cc63f; position: absolute; left: 0; top: 10px; }
.header-top-links { width: auto !important }
.header-top-links h2 { display: none; }
.header-top-left-link { float: left; margin-top: 10px; color:#fff;}
.header-top-left-link p { font-size: 14px; line-height: 20px; color: #fff; position: relative; padding-left: 28px; }
.header-top-left-link p i { position: absolute; left: 0; top: 0; font-size: 18px; line-height: 18px; color: #8cc63f; }
.header-top-left-link p i:before{display:block !important}
.header-top-right-link {float: right;margin-top: 4px;}
.cms-index-index #shippingpostcode{min-width: 400px;}

.topbar ul li.signupHeader,
.topbar ul li.logoutHeader { padding-right:5px; }
.topbar ul li.signupHeader:before,
.topbar ul li.logoutHeader:before { display:none; }

.topbar ul li.signupHeader a,
.topbar ul li.loginHeader a,
.topbar ul li.logoutHeader a,
.topbar ul li.myaccountHeader a { margin-top:5px; }

.topbar ul li.signupHeader a { background: #8cc63f; color: #fff; display: block; padding: 5px 20px 8px; border-radius:5px; }
.topbar ul li.loginHeader a { background: #303030; color: #fff; display: block; padding: 15px 20px; border-radius:5px; margin-top: 0; font-size: 14px; text-transform: uppercase; }

.topbar ul li.logoutHeader a { background: #303030; color: #fff; display: block; padding: 15px 20px; border-radius:5px; margin-top: 0; font-size: 14px; text-transform: uppercase;}
.topbar ul li.myaccountHeader a { background: #8cc63f; color: #fff; display: block; padding: 5px 20px 8px; border-radius:5px; }

.topbar ul li.signupHeader a:hover,
.topbar ul li.loginHeader a:hover { background:#056839; }

.topbar ul li.logoutHeader a:hover,
.topbar ul li.myaccountHeader a:hover { background:#056839; }

}
/* Header Topbar Ends
============================================ */ 
/* Header Logobar
============================================ */
@media only screen and (min-width: 901px) {
/* .page-header-container { position: relative; } */
.mobile-element { display: none; }
}
.header-inner { top: 0px; left: 0; width: 100%; background: #fff; z-index: 99; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.show-cart .header-inner { left: -500px; }
.logo {display: block;float: left;padding-top: 8px;padding-bottom: 0;max-width: 381px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
.logo img { max-width: 100%; }
.header-right{float:right;margin-top: 55px;margin-right: 0; /*-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;*/}

 @media only screen and (min-width: 768px) {
.sticky .header-right { /*margin-top:29px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;*/ }	 
.sticky .logo { /*max-width: 110px;*/ /*max-width: 110px; padding-top: 6px; padding-bottom: 6px; transition:all 0.5s ease;*/ padding-bottom: 8px; }
.logo img.large { display: block }
.logo img.small { display: none }
}
.logo-links { display: none; }
/* Header Logobar Ends
============================================ */
/* Skip-link-wrapper
============================================ */
.skip-links { float: right }
/* Skip-link-wrapper ends
============================================ */
/* Header Login/cart links
============================================ */
.account-cart-wrapper {border: 0;padding-top: 0;float: right;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
.account-cart-wrapper > div {position: relative;float: left;margin-right: 14px; padding-right: 0px;}
.account-cart-wrapper > div.header-account-link{ border-right:none 0px; margin-top:7px;}
.account-cart-wrapper > div > .header-account-link-wrapper > i{ display:none;} 
.account-cart-wrapper > div > .header-account-link-wrapper {height: 44px;color: #636363;line-height: 42px;text-align: center;color: #333333;padding-left: 44px;display: block;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;text-transform: uppercase;}
.account-cart-wrapper > div > .header-account-link-wrapper.skip-search-wrapper{display:none;}
.account-cart-wrapper > div.header-account-link > .header-account-link-wrapper { padding-left: 0; line-height:normal; height:auto; }
.account-cart-wrapper .my-account-link { cursor: default; }
.account-cart-wrapper > div > .skip-nav-wrapper .label, .account-cart-wrapper > div > .skip-search-wrapper .label { padding-top: 10px; }
.account-cart-wrapper > div > a.skip-account { padding-left: 45px; }
.account-cart-wrapper > div:last-child {margin-right: 0;border-right: 0;padding-right: 0;margin-top: 3px;}
.account-cart-wrapper > div > .header-account-link-wrapper .label {display: block;font-size: 16px;line-height: 22px;color: #ffffff;text-align: left;margin-bottom: -1px;letter-spacing: 0px;}
.account-cart-wrapper > div > .header-account-link-wrapper .sub-label {font-size: 12px;line-height: 18px; color: #ffffff; display: block; text-align: center; text-transform: none; letter-spacing: 1px; background: #58585a; border-radius: 50px; padding:0px; margin-left: -15px;z-index: 9;position: absolute;}
.account-cart-wrapper > div > .header-account-link-wrapper > i, .account-cart-wrapper > div > .header-account-link-wrapper > a > i {position: absolute;left: 0;top: 12px;font-size: 30px;color: #8cc63f;}
.account-cart-wrapper > div > .header-account-link-wrapper > i.fa-shopping-cart, .account-cart-wrapper > div > .header-account-link-wrapper > a > i.fa-shopping-cart { top: 3px }
.account-cart-wrapper > div > .header-account-link-wrapper > a > i.fa-shopping-cart:before{content:'';background: url(../images/icon_sprite.png) no-repeat -47px -89px;width: 42px;height: 42px;display: block;}
.account-cart-wrapper > .header-account-link-wrapper:hover { color: #f05c2c; }
.account-cart-wrapper > .header-account-link-wrapper:before, .account-cart-wrapper > .header-account-link-wrapper:after { content: ''; display: block; position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; background: url(../images/sprite.png) no-repeat 0 -94px; width: 31px; height: 31px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.account-cart-wrapper > .header-account-link-wrapper:after { background-position: -41px -94px; opacity: 0; }
.account-cart-wrapper > .header-account-link-wrapper:hover:before, .search-toggle-btn.skip-active:before { opacity: 0; }
.account-cart-wrapper a:hover:after, .search-toggle-btn.skip-active:after { opacity: 1; }
.account-cart-wrapper > .header-account-link-wrapper.skip-logout { padding-left: 35px; }
.account-cart-wrapper > .header-account-link-wrapper:last-child { margin-right: 0; }
.account-cart-wrapper a.skip-login:before, .account-cart-wrapper a.skip-login:after { background-position: 0 1px; width: 20px; height: 22px; margin-top: -13px; }
.account-cart-wrapper a.skip-login:after, .account-cart-wrapper a.skip-my-account:before { background-position: -24px 1px; }
.account-cart-wrapper a.skip-my-account:before, .account-cart-wrapper a.skip-my-account:after { left: 0; margin-left: 0; width: 21px; height: 23px; }
.account-cart-wrapper a.skip-my-account:after { background-position: 0 1px; }
.account-cart-wrapper a.skip-my-account { color: #f05c2c; padding-left: 46px; }
.account-cart-wrapper a.skip-my-account { padding-left: 27px; }
.account-cart-wrapper a.skip-my-account:hover { color: #333333; }
.account-cart-wrapper a.skip-logout:before { content: "\f08b"; background: none; opacity: 1 !important; font: normal normal normal 25px/1 FontAwesome; top: 22px; margin-left: 0; left: 0; -webkit-transition: all 0s ease; -moz-transition: all 0 ease; transition: all 0 ease; }
.account-cart-wrapper a.skip-logout:after { background: none; }
@media only screen and (min-width: 901px) {
.account-cart-wrapper a.skip-login:before, .account-cart-wrapper a.skip-login:after { left: 0; margin-left: 0; }
}
.login-box {/*float: left;position: relative;margin-right: 0;padding: 17px 33px 20px 30px !important;background: #8cc63f;height: auto !IMPORTANT;border-radius: 7px;*/}
.login-box .loginbox,
.login-box .registerbox { display:inline-block; }
.login-box .loginbox a,
.login-box .registerbox a { float: left; position: relative; margin-right: 0; padding: 10px; background: #8cc63f; height: auto; border-radius: 7px; line-height:normal; }
.login-box .registerbox a { background:#58585a; margin-left:5px; }
.login-box .loginbox a i,
.login-box .registerbox a i { display:none; }
.login-box .loginbox a span.label,
.login-box .registerbox a span.label { line-height:normal; font-size:14px; }
.login-box .loginbox a:hover,
.login-box .loginbox a:focus,
.login-box .registerbox a:hover,
.login-box .registerbox a:focus { color:#fff; background:#000; }

.header-right .login-box-links { text-align: center; position: absolute; width: 231px; right: -47px; top: 50px; padding-top: 34px; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 9;}
.header-right .login-box:hover .login-box-links, .touch .login-box.active .login-box-links { opacity: 1; visibility: visible; top: 19px; }
.header-sticky .login-box .login-box-links { right: -92px }
.no-touch .header-sticky .login-box:hover .login-box-links, .touch .header-sticky .login-box.active .login-box-links { top: 25px; }
.header-right .login-box-links:before { content: ''; display: block; position: absolute; left: 50%; margin-left: -16px; top: 24px; width: 26px; height: 11px; background: url(../images/icon_sprite.png) no-repeat 0 -177px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.login-btn-outer { border-bottom: 1px solid #ececec;}
.logged-in-links .login-btn-outer{padding-bottom:10px}
.logout-btn-outer { padding-top: 10px; }
.logout-btn-outer p { margin-bottom: 9px; }
.header-right .login-box-links a.signup-btn { background: #ddd9d6; display: block; color: #010000; padding: 10px 0 }
.header-right .login-box-links a.signup-btn:hover { background: #fcb815; color: #fff; }
.account-cart-wrapper > div.header-search { position: relative; margin-top: 0; background: #999999; margin-right: 10px; padding: 0px; width: 250px; /*opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 9; top: 0px;  left: 0;  right: 0px; */ max-width: 600px;}
.login-box-links-inner { background: #ffffff; padding: 19px 15px 16px 15px; box-shadow: 2px 2px 2px 0 #e2e2e2; border: 1px solid #e2e2e2;}
.header-right .login-box-links a.login-btn, .header-right .login-box-links a.signup-btn { font-size: 15px; line-height: 21px; color: #ffffff; background: #FFF; display: block; padding: 10px; color: #f00; background: #e5e5e5; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.header-right .login-box-links a.login-btn:hover{ background: #F15C22; color: #fff;}
.login-link {margin-top: 0;display:block;float: left;padding-left: 8px;color: #fff;}
.account-cart-wrapper > div > .header-account-link-wrapper .label:hover{color:#000;} 
/* Header Login/cart links ends
============================================ */
/* Header Nav skip link
============================================ */
.skip-nav { }
.skip-nav:before { background-position: -31px -379px !important; width: 19px !important; height: 17px !important; opacity: 1 !important; left: 50% !important; top: 50% !important; margin: -8px 0 0 -9px !important; }
.skip-nav:after { opacity: 0 !important }
.skip-nav:not(.skip-active):hover { text-decoration: none; }
.skip-nav:not(.skip-active):hover .icon { background-position: -46px 4px; }
.skip-nav .label { display: inline; }
.skip-nav .icon { background-position: 4px 4px; }
@media only screen and (min-width: 768px) {
.quick-link-wrapper { display: none; }
.skip-nav-wrapper { display: none; }
.account-cart-wrapper > div > .header-account-link-wrapper.login-box > a > i{display:none;}
}
/* Header Nav skip link ends
============================================ */
/* Header Nav Primary
============================================ */
#header-nav .menu-title { font-size: 20px; line-height: 26px; padding: 10px; font-size: 20px; line-height: 26px; padding: 10px; color: #FFFFFF; }
.nav-primary li.level1 > a { padding: 8px 0; font-size: 15px;  line-height: 22px; display: block; }
.nav-primary li.level1.view-all > a { color: #8cc63f; }
.nav-primary li.level2 a { position: relative; left: 0; }
.nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul { display: block; }
.nav-primary li.level0 > a {text-transform: capitalize;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;position: relative;z-index: 10;font-size: 16px;line-height: 32px;color: #303030;font-weight: bold; font-family: 'montserratregular';}
 @media only screen and (min-width: 768px) {
.menu-outer { display: block; float: left; margin-left: -10px; }
#header-nav { display: block }
#header-nav .skip-link-close { display: none; }
#header-nav .menu-title { display: none; }
.nav-primary { display: block; }
.nav-primary:before, .nav-primary:after { content: ''; display: table; }
.nav-primary:after { clear: both; }
.nav-primary { zoom: 1; margin-left: -2px; }
.nav-primary li.level0 { display: block; float: left; }
.nav-primary li.level0:last-child { margin-right: 10px; }
.nav-primary a.level0 {display: block;padding: 17px 12px;font-family: 'montserratregular';}
.nav-primary li:hover > a.level0, .nav-primary li.level0.active > a { color: #8cc63f; }
.nav-primary a.level0:before {content: '';display: block;position: absolute;left: 0;bottom: 0;margin-left: 0;opacity: 0;width: 100%;height: 109%; border: 2px solid #8bc63f; border-bottom: solid 2px #fff; z-index: 99; }
.nav-primary li:hover > a.level0:before { bottom: 0; -webkit-transition: all 0.2s 0.2s ease; -moz-transition: all 0.2s 0.2s ease; transition: all 0.2s 0.2s ease; }
.touch .nav-primary > li.parent > a.level0 { pointer-events: none; }
.touch .nav-primary li.parent.selected a.level0 { pointer-events: auto }
.nav-primary a.level0 span {position: relative;z-index: 1;font-weight: normal; z-index:9999; }
.nav-primary li.parent:hover a.level0:before { opacity: 1; bottom: -5px; }
.nav-primary li:hover a.level0:before { opacity: 1; bottom: -5px; }
.nav-primary a.level0:before {content: '';display: block;position: absolute;left: 0;bottom: 0;margin-left: 0;opacity: 0;width: 100%;height: 109%; border: 2px solid #8bc63f; /*border-bottom: solid 2px #fff;*/ border-bottom: 0 none; z-index: 99; background:#fff; }

.nav-primary .menu-active { z-index: 200; }
.nav-primary li.level0 li.parent > a { position: relative; border-bottom: 1px solid #E2E2E2; padding-bottom: 5px; margin-bottom: 5px;}
.nav-primary li.level0 li.parent > a:before{content:''; display:block; position:absolute; right:0; top: 18px; border-left: 5px solid #e2e2e2; border-top: 5px solid transparent; border-bottom: 5px solid transparent;}
/* .nav-primary li.level0 ul.level0 li.level1 { float: left; width: 25%; padding: 0px 10px; } */
.nav-primary li.level0 > .submenu-outer {position: absolute;left: 0px;right: 0;top: 102px;padding-top: 22px;-webkit-transition: all 0.2s 0.4s ease;-moz-transition: all 0.2s 0.4s ease;transition: all 0.2s 0.4s ease;z-index: 1;opacity: 0;visibility: hidden;visibility: v;nsition-property: opacity; /* Safari */transition-property: opacity;z-index: 9;width: 100%;}
/*.sticky .nav-primary li.level0 > .submenu-outer { top:67px;  } */
.nav-primary li.level1 > .submenu-outer { /* position: absolute; left: 210px; right: 0; top: 0px; padding-top: 0px; -webkit-transition: all 0.2s 0.4s ease; -moz-transition: all 0.2s 0.4s ease; transition: all 0.2s 0.4s ease; z-index: 1; opacity: 0; visibility: hidden; -webkit-transition-property: opacity;  Safari  transition-property: opacity; z-index: 9; width: 210px; */}
/* .nav-primary li.level1 > .submenu-outer > .submenu-inner:before { content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.3; box-shadow: 0px 0px 7px 0 #434343; -webkit-box-shadow: 0px 0px 7px 0 #434343; -o-box-shadow: 0px 4px 7px 0 #434343; -ms-box-shadow: 0px 4px 7px 0 #434343; -moz-box-shadow: 0px 4px 7px 0 #434343; } */
.no-touch .nav-primary li:hover > .submenu-outer, .touch .nav-primary li.touched > .submenu-outer { opacity: 1; visibility: visible }
.submenu-inner { position: relative; }
.nav-primary li.level0 > .submenu-outer > .submenu-inner { border: solid 2px #8bc63f; overflow-y: auto; height: 500px; overflow-x: hidden; }
.nav-primary li.level0 > .submenu-outer > .submenu-inner:before { content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.3;  /* box-shadow: 0px 0px 7px 0 #bdbdbd; -webkit-box-shadow: 0px 0px 7px 0 #bdbdbd; -o-box-shadow: 0px 4px 7px 0 #bdbdbd; -ms-box-shadow: 0px 4px 7px 0 #bdbdbd; -moz-box-shadow: 0px 4px 7px 0 #bdbdbd; */  }
.single-menu .submenu-inner { border: 1px solid #febf10; box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; padding: 0; }
.nav-primary ul.level0:before, .nav-primary ul.level0:after { content: ''; display: table }
.nav-primary ul.level0:after { clear: both }
.nav-primary ul.level0 { zoom: 1; position: relative; padding: 20px 20px 14px 20px; display: none; float: left; width: 100%; margin-right: -270px; }
.nav-primary .submenu-outer ul.level0 { display: block; background: #fff; }
.nav-primary .submenu-outer ul.level1 {display: block;background: #fff;margin-top: 9px;}
.nav-primary li.level2 a { padding-left: 13px; left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; transition-property: color, left; -webkit-transition-property: color, left; display: block; font-size: 14px; line-height: 20px;  }
.nav-primary li.level2:hover > a { left: 9px; }
/* .nav-primary li.level2 a:before { content: ''; display: block; position: absolute; left: 0; top: 10px; width: 5px; height: 1px; background: #c3c3c3; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; transition-property: background; } */
/* .nav-primary li.level2:hover a:before { background: #f05c2c; } */
.nav-primary li.level0 > .submenu-outer h3{font-size:14px;font-weight:bold;color: #000000;font-family: 'montserratbold';margin-bottom: 0;border-bottom: solid 2px #c7c7c7;padding-bottom: 9px;padding-top: 9px;text-transform: uppercase;}
.nav-primary li.level0 > .submenu-outer ul li{float:left;width: 20%;padding: 0 15px;}
.nav-primary li.level0 > .submenu-outer ul li a{ border-bottom: none 0px; padding:0; margin:0; font-family: 'montserratlight'; font-size: 13px; line-height: 20px; color: #606060;}
.nav-primary li.level1 > .submenu-outer ul li {float:left;width:100%;padding: 0;}
.nav-primary li.level1 > .submenu-outer ul li a{font-family: 'montserratlight';font-size: 13px;line-height: 20px;color: #606060;}
.mainNav{ position:inherit !IMPORTANT;}
.header-vendors { float: none; margin: 0 auto; max-width: 318px; display: block; text-align: center;}
.header-vendors a{ float: left; background: #8cc63f; color: #fff; display: block; padding: 5px 20px 8px; border-radius: 5px; margin-top: 10px;     font-size: 15px;}
.header-vendors a:hover{    background: #056839; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.header-vendors a.vendor-signup{ margin-left:9px;}
.topbar ul li.signupHeader .vendor-signup, .topbar ul li .vendors-clickhere { display: none ;}
}
/* Header Nav Primary ends
============================================ */
/* Search - Skip Link
============================================ */
.skip-search:not(.skip-active):hover .icon { background-position: -46px -146px; }
.skip-search .icon { background-position: 4px -146px; }
.account-cart-wrapper > div > .skip-search-wrapper .label{display:none;}
/* Search - Skip Link ends
============================================ */
/* Search - Skip Content
============================================ */
i.fa-search { font-size: 13px!important }
.search-cart-box-outer { float: right; position: relative; margin-right: -10px; }
.search-box-outer { float: left; }
.search-title {font-size: 26px; line-height: 32px; margin-bottom: 10px; color: #fff; }
#header-search.skip-active { opacity: 1; visibility: visible; border-right: 0 none; }
.search-toggle-btn { width: 50px; height: 50px; position: relative; display: block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.search-toggle-btn:hover, .search-toggle-btn.skip-active { background: #F05C2C; }
/* Search - Skip Content ends
============================================ */
/* Search Input
 * ============================================ */
.header-search { float: right; width: 370px; margin: 31px 29px 0 0; }
#search_mini_form .input-box { position: relative; padding-top: 0; }
#search_mini_form label { display: none; }
#search { width: 100%; height: 50px; padding-right: 70px; border: 1px solid #999999; padding-left: 20px; }
#search_mini_form .search-button { position: absolute; top: 0px; right: 0; width: 60px; height: 50px; border: 0; background: none; border-left: 1px solid #999999; font-size: 24px; color: #8cc63f; padding: 0; }
#search_mini_form .search-button:before { content: ''; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; background-position: 4px -146px; }
#search_mini_form .search-button:hover:before { opacity: 0.8; }
#search_mini_form .search-button:active:before { margin-top: -13px; margin-left: -13px; }
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete { padding-left: 0; min-height: 58px; left: 0 !important; background: #fff; color: #000; z-index: 10; box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.54); -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.54); -o-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.54); -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.54); }
.search-autocomplete ul li { border-bottom: 1px solid #ECECEC; color: #303030; cursor: pointer; font-size: 12px; padding: 4px 6px; text-align: left; ; }
.search-autocomplete ul li img { float: left; }
.search-autocomplete .search-content { float: left; width: 100%; margin-left: -50px; padding-left: 65px; }
.search-product-name { font-size: 14px; line-height: 20px; }
.search-content { }
.search-sku { }
.search-autocomplete ul li.selected { background-color: #8bc63f; color: white; }
.search-autocomplete ul li.selected .search-product-name, .search-autocomplete ul li.selected .search-sku { color: #fff; }
.search-autocomplete ul li .amount { float: right; margin-right: 0; margin-left: 0; width: auto; padding-right: 0; margin-bottom: 0 }
.search-autocomplete ul li:last-child { border-bottom: none; }
/*.search-autocomplete:before { content: ''; position: absolute; width: 0; height: 0; display: block; border-right: 7px solid transparent; border-left: 7px solid transparent; border-bottom: 7px solid #303030; border-top: none; left: 30px; top: -7px; }*/
.search-autocomplete ul { position: relative; z-index: 1; background: #fff; }
.search-autocomplete .no-suggestion { position: absolute; left: 20px; right: 10px; top: 16px; /* color: #fff; */ }
/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search { background: #f4f4f4; border: 1px solid #ededed; padding: 30px; margin-bottom:20px; }
.advanced-search select.multiselect option { border-bottom: 1px solid #ededed; padding: 2px 5px; }

.catalogsearch-advanced-result .advanced-search { display:inline-block; width:100%; }
.catalogsearch-advanced-result .advanced-search li { padding-bottom:30px; }
.catalogsearch-advanced-result .advanced-search li.odd { width:25%; float:left; padding-bottom:0; }
.catalogsearch-advanced-result .advanced-search li.even { width:60%; float:left; padding-left:15px; padding-bottom:0; }
.catalogsearch-advanced-result .advanced-search .buttons-set { padding:0 0 0 15px; margin:0; float:right; width:15%; }
.catalogsearch-advanced-result .advanced-search .buttons-set .button { margin:0; padding:14px 0; width:100%; }
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon { background-position: -46px -44px; }
.skip-account .icon { background-position: 4px -44px; }
 @media only screen and (min-width: 901px) {
.skip-account { vertical-align: top; display: inline-block; padding: 0 10px; }
#header-account.skip-active { background: #FBFBFB; border: solid 1px #c0c0c0; display: block; position: absolute; z-index: 200; top: 40px; right: 115px; width: 200px; }
#header-account a { display: block; padding: 5px 10px; color: #636363; line-height: 2; }
#header-account a:hover { color: #333333; }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account { padding: 5px 0; }
#header-account a { position: relative; display: block; padding: 5px 10px; line-height: 23px; text-align: center; }
#header-account a:hover { color: #333333; }
.mobile-account-links-wrapper { position: fixed; right: -217px; top: 0; bottom: 0; width: 217px; background: #DEDEDE; padding: 0; display: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.show-my-account-links .mobile-account-links-wrapper { right: 0; }
.show-my-account-links .wrapper, .show-my-account-links #header.sticky { left: -217px }
.mobile-account-links-wrapper li a { color: #333; display: block; font-size: 16px; line-height: 22px; padding: 5px 10px 10px 10px;  border-bottom: 1px solid #D1D1D1; height: auto; }
.mobile-account-links-wrapper li:last-child a { border-bottom: 0; }
/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:before, .skip-cart:after { background-position: 0px -61px; margin-top: -5px; width: 28px !important }
.skip-cart:after { background-position: -32px -61px; }
.skip-cart:not(.skip-active):hover .icon { background-position: -50px -95px; }
.skip-cart .icon { background-position: 0px -95px; }
#header-cart { background: #FBFBFB; display: block; position: fixed; z-index: 200; top: 0; right: -500px; width: 500px; background: #FFF; margin-bottom: 0; bottom: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; overflow-x: hidden; overflow-y: auto; }
html.show-cart #header-cart { right: 0; }
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count { display: block; min-width: 20px; position: absolute; height: 20px; line-height: 25px; background: #333333; border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; -webkit-border-radius: 25px; padding: 0 5px; color: #fff; font-size: 14px; left: 100%; margin-left: -21px; top: 5px; z-index: 1 }
.skip-link.skip-active .count { color: #FFF; }
@media only screen and (min-width: 901px) {
.skip-cart { color: #333333; text-transform: uppercase; }
.skip-cart:hover { text-decoration: none; }
}
.skip-cart .count.empty { display: none; }
/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty { padding: 20px; text-align: center; }
/* Mini Cart
 * ============================================ */
.cart-menu .actions { overflow: hidden; padding: 15px; }
.cart-menu .actions .button { float: left; width: 48%; }
.cart-menu .actions .button + .button { margin-left: 4%; }
/* Subtotal */
.cart-menu .subtotal { padding: 0 15px 15px; font-size: 24px; line-height: 1.2; }
/* List */
.mini-cart-list { margin-bottom: 5px; }
.mini-cart-list li { position: relative; min-height: 90px; padding: 15px 15px 15px 90px; border-top: 1px solid #c0c0c0; font-size: 13px; line-height: 1.35; }
.mini-cart-list .product-name { display: inline-block; }
.mini-cart-list .product-image { position: absolute; left: 15px; top: 15px; }
.mini-cart-list .product-image img { width: 60px; height: 60px; }
.mini-cart-list .has-options { margin-bottom: 0; color: #a0a0a0; font-size: 12px; }
/* Too full - additional items will be shown in cart */
.cart-menu .last-added { padding: 10px 15px 15px; border-top: 1px solid #c0c0c0; font-size: 13px; }
.mini-products-list .product-image { float: left; min-width: 50px; position: relative; z-index: 1; border: solid 1px #ccc;}
.mini-products-list .product-details { margin-left: 60px; }
.mini-products-list li { margin-bottom: 10px; clear: both; }
.mini-products-list li:after { content: ''; display: table; clear: both; }
.mini-products-images-list:after { content: ''; display: table; clear: both; }
.mini-products-images-list li.item { float: left; width: 50%; margin: 0; padding: 0 5px 10px 0; }
.mini-products-images-list li.item:nth-child(even) { padding-right: 0; padding-left: 5px; }
.mini-products-images-list li.item .product-image { display: block; }
.mini-products-images-list li.item .product-image img { width: 100%; max-width: 100%; }
/* =============================================================================================================================== *
 *   Checkout - Mini cart                                                                                         CUSTOM CSS START
 * =============================================================================================================================== */
.header-minicart { float: left; margin-right: 16px; }
.header-minicart .minicart-message { display: block; padding: 10px; }
.header-minicart .empty { padding: 10px; text-align: center; }
.header-minicart .minicart-wrapper { clear: both; position: relative; }
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: none; }
.header-minicart .minicart-wrapper:before { background-color: white; opacity: 0.8; z-index: 2; }
.header-minicart .minicart-wrapper:after { background-image: url("../images/opc-ajax-loader.gif"); background-repeat: no-repeat; background-position: center; z-index: 3; }
.header-minicart .minicart-wrapper.loading { position: relative; }
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after { display: block; }
.header-minicart .block-cart { display: none; }
.header-minicart .block-subtitle { font-size: 17px; line-height: 1.4; padding: 5px; /* text-align: center; */ /* text-transform: uppercase; */ margin-bottom: 0px; background: #8cc63f; padding: 8px 10px 9px; color: #fff;  }
.header-minicart .block-subtitle .close { width: 40px; height: 38px; display: block; color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 30px; position: absolute; top: 0; right: 0; line-height: 40px; text-align: center; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.header-minicart .block-subtitle .close:hover { color: #fff; }
.header-minicart .mini-products-list { padding: 10px; }
.header-minicart .mini-products-list h6{ font-size:15px; color: #8bc63f;}
.header-minicart .mini-products-list h6 a{ color:#303030;}
.header-minicart .mini-products-list h6 a:hover{ color:#8bc63f;}
.header-minicart .mini-products-list li { border: 1px solid #F2F2F2; position: relative; padding: 10px;}
.header-minicart .mini-products-list li.last {  margin-bottom: 0; }
.header-minicart .mini-products-list li .product-details { position: relative; float: left; width: 100%; margin-left: -90px; padding-left: 100px; margin-bottom:0px; }
.mini-cart-product-top-detail{ padding-bottom: 5px;}
.mini-cart-product-name{position:relative; padding-right:100px}
.minicart-item-price{position:absolute; right:0; top:0;}
.mini-cart-product-name a{font-size:16px;}
.header-minicart .product-details .product-name { padding-top: 0px; }
.header-minicart .product-details .product-name a { color: #636363; font-size: 12px; }
.header-minicart .product-details .product-name a:hover { color: #F05C2C }
.header-minicart .info-wrapper { min-width: 120px; float: left;}
.mini-cart-product-bottom-detail{ background: none; padding: 0px; }
.mini-cart-product-bottom-detail .info-wrapper span.price {
    padding-left: 5px;
    margin-bottom: 9px;
    display: inline-block;
}
.mini-cart-buttons {  float: right; /*margin-top: 28px; margin-right: -18px;*/}
.mini-products-list .mini-cart-product-bottom-detail .mini-cart-buttons a{font-size:20px;vertical-align: sub;margin: 0;display: inline-block;}
.mini-products-list a.btn-edit, .mini-products-list a.remove, .btn-remove { font-size: 12px; text-transform: uppercase; border-radius: 15px; line-height: 30px; text-align: center; margin-bottom: 10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.mini-products-list a.btn-edit { line-height: 32px; }
.mini-products-list a.btn-edit:hover { /* background: #5f5f5f; */ color: #8cc63f; }
.mini-products-list a.remove, .btn-remove { color: #8cc63f; line-height: 28px; }
.onestepcheckout-index-index .mini-products-list a.remove, .onestepcheckout-index-index .mini-products-list .saperator { display: none; }
.mini-products-list a.remove:hover, .btn-remove:hover { background: #8cc63f; color: #fff; }
.header-minicart .info-wrapper th { font-size: 14px; min-width: 0; padding:0; vertical-align:top; }
.header-minicart .info-wrapper .qty-wrapper th { padding-top:5px; }
.header-minicart .info-wrapper td { color: #8cc63f; clear: right; }
.header-minicart .info-wrapper .qty-wrapper td { height: 33px; line-height: 33px; }
.header-minicart .info-wrapper .qty{background:none}
.header-minicart .info-wrapper .qty, .header-minicart .info-wrapper button { margin-left:0;  color: #303030; padding-left: 4px; padding-right: 4px; width: 3.2em; padding: 0; vertical-align: top;  text-align: center; height: 38px; line-height: 38px; margin: 2px 10px; /*border:0 !important; text-align: left; */ float: left;}
.header-minicart .info-wrapper button{ margin-left:0;}
.header-minicart .info-wrapper .quantity-button { opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 100ms; -moz-transition-duration: 100ms; -o-transition-duration: 100ms; transition-duration: 100ms; color: #fff; }
.header-minicart .info-wrapper .quantity-button[disabled] { cursor: default; width:0;}
.header-minicart .info-wrapper .quantity-button.visible { opacity: 1; }
.header-minicart .subtotal { background-color: #DDDDDD; text-align: center; line-height: 2em; text-align: right; padding: 10px 15px 10px 0;}
.header-minicart .subtotal .label { font-size: 18px; line-height: 24px; color: #303030; margin-right: 4px; }
.header-minicart .subtotal .price { font-size: 30px; line-height: 36px; color: #424348; }
.header-minicart .minicart-actions { padding: 10px 0px; margin-top: 0px; overflow: hidden; position: relative; text-align: center; }
.cart-link, .header-minicart .minicart-actions .checkout-button { display: block; float: left; background: #606060; font-size: 14px; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; line-height: 24px; color: #ffffff; border: 1px solid #303030; width: 246px; text-align: center; padding: 9px 10px 10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; text-transform: uppercase;}
.header-minicart .minicart-actions .checkout-button { width: 154px; border: 1px solid #8cc63f; background: #8cc63f; text-transform: uppercase }
.cart-link:hover, .cart-link:focus { border: 1px solid #303030; background: #303030; color: #fff; }
.mini-cart-overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 999; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0; visibility: hidden; }
.show-cart .mini-cart-overlay { right: 500px; opacity: 0.4; visibility: visible; }
.show-menu .mini-cart-overlay { margin-right: 280px; opacity: 0.4; visibility: visible; }
.show-sidebar .mini-cart-overlay { left: 300px; opacity: 0.4; visibility: visible; }
.header-minicart .minicart-actions .checkout-button:hover { background: #606060; border: 1px solid #303030; }
.header-minicart .minicart-actions .cart-link:hover { text-decoration: none; }
.header-minicart .minicart-actions .paypal-logo .paypal-or { line-height: 1.6; }
.header-minicart #minicart-error-message { text-align: center; color: red; display: none; }
.header-minicart #minicart-success-message { text-align: center; color: green; display: none; }
.header-minicart .jcarousel-control-prev, .header-minicart .jcarousel-control-next { display: none; }
.header-minicart.skip-active .block-cart, .block-cart.skip-active { display: block; }
a.btn-edit:before, a.btn-edit:after{display:none;}
/* Mini Cart ends
 * ============================================ */
body { overflow-x: hidden; position: relative; overflow-y: visible; background: #fff; }
body.no-scroll { overflow: hidden; }
html.show-cart .wrapper, html.show-cart #header.sticky { left: -483px; }
html.show-cart, html.show-menu, html.show-links { overflow: hidden }
.page-header { padding-bottom: 0px; }

.mainNav {/*background: #FFFFFF; */position: relative; z-index: 1;display: inline-block;}
.cms-home .mainNav, .bannered-page .mainNav {border-bottom:0px;}
.mainNav .container { position: relative }
#stickerStickyWrapper, #sticker {/* width: 100% !important; *//* -webkit-transition: all 0.5s ease; */-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;/* transition: all 0.5s ease; *//* height: 56px !important; */}
#sticker.sticky { box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.35); -o-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.35); }
.menu-handle { display: none; position: relative; float: left; width: 47px; height: 40px; border-right: 1px solid #b18502; }
.menu-handle span.menu-handle-icon { position: absolute; right: 12px; top: 12px; width: 25px; }
.menu-handle span.menu-handle-icon span { position: absolute; width: 100%; height: 4px; background: #836300; left: 0; top: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; }
.menu-handle span.menu-handle-icon span.second { top: 8px; }
.menu-handle.active span.menu-handle-icon span.first { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 6px; }
.menu-handle.active span.menu-handle-icon span.second { opacity: 0 }
.menu-handle.active span.menu-handle-icon span.third { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 6px; }
.menu-handle span.menu-handle-icon span.third { top: 16px; }
.toggle-handle { position: absolute; width: 32px; height: 30px; background: #567d25; right: 0; top: 0; cursor: pointer; display: none; z-index: 11; }
.toggle-handle em { position: absolute; left: 8px; right: 7px; top: 15px; background: #6B6B6C; }
.toggle-handle em.first { height: 1px; }
.toggle-handle em.second { top: 7px; bottom: 7px; left: 16px; width: 1px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu-selected > .toggle-handle em.second { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
/* ============================================ *
 * Header ends */
 /* Homepage main banner
 * ============================================ */
.homebanner.flexslider .slides .caption { display: none }
@media all and (min-width:768px) {
.homebanner.flexslider .slides img { width: auto; min-width: 100%; position: relative; left: 50%; transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); -webkit-transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); -ms-transform: translateX(-50%) translateY(0); -moz-transform: translateX(-50%) translateY(0); }
.homebanner.flexslider:before {content: '';background: rgba(0, 0, 0, 0.30);position: absolute;left: 0;right: 0;height: 100%;width: 100%;z-index: 3;}
.homebanner.flexslider .slides li { overflow: hidden; margin: 0; }
.homebanner.flexslider .slides { position: absolute; left: 0; top: 0; right: 0; bottom: 0 }
.homebanner-mobile { display: none; }
}
.home-banner-whole-section{ position: relative;}
.homebanner { margin-bottom: 62px; background: #8bc63f; border: 0; }
.homebanner .slider-loader { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); max-width: 100%; height: auto; max-height: 100%; width: auto }
.homebanner .slider-placeholder { min-width: 100%; height: auto; width: 1920px; }
.homebanner.active .slider-loader {opacity: 0 }
.homebanner.flexslider { width:100%; border: 0; overflow: hidden; border-radius: 0px; -webkit-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; -moz-border-radius: 0px; margin-bottom: 40px; max-height: 500px; }
.homebanner .flex-control-nav { position: absolute; right: 20px; top: 30%; z-index: 4; width: auto; margin-bottom: 0;  text-align: center; width: 25px; display: block; }
.homebanner .flex-control-nav li { margin-right: 0; margin-left: 0; display: inline-block; margin-bottom: 0px; margin-right: 12px; padding-left: 0;}
.homebanner .flex-control-nav li:before{/* visibility:hidden; */ font-size: 16px; color: #fff; content: counter(listStyle, decimal-leading-zero)     } 
.homebanner .flex-control-nav li:hover:before , .homebanner .flex-control-nav li.flex-active:before {color: #8cc63f; text-decoration: none;}
.homebanner .flex-control-nav li:last-child { margin-right: 0; }
.homebanner .flex-control-nav li a, .owl-dot { width: 21px; height: 19px; background: none; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
/* .owl-dot { background-position: -43px -730px; } */
/* .homebanner .flex-control-nav li a:before, .brand-slider .owl-dot:before { content: ''; display: block; position: absolute; left: 50%; top: 50%; margin: -6px 0 0 -6px; width: 11px; height: 11px; background: #fff; border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; -moz-border-radius: 10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
 */
 /* .homebanner .flex-control-nav li a:hover:before, .flex-control-nav li a.flex-active:before, .brand-slider .owl-dot:hover:before, .brand-slider .owl-dot.active:before { background: #fff; } */
/* ============================================ *
 * Homepage main banner ends */

/* Home page minibanner
 * ============================================ */
.adv-search-text { position: absolute; top: 8vw; margin: 0 auto; max-width: 940px; z-index: 8; text-align:center; left: 0; right: 0;}
.adv-search-text h1{ font-size:45px; line-height:45px; color:#ffffff; text-transform:capitalize;  text-shadow: 6px -1px 1px #252525;}
.adv-search-text p{ font-size:18px; line-height:24px; color:#ffffff;  text-shadow: 6px -1px 1px #252525;}
.adv-search-text .advanced-search{ background: rgba(0, 0, 0, 0.5); border: none 0px; display: inline-block; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}

.adv-search-text .advanced-search ul li{ float:left; width: auto; padding-bottom: 0; margin-bottom: 0; padding-left: 0; position: relative;}
.adv-search-text .advanced-search ul li .input-box { width:100%; position: relative;}
.adv-search-text .advanced-search ul li .input-box:before{ content:''; background:#ccc; width:1px; height:30px; position:absolute; right:0; bottom:13px; }

.adv-search-text .advanced-search ul li.last .input-box:before { display:none; }

.adv-search-text .advanced-search ul.form-list ul{display:inline;}
.adv-search-text .advanced-search .input-box{ width:215px; float:left;}
.adv-search-text .advanced-search .input-text, .adv-search-text .advanced-search  .selector span{ height:62px; line-height:18px; padding-left: 30px; background:#fff; border: none 0px;  color: #606060; font-size: 16px;}
.adv-search-text .advanced-search ul li.odd  > .input-box > input{border-radius: 3px 0px 0px 3px !important; -webkit-border-radius: 3px 0px 0px 3px !important; -o-border-radius: 3px 0px 0px 3px !important; -ms-border-radius: 3px 0px 0px 3px !important; -moz-border-radius: 3px 0px 0px 3px !important;}
.adv-search-text .advanced-search  .selector span{ font-size:14px; color:#606060; font-family: 'montserratregular'; padding-left: 0px; line-height: 60px;}
.adv-search-text .advanced-search  .selector span:before{ top: 26px;}
.adv-search-text .advanced-search .buttons-set{float: left; margin-top: 0; padding-top: 0;}
.adv-search-text .advanced-search .buttons-set button.button { font-size: 16px;  text-transform: capitalize; float: right; margin-left: 0; margin-bottom: 0px; min-width: 111px; border-radius: 0; padding: 20px; margin-top: 0; border: none 0px; border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0px 3px 3px 0px; -o-border-radius: 0px 3px 3px 0px; -ms-border-radius: 0px 3px 3px 0px; -moz-border-radius: 0px 3px 3px 0px; background-color: #f89420; }
.adv-search-text .advanced-search ul li.even:before{content:'';background: url("../images/sprite.png") no-repeat -34px bottom;width: 33px;height: 49px;display: inline-block;position: absolute;top: 0;left: 0;visibility: visible !important;z-index: 1;}
.adv-search-text .advanced-search ul li .input-box .validation-advice{ background: #ffffff; padding: 0 5px;  z-index: 9; min-width: auto; margin-top:1px;}
.adv-search-text .advanced-search input[type=text]{ font-size:14px; color:#606060; font-family: 'montserratregular'; line-height: 18px;}
.adv-search-text .advanced-search input[type=text]::-webkit-input-placeholder {font-size:14px; color:#606060; font-family: 'montserratregular';}
.adv-search-text .advanced-search input[type=text]:-moz-placeholder {font-size:14px; color:#606060; font-family: 'montserratregular'; opacity:  1;}
.adv-search-text .advanced-search input[type=text]::-moz-placeholder {font-size:14px; color:#606060; font-family: 'montserratregular'; opacity:  1;}
.adv-search-text .advanced-search input[type=text]:-ms-input-placeholder {font-size:14px; color:#606060; font-family: 'montserratregular';}


.homeimage-section .container { }
.home-image-whole-section { margin-bottom: 71px; }
.homepage-image { margin: 0 0 25px; }
.home-image-col { float: left; width: 41.7%; padding: 0 15px; }
.homeimage-section .homeimg-block { float: left; width: 50%; border-radius: 0px; -webkit-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; -moz-border-radius: 0px; }
.no-touch .homeimg-block { opacity: 0 }
.homeimg-block a { display: block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; position: relative }
.homeimg-block img { width: 100%; height: auto; }
.homeimg-block .ausbox-img a:before { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(80,80,80,0.5); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.no-touch .homeimg-block:hover .ausbox-img a:before { bottom: 100%; }
.homeimg-block:last-child { margin-bottom: 0px; }
.homeimg-block .ausbox-name { position: absolute; left: 0; bottom: 27px; right: 0; }
.homeimg-block .ausbox-name h2 a { font-size: 30px; line-height: 36px; color: #fff; text-transform: uppercase;  text-align: center; }
/* ============================================ *
 * Home page minibanner ends */
.home-how-it { display: inline-block; width: 100%;}
.home-how-it .block-title h3{ font-size:45px; color:#303030; line-height:32px; text-align: center; text-transform: capitalize;  margin-bottom: 55px;} 
.home-how-it .how-it-content{ float:left; width: 20%;  text-align: center;}
.home-how-it .how-it-content strong{ font-size:16px; color:#000; line-height:32px; text-align: center; text-transform: capitalize; margin-top: 27px; margin-bottom: 0px; display: block;}
.home-how-it .how-it-content strong a{ font-size:16px; color:#000;} 
.home-how-it .how-it-content p{font-size:14px; color:#606060; line-height:24px; font-family: 'montserratlight'; margin-bottom: 0;}
.home-how-it .how-it-content .how-it-img1{ width: 150px; height: 150px; margin: 0 auto; position:relative;  border: dotted 4px #f69322; border-radius: 50%;}
.home-how-it .how-it-content .how-it-img2{ width: 150px; height: 150px; margin: 0 auto;  position: relative; border: dotted 4px #006639; border-radius: 50%;}
.home-how-it .how-it-content .how-it-img3{ width: 150px; height: 150px; margin: 0 auto; position: relative; border: dotted 4px #ec292d; border-radius: 50%;}
.home-how-it .how-it-content .how-it-img4{ width: 150px; height: 150px; margin: 0 auto; position: relative; border: dotted 4px #2e2e2e; border-radius: 50%;}
.home-how-it .how-it-content .how-it-img5{ width: 150px; height: 150px; margin: 0 auto; position: relative; border: dotted 4px #88c447; border-radius: 50%;}
.home-how-it .how-it-content .how-it-img1:before,
.home-how-it .how-it-content .how-it-img2:before,
.home-how-it .how-it-content .how-it-img3:before,
.home-how-it .how-it-content .how-it-img4:before
{ content:''; background:url("../images/shop-line.png") no-repeat left top; width:209px; height:60px; position: absolute;  top: 55px;  left: 165px;}
.home-how-it .how-it-content .how-it-item img{border-radius: 50%;}

/* Home page Latest deal slider
 * ============================================ */
.latest-deal-products h2, .home-feature-latest-products .tab-content h2.tab-title a { font-size: 40px; line-height: 46px; color: #303030;  text-transform: uppercase; position: relative; text-align: center; letter-spacing: -2px; max-width: 1190px; margin: 0 auto 36px; padding: 0 15px; }
.home-feature-latest-products .tab-content h2.tab-title a { letter-spacing: 1px; }
.latest-deal-products h2 span, .home-feature-latest-products .tab-content h2.tab-title a span { background: #fff; position: relative; padding: 0 17px; }
.latest-deal-products h2:before, .home-feature-latest-products .tab-content h2.tab-title a:before { content: ''; display: block; position: absolute; left: 10px; top: 50%; right: 10px; background: #cccccc; height: 1px; margin-top: -1px; }
.list-products .product-name a { font-size: 16px; line-height: 24px; color: #000000;  display: block; text-align: center }
.list-products .price-box .old-price .price { font-size: 16px; line-height: 22px; color: #909090; }
.list-products .price-box .price { font-size: 18px; line-height: 24px; color: #8cc63f; }
.list-products .price-box { text-align: center }
.latest-deal-products .list-products .product-name a { font-size: 18px; line-height: 24px; display: block; margin-bottom: 26px; min-height: 48px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.no-touch .latest-deal-products .list-products .product-name a:hover { color: #8cc63f; }
.latest-deal-products .list-products .price-box .old-price .price { font-size: 26px; line-height: 32px; }
.latest-deal-products .list-products .price-box .price { font-size: 30px; line-height: 36px; }
/* Home page Latest deal slider
 * ============================================ */
/* Home page features products with tabbing
 * ============================================ */
.home-feature-latest-products { padding: 0px; }
.home-feature-latest-products #tab-container ul { margin: 0 auto 30px; position: relative; text-align: center; max-width: 1200px; padding: 0px; }
.home-feature-latest-products #tab-container li { list-style: none; display: inline-block; padding: 0 36px; text-align: center; margin: 0; position: relative; background: #fff; }
.home-feature-latest-products #tab-container li:last-child a{ padding-left:0; padding-right:0;}
.home-feature-latest-products #tab-container li.active a:before{content:'//';font-size:32px;color:#8cc63f;visibility: visible;list-style: none;height: 0;top: 19px;left: 0px; position: absolute;}
.home-feature-latest-products #tab-container li.active a:after{content:'//';font-size:32px;color:#8cc63f;visibility: visible;list-style: none;height: 0;top: 19px;right: 0px; position: absolute;}
.home-feature-latest-products .tab-inner { position: relative }
.home-feature-latest-products .tab-content h2.tab-title { display: none; text-align: center; }
.home-feature-latest-products h2, .home-feature-latest-products #tab-container li a, .home-feature-latest-products .tab-content h2.tab-title a, .home-feature-latest-products li.tab .tab-inner .front, .home-feature-latest-products li.tab .tab-inner .information { font-size: 32px; line-height: 24px; display: block; padding: 18px 10px 18px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; color: #303030; text-transform:capitalize;  }
.home-feature-latest-products h2, .home-feature-latest-products p{text-align:center}
.home-feature-latest-products #tab-container li .information a { color: #fff; border: 0 }
.home-feature-latest-products #tab-container li a:hover, .home-feature-latest-products #tab-container li.active a, .home-feature-latest-products .tab-content.active h2.tab-title a { color: #8cc63f; background: #fff; }
.home-feature-latest-products .tab-content { position: relative; }
.home-feature-latest-products .tab-content .featured-products, .home-feature-latest-products .tab-content .popular-products { height: 0; overflow: hidden; }
.home-feature-latest-products .tab-content.active .featured-products, .home-feature-latest-products .tab-content.active .popular-products { height: auto; overflow: visible; }
.home-feature-latest-products .price-box, .home-feature-latest-products .price-box p { text-align: center }
.home-feature-latest-products .item .product-secondary{ width: 200px; display: table; margin: 0 auto; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; }
.home-feature-latest-products .item .product-secondary .action{ float:left; margin-bottom: 0;}
.home-feature-latest-products .item .product-secondary .action .button{ background: #8cc63f; padding: 14px 24px; margin: 0;  border-radius:0;}
.home-feature-latest-products .item .product-secondary .out-of-stock{ padding: 16px 29px; color:#fff; margin: 0;  border-radius:3;}
.home-feature-latest-products .item .product-secondary .action .button:hover{background:#575759;}
.home-feature-latest-products .item .product-secondary .add-to-wishlist-buttons a{position: relative; background:#ffffff;  line-height: 40px; width: 53px; height: 50px; float: right; border-radius: 0px 2px 2px 0px;}
.home-feature-latest-products .item .product-secondary .add-to-wishlist-buttons a:before{ content:'\f004';  font: normal normal normal 24px/1 FontAwesome; color:#8cc63f;     margin-top: 5px; background: none;}
.home-feature-latest-products .item .product-secondary .add-to-wishlist-buttons a:hover:before{ color:#575759}
.home-feature-latest-products .price-box .regular-price .price{ color:#8cc63f; font-size:20px;}
.home-feature-latest-products .item { padding-bottom: 5px; margin: 0 18px !important; position: relative; background: none !important; overflow: hidden }
.products-grid .item { padding-bottom: 5px; margin: 0px; position: relative; background: none !important; overflow: hidden }
.home-feature-latest-products h2.product-name { text-align: center; background: #fff; padding-top: 13px; margin-bottom: 0; text-transform: none; }
.home-feature-latest-products h2.product-name { bottom: -50px; }
.home-feature-latest-products h2.product-name a { padding: 0 10px; display: block; height: 38px; }
.home-feature-latest-products .product-info, .products-grid .product-info, .product-image-wrapper { position: relative; }

.home-feature-latest-products .owl-nav div, .products-grid .owl-nav div { border: 0; background: none; left: -70px; margin-top: 0px; top: 30px; height: auto; }
/*.home-feature-latest-products .owl-nav div.owl-next, .home-feature-latest-products .products-grid .owl-nav div.owl-next { left: auto; right: -27px !important; top: 50%; }*/
.home-feature-latest-products .owl-nav div.owl-next:after{content:'';background: url(../images/sprite.png) no-repeat -29px -298px; width: 30px; height: 51px;display: block; margin: -30px 0 0 30px; right: 0; top: 0; }
.home-feature-latest-products .owl-nav div.owl-next:hover:after{background-position:3px -298px;}
.home-feature-latest-products .owl-nav div.owl-prev:after{content:'';background: url(../images/sprite.png) no-repeat 3px -256px; width: 30px; height: 51px;display: block; margin: -21px 0 0 -25px; right: 0; top: 0; }
.home-feature-latest-products .owl-nav div.owl-prev:hover:after{background-position:-29px -256px;}

.home-feature-latest-products .tab-content.active  .products-grid{ height: auto; overflow: visible;}
.home-feature-latest-products .tab-content  .products-grid{ height: 0; overflow:hidden;}
.home-feature-latest-products .tab-content  .product-image-outer .product-img{  padding: 0 1px;}
.home-feature-latest-products .tab-content .btn-view-all { margin: 53px auto 69px auto; display: block; width: 300px;}
.home-feature-latest-products .tab-content .btn-view-all  a{background:#8cc63f;font-size:16px;color:#fff;width: 100%;padding: 18px 0; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
.home-feature-latest-products .tab-content .btn-view-all  a:hover{background:#575759}

.cms-index-index .owl-dots, #myCarousel .owl-dots{text-align: center; margin: 25px auto;}
.home-feature-latest-products .owl-nav{position: absolute; top: -63px; right: 0;}
.cms-index-index .owl-dot, #myCarousel .owl-dot{
    display: inline-block;
    background-color: #eeeeee;
    border-radius: 10px;
    margin: 2px 3px;
    background-image: none;
    height: 12px;
    width: 12px;
}
.cms-index-index .owl-dot.active, #myCarousel .owl-dot.active{ background-color: #8bc63f;}
.home-carousel{margin: 10px auto;}
.home-carousel h2.tab-title{margin: 10px auto; text-align: left; padding: 10px 15px;}

.loggedout .home-feature-latest-products .owl-nav div { margin-top: -43px; }
.list-products .product-name { margin-bottom: 23px; display: block; height: 48px; overflow: hidden; }
.product-image-wrapper { border: 0 }
.price-box .price { font-size: 22px; line-height: 28px; }
.old-price .price { font-size: 18px; line-height: 24px; color: #a9a9a9; }
/* Home page reivew  * ============================================ */
.home-reivew-tab{ background: url(../images/review-banner.jpg) no-repeat left top; background-attachment: fixed; background-size: cover; padding: 0; text-align: center; display: inline-block; width: 100%; position: relative}
.home-reivew-tab:before { content: ''; background: rgba(0, 0, 0, 0.73); position: absolute; left: 0; right: 0; height: 100%; width: 100%;}
.home-reivew-tab .home-reivew-contain{ max-width:1030px; margin:0 auto 53px auto; z-index: 2; position: relative;}
.home-reivew-tab .home-reivew-contain h3{ font-size:45px; line-height:32px; color:#fff; margin-top:72px; margin-bottom:60px;}
.home-reivew-tab .home-reivew-contain .reivew-home-summy { color: #fff; font-size: 16px; line-height: 32px; font-family: 'montserratlight';}
.home-reivew-tab .home-reivew-contain .reivew-name a { font-size: 18px; color: #fff;  margin-top: 10px;  display: inline-block;  margin-bottom: 30px;}
.home-reivew-tab .home-reivew-contain .category-products .owl-controls .owl-dot{ background: url( ../images/sprite.png) no-repeat 0px -217px;  width: 38px; height: 24px; display: inline-block}
.home-reivew-tab .home-reivew-contain .category-products .owl-controls .owl-dots { margin-top:10px; }
.home-reivew-tab .home-reivew-contain .category-products .owl-controls .owl-dot.active{ background-position:-36px -217px;}
.home-newsletter-section{ background: url(../images/newslattar.jpg) no-repeat left top; background-size: cover; padding: 70px 0 100px; text-align: center; display: inline-block; width: 100%; position: relative}
.home-newsletter-section .block.block-subscribe h3{ font-size:45px; line-height:32px; color:#303030; margin-bottom:20px;}
.home-newsletter-section .block.block-subscribe span.label{font-size:16px; line-height:32px; color:#606060;}
.home-newsletter-section .block-subscribe .block-content { position: relative; max-width: 970px; margin: 35px auto 0;}
.home-newsletter-section .block-subscribe .input-box { padding-top: 0; position: relative; float: left; max-width: 370px;}
.home-newsletter-section .block-subscribe .input-box .validation-advice{bottom: -28px;  background: #ffffff; padding: 5px;  z-index: 9; min-width: auto;}
.home-newsletter-section .block-subscribe .input-text {  border-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: #fff;
 border: 1px solid #ffffff; height: 61px; float: left; width: 370px; font-size: 14px; padding-left: 20px; color:#111111;}
.home-newsletter-section .block-subscribe .input-text::-webkit-input-placeholder {color:#111111;}
.home-newsletter-section.block-subscribe .input-text:-moz-placeholder {color: #111111; opacity:  1;}
.home-newsletter-section .block-subscribe .input-text::-moz-placeholder {color: #111111; opacity:  1;}
.home-newsletter-section .block-subscribe .input-text:-ms-input-placeholder {color: #111111;}
.home-newsletter-section .block-subscribe .input-box:nth-child(2){margin-left: 29px;}
.home-newsletter-section .block-subscribe .actions { float: left; margin: 0 0 0 29px; position: relative;}
.home-newsletter-section .block-subscribe .actions .button { line-height: 30px; float: left; background: #8cc63f; font-size: 16px; color: #fff; padding: 16px; position: relative; border-radius: 5px;}
.home-newsletter-section:before{ content:''; background: url(../images/men-img.png) no-repeat left top; width:329px; height:610px; position:absolute; top:-156px; right:27px;}
.product-slider.hide-arrows .owl-controls{display:none}
.loggedout #block-related .owl-nav div { margin-top: -43px; }
.products-list .product-image-wrapper { position: relative; }
.product-img-outer .label, .products-list .product-image-wrapper .label, .product-info .product-label-logo img, .product-img-outer .product-label-logo img, .tab-content .product-label-logo img, .products-list .product-image-wrapper .product-label-logo img { position: absolute; top: 10px; left: 11px; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-weight: 500; text-transform: uppercase; font-size: 10px; background: #333333; border-radius: 40px; -webkit-border-radius: 40px; -o-border-radius: 40px; -ms-border-radius: 40px; -moz-border-radius: 40px; z-index: 2 }
.product-info .product-label-logo img, .product-img-outer .product-label-logo img, .tab-content .product-label-logo img, .products-list .product-image-wrapper .product-label-logo img { left: auto; right: 8px; z-index: 2; background: none; }
.product-info .sale-label, .product-img-outer .sale-label, .tab-content .sale-label, .products-list .product-image-wrapper .sale-label { background: #f05c2c; }
.product-info .product-label-logo img, .product-img-outer .product-label-logo img, .tab-content .product-label-logo img, .products-list .product-image-wrapper .product-label-logo img { max-width: 100%; height: auto; }
/* ============================================ *
* Home page features products with tabbing ends */
/* Home page Blog section
 * ============================================ */
.blog-post-container h3 { font-size: 40px; line-height: 46px; color: #303030;  text-transform: uppercase; position: relative; text-align: center; letter-spacing: -2px; max-width: 1190px; margin: 0 auto 52px; padding: 0 15px; }
.blog-post-container h3:before { content: ''; display: block; position: absolute; left: 15px; top: 50%; right: 15px; background: #cccccc; height: 1px; margin-top: -1px; }
.home-post-section-slider { max-width: 1200px; padding: 0 15px; margin: 0 auto; }
.blog-home .home-post-section-slider { padding: 0; margin-bottom: 20px; }
.home-post-section-slider li:before, .home-post-section-slider li:after { content: ''; display: table }
.home-post-section-slider li:after { clear: both; }
.home-post-section-slider li { border: 1px solid #e8e8e8; position: relative; zoom: 1; padding: 24px 12px 23px 199px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; margin-top: -1px; }
.no-touch .home-post-section-slider li:hover { border-color: #404040; z-index: 1; }
.home-post-date { position: absolute; left: 35px; top: 41px; font-size: 18px; line-height: 24px; color: #606060;  }
.home-post-date span:first-child { font-size: 60px; line-height: 66px; color: #dadada; min-width: 64px; text-align: right; display: inline-block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; margin-right: 10px; }
.no-touch .home-post-section-slider li:hover .home-post-date span:first-child { color: #8cc63f; }
.home-post-date span:nth-child(2) { font-size: 18px; line-height: 24px; color: #606060; letter-spacing: -1px; }
.home-post-left-side-image { float: left; width: 170px; }
.home-post-left-side-image img { width: 100%; height: auto }
.home-post-right-side-text { float: left; width: 100%; margin-left: -170px; padding-left: 201px; position: relative; padding-top: 2px; padding-right: 100px; }
.blog-home .home-post-right-side-text { padding-right: 20px }
.home-post-section-slider li .read-more-link { font-size: 50px; line-height: 50px; color: #dddddd; position: absolute; right: 49px; top: 50%; margin-top: -25px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.home-post-title { margin-bottom: 15px; }
.home-post-title a { font-size: 18px; line-height: 24px; color: #606060;  text-transform: uppercase; }
.no-touch .home-post-section-slider li:hover .home-post-title a { color: #8cc63f; }
.no-touch .home-post-section-slider li:hover .read-more-link { color: #404040; }
.blog-post-container h3 span { background: #fff; position: relative; padding: 0 17px; }
.home-post-description p { font-size: 16px; line-height: 30px; color: #606060; }
/* Home page Blog section ends
* ============================================ */
/* Sticky form
* ============================================ */
.sticky-form .page-title h2 {  border-bottom: 2px solid #8cc63f; color: #fff; padding: 5px 20px 0; font-size: 20px; margin-bottom: 0; cursor: pointer; position: relative; }
.sticky-form .page-title h2 i { position: absolute; right: 15px; top: 14px; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.sticky-form .page-title.active h2 i { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.sticky-form .feedback-question { padding: 20px 20px 0; }
.sticky-form .field label { color: #fff;  line-height: 25px; }
.stickyform-btn, .floating-social-btn { width: 80px; height: 80px; cursor: pointer; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; position: fixed; right: 0; top: 50%; margin-top: -86px; background: #8cc63f; text-align: center; z-index: 9; }
.floating-social-btn { margin-top: 15px; background: #202020; }
.stickyform-btn i, .floating-social-btn i { font-size: 40px; line-height: 80px; color: #fff }
.stickyform-btn .fa-close { display: none }
.stickyform-btn .fa-close { display: none }
.sticky-form.active .stickyform-btn .fa-close { display: block }
.sticky-form.active .stickyform-btn .fa-file-text { display: none }
.stickyform-btn:hover { background-color: #202020; }
.sticky-form.active .stickyform-btn { right: 490px; }
.sticky-form { right: -490px; top: 0; bottom: 0; z-index: 100; padding-left: 45px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.sticky-form.active { right: 0; }
.feedback-desktop-inner { background: rgba(0,0,0,0.95); padding: 10px 0px 0 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow-y: auto; overflow-x: hidden; }
.catalog-product-compare-index #headerslider { display: none; }
.page-print .link-print { float: right; margin-top: -60px; position: relative; z-index: 1 }
.compare-table.data-table th { vertical-align: middle }
.sticky-form { width: 100%; max-width: 490px; }
.no-touch .sticky-form { position: fixed; }
.touch .sticky-form { position: absolute; }
.sticky-form .contact-title h2 { font-size: 28px; line-height: 34px; color: #fff;  position: relative; padding-top: 15px; text-transform: uppercase; margin-bottom: 5px; }
.sticky-form .contact-title h2:before { content: ''; background: #f8971d; width: 91px; height: 4px; display: block; position: absolute; left: 0; top: 0; }
.sticky-form .contact-title h2:after { content: ''; display: block; border: 2px solid transparent; border-top: 2px solid #f8971d; border-left: 6px solid #f8971d; position: absolute; left: 91px; top: 0; }
.contact-tag-line { font-size: 16px; line-height: 24px; color: #b7b7b7; margin-bottom: 10px; }
.close-sticky-form { display: block; width: 35px; height: 35px; position: absolute; right: 0; top: 19px; z-index: 1; border: 2px solid #979494; border-radius: 35px; -webkit-border-radius: 35px; -o-border-radius: 35px; -ms-border-radius: 35px; -moz-border-radius: 35px; font-size: 20px; color: #979494; text-align: center; line-height: 31px; }
.close-sticky-form:hover { background: #8cc63f; border-color: #8cc63f; color: #fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.sticky-form label { color: #fff;  }
.show-sticky-form-html { overflow: hidden }
.sticky-form input.input-text, .sticky-form textarea.input-text { background: none; border: 2px solid #696969; padding: 0 15px; color: #fff; }
.sticky-form input[type=checkbox] + label:before { border: 2px solid #696969; }
.sticky-form textarea.input-text { padding: 10px 15px }
.sticky-form input.input-text:focus, .sticky-form textarea.input-text:focus { outline: none; border: 2px solid #F8971D; box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; }
.sticky-form .buttons-set p.required { font-size: 13px; line-height: 19px; color: #727272; float: left; margin-top: 15px; }
.stickyform-accordian-content { padding: 20px; }
.sticky-form .capcha-div { margin-bottom: 36px; }
.sticky-form .stickyform-overall-rating label { float: left; margin: 6px 10px 0 0; font-weight: normal; }
.stickyform-overall-rating .jq-ry-container { float: left }
/* Sticky form ends
* ============================================ */
/* Sticky social icons
* ============================================ */ 
.floating-social-icons-wrapper { position: fixed; right: -100px; top: 50%; z-index: 9; margin-top: -125px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.floating-social-icons-wrapper.active { right: 0; z-index: 9999; }
.floating-social-icons-wrapper .floating-social-btn { position: absolute; top: 50%; left: -80px; }
.floating-social-icons-wrapper .social-links { background: rgba(0, 0, 0, 0.81); width: 100px; text-align: center; }
.floating-social-btn:hover { background: #8cc63f; }
.floating-social-icons-wrapper .social-links a { display: block; height: 50px; line-height: 50px; color: #fff; }
/* Sticky social icons ends
* ============================================ */ 
/* Homepage About us section
* ============================================ */ 
.about-img { position: absolute; right: 50%; top: 0; left: 0; bottom: 0; overflow: hidden; margin-right: -118px; }
.about-img img { min-width: 100%; height: 100%; width: auto; position: relative; left: 50%; transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); -webkit-transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); -ms-transform: translateX(-50%) translateY(0); -moz-transform: translateX(-50%) translateY(0); margin-left: -142px; }
.home-about-section { position:relative; background: url("../images/aboutus-bg.jpg") no-repeat left top; background-size: cover; padding: 29px 20px 35px; text-align: center;  display: inline-block; width: 100%;}
.abount-banner {float: left;width: 29%;}
.abount-banner img{ max-width:100%;}
.about-right { float: right; width: 69%; box-sizing: content-box; padding-left: 10px;}
.about-us-block-content .first-top { display: inline-block; width: 100%;}
.about-us-block-content .second-bottom { display: inline-block; width: 100%; margin-top: 50px;}
.about-us-block-content .second-bottom .about-right{ float:left; text-align: left;  width: 64%;}
.about-us-block-content .second-bottom .abount-banner{float:right; width: 32%;}


.cms-index-index .about-right ul{display:inline-block; width:100%;}
.cms-index-index .about-right ul li{ width: 50%; float: left; text-align: left; position: relative; padding-left: 15px; font-size: 14px;}
.cms-index-index .about-right ul li:before{visibility: visible !important; content: ''; display: block; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; background: #8ac63f; border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; -moz-border-radius: 7px;}
.about-right p{ color:#606060; font-family: 'montserratlight'; font-size:14px;}
.about-us-block-scroller{ margin-bottom: 38px;}
.home-about-section{/* max-width: 1200px; margin:0 auto;  */padding:0 15px 29px;}
.home-about-section:before{ content:''; background: url("../images/right-img.png") no-repeat left top; width:359px; height:214px; position:absolute; top:-168px; right:0px; display:none;}
.about-us-block-content h1 { font-size: 45px; line-height: 32px; color: #303030; margin-bottom: 60px; text-transform: capitalize; font-weight: normal; }
.about-us-block-content h2 { font-size: 26px; line-height: 32px; color: #303030; margin-bottom: 10px;  text-align: left; text-transform: capitalize; font-weight: normal; }
.about-us-block-content h1 span{color:#8cc63f;}
.about-us-block-content p { font-size: 15px; line-height: 24px; color: #777777; margin-bottom: 10px !important; text-align: left; }
.about-us-block-content p strong{font-weight:bold; color: #000; padding-right: 5px;}
.about-us-block-content > p { margin-bottom: 24px; }
.about-us-block-content .read-more-outer { padding-top: 11px; float:left; }
.read-more-outer a { display: inline-block; background: #8cc63f; font-size: 14px; line-height: 60px; color: #fff; width: 200px; text-align: center; text-transform: uppercase; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; overflow: hidden; font-weight: bold; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; }
.read-more-outer a:hover { background: #f7941d; color: #fff; }
.read-more-outer a span { position: relative; z-index: 1; }
/* Homepage About us section ends
* ============================================ */  
/* Footer
============================================ */
/*Footer newsletter */
.footer-container { position: relative; max-width: 1230px; margin: 0 auto; }
.footer-signature { display: none; }
.cms-index-index .footer-signature { display: block; }
.footer, .footer button { }
.footer { clear: both; width: 100%; }
.footer-top { color: #fff; text-align: center; background: #606060; }
.footer-middle { padding-top: 75px; margin-bottom: 48px; }
.footer-bottom { margin-bottom: 35px; padding: 0 15px; }
.footer-bottom .container { max-width: 1200px; padding: 0 14px 0 16px; }
.footer-bottom .container .footer-bottom-inner { border: 1px solid #bbbbbb; }
.footer-bottom .follow-us, .footer-bottom .we-accept { float: left; width: 50%; padding: 29px 20px 27px 38px; }
.footer-bottom .follow-us { border-right: 1px solid #bbbbbb; }
.footer-bottom h2 { font-size: 36px; line-height: 42px; text-transform: uppercase;  color: #d1d1d1; float: left; margin-right: 30px; letter-spacing: -2px; margin-bottom: 0; }
.footer-bottom .social-links { float: left; margin-top: 9px; }
.social-links a { font-size: 24px; line-height: 24px; color: #8cc63f; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; margin-right: 3px; }
.social-links a.facebook:hover { color: #3b5a9a }
.social-links a.twitter:hover { color: #25a8e0 }
.social-links a.google-plus:hover { color: #d54936 }
.social-links a.youtube:hover { color: #bb2025 }
.social-links a.instagram:hover { color: #2f689b }
.free-shipping-block, .footer_callus { float: left; width: 50%; background: #404040; padding: 45px 20px 0; top: 0; bottom: 0; left: 0; height: 280px; }
.footer .free-shipping-block p, .footer .footer_callus p { color: #ffffff; }
.footer_callus { left: auto; right: 0; padding-top: 40px; }
.footer-top i { font-size: 90px; display: block; margin-bottom: 25px; }
.footer-top .footer_callus i { margin-bottom: 41px; }
.footer-top h2 { font-size: 30px; line-height: 36px; color: #fff;  margin-bottom: 19px; letter-spacing: -1px; }
.footer-top p { font-size: 16px; line-height: 22px }
.footer-top .block-subscribe { float: left; width: 100%; padding: 50px 400px; }
 @media all and (min-width:1024px) {
.shipping-call-newsletter-wrappe { height: 280px; position: relative }
.free-shipping-block, .footer_callus { position: absolute; float: none; width: 380px; }
}
 @media all and (min-width:1800px) {
.free-shipping-block, .footer_callus { width: 480px; }
}
/*Footer newsletter ends*/
/* Footer Links
 * ============================================ */
.footer .block-title { padding: 0; border-top: 0; margin-bottom: 20px; }
.footer-address-content { padding-top: 1px; }
.footer-address-content p { margin-bottom: 25px; }
.footer .block-subscribe .block-title { border-bottom: 0; max-width: none; }
.footer .block-title strong { font-weight: normal; font-size: 22px; line-height: 24px; color: #fff;  position: relative; text-transform:capitalize; }
@media all and (min-width:768px){.footer-accordian-content{display:block !important}}
.footer .block-title strong em { position: absolute; right: 0; top: 0; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; display: none }
.footer .block-title.active strong em { border-radius: 180px; -webkit-border-radius: 180px; -o-border-radius: 180px; -ms-border-radius: 180px; -moz-border-radius: 180px; }
.footer .links { float: left; width: 33%; padding: 0 30px 0 0; margin-bottom: 24px; }
.footer .footer_product_links { width: 42.9%; }
/* .footer .links ul{float:left; width:50%;} */
.footer .links.footer_product_links ul { float: left; width: 49%; }
.footer .links.footer_product_links ul:nth-child(2) { width: 51%; }
.footer .links:last-child { padding-right: 0 }
.footer .links li { word-break: break-all; line-height: 1.4; padding: 4px 0; }
.footer-links-inner p { line-height: 30px; }
.footer .links a { position: relative; display: inline-block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;  color: #9e9e9e; font-size: 14px;}
.footer-contact-address span{ color:#fff; font-weight:bold;}
.footer-contact-address > div.address-text span{color: #9e9e9e; font-weight:normal;  font-size: 13px; display:inline-block;     width: 100%;}
.socialmedia a{float:left;line-height: 50px; font-size: 26px; color:#fff; margin-right: 10px; width: 50px; height: 50px; background: #3b5999; text-align: center; border-radius: 5px;}
.socialmedia a.twitter-link{ background:#00abf1}
.socialmedia a.pinterest-link{ background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.socialmedia a.youtube-link{ background:#cf2200}
.socialmedia a:hover{background:#8cc63f;}
.socialmedia a em{font-size: 26px; color:#fff; padding-left: 7px; line-height: 50px;}
.socialmedia a:last-child{margin-right:0;}
.footer .links li a, .footer .links li, .footer p, .footer p a, .footer-contact-address,.news_stay_coonect { font-family: 'montserratlight'; color: #9e9e9e; font-size: 14px; line-height: 24px; text-transform: none; }
.news_stay_coonect{margin-bottom: 15px;}
.footer p { line-height: 29px; }
.footer .links a:hover, .footer .links li.active a { color: #8cc63f; }
.footer_signature { float: left;}
/* Footer Links ends
 * ============================================ */
/* Footer Newsletter 
 * ============================================ */
.footer .links, .footer .block-subscribe { text-transform: uppercase; font-size: 12px; }
.footer .form-subscribe-header { display: none; }
.footer .block-subscribe .input-box { padding-top: 0; position: relative; }
.footer .block-subscribe .input-box:before { content: ''; display: block; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: #8cc63f; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.footer .block-subscribe .input-box.outer-focus:before { right: 0; }
.footer .block-subscribe label { font-size: 18px; line-height: 24px; color: #fff; position: absolute; text-transform: none; font-weight: normal; top: 22px; left: -2px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.footer .block-subscribe .input-box.outer-focus label { top: -15px; font-size: 12px; }
.footer .block-subscribe .newsletter-subtitle { font-size: 16px; line-height: 22px; color: #fff; text-transform: none; margin-bottom: 30px; }
.footer .block-subscribe .input-text { width: 100%; border-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: none; border: 1px solid #909090; height: 42px; }
.footer .block-subscribe .block-content { position: relative; max-width: 770px; margin: 0 auto; }
.footer .block-subscribe .block-content:after { content: ''; display: table; clear: both; }
.footer .block-subscribe .actions { float: right; margin: 25px 0 0; position: relative; }
.footer .block-subscribe .actions .button { line-height: 17px; float: left; }
.footer-newsletter-input { position: absolute; left: 0; right: 0; padding-right: 180px; top: 1px; }
/* Footer Newsletter  ends
 * ============================================ */
/* Footer Address
* ============================================ */
.footer-contact-address > div{margin-bottom:20px;}
.footer-contact-address > div.address-text, .footer-contact-address > div a{position: relative;padding-left:0px;}
.footer-contact-address > div em{position:absolute; left:0; top:0; font-size:20px;}
/* Footer Address ends
* ============================================ */
.footer .bugs, .footer address { clear: both; }
.footer .bugs { display: none; }
.footer .form-language, .footer .currency-switcher, .footer .store-switcher { clear: both; margin-bottom: 10px; }
.footer .form-language, .footer .currency-switcher { display: none; }
.footer-bottom-left {font-size: 14px; line-height: 30px; padding: 30px 0 0;  color: #9e9e9e; font-weight: 500; float:left; font-family: 'montserratlight';}
.footer-bottom-left a { color: #FFFFFF; }
.footer-bottom-left a:hover { color: #8cc63f; }
.footer-bottom-right { float: right; margin-top: 22px; margin-bottom: 22px;}
.foot-copyright { font-size: 16px; line-height: 22px; text-align: center; color: #606060; padding-bottom: 24px; }
.footer address { margin-bottom: 9px; padding-right: 10px; float: left; }
/* Footer Always Bottom CSS
 * ============================================ */
html, body { margin: 0; padding: 0; height: 100%; }
.wrapper { min-height: 100%; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; left: 0; }
.footer-container { height: auto; max-width: 100%; background: #303030; margin-top: 30px;}
.footer-bottom-outer { background: none; /*margin: 0 -15px;*/ }
.footer-bottom-outer .container{border-top: solid 1px #1d1d1d;}
@media all and (min-width:768px) {
html, body { height: 100%; }
.page { min-height: 100%; position: relative; }
.wrapper { min-height: 100%; overflow: hidden; }
.footer-container { position: absolute; left: 0; bottom: 0; width: 100%; padding: 50px 0 0 0;}
}
/* Footer Always Bottom CSS ends
 * ============================================ */
/* ============================================ *
 * Footer  ends*/
/* Scroll to top
* ============================================ */
.scrollToTop { position: fixed; right: 10px; bottom: 40px; z-index: 9; border: 2px solid #8cc63f; width: 40px; height: 40px; border-radius: 40px; -webkit-border-radius: 40px; -o-border-radius: 40px; -ms-border-radius: 40px; -moz-border-radius: 40px; text-align: center; line-height: 34px; background: #fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; font-size: 28px; transition-property: all; -webkit-transition-property: background color; color: #8cc63f; }
.no-touch .scrollToTop:hover { background: #8cc63f; color: #fff; z-index: 99;}
.customer-account-create .scrollToTop, .customer-account-login .scrollToTop, .customer-account-forgotpassword .scrollToTop { display: none; }
.scrollToTop span { width: 40px; height: 40px; border: 2px solid #F05C2C; border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; -moz-border-radius: 50px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; display: block; background: #fff; }
.scrollToTop span:hover { border-color: #8cc63f; }
.scrollToTop span:before, .scrollToTop span:after { content: ''; display: block; border-width: 0 10px 10px; border-style: solid; border-color: transparent; border-bottom-color: #F05C2C; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -9px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.scrollToTop span:after { border-bottom-color: #fff; margin-top: -1px; }
.scrollToTop:hover span:before { border-bottom-color: #8cc63f; }
@media all and (max-width:767px) {
.scrollToTop span { width: 30px; height: 30px; }
.scrollToTop { right: 20px; }
.scrollToTop span:before { border-width: 0 8px 8px; margin: -5px 0 0 -7px }
.footer_signature, .footer address { float: none;}
.footer-bottom-left{ float:none; text-align:center;}
.footer-bottom-right {float: none;margin-top: 22px;margin-bottom: 22px;text-align: center;display: table;margin-left: auto;margin-right: auto;}
}
/* ============================================ *
 * Scroll to top  ends*/
/*###############################################
Homepage ends*/
/*Product listing page
###############################################*/
/* Category title
 * ============================================ */
.category-title { margin-top: 2px; margin-bottom: 7px; }
.category-title h1 { font-size: 24px; line-height: 30px; color: #303030; /*  */ margin-bottom: 0; }
/* Category title ends
 * ============================================ */
/* Inner banner
 * ============================================ */
.category-banner-outer .category-image { margin-bottom: 0; position: relative }
.category-banner-outer .category-image:before { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(21,21,21,0.5); z-index: 1; }
.win-index-index .category-banner-outer .category-image, .cms-success .category-banner-outer .category-image, .cms-lost .category-banner-outer .category-image, .cms-thank-you .category-banner-outer .category-image { padding-top: 55px; background: #dc2921; }
.win-index-index .category-banner-outer .category-image:before, .cms-success .category-banner-outer .category-image:before, .cms-lost .category-banner-outer .category-image:before, .cms-thank-you .category-banner-outer .category-image:before { visibility: hidden }
.category-banner-outer { position: relative; margin-bottom: 0; }
.category-banner-outer h1 { font-size: 48px; line-height: 51px; color: #fff; margin-bottom: 12px;  text-transform: uppercase; }
.banner-title-breadcumb-wrapper { position: absolute; top: 50%; left: 0; text-align: center; width: 100%; z-index: 2; margin-top: -4px; }
.category-image { margin-bottom: 8px; }
.category-image img { width: 100%; min-width: 100%; position: relative; left: 50%; transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); -webkit-transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); -ms-transform: translateX(-50%) translateY(0); -moz-transform: translateX(-50%) translateY(0); }
.category-image img:hidden {display: none;}
/* ============================================ *
 * Inner banner  ends*/
/* Main containers
 * ============================================ */
.main-container { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 15px;}
.no-breadcrumb-page .main-container { padding-top: 20px; }
.cms-index-index .main-container { max-width: none; padding: 0; margin: 0 auto }
.list-products.owl-carousel { max-width: 1340px; padding: 0 70px; margin: 0 auto }
.main-container .container { padding: 0; }
.main:before, .main:after { content: ''; display: table; }
.main:after { clear: both; }
.main { zoom: 1; margin-bottom: 50px; }
.customer-account-login .main { zoom: 1; margin-bottom: 0px; }
.customer-account .main { min-height: 650px; }
@media all and (min-width:768px) {
/*my dashboard left side part*/
.col2-left-layout .col-main, .col3-layout .col-main { float: right; margin-left: -270px; padding-left: 300px; width: 100%; padding-bottom: 20px; }
.topbar { background: none; float: right; width: auto; padding-right: 111px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease; }
.sticky .topbar { /*display:none; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;*/ }
}
.col1-layout .col-main { float: none; width: auto; padding: 0;/* Remove the 15px padding */ margin-bottom: 0px; min-height: 200px;}
.cms-index-index .col1-layout .col-main { /*margin-bottom: 61px;*/ }
.cms-index-index .main { margin-bottom: 0}
.col2-right-layout .col-main { padding-left: 0;/* Remove the 15px padding */ }
.col2-right-layout .col-main, .col3-layout .col-wrapper { float: left; width: 100%; margin-right: -270px; padding-right: 300px; }
.my-account .pager {float:left; width:100%;}
.toolbar, .pager-no-toolbar {background-color: #FFFFFF; margin-top: 10px; margin-bottom: 15px; border: 1px solid #cccccc; padding: 7px 14px 7px 20px; }
.toolbar-bottom .pager-no-toolbar{ border:none 0px; margin-top: 0px; margin-bottom: 0px; padding:0;}
.customer-account .order-history-footer-page .pager-no-toolbar{border: none 0px;}
.customer-account .order-history-footer-page .pages{    display: table;  float: none;  margin: 0 auto; text-align: center; border: 1px solid #595656;}
.customer-account .order-history-footer-page .count-container{display:none;}

/* ============================================ *
 * Main containers ends*/
/* Breadcrumbs
* ============================================ */
.breadcrumbs { overflow: hidden; margin: 0 0 40px; padding: 21px 0 21px; text-align:center; background: #f7f7f7; border-bottom: 0px solid #dddddd; width:100%; }
.breadcrumbs li { display: inline-block; vertical-align: bottom; font-size: 14px; /*  */  }
.breadcrumbs a { float: left; color: #303030; }
.breadcrumbs a:hover { color: #8ac63f; }
.breadcrumbs strong { color: #636363; font-weight: normal; color: #8cc63f; }
.breadcrumbs span { float: left; padding: 0 5px 0 7px; }
.breadcrumbs .archive_label span { float: right }
/* ============================================ *
 * Breadcrumbs ends*/
/* Sidebars
* ============================================ */
.view-sidebar-link-wrapper { margin-bottom: 10px; display: none; width: 160px; /* float: right; */}
.view-sidebar-link { display: block; float: left; padding: 10px 20px; text-decoration: none !important; background: #EFEFEF; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.view-sidebar-link:hover { }
.view-sidebar-link i { font-size: 18px; margin-right: 6px; position: relative; top: 1px; }
.no-touch a.view-sidebar-link:hover { background: #8cc63f; color: #fff; }
.close-sidebar-link { position: absolute !important; right: 0 !important; top: 0px; display: none !important; width: 50px; height: 52px; text-align: center; line-height: 52px !important; font-size: 20px !important; color: #fff !important; background: #8bc63f; text-decoration: none !important; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 1; padding: 0 !important; }
.close-sidebar-link:before { visibility: hidden; }
.wp-sidebar .close-sidebar-link { top: 0; right: 8px; }
/*my deskboard left side part*/
.col-left, .col-right { float: left; position: relative; width: 270px; }
.sidebar { background:none; /*padding: 16px 20px;*/ }
.sidebar .block-title { border-top: 0; border-bottom: 2px solid #cccccc; padding: 0px 0px 15px 0;  }
.sidebar .block-title strong { color: #303030; font-size: 18px; line-height: 20px; font-weight: 600; text-transform: none; }
.col-left .block-account .block-content ul li {text-transform: uppercase; margin: 0; padding: 0px; border-bottom: 1px solid #f5f5f5;}
.col-left .block-account .block-content ul li a {display: block;  text-transform: capitalize; padding: 0px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;line-height: 40px;font-weight: 500;font-family: 'montserratlight';font-size: 14px;}
.col-left .block-account .block-content ul li a:hover, .col-left .block-account .block-content ul li.current a {color: #8cc63f; }
.col-left.sidebar .block-account{ margin-bottom:25px; /*border: solid 1px #ccc; padding: 10px;*/}
.col-left .block-account .block-content ul li:last-child{ border-bottom:none 0px; padding-bottom:0;}
.col-right { float: right; }

.col-left img, .col-right img { max-width: 100%; }
.block-layered-nav .block-subtitle--filter { display: none; margin: 0; margin-bottom: 10px; color: #636363; font-size: 14px; font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; text-transform: uppercase; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; font-weight: normal; margin-bottom: 0px; padding: 7px 10px 7px 24px; border: 1px solid #cccccc; position: relative; background-color: #f4f4f4; cursor: pointer; }
.block-layered-nav .block-subtitle--filter:after { content: ''; position: absolute; width: 0; height: 0; display: block; border-right: 4px solid transparent; border-left: 4px solid transparent; border-top: 4px solid #333333; border-bottom: none; left: 10px; top: 50%; margin-top: -3px; }
.block-layered-nav .block-subtitle--filter:hover { background-color: #ececec; }
.block-layered-nav .block-content .toggle-tabs { display: none; }
.block-layered-nav .block-content > dl > dt, .block-layered-nav .currently .block-subtitle {margin: 0;margin-bottom: 10px;color: #636363;font-size: 14px;font-style: normal;line-height: 1.4;text-rendering: optimizeSpeed;text-transform: uppercase;-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none;-o-user-select: none;user-select: none;font-weight: normal;margin-bottom: 0px;padding: 7px 10px 0px 0;position: relative;background-color: #ffffff;display: block;font-weight:bold;color: #303030;font-size: 14px;line-height: 20px;font-weight: 600;}
.block-layered-nav .block-content > dl > dt:hover {     color: #8bc63f; }
.block-layered-nav .block-content > dl > dd { margin: 0; }
.block-layered-nav .block-content > dl > dd:last-child { border-width: 0 1px 1px 1px; }
.block-layered-nav dl dd { margin-bottom: 10px; margin-top: 10px; }
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a { padding: 5px 0px; display: block; font-size: 14px; line-height: 30px; color: #0a0a0a; font-weight: 500; text-transform: capitalize; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; text-decoration: none !important; border-bottom: solid 1px #f5f5f5; font-weight: 500; font-family: 'montserratlight'; font-size: 14px;}
.block-layered-nav dl dd ol > li > a:hover {  color: #8cc63f; }
.block-layered-nav dl dd ol > li > a .count { color: #8cc63f; }
 @media only screen and (min-width: 768px) {
.block-layered-nav .block-content > dl > dt { /* padding-left: 10px; */ }
.block-layered-nav .block-content > dl > dt:after { display: none; }
}
.block-layered-nav .currently .block-subtitle { display: block; margin: 0; margin-bottom: 10px; color: #636363; font-size: 14px; font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; text-transform: capitalize;   font-weight: normal;}
.block-layered-nav .currently { padding: 0;}
.block-layered-nav .currently ol { padding-left: 0px; margin-bottom: 0px; }
.block-layered-nav .currently ol li { margin-bottom: 5px; padding-top: 6px;}
.block-layered-nav .currently ol li .label {line-height: 40px;
    font-weight: 500;
    font-family: 'montserratlight';
    font-size: 14px; }
.block-layered-nav .currently ol li:after { content: ''; display: table; clear: both; }
.block-layered-nav .actions { text-align: right; margin-bottom: 7px; padding: 7px 10px 7px 24px; }
.block-layered-nav .actions a { float: none; color: #ffffff; background: #8ac63f;  border-radius: 3px;  padding: 8px; }
.block-layered-nav .actions a:hover{ background: #58585a; }
/* ============================================ *
 * Sidebars ends*/
/* Page main titles
* ============================================ */
.page-title { margin-top: -4px; }
.bannered-page .main .page-title { display: none; }
/*.catalogsearch-result-index .page-title { display: none; }*/
.page-title h1, .page-title h2 { font-size: 24px; line-height: 30px; color: #303030; /*  */ margin-bottom: 0; text-transform:capitalize; }
.page-title h2 { font-size: 32px; line-height: 38px; }
.category-product .main .page-title { display: none; }
/* ============================================ *
 * Page main titles ends*/
/* -------------------------------------------- *
 * Toolbar
 */
.toolbar, .myac-top-toolbar, .myac-bottom-toolbar { margin-top: 10px; margin-bottom: 15px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; padding: 5px 10px 0px 10px; }
.catalog-category-view .toolbar { margin-bottom: 15px; }
.toolbar:after { content: ''; display: table; clear: both; }
.pager-no-toolbar { margin-bottom: 10px; }
.myac-top-toolbar .pager-no-toolbar, .myac-bottom-toolbar .pager-no-toolbar { margin-bottom: 0; }
.pager-no-toolbar ~ .pager-no-toolbar { margin-top: 10px; }
.toolbar, .pager { color: #636363; line-height: 35px; font-size: 12px; }
.toolbar { position: relative; padding-top: 0;}
.toolbar label, .per_page_text { font-size: 14px; }
.toolbar label, .pager-no-toolbar label { font-weight: normal; text-transform: none; }
.sorter { float: right; margin-bottom: 5px; width: 200px;}
.view-mode { position: absolute; right: 12px; top: 16px; }
.view-mode label { float: left; margin-right: 5px; line-height: 20px; text-transform: none;}
.sorter label:after { content: ':'; }
.sort-by:before, .sort-by:after{content:''; display:table;}
.sort-by:after{clear:both}
.sort-by {float: left; /*margin-right: 50px; width: 210px;*/ /*height: 30px;*/ margin-right: 0; width: 205px; }
.sort-by .sort-by-switcher {width: 30px; height: 30px; display: inline-block; position:relative; text-indent: -9999px; float:left;}
.toolbar-bottom .amount, .toolbar-bottom .count-container, .toolbar-bottom .limiter, .toolbar-bottom .sort-by, .toolbar-bottom .view-mode {display:none; }
.sort-by .sort-by-switcher:before {content: "\f176"; font: normal normal normal 18px/1 FontAwesome; position: absolute; left: 50%; text-indent: 0; top: 50%; margin: -7px 0 0 -4px; color: #c7c7c7;}
.sort-by .sort-by-switcher--desc:before {content: "\f175"; }
.short_right.cf .pager { float: left; }
.view-mode label { margin-right: 13px; line-height: 22px; font-size: 14px; text-transform: capitalize; }
.view-mode .grid, .view-mode .list { float: left; width: 20px; height: 25px; }
.view-mode .grid { margin-left: 11px; background-position: 0px -497px; }
.view-mode strong.grid, .view-mode a.grid:hover { background-position: -49px -497px; }
.view-mode .list { background-position: 0px -522px; }
.view-mode strong.list, .view-mode a.list:hover { background-position: -49px -522px; }
.toolbar-bottom { margin: 36px 0 20px 0; text-align: center;}
.toolbar-bottom .pager { }
.toolbar-bottom .toolbar { padding: 0; margin: 0; border: 0; background-color: transparent; }
.toolbar-bottom .pages {display: inline-block; float: none; margin-bottom: -3px; vertical-align: top; padding:0px; margin-top: 16px; margin-bottom: 37px; text-align:center; border: 1px solid #595656;}
.toolbar.top_toolbar, .myac-top-toolbar, .myac-bottom-toolbar { margin-top: 30px; }
.myac-bottom-toolbar { margin-top: 15px; }
.toolbar.top_toolbar .amount label, .myac-top-toolbar .amount label, .myac-bottom-toolbar .amount label { font-size: 15px; }
.toolbar.top_toolbar label, .myac-top-toolbar label, .myac-bottom-toolbar label { color: #000000; font-size: 13px; font-family: montserratlight;  }
.toolbar.top_toolbar .short_right, .myac-top-toolbar .short_right, .myac-bottom-toolbar .short_right { float: left; }
.toolbar.top_toolbar .limiter, .myac-top-toolbar .limiter { }
.toolbar.top_toolbar .limiter label.show, .myac-top-toolbar .limiter label.show, .myac-bottom-toolbar .limiter label.show { float: left; line-height: 32px; margin-right: 8px; text-transform: none; padding: 0; font-size: 14px; }
.toolbar.top_toolbar .limiter label.show:after, .myac-top-toolbar .limiter label.show:after, .myac-bottom-toolbar .limiter label.show:after { display: none; }
.toolbar.top_toolbar .limiter .selector, .myac-top-toolbar .limiter .selector, .myac-bottom-toolbar .limiter .selector { float: left; }
.toolbar.top_toolbar .limiter .selector, .toolbar.top_toolbar .limiter .selector span, .myac-top-toolbar .limiter .selector, .myac-top-toolbar .limiter .selector span, .myac-bottom-toolbar .limiter .selector, .myac-bottom-toolbar .limiter .selector span { width: 60px !important; }
.toolbar.top_toolbar .limiter label.per_page, .myac-top-toolbar .limiter label.per_page, .myac-bottom-toolbar .limiter label.per_page { float: left; line-height: 32px; margin-left: 8px; text-transform: none; padding: 0; font-size: 14px; min-width: 0; }
.toolbar.top_toolbar .limiter label.per_page:after, .myac-top-toolbar .limiter label.per_page:after, .myac-bottom-toolbar .limiter label.per_page:after { display: none; }
.toolbar.top_toolbar .amount {margin-top:8px; float: left;}
.myac-top-toolbar .amount, .myac-bottom-toolbar .amount { float: left; font-size: 14px; /*margin-top: 8px; margin-left: 1px;*/  }
.toolbar.top_toolbar, .myac-top-toolbar, .myac-bottom-toolbar { padding: 10px 5px 10px 10px; background-color: transparent; display:inline-block; width:100%; }
.toolbar.top_toolbar .sorter, .myac-top-toolbar .sorter, .myac-bottom-toolbar .sorter { margin-bottom: 0; }
.toolbar.top_toolbar .sorter .sort-by label, .myac-top-toolbar .sorter .sort-by label, .myac-bottom-toolbar .sorter .sort-by label { line-height: 32px; padding: 0; margin-bottom: 0; font-size: 14px; }
.toolbar .selector span, .myac-top-toolbar .selector span, .myac-bottom-toolbar .selector span { font-size: 13px; width: 110px !important; height: 35px; line-height: 33px; padding-left: 9px; font-family: 'montserratlight';  color: #606060;}
.toolbar .selector, .myac-top-toolbar .selector, .myac-bottom-toolbar .selector { width: 110px !important }
.marketplace-index-index .toolbar .selector{    display: inline-block;
    vertical-align: top;}
.marketplace-sales-index .selector, .marketplace-featured-index .selector, .marketplace-featuredproducers-index  .selector, .marketplace-seller-list  .selector, .blog-index-list  .selector, .blog-cat-view  .selector, .websitereview-index-index .toolbar-top .selector{ float: left;}
.toolbar-seller-list .view-mode{display:none;}
.toolbar .selector select, .myac-top-toolbar .selector select, .myac-bottom-toolbar .selector select { height: 35px }
.toolbar .short_right p.amount { display: none; }
.top_toolbar .pager { float: right }
.myac-top-toolbar .pager:before, .myac-top-toolbar .pager:after, .myac-top-toolbar .pager > .count-container:before, .myac-top-toolbar .pager > .count-container:after, .myac-bottom-toolbar .pager:before, .myac-bottom-toolbar .pager:after, .myac-bottom-toolbar .pager > .count-container:before, .myac-bottom-toolbar .pager > .count-container:after { content: ''; display: table; }
.myac-top-toolbar .pager:after, .myac-top-toolbar .pager > .count-container:after, .myac-bottom-toolbar pager:after, .myac-bottom-toolbar .pager > .count-container:after { clear: both; }
.myac-top-toolbar .pager, .myac-top-toolbar .pager > .count-container, .myac-bottom-toolbar .pager, .myac-bottom-toolbar .pager > .count-container { float: none; display: block; float: none; width: auto }
.pager > .count-container:before, .pager > .count-container:after, .blog-home .pager:before, .blog-home .pager:after { content: ''; display: table; }
.pager > .count-container:after, .blog-home .pager:after { clear: both; }
.pager > .count-container, .blog-home .pager { zoom: 1; border-left: 0; border-right: 0; padding-top: 0px; padding-bottom: 0px; }
.toolbar-bottom .count-container{display:none}
.pager .limiter { float: right; line-height: 35px; /*height: 35px; width: 220px; margin-right: 10px;*/}
.pager .limiter > label, .sort-by > label{ padding-right: 10px; float: left; padding-top: 9px;}
.pager .limiter > .selector{margin-right:10px}
/*.pager .limiter > label:after { content: ':'; }*/
.my-account .limiter > label {padding-right: 0px; float: left; margin-right: 5px; padding-top: 13px;}
.my-account .pager .amount{margin-top: 12px;}
.pager .amount, .pager .limiter, .pager .pages { margin-bottom: 0px; }
.pager .amount{float:left;margin-top: 7px;}
.pages { float: right; overflow: hidden; margin-left: 15px; display: none;}
.pages strong { display: none; }
.pages li { float: left; width: 40px; height: 40px; display: inline-block; text-align: center; vertical-align: middle; border: 0px solid #CCC; white-space: nowrap; margin-left: 0px; line-height: 38px; outline: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.pages li:hover { border: 0px solid #8bc63f; background: #8bc63f; }
.pages li:hover a { color: #fff; text-decoration: none; }
.pages a, .pages .current { display: inline-block; line-height: 38px; border: 0; font-size: 16px; text-align: center; text-transform: uppercase; vertical-align: top; padding: 0; color: #595656; font-weight: 500; }
.pages a { width: 100%; height: 100%; outline: none; }
.pages .current, .pages .current:hover { color: #fff; border: 1px solid #8bc63f; background: #8bc63f; cursor: default; }
.pages .next, .pages .previous { text-shadow: none; background-color: transparent; position: relative; display: block; width: 100%; height: 100%; }
.pages .next:before { content: '>'; position: absolute; display: block; top: 50%; left: 50%; font-size: 16px; color: #595656;  transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); }
.pages .next:hover:before { color: #fff; }
.pages .previous:before { content: '<'; position: absolute; display: block; top: 50%; left: 50%; font-size: 16px; color: #595656;  transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); }
.pages .previous:hover:before { color: #fff; }
.myac-top-toolbar .limiter, .myac-bottom-toolbar .limiter { width: 180px; }
.toolbar.top_toolbar .limiter {float: left; line-height: 35px; /*height: 35px; width: 120px; */}
.myac-top-toolbar .limiter, .myac-bottom-toolbar .limiter { float: right }
.category-products .selector { float: left; }
/*.count-container {float: left; }*/
.my-account .count-container {float: none; }
.pager .amount {float: left; }
.my-account .limiter {float: right;}
.toolbar-bottom .short_right.cf {float:none;}
.toolbar-bottom .short_right.cf .pager {float:none; text-align:center;}
@media (min-width: 991px) {
.amount {white-space: nowrap; margin: 0 15px 0 0; width: 100%; margin-right: -502px; padding-right: 500px;}
}

@media only screen and (max-width: 768px) {
	.wk_mp_design_profile .products-grid > li{ width: 50%; padding:10px;}
}

@media (min-width: 1169px) {
/*.products-grid.products-grid--max-4-col > li{ width:20%;}*/
/*.wk_mp_design_profile .products-grid > li {
    width: 33.3%;
    padding: 10px;
}*/
}
/* Product lists view (Grid / List)
* ============================================ */
.sub-category-listing.products-grid { margin-top: -15px; }
.sub-category-listing.products-grid .product-info { min-height: 0 !important }
.sub-category-listing.products-grid .product-name { margin-bottom: 0 }
.latest-deal-products .list-product-image { margin-bottom: 35px; }
.list-product-image { border: 1px solid #999999; margin-bottom: 24px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; overflow: hidden }
.no-touch .list-product-image:hover { border-color: #8cc63f }
.list-product-image img { max-width: 100%; height: auto }
.list-products li { padding: 15px; }
/*.products-grid { margin: 0 -15px; }*/
.products-grid > li { width: 25%; float: left; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.products-list .product-name { text-transform: none; }
.products-grid .product-image-outer a.product-image, .products-list a.product-image, .product-slider a.product-image {display: block; /*margin-bottom: 15px;*/ position:relative;}
.products-grid .product-name a, .products-list .product-name a, .product-slider .product-name a { font-weight: bold; text-align: center; display: block; min-height: 44px; font-size: 16px; line-height: 22px; font-weight: normal; }
.products-grid .product-name a{ height:40px; overflow-y:auto;}
.products-grid .item .button{margin:0 auto;}
.products-grid .item .add-to-links:before, .products-grid .item .add-to-links:after{content:''; display:table;}
.products-grid .item .add-to-links:after{clear:both}
.products-grid .item .add-to-links{zoom:1;}
.product-slider .owl-nav div{left: -20px;}
.product-slider .owl-nav div.owl-next{left:auto; right: -20px;}
.products-list .product-name a { text-align:left; }
.products-list .even .product-name a { color: #343434; }
.products-list .desc, .products-list .desc .desc-content { color: #505050;  font-size: 14px; line-height: 20px; font-family: 'montserratlight';}
.products-list .even .desc { color: #000000; }
.products-list .price-box { margin-bottom: 10px; }
.products-list .link-learn { border: 2px solid #8cc63f; padding: 5px 10px; color: #8cc63f; font-weight: 500; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; margin-top: 10px; width: 105px; display: block; }
.block-related .products-grid { margin: 0; padding: 0 16px; }
.block-related .products-grid li { float: none; width: auto; }
.products-list li:before, .products-list li:after { content: ''; display: table }
.products-list li:after { clear: both; }
.products-list > li { zoom: 1; /* padding-bottom: 10px; */ margin-bottom: 20px; border: 1px solid #cccccc; /*background: rgba(118,216,30,0.3);*/ padding: 10px; /* -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); */ position: relative }
#products-list li .product-image { display: inline-block; float: left; /*width: 35%;*/ position:relative; }
.products-list > li.even { /*background: rgba(250,164,26,0.3); */ border: 1px solid #cccccc; }
.category-products .product-image-outer .product-image { overflow: hidden; /*padding: 5px;*/ display: block; }
.products-list .product-image-wrapper, #products-list .product-image { display: block; float: left; width: 25%; margin-bottom: 0; padding: 0 !important;  border: solid 1px #ccc; }
.products-list .product-image-outer:before { left: 0; top: 0; right: 0; bottom: 0; }
.products-list .product-shop { float: left; padding-left: 20px; width: 74%; }
.products-list .price-box .old-price .price { color: #555555 }
.loggedout .products-list .odd .product-image-outer:before { background: rgba(240, 92, 44, 0.89) }
.products-grid .product-image-outer { border: 1px solid #eaeaea; }
.products-grid .product-image-outer img{ width:100%; height: auto;}
#crosssell-products-list.products-grid .product-image-outer img{ width:99%;}
.no-touch .products-grid .product-image-outer:hover { /* border: 1px dashed #6421b3; */ }
.no-touch .products-grid .list-main-product:hover {/*box-shadow:0 10px 10px 0 #ccc;*/ }
.product-image-outer .product-image:before { background: rgba(125,194,66,0.4) no-repeat scroll center center; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; display: block; animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; -webkit-animation: fadein 2s; /*content: ''; display: block; background: url(../images/product-overlay-bg.png) center center; background-size: 100% 100%; position: absolute; left: -18px; top: -18px; right: -18px; bottom: -18px; z-index: 3;*/opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.no-touch .item .product-image-outer:hover .product-image:before, .touch li.active .item .product-image-outer:before, .touch .item.active .product-image-outer:before { opacity: 1; visibility: visible }
/* .product-image-outer .product-image .line { left: 0; top: 50%; transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; z-index: 1; }
.product-image-outer .product-image .line1 { top: 0; left: 50%; transition: all 0.8s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; z-index: 1; } */
/* .no-touch .product-image-outer:hover .product-image .line, .no-touch .product-image-outer:hover .product-image .line1 { position: absolute; left: 50%; top: 50%; width: 80px; height: 2px; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #6421b3; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.no-touch .product-image-outer:hover .product-image .line1 { width: 2px; height: 80px; background: #6421b3; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; } */
.product-labels .left.new {position:absolute; top:10px; border-radius:50%; width:50px; height:50px; line-height:50px; text-align:center; background:#7cc33f; color:#fff; left:10px; font-size:13px; box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.5); font-weight:600; }
.product-labels .right.sale {position:absolute; top:10px; border-radius:50%; width:50px; height:50px; line-height:50px; text-align:center; background:red; color:#fff; right:10px; font-size:13px; box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.5); font-weight:600;}
.product-img-box .product-labels .left.new {position:absolute; top:20px; border-radius:50%; width:50px; height:50px; line-height:50px; text-align:center; background:#7cc33f; color:#fff; left:20px; font-size:13px; z-index:9; box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.5); font-weight:600;}
.product-img-box .product-labels .right.sale {position:absolute; top:20px; border-radius:50%; width:50px; height:50px; line-height:50px; text-align:center; background:red; color:#fff; right:20px; font-size:13px; z-index:9; box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.5); font-weight:600;}
.products-grid h2.product-name {text-align: center; padding: 10px 0 0px 0; margin-bottom: 0; text-transform: none;}
.products-grid h2.product-info a {padding: 0 0px; height: 38px; overflow: hidden; display: block;  font-size: 15px; color: #303030; text-transform: uppercase;}
.advanced-search-summary {border: solid 4px #64c943;
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 14px;
    box-shadow: 0px 0px 5px #c2c2c2;}
.advanced-search-summary ul { background: #f4f4f4; padding: 25px 35px; }
.advanced-search-summary ul li{font-size: 14px;
    color: #005f38;
    margin: 5px 0;
    text-transform: capitalize; }
.advanced-search-summary ul li strong{ font-weight:bold; color:#303030; font-family: 'montserratlight'; font-size: 14px;}
.advanced-search-summary p, .advanced-search-amount{ font-size:12px; font-family: 'montserratlight';}
.advanced-search-summary a{color: #8bc63f; text-decoration:underline;}
.advanced-search-summary a:hover{ color:#303030;}
/*home page featured hover effects*/
.product-image-outer .product-image:before { background: rgba(0,0,0,0.4) no-repeat scroll center center; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; display: block; animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; -webkit-animation: fadein 2s; /*content: ''; display: block; background: url(../images/product-overlay-bg.png) center center; background-size: 100% 100%; position: absolute; left: -18px; top: -18px; right: -18px; bottom: -18px;*/ z-index: 1; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
/*home page featured hover effects*/
@media all and (min-width:980px) {.products-list .link-learn { position: relative; right: 0px; bottom: 0px; float: right;}}
.products-list .link-learn:hover { background: #8cc63f; color: #fff; }
/* .products-list .even .link-learn { border-color: #010101; color: #000000; }
.products-list .even .link-learn:hover { background: #000000; color: #fff; } */
.products-grid .price-box { text-align: center; margin-bottom: 10px;}
.products-grid .price-box .price { }
.products-grid .old-price + .regular-price, .products-list .old-price + .regular-price { display: none; }
.std.category-description p, .splash-description-full p { font-size: 14px; line-height: 24px; color: #606060; margin-bottom: 25px; text-align: justify; font-family: 'montserratlight';}
.products-list li:before, .products-list li:after { content: ''; display: table }
.products-list li:after { clear: both; }
.products-list > li { zoom: 1; /* padding-bottom: 10px; */ margin-bottom: 20px; /* background: rgba(237, 29, 35, 0.17) !important; padding: 10px; -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); */ position: relative }
/* .products-list > li.even { background: rgba(0, 0, 0, 0.08) !important; } */
.products-list .product-image-wrapper { display: block; float: left; width: 25%; margin-bottom: 0; padding: 0 !important;/*  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); */ background: #fff; }
.products-list .product-image-outer:before { left: 0; top: 0; right: 0; bottom: 0; }
.products-list .price-box .old-price .price { color: #555555 }
.loggedout .products-list .odd .product-image-outer:before { background: rgba(240, 92, 44, 0.89) }

.products-grid .product-secondary{ width: 180px; display: table; margin: 0 auto; }
.products-grid .product-secondary .action{ float:left; margin-bottom: 0;}
.products-grid .product-secondary .action .button{ background: #8cc63f; padding: 14px; margin: 0;  border-radius:0;}
.products-grid .product-secondary .action .button span, .products-grid .product-secondary  .out-of-stock span{ font-size:14px;}
.products-grid .product-secondary  .out-of-stock{ background: #575759; padding: 12px 12px; height: 48px; margin:0;  border-radius:0; width: 100%;
    text-align: center; border-radius: 3px;}
.block-related .products-grid .product-secondary  .out-of-stock{ background: #575759; padding: 15px 30px; margin: 0;     }
.products-grid .product-secondary .action .button:hover{background:#575759;}
.products-grid .product-secondary .add-to-wishlist-buttons a{position: relative; background:#ffffff;  line-height: 40px; width: 53px; height: 50px; float: right; border-radius: 0px 5px 5px 0px;}
.products-grid .product-secondary .add-to-wishlist-buttons a:before{ content:'\f004';  font: normal normal normal 24px/1 FontAwesome; color:#8cc63f;     margin-top: 5px; background: none;}
.products-grid .product-secondary .add-to-wishlist-buttons a:hover:before{ color:#575759}

.products-list .product-secondary{ width: 200px; display: inline-block; margin: 0 0 5px 0;}
.products-list .product-secondary .action{ float:left; margin-bottom: 0;}
.products-list .product-secondary .action .button{ background: #8cc63f; padding: 14px 24px; margin: 0; border-radius: 0;}
.products-grid .product-secondary .action .button span, .products-grid .product-secondary  .out-of-stock span, .products-list .product-secondary  .out-of-stock span, .products-list .product-secondary  .action .button span{ font-size:14px; color:#fff;}
.products-list .product-secondary  .out-of-stock{ background: #575759; padding: 14px 20px; margin: 0; border-radius: 0;     width: 100%;
    text-align: center; border-radius: 3px;}
.products-list .product-secondary .action .button:hover{background:#575759;}
.products-list .product-secondary .add-to-wishlist-buttons a{position: relative; background:#ffffff;  line-height: 40px; width: 53px; height: 50px; float: right; border-radius: 0px 5px 5px 0px;}
.products-list .product-secondary .add-to-wishlist-buttons a:before{ content:'\f004';  font: normal normal normal 24px/1 FontAwesome; color:#8cc63f;     margin-top: 5px; background: none;}
.products-list .product-secondary .add-to-wishlist-buttons a:hover:before{ color:#575759}



/* ============================================ *
/* Product lists view (Grid / List) ends*/
/*Product listing page ends
###############################################*/
/*Product detail page
###############################################*/
/*product-essential
============================================*/
.catalog-product-view .product-essential { max-width: 1200px; margin: 0 auto; padding: 0 15px 30px; }
.catalog-product-view .product-collateral { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.product-view .product-essential .extra-info .ratings .rating-box, .product-view .product-essential .extra-info .ratings .amount { float: left; }
.product-view .product-essential .extra-info .ratings .rating-box { margin-top: 8px; margin-right: 10px; }
.product-view .product-essential .extra-info .ratings:after { content: ''; display: table; clear: both; }
.product-view .product-essential:after { content: ''; display: table; clear: both; }



/*product-essential ends
============================================*/
/* Catalog - Product image box
 * ============================================ */
.product-img-box { padding-right: 14px; width: 41.2%; float: left; }
.product-img-outer { position: relative }
.product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral { margin-bottom: 10px; }
.product-img-box .product-name h1 { border: 0; }
.product-img-box .product-image { margin-bottom: 16px; box-shadow: 0 0 0 1px #f5f5f5; -moz-box-shadow: 0 0 0 1px #f5f5f5; -ms-box-shadow: 0 0 0 1px #f5f5f5; -o-box-shadow: 0 0 0 1px #f5f5f5; -webkit-box-shadow: 0 0 0 1px #f5f5f5; position: relative; z-index: 1; margin-left: 0px; }
@media only screen and (min-width: 768px) {.product-img-box .product-image .cloud-zoom:before { content: ''; display: block; position: absolute; right: 20px; bottom: 20px; background: url(../images/sprite.png) no-repeat -67px -508px; width: 28px; height: 29px; z-index: 2; }}
.product-img-box #wrap { position: relative; z-index: 1 !important }
.touch .mousetrap { display: none !important; }
.product-img-box .product-image img { width: 100%; max-height: 750px; margin: 0px auto; }
.more-views { padding: 0 20px; }
.more-views.hide-arrows{padding:0;margin: 0 -8px; }
.more-views.hide-arrows .owl-controls{display:none;}
.more-views h2{display:none;}
.more-views ul:before, .more-views ul:after { content: ''; display: table; }
.more-views ul:after { clear: both; }
.more-views ul { zoom: 1; }
.more-views li { padding: 0 8px; }
.more-view-thumb { border: 1px solid #999999; }
.more-views li a { border: 1px solid #dddddd; display: inline-block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.more-views li a:hover, .more-views li a.active { border-color: #8bc63f; }
.more-views li a img { max-width: 99%; height: auto; margin: 0 auto; }
@media only screen and (min-width: 768px) {.product-img-box .product-name { display: none; }}
/* Catalog - Product image box end
 * ============================================ */
/* Catalog - Product shop
 * ============================================ */
.product-view .product-name .h1, .product-view .product-img-box .product-name h1 { float: none; margin-bottom: 15px; font-size: 24px; color: #303030; }
.product-view .product-shop { margin-top: 1px; width: 58.6%; float: right; }
.product-view .product-shop .product-name { display: none; margin-bottom: 10px;}
.product-detail-sku { font-size: 16px; line-height: 22px; color: #202020; font-weight: 500; margin-bottom: 9px; }
.short-description, .short-description .std p, .short-description  ul li { font-size: 14px; line-height: 25px; color: #606060; margin-bottom: 0px; font-family: 'montserratlight';}
.short-description .std p:last-child { margin-bottom: 0; }
.short-description { margin-bottom: 10px; display: inline-block; max-width: 75%;}
.product-view .product-name .h1 { float: none; margin-bottom: 5px; font-size: 30px; line-height:30px; color: #303030; }
.product-view .product-shop .extra-info, .product-view .product-shop .price-info { /* max-width: 70%;  margin-bottom: 25px; border-bottom: 1px solid #e9e9e9; padding-bottom: 25px; */ margin:10px auto; position: relative; }
/*Product short description*/
/*.product-view .product-shop .short-description { margin-bottom: 36px; clear: both; }*/
.product-view .product-shop span, .product-view .product-name h1{font-family: 'montserratlight';}
.product-view .product-shop b{font-family: 'montserratregular';}
.short-description .std ul { padding-left: 4px; }
.short-description .std ul:last-child { margin-bottom: 0; }
.short-description .std ul { padding-left: 4px; }
.short-description .std ul:last-child { margin-bottom: 0; }
/*Product short description ends*/
.product-view .product-shop .ratings { margin-bottom: 8px; float:left; }
.product-view .product-shop span.ratingcount { float: right; margin-top: 19px; margin-left: 10px; font-size:14px; color:#606060; font-family: 'montserratlight';}
.product-view .product-shop .availability { font-size: 16px; }
.in-stock .value{color: #00B436;}
.out-of-stock .value{color: #ed1d24;}
.product-view .product-shop .price-box { margin-top: 0; display: block; margin-right: 7px; margin-bottom: 15px; }
.product-shop .gst { font-size: 14px; line-height: 22px; color: #606060; letter-spacing: -1px; }
.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .regular-price { padding-right: 0; line-height: 1.2; }
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price { color: #8cc63f; font-size: 24px;  }
.product-view .product-shop .price-box .special-price .price-label { font-size: 16px; text-transform: uppercase; }
.product-view .product-shop .price-box .special-price span.weee { color: #636363; }
.product-view .product-shop .price-box .special-price span.weee span.price { font-size: 16px; }
.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax { display: block; line-height: 1.2; color: #636363; }
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label { font-size: 16px; font-weight: 300; }
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price { font-size: 20px; }
.product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related, .product-view .add-to-cart-wrapper { padding-left: 15px; }
.product-view .product-shop .sellerbox .min-order-msg{ clear: both; display: inline-block; margin-top: 10px; float: left;}
.product-view .product-shop .sellerbox  .seller-details{ float:left;}
.product-view .product-shop .sellerbox  .seller-details .sellerimage{ float:left;}
.product-view .product-shop .sellerbox  .seller-details .seller-name{ float:left; font-size:16px; color:#303030; margin-left:15px; margin-top:19px;}
.product-view .product-shop .sellerbox { display: inline-block; width: 100%; margin: 5px auto; border-bottom: 1px solid #e9e9e9; position: relative;}

.catalog-product-view .product-essential { position: relative;}
.product-view .product-shop .wk-block .livechat { position: absolute; top: 0; right: 0;
 background: #303030; border-radius: 5px; color: #fff; padding-right: 0; width: 109px;}
.product-view .product-shop .wk-block .livechat span{    color: #fff;}
.product-view .product-shop .wk-block .livechat #wk_cs_admin_signal{    margin: 10px 0px 0 10px;}

.product-view .product-shop .sellerbox  .ratingbox{ float:right;}
.product-view .product-shop .qty-wrapper {     display: inline-block; width: 117px; position:relative; margin-bottom:20px; margin-right:5px; float: left;}
.product-view .product-shop .qty-wrapper label{float: left; margin-top: 10px; font-size: 16px; color: #303030; line-height: 30px; font-family: 'montserratbold';     margin-right: 4px;}
.product-view .product-shop .qty-wrapper input[type=number].qty, input[type=text].qty{ width:79px !IMPORTANT; height:46px; padding: 9px 5px; font-size:16px; font-family: 'montserratlight';}
.product-view .product-shop .qty-wrapper a.increment_qty{ position: absolute; right: 23px; top: 10px;}
.product-view .product-shop .qty-wrapper a.decrement_qty{ position: absolute; right: 23px; top: 25px;}
.product-view .product-shop .qty-wrapper a.increment_qty:before{ content:''; position:absolute; width:13px; height:10px; background: url("../images/sprite.png") no-repeat -9px -468px; display:inline-block;}
.product-view .product-shop .qty-wrapper a.decrement_qty:before{ content:''; position:absolute; width:13px; height:10px; background: url("../images/sprite.png") no-repeat -9px -483px; display:inline-block;}
.product-view .product-shop .qty-wrapper .validation-advice{    min-width: 300px;}

.product-view .product-shop .product-secondary{ width: 274px; display: table; margin: 0 ; border: solid 1px #8bc63f; border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; clear: both; float: left;}
.product-view .product-shop .product-secondary .action{ float:left; margin-bottom: 0;}
.product-view .product-shop .product-secondary .action .button{ background: #8cc63f; padding:19px 50px 20px 50px; margin: 0; border-radius:0;}
.product-view .product-shop .product-secondary  .out-of-stock{ background: #575759; padding: 19px 50px 20px 50px; margin: 0; border-radius:0;}
.product-view .product-shop .product-secondary .action .button:hover{background:#575759;}
.product-view .product-shop .product-secondary .add-to-wishlist-buttons a{position: relative; background:#ffffff;  line-height: 70px; width: 53px; height: 60px; text-align:center; float: right; border-radius: 0px 5px 5px 0px;}
.product-view .product-shop .product-secondary .add-to-wishlist-buttons a:before{ content:'\f004';  font: normal normal normal 28px/1 FontAwesome; color:#8cc63f;     margin-top: 5px; background: none;}
.product-view .product-shop .product-secondary .add-to-wishlist-buttons{margin: 0 auto; display: table;}
.product-view .product-shop .add-to-wishlist-buttons a:hover:before{ color:#575759}
.product-view .product-shop .shipping-available { float: left; width: 300px; margin-top: 15px;}
.product-view .product-shop .shipping-available input{float: left; width: 222px;}
.product-view .product-shop .shipping-available .button{ float:left;  padding: 14px 12px; border-radius: 0;}
.product-view .product-shop .shipping-available #result { font-size:13px; }

@media only screen and (min-width: 768px) {
.product-view .product-shop .product-name { display: block;}
}
/* Catalog - Product shop ends
 * ============================================ */
/* Catalog - Add to cart 
 * ============================================ */
.product-view .add-to-cart-wrapper { padding: 1px 0 0 0;  width: 100%; margin-top: 15px;}
.product-view .add-to-box:after, .product-view .add-to-cart:after { content: ''; display: table; clear: both; }
.product-view .add-to-cart { margin-bottom: 0px; float: left;}
.product-view .add-to-cart .qty-wrapper, .product-view .product-options-bottom .price-box, .product-view .add-to-cart-buttons { min-height: 40px; }
.product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart .qty-wrapper label { margin-right: 7px; float: left; }
.product-view .add-to-cart .qty-wrapper label { line-height: 52px; }
.product-view .add-to-cart .qty-wrapper .input-box { float: left; padding-top: 0 }
.product-view .add-to-cart .qty-wrapper .input-box .validation-advice { position: absolute; }
.product-view.simple #product_addtocart_form .add-to-cart-wrapper .add-to-cart .qty-wrapper .input-box .validation-advice { position: absolute; margin-top: 20px; }
.product-view .add-to-cart .qty-wrapper .qty { height: 58px; }
.product-view .add-to-cart-buttons { /* margin-right: 10px; */ max-width: 100%; }
.product-view .add-to-cart-buttons .paypal-logo { clear: left; text-align: center; }
.product-view .add-to-cart-buttons .paypal-logo .paypal-button { margin: 0 auto; display: block; width: 170px; }
.product-view .add-to-cart-buttons .paypal-logo .bml_button { display: block; width: 174px; margin: 0 auto; }
.product-view .add-to-cart-buttons .paypal-logo .bml_button a { text-align: center; }
.product-view .add-to-cart-buttons .paypal-logo .paypal-or { display: block; margin-bottom: 10px; margin-left: 0; margin-right: 0; line-height: 1; text-align: center; }
.product-view .add-to-cart-buttons .button, .enquiry-now { min-height: 60px; line-height: 60px; font-size: 16px; padding: 0px 51px; float: left; white-space: normal; background: #8cc63f; float: none; }
.product-view .add-to-cart-buttons { margin-right: 0px; }
.product-view .add-to-cart-buttons, .enquiry-now { float: left; text-transform: uppercase; color: #fff; margin-bottom: 0px; }
.grouped.product-view .add-to-cart-buttons, .grouped .enquiry-now { float: right; margin-right: 0; margin-left: 10px; }
.enquiry-now { background: #333333; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; color: #fff !important; }
.enquiry-now:hover { background: #606060; color: #fff; }
.grouped .add-to-cart-buttons .button { float: right }
.product-view .add-to-cart-buttons .button:hover { background: #333333 }
.product-view .alert-price, .product-view .alert-stock { clear: both; }

.zoom-notice { display: none; }
/* Catalog - Add to cart ends
 * ============================================ */
 /* Price
 * ============================================ */ 
.product-view .price-box.map-info a { display: inherit; }
.product-view .old-price .price-label { display: none; }
.product-view .product-options-bottom .price-box, .product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo { margin-bottom: 0px; }
/* Price ends
 * ============================================ */ 
 /* Add to links
 * ============================================ */ 
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or { /* display: none; */ float: left; margin-top: 22px; margin-right: 10px; font-weight: bold;}
.product-view .add-to-links { /* clear: both; */ margin-top: 19px; margin-right: 15px; float: left; }
.product-view .add-to-links:after { content: ''; display: table; clear: both; }
.product-view .add-to-links li { float: left; }
.product-view .add-to-links a { padding: 2px 7px 2px 0px; margin-left: 7px; border-right: 1px solid #cccccc; }
.product-view .add-to-links a i{font-size:20px;line-height: 20px;}
.product-view .add-to-links li:first-child a { margin-left: 0px; }
.product-view .add-to-links li:last-child a { border-right: 0px; }
.product-view .sharing-links { /* float: left; */ }
.product-view .sharing-links:after { content: ''; display: table; clear: both; }
.product-view .sharing-links li { float: left; padding: 0px 7px 7px; }
.product-view .sharing-links a{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.product-view .sharing-links a i{font-size:22px}
.product-view .sharing-links a.link-facebook:hover {color: #4867AA; }
.product-view .sharing-links a.link-twitter:hover { color:#1DA1F2 }
.product-view .product-detail-columns .product-shop .add-to-cart-wrapper  .add-to-links .link-wishlist:after {display: none;}
/* Add to links ends
 * ============================================ */ 
/* product-collateral
 * ============================================ */ 
.collateral-tabs dd h2 { display: none; }
.box-collateral { clear: both; }
 @media only screen and (min-width: 768px) {
.product-collateral.tabs { margin: 25px auto; clear: both; }
.product-collateral .toggle-tabs { display: block; width: 100%; position: relative; padding-left: 20px; }
.product-collateral .toggle-tabs li { float: left; border-right: 1px solid transparent; border-left: 1px solid transparent; border-top: 1px solid transparent;}
.product-collateral .toggle-tabs li > span { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; display: inline-block; padding: 0 33px 0 35px; height: 57px; line-height: 58px; cursor: pointer; font-size: 18px; position: relative; bottom: -1px; }
.product-collateral .toggle-tabs li.current { border-right: 1px solid #8cc63f; border-left: 1px solid #8cc63f; border-top: 1px solid #8cc63f; }
.product-collateral .toggle-tabs li.current > span { background-color: #FFFFFF; z-index: 5; }
.product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span { color: #8cc63f; position: relative;}
.product-collateral .toggle-tabs li.current span:before{ content:''; width:100%; border-top: 3px solid #8cc63f; position:absolute; top:0; left:0;}
.product-collateral .toggle-tabs li:first-child { }
.product-collateral .toggle-tabs:after { content: ''; display: table; clear: both; }
.product-collateral > dl { width: 100%; }
.product-collateral > dl > dt { display: none; }
.product-collateral > dl > dd { width: 100%; display: none; /*padding-top: 30px; border-top: 1px solid #cccccc;*/ padding: 10px; border: 1px solid #cccccc; }
.product-collateral > dl > dd.current { /*display: block;*/ display:inline-block; }
.product-collateral .tab-content, .product-collateral .tab-content p, .product-collateral .tab-content ul li{    font-size: 14px; line-height: 25px; color: #606060; margin-bottom: 0px; font-family: 'montserratlight';}

}
.product-view .ratings .rating-links { clear: left; float: left; margin-top: 0; }
#product-attribute-specs-table { max-width: 50em; border: 1px solid silver; }
#product-attribute-specs-table tr{display:table-row;}
#product-attribute-specs-table th { border-right: 1px solid silver; border-bottom: 1px solid silver; width: 20%;}
#product-attribute-specs-table td{display:table-cell}
/* product-collateral ends
 * ============================================ */ 
/* Grouped Product List
 * ============================================ */ 
.grouped-items-table-wrapper { margin-bottom: 20px; }
.grouped-items-table-wrapper table { width: 100%; }
.grouped-items-table-wrapper .data-table thead th { background: #333333; font-size: 12px; line-height: 18px; color: #ffffff; border: 0; padding: 16px 10px 16px; }
.grouped-items-table-wrapper tbody tr:last-child td { border-bottom: none; }
.grouped-items-table-wrapper .price-box .old-price .price { font-size: 10px; color: #606060; }
.grouped-items-table-wrapper .price-box .price { font-size: 12px; line-height: 18px; color: #f05c2c; }
.simple-details-moq span { font-size: 12px; line-height: 18px; color: #f05c2c;  }
.grouped-items-table-wrapper .price-box .old-price { display: block }
.price-note { font-size: 12px; line-height: 18px; text-align: right; margin-bottom: 4px; }
.price-note span { font-size: 15px; line-height: 21px; }
.list-price-note { color: #000; margin-bottom: -7px; }
.list-price-note span { vertical-align: -4px; }
.customer-price-note { color: #f05c2c; }
#super-product-table .qty-wrapper { text-align: center }
#super-product-table .qty-wrapper span, #super-product-table .availability.out-of-stock span { font-size: 11px; color: #F05C2C; }
.grouped-items-table .name-wrapper { color: #333333; }
.grouped-items-table .qty-label { margin-left: 7px; }
.grouped-items-table.data-table tbody td { padding: 10px 10px 8px; border: 0; font-size: 12px; color: #606060; vertical-align: middle; }
.grouped-items-table td:last-child { text-align: left; }
.grouped-items-table .price-box .special-price { padding-left: 0 }
.grouped-items-table input[type=text].qty { width: 51px; height: 30px; background: none; border: 1px solid #c8c8c8; display: block; margin: 0 auto; }
@media all and (min-width:600px) {.grouped-items-table .even td { background: #f7f7f7; }}
.grouped-items-table .price-box { margin-top: 0; }
/* Grouped Product List ends
 * ============================================ */ 
/* Product options
 * ============================================ */ 
.product-options { width: 100%; margin: 10px 0 0; clear: both; position: relative; max-width: 275px; }
.product-options dt { margin: 10px 0 3px; font-weight: normal; }
.product-options dt:first-child { margin-top: 0; }
.product-options dd .qty-holder { display: block; padding: 10px 0 0 0; }
.product-options dd .qty-holder .qty { width: 3em; }
.product-options dd .qty-holder label { vertical-align: middle; }
.product-options dd .qty-disabled { background: none; border: 0; padding: 0 2px; }
.product-options dd { padding: 0 0 10px 0; margin: 0 0 5px; border-bottom: 1px solid #ededed; }
.product-options dl.last dd.last { border-bottom: 0; padding-bottom: 5px; margin-bottom: 0; }
.product-options dd .input-text { width: 98%; }
.product-options dd .input-box { padding-top: 0; }
.product-options dd input.datetime-picker { width: 150px; }
.product-options dd .time-picker { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; padding: 2px 0; vertical-align: middle; }
.product-options dd textarea { width: 98%; height: 8em; }
.product-options dd select { /* width: 330px; */ max-width: 100%; }
.product-options ul.options-list { margin-right: 5px; }
.product-options ul.options-list li { line-height: 1.5; margin-bottom: 7px; }
.product-options ul.options-list li:last-child { margin-bottom: 0; }
.product-options ul.options-list .radio, .product-options ul.options-list .checkbox { float: left; margin-top: 5px; }
.product-options ul.options-list .label { display: block; }
.product-options ul.options-list label { font-weight: normal; }
.product-options p.note { margin: 0; font-size: 11px; }
.product-options-bottom { padding: 0 !important; border-top: 0; margin-bottom: 10px; display: none;}
.product-options-bottom:after { content: ''; display: table; clear: both; }
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices { float: right; margin: 0; padding: 0 0 10px; border: 0; background: 0; color: #636363; }
.product-options-bottom .tier-prices li { background: 0; padding: 2px 0; }
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit { color: #636363; }
.product-view .product-shop .product-options-bottom .price-box { float: left; margin: 16px 5px 0 0; padding: 0; display: none; }
.product-view .product-shop .product-options-bottom .gst{display:block; float:left; margin-top:21px;}
.product-view .product-options-bottom .add-to-cart{float:right}
.product-options-bottom .price-tax { float: left; }
.product-view .add-to-cart-buttons .button{}
/* Product options ends
 * ============================================ */ 
/* Related products
 * ============================================ */ 
.block-related li { padding: 0 15px;}
.block-related .block-title { border-bottom: none; border: 0; max-width: 1200px; margin: 0 auto 40px; }
.block-related .block-title h2 { margin: 0; margin-bottom: 0.5em; color: #303030; font-size: 32px; font-style: normal; line-height: 1.2; text-rendering: optimizeLegibility; text-transform: capitalize; margin-bottom: 0; text-align: center; position: relative; }
.block-related .block-title h2 span { background: #fff; position: relative; padding: 0 17px; }
/* .block-related .block-title h2:before { content: ''; display: block; position: absolute; left: 0; top: 50%; right: 0; background: #cccccc; height: 1px; margin-top: -1px; } */
.block-related .block-subtitle { margin-bottom: 7px; }
.block-related .product { position: relative; }
.block-related .checkbox { float: left; margin-top: 36px; }
.block-related .block-content{max-width: 1280px; margin: 0 auto 40px;padding: 0;}
.block-related .product-details { text-align: center;}
.block-related .product-details .price-box { margin: 2px 0 3px; }
.block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span { /* float: left; */ /* margin-left: 3px; */ }
.block-related .product-details .price-box a:first-child, .block-related .product-details .price-box p:first-child, .block-related .product-details .price-box span:first-child { margin-left: 0; font-size: 16px; padding-right: 5px; padding-left: 5px; }
.block-related .product-details .price-box:after { content: ''; display: table; clear: both; }
.product-view .block-related { padding: 0; margin-bottom: 5px; clear:both; }

.block-related .owl-nav div { left: 0px; margin-top: -40px; }
.block-related .owl-nav div { left: -15px; }
.block-related .owl-nav div.owl-next { left: auto; right: 0px; }
.block-related .owl-nav div.owl-next:after{content:'';background: url(../images/sprite.png) no-repeat -29px -298px; width: 30px; height: 51px;display: block; margin: -90px 0 0 -5px;}
.block-related .owl-nav div.owl-next:hover:after{background-position:3px -298px;}
.block-related .owl-nav div.owl-prev:after{content:'';background: url(../images/sprite.png) no-repeat 3px -256px; width: 30px; height: 51px;display: block; margin: -85px 0 0 -22px;}
.block-related .owl-nav div.owl-prev:hover:after{background-position:-29px -256px;}

.crosssell .products-grid {margin: 0; padding: 0 20px;}
.crosssell .owl-nav div { left: 0px; margin-top: -40px; }
.crosssell .owl-nav div { left: -5px; }
.crosssell .owl-nav div.owl-next, .crosssell .products-grid .owl-nav div.owl-next { left: auto; right: 10px !important; }
.crosssell .owl-nav div.owl-next:after{content:'';background: url(../images/sprite.png) no-repeat -29px -298px; width: 30px; height: 51px;display: block; margin: -90px 0 0 -5px;}
.crosssell .owl-nav div.owl-next:hover:after{background-position:3px -298px;}
.crosssell .owl-nav div.owl-prev:after{content:'';background: url(../images/sprite.png) no-repeat 3px -256px; width: 30px; height: 51px;display: block; margin: -85px 0 0 -22px;}
.crosssell .owl-nav div.owl-prev:hover:after{background-position:-29px -256px;}

/* Related products ends
 * ============================================ */ 
/*.innerbannernot .breadcrumbs{ margin-top: -104px; z-index: 9; position: relative; background: none;}
.innerbannernot .breadcrumbs strong, .innerbannernot  .breadcrumbs a, .innerbannernot .breadcrumbs span{color:#fff;}*/
.marketplace-sales-index .breadcrumbs, .marketplace-featured-index .breadcrumbs, .marketplace-featuredproducers-index .breadcrumbs {    margin-bottom: 25px;}
@media all and (max-width:1200px) {.catalog-product-view .breadcrumbs, .quickcontact-index-index .breadcrumbs, .catalog-product-view #messages_product_view { margin-left: 15px; margin-right: 15px; }}
.catalog-product-view .main-container { max-width: none; padding: 0; }
/* Product Review View Page 
  * ============================================ */
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews { width: auto; float: none; }
#customer-reviews .review-heading { /*border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;*/ padding: 10px 0 5px; }
#customer-reviews .review-heading:after { content: ''; display: table; clear: both; }
#customer-reviews .review-heading h2 { float: left; display: block; }
#customer-reviews .review-heading .pager { clear: none; float: right; width: auto; }
#customer-reviews .review-heading .count-container .limiter { margin-bottom: 0; }
#customer-reviews .review-heading .count-container .limiter label { font-size: 10px; text-transform: uppercase; }
#customer-reviews .review-heading .amount { display: none; }
#customer-reviews h2 { color: #333333; font-size: 12px; text-transform: uppercase; }
#customer-reviews h2 span { color: #636363; }
#customer-reviews h3 { font-size: 12px; font-weight: normal; text-transform: uppercase; }
#customer-reviews h3 span { color: #333333; }
#customer-reviews .fieldset { padding-top: 0px; width: 470px; }
#customer-reviews .fieldset h4 { font-size: 12px; /* border-bottom: 1px solid #cccccc;  font-weight: normal; padding-bottom: 5px; text-transform: uppercase; */ }

.product-view #customer-reviews .fieldset { width: 100%; }
.product-view #customer-reviews .fieldset .form-list { width: 100%; float:left; margin-bottom:10px; }
.product-view #customer-reviews .fieldset .form-list li { width:50%; float:left; padding:0 1%; margin-bottom:10px; padding-bottom:15px; }
.product-view #customer-reviews .fieldset .form-list li:nth-child(3) { width:72%; }
.product-view #customer-reviews .fieldset .form-list li:nth-child(4) { width:28%; }
.product-view #customer-reviews .fieldset .form-list li .g-recaptcha { margin-top:26px; }
.product-view #customer-reviews .fieldset .form-list li .input-box textarea { height:148px; }
.product-view #customer-reviews .buttons-set { padding-top:30px; }
.product-view #customer-reviews .buttons-set,
.product-view #customer-reviews .buttons-set .button { width:100%; }
.product-view .box-reviews .form-list li .validation-advice { position:absolute; }

#customer-reviews .fieldset h4 em { display: none; }
#customer-reviews .fieldset .form-list { font-size: 12px; font-weight: normal; margin: 10px 0; text-transform: uppercase; width: 470px; }
#customer-reviews .fieldset .form-list .inline-label:after { content: ''; display: table; clear: both; }
#customer-reviews .fieldset .form-list label,
.wk_orderbox .wk_orderbox_details,
#product-review-table.data-table th { font-size: 14px; font-weight: normal; color: inherit; text-transform: capitalize; font-family: Montserrat, Arial, sans-serif; }
#customer-reviews .fieldset .form-list textarea { border: 1px solid #cccccc; border-radius: 0; min-width: 100%; -webkit-appearance: none; }
#customer-reviews .fieldset .form-list input { border: 1px solid #cccccc; border-radius: 0; }
#customer-reviews .fieldset .form-list input[type="text"] { width: 100%; }
#customer-reviews .buttons-set { border: none; margin: 0; width: 470px; }
#customer-reviews dl { font-size: 12px; font-weight: normal; margin-bottom: 10px; }
#customer-reviews dl dt { margin: 10px 0 0; text-transform: uppercase; background: #e2e2e2; padding: 10px; color: #000;}
#customer-reviews dl dd { font-size: 14px; margin: 0px 0 10px 0; padding: 10px;     border: solid 1px #ccc;}
#customer-reviews dl dd .ratings-table { font-size: 12px;  width: auto; display: table-caption; vertical-align: text-top; }
#customer-reviews dl dd .ratings-table tr { margin-right: 15px; }
#customer-reviews dl dd .ratings-table .review-label { width: 300px; max-width: 70%; }
#customer-reviews dl dd table { margin: 15px 0; }
#customer-reviews dl dd .review-meta {     color: #303030; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.review-summary-table { border-bottom: 1px solid #cccccc; margin: 0 0 10px; }
.review-summary-table thead { background: transparent; }
.review-summary-table thead th { background: transparent; border: none; padding: 15px 7px 10px 8px; }
.review-summary-table tbody th { background: #FFFFFF; font-size: 12px; }
.review-summary-table tbody td { border: none; text-align: center; padding: 0; }
.review-summary-table tbody td label { width: 100%; display: block; padding: 11px 0; }
.review-summary-table .rating-box .rating-number { display: none; }
.review-summary-table .rating-box .rating-number:after { content: ""; display: inline-block; background-position: 0px -599px; width: 13px; height: 14px; margin-left: 5px; position: relative; top: 2px; }
/* ============================================ *
 * Ratings - Global
 * ============================================ */
.jq-ry-container { position: relative; padding: 0 5px; line-height: 0; display: block; cursor: pointer; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box }
.jq-ry-container[readonly=readonly] { cursor: default }
.jq-ry-container>.jq-ry-group-wrapper { position: relative; width: 100% }
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group { position: relative; line-height: 0; z-index: 10; white-space: nowrap }
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg { display: inline-block }
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group { width: 100% }
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group { width: 0; z-index: 11; position: absolute; top: 0; left: 0; overflow: hidden }
.ratings-table { font-size: 12px; text-transform: uppercase; }
.ratings-table th { padding-right: 10px; }
.ratings-table .rating-box { background-position: 0 -615px; background-repeat: repeat-x; height: 13px; overflow: hidden; text-indent: -9999px; width: 65px; }
.ratings-table .rating-box .rating { background-position: 0 -600px; background-repeat: repeat-x; float: left; height: 13px; text-indent: -9999px; }
.product-view  .product-collateral .ratings-table .rating-box {height: 24px;  width: 145px;}
.product-view  .product-collateral .ratings-table .rating-box .rating {height: 24px; background-position: 0 -590px;}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 { border-bottom: none; }
.review-product-view .product-review .product-img-box { width: auto; max-width: 50%; }
.review-product-view .product-review .product-img-box > a { width: 100%; }
.review-product-view .product-review .product-img-box .product-image { width: 100%; }
/* Product Review View Page ends
 * ============================================ */
/*Social icons
========================================*/
.sharing-detail-box h2 { font-size: 16px; line-height: 22px; color: #303030; text-transform: none; margin-bottom: 9px;  float: left; margin-right: 12px; }
.sharing-detail-box { margin-bottom: 0; }
.sharing-detail-box a { display: block; float: left; top: 26px; font-family: FontAwesome; font-size: 30px; color: #8b8b8b; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; text-indent: 0; margin-right: 15px; }
.sharing-detail-box a:hover { color: #8cc63f; }
.sharing-detail-box a.facebookfoot:hover { color: #3b5a9a; }
.sharing-detail-box a.twitterfoot:hover { color: #25a8e0; }
.sharing-detail-box a.googlefoot:hover { color: #d54936; }
/*Social icons ends
========================================*/
/*extra elements*/
.product-extra-info .title { font-size: 16px; line-height: 22px; color: #303030;  display: inline-block; margin-right: 4px; }
.product-extra-info .value { font-size: 16px; line-height: 22px; color: #606060;  }
.product-extra-info { margin-bottom: 26px; }
.part-wrap { float: left; margin-right: 90px; min-width: 180px; }
.avail-wrap { float: left; }
/*extra elements ends*/
/*Product detail page ends
###############################################*/
/*Data table
###############################################*/
.data-table { width: 100%; }
.data-table td, .data-table th { padding: 10px; vertical-align: top; }
.data-table th { background: #E5E5E5; text-transform: uppercase; line-height: 1.4;/*white-space: nowrap;*/ }
.data-table .date { text-align: left; }
.data-table thead th { border: 0; border-top: 2px solid #cecece; border-bottom: 2px solid #cecece;  background-color: transparent; /* padding: 20px 5px; */ color: #303030; font-size: 12px; line-height: 18px; padding: 13px 10px 13px; }
.data-table tbody td { border: 0; border-bottom: 1px solid #cecece; background-color: transparent; font-family: 'montserratlight'; /* padding: 20px 5px; */}
.data-table thead th, .data-table tbody td, .data-table tfoot td { }
.my-account .data-table thead th, .my-account .data-table tbody td { border: 0px; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; }
.my-account .main-ordered .data-table tbody td[data-rwd-label="Qty"] span.nobr strong{padding-right: 16px;}
.sales-order-history .data-table tbody td { border-bottom: 1px solid #cecece; }
.data-table tfoot tr { background: #f4f4f4; }
.data-table tbody td .item-options dt:after { content: ':'; }
.data-table thead th.view { width: 25%; }
.data-table th, .data-table td, .data-table tbody td { vertical-align: top; }
.data-table h2 { color: #202020; font-size: 14px; margin-bottom: 0; text-transform: none; }
.data-table h2 a { color: #202020; font-size: 14px; }
.data-table .product-cart-info, .data-table .product-cart-actions { padding-left: 5px; }
.data-table tfoot tr { background: none; }
.data-table tfoot tr > td:after { content: ''; display: table; clear: both; }
.data-table span.or { font-size: 9px; padding: 0 5px; text-transform: uppercase; display: none; }
#product_comparison tr td p { display: inline-block; margin-right: 10px; padding-top: 10px; }
#product_comparison .add-to-links { margin: 0px; display: inline-block; position: relative; top: -10px; }
/*Data table ends
###############################################*/
/*Cart page
###############################################*/
.data-table .product-cart-image .cart-links, .data-table .product-cart-info .btn-remove, .data-table .product-cart-actions .button { display: none; }
.data-table .product-cart-image { padding-left: 0; padding-right: 0; }
.data-table .product-cart-image img { max-width: 80px; width: 100%; margin: 0;}
.data-table .product-cart-image a.cart-edit { display: none; }
.data-table .product-cart-sku {/*font-style: italic; */ font-size: 12px; margin: 5px 0 }
.data-table .product-cart-sku .label { }
.data-table .btn-continue { float: left; }
.data-table .product-cart-total, .data-table .product-cart-price { }
.data-table .product-cart-price .cart-price .price{ font-size:14px; color:#606060;}
.data-table .product-cart-total .cart-price .price{ font-size:14px; color:#606060;}
.data-table .cart-tax-total { position: relative; cursor: pointer; }
.data-table .cart-tax-total:after { content: ''; position: absolute; width: 0; height: 0; display: block; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #333333; border-left: none; position: absolute; top: 3px; right: -11px; }
.data-table .cart-tax-total.cart-tax-total-expanded:after { content: ''; position: absolute; width: 0; height: 0; display: block; border-right: 6px solid transparent; border-left: 6px solid transparent; border-top: 6px solid #333333; border-bottom: none; right: -15px; top: 6px; }
.data-table .cart-links { margin: 0; }
.data-table .cart-links > li { white-space: nowrap; line-height: 10px; text-align: center; display: inline-block; }
.data-table .cart-links > li > a, .product-cart-actions a { display: block; position: relative; border: 0px solid #909090;  width: 18px;  height: 18px;  line-height: 27px;   background-image: none;  color: #909090;  text-align: center;  font-size: 15px; border-radius: 30px; -webkit-border-radius:30px; -o-border-radius:30px; -ms-border-radius:30px; -moz-border-radius:30px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; margin: 0 auto 5px;}
.product-cart-actions a.btn-remove{line-height: 25px;}
.data-table .cart-links > li > a:hover, .product-cart-actions a:hover {background: none; border-color: inherit;   color: #fff; }
.data-table .cart-links > li:first-child > a:after, .changelink a:after, .my-account .box-title a:after, #wishlist-table td p a.button.link-edit:after, .product-cart-actions a.link-edit:after { background-position: -50px -753px; content: ''; position: absolute; width: 20px; height: 20px; top: 2px; display: block; }
.data-table .cart-links > li:first-child > a:after { top: 0px; }
.data-table .cart-links > li:first-child > a:hover:after, .my-account .box-title a:hover:after, #wishlist-table td p a.button.link-edit:hover:after, .product-cart-actions a.link-edit:hover:after { background-position: 0px -753px; }
.data-table .cart-links > li > a.link-wishlist, .add-to-links a.link-wishlist { display: block; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.data-table .cart-links > li > a.link-wishlist:after, .add-to-links a.link-wishlist:after { display: block; background-position: -50px -853px; height: 20px; width: 20px; position: absolute; content: ""; top: 0px; }
.data-table .cart-links > li > a.link-wishlist:hover:after, .add-to-links a.link-wishlist:hover:after { background-position: left -853px; }
.data-table .cart-links > li:last-child { margin-bottom: 0; }
.data-table .product-cart-actions { min-width: 60px; text-align: center; }
.data-table .product-cart-actions .qty { height: 34px; border-color: silver; border-radius: 0; margin: 0 auto 4px; text-align: center; width: 50px !important; border: 1px solid silver; /*border:0; margin-top: -10px; */ display: block; }
.data-table .product-cart-actions .button { margin-bottom: 5px; }
.data-table .item-options { padding-left: 15px; }
.checkout-no-order { font-size: 16px; text-align: left; margin-top: 20px; color: #f05c2c; }
.checkout-no-order i { margin-right: 7px; margin-left: 4px; }
#shopping-cart-table .product-cart-info { min-width: 150px; padding-left: 10px;}
/* .cart-table.data-table th .nobr{padding-left: 40px;} */
.cart-table.data-table tfoot td{    padding-left: 0; padding-right: 0;}
.cart-table.data-table th, .cart-table.data-table td, .cart-table.data-table tbody td{vertical-align: middle;}
.product-cart-actions a i{display:none;}
.product-cart-actions a.btn-remove2:before { content: ''; background: url(../images/icon_sprite.png) no-repeat 0px -649px; width: 18px; height: 18px; display: block;}
.product-cart-actions a.btn-remove2:hover:before { background-position: -50px -649px;}
.cart-table.data-table thead th.a-center[colspan="1"]{ text-align:right;}

.product-cart-actions a.link-wishlist:before { content: ''; background: url(../images/icon_sprite.png) no-repeat 0px -853px; width: 18px; height: 18px; display: block;}
.product-cart-actions a.link-wishlist:hover:before { background-position: -50px -853px;}

.product-cart-actions a:before { content: ''; background: url(../images/icon_sprite.png) no-repeat 0px -753px; width: 18px; height: 18px; display: block;}
.product-cart-actions a:hover:before {  background-position: -50px -753px;}
#shopping-cart-table .product-cart-image { padding: 15px 0px 15px 15px; }
.cart-table { width: 100%; }
.product-cart-actions a.btn-remove:hover{color:#fff;border-color: inherit; background: none;}
.cart-cols{margin-bottom:20px}
@media all and (min-width:980px) {
.cart-col-left{float:left; width:100%;padding-right: 400px;}
.cart-col-right{float:left; width: 370px; margin-left: -370px; }
}
.mpsplitcart-cartover-index .cart h1 { font-size: 20px !important; color: #8bc63f; display: inline-block; width: 100%;}
.mpsplitcart-cartover-index .cart h1 a { color: #303030;}
.mpsplitcart-cartover-index .cart h1 a:hover { color: #8bc63f;}
.mpsplitcart-cartover-index .cart .page-title{ margin-bottom: 10px;}

.mpsplitcart-cartover-index .cart form { width:68%; float:left; }
.mpsplitcart-cartover-index .cart .cart-collaterals { width:30%; }

.mpsplitcart-cartover-index .cart fieldset{  border: 0px solid #c0c0c0; margin: 0; padding: 0;}
.mpsplitcart-cartover-index .cart .cart-table .input-text.qty{ width:50px; text-align:center;}
.mpsplitcart-cartover-index .cart .product-cart-actions a.btn-remove { overflow: hidden;}
.mpsplitcart-cartover-index .cart .cart-collaterals { float: right;  padding: 18px 20px 15px 20px; background-color: #e4e4e4; border: 0px solid #CECECE;}
.mpsplitcart-cartover-index .cart .shopping-cart-totals-table{ font-size: 12px; margin-bottom: 9px; text-transform: uppercase; width: 100%;}
.mpsplitcart-cartover-index .cart  table#shopping-cart-totals-table{ width:100%;}
.mpsplitcart-cartover-index .cart  table#shopping-cart-totals-table tbody tr td { padding-right: 10px; min-width: 120px; text-transform: none; font-size: 16px; color: #303030; font-weight: 500; border-bottom: solid 1px #ccc; padding-bottom: 10px;}
.mpsplitcart-cartover-index .cart  table#shopping-cart-totals-table tfoot tr td { padding-right: 10px; min-width: 120px; text-transform: none; font-size: 24px; color: #303030; font-weight: 500;  padding-bottom: 10px; padding-top: 10px;}
.mpsplitcart-cartover-index .cart .cart-collaterals hr{display:none;}
.mpsplitcart-cartover-index .col1-layout .col-main .discount { background: #fbfbfb; padding: 20px; border: solid 4px #cacaca; width: 100%; display: inline-block;}

.mpsplitcart-cartover-index .col1-layout .col-main .discount { margin-bottom:15px; }

.mpsplitcart-cartover-index .col1-layout .col-main .discount  h2{background-image: none; background-repeat: no-repeat;  color: #303030; padding: 0; text-transform: uppercase; font-size: 18px;}
.mpsplitcart-cartover-index .col1-layout .col-main .discount  ul{ float: left; width: 82%;}
.mpsplitcart-cartover-index .col1-layout .col-main .discount #discount-coupon-form label{display:none;}
.mpsplitcart-cartover-index .col1-layout .col-main .discount #discount-coupon-form .input-box { padding-bottom:15px; }
.mpsplitcart-cartover-index .col1-layout .col-main .discount .buttons-set{    display: inline;}
.mpsplitcart-cartover-index .col1-layout .col-main .discount .selector span:before{top: 18px;}
.mpsplitcart-cartover-index .col1-layout .col-main .discount .selector span{ height:43px;}
.mpsplitcart-cartover-index .col1-layout .col-main .discount #cancel-coupon-form .buttons-set .button.cancel_coupon{float:left; margin-left:0;}

.customer-account-create .buttons-set { clear:both; margin-top:16px; }
/* Cart page columns
 * ============================================ */  
/* Cart page columns ends
 * ============================================ */  
/* Cart page inner elements
 * ============================================ */   
.cart .button { white-space: normal; }
.order-items .cart-totals-wrapper { margin-top: 20px; }
.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping-inner { padding: 18px 20px 15px 20px; background-color: #e4e4e4; border: 0px solid #CECECE; }
.cart-table, .cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping { margin-bottom: 20px; }
.cart-totals span { display: block }
.checkout-cart-index #postcode { width: 100%; height: 45px; }
.checkout-cart-index .selector span { background: #fff;}
.recaptcha-error-message, p.required, .validation-advice { margin: 0; color: #fc4555; font-size: 12px;  font-weight: 500; }
.validation-advice, .recaptcha-error-message { position: absolute; padding: 0; margin-top: 3px; text-transform: none; text-align: left; min-width: 168px;  }
.customer-account .validation-advice, .customer-account .recaptcha-error-message{ position: absolute;  margin-top: -2px;}

.footer-newsletter-input .validation-advice { background: #eee; padding: 5px; margin-top: 8px; }
.footer-newsletter-input .validation-advice:before { content: ''; display: block; border-bottom: 5px solid #eee; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; top: -5px; }
.customer-account-login .validation-advice, .customer-account-create .validation-advice { position: relative }
label { display: block; line-height: 17px; color: #000; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; padding-bottom: 3px; font-size: 14px;
 font-weight: 400; color: #000; margin: 0 0 5px 0; padding: 0 0 3px 0;}
label.required:after, span.required:after { content: ' *'; color: #df280a; font-weight: normal; font-size: 12px; }
label.required em, span.required em { display: none; }
.data-table tbody td .item-options { margin-left: 0px; padding-left: 0px; margin-top: 5px; }
.product-image img { max-width: 100%; margin: 0 auto; height: auto; }
.product-image-outer .btn-cart, .product-image-outer .view-detail, .product-view .product-image-outer .btn-cart, .amquickview-hover { white-space: normal; display: block; text-indent: -9999px; position: absolute; left: 50%; top: 50% !important; background: none; z-index: 3; margin: -203px 0 0 -212px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; border: 0; opacity: 0; visibility: hidden; width: 75px; height: 75px; }
.cart-table .cart-footer-actions .btn-update { margin-left: 17px; }
.button2.btn-update:first-child { display: none; }
.no-touch .item:hover .product-image-outer .btn-cart { margin: -83px 0 0 -92px; opacity: 1; visibility: visible }
.no-touch .products-list .action .btn-cart { }
.products-list .action { margin-bottom: 10px; }
.product-image-outer .view-detail { margin: 138px 0 0 159px; opacity: 0; visibility: hidden; }
.no-touch .item:hover .product-image-outer .view-detail, .touch li.active .item .product-image-outer .view-detail, .touch .item.active .product-image-outer .view-detail { margin: 8px 0 0 19px; opacity: 1; visibility: visible }
.no-touch .loggedout .item:hover .product-image-outer .view-detail, .touch .loggedout .active .item .product-image-outer .view-detail, .touch .loggedout .item.active .product-image-outer .view-detail { margin: -37px 0 0 -37px }
.product-image-outer .btn-cart:before, .product-image-outer .btn-cart:after, .product-image-outer .view-detail:before, .product-image-outer .view-detail:after, .amquickview-hover a:before, .amquickview-hover a:after { content: ''; display: block; position: absolute; left: 50%; top: 50%; background: url(../images/sprite.png) no-repeat 0 -431px; width: 69px; height: 54px; margin: -27px 0 0 -34px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.product-image-outer .btn-cart:after { background-position: -32px -849px; width: 0; }
.product-image-outer .btn-cart:hover:after { width: 69px; }
.product-image-outer .view-detail:before, .product-image-outer .view-detail:after { background-position: 0 -503px; width: 44px; height: 40px; margin: -19px 0 0 -22px; }
.product-image-outer .view-detail:after { background-position: -56px -800px; width: 0; }
.loggedout .products-list .odd .product-image-outer .view-detail:after { background-position: -55px -909px; }
.product-image-outer .view-detail:hover:after { width: 44px; }
.product-image-outer { position: relative; }
.products-list .product-image-outer { /*overflow: hidden*/ }
/*.product-image-outer:before { content: ''; display: block; background: url(../images/product-overlay-bg.png) center center; background-size: 100% 100%; position: absolute; left: -18px; top: -18px; right: -18px; bottom: -18px; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }*/
.loggedout .product-image-outer:before { background: rgba(0,124,183,0.85) }
.no-touch .item:hover .product-image-outer:before, .touch li.active .item .product-image-outer:before, .touch .item.active .product-image-outer:before { opacity: 1; visibility: visible }
.cart-totals .checkout-types .btn-checkout, .checkout-types .btn-proceed-checkout { max-width: 330px; margin: 0 0 7px auto; background: #8bc63f; padding: 19px 29px; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; }
.checkout-cart-index .shipping .validation-advice {position:relative; min-width:95%;}
/* Cart page inner elements ends
 * ============================================ */   
/* Cart empty
 * ============================================ */   
.cart-empty { margin-bottom: 40px; }
.cart-empty p {  }
.cart-empty p a { color: #8cc63f; text-decoration: underline; }
.cart-empty p a:hover { text-decoration: none; }
/* Cart empty ends
 * ============================================ */   
/* Discount box
 * ============================================ */   
.discount-form:after, #giftcard-form:after { content: ''; display: table; clear: both; }
#discount-coupon-form, .cart .giftcard { width: 100%; }
#discount-coupon-form h2, .cart .giftcard h2 { display: none; }
#discount-coupon-form label, .cart .giftcard label { font-size: 15px; text-align: left; text-transform: uppercase; display: block; }
#discount-coupon-form label { display: inline-block; padding-right: 10px; vertical-align: top; /* margin-top: 13px; */ font-size: 20px; text-transform: none; margin-bottom: 10px; color: #303030;}
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper { display: block; position: relative; padding-bottom: 15px; }
#discount-coupon-form .field-wrapper { /* display: inline-block; */ padding-bottom: 5px; position: relative; padding-right: 115px; }
#discount-coupon-form .with-cancel { padding-right: 243px; }
#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice { bottom: 0; display: inline; left: 0; position: absolute; }
#discount-coupon-form .validation-advice { bottom: -20px; }
#discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper { display: inline-block; vertical-align: bottom; margin-top: 5px; }
#discount-coupon-form .button-wrapper { position: absolute; right: 0; top: 0; margin-top: 0; width: 105px }
#discount-coupon-form .with-cancel .button-wrapper { width: 235px; }
#discount-coupon-form .button-wrapper > button, .cart .giftcard .button-wrapper > button { float: left; margin-right: 5px; }
#discount-coupon-form .button-wrapper > button:last-child { margin-right: 0 }
#discount-coupon-form .input-text, .cart .giftcard .input-text { border-radius: 0; height: 32px; margin: 4px 5px 0 0; height: 45px; margin: 0 5px 0 0; width: 216px; }
#discount-coupon-form .input-text { width: 100%; margin-right: 0;  }
.cart .giftcard p { margin-bottom: 7px; }
.cart .giftcard .check-gc-status { float: left; padding: 0px; }
.cart .giftcard .check-gc-status > span > span { font-size: 14px; text-transform: none; }
/* Discount box ends
 * ============================================ */   
/* Shipping box
 * ============================================ */   
.shipping .shipping-inner{display: grid;}
.shipping h2 { font-size: 20px; margin: 0 0 0px; color: #303030; text-transform: none; }
.shipping select.validation-failed { border-color: #df280a; }
.shipping .shipping-desc { display: none; }
.shipping .buttons-set { border: none; margin: 0; padding: 0; }
.shipping #shipping-zip-form .buttons-set { margin-top: 4px; float: right; clear: both;}
.shipping #shipping-zip-form .buttons-set p.required{    float: left; margin-left: 10px;}
.shipping .buttons-set .button2 { float: left; margin-left: 0; }
.shipping .required-text { float: left; margin-left: 10px; margin-top: 14px; }
.shipping p.required{float: right;}
.shipping .form-list:after { content: ''; display: table; clear: both; }
.shipping .form-list { margin: 0 -5px 5px; float: left; max-width: 200px;}
.required-text { font-size: 12px; line-height: 18px; color: #fc4555; }
.shipping .form-list li { float: left; margin: 0; width: 38.3%; padding: 6px 5px 10px; }
.shipping .form-list .shipping-region:first-child { margin-right: 0; }
.shipping .form-list li:nth-child(2) { margin-right: 0; width: auto; }
.shipping .form-list .shipping-postcode { margin-right: 0;}
.shipping .form-list .shipping-postcode input { margin-top: 4px; }
.shipping .form-list .input-box { padding-top: 0; }
.shipping .form-list input { height: 45px; margin-top: 4px; }
.shipping .form-list .selector { padding-top: 4px; /* height: 39px; */ }
.shipping .form-list label { font-weight: 400; text-transform: uppercase; white-space: nowrap; margin-bottom: 0; padding-bottom: 0px; font-size: 12px; color: #606060;}
.shipping .sp-methods { padding: 10px 0 0; text-align: left; }
.shipping .sp-methods dd { margin-bottom: 10px; }
.shipping .sp-methods label { font-size: 14px; }
.shipping .sp-methods label:before{background:#fff}
.shipping .sp-methods label span { font-style: normal; }
.shipping #co-shipping-method-form .buttons-set .button { float: right; margin-left: 0; }
/* Shipping box ends
 * ============================================ */   
 /* Shipping and Payment methods
 * ============================================ */
.sp-methods { margin: 0 0 8px; }
.sp-methods dt { margin: 13px 0 5px; clear: both }
.sp-methods dt:first-child { margin: 0 0 5px; }
.sp-methods dd li { margin: 5px 0; }
.sp-methods label img { float: left; }
.sp-methods label a { margin-top: 6px; float: right; margin-left: 10px; }
.sp-methods .price { }
.sp-methods .form-list li { margin: 0 0 8px; }
.sp-methods select.month {/*  width: 120px;   margin-right: 0;*/ }
.sp-methods select.year {/* width: 96px; */ }
.sp-methods input.cvv { /* width: 4em !important; */ }
.sp-methods #advice-validate-cc-exp-ccsave_expiration { max-width: 130px; }
.sp-methods .checkmo-list li { margin: 0 0 5px; content: ''; display: table; clear: both; }
.sp-methods .checkmo-list label { width: 165px; padding-right: 15px; /* text-align: right; */ float: left; }
.sp-methods .checkmo-list address { /* float: left; */ }
.sp-methods .release-amounts { margin: 0.5em 0; }
.sp-methods .release-amounts button { float: left; margin: 5px 10px 0 0; }
/* Shipping and Payment methods ends
* ============================================ */
/* Cart total box
* ============================================ */
.cart-totals { text-align: right; padding-top: 15px; padding-bottom: 8px; margin-bottom: 50px; }
.cart-totals .checkout-types{float:none;}
.cart-totals-wrapper .cart-totals { margin-bottom: 0; padding-bottom: 25px; }
.cart-totals:after { content: ''; display: table; clear: both; }
.cart-totals table { font-size: 12px; margin-bottom: 9px; text-transform: capitalize; width: 100%; }
.cart-totals table td { padding: 0; font-size: 16px; color: #505050;}
.cart-totals table td:first-child { padding-right: 10px; min-width: 120px; }
.cart-totals table tbody tr td:first-child { padding-right: 10px; min-width: 120px; text-transform: none; font-size: 16px; color: #303030; font-weight: 500;}
.cart-totals table tbody tr:last-child td, .cart-totals table tbody tr:last-child th { padding-bottom: 10px; }
.cart-totals table tfoot, .cart-totals table .grand_total { border-top: 1px solid #C8C8C8; border-bottom: 0px solid #C8C8C8; }
.cart-totals table tfoot td, .cart-totals table .grand_total td, .cart-totals table tbody tr.grand_total td:first-child { padding: 9px 5px 0px 5px; vertical-align: top; font-size: 24px; color: #303030; }
.cart-totals table tfoot strong span, .cart-totals table tfoot span.price { }
.cart-totals table tfoot strong, .cart-totals table .grand_total strong { font-weight: 400; }
.cart .page-title { margin-bottom: 19px; /* border-bottom: 1px solid #ededed; */ }
.cart .page-title:after { content: ''; display: table; clear: both; }
.cart .page-title h1 { float: left; border-bottom: none; margin-bottom: 0; margin-right: 10px; font-size: 30px;     padding-top: 10px;}
.checkout-types { float: right; text-align: right; max-width: 100%;/* We always want this shipping method to display on its own line */ }
.checkout-types li { vertical-align: top; margin: 0 0 0px 5px; }
.checkout-types li:after { content: ''; display: table; clear: both; }
.checkout-types li img { display: inline; vertical-align: top; }
.checkout-types li:first-child { margin-left: 0; }
.checkout-types .method-checkout-cart-methods-multishipping { display: block; }
.checkout-types.top li { display: inline-block; }
.checkout-types.top .bml_button { display: inline-block; vertical-align: top; }
.checkout-types.top .bml_button img { display: block; }
.checkout-types.top .paypal-logo .paypal-or { margin-top: 5px; }
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a { display: block; }
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or { margin: 0px; display: block; text-align: center; }
 @media only screen and (min-width: 741px) {
.checkout-types.bottom .paypal-or { text-align: right; padding-right: 70px; }
}
/* Cart total box ends
* ============================================ */
/*###############################################
Cart page ends*/
/*Checkout page
###############################################*/
/* Upsell Products
============================================ */
.box-up-sell { margin-top: 20px; }
.box-up-sell .ratings { display: none; }
/* Upsell Products ends
============================================ */
/* Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 { color: #333333; font-size: 18px; text-align: center;  margin-bottom: 25px; }
.crosssell .item {  margin: 0 15px !important; width: 91%;}
.crosssell .products-grid .product-secondary .add-to-wishlist-buttons a{text-align: center; line-height: 60px;}
/* .crosssell .item a.product-image { width: auto; float: left; } */
/* Checkout - Cart Cross sell ends
 * ============================================ */
/* Checkout Agreements
* ============================================ */
.checkout-agreements li { margin-bottom: 20px; }
.checkout-agreements .agreement-content, .sp-methods .checkmo-list address { overflow-y: auto; max-width: 670px; max-height: 125px; margin-bottom: 10px; padding: 10px; border: 1px solid #cccccc; background: #f4f4f4; font-size: 14px; line-height: 20px; }
/* Checkout Agreements ends
* ============================================ */
/* CVV Security Code
* ============================================ */
#payment-tool-tip { background: #ffffff; border: 1px solid #cccccc; left: 50%; margin-left: -250px; margin-top: -120px; max-width: 500px; padding: 10px; position: absolute; top: 50%; width: 100%; z-index: 999; }
.tool-tip-content > img { max-width: 100%; }
.cvv-what-is-this { margin-left: 10px; font-size: 13px; line-height: 35px; }
.btn-close > a { position: absolute; z-index: 9; top: -16px; right: -16px; width: 32px; height: 32px; text-indent: -999em; background: #fff; border: 1px solid #CCC; border-radius: 22px; -webkit-border-radius:22px; -o-border-radius:22px; -ms-border-radius:22px; -moz-border-radius:22px;}
.btn-close > a:before{content:'×'; position:absolute; left:50%; top:50%; margin:0;color: #f00;display: block;text-indent: 0;font-weight: bold;font-size: 24px;line-height: 15px;margin: -7px 0 0 -7px;}
/* CVV Security Code ends
* ============================================ */
/* Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main { padding: 0; text-align: center; }
.checkout-onepage-success .col-main, .checkout-onepage-success .col-main p { font-size: 16px; line-height: 22px;  }
.checkout-onepage-success .col-main p a { color: #8cc63f; text-decoration: underline; }
.checkout-onepage-success .col-main p a:hover { text-decoration: none; }
.checkout-onepage-success .buttons-set { margin: 10px 0; text-align: center; }
.checkout-onepage-success .buttons-set button, .checkout-onepage-success .buttons-set button.button { float: none; margin: 0 auto;  background: #8cc63f; border-radius: 3px;}
/* Checkout - Success ends
 * ============================================ */
/* FIRST STEP - 1 CSS 
 * ============================================ */
#checkout-step-login .col2-set .col-1 { padding-left: 15px; }
#checkout-step-login .col2-set .col-2 { padding-right: 15px; }
#checkout-step-login .form-list > li { margin-bottom: 0px; margin-top: 0px; padding-bottom: 5px; }
.LeftActions { float: left; display: inline-block; margin: 10px 0 0; }
.fieldset .LeftActions p.required { float: left; display: inline-block; margin: 0 0 5px 0; }
.LeftActions a.f-left { color: #333; text-decoration: underline; font-size: 13px; }
.LeftActions a.f-left:hover { color: #999; text-decoration: none; }
.buttons-set.FirstLogin { float: right; display: inline-block; margin: 10px 0 0; clear: none; }
.opc .buttons-set.FirstLogin button.button { float: right; margin-bottom: 0; margin-left: 0; margin-right: 0; }
checkoutSteps .fieldset ul.form-list { margin-left: 0; }
/* FIRST STEP - 1 CSS ends
 * ============================================ */
/* FIRST STEP - 1-2 CSS
 * ============================================ */
#checkout-step-login .col-1 .form-list { margin-top: 11px; }
.customer-address-form .form-list .field { width: 100%; }
.customer-address-form .fieldset { float: left; width: 50%; max-width: 370px; margin-top: 0 }
.customer-address-form .cf .fieldset:first-child { padding-right: 10px; }
.customer-address-form .cf .fieldset:last-child { padding-left: 10px; float: right }
.edit-address-cols-outer { position: relative ; margin-bottom: 20px;}
.edit-address-cols-outer:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #cecece; }
.form-list .scaffold-form label { color: #333333; font-size: 12px; text-transform: uppercase; }
#billing-buttons-container { float: right; margin-top: -80px; }
#billing-buttons-container p.required { float: left; margin: 0; text-align: right; width: 100%; }
#billing-buttons-container button.button { clear: both; float: right; margin: 0; }
.opc .please-wait { bottom: 5px; position: absolute; right: 0px; }
.opc .please-wait img { width: 20px; }
.opc #billing-buttons-container .please-wait { right: 25px; }
/* FIRST STEP - 1-2 CSS ends
 * ============================================ */
/* FIRST STEP - 2-3 CSS
* ============================================ */
.opc .commonaction { opacity: 1 !important }
.disabled .button.button { opacity: 0; }
.opc .buttons-set .back-link { display: inline-block; float: left; line-height: normal; }
.opc p.back-link a { background: #8d8d8d; color: #ffffff; display: inline-block; font-size: 13px; line-height: 19px; padding: 7px 15px; text-align: center; text-transform: uppercase; vertical-align: middle; white-space: nowrap; font-size: 14px; }
.opc p.back-link a:hover { background: #555; text-decoration: none; color: #FFFFFF; }
.opc p.back-link a small { display: none; }
.opc .commonaction button.button { float: right; margin-right: 0; }
.opc .commonaction .RequiredF { position: absolute; right: 0; top: -25px; }
p.back-link a { background: #58585a; color: #ffffff; display: block; font-size: 14px; line-height: 19px; padding: 9px 12px;  text-align: center; text-transform: uppercase; vertical-align: middle; white-space: nowrap; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
p.back-link a small { display: none; }
p.back-link a:hover { background: #8bc63f; text-decoration: none; color: #FFFFFF; }
#loadingmask { bottom: 100px; left: 275px; position: absolute; height: 32px; overflow: hidden; }
/* FIRST STEP - 2-3 CSS ends
* ============================================ */
/* FIRST STEP - 4-5 CSS
* ============================================ */
/*  SAVED CC  */
#checkout-payment-method-load dd ul { max-width: 350px; padding-top: 10px; }
#checkout-payment-method-load dd ul li { margin: 0 0 0px 0; display: block; zoom:1;}
#checkout-payment-method-load .mpstripe-saved-payment-types ul li{margin-bottom: 20px;}
#checkout-payment-method-load dd ul.payment_form_ccsave li { margin: 0 0 15px 0; display: block; zoom:1;}
#checkout-payment-method-load dd ul li:before, #checkout-payment-method-load dd ul li:after{content:''; display:table;}
#checkout-payment-method-load dd ul li:after{clear:both;}
#checkout-payment-method-load dd ul li label { text-transform: uppercase; float: none; }
#checkout-payment-method-load dd ul li p.required { display: none; }
#checkout-payment-method-load dd ul li div.v-fix { float: left; width: 47%; margin: 0 2% 0 0; display: block; }
#checkout-payment-method-load dd ul li div.v-fix:last-child { margin: 0 0 0 4%; }
#onepage-checkout-shipping-method-additional-load { display: none; }
/* FIRST STEP - 4-5 CSS ends
* ============================================ */
/* FIRST STEP - 5-6 CSS
* ============================================ */
/* review step */
#checkout-review-table h2.product-name {font-weight: 500; text-transform: none; color: #202020; font-size: 14px; line-height: 20px; /* padding: 5px; */ font-weight: 700;}
#checkout-review-table .cart-price { display: block; margin-top: 14px; }
#checkout-review-table tbody td { border-bottom: none; vertical-align: top; }
#checkout-review-table tbody tr.last td { border-bottom: 1px solid #e5e5e5; }
#checkout-review-table h3 { border: 0 none; color: #222; font-size: 16px; margin-bottom: 0; padding: 0; text-transform: none; }
#checkout-review-table thead th, #checkout-review-table tbody td { background-color: transparent; padding: 10px; }
#checkout-review-table tbody td[data-rwd-label="Price"] { min-width: 110px; }
#checkout-review-table tbody td[data-rwd-label="Qty"] { min-width: 60px; }
#checkout-review-table tbody td[data-rwd-label="Total"] { min-width: 110px; }
#checkout-review-table tbody td { font-size: 14px; line-height: 20px; color: #000; display: table-cell;}
.box-qty:before, .box-qty:after { content: ''; display: table; }
.box-qty:after { clear: both; }
.box-qty { zoom: 1; width: 57px; margin-top: 15px; }
#checkout-review-table .qty { background: #FAFAFA; float: left; width: 40px; height: 29px; text-align: center; }
#checkout-review-table .control-qty { float: left; display: none; }
#checkout-review-table thead th { background-color: #fafafa; color: #000000; text-transform: uppercase; font-size: 14px; padding-bottom: 14px; padding-top: 10px; }
#checkout-review-table tfoot tr { background-color: #ffffff; }
#checkout-review-table tfoot tr td { border: 0px solid #CECECE; background-color: #fafafa; padding: 5px 12px 4px 5px; font-size: 14px; padding-bottom: 20px; color: #000; }
#checkout-review-table tfoot tr td:first-child { font-size: 15px; color: #000; }
#checkout-review-table tfoot tr:first-child td { padding-top: 25px; padding-bottom: 9px; /* input_box */ }
#checkout-review-table tfoot tr.last td { border-top: 1px solid #cecece; color: #000; font-size: 16px; padding-bottom: 11px; padding-top: 12px; text-transform: uppercase; background: #e1e1e1; }
#checkout-review-table tfoot tr.last td.last { min-width: 130px; }
#checkout-review-table dl.item-options { font-size: 12px; margin-top: 5px; }
#checkout-review-table dl.item-options dt { font-size: 13px; clear: none; font-style: normal; color: #333; line-height: 16px; }
#checkout-review-table dl.item-options dd { color: #636363; padding-left: 5px; padding-right: 15px; line-height: 16px; }
#checkout-review-table .btn-remove img { display: none; }
#checkout-review-table-wrapper { clear: both; border-top: 1px solid #ebebeb; }
#review-buttons-container { margin: 15px 0 0; }
#review-buttons-container .btn-checkout {/*min-width:220px;*/ font-size: 16px; padding: 11px 14px; }
#review-buttons-container .please-wait { float: left; margin-right: 10px; }
#review-buttons-container .f-left { float: left; font-size: 13px; }
#review-buttons-container .f-left a { color: #000; text-decoration: underline; font-size: 14px; }
#review-buttons-container .f-left a:hover { text-decoration: none; }
@media all and (max-width:479px) {}
/* FIRST STEP - 5-6 CSS ends
* ============================================ */ 
/*###############################################
Checkout page ends*/
/* Order success page
###############################################*/
.checkout-onepage-success .main-container { padding: 50px 20px; }
.order-success-block { max-width: 600px; margin: 40px auto 50px auto; background: #fff !important; padding: 70px 20px 50px; -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); position: relative; }
.success-order-number { position: absolute; left: 10px; top: 10px; color: #b3b3b3; }
.success-order-number { position: absolute; left: 10px; top: 10px; color: #4A4A4A; font-size: 15px; }
.success-order-number a, .success-order-number span { display: block; font-weight: 500; color: #333333; }
.checkout-onepage-success .wrapper { }
.checkout-onepage-success .page-title h1 { text-transform: uppercase; letter-spacing: 2px; }
.success-print-link { position: absolute; right: 0; top: 0; font-size: 25px; background: #949494; width: 50px; color: #FFFFFF; height: 50px; line-height: 50px; text-align: center; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.success-print-link:hover { background: #f05d2a; color: #fff; }
.success-content { max-width: 380px; margin: 0 auto 15px; }
.success-content p {font-size: 16px; line-height: 24px; }
/*###############################################
Order success page ends*/
/*Login page
###############################################*/
.account-login .form-instructions, .account-login label{color: #000; font-size: 14px; text-transform: capitalize !important;}
.customer-account-login h2 { color: #323130; font-size: 18px; text-align: center; }
.customer-account-login .account-login .inchoo-socialconnect-login-upper .buttons-set{ display:inline-block; margin: 0 10px;}
.customer-account-login .new-users .content ul { list-style: disc; margin-bottom: 0px; padding-left: 20px; }
.customer-account-login .new-users .content ul li { padding-left: 5px; position: relative; margin-bottom: 5px; font-size: 14px; line-height: 21px; }
.customer-account-login .new-users .content ul li:last-child { margin-bottom: 0; }
/*.customer-account-login .new-users .content ul li:before { content: "\f054"; font-family: FontAwesome; display: block; position: absolute; left: 0; top: -1px; border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; -moz-border-radius: 7px; color: #8cc63f;}*/
.customer-account-login .field { padding: 0 20px; width: auto; display: block; }
.customer-account-login .registered-users ul { list-style: none; margin-bottom: 0px; min-height: 196px; padding-right: 100px; }
.customer-account-login .registered-users .field ul li a { color: #303030; text-decoration: underline; font-size: 13px; }
.customer-account-login .registered-users .field ul li a:hover { color: #333333; text-decoration: none; }
.customer-account-login .scaffold-form label { text-transform: uppercase; margin-bottom: 3px; }
.customer-account-login .col2-set .buttons-set { border-top: 0; }
.flright { float: right; }
.customer-account-login .col2-set .buttons-set button.button.flright { float: right; margin-left: 0; text-decoration: none; }
.customer-account-login .col2-set .buttons-set button.customer-account-login .col2-set .col-1 ul { list-style: disc; padding-left: 0; margin: 10px 0 20px 0; }
.customer-account-login .col2-set .buttons-set p.required, .customer-account-create .buttons-set p.required, .customer-account-forgotpassword .buttons-set p.required { line-height: 0px; float: left; margin-left: 15px; margin-top: 21px; }
#login-form .col2-set { position: relative; padding: 0 15px; color: #000 !important; }
#login-form .col2-set .new-users a.button { background: #F05C2C; position: relative; left: 0; }
#login-form .col2-set .new-users a.button:hover { background: #333333; }
#login-form .registered-users { position: relative; float: left; padding-right: 50px;}
/*#login-form .registered-users:before { content: "OR"; display: block; position: absolute; left: -30px; height: 60px; width: 60px; background: #FFF; border-radius: 50px; border: 2px solid #EAEAEA; line-height: 57px; text-align: center; font-size: 20px; top: 50%; margin-top: -30px; color: #777; font-weight: 600; }*/
.customer-account-login .col2-set .col-1 { padding: 0px; padding-left: 50px; }
.customer-account-login .col2-set .col-2 { padding: 0px; padding-left: 0; border-left: 2px solid #EAEAEA; }
.customer-account-login .new-users .field { padding-right: 175px; background: url(../images/create-icon.png) no-repeat 95% 15px; }
.customer-account-login .registered-users .field { background: url(../images/login-icon.png) no-repeat 100% 20px; }
.customer-account-login .registered-users input { max-width: 100%; line-height: normal; font-size: 14px; padding-left: 15px;  letter-spacing: 1px; }
.opc #opc-login p:not(.required) { font-size: 13px; color: #333; }
.remember-me-box a.hide { display: none; }
.remember-me-box .link-tip { font-size: 13px; padding-left: 10px; }
.remember-me-popup { display: none; border: 1px solid #cccccc; padding: 10px; position: relative; }
.remember-me-popup.show { display: block; }
.remember-me-popup .remember-me-popup-close { position: absolute; top: 0; right: 0; padding: 10px; font-size: 12px; }
.remember-me-popup .remember-me-popup-close-button { display: none; }
.customer-account-create .buttons-set .back-link { }
.customer-account-create .fieldset, .customer-account-create .buttons-set { }
.download-credit-link { margin-bottom: 20px; }
.download-credit-link a { color: #f15c2b; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.download-credit-link a:hover { color: #8cc63f; }
.customer-account-create .fieldset .hidden { display: none; }
.customer-account-create #remember-me-popup { max-width: 455px; }
.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set { margin-left: 0; max-width: 400px; }
.customer-account-forgotpassword .fieldset ul.form-list { margin: 0 0 0 0; }
.customer-account-forgotpassword .fieldset h2 { font-size: 17px; color: #404040; }
.customer-account-forgotpassword form { background: url(../images/forgot-password.png) no-repeat 90% center; }
.customer-account-forgotpassword .fieldset .input-box input.input-text { width: 100%; }
.customer-account-login .account-login { margin-bottom: 0px; }
.social-login-icons{min-height: 100px;}
.customer-account-create .login-logo, .customer-account-forgotpassword .login-logo, .customer-account-changeforgotten .login-logo { margin: 0px auto ; text-align: center;  background: none; padding: 15px 10px; width: 195px;}
.customer-account-create .login-logo a, .customer-account-forgotpassword .login-logo a, .customer-account-changeforgotten .login-logo a { display: inline-block }
.customer-account-create .login-logo img, .customer-account-forgotpassword .login-logo img, .customer-account-changeforgotten .login-logo img { max-width: 100%; height: auto; margin: 0 auto; }*/

/*.customer-account-login .header-outer, .customer-account-login .footer-container, .customer-account-create .header-outer, .customer-account-create .footer-container, .customer-account-forgotpassword .header-outer, .customer-account-forgotpassword .footer-container, .customer-account-changeforgotten .header-outer, .customer-account-changeforgotten .footer-container, .customer-account-login .scrollToTop, .customer-account-create .scrollToTop, .customer-account-forgotpassword .scrollToTop, .customer-account-changeforgotten .scrollToTop, .customer-account-login .floating-social-icons-wrapper, .customer-account-create .floating-social-icons-wrapper, .customer-account-forgotpassword .floating-social-icons-wrapper, .customer-account-changeforgotten .floating-social-icons-wrapper, .customer-account-login #sliderslider, .customer-account-create #sliderslider, .customer-account-forgotpassword #sliderslider, .customer-account-changeforgotten #sliderslider { display: none !important; }
/*.customer-account-login .main-container, .customer-account-create .main-container, .customer-account-forgotpassword .main-container, .customer-account-changeforgotten .main-container { padding: 20px 15px; max-width: 1000px; }
.customer-account-create .main-container { max-width: 580px; }*/
.customer-account-login #login-form .registered-users:before { display: none; }
/*.customer-account-login .wrapper, .customer-account-create .wrapper, .customer-account-forgotpassword .wrapper, .customer-account-changeforgotten .wrapper { background-size: cover; background: url(../images/login1.jpg) repeat 100% top;}*/
/*.customer-account-login .wrapper:before, .customer-account-create .wrapper:before, .customer-account-forgotpassword .wrapper:before, .customer-account-changeforgotten .wrapper:before { content: ''; background: rgba(253, 253, 253, 0.77); width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0;}*/
.customer-account-login .registered-users .content, .customer-account-create .fieldset, .customer-account-forgotpassword .fieldset, .customer-account-changeforgotten .fieldset { padding: 20px 0px; margin-bottom: 50px;}
.customer-account-login .registered-users .content{ background:none; margin-bottom: 10px;  -webkit-box-shadow: 0 0px 0px 0px black; -moz-box-shadow: 0 0px 0px 0px black; box-shadow: 0 0px 0px 0px black;}
.customer-account-login .new-users .content{padding-bottom: 25px;}
.customer-account-login .new-users .content, .customer-account-create .registered-users .content{ background:none; padding:20px 0px; -webkit-box-shadow: 0 0px 0px 0px black; -moz-box-shadow: 0 0px 0px 0px black; box-shadow: 0 0px 0px 0px black;}
/*body.customer-account-login .col2-set .col-2 { border: 0; padding: 0 }
body.customer-account-login #login-form .col2-set { left: 0px; position: relative; background: rgba(37, 37, 37, 0.93);}
body.customer-account-login .col2-set .col-1 { padding-right: 0px; }
body.customer-account-login .col2-set .col-2 { padding-right: 0px; }*/
.customer-account-login .form-instructions, .customer-account-create .form-instructions, .customer-account-forgotpassword .form-instructions, .customer-account-changeforgotten .form-instructions { transform: none; margin-bottom: 15px;  }
.page-title h1 { font-size: 36px; font-weight: bold; }
h4.page-title {
    padding-bottom: 10px;
    border-bottom: 5px solid #3D8861;
    line-height: 20px;
}
/* .customer-account-login .form-list, .customer-account-login .new-users .content ul.benefits, .customer-account-create .form-list, .customer-account-forgotpassword .fieldset ul.form-list, .customer-account-changeforgotten .fieldset ul.form-list { background: #fff; padding: 20px; margin-right: -70px; position: relative; } */

@media all and (min-width:480px) {
/* .customer-account-login .form-list:before, .customer-account-login .new-users .content ul.benefits:before, .customer-account-create .form-list:before, .customer-account-forgotpassword .fieldset ul.form-list:before, .customer-account-changeforgotten .fieldset ul.form-list:before { content: ''; display: block; position: absolute; right: 0; bottom: -15px; border-left: 10px solid #909090; border-top: 10px solid #909090; border-right: 20px solid transparent; border-bottom: 5px solid transparent; }
.customer-account-login .form-list, .customer-account-login .new-users .content ul.benefits, .customer-account-create .form-list, .customer-account-forgotpassword .fieldset ul.form-list, .customer-account-changeforgotten .fieldset ul.form-list { -webkit-box-shadow: 0 13px 6px -6px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 13px 6px -6px rgba(0, 0, 0, 0.3); box-shadow: 0 13px 6px -6px rgba(0, 0, 0, 0.3); } */
}
.customer-account-forgotpassword .header-wrapper, .customer-account-create .header-wrapper{display: none;}
.customer-account-login .registered-users .field, .customer-account-login .new-users .field { background: none; padding: 0 }
.customer-account-login .form-list label, .customer-account-create .form-list label, .customer-account-forgotpassword label, .customer-account-changeforgotten label {}
.customer-account-login .form-list li { margin-bottom: 0px; }
.customer-account-login .form-list li a{ color:#8cc63f;}
.customer-account-login .form-list li a:hover{ color:#fff;}
.customer-account-login .buttons-set p.required, .customer-account-create .buttons-set p.required, .customer-account-forgotpassword .buttons-set p.required, .customer-account-changeforgotten .buttons-set p.required { color: #fc4651; opacity: 1; float: left; font-weight: normal; margin-top: 20px; }
.customer-account-create .buttons-set .back-link, .customer-account-forgotpassword .buttons-set .back-link, .customer-account-forgotpassword .buttons-set .back-link a { border: 1px solid rgba(255, 255, 255, 0.5); padding: 5px 9px !important; text-transform: uppercase; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
/*.customer-account-login .buttons-set .button, #login-form .col2-set .new-users a.button, .customer-account-create .buttons-set .button, #login-form .col2-set .new-users a.button, .customer-account-forgotpassword .buttons-set .button, .customer-account-changeforgotten .buttons-set .button, .customer-account-forgotpassword .back-link a, .customer-account-create .back-link a { border: 1px solid rgba(255, 255, 255, 0.5); background: none;  display: inline-block; }*/
.customer-account-forgotpassword .back-link a, .customer-account-create .back-link a { border: 0 !important; text-transform: none; ; position: relative }
.customer-account-forgotpassword .back-link a:before, .customer-account-create .back-link a:before { display:none; content: "\f104";  position: absolute; left: 0; top: 9px; font: normal normal normal 18px/1 FontAwesome; }
.customer-account-forgotpassword .back-link a:hover, .customer-account-create .back-link a:hover { color: #fff; }
.customer-account-login .customtopbutton{text-transform: none !important; float: right; font-size: 12px; font-weight: bold;}
.customer-account-login .forgot_link{color: #3D8861 !important; font-size: 13px; line-height: 50px !important; font-weight: bold; margin-right: 100px;}
.customer-account-login .dovendor{    right: 0;
    position: absolute;
    margin-right: 170px;
    margin-top: -75px;
}
.line-footer{border-top: 5px solid #3D8861; min-height: 100px; }
.account-login .custombutton{
	font-weight: bold;
	font-family: "Rockwell", Georgia, sans-serif;
	background-color: white !important;
	color: #3D8861 !important;
	border: 2px solid #3D8861 !important;
	padding: 10px 30px !important;
	text-transform: none !important;
    float: left !important;
    margin: 0px !important;
}
.breadcrumbs{text-align: left !important; margin: 0 auto; color: #3D8861; background: transparent !important; margin-bottom:10px !important;}
/*.customer-account-login .buttons-set .button:hover, #login-form .col2-set .new-users a.button:hover, .customer-account-create .buttons-set .button:hover, .customer-account-forgotpassword .button:hover, .customer-account-changeforgotten .button:hover, .customer-account-forgotpassword .back-link a:hover, .customer-account-create .back-link a:hover { border: 1px solid #fff; background: none; }*/
.customer-account-login .registered-users input, .customer-account-create .form-list input, .customer-account-forgotpassword input, .customer-account-changeforgotten input { height: 49px; letter-spacing: 1px;  background: #fff; color: #4B4A4A; font-weight: normal; line-height:18px;}
.customer-account-create .form-list .selector span{ height: 49px; letter-spacing: 1px;  background: #fff; color: #4B4A4A; font-weight: normal; line-height:49px;}
.customer-account-create .form-list  .selector span:before{top: 45px;}
.customer-account-create .form-list > li.profileurl span.required-entry{ font-size: 11px;}

.customer-account-create .premium-cust-featured  li .note-msg{ color:#fff; font-size: 11px;}

 .customer-account-create input:-webkit-autofill, .customer-account-login input:-webkit-autofill, .customer-account-forgotpassword input:-webkit-autofill, .customer-account-changeforgotten input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
body.customer-account-login .col2-set .col-2 { border: 0 }
.customer-account-create .breadcrumbs { display: none; }
.customer-account-forgotpassword .fieldset h2, .customer-account-changeforgotten .fieldset h2 { color: #fff; }
.customer-account-forgotpassword form, .customer-account-changeforgotten form { background: none; }
.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set, .customer-account-forgotpassword .messages { max-width: 470px; margin: 0 auto; }
.customer-account-forgotpassword .buttons-set { margin-top: 10px; }
.customer-account-changeforgotten .fieldset, .customer-account-changeforgotten .buttons-set, .customer-account-changeforgotten .messages { max-width: 470px; margin: 0 auto; }
.customer-account-changeforgotten .form-list .field .validation-advice { position:static; }
.customer-account-forgotpassword .messages, .customer-account-changeforgotten .messages { margin-bottom: 40px; }
.customer-account-forgotpassword .scrollToTop, body.customer-account-login .scrollToTop, .customer-account-changeforgotten .scrollToTop { display: none; }
body.customer-account-changeforgotten .col-main { max-width: none; }
/*###############################################
Login page ends*/
/*My Account
###############################################*/
/* My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 { border: 0; text-align: left; }
.my-account .page-title h1 {font-size: 36px; line-height: 42px; color: #303030; border-bottom: 0px solid #ededed; padding-bottom: 0px; margin-bottom: 0px; /* text-transform: uppercase; */ margin-bottom: 7px; }
.my-account .page-title h1 {  }
body.customer-account .my-account .title-buttons h1 { /*float: left; margin-top: 15px;*/ margin-bottom: 0; }
body.customer-account .my-account .title-buttons { position: relative; text-align: right; zoom: 1; margin-bottom: 20px; }
body.customer-account .my-account .title-buttons:before, body.customer-account .my-account .title-buttons:after { content: ''; display: table; }
body.customer-account .my-account .title-buttons:after { clear: both; }
body.customer-account .my-account .title-buttons .button { position: absolute; right: 0; top: 0; }
body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator { position: relative; top: 0px; }
body.customer-account .my-account .fieldset h2, body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .order-details h2 { width: 100%; display: inline-block; font-size: 18px; line-height: 24px; color: #606060; padding-bottom: 7px; margin-bottom: 13px; position: relative; }
body.customer-account-edit .my-account .fieldset .form-list .field { width: 100%; }
.my-account address { font-size: 13px; line-height: 22px; font-family: 'montserratlight';}
body.customer-account .data-table { margin-top: 5px; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
body.customer-account .data-table td a { text-transform: uppercase; font-style: normal; font-size: 13px; text-decoration: underline; text-transform: none; }
body.customer-account .data-table span.nobr { /* white-space: normal; */ }
body.customer-account .data-table span.nobr a { white-space: nowrap; }
body.customer-account .data-table th.total, body.customer-account .data-table td.total { text-align: right; }
body.customer-account .data-table th.status, body.customer-account .data-table td.status { text-align: center; }
body.customer-account .data-table td.view.last { text-align: center; }
body.customer-account .data-table td.view a { display: inline-block; margin: 2px 0; color: #131313; font-family: 'montserratregular';}
body.customer-account .data-table td.view a:hover{ color:#8ac63f;}
body.customer-account .data-table .separator { padding: 0 5px; }
body.customer-account .sidebar .block ol#compare-items li { padding: 10px 20px 5px; margin-bottom: 0px; }
body.customer-account .sidebar ol#compare-items li p.product-name { margin-bottom: 0; }
body.customer-account .sidebar .block .block-content p.block-subtitle { margin-bottom: 15px; }
body.customer-account .sidebar .block .block-content .actions { margin: 10px 20px; }
body.customer-account .sidebar ol#cart-sidebar-reorder li { margin-top: 10px; margin-bottom: 0; }
body.customer-account .sidebar ol#cart-sidebar-reorder li p.product-name { display: inline-block; margin-bottom: 0; }
body.customer-account .sidebar .block-cart .summary { margin-bottom: 15px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li { margin-top: 10px; margin-bottom: 0; position: relative; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input { margin-right: 4px; position: relative; top: 2px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input.checkbox { cursor: pointer; height: 20px; margin-right: 0; opacity: 0; position: absolute; top: 2px; left: 13px; width: 20px; z-index: 99999999; clip: rect(auto, auto, auto, auto); }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name { display: inline; margin-bottom: 0; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder label a { margin-bottom: 0; color: #303030; }
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day { width: 40px; float: left; margin-right: 10px; }
.form-list .customer-dob .dob-year { width: 80px; float: left; }
#cart-sidebar-reorder-advice-container { padding: 5px 0 0 20px; }
.customer-account-index .my-account .box-account.box-info .col2-set .box-content a {text-decoration:underline; color: #131313; font-family: 'montserratregular';}
.customer-account-index .my-account .box-account.box-info .col2-set .box-content a:hover{ color:#8cc63f}
.order-items.order-details .data-table thead tr th:nth-child(3), .order-items.order-details .data-table thead tr th:nth-child(4), .order-items.order-details .data-table thead tr th:nth-child(5) { text-align: right;}
/* My Account Global Styles ends
 * ============================================ */
/* Dashboard
 * ============================================ */
.dashboard .box-head { border-bottom: 1px solid #cccccc; padding-bottom: 7px; }
.dashboard .box-head h2 { font-size: 15px; display: inline-block; margin-bottom: 0; }
.dashboard .box-head a { padding: 10px; }
.dashboard .box-title a, .dashboard .box-head a { text-transform: uppercase; font-size: 12px; }
.customer-account .dashboard .box-head a { background: #8bc63f; color: #fff; padding: 9px 12px 9px; font-size: 14px; float: right; text-decoration: none; margin-top: 0px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
.customer-account .dashboard .box-head a:hover { background: #303030 }
.my-account .box-title-inner { /* display: inline-block; */ position: relative; padding-right: 50px; }
.my-account .box-title a { font-size: 0px; height: 18px; width: 18px; display: block; position: absolute; right: 5px; top: 0; text-indent: -9999px; }
body.customer-account-index .my-account .box-title a {/* right:10px; */ }
.dashboard .box-account p, .dashboard .box-account address { /*font-style: italic;*/ font-family: 'montserratlight';}
.my-account .box-account p, .dashboard .box-account address {font-size:13px; font-family: 'montserratlight';}
.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title { padding-bottom: 10px; }
.dashboard .col2-set .box-title:before, .dashboard .col2-set .box-title:after { content: ''; display: table }
.dashboard .col2-set .box-title:after { clear: both }
.dashboard .col2-set .box-title { zoom: 1; position: relative; }
.dashboard .col2-set .box-content { line-height: 22px; }
.dashboard .col2-set .col-1 .box-title h2, .col2-set .box-title h3, .dashboard .col2-set .col-2 .box-title h2 { font-size: 14px; color: #2b2b2b;      font-family: 'montserratregular';}
.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a { line-height: 19.6px; }
.dashboard .box-reviews.box-account { padding-bottom: 0; }
.dashboard .box-reviews li { padding: 10px 0; border-top: 1px solid #ededed; }
.dashboard .box-reviews li:first-child { border-top: 0; }
.dashboard .box-reviews li .number { margin-right: -20px; float: left; line-height: 1.4; font-size: 13px; }
.dashboard .box-reviews li .details { margin-left: 20px; }
.dashboard .box-reviews li .details .ratings { content: ''; display: table; clear: both; margin-bottom: 0; }
.dashboard .box-reviews li .details .ratings strong { float: left; font-size: 13px; margin-right: 5px; margin-top: 8px;}
.dashboard .box-reviews li .details .ratings .rating-box { float: left; margin: 3px 0 0 0; }
.dashboard .welcome-msg { margin-bottom: 30px; }
.edit-address-cols-outer .buttons-set p.required{    margin-top: 10px;}
/* Dashboard ends
 * ============================================ */
/* Address Book 
 * ============================================ */
.customer-account-edit .my-account .fieldset { position: relative; background-color: #FFFFFF; }
.customer-account-edit .my-account { background: url(../images/account-information-bg.png) no-repeat;  display: block;  background-position:80% 160px; }
/*.customer-account-edit .my-account .fieldset:before { content: ''; background: url(../images/account-information-bg.png) no-repeat; width: 217px; height: 218px; display: block; position: absolute; right: 0; top: 70px; }*/
.customer-account-edit .my-account .fieldset:nth-child(2):before { background-position: 0 -298px }
.customer-account-edit .my-account .form-list, .customer-account-edit .my-account .buttons-set { max-width: 100%; background-color: #FFFFFF; }
.my-account .addresses-list { background-color: #FFFFFF; }
.my-account .addresses-list .item:first-child { padding-left: 0; border-left: 0px; border-right: 1px solid #cccccc; }
.my-account .addresses-list .item { margin: 0 0 30px 0; position: relative; padding: 0 5% 0 13%; width: 50%; float: left; }
.my-account .addresses-list .item p { margin-top: 10px; }
.my-account .addresses-list .item p a { background: url(../images/icon-edit.png) no-repeat center bottom; position: absolute; top: 2px; font-size: 0px; height: 18px; width: 18px; right: 35px; }
.my-account .addresses-list .item p a.link-remove { background: url(../images/icon_sprite.png) no-repeat 1px -648px; position: absolute; top: 0px; font-size: 0px; height: 20px; width: 20px; right: 10px; }
.my-account .addresses-list .item p a:hover { opacity: .5; }
body.customer-address-index .my-account { background: none; min-height: inherit; }
body.sales-order-history .my-account { background: none; min-height: inherit; }
body.wishlist-index-index .my-account { background: none; min-height: inherit; }
body.customer-account-index .my-account { background: none; min-height: inherit; }
.my-account .addresses-list .col-2.addresses-additional { border-top: 1px solid #cccccc; clear: both; padding-top: 15px; }
.form-list > li {padding-bottom:10px;}
.product-view .box-reviews .form-list > li { position: relative; }
.product-view .recaptcha-error-message { position: absolute; /*bottom: -8px;*/ }
/* Address Book ends
 * ============================================ */
/* Order View
 * ============================================ */
.order-info { padding-bottom: 10px; border-bottom: 1px solid #ededed; width: 100%; margin-bottom: 30px; }
.order-info dt, .order-info dd, .order-info ul, .order-info li { display: inline; padding:0 10px 0 0px; }
.order-info dt { margin-right: 5px; font-size: 16px; padding-bottom: 5px; }
.order-info  ul li { margin: 0 0 0 20px;  }
.order-info  ul li a{color: #a2a2a2;}
.order-info  ul li a:hover, .order-info  ul li.current { color: #8bc63f; }
.order-info  li:first-child { margin-left: 0; color: #6421b3; }
.order-date { text-transform: uppercase; }
.order-info-box .col-1 { padding: 0; width: 50%; }
.order-info-box .col-2 { width: 50%; }
.order-info-box .col-1, .order-info-box .col-2 { overflow: hidden; padding-top: 15px; padding-bottom: 15px; }
.order-info-box .box-title { width: auto; padding-right: 10px; float: left; }
.order-info-box .box-title h2 { font-size: 14px; line-height: 1.5; color: #2b2b2b; font-family: 'montserratregular';}
.order-info-box .box-title h2:after { content: ':'; }
.order-info-box .box-content { float: left; clear: both; }
.order-info-box .box-content td, .order-info-box .box-content th { line-height: 1.3; }
.order-info-box .box-content th { padding-top: 10px; }
.order-info-box .box-content td { padding-left: 15px; }
.order-info-box .box-content strong { font-weight: normal; text-transform: uppercase; }
.MyOrders-Select { display: inline; width: 70px; overflow: hidden; float: right; border: 0px solid #cecece; }
.MyOrders-Select select { /* background:url(../images/icon-select-arrow.png) no-repeat 58% center;  */ padding: 6px 3px; width: 138%; max-width: none; border: 0px; }
.MyOrders-Select .selector span{ height:40px; }
.MyOrders-Select .selector span:before{top:16px;}
#my-orders-table .option-label { margin-left: 10px; font-style: italic; }
#my-orders-table .option-value { margin-left: 20px; }
#my-orders-table tr.bundle:not(:last-child) td { border-bottom: none; border-top: none; }
ol#cart-sidebar-reorder li { margin-top: 10px; margin-bottom: 0; }
ol#cart-sidebar-reorder li input { margin-right: 10px; }
ol#cart-sidebar-reorder p.product-name { display: inline; }
dl.order-info {margin-bottom: 15px;}
/* Order View ends
 * ============================================ */
.order-additional { margin: 40px 0; }
.order-gift-message dd { margin-top: 10px; }
/* Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset { margin-bottom: 20px; }
body.newsletter-manage-index .my-account .fieldset h2 { display: none; }
body.newsletter-manage-index .my-account .form-list { border-top: 1px solid #ededed; padding-top: 10px; }
/* Newsletter Subscriptions ends
 * ============================================ */
/* Edit Account Information 
 * ============================================ */
.customer-account .dashboard .welcome-msg .hello { margin-bottom: 15px; }
.customer-account .dashboard .box-recent { border: solid 1px #ccc; /*padding:29px;*/ padding: 1.4%; }
.customer-account .dashboard .box-account { background-color: #FFFFFF; margin-bottom: 30px; border: solid 1px #ccc; /* padding: 29px; */ padding: 1.4%; }
.customer-account .my-account .box-info { border: solid 1px #ccc; padding: 1.4%; margin: 0 0 30px; }
.customer-account .col2-set { position: relative; }
.customer-account .col2-set:before { width: 1px; height: 100%; display: block; content: ""; position: absolute; left: 50%; top: 0px; bottom: 0px; background-color: #ccc; }
.page-print .col2-set:before { width: 1px; height: 100%; display: block; content: ""; position: absolute; left: 50%; top: 0px; bottom: 0px; background-color: #ccc; }
.customer-account .my-account .box-account:last-child { margin-bottom: 0; }
.customer-account .my-account .box-head:before, .customer-account .my-account .box-head:after { content: ''; display: table }
.customer-account .my-account .box-head:after { clear: both }
.customer-account .my-account .box-head { border: none 0px; padding: 0px; }
.customer-account .my-account .box-head h2 { font-size: 20px; display: inline-block; margin-bottom: 15px; padding: 0 0 10px 0; position: relative; float: left;  color: #000;}
.customer-account .dashboard .box-head h2:after, .my-account form .legend:after, body.customer-account .my-account .fieldset h2:after, body.customer-account .my-account .addresses-list h2:after, body.customer-account .my-account .order-details h2:after { display: block; content: ""; position: absolute; height: 3px; width: 50px; left: 0px; bottom: 0px; background: #8bc63f;}
.customer-account .col2-set.order-info-box{ padding: 0 10px;  border: solid 1px #ccc; margin: 0 0px 15px 0px;}
.page-print .col2-set { padding:15px;  border: solid 1px #ccc; margin: 0 0px 15px 0px; position: relative;     font-style: normal; font-size: 13px; line-height: 22px; font-family: 'montserratlight';}

/* Edit Account Information ends
 * ============================================ */
/* Catalog - Compare
 * ============================================ */
.block-compare .product-name:after { content: ''; display: table; clear: both; }
.compare-table .product-image { display: inline-block; }
.compare-table .product-shop-row.top td { padding-bottom: 0; border-bottom: 0; }
.compare-table .product-shop-row.bottom td { padding-top: 0; }
/* Catalog - Compare ends
 * ============================================ */
/* Wishlist sharing Page
 * ============================================ */
body.wishlist-index-share .my-account .fieldset ul.form-list { margin: 0; }
body.wishlist-index-share .input-box textarea { resize: none; border: 1px solid #CCC; font-size: 13px; max-width: 100%; }
body.wishlist-index-share .buttons-set button.button { padding-top: 8px; padding-bottom: 8px; }
/* Wishlist sharing Page end
 * ============================================ */
/* Wishlist
 * ============================================ */
#wishlist-table .customer-wishlist-item-info{text-align: left;}
#wishlist-table th { text-align: center; }
#wishlist-table.clean-table { font-size: 12px; text-transform: uppercase; width: 100%; }
#wishlist-table.clean-table th { border: 2px solid #cecece; border-left: none 0px; border-right: none 0px; }
#wishlist-table.clean-table td { padding: 10px 20px; vertical-align: middle;  border-bottom: 1px solid #cecece; }
#wishlist-table.clean-table thead th { font-size: 12px; padding: 13px 18px 13px; background: none; text-transform: uppercase; color: #505050; }
#wishlist-table .product-name { color: #202020; font-size: 14px;  margin-bottom: 0; text-transform: capitalize; padding: 0;}
#wishlist-table .product-name a {  color: #202020; font-size: 14px; }
#wishlist-table .product-name a:hover { color: #8cc63f; }
#wishlist-table .wishlist-sku { font-size: 11px; margin: 5px 0; }
#wishlist-table textarea { border: 1px solid silver; width: 100%; height: 45px; font-size: 12px; resize: none; padding: 5px 10px; }
#wishlist-table textarea::-webkit-input-placeholder {text-transform: uppercase;}
#wishlist-table textarea:-moz-placeholder {text-transform: uppercase;}
#wishlist-table textarea::-moz-placeholder {text-transform: uppercase;}
#wishlist-table textarea:-ms-input-placeholder {text-transform: uppercase;}
#wishlist-table textarea:focus { border: 1px solid #8cc63f; }
#wishlist-table .item-manage { text-align: right; max-width:inherit; padding-top: 5px; }
#wishlist-table .item-manage .button { font-size: 11px; padding: 3px 5px; }
#wishlist-table .cart-cell { text-align: center; }
#wishlist-table td.customer-wishlist-item-image { width: 120px; }
#wishlist-table td.customer-wishlist-item-image img { width: 100%; height: auto; }
#wishlist-table td.customer-wishlist-item-quantity { width: 50px; }
#wishlist-table td.customer-wishlist-item-quantity input[type=text].qty{ width: 50px !important; height: 34px;}
#wishlist-table .disnone > p { margin-bottom: 0; }
#wishlist-table td.customer-wishlist-item-price { width: 120px; text-align: center; }
#wishlist-table td.customer-wishlist-item-cart { width: 50px; text-align: center; }
#wishlist-table td p a.button.link-edit { font-size: 0; margin-bottom: 10px; width: auto; height: 18px; text-indent: 0; width: 20px; margin-top: 3px; position: relative; background: none; }
#wishlist-table td p a.button.link-edit:after { right: 0px; }
#wishlist-table td.customer-wishlist-item-cart .truncated { margin: 0 auto 10px; /*margin-bottom: 10px;*/ clear: both; display: table; }
#wishlist-table td.customer-wishlist-item-cart > p { margin-bottom: 0; }
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item { text-align: center; }
#wishlist-table td.customer-wishlist-item-cart .btn-remove { vertical-align: top; background: url(../images/icon_sprite.png) no-repeat 0px -649px; width: 18px; height: 18px; display: inline-block; -webkit-transition: all 0s ease; -moz-transition: all 0s ease; transition: all 0s ease;}
#wishlist-table td.customer-wishlist-item-cart .btn-remove:hover{background: url(../images/icon_sprite.png) no-repeat -50px -649px; display: inline-block; -webkit-transition: all 0s ease; -moz-transition: all 0s ease; transition: all 0s ease;}
#wishlist-table td.customer-wishlist-item-remove { width: 20px; }
#wishlist-table td .button, #wishlist-table td button { white-space: normal; }
#wishlist-table td .button.wishlisttocart {
	background-color: #8cc63f !important;
    padding: 0px !important;
    color: #fff !important;
    line-height: 10px;
    margin: 0 10px !important;
}
#wishlist-table td .button .fa{
	font-size: 13px;
    padding: 3px;
}
#wishlist-table .price-box { font-size: 14px; color: #606060; }
#wishlist-table .price-box .price {  font-size: 14px; color: #606060; }
#wishlist-table .giftregisty-add { margin-top: 5px; }
#wishlist-table .giftregisty-add .change { display: none; }
#wishlist-table .giftregisty-add li { cursor: pointer; color: #303030; margin-bottom: 3px; }
#wishlist-table .truncated .details { background: none; color: #303030; }
#wishlist-table td[data-rwd-label]:before { }
#wishlist-table td .button.btn-cart { padding:0px; margin:0; background: none; color: #000; font-size: 20px; }
.my-wishlist .buttons-set > .buttons-set{ float:left; padding:0; margin:0;}
/* Wishlist ends
 * ============================================ */
/* Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) { padding-bottom: 5px; }
.block-wishlist .product-details .product-name { padding-top: 0; margin-bottom: 5px; }
.block-wishlist .price-box { float: left; margin: 0; }
.block-wishlist .price-box, .block-wishlist .price-box .price, .block-wishlist .link-cart { font-size: 12px; }
.block-wishlist .link-cart { float: left; text-transform: uppercase; margin-right: 7px; padding-right: 7px; border-right: 1px solid #ededed; }
/* Wishlist Sidebar end
 * ============================================ */
  /* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label { border-bottom: 1px solid #cccccc; font-size: 16px; margin-top: 20px; padding-bottom: 10px; text-transform: uppercase; }
.product-review .product-img-box .rating-box { margin: 15px 0; }
.product-review .product-details h2 { padding-bottom: 10px; font-size: 18px; line-height: 24px; color: #606060; position:relative; }
.product-review .product-details h2:before{    display: block; content: ""; position: absolute; height: 3px; width: 50px; left: 0px; bottom: 0px; background: #8bc63f;}
.product-review .ratings-table .rating-box{height: 28px; width: 134px;  background-position: 0 -617px;}
.product-review .ratings-table .rating-box .rating { background-position: 0 -594px;}
.product-review .ratings-table { }
.product-review .ratings-table th { padding-right: 10px; }
.product-review .ratings-table tr { float: left; font-size: 12px; margin-right: 10px; text-transform: uppercase; }
.product-review .ratings-description dt { border-bottom: 1px solid #cccccc; font-size: 14px; margin-bottom: 20px; padding: 10px 0; text-transform: uppercase; }
.product-review .ratings-description dd { color: #737373; font-size: 13px; font-family: 'montserratlight';}
.review-summary-table input[type=radio] + label:before { /*left: 34%;*/ left: 27%; }
.box-reviews .validation-advice{ position: relative;}
.box-reviews .buttons-set button.button{ float:left; margin-left:0; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; background: #8bc63f;}
.box-reviews .buttons-set button.button:hover{ background:#303030;}
.product-review .product-details { float: right; width: 58%;}
.product-review .product-details h3{ font-size:18px;}
.product-review .ratings .rating-links{ text-decoration:underline;}
.product-review .product-img-box .product-image img{ border: solid 1px #ccc;}
/* Account - Reviews ends
 * ============================================ */
/*###############################################
My Account ends*/
/* Contact us page
############################################### */
.contacts-index-index .buttons-set { margin-left: 30px; max-width: 435px; }
.contacts-index-index .buttons-set p.required { float: left; }
.quickcontact-index-index .page-title h1 { max-width: 1200px; text-align: left; margin: 0 auto; padding: 0 15px; }
.quickcontact-index-index .page-title { margin-bottom: 19px; margin-top: -7px; margin-left: -3px; }
.quickcontact-index-index .main-container, .cms-about-us .main-container { max-width: none; padding: 0 }
.cms-about-us .main-container .col-main {max-width: 1200px; text-align: left; margin: 0 auto; padding: 0 15px;}
.contact-want-to-tell h3 { text-align: center; font-size: 30px; line-height: 36px; color: #303030; text-transform: none; margin-bottom: 18px; }
.contact-want-to-tell p { text-align: center; font-size: 16px; line-height: 22px; color: #303030; margin-bottom: 39px; }
.contact-want-to-tell p em { font-style: normal; color: #ef5353; }
.contact-want-to-tell label { font-size: 14px; line-height: 20px; text-transform: uppercase; margin-bottom: 3px; }
.contact-want-to-tell input, .contact-want-to-tell .selector span { height: 50px; border: 1px solid #bcbcbc; line-height: 50px;  background: #fff; }
.contact-want-to-tell button { display: block; width: 100%; background: #8bc63f; height: 50px; line-height: 50px; padding: 0; }
.contact-want-to-tell button:hover{ background:#303030;}
.contact-want-to-tell textarea { height: 152px; }
#product_enquiry_form .contact-want-to-tell textarea { height: 137px; }
.contact-want-to-tell .captcha-field { margin-top: 27px; }
.becomeretailer-section.contact-want-to-tell .captcha-field { margin-top: 0; }
.becomeretailer-section.contact-want-to-tell .subscribe-box { margin: 20px 0 10px; }
.becomeretailer-section.contact-want-to-tell button { width: auto; padding: 0 20px; float: right; }
.becomeretailer-top-details-block { margin-bottom: 20px; }
.becomeretailer-top-details-block p { }
.becomeretailer-section { background: none; padding: 0 }
.becomeretailer-section p.required { margin-right: 10px; margin-top: 15px; }
.contact-want-to-tell .input-box { padding-top: 0; margin-bottom: 25px; }
.contact-want-to-tell .captcha-field .input-box { margin-bottom: 10px; }
.contact-map-title { text-align: center; font-size: 30px; line-height: 36px; color: #303030; margin-bottom: 31px; }
.contact-block iframe { width: 100%; display: block; height: 400px; margin-bottom: 45px; }
.contact-right-part, .contact-bottom-text-block { max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.contact-right-part { margin-bottom: 20px; padding-top: 56px; }
.contact-bottom-text-block { padding-bottom: 43px; }
.contact-bottom-text-block p { color: #606060; font-size: 14px; line-height: 24px; margin-bottom: 24px; text-align: justify; }
.contacts-index-index h1 { border: none; }
#contactForm {     float: left; width: 100%;}
#contactForm h2 { display: none; }
#contactForm:after { content: ''; display: table; clear: both; }
#contactForm .fieldset .legend + .required { margin: 0; }
.contact-top-details-block { max-width: 1200px; padding: 0px; margin: 0 auto 30px auto !important; }
.contact-top-details-block .map{ width:60%; float:left}
.contact-notes { text-align: center;}
.contact-notes p{ font-size:14px; line-height:24px; color:#606060; font-family: 'montserratlight';}
.contact_page_top_details { margin: 0 0px 28px; width: 40%;  float: left;}
.contact-top-col { float: left; width: 100%; padding: 0px; font-size:16px; font-family: 'montserratlight'; text-align: left; position: relative;     margin-bottom: 15px;}
.contact-top-col .contact-top-title{ text-transform:capitalize; font-size:16px; font-family: 'montserratlight'; }
.contact-top-icon { width: 85px; height: 75px; margin-right: 10px; float: left; position: relative; margin: 0 auto;  border-radius: 96px; -webkit-border-radius: 96px; -o-border-radius: 96px; -ms-border-radius: 96px; -moz-border-radius: 96px; top: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 1; }
.post-address-col .contact-top-icon{ height:115px;} 
.contact-top-col:after { content: ''; display: block; position: absolute; left: 50%; top: 103px; width: 92px; height: 28px; background: url(../images/sprite.png) no-repeat 0 -180px; margin-left: -46px; transform: scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); -webkit-transform:scale(0); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.contact-top-col:hover:after { transform: scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); -webkit-transform:scale(0);}
.contact-top-col:hover .contact-top-icon { top: 0px; }
.contact-top-icon:before { content: ''; display: block; position: absolute; left: 0; top: 0; background: url(../images/sprite.png) no-repeat -18px -666px; width: 71px; height: 71px; margin: 0px; }
.call-col .contact-top-icon:before { background-position: -11px -523px; width: 71px; height: 71px; margin: 0; }
.email-col .contact-top-icon:before { background-position: -11px -591px; width: 71px; height: 71px; margin: 0px; }
.opening-hrs-col .contact-top-icon:before { background-position: -11px -523px; width: 71px; height: 71px; margin: 0px; }
.abn-col .contact-top-icon:before { background-position: -11px -523px; width: 71px; height: 71px; margin: 0px; }
.contact-top-col h3 { font-size: 16px; line-height: 22px; color: #000000; margin-bottom: 14px; }
.contact-top-col strong{ display:inline-block; width:100%;     font-weight: bold;}
.contact-top-col p { font-size: 14px; line-height: 30px; color: #303030; font-family: 'montserratlight'; display: inline-block; width: 70%;}
.contact-top-col a{ font-size:16px; line-height:30px; color:#606060;}
.contact-top-col p br{display:none;}
.contact_page { margin-top: 30px }
.quick-contact .input-box { position: relative; margin-bottom: 40px; z-index: 1;}
.quick-contact .captcha-field .input-box{margin-bottom: 15px;}

.quick-contact .selector span:before{ top:17px;}
.quick-contact .input-box textarea { height: 155px; resize: none; display: block; max-width: initial;}
.quickcontact-index-index .quick-contact .input-box textarea { height: 187px; resize: none; display: block; max-width: initial;}

.quick-contact .g-recaptcha { margin-top: 26px;}
.quick-contact .fieldset p.required{ float: left; margin:8px 0;}
.quick-contact .button-set .button { display: block;  width: 100%; padding: 15px 0; border-radius: 3px; line-height: 0; margin-top: 10px;}
.quickcontact-index-index  .quick-contact .button-set .button { display: block;  width: 100%; padding: 30px 0; border-radius: 3px; line-height: 0; margin-top: 0;}
.websitereview-index-index .view-mode{display:none;}

.map iframe { width: 100%; border: none; display: block; height: 350px; }
.contact_page .contact_us_icon { position: relative; padding-left: 80px; min-height: 60px; }
.contact_page .contact_us_icon span { vertical-align: middle; margin: 0 15px 0 0; height: 60px; width: 60px; position: relative; color: #fff; background: #f33; display: block; position: absolute; left: 0; top: -14px; }
.contact_page .contact_us_icon span:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 30px }
.contact_page .contact_us_icon span.fa-mobile:before { font-size: 48px }
.contact_page .contact_us_icon.address { margin-top: 10px }
.contact_page .contact_us_icon.address p { max-width: 179px; margin-top: -5px; }
.contact_page .contact_us_icon p, .contact_page .contact_us_icon a { display: inline-block; margin-bottom: 0; vertical-align: middle; font-size: 16px; color: #606060; line-height: 24px; }
.contact_page .contact_us_icon a:hover { color: #F33; }
.contact_page .contact_us_icon+.contact_us_icon { margin-top: 20px }
.contact_form { padding: 43px 0 70px 0; position: relative; z-index: 1 }
.contact_form:before { content: ""; display: block; position: absolute; z-index: -1; left: 0; top: 0; height: 100%; width: 100%; background: rgba(48,48,48,0.6) }
.contact_form h2, .contact_form .h2 { font-weight: 700; text-transform: uppercase;  margin-bottom: 38px }
.req { color: #f00 }
.contact_page .captcha-box { margin: 26px 0 20px 0; position: relative }
.contact_page .captcha-box iframe { display: block }
.contact_page .input_box { position: relative; margin-bottom: 35px; z-index: 1 }
.contact_page .capcha-div { padding-top: 20px; margin-bottom: 15px; }
.contact_page .input_box .input { border: 1px solid #ccc; font-size: 16px; font-weight: 300;  color: #606060; width: 100%; background: none; height: 45px; padding: 5px 14px; line-height: 20px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease }
.contact_page .submit_box.input-box .input { position: relative; display: inline-block; vertical-align: top; min-width: 170px; text-align: center; line-height: 58px;  font-weight: 700; font-size: 18px; z-index: 1; text-transform: uppercase; padding: 0 15px; border: 1px solid #0b74b9; color: #fff; height: 60px }
.contact_page .submit_box.input-box:before { content: ""; display: block; position: absolute; left: 0; width: 100%; z-index: -1; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; height: 100%; background: #0b74b9; bottom: 0 }
.contact_page .input_box textarea.input { height: 188px; resize: none; display: block; max-width: initial }
.contact_page label { font-size: 16px; font-weight: 400; color: #606060; margin: 0 0 5px 0; padding: 0 }
.contact_page .require { margin: 0; color: #f00; font-size: 14px; }
.contact_page .validation-advice { position: absolute; }
.contact_page .recaptcha-error-message { position: absolute; }
.contact_page .input_box .input:focus { border-color: #fc4555 }
.contact_page form { margin-top: 50px }
.contact_page .input_box.submit-box { margin-bottom: 0 }
.contact_page .contact_us_icon span.abn { text-align: center; line-height: 60px; font-weight: 700 }
.contact_page .buttons-set .btn-primary { display: block; width: 100% }
.contact_page .buttons-set { margin: 0 0 40px 0; padding: 0 }
.contact_page .fieldset p.required { float: none }
.contact_page .buttons-set button.button { float: none; margin-left: 0; }
/* Contact us page ends
############################################### */
/* CMS page
############################################### */
.cms-page-view .std p, .cms-no-route .std p, .general-info-box p, .tab_container p { font-size: 15px; line-height: 24px; color: #000000; margin-bottom: 15px; }
.cms-page-view .std p a { color: #8cc63f; word-wrap: break-word; text-decoration: underline; }
.cms-page-view .std p a:hover { color: #000; text-decoration: none; }
.cms-page-view .std p:last-child, .cms-no-route .std p:last-child { margin-bottom: 0 }
.cms-no-route .std .not-found-bottom-text { margin-top: 10px; }
.cms-no-route .std .not-found-bottom-text a { color: #F05D2A; }
.cms-no-route .std .not-found-bottom-text a:hover { color: #333333; }
.cms-no-route .std .not-found-bottom-text p { font-size: 17px; line-height: 23px; }
.cms-no-route .std .not-found-bottom-text p a { text-decoration: underline }
.cms-no-route .std .not-found-bottom-text p a:hover { text-decoration: none }
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1, .cms-page-view .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3, .cms-no-route .page-title h1, .cms-no-route .page-title h3, .cms-no-route .page-head h1, .cms-no-route .page-head h3 { /* border: none; */ }
.cms-page-view .page-title h1, .quickcontact-index-index .page-title h1 { font-size: 33px; line-height: 42px; margin-bottom: 13px; }
.contact-bottom-text-block p:last-child { margin-bottom: 0; }
.cms-page-view .std img, .cms-no-route .std img { max-width: 100%; }
.cms-page-view .std p, .cms-no-route .std p { color: #636363; font-size: 14px; line-height: 24px; }
.cms-page-view .std h1, .cms-no-route .std h1 { color: #303030; }
.cms-page-view .std h2, .cms-no-route .std h2 { color: #303030; }
.cms-page-view .std h2.sub-title { text-transform: none; margin-bottom: 23px; margin-top: 38px; font-size: 30px; }
.cms-page-view .std ul { margin-bottom: 47px; }
.cms-page-view .std li, .cms-no-route .std li { color: #606060; position: relative; display: block; list-style: outside none none; margin: 0 0 13px; padding: 0 3px 0 16px; font-style: normal; line-height: 23px;}
.cms-page-view .std ol { counter-reset: listStyle; }
.cms-page-view .std ol li { counter-increment: listStyle; }
/* .cms-page-view .std ol li:before { content: "("counter(listStyle, decimal)")"; position: absolute; left: 0; top: 0; color: #89c63f; font-weight: 500; } */
.cms-page-view .std ol ol { counter-reset: listStyle1; margin-top: 10px; }
.cms-page-view .std ol ol li { counter-increment: listStyle1; }
/* .cms-page-view .std ol ol li:before { content: "("counter(listStyle1, lower-alpha)")"; position: absolute; left: 0; top: 0; } */
.cms-page-view .std li:last-child, .cms-no-route .std li:last-child {margin-bottom:0;}
.about-us-main-banner, .contact-us-main-banner { margin-bottom: 8px; }
.cms-img { margin-top: 5px; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 8px 6px -6px black; }
.cms-page-view .std ul.download-library li:before { content: "\f019" }
.download-credit-link i { font-size: 20px; margin-right: 5px; vertical-align: middle; }
.cms-page-view .col-left:after, .cms-no-route .col-left:after { content: ''; display: table; clear: both; }
.cms-no-route .std img { width: 100%; }
.cms-page-view .std .messages, .cms-home .std .messages, .cms-no-route .std .messages { margin-bottom: 10px; }
.cms-page-view .std .messages ul, .cms-home .std .messages ul, .cms-no-route .std .messages ul { margin-bottom: 0; }
.cms-page-view .std .messages li, .cms-home .std .messages li, .cms-no-route .std .messages li { list-style: none; margin-left: 0; font-style: normal; }
.cms-page-view .std p { font-size: 14px; line-height: 20px; color: #606060; }
.cms-page-view .std img, .cms-no-route .std img { max-width: 100%; }
.cms-page-view .std .table-outer { overflow-x: auto; overflow-y: hidden; }
.cms-page-view .std table { margin-bottom: 20px; min-width: 300px; }
.cms-page-view .std table caption { text-align: center; font-weight: bold; background: #333; color: #fff; padding: 10px; }
.cms-page-view .std table td { border: 1px solid #ccc; padding: 10px }
.cms-page-view .std img.alignleft { float: left; margin: 0 20px 20px 0; }
.cms-page-view .std img.aligncenter { margin: 0 auto 20px; float: none; clear: both; }
.cms-page-view .std img.alignright { float: right; margin: 0 0 20px 20px; }
.cms-page-view .std p, .cms-no-route .std p { color: #636363; font-size: 14px; line-height: 24px; font-family: 'montserratlight'; }
.cms-page-view .std p strong, .cms-no-route .std p strong{ font-weight:bold;}
.cms-page-view .std h1, .cms-no-route .std h1 { color: #303030; font-weight: normal; }
.cms-page-view .std h2, .cms-no-route .std h2 { color: #303030; font-weight: normal; }
.cms-page-view .std h3, .cms-no-route .std h3 { color: #303030; font-weight: normal; }
.cms-page-view .std h4, .cms-no-route .std h4 { color: #303030; font-weight: normal; }
.cms-page-view .std h5, .cms-no-route .std h5 { color: #303030; font-weight: normal; }
.cms-page-view .std h6, .cms-no-route .std h6 { color: #303030; font-weight: normal; }

/*.multi-messages {text-align: center;}*/
/*.multi-messages > li, .messages_product_view .multi-messages > li {display: inline-block; position: absolute; left: 50%; margin-left: 10px; top: 50%; margin-top: -122px;}*/
/*.cms-home .multi-messages li li, .messages_product_view .multi-messages li li {margin: 0 auto !important;}*/
/*.cms-page-view.cms-terms-conditions-vendor .std ul li ol li:before { content: "("counter(listStyle)")"; top: 10px;}*/



/*
@media only screen and (min-width: 640px) {
    .multi-messages > li:first-child, .messages_product_view .multi-messages > li:first-child {margin-left: -310px;}
}
*/

/*
@media only screen and (max-width: 639px) {
    .multi-messages > li:first-child, .messages_product_view .multi-messages > li:first-child {margin: 0; top: 10%; left: 0; right: 0;}
    .multi-messages > li:last-child, .messages_product_view .multi-messages > li:last-child {top: 70%; left: 0; right: 0; margin-left: 0;}
    .multi-messages li li {left: 0; right: 0;}
}
*/

.table-outer { overflow-x: auto; overflow-y: hidden; }
.cms-page-view .table-outer th { border-top: 2px solid #cecece; border-bottom: 2px solid #cecece; padding: 10px; }
.cms-page-view .table-outer td { border-bottom: 1px solid #cecece; padding: 10px; }
.cms-page-view .std h2.sub-title { text-transform: none; margin-bottom: 23px; margin-top: 38px; font-size: 30px; }
.cms-page-view .std ul { margin-bottom: 15px; }
.cms-page-view .std li, .cms-no-route .std li { color: #5a5a5a; position: relative; display: block; list-style: outside none none; font-style: normal; }
.cms-page-view.cms-about-us .std li { color:#fff; font-size:12px; line-height: 18px;}
.cms-page-view .std ol { counter-reset: listStyle; }
.cms-page-view .std ol li { counter-increment: listStyle; }
/* .cms-page-view .std ol li:before { content: counter(listStyle, decimal)"."; position: absolute; left: 0; top: 0; color: #89c63f; font-weight: 500; } */
.cms-page-view .std ol ol { counter-reset: listStyle1; margin-top: 10px; }
.cms-page-view .std ol ol li { counter-increment: listStyle1; }
/* .cms-page-view .std ol ol li:before { content: "("counter(listStyle1, lower-alpha)")"; position: absolute; left: 0; top: 0;     color: #89c640;} */
.cms-page-view .std li:last-child, .cms-no-route .std li:last-child {margin-bottom:0;}

.cms-page-view .aboutpage-ourvision { display: inline-block; width: 100%;  margin-bottom: 48px; position: relative;}
.cms-page-view .aboutpage-ourvision .ourvision-right { position:absolute; right:0; top:0;  max-width: 470px; background: rgba(0, 0, 0, 0.82); padding: 30px 21px;  height: 100%; /*overflow: auto;*/}
.cms-page-view .aboutpage-ourvision .ourvision-right .aboutpagescroll,
.cms-page-view .aboutpage-ourvision .ourvision-left .aboutpagescroll { /*height:100%;*/ }
.cms-page-view .aboutpage-ourvision .ourvision-right h2{ color:#fff; font-size:24px; line-height:24px; margin-bottom:29px;}
.cms-page-view .aboutpage-ourvision .ourvision-right p{ color:#c0c0c0; font-size:14px; line-height:24px; font-family: 'montserratlight';}

.cms-page-view .aboutpage-ourmission { display: inline-block; width: 100%;  margin-bottom: 48px; position: relative;}
.cms-page-view .aboutpage-ourmission .ourvision-left { position:absolute; left:0; top:0;  max-width: 470px; background: rgba(88, 88, 90, 0.82); padding: 30px 21px;  height: 100%; /*overflow: auto;*/}
.cms-page-view .aboutpage-ourmission .ourvision-left h2{ color:#fff; font-size:20px; line-height:18px; margin-bottom:20px;}
.cms-page-view .aboutpage-ourmission .ourvision-left p{ color:#fff; font-size:12px; line-height:18px; margin-bottom: 5px; font-family: 'montserratlight';}

.cms-page-view.cms-terms-conditions-vendor .std ul li, .cms-page-view.cms-terms-conditions-purchaser .std ul li, .cms-page-view.cms-terms-conditions-vendor .std ol li, .cms-page-view.cms-terms-conditions-purchaser .std  ol li{ color:#5a5a5a; font-size:15px; line-height:24px; font-family: 'montserratlight';}
.cms-page-view.cms-terms-conditions-vendor .std ul, .cms-page-view.cms-terms-conditions-purchaser .std ul, .cms-page-view.cms-terms-conditions-vendor .std ol, .cms-page-view.cms-terms-conditions-purchaser .std ol{margin-left: 15px;}

/* CMS page ends
############################################### */
/* Sitemap page
############################################### */
.page-sitemap .links { display: block; text-align: right; margin: 0 20px 0 0; }
.page-sitemap .links a { position: relative; }
.page-sitemap .sitemap { padding: 0 20px; margin: 15px 0; font-size: 12px; }
.page-sitemap .sitemap li { margin: 3px 0; }
/* Sitemap page ends
############################################### */
/* Print page
############################################### */
body.page-print .print-head { display: inline-block; float: left; }
body.page-print .col2-set { clear: both; margin-bottom: 20px; }
body.page-print.sales-order-printcreditmemo .print-head { float: none; display: inline-block; }
body.page-print {height: auto; /* width:98%; */ overflow-x:hidden}
.page-print .button { background: #A6A6A6; }
.page-print .order-date { clear: right; float: right; }
/*.page-print .buttons-set [onclick="window.close();"] {display:none;}*/
.page-print h1  { display: block; font-size: 14px; line-height: 1.5;  float: right;}
.page-print h2, .page-print h3 { display: block; font-size: 14px; line-height: 1.5; color: #2b2b2b; font-family: 'montserratregular';}
.page-print .h2{float:right; width: 60%; text-align: right;     margin-top: 9px; font-size: 17px;}
.page-print address { font-style: normal; font-size: 13px; line-height: 22px; font-family: 'montserratlight';}
.page-print .data-table td, .page-print .data-table tbody td{ font-size:14px;}
.page-print .buttons-set{ display:none;}
.page-print .data-table tbody td[data-rwd-label="Qty"]{ text-align:center;}
.page-print .order-date { clear: right; float: right; }
.page-print .product-img-box .product-image { border: 1px solid #999999; box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; }
.page-print .old-price .price { font-size: 12px !important; }
.page-print .price { font-size: 14px !important; line-height: 20px; }
/* Print page ends
############################################### */
/* 404 page
############################################### */
.cms-no-route .col-middle{position:relative; padding-right:320px;}
.cms-no-route .col-middle:before{content:''; display:block; position:absolute; right:0; top: 60px; background:url(../images/404logo.jpg) no-repeat; width: 300px; height: 300px;background-size: 100% auto;opacity: 0.5;}
.not-found-h1 {color: #000; font-size: 30px; line-height: 38px; margin-bottom: 15px; padding-top: 5px; text-transform: uppercase;}
.not-found-content {color: #101010; font-size: 14px; line-height: 25px; margin-bottom: 20px; padding-top: 10px; }
.not-found-bottom-text {color: #101010; font-size: 20px; line-height: 22px; position: relative; }
.not-found-bottom-text a {border-bottom: 1px solid #fff; color: #8c7d70; display: inline; font-size: 20px; line-height: 22px; padding-bottom: 3px; text-decoration: none; transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; }
.cms-page-view .std a, .cms-no-route .std a {font-size: 17px; text-decoration: underline; color: #8c7d70; }
/* 404 page ends
############################################### */
/* Blog page
############################################### */
.wp-sidebar .block { margin-bottom: 15px; }
.blog-search { position: relative; }
.blog-search button { position: absolute; right: 6px; top: 6px; padding: 0; width: 43px; height: 43px; }
#wp-recent-comments-list li {  font-size: 16px; }
#wp-recent-comments-list li a { margin-top: 10px }
.blog-home .home-post-section-slider li { padding: 20px; position: relative; }
.blog-home .home-post-description p { line-height: 22px; padding-bottom: 30px; }
.blog-home .post-meta { position: absolute; bottom: 0; right: 0; background: #E8E8E8; padding: 10px; }
.blog-home .post-meta, .blog-home .post-meta a {  font-size: 13px; }
.blog-home .post-meta a { text-decoration: underline; color: #8cc63f; }
.blog-home .post-meta a:hover { color: #000; text-decoration: none; }
.blog-search { padding: 5px; }
.blog-search .input-text { margin-bottom: 4px; }
/** * General post (view and list) * */
.post-date { font-style: italic; font-size: 98%; margin-bottom: 10px; }
.post-entry p.post-meta { font-style: italic; font-size: 12px; line-height: 18px; margin-bottom: 0; }
.post-entry { }
.post-entry-with-image { }
.post-entry p, .std.post-entry p { font-size: 16px; line-height: 22px; text-align: justify; margin-bottom: 20px; }
.post-entry img { max-width: 100%; height: auto }
.post-entry p strong { font-weight: bold }
.post-summary { padding: 20px 20px 0; height: 100px; overflow: hidden; }
.wordpress-post-view .featured-image { border: 1px solid #ccc; padding: 5px; margin-bottom: 20px; }
.featured-image img { width: 100%; height: auto }
.featured-image.right { margin: 2px 0 4px 10px; }
.is-blog .toolbar { margin: 0 0 10px; }
/** * Blog homepage * */
.blog-title.not-first-page { display: none; }
.blog-title.with-tagline { margin-bottom: 10px; }
.blog-tag-line { }
/** * Post list page * */
/** * Post view page * */
.page-title.post-title { margin-bottom: 4px; }
.post-view .post-meta { margin-bottom: 20px; }
.post-view .post-skips:before, .post-view .post-skips:after { content: ''; display: table; }
.post-view .post-skips:after { clear: both; }
.post-view .post-skips { zoom: 1; }
.post-skip-next { float: right }
.post-view .post-skips .post-skip-previous { margin-right: 10px; }
.post-view .yarpp-related { margin-bottom: 20px; }
/** * Post comments * */
.comments-wrapper h2 { margin-bottom: 10px; }
.comments-wrapper ul.children { margin-left: 20px; }
.comment { height: 1%; overflow: hidden; margin-bottom: 10px; }
.comment .comment-inner { border-bottom: 1px solid #eee; padding: 10px 0; }
.comment .gravatar { float: left; margin: 0 10px 10px 0; }
.comment .comment-meta { margin-bottom: 10px; }
.comment .comment-when { display: block; text-decoration: none; }
.comment .comment-entry { clear: both; font-size: 110%; }
/** * Author page * */
.author-description { font-style: italic; margin-bottom: 20px; }
/** * PinterestRssWidget plugin * */
.block-blog-pinterest li.item { text-align: center; }
.block-blog-pinterest .follow { text-align: center; margin: 10px 0 15px; }
.shortcode-pinterest { }
.shortcode-pinterest ul { height: 1%; overflow: hidden; }
.shortcode-pinterest li { list-style: none; padding: 0; margin: 0 10px 10px; float: left; }
/** * Alignment and captions * Taken from default WordPress CSS file * */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */ border: 1px solid #ddd; padding: 6px; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
img.size-full, img.size-large { max-width: 97.5%; width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */ height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }
.wp-caption { margin-top: 0.4em; }
.wp-caption { background: #eee; margin-bottom: 1.625em; max-width: 96%; padding: 9px; }
.wp-caption img { display: block; margin: 0 auto; max-width: 98%; border-color: #eee; }
.wp-caption .wp-caption-text { color: #666;  font-size: 12px; }
.wp-caption .wp-caption-text { margin-bottom: 0.6em; padding: 10px 0 5px 40px; position: relative; }
.wp-caption .wp-caption-text:before { color: #666; content: '\2014'; font-size: 14px; font-style: normal; font-weight: bold; margin-right: 5px; position: absolute; left: 10px; top: 7px; }
.wp-caption img { border-color: #eee; }
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img { background: #fff; border-color: #ddd; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { font-style: italic; font-size: 12px; font-size: 0.857142857rem; line-height: 2; color: #757575; }
div.gallery { height: 1%; overflow: hidden; }
.gallery-columns-2 dl.gallery-item { width: 50%; }
.gallery-columns-3 dl.gallery-item { width: 33%; }
.gallery-columns-4 dl.gallery-item { width: 25%; }
.gallery-columns-5 dl.gallery-item { width: 20%; }
dl.gallery-item { float: left; }
dl.gallery-item .gallery-icon { overflow: hidden; }
.post-view ul.form-list { list-style: none outside none; }
/* * WP Calendar */
#wp-calendar { margin: 0; width: 100%; padding: 5px 10px; }
#wp-calendar th { font-weight: bold; }
#wp-calendar th, #wp-calendar td, #wp-calendar caption { text-align: left; }
#wp-calendar #next { text-align: right; }
/** * Yarpp thumbnails * This is taken directly from the Yarpp plugin */
.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title { display: inline-block; *display: inline;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail { border: 1px solid rgba(127,127,127,0.1); width: 130px; height: 170px; margin: 5px; margin-left: 0px; vertical-align: top; }
.yarpp-thumbnail > img, .yarpp-thumbnail-default { width: 120px; height: 120px; margin: 5px; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default { margin-bottom: 0px; display: block; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title { font-size: 1em; max-height: 2.8em; line-height: 1.4em; margin: 7px; margin-top: 0px; width: 120px; text-decoration: inherit; overflow: hidden; }
.yarpp-thumbnail-default { overflow: hidden; }
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-wide { height: 120px; max-width: none; }
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-tall { width: 120px; max-height: none; }

#recipress_recipe { clear: both; }
/** * Product shortcode */
.std ul.mini-products-list { list-style: none; margin: 0; padding-left: 0; }
.std ul.mini-products-list ul.item { list-style: none; }
img.max-width { max-width: 100%; }
/** * Lightbox styles */
#fp-gallery { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; }
#fp-gallery .shadow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 101; background: #000 url('ajax-loader.gif') no-repeat center 40px; }
#fp-gallery .inner { position: relative; z-index: 102; background: #fff; max-width: 95%; margin: 1% auto 0; background: #fff; border: 4px solid #ddd; box-shadow: 4px 4px 4px #666; display: inline-block; min-width: 400px; min-height: 200px; }
#fp-gallery .close { display: inline-block; position: absolute; background: #fff url('lightbox-close.png') no-repeat center center; padding: 2px; border-radius: 50%; cursor: pointer; text-decoration: none; display: inline-block; height: 48px; width: 48px; margin: auto; top: 10px; right: 10px; text-indent: -999999px; }
@media all and (max-width:767px) {
.post-list h2 { font-size: 16px; line-height: 22px; }
.post-summary { height: 133px; padding: 10px 10px 0; }
body .sidebar .block.block-recent-posts .block-content { border: 0; margin-bottom: 0; }
#post-list { margin: 0 -5px }
.post-list li.item { padding: 5px }
}
@media all and (max-width:479px) {.post-list li.item { float: none; width: auto }}
.wordpress-post-view .post-date { font-size: 14px; font-style: italic; margin-bottom: 15px; }
.wordpress-post-view .featured-image { }
/* Blog page ends
############################################### */
/*General css
###############################################*/
/* Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button, .cart-table .button, .sidebar .actions .button, .button.button-secondary { background: #909090; color: #fff; padding: 9px 12px; }
.cart .buttons-set .button:hover, .cart-table .button:hover, .sidebar .actions .button:hover, .button.button-secondary:hover { background: #333333; cursor: pointer; }
.cart .buttons-set .button:active, .cart-table .button:active, .sidebar .actions .button:active, .button.button-secondary:active { background: #c4c4c4; color: #636363; }
.cart .buttons-set .button:focus, .cart-table .button:focus, .sidebar .actions .button:focus, .button.button-secondary:focus { color: #636363; background: #c4c4c4; outline: none; }
.sidebar .actions button.button { white-space: normal; }
/* Primary Buttons */
.button-set .button { float: right; margin-left: 10px }
.button-set p.required { float: right; margin-top: 22px; }
.button, #co-shipping-method-form .buttons-set .button, .footer .button { background: #8bc63f; display: inline-block; border: 0; font-size: 16px; font-weight: normal; line-height: 22px; text-align: center; text-transform: uppercase; vertical-align: middle; color: #fff; white-space: nowrap;  padding: 9px 12px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;     border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover { background: #58585a; cursor: pointer; }
.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active { background: #58585a; color: #FFFFFF; }
.button:focus, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:focus, .footer .button:focus { background-color: #58585a; outline: none; color: #FFFFFF; }
a.button { text-decoration: none; }
a.button:hover { color: #FFFFFF; }
.button i{ font-size: 28px;}

/* Disabled - class for anchor, state for form elements */
.button.disabled, .button:disabled { background: #C8C8C8; opacity: 0.6; cursor: not-allowed; }
/* Adjacent buttons */
.button + .button { margin-left: 5px; }
.btn-remove, .btn-previous, .delete-quick {display: inline-block; width: 20px; height: 20px; /* border: 1px solid #ededed; */ text-align: center; font: 0/0 a; text-shadow: none; color: transparent; position: relative; border: 0; }
.btn-remove2:after, .btn-remove:after {background: url(../images/icon_sprite.png) 0px -649px; content: ""; height: 20px; width: 20px; display: inline-block;}
.checkout-cart-index .btn-remove2:after, .checkout-cart-index  .btn-remove:after {display:none;}
.footer-container {position: absolute; bottom: 0; width: 100%;}
/* -------------------------------------------- * * Paypal Button */
.paypal-logo.paypal-after { float: left; }
.paypal-after .paypal-or { float: left; }
.paypal-or { line-height: 34px; margin: 0px 10px 5px; }
.paypal-after .paypal-button { float: left; }
.paypal-button { line-height: 0px; }
.paypal-button img { display: inline; }
 @media only screen and (max-width: 740px) {
.paypal-or { line-height: 20px; }
.paypal-logo, .paypal-or, .paypal-button { text-align: center; width: 100%; display: block; margin-right: 0; margin-left: 0; float: none; }
}
/* -------------------------------------------- * * Button Sets */
.buttons-set { margin: 10px 0 0; padding-top: 10px; text-align: right; }
.buttons-set p.required { margin: 0; line-height: 22px; float: right; }
.buttons-set .back-link { float: left; margin: 0 0 0px 0; line-height: 22px; }
.buttons-set a:not(.button) { line-height: 20px; display: inline-block; /*padding: 5px;*/ }
.buttons-set button.button { float: right; margin-left: 15px; margin-bottom: 5px;/*  min-width: 140px; */ }
.buttons-set:after { content: ''; display: table; clear: both; }
/* -------------------------------------------- * * Icons */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .view-mode .grid, .view-mode .list, .skip-nav .icon, .skip-search .icon, .skip-account .icon, .skip-cart .icon, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .listarrow ul li:before, .listdot ul li:before, .listcheck ul li:before, .cart-table .cart-links > li:first-child > a:after, .opc .section.allow:not(.active) .step-title a:after, .changelink a:after, .my-account .box-title a:after, .btn-remove:after, .cart-table .cart-links > li > a.link-wishlist:after, .pages .next:before, .pages .previous:before, #wishlist-table td p a.button.link-edit:after, .add-to-links a.link-wishlist:after, .product-cart-remove a.link-edit:after { background-image: url(../images/icon_sprite.png); background-repeat: no-repeat; text-indent: -9999px; }
/* -------------------------------------------- * * Button - Remove / Previous */
.btn-previous, .delete-quick { display: inline-block; width: 20px; height: 20px; /* border: 1px solid #ededed */ text-align: center; /* Hide text */ font: 0/0 a; text-shadow: none; color: transparent; position: relative; border: 0 }
.btn-remove:focus, .btn-previous:focus { outline: none; }
.import-order-box { background: #e4e4e4; padding: 20px; }
.quickshoping-outer { margin: 20px 0; }
.quickshopping-form .toolbar { margin-top: 0 }
.import-order-box .file-inputbox { border: 1px solid #B5B5B5; padding: 10px; margin-bottom: 10px; background: #fff; }
input[type="file"] { width: 100%; }
input[type="file"]:focus { outline: none; }
.btn-previous:hover { background-color: #333333; border-color: #333333; }
.btn-remove2 { border: none; vertical-align: top; background: none; }
.delete-quick { background: url(../images/sprite.png) -67px -682px; content: ""; height: 20px; width: 20px; display: block; }
.btn-remove:hover:after, .delete-quick:hover { background-color: transparent; background-position: -68px -705px; }
.btn-previous:after { content: ''; position: absolute; width: 0; height: 0; display: block; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 4px solid #333333; border-left: none; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -4px; }
.btn-previous:hover:after { content: ''; position: absolute; width: 0; height: 0; display: block; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 4px solid white; border-left: none; }
.block-layered-nav .currently .btn-remove, .block-layered-nav .currently .btn-previous, .mini-products-list .btn-remove, .mini-products-list .btn-previous, #compare-items .btn-remove, #compare-items .btn-previous { float: right; margin-left: 6px; padding: 0 ;border: 0; margin-top: -4px; font-size: 18px; margin-bottom: 0; line-height: 30px;}
/* Buttons ends * ============================================ *//* Messages * ============================================ *//* Global Site Notice--------------------------------------------  */
.global-site-notice { background: #676157; color: #e6e6e6; font-size: 11px; }
.global-site-notice .notice-inner { padding-left: 120px; width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; line-height: 11px; min-height: 40px; padding-top: 14.5px; padding-bottom: 14.5px; background-image: url("../images/demo-logo.png"); background-position: left; background-repeat: no-repeat; background-size: 105px auto; }
.global-site-notice p { margin-bottom: 0; }
/* -------------------------------------------- * * Promotional Message Banner */
.promo-msg { color: #333333; text-align: center; margin: 10px; text-transform: uppercase;  }
/* -------------------------------------------- * * Messages */
.success { color: #11b400; }
.error { color: #df280a; font-weight: normal; }
.notice { color: #e26703; font-weight: normal; }
/* -------------------------------------------- * * Messages */
.messages { position: fixed; top: 0; left: 0; text-align: center; color: #fff; z-index: 999; background: rgba(0, 0, 0, 0.8); right: 0; bottom: 0; margin: 0 !important; }
.messages li li { position: relative; margin-bottom: 5px; background: #f4f4f4; font-size: 15px; padding: 110px 20px 80px 20px; width: 300px; position: absolute !important; left: 50%; margin: -128px 0 0 -150px !important; top: 50%;  }
.messages .success-msg li { background-color: #00bd9d; color: #fff;}
.cms-home .messages .success-msg li { background-color: #00bd9d; color: #fff; }
.cms-home .messages .success-msg li:before { content: "\f00c"; font: normal normal normal 74px/1 FontAwesome; position: absolute; display: block; border-right: none; left: 50%; top: 20px; margin-left: -37px; width: 75px; text-align: center;  visibility: visible; background: none;}
.cms-home .messages li li{margin: 50px 0 0 -150px !important;}

.messages li li:before { content: "\f00c"; font: normal normal normal 74px/1 FontAwesome; position: absolute; display: block; border-right: none; left: 50%; top: 20px; margin-left: -37px; width: 75px; text-align: center; }
.messages li li:after { content: 'Done'; display: block; position: absolute; left: 0; right: 0; bottom: 0; background: #fff; text-transform: uppercase; text-align: center; background: #01826c; line-height: 60px; font-weight: 500; cursor: pointer; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.messages li li:hover:after { background: #024338; }
.messages .error-msg li { background-color: #f45f63; }
.messages .error-msg li:before { content: "\f00d"; }
.messages .error-msg li:after { content: 'Try again'; background: #ad2c30; }
.messages .error-msg li:hover:after { background: #7D0307; }
.messages .notice-msg li { background-color: #EC7D56; }
.messages .notice-msg li:before { content: "\f129"; }
.messages .notice-msg li:after { content: 'Ok'; background: #a73911; }
.messages .notice-msg li:hover:after { background: #6D2005; }
 @media only screen and (min-width: 915px) {
.order-list-grid .col-1 { width: 30%; }
.order-list-grid .col-2 { width: 50%; padding-right: 20px; }
.order-list-grid .col-3 { clear: none; width: 20%; padding-top: 0; }
}
/* -------------------------------------------- * * Payment Methods */
.payment-methods { margin-bottom: 20px; }
.payment-methods dt { padding: 5px 0; }
.payment-methods dd { padding-top: 10px; }
.payment-methods .form-list { position: relative; display: inline-block; max-width: 100%; margin: 5px 15px 15px; padding: 15px; border: 1px solid #cccccc; background: #f4f4f4; }
.payment-methods .form-list:before { content: ''; position: absolute; width: 0; height: 0; display: block; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #cccccc; border-top: none; top: -11px; left: 30px; }
.payment-methods .form-list:after { content: ''; position: absolute; width: 0; height: 0; display: block; border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #f4f4f4; border-top: none; top: -10px; left: 30px; }
.payment-methods .form-list li:last-child { margin-bottom: 0; }
/* -------------------------------------------- * * Price Box - Standard */
.price-box { margin: 7px 0 0; }
.price-box p { margin-bottom: 0; }
.price-notice { color: #a0a0a0; }
.price-box .price { color: #8cc63f; font-size: 20px; }
.price-box .price-label { color: #a0a0a0; white-space: nowrap; }
.price-box .minimal-price-link { /*padding-left: 1em;*/ color: #333333; display: block;/* We want this to show on its own line, otherwise the layout looks funky */ font-size: 16px; }
.price-box .minimal-price-link .label { color: #a0a0a0; }
/* -------------------------------------------- * * Price Box - Special */
.price-box .old-price, .price-box .special-price { display: inline-block; margin-bottom:0; }
.price-box .old-price .price-label, .price-box .special-price .price-label { display: none; }
.price-box .old-price .price, .price-box .special-price .price { display: inline-block; }
.price-box .old-price .price { color: #a0a0a0; text-decoration: line-through; }
.price-box .special-price { color: #333333; padding-left: 1em; }
.price-box .special-price .price-label { color: #D84D3C; }
/* -------------------------------------------- * * Price Box - Taxes */
.price-box .price-excluding-tax, .price-box .price-including-tax { display: block; }
span.weee { display: block; }
/* -------------------------------------------- * * Tier Prices */
.product-pricing, .tier-prices, .tier-prices-grouped { display: inline-block; padding: 4px 8px; background: #FBF4DE; border: 1px solid #E2D4C7; margin-top: 7px; }
.product-pricing li, .tier-prices li, .tier-prices-grouped li { font-size: 12px; }
.product-pricing .benefit, .tier-prices .benefit, .tier-prices-grouped .benefit { font-style: italic; }
.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price { font-weight: normal; }
/* ============================================ * * Item Options * ============================================ */
.item-options { font-size: 12px; }
.item-options:after { content: ''; display: table; clear: both; }
.item-options dt { float: left; clear: left; font-weight: 500; padding-right: 0px; }
.item-options dt:after { content: ': '; }
.item-options dd { float: left; padding-left: 5px; margin: 0 0 2px; }
.truncated, .truncated a.dots { cursor: help; }
.truncated a.details { cursor: help; height: 16px; line-height: 16px; color: #666; }
.truncated a.details:hover { text-decoration: none; }
.truncated .truncated_full_value { position: relative; z-index: 300; }
.truncated .truncated_full_value .item-options { display: none; position: absolute; z-index: 300; width: 200px; padding: 3px 0px 0px; border: 1px solid #333333; background-color: #FFF; top: 25px; left: 50%; margin-left: -100px; }
.truncated .truncated_full_value .item-options:after { content: ''; position: absolute; width: 0; height: 0; display: block; border-right: 7px solid transparent; border-left: 7px solid transparent; border-bottom: 7px solid #333333; border-top: none; left: 50%; margin-left: -7px; top: -7px; }
.truncated .truncated_full_value .item-options > p { font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
.truncated .show .item-options { display: block; padding: 5px 8px; }
 @media only screen and (max-width: 479px) {
.truncated { cursor: inherit; }
.truncated a.details { display: none; }
.truncated .truncated_full_value .item-options { display: block; position: static; z-index: 1; width: 100%; border: none; background-color: transparent; }
.truncated .truncated_full_value .item-options p { float: none; }
.truncated .truncated_full_value .item-options:after { display: none; }
}
/* -------------------------------------------- * * Printer Friendly Page */
.page-print { width: 6.5in; margin: 20px auto; background: #FFFFFF; }
.page-print.sales-order-print > div { position: relative; }
.body.page-print h2 { margin-top: 20px; margin-bottom: 5px; }
.body.page-print .order-date { font-weight: bold; position: absolute; right: 0; top: 55px; }
/* -------------------------------------------- * * Add to links */
.add-to-links { margin: 7px 0; }
.add-to-links a { display: inline-block; padding: 0px 3px 3px; }
.add-to-links .separator { display: none; }
/* -------------------------------------------- * * Ratings */
.ratings { margin: 9px 0; }
.ratings .rating-box, .ratings .rating-links { margin: 5px 0; }
.ratings .rating-box { width: 130px; height: 28px; background-repeat: repeat-x; background-position: 0 -615px; overflow: hidden; }
.home-reivew-tab .home-reivew-contain .ratings .rating-box{margin: 0 auto;}
.ratings .rating-box .rating { float: left; height: 28px; background-repeat: repeat-x; background-position: 0 -591px; } 
.ratings .amount { display: block; margin: 5px auto; }
.ratings .rating-links .separator { margin: 0 3px; }
.ratingview { display: inline-block; width: 100%; text-align: center; margin: 0 auto;  padding: 0;}
.ratingview .ratings .rating-box{margin: 0 auto;}
.ratingview .seller-block .seller-details a img{ width: auto; max-width: inherit;}
.ratingview .seller-details { display: inline-block; vertical-align: middle;     margin-right: 5px;}
.ratingview .seller-details a.sellerimage { width: 30px;  height: 30px; vertical-align: middle; display: inline-block;}
.ratingview .seller-details span.seller-name{ margin-left: 9px;}
.ratingview .rating-block{ display: inline-block; vertical-align: middle;}
.ratingview .rating-block .ratings{ margin: 0;}
.products-list .ratingview{ text-align: left;}
.products-list .ratingview .ratings .rating-box{margin: 0;}

.catalog-category-view .block-layered-nav .btn-remove {display: inline-block; width: 24px; height: 24px; border: 0px solid #ededed; text-align: center; text-shadow: none; margin-top:0px; position: relative; color:black; line-height:22px; }
.catalog-category-view .btn-remove:after, .catalog-category-view .btn-remove:hover:after {background-image: url(../images/icon_sprite.png); background-repeat: no-repeat; text-indent: -9999px;     background-position: 0px -649px;     background-size: auto; }
.catalog-category-view .btn-remove i {display:none;}
.catalog-category-view .block-layered-nav .btn-remove:hover {background:transparent; color:#fff;}
.ratings.data-table thead th{ border-bottom:none 0px; border-top: solid 1px #cecece; padding-bottom: 5px;}
/* -------------------------------------------- * * Standard Formatted Text Block */
.std p { margin: 0 0 1.5em; }
.std ol { list-style: none; margin-bottom: 1.5em; list-style-position: inside }
.std ol ol { margin-bottom: 0 }
.std li { margin-bottom: 5px; font-size: 15px; line-height: 21px; color: #575757; }
.see_some_helpfullinks { margin-bottom: 20px; }
.std ol ol li { margin-left: 2em; }
.std ul { list-style: none; margin-bottom: 15px; }
.std ul br, .std ol br { display: none }
.std ul li, .std ol li { padding-left: 16px; position: relative; }
.std ul li:before { content: ''; display: block; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; background: #8ac63f; border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; -moz-border-radius: 7px;}
.cms-index-index .std ul li:before { visibility: hidden }
.std .note { color: #a0a0a0; font-size: 13px; }
.std ol { counter-reset: listStyle; }
.std ol li { counter-increment: listStyle; }
/* .std ol li:before { content: counter(listStyle, decimal)"."; position: absolute; left: 0; top: 0; color: #8cc63f;  } */
.std ol ol { counter-reset: listStyle1; }
.std ol ol li { counter-increment: listStyle1; }
/* .std ol ol li:before { content: "("counter(listStyle1, lower-alpha)")"; /*content: "("counter(listStyle, decimal)")"; */ position: absolute; left: 0; top: 0; } */
/* -------------------------------------------- * * Tabs */
.tabs { margin-bottom: 10px; background: #FFFFFF; }
/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center { text-align: center; }
.a-right, .align-right { text-align: right; }
.no-display { display: none !important; }
.nobr, .nowrap { white-space: nowrap; }
.width-full { width: 100%; }
/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden { display: none; }
/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head { margin: 0 0 15px; }
.page-print .print-head .logo { /* float: none; padding-bottom: 0; padding-top: 10px; width: 256px; */ padding-top: 0;}
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- * * Fieldsets */
.fieldset p { margin-bottom: 7px; }
.fieldset p.required { margin-bottom: 5px; float: right; font-size: 12px; margin-top: 0px; }
.fieldset + .fieldset { margin-top: 5px; }
form .legend { margin: 0; margin-bottom: 10px; color: #636363; font-size: 18px; font-weight: 400; font-style: normal; line-height: 1.4; text-rendering: optimizeSpeed; margin-bottom: 15px; padding-bottom: 7px; /*border-bottom: 1px solid #ededed;*/ }
/* -------------------------------------------- * * Input Box */
/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix { float: left; margin-right: 5px; max-width: 100%; }
/* -------------------------------------------- * * Hints */
.input-hint { color: #a0a0a0; font-size: 12px; }
/* -------------------------------------------- * * Select */
select { font-size: 13px; }
select + select { margin-left: 5px; }
select[multiple] { width: 270px; border: 1px solid silver; font-size: 13px; padding: 5px; -webkit-appearance: none; }
/* -------------------------------------------- * * Textarea */
/* -------------------------------------------- * * Inputs */
.input-text { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; background: #FFFFFF; font-size: 15px; border-radius: 0px !important; border: 1px solid #ccc; height: 45px;  padding: 0 7px;  width: 100%; font-size: 13px; color: #606060; font-family: 'montserratlight';}
.selector.focus { overflow: visible; }
.input-text:focus { outline-color: #fc4555; border-color: #fc4555; }
.selector.focus span { /* box-shadow: 0 0 1px 0px #900612; */ border: 1px solid #fc4555; }
.input-text.validation-failed, .selector span.validation-failed { border-color: #fc4555; }
.input-text.validation-failed:focus { outline-color: #fc4555; }
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] { height: 50px; padding: 0 7px; font-size: 13px; color: #606060; font-family: 'montserratlight';}
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] { width: 365px; max-width: 100%; width: 100%; }
/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select { font-size: 16px; border-radius: 0px !important;/* Prevent from zooming on focus */ }
}
.ie8 .input-text { max-width: none; }
/* -------------------------------------------- * * Inputs - Quantity */
input[type=number].qty, input[type=text].qty { width: 60px; text-align: center; vertical-align: middle; }
/* -------------------------------------------- * * Placeholder */
::-webkit-input-placeholder { color: #a0a0a0;}
 input:-moz-placeholder { color: #a0a0a0;}
/* -------------------------------------------- * * Checkbox And Radio */
.checkbox + label, .radio + label { padding: 0 0 0 8px; font-size: 13px; font-weight: normal; vertical-align: top; }
/* ============================================ * * Form List * ============================================ */
.form-list .input-range .input-text { width: 74px; }
.form-list .control.remember-me-box label { width: auto; max-width: none; min-width: inherit; }
.form-list .control { padding-top: 4px; }
.form-list .control label { float: none; /* font-weight:bold; */ }
.form-list .control .radio, .form-list .control .checkbox { margin-right: 6px; }
.form-list .control .input-box { clear: none; display: inline-block; width: auto; padding: 0; }
form .form-instructions { /* font-style: italic; */ font-size: 13px; color: #656565; }
/* ============================================ * * Generic Info Table * ============================================ */
.info-box { border: 1px solid silver; padding: 12px 15px; margin: 0 0 15px; }
.info-box h2 { font-size: 13px; }
/* ============================================ * * PayPal * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 768px) {
.paypal-review-order .col2-set .col-1, .paypal-review-order .col2-set .col-2 { padding: 0px; }}
.paypal-review-order .info-set { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ededed; }
.paypal-review-order .buttons-set { margin-top: 0px; padding-top: 0px; border: 0; }
.paypal-review-order .buttons-set button { margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
.paypal-review-order .col-1 { padding-bottom: 0; }
.paypal-review-order .field.inactive { display: none; }
}
div.paypal-logo { text-align: center; margin: 15px 0; max-width: 100%; }
div.paypal-logo span { display: block; width: 100%; }
div.paypal-logo span a { display: inline-block; max-width: 100%; }
div.paypal-logo span a img { max-width: 100%; }
div.paypal-logo span > img { display: none; }
.checkout-types div.paypal-logo { text-align: right; }
.bml-checkout-type { list-style-type: none; }
.sidebar .paypal-logo { text-align: center; line-height: 0; }
.sidebar .paypal-logo > a { display: inline-block; max-width: 100%; }
.sidebar .paypal-logo > a:hover { opacity: 0.8; }
.sidebar .paypal-logo > a img { display: block; }
.sidebar .paypal-logo .label { margin-top: 4px; }
.sidebar .paypal-logo .label a { font-size: 12px; line-height: 1.5; }
/* ============================================ * * Pricing Conditions * ============================================ */
.price-box .minimal-price-link .label { color: #cf5050; font-size: 12px; text-transform: uppercase; }
/* ============================================ * * Cookies * ============================================ */
.notice-cookie .notice-inner { padding-bottom: 0; }
.notice-cookie .notice-inner:after { content: ''; display: table; clear: both; }
.notice-cookie .notice-text { float: left; max-width: 90%; padding-top: 4px; text-align: left; }
.notice-cookie .notice-text p { padding-bottom: 14.5px; line-height: 1.3; }
.notice-cookie .actions { float: left; text-align: right; padding-bottom: 14.5px; }
@media only screen and (max-width: 979px) {
.notice-cookie .notice-text { max-width: 86%; }
}
@media only screen and (max-width: 767px) {
.notice-cookie { padding: 0 20px; }
.notice-cookie .notice-text { max-width: 82%; padding-top: 0; }
	.product-view .product-shop .wk-block .livechat {
    position: relative;
    top: 0;
    right: 0;
    background: #303030;
    border-radius: 5px;
    color: #fff;
    padding-right: 0;
    width: 109px;
    margin-bottom: 10px;
    margin-left: 1px;
}
.account-cart-wrapper .topbar{display:none;}
.cms-index-index .about-right ul li{ width:100%;}
    .block-layered-nav .currently {
    padding: 0 10px;
}
}
@media only screen and (max-width: 620px) {
.notice-cookie { padding: 0 20px; }
.notice-cookie .notice-inner { background-position: left 10px; }
.notice-cookie .notice-inner:after { content: ''; display: table; clear: both; }
.notice-cookie .notice-text { float: none; max-width: 100%; padding-top: 0; }
.notice-cookie .actions { text-align: left; }
}
a.btn-edit, a.remove, button.remove, button.add, a.add, span.add, span.remove { display: block; position: relative; /* text-indent: -9999px; */ height: 30px; width: 30px; border: 0; background: none; }
.header-minicart .edit-delete-links { position: absolute; right: -5px; top: 4px; display: block; }
a.btn-edit { display: block; position: relative; /* text-indent: -9999px; */ }
a.btn-edit:before, a.btn-edit:after { content: ''; display: block; position: absolute; left: 12px; top: 13px; width: 18px; height: 18px; }
a.btn-edit:after { background-position: -25px -334px; opacity: 0 }
a.btn-edit:hover:after { opacity: 1; }
a.btn-edit:hover:before { opacity: 0; }
.btn-remove, a.btn-edit, a.remove, button.remove, button.add, a.add, span.add, span.remove { display: block; position: relative; height: 30px; width: 30px; background: none; }
.button2, .shipping #co-shipping-method-form .buttons-set .button { border: 0; padding: 0 31px; margin: 0; background: #58585a; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; cursor: pointer; vertical-align: middle; line-height: 45px; height: 45px; text-transform: uppercase; display: inline-block; color: #FFF; font-size: 14px; }
#shopping-cart-table .product-cart-actions .button.btn-update { border: 0; padding: 0 10px; margin: 0px 0 0; background: #58585a; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;cursor: pointer; vertical-align: top; line-height: 27px; height: 34px; text-transform: uppercase; color: #FFF; font-size: 13px; /*margin-top: -10px;*/ padding: 0; width: 75px;}
.button2:focus, .shipping #co-shipping-method-form .buttons-set .button:focus, #shopping-cart-table .product-cart-actions .button.btn-update:focus { outline: none; }
.button2:hover, .shipping #co-shipping-method-form .buttons-set .button:hover, .shipping #co-shipping-method-form .buttons-set .button:focus, #shopping-cart-table .product-cart-actions .button.btn-update:hover { background: #8cc63f; color: #FFF; }
input[type=radio], input[type=checkbox] { position: absolute; opacity: 0; left: -9999px; }
input[type=radio] + label, input[type=checkbox] + label { border: 0px; padding-left: 25px; /*height: 15px;*/ display: inline-block; line-height: 18px; background-repeat: no-repeat; background-position: 0 0; vertical-align: middle; cursor: pointer; color: #303030; text-shadow: 0 0 0 #303030; text-transform: none; background-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; }
input[type=radio] + label:before, input[type=checkbox] + label:before { content: ''; display: block; position: absolute; left: 0px; top: 1px; width: 20px; height: 20px; /*text-align: center; line-height: 18px; font-family: FontAwesome;*/ background: url(../images/icon_sprite.png);}
input[type=radio] + label:before { background-position: -181px -1779px;}
input[type=radio]:checked + label:before { background-position: 0 -1779px;}
input[type=radio]:checked + label:before {}
input[type=checkbox] + label:before { background-position: -50px -724px; }
input[type=checkbox]:checked + label:before { /*content: "\f00c";*/ background-position:0 -724px; }
/*checkout page */
.onestepcheckout-index-index .selector span, .onestepcheckout-index-index #ccsave_cc_number, .onestepcheckout-index-index #ccsave_cc_owner { /* background: none; */ border: 0; border-bottom: 1px solid #e0e0e0; padding-left:0;}
/*checkout page */
@media only screen and (max-width: 639px) {.customer-account .my-account .box-info .col-1, .customer-account .my-account .box-info .col-2{padding-left: 0; padding-right: 0;}}
.innerbanner { display: inline-block; width: 100%; position:relative;}
.innerbanner img{ min-width:100%;}
.innerbanner:before { content: ''; background: rgba(0, 0, 0, 0.50); position: absolute; left: 0; right: 0; height: 100%; width: 100%; z-index: 3;}
.innerbanner h2{    z-index: 8; font-size:45px; line-height:45px; position: absolute; color: #fff; left: 0; text-align: center; top: 42%; right: 0; text-transform:capitalize;}


.standars-cust h2, .premium-cust-free h2, .premium-cust-paid h2{ font-weight: 700; color: #221f1f; margin-top: -8px;  text-transform: uppercase;  margin-bottom: 33px; padding-bottom: 14px; border-bottom: solid 2px #ccc;}
.cms-page-view .standars-cust  p, .cms-page-view  .standars-cust ul li, .cms-page-view  .premium-cust-free  p, .cms-page-view  .premium-cust-free ul li, .cms-page-view  .premium-cust-paid  p, .cms-page-view  .premium-cust-paid ul li    { color: #777777; font-size: 14px; line-height: 24px; margin-bottom: 5px; font-family: 'montserratlight';}
.standars-cust  a.btn-joinnow:hover, .premium-cust-free  a.btn-joinnow:hover, .premium-cust-paid  a.btn-joinnow:hover{ background:#000;}

.standars-cust  { padding: 30px 26px 35px 25px; border: 4px solid rgb(139, 198, 63); position: relative; overflow: hidden; z-index: 1; width:46.9%; float:left;  margin-right: 30px;}
.standars-cust  a.btn-joinnow{ background-color: rgb(138, 198, 63); padding:15px 20px; font-size:14px; color:#fff; text-decoration:none;  border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
.standars-cust .standard-sticker {background-color: #8bc63f;border-radius: 50%;width: 100px;height: 94px;line-height: 110px;right: -26px;top: -32px; position: absolute;z-index: 999;padding-left: 24px;color: #fff;font-size: 16px;}

.premium-cust-free  { padding: 30px 26px 35px 25px; border: solid 4px rgba(73, 148, 205, 1); position: relative; overflow: hidden; z-index: 1; width:47%; float:left; margin-right: 30px;}
.premium-cust-free  a.btn-joinnow{ background-color: rgba(73, 148, 205, 1); padding:15px 20px; font-size:14px; color:#fff; text-decoration:none; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
.premium-cust-free .premium-sticker-free {background-color: #4994cd;border-radius: 50%;width: 100px;height: 94px;line-height: 110px;right: -26px;top: -32px; position: absolute;z-index: 999;padding-left: 24px;color: #fff;font-size: 16px;}

#form-customer-member .form-list .control label em{ color:red;}
.marketplace-marketplaceaccount-new .col-main a{color:#8bc63f; font-size:18px; text-transform: capitalize;}
.marketplace-marketplaceaccount-new .col-main .view-sidebar-link-wrapper a { color:#303030; font-size:14px; }
.marketplace-marketplaceaccount-new .col-main a:hover{ color:#000 !important;}

.premium-cust-paid  { padding: 30px 26px 35px 25px; border: 4px solid rgb(86, 86, 88); position: relative; overflow: hidden; z-index: 1; width:31%; float:left;}
.premium-cust-paid  a.btn-joinnow{ background-color: rgb(86, 86, 88); padding:15px 20px; font-size:14px; color:#fff; text-decoration:none; border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px;}
.premium-cust-paid .premium-sticker-featured {background-color: #575759; border-radius: 50%; width: 100px; height: 94px; line-height: 110px; right: -26px;top: -32px; position: absolute;z-index: 999;padding-left: 24px;color: #fff;font-size: 16px;}

.customer-account-create .form-list label{ float:left; color: #000;}
.customer-account-create .form-list label a{ color:#8cc63f;}
.customer-account-create .form-list label a:hover{ color:#fff;}
.customer-account-create .account-create{max-width: 800px; margin: 0 auto;}
.customer-account-create .account-create .fieldset, .customer-account-forgotpassword .fieldset { background-color: #FFFFFF; border: solid 1px #ccc; padding: 50px; }
.customer-account-create .account-create .page-title h1 { color: #000000; margin-bottom: 20px; }
.customer-account-create .account-create .form-instructions { color: #000000; }
.customer-account-create .wrapper { background: none; background-color: #ededed; }
.scaffold-form .premium-cust-featured {
    position: relative;
}
.scaffold-form .premium-cust-featured li{position:relative;}
.scaffold-form .premium-cust-featured li textarea{ margin-bottom:15px;}

.scaffold-form [data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    background: #8bc63f;
    position: relative;
    left: 5px;
    top: 0;
    border-radius: 50px;
    width: 20px;
    text-align: center;
    color: #000;
	float:left;
}

/* Tooltip styling */
.scaffold-form [data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #8bc63f;
    color: #000;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 250px;
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
.scaffold-form [data-tooltip-position="top"]:before,
.scaffold-form [data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
.scaffold-form [data-tooltip-position="right"]:before,
.scaffold-form [data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.scaffold-form [data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
.scaffold-form [data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
.scaffold-form [data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
.scaffold-form [data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
.scaffold-form [data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
.scaffold-form [data-tooltip-position="top"]:after,
.scaffold-form [data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
.scaffold-form [data-tooltip-position="right"]:after,
.scaffold-form [data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
.scaffold-form [data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #89c63f;
}
.scaffold-form [data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #89c63f;
}
.scaffold-form [data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #89c63f;
}
.scaffold-form [data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: ##89c63f;
}
/* Show the tooltip when hovering */
.scaffold-form [data-tooltip]:hover:before,
.scaffold-form [data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}

.cms-page-view .page-title h1 .vendor-signuppaged{ float: right;}
.vendor-signuppaged{ float: left;}
.vendor-signuppage { background: #8cc63f; color: #fff !important; padding: 5px 20px; line-height: 27px; border-radius: 5px; text-align: right; float: right; text-decoration: none !important; font-size: 15px !important;}
.vendor-signuppage:hover{ background:#000;}	


.cms-page-view .howitwork { display: inline-block; width: 100%; margin-bottom: 50px;}
.cms-page-view .howitwork:last-child{ margin-bottom:0;}
.cms-page-view .howit-step { float: left; width: 60%;}
.cms-page-view .howit-step p{ margin-bottom: 9px;}
.cms-page-view .std .howit-step ul { margin-bottom: 0;}
.cms-page-view .std .howit-step li, .cms-page-view .std .howit-step li { margin-bottom: 0px;}
.cms-page-view .howitwork .how-it-content strong{ margin-bottom:5px;}
.cms-page-view .block-title h3{ font-size:45px; color:#303030; line-height:32px; text-align: center; text-transform: capitalize;  margin-bottom: 55px;} 
.cms-page-view .how-it-content{ float:right; width: 33.3%;  text-align: center;}
.cms-page-view .how-it-content strong{ font-size:18px; color:#303030; line-height:32px; text-align: center; text-transform: capitalize;  margin-bottom: 20px; display: block;} 
.cms-page-view .how-it-content p{font-size:14px; color:#606060; line-height:24px; font-family: 'montserratlight'; margin-bottom: 0;}
.cms-page-view .how-it-content .how-it-img1{ background:url("../images/shop.png") no-repeat left top;  width: 194px; height: 199px; margin: 0 auto 0px auto; position:relative;}
.cms-page-view .how-it-content .how-it-img1:before{ content:''; background: url(../images/shop-line1.png) no-repeat left top; width: 36px; height: 228px; left: -30px; top: 124px; position: absolute;}
.cms-page-view .how-it-content .how-it-img2{ background:url("../images/Packing.png") no-repeat left top;  width: 197px; height: 199px; margin: 0 auto 0px auto;  position: relative;}
.cms-page-view .how-it-content .how-it-img2:before{ content:''; background: url(../images/shop-line1.png) no-repeat left top; width: 36px; height: 228px; left: -30px; top: 150px; position: absolute;}
.cms-page-view .how-it-content .how-it-img3{ background:url("../images/delivery.png") no-repeat left top;  width: 189px; height: 199px; margin: 0 auto 0px auto;}
.cms-page-view .how-it-content .how-it-img1 img{ margin-top: 50px; margin-right: 20px; display: inline-block;}
.cms-page-view .how-it-content .how-it-img2 img{ margin-top: 55px; margin-left: 14px; display: inline-block;}
.cms-page-view .how-it-content .how-it-img3 img{ margin-top: 45px; margin-left: 10px; display: inline-block;}

.qty-unit {
    float: left;
    width: 117px;
    margin-right: 7px;
}
.qty-unit span.unit-detailpage {
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 0;
}
.products-grid span.unit-detailpage{        height: 25px;
    width: 100%;
    float: left;}
.quantity { float: left;  display: inline-block; width: 117px; position:relative; margin-bottom:0px; margin-right:5px;}
.qtyinput { float: right;  position: relative;}
.quantity label{float: left; margin-top: 10px; font-size: 14px; color: #303030; line-height: 30px; font-family: 'montserratbold';     margin-right: 4px;}
.quantity input[type=number].qty, input[type=text].qty{ width:79px !IMPORTANT; height:46px; padding: 9px 5px; font-size:16px; font-family: 'montserratlight';}
.quantity .plus{ position: absolute; right: 6px; top: 6px; width:13px; height:10px; background: url("../images/sprite.png") no-repeat -9px -468px; display:inline-block; border: none 0px;     font-size: 0;}
.quantity .minus{ position: absolute; right: 6px; bottom: 6px; width:13px; height:10px; background: url("../images/sprite.png") no-repeat -9px -483px; display:inline-block; border: none 0px;     font-size: 0;}

.limitwidth .wk_mp_btn{position: absolute; right: 12px; top: 27px;}
div.margintop{margin-top: 20px; display: inline-table;}
h4.editshoplabel{font-size: 14px !important; font-family: unset; font-weight: inherit; color: #606060 !important; line-height: 22px !important;}
.cms-home .adv-search-text .advanced-search ul li .input-box::before { display:none !important;}
.minicart-wrapper h6:not(:first-child) { margin-top: 10px;}
.header-minicart .minicart-actions:not(:last-child) {display: none;}
.marketplace-marketplaceaccount-mydashboard .wk_mp_td_span{max-width: 200px;}
.wk_mp_design #wk_bodymain .custom-width{max-width:625px; width: 100%; float: left;}
.wk_mp_design #wk_bodymain .custom-width div.checkbox{float: left;width: 30%;min-width: 175px; margin:0 10px;}
#search_mini_form .input-box{overflow: hidden; max-width: 100% !important;}
div.wk_mp_design .left{width: 59%; float: left;}
.product-view .product-shop .sellerbox .seller-details .seller-name > a{text-decoration: underline;} 
div.wk_mp_design .right{width: 36.5%; float: right; margin-top: 275px; margin-right: 10px; max-width: 340px;}
div.wk_mp_design .right .msgbox{border: 3px solid gray; display: table-cell; padding: 17px;}
div.wk_mp_design .right .msgbox p{padding: 15px 0; color: black; font-size: 15px;}
div.wk_mp_design .right .msgbox h3{color: gray;}
td.product-cart-info h2.product-name{padding-bottom: 5px;}
.readmoreless {
    padding: 0 12px;
    border-radius: 20px;
    border: 1px solid green;
    background-color: green;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-top: 15px;
    font-family: 'montserratlight';
    line-height: 23px;
}
#myCarousel .fa-quote-left{
	position: absolute;
    z-index: 99999;
    top: 200px;
    font-size: 35px;
    color: #F89F35;
    width: 100%;
    left: -30px;
}
#myCarousel .fa-quote-right{
	position: absolute;
    z-index: 99999;
    top: 200px;
    font-size: 35px;
    color: #F89F35;
    width: 100%;
    right: -30px;
}
#myCarousel .owl-item img{
    border: 2px solid #d3d3d3;
    border-radius: 100px;
    padding: 5px;
    background-color: #fff;
    margin: 0 auto 80px;
    height: 120px;
    width: 120px;
}
#myCarousel .carousel-inner .item h4{font-family: Billy, Arial, sans-serif; font-size: 3rem; line-height: 40px;}
#myCarousel .carousel-control .glyphicon-chevron-left{ left: -15%;}
#myCarousel .carousel-control .glyphicon-chevron-right{ right: -15%;}
#myCarousel .carousel-control {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 1;
}
#myCarousel .owl-item p{
	font-size: 1.2rem;
    font-family: Montserratregular, Arial, sans-serif;
    line-height: 30px;
    margin: 35px auto;
}
#myCarousel .carousel-control .glyphicon-chevron-left, 
#myCarousel .carousel-control .glyphicon-chevron-right, 
#myCarousel .carousel-control .icon-next, 
#myCarousel .carousel-control .icon-prev{
	position: absolute;
    z-index: 5;
    display: inline-block;
    width: 40px;
}
#myCarousel{width:100%; min-width: 250px; max-width: 70%; margin: 0 auto; text-align: center; position: relative;}

.glyphicon-chevron-left, .glyphicon-chevron-right{color: transparent;}
.glyphicon::before{font-size: 45px;}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-left:before {
    content: "\e079";
    color: #A0D15A !important;
}
.glyphicon-chevron-right:before {
	content: "\e080";
	color: #A0D15A !important;
}
@font-face {
	font-family: "Glyphicons Halflings";
	src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.eot);
	src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.your-local-market {
	max-height: 118px;
	color: #FFFFFF;
	font-family: "Get Show";
	font-size: 152px;
	line-height: 72px;
	text-align: center;
	text-shadow: -1px 2px 9px rgba(0,0,0,0.4);
}
.delivered-to-your-door {
	height: 29px;
	color: #FFFFFF;
	font-family: Rockwell;
	font-size: 30px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	text-shadow: -2px 3px 13px rgba(0,0,0,0.29);
	margin-top: 10px;
}
.rounded-rectangle-1 {
	box-sizing: border-box;
	height: 55px;
	width: 171px;
	border: 2px solid #FFFFFF;
	border-radius:5px;
	margin: 0 auto;
	margin-top: 27px;
}
.shop-now {
	color: #FFFFFF;
	font-family: Rockwell;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	text-shadow: -2px 3px 13px rgba(0,0,0,0.29);
	line-height: 50px;
}
.vector-smart-object {
	height: 48px;
	width: 57px;
	background-color: #046938;
}

.add-to-wishlist-buttons a:before{
	content: '\f004';
    font: normal normal normal 28px/1 FontAwesome;
    color: #8cc63f;
    margin-top: 5px;
    background: none;
    font-size: 14px;
}
.wishlist-shared-index button .fa{padding:8px;}
.wishlist-shared-index button .fa.fa-heart{font-size: 26px;}
.wishlist-shared-index button .fa.fa-shopping-basket{font-size: 22px;}
.wishlist-shared-index #wishlist-table td .button.btn-cart{margin: 5px !important;}

.f2m-555{
	clear: both;
	float: left;
	margin: 15px 0;
}
.rec_order{
	float: left;
}

.daytab, .rec_order{
	border: 1px solid #8cc63f;
	background-color: #F7F9F6;
	border-radius: 10px;
	padding: 5px 0 0;
}

.rec_radio{
	margin: 5px 15px;
}

/* Style the tab by Debendra */
.daytab {
	display: inline-block;
    max-width: 190px;
    margin-right: 15px;	
    float: left;
}

/* Style the buttons inside the tab */
.daytab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px;
	transition: 0.3s;
	font-size: 13px;
	background: #80BF55;
	margin: 7px 5px;
	color: #fff;
	border-radius: 10px;
	width: 84px;
}

/* Change background color of buttons on hover */
.daytab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.daytab button.active {
	background-color: #0099df ;
}
.daytab span, .rec_order span { padding: 10px; font-size: 14px;}

.montserratlightfont{font-family: 'montserratlight'; color: #333;}
.unit-detailpage{line-height: 44px;}
@media only screen and (max-width: 1024px) {
	.daytab, .rec_order{width: 100%; margin: 10px auto; float: left; position: initial; padding: 8px 3px; max-width: inherit;}
	.daytab button{margin: 7px 4px;}
	.stripe-payment{ height: 70px; }
	.price-info.leftc .validation-advice{width: 100% !important;}
}
@media all and (min-width: 768px) {
	.sellerboxmobile{ display: none !important; }
	.desktopview{display: block;}	
	.short-description.leftc,
	.expire-in-time.rightc,
	.seller-details.leftc,
	.product-view .product-shop .sellerbox .ratingbox{float: left;clear: left;}
	.product-shop .leftc{float: left; }
	.product-shop .rightc{float: right; display: inline-table;  width: 50%; }	
}
@media all and (max-width: 767px) {
	.product-collateral.tabs { margin: 15px auto; clear: both; padding: 0; }
	.sellerboxmobile{ display: block; }
	.desktopview{display: none !important;}
	.mobilephpimg{clear: both; margin: 10px auto;}
	.short-description.leftc,
	.expire-in-time.rightc,
	.seller-details.leftc,
	.product-view .product-shop .sellerbox .ratingbox{max-width: 100%; float: left; width: auto; clear: left;}
	.product-shop .leftc{float: left;}
	.product-shop .rightc{float: right; display: inline-table;}	
}
@media only screen and (min-width: 824px) {
	.product-shop .leftc{float: left; width: 50%; clear: left;}
	.product-shop .rightc{float: right; display: inline-table; max-width: 50%;}
	.ratingbox.rightc{position: absolute; right: 0;}
}
@media only screen and (max-width: 823px) {
	.daytab, .rec_order{width: 100%; max-width: 310px;}
}
@media only screen and (max-width: 767px) {
	.product-shop .leftc{width: 100%; float: left; margin-top:5px;}
	.product-img-box .product-image{
	    max-width:80%;
	    float: left;
	}
	.more-views .owl-controls{ display: none; }
	.more-views{ 
		padding: 0;
		width: 99.4%;
	}
	.more-views li{padding: 0 0 0 16px;}
	.more-views .owl-carousel .owl-stage,
	.more-views .owl-carousel .owl-item{
		width: 100% !important;
	}
	.product-view .product-shop .sellerbox .ratingbox{
		position: absolute;
		left: 0;
		width: max-content;
		bottom: 10px;
	}
	.product-view .product-shop .blank_line ~ .rightc{
		bottom: 0;
	}
	.product-view .product-shop .sellerbox .min-order-msg{
		margin-top: 50px;
	}
	.product-view .product-shop .sellerbox .min-order-msg.blank_line{
		margin-top: 40px;
	}
	.seller-img-on-viewpage{
		float: left !important;
	    width: 30% !important;
	    margin: 0 3% 0 0 !important;
	    clear: right !important;
	}
	.product-view .product-shop .sellerbox{
		border-bottom: 0;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.product-view .shortshipping.montserratlightfont.leftc{
		font-family: 'montserratlight';
		font-size: 13px;
    	line-height: 19px;
    	margin-top: 0;
    	border-bottom: 1px solid #e9e9e9;
	    padding-bottom: 10px;
	    margin-bottom: 15px;
	}
	.product-view .product-shop .price-box{
		float: left;
    	line-height: 3.6;
	}
	.product-view .product-shop .leftc .add-to-box{
		float: right;
		width: fit-content;
	}
	.product-view .product-shop span{float: left;}
	.product-view .sellerimage img{ width: 75px; }

	.toolbar .view-mode{ display: none; }
	.toolbar label{min-width: fit-content !important;}
	.products-grid .product-secondary .quantity{width:auto;}
	.products-grid .product-secondary .qty-unit{margin: 15px auto;}
	.products-grid .product-price.sellerboxmobile{float: right;}
	.products-grid .item .button{float:left;}
	.show-sidebar .col-left{
		z-index: 1111;
    	background: #fff;
    	right: 10% !important;
    	left: 10% !important;
    	top: 15% !important;
    	bottom: 15% !important;
    	width: calc(100% - 20%) !important;
	    padding: 15px;
	    height: calc(100vh - 30%);
	    border: 10px solid #80BF55;
	}
	.show-sidebar .mini-cart-overlay{
		left: 0 !important;
    	opacity: 0.9 !important;
	}
	.view-sidebar-link-wrapper,
	#narrow-by-list dd.odd{
		display: none !important;
	}	
	.view-sidebar{
	    float: right;
	    margin: 0 0 15px;
	    color: #000;
	}
	.sidebar .block-title{
		padding: 0 0px 15px !important;
    	text-align: center;
    	display: none;
	}
	.col-left.sidebar .toggle-content > .actions{ display: none; }
	.col-left.sidebar{
		transition:none !important;
	}
	#narrow-by-list dd.last ol.no-display,
	#narrow-by-list dd.last .block-title{
		display: block !important;
	}
	.show-sidebar .header-outer,
	.show-sidebar .wrapper,
	.show-sidebar .top-header .container, 
	.show-sidebar #header-nav.sticky { left: 0px !important; }
	.product-options{max-width: initial;}
	.product-options dt{float: left; margin-top: 0 !important;}
	.product-options dd{float: right; min-width: 275px;}
	.block-layered-nav .currently{display: none;}
	.ratingview .seller-details span.seller-name{margin-left:0; height: 40px; font-size:14px;}

	.cms-index-index .products-grid .product-price.sellerboxmobile{width: 50%;}
	.cms-index-index .products-grid .item .button{ margin-left: 10px;}
}

@media only screen and (min-width: 375px) and (max-width: 767px){
	.toolbar.top_toolbar .pager{width: auto !important; float: right !important;}
}
.price-info.leftc .validation-advice{position: relative; clear: both; width: auto; padding: 5px;}
tr.amscheckout-item .item-options{display: none;}

.shipmsg span, .shipmsg a{
	color:#000 !important;
	font-weight: bold;
}