/*
Theme Name: Electroshop
Theme URI: #
Author: Hastech
Author URI: http://example.com
Description: Electronics Store Woocommerce Theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: electroshop
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility
# Alignments
# Captions
# Content
    ## Posts and pages
    ## Comments
# Galleries
# Infinite scroll
# Media
# Widgets
# Clearings
# Browser Upgrade

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



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6{
  margin-top: 0;
  margin-bottom: 20px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget select {
  height: 40px;
  width: 100%;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Browser Upgrade
--------------------------------------------------------------*/
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
header.page-header .page-title {
  margin-top: 0;
}

.blog_title{
    margin: 0;
}
.blog-meta ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-notes{
    margin-bottom: 5px;
    margin-left: 15px;
}
h3.comment_author_name{
    margin: 0;
    margin-bottom: 6px;
}
.breadcrumb-bottom .separator{
    width: auto;
    background: transparent;
    height: auto;
}
.breadcrumb-bottom .separator::before{
    display: none;
}
.footer-widget.widget{
  margin-bottom: 50px;
}
caption {
  caption-side: top;
}
.footer-widget table{
    margin-bottom: 0;
}

/*WooCommerce CSS*/
.woocommerce .product-categori a.button {
  background-color: transparent;
  color: #474747;
  font-size: 12px;
  font-weight: normal;
  height: inherit;
  line-height: inherit;
  padding: 0;
}
.woocommerce .product-categori a.button:hover{
    color: #f57b28;
}
.woocommerce .product-categori a.button.added,.woocommerce .food-action a.button.added,.woocommerce .product-list-cart a.button.added{
    display: none;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 2px;
    right: -15px;
}
.woocommerce .product-categori a.wc-forward{position: relative;}
.woocommerce .product-categori a.wc-forward::after {
  content: "";
  font-family: WooCommerce;
  margin-left: 0.53em;
  vertical-align: bottom;
}
.yith-wcwl-add-button{
    position: relative;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top:11px;
}
.yith-wcwl-add-button > a i{
    margin-right:0; 
}
a.add_to_wishlist,.yith-wcwl-wishlistexistsbrowse a,.yith-wcwl-wishlistaddedbrowse a{
  cursor: pointer;
  display: block;
}
.grid-view .product-content-list,.list-view .yith-wcwl-add-to-wishlist,.list-view .product-content{
    display: none;
}
.list-view .product-content-list .yith-wcwl-add-to-wishlist{
    display: block;
}
.list-view .custom-col-4,.list-view .custom-col-3,.custom-col-1 {
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-col-2{
    flex: 0 0 50%;
    max-width: 50%;
}
.list-view .custom-col-5{
    flex: 0 0 50%;
    max-width: 50%;
}
.list-view .single-product-wrap {
	align-items: flex-start;
	display: flex;
}
.list-view .product-img {
  flex: 0 0 320px;
}
.padding-filter .shop-product-wrapper{
    width: 100%;
    padding-left: 0;
}
.woocommerce .list-view div.product p.price, .woocommerce .list-view div.product span.price{
    color: #707070;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
}
.woocommerce div.product div.images .product-details-large img {
  max-width: initial;
  width: auto;
}
.woocommerce div.product div.images{
    margin-bottom: 0;
}
.woocommerce-Reviews{
    text-align: left;
}
.description-review-text h2{
    display: none;
}
.woocommerce div.product form.cart{
    margin-bottom: 0;
}
.woocommerce table.shop_attributes{
    border:1px solid #dedede;
}
.content-quickview h3,.content-quickview.entry-summary{
    margin: 0;
}
.content-quickview h3{
  color: #212121;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.qwick-view-right .details-price{
    margin: 9px 0 10px;
}
.qwick-view-right .details-price span{
  font-size: 15px;
  font-weight: 600;
}
.qwick-view-right .top-rated-rating {
  float: left;
  margin-bottom: 0;
  margin-top: 7px;
  margin-right: 4px;
}
.qwick-view-right .woocommerce-review-link{
    margin: 9px 0 10px;
}
.qwick-view-content .woocommerce-product-details__short-description p {
  color: #424956;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.content-quickview ins {
  background: transparent none repeat scroll 0 0;
  color: #f57b28;
}
.right-side-bar-layout .shop-sidebar {
  float: left;
  padding-left: 15px;
  padding-right: 0;
}
.right-side-bar-layout .shop-product-wrapper{
  float: left;
  padding-left: 0px;
  padding-right: 15px;
}
.woocommerce div.product .sidebar-details7 form.cart .button.single_add_to_cart_button{
  margin-right: 0;
  margin-left: 20px;
}
.woocommerce div.product .sidebar-details7 form.cart .quickview-btn-wishlist{
  display: none;
}
.woocommerce div.product .product-details-6 .scroll-single-product{
  position: relative;
}
.woocommerce div.product .product-details-6 .scroll-single-product .quickview-btn-wishlist .yith-wcwl-add-to-wishlist a{
  background-color: #fff;
  bottom: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #f57b28 !important;
  display: inline-block;
  font-size: 22px;
  padding: 10px 19px;
  right: 30px;
  text-align: center;
  transform: scale(0);
  position: absolute;
}

.woocommerce div.product .product-details-6 .scroll-single-product:hover .quickview-btn-wishlist .yith-wcwl-add-to-wishlist a {
  transform: scale(1);
}
.woocommerce div.product .product-details-6 .scroll-single-product .yith-wcwl-add-to-wishlist{
  width: inherit;
  height: inherit;
  border: none;
  display: block;
}
.details-9-content .product-details-content{
  width: 50%;
  margin: 0 auto;
}
.details-9-content .product-details-content .rating-number {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.details-9-content .quickview-btn-wishlist {
  display: inline-block;
}
.details-9-content .single_variation_wrap {
  display: inline-block;
}
.woocommerce div.product .details-9-content form.cart div.quantity {
  display: inline-block;
  transform: translateY(20px);
}
.woocommerce div.product .details-9-content form.cart .button.single_add_to_cart_button {
  display: inline-block;
  margin-top: 0;
}
.details-9-content .quickview-btn-wishlist .yith-wcwl-add-to-wishlist {
  transform: translateY(6px);
}
.woocommerce div.product .details-9-content form.cart div.quantity,.woocommerce div.product .details-9-content form.cart .button{
  float: none;
}
.woocommerce .details-9 .easyzoom.easyzoom--overlay a img, .woocommerce-page .details-9 .easyzoom.easyzoom--overlay a img {
  max-width: 100%;
  width: 100%;
}
.woocommerce .details-9 .easyzoom.easyzoom--overlay.easyzoom{
  display: block;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
  padding: 0 25px;
  margin-right: 0;
}
.woocommerce button.button[disabled]:disabled{
  color: #fff;
}
.woocommerce a.remove{
  width: inherit;
  height: inherit;
  background: transparent;
}
.woocommerce a.remove:hover{
  background: transparent;
}
.woocommerce table.shop_table{
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce .cart_totals table.shop_table td{
  text-align: right;
}
.cross-sells .custom-col-4{
  flex: 0 0 50%;
  max-width: 50%;
}
.table-content .product-price > span{
  color: inherit;
  font-weight: normal;
}
.wishlist_table tr td.product-thumbnail, 
.wishlist_table tr td.product-name, 
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy, 
.woocommerce table.wishlist_table tfoot td {
  text-align: center;
}
.wishlist_table tr td.product-thumbnail a {
  margin: 0 auto;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: transparent;
  color: #f57b28;
}
input[type="radio"],input[type="checkbox"] {
  height: inherit;
  width: auto;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border: medium none;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td{
  border-right: 0;
  font-size: 14px;
  padding: 10px;

}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent none repeat scroll 0 0;
}
.woocommerce-checkout #payment div.form-row{
  padding: 0;
}
.woocommerce #content table.cart td.actions, 
.woocommerce table.cart td.actions, 
.woocommerce-page #content table.cart td.actions, 
.woocommerce-page table.cart td.actions {
  padding: 40px 0;
}
.woocommerce-page #content table.cart td.actions{
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #f57b28 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: inherit;
  line-height: 40px;
  height: 40px;
  font-weight: 700;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
  background: #424956;
  color: #fff;
}
.woocommerce .register button.button{
  line-height: 40px;
  height: 40px;
}
.woocommerce-column--billing-address.col-1,
.woocommerce-column--shipping-address.col-2{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.woocommerce-LostPassword.lost_password {
  float: right;
  margin: -40px 0 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
  border-radius: 0;
  margin: 0 0 2em;
}
.woocommerce form.login,
.woocommerce form.register{
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #ebebeb !important;
border-radius: 3px !important;  
}
.entry-content .woocommerce-MyAccount-navigation ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.entry-content .woocommerce-MyAccount-navigation ul li {
  list-style: outside none none;
}
.woocommerce-MyAccount-navigation ul li {
  border: 1px solid #ebebeb;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:first-child{
  margin-top: 0 !important;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px;
  background: #f8f8f8;
}
.woocommerce form .form-row {
  margin: 0 0 10px;
}
.woocommerce-account .woocommerce-MyAccount-content {
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #ebebeb;
padding: 15px;
overflow: hidden;
}
.woocommerce-MyAccount-content p{
  margin-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table{
  margin-bottom: 0;
  text-align: center;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table a.button{
  margin-right: 0;
  float: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
  color: #f57b28;
}
.woocommerce-MyAccount-content .woocommerce-info{
  margin-bottom: 0;
}
.woocommerce-message,
.woocommerce-info{
  border-top-color:#f57b28;
}
.woocommerce-error{
  border-top-color:#F42929;
}
.woocommerce-error::before{
  color:#F42929;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #f57b28;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #f8f8f8;
}
.woocommerce-MyAccount-content .col-1,.woocommerce-MyAccount-content .col-2{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.cart-opened .sidebar-cart{
  transform: translateX(0px);
  z-index: 9999;
}
.footer_desc {
  margin-bottom: 0;
  text-align: center;
}
.footer-widget-l-content > p {
  color: #585858;
  font-weight: 400;
  margin-bottom: 17px;
}
.woocommerce-orders-table a.button {
  height: 34px;
  line-height: 34px;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 6px 8px;
}

/*Footer Custom menu*/
ul#menu-footer-custom-menu {
  list-style: outside none none;
  margin: 0 0 13px;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
}
ul#menu-footer-custom-menu::before {
  background: #6d6d6d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 160px;
}
ul#menu-footer-custom-menu li{
  margin: 0 19px;
  display: inline-block;
  line-height: 1;
}
ul#menu-footer-custom-menu li a {
  color: #474747;
  font-weight: 600;
  text-transform: uppercase;
}
ul#menu-footer-custom-menu li a:hover {
  color: #f57b28;
}
#text-3 .textwidget{
  margin-top: 25px;
  overflow: hidden;
}
#text-3 .textwidget ul {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
#text-3 .textwidget li{
  color: #585858;
  margin-bottom: 8px;
}
#text-3 .textwidget li strong {
  color: #585858;
  font-weight: 600;
  text-transform: uppercase;
}
ul.woocommerce-mini-cart{
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.mini_cart_item .cart-img img{
  width: 80px;
}
.single-product-wrap ins{
  background: transparent;
}
.testimonial-active .owl-dots{
  display: none;
}
/* Sidebar Home*/
.home-sidebar-wrapper .site-content,.home-sidebar-wrapper .footer-area {
  margin-left: 445px;
}
.footer-area.custom_bg_has .gray-bg{
  background: transparent;
}
.slinky-menu .sub-menu{
  width: 100%;
}
.kc-fb-layout-3.single-contact-info .box-right{
  padding-left: 15px;
}

.home-blog .single-blog-wrapper.mb-55{
  margin-bottom: 0;
}
.brand-logo{
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.product-details-small .mb-12{
  margin-bottom: 10px;
}
.woocommerce-checkout-payment ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-checkout-payment ul li{
  list-style: none;
}
.quick-view-list a.mr-12{
  margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 20px;
}
.table-content table.shop_table td.product-thumbnail {
  margin: 0 auto;
}
.footer-area  .widget_nav_menu .menu {
  background-color: rgba(0, 0, 0, 0);
}

/* update css */
.home  .entry-content{
  margin: 0;
}

/* header */

.header-product-search > form {
    position: relative;
}
.header-product-search {
    width: 100%;
}
.header-product-search button {
    background: #f57b28 none repeat scroll 0 0;
    border: 1px solid #f57b28;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-size: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 25px;
}
.header-product-search button:hover{
    background: #424956 none repeat scroll 0 0;
    border: 1px solid #424956;  
}
.header-product-search .input-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f57b28;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 121px;
}
.header-call-us > p {
  color: #fff;
  display: block;
  height: 100%;
  margin: 0;
}
.header-call-us span{
  background: #424956 none repeat scroll 0 0;
border-radius: 3px 0 0 3px;
display: inline-block;
float: left;
font-size: 20px;
height: 100%;
padding: 9px 15px;
}
.header-call-us a {
    background: #f57b28 none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding: 9px 15px;
}
/* category menu */
.category-title {
    position: relative;
}
.category-title h6 {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #212121;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.category-title h6 i {
    float: left;
    font-size: 16px;
    line-height: 50px;
    margin-right: 10px;
}
.product-category nav {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    margin-top: 10px;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    max-width: 270px;
}
.product-category nav.active {
    display: block;
}
.product-category nav::before {
    background: #fff none repeat scroll 0 0;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.09);
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 10px;
}
.product-category nav li {
    position: relative;
}
.product-category nav li a, .more-cat span {
    background: #fff none repeat scroll 0 0;
    color: #424956;
    display: block;
    font-size: 1.07em;
    font-weight: 400;
    line-height: 30px;
    margin: 0 20px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-out 0s;
}
.product-category nav > ul > li > a {
    border-bottom: 1px solid #ebebeb;
}
.product-category nav > ul > li:last-child > a{
  border:none;
}
.extra_menu {
    display: none;
}
.more-cat span {
    border: medium none;
    cursor: pointer;
}
.product-category nav li:hover > a, .more-cat:hover span {
    color: #f57b28;
}
.category-title ul ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 100%;
    min-width: 200px;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 10;
}
.category-title ul ul li a {
    line-height: 25px;
    margin: 0;
    padding: 4px 0;
}
.category-title ul li:hover > ul {
    display: block;
}

.header-area{
  border-bottom: 1px solid #ebebeb;
}
.header-bottom {
  background: #f8f8f8 none repeat scroll 0 0;
  
}
.header-middle{
	padding: 30px 0;
}
/* contact page */
.single-contact-info .content-desc{
  color: #424956;
  margin-bottom: 0;
}
.single-contact-info .content-desc a{
  color: #424956;
}
.single-contact-info .content-desc a:hover{
  color: #f57b28;
}
.wpcf7-form .wpcf7-not-valid-tip{
  font-size: 13px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 36px;  
}
div.wpcf7 span.ajax-loader,
div.wpcf7 .loading:after {
    animation: 1.1s linear 0s normal none infinite running wcfloader;
    border-image: none;
    border-color: rgba(245, 140, 23, 0.2) rgba(245, 140, 23, 1) rgba(245, 140, 23, 1) rgba(245, 140, 23, 1);
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
    height: 30px;
    margin-left: 10px;
    width: 30px;
    background-image: none;
}
@keyframes wcfloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.electroshop-chapcha{
  margin-bottom: 30px;
}
/* my account page */
.woocommerce .form-row span{
  width: 100%;
}
.woocommerce-input-wrapper {
  margin-left: 20px;
}
.woocommerce-address-fields input,
.shop_table input,
.shop_table select{
  height: 40px;
  line-height: 36px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-MyAccount-content h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce-input-wrapper {
  margin-left: 0;
  width: 100%;
}
.woocommerce-form-row label {
  width: 100%;
}
.lost_reset_password #user_login {
  max-width: 350px;
}
.woocommerce-Addresses {
  margin-top: 25px;
}
.addresses address {
  line-height: 30px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212121;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 40px;
}
.select2-dropdown{
  border-color:#ebebeb;
}

/* slider css */
.single-carousel{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 600px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.owl-carousel .single-carousel img{
  max-width: 100%;
  width: auto;
}
.slider-full-carousel .owl-dots {
    counter-reset: dots;
}
.slider-full-carousel .owl-dot:before {
  content: counter(dots, decimal);
  counter-increment: dots;
  top: 2px;
  position: relative;
}
.slider-full-carousel .owl-dot {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #212121;
  height: 30px;
  margin: 5px 0px;
  width: 30px;
  display: block;
  transition:0.3s;
}
.slider-full-carousel .owl-dot.active{
  border: 1px solid #212121;
}

/* home blog */
.blog-date-categori {
background: #f8f8f8 none repeat scroll 0 0;
margin: 0 0 15px;
padding: 3px 10px;
}

/* mini cart */
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  color: #212121;
  display: block;
  font-weight: 500;
}
/* sidebar product design */
.sidebar-product-design .product-img img{
  width: auto;
  max-width: 100%;
}
.sidebar-product-design .product-img {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.sidebar-product-design .product-content{
  padding: 0;
}
.sidebar-product-design .single-product-wrap,
.sidebar-product-design .product-content{
  overflow: hidden;
}
.product-box-title > h2 {
  border-bottom: 1px solid #ebebeb;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 30px;
  padding-bottom: 10px;
}
.sidebar-product-design-nav-style .owl-nav div {
  border: 1px solid #ebebeb;
  color: #999;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  opacity: 1;
  top: -70px;
  visibility: visible;
  width: 30px;
  right: 15px;
  left: auto;
}
.sidebar-product-design-nav-style .owl-nav div.owl-prev{
  right: 31px;

}
.sidebar-product-design-nav-style .owl-nav div:hover{
  background-color: transparent;
  border: 1px solid #f57b28;
  color: #f57b28;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: inherit;
}
/* footer css */
.footer-area .textwidget{
  margin-bottom: 20px;
}
.textwidget.custom-html-widget br {
  margin-bottom: 5px;
}
.footer-widget h4.footer-widget-title {
  margin-top: 0;
  font-size: 20px;
}
.footer-bottom-section {
  background: #f1f1f1 none repeat scroll 0 0;
}
.footer-widget.widget.widget_media_image img {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 17px;
}
.textwidget.custom-html-widget br {
  margin-bottom: 7px;
}
.footer-area .textwidget.custom-html-widget {
  line-height: 22px;
}
/* woocommerce css */
.woocommerce .woocommerce-breadcrumb a {
  color: #212121;
}
.woocommerce .woocommerce-breadcrumb ul li:last-child{
	color: #f57b28;
}
.single-product-wrap {
  overflow: hidden;
}
.woocommerce div.product {
  margin-bottom: 35px;
}
.shop-sidebar .product-categories li{
	position: relative;
}
.shop-sidebar .product-categories li span:not(.count) {
	color: #888;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 1px;
	transition: all 0.3s ease 0s;
}
.shop-sidebar .product-categories li.open span.fa-plus::before {
  content: "\f068";
}
.top-rated-text > ins {
  background: rgba(0, 0, 0, 0) none repeat scroll center top;
  color: #f57b28;
}
.page-numbers .page-numbers li{
	margin: 3px;
}
/* related product */
.related-product-area .custom-col-3 {
  max-width: 25%;
  flex:0 0 25%;
}

/* single blog */
.blog-content {
  margin: 20px 0 25px;
}
.search .blog-content {
  margin: 0px 0 25px;
}
.search .blog-post{
	margin-bottom: 50px;
}
.search .blog-thumb {
  margin-bottom: 25px;
}
.page-wrapper.search-wrapper{
	padding-top: 100px;
	padding-bottom: 50px;
}
.archive .page-wrapper{
	padding-bottom: 50px;
}
.navigation.pagination {
  margin-bottom: 30px;
}
.blog .navigation.pagination {
  margin-bottom: 30px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
}
.counter-add-image img {
  max-width: 500px;
}
.page-template .post-pagination nav.navigation {
  margin-top: 30px;
}
#reviews > div {
  margin-bottom: 15px;
}
.woocommerce-shipping-calculator{
	overflow: hidden;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.product-category .menu{
	padding-left: 0;
}
.mean-container a.meanmenu-reveal span {
	background: transparent none repeat scroll 0 0;
	display: block;
	font-size: 27px;
	height: 100%;
	line-height: 14px;
	margin-top: 0;
}
.mean-container .mean-nav ul li a {
  padding: 7px 5%;
  font-family: "Work Sans",sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  color: #212121;
}
.mean-container .mean-nav ul li li a {
  color: #212121;
  opacity: 1;
  padding: 7px 10%;
}
.mean-container .mean-nav ul li a.mean-expand {
	padding: 0 12px !important;
}
.mean-container a.meanmenu-reveal {
	border: medium none;
	height: 18px;
	line-height: 1;
	padding: 0;
	top: -36px;
} 
.header-sticky.is-sticky .header-top-area, .header-sticky.is-sticky .header-middle {
  display: none;
}
.woocommerce .woocommerce-breadcrumb {
  color: #777;
  font-size: inherit;
  margin: 0;
}
.cur-lang-acc-all .menu{
  background-color: transparent;
}
/* unit test */
.sticky .single-blog-wrapper{
  border: 1px solid #f57b28;
  padding: 20px;
}
.single_blog_description a:hover,
.page-links > a:hover,
.pagination > a:hover {
  color: #f57b28;
}
.breadcrumbs_wrap.breadcrumb-bottom {
  margin-top: 0px;
}
.page__title__inner > *:nth-child(2) {
  margin-top: 10px;
}
.breadcrumb-content h2, .page__title__inner h2 {
  line-height: 1.2;
}
.post-password-form input[type="password"] {
  background: #fff none repeat scroll 0 0;
  padding-left: 10px;
  padding-right: 10px;
}
.post-password-form input[type="submit"]{
  background: #f57b28 none repeat scroll 0 0;
  border-color: #f57b28;
  color: #fff;
}
.post-password-form input[type="submit"]:hover{
  background: #424956;
  color: #fff;
  border-color: #424956;
}
.blog-comment-img {
  flex: 0 0 80px;
}
.footer-area .footer-widget ul ul {
  padding-left: 15px;
}
.footer-area .widget_electroshop_footerlogo_widget,
.footer-area .widget_text.widget_custom_html,
.footer-area .footer-widget.widget_electroshop_followus_widget {
  margin-bottom: 0;
}

.product-details-content .quickview-plus-minus-area .yith-wcwl-add-to-wishlist {
    display: inline-block;
}
.product-details-content .quickview-plus-minus-area > .yith-wcwl-add-to-wishlist , 
.product-details-content .quickview-plus-minus-area > a.wishsuite-button {
    display: none;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse{
  display: block !important;
}
.product-details-content a.compare{
  display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
} 

.product-details-small button {
    position: absolute;
    bottom: 50%;
    transform: translate(-50%);
    left: 25px;
    right: auto;
    z-index: 999;
    background: #f57b28;
}
.product-details-small button.slick-next {
    left: auto;
    right: -10px;
}
.product-details-small button:hover {
  background: #424956;
}
.product-details-small a {
    margin: 0px 10px;
}
.product-details-small {
    margin-left: -10px;
    margin-right: -10px;
}
.wp-block-button.is-style-outline {
    margin: 20px 0;
}
.wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}
.blog-comment-content {
    overflow: hidden;
}
.shop-page-wrapper li.product-category.product {
    list-style: none;
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
.shop-page-wrapper li.product-category.product h2.woocommerce-loop-category__title {
    font-size: 20px;
}
.electoshop-product-price .price ins .woocommerce-Price-amount.amount {
	color: #F57B28 !important;
}
 /*end */