
@media (min-width:1200px){
  .container{
    width: 100%;
    max-width: 1960px;
    padding: 0px 20px;
  }
}
body {
    font-family: "Montserrat", Helvetica, sans-serif ;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.body-wrap{
    position: relative;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.home-block:first-child{
  margin-top:20px;
  /*margin-bottom:15px;*/
}
.home-block {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.home-banner{
  position:relative;
}
.home-banner img{
  width:100%;
}
.home-banner .banner .image{
  position:relative;
}
.home-banner .banner .image .shop-now{
  position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 50px;
}
.button-wrap.center-left-side {
    justify-content: flex-start;
    align-items: center;
    text-align: start;
}
.button-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.home-banner-text {
    color: #FFFFFF;
    margin-bottom: 25px;
}
.title-featured .title {
    font-size: 2.2em;
    font-weight: 700;
}
.title-featured .subtitle {
    font-size: .95em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
.btn{
      margin: 0px 10px;
      align-self: flex-start;
          font-size: 1.25em;
        height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    background: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.home-banner .banner .image .button-wrap .btn:not(.btn-open):before {
    left: -11px;
    bottom: -1px;
    border-bottom: unset;
    border-right: unset;
}
.home-banner .banner .image .button-wrap .btn:not(.btn-open):before {
    left: -11px;
    bottom: -1px;
    border-bottom: unset;
    border-right: unset;
}
.home-banner.banner-1 .banner .image .button-wrap .btn:not(.btn-open):before {
    border-top: 10px solid #ffffffa3;
    border-left: 10px solid transparent;
    -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;
}
.home-banner .banner .image .button-wrap .btn:not(.btn-open):after {
    right: -11px;
    top: -1px;
    border-top: unset;
    border-left: unset;
}
.home-banner .banner .image .button-wrap .btn:not(.btn-open):after {
    right: -11px;
    top: -1px;
    border-top: unset;
    border-left: unset;
}
.home-banner.banner-1 .banner .image .button-wrap .btn:not(.btn-open):after {
    border-bottom: 10px solid #ffffffa3;
    border-right: 10px solid transparent;
    -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;
}
.home-banner.banner-4 .banner .image .button-wrap .btn:not(.btn-open):before {
    border-top: 10px solid #ffffffa3;
    border-left: 10px solid transparent;
    -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;
}
.home-banner.banner-4 .banner .image .button-wrap .btn:not(.btn-open):after {
    border-bottom: 10px solid #ffffffa3;
    border-right: 10px solid transparent;
    -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;
}
.left-bar{
      background-color: #ffffffa3;
    -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;
        position: absolute;
    left: -11px;
    top: -1px;
    height: 40px;
    width: 10px;
}
.right-bar{
      background-color: #ffffffa3;
    -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;
        position: absolute;
    right: -11px;
    height: 40px;
    bottom: -1px;
    width: 10px;
}
.main-menu ul li .simple-subs {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 30px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out;
}
.main-menu ul {
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main-menu ul li .simple-subs ul {
    display: block;
    margin: -3px;
}
.main-menu ul li {
    padding: 0px 30px;
    display: flex;
    align-items: stretch;
    position: relative;
}
.main-menu ul li .simple-subs ul li {
    padding: 3px;
}
.main-menu ul li .simple-subs ul li:first-child {
    text-decoration: underline;
    margin-bottom: 5px;
    font-weight: bold;
}
@media (min-width: 992px){
.home-block.block-2 {
    margin-bottom: unset;
    border-bottom: unset;
  }
}
.banner-row {
    margin: -7px;
}
.banner-col {
    padding: 7px;
}
.row [class*=col-] {
    margin: 0 -0.3px;
}
.home-banner .text {
    padding: 50px 0px;
    text-align: center;
}
.title-featured .subtitle span {
    position: relative;
}
/*.title-featured .subtitle span:after {*/
/*    content: '';*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    background: #000;*/
/*    display: block;*/
/*    position: absolute;*/
    /*width: 0;*/
/*    -webkit-transition: width ease-in-out .15s;*/
/*    -o-transition: width ease-in-out .15s;*/
/*    transition: width ease-in-out .15s;*/
/*}*/
.block-3 .banner-4 .shop-now{
  flex-direction: row-reverse;
}
.home-block:last-child {
    border-bottom: none;
}
.block-5 .title-featured {
    margin-bottom: 50px;
    text-align: center;
}
.home-brands .brands-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.home-brands .brands-simple ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-footer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: .95em;
}
.about-us{
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-footer .visit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-footer .visit .title{
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-footer .visit .title:after {
    content: '';
    display: block;
    height: 1px;
    background: #000;
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.main-footer .footer-links {
    text-transform: uppercase;
}
.main-footer .footer-links ul {
    margin: -5px -15px;
    flex-wrap: wrap;
}
.main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-footer .footer-links ul li {
    padding: 5px 15px;
}
.main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-footer .socials li {
    padding: 0px 5px;
}
.main-footer .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 100%;
}
.payments-copyright .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.payments {
    padding: 15px 0;
}
.payments ul.payments-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
        padding: 0;
    list-style: none;
}
.payments ul.payments-wrap li {
    margin: 2px;
}
.payments ul.payments-wrap li img {
    height: 28px;
}
.copyright {
    padding: 15px 0px;
    font-weight: 600;
    color: #aaa;
    text-align: center;
}
.mobile-menu {
  /*transform: translate(0px, 0px);*/
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    overflow-x: scroll;
    -ms-transform: translate(-300px, 0px);
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    font-size: 14px;
    font-weight: 500;
}
.mobile-menu.mobile-menu-open {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.mobile-menu .logo {
    padding: 20px;
    padding-bottom: 10px;
}
.align-middle {
    display: table-cell;
    vertical-align: middle;
}
.mobile-menu .logo img {
    height: 30px;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 12px 0px;
    font-size: .95em;
    text-transform: uppercase;
    font-weight: 600;
}
.mobile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mobile-menu ul li {
    position: relative;
}
.mobile-menu ul a {
    color: #000;
}
.mobile-menu ul li a {
    display: block;
    padding: 12px 20px;
    padding-right: 41px;
}
.mobile-menu ul li .more-cats {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
}
.mobile-menu ul li .more-cats i {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mobile-menu ul ul {
    display: none;
    font-size: 12px;
    padding: 5px 0px;
    padding-left: 24px;
}
.mobile-menu ul ul li {
    border-left: 2px solid #e3e3e3;
}
.mobile-menu ul ul li a {
    padding: 3px 0px;
    padding-left: 22px;
    color: #999;
}
.mobile-menu ul ul li a {
    padding: 3px 0px;
    padding-left: 22px;
    color: #999;
}
.fancybox-stage {
  display:none;
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-slide {
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}
.fancybox-slide #login-popup {
    margin: 30px 0px;
    padding: 40px 50px;
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 0px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 40px 8px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 40px 8px rgb(0 0 0 / 8%);
}
.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.mobile-popup .popup-inner {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 0px;
    position: relative;
}
.main-menu ul li .simple-subs ul li a {
    min-height: 0;
}
@media (max-width: 1199px){
.title-small {
    margin-bottom: 15px;
    font-size: 1.4em;
  }
}
.title-small {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.title-font {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 700;
}
#login-popup .title-small {
    margin-bottom: 40px;
    font-size: 2em;
}
input.standard-input {
    height: 40px;
    /*padding: 0px 20px;*/
    outline: none;
    border-radius: 5px;
    font-size: .95em;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#login-popup input {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 0px;
    height: 40px;
    background: transparent;
    width: 100%;
}
#login-popup .options {
    margin-top: 20px;
    font-size: .9em;
    margin-bottom: 50px;
}
#login-popup .options a {
    font-weight: bold;
}
#login-popup .buttons {
    margin-top: 30px;
}
.btn {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    background: #000;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}
a.btn.accent {
    background: #000000 !important;
    color: #ffffff !important;
}
#login-popup .buttons .btn {
    margin-bottom: 10px;
    width: 100%;
}
.btn.facebook {
    background: #3B5998;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}
.cart-side {
  /*transform: translate(0px, 0px);*/
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    -ms-transform: translate(500px, 0px);
    -webkit-transform: translate(500px, 0px);
    transform: translate(500px, 0px);
    -webkit-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    overflow: hidden;
    font-size: 1.1em;
}
.cart-inner {
  opacity:0;
    -ms-transform: translate(30px, 0px);
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.cart-side .cart-inner {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cart-side .cart-body {
  padding-top:30px;
}
.cart-side .cart-products {
    padding: 20px;
}
.cart-side .cart-products table {
    width: 100%;
}
table {
    border-spacing: 0;
    background-color: transparent;
    border-collapse: collapse;
}
.cart-side .cart-products table td {
    padding: 15px 10px;
    background: #f7f7f7;
}
.cart-side .cart-products .image-wrap img {
    width: 100%;
}
.cart-side .cart-products .info .brand {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
}
.cart-side .cart-products .info a.title {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin: 3px 0px;
    display: block;
    opacity: .5;
}
.cart-side.cart-open .cart-inner {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.cart-side .cart-products .info .extra-info {
    font-size: 12px;
}
.cart-side .cart-products .info .price {
    font-weight: bold;
}
.text-right {
    text-align: right;
}
.cart-side .cart-products table td:last-child {
    padding-right: 15px;
}
tr.spacer {
    height: 25px;
}
@media (max-width: 1199px){
tr.spacer {
    height: 15px;
  }
}
.cart-side .cart-products table tr.spacer {
    height: 15px;
}
.cart-side .no-cart-products {
    font-size: 13px;
    padding: 20px;
    font-style: italic;
}
.cart-side .cart-total {
    width: 100%;
    background: #fff;
    padding: 20px;
}
.cart-side .cart-total .inner {
    position: relative;
}
.cart-side .cart-total .inner {
    padding: 20px;
    border: 1px solid #ddd;
}
.cart-side .cart-total .inner:before {
    display: block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    z-index: 9;
}
.cart-side .cart-total .corner-left {
    height: 10px;
    width: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    left: 4px;
    bottom: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
.cart-side .cart-total .corner-right {
    height: 10px;
    width: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    right: 4px;
    top: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
.cart-side .cart-total table {
    width: 100%;
    font-size: .9em;
}
.cart-side .cart-total table tr td {
    padding-bottom: 10px;
}
.cart-side .cart-total table td:last-child {
    text-align: right;
    font-weight: 600;
}
.cart-side .cart-total .button {
    margin-top: 20px;
}
.accent-color-atc {
    background: #03cb34 !important;
    color: #ffffff !important;
}
.cart-side .cart-total .btn {
    padding: 0px 40px;
}
.cart-side .cart-total .btn {
    width: 100%;
}
.cart-side .cart-total .inner:after {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    z-index: 9;
}
.alertbar {
    min-height: 30px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 8px 40px;
    /* display: none; */
    text-align: center;
}
.alertbar .alert-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.main-header {
    /* padding: 20px 0px; */
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
    background: #fff;
}
@media (max-width: 991px){
.main-header {
    padding: 15px 0px;
  }
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-button, .logo, .header-icons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.menu-button {
    display: flex;
    align-items: center;
}
.menu-button ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-button ul li {
    margin: 4px 0px;
    height: 2px;
    border-radius: 2px;
    display: block;
    background: #000;
    width: 22px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.menu-button .toggle-search {
    font-size: 19px;
    margin-left: 20px;
}
@media (max-width: 991px){
.logo {
    text-align: center;
  }
}
.main-header .logo img {
    height: 50px;
}
.main-menu {
    font-size: .95em;
    text-transform: uppercase;
    font-weight: 600;
    align-self: stretch;
    display: flex;
    align-items: stretch;
}
@media (max-width: 1299px){
.main-menu {
    font-size: 0.9em;
  }
}
@media (max-width: 1199px){
.main-menu {
    font-size: 10px;
  }
}
.main-menu ul {
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 1199px){
.main-menu ul {
    margin: 0px -15px;
  }
}
.main-menu ul li {
    padding: 0px 30px;
    display: flex;
    align-items: stretch;
    position: relative;
}
@media (max-width: 1550px){
.main-menu ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1399px){
.main-menu ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1299px){
.main-menu ul li {
    padding: 0 12px;
  }
}
@media (max-width: 1199px){
.main-menu ul li {
    padding: 0 10px;
  }
}
.main-menu ul li a {
    display: flex;
    font-size:12px;
    color:#030406;
    line-height:18px;
    align-items: center;
    min-height: 90px;
}
.header-icons ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 17px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-icons ul li {
    margin-left: 40px;
    position: relative;
}
@media (max-width: 1550px){
.header-icons ul li {
    margin-left: 30px;
  }
}
@media (max-width: 1399px){
.header-icons ul li {
    margin-left: 25px;
  }
}
@media (max-width: 1299px){
.header-icons ul li {
    margin-left: 20px;
  }
}
@media (max-width: 1199px){
.header-icons ul li {
    margin-left: 15px;
  }
}
@media (max-width: 991px){
.header-icons ul li {
    margin-left: 20px;
  }
}
.header-icons ul li:first-child {
    margin-left: 0;
}
.header-icons ul li i{
  font-size:20px;
}
.live-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    padding-top: 5%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.live-search.active {
    opacity: 1;
    visibility: visible;
}
.live-search .close-live-search {
    display: flex;
    padding: 0 25px;
    height: 80px;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.1);
}
.live-search .close-live-search i {
    font-size: 1.3em;
    margin-right: 10px;
}
.live-search .inner {
    max-width: 900px;
    width: 100%;
}
.live-search .top-wrap {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}
.live-search.active .top-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.live-search .top-wrap .search-title {
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.live-search .top-wrap input {
    width: 100%;
    height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-radius: 0;
}
.button-wrap.center-left-side {
    justify-content: flex-start;
    align-items: center;
    text-align: start;
}
@media (max-width: 1199px){
.home-block, .home-brands .title-featured {
    margin-bottom: 30px;
  }
  .title-featured .title {
    font-size: 1.7em;
}
.home-banner .text {
    padding: 30px 0px;
}
.title-featured .title {
    font-size: 1.7em;
}
.title-featured .title {
    font-size: 1.7em;
}
.main-footer .inner > div {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
}
@media (max-width: 991px){
.home-block {
    border: none;
    margin: 0;
  }
  .home-banner {
    border-bottom: 1px solid #eee;
  }
  .home-banner {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.payments-copyright .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.payments {
    padding-top: 15px;
    padding-bottom: unset;
}
.live-search .close-live-search {
    padding: 0px 20px ;
    height: 50px;
}
}
@media (max-width: 767px){
  .no-border-bottom {
      margin-bottom: unset;
    }
    .title-featured .subtitle {
      font-size: .95em;
      margin-top: 5px;
  }
  .title-featured .title {
      font-size: 1.5em;
  }
  .home-banner-text.bottom-center-mobile .title-featured {
      text-align: center;
  }
  .home-banner-text.bottom-center-mobile .title-featured {
      text-align: center;
  }
  .home-banner .banner .image .button-wrap {
      padding: 25px;
  }
  .button-wrap.bottom-center-mobile {
    justify-content: center;
    align-items: flex-end;
  }
  .home-block:first-child {
    margin-top: 0;
  }
  .home-banner {
    margin: 0px -15px;
}
  .no-border-bottom {
    margin-bottom: unset;
  }
  .home-banner-text .title-featured {
    text-align: center;
}
  .title-featured .title {
    font-size: 1.5em;
}
  .title-featured .subtitle {
    font-size: .95em;
    margin-top: 5px;
}
  .small-button-mobile {
    font-size: 0.8em;
    height: 35px;
    line-height: 35px;
    padding: 0px 25px;
}
  .button-wrap.bottom-center-mobile .btn {
    justify-content: center;
    align-items: flex-end;
    align-self: center;
}
  .home-banner .banner .image .button-wrap .small-button-mobile > .left-bar, .home-banner .banner .image .button-wrap .small-button-mobile > .right-bar {
    height: 25px;
}
  .banner-row {
    margin: 0;
}
  .banner-col {
    padding: 0;
}
  .home-banner {
    margin: 0px -15px;
}
.home-banner .text {
    padding: 20px 0px;
}
.title-featured .title {
    font-size: 1.5em;
}
.title-featured .subtitle {
    font-size: .95em;
    margin-top: 5px;
}
.main-footer .inner > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
 .main-footer .footer-links ul {
    justify-content: center;
}
.main-footer .inner .socials {
    margin-bottom: 0;
}
.payments ul.payments-wrap li img {
    height: 20px;
}
.live-search {
    padding-top: 20%;
}
.live-search .close-live-search {
    padding: 0 15px;
    height: 40px;
}
.live-search .top-wrap .search-title {
    font-size: 1.4em;
}
.live-search .top-wrap input {
    font-size: 16px;
}
.cart-side {
    width: 350px;
    -ms-transform: translate(350px, 0px);
    -webkit-transform: translate(350px, 0px);
    transform: translate(350px, 0px);
}
.main-header .logo img {
    height: 30px;
}
}
.block{
  display:none;
}
@media (max-width:992px){
  .block{
    display:block;
  }
  .none{
    display:none;
  }
}
.scrolltop {
  position: fixed;
    bottom: 56px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3em;
    color: #fff;
    z-index: 999;
    margin-bottom: -2px;
}
.overlay-body {
    opacity: .6;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 22;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    transition: opacity .25s;
}
.x{
  position:fixed;
  right:0;
  top:0;
      background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    outline: none;
    color:grey;
}
.live-search.search-open {
    opacity: 1;
    visibility: visible;
}
.live-search.search-open .top-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.cart-side.cart-open {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.cart-side.cart-open .cart-inner {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
@media(max-width:320px){
  .cart-side.cart-open .cart-inner {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(15px, 0px);
}
}
#productpage {
    margin-bottom: 50px;
}
.breadcrumbs {
    margin: 15px 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #aaa;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs i {
    margin: 0 10px;
}
.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (min-width: 1200px){
#productpage .custom-row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
#productpage .product-images-col {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
}
#productpage .product-images {
    margin: -7px;
}
#productpage .product-images .image {
    padding: 7px;
}
#productpage .product-images .image img {
    width: 100%;
}
#productpage .product-info-col {
    margin-left: 50px;
    min-width: 500px;
    max-width: 500px;
}
.main-menu ul li:hover .simple-subs {
    opacity: 1;
    visibility: visible;
}
#productpage .product-info {
    padding-top: 50px;
}
@media (min-width: 1200px){
#productpage .product-info {
    position: -webkit-sticky;
    position: sticky;
    top: 168px;
    padding-top: 0;
}}
#productpage .product-info .brand {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25em;
}
#productpage .product-title-wrap-outer {
    margin-top: 10px;
    margin-bottom: 50px;
}
#productpage .product-info .price-sku {
    margin-bottom: 50px;
}

@media (min-width: 1200px){
#productpage .product-title-wrap-outer, #productpage .product-info .price-sku {
    margin-bottom: 30px;
}
}
#productpage .product-info .product-title {
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 50px;
}
#productpage .product-title-wrap-outer .product-title {
    margin: 0;
}
#productpage .product-info .price {
    font-size: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#productpage .product-info .price .price-new {
    font-weight: 600;
}
#productpage .product-info .price .price-excl {
    font-size: 70%;
    color: #aaa;
    width: 100%;
    text-decoration:line-through;
}
#productpage .product-info .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#productpage .product-info .btn {
    width: 100%;
    margin-left:0;
}
.btn.btn-open {
    background: transparent;
    /* border: 1px solid #000; */
    color: #000;
    line-height: 43px;
    position: relative;
    overflow: hidden;
}
#productpage .product-info .cart .btn.add-wish {
    min-width: 50px;
    max-width: 50px;
    margin-left: 20px;
    padding: 0;
}
.btn.btn-open:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 10px;
    right: 10px;
    content: '';
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.btn.btn-open span {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -37px;
    bottom: 0;
    left: 10px;
    border: 1px solid #000;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn.btn-open:hover {
    color: #fff;
}
.btn.btn-open:hover span {
    background: #000;
}
#productpage .product-info .cart .btn.add-wish i {
    margin: 0;
    font-size: 16px;
}
.btn.btn-open:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 10px;
    left: 10px;
    content: '';
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#productpage .product-info .non-eu {
    color: #aaa;
    font-size: 90%;
    margin-top: 10px;
    text-align: center;
    padding-right: 70px;
}
#productpage .product-tabs {
    margin-top: 50px;
}
#productpage .product-tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
}
#productpage .product-tabs .tabs li {
    margin-right: 50px;
    color: #aaa;
}
#productpage .product-tabs .tabs li.active, #productpage .product-tabs .tabs li:hover {
    color: #000;
    text-decoration: underline;
}
.tabs-wrap .pages .page {
    display: none;
    padding: 25px;
    background: #f7f7f7;
}
.tabs-wrap .pages .page.active {
    display: block;
}
#productpage .share-product {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1200px){
#productpage .product-tabs, #productpage .share-product {
    margin-top: 30px;
}}
#productpage .share-product .title {
    font-size: .95em;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#productpage .share-product .title:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    margin-left: 10px;
}
#productpage .share-product ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
#productpage .share-product ul li {
    margin-right: 10px;
}
#productpage .share-product ul li a {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 100%;
}
#productpage .share-product ul li:last-child {
    margin-right: 0;
}
@media (max-width: 1199px){
#productpage .product-info-col {
    margin-left: 30px;
    min-width: 400px;
    max-width: 400px;
}
#productpage .product-info {
    padding-top: 30px;
}
#productpage .product-info .product-title, #productpage .product-info .price-sku {
    margin-bottom: 30px;
}

}

#productpage .product-info .product-configure {
    margin-bottom: 20px;
}
.configure-select {
    height: 50px;
    padding: 0px 25px;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.05em;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}
.configure-select:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 10px;
    right: 10px;
    content: '';
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.configure-select select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    /*opacity: 0;*/
    z-index: 9;
    cursor: pointer;
}
.configure-select .corners {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -41px;
    bottom: 0;
    left: 10px;
    border: 1px solid #000;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.configure-select:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 10px;
    left: 10px;
    content: '';
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media (max-width: 991px){
.productpage-row {
    display: block;
}
#productpage .product-info-col {
    margin-left: 0px;
    min-width: 100%;
    max-width: 100%;
}

}
@media (max-width: 767px){
#productpage .product-info .cart {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
    box-shadow: -2px 0 5px 0 rgb(0 0 0 / 10%);
}
#productpage .product-info .cart .btn.add-wish {
    margin-left: 15px;
}
}
@media (max-width:375px){
  #productpage .product-tabs .tabs li {
    margin-right: 30px;
}
}
.tabs-wrap .pages .page.page-1{
  display:block;
}
.mobilee{
  display:none !important;
}
@media (max-width:767px){
  .mobilee{
    display:block !important;
  }
  .pc{
    display:none;
  }
}
.mobile-menu ul li.active > .more-cats i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#brands-page, #catalog, #textpage {
    padding-bottom: 50px;
}
#brands-page .title-featured, #catalog .title-featured, #textpage .title-featured {
    margin-bottom: 30px;
}
.title-featured .title {
    font-size: 2.2em;
    font-weight: 700;
}
.letter-overview {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 700;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.letter-overview li {
    padding: 7px;
}
.brands-sec {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}
.brands-sec .letter-title {
    min-width: 80px;
    max-width: 80px;
    font-size: 2.2em;
    font-weight: 700;
    margin-top: -5px;
}
.brands-sec ul {
    column-count: 4;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-grow: 10;
}
.brands-sec ul li {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
@media (max-width: 1199px){
.title-featured .title {
    font-size: 1.7em;
}}

@media (max-width: 767px){
.title-featured .title {
    font-size: 1.5em;
}
  .letter-overview {
    font-size: 1.3em;
}
.brands-sec .letter-title {
    min-width: 50px;
    max-width: 50px;
    font-size: 1.7em;
}
.brands-sec ul {
    column-count: 2;
}
}
.open-filters {
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0px;
    white-space: nowrap;
    margin-left: 0px;
}
.open-filters i {
    margin-left: 7px;
    margin-top: -0.18em;
}
.sort-select {
    position: relative;
    cursor: pointer;
}
.sort-select .text {
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0px;
    white-space: nowrap;
    margin-left: 0px;
}
.sort-select .text i {
    margin-left: 7px;
    margin-top: -0.18em;
}
.sort-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    right: 0;
    left: 0;
    cursor: pointer;
}
.col-side {
    min-width: 200px;
    max-width: 200px;
    margin-right: 40px;
}
.sidebar .sidebar-block {
    margin-bottom: 20px;
}
.sidebar .sidebar-title {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.sidebar .sidebar-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #555;
}
.sidebar .sidebar-block ul a {
    padding: 3px 0px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.col-main {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
}
.products {
    margin: -10px -3px;
}
.products {
    margin: -10px;
}
.products {
    margin: -20px;
}
.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.products .product {
    padding: 10px 3px;
}
.products .product {
    padding: 10px;
}
.products .product {
    padding: 20px;
}
.relative {
    position: relative;
}
.products .product .image-wrap {
    position: relative;
}
.products .product img {
    width: 100%;
}
.products .product .image-wrap .sec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.products .product.img-loaded.has-sec:hover .image-wrap .sec {
    opacity: 1;
}
.products .product .variants-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    -webkit-transition: .15s all ease-in-out;
    -o-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
}
.products .product.has-vars:hover .variants-overlay {
    opacity: 1;
    visibility: visible;
}
.products .product .variants-overlay .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2em;
}
.products .product .variants-overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom:5px;
}
.products .product .variants-overlay ul li {
    padding: 0 5px;
}
.products .product .info {
    margin-top: 25px;
    text-align: center;
    font-size: 1.14em;
}
.products .product .info .brand {
    text-transform: uppercase;
    font-weight: 600;
}
.products .product .info .title-wrap, .products .product .info .price-wrap {
    position: relative;
}
.products .product .info .product-title {
    margin-top: 10px;
    display: block;
    opacity: .5;
}
.products .product .info .price {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.products .product .info .add-wish {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.products .product:hover .info .add-wish {
    opacity: 1;
}
.products .product .info .add-wish i {
    margin-right: 8px;
    margin-top: 0;
}
.products .product .variants-overlay ul li.disabled {
    opacity: .3;
    text-decoration: line-through;
}
@media (max-width: 991px){
.sort-top-items {
    margin: -5px;
}
.sort-top-items .item {
    padding: 5px;
}
.col-side {
    min-width: 0;
    max-width: 0;
    margin: 0;
}
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    padding: 30px;
    height: 100%;
    transform: translate(-100%, 0%);
    transition: all .2s ease-in-out;
    overflow-x: scroll;
}
}
@media (max-width: 767px){
.products {
    margin: -10px;
}
  .products .product {
    padding: 10px;
}
.products .product .info {
    font-size: .95em;
    margin-top: 15px;
}
.products .product .info .product-title, .products .product .info .price {
    margin-top: 7px;
}
}
.fixed-pages {
    padding-top: 50px;
    padding-bottom: 50px;
}
#cart-page .cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#cart-page .cart-body-col {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
}
#cart-page .cart-table {
    width: 100%;
}
#cart-page .cart-table th {
    padding: 15px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: normal;
    position: relative;
    font-size: 1.14em;
}
#cart-page .cart-table th:first-child {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
#cart-page .cart-table th:first-child:after {
    content: '';
    display: block;
    height: 10px;
    width: 12px;
    border-right: 1px solid #ddd;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    left: -7px;
    bottom: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
#cart-page .cart-table th:last-child {
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
#cart-page .cart-table th:last-child:after {
    content: '';
    display: block;
    height: 10px;
    width: 12px;
    border-left: 1px solid #ddd;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    right: -7px;
    top: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
tr.spacer {
    height: 25px;
}
#cart-page .cart-table td {
    padding: 20px 0px;
    background: #f7f7f7;
}
#cart-page .cart-table td:first-child {
    padding-left: 20px;
}
#cart-page .cart-table .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#cart-page .cart-table .image {
    margin-right: 20px;
}
#cart-page .cart-table .image img {
    width: 135px;
}
#cart-page .cart-table .info-wrap .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0px;
}
#cart-page .cart-table .info .brand {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.14em;
    margin-bottom: 5px;
}
#cart-page .cart-table .info .title {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 1.5em;
}
#cart-page .cart-table .extra-info {
    margin-top: 5px;
}
#cart-page .cart-table .extra-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#cart-page .cart-table .subtotal {
    font-weight: 600;
    font-size: 1.15em;
}
#cart-page .cart-table .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}
#cart-page .cart-table .input-wrap:before {
    content: '';
    height: 10px;
    width: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 1px;
    bottom: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
#cart-page .cart-table .input-wrap input {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #000;
}
#cart-page .cart-table .input-wrap .change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
#cart-page .cart-table .input-wrap .change:after {
    position: absolute;
    right: -2px;
    top: -2px;
    content: '';
    border-top: 10px solid #f7f7f7;
    border-left: 10px solid transparent;
}
#cart-page .cart-table .input-wrap:after {
    position: absolute;
    left: -2px;
    bottom: -2px;
    content: '';
    border-bottom: 10px solid #f7f7f7;
    border-right: 10px solid transparent;
}
#cart-page .cart-table .subtotal {
    font-weight: 600;
    font-size: 1.15em;
}
#cart-page .cart-table td:last-child {
    padding-right: 20px;
}
#cart-page .cart-table .option-icons {
    font-size: 20px;
    color: #aaa;
}
#cart-page .cart-table tr.spacer:last-child td {
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 0;
}
#cart-page .discount-block {
    padding-top: 40px;
}
.title-small {
    font-size: 1.5em;
    margin-bottom: 20px;
} 
#cart-page .discount-blockform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#cart-page .discount-block .input-wrap {
    border: 1px solid #000;
    margin-right: 20px;
    position: relative;
    width: 300px;
}
#cart-page .discount-block .input-wrap:before {
    content: '';
    display: block;
    height: 10px;
    width: 12px;
    border-right: 1px solid #000;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    left: -7px;
    bottom: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
#cart-page .discount-block input {
    height: 50px;
    border-radius: 0;
    width: 100%;
}
#cart-page .discount-block .input-wrap:after {
    content: '';
    display: block;
    height: 10px;
    width: 12px;
    border-left: 1px solid #000;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    right: -7px;
    top: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
#gui-form-discount a.btn {
    background: #000000 !important;
    color: #ffffff !important;
}
.btn:not(.btn-open):after {
    position: absolute;
    right: -2px;
    top: -2px;
    content: '';
    border-top: 10px solid white;
    border-left: 10px solid transparent;
}
#cart-page .cart-total-col {
    min-width: 470px;
    max-width: 470px;
    margin-left: 60px;
}
#cart-page .total-block {
    padding: 30px;
    position: relative;
    border: 1px solid #ddd;
}
#cart-page .total-block:before {
    display: block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    z-index: 9;
}
#cart-page .total-block > .corner-left {
    height: 10px;
    width: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    left: 4px;
    bottom: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
#cart-page .total-block > .corner-right {
    height: 10px;
    width: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    right: 4px;
    top: -1px;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 99;
}
#cart-page .total-block .total-title {
    margin-bottom: 60px;
    text-align: center;
}
#cart-page .total-block .total-title .items {
    font-size: .95em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
#cart-page .total-block .total-title .title {
    font-size: 2em;
}
#cart-page .total-block table {
    width: 100%;
    margin-bottom: 100px;
    font-size: 1.14em;
}
#cart-page .total-block table tr td {
    padding-bottom: 20px;
}
#cart-page .total-block table td:last-child {
    text-align: right;
    font-weight: 600;
}
#cart-page .total-block table small {
    color: #aaa;
    font-size: 11px;
    display: block;
}
#cart-page .total-block table tr:last-child td {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 110%;
}
#cart-page .total-block table tr:last-child td {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 110%;
}
#cart-page .total-block .btn {
    width: 100%;
    margin-bottom: 20px;
}
.btn:not(.btn-open):before {
    position: absolute;
    left: -2px;
    bottom: -2px;
    content: '';
    border-bottom: 10px solid white;
    border-right: 10px solid transparent;
}
#cart-page .total-block .payments ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
#cart-page .total-block .payments ul img {
    max-width: 58px;
}
#cart-page .total-block:after {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    z-index: 9;
}
#cart-page .upsell-products {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eee;
}
#cart-page .upsell-products .title-featured {
    margin-bottom: 50px;
}
.products .product .button {
    margin-top: 20px;
}
.cart-side .cart-products table td:first-child {
    padding-left: 15px;
}
.cart-side .cart-products .image-wrap {
    width: 75px;
}
@media (max-width: 991px){
.sidebar.active {
    transform: translate(0%, 0%);
}}
.gui {
    position: relative;
}
.gui, .gui-block-linklist li a {
    color: #000000;
}
.gui * {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}
.gui-col2-left .gui-col2-left-col1 {
    float: left;
    width: 25%;
}
.gui a.gui-button-large, .gui .gui-button-small, .gui-block, .gui-block.gui-closed .gui-block-title, .gui-block-option, .gui-block-option img.gui-border, .gui-block-option-block, .gui-block-title span, .gui-image, .gui-input, .gui-text, .gui-messages ul, .messages ul, .gui-number, .gui-popover, .gui-popover-bg, .gui-popover-content, .gui-popover-title a, .gui-select, .gui-table {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.gui-block {
    border: 1px solid #CCCCCC;
}
.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image {
    border-color: #8d8d8d;
}
.gui-block-title {
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}
.gui-block-title {
    padding: 8px 15px;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
}
.gui-block.gui-margin {
    margin: 30px 0px;
}
.gui-block-title {
    color: #333333;
    background-color: #ffffff;
}
.gui a.gui-button-facebook, .gui-login .gui-content-title, .gui-block-title span, .gui-block-subtitle, .gui-content-subtitle, .gui-block-linklist li.active a, .gui-form .gui-radio span, .gui-popover-title, .gui-popover-title a, .gui-progressbar ul li.gui-active a, .gui-progressbar ul li.gui-done a, .gui-blog-commentlist header cite, .gui-banner, .gui a.gui-bold, .gui-page-title, .gui h1, .gui h2, .gui h3, .gui h4, .gui h5, .gui h6, .gui-table thead tr th, .gui strong {
    font-weight: 600;
}
.gui-block-title strong {
    float: left;
    color: #333333;
}
.gui-block-title strong {
    color: #333333;
}
.gui-block-content .gui-mask, .gui-block-content {
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}
.gui-block-content {
    padding: 15px;
}
.gui-block-linklist, .gui-block-productlist {
    list-style-type: none;
}
.gui-block-linklist li {
    border-bottom: 1px solid #DDDDDD;
}
.gui-faq, .gui-login, .gui-password, .gui-register, .gui-review, .gui-sitemap, .gui-block-linklist li, .gui-table {
    border-color: #dcdcdc;
}
.gui a {
    color: #949494;
    text-decoration: none;
    outline: 0;
}
.gui-block-linklist li a {
    display: block;
    overflow: hidden;
    color: #333333;
    padding: 10px 0px;
}
.gui, .gui-block-linklist li a {
    color: #000000;
}
.gui-block {
    border: 1px solid #CCCCCC;
}
.gui-block-title {
    padding: 8px 15px;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
}
.gui-block-title {
    color: #333333;
    background-color: #ffffff;
}
.gui-block-title strong {
    color: #333333;
}
.gui-div-cart-block-related .gui-block-content, .gui-account-cart .gui-block-content, .gui-account-compare .gui-block-content {
    padding: 0px 0px 15px 0px;
}
.gui ul.gui-products li, .gui-block-productlist li {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px;
    line-height: 20px;
    position: relative;
    clear: both;
}
.gui-block-linklist li:last-child, .gui-block-productlist li:last-child {
    border: 0;
}
.gui ul.gui-products li .gui-products-image, .gui-block-productlist li .gui-block-productlist-image {
    float: left;
    margin-right: 15px;
}
.gui-image {
    border: 1px solid #CCCCCC;
}
.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image {
    border-color: #8d8d8d;
}
.gui-image a img {
    border: 0;
}
.gui-block-productlist li .gui-block-productlist-text {
    overflow: hidden;
    line-height: 22px;
}
.gui-block-productlist li .gui-block-productlist-text a {
    white-space: nowrap;
}
.gui ul.gui-products li .gui-products-option, .gui-block-productlist li .gui-block-productlist-option {
    float: right;
    height: 12px;
    width: 12px;
    line-height: 0px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}
.gui-buttons {
    margin: 15px -15px 0px -15px;
    padding: 0px 15px;
}
.gui-div-cart-block-related .gui-buttons, .gui-account-cart .gui-buttons, .gui-account-compare .gui-buttons {
    margin: 0px;
}
.gui-buttons.gui-border {
    padding-top: 15px;
    border-top: 1px solid #CCCCCC;
}
.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image {
    border-color: #8d8d8d;
}
.gui-left {
    float: left;
}
.gui-buttons .gui-left {
    font-size: 90%;
}
.gui a.gui-button-link {
    display: inline-block;
    line-height: 28px;
}
.gui-right {
    float: right;
}
.gui-buttons .gui-right {
    margin-left: 15px;
}
.gui a.gui-button-large, .gui .gui-button-small {
    display: inline-block;
    background-color: #F8F8F8;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #CCCCCC;
    text-decoration: none;
}
.gui a.gui-button-small {
    line-height: 26px;
    padding: 3px 15px;
}
.gui a.gui-button-large, .gui .gui-button-small {
    border-color: #8d8d8d;
    color: #000000;
    background-color: #ffffff;
}
.gui-col2-left .gui-col2-left-col2 {
    float: right;
    width: 72%;
}
.gui-clear, .gui-clearfix:after {
    clear: both;
}
.gui-page-title, .gui h1, .gui h2, .gui h3, .gui h4, .gui h5, .gui h6 {
    line-height: 1.2125em;
    margin-top: -0.2em;
    margin-bottom: 20px;
}
.gui-col2-equal .gui-col2-equal-col1 {
    float: left;
    width: 48.5%;
}
.gui-block-subtitle, .gui-content-subtitle {
    line-height: 1.5;
}
.gui-block-subtitle a {
    float: right;
    font-weight: normal;
}
.gui-col2-equal .gui-col2-equal-col2 {
    float: right;
    width: 48.5%;
}
.gui-spacer {
    height: 30px;
}
.gui-table {
    border: 1px solid #CCCCCC;
    overflow: auto;
}
.gui-block-content .gui-table {
    border-color: #ededed;
}
.gui table {
    width: 100%;
    border-spacing: 0;
    empty-cells: show;
}
.gui-table table {
    border-collapse: collapse;
}
.gui-table thead tr th {
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    color: #333333;
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
}
.gui-table thead tr th {
    border-color: #cbcbcb;
    background-color: #f9f9f9;
}
.gui-nowrap {
    white-space: nowrap;
}
.gui-table tbody tr td {
    padding: 15px 0px 15px 15px;
    border-top: 1px solid #EEEEEE;
}
.gui-table tbody tr:first-child td {
    border: 0;
}
.gui-table.gui-orders tbody tr:last-child td {
    border-color: #EEEEEE;
}
.gui .gui-align-right {
    text-align: right;
}
.gui-table tbody tr td:last-child {
    padding-right: 15px;
}
.gui-table a {
    font-size: 90%;
}
.gui a.gui-button-facebook, .gui-login .gui-content-title, .gui-block-title span, .gui-block-subtitle, .gui-content-subtitle, .gui-block-linklist li.gui-active a, .gui-form .gui-radio span, .gui-popover-title, .gui-popover-title a, .gui-progressbar ul li.gui-active a, .gui-progressbar ul li.gui-done a, .gui-blog-commentlist header cite, .gui-banner, .gui a.gui-bold, .gui-page-title, .gui h1, .gui h2, .gui h3, .gui h4, .gui h5, .gui h6, .gui-table thead tr th, .gui strong {
    font-weight: 600;
}
.gui .gui-button-small {
    line-height: 26px;
    padding: 3px 15px;
}
.gui-page-title, .gui a.gui-bold, .gui-block-subtitle, .gui-table thead tr th, .gui ul.gui-products li .gui-products-title a, .gui-form label, .gui-block-title.gui-dark strong, .gui-block-title.gui-dark strong a, .gui-content-subtitle {
    color: #000000;
}
li.active .mv{
  display:block !important;
}

@media (max-width: 767px){
.fixed-pages {
    padding: 30px 0px;
}
.gui-page-title, .gui h1 {
    font-size: 1.475em;
}
  
}
@media (max-width: 480px){
.gui {
    word-wrap: break-word;
}
.gui-col2-big .gui-col2-big-col1, .gui-col2-big .gui-col2-big-col2, .gui-col2-equal .gui-col2-equal-col1, .gui-col2-equal .gui-col2-equal-col2, .gui-col2-left .gui-col2-left-col1, .gui-col2-left .gui-col2-left-col2, .gui-col2-leftm .gui-col2-leftm-col1, .gui-col2-leftm .gui-col2-leftm-col2, .gui-col2-right .gui-col2-right-col1, .gui-col2-right .gui-col2-right-col2, .gui-col2-rightm .gui-col2-rightm-col1, .gui-col2-rightm .gui-col2-rightm-col2, .gui-col3-center .gui-col3-center-col3, .gui-col3-center .gui-col3-center-col2, .gui-col3-center .gui-col3-center-col3, .gui-col3-equal .gui-col3-equal-col1, .gui-col3-equal .gui-col3-equal-col2, .gui-col3-equal .gui-col3-equal-col3, .gui-col3-equal .gui-col3-equal-col2.gui-div-cart-coupons, .gui-col2-right-col1.gui-div-faq-questions, .gui-blog .gui-col2-right-col1, .gui-col2-right-col2.gui-div-faq-right, .gui-blog .gui-col2-right-col2, .gui-buttons .gui-right, .gui .gui-right a {
    float: none;
    margin: 0px;
    width: 100%;
}
.gui-table thead, .gui-table .gui-button-small, .gui-cart .gui-div-cart-shipping, .gui-table table thead tr th:nth-child(5), .gui-table table tbody tr td:nth-child(5), .gui-cart .gui-table tbody tr td:first-child, .gui.gui-checkout.gui-checkout-confirm .gui-table table thead tr th:nth-child(3), .gui.gui-checkout.gui-checkout-confirm .gui-table table tbody tr td:nth-child(3), .gui.gui-thankyou .gui-table table thead tr th:nth-child(3), .gui.gui-thankyou .gui-table table tbody tr td:nth-child(3), .gui-cart .gui-table tbody tr:last-child td:last-child {
    display: none;
}
.gui-table tbody tr {
    width: 100%;
}
.gui-account .gui-col2-left-col2 .gui-buttons {
    margin-bottom: 30px;
}
.gui .gui-buttons .gui-left a {
    display: block;
    margin: 15px 0px;
}
.gui .gui-buttons .gui-left a {
    display: block;
    margin: 15px 0px;
}
.gui-table {
    padding-bottom: 55px;
    overflow: auto;
}
.gui-account .gui-col2-left-col2 .gui-buttons {
    margin-bottom: 30px;
}
.gui .gui-buttons .gui-left a {
    display: block;
    margin: 15px 0px;
}
.gui-table {
    padding-bottom: 55px;
    overflow: auto;
}

}
@media (max-width: 767px){
.gui-table.gui-orders table tbody tr td.status {
    display: table-cell !important;
}
}

























a, a:hover, a:focus{
      color: inherit;
    text-decoration: none;
    outline: none;
}