/*PREVENT SEARCH*/

.searchlayer {
    position: fixed;
    z-index: 1000000000;
    display: block;
    width: auto;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.finded_element {
    font-size: 13px;
    display: block;
    clear: both;
    padding: 2px;
    text-align: left;
}

.finded_element a {
  font-size: 13px !important;
}
.finded_element a:hover {
    margin-left: 5px;
    color: #333;
}

.breadcrumb-area {
  margin-top:220px;
}

/*
.breadcrumb-content ul li:last-child::before {
  background: none !important;
}
*/

.contact-from input[type=checkbox] {
  height:auto !important;
  display:initial;
  width:auto !important;
  margin-left:10px;margin-right:10px;
}

.blog-details-top .blog-details-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0 10px;
    color: #222;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 16px 0 10px;
}

.breadcrumb-content h1 {
  font-weight: 600;
  margin-top:25px;
}

/* favorites */
.fav-short-in-fav a, .fav-full-in-fav a, .fav-short-in-fav button, .fav-full-in-fav button {
	color:#ff2f2f !important;
}

#fav_header {
  padding-right:40px;
}

.fav-switch {
  border:0px !important;
}
/* end favorites */

.section-title-3 h2 {
  margin-bottom:7px;
}

.footer-menu {
  margin-bottom:20px;
}

.item-catalog-row-list {
  margin-bottom:10px;
}

.shop-catigory ul {
  list-style-type: none;
  padding-left:0px !important;
}

.shop-catigory li {
  list-style-type: none;
  padding-left:5px !important;
}

.shop-catigory ul li ul {
  margin-top:10px;
}

/* range-slider */
.range-slider {
  margin-top:10px;
}
.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.noUi-base {
    width: 100%;
    height: 5px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    z-index: 1;
}

.noUi-handle {
    background: #fff;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    margin: -7px;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border:1px solid;
}

.noUi-active:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    border: 0;
}

.noUi-connect {
    cursor: pointer;
}

.noUi-background {
    background: #919191;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
    background:red;
}

.noUi-origin-upper {
    background: inherit !important;
}

.noUi-z-index {
    z-index: 10;
}

.noUi-vertical {
    width: 40px;
    height: 100%
}

.noUi-vertical .noUi-origin {
    bottom: 0;
    left: 0;
}

.noUi-vertical .noUi-handle {
    margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
    background: #999;
}

.noUi-target[disabled] .noUi-connect {
    background: #bbb;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.range-slider-value {
    margin-top: 20px;
    font-size: 1.3em;
    color: #e60000;
    text-align: center;
}

.range-slider-value > * {
    display: inline-block;
}

.range-slider-value .min:after {
    content: ' - '
}
/* end range slider */

/* CSS Ballon */

.bubble {
    position: absolute;
    z-index: 100;
    right: 255px;
    display: block;
    width: 140px;
    height: auto;
    padding: 5px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bubble>.arrow {
    position: absolute;
    top: 50%;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
}

.bubbleItemsLoading span {
    position: absolute;
    margin: 3px 20px;
}

.bubbleItemsResult .bubble-close {
    position: absolute;
    top: 2px;
    padding-left: 84px;
}

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

.bubble, .loading-message.loading-message-boxed {
    border: 2px solid #0a92ca;
    background-color: #fff;
}

.bubble > .arrow {
    border-top: 10px solid transparent;
    border-right: 10px solid #0a92ca;
    border-bottom: 10px solid transparent;
}


/* CSS Ballon end */

.hiddenControl {
  opacity:0.5;
}

/* Add radio in filters */

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkradio {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #888888;
    border-radius: 50%;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkradio {
    background-color: #ff2f2f;
    border: 2px solid #ff2f2f;
}

/* End add radio in filters */

/* labels top for items */

.label_best_top_left,
.label_gift_top_right,
.label_new_top_left,
.label_new_top_right,
.label_sale_top_left,
.label_sale_top_right {
    background-color: #6c9dea;
}

.label_best_top_left {
    background-color: #9acd32;
}

.label_gift_top_right {
    background-color: #ac87d7;
}

.label_sale_top_left,
.label_sale_top_right {
    background-color: #ff391c;
}

.sale_discount {
    background-color: #f76d2b;
}

.label_best_top_left,
.label_gift_top_right,
.label_new_top_left,
.label_new_top_right,
.label_sale_top_left,
.label_sale_top_right {
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    z-index: 351;
    top: 20px;
    left: -3px;
    width: 68px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
}

.label_best_top_left {
    top: 50px;
}

.label_new_top_right {
    right: -3px;
    left: auto;
}

.label_gift_top_right {
    top: 50px;
    right: -3px;
    left: auto;
}

.label_sale_top_right {
    right: -3px;
    left: auto;
}

.sale_discount {
    font-family: arial;
    font-weight: bold;
    line-height: 26px;
    position: absolute;
    z-index: 351;
    top: 130px;
    right: 9px;
    width: 40px;
    height: 26px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 11px #fff;
    box-shadow: 0 0 11px #fff;
}

/* end labels top for items */

.combination_selected_char, .combinationValueBtn.combination_selected_char:disabled {
  background:#ff2f2f !important;
  color:white !important;
}

.combinationValueBtn:disabled {
  background-color: gray !important;
}

.icon_product {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #ff2f2f;
  color: white;
  width: 150px;
  padding: 5px;
  border-radius: 4px;
  display: block;
}

.b-blue {}
.b-red {}
.b-green {}
.b-orange {}
.b-grey {}

.product-details-content .pro-details-size .pro-details-size-content ul li a {
  width:auto;
  margin-right:5px;
  margin-top:5px;
  margin-bottom:5px;
  padding-left:7px;
  padding-right:7px;
  min-width: 40px;
  border-radius: 4px;
}

/*
.btn-cart:disabled {
  background:gray !important;
}
*/

button.btn-cart {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #000000;
  padding: 18px 50px 17px;
}

button.btn-cart:hover {
  background-color: #ff2f2f;
}

.btn-cart:disabled {
  background-color: #c3c2c0 !important;
}

.fav-switch-full {

}

.callback-opened-header {
  margin-top:15px;
}

input.callback_masked_phone {
  width:auto;
  padding-top:25px;
  padding-bottom: 25px;
}

.product_info_characters li {
  display:block;
  float:none;
}

.myaccount-content .account-details-form .single-input-item input[type=checkbox] {
  width:initial;
  height:initial;
}

.flex-cart-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.main-menu > nav > ul > li > ul.mega-menu-style {
  adding: 20px 20px 0px !important;
  width:60vw !important;
}

.main-menu > nav > ul > li > ul li a {
  line-height: initial !important;
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li ul li {
  margin-bottom:10px;
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li > a.dropdown-title {
  margin-bottom:15px !important;
  margin-top:10px !important;
}

.bottom-footer1 {
  margin-top:20px;
}

.product-thumbnail-image img {
  width:100px;
}

.billing-info-wrap .checkout-account span {
  text-transform: initial !important;
}

.main-page-header h1 {
  text-transform: uppercase;
}

.about-us-logo img {
  max-width:100%;
}

.pro-details-quality .cart-plus-minus-item {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.pro-details-quality .cart-plus-minus-item .qtybutton {
  color: #000000;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 0;
}
.pro-details-quality .cart-plus-minus-item .qtybutton.dec {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #E3E4E9;
}
.pro-details-quality .cart-plus-minus-item .qtybutton.inc {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #E3E4E9;
  right: 0px;
}
.pro-details-quality .cart-plus-minus-item input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #3A3A3A;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 92px;
}
.pro-details-quality .cart-plus-minus-item input.cart-plus-minus-box.plus-minus-width-inc {
  width: 120px;
}

.btn-mini {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #000000;
  padding: 18px 50px 17px;
}

.btn-mini:hover {
  background-color: #ff2f2f;
}

.loading-message-boxed {
  padding:50px !important;
}

.hero-slider-img-1 {
  padding:0px !important;
  margin:0px !important;
  margin-bottom:70px !important;
}

.category_road {
  font-size:0.8em;
  color:gray !important;
  display:initial !important;
  /*margin-left:5px !important;*/
}

.sidebar-widget-short>.sidebar-widget-data {
  max-height:400px;
  overflow:hidden;
  display:block;
}

.sidebar-widget-data-ctrl {
  padding-top:10px;
}

.sidebar-widget-data-ctrl a {
  color:gray;
}

.review_images {
  display:flex;
  justify-content: space-evenly;
}

.review_images img {
  height:200px;
  margin:10px;
}

.our_packages_grid {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.our_packages_grid img {
  width:31%;
  height:auto;
  margin:10px;
}

.blog-details-content ul {
  margin-left:20px !important;
  padding:10px;
  list-style-type: initial;
}

.blog-meta-2 ul {
  padding:0px !important;
  margin:0px !important;
  list-style-type: none !important;
}

.Place-order button, .Place-order input[type=submit], .Place-order input[type=button]{
    background-color: #ff2f2f;
    display: block;
    cursor: pointer;
    /*padding: 16px 50px 17px;*/
    height: 4em;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.Place-order button:hover, .Place-order input[type=submit]:hover{
  background-color: #333;
}

.checkout-toggle2-label {
  display:initial;
}

.checkout-toggle2 {
  height:initial !important;
  width:initial !important;
  margin-right:4px;
}

.alert-button>a{
  background-color:#ff2f2f !important;
  color:#fff !important;
}

.cart-shiping-update-wrapper {
  justify-content: flex-start !important;
}

.review2_list {
  height:400px;
}

.review-images {
  display:flex;
  margin-top:10px;
  flex-wrap: wrap;
}

.review-images img {
  height:70px;
}

.review-name {
  padding-right:10px;
}

.review-rating .yellow {
  color: #f5b223 !important;
}
