@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;800&display=swap");
a,
a:hover {
  text-decoration: none; }

html {
  scroll-behavior: smooth; }

.supper_social.searchHolder {
  display: none !important; }

.container_b, .content_wrap, .container {
  width: 95% !important;
  max-width: 1400px;
  overflow: hidden;
  padding-bottom: 2px; }

.content_wrap {
  margin: 0 auto !important; }

.logo img {
  width: 220px !important; }

.owl-carousel .owl-controls {
  display: none !important; }

.top-header {
  background-color: #000;
  padding: 13px 0;
  display: block; }
  ul.active {
    top: 100%;
  }
  @media (max-width: 767px) {
    .top-header {
      display: none; } }
  .top-header .social-media {
    display: flex; }
    .top-header .social-media .social {
      margin-top: 0;
      color: #ccc !important;
      padding: 4px;
      border: 1px solid #777;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 5px;
      width: 26px;
      height: 26px;
      font-size: 14px;
      transition: all 700ms; }
      .top-header .social-media .social:hover {
        color: #f74537 !important;
        border: 1px solid #f74537; }
  .top-header .container_b {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .top-header .container_b .fa-lock {
      color: #f74537;
      margin-right: 3px; }
    .top-header .container_b .loginSec_b.navbar-right {
      margin: 0;
      color: #ccc;
      font-size: 14px;
      display: flex; }
    .top-header .container_b .seperator_b {
      color: #ccc;
      font-size: 14px;
      line-height: 11px;
      font-weight: 700;
      float: left !important;
      padding: 0 8px;
      transform: rotate(20deg); }
    .top-header .container_b .loginSec_b a {
      font-weight: normal;
      color: #ccc;
      font-size: 14px;
      font-family: "Rubik", sans-serif;
      line-height: 14px;
      transition: all 700ms; }
      .top-header .container_b .loginSec_b a:hover {
        color: #f74537; }

.main-header {
  display: block; }
  @media (max-width: 767px) {
    .main-header {
      display: none; } }
  .main-header .container_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px !important; }
  .main-header .shopping-cart {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    position: relative; }
    .main-header .shopping-cart .fa-shopping-cart {
      color: #000; }
    .main-header .shopping-cart #shopping_count {
      position: absolute;
      right: -12px;
      top: -12px;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      background: #f74537;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: bold; }
  .main-header .search-placeholder {
    margin-top: 0; }
    .main-header .search-placeholder .moto_search_form {
      display: flex;
      align-items: center; }
    .main-header .search-placeholder .easy-autocomplete input {
      height: 45px;
      border-radius: 5px 0 0 5px;
      width: 100% !important;
      outline: 0;
      font-size: 16px;
      font-style: italic;
      box-shadow: none;
      border-width: 2px;
      border-right: 0; }
    .main-header .search-placeholder .fa-search {
      font-size: 22px; }
    .main-header .search-placeholder .searchHolder {
      float: right;
      margin-top: 0;
      width: 500px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .main-header .search-placeholder .searchHolder {
          position: relative;
          right: 0;
          top: 0;
          width: 350px !important; } }
    .main-header .search-placeholder .searchHolder .goBtn_b {
      padding: 0 13px;
      color: #fff;
      height: 45px;
      font-size: 12px;
      float: right;
      background: #f74537;
      width: 80px;
      line-height: 18px;
      border-radius: 0 5px 5px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .main-header .search-placeholder .searchHolder .goBtn_b:hover {
        background: #000; }

.header_b {
  display: none; }
  .header_b .container_b {
    overflow: inherit !important; }
  @media (max-width: 767px) {
    .header_b {
      display: block;
      font-family: "Rubik", sans-serif; } }

.navigation-menu {
  border-bottom: 2px solid #f74537; }
  @media (max-width: 768px) {
    .navigation-menu {
      border-bottom: 0; }
      .navigation-menu .tab-flex {
        display: flex;
        flex-direction: column; }
        .navigation-menu .tab-flex .col-md-3 {
          order: 2; } }
  .navigation-menu .container_b {
    padding-bottom: 0; overflow: inherit;}
  .navigation-menu .dynamicNavCont ul {
    text-align: left;
    border-radius: 7px;
    padding: 10px; }
    ul.active li:hover {
      background: none;
    }
  .navigation-menu .dynamicNavCont li.bnz-nv {
    padding: 0; }
  .navigation-menu .dynamicNavCont li a {
    display: block;
    padding: 17px 15px;
    text-transform: uppercase;
    height: auto;
    font-family: "Rubik", sans-serif;
    border-radius: 7px;
    font-weight: 500; }

    .dynamicNavCont ul li ul li a {
      line-height: 28px;
    }

    @media (max-width: 1024px) {
      .navigation-menu .dynamicNavCont li a {
        padding: 20px 6px;
        font-size: 13px !important; } }
    .navigation-menu .dynamicNavCont li:hover > a {
      background: #f74537 !important;
      color: #fff !important; }
  .navigation-menu .category-link {
    background: #f74537;
    color: #fff;
    padding: 0px 25px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center; }
    .navigation-menu .category-link .fa-bars {
      margin-right: 10px;
      font-size: 18px; }

.banner-grid {
  display: grid;
  grid-template-columns: 36% 62.7%;
  grid-gap: 10px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .banner-grid {
      grid-template-columns: 34% 59.7%; } }
  .banner-grid .owl-carousel {
    display: block !important; }
  .banner-grid #owl-demo .item img {
    height: auto !important; }
  .banner-grid .slider .owl-carousel .owl-item {
    width: 100% !important; }
  .banner-grid .owl-theme .owl-controls {
    display: none !important; }
  .banner-grid .owl-wrapper {
    width: 100% !important; }
  .banner-grid .slider_1 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2; }
  .banner-grid .slider_2 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3; }
  .banner-grid .slider_3 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3; }

.main-banner {
  margin-bottom: 20px; }

.categories-links {
  height: 590px;
  box-shadow: 0 0 5px #999; 
overflow-y: auto;}
  .categories-links li {
    list-style: none;
    padding: 0px 25px; }
    .categories-links li:hover {
      background: #eee; }
      .categories-links li:hover a {
        color: #f74537;
        padding-left: 7px; }
    .categories-links li i {
      margin-right: 10px; }
    .categories-links li a {
      color: #000;
      font-family: "Rubik", sans-serif;
      display: block;
      padding: 17px 0;
      border-bottom: 1px solid #eee;
      transition: all 0.5s; }

.mainFooter {
  width: 100%;
  display: block;
  float: left;
  font-family: "Rubik", sans-serif; }
  .mainFooter .bottomFooter {
    padding: 30px 0; }
    @media (max-width: 767px) {
      .mainFooter .bottomFooter {
        padding: 15px 0; } }
    .mainFooter .bottomFooter .paymentOption {
      /* display: table; */
      margin: auto; }
      .mainFooter .bottomFooter .paymentOption img {
        max-width: 100%; }
    .mainFooter .bottomFooter .copyrightTxt {
      color: #333;
      text-align: center;
      margin: 20px 0;
      display: block;
      font-size: 12px; }
  .mainFooter .socialSubscribe {
    background: #f74537; }
    .mainFooter .socialSubscribe .container_b {
      overflow: hidden;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .mainFooter .socialSubscribe .container_b {
          gap: 20px;
          justify-content: center; } }
    .mainFooter .socialSubscribe .newsletterHeading {
      color: #fff;
      font-family: "Rubik", sans-serif;
      font-size: 20px;
      font-weight: 400; }
    .mainFooter .socialSubscribe .footerSocial {
      background: #e74033;
      padding: 38px 30px;
      display: flex;
      justify-content: space-evenly;
      margin-left: -15px; }
      .mainFooter .socialSubscribe .footerSocial .social {
        margin-top: 0;
        background: #fff;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        border-radius: 4px; }
        .mainFooter .socialSubscribe .footerSocial .social i.fa {
          color: #000;
          font-size: 22px; }
    .mainFooter .socialSubscribe .newsletterBox .form_standard {
      display: grid;
      align-items: center;
      grid-template-columns: auto 120px; }
    .mainFooter .socialSubscribe .newsletterBox #newsletter_success {
      color: #fff; }
    .mainFooter .socialSubscribe .newsletterBox input#newsletter {
      outline: 0;
      border: 0;
      box-shadow: none;
      height: 45px;
      border-radius: 5px 0 0 5px;
      font-family: "Rubik", sans-serif;
      padding-left: 15px;
      color: #000; }
    .mainFooter .socialSubscribe .newsletterBox input[type="button"] {
      background: #000;
      color: #fff;
      font-family: "Rubik", sans-serif;
      height: 45px;
      outline: 0;
      border: 0;
      border-radius: 0 5px 5px 0; }
    @media (max-width: 1024px) {
      .mainFooter .socialSubscribe {
        padding: 30px 0; }
        .mainFooter .socialSubscribe .container_b {
          row-gap: 20px; }
        .mainFooter .socialSubscribe .footerSocial {
          max-width: 420px;
          margin: auto; } }
  @media (max-width: 767px) {
    .mainFooter .footerLinks {
      padding-top: 20px !important; } }
  @media (max-width: 768px) {
    .mainFooter .footerLinks .tab-row {
      display: flex;
      flex-wrap: wrap; } }
  .mainFooter .footerLinks .col-md-4 {
    padding: 30px 15px; }
    @media (max-width: 767px) {
      .mainFooter .footerLinks .col-md-4 {
        padding: 10px 15px; } }
  .mainFooter .footerLinks li {
    list-style: none;
    margin: 14px 0;
    display: block; }
    .mainFooter .footerLinks li a {
      color: #444;
      font-size: 14px;
      font-family: "Rubik", sans-serif;
      transition: all 0.5s; }
      .mainFooter .footerLinks li a:hover {
        color: #f74537;
        padding-left: 10px; }
      .mainFooter .footerLinks li a img {
        width: 30px;
        margin-right: 10px; }
  .mainFooter .footerHeading {
    color: #000;
    font-family: "Rubik", sans-serif;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 400; }
  .mainFooter .lightGrayBg {
    background: #F5F5F5;
    border-bottom: 1px solid #e6e4e4;
    border-top: 1px solid #e6e4e4; }
    .mainFooter .lightGrayBg .picText {
      display: flex;
      align-items: center;
      width: 245px; }
      @media (max-width: 767px) {
        .mainFooter .lightGrayBg .picText {
          width: 100%; } }
      .mainFooter .lightGrayBg .picText strong {
        display: block;
        color: #555;
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 600; }
      .mainFooter .lightGrayBg .picText p span {
        color: #888;
        font-size: 12px; }
      .mainFooter .lightGrayBg .picText span.imgIcon {
        margin-right: 10px;
        min-width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%; }
        .mainFooter .lightGrayBg .picText span.imgIcon img {
          width: 30px;
          height: 30px; }
    .mainFooter .lightGrayBg p {
      margin: 0; }
      @media (max-width: 767px) {
        .mainFooter .lightGrayBg p {
          flex: 1; } }
    .mainFooter .lightGrayBg .col-md-3 {
      padding: 30px 15px; }
      @media (max-width: 1024px) {
        .mainFooter .lightGrayBg .col-md-3 {
          padding: 12px 15px; } }

/* categories-widget */
.categories-widget .sw.brd {
  margin: 0;
  background: #fff;
  float: left;
  text-align: center;
  padding: 0; }

.section-title, .featured-listings h3, .featured-products-widget h3 {
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  box-shadow: none;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-title, .featured-listings h3, .featured-products-widget h3 {
      font-size: 22px; } }
  .section-title::after, .featured-listings h3::after, .featured-products-widget h3::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #e74033;
    position: absolute;
    margin-left: 13px;
    top: 12px;
    border-radius: 50%; }
  .section-title::before, .featured-listings h3::before, .featured-products-widget h3::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #e74033;
    position: absolute;
    margin-left: -20px;
    top: 12px;
    border-radius: 50%; }

.categories-widget, .brand-widget, .top-deals-section {
  width: 100%;
  float: left;
  padding: 20px 0; }
  .categories-widget .section-subtitle, .brand-widget .section-subtitle, .top-deals-section .section-subtitle {
    font-family: "Rubik", sans-serif;
    color: #e74033;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center; }

.categories-widget .categories-list {
  margin: 0;
  display: flex;
  width: calc(33% - 10px);
  align-items: center;
  box-shadow: 0 0 2px #ccc;
  padding: 20px;
  transition: all 500ms;
  position: relative;
  top: 0; }
  @media (max-width: 1024px) {
    .categories-widget .categories-list {
      width: calc(50% - 10px); } }
  @media (max-width: 767px) {
    .categories-widget .categories-list {
      width: 100%; } }

.categories-widget .categories-list:hover {
  top: -10px; }

#top-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Rubik", sans-serif;
  width: 100%; }

.categories-widget .category-img {
  min-height: auto !important;
  width: 100%; }

.categories-widget .category-info {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1; }

.categories-widget .category-name {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 12px; }

.categories-widget .feature-list {
  margin: 0; }

.categories-widget .feature-list li {
  padding: 0;
  list-style: inside;
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transition: all 500ms;
  cursor: pointer; }

.categories-widget .feature-list li:hover {
  padding-left: 7px; }

.categories-widget .category-btn {
  font-family: "Rubik", sans-serif;
  padding: 6px 15px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  line-height: normal;
  transition: all 500ms;
  margin-top: 7px; }

.categories-widget .category-btn:hover {
  background: #f74537; }

.brand-box {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; }
  @media (max-width: 1024px) {
    .brand-box {
      justify-content: flex-start; } }
  @media (max-width: 576px) {
    .brand-box {
      justify-content: center; } }
  .brand-box .brand-link {
    width: 160px !important;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    box-shadow: 0 0 2px #ccc; }
    @media (max-width: 576px) {
      .brand-box .brand-link {
        width: 48% !important;
        max-width: 220px; } }
    .brand-box .brand-link img {
      width: 100%;
      height: auto !important;
      top: inherit !important;
      transform: inherit !important; }

.product_box_text {
  height: auto !important; }

@media (min-width: 320px) and (max-width: 479px) {
  .product_box_text a {
    font-size: 14px !important; }

  .content_wrap .sidebar.cstm-sdbr {
    width: 94% !important;
    margin: 0 auto;
    margin-bottom: 10px !important; }
    .content_wrap .sidebar.cstm-sdbr h3.head-tx {
      color: #fff;
      background: #333 !important;
      margin-bottom: 10px !important;
      display: flex !important;
      justify-content: center;
      align-items: center; }
      .content_wrap .sidebar.cstm-sdbr h3.head-tx span.glyphicon-filter {
        margin-left: 10px; } }
.top-deals-section .home_page_top_deals, .content_section {
  width: 100%;
  float: left;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .top-deals-section .home_page_top_deals, .content_section {
      justify-content: center !important; } }
  .top-deals-section .home_page_top_deals .section_head, .content_section .section_head {
    display: none; }
  .top-deals-section .home_page_top_deals .percentage, .content_section .percentage {
    display: none; }
  .top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
    padding: 0;
    font-family: "Rubik", sans-serif;
    height: 300px;
    width: 300px;
    border: 1px solid #eee;
    display: none; }
    .top-deals-section .home_page_top_deals .product_box .product_photo, .content_section .product_box .product_photo {
      height: auto !important;
      padding: 20px 0 !important; }
    @media (max-width: 1024px) {
      .top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
        width: 230px !important; } }
    @media (max-width: 768px) {
      .top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
        width: 230px !important;
        height: 280px !important; } }
    @media (max-width: 576px) {
      .top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
        max-width: 300px;
        width: 100%;
        height: auto !important; } }
    .top-deals-section .home_page_top_deals .product_box:nth-child(2), .content_section .product_box:nth-child(2) {
      display: block !important; }
    .top-deals-section .home_page_top_deals .product_box .product_photo, .content_section .product_box .product_photo {
      margin: 0;
      border: 0;
      padding: 0;
      border-bottom: 1px solid #eee;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 200px; }
      .top-deals-section .home_page_top_deals .product_box .product_photo img, .content_section .product_box .product_photo img {
        position: relative;
        border-radius: 0;
        width: auto !important;
        height: auto !important;
        max-width: auto !important; }
    .top-deals-section .home_page_top_deals .product_box .product_box_text h3 a, .top-deals-section .home_page_top_deals .product_box .product_box_text span a, .content_section .product_box .product_box_text h3 a, .content_section .product_box .product_box_text span a {
      color: #777;
      display: block;
      font-weight: 400;
      width: 100%;
      margin: 10px 0;
      font-size: 14px;
      text-align: center;
      line-height: normal;
      padding-left: 10px;
      padding-right: 10px; }
    .top-deals-section .home_page_top_deals .product_box .product_box_text + div, .content_section .product_box .product_box_text + div {
      float: none !important;
      display: block;
      width: 100%;
      overflow: hidden; }
    .top-deals-section .home_page_top_deals .product_box .price, .content_section .product_box .price {
      color: #333;
      text-align: center;
      font-weight: 500; }
    .top-deals-section .home_page_top_deals .product_box .discount, .content_section .product_box .discount {
      text-align: center;
      font-size: 12px;
      color: #000;
      margin-top: 4px; }
    .top-deals-section .home_page_top_deals .product_box .product_photo_small, .content_section .product_box .product_photo_small {
      display: none; }

.top-deals-section .home_page_top_deals .product_box {
  height: 582px;
  width: 100%;
  border: 2px solid #e74033; }
  .top-deals-section .home_page_top_deals .product_box .product_photo {
    margin-bottom: 30px; }
    .top-deals-section .home_page_top_deals .product_box .product_photo img {
      max-width: 100% !important;
      max-height: 100% !important; }
  .top-deals-section .home_page_top_deals .product_box .price-section .price {
    color: #e74033;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .top-deals-section .home_page_top_deals .product_box .price-section .price span {
      color: #888;
      margin-left: 12px; }
    .top-deals-section .home_page_top_deals .product_box .price-section .price a {
      width: 100%;
      display: block;
      margin-top: 15px; }
      .top-deals-section .home_page_top_deals .product_box .price-section .price a span {
        background: #e74033;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 30px;
        display: inline-block;
        margin: 0;
        border-radius: 4px; }

.top-deals-section .home_page_top_deals > .product_box .price-section .discount {
  visibility: hidden; }
  @media (max-width: 991px) {  
    .mainFooter .bottomFooter .paymentOption img {
      margin: 25px 0;
    } 
    .mainFooter .bottomFooter .row {
      flex-direction: column;
    }
}
@media (max-width: 767px) {
  .homepage_top_deals {
    margin-bottom: 30px;
    overflow: hidden; }

  .top-deals-section .col-sm-12.col-md-9 {
    overflow: hidden; } }
.content_section {
  padding: 0;
  border: 0;
  background: #fff; }
  .content_section.home_page_top_sellers {
    display: flex;
    justify-content: center;
  }
  .content_section .product_box {
    display: block !important;
    width: 245px;
    height: 335px;
    margin-top: 2px; }
    .content_section .product_box .reviews {
      text-align: center;
      margin: 10px; }

.banner-4 {
  width: 100%;
  float: left; }
  .banner-4 .owl-carousel {
    display: block !important; }
  .banner-4 #owl-demo .item img {
    width: 100%;
    height: auto;
    margin-top: 10px; }

.more-banners {
  width: 100%;
  float: left;
  padding: 10px 0 40px; }
  .more-banners .container_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .more-banners .container_b {
        gap: 5px; } }
    .more-banners .container_b .slider {
      width: 33% !important; }
      @media (max-width: 767px) {
        .more-banners .container_b .slider {
          width: 100% !important;
          margin: 0; } }
    .more-banners .container_b #owl-demo .item img {
      height: auto !important; }
  .more-banners .owl-carousel {
    display: block !important; }

.sidebar {
  margin-bottom: 0px;
  padding: 0px;
  border: none;
  background: #fff; }
  .sidebar .toggle_container, .sidebar .base_container {
    margin-bottom: 20px;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    width: 100% !important; }
  .sidebar .fltrbx {
    float: left;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 12px;
    border-top: 0; }
  .sidebar .grg {
    color: #FFF;
    font-size: 16px;
    padding-top: 11px;
    text-shadow: none;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .sidebar .grg div {
      margin-left: 3px; }
  .sidebar .side_header {
    padding: 20px 15px !important;
    background: #F74538;
    border-radius: 7px 7px 0 0; }
    @media (max-width: 1024px) {
      .sidebar .side_header {
        padding: 10px 15px !important; } }
  .sidebar .sidebar_frame {
    margin-bottom: 20px; }
  .sidebar h4.expand_heading, .sidebar p.expand_headingend {
    background: #fff;
    border: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px; }
    .sidebar h4.expand_heading a, .sidebar p.expand_headingend a {
      color: #333;
      font-size: 13px;
      font-weight: 400;
      padding: 15px 0px;
      font-family: "Rubik", sans-serif;
      padding: 0; }
    .sidebar h4.expand_heading:hover, .sidebar p.expand_headingend:hover {
      background: #eee; }
  .sidebar .expand_nav li, .sidebar .base_nav li {
    height: auto; }
  .sidebar .expand_nav li a, .sidebar .base_nav li a {
    background: #fff;
    color: #333 !important;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 10px;
    font-family: "Rubik", sans-serif; }
    .sidebar .expand_nav li a:hover, .sidebar .base_nav li a:hover {
      background: #eee; }
  .sidebar h4.expand_heading a {
    color: #444 !important; }
  .sidebar .base_nav {
    border-bottom: 1px solid #ccc; }
  .sidebar .base_nav li a:hover, .sidebar .base_nav ul li:hover a {
    height: auto; }
  .sidebar .expand_nav li div {
    margin: 0 !important; }
  .sidebar .expand_nav li div a {
    padding: 14px 10px;
    background: transparent !important; }
  .sidebar .toggle_container {
    overflow: auto !important;
    border: 0; }
  .sidebar .expand_nav li a:hover, .sidebar .expand_nav ul li:hover a {
    height: auto; }

.category-link-hide-show {
  display: none; }

body.master_v_front .category-link-hide-show {
  display: block; }

.bottomFooter .container_b {
  }
  .bottom-footer-logo {
    display: flex;
    align-items: center;
}
.mainFooter .bottomFooter .row {
  display: flex;
  justify-content: center;
}
.bottom-footer-logo a {
  padding: 0 10px;
}


.bottom-footer-logo img {
  max-width: 85px;
  width: 100%;
} 
  @media (max-width: 767px) {
    .bottomFooter .container_b {
      flex-wrap: wrap;
      row-gap: 15px;
      justify-content: center; } }
  .bottomFooter .container_b .footer-logo { display: flex;}
    .bottomFooter .container_b .footer-logo img {
      width: 160px; }

.productNav {
  background: #144C9E;
  font-family: "Rubik", sans-serif; }
  .productNav ul.active li:hover {
    background: #144C9E; }
  .productNav .bnz-nv a, .productNav ul li a {
    font-weight: 500; }

.brndimg p, .brndimg h1.mn {
  font-family: "Rubik", sans-serif !important;
  font-weight: 560 !important;
  letter-spacing: 1px; }

.pagination {
  width: 100%; }
  @media (max-width: 576px) {
    .pagination {
      display: flex;
      justify-content: center; } }
  .pagination h3 a {
    padding: 10px 12px;
    border: 1px solid #cccc;
    color: #333 !important;
    margin-left: 0px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    font-size: 15px;
    font-family: "Rubik", sans-serif; }

.contentSec.shopping .prodSec {
  width: 40% !important;
  margin-right: 3% !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.prodDetailSec .priceDetaiSect {
  width: 100%;
  margin-left: 0;
  margin-top: 100px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 1px; }

.contentSec.shopping .prodDetailSec {
  width: 53% !important;
  margin-right: 2%; }

.priceHolder.prod_detail_price .prodPrice#price {
  font-family: "Rubik", sans-serif !important;
  color: #000;
  font-weight: 500;
  font-size: 32px !important; }

#shoppingBuyButtonContainer .prodBuyBtn {
  font-size: 18px;
  background: #f74537;
  font-weight: 400;
  float: left;
  font-family: "Rubik", sans-serif !important;
  padding: 11px 15px; }

.dtlpg .brndimg img {
  display: none; }

.brndimg.mrgn-tp-mns {
  padding: 0; }

.container.dtlpg > .container {
  position: relative;
  width: 100% !important;
  overflow: initial !important; }

.container.dtlpg .breadCrumb {
  margin-bottom: 40px;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Rubik", sans-serif !important;
  text-align: left; }

.breadCrumb a {
  color: #333;
  font-size: 12px;
  font-family: "Rubik", sans-serif !important; }

.prodSec .prodGallery {
  background: transparent;
  height: auto;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  margin-left: -1px;
  padding-left: 1px;
  padding-right: 1px;
  background: #fff;
  margin-right: -1px;
  padding-top: 10px; }

.productListView a {
  width: 90px !important;
  height: 90px !important;
  border: 1px solid #ccc;
  margin: 1px; }

#image_name {
  display: none; }

.productListView.gallery_inner img {
  max-height: 100% !important;
  max-width: 100% !important;
  margin-top: 0px !important;
  padding: 4px; }

.productListView.gallery_inner {
  text-align: left; }
  
  .logo-outer-d-flex {
  display: flex;
  align-content: center;
  justify-content: center;
}
.top-naviagtion-logo row
{ 
  display: flex;
  align-content: center;
  justify-content: center;
	
}
.top-naviagtion-logo {
  width: 100%;
  padding: 50px;
  float: left;
}
 .image-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin: 0px;
  border-radius: 10px;
  padding:10px;
  height:100%; margin-bottom:10px;
}

.inner_top-logo img {
  max-width: 250px;
  object-fit: contain;
}
img{max-width:100%;}
.snap-contnet-sec {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.right_inner_img img {
  max-width: 100%;
}
.inner_top-logo{
  max-width: 300px;
  margin: auto;
  width: 100%;
}
.katapult-contnet-sec.fl.w100 {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

.img-100 img {
  max-width: 100%;
  object-fit: contain;
}

.afterpay-contnet-sec {
  float: left;
  width: 100%;
  background: #f0f4fb;
  padding: 0;
}

.klarana-contnet-sec {
  float: left;
  width: 100%;
  padding: 50px 0px 0px;
}

.affirmss-contnet-sec {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.content-div-outer {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.ready-style {
  font-size: 17px;
  font-weight: bold !important;
}
.title-para-style font b {
  font-weight: 600;
  font-family: inherit !important;
  font-size: 22px;
  box-shadow: none;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #171717;
}
.d-flex-logo {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  padding:10px 0; 
}
.d-flex-logo .logo-col-outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.aply-online-left .pr {
  text-align: left;
}
.aply-online-left .pr h4 {
  position: relative;
  margin-left: 30px;
}

.aply-online-left .pr h4::before {
content: "\f00c";
position: absolute;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
line-height: 1;
font-size: 14px;
line-height: 1;
font-size: 11px;
top: 50%;
transform: translateY(-50%);
margin-top: 3px;
color: #fff;
background: #017901;
height: 20px;
width: 20px;
text-align: center;
border-radius: 50%;
line-height: 20px;
margin-left: -30px;
}

.logo-col-outer .inr-link {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dtlpg .mn {
    margin: 0px !important; }

  .container {
    width: 95% !important; } }
.shopping .descriptionArea {
  margin-top: 50px;
  padding: 0;
  background: #fff !important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

.shopping #description, .shopping #reviews, .shopping #partnumbers,
.shopping #fitment, .shopping #sizechart {
  background: #fff;
  color: #000;
  padding: 0 !important;
  margin: 0;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500;
  padding: 20px 0 !important;
  margin-right: 30px; }

.shopping #fitment .fa, .shopping #sizechart img {
  display: none; }

.descriptionArea a.active {
  border-bottom: 2px solid #f74537;
  padding: 20px 0 !important;
  color: #f74537; }

.desDetailTxt table tr td {
  background: transparent;
  color: #444;
  padding: 8px 6px; }

#writeReviewAnchor, a[onclick="submitReview();"] {
  background: #f74537 !important;
  font-weight: 500; }

.descriptionArea .fa-barcode {
  display: none; }

.shopping .desDetailTxt {
  padding: 0;
  font-size: 14px;
  color: #555;
  line-height: 23px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: "Rubik", sans-serif !important; }

.dtlpg .mn {
  /* text-align: right; */
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: "Rubik", sans-serif !important;
  position: absolute;
  width: 53%;
  float: right;
  left: 43%;
  margin: 0;
  text-align: left;
  line-height: 30px; }

.Shopping .contentSec.shopping .content_section {
  justify-content: flex-start; }

@media (max-width: 480px) {
  .contentSec.shopping .prodSec {
    width: 100% !important;
    margin-right: 0% !important; }

  .contentSec.shopping .prodDetailSec {
    width: 100% !important;
    text-align: center; } }
@media (min-width: 320px) and (max-width: 479px) {
  .dtlpg .mn {
    font-size: 18px !important;
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: initial;
    margin-bottom: 20px; } }
.shopping .section_head {
  border-bottom: none;
  width: 100%;
  letter-spacing: 0;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 40px;
  display: block; }

.shopping .section_head h4 {
  float: none;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  box-shadow: none;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  text-align: center;
  color: #000 !important;
  text-transform: uppercase; }
  .shopping .section_head h4::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #e74033;
    position: absolute;
    margin-left: -20px;
    top: 12px;
    border-radius: 50%; }
  .shopping .section_head h4::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #e74033;
    position: absolute;
    margin-left: 13px;
    top: 12px;
    border-radius: 50%; }

.master_v_brand_list .content_section .section_head {
  display: block !important;
  width: 100%;
  font-family: "Rubik", sans-serif !important; }
  .master_v_brand_list .content_section .section_head p.rplch1 {
    font-family: "Rubik", sans-serif !important;
    color: #333 !important;
    font-weight: 400;
    font-size: 18px !important; }
  .master_v_brand_list .content_section .section_head a.button:link {
    font-family: "Rubik", sans-serif !important;
    color: #333 !important;
    font-weight: 500;
    font-size: 18px !important; }

.detail_page_featured_sec {
  float: left;
  width: 100%;
  margin-top: 40px; }
  .detail_page_featured_sec .sw.brd {
    background: #fff;
    margin: 0;
    padding: 0; }
    .detail_page_featured_sec .sw.brd .container_b {
      width: 100% !important;
      padding: 0 !important;
      overflow: inherit !important; }
      .detail_page_featured_sec .sw.brd .container_b .featured-products-widget > h3 {
        float: none;
        font-weight: 600;
        font-family: "Rubik", sans-serif;
        font-size: 30px;
        box-shadow: none;
        margin: 0 0 20px 0;
        position: relative;
        width: 100%;
        text-align: center;
        color: #000 !important;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .detail_page_featured_sec .sw.brd .container_b .featured-products-widget > h3 {
            font-size: 22px; } }
        .detail_page_featured_sec .sw.brd .container_b .featured-products-widget > h3::after {
          content: "";
          width: 7px;
          height: 7px;
          background: #e74033;
          position: absolute;
          margin-left: 13px;
          top: 12px;
          border-radius: 50%; }
        .detail_page_featured_sec .sw.brd .container_b .featured-products-widget > h3::before {
          content: "";
          width: 7px;
          height: 7px;
          background: #e74033;
          position: absolute;
          margin-left: -20px;
          top: 12px;
          border-radius: 50%; }
      .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body {
        padding: 0px;
        float: left;
        width: 100%; }
        .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body #top-cat {
          gap: 10px; }
        .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb {
          width: 24%;
          border: 1px solid #eee; }
          @media (max-width: 767px) {
            .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb {
              width: 100%; } }
          @media (max-width: 1024px) {
            .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb {
              width: 32%; } }
          .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box {
            height: 275px; }
          .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box {
            width: 100%;
            margin: 0;
            padding: 0; }
            @media (max-width: 767px) {
              .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box {
                width: 100% !important;
                padding: 10px 0;
                height: auto !important; } }
            @media (max-width: 1024px) {
              .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box {
                height: 260px !important; } }
            .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_photo_small {
              display: none; }
            .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_box_text {
              height: auto !important;
              color: #000;
              font-size: 16px;
              margin: 10px 0; }
              .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_box_text a {
                color: #000;
                font-size: 16px; }
                @media (max-width: 767px) {
                  .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_box_text a {
                    font-size: 20px !important; } }
            .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .price {
              color: #333;
              text-align: center;
              font-weight: 500; }
            .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .discount {
              text-align: center;
              font-size: 12px;
              color: #000;
              margin-top: 4px; }
            .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_photo {
              margin: 0;
              border: 0;
              border-bottom: 1px solid #eee; }
              .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_photo img {
                max-height: 100%;
                max-width: 100%;
                object-fit: cover; }
                @media (max-width: 1024px) {
                  .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_photo img {
                    width: 110px !important; } }
                @media (max-width: 767px) {
                  .detail_page_featured_sec .sw.brd .container_b .featured-products-widget .panel-body ul .ftrdb .product_box .product_photo img {
                    width: 140px !important; } }

.actv.side_section {
  display: inline-block;
  box-shadow: 0 3px 0 #f74538; }

.tlg .sbHolder {
  background: #f74538;
  border: solid 1px #a31005; }

.reviews {
  font-size: 12px;
  text-align: center; }

.featured-products {
  padding: 30px 0;
  background: #F5F5F5;
  border-bottom: 1px solid #e6e4e4;
  border-top: 1px solid #e6e4e4;
  margin: 20px 0;
  float: left;
  width: 100%; }
  .featured-products .sw.brd {
    margin: 0;
    padding: 0;
    background: none; }
    .featured-products .sw.brd .featured-products-widget .panel-body {
      padding: 0; }
      .featured-products .sw.brd .featured-products-widget .panel-body .lstng .ftrdb {
        width: 23%; }
        @media (max-width: 768px) {
          .featured-products .sw.brd .featured-products-widget .panel-body .lstng .ftrdb {
            width: 48%; } }
        @media (max-width: 576px) {
          .featured-products .sw.brd .featured-products-widget .panel-body .lstng .ftrdb {
            width: 100%;
            min-height: auto !important; } }
      .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box {
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        padding: 0;
        height: 310px; }
        @media (max-width: 768px) {
          .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box {
            height: 300px; } }
        @media (max-width: 576px) {
          .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box {
            height: auto; } }
        .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box .product_box_text a {
          color: #777;
          display: block;
          font-weight: 400;
          width: 100%;
          margin: 10px 0;
          font-size: 14px;
          text-align: center;
          line-height: normal;
          padding-left: 10px;
          padding-right: 10px; }
        .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box .price {
          color: #333;
          text-align: center;
          font-weight: 500; }
        .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box .discount {
          text-align: center;
          font-size: 12px;
          color: #000;
          margin-top: 4px; }
        .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box .product_photo_small {
          display: none; }
        .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box .reviews {
          text-align: center;
          margin: 10px; }
        .featured-products .sw.brd .featured-products-widget .panel-body .lstng .product_box .product_photo {
          border: 0;
          border-bottom: 1px solid #ccc;
          border-radius: 0; }

.GenericTopLevelCategory .top-deals-section .home_page_top_deals .section_head,
.GenericTopLevelCategory .content_section .section_head {
  display: flex;
  width: 100%;
  border: 0;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1; }
  .GenericTopLevelCategory .top-deals-section .home_page_top_deals .section_head h4,
  .GenericTopLevelCategory .content_section .section_head h4 {
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    box-shadow: none;
    margin: 0 !important;
    position: relative;
    width: auto;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px; }
  .GenericTopLevelCategory .top-deals-section .home_page_top_deals .section_head a.button,
  .GenericTopLevelCategory .content_section .section_head a.button {
    font-family: "Rubik", sans-serif;
    padding: 6px 15px;
    background: #000;
    color: #fff !important;
    border-radius: 5px;
    line-height: normal;
    transition: all 500ms;
    margin-top: 7px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: normal; }
  .GenericTopLevelCategory .top-deals-section .home_page_top_deals .section_head .clear,
  .GenericTopLevelCategory .content_section .section_head .clear {
    display: none; }

.side_section .side_item p a, .side_section .side_item p b, .side_section .side_item p u {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal; }
.side_section .side_item p a i {
  color: #000; }

.tlg {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .top-deals-section .home_page_top_deals .product_box {
    width: 330px !important;
    height: auto !important; }

  .top-deals-section .home_page_top_deals {
    margin-bottom: 60px;
    justify-content: center; } 
	
	.image-outer img {
    max-width: 150px; }
	.inner_top-logo .cnet {
     float: none !important;
    }
	
	}
@media (max-width: 400px) 
{
	
  .image-outer img 
  {
    max-width: 220px;
  }
}

@media (max-width: 991px) }{
.inner_top-logo .cnet
{
	float:none !important;
}
}
 @media (min-width: 640px) and (max-width: 767px)
 {
   .inner_top-logo .cnet
	{
		float:none !important;
	}
 }
/*# sourceMappingURL=custom.css.map */


