/*slick custom dots*/
.my-dots {
  bottom: 40%;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.my-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.my-dots li button {
    font-size: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #a0aab1;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0;
}

.my-dots li button:hover, .my-dots li.slick-active button{
    background-color: #438fde;
}

/*custom*/
input, div, button{
    outline:none;
}

.no-show{
    display: none;
}

/*shipping*/
ul.checkout-options{
    margin:0;
    padding:0;
    list-style-type:none;
}

/*ul.checkout-options input[type=radio]{
    display: none;
}*/


/*.wa-form input{
    border: none;
    background: #ecf1f6;
    padding: 5px 0;
    box-sizing: border-box !important;
    margin: 5px 5px 0 5px;
}*/
.wa-form input {
    box-sizing: border-box !important;
    margin: 5px 5px 0 5px;
    height: 39px;
    line-height: 39px;
    background: #fff;
    padding: 0 25px;
    /*width: calc(100% - 52px);*/
    border: 1px solid #ebebeb;
    text-align: left;
    font-size: 18px;
    color: #000017;
    outline: none;
    border-radius: 3px;
    font-family: 'PT Sans';
}

.wa-form input[type=submit], .wa-form input[type=button] {

display: inline-block;
    vertical-align: middle;
    width: 213px;
    height: 37px;
    line-height: 37px;
    border-radius: 3px;
    background-color: #c1272c;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.wa-error{
    border-color: red!important;
}
.wa-error-msg {
    color: red;
}
.ordering_user_type{ font-size: initial;}

.catalog_show_first_option label a{
    color: #b1b0b0;
}

.catalog_text_wrapper, .footer_wrapper{
    background: #fff;
}

.catalog_text_wrapper{ box-shadow: 0px -7px 10px 2px rgba(0,0,0,.1)!important; }

.err_msg{
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: red;
}
.instantorder-content .wa-field {
    display: inline-block;
}
.instantorder-content .wa-field p {
    margin: 0 auto;
}
.instantorder-content .wa-form{
    display: table;
    margin: 0 auto;
}

/*buy 1 click*/
#modal-window{
    background: rgba(0,0,0,.3);
}

.modal-inner{
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.modal-title h3{
    font-size: 30px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-family: 'Bebas';
    color: #000011;
    line-height: 1;
    text-align: center;
}


.qty_block.text-nowrap input{
    display: inline-block;
    vertical-align: middle;
    height: 49px;
    line-height: 49px;
    background: none;
    padding: 0 3px;
    width: 52px;
    border: 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    font-size: 18px;
    color: #808080;
    outline: none;
    border-radius: 0;
    font-family: 'PT Sans';
    font-weight: 700;
}

.qty_block.text-nowrap a{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 49px;
    font-size: 23px;
    line-height: 47px;
    color: #777;
    text-align: center;
}

.modal-buttons{
    margin-top: 20px;
    text-align: center;
}

.modal-btn{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 51px;
    line-height: 51px;
    border-radius: 3px;
    background-color: #c1272c;
    background-image: linear-gradient(-87deg, #d64348 0%, #c1272c 100%);
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    margin: 0 20px;
}

.wa-value input[type=text]{
    display: inline-block;
}

.discount{
    display: none;
}

.shop_favorites {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 40px;
    position: relative;
    font-size: 0;
}

.shop_favorites a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wa-data/public/site/themes/default/img/item_favorites.png) no-repeat center;
}

/*.product_to_fav_link{
    display: block;
    position: relative;
}

.product_to_fav_link a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color #000;
}*/



