@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700&display=swap");
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/BebasNeue-Regular.otf") format("opentype"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.svg#BebasNeue-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
.space-20 {
  margin-bottom: 20px; }

.space-30 {
  margin-bottom: 30px; }

.space-40 {
  margin-bottom: 40px; }

.space-50 {
  margin-bottom: 50px; }

.space-60 {
  margin-bottom: 60px; }

.pd-tb-30 {
  padding-bottom: 30px;
  padding-top: 30px; }

.pd-tb-40 {
  padding-bottom: 40px;
  padding-top: 40px; }

.pd-tb-50 {
  padding-bottom: 50px;
  padding-top: 50px; }

.pd-tb-60 {
  padding-bottom: 60px;
  padding-top: 60px; }

* {
  font-family: BebasNeue,sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "BebasNeue"; }

.cv--anouncment-bar p {
  display: inline-block;
  width: 100%;
  background: #e4ff00;
  margin: 0; }

.text-center {
  text-align: center; }

#homepageCarousel {
  width: 100%; }

.custom-new-header.cv--anouncment-bar h2 {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: inherit; }
.custom-new-header .header-search .input-group {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 14px; }
.custom-new-header .header-search .input-group-btn:last-child > .btn {
  display: inline-block;
  width: 40px;
  height: 40px !important;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999; }
  .custom-new-header .header-search .input-group-btn:last-child > .btn i {
    font-size: 20px;
    color: #fff; }
.custom-new-header .header-search .ajax_search {
  height: 40px !important;
  padding: 0 10px;
  font-size: 14px; }
  .custom-new-header .header-search .ajax_search + .input-group-btn {
    position: static; }
.custom-new-header .icon-head-right {
  margin-top: 15px; }
  @media (min-width: 1200px) {
    .custom-new-header .icon-head-right {
      text-align: right;
      padding-left: 0px; }
      .custom-new-header .icon-head-right .d-inline-block {
        margin-left: 20px; } }
  .custom-new-header .icon-head-right #header-cart {
    margin-top: 0px; }
  .custom-new-header .icon-head-right .d-inline-block {
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px; }
  .custom-new-header .icon-head-right span[rel="a2c_item_count"] {
    display: none; }
  .custom-new-header .icon-head-right .icon {
    width: 33px;
    height: 33px;
    display: inline-block; }
    .custom-new-header .icon-head-right .icon:hover {
      cursor: pointer; }
    .custom-new-header .icon-head-right .icon.icon-start {
      background: url("../images/icon-wishlist.png") no-repeat scroll center; }
      .custom-new-header .icon-head-right .icon.icon-start:hover {
        background: url("../images/icon-wishlist-hover.png") no-repeat scroll center; }
    .custom-new-header .icon-head-right .icon.icon-user {
      background: url("../images/icon-account.png") no-repeat scroll center; }
      .custom-new-header .icon-head-right .icon.icon-user:hover {
        background: url("../images/icon-account-hover.png") no-repeat scroll center; }
    .custom-new-header .icon-head-right .icon.icon-phone {
      background: url("../images/icon-phone.png") no-repeat scroll center; }
      .custom-new-header .icon-head-right .icon.icon-phone:hover {
        background: url("../images/icon-phone-hover.png") no-repeat scroll center; }
    .custom-new-header .icon-head-right .icon.icon-cart {
      background: url("../images/icon-cart.png") no-repeat scroll center; }
      .custom-new-header .icon-head-right .icon.icon-cart:hover {
        background: url("../images/icon-cart-hover.png") no-repeat scroll center; }
  .custom-new-header .icon-head-right .box-user {
    position: relative; }
    .custom-new-header .icon-head-right .box-user:hover ul {
      display: inline-block; }
    .custom-new-header .icon-head-right .box-user:hover:after {
      background: rgba(0, 0, 0, 0);
      height: 10px;
      position: absolute;
      top: 100%;
      width: 100%;
      display: inline-block;
      left: 0px;
      content: "";
      z-index: 9; }
    .custom-new-header .icon-head-right .box-user ul {
      display: none;
      position: absolute;
      left: 50%;
      top: calc(100% + 10px);
      background: #fff;
      z-index: 9;
      width: 240px;
      transform: translateX(-50%);
      padding-left: 0px;
      margin: 0px;
      padding: 10px; }
      .custom-new-header .icon-head-right .box-user ul:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        z-index: 99;
        border-bottom: 8px solid #fff; }
      .custom-new-header .icon-head-right .box-user ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
        margin-bottom: 5px; }
        .custom-new-header .icon-head-right .box-user ul li:last-child {
          margin-bottom: 0px; }
          .custom-new-header .icon-head-right .box-user ul li:last-child a {
            background: #000000;
            color: #fff; }
        .custom-new-header .icon-head-right .box-user ul li a {
          display: inline-block;
          width: 100%;
          text-align: center;
          padding: 10px 0px;
          font-size: 18px;
          height: 40px;
          background: #E5FC01;
          color: #000; }
          .custom-new-header .icon-head-right .box-user ul li a:hover {
            text-decoration: none;
            opacity: 0.8; }
.custom-new-header .cv-desktop-menu ul > li.cv-sub-menu:last-child > a {
  background: #CF1B2C;
  color: #FFF; }
@media (min-width: 1200px) {
  .custom-new-header .header-navigation_cv {
    padding: 0 0px 0 50px; } }

.text_on_sale {
  background: #CF1B2C;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  height: 52px;
  text-align: center;
  margin-bottom: 10px; }
  .text_on_sale h2 {
    padding: 9px 0px; }

@media (min-width: 1200px) {
  .cv_feature_product .wrapper-thumbnail .thumbnail p.price + p {
    font-size: 13px;
    margin-top: 15px; }
  .cv_feature_product .wrapper-thumbnail .thumbnail p.price span {
    font-size: 24px; } }
.cv_feature_product .wrapper-thumbnail .thumbnail .caption h3 a {
  font-size: 16px;
  font-family: 'Play', sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.carousel-resize {
  padding: 0 20px; }
  .carousel-resize.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    display: inline-block;
    font-size: 0px;
    width: 20px;
    height: 30px;
    background: url("../images/arrow-prev.png") no-repeat scroll center; }
    .carousel-resize.owl-carousel .owl-nav button:focus {
      outline: none; }
  .carousel-resize.owl-carousel .owl-nav button.owl-next {
    left: inherit;
    right: 0px;
    background-image: url("../images/arrow.png"); }

.owl-item .cv--custom--feature {
  width: 100%; }

.custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image {
  background: #E5FC01;
  height: 338px;
  display: flex;
  align-items: center; }
  .custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image > a {
    display: none; }
  .custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image img {
    opacity: 0; }
  .custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image h3 {
    position: static;
    height: auto; }
    .custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image h3 a {
      background: #E5FC01;
      border: 3px solid #000;
      color: #000;
      font-style: normal;
      font-size: 27px;
      padding: 14px; }
.custom-new-main-content .text_feature {
  background: #292929;
  color: #ffff; }
  .custom-new-main-content .text_feature h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px; }
.custom-new-main-content .thumbnail {
  position: relative; }
  .custom-new-main-content .thumbnail .btn-primary {
    height: 40px;
    line-height: 40px;
    padding: 0px; }
  .custom-new-main-content .thumbnail .sale {
    background: #CF1B2C;
    color: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    text-transform: uppercase;
    line-height: 17px;
    padding-top: 11px;
    font-size: 18px; }
.custom-new-main-content .map_text {
  background: url("../images/bg1.png") no-repeat scroll 0px 0px;
  padding: 15px 30px;
  text-align: left;
  overflow: hidden; }
  .custom-new-main-content .map_text .logo {
    margin-bottom: 20px; }
  .custom-new-main-content .map_text p {
    color: #fff;
    font-style: normal;
    font-size: 22px; }
    .custom-new-main-content .map_text p i, .custom-new-main-content .map_text p fa {
      color: #E5FC01; }
  .custom-new-main-content .map_text .tleft {
    vertical-align: top;
    display: inline-block;
    float: left;
    width: calc(100% - 200px); }
    .custom-new-main-content .map_text .tleft p {
      margin-bottom: 25px;
      position: relative;
      padding-left: 20px; }
      .custom-new-main-content .map_text .tleft p:last-child {
        margin-bottom: 0; }
      .custom-new-main-content .map_text .tleft p i {
        position: absolute;
        left: 0px;
        top: 3px; }
  .custom-new-main-content .map_text .tright {
    float: right;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .custom-new-main-content .map_text .tright span {
      color: #fff;
      text-transform: capitalize;
      font-style: normal;
      font-family: "Play";
      font-size: 12px;
      display: block;
      margin-top: 8px; }
.custom-new-main-content .address_map {
  background: #292929;
  border: 3px solid #292929;
  border-bottom: blanchedalmond;
  border-top: none; }
  .custom-new-main-content .address_map h3 {
    color: #E5FC01;
    font-size: 32px;
    text-align: center;
    margin: 0px;
    padding: 5px 0px; }

.newsletter-footer {
  background: #000;
  padding: 30px 0; }
  .newsletter-footer .left {
    display: inline-block;
    float: left;
    width: calc(100% - 280px);
    padding-right: 50px; }
    .newsletter-footer .left .title {
      color: #fff;
      font-size: 28px; }
    .newsletter-footer .left .input-group {
      display: inline-block;
      position: relative; }
      .newsletter-footer .left .input-group.input-name {
        width: 100px;
        margin-right: 10px; }
      .newsletter-footer .left .input-group.input-email {
        width: calc(100% - 120px); }
        .newsletter-footer .left .input-group.input-email .form-control {
          width: calc(100% - 150px); }
      .newsletter-footer .left .input-group .input-group-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 140px;
        z-index: 9; }
        .newsletter-footer .left .input-group .input-group-btn .btn {
          width: 100%;
          border: none;
          background: #E5FC01;
          height: 40px;
          font-size: 18px; }
    .newsletter-footer .left .bottom {
      color: #fff; }
      .newsletter-footer .left .bottom p {
        font-family: "Play";
        font-size: 14px; }
        .newsletter-footer .left .bottom p a {
          color: #FFF;
          font-family: "Play"; }
          .newsletter-footer .left .bottom p a:hover {
            text-decoration: none;
            color: #E5FC01; }
      .newsletter-footer .left .bottom b {
        color: #E5FC01;
        font-family: "Play";
        display: inline-block; }
    .newsletter-footer .left .form-control {
      font-size: 14px;
      font-family: "Play";
      height: 40px;
      padding-top: 0px;
      padding-bottom: 0px; }
  .newsletter-footer .right {
    display: inline-block;
    float: right;
    width: 200px; }
    .newsletter-footer .right li {
      list-style: none; }
    .newsletter-footer .right h3 {
      font-size: 28px;
      color: #fff;
      margin-bottom: 10px; }
    .newsletter-footer .right ul {
      padding-left: 0px;
      margin-left: -12px; }
    .newsletter-footer .right li {
      display: inline-block; }
    .newsletter-footer .right a {
      color: #E5FC01;
      display: inline-block;
      width: 40px;
      text-align: center; }
      .newsletter-footer .right a i {
        font-size: 30px; }

@media (min-width: 1200px) {
  #n_category .wrapper-thumbnail .thumbnail .caption .price + p {
    height: 82px;
    overflow-y: hidden; } }
@media (min-width: 768px) and (max-width: 991px) {
  #n_category .wrapper-thumbnail .thumbnail .caption .price + p {
    height: 61px;
    overflow-y: hidden; } }
@media (min-width: 56px) and (max-width: 568px) {
  #n_category .wrapper-thumbnail .thumbnail .caption .price + p {
    height: 61px;
    overflow-y: hidden; } }
@media (min-width: 561px) and (max-width: 568px) {
  #n_category .wrapper-thumbnail .thumbnail .caption .price + p {
    height: 61px;
    overflow-y: hidden; } }
@media (min-width: 435px) and (max-width: 445px) {
  #n_category .wrapper-thumbnail .thumbnail .caption .price + p {
    height: 82px;
    overflow-y: hidden; } }

#customer-page {
  margin: -30px 0 0;
  padding-top: 20px;
  background: #000000; }
  #customer-page .page-heading {
    padding-bottom: 10px;
    text-align: center; }
    #customer-page .page-heading img {
      max-width: 100%; }
  #customer-page .login-content {
    background: #FFF;
    display: inline-block;
    width: 100%;
    padding-top: 20px; }
    @media (max-width: 639px) {
      #customer-page .login-content h3, #customer-page .login-content .h3 {
        font-size: 15px; } }
    #customer-page .login-content #register img {
      max-width: 100%; }
    #customer-page .login-content #register .form-register-content {
      margin-top: 20px; }

.custom-new-footer {
  background: #1e1e1e;
  padding-top: 40px; }
  .custom-new-footer.wrapper-footer h4 {
    color: #fff;
    font-size: 22px;
    font-family: "BebasNeue";
    font-weight: 400; }
  .custom-new-footer.wrapper-footer a {
    color: #fff;
    font-family: "Play";
    font-size: 14px;
    padding: 8px 15px; }
    .custom-new-footer.wrapper-footer a:hover {
      color: #E5FC01; }
  @media (max-width: 991px) {
    .custom-new-footer.wrapper-footer .col-sm-4:nth-child(3n+1) {
      clear: both; }
    .custom-new-footer.wrapper-footer .col-sm-4 {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .custom-new-footer.wrapper-footer .col-md-3 {
      width: 20%; } }
  .custom-new-footer hr {
    display: none; }
  .custom-new-footer .bottom-footer {
    background: #2d2d2d;
    margin-top: 30px;
    padding: 13px 0px;
    border-bottom: 3px solid #E5FC01; }
    .custom-new-footer .bottom-footer .list-inline {
      display: inline-block;
      margin: 10px 0 0; }
    .custom-new-footer .bottom-footer address {
      margin: 10px 0px;
      color: #fff;
      text-align: right;
      font-family: "Play";
      font-weight: 400;
      font-size: 14px; }
      .custom-new-footer .bottom-footer address strong {
        font-family: "Play";
        font-weight: 400;
        font-size: 14px; }

@media (max-width: 1199px) {
  .custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image {
    height: 286px; } }
@media (max-width: 991px) {
  .newsletter-footer .left, .newsletter-footer .right {
    width: 100%; }

  .custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image {
    height: 218px; }

  .custom-new-header .header-navigation_cv {
    display: inline-block; } }
.menu-mobile {
  display: none; }

@media (min-width: 768px) {
  .custom-new-header .wrapper-header > .row:first-child {
    margin: 0px; } }
@media (max-width: 767px) {
  .custom-new-header .icon-head-right > .row {
    display: flex;
    align-items: flex-end; }

  .menu-mobile {
    display: inline-block;
    padding: 10px;
    width: 60px;
    height: 60px;
    padding: 0px; }
    .menu-mobile .icon {
      background: url("../images/icon-menu.png") no-repeat scroll center; }
    .menu-mobile.active {
      background: #E5FC01; }
      .menu-mobile.active .icon {
        background: url("../images/icon-menu-active.png") no-repeat scroll center; }

  .custom-new-header .icon-head-right .d-inline-block {
    margin: 0px; }

  .custom-new-header .icon-head-right .menu-mobile .icon, .custom-new-header .icon-head-right .icon {
    width: 61px;
    height: 55px; }

  .cv-mobile--menu.wrapper-nav .navbar-nav .caret {
    display: none; }
  .cv-mobile--menu.wrapper-nav .navbar-nav .dropdown-menu {
    display: none; }
    .cv-mobile--menu.wrapper-nav .navbar-nav .dropdown-menu.active {
      display: inline-block; }
    .cv-mobile--menu.wrapper-nav .navbar-nav .dropdown-menu .dropdown-menu {
      padding-left: 10px; }
  .cv-mobile--menu.wrapper-nav .navbar-nav li {
    position: relative; }
    .cv-mobile--menu.wrapper-nav .navbar-nav li .click-menu {
      color: #E5FC01;
      position: absolute;
      display: inline-block;
      width: 36px;
      height: 36px;
      text-align: center;
      right: 0px;
      top: 0px;
      z-index: 999;
      line-height: 36px; }
      .cv-mobile--menu.wrapper-nav .navbar-nav li .click-menu.active:before {
        content: "\f0d8"; }
      .cv-mobile--menu.wrapper-nav .navbar-nav li .click-menu:before {
        content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome; }

  .cv-mobile--menu.wrapper-nav {
    background: #2d2d2d;
    min-height: auto;
    padding: 0px;
    border: none; }

  .navbar-default.wrapper-nav .navbar-nav > li {
    border-bottom: 1px solid #424242; }

  .navbar-default.wrapper-nav .navbar-nav > li > a {
    color: #fff;
    width: calc(100% - 40px);
    font-size: 18px;
    color: #E5FC01;
    font-weight: 400;
    padding-left: 0px;
    padding-bottom: 8px; }

  .wrapper-nav .navigation-list .icon {
    color: #fff; }

  .wrapper-nav .navbar-nav .dropdown-menu > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-family: "Play";
    padding-left: 20px; }

  .navbar-default.wrapper-nav .navbar-collapse {
    border-top: 3px solid #E5FC01; }

  .custom-new-header .row-padded {
    padding-bottom: 0px; }

  .custom-new-header .icon-head-right {
    padding-left: 15px;
    margin-top: 8px; }

  .custom-new-header .header-search {
    margin-top: 10px; }

  .wrapper-logo {
    padding: 0 15px; }

  #n_home .custom-new-main-content .category-thumbnail:first-child {
    width: 100%;
    padding: 0 10px; }

  .custom-new-main-content .feature_category_img .category-thumbnail:first-child .wrapper-category-image {
    height: 158px; }

  .custom-new-main-content .insta-coln--custom {
    width: 50% !important; }
  .custom-new-main-content .insta_gp {
    width: 100% !important; }
    .custom-new-main-content .insta_gp a {
      margin: 0px;
      width: 100%; }

  .custom-new-main-content .map_text {
    padding: 10px; }

  .custom-new-main-content .address_map h3 {
    font-size: 20px; }

  .custom-new-main-content .map_text .tleft p {
    font-size: 10px; }

  .custom-new-main-content .map_text .tright span {
    font-size: 8px; }

  .custom-new-main-content .map_text .tright img {
    width: 30px; }

  .custom-new-main-content .map_text .tleft {
    width: calc(100% - 100px); }

  .newsletter-footer .left {
    padding-right: 0px; }

  .newsletter-footer .left .input-group.input-name {
    width: 66px; }

  .newsletter-footer .left .input-group.input-email {
    width: calc(100% - 80px); }

  .newsletter-footer .left .input-group.input-email .form-control {
    width: calc(100% - 90px); }

  .newsletter-footer .left .input-group .input-group-btn {
    width: 81px; }

  .newsletter-footer {
    text-align: center; }

  .custom-new-footer .bottom-footer img {
    max-width: 100%; }

  .custom-new-footer .bottom-footer {
    text-align: center;
    margin: 0px; }
    .custom-new-footer .bottom-footer .col-xs-9 {
      width: 100%; }
    .custom-new-footer .bottom-footer .col-sm-3 {
      width: 100%; }

  .custom-new-footer .bottom-footer address {
    text-align: center;
    font-size: 14px; } }
#_jstl__buying_options_r hr {
  margin-top: 10px; }

/*# sourceMappingURL=custom_style.css.map */