/*
Theme Name: Porto Child
Theme URI: http://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Child Theme
Template: porto
Version: 1.0.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto
*/

body.woocommerce .main-content, body.woocommerce .left-sidebar, body.woocommerce .right-sidebar { padding-top: 0; }
.custom-font4 { font-family: 'Segoe Script', 'Savoye LET'; }

/* header */
#header .header-top { font-family: Poppins; }
#header .top-links { border-right: 1px solid #2c3035; margin-right: 1em; padding-right: 1em; }
#side-nav-panel .top-links { display: none; }
#header .wishlist i, #header .my-account i { font-size: 27px; display: block; }
#mini-cart { font-size: 32px !important; }
#mini-cart .minicart-icon { width: 25px; height: 20px; border: 2px solid #222529; border-radius: 0 0 5px 5px; position: relative; opacity: .9; margin: 6px 3px 0; }
#mini-cart .minicart-icon:before { content: ''; position: absolute; border: 2px solid; border-color: inherit; border-bottom: none; border-radius: 10px 10px 0 0; left: 50%; top: -8px; margin-left: -7.5px; width: 15px; height: 11px; }
#header .separator { border-left-color: rgba(153, 153, 153, .25); height: 2.5em; }
#header .searchform-popup .search-toggle { z-index: 9; }
@media (max-width: 991px) {
    #header .header-top { padding-top: .5rem; padding-bottom: .5rem; }
    #header .top-links { display: none; }
}
@media (max-width: 575px) {
    .porto-popup-menu .hamburguer-btn { margin: 0 .25rem 0 0; }
    .header-col>*:not(.header-col-wide) { margin-left: .5rem; }
    #header .separator { display: none; }
    #header .searchform-popup .search-toggle { width: 30px; }
}
.hamburguer-btn { width: 24px; height: 36px; }
.hamburguer-btn .hamburguer span { height: 2px; }

/* pages */
.btn { font-family: Poppins; font-weight: 700; }
.porto-ibanner-layer .btn-modern.btn-xl { font-size: 1.0625em; }
.porto-ibanner-layer .btn-modern.btn-lg { font-size: .9em; }
body .bg-attach-fixed { background-attachment: fixed !important; }
.coupon-sale-text { display: inline-block; position: relative; padding-left: .265em; }
.coupon-sale-text i { font-style: normal; font-size: .265em; font-weight: 500; transform: translateY(-50%) rotate(-90deg); position: absolute; top: 50%; left: -1em; }
.home .wysija-paragraph { flex: 1; }
.home .wysija-input { height: 3.375rem; border-radius: 2rem 0 0 2rem; border: none; font-size: .875rem; padding-left: 1.5rem; }
.home .wysija-submit { height: 3.375rem; border-radius: 0 2rem 2rem 0; font-size: .875rem; padding-left: 2.5rem; padding-right: 2.5rem; }
.home .product-image { border: none; }

/* shop */
.product-image .labels .onhot, .product-image .labels .onsale { border-radius: 20px; font-size: 11px; font-weight: 600; padding: 5px 9px; }
.section-dark .star-rating:before { color: #62615e; }
.section-dark .star-rating span:before, .section-dark .products .category-list { color: #999; opacity: 1; }
.section-dark .products .price { color: #fff; }

/* footer */
.widget .product_list_widget li { padding: 10px 0; }
.widget.twitter-tweets ul li { padding-top: 30px; }
#footer .footer-main > .container { padding-bottom: 10px; }
#footer .widget { margin-top: 0; }
#footer .widget_media_image { margin-bottom: 20px; }
#footer .contact-info { margin-bottom: 10px; } 
#footer .widgettitle, #footer .widget-title, #footer h4 { font-size: 15px; text-transform: uppercase; font-weight: 700; }
#footer ul.product_list_widget a, #footer ul.product_list_widget li .product-details .amount { color: #222529; }
#footer .contact-info i { display: none; }
#footer .contact-details { display: flex; flex-wrap: wrap; }
#footer .contact-details li { flex: 0 0 50%; max-width: 50%; padding-right: 1em; }
#footer .contact-details strong { display: block; line-height: 1; text-transform: uppercase; }
#footer .share-links a { box-shadow: none; width: 39px; height: 39px; border: 1px solid #cecdca; }
#footer .footer-main > .container:after { content: ''; display: block; position: absolute; left: 10px; right: 10px; bottom: 0; border-bottom: 1px solid #cecdca; }
#footer .footer-main .col-lg-12:before { content: ''; display: block; position: static; margin: 10px 0 40px; border-top: 1px solid #cecdca; }
#footer .footer-bottom { font-size: .75rem; }
.footer-main .widget_media_image img { max-width: 111px; }

/* rtl */


/* ---- Regulamin ---- */
#regulamin .ec_separator_big {
  font-size: 140%;
  font-weight: bold;
  margin-top: 30px;
}

#regulamin {
  max-width: 75%;
  margin: 0 auto;
}

#regulamin .wpb_content_element {
  margin-bottom: 10px;
}

#regulamin p, #regulamin .regulamin-tresc-ol {
  font-size: 16px;
}

#regulamin .regulamin_naglowek p {
  font-size: 140%;
  font-size: bold;
  text-align: center;
}

/* ---- Polityka prywatnosci ---- */
body {
  counter-reset: section;
}

.polityka_prywatnosci_naglowek > .wpb_wrapper > p::before {
  counter-increment: section;
  content: counter(section) ". ";
}

.polityka_prywatnosci_wpis > .wpb_wrapper > p::before {
  counter-increment: subsection;
  content: counter(subsection) ".";
  position: relative;
  left: -10px;
}

.polityka_prywatnosci_wpis_list_item > .wpb_wrapper > p::before {
  counter-increment: listitem;
  content: counter(listitem, lower-alpha) ")";
  position: relative;
  left: -10px;
}

.polityka_prywatnosci_sekcja {
  counter-reset: subsection;
  font-size: 140%;
  max-width: 70%;
  margin: 0 auto !important;
  margin-top: 30px;
  margin-bottom: 10px;
}

.polityka_prywatnosci_naglowek{
  margin-top: 50px;
}

.polityka_prywatnosci_naglowek > .wpb_wrapper > p {
  font-weight: bold;
}

.polityka_prywatnosci_wpis {
  margin-bottom: 0px;
  margin-top: 5px;
}
.polityka_prywatnosci_wpis > .wpb_wrapper > p {
  margin-left: 50px;
  text-indent: -15px;
}

.polityka_prywatnosci_wpis_list {
  counter-reset: listitem;
  margin-top: 10px;
}

.polityka_prywatnosci_wpis_list_item {
  margin-bottom: 10px;
}

.polityka_prywatnosci_wpis_list_item > .wpb_wrapper > p {
  margin-left: 90px;
  text-indent: -15px;
}

/* ---- Strona::Generic ---- */
.header-wrapper, .header-main {
  background-color: #fff !important;
}

/* ---- Strona::Produkt ---- */
.woocommerce-product-details__short-description h4 {
  margin-top: 40px;
}

.woocommerce-product-details__short-description table {
  border: 1px solid #EEE;
  border-bottom: none;
  width: 100%;
  margin-top: 20px;
}

.woocommerce-product-details__short-description table tr {
  border-bottom: 1px solid #EEE;
}

.woocommerce-product-details__short-description table tr td {
  text-align: left;
  vertical-align: top;
  padding: 3px 7px 3px 7px;
}

.woocommerce-product-details__short-description table tr td:first-child {
  font-weight: bold;
  min-width: 240px;
  width: 240px;
  border-right: 1px solid #EEE;
}

#move-cart-here {
  clear: both;
  width: 100%;
  min-height: 1px;
  margin-bottom: 30px;
}

table.variations {
  border-top: 1px solid #EEE;
  width: 100% !important;
  font-weight: bold;
}

table.variations tr td label {
  font-weight: bold;
}

table.variations td:first-child {
  width: 105px;
}

.single_variation_wrap {
  margin-top: 0 !important;
}

.filter-item-list .active .filter-item, .filter-item-list .filter-item:not(.disabled):hover {
  background-color: #fc1a80 !important;
  border-color: #fc1a80 !important;
  color: #fff !important;
}

/* ---- Lista produktów ---- */
.shop-loop-before, .shop-loop-after {
  display: none !important;
}

/* ---- Checkout ---- */
.order-total .includes_tax:before {
  content: '\A';
}

.order-total .includes_tax {
  white-space:pre;
}

.featured-box-primary .box-content {
  border-top-color: #fc1a80 !important;
}

.woocommerce-checkout h1, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-checkout h4, .woocommerce-checkout h5 {
  color: #110b38 !important;
}

/* ---- stopka ---- */
.footer-main p {
  font-size: 120% !important;
}

.regulamin-red {
  color: rgb(255, 30, 30);
}

.front-mobile-rows {
  display: none !important;
}

/* minimal desktop display: 1200px */

@media (max-width: 1199px){
  .front-desktop-rows {
    display: none !important;
  }

  .front-mobile-rows {
    display: block !important;
  }
}

#section-desktop-720px {
  display: none;
}

#section-mobile {
  display: block;
}


@media (min-width: 720px){
  #section-desktop-720px {
    display: block !important;
  }

  #section-mobile {
    display: none !important;
  }
}

/* #################################################################################################### */
/* ------------------------------------------------ */
/* Section: mobile */
/* Subsection: main page */

#section-mobile .porto-ibanner-layer {
  font-size: 0.60rem;
}

#section-mobile > .vc_row > .vc_column_container {
  padding-top: 8.5em !important;
  padding-bottom: 8.5em !important;
}

@media (max-width: 500px){
  /* te najmniejsze */
  #section-mobile > .vc_row > .vc_column_container > .vc_column-inner > h3 {
    font-size: 2.6em !important;
  }
}

/* ------------------------------------------------ */
/* Section: mobile */
/* Subsection: top menu */

#menu-top-navigation-mobile {
  display: none;
  width: 101%;
  position: fixed;
  top:  44px;
  left: -14px;
  background-color: #222529;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  text-align: left;
  padding-bottom: 10px;
}

#menu-top-navigation-mobile a {
  float: left;
  clear: both;
  font-size: 1.7em;
  line-height: 1em;
  padding: 15px 7px 8px 19px;
  border-bottom: 1px solid #333;
  width: 100%;
  color: #fff;
}

#menu-top-navigation-mobile-trigger {
  display: none;
  position: absolute;
  top:   -16px;
  right: -7px;
  height: 30px;
  width:  30px;
  background: url('/wp-content/themes/porto-child/resources/burger-menu-open.png');
  transition: background 0.4s;
}

.menu-top-navigation-mobile-trigger-close {
  background: url('/wp-content/themes/porto-child/resources/burger-menu-close.png') !important;
  transition: background 0.4s;
}

@media (max-width: 600px){
  .header-top {
    width: 100%;
    height: 44px;
    top: 0px;
    left: 0px;
    position: fixed !important;
  }

  .header-main {
    margin-top: 44px !important;
  }

  #menu-top-navigation {
    display: none !important;
  }

  #menu-top-navigation-mobile-trigger{
    display: inline-block;
  }
}

/* ------------------------------------------------ */
/* Section: ID10T fixes */

td small.shipped_via {
  display: none;
}

div.woo-page-header ul.breadcrumb {
  display: none;
}

div.woocommerce-order-overview__payment-method {
  display: none;
}
