/*
==========================
floating menu css
==========================
*/
.side-navigator-active #main-header {
    display: none;
}
.floating-menus ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.floating-menus {
    position: fixed;
    border-radius: 100px;
    right: 28px;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 9px 0 rgba(43,43,49,.1),0 7px 14px 0 rgba(43,43,49,.13);
    transition: right 0.5s;
    -webkit-transition: right 0.5s;
    top: 50%;
    transform: translateY(-50%);
    -wekbit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999999;    
} 
.floating-menus ul li {
    position: relative;
    padding: 7px 13px;
    text-align: center;
    cursor: pointer;
}
.floating-menus ul li a {
    background: #ddd;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 100%;
}
.floating-menus ul li.current a,
.floating-menus ul li:hover a {
    background: #E12454;
    color: #fff;
}
.floating-menus ul li:last-child a {
    margin-bottom: 0;
}
/*
=============
floating bar tooltip
=============
*/
.floating-menus ul li .op-tooltip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    background: #E12454;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    font-size: 12px;
    top: -2px;
    min-width: 120px;
    text-transform: uppercase;
     transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    right: 100%;
}
.floating-menus ul li .op-tooltip:before {
    position: absolute;
    content: '';
    background: #E12454;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);        
}
.floating-menus ul li .op-tooltip:after {
    position: absolute;
    content: '';
    background: #E12454;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);        
}
.floating-menus ul li:hover .op-tooltip {
    right: 200%;
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.op-tooltip a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
    padding-left: 15px;
}

/*menu last item  */
.arrival-custom-element{
    display: inline-block;
}
.main-navigation .arrival-custom-element a{
    line-height: 1.5;
}

/* bottom footer */
body.centred-ftr footer.site-footer .footer-btm .site-info{
    text-align: right;
}
body.centred-ftr footer.site-footer .footer-btm .social-icons-wrapp{
    text-align: left;
    border-left: 2px solid #d2d2d2;
    margin-left: 10px;
}
/* sticky footer */
body.footer-is-sticky footer.site-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
body.footer-is-sticky .front-page{
    min-height: calc(100vh - 108px);
    margin-bottom: 400px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

/* full screen side navigation */
.navbar-header-toggle {
    z-index: 5;
    position: fixed;
    right: -20px;
    background-color: #000;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    min-height: 80px;
    top: 30%;
    border: none;
    -webkit-transform: translateX(0) translateY(-100%);
    -moz-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    -o-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
    color: #fff;
}
.navbar-header-toggle .navbar-btn {
    position: absolute;
    margin: 0;
    transition: 0.5s top cubic-bezier(0.19, 1, 0.22, 1);
    top: 32px;
    right: 37px;
    left: auto;
}
.navbar-header-toggle .navbar-btn .navbar-btn-bars {
    position: absolute;
    right: 0;
    width: 65px;
    height: 15px;
    overflow: hidden;
}
.navbar-header-toggle .navbar-btn .navbar-btn-bars div {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 1px;
    background-color: #fff;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-header-toggle .navbar-btn .navbar-btn-bars div:nth-child(1) {
    top: 7px;
}
.navbar-header-toggle .navbar-btn .navbar-btn-bars div:nth-child(3) {
    top: 14px;
}
.navbar-header-toggle:hover {
    -webkit-transform: translateX(-10px) translateY(-100%);
    -moz-transform: translateX(-10px) translateY(-100%);
    -ms-transform: translateX(-10px) translateY(-100%);
    -o-transform: translateX(-10px) translateY(-100%);
    transform: translateX(-10px) translateY(-100%);
}
.navbar-header-toggle:hover .navbar-btn-bars div:nth-child(1) {
    width: 15px;
}
.navbar-header-toggle:hover .navbar-btn-bars div {
    width: 30px;
}


@media (min-width: 768px) {
  .full-screen-side-nav-wrapp {
    width: 80%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.full-screen-side-nav-wrapp{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    background: #000;
    z-index: 9998;
   
    -webkit-transition: all 0.6s ease-in;
       -moz-transition: all 0.6s ease-in;
        -ms-transition: all 0.6s ease-in;
         -o-transition: all 0.6s ease-in;
            transition: all 0.6s ease-in;
    
    -webkit-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);;
       -moz-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);;
        -ms-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);;
         -o-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);;
            transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);;
}

.full-screen-side-nav-wrapp ul.first-level li a{
    display: block;
    padding: 0.4em 0;
}
.full-screen-side-nav-wrapp ul#side-full-menu.first-level li a{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 45px;
    
}
.full-screen-side-nav-wrapp ul li a{
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}
.full-screen-side-nav-wrapp ul#menu-main-right li a {
    line-height: 35px;
    color: #bebdbd;
}
.full-screen-side-nav-wrapp ul li a:hover{
    color: #E12454;
}
.full-screen-side-nav-wrapp ul li{
    list-style-type: none;
}
.full-screen-side-nav-wrapp ul.sub-menu li a:hover{
        padding-left: 0;
}
.full-screen-side-nav-wrapp ul.sub-menu li a:before{
    content: none;
}
.full-screen-side-nav-wrapp ul li > ul.sub-menu {
    margin: 0;
    padding: 0;
}

.full-screen-side-nav-wrapp .menu-wrapp{
    padding-top: 10%;
    padding-left: 5%;
    min-width: 25%;
    float: left;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);;
       -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);;
        -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);;
         -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);;
            transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);;
}
.full-screen-side-nav-wrapp.toggled{
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);;
       -moz-transform: matrix(1, 0, 0, 1, 0, 0);;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);;
         -o-transform: matrix(1, 0, 0, 1, 0, 0);;
            transform: matrix(1, 0, 0, 1, 0, 0);;
}
.full-screen-side-nav-wrapp .nav-image {
    width: 50%;
    float: left;
}
.side-nav-overlay-full{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    -webkit-transition: all 0.6s;
       -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
         -o-transition: all 0.6s;
            transition: all 0.6s;
}
.side-nav-overlay-full.toggled{
    opacity: 1;
}
.navbar-header-toggle.toggled{
        right: -200px;
}

.navbar-header-toggle.close {
    -webkit-transform: translateX(0) translateY(-100%);
    -moz-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    -o-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
    right: -100px;
    background: #fff;
}

.navbar-header-toggle.close .navbar-btn .navbar-btn-bars div:nth-child(1) {
    top: 7px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-header-toggle.close .navbar-btn .navbar-btn-bars div {
    background: #000;
}
.navbar-header-toggle.close .navbar-btn .navbar-btn-bars div:nth-child(2) {
    top: 7px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-header-toggle.close .navbar-btn .navbar-btn-bars div:nth-child(3) {
    display: none;
}
.navbar-header-toggle.close.toggled{
    right: -20px;
}

.navbar-header-toggle.close:hover .navbar-btn-bars div:nth-child(1), .navbar-header-toggle.close:hover .navbar-btn-bars div:nth-child(2), .navbar-header-toggle.close:hover .navbar-btn-bars div:nth-child(3) {
    width: 25px;
    transform: none;
}
.navbar-header-toggle.close:hover .navbar-btn-bars div:nth-child(2) {
    top: 0;
}
.navbar-header-toggle.close:hover .navbar-btn-bars div:nth-child(3) {
    display: block;
}

/* scroll to top */
#back-to-top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#back-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    color: #7e7e7e;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
[data-tooltip]::after,
[data-tooltip]::before {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    white-space: nowrap;
    text-decoration: none;
    top: 0;
    right: 100%;
    margin-right: 0;
    width: 233px;
    height: 16px;
    -webkit-transform: translateX(130px) translateY(-150px) rotate(-90deg);
    transform: translateX(130px) translateY(-150px) rotate(-90deg)
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
    opacity: 1
}

[data-tooltip]:hover::before {
    -webkit-transform: translateX(130px) translateY(-135px) rotate(-90deg);
    transform: translateX(130px) translateY(-135px) rotate(-90deg)
}

#back-to-top svg.progress-circle path {
    stroke: #E12454;
    stroke-width: 3;
}
#back-to-top svg path {
    fill: none;
}

#back-to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    margin-top: -1px;
}

/* single team */
.single-team .site ,
.single-team.has-sidebar .site
 {
    display: block;
}
body.single-team{
    background: #FFF;
}

.single-team  .top-item-wrapp{
       display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0px 0px 15px #ffffff inset;
            box-shadow: 0 0px 0px 15px #ffffff inset;
    border: 1px solid #e1e1e1;
    background-position: right;
    background-size: cover;
}


.single-team  h2.team-name {
    margin-bottom: 28px;
    font-size: 38px;
    line-height: 1.055;
    font-weight: 500;
}

.single-team  .team-info h5 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 30px
}
.single-team  .team-info {
    padding: 5px 0;
}
.single-team  .team-info span{
    color: #616161;
}
.single-team .social-profiles a  {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 2.5;
    margin-bottom: 10px;
    display: inline-block;
    color: #FFF;
   
}
.single-team  .team-img {
    max-width: 520px;
}


.single-team .social-profiles a.icon-fb{
    background: rgb(59, 89, 152);
}

.single-team .social-profiles a.icon-tw {
    background: rgb(29, 161, 242);
}

.single-team .social-profiles a.icon-yt {
    background: rgb(238, 64, 86);
}

.single-team .social-profiles a.icon-ln {
    background: rgb(0, 119, 181);
}

.single-team .social-profiles a.icon-insta {
    background: #f46f30;
}

.single-team  .team-info-wrapp {
    padding-left: 40px;
}

.single-team  .team-info.social-profiles {
    margin-top: 30px;
}

/* fixed header */
header.site-header.fixed .main-header-wrapp{
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
}
header.site-header.fixed .main-header-wrapp.boxed.on .container,
header.site-header.fixed .main-header-wrapp.full.on{
    margin-top: 0;
    -webkit-box-shadow: 0 8px 28px 2px rgba(61, 61, 61, 0.12);
            box-shadow: 0 8px 28px 2px rgba(61, 61, 61, 0.12);
}
header.site-header.fixed .main-header-wrapp.boxed.on .container{
    max-width: 100%;
}
.admin-bar header.site-header.fixed .main-header-wrapp {
    top: 30px;
}

/* cookie notice */
.arrival-cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.05);
}
.arrival-cookie-notice h4.title {
    margin-bottom: 0;
}
.arrival-cookie-notice p {
    margin-top: 10px;
    font-size: 14px;
}
.arrival-cookie-notice .arrival-close-icon:before,
.arrival-cookie-notice .arrival-close-icon:after{
    background-color: #333;
} 
.arrival-cookie-notice .arrival-close-icon{
    right: 100px;
    top: 10px;
}

.aea-teams .fa.fa-facebook:before{
    content: "\f09a" !important;
}

/* widget social icons */

.arrival-widget-social-icons a{
    display: inline-block;
    margin: 5px 0;
    line-height: 1;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
    color: #FFF;
}

.arrival-widget-social-icons a:hover,
.arrival-widget-social-icons a:focus{
    color: #FFF;
}

.arrival-widget-social-icons.social2 a{
    border-radius: 50%;
}

.arrival-widget-social-icons.social3 a{
    border-radius: 50%;
    background: none !important;
    border: 1px solid #333;
}

.arrival-widget-social-icons a.facebook{
    background: #314b7e;
}

.arrival-widget-social-icons a.twitter{
    background: #339dc4
}

.arrival-widget-social-icons a.linkedin{
    background: #005983
}

.arrival-widget-social-icons a.google-plus{
    background: #dc4335
}

.arrival-widget-social-icons a.pinterest{
    background: #b31217
}

.arrival-widget-social-icons a.youtube{
    background: #e52c27
}

.arrival-widget-social-icons a.vimeo{
    background: #00b3ed
}

.arrival-widget-social-icons a.tumblr{
    background: #2c4762
}

.arrival-widget-social-icons a.flickr{
    background: #ff0084
}

.arrival-widget-social-icons a.stumbleupon{
    background: #ea4b24
}

.arrival-widget-social-icons a.instagram{
    background: #3f60a5
}

.arrival-widget-social-icons a.skype{
    background: #00aff0
}

.arrival-widget-social-icons a.soundcloud{
    background: #f04d23
}

.arrival-widget-social-icons.social3 a.facebook{
    color: #314b7e;
    border-color: #314b7e;
}

.arrival-widget-social-icons.social3 a.twitter{
    color: #339dc4;
    border-color: #339dc4
}

.arrival-widget-social-icons.social3 a.linkedin{
    color: #005983;
    border-color: #005983
}

.arrival-widget-social-icons.social3 a.google-plus{
    color: #dc4335;
    border-color: #dc4335
}

.arrival-widget-social-icons.social3 a.pinterest{
    color: #b31217;
    border-color: #b31217
}

.arrival-widget-social-icons.social3 a.youtube{
    color: #e52c27;
    border-color: #e52c27
}

.arrival-widget-social-icons.social3 a.vimeo{
    color: #00b3ed;
    border-color: #00b3ed
}

.arrival-widget-social-icons.social3 a.tumblr{
    color: #2c4762;
    border-color: #2c4762
}

.arrival-widget-social-icons.social3 a.flickr{
    color: #ff0084;
    border-color: #ff0084
}

.arrival-widget-social-icons.social3 a.stumbleupon{
    color: #ea4b24;
    border-color: #ea4b24
}

.arrival-widget-social-icons.social3 a.instagram{
    color: #3f60a5;
    border-color: #3f60a5
}

.arrival-widget-social-icons.social3 a.skype{
    color: #00aff0;
    border-color: #00aff0
}

.arrival-widget-social-icons.social3 a.soundcloud{
    color: #f04d23;
    border-color: #f04d23
}
/* widget post lists */
.arrival-posts{
    margin-bottom: 25px;
}

.arrival-posts:last-child{
    margin-bottom: 0;
}

.pwpl-thumbnail{
    width: 100px;
    float: left;
}
.pwpl-post-infos a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1.1;
}

.pwpl-post-infos{
    margin-left: 120px;
}

.pwpl-post-infos h3{
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

.pwpl-post-infos span{
    font-size: 0.8em;
    opacity: 0.8;
    font-style: italic;
}
/* widget flickr stream */
.widget-flickr-stream.enable-space .flickr_badge_image{
    padding: 1%;
}

.widget-flickr-stream .flickr_badge_image{
    width: 25%;
    float: left;
    margin: 0;
    height: auto;
}

.widget-flickr-stream.flickr_2-col .flickr_badge_image{
    width: 50%;
}

.widget-flickr-stream.flickr_3-col .flickr_badge_image{
    width: 33.33%;
}

.widget-flickr-stream.flickr_4-col .flickr_badge_image{
    width: 25%;
}

.widget-flickr-stream.flickr_5-col .flickr_badge_image{
    width: 20%;
}

.widget-flickr-stream.flickr_6-col .flickr_badge_image{
    width: 16.66%;
}

/* contact info widget */
.arrival-contact-info-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.arrival-contact-info-widget ul li{
    padding: 0 0 15px 25px !important;
    line-height: 1.2;
    border: none !important;
}

.arrival-contact-info-widget ul li .fa{
    float: left;
    margin-left: -25px;
}
.arrival-contact-info-widget ul li p{
    margin: 0;
    padding: 0;
    line-height: 1.2 !important;
}
/* comment widgets */
.pcw-comment-row{
    margin-bottom: 25px;
}

.pcw-comment-row p{
    margin-bottom: 10px;
}

.pwc-avatar{
    font-weight: bold;
    margin-top: 10px;
    font-size: 0.9em;
    border-top: 1px solid #EEE;
    padding-top: 10px;
}

.pwc-avatar img{
    border-radius: 50%;
    width: 40px;
    float: left;
    margin-right: 15px;
}

.pcw-comment-link{
    font-size: 0.8em;
    opacity: 0.9;
    margin-top: 5px;
}

/* AJAX Product Search */
.product-search {
    position: relative;
}
.search-content {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    margin-top: 3px;
}
.search-res-wrap {
    padding: 15px 30px;
    -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,.05);
    box-shadow: 0px 4px 15px 1px rgba(0,0,0,.05);
}
.search-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.search-content-wrap .img-wrap img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.search-res-wrap a {
    text-decoration: none;
}
.ajax-search-view-all {
    display: block;
    max-width: 250px;
    margin: 15px auto 0;
    text-align: center;
}
.ajax-search-view-all a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #333;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.ajax-search-view-all a:hover{
    color: #FFF;
    background: #000;
}

.search-content-wrap .cont-search-wrap .title a {
    color: #333;
    font-size: 16px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.search-content-wrap .cont-search-wrap .title a:hover{
    color: #000;
}
.search-content-wrap p.price {
    padding: 0;
    margin: 0;
}