/* =Header
*******************************************************************************/
.languageswitcher {
  float: right;
  height: 100%;
  width: 71px;
  padding: 10px 0px 0px;
  margin-right: 35px;
  font-size: 14px;
  /*.select {
		width: 82px;
	
		select {
			font-size: @head-font-size;
			color: #000;
			
			&:hover {
				color: @color-hover;
			}				
		}
	}*/
  position: relative;
  cursor: pointer;
}
.languageswitcher:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: 0 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  content: '';
  float: right;
  margin-top: 3px;
}
.languageswitcher .lang-switcher {
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 157px;
  box-shadow: 0 5px 10px -5px #b2b2b2;
}
.languageswitcher .lang-switcher li {
  display: block;
  height: 32px;
  padding: 4px 0px 0px 20px;
  cursor: default;
}
.languageswitcher .lang-switcher li:first-child {
  border-bottom: 1px solid #ccc;
  height: 38px;
  padding-top: 12px;
}
.languageswitcher .lang-switcher .active {
  color: #e20000;
  cursor: pointer;
}
.languageswitcher .lang-switcher {
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 100%;
  z-index: 10;
  transition-duration: .3s;
}
.languageswitcher .lang-switcher:hover {
  height: 71px;
}
.languageswitcher:hover .lang-switcher {
  height: 71px;
  transition-duration: .3s;
}
/* language switcher */
.header {
  z-index: 20;
  position: relative;
  /* simple menu */
}
.header .simplemenu {
  float: right;
  padding-top: 10px;
}
@media only screen and (max-width: 959px) {
  .header .simplemenu {
    padding-top: 2px;
  }
}
.header .simplemenu ul > li {
  padding: 0 40px 0 0;
  float: left;
}
@media only screen and (max-width: 959px) {
  .header .simplemenu ul > li {
    padding-right: 18px;
  }
}
.header .simplemenu a {
  color: #000;
}
@media only screen and (max-width: 959px) {
  .header .simplemenu a {
    display: block;
    position: relative;
    padding-top: 18px;
    font-size: 12px;
  }
}
.header .simplemenu a:hover {
  color: #e20000;
}
.header .simplemenu a:before {
  content: '';
  position: relative;
  margin-right: 5px;
  top: 3px;
}
.header .simplemenu .icon-mydigicell a:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: -20px 0;
  width: 13px;
  height: 15px;
  display: inline-block;
}
.header .simplemenu .icon-mydigicell a:hover::before {
  background-position: -20px -20px;
}
.header .simplemenu .icon-findstore a:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: -40px 0;
  width: 11px;
  height: 16px;
  display: inline-block;
}
.header .simplemenu .icon-findstore a:hover::before {
  background-position: -40px -20px;
}
.header .simplemenu .icon-topup a:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: -60px 0;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.header .simplemenu .icon-topup a:hover::before {
  background-position: -60px -20px;
}
.header .simplemenu .icon-contact a:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: -80px 0;
  width: 9px;
  height: 16px;
  display: inline-block;
}
.header .simplemenu .icon-contact a:hover::before {
  background-position: -80px -20px;
}
.header .simplemenu .icon-chat a:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: -480px -160px;
  width: 18px;
  height: 15px;
  display: inline-block;
}
.header .simplemenu .icon-chat a:hover::before {
  background-position: -480px -190px;
}
@media only screen and (max-width: 959px) {
  .header .simplemenu a:before {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
  }
}
.head-top {
  background: #fff;
  height: 39px;
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 959px) {
  .head-top {
    height: 42px;
  }
}
.head-top .frame {
  height: 100%;
}
.head-top .ecommerceextendedcartinfo {
  float: right;
  width: 55px;
  height: 100%;
  /* 39 */
  margin: 0;
  padding: 0;
}
.head-top .cart-preview {
  position: relative;
  height: 100%;
  /* 39 */
}
.head-top .cart-preview .cart {
  display: block;
  width: 55px;
  height: 100%;
  /* 39 */
  background: #e20000;
  cursor: pointer;
  float: right;
}
.head-top .cart-preview .cart:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: -100px 0;
  width: 24px;
  height: 19px;
  display: inline-block;
  content: '';
  margin: 9px 0 0 13px;
}
.head-top .cart-preview .jq-cartable {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 290px;
  padding: 20px 30px 13px;
  background: #fff;
  font-size: 14px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.head-top .cart-preview .jq-cartable.active {
  display: block;
}
.head-top .cart-preview .jq-cartable .cart-item {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.head-top .cart-preview .jq-cartable .cart-item:last-child {
  margin-bottom: 9px;
}
.head-top .cart-preview .jq-cartable .cart-item .remove {
  position: absolute;
  right: 0;
  bottom: 39px;
  color: #e20000;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
}
.head-top .cart-preview .jq-cartable .cart-img {
  float: left;
  width: 60px;
  margin-right: 4px;
}
.head-top .cart-preview .jq-cartable .cart-img img {
  max-width: 100%;
}
.head-top .cart-preview .jq-cartable .cart-itm-desc {
  position: absolute;
  width: 100%;
  padding-left: 64px;
  bottom: 20px;
  line-height: 20px;
}
.head-top .cart-preview .jq-cartable .cart-itm-desc strong {
  font-size: 16px;
}
.head-top .cart-preview .jq-cartable .cart-subtotal {
  padding-bottom: 8px;
  margin-bottom: 11px;
  border-bottom: 1px solid #ccc;
}
.head-top .cart-preview .jq-cartable .button {
  height: 37px;
  line-height: 33px;
  font-size: 14px;
  padding: 0 16px;
}
.head-top .cart-preview .jq-cartable .button:hover {
  color: #fff;
}
.head-top .cart-preview .jq-cartable .btn-cart {
  float: left;
}
.head-top .cart-preview .jq-cartable .btn-checkout {
  float: right;
  border-color: #e20000 !important;
  /* no hover */
  color: #e20000;
}
.head-top .cart-preview .jq-cartable .btn-checkout:hover {
  background: #e20000;
}
.head-top .cart-preview:hover .jq-cartable {
  display: block;
}
.head-top a {
  font-size: 14px;
  color: #000;
}
@media only screen and (max-width: 959px) {
  .head-top a {
    font-size: 12px;
  }
}
.head-top a:hover {
  color: #e20001;
}
.head-top .ecommercecartinfo {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 959px) {
  .head-top .languageswitcher,
  .head-top .desktop-menu-only {
    display: none;
  }
  .head-top .frame {
    padding: 0;
  }
}
/* head-top */
.head-mid {
  position: relative;
  z-index: 10;
  height: 81px;
  box-shadow: inset 0 2px 6px -2px #aaaaaa;
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #eaeaea;
  /* media tablet */
  /* =Main Nav */
}
.head-mid .combo-mobile-menu {
  height: 100%;
  z-index: 200;
}
@media only screen and (max-width: 959px) {
  .head-mid {
    height: 58px;
    box-shadow: none;
  }
  .head-mid .frame {
    padding: 0;
  }
  .head-mid .combo-mobile-menu {
    display: none;
    clear: both;
    background: #fff;
    height: auto;
    overflow: auto;
  }
  .head-mid .mobile-menu-button {
    background: url(../png/sprites.png) no-repeat;
    background-position: -360px -50px;
    width: 26px;
    height: 22px;
    display: inline-block;
    float: right;
    margin: 17px 17px 19px 0;
    cursor: pointer;
  }
  .head-mid .mobile-menu-button.active {
    display: block;
  }
  .head-mid .simplemenu {
    float: right;
    height: 37px;
  }
  .head-mid .simplemenu li {
    display: none;
  }
  .head-mid .simplemenu li.icon-mydigicell,
  .head-mid .simplemenu li.icon-chat {
    display: block;
  }
  .head-mid .simplemenu li a {
    padding-top: 10px;
  }
  .head-mid .simplemenu li a:before {
    display: inline-block;
    position: relative;
    left: auto;
    margin: 0;
  }
  .head-mid .simplemenu li.icon-mydigicell a:before {
    margin-right: 4px;
  }
  .head-mid .simplemenu li.icon-chat {
    padding-right: 22px;
  }
  .head-mid .simplemenu li.icon-chat a:before {
    float: right;
    margin-left: 8px;
  }
  .head-mid .languageswitcher {
    font-size: 12px;
    padding: 0px 17px 0 15px;
    margin: 12px 18px 0 0;
    width: 105px;
    height: auto;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    z-index: 20;
  }
}
.head-mid .logo {
  float: left;
  background: center / auto 100% url(../png/logo.png) no-repeat;
  width: 186px;
  height: 47px;
  margin-top: 22px;
}
@media only screen and (max-width: 959px) {
  .head-mid .logo {
    width: 135px;
    height: 34px;
    margin: 13px 0 0 14px;
  }
}
.head-mid .frame {
  height: 100%;
}
.head-mid .advancedmenu {
  float: right;
}
@media only screen and (max-width: 959px) {
  .head-mid .advancedmenu {
    float: none;
    clear: both;
  }
}
.head-mid .nav {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.head-mid .nav > li {
  float: left;
  position: relative;
  margin-right: 34px;
}
.head-mid .nav > li > a {
  display: block;
  height: 81px;
  padding: 40px 0 0;
  text-transform: uppercase;
  color: #000;
}
.head-mid .nav > li:hover > a,
.head-mid .nav > li.active > a {
  color: #e20000;
}
.head-mid .nav > li.show-submenu > ul,
.head-mid .nav > li:hover > ul {
  display: block;
}
.head-mid .nav > li.megamenu > ul {
  left: -64px;
  z-index: 201;
}
.head-mid .nav ul {
  display: none;
  position: absolute;
  white-space: nowrap;
  width: 210px;
  z-index: 10;
  padding-top: 5px;
  top: 80px;
  left: 0;
}
.head-mid .nav ul li {
  display: block;
}
.head-mid .nav ul a {
  display: block;
  background: #fff;
  color: #424242;
  padding: 0 2px 0 30px;
  font-size: 16px;
  height: 59px;
  line-height: 59px;
  font-weight: normal;
  border: 1px solid #d7d7d7;
  border-top: none;
}
.head-mid .nav ul a.current-menu-item {
  background: #f3f2f2;
  font-weight: bold;
}
.head-mid .nav ul a:hover {
  background: #00bfa5;
  color: #fff;
  font-weight: bold;
  box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.3);
  border: none;
}
.head-mid .nav ul li:hover > ul {
  display: block;
}
.head-mid .nav ul li:first-child {
  border-top: 1px solid #d7d7d7;
}
.head-mid .nav ul ul {
  top: 0;
  left: 100%;
}
@media only screen and (max-width: 959px) {
  .head-mid .nav {
    float: none;
    margin: 0;
  }
  .head-mid .nav > li {
    float: none;
    margin: 0;
  }
  .head-mid .nav > li.has-dropdown .dropdown-arrow {
    position: absolute;
    display: block;
    width: 41px;
    height: 45px;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 20;
  }
  .head-mid .nav > li.has-dropdown .dropdown-arrow:before {
    content: '';
    background: url(../png/sprites.png) no-repeat;
    background-position: -260px 0;
    width: 14px;
    height: 8px;
    display: inline-block;
    margin: 23px 17px 0 13px;
  }
  .head-mid .nav > li:hover ul {
    display: none;
  }
  .head-mid .nav > li.active ul {
    display: block;
  }
  .head-mid .nav > li.active.has-dropdown .dropdown-arrow:before {
    background-position: -260px -20px;
  }
  .head-mid .nav > li > a {
    height: 45px;
    padding: 17px 17px 0;
  }
  .head-mid .nav ul {
    position: relative;
    left: 0 !important;
    /* because of .megamenu */
    top: 0;
    width: 100%;
    padding: 0;
  }
  .head-mid .nav ul a {
    height: 45px;
    line-height: 44px;
    padding-left: 44px;
    border-left: none;
    border-right: none;
  }
}
.megamenu-container {
  position: absolute;
  display: block;
  height: 307px;
  width: 0;
  padding: 5px 0;
  background: #fff;
  overflow: hidden;
  transition-duration: 0s;
  border-bottom: 1px solid #d7d7d7;
  z-index: 200;
}
@media only screen and (max-width: 959px) {
  .megamenu-container {
    display: none !important;
    /* because of actions in JS eg. on hover */
  }
}
.megamenu-container .frame {
  height: 100%;
  overflow: hidden;
}
.megamenu-container.active {
  width: 100%;
  transition-duration: 0s;
}
.megamenu-container .image {
  float: left;
  background: center / cover url(../jpg/megamenu.jpg) no-repeat;
  height: 100%;
  width: 50%;
}
.megamenu-container .unslider-container {
  float: right;
  width: 309px;
  position: relative;
}
.megamenu-container .unslider-container .unslider-arrow {
  top: 96px;
  width: 15px;
  height: 25px;
}
.megamenu-container .unslider-container .unslider-arrow:before {
  content: '';
  position: relative;
  background: url(../png/sprites.png) no-repeat;
  background-position: -170px -110px;
  width: 15px;
  height: 25px;
  display: inline-block;
}
.megamenu-container .unslider-container .unslider-arrow:hover::before {
  background-position: -213px -110px;
}
.megamenu-container .unslider-container .unslider-prev {
  left: 0;
}
.megamenu-container .unslider-container .unslider-next:before {
  background-position: -190px -110px;
}
.megamenu-container .unslider-container .unslider-next:hover::before {
  background-position: -230px -110px;
}
.megamenu-container .catalog-item {
  position: relative;
  width: 25%;
  overflow: hidden;
  padding: 0 20px;
  margin: 38px 0 39px;
  /* whole 93 (38 + 55 -16 for second line of regular price )*/
  float: left;
  text-align: center;
  width: 100%;
  padding: 10px 40px;
  margin: 0;
}
.megamenu-container .catalog-item:nth-child(4n+1) {
  padding-left: 6px;
}
.megamenu-container .catalog-item:nth-child(4n) {
  padding-right: 6px;
}
@media only screen and (max-width: 959px) {
  .megamenu-container .catalog-item {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu-container .catalog-item {
    width: 290px;
  }
}
@media only screen and (max-width: 639px) {
  .megamenu-container .catalog-item {
    width: 290px;
    float: none;
    clear: both;
    margin: 0 auto;
  }
}
.megamenu-container .catalog-item .new-flag,
.megamenu-container .catalog-item .sale-flag {
  display: none;
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
}
.megamenu-container .catalog-item .new-flag span,
.megamenu-container .catalog-item .sale-flag span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476);
  zoom: 1;
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
}
.megamenu-container .catalog-item .new-flag:before,
.megamenu-container .catalog-item .sale-flag:before {
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  display: block;
  content: '';
  position: absolute;
  border-color: transparent;
  border-width: 56px 56px 0 0;
}
.megamenu-container .catalog-item .new-flag:before {
  border-color: #000 transparent transparent;
}
.megamenu-container .catalog-item .sale-flag:before {
  border-color: #F50000 transparent transparent;
}
.megamenu-container .catalog-item.item-new .new-flag {
  display: block;
}
.megamenu-container .catalog-item.item-sale .sale-flag {
  display: block;
}
.megamenu-container .catalog-item.item-sale.item-new .sale-flag {
  right: 0;
}
.megamenu-container .catalog-item.item-sale.item-new .sale-flag span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
  zoom: 1;
  left: auto;
  right: 4px;
}
.megamenu-container .catalog-item.item-sale.item-new .sale-flag:before {
  border-width: 0 56px 56px 0;
  right: 0;
  border-color: transparent #f50000 transparent transparent;
}
.megamenu-container .catalog-item .catalog-img {
  margin: 0;
}
.megamenu-container .catalog-item .catalog-img-container {
  height: 248px;
  line-height: 248px;
  vertical-align: bottom;
}
.megamenu-container .catalog-item .catalog-img-container img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}
.megamenu-container .catalog-item .catalog-img-caption {
  margin: 0;
  padding-bottom: 6px;
  height: 50px;
  width: 100%;
  display: table;
}
.megamenu-container .catalog-item .catalog-img-caption .catalog-name {
  display: table-row;
  font-size: 16px;
  text-transform: none;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
}
.megamenu-container .catalog-item .catalog-img-caption .catalog-name a {
  display: table-cell;
  vertical-align: bottom;
  color: #424242;
}
@media only screen and (max-width: 959px) {
  .megamenu-container .catalog-item .catalog-img-caption .catalog-name {
    line-height: 20px;
  }
}
.megamenu-container .catalog-item .pr-stars {
  margin: 0 auto 14px;
  width: 83px;
}
.megamenu-container .catalog-item .catalog-price {
  font-size: 16px;
  line-height: 16px;
  color: #e20000;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.megamenu-container .catalog-item .catalog-price .price-info {
  margin-bottom: 3px;
}
.megamenu-container .catalog-item .catalog-price .price-old {
  text-decoration: line-through;
  color: #c5c5c5;
  font-weight: normal;
  letter-spacing: 0;
  margin-right: 8px;
}
.megamenu-container .catalog-item .price-regular {
  height: 32px;
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.megamenu-container .catalog-item:nth-child(4n+1) {
  padding: 10px 40px;
}
.megamenu-container .catalog-item .catalog-img-container {
  height: 162px;
  line-height: 162px;
}
.megamenu-container .catalog-item .catalog-img-container img {
  max-height: 100%;
}
.header .quicksearch {
  float: right;
  width: 24px;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 959px) {
  .header .quicksearch {
    float: none;
    clear: both;
    background: #F3F1F2;
    width: 100%;
    height: auto;
  }
}
.header .quicksearch .search {
  background: url(../png/sprites.png) no-repeat;
  background-position: -130px 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  content: '';
  top: 33px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .header .quicksearch .search {
    display: none;
  }
}
.header .quicksearch .search:hover,
.header .quicksearch .search.active {
  background-position: -130px -24px;
}
.header .quicksearch form {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  right: 0;
  padding: 20px 31px;
  box-shadow: 0px 2px 3px -1px #444444;
  width: 293px;
}
@media only screen and (max-width: 959px) {
  .header .quicksearch form {
    display: block !important;
    /* because on desktop is hide onleave */
    position: relative;
    padding: 9px 15px 12px;
    width: 100%;
    box-shadow: none;
    background: #F3F1F2;
  }
}
.header .quicksearch form input {
  float: left;
  border-color: #f00;
  border-right: none;
  font-size: 16px;
  width: 194px;
  height: 37px;
  line-height: 35px;
  padding: 0 10px;
}
.header .quicksearch form input:focus {
  color: #424242;
}
@media only screen and (max-width: 959px) {
  .header .quicksearch form input {
    float: none;
    width: 100%;
    border: 2px solid #424242;
    padding-right: 45px;
    height: 40px;
    font-size: 13px;
    border-radius: 0;
  }
}
.header .quicksearch form button {
  width: 37px;
  height: 37px;
  background-color: #f00;
  border-color: #f00;
  padding: 0;
  position: relative;
}
.header .quicksearch form button:before {
  background: url(../png/sprites.png) no-repeat;
  background-position: -160px 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  content: '';
  top: 9px;
  left: 9px;
  position: absolute;
}
.header .quicksearch form button:hover {
  background-color: #fff;
}
.header .quicksearch form button:hover::before {
  background-position: -160px -20px;
}
@media only screen and (max-width: 959px) {
  .header .quicksearch form button {
    position: absolute;
    background: none;
    border: none;
    right: 14px;
    top: 11px;
    height: 36px;
  }
  .header .quicksearch form button:before {
    background-position: -100px -20px;
  }
  .header .quicksearch form button:hover {
    background: #424242;
  }
  .header .quicksearch form button:hover::before {
    background-position: -160px 0px;
  }
}
.head-bot {
  position: relative;
  clear: both;
}
body.stickyHeader {
  padding-top: 120px;
}
@media only screen and (max-width: 959px) {
  body.stickyHeader {
    padding-top: 100px;
  }
}
body.stickyHeader .header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  /* desktop */
}
@media only screen and (min-width: 960px) {
  body.stickyHeader .header .head-mid {
    height: 40px;
  }
  body.stickyHeader .header .head-mid .logo {
    margin: 5px 0;
    width: 120px;
    height: 30px;
  }
  body.stickyHeader .header .head-mid .nav ul {
    top: 39px;
  }
  body.stickyHeader .header .head-mid .nav > li > a {
    height: 40px;
    padding-top: 10px;
  }
  body.stickyHeader .header .quicksearch .search {
    top: 5px;
  }
}
