/*
Theme Name: Mypage Child
Theme URI: https://www.mypage.vn/
Author: Mypage
Author URI: https://www.mypage.vn/
Description: Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: mypage

*/

@import url("../mypage/style.css");
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('fonts/SanFranciscoDisplay-Regular.otf');
    src: url('fonts/SanFranciscoDisplay-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('fonts/SanFranciscoDisplay-Semibold.otf');
    src: url('fonts/SanFranciscoDisplay-Semibold.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('fonts/SanFranciscoDisplay-Bold.otf');
    src: url('fonts/SanFranciscoDisplay-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body, h1, h2 ,h3, h4, h5, h6, p ,span, a, #main-menu .mega-menu > li.menu-item > a, #main-menu .mega-menu > li.menu-item > h5{
    font-family: "Quicksand", Helvetica, Arial, sans-serif!important;
}
.gridlist-toggle > a, #side-nav-panel .accordion-menu .arrow, .widget_product_categories ul li .toggle{
    font-family: "Porto"!important;
}
.widget_price_filter ul li .toggle, .widget_layered_nav ul li .toggle, .widget_layered_nav_filters ul li .toggle, .widget_rating_filter ul li .toggle, .widget_product_categories ol li .toggle, .widget_price_filter ol li .toggle, .widget_layered_nav ol li .toggle, .widget_layered_nav_filters ol li .toggle, .widget_rating_filter ol li .toggle{
    font-family: "FontAwesome"!important;
}

body.woocommerce .main-content,
body.woocommerce .left-sidebar,
body.woocommerce .right-sidebar { padding-top: 0; }
.home .main-content { padding-top: 10px; }
.page-top { padding-top: 10px; min-height: 44px; }

/* header */
body.boxed .main-menu-wrap { background: #0088cc; padding: 8px 0; }
#header .header-top .currency-switcher>li.menu-item>a, #header .header-top .view-switcher>li.menu-item>a, #header .header-top .top-links>li.menu-item>a { font-weight: 400; }
.switcher-wrap .mega-menu .popup { border: 1px solid #ccc !important; }
.switcher-wrap img { position: relative; top: -1px; margin-right: 3px; }
#header .header-contact {line-height:22px; }
#header .header-contact i { margin-right:17px;vertical-align:top;font-size:30px; }
#header .header-contact span { margin-top:-2px!important;display:inline-block;font-size:12px;text-align:left;letter-spacing:0; }
#header .header-contact span b { font-size:18px;font-weight:500;display:block;line-height:15px;letter-spacing:0; }
#header .mobile-toggle { font-size: 20px; padding: 7px 10px; }

/* menu */
.mega-menu .popup li.menu-item a { text-transform: uppercase; }
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a { font-weight: 700; }
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover { background: none; }
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,
#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a:hover{ text-decoration: underline; }
.mega-menu.show-arrow > li.has-sub > a:after { content: '\e81c'; font-family: 'porto'; }
.mega-menu > li.menu-item { margin-right: 2px; }
.mega-menu .narrow .popup li.menu-item > a { border-bottom: none; padding-left: 15px; padding-right: 15px; }
.mega-menu .narrow .popup ul.sub-menu { padding-left: 0; padding-right: 0; }
.mega-menu .narrow .popup li.menu-item-has-children > a:before { margin-right: 0; }
.main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > a { padding-bottom: 10px; }

.mega-menu .wide .popup > .inner > ul.sub-menu { display: -webkit-flex; display: -ms-flexbox; display: flex; }
.mega-menu .wide .popup > .inner { padding: 10px; }
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item { padding-top: 15px; }

#main-menu .mega-menu .popup { left: -15px; }
#main-menu .mega-menu.show-arrow > li.has-sub:before,
#main-menu .mega-menu.show-arrow > li.has-sub:after { content: ''; position: absolute; bottom: -1px; z-index: 112; opacity: 0; left: 50%; border: solid transparent; height: 0; width: 0; pointer-events: none; }
#main-menu .mega-menu.show-arrow > li.has-sub:hover:before,
#main-menu .mega-menu.show-arrow > li.has-sub:hover:after { opacity: 1; }
#main-menu .mega-menu.show-arrow > li.has-sub:before { border-bottom-color: #fff; border-width: 11px; margin-left: -15px; }
#main-menu .mega-menu.show-arrow > li.has-sub:after { border-bottom-color: #fff; border-width: 9px; margin-left: -13px; }

/* sidebar  content */
.widget .widgettitle, .widget .widget-title { font-size: 15px; font-weight: 600; }
.widget > div > ul li > a, .widget > ul li > a { font-weight: 400; color: #465157; }
body.woocommerce-page.archive .sidebar-content .widget-title { line-height: 24px; }

/* home */
.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next{
    background: transparent;
    color: #544e4e;
    font-size: 40px;   
}
.home-slider.owl-carousel .owl-nav .owl-prev{
    left: 20px;
}
.home-slider.owl-carousel .owl-nav .owl-next{
    right: 20px;
}
.home-slider.owl-carousel .owl-nav .owl-prev:before{
    content: '\e84f';
}
.home-slider.owl-carousel .owl-nav .owl-next:before{
    content: '\e850';
}
i.widget-title-icon {
    font-size: 26px;
    color: #2f2727;
}
#main.main-boxed .vc_row.custom-line-full{
    max-width: inherit;
    left: -1000px !important;
    width: 3000px !important;
}
.section-width-sidebar .widget .widget-title { font-size: 14px; text-transform: uppercase; letter-spacing: 0.075em; color: #fff; background: #2f2727; padding: 10px 0 10px 20px; line-height: 22px; }
.section-width-sidebar .widget .widget-title:before { content: '\f0c9'; font-family: FontAwesome; margin-right: 10px; font-weight: 400; position: relative; top: -1px; }
@media (min-width: 1200px) {
    .section-width-sidebar .col-lg-2 { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
    .section-width-sidebar .col-lg-10 { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
}
.widget_nav_menu>div>ul li:before { display: none; }
.widget_nav_menu>div>ul li { padding-top: 14px; padding-bottom: 14px; }
.widget_nav_menu>div>ul li a { font-size: 15px; }
.widget_nav_menu>div>ul li i { font-size: 16px; color: #838b90; margin-right: 10px; vertical-align: middle; }

/* owl carousel */
.owl-carousel .owl-dots .owl-dot span { width: 12px; height: 12px; background: none; border: 1.5px solid #2f2727; margin: 0 3px; border-radius: 10px; }
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span { background: #2f2727; }
.owl-carousel.nav-inside-left .owl-dots { left: 30px; bottom: 25px; }
.owl-carousel .owl-nav [class*="owl-"] { background: none !important; border: none !important; text-shadow: none; }
.owl-carousel .owl-nav [class*='owl-'],
.owl-carousel .owl-nav [class*='owl-']:hover { color: #6a6a6d; }
.owl-carousel:not(.show-nav-title) .owl-nav .owl-prev:before { content: "\e829"; }
.owl-carousel:not(.show-nav-title) .owl-nav .owl-next:before { content: "\e828"; }
.owl-carousel:not(.show-nav-title) .owl-nav [class*='owl-'] { font-size: 24px; }

/* shop */
.product-layout-extended .product-summary-wrap .summary-before { margin-bottom: 2em; }
.product-layout-wide_grid .product-summary-wrap { margin-top: 0; }
.star-rating, .archive-products .star-rating { font-size: 12px; }
ul.products li.product-col h3 { font-family: Poppins; font-size: 15px; margin-bottom: 12px; color: #282d3b; }
ul.products li.product-col .rating-wrap { margin-bottom: 5px; margin-top: 20px; }
ul.products li.product-col .price { margin-bottom: 25px; font-size: 17px; }
.single-product .product-summary-wrap .price,
ul.products .price,
ul.product_list_widget li .product-details .amount,
.widget ul.product_list_widget li .product-details .amount { font-family: 'Oswald'; font-weight: 400; letter-spacing: 0; color: #282d3b; }
.add-links .add_to_cart_button { padding: 0 1.5em; }
ul.products li.product-col:hover .add-links .add_to_cart_button { padding: 0 .7143em; }
.add-links .add_to_cart_button:before { display: none; }
ul.products li.product-col:hover .add-links .add_to_cart_button:before { display: inline-block; }
.add-links .add_to_cart_button, .add-links .add_to_cart_read_more { color: #6f6e6b; }
.product-image .labels .onhot, .product-image .labels .onsale { border-radius: 20px; font-family: Open Sans; font-size: 11px; font-weight: 600; padding: 5px 10px; }

/* Single Product */
@media (min-width: 1190px) {
    body.single-product .main-content.col-lg-9 { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; padding-right: 30px !important; }
    body.single-product .sidebar.col-lg-3 { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
}

/* footer */
#footer { padding: 20px 0 0px; }
#footer form { opacity: 1; }
#footer .widget { margin-bottom: 0; }
#footer .widgettitle, #footer .widget-title, #footer h4 { font-size: 15px; text-transform: uppercase; letter-spacing: 0.075em; }
#footer h6 { margin-bottom: 3px; font-family: inherit !important; font-size: 13px; letter-spacing: 0.005em; }
#footer .widget p { line-height: 1.8; font-size: 13px; }
#footer .star-rating span:before { color: inherit; }
#footer .star-rating:before { color: #6a6a6d; }
#footer ul.product_list_widget li .product-details .amount { color: inherit; }
@media (max-width: 991px) {
    .vc_icon_element.pull-right { float: left !important; }
}
#footer .footer-main > .container:after { content: ''; position: absolute; left: 15px; bottom: 0; width: calc(100% - 30px); border-bottom: 1px solid #3d3d38; }
@media (min-width: 1200px) {
    #footer .footer-bottom .container,
    #footer .widget_wysija .box-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
    #footer .footer-bottom .container>div { display: block; }
    #footer .footer-bottom .footer-center { -webkit-order: 2; -ms-flex-order: 2; order: 2; text-align: right; }
    #footer .footer-bottom .footer-left{
        width: 20%;
    }
    #footer .footer-bottom .footer-right { text-align: left; }
    #footer .widget_wysija .widget-title { margin-bottom: 0; margin-right: 20px; }
}
#footer {
    font-size: 14px;
}
#footer .footer-bottom .footer-right .widget { margin-left: 0; }
#footer .widget p.wysija-paragraph { margin-bottom: 0; }
#footer .widget .widget_wysija {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1200px) {
    #footer .widget .widget_wysija { min-width: 480px; }
}
#footer .widget_wysija_cont p label { display: none; }
#footer .widget_wysija .wysija-input {
    height: 44px;
    color: #686865;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    box-shadow: none;
    padding-left: 25px;
    background-color: #272727;
    border-color: #272727;
}
#footer .widget_wysija .wysija-submit{padding:0 20px; height:44px;text-transform:uppercase;font-size:14px; font-weight: 400; border-radius:0 30px 30px 0; background: #ed1c24; border: none; color: #fff; }


/*************** ADD YOUR CUSTOM CSS HERE  ***************/

header#header:not(.sticky-header) .main-menu-wrap {
    margin-top: -38px!important;
    position: relative;
    
}
#header:not(.sticky-header) .main-menu-wrap .menu-center {
    padding-left: 300px;
}

@media (min-width: 992px){
    #header .header-main .header-center, #header .header-main .header-left, #header .header-main .header-right {
        padding-top: 0px;
        padding-bottom: 46px;
        text-align: left;
    }
    #header .header-main .header-left {
        min-width: 300px;
    }
}

#header .header-main .header-center, #header .header-main .header-right {
    text-align: right;
}
#header .searchform button {
    color: #ffffff;
    background-color: #ed1c24;
}
#header .searchform {
    border-right: 0;
    border-right-color: transparent;
    width: 281px!important;
}
#header .header-main .header-right > div {
    text-align: right;
}
#header .header-main .header-contact > span {
    margin-left: 25px;
    font-size: 14px;
    display: inline-block;
}
#header .header-main .header-contact>span:first-child {
    margin-left: 0;
}
#header .header-main .header-contact > span a {
    color: #111;
    font-size: 15px;
}
#header .header-main .header-contact > span:before {
    content: "";
    display: inline-block;
    background: #ed1c24;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 17px;
}
#header .header-main .header-contact > span.hotline:before {
    content: "\f095";
}
#header .header-main .header-contact > span.email:before {
    content: "\f003";
}
#header.search-sm .searchform input {
    width: 235px;
}
.vc_custom_heading.title_one.align-left, .single-product .related .slider-title {
    background-color: #ed1c24;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 4px 5px 4px 20px;
    position: relative;
    height: 50px;
    margin-bottom: 0;
}
.vc_custom_heading.title_one.align-left:before, .single-product .related .slider-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 51px;
    height: 50px;
    background-image: url(images/title_image.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.vc_row.wpb_row.vc_inner.row.border_bottom_title, .related_header {
    border-bottom: 2px solid #ed1c23;
    margin-bottom: 20px;
}
.vc_custom_heading.all_products.align-right {
    margin-bottom: 0;
    padding: 20px 0 5px;
    color: #ed1c23;
    font-size: 16px;
}
@media (max-width: 767px){
    .vc_custom_heading.all_products.align-right {
        display: none;
    }
    .vc_custom_heading.title_one.align-left, .single-product .related .slider-title {
        font-size: 14px;
        line-height: 31px;
        padding: 0px 5px 4px 10px;
        height: 32px;
    }
    .vc_custom_heading.title_one.align-left:before, .single-product .related .slider-title:before{
        height: 32px;
    }
}
.porto-products.wpb_content_element.home_type .product-inner {
    position: relative;
}
.porto-products.wpb_content_element.home_type .product-inner a.product-loop-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 1;
}
.porto-products.wpb_content_element.home_type .product-inner a.product-loop-title h3 {
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}
.porto-products.wpb_content_element.home_type .product-image {
    margin-bottom: 0;
}
.porto-products.wpb_content_element.home_type li.product-col {
    margin-bottom: 24px;
}
.porto-ibanner.porto-ibanner-effect-style1.banner_one .porto-ibanner-desc, .porto-ibanner.porto-ibanner-effect-style1.banner_one h2.porto-ibanner-title {
    position: static;
    color: #333333;
    font-size: 18px;
    margin-top: 3px;
    font-weight: 500
    -webkit-transform: translate3d(0, 0px, 0)!important;
    transform: translate3d(0, 0px, 0)!important;
}
.porto-u-heading.title_one .porto-u-main-heading {
    border-bottom: 2px solid;
}
.porto-u-heading.title_one .porto-u-main-heading h2 {
    display: inline-block;
    padding: 0px 0 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.porto-u-heading.title_one .porto-u-main-heading h2:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ed1c24;
}
.widget_wysija h3.widget-title {
    display: none;
}
.porto-sicon-wrapper.info_footer.style_1 {
    font-size: 11px;
}

#footer .widget .widget_wysija .widget_wysija_cont {
    width: 100%;
}
#footer .vc_custom_heading:not(.info_footer_header) {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}
#footer .vc_custom_heading:not(.info_footer_header):before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}
#footer .widget > div > ul li, #footer .widget > ul li, #footer .widget > div > ul, #footer .widget > ul {
    border: none;
}
#footer .widget > div > ul li {
    padding: 2px 0;
}
#footer .list_menu .widget > div > ul {
    list-style: disc;
    padding-left: 15px;
}
#main-menu .mega-menu > li.menu-item > a{
    font-weight: 500
}
.single-product .product_title {
    font-size: 22px;
    color: #333333;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
}
.product-summary-wrap .description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-summary-wrap .description ul li {
    padding: 7px 0;
    border-bottom: 1px dotted #999;
}
.single-product .product_meta{
    display: none;
}
.porto-related-products {
    background: #ffffff;
}
.woocommerce-tabs .resp-tabs-list li.resp-tab-active, .woocommerce-tabs .resp-tabs-list li:hover {
    border-color: #ed1c24 !important;
}
.single-product .woocommerce-product-rating, ul.products li.product-col .rating-wrap {
    display: none;
}
.contact_price_text {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.contact_price_text span {
    color: #ed1c24;
}
ul.products li.product-col h3 {
    margin-bottom: 5px;
}
.porto-products.wpb_content_element.home_type .product-inner .contact_price_text {
    display: none;
}
.btn_list.row {
    margin-top: 25px;
}
.btn_list div > * {
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 15px 11px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #ed1c24;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.btn_list div > *:hover {
    text-decoration: none;
    background-color: #ef454b;
}
.btn_list div > a.zalo_single_product_btn {
    background-color: #228ac6;
}
.btn_list div > a.zalo_single_product_btn:before {
    content: "";
    display: inline-block;
    background: url(images/zalo_btn.png);
    width: 56px;
    height: 23px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_list div > a.phone_single_product_btn:before {
    content: "";
    display: inline-block;
    background: url(images/phone_btn.png);
    width: 21px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_list.row {
    margin-top: 25px;
    margin-right: -6px;
    margin-left: -6px;
}
.btn_list.row > * {
    padding-left: 6px;
    padding-right: 6px;
}
.white-popup {
    position: relative;
    background: #f5f5f5;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-color: #c4c4c4;
    border-radius: 10px;
}
#order-popup h3 {
    text-transform: uppercase;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit.custom-btn-popup {
    width: 100%;
    padding: 12px 20px;
    background: #ed1c24;
    border-color: #ed1c24;
}
.wpcf7-form-control.custom-contact-input{
  color: #777;
}
.wpcf7-form-control.custom-contact-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
.wpcf7-form-control.custom-contact-input::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
.wpcf7-form-control.custom-contact-input:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
.wpcf7-form-control.custom-contact-input:-moz-placeholder { /* Firefox 18- */
  color: #777;
}
.wpcf7-form i {
    position: absolute;
    top: 12px;
    z-index: 1;
    left: 22px;
    color: #777;
}
span.wpcf7-not-valid-tip{
  font-size: 12px; 
}
.vc_custom_heading.title_three {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #ed1c24;
    margin-bottom: 15px;
}
.vc_custom_heading.title_four.align-left {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    background-color: #333333;
    display: inline-block;
    padding-right: 15px;
    color: #fff;
}
.vc_custom_heading.title_four.align-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #ed1c24;
}
.vc_custom_heading.title_four.align-left:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid #ed1c24;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.porto-carousel-wrapper.carousel_custom button.slick-arrow {
    border: 1px solid #d7d7d7;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    top: -40px;
}
.porto-carousel-wrapper.carousel_custom button.slick-arrow:hover {
    border: 1px solid #ed1c24;
    background-color: #ed1c24;
    opacity: 1;
}
.porto-carousel-wrapper.carousel_custom button.slick-arrow i {
    color: #989898;
    transition: all 0.3s ease;
    box-shadow: none;
    font-size: 16px;
}
.porto-carousel-wrapper.carousel_custom button.slick-arrow:hover i {
    color: #fff;
    box-shadow: none;
}
.porto-carousel-wrapper.carousel_custom button.slick-arrow.slick-prev {
    right: 45px;
    left: initial;
}
.porto-carousel-wrapper.carousel_custom .wpb_single_image.wpb_content_element {
    margin-bottom: 30px!important;
}
.porto-carousel-wrapper.carousel_custom .wpb_single_image.wpb_content_element.m_b_t_0 {
    margin-bottom: 0px!important;
}
.porto-carousel-wrapper.carousel_custom .vc_row.wpb_row.vc_inner.row {
    display: block;
}
.porto-carousel-wrapper.carousel_custom {
    margin-bottom: 15px;
}
.vc_row.wpb_row.row.border_one {
    border: 1px solid #d7d7d7;
    padding: 25px 0 0px;
    margin-bottom: 25px;
}
.porto-carousel-wrapper.carousel_custom .porto-sicon-box.top-icon, .porto-carousel-wrapper.carousel_custom .porto-sicon-header {
    margin-bottom: 0;
}
.porto-carousel-wrapper.carousel_custom .wpb_video_widget.wpb_content_element {
    margin-bottom: 25px!important;
}
.porto-products.wpb_content_element.home_type .product-category > p {
    display: none;
}
.single-product .product-images .zoom .fa-search:before{
    content: "";
    font-family: 'FontAwesome';
}
.mega-menu .narrow .popup li.menu-item-has-children>a:before {
    margin-right: -15px;
}
.mega-menu .narrow .popup li.menu-item.menu-item-has-children >a {
    padding-right: 30px;
}
body.archive.post-type-archive.post-type-archive-product #primary {
    display: none;
}
.widget_product_categories ul li.cat-parent {
    background-color: #efefef;
    padding-left: 10px;
    padding-right: 10px;
}
/*.widget_product_categories ul li.cat-parent ul.children {
    background-color: #dedede;
}*/
.widget_product_categories ul li .toggle{
    right: 3px;
}
.widget.woocommerce.widget_product_categories h3.widget-title {
    background-color: #dedede!important;
    padding-left: 10px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.widget_product_categories .widget-title .toggle {
    right: 0;
}
.languages_s {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
ul.languages_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media(max-width: 991px){
    #header .header-main .header-right{
        width: initial!important;
    }
}
@media (max-width: 1229px) and (min-width: 992px){
    #header .header-main .header-center {
        padding: 0px 5px 46px 5px;
    }
    #header.search-sm .searchform {
        width: 200px!important;
    }
    #header.search-sm .searchform input {
        width: 154px!important;
    }
    #header .header-main .header-contact>span {
        margin-left: 5px;
        font-size: 13px;
    }
    #header .header-main .header-contact > span a {
        font-size: 14px;
    }
}
