/* Generic Changes*
*
*
*
*
*
*/

body {
    background-color: #f7f7f7;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
  font-weight: 500;

}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  line-height: 20px;
}

.section-title h3 {
  font-size: 26px;
  font-weight: 500;
  margin-right: 30px;
}

.section-title.style-1 {
  font-weight: 500;
  text-transform: capitalize !important;
}

/*categories carousel */
#product-categories .section-title {
  margin-bottom: 10px;
}

/* HEADER */
/*main logo size+width*/
.logo.logo-width-1 a img {
  min-width: 220px;
  width: 220px;
}

.logo.logo-width-1 {
  margin-right: 70px;
  line-height: 12px;
}

/* account dropdown text size*/
.cart-dropdown-wrap.account-dropdown a {
  font-size: 13px;
}


/* SLIDER */
/*slider arrows button*/

.slider-arrow.hero-slider-1-arrow {
  display: none;
}

.slider-arrow.slider-arrow-3 .slider-btn {
  font-size: 20px;
  height: 25px;
  width: 25px;
}

.hero-slider-1 .single-hero-slider {
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 500px;
}

.slick-prev:before, .slick-next:before {
  font-size: 45px;
}

.slick-prev {
  left: -45px;
}

.dot-style-1 ul li.slick-active button {
  background: none;
  border: none;
}

/*oql slider*/
.hero-slider-1 .single-hero-slider {

  height: auto !important;
}

.dot-style-1 ul li button {
  border: none;
  width: 20px;
  height: 17px;
}

/* filters */

.tags-checkbox span {
  border: 1px solid #ececec;
  border-radius: 30px;
  box-shadow: 5px 5px 15pxrgba(0, 0, 0, .05);
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-heading), sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}

.shop-product-filter-header .card {
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 20px 20px 54pxrgba(0, 0, 0, .03);
  margin-bottom: 50px;
  padding: 30px 10px;
}

.widget__title {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

/* product title height on grid */

.product-cart-wrap .product-content-wrap h2 {
  line-height: 25px;
  min-height: 50px;
}

/*page container margin top*/
section.mt-60.mb-60 {
  margin-top: 0 !important;
}

/* ACCOUNT PAGE - ADDRESS */
select.form-control {
  height: 48px;
}


/* order confirmation fixes */

.order-customer-info .order-customer-info-meta {
  padding-left: 20px;
  color: var(--color-heading);
}

/* alert messege */
#alert-container .alert.alert-success, .alert {
  color: #fff;
  background-color: var(--color-brand);
}

#alert-container .alert.alert-success a {
  color: #fff;
}

#alert-container .btn-close {
  color: #fff;
}

/* CHECKOUT */
.payment-checkout-btn {
  background-color: #C70808;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
}


.payment-checkout-btn:hover {
  background-color: #000503;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.btn-info {
  background-color: #C70808;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

.btn-info:hover {
  background-color: #000503;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

/* BUTTON FOCUS */

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(229 229 229 / 25%);
}

/* INFO TEXT COLOR */
.text-info {
  color: var(--bs-body-color) !important;
}

a.btn-open-coupon-form {
  color: #000503;
}

/*generic end*/
/*
*
*
*
*
*
*
*
*
**/

/* MENU - HEADER */

/*middle header section padding*/

.header-style-1 .header-middle-ptb-1 {
  padding: 0;
}

/*middle header section height*/

.main-menu.main-menu-lh-2>nav>ul>li {
  line-height: 60px;
}


/* basket account etc icons and text */
.header-action-2 .header-action-icon-2 span.lable {
  font-size: 14px;
  margin: 5px 0 0 10px;
}

.header-action-2 .header-action-icon-2>a img {
  max-width: 20px;
  width: 100%;
}

/* menu links class*/
/*.main-menu>nav>ul>li ul.sub-menu li a {
  font-size: 14px;
  padding: 0 15px;
  color: #000 !important;
}*/

/*menu header class*/
.main-menu>nav>ul>li>a {
  color: #fff !important;
}



/* tabs general - tabs collections */
.nav-tabs .nav-link:first-child {
  padding-left: 24px !important;
}

.nav-tabs .nav-link {
  background-color: #eee;
  border: 0;
  border-color: currentcolor;
  border-radius: 4px;
  color: #444;
  font-family: var(--font-heading), sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin: 0 10px;
  padding: 15px 100px;
  transition: .2s;
}

/* PRODUCT PAGE */

/* product page attributes and information tabs */
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  background-color: var(--color-brand) !important;
  color: var(--color-grey-9) !important;
  font-size: 15px !important;
}

.tab-style3 .nav-tabs li.nav-item a {
  font-weight: 400 !important;
  font-size: 15px !important;

}

#Description-tab.nav-link {
  margin-right: 0 !important;
}


.tab-style3 .nav-tabs li.nav-item a {
  border-radius: 0;
}

.nav-tabs .nav-link:hover {
  transform: none;
}

/* ADD TO CART BUTTON */
.product-extra-link2 .button.button-add-to-cart, .has-buy-now-button .button.button-buy-now {
  font-size: 14px;
}

/* CATEGORIES CARDS */

.card-1 {
  background: #dcdcdc;
  border: 1px solid #f4f6fa;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 240px;
  padding: 30px 10px 20px;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}

.card-1 figure {
  margin-bottom: 10px;
}

.card-1 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 130px !important;
  /*max-width: -webkit-fill-available;*/
}

.card-1 h6 a {
  font-size: 14px;
}

.holic-grid-photo {
  border-radius: 10px;
  transition: transform .3s ease-in;
}

.holic-grid-photo:hover {
  transform: scale(1.02);
}


@media only screen and (min-width: 1200px) {
  .tech-apostoles {
    max-width: 1200px;
  }
}

/* slider item paddings */

.brand-logo {
  padding: 20px;
}

.brand-logo img {
  display: inline-block;
  padding: 30px;
  width: auto;
}


/* social icons*/
.mobile-social-icon a {
  line-height: 41px;
}

.mobile-social-icon a.linkedin, .mobile-social-icon a.twitter, .mobile-social-icon a.facebook {
    height: 45px;
}


/*  mega menu main title trick */

li.megamenunav-item a {
  text-transform: capitalize !important;
  padding: 0 !important;
  font-weight: 500;
}

li.megamenunav-item {
  display: flex;
}

#megamenu_id_list h6 {
  font-size: 14px;
  margin-bottom: 0.3rem;
}

/* custom 1st level category trick*/
.tec-first-level {

  margin-top: 0.5rem !important;
  border-bottom: 1px solid #dee2e6 !important;
  width: 100%;
  color: #000;
  line-height: 22px !important;
  font-weight: 900 !important;
}

li.tec-first-level a {
  color: #212529 !important;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

a.megamenunav-link-sub.tec-first-level {
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.1rem;
  text-transform: uppercase !important;
}

/* mega menu border bottom */

li.mega_active {
  border-bottom: #c70808 solid 5px !important;
}

*/ mega menu container adjustments*/ .tec_megamenu_style_show {
  opacity: 1;
  visibility: visible;
}

.tec_megamenu_style {
  padding: 0 15px;
  border-radius: 0 0 10px 10px !important;
  max-height: calc(60vh + 10px);
  left: 0px;
  right: 0px;
}

.tec-megamenu-picture {
  margin: 10px;
  border-radius: 10px;
}

/* CART */
.add-cart a {
  color: #fff !important;
  background: #C70808 !important;
}

.add-cart a:hover {
  background: #000503 !important;
}

/* cart table head*/
.shopping-summery table thead th {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

/* cart table row border bottom*/
tr:not(.main-heading) {
  border-bottom: 1px solid rgba(0, 5, 3, 0.1);
}

/* cart font size */
td.product-des.product-name h6 {
  font-size: 14px;
}

/*mini cart padding h5 */
.shopping-cart-total h5 {
  padding-bottom: 5px;
}

.shopping-summery table thead th.start {
  text-align: center;
}

#onsale-products-shortcode h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  text-transform: capitalize;
}

#onsale-products-shortcode h3.mb-16.mb-md-24:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(199, 8, 8, 0.4);
}

/* table cells gap*/
.shopping-summery table>:not(caption)>*>* {
  padding: 15px 5px !important;
}



/*RADIO BUTTONDS */

.magic-radio+label:after {
  background: #C70808;
  border-radius: 50%;
  height: 8px;
  left: 6px;
  top: 6px;
  width: 8px;
}

.magic-radio:checked+label:before {
  border: 1px solid #C70808;
}

/*CUSTOM TITLES*/

/* titles margins fix */

.section-title.style-1 {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.section-title.style-1 {
  font-size: 24px;
}

.section-title.style-2 {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.section-title.style-2 {
  font-weight: 500;
  text-transform: capitalize !important;
}

.section-title.style-2 {
  position: relative;
  border-bottom: none;
  padding-bottom: 20px;
}

.section-title.style-2:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: rgba(var(--color-brand-rgb), 0.4);
  display: none;
}



/* .sonic-title p::after {
  content: '';
    display: inline-block;
    width: 30rem;
    height: 0px;
    margin: 0;
    position: absolute;
    right: 15%;
    top: 13px;
    line-height: 52px;
    z-index: -1;
    border-bottom: 5px solid #c70808;
} */

.sonic-title:after {
  content: '';
  width: 20rem;
  height: 46px;
  margin-left: -10rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  border-bottom: 5px solid #c70808;
  background: #dcdcdc;
  border-radius: 10px;
}

.sonic-title {
  font-size: 26px;
  color: #253D4E;
  font-weight: 700;
  position: relative;
  /* border-left: 10px solid #C70808;
  border-right: 10px solid #C70808; */
  padding: 20px;
  border-radius: 15px;
}


.sonic-title a {
  color: #253D4E;
}



#popular-products-shortcode {
  padding: 0;
}

/* PRODUCT BOX */

.product-cart-wrap .product-content-wrap .product-price span {
  font-size: 22px;
}

/* CUSTOM FONT STYLES */

#contact_form_short_description {
    font-size: 24px;
    font-weight: 700;
    padding: 30px 0;
}

label {
  vertical-align: middle;
}


/* NEWSLETTER */

#newsletter button {
  border-color: #c70808;
}

#new_products h4 {
  display: none;
}

/*mobile header padding*/
@media only screen and (max-width: 768px){
.header-bottom {
    padding: 0;
}
}

.product-cart-wrap .product-content-wrap {
    padding: 0 20px 0 20px;
}

.product-cart-wrap {
    height: calc(100% - 10px);
}

.product-cart-wrap {
padding: 0 0 10px 0;
}

/* top products groud title hide*/

#top-products-shortcode h4 {
    display: none;
}
  a.btn-apply{
color:white!important;
}

ul.search-categories-ul li a:hover, ul.search-categories-ul li:hover, ul.search-categories-ul li a:hover {
  background-color: #dcdcdc;
  color: #000;
}