﻿@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.otf") format("opentype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Medium';
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.otf") format("opentype"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.otf") format("opentype"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.otf") format("opentype"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Light';
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.otf") format("opentype"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  a:hover {
    text-decoration: none; }

ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0; }

body {
  color: #2B2B2B;
  font-size: 14px;
  font-family: "Poppins-Light"; }

button:focus, input:focus {
  outline: 0 none; }

.container-large {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /*
    @media only screen and (min-width: 576px) {
        max-width: 540px;
    }

    @media only screen and (min-width: 768px) {
        max-width: 720px;
    }

    @media only screen and (min-width: 992px) {
        max-width: 960px;
    }*/ }
  @media only screen and (min-width: 1200px) {
    .container-large {
      max-width: 1430px; } }

.color-light-gray {
  color: #9C9C9C; }

.color-blue {
  color: #002D56; }

.color-orange {
  color: #FD7101; }

.color-dark {
  color: #2B2B2B; }

.color-white {
  color: #fff !important; }

.lineh-30 {
  line-height: 30px; }

.form-control {
  font-size: 13px; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4; }

.form-control #txt_cc_number {
  letter-spacing: 2px; }

.w-58 {
  width: 58px !important; }

#siteHeader.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%; }
  #siteHeader.fixed .main-menu {
    margin-top: 7px !important;
    padding-top: 0 !important; }
    @media only screen and (max-device-width: 1024px) {
      #siteHeader.fixed .main-menu {
        margin-top: 24px !important; } }
    @media only screen and (max-width: 1024px) and (orientation: landscape) {
      #siteHeader.fixed .main-menu {
        margin-top: 5px !important; } }
  #siteHeader.fixed .navbar {
    padding-bottom: 6px !important; }
    #siteHeader.fixed .navbar .logo {
      margin-top: -28px; }
      #siteHeader.fixed .navbar .logo img {
        width: 130px; }
      @media only screen and (max-device-width: 1365px) {
        #siteHeader.fixed .navbar .logo {
          margin-top: -10px; }
          #siteHeader.fixed .navbar .logo img {
            width: 120px; } }
    #siteHeader.fixed .navbar .contacts {
      padding-top: 5px !important; }

#siteHeader .sub-menu li:hover {
  background-color: #e6e6e6; }

.header-top-bar {
  padding: 0 0 0 15px;
  background-color: #002D56;
  height: 32px;
  position: relative; }
  @media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .header-top-bar {
      height: 63px; } }
  .header-top-bar .contact-info {
    padding: 8px 0; }
    .header-top-bar .contact-info div {
      color: #fff;
      border-right: 1px solid #fff;
      padding-right: 20px;
      margin-right: 20px;
      line-height: 14px;
      font-size: 12px;
      font-family: "Poppins-Regular"; }
      .header-top-bar .contact-info div:last-child {
        border-right: 0;
        padding-right: 0px;
        margin-right: 0px; }
  .header-top-bar .quote {
    color: #fff;
    padding: 0 0 0 15px;
    margin-left: 0;
    float: left; }
    @media only screen and (max-device-width: 767px) {
      .header-top-bar .quote {
        padding: 0 0 0 8px; } }
    @media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      .header-top-bar .quote {
        width: 100%; } }
    .header-top-bar .quote i, .header-top-bar .quote img {
      font-size: 14px;
      float: left;
      margin-top: 2px;
      cursor: pointer;
      opacity: 0.9;
      -webkit-transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
      .header-top-bar .quote i:hover, .header-top-bar .quote img:hover {
        opacity: 1; }
    .header-top-bar .quote img {
      margin-top: 1px; }
    .header-top-bar .quote .get-quote {
      padding: 8px 6px 8px 9px;
      background-color: #e08b47;
      font-family: "Poppins-Regular";
      font-size: 12px;
      cursor: pointer;
      -webkit-transition: background-color 300ms ease;
      -moz-transition: background-color 300ms ease;
      -ms-transition: background-color 300ms ease;
      -o-transition: background-color 300ms ease;
      transition: background-color 300ms ease; }
      .header-top-bar .quote .get-quote:hover {
        background-color: #ff8800; }
      .header-top-bar .quote .get-quote i {
        margin-right: 6px; }
      .header-top-bar .quote .get-quote .your-cart label {
        font-size: 11px; }
      .header-top-bar .quote .get-quote .your-cart i {
        font-size: 11px; }
        @media only screen and (max-device-width: 767px) {
          .header-top-bar .quote .get-quote .your-cart i {
            font-size: 14px; } }
    .header-top-bar .quote .checkout {
      padding: 8px 12px;
      background: #4c4c4c;
      -webkit-transition: background-color 300ms ease;
      -moz-transition: background-color 300ms ease;
      -ms-transition: background-color 300ms ease;
      -o-transition: background-color 300ms ease;
      transition: background-color 300ms ease; }
      .header-top-bar .quote .checkout:hover {
        background: #000; }
      .header-top-bar .quote .checkout i {
        font-size: 11px; }
        @media only screen and (max-device-width: 767px) {
          .header-top-bar .quote .checkout i {
            font-size: 14px; } }
    .header-top-bar .quote .my-account a {
      padding: 8px;
      line-height: 17px; }
      @media only screen and (max-device-width: 767px) {
        .header-top-bar .quote .my-account a i {
          font-size: 14px; } }
  @media only screen and (min-width: 1366px) {
    .header-top-bar {
      width: 80%;
      margin-left: 20%;
      border-radius: 0 0 0 50px;
      padding: 0 0 0 50px; } }
  @media only screen and (min-width: 1375px) {
    .header-top-bar {
      width: 75%;
      margin-left: 25%;
      /*       .quote {
            margin-left: 3%;
        }*/ } }
  @media only screen and (min-width: 1575px) {
    .header-top-bar {
      width: 67%;
      margin-left: 33%; } }
  @media only screen and (min-width: 1018px) and (max-width: 1051px) {
    .header-top-bar {
      /*        .quote {
            margin-left: 3%;
        }*/ } }

.wrapper-cart-count {
  position: absolute;
  color: #fff;
  background-color: #fd0101;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  font-size: 9px;
  text-align: center;
  margin-top: -6px;
  margin-left: 15px;
  font-family: "Poppins-SemiBold";
  line-height: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center; }

.form-group label, .form-group input, .form-group select, .form-group select option, .inner-sub-header, .font-family-oswald-light {
  font-family: "Poppins-Light"; }

.section-title {
  font-family: "Poppins-Regular";
  font-size: 1em; }

#tbProductItem td, #tbProductItem th {
  border-top: 0 none !important; }

.table-responsive table tbody tr:nth-of-type(odd) {
  background-color: #ffffff !important;
  border-bottom: 1px solid #eee; }

#searchContainer {
  /*    position: absolute;
    width: 100%;
    right: 0;
    top: 32px;
    z-index: 1000;
    background: #fff;
    padding: 17px 26px;
    box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.1);*/
  float: left;
  margin: 3px 0;
  width: calc(100% - 180px); }
  @media only screen and (max-device-width: 1365px) {
    #searchContainer {
      width: calc(100% - 335px); } }
  @media only screen and (max-device-width: 767px) {
    #searchContainer {
      width: calc(100% - 320px); } }
  @media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #searchContainer {
      width: calc(100% - 35px); } }
  #searchContainer input {
    border: 0 none;
    background: rgba(255, 255, 255, 0.3);
    height: 25px;
    color: #fff;
    border-radius: 35px; }
  #searchContainer ::placeholder {
    color: #fff; }
  @media only screen and (min-width: 1366px) {
    #searchContainer {
      width: 50%; } }

.wrapper-search-results {
  position: absolute;
  margin-top: 32px;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.1);
  min-height: 100px;
  max-height: 438px;
  display: inline-block;
  overflow: hidden;
  right: 0;
  padding: 15px 5px;
  /*    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
        width: 427.2px;
        right: 0;
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
        width: 351.2px;
        left: 192px;
        z-index: 100;
    }

    @media screen and (max-width: 767px) and (orientation : portrait) {
        width: 370px;
        left: -12px;
        margin-top: 56px;
    }

    @media screen and (max-width: 767px) and (orientation : landscape) {
        width: 383px;
        left: 0px;
        margin-top: 56px;
    }*/ }
  @media only screen and (min-width: 1366px) {
    .wrapper-search-results {
      width: calc(100% - 30px); } }
  .wrapper-search-results .search-sub-header {
    font-family: "Poppins-Medium";
    font-size: 1.1em;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 7px; }
  .wrapper-search-results .result-wrapper ul {
    list-style: none; }
    .wrapper-search-results .result-wrapper ul li {
      display: inline-block;
      width: 100%;
      /* background-color: #f9f9f9;*/
      padding: 6px; }
      .wrapper-search-results .result-wrapper ul li .search-img {
        display: flex;
        align-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        padding: 6px; }
        .wrapper-search-results .result-wrapper ul li .search-img img {
          max-width: 48px;
          max-height: 48px; }
          .wrapper-search-results .result-wrapper ul li .search-img img.no-image {
            max-width: 48px;
            max-height: 48px;
            margin-top: 0; }
      .wrapper-search-results .result-wrapper ul li .search-item-title {
        font-size: .85em;
        margin-bottom: 0;
        font-family: "Poppins-SemiBold";
        color: #444; }
      .wrapper-search-results .result-wrapper ul li .search-item-description {
        font-size: .8em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: "Poppins-Light";
        text-overflow: ellipsis;
        color: #717171;
        margin-top: 2px; }

.quickmenu-wrapper {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .quickmenu-wrapper ::-webkit-scrollbar {
    width: 5px;
    margin-right: 2px; }
  .quickmenu-wrapper ::-webkit-scrollbar-track {
    background: #ECECEC;
    opacity: .9; }
  .quickmenu-wrapper ::-webkit-scrollbar-thumb {
    background: #B7B7B7;
    opacity: 0.9; }
  .quickmenu-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #555; }

main[role="main"] {
  float: left;
  width: 100%; }

.page-header {
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  border-bottom: solid 1px #d2d1d1;
  padding-bottom: 5px;
  font-size: 17px;
  color: #002D56;
  margin-top: 10px; }
  @media only screen and (max-device-width: 767px) {
    .page-header {
      font-size: 14px; } }
  .page-header p span {
    font-family: "Poppins-Medium" !important;
    text-transform: uppercase !important;
    padding-bottom: 5px;
    font-size: 17px !important;
    color: #002D56 !important; }

.breadcrumbs {
  padding: 18px 14px 16px;
  display: inline-flex;
  width: 100%;
  background-color: #F1F4F9; }
  .breadcrumbs a {
    color: #737373 !important;
    position: relative;
    padding-right: 5px;
    text-align: center;
    font-family: "Poppins-Regular";
    font-size: 14px;
    /*&:before {
            position: absolute;
            top: 0;
            border: 1px solid;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 30px;
            padding: 5px;
            font-size: 13px;
            left: calc(50% - 67px);

            @media (max-width: 767px) {
                left: calc(50% - 41px);
            }
        }

        &:after {
            content: '';
            top: 15px;
            width: 100px;
            background: #6b6b6b;
            height: 1px;
            display: inline-block;
            right: 0;
            position: absolute;

            @media (max-width: 767px) {
                width: 40px;
            }
        }*/
    /* &:first-child:before {
            content: '1';
        }

        &:nth-child(2):before {
            content: '2';
        }
        &:last-child:before {
            left: calc(50% - 16px);
        }
        &:nth-child(3):before {
            content: '3';
        }

        &:nth-child(3):after {
            display: none;
        }*/ }
    .breadcrumbs a i {
      font-size: 14px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .breadcrumbs a {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .breadcrumbs a {
        padding-right: 5px;
        font-size: 11px;
        font-weight: 400; }
        .breadcrumbs a i {
          font-size: 12px; } }
    .breadcrumbs a.active, .breadcrumbs a:hover {
      color: #378ad9 !important;
      text-decoration: none;
      cursor: pointer; }
    .breadcrumbs a.disable {
      cursor: auto;
      color: #6b6b6b !important; }
      .breadcrumbs a.disable:hover {
        cursor: auto;
        color: #6b6b6b !important;
        text-decoration: none; }

.breadcrumbs-height {
  min-height: 54px;
  height: auto; }

.wrapper-catelog .list-item {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #797979;
  font-family: "Poppins-Medium"; }
  .wrapper-catelog .list-item a {
    text-decoration: none;
    cursor: pointer;
    font-size: 0.7em;
    transition: 125ms ease all;
    transform-origin: 30% 100%; }
    .wrapper-catelog .list-item a .wrapper-image {
      line-height: 175px;
      min-height: 175px; }
      @media only screen and (max-device-width: 767px) {
        .wrapper-catelog .list-item a .wrapper-image {
          line-height: 72px;
          min-height: unset; } }
      .wrapper-catelog .list-item a .wrapper-image img {
        max-height: 150px;
        margin: 0 auto 15px;
        max-width: 165px; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
          .wrapper-catelog .list-item a .wrapper-image img {
            width: 100%;
            max-height: unset; }
            .wrapper-catelog .list-item a .wrapper-image img.no-image {
              height: 115px;
              width: auto; } }
        @media only screen and (max-device-width: 767px) {
          .wrapper-catelog .list-item a .wrapper-image img {
            max-height: unset;
            max-width: 66%; }
            .wrapper-catelog .list-item a .wrapper-image img.no-image {
              height: 115px !important;
              width: auto !important;
              max-width: 100%; } }
        .wrapper-catelog .list-item a .wrapper-image img.no-image {
          height: 115px;
          min-height: initial; }
    .wrapper-catelog .list-item a h2 {
      font-size: 1.0em;
      color: #6a6a6a;
      margin-top: 16px; }
    .wrapper-catelog .list-item a:hover {
      text-decoration: none !important;
      transform: scale(1.02); }
      .wrapper-catelog .list-item a:hover h2 {
        color: #FD7101; }

.remove-filter {
  color: #f90202;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins-Regular";
  margin-top: 2px; }

.item-long-description p {
  font-family: "Poppins-Light"; }

.wrapper-product-header {
  font-family: "Poppins-SemiBold"; }

#customizationMenuContainer.modal-attribute-selector .btn-select {
  font-family: "Poppins-SemiBold"; }

#customizationMenuContainer .wrapper-product-filters select {
  font-family: "Poppins-Regular"; }
  #customizationMenuContainer .wrapper-product-filters select option {
    font-family: "Poppins-Light";
    font-size: 14px; }

#customizationMenuContainer .wrapper-product-filters label {
  font-family: "Poppins-Regular"; }

.modal-content .close {
  right: 0;
  top: 0;
  background-color: #ea1a1a;
  padding: 2px 12px;
  opacity: 1;
  text-shadow: none;
  line-height: 0;
  height: 56px;
  color: #fff;
  outline: none; }
  .modal-content .close:hover {
    background-color: #f82424; }

.table-responsive table th {
  font-family: "Poppins-Regular";
  color: #002D56;
  font-size: 13px; }

.table-responsive table td {
  font-family: "Poppins-Regular";
  color: #535353;
  font-size: 12px;
  padding-top: 12px !important;
  word-break: break-word; }
  .table-responsive table td input {
    font-family: "Poppins-Regular"; }
  .table-responsive table td.quantity {
    padding-top: 9px !important;
    padding-bottom: 8px; }
    .table-responsive table td.quantity .minus-btn {
      border: 1px solid #002D56;
      padding: 2px 6px;
      border-radius: 0;
      border-right: 0 none;
      color: #002D56;
      cursor: pointer; }
      .table-responsive table td.quantity .minus-btn:hover {
        color: #fff;
        background: #002D56; }
    .table-responsive table td.quantity .qty-collector {
      border-radius: 0;
      border: 1px solid #002D56;
      padding: 2px;
      color: #002D56;
      width: 58px;
      /*width: calc(100% - 49px);*/ }
    .table-responsive table td.quantity .plus-btn {
      border: 1px solid #002D56;
      padding: 2px 6px;
      border-left: none;
      color: #002D56;
      cursor: pointer; }
      .table-responsive table td.quantity .plus-btn:hover {
        color: #fff;
        background: #002D56; }
    .table-responsive table td.quantity .qty-update {
      padding-top: 4px !important;
      padding-bottom: 4px !important;
      width: 100%; }
  .table-responsive table td .remove-item {
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    border: solid 1px #dd2e2e;
    color: #dd2e2e;
    cursor: pointer;
    border-radius: 12px;
    line-height: 18px;
    transform: rotate(45deg);
    margin-top: 3px;
    padding: 2px 1px 1px 2px; }

.table-responsive table tr {
  background-color: #F1F4F9;
  border: none;
  padding: .35em; }

.table-responsive table tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8 !important;
  border-bottom: 1px solid #eee; }

.wrapper-cart-summary .table-responsive .wrapper-tbl-img img {
  max-width: 100% !important; }

.cart-summary .order-total label {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px 0; }

.cart-summary label {
  font-family: "Poppins-Light";
  font-size: 12px; }

.cart-summary label {
  font-family: "Poppins-Light"; }

#quickMenuItemContainer {
  position: absolute;
  height: auto;
  /*top: 2px;*/
  top: 55px;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 1000;
  display: none;
  padding: 10px 15px;
  /*right: 0;*/
  right: 65px;
  margin-top: 45px !important;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.1);
  min-height: 500px;
  max-height: 100%;
  overflow: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  @media only screen and (min-width: 1366px) {
    #quickMenuItemContainer {
      width: calc(100% - 30px); } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
    #quickMenuItemContainer {
      width: calc(100% - 130px);
      top: 78px; } }
  @media only screen and (max-device-width: 767px) {
    #quickMenuItemContainer {
      top: 85px;
      right: 0px !important; } }
  #quickMenuItemContainer.menu-item-show {
    display: block;
    -webkit-transition: display 300ms ease;
    -moz-transition: display 300ms ease;
    -ms-transition: display 300ms ease;
    -o-transition: display 300ms ease;
    transition: display 300ms ease; }
  #quickMenuItemContainer div {
    padding: 4px 14px;
    margin-bottom: 2px; }
    #quickMenuItemContainer div span {
      font-family: "Poppins-Regular";
      cursor: pointer;
      font-size: 14px;
      color: #635454; }
      #quickMenuItemContainer div span:hover {
        color: #eb2222 !important; }

.fixed #quickMenuItemContainer {
  margin-top: 25px !important; }

.menu-item-show div.rank_2 a {
  color: #002D56 !important; }

.menu-item-show div.rank_3 {
  margin-bottom: 0px !important; }
  .menu-item-show div.rank_3 a {
    color: #a9a9a9 !important;
    font-family: "Poppins-Light";
    font-size: 13px; }

.list-main-header {
  font-size: 16px !important;
  margin-bottom: 11px;
  border-bottom: solid 1px #ccc;
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 8px;
  color: #a72e2e !important; }
  .list-main-header a {
    color: #FD7101 !important; }

.common-orange-button {
  padding: 9px 15px;
  background-color: #29D53A;
  font-family: "Poppins-Regular";
  font-size: 12px;
  cursor: pointer;
  color: #fff !important;
  text-transform: capitalize;
  border: 0 none;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
  .common-orange-button:hover {
    background-color: #1bdc2e; }
  .common-orange-button i {
    margin-right: 6px; }

.common-dark-button {
  padding: 7px 15px;
  background-color: #2B2B2B;
  font-family: "Poppins-Regular";
  font-size: 12px;
  cursor: pointer;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
  .common-dark-button:hover {
    background-color: #ff8800; }
  .common-dark-button i {
    margin-right: 6px; }

.navbar {
  box-shadow: 0 10px 9px -9px #adadad !important;
  padding-top: 10px; }
  .navbar .logo {
    padding-top: 10px; }
    @media only screen and (min-width: 1366px) {
      .navbar .logo {
        margin-top: -25px;
        padding-top: 0px; } }
    .navbar .logo img {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      width: 175px; }
      @media only screen and (max-width: 768px) {
        .navbar .logo img {
          width: 118px; } }
  .navbar .contacts {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .navbar .contacts h6 {
      font-size: 13px;
      font-family: "Poppins-Regular";
      color: #636363;
      margin-bottom: 0;
      margin-top: 2px; }
      .navbar .contacts h6.phone {
        font-family: "Poppins-SemiBold";
        font-size: 16px;
        color: #002D56; }
    .navbar .contacts img {
      padding: 8px 15px 8px 0;
      border-right: 1px solid #E2E2E2;
      margin-right: 15px; }

.main-menu {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  @media only screen and (max-width: 1024px) {
    .main-menu {
      margin-top: 20px !important; } }
  @media only screen and (max-width: 1024px) and (orientation: landscape) {
    .main-menu {
      margin-top: 0px !important; } }
  @media only screen and (max-width: 991px) {
    .main-menu {
      margin-top: 0px !important; } }
  .main-menu .navbar-toggler {
    color: #2B2B2B;
    float: right;
    margin-top: -46px;
    right: 0;
    position: absolute !important;
    border: 0 none !important; }
    .main-menu .navbar-toggler:focus {
      outline: 0 none !important; }
  .main-menu .navbar-nav a {
    color: #2B2B2B !important;
    font-family: "Poppins-Medium";
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 18px;
    text-align: right; }
    .main-menu .navbar-nav a.active {
      color: #FD7101 !important; }
    .main-menu .navbar-nav a.btn-login {
      background-color: #002d56;
      color: #fff !important;
      display: inline-block;
      float: right;
      padding: 8px 25px; }
  .main-menu #navbarNavAltMarkup {
    justify-content: flex-end; }

.banner-text {
  background: url("../images/banner-text-bg.png") no-repeat center center;
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 430px; }
  .banner-text .text {
    padding-top: 80px;
    margin-left: -55px; }
    .banner-text .text h3 {
      font-family: "Poppins-Regular";
      font-size: 37px;
      color: #E2E2E2;
      text-transform: uppercase;
      margin-bottom: 0;
      line-height: 26px;
      text-shadow: 0 3px 4px #292929; }
    .banner-text .text h2 {
      font-family: "Poppins-Regular";
      font-size: 33px;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 3px 4px #292929; }
      .banner-text .text h2 .bold {
        font-family: "Poppins-SemiBold";
        font-size: 48px; }
      .banner-text .text h2 .thin {
        font-family: "Poppins-Regular";
        font-size: 48px;
        color: #FD7101; }
    .banner-text .text .info {
      font-family: "Poppins-Regular";
      font-size: 16px;
      color: #fff;
      max-width: 220px;
      line-height: 26px;
      margin: 40px auto 40px 160px; }
    .banner-text .text a {
      font-family: "Poppins-Regular";
      font-size: 16px;
      color: #fff;
      padding: 8px 25px;
      border: 2px solid #FD7101;
      margin-left: 107px; }
      .banner-text .text a:hover {
        background: #FD7101; }

.parts-finder {
  margin-top: -52px;
  z-index: 24;
  position: relative;
  display: inline-block;
  width: 100%; }
  .parts-finder h2 {
    float: left;
    background: #fff;
    line-height: 1px;
    padding: 18px;
    margin-bottom: 0;
    box-shadow: -2px -3px 4px 0px #7f7878; }
    .parts-finder h2 i {
      color: #FD7101;
      font-size: 16px; }
    .parts-finder h2 span {
      font-family: "Poppins-Bold";
      color: #002D56;
      font-size: 14px;
      text-transform: uppercase; }
  .parts-finder .filters {
    background-color: #F1F4F9;
    display: inline-block;
    width: 100%;
    float: left;
    padding-bottom: 30px; }
    .parts-finder .filters .filter-wrapper {
      background-color: #eee;
      padding: 25px;
      display: inline-block;
      width: 100%;
      border-bottom: 2px solid #002D56; }
      .parts-finder .filters .filter-wrapper .select select {
        border: 0 none;
        border-bottom: 1px solid #a4a4a4;
        border-radius: 0;
        font-family: "Poppins-Medium";
        font-size: 16px; }

.sub-title {
  color: #636363;
  font-size: 14px;
  font-family: "Poppins-Medium"; }

.sub-section-title {
  color: #002D56;
  font-size: 26px;
  font-family: "Poppins-SemiBold"; }
  .sub-section-title span {
    font-size: 36px;
    font-family: "Poppins-Bold"; }
    .sub-section-title span.amp {
      font-size: 29px; }

.best-sellers .cart-cycle {
  background: url("../images/cart-cycle-bg.png") no-repeat center center; }
  .best-sellers .cart-cycle .item .tile {
    background-color: #f1f2f2;
    height: 210px;
    overflow: hidden; }
  .best-sellers .cart-cycle .item .name {
    background-color: #636363;
    font-family: "Poppins-Regular";
    font-size: 14px;
    cursor: pointer;
    color: #fff !important;
    padding: 11px 5px !important;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease; }
    .best-sellers .cart-cycle .item .name:hover {
      background-color: #FD7101; }
  .best-sellers .cart-cycle .owl-dots {
    display: none; }
  .best-sellers .cart-cycle .owl-nav {
    position: absolute;
    top: -70px;
    right: 0; }
    .best-sellers .cart-cycle .owl-nav button {
      color: #fff;
      height: 31px;
      background: #002D56;
      width: 31px;
      border-radius: 30px;
      margin: 0 10px;
      -webkit-transition: background-color 300ms ease;
      -moz-transition: background-color 300ms ease;
      -ms-transition: background-color 300ms ease;
      -o-transition: background-color 300ms ease;
      transition: background-color 300ms ease; }
      .best-sellers .cart-cycle .owl-nav button:hover {
        background: #2B2B2B; }
      .best-sellers .cart-cycle .owl-nav button span {
        font-size: 35px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -3px; }
      .best-sellers .cart-cycle .owl-nav button:focus {
        outline: 0 none; }

.parts-accessories .container-large {
  background: url(../images/parts-bg.png) no-repeat 0; }

.parts-accessories .accessories-cycle {
  background-color: #F1F4F9;
  border-radius: 180px;
  padding: 10px 175px 15px; }
  .parts-accessories .accessories-cycle .item {
    text-align: center; }
    .parts-accessories .accessories-cycle .item img {
      width: 150px;
      height: 150px;
      border-radius: 125px;
      margin: 18px auto; }
    .parts-accessories .accessories-cycle .item h6 {
      font-size: 12px;
      text-transform: uppercase;
      color: #002D56;
      font-family: "Poppins-Medium"; }
  .parts-accessories .accessories-cycle .owl-dots {
    display: none; }
  .parts-accessories .accessories-cycle .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%; }
    .parts-accessories .accessories-cycle .owl-nav button {
      position: absolute;
      color: #fff;
      height: 31px;
      background: #959595;
      width: 31px;
      border-radius: 30px;
      margin: 0 10px;
      -webkit-transition: background-color 300ms ease;
      -moz-transition: background-color 300ms ease;
      -ms-transition: background-color 300ms ease;
      -o-transition: background-color 300ms ease;
      transition: background-color 300ms ease; }
      .parts-accessories .accessories-cycle .owl-nav button:hover {
        background: #2B2B2B; }
      .parts-accessories .accessories-cycle .owl-nav button span {
        font-size: 35px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -3px; }
      .parts-accessories .accessories-cycle .owl-nav button:focus {
        outline: 0 none; }
      .parts-accessories .accessories-cycle .owl-nav button.owl-prev {
        left: -108px; }
      .parts-accessories .accessories-cycle .owl-nav button.owl-next {
        right: -108px; }

.latest-cart {
  background: #093F71;
  display: inline-block;
  width: 100%; }
  .latest-cart .sub-title {
    font-size: 19px;
    font-family: "Poppins-Regular"; }
  .latest-cart .design-image {
    margin-bottom: -125px; }
  .latest-cart .cart-info .item {
    color: #E2E2E2;
    font-size: 17px;
    font-family: "Poppins-Regular";
    text-transform: uppercase;
    text-align: right;
    border-right: 1px solid #AAC3D9;
    padding: 7px 0; }
  .latest-cart .cart-info .info {
    font-size: 22px;
    font-family: "Poppins-Medium";
    color: #fff;
    line-height: 25px;
    padding: 7px 0; }
  .latest-cart .cart-info .available-colors a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: -16px; }
    .latest-cart .cart-info .available-colors a i {
      font-size: 20px;
      border: 5px solid #093f71;
      border-radius: 22px; }
    .latest-cart .cart-info .available-colors a:hover {
      margin-left: -10px; }

footer {
  float: left;
  background: url("../images/footer-bg.jpg") no-repeat 0 0/cover;
  color: #9C9C9C;
  line-height: 24px; }
  footer .social-media {
    margin: 0 auto;
    display: inline-block; }
    footer .social-media a {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #3A4A5A;
      float: left;
      margin: 0 8px;
      height: 30px;
      width: 30px;
      border-radius: 32px;
      -webkit-transition: background 300ms ease;
      -moz-transition: background 300ms ease;
      -ms-transition: background 300ms ease;
      -o-transition: background 300ms ease;
      transition: background 300ms ease; }
      footer .social-media a:hover {
        background: #FD7101; }
      footer .social-media a i {
        color: #fff; }
  footer .info a {
    color: #9C9C9C; }
    footer .info a:hover {
      color: #fff; }
  footer .info ul li i {
    color: #CACED1;
    font-size: 11px; }
  footer .useful-links h4 {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase; }
  footer .useful-links ul li {
    margin-bottom: 8px; }
    footer .useful-links ul li a {
      font-family: "Poppins-Medium";
      font-size: 14px;
      color: #9C9C9C;
      text-transform: uppercase; }
      footer .useful-links ul li a i {
        font-size: 12px; }
      footer .useful-links ul li a:hover {
        color: #fff; }
    footer .useful-links ul li ul li {
      margin-bottom: 0px; }
      footer .useful-links ul li ul li a {
        font-size: 80% !important; }
  footer .newsletter h4 {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase; }
  footer .newsletter input[type="email"] {
    font-family: "Poppins-Light";
    font-size: 11px;
    color: #9C9C9C;
    text-transform: uppercase; }
  footer .copyrights {
    background-color: #002D56;
    font-family: "Poppins-Light";
    font-size: 11px; }

@media only screen and (max-width: 992px) {
  .latest-cart .design-image {
    margin-bottom: 20px;
    width: 60% !important; }
  .latest-cart .sub-title, .latest-cart .sub-section-title {
    text-align: center !important; } }

@media only screen and (max-width: 1199px) {
  .parts-accessories .container-large {
    background: none; } }

@media only screen and (max-width: 630px) {
  .sub-section-title span {
    font-size: 24px; }
    .sub-section-title span.amp {
      font-size: 20px; } }

@media only screen and (max-width: 530px) {
  .parts-accessories .accessories-cycle {
    padding: 10px 95px 15px; }
    .parts-accessories .accessories-cycle .owl-nav button.owl-prev {
      left: -80px; }
    .parts-accessories .accessories-cycle .owl-nav button.owl-next {
      right: -80px; } }

@media only screen and (max-width: 430px) {
  .top-header .contacts {
    display: none; } }

@media only screen and (max-width: 400px) {
  .sub-section-title span {
    font-size: 18px; }
    .sub-section-title span.amp {
      font-size: 16px; }
  .sub-title {
    font-size: 12px; } }

@media only screen and (max-width: 768px) {
  .latest-cart .cart-info .item {
    font-size: 12px;
    padding: 7px 0; }
  .latest-cart .cart-info .info {
    font-size: 15px;
    padding: 4px 0 3px; }
  .latest-cart .cart-info .available-colors a {
    margin-left: -12px; }
    .latest-cart .cart-info .available-colors a i {
      font-size: 17px;
      border: 4px solid #093f71;
      border-radius: 22px; } }

@media only screen and (max-width: 1017px) {
  .header-top-bar .contact-info {
    display: none; }
  .header-top-bar .quote {
    float: right; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu .navbar-nav a {
    font-size: 13px;
    margin-right: 7px; } }

@media only screen and (max-width: 1725px) {
  .banner-text .text {
    padding-top: 50px; }
    .banner-text .text h3 {
      font-size: 20px; }
    .banner-text .text h2 {
      font-size: 23px; }
      .banner-text .text h2 .bold, .banner-text .text h2 .thin {
        font-size: 34px; }
    .banner-text .text .info {
      font-size: 14px;
      margin: 30px auto 40px 160px; }
    .banner-text .text a {
      font-size: 13px; } }

@media only screen and (max-width: 1385px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat -25px center; }
    .banner-text .text {
      padding-top: 30px; }
      .banner-text .text h3 {
        font-size: 18px; }
      .banner-text .text h2 {
        font-size: 18px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 28px; }
      .banner-text .text .info {
        font-size: 13px;
        margin: 24px auto 28px 160px; }
      .banner-text .text a {
        font-size: 12px;
        margin-left: 60px; } }

@media only screen and (max-width: 991px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat -22px center; }
    .banner-text .text {
      padding-top: 28px; }
      .banner-text .text h3 {
        font-size: 16px; }
      .banner-text .text h2 {
        font-size: 16px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 23px; }
      .banner-text .text .info {
        font-size: 13px;
        margin: 15px auto 25px 160px; }
      .banner-text .text a {
        font-size: 11px;
        padding: 8px 22px; } }

@media only screen and (max-width: 890px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat -30px center; }
    .banner-text .text {
      padding-top: 22px; }
      .banner-text .text h3 {
        font-size: 14px; }
      .banner-text .text h2 {
        font-size: 14px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 20px; }
      .banner-text .text .info {
        font-size: 12px;
        line-height: 20px;
        margin: 15px auto 25px 150px; }
      .banner-text .text a {
        font-size: 11px;
        margin-left: 55px;
        padding: 8px 22px; } }

@media only screen and (max-width: 800px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat -35px center; }
    .banner-text .text {
      padding-top: 22px; }
      .banner-text .text h3 {
        font-size: 12px; }
      .banner-text .text h2 {
        font-size: 11px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 15px; }
      .banner-text .text .info {
        font-size: 10px;
        line-height: 20px;
        margin: 17px auto 25px 145px; }
      .banner-text .text a {
        font-size: 11px;
        margin-left: 40px;
        padding: 5px 15px; } }

@media only screen and (max-width: 767px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat -35px center;
    left: 25px; }
    .banner-text .text {
      padding-top: 22px; }
      .banner-text .text h3 {
        font-size: 12px; }
      .banner-text .text h2 {
        font-size: 11px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 15px; }
      .banner-text .text .info {
        font-size: 10px;
        line-height: 20px;
        margin: 17px auto 25px 145px; }
      .banner-text .text a {
        font-size: 11px;
        margin-left: 40px;
        padding: 5px 15px; }
  .mobile-tr {
    display: none !important; }
  .table-responsive table thead {
    position: relative; }
    .table-responsive table thead td {
      min-height: 44px; }
  .table-mobile table thead {
    display: none; }
  .table-mobile table tbody td {
    min-height: 40px; }
  .table-mobile table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    color: #002D56; }
  .zoomContainer {
    display: none !important; } }

@media only screen and (max-width: 687px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat -35px center;
    left: 25px; }
    .banner-text .text {
      padding-top: 15px; }
      .banner-text .text h3 {
        font-size: 12px; }
      .banner-text .text h2 {
        font-size: 11px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 15px; }
      .banner-text .text .info {
        font-size: 10px;
        line-height: 20px;
        margin: 15px auto 20px 145px; }
      .banner-text .text a {
        font-size: 11px;
        margin-left: 40px;
        padding: 5px 15px; } }

@media only screen and (max-width: 615px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat 0px center/385px;
    left: 25px; }
    .banner-text .text {
      padding-top: 15px; }
      .banner-text .text h3 {
        font-size: 12px; }
      .banner-text .text h2 {
        font-size: 11px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 15px; }
      .banner-text .text .info {
        font-size: 9px;
        line-height: 15px;
        margin: 10px auto 15px 162px;
        width: 180px; }
      .banner-text .text a {
        font-size: 10px;
        margin-left: 25px;
        padding: 4px 12px; } }

@media only screen and (max-width: 540px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat 0px center/385px;
    left: 0; }
    .banner-text .text {
      padding-top: 17px; }
      .banner-text .text h3 {
        font-size: 10px;
        line-height: 13px; }
      .banner-text .text h2 {
        font-size: 10px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 13px; }
      .banner-text .text .info {
        font-size: 7px;
        line-height: 15px;
        margin: 10px auto 15px 162px;
        width: 180px; }
      .banner-text .text a {
        font-size: 9px;
        margin-left: 33px;
        padding: 4px 11px; } }

@media only screen and (max-width: 430px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat 0px center/385px;
    left: -25px;
    min-width: 399px; }
    .banner-text .text {
      padding-top: 7px;
      margin-left: -85px; }
      .banner-text .text h3 {
        font-size: 10px;
        line-height: 13px; }
      .banner-text .text h2 {
        font-size: 10px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 12px; }
      .banner-text .text .info {
        font-size: 7px;
        line-height: 12px;
        margin: 4px auto 6px 162px;
        width: 180px; }
      .banner-text .text a {
        font-size: 8px;
        margin-left: 15px;
        padding: 3px 10px; } }

@media only screen and (max-width: 330px) {
  .banner-text {
    background: url(../images/banner-text-bg.png) no-repeat 0px center/385px;
    left: -25px; }
    .banner-text .text {
      padding-top: 7px; }
      .banner-text .text h3 {
        font-size: 10px;
        line-height: 13px; }
      .banner-text .text h2 {
        font-size: 10px; }
        .banner-text .text h2 .bold, .banner-text .text h2 .thin {
          font-size: 12px; }
      .banner-text .text .info {
        font-size: 7px;
        line-height: 10px;
        margin: 4px auto 6px 165px;
        width: 162px; }
      .banner-text .text a {
        font-size: 8px;
        margin-left: 16px;
        padding: 3px 9px; } }

@media only screen and (max-width: 1200px) {
  .parts-finder {
    margin-top: 0;
    background: #f1f4f9; }
    .parts-finder h2 {
      box-shadow: 0 0 0;
      background: #fff; } }

.w-45 {
  width: 45% !important; }

.btn-color-greay {
  background-color: #757575; }
  .btn-color-greay:hover {
    background-color: #b5b5b5; }

#divCreditcards #formCreditcard #cardType {
  width: 33px;
  height: 20px;
  background-repeat: no-repeat; }
  #divCreditcards #formCreditcard #cardType.credit-card-default {
    background-image: url("../images/cc-default.png");
    margin-top: 1px; }
  #divCreditcards #formCreditcard #cardType.credit-card-visa {
    background-image: url("../images/visa.png"); }
  #divCreditcards #formCreditcard #cardType.credit-card-master {
    background-image: url("../images/master.png"); }
  #divCreditcards #formCreditcard #cardType.credit-card-discover {
    background-image: url("../images/discover.png"); }
  #divCreditcards #formCreditcard #cardType.credit-card-amex {
    background-image: url("../images/amex.png"); }

@media only screen and (max-device-width: 767px) {
  .custormize-text {
    top: 272px;
    right: 0;
    width: 100%;
    padding: 0 10px; } }

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  .custormize-text {
    text-align: right;
    right: 74px; } }

.custormize-text label {
  z-index: 9;
  width: 600px;
  text-align: right;
  font-family: "Poppins-Medium";
  font-size: 14px;
  /*right: 313px !important;
        position: absolute;
        top: 225px;*/ }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
    .custormize-text label {
      right: 167px !important; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .custormize-text label {
      right: 88px !important;
      top: 250px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .custormize-text label {
      right: 88px !important;
      top: 250px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .custormize-text label {
      right: 82px !important;
      top: 210px; } }
  @media only screen and (max-device-width: 767px) {
    .custormize-text label {
      text-align: left;
      width: 90%;
      font-size: 11px;
      /* margin-right: 8px;
            padding-left: 10px;
            top: 200px;
            right: 38px !important;*/ } }
  @media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .custormize-text label {
      right: 110px !important;
      width: auto; } }

.custormize-text span {
  cursor: pointer;
  z-index: 99;
  /* position: absolute;
        top: 225px;
        right: 280px;*/ }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
    .custormize-text span {
      right: 130px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .custormize-text span {
      right: 52px;
      top: 250px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .custormize-text span {
      right: 52px;
      top: 250px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .custormize-text span {
      right: 45px;
      top: 210px; } }
  @media only screen and (max-device-width: 767px) {
    .custormize-text span {
      top: 200px;
      right: 18px; } }
  @media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .custormize-text span {
      right: 83px; } }
  .custormize-text span i {
    color: #e66666;
    padding-left: 5px;
    padding-top: 4px; }

.zoom-img {
  left: 0; }

.zoomLens {
  max-width: 100%;
  min-width: 40%;
  min-height: 40%;
  max-height: 100%; }

.zoomWindowContainer {
  min-width: 100% !important; }

.zoomWindow {
  height: 100% !important;
  width: 100% !important; }

.modal .modal-content .modal-header h5 {
  border-bottom: solid 1px #ece9e9;
  padding-bottom: 6px;
  color: #656565;
  margin-bottom: 13px;
  font-size: 22px;
  width: 100%; }

.modal .modal-content .modal-body p {
  font-size: .95em;
  line-height: 22px; }

.image-description-list .image-description-top {
  white-space: pre-wrap;
  width: 245px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #ffffff;
  margin: 0 !important;
  font-size: 13px !important; }
  .image-description-list .image-description-top p {
    margin: 0 !important; }

.image-description-list .image-description-bottom {
  /*min-height: 60px;
        margin: 0 !important;*/
  font-size: 13px !important;
  white-space: pre-wrap;
  width: 245px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #ffffff;
  margin: 0 !important; }
  .image-description-list .image-description-bottom p {
    margin: 0 !important; }

.image-description-list .image-description-title {
  min-height: 30px;
  margin: 0 !important; }

.about-us ul {
  padding-left: 3em;
  list-style-type: disc; }

.zoomWrapper {
  max-height: 580px;
  margin: auto; }
  .zoomWrapper .zoom-img {
    max-height: 550px;
    max-width: 100%;
    margin: auto;
    width: auto !important;
    position: relative !important; }

.zoom-img-customize {
  max-height: 550px;
  max-width: 100%;
  margin: auto;
  width: auto !important; }

.zoomContainer {
  z-index: 24 !important; }

.w-40 {
  width: 40% !important; }

.breadcrumbs-cus a {
  color: #6b6b6b;
  padding-right: 0px; }
  .breadcrumbs-cus a i {
    font-size: 12px;
    margin: 0 5px; }
    .breadcrumbs-cus a i:before {
      content: '';
      top: 15px;
      width: 100px;
      background: #6b6b6b;
      height: 1px;
      display: inline-block;
      right: 0;
      position: absolute; }
      @media only screen and (max-width: 414px) {
        .breadcrumbs-cus a i:before {
          width: 50px; } }
  .breadcrumbs-cus a.active {
    color: #007bff;
    text-decoration: none; }
  .breadcrumbs-cus a:before {
    position: absolute;
    top: 0;
    border: 1px solid;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    padding: 5px;
    font-size: 13px;
    left: calc(50% - 67px); }

.breadcrumbs-cus .number {
  position: absolute;
  top: 0;
  border: 1px solid;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  padding: 5px;
  font-size: 13px;
  left: calc(50% - 64px); }
  @media only screen and (max-width: 414px) {
    .breadcrumbs-cus .number {
      left: calc(50% - 45px); } }

.breadcrumbs-cus .last {
  left: 20px; }

.breadcrumbs-cus .title {
  position: relative;
  padding-top: 32px;
  padding-right: 95px;
  text-align: center;
  padding-left: 14px;
  font-family: "Poppins-Regular"; }
  @media only screen and (max-width: 414px) {
    .breadcrumbs-cus .title {
      padding-left: 0px;
      padding-right: 45px; } }

.part-list-product th.col_4 {
  width: 70% !important; }

.part-list-product .minus-btn {
  border: 1px solid #002D56;
  padding: 2px 6px;
  border-radius: 0;
  border-right: 0 none;
  color: #002D56;
  cursor: pointer; }

.part-list-product .plus-btn {
  border: 1px solid #002D56;
  padding: 2px 6px;
  border-left: none;
  color: #002D56;
  cursor: pointer; }

.part-list-product .qty-collector {
  border-radius: 0;
  border: 1px solid #002D56;
  padding: 2px;
  color: #002D56;
  width: 58px;
  /* width: calc(100% - 49px); */ }

.text-decoration-line-through {
  text-decoration: line-through !important;
  color: #e86969; }

.quantity-new .input-group {
  /* Portrait */
  /* Landscape */ }
  @media only screen and (max-width: 1023px) {
    .quantity-new .input-group {
      float: right;
      margin-left: 0px;
      margin-top: 0px;
      width: unset; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .quantity-new .input-group {
      width: 40%; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .quantity-new .input-group {
      width: 59%; } }

.quantity-new-update .input-group {
  /* Portrait */
  /* Landscape */
  /* Landscape */ }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .quantity-new-update .input-group .qty-collector {
      width: 10% !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .quantity-new-update .input-group .qty-collector {
      width: 10% !important; } }
  @media only screen and (max-width: 1023px) {
    .quantity-new-update .input-group {
      margin-left: 4px;
      margin-top: 0px;
      width: unset; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .quantity-new-update .input-group {
      width: 25%;
      float: left; } }

.input-group {
  /* Portrait */ }
  @media only screen and (max-width: 1023px) {
    .input-group {
      float: left;
      margin-left: 4px;
      margin-top: -7px;
      width: 20%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .input-group {
      width: 40%; } }
  .input-group .input-group-prepend .btn-minus {
    border: 1px solid #002D56;
    padding: 0px 6px 4px;
    color: #002D56;
    cursor: pointer;
    font-size: 24px;
    min-width: 25px !important;
    line-height: 1px;
    height: 25px; }
    .input-group .input-group-prepend .btn-minus :hover {
      background-color: transparent; }
  .input-group .input-group-prepend :hover {
    background-color: #002D56;
    color: #fff; }
  .input-group .input-group-append .btn-plus {
    border: 1px solid #002D56;
    padding: 0px 6px 6px;
    color: #002D56;
    cursor: pointer;
    font-size: 24px;
    min-width: 25px !important;
    line-height: 1px;
    height: 25px; }
    .input-group .input-group-append .btn-plus :hover {
      background-color: transparent; }
  .input-group .input-group-append :hover {
    background-color: #002D56;
    color: #fff; }
  .input-group .qty-collector {
    line-height: 1px;
    height: 25px;
    padding-top: 5px !important;
    /* Portrait and Landscape */ }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .input-group .qty-collector {
        width: 10% !important; } }

.wrapper-modifier .modifier-option-selector {
  border: 2px solid transparent; }

.wrapper-modifier .option-selected {
  border: 2px solid #6b6b6b !important; }

#divPromoItemDetails .cus-table-products {
  background-color: #efefef;
  border: none;
  padding: 0em; }
  #divPromoItemDetails .cus-table-products th {
    font-family: "Poppins-Light";
    font-weight: normal;
    font-size: 0.9em;
    color: #6f6f6f;
    letter-spacing: 0em;
    text-transform: capitalize;
    border-bottom: 0px solid #dee2e6 !important; }
  #divPromoItemDetails .cus-table-products .item-no {
    width: 210px; }

#divPromoItemDetails tr td {
  background-color: #efefef; }

#divPromoItemDetails .input-group .btn-outline-secondary {
  border-radius: 0; }

#divPromoItemDetails .input-group .w-58 {
  width: 50px !important; }

#syndicateHolder .form-section #categoryProductFilter {
  padding: 8px 0; }

#syndicateHolder .table-responsive {
  padding: 0px 10px;
  background-color: #efefef; }

#syndicateHolder .item-contentconfig-area .input-group .w-58 {
  width: 50px !important; }

#categoryProductFilter h5.wrapper-midifier-header {
  font-size: 15px; }

.sliding-cart {
  background: #fff;
  position: fixed;
  right: -430px;
  top: 0;
  width: 410px;
  z-index: 1000;
  height: 100vh;
  box-shadow: 0 0 12px 0 rgba(74, 74, 74, 0.44);
  -webkit-transition: right 300ms ease;
  -moz-transition: right 300ms ease;
  -ms-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  transition: right 300ms ease;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .sliding-cart.slide-in {
    right: 0px; }
    @media only screen and (max-width: 991px) {
      .sliding-cart.slide-in {
        width: 100%; } }
  .sliding-cart .head {
    background: #333;
    padding: 9px 10px 8px;
    position: relative; }
    .sliding-cart .head h2 {
      color: #fff;
      /*font-family: $RiftDemi;*/
      font-size: 24px;
      margin: 0;
      text-align: center; }
      .sliding-cart .head h2 span {
        /*font-family: $RiftMedium;*/ }
    .sliding-cart .head .close-icon {
      color: red;
      /*font-family: $RiftMedium;*/
      font-size: 24px;
      position: absolute;
      right: 15px;
      top: 4px;
      cursor: pointer;
      font-weight: 700; }
      .sliding-cart .head .close-icon:hover {
        color: red; }
  .sliding-cart .contents {
    padding: 18px;
    height: 92vh;
    overflow: auto; }
    .sliding-cart .contents h4 {
      color: #000;
      /*font-family: $RiftDemi;*/
      font-weight: 700;
      font-size: 20px;
      margin: 0;
      text-align: left; }
    .sliding-cart .contents .close-icon {
      color: #000;
      /* font-family: $RiftMedium;*/
      font-size: 20px;
      position: absolute;
      right: 0px;
      top: 5px;
      cursor: pointer; }
      .sliding-cart .contents .close-icon:hover {
        color: red; }
    .sliding-cart .contents .count-section {
      color: #000;
      /* font-family: $RiftDemi;*/
      font-weight: 700;
      font-size: 22px;
      margin: 0;
      text-align: center;
      float: left; }
      .sliding-cart .contents .count-section label {
        width: 65px;
        height: 26px;
        border: 2px solid #c6c6c6;
        vertical-align: middle;
        color: #c6c6c6;
        margin: 0px;
        font-size: 20px;
        /*font-family: $RiftDemi;*/
        line-height: 1; }
      .sliding-cart .contents .count-section .min {
        width: 20px;
        height: 26px;
        border: 2px solid #c6c6c6;
        vertical-align: middle;
        color: #c6c6c6;
        display: inline-block;
        line-height: 1.2;
        border-right: unset;
        border-radius: 6px 0 0 6px;
        cursor: pointer;
        font-size: 19px; }
        .sliding-cart .contents .count-section .min:hover {
          background-color: #c6c6c6;
          color: #fff; }
      .sliding-cart .contents .count-section .plus {
        width: 20px;
        height: 26px;
        border: 2px solid #c6c6c6;
        vertical-align: middle;
        color: #c6c6c6;
        display: inline-block;
        line-height: 1.2;
        border-left: unset;
        border-radius: 0 6px 6px 0;
        cursor: pointer;
        font-size: 19px; }
        .sliding-cart .contents .count-section .plus:hover {
          background-color: #c6c6c6;
          color: #fff; }
    .sliding-cart .contents .next-item-section {
      border: 2px solid #001C7E; }
      .sliding-cart .contents .next-item-section .head-sub {
        background: #001C7E;
        padding: 9px 10px 8px;
        position: relative; }
        .sliding-cart .contents .next-item-section .head-sub h2 {
          color: #fff;
          /* font-family: $RiftDemi;*/
          font-size: 24px;
          margin: 0;
          text-align: center; }
      .sliding-cart .contents .next-item-section .add-to-cart {
        height: 28px;
        width: 100px;
        border-radius: 5px;
        border: 2px solid #D5292A;
        color: #D5292A;
        /*font-family: $RiftDemi;*/
        font-size: 15px;
        background-color: #fff; }
        .sliding-cart .contents .next-item-section .add-to-cart:hover {
          background-color: #D5292A;
          color: #fff; }
      .sliding-cart .contents .next-item-section .dropdown {
        line-height: 1;
        margin-top: -3px; }
        .sliding-cart .contents .next-item-section .dropdown button {
          background: transparent;
          color: #484848;
          font-size: 12px;
          font-family: "Oswald-Light";
          border: 0; }
    .sliding-cart .contents img {
      width: 85%; }
    .sliding-cart .contents span {
      font-size: 12.5px;
      color: #7f7e7e; }
    .sliding-cart .contents .common-orange-button {
      padding: 7px 29px !important;
      background-color: #FD7101; }
      .sliding-cart .contents .common-orange-button:hover {
        background-color: #ff8800; }
  .sliding-cart hr {
    border-top: 1.5px solid #000; }
  .sliding-cart .subtotal {
    padding: 10px 58px !important; }
    .sliding-cart .subtotal h3 {
      /*font-family: $RiftMedium;*/
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      color: #000; }
    .sliding-cart .subtotal button {
      height: 38px;
      width: 100%;
      border-radius: 5px;
      background: #29D53A;
      color: #fff;
      /*font-family: $RiftBold;*/
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      text-align: center;
      border: none; }
    .sliding-cart .subtotal span {
      font-size: 12px; }
  .sliding-cart .quantity-selector {
    width: 105px; }
    .sliding-cart .quantity-selector .btn-minus, .sliding-cart .quantity-selector .btn-plus {
      border: 2px solid #c6c6c6;
      padding: 3px 6px 4px;
      color: #c6c6c6;
      cursor: pointer;
      font-size: 19px;
      width: 20px !important;
      line-height: 1px;
      height: 26px;
      background: #fff !important; }
      .sliding-cart .quantity-selector .btn-minus:hover, .sliding-cart .quantity-selector .btn-plus:hover {
        color: #333; }
        .sliding-cart .quantity-selector .btn-minus:hover strong, .sliding-cart .quantity-selector .btn-plus:hover strong {
          color: #333; }
    .sliding-cart .quantity-selector .btn-minus {
      border-radius: 5px 0 0 5px !important; }
    .sliding-cart .quantity-selector .btn-plus {
      border-radius: 0 5px 5px 0 !important; }
    .sliding-cart .quantity-selector input {
      /*width: calc(100% - 62px) !important;*/
      border-top: 2px solid #c6c6c6;
      border-bottom: 2px solid #c6c6c6;
      width: 55px;
      height: 26px;
      background: #fff;
      color: #c6c6c6;
      /*font-family: $RiftBold;*/
      padding-top: 0 !important; }
      .sliding-cart .quantity-selector input:focus {
        border-top: 2px solid #c6c6c6 !important;
        border-bottom: 2px solid #c6c6c6 !important; }
    .sliding-cart .quantity-selector .input-group-prepend {
      margin-right: -2px; }
    .sliding-cart .quantity-selector .input-group-append {
      margin-left: -2px; }
  .sliding-cart .line-h-1 {
    line-height: 1; }
  .sliding-cart ::-webkit-scrollbar {
    width: 6px; }
  .sliding-cart ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #909090;
    border-radius: 5px; }
  .sliding-cart ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 5px; }
  .sliding-cart ::-webkit-scrollbar-thumb:hover {
    background: red; }

.btn-green {
  border: 2px solid #29D53A;
  background: #29D53A;
  color: #fff;
  font-size: 19px;
  padding: 0 13px; }
  .btn-green:hover {
    color: #fff;
    background: #00d215;
    border: 2px solid #00d215; }

.wrapper-size .size-btn, .wrapper-color .size-btn, .wrapper-style .size-btn {
  margin-right: 7px;
  padding: 3px 10px;
  background: #fff;
  color: #1b1b1b;
  border: 2px solid #d5292a;
  border-radius: 7px;
  cursor: pointer;
  min-width: 70px;
  text-align: center;
  font-weight: 500 !important; }

.wrapper-size input[type=radio], .wrapper-color input[type=radio], .wrapper-style input[type=radio] {
  display: none; }

.wrapper-size input:checked + label, .wrapper-color input:checked + label, .wrapper-style input:checked + label {
  background: #d5292a !important;
  color: #ffffff !important; }

#syndicateHolder.individual-product-wrapper {
  /*background: url('../images/individual-product-wrapper.png') no-repeat 0 0 / cover;*/
  display: inline-block; }
  #syndicateHolder.individual-product-wrapper .images-section, #syndicateHolder.individual-product-wrapper .item-contentconfig-area, #syndicateHolder.individual-product-wrapper .wrapper-product-filters, #syndicateHolder.individual-product-wrapper .table-responsive, #syndicateHolder.individual-product-wrapper #divItemDeatisl tr td {
    background: transparent !important; }
  #syndicateHolder.individual-product-wrapper .preview > .preview-pic {
    border: solid 0px !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-header {
    /*color: #333 !important;*/
    /*font-family: $RiftDemi;*/
    width: calc(100% - 100px); }
  #syndicateHolder.individual-product-wrapper .product-price {
    font-size: 18px;
    /*font-family: $RiftMedium;*/
    color: #333; }
  #syndicateHolder.individual-product-wrapper .red-bottom-border {
    border-bottom: 2px solid #fd7202; }
  #syndicateHolder.individual-product-wrapper .new-release-tag {
    position: absolute;
    top: 4px;
    right: 0;
    margin-bottom: 0;
    padding: 3px 10px; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-description p {
    font-size: 15px;
    /*font-family: $RiftMedium;*/
    color: #333;
    line-height: 24px; }
  #syndicateHolder.individual-product-wrapper .product-details {
    font-size: 16px !important;
    /*font-family: $RiftMedium !important;*/
    margin-bottom: 10px !important; }
  #syndicateHolder.individual-product-wrapper .section-sub-title {
    font-size: 15px;
    /*font-family: $RiftMedium;*/
    color: #333; }
  #syndicateHolder.individual-product-wrapper .wrapper-size .size-btn, #syndicateHolder.individual-product-wrapper .wrapper-color .size-btn, #syndicateHolder.individual-product-wrapper .wrapper-style .size-btn {
    /*font-family: $RiftBold;*/
    border: 2px solid #fd7101;
    background: transparent;
    color: #999;
    font-size: 14px;
    padding: 1px 13px;
    cursor: pointer; }
    #syndicateHolder.individual-product-wrapper .wrapper-size .size-btn:hover, #syndicateHolder.individual-product-wrapper .wrapper-color .size-btn:hover, #syndicateHolder.individual-product-wrapper .wrapper-style .size-btn:hover {
      color: #fff;
      background: #fd7101; }
  #syndicateHolder.individual-product-wrapper .wrapper-size input:checked + label, #syndicateHolder.individual-product-wrapper .wrapper-color input:checked + label, #syndicateHolder.individual-product-wrapper .wrapper-style input:checked + label {
    color: #fff !important;
    background: #fd7101 !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="White"] ~ label {
    color: #fff !important;
    border-color: #fff !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="White"] ~ label:hover {
      color: #484848 !important;
      background: #fff !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="White"]:checked + label {
    color: #484848 !important;
    background: #fff !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Black"] ~ label {
    color: #333 !important;
    border-color: #333 !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Black"] ~ label:hover {
      color: #fff !important;
      background: #333 !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Black"]:checked + label {
    color: #fff !important;
    background: #333 !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Gray"] ~ label {
    color: #999 !important;
    border-color: #999 !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Gray"] ~ label:hover {
      color: #fff !important;
      background: #999 !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Gray"]:checked + label {
    color: #fff !important;
    background: #999 !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Blue"] ~ label {
    color: #001C7E !important;
    border-color: #001C7E !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Blue"] ~ label:hover {
      color: #fff !important;
      background: #001C7E !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Blue"]:checked + label {
    color: #fff !important;
    background: #001C7E !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Maroon"] ~ label {
    color: #C11C1D !important;
    border-color: #C11C1D !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Maroon"] ~ label:hover {
      color: #fff !important;
      background: #C11C1D !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Maroon"]:checked + label {
    color: #fff !important;
    background: #C11C1D !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Navy"] ~ label {
    color: #001C7E !important;
    border-color: #001C7E !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Navy"] ~ label:hover {
      color: #fff !important;
      background: #001C7E !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Navy"]:checked + label {
    color: #fff !important;
    background: #001C7E !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Red"] ~ label {
    color: red !important;
    border-color: red !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Red"] ~ label:hover {
      color: #fff !important;
      background: red !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Red"]:checked + label {
    color: #fff !important;
    background: red !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Pink"] ~ label {
    color: #f9919d !important;
    border-color: #f9919d !important; }
    #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Pink"] ~ label:hover {
      color: #fff !important;
      background: #f9919d !important; }
  #syndicateHolder.individual-product-wrapper .wrapper-product-filters input[value="Pink"]:checked + label {
    color: #fff !important;
    background: #f9919d !important; }
  #syndicateHolder.individual-product-wrapper .quantity-selector .btn-minus, #syndicateHolder.individual-product-wrapper .quantity-selector .btn-plus {
    border: 2px solid #c6c6c6;
    padding: 3px 6px 4px;
    color: #c6c6c6;
    cursor: pointer;
    font-size: 24px;
    width: 31px !important;
    line-height: 1px;
    height: 40px;
    background: #fff !important; }
    #syndicateHolder.individual-product-wrapper .quantity-selector .btn-minus:hover, #syndicateHolder.individual-product-wrapper .quantity-selector .btn-plus:hover {
      color: #333; }
      #syndicateHolder.individual-product-wrapper .quantity-selector .btn-minus:hover strong, #syndicateHolder.individual-product-wrapper .quantity-selector .btn-plus:hover strong {
        color: #333; }
  #syndicateHolder.individual-product-wrapper .quantity-selector .btn-minus {
    border-radius: 5px 0 0 5px !important; }
  #syndicateHolder.individual-product-wrapper .quantity-selector .btn-plus {
    border-radius: 0 5px 5px 0 !important; }
  #syndicateHolder.individual-product-wrapper .quantity-selector input {
    width: calc(100% - 62px) !important;
    border-top: 2px solid #c6c6c6;
    border-bottom: 2px solid #c6c6c6;
    height: 40px;
    background: #fff;
    color: #c6c6c6;
    /*font-family: $RiftBold;*/ }
    #syndicateHolder.individual-product-wrapper .quantity-selector input:focus {
      border-top: 2px solid #c6c6c6 !important;
      border-bottom: 2px solid #c6c6c6 !important; }
  #syndicateHolder.individual-product-wrapper .no-quantity {
    color: #ec2f2f;
    font-size: 22px; }
  #syndicateHolder.individual-product-wrapper .inventory-message {
    color: #ec2f2f;
    font-size: 16px; }
  #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li {
    border: solid 0px;
    padding: 0;
    cursor: pointer;
    width: 110px;
    margin: 15px 10px;
    /* Landscape */
    /* Portrait */ }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
      #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li {
        width: 156px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li {
        width: 139px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li {
        width: 164px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
      #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li {
        width: 95px; } }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
      #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li {
        width: 108px !important; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li {
        width: 95px; } }
    #syndicateHolder.individual-product-wrapper .preview-thumbnail.nav-tabs li img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 1023px) {
    #syndicateHolder.individual-product-wrapper .input-group {
      margin-top: 0;
      width: 100%; } }
  @media only screen and (max-width: 812px) {
    #syndicateHolder.individual-product-wrapper #syndicateHolder #categoryProductFilter .mobile-controlled {
      padding-left: 0px !important;
      padding-right: 0 !important; } }

.cart-section {
  cursor: pointer; }
  .cart-section .labels {
    border: 1px solid #002d56;
    padding: 1px 15px 1px 5px;
    background: #002d56; }
    .cart-section .labels i {
      color: #fff;
      margin: 7px 12px 7px 7px;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -ms-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .cart-section .labels span {
      color: #fff;
      font-size: 15px;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -ms-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease;
      margin-top: 4px; }
  .cart-section:hover .labels {
    background: #4d6c89;
    border: 1px solid #4d6c89; }
  .cart-section .amount {
    color: #002d56;
    font-size: 15px;
    padding: 5px 10px 5px;
    background: #ffffff; }
  @media only screen and (max-width: 540px) {
    .cart-section {
      margin-top: -87px; } }

.sub-nav {
  background-color: #fff;
  top: 73px;
  text-align: left;
  box-shadow: 4px 6px 19px -9px #0d0d0d; }
  @media only screen and (min-width: 1024px) {
    .sub-nav {
      position: absolute; } }

.wrapper-application-guide .main-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  font-family: "Poppins-Bold";
  color: #002D56;
  text-align: center; }

.wrapper-application-guide .modal-name {
  font-weight: bold;
  color: #002d56;
  font-size: 18px;
  font-family: "Poppins-Medium"; }

.wrapper-application-guide .year {
  color: #FD7101 !important;
  font-family: "Poppins-Medium";
  font-size: 15px; }

.wrapper-application-guide .wrapper-btn-sec {
  padding: 25px; }
  .wrapper-application-guide .wrapper-btn-sec .btn-primary {
    color: #fff;
    background-color: #002d56;
    border-color: #002d56;
    min-width: 175px;
    padding: 7px 10px !important;
    margin-bottom: 5px; }

.bg-light-greay {
  background-color: #f4f5f7; }
  .bg-light-greay .shadow {
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1) !important; }
  .bg-light-greay hr {
    border-top: 1px solid #002D56; }

.min-height-175 {
  min-height: 175px; }
  @media only screen and (max-width: 1024px) {
    .min-height-175 {
      min-height: 135px; }
      .min-height-175 img {
        width: 100% !important; } }

.back-to-top {
  color: #fff;
  background-color: #002d56;
  border-color: #002d56;
  padding: 7px 10px !important;
  margin-bottom: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  visibility: hidden; }

.nav-fixed .back-to-top {
  visibility: visible; }

.nav-fixed .bg-light-greay {
  padding-top: 40px; }
