@media screen and (min-width: 1199px){
.products article .stbrst {
       height: 245px;
}

}

 
.lot_st{
	width: 20%;
    position: absolute;
    top: -2px;
    left: 0;
}

.col_idel_green{ 
	color: #46c946;
}

.setbtpay{
	background: #f0f0f0 !important;
}

.pl40{
	padding-left: 40px;
}

.pl25{
	padding-left: 25px;
}

.m0st{
	margin: 0 !important;
}

.setpaybutton{
	background: #DC6176 !important;
     color: black;
}

.succes_pay{
	background: #37d26d;
    color: white;
}

.succes_pay :hover{
	color: #e4ff00 !important;
}

.btn-animation {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  background-color: #DC6176;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-animation :hover{
	color: black;
}



/*Buttons*/
#action-buttons {
      /* Add your existing styles */
      display: none;
      animation: slideIn 0.4s ease-out; /* Add animation property */
    }
    @keyframes slideIn {
      0% {
        transform: translateX(0%) translateY(100%); /* Start from bottom */
        opacity: 0;
      }
      100% {
        transform: translateX(0%) translateY(0); /* End at original position */
        opacity: 1;
      }
    }
      
@media only screen and (max-width:350px){
   #action-buttons .sub-actions a span{
       display:none
   }
}
@media only screen and (max-width:500px){
	
	jdiv{
	margin-bottom: 10% !important;
	}
	
	.sth90{
		height: 90px !important;
	}
	
	.filters_mob{
		z-index: 999999999;
	}
	
   .action-buttons__hidden{
       display:none!important
   }
   #action-buttons{
       display:block;
       position:fixed;
       bottom:-2px;
       width:100%;
       z-index:99999
   }
   #action-buttons .background{
       display:-webkit-box;
       display:flex;
       -webkit-box-pack:center;
       justify-content:center;
       overflow:hidden
   }
   #action-buttons .background img{
       -webkit-filter:drop-shadow(0 4px 5px rgb(0 0 0 / 7%));
       filter:drop-shadow(0 4px 5px rgb(0 0 0 / 7%));
       max-width:inherit
   }
   #action-buttons .main-action{
       position:fixed;
       bottom:17px;
       left:50%;
       -webkit-transform:translate(-50%);
       transform:translate(-50%);
       z-index:1
   }
   #action-buttons .main-action__center{
       width:67px;
       height:67px;
       -webkit-box-pack:center;
       justify-content:center;
       -webkit-box-align:center;
       align-items:center;
       border-radius:100px;
       display:-webkit-box;
       display:flex;
       background-color:#fff;
       box-shadow:0 0 9px 0 #0000000d
   }
   #action-buttons a.main-action__center img{
       width:45%
   }
   #action-buttons .sub-actions{

       width:100%;
       height:50px;
       position:fixed;
       bottom:0;
       left:0
   }
   #action-buttons .sub-actions div{
     float: left;
     width: 100%;
     display: inline-block;
   }

   #action-buttons .sub-actions a{
      display: flex;
       font-family:Arial,sans-serif;
       text-decoration:none;
       -webkit-box-align:center;
       align-items:center;
       padding:10px 0;
       width:20%;
       color:#000;
       -webkit-box-pack:center;
       justify-content:center;
       box-shadow:0 -5px 5px -5px rgb(0 0 0 / 8%)
   }
   #action-buttons .sub-actions a.left{
     float: left;
   }
   #action-buttons .sub-actions a.right{
     float: right;
   }
   #action-buttons .sub-actions a img{
       height:30px;
       margin:0 10px
   }
}


#action-buttons .phone{
    background:#05cc47; 
    width:67px;
    height:67px;
    -webkit-box-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    align-items:center;
    border-radius:100px;
    display:-webkit-box;
    display:flex
}

/*Stop buttons*/


#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.owl-data .img_set {
    margin-right: 20px;
}
/*sowroom info*/
.coltxtb{
	color: #DC6176;
    font-size: 17px;
    padding: 2px;
    font-weight: 500;
}

.shows{
	position: absolute;
    margin-top: 6%;
    z-index: 9;
    margin-left: 9%;
}
 
 
.badgecustom {
    display: flex;
    align-items: center; 
    background-color: #232529ed !important;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #25d366;
    animation: blink 1s infinite;
    margin-right: 5px;
    display: inline-block;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.col_y{
	color: #DC6176;
}
.col_y:hover {
	color: #DC6176;
}

@media screen and (max-width: 500px) {
.coltxtb{
	font-size: 14px;
}

.shows{
	margin-left: 3%;
	margin-top: 5%;
}
	
}

/*sowroom info*/
.pb_z{
	padding-bottom: 0px !important;
}

.img_prod{
	padding: 22px 26px !important; 
    margin-left: 8%;
    margin-top: 10%;
}

.img_g_s{
	width: 277px !important;
}


.image-wrapper {
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
}


#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 20%;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }

.text_importnat{
  margin-top: 7px;
  color: #fb2f2f;
}

.img_virtula{
	position: fixed;
    width: 36%;
    left: 30%;
    padding: 20px 2%;
    background: #FFF;
}

.txt_center_pos{
	text-align: center;
}

.image_info{
	overflow: hidden;
    height: auto;
}

.font_dec{
	font-size: 14px;
    background-color: white;
}

.pd_bt{
	padding-bottom: 0px !important;
}

.hr_style{
	margin-top: 6px;
    margin-bottom: 11px;
    border-top: 1px solid #eee;
    z-index: 999999;
}


.fg_bdr{
	border-radius: 14px;
}

.txt_to_img{
    vertical-align: middle;
    background-image: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px 13px;
    font-size: 26px;
    line-height: 1.42857;
    user-select: none;
    transition: all 0.3s;
    border-radius: 3px;
    background-color: transparent;
    border-color: white;
    color: white !important;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #232529;
    border-radius: 14px;

}



.wd100{
	width: 100%;
}

.btn-primary_fast{
	color: #fff;
    background-color: #f80000 !important;
    border-color: #f80000 !important;
}

.modal {
  text-align: center;
}

.wd100{
	width: 100%;
	margin-top: 10px;
}

.mt_img{
	 margin-top: 25% !important;
}

.imgsize{
	max-width: 200px !important;
    max-height: 200px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.color{
	color: #DC6176 !important;
}
.black{
	color: #000 !important;
}
.grey{
	color: color: #666666 !important;
}
.red{
	color: red !important;
}
.cart_color{
	color: #9b9b9b !important;
}
.bg{
	background-color: #eee !important;
}
.disnone{
	display: none;
}
.font_20{
	font-size: 20px !important;
}

.cur_p{
	cursor: pointer;
}

.w10{
	width: 10px !important;
}

.w15{
	width: 15px !important;
}


.w25{
	width: 25px !important;
}

.w50{
	width: 50px !important;
}
.h265{
	height: 265px !important;
}
.h290{
	height: 290px !important;
}
.h100{
	height: 100px !important;
}

.p5{
	padding: 5px !important;
}
.p10{
	padding: 10px !important;
}
.pt5{
	padding-top: 5px !important; 
}
.pt7{
	padding-top: 7px !important; 
}
.pt10{
	padding-top: 10px !important; 
}
.pt13{
	padding-top: 13px !important; 
}

.pb10{
	padding-bottom: 10px !important; 
}
.pt37{
	padding-top: 37px;
}
.pt30{
	padding-top: 30px;
}
.list_none{
	list-style: none;
}

.bg-danger{
    background-color: #dc3545 !important;
}

.bg-success{
    background-color: #28a745 !important;
}

.white{
	color: #fff;
}

.mb5{
	margin-bottom: 5px !important;
}

.mb8{
	margin-bottom: 8px !important;
}

.mb10{
	margin-bottom: 10px !important;
}


.mb30{
	margin-bottom: 30px !important;
}

.mt10{
	margin-top: 10px !important;
}

.mt5{
	margin-top: 5px !important;
}

.m5{
	margin: 5px !important;
}
.mara{
	margin-left: auto;
	margin-right: auto;
}
.fz12{
	font-size: 12px !important;
}
.fz14{
	font-size: 14px !important;
}

.fz15{
	font-size: 15px !important;
}

.through{
	text-decoration: line-through !important;
}

.bb1{
	border-bottom: 1px solid #EEEEEE;
}

.cl{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin: 5px auto;
    border: 1px solid grey;
}

.head_title{
	width: 475px !important;
	height: 22px;
	overflow: hidden;
}

.add_cart{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    cursor: pointer;
}

.custom_btn{
    padding: 6px;
    background-color: #DC6176;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
}

.all-products{
    padding: 10px;
    background: #FFFFFF;
    margin-bottom: 11px;
    color: #666666;
}

.all-products a:hover{
	color: #DC6176 !important;
}

.mobile-filters{
    margin: 2px 11px;
    font-size: 24px;
}

.bb1g{
	border-bottom: 1px solid grey;
}

.card_border{
    background-color: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.qty{
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #737373;
}

.qty:hover{
	background-color: #fff;
}

.cart_del:hover{
	color: red !important;
}

.form-horizontal .control-label{
	text-align: left !important;
}

.sub_cat_title{
	position: relative;
	top: -200px;
}

.sub_cat_title > a{
	font-size: 30px !important;
	
}

/*messages*/
.message{
    position: fixed;
    bottom: 0;
    z-index: 99999999999;
    width: 90%;
    margin-left: auto;
    margin: auto;
    
}

.message img{
	width: 20px;
    float: right;
}

.message ul{
    list-style: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding:: 7px;
}

.message li{
    list-style: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    min-height: 30px;
}

@media screen and (max-width: 750px) {
  .pt37{
  	padding-top: 5px !important;
  }
  
  .pt30{
  	padding-top: 5px !important;
  }
  
  .btn_full{
  	width: 100% !important;
  }
}



#basket_box_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 44444;
    background: rgba(0,0,0,0.9);
  }
  #basket_box {
    background-color: #fff;
    width: 90%;
    height: 540px;
    padding: 18px;
    position: fixed;
    left: 50%;
    margin-left: -45%;
    top: 50%;
    margin-top: -240px;
    opacity: 1 !important;
    z-index: 9999999;
}
#basket_box img{
	width: 20px;
}

.bas_prods{
	height: 400px !important;
	overflow-y: scroll !important;
	overflow-x: hidden;
}

@media screen and (max-width: 767px) {

 #my-welcome-message {
    width: 93% !important;
    left: 4% !important;
}

.img_virtula{
	width: 93% !important;
    left: 4% !important;
    padding: 20px 2% !important;
    background: #FFF !important;
}

}


@media screen and (max-width: 600px) {

.txt_to_img{
	font-size: 23px;
}

.cards figure figcaption {
    min-height: 250px;
}

.ds_non{
	display: none;
}


}


/*New*/
.carousel-caption {
  bottom: 30%;
}

.owl_w{
  padding-bottom: 40px;		
}


@media (max-width: 767px) {

.owl_w{
	display: none;
}
 
}


@media (max-width: 990px) {
.mt50{
	margin-top: 80px;
}

}

@media (max-width: 767px) {
  .owl-icons-wrapper {
    padding: 20px 0;
  }
  .owl-icons-wrapper figure {
    margin: 5px;
  }
  .owl-icons-wrapper img {
    width: 30px !important;
  }
  .owl-icons-wrapper figcaption {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media (max-width: 1200px) {
.img_g_s{
	width: 225px !important;
}

}

@media (max-width: 630px) {
.img_g_s{
	width: 277px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}

@media screen and (min-width: 769px) and (max-width: 992px) {
.img_g_s{
	width: 166px !important;
}
}

@media screen and (max-width: 650px){
.add_cart {
    width: 63px !important;
}
}



.actived_btn{
   box-shadow: 0 0 0 2px #ffc907 !important; 
}

.btn-custom {
    min-height: 34px;
    min-width: 58px;
    -webkit-box-shadow: 0 0 0 2px #d5dbe6;
    box-shadow: 0 0 0 2px #d5dbe6;
    display: inline-block; /* Changed from flex to inline-block */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
    padding: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #000; /* Adjust color as needed */
    background-color: #fff; /* Adjust background color as needed */
    transition: background-color 0.3s, color 0.3s;
    margin-right: 10px; /* Adjust margin between buttons */
    margin-bottom: 10px;
}

.btn-custom:hover {
    background-color: #DC6176; /* Adjust hover background color as needed */
    color: #000; /* Adjust hover text color as needed */
   box-shadow: 0 0 0 2px #00000091;
}
