
/* OWL Carousel */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}



/* Font */
@font-face {
  font-family: 'MaxLF';
  src: url('/images/design/font/MaxLF-Light.eot?#iefix') format('embedded-opentype'),
         url('/images/design/font/MaxLF-Light.otf')  format('opentype'),
	     url('/images/design/font/MaxLF-Light.woff') format('woff'),
         url('/images/design/font/MaxLF-Light.ttf')  format('truetype'),
         url('/images/design/font/MaxLF-Light.svg#MaxLF-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MaxLF';
  src: url('/images/design/font/MaxLF-Regular.eot?#iefix') format('embedded-opentype'),
         url('/images/design/font/MaxLF-Regular.otf')  format('opentype'),
	     url('/images/design/font/MaxLF-Regular.woff') format('woff'),
         url('/images/design/font/MaxLF-Regular.ttf')  format('truetype'),
         url('/images/design/font/MaxLF-Regular.svg#MaxLF-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaxLF';
  src: url('/images/design/font/MaxLF-Bold.eot?#iefix') format('embedded-opentype'),
         url('/images/design/font/MaxLF-Bold.otf')  format('opentype'),
	     url('/images/design/font/MaxLF-Bold.woff') format('woff'),
         url('/images/design/font/MaxLF-Bold.ttf')  format('truetype'),
         url('/images/design/font/MaxLF-Bold.svg#MaxLF-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}


input[type="text"], input[type="email"], input[type="button"], input[type="submit"], input[type="number"], input[type="image"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}


/* Page / Body */
.webshop-body {
	background-image: url(https://logickeyboard.com/images/design/construction/bg.png);
    font-family: 'MaxLF', arial, helvetica, sans-serif;
    /*overflow-y: scroll !important;*/
}
.webshop-body.webshop-cmspage,
.webshop-body.webshop-b2blogin,
.webshop-body.webshop-productlist,
.webshop-body.webshop-productinfo,
.webshop-body.webshop-showbasket,
.webshop-body.webshop-customercenter,
.webshop-body.webshop-checkout,
.webshop-body.webshop-orderstep4 {
    background-image: url(https://logickeyboard.com/images/design/construction/bg-dark.jpg), url(https://logickeyboard.com/images/design/construction/bg.png);
    background-repeat: no-repeat, repeat;
    background-position: top center;
    background-size: 1680px auto, auto;
}
.webshop-body.webshop-productlist.webshop-search .main {
    padding-top: 92px;
}
.webshop-body.webshop-productlist.webshop-search .main__content {
    text-align: center;
    padding: 55px 0 80px 0;
    min-height: 600px;
    background-image: url(/images/design/construction/bg.png);
}

@media only screen and (min-width: 1680px) {
    .webshop-body.webshop-cmspage,
    .webshop-body.webshop-b2blogin,
    .webshop-body.webshop-productlist,
    .webshop-body.webshop-productinfo,
    .webshop-body.webshop-showbasket,
    .webshop-body.webshop-customercenter,
    .webshop-body.webshop-checkout,
    .webshop-body.webshop-orderstep4 {
        background-size: 100% auto, auto;
    }
}


/* Content pages */
.webshop-body.webshop-orderstep4 .main,
.webshop-body.webshop-customercenter .main,
.webshop-body.webshop-b2blogin .main,
.webshop-body.webshop-cmspage .main {
    background-image: url(https://logickeyboard.com/images/design/construction/bg.png);
    padding-bottom: 70px;
    margin-top: 112px;
}


@media only screen and (min-width: 440px) {
    .webshop-body.webshop-orderstep4 .main,
    .webshop-body.webshop-customercenter .main,
    .webshop-body.webshop-b2blogin .main,
    .webshop-body.webshop-cmspage .main {
        margin-top: 130px;
    }
}


.webshop-body.webshop-orderstep4 .main__content,
.webshop-body.webshop-b2blogin .main__content,
.webshop-body.webshop-customercenter .main__content,
.webshop-body.webshop-cmspage .main__content {
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    -webkit-transform: translateY(-37px);
    -moz-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    -o-transform: translateY(-37px);
    transform: translateY(-37px);
    padding: 30px;
    font-size: 14px;
    line-height: 1.5rem;
}
.webshop-body.webshop-orderstep4 a,
.webshop-body.webshop-b2blogin a,
.webshop-body.webshop-customercenter a,
.webshop-body.webshop-cmspage a {
    color: black;
}



#selectCountryBar {
    background-color: transparent !important;
    width: 1200px;
    margin: 70px auto 0;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding-top: 40px;
    max-width: 100%;
}
#selectCountryBar table, #selectCountryBar tbody, #selectCountryBar tr, #selectCountryBar td {
    display: block;
    width: 100%;
    font-size: 13px;
}
#selectCountryBar #country {
    border: 1px solid #000;
    border-radius: 0;
    height: 24px;
    margin-top: 10px;
    font-size: 12px;
}





/* Header */
.header {
    background-image: url(https://logickeyboard.com/images/design/construction/colorbar.png);
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
/* Footer */
.footer {
    background-image: url(https://logickeyboard.com/images/design/construction/colorbar.png);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: bottom center;
    padding-bottom: 100px;
}


/* section */
.section {
    position: relative;
    overflow: hidden;
}
.section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.section__content {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    -ms-transition: padding .3s;
    transition: padding .3s;
}
.section__title {
    font-size: 30px;
    font-weight: 600;
}
.section__caption {
    font-size: 20px;
}
.section__description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.section__placeholder {
    display: none;
}
.section__button {
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 10px;
    padding: 8px 20px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 140px;
    display: inline-block;
    text-decoration: none;
}
.section.section--professional a {
    color: white;
    text-decoration: none;
}
.section.section--professional ul {
    padding: 7% 0 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.section.section--professional ul span {
    display: block;
    margin-bottom: 14px;
}
.section.section--professional ul span:last-child {
    display: none;
    padding: 8px 30px;
    border: 1px solid #fff;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 300;
}
.section.section--professional ul li {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 2%;
    padding-right: 2%;
    min-width: 26%;
}
.section.section--professional ul li img {
    width: 52px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.section.section--professional .section__content {
    padding-top: 30%;
    text-align: center;
    color: white;
}
.section.section--professional .Text1_Frontpage {
    text-align: center;
}
.section.section--professional .section__title {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 5px;
}
.section.section--professional .section__caption {
    font-size: 26px;
    font-weight: 600;
}
.section.section--professional .section__description {
    font-size: 14px;
}
.section.section--brands .section__image {
    min-width: 1500px;
}
.section.section--brands .section__content {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 35px;
}
.section.section--brands .section__title {
    margin-bottom: 13px;
}
.section.section--brands .section__description {
    margin-bottom: 22px;
}
.section.section--brands .section__button {
    color: black;
    border-color: black;
}
.section.section--product a {
    color: white;
    text-decoration: none;
}
.section.section--product .section__content {
    padding: 15% 10% 0 10%;
    text-align: center;
    color: white;
}
.section.section--product .section__title {
    margin-top: 5px;
}
.section.section--promote .section__content {
    padding-top: 10%;
    color: #fff;
    text-align: center;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
}
.section.section--promote .section__caption {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.section.section--promote .section__title {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.section.section--promote .section__description {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.section.section--promote .section__image {
    min-width: 1140px;
}


.section.section--about {
    margin-top: 8%;
    margin-bottom: 2%;
}
.section.section--about .section__content {
    font-size: 12px;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2%;
}
.section.section--about .section__image {
    opacity: 0.4;
    max-width: 1200px;
}
.section.section--about h1 {
    font-size: 28px;
}
.section.section--about .Text2_Frontpage, .section.section--about .Text1_Frontpage {
    font-size: 14px;
    text-align: center;
    line-height: 1.6em;
}
.section.section--about .section__button {
    border-color: black;
    color: black;
}


.section.section--cases {
    padding-top: 16%;
    padding-bottom: 16%;
}
.section__image, .section .Product_ImageLink_FrontPage img {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    min-width: 767px;
}
@media only screen and (min-width: 480px) {
    .section.section--professional .section__content {
        padding-top: 25%;
    }
}
@media only screen and (min-width: 512px) {
    .section.section--professional .section__content {
        padding-top: 17%;
    }
}
@media only screen and (min-width: 768px) {
    .section.section--professional .section__content {
        padding-top: 15%;
    }
    .section__image, .section .Product_ImageLink_FrontPage img {
        width: 100%;
    }
}
@media only screen and (min-width: 960px) {
    .section.section--professional .section__title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .section.section--professional .section__caption {
        font-size: 34px;
    }
    .section.section--professional .section__description {
        font-size: 20px;
    }
    .section.section--professional ul span,
    .section.section--professional ul span:last-child {
        display: block;
    }
    .section.section--professional ul li {
        min-width: auto;
    }
    .section.section--about {
        margin-top: 120px;
        margin-bottom: 60px;
    }
    .section.section--about .section__image {
        opacity: 1;
    }
    .section.section--about .section__content {
        max-width: 50%;
        padding-top: 5%;
    }
}
@media only screen and (min-width: 1200px) {
    .section.section--cases {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .section.section--brands .section__content {
        padding-top: 7%;
    }
}


/* Logo */
.logo {
    max-width: 237px;
    min-width: 175px;
    padding: 21px 0 0 15px;
}
.logo__image {
    width: 160px;
}
@media only screen and (min-width: 440px) {
    .logo__image {
        width: auto;
    }
}





/* Play button */
.play {
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}
.play__link {
    display: inline-block;
    cursor: pointer;
}
.play__image {
    border-radius: 100px;
    border: 1px solid #fff;
    width: 50px;
    margin-bottom: 10px;
}

/* Modal */
.close-button {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.flex-video {
    margin-bottom: 0;
}


/* Navigation - Primary */
.navigation.navigation--primary {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .3s, opacity .2s;
    -moz-transition: max-height .3s, opacity .2s;
    -ms-transition: max-height .3s, opacity .2s;
    -o-transition: max-height .3s, opacity .2s;
    transition: max-height .3s, opacity .2s;
}
.navigation.navigation--open {
    opacity: 1;
    max-height: 500px;
}
.ProductmenuContainer_DIV {
    padding: 15px 15px 0px 15px;
}
#ProductMenu_List {
    list-style: none;
    margin: 0;
    /*background-color: rgba(0,0,0,0.90);*/
    background-color: rgba(21, 21, 23, 0.95);
    padding: 5px 20px;
    border-radius: 2px;
}
#ProductMenu_List .ProductMenu_MenuItemBold {
    font-weight: normal;
}
#ProductMenu_List .RootCategory_Productmenu {
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
#ProductMenu_List .RootCategory_Productmenu:last-child {
    border-bottom: none;
}
#ProductMenu_List .RootCategory_Productmenu .dropdown {
    display: none;
}
#ProductMenu_List .RootCategory_Productmenu .Activ_Productmenu,
#ProductMenu_List .RootCategory_Productmenu .Deactiv_Productmenu,
#ProductMenu_List .RootCategory_Productmenu .DeActiv_Productmenu {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
@media only screen and (min-width: 1024px) {
    .navigation.navigation--primary {
        overflow: visible;
        opacity: 1;
    }
    .ProductmenuContainer_DIV {
        display: block;
        text-align: center;
        margin-top: 31px;
        padding: 0;
    }
    #ProductMenu_List {
        padding: 0;
        margin: 0;
        background-color: transparent;
        list-style: none;
    }
    #ProductMenu_List .RootCategory_Productmenu {
        display: inline-block;
        border-bottom: none;
    }
    #ProductMenu_List .RootCategory_Productmenu .Activ_Productmenu,
    #ProductMenu_List .RootCategory_Productmenu .Deactiv_Productmenu,
    #ProductMenu_List .RootCategory_Productmenu .DeActiv_Productmenu {
        padding: 10px 13px;
    }
}
@media only screen and (min-width: 1200px) {
    #ProductMenu_List .RootCategory_Productmenu .Activ_Productmenu,
    #ProductMenu_List .RootCategory_Productmenu .Deactiv_Productmenu,
    #ProductMenu_List .RootCategory_Productmenu .DeActiv_Productmenu {
        padding: 10px 15px;
    }
}

/* Navigation - Secondary */
.navigation.navigation--secondary {
    text-align: center;
    margin: 0 0 20px 0;
    padding-left: 10px;
    padding-right: 10px;
}
.navigation.navigation--secondary .Link_Topmenu {
    font-size: 14px;
    color: #000;
    padding: 10px;
    text-decoration: none;
}

/* Navigation - Tertiary */
.navigation.navigation--tertiary {
    margin: 26px 0 0 0;
    list-style: none;
    text-align: right;
    min-width: 160px;
    padding-left: 0;
}
.navigation.navigation--tertiary .navigation__item {
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.25);
    vertical-align: top;
}
.navigation.navigation--tertiary .navigation__item:last-child {
    border-right: none;
}
.navigation.navigation--tertiary .navigation__link {
    color: white;
    display: block;
    padding: 2px 13px 5px 9px;
}
.navigation.navigation--tertiary .navigation__image {
    width: 20px;
}
.navigation.navigation--tertiary .navigation__item.navigation__item--button {
    display: none;
    border-right: none;
}
.navigation.navigation--tertiary .navigation__item.navigation__item--button .navigation__link {
    border: 1px solid rgba(255,255,255,0.25);
    text-transform: uppercase;
    font-size: 9px;
    padding: 8px 18px;
    text-decoration: none;
    letter-spacing: 1px;
}
.navigation.navigation--tertiary .navigation__item.navigation__item--navigation .navigation__link {
    padding-left: 5px;
}
@media only screen and (min-width: 440px) {
    .navigation.navigation--tertiary {
        margin: 35px 0 0 0;
        min-width: inherit;
        padding-left: 0;
    }
}
@media only screen and (min-width: 512px) {
    .navigation.navigation--tertiary .navigation__link {
        padding: 2px 18px 6px 15px;
    }
}
@media only screen and (min-width: 1024px) {
    .navigation.navigation--tertiary .navigation__item.navigation__item--navigation {
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1999px) {
    .top-actions-wrap {
        width: 13%;
        left: 61%;
    }
    .top-nav-wrap {
        width: 61%;
        left: -13%;
    }
}
@media only screen and (min-width: 1200px) {
    .navigation.navigation--tertiary .navigation__item.navigation__item--button {
        display: inline-block;
    }
    .top-actions-wrap {
        width: 20%;
        left: 55%;
    }
    .top-nav-wrap {
        width: 55%;
        left: -23%;
    }
    .navigation.navigation--tertiary {
        min-width: 160px;
    }
}




/* Navigation - Formal */
.navigation.navigation--formal {
    text-align: center;
    list-style: none;
    margin: 0 0 60px 0;
    padding: 0;
}
.navigation.navigation--formal .navigation__item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.navigation.navigation--formal .navigation__link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}




/* share / social */
.social {
    padding: 0;
    margin: 0 0 50px 0;
    list-style: none;
    text-align: center;
}
.social__item {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.social__link {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-size: 9px;
    letter-spacing: 1px;
}
@media only screen and (min-width: 440px) {
    .social__item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .social__link {
        font-size: 10px;
    }
}
.social__image {
    max-width: 45px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-bottom: 8px;
    padding: 11px;
}
.social__caption {
    display: block;
}


/* Newsletter */
.newsletter {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 77px;
    padding-left: 20px;
    padding-right: 20px;
}
.newsletter__title {
    margin-bottom: 11px;
    font-size: 20px;
}
.newsletter__content {
    font-size: 12px;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.newsletter__field,
.newsletter__button {
    vertical-align: top;
    border: 1px solid #000;
    font-size: 12px;
    height: 35px;
    line-height: 33px;
}
.newsletter__field {
    border-right: none;
    padding-left: 15px;
    width: 70%;
    width: -webkit-calc(100% -  120px);
    width: -moz-calc(100% -  120px);
    width: calc(100% - 120px);
}
.newsletter__button {
    background-color: transparent;
    width: 30%;
    width: -webkit-calc(120px);
    width: -moz-calc(120px);
    width: calc(120px);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

/* Creditcards */
.creditcard {
    text-align: center;
}
.creditcard__image {
    width: auto;
    height: 23px;
}



/* Carousel brands */
.carousel.carousel--brands {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.carousel.carousel--brands .carousel__item {
    padding-right: 1px;
}
.carousel.carousel--brands .owl-next {
    right: 20px;
}
.carousel.carousel--brands .owl-prev {
    left: 20px;
}
.carousel.carousel--brands .owl-prev,
.carousel.carousel--brands .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    height: 46px;
    width: 30px;
}
.carousel.carousel--brands .owl-item img {
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 1px;
}
@media only screen and (min-width: 340px) {
    .carousel.carousel--brands {
        padding-left: 100px;
        padding-right: 100px;
    }
    .carousel.carousel--brands .owl-next {
        right: 33px;
    }
    .carousel.carousel--brands .owl-prev {
        left: 33px;
    }
}
@media only screen and (min-width: 1240px) {
    .carousel.carousel--brands .owl-next {
        right: 0;
    }
    .carousel.carousel--brands .owl-prev {
        left: 0;
    }
}
.carousel.carousel--brands {
    padding-bottom: 100px;
}
.section--brands-overlay {
    position: relative;
}
.section--brands-bg {
    position: absolute;
    height: 100%;
    width: 100%;
}



/* Carousel promote */
.carousel.carousel--promote {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}
.carousel.carousel--promote .owl-next {
    right: 20px;
}
.carousel.carousel--promote .owl-prev {
    left: 20px;
}
.carousel.carousel--promote .owl-prev,
.carousel.carousel--promote .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    height: 46px;
    width: 30px;
}
.carousel.carousel--promote .carousel__item {
    text-align: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.carousel.carousel--promote .carousel__button {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 8px 20px 8px 36px;
    font-weight: 300;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 20px;
    min-width: 105px;
}
.carousel.carousel--promote .carousel__button--instagram {
    background-image: url(/images/design/construction/social-white-instagram.png);
}
.carousel.carousel--promote .carousel__button--facebook {
    background-image: url(/images/design/construction/social-white-facebook.png);
}
.carousel.carousel--promote .carousel__button--twitter {
    background-image: url(/images/design/construction/social-white-twitter.png);
}
.carousel.carousel--promote .carousel__button--imdb {
    background-image: url(/images/design/construction/social-white-imdb.png);
}
.carousel.carousel--promote .carousel__button--google-plus {
    background-image: url(/images/design/construction/social-white-google-plus.png);
}
.carousel.carousel--promote .owl-item img {
    max-width: 70px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
}
.carousel.carousel--promote .carousel__name {
    color: white;
}
.carousel.carousel--promote .carousel__title {
    color: white;
    font-size: 10px;
    margin-bottom: 12px;
}

/* Carousel cases */
.carousel.carousel--cases {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.carousel.carousel--cases .carousel__item {
    padding-right: 1px;
}
.carousel.carousel--cases .owl-next {
    right: 3px;
}
.carousel.carousel--cases .owl-prev {
    left: 3px;
}
.carousel.carousel--cases .owl-prev,
.carousel.carousel--cases .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    height: 46px;
    width: 30px;
}
.carousel.carousel--cases .carousel__content {
    min-height: 400px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    padding-top: 16%;
}
.carousel.carousel--cases .carousel__caption {
    font-size: 20px;
}
.carousel.carousel--cases .carousel__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color: #000;
    text-decoration: none;
}
.carousel.carousel--cases .carousel__description {
    font-size: 14px;
    margin-bottom: 25px;
    min-height: 80px;
}
.carousel.carousel--cases .carousel__button {
    /*display: none;*/
    border: 1px solid #000;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 9px 30px;
    color: #000;
}
@media only screen and (min-width: 512px) {
    .carousel.carousel--cases {
        padding-left: 100px;
        padding-right: 99px;
    }
    .carousel.carousel--cases .owl-next {
        right: 20px;
    }
    .carousel.carousel--cases .owl-prev {
        left: 20px;
    }
    .carousel.carousel--cases .carousel__content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (min-width: 960px) {
    .carousel.carousel--cases .carousel__button {
        display: inline-block;
    }
}


.breadcrumb {
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    color: white;
}
.breadcrumb a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-right: 7px;
}
.breadcrumb__separator {
    margin-right: 6px;
    display: inline-block;
    font-size: 14px;
}

/* Category & product lists */
.list__content {
    background-image: url(/images/design/construction/bg.png);
    padding-top: 40px;
    padding-bottom: 110px;
}
.list__header,
.Related_Custom_DIV,
.ProductList_Custom_DIV,
.SubCats_Categories_DIV {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.list__header {
    text-align: center;
    padding-top: 110px;
    margin-bottom: 70px;
    color: white;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 960px) {
    .list__header {
        font-size: 15px;
    }
}
.list__item {
    background-color: #fff;
    text-align: center;
    font-size: 13px;
}
.Related_Custom_DIV .list__item,
.ProductList_Custom_DIV .list__item {
    padding-bottom: 50px;
}
.list__item__image {
    min-height: 130px;
    display: table;
    width: 100%;
    padding: 20px;
}
.list__item__image a {
    display: table-cell;
    vertical-align: middle;
}
.list__item a {
    color: #000;
    text-decoration: none;
}
.list__item__title {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 22px;
}
.Related_Custom_DIV .list__item__title,
.ProductList_Custom_DIV .list__item__title {
    padding-bottom: 15px;
}
.list__item__caption {
    margin-bottom: 10px;
}
.list__item__title,
.list__item__caption,
.list__item__price {
    padding-left: 20px;
    padding-right: 20px;
}
.list__item__price {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 600;
}
.list__item__button {
    border: 1px solid black;
    width: 141px;
    margin-left: auto;
    margin-right: auto;
}
.ProductListCategoryImage {
    display: none;
}
.Related_Custom_DIV > div,
.SubCats_Categories_DIV > div,
.ProductList_Custom_DIV > div {
    width: 100% !important;
    margin-bottom: 1px;
}
.Related_Custom_DIV > div,
.ProductList_Custom_DIV > div {
    float: left;
}
.Related_Custom_DIV:after,
.ProductList_Custom_DIV:after {
    content: " ";
    clear: both;
    display: block;
}
.Heading_ProductList, .Heading_ProductList + br {
    display: none;
}
@media only screen and (min-width: 380px) {
    .Related_Custom_DIV > div,
    .SubCats_Categories_DIV > div,
    .ProductList_Custom_DIV > div {
        width: 50% !important;
        width: -webkit-calc(50% - 1px) !important;
        width: -moz-calc(50% - 1px) !important;
        width: calc(50% - 1px) !important;
        margin-right: 1px;
    }
}
@media only screen and (min-width: 960px) {
    .SubCats_Categories_DIV > div {
        width: 25% !important;
        width: -webkit-calc(25% - 1px) !important;
        width: -moz-calc(25% - 1px) !important;
        width: calc(25% - 1px) !important;
    }
    .Related_Custom_DIV > div,
    .ProductList_Custom_DIV > div {
        width: 33.3333% !important;
        width: -webkit-calc(33.3333% - 1px) !important;
        width: -moz-calc(33.3333% - 1px) !important;
        width: calc(33.3333% - 1px) !important;
        margin-bottom: 1px;
    }
}
@media only screen and (min-width: 1240px) {
    .list__header {
        padding-left: 0;
        padding-right: 0;
    }
}



/* Product */
.product {
    padding-top: 75px;
}
@media only screen and (min-width: 440px) {
    .product {
        padding-top: 93px;
    }
}
.product_top {
    background-color: #fff;
    padding-top: 17px;
    padding-bottom: 116px;
}
.product_top .breadcrumb, .product_top .breadcrumb a {
    color:#000;
}
.product__title {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin: 9px auto 25px;
    max-width: 600px;
    line-height: 1.2em;
}
@media only screen and (min-width: 440px) {
    .product__title {
        font-size: 30px;
    }
}
.product__image {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.product__image.product__image--buy {
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.product__content {
    background-image: url(/images/design/construction/bg.png);
    padding-bottom: 40px;
}
.product__content:before {
    clear: both;
    content: "";
    display: table;
    height: 0;
}
.product__description {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    box-shadow: 0px 0px 0px 2px #F1F1F1;
}
.product__description:after {
    content: "";
    clear: both;
    display: block;
}
.product .section--product .section__placeholder {
    margin-bottom: 60px;
}
.product__details {
    width: 100%;
    float: left;
}
.product__specifications .Description_Productinfo,
.product__details {
    padding: 30px 30px;
}
.product__specifications {
    width: 100%;
    float: left;
    background-color: black;
    color: white;
}
.product__specifications .Description_Productinfo a, .product__specifications .Description_Productinfo font {
    color: white;
}
.product__details a {
    color: black;
}
.product__share {
    margin: 30px 0 0 -2px;
}
.product__navigation {
    min-height: 170px;
    text-align: center;
}
.product__button {
    border: 1px solid #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 10px;
    padding: 10px 20px;
    display: inline-block;
    line-height: 14px;
    background-color: #000;
}
.product__reseller-btn {
    display: block;
    margin-top: 6px;
}
.product__thumbnails {
    background-color: #F1F1F1;
    overflow-y: hidden;
}
.product__thumbnails:after {
    content: "";
    display: table;
    clear: both;
}
.product__thumbnails .Thumbnail_Productinfo {
    margin-right: 0 !important;
    padding: 0px 1px 1px 0;
}
.product__thumbnails .owl-prev,
.product__thumbnails .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0,0,0,0.3);
    padding: 8px 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product__thumbnails .owl-prev img,
.product__thumbnails .owl-next img {
    width: 10px;
}
.product__thumbnails .owl-prev {
    left: 0;
}
.product__thumbnails .owl-next {
    right: 1px;
}
.product__panel {
    background-color: #fff;
    padding: 80px 30px;
    color: #000;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.product__panel .product__title {
    color: black;
}
.product__info {
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin: 17px 0 0;
}
.product__info__item, .product__info__item b, .product__info__item span {
    color: #b1b1b1 !important;
    font-weight: normal;
    font-size: 12px;
}
.product__info__item {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.product__prices {
    text-align: center;
}
.product__prices .Price_Productinfo {
    display: inline-block;
}
.product__buy-wrap {
    padding: 0 20px;
}
.amountWrapper {
    float: left;
}
.amountWrapper .TextInputField_ProductInfo {
    border: 1px solid #000;
    border-right: none;
    text-align: center;
    height: 36px;
    font-size: 12px;
    width: 60px;
}
.product__variant {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.product__variant .Variants {
    width: 213px;
    margin: 0 5px 10px;
}
.product__variant .VariantGroupLabel {
    display: none !important;
}
.product__variant .Variants table, .product__variant .Variants table tr, .product__variant .Variants table td, .product__variant .Variants table tbody {
    width: 100%;
    display: block;
}
.product__variant .OptionSelect_ProductInfo {
    height: 36px;
    border: 1px solid #000;
    border-radius: 0 !important;
    font-size: 11px;
    letter-spacing: 1px;
    padding-left: 10px;
    display: inline-block;
}
.product__buy {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.product__buy-row {
    text-align: center;
}
.product__related-wrap {
    margin-bottom: 20px;
}
.product__buy:after {
    content: "";
    display: table;
    clear: both;
}
.buyWrapper {
    float: left;
    position: relative;
}
.buyWrapper input {
    width: 153px;
    border: 1px solid #000;
}

#product__buy-popup {
    color: #000;
    display:none;
}
.product__buy-popup_header {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}
.product__buy-popup_text {
    text-align: center;
    font-size: 14px;
}
.product__buy-popup_btns {
    text-align: center;
    margin-top: 18px;
}
.product__buy-popup_btns .button {
    margin: 5px;
}
.js-buy-popup_overdiv {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product__buy-popup_link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
}
.product__buy-popup_btns_reseller {
    background-color: #000;
    color: #fff !important;
}
.product__location_type {
    display:none;
}









@media only screen and (min-width: 760px) {
    .product__thumbnails {
        min-height: 133px;
    }
    .product__info__item {
        display: inline-block;
    }
    .product__details, .product__specifications {
        width: 50%;
    }
    .product__specifications .Description_Productinfo,
    .product__details {
        padding: 7% 7.5%;
    }
    .product__reseller-btn {
        display: inline-block;
        vertical-align: top;
        margin-left: 25px;
        margin-top:0;
        margin-right:5px;
    }
}



.prices {
    margin-bottom: 15px;
    font-size: 22px;
}
.prices__text {
    font-size: 10px;
    display: none;
}
.prices__currency {
    display: inline-block;
    margin-right: 5px;
}
.prices__price {
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
}
.prices__shipping,
.prices__tax {
    font-size: 10px;
    color: #b1b1b1;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 2px;
}


/* Basket */
.basket {
    background-image: url(/images/design/construction/bg.png);
    padding-bottom: 110px;
}
.basket__content {
    margin-top: 112px;
    max-width: 1200px;
    background-color: #fff;
    padding: 0px 30px 30px 30px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-37px);
    -moz-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    -o-transform: translateY(-37px);
    transform: translateY(-37px);
}
@media only screen and (min-width: 440px) {
    .basket__content {
        margin-top: 130px;
    }
}
.basket__title {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 50px 0;
}

/* Orderlines */
.order__line {
    display: block;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.order__line:after {
    content: "";
    display: table;
    clear: both;
}
.order__line.order__line--header {
    display: none;
    font-weight: 600;
}
.order__item {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
.order__item a {
    color: black;
}
.order__item:first-child {
    padding-left: 0;
}
.order__item:last-child {
    padding-right: 0;
}
.order__item:nth-child(1) {
    width: 35%;
}
.order__item:nth-child(2) {
    width: 65%;
    padding-right: 0;
}
.order__item:nth-child(3) {
    width: 50%;
    float:left;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.order__item:nth-child(4) {
    display: none;
    width: 10%;
    text-align: right;
}
.order__item:nth-child(5) {
    width: 50%;
    float:left;
    text-align: right;
    display: block;
}

@media only screen and (min-width: 768px) {
    .order__line.order__line--header {
        display: table;
    }
    .order__line {
        display: table;
    }
    .order__item:nth-child(1) {
        width: 15%;
    }
    .order__item:nth-child(2) {
        width: 45%;
        padding-right: 20px;
    }
    .order__item:nth-child(3) {
        width: 20%;
        float: none;
        text-align: center;
        display: table-cell;
    }
    .order__item:nth-child(4) {
        display: table-cell;
    }
    .order__item:nth-child(5) {
        width: 10%;
        float: none;
        display: table-cell;
    }
}

/* Order total */
.cost {
    margin-bottom: 40px;
}
.cost__item {
    display: table;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.cost__item.cost__item--total {
    font-size: 16px;
    border-bottom: 3px double rgba(0,0,0,0.08);
}
.cost__caption, .cost__value {
    display: table-cell;
    padding: 20px;
}
.cost__caption {
    padding-left: 0;
}
.cost__value {
    text-align: right;
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    .cost__item.cost__item--total {
        font-size: 20px;
    }
}




.button {
    border: 1px solid black;
    color: black;
    text-transform: uppercase;
    padding: 8px 20px;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 10px;
}
.button.button--back {
    border: 1px solid #c5c5c5;
    color: #c5c5c5;
}
.button.button--forward {
    font-size: 14px;
    padding: 10px 50px;
}


.navigation.navigation--checkout {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    text-align: center;
}
.navigation.navigation--checkout .navigation__item {
    display: block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}
@media only screen and (min-width: 960px) {
    .navigation.navigation--checkout {
        text-align: right;
    }
    .navigation.navigation--checkout .navigation__item {
        display: inline-block;
    }
}


.webshop-checkout .navigation.navigation--primary,
.webshop-checkout .navigation.navigation--tertiary {
    display: none;
}
.webshop-checkout .main {
    background-image: url(https://logickeyboard.com/images/design/construction/bg.png);
    padding-bottom: 70px;
}
.webshop-checkout #checkout-container {
    width: 100%;
    background-color: #fff;
    margin-top: 112px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    max-width: 1200px;
    position:relative;


    -webkit-transform: translateY(-37px);
    -moz-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    -o-transform: translateY(-37px);
    transform: translateY(-37px);
}

@media only screen and (min-width: 440px) {
    .webshop-checkout #checkout-container {
        margin-top: 130px;
    }
}

.webshop-checkout #checkout-container:after {
    content: "";
    display: table;
    clear: both;
}
.webshop-checkout .footer {
    display: none;
}


#checkout-container h3,
#checkout-container h2 {
    font-size: 14px !important;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}
#checkout-container .checkout-headline {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 40px 0 0;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #F1F1F1 !important;
}
#column-data, #column-shipping-payment, #column-order-summary {
    width: 100% !important;
    padding: 30px !important;
}
#checkout-container #column-data, #checkout-container #column-shipping-payment {
    border-right: none !important;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    #checkout-container #column-data, #checkout-container #column-shipping-payment {
        margin-bottom: 50px;
    }
}

#checkout-container #column-data input[type="text"], #checkout-container #column-data input[type="email"], #checkout-container #column-data input[type="phone"], #checkout-container #column-data #customer-data select, #checkout-container .checkout-select, #checkout-container .checkout-text {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    padding: 5px 7px;
    height: 27px;
    width: 100%;
    float: left;
    box-shadow: none;
}
#checkout-container #column-data #customer-data select, #checkout-container .checkout-select {
    padding-left: 3px;
}
#checkout-container .salesdiscountcode-container {
    width: 70% !important;
    width: -webkit-calc(100% - 80px) !important;
    width: -moz-calc(100% - 80px) !important;
    width: calc(100% - 80px) !important;
}
#checkout-container .salesdiscountcode-button-container {
    width: 30% !important;
    width: -webkit-calc(80px) !important;
    width: -moz-calc(80px) !important;
    width: calc(80px) !important;
}
.checkout-reservedfield-salesdiscountcode {
    border-right: none !important;
}
#checkout-container .checkout-salesdiscount-code-button {
    background-color: transparent;
    text-transform: uppercase;
    height: 27px !important;
    width: 100% !important;
    font-size: 10px !important;
    font-weight: 600;
    border: 1px solid #bfbfbf;
}
#checkout-container #checkout_note {
    height: 50px;
    border: 1px solid #bfbfbf;
    border-radius: 0 !important;
    margin-bottom: 28px;
}
#checkout-container label {
    font-size: 12px;
    width: 100%;
    display: block;
    float: left;
    line-height: 1.4em;
    margin-bottom: 2px;
}
#checkout-container label[for="checkout_customer_zipcode"], #checkout-container label[for="checkout_customer_altdelivery_zipcode"] {
    width: 30%;
    padding-right: 10px;
}
#checkout-container label[for="checkout_customer_city"], #checkout-container label[for="checkout_customer_altdelivery_city"] {
    width: 70%;
}
#customer-alternative-delivery p {
    font-size: 11px;
    margin-bottom: 20px;
    margin-top: -6px;
    line-height: 1.4em;
}
#confirm-termsandconditions-link-text {
    padding-top: 4px !important;
}
#confirm-termsandconditions-link-text a, #confirm-termsandconditions-link-text a:hover, #confirm-termsandconditions-link-text a:active, #confirm-termsandconditions-link-text a:visited {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
#confirm-termsandconditions-link-text a:hover {
    text-decoration: none;
}
#confirm-complete-button {
    margin-top: 40px !important;
    border: 1px solid black !important;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px !important;
    padding: 15px 50px !important;
    background-color: transparent;
    font-weight: bold;
    font-size: 15px !important;
}
#confirm-complete-button:hover {
    background-color: #f7f7f7;
}
#order-creditcard {
    margin-bottom: 50px;
}
#order-confirm, #order-confirm font {
    margin-top: 50px !important;
    color: black !important;
    font-size: 12px;
}
#order-confirm input[type="checkbox"] {
    margin-right: 5px;
}
.div-checkout-checkbox, .div-checkout-checkbox-label {
    display: inline-block !important;
}
#checkout-container .checkout-shipping-description-cell, #checkout-container .checkout-payment-description-cell {
    font-size: 11px;
    font-weight: 600;
}
#checkout-container .checkout-shipping-description-cell .shipping-message, #checkout-container .checkout-payment-description-cell .shipping-message,
#checkout-container .checkout-shipping-description-cell .payment-message, #checkout-container .checkout-payment-description-cell .payment-message {
    font-weight: 300;
}
#checkout-container .checkout-payment-radio-cell, #checkout-container .checkout-shipping-radio-cell {
    padding-top: 4px;
}
.checkout-payment-method-image {
    float: left;
    min-height: 40px;
    width: 34px;
    margin-right: 11px;
}
#payment-methods {
    padding-top: 15px;
    margin-bottom: 46px;
}
#checkout-payment-cardnumber-row, #checkout-payment-cardexpire-date-row, #checkout-payment-controlcode-row {
    margin-bottom: 10px;
}
#checkout-container .left-label {
    line-height: 1.2 !important;
}
#checkout-container .checkout-payment-cardnumber-text {
    width: 100%;
}
#order-summary, #order-summary td, #order-summary a {
    font-size: 11px;
    color: black;
}
#checkout-container table#order-summary td {
    padding: 0 0 8px 0 !important;
}
#checkout-container table#order-summary td.right-align {
    padding-left: 15px !important;
}
#order-summary td {
    padding: 4px 5px;
}
#order-summary td:first-letter {
    text-transform: uppercase;
}
#subscription-maillist label {
    width: 87%;
    margin-bottom: 10px;
}
.checkout-newsletter {
    float: right;
    width: 91%;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    margin-bottom: 10px;
    display: block;
}
#checkout-container .right-label {
    margin-left: 5px;
}
@media only screen and (min-width: 768px) {
    #column-data, #column-shipping-payment {
        width: 100% !important;
        margin: 0 auto;
        max-width: 430px;
        float: none !important;
    }
    #column-order-summary {
        width: 100% !important;
        margin: 0 auto;
        max-width: 430px;
        float: none !important;
    }
}
@media only screen and (min-width: 1000px) {
    #column-data, #column-shipping-payment {
        width: 30% !important;
        margin: 0;
        max-width: inherit;
        float: left !important;
    }
    #column-order-summary {
        width: 40% !important;
        margin: 0;
        max-width: inherit;
        float: left !important;
    }
}

.checkout-country {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 12px;
}
.checkout-country-text {
    width: 100%;
    font-size: 12px;
    border: 1px solid #bfbfbf;
    padding: 5px 7px;
    height: 27px;
}
.checkout-country-popup-text {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 18px;
}
.checkout-country-change {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
.checkout-country-change a, .checkout-country-change a:link, .checkout-country-change a:active, .checkout-country-change a:hover, .checkout-country-change a:visited {
    display: inline-block;
    padding: 6px 10px;
    font-size: 10px;
    color: #808080;
    text-decoration:underline;
}
.checkout-country-change a:hover {
    text-decoration:none;
}
.fancybox-inner #selectCountryBar {
    border-top: 0;
    margin-top: 24px;
    background-color: #fff !important;
    width: 400px;
    min-height: 210px;
}
.checkout-country-header {
    font-size: 12px;
    line-height: 1.4em;
}
.country-loading-overlay {
    position: absolute;
    width: 100%;
    background-color: white;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    padding-top: 43vh;
}
#customer_alternativedelivery_history {
    display: none;
}





.gift {
    text-align: center;
    margin-bottom: 40px;
    display: none;
}
@media only screen and (min-width: 960px) {
    .gift {
        display: block;
    }
}
#freeGiftBannerImgTd{
	background:none;
	width:224px;
	text-align:center;
	padding-top:14px;
	vertical-align:top;
}
#popupFreedelivery #freeGiftBannerImgTd{
	background:url('/CyklopStudio/popup/popupProductBg.png') no-repeat 10px 10px;
	width:180px;
	text-align:center;
	padding-top:14px;
	vertical-align:top;
}
#freeGiftBannerImg{
	height:80px;
	position:relative;
}
#freeGiftBannerImg img{
	margin:0px 0px;
	height:96px;
}
#freeGiftBannerImg img#label{
	position:absolute;
	top:0px;
	left:13px;
	z-index:99;
	height:14px;
}
#freeGiftBannerImgTd #value{
	margin-top:7px;
	color:#999999;
}
#freeGiftBannerImgTd #value span{
	color:#ffffff;
}
#freeGiftBanner{
	background:url('/CyklopStudio/showbasket/freeGiftBg.png');
	width:690px;
	height:124px;
}
#popupFreedelivery #freeGiftBanner{
	background:none;
	width:460px;
	height:124px;
}
#freeGiftBannerTxt{
	font-size:16px;
	color:#999999;
	font-weight:Bold;
	padding:0px 15px;
}
#popupFreedelivery #freeGiftBannerTxt{
	font-size:12px;
	color:#999999;
	font-weight:Bold;
	padding:0px 15px;
}
#freeGiftBannerTxt span{
	font-size:16px;
	color:#ffffff;
	font-weight:Bold;
}
#popupFreedelivery #freeGiftBannerTxt span{
	font-size:12px !important;
	color:#ffffff;
	font-weight:Bold;
}




/* Content pages */

.webshop-body.webshop-b2blogin a {
    color: black;
}
.webshop-body.webshop-b2blogin .main{
    padding-bottom: 0;
}
.webshop-body.webshop-b2blogin form > div > table {
    width: 100%;
}
.webshop-cmspage .CmsPageStyle a {
    color: black;
}
.webshop-cmspage .CmsPageStyle > table {
    width: 100% !important;
}
.webshop-cmspage .BreadCrumb_ProductList {
    font-size: 10px;
    display: none;
}
.webshop-cmspage #leftMenuCont > table {
    width: 100% !important;
}
.webshop-cmspage #leftMenuCont > table img {
    height: auto !important;
}
.webshop-cmspage #leftMenuCont > table > tbody > tr > td:first-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.webshop-cmspage #leftMenuCont > table > tbody > tr > td:first-child li {
    margin-bottom: 10px;
}
.webshop-cmspage #leftMenuCont > table > tbody > tr > td:first-child li:before {
    content: "\276F";
    font-size: 10px;
    vertical-align: middle;
    padding-right: 7px;
}
.webshop-cmspage #leftMenuCont > table > tbody > tr > td:first-child li ul li:before {
    content: "\276F";
    font-size: 10px;
    vertical-align: middle;
    padding-right: 7px;
    padding-left: 20px;
}
.webshop-cmspage #leftMenuCont > table > tbody > tr > td:first-child,
.webshop-cmspage #leftMenuCont > table > tbody > tr > td:last-child {
    width: 100% !important;
    display: block;
}
.webshop-cmspage #leftMenuCont > table [width="770"],
.webshop-cmspage #leftMenuCont > table [width="764"] {
    width: 100% !important;
}
.webshop-cmspage form[name="Subscribe"] table {
    width: 100% !important;
}
.webshop-body.webshop-cmspage .main [type="text"],
.webshop-body.webshop-cmspage .main [type="password"],
.webshop-body.webshop-cmspage .main select,
.webshop-body.webshop-cmspage .main textarea,
.webshop-body.webshop-customercenter .main [type="text"],
.webshop-body.webshop-customercenter .main [type="password"],
.webshop-body.webshop-customercenter .main select,
.webshop-body.webshop-customercenter .main textarea,
.webshop-body.webshop-b2blogin .main [type="text"],
.webshop-body.webshop-b2blogin .main [type="password"],
.webshop-body.webshop-b2blogin .main select,
.webshop-body.webshop-b2blogin .main textarea {
    border: 1px solid black !important;
    border-radius: 0;
    min-height: 30px;
    padding-left: 5px;
    margin-bottom: 3px;
}
.main [type="submit"] {
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
}
#hr {
    background-color: #f3f3f3;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    width:100%;
    max-width: 740px;
}
.webshop-body.webshop-b2blogin table,
.webshop-body.webshop-b2blogin [width="70%"] {
    width: 100% !important;
}
.CustomerFieldsInput_ADDB2B_TD, .webshop-body.webshop-customercenter .BackgroundColor1_Customer td {
    padding: 5px 2px;
}
.SubmitButton_Customer {
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0);
}
.Heading_Customer {
    text-align: center;
}
/*
.webshop-body.webshop-customercenter .BackgroundColor1_Customer {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}*/
.SubmitButton_ADDB2B_TD {
    text-align: center !important;
    padding-top: 20px;
}
.SubmitButton_B2Blogin {
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0);
    padding: 9px 9px;
    text-transform: uppercase;
    font-size: 10px;
}
#leftMenuCont .frmFields {
    margin-bottom: 3px;
}
.cms-contactform {
    max-width: 770px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}
.cms-contactform label {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 1.4em;
}
.cms-contactform input[type="email"], .cms-contactform input[type="text"], .cms-contactform select, .cms-contactform input[type="tel"], .cms-contactform textarea {
    width: 100%;
    line-height: 1.3em !important;
    font-size: 12px !important;
    margin-bottom: 12px !important;
    border: 1px solid #000;
    height: auto !important;
    padding: 5px 8px !important;
}
.cms-contactform textarea {
    height: 100px !important;
    min-height: 100px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.cms-contactform .g-recaptcha {
    float: right;
    margin-top: 13px;
}
.cms-contactform-send {
    text-align: right;
    margin-top: 34px;
}

.contact_addresses td {
  width:auto;
  padding-right: 100px;
}

@media only screen and (max-width: 960px) {
  .contact_addresses td {
    display:block;
    }
}

@media only screen and (min-width: 960px) {
    .webshop-cmspage .BreadCrumb_ProductList {
        display: block;
    }
    .webshop-cmspage #leftMenuCont > table > tbody > tr > td:first-child {
        width: 30% !important;
        width: -webkit-calc(250px) !important;
        width: -moz-calc(250px) !important;
        width: calc(250px) !important;
        display: table-cell;
    }
    .webshop-cmspage #leftMenuCont > table > tbody > tr > td:last-child {
        width: 70% !important;
        width: -webkit-calc(100% - 250px) !important;
        width: -moz-calc(100% - 250px) !important;
        width: calc(100% - 250px) !important;
        display: table-cell;
    }
}




.Tabactive_Customer, .Tabdeactive_Customer, .Tabhover_Customer {
    margin-right: 10px;
}


/* Search */
#Search_Form {
    display: none;
}
.search {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .3s, opacity .2s;
    -moz-transition: max-height .3s, opacity .2s;
    -ms-transition: max-height .3s, opacity .2s;
    -o-transition: max-height .3s, opacity .2s;
    transition: max-height .3s, opacity .2s;
    width: 100%;
    padding: 15px;
}
.search.search--open {
    max-height: 100px;
    opacity: 1;
}
.search__form {
    /*background-color: rgba(0,0,0,0.9);*/
    background-color: rgba(21, 21, 23, 0.95);
    padding: 20px 22px;
    border-radius: 2px;
    width: 100%;

    margin-left: auto !important;
    margin-right: auto !important;
}
.search__field {
    width: 70%;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    border: 1px solid rgba(255,255,255,0.25);
    border-right: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    height: 34px;
    vertical-align: top;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
}
.search__button {
    width: 30%;
    width: -webkit-calc(100px);
    width: -moz-calc(100px);
    width: calc(100px);
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    height: 34px;
    vertical-align: top;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
    .search__form {
        max-width: 400px;
    }
}




/* Receipt */
.GiftCertificate_Download_Header_Order4, .Heading_Order4 {
    border-top: 1px solid #eaeaea;
    display: block;
    font-size: 19px;
    line-height: 1.2em;
    padding: 34px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.GiftCertificate_Download_Break {
    margin-bottom: 22px;
    padding-top: 22px;
}
.GiftCertificate_Download_Link_Container_Order4 {
    float: none;
    margin: 30px auto 0;
}
.GiftCertificate_Download_Link_Text_Order4 {
    display: block;
    font-size: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
.GiftCertificate_Download_Link_Image_Order4 {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.order4Text {
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    padding-bottom: 40px;
    text-align: center;
}
.Order_printIcon img {
    bottom: 1px;
    margin-right: 7px;
    position: relative;
}
.TableLines_OrderStep4 td {
    font-size: 10px;
}
.Heading_Order4 {
    display: block;
}
.Heading_OrderStep4 {
    display: none;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
}
.BackGroundColor1_OrderStep4 hr {
    margin: 20px 0;
}
.Order_printIcon {
    padding-top: 16px;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px !important;
    text-align: right;
    text-decoration: underline;
}
.ProductImage_Order4 {
    margin-bottom: 10px;
    margin-right: 20px;
}
.BasketLine_OrderStep4 {
    border-bottom: 1px solid #eaeaea;
}
.BasketLine_OrderStep4 td {
    padding: 10px 0;
}
.step4FpgBtn {
    background: #8b8b8b none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: block;
    letter-spacing: 0.07px;
    margin: 0 auto;
    padding: 13px 42px 12px;
    text-align: center;
    width: 240px;
}
.step4FpgBtn:hover {
    background-color: #b0b0b0;
    border: 0 none;
    text-decoration: none;
}
.webshop-orderstep4 a, .webshop-orderstep4 a:hover {
    text-decoration: none;
}
.BackGroundColor1_OrderStep4 > tbody > tr + tr > td[width="60%"], .BackGroundColor1_OrderStep4 > tbody > tr + tr > td[width="40%"] {
    display: block;
    padding-bottom: 10px;
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .BackGroundColor1_OrderStep4 > tbody > tr + tr > td[width="60%"], .BackGroundColor1_OrderStep4 > tbody > tr + tr > td[width="40%"] {
        display: table-cell;
    }
    .BackGroundColor1_OrderStep4 > tbody > tr + tr > td[width="60%"] {
        width: 60%;
    }
    .BackGroundColor1_OrderStep4 > tbody > tr + tr > td[width="40%"] {
        width: 40%;
    }
    .Heading_OrderStep4 {
        display: block;
    }
}





.egs_wrap {
    margin: -30px;
}
.egs_wrap td {
    vertical-align: top;
}
.egs__navigation {
    border-right: 1px solid #eeeeee;
    padding: 32px 40px;
}
.egs__navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.egs__navigation li a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 0;
    text-decoration: none;
}
.egs__navigation li a:hover {
    text-decoration: underline;
}
.egs__navigation_header {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}
.egs__navigation_header:first-of-type {
    margin-top: 0;
}
.egs__content {
    padding: 75px 100px;
}
.reseller-map {
    margin-top: 50px;
    position: relative;
    width: 100%;
}
.reseller-map a {
    background-color: #fff;
    border: 1px solid #000;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 10px 1% 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 31.3%;
}
.reseller-map-links {
    left: 0;
    position: absolute;
    top: 28%;
}
.egs__header {
    color: #fff;
    font-size: 15px;
    margin: 110px auto 0;
    max-width: 1240px;
    text-align: center;
}
.webshop-body.webshop-cmspage.webshop-cmspage-egs .main {
    margin-top:75px;
}
.webshop-body.webshop-cmspage.webshop-cmspage-egs .main__content {
    transform: translateY(30px);
}
.egs__header .breadcrumb a {
    color: #fff !important;
}
.egs__header td {
    padding: 0 20px;
}
.egs__content hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #EFEFEF;
    margin: 20px 0;
}
.reseller-list h2 {
    font-size: 30px;
    margin-bottom: 9px;
    margin-top: -16px;
    line-height: 1.4em;
}
.reseller-list h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.reseller-list h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 24px;
}
.reseller-list table td {
    border-bottom: 26px solid #fff;
    border-left: 1px solid #000;
    font-size: 12px;
    line-height: 16px;
    max-width: 33.333%;
    padding: 4px 10px;
    width: 240px;
}
.reseller-list table td strong {
    font-size: 12px;
}




@media only screen and (max-width: 767px) {
    .egs__content {
        padding: 40px 30px 100px;
    }
    .reseller-map a {
        width: 48%;
    }
    .egs__navigation {
        display:none;
    }
    .webshop-body.webshop-cmspage.webshop-cmspage-egs .main {
        margin-top: 25px;
    }
    .reseller-list table, .reseller-list table td, .reseller-list table tr, .reseller-list table tbody {
        display: inline;
    }
    .reseller-list table {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list table td {
        border-bottom: 0 none;
        display: block;
        float: left;
        margin-bottom: 25px;
        max-width: inherit;
        width: 230px;
    }
    .reseller-list h4, .reseller-list h3 {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .reseller-list hr {
        display: block;
        float: left;
        width: 100%;
    }
    .webshop-cmspage iframe {
        width: 100%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .egs__content {
        padding: 40px 50px;
    }
    .egs__navigation {
        padding-left: 20px;
        padding-right: 20px;
    }
    .webshop-body.webshop-cmspage.webshop-cmspage-egs .main {
        margin-top: 40px;
    }
    .reseller-list table, .reseller-list table td, .reseller-list table tr, .reseller-list table tbody {
        display: inline;
    }
    .reseller-list table {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list table td {
        border-bottom: 0 none;
        display: block;
        float: left;
        margin-bottom: 25px;
        max-width: inherit;
        width: 230px;
    }
    .reseller-list h4, .reseller-list h3 {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .reseller-list hr {
        display: block;
        float: left;
        width: 100%;
    }
}




.fancybox-slide--image .fancybox-content {
    background-color: #fff;
}

#ukPopup {
    width: 450px;
    text-align: center;
}
.ukPopupText {
    margin-bottom: 30px;
}
.ukPopupHeader {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
