/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}
.container2 {
  width: 100%;
  overflow-x: hidden;
}

.horizontal-scrolling-items {
  display: flex;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
}


#masthead {
    padding: 12px 0;
}

.nasa-title h3.nasa-heading-title:before, .nasa-title h3.nasa-heading-title:after {
    content: "\f004";
    color: #c96d64;
    font-size: 22px !important;
    font-family: "FontAwesome";
    line-height: 35px;
    vertical-align: text-bottom;
	margin-left: 10px !important;
	margin-right: 10px !important;
}


.logo-header-size{
	width: 120px !important;
}


body .badge.hot-label {
    background-color: #75bc3a;
    font-size: 10px;
    padding-top: 8px;
    padding-right: 11px;
    padding-bottom: 8px;
    padding-left: 11px;
    border-radius: 5px;
    z-index: 9999;
    text-align: center;
    top: -5px;
	text-height: bold !important;
}



.product-img img{
   border-radius: 8px !important;
}


#main-content {
   background-color : #fdfdfd !important;
}

.price, .amount {
	font-size: 130% !important;
}

.ns-variants-clone .ns-variant-lbl {
    font-size: 22px;
}

label {
    font-size: 1.2em !important;
    color: #d2691e !important;    
}