/*
 * 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{
    font-family: "Exo 2", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	
}

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;
	min-width: 180px;
	height:auto;
}

/*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;
}

.product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down {
  left: 0;
  right: auto;
}
.product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  right: 0;
  left: auto;
}

.DeoSlideshow .center-text-slide {
  white-space: normal;
}
.DeoSlideshow.medium-text .btn-slideshow {
  font-size: 15px;
}
@media (min-width: 360px) {
	.DeoSlideshow.medium-text .first-text {
	  font-size: 15px;
	}
	.DeoSlideshow.medium-text .third-text {
	  font-size: 18px;
	}
}
@media (min-width: 767px) {
	.DeoSlideshow.medium-text .first-text {
	  font-size: 23px;
	  margin-bottom: 10px;
	}
	.DeoSlideshow.medium-text .third-text {
	  font-size: 18px;
	  text-transform: none;
	  font-weight: 400;
	  line-height: 1.4em
	}
}
@media (min-width: 1199px) {
	.DeoSlideshow.medium-text .first-text {
	  font-size: 48px;
	  margin-bottom: 25px;
	}
}
@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;
	}
}

.blockreassurance_product {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px){ 
	.blockreassurance_product {
	  grid-template-columns: 1fr;
	}
}

/*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;
}

.category-products {
	display: none !important;
}

@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;
}
.text-banner.text-banner-outis-four {
  padding: 15px;
}
	
@media (max-width: 767px) {
	.box-middle-header .right-middle-header {
		order: 2;	
	}
	.box-middle-header .left-middle-header {
		order: 3;
	}
	.box-middle-header .logo {
	  padding: 15px 0;
	}
}

@media (max-width: 575px) {
	.search-widget {
	  padding-top: 10px;
	  padding-bottom: 2px;	  
	}
	.box-banner-text .left-text, .box-gift .left-text {
		order: 0;
	}
}

/* Smooth anchor scrolling */
html {
  scroll-behavior: smooth;
}

/* Anchor offset - homepage only */
body#index :target,
body.page-index :target {
  scroll-margin-top: 84px;
}