/*
 @Author:  themerelic
 @URL: http://themerelic.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Menu
 04.	Social
 05.	Article
 06.	Posts
 07.	Responsive
 08.	Widgets
 09.	Owl-carousel slider
 10.	Grid
*/

/* =============================================
			Custom Reset Style
============================================= */

* {
    padding: 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*=============================================
	        th-sticky-menu
=============================================*/
.th-header-cart {
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 15px 0;
    right: 0;
    padding-right: 15px;
}
  .th-nav-sticky {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    z-index: 999;
    transition: .2s;
  }
  .admin-bar .th-header-cart {
      top: 15px;
  }
  .admin-bar .th-nav-sticky {
      top: 32px;
  }
/*=============================================
	        th-header
=============================================*/
.th-header {
    width: 20%;
    position: fixed;
    height: 100%;
    top: 0;
}
.admin-bar .th-header,
.admin-bar .th-wrapper {
    top: 32px;
    overflow-y: scroll;
} 
.th-logo {
    text-align: center;
}
.th-logo a {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    display: block;
    text-transform: uppercase;
    text-decoration: none;    
    font-size: 30px;
    padding: 20px 0;
    font-weight: 500;
}

/*=============================================
	        th-navigation
=============================================*/
.th-navigation {
    padding-top: 15px;
}
.th-navigation li:last-child {
    border-bottom: none;
}
.th-navigation a {
    text-transform: uppercase;
    line-height: 45px;
}

/*=============================================
	        th-footer
=============================================*/
.th-footer {
    text-align: center;
    margin: 30px 0;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
}
.th-footer .th-social li,
.th-bottom-footer .th-social ul li,
.th-social-share.th-social.clearfix ul li {
    display: inline-block;
}
.th-footer .th-social li,
.th-bottom-footer .th-social li,
.th-social-share.th-social.clearfix li {
    border-radius: 100%
}
.th-footer .th-social li a,
.th-bottom-footer .th-social li a,
.th-social-share.th-social.clearfix li a  {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
}
.th-footer .th-social li.facebook,
.th-bottom-footer .th-social li.facebook ,
.th-social-share.th-social.clearfix li.facebook{
    background: #3b5999;
}
.th-footer .th-social li.twitter,
.th-bottom-footer .th-social li.twitter,
.th-social-share.th-social.clearfix li.twitter {
    background: #55acee;
}
.th-footer .th-social li.google-plus,
.th-bottom-footer .th-social li.google-plus,
.th-social-share.th-social.clearfix li.google-plus {
    background: #dd4b39;
}
.th-footer .th-social li.youtube,
.th-bottom-footer .th-social li.youtube {
    background: #e4405f;
}
.th-footer .th-social li.pinterest,
.th-bottom-footer .th-social li.pinterest {
    background: #bd081c;
}
.th-footer .th-social li.instagram,
.th-bottom-footer .th-social li.instagram {
    background: #cd201f;
}
.th-social {
    padding: 15px 0;
}
.th-footer-copyright .th-social {
    text-align: right;
}
.th-social-share ul {
    display: inline-block;
    padding: 0 5px;
}
.th-copyright a {
    text-transform: uppercase;
}

/*=============================================
	        th-wrapper
=============================================*/
.th-wrapper {
    background: #fff;
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
}
.th-banner {
    padding: 0;
}
.th-description {
    position: absolute;
    top: 20%;
    left: 5%;
}
.th-description p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.th-description h1 {
    margin: 30px 0;
    color: #fff;
    font-size: 48px;
    max-width: 80%;
}
.th-banner-img img {
    height: 500px;
    object-fit: cover;
    object-position: 50% 50%;
}
.th-homepage-slider .owl-nav {
    display: none;
}

/*=============================================
	        breadcrumb
=============================================*/
.breadcrumb {
    border-radius: 0;
    background: #222;
    padding: 20px 0;
}
.breadcrumb .separator {
    padding-right: 5px;
}
.breadcrumb-section,
.breadcrumb-section a {
    padding: 0 5px;
    color: #fff;
}
.th-nav-sticky .breadcrumb {
    margin: 0;
}
/*=============================================
	        th-categories
=============================================*/
.th-categories img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.th-categories figure {
    position: relative;
}
.th-categories figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 220px;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    -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);
}
.th-big-add img {
    height: 689px;
}

/*=============================================
	        th-product
=============================================*/
.th-product-tab {
    padding: 20px 0;
}
.th-product-tab {
    text-align: center;
}
.th-product-categories {
    margin: 0;
}
.th-product-categories li {
    display: inline-block;
}
.th-product-categories li .th-btn {
    border: 1px #e67a37 solid;
    color: #222;
}
.th-product-categories li .th-btn:hover {
    background: #e67a37;
    color: #fff;
}
.th-product-categories li a {
    border-radius: 4px;
}
.th-product-categories li.current a {
    background: #e67a37;
    border-radius: 4px;
    color: #fff;
}
.th-product-tab-wrapper {    
    padding: 30px 0;
}
.th-products-wrapper {
    margin-bottom: 30px;
}
.th-img-wrapper {
    position: relative;
    transition: .5s;
}
.th-products-hover {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
}
.th-img-wrapper:hover .th-products-hover {
    transition: .5s;
    display: block;
}
.th-products-hover a {
    background: #222;
    border-radius: 4px;
    color: #fff;
    width: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: 5px 0;
    display: block;
    text-align: center;
    overflow: hidden;
}

.th-products-hover a:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover:before {
    background: #888686;
    transition: .5s;
    color: #fff;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    position: relative;
    overflow: hidden;
    transition: .5s;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    background: #222;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
span.onsale {
    position: absolute;
    margin: 10px;
    background: #222;
    border-radius: 100%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
}
.th-product-detail {
    text-align: center;
}
.star-rating {
    margin: 0 auto;
}
.th-product-detail {
    padding: 15px;
}
.th-product-title h6 {
    font-size: 16px;
    padding: 5px 0;
}

/*=============================================
	        ajax-loding
=============================================*/
.ajax-call-remax-store svg.lds-eclipse {
    width: 100px;
    margin: 0 auto;
    display: block;
}
    
/*=============================================
	        single-product
=============================================*/
.single-product #primary {
    width: 100%;
}
.single-product .woocommerce-product-gallery {
    width: 45%;
    display: inline-block;
    margin-right:15px;
}
.single-product.remax-store-right-sidebar div#primary {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 40px;
}
.single-product .summary.entry-summary {
    width: 50%;
    display: inline-block;
}
.single-product span.feedback {
    display: none;
}
.woocommerce-Tabs-panel {
    border: 1px #ccc solid;
    margin: 0;
    padding: 20px;
}
.single-product .quantity {
    width: 49%;
    display: inline-block;
}
.single-product .single_add_to_cart_button {
    width: 50%;
    display: inline-block;
    cursor: pointer;
}
.single-product .clear {
    display: inline-block;
}
.single-product .star-rating {
    margin: 10px 0 0;
}
.related .clear {
    display: none;
}
.single-product .yith-wcwl-add-to-wishlist {
    width: 49%;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    border-radius: 4px;
}
.single-product .quantity input[type="number"] {
    width: 100%;
    border-radius: 4px;
}
.single-product a.compare.button {
    text-align: center;
    width: 50%;
    padding: 12px 0;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}
.single-product a.add_to_wishlist:hover,
.single-product a.compare.button:hover {
    color: #fff;
}
.single-product .product_meta {
    padding: 10px 0;
}
/*=============================================
	        related
=============================================*/
.th-wrapper .related h2 {
    padding: 30px 0 20px; 
    text-transform: capitalize;
}
/*=============================================
	        th-header-cart
=============================================*/
.th-header-cart .th-cart-item {
    display: flex;
    align-items: center;
    float: right;
}
.th-search-section,
.th-wishlist-section,
.th-header-cart-section {
    padding: 0 8px;
}

/*=============================================
	        th-product-hotoffer
=============================================*/
.th-product-hotoffer {
    padding: 150px 0;
}
.th-homepage-hotoffer-content {
    text-align: center;
    width: 100%;
}
.th-hotdeal-countdown-section {
    padding: 20px 0;
}

/*=============================================
	        th-product-hotoffer
=============================================*/
.th-bottom-footer {
    padding: 40px 0;
    background: #222;
}
.product_list_widget img {
    margin: 0;
    width: 100px;
    float: right;
}
.th-bottom-footer ul li a {
    color: #fff;
}
.th-bottom-footer ul li a:hover {
    color:#eb6e1a;
}
.th-bottom-footer h2.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.th-bottom-footer figure {
    margin: 0;
}
.th-bottom-footer .th-footer-copyright {
    border-top: 1px #fff solid;
    padding: 20px 0 0;
}
.th-bottom-footer .th-social {
    padding: 0;
}
.th-bottom-footer .product_list_widget li {
    display: -webkit-box;
    margin-bottom: 15px;
}
/*=============================================
	        th-homepage-blog
=============================================*/
.th-homepage-blog {
    padding: 0;
}
.th-homepage-blog h2.th-blog-title {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.th-produts-header {
    margin-bottom: 20px;
}
.th-produts-header h2.th-produts-title {
    float: left;
    text-transform: uppercase;
}
.th-produts-header a {
    float: right;
}
.th-homepage-blog article,
.th-homepage-blog article:hover {
    -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);
}
.th-wrapper .th-homepage-blog .byline  {
    float: none;
}
.th-homepage-blog img {
    height: 280px;
}
.th-blog-detail {
    padding: 15px;
}
.th-homepage-blog  span.posted-on {
    float: right;
}
.th-blog-category li a {
    color: #8e8e8e;
    display: block;
    text-decoration: underline;
}
.th-blog-category span.byline {
    text-transform: capitalize;
}
.th-homepage-blog .owl-nav {
    position: absolute;
    left: 15px;
    top: 25%;
}
.th-homepage-blog .owl-nav {
    position: absolute;
    right: 15px;
    top: 25%;
}
.th-homepage-blog .owl-prev {
    position: absolute;
    left: 0;
}
.th-homepage-blog .owl-next {
    position: absolute;
    right: 0;
}
.th-homepage-blog .owl-nav .owl-next span {
    background: #222;
    color: #fff;
    height: 80px;
    line-height: 80px;
    width: 70px;
    display: block;
    opacity: 0;
    transition: .5s;
    margin-left: -40px;
    font-size: 40px;
}
.th-homepage-blog .owl-nav .owl-prev span {
    background: #222;
    color: #fff;
    height: 80px;
    line-height: 80px;
    width: 70px;
    opacity: 0;
    display: block;
    font-size: 40px;
    transition: .5s;
    margin-right: -40px;
}
.th-homepage-blog:hover .owl-next span {
    opacity: 1;
    margin-left: 0;
    transition: .5s;
}
.th-homepage-blog:hover .owl-prev span {
    opacity: 1;
    margin-right: 0;
    transition: .5s;
}
.th-wishlist-section {
    position: relative;
    margin-right: 10px;
}
.th-header-cart-section span.count,
.th-wishlist-section span.wishlist-count {
    background: #eb6e1a;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -10px;
    left: 5px;
    border-radius: 100%;
    text-align: center;
}
.th-wishlist-section span.wishlist-count {
    left: 14px;
    color: #fff;
}

header.th-blog-header, .th-blog-meta, .th-blog-category {
    margin: 5px 15px;
}
.th-blog-meta {
    padding-bottom: 20px;
}

/*=============================================
	        th-homepage-blog
=============================================*/
.th-blog-header h5 {
    padding: 8px 0;
}
.form-submit input#submit {
    background: #222;
    padding: 12px 30px;
    color: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: .5s;
    border-radius: 4px;
}
.form-submit input#submit:hover {
    transition: .5s;
    background: #403f3f;
}
.comment-form-comment textarea {
	padding: 15px;
}
.th-wrapper .entry-meta {
    text-transform: capitalize;
    padding: 10px 0;
}
.th-wrapper .byline {
    float: right;
}
.th-wrapper .post-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/*=============================================
	        widget_search
=============================================*/
.widget-area .widget_search input.search-submit {
    float: right;
    background: #000;
    padding: 12px 0;
    color: #fff;
    width: 30%;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
form.search-form label {
    width: 70%;
    margin:0;
}
.widget-area .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: 100%;
}
.widget-area .widget ul {
	margin: 15px 0 10px;
	padding-left: 15px;
}
.widget-area .widget li {
	list-style: none;
	transition: .5s;
}
.widget-area .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-area .widget li a:before {
	content: "\f054";
	font-family: FontAwesome;
    left: 0;
    top: 0;
    margin-right: 10px;
}
.widget-area .widget li:hover a {
	margin-left: 10px;
	transition: .5s;
}
.widget-area .widget h2.widget-title {
	font-weight: 500;
	font-size: 20px;
	background: #000;
	text-align: center;
	padding: 10px;
	color: #fff;
}
div#primary {
    float: left;
    margin-right: 0;
    width: 66%;
}
aside#secondary {
    width: 30%;
    float: right;
    position: sticky;
    top: 30px;
}
h1.page-title.remax-store-archive-title {
    padding-bottom: 10px;
}
.comment-form-author label {
    display: block;
}

/*=============================================
	        shop
=============================================*/
.th-main-container-wrapper div#primary {
    width: 100%;
    margin-top: 10px;
}
.th-main-container-wrapper .th-products-wrapper {
    margin-bottom: 0;
}
p.woocommerce-result-count,
form.woocommerce-ordering {
    display: inline-block;
    margin: 20px 0;
}
form.woocommerce-ordering {
    padding-left: 40px;
}

.gridlist-toggle a.active {
	background-color: #222 !important;
}
.dashicons-grid-view:before {
	content: "\f009";
	font-family: FontAwesome;
	color: #fff;
}

.dashicons-excerpt-view:before, .dashicons-exerpt-view:before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #fff;
}
.list .th-products-hover {
    left: 10px;
}

/*=============================================
	        pagination
=============================================*/
.woocommerce-pagination {
    margin-bottom: 40px;
	text-align: center;
}
.page-numbers,
span.page-numbers.current,
span.page-numbers.dots {
	background: #222;
	color: #fff;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 15px;
	transition: .5s;
}
span.page-numbers.current {
	background: #eb6e1a;
}
a.page-numbers:hover {
    background:#eb6e1a;
    color: #fff;
	transition: .5s;
}

/*=============================================
	        th-backtop
=============================================*/
.th-backtop {
    position: fixed; 
    font-size: 22px; 
    bottom: 12px; 
    right: 15px; 
    display: none; 
    background: #ff3030; 
    width: 40px; 
    height: 40px; 
    line-height: 30px;
    text-align: center; 
    cursor: pointer; 
    border-radius: 0;
    padding: 5px 0; 
    color: #222;
    z-index: 9999;
  }
section#remax_store_homepage_blog_section .th-homepage-blog-slider .item {
    padding: 10px 0px;
}

.yith-wcwl-wishlistexistsbrowse.hide{
    display:none;
}




@media only screen and (max-width: 768px) {
    body.remax-store-right-sidebar .th-main-container-wrapper div#primary{
        width:100%;
    }

    body.remax-store-right-sidebar aside#secondary{
        width:100%;
    }

    .th-logo a,
    .site-branding h1.site-title  {
        margin: 0;
        padding: 0 !important;
    }

    ul#primary-menu li {
        width: 100%;
        padding: 6px 0px;
    }
   
    .admin-bar .th-header, .admin-bar .th-wrapper {
        top: 132px;
    }

    ul#primary-menu li.menu-item-has-children ul {
        display: none;
        width: 100%;
        background: #fff;
        padding: 5px;
        margin: 0;
    }

}




