.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
}
a {
    text-decoration: none;
}
.col-xs-12 {
    width: 100%;
}
.fade:not(.show) {
    opacity: 1;
}
.fade:not(.in) {
    opacity: 0;
}
.modal.fade.in:not(.show){
    opacity: 1;
}
.fade.show:not(.modal-backdrop){
    opacity: 1;
}
.tab-pane.fade {
    opacity: 0;
}
.tab-pane.fade.in {
    opacity: 1;
}

.hidden {
    display: none!important;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
 .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
 .radio input[type=radio], .radio-inline input[type=radio] {
    opacity: 0;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.col-xs-12 {
    width: 100%;
    clear: both;
}
.col-xs-6 {
    width: 50%;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after{
    content: unset;
}
.form-group {
    margin-bottom: 15px;
}

.display_flex {
    display: flex;
}

button.btn.dropdown-toggle.btn-default{
    outline: none !important;
}

.open>.dropdown-menu {
    display: block;
}

/*.bootstrap-select>button.dropdown-toggle.btn-default{
    padding-right: 15px;
    height: 44px;
}*/
.bs3.bootstrap-select .dropdown-toggle .filter-option{
    padding-right: 0;
}
.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 0;
}
.bootstrap-select .dropdown-toggle .filter-option  .filter-option-inner div{
    text-align: right;
    font-size: 18px;
    line-height: 30px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-control:focus {
    border: none;
    box-shadow: 0px 3px 6px 0px rgb(180 180 180 / 36%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(180 180 180 / 36%);
}
textarea.form-control{
    height: auto;
}
textarea.form-control::placeholder{
    text-align: center;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
    line-height: 30px;
    font-weight: 400;
}
.help-block,small.text-danger.email_alreadyexist {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FFFFFF !important;
    background: #C90000;
    font-size:14px;
    padding:2px;
}
.email_alreadyexist {
    display: block;
}

figure.table table {
    width: 100%;
}
figure.table table tr:nth-child(odd) {
    background: #f5f5f4;
}
figure.table table tr:nth-child(even) {
    background: #fff;
}

figure.table table tr td span {
    font-weight: 500;
}
figure.table table tr td {
    padding: 8px 5px;
}

figure.table table tr td {
    border: 1px solid #ccc;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.collapse {
    display: none;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}
.collapse.in{
    display: block;
}.error_phone_number {
    padding: 10px;
    color: #000;
    margin-bottom: 0;
}.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
center {
    display: block;
    text-align: center;
    width: 100%;
}
.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}.reorderr span {
    display: block !important;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}
@keyframes rippleDrop{
 100% {
    transform: scale(2);
    opacity: 0;
 }

}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    padding: 5%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 1;
}

:focus-visible {
    outline: unset;
}
.modal-open {
    overflow: hidden;
}
.marg_top {
    margin-top: 5%;
}
.menu_site{
    display:none;
}

.when_current_week_not_available p{
    font-size: 15px;
    padding: 5px;
    background: yellow;
}
.when_no_shipping_on_poup p{
    font-size: 15px;
    padding: 5px;
    background: yellow;
}
.login_otp_captcha{
    display: flex;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    justify-content: center; 
}
.login_otp_captcha:empty{
    padding: 0;
}
#choose_phone_number .put_otp #check_otp .input-group+.col-md-6{
    display: flex;
}
.recaptcha_in_popup{
    display: flex;
    justify-content: center;
}
/** 1200 > **/
@media (min-width: 1200px){
    .hidden-lg {
        display: none!important;
    }
    .visible-lg {
        display: block!important;
    }
}
@media (max-width: 1199px) {
    .menu_icons .deals_wrapper .col-md-2 {
        width: calc(96% / 3);
        max-width: calc(96% / 3 - 20px);
        margin: 15px 15px 15px 15px;
    }
}
/** 992 > **/
@media (min-width: 992px){

}
@media (max-width: 991px){
  .marg_top {
    margin-top: 0;
  }
}

/** 768 > **/
@media(min-width: 768px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
    .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .visible-xs{
       display: none !important;
    }
    .visible-md{
       display: block !important;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .mobile_visible{
        display: none !important;
    }
}


/** 767 < **/

@media (max-width: 767px){
    .hidden-xs {
        display: none!important;
    }
    .visible-sm, .visible-xs{
        display: block !important;
    }
    .menu_icons .deals_wrapper .col-md-2 {
        width: calc(100% / 2 - 10px);
        max-width: calc(100% / 2);
        margin: 5px;
    }
    
}


