/*
===============================================================
    Footer Widgets CSS
===============================================================
*/

.footer-widgets {
    padding: 100px 0;
    color: #fefefe;
}

#footer-widgets p {
    color: #fefefe;
}

.footer-logo,
#footer-widgets .widget-title {
    /* margin-bottom: 40px; */
}

p.widget-text {
    margin-bottom: 20px;
}

.widget.widget_search label {
    margin-bottom: 0;
    margin-right: -4px;
    vertical-align: bottom;
}

/*-----------------------------------
    01. Widget About
------------------------------------*/


.widget_about a {
    color: #fefefe;
    -webkit-transition: .3s;
    transition: .3s;
}


/*-----------------------------------
    02. Widget Page List
------------------------------------*/

.widget_pages ul li {
    padding-bottom: 12px;
}

.widget_pages ul li a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

/*-----------------------------------
    03. Widget Recent Item
------------------------------------*/

.recent-item img {
    border: 1px solid #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

li.recent-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

li.recent-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}


/*-----------------------------------
    04. Widget Contact & Social
------------------------------------*/

.widget_contact input {
    box-shadow: inset 0px 0px 15px 0px rgba(53, 54, 60, 0.2);
    border: 0;
    height: 40px;
    background: #fff;
    padding: 15px;
    width: 60%;
    border-radius: 4px;
}

button.footer-subscribe.boxed-btn {
    padding: 8px 16px;
}

ul.widget-social {
    margin-top: 40px;
}

ul.widget-social li {
    display: inline-block;
}

ul.widget-social li a {
    padding-right: 15px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
=============================================
 Blog Page Widgets 
 ============================================
 */

.sidebar .widget {
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px -1px rgb(0 0 0 / 12%);
}


/*-----------------------------------
    01. Widget Search
------------------------------------*/

.sidebar .widget_search .search-form {
    padding: 18px 20px 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.woocommerce a.button {
    line-height: 1.9;
}

.sidebar .search-form input[type="search"]::-webkit-input-placeholder {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.sidebar .widget-newsletter input[type=email], 
.sidebar .widget_search input[type=search] {
    border-radius: 4px 0 0 4px;
    background: #f9f9f9;
    box-shadow: 0px 0px 2px 0px rgb(7 7 6 / 20%);
    padding: 12px 18px;
    border: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.sidebar .widget_search button {
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 12px 16px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    line-height: 1;
    height: 50px;
    transform: translateY(0px);
}

.sidebar .widget_search .search-form label {
    flex: 1;
    margin: 0;
}

.widget_search form.search-form .search-submit {
    position: unset!important;
    width: 50px;
    height: 50px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    padding: 0;
}

/*-----------------------------------
    02. Widget Category
------------------------------------*/

.sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d3d6db;
    padding: 30px 16px 10px;
}

.sidebar .widget_categories ul {
    padding: 18px 20px 22px;
}

.sidebar .widget_archive ul li a,
.sidebar .widget_categories ul li a {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.sidebar .widget_categories ul li a i {
    float: right;
    padding-top: 6px;
}

.sidebar .widget_categories ul li:last-child a {
    margin-bottom: 0;
}


/*-----------------------------------
    03. Widget Recent Post
------------------------------------*/

.recent-post {
    padding: 20px 16px;
}

.recent-post img {
    width: 100%;
    margin-bottom: 20px;
}

.recent-post h6 {
    line-height: 24px;
    word-spacing: 1;
    margin-bottom: 10px;
}

.recent-post p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

ul.recent-meta-info li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
}

ul.recent-meta-info li a {
    font-size: 12px;
}

#woocommerce-page .sorting-btn li a::after {
    top: -4px;
}

/*-----------------------------------
    04. Widget Tags
------------------------------------*/

.widget .tags {
    padding: 30px 16px;
}

ul.tags li {
    display: inline-block;
    margin-right: 10px;
}

ul.tags li a {
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.tags li a:hover {
    color: #f9f9f9;
}


/*-----------------------------------
    05. Widget Calender
------------------------------------*/

.sidebar .widget_calender .widget-title li {
    display: inline-block;
}

.sidebar .widget_calender .widget-title .plus {
    float: right;
}

.sidebar .wp-calender {
    padding: 30px 16px;
}
.sidebar .widget .calendar_wrap { 
    background-color: #ffffff;
    border: 1px solid #eae7e4;
    padding: 5px;
    border-radius: 3px;
    margin-top: 25px;
}
.sidebar .widget table { 
    border-collapse: inherit;
    border-spacing: 5px;
    border: 0 none;
    padding: 0px; 
    margin: 0; 
    line-height: 18px; 
    text-align: center; 
    table-layout: fixed; 
    width: 100%; 
}
.sidebar .widget table caption { 
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px; 
  
}
.sidebar .widget table th { 
    background:transparent; 
    color:#747474; 
    border: 0 none;
    width: 11.6%;
    font-size: 12px;
    font-weight: 500;
    text-align: center; 
}

.calendar_wrap thead th {
    color: #fff !important;
}

.sidebar .widget table td { 
    /* border: solid 1px #f2f2f2; */
    /* border-radius: 0; */
}

.sidebar .widget table td, .widget table th { 
    width: 11.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 3px;
}

.sidebar .widget table tbody a { 
    padding: 5px;
    border-radius: 50%;
    border: 1px solid;
    margin: 0px -3px;
}

.sidebar .widget table tbody a:hover, .widget table tbody a:focus { color: #e84c3d; }
.widget table #next a, .widget table #prev a { font-weight: 600; }

/* Calender Responsive*/
@media screen and (max-width:920px) {
    .weekdays li,
    .days li {
        width: 11.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li,
    .days li {
        width: 11.6%;
    }
    .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {
    .weekdays li,
    .days li {
        width: 11.6%;
    }
}


/*-----------------------------------
    06. Widget Newsletter
------------------------------------*/

.widget .newsletter {
    padding: 30px 16px;
}

.widget-newsletter input[type=email] {
    width: 100%;
    margin-bottom: 16px;
}

.widget-newsletter .subscribe {
    border: 1px solid;
    border-radius: 4px;
    background: #fff;
    padding: 10px 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget-newsletter .subscribe:hover {
    color: #fff;
}
/*-----------------------------------
    07. Widget Archive
------------------------------------*/

.sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d3d6db;
    padding: 30px 16px 10px;
}

.sidebar .widget_archive ul {
    padding: 18px 20px 22px;
}

.sidebar .widget_archive ul li a {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.sidebar .widget_archive ul li a i {
    float: right;
    padding-top: 6px;
}

.sidebar .widget_archive ul li:last-child a {
    margin-bottom: 0;
}
.widget_archive select {
    margin-left: 22px;
    position: relative;
    margin-bottom: 36px;
}
/*-----------------------------------
    07. Widget Meta
------------------------------------*/

.sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d3d6db;
    padding: 30px 16px 10px;
}

.sidebar .widget_meta ul {
    padding: 18px 20px 22px;
}

.sidebar .widget_meta ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.sidebar .widget_meta ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f178";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 12px;
    line-height: 21px;
}

.sidebar .widget_meta ul li a i {
    float: right;
    padding-top: 6px;
}

.sidebar .widget_meta ul li:last-child a {
    margin-bottom: 0;
}

/*-----------------------------------
    07. Widget Recent Posts
------------------------------------*/

.sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d3d6db;
    padding: 30px 16px 10px;
}

.sidebar .widget_recent_entries ul {
    padding: 18px 20px 22px;
}

.sidebar .widget_recent_entries ul li {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #888888;
}

.sidebar .widget_recent_entries ul li:last-child {
    border-bottom: 0;
}

.sidebar .widget_recent_entries ul li a {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.sidebar .widget_recent_entries ul li .post-date {
    font-size: 16px;
    color: #888888;
    position: relative;
}

.sidebar .widget_recent_entries ul li .post-date::before {
    content: '\f073';
    font-family: 'fontawesome';
    margin-right: 6px;
    display: inline-block;
}

.sidebar .widget_recent_entries ul li a i {
    float: right;
    padding-top: 6px;
}

.sidebar .widget_recent_entries ul li:last-child a {
    margin-bottom: 0;
}
/*-----------------------------------
    08. Widget Recent Comments
------------------------------------*/

.sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d3d6db;
    padding: 30px 16px 10px;
}

.sidebar .widget_recent_comments ul {
    padding: 18px 20px 22px;
}

.sidebar .widget_recent_comments ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}

.sidebar .widget_recent_comments ul li a i {
    float: right;
    padding-top: 6px;
}

.sidebar .widget_recent_comments ul li:last-child a {
    margin-bottom: 0;
}

/*-----------------------------------
    08. Widget Recent Category
------------------------------------*/

.sidebar .widget-title {
    font-size: 20px;
    font-weight: 500;
    border-bottom: none;
    padding: 15px 15px 12px;
}

.widget_categories ul li, .widget_archive ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #282828;
    color: #ffffff;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 16px;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget_categories ul {
    padding: 18px 20px 22px;
}

.widget_categories ul li a {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.widget_categories ul li a i {
    float: right;
    padding-top: 6px;
}

.widget_categories ul li:last-child a {
    margin-bottom: 0;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*-----------------------------------
    09. Widget Tag Cloud
------------------------------------*/
div.tagcloud {
    padding: 18px 20px 22px;
}
#footer-widgets .tagcloud {
    padding: 0;
}
.widget_tag_cloud a {
    display: -webkit-inline-box;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px!important;
    font-weight: 500;
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
    color: #fff;
}

/*-----------------------------------
    10. Widget Gallery
------------------------------------*/
.widget_media_gallery .gallery {
    padding: 0px 10px;
}
/*-----------------------------------
    Footer Widget
------------------------------------*/
/*-----------------------------------
    01. Widget Search
------------------------------------*/
.footer-sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    padding: 30px 16px 10px;
}

.footer-sidebar .search-form input[type="search"]::-webkit-input-placeholder {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.footer-sidebar .widget-newsletter input[type=email],
.footer-sidebar .widget_search input[type=search] {
    border-radius: 4px 0 0 4px;
    background: #f9f9f9;
    box-shadow: 0px 0px 2px 0px rgb(7 7 6 / 20%);
    padding: 12px 18px;
    border: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.footer-sidebar .widget_search button {
    font-size: 18px;
}

/*-----------------------------------
    02. Widget Category
------------------------------------*/

.footer-sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    padding: 30px 16px 10px;
}

.footer-sidebar .widget_categories ul {
    padding: 0;
    list-style:none;
}

.footer-sidebar .widget_categories ul li, .footer-sidebar .widget_archive ul li {
    padding: 0;
    background: none;
}

.footer-sidebar .widget_categories ul li a {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer-sidebar .widget_categories ul li a i {
    float: right;
    padding-top: 6px;
}

.footer-sidebar .widget_categories ul li:last-child a {
    margin-bottom: 0;
}
/*-----------------------------------
    03. Widget Recent Comments
------------------------------------*/

.footer-sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    padding: 30px 16px 10px;
    color: #ffffff; 
}

.footer-sidebar .widget_recent_comments ul {
    padding: 0;
}

.footer-sidebar .widget_recent_comments ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer-sidebar .widget_recent_comments ul li a i {
    float: right;
    padding-top: 6px;
}

.footer-sidebar .widget_recent_comments ul li:last-child a {
    margin-bottom: 0;
}
/*-----------------------------------
    04. footer Archive
------------------------------------*/

.footer-sidebar .widget-title {
    font-size: 16px;
    font-weight: 500;
    padding: 30px 16px 10px;
}

.footer-sidebar .widget_archive ul {
    padding: 0;
}

.footer-sidebar .widget_archive ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer-sidebar .widget_archive ul li a i {
    float: right;
    padding-top: 6px;
}

.footer-sidebar .widget_archive ul li:last-child a {
    margin-bottom: 0;
}
/*-----------------------------------
    05. footer Recent Posts
------------------------------------*/

.footer-sidebar .widget-title {
    font-size: 25px;
    text-align: left;
    font-weight: 600 !important;
    padding: 0px 0px 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.footer-sidebar .widget_recent_entries ul {
    padding: 18px 20px 22px;
}

.footer-sidebar .widget_recent_entries ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff; 
}

.footer-sidebar .widget_recent_entries ul li a i {
    float: right;
    padding-top: 6px;
}

.widget_recent_entries ul li:last-child a {
    margin-bottom: 0;
}
/*-----------------------------------
    05. footer widget Calender
------------------------------------*/

.footer-sidebar .widget_calender .widget-title li {
    display: inline-block;
}

.footer-sidebar .widget_calender .widget-title .plus {
    float: right;
}

.footer-sidebar .wp-calender {
    padding: 30px 16px;
}
.footer-sidebar .widget .calendar_wrap { background-color: #ffffff; border: 1px solid #eae7e4; padding: 5px; border-radius: 3px; }
.sidebar .widget table { 
    border-collapse: inherit;
    border-spacing: 5px;
    border: 0 none;
    padding: 0px; 
    margin: 0; 
    line-height: 18px; 
    text-align: center; 
    table-layout: fixed; 
    width: 100%; 
}
.footer-sidebar .widget table caption {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.footer-sidebar .widget table th {
    color: #ffffff;
    border: 0 none;
    width: 11.6%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.footer-sidebar .widget table td { 
    border: solid 1px #f2f2f2;
    border-radius: 0;
}
.footer-sidebar .widget table td, .widget table th { 
    width: 11.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
} 
.footer-sidebar .widget table tbody a { 
    padding: 5px;
    border-radius: 50%;
    border: 1px solid;
    margin-left: -7px;
}
.footer-sidebar .widget table tbody a:hover, .widget table tbody a:focus { color: #e84c3d; }
.widget table #next a, .widget table #prev a { font-weight: 600; }
/*-----------------------------------
    06. Widget Meta
------------------------------------*/
.woocommerce .widget_product_tag_cloud .tagcloud a {
    font-size: 16px !important;
}

.footer-sidebar .widget_meta ul {
    padding: 0;
}

.footer-sidebar .widget_meta ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer-sidebar .widget_meta ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f178";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 12px;
    line-height: 21px;
}

.footer-sidebar .widget_meta ul li a i {
    float: right;
    padding-top: 6px;
}

.footer-sidebar .widget_meta ul li:last-child a {
    margin-bottom: 0;
}
footer#footer-widgets .menu li a {
    color: #fff;
}
.sidebar ul li {
    list-style: none;
}

.woo-sidebar .widget_shopping_cart,.woo-sidebar .widget_price_filter, .woo-sidebar .woocommerce-widget-layered-nav,.woo-sidebar .widget_product_categories,.woo-sidebar .widget_product_search,.woo-sidebar .widget_products,.woo-sidebar .widget_recent_reviews,.woo-sidebar .widget_rating_filter,.woo-sidebar .widget_recently_viewed_products,.woocommerce .woocommerce-MyAccount-navigation,.woocommerce-Address, .widget_product_tag_cloud, .widget_top_rated_products {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.woo-sidebar .price_slider_wrapper {
    padding: 5px 5px 30px!important;
}
.widget_shopping_cart .button {
    height: 36px;
    margin: 3px;
    width: 47%;
}

.widget_shopping_cart_content #woo_pp_ec_button {
    margin-left: 56px;
    padding: 15px;
    height: 64px!important;
}
.widget_shopping_cart_content ul, .woocommerce-mini-cart__total {
    padding-left: 10px!important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    margin-right: 20px;
}
.widget_shopping_cart_content img {
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}
.widget_shopping_cart .widget_shopping_cart_content {
    padding: 18px 20px 22px;
}
.widget_shopping_cart li{
    list-style:none;
}
 .woo-sidebar .price_slider_wrapper .ui-slider-horizontal {
    height: .5em;
    /* width: 218px; */
    margin: 14px;
}
.woo-sidebar .price_slider_wrapper .price_slider_amount button{
    height: 33px;
}
.woocommerce-widget-layered-nav ul {
    padding: 18px 20px 22px !important
}
.woocommerce-widget-layered-nav ul  li a {
    display: inline;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    /* color: #ffffff; */
}
.widget_product_categories ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    line-height: 30px;
    padding: 10px 12px;
    color: #ffffff;
    background-color: #282828;
    margin-bottom: 10px;
}
.widget_product_categories ul li:last-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
    margin-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
    float: right;
    font-size: 16px;
}
.widget_product_categories ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    color: #ffffff;
}
.widget_product_categories ul li a:hover, .widget_product_categories ul li a:focus,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:focus {
    color: #0088CC;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    padding: 10px;
}
.widget_product_categories ul {
    padding: 18px 20px 22px;
}
.widget_product_categories ul li a {
    display: inline;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
/* Woocommerce search */
.widget_product_search .woocommerce-product-search {
    padding: 18px 20px 22px;
}

.woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.woocommerce-product-search input[type=email],
.woocommerce-product-search input[type=search] {
    border-radius: 4px;
    background: #f9f9f9;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
    padding: 10px 10px;
    border: 0;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.woocommerce-product-search input[type=button],
.woocommerce-product-search input[type=submit] {
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 12px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.woocommerce-product-search button {
    position: unset;
}
/* widget_products */
.widget_products ul {
    padding: 18px 20px 22px !important;
}
.widget_products ul li a {
    display: inline;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
/*.widget_products ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f178";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 12px;
    line-height: 21px;
}*/

/* widget reviews */
.widget_recent_reviews ul {
    padding: 18px 20px 22px !important;
}
.widget_recent_reviews ul li a {
    display: inline;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
/*.widget_recent_reviews ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f178";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 12px;
    line-height: 21px;
}*/
/* widget rating */
.widget_rating_filter ul {
    padding: 18px 20px 22px !important;
}
.widget_rating_filter ul li a {
    display: inline;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
/* widget_products */
.widget_recently_viewed_products ul {
    padding: 18px 20px 22px !important
}
.widget_recently_viewed_products ul li a {
    display: inline;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
/* my account */
.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 18px 20px 22px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: inline;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f178";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 12px;
    line-height: 21px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 20px;
}
.woocommerce table.my_account_orders .button {
    height: 30px;
    width: 90%;
    text-align: center;
}
.woocommerce-MyAccount-content .button{
    height: 40px!important;
    text-align: center;
}
.woocommerce-Address address {
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    line-height: 27px;
}
/* product cloud*/
.woocommerce .widget_product_tag_cloud .tagcloud {
    padding: 18px 20px 22px;
}
.footer-sidebar ul li {
    list-style: none;
}
.widget_top_rated_products ul {
    padding: 18px 20px 22px !important;
}
.woo-sidebar ul li {
    list-style: none;
}

.widget_mc4wp_form_widget .mc4wp-form-fields {
    padding: 20px 0px 30px;
}

.widget_mc4wp_form_widget .mc4wp-form-fields label {
    margin-bottom: 10px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
    font-size: 16px;
    padding: 0 15px;
}

#footer-widgets .widget_categories ul li a:after {
    display: none;
}

.widget_shopping_cart_content a.photo img {
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
    margin-right: 15px;
    float: left;
}

.widget_shopping_cart_content a.photo {
    padding: 0 !important;
    margin-right: 15px;
    margin-top: 6px;
    display: block;
}

.widget_shopping_cart_content li {
    position: relative;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}

.widget_shopping_cart_content a.remove.remove_from_cart_button {
    position: absolute;
    top: 16px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

.sidebar .widget_social_widget ul {
    padding: 18px 20px 22px;
}

.sidebar .header-social li a, #footer-widgets .header-social li a {
    line-height: 28px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border-radius: 100%;
    border: 2px solid #08c;
}

#footer-widgets .header-social li a {
    border: none;
    background: #fff;
    line-height: 30px;
}

.header-social li a i {
  line-height: 32px;
  position: relative;
  transition: .5s;
  z-index: 3;
}

.sidebar .header-social li a i {
  color: #08c;
}

#footer-widgets .header-social li a i {
    color: #282828;
}

/*.header-social li a:hover i,  #footer-widgets .header-social li a:hover i,
.header-social li a:focus i,  #footer-widgets .header-social li a:focus i {
  color: #fff;
  transform: rotateY(360deg);
}*/

.sidebar .header-social:after, #footer-widgets .header-social:after {
    visibility: hidden;
}

.sidebar .header-social li a:before, #footer-widgets .header-social li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08c;
  transition: .5s;
  z-index: 2;
}

.sidebar .header-social li a:hover:before, #footer-widgets .header-social li a:hover:before {
  top: 0;
}
  
#header-top .startkit-top-right, #header-top .startkit-top-left {
    min-height: 60px;
}

#header-top .widget {
    line-height: 60px;
    display: inline-block;
    margin: 0;
}

#header-top .widget_none p {
    line-height: 60px;
}

.contact-social a,
.header-social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    padding: 0;
    cursor: pointer;
    background-color: #0087cb;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    transition: all .4s ease;
}

.office .contact-social a i {
    color: #ffffff;
}

.contact-social a:before,
.team-member .member-content ul li a:before,
.header-social a:before {
    position: absolute;
    content: "";
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    top: -3px;
    left: -3px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: 1.5s linear 0s normal none infinite focuse;
}

.contact-social a:after,
.team-member .member-content ul li a:after,
.header-social a:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1.5px;
    content: "";
    width: 70%;
    background: url('../images/line-dash.png') repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}

.contact-social li:last-child a:after,
.team-member .member-content ul li:last-child a:after,
.header-social li:last-child a:after {
    display: none;
}

.contact-social li a:hover i,
.team-member .member-content ul li a:hover i,
.header-social a:hover i {
    -webkit-animation: jump-horizontal 0.9s both;
    animation: jump-horizontal 0.9s both;
}

@keyframes jump-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
}

@keyframes focuse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

.contact-social li,
.header-social li {
    margin-left: 10px;
}

.contact-social li:first-child,
.header-social li:first-child {
    margin-left: 0;
}

#header-top .widget-title {
    display: none;
}

#header-top .startkit-top-right .widget:first-child {
    position: relative;
    z-index: 0;
    padding: 0 12px;
}
#header-top .startkit-top-right .widget:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.widget_social_widget ul {
    padding: 0;
}

#header-top .widget:nth-child(n+2) {
    padding-left: 10px;
    margin-left: -3px;
}

.startkit-top-left .widget:nth-child(n+2),
.startkit-top-right .widget:nth-child(n+2) {
    border-left: 1px solid rgb(255 255 255 / 25%);
}

.widget_info span {
    font-size: 16px;
}

.widget_info i {
    font-size: 16px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.widget_info:hover i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#header-top .startkit-top-left .widget:first-child {
    padding-right: 12px;
}
    
#header-top .startkit-top-right .widget:first-child {
    padding-left: 10px;
}

#header-top .widget_search label, #header-top .widget_search input[type="search"] {
    margin: 0;
}

#header-top .widget_search input[type="search"] {
    height: 26px;
    padding: 0 20px;
    display: block;
    max-width: 125px;
    font-size: 16px;
}

#header-top .widget_search input[type="submit"].search-submit {
    font-size: 16px;
    padding: 0 15px;
    margin: 0 5px;
    line-height: 25px;
    height: unset;
    color: #fff;
    border: 2px solid #ffffff;
}

#header-top .widget li {
    display: inline-block;
}

#header-top .widget:not(.widget_social_widget) li:nth-child(n+2) a {
    margin: 0;
    margin-right: 10px;
}

#header-top .startkit-top-right .widget:not(.widget_social_widget) li:nth-child(n+2) a {
    margin: 0;
    margin-left: 10px;
}

#header-top .widget ul {
    padding: 0;
}

#header-top .tagcloud {
    padding: 0;
}

#header-top .widget_tag_cloud a {
    display: initial;
    background: none;
    border: 2px solid;
    border-radius: 0;
}

#header-top .widget_search input[type="submit"].search-submit:hover,
#header-top .widget_tag_cloud a:hover,
#header-top .widget_search input[type="submit"].search-submit:focus,
#header-top .widget_tag_cloud a:focus {
    background: #ffffff !important;
    border-color: #ffffff;
}

#header-top .widget img {
    width: 32px;
}

#header-top .gallery {
    display: inline-flex;
    flex-wrap: wrap;
}

#header-top .gallery .gallery-item {
    flex: 1;
    margin: 0 6px 0 0;
}

#header-top .widget_media_image img {
    display: initial;
}

#header-top .widget_media_video {
    display: block;
    width: 100%;
}

#header-top .widget_media_video .wp-video .mejs-container {
    width: 100% !important;
    max-height: 190px;
}

nav.wp-calendar-nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #e8e7e7;
}

table.wp-calendar-table {
    margin-bottom: 0;
}

.sidebar .widget.widget_info {
    padding: 20px 20px;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #0088CC;
    overflow: hidden;
    margin-bottom: 35px;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

.sidebar .animate-border {
    margin-bottom: 5px;
    width: 100%;
}

.footer-widgets .animate-border:after {
    border-left: 10px solid #282828;
    border-right: 10px solid #282828;
}

@-webkit-keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}@keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}

.footer-sidebar .widget ul li a {
    font-size: 16px;
    position: relative;
    z-index: 0;
    letter-spacing: 0.5px;
    padding-left: 0;
    line-height: 21px;
    text-decoration: underline;
    text-underline-offset: 1.2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-sidebar .widget ul li a:before {
    align-items: center;
    font-weight: 900;
    content: "//";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: flex;
    opacity: 0;
    color: #08c;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-sidebar .widget ul li a:hover,
.footer-sidebar .widget ul li a:focus {
    padding-left: 15px;
    text-decoration-style: dotted;
}

.footer-sidebar .widget ul li a:hover:before,
.footer-sidebar .widget ul li a:focus:before {
    opacity: 1;
}

/*.footer-sidebar .widget:not(:first-child) {
    margin-top: 15px;
}*/

.author-content .widget_archive ul,
.author-content .widget_categories ul {
    padding: 0;
    list-style: none;
}

.author-content .widget_archive ul li a,
.author-content .widget_categories ul li a {
    color: #ffffff;
    float: left;
}

.author-content .widget_meta ul li a:not(:hover):not(:focus),
.author-content .widget_nav_menu ul li a:not(:hover):not(:focus),
.author-content .widget_pages ul li a:not(:hover):not(:focus) {
    color: #282828;
}

.author-content form.search-form,
.author-content form.search-form label {
    width: 100%;
}

.author-content input {
    margin-bottom: 0;
}

.sidebar .widget_archive ul li a {
    color: #fff;
}