body {-webkit-font-smoothing:antialiased;text-shadow:1px 1px 1px rgba(0,0,0,0.004);color:#363636;margin-top:0!important;}
body.stop-scrolling {overflow:hidden;}
h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
body.no-scroll,html.no-scroll {overflow:hidden;height:100%;}
.main-content,.fixed-content {padding-bottom:70px;}
.home-content.hero-active {padding-bottom:0;}
input {border-radius:0;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;}
a,a:focus {color:#363636;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none;outline:inherit;}
a:hover {color:#ffa200;text-decoration:none;}

/* Flexbox */

.grid { display: -webkit-box;display: -moz-box;display: -webkit-flex; display:-moz-flex; display:-o-flex; display:-ms-flexbox; display: flex; -webkit-flex-direction:row;-moz-flex-direction:row; -o-flex-direction:row; -ms-flex-direction:row; flex-direction: row; }
.grid.wrap {-webkit-box-wrap:wrap;-moz-box-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.grid.column-orient {-webkit-box-orient: vertical;-moz-box-orient: vertical;-webkit-flex-direction:column;-moz-flex-direction:column; -o-flex-direction:column; -ms-flex-direction:column; flex-direction:column;}
.grid.row-orient {-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction:row;-moz-flex-direction:row; -o-flex-direction:row; -ms-flex-direction:row; flex-direction: row;}
.grid.managed-width, .grid-cell.managed-width {width:100%;max-width:1600px; margin: 0 auto;}
.grid.narrow-width, .grid-cell.narrow-width {width: 100%;max-width: 850px; margin: 0 auto;}
.grid.borders div {border-bottom: 1px solid #aaa;border-left: 1px solid #aaa;}
.grid.borders.first-row div {border-top: 1px solid #aaa;font-weight:700;background: #eaeaea;background: -moz-linear-gradient(top,  #eaeaea 0%, #d8d8d8 100%);background: -webkit-linear-gradient(top,  #eaeaea 0%,#d8d8d8 100%);background: linear-gradient(to bottom,  #eaeaea 0%,#d8d8d8 100%);}
.grid.borders div:last-child {border-right: 1px solid #aaa;}
.grid.center {-webkit-align-content: center;-moz-align-content: center;-ms-align-content: center;align-content: center;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center; }
.grid.nowrap {-moz-box-wrap:nowrap!important;flex-wrap:nowrap!important;-ms-box-wrap:nowrap!important;}
.grid.bottom{-webkit-justify-content: flex-end;-moz-justify-content: flex-end;-ms-justify-content: flex-end;justify-content: flex-end;-webkit-align-content: flex-end;-moz-align-content: flex-end;-ms-align-content: flex-end;align-content: flex-end;-webkit-align-items: flex-end;-moz-align-items: flex-end;-ms-align-items: flex-end;align-items: flex-end;}
.grid.baseline {align-items:baseline;-webkit-align-items:baseline;-moz-align-items: baseline;-ms-align-items: baseline;}
.grid.start {align-items:flex-start;-webkit-align-items:flex-start;-moz-align-items: flex-start;-ms-align-items: flex-start;}
.grid.stretch {align-items:stretch;-webkit-align-items:stretch;-moz-align-items: stretch;-ms-align-items: stretch;}
.grid.justify-center {-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;justify-content: center;}
.grid.justify-space {-moz-justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;}
.grid.justify-space-around {justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-webkit-justify-content:space-around;}
.grid.justify-end {justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-webkit-justify-content:flex-end;}
.grid.justify-start {justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-webkit-justify-content:flex-start;}
.grid-cell {-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
.grid-cell.stretch {-webkit-align-self: stretch; align-self: stretch;-moz-align-self: stretch;-ms-align-self: stretch;}
.grid-cell.double-size {-webkit-flex-grow:2;-moz-flex-grow:2;flex-grow:2;-ms-flex-grow:2;}
.grid-cell.noflex {-webkit-box-flex:0 0 auto;-moz-box-flex:0 0 auto;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}
.grid-cell.center {-webkit-align-self:center;-align-self:center;-moz-align-self:center;-ms-align-self:center;text-align:center;}
.grid-cell.right {-webkit-align-self:right;-align-self:right;-moz-align-self:right;-ms-align-self:right;text-align:right;}
.grid-cell.center-nonText {-webkit-align-self:center;-align-self:center;-moz-align-self:center;-ms-align-self:center;}
.grid-cell.start {-webkit-align-self:flex-start;-align-self:flex-start;-moz-align-self:flex-start;-ms-align-self:flex-start;}
.grid-cell.end {-webkit-align-self:flex-end;-align-self:flex-end;-moz-align-self:flex-end;-ms-align-self:flex-end;}
.grid-cell.grow0{-webkit-flex-grow:0;-moz-flex-grow:0;flex-grow:0;-ms-flex-grow:0;}
.grid-cell.grow2{-webkit-flex-grow:2;-moz-flex-grow:2;flex-grow:2;-ms-flex-grow:2;}
.grid-cell.grow3{-webkit-flex-grow:3;-moz-flex-grow:3;flex-grow:3;-ms-flex-grow:3;}
  /* Flexox end */

.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.align {width:100%;display:table;}
.hide-all_screens { display: none !important; }
.left {float:left;}
.right {float:right;}
.topbar {background-color:#333742;color:#fff;font-weight:normal;}
.topbar a {color:#fff;text-decoration:none;}
.topbar a:hover {opacity:0.9;}
.topbar ul {margin:0;padding:0;list-style:none;}
.topbar ul li {display:inline-block;padding:12px 25px;position:relative;}
.topbar ul li .items {position:absolute;display:block;width:15px;height:15px;right:10px;top:5px;background:#ffa200;color:#fff;border-radius:100%;text-align:center;line-height:15px;font-size:10px;}
.topbar ul li.dark {background-color:rgba(0,0,0,0.03);}
.topbar .info ul li i {margin-right:7px;}
.topbar .info ul li.tabletmenu-btn {padding-left:0;text-transform:uppercase;font-size:16px;line-height:16px;}
.topbar .service li.dropdown {position:relativel;}
.topbar .service li.dropdown i {color:#ffa200;margin-left:7px;font-size:8px;vertical-align:middle;}
.topbar .service li.dropdown:hover {background-color:rgba(0,0,0,0.2);}
.topbar .service li.dropdown ul {position:absolute;left:0;top:100%;width:100%;background-color:#333742;opacity:0;visibility:hidden;z-index:999;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.topbar .service li.dropdown:hover ul {opacity:1;visibility:visible;}
.topbar .service li.dropdown a {padding:12px;}
.topbar .service li.dropdown ul li {display:block;padding:12px 0px;text-align:center;}
.topbar .service li.dropdown ul li:hover {background-color:#f2f2f2;}
.language-bar-wrapper ul{margin:0;padding:0;list-style:none;display:inline-block;}
.language-bar-wrapper ul li {display:inline-block;padding:12px 15px;position:relative;}
.language-bar-wrapper ul li .items {position:absolute;display:block;width:15px;height:15px;right:10px;top:5px;    background-color: #f2f2f2;color:#fff;border-radius:100%;text-align:center;line-height:15px;font-size:10px;}
.language-bar-wrapper ul li.dropdown {position:relativel;}
.language-bar-wrapper ul li.dropdown i {color:#ffa200;margin-left:7px;font-size:8px;vertical-align:middle;}
.language-bar-wrapper ul li.dropdown:hover {background-color:#f2f2f2;}
.language-bar-wrapper li.dropdown ul {position:absolute;left:0;top:100%;width:100%;background-color: #f2f2f2;opacity:0;visibility:hidden;z-index:999;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.language-bar-wrapper li.dropdown:hover ul {opacity:1;visibility:visible;}
.language-bar-wrapper li.dropdown a {padding:12px;}
.language-bar-wrapper li.dropdown ul li {display:block;padding:12px 0px;text-align:center;}
.language-bar-wrapper li.dropdown ul li:hover {background-color:rgba(0,0,0,0.2);}

#header {position:relative;}
#header .main-header {background-color:#f9f9f9;border-bottom:none;position:relative;}
#header .main-header.fixed {position:fixed;top:0;left:0;z-index:9999;width:100%;-moz-box-shadow:0 0 5px -1px rgba(0,0,0,.2);-webkit-box-shadow:0 0 5px -1px rgba(0,0,0,.2);box-shadow:0 0 5px -1px rgba(0,0,0,.2);transform:translateZ(0);-webkit-transform:translateZ(0);}
#header .main-header.fixed-top {position:fixed;top:0;left:0;z-index:999;width:100%;}
#header .main-header .main-header-inner {padding:30px 0px;position:relative;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}
#header .main-header.fixed .main-header-inner {padding:10px 0px;}
/*#header .main-header .logo,#header .main-header .search,#header .main-header .hallmark,#header .main-header .cart {display:table-cell;vertical-align:middle;}*/
#header .main-header .hallmark,#header .main-header .cart {}
#header .main-header .logo {width:33.3333%;}
#header .main-header .logo.small img {width:90px;}
#header .main-header .logo.medium img {max-height: 100px;width:170px;}
#header .main-header .logo.large img {width:240px;}
#header .main-header .logo img {width:100%;}
#header .main-header .search {text-align:center;}
#header .main-header .search.left-search {text-align:left;width:33.3333%;padding-right:20px;}
#header .main-header .search #formSearch {position:relative;display:inline-block;width:100%;max-width:400px;}
#header .main-header .search #formSearch input {box-sizing:border-box;height:40px;width:100%;border:1px solid #ebebeb;outline:none;padding:0px 20px;}
#header .main-header .search #formSearch .go-search {position:absolute;right:0px;top:0;width:60px;height:40px;text-align:center;font-size:20px;line-height:40px;color:#ffa200;cursor:pointer;border-left:1px solid #ebebeb;}
#header .main-header .search.left-search #formSearch .go-search {position:absolute;right:0px;top:0;width:30px;height:40px;text-align:center;font-size:20px;line-height:40px;color:#000;cursor:pointer;border-left:none;}
#header .main-header .search.left-search #formSearch {width:200px;transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;}
#header .main-header .search.left-search #formSearch.wideSearch {width:100%;}
#header .main-header .search #formSearch.wideSearch .search-text-remover {display:block;position:absolute;right:30px;top:0;width:30px;height:40px;text-align:center;font-size:25px;line-height:38px;color:#000;cursor:pointer;-webkit-text-stroke: 3px #fff;}
#header .main-header .trustmark-right-wrap {margin-right:20px;}
/*#header .main-header .hallmark {width:16.6666%;}*/
#header .main-header .hallmark .hallmark-wrap.small  {max-width:60px;margin:0 auto;}
#header .main-header .hallmark .hallmark-wrap.medium {max-width:100px;margin:0 auto;}
#header .main-header .hallmark img {width:100%;max-width:100px;}
#header .main-header .cart {text-align:right;width:33.3333%;}
#header .main-header .cart,#header .main-header .cart a {color:#3a4151;text-decoration:none;position:relative;}
#header .main-header .cart .icon {font-size:20px;display:inline-block;vertical-align:middle;margin:0 7px;}
#header .main-header .open-cart {position:relative;}
#header .main-header .cart .items {display:inline-block;width:20px;height:20px;font-size:9px;background:#ffa200;text-align:center;line-height:20px;font-weight:bold;border-radius:100%;color:#fff;vertical-align:middle;}
#header .main-header .cart .text {display:inline-block;vertical-align:middle;font-size:13px;font-weight:700;margin-left:5px;}
#header .main-header .user-login-block {font-size:20px;}
#header .main-header .user-login-block .logged-text {font-size:13px;}
#header .main-header .cart .more {display:inline-block;vertical-align:middle;font-size:9px;margin-left:7px;color:#ffa200;}
#header .search-icon-global {font-size:15px;width:33.3333%;}
#header .search-icon-global .search-icon-self {display:inline-block;padding-right:15px;}
#header .main-header .mobilemenu-btn,#header .main-header .mobilesearch-btn {}
#header .main-header .mobilemenu-btn {}
#header .main-header .mobilemenu-btn a {display:inline-block;width: 24px;height: 24px;vertical-align: middle;margin-right: 10px;}
#header .main-header .mobilesearch-btn {text-align:right;padding-left:30px;}
#header .main-header .mobilesearch-btn a {color:#ffa200;}
#header .main-menu {border-bottom:none;position:relative;}
#header .main-menu ul {margin:0 -20px;padding:0;list-style:none;text-transform:uppercase;font-weight:400;text-align:center;}
#header .main-menu ul.extra-menu {float:left;}
#header .main-menu ul.extra-menu > li:first-child > a,#header .main-menu .container > ul > li:first-child a {overflow:hidden;position:relative;text-align:left;}
/*#header .main-menu ul.extra-menu > li:first-child > a:before,#header .main-menu .container > ul > li:first-child > a:before {content:"\f015";display:block;position:absolute;left:0;top:50%;width:100%;margin:-10px 0 0;font-family:FontAwesome;font-size:20px;font-weight:400;font-style:normal;line-height:20px;text-align:center;text-indent:0;}*/
#header .main-menu ul.payments {float:right;margin-right:-10px;}
#header .main-menu ul li {display:inline-block;vertical-align:middle;}
#header .main-menu ul li a {display:block;padding:15px 20px;font-weight:600;}
#header .main-menu.main-menu-capitalize ul li a {text-transform:capitalize;}
#header .main-menu ul li a i {margin-left:10px;font-size:11px;vertical-align:middle;margin-top:-3px;}
#header .main-menu ul li.payment {width:50px;line-height:48px;}
#header .main-menu ul li.payment img {width:100%;}
#header .main-menu .subnav {position:absolute;left:0;width:100%;top:100%;padding:0px;padding-top:0px;text-transform:none;z-index:999;background-color:#fff;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:0;visibility:hidden;border-top:1px solid #efefef;box-shadow: 0px 5px 5px -4px #383838;-webkit-box-shadow: 0px 5px 5px -4px #383838;-moz-box-shadow: 0px 5px 5px -4px #383838;-ms-box-shadow: 0px 5px 5px -4px #383838;-o-box-shadow: 0px 5px 5px -4px #383838;}
#header .main-menu li:hover .subnav {opacity:1;visibility:visible;}
#header .main-menu .subnav.noDivider .subnav-rows {border:none;}
#header .main-menu .subnav .subnav-rows {padding: 30px 10px;text-align:left;border-right:1px solid #ccc;border-bottom:1px solid #ccc;width:20%;max-width:20%;transition:all .2s ease;}
#header .main-menu .subnav .subnav-rows:hover {background:;}
#header .main-menu .subnav .subnav-rows.submenu-noimage-width {width:16.6666%;max-width:16.6666%;}
#header .main-menu .subnav .grid-cell.subnav-rows:last-of-type {border-right:none;}
#header .main-menu .subnav .grid-cell.subnav-rows.submenu-with-image:nth-of-type(5n) {border-right:none;}
#header .main-menu .subnav .grid-cell.subnav-rows.submenu-noimage-width:nth-of-type(6n) {border-right:none;}
#header .main-menu .subnav .subnaw-rows-wrapper {padding: 25px 0;}
#header .main-menu .subnav-image {max-width:100%;}
#header .main-menu .subnav-image .subnav-image-block {width:100%;padding:10px;}
#header .main-menu .subnav-image .subnav-image-block img {max-width:280px;width:100%;}
#header .main-menu .subnav .subnav-rows .subsub {text-align:left;}
#header .main-menu .subnav a {padding:0;}
#header .main-menu .subnav a.sub-title {font-weight:bold;text-transform:none;padding-top:0px;}
#header .main-menu .subnav .featured-title {font-weight:bold;text-transform:uppercase;padding-top:15px;color:#ffa200;}
#header .main-menu .subnav ul {margin:0;margin-top:20px;text-transform:none;font-size:13px;font-weight:normal;padding-bottom:15px;}
.user-login-block a {font-weight:600;}
.user-login-block a>i {margin-right:8px;}
.search-right-icon {margin-right:8px;}
#header .main-header .search.right-search-dropdown {display:none;position:absolute;top:36px; right:0px;width:100%;min-width:300px;z-index:1;}
#header .main-menu .subnav ul li {display:block;}
#header .main-menu .subnav ul li a {padding:0px 2px;}
#header .usp-block {padding:15px;}
.hero-slider-wrapper .usp-block {padding:15px 0px;position:absolute;width:100%;left:0;right:0;z-index:2;}

.white-transparant {
  background: rgba(255, 255, 255, 0.22);
}

.white-transparant a {
  background: rgba(255, 255, 255, 0.22);
}

.black-transparant {
  background: rgba(0, 0, 0, 0.22);
}

.black-transparant a {
  background: rgba(0, 0, 0, 0.22);
}



.hero-slider-wrapper .usp-block ul, #header .usp-block ul {display:-moz-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-moz-justify-content:space-between;-webkit-justify-content:space-between;-o-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-moz-align-content:stretch;-webkit-align-content:stretch;-o-align-content:stretch;-ms-align-content:stretch;align-content:stretch;-moz-flex-direction:row;-webkit-flex-direction:row;-o-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;-o-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0px -10px;padding:0;list-style:none;font-size:14px;}
.hero-slider-wrapper .usp-block ul li, #header .usp-block ul li {-moz-flex-grow:3;-webkit-flex-grow:3;-o-flex-grow:3;-ms-flex-grow:3;flex-grow:3;padding:0px 10px;}
.hero-slider-wrapper .usp-block ul li i, #header .usp-block ul li i {color:#5abc71;margin-right:7px;}
#header .main-menu ul li.with-small-menu {position:relative;}
#header .main-menu ul li .small-dropdown {display:none;position:absolute;left:20px;top:100%;z-index:999;background:#f9f9f9;margin:0;width:200px;text-transform:none;box-shadow: 2px 11px 18px -7px rgba(0,0,0,0.75);}
#header .main-menu ul li .small-dropdown li ul {display:none;position:absolute;left:100%;top:0;background:#f5f5f5;margin-left:-1px;text-transform:none;min-width:200px;box-shadow: 2px 11px 18px -7px rgba(0,0,0,0.75);}
#header .main-menu ul li .small-dropdown li:hover ul {display:block;}
#header .main-menu ul li:hover .small-dropdown {display:block;}
#header .main-menu ul li .small-dropdown li {display:block;position:relative; text-align:left; transition: all .2s ease-out; border-left: 2px solid transparent;}
#header .main-menu ul li .small-dropdown li:hover {background: #d8d8d8; border-left-color: grey;}
#header .main-menu ul li .small-dropdown li a,#header .main-menu ul li .small-dropdown ul li a {border:1px solid #e6e6e6;border-bottom:none;}
#header .main-menu ul li .small-dropdown li:last-child a,#header .main-menu ul li .small-dropdown ul li:last-child a {border-bottom:1px solid #e6e6e6;}
#header .search {display:none;position:absolute;width:100%;z-index:100;}
#header .search input {width:100%;height:50px;background:#f6f6f6;text-indent: 35px;border:none;outline:none;font-size:20px;}
#header .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
#header .search input::-moz-placeholder { /* Firefox 19+ */
  color: #2d2d2d;
}
#header .search input:-ms-input-placeholder { /* IE 10+ */
  color: #2d2d2d;
}
#header .search input:-moz-placeholder { /* Firefox 18- */
  color: #2d2d2d;
}
#header .search .search-text-remover {display:block;position:absolute;right:30px;top:0;width:30px;height:50px;text-align:center;font-size:30px;line-height:50px;color:#787878;cursor:pointer;-webkit-text-stroke: 3px #f6f6f6;}
#header .search.fixed {position:fixed;z-index:1100;height:60px;}
.productPage-sticky {-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);box-shadow: 0 0 5px -1px rgba(0,0,0,.2);transform: translateZ(0);-webkit-transform: translateZ(0);position:fixed;left:0; right:0;z-index:998;background:#fff;display:none;}
.productPage-sticky-lg {top:140px;}
.productPage-sticky-md {top:105px;}
.productPage-sticky-sm {top:67px;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper {max-width: 250px;overflow: hidden;margin: 0 auto;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;text-align:left;}
.productPage-sticky .productSticky-price {margin-left: 30px;padding-right: 30px;}
.productPage-sticky .productSticky-title {padding:0 30px;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .reviews {text-align:left;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .reviews img {max-width:100px;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .reviews .stars {display:inline-block;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper a {font-weight:600;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .reviews a {font-size:15px; font-weight:500;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .reviews .review {display:inline-block;border:none;padding: 5px 0;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .reviews .review .stars {margin-bottom:0;}
.productPage-sticky .productSticky-title .productSticky-title-wrapper .reviews .review .stars .score  {height: calc(100% - 6px);margin-top: 5px;}
.productPage-sticky .price .new-price {font-size:30px;font-weight:bold;}
.productPage-sticky .price .old-price {font-size:18px;display:block;text-align:left;text-decoration: line-through;}
.productPage-sticky .price a {display:inline-block;font-weight:600;}
.productSticky-image {max-width:100px;margin-right:30px;padding:10px;}
.product-info.productSticky-quanity{margin-left:30px;margin-bottom:0;}
.stickerDivider{width:1px;height:100%;min-height:100px;background-color:#ededed;display:inline-block;}
.product-info.productSticky-quanity .cart {padding: 0;}
/*.banners .banner .banner-2-right .text-box .text-wrap {margin:0 15px;}*/
.banner-1, .banner-1-slide, .banner-4 {height:495px;}
.banner-2, .banner-2-right, .banner-3 {height:245px;}
.banners-otherHeight {height:230px;}
/* .banner-1 {background:url(banner-1.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-1-slide.slide-2 {background:url(banner-1-slide-2.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-1-slide.slide-3 {background:url(banner-1-slide-3.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-2 {background:url(banner-2.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-2-right {background:url(banner-2-right.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-3 {background:url(banner-3.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-4 {background:url(banner-4.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-bottom {background:url(banner-bottom.png) no-repeat center center;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;min-height:450px;max-width:100%;background-position:center left;} */
.owl-headlines .owl-controls .owl-dots {position:absolute;left:0;bottom:0;width:100%;}
.owl-headlines .owl-controls .owl-dots {text-align:center;padding:12px;}
.owl-headlines .owl-controls .owl-dots .owl-dot {display:inline-block;margin:2px;}
.owl-headlines .owl-controls .owl-dots .owl-dot span {width:8px;height:8px;border:1px solid #fff;display:block;border-radius:100%;}
.owl-headlines .owl-controls .owl-dots .owl-dot.active span {background-color:#ffa200;border-color:#ffa200;}
.banners {margin:-10px;}
.banners .banner {padding:10px;}
.banners .banner .align {height:100%;}
.banners .banner .single-item-info .text-box {display:inline-block;}
.banners .banner .text-box {display:table-cell;vertical-align:middle;}
/*.banners .banner .banner-2 .text-box,.banners .banner .banner-4 .text-box {text-align:center;}*/
.banners .banner .text-box .text-wrap {display:inline-block;padding:15px;margin-left:50px;margin-right:50px;/*text-align:left;*/
}
.banners .banner .text-box .text-wrap a {color:inherit;}
.banners .banner .banner-2 .text-box .text-wrap,.banners .banner .banner-2-right .text-box .text-wrap {margin:0 15px;}
.banners .banner .text-box .text-wrap.black-box {background:rgba(0,0,0,0.5);}
.banners .banner .banner-4 .text-box .text-wrap  {color:#fff;}
.banners .banner .text-box .text-wrap .title {font-size:30px;font-weight:600;margin: 0 0 5px 0;color:inherit;}
.banners .banner .text-box .text-wrap .subtitle {font-size: 15px;font-weight: lighter;margin-bottom: 5px;letter-spacing: 2px;text-transform: uppercase;}
.banners .banner .text-box .text-wrap .text {font-size:12px;margin-top:5px;}
.banners .banner .text-box .text-wrap .link {margin-top:10px;font-size:13px;font-weight:bold;}
.banners .banner .text-box .text-wrap .link a {}
.banners .banner .banner-1 .text-box .text-wrap,.banners .banner .banner-1-slide .text-box .text-wrap,.banners .banner .banner-2 .text-box .text-wrap {color:#fff;}
.banners .banner .banner-3 .text-box .text-wrap {color:#363636;}
.banners .banner .banner-2 .text-box .text-wrap .title {/*line-height:25px;*/font-weight:600;}
.banners .banner .banner-4 .text-box .text-wrap .title {font-size:30px;font-weight:600;}
.sidebar h3 {font-size:14px;font-weight:bold;margin:0;padding:12px;}
.recently-watched .sidebar h3 {padding-bottom:0;}
.side-usp {margin-bottom:50px;}
.side-usp ul {margin:0;padding:0;list-style:none;font-size:13px;padding:15px;}
.side-usp ul li {display:table;width:100%;padding:10px 0px;}
.side-usp ul li .icon {display:table-cell;vertical-align:middle;color:#5abc71;width:30px;}
.side-usp ul li .text {display:table-cell;vertical-align:middle;}
.side-usp ul li i {margin-right:20px;}
.side-usp.mobile-usp {border:none;}
.side-usp.mobile-usp ul {padding-top:0;padding-bottom:0;}
.home-content {padding-top:50px;}
.home-products ul.tabs-list {padding:0;border-bottom:1px solid #f3f3f3;position:relative;}
.home-products ul.tabs-list .product-nav {display:none;}
.home-products ul.tabs-list li {display:inline-block;}
.home-products ul.tabs-list li a {padding:10px 20px;text-decoration:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;font-weight:lighter; font-size:24px;margin: 0 0 5px 0;}
.home-products ul.tabs-list li:first-child a {padding-left:0;}
.home-products ul.tabs-list li a.active {font-weight:800; font-size:37px;margin: 0 0 5px 0;}
.home-products ul.tabs-list li h2 {margin:0;font-size:inherit;font-weight:inherit;}

.product-specs, .product-review {width:100%;margin-bottom:25px;padding:0 15px;}
.product-description {margin-bottom:15px;width:100%;}
.reviews-title {width:100%;}
.item-info-global-title {font-size:18px;font-weight:900;text-align:left;padding: 20px 0;display:inline-block;width:100%;}
.product-description p {font-size:15px;/*color:#9f9f9f;*/line-height:28px;margin-bottom:20px;}
.spec-title-top {padding-left:20px;}
.reviews-title {padding-left:20px;}
.spec-wrapper {background-color:#f9f9f9;width:100%;}
.spec-wrapper:nth-child(odd) {background-color:#fff;}
.spec-wrapper span {color:#000;font-size:15px;font-weight:300;display:inline-block;text-align:left;padding:17px 0;}
.spec-wrapper span:first-child {padding-left:35px;width:30%;}
.reviews-title-top {}
.reviews .review.review-global-top {padding-right: 25px;text-align:right;border:none;}
.reviews .review.review-global-top .stars {display:inline-block;margin-right:20px;vertical-align:text-bottom;margin-bottom:0;}
.reviews-title-top-stars {font-size:15px;color:#000;}
.reviews-title-top-stars span:nth-child(-n+2) {color:#b6d784;font-weight:700;}
.reviews-title-top-stars.bottom-stars {font-size:13px;}
.reviews-title-top-stars.bottom-stars span:nth-child(-n+2){color:#000;font-weight:700;}
.review-givers {width:100%;}
.review-giver-block {width:100%;max-width:50%;padding: 10px 25px;}
.reviews .review-giver-block .review .stars {display:inline-block;margin-right:20px;vertical-align:text-bottom;margin-bottom:0;}
.reviews .review-giver-block .review {border:none;}
.review-giver-info {display:inline-block;}
.review-giver-info span:first-child {font-weight:700;color:#000;font-size:15px;text-transform:capitalize; margin-right:18px;}
.review-giver-info span:last-child {font-weight:400;color:#9f9f9f;font-size:15px;}
.review-giver-block .review-content p {/*color:#9f9f9f;*/font-size:15px;line-height:20px;margin-top:20px;}
.review-giver-block .review-content p:first-letter {text-transform:uppercase;}
.review-add-review {padding: 25px 25px;width:100%;}
.review-add-review .add-review-text {padding: 10px;border: 1px solid #e1e1e1;white-space: nowrap;}
.review-add-review .add-review-text:before {content: "\f067";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 15px;font-size: 14px;color: #858585;}
.desc-half {width:100%; padding:0 15px;}
.desc-half .spec-wrapper span:first-child {width:50%;}
.desc-half .review-giver-block {width:100%;max-width:100%;}
.desc-half .review-givers {max-height:340px;overflow-x:hidden;overflow-y: auto;border:none !important;}
.desc-half .reviews-title-top {padding:0;}
.desc-half .reviews .review.review-global-top {padding:0;}
.desc-half .spec-title-top {padding-top:30px;padding-bottom:30px;}
.desc-half .reviews-title {padding-top:15px;padding-bottom:15px; border-none;}

.desc-half .review-givers::-webkit-scrollbar {
    width: 2px;
}

.desc-half .review-givers::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 0px;
}

.desc-half .review-givers::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.95);
}
.row-for-featured {margin:0;}
/*.tab-3 .item, .tab-2 .item, .tab-1 .item, .product-show-view .product.special-product, .product-show-view .related-more4 .product.special-product:last-child, .product-show-view .product.special-product:last-child, .tab-3 .item.border-right-owl-big{*/
/*height:465px;*/
/*}*/
.tab-3 .owl-item:last-child .item {border:1px solid #e2e2e2;}
.tab-3 .row-for-featured, .tab-2 .row-for-new, .tab-1 .row-for-popular {position:relative;}
.tab-2 .row-for-new .prev, .tab-1 .row-for-popular .prev {left:10px;top: calc(50% - 32px);opacity:0.18;background:#000;color:#fff;}
.tab-2 .row-for-new .next, .tab-1 .row-for-popular .next {right:10px;top: calc(50% - 32px);opacity:0.18;background:#000;color:#fff;}
.tab-3 .row-for-featured .description {}
.tab-3 .featured-items-big .prev {left: -60px;}
.tab-3 .featured-items-big .next {right:-60px;}
.tab-1 .product-nav a, .tab-2 .product-nav a  {background: #f2f2f2;}
.tab-3 .item, .tab-2 .item, .tab-1 .item {border:1px solid #000;border-right:none;}
.tab-1 .products .product .product-inner, .tab-2 .products .product .product-inner, .tab-3 .products .product .product-inner {margin-bottom:40px;}
/*.tab-3 .products .product .product-inner {background:#fff;}*/
.tab-1 .products .product.special-product .info, .tab-2 .products .product.special-product .info {
  padding: 0 15px;
}
.tab-1 .products .product.special-product .info .description, .tab-2 .products .product.special-product .info .description {
  font-size: 12px;
  letter-spacing: 0px;
  margin-bottom:25px;
}
.tab-1 .products .product.special-product .info .title, .tab-2 .products .product.special-product .info .title {
  font-size: 18px;
  letter-spacing: 0.1px;
  margin: 40px 0 5px 0;
}
.products .product {padding:15px;}
.products .product.slider-product {padding:15px 0px;}
.products .product .product-inner {-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;margin-bottom:40px;}
.products .product:hover .product-inner {-moz-box-shadow:0 0 5px -1px rgba(0,0,0,.2);-webkit-box-shadow:0 0 5px -1px rgba(0,0,0,.2);box-shadow:0 0 5px -1px rgba(0,0,0,.2);}
.products .product.special-product:hover .product-inner {-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.products .product .image-wrap {position:relative;padding:5%;border:1px solid #f3f3f3;background-color:#fff;}
.products .product.special-product .image-wrap {padding:0;border:none;}
.products .product .quickview-button {position:absolute;width:100%;left:0;top:50%;margin-top:-20px;z-index:999;text-align:center;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.products .product:hover .quickview-button {opacity:1;visibility:visible;}
.products .product .info {background-color:#fbfbfb;padding:15px;}
.products .product.special-product .info {background-color:transparent;padding:15px 0px;text-align:center;}
.products .product .info a.title {font-weight:600;font-size:16px;display:block;height:50px;overflow:hidden;margin-bottom:5px;}
.products .product .info .description {color:#9f9f9f;font-size:12px;height:34px;line-height:17px;overflow:hidden;margin-bottom:25px;}
.products .product .info .price {display:table-cell;vertical-align:bottom;text-align:right;}
.products .product.special-product .info .price {display:block;text-align:center;}
.products .product .info .price .new-price {font-size:20px;font-weight:bold;}
.products .product .info .price .old-price {font-size:13px;font-weight:bold;vertical-align:middle;text-decoration:line-through;margin-right:0px;color:#ffa200;display:block;height:18px;}
.products .product .info .price .inc-tax {font-size:11px;color:#a2a2a2;text-align:right;}
.products .product.special-product .info .price .new-price,.products .product.special-product .info .price .old-price,.products .product.special-product .info .price .inc-tax {display:inline-block;vertical-align:bottom;}
.products .product.special-product .info .price .old-price {padding-right:5px;}
.products .product.special-product .info .price .inc-tax {display:block;text-align:center;}
.products .product.special-product .info .price .new-price {line-height:24px;}
.products .product.special-product .info .unit-price {font-size:11px;margin-top:5px;height:15px;}
.products .product .info .actions {vertical-align:bottom;display:table-cell;width:65px;}
.products .product .info .actions .unit-price {font-size:10px;margin-bottom:3px;}
.products .product .info .actions ul {margin:0;padding:0;list-style:none;font-size:10px;}
.products .product .info .actions ul li {display:inline-block;}
.products .product .info .actions ul li a {color:#858585;display:block;padding:0px 3px;}
.products .product .info .buttons {position:absolute;width:100%;left:0;padding:10px 0px;top:100%;z-index:99;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.products .product:hover .info .buttons {opacity:1;visibility:visible;}
.products .product .info .buttons a.more-info {display:inline-block;width:calc(100% - 40px);background:#333742;height:35px;line-height:35px;text-align:center;color:#fff;font-size:12px;vertical-align:top;}
.products .product .info .buttons a.more-info:hover {opacity:0.85;}
.products .product .info .buttons a.shop-now {display:inline-block;width:35px;height:35px;background:#ffa200;color:#fff;text-align:center;line-height:35px;vertical-align:top;font-size:16px;}
.tabs .tab {opacity:0;visibility:hidden;height:0;overflow:hidden;}
.tabs .tab.active {opacity:1;visibility:visible;height:auto;overflow:hidden;}
.home-products .tabs {position:relative;}
.specs table tr:nth-child(even) {background-color:#f9f9f9;}
.specs table {min-width:50%;}

.product-nav a svg {width:20px;}
.product-nav a {color:#858585;}
.product-nav a.prev svg {transform:rotate(180deg);}
.products .product .productlabel {background:#eee;display:block;position:absolute;left:5%;top:5%;font-size:11px;text-transform:uppercase;letter-spacing:0.1em;font-weight:600;padding:3px 5px;color:#fff;z-index:9;}
.products .product .productlabel.new {background:#5abc71;}
.products .product .productlabel.sale {background:#f73400;}
.title-featured {text-align: center;
    font-weight: 800;
    font-size: 37px;
    margin: 50px 0;}
.home-categories {margin-top:35px;}
.categories .category {padding:0px 15px 15px 0px;transition:opacity .3s ease;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;}
.categories .category.categoryFog {opacity:0.5;}
.categories .category .cat-title {position: absolute;left: 0;bottom: 0;right: 0;background:rgba(0, 0, 0, 0.5);;display: block;min-width: 110px;max-width: 100%;text-align: left;color: #fff;font-weight: bold;text-transform: capitalize;font-size: 20px;padding: 19px 10px;border-top:1px solid rgba(0,0,0,0.3);}
.categories .category .cat-inner {position:relative;}
#footer {background-color:#333742;color:#fff;}
#footer a {color:#fff;}
#footer a:hover {color:#ffa200;}
#footer .newsletter-bar {padding:25px 0px;color:#fff;text-align:center;}
#footer .newsletter-bar_layout2 {padding: 25px 0px;background-color:rgba(0,0,0,0.2);color:#fff;}
#footer .newsletter-bar_layout2 .text {text-align: left;}
#footer .newsletter-bar .text,#footer .newsletter-bar .input {display:table-cell;vertical-align:middle;}
#footer .newsletter-bar_layout2 .text, #footer .newsletter-bar_layout2 .input {display: initial; vertical-align: initial;}
#footer .newsletter-bar .input {}
#footer .newsletter-bar_layout2 .input {text-align: right;}
#footer .newsletter-bar .text {font-weight:700;text-transform:none;font-size:18px;}
#footer .newsletter-bar #formNewsletter {position:relative;}
#footer .newsletter-bar #formNewsletter label {font-size:17px;margin:0;text-align:left;margin-right:25px;}
#footer .newsletter-bar_layout2 #formNewsletter input {font-style: italic; width:440px;max-width:100%;height:45px;padding:0px 10px;background:#fff !important;border:1px solid #404654;font-size:13px;outline:none;border-radius:0;}

#footer .newsletter-bar_layout2 #formNewsletter a.btn {font-size:13px;font-weight:500;height:45px;padding:0px 30px;position:absolute;right:0;top:0;line-height:43px;border:1px solid #404654;border-radius:0;background:#ff1e43 !important; color: #fff; text-transform: uppercase;}
#footer .footer-logo img {max-width: 200px; height: auto; width: 100%;}
#footer .main-footer {padding-top:40px;padding-bottom:30px;margin-top:50px;}
#footer.margin-off .main-footer {margin-top:0;}
#footer .main-footer_layout2 {padding-top:50px;padding-bottom:60px;}
#footer .footer-title {margin-bottom:30px;padding-top:20px;font-weight:700;font-size:16px;text-transform:none;}
#footer p {line-height:30px;margin-bottom:30px;}
#footer .main-footer ul {margin:0;padding:0;list-style:none;line-height:30px;margin-bottom:30px;}
#footer .main-footer ul li .icon {display:inline-block;color:#ffa200;}
#footer .footer-bottom {padding:30px 0px;border-top:1px solid #fff;font-size:12px;line-height:39px;position:relative;}
#footer .footer-bottom a.back-top {position:absolute;color:#fff;background-color:#ffa200;display:block;right:30px;top:50%;width:30px;height:30px;font-size:20px;text-align:center;line-height:26px;border-radius:100%;margin-top:-15px;}
#footer .footer-bottom ul.payments {margin:0;padding:0;list-style:none;}
#footer .footer-bottom ul.payments li {display:inline-block;width:65px;}
#footer .footer-bottom ul.payments li img {width:100%;}
#footer .main-footer .socials {margin-bottom:30px;margin-left:-15px;margin-right:-15px;}
#footer .main-footer .socials a.social-icon {display:inline-block;width:45px;height:45px;line-height:45px;font-size:18px;text-align:center;background-color:transparent;border:1px solid #000;border-radius:50%;margin-right:5px;margin-bottom:5px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
 #footer .main-footer .socials a.social-icon:hover {color:#fff;}
#footer .main-footer .footer-layer2_socials a.social-icon {color: #587234;}
#footer .main-footer .footer-layer2_socials a.social-icon:hover{color: #90C349;}
#footer .main-footer .footer-layer2_box, #footer .main-footer .footer-layer2_box ul li a {color: #8e8e8e;}
#footer .main-footer .footer-layer2_box ul li a:hover {color: #ff1e43;}
.footer-layout2_shop-name li span i {background: #ff1e43; color: #fff;text-align: center; border-radius: 50%; padding: 8px 10px;}
.footer-layout2_shop-name li span i.fa-paper-plane {padding:7px 8px;}
.footer-logo {margin-bottom: 30px;padding-top:20px;}
.footer-layout2_shop-name li .text {margin-left: 10px;}
.footer-layout2_shop-name li {margin-top: 10px;}
#footer .need-help img {max-width:277px;width:100%;}
.body-wrap,#header .main-header {-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.body-wrap.open {-ms-transform:translate(267px,0);-webkit-transform:translate(267px,0);transform:translate(267px,0);}
/*#header .main-header.open {-ms-transform:translate(00px,0);-webkit-transform:translate(00px,0);transform:translate(00px,0);}*/
/*
#header.open,main.open,#footer.open {-ms-transform:translate(300px,0);-webkit-transform:translate(300px,0);transform:translate(300px,0);}
*/
.menu-wrap {position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:9999;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;opacity:0;visibility:hidden;}
.menu-wrap.open {opacity:1;visibility:visible;}
.menu-box {position:absolute;height:100%;top:0;left:0;width:300px;-ms-transform:translate(-100%,0);-webkit-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;overflow:scroll;background-color:#333742;color:#fff;}
.menu-box a {color:#fff;}
.menu-box.open {-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0);}
.menu-box .menu-logo {padding:15px;border-bottom:1px solid rgba(255,255,255,0.2);}
.menu-box .menu-logo.small img {width:60px;}
.menu-box .menu-logo.medium img {width:120px;}
.menu-box .menu-logo.large img {width:170px;}
.menu-box .menu-title {font-size:18px;font-weight:bold;color:#fff;padding:15px;border-bottom:1px solid rgba(255,255,255,0.2);}
.menu-box ul {list-style:none;padding:0;margin:0;}
.menu-box ul li {position:relative;margin-top:-1px;}
.menu-box ul li .more-cats {position:absolute;right:0;top:0;height:55px;width:55px;text-align:center;line-height:55px;color:#ffa200;z-index:99;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;}
.menu-box ul li > .more-cats .plus-min {width:10px;height:10px;display:inline-block;position:relative;}
.menu-box ul li > .more-cats .plus-min:before,.menu-box ul li > .more-cats .plus-min:after {display:block;content:'';width:10px;height:2px;background:#ffa200;position:absolute;top:50%;margin-top:-1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.menu-box ul li > .more-cats .plus-min:after {transform:rotate(90deg);}
.menu-box ul li.active > .more-cats .plus-min:after {transform:rotate(0deg);opacity:0;}
.menu-box ul li a {display:block;padding:0px 15px;padding-right:60px;min-height:55px;line-height:55px;border-bottom:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2);border-left:2px solid transparent;}
.menu-box ul li.active >a {background:rgba(0,0,0,0.15);border-left:2px solid #ffa200;}
.menu-box ul ul {display:none;margin-left:15px;border-left:2px solid #ffa200;}
.menu-box ul ul.active {display:block;}
.menu-box ul ul ul {display:none;margin-left:0;border:none;}
.menu-box ul ul ul.active {display:block;}
.menu-box ul ul li.active >a{border-left-color:transparent;}
.menu-box ul ul ul li a {background:rgba(0,0,0,0.15);}
.menu-box ul ul ul li a i {font-size:5px;vertical-align:middle;margin-right:15px;color:#ffa200;}
.menu-wrap .close-menu {position:absolute;left:0px;top:0;display:block;width:53px;height:52px;background:#ffa200;z-index:999;color:#fff;text-align:center;line-height:52px;font-size:45px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.menu-wrap.open .close-menu {-ms-transform:translate(300px,0);-webkit-transform:translate(300px,0);transform:translate(300px,0);}
.sidebar ul.side-cats {margin:0;list-style:none;padding:0;font-weight:bold;margin-bottom:30px;}
.sidebar ul.side-cats li {position:relative;}
.sidebar ul.side-cats li > a {display:block;padding:0;min-height:40px;line-height:40px;padding-right:55px;border-bottom:1px solid #ececec;}
.sidebar ul.side-cats li.active  >a {color:#ffa200;}
.sidebar ul.side-cats ul li a {display:block;padding:0;min-height:40px;line-height:40px;padding-right:55px;border-bottom:1px solid #ececec;}
.sidebar ul.side-cats ul li:last-child a {border-bottom:none;}
.sidebar ul.side-cats ul {list-style:none;padding-left:30px;margin:0;border-bottom:1px solid #ececec;font-weight:normal;font-size:14px;display:none;}
.sidebar ul.side-cats ul.active {display:block;}
.sidebar ul.side-cats ul ul {border:none;padding:5px 0px;padding-left:15px;display:none;}
.sidebar ul.side-cats ul ul.active {display:block;}
.sidebar ul.side-cats ul ul li a {color:#8a8a8a;}
.sidebar ul.side-cats li .more-cats {position:absolute;right:0;top:0;height:40px;width:40px;text-align:right;line-height:40px;color:#ffa200;z-index:99;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;}
.sidebar ul.side-cats ul li .more-cats {height:27px;width:27px;line-height:40px;}
.sidebar ul.side-cats li > .more-cats .plus-min {width:10px;height:10px;display:inline-block;position:relative;}
.sidebar ul.side-cats li > .more-cats .plus-min:before,.sidebar ul.side-cats li > .more-cats .plus-min:after {display:block;content:'';width:10px;height:2px;background:#ffa200;position:absolute;top:50%;margin-top:-1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.sidebar ul.side-cats li > .more-cats .plus-min:after {transform:rotate(90deg);}
.sidebar ul.side-cats li.active > .more-cats .plus-min:after {transform:rotate(0deg);opacity:0;}
/*
.sidebar ul.side-cats li.active >.more-cats {transform:rotate(90deg);}
*/

.recently-watched {margin-bottom:50px;}

.tags-box {margin-bottom:50px;}
.tags-box iframe {margin-top:10px;}
.recently-watched table {width:100%;}
.recently-watched table td {padding:10px 0px;border-bottom:1px solid #f3f3f3;}
.recently-watched .product .info {padding-left:10px;}
.recently-watched .product .info .title {font-weight:600;}
.recently-watched .product .info a {font-size:13px;color:#ffa200;font-weight:600;}
.recently-watched .product .info a svg {height:14px;vertical-align:middle;margin-left:7px;}
.page-top {margin-bottom:15px;font-size:13px;padding:20px 0px;position:relative;}
.home-content {padding-top:30px;position:relative;}
.breadcrumbs {color:#858585;}
.breadcrumbs a {color:#858585;display:inline-block;vertical-align:middle;}
.breadcrumbs a.last {color:#ffa200;}
.breadcrumbs .bread-divider {margin:0px 15px;font-size:17px;display:inline-block;vertical-align:middle;margin-top:0px;}
.back-box {text-align:right;}
.back-box a.back-to {padding:10px;border:1px solid #e1e1e1;white-space:nowrap;}
.back-box a.back-to:before {content:"\f104";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:15px;font-size:14px;color:#858585;}

.top-filters label {font-weight:600;font-size:13px;margin:0;margin-right:10px;display:inline-block;vertical-align:middle;}
.ui.selection.dropdown {font-size:13px;position:relative;height:30px;line-height:30px;min-height:0;padding:0px 10px;border-radius:0;border:1px solid #e1e1e1;min-width:auto;padding-right:55px;display:inline-block;vertical-align:middle;}
.ui.selection.dropdown .text {height:30px;overflow:hidden;}
.ui.selection.dropdown:hover,.ui.selection.dropdown.active:hover,.ui.selection.dropdown.active,.ui.selection.active.dropdown .menu,.ui.selection.active.dropdown .menu:hover,.ui.selection.active.dropdown:hover .menu,.ui.selection.dropdown:focus {border:1px solid #e1e1e1;box-shadow:none;}
.ui.selection.dropdown > .search.icon,.ui.selection.dropdown > .delete.icon,.ui.selection.dropdown > .dropdown.icon {color:#ffa200;position:absolute;width:30px;height:30px;display:block;padding:0;text-align:center;line-height:31px;right:-1px;top:-1px;margin:0;padding:0;border:1px solid #e1e1e1;background-color:#f3f3f3;}
.ui.selection.dropdown .menu > .item.custom-language {font-size:12px;padding:0px!important;}
.ui.selection.dropdown .menu > .item.custom-language a {display:block;width:100%;padding:10px;}
ul.top-pager {margin:0;padding:0;list-style:none;display:inline-block;margin-left:20px;font-size:13px;text-align:right;}
.plain-text {display:inline-block;margin-left:10px;font-size:13px;padding-right:15px;font-weight:bold;color:#ffa200;border-right:none;margin-right:15px;}
ul.top-pager li {display:inline-block;margin:0px 2px;}
ul.top-pager li.disabled {pointer-events:none;opacity:0.5;}
ul.top-pager li a {display:block;padding:0px 7px;height:30px;background:#f3f3f3;border:1px solid #e1e1e1;line-height:28px;}
ul.top-pager li.prev a,ul.top-pager li.next a {color:#ffa200;}
ul.top-pager li.active {font-weight:bold;}
.top-filters.bottom {padding-top:10px;margin-top:45px;margin-bottom:30px;border-top:1px solid #f3f3f3;}
.top-filters .page-info {margin-right:0px;}
.top-filters .modes {float:right;margin:0;padding:0;list-style:none;line-height:35px;font-size:20px;margin-left:20px;}
.top-filters .modes a {color:#dadada;}
.top-filters .modes a.active {color:#ffa200;}
.top-filters .modes li {display:inline-block;}
.top-filters {padding-bottom:10px;padding-top:10px;position:relative;}
.ui.checkbox {display:block;padding:3px 0px;margin:0;}
.ui.checkbox input:indeterminate:focus ~ .box:before,.ui.checkbox input:indeterminate:focus ~ label:before,.ui.checkbox input:checked:focus ~ .box:before,.ui.checkbox input:checked:focus ~ label:before {color:#fff;background-color:#000;}
.ui.checkbox label,.ui.checkbox + label {padding-left:25px;font-size:13px;line-height:10px;}
.ui.checkbox label span {color:#8c8c8c;font-size:80%;}
.ui.checkbox .box:before,.ui.checkbox label:before {width:12px;height:12px;border-radius:0px;}
.ui.checkbox input:checked ~ .box:after,.ui.checkbox input:checked ~ label:after {font-size:8px;width:12px;height:12px;line-height:12px;color:rgba(255,255,255,0.95);background:#000;}
.sort .filter-title {font-weight:bold;height:50px;line-height:50px;cursor:pointer;position:relative;margin-bottom:35px;}
.sort .filter-title .more-cats {position:absolute;right:0;top:0;height:55px;width:55px;text-align:center;line-height:55px;color:#ffa200;z-index:99;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;}
.sort .filter-title .more-cats .plus-min {width:10px;height:10px;display:inline-block;position:relative;}
.sort .filter-title .more-cats .plus-min:before,.sort .filter-title .more-cats .plus-min:after {display:block;content:'';width:10px;height:2px;background:#ffa200;position:absolute;top:50%;margin-top:-1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.sort .filter-title .more-cats .plus-min:after {transform:rotate(90deg);}
.sort .filter-title.active .more-cats .plus-min:after {transform:rotate(0deg);opacity:0;}
.sort .filter-wrap {padding:0 30px;margin-bottom:20px;border-bottom:1px solid #ececec;}
/* .price-filter */
/*.price-filter {padding-bottom:15px;}*/
/*.price-filter a {-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}*/
/*#collection-filter-price {height:10px;border:1px solid #e5e5e5;margin:3px 4px 8px 8px;margin:0;position:relative;background-color:#f7f7f7;}*/
/*#collection-filter-price .ui-slider-range {background-color:#ffa200;border:1px solid #e5e5e5;margin:-1px 0 0 -1px;position:absolute;height:10px;}*/
/*#collection-filter-price .ui-slider-handle {display:block;position:absolute;width:15px;height:15px;border-radius:100%;border:0;top:-4px;margin-left:-10px;cursor:col-resize;border:none;background-color:#333742;outline:none;}*/
/*.price-filter-range {margin-top:10px;font-size:13px;}*/
/*.price-filter-range .min,.price-filter-range .max {display:inline-block;}*/
/*.price-filter-range .min span,.price-filter-range .max span {font-weight:600;}*/
/*.price-filter-range .max {margin-left:15px;}*/
/*a.remove-filters {font-weight:bold;color:#ffa200;display:block;position:absolute;right:0;top:15px;}*/
/*.active-filters {padding:10px 0px;border-top:1px solid #f3f3f3;margin-top:10px;display:block;position:relative;padding-right:100px;}*/
/*.active-filters ul {margin:0;padding:0;list-style:none;display:inline-block;}*/
/*.active-filters ul li {display:inline-block;margin-right:15px;margin-top:2px;margin-bottom:2px;}*/
/*.active-filters ul li input {display:none;}*/
/*.active-filters ul li label {background-color:#fcfcfc;padding:0px 5px;padding-right:20px;height:30px;line-height:29px;font-size:13px;margin:0;display:block;border:1px solid #f3f3f3;font-weight:normal;color:#8b8b8b;position:relative;}*/
/*.active-filters ul li label .icon {font-size:9px;position:absolute;right:0;top:0;width:20px;height:28px;line-height:28px;text-align:center;}*/
.products .list-product-wrap {padding:3px 15px;}
.products .list-product {display:table;width:100%;background-color:#f5f5f5;}
.products .list-product.even {background-color:#fcfcfc;}
.products .list-product .image,.products .list-product .info,.products .list-product .variants-btn,.products .list-product .order {display:table-cell;vertical-align:middle;}
.products .list-product .info,.products .list-product .variants-btn,.products .list-product .order {padding-left:15px;}
.products .list-product .order form {display:inline-block;vertical-align:middle;}
.products .list-product .image {padding:10px;background-color:#fff;width:15%;border:1px solid #f5f5f5;position:relative;}
.products .list-product .info {width:40%;}
.products .list-product .info a.title {font-size:18px;font-weight:bold;}
.products .list-product .info .description {color:#9f9f9f;font-size:12px;height:34px;overflow:hidden;margin-top:5px;line-height:16px;}
.products .list-product .order {text-align:right;padding-right:10px;}
.products .list-product .order .price .new-price {display:inline-block;font-size:20px;font-weight:bold;}
.products .list-product .order .price .inc-tax {font-size:11px;color:#a2a2a2;display:block;}
.products .list-product .order .price .old-price {display:inline-block;font-size:13px;font-weight:bold;text-decoration:line-through;color:#ffa200;margin-right:10px;}
.products .list-product .order .cart {margin-top:10px;position:relative;}
.products .list-product .order .cart .no-variants {position:absolute;right:170px;top:0;height:35px;line-height:35px;padding:0px 15px;background:#545454;color:#fff;z-index:999;font-size:12px;cursor:pointer;white-space:nowrap;}
.products .list-product .order .cart .no-variants i {margin-right:15px;font-size:13px;}
.products .list-product .order .cart .no-variants.hide {display:none;}
.products .list-product .order .cart .change {display:inline-block;}
.products .list-product .order .cart .change .change-q {display:inline-block;vertical-align:top;width:35px;height:35px;line-height:33px;font-size:12px;text-align:center;background-color:#f3f3f3;border:1px solid #e1e1e1;color:#ffa200;}
.products .list-product .order .cart .change input {display:inline-block;vertical-align:top;width:35px;height:35px;border:1px solid #e1e1e1;border-left:none;border-right:none;margin:0px -4px;text-align:center;font-size:11px;padding:0 5px;outline:none;}
.products .list-product .order .cart a.btn {padding:0px 10px;height:35px;line-height:32px;vertical-align:top;display:inline-block;background:#ffa200;color:#fff;border:none;border-radius:0;margin-left:5px;}
.products .list-product .order .cart a.btn .cart-icon {font-size:20px;display:inline-block;vertical-align:middle;}
.products .list-product .order .cart a.btn .plus-icon {font-size:11px;display:inline-block;}
.products .list-product a.open-variants {text-transform:uppercase;font-weight:600;font-size:11px;letter-spacing:0.1em;text-decoration:underline;margin-right:40px;display:inline-block;}
.products .list-product a.open-variants:before {content:"\f107";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:7px;color:#ffa200;}
.products .list-product .productlabel {background:#eee;display:block;position:absolute;left:5%;top:5%;font-size:11px;text-transform:uppercase;letter-spacing:0.1em;font-weight:600;padding:3px 5px;color:#fff;}
.products .list-product .productlabel.new {background:#5abc71;}
.products .list-product .productlabel.sale {background:#f73400;}
.product-info .product-brandname {font-size:13px;display:block;letter-spacing:0.5px;font-weight:300;margin:15px 0;text-transform:uppercase;}
.product-info h1 {font-weight:800;font-size:33px;display:table-cell;vertical-align:top;padding-right:20px;line-height:40px;}
.product-info .brand {display:table-cell;vertical-align:top;text-align:right;}
.product-info .brand img {display:inline-block;width:50px;}
.product-info .title-wrap {display:table;width:100%;margin-bottom:23px;}
.score-wrap {display:table;width:100%;padding:24px 0px;font-size:11px;color:#858585;font-weight:600;}
.score-usp-block .score-wrap {padding: 0;}
.score-usp-block .product-usp {padding:0;}
.score-wrap a {color:#858585;}
.newie-sku-block {padding:10px 0}
.score-wrap .small-reviews .divider {display:inline-block;margin:0px 10px;}
.score-wrap .small-reviews .review-q {vertical-align:middle;display:inline-block;}
.score-wrap .small-reviews,.score-wrap .stock,.score-wrap .delivery {display:table-cell;vertical-align:middle;}
.score-wrap .stock {font-weight:bold;text-transform:uppercase;}
.score-wrap .delivery {text-align:right;text-transform:uppercase;}
.score-wrap .stock i {margin-right:3px;}
.score-wrap .stock {text-align:right;}
.green {color:#5abc71;}
.red {color:red;}
.score-wrap .stars,.reviews .review .stars {position:relative;width:80px;display:inline-block;vertical-align:top;/*margin-right:10px;*/}
.stars{ color:#ffd600;margin-right:-4px; }
.stars .empty{ color: #ddd; }
.reviews .review .stars {display:block;width:100px;margin-bottom:10px;line-height:normal;}
.score-wrap .stars img,.reviews .review .stars img {width:100%;position:relative;z-index:2;}
.score-wrap .stars .score,.reviews .review .stars .score {position:absolute;left:0;top:0;width:100%;z-index:1;}
.score-wrap .stars .score {height:calc(100% - 3px);margin-top:2px;}
.reviews .review .stars .score {height:calc(100% - 3px);margin-top:3px;}
.score-wrap .stars .score .pos,.reviews .review .stars .score .pos {float:left;background:#ffcf00;width:0%;height:100%;}
.score-wrap .stars .score .neg,.reviews .review .stars .score .neg {float:left;width:100%;height:100%;background:#eee;}
.desktop-reviews .reviews-body {max-height:240px;}
.desktop-reviews .scrollable .scroll-bar.vertical {background:#eee;width:4px;border-radius:50px;right:-10px;right:5px;top:10px;bottom:10px;height:calc(100% - 20px) !important;}
.desktop-reviews .scrollable .viewport .overview {width:calc(100% - 20px);}
.product-info .description {color:#858585;font-size:14px;letter-spacing:0.2px;line-height:22px;margin-bottom:23px;}
.product-info .code-price {display:table;width:100%;padding-bottom:0px;}
.product-info .code-price .codes {margin-bottom:30px;letter-spacing:1px;}
.product-info .code-price .price {margin-bottom:30px;}
.product-info .code-price .codes,.product-info .code-price .price {display:block;}
.product-info .code-price .price .unit-price {font-size:12px;margin-bottom:5px;}
.product-info .price {text-align:left;}
.product-info .price .new-price {font-size:25px;font-weight:700;display:inline-block;line-height:25px;vertical-align:bottom;}
.product-info .price .new-price small {font-size:12px;vertical-align:top;display:inline-block;line-height:normal;}
.products .list-product .order .price .new-price small,.products .product .price .new-price small {font-size:12px;vertical-align:top;display:inline-block;line-height:normal;}
.product-info .price .old-price {font-size:14px;font-weight:bold;vertical-align:bottom;text-decoration:line-through;margin-right:10px;color:#ffa200;display:inline-block;}
.product-info .price .inc-tax {font-size:11px;color:#a2a2a2;display:inline-block;margin-left:5px;vertical-align:bottom;}
.product-info .codes ul {margin:0;padding:0;list-style:none;color:#858585;text-transform:uppercase;font-size:12px;}
.product-info .codes ul li {display:inline-block;margin-right:15px;line-height:16px;vertical-align:bottom;}
.product-info .score-wrap .stars {vertical-align:text-bottom;}
.product-info .cart {padding-top:0px;}
.product-info .cart .change {display:inline-block;vertical-align:top;margin-right:10px;}
.product-info .cart .change .change-q {display:inline-block;vertical-align:top;width:45px;height:45px;line-height:43px;font-size:15px;text-align:center;background-color:#f3f3f3;border:1px solid #e1e1e1;color:#ffa200;font-weight:bold;margin-right:1px;}
.product-info .product-timings {flex-wrap:wrap;margin-bottom: 23px;}
.product-info .product-timings .stock {display:inline-block; margin-right:20px;}
.product-info .product-timings .delivery {display:inline-block;}
.product-info .cart .change input {display:inline-block;vertical-align:top;width:60px;height:45px;border:1px solid #e1e1e1;border-left:none;border-right:none;margin:0px -4px;text-align:center;font-size:11px;padding:0 5px;outline:none;}
.productpageAddCart .product-configure-variants label {display:none;}
.product-info .wishlisht-wrapper {display:inline-block;margin-right: 10px;}
.product-info .wishlisht-wrapper a {width: 45px;height: 45px;display: inline-block;vertical-align: middle;line-height: 45px;border: 1px solid #e1e1e1;color: #fe595c;font-size:17px;}
.contact-social a {font-size:20px;display:inline-block;width:45px;height:45px;line-height:44px;text-align:center;color:#c9c9c9;border:1px solid #e1e1e1;}
.wishlisht-wrapper a {width: 45px;height: 45px;display: inline-block;vertical-align: middle;line-height: 45px;border: 1px solid #e1e1e1;color: #fe595c;font-size:17px;}
.product-info .wishlisht-wrapper a:hover .fa-heart-o:before {
  content: "\f004";
}
.product-info .wishlisht-wrapper a.product-liked .fa-heart-o:before {
  content: "\f004";
}
.product-zoomer-block {margin-top:45px;}
.product-zoomer-block div {width:45px;height:45px;line-height:45px;margin:0;padding:0;box-sizing:border-box;}
.product-zoomer-block div a {font-size:15px;}
.product-compare {display:inline-block;}
.product-compare a {font-size:20px;display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;color:#c9c9c9;}
.product-shares {display:inline-block;position:relative;}
.product-shares a {font-size:20px;display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;color:#c9c9c9;}
.product-shares .share-drop {visibility:hidden;opacity:0;position:absolute;top:-45px;left:-90px;right:0;margin:0;padding:0;list-style:none;transition:all .3s ease;background: rgba(0,0,0,0.8);width:100%;min-width:135px;}
.product-shares .share-drop div {display:inline-block;}
.product-shares .share-drop .mail_contact{ background: #333333;}
.product-shares .share-drop .mail_contact:hover{ background: #c9c9c9;}
.product-shares ul li {display:block;}
.product-shares ul li a {display:block;}
.enlarge {display:block;text-align:right;}
.enlarge a {font-size:20px;display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;color:#c9c9c9;}
.product-compare a:hover, .enlarge a:hover, .product-shares a:hover {
  background-color:#c9c9c9;
  color:#fff;
}
.product-shares:hover .share-drop {visibility:visible;opacity:1;}
.product-info .cart.productpageAddCart a.btn {width: calc(100% - 227px);}
.product-info .cart a.btn {padding:0px 10px;font-weight:600;border:none;line-height:45px;height:45px;vertical-align:top;width:calc(100% - 170px);background-color:#ffa200;color:#fff;text-align:center;border-radius:0;font-size:15px;}
.product-info .cart a.btn i {font-size:18px;margin-right:10px;}
.product-option {margin-bottom:20px;}
.product-option label {display:block;font-weight:600;font-size:13px;margin:0;margin-bottom:5px;}
.product-option .ui.selection.dropdown {width:100%;height:45px;line-height:45px;border-color:#e1e1e1;color:#858585;}
.product-option .ui.selection.dropdown > .dropdown.icon {width:50px;height:45px;top:-1px;line-height:45px;border-color:#e1e1e1;background-color:#f3f3f3;}
.product-usp {padding-top:20px;padding-bottom:20px;font-size:13px;}
.product-usp .usp {display:table;width:100%;padding:3px 0px;}
.product-usp .usp .icon,.product-usp .usp .text {display:table-cell;vertical-align:middle;}
.product-usp .usp .icon {width:25px;color:#5abc71;}
.share-row {padding:15px 0px;border-bottom:1px solid #e6e6e6;text-transform:uppercase;font-size:11px;}
.share-row a {color:#858585;}
.share-row a i {margin-right:7px;}
.product-info {margin-bottom:-1px;}
.product-info .discounts {padding:15px 0px;border-bottom:1px solid #e6e6e6;}
.product-info .discounts.top-discounts {border:none;}
.product-info .discounts ul {list-style:none;padding:0;margin:0;}
.product-info .discounts ul li {padding:3px;}
.product-info .discounts ul li span {font-weight:bold;color:#ffa200;}
.product-info .share-links {border-bottom:1px solid #e6e6e6;padding:15px 0px;}
.product-info .share-links ul {display:inline-block;vertical-align:middle;margin:0;padding:0;margin-left:10px;list-style:none;}
.product-info .share-links ul li {display:inline-block;margin-right:10px;}
.product-info .share-links ul li a {display:block;width:27px;height:27px;border:1px solid;text-align:center;line-height:26px;border-radius:100%;font-size:12px;}
.product-info .share-links .share-label {color:#959595;text-transform:uppercase;font-size:11px;display:inline-block;vertical-align:middle;}
.productpage .score-wrap .small-reviews .review-q {font-size:12px;padding-left:10px;}
.productpage .thumbs {margin-top:0px;}
.productpage .thumbs .thumb-nav {display:inline-block;height:85px;vertical-align:top;line-height:85px;width:30px;text-align:center;background:#ffffff;border:0px solid #e1e1e1;color:#858585;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;}
.productpage .thumbs .thumb-nav svg {height:18px;}
.productpage .thumbs img {max-width:100px;margin:10px auto;}
.productpage .bx-wrapper {
  box-shadow:none;
  border:none;
  background:#fff;
  margin:30px 0;
}
.productpage .bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: 0;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: 0;
  z-index: 9;
  color: #e9e9e9;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  background:none;
  -webkit-text-stroke:1px #fff;
  left:27px;
}
.productpage .bx-wrapper .bx-controls-direction a.bx-prev {
  top: -25px;
}
.productpage .bx-wrapper .bx-controls-direction a.bx-next {
  bottom: -60px;
  top:92%;
}
.productpage .thumbs .thumb-prev.thumb-nav svg {transform:rotate(180deg);}
.productpage .thumbs #sync2 {display:inline-block;width:100%;}
.productpage .thumbs #sync2 .owl-stage {width:100% !important;}
.productpage .thumbs #sync2 .owl-item {width:100% !important;margin-bottom:20px;}
.product-tabs {margin:50px 0;}
.textpage-top h1,.textpage-top h2,.collection-top h1 {font-weight:bold;margin-top:0px;margin-bottom:0px;font-size:21px;padding-bottom:0px;margin-right:20%;}
.textpage {color:#858585;font-size:15px;line-height:1.8em;}
.textpage h1,.textpage h2,.textpage h3,.textpage h4,.textpage h5,.textpage h6 {font-weight:bold;color:#333333;}
.related h1,.bundle-title h1 {font-weight:bold;margin-top:25px;margin-bottom:20px;font-size:20px;border-bottom:1px solid #eee;padding-bottom:15px;}
.related .related-top h2 {text-align:center;font-weight: 800;font-size: 37px;margin:50px 0;}
.related .related-top h3 {text-align:center;font-weight: 800;margin:50px 0;}
.product-tabs ul.tabs-list {padding:0;list-style:none;padding-bottom:5px;padding-top:5px;margin-bottom:15px;}
.product-tabs ul.tabs-list li {display:inline-block;margin-right:30px;}
.product-tabs ul.tabs-list li a.active {font-weight:bold;}
.product-tabs ul.tabs-list li a {font-size:18px;padding:10px 0px;display:block;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
.product-tabs .tab,.product-tabs .tab a {color:#858585;font-size:13px;line-height:1.8em;}
.page-content {padding-top:20px;}
.page-content .read-more {color:#ffa200;font-weight:bold;margin-top:15px;display:block;}
.page-content .read-more i {font-size:0.8em;}
.page-content img {width:100%;max-width:282px;height:auto;}
.content-wrap {color:#88939e;font-size:13px;line-height:2em;}
/*.content-wrap.active {height:auto;}*/
/*.content-wrap .gradient {position:absolute;left:0;bottom:0;width:100%;height:50%;background:linear-gradient(to bottom,rgba(255,255,255,0) ,rgb(255,255,255));background:-webkit-linear-gradient(top,rgba(255,255,255,0) ,rgb(255,255,255));background:-o-linear-gradient(bottom,rgba(255,255,255,0) ,rgb(255,255,255));background:-moz-linear-gradient(bottom,rgba(255,255,255,0) ,rgb(255,255,255));background:linear-gradient(to bottom,rgba(255,255,255,0) ,rgb(255,255,255));}*/
/*.productpage-description-image-wrapper, .productpage-description-text {width:100%;}*/
.productpage-description-image img {display:block;margin: 0 auto;max-width:100%;height:auto;}
.productpage-description-text p {font-size:15px;}
.content-wrap .gradient.active {display:none;}
.specs td {padding:5px 10px;}
.reviews .review {padding:15px 0px;border-bottom:1px solid #eee;}
.reviews .bottom {padding:10px 0px;font-size:12px;}
.reviews .bottom a {font-weight:bold;}
.no-products-found {padding:15px;}
/*
.cart-dropdown ::-webkit-scrollbar {width:4px;height:4px;padding-left:10px;}
.cart-dropdown ::-webkit-scrollbar-button {width:0px;height:0px;}
.cart-dropdown ::-webkit-scrollbar-thumb {background:#323742;border:0px none #ffffff;border-radius:50px;}
.cart-dropdown ::-webkit-scrollbar-thumb:hover {background:#393f4b;}
.cart-dropdown ::-webkit-scrollbar-thumb:active {background:#323742;}
.cart-dropdown ::-webkit-scrollbar-track {background:#eaeaea;border:0px none #ffffff;border-radius:50px;}
.cart-dropdown ::-webkit-scrollbar-track:hover {background:#eaeaea;}
.cart-dropdown ::-webkit-scrollbar-track:active {background:#f6f6f6;}
.cart-dropdown ::-webkit-scrollbar-corner {background:transparent;}
*/

.cart-dropdown {position:fixed;top:0;right:-100%;width:0px;height:100%;background-color:#fff;padding:25px;border:1px solid #efefef;z-index:99999999;opacity:0;visibility:hidden;background-color:#fff; -webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-ms-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.cart-dropdown.active {opacity:1;visibility:visible;min-width:600px;right:0;}
.cart-dropdown:before {content: "";position: absolute;top: 0;right: 599px;left: -9999px;background: rgba(0, 0, 0, 0.35);width: auto;height: 100%;opacity:0;}
.cart-dropdown.active:before {opacity:1;}
.cart-dropdown .cart-body {max-height:100%;height: calc(100vh - 210px);}
.cart-dropdown .cart-title {font-size:21px;font-weight:900;padding:10px 0px;}
.cart-dropdown .cart-title .items {margin-left:10px;font-size:12px;font-weight:normal;line-height:22px;color:#858585;}
.cart-dropdown .close-cart-drp {display: inline-block;font-size: 30px;color: #000;position: absolute;right: 25px;top: 25px;-webkit-text-stroke: 3px #fff;}
.cart-dropdown table {width:100%;}
.cart-dropdown table.cart-products td {padding:10px 0px;padding-right:10px;border-bottom:1px solid #e6e6e6;width:100%;}
.cart-dropdown table.cart-products td:first-child {padding-left:0;max-width:150px;}
.cart-dropdown table.cart-products td:last-child {padding-right:0;}
.cart-dropdown table.cart-products .unit-price {font-size:10px;margin-top:5px;}
.cart-dropdown .product {width:100%;padding:10px 0px;border-top: 1px solid #f9f9f9;}
.cart-dropdown .product .info {margin-left:20px;}
.cart-dropdown .product .like-remove-cart {display:block;width:100%;margin-top:15px;}
.cart-dropdown .product .like-remove-cart a {display:inline-block;width:48px;height:48px;line-height:48px;text-align:center;border:1px solid #ebebeb;border-radius:3px;font-size:20px;}
.cart-dropdown .product .like-remove-cart a.delete {font-size:25px; -webkit-text-stroke:2px #fff;vertical-align:bottom;line-height:44px;}
.cart-dropdown .product .info a.title {font-size:18px;font-weight:900;text-transform:capitalize;letter-spacing:0.4px;}
.cart-dropdown .product .info .variant {font-size:14px;color:#858585;margin-bottom:7px;}
.cart-dropdown .product .info .price-quantity {margin-top:5px;}
.cart-dropdown table.cart-products a.delete {font-size:16px;color:#e3e3e3;-webkit-text-stroke: 1px #fff;}
.cart-dropdown table.cart-products a.delete:hover {color:#000;}
.cart-dropdown .product .info .price-quantity .quantity {font-size:14px;color:#858585;text-align:left;display:block;line-height:20px;margin: 15px 0;}
.cart-dropdown .product .info .price-quantity .price {text-align:left;display:block;font-size:19px;font-weight:bold;color:#ffa200;}
.cart-dropdown table.total {display:inline-block;width:55%;vertical-align:middle;padding: 30px 0;white-space:nowrap;margin-right:40px;}
.cart-dropdown table.total td {padding:0px 0px;padding-right:5px;text-align:left;font-size:15px;}
.cart-dropdown table.total td:last-child {color:#858585;}
.cart-dropdown table.total td.totaltotal {color:initial;font-weight:bold;}
.cart-dropdown table.total tr:last-child td {padding-top:5px;font-size:20px;font-weight:800;color:#333;}
.cart-dropdown .free-shipping {text-align:center;font-size:13px;padding:10px;}
.incart-product-quanity {border: none;text-align: center;display: inline-block;width: 25px;line-height: 25px; height: 25px;outline: none; box-sizing: border-box; color: #000; font-weight: 800; }
.cart-dropdown .free-shipping .green {font-weight:bold;}
.cart-dropdown a.btn {background:#ffa200;color:#fff;font-weight:600;margin-top:0px;width:100%;border-radius:0;text-transform:uppercase;padding:10px;display:inline-block;letter-spacing: 0.6px;}
.cart-dropdown a.btn i {margin-right:7px;font-size:16px;}
.recently-watched .product .info a .icon {width:13px;height:13px;display:inline-block;border:1px solid;border-radius:100%;text-align:center;line-height:9px;font-size:8px;margin-left:7px;}
.recently-watched .product .info a .icon i {height:8px;width:8px;text-align:center;margin-left:1px;margin-top:2px;}
.fancybox-overlay {background:rgba(0,0,0,0.4);z-index:99999;}
.fancybox-overlay.product-img-overlay {background:rgba(0,0,0,0.8);}
.fancybox-overlay.non-main-product .next-product-img, .fancybox-overlay.non-main-product .prev-product-img {display:none;}
.fancybox-overlay .close-product-img {position:absolute;right:0;top:0;color:#fff;padding:30px;font-size:25px;line-height:25px;cursor:pointer;}
.fancybox-overlay .next-product-img,.fancybox-overlay .prev-product-img {position:absolute;right:0;top:50%;color:#fff;font-size:17px;width:35px;height:35px;text-align:center;line-height:33px;margin:0px 30px;margin-top:-17px;background:rgba(255, 255, 255, 0.3);z-index:99999999;}
.fancybox-overlay .next-product-img i {margin-left:2px;}
.fancybox-overlay .prev-product-img i {margin-left:-2px;}
.fancybox-overlay .prev-product-img {right:auto;left:0;}
.fancybox-opened {z-index:999999;}
.list-product-wrap .variants {border:1px solid #f5f5f5;display:none;}
.list-product-wrap .variants .variant {border:1px solid #f5f5f5;}
.list-product-wrap .variants .variant .variant-inner {display:table;width:100%;}
.list-product-wrap .variants .variant .title {font-size:1em;font-weight:bold;width:40%;padding:10px 20px;display:table-cell;vertical-align:middle;}
.list-product-wrap .variants .variant .price {font-size:1em;font-weight:bold;width:30%;padding:10px 20px;display:table-cell;vertical-align:middle;text-align:right;}
.list-product-wrap .variants .variant .price .price-incl {font-size:0.85em;color:#aaa;font-weight:normal;}
.list-product-wrap .variants .variant form {width:30%;text-align:right;padding:5px 10px;;display:table-cell;vertical-align:middle;}
.list-product-wrap .variants .variant .change {display:inline-block;}
.list-product-wrap .variants .variant .change-q {display:inline-block;vertical-align:top;width:35px;height:35px;line-height:33px;font-size:12px;text-align:center;background-color:#f3f3f3;border:1px solid #e1e1e1;color:#ffa200;}
.list-product-wrap .variants .variant input {display:inline-block;vertical-align:top;width:35px;height:35px;border:1px solid #e1e1e1;border-left:none;border-right:none;margin:0px;text-align:center;font-size:11px;padding:0 5px;outline:none;}
.list-product-wrap .variants .variant a.btn {padding:0px 10px;height:35px;line-height:32px;vertical-align:top;display:inline-block;background:#ffa200;color:#fff;border:none;border-radius:0;margin-left:5px;}
.list-product-wrap .variants .variant a.btn .cart-icon {font-size:20px;display:inline-block;vertical-align:middle;}
.list-product-wrap .variants .variant a.btn .plus-icon {font-size:11px;display:inline-block;margin-left:3px;}
.product-img .fancybox-skin,.product-img .fancybox-opened .fancybox-skin,.fancybox-skin,.fancybox-opened .fancybox-skin {-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fixed-content {padding-top:30px;}
.mobile-search {position:absolute;top:100%;left:0;width:100%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:0;visibility:hidden;z-index:99;}
.mobile-search.active {opacity:1;visibility:visible;}
.mobile-search input {padding:0px 10px;width:100%;height:50px;border:none;border-top:1px solid #efefef;border-bottom:1px solid #efefef;outline:none;font-size:16px;}
a.open-sidebar {display:block;background:#333742;color:#fff;font-weight:bold;font-size:18px;padding:10px 15px;position:relative;}
a.open-sidebar .more-cats {position:absolute;right:0;top:0;height:45px;width:45px;text-align:center;line-height:45px;color:#fff;z-index:99;font-size:14px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;}
a.open-sidebar.active >.more-cats {transform:rotate(90deg);}
.mobile-product-title h1 {font-weight:600;font-size:23px;margin:0;margin-bottom:10px;}
svg {fill:currentColor;}
.img-pages {margin-top:10px;text-align:right;font-size:13px;/*margin-bottom:30px;*/}
.img-pages-wrapper {display: inline-block;padding: 5px;border: 1px solid #e1e1e1;}
.product-image-wrap {position:relative;}
.product-image-wrap .brand {position:absolute;right:5px;top:5px;width:60px;z-index:99;padding:10px;border-radius:100%;-moz-box-shadow:0 2px 5px -1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 5px -1px rgba(0,0,0,.2);box-shadow:0 2px 5px -1px rgba(0,0,0,.2);background-color:#fff;}
.product-image-wrap .brand img {width:100%;}
.product-image-wrap .img-nav {display:none !important;}
.product-image-wrap .img-nav {font-size:25px;width:30px;height:30px;color:#858585;position:absolute;top:50%;right:-30px;line-height:30px;margin-top:-15px;z-index:999;text-align:center;}
.product-image-wrap .img-nav.img-prev {right:auto;left:-30px;}
.productbundle {padding-bottom:30px;}
.productbundle .info h3 {font-weight:600;font-size:20px;margin:0;}
.productbundle .info .discount {margin-top:5px;font-weight:bold;text-transform:uppercase;color:#5abc71;text-align:left;font-size:16px;}
.productbundle .info a.btn {padding:0px 10px;font-weight:600;border:none;line-height:40px;height:40px;vertical-align:top;width:100%;background-color:#ffa200;color:#fff;text-align:center;border-radius:0;font-size:13px;text-transform:uppercase;margin-top:10px;}
.productbundle .info .price {margin-top:10px;font-size:20px;font-weight:bold;display:inline-block;}
.productbundle .info .price .old-price {font-size:13px;font-weight:bold;vertical-align:middle;text-decoration:line-through;margin-right:10px;color:#ffa200;display:inline-block;}
.productbundle .info .price .new-price {font-size:20px;font-weight:bold;display:inline-block;}
.productbundle .info .price .inc-tax {font-size:11px;color:#a2a2a2;display:inline-block;margin-left:5px;}
.productbundle .bundle-wrap {width:100%;display:table;}
.productbundle .bundle-wrap .main-product,.productbundle .bundle-wrap .sub-products,.productbundle .bundle-wrap .plus {display:table-cell;vertical-align:middle;}
.productbundle .bundle-wrap .main-product {width:150px;}
.productbundle .bundle-wrap .main-product img {width:100%;}
.productbundle .bundle-wrap .plus {font-size:45px;font-weight:bold;color:#ffa200;}
.productbundle .bundle-wrap .sub-products .product {}
.productbundle .bundle-wrap .sub-products .product .bundle-info {display:table;width:100%;}
.productbundle .bundle-wrap .sub-products .product .bundle-option label {display:none;}
.productbundle .bundle-wrap .sub-products .product .image-wrap,.productbundle .bundle-wrap .sub-products .product .title {display:table-cell;vertical-align:middle;}
.productbundle .bundle-wrap .sub-products .product .image-wrap {width:40%;}
.productbundle .bundle-wrap .sub-products .product .image-wrap img {width:70px;}
.productbundle .bundle-wrap .sub-products .product .title {font-size:12px;font-weight:600;padding-left:5px;line-height:12px;}
.productbundle .bundle-wrap .sub-products .product-wrap {padding:7px;}
.productbundle .bundle-wrap .bundle-row {margin-left:-7px;margin-right:-7px;}
.scrollable .scroll-bar.vertical {background:#fff;width:8px;border-radius:0px;border:1px solid #e3e3e3;right:-10px;}
.scrollable .scroll-bar.vertical:before,.scrollable .scroll-bar.vertical:after {display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f077";position:absolute;bottom:100%;left:50%;margin-left:-4px;font-size:8px;margin-bottom:5px;color:#ffa200;}
.scrollable .scroll-bar.vertical:after {bottom:auto;top:100%;margin-bottom:0;margin-top:5px;transform:rotate(180deg);}
.scroll-bar .thumb {background: rgba(243,243,243,1);
background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 50%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(50%, rgba(248,248,248,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 50%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 50%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 50%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(248,248,248,1) 50%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3', GradientType=0 );}
#header .usp-slider {padding:15px 0px;border-bottom:1px solid #efefef;text-align:center;font-size:13px;}
.usp-slider {text-align:center;font-size:13px;}
.usp-slider .item i {color:#5abc71;margin-right:7px;}
.usp-slider.side-slider {margin-bottom:30px;}
.product-usp .usp-slider {text-align:left;}
.tags-box ul,.home-tags ul.tags {margin:0;padding:20px;list-style:none;}
.tags-box ul {text-align:left;}
.home-tags ul.tags {text-align:center;}
.home-tags ul.tags {padding:10px 0px;max-width:570px;margin:0 auto;}
.home-tags .tags-box h3 {text-align:center;font-weight: 800;margin:50px 0 0 0;}
.tags-box ul li,.home-tags ul.tags li {display:inline-block;}
.tags-box ul li a,.home-tags ul.tags li a {border:1px solid #f9f9f9;display:block;padding:3px 7px;margin-right:2px;margin-bottom:10px;}
.tags-box ul li a:hover,.home-tags ul.tags li a:hover {color:#fff;border-color:#ffa200;background-color:#ffa200;}
.home-text,.home-blog,.home-tags,.home-image {margin-top:35px;}
.home-brands .brand-head {margin: 70px 0;}
.home-text-content {color:#858585;}
.home-brands .item {-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:0.5;background-size: cover; background-position: center;height: 82px;display: block;}
.home-brands .item:hover {-webkit-filter:grayscale(0%);filter:grayscale(0%);opacity:1;}
.home-brands .brands-slider {padding-top:10px;padding-bottom:25px;border-bottom:1px solid #f3f3f3;}
.home-blog.more-than-4 {margin-bottom:75px;}
.home-blog .articles .article {padding:15px;transition:opacity .3s ease;}
.home-blog .articles .article.articleFog {opacity:0.5;}
.home-blog .articles .article:hover {}
.home-blog .articles .article .image-wrap {position:relative;}
.home-blog .articles .article .image-wrap .date-label {position:absolute;padding:5px 10px;background-color:#ffa200;color:#fff;font-weight:600;font-size:12px;border-radius:0px 0px 5px 0px;}
.home-blog .articles .article .info {padding: 25px 20px 20px 15px;background:#fbfbfb;min-height:180px;}
.home-blog .articles .article .info a.title {font-size:15px;font-weight:600;display:block;max-height:55px;overflow:hidden;text-transform:uppercase;letter-spacing:1px;}
.home-blog .articles .article .info .description {color:#858585;font-size:14px;margin-top:25px;height:55px;max-height:55px;overflow:hidden;line-height:20px;}
.home-blog .articles .article .info a.read-more {font-size:14px;display:inline-block;margin-top:5px;color:#ffa200; text-decoration:underline;}
.product-popup {display:none;}
.product-popup .popup-container {height:390px;width:900px;padding:30px 15px;background-color:#fff;position:relative;}
.product-popup .popup-container .close-popup {
  color:#fff;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 3;
  background: #ccc;
  border-radius: 100%;
  border: 2px solid #fff;
}
.product-popup .product-info .code-price {padding:15px 0px;border-bottom:0;border-top:1px solid #e6e6e6;margin-top:10px;}
.product-show-view .product.special-product {border:1px solid #000;border-right:none;}
.product-show-view .product.special-product:last-child {border-right:1px solid #000;}
.product-show-view .related-more4 .product.special-product:last-child {border-right:1px solid #000;}
.product-show-view .related-more4 .product.special-product:nth-of-type(n+12){border-top:none;}
/*.product-show-view .related-more4 .product.special-product:nth-of-type(12n+12){margin-left:0px;}*/

.product:hover .product-add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  bottom:-1px;
}
.product .product-add-cart {
  background:#000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.15s, bottom 0.20s;
  transition: transform 0.25s, opacity 0.15s, bottom 0.20s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}



#owl-featured-big .product .product-add-cart {
  bottom: calc(0% + 0px);
}
#owl-featured-big .product:hover .product-add-cart {
  bottom: calc(0% + 0px);
}
.productslider .product-rev-collection {text-align:center;}
.tab-3 .products .product.special-product .info {margin-top:50px;}
.tab-3 #owl-featured.products .product.special-product .info {margin-top:50px;}
.product .product-add-cart .product-add-cart-btn {border-radius:0px;width:100%;text-align:center;line-height: 48px;display: inline-block;color: #fff;font-size: 15px;padding: 0;margin: 0;outline: none;letter-spacing:0.7px;font-weight:300;}
.product .product-add-cart .product-add-cart-btn i {margin-right:10px;}
.product .product-add-cart .product-like-btn, .product-add-cart .product-zoom-btn {display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;font-size:18px;color:#fff;}
.product .product-add-cart .product-zoom-btn:hover, .product .product-add-cart .product-like-btn:hover, .product .product-add-cart .product-add-cart-btn:hover {filter: brightness(130%);-webkit-filter: brightness(130%);-moz-filter: brightness(130%);-o-filter: brightness(130%);-ms-filter: brightness(130%);}
.product .product-add-cart .product-zoom-btn, .product .product-add-cart .product-like-btn, .product .product-add-cart .product-add-cart-btn {transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}


.bundle-product-info {min-height:135px;}
.bundle-product-info.product-info .price div {display:block;text-align:left;margin-bottom:10px;}
.bundle-product-info.product-info .price .old-price {font-size:14px;}
.bundle-product-info.product-info .price .new-price {font-size:25px;}
.bundle-product-info.product-info .price .inc-tax {font-size:11px;}
.bundle-product-info.product-info .cart {max-height:45px;}
.bundle-product-info.product-info .cart a {width:100%;}
.productpage-bundle .bundle-title h2 {text-align: center;font-weight: 800;font-size: 37px;margin: 50px 0;}
.productpage-bundle .bundle-title h3 {text-align: center;font-weight: 800;margin: 50px 0;}
.productbundle .main-product .info {}
.productbundle .main-product .info .title {font-weight:600;font-size:22px;margin-bottom:15px; color:#000;}
.productbundle .main-product .info .description {font-size:14px;line-height:22px;color:#7e7e7e;}
.productbundle .product-configure-variants label  {display:none;}
.productbundle .bundle-info a {font-size:17px;font-weight:600;margin: 15px 0; color:#000;text-align:center;display:inline-block;width:100%;}
.productbundle .product select {position:relative;width:100%;height:40px;line-height:40px;font-size:13px;color:#c9c9c9;border:none;outline:none;border:1px solid #c9c9c9;}
.productbundle .product-configure-variants {position:relative;}
.productbundle .product-configure-variants:before {content: "\f107";width: 40px;height: 38px;position: absolute;right: 1px;border-radius:5px;border-left: 1px solid #c9c9c9;top: 1px;bottom: 0;background: #fff;z-index: 1;display: inline-block;font: normal normal normal 20px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 25px;padding-top:7px;pointer-events:none;color:;}
.productbundle .bundle-option {position:relative;}
.productbundle .bundle-option .bundle-opener {position:absolute; right:0;top:1px;bottom:0;width:40px;height:38px;line-height:40px;font-size:18px;text-align:center;border-left:1px solid #c9c9c9;background-color:#fff;}
.productbundle .bundle-purchaser {padding:15px;position:relative;}

.productbundle .bundle-purchaser h3 {margin:15px 0; font-size:25px;font-weight:800;text-align:left;text-transform:capitalize;}
.productbundle .bundle-purchaser .info .price {margin-bottom:15px;}
.bundled-item-wrapper .grid-cell {text-align:center;border-right:none;position:relative;width:33.3333%;max-width:33.3333%;}
.bundled-item-wrapper .grid-cell:last-of-type {border:none;}
.bundled-item-wrapper .grid-cell:nth-child(n+5) {border-top:none;}
.bundled-item-wrapper .grid-cell:nth-last-child(2) {border-right:none;}
.bundled-item-wrapper .grid-cell .product-wrap {max-width:220px;margin:10px auto;}
.productbundle .bundle-plus {position:absolute;left:-8px;top:45%;font-size:20px;}
.productbundle .bundle-purchaser {text-align:left;}
.productbundle .info .price .old-price {display:block;}
/*
.product-popup .product-info .variants {display:none;}
*/

.fancybox-skin {border-radius:0;}
.fancybox-inner {overflow:visible!important;}
.product-popup .thumbs .thumb-nav {display:inline-block;height:85px;vertical-align:top;line-height:85px;width:30px;text-align:center;background:#ffffff;border:0px solid #e1e1e1;color:#858585;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;}
.product-popup .thumbs {margin-top:20px;}
.product-popup .thumbs .thumb-nav svg {height:18px;}
.product-popup .thumbs .thumb-prev.thumb-nav svg {transform:rotate(180deg);}
.product-popup .thumbs .popup-thumbs {display:inline-block;width:calc(100% - 70px);}
.product-popup .product-image-wrap {padding-right:30px;border-right:1px solid #eee;}
.productpage .productpagelabel {background:#eee;display:block;position:absolute;left:0;top:0;font-size:14px;text-transform:uppercase;letter-spacing:0.1em;font-weight:600;padding:0px 5px;color:#fff;z-index:9;}
.productpage .productpagelabel.sale {background:#f73400;}
.caps {text-transform:uppercase;}
.product-option input[type="text"] {-webkit-appearance:none;height:45px;padding:0px 10px;display:block;width:100%;border:1px solid;border-color:#e1e1e1;color:#858585;outline:none;}
.product-option textarea {-webkit-appearance:none;height:150px;padding:10px;display:block;width:100%;max-width:100%;border-color:#e1e1e1;color:#858585;outline:none;}
.product-option .ui.multiple.dropdown > .label {margin:6px 2px;height:30px;line-height:30px;padding:0;color:#333;position:relative;width:initial;padding:0 10px;}
.product-info .product-configure-custom-option {margin-top:15px;}
i.delete.icon {position:absolute;right:-5px;top:-5px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:15px;height:15px;border:1px solid #e1e1e1;border-radius:100%;font-size:9px;background:#fff;line-height:12px;background:#fba717;color:#fff;}
i.delete.icon:before {content:"\f00d";}
.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before {content:'';-webkit-transform:none;-ms-transform:none;transform:none;width:16px;height:16px;border-radius:100%;top:0;left:0px;}
.ui.checkbox input:checked ~ .box:after,.ui.checkbox input:checked ~ label:after {font-size:8px;width:12px;height:12px;line-height:12px;color:rgba(255,255,255,0.95);background:#000;left:2px;top:2px;}
.ui.radio.checkbox input:checked ~ .box:before,.ui.radio.checkbox input:checked ~ label:before,.ui.radio.checkbox input:focus ~ label:before,.ui.radio.checkbox input:focus ~ .box:before,.ui.radio.checkbox input:focus:checked ~ .box:before,.ui.radio.checkbox input:focus:checked ~ label:before {background-color:#fba717;border-color:#e1e1e1;}
.ui.radio.checkbox input:checked ~ .box:after,.ui.radio.checkbox input:checked ~ label:after,.ui.radio.checkbox input:focus ~ label:after,.ui.radio.checkbox input:focus ~ .box:after,.ui.radio.checkbox input:focus:checked ~ .box:after,.ui.radio.checkbox input:focus:checked ~ label:after {background-color:#fff;border-color:#e1e1e1;}
.ui.radio.checkbox .box,.ui.radio.checkbox label {height:16px;padding:0;padding-left:25px;line-height:16px;}
.ui.checkbox .box:before,.ui.checkbox label:before {height:16px;width:16px;border:1px solid #e1e1e1;font-weight:normal;}
.ui.checkbox input:checked ~ .box:before,.ui.checkbox input:checked ~ label:before,.ui.checkbox input:indeterminate:focus ~ .box:before,.ui.checkbox input:indeterminate:focus ~ label:before,.ui.checkbox input:checked:focus ~ .box:before,.ui.checkbox input:checked:focus ~ label:before {background:#ffa200;border-color:#e1e1e1;color:#fff;}
.ui.checkbox input:checked ~ .box:after,.ui.checkbox input:checked ~ label:after {background:transparent;}
.ui.checkbox input:indeterminate:focus ~ .box:after,.ui.checkbox input:indeterminate:focus ~ label:after,.ui.checkbox input:checked:focus ~ .box:after,.ui.checkbox input:checked:focus ~ label:after {color:#fff;}
.ui.checkbox label,.ui.checkbox + label {line-height:16px;font-weight:normal;}
.product-option .product-configure-custom-option-date .ui.selection.dropdown,.product-option .product-configure-custom-option-time .ui.selection.dropdown {display:inline-block;margin-right:10px;width:130px;vertical-align:top;margin-bottom:10px;}
.ui.dropdown .menu > .item:hover {background:#fba717;color:#fff;}
.custom-languages .ui.selection.dropdown .menu > .item {padding:0 !important;}
.custom-languages .ui.dropdown .menu > .item a {display:inline-block;width:100%;padding:10px 12px;}
/*.custom-top-filters .filter-dropdown {position:relative;display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:10px;margin-top:10px;}*/

.product-info .min-quantity {padding-bottom:15px;}
.order-before {padding:20px 0px;display:none;}
.green span {font-weight:700;color:#000;margin-left:10px;}
.order-before .icon {color:#ffa200;font-size:30px;display:inline-block;vertical-align:top;line-height:28px;margin-right:10px;-webkit-text-stroke:1px #fff;}
.order-before .text {display:inline-block;vertical-align:top;line-height:20px;font-size:14px;font-weight:600;position:relative;}
.order-before .text .order-arrow {position: absolute;right: -58px;top: -22px;width: 55px;}
.order-before .text .time {font-weight:700;}
.sidebar ul.special-side {margin:0;padding:0;list-style:none;margin-bottom:30px;position:relative;}
.sidebar ul.special-side li a {display:block;padding:15px;font-weight:600;border:1px solid #e6e6e6;border-bottom:none;}
.ord-bold {font-weight:700; color:#000;}
.green p {font-size:17px;color:#000;display:inline-block;}
.fa-check-circle-o {font-size:20px;-webkit-text-stroke:1px #fff;}
.order-before .delivery-icon {color:#7f7f7f;}
.order-before .delivery-icon svg {color:currentColor;width:40px;height:40px;line-height:40px;display:inline-block;}
.score-usp-block {border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;margin-top:15px;}
.sidebar ul.special-side li:last-child a {border-bottom:1px solid #e6e6e6;}
.sidebar ul.special-side li.with-subs:hover a {border-right-color:transparent;}
.sidebar ul.special-side li:hover a {background-color:#f9f9f9;}
.sidebar ul.special-side li .sub-box {position:absolute;left:100%;top:0;height:20px;background:#f9f9f9;z-index:999;display:none;border:1px solid #e6e6e6;border-left:0;padding:20px;padding-left:40px;min-height:100%;height:auto;}
.sidebar ul.special-side li:hover .sub-box {display:block;}
.sidebar ul.special-side li:hover .sub-box .title {font-size:20px;font-weight:bold;border-bottom:1px solid #e6e6e6;padding-bottom:15px;}
.sidebar ul.special-side li:hover .sub-box .sub-title a {padding:0;border:none;padding-top:30px;padding-bottom:15px;}
.sidebar ul.special-side li:hover .sub-box ul {margin:0;padding:0;list-style:none;}
.sidebar ul.special-side li:hover .sub-box ul li a {padding:0;font-weight:normal;border:none;}
#header .main-menu ul .menu-product .image-wrap {padding:20px;}
#header .main-menu ul .menu-product .info a.title {font-weight:600;font-size:15px;display:block;margin-bottom:5px;}
#header .main-menu ul .menu-product .info .price {text-align:right;padding-top:20px;}
#header .main-menu ul .menu-product .info .price .old-price {font-size:13px;font-weight:bold;text-decoration:line-through;color:#ffa200;display:block;}
#header .main-menu ul .menu-product .info .price .new-price {font-size:20px;font-weight:bold;}
#header .main-menu ul .menu-product .info .buttons {margin-top:15px;}
#header .main-menu ul .menu-product .info .buttons a.more-info {display:inline-block;width:calc(100% - 40px);background:#333742;height:35px;line-height:35px;text-align:center;color:#fff;font-size:12px;vertical-align:top;}
#header .main-menu ul .menu-product .info .buttons a.shop-now {display:inline-block;width:35px;height:35px;background:#ffa200;color:#fff;text-align:center;line-height:30px;vertical-align:top;font-size:16px;margin-left:5px;}
#header .main-menu ul .menu-product .info .buttons a.shop-now i {margin:0;padding:0;font-size:16px;}
.brands hr {margin:0;border-color:#ebebeb;}
.brands .brand {border-right:1px solid #ebebeb;margin:30px 0px;}
.brands .brand .brand-wrap {padding:20px 15px;}
.brands .brand .brand-title {text-align:center;text-transform:uppercase;font-weight:bold;margin-top:10px;height:100%;overflow:hidden;}
.brands .brand.last-md {border-right:0;}
.gui-blogshort .gui-blog-article-image .gui-blog-article-content,.gui-blogshort .gui-blog-article-image footer,.gui-blogshort .gui-blog-article-image header {width:auto;padding-left:0;}
.gui-blog-article ul { overflow:auto;}
.gui-blog-article { line-height:1.8em;}


.hero-wrapper-block .item .item-inner {height:100%;}
.hero-wrapper-block .item {height:500px;}
/* .item.slide-1 {background:url(hero-slide-1.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.hero-wrapper-block .item.slide-2 {background:url(hero-slide-2.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.hero-wrapper-block .item.slide-3 {background:url(hero-slide-3.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;} */
.hero-wrapper-block .item .align {height:100%;}
.hero-wrapper-block .item .text-box {display:table-cell;vertical-align:middle;}
.hero-wrapper-block .item .text-box .text-wrap {display:inline-block;padding:15px 30px;margin-left:50px;margin-right:50px;}
.video-foreground .onVideo-text-wrapper {position: absolute;height: 100%;width: 100%;padding: 0 80px;}
.video-foreground .onVideo-text-wrapper.text-left {justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-webkit-justify-content:flex-start;}
.video-foreground .onVideo-text-wrapper.text-right {justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-webkit-justify-content:flex-end;}
.video-foreground .onVideo-text-wrapper.text-center {-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;justify-content: center;}
.video-foreground .onVideo-text {padding: 30px;}
.hero-wrapper-block .item .text-box .text-wrap .title, .video-foreground .title {font-size:45px;font-weight:700;margin: 0 0 5px 0;}
.hero-wrapper-block .item .text-box .text-wrap .text, .video-foreground .text {font-size:16px;margin-top:5px;}
.hero-wrapper-block .item .text-box .text-wrap .link, .video-foreground .link {margin-top:10px;font-size:13px;font-weight:bold;}
.hero-wrapper-block .item .text-box .text-wrap .link.button, .video-foreground .link.button {display:inline-block;margin-top:15px;border:1px solid #000;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
.hero-wrapper-block .item .text-box .text-wrap .link a, .video-foreground .link a {}
.hero-wrapper-block .item .text-box .text-wrap.black-box, .video-foreground .black-box {background:rgba(0,0,0,0.5);}
.hero-wrapper-block .owl-dots {text-align:center;margin-top:15px;}
.hero-wrapper-block .owl-dots .owl-dot {display:inline-block;vertical-align:middle;padding:0px 7px;}
.hero-wrapper-block .owl-dots .owl-dot span {display:block;width:15px;height:15px;background-color:#000;opacity:0.2;border-radius:100%;}
.hero-wrapper-block .owl-dots .owl-dot.active span {opacity:1;width:18px;height:18px;}
a.all-in-cart.btn {padding:0px 30px;height:35px;line-height:35px;display:inline-block;background:#ffa200;color:#fff;border:none;border-radius:0;margin-bottom:15px;text-transform:uppercase;font-weight:600;font-size:13px;margin-top:5px;}
.message-container {position:fixed;left:0;top:0;width:100%;z-index:9999999;}
.message-container .messages {margin:0;position:relative;}
.message-container .messages .message ul {padding:0;border:none;margin:0;background:transparent;color:#fff;}
.message-container .messages .message {position:absolute;right:0;top:60px;color:#fff;padding:20px;display:table;background-color:#aaa;width:300px;border-radius:3px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.message-container .messages .message.done {opacity:0;visibility:hidden;-ms-transform:translate(0px,-150px);-webkit-transform:translate(0px,-150px);transform:translate(0px,-150px);}
.message-container .messages .message.error {background-color:#cd3b3b;}
.message-container .messages .message.success {background-color:#3baa34;}
.message-container .messages .message.info {background-color:#3ca1cd;}
.message-container .messages .message .icon,.message-container .messages .message .text {display:table-cell;vertical-align:middle;}
.message-container .messages .message .icon {font-size:25px;width:35px;}
.message-container .messages .message .text {font-size:14px;font-weight:600;}

.btn-continue-shopping-button {background: none;border: 1px solid #fff;padding: 10px 15px;margin-top: 15px;color: #fff;position: relative;display: block;max-width: 80%;}
.btn-continue-shopping-button:hover {background: rgba(255, 255, 255, 0.4);color:#fff;}

.mobile-filters {display:none;margin-bottom:30px;}
.mobile-filters .filter-title {font-weight:bold;position:relative;padding:10px 0px;padding-top:20px;}
.gui-cart .gui-bundle span {height:auto;line-height:normal;}
.footer-help {width:300px;display:table;border-bottom:1px solid;border-color:rgba(255,255,255,0.1);float:right;}
.footer-help .image {display:table-cell;vertical-align:middle;width:100px;}
.footer-help .image img {width:100%;}
.footer-help .text {display:table-cell;vertical-align:middle;padding-left:20px;}
.footer-help .text .title {font-size:18px;font-weight:700;margin-bottom:5px;}
#footer .footer-help .text .content a {color:#ffa200;text-decoration:underline;}
.wsa-cookielaw {top:auto;bottom:0;padding:10px 0px;color:#fff;background:rgba(0,0,0,0.5);transform:translateZ(0);-webkit-transform:translateZ(0);}
.wsa-cookielaw-button,.wsa-cookielaw-button-green,.wsa-cookielaw-button-red,.wsa-cookielaw-button-orange,.wsa-cookielaw-button:hover,.wsa-cookielaw-button-green:hover,.wsa-cookielaw-button-red:hover,.wsa-cookielaw-button-orange:hover {background:#707070;border:none;border-radius:0;padding:13px 30px;line-height:normal;text-shadow:none;height:auto;margin-left:10px;color:#fff;}
.wsa-cookielaw-link,.wsa-cookielaw-link:hover {color:#fff;opacity:0.7;margin:0;margin-left:10px;padding:0px 20px;}
.sm-thumbs {margin-left:-5px;margin-right:-5px;margin-top:25px;}
.sm-thumbs .thumb {padding:5px;}
.sm-thumbs .thumb img {border:1px solid #e6e6e6;}
.all-products-message {display:none;}
.side-reviews {margin-bottom:50px;}
.scrollable .viewport .overview {width:100%;}
.col-description {margin:20px 0;font-size:13px;}
.categories.row {margin:0;}
/* UPDATE 5-12-2016 */
#search .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#fff;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 0px 15px;
}
#search .autocomplete .more {
  padding: 20px 0;
  background-color: #f7f7f7;
  margin-left: -15px;
  padding-left: 15px;
  margin-right: -15px;
}
#search .autocomplete .more a {
  font-size:20px;
  font-weight: 400;
  text-decoration:underline;
}
#search .autocomplete.noresults .more {
  display:none;
}
#search .autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}
#search .autocomplete.noresults .notfound {
  display:block;
}
#search .autocomplete.noresults .search-products {
  display:none;
}
.search-products .product {
  width:50%;
  padding:15px 0px;
  border-bottom:1px solid #ebebeb;
}
.search-products .product:nth-child(n+3) {
  border:none;
}
.search-products .product .image-wrap,
.search-products .product .info {
  display:table-cell;
  vertical-align:middle;
}
.search-products .product .info span {
  margin: 10px 0;
  display:inline-block;
  font-size:12px;
  letter-spacing:0.3px;
}
.search-products .product .image-wrap {
  width:170px;
}
.search-products .product .image-wrap img {
  width: 170px;
}
.search-products .product a {
  display:inline-block;
}
.search-products .product .info {
  padding-left:10px;
}
.search-products .product .info h4 {
  margin:0;
  font-size:18px;
  font-weight:700;
}
.search-products .product .info .price {
  font-weight: bold;
  font-size: 18px;
}
.search-products .product .info .price .old-price {
  font-size:14px;
  font-weight:normal;
  margin-right:5px;
  text-decoration:line-through;
}
.search-products .product .info .price .inc-tax {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.banners .banner .text-box .text-wrap .link.button {
  display: inline-block;
}
.round-corners {
  border-radius:5px!important;
}
.round-corners-top {
  border-radius:5px 5px 0px 0px!important;
}

.round-corners-top-left {
  border-radius:5px 0px 5px 0px!important;
}

.round-corners-bottom {
  border-radius:0px 0px 5px 5px!important;
}
.round-corners-right {
  border-radius:0px 5px 5px 0px!important;
}
.round-corners-left {
  border-radius:5px 0px 0px 5px!important;
}
.ui.selection.dropdown.round-corners > .search.icon, .ui.selection.dropdown.round-corners > .delete.icon, .ui.selection.dropdown.round-corners > .dropdown.icon {
  border-radius:0px 5px 5px 0px!important;
}
.product-option.round-corners .ui.selection.dropdown,
.product-option.round-corners input,
.product-option.round-corners textarea,
.bundle-option.round-corners .ui.selection.dropdown,
.bundle-option.round-corners input,
.bundle-option.round-corners textarea,
.bundle-option.round-corners select {
  border-radius:5px !important;
}
.bundle-option.round-corners .product-configure-variants:before{
  border-top-right-radius:5px !important;
  border-bottom-right-radius:5px !important;
}
.product-option.round-corners .ui.selection.dropdown > .dropdown.icon,
.bundle-option.round-corners .ui.selection.dropdown > .dropdown.icon {
  border-radius:0px 5px 5px 0px;
}
.sidebar ul.side-cats.mobile-tabs li .mobile-tab a,
.sidebar ul.side-cats.mobile-tabs li:first-child .mobile-tab a {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  height: auto;
  min-height: 0;
  line-height: inherit;
  text-decoration: underline;
}

.sidebar ul.side-cats.mobile-tabs ul {
    display: block;
    list-style: initial;
    margin: initial;
    font-size: inherit;
    padding: 0;
    padding-left: 25px;
    border: none;
    margin-bottom: 10px;
}

/* END UPDATE 5-12-2016 */
@media (min-width:768px) and (max-width:991px) {
  #header .main-header .search.left-search #formSearch {width:170px;}
  #header .main-header .hallmark {width:33.3333%;text-align:right;}
  #header .main-header .trustmark-right-wrap{width:25%;}
  /*#header .main-header .hallmark.non-center-hallmark {width:25%;}*/
  #header .main-header .hallmark img {max-width:100px;}
  .right-search-tab {padding-left:30px;}
  #header .main-header .hallmark .hallmark-wrap.small {margin-left:auto;margin-right:0;}
  #header .main-header .hallmark .hallmark-wrap.medium {margin-left:auto;margin-right:0;}
  /*#header .main-header .search #formSearch.wideSearch {max-width: 250px;}*/
  /*.logo-center-tab {text-align:left !important;}*/
  /*#header .main-header .search.right-search-tab {text-align: right;}*/
}
@media (max-width:767px) {
  .home-blog .articles .article .info a.title {
  	max-height:none;
  }
  
  #header .main-header .logo {width:100%;}
  .logo-mobile-move-center {text-align:center;}
  .products .product .title {font-size: 13px !important;}
  .textpage-top h1, .textpage-top h2, .collection-top h1, .gui-blog-article h1, gui-page-title {
    margin-top:50px;
  }
}
@media (min-width:768px) {
.col-sm-20 {width:20%;float:left;padding-left:15px;padding-right:15px;}
}
@media (min-width:992px) {
.col-md-20 {width:20%;float:left;padding-left:15px;padding-right:15px;}
}
@media (max-width:1200px) {
.topbar ul li {padding:12px 20px;}
#header .main-menu ul li a {padding:15px;}
.hero-slider-wrapper .usp-block ul, #header .usp-block ul {font-size:11px;}
}
@media (max-width:991px) {
/* .item.slide-1.with-mobile {background:url(hero-slide-1-tablet.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.hero-wrapper-block .item.slide-2.with-mobile {background:url(hero-slide-2-tablet.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.hero-wrapper-block .item.slide-3.with-mobile {background:url(hero-slide-3-tablet.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;} */
.footer-help {float:left;}
.products .product:hover .quickview-button {opacity:0;visibility:hidden;}
.sm-left {float:left;}
.topbar ul li i {font-size:17px;}
.home-blog .articles .article {width:100%;display:table;}
.home-blog .articles .article .image-wrap {width:40%;display:table-cell;vertical-align:middle;background:#fbfbfb;}
.home-blog .articles .article .info {width:60%;display:table-cell;vertical-align:middle;}
ul.top-pager.bottom {display:block;margin:0;text-align:center;}
.sidewrap {display:none;}
#header .main-header .main-header-inner {padding:15px 0px;}
.hero-slider-wrapper .usp-block ul li, #header .usp-block ul li {display:block;width:100%;text-align:center;}
.banner-1,.banner-1-slide,.banner-3 {height:250px;}
.banner-2,.banner-4 {height:300px;}
.sidewrap {padding:15px;padding-bottom:0;}
#footer .mobile-slide ul {display:none;}
#footer .mobile-slide .footer-title .more-cats {position:absolute;right:0;top:0;height:50px;width:50px;text-align:right;line-height:50px;color:#ffa200;z-index:99;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;}
#footer .mobile-slide .footer-title .more-cats {height:27px;width:27px;line-height:20px;padding:20px 30px;}
#footer .mobile-slide .footer-title > .more-cats .plus-min {width:10px;height:10px;display:inline-block;position:relative;}
#footer .mobile-slide .footer-title > .more-cats .plus-min:before,#footer .mobile-slide .footer-title > .more-cats .plus-min:after {display:block;content:'';width:8px;height:2px;background:#ffa200;position:absolute;top:50%;margin-top:-1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
#footer .mobile-slide .footer-title > .more-cats .plus-min:after {transform:rotate(90deg);}
#footer .mobile-slide .footer-title.active > .more-cats .plus-min:after {transform:rotate(0deg);opacity:0;}

}
@media (max-width:767px) {
.list-product-wrap .variants .variant .price .price-incl {display:block;}
.list-product-wrap .variants .variant .price {padding:10px;width:auto;text-align:left;}
.top-filters .ui.selection.dropdown {width:120px;}
.scrollable .viewport .overview {width:100%;}
.fancybox-overlay .next-product-img,.fancybox-overlay .prev-product-img {margin:0px 15px;}
.banners .banner .text-box .text-wrap {margin-left:30px;margin-right:30px;}
.cart-dropdown .cart-body {max-height:150px;}
.cart-dropdown {width:calc(100% + 30px);left:-15px;}
.products .list-product .order .cart .no-variants {top:100%;left:0;right:auto;}
.productbundle .info {margin-top:20px;}
.topbar .container {padding:0;}
/* .item.slide-1.with-mobile {background:url(hero-slide-1-mobile.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.hero-wrapper-block .item.slide-2.with-mobile {background:url(hero-slide-2-mobile.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.hero-wrapper-block .item.slide-3.with-mobile {background:url(hero-slide-3-mobile.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;} */
.hero-wrapper-block .item .text-box {text-align:center;}
.hero-wrapper-block .item .text-box .text-wrap .title {font-size:30px;}
.hero-wrapper-block .item .text-box .text-wrap .text {font-size:13px;}
.hero-wrapper-block .item .text-box .text-wrap .link {font-size:12px;}
.hero-wrapper-block .item .text-box .text-wrap {margin:0;}
.brands .brand.last-xs {border-right:0;}
.home-products ul.tabs-list li a {padding:10px 7px;}
#footer .newsletter-bar #formNewsletter {-webkit-box-wrap:wrap;-moz-box-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
#footer .newsletter-bar #formNewsletter label {margin-bottom:25px;}
#footer .newsletter-bar #formNewsletter a.btn {top:initial;bottom:0;}
#footer .newsletter-bar #formNewsletter input {width:100%;}
/* .banner-1.with-mobile {background:url(banner-1-mobile.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-1-slide.slide-2.with-mobile {background:url(banner-1-slide-2-mobile.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-1-slide.slide-3.with-mobile {background:url(banner-1-slide-3-mobile.jpg) no-repeat center bottom;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-2.with-mobile {background:url(banner-2-mobile.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-2-right.with-mobile {background:url(banner-2-mobile-right.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-3.with-mobile {background:url(banner-3-mobile.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.banner-4.with-mobile {background:url(banner-4-mobile.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;} */
.topbar ul li.cart-mobile {font-size:25px;padding:4px 20px;background:transparent;}
.product-image-wrap {padding:0px 20%;}
.products .list-product .info {padding:10px;}
.products .list-product .order {padding:10px 0px;text-align:left;}
.products .list-product .variants-btn {padding:0;}
.list-product-wrap .variants .variant .title,.list-product-wrap .variants .variant form {width:auto;}
.list-product-wrap .variants .variant .title {padding:10px;padding-bottom:0;}
.list-product-wrap .variants .variant form {width:190px;}
.products .list-product .image {width:25%;}
.productbundle .bundle-wrap .main-product {width:120px;}
.sidebar ul.side-cats.mobile-tabs li:first-child > a {border-top:1px solid #ececec;}
.product-usp {padding-bottom:20px;}
.share-row {border-bottom:0;}
.products .product .info .price {padding-top:0;}
.mobile-tab {display:none;color:#858585;font-size:13px;line-height:1.8em;padding:10px;font-weight:normal;}
.mobile-tab.first {display:block;}
.products .product .info .buttons {display:block;}
.main-content {padding-top:10px;}
.related h1 {font-size:20px;}
.share-row .link {text-align:center;}
.product-info .cart .change .change-q {height:40px;width:40px;line-height:38px;}
.product-info .cart .change input {height:40px;width:50px;}
.product-info .cart a.btn {height:40px;line-height:40px;width:calc(100% - 146px);font-size:12px;}
.product-info .cart a.btn i {font-size: 14px; margin-right: 5px;}
.product-info .price {text-align:left;}
.product-info .code-price {border:none;}
.page-top {margin-bottom:10px;}
.score-wrap {padding-top:0;border:none;}
.score-wrap a {text-decoration:underline;}
#header .main-header .logo-center-tab {width:33.3333%;text-align:center;}
#header .main-header .logo.small img {width:60px;}
#header .main-header .logo.medium img {width:120px;}
#header .main-header .logo.large img {width:auto !important;max-width:100%;max-height:29px !important;}
.banners .banner .text-box .text-wrap .title {font-size:28px;line-height:30px;}
.banners .banner .text-box .text-wrap .link {font-size:13px;}
#footer .newsletter-bar .text,#footer .newsletter-bar .input {display:block;width:100%;}
#footer .newsletter-bar .input {margin-top:15px;}
#footer .mobile-slide .footer-title,#footer .footer-title.mobile-border-top {border-top:1px solid #444752;padding-top:25px;margin-bottom:25px;position:relative;}
#footer .mobile-slide ul {display:none;}
.newsletter-bar_layout2-fixer {-webkit-box-wrap:wrap;-moz-box-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
#footer .mobile-slide .footer-title .more-cats {position:absolute;right:0;top:0;height:50px;width:50px;text-align:right;line-height:50px;color:#ffa200;z-index:99;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;}
#footer .mobile-slide .footer-title .more-cats {height:27px;width:27px;line-height:27px;padding:20px 30px;}
#footer .mobile-slide .footer-title > .more-cats .plus-min {width:10px;height:10px;display:inline-block;position:relative;}
#footer .mobile-slide .footer-title > .more-cats .plus-min:before,#footer .mobile-slide .footer-title > .more-cats .plus-min:after {display:block;content:'';width:8px;height:2px;background:#ffa200;position:absolute;top:50%;margin-top:-1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
#footer .mobile-slide .footer-title > .more-cats .plus-min:after {transform:rotate(90deg);}
#footer .mobile-slide .footer-title.active > .more-cats .plus-min:after {transform:rotate(0deg);opacity:0;}
#footer .footer-bottom a.back-top {top:inherit;bottom:30px;}
}
@media (min-width:1200px) {
.container {width:100%;max-width:1300px;padding-left:50px;padding-right:50px;}
}
.banner-1 .title span,.banner-1-slide .title span {display:block;}
.w100 {width:100%;}
.h100 {height:100%;}

/* UPDATE 02-03-2017 */
.blog-head, .categorie-head {text-align: center;margin: 40px auto 70px auto;max-width:600px;}
.banner-head {text-align: center;margin: 30px auto 10px auto;max-width:600px;}
.blog-head {margin-top:70px;}
.each-block-head {text-align:center;}
.hero-wrapper-block .item .text-box .text-wrap .subtitle, .each-block-head .subtitle, .video-foreground .subtitle {font-size: 15px;font-weight: lighter;margin-bottom: 5px;letter-spacing: 4px;text-transform: uppercase;}
.each-block-head .title {font-weight:800; font-size:37px;margin: 0 0 5px 0;}
.home-blog.more-than-4 .more a {display:inline-block;}
.article-date {display:block;margin-top:15px;font-size:11px;letter-spacing:1px;font-weight:600;}
.home-products ul.tabs-list li.each-block-head a.active {font-weight: 800;font-size: 37px;margin: 0 0 5px 0;}
.home-products ul.tabs-list {margin-bottom:0px;border:none;}
.home-products .owl-stage {margin: 0 auto;}
/*.tabs .tab.active {margin-bottom: 50px;}*/
/*.homepage-product-bg {background:#ccc;}*/
.home-products ul.tabs-list li.each-block-head {padding: 40px 0;}
.container-fluid.homepage-product-bg .container>.row {margin-left:0;margin-right:0;}
.owl-headlines .owl-controls .owl-nav .owl-prev i:before {content:"\f104";}
.owl-headlines .owl-controls .owl-nav .owl-next i:before {content:"\f105";}
/*.owl-headlines .owl-controls .owl-nav .owl-prev i {font-weight:600;}*/
/*.owl-headlines .owl-controls .owl-nav .owl-next i {font-weight:600;}*/
.owl-headlines .owl-controls .owl-nav .owl-prev,
.owl-headlines .owl-controls .owl-nav .owl-next,
.hero-wrapper-block .owl-controls .owl-nav .owl-prev,
.hero-wrapper-block .owl-controls .owl-nav .owl-next {transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;}
.owl-headlines .owl-controls .owl-nav .owl-prev:hover,
.owl-headlines .owl-controls .owl-nav .owl-next:hover,
.hero-wrapper-block .owl-controls .owl-nav .owl-prev:hover,
.hero-wrapper-block .owl-controls .owl-nav .owl-next:hover {opacity:0.8;}
.tabs .tab.active {position:relative;}
.product-nav {}
.product-nav .prev {position: absolute;left: 12px;top: calc(50% - 116px);;display: block;width: 46px;height: 46px;text-align: center;  line-height: 46px;margin-top: -15px;border: 1px solid #fff;border-radius: 0;color: #000;background: #fff;font-size: 18px;z-index:10;}
.product-nav .next {position: absolute;right: 12px;top: calc(50% - 116px);;display: block;width: 46px;height: 46px;text-align: center;  line-height: 46px;margin-top: -15px;border: 1px solid #fff;border-radius: 0;color: #000;background: #fff;font-size: 18px;z-index:10;}

.owl-headlines .owl-controls .owl-nav .owl-prev, .hero-wrapper-block .owl-controls .owl-nav .owl-prev,#sync1 .owl-controls .owl-nav .owl-prev {position:absolute;left:12px;top:50%;display:block;width:46px;height:46px;text-align:center;line-height:46px;margin-top:-15px;border:1px solid #fff;border-radius:0;color:#000;background:#fff;font-size:18px;}
.owl-headlines .owl-controls .owl-nav .owl-prev i, .hero-wrapper-block .owl-controls .owl-nav .owl-prev i, #sync1 .owl-controls .owl-nav .owl-prev {margin-right:2px;}
.owl-headlines .owl-controls .owl-nav .owl-next, .hero-wrapper-block .owl-controls .owl-nav .owl-next, #sync1 .owl-controls .owl-nav .owl-next {position:absolute;right:12px;top:50%;display:block;width:46px;height:46px;text-align:center;line-height:46px;margin-top:-15px;border:1px solid #fff;border-radius:0;color:#000;font-size:18px;background:#fff;}
.owl-headlines .owl-controls .owl-nav .owl-next i, .hero-wrapper-block .owl-controls .owl-nav .owl-next i, #sync1 .owl-controls .owl-nav .owl-next {margin-left:3px;}
#sync1 .owl-controls .owl-nav .owl-prev, #sync1 .owl-controls .owl-nav .owl-next {background:#000 !important;opacity:0.18;color:#fff;border:none;}
#sync1 .owl-controls .owl-nav .owl-prev {left:0;}
#sync1 .owl-controls .owl-nav .owl-next {right:0;}
#footer .footer-middle {border-top:1px solid #fff;}
#footer .newsletter-bar #formNewsletter a.btn {letter-spacing:0.9px;font-size:13px;height:50px;padding:0px 50px;position:absolute;right:0;top:0;line-height:49px;border:none;border-radius:0;background:#333742;text-transform:uppercase;}
#footer .newsletter-bar #formNewsletter input {width:600px;max-width:100%;height:50px;padding:0px 20px;background:#fff;border:1px solid #ccc;font-size:12px;outline:none;border-radius:0;}
#footer .newsletter-bar #formNewsletter input::-webkit-input-placeholder {color:#000;letter-spacing:0.3px;}
#footer .newsletter-bar #formNewsletter input::-moz-input-placeholder {color:#000;letter-spacing:0.3px;}
#footer .newsletter-bar #formNewsletter input:-ms-input-placeholder {color:#000;letter-spacing:0.3px;}
#footer .newsletter-bar #formNewsletter input:-webkit-input-placeholder {color:#000;letter-spacing:0.3px;}
.footer-bottom-block {margin-right:20px;font-weight:600;}
.footer-bottom-block:hover {text-decoration:underline;}

.hero-wrapper-block .item .text-box .text-wrap .link.button,
.video-foreground .link.button,
.banners .banner .text-box .text-wrap .link.button,
.products .product .quickview-button a.open-popup,
.home-blog .more a {
  border:1px solid #000;
  padding: 16px 40px;
  text-transform: uppercase;
  letter-spacing:0.9px;
  white-space:nowrap;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.home-blog .more a {
  border-color:transparent;
}



/* Transparent buttons */
.hero-wrapper-block .item .text-box .text-wrap .link.button.transparency,
.banners .banner .text-box .text-wrap .link.button.transparency,
.products .product .quickview-button a.open-popup.transparency,
.banners .banner .text-box .text-wrap .link.button.transparency,
.gui-blog-article-more {
  position:relative;
  z-index:1;
}
.hero-wrapper-block .item .text-box .text-wrap .link.round-corners.button.transparency:before,
.banners .banner .text-box .text-wrap .link.round-corners.button.transparency:before,
.products .product .quickview-button a.open-popup.round-corners.transparency:before,
.banners .banner .text-box .text-wrap .link.round-corners.button.transparency:before {
  border-radius:5px;
}
.hero-wrapper-block .item .text-box .text-wrap .link.button.transparency:before,
.banners .banner .text-box .text-wrap .link.button.transparency:before,
.products .product .quickview-button a.open-popup.transparency:before,
.banners .banner .text-box .text-wrap .link.button.transparency:before,
.gui-blog-article-more:before {
  content: "";
  position:absolute;
  border:none;
  top:0;
  left:0;
  bottom:0;
  right:0;
  opacity:0;
  z-index:-1;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
}
/* End Transparent buttons */
.bundled-item-wrapper {position:relative;}
.productbundle .main-product {position:relative;}
.productbundle .linings-right {position:absolute;left:0;display:inline-block;background:transparent;}
.productbundle .linings-left {position:absolute;right:-2px;display:inline-block;background:transparent;}


/*.productbundle .linings-right.line-top-row-right {top: 20%;left:-1px;height: 90px;width: 40px;border-top-left-radius: 10px;border-top:1px solid red;border-left:1px solid red;}*/
/*.productbundle .linings-right.line-mid-row-right {top: 55%;left:-1px;height: 90px;width: 40px;border-bottom-left-radius: 10px;border-bottom:1px solid red;border-left:1px solid red;}*/


.productbundle .linings-left.line-top-row-left {bottom: 56%;height: 15px;width: 40px;border-bottom-right-radius: 10px;border-bottom:2px solid #e1e1e0;border-right:2px solid #e1e1e0;}
.productbundle .linings-left.line-mid-row-left {top: 45%;height: 15px;width: 40px;border-top-right-radius: 10px;border-top: 2px solid #e1e1e0;border-right: 2px solid #e1e1e0;}

.bundled-item-wrapper .grid-cell {position:relative;}
.bundled-item-wrapper .back-lines {position:absolute;top:20%;left:0%;bottom:30%;right:3%;background:transparent;border-radius:10px;border:2px solid #e1e1e0;}
.bundled-item-wrapper .back-lines:before {content: "";left: -2px;position: absolute;top: 44.5%;width: 2px;height: 19px;background: white;border-top-left-radius: 50%;border-bottom-left-radius: 50%;}
/*.bundled-item-wrapper .grid-cell:before {content: "";position:absolute;top:36%;right:0;height:1px;width:10%;background:red;}*/
/*.bundled-item-wrapper .grid-cell .product {background: #fbfbfb;}*/
/*.bundled-item-wrapper .grid-cell:after {content: "";position:absolute;top:36%;left:0;height:1px;width:10%;background:red;}*/
/*.bundled-item-wrapper div.grid-cell:first-child:after {background-color:green;}*/
/*.bundled-item-wrapper div.grid-cell:nth-child(4n):before {display:none;}*/
/*.bundled-item-wrapper div.grid-cell:nth-child(4n):after {display:none;}*/
/*.productbundle .main-product .linings.line-top-row:before {*/
/*  content: "";*/
/*  position:absolute;*/
/*  width:2px;*/
/*  height:300px;*/
/*  background:red;*/
/*  right:0;*/
/*  bottom:100%;*/
/*}*/
/*.productbundle .linings.line-mid-row {top:50%;}*/
/*.productbundle .linings.line-bot-row {top:55%;}*/
/* */
.single-item {background:#fafafa;}
.single-item .banner-bottom-left {-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction:row;-moz-flex-direction:row; -o-flex-direction:row; -ms-flex-direction:row; flex-direction: row;}
.single-item .banner-bottom-right {-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse; -o-flex-direction:row-reverse; -ms-flex-direction:row-reverse; flex-direction: row-reverse;}
.single-item .banners {margin:0;padding:0;}
.single-item .banners .banner {padding:0;margin:0;}
/*.single-item-info {padding:15px 50px;}*/
.single-item-info {width:100%;max-width:50%;padding:15px 50px;}
.single-item-right {width:100%;max-width:50%;padding:0px 50px;}
.single-item .banners .banner .text-box .text-wrap .subtitle {font-size:15px;letter-spacing:4px;font-weight:300;margin-bottom:20px;}
.single-item .banners .banner .text-box .text-wrap .title {font-size:45px;font-weight:900;margin-bottom:35px;}
.single-item .banners .banner .text-box .text-wrap .price {margin-bottom:30px;}
/*.single-item .banners .banner .text-box .text-wrap .price-old {font-size:18px;letter-spacing:2px;margin-right:15px;position:relative;}*/
.single-item .banners .banner .text-box .text-wrap .price-old:before {content:"";position:absolute;left:-5px;top:50%;width:113%;height:1px;transform:rotate(175deg);-webkit-transform:rotate(175deg);-moz-transform:rotate(175deg);-ms-transform:rotate(175deg);-o-transform:rotate(175deg);}
.single-item .banners .banner .text-box .text-wrap .price-new {font-size:32px;font-weight:700;letter-spacing:0px;}

/* .review-image-show {background:url(review-right.png) no-repeat center center;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain; height:50px; width:100%;max-width:180px;position:relative;} */
.review-image-show a {position:absolute;top:0;left:0;right:0;bottom:0;}
.score-usp-block .score-wrap {display:flex;}
.score-usp-block .score-wrap div {margin-right:0px;}
.additional-usp-text {font-size:13px;}


#live-filter-min, #live-filter-max {
  opacity:0;
  width:60px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: -35px;
  left: -21px;
  background: #ff1b5d;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  white-space:nowrap;
  transition:all 0.1s linear;
  -wekit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  -ms-transition:all 0.1s linear;
  -o-transition:all 0.1s linear;
}
#live-filter-min:before, #live-filter-max:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff1b5d;
  top: 100%;
  left: calc(50% - 5px);
}

.filter-price-toggler {
  z-index:9;
  transform:scale(1.1);
}

.price-filter-range .min, .price-filter-range .max {
  min-width:60px;
  text-align:center;
  padding: 4px;
  border-radius: 5px;
  background: #f3f3f3;
  color:#9699a1;
}
/* .price-filter */
.price-filter {padding-bottom:15px;}
.price-filter a {-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
#collection-filter-price {height:10px;border:1px solid #e5e5e5;margin:3px 4px 8px 8px;margin:0;position:relative;background-color:#e0e3e8;}
/* #collection-filter-price .ui-slider-range {background-color:#e0e3e8;border:1px solid #e5e5e5;margin:-1px 0 0 -1px;position:absolute;height:10px;}
#collection-filter-price .ui-slider-handle {display:block;position:absolute;width:18px;height:18px;border-radius:100%;border:1px solid #e0e3e8;top:-5px;margin-left:-10px;cursor:col-resize;background-color:#fff;outline:none;}
#collection-filter-price .ui-slider-handle:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  top: 3px;
  left: 33%;
  background: #e0e3e8;
}
#collection-filter-price .ui-slider-handle:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  top: 3px;
  right: 33%;
  background: #e0e3e8;
} */

.horizontal-slider-col {width:100%;}
.horizontal-slider-col .filter-box {width: calc(100% - 50px);margin: 0 auto;}
.horizontal-slider-col .filter-box .price-filter {padding-bottom:0;}
.horizontal-slider-col .filter-box .price-filter .sidebar-filter-slider {margin-top:19px;}
.price-filter-range {margin-top:10px;font-size:13px;}
.price-filter-range .min,.price-filter-range .max {display:inline-block;}
.price-filter-range .min span,.price-filter-range .max span {font-weight:600;}
.price-filter-range .max {margin-left:15px;}
a.remove-filters {font-weight:bold;color:#ffa200;display:block;position:absolute;right:30px;top:0px;line-height:75px;}
a.remove-filters span {font-size:16px;position:absolute;margin-left:10px;transform: rotate(135deg);-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);}

.custom-top-filters label {display:none;}
.custom-top-filters {background:rgba(233, 234, 238, 0.58);}
.custom-top-filters .filter-dropdown {max-width:33.3333%;width:33.3333%;margin:0;padding:0;position:relative}

.filter-layout-wrapper {padding:40px 20px 0px 20px;}
.filter-layout-wrapper > .grid-cell {margin-bottom:20px;height:30px;}
/*.filter-layout-wrapper > .grid-cell:last-child {margin-bottom:40px;}*/

a.filter-btn {display:inline-block;height:28px;vertical-align:middle;border:1px solid #e1e1e1;padding:0px 10px;line-height:27px;font-size:13px;background:#f3f3f3;font-weight:bold;width:80px;margin-right:10px;position:relative;}
a.filter-btn .icon {position:absolute;width:28px;height:28px;right:0;top:0;text-align:center;line-height:27px;color:#ffa200;}
.custom-top-filters {padding-top:0px;padding-bottom:20px;}
.custom-top-filters label {font-weight:600;font-size:13px;margin:0;margin-right:10px;display:inline-block;vertical-align:middle;}
.custom-top-filters .filter-dropdown .dropdown-title {display:inline-block;width:calc(100% - 25px);height:30px;line-height:28px;border:none;background:#fff;padding:0px 10px;padding-right:40px;position:relative;overflow:hidden;cursor:pointer;margin-bottom:-4px;text-align:left;text-transform:capitalize;}
.custom-top-filters .filter-dropdown .dropdown-title .arrow {position:absolute;color:#ffa200;width:30px;height:30px;right:0;top:0;text-align:center;}
.custom-top-filters .filter-dropdown .filter-dropdown-box {position:absolute;left:13px;top:100%;width: calc(100% - 25px);;background-color:#f7f7f7;border:none;padding:10px;z-index:9999;margin-top:0px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;visibility:hidden;}
.filter-dropdown-box .ui.checkbox label {text-align:left;}
.custom-top-filters .filter-dropdown .filter-dropdown-box.active {opacity:1;visibility:visible;}
.active-filters {padding:20px 0px;border-bottom:1px solid #f3f3f3;margin-top:0px;display:block;position:relative;padding-right:100px;}
.active-filters ul {margin:0;padding:0;list-style:none;display:inline-block;margin-left:20px;}
.active-filters ul li {display:inline-block;margin-right:20px;margin-top:2px;margin-bottom:2px;}
.active-filters ul li input {display:none;}
.active-filters ul li label {background-color: transparent;padding: 0 15px;padding-right: 30px;height: 35px;line-height: 34px;font-size: 13px;margin: 0;display: block;border: 1px solid #f3f3f3;font-weight: normal;color: #88939e;
position: relative;}
ul.top-pager li a {border:none;}
.active-filters ul li label .icon {font-size:16px;position:absolute;right:7px;top:0;width:20px;height:35px;line-height:34px;text-align:center;transform: rotate(135deg);-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);}
.top-filters .ui.selection.dropdown {}
.top-filters .ui.selection.dropdown > .dropdown.icon {border-left:none;display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;line-height:29px;}
.top-filters .ui.selection.dropdown > .dropdown.icon:before {content: "\f107";}

.recently-watched .title {margin-bottom:10px;}
.recently-watched .stars {margin-bottom:10px;}
.recently-watched .products .product .info {background-color:transparent;}
.recently-watched .products .product .info .price {text-align:left;}
.recently-watched .products .product .info .price .inc-tax {text-align:left;}
.recently-watched .price .old-price {display:inline-block !important;}
/*.recently-watched .price .old-price:before {content:"";position:absolute;width:100%;height:1px;top:50%;background:#ccc;transform:translate(10deg);}*/
.recently-watched .price .new-price {display:inline-block !important;vertical-align: sub;font-size:17px !important;}
.recently-watched .price .old-price {font-size:12px;}
.about-page .textpage-top .aboutus-subtitle {font-size: 15px;font-weight: lighter;margin-bottom: 5px;letter-spacing: 4px;text-transform: uppercase; margin-bottom:20px;}
.about-page .textpage-top h1 {font-size:30px;font-weight:900;margin-bottom:20px;}
.about-page img {max-width: 100%;height: auto;}


#comment .gui-block {border:none;background: rgba(233, 234, 238, 0.58);}
 #gui-form .gui-block {}
.gui-page-title {font-size: 15px;font-weight: lighter;margin-bottom: 5px;letter-spacing: 4px;text-transform: uppercase; margin-bottom:20px;}
.gui-blog-article h1 a {font-size:30px; font-weight:900;}
.gui-block-title {font-size:24px; font-weight:700;}
.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image {border:none;}
.gui-blog-article-more {display: inline-block;padding: 15px 20px;font-size: 16px;background: transparent;border: 1px solid #000;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
.gui .gui-blog-article-more a {color: #000;}
/*.gui-blog-article-more:hover {background: #00e7ec;border-color:#00e7ec;}*/

.gui-blog-comment {background: rgba(233, 234, 238, 0.58);}
.gui-form .gui-input input {border:none;}
.gui-form .gui-input {border:1px solid #ccc;;}
.gui-form .gui-text {border:none;}
.gui-form .gui-input input:focus {outline:none;}
.gui-form textarea:focus {outline:none;}
/*.gui a.gui-button-small {border:1px solid #000 !important;padding:10px 40px !important;text-transform:uppercase;letter-spacing:0.7px;}*/
.gui-block-title {font-size:14px;}
#comments h3 {font-weight:600;font-size:20px;}


/* .custom-language-bg > span {background-image:url(flags.png?);background-position:0 -160px;background-repeat:no-repeat;}
.custom-language-da > span {background-image:url(flags.png?);background-position:0 -139px;background-repeat:no-repeat;}
.custom-language-de > span {background-image:url(flags.png?);background-position:0 -20px;background-repeat:no-repeat;}
.custom-language-el > span {background-image:url(flags.png?);background-position:0 -75px;background-repeat:no-repeat;}
.custom-language-en > span {background-image:url(flags.png?);background-position:0 -30px;background-repeat:no-repeat;}
.custom-language-es > span {background-image:url(flags.png?);background-position:0 -53px;background-repeat:no-repeat;}
.custom-language-fr > span {background-image:url(flags.png?);background-position:0 -40px;background-repeat:no-repeat;}
.custom-language-fc > span {background-image:url(flags.png?);background-position:0 -171px;background-repeat:no-repeat;}
.custom-language-it > span {background-image:url(flags.png?);background-position:0 -64px;background-repeat:no-repeat;}
.custom-language-nl > span {background-image:url(flags.png?);background-position:0 -10px;background-repeat:no-repeat;}
.custom-language-no > span {background-image:url(flags.png?);background-position:0 -150px;background-repeat:no-repeat;}
.custom-language-pl > span {background-image:url(flags.png?);background-position:0 -107px;background-repeat:no-repeat;}
.custom-language-pt > span {background-image:url(flags.png?);background-position:0 -96px;background-repeat:no-repeat;}
.custom-language-ru > span {background-image:url(flags.png?);background-position:0 -128px;background-repeat:no-repeat;}
.custom-language-sv > span {background-image:url(flags.png?);background-position:0 -118px;background-repeat:no-repeat;}
.custom-language-tr > span {background-image:url(flags.png?);background-position:0 -86px;background-repeat:no-repeat;}
.custom-language-us > span {background-image:url(flags.png?);background-position:0 -182px;background-repeat:no-repeat;}
.custom-language-en-us > span {background-image:url(flags.png?);background-position:0 -182px;background-repeat:no-repeat;} */

.custom-language > span { display:inline-block; height: 10px;  width: 16px; background-size: 100% auto;}

.ui.selection.dropdown .custom-language > span {
  margin-right:7px;
}

.custom-language-nl > span {
  background-position: 0 -11px;
}

.custom-language-fr > span {
  background-position: 0 -43px;
}

.custom-language-de > span {
  background-position: 0 -22px;
}

.custom-language-en > span {
  background-position: 0px -32px;
}

.custom-dropdown {
  position:relative;
  padding: 12px 15px;
  display:inline-block;
}

.custom-dropdown i {
  margin-left: 7px;
  font-size: 8px;
  margin-top: -3px;
  vertical-align: middle;
}

.custom-dropdown .custom-languages {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  color: #090802;
  z-index:1200;
  padding:15px;
  opacity:0;
  visibility:hidden;
-webkit-transition: -webkit-transform 0.25s, opacity 0.15s, bottom 0.20s;
transition: transform 0.25s, opacity 0.15s, bottom 0.20s;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
filter: alpha(opacity=0);
}

.custom-dropdown .custom-languages .menu a:hover {
  color: #000;
}

.custom-dropdown:hover .custom-languages {
  display:block;
opacity: 1;
visibility:visible;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background:#fbfbfb;
}

.custom-dropdown .custom-languages .custom-title {
  font-size:15px;
}

.custom-dropdown .custom-languages .options {
  white-space: nowrap;
  margin-right: 36px;
  margin-top: 10px;
}

.custom-dropdown .custom-languages .options .option {
  display:inline-block;
  vertical-align:bottom;
  margin-right:5px;
}

.custom-dropdown .custom-languages .options .go {
  display:inline-block;
  vertical-align:bottom;
}

.custom-dropdown .custom-languages .options .go a.btn {
  background: #e9b61b;
  text-align: center;
  height:30px;
  width:40px;
  padding:0;
  line-height:27px;
  border-radius:0;
}

.custom-dropdown .custom-languages .options .go a.btn i {
  font-size:15px;
  margin:0;
}

.custom-dropdown .custom-languages .options .option label {
  display:block;
  font-size:13px;
}

.custom-dropdown .custom-languages:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fbfbfb;
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 19px;
}

.wahl-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: -2px;
}

.product-info .share-links ul li a {
  line-height:27px;
}

.cart-purchase-bottom-block {
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
  left: 25px;
  right: 25px;
}

.tab-3 .product-nav .prev {left:30px;top:calc(50% - 46px);opacity: 0.18;background: #000;color: #fff;}
.tab-3 .product-nav .next {right:30px;top:calc(50% - 46px);opacity: 0.18;background: #000;color: #fff;}

.tab-3 .featured-items-big .product-nav .prev {left:-60px;top:30%;}
.tab-3 .featured-items-big .product-nav .next {right:-60px;top:30%;}


.add-btn-popup .product-info .cart .change {
  display:none;
}
.add-btn-popup .col-md-5, .add-btn-popup .col-md-7 {
  width:50% !important;
}
.add-btn-popup .popup-container-info {
  background:#f7f7f7;
}
.add-btn-popup .popup-container-info, .add-btn-popup .popup-container-img {

}
.add-btn-popup-shopping {
  display:none;
}
.add-btn-popup .add-btn-popup-shopping {
  display:block;
}
/*.quickview-add-btn {*/
/*  display:block;*/
/*}*/
.add-btn-popup .quickview-add-btn {
  display:none;
}
.continue-from-popup {
  margin-right:10px;
}
.add-btn-popup.product-popup .product-image-wrap {
  border:none;
}
.add-btn-popup .popup-container {
  display: -webkit-box;display: -moz-box;display: -webkit-flex; display:-moz-flex; display:-o-flex; display:-ms-flexbox; display: flex; -webkit-flex-direction:row;-moz-flex-direction:row; -o-flex-direction:row; -ms-flex-direction:row; flex-direction: row;padding:0;
}
.add-btn-popup .popup-container .col-md-7, .add-btn-popup .popup-container .col-md-5 {
  -webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;
}
.add-btn-popup .popup-container-info, .add-btn-popup .popup-container-img {
  display: -webkit-box;display: -moz-box;display: -webkit-flex; display:-moz-flex; display:-o-flex; display:-ms-flexbox; display: flex; -webkit-flex-direction:row;-moz-flex-direction:row; -o-flex-direction:row; -ms-flex-direction:row; flex-direction: row;
  -webkit-align-content: center;-moz-align-content: center;-ms-align-content: center;align-content: center;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center;
}
.add-btn-popup .popup-info-wrapper, .add-btn-popup .product-image-wrap {
  -webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;
  max-width:100%;
}
.add-btn-popup .product-info {

}
.add-btn-popup h2 {
  font-size:26px;
  font-weight:900;
  margin-top:5px;
}
.add-btn-popup h5 {
  display:none;
}
.add-btn-popup .description {
  display:none;
}
.add-btn-popup.product-popup .product-info .code-price {
  border:none;
  padding:5px 0;
}
.sutitle-product-popup {
  display:none;
}
.add-btn-popup .sutitle-product-popup {
  display:block;
  font-size: 12px;
  font-weight: lighter;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: lowercase;
}
.sutitle-product-popup-icon {
  margin-right:5px;
}
.add-btn-popup .product-info .code-price .price {
  margin-bottom: 0;
}
.fancybox-opened .fancybox-title {
  display:none;
}
.product-info .cart a.btn.check-from-popup {
  color:#fff;
}
.product-rev-collection .score-wrap {
  padding: 0px 0px 10px 0;
}
.product-rev-collection .score-wrap .small-reviews a {
  line-height:21px;
}
.quanity-refresh {
  margin-left:10px;
  font-size:16px;
}
.product-truck-time {
  margin-right:10px;
  font-size:20px;
}
.ui.dropdown > .dropdown.icon:before {
  content: '\f078';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.remove-description-collection {
  display:none;
}
.col-page-products .product .product-add-cart {
  width:80%;
  margin:0 auto;
}
.col-page-products .product .product-add-cart .product-add-cart-btn {
  line-height:53px;
}
.col-page-products .product .product-add-cart .product-like-btn, .col-page-products .product-add-cart .product-zoom-btn {
  line-height:53px;
  height:55px;
}
.no-cur-language-wrapper {
  min-width:120px;
  width:100%;
}
.no-cur-language {
  display:inline-block;
}

.hero-wrapper-block {
  margin-top:0px;
  margin-bottom:0px;
}
.hero-slider-wrapper {
  position:relative;
  display:inline-block;
  width:100%;
  height: 100%;
  overflow: hidden;
}
.hero-slider-wrapper {
  position:relative;
  display:inline-block;
  width:100%;
  height: 100%;
  overflow: hidden;
}
.hero-video {
	overflow:hidden;
  position:relative;
}
.hero-video video {
	background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  height:100%;
  max-height: calc(100vh - 156px);
}
.video-foreground .onVideo-text-wrapper {
	top:0;
}
@media(min-width:700px) and (max-width:950px) {
  .hero-block_forVideo {
  	overflow:hidden;
  }
  .hero-video {
  	max-width: 100%;
    width: 100%;
    overflow:inherit;
  }
  .hero-block.hero-block_forVideo.img-left .hero-video video {
  	object-position: right;
  }
  .hero-block.hero-block_forVideo.img-left .hero-block_text-forVideo {
		margin-left: -33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .hero-block.hero-block_forVideo.img-left .hero-block_text-forVideo .text-block_wrapper {
  	padding: 3rem 2rem;
    margin-left:0;
    margin-right:0;
  }
  .hero-block.hero-block_forVideo.img-right .hero-video video {
  	object-position: left;
  }
  .hero-block.hero-block_forVideo.img-right .hero-block_text-forVideo {
		margin-right: -33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .hero-block.hero-block_forVideo.img-right .hero-block_text-forVideo .text-block_wrapper {
  	padding: 3rem 2rem;
    margin-left:0;
    margin-right:0;
  }
}
@media(max-width:700px) {
  .hero-video,
  .hero-video video {
  	min-height:450px;
    width:100%;
    max-width:100%;
    overflow: hidden;
  }
}
/* .video-foreground {
  position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
.video-foreground iframe {
  position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
} */
.hero-slider-wrapper .usp-block.header-usp-top {top:0px;}
.hero-slider-wrapper .usp-block.header-usp-bottom {bottom:0px;}
.home-content {
  padding-top:0 !important;
}
.hero-slider-wrapper .usp-block.header-usp-top {top:0px;}
.hero-slider-wrapper .usp-block.header-usp-bottom {bottom:0px;}
.home-content {
  padding-top:0 !important;
}

.single-item .banners .banner .text-box .text-wrap .price-old {font-size:18px;letter-spacing:2px;position:relative;}
/* END UPDATE 02-03-2017 */

/*UPDATE April 14 2017*/
.productpage-data3 {
  width:100%;
  height:auto;
  margin:0 auto;
  display:block;
}
.productpage-data3 img {
  width:100%;
  height:auto;
}

/* bundle update */
.main-product-wrapper {
  position: relative;
}
.main-product-wrapper:before {
  content: "+";
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  line-height: 23px;
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.bundled-item-self {padding:10px;}
.bundled-item-self:before {
  content: "+";
  position: absolute;
  top: calc(50% - 18px);
  right: -10px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 14px;
  display: inline-block;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.bundled-item-wrapper .bundled-item-self:last-child:before {
  content: none;
}
.bundled-item-wrapper .bundled-item-self:nth-child(3n):before {
  content: none;
}
.bundle-info .image-wrap img {max-width:100%;}
/*END UPDATE April 14 2017*/


/* UPDATE April 26 2017*/

.subnav.for-cat-subnav {
  height:590px;
  filter: brightness(65%);
  -webkit-filter: brightness(65%);
  -moz-filter: brightness(65%);
  -ms-filter: brightness(65%);
  -o-filter: brightness(65%);
}
.cat-main {
  padding: 14px;
}
#header .main-menu .subnav.for-cat-subnav {
  position: absolute;
  left:0;
  width: 230px;
  top: 100%;
  padding: 0px;
  text-transform: none;
  z-index: 999;
  background-color: #fff;
  opacity:0;
  visibility:hidden;
  border-top:none;
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  transition:none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
#header .main-menu .subnav {
  position:absolute;
  left:0;
  width:100%;
  top:100%;
  padding:0px;
  padding-top:0px;
  text-transform:none;
  z-index:999;
  background-color:#fff;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  opacity:0;
  visibility:hidden;
  border-top:1px solid #efefef;
  box-shadow: 0px 5px 5px -4px #383838;
  -webkit-box-shadow: 0px 5px 5px -4px #383838;
  -moz-box-shadow: 0px 5px 5px -4px #383838;
  -ms-box-shadow: 0px 5px 5px -4px #383838;
  -o-box-shadow: 0px 5px 5px -4px #383838;
}
#header .main-menu li:hover .subnav {opacity:1;visibility:visible;}
#header .main-menu ul li.categorie-menu-item:hover {
  background-color: #fff;
}
#header .main-menu ul li.categorie-menu-item:hover > a {
  color: #000;
}
#header .main-menu .subnav.for-cat-subnav ul li {
  position: relative;
}
.subnav.for-cat-subnav .subnav-title {
  width: 100%;
  padding:14.7px 11px;
  border-right:1px solid #e2e2e2;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
}
.subnav.for-cat-subnav .subnav-title:hover {
  border-right:none;
  background-color:#e2e2e2;
  border-top:1px solid #cecece;
  border-bottom:1px solid #cecece;
}
#header .main-menu .subnav.for-cat-subnav .subnav-title a {
  text-align:left;
}
#header .main-menu .subnav.for-cat-subnav .subnav-title a i {
  float: right;
  line-height: 18px;
  margin: 0;
  font-size: 18px;
}
#header .main-menu .subnav.for-cat-subnav .subnav-title:hover .subnav-menu-subsub {
  visibility: visible;
  opacity: 1;
}
.subnav.for-cat-subnav .subnav-menu-subsub {
  width: 750px;
  height: 590px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0px;
  left: 230px;
  background: #fff;
  margin: 0 !important;
  padding: 20px 15px 15px 15px !important;
}
.subnav.for-cat-subnav .subnav-menu-subsub-wrap>.grid-cell {
  max-width: 33.3333%;
  width: 33.3333%;
}
.subnav.for-cat-subnav .subnav-menu-subsub li {
  padding: 4px;
}
.subnav.for-cat-subnav .category-title-sub {
  display: block;
  font-size: 17px;
  margin-top: 6px;
  margin-left: 6px;
  font-weight: 700 !important;
}
#header .main-menu .subnav.for-cat-subnav ul {
  text-align: left !important;
}
#header .main-menu .subnav.for-cat-subnav ul {
  margin-top:3px;
  padding-bottom: 10px;
}

#header .main-menu .subnav.for-cat-subnav .cat-more {
  width: 100%;
  display: inline-block;
  padding: 15px;
  position: absolute !important;
  bottom: 0;
}
#header .main-menu .subnav.for-cat-subnav ul li a {
  font-weight: 400;
}
#header .main-menu ul li .small-dropdown {display:none;position:absolute;left:20px;top:100%;z-index:999;background:#f9f9f9;margin:0;width:200px;text-transform:none;}
#header .main-menu .subnav.for-cat-subnav .small-dropdown {display:none;position:absolute;left:0px;top:100%;z-index:999;background:#f9f9f9;margin:0;width:200px;text-transform:none;}


#header .main-menu .categorie-menu-item:hover::after {
  content: "";
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 3;
  padding: 5000px;
  left:-1000px;
  top:-1000px;
  pointer-events: none;
}
.categorie-menu-item:hover {
  z-index: 9999;
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
  -ms-filter: brightness(150%);
  -o-filter: brightness(150%);
}
#header .main-menu .subnav.for-cat-subnav .cat-more-subs {
  display: block;
  width: 100%;
  text-align: right;
  margin-right: 25px;
}
#header .main-menu .subnav.for-cat-subnav .arrange-cats {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  /*text-transform:uppercase;*/
}
.cat-fixed {
  position: fixed !important;
  z-index: 9999;
  top:0px;
}
#header .main-menu .cat-fixed>a {
  padding: 23.5px 15px;
}

.language-bar-wrapper.bar-mover {
  transition: .1s ease;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -ms-transition: .1s ease;
  -o-transition: .1s ease;
  padding-left:150px;
}
#header .main-menu .subnav.for-cat-subnav .subsub {background: #fff;}
#header .main-menu .subnav.for-cat-subnav .subnav-title {
  transition:none;
}
#header .main-menu .subnav.for-cat-subnav .subnav-title a {
  transition:none;
}
#header .main-menu .subnav.for-cat-subnav .subnav-image .subnav-image-block {width:100%;padding-bottom:20px;}
.overflow-out {
  overflow-x:hidden;
}
#header .main-menu .subnav.for-cat-subnav .subnav-image .subnav-image-block img {max-width:200px;width:100%;}
#header .main-menu ul.category-menu  {text-align:left;}

/* END UPDATE April 26 2017*/

/* UPDATE MAY 18th */

.product-description img{
  max-width:100% !important;
}
.yotpo .yotpo-regular-box {
  border-top:none !important;
}
.yotpo .text-m { display:none !important;}
/* END UPDATE MAY 18th */

/* UPDATE MAY 22 */
@media (min-width:992px) {
  .product-collection .img .second, .product-collection .img .first {
    /*position:absolute;*/
    top:0;
    left:0;
  }
  .product-collection .img .second {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity:0;
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
  }
  
  .product-collection.loaded:hover .img .second {
    opacity:1;
    visibility:visible;
    
  }
  .product-collection.loaded:hover .img .second img {
    margin:0 auto;
    display:block;
  }
  .product-collection .info {
    padding-top:20px !important;
  }
  .product-collection .enlarge a {
    position:absolute;
    z-index:1;
    bottom:0;
    right:0;
  }
}
/* END UPDATE MAY 22 */

.popup-slider .item {
  display:none;
}
.popup-slider .item:first-child {
  display:block;
}

/* Bundle update 16-06-2017 */

.bundle-product-info.product-info div {display:block;text-align:left;margin-bottom:10px;}
.bundle-product-info.product-info .old-price {font-size:14px;}
.bundle-product-info.product-info .price {font-size:25px;font-weight:700;display:inline-block;line-height:25px;vertical-align:bottom;}
.bundle-product-info.product-info .new-price {font-size:25px;}
.bundle-product-info.product-info .inc-tax {font-size:11px;}
.products .product .info .old-price {font-size:13px;font-weight:bold;vertical-align:middle;text-decoration:line-through;margin-right:0px;color:#ffa200;display:block;height:18px;}
.product-info .old-price {font-size:14px;font-weight:bold;vertical-align:bottom;text-decoration:line-through;margin-right:10px;color:#ffa200;display:inline-block;}

/* End bundle update */

/* VIDEO BTN UPDATE */

.buttons {
  position:absolute;
  z-index:99999999;
  right:0;
  right: calc(50% - 34px);
  bottom: calc(50% - 23px);
  background-color: #e62117;
  width: 68px;
  height: 48px;
  text-align: center;
  border-radius: 11px;
  opacity: 1;
}
.buttons .button {
  font-size:33px;
  display:none;
}

/* VIDEO BTN UPDATE END*/
.banner-inner_link {
	position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-inner_link-button {
	position:relative;
  z-index:1;
}
.product-timings .green span { text-transform: inherit;}
.add-btn-popup-shopping {
	opacity:1;
  visibility:visible;
  transition:all .2s ease;
  transform:translateY(0);
  position:inherit;
}
.nonSubmittable .add-btn-popup-shopping {
  position:absolute;
	visibility:hidden;
  opacity:0;
  transform:translateY(100%);
  transition:all .2s ease;
}
.unavailable-product-popup {
  position:absolute;
  font-size: 17px;
  color: #e00303;
  font-weight: 600;
	visibility:hidden;
  opacity:0;
  transition:all .2s ease;
  transform:translateY(100%);
}
.nonSubmittable i {
	margin-right:9px;
}
.nonSubmittable .unavailable-product-popup {
  position:inherit;  
  font-size: 15px;
  color: #e00303;
  font-weight: 500;
	opacity:1;
  visibility:visible;
  transition:all .2s ease;
  transform:translateY(0);
}
/* .footer-bottom .container {
	position:relative;
}
.trustmark-right-wrap-footer {
	position: absolute;
  left: 15px;
} */
.trustmark-right-wrap-footer img {
	max-width:80px;      
}
.page-content_top {
	margin-bottom:25px;
}
.content-image_block {
	max-width:40%;
  width:40%;
  padding-right:20px;
}
.content-text_block {
	max-width:60%;
  width:60%;
}
@media(max-width:768px) {
  .page-content.grid {
  	-webkit-box-orient: vertical;-moz-box-orient: vertical;-webkit-flex-direction:column;-moz-flex-direction:column; -o-flex-direction:column; -ms-flex-direction:column; flex-direction:column;
  }
  .content-image_block {
    max-width:100%;
    width:100%;
    margin-bottom:15px;
  }
  .content-text_block {
    max-width:100%;
    width:100%;
  }
}
@media(min-width:768px) and (max-width:991px) {
  .col-page-products .product:nth-child(3n) {
  	border-right:none !important;
  }
  .row.products.col-page-products {
    border-right: 1px solid #e1e1e1;
  }
}
.hero-slider-wrapper .white-transparant a,
.hero-slider-wrapper .black-transparant a,
.usp-block.black-transparant a,
.usp-block.white-transparant a,{
	background:transparent;
}
.usp-block_single li {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align:center;
  width: 100%;
  min-width: 100%;
}
.video-foreground.youtube-one {
  position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
.video-foreground.youtube-one iframe {
  position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-description p,
.product-description span,
.product-description ul li,
.product-description table tr td {
  font-size: 15px;
}
.legal-block {
	font-size:11px;
  margin-top:7px;
}
.product-info .small-reviews {
	cursor:pointer;
}
/* UPDATE June 1 (cart dropdown fixes) */
@media (max-width:768px) {
  .incart-product-quanity {
		width:36px !important;
	}
  .cart-product-wrapper img {
    max-width: 70px !important;
  }
  .cart-dropdown .product .info {
  	padding-right:18px;
  }
  .cart-dropdown .cart-body {
    height: calc(100vh - 400px) !important;
    height: -moz-calc(100vh - 400px) !important;
    height: -webkit-calc(100vh - 400px) !important;
  }
}
.hero-free-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* UPDATE June 1 (cart dropdown fixes) */
@media (max-width:768px) {
  .spec-wrapper span {
  	width: 45% !important;
    margin-right: 1%;
  }

}

/* UPDATE August 20 (Brand Responsive Fixes) */
@media (max-width:768px) {
  .brands .brand .brand-title {
  	display: none;
  }
}
ul.top-pager li a.active {
	color: #e03e4c; 
}

.divide-line{
	margin: 0 4px;
}
.cart-page-products {
	display:block;
  margin-bottom:50px;
}
.cart-page-products .product-block {
	display:inline-block;
  width:100%;
}
.cart-page-products h4 {
	margin-bottom:20px;
}
.single-item .banners .banner .text-box .text-wrap .title {
	font-weight: 700;
}

.products .product .image-wrap{
  background-color: transparent!important;
}

#gui-wrapper .gui-blog-article.gui-blog-article-image header{
  position: relative;
  height: auto;
}

/* .product.special-product.height-small { height: auto !important; } */
.buy-mobile-width-fixer.height-small { height: 10px !important; }

.ui-slider-a { }
.ui-slider-a span { display: block; position: relative; float: right; width: calc(50% - 35px); margin: 0 0 10px; }
.ui-slider-a span:first-child { float: left; }
.ui-slider-a .slider { clear: both; }
.ui-slider-a label { display: block; position: absolute; left: auto; right: 100%; top: 0; width: 50px; font-weight: 400; line-height: 30px; text-align: center; }
.ui-slider-a input { width: 100%; height: 30px; padding: 0 11px; color: #000; font-size: 13px; border:none; }

.ui-slider { display: block; position: relative; height: 24px; margin-left: 12px; margin-right: 12px; }
.ui-slider:before { content: ""; display: block; position: absolute; left: -12px; top: 50%; right: -12px; z-index: 1; height: 8px; margin: -4px 0 0; border-radius: 4px; border: 1px solid #ececec; background: #fff; }
.ui-slider .ui-slider-handle { position: absolute; top: 0; z-index: 3; width: 24px; height: 24px; margin: 0 0 0 -12px; box-shadow: 0 2px 2px rgba(0,0,0,.16); border-radius: 25px; background: #ff6602; cursor: default; -ms-touch-action: none; touch-action: none; outline: none; transition:none; }
.ui-slider .ui-slider-range { display: block; position: absolute; top: 50%; z-index: 2; height: 8px; margin: -4px 0 0; border: 1px solid #ececec; background: #f5f5f5; opacity:.6; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

p.ui-slider-a {
	width: calc(100% - 30px);
  margin: 0 auto;
}
@media(max-width:768px) {
  .ui-slider-a input {
  	border:1px solid #dcdcdc;
  }
}
#collection-filter-price .ui-slider-range {background-color:#da4f46;border:1px solid #e5e5e5;margin:-1px 0 0 -1px;position:absolute;height:10px;top:0;}
#collection-filter-price .ui-slider-handle {display:block;position:absolute;width:18px;height:18px;border-radius:100%;top:-5px;margin-left:-10px;cursor:col-resize;background-color:#da4f46;outline:none;}

/* .filter-layout-wrapper > .grid-cell.horizontal-slider-col {
    margin-bottom: 45px;
} */
.filter-layout-wrapper > .grid-cell {
    margin-bottom: 45px;
}

img.lazy { opacity: 0; transition: 0.2s; }
img.lazy.loaded { opacity: 1; }

/* Retail locations */
.product-info .product-timings .retail-locations .product-inventory-location-label { font-weight: 400 !important; text-decoration: none; }
#gui-modal-product-inventory-location-wrapper { position: relative; z-index: 9999; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-background { z-index: 999; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location { left: 50%; max-height: 90vh; max-width: 90%; min-height: 40vh; padding: 50px 40px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 566px; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-header { background: #fff; padding: 0 0 30px; }
#gui-modal-product-inventory-location-wrapper #gui-modal-product-inventory-location-close { color: #ADADBA; font-size: 0; }
#gui-modal-product-inventory-location-wrapper #gui-modal-product-inventory-location-close::before { content: "\f00d"; font-family: 'FontAwesome'; font-size: 22px; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-label { color: var(--bodyText); font-size: 21px; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content { max-height: 500px; }
#gui-modal-product-inventory-location-wrapper p { margin-bottom: 5px; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content-row { padding-left: 0; padding-right: 0; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content-row .bold { font-size: 16px; line-height: normal; }
#gui-modal-product-inventory-location-wrapper .gui-product-inventory-address { color: var(--bodyText); font-size: 14px; font-weight: 400; line-height: normal; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content-row-divider { border-bottom: 1px solid #F1F1F1; margin: 30px 0; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content-row:first-of-type hr:first-of-type { border: none; margin: 0; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content-row:last-of-type hr { margin-bottom: 0; border: none; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-footer { font-size: 14px; font-weight: 400; line-height: normal; padding: 20px 0 0; text-align: center; }
#gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content .gui-modal-product-inventory-location-footer { color: var(--bodyText); font-size: 16px; padding: 0; text-align: left; }
@media only screen and (max-width: 575.98px) {
  .product-info .product-timings { flex-wrap: wrap; }
  .product-info .product-timings .retail-locations { flex-wrap: wrap; margin-top: 5px; }
  #gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location { max-height: 75vh; padding: 30px 20px; }
  #gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-label { font-size: 16px; }
  #gui-modal-product-inventory-location-wrapper #gui-modal-product-inventory-location-close::before { font-size: 16px; }
  #gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-header { padding-bottom: 15px; }
  #gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content { max-height: 50vh; }
  #gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content .gui-modal-product-inventory-location-footer { font-size: 14px; }
  #gui-modal-product-inventory-location-wrapper .gui-modal-product-inventory-location-content-row-divider { margin: 15px 0; } 
}
/* END Retail locations */