@charset "UTF-8";
/* line 1, ../sass/grid/_grid.scss */
#menu-container + .container {
  background-color: #EEEDED;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 7, ../sass/grid/_grid.scss */
#menu-container + script + .container {
  background-color: #EEEDED;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 635px) {
  /* line 14, ../sass/grid/_grid.scss */
  #menu-container + script + .container {
    background-color: #EEEDED;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  /* line 22, ../sass/grid/_grid.scss */
  #menu-container + .container {
    width: 720px;
  }

  /* line 25, ../sass/grid/_grid.scss */
  #menu-container + script + .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 31, ../sass/grid/_grid.scss */
  #menu-container + .container {
    width: 940px;
  }

  /* line 34, ../sass/grid/_grid.scss */
  #menu-container + script + .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  /* line 40, ../sass/grid/_grid.scss */
  #menu-container + .container {
    width: 1140px;
  }

  /* line 43, ../sass/grid/_grid.scss */
  #menu-container + script + .container {
    width: 1140px;
  }
}
@media (max-width: 1200px) {
  /* line 49, ../sass/grid/_grid.scss */
  .container {
    width: auto;
  }

  /* line 52, ../sass/grid/_grid.scss */
  #menu-container + .container {
    width: auto;
  }

  /* line 55, ../sass/grid/_grid.scss */
  #menu-container + script + .container {
    width: auto;
  }
}
/* content */
/* line 62, ../sass/grid/_grid.scss */
#content {
  min-height: 600px;
}

/* line 67, ../sass/grid/_grid.scss */
#content.col-sm-9 {
  width: 73.5% !important;
  border-radius: 5px;
}

/* line 72, ../sass/grid/_grid.scss */
#content.col-sm-9.left {
  width: 73.5% !important;
  border-radius: 5px;
  margin-left: 1.25%;
  padding-top: 15px;
}

/* line 79, ../sass/grid/_grid.scss */
#content.product-single {
  background-color: #e5e5e5;
  border-radius: 5px;
  width: 97.5%;
  margin-left: 1.2%;
  padding-top: 1%;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  /* line 89, ../sass/grid/_grid.scss */
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 98, ../sass/grid/_grid.scss */
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 109, ../sass/grid/_grid.scss */
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  /* line 121, ../sass/grid/_grid.scss */
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  /* line 125, ../sass/grid/_grid.scss */
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  /* line 129, ../sass/grid/_grid.scss */
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  /* line 133, ../sass/grid/_grid.scss */
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
/* line 139, ../sass/grid/_grid.scss */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* line 1, ../sass/_base.scss */
.image-additional {
  max-width: none !important;
}

/* line 5, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #444;
}

/* default font size */
/* line 10, ../sass/_base.scss */
.fa {
  font-size: 15px;
}

/* Override the bootstrap defaults */
/* line 15, ../sass/_base.scss */
h1 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -3px;
  word-spacing: 6px;
}

/* line 21, ../sass/_base.scss */
h2 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -3px;
}

/* line 26, ../sass/_base.scss */
h3 {
  font-size: 21px;
}

/* line 29, ../sass/_base.scss */
h4 {
  font-size: 15px;
}

/* line 32, ../sass/_base.scss */
h5 {
  font-size: 12px;
}

/* line 35, ../sass/_base.scss */
h6 {
  font-size: 10.2px;
}

/* line 39, ../sass/_base.scss */
a {
  color: #23a1d1;
}

/* line 42, ../sass/_base.scss */
a:hover {
  text-decoration: none;
}

/* line 45, ../sass/_base.scss */
legend {
  font-size: 18px;
  padding: 7px 0px;
}

/* line 49, ../sass/_base.scss */
label {
  font-size: 12px;
  font-weight: normal;
}

/* line 53, ../sass/_base.scss */
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
}

/* line 56, ../sass/_base.scss */
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

/* line 59, ../sass/_base.scss */
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
/* line 65, ../sass/_base.scss */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

/* line 69, ../sass/_base.scss */
.nav-tabs {
  margin-bottom: 15px;
}

/* line 72, ../sass/_base.scss */
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* line 78, ../sass/_base.scss */
.pagination {
  margin: 0;
}

/* Missing focus and border color to overwrite bootstrap */
/* line 83, ../sass/_base.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* line 1, ../sass/_global.scss */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* line 6, ../sass/_global.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  background-color: #b5ccc9;
  background: linear-gradient(#b5ccc9, #d1dedc, #b5ccc9);
}

/* line 18, ../sass/_global.scss */
#content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f8840c;
  padding-bottom: 15px;
  padding-top: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdâ¦IgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0.23)), color-stop(0.1, transparent), color-stop(1, transparent));
  background-image: -webkit-repeating-linear-gradient(top, rgba(0, 0, 0, 0.23) 0%, transparent 10%, transparent 100%);
  background-image: repeating-linear-gradient(to bottom, #9e4b00 0%, transparent 10%, transparent 100%);
  background-image: -ms-repeating-linear-gradient(top, rgba(0, 0, 0, 0.23) 0%, transparent 10%, transparent 100%);
}

/*container and main-container styles*/
/* line 33, ../sass/_global.scss */
.container {
  /*.row:first-child{
    margin-right:0px;
    #content{
      padding-right:0px;
    }
  }
  */
}
/* line 34, ../sass/_global.scss */
.container h1, .container h2 {
  color: #e87c0d;
}
/* line 37, ../sass/_global.scss */
.container p {
  color: #2a2a2a;
}

/* line 50, ../sass/_global.scss */
.content-area-2 {
  background-color: #939393;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
/* line 56, ../sass/_global.scss */
.content-area-2 h3, .content-area-2 a {
  color: #f8840c;
}
/* line 59, ../sass/_global.scss */
.content-area-2 a.btn {
  color: #FFFFFF;
}

/* line 64, ../sass/_global.scss */
.content-area-2 {
  background-color: #FFFFFF;
}
/* line 66, ../sass/_global.scss */
.content-area-2 a {
  color: #e87c0d;
  text-decoration: underline;
}

/* line 72, ../sass/_global.scss */
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

/* line 78, ../sass/_global.scss */
.white {
  color: #FFFFFF;
}

@media (max-width: 960px) {
  /* line 83, ../sass/_global.scss */
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* line 88, ../sass/_global.scss */
  #menu-container + .container {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 93, ../sass/_global.scss */
  #menu-container + script + .container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* logo */
/* line 3, ../sass/sections/_header.scss */
#header-main {
  text-align: center;
}
/* line 5, ../sass/sections/_header.scss */
#header-main .logo {
  width: 31%;
  margin-right: 2%;
}

@media (max-width: 768px) {
  /* line 20, ../sass/sections/_header.scss */
  #header-main .logo {
    width: 100%;
  }
}
/* line 26, ../sass/sections/_header.scss */
#logo {
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 34, ../sass/sections/_header.scss */
  #logo {
    text-align: center;
  }
  /* line 36, ../sass/sections/_header.scss */
  #logo img {
    display: inline-block;
  }
}
/*.free-shipping-area{
  img{
    display: inline-block;
    float: left;
    width: 35%;
  }
  .free-shipping-text{
    display: inline-block;
    float: right;
    width: 65%;
    color: white;
    font-size: 22px;
    line-height: 27px;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .free-shipping-area{
    img{
      padding-top: 10px;
    }
    .free-shipping-text{
      font-size:20px;
    }
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .free-shipping-area{
    img{
      padding-top: 8px;
    }
    .free-shipping-text{
      font-size:15px;
      line-height:21px;
    }
  }
}

.free-shipping-area2{
  display: none;
}

.av-header{
  float:right;
}

@media (max-width:767px){
  .free-shipping-area{
    display:none;
  }
  .free-shipping-area2{
    display:block;
    color: #ffffff;
    width: 50%;
    float: left;
    img{
      width:30%;
      padding-bottom: 19px;
    }
  }

  .av-header {
    width: 50%;
    display: block;
    float: left;
  }
}

@media (max-width:565px){
  .free-shipping-text {
    font-size: 13px;
    word-break: break-word;
    width: 69%;
    display: inline-block;
    line-height: 19px;
  }
}
*/
/* footer */
/* line 2, ../sass/sections/_footer.scss */
footer {
  margin-top: 0px;
  background-color: #174e77;
  background: linear-gradient(#164e6f, #3c7190, #164e6f);
  color: #e2e2e2;
}

/* line 9, ../sass/sections/_footer.scss */
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

/* line 14, ../sass/sections/_footer.scss */
footer a {
  color: #ccc;
}

/* line 18, ../sass/sections/_footer.scss */
footer a:hover {
  color: red;
}

/* line 22, ../sass/sections/_footer.scss */
footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* line 30, ../sass/sections/_footer.scss */
#global-footer h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 35, ../sass/sections/_footer.scss */
#global-footer .container {
  padding: 30px;
  text-align: center;
}
/* line 38, ../sass/sections/_footer.scss */
#global-footer .container .row {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  flex-basis: auto;
}
/* line 43, ../sass/sections/_footer.scss */
#global-footer .container .row div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
/* line 51, ../sass/sections/_footer.scss */
#global-footer #footer-vip {
  background-color: #E8A200;
  background-image: linear-gradient(#E8A200, #5C4000);
  padding: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  box-shadow: 0 0 15px #000000;
}
/* line 58, ../sass/sections/_footer.scss */
#global-footer #footer-vip .form-header {
  font-size: 20px;
  text-shadow: 0 0 6px #000;
}
/* line 62, ../sass/sections/_footer.scss */
#global-footer #footer-vip input {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  color: #000000;
}
/* line 72, ../sass/sections/_footer.scss */
#global-footer #footer-vip button {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  background-color: darkgoldenrod;
  background-image: linear-gradient(#FFB200, #3A2900);
  border: 1px solid darkgoldenrod;
}

/* line 85, ../sass/sections/_footer.scss */
#back-to-top {
  background-color: #000;
  text-align: center;
  padding: 28px;
  color: #FF8600;
  font-size: 20px;
}

/* line 93, ../sass/sections/_footer.scss */
#global-footer a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 25px;
}

/* line 99, ../sass/sections/_footer.scss */
#global-footer-2 {
  background-color: #041c2f;
  padding: 22px;
}
/* line 102, ../sass/sections/_footer.scss */
#global-footer-2 .col-sm-4 {
  text-align: center;
  padding: 10px;
}

/* line 107, ../sass/sections/_footer.scss */
#global-footer-3 {
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
  padding: 20px;
}

/* buttons */
/* line 3, ../sass/components/_buttons.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

/* line 7, ../sass/components/_buttons.scss */
.buttons {
  margin: 1em 0;
}

/* line 10, ../sass/components/_buttons.scss */
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 17, ../sass/components/_buttons.scss */
.btn-xs {
  font-size: 9px;
}

/* line 20, ../sass/components/_buttons.scss */
.btn-sm {
  font-size: 10.2px;
}

/* line 23, ../sass/components/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

/* line 27, ../sass/components/_buttons.scss */
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
}

/* line 30, ../sass/components/_buttons.scss */
.btn-group > .btn-xs {
  font-size: 9px;
}

/* line 33, ../sass/components/_buttons.scss */
.btn-group > .btn-sm {
  font-size: 10.2px;
}

/* line 36, ../sass/components/_buttons.scss */
.btn-group > .btn-lg {
  font-size: 15px;
}

/*
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
*/
/* line 53, ../sass/components/_buttons.scss */
.btn-default {
  color: #ff8900;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #13496f, #0f3048);
  background-repeat: repeat-x;
  border-color: #023f6a;
}

/* line 62, ../sass/components/_buttons.scss */
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
  color: #ff8900;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #1b689e, #1b5f8e);
  background-repeat: repeat-x;
  border-color: #023f6a;
}

/* line 71, ../sass/components/_buttons.scss */
.btn-default.active:hover, .btn-default.active:active {
  color: #ff8900;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #13496f, #0f3048);
  background-repeat: repeat-x;
  border-color: #023f6a;
}

/* line 80, ../sass/components/_buttons.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f8840c;
  background-image: linear-gradient(to bottom, #f8840c, #b25d05);
  background-repeat: repeat-x;
  border-color: #f8840c #f8840c #f8840c;
}

/* line 88, ../sass/components/_buttons.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #e47707;
  border-color: #cb6a06 #cb6a06 #cb6a06;
}

/* line 92, ../sass/components/_buttons.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

/* line 100, ../sass/components/_buttons.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

/* line 103, ../sass/components/_buttons.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

/* line 111, ../sass/components/_buttons.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

/* line 114, ../sass/components/_buttons.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

/* line 122, ../sass/components/_buttons.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

/* line 125, ../sass/components/_buttons.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

/* line 133, ../sass/components/_buttons.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* line 137, ../sass/components/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

/* line 143, ../sass/components/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 148, ../sass/components/_buttons.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #c6c6c6);
  background-repeat: repeat-x;
}

/* line 155, ../sass/components/_buttons.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #9c9c9c);
}

/* line 2, ../sass/components/_banners.scss */
#banner11 video {
  display: block;
  width: 100%;
  height: auto;
}

/* top */
/* line 9, ../sass/components/_top.scss */
#top {
  background-color: #174E77;
  font-size: 16px;
  font-family: 'Open Sans', Verdana, Geneva, Tahoma, sans-serif;
  color: #FFFFFF;
}

/* line 15, ../sass/components/_top.scss */
#top .container {
  padding: 0 20px;
}

/* line 18, ../sass/components/_top.scss */
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

/* line 22, ../sass/components/_top.scss */
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* line 31, ../sass/components/_top.scss */
#top .btn-link, #top-links li, #top-links a {
  color: #FFFFFF;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* line 37, ../sass/components/_top.scss */
#top .btn-link:hover, #top-links a:hover {
  color: #ffb300;
}

/* line 42, ../sass/components/_top.scss */
#top-links a:focus {
  color: #ffb300;
}

/* line 46, ../sass/components/_top.scss */
#top-links .dropdown-menu a:hover {
  color: #FFFFFF;
}

/* line 50, ../sass/components/_top.scss */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

/* line 55, ../sass/components/_top.scss */
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

/* line 61, ../sass/components/_top.scss */
#top-links {
  text-align: center;
  padding-top: 15px;
}
/* line 64, ../sass/components/_top.scss */
#top-links .fa {
  color: #FFB300;
  font-size: 19px;
}
/* line 68, ../sass/components/_top.scss */
#top-links a + a {
  margin-left: 15px;
}

/* Currency Selector*/
/* line 74, ../sass/components/_top.scss */
#currency-selector {
  padding: 7px;
  position: relative;
  font-size: 16px;
}

/* line 81, ../sass/components/_top.scss */
#nav-top-checkout-button, .checkout-button {
  background-color: #ff8900;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 6px;
  margin-right: -20px;
  position: relative;
}
/* line 89, ../sass/components/_top.scss */
#nav-top-checkout-button a, .checkout-button a {
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.85);
}

/* line 97, ../sass/components/_top.scss */
#nav-top-phone {
  display: inline-block;
  float: right;
  padding-top: 5px;
  padding-left: 14px;
  padding-right: 29px;
  margin-right: -20px;
}
/* line 104, ../sass/components/_top.scss */
#nav-top-phone .phone-number {
  border-radius: 5px;
  padding: 3px 8px;
  background-color: #43544b;
}
/* line 108, ../sass/components/_top.scss */
#nav-top-phone .phone-number .fa-phone {
  font-size: 19px;
  color: #ffffff;
  text-shadow: 1px 2px 1px #000;
}
/* line 113, ../sass/components/_top.scss */
#nav-top-phone .phone-number span {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000;
}

/* line 122, ../sass/components/_top.scss */
#join-vip-header {
  float: left;
  padding: 15px;
  border-left: 1px solid #00365E;
  cursor: pointer;
}
/* line 127, ../sass/components/_top.scss */
#join-vip-header:hover {
  color: #ffb300;
}

@media (max-width: 635px) {
  /* line 133, ../sass/components/_top.scss */
  #search {
    width: 100% !important;
  }

  /* line 136, ../sass/components/_top.scss */
  #nav-top-checkout-button {
    float: left !important;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  /* line 145, ../sass/components/_top.scss */
  #cart {
    width: calc(50% + 15px) !important;
    float: right !important;
    text-align: center;
    border-top: 1px solid #00365E;
    margin-right: -15px;
  }
  /* line 151, ../sass/components/_top.scss */
  #cart > .btn {
    width: 100% !important;
  }

  /* line 156, ../sass/components/_top.scss */
  #top-links {
    text-align: center;
    padding-top: 15px;
    width: calc(50% + 15px);
    float: left;
    margin-left: -15px;
    border-top: 1px solid #00365E;
  }

  /* line 165, ../sass/components/_top.scss */
  #join-vip-header {
    float: right;
  }

  /* line 169, ../sass/components/_top.scss */
  #my-account-text, #checkout-text {
    display: inline-block !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 185, ../sass/components/_top.scss */
  #top-links {
    padding-right: 15px;
  }
}
/* menu */
/* line 3, ../sass/components/_navigation-main.scss */
#menu {
  background: #174E77;
  min-height: 40px;
  margin-bottom: 0;
  border-radius: 10px 10px 0px 0px;
  border: none;
}

/* line 12, ../sass/components/_navigation-main.scss */
#menu .nav > li > a {
  color: #FFFFFF;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.66);
  padding: 10px 7px 10px 6px;
  min-height: 15px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
}

/* line 21, ../sass/components/_navigation-main.scss */
#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: #ff8a14;
}

/* line 24, ../sass/components/_navigation-main.scss */
#menu .dropdown-menu {
  padding-bottom: 0;
}

/* line 27, ../sass/components/_navigation-main.scss */
#menu .dropdown-inner {
  display: table;
}

/* line 30, ../sass/components/_navigation-main.scss */
#menu .dropdown-inner ul {
  display: table-cell;
}

/* line 33, ../sass/components/_navigation-main.scss */
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 4px 13px;
  clear: both;
  line-height: 20px;
  color: #ffffff;
  font-size: 15px;
}

/* line 42, ../sass/components/_navigation-main.scss */
#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

/* line 45, ../sass/components/_navigation-main.scss */
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #103f61;
  padding: 3px 20px;
  border-radius: 0 0 3px 3px;
  font-size: 13px;
  background-color: #031623;
}

/* line 54, ../sass/components/_navigation-main.scss */
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* line 61, ../sass/components/_navigation-main.scss */
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 71, ../sass/components/_navigation-main.scss */
.navbar {
  border: 1px solid #bc9500;
}

/* line 74, ../sass/components/_navigation-main.scss */
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #f8840c;
  background-image: linear-gradient(to bottom, #f99d3e, #e47707);
  background-repeat: repeat-x;
  border-color: #f8840c #f8840c #f8840c;
}

/* line 85, ../sass/components/_navigation-main.scss */
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #f8840c;
}

/* line 90, ../sass/components/_navigation-main.scss */
.clearance-topmenu-bg {
  background-color: #ff8900;
  float: right !important;
  margin-right: -15px;
  border-radius: 0 9px 0 0;
}

@media (max-width: 1155px) {
  /* line 98, ../sass/components/_navigation-main.scss */
  .clearance-topmenu-bg {
    border-radius: 10px;
    margin: 3px;
  }
}
@media (min-width: 768px) {
  /* line 105, ../sass/components/_navigation-main.scss */
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  /* line 109, ../sass/components/_navigation-main.scss */
  .navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 116, ../sass/components/_navigation-main.scss */
  #menu {
    border-radius: 10px 10px 0 0;
  }

  /* line 119, ../sass/components/_navigation-main.scss */
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  /* line 122, ../sass/components/_navigation-main.scss */
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* line 127, ../sass/components/_navigation-main.scss */
  #menu .dropdown-inner {
    display: block;
  }

  /* line 130, ../sass/components/_navigation-main.scss */
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  /* line 134, ../sass/components/_navigation-main.scss */
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  /* line 138, ../sass/components/_navigation-main.scss */
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
@media (max-width: 960px) {
  /* line 147, ../sass/components/_navigation-main.scss */
  #menu {
    border-radius: 0;
  }
}
/*Dropdowns*/
/* line 3, ../sass/components/_dropdown.scss */
.dropdown-menu {
  background-color: #0f3048;
}

/* Gradent to all drop down menus */
/* line 8, ../sass/components/_dropdown.scss */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff8a14;
  background-repeat: repeat-x;
}

/*cart */
/* line 3, ../sass/components/_cart.scss */
#cart {
  width: auto;
  float: right;
}

/* line 7, ../sass/components/_cart.scss */
#cart > .btn {
  width: auto;
  font-size: 17px;
  line-height: 25px;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px #000000;
  font-weight: 600;
  background-color: #174E77;
  background-image: none;
  border: 0;
  border-radius: 0px;
  padding: 12px 15px;
  border-left: 1px solid #00365E;
}
/* line 20, ../sass/components/_cart.scss */
#cart > .btn .fa-shopping-cart {
  color: #FFB300;
  font-size: 19px;
}

/* line 25, ../sass/components/_cart.scss */
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
}

/* line 34, ../sass/components/_cart.scss */
#cart.open > .btn:hover {
  color: #444;
}

/* line 38, ../sass/components/_cart.scss */
#cart .dropdown-menu {
  background: #174e77;
  z-index: 1001;
  min-width: 100%;
}
/* line 42, ../sass/components/_cart.scss */
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
/* line 45, ../sass/components/_cart.scss */
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
/* line 49, ../sass/components/_cart.scss */
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* line 52, ../sass/components/_cart.scss */
#cart .dropdown-menu a {
  color: #FFFFFF;
}
/* line 55, ../sass/components/_cart.scss */
#cart .dropdown-menu .table-bordered > tbody > tr > td,
#cart .dropdown-menu .table-bordered > tbody > tr > th,
#cart .dropdown-menu .table-bordered > tfoot > tr > td,
#cart .dropdown-menu .table-bordered > tfoot > tr > th,
#cart .dropdown-menu .table-bordered > thead > tr > td,
#cart .dropdown-menu .table-bordered > thead > tr > th {
  border: 1px solid #57778e;
}
/* line 64, ../sass/components/_cart.scss */
#cart .dropdown-menu .table-striped > tbody > tr:nth-of-type(odd) a {
  color: #000000;
}
/* line 68, ../sass/components/_cart.scss */
#cart .dropdown-menu .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
  color: #000000;
}
/* line 72, ../sass/components/_cart.scss */
#cart .dropdown-menu .fa {
  color: #f8840c;
}
/* line 75, ../sass/components/_cart.scss */
#cart .dropdown-menu .fa-times {
  color: #FFFFFF;
}
/* line 78, ../sass/components/_cart.scss */
#cart .dropdown-menu #viewcartcheckout {
  font-size: 20px;
}
/* line 80, ../sass/components/_cart.scss */
#cart .dropdown-menu #viewcartcheckout .fa-share, #cart .dropdown-menu #viewcartcheckout .fa-shopping-cart {
  font-size: 20px;
}

/* line 87, ../sass/components/_cart.scss */
#cart-empty p {
  color: #FFFFFF;
}

/*#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}
*/
/* fixed mobile cart quantity input */
/* line 118, ../sass/components/_cart.scss */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

@media (max-width: 478px) {
  /* line 123, ../sass/components/_cart.scss */
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
/* list group */
/* line 3, ../sass/components/_sidebar.scss */
#left-nav, .list-group {
  border-radius: 10px;
  border: 1px solid #757575;
}
/* line 5, ../sass/components/_sidebar.scss */
#left-nav .list-group-item:first-child, .list-group .list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 9, ../sass/components/_sidebar.scss */
#left-nav .list-group-item:last-child, .list-group .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 15, ../sass/components/_sidebar.scss */
#left-nav a, .list-group a {
  color: #FFFFFF;
  padding: 9px 12px;
  font-size: 15px;
}

/* line 22, ../sass/components/_sidebar.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #174e77;
  border: none;
  text-shadow: 1px 1px 5px #250000;
}

/* line 32, ../sass/components/_sidebar.scss */
.list-group-item.child {
  background-color: #041c2f;
}
/* line 34, ../sass/components/_sidebar.scss */
.list-group-item.child:hover {
  background-color: #ff8a14;
}

/* line 39, ../sass/components/_sidebar.scss */
.list-group a.active {
  color: #ffe3e3;
  background-color: #e87c0d;
  text-shadow: 1px 1px 5px #250000;
}

/* line 45, ../sass/components/_sidebar.scss */
a.list-group-item.active.child-active {
  background-color: #b65a03;
}

/* line 49, ../sass/components/_sidebar.scss */
.list-group a:hover {
  color: #ffe3e3;
  background-color: #ff8a14;
  text-shadow: 1px 1px 5px #250000;
}

/* line 55, ../sass/components/_sidebar.scss */
.list-group a.active:hover {
  color: #ffe3e3;
  background-color: #f8840c;
  text-shadow: 1px 1px 5px #250000;
}

/* carousel */
/* line 2, ../sass/components/_carousel.scss */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

/* line 6, ../sass/components/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

/* line 10, ../sass/components/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* line 15, ../sass/components/_carousel.scss */
.owl-carousel {
  margin-bottom: 0px !important;
  background-color: #FFFFFF;
}

/* line 20, ../sass/components/_carousel.scss */
.owl-wrapper-outer {
  border: 0px solid #fff !important;
  border-radius: 0px !important;
  box-shadow: 0 0px 0px transparent !important;
}

/* line 27, ../sass/components/_carousel.scss */
#carousel0-wrapper {
  background-color: #FFB200;
  padding: 15px 15px 30px 15px;
}
/* line 30, ../sass/components/_carousel.scss */
#carousel0-wrapper #carousel0 {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}
/* line 35, ../sass/components/_carousel.scss */
#carousel0-wrapper #carousel0 .img-responsive {
  width: auto;
}

@media (max-width: 768px) {
  /* line 42, ../sass/components/_carousel.scss */
  .banner-home {
    padding-left: 15px;
  }

  /* line 45, ../sass/components/_carousel.scss */
  .slideshow-home {
    padding-right: 15px;
  }
}
@media (max-width: 635px) {
  /* line 51, ../sass/components/_carousel.scss */
  #carousel0-wrapper {
    padding: 15px 25px 30px 25px;
  }
}
/** The Magic **/
/* line 2, ../sass/components/_breadcrumb.scss */
.breadcrumb {
  padding: 0px;
  border-radius: 0px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 0;
  background-color: #c7d8d6;
}
/* line 10, ../sass/components/_breadcrumb.scss */
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
/* line 14, ../sass/components/_breadcrumb.scss */
.breadcrumb .fa-home {
  font-size: 23px;
}
/* line 17, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn {
  font-size: 17px;
  color: #FFFFFF;
  text-shadow: 1px 1px 4px black;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  border-radius: 0px;
  padding: 6px 12px 6px 24px;
  font-weight: 600;
}
/* line 28, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn:first-child {
  padding: 6px 6px 6px 20px;
}
/* line 31, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn:last-child {
  padding: 6px 18px 7px 24px;
}
/* line 34, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #c7d8d6;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
/* line 48, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #9ab3b0;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 99%;
  z-index: 3;
}
/* line 64, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn.last {
  background-color: #f09c00;
}
/* line 66, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn.last:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 10px solid #f09c00;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  margin-left: 1px;
  left: 99%;
  z-index: 3;
}
/* line 81, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn.last:before {
  content: " ";
  display: block;
  border-left: 10px solid #777e82;
}
/* line 87, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn:hover:not(:last-child) {
  background-color: #1b6599;
  border-color: #adadad;
}
/* line 90, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn:hover:not(:last-child):not(:last-child):after {
  border-left: 10px solid #1b6599;
}

/** Default button **/
/* line 98, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn a.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

/* line 101, ../sass/components/_breadcrumb.scss */
.breadcrumb a.btn a.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

/*.breadcrumb a.btn a.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #777e82;
}
.breadcrumb a.btn a.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
*/
/*
@media (max-width: 635px){
  .breadcrumb{
    width:100%;
   margin-left:0;
  }
}
*/
/*
Style for the sort bar
 */
/* line 5, ../sass/components/_sortbar.scss */
#sort-bar {
  background-color: #041c2f;
  padding: 8px 11px 1px 11px;
  margin-bottom: 0;
  border: 1px solid #2a6c9e;
  padding-top: 8px;
  border-top: 1px solid #4e849a;
  margin-right: 0;
  border-radius: 0px;
  border-bottom: 1px solid #2a6c9e;
}
/* line 15, ../sass/components/_sortbar.scss */
#sort-bar .form-group {
  margin-bottom: 8px;
}
/* line 19, ../sass/components/_sortbar.scss */
#sort-bar select#input-sort, #sort-bar select#input-limit {
  color: #FFFFFF;
  background-color: #204865;
  border: 1px solid #174d75;
  font-size: 14px;
  padding: 6px 10px;
}
/* line 26, ../sass/components/_sortbar.scss */
#sort-bar .input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px black;
  background-color: #7d7d7d;
  background-image: linear-gradient(to bottom, #d4d4d4, #5d5d5d);
  background-repeat: repeat-x;
  border-color: #092439;
}

/* line 38, ../sass/components/_sortbar.scss */
.sort-by {
  padding-right: 0px;
  width: 10%;
  margin-right: -13px;
}

@media (max-width: 991px) {
  /* line 45, ../sass/components/_sortbar.scss */
  .sort-by {
    padding-right: 0px;
    width: 100%;
    margin-right: 0px;
  }
}
/* line 1, ../sass/components/_featured-products.scss */
#featured-products {
  margin: 0 0;
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  flex-basis: auto;
  padding: 20px 10px 9px 10px;
  background-color: #174E77;
  background: linear-gradient(to bottom, #174E77, #1d6e9f, #174E77);
}
/* line 10, ../sass/components/_featured-products.scss */
#featured-products .product-layout {
  padding: 5px 5px;
  display: flex;
}
/* line 13, ../sass/components/_featured-products.scss */
#featured-products .product-layout .product-thumb {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 17, ../sass/components/_featured-products.scss */
#featured-products .product-layout .product-thumb .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 21, ../sass/components/_featured-products.scss */
#featured-products .product-layout .product-thumb .product-info .caption {
  flex-grow: 1;
}

/* line 30, ../sass/components/_featured-products.scss */
#featured-products {
  margin: 0 -15px;
}

@media (max-width: 768px) {
  /* line 36, ../sass/components/_featured-products.scss */
  #featured-products .product-layout {
    width: 50%;
  }
}
@media (max-width: 635px) {
  /* line 54, ../sass/components/_featured-products.scss */
  #featured-products {
    padding: 20px 20px 9px 20px;
  }
  /* line 56, ../sass/components/_featured-products.scss */
  #featured-products .product-info .caption .price {
    font-size: 25px;
    font-size: 7vw;
  }
}
/* product list */
/* line 2, ../sass/components/_products.scss */
.product-thumb {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: auto;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
}

/* line 11, ../sass/components/_products.scss */
.product-thumb:hover {
  box-shadow: 0 0 20px #000000;
}

/* line 15, ../sass/components/_products.scss */
.product-thumb .ribbon {
  position: absolute;
  right: 3px;
  top: -8px;
  background-color: #8eda5b;
  padding: 8px;
  z-index: 1;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.87);
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  width: 65px;
  height: 65px;
  line-height: 30px;
}

/* line 32, ../sass/components/_products.scss */
.product-thumb .ribbon > span {
  font-size: 20px;
  left: 2px;
  position: relative;
  top: 8px;
  font-weight: normal;
}

/* line 40, ../sass/components/_products.scss */
.product-thumb .image {
  text-align: center;
}

/* line 43, ../sass/components/_products.scss */
.product-thumb .image a {
  display: block;
}

/* line 46, ../sass/components/_products.scss */
.product-thumb .image a:hover {
  opacity: 0.8;
}

/* line 49, ../sass/components/_products.scss */
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

/* line 53, ../sass/components/_products.scss */
.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  /* line 57, ../sass/components/_products.scss */
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
/* line 62, ../sass/components/_products.scss */
.product-thumb h4 {
  font-weight: bold;
  font-size: 20px;
}
/* line 65, ../sass/components/_products.scss */
.product-thumb h4 a {
  color: #000000;
}

/* line 70, ../sass/components/_products.scss */
.product-thumb .caption {
  padding: 20px 20px;
  min-height: 110px;
}

/* line 75, ../sass/components/_products.scss */
.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  /* line 79, ../sass/components/_products.scss */
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  /* line 85, ../sass/components/_products.scss */
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 10px 10px;
  }

  /* line 90, ../sass/components/_products.scss */
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
/* line 94, ../sass/components/_products.scss */
.product-thumb .rating {
  padding-bottom: 10px;
}

/* line 97, ../sass/components/_products.scss */
.rating .fa-stack {
  font-size: 8px;
}

/* line 100, ../sass/components/_products.scss */
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

/* line 104, ../sass/components/_products.scss */
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

/* line 108, ../sass/components/_products.scss */
.rating .fa-star + .fa-star-o {
  color: #E69500;
}

/* line 111, ../sass/components/_products.scss */
h2.price {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -3px;
  color: #cf6d0a;
}

/* line 119, ../sass/components/_products.scss */
p.price {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -3px;
  color: #cf6d0a;
}

/* line 126, ../sass/components/_products.scss */
.product-thumb .price {
  color: #FDC200;
  padding: 15px 20px;
  background-color: #003461;
  margin-left: -20px;
  border-radius: 0px 25px 25px 0px;
  letter-spacing: -1px;
  width: auto;
  width: fit-content;
  width: -moz-available;
}

/* line 137, ../sass/components/_products.scss */
.product-thumb .price-new {
  font-weight: 600;
  padding: 0px;
}

/* line 141, ../sass/components/_products.scss */
.product-thumb .price-old {
  color: #c1c1c1;
  text-decoration: line-through;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
}

/* line 149, ../sass/components/_products.scss */
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* line 154, ../sass/components/_products.scss */
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

/* line 159, ../sass/components/_products.scss */
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  /* line 163, ../sass/components/_products.scss */
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
/* line 167, ../sass/components/_products.scss */
.product-thumb .button-group button {
  width: 100%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #f8840c;
  background-image: linear-gradient(to bottom, #f89216, #b86405);
  color: #FFFFFF;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
  font-size: 20px;
}
/* line 183, ../sass/components/_products.scss */
.product-thumb .button-group button i.fa.fa-shopping-cart {
  font-size: 23px;
  padding-right: 5px;
}

/* line 188, ../sass/components/_products.scss */
.product-thumb .button-group button + button {
  width: 30%;
  border-left: 1px solid #d48b00;
}

/* line 192, ../sass/components/_products.scss */
.product-thumb .button-group button:hover {
  color: #FFFFFF;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.5);
}

/* line 205, ../sass/components/_products.scss */
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 212, ../sass/components/_products.scss */
.thumbnails > li {
  margin-left: 20px;
}

/* line 215, ../sass/components/_products.scss */
.thumbnails {
  margin-left: -20px;
}

/* line 218, ../sass/components/_products.scss */
.thumbnails > img {
  width: 100%;
}

/* line 221, ../sass/components/_products.scss */
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

/* line 227, ../sass/components/_products.scss */
.image-additional {
  max-width: 78px;
}

/* line 230, ../sass/components/_products.scss */
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

/* search */
/* line 3, ../sass/components/_search.scss */
#search {
  width: 41%;
  float: left;
}

/* line 8, ../sass/components/_search.scss */
#search .input-lg {
  height: 50px;
  line-height: 20px;
  padding: 0 10px;
  background-color: #0f0f0f;
  color: #FFF;
  border: 0;
  border-radius: 0;
  font-size: 17px;
}

/* line 19, ../sass/components/_search.scss */
#search .btn-lg {
  border: 0;
  border-radius: 0;
  line-height: 18px;
  height: 50px;
  width: 50px;
  color: #383838;
}
/* line 26, ../sass/components/_search.scss */
#search .btn-lg .fa-search {
  font-size: 21px;
  text-shadow: 1px 1px 1px #FFFFFF;
}

@media (max-width: 991px) {
  /* line 35, ../sass/components/_search.scss */
  #search {
    width: 37%;
  }
}
@media (min-width: 685px) and (max-width: 745px) {
  /* line 41, ../sass/components/_search.scss */
  #search {
    font-size: 15px;
    width: 34%;
  }
}
@media (max-width: 684px) {
  /* line 48, ../sass/components/_search.scss */
  #search {
    font-size: 15px;
    width: 31%;
  }
}
/* alert */
/* line 2, ../sass/components/_alert.scss */
.alert {
  padding: 12px;
  border: none;
  margin: 0 -15px;
  margin-bottom: -5px;
  z-index: 999;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
}
/* line 11, ../sass/components/_alert.scss */
.alert .fa-check-circle:before {
  color: #174e77;
  border: none;
  /* background-color: #c5ff33; */
  /* border-top: 1px solid hsl(0, 0%, 100%); */
  /* border-bottom: 1px solid hsl(0, 0%, 100%); */
  font-size: 22px;
  font-weight: 400;
  text-shadow: 1px 1px 0px #ffde81;
  /* background: linear-gradient(#cdd600,#e8f128,#f4ff00,#edf713,#cdd600); */
}
/* line 22, ../sass/components/_alert.scss */
.alert .close {
  float: right;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #175686;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  line-height: 18px;
  border: 1px solid #fff487;
  border-radius: 14px;
  padding: 3px;
  box-shadow: 0px 2px 0px #af8000;
  cursor: pointer;
}

/* line 40, ../sass/components/_alert.scss */
.alert-success {
  color: #001525;
  border: none;
  background-color: #feffbd;
  /* border-top: 1px solid hsl(0, 0%, 100%); */
  /* border-bottom: 1px solid hsl(0, 0%, 100%); */
  font-size: 16px;
  font-weight: 400;
  text-shadow: 1px 1px 0px #ffde81;
  /* background: linear-gradient(#cdd600,#e8f128,#f4ff00,#edf713,#cdd600); */
}
/* line 50, ../sass/components/_alert.scss */
.alert-success a {
  color: #174e77;
  text-shadow: 1px 1px 0px #ffec8d;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -1px;
}

@media (max-width: 635px) {
  /* line 60, ../sass/components/_alert.scss */
  .alert {
    padding: 28px;
  }
}
/* line 1, ../sass/components/_video.scss */
video.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}

/* line 3, ../sass/components/_free-shipping.scss */
#free-shipping {
  background-color: #FFB200;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 11, ../sass/components/_free-shipping.scss */
#free-shipping img {
  padding: 0px 0 5px;
  display: inline-block;
  text-align: center;
  height: 38px;
}
/* line 17, ../sass/components/_free-shipping.scss */
#free-shipping h3 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 10px;
  font-style: normal;
  color: #000000;
  display: inline-block;
}

/* line 29, ../sass/components/_free-shipping.scss */
.promo-triangle-top-right {
  position: absolute;
  right: 0px;
}
/* line 32, ../sass/components/_free-shipping.scss */
.promo-triangle-top-right img {
  position: absolute;
  right: 12px;
  top: 63px;
  width: 79px;
}
/* line 38, ../sass/components/_free-shipping.scss */
.promo-triangle-top-right p {
  position: relative;
  color: white;
  font-size: 18px;
  width: 123px;
  margin-right: 10px;
  margin-top: 10px;
}

/* line 47, ../sass/components/_free-shipping.scss */
.promo-triangle-top-right::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #bc5e04 transparent transparent;
}

@media (max-width: 1490px) {
  /* line 58, ../sass/components/_free-shipping.scss */
  .promo-triangle-top-right {
    display: none;
  }
}
@media (max-width: 1489px) {
  /* line 64, ../sass/components/_free-shipping.scss */
  .free-shipping-1 {
    float: left;
    color: #6bae89;
  }
  /* line 67, ../sass/components/_free-shipping.scss */
  .free-shipping-1 img {
    padding: 6px 0;
    height: 39px;
  }
}
@media (min-width: 1490px) {
  /* line 75, ../sass/components/_free-shipping.scss */
  .free-shipping-1 {
    display: none;
  }
}
@media (max-width: 450px) {
  /* line 81, ../sass/components/_free-shipping.scss */
  #free-shipping h3 {
    font-size: 18px;
  }
}
@media (max-width: 366px) {
  /* line 87, ../sass/components/_free-shipping.scss */
  #free-shipping img {
    width: 26px;
    height: 15px;
    margin-left: 0px;
    padding: 0px !important;
  }
}
/* line 1, ../sass/components/_date-picker.scss */
.datepicker {
  color: #FFFFFF;
}

/* line 1, ../sass/components/_pagination.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px;
  border-color: #164c74;
  border-right: 1px solid #27608a;
}

/* line 9, ../sass/components/_pagination.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
}

/* line 14, ../sass/components/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #164c74;
  border-color: #296590;
}

/* line 22, ../sass/components/_pagination.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #164c74;
  border: 1px solid #27608a;
}

/* line 1, ../sass/components/_iSearch.scss */
.iSearchBox {
  left: 209px;
  top: 51px;
  color: #000000;
}

@media (max-width: 1199px) {
  /* line 8, ../sass/components/_iSearch.scss */
  .iSearchBox {
    left: 147px;
  }
}
@media (max-width: 635px) {
  /* line 14, ../sass/components/_iSearch.scss */
  .iSearchBox {
    left: 0px;
    top: 100px;
  }
}
@media (min-width: 992px) {
  /* line 3, ../sass/page/_home.scss */
  .hm2 .row {
    background-color: #fff6f6;
    border-radius: 5px;
    padding: 50px;
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
  }
  /* line 13, ../sass/page/_home.scss */
  .hm2 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #565656;
    padding-bottom: 10px;
  }
  /* line 20, ../sass/page/_home.scss */
  .hm2 .btn {
    padding: 16px 16px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  /* line 29, ../sass/page/_home.scss */
  .hm2 .row {
    background-color: #FFFFFF;
    margin: 10px 0;
    border-radius: 10px;
  }
}
/* line 37, ../sass/page/_home.scss */
.hm0 {
  background-color: #151515;
  margin-top: 15px;
  color: #FFFFFF;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  border-radius: 0px 0 15px 15px;
}
/* line 46, ../sass/page/_home.scss */
.hm0 p {
  color: #FFFFFF;
}

/* line 51, ../sass/page/_home.scss */
.ht2 > .row {
  background-color: #515151;
  padding: 0px !important;
}

/* line 57, ../sass/page/_home.scss */
.ht2 > .row * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 62, ../sass/page/_home.scss */
.slideshow-home {
  padding-right: 0px;
  margin-right: 0px;
}

/* line 68, ../sass/page/_home.scss */
.banner-home {
  padding-left: 0px;
  margin-left: 0px;
}

@media (min-width: 409px) and (max-width: 991px) {
  /* line 74, ../sass/page/_home.scss */
  .banner-home {
    width: 50%;
    clear: none !important;
  }
}
/* line 1, ../sass/page/_product-category.scss */
#category-container {
  background-color: #E9E8E7;
}
/* line 3, ../sass/page/_product-category.scss */
#category-container .breadcrumb {
  margin-bottom: 0px;
}
/* line 6, ../sass/page/_product-category.scss */
#category-container > div.row {
  margin-top: 14px;
}
@media (min-width: 1200px) {
  /* line 10, ../sass/page/_product-category.scss */
  #category-container #content {
    width: 77%;
    padding-left: 0px;
  }
  /* line 14, ../sass/page/_product-category.scss */
  #category-container #column-left {
    width: 23.5%;
    margin-left: -0.5%;
  }
}

/* line 21, ../sass/page/_product-category.scss */
#category-info {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 0px;
  /* margin-bottom: 15px; */
  /* border: 1px solid #534b43; */
}
/* line 27, ../sass/page/_product-category.scss */
#category-info p {
  color: #000000;
}
/* line 30, ../sass/page/_product-category.scss */
#category-info h2 {
  background-color: #174e78;
  margin: -10px -10px 0px -10px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #919191;
  font-weight: 500;
  letter-spacing: -1px;
  color: #FFFFFF;
  display: block;
  background: linear-gradient(#174e77, #003358);
}
/* line 42, ../sass/page/_product-category.scss */
#category-info h3, #category-info a {
  color: #FFFFFF;
  font-size: 16px;
  text-shadow: 1px 1px 6px black;
  line-height: 24px;
}
/* line 48, ../sass/page/_product-category.scss */
#category-info a:hover {
  text-decoration: underline;
}
/* line 51, ../sass/page/_product-category.scss */
#category-info hr {
  margin-top: 20px;
  margin-bottom: -10px;
  border: 0;
  border-top: 1px solid #686868;
}
/* line 57, ../sass/page/_product-category.scss */
#category-info .refine-category {
  background-color: #a3a3a3;
  padding: 10px;
  margin: 0px -10px -10px -10px;
  background: linear-gradient(#a3a3a3, #828282);
  border-radius: 0px;
}
/* line 63, ../sass/page/_product-category.scss */
#category-info .refine-category ul {
  list-style: none;
}

/* line 69, ../sass/page/_product-category.scss */
#category-description {
  padding-left: 20px;
  padding-top: 15px;
}

/* line 75, ../sass/page/_product-category.scss */
#product-category #text-refine, #product-category .control-label, #product-category #result-count {
  color: #d8d8d8;
}
/* line 79, ../sass/page/_product-category.scss */
#product-category h2 {
  margin-left: -15px;
}
/* line 83, ../sass/page/_product-category.scss */
#product-category .sort-by-container {
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 1px solid #4e849a;
  border-bottom: 1px solid #5996ae;
  margin-right: 0;
  background-color: #305260;
  border-radius: 5px;
}
/* line 93, ../sass/page/_product-category.scss */
#product-category #refine-container {
  background-color: #305260;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border-top: 1px solid #4e849a;
  border-bottom: 1px solid #5996ae;
}
/* line 101, ../sass/page/_product-category.scss */
#product-category #refine-container h3 {
  margin-top: 10px;
}
/* line 106, ../sass/page/_product-category.scss */
#product-category .col-sm-10 p {
  color: #FFFFFF;
}

/* Category page content */
/* line 115, ../sass/page/_product-category.scss */
#results-count {
  color: #000000;
}

/* line 119, ../sass/page/_product-category.scss */
#category-products {
  margin: 0 0;
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  flex-basis: auto;
  padding: 8px 5px 9px 5px;
  background-color: #174E77;
  background: linear-gradient(to bottom, #174E77, #1d6e9f, #174E77);
}
/* line 128, ../sass/page/_product-category.scss */
#category-products .product-layout {
  padding: 2px 3px;
  display: flex;
}
/* line 131, ../sass/page/_product-category.scss */
#category-products .product-layout .product-thumb {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 135, ../sass/page/_product-category.scss */
#category-products .product-layout .product-thumb .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 139, ../sass/page/_product-category.scss */
#category-products .product-layout .product-thumb .product-info .caption {
  flex-grow: 1;
}

/* line 149, ../sass/page/_product-category.scss */
#category-products {
  border-radius: 0 0 8px 0;
}

@media (max-width: 768px) {
  /* line 154, ../sass/page/_product-category.scss */
  #category-products .product-layout {
    width: 50%;
  }
}
@media (max-width: 635px) {
  /* line 173, ../sass/page/_product-category.scss */
  #category-products .product-info .caption .price {
    font-size: 25px;
    font-size: 7vw;
  }

  /* line 180, ../sass/page/_product-category.scss */
  #category-container #category-info > h2 {
    border-radius: 0px;
  }
  /* line 183, ../sass/page/_product-category.scss */
  #category-container > div.row {
    margin-top: 0px;
  }
}
@media (max-width: 393px) {
  /* line 190, ../sass/page/_product-category.scss */
  .add-to-cart {
    font-size: 15px;
  }
}
/* line 1, ../sass/page/_product-product.scss */
#product-container {
  background: linear-gradient(to bottom, #0b2c44, #3a80b5, #0b2c44);
}
/* line 3, ../sass/page/_product-product.scss */
#product-container #content.product-single {
  background: none;
}
/* line 5, ../sass/page/_product-product.scss */
#product-container #content.product-single .tags {
  color: #FFFFFF;
}
/* line 8, ../sass/page/_product-product.scss */
#product-container #content.product-single #button-cart {
  margin: -15px;
  width: calc(100% + 30px);
  margin-bottom: -16px;
  border: 0;
  border-radius: 0 0px 10px 10px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 1px black;
  margin-top: 10px;
  padding: 18px;
  background-image: linear-gradient(to bottom, #f89216, #b35f00);
  transition: 0.25s;
  transition-timing-function: ease-in-out;
}
/* line 25, ../sass/page/_product-product.scss */
#product-container #content.product-single #button-cart:hover {
  color: #FFFFFF;
  background-color: #ddd;
  cursor: pointer;
  text-shadow: 0px 0px 30px rgba(255, 220, 139, 0.46);
  background-image: linear-gradient(to bottom, #f89216, #b35f00);
  animation-play-state: running;
}
/* line 33, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-details {
  width: 60%;
}
/* line 35, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-details .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 39, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-details .tab-content {
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 0 10px 10px 10px;
}
/* line 44, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-details .tab-content #tab-description p {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
/* line 51, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-details .nav > li > a:focus, #product-container #content.product-single #single-product-details .nav > li > a:hover {
  text-decoration: none;
  background-color: #ffa946;
}
/* line 55, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-details .nav-tabs > li > a {
  background-color: #ff8900;
  color: white;
}
/* line 59, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-details .nav-tabs > li.active > a {
  background-color: #FFFFFF;
  color: #000000;
}
/* line 64, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary {
  float: right;
  font-size: 18px;
  line-height: 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  width: 36%;
  margin-right: 2%;
  padding-bottom: 0px;
}
/* line 74, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary .out-of-stock, #product-container #content.product-single #single-product-summary .x-days, #product-container #content.product-single #single-product-summary .in-stock, #product-container #content.product-single #single-product-summary .pre-order, #product-container #content.product-single #single-product-summary .availability {
  padding: 7px;
  color: #fff;
  font-size: 15px;
}
/* line 79, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary .availability {
  background-color: #13466a;
  border-radius: 10px 0 0 10px;
}
/* line 83, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary .out-of-stock, #product-container #content.product-single #single-product-summary .x-days, #product-container #content.product-single #single-product-summary .in-stock, #product-container #content.product-single #single-product-summary .pre-order {
  background-color: #e6124f;
  border-radius: 0 10px 10px 0;
}
/* line 87, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary .out-of-stock {
  background-color: #e6124f;
}
/* line 90, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary .x-days {
  background-color: #174E77;
}
/* line 93, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary .in-stock {
  background-color: #58c700;
}
/* line 96, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary .pre-order {
  background-color: #f8840c;
}
/* line 100, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary #product h3 {
  font-size: 21px;
  font-weight: 600;
}
/* line 104, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary #product label {
  font-size: 17px;
}
/* line 107, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary #product select.form-control {
  font-size: 15px;
}
/* line 110, ../sass/page/_product-product.scss */
#product-container #content.product-single #single-product-summary #product .fa-shopping-cart {
  font-size: 28px;
  padding-right: 5px;
}
@media (max-width: 960px) {
  /* line 117, ../sass/page/_product-product.scss */
  #product-container #content.product-single #single-product-details {
    width: 55%;
    float: left;
  }
  /* line 121, ../sass/page/_product-product.scss */
  #product-container #content.product-single #single-product-summary {
    width: 42%;
    margin-right: 2.5%;
  }
}
@media (max-width: 767px) {
  /* line 127, ../sass/page/_product-product.scss */
  #product-container #content.product-single #single-product-details {
    width: 49%;
    float: left;
  }
  /* line 131, ../sass/page/_product-product.scss */
  #product-container #content.product-single #single-product-summary {
    width: 48%;
    margin-right: 2.5%;
  }
}
@media (max-width: 540px) {
  /* line 137, ../sass/page/_product-product.scss */
  #product-container #content.product-single #single-product-details,
  #product-container #content.product-single #single-product-summary {
    width: 94%;
    margin-right: 3%;
  }
  /* line 142, ../sass/page/_product-product.scss */
  #product-container #content.product-single #single-product-details {
    margin-top: 10px;
  }
}
/* line 146, ../sass/page/_product-product.scss */
#product-container #content.product-single .breadcrumb {
  margin-bottom: 0px;
}
/* line 149, ../sass/page/_product-product.scss */
#product-container #content.product-single .row {
  margin-top: 15px;
}
/* line 153, ../sass/page/_product-product.scss */
#product-container #content.product-single .btn-default {
  color: #ffb200;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #13496f, #0f3048);
  background-repeat: repeat-x;
  border-color: #023f6a;
  border-radius: 30px;
  margin-right: 5px;
}
/* line 163, ../sass/page/_product-product.scss */
#product-container #content.product-single h1 {
  color: #13466a;
}
/* line 166, ../sass/page/_product-product.scss */
#product-container #content.product-single h2 {
  background-color: #13466a;
  padding: 10px 30px;
  border-radius: 0px 25px 25px 0px;
  color: #FDC200;
  display: inline-block;
  letter-spacing: 0px;
  margin-left: -15px;
}
/* line 176, ../sass/page/_product-product.scss */
#product-container #content.product-single .thumbnail {
  border: 4px solid #c7d8d6;
  border-radius: 10px;
}
/* line 180, ../sass/page/_product-product.scss */
#product-container #content.product-single #price {
  background-color: #13466a;
  padding: 10px 30px;
  border-radius: 0px 25px 25px 0px;
  color: #FDC200;
  display: inline-block;
  letter-spacing: 0px;
}

@keyframes woo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 635px) {
  /* line 199, ../sass/page/_product-product.scss */
  #single-product-details .image-additional {
    width: 42%;
  }

 /* #product-container > div.row{
    margin-right:0px;
  }

  #product-container #content.product-single{
    margin-left:2.5%;
  }
  */
  /* line 213, ../sass/page/_product-product.scss */
  #product-container #content.product-single #button-cart {
    font-size: 22px;
  }
}
/* line 1, ../sass/page/_product-search.scss */
.search-container-1 {
  background-color: white;
  padding: 1px 15px 20px 15px;
  border-radius: 10px;
  margin-top: 10px;
}

/* line 2, ../sass/page/_product-manufacturer.scss */
.product-manufacturer #content {
  background-color: #FFFFFF;
  margin: 1%;
  width: 98%;
  border-radius: 10px;
}

/* line 2, ../sass/page/_information-information.scss */
#information-container .breadcrumb {
  margin-bottom: 0px;
}
/* line 8, ../sass/page/_information-information.scss */
#information-container p {
  color: #000000;
}
/* line 11, ../sass/page/_information-information.scss */
#information-container #content {
  padding: 10px 25px 25px 25px;
}

/* line 2, ../sass/page/_information-sitemap.scss */
.information-sitemap #content {
  background-color: white;
  margin: 1%;
  width: 98%;
  border-radius: 10px;
}

/* line 2, ../sass/page/_contact.scss */
.information-contact #content {
  background-color: #FFFFFF;
  margin: 1%;
  width: 98%;
  border-radius: 10px;
}

/* line 2, ../sass/page/_checkout-cart.scss */
.checkout-cart #content {
  background-color: #FFFFFF;
  margin: 1%;
  width: 98%;
  border-radius: 10px;
}

/* line 1, ../sass/plugin-customisation/_ajax-quick-checkout.scss */
#payment_view {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #000;
  margin-bottom: 25px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media screen and (min-width: 1200px) {
      /* line 5, ../sass/_safari.scss */
      .col-lg-3 {
        width: 24.89%;
      }

      /* line 8, ../sass/_safari.scss */
      .col-sm-4 {
        width: 33.29%;
      }
    }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      /* line 14, ../sass/_safari.scss */
      .col-sm-4 {
        width: 33.29%;
      }
    }
    @media screen and (max-width: 768px) {
      /* line 20, ../sass/_safari.scss */
      #category-products .product-layout, #featured-products .product-layout {
        width: 49.86%;
      }
    }
    /* line 25, ../sass/_safari.scss */
    #search .btn-lg {
      background-color: #AAA;
    }

    /* line 29, ../sass/_safari.scss */
    #banner11 video {
      display: none;
    }
  }
}
