.grid-item {
    position: relative;
    float: left;
    margin-top: 10px;
    margin: 0.5%;
    -webkit-transition: all 0s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0s cubic-bezier(0.86, 0, 0.07, 1);
}
button.pro_version_btn {
    width: 200px;
    position: relative;
    left: 40%;
    top: 27px;
    background: #ffe428;
    font-weight: 700;
    border: 1px solid #ffe428;
}

.portfolio_content small {
    text-transform: capitalize;
}

.fiae-filter-nav ul li:first-child {
    margin-left: 0 !important;
}

@media (max-width: 991px) {
    .grid-item {
        width: 49% !important;
    }
}

@media (max-width: 768px) {
    .grid-item {
        width: 100% !important;
    }
    .fiae-filter-nav ul li:first-child {
        margin-left: 15px !important;
    }
}

.demo img {
    width: 32%;
}

.demo {
    margin: 0 auto;
}

.grid-init {
    width: 100%;
}

.grid_wrapper {
    position: relative;
}

.fiae-filter-nav ul li {
    list-style: none;
    cursor: pointer;
    float: none;
    display: inline-block;
}

.grid-init ins {
    background: none;
}

p.fiae_on_sale {
    left: 6px;
    top: 0;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 1px 10px;
    font-size: 18px;
    letter-spacing: 2px;
}

.grid-init a.added_to_cart.wc-forward {
    display: none;
}



.layout_five a.fiae_port_link {
    display: none;
}


/* 
style-one */

.fiae_product.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
    top: 0;
}

.portfolio_wrap_one {
    position: relative;
    margin-bottom: 30px;
}

.portfolio_wrap_one a.fiae_port_link,
.portfolio_wrap_one a.image-popup {
    display: none;
}

.portfolio_wrap_one:hover .portfolio_content {
    bottom: 30px;
    box-shadow: none;
}

.portfolio_wrap_one .portfolio_content small {
    color: #fc6a2a;
}

.layout_five .portfolio_wrap_one .portfolio_content {
    width: 100%;
}

.layout_five .portfolio_wrap_one .portfolio_content .fiae_product.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.layout_five .portfolio_wrap_one .portfolio_content .fiae_product.woocommerce.fiae_variable a {
    width: 100%
}

.layout_five .portfolio_wrap_one .fiae_product.woocommerce {
    right: 0;
}

.portfolio_wrap_one .portfolio_content {
    box-shadow: 0px 5px 12px #e3e3e3;
    padding: 10px;
    width: 72%;
    position: absolute;
    background: #fbfbfb;
    color: #000;
    bottom: -30px;
    -webkit-transition: all 0.7s cubic-bezier(0.86, 0.12, 0, 0.75);
    transition: all 0.7s cubic-bezier(0.86, 0.12, 0, 0.75);
    z-index: 2;
}

.portfolio_wrap_one .portfolio_content h2 {
    font-size: 20px;
    color: #000;
    margin: 0;
}

.portfolio_wrap_one .portfolio_content h2:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.portfolio_content h2:before {
    display: none;
}

.portfolio_wrap_one .portfolio_content p {
    padding: 3px 10px;
    margin: 0;
    background: #888888;
    display: inline-block;
}

.portfolio_wrap_one p.fiaeprice {
    top: 0;
    position: absolute;
    right: 0;
    background: none;
}

.portfolio_wrap_one .fiae_product.woocommerce {
    width: 100%;
    right: -38%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    top: -100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
}

.portfolio_wrap_one:hover .fiae_product.woocommerce {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/* 
  Style Two */

a.image-popup,
a.fiae_port_link {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.image-popup:hover,
a.fiae_port_link:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.portfolio_wrap_two {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.portfolio_wrap_two a.image-popup,
.portfolio_wrap_two a.fiae_port_link {
    position: absolute;
    right: 9%;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

a.image-popup,
a.fiae_port_link {
    padding: 1px 8px;
    color: #2b59a7;
    background-color: #fff;
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #2b59a7;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #fff;
    z-index: 22 !important;
}

.portfolio_wrap_two a.image-popup {
    top: 5%;
}

.portfolio_wrap_two a.fiae_port_link {
    top: 100px;
}

.portfolio_wrap_two:hover a.image-popup,
.portfolio_wrap_two:hover a.fiae_port_link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio_wrap_two a.image-popup:focus {
    outline: 0;
}

.portfolio_wrap_two img {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.portfolio_wrap_two .portfolio_content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgb(238, 51, 100);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portfolio_wrap_two .portfolio_content h2 {
    color: #fff;
    font-size: 17px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    left: 50%;
    bottom: 0%;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    -webkit-transform: scale(0)translate(-50%, 0%);
    transform: scale(0)translate(-50%, 0%);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.layout_three .portfolio_wrap_two .portfolio_content h2,
.layout_two .portfolio_wrap_two .portfolio_content h2 {
    bottom: auto%;
    top: 60%;
}
p.temllink.fiae-pro {
    float: none;
}
.portfolio_wrap_two .portfolio_content small {
    font-style: italic;
    font-size: 14px;
    color: #fff;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 50%;
    top: 1vw;
    position: relative;
    -webkit-transform: scale(0)translate(-50%, -50%);
    transform: scale(0)translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.layout_three .portfolio_wrap_two .portfolio_content small,
.layout_two .portfolio_wrap_two .portfolio_content small {
    top: 30%;
    position: absolute;
}

.layout_four a.fiae_port_link,
.layout_five a.fiae_port_link {
    display: none;
}

.portfolio_wrap_two:hover img {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.portfolio_wrap_two:hover .portfolio_content {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: crosshair;
}

.portfolio_wrap_two:hover h2,
.portfolio_wrap_two:hover small {
    -webkit-transform: scale(1) translate(-50%, 0%);
    transform: scale(1) translate(-50%, 0%);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio_wrap_two a:hover {
    color: #fff;
    background: none;
    z-index: 2
}


/* fiae Product */

.portfolio_wrap_two .fiae_product.woocommerce a.button.product_type_simple.add_to_cart_button,
.portfolio_wrap_two .fiae_variable a {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
    color: #fff;
}

.portfolio_wrap_two:hover .fiae_product.woocommerce a.button.product_type_simple.add_to_cart_button,
.portfolio_wrap_two:hover p.fiaeprice,
.portfolio_wrap_two:hover .fiae_variable a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio_wrap_two .fiae_product.woocommerce {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio_wrap_two p.fiaeprice {
    padding: 10% 0;
    z-index: 9;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
}


/* Style Three */

.portfolio_wrap_three:hover .fiae_on_sale {
    display: none;
}

.portfolio_wrap_three {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio_wrap_three:after {
    background: -webkit-linear-gradient(rgba(63, 81, 181, 0.59), rgba(233, 30, 99, 0.98));
    background: linear-gradient(rgba(63, 81, 181, 0.59), rgba(233, 30, 99, 0.98));
    position: absolute;
    content: '';
    top: 0;
    ;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_wrap_three:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio_wrap_three .portfolio_content {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio_wrap_three .portfolio_content:before {
    content: '';
    background-color: rgba(13, 13, 13, 0.34);
    height: 500px;
    width: 500px;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    left: -600px;
    top: -600px;
    -webkit-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
    z-index: 2;
}

.portfolio_wrap_three:hover .portfolio_content:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: -240px;
    top: -300px;
}

.portfolio_wrap_three .portfolio_content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.portfolio_wrap_three:hover .portfolio_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 15px;
    top: 15px;
    background-color: transparent !important;
    ;
}

.portfolio_wrap_three .portfolio_content h2 {
    position: relative;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.layout_five .portfolio_wrap_three .portfolio_content h2 {
    font-size: 20px;
}

.layout_five .portfolio_wrap_three .portfolio_content h2 {
    font-size: 15px;
}

.layout_five .portfolio_wrap_three .portfolio_content a.fiae_port_link {
    top: 68px;
}

.layout_five .portfolio_wrap_three a.image-popup,
.layout_five .portfolio_wrap_three a.fiae_port_link {
    right: 4px
}

.portfolio_wrap_three .portfolio_content h2:hover {
    padding-left: 10px
}

.portfolio_wrap_three .portfolio_content small {
    padding: 0;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_wrap_three a.image-popup,
.portfolio_wrap_three a.fiae_port_link {
    position: absolute;
    right: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}

.portfolio_wrap_three a.image-popup:hover,
.portfolio_wrap_three a.fiae_port_link:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.portfolio_wrap_three a.image-popup {
    top: 20px;
}

.portfolio_wrap_three a.fiae_port_link {
    top: 100px;
}

.portfolio_wrap_three a.image-popup,
.portfolio_wrap_three a.fiae_port_link {
    display: inline-block;
    margin: 0 3px;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: -webkit-transform 0.3s ease 0.5s;
    transition: -webkit-transform 0.3s ease 0.5s;
    transition: transform 0.3s ease 0.5s;
    transition: transform 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s;
}

.portfolio_wrap_three:hover a.image-popup,
.portfolio_wrap_three:hover a.fiae_port_link {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.portfolio_wrap_three a.image-popup,
.portfolio_wrap_three a.fiae_port_link {
    padding: 1px 8px;
    color: #2b59a7;
    background-color: #fff;
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #2b59a7;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.portfolio_wrap_three p.fiaeprice {
    z-index: 88;
    position: relative;
    color: #fff;
}

@media only screen and (max-width:990px) {
    .portfolio_content {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:479px) {
    .portfolio_content .title {
        font-size: 20px;
    }
}


/* Style Four */

.portfolio_wrap_four {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio_wrap_four .curve1 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: -100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.portfolio_wrap_four:hover .curve1 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.portfolio_wrap_four path {
    fill: rgba(255, 255, 255, 0.8);
}

.portfolio_wrap_four img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio_wrap_four:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
}

.portfolio_wrap_four .portfolio_content {
    color: #FC427B;
    text-align: right;
    position: absolute;
    right: 123px;
    top: 15px;
    z-index: 2;
}

.layout_five .portfolio_wrap_four .portfolio_content,
.layout_four .portfolio_wrap_four .portfolio_content {
    width: 100%;
    right: 0%;
    top: 10px;
}

.layout_five .portfolio_wrap_four .icon {
    text-align: center;
}

.layout_five .portfolio_wrap_four p.fiaeprice,
.layout_four .portfolio_wrap_four p.fiaeprice {
    padding-top: 0;
}

.portfolio_wrap_four h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.portfolio_wrap_four small {
    color: #000;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 2px 5px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    display: block;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.portfolio_wrap_four .icon {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.portfolio_wrap_four p.fiaeprice {
    padding-top: 62px;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.portfolio_wrap_four .fiae_product.woocommerce {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.portfolio_wrap_four:hover h2,
.portfolio_wrap_four:hover small,
.portfolio_wrap_four:hover .icon,
.portfolio_wrap_four:hover .fiae_product.woocommerce,
.portfolio_wrap_four:hover p.fiaeprice {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_wrap_four:hover p.fiae_on_sale {
    display: none;
}

.portfolio_wrap_four .portfolio_content h2:hover {
    padding-left: 10px;
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
}

.portfolio_wrap_four .icon li {
    margin: 0 2px;
    display: inline-block;
}

.portfolio_wrap_four .icon li a {
    color: #FC427B;
    font-size: 17px;
    text-align: center;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #FC427B;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio_wrap_four .icon li a:hover {
    color: #fff;
    background-color: #FC427B;
    border-color: #fff;
    box-shadow: 0 0 5px #000;
}

@media only screen and (max-width:990px) {
    .portfolio_wrap_four {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:479px) {
    .portfolio_wrap_four h2 {
        font-size: 18px;
    }
}


/* Style Five */

.portfolio_wrap_five .portfolio_content {
    display: block;
    position: relative;
    cursor: pointer;
    background-size: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.portfolio_wrap_five .portfolio_content .image-popup {
    cursor: url(../img/search.png), auto;
}

.portfolio_wrap_five:hover .portfolio_content {
    background-position: 0% 50%;
}

.portfolio_wrap_five .portfolio_content:hover h2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    letter-spacing: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 3s ease-out !important;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 3s ease-out !important;
}

.portfolio_wrap_five img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: blur(0px);
    /* Safari 6.0 - 9.0 */
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0px);
}

.portfolio_wrap_five:hover img {
    -webkit-filter: blur(3px);
    /* Safari 6.0 - 9.0 */
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: blur(3px);
}

.portfolio_wrap_five .portfolio_content:hover small {
    visibility: visible;
    opacity: 1;
    cursor: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    letter-spacing: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 2s ease-out !important;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 2s ease-out !important;
}

.portfolio_wrap_five .portfolio_content h2 {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    padding: 10px;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
    color: #000;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #fff;
    box-shadow: 1px 1px 6px #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
}

.layout_five .portfolio_wrap_five .portfolio_content h2,
.layout_four .portfolio_wrap_five .portfolio_content h2 {
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    padding: 10px;
    font-size: 18px;
}

.portfolio_wrap_five .portfolio_content small {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    display: block;
    padding: 10px;
    position: absolute;
    right: 25px;
    bottom: 65px;
    margin-top: 0;
    text-align: center;
    color: #000;
    font-size: 15px;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 6px #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 2s ease-out;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 2s ease-out;
}

.layout_five .portfolio_wrap_five .portfolio_content small,
.layout_four .portfolio_wrap_five .portfolio_content small {
    right: 10px;
    bottom: 13px;
}

.portfolio_wrap_five .fiaecomemrce_wrapper {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.portfolio_wrap_five .fiaecomemrce_wrapper p.fiaeprice {
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.portfolio_wrap_five .portfolio_content:hover .fiaecomemrce_wrapper p.fiaeprice span.woocommerce-Price-amount.amount {
    font-size: 16px;
    background-color: #fff;
    box-shadow: 1px 1px 6px #fff;
    letter-spacing: 4px;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
    padding: 7px;
    font-weight: 600;
}

.portfolio_wrap_five .portfolio_content:hover .fiaecomemrce_wrapper .fiae_product a {
    letter-spacing: 2px;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
}

.portfolio_wrap_five .portfolio_content:hover .fiaecomemrce_wrapper {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio_wrap_six {
    overflow: hidden;
    position: relative;
}

.portfolio_wrap_six:hover p.fiae_on_sale,
.portfolio_wrap_five:hover p.fiae_on_sale {
    display: none;
}

.portfolio_wrap_six:before {
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(218, 224, 65, 0.85) 0%, rgba(34, 193, 195, 0.62) 100%);
    background: linear-gradient(0deg, rgba(218, 224, 65, 0.85) 0%, rgba(34, 193, 195, 0.62) 100%);
    box-shadow: 0 0 20px #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    right: 50%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}

.portfolio_wrap_six:hover:before {
    z-index: 1;
}

.portfolio_wrap_six .portfolio_content .fiaecomemrce_wrapper {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    text-align: center;
}

.portfolio_wrap_six .portfolio_content:hover .fiaecomemrce_wrapper {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.portfolio_wrap_six:hover:before {
    left: 0px;
    right: 0px;
    box-shadow: 0 0 0 #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio_wrap_six .portfolio_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.portfolio_wrap_six .portfolio_content h2 {
    padding: 25px;
    margin: 0;
    font-size: 24px;
    color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 0.35s ease 0.3s !important;
    transition: all 0.35s ease 0.3s !important;
}

.portfolio_wrap_six .portfolio_content:hover h2 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio_wrap_six .portfolio_content .icon {
    list-style: none;
    padding: 0 25px;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.portfolio_wrap_six .portfolio_content .icon li {
    display: inline-block;
}

.portfolio_wrap_six .portfolio_content .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio_wrap_six .portfolio_content .icon li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio_wrap_six .portfolio_content .icon li a:hover:after {
    top: 0;
}

.portfolio_wrap_six small {
    font-size: 19px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    bottom: 15%;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    right: 10%;
}

.layout_four .portfolio_wrap_six .portfolio_content:hover small,
.layout_five .portfolio_wrap_six .portfolio_content:hover small {
    display: none;
}

.layout_five .portfolio_wrap_six .portfolio_content h2 {
    padding: 4px;
    font-size: 17px;
}

.portfolio_wrap_six .portfolio_content small {
    display: inline-block;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_wrap_six .portfolio_content:hover .icon,
.portfolio_wrap_six .portfolio_content:hover small {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.portfolio_wrap_six .portfolio_content h2:hover {
    margin-left: 10px;
}


/* title styles */


/*---------------*/


/***** Sadie *****/


/*---------------*/

.portfolio_wrap_seven div.portfolio_content {
    position: relative;
    overflow: hidden;
}

.portfolio_wrap_seven div.portfolio_content figcaption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, #673ab7 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #673ab7 75%);
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.portfolio_wrap_seven div.portfolio_content a {
    color: #fff
}

.portfolio_wrap_seven:hover .fiaecomemrce_wrapper {
    top: 60%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio_wrap_seven p.fiaeprice {
    margin-bottom: 12px;
}

.portfolio_wrap_seven .fiaecomemrce_wrapper {
    text-align: center;
    width: 100%;
    position: absolute;
}

.portfolio_wrap_seven div.portfolio_content h2 {
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 0%;
    padding: 1em 1em 0 1em;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.layout_four .portfolio_wrap_seven div.portfolio_content h2,
.layout_five .portfolio_wrap_seven div.portfolio_content h2 {
    left: 0;
    font-size: 20px;
    top: 80%;
}

.layout_four .portfolio_wrap_seven:hover p.fiae_on_sale,
.layout_five .portfolio_wrap_seven:hover p.fiae_on_sale {
    display: none;
}

.layout_four .portfolio_wrap_seven div.portfolio_content .image-popup,
.layout_five .portfolio_wrap_seven div.portfolio_content .image-popup {
    top: 48%;
}

.portfolio_wrap_seven div.portfolio_content figcaption:before,
.portfolio_wrap_seven div.portfolio_content small {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.portfolio_wrap_seven div.portfolio_content small {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 2em 2em 0 2em;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color: #fff;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.portfolio_wrap_seven div.portfolio_content:hover h2,
.portfolio_wrap_seven div.portfolio_content:hover .image-popup {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio_wrap_seven div.portfolio_content:hover figcaption:before,
.portfolio_wrap_seven div.portfolio_content:hover small {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio_wrap_seven div.portfolio_content .image-popup {
    top: 30%;
    right: 10%;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: inline-block;
}


/*---------------*/


/***** Sarah *****/


/*---------------*/

.portfolio_wrap_eight div.portfolio_content {
    position: relative;
}

.portfolio_wrap_eight .fiaecomemrce_wrapper {
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.portfolio_wrap_eight:hover .fiaecomemrce_wrapper {
    bottom: 34%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 2;
}

.portfolio_wrap_eight div.portfolio_content:before {
    background: rgb(253, 29, 29);
    background: -webkit-linear-gradient(left, #fd1d1da6 36%, rgba(252, 176, 69, 1) 100%);
    background: linear-gradient(90deg, #fd1d1da6 36%, rgba(252, 176, 69, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_wrap_eight div.portfolio_content:hover:before {
    opacity: 1;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio_wrap_eight div.portfolio_content figcaption {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 2.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 2;
}

.portfolio_wrap_eight div.portfolio_content:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio_wrap_eight div.portfolio_content h2 {
    float: left;
    margin-top: -10px;
    text-transform: uppercase;
    font-size: 20px;
}

.portfolio_wrap_eight div.portfolio_content a.image-popup {
    top: 5px;
    position: absolute;
    right: 20px;
    background: #fff;
}

.layout_four .portfolio_wrap_eight div.portfolio_content a.image-popup {
    top: 0px;
}

.layout_five .portfolio_wrap_eight div.portfolio_content a.image-popup {
    top: 0px;
}

.layout_five .portfolio_wrap_eight div.portfolio_content h2 {
    font-size: 16px;
}

.portfolio_wrap_eight div.portfolio_content small {
    left: auto;
    right: 0;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 5px;
    background: #fff;
    text-transform: none;
    font-size: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.35s ease 0.4s;
    transition: all 0.35s ease 0.4s;
    -webkit-backface-visibility: hidden;
    text-transform: uppercase;
}

.portfolio_wrap_eight div.portfolio_content h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.portfolio_wrap_eight div.portfolio_content h2 {
    display: inline-block;
}

.portfolio_wrap_eight div.portfolio_content:hover small {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 70px;
}

.layout_four .portfolio_wrap_eight div.portfolio_content:hover small {
    bottom: 50px;
}

.layout_five .portfolio_wrap_eight div.portfolio_content:hover small {
    display: none;
}

.portfolio_wrap_eight div.portfolio_content:hover figcaption,
.portfolio_wrap_eight div.portfolio_content:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio_wrap_eight div.portfolio_content:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.portfolio_wrap_nine .fiae_imageclass,
.portfolio_wrap_ten .fiae_imageclass {
    position: relative;
}

.portfolio_wrap_nine .fiae_imageclass:before,
.portfolio_wrap_ten .fiae_imageclass:before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(52, 52, 52, 0.46) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(52, 52, 52, 0.46) 100%);
    width: 100%;
    height: 99%;
    bottom: 6px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.portfolio_wrap_nine:hover .fiae_imageclass:before,
.portfolio_wrap_ten:hover .fiae_imageclass:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio_wrap_nine .portfolio_content,
.portfolio_wrap_ten .portfolio_content {
    background: #ddd;
}

.portfolio_wrap_nine .caption_wrapper,
.portfolio_wrap_ten .caption_wrapper {
    padding: 0px 20px 20px 20px;
}

.portfolio_wrap_nine .caption_wrapper h2,
.portfolio_wrap_ten .caption_wrapper h2 {
    text-transform: uppercase;
    padding-top: 0;
    margin-top: 0;
    font-size: 25px;
    clear: both;
}

.layout_four .portfolio_wrap_nine .caption_wrapper h2,
.layout_four .portfolio_wrap_ten .caption_wrapper h2,
.layout_five .portfolio_wrap_nine .caption_wrapper h2,
.layout_five .portfolio_wrap_ten .caption_wrapper h2 {
    font-size: 20px;
}

.portfolio_wrap_nine .fiae_product.woocommerce.fiae_variable a {
    top: 0;
}

.portfolio_wrap_nine psmall {
    position: absolute;
    top: 0;
    background: #FFEB3B;
}

.portfolio_wrap_nine psmall a {
    padding: 10px;
    display: inline-block;
}

.portfolio_wrap_nine .author a {
    text-transform: capitalize;
}

.portfolio_wrap_nine a.image-popup {
    top: 0px;
    position: absolute;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 0;
    text-align: center;
}

.portfolio_wrap_nine p.fiae_on_sale {
    left: auto;
    right: 15px;
    text-transform: uppercase;
    padding: 6px;
}

.portfolio_wrap_nine p.date {
    margin: 0;
    text-align: right;
    font-size: 15px;
    padding: 0;
}
p.temllink small{
    font-size: 100%;
}
.portfolio_wrap_nine .star-rating {
    display: inline-block;
    left: 0px;
    float: left;
}

.portfolio_wrap_nine .caption_wrapper .rating_count {
    position: relative;
    left: 3px;
    top: -4px;
}

.portfolio_wrap_nine:hover a.image-popup {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 15px;
    top: 18px;
    padding: 10px;
}

.portfolio_wrap_nine .fiaecomemrce_wrapper,
.portfolio_wrap_ten .fiaecomemrce_wrapper {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    position: relative;
    text-align: center;
}

.portfolio_wrap_nine .caption_wrapper.cap_product h2 {
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: normal
}

.layout_four .portfolio_wrap_nine .caption_wrapper.cap_product h2,
.layout_five .portfolio_wrap_nine .caption_wrapper.cap_product h2 {
    letter-spacing: normal;
    font-size: 17px;
}

.portfolio_wrap_nine a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.portfolio_wrap_nine .fiae_variable a {
    width: 80% !important;
}

.portfolio_wrap_nine .fiae_product.woocommerce {
    text-align: center;
    padding-bottom: 20px;
}

.portfolio_wrap_nine p.temllink {
    padding: 0;
    font-size: 15px;
    margin-left: 10px;
    float: left;
    margin-top: 0;
}

.layout_four .portfolio_wrap_nine p.date,
.layout_five .portfolio_wrap_nine p.date {
    font-size: 14px;
    margin-bottom: 20px;
    left: -10px;
    position: relative;
    text-align: left;
}

.layout_four .portfolio_wrap_nine p.temllink,
.layout_five .portfolio_wrap_nine p.temllink {
    font-size: 100%;
    margin-top: 14px;
    float: none;
}

.portfolio_wrap_nine .fiaeprice_nine {
    text-align: right;
    padding-right: 16px;
}

.portfolio_wrap_ten span.elft_moth {
    display: block;
    line-height: 1;
}

.portfolio_wrap_ten .fiae_product.woocommerce {
    text-align: center;
    padding-bottom: 20px;
}

.portfolio_wrap_ten p.temllink_pdt {
    text-align: center;
    margin: 0;
}

.portfolio_wrap_ten a.texn_date {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
    width: 70px;
    background: #E91E63;
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 5px #fff;
    border-radius: 5px;
}

.portfolio_wrap_ten psmall {
    padding-right: 20px;
    display: inline-block;
}

.portfolio_wrap_ten p.temllink.T_post {
    display: inline-block;
    font-size: 18px
}

.layout_four .portfolio_wrap_ten p.temllink.T_post,
.layout_five .portfolio_wrap_ten p.temllink.T_post,
.layout_four .portfolio_wrap_ten a.T_post_comment,
.layout_five .portfolio_wrap_ten a.T_post_comment {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 15px;
}

.portfolio_wrap_ten p.temllink.T_post a i {
    padding-right: 7px;
}

.portfolio_wrap_ten a.T_post_comment {
    text-align: right;
    width: 50%;
    display: inline-block;
    font-size: 19px
}

.portfolio_wrap_ten a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.portfolio_wrap_ten .fiae_variable a,
.portfolio_wrap_nine a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #fff;
    border-radius: 0;
    color: #000;
    top: 0 !important;
}

.portfolio_wrap_ten .caption_wrapper.cap_product h2 {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
}

.layout_four .portfolio_wrap_ten .caption_wrapper.cap_product h2,
.layout_five .portfolio_wrap_ten .caption_wrapper.cap_product h2 {
    font-size: 17px;
}

.portfolio_wrap_ten .star-rating {
    margin: 0 auto;
    display: block;
    left: 0px;
    float: none;
}

.portfolio_wrap_ten .caption_wrapper .rating_count {
    position: absolute;
    right: 26%;
    margin-top: -8%;
}

.portfolio_wrap_ten a.buy,
.portfolio_wrap_nine a.buy {
    float: right;
}

.portfolio_wrap_ten .prev_buy,
.portfolio_wrap_nine .prev_buy {
    padding: 20px 0;
}

.portfolio_wrap_ten a.preview,
.portfolio_wrap_ten a.buy,
.portfolio_wrap_nine a.preview,
.portfolio_wrap_nine a.buy {
    text-align: center;
    width: 48%;
    display: inline-block;
    line-height: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    color: #000
}

.layout_four .portfolio_wrap_ten a.preview,
.layout_four .portfolio_wrap_ten a.buy,
.layout_four .portfolio_wrap_nine a.preview,
.layout_four .portfolio_wrap_nine a.buy,
.layout_five .portfolio_wrap_ten a.preview,
.layout_five .portfolio_wrap_ten a.buy,
.layout_five .portfolio_wrap_nine a.preview,
.layout_five .portfolio_wrap_nine a.buy {
    margin: 8px 0;
    width: 100%;
}

.portfolio_wrap_ten a.preview:hover,
.portfolio_wrap_ten a.buy:hover,
.portfolio_wrap_nine a.preview:hover,
.portfolio_wrap_nine a.buy:hover {
    background: #000;
    color: #fff
}

.portfolio_wrap_ten .temllink_ten,
.portfolio_wrap_ten p.fiaeprice_pdt {
    padding: 10px;
    min-height: 64px;
    position: absolute;
    right: 30px;
    top: 48px;
    color: #fff;
    display: block;
    font-weight: 500;
    background: #E91E63;
    position: absolute;
    font-size: 22px;
    text-align: center;
    text-shadow: 1px 1px 5px #fff;
    border-radius: 5px;
}

.portfolio_wrap_ten p.fiae_on_sale {
    text-transform: uppercase;
}

.portfolio_wrap_ten .caption_wrapper span i,
.portfolio_wrap_ten .caption_wrapper small i {
    /* position: relative; */
    display: inline-block;
    padding-right: 7px;
}

.portfolio_wrap_ten a.image-popup {
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.portfolio_wrap_ten:hover .cap_product a.image-popup {
    top: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio_wrap_ten psmall_pdt {
    position: absolute;
    right: 13px;
    bottom: 177px;
}

.portfolio_wrap_ten .cap_product a.image-popup {
    right: 20px;
    left: auto;
}

.portfolio_wrap_ten:hover a.image-popup {
    top: 50px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/* hover_button Hover Effects */

.fiae-filter-nav ul {
    margin: 0;
    padding: 0;
}


/* Button One */

.hover_one {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.hover_one:before,
.hover_one:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 50%;
    height: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: currentColor;
}

.active.hover_one:before,
.active.hover_one:after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hover_one.hover-3:before {
    left: 0;
}

.hover_one.hover-3:after {
    right: 0;
}


/* hover_button Style Two */

.hover_two {
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    max-width: 160px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.hover_two svg {
    height: 38px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hover_two rect {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.hover_two:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.active.hover_two rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/* hover_button:3 */

.hover_three {
    position: relative;
    padding: 20px;
}

.active.hover_three:before {
    content: "";
    height: 28.8px;
    height: 1.8rem;
    -webkit-transform: scaleX(1.05);
    transform: scaleX(1.05);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-animation: none;
    animation: none;
}

.hover_three:before {
    content: "";
    background: #7FDBFF;
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 12px;
    left: 0;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation: 1.4s forwards no-hover-v linear;
    animation: 1.4s forwards no-hover-v linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.active.hover_three:before,
.hover_three:focus:before {
    -webkit-animation: .5s forwards hover-v linear;
    animation: .5s forwards hover-v linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

@-webkit-keyframes hover-v {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        height: 5px;
    }
    45% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
        height: 5px;
    }
    55% {
        height: 5px;
    }
    100% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
       height: 2.8rem;
    }
}

@keyframes hover-v {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        height: 5px;
    }
    45% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
        height: 5px;
    }
    55% {
        height: 5px;
    }
    100% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
        height: 2.8rem;
    }
}

@-webkit-keyframes no-hover-v {
    0% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
        height: 2.8rem;
    }
    45% {
        height: 5px;
    }
    55% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
        height: 5px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        height: 5px;
        opacity: .02;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
    }
}

@keyframes no-hover-v {
    0% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
        height: 2.8rem;
    }
    45% {
        height: 5px;
    }
    55% {
        -webkit-transform: scaleX(1.05);
        transform: scaleX(1.05);
        height: 5px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        height: 5px;
        opacity: .02;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
    }
}


/* 
hover_button Four */

.hover_four {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    padding: 6px 10px;
}

.hover_four:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.hover_four:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    visibility: hidden;
}

.hover_four.active {
    color: #fff;
}

.hover_four.active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.hover_four.active:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/* 
hover_button Five */

.hover_five {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    padding: 6px 0px;
}

.hover_five:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.hover_five.active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/* 
hover_button six */

.hover_six {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.hover_six.active {
    border-top-color: #000;
    border-top-width: 2px;
    border-top-style: solid;
    padding: 6px 0;
}


/* 
hover_button six */

.hover_seven {
    display: inline-block;
    min-width: 97px;
    position: relative;
    text-align: center;
}

.hover_seven.active svg.button-stroke {
    stroke-dashoffset: 0;
}

.hover_seven svg.button-stroke {
    stroke-dasharray: 578px;
    stroke-dashoffset: 578px;
    stroke: #11171a;
    stroke-width: 3;
    -webkit-transition: stroke-dashoffset 800ms ease-out;
    transition: stroke-dashoffset 800ms ease-out;
    width: 100px;
    display: block;
}
li.hover_seven.active svg {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

li.hover_seven svg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.fiae_readmore {
    margin-top: 40px;
    position: relative;
}

.fiae_readmore a {
    padding: 7px 30px;
    background: #ddd;
    color: #000;
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    width: 200px;
}

.fiae_readmore a:hover {
    background: transparent !important;
}

.fiae_readmore a:hover .hidden-log {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, -50%);
}

.fiae_readmore a .hidden-log {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    transition: all 0.3s ease;
}


/* 
hover_button Eight */

.hover_eight.hover_button {
    padding: 8px 20px;
    text-align: center;
    background: #3F51B5;
    border-radius: 1em;
    position: relative;
    min-width: 6.23em;
    color: #fff;
}

.hover_eight.hover_button:before,
.hover_eight.hover_button:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #3F51B5;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}

.hover_eight.hover_button:before {
    top: -25%;
    left: 20%;
}

.hover_eight.hover_button:after {
    bottom: -25%;
    right: 20%;
}

.hover_eight.hover_button.active:before,
.hover_eight.hover_button.active:after {
    -webkit-transform: none;
    transform: none;
}


/* 
Button Style Nine */

.hover_nine {
    position: relative;
    padding: 0.2em 1em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    margin: 1em 0.8em;
}

.hover_nine.type1 {
    color: #566473;
}

.hover_nine.type1:after,
.hover_nine.type1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 0%;
    border: 2px solid;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.hover_nine.type1:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
}

.hover_nine.type1:before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: currentColor;
    border-left-color: currentColor;
}

.active.hover_nine.type1:before,
.active.hover_nine.type1:after {
    width: 116%;
    height: 120%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/* 
Button Style Ten */

.hover_ten.type3 {
    padding: 10px 9px;
    font-size: 18px;
    position: relative;
}

.hover_ten.type3:after,
.hover_ten.type3:before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.hover_ten.type3:after {
    bottom: 4px;
    right: 4px;
}

.hover_ten.type3:before {
    top: 0;
    left: 0;
}

.active.hover_ten.type3:before,
.active.hover_ten.type3:after {
    border-bottom-color: currentColor;
    border-right-color: currentColor;
    border-top-color: currentColor;
    border-left-color: currentColor;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/* Button Eleven */

.hover_univer {
    position: relative;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
}

.hover_univer:before,
.hover_univer:after {
    content: '';
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    z-index: -1;
}

.hover_univer:hover,
.hover_univer.active {
    color: #fff;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.hover_univer:hover:before,
.active.hover_univer:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover_univer:hover:after,
.active.hover_univer:after {
    background: #E91E63;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.hover_eleven.from-middle:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid #E91E63;
    border-left: 0;
    border-right: 0;
}

.hover_eleven.from-middle:after {
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #E91E63;
}

.active.hover_eleven.from-middle:before {
    left: 0;
    width: 100%;
}

.active.hover_eleven.from-middle:after {
    top: 0;
    height: 100%;
}


/* From Right */

.hover_twelve.from-right:before,
.from-right:after {
    top: 0;
    width: 0;
    height: 100%;
}

.hover_twelve.from-right:before {
    left: 0;
    border: 1px solid #E91E63;
    border-left: 0;
    border-right: 0;
}

.hover_twelve.from-right:after {
    right: 0;
}

.hover_twelve.from-right:hover:before,
.hover_twelve.from-right:hover:after,
.active.hover_twelve.from-right:after,
.active.hover_twelve.from-right:before {
    width: 100%;
}

.hover_thirtheen:before,
.hover_thirtheen.from-bottom:after {
    left: 0;
    height: 0;
    width: 100%;
}

.hover_thirtheen.from-bottom:before {
    top: 0;
    border: 1px #E91E63;
    border-top: 0;
    border-bottom: 0;
}

.hover_thirtheen.from-bottom:after {
    bottom: 0;
    height: 0;
}

.hover_thirtheen.from-bottom:hover:before,
.hover_thirtheen.from-bottom:hover:after,
.active.hover_thirtheen.from-bottom:after,
.active.hover_thirtheen.from-bottom:before {
    height: 100%;
}

.fiae_product.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.fiae_product.woocommerce.fiae_variable a {
    font-weight: normal;
    position: relative;
    z-index: 3;
    width: 200px;
    font-size: 19px;
    padding: 0;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    line-height: 2;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.fiae_product.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.fiae_product.woocommerce.fiae_variable a:hover {
    background: #fff;
    color: rgb(238, 51, 100);
}

.fiae_pagination {
    margin-top: 10px;
    clear: both;
}

.fiae_pagination a.next.page-numbers,
.fiae_pagination a.page-numbers,
.fiae_pagination span.page-numbers.current {
    padding: 1px 10px;
    color: #2b59a7;
    background-color: #bebebe;
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #2b59a7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
}

.fiae_pagination span.page-numbers.current,
.fiae_pagination a.next.page-numbers:hover,
.fiae_pagination a.page-numbers:hover {
    background-color: transparent !important;
}
@media (max-width:768px){
.hover_three:before {

    width: 96%;

 }
 }