/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}
body {
  line-height: 1; 
}
ol, ul {
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}



img {
  vertical-align:top; max-width:100%; /*height:auto !important; width:auto !important; */height:auto;
}
.clear {
  clear: both;
}

/* Basics
================================================== */
* {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;  
  
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;  
}
body {  font:14px "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.5; color: #444; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust:100%; -webkit-text-stroke-width: 0.05px; }

input, button, select, textarea { font:14px "Open Sans", Helvetica, Arial, sans-serif;}

html {
    overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}     
.left { float: left !important; }

.right { float: right !important; }

.center { text-align: center; margin: auto; }

.hide { display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; 
  line-height: 1.2125em;  
}


em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 80%; }

hr { 
  border: solid #f0f0f0; 
  border-width: 1px 0 0; 
  clear: both; 
  margin: 20px 0; 
  height: 0; 
  width: 100%;
}
hr.full-width {
  position: absolute;
  left: 0px
} 

.no-underline a, a.no-underline { text-decoration: none; }
  
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* Links */
a {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
}
a, a:visited { color: #54afe9; outline: 0; text-decoration: none; }
a:hover, a:focus { color: #54afe9; outline: 0; text-decoration: none; }


/* Input */
img,input[type=text], input[type=email], input[type=url], input[type=search], input[type=tel], textarea { border:none; outline:none; }
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="submit"], input[type="button"], input[type="reset"], textarea { 
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:0; -webkit-appearance: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor:pointer; }


input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  display: inline-block;
  background: #fff;
  line-height: 18px; 
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius:0;
  -webkit-border-radius:0;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px; -webkit-border-radius: 0px;
}
select {
  padding: 0; 
}

select { -moz-appearance:none; -webkit-appearance: none; appearance:none; padding:5px 25px 5px 5px; position:relative; background: url(dn-arrow.png) 100% 50% no-repeat;  border:1px solid #000; position:relative;max-width:100%; }
select::-ms-expand {  display: none; }

/*
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #54afe9;
  color: #444; 
}
*/
textarea {
  min-height: 95px; 
}
label,
legend,
label span {
  font-size: 12px;  
}
input[type="checkbox"] {
  display: inline; 
  border: 1px solid #000;
  background:#fff;
  border-radius:0;
  -webkit-border-radius:0;
 

}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #54afe9;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;  
  height: 32px;
  line-height: normal;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border:0 none;
  -webkit-appearance:none;
  appearance:none;
  border-radius: 0px; -webkit-border-radius: 0px;
}

a.btn { line-height: 32px;}

a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.btn span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

input[type="submit"]:focus, input[type="button"]:focus {outline:0 none;}

.title-featured{
  margin-bottom:20px;
 }


/* Bootstrap */

.content {
  padding:0 0 40px;
}
.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside;
}



.gui-input.gui-focus, .gui-text.gui-focus, .gui-select.gui-focus {  box-shadow: none; -webkit-box-shadow: none; }
.gui-input, .gui-text { border:0 none; }
.gui-input input:focus, .gui-text textarea:focus, .gui-select select { border: 1px solid #e5e5e5; }
/* header
================================================== */

.logoWrap { padding-top:30px; padding-bottom:30px; }
.logoWrap .logo img { /*display:block; max-height:80px;*/ max-width:100%;}
.logo a:hover, .logo a:focus { text-decoration:none;}
.logoImage { /*height:76px;*/ vertical-align: middle; white-space: nowrap; display:inline-block; -webkit-transition: all 800ms linear 1s; -moz-transition: all 800ms linear 1s; -o-transition: all 800ms linear 1s; -ms-transition: all 800ms linear 1s; transition: all 800ms linear 1s; }
.logoImage img { vertical-align:middle; }
.logoImage:after{ content: ""; display: inline-block; height: 100%; vertical-align: middle; }

/* .topnav */

.mainMenu { border-top: 1px solid #000; border-bottom: 1px solid #000; margin-bottom:20px; text-align:left; }
.rightlinks { margin-top:3px;}
.rightlinks ul li { float:left; padding:0 10px; border-right:1px solid #444444;}
.rightlinks ul li:first-child { padding-left:0; }
.rightlinks ul li.last { padding-right:0; border-right:0; }

.leftlinks select { padding-top:2px; padding-bottom:2px;}
.leftlinks > div { margin-left:10px;}
.leftlinks > div:first-child { margin-left:0;}

.cart { float:right; clear:both; margin-bottom:15px;}
.cartLink { float:left; font-size:12px; margin-right:10px; line-height: 1.2;}
.cartLink span { display:block; font-weight:700; font-size:14px; text-transform: capitalize; }
.cart .fa { float:left; font-size:20px;  width:32px; height:30px; padding:5px 7px 5px 5px; text-align: center; line-height:18px;}

.shopTitle { font-size:60px; font-weight:300; display:block; text-align:center; line-height: 1.2; }

.gui-buttons { padding: 0 5px; margin-left:0; margin-right:0; }

.sidebarWidget h4, .gui .gui-col2-right-col2 .gui-block .gui-block-title, .gui .gui-col2-left-col1 .gui-block .gui-block-title { font-size:16px; text-transform:uppercase; font-weight:400; line-height:1; padding:10px; margin:0; background-color: #2a2a2a; color: #ffffff; border-radius:0; -webkit-border-radius:0; border:0 none; position:relative; }
.gui .gui-col2-right-col2 .gui-block .gui-block-title strong, .gui .gui-col2-left-col1 .gui-block .gui-block-title strong { color: #ffffff; font-weight:400; }
.gui .gui-col2-right-col2 .gui-block .gui-block-content, .gui .gui-col2-left-col1 .gui-block .gui-block-content { padding:0; border-radius:0; -webkit-border-radius:0; }
.gui .gui-col2-right-col2 .gui-block .gui-block-content .gui-form { padding: 20px 10px; border:1px solid #dddddd; }
.gui .gui-col2-right-col2 .gui-block .gui-block-content .gui-form .gui-buttons { margin: 15px -10px 0; padding: 15px 10px 0; border-top:1px solid #dddddd; }

.sidebarListing, .gui .gui-col2-right-col2 .gui-block .gui-block-linklist, .gui .gui-col2-left-col1 .gui-block .gui-block-linklist { margin:0; border:1px solid #dddddd;}
.gui .gui-col2-right-col2 .gui-block .gui-block-linklist li, .gui .gui-col2-left-col1 .gui-block .gui-block-linklist li { border:0 none;}
.sidebarListing li a, .gui .gui-col2-right-col2 .gui-block .gui-block-linklist li a, .gui .gui-col2-left-col1 .gui-block .gui-block-linklist li a  { padding:7px 10px; display:block; text-decoration:none; border-bottom:1px solid #dddddd; color:#000; }
.sidebarListing li.viewAll a { font-weight:700;}
.sidebarListing li a:hover, .sidebarListing li a:focus, .gui .gui-col2-right-col2 .gui-block .gui-block-linklist li a:hover, .gui .gui-col2-right-col2 .gui-block .gui-block-linklist li a:focus, .gui .gui-col2-left-col1 .gui-block .gui-block-linklist li a:hover, .gui .gui-col2-left-col1 .gui-block .gui-block-linklist li a:focus { text-decoration:none;}

.gui-checkout #gui-checkout-payment-methods .gui-block-subtitle.gui-payment-provider-title { height:auto;}

.sidebarWidget h4 .fa { display:none; font-size: 18px; position: absolute; right: 15px; top:9px; z-index: 1; }



/* TREE VIEW */
.treeview, .treeview ul { padding: 0; margin: 0; list-style: none; }
.treeview ul { background-color: #f2f2f2;}
.treeview .hitarea { height:35px; width: 35px;cursor: pointer; position:absolute;right:0; top:0; z-index:9; }
.treeview .hitarea:before { content: ""; color: #000000; font-family: FontAwesome; line-height:1px; left: 50%; line-height: 1px; position: absolute; top: 50%; margin-top:-2px; margin-left:-4px; }
.treeview .hitarea.expandable-hitarea:before { content: ""; }
.treeview .hitarea.collapsable-hitarea:before { content: ""; }
/* fix for IE6 */
* html .hitarea { display: inline; float:none;}
.treeview li {  margin: 0;}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color:#000; cursor: pointer; }
.treeview li a:hover, .treeview li a.selected, .treeview li li a.selected, .treeview li li li a.selected { color:#444444; text-decoration: none; }
.treeview li {  position:relative;  }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li a { text-decoration:none; border-bottom:1px solid;  display:block; }
#sidr-left-menu .treeview li.expandable a, #sidr-left-menu .treeview li.collapsable a {border-bottom:none; width:70.8%;}
#sidr-left-menu .treeview li.expandable li a, #sidr-left-menu .treeview li.collapsable li a {width:inherit;}
.treeview li a { padding:7px 10px;}
.treeview .hitarea + a.itemLink, .treeview .hitarea + a.subitemLink { padding-right:40px;}
.treeview li li a { padding-left:20px; }
.treeview li li li a { padding-left:30px; }
.treeview li ul li.last { border-bottom: 0 !important; }

/* Level 2 Arrow ICon */
.treeview .placeholder { background: url(ajax-loader.gif) 50% 20px no-repeat; height: 16px; width: 16px; display: block; }

.gui .gui-col2-right-col2 .gui-block.gui-margin, .gui .gui-col2-left-col1 .gui-block.gui-margin { margin:0;}
.sidebarWidget, .gui .gui-col2-right-col2 .gui-block, .gui .gui-col2-left-col1 .gui-block, .gui .gui-col2-left-col1 .gui-block.gui-account-cart, .gui .gui-col2-left-col1 .gui-block.gui-account-compare   { margin:0 0 20px; border:0 none; }
.uniquePointsWrap { padding:10px 0;}
.uniquePointsPanel { margin:0 0 20px; }
.uniquePointsPanel.top{ margin:0 0 10px; }

.hidden { display:none;}

footer .newsletter { padding:12px 0;}
footer .links { padding:40px 0;}
footer .links h4 { font-size:16px; text-transform:uppercase; margin-bottom:20px; font-weight:700; position:relative; }
footer .links h4 .fa { display:none; position:absolute; z-index:1; right:15px; top:0; font-size:18px; }
footer .links h4.opened .fa-angle-down::before { content:"\f106"; }
.topnav {  background-color: #f7f7f7;  border-bottom: 1px solid #f0f0f0;  padding: 10px 0px;  font-size: 12px;  line-height: 12px; position:relative;}
.topnav a {  color: #797979;  line-height: 16px;  text-decoration: none; text-transform: capitalize;  transition: opacity .25s ease-in-out;  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.topnav .glyphicon {  margin: 0px 10px 0px 20px;}

.topnav .currencies {
  float: left;
}
.topnav .currencies a.active {
  font-weight: 600;
}
.topnav .languages {
  float: left;

}
.languages .flag {
  float: left;
    background-image:url(flags.png);
    background-repeat:no-repeat;
    margin-right:10px;
    overflow:hidden;
    text-indent:-9999px;
    width:16px;
    height:16px;  
    -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.languages .flag.nl { background-position:-7px -22px; }
.languages .flag.de { background-position:-7px  -42px; }
.languages .flag.en { background-position:-7px  -62px; }
.languages .flag.fr { background-position:-7px  -82px; }
.languages .flag.es { background-position:-7px  -102px; }
.languages .flag.it { background-position:-7px  -122px; }
.languages .flag.el { background-position:-7px  -142px; }
.languages .flag.tr { background-position:-7px  -162px; }
.languages .flag.pt { background-position:-7px  -182px; }
.languages .flag.pl { background-position:-7px  -202px; }
.languages .flag.sv { background-position:-7px  -222px; }
.languages .flag.ru { background-position:-7px  -242px; }
.languages .flag.da { background-position:-7px  -262px; }
.languages .flag.no { background-position:-7px  -282px; }

/* nav */
.align .vertical .logo img {
  max-width: 100%;
    height: auto;
    width: auto\9; 
}
.navigation {
  padding-top: 30px;
  padding-bottom: 30px;  
}

nav.desktop ul, 
nav.desktop ul li {
  margin: 0px;
  line-height: 18px;
}
nav.desktop ul a, nav.desktop ul a:visited {
  color: #414141;
}
nav.desktop .glyphicon-remove {
  display: none;
}
nav.desktop ul > .item.sub .downArrow, nav.desktop ul > .hideshow .downArrow {  width:20px; height:5px; line-height:4px; display:block; position:absolute; right:0; top:20px; z-index:9; cusrsor:pointer; color:#414141; text-align:center; }
nav.desktop ul > .hideshow ul li .downArrow {  right:auto; left:5px; }
nav.desktop ul > .hideshow .item.sub .downArrow { text-align:left; }
nav.desktop ul > .item.sub.hover .downArrow, nav.desktop ul > .item.sub.hover.active .downArrow, nav.desktop ul > .hideshow:hover .downArrow  { color: #444444;}
nav.desktop .item.sub .itemLink  { padding-right:20px;}

nav.desktop ul > .item.sub li.subitem .rightArrow { width:20px; height:5px; line-height:4px; display:block; position:absolute; right:0; top:14px; z-index:9; cusrsor:pointer; color:#fff; }
nav.desktop ul > .item.sub li.subitem.hover .rightArrow, nav.desktop ul > .item.sub li.subitem.hover.active .rightArrow  { color: #ffffff;}
nav.desktop .subitem.sub .subitemLink  { padding-right:28px;} 
nav.desktop ul .hideshow .item.sub .itemLink { padding-left:28px; }


nav.desktop .item, nav.desktop ul .hideshow { float: left; position:relative; }

nav.desktop .item:last-child {  margin-right: 0px; }

nav.desktop .item .itemLink, nav.desktop > ul > .hideshow > a { display: block; padding: 12px 15px; color: #414141; text-transform: uppercase; position: relative; z-index: 2; line-height: 20px; }
nav.desktop .hideshow .item .itemLink { text-transform:none; }

nav.desktop ul .hideshow > a  { padding-right:20px;}

nav.desktop .item.home .itemLink { font-size:24px; padding: 10px 15px}

nav.desktop .item .itemLink:hover, nav.desktop .item .itemLink:focus, nav.desktop ul .hideshow > a:hover, nav.desktop ul .hideshow > a:focus { text-decoration:none; border:0 none;}

nav.desktop .item.active .itemLink {
  color: #54afe9;
}
nav.desktop ul > .item.sub.active .downArrow { color: #b2b2b2; }
nav.desktop .item.hover .itemLink {  text-decoration: none;  border-color: #e5e5e5;  background-color: white; }
nav.desktop .item.sub.hover .itemLink {   border-bottom-color: white; }

nav.desktop .item.mobileAccountLinks { display:none; }

nav.desktop .subnav, nav.desktop ul .hideshow ul { display: none; background-color: white; position: absolute; width: 250px; border: 1px solid #e5e5e5; z-index: 10; left:0; top:44px; }
nav.desktop ul .hideshow ul { left:auto; right:0; }
nav.desktop ul .hideshow ul { z-index:9; }
nav.desktop .subnav .subitem, nav.desktop ul .hideshow ul li {  background-color: #fff;  position: relative; }
nav.desktop .subnav .subitem:last-child {  border-bottom: transparent; }
nav.desktop .subnav .subitemLink, nav.desktop ul .hideshow .item .itemLink {  display: block;  padding: 7px 12px; line-height:18px;  white-space: normal;  -moz-transition: background-color 0.3s ease;  -webkit-transition: background-color 0.3s ease;  transition: background-color 0.3s ease;   text-decoration: none; }
nav.desktop .subnav .subitem .subitemLink:hover, nav.desktop ul .hideshow .item .itemLink:hover {  background-color: #f7f7f7;  color: #414141; }
nav.desktop .subnav .subnav {  top: -1px;  left: 99.5%;  z-index: 980; }
nav.desktop ul .hideshow ul ul {  top: -1px; left:auto;  right: 178px;  z-index: 980; }


nav.desktop ul .hideshow ul li { float:none; }
nav.desktop ul .hideshow .item.sub .downArrow:before { content:"\f104";  } 
nav.desktop ul .hideshow .item.sub .downArrow { top:14px; }
nav.desktop ul .hideshow ul li:hover > ul { display:block!important; } 


/* #formSearch */
.headersearch { clear:both; float:right; position:relative; }
#formSearch {
  position: relative;
  clear:both;
}
#formSearch input {
 padding-right: 35px; width:190px; max-width:none;
}
#formSearch .fa {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right:0;
  display: block;
  padding: 7px;
  text-align:center;
  width:32px;
  height:100%;
  font-size:16px;
}

/* Search Auto Complete */
.autocomplete {  background:#fff; border: 1px solid #ccc; padding:0; position: absolute; top: 31px; width: 250px; z-index: 99; text-align:left; right:0px; }
.autocomplete.noresults {display:none !important;}
.autocomplete .products, .autocomplete .more { padding:10px; }
.autocomplete .more {border-top:1px solid #ccc; font-size:13px;}
.autocomplete:before {content:"\f0de"; font-family:FontAwesome; font-size:15px; position:absolute; top:-10px; left:70px; color:#ccc;}
.autocomplete h4 {font-size:13px; font-weight:normal; margin-bottom:5px;}
.autocomplete p.price {font-size:12px;}
.autocomplete p.price span { text-decoration:line-through;}
.autocomplete img {float:left; marign-right:10px;}
.autocomplete .products .product {margin:0 auto 8px; overflow:hidden;}
.autocomplete .searchcontent {margin-left:45px;}




.mobile{
    -webkit-transform: translate3d(0,0,0);
}

.uniquePoints { float:left; padding:0 10px; width:25%;}
.uniquePoints .uniquePointsIcon { display:inline-block; margin-right:10px; vertical-align:middle; height: 24px;}
.uniquePoints .uniquePointsIcon img { max-height:100%; max-width:none; }
.uniquePoints .uniquePointText { display:inline-block; font-size:14px; font-weight:700; vertical-align:middle; }

/* burger open/close */
.align .burger {
  display: none;
  margin-right: 10px;
  width: 32px;
  float:left;
}


/* .page-tile .breadcrumbs
================================================== */
.page-title h1, .gui-blog .gui-blog-article h1, .gui .gui-page-title {
  font-size: 30px;
  font-weight:300;
  text-transform:uppercase;
  padding:0 0 10px;
  margin: 0 0 20px;
border-bottom:1px solid #aaa;
color: #2a2a2a;
}

.gui-blog .gui-page-title ~ .gui-blog-article h1 { font-size:26px; text-transform:none; font-weight:400; border:0 none; padding:0;}

.page-title .glyphicon  {
  font-size: 12px;
  top: -1px;
  float: left;
  margin-left: 5px;
  line-height: 24px;
}

.breadcrumbs { margin-bottom:20px;}

.breadcrumbs a, .breadcrumbs .fa  { display:inline-block; vertical-align:middle; } 
.breadcrumbs .fa { margin:0 5px;}

.breadcrumbs, .breadcrumbs a {
  color: #797979;
  font-size: 12px;    
  text-decoration: none;
}
.breadcrumbs a:last-child { color:#000;}
.breadcrumbs, .breadcrumbs a:hover {
  color: #414141;
}


/* .slider
================================================== */
/* .headline */
.headline {
  position: relative;
margin-bottom:20px;
}
.headline.single {
  margin-bottom: 20px;
}
.headline .slider {
    border: 1px solid #e5e5e5;
}
.slider {
  width: 100%;
  position: relative;
    overflow: hidden;
}
.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider li {
    float: left;
  max-width:1148px;
  height:auto;
}
.slider li a {
	display:block;
}
.slider img {
    display: block;
    max-width: 100%;
    background-color: #f7f7f7;
/*     height: auto !important; */
  width:100%;
}
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    text-align: center;
    color: #fff;
    font-size: 40px;    
    padding: 5px 6px 5px 5px;
    
} 

.slider-prev span, .slider-next span { display:block; height:22px; width:22px; line-height:18px; text-shadow:0px 0px 2px rgba(0, 0, 0, 0.3); }

.slider-prev:hover, .slider-next:hover { text-decoration:none; color:#999999; }

.headline:hover .slider-prev,
.headline:hover .slider-next,
.brands:hover .slider-prev,
.brands:hover .slider-next {
 /* opacity: 1; */
}
.slider-prev {
    left: 2px;
}
.slider-next {
    right: 2px;
}
.slider-pagination {
  display:none;
  width: 100%;
  text-align: center;
  line-height: 0px;
  position:absolute;
  bottom:20px;
  left:0;
  z-index: 9;
  
}
.slider-pagination a {
  display: inline-block;
    height: 9px;
    width: 9px;
    background: #414141;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    text-indent: -9999px;
    margin: 0px 3px;
    padding: 0px;
    
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.slider-pagination a.active {
    background: #54afe9;
  border-color: #54afe9;
  border: 2px solid transparent;
}

.small-slider .slider li { max-width:856px; }

/* .brands */
.brandsWrapper { margin-bottom:35px;}
.brands {
  position: relative;
}
 .brands .slider li {
/*  width: 199px;
height:100px;
  margin:0 10px;  */
  position:relative;
overflow:hidden;
text-align:center;
  
}

.brands .slider li img.brandIcon { max-width:none; height:100px !important; margin-left: -25px;}
.brands .sliderWrap { position:relative; clear:both; padding-top:10px; }
.brands .slider li .brandName { display:none; /* display:inline-block; */ position:absolute; left:0; top:0; z-index:199; color:#fff; background:#000; padding:5px;  opacity:0.5; font-size:12px; text-transform:uppercase;}
.brands .slider li a {display:block; width:100%;}
.brands .slider li a img {margin:0 auto; text-align:center;}


.brands .slider-prev,
.brands .slider-next {  display:block; width:18px; height:20px; line-height:18px; font-size:20px; color:#b6b6b6; margin-top:0; top:-50px;  }
.brands .slider-prev:hover,
.brands .slider-next:hover { color:#2a2a2a; }
.brands .slider-prev span, .brands .slider-next span { text-shadow:none;  margin-top: -5px; height:auto; width:auto;  }
.brands .slider-prev { left:auto; right:28px; }
.brands .slider-next { left:auto;  right:10px; }
/* .categories
================================================== */
.categories .category {
  border: 1px solid #e5e5e5; 
  position: relative;
  background-color: #ffffff;
margin-bottom:20px;
text-align:center; 
overflow:hidden;
}
.categories .category img {
  background-color: #f7f7f7;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.categories .category div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
overflow:hidden;
}
.categories .category span {
  text-transform: uppercase;
  line-height: 22px;  
}


.categories .category span.title {
  position: relative;
  font-size: 18px;   
  display:inline-block;
  padding:5px 15px;
   position: absolute;
  top: 15px;
  left: 0;
  background:#2a2a2a;
  color:#fff;
}
.categories .category span.amount {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  
}
.categories .category span.amount .fa{
  bottom: -11px;
    color: #2a2a2a;
    font-size: 40px;
    left: -6px;
    position: absolute;    
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.categories .category span.amount strong {  display: block; font-weight: 400;  position: relative; text-align: center; width: 24px; z-index: 1; }

.categoryDesc { margin-bottom:20px; }
.homeCategories { margin-bottom:35px; }
.categories .homeCategories .category { margin-bottom:20px; }

.categories .category a img { -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.categories .category a:hover img {  transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }


/* .products
================================================== */
.products .col-md-10 {
  padding-right: 0px;
}
.products .col-md-10 .no-products-found {
  padding: 0px 15px;
  font-style: italic;
}

.products .product {
  margin-bottom: 20px;
}
.products .product a {
  text-decoration: none;
}
.products .product .image-wrap img {
  background-color: #f7f7f7; 
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
   
}
.products .product .image-wrap {
  position: relative;
  text-align:center;
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
}
.products .product .image-wrap .sale-new {
  position: absolute;
  background-color: #414141;
  padding: 5px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  top: 5px;
  left: 5px;
  z-index: 1;
  text-transform: uppercase;
}
.sale-new.right {
  right: 5px;
  left: inherit !important;
}


.products .product .image-wrap .description {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgb(65, 65, 65);
  background-color: rgba(65, 65, 65, 0);
  height: 0px;
  overflow: hidden;
  color: #f7f7f7;
  font-size: 12px;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 2;
  line-height: 20px;
}
.products .product .image-wrap .description .text {
  overflow: hidden;
  padding: 0px 10px;
}
.products .product .image-wrap .description .stars {
  margin-bottom: 3px;
}
.products .product .image-wrap .cart {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0px 4px;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 10px;
  text-decoration: none;
  color: #54afe9;
}
.products .product .image-wrap:hover .description {  
  height: 100%;
  background-color: rgba(65, 65, 65, 0.8);
  padding: 20px;    
}
.products .product .info {
  padding: 10px 8px 0;
  border: 1px solid #e5e5e5;
  text-align:center;
}
.products .product .info .title {
  text-decoration: none;
  color: #414141;
  font-size:13px;
  line-height: 1.3;
  display: block;
  margin-bottom:5px;

}
.products .product .info .old-price {
  text-decoration: line-through;
  color: #797979;
font-size:15px;
  font-weight:600;
margin-right:5px;
}

.products .product .info .currentPrice { font-size:15px; font-weight:600;}
.products .product .info .currentPrice small { display:block; }
.products .product .info .currentPrice small, .products .product .info .currentPrice small a { font-size:11px; color:#D85858; font-weight:400; text-align:center; }
 .products .product .info .currentPrice small a  { font-weight:700; }
.price-wrap small { color:#D85858; font-size:13px; }


.products .product .info.strict {
  min-height: 88px;
  height: auto;
}
.products .product .info.strict .unit-price {
  display: block;
  clear: both;
} 

.product .rating, .products .product .rating { min-height:28px; }

/* .sidebar
================================================== */
.sidebar {
  color: #797979;
  margin-bottom: 20px;
}

.sidebar strong {
  display: block;
  padding-top: 10px;
}

/* .price-filter */

.price-filter-range {
  font-size: 10px;
}
#collection-filter-price {
  height: 12px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
}
#collection-filter-price .ui-slider-range {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid #ccc;
  background-color: white;
  outline: none;
}
.price-filter-range .min {
  float: left;
}
.price-filter-range .max {
  float: right;
}

/* select */
.sidebar select {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

/* nav */
.sidebar .item {
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  padding: 0px 0px 10px 0px;
}
.sidebar .item .itemLink {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.sidebar .item .itemLink, .sidebar .item .subitemLink {
  color: #797979;
  text-decoration: none;
}
.sidebar .item .itemLink:hover, .sidebar .item .subitemLink:hover {
  color: #414141;
}
.sidebar .item .active, .sidebar .item .active:hover {
  color: #54afe9;
}
.sidebar .item .subnav .subnav {
  margin: 5px 0px 5px 10px;
}


/* .pager
================================================== */
.pager {
  font-size: 12px;
  color: #797979;
  margin: 0px;
  padding-top: 0px;
}
.pager .left {
  font-size: 12px;
}
.pager ul {
  border: 1px solid #e5e5e5;
}
.pager ul li {
  display: inline;
}
.pager ul li a {
  color: #797979;
  float: left;
  padding: 5px 13px;
  line-height: 20px;
  text-decoration: none;
  border-right: 1px solid #f0f0f0;
}
.pager ul li a:hover {
  color: #414141;
}
.pager ul li a .fa {
  font-size: 10px;
  line-height: 18px;
}
.pager ul li:last-child a {
  border-right: 0px;
}
.pager ul li.active a {
  background-color: #f7f7f7;
}
.pager ul li.prev a {
  border-left-width: 1px;
}
.pager ul li.disabled {
  display: none;
}

/* Product page
================================================== */

/* .zoombox */
.zoombox .images {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
margin-bottom:20px;
}
.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
}
.zoombox .images a.first {
  display: block;
}
.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}
.zoombox .images a img.zoomImg {
  max-height: none;
}
.zoom a {
  text-decoration: none;
}
.zoombox .thumbs a  {
  display: block;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.zoombox .thumbs .thumbImage { text-align:center; margin-bottom:20px; float:left; padding:0 10px; }
.zoombox .thumbs { position:relative; }
.zoombox .thumbsWrap { margin:0 -10px; }
.zoombox .thumbs .owl-controls { position:static; right:auto; top:auto; }
.zoombox .thumbs .owl-controls .owl-prev, .zoombox .thumbs .owl-controls .owl-next { position:absolute; top:50%; margin-top:-20px; }

.zoombox .thumbs .owl-controls .owl-prev { left:10px; }
.zoombox .thumbs .owl-controls .owl-next { right:10px; }

.zoombox .thumbs .slick-prev, .zoombox .thumbs .slick-next { top:50%; margin-top:-20px;}
.zoombox .thumbs .slick-prev { right:auto; left:-8px; }
.zoombox .thumbs .slick-next { right:-10px; }



.product-info .row {
  clear: both;
  margin-right: 0px;
}

/* .product-option */
.product-info .product-option .product-configure-options-option {
  margin-bottom: 20px;
}

.product-configure-custom,
.product-configure-variants,
.product-configure-options {
  clear: both;
}


/* .product-price */
.product-info .product-price { margin-bottom:20px;}

.product-info .product-price .old-price {
  text-decoration: line-through;
  color: #797979; font-size:75%;
}

.product-info .price-wrap { font-size: 28px; line-height:35px; margin-bottom:20px; }

.product-info .product-price .price {  
  font-weight: 600;
  vertical-align: top;
}

.product-info .price-tax { font-size:12px;}
.productQuantity { margin-bottom:20px;}
/* quantity */
.product-info .product-price .cartAction input {
  display: block;
  width: 40px;
  height: 34px;
  text-align: center;
  float: left;
  padding: 8px 5px;
}
.product-info .product-price .cartAction .change {
  float: left;
  width: 16px;
  height: 34px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-left: 0px;
}
.product-info .product-price .cartAction .change a {
  color: #797979;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
}
.product-info .product-price .cartAction .change a:hover {
  color: #414141;
}

.productCartButton { margin-bottom:20px;}
.cartAction label {  display:inline-block; margin-top: 5px;  vertical-align: top;  width: 100px; font-weight:700; margin-right:5px; }
.cartAction .productOption { display:inline-block; vertical-align: top; }

/* add to cart */
.product-info .product-price .btn {
  overflow: hidden;
  margin-top: -1px;
  line-height: 37px;
  height: 39px;
  padding: 0px 30px;
font-size:15px;
  font-weight:600;
}
.product-info .product-price .btn:hover span {
  opacity: 0;
}
.product-info .product-price .btn::before {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
}
.product-info .product-price .btn:hover::before {
  top: 2px;
}

/* .tabs */
.product-tabs {
  padding-top: 0px;
  border-top: 1px solid #f0f0f0;
}
.tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabs ul li {
  float: left;
  width: 33.33%;
}
.tabs ul li.col-2 {
  width: 50%;
}
.tabs ul li a {
  color: #444;
    border: 1px solid #f0f0f0;
    border-top:0;    
    border-right:0;
    display: block;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
}
.tabs ul li:first-child a {
  border-left: 0px;  
}
.tabs ul li.active a {
    border-bottom-color: transparent;
    font-weight: 600;
}
.tabs ul li.active a small {
  font-weight: normal;
}
.tabsPages {
    width: 100%;
}
.tabsPages .page {
  clear: both;
  display: none;
  min-height: 160px;
  overflow: auto;
  padding: 15px;
  width: 100%;
}
.tabsPages .page.active {
    display: block;
}
.tabsPages .page.info .details {
  margin-bottom: 20px;
}
.tabsPages .page.info .details tr td {
  padding-right: 10px;
  font-style: italic;  
}
.tabsPages .page.info .details .out-of-stock {
  color: rgb(235, 97, 97);
}

/* .reviews */
.productDetailAccordionWrap .page.reviews .review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2a2a2a;
}


/* .tags-actions */
.product-actions {
  margin-bottom: 20px;
}

.product-actions .social-media { margin-bottom:20px;}

.product-actions .social-media .social-block {
  /*float: left;*/
  margin: 0px 10px 0px 0px;
  display:inline-block;
  vertical-align:top;
  height:auto;
}

.product-actions .social-media .social-block.social-block-google > div { width:auto!important;vertical-align: top !important;display: inline-block !important;}
.product-actions .social-media .social-block > div > a, .product-actions .social-media .social-block > div > iframe, .product-actions .social-media .social-block > a {display:inline-block;vertical-align:top;}
.product-actions .social-media .social-block.social-block-google > div > iframe { width:35px!important; vertical-align: top !important;display: inline-block !important;}
.product-actions .social-media .social-block .addthis_toolbox { margin-top:0px;}
.product-actions .social-media .social-block .addthis_toolbox a {margin:0;}
.product-actions .social-media .social-block.social-block-facebook .fb_reset {margin-top:-1px;}



/* footer
================================================== */
footer {
  background-color: #414141;
  color: #f7f7f7;
  font-size:13px;
}
footer .links a {
  color: #f7f7f7;
  font-size:14px;
}


footer .links .contact, footer .links .contact a { font-size:14px;}

footer .links .linkList a { padding:0 0 5px 20px; display:block; position:relative; }
footer .links .linkList a:before { font-family: FontAwesome; line-height: 1; position:absolute; top:3px; left:3px; content: "";}

footer .footerloginform input[type="text"], footer .footerloginform input[type="password"] { width:100%; margin-bottom:10px;}
footer .footerloginform input[type="submit"] { padding:0 15px;}

footer .newsletter input[type="text"] {height:32px; max-width:none; width:198px; margin-right:12px; float:left;}

footer .paymentsWrap { padding-bottom:40px;}
footer .paymentsWrap h4 { font-size: 16px; margin-bottom: 20px; text-transform: uppercase;}
footer .paymentsWrap .payments a { margin-right:10px; margin-bottom:5px; display:inline-block; vertical-align:top;}


/* .social */
footer .newsletter {  line-height: 0px;}
footer .newsletter .title {  display: block;  line-height: 1;  font-weight: 300;  font-size: 24px;  margin: 2px 0 0;}
footer #formNewsletter { float:left; width:100%;}
footer .newsletterFormElement{   float:right; font-size:0;}
footer form input {  display: inline-block;  vertical-align: top;}
footer .newsletter form .btn {  overflow: hidden; height:32px;  float:left; display:block; padding:0 12px; background:none; border:1px solid #828282; }
footer .newsletter form .btn span { display:block;  }

footer form .btn::before {  left: 0;  top: -50px;  position: absolute;  height: 100%;  width: 100%;  -webkit-transition: all 0.3s;  -moz-transition: all 0.3s;
  transition: all 0.3s;  font-size: 16px;  text-align: center;}
footer form .btn:hover::before {  top: 2px;}
footer .contact-description {  display: block;  padding-bottom: 10px;}
footer .contact { margin-bottom:10px; }
footer .contact .fa{  margin-right: 10px; font-size:16px; width:22px; height:22px; display:inline-block; line-height:20px; color:#000; border:1px solid #000; border-radius:50%; -webkit-border-radius:50%; text-align:center; }

/* .social-icons */
.social-media-follow {  line-height: 0px; font-size:0; margin-top:25px;}
.social-media-follow .social-icon {  display: inline-block;  margin-right:8px;  overflow:hidden; width:25px; height:27px; text-align: center;  vertical-align:top; font-size: 26px; }
.social-media-follow .social-icon.instagram { margin-right:0; }

.homeBanners { margin-bottom:30px;}
.homeBanners .homeBannerImg { overflow:hidden; }
.homeBanners .homeBannerImg img { -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.homeBanners .homeBannerImg:hover img {  transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }




.social-media-wrap-mobile { display:none;}
/* Home Page Tabs */
h2.resp-accordion {display:none; border-bottom: 1px solid #ccc; cursor: pointer; margin:0 10px 10px; padding: 0 35px 10px 2px; font-size: 15px; text-transform:uppercase; position:relative; }
h2.resp-accordion:after { content:"\f107"; font-family: FontAwesome; position:absolute; z-index:1; right:15px; top:1px; font-size:16px; }
h2.resp-accordion.resp-tab-active:after { content:"\f106"; }
.resp-tabs-container {clear: both; margin-top:20px; float:left; width:100%;}
.owl-item .item {margin-left: 10px; margin-right: 10px;}
#tabs ul, .relatedproduct {border-bottom: 1px solid; margin: 0 auto; position: relative; float:left; width:100%;}
#tabs > ul li { margin-bottom:-1px; }
#tabs > ul li, .relatedproduct > h3 {color: #666; cursor: pointer; font-size: 15px; line-height: 16px; padding: 10px 24px; text-transform: uppercase; font-weight:400; float:left; width:auto;   position:relative; font-family: "Raleway",Helvetica,sans-serif; }
#tabs ul li.resp-tab-active { border-bottom:2px solid #d32e2e; }
#tabs ul li.resp-tab-active:after, .relatedproduct > h3:after, .tabs ul li.active a:after {top: 100%; left: 35px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-width: 20px; margin-left: -20px;}

/*
 *   Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
 /* margin-top: 10px; */
  text-align: center;
}

/* Styling Next and Prev buttons */

/*.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;  
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
color:#2a2a2a;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.owl-controls { position:absolute; right:10px; top:-50px; z-index:9; }
.owl-controls .owl-buttons { font-size:0;} 
.owl-controls .owl-prev, .owl-controls .owl-next { display:inline-block; width:18px; height:20px; line-height:18px; font-size:20px; color:#b6b6b6; font-family: FontAwesome; } 
.owl-controls .owl-prev:before { content: "\f104"; }
.owl-controls .owl-next:before { content: "\f105"; }

#related-product .owl-controls { top: -56px; }



/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block; margin:0 auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list
{
    background: #fff url(ajax-loader.gif) center center no-repeat;
}




/* Arrows */
.slick-prev, .slick-next {  font-size: 0;  line-height: 0;  position: absolute; z-index: 99; top: -50px; display: block; width: 18px; height: 20px; padding: 0; cursor: pointer; color: transparent;
    border: none; outline: none; background: transparent; text-align:center;  }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent;  outline: none; background: transparent; }
.slick-prev:hover:before, .slick-next:hover:before { color: #2a2a2a; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    color: #b6b6b6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    right: 30px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}






.slide-carousel .item .product { margin:0 10px 20px;  }
.slide-carousel .item { float:left; }




.tags { padding:20px 10px; border:1px solid #e2e2e2;}
.tags a { font-size: 13px;  background-image: url('tag.png'); background-position:0 0; background-size:24px 100%; background-repeat:no-repeat; padding:5px 10px 5px 21px; border-radius:0 3px 3px 0; text-decoration:none; margin-right:8px; margin-bottom:10px; display:inline-block; }

.homeTitle h2 { font-size:24px; font-weight:300; padding-bottom:10px; margin-bottom:20px; border-bottom:1px solid #e2e2e2; text-transform:uppercase;}

.sortbyFilter, .sidebarPriceSlider, .customFilter { padding:20px 10px; border:1px solid #000;}
.customFilter { padding: 16px 10px 5px; }
.sidebarContentWrap { margin-bottom:20px;}
.sortbyFilter select { float:left; -moz-appearance:none; -webkit-appearance: none; appearance:none; padding:5px 25px 5px 5px; position:relative; background: url(dn-arrow.png) 100% 50% no-repeat; border:1px solid #000; position:relative; }
.sortbyFilter select::-ms-expand {  display: none; }
.sortbyFilter select.sortOptions { width:140px; margin-right:10px;} 
.sortbyFilter select.sortBrands { width:100px;} 

.sidebar-filter-item input[type="checkbox"] { margin-right:5px; }
.sidebar-filter-item label { position: relative; top: -2px; }
.sidebar-filter-item { margin-bottom: 5px; }

.ratingWrapper { margin-bottom:10px; min-height:21px;}
.ratingWrapper .notRated { color:#b5b5b5; text-transform:uppercase; font-size:12px;}
.ratingWrapper .stars { color:#f7c000;}

.productPrices { margin-bottom:10px;}

.actionProduct { margin:0 -8px 0; border-top:1px solid #e7e7e7;  }
.actionProduct .addToCart, .actionProduct .chooseOptions { float:left; display:block; font-size:13px; text-transform:uppercase; color:#000; padding:10px 5px; line-height:17px; 
  text-align:center; width:60%;   }
.actionProduct .addToWishlist, .actionProduct .addToCompare { float:left; font-size:13px; display:block; color:#000; padding:10px 5px; line-height:17px; text-align:center;
  border-left:1px solid #e7e7e7;  width:20%; }

.actionProduct .chooseOptions { font-size:12px; }

.actionProduct .addToCart:hover, .actionProduct .chooseOptions:hover, .actionProduct .addToWishlist:hover, .actionProduct .addToCompare:hover { background:#000; color:#fff; }

.actionProduct > a { vertical-align: middle; }
.actionProduct > a span, .actionProduct > a i { vertical-align:middle; display: inline-block; }
.actionProduct > a:after{ content: ""; display: inline-block; height: 100%; vertical-align: middle; }


.quickViewBtn { display:none; position:absolute; left:50%; top:50%; z-index:9; margin-top:-12px; margin-left:-56px; background:#000000; color:#ffffff; font-size:12px; text-transform:uppercase; font-weight:700; padding:5px 10px 5px 35px;}
.quickViewBtn:before { content:""; font-family: fontawesome; font-size: 18px; left: 10px; top:0; position: absolute; font-weight:normal; }
.quickViewBtn:hover { background-color:#666666;}
.quickViewWrap { display:none;}


.quickViewBtn:lang(de) { margin-left:-75px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('fancybox-sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox-loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: rgba(0,0,0,0.3); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0,0,0,0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox-spriteat2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('fancybox-loadingat2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}


.quickViewProduct { padding:20px; width:1100px;}
.qProductAside { float:left; width:45%;}
.qProductAside .qProductThumbWrap { text-align:center;}
.qProductMain { float:left; width:55%; padding-left:30px;}

.product-page-title h1{ margin:0 0 5px; padding:0; position:relative; border:0 none;display:inline-block;vertical-align:middle; }
.product-page-title .ratingWrapper{ margin:0; padding:0; }
.product-page-title { margin-bottom:20px; }
.product-page-title h4.brandName { font-size:16px; font-weight:300;}

.product-page-title h1.product-page {width:87%;}

.product-page-title span.actions { display:inline-block;  z-index:9; line-height:0;vertical-align:middle; }
.product-page-title span.actions a { display:inline-block; font-size:14px; width:18px; height:18px; margin-left:2px; text-align:center; vertical-align:middle; }
.product-page-title span.actions a .fa { vertical-align:top; }
.product-page-title span.actions a:hover { text-decoration:none; color:#3e3e3e;}


.product-option label { display:inline-block; width:80px; vertical-align:top; margin-top:5px; font-weight:700; margin-right:5px; }
.product-option label em { color:#ff0000;}
.product-option select {  display:inline-block; vertical-align:top;}

.productOptionWrap { margin-bottom:20px;}
.productOptionWrap label { display:inline-block; font-weight: 700; vertical-align: top; width: 100px; margin-right:5px; }
.productOptionWrap .productOption { display:inline-block; vertical-align: top; }


.product-info h3 { margin-bottom:20px; font-size:20px;}
.specs .productOptionWrap { margin-bottom:5px;} 

.productDetailAccordionWrap { margin-bottom:20px;} 
.productDetailAccordion h3 { background:#000; color:#bbbbbb; padding:8px 12px; margin-bottom:5px; font-size:16px; line-height:18px; text-transform:uppercase; cursor:pointer; }
.productDetailAccordion h3 small { color:#bbbbbb;}
.productDetailAccordion h3.ui-accordion-header-active, .productDetailAccordion h3.ui-accordion-header-active small { color:#ffffff; }
.productDetailAccordion .productDetailContent { padding:15px;}
.productDetailAccordion h3 span.ui-icon {font-family: FontAwesome; font-size: 14px; padding-right: 12px;}
.productDetailAccordion h3 span.ui-icon.ui-icon-triangle-1-e:before { content: "";}
.productDetailAccordion h3 span.ui-icon.ui-icon-triangle-1-s:before { content: "";}

.product-wrap { margin-bottom:20px;}

.tags-actions .tags { border:0 none; padding:0;} 

.relatedProducts h2, .RecentlyViewedProducts h2 { font-size:28px; text-transform:uppercase; font-weight:300; padding-bottom:10px; margin-bottom:20px; border-bottom:1px solid #e7e7e7; }

.collectionDescription { margin-bottom:20px;}

.blogWrapper { margin-bottom:10px; }
.blog-articles .blogImage { border:4px double #eaeaea; overflow:hidden; margin-bottom:10px;}
.blog-articles .blogDescription h4 { font-size:15px; font-weight:600; margin-bottom:7px; }
.blog-articles .blogDescription .date { font-size:12px; font-style:italic; }
.blog-articles .blogDescription .article-content { padding-top:5px; font-size:13px; }
.blogArticle {margin-bottom:20px;}

.blog-articles .blogDescription .blogMore { text-align:right; font-size:13px;}

.gui-blog-article .gui-blog-social-facebook { width:82px;}
.gui-blog-article .gui-blog-social-twitter { width:90px;}
.gui-blog-article .gui-blog-social-google { width:68px;}

.gui-blog-article footer:before, .gui-blog-article footer:after { display:table; content:" ";}
.gui-blog-article footer:after { clear:both;}
.gui-blog-article .gui-blog-social { float:left; }
.gui-blog-article .gui-blog-article-more { float:right;}
.gui-blog-article .gui-blog-article-more a { font-size:14px; }
.gui-blog-article header ul:before, .gui-blog-article header ul:after { display:table; content:" "; }
.gui-blog-article header ul:after { clear:both;}
.gui-blog.gui-blogshort .gui-blog-article-image .gui-blog-article-content, .gui-blog.gui-blogshort .gui-blog-article-image footer, .gui-blog.gui-blogshort .gui-blog-article-image header { padding:0; width:auto;}
.gui-blog.gui-blogshort .gui-blog-article-summary img { padding-bottom:20px;}
.gui-blog.gui-blogshort .gui-blog-article-summary { margin-bottom:20px;}
.gui-blog .gui-blog-article-content.blog-article-summary { display:none; }

.gui-div-sitemap-sitemap .gui-list { float: left; margin-left: 2%; width: 32%; }
.gui-div-sitemap-sitemap .gui-list:first-child { margin-left: 0; }
.gui-div-sitemap-sitemap .gui-spacer { display: none; }

.content .gui { margin:0;}

.entry-content p, .gui-blog-article p { margin-bottom:20px; padding-bottom:0; }
.entry-content h2 { font-size:28px;}
.entry-content h3 { font-size:24px;}
.entry-content h4 { font-size:20px;}
.entry-content h5 { font-size:18px;  font-weight:600; }
.entry-content h6 { font-size:16px; font-weight:600;}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .gui-blog-article h2, .gui-blog-article h3, .gui-blog-article h4, .gui-blog-article h5, .gui-blog-article h6, .gui-div-faq-questions h2, .gui-div-faq-questions h3  { margin-bottom:20px;}
.entry-content ul, .entry-content ol, .gui-blog-article ul, .gui-blog-article ol, .gui-div-faq-questions ul, .gui-div-faq-questions ol  { margin:0 0 20px; padding: 0;}
.entry-content li, .gui-blog-article li, .gui-div-faq-questions li {  margin-left:15px; padding-left: 3px; }
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul, .gui-blog-article ul ul, .gui-blog-article ol ol, .gui-blog-article ul ol, .gui-blog-article ol ul, .gui-div-faq-questions ul ul, .gui-div-faq-questions ol ol, .gui-div-faq-questions ul ol, .gui-div-faq-questions ol ul  { margin-bottom: 0;}
.entry-content ul li, .gui-blog-article ul li, .gui-div-faq-questions ul li  {list-style:disc;  }
.entry-content ol li, .gui-blog-article ol li, .gui-div-faq-questions ol li { list-style: decimal;}
.gui-blog .gui-blog-article ul { font-size:100%; }
.gui-blog .gui-blog-article header ul li { margin-bottom:0; list-style:none; } 
.gui-blog .gui-blog-article header ul li.gui-blog-article-comments { margin:0; padding:0; }
.entry-content blockquote { margin:0 0 20px 20px; padding:20px; font-style:italic; border-left:3px solid #2a2a2a; background:#e7e7e7; }
.entry-content form { margin-bottom:20px; }
.entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="password"], .entry-content input[type="url"], .entry-content input[type="tel"], .entry-content textarea, .entry-content select { width:50%;}

.entry-content table th { background: #efefef; }
.entry-content table th, .entry-content table td { border: 1px solid #ddd; padding: 5px 10px; }
.entry-content table td { padding: 2px 10px; }

body .gui a.gui-button-large, body .gui a.gui-button-small, body .gui a.gui-button-large.gui-button-action, body .gui a.gui-button-small.gui-button-action { 
  background: #54afe9;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;  
  height: 32px;
  line-height:32px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border:0 none;
  -webkit-appearance: none;
  appearance:none;
  border-radius: 0px; -webkit-border-radius: 0px;
}
.gui .gui-block-title { border-radius:0; -webkit-border-radius:0; }
body .gui ul.gui-products li .gui-products-option { top:25px;   }
body .gui-block-productlist li .gui-block-productlist-option { margin-top:0; }
.gui .gui-div-cart-sum .gui-align-right { width:158px;}
.gui ul.gui-products li .gui-products-title { white-space: normal; padding-right: 15px; }

#gui-form-cart .gui-table tbody tr td:first-child   { width:6%; }
.gui-wishlist .gui-table tbody tr td:first-child {  width:8%; }
#gui-block-review .gui-table tbody tr td:first-child { width:5%; }

.gui-checkout .gui-form a.gui-button-fb.gui-button-social { padding-left: 37px; }
.gui .gui-block-productlist li .gui-block-productlist-text a { white-space:normal;}
.gui .gui-block-productlist li .gui-block-productlist-text { padding-right:15px; text-overflow: ellipsis; }


body .gui-checkout .gui-progressbar ul li.gui-done { background:#fff; }
body .gui-checkout .gui-progressbar ul li.gui-done a { color: #d5e0e0;}



footer .hallmarks {
  margin-top: 20px;
}
/* .copyright-payment */ 
.copyright-payment {
  color: #6c6c6c;
  font-size: 12px;
  background-color: #3d3d3d;
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyright-payment .row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.copyright-payment .copyright a {
  color: #969696;
}
.copyright-payment .payments {
  line-height: 12px;
}
.copyright-payment .payments img {
  display: inline-block;
  height: 22px;
  width: auto;
  line-height: 35px;
  margin-left: 7px;
}

/* DE */
.strict-shipping {
  padding-top: 0px;
  clear:both;
}
.shipping-cost {
  display: block;
  text-align: right;
  width: 100%;
}
.shipping-cost.collection {
  margin-bottom: 30px;
}

/* GUI
================================================== */
.gui {
  margin-top: 30px;
}
.gui a.gui-button-large,
.gui a.gui-button-small,
.gui-block,
.gui-block.gui-closed .gui-block-title,
.gui-block-option,
.gui-block-option img.gui-border,
.gui-block-option-block,
.gui-block-title span,
.gui-image,
.gui-input,
.gui-text,
.gui-messages ul,
.messages ul,
.gui-number,
.gui-popover,
.gui-popover-bg,
.gui-popover-content,
.gui-popover-title a,
.gui-select,
.gui-table,
.gui-block-content .gui-mask,
.gui-block-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.gui .gui-progressbar {
  background-color: transparent;
}
body .messages, body .gui-messages {
  margin:0 0 20px;
}
/* BUNDLES
================================================== */
/*
.bundleproductinfo h3 {
  font-size: 14px;
}
.bundle h3 {
    margin-bottom: 25px;
}
.glyph-bundle{ 
  position: absolute;
  top: 60px;
  margin-left: -21px;
}
.bundlecart{
  width:16.666667%;
}
.bundleproductinfo{
  height:60px; 
}
.bundleproductinfo a {
    max-height: 70px !important;
}

.bundleproductinfo p {
    margin-top: -6px;
    font-size: 12px;
}
*/
.line-through {
  text-decoration: line-through;
}

/* ===============================================================================================
MOBILE MENU ENABLE STYLE
=============================================================================================== */
/*
header.headerMain.close, .wrapper.close, .uniquePointsPanel.close {
transition: left .1s ease;
-moz-transition: left .1s ease;
-webkit-transition: left .1s ease;  
}
*/
header.headerMain, .wrapper.close, .uniquePointsPanel {left:0; position:relative;}
header.headerMain.open, .wrapper.open, .uniquePointsPanel.open {left:240px; position:relative;  
/*
  transition: left .1s ease;
-moz-transition: left .1s ease;
-webkit-transition: left .1s ease; 
  */
}

nav.mobile .glyphicon-remove {display:none;}
.burger {cursor:pointer;}

nav li {position:relative;}
nav.nonbounce.vertical.mobile {
  width: 240px;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  left: -240px;
  top: 0;
/*  background-color: #414141; */

  box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.1);
 
  z-index: -1000;
  opacity:0;
}
header.headerMain.open nav.nonbounce.vertical.mobile {left:0; opacity:1;}
header.headerMain nav.nonbounce.vertical.mobile {
  z-index: 1;
}
nav.nonbounce.vertical.mobile .item .itemLink, nav.nonbounce.vertical.mobile .subitem .subitemLink {
  display: block;
  padding:8px 32px 8px 15px;
  text-decoration: none; 
} 
/* .view-subnav */
.item.sub {
  position: relative;
}
.item.sub .itemLink {
  padding-right: 40px;
}  
.item.sub.view-subnav .itemLink {
  font-weight: 600;
  padding-right: 15px;
}
nav.mobile .item.view-subnav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  padding-top: 30px;
  z-index: 1000;
  box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
  z-index: -1000;
}
nav.mobile .item.view-subnav li {position:relative;}

@-webkit-keyframes fadeIn {
  0% { display:none; opacity: 0;}
1% { display: block; opacity: 0;}
100% { display: block; opacity: 1;}
}
@-moz-keyframes fadeIn {
  0% { display:none; opacity: 0;}
1% { display: block; opacity: 0;}
100% { display: block; opacity: 1;}
}
@keyframes fadeIn {
  0% { display:none; opacity: 0;}
1% { display: block; opacity: 0;}
100% { display: block; opacity: 1;}
}
nav.mobile .view-subnav .subnav .subnav .subitemLink {
  padding-left: 30px;
}


/* icons */
nav.mobile .fa-angle-down, nav.mobile .fa-angle-right { display:none; }
nav.mobile .glyphicon-play {
  color: #f7f7f7;
  position: absolute;
  font-size: 10px;
  top: 50%;
  margin-top: -10px;
  right: 8px;
cursor:pointer;
width:20px; 
height:20px;
  line-height:18px;
}
nav.mobile .item.sub { /* overflow:hidden; */ }
nav.desktop .glyphicon-play {
  display: none;  
}
nav.mobile .glyphicon-remove {
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  color: #54afe9;
  right: 15px;
  top: 10px;
  font-size: 16px;
width:18px;
  height:18px;
}
nav.mobile .subnav {
  display: none !important;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
}
nav.mobile .view-subnav .subnav {
  display: block !important;
  width: 100%;
  margin: 0px;
}

.topBarIcon { text-align:center; display:none; }
.topBarIcon a { display:inline-block; background:#000; color:#fff; width:25px; height:21px; }
.topBarIcon a.opened .fa-angle-double-down:before { content:"\f102";}

.entry-content .documentation h3 { background: #f2f2f2 none repeat scroll 0 0;  border-left: 3px solid; font-weight: normal; padding: 10px 15px;}
.entry-content .documentation .row {margin-top:20px;}
.entry-content .documentation .row p, .entry-content .documentation .row li { margin-bottom: 15px;}

.viewFilter { margin-bottom:20px; }
.viewFilter .views { text-align:right; }
.viewFilter .views > a { color: #888888; margin-left:15px; }
.viewFilter .views > a:hover, .viewFilter .views > a.active   { color:#000; }

.products .product.list .image-wrap { float:left; width:262px; border:0 none; border-right:1px solid #e7e7e7;  }
.products .product.list .info { width:593px; float:left; padding:20px; border:0 none; text-align:left; }

.products .product.list { border:1px solid #e7e7e7; }
.products .product.list .info .title { font-size: 18px; font-weight:700; max-height: none; height:auto!important; margin-bottom:10px;  }
.products .product.list .prdDescriptionList { margin-bottom:20px;}

.products .product.list .actionProduct .addToCart, .products .product.list .actionProduct .chooseOptions { padding-left:15px; padding-right:15px; width:auto; }
.products .product.list .actionProduct .addToWishlist, .products .product.list .actionProduct .addToCompare {  width:39px;  }

.products .product.list .actionProduct { border: 1px solid #e7e7e7; float: left; margin: 0; clear:both; }
.products .product.list .actionProduct .chooseOptions, .actionProduct .addToWishlist, .actionProduct .addToCompare { font-size:13px; }


/* bundle product styles */



.bundleProductsTitle { margin-bottom:30px; }
.bundleProductsTitle > h3 {margin:0 auto; }

.bundleProductsTitle {border-bottom: 1px solid; position: relative; float:left; width:100%;}
.bundleProductsTitle > h3 {color: #666; cursor: pointer; font-size: 16px; line-height: 16px; padding: 15px 26px; text-transform: uppercase; float:left; width:auto; position:relative;}
.bundleProductsTitle > h3:after {top: 100%; left: 35px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-width: 20px; margin-left: -20px;}

.bundledMain { padding-right:45px; position:relative; }
.bundledMain:after { content:"+"; position:absolute; right:1px; top:50%; width:32px; height:32px; margin-top:-18px; font-size:32px; font-weight:700; text-align:right; }
.bundledMain .image-wrap { border:1px solid #e7e7e7; margin-bottom:10px;  overflow:hidden; text-align:center; }
.bundledMain .info .title { color: #3d3d3d; text-align: center; display: block;  font-size:13px; line-height: 20px;  text-decoration: none; }
.bundledMain .info .title:hover { color: #696969;}


.bundledWrap .bundled { padding:10px;  margin-right:10px; border:1px solid #e7e7e7; }
.bundledWrap .bundled .image-wrap { margin-bottom:10px; text-align:center; }
.bundledWrap .bundled .info { line-height:1.5; text-align:center; font-size:13px; }
.bundledWrap .bundled .info a { color: #3d3d3d; display:block; }
.bundledWrap .bundled .info a:hover { color: #696969; text-decoration:none;}

.bundle-actions {  margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #efefef;}
.bundledCarousel { position:relative; padding:10px 50px; overflow:hidden; width:100%;  }



.bundlecart .info h4 { font-size:16px; padding-top:10px; margin-bottom:10px; text-transform:uppercase; }
.bundlecart .info .discount { color: #000000; margin-bottom:10px; font-weight:700; }
.bundlecart .info .old-price { text-decoration: line-through;  color: #696969; font-size:15px; font-weight: 600;}
.bundlecart .info .price { font-weight:700; margin-bottom:10px; font-size:15px; font-weight: 600; color: #000000; }

.bundlecart .info { text-align:right; }
.bundledCarousel .owl-controls { position:relative; right:auto; left:auto; top:auto; position:static; }
.bundledCarousel .owl-controls .owl-prev, .bundledCarousel .owl-controls .owl-next { position:absolute; z-index:9; top:50%; margin-left:0; margin-top:-11px;  }
.bundledCarousel .owl-controls .owl-prev { left:5px; }
.bundledCarousel .owl-controls .owl-next { right:15px; }
 
.bundledCarousel .slick-prev, .bundledCarousel .slick-next { top:50%; margin-top:-11px;}
.bundledCarousel .slick-prev { right:auto; left:5px; }
.bundledCarousel .slick-next { right:15px; }


header.sticky .headerPanel{background: #fff; left: 0; margin: 0 auto; /* opacity: 0.9; */ position: fixed; top: 0; width: 100%; z-index: 999; /* border-bottom:1px solid #e2e2e2; */ }
header.sticky .shopTitle { font-size: 38px; }
header.sticky .headersearch { display:none; }
header.sticky .logoWrap {   padding: 0;}
header.sticky .social-media-follow { margin-top:17px; padding-left:10px; }
header.sticky .searchWrap { margin-top: 14px; padding-left:10px; padding-right:10px;}
header.sticky .mainMenu { margin-bottom:0; }
header.sticky .logoImage { -webkit-transition: all 800ms linear 1s; -moz-transition: all 800ms linear 1s; -o-transition: all 800ms linear 1s; -ms-transition: all 800ms linear 1s; transition: all 800ms linear 1s; transform: scale(0.55); height:auto;}

/* Header Style2 */
.headerMain.headerStyle2.sticky .headerPanel, .headerMain.headerStyle3.sticky .headerPanel {border-bottom:1px solid #e2e2e2;}
.headerStyle2.sticky .logoLeft .logoImage, .headerStyle3.sticky .logoLeft .logoImage {padding:10px; transform: scale(1);}
.headerStyle2 .mainMenu {margin:12px auto 0;}


.logoWrap, .headersearch, .shopTitle, .logoImage, .logoImage img { -webkit-transition: all 800ms ease 0s;
-moz-transition: all 800ms ease 0s;
-o-transition: all 800ms ease 0s;
-ms-transition: all 800ms ease 0s;
transition: all 800ms ease 0s; }

header.sticky .logoWrap, header.sticky .headersearch, header.sticky .shopTitle, header.sticky .logoImage, header.sticky .logoImage img  { -webkit-transition: all 800ms ease 0s;
-moz-transition: all 800ms ease 0s;
-o-transition: all 800ms ease 0s;
-ms-transition: all 800ms ease 0s;
transition: all 800ms ease 0s; }


.products .product .image-wrap .quickViewContent { display:none; }

.quickViewContent .product-images { float:left; width:50%;  }
.quickViewContent .product-content { float:right; width:50%; padding:0 10px 0 20px; }

.quickViewContent .product-images { text-align:center; border: 1px solid #e7e7e7; }
.fancybox-inner .quickViewContent { padding:10px 0; }
.quickViewContent h1 { font-size: 24px; font-weight: 300; margin-bottom: 15px; text-transform: uppercase; }
.quickViewContent .description { margin-bottom: 15px; }

.quickViewContent .product-price .price { font-size: 22px; line-height: 28px; margin-bottom: 15px; font-weight: 600;  }
.quickViewContent .product-price .old-price { color: #565656; font-size: 75%; font-weight: 400;text-decoration: line-through; vertical-align: baseline; margin-right:5px; }
.quickViewContent .product-price .price-tax { font-size:11px; vertical-align: baseline; color: #565656; font-weight: 400; }
.quickViewContent .product-price .new-price  { vertical-align: baseline; margin-right:5px; }

.quickViewContent .cart { float:none; }

.quickViewContent .qtyWrap input {  display: block; width: 40px; height: 34px; text-align: center; float: left; padding: 8px 5px; }
.quickViewContent .qtyWrap .change { float: left; width: 16px; height: 34px; background-color:#000000;  border: 1px solid #e5e5e5;  border-left: 0px; }
.quickViewContent .qtyWrap .change a { color: #ffffff; display: block; width: 16px; height: 16px; text-align: center; text-decoration: none; line-height: 16px; }
.quickViewContent .qtyWrap .change a:hover { color: #cccccc; }
.quickViewContent .qtyWrap { margin-bottom: 15px;}
.quickViewContent .product-option { margin-bottom: 15px;}


.quickViewContent .cart a.qCart { margin-right:15px; }
.quickViewContent .cart > a { margin-bottom:10px; }

.qImageslider:not(.multi) { margin: 0 10px; }
.qImageslider .owl-controls { position:static; right:auto; left:auto; top:auto; }
.qImageslider .owl-controls .owl-prev, .qImageslider .owl-controls .owl-next { position:absolute; top:50%; margin:-11px 0 0 0; }
.qImageslider .owl-controls .owl-prev { left:15px; }
.qImageslider .owl-controls .owl-next { right:15px; }

.qImageslider .slick-prev, .qImageslider .slick-next { top:50%; margin-top:-11px;}
.qImageslider .slick-prev { right:auto; left:5px; }
.qImageslider .slick-next { right:5px; }




















/* Chosen Css*/
.chosen-container{ position:relative; display:inline-block; vertical-align:middle; font-size:13px; -webkit-user-select:none;-moz-user-select:none;user-select:none; width:auto!important; 
  text-align:left; }
.chosen-container *{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
.chosen-container .chosen-drop{ position:absolute;top:100%;left:-9999px;z-index:1010;width:auto;border:1px solid #8e8e8e;background:#fff;  }
.chosen-container.chosen-with-drop .chosen-drop{ left:0; }
.chosen-container a{ cursor:pointer; }
.chosen-container-single .chosen-single{ position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:26px;border:1px solid #8e8e8e; /* background-color:#fff; */
  background-clip:padding-box;color:#444;text-decoration:none;white-space:nowrap;line-height:24px; opacity:1 !important; }
.chosen-container-single .chosen-default{ color:#999; }
.chosen-container-single .chosen-single span{ display:block;overflow:hidden;margin-right:22px;text-overflow:ellipsis;white-space:nowrap; }
.chosen-container-single .chosen-single-with-deselect span{ margin-right:38px; }
.chosen-container-single .chosen-single abbr{ position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url('chosen-sprite.png') -42px 1px no-repeat;font-size:1px; }
.chosen-container-single .chosen-single abbr:hover{ background-position:-42px -10px; }
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{ background-position:-42px -10px; }
.chosen-container-single .chosen-single div{ position:absolute;top:0;right:0;display:block;width:22px;height:100%; }
.chosen-container-single .chosen-single div b{ display:block;width:100%;height:100%; text-align: center; font-size:12px; }
.chosen-container-single .chosen-single div b:after { content:"\f0d7"; font-family: FontAwesome;  }
.chosen-container-single .chosen-drop{ margin-top:-1px;background-clip:padding-box; }
.chosen-container-single.chosen-container-single-nosearch .chosen-search{ position:absolute;left:-9999px; }
.chosen-results  li { padding: 10px 8px; cursor: pointer; }
.chosen-results  li.result-selected { background: #8e8e8e; color: #fff; }






.gui-messages ul, .messages ul { background: #fff;  border-color: #005ccd; color: #005ccd;  }
.gui-messages ul.success, .messages ul.success, .gui-messages ul.gui-success { background: #fff; border-color: #00a144; color: #00a144; }
.gui-messages ul.gui-info, .messages ul.gui-info, .gui-messages ul.gui-info { background: #fff;  border-color: #005ccd; color: #005ccd;  }
.gui-messages ul + ul { margin-top:20px; }


.tab-container {  margin-bottom: 15px; }

.loginLinksWrap { float:left; position:relative; height: 26px; }
.loginLinksWrap a.loginLinks { display:block;  /* padding-right:28px; background: url(dn-arrow.png) no-repeat right center;*/ font-size:13px; line-height:24px; }
.loginLinksWrap a.loginLinks:after { content:"\f0d7"; font-family: FontAwesome; font-size:12px; margin-left: 8px;}
.loginLinksWrap ul { display:none; position:absolute; right:0; top:100%; z-index:1111; background:#ffffff; border:1px solid #8e8e8e; width:138px; }
.loginLinksWrap:hover ul { display:block; }
.loginLinksWrap ul li { text-align:center; }
.loginLinksWrap ul li a { padding:5px 10px; line-height:1.2; display:block;  text-align:left; }
.loginLinksWrap ul li a:hover { background:#8e8e8e; color:#fff; }


.headerStyle2 .topnav { font-size:13px; border:0 none;}
.headerStyle2 #formSearch input { padding-top:4px; padding-bottom:4px; width:100%;  }
.headerStyle2 .headersearch { float:none; }
.headerStyle2 #formSearch .fa { font-size:14px; }
.headerStyle2 .searchIcon, .headerStyle2 .searchIcon:hover { background:none; }
.headerStyle2 .chosen-container-single .chosen-single { border:0 none; }
.headerStyle2 .chosen-container .chosen-drop { border:1px solid #8e8e8e }
.headerStyle2 .logoWrap { padding-bottom: 18px; padding-top: 18px; }
.headerStyle2 .mainMenu .container { width:auto; padding:0; }
.headerStyle2 .logoImage { height:52px; }
.headerStyle2 .cart .fa { height:37px; width:37px; padding:10px 10px 5px 5px; position:relative;  }
.headerStyle2 .cartIcon { background:none; border:1px solid #2a2a2a; border-radius:50%; -webkit-border-radius:50%; color:#2a2a2a; }
.headerStyle2 .cartIcon .headerCartItem { position:absolute; right:-6px; top:-2px; background:#2a2a2a; display:block; width:18px; height:18px; color:#fff; font-size:11px;
  border-radius:50%; -webkit-border-radius:50%; }
.headerStyle2 .cart:hover .cartIcon { background:none; }
.headerStyle2 .cartLink { margin:0 0 0 12px; font-size:16px; font-weight:700; line-height:37px; }
.headerStyle2 .cart { margin:0; }
.headerStyle2 .searchWrap { margin-top:9px; /* padding-right:10px; */ }
header.headerMain.headerStyle2 { box-shadow:0px 1px 5px rgba(0,0,0,0.15); -webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.15); margin-bottom:20px;  }

.headerStyle2 .autocomplete { top: 27px; right:auto; left:0;  }
.headerStyle2 .autocomplete:before { top: -5px; left: 15px; }


footer .links .social-media-follow { margin:20px 0; }
.headerStyle3 .social-media-follow { margin-top:6px;  }
.headerStyle3 .social-media-follow .social-icon { height:22px; width:22px; color:#999; font-size:18px; margin-right:5px; }
.headerStyle3 .rightlinks ul li { border:0 none; }
.headerStyle3 .rightlinks ul li .fa { margin-right:8px; }
.headerStyle3 .topnav { font-size:13px;}
.headerStyle3 .rightlinks ul li.headerPhone .fa { font-size:21px; }
.headerStyle3 .rightlinks ul li.headerEmail .fa { font-size:15px;}
.headerStyle3 .rightlinks ul li a { line-height:21px; }
.headerStyle3 .rightlinks ul li a span { display:inline-block; vertical-align:middle; }
.headerStyle3 .rightlinks ul li a .fa { vertical-align:middle; }
.headerStyle3 .chosen-container-single .chosen-single { border:0 none; }
.headerStyle3 .logoImage { height:auto; }
.headerStyle3 .logoImage:after {display:none;}

.headerStyle3 #formSearch { border-radius:18px; -webkit-border-radius:18px; overflow:hidden; }
.headerStyle3 #formSearch input { width:100%; background:#f5f5f5; border:0 none; padding:11px 43px 11px 20px;  }
.headerStyle3 .headersearch { float:none; margin-top:8px;  display: inline-block; width:100%; max-width:280px; }
.headerStyle3 #formSearch .fa { font-size:17px; padding: 11px 1px; width:43px;  }
.headerStyle3 .searchIcon, .headerStyle3 .searchIcon:hover { background:none; }
.headerStyle3 .logoWrap .searchWrap { margin-top:19px; }
.headerStyle3 .logoWrap .searchWrap > a { float:right; margin-left:30px; color:#898989; text-transform:uppercase; font-size:13px }
.headerStyle3 .logoWrap .searchWrap > a > span, .headerStyle3 .loginLinksWrap a.loginLinks span { vertical-align:middle; display:inline-block; }
.headerStyle3 .logoWrap .searchWrap > a.headerCompare .fa { font-size: 18px; margin-right:9px; vertical-align:middle; }
.headerStyle3 .loginLinksWrap a.loginLinks .fa { font-size: 20px; margin-right:9px; vertical-align:middle;  }
.headerStyle3 .logoWrap .searchWrap > a.headerCompare, .headerStyle3 .loginLinksWrap a.loginLinks { line-height:20px; }
.headerStyle3 .loginLinksWrap { float:right; }
header.sticky.headerStyle3 .logoWrap .searchWrap { margin-top: 15px; padding-right:10px; }

.headerStyle3 .cart .fa { padding:0; position:relative;  }
.headerStyle3 .cartIcon { background:none; color:#2a2a2a; width:25px; height:25px; font-size:22px;  }
.headerStyle3 .cartIcon .headerCartItem { position:absolute; right:-7px; top:-6px; background:#2a2a2a; display:block; width:17px; height:17px; color:#fff; font-size:11px;
  border-radius:50%; -webkit-border-radius:50%; }
.headerStyle3 .cart:hover .cartIcon { background:none; }
.headerStyle3 .cartLink { margin:0 0 0 15px; font-size:18px; font-weight:700;  }
.headerStyle3 .cart { margin:0; }

.headerStyle3 .loginLinksWrap a.loginLinks { text-transform:uppercase; color:#898989; line-height:1.5; }
.headerStyle3 .loginLinksWrap ul { right:auto; left:0; } 
.headerStyle3 .logoWrap { padding-bottom:24px; padding-top: 24px;}
/* .headerStyle3 nav.desktop > ul > .item:first-child .itemLink { padding-left:0;} */
.headerStyle3 .mainMenu { border-bottom:0; margin-bottom:5px; padding:8px 0; }
.headerStyle3 nav.desktop .item .itemLink, .headerStyle3 nav.desktop > ul > .hideshow > a { font-family: "Raleway",Helvetica,sans-serif;  font-weight:700; }
.headerStyle3 nav.desktop .subnav .subitemLink {  font-family: "Raleway",Helvetica,sans-serif; }
.headerStyle3 nav.desktop .hideshow .item .itemLink, .headerStyle3 nav.desktop .hideshow .subitem .subitemLink { font-weight:400; text-transform:none; }
.headerStyle3 nav.desktop .item.active .itemLink:after, .headerStyle3 nav.desktop .item .itemLink:hover:after, .headerStyle3 nav.desktop ul > .hideshow > a:hover:after, 
  .headerStyle3 nav.desktop ul > .hideshow.menu-open > a:after
 { content:""; position:absolute; background:#2a2a2a; height:1px; width:100%; left:0; top:-9px; }
.headerStyle3 nav.desktop ul > .hideshow .item .itemLink:hover:after { content:""; display:none; }
.headerStyle3.sticky nav.desktop .item.active .itemLink:after, .headerStyle3.sticky nav.desktop .item .itemLink:hover:after, .headerStyle3.sticky nav.desktop ul .hideshow > a:hover:after  { top:-1px; }

header.sticky.headerStyle3 .mainMenu { padding:0; }
.headerStyle3 .align .burger { margin-top: -6px; }

.headerStyle3 .autocomplete { border-radius: 18px; left:0; top: 40px;  }
.headerStyle3 .autocomplete:before { left: 25px; top: -10px; }


.copyright-payment .container { position:relative; }
a.backtotop { width:45px; height:45px; display:block; border-radius:50%; -webkit-border-radius:50%;   position:absolute; right:0; top:-40px; z-index:99; background:#2a2a2a; color:#ffffff; 
  text-align:center; font-size: 18px; padding:12px; line-height:1;  }

.gui-table thead tr th { line-height:1.4; padding-top:10px; padding-bottom:10px; }
.gui-popover {  position: fixed; width: 70%; left: 15%; z-index: 9999; }
/* .gui-account .gui-account-cart .gui-image { width:40px; height:40px; } */


.logoWrap a.compareMobile { display:none; background: #2a2a2a;  color: #ffffff; float: right; height: 30px; margin-left: 10px; position: relative; width: 30px; text-align:center; padding: 6px 3px; }
.logoWrap a.compareMobile .fa { font-size:18px;}
.logoWrap a.compareMobile span { position:absolute; right:-7px; top:-10px; display:block; width:18px; height:18px; background:#fff; color:#444444; border:1px solid #2a2a2a; font-size:11px;
   border-radius: 50%; -webkit-border-radius: 50%; }
.logoWrap a.compareMobile:hover {  color: #ffffff; background:#666666; }


.headerStyle2 .logoWrap a.compareMobile { height: 37px;  padding: 10px 10px 5px 5px; width: 37px; background:none; border:1px solid #ff1493; color:#ff1493; border-radius:50%;
  -webkit-border-radius:50%;   }
.headerStyle2 .logoWrap a.compareMobile span { right:-6px; top:-2px; background:#ff1493; color:#ffffff; border:0 none;  }

.headerStyle3 .logoWrap .searchWrap a.compareMobile { background:none; height: 25px; width: 25px; color: #333333; padding:0;  }
.headerStyle3 .logoWrap .searchWrap a.compareMobile .fa { font-size: 20px;   }
.headerStyle3 .logoWrap .searchWrap a.compareMobile span { border:0 none; background-color: #19aac5; color: #ffffff; height:17px; width:17px; right: -7px; top: -6px; }

.headerStyle3 .logoWrap .searchWrap a.compareMobile:hover span { background-color: #333333; }


.resp-tabs-container .products { display:none; }

.discountDetail { margin-bottom: 20px; }
.discountDetail ul { display:inline-block; padding:10px; border:1px solid #e7e7e7; color:#000000; }
.productOptionWrap .productOption .out-of-stock { color:#ff0000; }

.footerWidgetsWrap { padding:20px 0; }
.gui-table, .gui-compare .gui-table { -webkit-overflow-scrolling: touch; }

.product-configure-custom-option > * { vertical-align:top; display:inline-block; }

.gui .gui-cart-sum .gui-item .gui-price { width:39%; }
.gui-account .gui-block-subcontent { margin-bottom:20px;}

.gui .gui-block-subtitle, .gui .gui-content-subtitle { height:auto; line-height:normal; }

.reviewBottom .left { width:50%; padding-right:5px; }
.reviewBottom .right { width:50%; padding-left:5px; text-align:right; }

.gui a.gui-action-delete { background:none; position: relative; color:#dddddd; font-size:18px;  } 
.gui a.gui-action-delete:after { content:"\f057"; font-family: FontAwesome; height: 20px; line-height:20px; position: absolute; left: 0; top:0; text-indent: 0; width: 20px; }









.okokok { display:none; }

/* Additional Style Added on 4-7-2016 */
/* .content .ContentPart {float:right;}
.content .leftSideBar {float:left;} */
.gui-input input, .gui-text textarea {border:1px solid;}
/* Yotpo Styling */
.product-page-title .yotpo a.text-m { margin-left:5px; }
#yotpo_stars {height:25px;}
.product .info .yotpo-icon.yotpo-icon-empty-star.pull-left, .product .info .yotpo-icon.yotpo-icon-star.pull-left, .product .info .yotpo .pull-left {float:none; text-align:center;}
.product.list .info .yotpo-icon.yotpo-icon-empty-star.pull-left, .product.list .info .yotpo-icon.yotpo-icon-star.pull-left, .product.list .info .yotpo .pull-left {text-align:left;}
.product .info .yotpo .text-m { display:none; }


.bundle-actions .product-configure {margin-top:10px;padding-top:5px;border-top:1px solid #e7e7e7;}
.bundle-actions .product-configure-options-option {margin:5px 0;}


.productDetailAccordion .productDetailContent .page p {margin-bottom:10px;}
.productDetailAccordion .productDetailContent .page ul {list-style:outside;margin-left:17px;}
.productDetailAccordion .productDetailContent .page ol {list-style:decimal;margin-left:17px;}

.products .singleProductList .product .info .currentPrice small {text-align:left;margin-top:5px;}



.quickViewContent .product-option { display:none; }

.vertical.logo.logoLeft { margin-top:10px; }