/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.wp-block-polylang-language-switcher {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    padding: 0;
}
.wp-block-polylang-language-switcher li {
    list-style: none;
}

.wp-block-polylang-language-switcher li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background 0.2s;
}

.wp-block-polylang-language-switcher li a:hover {
    background: #f0f0f0;
}

.wp-block-polylang-language-switcher li:not(.current-lang) {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    min-width: 120px;
    z-index: 999;
}

.wp-block-polylang-language-switcher li:hover:not(.current-lang) {
    display: block;
}

.wp-block-polylang-language-switcher li.current-lang {
    cursor: pointer;
}

.wp-block-polylang-language-switcher li.current-lang:hover + li,
.wp-block-polylang-language-switcher.active li:not(.current-lang) {
    display: block;
}

.wp-block-polylang-language-switcher .arrow {
    margin-left: 5px;
}

.wopb-product-blocks-slide .slick-arrow.slick-prev {
    left: -5px;
}
.wopb-product-blocks-slide .slick-arrow.slick-next {
    right: -5px;
}
.ct-footer .ct-header-text h2.title {
    color: #4a4a4a;
    font-size: 14px;
    margin: 0;
    line-height: 28px;
}
.ct-footer .ct-header-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ct-footer .ct-header-text ul li a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
}
.ct-footer .ct-header-text ul li a:hover {
    text-decoration: underline;
}
.newsletter-form form {
    display: flex;
    align-items: center;
    position: relative;
}
.newsletter-form form .wpforms-field {
    padding: 0;
    display: flex;
    width: 100%;
}
.newsletter-form form .wpforms-field input {
    font-size: 15px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-grow: 1;
    margin: 0;
    border: 2px solid #4a4a4a;
    color: #4a4a4a;
    width: 100%;
	max-width: 100%;
	border-radius: 0;
}
.newsletter-form form.wpforms-form .wpforms-submit-container {
    margin: 0 0 0 12px !important;
    padding: 0;
}
.newsletter-form form.wpforms-form .wpforms-submit-container button {
    border-radius: 0;
    text-transform: uppercase;
}
.elementor-element ul, .elementor-element ol {
    padding-left: 20px;
}
.elementor-page .product>.woocommerce-tabs #tab-description>h2 {
    display: none;
}
.elementor-page #main-container .site-main>.ct-container-full {
    padding-bottom: 0;
}
.woocommerce-tabs #tab-reviews {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 50px 0;
    width: calc(100% - 40px);
    margin-left: 20px;
}
.hotspot-box .hotspot-warpper {
    display: block;
    position: relative;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
.hotspot-box .image {
    display: inline-block;
}
.hotspot-box .item-hotspot {
    position: absolute;
    max-width: 300px;
    text-align: left;
    font-size: 16px;
    line-height: normal;
}
.hotspot-box .item-hotspot .label:before {
    content: "";
    border-style: dotted;
    border-color: #9b9b9b;
    border-image-repeat: round;
    position: absolute;
    border-width: 4px 0 0;
    border-image-slice: 5 0 0 0;
}
.hotspot-box .item-hotspot.item-left .label:before {
	width: 50px;
    left: -58px;
    top: 50%;
    margin-top: -3px;
}
.hotspot-box .item-right.item-hotspot .label:before {
    right: -50px;
    width: 50px;
    border-width: 4px 0 0;
    border-image-slice: 4 0 0 0;
    top: 50%;
    margin-top: -3px;
}
.hotspot-box .item-top.item-hotspot .label:before {
    top: -37.5px;
    height: 37.5px;
    border-width: 0 4px 0 0;
    left: 10px;
}
.hotspot-box .item-bottom.item-hotspot .label:before {
    bottom: -37.5px;
    height: 37.5px;
    border-width: 0 4px 0 0;
    left: 10px;
}
@media screen and (min-width: 768px) {
	header#wopb-header-template ul.lang-mobile {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.wp-block-polylang-language-switcher li:not(.current-lang) {
		min-width: 100%;
	}
}