/** @format */

.buy_now {
    background-color: #26abd4;
    padding: 5px;
    border: none;
  }
  .add_to_cart {
    background-color: #f57224;
    padding: 5px;
    border: none;
  }
  .star {
    content: "\f005"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: 10px;
  }
  .delivery {
    font-size: 15px;
  }
  .delivery i {
    color: #f57224;
    font-size: 25px;
  }

  /** @format */

  .card-img-top {
    width: 100%;
    height: auto;
  }
  .buy_now {
    background-color: #26abd4;
    padding: 5px;
    border: none;
  }
  .add_to_cart {
    background-color: #f57224;
    padding: 5px;
    border: none;
  }
  .star {
    content: "\f005"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: 10px;
  }
  .delivery {
    font-size: 15px;
    padding: 20px 20px;
  }
  .delivery i {
    color: #f57224;
    font-size: 25px;
  }
  .icon_sz i {
    font-size: 15px;
  }
  .head3_sz {
    background-color: white;
    padding: 5px 5 px;
  }
  .head3_sz ul li {
    font-size: 10px;
  }
  .head3_sz h3 {
    font-size: 17px;
    font-weight: 500px;
  }
  .fb_icon {
    width: 30px;
    height: 20px;
    color: red;
    border-radius: 20px;
  }
  .share_via {
    position: relative;
    display: flex;
  }
  .soc_i {
    padding: 0 10px;
    font-size: 24px;
  }
  .fb {
    color: blue;
  }

  .ins {
    color: purple;
  }
  .price_div p {
    font-size: 35px;
    color: #21243d;
    padding: 0;
    margin: 0;
  }
  .price_div h6 {
    font-size: 15px;
    opacity: 0.6;
    text-decoration: line-through;
    padding: 0;
    margin: 0;
  }
  .price_div span {
    font-size: 15px;
  }
  .desc li {
    font-size: 15px;
    color: #21243d;
  }
  .ago_tag {
    font-size: 10px;
    opacity: 0.8;
    padding: 0 5px;
    color: red;
  }

  .rate a i {
    font-size: 25px;
  }

  /* slider_own single products */

  .all {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .all .slider {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
  }
  .all .slider .owl-nav,
  section .all .slider .owl-dots {
    display: none;
  }
  .all .slider:hover .left {
    visibility: visible;
    opacity: 1;
    left: 20px;
  }
  .all .slider:hover .right {
    visibility: visible;
    opacity: 1;
    right: 20px;
  }
  .all .slider .item-box {
    padding: 20px;
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 3px;
    background-size: cover;
  }
  .all .slider .item-box:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
  }
  .all .slider .left {
    position: absolute;
    z-index: 1;
    top: 167px;
    left: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    transform: rotate(0deg);
    border-radius: 20px;
    background-color: blue !important;
    background: url(../img/product/left-arrow.svg) top left;
  }
  .all .slider .left:hover {
    visibility: visible;
    opacity: 1;
    left: 20px;
    background: url(../img//product/left-arrow.svg) top left;
    transform: rotate(360deg);
  }
  section .all .slider .left.nonl {
    left: -20px;
    opacity: 0;
    visibility: hidden;
  }
  .all .slider .right {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 167px;
    right: -20px;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    border-radius: 20px;
    background-color: blue !important;
    transition: all ease 0.25s;
    background: url(../img/product/next.svg) top left;
    transform: rotate(360deg);
  }
  .all .slider .right:hover {
    visibility: visible;
    opacity: 1;
    right: 20px;
    background: url(../img/product/next.svg) top left;
    transform: rotate(0deg);
  }
  section .all .slider .right.nonr {
    right: -20px;
    opacity: 0;
    visibility: hidden;
  }
  .all .slider-two {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .all .slider-two .owl-nav,
  section .all .slider-two .owl-dots {
    display: none;
  }
  .all .slider-two:hover .left-t {
    visibility: visible;
    opacity: 1;
    left: 3px;
  }
  .all .slider-two:hover .right-t {
    visibility: visible;
    opacity: 1;
    right: 3px;
  }
  .all .slider-two .item {
    transition: all ease 0.25s;
    height: 60px;
    border-radius: 3px;
    border: solid 3px #e6ecf2;
    cursor: pointer;
    background: no-repeat
      url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center
      center;
    background-size: cover;
  }
  .all .slider-two .item.active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border: solid 3px #cc2e38;
  }
  .all .slider-two .owl-stage {
    padding: 20px 0;
  }
  .all .slider-two .left-t {
    transform: rotate(180deg);
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 23px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    width: 40px;
    height: 55px;
    background: no-repeat url(../img/product/next.svg) center center;
    left: -40px;
  }
  .all .slider-two .left-t:hover {
    visibility: visible;
    opacity: 1;
    left: 3px;
  }
  .all .slider-two .left-t.nonl-t {
    left: -40px;
    opacity: 0;
    visibility: hidden;
  }
  .all .slider-two .right-t {
    background: no-repeat url(../img/product/next.svg) center center;
    cursor: pointer;
    position: absolute;

    z-index: 1;
    top: 23px;
    right: -40px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    width: 40px;
    height: 55px;
  }
  .all .slider-two .right-t:hover {
    visibility: visible;
    opacity: 1;
    right: 3px;
  }
  .all .slider-two .right-t.nonr-t {
    right: -40px;
    opacity: 0;
    visibility: hidden;
  }
  .owl-theme .owl-dots .owl-dot {
    display: none !important;
  }

  /* zoom */
  .left {
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
    /* max-width: 100%; */
  }
  .img_wraper {
    height: 300px;
    overflow: hidden;
  }
  #myimage {
    width: 97%;
    max-width: 100%;
  }
  .smallProduct ul li {
      border: 2px solid #bd8d8d;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    height: 55px;
    overflow: hidden;
    padding: 5px;
    padding-top: 5px;
  }
  .smallProduct ul li img {
    height: 100%;
  }

  /*css for image zoom start*/
  .img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 150px;
    height: 150px;
  }
  .img-zoom-result {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 400px !important;
    height: 400px !important;
    opacity: 0;
    z-index: -9;
    /*         transition: all 0.3s ease-in-out; */
  }
  .img_wraper:hover + div {
    border: 1px solid #d4d4d4;
    background: #fff;
    opacity: 1;
    z-index: 9;
  }

  @media all and (max-width: 768px) {
    .img-zoom-lens,
    .img-zoom-result {
      display: none;
    }
  }
  /*css for image zoom end*/
