/*!
Theme Name: Remax Store
Theme URI: https://themerelic.com/wordpress-themes/remax-store/
Author: ThemeRelic
Author URI: http://themerelic.com
Description: Remax Store is modern, clean, colorful and responsive store theme. It can be used for all kinds of online store, blogs, informative, news and other creative websites. It uses an amazing WordPress Customizer for theme options. It comes with an eye-catching layout design that will instantly draw the attention of anyone who visits your website. The theme is translation ready. The Theme Customizer is truly a magic tool to customize the theme with pre-defined parameters, no coding is required. The main theme features: left side sticky menu, search, shop by category, right sidebars, custom logo, custom background, breadcrumbs, fast loading, cross-browser compatibility, font-awesome, documentation, support, bootstrap grid layout. Theme support for wishlist, quick view and compare plugins with woocommerce plugins. Demo: http://demo.themerelic.com/remax-store/ Details: https://themerelic.com/wordpress-themes/remax-store/
Version: 1.1.1
Tested up to: 5.9
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: remax-store
Tags:  e-commerce, blog, one-column, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, editor-style

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.

Remax Store 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.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
    text-transform: capitalize;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    clear: both;
    margin: 0;
}

p {
    margin-bottom: 1em;
    text-align: justify;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eb6e1a;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    text-transform: capitalize;
}

body {
    font-family: 'K2D', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

li {
    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 1em 0 1.5em;
    width: 100%;
    background: #f6f6f6;
    padding: 15px;
    border-collapse: separate;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wc-proceed-to-checkout a {
    border: none;
    color: #fff;
    cursor: pointer;
    background: #222;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    outline: none;
    transition: .5s;
    border-radius: 4px;
    text-transform: capitalize;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wc-proceed-to-checkout a:hover {
    background: #eb6e1a;
    color: #fff;
    transition: .5s;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #222;
    transition: .5s;
    outline: none !important;
    text-transform: capitalize;
}

/* a:visited {
	color: #eb6e1a;
} */
a:hover {
    transition: .5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #eb6e1a;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.yith-wcwl-add-button>a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    margin-right: 0 !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

ul.th-hotdeal-countdown-section {
    color: #fff;
}



/**
*add to cart section
*/
.woocommerce-mini-cart-item.mini_cart_item span.quantity {
    color: #222;
    display: block;
    margin: 5px 0;
}

p.woocommerce-mini-cart__total.total {
    color: #222;
    text-align: center;
}

.widget_shopping_cart_content {
    position: absolute;
    width: 300px;
    right: 0px;
    background: #fff;
    padding: 20px;
    max-height: 300px;
    z-index: 9999;
    border-radius: 4px;
    overflow: overlay;
    top: -35px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

li.woocommerce-mini-cart-item.mini_cart_item {
    padding-bottom: 15px;
    line-height: initial;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
}

p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 23px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p.woocommerce-mini-cart__buttons.buttons a {
    background: #222;
    display: inline-block;
    width: 46%;
    color: #fff;
    padding: 10px 0;
    margin: 0 5px;
    text-align: center;
    border-radius: 4px;
}

p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: #eb6e1a;
    color: #fff;
}

/* custom css */
td.product-thumbnail img {
    width: 150px;
}

.quantity input[type="number"] {
    width: 60%;
}

.comment-list {
    margin: 20px 0;
}

.comment-list article {
    padding: 20px;
}

.comment-respond {
    padding: 20px;
}

.comment-list li:nth-child(odd) {
    background: #f6f6f6;
}

.comment-list li:nth-child(even) {
    background: #fff;
}

.comment-author img,
.comment_container img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-content p {
    margin-bottom: 0.5rem;
}

.reply a {
    color: #222;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.form-row {
    display: block;
    margin-left: 0;
}

form.checkout.woocommerce-checkout {
    margin: 15px 0;
}

.woocommerce-billing-fields h3 {
    padding: 10px 0;
}

.select2-container .select2-selection--single {
    border-radius: 0 !important;
    height: 45px !important;
    margin: -6px 0px -4px !important;
    outline: none;
}

.woocommerce-info a:hover {
    color: #fff;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: none;
}

.site-main .gridlist-toggle {
    margin-top: -5px !important;
    float: right;
}

ul.products li.product,
li.product {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.list .th-product-detail {
    text-align: left;
    float: left;
    width: 65%;
    padding: 15px 0;
}

ul.products.list li.product .price {
    float: left !important;
}

.widget_recent_comments li.recentcomments,
.widget_recent_entries li span {
    color: #ccc;
}

.flex-control-nav li {
    border: 1px #ccc solid;
    text-align: center;
    margin: 0 5px;
}

.woocommerce-message {
    margin-top: 10px;
}



/**
*remax-store sidebar layout
*/
body.remax-store-left-sidebar aside#secondary {
    width: 28%;
    float: left;
    position: sticky;
    top: 30px;
}

body.remax-store-left-sidebar .th-main-container-wrapper div#primary {
    width: 70%;
    float: right;
}


/* right siebar */
body.remax-store-right-sidebar aside#secondary {
    width: 28%;
    float: right;
    position: sticky;
    top: 30px;
}

body.remax-store-right-sidebar .th-main-container-wrapper div#primary {
    width: 70%;
    float: left;
}



/**
*search section
*/
.th-search-section form {
    padding-top: 10px;
}

.th-search-section input {
    text-transform: capitalize;
    border-radius: 0;
    background: none;
    width: 100px;
    color: #fff;
    border: 0;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    outline: none;
    padding: 5px 0px 5px 5px;
    -webkit-transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
}

.th-search-section span {
    color: #fff;
}

.th-search-section input:focus {
    border-bottom: 1px #fff solid;
    width: 200px;
}


ul#primary-menu li.menu-item-has-children ul {
    display: none;
}

.remax-store-submenu-section {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
}

.remax-store-submenu-section.added:before {
    content: "\f067";
}

.remax-store-submenu-section:before {
    content: "\f068";
}


/**
*Remax Store Menu
*/
.th-mobile-menu {
    display: none;
}

/* Desktops and laptops ----------- */
@media only screen and (max-width : 768px) {
    /* Styles */

    header.th-header {
        display: none;
    }

    div.th-wrapper,
    div.th-nav-sticky {
        width: 100%;
    }

    .th-header-cart {
        position: absolute;
        top: 0;
        z-index: 9999;
        padding: 15px 0;
        right: 0;
        padding-right: 15px;
    }

    /**
	*Mobile menu
	*/
    .th-mobile-menu {
        display: block;
        background-color: #f8f9fa !important;
        position: absolute;
        top: 0;
        z-index: 9999999;
        width: 100%;
        margin: 30px 0;
    }

}



/***************************Remax Store menu************************************/
/* custom css */
.container {
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #222;
}

.home article,
.archive article,
.search article {
    background: #fff;
    padding: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.home article:hover,
.archive article:hover,
.search article:hover {
    padding: 20px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.home article:hover {
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
}

.single-post article,
.page article,
.home article,
.blog article,
.archive article,
.search article {
    background: #fff;
    padding: 20px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgb(0 0 0 / 4%), 0 10px 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 12px 24px rgb(0 0 0 / 4%), 0 10px 10px rgb(0 0 0 / 20%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.single-post article.comment-body,
.page article.comment-body {
    background: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
    margin: 20px 0;
}

/* fancy-layout */
header#masthead {
    background-size: cover !important;
    background: #222;
    margin: 0;
    position: relative;
    height: 300px;
}

.site-branding h1.site-title {
    margin: 2rem 0 .5rem;
}

.site-branding p.site-description {
    text-align: center;
}

.site-main article {
    position: relative;
}

.posted-on a {
    border-radius: 10px 0;
    background: #fff;
    font-weight: 500;
}

.entry-meta span.author.vcard a,
span.cat-links a,
span.comments-link a {
    text-transform: capitalize;
    color: #222;
    margin: 0 5px;
    font-weight: 600;
}

span.cat-links a {
    color: #ff3030;
}

span.comments-link {
    margin-left: 10px;
}

span.edit-link {
    display: none;
}

.comments-link a {
    position: relative;
}

.author a {
    position: relative;
}

span.byline {
    text-transform: capitalize;
    float: right;
}

h2.entry-title a:hover {
    color: #ff3030;
    transition: .5s;
}

article a.post-thumbnail img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.post-thumbnail img {
    border-radius: 10px;
}

.form-submit input#submit {
    background: #222;
    padding: 15px 30px !important;
    color: #fff;
    font-size: 14px;
}

.comment-form-comment textarea {
    padding: 15px;
}

.main-navigation ul {
    border-radius: 10px 10px 0 0;
    background: #fff;
    text-align: center;
}

.main-navigation li {
    padding: 20px;
    float: none;
    text-align: left;
    display: inline-block;
}

.main-navigation li a {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}

.main-navigation ul ul {
    border-radius: 0;
}

.main-navigation li ul li {
    padding: 10px;
    border-bottom: 1px #ccc dashed;
}

.main-navigation li ul li:last-child {
    border-bottom: none;
}

.main-navigation li ul li a {
    font-size: 14px;
    transition: .5s;
    color: #222;
}

.main-navigation li ul li a:hover {
    transition: .5s;
    padding-left: 10px;
}

.main-navigation li:hover {
    background: #f6f6f6;
}

.comment-list {
    margin: 0;
}

.comment-list article {
    padding: 20px;
}

.comment-list li:nth-child(odd) {
    background: #f6f6f6;
}

.comment-list li:nth-child(even) {
    background: #fff;
}

.comment-author img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-content p {
    margin-bottom: 0.5rem;
}

.reply a {
    color: #4692fc;
}

.right-sidebar div#primary {
    width: 67%;
    float: left;
    margin-right: 30px;
    margin-top: 32px;
}

.right-sidebar aside#secondary {
    width: 30%;
    float: left;
    position: sticky;
    top: 99px;
}

.left-sidebar div#primary {
    float: right;
    margin-right: 0;
    width: 67%;
    margin-top: 32px;
}

.left-sidebar aside#secondary {
    width: 30%;
    float: left;
    position: sticky;
    top: 99px;
}

.no-sidebar {
    display: none;
}

.widget {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border: 1px #ccc solid;
    margin: 30px 0;
}

.widget .calendar_wrap,
.widget .widget_media_image img {
    padding-top: 20px;
}

.widget_search input.search-submit {
    float: left;
    background: #ff3030;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    width: 27%;
    border-radius: 0;
    border: none;
}

.widget_search input.search-field {
    float: left;
    padding: 10px;
    border-radius: 0;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-right: none;
    width: 73%;
}

.widget ul {
    margin: 15px 0 10px;
    padding-left: 15px;
}

.widget li {
    list-style: none;
    transition: .5s;
}

.widget li a {
    list-style-type: none;
    text-decoration: none;
    font-size: 14px;
    color: #222;
    transition: .5s;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.widget.widget-section li a:before {
    content: "\f054";
    font-family: FontAwesome;
    left: 0;
    top: 0;
    margin-right: 10px;
}

.widget li:hover a {
    margin-left: 10px;
    transition: .5s;
}

.widget h2.widget-title {
    font-weight: 500;
    font-size: 20px;
    background: #ff3030;
    text-align: center;
    padding: 10px;
    margin-top: -40px;
    color: #fff;
}

.site-main h2.entry-title {
    padding: 0;
    text-transform: capitalize;
    font-size: 20px;
}

.site-main .entry-meta {
    padding: 10px 0 20px;
}

.site-main .entry-meta span.posted-on {
    font-size: 14px;
}

.post-thumbnail a.post-thumbnail img {
    height: 400px;
    object-fit: cover;
}

span.author.vcard img {
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.tagcloud {
    margin: 10px 0 0;
}

.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px #222 solid;
    padding: 5px 7px;
    margin: 5px;
    border-radius: 5px;
}

.tagcloud a:hover {
    background: #222;
    color: #fff;
    transition: .5s;
}

/* remax-store  */
.article-img {
    position: relative;
}

.article-img:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-img img {
    width: 100% !important;
    height: 450px;
    object-fit: cover;
}


/**
* Remax Store Single Page
*
*/
.single-post-nav {
    width: 100%;
    margin-top: 60px;
    border-top: 3px solid #45A3D6;
    background: #fff;
}

.single-post-nav a {
    text-decoration: none;
}

.single-post-nav>div {
    width: 50%;
    float: left;
    padding: 30px 50px;
    text-align: right;
}

.single-post-nav>div:first-child {
    border-right: 3px solid #45A3D6;
    text-align: left;
}

.single-post-nav>div h4 {
    margin: 0;
}

.single-post-nav>div:nth-of-type(1) img {
    float: left;
    margin-right: 16px;
}

.single-post-nav>div:nth-of-type(2) img {
    float: right;
    margin-left: 16px;
}

/* pagination */
.pagination.wraper-pagination {
    padding: 15px 0 0;
    clear: both;
    text-align: center;
}

.nav-links a.prev.page-numbers,
.nav-links a.page-numbers,
.nav-links a.page-numbers,
.nav-links span.page-numbers.current,
.nav-links span.page-numbers.dots {
    background: #222;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: .5s;
}

.nav-links span.page-numbers.current {
    background: red;
}

.nav-links a.page-numbers:hover {
    background: red;
    transition: .5s;
}

.post-previous,
.post-next {
    margin-bottom: 30px;
}

.post-previous img {
    width: 100%;
}

.post-previous a.previous {
    float: left;
    background: #ff3030;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px 0 0 30px;
}

.post-next a.previous {
    float: right;
    background: #ff3030;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
}


/**
* macnory file
*/
h1.unique-blog-nevigation {
    margin: 0;
    float: right;
}

h1.unique-blog-nevigation a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

b.fn {
    text-transform: capitalize;
}

.comment-respond label {
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
}

.comment-respond input {
    width: 100%;
    padding: 10px !important;
}


.th-blog-category ul.post-categories li {
    display: inline-block;
    padding-right: 5px;
    font-weight: 600;
}


header.th-blog-header h4.th-blog-header-title {
    font-size: 19px;
    padding: 6px 0;
}

.remax-store-footer-widget .widget h2.widget-title {
    background: none;
    margin-bottom: 0;
    float: left;
}

.remax-store-footer-widget .widget h2.widget-title:after {
    border: 2px solid #fff;
}

.remax-store-footer-widget ul.product_list_widget li img {
    width: 70px;
    border-radius: 50%;
}

.remax-store-footer-widget .tagcloud {
    display: block
}

.remax-store-footer-widget .tagcloud a {
    color: #fff;
    border: 1px solid;
    display: inline-block;
}

.breadcrumbs-section a,
.breadcrumbs-section span,
.breadcrumbs-section a,
.breadcrumbs-section {
    color: #fff;
}

.ht-copyright {
    background: #f6f6f6;
}



/* shop page */
body.archive .woocommerce-notices-wrapper {
    display: block;
    width: 100%;
    height: 50px;
    background: #1d2e3c;
    position: relative;
    margin-bottom: 20px;
}

p.woocommerce-result-count {
    position: absolute;
    top: 133px;
    left: 59px;
    color: #ffff;
}

form.woocommerce-ordering {
    position: absolute;
    top: 130px;
    left: 40%;
}

.berocket_lgv_widget {
    position: absolute;
    top: 142px;
    right: 50px;
}

.berocket_lgv_widget .br_lgv_product_count_block,
.berocket_lgv_widget .br_lgv_product_count_block span,
.berocket_lgv_widget .br_lgv_product_count_block a {

    color: #fff;
}

.site-main .gridlist-toggle {
    margin-top: -78px !important;
    float: right;
    position: absolute;
    right: 47px;
    z-index: 9;
}

body.home.blog .th-header-cart {
    display: none;
}

.woocommerce-pagination {
    display: block;
}

div#remax_store_homepage_tabs_section .product-tab li.product {
    margin-bottom: 30px;
}

