/*----------------------------------------------------------------------------
    TABLE OF CONTENTS:
------------------------------------------------------------------------------
    # 480px and below
    # 991px and below
    # Between 991px and 1170px
    # Between 1170px and 1480px
    # Between 1480px and 1600px
    # 1440px and above
    # 1600px and above
    # 1900px and above

============================================================================== */



/* ---------------------------------------------------------------------------
 * 1440px and above
------------------------------------------------------------------------------ */

@media only screen and (min-width: 1440px) {

    /* General --------------------------------------------------------------- */
    .container {
        width: 1280px;
    }

}

/* ---------------------------------------------------------------------------
 * 1600px and above
------------------------------------------------------------------------------ */

@media only screen and (min-width: 1600px) {

    /* General --------------------------------------------------------------- */
    .container {
        width: 1440px;
    }

}

/* ---------------------------------------------------------------------------
 * 1900px and above
------------------------------------------------------------------------------ */
    
@media only screen and (min-width: 1900px) {

    /* General --------------------------------------------------------------- */

    .container {
        width: 1600px;
    }
}

/* ---------------------------------------------------------------------------
 * Between 1480px and 1600px
------------------------------------------------------------------------------ */

@media screen and (min-width: 1480px) and (max-width: 1600px) {
    
    /* Blog ------------------------------------------------------------------ */

    .left-image-right-content .post-media img {
        max-width: 480px;
    }

    .left-sidebar .left-image-right-content .post-media,
    .right-sidebar .left-image-right-content .post-media {
        margin: 0 50px 0 0;
    }

    .left-image-right-content .post .post-media + .post-content {
        margin: 4% 0 0 0;
    }

    .left-sidebar .left-image-right-content .post-media + .post-content .title .line,
    .right-sidebar .left-image-right-content .post-media + .post-content .title .line {
        width: 80px;
        left: -100px;
    }

}

/* ---------------------------------------------------------------------------
 * 1600px and below
------------------------------------------------------------------------------ */

@media screen and (max-width: 1600px) {
    
    /* Cart ------------------------------------------------------------------ */

    .woocommerce table.cart .coupon,
    .woocommerce-page table.cart .coupon {
        width: 70%;
    }

    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
        width: 55%;
    }

    .left-right-sidebar .masonry .post.col-md-3,
    .dual-left-sidebar .masonry .post.col-md-3,
    .dual-right-sidebar .masonry .post.col-md-3,
    .left-right-sidebar .masonry .post.col-md-4,
    .dual-left-sidebar .masonry .post.col-md-4,
    .dual-right-sidebar .masonry .post.col-md-4 {
        width: 50%;
    }

}

/* ---------------------------------------------------------------------------
 * 1480px and below
------------------------------------------------------------------------------ */

@media screen and (max-width: 1480px) {

    /* Blog ------------------------------------------------------------------ */

    .left-sidebar .masonry .post.col-md-3,
    .right-sidebar .masonry .post.col-md-3 {
        width: 33.333333%;
    }
    
    /* Single Blog ----------------------------------------------------------- */

    .layout-left-sidebar .post-navigation,
    .layout-right-sidebar .post-navigation,
    .layout-left-right-sidebar .post-navigation,
    .layout-dual-left-sidebar .post-navigation,
    .layout-dual-right-sidebar .post-navigation {
        text-align: center;
        margin: 0;
        flex-wrap: wrap;
    }
    
    .layout-left-sidebar .post-navigation > div,
    .layout-right-sidebar .post-navigation > div,
    .layout-left-right-sidebar .post-navigation > div,
    .layout-dual-left-sidebar .post-navigation > div,
    .layout-dual-right-sidebar .post-navigation > div {
        margin: 0 0 30px 0;
        width: 100%;
    }
    
    .layout-left-sidebar .post-navigation > div:last-child,
    .layout-right-sidebar .post-navigation > div:last-child,
    .layout-left-right-sidebar .post-navigation > div:last-child,
    .layout-dual-left-sidebar .post-navigation > div:last-child,
    .layout-dual-right-sidebar .post-navigation > div:last-child {
        margin: 0;
    }

    .layout-left-right-sidebar .comments-area .comment-form .comment-form-author,
    .layout-left-right-sidebar .comments-area .comment-form .comment-form-email,
    .layout-left-right-sidebar .comments-area .comment-form .comment-form-url,
    .layout-dual-left-sidebar .comments-area .comment-form .comment-form-author,
    .layout-dual-left-sidebar .comments-area .comment-form .comment-form-email,
    .layout-dual-left-sidebar .comments-area .comment-form .comment-form-url,
    .layout-dual-right-sidebar .comments-area .comment-form .comment-form-author,
    .layout-dual-right-sidebar .comments-area .comment-form .comment-form-email,
    .layout-dual-right-sidebar .comments-area .comment-form .comment-form-url {
        width: 100%;
    }

    #responsive-trigger {
        display: block;
    }

    .main-menu {
        display: none;
    }

    #responsive-menu .main-menu {
        display: block;
    }

    /* Cart ------------------------------------------------------------------ */

    .woocommerce-cart.woocommerce-page .woocommerce {
        display: block;
    }

    .woocommerce .woocommerce-cart-form,
    .woocommerce .cart-collaterals {
        width: 100%;
    }

    .woocommerce .cart-collaterals {
        padding: 80px 0 0 0;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        min-height: auto;
    }
    
    /* My Account ------------------------------------------------------------ */

    .woocommerce-MyAccount-navigation ul li {
        margin: 0 20px;
    }

    .wishlist-table .table .table-content .product-buttons {
        padding: 0 30px;
    }

}

/* ---------------------------------------------------------------------------
 * 1360px and below
------------------------------------------------------------------------------ */

@media screen and (max-width: 1360px) {


    .wishlist-table .table .table-content .product-buttons button,
    .wishlist-table .table .table-content .product-buttons a {
        width: 100%;
    }

}


/* ---------------------------------------------------------------------------
 * 1170px and below
------------------------------------------------------------------------------ */

@media screen and (max-width: 1170px) {

    /* Layout ---------------------------------------------------------------- */

    .layout-left-right-sidebar .col-md-6,
    .layout-dual-left-sidebar .col-md-6,
    .layout-dual-right-sidebar .col-md-6,
    .layout-left-right-sidebar .col-md-3,
    .layout-dual-left-sidebar .col-md-3,
    .layout-dual-right-sidebar .col-md-3,
    .layout-left-sidebar .col-md-9,
    .layout-right-sidebar .col-md-9,
    .layout-left-sidebar .col-md-3,
    .layout-right-sidebar .col-md-3,
    .layout-left-sidebar .col-md-9,
    .layout-right-sidebar .col-md-9,
    .layout-left-sidebar .col-md-3,
    .layout-right-sidebar .col-md-3 {
        width: 100%;
        clear: both;
    }

    .left-sidebar .masonry .post.col-md-3,
    .right-sidebar .masonry .post.col-md-3 {
        width: 100%;
        clear: both;
    }
    
    /* Single Blog ----------------------------------------------------------- */

    .comments-area .comment-form .comment-form-author,
    .comments-area .comment-form .comment-form-email,
    .comments-area .comment-form .comment-form-url {
        width: 100%;
    }
    
    /* Shop ------------------------------------------------------------------ */

    li.product .product-icons li.view {
        display: none;
    }

    .product-quick-view-wrapper {
        display: none;
    }
    


    .wishlist-table .table .table-content {
        display: block;
    }

    .wishlist-table .table .table-content > div {
        border-left: 1px solid #f5f5f5;
    }

    .wishlist-table .table .table-content .product-thumb,
    .wishlist-table .table .table-content .product-name,
    .wishlist-table .table .table-content > div,
    .wishlist-table .table .table-content .product-buttons {
        padding: 20px 50px;
        width: 100%;
        align-items: center;
    }

    .wishlist-table .table .table-content .product-buttons button {
        margin: 0 2% 0 0;
    }

    .wishlist-table .table .table-content .product-buttons button,
    .wishlist-table .table .table-content .product-buttons a {
        width: 30%;
    }

}



/* ---------------------------------------------------------------------------
 * Between 1170px and 1480px
------------------------------------------------------------------------------ */

@media screen and (min-width: 1170px) and (max-width: 1480px) {
    
    /* Blog ------------------------------------------------------------------ */

    .left-image-right-content .post {
        margin: 0 0 50px 0;
    }

    .left-sidebar .left-image-right-content .post-media img,
    .right-sidebar .left-image-right-content .post-media img {
        max-width: 320px;
    }

    .left-sidebar .left-image-right-content .post-media,
    .right-sidebar .left-image-right-content .post-media {
        margin: 0 50px 0 0;
    }

    .left-sidebar .widget-trending-posts .post-count,
    .right-sidebar .widget-trending-posts .post-count {
        display: none;
    }
    
    /* Shop ------------------------------------------------------------------ */

    ul.products li.product:nth-child(n) {
        width: 25%;
        clear: none;
    }

    ul.products li.product:nth-child(4n+1) {
        clear: both;
    }

    /* My Account ------------------------------------------------------------ */

    .wishlist-table .table .table-content > div {
    }

}


/* ---------------------------------------------------------------------------
 * 991px and below
------------------------------------------------------------------------------ */

@media (max-width: 991px) {
    
    /* Layout ---------------------------------------------------------------- */

    .layout-left-right-sidebar {
        flex-wrap: wrap;
    }

    .left-right-sidebar .first-widget-area {
        order: 2;
    }
    
    /* Blog ------------------------------------------------------------------ */

    .left-image-right-content .post .post-details {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .left-image-right-content .post-media {
        margin: 0;
    }

    .left-image-right-content .post-media + .post-content .title .line {
        display: none;
    }

    .meta-group {
        justify-content: center;
    }

    .masonry .meta-group {
        justify-content: flex-start;
    }
    

    /* Single Blog ----------------------------------------------------------- */

    .single-post-content .entry-content .meta-group {
        justify-content: flex-start;
    }

    .content-type .post {
        margin: 0 0 40px 0;
    }

    .content-type .post-details {
        text-align: center;
    }
    
    /* Shop ------------------------------------------------------------------ */

    ul.products li.product:nth-child(n) {
        width: 50%;
        clear: none;
    }

    ul.products li.product:nth-child(2n+1) {
        clear: both;
    }

    .shop-filter {
        margin: 0 0 60px 0;
        padding: 40px 60px;
    }

    .shop-filter-header .filter-title {
        display: none;
    }


    .shop-filter-header .filter-links ul li {
        margin: 0 0 0 30px;
    }

    .shop-filter-header .filter-links {
        display: flex;
    }

    #shop-filter-widgets .shop-filter-widget-area .widget {
        width: 50%;
        max-width: 100%;
    }

    #shop-filter-widgets .shop-filter-widget-area .widget:nth-child(2n+1) {
        clear: both;
    }
    
    /* Single Product -------------------------------------------------------- */

    .product-details-wrapper {
        display: block;
    }

    .product-details-wrapper > div {
        width: 100%;
    }

    .summary {
        padding: 50px;
    }

    .summary span.line {
        display: none;
    }
    
    .summary .posted_in-wrapper {
        margin: 0;
    }

    .summary .product_title {
        margin: 0;
    }

    .woocommerce-tabs .wc-tabs li {
        margin: 0 30px;
    }
    
    /* My Account ------------------------------------------------------------ */
    
    .woocommerce-MyAccount-navigation {
        border: 0;
    }

    .woocommerce-MyAccount-navigation ul {
        width: 100%;
        display: block;
    }

    .woocommerce-MyAccount-navigation ul li {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .woocommerce-MyAccount-navigation ul li.is-active {
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .woocommerce-Addresses {
        display: block;
    }

    .woocommerce-Addresses .woocommerce-Address {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .woocommerce-Addresses .woocommerce-Address:last-child {
        margin: 0;
    }

    /* Checkout -------------------------------------------------------------- */

    form.woocommerce-checkout {
        display: block;
    }

    .customer-details-wrapper {
        padding: 0;
        width: 100%;
    }

    .order-review-wrapper {
        width: 100%;
    }

}


/* ---------------------------------------------------------------------------
 * Between 991px and 1170px
------------------------------------------------------------------------------ */

@media screen and (min-width: 991px) and (max-width: 1170px) {
    
    /* Blog ------------------------------------------------------------------ */

    .left-image-right-content .content-area.col-md-9 .post-media img,
    .left-image-right-content .content-area.col-md-9 .post-media img {
        max-width: 320px;
    }

    .left-image-right-content .post-media {
        margin: 0 40px 0 0;
    }

    .left-image-right-content .post-media + .post-content .title .line {
        display: none;
    }
    
    /* Shop ------------------------------------------------------------------ */

    ul.products li.product:nth-child(n) {
        width: 33.333333%;
        clear: none;
    }

    ul.products li.product:nth-child(3n+1) {
        clear: both;
    }

}



/* ---------------------------------------------------------------------------
 * 782px and below
------------------------------------------------------------------------------ */

@media (max-width: 782px) {

    /* Header ---------------------------------------------------------------- */

    .user-logged-in.allow-sticky-header .stuck {
        margin: 46px 0 0 0;
    }
    

    /* Sub Header ------------------------------------------------------------ */
    
    .user-logged-in .subheader:before, .user-logged-in .subheader:after,
    .user-logged-in.transparent-header .subheader:before,
    .user-logged-in.transparent-header .subheader:after,
    .user-logged-in.transparent-header.allow-top-area .subheader:before,
    .user-logged-in.transparent-header.allow-top-area .subheader:after,
    .user-logged-in.transparent-header.allow-top-area.allow-bottom-area .subheader:before,
    .user-logged-in.transparent-header.allow-top-area.allow-bottom-area .subheader:after {
        top: 46px;
    }

}



/* ---------------------------------------------------------------------------
 * 767px and below
------------------------------------------------------------------------------ */

@media (max-width: 767px) {
    

    /* Single Blog ----------------------------------------------------------- */

    .post-navigation {
        text-align: center;
        flex-wrap: wrap;
    }

    .post-navigation > div {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .post-navigation > div:last-child {
        margin: 0;
    }
    
    /* Shop ------------------------------------------------------------------ */

    ul.products li.product:nth-child(n) {
        width: 100%;
        clear: none;
    }

    .shop-filter-header-title {
        display: none;
    }

    .shop-filter-header {
        justify-content: flex-end;
    }

    #shop-filter-search .woocommerce-product-search .search-field {
        height: 60px;
    }

    #shop-filter-search .woocommerce-product-search button {
        line-height: 60px;
        padding: 0 30px;
        height: 60px;
    }

    /* Cart ------------------------------------------------------------------ */

    .woocommerce table.cart .coupon,
    .woocommerce-page table.cart .coupon {
        width: 100%;
    }

    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
        width: 100%;
    }

    .woocommerce table.cart button[name="apply_coupon"],
    .woocommerce-page table.cart button[name="apply_coupon"] {
        margin: 30px 0 0 0;
        width: 100%;
    }

    .woocommerce table.cart button[name="update_cart"],
    .woocommerce-page table.cart button[name="update_cart"] {
        margin: 30px 0 0 0;
        width: 100%;
    }

}

/* ---------------------------------------------------------------------------
 * 620px and below
------------------------------------------------------------------------------ */

@media (max-width: 620px) {
    
    /* Shop ------------------------------------------------------------------ */

    #shop-filter-widgets .shop-filter-widget-area .widget {
        width: 100%;
        max-width: 100%;
        clear: both;
    }

    /* Single Product -------------------------------------------------------- */

    .woocommerce-tabs ul {
        display: block;
        border: 0;
    }

    .woocommerce-tabs .wc-tabs li {
        margin: 0;
        padding: 10px 0;
        float: none;
        border-bottom: 1px solid #f4f4f4;
    }

    .woocommerce-tabs .wc-tabs li.active {
        border-bottom: 1px solid #f4f4f4;
    }

    /* My Account ------------------------------------------------------------ */
    
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        padding: 0;
        width: 100%;
    }

    /* Cart ------------------------------------------------------------------ */

    .woocommerce .woocommerce-cart-form table.shop_table th,
    .woocommerce .woocommerce-cart-form table.shop_table td {
        display: block;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        display: block;
    }

    .cart-collaterals .cart-back-to-shop {
        position: static;
    }

}


/* ---------------------------------------------------------------------------
 * 600px and below
------------------------------------------------------------------------------ */

@media (max-width: 600px) {
    
    /* Header ---------------------------------------------------------------- */

    .user-logged-in.allow-sticky-header .stuck {
        margin: 0;
    }
    
    /* Newsletter ------------------------------------------------------------ */

    .newsletter-form {
        display: block;
    }

    .newsletter-form .wpcf7-email {
        margin: 0 0 30px 0;
    }

}


/* ---------------------------------------------------------------------------
 * 480px and below
------------------------------------------------------------------------------ */

@media (max-width: 480px) {

    /* Logo ---------------------------------------------------------------------- */

    .header-dark .logo .light-logo,
    .header-overlay-dark .overlay-header .logo .light-logo,
    .sticky-header-dark .stuck .sticky-light-logo,
    .sticky-header-dark .stuck .logo .mobile-logo,
    .sticky-header-dark .stuck .logo .mobile-light-logo {
        display: none;
    }

    .header-dark .logo .mobile-light-logo,
    .header-overlay-dark .overlay-header .logo .mobile-light-logo,
    .sticky-header-dark .stuck .mobile-sticky-light-logo {
        display: inline-block;
    }

    .header-light .logo .custom-logo,
    .header-overlay-light .overlay-header .logo .custom-logo,
    .sticky-header-light .stuck .sticky-logo,
    .sticky-header-light .stuck .logo .mobile-logo,
    .sticky-header-light .stuck .logo .mobile-light-logo {
        display: none;
    }

    .header-light .logo .mobile-logo,
    .header-overlay-light .overlay-header .logo .mobile-logo,
    .sticky-header-light .stuck .mobile-sticky-logo {
        display: inline-block;
    }
    

    /* Blog ------------------------------------------------------------------ */

    .left-image-right-content .post {
        margin: 0 0 50px 0;
    }

    .left-image-right-content .post .post-media + .post-content {
        margin: 0;
    }

    .left-image-right-content .post-media {
        display: none;
    }

    /* Shop ------------------------------------------------------------------ */

    #shop-filter-search .woocommerce-product-search .search-field {
        height: 55px;
    }

    #shop-filter-search .woocommerce-product-search button {
        line-height: 55px;
        padding: 0 25px;
        height: 55px;
    }

    .chosen-filter-lists {
        display: block;
    }

    .chosen-filter-lists .reset-filter {
        margin: 30px 0 0 0;
    }

    .chosen-filter-lists .chosen {
        margin: 0 20px 20px 0;
    }

    /* Cart ------------------------------------------------------------------ */

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        display: block;
    }

    .cart-collaterals .cart-back-to-shop {
        position: static;
    }

    /* Checkout -------------------------------------------------------------- */

    .order-review-wrapper {
        background: none;
        padding: 0;
    }

    #add_payment_method #payment ul.payment_methods,
    .woocommerce-cart #payment ul.payment_methods,
    .woocommerce-checkout #payment ul.payment_methods {
        padding: 30px 0;
    }

    #add_payment_method #payment div.form-row,
    .woocommerce-cart #payment div.form-row,
    .woocommerce-checkout #payment div.form-row {
        padding: 30px 0;
    }
    
    /* Mini Cart ------------------------------------------------------------- */
    
    .small-area-element {
        position: static;
    }

    .header-icons .cart-wrapper .header-mini-cart {
        width: calc( 100% - 60px );
        left: 30px;
    }

}

/* ---------------------------------------------------------------------------
 * 420px and below
------------------------------------------------------------------------------ */

@media (max-width: 420px) {
    
    /* Shop ------------------------------------------------------------------ */

    #shop-filter-search .woocommerce-product-search {
        display: block;
    }

    #shop-filter-search .woocommerce-product-search button {
        margin: 30px 0 0 0;
    }

}