.disable-link a {
    pointer-events: none;
}

.cs-breadcrumbs {
    z-index: 10;
}

.cs-breadcrumbs:not(.cs-breadcrumbs-article) > .elementor-container {
    display: flex;
    flex-wrap: nowrap;
}

.cs-breadcrumbs:not(.cs-breadcrumbs-article) .cs-breadcrumbs-right,
.cs-breadcrumbs:not(.cs-breadcrumbs-article) .cs-breadcrumbs-left {
    flex-grow: 1 !important;
    width: auto !important;
}

.cs-lang-switch {
    text-transform: uppercase;
    font-family: "Outfit-Local", Sans-serif;
    display: none;
}

.single-exhibitions .cs-lang-switch,
.single-competition .cs-lang-switch,
.single-mosaic .cs-lang-switch {
    display: block;
}

.cs-lang-switch .wpml-ls-legacy-dropdown-click {
    width: auto;
}

.woo-breadcrumb-separator {
    color: #818181;
    margin: 0 8px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.single-exhibitions .type-exhibitions,
.single-competition .type-competition {
    background: linear-gradient(#011E3E, #2E6CB1, #00BDD3, #2E6CB1, #011E3E);
}

.exhibition-upper-footer > .elementor-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.postid-15651 .exhibitions-main-content sup {
    font-size: 45%;
    top: -0.8em;
}

.cs-signup-popup .gform_required_legend {
    display: none;
}

.cs-signup-popup .gform-field-label {
    color: #fff;
}

.cs-signup-popup .gform_wrapper.gravity-theme input[type=color], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=date], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=datetime-local], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=datetime], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=email], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=month], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=number], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=password], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=search], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=tel], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=text], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=time], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=url], 
.cs-signup-popup .gform_wrapper.gravity-theme input[type=week], 
.cs-signup-popup .gform_wrapper.gravity-theme select, 
.cs-signup-popup .gform_wrapper.gravity-theme textarea {
    border-radius: 7px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
    font-family: "Outfit-Local", sans-serif;
    font-size: 16px;
    padding: 8px 15px;
}

.cs-signup-popup .gform_wrapper.gravity-theme .gfield_required_asterisk {
    color: #fff;
}

.cs-signup-popup .gform_wrapper.gravity-theme input[type="submit"] {
    outline: none;
    font-family: "Outfit-Local", sans-serif;
    transition: all ease-in-out 0.3s;
    background-image: url(assets/images/btn-yellow.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    min-width: 141px;
    width: 100%;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    height: 45px;
    padding-top: 12px;
}

.cs-signup-popup .gform_wrapper.gravity-theme input[type="submit"]:hover {
    background-image: url(assets/images/btn-red.svg);
    color: #fff;
}

.cs-signup-popup .ginput_recaptcha > div {
    margin: 20px auto 10px;
}

.cs-signup-popup .gform_confirmation_wrapper {
    color: #fff;
    margin-top: 50px;
    font-family: "Outfit-Local", sans-serif;
}

.cs-ticket-shows {
    margin-top: 25px;
}

.cs-ticket-box {
    background: rgba(0,0,0,.23);
    border-radius: 14px;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
}

.cs-ticket-show {
    font-family: "Outfit-Local", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 20px 0;
}

.cs-ticket-show-right {
    flex: 0 0 150px;
    text-align: right;
}

.cs-ticket-show .cs-ticket-show-button {
    transition: all ease-in-out 0.3s;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 36px;
    text-align: center;
    min-width: 135px;
    box-sizing: border-box;
    padding: 6px 10px;
    display: inline-block;
    line-height: 130%;
}

.cs-ticket-show .cs-ticket-show-button:hover {
    color: #fff;
    background-color: #CD191E;
}

.cs-ticket-show .cs-ticket-show-title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
}

.cs-ticket-show .cs-ticket-show-desc {
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}

.cs-ticket-title {
    color: #FFCD03;
    font-weight: 700;
    line-height: 140%;
    font-size: 45px;
}

.cs-ticket-title.cs-ticket-title-multiple {
    font-size: 31px;
}

.cs-ticket-description {
    color: #FFCD03;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
}

.cs-ticket-description-single,
.cs-ticket-description-noshow {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
}

.cs-ticket-single,
.cs-ticket-noshow {
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-ticket-button {
    display: inline-block;
    background: #FFCD03;
    color: #000 !important;
    line-height: 130%;
    border-radius: 36px;
    font-size: 30px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 11px 60px;
    transition: all ease-in-out 0.3s;
    margin-top: 20px;
}

.cs-ticket-button:hover {
    color: #fff !important;
    background-color: #CD191E;
}

.cs-exhibition-gallery .elementor-image-carousel .swiper-slide-image {
    height: 345px;
    object-fit: cover;
}   

.cs-exhibition-gallery .elementor-swiper-button-prev {
    left: -50px !important;
}

.cs-exhibition-gallery .elementor-swiper-button-next {
    right: -50px !important;
}

.cs-exhibition-gallery .swiper-pagination {
    bottom: -20px !important;
}

.cs-exhibition-faq .elementor-toggle-icon {
    font-size: 24px;
}

.btn-center-flex {
    margin: 0 auto;
}

.exhibition-updates {
    background-position: bottom -4px center !important;
}


.cs-buildroom-content > .elementor-container {
    margin: 0 0 0 auto;
}

.cs-buildroom-tab .e-n-tabs-heading {
    border-bottom: 1px solid #CD191E;
    overflow: inherit !important;
}

.cs-buildroom-tab .e-n-tab-title.e-active:after {
    content: "";
    width: 0 !important; 
    height: 0 !important; 
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #CD191E;
    position: absolute;
    bottom: -11px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.cs-buildroom-tab .e-n-tabs-content {
    max-width: 1658px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
}

.cs-buildroom-tab .sby_items_wrap {
    padding-top: 10px !important;
}

.cs-buildroom-tab .sby_info_item {
    text-align: left !important;
    margin-top: 5px;
}

.cs-buildroom-tab .sby_video_title_wrap,
.cs-buildroom-tab .sby_meta {
    font-size: 16px !important;
    line-height: 26px !important;
}

.cs-buildroom-tab .sby_load_btn {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: relative !important;
    display: block;
}

.cs-buildroom-tab .sby_load_btn:after {
    content: 'There’s more great builds to see…';
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-top: 20px;
    position: absolute;
    width: 250px !important;
    left: 50%;
    transform: translateX(-50%);
}

.cs-buildroom-tab .sby_load_btn .sby_btn_text,
.comments-area .submit {
    background-color: transparent !important;
    background-image: url(assets/images/btn-yellow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    min-width: 141px;
    height: 45px;
    text-align: center;
    border-radius: 0 !important;
    transition: all ease-in-out 0.3s !important;
    padding-top: 12px !important;
    display: block !important;
    background-position: center;
    border: none;
    font-family: "Outfit-Local", Sans-serif !important;
    outline: none;
}

.cs-buildroom-tab .sby_load_btn:hover .sby_btn_text,
.comments-area .submit:hover {
    background-image: url(assets/images/btn-red.svg) !important;
    background-color: transparent !important;
    color: #fff;
    opacity: 1 !important;
}

/* .cs-buildroom-tab .elementor-gallery__container {
    padding-bottom: 129.055%;
} */

.comments-area{
    font-family: "Outfit-Local", Sans-serif;
    color: #000;
}

.comment-respond {
    border-top: 1px solid #CBCBCB;
    margin-top: 30px;
    padding-top: 20px;
}

.comments-area .comment-reply-title,
.comments-area .title-comments {
    font-weight: 700;
    font-size: 16px;
}

.comments-area #comment,
.comments-area #author,
.comments-area #email {
    border: 1px solid #CBCBCB;
    font-family: "Outfit-Local", Sans-serif;
    width: 100%;
    max-width: 545px;
    display: block;
}

.comments-area .required {
    color: red;
}

.comments-area p {
    margin-bottom: 10px !important;
}

.comments-area #wp-comment-cookies-consent{
    position: relative;
    top: 2px;
}

.comments-area .comment-list {
    list-style-type: none;
    padding: 0;
}

.comments-area .children {
    list-style-type: none;
}

.comments-area .fn,
.comments-area .fn a {
    color: #000;
    font-size: 16px;
    pointer-events: none;
}

.comments-area time {
    display: none;
}

.comments-area .form-submit .submit {
    color: #000;
    margin-top: 25px;
}

.comments-area .form-submit .submit:hover {
    color: #fff;
}

.article-bread-list .elementor-icon-list-items .elementor-icon-list-item:last-of-type .elementor-icon-list-text {
    color: #006CB7;
}

.cs-feature-meta .elementor-icon-box-wrapper,
.cs-feature-meta .elementor-icon-box-content {
    display: flex !important;
    align-items: center !important;
}

.cs-feature-meta .elementor-icon-box-title {
    flex-basis: 70px;
}

.cs-feature-img > .elementor-widget-container > a {
    position: relative;
}

.cs-feature-img > .elementor-widget-container > a:after {
    background-image: url(assets/images/icon-watch.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    content: "";
    width: 194px;
    height: 194px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cs-form-competition {
    color: #fff;
    font-family: "Outfit-Local", Sans-serif;
}

.cs-form-competition .gform_heading {
    display: none;
}

.cs-form-competition .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Outfit-Local", Sans-serif;
}

.cs-form-competition .gform_wrapper.gravity-theme input[type=color], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=date], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=datetime-local], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=datetime], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=email], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=month], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=number], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=password], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=search], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=tel], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=text], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=time], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=url], 
.cs-form-competition .gform_wrapper.gravity-theme input[type=week], 
.cs-form-competition .gform_wrapper.gravity-theme select, 
.cs-form-competition .gform_wrapper.gravity-theme textarea {
    background-color: rgba(255,255,255,.67);
    border-radius: 7px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px 15px;
    font-family: "Outfit-Local", Sans-serif;
}

/* .cs-form-competition .gform_wrapper.gravity-theme .address_country {
    flex-basis: 100%;
} */

.cs-form-competition .gform_wrapper.gravity-theme .address_country select {
    padding: 10px 15px;
}

.cs-form-competition .gform_wrapper.gravity-theme .address_country label {
    display: none;
}

.cs-form-competition .gform_wrapper.gravity-theme .ginput_container_consent {
    display: flex;
    align-items: baseline;
}

.cs-form-competition .gform_wrapper.gravity-theme .ginput_container_consent label {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-left: 15px;
    position: relative;
    top: -1px;
}

.cs-form-competition .gform_wrapper.gravity-theme .gform_button {
    background-color: transparent !important;
    background-image: url(assets/images/btn-red.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    min-width: 141px;
    height: 45px;
    text-align: center;
    border-radius: 0 !important;
    transition: all ease-in-out 0.3s !important;
    padding-top: 12px !important;
    display: block !important;
    background-position: center;
    border: none;
    font-family: "Outfit-Local", Sans-serif !important;
    outline: none;
}

.cs-form-competition .gform_wrapper.gravity-theme .gform_button:hover {
    background-image: url(assets/images/btn-yellow.svg) !important;
    background-color: transparent !important;
    color: #000;
    opacity: 1 !important;
}

.cs-brick-tab-main {
    margin-top: 30px;
}

.cs-brick-tab-button{
	text-align: center;
    border-bottom: 1px solid #CD191E;
}

.cs-brick-tab-button ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.cs-brick-tab-button ul li{
	display: inline-block;
    margin-right: 5px;
}
.cs-brick-tab-button ul li:last-child{
	margin-right:0px;
}
.cs-brick-tab-button ul li a{
    display: block;
    padding: 5px 10px;
    background: #E8E8E8;
    color: #CD191E;
    text-decoration: none;
    font-weight: 400;
    width: 116px;
    font-size: 16px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    transition: all ease-in-out 0.3s;
    border: none;
}
.cs-brick-tab-button ul li .active,
.cs-brick-tab-button ul li a:hover {
	background: #CD191E;
    color: #fff;
    border: none;
}

.cs-brick-tab-content {
    padding: 50px 0;
}

.cs-brick-tab-content .tab{
 	display: none; /* hide all tab */
	box-sizing: border-box;
	padding: 10px;
}

.cs-brick-tab-content .active{
	display: block;
}

.lego-master-top {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.lego-master-title {
    text-align: center;
    color: #CD191E;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.lego-downloads {
    display: flex;
    flex-wrap: wrap;
}

.lego-downloads .lego-download {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 15px;
}

.lego-downloads .lego-download-inner {
    border: 1px solid #B7B7B7;
    height: 100%;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    display: flex;
    box-sizing: border-box;
    padding: 15px;
}

.lego-download-img {
    flex: 0 0 115px;
    box-sizing: border-box;
    padding-right: 13px;
}

.lego-download-img img {
    width: 102px;
    height: 102px;
    object-fit: cover;
}

.lego-download-content .lego-download-title {
    font-weight: 600;
    font-size: 17px;
    color: #006CB7;
    line-height: 130%;
}

.lego-download-button {
    background-color: #006CB7;
    color: #fff !important;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 29px;
    border-radius: 7px;
    margin-top: 10px;
    transition: all ease-in-out 0.3s;
}

.lego-download-button:hover {
    background-color: #CD191E; 
}

.cs-brick-tab .tab {
    padding: 0;
}

.cs-brick-tab .cs-brick-tab-content-child {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.lego-gallery {
    display: flex;
    flex-wrap: wrap;
}

.lego-gallery .lego-galley-img {
    display: block;
    cursor: pointer;
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding: 10px;
}

.lego-gallery .lego-galley-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lego-main-img {
    margin-bottom: 25px;
}

.cs-brick-tab-button.cs-brick-tab-child ul li a {
    width: 185px;
}

.cs-brick-tab-button .cs-tab {
    position: relative;
}

.cs-brick-tab-button .cs-tab.active:after,
.cs-buildroom-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after {
    content: "";
    width: 0 !important; 
    height: 0 !important; 
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #CD191E;
    position: absolute;
    bottom: -11px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.cs-brickman-team .e-con-inner {
    margin: 0 0 0 auto !important;
}






.brickman-team {
    display: flex;
    flex-wrap: wrap;
}

.brickman-team .brickman-person {
    flex: 0 0 20%;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 15px;
}

.brickman-person .brickman-img img {
    width: 255px;
    height: 255px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.brickman-person .brickman-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    margin-bottom: 5px;
}

.brickman-person .brickman-position {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    margin-bottom: 5px;
}

.brickman-person .brickman-read-more {
    outline: none;
    background-color: transparent;
    color: #CD191E;
    text-decoration: underline;
    font-size: 18px;
    border: none;
    font-weight: 500;
    font-family: "Outfit-Local", Sans-serif;
    padding: 0;
    transition: all ease-in-out 0.3s;
}

.brickman-person .brickman-read-more:hover {
    color: #026CB7;
}

.fancybox__content.team-content,
.team-content {
    display: none;
    max-width: 900px;
    width: 90%;
    font-size: 16px;
    color: #000;
    line-height: 160%;
    font-family: "Outfit-Local", Sans-serif;
    background: #FFCD03;
    border-radius: 29px;
}

.team-content .is-close-btn {
    background: transparent;
    color: #000 !important;
    top: 12px !important;
    right: 15px !important;
}

.team-content .brickman-fav-title {
    color: #006CB7;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 15px;
}

.team-content .brickman-content-name {
    color: #CD191E;
    margin-bottom: 7px;
}

.team-content .brickman-content-position {
    color: #006CB7;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.fav-build-link {
    display: block;
    color: #026CB7 !important;
    text-decoration: underline;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
}

.fav-build-link:hover {
    color: #CD191E !important;
}

.team-fav-section {
    display: flex;
}

.team-fav-left {
    flex-grow: 1;
}

.team-fav-right {
    flex: 0 0 300px;
    box-sizing: border-box;
    padding-left: 30px;
}

.brickman-bio {
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 20px;
}



.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout form.checkout {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout .order-section-wrap {
    flex: 1;
    box-sizing: border-box;
}

.woocommerce-checkout .order-section-wrap {
    padding: 0 0 0 50px;
}

.order-section-inner {
    border: 9px solid #8E8E8E;
    box-sizing: border-box;
    padding: 30px 40px;
    width: 100%;
    max-width: 585px;
    margin: 0 0 0 auto;
}

#order_review_heading,
#customer_details .woocommerce-billing-fields h3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: block;
    border-bottom: 5px solid #DDD;
    padding-bottom: 15px;
    margin-bottom: 0;
}

#customer_details .input-text {
    border: 1px solid #707070;
    border-radius: 0;
    box-sizing: border-box;
    padding: 13px 15px;
}

#customer_details .select2-selection {
    border: 1px solid #707070;
    border-radius: 0;
    height: 46px;
}

#customer_details .select2-selection .select2-selection__rendered {
    padding-left: 15px;
    padding-top: 8px;
}

#customer_details .select2-selection .select2-selection__arrow {
    top: 8px;
    right: 5px;
}

#ship-to-different-address {
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
}

#order_review table.shop_table {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
}

#order_review table.shop_table th,
#order_review table.shop_table td {
    padding: 25px 0;
    background: transparent;
    font-size: 16px;
    line-height: 130%;
    border: none;
}

#order_review table.shop_table th:first-child,
#order_review table.shop_table td:first-child {
    padding-right: 15px;
}


#order_review table.shop_table thead th,
#order_review table.shop_table tfoot td,
#order_review table.shop_table tfoot th {
    border-top: 1px solid #707070;
}

#order_review table.shop_table thead th {
    border-top: none;
    padding-bottom: 0;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    border-radius: 0;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    border-radius: 0;
    background: #026CB7;
    box-sizing: border-box;
    padding: 16px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: "Outfit-Local", Sans-serif;
    transition: all ease-in-out 0.3s;
}

.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background-color: #CD191E;
}

body #order_review p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 170%;
}

.select-recaptcha-notice {
    font-weight: 700;
    color: #1566FF;
}

#order_review #refresh_captcha a {
    color: #000;
    text-decoration: underline;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
}

#order_review #refresh_captcha a:hover {
    color: #006CB7;
}

#ship-to-different-address-checkbox {
    cursor: pointer;
    margin-left: 7px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    content: none;
    border: 0 none;
    width: 25px;
    margin: 0px 15px 0 3px;
}

#ship-to-different-address-checkbox:before {
    content: "";
    font-family: "FontAwesome", sans-serif;
    color: transparent;
    background: white;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border: 1px solid #42914b;
    position: relative;
    top: 0;
    padding: 4px;
}

#ship-to-different-address-checkbox:checked:before {
    color: white;
    content: "\F00C";
    background: #42914b;
    padding: 0 5px;
}

.woocommerce-shipping-fields {
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-form-login__submit,
.woocommerce-checkout .checkout_coupon button {
    background: #CD191E !important;
    color: #fff !important;
    transition: all ease-in-out 0.3s;
    font-family: "Outfit-Local", Sans-serif;
}

.woocommerce-checkout .woocommerce-form-login__submit:hover,
.woocommerce-checkout .checkout_coupon button:hover {
    background: #006CB7 !important;
    color: #fff !important;
}

.cart-shortcode-cs .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.cart-shortcode-cs .woocommerce-cart-form {
    flex-grow: 1;
}

.cart-shortcode-cs .woocommerce-notices-wrapper {
    width: 100%;
}

.cart-collaterals {
    flex: 0 0 555px;
    box-sizing: border-box;
    padding-left: 60px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.cart-collaterals .cart_totals h2 {
    font-size: 16px;
    line-height: 140%;
    border-bottom: 5px solid #DDDDDD;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.cart-collaterals .checkout-button,
.woocommerce-shipping-calculator button,
.woocommerce-cart-form__contents .actions button {
    transition: all ease-in-out 0.3s;
    background: #026CB7 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    color: #fff !important;
    font-family: "Outfit-Local", Sans-serif;
}

.woocommerce-shipping-calculator button,
.woocommerce-cart-form__contents .actions button {
    text-transform: capitalize;
    font-size: 15px !important;
}

.cart-collaterals .checkout-button:hover,
.woocommerce-shipping-calculator button:hover,
.woocommerce-cart-form__contents .actions button:hover {
    background-color: #CD191E !important;
}

.woocommerce-cart .cart-collaterals .shop_table {
    border: none;
    border-radius: 0;
}

.woocommerce-cart-form__contents .actions button {
    font-weight: 500;
}

.woocommerce-cart-form__contents #coupon_code {
    width: 140px !important;
}

.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
    background: transparent !important;
    padding: 20px 0;
}

.woocommerce-shipping-calculator .input-text {
    border-radius: 0;
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 8px 15px;
}

.woocommerce-shipping-calculator .select2-selection {
    border: 1px solid #707070;
    border-radius: 0;
    height: 36px;
}

.woocommerce-shipping-calculator .select2-selection .select2-selection__rendered {
    padding-left: 15px;
    padding-top: 3px;
}

.woocommerce-shipping-calculator .select2-selection .select2-selection__arrow {
    top: 5px;
    right: 5px;
}

.woocommerce-cart .woocommerce-cart-form__contents {
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form__contents th,
.woocommerce-cart .woocommerce-cart-form__contents td {
    border: none;
    background: none;
}

.woocommerce-cart .woocommerce-cart-form__contents th {
    border-top: none !important;
    border-bottom: 5px solid #DDDDDD;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

.woocommerce-cart .woocommerce-cart-form__contents td {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843) !important;
}

.woocommerce-cart .woocommerce-cart-form__contents tbody .cart_item:first-child td {
    border-top: none !important;
}

.woocommerce-cart .woocommerce-cart-form__contents tbody td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: none !important;
}

.woocommerce-cart .woocommerce-cart-form__contents tbody td a {
    color: #000;
    transition: all ease-in-out 0.3s;
}

.woocommerce-cart .woocommerce-cart-form__contents tbody td a:hover {
    color: #006CB7;
}

.woocommerce-products-header__title {
    display: none;
}

.product-header-desc .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
}

.product-archive-content .container {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.product-archive-content-wrap {
    display: flex;
}

.product-archive-sidebar {
    flex: 0 0 240px;
    box-sizing: border-box;
    padding-right: 30px;
}

.woocommerce .woocommerce-ordering {
    float: none;
}

.product-archive-content-wrap .products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product-archive-content-wrap .products .product {
    float: none;
    margin: -1px !important;
    background: #fff;
    border: 1px solid #B7B7B7;
    text-align: center;
    box-sizing: border-box;
    padding: 30px !important;
}

.woocommerce .product-archive-content-wrap ul.products li.product .price.price {
    color: #000;
    font-size: 18px !important;
    font-weight: 700;
}

.product-archive-content-wrap .products.columns-3 .product {
    width: 33.333% !important;
}

.product-archive-content-wrap .products .product .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 140%;
}

.product-archive-content-wrap .products .product #rating-and-review-count {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

#rating-and-review-count .star-rating {
    margin: 0 auto 20px;
}

.product-archive-content-wrap .products .product .add_to_cart_button,
.product-archive-content-wrap .products .product .product_type_simple {
    display: block !important;
    width: 100%;
    margin: 0 auto !important;
    background: url(assets/images/btn-yellow.svg) no-repeat center top !important;
    padding: 16px 0 5px !important;
    max-width: 141px;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "Outfit-Local", Sans-serif;
    height: 45px;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
}

.product-archive-content-wrap .products .product .add_to_cart_button:hover,
.product-archive-content-wrap .products .product .product_type_simple:hover {
    background-image: url(assets/images/btn-red.svg) !important;
    color: #fff !important;
}

.product-archive-content-wrap .products .product .star-rating.star-rating-empty {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}

.product-archive-content-wrap .products .product .star-rating.star-rating-empty::before {
    float: none;
    position: static;
}

.product-archive-sidebar .sidebar-label {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #000;
}

.product-archive-sidebar .facet-label {
    display: none;
}


.cs-facet-accordion-btn {
    display: block;
    width: 100%;
    background: transparent !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    outline: none !important;
    border: none;
    text-align: left;
    font-family: "Outfit-Local", Sans-serif !important;
    padding: 0 0 0 20px;
    position: relative;
    margin: 15px 0;
}

.cs-facet-accordion-btn.opened {
    color: #CD191E !important;
}

.cs-facet-accordion-btn:before {
    content:"\f054";
    font-family:'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    transition: all ease-in-out 0.3s;
}

.cs-facet-accordion-btn.opened {
    color: #CD191E;
}

.cs-facet-accordion-btn.opened:before {
    content:"\f078";
}

.product-archive-sidebar .facetwp-counter,
.product-archive-sidebar .facetwp-expand {
    display: none !important;
}

.product-archive-sidebar .facetwp-checkbox .facetwp-display-value {
    color: #000;
    font-size: 17px;
}

.product-archive-sidebar .facetwp-checkbox {
    background-image: url(assets/images/checkbox.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-left: 45px;
    background-position: left 20px center;
}

.product-archive-sidebar .facetwp-checkbox.checked{
    background-image: url(assets/images/checkbox-checked.svg);
}

.facetwp-flyout-close {
    font-size: 26px;
}

.product-archive-sidebar .facetwp-reset,
.post-type-archive-product .flyout-row .facetwp-reset {
    outline: none;
    background: #EAEAEA;
    color: #8E8E8E;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Outfit-Local", Sans-serif;
    width: 100%;
    text-align: left;
    border-radius: 7px;
    position: relative;
}

.product-archive-sidebar .facetwp-reset:after,
.post-type-archive-product .flyout-row .facetwp-reset:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    right: 11px;
    font-size: 12px;
}

.product-archive-content-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.product-archive-content-order select {
    border: none;
    font-size: 15px;
    padding-left: 5px;
    background: transparent;
    color: #000;
}

.product-archive-content-order .woocommerce-ordering {
    margin: 0;
    border-radius: 19px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    position: relative;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.cs-breadcrumbs-arc {
    display: flex;
    align-items: center;
}

.cs-breadcrumbs-arc span {
    margin-right: 10px;
    font-size: 15px;
    color: #026CB7;
    font-family: "Outfit-Local", Sans-serif;
}

.cs-breadcrumbs-arc span a,
.cs-breadcrumbs-arc span.separator {
    color: #818181;
}

.cs-breadcrumbs-arc span.separator {
    font-size: 12px;
}

.product-archive-content-order .cs-page-title {
    color: #818181;
    font-size: 15px;
    font-family: "Outfit-Local", Sans-serif;
    font-weight: 400;
    flex-grow: 1;
    text-align: right;
    padding-right: 25px;
}

.cs-facet-accordion-btn-all {
    border-top: 1px solid #B7B7B7;
    margin-top: 0;
    padding-top: 20px;
}

.cs-facet-accordion-btn-all:before {
    top: 20px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #CD191E;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    color: #000;
    transition: all ease-in-out 0.3s;
}

.recent_products .products {
    display: flex;
}

.recent_products .add_to_cart_button,
.woocommerce #reviews #submit {
    transition: all ease-in-out 0.3s;
    height: 45px;
}

#newsletter .gform_wrapper textarea {
    height: 80px;
}

.signup-wrap .gform_wrapper input[type="submit"] {
    font-family: "Outfit-Local", Sans-serif;
    height: 45px;
}

.woocommerce-message .button {
    background: #CD191E !important;
    color: #fff !important;
    font-family: "Outfit-Local", Sans-serif;
    font-weight: 500 !important;
    border-radius: 29px !important;
    transition: all ease-in-out 0.3s;
}

.woocommerce-message .button:hover {
    background: #006CB7 !important;
}

.facetwp-flyout-shop {
    font-family: "Outfit-Local", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #020101;
    border-radius: 19px;
    padding: 0px 22px;
    color: #000 !important;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 105px;
}

.facetwp-flyout-shop svg {
    margin-right: 10px;
}

.post-type-archive-product .flyout-row h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.post-type-archive-product .flyout-row.name-clear h3 {
    display: none;
}

.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

ul.products .product .review-count {
    display: none;
}

.woocommerce a.remove {
    background: none !important;
    color: #d0d0d0 !important;
}

.woocommerce a.remove:hover {
    color: #d0d0d0 !important;
}

.return-to-shop .wc-backward {
    display: none !important;
}

.wc-empty-cart-message {
    width: 100%;
}

body:not(.admin-bar).logged-in .my-account-wrap .e-con-inner {
    max-width: 1400px;
}

.enquire-popup-title {
    text-align: center;
    font-size: 23px;
    color: #000;
    line-height: 140%;
}

.search-results-title-wrap .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1650px;
    margin: 0 auto 30px;
}

.search-results-title-wrap .search-results-title {
    color: #CD191E;
    font-size: 30px;
    text-align: center;
    line-height: 140%;
}

.search-no-results.woocommerce-page .site-main .woocommerce-no-products-found {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1650px;
    margin: 0 auto;
}

.woocommerce-checkout-review-order #stripe-payment-data fieldset{
    border: none;
    padding: 0;
}

.woocommerce-checkout-review-order #stripe-payment-data label {
    line-height: 120%;
    font-size: 14px;
}

.woocommerce-checkout-review-order #stripe-payment-data #wc-stripe-new-payment-method {
    margin-right: 5px !important;
}

.archive ul.products li.product a {
    width: 100%;
}

.single-exhibitions {
    overflow-x: hidden;
}

.store-map .wpsl-search {
    display: none;
}

.store-map #wpsl-wrap {
    background: #FFCD03;
    padding: 20px;
    border-radius: 8px;
}

.gm-style-iw-c {
    border: 1px solid #C4C4C4;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Outfit-Local", Sans-serif;
}

.bm-window-item-inner {
    display: flex;
    font-size: 14px;
}

.bm-window-item-left {
    box-sizing: border-box;
    padding-right: 10px;
}

.bm-window-item .wpsl-store-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.bm-window-item .bm-window-item-date {
    margin-bottom: 5px;
}

.bm-window-item .bm-window-item-btn {
    color: #CD191E;
    display: block;
    font-weight: 700;
    margin-top: 7px;
    transition: all ease-in-out 0.3s;
}

.bm-window-item .wpsl-address {
    margin: 5px 0;
    display: block;
    font-weight: 500;
}

.bm-window-item .gm-style-iw-c button span {
    width: 20px !important;
    height: 20px !important;
}

.bm-window-item .gm-style-iw-c button {
    right: -5px !important;
    top: -4px !important;
}

#wpsl-result-list .bm-window-item {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

#wpsl-result-list .bm-window-item-right{
    font-size: 16px;
    line-height: 140%;
}

#wpsl-result-list p {
    padding-left: 0;
}

#wpsl-result-list .bm-window-item-left .wpsl-store-thumb {
    margin: 0;
}

#wpsl-result-list .bm-window-item-left {
    padding-right: 20px;
}

#wpsl-result-list .bm-window-item-btn {
    color: #fff;
    background-color: #CD191E;
    border-radius: 12px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 130px;
    box-sizing: border-box;
    padding: 8px 15px;
}

#wpsl-result-list .bm-window-item-btn:hover {
    background-color: #006CB7;
    color: #fff;
}

.woocommerce-checkout #wc-stripe-payment-request-wrapper {
    display: block !important;
}


@media screen and (max-width: 1735px) {
    .foliage-one img {
        max-width: 33% !important;
    }

    .foliage-two {
        right: -95px !important;
        top: 26px !important;
    }

    .foliage-two img {
        max-width: 230px !important;
    }

    .foliage-three {
        right: -7px !important;
    }

    .foliage-three img {
        max-width: 205px !important;
    }
}

@media screen and (max-width: 1365px) {
    .ft-newsletter {
        background-size: 230px, 200px;
    }
}

@media screen and (max-width: 1300px) {
    body .posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image img {
        height: 200px;
    }

    body .posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-image img {
        height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .brickman-team .brickman-person {
        flex-basis: 33.333%;
    }
}

@media screen and (max-width: 1197px) {
    .cart-collaterals {
        flex-basis: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 1365px) {
    .ft-newsletter {
        background-size: 175px, 150px;
    }
}

@media screen and (max-width: 1024px) {
    .cs-lang-switch {
        margin: 15px 0 0 -10px !important;
        width: 250px !important;
    }

    .cs-buildroom-content > .elementor-container {
        margin: 0;
    }

    .cs-breadcrumbs.cs-breadcrumbs-article > .elementor-container {
        flex-direction: initial;
    }

    .cs-breadcrumbs.cs-breadcrumbs-article > .elementor-container > .elementor-column {
        width: 100%;
    }

    body .cs-buildroom-tab .sby_items_wrap {
        padding: 20px 0 !important;
    }

    body .cs-buildroom-tab .sb_youtube .sby_items_wrap .sby_item {
        width: 50% !important;
        padding: 10px !important;
    }

    body .posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image img {
        height: 150px;
    }

    body .posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-image img {
        height: 400px;
    }

    .product-archive-content-wrap .products.columns-3 .product {
        width: 50% !important;
    }

    .single-competition .cs-lang-switch,
    .single-mosaic .cs-lang-switch {
        position: static !important;
    }

    .facetwp-flyout-shop {
        display: flex;
        margin-bottom: 30px;
    }

    .product-archive-sidebar {
        display: none;
    }

    .product-archive-content-wrap {
        flex-direction: column;
    }

    .product-archive-sidebar {
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .ft-newsletter {
        background-size: 333px, 270px;
    }
}

@media screen and (max-width: 900px) {
    .woocommerce-checkout form.checkout {
        flex-direction: column;
    }

    .woocommerce-checkout .order-section-wrap {
        padding: 0;
        margin-top: 50px;
        width: 100%;
    }

    .order-section-inner {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    body .posts-custom-layout .elementor-grid {
        display: block;
    }

    body .posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image img,
    body .posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-image img {
        height: 400px;
    }

    .posts-custom-layout .elementor-grid .e-loop-item {
        margin: 30px 0;
    }

    .woocommerce-cart-form__cart-item {
        border-top: 1px solid hsla(0,0%,50.2%,.5019607843) !important;
    }

    .woocommerce-cart .woocommerce-cart-form__contents tbody td {
        background: none !important;
    }

    .woocommerce-cart-form__contents #coupon_code {
        width: 100% !important;
    }

    .woocommerce-page table.cart td.actions .button {
        width: 100% !important;
        margin-top: 7px;
    }

    .woocommerce-cart .woocommerce-cart-form__contents tbody td {
        padding-left: 0;
        padding-right: 0;
    }

    .shipping-calculator-form {
        width: 100%;
        max-width: 300px;
        margin: 0 0 0 auto !important;
        text-align: left;
    }

    .cs-feature-meta .elementor-icon-box-icon {
        margin-bottom: 0 !important;
    }

    .cs-feature-meta {
        height: 50px;
    }

    #breadcrumbs i {
        margin: 0 3px;
    }

    body.single-exhibitions .cs-breadcrumbs > .elementor-container {
        display: block !important;
    }

    #wpsl-gmap {
        float: none;
        width: 100%;
    }

    #wpsl-result-list {
        width: 100%;
        margin: 0;
    }

    body #wpsl-stores, body #wpsl-direction-details, body #wpsl-gmap {
        height: 500px !important;
    }
}

@media screen and (max-width: 750px) {
    .brickman-team .brickman-person {
        flex-basis: 50%;
    }

    .team-fav-section {
        flex-direction: column;
    }

    .team-fav-right {
        flex-basis: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .team-fav-right img {
        height: 300px;
        object-fit: contain;
    }
}

@media screen and (max-width: 670px) {
    .lego-downloads {
        flex-direction: column;
    }

    .lego-downloads .lego-download {
        padding: 15px 0;
        flex-basis: 100%;
    }

    .cs-brick-tab-button.cs-brick-tab-child ul li a {
        width: 105px;
    }

    .lego-gallery .lego-galley-img {
        flex-basis: 50%;
    }

    .cs-exhibition-gallery .swiper-pagination .swiper-pagination-bullet {
        width: 9px !important;
        height: 9px !important;
    }
}

@media screen and (max-width: 600px) {
    .search-results-title-wrap .search-results-title {
        font-size: 23px;
    }

   
    .ft-newsletter {
        background-size: 255px, 240px;
    }
}

@media screen and (max-width: 550px) {
    body .posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image img,
    body .posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-image img {
        height: 250px;
    }
}


@media screen and (max-width: 500px) {
    .cs-ticket-show {
        flex-direction: column;
    }

    .cs-ticket-show-right {
        flex-basis: 100%;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .cs-ticket-show-left {
        width: 100%;
    }

    .cs-ticket-title.cs-ticket-title-multiple {
        font-size: 26px;
    }

    .cs-ticket-description {
        font-size: 18px;
    }

    .cs-exhibition-gallery .elementor-image-carousel .swiper-slide-image {
        height: 260px;
    }

    body .cs-buildroom-tab .sb_youtube .sby_items_wrap .sby_item {
        width: 100% !important;
        padding: 10px 0 !important;
    }

    body .lego-master-title {
        font-size: 24px !important;
    }

    .cs-brick-tab-button.cs-brick-tab-main ul li a {
        font-size: 14px;
        width: 80px;
    }

    .brickman-team .brickman-person {
        padding: 15px;
    }

    .brickman-person .brickman-img img {
        height: 180px;
    }

    .brickman-person .brickman-position,
    .brickman-person .brickman-read-more {
        font-size: 16px;
    }

    .product-archive-content-wrap .products .product {
        padding: 20px !important;
    }

    .product-archive-content-wrap .products .product .woocommerce-loop-product__title {
        font-size: 16px !important;
    }

    .enquire-popup-title {
        font-size: 19px;
    }

    .cs-lang-switch ul {
        width: 180px;
        font-size: 14px;
    }

    body #wpsl-stores .wpsl-store-thumb {
        height: 110px !important;
        width: 110px !important;
    }

    .order-section-inner {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .ft-newsletter {
        background-size: 225px, 225px;
    }
}

@media screen and (max-width: 470px) {
    .woocommerce-checkout #g-recaptcha-checkout-i13 > div {
        transform: scale(0.7);
        position: relative;
        left: -50px;
        margin-top: -25px;
    }

    .cs-brick-tab-button.cs-brick-tab-main ul li a {
        font-size: 12px;
        width: 60px;
        padding: 5px;
    }
}

@media screen and (max-width: 450px) {
    .cs-exhibition-gallery .elementor-image-carousel .swiper-slide-image {
        height: 215px;
    }
}

@media screen and (max-width: 430px) {
    body .posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image img,
    body .posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-image img {
        height: 200px;
    }
}

@media screen and (max-width: 600px) {
    .ft-newsletter {
        background-size: 190px, 160px;
    }
}

@media screen and (max-width: 400px) {
    .product-archive-content-order {
        flex-direction: column;
        text-align: left;
        align-items: baseline;
    }

    .product-archive-content-order .cs-page-title {
        display: none;
    }

    .product-archive-content-order .woocommerce-ordering {
        margin-top: 15px;
    }
}


.posts-custom-layout .elementor-widget-post-info,
.posts-custom-layout .elementor-widget-theme-post-excerpt {
    display: none !important;
}

.posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-post-info,
.posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-theme-post-excerpt {
    display: block !important;
}

.posts-custom-layout .elementor-grid .e-loop-item {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.posts-custom-layout .elementor-grid .e-loop-item p {
    margin: 0;
}


.posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image a {
    display: block;
}

.posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image {
    overflow: hidden;
}

.posts-custom-layout .elementor-grid .e-loop-item .elementor-widget-image img {
    height: 338px;
    object-fit: cover;
}

.posts-custom-layout .elementor-grid .e-loop-item:nth-of-type(5n) .elementor-widget-image img {
    height: 745px;
}

.posts-custom-layout .e-loop__load-more .elementor-button {
    background-image: url(assets/images/btn-yellow.svg) !important;
    width: 100% !important;
    max-width: 140px;
    height: 45px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    padding-top: 10px !important;
}

.posts-custom-layout .e-loop__load-more .elementor-button:hover {
    background-image: url(assets/images/btn-red.svg) !important;
}


.posts-custom-layout .e-loop__load-more:after {
    content: 'There’s more great builds to see…';
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-top: 20px;
    position: absolute;
    width: 250px !important;
    left: 50%;
    transform: translateX(-50%);
}



