@font-face{
    font-family:"Neue Haas Grotesk Roman";
    src:url("neue-haas-grotesk-disp-w01-55rm.woff2") format("woff2"),
    url("neue-haas-grotesk-disp-w01-55rm.woff") format("woff");
}

@font-face{
    font-family:"Neue Haas Grotesk Bold";
    src:url("neue-haas-grotesk-disp-w01-75bd.woff2") format("woff2"),
    url("neue-haas-grotesk-disp-w01-75bd.woff") format("woff");
}

@font-face {
    font-family: 'iconworks';
    src: url('icon-works-webfont.eot');
    src: url('icon-works-webfont.eot?#iefix') format('embedded-opentype'),
    url('icon-works-webfont.woff') format('woff'),
    url('icon-works-webfont.ttf') format('truetype'),
    url('icon-works-webfont.svg#icon-worksregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Neue Haas Grotesk Roman', sans-serif;
}

body {
    line-height: 1.5;
    margin-top: 0px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

/* Basics
================================================== */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: unset;
}
.left { float: left }

.right { float: right }

.center { text-align: center; margin: auto; }

.hidden { display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6, .gui .gui-page-title, .price-wrap {
    line-height: 1.1em;
}
h1, .gui .gui-page-title, .price-wrap { font-size: 30px; }
h2 { font-size: 35px; }
h3 { font-size: 25px; }
h4, h5, h6 { font-size: 20px; }

.gui-blog-article h1 , article > header {
    background-color:white;}

p { margin: 10px 0 0 0; line-height: 200%;}
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 90%; }

hr {
    border: solid #f0f0f0;
    border-width: 2px 0 0;
    clear: both;
    height: 0;
    width: 50%;
    margin: 0px auto 20px auto;
}
.no-underline a, a.no-underline { text-decoration: none; }
.line-through { text-decoration: line-through; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* Links */
a, a:visited { color: #444; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

/* List */
ul, ol { list-style-position: inside; }
.no-list-style ul, ul.no-list-style { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.1em 0 0.1em 1em; font-size: 90%;  }
ul li {
    padding: 3px 0px;
}

/* Input */
input,
textarea,
select {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    outline: none;
    margin: 0;
    display: inline-block;
    line-height: 18px;
    max-width: 160px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 38px;
    margin: 0px 15px 15px 0px;
    background-color: white;
}
input[placeholder] {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 0.9rem;
}
select {
    padding: 9px 30px 9px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(triangle.png);
    background-repeat: no-repeat;
    background-position: 90% 15px;
    width: 100%;
}
.gui select {
    background-position: 90% 13px;
}
.ie select {
    background-image: none;
    padding-right: 15px;
}
select::-ms-expand {
    display: none;
}


input:hover,
textarea:hover {
    border-color: #ccc;
}
input:focus,
textarea:focus {
    border-color: #ccc;
}
textarea {
    min-height: 60px;
}
label {
    margin-right: 10px;
    display: inline-block;
    padding: 10px 0px;
}
input[type="checkbox"] {
    display: inline;
    width: auto;
}
a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #000;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 18px;
    padding: 10px;
    outline: 0;
    text-transform: uppercase;
    font-weight: normal;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a.btn.large {
    padding: 16px;
    min-width: 180px;
    text-align: center;
    font-family: 'Neue Haas Grotesk Bold', sans-serif !important;
    font-size: 16px;
    font-weight: normal;

}


/* Align vertical */
.align {
    display: table;
    width: 100%;
}
.align .vertical {
    display: table-cell;
    vertical-align: middle;
}

/* Bootstrap
================================================== */
.container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.row,
.margin {
    margin-bottom: 30px;
}
.page-title {
    margin-bottom: 0;
}
.no-margin {
    margin: 0px;
}

header,
footer.row,
.copyright,
.breadcrumbs,
.headline {
    margin: 0px -45px;
}
footer.row {
    padding: 30px;
}
.copyright,
.breadcrumbs {
    padding: 15px 45px;
}

/* nav
================================================== */
nav {
    position: fixed;
    top: 0px;
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    z-index: 9999;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid;
    text-transform: uppercase;
}
nav.open {
    transform: translateX(0);
}

nav li {
    padding: 0px;
    display: block;
    border-bottom: 1px solid;
}
nav li .itemLink {
    display: block;
    padding: 30px;
    cursor: pointer;
}
nav li .itemLink .sneaker-title-wrap span {
    border-bottom: 2px solid transparent;
}
nav li .itemLink.active .sneaker-title-wrap span,
nav li .itemLink:hover .sneaker-title-wrap span,
nav li .itemLink:active .sneaker-title-wrap span {
    border-bottom: 2px solid black;
}
nav li .itemLink .glyphicon {
    top: 2px;
}
/* sub nav */
nav li .subnav,
nav li .subsubnav {
    position: relative;
    top: 0px;
    height: 100%;
    margin: 0px;
    width: 100%;
    font-size: 100%;
    z-index: 1;
    text-transform: uppercase;
}
nav li .subnav.open,
nav li .subsubnav.open {
    left: 0px;
}
nav li .subnav .itemLink.head {
    font-weight: 600;
}
/* .back */
nav .back {
    cursor: pointer;
    padding: 15px 30px;
}
nav .back span {
    margin-right: 5px;
}
/* .search-input */
.search-input {
    padding: 10px 15px;
}

.search-input form {
    position: relative;
    display: flex;
}
.search-input form input[type="text"] {
    border: 0px;
    height: 40px;
    width: 100%;
    max-width: 100%;
}
.search-input form .btn {
    padding: 5px 10px;
    position: absolute;
    right: 6px;
    top: 6px;
}

/*desktopnav */
/* nav */
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open>a:focus{
    background-color: transparent;
    position: relative;
}
.nav .open > a:after, .nav .open > a:hover:after, .nav .open>a:focus:after {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    content: "";
    border-top: 2px solid;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.navbar ul,
.navbar ul li {
    margin: 0px;
    line-height: 18px;
    text-transform: uppercase;
}
.navbar .item {
    float: left;
    margin-right: 5px;
}
.navbar .item .itemLink {
    display: block;
    padding: 5px;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
    line-height: 20px;
    font-weight:600;
    font-size:14px;
}
.navbar .item.active .itemLink {
    font-weight: 600;
}
.navbar .item.hover .itemLink {
    border-color: #e5e5e5;
}
.navbar .item.sub.hover .itemLink {
    border-bottom-color: white;
}
.navbar .submenu , .navbar .subsubmenu {
    display: none;
    margin-top: -1px;
    border: 1px solid;
    position: absolute;
    min-width: 180px;
    z-index: 10;
}
.navbar .submenu .subitem {
    border-bottom:none;
    list-style-type:none;
    position:relative;

}
.navbar .submenu .subitem:last-child {
    border-bottom: transparent;
}
.navbar .submenu .subitemLink {
    display: block;
    padding: 10px;
    white-space: nowrap;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-weight:600;
}

.navbar .submenu .subsubmenu {
    top: 0;
    left: 80%;
    z-index: 980;
}
.navbar .submenu .subsubmenu.subitemLink {
    padding: 8px;
}

.navbar li:hover .submenu{
    display: block;
}


.submenu .subitem .subsubmenu{
    display:none;
}
.submenu .subitem li:hover .subsubmenu{
    display:none;
}

.subitem li:hover .submenu{
    display:block;
}
.subitem .submenu{
    display:none;
}
li.search-input form .btn {
    padding: 5px 10px !important;
    position: relative;
    right: 0;
    top: 0;
    margin:inherit !important;

}
li.search-input form input[type="text"] {
    border: 0px;
    height: 40px;
    width: 100%;
    max-width: 100%;
    margin:inherit !important;
    color:#999;

}
.searchbar {
    padding: 15px;
    font-weight: 600;
}
.searchbar ul .search-input{
    padding:inherit !important;
    margin-top:15px;

}
.submenu .subitem:hover .subsubmenu {
    display: block;
}



/* .topnav
================================================== */
header.transparent {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
}
header.transparent.black {
    background-color: rgba(29, 29, 29, 0.20);
}
.topnav {
    padding: 20px 25px 20px 45px
}
.topnav.e-2018{
    padding: 10px 20px;
}
.topnav.opacity {
    background-color: rgba(0, 0, 0, 0.03);
}
.topnav .item.open .burger,
.topnav .item.open .attribute {
    opacity: 0.8;
}
.topnav .burger {
    margin-top: 4px;
    display: inline-block;
}
.topnav .burger,
.topnav .item .attribute {
    cursor: pointer;
}
.topnav .burger li {
    height: 6px;
    margin-bottom: 4px;
    width: 29px;
    display: block;
    padding: 0px;
}
.topnav .burger li.last {
    margin-bottom: 0px;
}
.topnav .item {
    padding: 0px 20px;
    display: inline-block;
    position: relative;
}

.details a.btn, .details a.btn:visited, .details a.btn {
    background-color: #000 !important;
    font-family: 'Neue Haas Grotesk Bold', Helvetica, Arial, sans-serif;
    border-radius: 100px !important;
}
.product-details .remove {
    background-color: #000 !important;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 20px;
}
.topnav .details .product-details .remove .glyphicon {
    color: #fff;
}
.topnav .details .btn {
    margin: 20px 0 0 0 !important;
}
.topnav .details .product-details {
    padding: 20px 0;
    position: relative;
    border-color: #000;
}



/* .details */
.topnav .details {
    position: absolute;
    right: -3px;
    text-align: left;
    width: 350px;
    margin-top: 20px;
    display: none;
    z-index: 9998;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
}
.topnav .details .title {
    text-transform: uppercase;
}
.topnav .details:before {
    content: ' ';
    border-top: 12px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid;
    border-style: solid;
    position: absolute;
    top: -25px;
    right: 22px;
}
.topnav .details:after {
    content: ' ';
    border-top: 12px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid;
    border-left: 10px solid transparent;
    border-style: solid;
    position: absolute;
    top: -24px;
    right: 23px;
}


/* .language-currency */
.topnav .details .language-currency:last-child {
    border-bottom: 0px;
}
.topnav .details .language-currency .title {
    font-weight: 600;
    display: block;
}
.topnav .details .language-currency a.active,
.topnav .details .language-currency a:hover,
.topnav .details .language-currency a:active{
    border-bottom: 4px solid;
}
.topnav .details .language-currency a {
    display: inline-block;
    margin: 0px 10px 5px 0px;
    padding: 10px 0px 5px;
}

/* Productpage
================================================== */
.product-titlefull{
    padding: 48px 0 24px 0
}
.product-image {
    position: relative;
}

/* .cart */
.cart .quantity-items {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    z-index: 1;
    top: -7px;
    left: 13px;
}
.topnav .details .product-details,
.topnav .details .language-currency {
    padding: 15px;
    border-bottom: 1px solid;
    position: relative;
}
.topnav .details .product-details .remove {
    position: absolute;
    right: 0 !important;
    top: auto;
    font-size: 12px;
    line-height: 1;
    padding: 5px 5px 4px 5px;
    margin-top: 0;
    bottom: 15px;
}
.topnav .details .product-details .remove .glyphicon {
    top: 0px;
}
.topnav .details .product-details .subtitle {
    display: block;
}
.topnav .details .product-details .subtitle {
    font-size: 90%;
}
.topnav .details .btn {
    margin: 15px;
    display: block;
    text-align: center;
    padding: 15px
}

/* Pages
================================================== */
/* index */
.headline {
    margin-top: -30px;
    margin-bottom: 45px;
}
.headline .slider {
    max-height: 600px;
    overflow: hidden;
}
.headline .col-md-12 {
    padding: 0px;
    position: relative;
}

/* .Breadcrumbs */
.breadcrumbs a {
    margin-right: 15px;
}

/* .filters */
.price-filter input {
    margin-left: 5px;
    width: 72px;
}
.grid-list .list {
    margin-left: 5px;
}
.grid-list .glyphicon {
    line-height: 36px;
    font-size: 18px;
    opacity: 0.5;
    cursor: pointer;
}


/* .checkbox */
#filter-checkbox {
    margin-bottom: 10px;
}
.checkbox {
    padding-top: 15px;
    padding-bottom: 30px;
}
.checkbox label {
    display: block;
    padding: 5px 0px;
}
.checkbox strong {
    margin-right: 10px;
    display: block;
    margin-bottom: 5px;
}
.checkbox input {
    height: auto;
    margin: 0px 5px 0px 0px;
}


/* Headline */
.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider li {
    float: left;
    padding: 0px;
}
.slider img {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    height: auto !important;
    margin: auto;
}
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    text-align: center;
    line-height: 16px;
    padding: 10px;
}
.slider-prev {
    left: 0px;
}
.slider-next {
    right: 0px;
}
.slider-pagination {
    width: 100%;
    text-align: center;
    line-height: 0px;
    bottom: 30px;
    margin: 0;
}
.slider-pagination.text {
    bottom: 60px;
}
.slider-pagination a {
    display: inline-block;
    height: 14px;
    width: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-indent: -9999px;
    margin: 0px 6px;
    padding: 0px;
    border: 2px solid #e5e5e5;
}
.product-image .slider-pagination a {
    height: 10px;
    width: 10px;
}
.slider-pagination a.active {
    background: #eee;
}

/* .Product-info */
.product-info {
    margin-top: -10px;
    margin-bottom: 30px;
}

.product-info .stars .glyphicon.active {
    color: #FDAD5F;
}
.product-info .stars,
.product-info .stock {
    margin-right: 30px;
}
.product-info .stock .dot {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    top: -2px;
}
.product-info .stock .dot.green {
    background-color: #23E460;
}
.product-info .stock .dot.red {
    background-color: #F88879;
}
.product-info .brand .glyphicon {
    margin-right: 5px;
}
.product-info .glyphicon {
    color: #C5C5C5;
}


/* .product-configure*/
.product-configure {
    margin-top: 30px;
}
.product-configure label {
    min-width: 100px;
}
/* Quantity */
.quantity {
    margin-top: 30px;
}
.quantity input {
    width: 50px;
    text-align: center;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    margin-right: 0px;
    padding: 0px;
    border-radius: 3px 0px 0px 3px;
}
.quantity .change {
    float: left;
    width: 19px;
    height: 50px;
    background-color: #f7f7f7;
    margin-right: 15px;
    border: 1px solid;
    border-left: 0px;
    border-radius: 0px 3px 3px 0px;
}
.quantity .change a {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 24px;
    position: relative;
}
.quantity .change a.down {
    border-top: 1px solid;
}
.quantity .change a span.arrow-up {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #B5B5B5;
    position: absolute;
    top: 10px;
    right: 6px;
}
.quantity .change a span.arrow-down {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #B5B5B5;
    position: absolute;
    bottom: 10px;
    right: 6px;
}
.add-to-cart .btn {
    margin-bottom: 10px;
}
#tipme-modal .tipme-modal_closebtn {
    padding: 0 !important;
}
#ProductSelect-option-tipme input[type='radio']+label {
    line-height: 18px !important;
}
.tipme-widget {
    max-width: none !important;
}
#beneficiary-name {
    transform: translateY(-10px) !important;
}
.tipme-widget_tooltip .tipme-widget_tooltiptext {
    margin-left: -106px !important;
    transform: translateY(-5px) !important;
    border-radius: 0 !important;
}
.tipme-widget_tooltip .tipme-widget_tooltiptext::after {
    right: 10px !important;
    left: unset !important;
}

.d-block {
    display: block;
}

/* Tabs */
.tabs-wrap {
    margin-top: 30px;
}
.tabs-wrap p {
    margin-top: 0px;
}
.tabs {
    padding: 60px 30px 0px 30px;
}
.tabs ul li {
    display: block;
    float: left;
    margin: 0px 30px 30px 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.tabsPages {
    line-height: 170%;
    width: 100%;
}
.tabsPages .page {
    display: none;
    max-height: 300px;
    overflow: auto;
    padding: 0px 30px 60px 30px;
}
.tabsPages .page.active {
    display: block;
}
.tabsPages .page hr {
    width: 100%;
    margin: 30px auto 30px auto;
}

/* Home
================================================== */
/* text */
.home.text {
    margin-top: -45px;
    position: relative;
    top: -30px;
    margin-bottom: 25px;
}
.home.text .text-center {
    padding: 60px 60px 0px 60px;
}

/* Unique Sellingpoints
================================================== */
.pros h5 {
    margin-bottom: 10px;
}
.pros h2 {
    margin-bottom: 35px;
}
.pros .pro .glyphicon {
    margin: 30px 0px 15px 0px;;
}

/* Products / Categories
================================================== */
.categories h2,
.products h2 {
    margin-bottom: 20px;
    margin-top:30px;
    text-align: center;
}
.category,
.product {
    border: 0px solid;
    margin-bottom: 0px;
}
.category .info {
    margin-bottom: 20px;
}
.category .info,
.product .info {
    padding: 10px 0 20px 0;
    position: relative;
    text-align: center
}
.category .info h3,
.product .info h3 {
    font-size: inherit;
    font-weight: normal;
    margin: 0px;
    text-transform: none;
    display: inline-block;
    font-family: 'Neue Haas Grotesk Bold', Helvetica, Arial, sans-serif;
}
.category .info h3 {
    font-size: 1rem;
}
.category .info .arrow-down {
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -12px;
    right: 20px;
}
.category img,
.product img {
    width: 100%;
    height: auto;
    background-color: #FFF;
    position: relative;
    top:0;
}

/* list */
.product.list img {
    width: auto;
}
.product.list .info {
    padding: 30px;
    display: table-cell;
}
.product.list .description {
    margin-top: 15px;
}
.product.list .info .btn {
    margin: 15px 0px;
}
.product .product-link{
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 0 !important;
}
.product .product-link img {
    position: relative;
    top:0;
}
html.touch .tipme-widget_tooltiptext {
 display: none !important;
}
html.touch header {
    width: 100vw;
}
html.touch .product .product-sizes{
    position: relative;
    bottom: 20px;
}
.product .product-sizes{
    position: relative;
    bottom:0;
    display:block;
    width: 100%;

    opacity: 1;

    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);

    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;

}

.product .product-sizes.invisible{
    display: none;
}
.product:hover .product-sizes{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.basket-info{
    display: none;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #ccc;
    padding: 10px 0;
}
.basket-info.show-it{
    opacity: 1;
}

/* pager */
.pager ul.right li.number {
    margin-right: 5px;
}
.pager ul.right li.prev {
    margin-right: 10px;
}
.pager ul.right li.next {
    margin-left: 5px;
}
.pager ul.right li.prev,
.pager ul.right li.next {
    line-height: 25px;
}
.pager ul.right li.prev,
.pager ul.right li.next,
.pager ul.right li.active {
    font-weight: 600;
    text-transform: uppercase;
}
.pager ul.right li a.btn {
    padding: 4px 10px;
}

/* Tags
================================================== */
.tags {
    margin-bottom: 50px;
}
.tags h2 {
    margin-bottom: 30px;
    margin-top:30px;
}
.tag {
    display: inline-block;
}
.tag {
    display: inline-block;
    text-transform: uppercase;
    background-color: #FDAD5F;
    margin: 0px 10px 10px 0px;
    padding: 5px 20px 5px 10px;
}
.tag:last-child {
    margin-right: 0px;
}
.tag h4,
.tag-2 h4 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0px;
    display: inline;
}
.tag h4 {
    font-weight: 600;
}
.tag .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: white;
    margin-right: 10px;
    vertical-align: 2px;
}

/* Footer
================================================== */
footer h5 {
    margin-bottom: 5px;
}
footer .info {
    margin: 0px 0px 10px 0px;
}
footer form#formNewsletter {
    padding-top: 10px;
}
footer input#formNewsletterEmail {
    margin: 0px;
    border: 0px;
    padding: 10px 15px;
    border-radius: 3px 0px 0px 3px;
    float: left;
    min-width:185px;

}
footer .btn.input {
    text-transform: uppercase;
    border-radius: 0px 3px 3px 0px;
}


/* hallmarks */
footer .hallmarks {
    margin-top: 2rem;
}
footer .hallmarks img {
    display: inline-block;
    width: 70%;
    margin: 20px 0 20px 0;
    max-width: 300px;
}

/* .payment-methods */
.payment-methods img {
    margin: 0;
    height: 22px;
    position: relative;
}

/* .social-icons */
.social-media {
    margin-top: 30px;
}
.social-media .social-icon {
    display: inline-block;
    background-image: url(social-icons.png);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    margin-right: 2px;
}
.social-media .social-icon:hover {
    opacity: 1;
}
.social-media .social-icon.facebook { background-position: 0px 0px; }
.social-media .social-icon.twitter { background-position: -32px 0px; }
.social-media .social-icon.google { background-position: -64px 0px; }
.social-media .social-icon.pinterest { background-position: -96px 0px; }
.social-media .social-icon.youtube { background-position: -128px 0px; }
.social-media .social-icon.tumblr { background-position: -160px 0px; }
.social-media .social-icon.instagram { background-position: -192px 0px; }

/* .copyright */
.copyright {
    border-top: 1px solid;
}

/* GUI */
.messages {
    margin-bottom: 0px !important;
}
.gui-form .gui-checkbox input, .gui-form .gui-radio input {
    height: auto;
}
.gui a.gui-button-large, .gui a.gui-button-small {
    text-transform: uppercase;
}
#gui-wrapper {
    margin: 0 12px 30px 12px;

}
.messages.product-page ul {
    position: absolute;
    margin-top: 15px;
    z-index: 9998;
    margin-left: -30px;
}
.messages.index ul {
    position: fixed;
    top: 30px;
    z-index: 9998;
}
/* BUNDLES
================================================== */

.bundleproductinfo h3 {
    font-size: 14px;
}
.bundle h3 {
    margin-bottom: 25px;
}
.glyph-bundle{
    position: absolute;
    top: 60px;
    margin-left: -21px;
}
.bundlecart{
    width:16.666667%;
}
.bundleproductinfo{
    height:60px;
}

.bundleproductinfo p {
    margin-top: -6px;
    font-size: 12px;
}

.line-through {
    text-decoration: line-through;
}
.bundle-actions > div > div:nth-child(5) > .product > .glyph-bundle{
    display:none;
}
.price.total {
    margin-bottom: 25px;
}

.tipme-module label[for=ProductSelect-option-tipme] {
    display: inline-block;
    padding: 20px 0;
}
.tipme-module_title .tipme-module_more {
    margin: 5px;
    color: black !important;
    border-color: black !important;
}
.tipme-overlay_activator {
    border-bottom: 1px solid black !important;
}

.gui-invisible
{
    visibility:visible!important;
}

.no-padding{
    padding: 0 !important;
}

.gui a.gui-action.gui-action-delete {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(icon-delete.png);
    background-size: cover;
    opacity: 1;
}

#formNewsletter {
    display: flex;
    justify-content: center;
}
#formNewsletter .btn {
    border: 0;
}

#formNewsletterEmail {
    background-color: #f1f1f1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .social-media .social-icon {
        background-image: url(social-icons-2x.png);
        background-size: cover;
    }
    select {
        background-image: url(triangle-2x.png);
    }
}

@media (max-width: 480px) {
    .headline {
        margin: 0px -15px;
    }
    .copyright,
    .breadcrumbs {
        margin: 0px -15px;
        padding: 15px;
    }
    footer.row {
        margin: 0px -15px;
        padding: 30px 0px;
    }
    .product.list img {
        width: 100%;
        height: auto;
    }
    .product.list .description,
    .product.list .info .btn,
    .product.list .info .actions {
        display: none;
    }
    .product .info {
        text-align: left;
    }
    .filters {
        margin-bottom: 30px;
    }
    .home.text {
        margin-top: -15px;
        top: 0px;
    }
    .home.text .text-center {
        padding: 30px;
    }
    .slider-pagination,
    .slider-pagination.text {
        bottom: 20px;
    }
    .product-info .stars,
    .product-info .stock,
    .product-info .brand {
        margin-right: 0px;
        float: none;
    }
    .product-info .stock {
        margin: 15px 0px;
    }
    .topnav {
        padding: 0px 15px;
    }
    .topnav .item {
        padding: 10px 0px 10px 20px;
        position: inherit;
    }
    .topnav .item:first-child {
        padding: 10px 0px;
    }
    .filters select.left,
    .filters .price-filter.left {
        float: none;
        display: block;
        clear: both;
    }
    .filters .grid-list.right {
        display: none;
    }
    .filters .price-filter .left {
        float: none;
    }
    .filters .price-filter .left:last-child input {
        margin-bottom: 0px;
    }
    .product-image {
        margin-top: -15px;
    }
    .price-wrap {
        float: none;
        clear: both;
        padding: 8px 4px 8px 0px;
    }
    .add-to-cart .btn {
        width: 100%;
    }
    .quantity .change {
        width: 25px;
    }
    .quantity .change a span.arrow-up,
    .quantity .change a span.arrow-down {
        right: 9px;
    }
}

@media (max-width: 767px) {
    h1, .gui-page-title, .price-wrap { font-size: 28px; }
    h2 { font-size: 35px; }
    h3 { font-size: 25px; }
    h4, h5, h6 { font-size: 20px; }
    input[type="text"],
    input[type="password"],
    input[type="email"] {
        padding: 10px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .product.list .info {
        padding: 15px;
    }
    nav.slide-open {
        left: 0px;
    }
    .product-titlefull{
        padding: 48px;
    }
    .topnav .search .search-input {
        width: 200px;
    }
    .product-image {
        margin-bottom: 30px;
    }
    .topnav .details {
        right: 15px;
        width: 300px;
        position: fixed;
    }
    .topnav .cart .details:before  {
        right: 63px;
    }
    .topnav .cart .details:after  {
        right: 64px;
    }
    .topnav .language .details:before  {
        right: 109px;
    }
    .topnav .language .details:after {
        right: 110px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    footer input#formNewsletterEmail,
    footer .btn.input {
        border-radius: 3px;
    }
    footer .btn.input {
        margin: 0;
    }
    footer input#formNewsletterEmail {
        max-width: 100%;
    }
}

@media (max-width: 992px){
    .bundle{
        display:none;
    }
    .product:nth-child(5) > .glyph-bundle{
        display:none;
    }
}

@media (min-width: 1200px) {
    .product-image {
        margin: 0px;
    }
    .product-info {
        margin-top: 0px;
    }
    .items.vertical.text-right {
        width: 267px;
    }
}
