




/*######################################
   Most Popular Brands Section styles
######################################*/
#popular_brands_section {
  background: #ffffff;
  width: 100%;
  padding-bottom: 0;
  margin-top: 20px;
  padding-left: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
   }
  #popular_brands_section .brand_heading{
    margin-bottom: 50px; }
    @media only screen and (max-width: 992px) {
      #popular_brands_section .brand_heading {
        margin-bottom: 30px; } }
    #popular_brands_section .brand_heading p.heading {
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
      #popular_brands_section .brand_heading p.heading .other_heading_color {
        color: #ff9248; }
  #popular_brands_section .brand_product_column {
    margin-bottom: 80px; }
    @media only screen and (max-width: 992px) {
      #popular_brands_section .brand_product_column{
        margin-bottom: 60px; } }
    @media only screen and (max-width: 480px) {
      #popular_brands_section .brand_product_column {
        margin-bottom: 40px; } }
    #popular_brands_section .brand_product_column .product_box {
      height: 250px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      margin-bottom: 50px;
      position: relative; }
      @media only screen and (max-width: 992px) {
        #popular_brands_section .brand_product_column .product_box{
          padding: 0;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 768px) {
        #popular_brands_section .brand_product_column .product_box {
          padding-bottom: 20px; } }
      #popular_brands_section .brand_product_column .product_box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.07); }
      #popular_brands_section .brand_product_column .product_box::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-140%, 50%);
        width: 93%;
        height: 93%;
        background-color: rgba(255, 146, 72, 0.9);
        transition: all .3s ease;
        visibility: hidden;
        opacity: 0; }
      #popular_brands_section .brand_product_column .product_box img{
        width: 100%; }
        @media only screen and (max-width: 992px) {
          #popular_brands_section .brand_product_column .product_box img{
            width: 100%; } }
        @media only screen and (max-width: 480px) {
          #popular_brands_section .brand_product_column .product_box img {
            width: 100%; } }
      #popular_brands_section .brand_product_column .product_box .product_view_detail_btn {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .5s ease;
        margin-bottom: 20px;
        z-index: 1;
        width: 100%;
        height: auto;
        text-align: center;
        visibility: hidden;
        opacity: 0; }
        #popular_brands_section .brand_product_column .product_box .product_view_detail_btn .product_view_btn {
          background: transparent;
          border: 0px solid #fff2e9;
          border-radius: 2px;
          text-transform: capitalize;
          font-weight: 400; }
          #popular_brands_section .brand_product_column .product_box .product_view_detail_btn .product_view_btn::before {
            content: none; }
    #popular_brands_section .brand_product_column:hover .product_view_detail_btn {
      top: 50%;
      visibility: visible;
      opacity: 1; }
    #popular_brands_section .brand_product_column:hover .product_box::after {
      transform: translate(-50%, -50%);
      visibility: visible;
      opacity: 1; }
    #popular_brands_section .brand_product_column .product_name_price_table table {
      width: 100%; }
    #popular_brands_section .brand_product_column .product_name_price_table .name, #popular_brands_section .brand_product_column .product_name_price_table .category {
      font-size: 13px;
      text-transform: capitalize;
      color: #2e2e2e;
      font-weight: 600;
      padding-bottom: 13px; }
    #popular_brands_section .brand_product_column .product_name_price_table .category {
      color: rgba(122, 124, 126, 0.4);
      padding-right: 26px;
      text-align: right;
      padding-bottom: 13px; }
      @media only screen and (max-width: 768px) {
        #popular_brands_section .brand_product_column .product_name_price_table .category {
          padding-right: 0; } }
    #popular_brands_section .brand_product_column .product_name_price_table .price {
      font-size: 19px;
      color: rgba(122, 124, 126, 0.8);
      font-family: 'Roboto', sans-serif; }
    #popular_brands_section .brand_product_column .product_name_price_table .button {
      text-align: right;
      padding-right: 26px; }
      @media only screen and (max-width: 768px) {
        #popular_brands_section .brand_product_column .product_name_price_table .button{
          padding-right: 0; } }
      #popular_brands_section .brand_product_column .product_name_price_table .button .product_bid_btn {
        text-transform: capitalize;
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 6px 17px; }
        #popular_brands_section .brand_product_column .product_name_price_table .button .product_bid_btn::before {
          content: none; }

/*########################
   Find Section styles
########################*/





.box {
  width: 220px;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 1000px) {
    .box {
      width: 200px; } }
  @media screen and (max-width: 700px) {
    .box {
      width: 180px; } }

.slide-img {
  min-height: 0px;
  position: relative; }

.slide-img img {
  width: 100%;
  height: 180px; }
  @media screen and (max-width: 1000px) {
    .slide-img img {
      height: 154px; } }
  @media screen and (max-width: 900px) {
    .slide-img img {
      height: 151px; } }
  @media screen and (max-width: 500px) {
    .slide-img img {
      height: 120px; } }
  @media screen and (max-width: 480px) {
    .slide-img img {
      height: 110px !important; } }

.detail-box {
  width: 100%;
  background: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 17px;
  box-sizing: border-box; }
  @media screen and (max-width: 550px) {
    .detail-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.type {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 550px) {
    .type {
      align-items: center; } }

.type a {
  color: #222222;
  margin: 5px 0px;
  font-weight: 500;
  letter-spacing: .5px;
  padding-right: 8px; }
  @media screen and (max-width: 550px) {
    .type a {
      padding-right: 0px !important;
      margin-left: 5px;
      font-size: 14px; } }

.type span {
  color: rgba(26, 26, 26, 0.5); }

.price {
  font-weight: 800;
  font-size: 1.1rem;
  font-family: 'Arimo', Arimo, monospace;
  letter-spacing: .5px; }

.buy-btn {
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #252525;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 20px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); }

.Horizontal_slider {
  margin: 0px 0px 30px 0px !important;
  overflow-x: scroll;
  min-width: 100%;
   }

.Horizontal_slider::-webkit-scrollbar {
  height: 0px; 
   
}

.Horizontal_slider::-webkit-scrollbar-thumb {
  background-color: #fff; }

.Heading {
  text-align: left;
  font-size: 33px;
  font-weight: 600;
  margin-left: 14px; }

.other-heading-color {
  color: #ff8d41; }


.card {
  width: 220px;

  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
   }
  @media screen and (max-width: 600px) {
    .card .card-body .card-title br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .card {
      width: 168px; } }

.card-body {
  background-color: #fff;
  text-align: center; }

.card-subtitle {
  font-weight: 300;
  font-size: 13px;
  color: #111;
  margin: 10px 0 5px;
  word-wrap: normal;}



.card-title {
  font-weight: 510;
  font-size: 14px;
  color: #111;
  margin: 10px 0 5px;
  word-wrap: normal;

   }

.card-subtitle .inner-text {
  font-size: 12px;
  text-decoration-line: line-through; }

.card-subtitle .inner-text-second {
  font-size: 12px; }

.card-img img {
  min-width: 100%; 
  height: 130px;
  border-color: #000;
  
  
  /*width:  200px;
  height:  100px;*/
  


}

.Add_to_Cart {
  height: 31px;
  width: 31px;
  font-size: 24px;
  border-radius: 50%;
  line-height: 0;
  border: none;
  border: 0px solid black;
  padding-bottom: 5px;
  background-color: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3); }

.calender {
  font-size: 20px; }

.release_calender .first-card {
  margin-left: 13px; }






/* =========== Animation on Scroll===================== */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

#popular_brands_section {
  margin-top: 24px !important;
  padding: 0; }



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