@charset "UTF-8";/*!
Theme Name: Woostroid Child
Theme URI:   https://www.templatemonster.com/woocommerce-themes/63000.html
Author: Jetimpex
Author URI: https://www.templatemonster.com/authors/jetimpex/
Description: Woostroid - Multibrand fashion store.
Template: woostroid
Version: 1.3.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: woostroid-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
DocumentationID: woostroid

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.

Woostroid is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/* Front page */

#mpslwidget-5 {
    width: 120%;
    position: relative;
    left: -10%;
}
@media screen and (max-width: 1439px) {
    #mpslwidget-5 {
        width: 110%;
        left: -5%;
    }
}

@media screen and (max-width: 1200px) {
    #mpslwidget-5 {
        width: 100%;
        left: 0;
    }
}

#mpslwidget-5, #mpslwidget-3 {
    margin-bottom: 0;
    border: none;
}

.footer-area {
    width: 120%;
    position: relative;
    left: -10%;
}

@media screen and (max-width: 1439px) {
    .footer-area {
        width: 110%;
        left: -5%;
    }
}

@media screen and (max-width: 1200px) {
    .footer-area {
        width: 100%;
        left: 0%;
    }
}

.auction-end,
.auction-condition {
    display: none;
}

.auction-time {
    margin-bottom: 30px;
}

.auction-bid {
    
}

.product_type_auction {
    display: none !important;
}

/* Vertically Center Main Menu */
.site-header.style-4 .main-navigation {
    margin-top: 0;
}

/* Remove Right Margin On Cart Icon*/
.site-header.style-4 .site-header-cart, .site-header.style-4 .woocommerce-currency-switcher-form {
    margin-right: 0;
}

/* Expand Items In Mobile Menu */
ul.tm-mega-menu.mega-menu-mobile-on ul.tm-mega-menu-sub {
    display: block;
}

/* Hide List Toggle */
.tm-woo-grid-list-toggle-button-wrapper { 
    display: none;
}

/* Hide Product List Result Count */
.woocommerce-result-count {
    display: none;
}

/* Hide Preloader */
.tm-wc-ajax-filters-loader {
    display: none;
}

/* Content Wrapper */
.site-content_wrap {
    padding: 0 !important;
}

/* Swiper */

.swiper-container {
    width: 130%;
    position: relative;
    left: -15%;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .post-thumbnail__link {
    margin-bottom: 15px;
}

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-title {
    font-size: 15px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .swiper-container {
        overflow: visible !important;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .swiper-container {
        width: 80%;
    }
}

/* Footer */
.site-footer.centered .footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* White Font On Subscribe Box Message */
.subscribe-block__message {
    color: #ffffff !important;
}

/* Content */

.content-media-left {
    float: left;
    margin-right: 40px;
}

.content-body-right {
    min-width: 200px;
}

@media screen and (max-width: 600px) {
    .content-media-left {
        margin-right: 0px;
        margin-bottom: 10px;
        clear: both;
    }

    .content-body-right {
        clear: both;
    }

    /* Hero slider margin bottom haxx */
    .widget.widget_mpslwidget:first-child {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
}

button.button {
    margin-bottom: 20px !important;
}

/* Signup */

.wp-signup-container {
    background: #fff;
    padding: 50px 100px;
}

.wp-signup-container .checkbox {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .wp-signup-container 
        background: #fff;
        padding: 20px;
    }
}

#blogportalstats {
	display: none;
}

/* Ads */

/* Home - Main Column ad widgets */
#custom_html-2, #custom_html-4, #custom_html-5 {
    padding: 0;
    background: transparent;
}

.tm-posts_item {
    margin-bottom: 0px !important;
}

.tm-posts_item_title {
    font-size: 15px;
    margin-bottom: 0 !important;
}

.tm-posts_item_excerpt {
    margin-top: 0 !important;
}


#blogportalstats {
    display: none;
}


/* Instagram feed */

#sb_instagram {
    width: calc(100% + 60px) !important;
    padding: 0 !important;
    margin-left: -30px;
    margin-right: -30px;
}