body,h1,h2,h3,h4,h5,h6 {
     font-family: "Istok Web" !important;
}

p {
    line-height: 1.5 !important;
    margin-bottom: 10px;
}

#header {
    min-height: 78px;
}

.device-xl .slider-caption h2 { font-size: 28px; }
.device-lg .slider-caption h2 { font-size: 26px; }
.device-md .slider-caption h2 { font-size: 24px; }
.device-sm .slider-caption h2 { font-size: 20px; }
.device-xs .slider-caption h2 { font-size: 18px; }

.slider-caption p {
    font-size: 20px !important;
    margin-top: 10px;
}

.slider-caption h2 {
    line-height: 37px;
    margin-bottom: 10px;
}

.swiper-slide div.container {
    padding-left: 55px !important;
    padding-right: 55px !important;
    width: auto !important;
}

#logo a {
  font-size: 20px !important;
}

.vh-70 {
	height: 70vh !important;
}

#copyrights2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.standard-logo img, retina-logo img {
    max-height: 36px !important;

}

#header.sticky-header-shrink .standard-logo div div.details, #header.sticky-header-shrink .retina-logo div div.details {
    max-height: 0px;
    transition: max-height 0.3s linear;
}

.flexslider.dark .flex-control-nav li a {
	border: 1px solid gray !important;
}
.flexslider.dark .flex-control-nav li:hover a,
.flexslider.dark .flex-control-nav li a.flex-active {
	background-color: gray !important;
}

.drag_handler {
    cursor: move;
}

.main-news-list .entry .entry-content p {
    margin-bottom: 0px;
}
.main-news-list .entry .entry-content > p:nth-last-of-type(-n+1) {
    display: inline;
}

.main-news-list .entry-image a {
    display: block;
    width: 300px;
    height: 200px;
}

.main-news-list .entry-image a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 0 0 !important;
}

.title-block  {
    line-height: 1;
}
.title-block span p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.fancy-title span {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    padding-bottom: 1px !important;
    font-family: 'Istok Web', sans-serif;
}

.promo h3 + span {
    margin-top: 0px;
}


.sub-menu-container .menu-item > .menu-link {
    padding: 5px 5px;
    font-family: 'Istok Web', sans-serif;
}

@media (min-width: 992px) {
    .sub-menu-container .menu-item > .menu-link {
        padding: 5px 7px;
    }
}

.list-group-item-danger h4 {
    margin-bottom: 7px;
}
.list-group-item-danger p {
    margin-bottom: 4px;
    margin-left: 0px;
}


.top-links-sub-menu .top-links-item a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-links-sub-menu .top-links-item a i {
    position: relative;
    top: -1px;
}

.top-cart-content {
    width: 300px;
}

.hidden {
    display: none !important;
}

.filter_table tr {
}
.filter_table td {
    padding: 0px;
    border-top: none;
}

.tooltip-inner {
    text-align: left;
    max-width: 280px;
}


.button:disabled {
    opacity: 0.65;
    pointer-events: none;
}


.is-valid {
    border-color: #59BA41 !important;
}
.form-group.required label:after {
  content: "*";
  color: red;
}
.radio-style-3-label, .checkbox-style-3-label {
  position: relative;
  top: 1px;
}
.radio-style-3-label:before, .checkbox-style-3-label:before {
  position: relative;
  top: -1px;
}

.radio-style:checked + .radio-style-3-label:before {
  /*content: "\e98b";
  font-family: 'font-icons';*/
  color: white;
}

.modal-header .modal-title i {
  position: relative;
  top: 2px;
}
.nowrap {
  white-space: nowrap;
}

.icon-nofloat {
  float: none !important;
}

.icon-red {
    color: red;
}
.icon-green {
    color: green;
}
.icon-yellow {
    color: #ffc107;
}
.icon-blue {
    color: #2185D0;
}

.text-red {
    color: red !important;
}
.text-green {
    color: green !important;
}
.text-yellow {
    color: #ffc107 !important;
}
.text-blue {
    color: #2185D0 !important;
}


.icon-blue:hover {
}
.dashed_link {
   border-bottom: 1px dashed var(--themecolor);
   display: inline-block;
   line-height: 1em;
}

.popover_spinner .css3-spinner {
   position: relative;
   height: 50px;
}

.strikeout {
    text-decoration: line-through;
}

.order_price {
    text-align: right;
    padding-top: 17px !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
.text-small {
    font-size: 70%;
}
.text-mini {
    font-size: 85%;
}



#side-panel {
	right: -900px;
	width: 900px;
}

body.side-panel-left #side-panel {
	left: -900px;
	right: auto;
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container { right: 0; }

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
	left: 0;
	right: auto;
}

#side-panel .side-panel-wrap { width: 530px; /* Side Panel Width + 30px */ }

#side-panel .widget { width: 420px; /* Side Panel Width - 80px */ }

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 500px; }

body.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: -500px; }

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
	left: 500px;
	right: auto;
}

ul.car_list {
    list-style-type: none;
    padding-left: 0px;
}

ul.car_list li {
    font-size: 20px;
    line-height: 30px;
}

ul.car_list li span {
    float: left;
    width: 30px;
    color: #e14337;
    font-weight: bold;
}

.btn-flip-mht:after {
  color: white;
  background: #800800;
  border-radius: 4px;
}
.btn-flip-mht:before {
  color: #adadaf;
  background: #323232;
  border-radius: 4px;
}

.header-extras li i, .header-extras li a {
  transition: all 0.3s ease-in-out 0s !important;
}
.header-extras li:hover i {
  color: var(--themecolor);
}
.header-extras li a {
  color: #555;
}

#posts .post-wrapper:hover a {
  color: var(--themecolor) !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.badge-design {
  position: relative;
  top: -7px;

/*
*/
}

.slider-mht {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 340px;
  height: 100%;
  margin-bottom: 0px;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid white;
  padding: 10px;
  padding-top: 30px;
  padding-right: 40px;
}

.slider-mht div {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}


.tabs-bb .tab-nav.tab-nav2 li.ui-tabs-active a {
	height: 40px;
	line-height: 40px;
}


.orders-table-order-header, .orders-table-order-header td {
    background-color: #fff !important;
}

.cmd_td i {
  float: none !important;
  margin-right: 5px !important;
  margin-top: 0px !important;
}
.cmd_td i:last-child, .cmd_td div.dropdown:last-child i {
  margin-right: 0px !important;
}

.popover, .tooltip {
    max-width: 400px;
}



#basket_content {
/*
    -webkit-transition: height 1s ease;
    -transition: height 1s ease;
    border: 1px solid red;
*/
}


label.checkout {
    all: unset;
}

.card-input-element {
   /* position it under the card */
   position: relative;
   left: 20px;
   top: 40px;
}

.card-input {
    box-shadow: 0;
    transition: box-shadow .3s;
    margin-bottom: 10px;
    height: 130px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 1px var(--themecolor);
}
.card-input-element:disabled + .card-input {
    opacity: 0.5;
}




form.checkout {
  list-style-type: none;
  counter-reset: css-counter 0;
}

form.checkout div.checkout-title h4 {
  counter-increment: css-counter 1;
}

form.checkout div.checkout-title h4:before {
  content: counter(css-counter) ". ";
  color: var(--themecolor);
}

.card-img-top-checkout {
  max-width:400px;
  max-height:120px;
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 5px;
}

.payment_card {
  border: 2px solid #dddddd;
}
.payment_card:hover {
  border: 2px solid #227722;
}


.open_filter_link {
    border-bottom-width: 0px !important;
}

.catalog_icon {
    position: relative;
    top: -3px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}


.no_bottom_border {
    border-bottom: none !important;
}

.sku_table th {
    border-bottom: 1px solid gray !important;
}
.sku_table tbody {
    border-bottom: 1px solid gray !important;
}
.sku_table tr {
    border-bottom-width: 0px !important;
}
.sku_table td {
    border-bottom-width: 0px !important;
}

.pseudo_link {
    color: var(--themecolor);
}

.search_catalog_button, .search_catalog_button:hover,
.search_catalog_button_dropdown, .search_catalog_button_dropdown:hover {
    color: #999;
    border-color: var(--themecolor);
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    border-right: 0;
    font-size: 14px;
}
.search_catalog_button_dropdown:hover {
    color: var(--themecolor);
}
.search_catalog_button i {
    color: #999;
    line-height: 20px;
    position: relative !important;
    top: 1px !important;
}

#search_query_button {
    background-color: var(--themecolor);
    color: #FFF;
    border-color: var(--themecolor);
}
#search_query_button:hover {
    background-color: #444;
}
#search_query {
    border-color: var(--themecolor);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.card-img-top {
    height: 30vh;
    object-fit: contain;
}


.map-item {
  cursor: pointer;
  display: block;
  position: absolute;
  border: 1px solid gray;
  z-index: 100;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
.map-item-hover {
  box-shadow: 0 0 5px rgba(51, 173, 208, 1);
  border: 2px solid rgba(51, 173, 208, 1);
}
.table-row-selected {
  background: #41a5f0;
  color: #fff;
}
.table-row-selected a {
  color: #fff;
}

.laximo_map_div {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  opacity: .99;
}
.laximo_unit_img {
  position: relative;
  z-index: 1;
}
.icon-sm {
  font-size: 0.9em;
  line-height: 0.75em;
  /*vertical-align: -15%;*/
}

.icon-top-pad-4 {
  position: relative;
  top: 4px;
}


.twitter-typeahead {
  width: 1%;
}

.search_row div {
  color: #444;
}
.search_row a {
  color: var(--themecolor);
}

.filter_close {
  cursor: default !important;
}
.filter_close a {
  color: white !important;
}



.product-button-default {
    color: black;
}

.product-button-selected {
}

.product-button-disabled {
    color: #bbb !important;
}

.product_select_button {
    text-transform: none !important;
    text-align: left;
    font-weight: normal !important;
}

.product_pb_select {
    border-bottom: 1px dashed;
    margin-left: 10px;
}
.product_pb_selected, .product_pb_select:first-child {
    border-bottom: 3px;
    font-weight: bold;
}

.pb_select_div {
    margin-bottom: 8px;
}

#price_block_div {
    text-align: center;
}

.pb_price {
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
}
.pb_price span  {
    color: green;
}
.pb_pack {
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    color: #999;
}
.full-width {
    width: 100% !important;
}


.stock_select_button {
    text-transform: none !important;
    text-align: left;
    font-weight: normal !important;
    border: 2px solid #ddd;
    width: 100%;
}
.stock_select_button_selected {
    border: 2px solid green;
}

.stock_select_button_selectable:hover .quantity_link {
  color: #6B6 !important;
  border-bottom: 1px dashed #696;
}
.stock_select_button_selectable:hover .quantity_link:hover {
  color: #9F9 !important;
}

.stock_select_button_unselectable:hover {
  cursor: default;
  background-color: #eee !important;
  color: #000 !important;
}



.sub-menu-container .menu-item:hover > .menu-link {
  padding-left: 7px !important;
}
.cat_text {
  padding-right: 15px;
}
.sku_vendor_code {
  text-align: center;
}

.style-icon-block .menu-container > .menu-item > .menu-link i {
    display: block;
    width: auto;
    margin: 0;
    font-size: 21px;
    line-height: 1;
    transition: all .3s ease;
    padding-top: 7px;
}

.style-icon-block .menu-container > .menu-item > .menu-link {
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: "Istok Web", serif !important;
    font-size: 15px;
    font-weight: 400;
}
.style-icon-block .menu-container > .menu-item > .menu-link div {
    text-transform: none;
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.style-icon-block .header-misc-icon > a {
    height: auto;
    width: auto;
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.style-icon-block .header-misc-icon > a:hover {
    color: var(--themecolor);
}
.style-icon-block .header-misc-icon > a i {
    display: block;
    width: auto;
    margin: 0;
    font-size: 21px;
    line-height: 1;
    transition: all .3s ease;
    padding-top: 7px;
}
.style-icon-block .top-cart-number {
    top: 1px;
    left: 51%;
}

.catalog-button > div {
    background-color: var(--themecolor);
    color: #FFF;
    border-radius: 6px;
    border-color: var(--themecolor);
    border-width: 1px;
    border-style: solid;
    padding: 7px 12px;
    font-family: "Istok Web", serif !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}
.catalog-button > div i {
    font-size: 20px;
    top: -2px;
}

.password-showing input{
    border-right: none !important;
}
.password-showing .input-group-text {
    border-left: none !important;
    background-color: transparent !important;
}
