/*
Theme Name: Bagels
Description: Woocommerce styles of the theme.
*/

/* ---------------------------------
    Product Archive Page (Shop) 
   --------------------------------- */

/* Product box */
.woocommerce ul.products li.product h2{
    color: #444;
}

.woocommerce ul.products li.product .price del{
    display: inline-block;
    margin-left: 15px;
}
.woocommerce ul.products li.product .price ins{
    float: left;
}
.woocommerce span.onsale{
    border-radius: 3px;
    padding: 10px;
    line-height: 9px;
    min-height: auto;
    min-width: auto;
    max-height: 30px;
    margin: 5px 5px 0 0 !important;
    background-color: #4d4f50;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #4d4f50;
    color: #fff;
}
.woocommerce ul.products li.product h2:hover{
    color: #4d4f50;
}
.woocommerce ul.products li.product a.added_to_cart{
    display: none;
}

/* Pagination */
.woo-wrapper .woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.woo-wrapper .woocommerce nav.woocommerce-pagination ul li{
    border: none;
}
.woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers{
    border-left-width: 0;
       display: flex;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    color: #43454b;
    font-size: .875em;
    line-height: 17px;
    height: 40px;
    border-radius: 100%;
    width: 40px;
    border:1px solid #212121 ;
    position: relative;
    margin-left: 7px;
}
.woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers:not(.current){
    color: #6d6d6d;
}
.woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #212121;
    color: #fff;
}
.woo-wrapper .woocommerce-pagination .next:after,
.woo-wrapper .woocommerce-pagination .prev:after{
   font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    content: "\f100";
    top: 50%;
    left: 50%;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 30px;
    border: 1px solid #212121;
    background-color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
}
.woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers:hover
.woo-wrapper .woocommerce-pagination .next:after,
.woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers:hover 
.woo-wrapper .woocommerce-pagination .prev:after,
.woo-wrapper .woocommerce-pagination .next:hover:after,
.woo-wrapper .woocommerce-pagination .prev:hover:after{
      background-color: #212121!important;
    color: #fff;
}
.woo-wrapper .woocommerce-pagination .next:after {
    content: "\f101";
}
.woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers:hover{
     background-color: #212121;
    color: #fff;
}

@media (min-width: 992px){
/*    .woocommerce ul.products li.product a img{
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
    }*/
/*    .woo-wrapper .woocommerce ul.products li.product{
        width: 29.4117647059%;
        margin-right: 5.8823529412%;
    }*/
/*    .woo-wrapper .woocommerce ul.products li.last{
        margin-right: 0;
    }*/
}
@media (max-width: 767px){
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select{
        width: 100%;
    }
}
@media (max-width: 413px){
    .woo-wrapper .woocommerce ul.products li.product{
        width: 100%;
    }
}

/* ---------------------------------
    Product Single Page
   --------------------------------- */

/* Breadcumbs */
.woocommerce-breadcrumb{
    margin-bottom: 20px;
    font-size: .875em;
}
.woocommerce-breadcrumb a{
    color: #9f9f9f;
}
.woocommerce-breadcrumb a:first-of-type:before{
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f015";
    font-weight: 600;
    margin-right: 0.5407911001em;
}
.woocommerce-breadcrumb .breadcrumb-separator{
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    padding: 0 .5407911001em;
}
.woocommerce-breadcrumb .breadcrumb-separator:after{
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 0.875em;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

/* Product box */
.woo-single-wrapper .woocommerce span.onsale{
    margin: 10px !important;
}
.woo-single-wrapper .woocommerce div.product .summary p.price,
.woo-single-wrapper .woocommerce div.product .summary span.price{
    font-size: 1.5em;
}
.woo-single-wrapper .woocommerce div.product p.price del,
.woo-single-wrapper .woocommerce div.product span.price del{
    margin-left: 15px;
}
.woo-single-wrapper .woocommerce div.product p.price ins,
.woo-single-wrapper .woocommerce div.product span.price ins{
    float: left;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    background-color: #4d4f50;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
    background-color: #3c3c3c;
}

.woocommerce select,
.woocommerce textarea,
.woocommerce input[type="text"],
.woocommerce input[type="number"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce span[role="textbox"]{
   background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    font-family: 'Santral-Medium';
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #a2a2a2;
    color: #262626;
}
.woocommerce .select2-container--default .select2-selection--single{
    border: 0;
}
/*.woocommerce select:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce span[role="textbox"]:focus{
    background-color: #e0e0e0;
}*/
.woocommerce textarea{
    padding: 5px 10px;
}
.woocommerce .single_variation_wrap{
    margin-top: 1.8em;
}
.woocommerce div.product form.cart .variations td.label{
    font-size: 1em;
    color: #444;
}
.woocommerce .woocommerce-variation{
    margin-bottom: 1em;
}
.woocommerce .product_meta > span{
    display: block;
    margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    height: 72.5px;
    object-fit: cover;
}

@media (min-width: 414px){
    .woocommerce div.product div.images .flex-control-thumbs li img{
        height: 96px;
    }
}
@media (min-width: 768px){
    .woocommerce div.product div.images .flex-control-thumbs li img{
        height: 136.8px;
    }
}
@media (max-width: 767px){
    .woocommerce div.product .product_title{
        font-size: 28px;
    }
}

/* Tabs panel */
.woocommerce div.product h2{
    margin-top: 0;
    margin-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
#review_form_wrapper{
    background-color: #fcfcfc;
    padding: 15px;
}
#reply-title{
    display: none;
}
#review_form_wrapper .comment-form-rating{
    margin-bottom: 10px;
}
#review_form_wrapper .comment-form-rating label,
#review_form_wrapper .comment-form-rating p{
    display: inline-block;
}
#review_form_wrapper .comment-form-rating p{
    line-height: 1;
    margin-left: 15px !important;
}
.woocommerce .comment-form input.submit{
    width: auto;
}

@media (max-width: 767px){
    .woocommerce div.product h2{
        font-size: 22px;
    }
}

/* Related Products */
.related-products-slider ul.products li.product{
    width: 100% !important;
}
.related-products-slider .owl-nav > div{
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    text-align: center;
    border-radius: 3px;
    padding: 0;
    top: 26%;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.related-products-slider .owl-nav > div:hover{
    background-color: rgba(255,255,255,0.95);
}
.related-products-slider .owl-nav > div.owl-prev{
    left: 18px;
}
.related-products-slider .owl-nav > div.owl-next{
    right: -12px;
}
@media (min-width: 992px){
    .related-products-slider .owl-nav > div{
        opacity: 0;
    }
    .related-products-slider:hover .owl-nav > div{
        opacity: 1;
    }
}

/* ---------------------------------
    Sidebar extensions
   --------------------------------- */
.sidebar-widget-title{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Santral-SemiBold';
}
ul.sidebar-list,
ul.sidebar-list ul{
    padding: 0;
    list-style-type: none;
}
ul.sidebar-list > li{
    position: relative;
}
ul.sidebar-list li span{
    padding: 10px 0;
    border-bottom: 1px dashed #d3d3d3;
    display: block;
}
ul.sidebar-list li span span.category-count{
    display: inline;
    color: #999;
    border-bottom: none;
    padding: 0 0 0 5px;
    font-size: 14px;
}
ul.sidebar-list > li span a{
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
}
ul.sidebar-list ul li span{
    padding: 10px 20px;
    border-bottom: 0;
}
ul.sidebar-list ul li span a{
    color: #999;
    text-transform: none;
    font-weight: normal;
}
ul.sidebar-list li a:hover,
ul.sidebar-list ul li span a:hover{
    color: #4d4f50;
}

ul.sidebar-list > li .arrow-dropdown{
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.sidebar-list > li.open .arrow-dropdown{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.sidebar-list ul{
    display: none;
}

.sidebar-widget .search-wrapper{
    position: relative;
}
.sidebar-widget .search-wrapper input.fld-search{
    height: 40px;
    width: 100%;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    border: 1px solid #c0c0c0;
    padding: 0 10px 0 40px;
    font-weight: 400;
    font-size: 13px;
}
.sidebar-widget .search-wrapper:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f002';
}

@media (max-width: 991px){
    .sidebar{
        margin-top: 30px;
    }
}

/* ---------------------------------
    Cart Page
   --------------------------------- */
.woocommerce table.cart thead tr{
    background-color: #f8f8f8;
}
.woocommerce table.cart tbody tr{
    background-color: #fdfdfd;
}
.woocommerce table.cart tbody tr:nth-child(odd){
    background-color: #fbfbfb;
}
.woocommerce table.cart td{
    border-top: 1px solid rgba(0,0,0,0.04);
}
.woocommerce table.cart td.product-thumbnail img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}

@media (min-width: 992px){
    .woocommerce table.cart td.product-remove a.remove{
        color: #666 !important;
    }
    .woocommerce table.cart td.product-remove a.remove:hover{
        color: #ea534f !important;
        background-color: transparent;
    }
    .woocommerce table.cart td.product-remove{
        width: 50px;
    }
    .woocommerce table.cart td.product-thumbnail{
        width: 90px;
    }
    .woocommerce table.cart td.product-price,
    .woocommerce table.cart td.product-quantity,
    .woocommerce table.cart td.product-subtotal{
        width: 120px;
        font-weight: 600;
    }
    .woocommerce table.cart .coupon .input-text{
        width: 215px !important;
    }
}
@media (max-width: 991px){
    .woocommerce table.cart{
        border: none;
    }
    .woocommerce table.cart td.product-thumbnail{
        display: block;
        text-align: left !important;
    }
    .woocommerce table.cart td.product-thumbnail:before{
        display: none;
    }
    .woocommerce table.cart td.product-remove{
        background-color: #fff !important;
        height: 30px;
        position: relative;
    }
    .woocommerce table.cart td.product-remove a{
        position: absolute;
        bottom: -7px;
        right: -7px;
        width: 20px;
        height: 20px;
        font-size: 18px;
        background-color: #ea534f !important;
        color: #fff !important;
    }
    .woocommerce table.cart .coupon{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .woocommerce table.cart .coupon .input-text,
    .woocommerce table.cart .coupon .button{
        width: 100% !important;
        display: block;
        margin-bottom: 7px;
    }
}

/* ---------------------------------
    Checkout Page (order-received)
   --------------------------------- */
.woocommerce ul.order_details{
    padding: 2em;
    background-color: #f8f8f8;
}

@media (max-width: 767px){
    .woocommerce ul.order_details{
        padding: 10px 15px;
    }
    .woocommerce ul.order_details li{
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #d3ced2;
        padding-bottom: 5px;
        padding-top: 10px;
    }
}

/* ---------------------------------
    My Account Page
   --------------------------------- */
.woocommerce .woocommerce-MyAccount-navigation{
    background-color: #f8f8f8;
    margin-bottom: 25px;
    float: none;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation:after{
    clear: both;
    display: table;
    content: '';
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    padding: 0;
    list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
    float: left;
    border-right: 1px dashed #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    border-right: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    background-color: #4d4f50;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content fieldset{
    margin: 2em 0;
}

@media (max-width: 767px){
    .woocommerce .woocommerce-MyAccount-navigation ul li{
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #ddd;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul li:last-child,
    .woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
        border-bottom: 0;
    }
}


/* ---------------------------------
    Mini Cart
   --------------------------------- */
.nav-cart{
    float: right;
    position: relative;
    margin-left: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav-cart .nav-cart-toggler{
    color: #4d4f50;
    border: 1px solid rgba(77,79,80,0.45);
    display: block;
    height: 43px;
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.nav-cart .nav-cart-toggler > i,
.nav-cart .nav-cart-toggler > div{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.nav-cart .nav-cart-toggler > i{
    border-right: 1px solid rgba(77,79,80,0.45);
}
.nav-cart .nav-cart-toggler .amount{
    font-weight: 600;
}
.nav-cart .nav-cart-toggler .count{
    font-size: 13px;
}
.nav-cart .nav-cart-toggler:hover,
.nav-cart.open .nav-cart-toggler{
    color: #4d4f50;
}

.mini-cart-box{
    display: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 10px 0;
    margin-top: 20px;
    text-align: left;
    min-width: 320px;
    max-width: 400px;
    max-height: 500px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 9999;
    overflow: hidden;
}
.mini-cart-wrapper .cart-list-wrapper{
    max-height: 262px;
    overflow-y: auto;
}
.woocommerce-mini-cart{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.woocommerce-mini-cart li{
    display: table;
    vertical-align: top;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px !important;
    width: 100%;
}
.woocommerce-mini-cart li:first-child{
    padding-top: 0 !important;
}
.woocommerce-mini-cart li:last-child{
    border-bottom: 0;
}
.woocommerce-mini-cart li > div{
    display: table-cell;
    vertical-align: top;
}
.woocommerce-mini-cart li .cart-item-remover{
    width: 20px;
    text-align: right;
}
.woocommerce-mini-cart li .cart-item-image{
    width: 80px;
    height: 70px;
}
.woocommerce-mini-cart li .cart-item-image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.woocommerce-mini-cart li .cart-item-details{
    padding: 0 10px;
}
.woocommerce-mini-cart li .cart-item-title{
    color: #666;
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
    line-height: 1.2em;
    font-weight: 500;
}
.woocommerce-mini-cart li .cart-item-count .amount{ 
    font-weight: 600;
    color: #4d4f50;
}
.woocommerce-mini-cart li .cart-item-remover a{
    color: #666;
    line-height: 1.12;
}
.woocommerce-mini-cart li .cart-item-remover a:hover{
    color: #ea534f;
}
.woocommerce-mini-cart li .cart-item-title:hover{
    color: #4d4f50;
}
.mini-cart-wrapper .total{
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
}
.mini-cart-wrapper .total .amount{
    color: #4d4f50;
}
.mini-cart-wrapper .buttons{
    padding: 10px 10px 0;
    display: flex;
    justify-content: space-between;
}
.mini-cart-wrapper .buttons a{
    display: inline-block;
    width: 48%;
    background-color: #4d4f50;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    height: 35px;
    line-height: 1.7em;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.mini-cart-wrapper .buttons a:first-child{
    background-color: #999;
}
.mini-cart-wrapper .buttons a:first-child:hover{
    background-color: #777;
}
.mini-cart-wrapper .buttons a:before{
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 7px;
    font-size: 16px;
    line-height: 1em;
}
.mini-cart-wrapper .buttons a:last-child:before{
    content: '\f08e';
}
.mini-cart-wrapper .buttons a:hover{
    background-color: #3c3c3c;
    color: #fff;
}
.woocommerce-mini-cart__empty-message{
    padding-left: 10px;
    padding-right: 10px;
}
.mini-cart-wrapper .cart-list-wrapper::-webkit-scrollbar-track{
    border-radius: 7px;
    background-color: #f1eee2;
}
.mini-cart-wrapper .cart-list-wrapper::-webkit-scrollbar{
    width: 8px;
    border-radius: 7px;
    background-color: #f1eee2;
}
.mini-cart-wrapper .cart-list-wrapper::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: #b2aa96;
}
.woocommerce-mini-cart .mini_cart_item .blockElement{
    background-color: transparent !important;
    border: 0 !important;
}
.cart-loader{
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* ---------------------------------
    Mobile cart navigation
   --------------------------------- */
.mobile-cart-icon{
    position: fixed;
    font-size: 22px;
    bottom: 100px;
    right: 15px;
    background-color: #4d4f50;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 1030;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.mobile-cart-icon > a{
    color: #fff !important;
}
.sidebar-nav .mini-cart-wrapper{
    display: block;
    padding: 10px 0;
}
.sidebar-nav .woocommerce-mini-cart{
    margin: 0 !important;
}
.sidebar-nav .mini-cart-wrapper .cart-list-wrapper{
    max-height: none;
}
.sidebar-nav .woocommerce-mini-cart li .cart-item-image,
.sidebar-nav .woocommerce-mini-cart li .cart-item-image a img{
    width: 60px;
    height: 60px;
}
.sidebar-nav .woocommerce-mini-cart li .cart-item-image a img{
    object-fit: cover;
}
.sidebar-nav .woocommerce-mini-cart li .cart-item-title{
    font-size: 13px;
}
.sidebar-nav .mini-cart-wrapper .buttons{
    display: block;
}
.sidebar-nav .mini-cart-wrapper .buttons a{
    display: block;
    width: 100%;
}
.sidebar-nav .mini-cart-wrapper .buttons a:first-child{
    margin-bottom: 8px;
}
.sidebar-nav .sidebar-title{
    padding: 15px 10px 10px;    
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar-nav .sidebar-title h3{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.cart-count-bubble{
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #e74c3c;
    color: #fff;
    top: -5px;
    right: -6px;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    border-radius: 50px;
}
.sidebar-nav .sidebar-title h3 .cart-count-bubble{
    right: -22px;
    top: -7px;
}

/* ---------------------------------
    Mobile Woo Search
   --------------------------------- */
.woo-search-icon{
    float: right;    
    margin-right: 30px;
    margin-top: 12px;
    font-size: 20px;
}
.mobile-woo-search{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.99);
    z-index: 99999;
}
.mobile-woo-search .woo-search-box{
    margin-top: 100px;
    text-align: center;
    padding: 15px;
}
.mobile-woo-search .search-group{
    display: block;
    width: 100%;
    position: relative;
}
.mobile-woo-search .fld-search{
    height: 40px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    background-color: #f2f2f2;
    padding: 0 33px 0 10px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.mobile-woo-search .btn-search{
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border: 4px;
    background-color: transparent;
}
.mobile-woo-search .woo-search-closer{
    position: absolute;
    top: 35px;
    left: 50%;
    font-size: 60px;
    color: #d2d2d2;
    background-color: transparent;
    border: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mobile-woo-search .fld-search:focus,
.mobile-woo-search .woo-search-closer:focus,
.mobile-woo-search .btn-search:focus{
    outline: none;
    border: none;
}
.mobile-woo-search .fld-search:focus{
    background-color: #dfdfdf;
}