.header.style1:not(.style22) .main-header {
    background-color: darkorange !important;
}

.header.style1:not(.style22) .top-header {
    background-color: orange;
}

.entry-summary .single_add_to_cart_button
{
	background-color: red !important;
}

.header-content .logo img
{
	padding-top:10px !important;	
}

.tab-link .fa-usb:before 
{
  content: " " !important;
	width: 40px;
	height: 40px;
	background-image: url("http://momandmedia.com/clientes/ecommerce/wp-content/uploads/2018/08/usb.png");
	background-size: cover;
	margin: 0 auto;
}

.tab-link .fa-check:before
{
	content: " " !important;
	width: 40px;
	height: 40px;
	background-image: url("http://momandmedia.com/clientes/ecommerce/wp-content/uploads/2018/08/sd.png");
	background-size: cover;
	margin: 0 auto;
}

.tab-link .fa-magic:before
{
	content: " " !important;
	width: 40px;
	height: 40px;
	background-image: url("http://momandmedia.com/clientes/ecommerce/wp-content/uploads/2018/08/hard-disk-drive.png");
	background-size: cover;
	margin: 0 auto;	
}

.tab-link .fa-wordpress:before
{
	content: " " !important;
	width: 40px;
	height: 40px;
	background-image: url("http://momandmedia.com/clientes/ecommerce/wp-content/uploads/2018/08/ssd.png");
	background-size: cover;
	margin: 0 auto;	
}

.quantity::before {
  display: inline-block;
  float: left;
  line-height: 30px;
  content: 'Cantidad: ' !important;
  font-size: 14px;
  min-width: 50px;
	margin-right: 10px;
}

.product-info-stock-sku .stock
{
	display: none;
}

/*.menu-item-home, .menu-item-object-custom a {
	color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.top-header.header-bg-dark a:hover, .top-header.header-bg-dark a:focus, .header-bg-dark .box-header-nav .main-menu > .menu-item > a:hover, .header-bg-dark .box-header-nav .main-menu > .menu-item > a:focus, .header-bg-dark .block-wishlist .wishlist-dropdown:hover, .header-bg-dark .block-minicart .shopcart-dropdown:hover, .header.style10 .main-header .switcher-login > a:hover, .header.style10 .main-header .block-minicart .shopcart-dropdown:hover {
	color: orange;
	text-shadow: 0px 0px 20px rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}*/

.rm-footer
{
	background-color: #333333;
	width: 100%;
	position: absolute;
	left: 0;
	padding: 20px 40px;
}

.rm-txt-white
{
	color: #f9f9f9 !important;
}

.rm-txt-p
{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 20px
}

.comment-subscription-form
{
	display: none !important;
}

.rm-ic-suc
{
	width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 10px 0;
  background-color: transparent;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid rgba(0,0,0,0.3);
	text-align: center;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.rm-ic-suc:hover
{
	opacity: 0.5;
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.rm-ic-suc img
{
	opacity: 0.3;
	width: 20px;
	height: 20px;
}