/**
* 2023 TinyForestGroup
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
*  @author    TinyForestGroup <tinyforestgroup@gmail.com>
*  @copyright 2023 TinyForestGroup
*  @license   Valid for 1 website (or project) for each purchase of license.
*/

.tfprosearch-autocomplete .tfprosearch-ulwrap {
    width: 100%;
}

.tfprosearch-autocomplete .tfprosearch-inner {
    position: relative;
}

.tfprosearch-ulwrap {
    background-color: #fff;
    z-index: 1000;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 0;
    padding: 15px;
    box-shadow: 0 4px 25px 0 rgba(74, 63, 63, 0.15);
    transform-origin: top;
    animation-fill-mode: forwards;
    /* -webkit-transform: scale(1, 0); */
    width: 0;
    opacity: 0;
    visibility: hidden;
    /* transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); */
    transition:none;
}

.tfps-left .tfprosearch-ulwrap {
    left: auto !important;
}

.tfps-right .tfprosearch-ulwrap {
    left: auto !important;
    right: 0 !important;
}

.tfps-center .tfprosearch-ulwrap {
    left: 50% !important;
}

.tfprosearch-ulwrap.open {
	transition:none;
    width: auto;
    height: auto;
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.tfps-center .tfprosearch-ulwrap.open {
    left: 50% !important;
    transform: translate(-50%, 0%) scale(1, 1);
}

.tfprosearch-ulwrap {
    --color-primary: #232323;
    --color-hover: #24b9d7;
    --color-border: rgba(0, 0, 0, 0.25);
    --font-size-heading: 1.15rem;
    --font-size-normal: 0.9rem;
    --border-radius: 3px;
}


.tfps-products h4,
.tfps-filter-element h4 {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
    font-weight: normal;
    font-size: var(--font-size-heading);
    color: var(--color-primary);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 1.3;
    font-weight: 500;
}

.tfps-filter:not(:last-child) {
    margin-bottom: 0.7rem;
}

.tfpsc-item-inner {
    padding: 0.5rem 0;
}

.tfpsc-item .tfpsc-name .tfpsc-count {
    color: #aaa;
}

.tfpsc-item .tfpsc-item-inner .tfpsc-name a {
    font-size: var(--font-size-normal);
    color: var(--color-primary);
    line-height: 1.2rem;
}

.tfpsc-item .tfpsc-item-inner:hover .tfpsc-count,
.tfpsc-item .tfpsc-item-inner:hover .tfpsc-name a {
    color: var(--color-hover);
}

.tfps-filter .tfpsc-name a strong,
.tfps-filter .h3.product-title a strong {
    font-weight: 600;
    color: #000;
}

.tfpsc-image {
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.tfpsc-item-inner:hover .tfpsc-image {
    border: 1px solid var(--color-hover);
}

.tfps-btn-more {
    text-align: center;
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding: 0.5rem;
}

.tfps-btn-more a {
    font-size: var(--font-size-normal);
    padding: 0.4rem 2.5rem;
    border: 1px solid var(--color-border);
    color: var(--color-primary);
    display: inline-block;
    border-radius: var(--border-radius);
}

.tfps-btn-more a:hover {
    border-color: var(--color-hover);
    color: var(--color-hover);
}

.tfps-products .product-miniature .thumbnail-container {
    margin-bottom: 0;
}

.tfps-products .tfpsc-count {
    font-size: var(--font-size-normal);
    line-height: 1rem;
    padding: 3px 10px;
    background-color: var(--color-hover);
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}

.tfps-products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#search_widget form i.clear {
    cursor: pointer;
}

.tfprosearch-block {
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
}

.tfprosearch-block .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 500;
}

.tfprosearch-block ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.tfprosearch-block ul li {
    width: calc(100% / 4 - 20px);
    min-width: 200px;
    margin: 10px;
    text-align: center;
}

.tfprosearch-block ul li .subcategory-image {
    padding: 0 0 8px;
}

.tfprosearch-block ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid #f6f6f6;
}

.tfprosearch-block ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
}

.tfprosearch-block ul li .subcategory-name {
    text-transform: uppercase;
}

.tfprosearch-block ul li .subcategory-name:hover {
    color: #24b9d7;
}

.tfprosearch-block ul li .cat_desc {
    display: none;
}

#subcategories ul li .cat_desc.cat_desc_show,
.tfprosearch-block ul li .cat_desc.cat_desc_show {
    display: block;
}

.tfprosearch-block ul li:hover .subcategory-image a {
    padding: 5px;
    border: 5px solid #24b9d7;
}

.tfps-no-results {
    text-align: center;
}

.search-widget .form-search-control.ui-autocomplete-input.ui-autocomplete-loading,
.header-top .search-widgets form input.ui-autocomplete-loading[type="text"],
.ui-autocomplete-input.ui-autocomplete-loading,
.ui-autocomplete-loading {
    background-image:url("../img/loading.gif") !important;
    background-repeat:no-repeat !important;
    background-position:80% center !important;
    padding-right:5px;
	transition: none;
}

.col-xl-24,
.col-lg-24,
.col-md-24,
.col-sm-24 .col-xs-24 {
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-24 {
    float: left;
    width: 20%;
}

.tfpsc-item-center {
    text-align: center;
}

.tfpsc-image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.tfpsc-name a {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.tfpsc-name a span.tfpsc-name-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tfpsc-item-center .tfpsc-name a {
    justify-content: center;
}

.tfps-products .product-miniature .product-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-weight: 400;
    margin: 0.5rem 0;
}

.tfps-products .product-miniature .product-title a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: var(--font-size-normal);
    line-height: 1.5;
}

/* Css for Prestashop 1.7.8.8 */
.tfps-products .product-miniature {
    display: flex;
    justify-content: center;
}

.tfps-products .product-miniature .thumbnail-container {
    margin: 0.5rem 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    /* box-shadow: 1px 1px 5px 0 rgba(0,0,0,.8); */
}

.tfps-products .product-miniature .thumbnail-top {
    position: relative;
    overflow: hidden;
}

.tfpsc-image > a,
.tfps-products .product-miniature .thumbnail-top > a {
    display: block;
}

.tfps-products .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 70px);
    text-align:center;
}

.tfps-products .product-miniature .highlighted-informations {
    top: 100%;
    width: 100%;
    background: #fff;
    transition: 0.3s;
    height: auto;
    bottom: 0;
}

.tfps-products .thumbnail-container .product-thumbnail img {
    height: auto;
    position: relative;
    max-width: 100%;
}

.tfps-products .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants,
.tfps-products .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
    top: calc(100% - 2.5rem);
    bottom: 0;
}

.tfps-products .product-miniature .thumbnail-container:hover .highlighted-informations,
.tfps-products .product-miniature .thumbnail-container:focus .highlighted-informations {
    top: calc(100% - 4.4rem);
    bottom: 0;
}

.tfps-products .product-miniature .product-description {
    position: relative;
    bottom: 0;
    height: auto;
    width: auto;
    padding: 0.25rem;
    padding-bottom: 0.7rem;
    background: #fff;
}

.tfps-products .product-miniature .thumbnail-container:hover .product-description.tfps-hidden-border::after,
.tfps-products .product-miniature .thumbnail-container:focus .product-description.tfps-hidden-border::after {
    display: none;
}

.tfps-products .product-miniature .product-price-and-shipping {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.tfps-products .product-miniature .product-price-and-shipping .regular-price {
    margin-right: 0.3rem;
}

.tfps-products .product-miniature .product-price-and-shipping .discount-product {
    display: none;
}

.tfps-scroll.tfprosearch-ulwrap .tfps-wrap {
    overflow-y: auto;
    overflow-x: hidden;
}

.tfps-scroll.tfprosearch-ulwrap .tfps-wrap::-webkit-scrollbar {
    width: 4px;
}

.tfps-scroll.tfprosearch-ulwrap .tfps-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

.tfps-scroll.tfprosearch-ulwrap .tfps-wrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

.tfps-scroll.tfprosearch-ulwrap .tfps-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tfps-mobile .tfprosearch-ulwrap {
    padding-top: 21px;
    padding-bottom: 21px;
    transition: none;
    border-color: transparent
}

.tfps-mobile .tfprosearch-ulwrap.open{
	top:-10px!important;
	transition: none;
}

.tfprosearch-blocksearch {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 105px 0 3rem;
    background-color: rgba(204, 204, 204, .75);
    display: none;
}

.tfpsbs-results-wrap {
    position: relative;
    z-index: 0;
    width: 100%;
}

.tfpsb-open {
    display: block;
}

body.tfps-body{
	overflow: hidden!important;
}

.tfpsbs-wrap {
    padding: 15px 15px 15px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}

.tfps-block-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.tfpsbh-title {
    text-align: center;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #232323;
    line-height: 1;
}

.tfps-btn-close {
    background: url("../img/icon-close-popup.svg") no-repeat scroll center center #fff;
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.tfpsbs-wrap .search-widgets {
    position: relative;
}

.tfpsbs-wrap .search-widgets form input[type=text] {
    min-width: 255px;
    padding: 10px;
    color: #232323;
    border: 1px solid rgba(0, 0, 0, .25);
    width: 100%;
    border-radius: 2px;
    height: 41px;
    font-size: 1.15rem;
    line-height: 41px;
}

.tfpsbs-wrap .search-widgets form input[type=text]:focus {
    outline: 1px solid #24b9d7;
    border-color: #24b9d7;
}

.tfpsbs-wrap .search-widgets .search-btn {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 4;
    background: none;
    cursor: pointer;
    border: none;
    padding: 0 1em;
    background: url("../img/icon-search.svg") scroll no-repeat center center transparent;
    width: 42px;
    height: 100%;
    display: inline-block;
    top: 0;
}

.tfpsbs-wrap .search-widgets .search-btn:focus{
	border:none;
	outline: none;
	box-shadow: none;
}

.tfpsbs-wrap .search-widgets form i.clear {
    background: url("../img/icon-close-popup.svg") no-repeat scroll center center transparent;
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--color-border);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 47px;
    top: 50%;
    background-size: 70% 70%;
	transform: translate(0%, -50%);
}

.tfps-wrap .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.tfps-wrap [class*=col-] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.tfps-wrap .col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.tfps-wrap .col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.tfps-wrap .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.tfps-wrap .col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.tfps-wrap .col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.tfps-wrap .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.tfps-wrap .col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.tfps-wrap .col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.tfps-wrap .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.tfps-wrap .col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.tfps-wrap .col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.tfps-wrap .col-12,
.tfps-wrap .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.tfps-wrap .col-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.tfps-wrap.tfps-gutters,
.tfps-wrap .tfps-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.tfps-wrap .tfps-gutters>.col,
.tfps-wrap .tfps-gutters>[class*=col-],
.tfps-wrap.tfps-gutters>.col,
.tfps-wrap.tfps-gutters>[class*=col-],
.tfps-wrap .products.row.tfps-gutters>[class*=col-] {
    padding: 0 7.5px;
}

@media (min-width: 576px) {
    .tfps-wrap .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .tfps-wrap .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .tfps-wrap .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .tfps-wrap .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .tfps-wrap .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .tfps-wrap .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .tfps-wrap .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .tfps-wrap .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .tfps-wrap .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .tfps-wrap .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .tfps-wrap .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .tfps-wrap .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .tfps-wrap .col-sm-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width: 767px) {
    .tfprosearch-block ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tfps-wrap.tfps-two-column .tfps-col-left + .tfps-col-right {
        margin-top: 0.7rem
    }
}

@media (min-width: 768px) {
    .tfps-wrap.tfps-gutters .tfps-col-left {
        padding-right: 12.5px;
    }

    .tfps-wrap.tfps-gutters .tfps-col-right {
        padding-left: 12.5px;
    }

    .tfps-wrap .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .tfps-wrap .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .tfps-wrap .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .tfps-wrap .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .tfps-wrap .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .tfps-wrap .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .tfps-wrap .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .tfps-wrap .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .tfps-wrap .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .tfps-wrap .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .tfps-wrap .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .tfps-wrap .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .tfps-wrap .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) {
    .tfps-wrap .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .tfps-wrap .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .tfps-wrap .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .tfps-wrap .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .tfps-wrap .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .tfps-wrap .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .tfps-wrap .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .tfps-wrap .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .tfps-wrap .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .tfps-wrap .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .tfps-wrap .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .tfps-wrap .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .tfps-wrap .col-lg-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .tfps-wrap .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .tfps-wrap .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .tfps-wrap .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .tfps-wrap .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .tfps-wrap .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .tfps-wrap .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .tfps-wrap .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .tfps-wrap .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .tfps-wrap .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .tfps-wrap .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .tfps-wrap .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .tfps-wrap .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .tfps-wrap .col-xl-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}