Theme Name: Ringitup

*/


html{
	margin: 0px;
	padding: 0px;
}

html body {
	background: #ffffff;
}


html body .logo img {
    max-height: 45px;
}

img {
    max-width: 100%;
    height: auto;
}

form {
    margin: 0;
}

button, input, select, textarea {
    margin: 0;
    vertical-align: baseline;
}

.entry-content h4, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h5, .entry-content h6 {
    margin-bottom: 10px;
    line-height: 140%;
    clear: both;
}

small {
    font-size: smaller;
}

.kc_col-sm-3 {
    width: 25%;
}

.kc_col-sm-6 {
    width: 50%;
}

.kc_col-sm-4 {
    width: 33.3333%;
}

.kc_col-sm-12 {
    width: 100%;
}

.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
    max-height: 100%;
}

.hentry:last-child, .no-results {
    border-bottom-width: medium;
    border-bottom-style: none;
}

.blog_postcontent {
    float: left;
    width: 100%;
    min-height: 50px;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

form {
    margin: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-display-none {
    display: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.execphpwidget {
    float: left;
    width: 100%;
}

body .woocommerce .woocommerce-page .no-post {
    display: none;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#header .main-menu{
	display: flex;
}

.king-buttons .newAddToCart{
    cursor: pointer;
    border-color: #47c1bf;
    border: none;
    text-transform: uppercase;
    background: #47c1bf;
    color: #fff;
    border-radius: 3px;
    line-height: 16px;
    text-shadow: none;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding: 10px 30px;
}
.cart_quick_view {
    background: #00000082;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.admin-bar .panel_quick_view{
    padding-top: 32px;
}
.panel_quick_view {
    background: #ffffff;
    position: fixed;
    width: 350px;
    height: 100vh;
    right: 0;
}
.mini_cart_loading{
    margin-top: 35vh;
}
.cart_quick_view .product_list_widget li{
    position: relative;
    float: left;
    width: 100%;
}
.cart_quick_view .product_list_widget li a img{
    position: absolute;
    left: 18px;
    top: 0;
    margin: 0;
    max-width: 50px;
    max-height: 50px;
    width: auto;
}
.cart_quick_view .product_list_widget li a{
    float: left;
    width: 100%;
    padding-left: 60px;
    color: #343434;
}
.cart_quick_view .product_list_widget li .quantity{
    float: left;
    width: 100%;
    padding-left: 60px;
}

