.product-search {
    margin-top: 70px;
	margin-bottom: 20px;
}
.product-search-wrapper {
	padding: 20px 40px;
	border: 2px solid #1F5A9F;
}
.product-search .search-header-title {
    padding-top: 10px;
    font-size: 16px;
}
.product-search .form-search.form-textfield {
    font-size: 16px;
}
.product-child-wrapper {
	/*border: 1px solid #000;*/
}
/*.product-child-wrapper span {
    border: 1px solid #000;
    font-size: 14px;
}*/
.product-item-header span {
	font-weight: 600;
}
.product-search-item span {
	text-align:left;
	display:block;
}

/*.qty-field {
    text-align: center !important;
}*/

.product-search-item {
	margin-bottom: 10px;
}
.search-product-link {
    color: #fff;
    text-decoration: none;
    width: 90%;
    padding: 0 10px !important;
    font-size: 0.7vw;
    line-height: 30px
}
.search-product-link:hover,
.search-product-link:focus {
    text-decoration: none;
    color: #fff;
}
.no-article-found {
	text-align: center;
	color: #FF0000;
}
.nf-button.search-product-link.search-product-add-to-cart.loading {
	padding: 5px !important;
}

#shopping-bag-modal .modal-dialog {
    margin: 150px auto;
    position: fixed;
    right: 0;
    max-width: 600px;
    color: #fff;
}

#shopping-bag-modal .modal-dialog .modal-content {
    background: #1F5A9F;
    border: 1px solid #979797;
    border-radius: 0;
    padding: 5%;
}

#shopping-bag-modal .modal-dialog .modal-content .modal-header {
    border: 0 none;
    padding: 25px 0 5px;
}

#shopping-bag-modal .modal-dialog .modal-content .modal-header .fa {
    padding-right: 10px;
}

#shopping-bag-modal .modal-dialog .close {
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}

#shopping-bag-modal .modal-dialog .modal-content .modal-body {
    padding: 5px 0;
}

#shopping-bag-modal .modal-dialog .modal-content .modal-body .txt-list {
    border-top: 1px solid #fff;
    color: #fff;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}

#shopping-bag-modal .modal-dialog .modal-content .modal-body .btns {
    overflow: hidden;
    text-align: left;
}

#shopping-bag-modal .modal-dialog .modal-content .modal-body .btn {
    border: 1px solid #1F5A9F;
    color: #1F5A9F;
    display: inline-block;
    margin: 0 10px 10px 0;
    min-width: 200px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    background: #FFF;
}

#shopping-bag-modal .modal-dialog .modal-content .modal-body .txt-list li {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
}