.carousel-style .owl-nav {
  visibility: hidden; }
  .carousel-style .owl-nav .disabled {
    display: none; }
  .carousel-style .owl-nav
  i {
    font-size: 23px;
    line-height: 70px; }
  .carousel-style .owl-nav .owl-prev, .carousel-style .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    z-index: 5;
    width: 30px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8) !important; }
  .carousel-style .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5); }
  .carousel-style .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5); }
.carousel-style:hover .owl-nav {
  visibility: visible; }

.list-product {
  width: 100%;
  display: inline-block;
  position: relative; }
  .list-product .name-heading {
    width: 90%;
    padding: 15px;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 10px;
    z-index: 2;
    background: #ff5b00;
    background: linear-gradient(270deg, #ff5b00 48%, rgba(255, 255, 255, 0) 86%); }
    .list-product .name-heading h3 {
      font-size: 18px;
      margin: 0;
      color: #fff;
      font-weight: normal;
      text-shadow: 1px 1px 1px #000; }
  .list-product .imgblock {
    width: 100%;
    min-height: 145px;
    position: relative;
    background: url(../images/logo1.png) no-repeat center; }
    .list-product .imgblock:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      display: block;
      left: 0;
      bottom: -6px;
      background-color: #ff5b00; }
    .list-product .imgblock img {
      width: 100%; }

.offer-product {
  width: 100%;
  display: inline-block;
  position: relative; }
  .offer-product .offer-heading {
    width: auto;
    display: inline-block;
    padding: 15px 30px 15px 15px;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 50px 50px 0;
    font-family: "Oswald", sans-serif; }
    .offer-product .offer-heading .percentage {
      font-size: 15px;
      color: #e52026; }
    .offer-product .offer-heading h3 {
      font-size: 16px;
      margin: 0;
      padding: 10px 0;
      font-weight: normal;
      color: #000; }
    .offer-product .offer-heading .proname {
      font-size: 13px;
      color: #3c3c3c; }
  .offer-product .imgblock {
    width: 100%;
    min-height: 160px;
    position: relative;
    background: url(../images/logo1.png) no-repeat center; }
    .offer-product .imgblock img {
      width: 100%; }
  .offer-product .offer-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    padding: 10px 22px;
    background-color: #78b533;
    color: #fff; }

.left-imageblock {
  width: 20%;
  float: left;
  display: block;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .left-imageblock {
      width: 40%; } }
  .left-imageblock .imgsize {
    width: 100%;
    height: 405px;
    object-fit: cover; }

.right-carousel {
  width: 80%;
  float: left;
  display: block; }
  @media (max-width: 767px) {
    .right-carousel {
      width: 60%; } }

.blockwidth {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .blockwidth.overflow {
    overflow: hidden; }

.product-heading {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px; }
  @media (max-width: 767px) {
    .product-heading {
      padding: 20px 10px; } }
  .product-heading .title {
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-family: "Oswald", sans-serif;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .product-heading .title {
        font-size: 16px; } }
  .product-heading .btnviewall {
    position: relative;
    z-index: 3;
    border: 2px solid #fff;
    padding: 8px 25px;
    margin-top: 10px;
    color: #fff; }
    @media (max-width: 767px) {
      .product-heading .btnviewall {
        padding: 6px 15px; } }
    .product-heading .btnviewall:hover {
      background-color: #fff;
      color: #ff5b00; }
  .product-heading:before {
    content: '';
    position: absolute;
    top: -150px;
    left: -50px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    display: block;
    background-color: #e52026;
    border-radius: 100%; }
  .product-heading:after {
    content: '';
    position: absolute;
    width: 95%;
    height: 150px;
    left: 0px;
    bottom: 0px;
    background-color: #e52026;
    border-radius: 0 100% 0 0;
    border-top: 15px solid rgba(255, 255, 255, 0.6); }

.allproductstyle {
  display: inline-block;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px; }
  .allproductstyle .blockcarousel {
    width: 100%;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
    .allproductstyle .blockcarousel .product-img {
      padding: 5px;
      width: 100%;
      height: 170px;
      display: inline-block;
      background: url(../images/logo1.png) no-repeat center; }
      .allproductstyle .blockcarousel .product-img img {
        height: 100%;
        width: auto;
        margin: 0 auto; }
    .allproductstyle .blockcarousel .product-title {
      font-size: 16px;
      font-family: "Oswald", sans-serif;
      text-align: center;
      display: block;
      padding: 8px 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .allproductstyle .blockcarousel .pro-quantity {
      width: 100%;
      display: inline-block;
      text-align: center; }
      .allproductstyle .blockcarousel .pro-quantity .qtag {
        width: auto;
        display: inline-block;
        font-size: 12px;
        padding-right: 3px; }
      .allproductstyle .blockcarousel .pro-quantity .qty-value {
        width: auto;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        color: #575757;
        position: relative; }
    .allproductstyle .blockcarousel .product-price {
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 10px 0; }
      .allproductstyle .blockcarousel .product-price .rs-value {
        display: inline-block;
        font-size: 18px;
        color: #ff5b00;
        margin-right: 5px;
        font-weight: bold; }
      .allproductstyle .blockcarousel .product-price del {
        display: inline-block;
        font-size: 15px;
        color: #575757;
        margin-left: 5px; }
    .allproductstyle .blockcarousel .add-tocart {
      padding: 7px 22px;
      margin: 0 auto;
      display: block;
      background-color: transparent;
      border: 1px solid #78b533;
      color: #78b533; }
      .allproductstyle .blockcarousel .add-tocart:hover {
        background-color: #78b533;
        color: #fff; }
    .allproductstyle .blockcarousel:hover .add-tocart {
      background-color: #78b533;
      color: #fff; }

.spinner {
  display: block;
  text-align: center;
  margin: 0 auto 5px; }
  .spinner input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    max-width: 40px;
    padding: 10px;
    outline: none;
    position: relative;
    top: -6px; }
  .spinner input::-webkit-outer-spin-button, .spinner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .spinner .add, .spinner .sub {
    padding: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    font-size: 25px;
    border: 1px solid #78b533;
    color: #78b533;
    display: inline-block; }
    .spinner .add:hover, .spinner .sub:hover {
      background-color: #78b533;
      color: #fff; }
  .spinner input {
    padding: 10px;
    font-size: 16px;
    max-width: 50px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: #1d1e22; }

.qty-check {
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  width: 100%;
  padding: 1px 7px;
  border-radius: 3px;
  cursor: pointer; }
  .qty-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .qty-check input:checked ~ .checkmark span {
      position: relative;
      z-index: 1;
      color: #ff5b00;
      line-height: 17px; }
    .qty-check input:checked ~ .checkmark:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      content: '';
      border: 1px solid #ff5b00;
      display: block; }

/*# sourceMappingURL=home-body-style.css.map */
