@media (min-width: 1000px){
	.onlymob{
		display: none !important;
	}
}
@media (max-width: 1000px){
	.search-form .btn-form, .subscribe-form .btn-form {
	    padding: 12px 5px !important;
	    min-width: 100px;
	}
	.onlymob{
		text-transform: none !important;
		display: block;
	}
	.onlymob a{
		text-transform: none !important;
	}
}
.red_color{
    background: #f22d2d !important;
    color: #fff !important;
}
.product-item .red_color:before{
    border-left: 8px solid #f22d2d !important;
}
.single-shop-left .single-quanity .ui-spinner-button {
    font-size: 25px;
    border: none;
    background-color: transparent;
    color: #777777 !important;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    text-indent: initial;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    cursor: pointer;
}
.single-shop-left .single-quanity .ui-widget-content {
    border-radius: 0;
    background-color: transparent;
    color: #535b65;
    border: 2px solid #c3c3c3 !important;
    width: 135px;
}
.btn-lg{
	margin: 10px auto !important;
}

.product-img {
    margin-bottom: 30px !important;
    height: 224px !important;
}
#home{
    overflow-y: scroll;
}


        .xp_cart_item{
          position: relative;
        }
        .xp_cart_item_photo{
          float: left;
          width: 30%;
          height: 90px;
          position: relative;
        }
        .xp_cart_item_photo img{
          position: absolute;
          object-fit: cover;
          width: 100%;
          height: 100%;
        }
        .xp_cart_item_info{
          float: left;
          margin-left: 20px;
          width: 60%;
        }
        /*afffff
        .productlist{
          position: absolute;
          z-index: 4000;
          top: 25px;
          right: -10px;
          width: 280px;
          padding: 10px;
          border-radius: 0px;
          border: 1px solid #f1f1f1;
          box-shadow: 0px 0px 1px rgb(0 0 0 / 15%);
          background: #fff;
          overflow-y: auto;
          max-height: 350px;
          visibility: hidden;
        }
        .cart_divider:hover .productlist{
          visibility: visible;
        }*/

        ::-webkit-scrollbar {
          width: 10px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
          background: #f1f1f1; 
        }
         
        /* Handle */
        ::-webkit-scrollbar-thumb {
          background: #888; 
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
          background: #555; 
        }

        .xp_cart_item a {
          display: block !important;
          position: absolute !important;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
        .xp_cart_product_name {
            color: #192330;
            margin-top: 10px;
            font-weight: bold;
            display: block;
            margin-bottom: 0;
        }
        .xp_cart_product_variant {
            color: gray;
            font-style: italic;
            font-size: 16px;
        }
        .xp_cart_product_price{
          color: #000;
        }
        .xp_cart_ammount{
            color: #000;
            font-size: 14px;
        }
        .xp_cart_price{
          color: #000;
        }
        .xp_cart_price{
          float: right;
        }
        .s-header-title:after{
          background: transparent !important;
        }

        .spl{
          margin-bottom: 15px !important;
          background: #fff;
          border: 1px solid #ececec;
          color: #000;
          padding: 10px 15px;
          display: block;
          position: relative;
          border-radius: 0px;
          text-align: left;
        }
        .sp_f_text{
          transform: translateY(-50%);
          position: absolute;
          top: 50%;
          text-decoration: none !important;
        }
        .color{
          border-color: #d93616 !important;
          background: #d93616 !important;
          color: #fff !important;
        }
        .dark{
          color: #000 !important;
        }

        .dark:hover{
          border-color: #d93616 !important;
          background: #d93616 !important;
          color: #fff !important;
        }
        .sp_icon{
          width: 50px;
          float: left;
          height: 50px;
          display: inline-block;
          background: #f9f9f9;
          border-radius: 50%;
          border: 1px solid #ededed;
          position: relative;
          left: -8px;
        }
        .sp_icon i{
          position: absolute;
          top: 50%;
          color: #d93616;
          font-size: 20px;
          left: 50%;
          transform: translate(-50%, -50%);
        }
        .main_title{
          display: block;
          font-weight: bold;
          margin-top: 50px;
          margin-bottom: 15px;
          color: #000;
          font-size: 24px;
        }
        .part_title{
          display: block;
          margin-bottom: 15px;
          font-size: 19px;
          color: #000;
        }
        .main_part{
          background: #fff;
          padding: 20px;
        }
        .sp-control-min{
          outline: none !important;
          border: none !important;
          background: white !important;
          display: inline-block !important;
          width: auto !important;
          padding: 0px 15px !important;
          height: 42px !important;
          border: 1px solid #cecece !important;
          margin-bottom: 0px !important;
          color: #000 !important;
          border-radius: 0px !important;
        }
        .sp-control{
          outline: none !important;
          border: none !important;
          background: white !important;
          display: block !important;
          width: 100% !important;
          padding: 0px 15px !important;
          height: 42px !important;
          border: 1px solid #cecece !important;
          margin-bottom: 0px !important;
          color: #000 !important;
          border-radius: 0px !important;
        }
        .closebg{
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
        .sp_button {
            border: none;
            padding: 5px 20px;
            background: #d93616;
            color: #fff !important;
            border: 2px solid #d93616;
            text-align: center;
            border-radius: 0px;
            cursor: pointer;
            display: inline-block;
            text-decoration: none !important;
            transition: 300ms;
        }
        .sp_button:hover{
          border: 2px solid #d93616;
          background: #d93616;
        }
        .sp_button_invert {
            border: none;
            padding: 5px 20px;
            background: transparent;
            text-align: center;
            border-radius: 0px;
            border: 2px solid #d93616;
            cursor: pointer;
            color: #000;
            display: inline-block;
            text-decoration: none !important;
            transition: 300ms;
        }
        .sp_button_invert:hover{
          background: #d93616;
          color: #fff;
        }
        .last_order{
          border-radius: 0px;
          border: 1px solid #ececec;
          border-left: 3px solid #d93616;
          padding: 15px;
        }
        .sp_order_title{
          float: left;
          font-size: 22px;
        }
        .sp_order_text{
          float: right;
          font-size: 15px;
        }
        .sp_text_m{
          color: #000;
          font-size: 15px;
        }
        .sp_text_sm{
          color: #000;
          font-size: 15px;
        }
        .prew_order{
          border-radius: 0px;
          border: 1px solid #ececec;
          border-left: 3px solid #00a5f4;
          padding: 15px;

        }
          
        .alert{
            font-size: 14px;
            border-radius: 1px;
        }
        .alert-info {
            color: #ffffff;
            background-color: rgb(39 51 70 / 72%);
            border: none;
            border-left: 3px solid #0089ff;
        }
        .alert-success {
            color: #ffffff;
            background-color: rgb(39 51 70 / 72%);
            border: none;
            border-left: 3px solid #90ff00;
        }
        .alert-danger {
            color: #ffffff;
            background-color: rgb(39 51 70 / 72%);
            border: none;
            border-left: 3px solid #ff0000;
        }
        .alert-warning {
            color: #000000;
            background-color: #fff;
            border: none;
            border-left: 3px solid #f3a61a;
        }
        .sp_dropdown{
          position: relative;
        }
        .sp_sub-menu{
          position: absolute;
          background: gray;
          z-index: 300;
          box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
          background-color: #535b65;
          font-family: "Roboto Condensed",sans-serif;
          letter-spacing: 0;
          text-decoration: none;
          padding: 0px 15px;
          font-size: 14px;
          color: #fff !important;
          border-left: 0px !important;
          display: inline-block;
          width: 100%;
          display: none;
          padding: 15px 0 !important;
        }
        .sp_dropdown:hover .sp_sub-menu{
          display: inline-block;
        }
        .sp_sub-menu li{
          border-left: 0px !important;
        }
        .sp_sub-menu li a{
          color: #fff !important;
          opacity: 0.5;
          border-left: 0px !important;
          text-decoration: none !important;
          padding: 7px 18px !important;
        }
        .sp_sub-menu li a:hover{
          opacity: 1;
        }
        .small_cntr{
          position: absolute;
        }
        .small_cntr{
          position: absolute;
          bottom: -8px;
          right: 0;
          font-size: 12px;
          border-radius: 50%;
          background: #ffd911;
          color: #000;
          width: 16px;
          text-align: center;
          padding: 0px 0;
        }



.header-currency .digit {
  line-height: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.header-currency .digit i {
  margin-left: 5px;
}
.header-currency:hover > .dollar-submenu {
    transform: rotateX(0deg);
    visibility: visible;
}
.shopping-cart-content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  padding: 31px 35px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 340px;
  z-index: 9999;
}
.header-cart:hover > .shopping-cart-content {
    transform: rotateX(0deg);
    visibility: visible;
}
.shopping-cart-content ul li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.shopping-cart-img {
    flex: 0 0 82px;
    margin-right: 15px;
}
.shopping-cart-title > h4 {
    color: #242424;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.shopping-cart-title > h4 a {
  color: #000;
  font-weight: 400;
}
.shopping-cart-title > h4 a:hover {
    color: #519f10;
}
.shopping-cart-title > h6 {
    color: #555;
    font-size: 13px;
    margin: 5px 0 10px;
}
.shopping-cart-title > span {
    color: #555;
    font-size: 14px;
}
.shopping-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}
.shopping-cart-delete > a {
    color: #666;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    line-height: 15px;
    margin-top: 2px;
    text-align: center;
    width: 20px;
}
.shopping-cart-delete > a:hover {
    color: #519f10;
}
.shopping-cart-total {
    margin: 25px 0 0;
}
.shopping-cart-total > h4 {
    font-size: 14px;
    margin-bottom: 17px;
}
.shopping-cart-total > h4:last-child {
    margin-bottom: 0px;
}
.shopping-cart-total > h4 span {
    float: right;
    color: #242424;
}
.shopping-cart-total > h4 span.shop-total {
    color: #519f10;
    font-weight: 500;
}
.shopping-cart-btn {
    margin-top: 23px;
}
.shopping-cart-btn a {
    margin-bottom: 15px;
}
.shopping-cart-btn a {
  background-color: #519f10;
  border: 1px solid #519f10;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 14px 20px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 45%;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.shopping-cart-btn a:last-child{margin:0;}
.shopping-cart-btn a:hover {
    background-color: transparent;
    color: #000;
  border: 1px solid #000;
}

.top-panel-cover .icon-right-list li a{
}