

.footer .footerBottom ul li {
    float: none;
    width: auto;
}

.addToCart.btn-black {
    cursor: default;
}

.addToCart.btn-black:hover {
    background: #404040;
    cursor: default;
}

.addedToCart .recommendedRow .alert.alert-danger {
    padding: 0 !important;
    border: none !important;
}

.addedToCart .recommendedRow .options {
    overflow-y: scroll;
    max-height: 220px;
}

/* vertical center for slides of different dimensions */
.homeSlider .slick-track {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items:center;
}

/* select2 style */
.select2 {
    font-size: 15px !important;
    /*border-bottom: solid 2px #e1e1e1*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    padding-left: 0px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-bottom: .70rem;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}

.left-right-0 {
    left: 0 !important;
    right: 0 !important;
}

.width-100 {
    width: 100% !important;
}

#c-tags-shell {
    position: relative;
}

.tagsinput-disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table-row-group;
    background: transparent;
    z-index: 1;
}

.similar-products-search-shell {
    text-align: center;
    margin: 10px 0;
}

.similar-products-search {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 20px;
}
.fa-map-marker-success {
    background-color: #1B0 !important;
}
.fa-truck-success  {
    background-color: #ff5a00 !important;
}

.fa-percent {
    color: white;
    background-color: grey;
    padding: 2px;
    border-radius: 2px;
}

.fa-percentage-success {
    background-color: #1B0 !important;
}

.tableAttributes {
    font-size: 12px !important;
    width: 90%;
    margin: 15px;
}

.tableAttributes td {
    text-align: left;
    padding: 1px;

}

.recommended-title {
    background: #f6f6f6;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
    padding: 15px 20px;
}

.recommended-title i {
    margin-right: 10px;
    display: inline-block;
}

.recommended-products-title {
    font-size: 17px;
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    display: inline-block;
}

.helper-info,
.helper-info-bottom {
    font-size: 28px;
    background: #f6f6f6;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 30px 0;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
}

.helper-info-bottom {
    margin-top: 20px;
}

.recommended-product-image div,
.recommended-product-image img {
    height: 150px;
    width: 150px;
}

.recommended-row .recommended-div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.description-show-details {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
    letter-spacing: 6px;
}

.arrow-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.choose-position .select2-container {
    width: 100% !important;
}

.choose-position .select2-container--default .select2-selection--single {
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    transition: 0.1s;
}

.choose-position .select2-search {
    display: none;
}

.choose-position .select2-results__option {
    display: flex;
    align-items: center;
}

.choose-position .select2-results__option .img-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.choose-position .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #c9c9c9 !important;
    outline: 0;
}

.choose-position span.select2-selection.select2-selection--single {
    outline: none;
}

.choose-position .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    top: 40%;
    transform: translateY(-50%);
    right: 10px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(35, 49, 45, 0.14);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

/*@media screen and ( max-width: 500px ){*/

/*    li.page-item {*/
/*        display: none!important;*/
/*    }*/
/*    .page-item:first-child,*/
/*    .page-item:nth-child( 2 ),*/
/*    .page-item:nth-last-child( 2 ),*/
/*    .page-item:last-child,*/
/*    .page-item.active,*/
/*    .page-item.disabled {*/
/*        display: block!important;*/
/*    }*/
/*}*/

@media screen and ( max-width: 767px ){
    .remove-last-child-mobile div:last-child {
        display: none;
    }
}












.footer {
    z-index: 990
}

.footer .footerContainer {
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    border-top: solid 1px #e1e1e1
}




/*// POWODUJE PROBLEMY NA SAFARI*/
/*.pageMask {*/
/*    position: fixed*/
/*}*/



.footer .footerContainer.fixed {
    position: fixed
}

.footer .newsletter {
    text-align: center;
    padding: 35px 0
}

.footer .newsletter .container {
    position: relative
}

.footer .newsletter .container ul.social {
    position: absolute;
    right: 0;
    bottom: 0
}

.footer .newsletter .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 15px
}





























