/*!
Theme Name: modaymilez
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modaymilez
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

modaymilez is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

span.caret {
    display: none;
}
ul.dropdown-menu {
    margin-right: -80px;
}
a.social-icon.color-bg-icon {
   /* background: radial-gradient(ellipse farthest-corner at right bottom, #ead096 0%, #e7cd94 8%, #9b774b 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #e6cc92 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); */
   background-color: #c503c3;
}
span.onsale {
    width: 50px !important;
    height: 50px !important;
}
.woocommerce .quantity .qty{
	height: 36px !important;
}
div#tab-description {
    padding-right: 20px;
    padding-left: 22px;
	padding-bottom:20px;
	padding-top:15px;
}
div#tab-description p {
    color: #2d2d2d;
}
td.product-name a {
    color: #ffffff;
}
input#coupon_code {
    height: 39px;
    width: 162px;
}
td.product-thumbnail a img {
    width: 38%;
}