/*!
README - STYLEGUIDE BRIEFLY

Find the style by media query screen width, using Find or CTRL + F
min-width 601px, min-width: 901px, min-width: 1300px, min-width: 1600px,
max-width: 1599px, max-width: 1299px, max-width: 900px, max-width: 600px

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/

/* > MOBILE */
@media all and (min-width: 601px) {}

/* > TABLET */
@media all and (min-width: 901px) {
    .vc_row.row-cardbox .media-cardbox.wpb_column:first-child {
        padding-right: 15px;
    }
    
    .vc_row.row-cardbox .media-cardbox.wpb_column:last-child {
        padding-left: 15px;
    }
    
    .vc_row.row-cardbox .content-cardbox.wpb_column:last-child {
        padding-left: 50px;
    }
    
    .vc_row.row-cardbox .content-cardbox.wpb_column:first-child {
        padding-right: 50px;
    }

    /* @row-custom-width */
    .vc_row.row-custom-width>.wpb_column.vc_col-sm-8 {
        width: calc(55% + 40px);
    }

    .vc_row.row-custom-width>.wpb_column.vc_col-sm-4 {
        width: calc(45% - 40px);
    }

    .listing.listing-blog .content-item .title-listing {
        margin-bottom: 0;
    }
}

/* >= DESKTOP & LAPTOP */
@media all and (min-width: 1300px) {}

/* >= LARGE DESKTOP */
@media all and (min-width: 1600px) {}

/* < LARGE DESKTOP */
@media all and (max-width: 1599px) {}

/* >= DESKTOP & LAPTOP && < LARGE DESKTOP */
@media all and (min-width: 1300px) and (max-width: 1599px) {}

/* <= LARGE TABLET */
@media all and (max-width: 1299px) {
    .vc_section[data-vc-full-width] > .vc_row.row-cardbox {
        margin-left: 15px;
        margin-right: 15px;
    }

}

/* > MOBILE && <= LARGE TABLET */
@media all and (min-width: 601px) and (max-width: 1299px) {}


/* <= TABLET */
@media all and (max-width: 900px) {
    .col-auto.wpb_column:last-child {
        margin-left: 0;
    }
    
    .col-auto.wpb_column:first-child {
        margin-right: 0;
    }
    
    .vc_general.vc_tta-tabs ul.vc_tta-tabs-list,
    .type-products-2 .woocommerce ul.products.listing-product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        padding: 15px;
        margin: -15px;
    }
        
    .vc_general.vc_tta-tabs ul.vc_tta-tabs-list::-webkit-scrollbar,
    .type-products-2 .woocommerce ul.products.listing-product::-webkit-scrollbar {
        display: none;
    }
    
    .type-products-2 .woocommerce ul.products.listing-product li.product {
        white-space: normal;
    }
    
    .type-products-2 .woocommerce ul.products.listing-product li.product {
        min-width: 300px;
    }
    
    .type-products-2 .woocommerce ul.products.listing-product .product-wrapper .button.add_to_cart_button {
        opacity: 1;
        visibility: visible;
    }
    
    .type-products-2 .woocommerce ul.products.listing-product .product-wrapper {
        background-color: #E4E4E4;
    }
    
    .vc_row.row-cardbox {
        padding: 20px;
    }

    .media-cardbox.wpb_column {
        order: -1;
        margin-bottom: 30px;
    }
    
    .wh-spacing--wrapper[style="height: 160px;"] {
        max-height: 80px;
    }
    
    .wh-spacing--wrapper[style="height: 80px;"] {
        max-height: 40px;
    }
    
    .wh-spacing--wrapper[style="height: 60px;"] {
        max-height: 30px;
    }

    .woocommerce ul.products.listing-product li.product {
        width: 50%;
    }

    #sb_instagram #sbi_images {
        grid-template-columns: repeat(6, 1fr) !important;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(1) {
        grid-column: span 6;
        grid-row: span 3;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(2),
    #sb_instagram #sbi_images .sbi_item:nth-child(3),
    #sb_instagram #sbi_images .sbi_item:nth-child(5),
    #sb_instagram #sbi_images .sbi_item:nth-child(6),
    #sb_instagram #sbi_images .sbi_item:nth-child(8),
    #sb_instagram #sbi_images .sbi_item:nth-child(9) {
        grid-column: span 3;
        grid-row: span 2;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(4),
    #sb_instagram #sbi_images .sbi_item:nth-child(7),
    #sb_instagram #sbi_images .sbi_item:nth-child(10) {
        grid-column: span 6;
        grid-row: span 3;
    }
    
    .col-explore-cat.wpb_column.vc_column_container {
        height: 355px;
        padding: 0 15px;
        margin: 20px 0px;
    }
    
    .col-explore-cat.wpb_column.vc_column_container>.vc_column-inner {
        padding: 20px;
    }
    
    .site-breadcrumbs {
        margin-bottom: 40px;
    }

    .listing.listing-blog .content-item .title-listing {
        margin-bottom: 0;
    }
}

@media all and (min-width: 601px) and (max-width: 900px) {
	.datamark-wrap .datamark {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	
    .vc_row.row-choose-us>.wpb_column {
        width: 50%;
    }
    
    .vc_row.row-choose-us>.wpb_column {
        margin-bottom: 20px;
    }

    .listing {
        --listing-column: 2;
    }
}

/* <= MOBILE */
@media all and (max-width: 600px) {
	
	.datamark-wrap .datamark {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}

    .type-products-2 .woocommerce ul.products.listing-product li.product {
        min-width: 270px;
    }
    
    .vc_row.row-choose-us>.wpb_column:not(:last-child) {
        margin-bottom: 20px;
    }

    .woocommerce ul.products.listing-product li.product {
        width: 100%;
    }
    
    .woocommerce ul.products.listing-product .product-wrapper .button.add_to_cart_button,
    .woocommerce ul.products.listing-product .product-image .yith-add-to-wishlist-button-block,
    .woocommerce ul.products.listing-product .product-image .onsale {
        margin: 20px;
    }
    
    .woocommerce ul.products.listing-product .product-content {
        padding: 20px;
    }
    
    br {
        display: none;
    }

    .listing {
        --listing-column: 1;
    }
    
    .pagination, .tw-pagination, .woocommerce-pagination .page-numbers {
        margin-top: 40px;
    }
}