/*
Theme Name:   Partdo Child
 Theme URI:    http://klbtheme.com/partdo/
 Description:  Partdo Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     partdo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  partdo-child
*/
.checkout .woocommerce-shipping-fields .shipping_address {
    display: none;
}
.footer-inner .site-copyright{
	display:none;
}

.site-footer .footer-row.dark .footer-inner{
	padding-top:0px;
}

ul#shipping_method li{
	display:flex;
	flex-direction: row-reverse;
}


.site-drawer-row.site-drawer-footer .site-copyright{
	display: none;
}

.wcspc-count.wcspc-count-bottom-left{
	background: red;
}
.page-id-6433 img.attachment-full.size-full {
/*     width: 365px ; */
    height: 256px;
	padding: 0 5px;
}
.page-id-6433 #gallery-1 img {
    border: none;
}
@media (max-width: 767px) {
    #gallery-1 .gallery-item {
        width: 50% !important;
/* 		padding: 0 5px; */
    }
	.elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 50% !important;
    }
	.page-id-6433 img.attachment-full.size-full {
    height: 134px !important;
	}
}
@media only screen and (min-width: 740px) and (max-width: 1023px){
	.page-id-6433 img.attachment-full.size-full {
    height: 170px;
}
}
@media (min-width: 1024px) and (max-width: 1280px) {
	.page-id-6433 img.attachment-full.size-full {
    height: 190px;
}
}