/*
This is a bundle of all the CSS-files for this template:
- templates/belgrade/dist/output.css
- css/modules/discount_center.css
- css/modules/phonenumber_lookup.css
- css/modules/checkoutButton.css
- css/modules/datasheet.css
- css/modules/product_packages.css
- css/modules/product_bundles_frontend.css
- css/modules/giftcard.css
- css/modules/bonuspoints.css
- css/jquery.nouislider.min.css
- css/modules/in_stock_notification.css
- css/global.css
- css/modules/company_lookup.css
*/

/* css/modules/discount_center.css start */
.notification-error, .notification-success {
	padding: 10px;
}
/* css/modules/discount_center.css end */

/* css/modules/phonenumber_lookup.css start */
.lookup_input_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#phonenumber_lookup_input, #phonenumber_lookup_button, #postcode_lookup_input {
	width: 100%;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	padding: 7px 8px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	background-image: -ms-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #FFFFFF 100%);
}

#phonenumber_lookup_button {
	width: 100%;
	cursor: pointer;
	-webkit-appearance: button;
}

#phonenumber_lookup_separator {
	width: 90%;
	background: transparent;
	border: 0;
	display: block;
	height: 1px;
	border-bottom: 1px solid #E1E1E1;
	margin: 20px 0px;
	padding: 0;
}

#phonenumber_lookup_info {
	margin-top: 0;
	padding-top: 0;
	width: 90%;
}

.phonenumber_lookup_status {
	width: 90%;
}

/* css/modules/phonenumber_lookup.css end */

/* css/modules/checkoutButton.css start */
#checkoutButton {
	width: 100% !important;
	padding: 10px 40px;
	background-color: #ffaf01;
	background-image: -webkit-linear-gradient(bottom, #ffaf01, #ffef4a);
	background-image: -moz-linear-gradient(bottom, #ffaf01, #ffef4a);
	background-image: -o-linear-gradient(bottom, #ffaf01, #ffef4a);
	background-image: linear-gradient(to top, #ffaf01, #ffef4a);
	border-width: 1px;
	border-style: solid;
	border-color: #ffef4a;
	border-radius: 10px;
	font-weight: bolder !important;
	letter-spacing: -1px;
	font-size: 16px !important;
	color: #390001;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-shadow: none !important;
}
#checkoutButton:hover {
	background-image: -webkit-linear-gradient(bottom, #ffaf01, #ffaf01);
	background-image: -moz-linear-gradient(bottom, #ffaf01, #ffaf01);
	background-image: -o-linear-gradient(bottom, #ffaf01, #ffaf01);
	background-image: linear-gradient(to top, #ffaf01, #ffaf01);
	cursor: pointer;
}

/* css/modules/checkoutButton.css end */

/* css/modules/datasheet.css start */
.datasheet b {
	
}



.datasheet_block {
	padding:8px 6px 12px 6px;
	border-top:1px solid #ccc;
}

.first_block {
	border:0;
}

.datasheet_block h5 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px;
	color:#000;
	 background:transparent;
}

.datasheet_category_header {
	clear: left;
}

.filter_more {
	margin-top:6px;
	font-weight:bold;
	color:#4162cd;
	text-decoration: underline;
	background:url(/users/xlifeny_mystore_no/images_design/arrow_left.png) 5px center no-repeat;
padding-left: 17px;
display: block;
font-size: 10px;
}

.filter_ul li {
	display:block;
	margin-bottom:3px;
	clear: both;
	list-style: none;
}

.filter_ul li input {
	margin-top:2px;
	float:left;
}

.filter_ul li span {
	font-size:11px;
	margin-left:5px;
	/* clear:both; */
}
/* css/modules/datasheet.css end */

/* css/modules/product_packages.css start */
.packages_buttons_header {
	margin-bottom: 4px;
}

.packages_buttons {
	margin-bottom: 14px;
}

.package_image_container {
	float: left;
	width: 15%;
}

.package_image_container img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.package_product_description {
	display: none;
}

.package_content_container {
	float: left;
	width: 85%;
}

.package_top_link {
	display: block;
	float: right;
}

.package_show_product_description {
	display: block;
}

.package_button {
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 1%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(248,248,248,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 12px 8px 30px;
	width: 90%;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 3px;
	color:#858585;
	cursor:pointer;
	display: block;
}

.package_button_checked {
	background: #f8f8f8 url(/images/checked.png) no-repeat 10px center;
	background: url(/images/checked.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(248,248,248,1)), color-stop(100%,rgba(241,241,241,1)));
	background: url(/images/checked.png) no-repeat 10px center, -moz-linear-gradient(top,  rgba(248,248,248,1) 1%, rgba(241,241,241,1) 100%);
	background: url(/images/checked.png) no-repeat 10px center, -webkit-linear-gradient(top,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%);
	background: url(/images/checked.png) no-repeat 10px center, -o-linear-gradient(top,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%);
	background: url(/images/checked.png) no-repeat 10px center, -ms-linear-gradient(top,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%);
	background: url(/images/checked.png) no-repeat 10px center, linear-gradient(to bottom,  rgba(248,248,248,1) 1%,rgba(241,241,241,1) 100%);
}

.package_attribute {
	float:right;
	width:150px;
	margin-top:4px;
	display:inline-block;
}

.package {
 margin-top: 25px;
}

.package .attrbutedropdown {
	width:150px;
	min-width: 150px !important;
}

.package .container {
	padding:25px 0 25px 0;
	border-bottom:1px dotted #f7f7f7;
}

.package .container:first-child {
	/*padding-top:0;*/
}

.package .container:last-child {
	border:0;
}

#right_wrapper .package li {
	list-style:none;
	padding:0;
	margin:0;
}

.package li > div {
	border-left:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
}

.package li:last-child > div {
	border-bottom:1px solid #f3f3f3;
}

.package li > a {
	display:block;
	padding: 16px 20px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	
}

.package li > div {
	padding:16px;
}
/* css/modules/product_packages.css end */

/* css/modules/product_bundles_frontend.css start */
/*------------------------------------*\
    PRODUCT BUNDLES FRONTEND CONTENTS
\*------------------------------------*/
/*
PROJECT GLOBALS
BUNDLE GROUP
BUNDLE GROUP HEADER
*/

/*------------------------------------*\
    PROJECT GLOBALS
\*------------------------------------*/

.product-bundles {
    --fontFamily: 'Open Sans', Arial, sans-serif !important;
    --fontPrimaryColor: #303030;
    --headerBgColor: #f9f9f9;
    --inputBorder: 1px solid #DEE2E6;
    --borderRadiusSm: 2px !important;
    --borderRadiusLg: 4px;
    --bundleSpacing: 2rem 1.25rem;
    --bundleContainerBottomMargin: 20px;
}

.product-bundle > .bundle {
    list-style: none;
    margin-top: 0px;
    padding-left: 0px;
}

.down-caret::after {
    position: relative;
    left: 9px;
    margin-bottom: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/*------------------------------------*\
    BUNDLE PAGE
\*------------------------------------*/

.prices { width: 100%; }

span.product-price__with-attributes {
    font-size: 0.9rem;
    margin-left: 1rem;
}

#bundle-product-page-button-col {
    padding: 0;
}

#bundle-product-page-button {
    display: flex;
}

#bundle-product-page-button__alert {
    color: tomato;
}

.bundle-product-page-button__alert--hidden {
    display: none;
}

#bundle-product-page-button .plus_minus_buttons {
    margin-left: -6px;
}

@media only screen and (max-width: 599px) {
    #bundle-product-page-button {
        flex-direction: column;
    }

    #bundle-product-page-button .plus_minus_buttons {
        margin-left: 5%;
    }
}

#bundle-product-page-button > button {
    padding: 14px 10px !important;
    height: 49px !important;
    background: rgba(71, 131, 75, 0.5) !important;
    text-transform: uppercase;
    color: #fff !important;
}

.bundle-product-page-button--complete > #addToShoppingCart {
    background: #47834B !important;
}

#bundle-product-page-button > #addToShoppingCart:focus {
    outline: solid #005fcc;
}

/* THEME EUROPE specific */
.bundle-product-page-button__container {
    display: flex;
}

.bundle-product-page-button__container .product_quantity-bundles {
    width: auto;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.bundle-product-page-button__container .product_quantity-bundles .product_quantity.product_quantity__simple input {
    height: 49px;
    width: 60px;
}

.bundle-product-page-button__container .product_quantity-bundles .product_quantity {
    margin-bottom: 0;
}

.bundle-product-page-button__container #bundle-product-page-button {
    flex-grow: 2;
}

/*------------------------------------*\
    BUNDLE GROUP
\*------------------------------------*/

.bundle-group {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 8px;
    margin-bottom: 20px;
    max-height: 2000vh;
    transition: max-height 0.4s ease;
}

.bundle-group--collapsed {
    max-height: 164px;
    overflow: hidden;
}

button.bundle-group__button {
    /* Fight the js adding an element style of width 160px */
    width: 100% !important;
    border: none;
    padding: 14px 10px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    cursor: pointer;
}

button.bundle-group__button--completed {
    color: rgba(0, 0, 0, 0.4);
}

/*------------------------------------*\
    BUNDLE GROUP COLLAPSED STATE
\*------------------------------------*/

.bundle-group--collapsed .bundle-product__attributes {
    opacity: 0;
}

.bundle-group--collapsed .bundle-product__content {
    /* display: flex;
    justify-content: center;
    align-items: center;
     */
    /* position: relative; */
}

.bundle-group--collapsed {
    max-height: 171px;
    overflow: hidden;
    position: relative;
}

.bundle-group--collapsed .bundle-product__image img {
    /* max-height: 84px; */
    height: 84px;
    object-fit: contain;
    min-width: 70px;
    width: 70px;
}

.bundle-group--collapsed .bundle-product__content h3 {
    transform: translate(1px, 10px);
}

.bundle-group--collapsed .bundle-product__attributes-summary {
    transform: translate(50%, 100%);
}


/*------------------------------------*\
    BUNDLE GROUP HEADER
\*------------------------------------*/

.bundle-group__header {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}

.bundle_group__number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(0deg, #575757, #575757), linear-gradient(0deg, #575757, #575757), #575757;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 5px;

    color: #fff;
}

.bundle-group--completed .bundle_group__number {
    background: linear-gradient(0deg, #47834B, #47834B), linear-gradient(0deg, #575757, #575757), #575757;
}

.bundle_group__name {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-left: 15px;
}

.bundle_group__collapse {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    color: #303030;
    margin-left: auto;
    /* To compensate for the position of the caret in ::after */
    padding-right: 9px;
    cursor: pointer;
}

.bundle_group__collapse.down-caret::after {
    transform: rotate(180deg);
}

.bundle_group__collapse--collapsed.bundle_group__collapse.down-caret::after {
    transform: rotate(0deg);
}

/*------------------------------------*\
    BUNDLE PRODUCT
\*------------------------------------*/
.bundle-product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bundle-product__content-container {
    display: flex;
    width: 100%
}

.bundle-product__image {
    flex-grow: 1;
    flex-shrink: 3;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
}

.bundle-product__content {
    flex-grow: 3;
    padding-left: 20px;
    margin-left: auto;
}

.bundle-product__content h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    transition: all 0.3s ease;
}

.bundle-product__attributes {
    transition: all 0.3s ease;
}

.bundle-product__attributes-summary {
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.attribute_element--not-selected {
    box-shadow: 0 1px 0 0 tomato; /* Border bottom */
    box-shadow: 0 -1px 0 0 tomato; /* Border top */
    box-shadow: -1px 0 0 0 tomato; /* Border left */
    box-shadow: 1px 0 0 0 tomato; /* Border right */
    box-shadow: 0 0 0 1px tomato; /* All the borders by using the spread properties */
}

.attribute_element--not-selected::before {
    display: block;
    position: absolute;
    color: tomato;
    font-size: 0.9rem;
    z-index: 100;
    top: 0;
    right: 6px;
}
.bundle-product-select-parent--hidden.attribute_element--not-selected::before {
    content: "Velg";
}

/* Targets the attribute_element_X */
.attribute_container > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.attribute_element .fs-dropdown {
    width: 100%;
}

.attribute_container > div {
    margin-bottom: 10px;
    padding: 1px;
}

.attribute_container > div > p:first-of-type {
    width: 100%;
}

/* Takes the hidden select container out of the normal content flow */
.bundle-product-select-parent--hidden > div:first-of-type {
    position: absolute;
}

.bundle-product__attributes .bundle-product__attribute-variant > img {
    min-width: 50px;
    aspect-ratio: 2/3;
    object-fit: contain;
}

.bundle-product__attributes .attribute_container .bundle-product-select-parent--hidden {
    position: relative;
}

.bundle-product__attribute-variant {
    margin-right: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 4px;
    border-radius: 3px;
    width: unset !important;
    background: none !important;
    border: none !important;
    max-width: 32%;
}

.bundle-product__attribute-variant--small {
    margin-right: 5px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 12px;
    border-radius: 3px;
    width: unset !important;
    background: none !important;
    border: none !important;
    min-width: 100%;
    justify-content: space-between;
    border: 1px solid #CCCCCC !important;
    margin-top: 5px;
}

.bundle-product__attribute-variant--small > img {
    min-width: 40px !important  ;
    aspect-ratio: 2/3;
    object-fit: contain;
    margin-right: 4px;
}

.bundle-product__attribute-variant--small > .attr_name{
    margin-right: auto;
}
.bundle-product__attribute-variant > .attr_name{
    display: block;
    white-space: break-spaces;
    font-size: 12px;
}

.bundle-product__attribute-variant.bundle-product__attribute-variant--small.bundle-product__attribute-variant--active {
    border: 1px solid #CCCCCC !important;
    background: lightgray !important;
}

.bundle-product__attribute-variant.bundle-product__attribute-variant--active {
    border: 1px solid #CCCCCC !important;
}

.bundle-product-select--hidden {
    opacity: 0 !important;
    display: none !important;
}
.bundle-product-select--hidden + .fs-dropdown-selected {
    opacity: 0 !important;
    position: relative;
    width: 0;
    height: 0;
}

.bundle-product:not(:first-of-type) {
    margin-top: 30px;
}

.bundle-product__info {
    width: 100%;
}

.bundle-product__show_product_description {
    display: block;
}



.bundle_product_description {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.bundle-product__info {
    margin-top: 11px;
}

.bundle-product__info summary {
    display: block;
    position: relative;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    color: #000000;
}

.bundle-product__info details {
    background: white;
    height: auto;
    max-height: 1.5rem; /* set to line height */
    transition: all 0.1s ease;
}

.bundle-product__info details summary::-webkit-details-marker {
    display:none;
}

.bundle-product__info details[open] > summary::after {
    transform: rotate(-90deg);
}

.bundle-product__info details[open] {
    max-height: 2000vh;
    transition: all 1s ease;
}

.bundle-product__info details[open] .bundle_product_description {
    opacity: 1;
    transform: translateX(0px);
}

.bundle-product__info summary::after {
    position: relative;
    left: 9px;
    margin-bottom: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}


.cart_content .bundle-products_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cart_content .bundle-products_info h5 {
    margin-bottom: unset;
}

.cart_content .bundle-products_info > * {
    text-align: unset !important;
}

.cart_content .bundle-products_info {
    display: flex;
    color: #747272 !important;
}

.cart_content .bundle-products_info div {
    display: flex;
}

/* css/modules/product_bundles_frontend.css end */

/* css/modules/giftcard.css start */
.product_giftcard_container label {
	display: block;
	font-weight: bold;
}
/* css/modules/giftcard.css end */

/* css/modules/bonuspoints.css start */
.bonus_button {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
}

/* css/modules/bonuspoints.css end */

/* css/jquery.nouislider.min.css start */
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
/* css/jquery.nouislider.min.css end */

/* css/modules/in_stock_notification.css start */
#temp_out_of_stock_form {
    display: none;
}

#temp_out_of_stock_notification .alert-success,
#temp_out_of_stock_notification .alert-danger {
    display: none;
}

.alert-success p,
.alert-danger p {
    margin-bottom: 0;
}

#temp_out_of_stock_form_input {
    display: flex;
}

#temp_out_of_stock_form_input .input-group {
    flex: 1;
    display: block;
}

#temp_out_of_stock_form_input input[type="email"] {
    border-radius: 4px;
}

#temp_out_of_stock_form_input input[type="submit"] {
    margin-left: 8px;
    border-radius: 4px;
}

/* css/modules/in_stock_notification.css end */

/* css/global.css start */
.product_description img{
    max-width: 100%;
    height: auto;
}

.product_description-1 img{
    max-width: 100%;
    height: auto;
}


/* css/global.css end */

/* css/modules/company_lookup.css start */
#company_number_lookup_input, #company_number_lookup_button {
	background-color: #f9f9f9;
	border: 1px solid #cccccc; 
	padding: 7px 8px; 
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
	background-image: -ms-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #FFFFFF 100%);
}

#company_number_lookup_button {
	cursor: pointer;
	-webkit-appearance: button;
}

#company_number_lookup_input {
	width: 46%;
}

#company_number_lookup_separator {
	width: 90%;
	background: transparent;
	border: 0;
	display: block;
	height: 1px;
	border-bottom: 1px solid #E1E1E1;
	margin: 20px 0px;
	padding: 0;
}

#company_number_lookup_info {
	margin-top: 0;
	padding-top: 0;
	width: 90%;
}

.company_number_lookup_status {
	width: 90%;
}

/* css/modules/company_lookup.css end */

