/* .sorter-options > option[value=position] {
	display: none;
} */

.product-image-container{
    display: inline !important;
}
.toolbar-products .modes-mode.mode-grid:before {
	content: '\f00a';
}
.additional-features > ul > li:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
}
.features .description:before {
	content: "-";
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.additional-features ul li {
	padding-left: 10px;
	position: relative;
}
.content .specification-table ul li {
	font-size: 14px;
}
.content .specification-table span {
	font-size: 12px;
}

.content .specification-table ul li.open,
.content .specification-table ul li:first-child {
    display: block;
}

@media only screen and (min-width: 1024px) {
	.checkout-index-index .modal-popup .modal-inner-wrap {
		top: 5%;
		position: absolute;
	}
}
.payment-method-title.field.choice input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
    margin-right: 20px;
}

.checkout-payment-method .payment-method-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
body .checkout-payment-method .payment-method-content, fieldset.shipping-details {
    padding-left: 33px
}

form#stripecreditcards-payment-form .field.choice > input {
    margin-right: 10px;
}

form#stripecreditcards-payment-form .field.choice {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

form#stripecreditcards-payment-form .StripeElement {
    height: auto;
    margin-top: 5px;
}
.checkout-index-index .payment-method-billing-address .billing-address-details {
    display: none;
}
@media only screen and (max-width: 767px) {
    .checkout-payment-method .payment-group .step-title {
        margin-left: 15px;
        margin-right: 15px;
    }

    body .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
        color: #FFF;
    }
    .terms-links p{
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    .terms-links p{
        text-align: right;
    }
}


.description-of-lowes h2{
    /* text-transform: uppercase; */
    font-size: 18px;
    color: #222222;
    font-weight: 700;
}

.description-of-lowes p{
    font-size: 14px;
    width: 70%;
}

.description-of-lowes{
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
    padding-bottom: 10px;
}



.customer-account-create .field.newsletter{
    display: none;
}

.minicart-wrapper #top-cart-btn-checkout{
    display: none;
}

.shipping-address-item .edit-address-link{
    display: none;
}

.navigation.custommenu  li.ui-menu-item a{
    text-transform: inherit !important;
}

.container-header-sticky .customer-account a, .container-header-sticky .authorization-link a{
    text-transform: inherit !important;
}
.billing-address-same-as-shipping-block input {
    display: inline-block !important;
}

.modal-backdrop{
    z-index:0;
}
/*
.header-container{
    z-index: 1;
} */


#eventModal .modal-content{
    background: url('../images/low.png') bottom right no-repeat #ca0017;
    color: white;
}


#eventModal .modal-body{
    width: 58%;
    max-width: 380px;
    padding: 30px 35px;
}


#eventModal p{
    text-align: center;
}

#eventModal h2{
    font-size: 16px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-family: 'Avenir';
    display: block;
    text-align: left;
}

#eventModal h2:before{
    content: "";
    width: 20px;
    border-top: 3px solid #222222;
    position: absolute;
    left: 0;
    bottom: 0;
}

#eventModal span.event{
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin: 15px 0 12px 0;
}

#eventModal input{
    color: #222222;
    background: none;
    border: none;
    padding: 0;
    display: block;
    margin: 15px auto 0;
}
#eventModal button{
    background: #222222;
    border: 0;
    padding: 10px 5px;
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    transition: 0.5s;
    margin-top:20px;
}

input#destroyEvent{
    border: 1px solid #222;
    background: none;
    padding: 5px 0px;
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    transition: 0.5s;
    margin-top:10px;
    color: #222;
}

#eventModal button:hover{
    background: #fff;
    color: #222;
}

#eventModal input:hover{
    text-decoration: underline;
    color: #fff;
}


.event-bar{
    background: #ca0017;
    position: fixed;
    bottom: -10px;
    width: 70%;
    display: block;
    padding: 10px;
    color: white;
    z-index: 99999;
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px
}

.terms-links a{
	color: #888;
}

.terms-links a:hover{
	color: #ca0017;
}
.tax-totals{
	position: relative;
}

.ui-tooltip{
	background: #ca0017;
	border-radius: 10px;
	color: #fff;
	padding: 2px 6px
}

.tooltip-toggle{
	position: absolute;
    left: 172px;
    margin-top: 11px;
    opacity: 0.8;
    font-size: 12px;
}

.totals.shipping.excl .value{
	display: none;
}


.totals.amasty-extrafee.excl .label{
	display: none;
}

.totals.shipping.excl .label,
.totals.amasty-extrafee.excl .label{
	font-weight: normal !important;
}
.totals.amasty-extrafee.excl .value{
	font-size:13.5px;
}


.amasty-extrafee-option.field.choice.item input,
.amasty-extrafee-fees .amasty-extrafee-title,
.data.table.table-totals + .block.items-in-cart{
	display:none;
}
.amasty-extrafee-option.field.choice.item label{
	font-weight: normal !important;
}
/* .opc-block-summary > .block.items-in-cart{
	display:none;
} */

#s_method_freeshipping_freeshipping.radio{
	display:none;
}
#co-shipping-method-form label.label{
	display:block;
}



.table-checkout-shipping-method{
    background: #fff;
}
.table-checkout-shipping-method #eventAddress img{
    display: none;
}
.table-checkout-shipping-method tbody td,
.table-checkout-shipping-method table {
    border: none !important;
}

.category-usa .breadcrumbs,
.catalog-category-view .breadcrumbs{
    display: none;
}

.form-edit-account .fieldset.password {
    display: block !important;
}

.category-usa .product-grid .info{
    text-align: center;
}



@media only screen and (max-width: 1024px) {
	.event-bar .col-md-1{
        display: none;
    }
}

/* Amasty feed extension */
.amexfee-block-content .amexfee-item-element .control .amexfee-input {
    display: none;
}

.amexfee-block-content .amexfee-item-element .label.amexfee-title {
    display: none;
}

.amexfee-block-content .amexfee-item-element label.amexfee-label {
    color: #555;
    pointer-events: none;
}

.cms-home .us_expos_home {
    display: none;
}
/* minicart height */
.minicart-items-wrapper {max-height: 600px;}
.header-container .header .minicart-wrapper .block-minicart { z-index: 100000;}

.catalog-product-view .product-view .product-info .product-social-links {
    display: none;
}

.product-add-form .customer-account {
    padding: 10px;
    background-color: #f4f4f4;
}

.product-add-form .customer-account > a {
    color: #ca0017;
    text-decoration: none;
}

/* SIAL website updates */
.custommenu.sial-website {
    display: none;
}
.footer-container.sial-website  {
    display: none;
}
/* expHotel website updates */
.custommenu.exphotel-website {
    display: none;
}
.footer-container.exphotel-website  {
    display: none;
}
