﻿.site-brand img{
    height: 80px;
}
.sticky-header .site-brand img{
    height: 70px;
}
.promo-wrapper.promo-type-two .promo-text .price{
  color: #fff;
}
.promo-text-inner .btn-outlined--primary {
    background: transparent;
    border: 2px solid #aeccd1 !important;
    color: #b5cbee;
}
.mr-2{
  margin-right: 10px;
}
.mr-3{
  margin-right: 30px;
}
.text-left{
  text-align: left;
}
.newsletter-wrapper {
    position: relative;
    z-index: 1;
}
.mt-1{
  margin-top: 5px !important;
}
.mt-2{
  margin-top: 10px !important;
}
.hastags{
      display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hastags li{
    background-color: #f2f2f2;
    border-radius: 6px;
    /* border-radius: var(--border-radius-base); */
    color: #1a1668;
    /* color: var(--secondary); */
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.rating_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rating-num{
  font-size: 16px;
  font-weight: 500;
  color: #eaa451;
}
.special-offer-section .product-card{
  padding: 10px;
}
.special-offer-section + .product-slider .slick-dots {
    margin-top: 20px !important;
} 
.special-offer-section .slick-slide img{
  border-radius: 12px;
}
.newsletter-wrapper:after {
/*    background-color: rgb(4 28 64 / 75%);*/
    background-image: linear-gradient(135deg, #0e2543a3 0%, #43478ebd 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.newsletter-wrapper .subscride-inner .form-group .input-group .form-control{
    border: 1px solid #fff;
    border-radius: 6px!important;
/*    border-radius: var(--border-radius-base)!important;*/
    height: 70px;
    font-size: 19px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.newsletter-wrapper .subscride-inner .form-group .input-group .input-group-addon {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.newsletter-wrapper .subscride-inner .form-group .input-group .input-group-addon .btn{
    height: 60px;
    text-align: center;
    width: 125px;
    color: #fff;
    font-size: 15px;
    background-image: linear-gradient(0deg, #4f65a8 0%, #1c7ce0 100%);
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.mediumblue{
  color:mediumblue !important;
}
.create-btn.btn.btn-danger{
  background-image: linear-gradient(to right, #f857a6 0%, #ff5858 51%, #f857a6 100%) !important;
}
.newsletter-wrapper h2{
  font-size: 32px;
}
.newsletter-wrapper input::placeholder{
  color:#ffffffbf !important;
}
/*.main-navigation ul li.active a{
  color: #1955b0;
  font-weight: 700;
}*/

.featured_product_slider .slick-slide img {
    display: block;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    border-radius: 8px 8px 0px 8px;
}
.featured_product_slider{
  background-color: #ffffffed;
  background-image: url(https://www.transparenttextures.com/patterns/connected.png);
}
.getInTouch{
    background: #f41b35;
    padding: 5px 12px !important;
    color: #fff !important;
    border-radius: 0px;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 3px;
}

.wishlist-cart{
  position: absolute;
  z-index: 1;
  top: 2px;
  /* background: #fff; */
  right: 15px;
}
.wishlist-cart .wishlistIcon, .wishlist-cart .cartIcon{
  padding-top: 3px;
  background: #fff;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  margin:5px;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}
.wishlist-cart-custom .wishlistIcon {
    background: #fff;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    margin: 5px;
    box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: #3333336e !important;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

.text-justify{
  text-align: justify;
}
.coupon-block .coupon-text input {
    border: 1px solid #e5e5e5;
    height: 50px;
    line-height: 48px;
    padding: 6px 6px 5px;
    background: #f4f4f4;
    font-weight: 500;
    width: 100%;
}
.coupon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    margin: 0 0 20px;
    padding: 25px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-wrap.profile-head-info{
    border-bottom: 1px dashed #cecece;
}
.flex-wrap.profile-head-info h3{
    border-bottom: none; 
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.d-flex.justify-content-between.flex-wrap.profile-head-info.welcome-cus-p h3{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex-wrap.profile-head-info button{
    text-transform: capitalize;
    width: auto;
    padding: 5px 25px;
    min-height: auto;
    height: 36px;
}
.border-right{
      border-right: 1px solid #e5e5e5;
}
   
.subscription_table .cart-table th.pro-thumbnail, .subscription_table .cart-table td.pro-thumbnail {
    max-width: auto;
    min-width: 32px;
    width: auto;
}
.subscription_table .cart-table th.pro-title, .subscription_table .cart-table td.pro-title {
    min-width: auto;
}
.subscription_table .cart-table .table thead tr th{
    font-weight: 600;
    padding: 7px 5px;
    font-size: 13px;
}
.subscription_table .cart-table .table tbody tr td{
      padding: 5px 5px;
}
.subscription_table .cart-table td.pro-title a{
  font-size: 12px;
}

.bg-dark-texture{
    background-color: #241f20;
    background-image: url(https://www.transparenttextures.com/patterns/shattered.png);
}

.bg-dark-texture .section-title--bordered h2{
    color:#fff !important;
}
.bg-dark-texture .section-title--bordered h2:after{
    background: #f1c07a;
}
.bg-dark-texture.product-card_deal h3 a{
    color:#fff !important;
}
.bg-dark-texture.product-card_deal h3.text-left a:hover{
    color: #f1c07a !important;
}
.bg-dark-texture .sb-slick-slider .slick-dots li.slick-active {
    background: #FFEB3B;
}
.bg-dark-texture .price{
    color: #fbfbfb;
}

@media only screen and (max-width: 575px){
  .product_view_cus .card-list {
    width: 100%;
    margin-bottom: 10px;
}
  .product_view_cus img {
    max-width: 100%;
    /* display: block; */
    width: 100%;
    height: 400px;
    object-fit: fill;
}
  .flex-wrap.profile-head-info h3 {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 100%;
}
  .my-book {
    width: 100%;
    height: 400px;
}
  .slider-border-single-row.product-list-slider .single-slide .product-card .card-image img{
    width: 100% !important;
    min-height: 400px !important;
  }
  .subscription_table .cart-table .table tbody tr td {
    display: table-cell;
    width: 100%;
    min-width: 80px !important;
    max-width: none;
    padding: 15px;
    text-align: left;
  }
  .myaccount-tab-menu{
        flex-direction: row;
  }
  .myaccount-tab-menu a{
    font-weight: 600;
    font-size: 9px;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 3px 5px;
    margin-right: 5px;
  }
  .myaccount-tab-menu a i{
    font-size: 12px;
    text-align: center;
    width: 25px;
  }
  .mbt-0{
    margin-top: 0 !important;
  }
}
@media (max-width:992px){
  .mob-d-none{
    display: none;
  }
  .coupon-text{
    margin-bottom: 20px;
  }
  .header-top-list > li{
      padding: 8px 0;
      margin-right: 10px;
  }
  .header-top-list{
    justify-content: center;
  }
  .header-top-list > li a{
    font-size: 13px;
  }
  .off-canvas-wrapper .search-box.offcanvas{
    display: none;
  }
  .mobile-navigation {
    padding: 5px 0 30px;
  }
  .slider-border-single-row.product-list-slider .single-slide .product-card .card-image img,
  .featured_product_slider .slick-slide img{
    width: 90%;
  }
  /*.slider-border-single-row .single-slide .product-card--body .card-image img{
    display: none;
  }*/
  .special-offer-section .product-card .card-image .hover-contents .hover-image img{
    display: none;
  }
  .footer-bottom .copyright-text {
    margin-bottom: 16px !important;
  }
}

@media (min-width:993px){
  .myaccount-content{
    min-height: 415px;
  }
}
.wishlist-cart-cus{
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
}
.linechamp-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.linechamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}