/*  Variable */
/*  Font size  */
/*64px;*/
/*56px;*/
/*48px;*/
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

/* Button variant */
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
/*  Variable */
/*  Font size  */
/*64px;*/
/*56px;*/
/*48px;*/
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

/* Button variant */
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
.home-container {
  position: relative;
  margin-top: -120px; }
  .home-container .slick-initialized .slick-slide a {
    vertical-align: middle; }
  .home-container .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    left: auto; }
    .home-container .slick-dots > li {
      display: block;
      margin: 10px 0; }

.product-cat {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 0 20px 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.3); }
  .product-cat ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  .product-cat h1 {
    color: #fff;
    margin-bottom: 20px; }
  .product-cat h3 {
    color: #fff;
    margin-top: 5px; }
  .product-cat li {
    display: inline-block;
    padding-right: 30px; }
    .product-cat li:hover img {
      transform: scale(1.4); }
  .product-cat img {
    max-height: 100px;
    max-width: 100%;
    transition: transform 0.3s ease; }
  .product-cat ::-webkit-scrollbar {
    display: none; }

.installation {
  margin-top: 40px; }
  .installation img {
    width: 100%; }

.fishing-contain {
  margin-top: 35px;
  margin-bottom: 80px; }

.popular-products-contain .products.product-grid-view
> li {
  margin-bottom: 0; }
.popular-products-contain h1 {
  font-size: 2.5rem;
  margin-bottom: 50px; }
.popular-products-contain .slick-slide {
  position: relative; }
.popular-products-contain .pupular-tag h2 {
  background: #000;
  text-align: center;
  padding: 30px;
  margin-bottom: 0; }
  .popular-products-contain .pupular-tag h2 a {
    color: #fff; }
.popular-products-contain .cart-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 20px;
  background: #ffdbbd; }
  .popular-products-contain .cart-wrap .price-wrap {
    width: 65%; }
  .popular-products-contain .cart-wrap .special-price {
    display: block;
    width: 100%;
    font-size: 2.5rem;
    line-height: 1; }
  .popular-products-contain .cart-wrap .strike-price {
    margin-left: 0; }
.popular-products-contain img.fr-fic {
  margin: 0; }

.popular-products {
  border: 1px solid #E6E6E6; }
  .popular-products .slick-dots {
    top: 25px;
    left: auto;
    right: 25px; }
  .popular-products li, .popular-products .slick-slide {
    padding: 0 !important; }
    .popular-products li:hover .prod-img img, .popular-products .slick-slide:hover .prod-img img {
      background: none !important; }
  .popular-products .prod-img {
    height: 100%; }
    .popular-products .prod-img img {
      height: 80%;
      object-fit: contain; }

.main-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  line-height: 1; }
  .main-title .border-b {
    display: inline-block;
    border-bottom: 8px solid #8A8A8A;
    padding-bottom: 5px; }
  .main-title .view-all {
    color: #DB731D;
    font-size: 1rem;
    margin-left: auto;
    font-weight: 500;
    cursor: pointer; }
    .main-title .view-all:hover {
      color: #F4A869; }
    .main-title .view-all .fa {
      vertical-align: baseline; }

.main-subtitle {
  font-size: 2.5rem;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500; }
  .main-subtitle .border-b {
    display: inline-block;
    border-bottom: 8px solid #8A8A8A;
    padding-bottom: 5px; }
  .main-subtitle .view-all {
    color: #DB731D;
    font-size: 1rem;
    margin-left: auto;
    font-weight: 500;
    cursor: pointer; }
    .main-subtitle .view-all:hover {
      color: #F4A869; }

.margin-badge {
  position: absolute;
  top: 0;
  background: #FF0000;
  color: #fff;
  left: 0;
  padding: 10px;
  font-size: 1.75rem; }

.custom-width li {
  width: 50%; }

.banner-image {
  margin: 60px 0; }

.lgt-channel {
  background: #000;
  padding: 50px 0; }
  .lgt-channel .main-title {
    color: #fff; }
  .lgt-channel .fa-youtube {
    color: #FF0000;
    border-radius: 50%;
    margin-bottom: -1px; }

.video-wrap {
  height: 455px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .video-wrap iframe {
    height: 100%;
    width: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0 !important;
    margin-left: 0 !important; }

.video-subwrap {
  height: 204px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .video-subwrap iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0; }
  .video-subwrap .fr-video {
    display: inline-block; }

.youtube-caption {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.125rem; }

.lgt-container {
  background: #fff;
  padding: 15px; }

.youtube-video {
  width: 100%;
  max-width: 100%; }

.choose-brands {
  background: #E6E6E6;
  padding: 60px 0 40px 0; }
  .choose-brands h1 {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    font-size: 2.5rem;
    line-height: 1.3;
    justify-content: center; }
    .choose-brands h1 .bline {
      background: #E6E6E6;
      padding: 0 15px;
      position: relative;
      z-index: 2; }
    .choose-brands h1:after {
      margin-top: -2px;
      position: absolute;
      width: 100%;
      content: "";
      left: 0;
      top: 60%;
      height: 3px;
      background: #DB731D;
      z-index: 1; }
  .choose-brands .slick-dots {
    bottom: -40px; }
  .choose-brands .brands-slider {
    padding-bottom: 0; }
  .choose-brands .view-all {
    display: none; }
  .choose-brands .view-btn {
    text-align: center;
    margin-top: 50px; }
    .choose-brands .view-btn .btn {
      background: #fff;
      min-width: 180px; }
      .choose-brands .view-btn .btn:hover {
        background: #F47F1F; }

.new-products .border-bottom {
  margin-bottom: 40px;
  padding-bottom: 60px; }

.mobile-show {
  display: none; }

.seasonal-promotion {
  margin-top: 60px; }
  .seasonal-promotion .product-info {
    margin-bottom: 5px; }

@media all and (max-width: 1350px) {
  .product-cat li {
    padding-right: 10px !important; }
  .product-cat h3 {
    font-size: 0.875rem; }
  .product-cat img {
    max-height: 65px; } }
@media all and (min-width: 576px) {
  .popular-products-contain {
    height: 100%; }
    .popular-products-contain .slick-slide {
      height: 100%; }

  .popular-products {
    height: 100%; }
    .popular-products .product-info1 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .popular-products .slick-list {
      height: 100%; }
    .popular-products .slick-track {
      height: 100%; } }
@media all and (max-width: 991px) {
  .header.no-bg .nav-menu .dropdown-toggle {
    color: #fff; }

  .desktop-show {
    display: none; }

  .mobile-show {
    display: block; }

  .product-cat h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block; }
    .product-cat h1 .border-b {
      display: inline-block;
      border-bottom: 2px solid #DB731D;
      padding-bottom: 10px;
      font-size: 1.25rem; }
  .product-cat h3 {
    margin-top: 15px;
    font-size: 1rem; } }
@media all and (max-width: 767px) {
  .home-container {
    margin-top: 0; }

  .product-cat {
    position: static;
    background: #EEEEEE; }
    .product-cat h1 {
      font-size: 1.875rem;
      color: #000;
      margin-bottom: 15px;
      display: block; }
      .product-cat h1 .border-b {
        display: inline-block;
        border-bottom: 2px solid #DB731D;
        padding-bottom: 10px;
        font-size: 1.25rem; }
    .product-cat h3 {
      margin-top: 15px;
      color: #000;
      font-size: 0.75rem; }

  .main-title, .main-subtitle {
    font-size: 1.875rem;
    margin-bottom: 20px; }
    .main-title .border-b, .main-subtitle .border-b {
      display: inline-block;
      border-bottom: 2px solid #DB731D;
      padding-bottom: 10px;
      font-size: 1.25rem; }
    .main-title img, .main-subtitle img {
      max-width: 50px; }
    .main-title .view-all, .main-subtitle .view-all {
      font-size: 0.875rem; }

  .banner-image {
    margin: 30px 0; }

  .installation {
    margin-top: 22px; }

  .lgt-channel {
    padding: 35px 0 40px 0; }

  .lgt-container {
    padding: 0; }
    .lgt-container .form-row > [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }

  .youtube-caption {
    padding: 15px 15px 30px 15px;
    font-size: 0.875rem; }

  .choose-brands {
    padding: 25px 0 20px 0; }
    .choose-brands h1 {
      font-size: 1.25rem; }
    .choose-brands .view-btn {
      margin-top: 25px; }
      .choose-brands .view-btn .btn {
        min-width: auto; }
    .choose-brands .brands-slider {
      padding-left: 35px;
      padding-right: 35px; }
    .choose-brands .view-all {
      display: block; }

  .seasonal-promotion {
    margin: 25px 0; }
    .seasonal-promotion .promotion {
      margin-top: 15px; }

  .new-products {
    margin-bottom: 25px; }

  .slide-gap {
    padding: 0; }
    .slide-gap .slick-slide {
      padding: 0px 5px !important; }
    .slide-gap.border-b {
      border-bottom: none;
      padding-bottom: 25px;
      margin-bottom: 0; }

  .fishing-contain {
    margin-top: 16px; }
    .fishing-contain .slick-slide {
      padding: 0px !important; }
    .fishing-contain .slick-dots {
      bottom: -40px; }

  .popular-products-contain {
    margin-top: 60px; }
    .popular-products-contain .main-title {
      color: #000;
      font-size: 1.5rem;
      margin-bottom: 23px; }
    .popular-products-contain .pupular-tag h2 {
      font-size: 1.125rem; }
    .popular-products-contain .cart-wrap .price-wrap, .popular-products-contain .cart-wrap .addtocart-btn {
      width: 50%; }
    .popular-products-contain .cart-wrap .special-price {
      font-size: 1.75rem; }

  .custom-color {
    display: none; }

  .margin-badge {
    font-size: 0.875rem; } }
/*  Variable */
/*  Font size  */
/*64px;*/
/*56px;*/
/*48px;*/
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

/* Button variant */
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
.grid-container {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.products.product-grid-view {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*overflow: hidden;*/ }
  .products.product-grid-view > li {
    padding: 7.5px;
    background: transparent;
    margin-bottom: 50px;
    transition: all .4s ease-in-out 0s; }
    .products.product-grid-view > li:hover {
      -webkit-box-shadow: -1px 4px 22px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: -1px 4px 22px 0 rgba(0, 0, 0, 0.25);
      box-shadow: -1px 4px 22px 0 rgba(0, 0, 0, 0.25); }
  .products.product-grid-view .product-info {
    text-align: left; }
  .products.product-grid-view .prod-img {
    position: relative;
    transition: all .4s ease-in-out 0s;
    margin-bottom: 5px;
    text-align: center;
    min-height: 100px; }
    .products.product-grid-view .prod-img .badge {
      position: absolute;
      top: 0px;
      left: 0px;
      background: #FF0000;
      color: #fff;
      padding: 4px 10px; }
    .products.product-grid-view .prod-img:hover .add-links-wrap, .products.product-grid-view .prod-img.hover .add-links-wrap {
      visibility: visible;
      opacity: 1;
      bottom: 0;
      cursor: pointer; }
    .products.product-grid-view .prod-img .add-links-wrap {
      position: absolute;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 99;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
.products.product-list-view {
  position: relative;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
  padding: 0;
  display: block; }
  .products.product-list-view li {
    padding: 7.5px;
    margin-bottom: 50px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    vertical-align: top;
    width: 100%;
    display: block; }
    .products.product-list-view li:hover {
      -webkit-box-shadow: -1px 4px 22px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: -1px 4px 22px 0 rgba(0, 0, 0, 0.25);
      box-shadow: -1px 4px 22px 0 rgba(0, 0, 0, 0.25); }
  .products.product-list-view .prod-img {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
    width: 250px; }
    .products.product-list-view .prod-img:hover .add-links-wrap, .products.product-list-view .prod-img.hover .add-links-wrap {
      visibility: visible;
      opacity: 1;
      bottom: 0;
      cursor: pointer; }
    .products.product-list-view .prod-img .add-links-wrap {
      position: absolute;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 99;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
  .products.product-list-view .product-info {
    display: table-cell;
    padding: 0 0 0 30px;
    position: relative; }
  .products.product-list-view .addtocart-btn {
    position: absolute;
    bottom: 0; }
    .products.product-list-view .addtocart-btn .btn-outline-primary {
      min-width: 180px; }
.products .link-product-name {
  color: #8A8A8A;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  white-space: normal;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .products .link-product-name:hover {
    color: #DB731D; }
.products .sku-name {
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  background: 0 0;
  text-decoration: none;
  font-style: normal; }

.add-to-links {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 999; }

.prod-desc {
  color: #8A8A8A;
  font-size: 0.875rem;
  display: none; }

.stock-availability {
  font-size: 0.875rem;
  color: #8A8A8A; }

.price-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 5px 0; }
  .price-wrap .normal-price {
    font-size: 1.5rem; }
  .price-wrap .special-price {
    font-size: 1.5rem;
    color: #FF0000; }
  .price-wrap .strike-price {
    font-size: 0.875rem;
    color: #8A8A8A;
    text-decoration: line-through;
    margin-left: 10px; }

.addtocart-btn {
  margin-top: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .addtocart-btn .btn-outline-primary {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

/*sidebar Filter*/
.leftsidebar h3 {
  background: #8A8A8A;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 10px 0px;
  position: relative;
  text-transform: capitalize;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none; }
.leftsidebar .filter-text {
  font-size: 1.5rem;
  text-transform: none;
  background: transparent;
  padding: 0;
  margin-bottom: 30px; }
  .leftsidebar .filter-text .clear-all {
    font-size: 0.875rem;
    color: #DB731D;
    float: right; }
.leftsidebar .shopby > ul {
  max-height: 200px;
  overflow: auto; }
  .leftsidebar .shopby > ul li {
    margin-bottom: 7px; }
    .leftsidebar .shopby > ul li:hover .checkmark, .leftsidebar .shopby > ul li:hover .radiomark {
      color: #F47F1F;
      cursor: pointer; }
.leftsidebar .filter-block {
  border-bottom: 1px solid #E6E6E6; }
  .leftsidebar .filter-block .price-slider {
    padding-left: 0.6rem;
    padding-right: 0.6rem; }
  .leftsidebar .filter-block h4 {
    margin: 15px 0; }
    .leftsidebar .filter-block h4 i {
      display: none; }
  .leftsidebar .filter-block .filter-arrow-title {
    background: none;
    position: relative; }
    .leftsidebar .filter-block .filter-arrow-title i {
      display: block;
      position: absolute;
      right: 10px;
      top: 13px;
      font-weight: normal;
      cursor: pointer; }
    .leftsidebar .filter-block .filter-arrow-title.bg {
      background: #F47F1F;
      color: #fff;
      padding: 10px 40px 10px 10px; }
  .leftsidebar .filter-block .filter-over {
    max-height: 200px;
    overflow: auto; }
    .leftsidebar .filter-block .filter-over li {
      margin-bottom: 10px; }
      .leftsidebar .filter-block .filter-over li .chk-label {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .leftsidebar .filter-block .filter-over li:last-child {
        margin-bottom: 15px; }
      .leftsidebar .filter-block .filter-over li a {
        display: block;
        color: #8A8A8A; }
        .leftsidebar .filter-block .filter-over li a:hover {
          color: #DB731D; }
  .leftsidebar .filter-block .select {
    border-radius: 0;
    font-size: 1rem;
    height: 30px; }
  .leftsidebar .filter-block input[type="text"] {
    border-radius: 0; }
  .leftsidebar .filter-block .price-range .min-range, .leftsidebar .filter-block .price-range .max-range {
    background: #EEEEEE;
    max-width: 70px;
    border: none;
    font-size: 0.875rem;
    text-align: center; }
    .leftsidebar .filter-block .price-range .min-range:hover, .leftsidebar .filter-block .price-range .min-range:focus, .leftsidebar .filter-block .price-range .max-range:hover, .leftsidebar .filter-block .price-range .max-range:focus {
      border: none;
      box-shadow: none; }
  .leftsidebar .filter-block .price-range span {
    display: inline-block;
    vertical-align: middle; }
  .leftsidebar .filter-block .price-range .off-disc {
    font-size: 0.875rem; }
  .leftsidebar .filter-block .price-range input {
    display: inline-block;
    vertical-align: middle; }
  .leftsidebar .filter-block .price-range button {
    border-radius: 0; }
    .leftsidebar .filter-block .price-range button:hover {
      background: #000; }
  .leftsidebar .filter-block ul li ul {
    display: none; }
  .leftsidebar .filter-block .price-slider {
    padding-left: 0.6em;
    padding-right: 0.6em; }
.leftsidebar ul.level1 li a:hover {
  text-decoration: underline;
  color: #6c757d; }
.leftsidebar .apply-filter {
  margin-top: 15px; }
.leftsidebar.border-right {
  padding-right: 0px;
  border-right: solid 1px #E6E6E6; }
.leftsidebar .shopby {
  border: 1px solid #E6E6E6;
  padding: 10px 20px 20px 20px; }

.apply-filter {
  text-align: center;
  margin: 15px 0; }

.filter-cat {
  margin-bottom: 15px; }
  .filter-cat span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .filter-cat span i {
      padding-left: 5px;
      vertical-align: baseline;
      font-weight: 400; }
  .filter-cat ol.items li {
    display: block;
    margin-bottom: 5px;
    color: #8A8A8A; }
    .filter-cat ol.items li i {
      font-weight: normal; }

.filter-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px; }
  .filter-list .total-item, .filter-list .grid-view {
    color: #8A8A8A;
    font-size: 0.875rem; }
  .filter-list .grid-switcher {
    display: none; }

.shortby {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*    .shortbyFilter, .ShowFilter {
          text-transform: uppercase;
      }*/ }
  .shortby li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: none; }
  .shortby .grid-switcher {
    display: block; }
  .shortby .mobilefilter {
    display: none; }
  .shortby .showfilter {
    border: 1px solid #E6E6E6;
    margin-right: 10px;
    padding: 8px 0px 8px 10px; }
  .shortby .showpage {
    padding: 10px 0px; }
  .shortby .dropdown-toggle:after {
    color: #DB731D; }

.ddborder {
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px; }

.grid-switcher a.active {
  color: #F47F1F; }

.fltrhamburger {
  display: none; }

@media all and (max-width: 767px) {
  .products.product-grid-view .prod-img img {
    max-height: 100%;
    min-height: 100%; }
  .products.product-grid-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products.product-list-view .prod-img {
    vertical-align: top;
    min-width: 100px; }
    .products.product-list-view .prod-img img {
      max-height: 100%;
      min-height: 100%; }
  .products.product-list-view .addtocart-btn {
    position: static; }
  .products.product-list-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products .link-product-name {
    font-size: 0.75rem; }
  .products .sku {
    font-size: 0.625rem; }
  .products .price-wrap .normal-price, .products .price-wrap .special-price {
    font-size: 0.875rem; }
  .products .price-wrap .strike-price {
    font-size: 0.625rem; }

  .filter-list {
    margin-bottom: 5px; }
    .filter-list .total-view {
      margin: 10px 0; }
      .filter-list .total-view .grid-switcher, .filter-list .total-view .total-item {
        display: inline-flex; }
    .filter-list .total-view {
      order: 2; }

  .leftsidebar {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #fff;
    min-width: 140px;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .leftsidebar.active {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .leftsidebar .shopby {
      margin-top: 30px;
      border: none;
      padding: 0;
      overflow: auto;
      max-height: 100%; }

  .shortby {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: left; }
    .shortby .grid-switcher {
      display: none; }
    .shortby .mobilefilter, .shortby .showfilter, .shortby .showpage {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: center;
      border: 1px solid #E6E6E6;
      padding: 10px;
      white-space: nowrap;
      color: #8A8A8A;
      margin-right: 0;
      font-size: 0.875rem; }
      .shortby .mobilefilter i, .shortby .showfilter i, .shortby .showpage i {
        vertical-align: baseline;
        margin-right: 7px; }
      .shortby .mobilefilter .dropdown-toggle, .shortby .showfilter .dropdown-toggle, .shortby .showpage .dropdown-toggle {
        padding-right: 15px;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #8A8A8A; }
        .shortby .mobilefilter .dropdown-toggle:after, .shortby .showfilter .dropdown-toggle:after, .shortby .showpage .dropdown-toggle:after {
          color: #DB731D; }

  .fltrhamburger {
    display: block;
    text-align: right;
    margin-bottom: 15px; }
    .fltrhamburger i {
      padding-top: 15px;
      color: #DB731D;
      font-size: 1.75rem; } }
/*  Variable */
/*  Font size  */
/*64px;*/
/*56px;*/
/*48px;*/
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

/* Button variant */
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
.product-main-img {
  text-align: center;
  margin-bottom: 30px; }
  .product-main-img iframe {
    min-height: 500px; }

.product-shop .product-name {
  margin-bottom: 15px;
  font-size: 2.25rem;
  text-transform: capitalize;
  overflow: visible;
  line-height: 1; }
.product-shop .sku-name {
  font-size: 0.875rem; }
.product-shop .prod-desc {
  border-bottom: 1px solid #E6E6E6;
  margin: 17px 0;
  padding-bottom: 17px;
  color: #000; }
.product-shop .price-wrap {
  margin-bottom: 30px; }
.product-shop .stock-availability {
  padding-bottom: 20px;
  margin-bottom: 60px;
  margin-top: 7px;
  border-bottom: 1px solid #E6E6E6;
  text-align: right; }
.product-shop .option-add-cart .addtocart-btn {
  margin-bottom: 30px; }
  .product-shop .option-add-cart .addtocart-btn .btn-primary {
    width: 100%; }
.product-shop .option-add-cart .btn-compare {
  text-align: center;
  margin-bottom: 40px; }
  .product-shop .option-add-cart .btn-compare .btn-link {
    color: #8A8A8A;
    text-decoration: underline; }
    .product-shop .option-add-cart .btn-compare .btn-link:hover, .product-shop .option-add-cart .btn-compare .btn-link.active {
      color: #DB731D; }
    .product-shop .option-add-cart .btn-compare .btn-link i {
      vertical-align: middle; }
    .product-shop .option-add-cart .btn-compare .btn-link.small {
      font-size: 0.875rem; }
.product-shop .attribute-wrap {
  margin-bottom: 30px; }

.currency-wrap {
  margin: 10px 0;
  color: #8A8A8A;
  cursor: pointer;
  float: right;
  display: inline-block; }
  .currency-wrap .csymbol {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #E6E6E6;
    border-radius: 21px;
    font-size: 0.75rem;
    text-align: center; }
  .currency-wrap .clabel {
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: baseline; }

.outer-price {
  position: relative;
  clear: both; }

.list-wrapper {
  clear: both;
  font-size: 0.75rem;
  color: #000;
  display: block;
  z-index: 99;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  margin: -20px -20px 15px -20px;
  text-align: left;
  display: none;
  background: #f6f6f6;
  border-radius: 5px; }
  .list-wrapper .items {
    display: inline-block;
    line-height: 20px;
    border-radius: 0; }
    .list-wrapper .items.cfull {
      white-space: nowrap;
      max-width: 85px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .list-wrapper .items.cname {
      max-width: 100px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 5px; }
    .list-wrapper .items.price {
      float: right;
      max-width: 50px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .list-wrapper .form-row {
    margin-left: 0;
    margin-right: 0; }
  .list-wrapper .form-group {
    padding-bottom: 5px;
    padding: 2px 15px; }
  .list-wrapper .clist:last-child .form-group {
    border-bottom: none;
    margin-bottom: 0; }
  .list-wrapper .items-wrap {
    border-bottom: 1px solid #E6E6E6; }
  .list-wrapper .time-update {
    padding-top: 15px; }

.normal-price {
  font-weight: 500; }

.strike-price {
  text-decoration: line-through;
  color: #8A8A8A;
  font-size: 0.75rem; }

.price-margin {
  color: #FF0000;
  padding-left: 5px; }

.product-wrap {
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
  margin-top: 30px;
  position: relative; }
  .product-wrap .stock-availability {
    margin-bottom: 30px; }

.product-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px; }
  .product-list .thumb-wrap {
    width: 85px;
    float: left;
    padding-right: 15px; }
  .product-list .name-wrap {
    width: calc(100% - 100px); }
    .product-list .name-wrap .btn-compare {
      text-align: left;
      margin-bottom: 0; }
    .product-list .name-wrap h2 {
      font-size: 1.125rem;
      margin-bottom: 0;
      text-transform: capitalize; }

.size-wrap .size-choose li {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin: 2px; }
  .size-wrap .size-choose li input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: -1px;
    opacity: 0;
    cursor: pointer;
    margin-top: 0; }
  .size-wrap .size-choose li .size {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #E6E6E6;
    text-align: center;
    cursor: pointer;
    display: inline-block; }
  .size-wrap .size-choose li input[type="radio"]:checked + .color-wrapper .product-img, .size-wrap .size-choose li .select-color-checked {
    outline: 2px solid #000;
    border-color: #000;
    display: inline-block;
    border-radius: 10px; }
.size-wrap .color-choose li {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin: 2px; }
  .size-wrap .color-choose li input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    top: -1px;
    opacity: 0;
    cursor: pointer;
    margin-top: 0; }
  .size-wrap .color-choose li .size {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #E6E6E6;
    text-align: center;
    cursor: pointer;
    display: inline-block; }
  .size-wrap .color-choose li input[type="radio"]:checked + .color-wrapper .product-img, .size-wrap .color-choose li .select-color-checked {
    border-color: #000;
    display: inline-block;
    padding: 3px;
    /*@include border-radius(10px);*/ }
.size-wrap .color-choose .color-wrapper {
  display: inline-block;
  height: 100%; }
  .size-wrap .color-choose .color-wrapper .product-img {
    border: 1px solid #E6E6E6;
    display: inline-block;
    padding: 3px;
    /*@include border-radius(10px);*/ }
    .size-wrap .color-choose .color-wrapper .product-img.color-text > div, .size-wrap .color-choose .color-wrapper .product-img.color-text .taxt-value {
      padding-left: 3px;
      padding-right: 3px;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 77px;
      overflow: hidden;
      display: inline-block;
      height: 30px; }

.table-scroll {
  overflow-x: auto;
  margin-bottom: 15px;
  overflow-y: hidden;
  white-space: nowrap; }

.shop-table {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  .shop-table .table-head {
    display: table-row; }
    .shop-table .table-head .box {
      padding: 8px;
      border: 1px solid #E6E6E6; }
  .shop-table .table-row {
    display: table-row; }
    .shop-table .table-row:nth-child(odd) .box {
      padding: 8px;
      border: 1px solid #E6E6E6; }
    .shop-table .table-row:nth-child(even) .box {
      padding: 8px;
      border: 1px solid #E6E6E6; }
  .shop-table .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .shop-table .box .inner-box {
      white-space: nowrap;
      max-width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block; }
  .shop-table .chk-wrap {
    display: inline-block; }
    .shop-table .chk-wrap .chkmark {
      margin: 0 auto; }
  .shop-table .price-wrap .price {
    font-weight: 600; }
  .shop-table .price-wrap .old-price {
    padding: 0;
    font-size: 0.875rem; }
  .shop-table .qty-wrap {
    min-width: 200px; }

.rating-summary .rating-customer {
  border-top: 1px solid #E6E6E6;
  padding-top: 15px;
  padding-bottom: 15px; }
  .rating-summary .rating-customer:last-child {
    border-bottom: none; }
  .rating-summary .rating-customer:first-child {
    border-top: none; }
.rating-summary .product-name {
  color: #F47F1F; }
.rating-summary .review-star {
  margin-bottom: 10px; }
.rating-summary label {
  display: block; }
.rating-summary .review-data {
  color: #8A8A8A;
  font-size: 0.875rem; }
.rating-summary .date-time {
  margin-top: 15px; }

.no-review {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #E6E6E6; }

.product-desc h2 {
  color: #DB731D;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px; }
.product-desc .attributename {
  font-weight: 500;
  margin-right: 10px; }
.product-desc label {
  color: inherit; }

.related-product {
  margin-top: 60px;
  margin-left: -8px;
  margin-right: -8px; }
  .related-product .slide-gap {
    padding: 0; }
    .related-product .slide-gap .slick-slide {
      margin: 0 8px;
      padding: 0; }

.price-wrap-matrix .normal-price {
  font-weight: 500; }
.price-wrap-matrix .strike-price {
  text-decoration: line-through;
  color: #8A8A8A;
  font-size: 0.75rem; }
.price-wrap-matrix .price-margin {
  color: #FF0000;
  padding-left: 5px; }

/* Start Brand Section */
.brand-wrap {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6; }
  .brand-wrap img {
    max-width: 100px;
    margin-bottom: 3px; }
  .brand-wrap .brand-name {
    font-size: 1.25rem;
    font-weight: 500; }

.brand-section {
  margin: 15px 0 25px 0; }
  .brand-section .upload-img {
    max-width: 150px;
    margin: 10px 0 20px 0;
    display: block; }
  .brand-section .brand-desc .fr-fic {
    margin: 5px 0; }

/* End Brand Section */
@media all and (max-width: 767px) {
  .product-shop .product-name {
    font-size: 2rem; }
  .product-shop.box-border {
    border: none;
    padding: 0; }
  .product-shop .review-star.fright {
    text-align: left;
    float: none; }
  .product-shop .prod-desc {
    margin: 10px 0;
    padding-bottom: 30px; }
    .product-shop .prod-desc h2 {
      margin-top: 30px; }
  .product-shop .outer-price {
    margin-bottom: 30px; }
  .product-shop .price-wrap {
    margin-bottom: 0px; }

  .product-desc h2 {
    margin-top: 30px;
    font-size: 1.25rem; }

  .box-border {
    padding: 12px; }

  .related-product {
    margin-top: 30px; }

  .currency-wrap {
    text-align: left;
    float: none; }

  .list-wrapper {
    width: 100%;
    margin: -20px 0 20px 0; }
    .list-wrapper .items.cname {
      max-width: 130px; }
    .list-wrapper .items.price {
      max-width: 80px; }
    .list-wrapper .form-group {
      width: 100%; } }
.description, .sub-cat-img {
  margin-top: 15px; }

.sub-cat-img .product-info {
  font-size: 1.125rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  text-transform: capitalize;
  padding: 12px 0;
  min-height: 100%; }
.sub-cat-img .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 125px;
  max-height: 125px; }

@media all and (max-width: 767px) {
  .sub-cat-img {
    text-align: center; }
    .sub-cat-img .product-image img {
      min-height: 80px; } }

/*# sourceMappingURL=style-front.css.map */
