@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #e1831e;
  }
  100% {
    transform: scale(0.3);
    background-color: #ffffff;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #e1831e;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #ffffff;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #e1831e;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #ffffff;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #e1831e;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #ffffff;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #e1831e;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #ffffff;
  }
}
@-webkit-keyframes waitingIcon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
@media screen and (min-width: 1280px) {
  .hide-above-1280 {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .header-primary-container {
    margin-top: -18px;
  }
  .hide-above-960 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .header-primary-container .mini-cart {
    background-color: #F3F1EE;
    min-height: 40px;
    max-width: 352px;
    width: 90%;
  }
  .header-primary-container .mini-cart a span {
    color: #B3B3B0;
    line-height: 39px;
    font-weight: 600;
  }
  .header-primary-container .mini-cart a span .icon {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 10px;
  }
  .hide-above-768 {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .hide-above-480 {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .header-top-container .inner-container .item.language.mobile {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 960px) {
  #header-nav {
    margin-top: -9px;
  }
}
@media screen and (max-width: 960px) {
  .nav-container .nav-mobile .nav-item a span {
    font-size: 16px;
  }
  .nav-container .nav-mobile .nav-item a span > .opener {
    color: #DD7200;
  }
}
@media screen and (max-width: 990px) {
  .hide-below-990 {
    display: none !important;
  }
}
.button3 {
  padding: 13px 20px;
  font-size: 13px;
  background: #f3f2ef;
  color: #999999;
  text-transform: uppercase;
  font-weight: 600;
}
.button3:hover {
  background: #f7f7f5;
  color: #e1831e;
  text-decoration: none;
}
.button3 .fa {
  color: #e1831e;
}
.mb-top-layered-navigation.m-topmenu dl dt {
  font-weight: 600 !important;
}
.recommended-products .slick-list {
  width: calc(100% + 50px);
  margin-left: -25px;
  padding: 0 25px;
}
.main.container {
  padding-top: 0 !important;
}
.breadcrumbs {
  margin-bottom: 5px;
}
.breadcrumbs li.home {
  display: none;
}
.breadcrumbs li a {
  color: #e1831e;
  padding: 0 5px;
}
.breadcrumbs li a:hover {
  color: #e79c4b;
}
.breadcrumbs li .fa {
  color: #e1831e;
  margin-top: -2px;
  font-size: 12px;
}
.breadcrumbs li span.last-crumb {
  margin-left: 5px;
  color: #333333;
}
body a {
  color: #3f3f3f;
}
body a:hover {
  text-decoration: none;
  color: #e1831e;
}
a.underline2 {
  border-bottom: 1px solid #f3cda5;
  color: #595959;
  padding-bottom: 2px;
  transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
}
a.underline2:hover {
  color: #e1831e;
  text-decoration: none;
}
.button2 {
  right: 55px;
  width: 100%;
  height: 35px;
  border: none;
  background: #e1831e;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -webkit-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
}
.button2:hover {
  background: #e59239;
}
body .button {
  background-color: #ddd !important;
  color: #8d8c8c;
}
.block-header {
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
#scroll-to-top:hover {
  text-decoration: none;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.fa {
  color: #cbc9c6;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-splitter-line {
  height: 2px;
  width: 300px;
  background: #f1f1f1;
  margin: 40px auto 0;
}
.btn-home {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8d8c8c;
  line-height: 35px;
  padding: 0 15px;
  letter-spacing: 0.05em;
}
.btn-home:hover {
  background-color: #f9f9f6 !important;
}
a:focus {
  outline: none !important;
}
body {
  margin-bottom: 208px !important;
}
html {
  min-height: 100%;
  position: relative;
}
.text-black {
  color: black;
}
.remove-text-decoration {
  text-decoration: none !important;
}
.remove-text-decoration:hover,
.remove-text-decoration:active {
  text-decoration: none !important;
}
#scroll-to-top {
  text-decoration: none !important;
  transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background 200ms ease-in-out;
}
#scroll-to-top::before {
  color: #e1831e;
}
#scroll-to-top:hover {
  background: #eaa862;
}
#scroll-to-top:hover::before {
  color: #f5f5f5;
}
.nav-regular .nav-block.nav-block--left {
  width: 14.66%;
}
.nav-regular .nav-block.nav-block--left .button-links {
  max-width: 140px;
}
.nav-regular .nav-block.nav-block--left .button-links a {
  display: inline-block;
  padding: 7px 18px;
  background: #f3f2ef;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #727272 !important;
}
.nav-regular .nav-block.nav-block--left .button-links a:hover {
  background: #f7f7f5 !important;
  color: #e1831e !important;
}
.nav-regular .nav-block.nav-block--center {
  width: 81.33%;
}
.business-spots {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .business-spots {
    margin-top: 25px;
  }
}
.business-spots i {
  color: #cbc9c6;
  display: inline-block;
  margin-top: 3px;
  min-height: 32px;
  min-width: 32px;
  text-align: center;
}
.business-spots p {
  color: #727272;
  font-family: "Source Sans Pro";
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.business-spots p.spotlabel {
  font-size: 17px;
  font-weight: bold;
  color: #1d1d1b;
}
@media screen and (max-width: 991px) {
  .business-spots .col-md-4 {
    margin-top: 20px;
  }
}
.business-spots .label-div {
  padding-left: 0px;
}
.business-spots .icon-div {
  padding-right: 0px;
  padding-left: 30px;
}
.credit-cards.hide-below-1280.item.item-right {
  padding-left: 12px;
  padding-right: 12px;
}
.credit-cards.item.item-right {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1280px) {
  .credit-cards.item.item-right {
    display: none !important;
  }
}
.credit-cards.item.item-right svg {
  height: auto;
  width: 53px;
}
.credit-cards.item.item-right svg .st0 {
  fill: #01B0EF;
}
.credit-cards * {
  border-radius: 4px;
  height: auto;
  margin-left: 8px;
  width: 30px;
}
.credit-cards *.special-payment {
  width: 50px;
}
.magestore-bannerslider .flexslider {
  border: 2px solid #f0c18f;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 20px;
}
.magestore-bannerslider .flexslider .flex-control-paging {
  display: none;
}
.slickslider {
  margin: 0 -8px;
}
.slickslider .slick-slide {
  padding: 8px;
}
.slick-list .slick-slide {
  padding: 0;
}
.slick-list .slick-slide img {
  padding: 0px 5px 0px 5px;
}
.checkout-onepage-success .page-title {
  line-height: normal;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  margin-left: -50px;
}
@media screen and (max-width: 640px) {
  .checkout-onepage-success .page-title {
    margin: 0;
    text-align: center;
  }
}
.checkout-onepage-success .lower-header {
  text-align: center;
}
.checkout-onepage-success .header-items {
  position: relative;
}
.checkout-onepage-success .header-items > * {
  position: absolute;
}
@media screen and (max-width: 650px) {
  .checkout-onepage-success .header-items {
    margin-top: 20px;
  }
}
.checkout-onepage-success .header-items .continue-shopping {
  display: inline-block;
  left: 0;
}
@media screen and (max-width: 650px) {
  .checkout-onepage-success .header-items .continue-shopping {
    top: -50px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.checkout-onepage-success .header-items .continue-shopping a {
  position: relative;
  padding: 8px 20px 8px 13px;
  display: inline-block;
}
.checkout-onepage-success .header-items .continue-shopping a .fa {
  padding-left: 6px;
  font-size: 15px;
  margin-right: 5px;
}
.checkout-onepage-success .header-items .credit-cards {
  margin-top: 8px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .checkout-onepage-success .header-items .credit-cards {
    display: none;
  }
}
div#m-wait p#loading_mask_loader {
  color: #e1831e;
  background-color: white;
  min-height: 36px;
  padding: 20px;
  margin: 0;
  width: auto;
}
div#m-wait p#loading_mask_loader span.icon {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.43);
  margin: 0 auto 10px;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
div#m-wait p#loading_mask_loader span.icon i {
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  border: 6px solid #e1831e;
  border-top-color: #FFC485;
  border-bottom-color: #FFC485;
  -webkit-animation: waitingIcon 2.5s infinite ease-in-out;
  animation: waitingIcon 2.5s infinite ease-in-out;
}
.checkbox2 {
  margin-left: 25px;
}
.checkbox2 .checkbox-wrapper {
  position: relative;
}
.checkbox2 .checkbox-wrapper label {
  margin-top: 2px;
  font-weight: 300;
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 5px;
  top: 0;
  left: 0;
}
.checkbox2 .checkbox-wrapper label:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background: url(/media/icons/checkbox/checkbox.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: -30px;
  transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
}
.checkbox2 .checkbox-wrapper label:hover:after {
  background: url("/media/icons/checkbox/hover.png") no-repeat;
  background-size: contain;
}
.checkbox2 .checkbox-wrapper input[type="checkbox"] {
  margin-top: 0;
  display: none;
}
.checkbox2 .checkbox-wrapper input[type="checkbox"]:checked + label:after {
  background: url("/media/icons/checkbox/active.png") no-repeat;
  background-size: contain;
}
.radio2 {
  margin-left: 25px;
  min-height: 36px;
}
.radio2 .radio-wrapper {
  position: relative;
}
.radio2 .radio-wrapper label {
  margin-top: 2px;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
  top: 0;
  left: 0;
}
.radio2 .radio-wrapper label:after {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background: url(/media/icons/radio/radio0.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -25px;
  transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
}
.radio2 .radio-wrapper label:hover:after {
  background: url(/media/icons/radio/radio1.png) no-repeat;
  background-size: contain;
}
.radio2 .radio-wrapper input[type="radio"] {
  margin-top: 0;
  display: none;
}
.radio2 .radio-wrapper input[type="radio"]:checked + label:after {
  background: url(/media/icons/radio/radio2.png) no-repeat;
  background-size: contain;
}
span.required {
  color: #999999 !important;
}
#iwd_load_bar {
  position: relative;
  width: 156px;
  height: 19px;
  margin: auto;
}
#iwd_load_bar .load_bar {
  position: absolute;
  top: 0;
  background-color: #e1831e;
  width: 19px;
  height: 19px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.235s;
  -o-animation-duration: 1.235s;
  -ms-animation-duration: 1.235s;
  -webkit-animation-duration: 1.235s;
  -moz-animation-duration: 1.235s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
#iwd_load_bar .load_bar#load_bar_1 {
  left: 0;
  animation-delay: 0.496s;
  -o-animation-delay: 0.496s;
  -ms-animation-delay: 0.496s;
  -webkit-animation-delay: 0.496s;
  -moz-animation-delay: 0.496s;
}
#iwd_load_bar .load_bar#load_bar_2 {
  left: 19px;
  animation-delay: 0.6125s;
  -o-animation-delay: 0.6125s;
  -ms-animation-delay: 0.6125s;
  -webkit-animation-delay: 0.6125s;
  -moz-animation-delay: 0.6125s;
}
#iwd_load_bar .load_bar#load_bar_3 {
  left: 39px;
  animation-delay: 0.739s;
  -o-animation-delay: 0.739s;
  -ms-animation-delay: 0.739s;
  -webkit-animation-delay: 0.739s;
  -moz-animation-delay: 0.739s;
}
#iwd_load_bar .load_bar#load_bar_4 {
  left: 58px;
  animation-delay: 0.8655s;
  -o-animation-delay: 0.8655s;
  -ms-animation-delay: 0.8655s;
  -webkit-animation-delay: 0.8655s;
  -moz-animation-delay: 0.8655s;
}
#iwd_load_bar .load_bar#load_bar_5 {
  left: 78px;
  animation-delay: 0.992s;
  -o-animation-delay: 0.992s;
  -ms-animation-delay: 0.992s;
  -webkit-animation-delay: 0.992s;
  -moz-animation-delay: 0.992s;
}
#iwd_load_bar .load_bar#load_bar_6 {
  left: 97px;
  animation-delay: 1.1085s;
  -o-animation-delay: 1.1085s;
  -ms-animation-delay: 1.1085s;
  -webkit-animation-delay: 1.1085s;
  -moz-animation-delay: 1.1085s;
}
#iwd_load_bar .load_bar#load_bar_7 {
  left: 117px;
  animation-delay: 1.235s;
  -o-animation-delay: 1.235s;
  -ms-animation-delay: 1.235s;
  -webkit-animation-delay: 1.235s;
  -moz-animation-delay: 1.235s;
}
#iwd_load_bar .load_bar#load_bar_8 {
  left: 136px;
  animation-delay: 1.3615s;
  -o-animation-delay: 1.3615s;
  -ms-animation-delay: 1.3615s;
  -webkit-animation-delay: 1.3615s;
  -moz-animation-delay: 1.3615s;
}
.white-background {
  background: #fff;
}
.socials {
  margin-bottom: 150px;
}
@media screen and (min-width: 930px) {
  .socials ul li {
    display: inline-block;
    float: left;
    width: 16%;
  }
}
@media screen and (max-width: 930px) {
  .socials ul li {
    display: inline-block;
    width: 49%;
    padding: 10px 30px 10px 20px;
  }
}
.socials ul li img {
  width: 32px;
}
.socials ul li a span {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.bold.first {
  font-weight: bold;
}
.footer-links span.fa {
  color: #e1831e;
  margin-right: 2px;
}
@media screen and (min-width: 930px) {
  #header-account {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .lower-container-wrapper .product-slider .top .controls {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 930px) and (min-width: 736px) {
  span.block-label {
    font-size: 19px;
    float: left;
  }
}
.weapon-notice-box {
  border: 1px solid #d2d1d1;
  position: relative;
}
.weapon-notice-box .weapon-notice-header {
  font-weight: 700;
  font-size: 16px;
}
.weapon-notice-box .weapon-notice-text {
  font-weight: normal;
  font-size: 16px;
}
.weapon-notice-box ul li input {
  content: '';
  margin-left: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(/media/icons/checkbox/checkbox.png) no-repeat;
  background-size: contain;
  transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
}
.weapon-notice-checkbox {
  float: left;
  margin-top: 5px;
}
.weapon-notice-header {
  line-height: 1;
  margin-left: 20px !important;
}
/*.weapon-notice-text {
  margin-left: 45px;
  padding-bottom: 0;
  display: inline-block;
}*/
.weapon-notice-list {
  margin-bottom: 0;
  height: 25px;
  width: 0;
  display: inline-block;
}
.weapon-notice-label {
  height: 30px;
  width: 30px;
  margin-bottom: 0;
}
.weapon-notice-text {
  margin-left: 20px !important;
  padding-bottom: 0;
  display: inline-block;
}
.weapon-notice-checkbox + label {
  background-image: url(/media/icons/checkbox/checkbox.png);
}
.weapon-notice-checkbox:checked + label {
  background-image: url(/media/icons/checkbox/active.png);
}
.weapon-notice-checkarea .validation-advice {
  line-height: 5;
}
@media screen and (min-width: 992px) {
  .weapon-notice-checkarea {
    /*height: 0px;*/
    margin-bottom: 0px;
    /*top: 15%;*/
    /*position: absolute;*/
    float: left;
    padding: 0px 0px 0px 15px;
  }
  .weapon-notice-checkarea .validation-advice {
    line-height: 3;
  }
}
@media screen and (max-width: 992px) {
  .weapon-notice-checkarea {
    /*height: 0px;*/
    margin-bottom: 0px;
    /*top: 50%;*/
    /*position: absolute;*/
    padding: 0px 0px 0px 15px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .weapon-notice-checkarea .validation-advice {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .mst .nav-collapse {
    width: 107%;
    margin: 0;
    left: 16px;
  }
  .mst .accordion .dropdown-menu {
    padding-right: 10px;
  }
  .mst .accordion [class*="s_w"] {
    padding-right: 10px;
  }
  .mst .accordion [class*="sub"] {
    padding-right: 10px;
  }
}
.mst .icon-plus {
  background: url('https://www.korsholm.dk/skin/frontend/ultimo/default/images/korsholm/plus.png') no-repeat;
  background-position: right;
  width: 100%;
  width: -10px;
}
.home-banner-holder {
  margin-top: 20px;
}
.home-banner-image {
  float: left;
}
.home-banner-image img {
  padding-top: 5px;
  margin-right: 10px;
}
.home-banner-item {
  float: left;
  background-color: #24231F;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 90px !important;
}
.home-banner-text-top {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.home-banner-text-bottom {
  color: #fff;
  text-transform: uppercase;
  line-height: 0.3;
}
.home-banner-item-holder {
  margin-left: 50px;
  padding-top: 5px;
}
@media screen and (max-width: 921px) {
  p.category-image {
    padding-left: 0%;
  }
}
#go-to-main-page-button,
#upload-success-message {
  display: none;
}
body.aptoplex-easyuploader-index-index div#header-nav {
  margin-top: 0 !important;
}
.header-mobile .skip-link.skip-active {
  color: #e1831e !important;
}
.slick-track {
  margin-left: auto;
}
.header-container .header-primary-container .mini-cart:hover .mini-cart-heading .label {
  color: #fff !important;
}
.header-mobile .skip-link-advanced {
  background-color: #332f2c;
  color: #ffffff;
  position: relative;
  float: left;
  width: 33%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  #cart-business-spots .icon-div {
    text-align: right;
    padding-right: 105px;
  }
  #cart-business-spots .label-div {
    text-align: left;
    padding-left: 5px;
  }
}
@media (max-width: 500px) {
  #cart-business-spots .icon-div {
    text-align: right;
    padding-right: 55px;
  }
}
#low-res-display {
  display: none;
  width: 60%;
  background-color: #fff;
  z-index: 90000;
  position: absolute;
  left: 20%;
  padding-bottom: 30px;
}
.horizontal-line-low {
  color: #c5c5c5;
  background-color: #c5c5c5;
}
.onestepcheckout-index-index .onestepcheckout-coupons {
  display: block !important;
}
#gls-droppoint-form label {
  margin-left: 0px !important;
  margin-bottom: 10px;
}
#gls-selected-droppoint {
  margin-top: 20px !important;
  font-weight: 100;
}
div#gls-droppoint-form {
  margin-top: 20px;
  margin-bottom: 20px;
}
#gls-droppoint-form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}
.onestepcheckout-index-index .shipment-methods #gls-droppoint-form {
  padding-top: 0px !important;
}
.checkout-cart-index #discount-coupon-form .discount .input-box .buttons-set {
  width: 100px !important;
}
.checkout-giftcode-wrapper {
  margin-top: 20px;
}
.read-more-button a:hover {
  cursor: pointer;
  color: #f3cda5 !important;
}
.weapon-notice-box a {
  cursor: pointer;
}
/*
	Category images
 */
.category-images-holder {
  width: 100%;
}
.category-images-item {
  width: 18%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 178px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
}
.category-images-item.theme-03 {
  border: solid 1px #000;
}
.category-images-item.theme-04 {
  background-position: center;
  transition: all 0.1s ease;
  height: 230px;
  width: 23%;
  border-bottom: 2px solid #f3f2ef;
}
.category-images-item.theme-04:hover {
  transform: scale(1.2);
  border: 2px solid #f3f2ef;
}
.category-images-item.theme-01 > .category-images-item-title {
  text-align: center;
  background-color: #fff;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border-top: solid 2px #000;
  margin-top: 130px;
}
.category-images-item.theme-02 > .category-images-item-title {
  text-align: center;
  background-color: #F48300;
  font-size: 1.3em;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  margin-top: 130px;
}
.category-images-item.theme-03 > .category-images-item-title {
  text-align: center;
  background-color: #F48300;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  margin-top: 132px;
}
.category-images-item.theme-04 > .category-images-item-title {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 165px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .category-images-item {
    width: 30%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .category-images-item.theme-01 > .category-images-item-title {
    font-size: 1.3em;
  }
  .category-images-item.theme-02 > .category-images-item-title {
    font-size: 1.3em;
  }
  .category-images-item.theme-03 > .category-images-item-title {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 850px) {
  .category-images-item.theme-04 {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .category-images-item {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .category-images-item.theme-01 > .category-images-item-title {
    text-align: center;
    background-color: #fff;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    border-top: solid 2px #000;
    margin-top: 205px;
  }
  .category-images-item.theme-02 > .category-images-item-title {
    text-align: center;
    background-color: #F48300;
    font-size: 1.3em;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    margin-top: 205px;
  }
  .category-images-item.theme-03 > .category-images-item-title {
    text-align: center;
    background-color: #F48300;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    margin-top: 205px;
  }
  .category-images-item.theme-04 > .category-images-item-title {
    margin-top: 190px;
  }
  .category-images-item.theme-04 {
    width: 48%;
  }
}
.image-banner-container {
  width: 100%;
  margin-top: 25px;
}
.image-banner-container:after {
  content: "";
  display: table;
  clear: both;
}
.image-banner-container a {
  display: block;
  width: 23.75%;
  float: left;
  margin-left: 1%;
  height: 230px;
}
@media screen and (max-width: 640px) {
  .image-banner-container a {
    width: 49%;
    height: 280px;
    padding-top: 15px;
  }
}
.image-banner-container .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  position: relative;
  height: 100%;
  width: 100%;
}
.image-banner-container .item .item-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.image-banner-container.theme-01 .item .item-title {
  background-color: #fff;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border-top: solid 2px #000;
}
.image-banner-container.theme-02 .item .item-title {
  background-color: #F48300;
  font-size: 1.3em;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}
.image-banner-container.theme-03 .item {
  border: solid 1px #000;
}
.image-banner-container.theme-03 .item .item-title {
  background-color: #F48300;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.image-banner-container.theme-04 .item {
  background-position: center;
  transition: all 0.1s ease;
  height: 100%;
  border-bottom: 2px solid #f3f2ef;
  position: relative;
  background-color: #fff;
}
.image-banner-container.theme-04 .item:hover {
  transform: scale(1.2);
  border: 2px solid #f3f2ef;
  z-index: 10;
}
.image-banner-container.theme-04 .item .item-title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
  font-weight: bold;
  background-color: #fff;
}
.address-info {
  margin: 0 auto;
  display: block;
  width: 70%;
  text-align: center;
}
.address-info ul li {
  padding: 0;
  min-width: 250px;
}
.center-block-child {
  text-align: center;
}
.center-block-child > * {
  display: inline-block;
}
.col-4 {
  width: 33.33333333%;
  float: left;
}
.center-my-text {
  text-align: center;
}
.newsletter-subscribe-message {
  margin-top: 10px;
}
.newsletter-subscribe-message .red-star {
  color: rgba(255, 0, 0, 0.75);
}
.newsletter-subscribe-success-message {
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.newsletter-subscribe-success-message .fa-check {
  margin-right: 5px;
  color: #e1831e;
}
#newsletter-subscribe.submitted.form-error .wrapper-overlay {
  display: none !important;
}
#newsletter-subscribe.submitted.form-error #message {
  margin-top: 10px;
  display: block !important;
}
#newsletter-subscribe.submitted.form-error #message .red-star {
  color: rgba(255, 0, 0, 0.75);
}
#newsletter-subscribe.submitted.form-error #form .text {
  bottom: 20px;
  position: absolute;
  width: 100%;
  left: 0;
}
#newsletter-subscribe.submitted.form-success .wrapper-overlay #statusicon {
  display: block !important;
}
#newsletter-subscribe.submitted.form-success .wrapper-overlay #m-wait {
  display: none !important;
}
#newsletter-subscribe.submitted.form-success #message {
  display: block !important;
}
#newsletter-subscribe.submitted.form-success input[type="email"],
#newsletter-subscribe.submitted.form-success input[type="submit"] {
  display: none;
}
#newsletter-subscribe.submitted.form-success #form .text {
  bottom: 20px;
  position: absolute;
  width: 100%;
  left: 0;
}
#newsletter-subscribe.submitted .wrapper-overlay {
  display: block !important;
}
#newsletter-subscribe.submitted .wrapper-overlay #m-wait {
  display: block !important;
}
.newsletter {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: 1px solid #fff !important;
}
@media screen and (max-width: 1200px) {
  .newsletter {
    margin-top: 30px;
  }
}
.newsletter .wrapper {
  min-height: 330px;
  background: #f3f2ef;
  padding: 20px 18px;
  position: relative;
}
.newsletter .wrapper .heading {
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  z-index: 100;
  color: #333;
}
.newsletter .wrapper #form {
  margin-top: 15px;
}
.newsletter .wrapper input[type="email"] {
  width: 100%;
  height: 30px;
  line-height: 45px;
  padding-left: 15px;
  font-style: italic;
  margin-top: 30px;
}
.newsletter .wrapper input[type="email"]:focus {
  font-style: normal;
}
.newsletter .wrapper .button2 {
  margin-top: 10px;
}
.newsletter .wrapper #message {
  position: absolute;
  top: 75%;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 20px;
  color: #595959;
  display: none;
}
.newsletter .wrapper .checkboxes .checkbox {
  margin: 13px 0;
  position: relative;
}
.newsletter .wrapper .checkboxes .checkbox input[type=checkbox] {
  margin-top: 0;
  display: none;
}
.newsletter .wrapper .checkboxes .checkbox input[type=checkbox]:checked + label:after {
  background: url("/media/icons/checkbox/active.png") no-repeat;
  background-size: contain;
}
.newsletter .wrapper .checkboxes .checkbox label {
  margin-top: 2px;
  font-weight: 300;
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 5px;
  top: 0;
  left: 0;
  color: #333;
}
.newsletter .wrapper .checkboxes .checkbox label:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background: url("/media/icons/checkbox/checkbox.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: -5px;
  transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
}
.newsletter .wrapper .checkboxes .checkbox label:hover:after {
  background: url("/media/icons/checkbox/hover.png") no-repeat;
  background-size: contain;
}
.newsletter .wrapper .text {
  text-align: center;
  max-width: 100%;
  font-size: 15px;
  font-weight: inherit;
  font-style: italic;
  color: #595959;
  margin-top: 20px;
}
.newsletter .wrapper .text a:link,
.newsletter .wrapper .text a:visited,
.newsletter .wrapper .text a:active {
  color: #e1831e !important;
  font-weight: bold;
}
.newsletter .wrapper .text a:hover {
  color: #e1831e !important;
  font-weight: bold;
  text-decoration: underline;
}
.newsletter .wrapper .wrapper-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 30px;
}
.newsletter .wrapper .wrapper-overlay #loader {
  width: 100%;
  height: 100%;
  margin-top: 90px;
  position: relative;
}
.newsletter .wrapper .wrapper-overlay #loader #m-wait {
  display: none;
  position: absolute;
  width: 100%;
}
.newsletter .wrapper .wrapper-overlay #loader #statusicon {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.newsletter .wrapper .wrapper-overlay #loader #statusicon .fa-check {
  color: rgba(0, 128, 0, 0.68);
}
.category-description.std a,
#wexo-seo-text a {
  text-decoration: underline;
}
.recommended-products-index .main-container.col1-layout {
  padding-top: 20px;
}
.recommended-products-index .main-container.col1-layout .page-title {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  padding: 10px 0;
}
.recommended-products-index .main-container.col1-layout .category-products {
  padding-top: 20px;
}
.recommended-products-index .main-container.col1-layout .category-products .products-grid {
  margin-top: 20px;
  margin-bottom: 40px;
}
.recommended-products-index .main-container.col1-layout .category-products .products-grid .item {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .recommended-products-index .main-container.col1-layout .category-products .products-grid .item {
    width: 25%;
  }
}
.recommended-products-index .main-container.col1-layout .category-products .products-grid .item .price-box .regular-price .price {
  color: #E1831E;
}
.additional-cart-block-wrapper .additional-cart-header-block {
  line-height: 120%;
}
.additional-cart-block-wrapper .additional-cart-header-block i {
  color: #e1831e;
  float: left;
  line-height: 120%;
}
@media screen and (min-width: 769px) {
  .additional-cart-block-wrapper {
    padding: 50px 0;
  }
  .additional-cart-block-wrapper i {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .additional-cart-block-wrapper {
    padding: 20px 0;
    font-size: 10px;
  }
  .additional-cart-block-wrapper .additional-cart-header-block {
    padding: 0 5px 10px 5px;
  }
  .additional-cart-block-wrapper .additional-cart-header-block i {
    padding-right: 5px;
    height: 36px;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 991px) {
  .navbar-inner {
    display: table;
    width: 100%;
  }
  .mst .nav {
    float: none;
    display: table-row;
  }
  .mst .nav li {
    float: none;
    text-align: center;
    display: table-cell;
    padding: 4px;
  }
}
.checkout-ups-block {
  max-width: 1200px;
  margin: 0 auto;
}
.product-list-not-salable {
  background-color: #332f2c;
  color: white;
  height: 25px;
}
.product-list-not-salable p {
  font-family: "Source Sans Pro";
  font-size: 13px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
/*# sourceMappingURL=/media/compiled/dk_less_styles.less_dfb35fa9d9b472d526870ec045ee422d.map */