/*
 Theme Name:   replete Child
 Theme URI:    https://delmundo.com/shop/wp-content/themes/replete-child
 Description:  Replete Child Theme
 Author:       Brittany Wolf
 Author URI:   https://delmundo.com
 Template:     replete
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light,white,left column, grey, simple, minimal
 Text Domain:  jshop-pro-child
*/



@import url("../replete/style.css");

.footer_arrow {
    display: none!important;
}

.main_color .widget_price_filter .ui-slider-horizontal .ui-slider-range {background-color: #719430;}

.inner_product h2.woocommerce-loop-product__title {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #719430 !important; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner_product span.woocommerce-Price-amount.amount {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #719430 !important;
}

.inner_product span.woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #719430 !important;
}

span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
    color: #719430 !important;
    font-weight: normal !important;
}

span.woocommerce-Price-currencySymbol {
    font-size: 16px !important;
    color: #719430 !important;
    font-weight: normal !important;
}

.inner_product span.sku {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #719430 !important;
}

#top .inner_product_header {
    min-height: 50px !important;
}

span.sku_wrapper.single_sku {
    font-size: 12px;
    padding-bottom: 10px !important;
    display: block;
}


.custom_country .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin: 0 auto;
    height: 35px;
}

.custom_country .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-results>.select2-results__options, .select2-results__option {
    color: #898989 !important;
}

select#billing_country {
    background: #fff;
    margin: 0;
    outline: 0;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    width: 100%;
    padding: 7px;
    background-image: url(http://delmundo.com/shop/wp-content/themes/replete-child/images/arrow.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

select#billing_country {
    background: #fff;
    margin: 0;
    outline: 0;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    width: 100%;
    padding: 7px;
    background-image: url(http://delmundo.com/shop/wp-content/themes/replete-child/images/arrow.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

select#billing_state {
    background: #fff;
    margin: 0;
    outline: 0;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    width: 100%;
    padding: 7px;
    background-image: url(http://delmundo.com/shop/wp-content/themes/replete-child/images/arrow.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

.pdf_genearate_section .pdf_info {
    display: none;
}

.pdf_genearate_section .content {
    width: 50% !important;
    float: left !important;
}

.pdf_genearate_section .buttons {
    float: right;
    width: 50%;
}

.content_categories_list .alternate {
    background: #fdfdfd;
    color: #719430;
    font-size: 15px;
}

.content_categories_list .odd {
    background: #f9f9f9;
	color: #719430;
    font-size: 15px;
}

.pdfCatalog_downoad input[type="submit"] {
    float: right;
	outline: none;
}

.pdfCatalog_downoad .header.header_title {
    font-size: 16px;
}

.pdfCatalog_downoad .categories_list {
	padding-bottom: 0px !important;
}

.pdfCatalog_downoad .header.header_title {
	padding-top: 0px;
    margin-top: 0px;
    background: none;
    border: none;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #719430;
}

.pdfCatalog_downoad .scrollbox div span {
    margin-left: 6px;
}


.pdfCatalog_downoad [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: initial;
  left: -9999px;
}
.pdfCatalog_downoad [type="checkbox"]:not(:checked) + span,
.pdfCatalog_downoad [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.pdfCatalog_downoad [type="checkbox"]:not(:checked) + span:before,
.pdfCatalog_downoad [type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1em; height: 1em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.pdfCatalog_downoad [type="checkbox"]:not(:checked) + span:after,
.pdfCatalog_downoad [type="checkbox"]:checked + span:after {
	content: '\2713\0020';
	position: absolute;
	top: .15em;
	left: .22em;
	font-size: 1.5em;
	line-height: .6;
	color: #719430;
	transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.pdfCatalog_downoad [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
.pdfCatalog_downoad [type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.pdfCatalog_downoad [type="checkbox"]:disabled:not(:checked) + span:before,
.pdfCatalog_downoad [type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.pdfCatalog_downoad [type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
.pdfCatalog_downoad [type="checkbox"]:disabled + span {
  color: #aaa;
}

.flex_column.one_third .widget_nav_menu ul:first-child>.current-menu-item, .flex_column.one_third .widget_nav_menu ul:first-child>.current_page_item {
    padding-left: 0px !important;
    left: 0px !important;
}

.flex_column.one_third div#text-9 {
    padding-top: 0px !important;
}

.flex_column.one_third div#text-9 img {
    width: 200px;
}

.flex_column.one_third div#text-9 p {
    margin-top: 0px !important;
}

.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child>li>a, #top .header_color .main_menu .menu ul .current_page_item>a, #top .header_color .main_menu .menu ul .current-menu-item>a, #top .header_color .sub_menu li ul a {
    color: #919191 !important;
}

.breadcrumb-trail .trail-before, .breadcrumb-trail .trail-end, .breadcrumb-trail .sep, .breadcrumb-trail a {
    color: #919191 !important;
}
.quantity.wqpmb_quantity .minus {
    display: none;
}
.quantity.wqpmb_quantity .plus {
    display: none;
}
.quantity.wqpmb_quantity {
     display: inline !important;
}