/* Start Index Page */
.likebtn {
    z-index: 1;
    opacity: 0;
    transition: all .3s;
  }

  .product-image:hover .likebtn {
    opacity: 1;
  }

  .swiper-button-next::after {
    font-size: 24px;
    content: "";
  }

  .swiper-button-prev::after {
    font-size: 24px;
    content: "";
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev {
    left: 0px;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }


  @media (max-width: 767px) {

    .resp {
      margin-right: auto;
      margin-left: auto;
      padding-left: 0px;
      padding-right: 0px;
    }
  }


  .mymargins ul li {
    margin-bottom: 10px;
  }

  @media screen and (max-width: 575px) {
    .center {
      text-align: center;
      margin-bottom: 10px;
    }

    .center-two {
      text-align: center !important;

    }

    .remove-padding {
      padding-left: 0px;
      margin-top: 7px;
    }
  }

  @media screen and (max-width: 1494px) {
    .mobile-text {
      font-size: 28px;
    }

    .slider-text-h1 {
      font-size: 34px;
    }

    .slider-text-p {
      font-size: 26px;
      margin: 1rem 0px;
    }
  }

  @media screen and (max-width: 1395px) {
    .mobile-text {
      font-size: 25px;
    }

    .slider-text-h1 {
      font-size: 30px;
    }

    .slider-text-p {
      font-size: 22px;
      margin: 1rem 0px;
    }
  }

  @media screen and (max-width: 1200px) {
    .mobile-text {
      font-size: 22px;
    }

    .slider-text-h1 {
      font-size: 30px;
    }

    .slider-text-p {
      font-size: 22px;
      margin: 0.8rem 0px;
    }
  }

  .slider-sides {
    position: absolute;
    left: 30%;
    z-index: 10;
  }

  @media screen and (max-width: 991px) {
    .slider-sides {
      left: 5%
    }

    .slider-text-h1 {
      font-size: 30px;
    }

    .slider-text-p {
      font-size: 18px;
      margin: 0.5rem 0px;
    }
  }

  @media screen and (max-width: 1545px) {
    .newfont-size {
      font-size: 15px;
      padding-top: 6px !important;
    }

    .btnfont {
      font-size: 13px;
      padding-top: 3px;
    }
  }

  @media screen and (max-width: 655px) {
    .slider-sides {
      top: 10%
    }
  }

  .slider-button-size {
    padding: 1rem 3rem;
    border-radius: 6px;
    margin: 15px 0;
  }

  @media screen and (max-width: 570px) {
    .slider-text-h1 {
      font-size: 18px;
    }

    .slider-text-p {
      font-size: 14px;
      margin: 5px 0px;
    }

    .slider-button-size {
      padding: 7px 15px;
      border-radius: 4px;
      font-size: 10px;
      margin: 3px 0;
    }
  }




  .hidee {
    display: none;
  }

  .myDIVe:hover+.hide {
    display: block;

  }

  .modal-dialog .modal-content .modal-header .close {
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #cacaca
  }


  .modal-dialog .modal-content .modal-body {
    overflow-y: hidden;
    height: 560px;
    max-height: 560px;
  }

  .modal {
    top: -80px;
  }

  .swiper-pagination-bullet-active {
    background: #303030;
  }

  .sliderbtn {
    background-color: #424646;
    color: #fff;
  }

  .sliderbtn:hover {
    background-color: #Fbbf24;
  }

  .select-new {
    line-height: 38px;
    width: 70%;
    border-color: #b9b9b9;
  }

  .nice-select.open .list {
    width: 100%;
  }

  .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    width: 100%;
    opacity: 0;
    height: 0;
    transition: .5s ease;
  }

  .container-notification {
    position: relative;
    width: 100%;
  }

  .container-notification:hover .overlay {
    opacity: 1;
    height: 100%;
  }

  .select2-container {
    width: 100% !important;
  }
  .app-bar-div{
      padding:10px; background-color: #b9b9b9; width:100%; position: fixed; bottom:0px; z-index:50; display:flex; justify-content:space-between; justify-items: center;
  }

  /* End Index Page */

  /* Start Top Search Page */
  .dropbtn{
    border: 1px solid rgb(192, 192, 192);
    padding: 0.3rem 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 10px;
    height: 100%;
    width: 100%;
    outline: none;
  }


  .dropdowns {

    position: relative;
    display: inline-block;
    margin-right: 10px;
  }

  .dropdowns-content {
    display: none;
    position: absolute;
    background-color: #fafafa;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    z-index: 20;
    top:38px;
  }

  .dropdowns-content a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
  }

  .dropdowns a:hover {background-color: #ddd;}

  .show {display: block;}

  /* End Top Search Page */

  @media only screen and (max-width: 1109px) {
    .header.shop .nav li a {
      font-size: 12px !important;

    }
  }

  /* Category Page */
  .flex-container{
      width: 100%;
      display: -webkit-flex; /* Safari */
      display: flex; /* Standard syntax */
  }
  .flex-container .column{
      -webkit-flex: 1; /* Safari */
      -ms-flex: 1; /* IE 10 */
      flex: 1; /* Standard syntax */
  }

  @media screen and (max-width: 580px) {
    .lineshow{
        visibility: hidden;
    }
  }
  /* Category End Page */

  /* Hot Offer Start Page */
  @media screen and (max-width: 580px) {
    .lineshow{
        visibility: hidden;
    }
  }
  /* Hot Offer End Page */

  /* Special Deal Start Page */
  .change-color:hover{
    fill: #Fbbf24;
    stroke: #Fbbf24
  }
  .change-color:hover path{
    fill: #Fbbf24;
    stroke: #Fbbf24
  }
  .change-color:hover g{

    stroke: #Fbbf24
  }
  /* Special Deal End Page */

  /* Login Start Page */
  .regionPopup{
    height: 50px;
    background: white;
    border-radius: 7px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  /* Login End Page */
