@font-face {
    font-family: AvantGarde;
    src: url(../fonts/avantgarde.otf);
}

.header .logo-wrapper {
    text-align: right;
}

.welcome-box{
    display:inline-block;
}

h1,h2,h3,h4,h5{
    text-transform:uppercase;
}

.footer-primary {
    background-color: rgba(0,0,0,0);
}

.footer .icon.force-no-bg-color {
    background-color: #ffffff !important;
}

.products-grid .product-image-wrapper{
    min-height: 225px;
}

.products-grid .product-image-wrapper img{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    max-width: 160px;
    max-height:160px;
}


.configurator_options{
    background-color:transparent!important;
}

.option-detail-wrapper {
     float: none!important;
     width: auto!important;
     margin-bottom: 0!important;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 0!important;
    border: 0!important;
}

.brand_choice ul li, .brand_choice ul li {
    background:#ffffff!important;
    padding-left:0!important;
    float:left;
    margin:5px;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #FFFFDF!important;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected img{
    opacity:1!important;
}

ul.thumbnails.image_picker_selector li {
    margin:5px!important;
}

.brand_choice img{
    border:1px solid #ddd;
    width:120px;
    opacity:0.7;
}

.brand_choice img:hover{
    border:1px solid #999;
    opacity:1;
}

.product-options .options-list:after,
.product-options .options-list:before{
    clear: both;
    display: block;
    content: "";
}

.product-options .options-list li{
    float:left;
    margin:5px;
}

#top-link-signup{
    display:none;
}

.icon.inquiry{
    max-width: 25px;
    max-height: 25px;
    padding: 0!important;
    line-height: 25px;
    background-color:#000!important;
    margin: 5px 10px 6px 5px!important;
}

.form-list .name-middlename,
.form-list .name-middlename input.input-text,
.form-list .name-firstname,
.form-list .name-firstname input.input-text,
.form-list .name-lastname,
.form-list .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-firstname input.input-text,
.my-account .form-list li:last-child .field input.input-text{
    max-width: 100%!important;
    width: 100%!important;
}

.my-account .form-list li:last-child .field{
    width:50%!important;
}


.my-account .form-list li:last-child .field:first-child .input-box{
    padding-right:10px!important;
}

@media only screen and (max-width: 767px){
    .my-account .form-list li:last-child .field{
        width:100%!important;
    }
    .my-account .form-list li:last-child .field:first-child .input-box{
        padding-right:0!important;
    }
}

.products-grid .addto-links-icons.addto-onimage {
    margin-top: -17px;
}

.accordion-style1 li a:hover {
    background-color: rgba(0,0,0, 0.1);
}

.inline-logo{
    margin: 1px 0 0 5px;
}

#checkout-review-table-wrapper,
#checkout-review-submit{
    border:none!important;
}
#checkout-review-submit {
    background-color: #ECECEC!important;
    margin: 4px 0;
}

input.qty {
    width: 3.8em !important;
}

/* Table Start */

table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table a:active,
table a:hover {
    color: #6d007c;
    text-decoration:underline;
}
table {
    background:#eaebec;
    margin:5px;
    border:0;
    width: 100%;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
table th {
    padding:11px 15px 12px 10px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    font-weight:bold;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
    text-align: left;
    padding-left:10px;
}
table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table tr {
    text-align: center;
    padding-left:10px;
}
table td:first-child {
    text-align: left;
    padding-left:10px;
    border-left: 0;
}
table td {
    padding:8px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table td.second {
    text-align:right;
    padding:8px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
    border-bottom:0;
}
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

/* Table END */


/* MODAL START */

html, body{
    width:100%;
    height:100%;
    margin:0;
}

.modal-wrapper{
    width:100%;
    height:100%;
    position:fixed;
    top:0; left:0;
    background:rgba(0,0,0,0.75);
    display:none;
    opacity:0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
}

.modal-wrapper.open{
    opacity:1;
    display:block;
}

.modal{
    width:40%;
    min-width:600px;
    display:block;
    position:relative;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:#fff;
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.modal-wrapper.open .modal{
    opacity:1;
}

.modal .input-box,
.modal .form-list input.input-text,
.modal .form-list textarea,
.modal .form-list .field{
    width:100%!important;
}

.modal .head{
    height: 62px;
    line-height: 62px;
    padding: 0 25px;
    overflow: hidden;
    background: #A5A5A5;
    font-family: AvantGarde, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: white;
}

.modal .btn-close{
    width: 32px;
    height: 32px;
    display: block;
    top: 15px;
    position: absolute;
    right: 10px;
    background-color: #A5A5A5;
}

.modal .btn-close::before, .btn-close::after{
    content:'';
    width:32px;
    height:6px;
    display:block;
    background:#fff;
}

.modal .btn-close::before{
    margin-top:12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

.modal .btn-close::after{
    margin-top:-6px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.modal .content{
    padding:25px;
}

.modal-open {
    overflow: hidden;
}

@media (max-height:800px){
    .modal{
        top:0;
        left:50%;
        -webkit-transform:translate(-50%,0);
        -moz-transform:translate(-50%,0);
        -ms-transform:translate(-50%,0);
        -o-transform:translate(-50%,0);
        transform:translate(-50%,0);
    }
}

@media (max-width:650px){
    .modal{
        width:100%;
        min-width:auto;
        top:0;
        left:0;
        -webkit-transform:translate(0);
        -moz-transform:translate(0);
        -ms-transform:translate(0);
        -o-transform:translate(0);
        transform:translate(0);
    }
    .modal .content{
        padding:10px;
    }
    .modal .head{
        padding: 0 10px;
    }
}

/* MODAL END */


/* Price Supplement START */

.price-supplements{
    margin: 14px 0 10px 15px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    float: right;
}

.product-type-data .price-supplements{
    display:none!important; /* Dirty hack */
}

.packaging-unit{
    display:inline-block;
    background:#919191;
    border-radius:3px;
    color:white;
    padding: 0 4px;
    font-size: 12px;
}

.price-unit{
    font-size: 1.6666em;
}

.category-products-grid .price-supplements{
    float:none;
    margin: 10px 0;
    padding: 0;
}

.price-unit{
    font-size:inherit;
}

/* Price Supplement END */


/* Loading Spinner START */

.spinner {
    width: 30px;
    height: 20px;
    text-align: center;
    font-size: 4px;
}

.spinner > div {
    background-color: #ffcc33;
    height: 100%;
    width: 4px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

/* Loading Spinner END */

/* CSS Checkmark START */
.checkmark {
    display: inline-block;
}
.checkmark:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* CSS Checkmarks END */

.successful{
    background:#D8F2D8;
    color:#306530;
    padding: 10px 20px;
    margin: 10px 0;
}

.successful .checkmark:after{
    border: solid #306530;
	border-width: 0 3px 3px 0;
    margin-right: 10px;
}

#shopping-cart-table, #shopping-cart-table *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.product-cart-actions .input-text.qty,
.product-cart-actions .btn-update,
.product-cart-actions .btn-update > span,
.product-cart-actions .btn-update span
{
    width: 100% !important;
    text-align:center;
}

button.btn-update-addresses span{
    background-color: #5BDC19;
}

.product-cart-actions button.button span span {
    height: 35px;
    line-height: 35px;
}

.or{
    height: 45px;
    line-height: 45px;
}

.info-box{
    background:#fbffbc;
    border:1px solid #d5c888;
    color:#88713d;
    padding:10px;
    margin:10px 0;
    font-weight:bold;
}


.product-options p.required,.product-options .required{
    display:none!important;
}

.product-options-bottom .price-box .old-price {
    margin-top: 0;
}

/* Weird Breadcrumps Hack-Fix START */
.breadcrumbs li span {
    background:none;
    width:auto;
    height:auto;
    margin:auto;
    display:inline-block;
    float:none;
    text-indent:0;
    overflow:auto;
}
.breadcrumbs li {
    font-size: 1em;
}

.breadcrumbs li a span::after {
    content: " » ";
    margin: 0 9px;
}

.breadcrumbs .sep{
    display:none;
}
/* Weird Breadcrumps Hack-Fix END */

/* BulkAdd Table Layout START */

.bulkaddtocart-table .option-title::first-letter,
.bulkaddtocart-table .attribute-label::first-letter {
    text-transform:uppercase;
}

.bulkaddtocart-table .attribute-value:hover{
    background:#ECECEC;
}

.bulkaddtocart-table table.display td {
    border: 1px solid #E0E0E0;
    vertical-align: middle;
}

.catalog-product-view .bulkaddtocart-table .price-supplements{
    background: #ECECEC;
    font-size: 10px;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
}

.bulkaddtocart-table .price-supplements{
    float:none;
}

.bulkaddtocart-table .price-supplements .packaging-unit {
    font-size: 9px;
    padding: 0 3px;
    background: #A2A2A2;
}

.bulkaddtocart-table .price-supplements .price-value{
    font-weight:bold;
}

/* BulkAdd Table Layout END */

.catalog-product-view .price-supplements{
    padding: 20px 0 0 0;
}

.product-view .paypal-wrapper {
    float: left;
}

.product_extra_info{
    background: white;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
}

.method-checkout-cart-methods-multishipping a:link,
.method-checkout-cart-methods-multishipping a:visited,
.method-checkout-cart-methods-multishipping a:active{
    background-color: #919191;
    color: #ffffff;
    padding: 18px 25px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    margin: 10px 0;
}

.method-checkout-cart-methods-multishipping a:hover{
    background-color: #5D5D5D;
}

.cms-userpolicy .col-main h3{
    margin-top: 30px;
}

.cms-userpolicy .col-main ul{
    list-style-type:square;
    padding: 0px 20px;
}

.supplier-list li {
    float: left;
    padding: 4px;
    width: 25%;
    box-sizing: border-box;
}

#v-cookielaw.v-bar .v-message {
    vertical-align: middle;
}

#v-cookielaw.v-bar .v-actions {
    width: 300px;
    margin: 0;
    padding: 5px 10px;
    box-sizing: border-box;
}

@media (max-width: 479px) {
    #v-cookielaw.v-bar .v-actions {
        width: 100% !important;
    }
}

#v-cookielaw.v-bar .v-actions a {
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 479px) {
    #v-cookielaw.v-bar .v-actions a {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #v-cookielaw.v-bar .v-actions a:last-child {
        margin-bottom: 0;
    }
}