#delivery_widget {
  margin-bottom: 15px;
  border: 2px solid #E8F0EB;
  border-width: 2px 0;
  padding-top: 15px;
}
#delivery_widget .block-title {
  color: #187A3F;
  font-weight: bold;
  margin-bottom: 7.5px;
  text-transform: uppercase;
}
#delivery_widget .block-title,
#delivery_widget .block-content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#delivery_widget .shipping-message {
  padding-right: 138px;
  font-size: 14px;
}
#delivery_widget .shipping-counter {
  float: right;
  margin-bottom: 30px;
}
#delivery_widget .digit {
  position: relative;
  border: 1px solid #d1dad6;
  float: left;
  width: 25px;
  text-align: center;
  border-radius: 2px;
  font-size: 25px;
  font-weight: bold;
}
#delivery_widget .digit .line {
  position: absolute;
  border: 1px solid #d1dad6;
  top: 50%;
  width: 100%;
}
#delivery_widget #digit-1:before,
#delivery_widget #digit-3:before {
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 10px;
  padding: 2px 0;
  color: #FFF;
  font-weight: bold;
  background-color: #314339;
  border-radius: 2px;
  width: 54px;
}
#delivery_widget #digit-1 {
  margin-right: 4px;
}
#delivery_widget #digit-1:before {
  content: "HOURS";
}
#delivery_widget #digit-3 {
  margin-right: 4px;
}
#delivery_widget #digit-3:before {
  content: "MINUTES";
}
#delivery_widget #digit-2 {
  margin-right: 15px;
}
#delivery_widget #digit-2:after {
  display: block;
  content: ':';
  position: absolute;
  top: 0;
  left: 100%;
  width: 17px;
  color: #4a6455;
  font-weight: bold;
  font-size: 30px;
  line-height: 40.00000001px;
  text-align: center;
}
#delivery_widget #delivery_widget_content {
  clear: both;
}
#delivery_widget #delivery_widget_content p {
  font-size: 14px;
}
#delivery_widget .form-list {
  margin: 0;
  padding: 0;
}
#delivery_widget .form-list li {
  list-style: none;
  margin: 0;
}
#delivery_widget .form-list label {
  display: none;
}
#delivery_widget .form-list .field {
  padding: 0;
  width: 100%;
}
#delivery_widget .form-list input {
  height: 40px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#delivery_widget .field-row:before,
#delivery_widget .field-row:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
#delivery_widget .field-row:after {
  clear: both;
}
#delivery_widget .field-row .btn-submit {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  box-shadow: 2px 2px 4px 0 #ebebeb;
  background: #f3f3f3;
  background: linear-gradient(#f3f3f3, #e7e7e7);
  color: #606461;
  text-shadow: none;
  font-size: 14px;
  border-color: #BDBDBD;
  border-left: none;
  padding: 0;
}
#delivery_widget .form-list,
#delivery_widget .widget_submit {
  width: 50%;
  float: left;
}
.tcec-modal .page-title h1 {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.tcec-modal .page-title h1:before {
  font-family: LuckyIcons;
  color: #34b250;
  content: "\e601";
  font-size: 32px;
  display: block;
  font-weight: normal;
  position: absolute;
  top: 8px;
  left: 0;
}
.tcec-modal .tcec-delivery-date-results {
  font-size: 14px;
}
.tcec-modal .carriers {
  text-align: center;
}
.tcec-modal .carrier {
  display: inline-block;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .tcec-modal .carrier {
    margin: 0;
    width: 40%;
  }
  .tcec-modal .carrier img {
    width: 80%;
  }
}

/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #CAD1CD;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 9;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #187E42;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #D8D8D8;
}
.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li:hover img {
  border-color: #0F8541;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lightSlider li {
  padding: 0 40px;
}
.lSAction > a {
  width: 40px;
  height: 50px;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  color: #bababa;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}
.lSAction > a:before {
  font-family: LuckyIcons;
  font-size: 50px;
  line-height: 50px;
}
.lSAction > a:hover {
  opacity: 1;
  text-decoration: none;
}
.lSAction > .lSPrev {
  left: 0px;
}
.lSAction > .lSPrev:before {
  content: "\f0d9";
}
.lSAction > .lSNext {
  right: 0;
}
.lSAction > .lSNext:before {
  content: "\f0da";
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*clearfix*/
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
/*/clearfix*/
/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
  font-family: 'Slide-icons';
  src: url('http://cdn5.luckygunner.com/skin/frontend/luckygunner/responsive/fonts/lucky-slide-icons.eot');
}
@font-face {
  font-family: 'Slide-icons';
  src: url('http://cdn5.luckygunner.com/skin/frontend/luckygunner/responsive/fonts/lucky-slide-icons.woff') format('woff'), url('http://cdn5.luckygunner.com/skin/frontend/luckygunner/responsive/fonts/lucky-slide-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.carousel-control:before {
  position: absolute;
  top: 50%;
  font-family: LuckyIcons;
  color: #BABABA;
  font-size: 48px;
  line-height: 48px;
  margin-top: -24px;
}
.carousel-control.left:before {
  content: "\f361";
  left: 0;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control.right:before {
  content: "\f363";
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
}
.in-stock-guarante {
  border-bottom: 1px solid #EDF3EF;
  padding: 15px 0;
}
.in-stock-guarante .title {
  font-size: 17px;
  color: #187C40;
  font-weight: bold;
  margin-bottom: 0;
}
.in-stock-guarante p {
  margin-bottom: 0;
  color: #3C403E;
  font-size: 14px;
}
.oon-guarante {
  border-bottom: 1px solid #EDF3EF;
  padding: 15px 0;
}
.oon-guarante .title {
  font-size: 17px;
  color: #187C40;
  font-weight: bold;
  margin-bottom: 0;
}
.oon-guarante p {
  margin-bottom: 0;
  color: #3C403E;
  font-size: 14px;
}
.category-brands .category-title {
  margin-bottom: 0;
}
.popular-brand-in-stock {
  border: 1px solid #A6DAA7;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f0f9f0;
}
.popular-brand-photos {
  margin-left: -15px;
  margin-right: -15px;
}
.popular-brand-photos .popular-brand-photo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
.popular-brand-photos .popular-brand-photo img {
  width: 100%;
  height: auto;
}
.shop-by-brand {
  margin-bottom: 15px;
}
.shop-by-brand:before,
.shop-by-brand:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.shop-by-brand:after {
  clear: both;
}
.shop-by-brand ul {
  padding: 0;
  margin: 0;
}
.shop-by-brand li {
  list-style: none;
  text-align: center;
  padding: 15px 5px;
  border-bottom: 1px solid #EBF3EF;
}
.shop-by-brand li a {
  display: block;
  border: none;
}
.shop-by-brand .brand-name {
  color: #0e7f3e;
  font-size: 12px;
  padding: 3px 5px;
  background: #f3f8f5;
  border: 2px solid #e4ece7;
  border-radius: 2px;
}
.shop-by-brand img {
  width: 100px;
  height: 100px;
}
@media (min-width: 481px) {
  .shop-by-brand li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
    padding: 15px 5px;
    border-right: 1px solid #ebf3ef;
  }
  .shop-by-brand li:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .shop-by-brand li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
  }
  .shop-by-brand li:nth-child(3n) {
    border-right: 1px solid #EBF3EF;
  }
  .shop-by-brand li:nth-child(4n) {
    border-right: none;
  }
  .shop-by-brand li:nth-child(n+5) {
    border-bottom: none;
  }
  .shop-by-brand li:nth-child(n+9) {
    border-top: 1px solid #EBF3EF;
  }
}
#heroimage_slider {
  margin: 0 -10px;
}
#heroimage_slider .item {
  overflow: hidden;
}
#heroimage_slider .item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#heroimage_slider .hot-item img {
  display: none;
}
#heroimage_slider .hot-item .product-name,
#heroimage_slider .hot-item .product-price {
  color: #303130;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 15px;
}
#heroimage_slider .hot-item .product-name:hover,
#heroimage_slider .hot-item .product-price:hover {
  text-decoration: none;
}
#heroimage_slider .hot-item .product-price {
  color: #5e876d;
}
#heroimage_slider .carousel-indicators {
  position: absolute;
  right: 8px;
  bottom: 5px;
  z-index: 15;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
#heroimage_slider .carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #BCCEC3;
}
#heroimage_slider .carousel-indicators .active {
  background-color: #0D7A3C;
}
@media (min-width: 1200px) {
  #heroimage_slider {
    margin: 0;
    height: auto;
    width: 890px;
    border: 10px solid #E4ECE7;
    border-radius: 4px;
  }
  #heroimage_slider .hot-item img {
    display: block;
    width: auto;
    height: 100%;
    float: left;
    margin-right: 30px;
  }
  #heroimage_slider .hot-item .product-name {
    padding-top: 150px;
  }
}
.intro {
  display: none;
}
@media (min-width: 1200px) {
  .intro {
    display: block;
    font-size: 14px;
  }
  h1.intro {
    font-size: 20px;
  }
}
.most-popular:before,
.most-popular:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.most-popular:after {
  clear: both;
}
.most-popular ul {
  padding: 0 0 15px 0;
}
.most-popular li {
  list-style: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
  text-align: center;
  padding: 20px 0;
}
.most-popular img {
  display: block;
  margin: 0 auto;
}
.most-popular a {
  color: #000;
  padding-top: 10px;
}
.most-popular a span {
  color: #a6bdb0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  display: block;
}
@media (min-width: 600px) {
  .most-popular li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%;
    border-bottom: 1px solid #EBF3EF;
    padding: 20px 0;
  }
  .most-popular li:nth-child(n+6) {
    border-bottom: none;
  }
  .most-popular li:nth-child(5n) a {
    border-right: none;
  }
  .most-popular a {
    display: block;
    border-right: 1px solid #EBF3EF;
  }
  .most-popular .hidden-xs {
    display: block !important;
  }
}
#featured-products {
  position: relative;
  width: 100%;
}
#featured-products:before,
#featured-products:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
#featured-products:after {
  clear: both;
}
#featured-products .big-box-header {
  white-space: nowrap;
  font-size: 19px;
  margin-top: 0;
}
#featured-products .big-box-header span {
  display: inline;
}
#featured-products ul {
  padding: 0;
}
#featured-products li {
  list-style: none;
}
#featured-products .item {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
#featured-products .product-name {
  font-size: 14px;
  line-height: 1em;
  height: 3em;
}
#featured-products .product-name a {
  color: #242424;
}
#featured-products .price-box {
  margin: 15px 0;
  height: 2em;
}
#featured-products .price-box .special-price {
  line-height: 1em;
}
#featured-products .ratings {
  margin-bottom: 15px;
}
#featured-products .ratings:before,
#featured-products .ratings:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
#featured-products .ratings:after {
  clear: both;
}
#featured-products .ratings .rating-box {
  left: 50%;
  margin-left: -70px;
}
#featured-products .ratings .rating-links {
  width: 50%;
  font-size: 13px;
  margin-left: 50%;
  text-align: left;
}
#featured-products .no-rating {
  margin-bottom: 15px;
  height: 14px;
}
#featured-products .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#featured-products .carousel-control:before {
  position: absolute;
  top: 50%;
  font-family: LuckyIcons;
  color: #BABABA;
  font-size: 48px;
  line-height: 48px;
  margin-top: -24px;
}
#featured-products .carousel-control.left:before {
  content: "\f361";
  left: 0;
}
#featured-products .carousel-control.right {
  left: auto;
  right: 0;
}
#featured-products .carousel-control.right:before {
  content: "\f363";
  right: 0;
}
#featured-products .carousel-control:hover,
#featured-products .carousel-control:focus {
  color: #fff;
  text-decoration: none;
}
#featured-products .carousel-control {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 20px;
}
#featured-products .carousel-control:before {
  width: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #featured-products .item {
    height: 400px;
  }
}
@media (min-width: 992px) {
  #featured-products {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  #featured-products .big-box-header {
    margin-left: 15px;
  }
  #featured-products .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
    display: block;
  }
  #featured-products .carousel-control {
    display: none;
  }
  #featured-products .price-box .special-price .price-label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .shop-by-brand {
    display: none;
  }
  .std {
    position: relative;
  }
  .block-side-nav {
    margin-bottom: 460px;
  }
  #featured-products {
    position: absolute;
    bottom: -880px;
  }
  #featured-products.featured-products-categories-5 {
    bottom: -760px;
  }
  #featured-products.featured-products-categories-6 {
    bottom: -820px;
  }
  #featured-products.featured-products-categories-7 {
    bottom: -880px;
  }
  #featured-products.featured-products-categories-8 {
    bottom: -940px;
  }
  #featured-products.featured-products-categories-9 {
    bottom: -1000px;
  }
}
@media (min-width: 1200px) {
  .messages {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .col-right {
    margin-top: 420px;
    z-index: 10;
  }
}

