/**
 * The admin stylesheet for Helen.
 *
 * @package Helen
 * @author  LaStudio
 * @link
 */
/*------------------------------------------------------------------
[Table of contents]
  1. CSS General
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
	1. CSS General
---------------------------------------------------------------*/
.control-section[id*="sub-accordion-section-helen"] .customize-control,
ul#sub-accordion-section-colors .customize-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.control-section[id*="sub-accordion-section-helen"] .customize-control .customize-control-title,
ul#sub-accordion-section-colors .customize-control .customize-control-title {
    flex: 1 1 0;
    margin-bottom: 0;
    font-weight: 600;
    order: 0;
}
.lakitcustomizer-inline-control{
    width: 100%;
}
.control-section[id*="sub-accordion-section-helen"] .customize-control input:not([type$="box"]),
.control-section[id*="sub-accordion-section-helen"] .customize-control select{
    width: auto;
    min-width: 100px;
    max-width: 180px;
    order: 1;
    height: 39px;
    border-color: #dddddd;
}

.control-section[id*="sub-accordion-section-helen"] .customize-control .customize-control-description{
    width: 100%;
    order: 2;
}
.control-section[id*="sub-accordion-section-helen"] .customize-control .customize-control-notifications-container{
    order: -1;
}
.customize-control .attachment-media-view {
    width: 100%;
}
.customize-control .attachment-media-view .thumbnail-image {
    max-width: 200px;
}
.column-lakit_post_thumbs img {
    max-width: 80px;
    height: auto;
}
#sub-accordion-section-helen_shop_cart label,
#sub-accordion-section-helen_shopdetail_settings label,
#sub-accordion-section-helen_shop_settings label {
    font-weight: 600;
}
#sub-accordion-section-helen_compare_wishlist li#customize-control-compare_attribute .customize-control-description {
    order: 1;
}
#sub-accordion-section-helen_compare_wishlist li#customize-control-compare_attribute ul {
    order: 2;
}
#sub-accordion-section-helen_shop_cart input[type="text"] {
    max-width: 100%;
    width: 100%;
}
#sub-accordion-section-helen_shop_cart .customize-control-text {
    flex-direction: column;
    align-items: flex-start;
}
#sub-accordion-section-helen_shop_cart .customize-control-text .customize-control-title {
    width: 100%;
}