@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Montserrat:ital,wght@0,400;0,500;0,600;1,600;1,700&display=swap');

body{font-family: 'Montserrat', sans-serif !important;}
*{
  margin: 0;
  padding: 0;
}

/*BUTTONS*/
.t-Button--success:not(.t-Button--simple):not(.t-Button--hot){border: 1px solid #5a0204 !important;
    background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    color: #fff;}

/*ATTRIBUTES*/
.no-padding{padding: 0px !important}



.t-Body {
    position: relative;
    overflow: hidden;
    margin-top: -500px;
    width: 100%;
}
.t-Body-contentInner {
     padding: 0px !important;
   }

.container{    
  padding-right: 15px;
    padding-left: 15px;
    width: 90%;
}
.mne-top-bar{
  width: 100%;
  background-color: transparent;
  padding: 20px 200px;
}
.mne-top-bar i{
  font-size: 20px;
    font-weight: bold;
        background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        margin-left: 30px;
  }
.mne-top-contact{
float: left;
}
.mne-top-contact span{
    color: #d01215;
    font-weight: bold;
}
/*CART NOTIFICATION*/
.mne-basket{
float: right;
}
.mne-basket a span{
  color: white;
    background-color: red;
    border-radius: 54px;
    padding: 0px 7px;
    position: absolute;
  }
  .t-Alert--page.t-Alert--success {
    background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    color: #FFF;
    margin-top: 25px;
}
/*HEADER CONTENT*/
.header-content{
  height: 800px;
  background-image: url(mne-back.jpg);
  background-size: cover;
  margin-top: -250px;
}
.mne-logo{
  float: left;
}
.mne-logo img {
      width: 200px;
}
.navbar-nav{
         float: left;
    margin-left: 250px;
}
}

.navmenu{
  width: 100%;
  background-color: transparent;
  float: left;
}

.navmenu ul li{
  list-style: none;
  float: left;
  display: inline-block;

}

.navmenu ul li a{
  display: block;
  text-decoration: none;
  padding: 15px;
      background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.navmenu ul li a:hover{
  background-color: white;
      background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  transition: background 0.3s linear;
}
.navmenu ul li a:active{
  background-color: white;
      background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  transition: background 0.3s linear;
}

.navmenu ul li ul.megamenu{
  width: inherit;
  padding: 20px;
  background-color: white;
  position: absolute;
  display: none;
  margin-left: -250px;
  margin-top: 0px;
}
.navmenu ul li ul.megamenu:hover{
display: block;
  }

.navmenu ul li:hover ul.megamenu{
  display: block;
      z-index: 9;
}
.navmenu ul li:hover ul.megamenu li{
  width: 150px;
  margin: 20px;
  float: left;
}
.navmenu ul li:hover ul.megamenu li a{
  padding: 10px;
  color: black;
}
.navmenu ul li:hover ul.megamenu li a:hover{
  background-color: black;
  color: white;
}
.navmenu ul li:hover ul.megamenu li h1{
  padding: 10px 0px;
  font-size: 18px;
  color: black;
  text-align: center;
  border-bottom: 1px solid black;

}

.navmenu ul li :hover ul.megamenu p{
      background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  margin: 5px;
  padding: 5px;
}

.navmenu ul li ul.megamenu li img{
      width: 100%;
}

.slide-bg{background: transparent !important; }
.elevated-cont{width: 90%;margin: auto;}
.title a{     color: black;}
/*
#R106645466399905015,#R215407831998511144{background: transparent !important; }*/
/*#R106645585990905016,#R215407951589511145{width: 75%;margin: auto;}*/
.shop-product-title{    padding: 10px 15px;
    font-size: 35px;
    font-weight: bold;}
.slide-title h2{font-size: 48px !important;
    color: white;
  font-family: 'Luckiest Guy', cursive;}
.slide-img img{width: 600px;}

.slider{
  max-width: 1920px;
  display: flex;
}
.slider .card{
  flex: 1;
  margin: 0 10px;
  background: #fff;
}
.slider .card .img{
  height: 200px;
  width: 100%;
}
.slider .card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider .card .content{
  padding: 10px 0px;
}
.card .content .title{
  font-size: 25px;
  font-weight: 600;
}
.card .content .sub-title{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}
.card .content p{
  text-align: justify;
  margin: 10px 0;
}
.card .content .btn{
  display: block;
  text-align: left;
  margin: 10px 0;
}
.card .content .btn button{
  background: #e74c3c;
  color: #fff;
  border: none;
  outline: none;
  font-size: 17px;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.card .content .btn button:hover{
  transform: scale(0.9);
}

/*Tabbed Content*/
#R106645760381905018{
  background-color: #111111;
}
#R106645760381905018 ul li span{color: white}
#R106645760381905018 ul li span:hover{color: #d01216}

.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link {
    box-shadow: 0 -2px 0 #ff0000 inset !important;
}
.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link span{
    color: #d01216 !important;
}
}
#R106645760381905018 .t-Region{background-color: #111111 !important;}
.tabbed-item img{width: 100%;     padding: 20px 0px;}
.t-Tabs{text-align: center;}
.t-Tabs-item{padding: 20px !important}
.a-Tabs-panel .t-Region{background: black !important;}



/*PRODUCTS LIST*/
.products-list{padding: 60px 0px;}
.card{
  flex: 1;
  margin: 0 10px;
  background: #fff;
}
.products-list .card .img{
  height: 200px;
  width: 100%;
}
.products-list .card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.products-list .card .content{
  padding: 10px 0px;
}
.card .content .title{
  font-size: 25px;
  font-weight: 600;
}
.card .content .sub-title{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}
.card .content p{
  text-align: justify;
  margin: 10px 0;
}
.card .content .btn{
  display: block;
  text-align: left;
  margin: 10px 0;
}
.card .content .btn button{
   border: 1px solid #5a0204 !important;
   background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
  color: #fff;
  border: none;
  outline: none;
  font-size: 17px;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.card .content .btn button:hover{
  transform: scale(0.9);
}
.prod-price{
    font-size: 26px;
    text-align: center;
}
.btn a{color: white;}


/*SINGLE PRODUCT*/

.single-product-desc{    padding: 15px;color: #4a4a50}
#P3_QUANTITY_LABEL{display: none;}
#P3_QUANTITY{font-size: 20px;}
#P3_QUANTITY_CONTAINER .t-Form-inputContainer{padding: 0px;}
/*FOOTER*/
.footerHeader {
  background-color: #111111;
  color: #FFFFFF
}
.footerBottm {
  background-color: #272727;
  color: #FFFFFF;
  padding: 10px 0px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.footerHeader a, .footerBottm a {
  color: #FFFFFF;
}
.footerHeader a:hover, .footerBottm a:hover {
  color: #e41318;
}
.footerHeader .container {
  padding: 30px 0px;
}
.footerHeader .divider {
  height: 1px;
  width: 100%;
  display: block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #434343;
}
.footerHeader ul, .footerHeader li, ul.qa li, ul.qa {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*BAG SELECTION PAGE*/
.a-IG-header,.a-GV-hdr,.js-stickyWidget-toggle,.js-stickyWidget-placeholder
{display: block !important;}
.a-GV-w-scroll{overflow:hidden !important;}

.a-GV-table th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
    color: white !important;
    text-align: center !important;}
.a-GV-table .a-GV-cell{
    border-color: #ececec;
    text-align: center !important;
    font-size: 14px;
    font-weight: bold;
}
.a-IRR-sortWidget{display:none !important}
#P4_TOTAL_LABEL{font-size: 15px;}
#P4_TOTAL{    
  text-align: right;
    font-size: 25px;
  border: none;}


/*CHECKOUT PAGE*/

.t-Region--accent2>.t-Region-header{
   background-image: linear-gradient(to bottom,#d01216 ,#5a0204 ) !important;
}
@media only screen and (max-width: 767px) {
  .footerBottm, .txtCenter {
  text-align: center !important;
}
.mne-top-bar,.navmenu{display: none;}
.slide-img img {
    width: 250px;
}
.elevated-cont {
    width: 100%;}
    

}