/*
    Template:       skudmart
    Theme Name:     SkudMart Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    SkudMart – Clean, Minimal WooCommerce Theme
    Version:        1.0.1
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready, architecture, interior
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    skudmart-child
    Domain Path:    /languages/
*/
html {
    overflow: auto;
}
html body {
    overflow: initial;
}

.p---large > .mspc-wrapper,
.entry-summary > .mspc-wrapper {
  display: none;
}
.woocommerce.mspc-product .product--summary .variations_form .variations {
    display: block;
}
.woocommerce.mspc-product .fpd-product-designer-wrapper .variations_form .variations {
  display: block;
}
.fk-placeholder {
  margin-bottom: 30px;
}
.entry-summary > a#fpd-start-customizing-button {
    display: none;
}



.product--summary .variations_form table{
    margin: 0;
}
.product--summary .variations_form tr {
    display: flex;
    flex-direction: column;
    position: relative;
}
.product--summary .variations_form tr .swatch-label {
    position: absolute;
    top: -1px;
    left: 50px;
    margin: 0 !important;
    text-transform: none;
}
.product--summary .variations_form tr .swatch-wrapper {
    margin: 0 !important;
    padding: 0;
}

.product--summary #picker_pa_size,
.product--summary .variations_form tr .swatch-control {
    margin: 0 !important;
    padding-top: 10px;
}
.la-single-product-page .product--summary .variations_form .swatch-wrapper.swatch-only-label {
    padding: 0 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    min-height: 27px;
    color: gray;
}
.la-single-product-page .product--summary .variations_form .swatch-wrapper.swatch-only-label.selected {
    background: #886969;
    color: #fff;
    border-color: #886969;
}
.la-single-product-page .product--summary .variations_form .swatch-wrapper.swatch-only-label .swatch-anchor {
    color: inherit !important;
}
.product--summary .variations_form .swatch-wrapper.swatch-only-label .swatch-anchor {
    padding: 0;
    height: auto;
    transform: none !important;
}
.la-single-product-page .product--summary .variations_form tr .swatch-wrapper:not(.swatch-only-label){
    width: 23px;
    height: 23px;
}
.swatch-wrapper:not(.la-swatch-item-style-default):not(.swatch-only-label).selected:before {
    font-size: 12px;
}
.lahb-col .wpmm-sticky.wpmm-sticky-wrap {
    position: static;
    width: auto;
}
.lahb-col .wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
    min-width: 100%;
    padding: 0;
}
.lahb-col .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
    position: absolute;
}
.la-hamburger-wrap .hamburger-main .hamburger-nav-icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.la-hamburger-wrap .hamburger-main li a {
    position: relative;
}


.single.single-product .elementor-lightbox .elementor-lightbox-item {
	padding-left: 0;
	padding-right: 0;
}
.single.single-product .elementor-lightbox .elementor-lightbox-item .swiper-zoom-container {
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
}
.single.single-product .elementor-lightbox .elementor-swiper-button-next,
.single.single-product .elementor-lightbox .elementor-swiper-button-prev {
	width: 50px;
	opacity: 1;
	z-index: 9;
	pointer-events: auto;
	mix-blend-mode: difference;
}
@media(min-width: 1280px){
	.single.single-product .elementor-lightbox .dialog-lightbox-close-button {
		mix-blend-mode: difference;
	}
	.single.single-product .elementor-slideshow__header{
		mix-blend-mode: difference;
		display: none
	}
	.single.single-product .elementor-slideshow__header .e-eicon-share-arrow{
		display: none;
	}
	.single.single-product .elementor-lightbox .elementor-lightbox-item img.elementor-lightbox-image {
		cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIJJREFUeNpiYGBg+I8Hf0KisQJGqAJiACM2QRZCCoix4D8JrgCBhUAciM0L6C7gAuIYIH4KxD+g8nJAPBcqrwPEV/G5QIFAAIOwIxMBrxECXPi8wAHEHkD8BIh/QtWBvLAVKm8GxKfJCcSpQOxLSizglWch0c8YgImA/Gc0GgMABBgAaiQu/TORGycAAAAASUVORK5CYII=), pointer;
	}
}
@media(max-width: 1280px){
	.single.single-product .elementor-slideshow__header{
		opacity: 1;
		pointer-events: auto;
	}
}