#cartflows-showcase-markup {
    min-height: 40vh;
}

.cf-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cf-sidebar-filter h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.cf-sidebar-filter ul {
    margin: 0;
    list-style-type: none;
}

.cf-page-builder {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cf-search-box {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

.cf-search-box input[type="search"]:focus {
    outline: none;
}

.cf-search-box input[type="search"] {
    width: 100%;
}

.cf-search-box svg {
    fill: #cac4d0;
    position: absolute;
    right: 20px;
    height: 20px;
    width: 20px;
}

.cf-search-input-field {
    flex: 1;
}

.cf-page-builder-wrap {
    position: relative;
    width: 168px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.cf-search-box input[type="search"]::-webkit-search-cancel-button {
   -webkit-appearance: searchfield-cancel-button;
}

.cf-page-builder {
    position: absolute;
    background: #fff;
    right: 0;
    border-radius: 5px;
    position: absolute;
    left: -21px;
    top: 54px;
    z-index: 99;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 6px 0;
    list-style: none;
}

.cf-page-builder-selected .page-builder-title {
    flex: 1;
}

.cf-search-bar {
    display: flex;
    background: #ffffff;
    padding: 3px 25px 3px 20px;
    position: relative;
    margin-bottom: 3em;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    box-shadow: hsl(0 0% 0% / 5%) 0 0 15px 0px;
}

.cf-search-bar:hover {
    box-shadow: hsl(0 0% 0% / 10%) 0 0 15px 0px;
}

.cf-page-builder li {
    display: flex;
    padding: 5px 21px;
    margin: 0;
    cursor: pointer;
    align-items: center;
}

.cf-page-builder li:hover {
    background-color: #f7f7f7;
}

#cartflows-showcase-markup img {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 10px;
}

.cf-page-builder-wrap:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    background-color: #dfdfdf;
    content: '';
}

.cf-page-builder-wrap .cf-page-builder {
    display: none;
}

.cf-page-builder-wrap.open .cf-page-builder {
    display: block;
}

.cf-page-builder-selected {
    display: flex;
    align-items: center;
    width: 100%;
}

.cf-page-builder-selected .dashicons {
    margin-right: 10px;
}

.cf-page-builder-selected img {
    height: auto;
    width: 20px;
    border-radius: 50%;
    margin-right: 8px;
}

.cf-flows-list {
    margin-left: -20px;
    margin-right: -20px;
}

.cf-flow .inner {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    display: block;
    position: relative;
    z-index: 10;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    box-shadow: hsl( 0 0% 0% / 5%) 0 0 15px 0;
}

.cf-single-flow .inner {
    cursor: pointer;
}

.cf-flow {
    width: 100%;
    margin-bottom: 40px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
}


.cf-flow .info {
    background: #fff;
    border-top: none;
    color: #263238;
    display: block;
    height: auto;
    opacity: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 15;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0;
    right: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cf-flow .info .btn {
    display: inline-block;
    padding: 8px 20px;
    background: #f16334;
    font-size: 13px;
    text-shadow: none;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}

.cf-flow .inner:hover {
    box-shadow: 0 5px 20px 0px #dedede;
    transform: translateY(-1px);
}

.inner:hover .cf-thumbnail-wrap {
    transform: scale(1.02);
}

.cf-flow .inner:hover .info {
    opacity: 1;
}

@media (min-width: 769px) {
    .cf-flow {
        width: 33.3333333333%;
    }    
    .cf-content {
        margin-left: 50px;
    }
}

.cf-flows-list:after,
.cf-flows-list:before {
    content: "";
    display: table;
}
.cf-flows-list:after {
    clear: both;
}

.cf-secondary-title {
    font-weight: bold;
    color: rgb(47 63 80 / 0.60);
}

.cf-flow .cf-secondary-title,
.cf-flow .cf-filter-heading {
    margin: 0;
    font-size: 12px;
    line-height: normal;
}

.cf-flow-type-label.pro {
    background: #f16334;
}

.cf-flow-type-label {
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    top: -6px;
    z-index: 999;
    right: 17px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.cf-step-type-label {
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}

.cf-flow-field label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: normal;
}

.cf-flow-field {
    line-height: 30px;
}

.cf-flow-input {
    margin-right: 5px;
}

.cf-search-bar .cf-flow-input {
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 12px 0 12px 20px;
}

.cf-single-step a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 999;
}

.cf-sidebar-filter {
    margin-bottom: 25px;
    font-size: 14px;
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
}

.cf-sidebar-filter:first-child {
    border-top: none;
    padding-top: 0;
}

.cf-thumbnail-wrap {
    padding: 8px;
    transition: all ease-in-out .2s;
}

.cf-thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cf-thumbnail {
    background: #ffffff;
    border-bottom: 1px solid #ededed;
    position: relative;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(images/placeholder.png);
}

.cf-flow-type-label {
    right: 14px;
}

.cf-flow .cf-heading {
    padding: 10px 15px;
    text-align: center;
}

.cf-step-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cf-step-preview {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #f16334;
}

.cf-flow img {
    border-radius: 2px;
}

.cf-flow .cf-filter-heading {
    font-size: 14px;
    margin-bottom: 3px;
    color: #2f3f50;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cf-flow .cf-secondary-title {
    font-weight: 600;
}

.cf-flow-type-label.free {
    display: none;
}

/**
Popup
*/
.cf-popup.open {
    opacity: 1;
    visibility: visible;
    margin-top: 5em;
}
.cf-popup {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.cf-popup-overlay {
    background: 000;
}

.cf-popup-inner {
    position: relative;
}

.cf-back-to-flow {
    cursor: pointer;
    margin-right: 18px;
    border: 1px solid #444;
    padding: 6px 8px;
    border-radius: 2px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    line-height: 1.7;
}

.cf-back-to-flow img {
    color: #cac4d0;
    font-size: 12px;
    width: 9px;
    margin-right: 3px;
    vertical-align: baseline;
}

.fixed .cf-sidebar-filters {
    position: fixed;
    top: 10px;
    bottom: auto;
}

.absolute .cf-sidebar-filters {
    position: absolute;
    bottom: -10px;
    top: auto;
}

.cf-sidebar-filters {
    background: #fafafa;
    border-radius: 4px;
    padding: 30px 25px;
    border: 1px solid #e2e2e2;
    width: 240px;
}

.cf-popup h5 {
    font-size: 14px;
}

.cf-actions {
    position: absolute;
    top: -3.6em;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: normal;
    align-items: center;
    justify-content: space-between;
    right: 0;
    left: 0;
}

.cf-sidebar-toggle-filters {
    margin-bottom: 2em;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 94px;
    border: 1px solid #c1c1c1;
    background: #fff;
    padding: 6px 13px 6px 12px;
    color: #58565d;
    z-index: 9;
}

.searching .cf-flow-input::-webkit-search-cancel-button {
    opacity: 1;
}

.searching .cf-search-box svg {
    opacity: 0;
    visibility: hidden;
}

#cartflows-showcase-markup .cf-back-to-flow img {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin-right: 5px;
}

.cf-no-result-found {
    text-align: center;
    margin: 10em auto 6.5em auto;
}
.cf-actions span:nth-child(2){
	font-weight: 600;
	font-size: 1.2em;
}
.cf-back-to-flow{
	text-transform: uppercase;
}
#cartflows-showcase-markup .cf-back-to-flow img {
	height: 11px;
	width: auto;
}
.cf-no-result-found p > a{
    line-height: 2.8em;
}

@media all and (min-width: 768px) {
    .cf-sidebar-toggle-filters {
        display: none;
    }
    .cf-sidebar {
        width: 22%;
    }

    .cf-content {
        width: 83%;
    }
    .cf-popup.open{
        margin-top: 5.5em;
    }
    .cf-actions {
        top: -3.9em;
    }
}

@media all and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
    .cf-wrap {
        flex-direction: column;
    }
    .cf-page-builder-wrap:after {
        display: none;
    }
    .cf-sidebar-filters {
        position: absolute;
        background: #fff;
        z-index: 99999;
        padding: 20px 25px 0 25px;
        border-radius: 3px;
        border: 1px solid #e2e2e2;
        box-shadow: hsl(0 0% 0% / 5%) 0 0 15px 0px;
        top: 143px;
        right: 0;
        left: auto;
        width: auto;
    }
    .cf-content {
        width: 100%;
    }
    .cf-search-bar:hover {
        box-shadow: none;
    }
    .cf-page-builder-wrap {
        border: 1px solid #c1c1c1;
        background: #fff;
        padding: 6px 10px 6px 16px;
        color: #58565d;
        width: 175px;
        border-radius: 3px;
    }
    .cf-page-builder {
        left: 0;
    }
    .cf-search-box {
        border: 1px solid #e2e2e2;
        box-shadow: hsl(0 0% 0% / 5%) 0 0 15px 0px;
        padding: 3px 25px 3px 20px;
        position: relative;
        margin-bottom: 2.5em;
        border-radius: 3px;
    }
    .cf-sidebar-toggle-filters {
        top: 87px;
    }
    .cf-search-box:hover {
        box-shadow: hsl(0 0% 0% / 10%) 0 0 15px 0px;
    }
    .cf-search-bar {
        border: none;
        box-shadow: none;
        flex-direction: column-reverse;
        padding: 0;
        background: transparent;
    }
    .cf-search-bar .cf-flow-input {
        padding: 12px 0 12px 0px;
    }

    .cf-page-builder-selected .dashicons {
        margin: 0;
    }
    
    .cf-page-builder-wrap {
        padding: 5px 5px 5px 8px;
        width: 170px;
    }
    
    .cf-sidebar-toggle-filters {
        padding: 6px 8px 6px 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .cf-popup-inner {
        position: relative;
    }
    
    .cf-actions {
        position: relative;
        margin-bottom: 3em;
        top: 0;
    }
    
    .cf-popup.open {
        margin-top: 3em;
    }

    .cf-search-box {
        background: #fff;
    }

    .cf-page-builder li {
        padding: 5px 7px;
    }

}

@media (min-width: 769px) and (max-width: 920px) {
    .cf-flow {
        width: 50%;
        padding: 0 10px;
    }
    .cf-flows-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .cf-content {
        width: 65%;
        width: calc( 100% - 260px );
    }
}

@media(max-width: 480px){
    .cf-popup.open{
        margin-top: 2.2em;
    }
    .cf-search-bar{
        margin-bottom: 2.2em;
    }
    .cf-actions{
        display: block;
        margin-bottom: 2em;
    }
    .cf-back-to-flow{
        font-size: 10px;
    }
    .cf-actions span:nth-child(2){
        font-size: 0.95em;
    }
}

@media(max-width: 768px){
	.cf-flows-list{
		margin-left: 0;
		margin-right: 0;
	}
	.cf-flow{
		padding-left: 0;
		padding-right: 0;
	}
}