/***
 Theme Name: Bestatshop
 Description: Pharmacy, eCommerce HTML Template
 Version: 1.0

==============================

***/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
/** Extends **/
@import url(normalize.css);
@import url(bootstrap.css);
@import url(uicons-regular-straight.css);
@import url(../plugins/magnific/magnific-popup.css);
@import url(../plugins/select2/select2.min.css);
@import url(../plugins/slick/slick.css);
@import url(../plugins/perfect-scrollbar/perfect-scrollbar.css);
@import url(../plugins/feather/feather.css);
@import url(../plugins/fontawesome_v6/css/all.min.css);
@import url(../plugins/fontawesome_v6/css/fontawesome.min.css);
@import url(../plugins/daterangepicker/daterangepicker.css);
.pagination-area .page-link, .header-inner .header-inner-icon .small-cart-icon, .sidebar-body .view-address .btn-primary, .sidebar-header a, .shopping-table .table .table-head .add-to-cart .button-add-to-cart, .shopping-table .table .table-head td .table-btn-close, .pharm-account-list ul li a, .account-profile-group .account-key-name .more-avatars, .detail-gallery .product-image-slider button.slick-arrow, .review-tab .rating-views-blk, .review-tab .review-rating-blk, .detail-qty > a, .detail-gallery .zoom-icon, .consult-box .consult-img, .banner-slider .slider-btn, .slider-arrow.slider-arrow-two .slider-btn, .flex-align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.copyright {
  text-transform: uppercase;
}

.logo.header-logo a img {
        width: 255px;
        min-width: 35px;
        margin-top:40px;
}

.header-inner, .header-inner-icon {

  display:none !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.justify{
text-align:justify;
}

.jc-center{
justify-content: center;
}

.text-right {
text-align:right;
}

.text-center{
text-align:center;
}


.font-10 {
    font-size: 10px;
  }

  .font-11 {
    font-size: 11px;
  }

  .font-12 {
    font-size: 12px;
  }

.font-13 {
    font-size: 13px;
  }

.font-14 {
    font-size: 14px;
 
  }


.pharm-account-list ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .footer-list, .buy-offer-product a, .header-left > ul > li > a, .shopping-table .table .table-head .cart-store, .shopping-table .table .table-head td a, .pharm-account-list ul, .order_table table .check-cart-img, .toggle_info span, .review-tab .rating-star-group .rating-star, .pop-wish .link-wishlist, .product-extra-link2 .button.button-add-to-cart, .product-filter-group .select-filter-group .sort-by-filter, .product-filter-group .filter-list ul li a, .product-filter-group .filter-list ul, .digital-group .pharmacy-equipments .digital-pharmacy h4 a, .digital-group .pharmacy-equipments, .banner-section .banner-slider-one .banner-content .shop-now, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.new-products, .logo a, .shop-cart-action, .account-profile-group, .payment_option .custome-radio .form-check-label span, .payment_option .custome-radio, .toggle_info, .cart-totals .total-checkout h3, .review-tab .review-group, .product-extra-link2 .quntity-group .qty-link, .product-filter-group .select-filter-group {
  display: flex;
  display: -webkit-flex;
}

.product-extra-link2 .quntity-group .qty-link input.qtyminus, .product-extra-link2 .quntity-group .qty-link input.qtyplus {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  font-size: 24px;
}

.sup-t {
  font-size: 0.75em;
}

.spinner-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  /*height: 120px;*/
  transform: translate(-50%, -50%);
  z-index: 9999;
  pointer-events: none;
  opacity: 75%;
}

.spinner-base {
  width: 100%;
  height: 100%;
  display: block;
}

.yellow-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #fcd900;
  border-radius: 50%;
  transform-origin: 0 -4px;
  animation: orbit 1.2s steps(8) infinite;
}


@keyframes orbit {
  0%   { transform: rotate(-15deg) translateY(-34px); }
  100% { transform: rotate(345deg) translateY(-34px); }
}

#tradeRequestChatWarning {
    text-align: center;
    width: 80%;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 10px;
}

.bold {
  font-weight:bold !important;
}

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

thead {
  font-weight: 600;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: #000000;
}
a:hover {
  color: #0a45ff;
}

.icon-div a:hover {
  color: #FFF !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
border:0px!important;
}

.collapsed-description {
    max-height: 3.2em; /* approx. 2 lines */
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    line-height: 1.5em;
}

.collapsed-description.expanded {
    max-height: 1000px; /* enough to show all content */
}

#no-results-message {
  text-align: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ececec!important;
    color: #0a45ff!important;
}


.trading-tips-logo {
  width:20px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.search-heading{
    color: #0a45ff;
    font-weight: bold;
    font-size: 1rem;
}


.border-left-5px {
    border-left: 5px;
    border-color: #0a45ff;
    border-style: solid;
    padding-left: 10px;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/* Selected date */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
    background: #0a45ff;
    border-color: #0a45ff;
    color: #fff;
}

/* Hovered date */
.flatpickr-day:hover {
    background: #0a45ff;
    border-color: #0a45ff;
    color: #fff;
}

/* Month navigation arrows */
.flatpickr-current-month .flatpickr-monthDropdown-month,
.flatpickr-current-month input.cur-year {
    color: #0a45ff;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    fill: #0a45ff;
}


/* Arrow buttons on focus/active */
.flatpickr-prev-month:focus svg,
.flatpickr-next-month:focus svg,
.flatpickr-prev-month:active svg,
.flatpickr-next-month:active svg {
  fill: #ffd007!important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #ffd007 !important;
}


/* Optional: Remove red focus ring (if present) */
.flatpickr-prev-month:focus,
.flatpickr-next-month:focus {
  outline: none;
  box-shadow: none;
}


/*--- Common Classes---------------------*/
::selection {
  background: #0a45ff;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #0a45ff;
  /* Gecko Browsers */
  color: #fff;
}

::placeholder {
  color: #838383;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none!important;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.font24 {
font-size:24px!important;
}

.font30 {
font-size:30px!important;
}

#saveReviewButton {
    padding-top: 0px;
    margin-left: 20px;
    font-size: 36px !important;
    color: #0a45ff;
}

.lh18 {
  line-height:18px;
}

.bdm-to-bdm-div {
  margin-top:-10px;
  padding-right:0px;
  height:0px;
}

.mtminus20 {
margin-top:-20px;
}

.mtminus30 {
margin-top:-30px;
}


.mtminus40 {
margin-top:-40px;
}


.mtminus50 {
margin-top:-50px;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

.height250px {
  height:250px;
}

.mr9{
margin-right:9px;
}

.ml9{
margin-left:9px;
}

.search-wrap{ position: relative; }
.search-wrap i{
  position: absolute; left: .75rem; top: 50%; transform: translateY(-50%);
  pointer-events: none;
}
.search-wrap input{
  padding-left: 2.25rem;
  background-color: #fff !important;
}


.fixed-company {  
    position: fixed;
    z-index: 99;
    background-color: #fff;
    top: 60px;
    padding-top: 60px;
    width: 100%;
    padding-right: 22px;
    text-align: center;
}

.product-grid {
    padding-right: 0px;
    padding-left: 0px;
}

.product-save-div {
border: 3px;
border-color: #0a45ff;
border-style: solid;
padding-top: 2px;
border-radius: 30px;
}


*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.bg-grey-9 {
  background-color: #f4f5f9;
}

.bg-grey {
  background-color: #999!important;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}


#trade-enquiry {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background: #fff;
  padding: 15px 20px 0 20px;
 
}

#searchInputContainer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.input-wrapper {
  position: relative;
  flex: 1;
}

#searchInput {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

#searchHistoryDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
 /* border: 1px solid #ccc;*/
  padding-left:5px;
  z-index: 10;
  overflow-y: auto;
}

#searchButton {
    padding: 10px 15px;
    cursor: pointer;
}


#screenshot-wrapper.shrinked {
  transform: scale(0.92);
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 0.2s ease, border-radius 0.2s ease;
}

#screenshot-thumbnail {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  z-index: 9999;
  border-radius: 12px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: none;
  animation: popInOut 2s ease forwards;
}

@keyframes popInOut {
  0% { opacity: 0; transform: scale(0.5); }
  10% { opacity: 1; transform: scale(1); }
  90% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(0.5); }
}


.chat-nav-row, .sales-nav-row, .pay-nav-row, .members-nav-row, .trade-nav-row {
    text-transform: uppercase;
    height: 100px;
    /*margin-top: 18px;*/
    font-weight:bold;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 62px;
    background-color: #fff;
    padding-top: 60px;
    z-index:15;
}

.chat-nav {
    width:32%;
}

.chat-nav-center {
    width: 33%;
    border-right: 2px;
    border-left: 2px;
    border-style: solid;
    border-color: #0a45ff;
}

.bdm-chat-nav {
    width:32%;
}

.bdm-chat-nav-center {
    width: 33%;
    border-right: 2px;
    border-left: 2px;
    border-style: solid;
    border-color: #0a45ff;
}

.private-background {
    background-color: #FFF9CC !important;

}

#user-avatar {
    cursor: pointer;
    width: 50px !important;
    height: 50px !important;
    display: block;
    box-sizing: content-box !important;
}

a.avatar-link {
  display: inline-block;
  width: 50px;
  height: 50px;
}


.chat-text {
line-height:18px;
margin-left: 7px;
margin-right: 7px;
}

.sales-nav {
    width:24%;
}

.sales-nav-center {
    width: 24%;
    border-right: 2px;
    border-left: 2px;
    border-style: solid;
    border-color: #0a45ff;
}

.sales-nav-right, .chat-nav-right {
    width: 24%;
    border-left: 2px;
    border-style: solid;
    border-color: #0a45ff;
}

.pay-nav, .members-nav {
    width:49%;
}

.trade-nav {
    width:32%;
}

.not-registered {
    background-color: #F0F0F0;
    padding-top: 8px;
    padding-left: 0px;
    padding-right:0px;
}

.floating-actions {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
}

/* space between avatar + text block */
.account-key-name { gap: 10px; }

/* let the text block fill the blue card */
.account-key-name .profile-names {
  flex: 1 1 auto;
  min-width: 0;
}

/* each line = label left, value right */
.account-key-name .profile-names > div,
.account-key-name .profile-names > h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* keep numbers tidy and right-aligned */
#account-number,
#account-balance,
#credit-amount,
#total-balance {
  text-align: right;
  white-space: nowrap;
}




.pay-nav-right, .members-nav-right, .trade-nav-right {
    width: 49%;
    border-left: 2px;
    border-style: solid;
    border-color: #0a45ff;
}

.chat-nav-center.active, .chat-nav.active, .sales-nav-center.active, .sales-nav-right.active, .sales-nav.active, .pay-nav.active, .pay-nav-right.active, .members-nav.active, .members-nav-right.active, .trade-nav.active, .trade-nav-right.active, .bdm-chat-nav.active, .bdm-chat-nav-center.active {
    color:#0a45ff;
}

.img-hover-scale img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.img-hover-scale:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-5px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.v-hidden {
  visibility: hidden;
}

.checkbox-div{
text-align: center;
width:24px;
float:right;
}


.buy-sell-checkbox-div{
    width: 15%;
   /* display: flex;
    justify-content: space-around;*/
}

.text-brand {
  color: #0a45ff !important;
}

.text-brand-2 {
  color: #fed12a !important;
}

.text-primary {
  color: #5a97fa !important;
}

.text-warning {
  color: #ff9900 !important;
}

.text-danger {
 /* color: #FD6E6E !important;*/
  color: #DC3545 !important;
}

.text-success {
  color: #1DB600 !important;
}

.text-info {
  color: #2cc1d8 !important;
}

.text-grey-4 {
  color: #EAEAEA !important;
}

.text-muted {
  color: #999999 !important;
}

.text-7 {
  color: #d77f7a !important;
}

.text-8 {
  color: #63a2c1 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000000 !important;
}

.text-grey-5, .text-grey-5 a, .text-hover-grey-5:hover {
  color: #a2a2a2 !important;
}

.text-bold {
  font-weight:bold !important;
}

.bg-brand {
  background-color: #0a45ff !important;
}

.bg-primary {
  background-color: #5a97fa !important;
}

.bg-warning {
  background-color: #ff9900 !important;
}

.bg-danger {
 /* background-color: #FD6E6E !important; */
  background-color: #DC3545 !important;
}

.bg-success {
  background-color: #0a45ff !important;
}

.bg-info {
  background-color: #2cc1d8 !important;
}

.bg-grey-4 {
  background-color: #EAEAEA !important;
}

.bg-1 {
  background-color: #fddde4 !important;
}

.bg-2 {
  background-color: #cdebbc !important;
}

.bg-3 {
  background-color: #d1e8f2 !important;
}

.bg-4 {
  background-color: #cdd4f8 !important;
}

.bg-5 {
  background-color: #f6dbf6 !important;
}

.bg-6 {
  background-color: #fff2e5 !important;
}

.bg-7 {
  background-color: #d77f7a !important;
}

.bg-8 {
  background-color: #63a2c1 !important;
}

.bg-9 {
  background-color: #F2FCE4 !important;
}

.bg-10 {
  background-color: #FFFCEB !important;
}

.bg-11 {
  background-color: #ECFFEC !important;
}

.bg-12 {
  background-color: #FEEFEA !important;
}

.bg-13 {
  background-color: #FFF3EB !important;
}

.bg-14 {
  background-color: #FFF3FF !important;
}

.bg-15 {
  background-color: #F2FCE4 !important;
}

.bg-grey-9 {
  background-color: #f4f5f9 !important;
}

.height50{
  height:50px;
}

.width97{
  width:97px;
}

.font-xs {
  font-size: 13px;
}

.v-align-top {
  vertical-align:top;
}

.old-price {
    color: red;
    text-decoration: line-through;
    display: block; /* Ensure it appears below the current price */
}

.current-price {
    display: block;
}

.qty-up, .qty-down {
    transition: background-color 0.25s;
}

.qty-up i, .qty-down i {
    transition: color 0.25s;
    position:relative;
    top:2px;
}

.qty-up.active, .qty-down.active {
    background-color: #0a45ff!important; /* bc-green background */
}

.qty-up.active i, .qty-down.active i {
    color: #ffffff!important; /* White text */
}

#backBtn {
    position: absolute;
}

.personal-listing {
    background-color: #eee;
    padding: 5px !important;
    border-radius: 5px;
}

.chat-row{
cursor:pointer;
}

.bdm-admin-chat-row{
cursor:pointer;
border-bottom: 1px;
border-style: solid;
border-color: #e3e3e3;
}


.chat-send-div, .chat-attach-div{
  font-size: 24px;
  border: 2px;
  border-style: solid;
  border-color: #0a45ff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  bottom: 5px;
  color: #fff;
  background-color: #0a45ff;
  margin-left:10px;
}

#staff-div {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
}

.r-l-icon {
  font-size: 30px;
  color:#777;
}

.v-align-center {
 display: flex;
 justify-content: center;
 align-items: center;
}

.chat-send-icon {	
padding-top: 8px;
padding-left: 7px;
font-size: 20px;
}


.modal-chat-body {
  height: 60vh;
  overflow-y: scroll;
}

.jcn {
justify-content: normal;
}


.chat-input {
  position: fixed;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  padding: 10px;
  width: 80%;
  bottom: 5px;
  left: 20px;
  border: 2px;
  border-style: solid;
  border-color: #0a45ff;
}

.chat-attach-icon {
    padding-top: 8px;
    padding-left: 8px;
    font-size: 20px;
    color: #0a45ff;
}

.chat-attach {
  position: fixed;
  width: 50;
  right: 75px;
  font-size:24px;
}

.chat-date {
    height:5px;
    margin-top: -7px;
    font-size: 12px;
    color: #aaa;
    padding:0px;
    width:10%;
    text-align: right;
  /* padding-right: 10px; */
    float:right;
}

.chat-modal-date{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin:0px;
  padding:0px;
  font-size:12px;
}

.chat-wrapper {
    width: 90%;
    padding: 0px;
  /*  padding-right: 20px; */
}

.chat-modal-header {
  width: 70%;
  padding: 0px;
  margin-left: 10px;
}

.bdm-admin-chat-modal-header {
    width: 80%;
    padding: 0px;
    margin-left: 10px;
}



.member-unread-counter {
    position: absolute;
    top: -5px;
    left: 5px;
    background-color: #999;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* Positioning the unread counter in the top right of the BDM link */
.bdm-message-counter {
    position: absolute;
    top: -3px;
    right: 20px;
    background-color: #0a45ff; /* Barter Connect Green (bcgreen) */
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}


.message-check {
    margin-left: -10px;
    color: #999;
}

.list-sent-check, .sent-check {
    color: #999;
}

.list-delivered-check, .delivered-check {
    color: #999;
}

.date-separator {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.member-wrapper {
    width: 90%;
    padding: 0px;
    padding-right: 10px;
}

.account-text {
font-size: 11px;
line-height: 12px;
}

.height80vh {
  height:80vh;
}

.height95vh {
  height:95vh;
}

.h15 {
  height:15px;
}

.h20 {
  height:20px;
}

.w100{
  width:100%;
}

.w105{
  width:105%;
}

.w80{
  width:80%;
}

.w85{
  width:85%;
}

.w50{
  width:50px;
}

.w19pc{
  width:19%;
}

.w20pc{
  width:20%;
}

.w25pc{
  width:25%;
}

.w32pc{
  width:32%;
}

.w40pc{
  width:40%;
}

.w50pc{
  width:50%;
}

.w60pc{
  width:60%;
}

.w70pc{
  width:70%;
}

.w80pc{
  width:80%;
}

.w85pc{
  width:85%;
}

.w87pc{
  width:87%;
}

.w90pc{
  width:90%;
}

.courier-logo{
  vertical-align: middle;
  margin-bottom: 5px;
  padding-right: 5px;
}

.fsize18 {
font-size: 18px;
}

.fsize24 {
font-size: 24px;
}

.fsize30 {
font-size: 30px;
}

.fsize40 {
font-size: 40px;
}

.w100h100{
  width:100px !important;
  height:100px !important;
}

.variable-product-textarea {
min-height:80px;
}

.txt-warning {
  color:#ffcf05;
}

.txt-danger {
  color:#dc3545;
}

.is-invalid {
  border-color: #dc3545 !important;
  background-image: none !important;
  box-shadow: none !important;
}

.big-heart {
    color: #fff9cc;
    font-size: 60vw;
    opacity: 0.5;
    position: absolute;
}

.pay-user-text{ 
   /* text-transform: uppercase; */
    font-size: 13px;
    color: #000;
    line-height: 12px;
}

.chat-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width:95%;
}

.chat-user-text{ 
    text-transform: uppercase;
    font-size: 11px;
    color: #aaa;
    line-height: 12px;
}

.chat-description-text{
  text-transform: capitalize;
  font-size: 11px;
  color:#0a45ff;
  /*color: #aaa;*/
  line-height: 12px;
  padding:0px;
  margin-top:3px;
}

.modal-chat-description-text{
  text-transform: capitalize;
  font-size: 11px;
  color:#0a45ff;
  /*color: #aaa;*/
  line-height: 12px;
  padding:0px;
}

.deal-text{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color:#000;
  /*color: #aaa;*/
  line-height: 12px;
  padding:0px;
  margin-top:3px;
}

 .chat-user{
    background-color: #cfe0fd;
    width: 80%;
    float:right;
    margin: 5px;
    border-radius: 15px;
    border-top-right-radius: 0px;
    padding:5px;
 }

.chat-reply{
    background-color: #eee;
    width: 80%;
    float: left;
    margin: 5px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    padding-right:7px;

 }

 .chat-full-screen{ 
    width: 100%;
    padding-top: 20px;
    height: 100vh;
    position: fixed;
    top: 0px;
    left:10px;  
    background-color: #fff;
    z-index: 9999;
 }

.div-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.bg-grey-1 {
  background: #fafbfc;
}

.box-shadow-none {
  box-shadow: none !important;
}

.flex-horizontal-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.w-36px {
  max-width: 36px;
}

.border {
  border: 1px solid #E5E5E5 !important;
}

.box-shadow-outer-6 {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.box-shadow-outer-6:hover {
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

.box-shadow-outer-7 {
  -webkit-box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
}
.box-shadow-outer-7:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
  box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
}

.box-shadow-outer-3, .box-hover-shadow-outer-3:hover {
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
}


/*****************************
*********  MARGINS  **********
******************************/

.mb20 {
margin-bottom: 20px;
}

.mb40 {
margin-bottom: 40px;
}

#memberChatHeader {
width:100%;
}

#bdmAdminChatHeader {
width:100%;
/*height:70px;*/
}
/*****************************
*********  BORDER  *****
******************************/
.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-brand {
  border-color: #0a45ff !important;
}

.border-muted {
  border-color: #f7f8f9;
}

.section-border {
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.border-color-1 {
  border-color: #e0dede;
}

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}
[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-animation: spinner 1.2s infinite ease-in-out;
  -o-animation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../img/barterconnect-favicon.png);
  box-shadow: 0 0 10px #fff;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/* For WebKit browsers (Chrome, Safari) */
progress::-webkit-progress-value {
    background-color: #0a45ff;  /* Change this to your desired color (bcgreen) */
}

progress::-webkit-progress-bar {
    background-color: #e6e6e6;  /* Background color behind the bar */
}

/* For Firefox */
progress::-moz-progress-bar {
    background-color: #0a45ff;  /* Change this to your desired color (bcgreen) */
}

/* For general fallback */
progress {
    background-color: #e6e6e6;  /* Background color for the progress bar */
    border-radius: 4px;         /* Optional: Add rounded corners */
    overflow: hidden;           /* Ensure the rounding works */
    width: 100%;                /* Full width of the container */
    height: 10px;               /* Height of the progress bar */
}

/* Pulsating icon */

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.pulsating-icon {
    animation: pulse 1s infinite; /* Pulsating effect */
}



/*TYPOGRAPHY*/
body {
  color: #767676;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.banner-title,
.heading-sm-1 {
  font-family: "Ubuntu", sans-serif;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.display-1 {
  font-size: 96px;
  line-height: 1;
}

.banner-title {
  font-size: 40px;
  line-height: 1.3;
  color: #0a45ff;
}
.banner-title span {
  color: #000000;
}

.heading-sm-1 {
  font-size: 14px;
}

#variable-combinations-1 {
color:#777;
}

.message-counter{
    height: 20px;
    width: 20px;
    background-color: #0a45ff;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size:12px;
    line-height:20px;
    margin-top: 13px;
}

.message-counter-green, .message-counter-grey {
    position: absolute;
    top: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.dtsearch {
    font-size: 1.4rem; /* Make it bigger – adjust as needed */
    color: #777;        /* Grey color */
    margin-right: 6px;  /* Space between icon and input box */
    vertical-align: middle;
}


/* default fallback so it works before JS runs */

/* Scoped fallback to the modal only */
#chatModal { --vvh: 100dvh; }
@supports not (height: 1dvh) {
  #chatModal { --vvh: 100vh; }
}

/*:root { --vvh: 100dvh; }             
@supports not (height: 1dvh) { :root { --vvh: 100vh; } }*/



#chatModal .modal-dialog {
  margin: .5rem auto;
  display: flex;
  height: min(85dvh, calc(var(--vvh) - 1rem));
  max-height: calc(var(--vvh) - 1rem);
}

/*
#chatModal .modal-dialog {  
 
  height: min(85dvh, calc(var(--vvh) - 1rem));
  margin: 0.5rem auto;
  display: flex;  
}*/


/*:root { --chat-modal-h: 85dvh; }
@supports not (height: 1dvh) {
  :root { --chat-modal-h: 85vh; }
}*/


/* Give the dialog a fixed viewport height *//*
#chatModal .modal-dialog {
  height: 85vh;              
  margin: 0.5rem auto;       
}*/

/* Make the content fill that height and become a flex column */
#chatModal .modal-content {
  /*height: 100%;*/
  min-height:0;
  display: flex;
  flex-direction: column;
  overflow: hidden;          /* only the messages area should scroll */
/*  padding-bottom: calc(15px + var(--kb) + env(safe-area-inset-bottom));*/
}



/*#chatModal .modal-content {
/*  height: var(--chat-modal-h);
  min-height: calc(85vh - 1px);
  max-height: calc(85vh - 1px);
  display: flex;
  flex-direction: column;
   overflow: hidden; 
}*/

/* Header stays natural height */
#chatModal .modal-header { flex: 0 0 auto; }


#main-wrapper {
  position: relative;
  flex: 1 1 auto;              /* take remaining space under header, above input bar */
  min-height: 0;               /* critical so the flex child can shrink */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#main-wrapper::-webkit-scrollbar { width: 0; background: transparent; }


#main-wrapper::-moz-scrollbar {
    display: none; 
}
/* Let the inner body size itself naturally—NO vh here */
#modal-chat-body {
  padding-bottom: 80px;        /* room above the input bar */
  scrollbar-width: none;
}

/*#main-wrapper {
  position: relative; /* keep your existing positioning 
  flex: 1 1 auto;     /* NEW: make it fill remaining height 
  min-height: 0;      /* critical so the flex child can shrink 
  overflow-y: auto;   /* keep scroll only in #modal-chat-body 
}*/

/* Only the messages area scrolls */
/*#modal-chat-body {
  flex: 1 1 auto;           
  min-height: 0;             
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 80px;      
  scrollbar-width: none;   
}
#modal-chat-body::-webkit-scrollbar { width: 0; background: transparent; }


#modal-chat-body::-moz-scrollbar {
    display: none; 
}*/

/*#modal-chat-body {
  /*flex: 1 1 auto;               /* NEW: take remaining space */
 /* min-height: calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  min-height: calc(100vh - 1px);
  max-height: calc(100vh - 1px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 80px;        
  scrollbar-width: none;       
}*/




#payment-wrapper {
    position: relative;
    z-index: 1; /* baseline content */
}

#payment-confirm {
    /*display: none;*/
    position: absolute;
    bottom: 65px; /* above the input bar */
    left: 0;
    width: 100%;
    z-index: 10; /* must be above modal content */
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #ccc;
    /*box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);*/
}

#chatInputBar {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 3; /* above payment-confirm */
    border-top: 1px solid #ccc;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 8px); /* optional */
}

/*#modal-chat-body {
    min-height: calc(100vh - 300px);
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 80px; /* space for input bar 
    scrollbar-width: none; /* Firefox 
}*/





.message-counter-green {
    right: -7px;
    background-color: #0a45ff; /* Barter Connect green */
}

.message-counter-grey {
    right: -7px;
    background-color: #999999; /* Grey */
}

.message-counter-grey-right {
    right: -7px;
    background-color: #999999; /* Grey */
}

.register-check {
    margin-left: -1.3em!important;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: #000000;
}

.text-heading {
  color: #253D4E;
}

p:last-child {
  margin-bottom: 0;
}

.font-weight-bold {
  font-weight: 700;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 500;
}

strong,
.fw-600 {
  font-weight: 600;
}

.fw-900 {
  font-weight: 900;
}

.fw-300 {
  font-weight: 300;
}


/* CSS Switch */
input[switch] {
  display: none;
}
input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 65px;
  height: 24px;
  background-color: #999;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}


input[switch] + label:before {
  /*color: #343a40;*/
  color: #fff;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  left: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:after {
  content: "";
  position: absolute;
  right: 5px;
  background-color: #eff2f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2rem;
  height: 16px;
  width: 16px;
  top: 4px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}


input[switch]:checked + label {
  background-color: #0a45ff;
}

/*.productswitch {
    background-color: #999!important;
    width:50px!important;
}

.productswitch:after {
    right:30px!important;
}*/

input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  left: auto;
  right: 3px;
}
input[switch]:checked + label:after {
  right: 45px;
  background-color: #eff2f7;
}



input[switch=bool] + label {
  background-color: #fe544b;
}

input[switch=bool] + label:before, input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
  color: #fff;
}

input[switch=bool]:checked + label {
  background-color: #34c38f;
}

input[switch=default]:checked + label {
  /*background-color: #a2a2a2;*/
  background-color: #0a45ff;
}

input[switch=primary]:checked + label {
  background-color: #0a45ff;
}

input[switch=success]:checked + label {
  background-color: #34c38f;
}

input[switch=info]:checked + label {
  background-color: #00c5dc;
}

input[switch=warning]:checked + label {
  background-color: #f9c341;
}

input[switch=danger]:checked + label {
  background-color: #fe544b;
}

input[switch=dark]:checked + label {
  background-color: #343a40;
}

.square-switch {
  margin-left: 7px;
}
.square-switch input[switch] + label, .square-switch input[switch] + label:after {
  border-radius: 0px;
}


.product-switch input[switch] + label {
 width:50px;
 background-color: #0a45ff;
}

.product-switch input[switch]:checked + label {
 background-color: #999;
}

.product-switch input[switch]:checked + label:after {
  right: 30px;
  background-color: #eff2f7;
}

.bdm-switch {
  position:relative;
  top:7px;
  height:36px;
}

.bdm-icon {
  width:14px;
  height:auto;
}

/* Targeting checked checkboxes and changing their background color */
input[type="checkbox"]:checked {
  background-color: #0a45ff; /* Replace with the color value of your bcgreen */
  border-color: #0a45ff; /* Ensure the border matches the background */
}

.deal-confirm {
height:auto;
padding:20px;
/*padding-right:10px;*/
border-top:1px;
border-style:solid;
border-color:#e5e5e5
}


.slideout-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;              /* extend clickable area left */
    width: 50px;              /* total clickable width */
    height: 100%;
    background: transparent;  /* don’t affect appearance */
    cursor: pointer;
    z-index: 10;
}

/* Yellow toggle bar */
.slideout-toggle {
    position: absolute;
    top: 0;
    right: -12px;
    width: 6px;
    height: 100%;
    background-color: #fed12a;
    cursor: pointer;
    z-index: 10;
}

/* Hidden tray initially */
.slideout-tray {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(102%);
    transition: transform 0.3s ease-in-out;
    background-color: white; /* optional */
    z-index: 5;
    padding-left: 10px;
    align-items: center;
    padding-right: 20px;
}

/* Active state: slides tray in */
.contact-info.show-tray .slideout-tray {
    transform: translateX(0%);
}

.favourite-heart.favourited {
    color: #fed12a; /* Yellow */
}

.search-product-img {
width:70px;
height:70px;
object-fit:cover;
border-radius:8px;
}

.search-img-div {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin-right: 10px; /* or adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-stack {
    position: relative;
    width: 38px;
    height: 80px;
    float: right;
    margin-top: -85px;
}

/* Position both icons absolutely */
.icon-stack .chat-icon,
.icon-stack .shop-icon {
    position: absolute;
    width: 38px;
    height: 38px;
}

/* Always put shop icon at bottom */
.icon-stack .shop-icon {
    bottom: 0;
}

/* If both exist, put chat icon above */
.icon-stack:not(.single-icon) .chat-icon {
    bottom: 42px; /* adjust spacing if needed */
}

/* If only one icon, position it at bottom */
.icon-stack.single-icon .chat-icon,
.icon-stack.single-icon .shop-icon {
    bottom: 0;
}




.icon {
   /* padding-top: 19px; */
    font-size: 20px;
    color:#777;
}

.icon-div {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /*background-color: #cfe0fd;*/
    background-color: #fff;
    border: 2px;
    border-style: solid;
    border-color: #777;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.icon-div-small {
    position:relative;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    /*background-color: #cfe0fd;*/
    background-color: #fff;
    color:#777;
    border: 2px;
    border-style: solid;
    border-color: #777;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active {
  border-color: #0a45ff;
}


.icon-div-disabled {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /*background-color: #cfe0fd;*/
    background-color: #fff;
    border: 2px;
    border-style: solid;
    border-color: #999;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
    pointer-events: auto;
}

.icon-div-danger {
    border-color: #dc3545; /* Bootstrap danger color */
    color: #dc3545;
}

a:has(.icon-div-disabled) {
    cursor: default;
    pointer-events: none; /* optional if using JS, but good fallback */
    color: #999;
}

.disabled-feature {
    pointer-events: none;
    border-color:#999!important;
}

.disabled-feature .icon,
.disabled-feature .font-10 {
    color: #999 !important;
}

.disabled-feature .icon-div {
  border-color: #999 !important;         /* Grey border */
}

/* Optional: handle hover/focus overrides if needed */
.disabled-feature a:hover,
.disabled-feature a:focus {
    color: #999 !important;
}

input:disabled,
textarea:disabled,
select:disabled {
    background-color: #e9ecef !important;
    color: #6c757d; /* optional: soft grey text */
    cursor: not-allowed;
}



.nav-logo {
  height: 24px;
  filter: grayscale(100%); /*brightness(0.7); /* Optional: dim a bit */
  transition: filter 0.3s ease;
}

.nav-logo.active {
  filter: none;
}

.disabled {
color:#999999;
}

.bdm-member-company-name {
  width:80%;
  padding:0px;
  padding-top:10px;
  font-weight:bold;
}

 .flag {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    object-fit: cover;    
}

#reviewStars {
    width:171px;
    color:#999999;
}

#reviewText {
    height:auto;
}

#qr {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.bdm-message-highlight {
  border: 1px solid #0a45ff !important;
}

.chat-icon-div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /*background-color: #cfe0fd;*/
    background-color: #fff;
    border: 2px;
    border-style: solid;
    border-color: #0a45ff;
    color: #0a45ff;
    margin:auto;
}

.bdm-icon-div {
  width: 35px;
  height: 35px;
  border: 2px solid #0a45ff;/* or any color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  background-color: #fff9cc;
}

.bdm-icon-div i {
  font-size: 16px; /* adjust to fit nicely inside the circle */
  color: #0a45ff;
}


.trade-chat-icon{
    color: #0a45ff;
}

.avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #cfe0fd;
    margin: auto;
}

.product-avatar {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    background-color: #cfe0fd;
    margin: auto;
}

.small-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #cfe0fd;
    margin: auto;
    padding:0px;
}

.message-avatar {
    margin-left: -15px;
    float: left;
    margin-right: 0px;
}


.message-username {
    width: 70%;
    color: #0a45ff;
    padding-left: 5px;
    padding-top: 7px;
    padding-right:0px;
    display:inline-block;
}

.message-time {
    width:22%;
    float:right;
    text-align:right;
    padding:0px;
}

.avatar-col-width{
    width:10%;
    padding:0px;
    position:relative;
  }

  .avatar-modal-col-width{
    width:auto;
    padding:0px;
    /*height:50px;*/
  }

  .chat-col-width{
    width:90%;
  }

.text-upper{
  text-transform: uppercase;
}


.section-title {
  /*margin-bottom: 44px;*/
  position: relative;
  justify-content: space-between;
}
.section-title .title {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}
.section-title h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #182233;
}
.section-title h3 > span {
  color: #EB5757;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.section-title h3 > span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 16px;
  top: 10px;
  background: #000000;
}
.section-title.section-new-title {
  margin-bottom: 20px;
  margin-top: 20px;
}
.section-title.section-new-title h4 {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  color: #000000;
}
.section-title.border-title {
  border-bottom: 1px solid #E5E5E5;
 /* padding-bottom: 30px; */
}
.section-title p {
  font-size: 16px;
}
.section-title a.show-all {
  font-size: 16px;
  color: #7E7E7E;
}
.section-title a.show-all:hover {
  color: #0a45ff;
}
.section-title a.show-all i {
  font-size: 12px;
  margin-left: 5px;
}
.section-title.style-1 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.section-title span {
  color: #0a45ff;
}

.list-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h5.footer-title {
  font-size: 18px;
  font-weight: 600;
}

.title.style-3 {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.text-body {
  color: #7E7E7E !important;
}

.font-xxs {
  font-size: 12px;
}

.font-xs {
  font-size: 13px;
}

.font-sm {
  font-size: 14px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 19px;
}

.font-xxl {
  font-size: 58px;
}

.text-hot {
  color: #f74b81;
}

.text-new {
  color: #55bb90;
}

.text-sale {
  color: #67bcee;
}

.text-best {
  color: #f59758;
}

.text-style-1 {
  position: relative;
}
.text-style-1::after {
  content: "";
  background-color: #ffdabf;
  height: 20%;
  width: 110%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: -5%;
  z-index: -1;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.text-style-1:hover::after {
  height: 30%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.fw-700 {
  font-weight: 700;
}

.btn-default {
  color: #fff;
  background-color: #0a45ff;
  border-radius: 50px;
  padding: 13px 28px;
  font-family: "Ubuntu", sans-serif;
}
.btn-default i {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  transition-duration: 0.2s;
}
.btn-default:hover i {
  margin-left: 15px;
  transition-duration: 0.2s;
}

.btn-lg {
  padding: 13px 28px;
  font-size: 16px;
}

.btn-sm {
  padding: 8px 18px !important;
  font-size: 12px;
}

.btn-md {
  padding: 10px 24px !important;
  font-size: 12px;
}

.btn-outline {
  background-color: transparent !important;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
  background-color: #0a45ff;
  border-color: #0a45ff;
}

.btn {
  font-family: "Ubuntu", sans-serif;
}
.btn:hover {
  color: #fff;
}

.btn-brand {
  background-color: #0a45ff;
  border-color: #0a45ff;
}

.btn-heading, button.btn-heading[type=submit] {
  background-color: #253D4E;
  border-color: #253D4E;
  font-weight: 700;
  border: 0;
}

button.submit {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  color: #ffffff;
  border: none;
  background-color: #0a45ff;
  border: 1px solid #0a45ff;
  border-radius: 10px;
}
button.submit:hover {
  background-color: #0a45ff !important;
}

.btn-brand:hover {
  background-color: #f43f41 !important;
}

.btn-login {
  font-weight: 13px;
}
.btn-login .btn {
  min-width: unset;
}
.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}
.btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.btn, .button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #0a45ff;
  cursor: pointer;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


.btn:hover, .button:hover {
  background-color: #0a45ff;
  border: 1px solid #0a45ff;
}

.btn.btn-sm, .button.btn-sm {
  padding: 8px 18px;
  font-size: 12px;
  text-transform: none;
  line-height: 1.8;
  white-space: nowrap;
}

.btn.btn-xs, .button.btn-xs {
  padding: 7px 8px 7px 8px;
  font-size: 12px;
  text-transform: none;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
.btn.btn-xs i, .button.btn-xs i {
  font-size: 14px !important;
  line-height: 0;
}
.btn.btn-rounded, .button.btn-rounded {
  border-radius: 50px;
}
.btn.btn-secondary, .button.btn-secondary {
  background-color: #3e5379;
  border-color: #3e5379;
}
.btn.btn-facebook, .button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.btn.btn-google, .button.btn-google {
  background: #F52D16;
  border-color: #F52D16;
}
.btn.btn-brush, .button.btn-brush {
  background-color: transparent;
  color: #0a45ff;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  font-family: "Ubuntu", sans-serif;
}
.btn.btn-brush i, .button.btn-brush i {
  margin: 3px 0 0 5px;
}
.btn.btn-brush.btn-brush-1, .button.btn-brush.btn-brush-1 {
  background-image: url(../img/icons/btn-brush-bg-1.png);
}
.btn.btn-brush.btn-brush-2, .button.btn-brush.btn-brush-2 {
  background-image: url(../img/icons/btn-brush-bg-2.png);
}
.btn.btn-brush.btn-brush-3, .button.btn-brush.btn-brush-3 {
  background-image: url(../img/icons/btn-brush-bg-3.png);
}

.comments-area .btn-reply {
  display: flex !important;
  align-content: center;
  align-items: center;
}
.comments-area .btn-reply i {
  margin-left: 5px;
  font-size: 12px;
}

.tags .btn, .tags .button {
  border-radius: 4px;
  float: left;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  height: 30px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
input:focus {
  background: transparent;
 /* border: 1px solid #ffb0b1; */
  border: 1px solid #0a45ff;
}
input.square {
  border-radius: 0;
}
input.coupon {
  height: 47px;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #E5E5E5;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #7E7E7E;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

textarea {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 10px;
  /*font-size: 14px;*/
  font-size: 16px;
  width: 100%;
  min-height: 158px;
}

.payment-textarea {
  min-height: 80px!important;
}

textarea:focus {
  background: transparent;
  border: 1px solid #0a45ff;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  cursor: pointer;
}


.no-border{
    border: 0px;
    background-color: #fff;
}


.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 3px solid #414648;
  border-radius: 0;
  border-right: 0;
  height: 50px;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  font-weight: 500;
}

.select2-selection__choice__remove{
  padding-right:10px;
  padding-left:5px;
}

.select2-container .select2-selection--multiple {
 /* height:50px;
  overflow-x:scroll;*/
    border: 0px
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  /*  height: 35px;*/
    white-space: wrap !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding: 0;
  color: #6B7280;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
}

.custom_select {
  position: relative;
  width: 100%;
}
.custom_select .select2-container {
  width: 100% !important;
}
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}
.custom_select .select2-container--default .select2-selection--single {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 16px;
  padding-left: 0;
}
.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 14px;
}

.single-banner-slider {
 margin-top:15px;
}

#recent-accounts.recent-list {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.recent-account-item {
    padding: 8px 10px;
    cursor: pointer;
}

.recent-account-item:hover {
    background-color: #f0f0f0;
}



.was-validated .form-control:invalid,
.form-control.is-invalid {
    background-image: none !important;
    box-shadow: none !important;
  
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: none !important;
}

.input-group-text {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px !important;
}

.select2-dropdown {
  border: 1px solid #E5E5E5;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  min-width: 220px;
}

.select2-selection__choice {
  display:inline-block;
  padding: 2px 5px 2px 5px;
  background: #eeeeee;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 10px;
}


.select2-dropdown .select2-search--dropdown {
  padding: 0;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #ffb0b1;
  margin-bottom: 15px;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 30vh;
  overflow-y: scroll;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ececec;
  color: unset;
}

.select2-container {
  max-width: 135px;
}

.contact-from-area .contact-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-from-area .contact-form button {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  color: #ffffff;
  border: none;
  background-color: #253D4E;
  border-radius: 7px;
}
.contact-from-area .contact-form button:hover {
  background-color: #0a45ff !important;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  background: #fff;
  border: 1px solid #E5E5E5;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  /*font-size: 14px;*/
  font-size: 16px !important;
  width: 100%;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .form-group input {
    height: 30px;
  }
}
.form-group input:focus {
  background: transparent;
  border-color: #0a45ff;
}
.form-group input::placeholder {
  color: #4A4A4A;
}
.form-group input .form-select {
  color: #4A4A4A;
}

label {
  margin-bottom: 5px;
  color:#000;
}

.grey {
  color:#777;
}

.security-code {
  display: inline-block;
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  background: #ffb0b1;
}
.security-code b {
  font-size: 24px;
  font-weight: bold;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #6B7280;
  padding: 0;
  margin-bottom: 14px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  vertical-align: middle;
  align-items: center;
}
.custome-checkbox .form-check-label::before {
  content: "";
  border: 1px solid #E5E5E5;
  height: 18px;
  width: 18px;
  margin: 0 14px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.custome-checkbox .form-check-label span {
  vertical-align: middle;
  flex: 1;
}
.custome-checkbox input[type=checkbox]:checked + .form-check-label::after {
  opacity: 1;
}
.custome-checkbox input[type=checkbox] + .form-check-label::after {
  content: "";
  width: 8px;
  position: absolute;
  top: 13px;
  left: 5px;
  opacity: 0;
  height: 5px;
  border-left: 2px solid #eb4648;
  border-bottom: 2px solid #eb4648;
  -moz-transform: translateY(-65%) rotate(-45deg);
  -webkit-transform: translateY(-65%) rotate(-45deg);
  transform: translateY(-80%) rotate(-45deg);
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
  display: none;
}

.login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.custome-checkbox input[type=checkbox]:checked + .form-check-label::before {
  background-color: #FFF;
  border-color: border-color;
}
.custome-checkbox input[type=checkbox]:checked + .form-check-label::after {
  opacity: 1;
}

.divider-text-center {
  text-align: center;
  position: relative;
}
.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.comments-area {
  background: transparent;
  border-top: 1px solid #E5E5E5;
  padding: 45px 0;
  margin-top: 50px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
.comments-area .comment-list .single-comment {
  margin: 0 0 15px 0;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  transition: 0.2s;
}
.comments-area .comment-list .single-comment:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.comments-area .comment-list .single-comment img {
  min-width: 80px;
  max-width: 80px;
}
.comments-area .comment-list .single-comment .reply {
  opacity: 0;
  transition: 0.2s;
}
.comments-area .comment-list .single-comment:hover {
  transform: translateY(-5px);
  transition: 0.2s;
}
.comments-area .comment-list .single-comment:hover .reply {
  opacity: 1;
  transition: 0.2s;
}
.comments-area p {
  font-size: 16px !important;
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.comments-area.style-2 {
  border: 0;
  margin-top: 0;
  padding: 25px 0;
}

.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}

.comment-form .email {
  padding-right: 0px;
}

.form-control {
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  height: 40px;
  padding-left: 18px;
  /*font-size: 14px;*/
  font-size: 16px !important;
  background: transparent;
}

.form-control:focus {
  border: 1px solid #0a45ff;
}

.form-select {
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  height: 50px;
  padding-left: 18px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .form-select {
    height: 40px;
  }
}

.form-select:focus {
  border-color: #E5E5E5;
  outline: 0;
  box-shadow: unset;
}

.comment-form {
  padding-top: 45px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 20px;
}
.comment-form textarea {
  min-height: 200px;
  padding-top: 15px;
}
.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffb0b1;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  font-weight: 300;
  color: #4A4A4A;
}

.nice-select .list {
  width: 100%;
}

.rotate-45 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

.button-contactForm {
  background: #0a45ff;
  color: #fff;
  border-color: #0a45ff;
  padding: 12px 25px;
}

.search-form form {
  position: relative;
}
.search-form form input {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #6B7280;
}
.search-form form button:hover {
  color: #fff;
}

.contact-map {
  border: 0;
  display: block;
  width: 100%;
  height: 370px;
}

.contact-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.contact-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
}
.contact-icon p {
  background: #253D4E;
  color: #fff;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  height: 90px;
  font-size: 40px;
}

.contact-details {
  margin-left: 20px;
}
.contact-details h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 6px;
}
.contact-details p {
  font-size: 16px;
  margin-bottom: 0px;
}

.banner-animation-col.slick-active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner-animation-col.slick-active .slider-animated-1 h2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner-animation-col.slick-active .slider-animated-1 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner-animation-col.slick-active .slider-animated-1 h4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner-animation-col.slick-active .slider-animated-1 span {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner-animation-col.slick-active .slider-animated-1 p {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner-animation-col.slick-active .slider-animated-1 a.btn {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner-animation-col.slick-active .slider-animated-1.slider-product-price {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.banner-animation-col.slick-active .slider-animated-1 .single-slider-img img {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner-animation-col.slick-active .slider-animated-1 .slider-product-offer-wrap,
.banner-animation-col.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.w70{
width:70px;
}

.w40pc{
width:40%;
padding-left:0px !important;
}

.w60pc{
width:60%;
padding-right:0px !important;
}

.mh510{
max-height: 510px;;
}

.icon-col-width{
width:10%;
}

.nav-icon-col-width{
width:20%;
}

.nav-hlink{
  display:block;
  min-width:50px;
}

.account-icon-col-width{
  width:12.5%;
  }

.banner-section {
  background: url(../img/slider/bg-slide-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:300px;
}
.banner-section .banner-slider-one {
  position: relative;
  border-radius: 7px;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .banner-section .banner-slider-one {
  height: 300px;
  }
 
}

@media (max-width: 568px) {
  .banner-section .banner-slider-one {
   /* height: 500px;*/
   height: 200px;
  }
  .banner-section {
    height: 200px;
}
}


.banner-section .banner-slider-one .banner-slider-single {
 /* height: 500px;*/
 height: 300px;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1198px) {
  .banner-section .banner-slider-one .banner-slider-single {
    /* height: 400px;*/
    height: 300px;
  }
}
@media (max-width: 768px) {
  .banner-section .banner-slider-one .banner-slider-single {
    height: 300px;
  }
}
@media (max-width: 568px) {
  .banner-section .banner-slider-one .banner-slider-single {
    /*height: 500px;*/
    height: 200px;
  }
}
.banner-section .banner-slider-one .banner-slider-single.rectangle {
  border-radius: 0;
}
.banner-section .banner-slider-one .banner-slider-single.rectangle .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.banner-section .banner-slider-one .banner-slider-single.rectangle .banner-content form {
  margin: 0 auto;
}
.banner-section .banner-slider-one img {
  max-height: 538px;
  border-radius: 30px;
  margin: auto;
  position:relative;
  z-index:-1;
}
.banner-section .banner-slider-one .banner-content .shop-now {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.banner-section .banner-slider-one .banner-content .shop-now:hover {
  font-size: 18px;
  color: #0a45ff;
  position: relative;
}
.banner-section .banner-slider-one .banner-content .border-line {
  width: 40px;
  background: #000000;
  height: 1px;
  display: block;
  margin-top: 5px;
}
.banner-section .banner-slider-one .banner-content {
  padding: 10px 0px;
}
.banner-section .banner-slider-one .banner-content p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 500px;
  margin-bottom: 30px;
}
.banner-section .banner-slider-one .banner-content form {
  background-color: #fff;
  max-width: 450px;
  border-radius: 50px;
}
.banner-section .banner-slider-one .banner-content form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(../img/icons/icons/icon-plane.png) no-repeat 25px center;
}
.banner-section .banner-slider-one .banner-content form button {
  border: 0;
  border-radius: 50px;
}

.pagination-square ul {
  display: flex;
}
.pagination-square ul li {
  margin: 0 3px;
}
.pagination-square ul li button {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 1px solid;
  padding: 0;
  font-size: 0px;
  border-color: #C4C4C4;
  background: #C4C4C4;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination-square ul li button:before {
  background: transparent;
}
.pagination-square ul li button:hover {
  background: #ffb0b1;
}
.pagination-square ul li.slick-active button {
  background: #0a45ff;
  border-color: #0a45ff;
  width: 15px;
  height: 15px;
  border-radius: 0px;
}
.pagination-square.align-pagination-square ul {
  position: absolute;
  left: 90px;
  bottom: 76px;
}
.pagination-square.align-pagination-square ul li button:before {
  background: transparent;
}

.slider-arrow {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.slider-arrow .slider-btn {
  cursor: pointer;
  background: #E8EDF2;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #000000;
}
.slider-arrow .slider-btn.slider-prev {
  right: 50px;
}
.slider-arrow .slider-btn.slider-next {
  right: 0;
}
.slider-arrow .slider-btn:hover {
  color: #FFF;
  background: #0a45ff;
}
.slider-arrow.slider-arrow-two .slider-btn {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.slider-arrow.slider-arrow-two.flex-right {
  display: flex;
  position: relative;
  max-width: 200px;
  justify-content: flex-end;
  top: unset;
  transform: unset;
}
.slider-arrow.slider-arrow-two.flex-right .slider-btn {
  position: relative;
  left: unset;
  right: unset;
}
.slider-arrow.slider-arrow-two.flex-right .slider-btn.slider-prev {
  margin-right: 10px;
}
.slider-arrow.slider-arrow-3 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  margin-top: -15px;
}
.slider-arrow.style-3 .slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdeed;
  line-height: 40px;
  font-size: 12px;
  margin-top: -20px;
}

.banner-slider {
  position: relative;
}
.banner-slider .slider-arrow {
  left: 0;
}
.banner-slider .slider-btn {
  display: flex !important;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1198px) {
  .banner-slider .slider-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .banner-slider .slider-btn {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .banner-slider .slider-btn {
    display: none !important;
  }
}
.banner-slider .slider-btn:hover {
  background: #FFF;
  color: #0a45ff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.banner-slider .slider-prev {
  left: -80px;
}
@media (max-width: 1198px) {
  .banner-slider .slider-prev {
    left: -40px;
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .banner-slider .slider-prev {
    left: -30px;
    display: flex !important;
  }
}
.banner-slider .slider-next {
  right: -80px;
}
@media (max-width: 1198px) {
  .banner-slider .slider-next {
    right: -40px;
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .banner-slider .slider-next {
    right: -30px;
    display: flex !important;
  }
}

.feature-product-slider .carousel-4-columns {
  overflow: hidden;
  margin: 0 -12px;
}
.feature-product-slider .carousel-4-columns .product-card {
  margin-right: 12px;
  margin-left: 12px;
}
.feature-product-slider .carousel-7-columns {
  overflow: hidden;
  margin: 0 -12px;
}
.feature-product-slider .carousel-7-columns .product-card {
  margin-right: 12px;
  margin-left: 12px;
}
.feature-product-slider .carousel-4-columns-arrow {
  margin-top: -50px;
}
.feature-product-slider .product-card {
  margin-bottom: 20px;
}
.feature-product-slider .product-card:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.banner-section .slider-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.banner-section:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.banner-section.style-2 {
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}

.deals-slider {
  position: relative;
}
.deals-slider .carousel-3-columns {
  overflow: hidden;
  margin: 0 -12px;
}
.deals-slider .carousel-3-columns .product-card {
  margin-right: 12px;
  margin-left: 12px;
}
.deals-slider .carousel-3-columns-arrow {
  margin-top: -80px;
}

.category-slider {
  position: relative;
}
.category-slider .carousel-category {
  margin: 0 -12px;
}
.category-slider .carousel-category .category-grid {
  margin-right: 12px;
  margin-left: 12px;
  /*background: #F7F7F7;*/
  background: #FFF;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  border: 1px;
  border-color: #e5e5e5;
  border-style: solid;
}
.category-slider .carousel-category .category-grid img {
  border-radius: 5px;
  margin: auto;
}
.category-slider .carousel-category-arrow {
  margin-top: -50px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #6B7280;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: 0;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  width: 30px;
  height: 8px;
  background: #0a45ff;
  border-radius: 5px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.card .card-header {
  padding: 20px;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #E5E5E5;
}
.card .card-body {
  padding: 20px;
}

.account .card .card-header {
  border: 0;
  background: none;
}
.account .card .card-header .card-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}
.account .card .card-header .card-sub-title {
  font-weight: 500;
  font-size: 18px;
  color: #0a45ff;
  margin-bottom: 0;
}
.account .card .card-header .card-content {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}
.account .card .card-header .bg-ordered {
  font-weight: 400;
  width: 85px;
  height: 38px;
  background: #FFC700;
  color: #000000;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account .card .card-header .account-edit .edit-modal-btn {
  font-size: 14px;
}
.account .card .card-header .account-edit span {
  font-size: 14px;
  color: #6B7280;
  margin: 0 5px;
}
.account .card .card-header .account-edit .modal-btn-address {
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  background: #0a45ff;
  border: 1px solid #0a45ff;
  border-radius: 7px;
  padding: 10px 18px;
}
.account .card .card-header .account-edit .modal-btn-address:hover {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}
.account .card .card-header .invoice-btn {
  background: #FFF;
  border: 1px solid #0a45ff;
  border-radius: 7px;
  color: #EB4648;
  font-weight: 500;
  padding: 13px 10px;
}
.account .card .card-header .invoice-btn:hover {
  background: #0a45ff;
  border: 1px solid #0a45ff;
  color: #FFF;
}
.account .card .card-header-border {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .account .card .card-header-border .account-edit {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .account .card .card-header-border {
    flex-wrap: wrap;
  }
}
.account .card .card-header-ordered {
  border-bottom: 1px solid #E5E5E5;
}
.account .card .profile-body p {
  color: #000000;
  font-size: 16px;
}
.account .card .profile-body p span {
  color: #6B7280;
}
.account .card .profile-body p:not(:last-child) {
  margin-bottom: 12px;
}
.account .card .card-details {
  padding-top: 20px;
}
.account .card .card-details .edit-book {
  background: #DBDBDB;
  font-size: 14px;
  padding: 7px 18px;
  border-radius: 5px;
  color: #4A4A4A;
  margin-right: 15px;
}
.account .card .card-details .edit-book:hover {
  opacity: 0.8;
}
.account .card .card-details .delete-book {
  background: #FFDDD6;
  font-size: 14px;
  padding: 7px 18px;
  border-radius: 5px;
  color: #F52D16;
}
.account .card .card-details .delete-book:hover {
  opacity: 0.8;
}
.account .card .card-details p {
  font-size: 15px;
  color: #000000;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 28px;
}
.account .card .card-details p i {
  color: #0a45ff;
  margin-right: 5px;
}
.account .card .card-details span {
  margin: 0 5px;
}
.account .card .card-details .card-delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .card .card-details .card-delivery p {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: normal;
}
.account .card .card-details .card-delivery .btn {
  background: #FFFFFF;
  border: 1px solid #EB4648;
  border-radius: 7px;
  color: #EB4648;
  font-weight: 500;
  padding: 13px 10px;
}
.account .card .card-details .card-delivery .btn:hover {
  background: #EB4648;
  border: 1px solid #EB4648;
  color: #fff;
}
.account .card .card-details-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.account .card table td, .account .card table th {
  border: 0;
}
.account .card .table > thead {
  font-family: "Ubuntu", sans-serif;
  font-size: 17px;
}

.nav-tabs {
  border: 0;
  margin-bottom: 4px;
}
.nav-tabs .nav-link {
  background-color: #eeeeee;
  font-size: 15px;
  margin: 0 10px;
  margin-left: 10px;
  color: #444;
  border-radius: 4px;
  padding: 15px 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-weight: 600;
  line-height: 1;
}
.nav-tabs .nav-link.active {
  color: #0a45ff;
  background-color: #fde1bd;
}
.nav-tabs .nav-link.active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  content: "";
  height: 1px;
  width: 33px;
  border-bottom: 1px solid #0a45ff;
}
.nav-tabs .nav-link:hover {
  color: #0a45ff;
  background-color: red;
  transition: 0.2s;
}
.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.nav-tabs.links .nav-link {
  padding: 0 10px 9px;
  background: none;
  font-size: 16px;
  color: #253D4E;
  position: relative;
  margin-right: 40px;
}
.nav-tabs.links .nav-link:hover, .nav-tabs.links .nav-link.active {
  color: #0a45ff;
}
.nav-tabs.no-border {
  border: none;
}
.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.modal-nav li a {
  font-weight: 400 !important;
}

.nav.right {
  justify-content: end;
}

.dashboard-menu ul {
  padding: 0;
  margin: 0;
}
.dashboard-menu ul li {
  position: relative;
  background-color: #FFFFFF;
}
.dashboard-menu ul li a {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  padding: 0;
  box-shadow: none !important;
}
.dashboard-menu ul li a i {
  color: #000000;
  margin-left: auto;
}
.dashboard-menu ul li a i:hover {
  color: #0a45ff;
}
.dashboard-menu ul li a:hover {
  color: #0a45ff;
}
.dashboard-menu ul li a.active {
  background-color: #FFFFFF;
  border-radius: 10px;
}
.dashboard-menu ul li:not(:last-child) {
  margin-bottom: 14px;
}

.tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-header .view-more {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  border-bottom: 2px solid #cce7d0;
  margin-bottom: 20px;
}
.tab-header .view-more i {
  margin-left: 5px;
  margin-top: 5px;
  transition: 0.5s;
}
.tab-header .view-more:hover i {
  transform: translateX(5px);
  transition: 0.5s;
}

.dashboard-menu .dashboard-sub-link li {
  border: 0;
  margin-bottom: 20px;
}
.dashboard-menu .dashboard-sub-link li:last-child {
  margin-bottom: 0;
}
.dashboard-menu .dashboard-sub-link li a {
  display: block;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
.dashboard-menu .dashboard-sub-link li a.active {
  color: #0a45ff;
}
.dashboard-menu .dashboard-sub-link li a:hover {
  color: #0a45ff;
}
.dashboard-menu .dashboard-sub-link li a::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #6B7280;
  border-radius: 50px;
  left: 10px;
  position: absolute;
  top: 8px;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

/*custom amine*/
.loader,
.bar {
  width: 100px;
  height: 20px;
}

.bar {
  position: absolute;
  display: flex;
  align-items: center;
}

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #0a45ff;
  opacity: 0;
  border-radius: 10px;
  animation: slideleft 3s ease-in-out infinite;
}

.bar1::before {
  animation-delay: 0s;
}

.bar1::after {
  animation-delay: 0.3s;
}

.bar2::before {
  animation-delay: 0.6s;
}

.bar2::after {
  animation-delay: 0.9s;
}

.bar3::before {
  animation-delay: 1.2s;
}

.bar3::after {
  animation-delay: 1.5s;
}

.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}
.page-header.breadcrumb-wrap {
  padding: 0;
}

.breadcrumb-group {
  background: #F7F7F7;
}
.breadcrumb-group .breadcrumb {
  display: inline-block;
  padding: 15px 0px;
  width: 100%;
  text-transform: capitalize;
  color: #000000;
  font-size: 14px;
  margin: 0;
}
.breadcrumb-group .breadcrumb a {
  color: #000000;
  font-size:14px !important;
}
.breadcrumb-group .breadcrumb a i {
  font-size: 20px;
}
.breadcrumb-group .breadcrumb a:hover {
  color: #0a45ff;
}
.breadcrumb-group .breadcrumb ul {
  display: flex;
}
.breadcrumb-group .breadcrumb ul li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.breadcrumb-group .breadcrumb ul li::after {
  font-weight: 900;
  content: "/";
  color: #000000;
  position: relative;
  right: -10px;
}
.breadcrumb-group .breadcrumb ul li:last-child:after {
  display: none;
}

table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}
table td, table th {
  padding: 5px 10px;
  border: 1px solid #E5E5E5;
  vertical-align: middle;
}
table thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
}
table p {
  margin-bottom: 0;
}
table.clean td, table.clean th {
  border: 0;
  border-top: 1px solid #E5E5E5;
}
table .product-thumbnail img {
  max-width: 80px;
}

.text-left {
text-align: left!important;
}

#pdfModal {
  top:70px!important;
  top: calc(70px + env(safe-area-inset-top));      /* modern iOS */
  top: calc(70px + constant(safe-area-inset-top)); /* legacy fallback */
}

#pdfModal .modal-body {
            height: 75vh;
            overflow-y: scroll;    
        }

#pdfViewer {
            width: 100%;
        }

.calendar-table table td, .calendar-table table th {
  padding: 0;
}

.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}
.divider.center_icon {
  text-align: center;
  height: auto;
}
.divider::before, .divider::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #E5E5E5;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider::before {
  margin-top: -1px;
}
.divider::after {
  margin-top: 1px;
}
.divider i {
  background-color: #fff;
  color: #aaa;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 0 20px;
  line-height: 1;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}

.mobile-view {
  display: none;
}

.bcgreen {
color:#0a45ff!important;
}

.btn-bcgreen {
background-color:#0a45ff!important;
border-color: #0a45ff!important;
color:#fff!important;
}

.bg-green {
  background-color: #cee8e0;
}

.custom-modal .modal-dialog {
  max-width: 1000px !important;
  border-radius: 0px;
  overflow: hidden;
  border: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}
.custom-modal .modal-dialog .modal-content {
  border-radius: 7px;
  padding: 15px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {

  html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .custom-modal {
    height: 100%;
    position: relative;
  }

  .custom-modal .modal-dialog {
    top: auto !important;
    transform: none !important;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .custom-modal .modal-dialog .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .custom-modal .modal-content .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 80px; /* room for input bar */
  }

  #chatInputBar {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 10px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    z-index: 10;
  }

  #chatTextInput {
    flex: 1;
    min-width: 0;
    margin-right: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 8px;
  }

  #sendMessageBtn {
    padding: 8px 12px;
    border-radius: 5px;
    border: none;
    background: var(--bcgreen, #0a45ff); /* use your brand color */
    color: white;
  }
}



.chat-btn-close {
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
}

.custom-modal .modal-dialog .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.custom-modal .modal-dialog .quick-close {
  background: transparent;
  color: #0a45ff;
  font-size: 22px;
  opacity: 1;
}
.custom-modal .modal-dialog .quick-close:hover {
  opacity: 0.7;
}

.zoomContainer, .zoomWindow {
  z-index: 99;
}

.single-product .zoomContainer, .single-product .zoomWindow {
  z-index: 99;
}

.edit-modal .modal-dialog {
  max-width: 420px !important;
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}
.edit-modal .modal-content {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.edit-modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.edit-modal .modal-header.success-header {
  border: 0;
  padding: 0;
}
.edit-modal .modal-header h3 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}
/*.edit-modal .modal-header .btn-close {
  right: 10px;
  top: 10px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #0a45ff;
  background: transparent;
  opacity: 1;
}*/
.edit-modal .modal-header .btn-close:hover {
  opacity: 0.7;
}
.edit-modal .success-msg {
  padding: 40px 0px;
}
.edit-modal .success-msg h4 {
  text-align: center;
  color: #0a45ff;
}
.edit-modal .form-control::placeholder {
  font-size: 14px;
  color: #6B7280;
}
.edit-modal .update-btn {
  background: #0a45ff;
  border: 1px solid #0a45ff;
  border-radius: 7px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  width: 175px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-modal .update-btn:hover {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}
.edit-modal .back-btn {
  background: #182233;
  border: 1px solid #182233;
  border-radius: 7px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  width: 175px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-modal .back-btn:hover {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}

.loaderPill {
  text-align: center;
}

.loaderPill-anim {
  height: 160px;
}

.loaderPill-anim-bounce {
  animation: loaderPillBounce 1800ms linear infinite;
}

.loaderPill-anim-flop {
  transform-origin: 50% 50%;
  animation: loaderPillFlop 1800ms linear infinite;
}

.loaderPill-pill {
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #0a45ff;
  background-image: linear-gradient(to right, #0a45ff 50%, #ffffff 50%);
}

.loaderPill-text {
  font-weight: bold;
  color: #0a45ff;
  margin-top: 15px;
  font-size: 18px;
}

@keyframes loaderPillBounce {
  0% {
    transform: translateY(123px);
    animation-timing-function: var(--EASE_OUT_QUAD);
  }
  25% {
    transform: translateY(40px);
    animation-timing-function: var(--EASE_IN_QUAD);
  }
  50% {
    transform: translateY(120px);
    animation-timing-function: var(--EASE_OUT_QUAD);
  }
  75% {
    transform: translateY(20px);
    animation-timing-function: var(--EASE_IN_QUAD);
  }
  100% {
    transform: translateY(120px);
  }
}
@keyframes loaderPillFlop {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(450deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes loaderPillScale {
  0% {
    transform: translateY(-15px) scale(1, 1);
    animation-timing-function: var(--EASE_OUT_QUAD);
  }
  25% {
    transform: translateY(-15px) scale(0.7, 1);
    animation-timing-function: var(--EASE_IN_QUAD);
  }
  50% {
    transform: translateY(-15px) scale(1, 1);
    animation-timing-function: var(--EASE_OUT_QUAD);
  }
  75% {
    transform: translateY(-15px) scale(0.6, 1);
    animation-timing-function: var(--EASE_IN_QUAD);
  }
  100% {
    transform: translateY(-15px) scale(1, 1);
  }
}
.electrnoics-section {
  padding: 30px 0 60px;
}

.banner-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clear: both;
  border-radius: 10px;
  overflow: hidden;
  padding: 35px;
}
.banner-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.banner-img:hover img {
  opacity: 0.9;
}
.banner-img .banner-text {
  width: 50%;
}
.banner-img .banner-text span {
  color: #EAEAEA;
}
.banner-img .banner-text h4 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 15px;
  color: #4A4A4A;
}
.banner-img .banner-text p {
  margin-bottom: 14px;
  font-size: 18px;
}
.banner-img .banner-text a i {
  margin-left: 5px;
  transition-duration: 0.3s;
  font-size: 10px;
}
.banner-img .banner-text a:hover i {
  margin-left: 10px;
  transition-duration: 0.3s;
}
.banner-img .banner-text .btn {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 7px;
}

.banner-pro {
  background: #E5E5E5;
  border-radius: 7px;
}
.banner-pro .banner-text {
  padding: 20px;
}
.banner-pro .banner-text h4 {
  margin-bottom: 18px;
}

.sales-section {
  padding: 60px 0;
}

.accordion-item {
  margin-bottom: 20px;
  border: 0;
}
.accordion-item .accordion-button {
  border-radius: 7px 7px 0 0 !important;
  border-bottom-width: 0;
  font-size: 18px;
}
.accordion-item .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-radius: 7px !important;
  background-color: #E5E5E5;
  color: #000000;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #FFF;
  color: #0a45ff !important;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: #E5E5E5;
}
.accordion-item .accordion-collapse {
  border-width: 1px;
}
.accordion-item .accordion-collapse .accordion-body {
  font-size: 15px;
}

.dashboard-menu .accordion-button {
  border: 0;
}
.dashboard-menu .accordion-button:hover {
  color: #0a45ff !important;
}
.dashboard-menu .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}
.dashboard-menu .accordion-button:after {
  display: none;
}
.dashboard-menu .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0a45ff;
}
.dashboard-menu .accordion-button:not(.collapsed) i {
  color: #0a45ff;
}
.dashboard-menu .accordion-button:not(.collapsed)::after {
  background: transparent;
}
.dashboard-menu .accordion-collapse {
  border: 0;
  border-width: 0;
  margin-top: 15px;
}

.page-content {
  padding: 20px 0;
}

.hero-2 {
  padding: 160px 0 100px;
  min-height: 640px;
}

.hero-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: content;
  flex-direction: column;
  background-size: cover;
  height: 330px;
}
.hero-3 form {
  background-color: #fff;
  max-width: 520px;
  border-radius: 50px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.hero-3 form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(../img/icons/icons/icon-search.png) no-repeat 25px center;
}
.hero-3 form button {
  border: 0;
  border-radius: 50px;
}
.hero-3 .nav-link {
  font-size: 14px !important;
}

.parallax-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.parallax-wrapper .parallax-img-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.parallax-wrapper .parallax-img-area .parallax-img {
  position: absolute;
  z-index: 2;
  text-align: right;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-1 {
  right: 0;
  width: 52%;
  z-index: 2;
  top: 100px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-2 {
  right: 220px;
  width: 52%;
  top: 40px;
  z-index: 3;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-3 {
  opacity: 0.1 !important;
  left: -210px;
  width: 320px;
  top: 193px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-4 {
  opacity: 0.08 !important;
  width: 180px;
  left: 50%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-5 {
  right: 0;
  width: 12%;
  z-index: 2;
  opacity: 0.3;
  bottom: 20%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-6 {
  width: 25%;
  z-index: 3;
  opacity: 0.2;
  bottom: 0;
  left: -150px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-7 {
  opacity: 0.2 !important;
  width: 16%;
  top: 10%;
  left: 10%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-8 {
  opacity: 0.2 !important;
  width: 10%;
  bottom: 40%;
  left: 50%;
}

.hero-content {
  position: absolute;
  z-index: 4;
  width: 100%;
}
.hero-content h1 {
  line-height: 1.1;
}

.about-count {
  z-index: 100;
  position: relative;
  color: #fff;
  border-radius: 15px;
  padding: 100px 0;
  overflow: hidden;
}
.about-count::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #4B675A;
  z-index: 2;
  opacity: 0.8;
}
.about-count h1 {
  font-size: 72px;
  color: #fff;
}
.about-count h4 {
  color: #fff;
}
.about-count .text-center {
  z-index: 3;
  position: relative;
}

.hero-card-icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-card-icon.icon-left {
  width: 165px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.terms-text > ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 1em;
}
.terms-text > ol li:not(:last-child) {
  margin-bottom: 16px;
}
.terms-text > ol ol {
  list-style-type: lower-alpha;
  margin: 20px 0 30px;
  padding-left: 25px;
}
.terms-text > ol ol ol {
  list-style-type: lower-roman;
}

/*page 404*/
.page-404 {
  background-color: #fff;
}
.page-404 img {
  max-width: 300px;
}
.page-404 img.logo {
  max-width: 150px;
}
.page-404 .search-form {
  max-width: 400px;
  margin: 0 auto;
}

.log-title {
  margin-bottom: 25px;
}

.login-wrap.log-sec {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}
.login-wrap .custome-checkbox input[type=checkbox] + .form-check-label::after {
  top: 24px;
}
.login-wrap h4 {
  margin-bottom: 25px;
}
.login-wrap .forgot-link {
  color: #000000;
  display: inline-block;
  padding-bottom: 25px;
}
.login-wrap .forgot-link:hover {
  color: #0a45ff;
}
.login-wrap p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #000000;
}
.login-wrap p.log-info {
  color: #6B7280;
  font-size: 18px;
}
.login-wrap .btn {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  padding: 14px 30px;
}
.login-wrap .btn.btn-google {
  background: #F52D16;
}
.login-wrap .btn.btn-google:hover {
  opacity: 0.8;
}
.login-wrap .btn.btn-fb {
  background: #1A47BB;
}
.login-wrap .btn.btn-fb:hover {
  opacity: 0.8;
}
.login-wrap .exist-user {
  color: #000000;
  display: inline-block;
  padding-bottom: 25px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
.login-wrap .exist-user:hover {
  color: #0a45ff;
}
.login-wrap label {
  margin-bottom: 25px;
  font-size: 18px;
}

.new-customer p {
  margin-bottom: 25px;
}
.new-customer .btn {
  background: #182233;
  padding: 14px 30px;
}
.new-customer .btn:hover {
  opacity: 0.8;
}

.sub-title {
  font-weight: 500;
  margin-bottom: 17px;
}

.about-contact h3 {
  font-size: 36px;
  color: #0a45ff;
  margin-bottom: 20px;
}
.about-contact p {
  font-size: 15px;
}

.product-section {
  padding: 60px 0 20px;
}

#error-message {
  display: none;
  position: absolute;
  width:100%;
  bottom: 0; /* You can adjust this if needed */
  left: 0;
  transform: none;
  background-color: #ffffff; /* White background */
  color: #dc3545; /* Bootstrap Danger Color */
  padding: 16px 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 1000;
  white-space: nowrap;
}

#enquiry-subject:focus {
  border-color: #0a45ff !important;
 /* box-shadow: 0 0 0 0.1rem rgba(53, 99, 176, 0.25) !important; /* optional soft glow */
  outline: none;
}

.confirm-bdm-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #28a745;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#bdm-member-nav {
  position: fixed;
  background-color: #fff;
  /*padding-top: 10px;*/
  top: 95px;
  width: 100%;
  z-index: 1000;
}

.search-result-img-div {
flex-shrink: 0;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
background: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
}

.search-result-img {
width:100%;
height:100%;
object-fit:cover;
}

.search-result-description {
  font-size:12px;
  color:#666;
  line-height:1.2;
}

.search-result-name {
  font-weight:bold;
  line-height:1.2;
}

.search-result {
  position:relative;
}

.help-send-icon {
font-size: 20px;
padding-top: 12px;
padding-right: 3px;
}

.help-message-image{
  width:25px;
  height:25px;
  border-radius:50%;
  object-fit:cover;
  vertical-align:middle;
  margin-right:8px;
  margin-bottom:3px;
  margin-top:3px;
}

.error-page {
  align-items: center;
  color: #1f1f1f;
  display: flex;
  background: #FFF;
  height: 100vh;
}
.error-page .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  width: 100%;
  min-height: unset;
}
.error-page .main-wrapper .error-box {
  margin: 0 auto;
  max-width: 570px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.error-page .main-wrapper .error-box h3 {
  color: #000000;
  font-weight: 600;
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .error-page .main-wrapper .error-box h3 {
    font-size: 18px;
  }
}
.error-page .main-wrapper .error-box p {
  margin-bottom: 30px;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .error-page .main-wrapper .error-box p {
    font-size: 14px;
  }
}
.error-page .main-wrapper .error-box .btn-primary {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  min-width: 157px;
  padding: 12px 15px;
  background: #0a45ff;
}
.error-page .main-wrapper .error-box .btn-primary:hover {
  background: #0a45ff;
}
@media (max-width: 991px) {
  .error-page .main-wrapper .error-box .btn-primary {
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .error-page .main-wrapper .error-box .btn-primary {
    padding: 7px 15px;
  }
}
@media (max-width: 991px) {
  .error-page .main-wrapper .error-box .error-box-img {
    max-width: 300px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .error-page .main-wrapper .error-box .error-box-img {
    max-width: 200px;
    margin: auto;
  }
}

.digital-group {
  /*background-color: #F7F7F7;*/
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  border:1px;
  border-color: #e5e5e5;
  border-style: solid;
}
.digital-group .pharmacy-equipments .digital-pharmacy {
  margin-right: 25px;
  max-width:40%;
}
.digital-group .pharmacy-equipments .digital-pharmacy h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .digital-group .pharmacy-equipments .digital-pharmacy h5 {
    font-size: 15px;
    line-height: 1.4;
  }
}
.digital-group .pharmacy-equipments .digital-pharmacy h5 span {
  font-size: 22px;
  color: #0a45ff;
}
@media (max-width: 767px) {
  .digital-group .pharmacy-equipments .digital-pharmacy h5 span {
    font-size: 18px;
  }
}
.digital-group .pharmacy-equipments .digital-pharmacy h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .digital-group .pharmacy-equipments .digital-pharmacy h2 {
    font-size: 20px;
  }
}
.digital-group .pharmacy-equipments .digital-pharmacy > span {
  font-size: 14px;
  color: #EB5757;
  font-weight: 400;
  text-decoration: line-through;
}
.digital-group .pharmacy-equipments .digital-pharmacy h4 {
  font-size: 18px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .digital-group .pharmacy-equipments .digital-pharmacy h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.digital-group .pharmacy-equipments .digital-pharmacy h4 a {
  color: #000000;
}
.digital-group .pharmacy-equipments .digital-pharmacy h4 a:hover {
  color: #0a45ff;
}
.digital-group .digital-shop-img {
  width: 150px;
  margin-left: auto;
}
.digital-group .digital-shop-img img {
  border-radius: 5px;
}

.product-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-card:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #0a45ff;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-card:hover .add-feature .btn-primary {
  background-color: #0a45ff;
  border: 0;
  color: #FFF;
}
.product-card:hover .add-feature .product-details-inner {
  margin-left: auto;
  opacity: 1;
}
.product-card:hover .product-details-inner i {
  color: #0a45ff;
}
.product-card .product-img-col {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 320px;
  padding: 5px;
}
.product-card .product-img-col .product-inner-details {
  background-color: #fff;
  border-radius: 5px;
  width: 172px;
}
.product-card .product-img-col .product-inner-details a {
  color: #6B7280;
}
.product-card .product-img-col .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.product-card .product-img-col .product-img a {
  overflow: hidden;
  display: flex;
}
.product-card .product-img-col .product-img a img {
  width: 100%;
}
.product-card .product-img-col .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.product-card .product-img-col .product-img:before {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-card .product-img-col .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}
.product-card .product-inner-details {
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.product-card .product-inner-details.show {
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  left: unset;
  right: 20px;
  top: unset;
  transform: none;
}
.product-card .product-inner-details button, .product-card .product-inner-details a.product-btn {
  width: 40px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.product-card .product-inner-details button:last-child, .product-card .product-inner-details a.product-btn:last-child {
  border: none;
}
.product-card .product-inner-details button.small, .product-card .product-inner-details a.product-btn.small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.product-card .product-inner-details button.small i, .product-card .product-inner-details a.product-btn.small i {
  font-size: 12px;
}
.product-card .product-inner-details button:after, .product-card .product-inner-details a.product-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #0a45ff;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}
.product-card .product-inner-details button:before, .product-card .product-inner-details a.product-btn:before {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-top-color: #0a45ff;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: 0.1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}
.product-card .product-inner-details button:last-child, .product-card .product-inner-details a.product-btn:last-child {
  margin-right: 0;
}
.product-card .product-inner-details button i, .product-card .product-inner-details a.product-btn i {
  font-size: 15px;
  margin-left: 1px;
}
.product-card .product-inner-details button:hover, .product-card .product-inner-details a.product-btn:hover {
  color: #f43f41;
}
.product-card .product-inner-details button:hover:after, .product-card .product-inner-details a.product-btn:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.product-card .product-inner-details button:hover:before, .product-card .product-inner-details a.product-btn:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product-card .product-inner-details button:hover i, .product-card .product-inner-details a.product-btn:hover i {
  color: #0a45ff;
}
.product-card .product-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
  margin: 0 0 10px;
}
.product-card .product-badge span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  color: #000000;
  padding: 3px 10px;
}
.product-card .product-badge span:last-child {
  margin-right: 0px;
}
.product-card .product-badge span.hot {
  background-color: #f74b81;
}
.product-card .product-badge span.new {
  background-color: #0a45ff;
}
.product-card .product-badge span.sale {
  background-color: #67bcee;
}
.product-card .product-badge span.best {
  background-color: #0a45ff;
  color: #FFF;
}
.product-card .product-content {
  padding: 20px;
}
.product-card .product-content .product-category {
  margin-bottom: 5px;
}
.product-card .product-content .product-category a {
  color: #EAEAEA;
  font-size: 12px;
}
.product-card .product-content .product-category a:hover {
  color: #0a45ff;
}
.product-card .product-content .sold-group p {
  background: #EEEEEE;
  display: inline-block;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 5px;
}
.product-card .product-content .sold-group p span {
  color: #0a45ff;
}
.product-card .product-content h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card .product-content h2 a {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.product-card .product-content h2 a:hover {
  color: #0a45ff;
}
.product-card .product-content .product-price span {
  font-size: 18px;
  font-weight: bold;
  color: #0a45ff;
}
.product-card .product-content .product-price span.new-price {
  color: #0a45ff;
  margin: 0 8px 0 0;
}
.product-card .product-content .product-price span.old-price {
  font-size: 14px;
  color: #EB5757;
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.product-card .product-content .product-price span.discount-tag {
  background: #1DB600;
  border-radius: 5px;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 0 8px;
  padding: 1px 5px 1px;
}
.product-card .product-content .rating-result {
  display: flex;
}
.product-card .product-content .rating-result > span {
  display: block;
  overflow: hidden;
  margin-left: 5px;
}
.product-card .product-content .rating-result::before {
  font-size: 11px;
  letter-spacing: 2px;
  content: "\f225" "\f225" "\f225" "\f225" "\f225";
  color: #ff9900;
}
.product-card .product-content .add-to-cart {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: #253D4E;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-weight: 300;
}
.product-card .product-content .add-to-cart:hover {
  background-color: #0a45ff;
  color: #fff;
}
.product-card .product-content .add-to-cart img {
  width: 20px;
  display: inline-block;
  margin-top: 11px;
}
.product-card .product-card-bottom {
  display: flex;
  justify-content: space-between;
  /*margin: 15px 0px;*/
}
.product-card .product-card-bottom .add-cart {
  cursor: pointer;
}
.product-card .product-card-bottom .add-cart .add {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
}
.product-card .product-card-bottom .add-cart .add:hover {
  background-color: #0a45ff;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.product-card .add-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom:5px;
}
.product-card .add-feature .btn-primary {
  padding: 4px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #0a45ff;
  border: 0;
  padding-top:5px;
}
.product-card .add-feature .product-details-inner {
  margin-left: auto;
  opacity: 0;
  display:none;
}
.product-card .add-feature .product-details-inner .product-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #E8EDF2;
  border-radius: 5px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.product-card .add-feature .product-details-inner .product-btn:hover {
  background: #0a45ff;
}
.product-card .add-feature .product-details-inner .product-btn:hover i {
  color: #FFF;
}
.product-card .product-stock .status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}
.product-card .product-stock .status-bar .sold-bar {
  background-image: -webkit-linear-gradient(215deg, #0a45ff 0%, #77ccfd 100%);
  background-image: -o-linear-gradient(215deg, #0a45ff 0%, #77ccfd 100%);
  background-image: linear-gradient(235deg, #0a45ff 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}
.product-card .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.3333333333%;
}
.product-card .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}
.product-card .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}
.product-card .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666667%;
}
.product-card .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.8571428571%;
}
.product-card .product-stock .product-stock-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-card .product-stock .product-stock-status .sold {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}
.product-card .product-stock .product-stock-status .available {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-card .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}
.product-card .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #253D4E;
}
.product-card .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}
.product-card .progress {
  height: 5px;
}
.product-card:hover .product-img-col .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}
.product-card:hover .product-img-col .product-inner-details {
  opacity: 1;
  visibility: visible;
}
.product-card:hover .product-img-zoom a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
.product-card.small {
  border: 0;
  text-align: center;
}
.product-card.small .rating-result {
  justify-content: center;
}
.product-card.small .product-content {
  padding: 5px 15px 0 15px;
}
.product-card.small .product-price {
  padding-top: 0;
}
.product-card.small:hover {
  box-shadow: none;
}
.product-card.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
.product-card.small .product-badge span {
  font-size: 10px;
}
.product-card.style-2 {
  border: 0;
  padding-bottom: 25px;
}
.product-card.style-2:hover {
  border: 0;
  box-shadow: none;
}
.product-card.style-2 .product-img-col {
  padding: 0;
  position: relative;
  z-index: 1;
  max-height: unset;
}
.product-card.style-2 .product-img-col img {
  border-radius: 15px;
}
.product-card.style-2 .product-content {
  position: relative;
  margin-top: -90px;
  z-index: 3;
  padding: 0;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-card.style-2 .product-content .deals-content {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
}
.product-card.style-2 .product-content .deals-countdown-wrap {
  position: absolute;
  top: -80px;
  width: 100%;
  text-align: center;
}
.product-card.style-2:hover .product-content {
  transform: translateY(-5px);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-card.shop-list-card {
  border: 0;
}
.product-card.shop-list-card .product-img-col {
  padding: 0;
}
.product-card.shop-list-card .product-img a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9;
  border-radius: 5px;
}
.product-card.shop-list-card:hover {
  border: 0;
  box-shadow: none;
  border-radius: 5px;
}
.product-card.shop-list-card .Global-store {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
}
.product-card.shop-list-card .Global-store p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-card.shop-list-card .Global-store p {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .product-card.shop-list-card .Global-store p {
    margin-bottom: 0px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-card.shop-list-card .Global-store .rating i {
    font-size: 10px;
  }
}
.product-card.shop-list-card .Global-store .rating .filled {
  color: #FFF;
}
.product-card.shop-list-card .Global-store .rating span {
  color: #FFF;
}
.product-card.shop-list-card .global-img {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}
@media (max-width: 767px) {
  .product-card.shop-list-card .global-img {
    width: 35px;
    height: 35px;
  }
}
.product-card.shop-list-card .global-img img {
  border-radius: 50px;
}

.product-views .btn-primary {
  font-size: 16px;
  min-width: 111px;
  padding: 7px 15px;
}

.category-grid .category-img-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 320px;
  padding: 0;
}
.category-grid .category-img-wrap .category-img {
  position: relative;
  overflow: hidden;
}
.category-grid .category-img-wrap .category-img a {
  overflow: hidden;
  display: flex;
}
.category-grid .category-img-wrap .category-img a img {
  width: 100%;
  border-radius: 7px;
}
.category-grid .category-img-wrap .category-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}
.category-grid .category-content {
  padding: 5px 0 0;
}
.category-grid .category-content h4 {
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.category-grid .category-content h4 a {
  font-size: 15px;
  color: #253D4E;
}
.category-grid .category-content h4 a:hover {
  color: #0a45ff;
}
.category-grid .category-content p {
  font-size: 18px;
  margin-bottom: 10px;
}
.category-grid .category-content a {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1198px) {
  .book-consult-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.book-consult-img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 83px;
}
@media (max-width: 768px) {
  .book-consult-img img {
    display: none;
  }
}
@media (max-width: 1198px) {
  .book-consult-img img {
    position: relative;
    left: 0;
    top: 0;
    transform: inherit;
    max-width: 600px;
  }
}

.consult-box {
  background: #FFF;
  border-radius: 5px;
  width: 100%;
  /*margin: 0 0 25px;
  padding: 20px;*/
}
@media (max-width: 767px) {
  .consult-box {
    display: block !important;
  }
}
.consult-box .consult-img {
  width: 70px;
  height: 70px;
  border: 1px solid #0a45ff;
  border-radius: 50%;
  flex: none;
}
@media (max-width: 767px) {
  .consult-box .consult-img {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
  }
}
.consult-box p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .consult-box p {
    font-size: 16px;
  }
}

.book-btn-show {
  margin-bottom: 25px;
}
.book-btn-show .btn-primary {
  background: #0a45ff;
  border: 0;
  font-size: 14px;
  color: #FFF;
  padding: 13px 15px;
}
.book-btn-show .btn-primary:hover {
  background: #0a45ff;
}

.digital-shop {
  padding: 20px 0 0px;
 /* background: #f7f7f7 */
  background: #fff
}

.section-category {
  background: #FFF;
  padding: 20px 0 20px;
}

.section-category-icons {
    background: #FFF;
    padding-top: 20px;
}

.account-icons {
  background: #FFF;
  padding-top: 20px;
}

.deals-section {
  padding: 60px 0;
}

.feature-products {
  padding: 20px 0 0px;
 /* background: #f7f7f7;*/
  background: #fff;
}



.trending-products {
  padding: 60px 0 40px;
  background: #F7F7F7;
}

.popular-category {
  padding: 60px 0 280px;
}
@media (max-width: 768px) {
  .popular-category {
    padding: 60px 0;
  }
}
@media (max-width: 1198px) {
  .popular-category {
    padding: 60px 0;
  }
}

.book-consultation {
  padding: 400px 0 60px;
  background: #F7F7F7;
  position: relative;
}
@media (max-width: 768px) {
  .book-consultation {
    padding: 60px 0;
  }
}
@media (max-width: 1198px) {
  .book-consultation {
    padding: 60px 0;
  }
}

.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}
.range .checkbox {
  font-size: 0.8em;
}
.range .price-filter {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
.range #slider-range {
  box-shadow: none;
  border: none;
  height: 10px;
  border-radius: 50px;
  color: #0a45ff;
}
.range #slider-range .ui-slider-range {
  box-shadow: none;
  background: #222;
  border-radius: 50px;
  border: none;
}
.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: #0a45ff;
  border: none;
  border-radius: 100%;
  top: -5px;
}
.range .label-input {
  margin-top: 15px;
}
.range .label-input span {
  margin-right: 5px;
  color: #282828;
}
.range .label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  padding-left: 0;
}
.range .check-box-list {
  margin-top: 15px;
}
.range .check-box-list li {
  margin-bottom: 5px;
}
.range .check-box-list li:last-child {
  margin: 0;
}
.range .check-box-list li label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.range .check-box-list li label input {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.range .check-box-list .count {
  margin-left: 5px;
  color: #666;
}

.btn.btn-small {
  line-height: 1;
  padding: 10px 15px;
  min-width: unset;
  display: table;
  border-radius: 3px;
}

.fillter-btn {
  padding: 9px 15px;
  background: #0a45ff;
  border-radius: 7px;
  font-weight: 500;
}
.fillter-btn:hover {
  background: #0a45ff;
}

.product-sidebar .single-post {
  position: relative;
}
.product-sidebar .single-post:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
.product-sidebar .single-post .content {
  padding-left: 95px;
}
.product-sidebar .single-post i {
  font-size: 12px;
}
.product-sidebar .image {
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.product-filter-group {
  border: 1px solid #EEEEEE;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.product-filter-group .filter-list ul li {
  padding: 0px 10px;
  font-size: 15px;
}
.product-filter-group .filter-list ul li:first-child i {
  color: #0a45ff;
}
.product-filter-group .filter-list ul li:first-child {
  border-right: 1px solid #6B7280;
  padding-left: 0;
}
.product-filter-group .filter-list ul li a.active {
  color: #0a45ff;
}
.product-filter-group .show-result p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .product-filter-group .show-result p {
    text-align: left !important;
  }
}
.product-filter-group .select-filter-group .sort-by-filter {
  width: 100%;
}
.product-filter-group .select-filter-group .sort-by-filter label {
  flex: none;
  margin-bottom: 0;
  font-size: 15px;
}
.product-filter-group .select-filter-group .sort-by-filter .form-select {
  padding: 0px 10px;
  height: auto;
  border: 0;
  font-size: 15px;
  color: #0a45ff;
}
.product-filter-group .select-filter-group .sort-by-filter.show-filter {
  width: 200px;
}

.view-more {
  position: relative;
  color: #6B7280;
}
.view-more:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  height: 1px;
  width: 39px;
  /* or 100px */
  border-bottom: 1px solid #6B7280;
}

/*Product list*/
.product-list {
  position: relative;
}
.product-list .product-card {
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 10px;
  overflow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
}
.product-list .product-card:not(:last-child) {
  margin-bottom: 30px;
}
.product-list .product-card:hover {
  box-shadow: none;
}
.product-list .product-card:hover .product-img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.product-list .product-card:hover .product-details-inner {
  margin: auto;
}
.product-list .product-card .product-badge {
  left: 0;
  top: 0;
}
.product-list .product-card .product-img-col {
  position: relative;
  padding: 0;
  max-height: unset;
  flex: none;
}
.product-list .product-card .product-img-col .product-img {
  border-radius: 15px;
}
.product-list .product-card .product-img-col .product-img .product-img-inner {
  overflow: hidden;
}
.product-list .product-card .product-img-col .product-img .product-img-inner a img {
  height: auto;
}
.product-list .product-card h2 {
  font-weight: 500;
  margin-bottom: 5px;
  white-space: initial;
  line-height: 24px;
  max-width: 700px;
}
.product-list .product-card h2 a {
  font-size: 18px;
}
.product-list .product-card .product-content .product-category a {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}
.product-list .product-card .product-content .product-price span {
  font-size: 14px;
}
.product-list .product-card .product-content .product-price span.old-price {
  font-size: 14px;
}
.product-list .product-card .product-content .product-price span.discount-tag {
  font-size: 14px;
}
.product-list .product-card .product-content .product-description p {
  font-size: 14px;
}
.product-list .product-card .product-content .detail-extralink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-list .product-card .product-content .detail-extralink span {
  margin: 0 10px 20px 0;
}
.product-list .product-card .product-content .detail-extralink .detail-qty {
  flex-shrink: 0;
}
.product-list .product-card .product-content .cart-btn {
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  padding: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.product-list .product-card .product-content .pro-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  position: relative;
  padding-top: 20px;
}
.product-list .product-card .product-content .pro-action a.product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 7px;
  color: #6B7280;
  margin-right: 50px;
  position: relative;
}
.product-list .product-card .product-card-bottom {
  margin: 10px 0px;
}

/*PRODUCT DETAILS*/
.detail-gallery {
  position: relative;
}
.detail-gallery .zoom-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  font-size: 20px;
  opacity: 0.6;
  background: #FFF;
  border-radius: 5px;
  color: #0a45ff;
  width: 30px;
  height: 30px;
}
.detail-gallery .slick-prev i:before {
  content: "\f110";
}
.detail-gallery .slick-next i:before {
  content: "\f111";
}

.slider-nav-thumbnails .slick-list {
  margin: 0 -10px;
}
.slider-nav-thumbnails .slick-slide {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.slider-nav-thumbnails .slick-slide img {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  width:70px;
}
.slider-nav-thumbnails .slick-slide img:hover {
  border: 1px solid #0a45ff;
}
.slider-nav-thumbnails .slick-slide.slick-current::before {
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}
.slider-nav-thumbnails .slick-slide.slick-current img {
  border: 1px solid #0a45ff;
}
.slider-nav-thumbnails div.slick-slide {
  margin: 0 10px;
}
.slider-nav-thumbnails button {
  opacity: 0;
}
.slider-nav-thumbnails button.slick-arrow {
  margin: 0;
  border: 0;
  background: #F2F3F4;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 24px;
  z-index: 999;
  color: #7E7E7E;
  display:none!important;
}
.slider-nav-thumbnails button.slick-arrow:hover {
  color: #fff;
  background-color: #0a45ff;
}
.slider-nav-thumbnails button.slick-arrow.slick-prev {
  left: -20px;
}
.slider-nav-thumbnails button.slick-arrow.slick-next {
  right: -20px;
}
.slider-nav-thumbnails:hover button {
  opacity: 1;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-rate {
  background-image: url(../img/icons/rating-icons.png);
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.rating i {
  /*color: #FFC700;
  color: #0a45ff;*/
  color: #ffcf05;
}
.rating i.filled {
  color: #8F8F8F;
}
.rating span {
  color: #182233;
  font-size: 14px;
}

.product-rating {
  height: 12px;
  background-image: url(../img/icons/rating-icons.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}

.list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-filter li {
  display: inline-block;
}
.list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.color-filter.list-filter a span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 40px;
}
.color-filter.list-filter a span.product-color-white {
  border: 1px solid #ddd;
}
.color-filter.list-filter li.active a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -3px;
  background: #4cd964;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.size-filter.list-filter a {
  border-radius: 5px;
  padding: 0 9px;
  background: #fff;
}
.size-filter.list-filter li a {
  color: #7E7E7E;
  height: 32px;
  line-height: 32px;
  min-width: 40px;
  text-align: center;
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
  color: #fff;
  background-color: #0a45ff;
  border-color: #0a45ff;
}


.detail-extralink-product {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between quantity and cart button */
}



.qty-btn-product {
    display: inline-block;
    padding: 6px;
    padding-right: 12px;
    padding-left: 10px;
    font-size: 18px;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.qty-val-product {
    padding-top:5px;
    padding-bottom:7px;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  color: #000000;
}

.detail-qty-wrapper {
vertical-align:top;
}

.detail-qty > a {
  font-size: 16px;
  position: absolute;
  right: 0;
  color: #6B7280;
  padding: 0 10px;
  border: 0;
  width: 40px;
  height: 40px;
  background: #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .detail-qty > a {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .detail-qty > a {
    width: 38px;
    height: 38px;
  }
}
.detail-qty > a.qty-up {
  right: 55px;
  top: 0;
}
@media (max-width: 767px) {
  .detail-qty > a.qty-up {
    right: 50px;
  }
}
.detail-qty > a.qty-up:hover {
 /* background: #0a45ff; */
  color: #FFF !important;
}
.detail-qty > a.qty-down {
  top: 0px;
}
.detail-qty > a.qty-down:hover {
 /* background: #0a45ff; */
  color: #FFF !important;
}
.detail-qty .qty-val {
  padding: 8px 10px;
  max-width: 60px;
  display: block;
  background: #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .detail-qty .qty-val {
    max-width: 50px;
    width:40px;
  }
}

.attr-detail .select-box select {
  height: 40px;
  width: 100%;
}
.attr-detail.attr-brand {
  margin-top: 23px;
}
.attr-detail.attr-brand .select-box {
  display: block;
  margin-bottom: 20px;
}
.attr-detail.attr-color table {
  margin-bottom: 15px;
}

.detail-extralink > div {
  display: inline-block;
}
.detail-extralink .detail-qty {
  margin: 0 15px 0px 0;
  background: #fff;
  border: 0 !important;
  font-size: 16px;
  color: #000000;
  border-radius: 5px;
  padding: 0;
  max-width: 170px;
  width: 170px;
}
@media (max-width: 991px) {
  .detail-extralink .detail-qty {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .detail-extralink .detail-qty {
    max-width: 150px;
  }
}
.detail-extralink .size-select {
  width: 250px;
  margin-bottom: 20px;
}
.detail-extralink .size-select .form-select {
  padding: 12px 15px;
  color: #6B7280;
  border: 1px solid #E5E5E5 !important;
}
.detail-extralink .size-select .form-select:focus {
  box-shadow: none;
}

.stock-status {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.stock-status.in-stock {
  background: #DEF9EC;
  color: #0a45ff;
}
.stock-status.out-stock {
  color: #f74b81;
  background: #fde0e9;
}

.detail-info h5 {
  font-size: 24px;
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .detail-info h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .detail-info h5 {
    font-size: 18px;
  }
}
.detail-info .bg-price .save-price {
  background: #0a45ff;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  padding: 5px 6px;
}
.detail-info .product-price-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-info .product-price-cover .product-price {
  line-height: 1;
}
.detail-info .product-price {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.detail-info .product-price .current-price {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  color: #0a45ff;
}
.detail-info .product-price .old-price {
  text-decoration: line-through;
  color: #EB5757;
  margin-left: 8px;
  font-size: 14px;
  display: block;
}
.detail-info .product-meta {
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
}

.button.button-add-to-cart {
  padding: 8px 40px;
}

.product-extra-link2 h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-extra-link2 .button.button-add-to-cart {
  position: relative;
  padding: 7px 20px;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: 400;
  background-color: #999;
  height: 40px;
}
/*.product-extra-link2 .button.button-add-to-cart:hover {
  background-color: #FFF !important;
  border: 1px solid #0a45ff !important;
  color: #0a45ff !important;
}*/

.product-extra-link2 .button.button-add-to-cart:hover {
  background-color: #FFF;
  border: 1px solid #0a45ff;
  color: #0a45ff;
}
.product-extra-link2 .button.button-add-to-cart i {
  margin-right: 10px;
}
.product-extra-link2 .quntity-group .qty-link .qty {
  width: 60px;
  height: 40px;
  padding: 5px 10px;
  text-align: left;
  background: #EEEEEE;
}
.product-extra-link2 .quntity-group .qty-link .qty:focus {
  border: 1px solid #0a45ff;
}
@media (max-width: 767px) {
  .product-extra-link2 .quntity-group .qty-link .qty {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .product-extra-link2 .quntity-group .qty-link input.qtyplus {
    height: 38px;
    width: 38px;
  }
}
.product-extra-link2 .quntity-group .qty-link input.qtyplus:hover {
  background: #0a45ff;
  border: 0;
  color: #FFF;
}
.product-extra-link2 .quntity-group .qty-link input.qtyplus:focus {
  border: 1px solid #0a45ff;
}
@media (max-width: 767px) {
  .product-extra-link2 .quntity-group .qty-link input.qtyminus {
    height: 38px;
    width: 38px;
  }
}
.product-extra-link2 .quntity-group .qty-link input.qtyminus:hover {
  background: #0a45ff;
  border: 0;
  color: #FFF;
}
.product-extra-link2 .quntity-group .qty-link input.qtyminus:focus {
  border: 1px solid #0a45ff;
}

.pop-wish {
  margin-top: 15px;
  border: 1px solid #EEEEEE;
  border-width: 1px 0 1px 0;
  padding: 15px 0;
}
.pop-wish .link-wishlist {
  font-size: 24px !important;
  color: #0a45ff;
  display:inline-block;
}
.pop-wish .link-wishlist:hover {
  color: #0a45ff;
}

.pro-code li {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pro-code li {
    font-size: 14px;
  }
}

.in-stock {
  font-size: 18px;
  margin-bottom: 17px;
}

.pro-share ul {
  padding: 15px 0;
}
.pro-share ul li {
  display: inline-block;
  margin-right: 10px;
}
.pro-share ul li a {
  color: #0a45ff;
  font-size: 20px;
}
.pro-share ul li a:hover {
  opacity: 0.6;
}
.pro-share ul li span {
  color: #000000;
  font-size: 16px;
}

.view-detail-tab {
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 20px;
}
.view-detail-tab h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.specific-perform table tr {
  border: 1px solid #EEEEEE;
}
.specific-perform table td:first-child {
  width: 35%;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
}

.review-tab h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}
@media (max-width: 767px) {
  .review-tab h3 {
    font-size: 20px;
  }
}
.review-tab p {
  font-size: 16px;
  color: #8F8F8F;
}
@media (max-width: 767px) {
  .review-tab p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .review-tab p {
    font-size: 15px;
  }
}
.review-tab .review-rating-blk {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .review-tab .review-rating-blk {
    flex-wrap: wrap;
  }
}
.review-tab .rating-views-blk {
  background: #EEEEEE;
  width: 200px;
  height: 200px;
  flex: none;
  margin-right: 40px;
  position: relative;
}
.review-tab .rating-views-blk:before {
  content: "";
  position: absolute;
  background: #EEEEEE;
  width: 1px;
  height: 100%;
  top: 0;
  right: -20px;
}
@media (max-width: 767px) {
  .review-tab .rating-views-blk {
    margin-bottom: 15px;
    display: none;
  }
}
.review-tab .rating-views-blk .rating-views h3 {
  font-size: 36px;
  color: #0a45ff;
  margin-bottom: 0;
}
.review-tab .rating-views-blk .rating-views h3 span {
  font-size: 16px;
  color: #000000;
}
.review-tab .rating-views-blk .rating-views p {
  font-size: 16px;
}
.review-tab .rating-views-blk .rating-views .review-card-bottom {
  margin: 20px 0px;
}
.review-tab .rating-star-group {
  width: 100%;
}
.review-tab .rating-star-group .rating-star {
  margin-bottom: 20px;
}
.review-tab .rating-star-group .rating-star h5 {
  font-size: 16px;
  margin-bottom: 0;
  flex: none;
  margin-right: 20px;
  font-weight: 400;
}
.review-tab .rating-star-group .rating-star h6 {
  margin-left: 10px;
  font-weight: 500;
}
.review-tab .rating-star-group .rating-star .progress {
  width: 60%;
  height: 10px;
}
.review-tab .rating-star-group .rating-star .progress .progress-bar.bg-success {
  background: #0a45ff;
}
.review-tab .rating-star-group .rating-star .progress .progress-bar.bg-warning {
  background: #F2A54A;
}
.review-tab .rating-star-group .rating-star .progress .progress-bar.bg-danger {
  background: #EB5757;
}
.review-tab .review-group {
  border: 1px solid #EEEEEE;
  padding: 10px;
  border-radius: 5px;
}
.review-tab .review-group .review-img {
  width: 30px;
  height: 30px;
  flex: none;
  margin-right: 10px;
}
.review-tab .review-group .review-img img {
  border-radius: 50px;
}
.review-tab .review-group .review-name-group h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.review-tab .review-group .review-name-group h5 span {
  color: #8F8F8F;
  font-weight: 400;
  float: right;
  font-size: 13px;
}
.review-tab .review-group .review-name-group .rating {
  margin-bottom: 10px;
}
.review-tab .review-group .review-name-group .rating .filled {
  color: #8F8F8F;
}
.review-tab .review-group .review-name-group h6 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
.review-tab .review-coment-group label {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .review-tab .review-coment-group label {
    font-size: 14px;
  }
}
.review-tab .review-coment-group input:focus {
  border: 1px solid #0a45ff;
}
.review-tab .review-coment-group .form-check-input:focus {
  box-shadow: none;
}
.review-tab .review-coment-group textarea.form-control {
  min-height: 150px;
}

.review-submit .btn-primary {
  padding: 11px 31px;
  border: 0;
}
.review-submit .btn-primary:hover {
  background: #0a45ff;
  border: 0;
}

.tab-style3 .nav-tabs .nav-item a.active, .tab-style3 .nav-tabs .nav-item a:hover {
  color: #FFF;
  background: #0a45ff;
}
.tab-style3 .nav-tabs .nav-item a.active:before, .tab-style3 .nav-tabs .nav-item a:hover:before {
  content: none;
}
.tab-style3 .nav-tabs li.nav-item a {
  display: block;
  padding: 13px 18px !important;
  text-align: center;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  border-radius: 5px;
  background: #EEEEEE;
  color: #000000;
  position: relative;
  margin-right: 14px;
}

.tab-pane .comments-area {
  padding-top: 0;
  border: 0;
}

.color-red{
  color:#ff596d;
}

.bc-red{
  border-color:#ff596d;
}

.bcgree

.product-color-red {
  background: #ff596d;
}
.product-color-yellow {
  background: #ffdb33;
}
.product-color-white {
  background: #ffffff;
}
.product-color-orange {
  background: #ffbb51;
}
.product-color-cyan {
  background: #80e6ff;
}
.product-color-green {
  background: #38cf46;
}
.product-color-purple {
  background: #ff8ff8;
}

.detail-gallery .product-image-slider {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}
.detail-gallery .product-image-slider img {
  opacity: 1;
  border-radius: 16px;
  width: 100%;
}
.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}
.detail-gallery .product-image-slider button.slick-arrow {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.27);
  border: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  z-index: 999;
  display:none!important;
}
.detail-gallery .product-image-slider button.slick-arrow i {
  color: #FFF;
}
.detail-gallery .product-image-slider button.slick-arrow.slick-prev {
  left: 10px;
}
.detail-gallery .product-image-slider button.slick-arrow.slick-next {
  right: 10px;
}
.detail-gallery .product-image-slider button.slick-arrow:hover {
  background: #0a45ff;
}

.mail-to-friend {
  color: #EAEAEA;
  font-size: 12px;
}
.mail-to-friend i {
  margin-right: 5px;
}

.attr-color, .attr-size {
  display: flex;
  align-items: center;
}

.product-detail-rating {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}

.product-detail .section-title.style-1 {
  font-size: 22px;
}

.pro-desc {
  padding: 0 0 0px 14px;
}
.pro-desc li {
  margin: 0 0 10px;
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.pro-desc li::before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background-color: #000000;
}
.pro-desc li:last-child {
  margin: 0 0 0;
}

.progress + .progress {
  margin-top: 1rem;
}
.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 45px;
}

.progress-bar {
  background-color: #0a45ff;
}

.shop-filter-toogle {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  border: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}
.shop-filter-toogle i {
  margin-left: 5px;
  color: #999999;
}
.shop-filter-toogle i.angle-down {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.shop-filter-toogle .fi-rs-filter {
  font-size: 14px;
  color: #999999;
}
.shop-filter-toogle.active i.angle-down {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.shop-filter-toogle.active i.angle-up {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.shop-product-fillter-header .card {
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 30px 40px;
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.shop-product-fillter-header .categor-list li {
  font-size: 12px;
}
.shop-product-fillter-header .categor-list li + li {
  border-top: 1px solid #f7f8f9;
  padding-top: 5px;
  margin-top: 5px;
}
.shop-product-fillter-header .categor-list li a {
  font-size: 14px;
  color: #7E7E7E;
  margin-right: 10px;
}
.shop-product-fillter-header .categor-list li a:hover {
  color: #0a45ff;
}
.shop-product-fillter-header .color-filter {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.shop-product-fillter-header .product-rating-info + .product-rating-info {
  margin-top: 15px;
}

.shopping-summery table > :not(caption) > * > * {
  padding: 15px 0;
}
.shopping-summery table td, .shopping-summery table th, .shopping-summery table thead {
  border: 0;
}
.shopping-summery table thead th {
  background-color: #E5E5E5;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 700;
  color: #253D4E;
}
.shopping-summery table thead th.start {
  border-radius: 20px 0 0 20px;
}
.shopping-summery table thead th.end {
  border-radius: 0 20px 20px 0;
}
.shopping-summery table tbody tr img {
  max-width: 120px;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}

table.no-border td, table.no-border th, table.no-border thead {
  border: 0;
}

.select2-container {
  width: 100% !important;
  border: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 7px;
  max-width: 100%;
  z-index:1;
}

.shipping_calculator .custom_select .select2-container {
  max-width: unset;
}
.shipping_calculator .custom_select .select2-container--default .select2-selection--single {
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
}
.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.shipping_calculator .w-100 .select2-container {
  max-width: unset;
  width: 100% !important;
}

.cart-totals {
  border-radius: 15px;
}
.cart-totals table tr {
  border: 0;
  border-bottom: 1px solid #EEEEEE;
}
.cart-totals ul {
  margin: 10px;
}
.cart-totals ul li {
  font-size: 14px;
  font-weight: 500;
}
.cart-totals ul li:first-child {
  font-weight: 600;
  margin-bottom: 20px;
}
.cart-totals .total-checkout {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.cart-totals .total-checkout h3 {
  font-size: 18px;
  padding: 5px;
}
.cart-totals .total-checkout h3 span {
 /* margin-left: auto;*/
  color: #0a45ff;
}

.order_review {
  border: 1px solid #E5E5E5;
  padding: 30px;
  border-radius: 10px;
}

.coupon-group {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.toggle_info {
  padding: 12px 15px;
  background-color: #F7F7F7;
  border-radius: 10px;
  min-height: 70px;
}
.toggle_info i {
  color: #0a45ff;
}
@media (max-width: 767px) {
  .toggle_info span {
    flex-wrap: wrap;
  }
}
.toggle_info span .return-coupon {
  color: #8F8F8F;
  font-size: 14px;
}
@media (max-width: 767px) {
  .toggle_info span .return-coupon {
    font-size: 14px;
  }
}
.toggle_info span a {
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 767px) {
  .toggle_info span a {
    font-size: 14px;
  }
}

.login_form .panel-body, .coupon_form .panel-body {
  border: 1px solid #E5E5E5;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.payment_option {
  background: #F7F7F7;
  padding: 10px;
}
.payment_option .custome-radio {
 /* margin-bottom: 10px; */
  margin-bottom: 0px;

}
.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}
.payment_option .custome-radio .form-check-label:before {
  content: "";
  background: #c4c4c4;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .payment_option .custome-radio .form-check-label:before {
    height: 18px;
    width: 18px;
  }
}
.payment_option .custome-radio .form-check-label span {
  font-weight: 400;
  margin-left: 35px;
}

.check-pay label {
  margin-left: 10px;
}
.check-pay .form-check-input {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-left: -30px;
}
.check-pay .form-check-input:focus {
  box-shadow: none;
}
.check-pay .form-check-input:checked {
  background-color: #0a45ff;
  border: 1px solid #0a45ff;
}
.check-pay a {
  color: #0a45ff;
}

.terms-conditions-pay {
  margin: 20px 0px;
}
.terms-conditions-pay p {
  font-weight: 400;
  font-size: 14px;
}
.terms-conditions-pay p a {
  color: #0a45ff;
}

.place-orders .btn-fill-out {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px;
}
.place-orders .btn-fill-out:hover {
  background: #0a45ff;
}

.custome-radio input[type=radio] + .form-check-label::after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  opacity: 0;
}
@media (max-width: 767px) {
  .custome-radio input[type=radio] + .form-check-label::after {
    height: 9px;
    width: 9px;
    top: 8px;
    left: 5px;
  }
}

.custome-radio input[type=radio]:checked + .form-check-label::after {
  opacity: 1;
  background-color: #FFF;
}

.custome-radio input[type=radio]:checked + .form-check-label::before {
  opacity: 1;
  background-color: #0a45ff;
}

.related-products .product-img-col {
  padding: 0;
  margin-bottom: 15px;
}

.col-lg-4-5 .product-card .product-inner-details a.product-btn {
  width: 35px;
}
.col-lg-4-5 .countdown-section .countdown-amount {
  width: 38px;
}

.zoomWindow {
  border-radius: 15px;
  overflow: hidden;
}

.table-wishlist {
  border: 0;
}

.order_table table thead tr {
  background: #F7F7F7;
}
.order_table table thead tr th {
  font-size: 16px;
  color: #263238;
  font-weight: 500;
}
.order_table table thead tr th:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .order_table table thead tr th {
    font-size: 14px;
  }
}
.order_table table td:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .order_table table .check-cart-img a {
    flex: none;
  }
}
.order_table table .check-cart-img img {
  margin-right: 10px;
  width: 60px;
  height:60px;
  border-radius:7px;
}

.checkout-img {
    padding-left: 0px!important;
    display: block!important;
    text-align: left!important;
}
.order_table table .check-cart-img h6 {
  font-size: 14px;
}
.order_table table .check-cart-img h6 span {
  color: #8F8F8F;
}
.order_table table h4 {
  font-size: 18px;
}

.table.table-compare {
  border-radius: 15px;
}
.table.table-compare > :not(caption) > * > * {
  padding: 30px 0;
}

.mw-200 {
  min-width: 200px;
}

.product-main-content .product-main-img {
  background-color: #EAEAEA;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  text-align: center;
  padding: 20px;
  margin-bottom: 25px;
}
.product-main-content .product-text p {
  color: #6B7280;
  margin-bottom: 25px;
}

.product-title {
  margin-bottom: 25px;
}

.product-title h5 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}

.product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 25px;
}

.product-details .product-sub-img {
  margin-right: 30px;
}
.product-details .product-sub-text a {
  color: #6B7280;
  font-size: 22px;
}
.product-details .product-sub-text a:hover {
  color: #0a45ff;
}

.products-found {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.products-found h5 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}
.products-found p {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 0;
}

.pharm-account-group .card {
  border: 1px solid #EEEEEE;
  background-image: url(../img/profile-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.pharm-account-group .card-body {
  padding: 5px 20px;
}

.account-profile-group .profile-account-img {
  margin-left: auto;
  width:100px;
}
.account-profile-group .account-key-name .more-avatars {
  background: #F2A54A;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  width: 101px;
  height: 101px;
  font-size: 40px;
  font-weight: 600;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .account-profile-group .account-key-name .more-avatars {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .account-profile-group .account-key-name .more-avatars {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 24px;
  }
}
.account-profile-group .account-key-name .profile-names h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .account-profile-group .account-key-name .profile-names h4 {
    margin-bottom: 0px;
  }
}
.account-profile-group .account-key-name .profile-names p {
  color: #0a45ff;
  font-size: 14px;
}

@media (max-width: 1198px) {
  .pharm-account-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .pharm-account-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pharm-account-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pharm-account-list ul li {
  margin-right: 20px;
}
@media (max-width: 1198px) {
  .pharm-account-list ul li {
    margin: 10px;
  }
}
@media (max-width: 991px) {
  .pharm-account-list ul li {
    margin: 6px;
  }
}
@media (max-width: 767px) {
  .pharm-account-list ul li {
    margin: 5px;
  }
}
@media (max-width: 320px) {
  .pharm-account-list ul li {
    margin: 8px;
  }
}
.pharm-account-list ul li a {
  background: #FFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  width: 120px;
  height: 127px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 320px) {
  .pharm-account-list ul li a {
    width: 130px;
  }
}
.pharm-account-list ul li a.active {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}

.pharm-account-list ul li a.active i {
    color: #fff;
}

.pharm-account-list ul li a.active p {
  color: #FFF;
}
.pharm-account-list ul li a:hover {
  border: 1px solid #0a45ff;
}
.pharm-account-list ul li a i {
  color: #0a45ff;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
}
.pharm-account-list ul li a p {
  font-size: 14px;
  font-weight: 400;
}
.pharm-account-list ul li:last-child {
  margin-right: 0;
}

.account-icon-col-width a.active i {
  color: #0a45ff;
}

.nav-icon-col-width a.active i {
  color: #0a45ff;
}

.icon-div.active i {
  color: #0a45ff;
}

.delete-modal {
    left: 10%;
    width: 80%;
}

.delete-modal .modal-dialog .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}

@media (max-width: 767px) {
  .pharm-account-list ul li:last-child {
    margin: 5px;
  }
}
@media (max-width: 991px) {
  .pharm-account-list ul li:last-child {
    margin: 8px;
  }
}

.valid-email input {
 /* background: #EBEBEB; */
}

.staff-valid-email input {
  background: #EBEBEB;
  width: 70%;
}

.profile-update.pass-change .btn-primary {
  min-width: 185px;
}
.profile-update .btn-primary {
  font-size: 16px;
  min-width: 155px;
  padding: 13px 15px;
}

.pass-group {
  position: relative;
}
.pass-group .toggle-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #8F8F8F;
  cursor: pointer;
}
.pass-group .new-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #8F8F8F;
  cursor: pointer;
}
.pass-group .conform-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #8F8F8F;
  cursor: pointer;
}

.account-overview p {
  font-size: 14px;
}
.account-overview p span {
  color: #0a45ff;
}
.account-overview p a {
  color: #0a45ff;
  font-size: 14px !important;
}

.account-balance p {
  font-weight: bold;
}

.account-profile-img {
  margin-right: 12px;
  height: 80px;
  width: 80px;
  border-radius: 7px;
}
.account-profile-img img {
  border-radius: 7px;
  height: 80px;
  width: 80px;
}

.account-details p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 4px;
}
.account-details h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  text-transform: uppercase;
}

.wishlist-img {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
}
.wishlist-img img {
  width: 100px;
  height: 100px;
  border-radius: 7px;
}
.wishlist-img .wishlist-delete-btn {
  background: #F52D16;
  border: 1px solid #F52D16;
  border-radius: 7px;
  font-size: 22px;
  color: #FFF;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wishlist-img .wishlist-delete-btn:hover {
  color: #F52D16;
  background: #FFFFFF;
  border: 1px solid #F52D16;
}

.wishlist-content-wrap h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist-content-wrap h2 a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.wishlist-content-wrap h2 a:hover {
  color: #0a45ff;
}
.wishlist-content-wrap .wishlist-price span {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.wishlist-content-wrap .wishlist-price .old-price {
  font-size: 14px;
  color: #0a45ff;
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.wishlist-content-wrap .wishlist-price .discount-tag {
  background: #1DB600;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  margin: 0 0 0 8px;
  padding: 1px 5px 1px;
}

.notification-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.notification-inner .notification-info {
  display: flex;
  align-items: center;
}
.notification-inner .notification-img {
  margin-right: 14px;
}
.notification-inner .notification-details h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.notification-inner .notification-details p {
  color: #6B7280;
  margin-bottom: 0;
}
.notification-inner .notification-right-info span {
  font-size: 12px;
  color: #6B7280;
}

.shop-cart-box ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.shop-cart-box ul li a i {
  background: #EAEAEA;
  border-radius: 50px;
  margin-right: 16px;
  width: 51px;
  height: 51px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.shop-cart-box ul li a.active i {
  background: #1DB600;
  color: #FFF;
}
.shop-cart-box ul li .inactive i {
  background: #0a45ff;
  color: #FFF;
}
.shop-cart-box ul li:not(:last-child) {
  margin-right: 30px;
}

.table > :not(:first-child) {
  border-top: 1px solid currentColor;
}

.shopping-table.order-tables .table .table-head td {
  font-weight: 400;
  padding: 8px 10px;
  font-size: 12px;
  text-align: left;
}

.shopping-table.order-tables .table .table-head td.active {
  font-weight: 400;
  padding: 8px 10px;
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #0a45ff;
  border-top: 1px solid #0a45ff;
}

.shopping-table.order-tables .table .table-head td a {
  font-weight: 400;
  color: #0a45ff;
  font-size: 12px !important;
}

.shopping-table.order-tables .table .table-head td .order-view {
    font-size: 14px;
    color: #000;
    /* background: linear-gradient(0deg, #E1FFF2, #E1FFF2), #FFFFFF; */
    padding: 3px 16px;
    display: inline-block;
    background-color: #0a45ff;
}

.shopping-table.order-tables .table .table-head td .order-view:hover {
  opacity: 0.7;
}
.shopping-table .table {
  border: 1px;
  border-collapse: separate;
  border-spacing: 0 5px !important;
}
.shopping-table .table .table-head {
  border: 0;
}
.shopping-table .table .table-head th {
  border: 0;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #263238;
  padding: 10px;
  white-space: nowrap;
  background: #F7F7F7;
}
.shopping-table .table .table-head th:last-child {
  text-align: right;
}
.shopping-table .table .table-head td {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  font-weight: 500;
  color: #000000;
  padding: 5px 10px;
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
}

.shopping-table .table .table-head td.active {
  border: 0;
  border-bottom: 1px solid #0a45ff;
  border-top: 1px solid #0a45ff;
  font-weight: 500;
  color: #000000;
  padding: 5px 20px;
  font-size: 18px;
  white-space: nowrap;
}

.shopping-table .table .table-head td img {
  width: 100px;
  height: 100px;
 /* border: 1px solid #E5E5E5; */
  border-radius: 7px;
  margin-right: 20px;
  max-width: 100px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .shopping-table .table .table-head td img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .shopping-table .table .table-head td img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
  }
}
.shopping-table .table .table-head td a {
  font-size: 18px;
  font-weight: 500;
  color: #0a45ff;
}
.shopping-table .table .table-head td a:hover {
  color: #0a45ff;
}
@media (max-width: 991px) {
  .shopping-table .table .table-head td a i {
    font-size: 20px;
    color: #0a45ff;
  }
}
@media (max-width: 767px) {
  .shopping-table .table .table-head td a i {
    font-size: 18px;
    color: #767676;
    /*padding-bottom: 15px;*/
  }
}
.shopping-table .table .table-head td .table-btn-close {
  color: #F52D16;
  font-size: 24px;
}
.shopping-table .table .table-head td .table-btn-close:hover {
  opacity: 0.7;
}
.shopping-table .table .table-head td .cart-unit-price span {
  font-size: 18px;
  font-weight: bold;
  color: #0a45ff;
}
.shopping-table .table .table-head td .cart-unit-price span.old-price {
  font-size: 14px;
  color: #EB5757;
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.shopping-table .table .table-head td:first-child {
  border-left: 1px solid #E5E5E5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px;
}

.shopping-table .table .table-head td:last-child {
  text-align: right;
  border-right: 1px solid #E5E5E5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
}

.shopping-table .table .table-head td:first-child.active {
  border-left: 1px solid #0a45ff;
}

.shopping-table .table .table-head td:last-child.active { 
  border-right: 1px solid #0a45ff;
  text-align: right;
  text-transform: uppercase;
}

.shopping-table .table .table-head .cart-store p {
  background: #EEEEEE;
  display: inline-block;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 5px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .shopping-table .table .table-head .cart-store p {
    padding: 0px 14px;
  }
}
.shopping-table .table .table-head .cart-store p span {
  color: #0a45ff;
}
.shopping-table .table .table-head .in-stock-cart {
  color: #0a45ff;
  font-size: 16px;
  font-weight: 400;
}
.shopping-table .table .table-head .add-to-cart .button-add-to-cart {
  color: #FFF;
  text-align: center;
  max-width: 142px;
  font-size: 14px;
  padding: 7px 15px;
  margin: auto;
}
.shopping-table .table .table-head .add-to-cart .button-add-to-cart:hover {
  background: #FFF;
  border: 1px solid #0a45ff;
  color: #0a45ff;
}

.shop-cart {
  padding-top: 30px;
}
.shop-cart .card {
  background: #F7F7F7;
  border: 0;
}

.continue-shop {
  margin-left: auto;
  margin-bottom: 50px;
}
.continue-shop .shop-continuee a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}
.continue-shop .update-carts .btn-primary {
  margin-left: 10px;
  border: 0;
  background: #8F8F8F;
  color: #FFF;
  cursor: no-drop;
}
@media (max-width: 1198px) {
  .continue-shop .update-carts .btn-primary {
    margin-left: 5px;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .continue-shop .update-carts .btn-primary {
    margin-left: 5px;
    padding: 8px 20px;
  }
}

.shop-cart-action {
  max-width: 80%;
}
@media (max-width: 991px) {
  .shop-cart-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .shop-cart-action {
    max-width: 100%;
    display: block;
  }
}
.shop-cart-action .input-group {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .shop-cart-action .input-group {
    margin-bottom: 10px;
  }
}
.shop-cart-action .input-group .form-control {
  height: 52px;
}
.shop-cart-action .continue-btn {
  font-weight: 600;
  font-size: 16px;
  padding: 13px 15px;
  display: block;
  min-width: 155px;
  color: #FFF;
  background: #0a45ff;
  border: 1px solid #0a45ff;
  border-radius: 7px;
}
.shop-cart-action .continue-btn:hover {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}

.shop-cart-info p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}
.shop-cart-info p span {
  float: right;
}
.shop-cart-info p span.total-brand {
  color: #0a45ff;
}
.shop-cart-info .shipping-list {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 0px;
  margin-bottom: 15px;
}
.shop-cart-info .shipping-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-cart-info .shipping-list li:first-child {
  font-weight: 500;
}
.shop-cart-info .shipping-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shop-cart-info .shipping-list li {
    font-size: 14px;
  }
}
.shop-cart-info .checkout-btn {
  font-weight: 500;
  font-size: 18px;
  padding: 14px 0px;
  color: #FFF;
  background: #0a45ff;
  border: 1px solid #0a45ff;
  border-radius: 7px;
}
.shop-cart-info .checkout-btn:hover {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}
.shop-cart-info .back-btn {
  font-weight: 500;
  font-size: 18px;
  padding: 14px 0px;
  color: #FFF;
  background: #6B7280;
  border: 1px solid #6B7280;
  border-radius: 7px;
}
.shop-cart-info .back-btn:hover {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}

.radiobutton-col {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  color: #000000;
}

.radiobutton-col input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radiobutton-col .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #EAEAEA;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
}

.radiobutton-col:hover input ~ .checkmark {
  background-color: transparent;
}

.radiobutton-col input:checked ~ .checkmark {
  background-color: #0a45ff;
  border-color: #0a45ff;
}

.radiobutton-col .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radiobutton-col input:checked ~ .checkmark:after {
  display: block;
}

.radiobutton-col .checkmark:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: white;
}

.shop-cart-btn {
  text-align: right;
}
.shop-cart-btn .continue-btn {
  font-weight: 500;
  font-size: 18px;
  padding: 14px 0px;
  width: 410px;
  color: #FFF;
  background: #0a45ff;
  border: 1px solid #0a45ff;
  border-radius: 7px;
}
.shop-cart-btn .continue-btn:hover {
  background: #6B7280;
  border: 1px solid #6B7280;
}

.delivery-card {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0;
  margin-top: 10px;
}
.delivery-card .delivery-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.delivery-card .radiobutton-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  font-weight: 500;
}
.delivery-card .radiobutton-col img {
  margin-right: 25px;
}
.delivery-card .radiobutton-col .checkmark {
  top: 14px;
}
.delivery-card .delivery-payment p {
  color: #0a45ff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.delivery-card .delivery-info h5 {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 14px;
}
.delivery-card .delivery-info p {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}

.payment-card {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0;
  margin-top: 10px;
}
.payment-card .payment-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.payment-card .payment-info h5 {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.payment-card .payment-info p {
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}
.payment-card .payment-info p span {
  font-weight: 500;
}
.payment-card .payment-info .payment-address {
  max-width: 200px;
}
.payment-card .payment-info h6 {
  display: inline-block;
  padding: 9px 11px;
  color: #000000;
  background: #FFC700;
  border-radius: 7px;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}
.payment-card .payment-btn .btn {
  width: 140px;
  padding: 12px 0px;
  font-weight: 500;
  color: #FFF;
  border-radius: 7px;
}
.payment-card .payment-btn .pay-btn-one {
  background: #1DB600;
  border: 1px solid #1DB600;
}
.payment-card .payment-btn .pay-btn-one:hover {
  background: transparent;
  color: #1DB600;
}
.payment-card .payment-btn .pay-btn-two {
  background: #0a45ff;
  border: 1px solid #0a45ff;
}
.payment-card .payment-btn .pay-btn-two:hover {
  background: transparent;
  color: #0a45ff;
}
.payment-card .payment-btn .pay-btn-three {
  background: #1A47BB;
  border: 1px solid #1A47BB;
}
.payment-card .payment-btn .pay-btn-three:hover {
  background: transparent;
  color: #1A47BB;
}

.toggle-sidebar,
.toggle-sidebar1,
.toggle-sidebar2,
.toggle-sidebar3 {
  width: 600px;
  position: fixed;
  top: 0;
  right: -600px;
  height: 100vh;
  transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
  background: rgba(52, 67, 87, 0.64);
  z-index: 1001;
}
.toggle-sidebar.sidebar-popup,
.toggle-sidebar1.sidebar-popup,
.toggle-sidebar2.sidebar-popup,
.toggle-sidebar3.sidebar-popup {
  right: 0;
  width: 100%;
  transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
}

.sidebar-layout {
  background-color: #FFF;
  max-width: 500px;
  width: 100%;
  position: absolute;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-header a {
  width: 50px;
  height: 50px;
  /*background: #F52D16;*/
  background: #ffcf05;
  color: #FFF;
  font-size: 24px;
  position: absolute;
  right: 500px;
  top: 20px;
}

.sidebar-body {
  padding: 40px;
}
.sidebar-body .login-group.login-forget p {
  margin-bottom: 25px;
  font-size: 14px;
}
.sidebar-body .login-group .register-policy p {
  font-size: 14px;
  margin: 10px 0 20px;
}
.sidebar-body .login-group .remember-me .form-check-label {
  margin-bottom: 20px;
}
.sidebar-body .login-group .remember-me .form-check-label input:focus {
  box-shadow: none;
}
.sidebar-body .login-group h5 {
  font-size: 24px;
  margin-bottom: 25px;
}
.sidebar-body .login-group .form-group {
  margin-bottom: 15px;
}
.sidebar-body .login-group .form-control {
  border: 1px solid rgba(229, 229, 229, 0.9);
  border-radius: 7px;
  min-height: 50px;
}
.sidebar-body .login-group .form-control:focus {
  border: 1px solid #0a45ff;
}
.sidebar-body .login-group .pass-group {
  position: relative;
}
.sidebar-body .login-group .pass-group .toggle-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #8F8F8F;
  cursor: pointer;
}
.sidebar-body .login-group .pass-group .conform-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #8F8F8F;
  cursor: pointer;
}
.sidebar-body .login-group .forgot-pass {
  margin-bottom: 25px;
}
.sidebar-body .login-group .forgot-pass a {
  text-decoration: underline;
  color: #000000;
}
.sidebar-body .login-group .login-pharmacy .btn-primary {
  background-color: #0a45ff;
  border: 0;
  color: #FFF;
  font-size: 16px;
  padding: 18px 15px;
}
.sidebar-body .login-group .create-account p {
  font-size: 18px;
  text-align: center;
}
.sidebar-body .login-group .create-account p a {
  color: #0a45ff;
  font-size: 18px !important;

}
.sidebar-body .login-group .create-account.create-sign p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
.sidebar-body .view-address .btn-primary {
  background-color: #FFF;
  border: 1px solid #0a45ff;
  color: #0a45ff;
  padding: 9px 15px;
  font-size: 18px;
}
.sidebar-body .ventor-groups {
  display: none;
}
.sidebar-body .register-method .custom_radio {
  color: #000000;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidebar-body .register-method .custom_radio input:checked ~ .checkmark {
  background-color: #0a45ff;
}
.sidebar-body .register-method .custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.sidebar-body .register-method .custom_radio input {
  position: absolute;
  opacity: 0;
}
.sidebar-body .register-method .custom_radio .checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c4c4c4;
  border-radius: 50%;
}
.sidebar-body .register-method .custom_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media print {
  .back-top-home {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .invoice-header, .invoice-top, .invoice-center, .invoice-bottom, .invoice-banner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .invoice-top .col-sm-9, .invoice-top .col-sm-3 {
    width: 50%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .text-end {
    text-align: right !important;
  }

  .invoice-1 {
    padding: 0;
    background: #fff;
  }

  .invoice-1 .invoice-inner {
    background: #f8f8f8;
  }

  .invoice-1 .container {
    padding: 0px;
  }

  .invoice-1 .invoice-info {
    box-shadow: none;
    margin: 0px;
  }
}
.invoice-header {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px;
}
.invoice-header .invoice-logo {
  margin-bottom: 20px;
}
.invoice-header .invoice-thumb {
  margin-bottom: 20px;
  text-align: right;
}
.invoice-header .invoice-thumb h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.invoice-header .invoice-thumb p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

.invoice-details .invoice-item {
  margin-bottom: 20px;
}
.invoice-details .invoice-item h4 {
  font-size: 18px;
  color: #0a45ff;
  font-weight: 700;
  margin-bottom: 20px;
}
.invoice-details .invoice-item p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
  line-height: 28px;
}
.invoice-details .invoice-item h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.invoice-details .invoice-item-right {
  text-align: right;
}

.invoice-inner-table {
  padding-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.invoice-inner-table .table .table-head-border {
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.invoice-inner-table .table tr {
  border: 0;
}
.invoice-inner-table .table th {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 15px 20px;
}
.invoice-inner-table .table td {
  border: 0;
  padding: 30px 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  white-space: nowrap;
}
.invoice-inner-table .table td span {
  font-size: 16px;
}

.invoice-other-info {
  padding-bottom: 120px;
}
.invoice-other-info p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.invoice-other-info h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 40px;
}

.invoice-content .invoice-header-1 {
  text-transform: uppercase;
  font-weight: 700;
}
.invoice-content .invoice-header-2 {
  text-transform: uppercase;
  font-weight: 600;
}
.invoice-content .invoice-title-1 {
  font-size: 18px;
}
.invoice-content .invoice-addr-1 {
  font-size: 15px;
  margin-bottom: 20px;
}
.invoice-content .item-desc-1 {
  text-align: left;
}
.invoice-content .item-desc-1 span {
  display: block;
}
.invoice-content .item-desc-1 small {
  display: block;
}
.invoice-content .important-notes-list-1 {
  font-size: 13px !important;
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: disc;
}
.invoice-content .important-notes-list-1 li {
  margin-bottom: 5px;
}
.invoice-content .bank-transfer-list-1 {
  font-size: 13px !important;
  padding-left: 0px;
}
.invoice-content .important-notes {
  font-size: 12px !important;
}
.invoice-content .invoice-btn-section {
  text-align: center;
  margin-top: 30px;
}
.invoice-content .btn-lg {
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 3px;
  color: #ffffff;
  border: none;
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
}
.invoice-content .btn-check:focus + .btn,
.invoice-content .btn:focus {
  outline: 0;
  box-shadow: none;
}
.invoice-content .btn-download {
  background: #0a45ff;
}
.invoice-content .btn-download:after {
  background: #0a45ff;
}
.invoice-content .btn-print {
  background: #253D4E;
}
.invoice-content .btn-print:after {
  background: #6B7280;
}
.invoice-content .invoice-content .invoice-table th:first-child,
.invoice-content .invoice-content .invoice-table td:first-child {
  text-align: left;
}
.invoice-content .btn-custom {
  border: none;
  z-index: 1;
}
.invoice-content .btn-custom img {
  max-height: 14px;
  margin-right: 5px;
}
.invoice-content .btn-custom:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.invoice-content .btn-custom:hover {
  color: #fff;
}
.invoice-content .btn-custom:hover:after {
  left: 0;
  width: 100%;
}
.invoice-content .btn-custom:active {
  top: 2px;
}
.invoice-content table thead {
  font-family: "Ubuntu", sans-serif;
  color: #253D4E;
  font-weight: 700;
}
.invoice-content .f-w-600 {
  font-weight: 600;
}
.invoice-content .mobile-social-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
}
.invoice-content .mobile-social-icon h6 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.invoice-content .mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #0a45ff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.invoice-content .mobile-social-icon a img {
  max-width: 16px;
}
.invoice-content .mobile-social-icon a img:hover {
  opacity: 0.8;
}
.invoice-content .mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.invoice-content .mobile-social-icon a:last-child {
  margin-right: 0;
}

/** Invoice 1 **/
.invoice {
  padding: 50px 0;
  background: #F2F3F4;
}
.invoice .invoice-info {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.invoice .invoice-inner {
  max-width: 1296px;
  margin: 0 auto;
}
.invoice .item-desc-1 small {
  font-size: 14px;
}
.invoice .item-desc-1 span {
  font-size: 14px;
  font-weight: 600;
}
.invoice .invoice-header {
  padding: 80px 150px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.invoice .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(255 255 255 / 5%);
  color: var(--bs-table-striped-color);
}
.invoice .invoice-top {
  padding: 40px 150px 25px 150px;
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 50px;
}
.invoice .invoice-center {
  padding: 0 150px 40px;
}
.invoice .invoice-center .table {
  margin-bottom: 0;
}
.invoice .table-section {
  text-align: center;
}
.invoice .table > :not(caption) > * > * {
  padding: 15px 20px;
}
.invoice .table td {
  font-size: 15px;
  font-weight: 400;
}
.invoice table th {
  font-size: 15px;
}
.invoice .caption-top {
  caption-side: top;
  text-align: right;
  margin-bottom: 0;
}
.invoice .invoice-bottom {
  padding: 0 150px 25px;
}
.invoice .invoice-bottom .amount {
  text-align: right;
}
.invoice .invoice-bottom h3 {
  margin-bottom: 15px;
}
.invoice .bg-active {
  background: #f3f3f3;
  color: #535353 !important;
}
.invoice .invoice-contact {
  padding: 70px 150px 40px;
}
.invoice .social-list {
  float: left;
}
.invoice .social-list span {
  margin-right: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.invoice .social-list a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  background: #fff;
  margin: 0 2px 2px 0;
  color: #25cc7e;
  border-radius: 50%;
}
.invoice .social-list a:hover {
  background: #fff6f6;
}

.invoice-top .float-end p {
  margin-bottom: 0;
}

.invoice-1 .invoice-info-buttom .table .invoice-1 .invoice-info-buttom .table tr,
.table tr {
  border: 1px solid #e9ecef;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
}

.invoice-1 .table td,
.invoice-1 .table th {
  vertical-align: middle;
  border: none !important;
}

.invoice-1 .invoice-header {
  background: rgba(0, 0, 0, 0.04);
}

.invoice-2 .invoice-info {
  border-radius: 0;
}
.invoice-2 .invoice-header {
  border-bottom: 1px solid #E5E5E5;
}

.invoice-3 .invoice-header {
  background: url(../img/invoice/header-bg-2.jpg) top left no-repeat;
  background-size: cover;
  padding: 50px 150px;
  color: #fff;
}
.invoice-3 .invoice-table thead {
  color: #fff !important;
  background-color: #0a45ff;
}

.invoice-4 .invoice-info {
  border-radius: 5px;
}
.invoice-4 .invoice-header {
  border-bottom: 1px solid #E5E5E5;
  padding: 50px 150px 30px 150px;
  margin-bottom: 50px;
}
.invoice-4 .invoice-bottom .hr {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}

.invoice-5 .invoice-info {
  border-radius: 0;
}
.invoice-5 .invoice-header {
  padding: 50px 150px;
}
.invoice-5 .invoice-banner {
  padding: 0 150px 50px 150px;
}
.invoice-5 .invoice-bottom .hr {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}

.invoice-6.invoice {
  background-color: #fff;
}
.invoice-6 .invoice-info {
  border-radius: 10px;
  border: 1px solid #ffb0b1;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.invoice-6 .hr {
  width: 100%;
  height: 1px;
  background-color: #0a45ff;
}
.invoice-6 .invoice-header {
  background-color: #f7f8f9;
  padding: 80px 150px 50px 150px;
  margin-bottom: 50px;
  border-radius: 10px 10px 0 0;
}
.invoice-6 .invoice-icon {
  border-radius: 0 10px 0 0;
}

.invoice-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0a45ff;
}
.invoice-icon img {
  width: 30px;
}

/*Responsive*/
@media only screen and (max-width: 992px) {
  .invoice .invoice-header {
    padding: 80px 50px;
  }
  .invoice .invoice-top {
    padding: 40px 50px 25px 50px;
  }
  .invoice .invoice-center {
    padding: 0 50px 40px;
  }
  .invoice .invoice-bottom {
    padding: 0 50px 25px;
  }
  .invoice .back-top-home {
    margin-bottom: 30px;
    text-align: center;
  }
}
.vendor-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.vendor-wrap:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #ffb0b1;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.vendor-wrap .vendor-img-action-wrap {
  padding: 25px 25px 0 25px;
}
.vendor-wrap .vendor-img-action-wrap img {
  max-width: 144px;
}
.vendor-wrap .vendor-content-wrap {
  padding: 20px 20px 30px 20px;
}
.vendor-wrap .vendor-content-wrap h4 a {
  color: #253D4E;
}
.vendor-wrap .vendor-content-wrap h4 a:hover {
  color: #0a45ff;
}
.vendor-wrap .vendor-content-wrap .total-product {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
  color: #0a45ff;
  min-width: 123px;
}
.vendor-wrap .product-badge.product-badge-position {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
}
.vendor-wrap .product-badge.product-badge-position span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px 10px 0 20px;
  color: #fff;
  padding: 9px 20px 10px 20px;
  background-color: #0a45ff;
}
.vendor-wrap .product-badge.product-badge-position span.hot {
  background-color: #f74b81;
}
.vendor-wrap .product-badge.product-badge-position span.new {
  background-color: #0a45ff;
}
.vendor-wrap .product-badge.product-badge-position span.sale {
  background-color: #67bcee;
}
.vendor-wrap .product-badge.product-badge-position span.best {
  background-color: #f59758;
}
.vendor-wrap.style-2 {
  display: flex;
}
.vendor-wrap.style-2 .vendor-img-action-wrap {
  position: relative;
  padding: 20px;
}
.vendor-wrap.style-2 .vendor-img-action-wrap .total-product {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
  color: #0a45ff;
  min-width: 123px;
}
.vendor-wrap.style-2 .vendor-info .btn {
  min-width: 105px;
  padding: 8px 10px 8px 13px;
}

.archive-header-2 .search-form input {
  border-radius: 30px;
  padding-left: 30px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}

.archive-header-3 {
  position: relative;
  border-radius: 20px;
  padding: 50px;
}
.archive-header-3 .archive-header-3-inner {
  display: flex;
}

.header-top {
  padding: 7px 0;
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  font-size: 13px;
  line-height: 1;
}
.header-top #header-middle {
  min-width: 400px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
}
.header-top #header-middle li {
  min-height: 14px;
}
.header-top #header-middle i {
  line-height: 6px;
  margin-right: 5px;
}

.header-details > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-details > ul > li {
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-details > ul > li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.header-details > ul > li > h6 {
  font-size: 15px;
  font-weight: 400;
}
.header-details > ul > li > h6 > span {
  color: #0a45ff;
  font-weight: 500;
}
.header-details > ul > li:last-child {
  margin-right: 0;
}
.header-details > ul > li:last-child:before {
  display: none;
}

.header-left > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-left > ul > li {
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
}
.header-left > ul > li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.header-left > ul > li i {
  color: #0a45ff;
  font-size: 20px;
}
.header-left > ul > li:first-child {
  font-size: 14px;
}
.header-left > ul > li:last-child {
  margin-right: 0;
}
.header-left > ul > li:last-child:before {
  display: none;
}
.header-left > ul > li > a {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}
.header-left > ul > li > a i {
  font-size: 12px;
  margin-right: 5px;
  margin-left: 5px;
}
.header-left > ul > li > a.language-dropdown-active i.fa-chevron-down {
  font-size: 8px;
  margin-left: 5px;
}
.header-left > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #E5E5E5;
}
.header-left > ul > li > ul li {
  display: block;
}
.header-left > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
  font-size: 14px;
}
.header-left > ul > li > ul li a:hover {
  color: #0a45ff;
  background-color: none;
}
.header-left > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}
.header-left > ul > li:hover > a {
  color: #333;
}
.header-left > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 25px;
}
.header-left i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}
.header-left .active-user img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

.header-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height:30px;
}
.header-col .header-nav {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 40px;
}
.header-col.header-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-col .header-right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo.header-logo {
  margin-right: 25px;
}
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .file-uploaded {
  background: #0a45ff;
  border: 0;
  font-size: 16px;
  padding: 10px 17px;
  border-radius: 5px;
  margin-bottom: 0;
  font-weight: 600;
  cursor: pointer;
  color: #FFF;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-inner .file-uploaded input[type=file] {
  display: none;
}
.header-inner .file-uploaded:hover {
  background: #0a45ff;
  border: 0;
  color: #FFF;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-inner .header-inner-icon .small-cart-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #E8EDF2;
  border-radius: 5px;
  font-size: 20px;
  color: #0a45ff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.log-out-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #E8EDF2;
    border-radius: 5px;
    font-size: 20px;
    color: #0a45ff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-top: 10px;
}

.header-inner .header-inner-icon span.lable {
  font-size: 14px;
  font-weight: 600;
}
.header-inner .header-inner-icon span.cart-amout {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}
.header-inner .header-inner-icon:last-child {
  padding: 0 0px 0 8px;
}
.header-inner .header-inner-icon > a {
  font-size: 30px;
  color: #6B7280;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.header-inner .header-inner-icon > a:hover {
  color: #0a45ff;
}
.header-inner .header-inner-icon > a img {
  width: 100%;
}
.header-inner .header-inner-icon > a span {
  font-size: 14px;
}
.header-inner .header-inner-icon > a span.pro-count {
  position: absolute;
  right: 12px;
  top: -13px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 8px;
  border-bottom: 1px solid #EEEEEE;
}
.cart-dropdown-wrap ul li:last-child {
  border-bottom: 0;
}
.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
}

.mobile-view {
  border-bottom: 1px solid #E5E5E5;
}

.main-menu-wrapper.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.main-menu-wrapper .mobile-header-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav {
  height: 100%;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .categories-col a i {
  margin-right: 15px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .categories-col .categori-dropdown-active-small {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.header-details {
  display: block;
  margin-left: auto;
}
.header-details .search-location {
  display: none;
}

.header-inner .header-inner-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.header-inner .header-inner-icon > a svg {
  width: 1em;
  height: 1em;
}
.header-inner .header-inner-icon > a span.pro-count.blue {
  background-color: #0a45ff;
}
.header-inner .header-inner-icon:hover > a {
  color: #0a45ff;
  fill: #0a45ff;
}
.header-inner .header-inner-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.header-middle {
  padding: 25px 0 0 0;
}

/*datatables hide label text*/

.dt-container div.dt-length select {
    margin-right: 0px !important;
}

div.dt-container div.dt-length label {
    font-size: 0px !important;
}

div.dt-container div.dt-length select {
    margin-right: 0px !important;
}

.me-auto {
    padding-right: 0px !important;
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #E5E5E5;
}
.cart-dropdown-wrap.cart-dropdown {
  right: 0;
}
.cart-dropdown-wrap.account-dropdown {
  width: 200px;
}
.cart-dropdown-wrap.account-dropdown a {
  color: #253D4E;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.cart-dropdown-wrap.account-dropdown a:hover {
  color: #0a45ff;
  padding-left: 10px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
  margin-right: 20px;
  width: 70px;
}
.shopping-cart-img {
max-width: 60px;
height: 60px;
border-radius:7px;
border:0px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
  width:60px;
  height:60px;
  border-radius: 7px;
}
.cart-dropdown-wrap ul li .shopping-cart-title {
  /*margin: 6px 0 0;*/
  font-size:13px;
  width:45%;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
  color: #8F8F8F;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #000000;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #0a45ff;
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: #0a45ff;
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}
.cart-dropdown-wrap ul li .shopping-cart-value {
  margin-left: auto;
  font-size:13px;
}
.cart-dropdown-wrap ul li .shopping-cart-value h2 {
  font-size: 18px;
  color: #0a45ff;
  font-weight: 500;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 2px 0;
  padding: 17px 0 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #0a45ff;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
  align-self: center;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-btn a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 20px;
  background-color: #0a45ff;
  border: 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-btn a.outline {
  background-color: #8F8F8F;
  border: 0;
  color: #FFF;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-btn a.outline:hover {
  color: #FFF;
  background-color: #8F8F8F;
  border: 0;
  opacity: 0.8;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-btn a:hover {
  background-color: #0a45ff;
  border: 0;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid #f43f41;
  background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.header-search {
  width: 100%;
}
.header-search form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-search form select {
  color: #253D4E;
  font-size: 16px;
  font-weight: 700;
  min-height: 44px;
  border: 1px solid #E5E5E5;
  border-right: none;
  width: 140px;
  padding: 3px 35px 3px 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.header-search form select:focus {
  color: #333;
}
.header-search form select::after {
  position: absolute;
}
.header-search form input {
  width: 100%;
  max-width: 683px;
  font-size: 14px;
  padding-left: 0;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.header-search form input::-moz-input-placeholder {
  opacity: 1;
}
.header-search form input::-webkit-input-placeholder {
  opacity: 1;
}
.header-search form input:focus {
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
}
.header-search form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: #0a45ff;
  height: 100%;
  padding: 5px 17px;
}

.header-bottom .header-details a span.pro-count {
  background-color: #0a45ff;
  color: #fff;
}

.mobile-search-three {
  margin-bottom: 10px;
}
.mobile-search-three form {
  position: relative;
}
.mobile-search-three form input {
  font-size: 14px;
  height: 45px;
  color: #253D4E;
  background-color: #F2F3F4;
  border-radius: 5px;
  padding: 3px 50px 3px 20px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0;
}
.mobile-search-three form input::-moz-input-placeholder {
  color: #253D4E;
  opacity: 1;
}
.mobile-search-three form input::-webkit-input-placeholder {
  color: #253D4E;
  opacity: 1;
}
.mobile-search-three form input:focus {
  border: 1px solid #ffb0b1;
}
.mobile-search-three form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}
.mobile-search-three form button:hover {
  color: #0a45ff;
}

.close-col {
  position: absolute;
  right: 55px;
  top: 40px;
}
.close-col.menu-close-position {
  position: inherit;
}
.close-col .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  background-color: #0a45ff;
  border-radius: 30px;
}
.close-col .close-style > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin: 0 !important;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  display: block;
  overflow: hidden;
}
.close-col .close-style > i.icon-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-col .close-style > i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.close-col .close-style > i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.close-col .close-style > i.icon-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-col .close-style > i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.close-col .close-style > i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.close-col .close-style:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.close-col .close-style > i::before,
.close-col .close-style > i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}

.bar-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bar-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.bar-icon > span.bar-icon-one {
  top: 2px;
}
.bar-icon > span.bar-icon-three {
  bottom: 2px;
}
.bar-icon > span.bar-icon-two {
  top: 9px;
}

.bar-icon > span::before,
.bar-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.bar-icon.bar-icon-white > span::before,
.bar-icon.bar-icon-white > span::after {
  background-color: #253D4E;
}

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: pointer;
  z-index: 9999;
}

.mobile-menu-active .sidebar-overlay {
  opacity: 1;
  visibility: visible;
}

.main-menu-wrapper {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}
.main-menu-wrapper .mobile-header-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content {
  padding: 30px 30px 30px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li {
  display: block;
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #E5E5E5;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li:last-child {
  border-bottom: none;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li.mobile-menu-item .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #253D4E;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li.mobile-menu-item .menu-expand i {
  font-size: 14px;
  font-weight: 300;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li.mobile-menu-item.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li.mobile-menu-item.active > .menu-expand i::before {
  content: "\f112";
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #253D4E;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li a i {
  margin-right: 5px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li ul {
  padding: 10px 0 0 10px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li ul li {
  padding: 10px 0;
  border-bottom: none;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li ul li.mobile-menu-item .menu-expand {
  top: 0px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li ul li ul {
  margin-top: 0;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li ul li.mobile-menu-item.active {
  padding-bottom: 0;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-menu-col nav .main-nav li:hover > a {
  color: #0a45ff;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .categories-dropdown-col ul li a {
  padding: 5px 15px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  margin: 17px 0 30px 0;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #253D4E;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #0a45ff;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #0a45ff;
  margin-right: 8px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #0a45ff;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #253D4E;
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.main-menu-wrapper .mobile-header-inner .mobile-header-content .site- {
  font-size: 13px;
  color: #999999;
}

.footer-social-icon li {
  margin-right: 24px;
  display: inline-block;
}
.footer-social-icon li a {
  font-size: 20px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #6B7280;
}
.footer-social-icon li a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
  color: #0a45ff;
}
.footer-social-icon li:last-child {
  margin-right: 0;
}

.mobile-search {
  padding: 0 0 10px 0;
}

.contact-item img {
  min-width: 35px;
  margin-right: 12px;
}
.contact-item p {
  color: #0a45ff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.contact-item p span {
  font-weight: 500;
  color: #7E7E7E;
  display: block;
  letter-spacing: 0.9px;
  margin-top: 5px;
}

.header {
  position: relative;
  overflow-x: clip;
  z-index:1000;
}
.header.mobile-view {
  border-bottom: 0;
}
.header .header-top {
  background-image: none;
  padding: 10px 0;
}
.header .header-top .language-dropdown a {
  color: #253D4E;
}
.header .header-middle {
  padding: 20px 0;
}
.header .select2-container {
  max-width: 165px;
  min-width: 150px;
}
.header .select2-container--default .select2-selection--single {
  border: 0;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  max-width: unset;
  border-radius: 5px 0 0 5px;
}
.header .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
.header .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
}
.header .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  content: "\f10f";
  position: absolute;
  top: -7px;
}
.header .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 44px;
  line-height: 44px;
  position: relative;
}
.header .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #CACACA;
  position: absolute;
  right: 0;
  top: 12px;
}
.header .search-location .select2-container--default .select2-selection--single {
  border: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  width: 164px;
  max-width: unset;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.header .search-location .select2-container--default .select2-selection--single:hover {
  transform: translateY(-3px);
  transition: 0.2s;
}
.header .search-location .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 7px;
}
.header .search-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  line-height: 35px;
  position: relative;
  color: #0a45ff;
  font-weight: 500;
}
.header .search-location .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: none;
}
.header .search-location .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  font-family: uicons-regular-straight !important;
  content: "\f1c6";
  color: #999999;
  margin-right: 7px;
  display: inline-block;
}
.header .search-location .select2-container {
  max-width: unset;
  min-width: 158px;
  max-width: 158px;
  margin-right: 30px;
}
.header .header-search form {
  border: 1px solid #E8EDF2;
  border-radius: 4px;
  max-width: 600px;
  background-color: #FFF;
  margin: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.header .header-search form input {
  max-width: 600px;
  border-width: 0px;
  border-radius: 5px;
  margin-left: 20px;
  background-color: #FFF;
  border: none;
}
.header .header-search form input.submit-btn {
  font-size: 0;
  background-image: url(../img/icons/search.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 0;
  height: 40px;
  line-height: 50px;
  max-width: 40px;
  margin: 2px;
  padding: 0;
  background-color: #0a45ff;
}
.header .header-bottom {
  background-color: #fff;
 /* border-top: 1px solid #E5E5E5;*/
  border-bottom: 1px solid #E5E5E5;
}
.header .categories-col > a {
  color: #fff;
  line-height: 70px;
  background: #0a45ff;
  padding: 0 30px;
}
.header .categories-col > a i.up {
  right: 30px;
}
.header .categories-col > a.categories-btn {
  line-height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
}
.header .categories-col > a.categories-btn i {
  color: #fff;
  margin-left: 12px;
  font-size: 10px;
  margin-bottom: 5px;
}
.header .categories-col > a:hover {
  background-color: #0a45ff;
}
.header .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #494949;
}
.header .stick .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #ffffff !important;
}
.header .categories-dropdown-list {
  top: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.header .contact-item p {
  color: #0a45ff !important;
}
.header .categories-col > a span {
  color: #fff !important;
}

.more-categories .categories-click {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
.more-categories .categories-click:hover {
  color: #0a45ff;
}

.header .header-bottom {
/*  background-color: #0a45ff !important;*/
  background-color: #fff !important;
}
.header .header-bottom .categories-col > a {
  background: transparent;
  border-radius: 0;
  border: 1px solid #FFF;
}
.header .main-menu > nav > ul > li > a {
  color: #fff;
}
.header .contact-item p {
  color: #fff !important;
}
.header .contact-item p span {
  color: #fff !important;
}

span.fi-rs-apps {
  font-size: 16px;
}

.contact-item i {
  opacity: 0.7;
}

.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}
.main-menu > nav > ul > li.hot-deals {
  padding-right: 30px !important;
}
.main-menu > nav > ul > li.hot-deals img {
  position: relative;
  margin-bottom: -4px;
  margin-right: 8px;
}
.main-menu > nav > ul > li.position-static {
  position: static;
}
.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #253D4E;
}
@media (max-width: 1198px) {
  .main-menu > nav > ul > li > a {
    font-size: 13px;
  }
}
.main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  margin-left: 4px;
}
.main-menu > nav > ul > li > a.active {
  color: #FFF;
}
.main-menu > nav > ul > li ul.has-submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 220px;
  padding: 20px 5px;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 10px;
  z-index: 999;
  border: 1px solid #E5E5E5;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > nav > ul > li ul.has-submenu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}
.main-menu > nav > ul > li ul.has-submenu li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.has-submenu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > nav > ul > li ul.has-submenu li ul.level-menu.level-menu-modify {
  top: -25px;
}
.main-menu > nav > ul > li ul.has-submenu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}
.main-menu > nav > ul > li ul.has-submenu li:hover > a {
  color: #000;
}
.main-menu > nav > ul > li ul.has-submenu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.main-menu > nav > ul > li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
  border: 1px solid #E5E5E5;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.main-menu > nav > ul > li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}
.main-menu > nav > ul > li ul.mega-menu li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-one {
  width: 21%;
}
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-two {
  width: 34%;
  margin-right: 20px;
}
.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #6d6d6d;
}
.main-menu > nav > ul > li ul.mega-menu li ul {
  margin-top: 28px;
}
.main-menu > nav > ul > li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 14px;
  float: none;
}
.main-menu > nav > ul > li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a {
  font-size: 15px;
  color: #7E7E7E;
  display: block;
  line-height: 1.4;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a:hover {
  color: #0a45ff;
  padding-left: 10px;
  letter-spacing: 0.5px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
  border-radius: 20px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  /*background: rgba(33, 160, 106, 0.5);*/
  background-image: url(../img/bartercard-gold.webp);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height:257px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content p {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0 10px;
  color: #000;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 19px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 5px;
  padding: 12px 22px 14px;
  background-color: #0a45ff;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: #0a45ff;
}
.main-menu > nav > ul > li:hover > a {
  color: #FFF;
}
.main-menu > nav > ul > li:hover ul.has-submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.main-menu > nav > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu.hover-boder > nav > ul > li > a {
  position: relative;
}
.main-menu.hover-boder > nav > ul > li > a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #0a45ff;
}
.main-menu.hover-boder > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu.hover-boder.hover-boder-white > nav > ul > li > a::after {
  bottom: 18px;
  background: #ffffff;
}
.main-menu.hover-boder.hover-boder-modify > nav > ul > li > a::after {
  bottom: 28px;
}
.main-menu.main-menu-light-white > nav > ul > li > a {
  color: white;
}
.main-menu.main-menu > nav > ul > li {
  padding: 0 13px;
  line-height: 60px;
}
.main-menu.main-menu > nav > ul > li:first-child {
  padding-left: 0 !important;
}

.main-menu.main-menu-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}
.main-menu > nav > ul > li ul.has-submenu li a {
  font-size: 14px;
  color: #7E7E7E;
  display: block;
  padding: 0 15px;
  font-weight: 500;
}
.main-menu > nav > ul > li ul.has-submenu li a:hover {
  color: #0a45ff;
  padding-left: 24px;
  letter-spacing: 0.5px;
}
.main-menu > nav > ul > li ul.has-submenu li a.active {
  color: #0a45ff;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 28px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}
.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height: 70px;
}

.categories-col {
  position: relative;
  margin-right: 35px;
}
.categories-col > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.categories-col > a span {
  margin-right: 7px;
  color: #7E7E7E;
}
.categories-col > a > i {
  margin-left: 5px;
  margin-top: 7px;
  color: #999;
}
.categories-col > a > i.up {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.categories-col > a.open > i {
  transform: rotate(180deg);
}
.categories-col .categories-dropdown-inner {
  display: flex;
}

.categories-dropdown-list {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 20px;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ffb0b1;
  border-radius: 10px;
  font-size: 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 26px;
  font-weight: 700;
}
.categories-dropdown-list.open {
  opacity: 1;
  visibility: visible;
}

.categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 14px 0 23px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 400;
  display: none;
  width: 100%;
}

.categories-dropdown-col ul li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 15px 15px 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.categories-dropdown-col ul li:hover {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.categories-dropdown-col ul li:hover a {
  color: #0a45ff;
}
.categories-dropdown-col ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  color: #253D4E;
  font-size: 14px;
}
.categories-dropdown-col ul li a:hover {
  color: #0a45ff;
  background-color: transparent;
}
.categories-dropdown-col ul li a img {
  max-width: 30px;
  margin-right: 15px;
}
.categories-dropdown-col ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}
.categories-dropdown-col ul li.has-children {
  position: relative;
}
.categories-dropdown-col ul li.has-children > a::after {
  content: "\f111";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.categories-dropdown-col ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  margin-top: 0px;
  border: 1px solid #E5E5E5;
  min-width: 800px;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 20px;
}
.categories-dropdown-col ul li.has-children .dropdown-menu .submenu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #0a45ff;
  padding: 5px 34px;
}
.categories-dropdown-col ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.categories-dropdown-col ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}
.categories-dropdown-col ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}
.categories-dropdown-col ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  transition: all 0.5s ease-in-out;
}
.categories-dropdown-col ul.end li {
  margin-right: 0;
}
.categories-dropdown-col .more_categories {
  margin-top: 0px;
  color: #0a45ff;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
}
.categories-dropdown-col .more_categories span.icon {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 30px;
  margin-right: 5px;
}
.categories-dropdown-col .more_categories span.icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #3BB77E;
  position: absolute;
  right: 4px;
  top: 9px;
}
.categories-dropdown-col .more_categories span.icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #3BB77E;
  position: absolute;
  right: 9px;
  top: 4px;
}
.categories-dropdown-col .more_categories.show span.icon::after {
  display: none;
  content: none;
}
.categories-dropdown-col.style-2 {
  border: 1px solid #ffb0b1;
  border-radius: 10px;
  padding: 30px;
}
.categories-dropdown-col.style-2 ul li {
  border-radius: 0;
  border: 0;
  height: 24px;
  padding: 0;
  line-height: 24px;
  margin-bottom: 16px;
}
.categories-dropdown-col.style-2 ul li:hover {
  box-shadow: none;
}
.categories-dropdown-col.style-2 ul li a {
  font-weight: 500;
}
.categories-dropdown-col.style-2 ul li img {
  max-height: 20px;
}
.categories-dropdown-col.style-2 .more_categories {
  justify-content: left;
}
.categories-dropdown-col.style-2 .more_categories .icon {
  transform: scale(0.7);
}

.pagination {
  align-items: center;
  -webkit-align-items: center;
}

.pagination-area {
  background: #FFFFFF;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination-area .page-item {
  margin: 0 5px;
}
.pagination-area .page-item:first-child {
  margin-left: 0;
}
.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
  color: #FFF;
  background: #0a45ff;
}
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  line-height: 0;
  background: #0a45ff;
  color: #FFF;
}
.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  line-height: 0;
  background: #0a45ff;
  color: #FFF;
}
.pagination-area .page-link {
  border: 0;
  padding: 0 6px;
  box-shadow: none;
  outline: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  background-color: #8F8F8F;
  color: #FFF;
}
.pagination-area .page-link.dot {
  background-color: transparent;
  color: #7E7E7E;
  letter-spacing: 2px;
}

.pagination-show p {
  font-weight: 400;
  color: #4A4A4A;
  font-size: 16px;
}

.price_range {
  background-size: 150px;
}

.primary-sidebar .sidebar-widget {
  position: relative;
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}

.sidebar-widget .widget-header {
  border-bottom: 1px solid #E5E5E5;
}
.sidebar-widget .widget-header h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar-widget .banner-img {
  float: none;
}

.new-products h5 {
  font-size: 14px;
}
.new-products .new-img-product {
  margin-right: 10px;
  width: 67px;
  height: 100px;
  flex: none;
}
.new-products .product-price span {
  font-size: 18px;
  color: #0a45ff;
  font-weight: 500;
}
.new-products .product-price span.old-price {
  font-size: 14px;
  color: #EB5757;
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.new-products .product-card-bottom {
  margin: 5px 0px;
}

.buy-offer-product {
  background: #E5EFEE;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.buy-offer-product h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.buy-offer-product h4 span {
  color: #0a45ff;
  font-weight: 600;
  font-size: 22px;
}
.buy-offer-product a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.buy-offer-product a i {
  margin-left: 10px;
}
.buy-offer-product .offer-img {
  text-align: center;
}
.buy-offer-product .offer-img img {
  border-radius: 50%;
}

footer {
  background: #FFF;
 /* box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.04); */
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index:999;
  padding-top:10px;
}


footer .footer-social-icon {
  display: flex;
  align-items: center;
}
footer .footer-social-icon h6 {
  display: inline-block;
  margin-right: 15px;
}
footer .hotline {
  min-width: 200px;
}
footer .hotline img {
  min-width: 10px;
  margin-right: 12px;
  max-width: 30px;
  opacity: 0.5;
}

.footer-about {
  min-width: 300px;
  font-size: 16px;
}
.footer-about p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 18px;
}

.contact-info {
  font-size: 15px;
  color: #253D4E;
  position:relative;
}
.contact-info li {
  margin-bottom: 17px;
}
.contact-info li p {
  color: #000000;
  margin-bottom: 0;
}
.contact-info li p i {
  color: #0a45ff;
  margin-right: 10px;
}

.footer-widget:not(:last-child) {
  margin-right: 30px;
}
.footer-widget p {
  font-size: 15px;
  color: #253D4E;
}

.footer-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  min-width: 150px;
}
.footer-list li {
  display: block;
  margin: 0 0 13px;
  transition-duration: 0.3s;
}
.footer-list li:last-child {
  margin: 0;
}
.footer-list li:hover {
  padding-left: 5px;
  transition-duration: 0.3s;
}
.footer-list li a {
  font-size: 15px;
  color: #000000;
  display: block;
}
.footer-list li a:hover {
  color: #0a45ff;
}

.footer-bottom {
  background: #EAEAEA;
 /* padding: 15px; */
}
.footer-bottom .footer-list {
  float: right;
}
.footer-bottom .footer-list li {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.footer-bottom .footer-list li + li {
  border-left: 1px solid #6B7280;
}

#scrollUp {
  width: 40px;
  height: 40px;
  color: #FFF;
  right: 30px;
  bottom: 30px;
  border-radius: 7px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 2px solid #0a45ff;
  background-color: #0a45ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#scrollUp i {
  font-size: 26px;
}
#scrollUp:hover {
  color: #0a45ff;
  border: 2px solid #0a45ff;
  background-color: #FFF;
  transform: translateY(-5px);
}

.footer-top {
  padding: 60px 0 30px;
}
.footer-top .footer-title {
  margin: 15px 0 20px 0;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}

.footer-middle {
  border-top: 1px solid #EAEAEA;
  padding: 30px 0 60px;
}
.footer-middle .footer-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}

.h40 {
height:40px;
}

.w30 {
width:30px;
}

.w120 {
width:120px;
}

.old-price {
      display:inline-block;
}

.dir-search {
z-index:1;
}

.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-5 {
  padding: 5px 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-5 {
  padding: 5px !important;
}


.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-110 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-110 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}


.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.feature-products-mobile {
  display:none;
}

.notes-column {
    white-space: normal !important;
    word-wrap: break-word;
    min-width:200px;
}


@media only screen and (max-width: 768px) {
  .totall-product h2 {
    font-size: 28px;
  }

  .loop-grid.loop-list article .post-thumb {
    min-height: 220px;
    min-width: 300px;
  }
  .loop-grid.loop-list article h3.post-title {
    font-size: 22px;
    margin-bottom: 30px !important;
  }
  .loop-grid.loop-list article .post-exerpt {
    display: none;
  }
  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 30px !important;
  }

  .header .header-bottom {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  }

  .header-inner .header-inner-icon:last-child {
    padding: 0;
  }

  .logo.header-logo {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo.header-logo a img {
    width: 35px;
    min-width: 35px;
  }

  .header-bottom {
    padding: 15px 0;
  }

  .header-inner .header-inner-icon {
    padding: 0 6px;
  }
  .header-inner .header-inner-icon:last-child {
    padding: 0 0 0 6px;
  }
  .header-inner .header-inner-icon > a {
    color: #fff;
    fill: #fff;
    font-size: 22px;
    margin-right: 10px;
  }

  .cart-dropdown-wrap {
    width: 290px;
    right: 0px;
  }
  .cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-btn a {
    padding: 12px 22px 13px;
  }

  .categories-dropdown-col ul li a {
    padding: 5px 12px;
  }

  .main-menu-wrapper {
    width: 280px;
  }
  .main-menu-wrapper .mobile-header-inner .mobile-header-top {
    padding: 11px 30px 11px 30px;
    border-bottom: 1px solid #E5E5E5;
  }
  .main-menu-wrapper .mobile-header-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px;
  }
  .main-menu-wrapper .mobile-header-inner .mobile-header-content {
    padding: 20px;
  }

  .banner-slider.pt-50 {
    padding-top: 0 !important;
  }

  .banner-slider .slider-arrow {
    display: none;
  }
  .banner-slider .banner-slider-one.style-2 {
    height: 400px;
  }
  .banner-slider .banner-slider-one.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 100px;
  }
  .banner-slider .banner-slider-one.style-2 .single-slider-img img {
    max-width: 400px;
  }
  .banner-slider .banner-slider-one.style-2 .slider-1-height-2 {
    height: 400px;
    position: relative;
  }

  .banner-img {
    float: left;
  }
  .banner-img.f-none {
    float: none;
  }

  .font-xxl {
    font-size: 38px;
  }

  .product-list .product-card {
    align-items: start;
  }
  .product-list .product-card .product-img-col {
    max-width: 45%;
  }
  .product-list .product-card h2 {
    font-size: 24px;
  }
  .product-list .product-card p.mt-15 {
    display: none;
  }
  .product-list .product-card .product-rating-info {
    margin-bottom: 20px;
  }

  .detail-info {
   /* padding: 0 !important; */
  }
  .detail-info h2 {
    font-size: 30px;
  }
  .detail-info .detail-extralink .detail-qty {
    padding: 0;
  }

  .button-buy-now {
        padding: 9px 8px !important;
        font-size: 12px !important;
        height: 40px;
        line-height: 1.6em;
        border-color: #999;
        border: 1px;
        border-style: solid;
        color: #fff;
    }

  .detail-info .product-extra-link2 .button.button-add-to-cart {
    padding: 9px 8px;
    font-size: 20px !important;
    height: 38px;
    line-height: normal;
    border-color: #999;
    border: 1px;
    border-style: solid;
    color: #fff;
  }
  .detail-info .product-extra-link2 .button.button-add-to-cart i {
   /* display: none; */
  }

  .product-extra-link2 .btn-wishlist {
    padding: 9px 15px;
    font-size: 14px;
    height: auto;
    line-height: normal;
  }

  .shopping-summery table tbody tr img {
    max-width: 80px;
    margin-right: 15px;
  }
  .shopping-summery .form-check-label {
    display: none;
  }
  .shopping-summery h6 {
    font-size: 14px;
  }
  .shopping-summery td.pl-30 {
    padding-left: 0 !important;
  }
  .shopping-summery button.btn {
    width: 120px;
    margin-left: 15px;
  }

  .product-card .product-img-col .product-inner-details {
    min-width: 111px;
  }

  .custom-modal .modal-dialog {
    max-width: 720px !important;
  }

  .section-title h3 {
    font-size: 24px !important;
  }

  .feature-products, .deals-section {
    padding: 0px 0 20px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .product-main-grid article .product-tag {
    font-size: 12px;
    padding: 1px 8px;
  }

  .category-grid .category-content h4 a {
    font-size: 16px;
  }
  .category-grid .category-content p {
    font-size: 14px;
  }
  .category-grid .category-content a {
    font-size: 14px;
  }

  .contact-info {
    font-size: 14px;
  }
  .contact-info li a i {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-view {
    display: none;
    padding: 7px 0;
    text-align: center;
    background: #0a45ff;
    color: #fff;
  }

  .section-title h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-inner .header-inner-icon {
    padding: 0 10px;
  }
  .header-inner .header-inner-icon:last-child {
    padding: 0 0 0 10px;
  }
  .header-inner .header-inner-icon > a {
    font-size: 22px;
  }

  .cart-dropdown-wrap {
    width: 310px;
  }

  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }

  .header .header-search {
    display: none;
  }

  .product-list .product-card {
    display: block;
  }
  .product-list .product-card .product-img-col {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-inner .header-inner-icon > a {
    color: #fff;
    fill: #fff;
    width: 25px;
  }

  .header .header-bottom {
    padding: 13px 0 10px;
    border-bottom: 1px solid #f7f8f9;
  }

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totall-product h2 {
    font-size: 28px;
  }

  .loop-grid.loop-list article .post-thumb {
    min-height: 220px;
    min-width: 300px;
  }
  .loop-grid.loop-list article h3.post-title {
    font-size: 22px;
    margin-bottom: 30px !important;
  }
  .loop-grid.loop-list article .post-exerpt {
    display: none;
  }
  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 30px !important;
  }

  .logo.logo-hm3 a img {
    width: 120px;
  }

  .header .header-search {
    display: none;
  }

  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }
  .main-menu > nav > ul > li ul.has-submenu li ul.level-menu.level-menu-modify {
    width: 165px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 10px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 10px 16px 13px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .main-menu.main-menu > nav > ul > li {
    padding: 0 8px;
  }
  .main-menu.main-menu.hm3-menu-padding > nav > ul > li {
    padding: 0 6px;
  }

  .header-search form input {
    width: 340px;
  }

  .contact-item p {
    font-size: 15px;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 820px;
  }

  .banner-box {
    margin-bottom: 15px;
  }

  .banner-img img {
    max-width: 210px;
  }
  .banner-img .banner-text h4 {
    font-size: 18px;
  }
  .banner-img .banner-text p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }

  .col-md-2-5 {
    width: 40%;
  }

  .col-md-3-5 {
    width: 60%;
  }

  .col-md-4-5 {
    width: 80%;
  }

  .col-md-5-5 {
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .header-details .search-location {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }

  .col-lg-2-5 {
    width: 40%;
  }

  .col-lg-3-5 {
    width: 60%;
  }

  .col-lg-4-5 {
    width: 80%;
  }

  .col-lg-5-5 {
    width: 100%;
  }

  .header-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1400px) {
  .banner-img.style-2 {
    height: 483px;
  }

  .slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: 10px;
  }
  .slider-nav-thumbnails button.slick-arrow.slick-next {
    right: 10px;
  }

  .zoomContainer {
    display: none;
  }

  .detail-info h4 {
    font-size: 22px;
  }

  .tab-style3 .nav-item {
    margin-bottom: 15px;
  }

  .banner-box {
    padding: 20px;
  }
  .banner-box .banner-icon {
    margin-right: 15px;
  }
  .banner-box .banner-text h3 {
    font-size: 18px;
  }
  .banner-box .banner-text p {
    font-size: 16px;
  }

  .banner-img .banner-text h4 {
    font-size: 32px;
  }

  .banner-img .banner-text .btn {
    padding: 11px 20px;
    font-size: 16px;
  }

  .product-main-grid .product-price {
    font-size: 15px;
  }
  .product-main-grid .product-price span.old-price {
    margin: 0 0 0 5px;
  }
  .product-main-grid .product-price span.discount-tag {
    margin: 0 0 0 5px;
    font-size: 11px;
  }

  .login-wrap label {
    font-size: 15px;
  }
  .login-wrap p.log-info {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .categories-col {
    margin-right: 20px;
  }

  .product-card .product-content .product-price span {
    font-size: 15px;
  }
  .product-card .product-content .product-price span.discount-tag {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
  .product-card .product-inner-details a.product-btn {
    width: 34px;
    height: 34px;
    line-height: 40px;
    font-size: 13px;
  }

  .banner-big h1 {
    font-size: 22px;
  }
  .banner-big .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border: 0;
  }

  .banner-img .banner-text h4 {
    margin-top: 0px !important;
  }

  .footer-link-cover {
    display: block;
  }
  .footer-link-cover .footer-widget {
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
  }
  .footer-link-cover .footer-widget:not(:last-child) {
    margin-right: 30px;
  }

  .et, .hotline, li.hot-deals, .header-inner .header-inner-icon span.lable {
    display: none !important;
  }

  .main-menu > nav > ul > li {
    padding: 0 10px;
  }

  .banner-slider-one .banner-slider-single {
    height: 600px;
  }
  .banner-slider-one .banner-slider-single .banner-title {
    font-size: 32px;
    margin-bottom: 25px !important;
  }
  .banner-slider-one .banner-slider-single .banner-content p {
    font-size: 18px;
    margin-bottom: 40px !important;
  }

  .banner-img img {
    max-width: 210px;
  }
  .banner-img .banner-text h4 {
    font-size: 18px;
  }
  .banner-img .banner-text p {
    font-size: 16px;
  }

  .header .header-search form {
    max-width: 450px;
  }

  .header-inner .header-inner-icon:last-child {
    padding: 0 0 0 8px;
  }

  .section-title h3 {
    font-size: 28px;
  }

  .nav-tabs.links .nav-link {
    padding: 0 7px 9px;
    font-size: 14px;
  }

  .deals-countdown .countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .section-title.style-1 {
    padding-bottom: 15px;
    font-size: 20px;
  }

  .product-main-grid h6 {
    font-size: 14px;
  }
  .product-main-grid .product-rating-info {
    display: none;
  }

  .section-title.style-2 {
    display: block;
  }
  .section-title.style-2 h3 {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }

  .vendor-wrap.style-2 {
    display: block;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .banner-img.style-4 .banner-text h4 {
    font-size: 20px;
  }

  .footer-list li a, .contact-info {
    font-size: 13px;
  }
}



@media only screen and (max-width: 991.98px) {

  .header .header-bottom {
    background-color: #fff !important;
    position: fixed;
    width: 100%;
    padding-top:50px;
   
  }

  .logo.header-logo a img {
    width: 35px;
    min-width: 35px;
    margin-top:0px;
  }

  .footer-middle .footer-list {
    margin-bottom: 18px;
  }

  .logo.header-logo {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .banner-box .banner-text h3 {
    font-size: 18px;
  }
  .banner-box .banner-text p {
    font-size: 16px;
  }

  .banner-box {
    margin-bottom: 15px;
    padding: 10px;
  }

  .banner-img img {
    display: none;
  }
  .banner-img .banner-text {
    width: 100%;
  }

  .shop-cart-box ul li a {
    font-size: 16px;
  }
  .shop-cart-box ul li:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .shop-cart-action .continue-btn {
    width: 100%;
  }
  .shop-cart-action .basket-btn {
    width: 100%;
    display: block;
  }

  .about-contact h3 {
    font-size: 28px;
  }

  .banner-slider-one .banner-slider-single .banner-title {
    font-size: 26px;
    margin-bottom: 15px !important;
  }
  .banner-slider-one .banner-slider-single .banner-content p {
    font-size: 16px;
    margin-bottom: 40px !important;
    line-height: 1.3;
  }

  .product-section {
    padding: 40px 0 20px;
  }

  .product-filter-group .filter-list {
    margin-bottom: 10px;
  }
  .product-filter-group .filter-list ul {
    justify-content: end;
  }
  .product-filter-group .show-result {
    margin-bottom: 10px;
  }
  .product-filter-group .show-result p {
    text-align: right;
  }
  .product-filter-group .select-filter-group {
    justify-content: end;
  }
  .product-filter-group .select-filter-group .sort-by-filter {
    max-width: 200px;
  }
  .product-filter-group .select-filter-group .sort-by-filter.show-filter {
    max-width: 150px;
  }
}


@media only screen and (max-width: 767.98px) {
  .banner-slider-one .banner-slider-single .banner-title {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  .banner-slider-one .banner-slider-single .banner-content {
    /*padding: 10px 10px 0;
    width:60%;*/
  }
  .banner-slider-one .banner-slider-single .banner-content p {
    font-size: 12px;
    margin-bottom: 10px !important;
  }

  .input-group-text{

    height:30px;
    line-height: 30px;
  }

  .section-category {
    padding: 20px 0;
  }

  .pagination-square.align-pagination-square ul {
    position: absolute;
    left: 50%;
    bottom: 15px;
  }

  .banner-img .banner-text .btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .banner-box {
    padding: 15px;
  }
  .banner-box:last-child {
    margin-bottom: 20px;
  }
  .banner-box .banner-icon {
    margin-right: 15px;
  }
  .banner-box .banner-text h3 {
    font-size: 16px;
  }
  .banner-box .banner-text p {
    font-size: 14px;
  }

  .section-padding {
    padding: 25px 0 0;
  }

  .electrnoics-section {
    padding: 0;
  }

  .sales-section {
    padding: 40px 0;
  }

  .banner-img {
    padding: 0;
  }
  .banner-img:last-child {
    padding-bottom: 20px;
  }

  .product-main-content .product-text p {
    font-size: 14px;
  }

  .product-title h5 {
    font-size: 20px;
  }

  .product-details .product-sub-text a {
    font-size: 16px;
  }

  .products-found {
    display: block;
  }

  .products-found h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .products-found p {
    font-size: 16px;
  }

  .sort-by-product-wrap .sort-by span {
    font-size: 16px !important;
  }

  .shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
    font-size: 16px !important;
  }

  .page-content {
    padding: 20px 0;
  }

  .page-header.breadcrumb-wrap {
    padding: 0;
    display:none;
  }

  .breadcrumb {
    padding: 20px 20px;
  }

  .product-card .product-content h2 a {
    font-size: 14px;
  }

  .pagination-area {
    display: block;
    margin-top: 0px;
  }
  .pagination-area .page-link {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }

  .pagination-show p {
    font-size: 14px;
    margin-top: 10px;
  }

  .product-list .product-card .product-content .pro-action a.product-btn {
    font-size: 16px;
    margin-right: 30px;
  }

  .account-details p {
    font-size: 14px;
  }
  .account-details h4 {
    font-size: 15px;
  }

  .account {
    margin-top: 30px;
  }
  .account .card .card-header .card-title {
    font-size: 16px;
  }
  .account .card .card-header .account-edit .modal-btn-address {
    font-size: 12px;
  }
  .account .card .card-header .card-content {
    font-size: 15px;
  }
  .account .card .card-header .card-sub-title {
    font-size: 15px;
  }
  .account .card .card-header .bg-ordered {
    font-size: 14px;
    width: 80px;
    height: 30px;
  }
  .account .card .profile-body p {
    font-size: 14px;
  }
  .account .card .profile-body p:not(:last-child) {
    margin-bottom: 4px;
  }
  .account .card .card-details {
    padding-top: 15px;
  }
  .account .card .card-details .card-details-title {
    font-size: 16px;
  }
  .account .card .card-details p {
    font-size: 14px;
    align-items: center;
  }
  .account .card .card-details p i {
    font-size: 18px;
  }
  .account .card .card-details .card-delivery {
    display: block;
  }
  .account .card .card-details .card-delivery p {
    display: flex;
    margin-bottom: 15px;
    line-height: 24px;
  }
  .account .card .card-details .card-delivery .btn {
    padding: 7px 14px;
  }

  .dashboard-menu ul li a {
    font-size: 14px;
  }
  .dashboard-menu .dashboard-sub-link li a {
    font-size: 14px;
  }

  .card .card-header {
    padding: 15px;
  }
  .card .card-body {
    padding: 5px;
  }

  .edit-modal .modal-dialog {
    max-width: 420px !important;
  }
  .edit-modal .modal-header h3 {
    font-size: 16px;
  }
  .edit-modal .update-btn {
    width: 100%;
    height: 35px;
    font-size: 14px;
    margin-right: 10px;
  }
  .edit-modal .back-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }

  .wishlist-img .wishlist-delete-btn {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }

  .notification-inner {
    display: block;
  }
  .notification-inner .notification-info {
    display: block;
  }
  .notification-inner .notification-img {
    margin-right: 0;
  }
  .notification-inner .notification-img img {
    width: 76px;
    height: 76px;
  }
  .notification-inner .notification-details h4 {
    margin-top: 10px;
    font-size: 15px;
  }
  .notification-inner .notification-details p {
    font-size: 14px;
  }

  .shopping-table .table .table-head th {
    font-size: 14px;
  }
  .shopping-table .table .table-head td::before {
    display: none;
  }
  .shopping-table .table .table-head td a {
    font-size: 14px;
    color: #0a45ff;
  }

  .shop-cart-box ul li a {
    font-size: 14px;
  }
  .shop-cart-box ul li a i {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .shop-cart-box ul li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .shop-cart {
    padding-top: 20px;
  }

  .shop-cart-action {
    text-align: center;
    padding-bottom: 20px;
  }
  .shop-cart-action .continue-btn {
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 auto 10px;
    width: 100%;
  }
  .shop-cart-action .basket-btn {
    font-size: 14px;
    padding: 8px 20px;
    width: 100%;
  }

  .shop-cart-info p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .shop-cart-info .checkout-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
  .shop-cart-info .back-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .shopping-cart-btn .continue-btn {
    width: 100%;
    font-size: 14px;
    padding: 8px 20px;
  }

  .delivery-card .delivery-payment p {
    font-size: 14px;
  }
  .delivery-card .delivery-info h5 {
    font-size: 14px;
  }

  .payment-card .payment-info h5 {
    font-size: 14px;
  }
  .payment-card .payment-btn .btn {
    padding: 7px 0px;
  }

  .invoice-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
  }
  .invoice-header .invoice-thumb h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .invoice-header .invoice-thumb p {
    font-size: 14px;
  }

  .invoice-details .invoice-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .invoice-details .invoice-item p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 24px;
  }
  .invoice-details .invoice-item h6 {
    font-size: 16px;
  }
  .invoice-details .invoice-item-right {
    text-align: left;
  }

  .invoice-inner-table {
    padding-top: 0px;
  }
  .invoice-inner-table .table th {
    font-size: 14px;
    padding: 15px;
  }
  .invoice-inner-table .table td {
    padding: 15px;
  }
  .invoice-inner-table .table td span {
    font-size: 14px;
  }

  .invoice-other-info {
    padding-bottom: 20px;
  }
  .invoice-other-info p {
    font-size: 14px;
  }
  .invoice-other-info h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .shop-cart-card {
    margin-bottom: 20px;
  }

  .footer-top {
    padding: 40px 0 0px;
  }
  .footer-top .footer-title {
    font-size: 16px;
  }

  .footer-about p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer-middle {
    padding: 30px 0 20px;
  }
  .footer-middle .footer-title {
    font-size: 16px;
  }

  .footer-bottom .footer-list {
    display: block;
    float: left;
    margin: 10px 0 0 -10px;
  }
  .footer-bottom .footer-list li {
    margin: 0 0 0 10px;
    padding: 0 0 0 0px;
    display: inline-block;
  }
  .footer-bottom .footer-list li + li {
    border-left: 1px solid transparent;
  }

  .header-inner .header-inner-icon .small-cart-icon {
    width: 30px;
    height: 30px;
  }
  .header-inner .header-inner-icon > a img {
    width: 25px;
  }
  .header-inner .header-inner-icon > a span.pro-count {
    height: 15px;
    width: 15px;
    font-size: 10px;
    line-height: 15px;
    right: 5px;
  }

  .login-wrap h4 {
    font-size: 16px;
  }
  .login-wrap .btn {
    font-size: 16px;
    padding: 8px 30px;
  }

  .log-title {
    font-size: 16px;
  }

  .new-customer {
    margin-top: 25px;
  }
  .new-customer p {
    font-size: 14px;
  }
  .new-customer .btn {
    padding: 8px 30px;
  }

  .terms-header {
    margin-bottom: 20px;
  }
  .terms-header h4 {
    font-size: 16px;
  }

  .terms-text p {
    font-size: 14px;
  }
  .terms-text h5 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .terms-text ul {
    font-size: 14px;
  }

  .sub-title {
    font-size: 16px;
  }

  .about-contact h3 {
    font-size: 18px;
  }

  .about-contact p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .accordion-item .accordion-button {
    font-size: 14px;
    padding: 10px;
  }
  .accordion-item .accordion-button::after {
    width: 18px;
    height: 16px;
    background-size: contain;
  }
  .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }

  .detail-info h4 {
    font-size: 16px;
  }

  .detail-info .product-price .current-price {
    font-size: 16px;
  }

  .in-stock {
    font-size: 14px;
  }

  .slider-arrow .slider-btn.slider-prev {
    right: 35px;
  }

  .form-select {
    font-size: 14px;
  }

  .pro-share ul li span {
    font-size: 14px;
  }

  .banner-box .banner-icon i {
    font-size: 24px;
  }

  .banner-img .banner-text h4 {
    font-size: 16px;
  }
  .banner-img .banner-text p {
    font-size: 14px;
  }

  .product-section {
    padding: 20px 0 0px;
  }

  .banner-content .shop-now {
    font-size: 16px !important;
  }

  .banner-content .border-line {
    margin-bottom: 20px;
  }

  .blog {
    padding: 15px;
  }

  .blog .blog-title {
    font-size: 16px;
  }

  .blog-info {
    font-size: 14px;
  }

  .blog .blog-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .read-more {
    font-size: 16px;
  }

  .post-widget .card-header h4 {
    font-size: 16px;
  }

  .post-info h4 {
    font-size: 14px;
  }

  .category-widget .categories li a {
    font-size: 14px;
  }

  .tags-widget .card-body {
    padding-bottom: 5px;
  }

  .blog-author-name {
    font-size: 14px;
  }

  .comments-list .comment-block p {
    font-size: 14px;
  }

  .new-comment .btn {
    padding: 10px 30px;
    font-size: 14px;
  }

  .blog.grid-blog {
    padding: 15px;
  }

  .contact-from-area .contact-form button {
    font-size: 14px;
    padding: 9px 22px;
  }

  .contact-card {
    padding: 15px;
  }

  .contact-icon p {
    min-width: 70px;
    height: 70px;
    font-size: 26px;
  }

  .contact-details {
    margin-left: 15px;
  }

  .contact-details h4 {
    font-size: 16px;
  }
  .contact-details p {
    font-size: 14px;
  }

  .product-filter-group {
    line-height: 1.8;
  }
  .product-filter-group .filter-list ul {
    justify-content: start;
  }
  .product-filter-group .filter-list ul li {
    font-size: 14px;
  }
  .product-filter-group .show-result p {
    font-size: 14px;
  }
  .product-filter-group .select-filter-group {
    display: block;
  }
  .product-filter-group .select-filter-group .sort-by-filter {
    max-width: 200px;
  }
  .product-filter-group .select-filter-group .sort-by-filter label {
    font-size: 14px;
  }
  .product-filter-group .select-filter-group .sort-by-filter .form-select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-view {
    display: none;
    padding: 7px 0;
    text-align: center;
    background: #0a45ff;
    color: #fff;
  }

  .entry-meta.meta-1 {
    justify-content: start;
  }

  .single-header-meta .single-share {
    display: none;
  }

  .terms-text blockquote {
    padding: 20px 30px;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 16px;
    max-width: 100%;
  }
  .terms-text blockquote p {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-slider-one .banner-slider-single .banner-content form {
    max-width: 310px;
  }
  .banner-slider-one .banner-slider-single .banner-content form button.submit, .banner-slider-one .banner-slider-single .banner-content form button[type=submit] {
    padding: 12px 20px;
  }

  .entry-meta.meta-2 a.btn {
    display: inline-block;
    align-items: center;
    align-self: center;
  }
  .entry-meta.meta-2 .font-xs {
    max-width: 150px;
    line-height: 1.3;
  }

  .terms-header .single-header-meta, .entry-bottom {
    display: block;
  }

  .carousel-6-columns, .carousel-4-columns {
    /*max-width: 375px;*/
    overflow: hidden;
  }

  .banner-slider-one {
    height: unset;
  }

  .header-inner .header-inner-icon:last-child {
    padding: 0;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem;
  }

  .mb-sm-5 {
    margin-bottom: 2rem;
  }

  .nav.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .banner-slider-one.style-2 .single-slider-img {
    display: none;
  }

  ul.footer-list {
    margin-bottom: 30px;
  }

  .section-padding-60 {
    padding: 30px 0;
  }

  .pt-60, .pt-40 {
    padding-top: 30px !important;
  }

  /*.pb-60 {
    padding-bottom: 30px !important;
  }*/

  .mb-60 {
    margin-bottom: 30px !important;
  }

  .input-group-text {
    height: 30px;
    line-height: 30px;  
}
  
  .banner-slider-one.style-3 .slider-1-height-3 {
    height: 220px;
  }

  .banner-slider-one.style-3 .hero-slider-content-2 {
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }
  .banner-slider-one.style-3 .hero-slider-content-2 h1 {
    font-size: 18px;
  }
  .banner-slider-one.style-3 .hero-slider-content-2 h2 {
    font-size: 16px;
  }
  .banner-slider-one.style-3 .hero-slider-content-2 h4 {
    font-size: 14px;
  }
  .banner-slider-one.style-3 .hero-slider-content-2 p {
    font-size: 11px;
  }
  .banner-slider-one.style-3 .hero-slider-content-2 a.btn {
    display: none;
  }

  .header .header-search {
    display: none;
  }
  .header .header-inner .header-inner-icon > a {
    font-size: 18px;
    margin-right: 4px;
  }
  .header .sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
    padding: 15px 0;
  }

  .font-xxl {
    font-size: 28px;
  }

  .w-50 {
    width: 100% !important;
  }

  .product-list .product-card {
    display: block;
  }
  .product-list .product-card .product-img-col {
    max-width: 100%;
  }

  .shop-product-fillter {
    display: block;
  }
  .shop-product-fillter .totall-product {
    margin-bottom: 15px;
  }

  .table td {
   /* width: 100%; */
    text-align: left;
  }
  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }

  .loop-grid.loop-list article {
    display: block;
  }

  .d-sm-none {
    display: none;
  }

  .banner-features {
    margin-bottom: 15px;
  }

  .product-card:not(:last-child), .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .slick-track .product-card {
    margin-bottom: 0 !important;
  }

  .first-post .meta-1 .font-sm {
    display: none;
  }
  .first-post .btn.btn-sm {
    display: none;
  }

  .loop-grid .entry-content {
    padding: 20px 20px 0 20px;
  }

  .img-hover-slide {
    min-height: 232px;
  }

  .comments-area .thumb {
    min-width: 100px;
  }

  .banner-slider-one .single-slider-img-1 {
    height: 300px;
  }

  .featured .col-lg-2 {
    width: 50%;
  }

  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }

  .deal {
    background-position: left bottom;
  }

  .product-main-grid figure {
    margin-bottom: 20px !important;
  }
  .product-main-grid .title-small {
    font-size: 16px;
    font-weight: 600;
  }

  footer .col-lg-2.col-md-3 {
    width: 50%;
  }
  footer .download-app a img {
    width: 150px;
  }

  .banner-slider .banner-slider-one.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 50px;
  }
  .banner-slider .banner-slider-one.style-2 .hero-slider-content-2 h3 {
    line-height: 1.4;
  }

  .banner-slider-one.style-3.pagination-square.align-pagination-square ul {
    bottom: 0;
  }

  .terms-text .banner-text, .banner-img.banner-big .banner-text {
    display: none;
  }

  .comments-area {
    padding: 25px 0;
    margin-top: 0;
  }

  .entry-bottom {
    margin-bottom: 0 !important;
  }

  section.pt-150.pb-150 {
    padding: 50px 0 !important;
  }

  .product-detail .single-share {
    margin-bottom: 20px;
  }
  .product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.5rem;
    text-transform: none;
  }

  .related-products .product-card {
    margin-bottom: 30px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .section-title {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .section-title .title {
    display: block;
  }
  .section-title h3 {
   /* margin-bottom: 15px; */
    margin-bottom: 0px !important; 
    font-size: 18px !important;
  }
  .section-title h3 > span:before {
    height: 14px;
    top: 5px;
  }
  .section-title .show-all {
    display: none;
  }
  .section-title p {
    font-size: 14px;
  }

  .category-slider .carousel-category-arrow,
.feature-product-slider .carousel-4-columns-arrow,
.deals-slider .carousel-3-columns-arrow,
.sales-slider .carousel-sale-arrow {
    margin-top: -40px;
  }

  .slider-arrow.slider-arrow-two .slider-btn {
    width: 30px;
    height: 30px;
  }

  .nav-tabs.links .nav-link {
    margin-bottom: 10px;
  }

  .slider-arrow.slider-arrow-two.flex-right {
    display: none;
  }

  .product-grid .product-card {
    margin-bottom: 30px;
  }

  .product-main-grid figure.col-md-4 {
    max-width: 30%;
    float: left;
    margin: 0 !important;
  }
  .product-main-grid .col-md-8 {
    float: left;
    max-width: 70%;
  }

  .footer-widget:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }

  .footer-about {
    margin-bottom: 30px;
  }

  footer p.font-md {
    font-size: 13px;
  }

  .banner-slider-one .banner-slider-single.rectangle .banner-content {
    width: 100%;
  }

  .product-info {
    border: 0;
    padding: 0;
  }
  .product-info .tab-style3 .nav-tabs li.nav-item a {
    padding: 11px 12px !important;
    font-size: 13px;
  }

  .shopping-summery table tbody tr img {
    max-width: 180px;
    margin-right: 0;
  }

  .toggle_info .font-lg, .toggle_info input, .apply-coupon .font-lg, .apply-coupon input {
    font-size: 14px !important;
  }

  .cart-totals.ml-30 {
    margin-left: 0 !important;
    text-align: center;
  }

  .order_table table .w-160 {
    margin: 0 auto;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .col-lg-4 .banner-img {
    margin-bottom: 30px;
  }

  .banner-features {
    margin-bottom: 30px;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 375px) {
  .entry-meta .hit-count, .entry-meta.meta-2 .font-xs {
    display: none;
  }

  .deal {
    padding: 30px;
  }

  .custom-modal .modal-dialog .modal-content {
    padding: 0;
  }

  .deal .product-title {
    max-width: unset;
    font-size: 25px;
  }

  .modal-open .modal {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .deal .product-title {
    max-width: 100%;
    font-size: 35px;
  }
}

@media only screen and (max-width: 667px) {
  .font-10 {
    font-size: 10px;
    line-height: 15px;
    color:#000;
    
  }

.font-13 {
    font-size: 13px;
 
  }

.font-14 {
    font-size: 14px;
 
  }

  .mr9{
    margin-right:0px;
  }

  .ml9{
  margin-left:7px;
  }

  /*.icon {
    padding-top: 14px;
  }*/

  .icon-div, .icon-div-disabled {
    height: 50px;
    width: 50px;
  }

.chat-icon-div {
    height: 40px;
    width: 40px;
  }

  .avatar {
    height: 50px;
    width: 50px;
  }

  .avatar-col-width{
    width:20%;
  }

.small-avatar-col-width{
    width:10%;
    padding:0px;
  }

  .chat-col-width{
   /* width:75%;*/
    width:98%;
  }

  .chat-date{
    width:25%;
  }




  .icon-col-width{
    width:20%;
  }

  .account-icon-col-width{
    width: 25%;
    padding: 0;
    margin-bottom: 10px;

    }

  .height250px {
     width:120px;
     height: auto;
     float: right;
    /*  margin-top: -150px !important;*/   
  }

  .single-banner-slider {
    margin-top:0px;
}


.banner-slider .slider-next {
display:none !important;
}

.banner-slider .slider-prev {
display:none !important;
}


.log-out-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #E8EDF2;
    border-radius: 5px;
    font-size: 18px;
    color: #0a45ff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-top: 2px;
}

a {
  font-size: 14px !important;
}

.quick-links {
display:none;
}
.footer-social-icon li a {
    font-size: 20px !important;
    
}

.feature-products-mobile {
  display:block;
}

.feature-products {
 /* display:none; */
}

.product-card {
      width:156px !important;
}

.old-price{
      display:block;
}

.sold-group{
      display:none;
}

.product-card .product-badge {
  left: 5px;
  top: 5px;
  margin: 0 0 5px;
}
.product-card .product-badge span {
  font-size: 12px;
  padding: 3px 7px;
}

.product-card .product-content
{
  padding:0 0 0 5px;

}

.product-card .add-feature .btn-primary {
  /*  padding: 4px 5px;*/
    height: 25px;
}

.product-card .product-content .product-price span.old-price {
   
    margin: 0px;
  
}
.pro-share ul li a {
    font-size: 20px !important;
}

.profile-names {
    line-height: 18px;
    padding-right:5px;
    min-width:160px;
}

.breadcrumb-group .breadcrumb {
    padding: 5px 0px;  
}

.font16 {

font-size:16px;}

h6 {

font-size:14px;}

.chat-wrapper {
    width: 80%;
}

.chat-wrapper-bdm-admin {
    width: 80%;
    flex: 1 1 auto;
    max-width: 100%;
}

.member-wrapper {
    width: 80%;
}

.chat-footer-input{
  width:63%;
}

.chat-footer-pay-input{
/*  width:63%; */
}

.form-control {
  padding-left: 10px;
}

.btn, .button {
  padding: 12px 22px;
}

.copyright {
  font-size:10px;
}

.consult-box .consult-img {
    width: 50px;
    height: 50px;
}
}
/*# sourceMappingURL=style.css.map */
  