/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Brand colours Black #151515, Grey #B0B0B2, Red #ED3224 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Exo 2", sans-serif;
}

body, p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}

.tc {
  text-align: center;
}
.tabs-top .nav-tabs .nav-item .nav-link, .tabs-below .nav-tabs .nav-item .nav-link {
  color: #333;
}
.deo-tabs.tabs-eight .nav-tabs .nav-item .nav-link {
	opacity: 1;
}
.DeoLogoStore img {
	max-width:330px;
}

/*home page css*/
.search-widget .popup-content input[type=text] {
    border-radius: 8px;
}

.slide-image img {
    border-radius: 12px;
}

.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    border-radius: 12px;
}

.myhomecat .block_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
.myhomecat .cate-items {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
.myhomecat .cover-img img {
  width: 100%;
  margin: 0 0 5px;
}
.myhomecat.DeoCategoryImage .cate-name {
  font-size: 16px;
}
@media (max-width: 1200px){
	.myhomecat .block_content {
	  grid-template-columns: 1fr 1fr 1fr;
	  gap: 30px;
	}
}
@media (max-width: 767px){
	.myhomecat .block_content {
	  grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 420px){
	.myhomecat .block_content {
	  grid-template-columns: 1fr;
	  gap: 20px;
	}
}

/*mega menu css*/
.megamenu .dropdown-widget ul li:last-child {
  margin-bottom: 15px;
}
.flexcatmenu .level0 > li {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px !important;
}
.flexcatmenu .block_content > ul.level0:last-of-type li {
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.flexcatmenu .level0 .box-cate {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flexcatmenu .level0 h4.cate-name {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  width: auto;
}
.flexcatmenu .level0 h4.cate-name a {
	color:#ED3224;
}
.flexcatmenu .level0 h4.cate-name a:hover {
  color: green;
}
.flexcatmenu .level1 .box-cate {
  display: block;
}
.flexcatmenu .level1.cate-items {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
.flexcatmenu .level1 h4.cate-name {
  font-size: 14px;
  text-transform: uppercase;
}
.flexcatmenu .level1 h4.cate-name a {
  color: #094D91;
}
.flexcatmenu .level1 h4.cate-name a:hover {
  color: green;
}

@media (min-width: 992px){
	.megamenu .dropdown-widget ul li a::before {
	  content: '';
	}
	.megamenu .dropdown-widget ul li a:hover {
	  padding-left: 0;
	}
}
@media (max-width: 991px){
	.flexcatmenu .level1.cate-items {
	  display: block;
	}
}

/*category css*/
@media (min-width: 992px) {
	.thumbnail-container .box-button .btn-product:hover {
	  color: #fff;
	}
}

/*DESIGN DPI edits*/
.myhomecat .cate-items {
    border: 1px solid #ccc;
    border-radius: 12px;
    text-align: center;
    padding: 10px;
}

.myhomecat .cover-img img {
    width: 100%;
    margin: 0 0 5px;
    border-radius: 6px;
}

.myhomecat.DeoCategoryImage .cate-name {
    font-size: 16px;
    text-transform: uppercase;
}

.flexcatmenu .level1 h4.cate-name a {
    color: #151515;
}

.flexcatmenu .level0 h4.cate-name a:hover {
    color: #ED3224;
}

.deo-social-line-spacing {
    display: none; /* hides section in Login/Register > pop-up */
}

.deo-social-login-links {
    display: none; /* hides section in Login/Register > pop-up */

}

#subcategories .subcategory-block:hover .subcategory-image img {
    transform: scale(1.1) rotate(0deg);  /* removes the rotate(5deg) temporarily */
}

/* Product Page */
.product-detail-name {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1rem;
}

/* Product Label-Sticker Fix */
.sticky-menu-active .header-top {
    z-index: 999;
}

.fmm_title_text_sticker i {
    font-weight: bold;
}
/*override for css of price in category page */
.thumbnail-container .product-price-and-shipping {
  display: block !important;
}
/*hide social sharing on product page */
.product-detail .product-additional-info .social-sharing {
	display: none;
}