/*******************************************
**  ICONS
*******************************************/
.icon-search:before {
    background: url(../img/loupe.png) no-repeat;
    width: 25px;
    height: 100%;
    left: 0;
    top: 0;
    background-size: auto !important;
    background-position: 0 center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.icon-padlok:before {
    background: url(../img/padlock.png);
    width: 16px;
    height: 22px;
    left: -31px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.icon-fb:before {
    background: url(../img/fb-icon.png);
    width: 11px;
    height: 22px;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.icon-arrowRight:before {
    background: url('../img/arrowRight-icon.png');
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    height: 13px;
    background-size: inherit !important;
    background-position: 0 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.icon-eye:before {
    background: url('../img/icon-eye.png');
    width: 48px;
    height: 31px;
    top: 0px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.4s ease 0.3s;
    -webkit-transition: all 0.4s ease 0.3s;
}

/*******************************************
**  QUICK CART
*******************************************/
.qcart_quantity {
    position: absolute;
    background: url(../img/cart-icon-red.png);
    width: 37px;
    height: 30px;
    left: -52px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.qcart_quantity > span {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 10px;
    background-color: #080f17;
    border-radius: 50px;
    line-height: 16px;
    text-align: center;
    top: 2px;
    left: 15px;
}

.topBar_lang {
    height: 75px;
    padding-right: 15px;
    padding-top: 10px;
}

.topBar_lang > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #a5bbd4;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.topBar_lang .currency {
    float: left;
    margin: 5px;
}

.topBar_lang .lang {
    float: left;
    margin: 5px;
}

.select2-selection.topBar_select {
    background: none;
    border: 1px solid #293849;
    border-radius: 3px;
}

.select2-selection.topBar_select .select2-selection__rendered {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.select2-container--open .topBar_select {
    background: #fff;
    border: none;
}

.select2-container--open .select2-selection.topBar_select .select2-selection__rendered {
    color: #080f17;
}

.select2-dropdown.topBar_dropdown {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.select2-results__options {
    position: relative;
}

.select2-dropdown.topBar_dropdown .select2-results {
    font-size: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #293849 transparent transparent transparent;
}

.select2-container--default .select2-results__option {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #e8173e;
    background: transparent;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
}

/*******************************************
**  SCROLL
*******************************************/
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #e8173e;
    width: 3px;
    right: 0;
    border-radius: 0;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #e8173e;
}

.ps-container>.ps-scrollbar-y-rail {
    width: 7px;
    opacity: 1;
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y, .ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 7px;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    width: 7px;
    background-color: #e8173e;
}

.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 1;
}

/*******************************************
**  FORMS
*******************************************/
.half {
    width: 100%;
}

[class*="button-"] {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
}

.button-red-arrow {
    background-color: #e8173e;
    font-size: 15px;
    position: relative;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.button-red-arrow:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid #e8173e;
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
    right: -30px;
    top: 0;
}

.button-red {
    border: 2px solid #e8173e;
    background-color: #e8173e;
}

.button-red:hover {
    background-color: transparent;
    color: #e8173e !important;
}

.button-black {
    border: 2px solid #080f17;
    background-color: #080f17;
    height: 30px;
    line-height: 1px;
}

.button-black:hover {
    color: #080f17 !important;
    background-color: transparent;
}

.button-blue {
    border: 2px solid #3b5998;
    background-color: #3b5998;
}

.button-blue:hover {
    background-color: transparent;
    color: #3b5998 !important;
}

.button-blue-light {
    background-color: #2b91f9;
    border: 2px solid #2b91f9;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    padding: 0 30px;
    height: 28px;
}

.button-blue-light:hover {
    background-color: transparent;
    color: #2b91f9 !important;
}

.button-blue-light-big {
    background-color: #2b91f9;
    border: 2px solid #2b91f9;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    padding: 0 30px;
    height: 45px;
}

.button-blue-light-big:hover {
    background-color: transparent;
    color: #2b91f9 !important;
}

.form-control {
    border: none;
    border-bottom: 1px solid #adb8c4;
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding-left: 0;
    color: #080f17;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    height: 25px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #adb8c4;
}

.half .form-group {
    width: 50% !important;
    float: left;
}

.has-error .form-control {
    box-shadow: none;
    border-color: #e8173e;
}

.has-success .form-control {
    box-shadow: none;
    border-color: #3b5998;
}

.half:after {
    content: '';
    display: block;
    clear: both;
}

label.checkbox {
    color: #080f17;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.label {
    color: #a5bbd4;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
/*******************************************
**  FEATURE LIST
*******************************************/
.feature_items {
    list-style: none;
    padding: 0;
    color: #080f17;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.feature_items .feature_item {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid rgba(55, 84, 114, 0.4);
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
}

/*******************************************
**  TAG SELECT
*******************************************/
.select2-container--default .tagSelect.select2-selection--multiple {
    min-height: 70px;
    background-color: #142639;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0%, transparent 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    border: none;
}

select.tagSelect + .select2 {
    width: 100% !important;
}

.select2-container--default .tagSelect.select2-selection--multiple .select2-selection__rendered {
    padding-top: 40px;
    padding-left: 60px;
}

.select2-container--default .tagSelect.select2-selection--multiple .select2-selection__choice {
    color: #a5bbd4;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
    border: none;
    padding-left: 17px;
    position: relative;
}

.select2-container--default .tagSelect.select2-selection--multiple .select2-selection__choice__remove {
    background: url('../img/x.png') no-repeat center center;
    height: 12px;
    text-indent: 100px;
    position: absolute;
    width: 9px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.tagSelectBlock {
    position: relative;
}

.tagSelectBlock_title {
    position: absolute;
    display: inline-block;
    z-index: 10;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    top: 15px;
    left: 60px;
}

.tagSelectBlock:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 9px;
    background: url(../img/arrow-down.png);
    z-index: 10;
    left: 30px;
    top: 25px;
}

.tagSelectBlock_wrapper {
    padding: 0 4.5px;
}

.tagDropdown {
    width: 100% !important;
}

.tagDropdown_position {
    left: 9px !important;
    right: 9px !important;
}

.select2-dropdown.tagDropdown {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px black;
    border-radius: 0;
}

.tagDropdown .select2-results__options {
    moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
    padding: 35px;
}

.tagDropdown .select2-results__options > li {
    padding-left: 20px;
}

.tagDropdown .select2-results__options > li[aria-selected="true"] {
    position: relative;
    color: #e8173e;
}

.tagDropdown .select2-results__options > li[aria-selected="true"]:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../img/check-list-red.png');
    left: 0;
    top: 12px;
    width: 12px;
    height: 9px;
}

.select2-container--default .tagSelect.select2-selection--multiple[aria-expanded="true"] {
    background-color: #f4f9fe;
}

.tagSelectBlock.open .tagSelectBlock_title {
    color: #080f17
}

.select2-container--default .tagSelect.select2-selection--multiple[aria-expanded="true"] .select2-selection__choice {
    color: #080f17
}

.tagSelectBlock.open:before {
    background: url(../img/arrow-up-red.png);
}

.select2-container--default .tagSelect.select2-selection--multiple[aria-expanded="true"] .select2-selection__choice__remove {
    background: url('../img/x-red.png') no-repeat center center;
}

.tagSelectBlock .select2-search__field {
    display: none;
}

/*******************************************
**  RANGE SLIDER
*******************************************/
.noUi-target {
    background: rgba(41, 56, 73, 0.4);
    border: none;
    height: 7px;
    box-shadow: none;
}

.noUi-handle {
    background-color: #d4666e;
    background: linear-gradient(to top, #d0d0d0 0%, white 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.55);
    border-radius: 50px;
}

.noUi-connect {
    background-color: #2b91f9;
}

.noUi-horizontal .noUi-handle {
    height: 15px;
    width: 15px;
    top: -4px;
    left: -7px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.priceSliderBlock_left {
    float: left;
}

.priceSliderBlock_right {
    float: left;
}

.priceSliderBlock_middle {
    width: 250px;
    float: left;
    margin: 10px;
}

.filterBlock_wrapper .qcart_price {
    color: #fff;
    font-size: 20px;
}

.filterBlock_wrapper .qcart_price .qcart_currency {
    color: #a5bbd4;
    font-size: 10px;
    top: -0.7em;
    padding-left: 5px;
}

.filter2 {
    padding: 0 4.5px;
}

.priceRange_label.label {
    display: block;
    float: left;
    margin-right: 30px;
    height: 28px;
    padding: 0;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
}

.priceRange_label.label:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../img/label-icon.png');
}

.priceSliderBlock {
    display: block;
    float: left;
}

/*******************************************
**  PRODUCT BOX
*******************************************/
.productBox {
    background-color: rgba(16, 30, 47, 0.5);
    border-top: 1px solid rgba(41, 56, 73, 0.5);
    border-right: 1px solid rgba(41, 56, 73, 0.5);
    position: relative;
}

.product {
    display: block;
    padding: 45px 10px 20px 10px;
    text-align: center;
}

.product_img img {
    max-width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.product_title {
    color: white;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 12px;
    margin: 15px 0;
    position: relative;
    z-index: 11;
    height: 40px;
}

.product_price {
    font-family: 'bebas';
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 11;
}

.product_price_old {
    font-weight: 300;
    display: inline-block;
    color: #a5bbd4;
    text-decoration: line-through;
    margin-right: 10px;
    height: 42px;
}

.product_price_new {
    font-weight: 600;
    display: inline-block;
    height: 42px;
}

.product_price_currency {
    color: #a5bbd4;
    font-family: 'Montserrat';
    font-size: 11px;
    top: -1.2em;
}

.product_hover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(42, 143, 245, 0.8);
    box-shadow: 0 0 30px black;
    z-index: 10;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.product_hover_text {
    top: 30%;
    width: 100%;
    display: inline-block;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.productBox:hover .product_hover {
    opacity: 1;
}

.productBox:hover .product_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.productBox:hover .product_hover_text:before {
    top: -50px;
    opacity: 1;
}

.productBox:hover .product_hover_text {
    top: 50%;
    opacity: 1;
}

.productBox:hover .product_hover_text:after {
    bottom: -40px;
    opacity: 1;
}

.product_hover_text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 30px;
    height: 13px;
    background: url('../img/arrowRight-icon.png');
    background-position: 0 13px;
    transition: all 0.4s ease 0.4s;
    -webkit-transition: all 0.4s ease 0.4s;
}

.product_buy {
    z-index: 100;
    position: relative;
}

.product .feature_items {
    color: #fff;
}

.product .feature_items li {
    margin-right: 0;
}

/*******************************************
**  TEXT BLOCK
*******************************************/
.textBlock {
    color: #080f17;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
}

/*******************************************
**  STEPS
*******************************************/
.step ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-top: 50px;
    border-bottom: 1px solid rgba(175, 187, 199, 0.6);
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.step ul:after {
    content: '';
    display: block;
    clear: both;
}

.step ul li {
    float: left;
    width: 20%;
    text-align: right;
    padding-bottom: 15px;
}

.step ul li a {
    color: #080f17;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.step ul li.active {
    position: relative;
}

.step ul li.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: #e8173e;
}

.step ul li.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 13px;
    height: 6px;
    background: url('../img/red-arrow.png');
}

/*******************************************
**  TABLE
*******************************************/
.table {
    margin-bottom: 0;
}

.table th {
    color: #080f17;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none !important;
}

.table .qcart_remove {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
}

.table td {
    vertical-align: middle !important;
    border-bottom: 1px solid rgba(175, 187, 199, 0.6);
    border-top: none;
}

.t_summaryRow td {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.t_summaryRow td > .text {
    float: right;
    color: #080f17;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.table .t_cover img {
    max-width: 90px;
}

.table .t_productNameHeader {
    text-align: left;
}

.table .t_productName {
    text-align: left;
}

.table .t_title {
    color: #080f17;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
}

.table .t_title a {
    color: #080f17;
}

.table .t_availability {
    color: #080f17;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.table .t_availability span {
    display: inline-block;
    width: 100%;
    color: #080f17;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    text-transform: none;
}

.table .t_price {
    font-size: 25px;
}

.table .t_price sup {
    font-size: 10px;
    top: -1em;
}

.t_count {
    position: relative;
    width: 90px;
    display: inline-block;
}

.t_count input[type="text"] {
    border: 1px solid rgba(55, 84, 114, 0.4);
    background-color: white;
    width: 90px;
    border-radius: 20px;
    height: 40px;
    padding-left: 15px;
    color: #080f17;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.t_count_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px solid rgba(55, 84, 114, 0.4);
    width: 40px;
    border-radius: 20px;
}

.t_count_plus {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
    background: url('../img/count-up.png') no-repeat center center;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.t_count_plus:hover {
    background-position: center top 2px;
}

.t_count_minus {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
    background: url('../img/count-down.png') no-repeat center center;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.t_count_minus:hover {
    background-position: center bottom 2px;
}

.optionDescription {
    font-size: 13px;
    line-height: 14px;
    color: #080f17;
    font-weight: 300;
}

.red {
    color: #e8173e;
    font-weight: 500;
}