html {
  font-size: 14px; }

body {
  background: #F4F5F7; }

.section {
  background: white;
  padding: 0;
  margin: 0 0 10px; }

.section-header {
  background: #4D8EB4; }

.section-title {
  color: white;
  font-size: 1.75rem;
  text-align: left;
  margin: 0 0 20px;
  padding: 5px 10px; }

a {
  text-decoration: none !important;
  transition: all 0.2s; }

strong {
  font-weight: bold; }

*:focus {
  outline: none; }

/*====== PRELOADER ======*/
.no-js #preloader {
  display: none; }

.js #preloader {
  display: none;
  position: absolute;
  left: 100px;
  top: 0; }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white; }

/*====== FORMS ======*/
input[type="search"] {
  width: 62%;
  display: inline; }

/*====== CARDS ======*/
.card {
  background: transparent;
  margin-bottom: 15px;
  border: 0;
  border-radius: 0; }

.card-header {
  background: transparent;
  color: white;
  padding: 0;
  border: 0; }
  .card-header .card-title {
    background: #F1B306;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    width: auto;
    padding: 11px 15px 5px;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.card-body {
  background: white;
  padding: 30px;
  border-top: 3px solid #F1B306;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }

/*====== FORMS ======*/
input[type="text"],
input[type="email"],
textarea {
  width: 100%; }

label {
  display: block;
  width: 100%; }

textarea {
  height: 70px !important; }

.woocommerce form .form-row {
  margin: 0 0 15px;
  padding: 0; }

.woocommerce form .form-row label {
  line-height: 1.4; }

/*====== BUTTONS ======*/
.btn {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 1.2em;
  padding-right: 1.2em; }
  .btn.btn-primary {
    color: white; }
  .btn.btn-lg {
    font-size: 1rem;
    padding: 11px 30px; }

/*====== ALERTS ======*/
.alert {
  border: 0; }

/*====== BLOG COMMON ======*/
.entry-featured-image {
  background-size: cover;
  background-repeat: none;
  background-position: center center; }

.entry-meta {
  background: #F1B306;
  width: auto;
  color: white;
  font-weight: 700;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  right: 0; }

/*====== POSTS NAVIGATION ======*/
.posts-navigation {
  text-align: center; }
  .posts-navigation .wp-paginate .page {
    font-weight: bold;
    display: inline-block;
    width: 40px;
    padding: 0;
    border: none;
    background: white; }
    .posts-navigation .wp-paginate .page:hover {
      color: #dc3545; }
    .posts-navigation .wp-paginate .page.current {
      cursor: pointer;
      background: #fd7e14;
      color: white !important; }
  .posts-navigation .wp-paginate .next,
  .posts-navigation .wp-paginate .prev {
    font-weight: bold;
    display: inline-block;
    width: 40px;
    padding: 0;
    border: none;
    background: white; }
    .posts-navigation .wp-paginate .next:hover,
    .posts-navigation .wp-paginate .prev:hover {
      color: #dc3545; }

/*====== COMMON POSTS LIST ======*/
.posts-list article {
  margin: 0 0 30px; }

.posts-list .entry-content {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden; }

.posts-list .entry-thumb-link {
  display: block; }
  .posts-list .entry-thumb-link:hover .entry-featured-image {
    opacity: 0.6; }
  .posts-list .entry-thumb-link:hover .entry-title::after {
    width: 100px; }

.posts-list .entry-featured-image {
  height: 200px;
  opacity: 1;
  position: relative;
  transition: all 0.2s;
  margin: 0 auto 20px; }

.posts-list .entry-title {
  display: block;
  margin: 0 0 20px; }
  .posts-list .entry-title::after {
    content: "";
    background: #F1B306;
    display: block;
    width: 50px;
    height: 5px;
    margin: 10px 0 0;
    transition: all 0.2s; }

.posts-list .entry-excerpt {
  margin: 0 0 20px;
  font-size: 0.9em; }

/*====== SINGLE ======*/
.single .entry-featured-image {
  margin: 0 0 30px;
  height: 300px;
  width: 100%;
  position: relative; }

.single .entry-content {
  padding: 0; }

/*====== BLOG-LIST ======*/
.posts-list.blog-list .entry-featured-image {
  margin: -30px -20px 20px; }

.spt-label {
  font-weight: 700; }

#site-header {
  background: #20252D;
  color: white;
  margin: 0 0 15px; }

.top-header {
  font-size: 12px;
  border-bottom: 1px solid #495057; }
  .top-header .sep {
    color: #6c757d;
    margin: 0 5px; }
  .top-header a {
    color: #F1B306; }

.social {
  display: inline-block;
  padding: 0 15px 0 0; }
  .social a {
    text-align: center;
    margin: 0;
    padding: 0 7px;
    display: inline-block; }
  .social i {
    line-height: 1;
    display: block;
    font-size: 14px; }

.contact-info {
  padding: 12px 15px;
  display: inline-block; }

.account-widget {
  text-align: right;
  padding: 12px 15px; }
  .account-widget .fa {
    margin-right: 4px; }

.header-cart-container {
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #495057; }

.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0; }
  .site-header-cart a {
    letter-spacing: normal; }
  .site-header-cart .cart-contents {
    padding: 12px 15px;
    display: block;
    position: relative;
    height: auto;
    width: auto;
    text-indent: 0; }
    .site-header-cart .cart-contents span {
      display: inline; }
    .site-header-cart .cart-contents .amount {
      margin-right: 3px;
      font-weight: bold; }
    .site-header-cart .cart-contents .count {
      font-weight: 300;
      opacity: 1; }
    .site-header-cart .cart-contents i {
      font-size: 20px;
      padding-top: 1px; }
  .site-header-cart .widget_shopping_cart {
    background: #20252D;
    padding: 3px 15px 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    font-size: ms(-1);
    left: -9999px;
    display: block !important; }
    .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
      display: none;
      left: 0; }
    .site-header-cart .widget_shopping_cart h2.widgettitle {
      display: none; }
    .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item {
      margin: 0;
      padding: 5px 0 5px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item a {
        min-height: 40px;
        vertical-align: middle; }
        .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item a.remove {
          color: white !important;
          margin-right: 5px;
          min-height: 1px;
          position: relative;
          float: left;
          top: auto; }
          .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item a.remove:before {
            color: white !important;
            text-align: left; }
      .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item dl {
        margin: 0 0 5px; }
        .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item dl dt {
          font-size: 11px; }
        .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item dl dd {
          margin: 0;
          font-size: 11px; }
    .site-header-cart .widget_shopping_cart .quantity {
      display: block;
      text-align: right;
      border-color: rgba(255, 255, 255, 0.2);
      font-size: 11px; }
    .site-header-cart .widget_shopping_cart .total {
      border: 0;
      text-align: right; }
    .site-header-cart .widget_shopping_cart .amount {
      font-weight: bold; }
    .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons {
      margin: 0; }
      .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
        background: #F1B306;
        text-align: center;
        width: 100%; }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: none; }

.site-logo {
  color: white; }
  .site-logo h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px;
    display: block;
    width: auto;
    margin: 15px auto; }
  .site-logo:hover {
    color: #F1B306; }

.languages-list {
  margin: 0 auto 20px; }
  .languages-list li {
    font-size: .85rem;
    text-transform: uppercase;
    display: inline;
    vertical-align: middle;
    line-height: 1;
    padding: 0 10px;
    opacity: .5; }
    .languages-list li.current-lang {
      opacity: 1; }
    .languages-list li a {
      color: white; }
      .languages-list li a img {
        width: 14px;
        margin: -2px 3px 0 0; }
      .languages-list li a:hover {
        color: #F1B306; }

#mega-menu-wrap-main-menu {
  background: #F1B306;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu {
    text-align: center; }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
      font-family: inherit;
      font-size: 14px;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      padding: 0px 12px;
      display: block; }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
      font-weight: 700; }
    #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu {
      padding: 15px !important;
      width: auto !important; }
      #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-menu-item {
        padding: 0 !important; }
        #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-menu-item .mega-menu-link {
          font-size: 14px !important;
          font-weight: normal !important;
          line-height: 1.2 !important;
          text-transform: none !important;
          display: block !important;
          overflow-wrap: normal !important;
          min-width: 200px;
          margin: 0 !important;
          padding: 8px 8px 4px !important;
          border-radius: 4px;
          transition: all 0.2s; }
          #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
            background: rgba(241, 179, 6, 0.3) !important; }
        #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-menu-item.nav-title {
          margin: 12px 0 7px; }
          #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-menu-item.nav-title .mega-menu-link {
            font-weight: 700 !important;
            text-transform: uppercase !important;
            padding: 5px !important; }

#site-footer {
  font-size: 13px;
  background: #20252D;
  color: #adb5bd;
  padding: 0; }
  #site-footer a {
    color: inherit; }
    #site-footer a:hover {
      color: #F4F5F7; }
  #site-footer .footer-top {
    padding: 50px 0 30px; }
  #site-footer .footer-menu .category-title {
    color: #F1B306;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px; }
  #site-footer .footer-menu .sub-cats {
    margin: 0 0 20px; }
  #site-footer .contact-info {
    padding: 0; }
    #site-footer .contact-info a {
      color: #F1B306; }
  #site-footer .footer-bottom {
    background: #13161b;
    padding: 30px 0; }
  #site-footer .social {
    margin: 0 auto 15px; }
    #site-footer .social a {
      font-size: 1.3rem;
      padding: 0 5px; }
      #site-footer .social a i {
        font-size: inherit; }
  #site-footer .copyright {
    font-size: .9rem; }

#page-wrapper {
  min-height: 300px;
  padding-bottom: 30px; }

#page-header {
  margin-top: -15px;
  margin-bottom: 15px;
  text-align: center; }
  #page-header .page-title {
    background: #F1B306;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 2px 15px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

/*====== HOME ======*/
.home .alert {
  padding: 15px;
  margin: 0 0 15px; }
  .home .alert p {
    margin: 0 auto 10px; }

/*====== CALCULATOR ADMIN ======*/
.uni-btn-1:hover {
  background: #32aa9d !important; }

.uni-btn-1:active {
  background: #184f49 !important; }

/*====== CALCULATOR FRONTEND ======*/
.calculated-price {
  background: #20252D;
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  padding: 15px 30px;
  border-top-left-radius: 4px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9998; }
  .calculated-price .calculated-price-title {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1; }
  .calculated-price .price {
    color: #F1B306 !important;
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    min-height: 32px; }
    .calculated-price .price del {
      font-size: 18px;
      font-weight: normal; }
    .calculated-price .price ins {
      text-decoration: none; }

.calculator-card .description-wrapper {
  background: white;
  padding: 15px;
  margin: 0 0 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .calculator-card .description-wrapper p {
    margin: 0; }

.awspc-field-row {
  margin-bottom: 30px; }

.awspc-field-widget .aws_price_calc_numeric label {
  display: block; }

.awspc-field-widget .radio-item {
  background: white;
  padding: 10px;
  width: 16.2%;
  display: inline-block;
  margin: 0 2px 5px 0;
  border: 3px solid #dee2e6;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer; }
  .awspc-field-widget .radio-item:hover {
    border-color: #fcda7b; }
  .awspc-field-widget .radio-item.selected {
    border-color: #86e29b; }
  .awspc-field-widget .radio-item * {
    cursor: pointer; }
  .awspc-field-widget .radio-item label.radio-item-content {
    margin: 0;
    padding: 0; }
  .awspc-field-widget .radio-item .radio-item-title {
    font-size: .9rem;
    font-weight: bold;
    margin: 0 auto 5px; }
  .awspc-field-widget .radio-item .radio-item-image img {
    margin: 0 auto 5px; }
  .awspc-field-widget .radio-item .radio-item-price {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1; }

.awspc-field-widget#aws_price_calc_4 .radio-item .radio-item-image img, .awspc-field-widget#aws_price_calc_13 .radio-item .radio-item-image img, .awspc-field-widget#aws_price_calc_14 .radio-item .radio-item-image img, .awspc-field-widget#aws_price_calc_17 .radio-item .radio-item-image img, .awspc-field-widget#aws_price_calc_19 .radio-item .radio-item-image img, .awspc-field-widget#aws_price_calc_21 .radio-item .radio-item-image img, .awspc-field-widget#aws_price_calc_22 .radio-item .radio-item-image img {
  width: 100%;
  height: 40px; }

/*====== UNI CPO ======*/
.uni-row-content-wrap {
  margin: 0 0 10px; }

.uni-node-content .card-header {
  text-align: center; }

.uni-node-content .card-body {
  padding: 10px 15px;
  margin: 0 0 10px; }

.uni-cpo-option-label__text,
.uni-cpo-module-text_input-label {
  font-weight: bold !important; }

.uni-module-radio-classic-mode .uni-cpo-radio-option-label {
  background: #e9ecef;
  padding: 7px 15px;
  border-radius: 4px;
  transition: all 0.2s; }
  .uni-module-radio-classic-mode .uni-cpo-radio-option-label:hover {
    background: #ced4da; }
  .uni-module-radio-classic-mode .uni-cpo-radio-option-label.selected {
    background: #afecbd; }

.uni-module-radio-image-mode label,
.uni-module-checkbox-image-mode label {
  width: 16.2%;
  padding: 0;
  margin: 0 5px 5px 0; }
  .uni-module-radio-image-mode label .uni-cpo-option-label__image,
  .uni-module-checkbox-image-mode label .uni-cpo-option-label__image {
    width: auto;
    height: 100px;
    margin: 0 auto 5px; }
  .uni-module-radio-image-mode label:hover .uni-cpo-option-label__image-wrap,
  .uni-module-checkbox-image-mode label:hover .uni-cpo-option-label__image-wrap {
    border-color: #ced4da !important; }

.uni-module-radio-image-mode .uni-cpo-option-label__image-wrap,
.uni-module-checkbox-image-mode .uni-cpo-option-label__image-wrap {
  background: white;
  padding: 8px 8px 5px;
  border: 3px solid #e9ecef !important;
  border-radius: 4px; }

.uni-module-radio-image-mode input:checked + label .uni-cpo-option-label__image-wrap,
.uni-module-checkbox-image-mode input:checked + label .uni-cpo-option-label__image-wrap {
  border-color: #5dd879 !important; }

.uni-module-radio-image-mode .uni-cpo-option-label__title,
.uni-module-checkbox-image-mode .uni-cpo-option-label__title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px; }

.uni-module-radio-image-mode .uni-cpo-option-label__price .price,
.uni-module-checkbox-image-mode .uni-cpo-option-label__price .price {
  font-size: 14px !important;
  color: #20252D !important; }

.uni-module-radio-image-mode .uni-cpo-option-label__price .currency,
.uni-module-radio-image-mode .uni-cpo-option-label__price .mq,
.uni-module-checkbox-image-mode .uni-cpo-option-label__price .currency,
.uni-module-checkbox-image-mode .uni-cpo-option-label__price .mq {
  font-size: 13px; }

.uni-module-radio-image-mode.colors-list label,
.uni-module-checkbox-image-mode.colors-list label {
  width: 13.8355%; }

.uni-module-radio-image-mode.colors-list .uni-cpo-option-label__image,
.uni-module-checkbox-image-mode.colors-list .uni-cpo-option-label__image {
  width: 100%;
  height: 40px;
  margin: 0 0 5px; }

.uni-module-radio-image-mode.colors-list.price-percent .price::before,
.uni-module-checkbox-image-mode.colors-list.price-percent .price::before {
  content: "+"; }

.uni-module-radio-image-mode.colors-list.price-percent .price::after,
.uni-module-checkbox-image-mode.colors-list.price-percent .price::after {
  content: "%"; }

.uni-module-radio-image-mode.colors-list.price-percent .currency,
.uni-module-checkbox-image-mode.colors-list.price-percent .currency {
  display: none; }

#misure .uni-module-text_input {
  max-width: 320px; }

.hide-price .uni-cpo-option-label__price {
  display: none; }

#tipo-di-manovra .mq,
#terminale .mq,
#accessori-di-sicurezza .mq,
#pozitionare-manovre .mq,
#manovre-speciali .mq,
#filo-guida .mq {
  display: none; }

#terminale .mq {
  display: none; }

#accessori-di-sicurezza .mq {
  display: none; }

#prodotti-correlati label {
  width: 32.88%; }
  #prodotti-correlati label .uni-cpo-option-label__title {
    min-height: 32px; }
  #prodotti-correlati label .uni-cpo-option-label__image {
    height: 100px;
    width: auto; }
  #prodotti-correlati label .mq {
    display: none; }

#colore-del-telaio .mq {
  display: none; }

/*====== VETRI ======*/
.vetro-missure-esempio {
  width: 180px; }

/*====== WOOCOMMERCE GLOBALS ======*/
.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: calc(100% + 30px); }

.blockUI.blockOverlay:before, .loader:before {
  background: none !important; }

.woocommerce ul.products {
  background: white;
  text-align: center;
  padding: 30px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .woocommerce ul.products li.product .button {
    margin: 4px 0 0; }

.woocommerce .woocommerce-breadcrumb {
  background: white;
  padding: 6px 15px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #4D8EB4;
    font-weight: bold; }
    .woocommerce .woocommerce-breadcrumb a:hover {
      text-decoration: underline !important; }

.woocommerce-message {
  background: #28a745;
  color: white;
  border: 0;
  border-radius: 4px; }
  .woocommerce-message::before {
    color: white; }

.woocommerce-info {
  background: #4D8EB4;
  color: white;
  border: 0;
  border-radius: 4px; }
  .woocommerce-info::before {
    color: white; }

.woocommerce-error {
  background: #dc3545;
  color: white;
  border: 0;
  border-radius: 4px; }
  .woocommerce-error::before {
    color: white; }

.woocommerce .woocommerce-result-count {
  background: #dee2e6;
  color: #495057;
  padding: 3px 7px;
  font-size: 13px;
  margin: 0;
  border-radius: 4px; }

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #20252D;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  min-height: 60px; }

.woocommerce ul.products li.product .price {
  color: #F1B306;
  font-size: 18px;
  font-weight: bold;
  line-height: 1; }
  .woocommerce ul.products li.product .price del {
    font-weight: normal; }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #20252D;
  color: white;
  font-size: 13px;
  line-height: 1.2;
  margin: 0; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #20252D;
  color: white;
  font-size: 13px;
  line-height: 1.2;
  margin: 0; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #111418; }

.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] {
  color: white;
  transition: all 0.2s; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .button.wc-backward, .checkout-button {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  width: 250px;
  max-width: 250px;
  padding: 15px !important;
  margin: 0 auto;
  border-radius: 4px; }

.woocommerce table.shop_table {
  background: white;
  width: 100%;
  border: 1px solid #e9ecef;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.woocommerce span.onsale {
  background: #ff9999;
  font-size: 11px;
  width: 65px;
  height: 65px;
  padding-top: 15px; }

.woocommerce ul.products li.product a img {
  width: auto;
  height: 100px;
  max-height: 100px;
  margin: 0 auto; }

#shop-content {
  min-height: 400px; }
  #shop-content .page-title {
    letter-spacing: -1px;
    margin: 0 0 12px;
    padding: 0 0 0 10px;
    border-left: 6px solid #F1B306;
    border-radius: 4px; }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0 50px 0 0;
  margin: 0; }
  .woocommerce-MyAccount-navigation ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e9ecef; }

/*====== CATEGORY PAGE ======*/
.woocommerce.archive #page-header {
  margin-bottom: 0; }

.term-description {
  background: white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 15px 15px 1px;
  margin: 0 0 12px; }

ul.product-cats {
  background: white;
  text-align: center;
  padding: 30px 30px 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: 0;
  clear: both;
  vertical-align: top; }
  ul.product-cats li {
    width: 22%;
    display: inline-block;
    list-style: none;
    margin: 0 3% 2em 0;
    text-align: center;
    vertical-align: top; }
    ul.product-cats li:nth-of-type(4) {
      margin-right: 0; }
    ul.product-cats li a {
      color: #20252D; }
      ul.product-cats li a h2 {
        font-size: 13px;
        font-weight: bold; }
      ul.product-cats li a:hover {
        color: #F1B306; }
      ul.product-cats li a img {
        margin: 0 auto 15px;
        width: 100px;
        height: 100px; }

.woocommerce-pagination {
  margin: 30px 0 0; }

/*====== SIDEBAR ======*/
#sidebar-categories-menu .sidebar-content {
  background: #20252D;
  color: #e9ecef;
  margin: 0 -15px 15px 0;
  padding: 20px 15px 15px;
  border-radius: 4px; }
  #sidebar-categories-menu .sidebar-content .category-title {
    margin: 0 0 10px 0;
    line-height: 1; }
    #sidebar-categories-menu .sidebar-content .category-title a {
      background: #F1B306;
      color: white;
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      padding: 7px 10px 5px;
      border-radius: 4px; }
  #sidebar-categories-menu .sidebar-content .sub-cats {
    padding: 0;
    margin: 0 0 10px 0; }
    #sidebar-categories-menu .sidebar-content .sub-cats li a {
      color: #F1B306;
      font-size: 13px;
      display: block;
      padding: 2px 5px;
      border-radius: 4px; }
      #sidebar-categories-menu .sidebar-content .sub-cats li a .badge {
        background: #495057;
        color: #adb5bd;
        margin: 0 0 0 4px;
        padding: .25em .4em .20em;
        vertical-align: text-top;
        float: right;
        transition: all 0.2s; }
      #sidebar-categories-menu .sidebar-content .sub-cats li a:hover {
        background: rgba(241, 179, 6, 0.4);
        color: white; }
        #sidebar-categories-menu .sidebar-content .sub-cats li a:hover .badge {
          background: #20252D;
          color: #dee2e6; }

/*====== SINGLE PRODUCT ======*/
.single-product #site-header {
  margin-bottom: 15px; }

.woocommerce-product-gallery__image {
  max-height: 300px;
  overflow: hidden; }

.woocommerce div.product div.images .flex-control-thumbs img {
  border: 2px solid white;
  border-top-width: 3px; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  background: white;
  width: 25%;
  position: absolute !important;
  top: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100% !important; }

.woocommerce div.product .product_title,
.woocommerce-product-details__short-description,
.woocommerce div.product p.price {
  background: white;
  padding: 10px 20px;
  width: 74%;
  float: right;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .woocommerce div.product .product_title .alert h4,
  .woocommerce-product-details__short-description .alert h4,
  .woocommerce div.product p.price .alert h4 {
    margin: 0; }

.woocommerce div.product .product_title {
  background: none;
  letter-spacing: -1px;
  margin: 0 0 12px;
  padding: 0 0 0 10px;
  border-left: 6px solid #F1B306;
  border-radius: 4px;
  box-shadow: none; }

.woocommerce-product-details__short-description {
  min-height: 240px;
  margin-bottom: 20px; }

.woocommerce div.product form.cart {
  float: none;
  clear: both;
  border-bottom: 1px solid #adb5bd;
  margin-bottom: 50px; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #F1B306;
  font-size: 24px;
  font-weight: bold;
  min-height: 40px;
  margin: 0 0 8px; }

.woocommerce .quantity .qty {
  height: 50px;
  width: 80px;
  margin: 20px 0 50px; }

.woocommerce div.product form.cart .button {
  height: 50px;
  margin: 20px 0 50px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0; }

.woocommerce div.product .woocommerce-tabs .panel {
  background: white;
  padding: 40px;
  margin-bottom: 60px; }

/*====== CART PAGE ======*/
.product-name {
  font-weight: bold; }
  .product-name a {
    color: #20252D;
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0 0 2px; }
  .product-name .variation,
  .product-name .wc-item-meta {
    color: #495057;
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 0 0;
    border-top: 1px solid #e9ecef; }
    .product-name .variation p,
    .product-name .wc-item-meta p {
      font-weight: normal !important; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  margin: 0 0 40px; }

#checkout_form {
  text-align: center;
  width: 100%;
  display: block; }

div.wc-backward {
  background: white;
  width: 100%; }

.cart-empty {
  background: white;
  font-size: 22px;
  text-align: center;
  padding: 30px 50px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.return-to-shop {
  text-align: center;
  width: 100%; }

/*====== NAME YOUR PRICE ======*/
.table-name-your-price .table-header {
  background: #fbd362; }

.table-name-your-price .input-label {
  padding-top: 29px !important; }

.table-name-your-price .input-name-your-price {
  font-weight: bold;
  margin: 6px 3px 6px 0 !important;
  display: inline;
  min-width: 120px; }

/*====== CHECKOUT ======*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  color: #20252D;
  padding: 0 0 10px;
  line-height: 1.2; }
  .woocommerce-billing-fields h3 label,
  .woocommerce-shipping-fields h3 label {
    margin: 0; }

.woocommerce-shipping-fields {
  margin: 0; }

.woocommerce-input-wrapper {
  width: 100%; }

#payment {
  background: white !important;
  border: 1px solid #dee2e6; }
  #payment ul {
    padding-bottom: 0 !important; }
  #payment li {
    margin: 5px 15px !important; }
  #payment label {
    font-weight: bold;
    width: auto;
    display: inline; }
  #payment .place-order {
    padding: 15px !important;
    text-align: center;
    margin: 0; }
    #payment .place-order .button {
      text-transform: uppercase;
      font-size: 15px;
      margin: 0 auto;
      padding: 15px 40px; }

/*====== ORDER RECEIVED - THANK YOU PAGE ======*/
.woocommerce ul.order_details {
  background: white;
  padding: 15px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 10px; }

.woocommerce-thankyou-order-received {
  font-size: 22px;
  text-align: center; }

address {
  background: white;
  padding: 15px !important;
  border: 1px solid #e9ecef !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.home .woocommerce ul.products {
  padding: 0;
  box-shadow: none;
  margin: 0; }

#counter {
  background: black;
  background: url("../images/home/counter-bg.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 0 15px;
  border-radius: 4px;
  padding: 30px;
  color: white; }
  #counter .counter-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 4px; }
  #counter h3 {
    font-size: 32px;
    font-weight: bold; }
  #counter .tminus_countdown {
    margin: 0 auto 15px; }
  #counter .cloud-city-dash_title {
    color: white; }
  #counter .cloud-city-digit {
    margin: 0 1px; }

#intro {
  background: #e9ecef;
  padding: 0;
  border-radius: 4px;
  overflow: hidden; }
  #intro .intro-content {
    min-height: 400px; }

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none; }
  .header-cart-container {
    border-left: 0; }
    .header-cart-container .site-header-cart .cart-contents {
      padding: 7px 15px; }
  .site-logo h1 {
    font-size: 32px; }
  .mega-menu-column {
    width: 100% !important; }
  #sidebar-categories-menu .sidebar-content {
    margin-right: 0; }
  #shop-sidebar .sidebar-content {
    margin-right: 0; }
  ul.product-cats li {
    width: 48%;
    margin: 0 0 2.992em;
    text-align: center;
    vertical-align: top; }
    ul.product-cats li:nth-of-type(4) {
      margin-right: 0; }
    ul.product-cats li a {
      color: #20252D; }
      ul.product-cats li a h2 {
        font-size: 13px;
        font-weight: bold; }
      ul.product-cats li a:hover {
        color: #F1B306; }
      ul.product-cats li a img {
        margin: 0 auto 15px;
        width: 120px;
        height: 120px; } }

/*# sourceMappingURL=main.css.map */
