/*
Theme Name: Limo Child
Theme URI: http://wordpress.templatemela.com/woo/WCM06/WCM060129/WP12
Author: Templatemela
Author URI: http://www.templatemela.com
Version: 1.0
Description: Our default theme lets you create a responsive website with a sleek, modern design.
License: GNU General Public License v2
Tags:  one-column, two-columns, right-sidebar,  custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: limo-child
Template: limo
*/

.site-header { background: transparent !important; }
.site-header .header-main { max-width: 1250px; margin: 0 auto; display: block; }
.header-middle { border-radius: 5px 5px 0 0; }
.header-bottom { border-radius: 0 0 5px 5px; }

.home .site-main { padding-top: 34px; }
.home .main_inner {
  padding-top: 0px;
}

ul.resp-tabs-list:empty {
  display: none;
}

.big-title,
.upsells.products > h2,
.related.products h2,
.cross-sells > h2,
.main-title {
  color: #0d63ab;
  text-transform: none;
  font-size: 35px;
}

.site {
  background: url("/wp-content/themes/limo-child/images/bg.png") no-repeat center top;
}

.widgets-about,
.footer-bottom-down-left {
  display: none;
}

.footer-top {
  padding-bottom: 0px;
}

.footer-bottom-up,
.footer-bottom-down {
  border-top: none;
  padding: 10px 0;
}

.site-footer {
  background-color: #b22523;
  color: #fff;
}

.site-footer a.rsswidget,
.site-footer .textwidget p,
.site-footer .widget_shopping_cart_content p {
  color: #fff;
}
.site-footer a,
.site-footer .post-date a:hover {
  color: #fff;
}

html body .header-middle {
  background-color: #aecfeb;
  background: linear-gradient(90deg, #84accf 10%, #aecfeb 35%, #a8ccea 100%);
  -webkit-background: linear-gradient(
    90deg,
    #84accf 10%,
    #aecfeb 35%,
    #a8ccea 100%
  );
  -moz-background: linear-gradient(
    90deg,
    #84accf 10%,
    #aecfeb 35%,
    #a8ccea 100%
  );
}
html body #secondary .widget-title {
  color: #b22523;
  border: 1px solid #d6d6d6;
  text-transform: uppercase;
  font-weight: 600;
}
.site-footer .widget-title { margin-bottom: 0; }

html body .primary-sidebar .widget ul li,
html body .primary-sidebar .widget.woocommerce.widget_product_categories li {
  position: relative;
}

html body .type-product .summary p.price{
  float: none;
}

html body .primary-sidebar .widget.woocommerce.widget_product_categories>li{
  padding-right: 40px;
}
html body .primary-sidebar .widget>.toggle-block{
  padding:0px;
}

.primary-sidebar a:hover {
  color: #B22523 !important;
}

html body .widget_product_categories ul{
  padding: 0px;
}

html body .woocommerce-Price-amount bdi{
  color: #fff;
  background: #B32523;
  padding: 3px 10px;
}
html body del .woocommerce-Price-amount bdi { 
	background: rgb(179 37 35 / 30%); 
}

html body ul.product-categories li a{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button,
.woocommerce-page div.product form.cart .single_add_to_cart_button.button {
  float: left;
}

/* cart/checkout shipping methods */
.woocommerce-shipping-methods label { margin-left: 5px; }
.shipping-method-desc { font-weight: normal; text-indent: 0; font-size: 0.9em; }

/* html body .woocommerce-product-search .customSelectInner{
  position: relative;
    overflow: hidden;
    vertical-align: middle;
    background: none;
} */

/* .woocommerce-product-search span.customSelect{
  padding-right: 30px;
} */

/* html body .customSelectInner{
  background-position: top right;
} */

/* html body .customSelectOpen .customSelectInner{
  background-position: top right;
} */

.woocommerce .single-product-sidebar.single-product-side-widget-area .singleproduct-sidebar{
  display: none;
}

/* html body .woocommerce-product-search span.customSelect::before{} */
/* html body .woocommerce-product-search .customSelectInner{} */

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
  border: 1px solid #dcdcdc;
  width: calc(100% - 2px) !important;
}

@media screen and (min-width: 768px) {
  /*.main-content.box-page {
    background: #fff;
    overflow: hidden;
    padding: 25px 20px;
    padding-top: 40px;
    width: 1160px;
    margin-top: -10px;
  }*/
  /*.header-middle-right {
    margin-right: 40px;
  }*/

  /*.header-middle {
    max-width: 1160px;
    padding: 0px 20px;
    border-radius: 5px;
  }

  .header-bottom {
    max-width: 1160px;
    padding: 0px 20px;
    border-radius: 5px;
  }*/

  /*#primary {
    width: 840px;
  }*/
}

@media only screen and (min-width: 1900px) { /* large screens > 1600px */
  .site { background-size: 100% auto; }
}

@media only screen and (min-width: 1201px) and (max-width: 1450px) {
  .site-header .header-main { max-width: 1200px; }
}

@media only screen and (max-width: 1200px) and (min-width: 980px) {
  /* .main-content.box-page {
    background: #fff;
    padding: 25px 20px;
    padding-top: 40px;
    width: auto;
  } */

  .header-bottom, .header-middle { width: auto; }
  .header-middle-left { margin-left: 20px; }
  .header-middle-right { margin-right: 20px; }
  .main-navigation { margin: 0 20px; }

  /* .left-sidebar #primary,
  .home.blog.left-sidebar #primary {
    float: none;
    width: auto;
  } */

  .mega-menu ul li a {
    padding: 16px 13px;
  }
}

@media screen and (max-width: 978px) {
  /* .main-content.box-page {
    background: #fff;
    padding: 25px 20px;
    padding-top: 40px;
    margin-top: 0;
    width: auto;
  } */

  .header-bottom, .header-middle { width: 100%; border-radius: 0px; padding: 0; }
}

@media screen and (max-width: 767px) {
  .header-mob-logo img{
    margin-top: 8px;
  }
}

@media screen and (max-width: 700px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    display: flex;
    justify-content: center;
    width: 100% !important;
    float: none !important;
  }
  .woocommerce ul.products li .container-inner { width: 100%; }

  .woocommerce #content nav.woocommerce-pagination ul,
	.woocommerce nav.woocommerce-pagination ul,
	.woocommerce-page #content nav.woocommerce-pagination ul,
	.woocommerce-page nav.woocommerce-pagination ul{
    white-space: inherit;
  }
}

/*------------------------------------------------------------------
[Custom style goes here]
-------------------------------------------------------------------*/
