/*
Theme Name: SBB Corals
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Santosh Yadav
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 * 6.1 - Links
 * 6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 * 12.1 - Posts and pages
 * 12.2 - Post Formats
 * 12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 * 14.1 - Captions
 * 14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 * 16.1 - Mobile Large
 * 16.2 - Tablet Small
 * 16.3 - Tablet Large
 * 16.4 - Desktop Small
 * 16.5 - Desktop Medium
 * 16.6 - Desktop Large
 * 16.7 - Desktop X-Large
 * 17.0 - Print
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

@font-face {
    font-family: 'Conv_digital-7';
    src: url('fonts/digital-7.eot');
    src: local('â˜º'), url('fonts/digital-7.woff') format('woff'), url('fonts/digital-7.ttf') format('truetype'), url('fonts/digital-7.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.share-buttons {
    /* font-size: 0.7rem;*/
    font-size: 10px;
    line-height: 0.7rem;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    /*display: flex;*/
    display: inline-block;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    /* width: calc(25% - 1px);*/
    width: auto;
    margin-right: 5px;
    float: left;
}

.share-buttons li a {
    background: transparent !important;
}

.share-buttons li:last-child {
    /*width: 25%;*/
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0;
}

.share-twitter {
    background: #1da1f2;
}

.share-facebook {
    background: #3b5998;
}

.share-googleplus {
    background: #db4437;
}

.share-pinterest {
    background: #b5071a;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 7px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea{
    border-radius: 5px;
    border-color: transparent;
}

a {
    color: #fff !important;
    text-decoration: none !important;
}

table.cart thead {
    background: #b5b5b5;
}

table.cart thead th {
    color: #000;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #b5b5b5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

div.product_meta {
    color: #fff;
}
.woocommerce-MyAccount-content a.woocommerce-Button.button {
    background: #191919;
}
#loss-auction .col-md-12.auction_div .table-responsive {
    overflow: hidden;
}

/* =================================== xs work start ========================================= */


/* =============== header part start =================== */

.header .container-fluid .row.no-collapse,
.header .container-fluid .row.row-with-collapse-menu {
    padding: 0px 40px;
}

.row-with-collapse-menu .mobile-account-nav,
.header-logo .mobile-cart-nav {
    display: none;
}

.header-logo .mobile-cart-nav {
    position: absolute;
    top: 5px;
    left: 0;
}

.header-logo .mobile-cart-nav ul {
    padding-left: 0;
}

.image-icon-40 {
    height: 40px !important;
    width: 40px !important;
    object-fit: cover;
}

.user-account-title {
    padding-left: 15px;
    vertical-align: middle;
}

.account-nav {
    text-align: left;
}

.cart-nav {
    text-align: right;
}

.account-nav .item-list,
.cart-nav .item-list {
    display: table;
    /*  height: 100%;*/
    width: 100%;
    padding: 0px;
}

.account-nav .item-list li.dropdown,
.cart-nav .item-list li.dropdown {
    display: table-cell;
    vertical-align: middle;
}

.account-nav .dropdown-menu {
    top: initial !important;
}

.account-nav .dropdown-menu>li>a {
    color: #333 !important;
}

.cart-nav .item-list li.dropdown .cart {
    display: inline-block;
}

.header-logo,
.account-nav,
.cart-nav {
    height: 124px;
}

.header-logo {
    display: inline-block;
    text-align: center;
}

.header-logo .navbar-toggle {
    position: absolute;
    right: 0;
    width: 45px;
}

.header-logo a {
    height: 100%;
    width: auto;
    display: inline-block;
    float: none;
}

.header-logo a img {
    height: 100%;
    width: auto;
}

.main-menu-part {
    /* width: 75% !important;*/
    padding-left: 0!important;
    float: left;
}

.search-container {
    /*display: inline-block;
    float: right !important;*/
}

.search-container .search-form,
.search-container .search-form .main-search,
.search-container .search-form .main-search .input-group {
    width: 100%;
}

.search-container .search-form .main-search .input-group input[type="text"] {
    border-radius: 20px;
    width: 100%;
    background-color: transparent;
    outline: none;
    height: 30px;
}

.search-container .search-form .main-search .input-group .input-group-btn {
    position: absolute;
    z-index: 10;
    right: 0;
    height: 100%;
    width: 35px;
}

.search-container .search-form .main-search .input-group .input-group-btn button {
    border-radius: 0 15px 15px 0;
    background-color: #fff;
    border: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
}

.search-container .search-form .main-search .input-group .input-group-btn button .fa-search {
    color: #000000;
}


    /* =============== header part end =================== */


    /* =============== footer part start =================== */

    .footer-custom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-custom .social-part,
    .footer-custom .menu-part,
    .footer-custom .image-part {
        text-align: center;
    }

    .footer-custom .menu-part {
        padding: 24px 0;
    }

    .footer-custom .image-part {
        padding: 35px 0;
    }

    .footer-custom .image-part img {
        width: 320px;
    }

    .footer-custom ul {
        display: inline-block;
        padding: 0;
    }

    .footer-custom .menu-part ul li {
        display: inline-block;
        padding: 0 24px;
        font-size: 16px;
    }

    .footer-custom .social-part .social li a {
        font-size: 30px;
        padding: 0 14px;
    }

    .copyright-footer {
        padding: 15px 0;
        width: 100%;
        background-color: transparent;
    }

    .copyright-footer p {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
    .lower_footer p{
        color: #d3d3d3 !important;
    }
    .card-inner .btn[disabled] {
        background-color: #d3d3d3 !important;
        border-color: #d3d3d3;
        text-shadow: 1px 1px 1px #fff;
        opacity: 1;
    }

    td.product-name span {
        display: inline-block;
        width: 52%;
        vertical-align: middle;
    }

    @media screen and (max-width: 400px) {
        .footer-custom .menu-part ul li {
            padding: 10px;
        }
        .number-tm{
            font-size: 100% !important;
        }
        div#timer div {
            font-size: 100%;
        }
    }


    /* =============== footer part end =================== */


    /* =============== home page start ================== */

    .shop-for-section {
        padding: 30px 0;
    }

    .shop-for-section .container {
        padding: 0;
    }

    .shop-for-section .container .row {
        margin: 0;
    }

    .shop-for-section .container .row .col-custom {
        padding: 0;
    }

    .shop-for-section .container .row .col-custom .image-wrap {
        position: relative;
        height: 320px !important;
        background-position: center;
        background-size: cover;
        text-align: center;
    }

    .shop-for-section .container .row .col-custom .image-wrap .custom-button {
        margin-top: 45%;
    }

    .shop-for-section .container .row .col-custom .image-wrap .custom-title {
        position: absolute;
        bottom: 40px;
        left: 0;
    }

    .custom-title {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-weight: bolder;
        color: #fff;
        text-shadow: 5px 5px 3px #000000;
        letter-spacing: 2px;
        font-family: "Playfair Display", serif;
    }

    .custom-button {
        font-size: 18px !important;
        padding: 12px 24px !important;
    }

    @media screen and (max-width: 767px) and (min-width: 400px) {
        .shop-for-section .container .row .col-custom .image-wrap .custom-button {
            margin-top: 130px;
        }
    }


    /* ================ home page end =================== */


    /* =============== product card start ===================*/

    .product-cat-link {
        display: inline-block;
        font-weight: 500;
        font-size: 18px;
    }

    .custom-product-row {
        margin: 24px 0px !important;
    }

    .custom-product-card {
        position: relative;
        padding: 0 10px !important;
        /*overflow: hidden;*/
        /*margin-bottom: 24px;*/
        margin-bottom: 20px !important;
    }
    .custom-product-card .product-image {
        display: inline-block;
        height: 225px;
        width: 100%;
    }

    .custom-product-card .product-image img {
        display: inline-block;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .custom-product-card .card-inner {
        display: inline-block;
        width: 100%;
        padding: 10px;
        height: auto;
        background-color: #1e1e1e6b;
    }

    .error_mesg{
        margin-top: -8px;
        display: block;

    }

    .custom-product-card .price {
        font-size: 15px;
        left: 24px;
        color: #ffffff;
        padding-bottom: 5px;
		text-align: right;
		width:160px;
		padding-right: 5px;
    }
    .listing-box-item .list-item-pro .price{
        width: 100px;
    }
    .bid-marging span.list-rs{
      padding-right: 3px !important;
      width: 27% !important;
      margin-top: 2px !important;
      text-align: left;
    }
    .bid-marging .username{
        position: relative;
        left: -25px;
        top: 5px;
    }
    .custom-product-card .price del {
        font-size: 14px;
        opacity: 0.7;
    }

    .custom-product-card .card-inner h4 {
        text-align: left;
        line-height: 20px;
        height: 40px;
        font-size: 15px;
        color: #ffffff;
        overflow: hidden;
        margin-top: 0px;
    }
    /*.custom-product-card.product .card-inner h4{
        height: auto;
    }*/
    .custom-product-card.product .card-inner .price {
        text-align: left;
    }
    @media screen and (max-width: 767px) {
        .custom-product-card {
            padding: 0px 0px;
        }
        .custom-product-card .product-image {
            height: 320px;
        }
        .proxy-modal .modal-content{
            top:220px !important;
           
        }

        /*.sbb-auction-product .error_box {
            bottom: auto;
            top: inherit !important;
            padding: 5px 5px !important;
            height: 30px;
            bottom: -20px !important;
            margin-bottom:0px !important;
            width:60%;
        }*/
        .sbb-auction-product .error_box {
            bottom: auto;
            top: inherit !important;
            padding: 5px 5px !important;
            height: 30px;
            bottom: 87px !important;
            margin-bottom: 0px !important;
            width: auto;
        }
        

    }

    @media screen and (max-width: 360px) {
        .modal-dialog.proxy-modal{
             width: 90% !important;
            margin: 0px auto;
        }
        
    }


/* =============== product card end ===================*/

body {
    background: #000 !important;
    padding: 0 !important;
}

.cutomize_modal#cartModal {
    padding: 0 !important;
    overflow: auto;
    background-color: #000;
}

.cutomize_modal .modal-dialog {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin: 0;
    color: #ffffff;
}

.cutomize_modal .modal-dialog .modal-content {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cutomize_modal .modal-dialog .modal-content .modal-body {
    height: auto;
    padding: 15px 50px;
}

.cutomize_modal .modal-dialog .modal-content .modal-header {
    margin-top: 24px;
    border: none;
}

.cutomize_modal .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center;
    font-weight: 600;
}

.cutomize_modal .modal-dialog .modal-content .modal-header .close {
    border: 2px solid;
    /* position: absolute; */
    color: #ffffff;
    /* top: 50px; */
    /* right: 5%; */
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    z-index: 5;
    opacity: 1;
    -webkit-transition: transform 0.1s;
    -moz-transition: transform 0.1s;
    -ms-transition: transform 0.1s;
    transition: transform 0.1s;
    -webkit-transform: scale(.9) rotate(45deg);
    -moz-transform: scale(.9) rotate(45deg);
    -ms-transform: scale(.9) rotate(45deg);
    transform: scale(.9) rotate(45deg);
}

.cutomize_modal .modal-dialog .modal-content .modal-header .close:hover {
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.cutomize_modal .modal-dialog .modal-content .mCustomScrollbar table.cart img {
    width: 100%;
}


    /* ====================== cart page ========================= */

    .woocommerce .custom_cart_part table.cart thead {
        background: transparent;
    }

    .woocommerce .custom_cart_part table.cart thead tr th {
        color: #fff;
        font-size: 18.2px;
        text-align: center;
        font-family: "Playfair Display", serif;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td {
        border-top: 1px solid #ebe9eb !important;
        padding: 16px 12px;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td.product-name {
        font-size: 18.2px;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td.product-remove {
        width: 5px;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td input {
        color: #000;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td.actions .sub_total {
        text-align: right;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td.actions .sub_total strong {
        display: inline-block;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td.actions .wc-proceed-to-checkout {
        display: inline-block;
    }

    @media screen and (max-width: 767px) {
        .row.custom_cart_part {
            margin: 0;
            padding: 0 15px;
        }
        .custom_cart_part span {
            float: initial !important;
        }
        .custom_cart_part .custom_cart_collaterals {
            width: calc(100% - 30px);
            margin-left: 15px;
        }
        .share-buttons-gallery,.likecontainer{
            position:relative !important;
        }
    }


    /* ==================== checkout page css ========================*/

    .checkout_plugin_part_container input {
        color: #000000;
    }

    .checkout_plugin_part_container li {
        position: relative;
    }

    .checkout_plugin_part_container li.thwmscf-tab:not(:first-child)::before {
        content: ">";
        position: absolute;
        top: 10px;
        left: -10px;
    }

    p {
        letter-spacing: 0.5px;
        font-family: "Open Sans", sans-serif;
    }

    .cart-nav li.dropdown {
        color: #ffffff;
    }

    .sec-wrap {
        height: auto;
        position: absolute;
        background-color: #fff;
        top: 86px;
        width: 320px;
        text-align: center;
        z-index: 999;
        right: 0;
        display: none;
    }

.secondary-cart ul.item-list {
    width: auto;
    float: right;
    cursor: pointer;
    margin-bottom: 0px;
}

.secondary-cart:hover .wmc-con .sec-wrap {
    display: block !important;
}
.sticky_header .secondary-cart:hover .wmc-con .sec-wrap{
    top: 69px;
}
.woocommerce input,
.woocommerce textarea {
    color: #000;
}

.search-container form .main-search input {
    color: #fff;
}
.search-prod .shop-for{
    margin-bottom: 15px;
}
.search-prod .shop-for .image-wrap {
    height: 220px !important;
}

.sec-wrap::after {
    margin-left: -8px;
    top: -26px;
    z-index: 10;
    position: absolute;
    color: #fff;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f0d8";
    font-size: 43px;
    right: 58px;
}

.sec-wrap h3 {
    font-size: 20px !important;
    height: 40px;
    margin: 0 !important;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #131313;
    color: #fff;
    width: 100%;
    top: 0px;
    position: absolute;
}

.cart-dropdown-inner {
    max-height: 240px;
    overflow-y: auto;
    list-style-type: none;
    margin: 0 !important;
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
}

.cart-dropdown-inner li {
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    /*  align-items: center;*/
    align-content: center;
    border-bottom: 1px solid #ccc;
}

.wmc-subtotal {
    height: 40px;
}

.wmc-subtotal h5 {
    font-size: 18px;
    padding: 0;
    font-weight: 700;
    border-top: 1px solid #ccc;
    margin: 0 !important;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.wmc-bottom-buttons {
    width: 100%;
    height: 50px;
    padding-bottom: 10px !important;
    height: 100px;
    padding: 0px 20px;
}

.wmc-bottom-buttons a {
    width: 100%;
    background-color: #333;
    display: flex !important;
    float: left;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal !important;
    padding: 4px !important;
    height: 41px;
    text-transform: uppercase;
}

.wmc-details {
    width: 63%;
    text-align: center;
    margin-left: 4%;
}

.wmc-image {
    width: 33%;
}

.wmc-product-title {
    color: #333 !important;
    text-decoration: none !important;
    margin-top: 0px;
    line-height: 19px;
    margin-bottom: 0px;
}

.wmc-details h4 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    font-family: "Open Sans", sans-serif !important;
}

.wmc-details p {
    text-align: left;
    margin-bottom: 0px;
}

.col-md-3.col-xs-4.cart-nav {
    width: 270px;
}

.cart-nav .cart {
    right: 10px;
}

.cart-nav .cart {
    /*  position: absolute;*/
    cursor: pointer;
}

ul.cart-dropdown-inner .wmc-image {
    width: 70px;
    height: 70px;
}

/*Old Code css for mini cart image*/
/*ul.cart-dropdown-inner .wmc-image img {
    width: 100%;
    overflow: hidden;
    height: auto;
}*/

ul.cart-dropdown-inner .wmc-image img {
    width: 100%;
    overflow: hidden;
    height: 66px;
    object-fit: cover;
}

.view-cart-btn {
    background-color: #000 !important;
    margin-bottom: 8px !important;
}

.checkout-btn {
    background-color: #000 !important;
}

.cutomize_modal#cartModal {
    opacity: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.cutomize_modal.in#cartModal {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.cutomize_modal#cartModal .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.action_buttons .coupon {
    width: 100%;
}

.coupon #coupon_code {
    display: none;
}

.customer_notes_on_cart label {
    display: block !important;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.customer_notes_on_cart textarea {
    border: 1px solid #e4e4e4;
    height: 148px;
    resize: none;
    width: 100%;
    border-radius: 3px;
    color: #000;
}

.sub_total strong span.woocommerce-Price-amount.amount {
    font-weight: 900;
    font-size: 20px;
    font-family: "Playfair Display", serif;
}

.woocommerce .custom_cart_part table.cart tbody tr td.actions {
    padding: 20px 0px;
}

.woocommerce-Price-amount.amount {
    font-size: 14px;
    vertical-align: middle;
    float: inherit;
}

.woocommerce-Price-amount.amount span {
    float: inherit;
}

.woocommerce .custom_cart_part table.cart tbody tr td.product-remove a {
    font-size: 25px;
    color: #fff !important;
    font-weight: normal;
}

.woocommerce .custom_cart_part table.cart tbody tr td.product-remove a:hover {
    background-color: transparent;
}

.return-to-shop a.button.wc-backward {
    color: #515151 !important;
}

.action_buttons .wc-proceed-to-checkout {
    float: left !important;
}

.wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    display: flex;
    margin-top: 10px;
}

.wcppec-checkout-buttons.woo_pp_cart_buttons_div a {
    /*    width: 50%;*/
    margin-right: 20px;
}

.cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    display: none;
}

.cart_totals {
    width: 100% !important;
}

.custom_cart_collaterals {
    width: 100% !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin-bottom: 0px;
}

.custom_cart_part {
    margin-bottom: 30px;
    /*overflow: hidden;*/
}

.actions .action_buttons .coupon .button {
    display: none !important;
}

.actions .action_buttons .button {
    display: none !important;
}

.shop-continue a.button.wc-backward,
.wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward {
    padding: 12px 30px;
    text-align: center;
    background-color: #fff !important;
    color: #000 !important;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    /* border-radius: 0px;*/
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.custom_cart_part .custom_cart_collaterals {
    margin-left: 0px;
    padding: 0px;
}

.cutomize_modal .modal-dialog .modal-content .modal-body {
    padding: 10px 0px;
}

.shop-continue a.button.wc-backward:hover,
.wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward:hover {
    background-color: #cacaca !important;
}


/*.action_buttons .wc-proceed-to-checkout{display:none !important;}*/

.cart span {
    margin-right: 0px !important;
    float: inherit !important;
}

#cart_pop {
    margin-right: 5px;
}

.action_buttons .wc-proceed-to-checkout {
    padding: 0px 0px;
}

.woocommerce-mini-cart__total.total.wmc-subtotal span.woocommerce-Price-amount.amount {
    margin-left: 5px;
}

.wcppec-checkout-buttons.woo_pp_cart_buttons_div a.wcppec-checkout-buttons__button {
    padding-top: 10px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: auto;
}

li.woocommerce-mini-cart-item.dropdown-cart-wrap.mini_cart_item .wmc-remove {
    width: 30px;
    padding-top: 3px;
}

#cartModal {
    z-index: 999999;
}

li.woocommerce-mini-cart-item.dropdown-cart-wrap.mini_cart_item .wmc-remove a {
    padding: 1px 5px;
    font-size: 17px;
    line-height: 18px;
    background: transparent;
    border-radius: 50%;
    color: #000 !important;
    font-weight: 700;
    border: 1px solid #000;
}

ul.item-list .image-icon-40 {
    margin-top: -4px;
}

.card-inner .ajax_add_to_cart.added,
.shop-for aside a.added {
    display: none;
}

.shop-for aside {
    padding: 15px 10px!important;
    text-align: left !important;
    height: auto;
    overflow: hidden;
}

.col-md-3.col-sm-6 .shop-for {
    background-color: #0d0d0d;
    border-radius: 2px;
}

.shop-for aside a.mb-1 {
    margin-bottom: 0px !important;
}

.custom-button {
    padding: 6px 12px !important;
    height: auto !important;
}

.shop-for aside a.add_to_cart_button.loading {
    background-color: #222 !important;
    color: #222 !important;
    position: relative;
    border-color: #222 !important;
}

.added_to_cart {
    background-color: #3a3a3a;
    font-size: 12px;
    border: 1px solid transparent;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0px;
    color: #fff!important;
    text-transform: capitalize;
    padding: 6px 12px !important;
    font-weight: 900 !important;
    float: left;
    border-radius: 4px !important;
    text-shadow: none !important;
}

.added_to_cart:hover {
    transition: all 0.3s ease;
    background-color: #fff !important;
    color: #3a3a3a !important;
    border: 1px solid #222 !important;
}

.ajax_add_to_cart {
    background-color: #fff !important;
    color: #3a3a3a !important;
    font-size: 12px !important;
    position: relative;
    border-radius: 4px !important;
	padding:6px 12px !important;
}

.ajax_add_to_cart:hover {
    transition: all 0.3s ease;
    background-color: #3a3a3a !important;
    color: #fff !important;
    border: 1px solid #3a3a3a !important;
}

.summary.entry-summary .single_add_to_cart_button.button.button.alt {
    background-color: #fff !important;
    color: #3a3a3a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    border-radius: 4px !important;
    text-shadow: none !important;
    border-color: transparent !important;
    /*padding: 4px 5px !important;*/
    text-transform: capitalize;
    line-height: 21px;
    /*position: absolute;*/
    vertical-align: top;
}

ol.flex-control-nav.flex-control-thumbs {
    margin-top: 15px !important;
}

button:focus,
select:focus {
    outline: none !important;
}

.form-row.place-order .wc-gateway-ppec-cancel {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background-color: #222;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 10px 12px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.form-row.place-order .wc-gateway-ppec-cancel:hover {
    background-color: #fff;
    color: #000 !important;
}

.summary.entry-summary .single_add_to_cart_button.button.button.alt.loading {
    background-color: #fff !important;
    color: #fff !important;
    position: relative;
    border-color: #fff !important;
    opacity: 1;
}

.summary.entry-summary .single_add_to_cart_button.button.button.alt.added {
    border-color: #fff!important;
}

.summary.entry-summary .single_add_to_cart_button.button.button.alt.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    margin-left: 6px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    color: #222 !important;
}

.widget_shopping_cart_content ul.cart-dropdown-inner li.mini_cart_item {
    padding: 10px 20px!important;
    width: 100%;
}

.nav>li>a:focus,
.nav>li>a:hover {
    color: #000 !important;
}

.sec-wrap .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    /*    margin-top: -46px;*/
    background-color: #fff;
    height: 66px;
    line-height: 64px;
    color: #000;
}

.card-inner a.add_to_cart_button.loading {
    background-color: #222 !important;
    color: #222 !important;
    position: relative;
    border-color: #222 !important;
}

.card-inner a.add_to_cart_button.loading::after,
.shop-for aside a.add_to_cart_button.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    margin-left: 0px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    color: #fff !important;
}

#cartModal .modal-dialog .modal-content.wcp-modal-content .modal-header {
    margin-top: 50px;
}

#cartModal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: "Playfair Display", serif;
}

.cart-head-total {
    text-align: center;
}

h5.cart-head-total {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: .618em;
    letter-spacing: 0.5px;
}

#wcp_cart .woocommerce .custom_cart_part table.cart thead tr th {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 0.2em;
    text-align: center;
}

.woocommerce .custom_cart_part table.cart tbody tr td.product-name a {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 0.2em;
}

.woocommerce .custom_cart_part table.cart tbody tr td.product-name p.product-price {
    font-family: "Open Sans", sans-serif;
}

td.product-name p:first-child {
    margin-bottom: 0px;
    margin: 0px;
}

body.woocommerce.woocommerce-page.woocommerce-js a.remove {
    height: 25px !important;
    width: 25px!important;
    line-height: 25px;
    padding: 0px;
}
body.home ul.woocommerce-error li {
    position: absolute !important;
    left: auto !important;
}
.page-id-7 .woocommerce-error a.wc-backward {
    color: #337ab7 !important;
}

    .woocommerce-mini-cart__total.total.wmc-subtotal h5,
    .woocommerce-mini-cart__total.total.wmc-subtotal h5 span {
        font-size: 16px;
    }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td .quantity,
    .summary.entry-summary .quantity {
        border: 1px solid #fff !important;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td .quantity input,
    .summary.entry-summary .quantity input {
        -webkit-appearance: button;
        cursor: pointer;
        background-color: transparent;
        color: #fff !important;
        border: none !important;
        padding: 5px;
    }

    .summary.entry-summary .quantity input {
        padding: 0px 10px;
    }

    .woocommerce .custom_cart_part table.cart tbody tr td .quantity input:focus,
    .summary.entry-summary .quantity input:focus {
        outline: none;
    }

    .quantity input[type=number] {
        -moz-appearance: textfield;
    }

    .shop-for aside h6 {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px !important;
    }

    .shop-for aside p {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    h5.cart-head-total {
        margin-bottom: 50px;
        margin-top: -6px;
        font-family: "Open Sans", sans-serif !important;
    }

    #cartModal .modal-dialog .modal-content.wcp-modal-content .modal-header {
        margin-bottom: 0px;
        margin-top: 50px;
        padding-bottom: 5px;
    }

    form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
        margin-bottom: 20px;
    }

    p.woocommerce-LostPassword.lost_password,
    .woocommerce-privacy-policy-text p {
        padding: 3px;
    }

    .register input,
    .login input {
        color: #000 !important;
    }

    .shop-for aside h6 {
        text-align: left;
        line-height: 20px;
        font-size: 15px !important;
        height: 40px;
        font-size: 15px;
        color: #ffffff !important;
        margin-bottom: 5px;
        overflow: hidden;
        margin-top: 0px;
    }

.navbar-right.mobile-account-nav .dropdown-menu li a {
    color: #000 !important;
}

.shop-for aside h4 {
    text-align: left;
    line-height: 20px;
    height: 40px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 0px;
    font-family: "Open Sans", sans-serif !important;
}

.shop-for aside p {
    margin-bottom: 0px;
    font-size: 15px;
    top: 10px;
    left: 24px;
    color: #ffffff;
    padding-bottom: 8px;
    font-weight: normal;
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background-color: #fff;
    color: #000;
    text-shadow: none;
    padding: 6px 12px !important;
    border-radius: 4px;
    border-color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:focus {
    outline: none;
}

.shop-for aside .price span {
    opacity: 0.7;
    color: #fff !important;
}

.summary.entry-summary .cart {
    margin-bottom: 0px !important;
}

.summary.entry-summary p.stock.in-stock {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}

.summary.entry-summary p.price span {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.summary.entry-summary p.price ins {
    text-decoration: none !important;
    font-weight: normal;
}

.summary.entry-summary .wcppec-checkout-buttons.woo_pp_cart_buttons_div a {
    width: 200px;
}

p#wcp_cart {
    padding: 0px 15px;
    text-align: center !important;
}

.share-buttons {
    margin-bottom: 10px;
}

.summary.entry-summary .product_meta {
    text-transform: uppercase;
}

.breadcumb-area {
    display: none;
}

.entry-header h1.entry-title {
    font-size: 30px;
    text-transform: uppercase;
}

.account-nav .item-list li.dropdown {
    display: block;
}

.search-container {
    padding: 37px 0px;
}

.navbar-nav {
    padding: 37px 0px;
}

.account-nav {
    padding: 50px 0px;
    height: auto;
    text-align: center;
}

.account-nav a {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
}

.cart {
    padding: 44px 0px 29px; /*40px 0px;*/
    text-align: right;
}

.cart-nav {
    display: contents;
}

.navbar-nav>li>a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.shop-for-section .container .row .col-custom {
    padding: 0px 15px !important;
    padding-bottom: 10px !important;
}

.sticky_header.header .container-fluid .row.no-collapse {
    padding: 0px 40px;
}

.sticky_header .navbar-nav {
    padding: 10px 0px;
}


body .shop-for-section .container .row .col-custom .image-wrap {
    height: 263px !important;
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    width: 280px;
    background-color: #000;
    display: block;
    float: left;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal !important;
    padding: 4px !important;
    height: 41px;
    text-transform: uppercase;
    margin: 0px 20px;
    margin-bottom: 5px !important;
    border-radius: 4px;
    font-weight: 600 !important;
    line-height: 34px;
}

p.return-to-shop a.button.wc-backward {
    padding: 15px 30px;
    text-align: center;
    background-color: #fff !important;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    width: 400px;
    font-weight: 400;
}

body .py-30 {
    padding-top: 0px !important;
}

.py-0 {
    padding-top: 0px !important;
}

.shop-for h4 {
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #000 !important;
}
a.restore-item {
    color: #337ab7 !important;
}
a.restore-item:hover {
    color: #23527c !important;
}

.image-wrap button.custom-button:focus {
    outline: none;
    border-color: #204d74;
}

.shop-for h4 {
    color: #fff;
}

.login_link {
    margin-right: 7px;
    font-size: 15px;
    /* font-weight: 600;*/
}

.woocommerce-form-login.login .the_champ_outer_login_container {
    display: none;
}

.navbar-brand {
    padding: 15px 0px;
}

body .shop-for-section .container .row .col-custom .image-wrap button {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

.woocommerce-info a.showlogin,
.woocommerce-info a.showcoupon {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

.summary.entry-summary .cart {
    padding: 0px;
}

.summary.entry-summary p.price {
    font-family: "Work Sans", sans-serif;
}

.summary.entry-summary .woocommerce-product-details__short-description {
    font-family: "Open Sans", sans-serif;
}

ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_paypal label img {
    margin-right: 5px;
}
/*.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods{
    display: none;
}*/
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #000 !important;
}

/*.form-row.place-order #place_order {
    background-color: #fff !important;
    color: #3a3a3a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    border-color: transparent !important;
    position: relative;
    border-radius: 4px !important;
    padding: 10px 12px;
    margin-top: 10px;
    text-transform: uppercase;
}*/
.form-row #place_order {
    background-color: #5156ea !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    border-color: transparent !important;
    position: relative;
    border-radius: 5px !important;
    padding: 19px 16px 16px;
    margin-top: 10px;
    text-transform: capitalize;
    width: 50%;
    float: left !important;
    letter-spacing: 0.5px;
}
.widget_shopping_cart_content .bread-pay-over-time{
    background-color: #5156ea !important;
}
.widget_shopping_cart_content .bread-pay-over-time:hover, .woocommerce-cart a.cart-bread-pay-over-time:hover{
    background-color: #3a3a3a !important;   
}
.woocommerce-cart a.cart-bread-pay-over-time {
    background-color: #5156ea;
    padding: 10px 30px 9px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.woocommerce-cart div#ppc-button{
    margin-bottom: 7px;
    margin-top: 0;
}
.payment_box.payment_method_ppcp-gateway, .payment_box.payment_method_bread_finance{
    display: none !important;
}

.form-row.place-order #ppcp-cancel{
    display: none;
}

.wc_payment_method .input-radio{
    height: 20px;
    width: 20px;
}
.wc_payment_method label{
    vertical-align: bottom;
}
li.wc_payment_method.payment_method_ppcp-gateway {
    padding-bottom: 15px;
}

.ct-pay-method .wc_payment_methods.payment_methods.methods, .ct-pay-method .pay-now-choose-option, .ct-pay-method .continue-pay-now {
    display: none !important;
}
.ct-pay-method .form-row.place-order #place_order{
    background-color: #158600 !important;
    float: right !important;
    text-transform: uppercase;
}
.ct-pay-method div#order_review{
    display: inline-block !important;
    margin-top: 40px;
}

.form-row #place_order:hover {
    background-color: #3a3a3a !important;
    color: #fff !important;
}

#customer_details ul {
    padding: 15px;
}

#customer_details ul li {
    margin-bottom: 7px;
}

#customer_details .col-2 {
    line-height: 25px;
}

li p#billing_phone_field {
    padding: 0 !important;
}

li p#billing_phone_field label {
    margin-top: -16px;
}
.related.products .custom-product-card {
    float: left !important;
}
.product_cat-private-product section.related.products {
    display: none;
}
.product-cat-link {
    background-color: #fff;
    padding: 6px 15px;
    color: #000 !important;
    border-radius: 4px !important;
    /* border-radius:4px !important;*/
}

.product-cat-link:hover {
    background-color: #222;
    padding: 6px 15px;
    color: #fff !important;
}

center a.product-cat-link {
    background-color: #000;
    padding: 0px;
    color: #fff !important;
}

center a.product-cat-link:hover {
    background-color: #000;
    padding: 0px;
    color: #fff !important;
}

.custom_cart_form:focus {
    outline: none;
}

.woocommerce p a.button.wc-backward {
    color: #000 !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline input {
    margin-top: -1px !important;
    vertical-align: middle;
}

#ship-to-different-address {
    margin-left: 25px;
}

#ship-to-different-address-checkbox {
    margin-top: 9px;
}

#billing_ups_yn_field span label.checkbox {
    padding-left: 22px;
}

#billing_ups_yn_field span label.checkbox #billing_ups_yn {
    margin-left: -20px !important;
    margin-top: 8px !important;
    margin: 0px;
}

.mobile-serch-bar-section {
    display: none;
}

.navbar-collapse.collapse.in .login_link,
.navbar-collapse.collapse.in .openBtn {
    display: none;
}

.navbar-collapse.collapsing .login_link,
.navbar-collapse.collapsing .openBtn {
    display: none;
}

.Shipping-charges-note p {
    margin-bottom: 3px !important;
}
#waitModal p#wcp_loading_header_message, #waitModal span.wcp-load-footer {
    color: #fff;
    text-align: center;
}
#waitModal .modal-body > p{
    margin: 0 auto 10px !important;
    text-align: center;
}
#waitModal .modal-footer{
    padding-right: 0px;
}
#cartModal{
    display: none;
}
.header ul.social{
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 8px;
}
.header .social li{
    padding: 0 8px;
}
.header .social li a i, .page-template-contact .custom-fix-div .social li a i{
    font-size: 22px;
}
.page-template-contact .custom-fix-div .social li a{
    padding: 0 12px;
}
.page-template-contact .custom-fix-div ul.social{
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding-left: 3px;
    margin-bottom: 0;
    margin-top: 15px;
}

.social li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}
.social li a:before {
    background-image: url('./images/socialmedia.png');
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    left: 0;
    height: 34px;
    width: 34px;
    background-position: 1px 0px;
}
.social li.instaicon a:before {
    background-position: -34px 0;
}
.social li.youtubeicon a:before {
    background-position: -69px 0;
}

/*.header .social li a:before {
    background-image: url('./images/socialmedia.png');
    content: '';
    background-size: 350%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 33px;
    background-position: -9px -8px;
}
.header .social li.instaicon a:before {
    background-position: -76px -44px;
}
.header .social li.youtubeicon a:before {
    background-position: -8px -44px;
}*/

.logged-in.admin-bar .product_cat-day-1 section.related.products, .logged-in.admin-bar .product_cat-day-2 section.related.products,
.logged-in.admin-bar .product_cat-vip section.related.products {
    display: none;
}
.single-product section.related.products{
    display: none;
}

@media(min-width:768px) and (max-width:991px) {
    p#billing_state_field, p#shipping_state_field{
        width: 33% !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    /*.sbb-auction-product .error_box {
        bottom: auto;
        top: inherit !important;
        padding: 5px 5px !important;
        height: 30px;
        bottom: -20px !important;
        margin-bottom:0px !important;
        width:50%;
    }*/
    .sbb-auction-product .error_box {
        bottom: auto;
        top: inherit !important;
        padding: 5px 5px !important;
        height: 30px;
        bottom: 87px !important;
        margin-bottom: 0px !important;
        width: auto;
    }
   
}
div#customer_login {
    height: 500px;
}
@media screen and (max-width: 991px) {
    div#customer_login {
        height: 100%;
    }
    .woocommerce-checkout tbody.checkout-product-detail {
        overflow-y: scroll;
    }
    #myTabContent .table-responsive {
        width: 100%;
    }
    .col-md-12.winning-auction{
        margin-top: 20px;
    }
    .main-menu-part {
        width: 100% !important;
    }
    .shop-for-section {
        padding-top: 0px !important;
    }
    .table-responsive .table.table-bordered {
        max-width: 1200px;
        width: 1200px;
        overflow-y: auto;
    }
    #loss-auction .col-md-12.auction_div .table-responsive {
        overflow: auto;
    }
    .auction_div {
        min-height: auto !important;
    }
}

@media screen and (max-width: 767px) {
.woocommerce-lost-password section.py-30.custom-fix-div {
    height: 480px;
}
.tab-content .row{
    margin-right: 0;
    margin-left: 0;
}
ul#menu-main-nav {
    background: #000;
    position: relative;
    z-index: 99;
    }
    .navbar-nav {
        margin: 0;
        }
/*#myTabContent .table-responsive {
    padding-left: 0;
    padding-right: 0;
}*/
.row-with-collapse-menu .mobile-account-nav,
.header-logo .mobile-cart-nav {
    display: inline-block;
}
.main-menu-part #menu-main-nav.custom-nav {
    margin-left: 0;
    margin-right: 0;
}
/* .account-nav,
.cart-nav {
    display: none;
    }*/
    .header-logo {
        width: 100% !important;
    }
}

@media screen and (max-width: 400px) {
/* .header-logo .mobile-cart-nav {
    left: -15px;
}
.header-logo .navbar-toggle {
    right: -15px;
    }*/
}

@media(min-width:768px) {
    .shop-continue a.button.wc-backward,
    .wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward {
        /*width: 40%;*/
        float: left;
        margin-left: 19%;
        margin-top: 30px;
        padding: 15px 30px;
        text-align: center;
        background-color: #fff !important;
        color: #000 !important;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
    }
    .wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward {
        width: 40%;
        float: left;
        margin-left: 17%;
        margin-top: 30px;
        padding: 15px 30px;
        text-align: center;
        background-color: #fff !important;
        color: #000 !important;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
    }
    .cutomize_modal .modal-dialog .modal-content .modal-body {
        padding: 0px 50px 15px 50px;
    }
    .custom_cart_collaterals {
        width: 66.66% !important;
        float: right !important;
    }
    .custom_cart_part .wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward {
        width: 40% !important;
        float: right;
        margin-top: -150px;
        margin-right: 14px;
    }
    #mCSB_1_container .wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward {
        width: 40% !important;
        float: right;
        margin-top: -149px;
    }
    #cartModal .wcp-cart-modal-message {
        margin-bottom: 2px;
        margin-top: 30px !important;
    }
    .action_buttons {
        height: 220px;
    }
    #cartModal .modal-dialog .modal-content.wcp-modal-content .modal-header button.close,
    #checkoutModal .modal-dialog .modal-content.wcp-modal-content .modal-header button.close {
        position: absolute;
        right: 50px;
        top: 17px;
        background: #fff;
        opacity: 1;
        padding: 0 6px;
    }
    .woocommerce .custom_cart_part table.cart tbody tr td.product-thumbnail {
        width: 200px;
    }
    .woocommerce .custom_cart_part table.cart tbody tr td.product-quantity,
    .woocommerce .custom_cart_part table.cart tbody tr td.product-subtotal {
        width: 150px;
        text-align: center;
    }
    .woocommerce .custom_cart_part table.cart tbody tr td.product-remove {
        width: 40px;
        text-align: center;
    }
}

@media(max-width:767px) {
    .header-logo .navbar-toggle {
        margin-top: -10px !important;
        right: 0 !important;
        left: inherit !important;
    }
    .header.sticky_header {
        /*position: inherit !important;*/
        height: auto;
        top: 0;
        position: sticky;
        background-color: #000;
        padding-bottom: 0px;
        z-index: 9999;
        animation: smoothScroll 1s forwards;
        box-shadow: 1px 2px 10px #333;
    }
    body .header .navbar-collapse.collapse.menu-close,
    body .header .navbar-collapse.collapse.responsive-menu {
        width: 100% !important;
    }
    /* .navbar-collapse {
        margin-top: 30px;
        }*/
        .sticky_header .navbar-nav {
            padding: 0px 0px;
        }
        .navbar-nav>li>a {
            padding: 15px 15px !important;
        }
        .sticky_header.header .container-fluid {
            padding: 0px 15px !important;
        }
        .sticky_header .header-logo .navbar-toggle {
            margin-top: -15px !important;
        }
        .navbar-nav {
            padding: 0px !important;
        }
        .openBtn {
            /* float: right;*/
            margin: 0px;
        }
        .mobile-serch-bar-section {
            display: block !important;
        }
        .navbar-collapse.collapsing .login_link,
        .navbar-collapse.collapsing .openBtn {
            display: inline-block;
        }
        .header .cart {
            display: none;
        }
        div#primary.content-area.container {
            width: 100% !important;
        }
        div#primary.content-area.container {
            width: 100% !important;
        }
        .entry-header h1 {
            font-size: 1.5em !important;
        }
        .woocommerce .custom_cart_part table.cart tbody tr td.product-remove {
            width: auto;
        }
        .woocommerce .custom_cart_part table.cart tbody tr td.actions .sub_total {
            margin-bottom: 20px;
        }
        .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item.wcp-has-key {
            position: relative;
            height: auto;
            overflow: hidden;
        }
        .woocommerce table.cart .product-thumbnail {
            display: block;
        }
  
.shop-for-section .container .row .col-custom {
    padding-bottom: 20px !important;
}
.wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    margin-top: 0px !important;
}
.row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
}
.row.reorder-xs>[class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
}
.reorder-xs .col-md-8.col-sm-8.col-xs-12 {
    margin-top: 75px;
}
.custom_cart_part .custom_cart_collaterals {
    margin-top: -340px;
}
#cartModal .modal-dialog .modal-content.wcp-modal-content .modal-header button.close {
    position: absolute;
    right: 25px;
    top: 25px;
    background: #fff;
    opacity: 1;
    padding: 0 6px;
}
.woocommerce table.shop_table_responsive tr td::before {
    content: none;
}
/*.woocommerce .custom_cart_part table.cart tbody tr td {
    border: none !important;
}*/
tr.woocommerce-cart-form__cart-item.wcp-has-key {
    border-bottom: 1px solid #ebe9eb !important;
}
.woocommerce .custom_cart_part table.cart tbody tr td.product-thumbnail {
    width: 90px;
    z-index: 99;
    position: absolute;
}
.woocommerce .custom_cart_part table.cart tbody tr td.product-name {
    /*width: calc(100% - 40px);*/
    width: 360px;
    /*position: absolute;
    top: 0;
    left: 0px;*/
    padding-left: 110px;
    /*text-align: left !important;
    max-height: 80px;
    overflow: hidden;*/
}
/*.woocommerce .custom_cart_part table.cart tbody tr td.product-subtotal {
    text-align: left !important;
    position: absolute;
    bottom: 0px;
}*/
/*.woocommerce .custom_cart_part table.cart tbody tr td.product-quantity {
    margin-top: 80px;
    width: auto;
    text-align: left !important;
    float: right;
    display: inline-block;
}*/
/*.woocommerce .custom_cart_part table.cart tbody tr td.product-remove {
    width: 40px;
    right: 0;
    float: left;
    position: absolute;
}*/
.woocommerce .custom_cart_part table.cart tbody tr td.product-remove {
    width: auto;
    position: absolute;
    right: 10px;
    left: auto;
}
.woocommerce .custom_cart_part table.cart tbody tr td.actions {
    padding: 20px 0px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: inline-block;
    text-align: left !important;
    vertical-align: top;
    border-top: 0 !important;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    border-top: 1px solid #ebe9eb !important;
}
.woocommerce .custom_cart_part table.cart tbody tr td{
    border-top:  0 !important;
}
.woocommerce .custom_cart_part table.cart tbody tr td.product-name a {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 0.2em;
    vertical-align: top;
}
td.product-name p:first-child {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    line-height: 18px;
}
.mobile-cart-nav ul li {
    list-style: none;
        /*    position: absolute;
        right: 0;*/
    }
    .header-logo .mobile-cart-nav a {
        right: 0;
        position: absolute;
        width: 100%;
    }
    .header-logo .mobile-cart-nav {
        position: inherit;
        display: block;
        text-align: right;
    }
    .wcppec-checkout-buttons.woo_pp_cart_buttons_div a.wcppec-checkout-buttons__button {
        width: 198px;
    }
    .wcppec-checkout-buttons.woo_pp_cart_buttons_div a#woo_pp_ppc_button {
        margin-right: 0px;
    }
    .wc-proceed-to-checkout {
        padding: 1px 16px !important;
    }
    .action_buttons .wc-proceed-to-checkout {
        padding: 0px !important;
    }
    .custom-product-card .product-image,
    .col-xs-6 .shop-for .image-wrap {
        height: 250px !important;
    }
    p.return-to-shop a.button.wc-backward {
        width: 380px;
    }
    .cart-nav {
        display: none;
    }
    .account-nav {
        position: absolute !important;
        right: 10px;
        text-align: right !important;
        padding-top: 10px !important;
    }
    .search-container {
        width: 30px !important;
        padding: 0px;
        position: absolute !important;
        right: 49px;
    }
    .navbar-toggle {
        top: 70px !important;
    }
    .header-logo a.navbar-brand {
        margin-top: -15px;
        float: left;
        padding: 15px 0px;
    }
    .image-icon-40 {
        width: 25px !important;
        height: 25px !important;
    }
    .navbar-collapse {
        width: 100% !important
    }
    .navbar-toggle {
        border: 1px solid #fff !important;
    }
    body .cart {
        position: absolute !important;
        right: 0;
        margin-top: 0px;
        padding: 0px !important;
        padding-right: 15px !important;
    }
    body .shop-for-section .container .row .col-custom .image-wrap {
        height: 280px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .overlay-content {
        position: relative;
        top: 46%;
        width: 80% !important;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }
    .overlay input[type=text] {
        height: 50px !important;
        padding-right: 60px !important;
        font-size: 18px !important;
    }
    .search-form span.input-group-btn button {
        width: 50px !important;
        height: 50px !important;
        font-size: 21px !important;
        line-height: 23px;
    }
    .search-form span.input-group-btn {
        width: 54px !important;
        width: 50px !important;
    }
    #cart_pop {
        margin-right: 0px;
    }
}

form#checkoutForm.ct-form-loader{
    position: relative;
    overflow: hidden;
    height: 400px;
}
form#checkoutForm.ct-form-loader::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 99999;
}
form#checkoutForm.ct-form-loader::before {
    height: 2em;
    width: 2em;
    display: block;
    position: absolute;
    top: 47%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 35px;
    color: rgba(0,0,0,.75);
    z-index: 999999;
}

@media(max-width:640px) {
    .woocommerce .custom_cart_part table.cart tbody tr td.product-name{
        width: 280px;
    }
}
@media(min-width:320px) and (max-width: 400px) {
    .shop-for-section .container .row .col-custom .image-wrap .custom-title {
        bottom: 30px !important;
    }
    body .shop-for-section .container .row .col-custom .image-wrap {
        height: 154px !important;
    }
    .shop-for-section .container .row .col-custom {
        padding-bottom: 0px !important;
    }
    .col-md-3.col-sm-6.col-xs-12.pop-up-wrap {
        width: 50%;
    }
    .pop-up-wrap a.image-wrap.fancybox {
        height: 170px !important;
    }
    .lightBox {
        width: 320px !important;
    }
}
@media(min-width:480px) {
    #billing_first_name_field, #billing_last_name_field,
    #shipping_first_name_field, #shipping_last_name_field {
        width: 49.5%;
    }
}
@media(max-width:480px) {
    .gallery-pg .wrapper-dropdown {
        width: auto;
        float: none;
        text-align: left;
        margin-top: 15px;
    }
    #billing_ups_yn_field span label.checkbox #billing_ups_yn {
        margin-top: 6px !important;
    }
    .shop-for-section .container .row .col-custom .image-wrap .custom-title {
        font-size: 18px;
        bottom: 10px;
    }
    .shop-for-section .container .row .col-custom .image-wrap .custom-button {
        margin-top: 35%;
    }
    .wcppec-checkout-buttons.woo_pp_cart_buttons_div a.wcppec-checkout-buttons__button {
        width: 119px;
    }
    .custom_cart_part .custom_cart_collaterals {
        margin-top: -325px;
    }
    .form-row.form-row-first,
    .form-row.form-row-last {
        width: 100% !important;
    }
    .custom-product-row .custom-product-card .product-image,
    .row .col-xs-6 .shop-for .image-wrap,
    .products.columns-4 .custom-product-card .product-image {
        height: 150px !important;
    }
    .ajax_add_to_cart,
    .added_to_cart {
        font-size: 10px !important;
        padding: 6px 9px !important;
    }
    .header-logo .navbar-toggle {
        float: left;
        /*left: 10px !important;*/
    }
    .header .container-fluid .row.no-collapse {
        padding: 12px 10px !important;
    }
    body .shop-for-section .container .row .col-custom .image-wrap {
        height: 180px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .shop-for-section .container .row .col-custom .image-wrap .custom-button {
        margin-top: 70px;
    }
    .header-logo .mobile-cart-nav {
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
    }
    body .shop-for-section .container .row .col-custom .image-wrap button {
        font-size: 14px !important;
    }
    body .cart {
        padding-right: 10px !important;
    }
    p.return-to-shop a.button.wc-backward {
        width: 90%;
    }
    #cart_pop {
        margin-right: 8px;
    }
    td.product-name span {
        display: inline-block;
        width: 23%;
        vertical-align: top;
    }
}

@media(max-width:600px) {
    #mCSB_1_container .custom_cart_part {
        padding: 0px 15px;
    }
    .custom-product-card .product-image,
    .col-xs-6 .shop-for .image-wrap {
        height: 200px !important;
    }
    .custom_cart_part {
        padding: 0px !important;
    }
    .col-md-3.col-sm-6.col-xs-12.pop-up-wrap {
        width: 50%;
    }
    .pop-up-wrap a.image-wrap.fancybox {
        height: 170px !important;
    }
    .product-title.col-lg-6.col-xs-6,
    .created-date.col-lg-6.col-xs-6 {
        width: 100%;
        text-align: left;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .search-container {
        padding: 0px 15px;
        width: auto;
    }
    .account-nav {
        padding: 0px 15px;
        width: 120px;
    }
    .navbar-collapse {
        width: 75% !important;
    }
    .cart-nav {
        padding: 0px;
    }
    body .cart {
        padding: 40px 10px !important;
    }
    body .sticky_header .cart {
        padding: 10px 20px !important;
    }
    body .shop-for-section .container .row .col-custom .image-wrap {
        height: 344px !important;
    }
    .shop-for-section .container .row .col-custom {
        padding-bottom: 30px !important;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .sticky_header .cart {
        padding: 10px 20px !important;
    }
    .sticky_header .header-logo .navbar-toggle {
        margin-top: 13px;
    }
    .navbar-nav {
        padding: 10px 0px;
    }
    .account-nav {
        position: absolute !important;
        left: 33.33% !important;
        ;
    }
    .cart {
        position: absolute !important;
        right: 3%;
    }
    .navbar-collapse {
        width: 100% !important;
    }
    .account-nav {
        left: 66.66%;
    }
    .navbar-collapse {
        width: 50% !important;
    }
    body .navbar-collapse.collapse.menu-close {
        transition: left 0.8s ease-in 0s !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    body .shop-for-section .container .row .col-custom .image-wrap {
        height: 213px !important;
    }
    .shop-for-section .container .row .col-custom .image-wrap .custom-title {
        font-size: 30px;
        bottom: 30px;
    }
}
@media(min-width:768px) and (max-width:1199px) {
    #billing_state_field, #shipping_state_field{
        width: 32% !important;
    }
}
@media(min-width:320px) and (max-width:1199px) {
    .header ul.social{
        display: none;
    }
    .mobile-nav-social.social li a:before{
        left: -12px;
    }
    .header ul.mobile-nav-social{
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .woocommerce-checkout tbody.checkout-product-detail{
        width: 100%;
    }
    #mySidenav {
        position: fixed;
        left: 0;
        z-index: 9999;
        background-color: #000;
    }
    .menu-close-btn {
        color: #fff;
        font-size: 20px;
        text-align: right;
        cursor: pointer;
        right: 0px;
        padding: 15px 30px;
    }
    body .navbar-collapse.collapse.menu-close {
        position: fixed;
        left: -100%;
        background-color: #000;
        z-index: 999;
        width: 350px !important;
        transition: left 0.5s ease-in 0s;
        display: block;
        top: 0;
        /*height: 100% !important;*/
        height: 100vh !important;
    }
    body .navbar-collapse.collapse.responsive-menu {
        position: fixed;
        left: 0;
        background-color: #000;
        z-index: 999;
        width: 350px !important;
        transition: left 0.8s ease 0s;
        display: block;
        top: 0;
        /*height: 2000px !important;*/
        height: 100vh !important;
        overflow-y: auto !important;
    }
    body .body-postion-sticty {
        transition: margin-left .5s;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .login_link {
        margin-right: 0px;
    }
    .openBtn {
        padding: 0px !important;
        width: 100%;
        margin-bottom: 28px;
        float: left;
        font-size: 15px !important;
    }
    .openBtn i {
        font-size: 17px;
    }

     /* .mobile-serch-bar-section {
        display: block !important;
        padding: 0px 15px;                      Update on 27-06-2022 issue no 0021978
        margin-bottom: 30px;
        text-align: center;
    } */
    .mobile-serch-bar-section {
        display: block !important;
        padding: 0px 15px 30px 0px;
        text-align: center;
        background: #000;
        position: relative;
        z-index: 99;
        }
    .header .cart .login_link,
    .header .cart button.openBtn {
        display: none;
    }
    .navbar-collapse {
        border-top: 1px solid #000 !important;
        padding: 0px !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    /*.navbar-collapse.collapse {
        display: none !important;}*/
        .header-logo .navbar-toggle {
            float: left;
            left: 0;
            margin-top: 44px;
        }
        .navbar-toggle {
            border: 1px solid #fff !important;
        }
        .account-nav {
            padding: 50px 0px;
            height: auto;
            text-align: center;
        }
        .cart {
            padding: 40px 0px !important;
            text-align: right;
        }
        .summary.entry-summary .cart {
            padding: 0px !important;
            position: inherit !important;
        }
        .summary.entry-summary .cart {
            margin-bottom: 10px !important;
        }
        table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
            position: inherit !important;
            padding-right: 0px !important;
        }
        .navbar-collapse {
            width: 100% !important;
        }
        .custom-nav {
            width: 100%;
            float: left;
        }
        .navbar-nav>li {
            float: inherit;
            width: 100%;
            text-align: center;
        }
    }

    @media(min-width:1200px) {
        .header-menu-flex{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .header ul.mobile-nav-social{
            display: none;
        }
        .navbar-collapse.collapse {
            display: block!important;
            height: auto!important;
            padding-bottom: 0;
            overflow: visible!important;
        }
        .navbar-collapse {
            width: 58.33333333% !important;
        }
        .header-logo a {
            float: left;
            padding: 5px 0px;
        }
        .menu-close-btn {
            display: none;
        }
    }


    /*serch*/

    .openBtn {
        background: #000;
        border: none;
        padding: 0px 11px;
        font-size: 0;
        cursor: pointer;
        margin-right: 10px;
        color: #fff;
    }
    .openBtn i{
        font-size: 18px;
    }

    .overlay {
        /*height: 100%;*/
        height: 100vh;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .overlay-content {
        position: relative;
        top: 46%;
        width: 600px;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: white;
    }

    .overlay .closebtn:hover {
        color: #ccc;
    }

    .overlay input[type=text] {
        padding: 15px;
        font-size: 22px;
        border: none;
        float: left;
        width: 100%;
        height: 70px;
        background: white;
        border-radius: 5px;
        position: absolute;
        padding-right: 75px;
        color: #000;
        box-shadow: 0px 0px 2px 1px #fff;
    }

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

    .overlay button {
        float: left;
        width: 20%;
        padding: 15px;
        background: #ddd;
        font-size: 17px;
        border: none;
        cursor: pointer;
    }

    .overlay button:hover {
        background: #bbb;
    }

    .search-form span.input-group-btn {
        position: absolute;
        right: 0;
        width: 54px;
        background-color: #fff;
        color: #000;
        border-radius: 0px 5px 5px 0px;
        width: 70px;
    }

    .search-form span.input-group-btn button {
        width: 70px;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #000;
        height: 70px;
        font-size: 30px;
    }

    .input-group-btn .btn-primary:active:focus {
        background-color: #ddd !important;
        color: #222 !important;
    }

    .search-form input::placeholder {
        color: #000;
    }

    .no-scroll {
        overflow: hidden !important;
    }

    .disable-img {
        display: block !important;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
        -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out !important;
        -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
        -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
    }

    .open-cart-fancy {
        opacity: 0 !important;
        transform: translateX(80%) !important;
        -webkit-transform: translateX(80%) !important;
        -moz-transform: translateX(80%) !important;
        -ms-transform: translateX(80%) !important;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
        -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out !important;
        -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
        -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out !important;
        display: block !important;
    }

    ul.woocommerce-error li a.button.wc-forward {
        display: none;
    }

    #cartModal .modal-header .close {
        font-weight: 100 !important;
        font-size: 27px;
    }

    .woocommerce-order p.woocommerce-thankyou-order-received {
        background-color: #28a745;
        padding: 10px;
        margin: 10px 0px 20px 0px;
    }

    .woocommerce ul.order_details {
        padding: 0px;
    }

    .woocommerce ul.order_details li {
        margin-bottom: 10px;
    }

    .post-password-form input:nth-child(1) {
        color: #000;
        padding: 2px;
        margin-left: 2px;
    }

    .post-password-form input:nth-child(2) {
        background-color: #fff !important;
        color: #3a3a3a !important;
        font-size: 12px !important;
        text-shadow: none !important;
        border-color: transparent !important;
        position: relative;
        border-radius: 4px !important;
        font-weight: 900 !important;
        padding: 4px 8px !important;
        margin-left: 5px;
    }

    .post-password-form input:nth-child(2):hover {
        background-color: #3a3a3a !important;
        transition: all 0.3s ease;
        color: #fff !important;
    }

    input:focus {
        outline: none;
    }

    .header {
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    @media(min-width:1200px) and (max-width:1580px) {
        body .nav>li>a {
            position: relative;
            display: block;
            padding: 10px 6px !important;
            font-size: 13px;
        }
        .sticky_header .cart{
            font-size: 13px;
        }
        .login_link {
            font-size: 13px;
        }
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 8px !important;
    }

    body.vip-page-cls .container .row.cms {
        text-align: center;
    }
    .category-password-required .cms{
        text-align: center;
    }

    .product-title {
        font-family: "Open Sans", sans-serif !important;
        font-weight: bold;
        font-size: 18px;
        color: #ccc;
        text-align: left;
        text-transform: capitalize;
    }

    .date-soldout,
    .created-date {
        font-family: "Open Sans", sans-serif !important;
        color: #ccc;
        text-align: right;
        margin-top: 3px;
    }

    .close-pop {
        width: 80px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
        cursor: pointer;
        color: #fff;
        font-size: 22px;
        opacity: 0.8;
        position: absolute;
        right: 0;
    }

    .close-pop:hover {
        opacity: 1;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }
        100% {
            transform: translateY(0px);
        }
    }


    /*lightbox*/

    .Gallery_img img {
        width: 100%;
        max-height: 500px;
    }

    .overlay1 {
        height: 100vh;
        width: 100%;
        background-color: rgba(39, 39, 39, 0.85);
        position: fixed;
        text-align: center;
        top: 0;
        left: 0;
        overflow: scroll;
        z-index: 99999;
    }

    .lightBox1 {
        width: 500px;
        padding: 20px;
        text-align: center;
        display: inline-block;
        margin: 0px auto;
        margin-top: 3% !important;
        position: relative;
    }

    .product-cutom-box {
        background-color: #000;
        padding: 10px;
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

    .Gallery_img {
        max-height: 600px;
    }


    /*lightbox*/


    /* Add Animation */

    .lightBox1 {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    .view_custom_btn {
        background-color: #fff !important;
        color: #3a3a3a !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        border-radius: 0px !important;
        text-shadow: none !important;
        border: 1px solid transparent !important;
        position: relative;
        border-radius: 4px !important;
        line-height: 12px !important;
        text-transform: uppercase;
        padding: 7px 12px !important;
        margin:3px 3px 0px 3px !important;
    }

    .view_custom_btn:hover {
        transition: all 0.3s ease;
        background-color: #3a3a3a !important;
        color: #fff !important;
        border: 1px solid #3a3a3a !important;
    }

    .Gallery_detais_bar {
        font-size: 11px;
        font-weight: normal;
    }

    .mr-5 {
        margin-right: 5px;
    }

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mr-10 {
        margin-right: 10px;
    }

    .image-opacity {
        opacity: 1 !important;
    }

    .summary.entry-summary .cart {
        text-align: left;
        width: 100%;
        color: #fff;
    }

    span.auction-price span {
        padding: 0px 1px 0px 1px;
    }
    
    .auction-price {
        float: left;
        display: flex;
    }

    .card-inner .auction-price{margin-bottom: 5px;}

    .opening-price.mr-10 {
        margin-right: 5px;
    }

    span.timer-count.detail-page {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    span.timer-count.detail-page img {
        max-width: inherit;
        margin-top: 9px;
        float: left;
        width: 19px;
        height: 19px !important;
    }

    span.timer-count.detail-page p {
        margin-bottom: 10px;
    }

    .entry-summary .auction-price {
        /*margin-left: 111px;
        margin-top: -69px;*/
        margin-left: 0;
        margin-top: 0;
        color: #fff;
        float: none;
    }

    .woocommerce-page table.my_account_orders thead{display:table-header-group !important;}

    .woocommerce-page table.my_account_orders tr{display: table-row;}

    .woocommerce-page table.my_account_orders tr td{display: table-cell;text-align: left !important;}

    .woocommerce-MyAccount-navigation ul{padding-left:15px;}

    .summary.entry-summary p.price del{color:#fff;}

    .custom_cart_collaterals .wc-proceed-to-checkout {
        padding: 0px;
    }

    @media(max-width:767px) {
        .col-md-3.col-sm-6.col-xs-12.pop-up-wrap {
            width: 50%;
        }
        #primary.content-area.container {
            width: 100%;
        }
        #billing_state_field, #shipping_state_field{
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }
    @media(min-width:990px) {
        .woocommerce ul.products{
            margin-left: -10px;
            margin-right: -10px;
        }
    }
    @media(min-width:768px) {
        .woocommerce-order-pay #billing_city_field {
            width: 49%;
        }
        #billing_city_field, #shipping_city_field {
            width: 32%;
            display: inline-block;
            vertical-align: top;
        }
        #billing_state_field, #shipping_state_field {
            width: 33%;
            display: inline-block;
            vertical-align: top;
            margin-left: 7px;
            margin-right: 7px;
        }
        .woocommerce-order-pay #billing_postcode_field{
            width: 50%;
        }
        #billing_postcode_field, #shipping_postcode_field {
            width: 32%;
            display: inline-block;
            vertical-align: top;
        }
        .sticky_header .account-nav {
            padding: 34px 0px;
        }
        .sticky_header .cart {
            padding: 10px 5px;
            text-align: right;
        }
        .admin-bar .header.sticky_header {
            margin-top: 32px;
        }
        .header.sticky_header {
            height: auto;
            top: 0;
            position: fixed;
            background-color: #000;
            padding-bottom: 0px;
            z-index: 9999;
            animation: smoothScroll 1s forwards;
            box-shadow: 1px 2px 10px #333;
        }
        .sticky_header .header-logo,
        .sticky_header .cart-nav {
            height: 60px;
        }
        .sticky_header.header .container-fluid {
            padding: 0px 40px;
        }
    }

    @media(min-width:320px) and (max-width:499px) {
        .lightBox1 {
            width: 320px !important;
        }
    }

    @media(min-width:500px) {
        .auction-time-countdown {
            float: right;
            margin-bottom: 10px;
        }
    }

    @media(max-width:499px) {
        .auction-time-countdown {
            display: flex;
            margin: 6px 0px;
        }
    }

    .woocommerce ul.products {
        min-height: 700px !important;
    }

    .current-wyswyg-section .row.custom-product-row {
        min-height: 70px;
    }

    @media(max-width:700px) {
        .timer-count {
            float: left !important;
            display: flex;
            margin-top: 5px !important;
        }
        .timer-count img {
            height: 18px !important;
            width: 18px;
            margin-right: 4px;
            margin-top: 1px;
        }
    }

    .time_circles canvas{height: auto !important;width:auto !important;}

    .sell-heading h3 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin: 0px;
    } 

    .sell-heading h2 {
        color: #d81b1b;
        text-align: center;
        margin-bottom: 0px;
    }

    div#timer div {
        width: auto;
        float: left;
        margin:-5px 2px;
        font-size:60px; line-height:40px; font-weight:normal; color:#FFFFFF;
        margin-bottom:15px;
    }

    #timer{display:inline-block;}

    #days span,#hours span,#minutes span,#seconds span{
        display:block;
        margin-right:12px;
        font-family: "Playfair Display", serif;
    }
    #days span:first-child,#hours span:first-child,#minutes span:first-child,#seconds span:first-child{
     /* font-size:20px;*/
 }

 span.number-tm{
    color : #9253bc;   
    font-family: 'Conv_digital-7',Sans-Serif !important;
}
@media only screen and (max-width: 400px) {

    div#timer div {
        width: auto;
        float: left;
        font-size:30px;
        margin:7px 2px;
        line-height:30px; font-weight:normal; color:#FFFFFF;
    }
    #days span:first-child,#hours span:first-child,#minutes span:first-child,#seconds span:first-child{
        font-size:12px;
    }


}


.wrapper-dropdown {
    width: 50%;
    float: right;
    text-align:right;
    position : relative;
}
.product-count {
    width: 50%;
    float: left;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
}

.wrapper-prod-details
{
    color :#ffffff;
    height: 30px;
    margin: 5px;
    padding-bottom: 45px;

}
ul.list-unstyled { 
    color : white;
    height: 30px;
    position : absolute;
    z-index: 2;
    width: 150px;
    border: 1px #000 solid;
}
ul.list-unstyled li { padding: 5px 10px; }
ul.list-unstyled li:not(.init) { float: left; width: 148px; display: none; background: #ddd; color : #000000!important; }
ul.list-unstyled li:not(.init):hover, ul li.selected:not(.init) { background: #000000; }
li.init { cursor: pointer;     border-style: inset;}

.checkout_coupon{
    display: block !important;
    width: 48%;
    float: right;
    margin-bottom: -63px;
    margin-top: 0px;
    padding: 10px 10px 5px 16px;
}


@media screen and (max-width: 767px) {
    .checkout_coupon{
        display: block;
        width: 100%;
        float: none;
        margin-bottom: auto;
        margin-top: 0px;
        padding: 10px 10px 5px 16px;
    }
}

.woocommerce-form-coupon-toggle .woocommerce-info {
   display:none;
}

.woocommerce-billing-fields > h3:first-child {
    display: none;
}
.gallery-pg p {
    margin-left: 15px;
}
.download-file a
{
    color: #000000 !important;
}

.shop-for{
    position:relative
}
.likecontainer{
    position: absolute;
    bottom: 0;
    padding: 5px 5px 0px 5px;
    width: 100%;
    background: rgba(0,0,0,0.7);
}

.share-buttons-gallery{
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    margin: 0;
}
.share-buttons-gallery a{
    padding: 0px 5px 0px;
}

img.avatar.avatar-40 {
    margin-right: 14px;
    float: left;
    border-radius: 20px;
}

.lightBox1 .u-left {
    float: left;
}

.no-products{

    height : 260px;
}
.no-products li{
    vertical-align: middle;
    padding: 110px;
}

.counter_date{
    text-align: center; 
    font-size: 25px; 
    color: yellow; 
    padding-bottom: 15px;
}

.conter-text{
    font-size : 30%;
    color: #9253bc; 
}
.gallery_unlike_button{
    color: #606770 !important;
    background-color: #fff;
    border-color: #fff;
}

.gallery_like_button{
    color: rgb(32, 120, 244)!important;
    background-color: #fff;
    border-color: #fff;
}

.gallery_unlike_button:hover,.gallery_like_button:hover{
    background-color: #f2f2f2;
    border-radius: 2px;
}

input#input_bid_price {
    width: 70px;
    height: 31px;
}
.list-item-pro {
    color: #FFF;
    padding-top: 5px;
	font-weight: normal;
	border-bottom: 1px dashed #333;
}
#bidlist .list-item-pro:last-child {
    background: rgb(164 255 95 / 30%);
    color: #fff;
    border-radius: 5px;
    padding: 5px 0 1px;
}
span.list-img-pro {
    width: 40px;
    height: 30px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
	margin-right: -20px !important;
}
span.list-img-pro img {
    width: 50%;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}

span.list-rs {
    float: right;
    width: 150px;
    text-align: right;
    padding-right: 5px;
}

.error{
    color: white;
    background: red;
    border-radius: 3px;
    padding: 0 5px;
    display: block;
    width: auto;
}
/*23-07-2020*/
.high_price{
    background-color: #111;
    color: #FFFFFF;
    padding:3px;
    border-radius: 5px;
    font-size: 15px !important;
    /*font-weight: bold;*/
}

.product_meta{
    padding-bottom: 15px;
}

.bid-marging{
    margin-bottom: 20px;
}

#auction-add{
    padding: 6px 5px!important;
    margin-left: 10px;
    font-size: 12px!important;
}

#btn-auction-add{
    padding: 6px 5px!important;
    margin-left: 10px;
    font-size: 14px!important;
}

#proxy-auction-add{
    padding: 6px 10px!important;
    margin-left: 10px;
    font-size: 14px!important;
}

.bidding-input input{vertical-align: top;}
.error_box{
    position: absolute;
    border-radius: 5px;
    padding: 5px;
    bottom: 90px;
    background-color: red;
    color: #fff;
	width:90%;
	cursor: pointer;
}
.error_box::after{
    display: inline-block;
    width: 0;
    height: 0;
    bottom: -5px;
    left: 15px;
    color: red;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    position: absolute;
}

.max_input{
    padding: 5px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.bid-item-list {
    height: 60px !important;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow-y: scroll;
    scrollbar-color: #676769 #dedede;
    scrollbar-width: thin;
}

.bid-textbox-size{
    width: 45%;
}

.bid-textboxdetails-size{
    width: 70%;
}

.no_marging_left{
    margin-left: 0px !important;
}

.highest_label{
    color: #ffffff; 
    font-size: 15px !important;
}

.auction-add-marging{
    margin-left: 5px !important; 
    margin-right: 5px !important;
}

.max-width{
    width:50%;
}

.modal-content{
    width: 100%;
    top:100px;
}

.modal-footer button {
    margin-bottom: 10px;
}

.modal-title{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.no-left-padding{
    padding-left: 0px !important;
}
.m-top-0{
    margin-top: 0px !important;
}

.simple-auction-add{
    padding: 5px 5px!important;
    margin-left: 10px;
    font-size: 12px!important;
}

.username{
    color: #ffffff;
    margin-top: 5px;
}

.add_to_cart_button{
    font-weight: bold !important;
}

.product-count {
    width: 50%;
    float: left;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    margin-bottom: 19px !important;
}
.loosing-auction-add .bid-textbox-size {
    width: 45%;
}
.bid-textbox-size {
    width: 100%;
}
.row:before{
display: none !important;
}
.bid-marging span.list-rs {
padding-right: 10px !important;
}
.container:before{
display: none !important;
}
.container:after{
display: none !important;
}
.row:after{
display: none !important;
}
.tz-gallery .col-md-3.col-sm-6.col-xs-12.pop-up-wrap{
    display: inline-block !important;
}
.added_to_cart{
padding: 6px 2px !important;
margin-right: 4px;
}
/*.custom-product-card.simple-auc-prod .card-inner{
padding: 10px 0px !important;
}
*/
.auction-add-marging{
margin-left: 0px !important;
margin-right: 0px !important;
font-size: 12px;
}
.bid-marging span.list-rs {
padding-right: 10px !important;
text-align: left !important;
}
/*.custom-product-card{
    float: none !important;
    display: inline-block !important;
}*/
.shop-continue .view-cart-btn{
margin-top:0px !important;
}
.custom-product-card{
overflow: visible !important;
}

.archive-page-row ul.products.columns-4{
    display:flex !important; 
    width:100% !important; 
    flex-wrap: wrap;
}
.loosing-auction-add .error_box{
    bottom: 60px;
}
.ajax_add_to_cart, .already-in-cart-button{
margin-top: 0 !important;
margin-left: 0px !important;
}
.ajax_add_to_cart.already-in-cart-button{
margin-top: 0 !important;
margin-left: 4px !important;
}

.added_to_cart{
font-weight: normal !important;
}
.added_to_cart {
padding: 6px 6px !important;
margin-right: 4px;
}
.summary.entry-summary .single_add_to_cart_button.button.button.alt{
font-size: 12px !important;
font-weight: bold !important;
}
.shop-continue .wcppec-checkout-buttons.woo_pp_cart_buttons_div{
display: none;
}
.btn-shop-continue{
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    width: 48%;
}
.btn-checkout-from{
    width: 100%;
    background: #fff !important;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 15px 30px !important;
    text-transform: uppercase !important;
    font-family: "Work Sans", sans-serif;
}
.shop-continue-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
a.single_add_to_cart_button.pro-buy-btn.button.alt.bid-buy-btn{
    padding: 5px 17px !important;
}
.wcp-modal-content .shop_table .actions .shop-continue-section button {
display: block !important;
}

.woocommerce div.product span.price{
    color: white;
}
.shop-continue{
    margin-top: 30px;
}

.sbb-auction-product.simple-auc-prod {
    padding-top: 0 !important;
    padding-bottom: 10px !important; 
    height: 100%;
    margin-bottom: 0px !important;
}

div#order_review {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 100%;
}
input#e_deliverydate {
    background: #fff !important;
}

#checkoutModal h4.modal-title, #cartModal h3.modal-title, #cartModal h5.cart-head-total,
#cartModal span.woocommerce-Price-amount.amount,
#cartModal .customer_notes_on_cart label,
#cartModal .woocommerce-cart-form .sub_total {
    color: #fff;
}
#checkoutModal h4.modal-title{
    text-align: center;
}

.checkout_coupon {
    width: 100%;
}

.coupon_form {
    border: 1px solid #d3ced2 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 20px !important;
    margin: 2em 0 !important;
    text-align: left !important;
    border-radius: 0px !important;
}
.aligment-right {
    text-align: right;
}
.alternative-payment-separator__content {
    display: inline-block;
    padding: 0 1em;
}
.alternative-payment-separator::after, .alternative-payment-separator::before {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #e6e6e6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.alternative-payment-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8571428571em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #fffff;
    margin-top: 2.5em;
}
.dynamic-checkout__content {
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    border-top: 0px;
    padding: 0.9285714286em 10.428571em 1.4285714286em;
}
.checkout_title {
    text-align: center;
}
.checkout_product_name {
    text-align: center;
}
.checkout_product_total {
    text-align: center;
}
/*.product_image {
    height: 70px !important;
    width: 100% !important;
    border: 2px solid #bfbbbb;
}*/
.product_image {
    height: 80px !important;
    width: 90px !important;
    border: 2px solid #bfbbbb;
    object-fit: cover;
}
.woocommerce-account-fields .create-account input#createaccount {
    position: relative;
}

div#ppc-button {
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

#ppc-button-minicart .paypal-buttons {
    margin: 10px 20px 0;
    max-width: 100% !important;
    min-width: auto !important;
    width: 200px;
}

#order_review .paypal-buttons {
    max-width: 100% !important;
    min-width: auto !important;
    width: 50% !important;
}
#cartModal .modal-footer p, #checkoutModal .modal-footer p {
    color: #fff;
}

#waitModal .modal-footer p, #emptyCartModal .modal-footer p, #cartModal .modal-footer p, #checkoutModal .modal-footer p{
    display: none;
}

.m-0{margin:0px !important;}
.auction_time  span.timer-count.detail-page{width:60% !important;}
.woocommerce-checkout.woocommerce-order-pay #payment{
    display: inline-block;
    width: 100%;
}

@media(max-width:768px){
    .auction_time{
        overflow: hidden;
        padding: 0px !important;
        margin-bottom: 20px;
    }
    .auction_time  span.timer-count.detail-page{width:100% !important;}
}

@media(max-width: 450px){
    .col-md-3.col-sm-6.col-xs-6.search-prod{
        width: 100%;
    }
    .card-box-responsive{
        width:100% !important;
    }
    /*.custom-product-row .custom-product-card .product-image{
        height:200px !important;
    }*/
    .custom-product-card .product-image, .col-xs-6 .shop-for .image-wrap{
        height:200px !important;
    }
    .custom-product-row .custom-product-card .product-image, .row .col-xs-6 .shop-for .image-wrap, .products.columns-4 .custom-product-card .product-image{
        height:200px !important;
    }

    #responsive-dropdown {
        width: auto;
        float: left;
        text-align: right;
        position: relative;
        margin-bottom: 20px;
    }
    .custom-product-card .card-inner{
        height: auto;
        /*margin-bottom: 20px;*/
    }

    .card-box-responsive .timer-count{    
        float: right !important;
    }
}
/*@media(max-width: 379px){
    .col-md-3.col-sm-6.col-xs-6.search-prod{
        width: 100%;
    }
    .card-box-responsive{
        width:100% !important;
    }
}*/

.woocommerce-button{
    color: #515151 !important;
}


#place_order{
    color: #3a3a3a !important;
}

#payment div.form-row{
    background-color: #000;
}

#sidebar-profile{
    padding-left: 0% !important;
    color: #ffff !important;
    float: initial !important;
}
@-webkit-keyframes blink-row {
    from { background-color: rgba(247,202,24,0.5);   }
    to { background-color: inherit; }
}
@-moz-keyframes blink-row {
    from { background-color: rgba(247,202,24,0.5);  }
    to { background-color: inherit; }
}
@-o-keyframes blink-row {
    from { background-color: rgba(247,202,24,0.5);  }
    to { background-color: inherit; }
}
@keyframes blink-row {
    from { background-color: rgba(247,202,24,0.5);  }
    to { background-color: inherit; }
}

.blink-row {
    -webkit-animation: blink-row 2s infinite; /* Safari 4+ */
    -moz-animation:    blink-row 2s infinite; /* Fx 5+ */
    -o-animation:      blink-row 2s infinite; /* Opera 12+ */
    animation:         blink-row 2s infinite; /* IE 10+ */
}

.row::after{
    display: none !important;
}

.table-bordered, .table-bordered thead tr th{
    text-align: center;
}
#waitModal .modal-dialog{
    margin: 20px auto !important;
    width: 80% !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 575px){
    .total-price{
        padding-left: 0px !important;
    }
    .product-thumbnail img{
        height: 66px !important;
    }
}

.loss_user_img{
    width: 15% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.wrapper-dropdown {
    width: 50%;
    float: right;
    text-align: right;
    position: relative;
    margin-bottom: 15px;
}

.product-count {
    width: 50%;
    float: left;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    margin-bottom: 15px !important;
}

/* .auction_div{
    min-height: 700px !important;
} */

/*::-webkit-scrollbar-thumb {
    background: #676769;
    border-radius: 0;
}*/
.listing-box-item::-webkit-scrollbar {
    width: 0px;
    border-radius: 10px;
}

/*::-webkit-scrollbar {
    height: 5px;
    
}*/

/*.listing-box-item {
    scrollbar-color: white white;
    scrollbar-width: thin;
}*/


@media only screen and (min-device-width : 320px) and (max-device-width : 575px){
    .error_box{
        bottom:65px !important;
    }

    /*.card-box-responsive .card-inner{
        padding: 10px 0px !important;
    }*/
    .custom-product-card .price {
        font-size: 12px;
    }
    .custom-product-card .price del {
        font-size: 12px;
    }
    .custom-product-card .card-inner h4{
        font-size: 12px;
    }
    .card-inner .btn {
        transform: scale(0.8);
        transform-origin: left;
    }
    .ajax_add_to_cart, .added_to_cart {
        font-size: 10px !important;
        padding: 10px 10px !important;
        margin-right: 9px;
        font-weight: 600 !important;
    }
    
    
    .mCSB_inside>.mCSB_container {
        margin-right: 0px !important;
    }
    .wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward{
        margin-top: 25px !important;
    }
}

.listing-box-item{
    display: inherit !important;
}

.list-item-pro {
    font-weight: normal;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 575px){ 
    .custom-button { 
        font-weight: 400 !important; 
        font-size: 14px !important; 
        padding: 5px 10px !important; 
    } 
    .wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward{
        margin-top: 280px !important;
    }
    .modal-content{
        top: 0px !important;
    }

    .wc-proceed-to-checkout{
        padding-bottom: 80px !important;
    }
    .wc-proceed-to-checkout form button.checkout-button.button.alt.wc-forward {
        margin-top: 310px !important;
    }

    .wcppec-checkout-buttons.woo_pp_cart_buttons_div a.wcppec-checkout-buttons__button {
        padding-top: 10px;
        z-index: 10000000 !important;
    }
    /*.custom_cart_part .shop-continue a.button.wc-backward{
        z-index: 1000000 !important;
    }*/
    .btn-shop-continue, #checkout_form{
        width: 100% !important;
        margin: 10px 0px !important;    
    }
    .shop-continue-section{
        display: block !important;
    }
    .img-section{
        margin-top: 40%;
    }
    .col-12.image-part.img-section{
        margin-top: 0;
    }
    .ajax_add_to_cart.already-in-cart-button{
       /* margin-left: 4px !important;*/
        padding: 5px 5px !important;
    }
    .div_simple_auction_bid input{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-device-width: 767px) {
    form.checkout.woocommerce-checkout .col-md-6 {
        padding-left: 0;
        padding-right: 0;
        border-right: 0 !important;
    }
    #order_review .paypal-buttons{
        width: 100% !important;
    }
    #cartModal .modal-dialog, #checkoutModal .modal-dialog{
        margin: 10px auto;
    }
    #cartModal .mCSB_inside>.mCSB_container, #checkoutModal .mCSB_inside>.mCSB_container{
        margin-right: 0;
    }
    .woocommerce .custom_cart_part table.cart tbody tr td.actions .wc-proceed-to-checkout {
        width: 100%;
    }
}
@media screen and (max-device-width: 479px) {
    #cartModal .modal-dialog, #checkoutModal .modal-dialog{
        width: 100% !important;
    }

    span.list-rs{
        float: none;
        margin-left: 10px;
    }

   .set_bid_cond span.list-rs{
        float: right;
        margin-left: 10px;
    }
    .test span.list-rs{
        float: right;
        margin-left: 10px;
    }
    
}

.add_to_cart_button{
    font-weight: bold !important;
}

.product-count {
    width: 50%;
    float: left;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    margin-bottom: 19px !important;
}
.loosing-auction-add .bid-textbox-size {
    width: 45%;
}
.bid-textbox-size {
    width: 100%;
}
.row:before{
display: none !important;
}
.bid-marging span.list-rs {
padding-right: 10px !important;
}
.container:before{
display: none !important;
}
.container:after{
display: none !important;
}
.row:after{
display: none !important;
}
.tz-gallery .col-md-3.col-sm-6.col-xs-12.pop-up-wrap{
    display: inline-block !important;
}
.added_to_cart{
padding: 6px 2px !important;
margin-right: 4px;
}
.auction-add-marging{
margin-left: 0px !important;
margin-right: 0px !important;
font-size: 12px;
}
.footer-custom {
    border-bottom: none !important;
    display: inline-block;
    width: 100%;
}
.bid-marging span.list-rs {
padding-right: 10px !important;
text-align: left !important;
}
.shop-continue .view-cart-btn{
margin-top:0px !important;
}
.custom-product-card{
overflow: visible !important;
}

.loosing-auction-add .error_box{
    bottom: 60px;
}
.ajax_add_to_cart, .already-in-cart-button{
margin-top: 0 !important;
margin-left: 0px !important;
}
.ajax_add_to_cart.already-in-cart-button{
margin-top: 0 !important;
margin-left: 4px !important;
}

.added_to_cart{
font-weight: normal !important;
}
.added_to_cart {
padding: 6px 6px !important;
margin-right: 4px;
}
.summary.entry-summary .single_add_to_cart_button.button.button.alt{
font-size: 12px !important;
font-weight: bold !important;
}
.shop-continue .wcppec-checkout-buttons.woo_pp_cart_buttons_div{
display: none;
}
.btn-shop-continue{
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    width: 48%;
}
.btn-checkout-from{
    width: 100%;
    background: #fff !important;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 15px 30px !important;
    text-transform: uppercase !important;
    font-family: "Work Sans", sans-serif;
}
.shop-continue-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
a.single_add_to_cart_button.pro-buy-btn.button.alt.bid-buy-btn{
    padding: 5px 17px !important;
}
.wcp-modal-content .shop_table .actions .shop-continue-section button {
display: block !important;
}

.listing-box-item div.list-item-pro:last-child span.list-rs{
  color:#fff !important;
}
.woocommerce div.product span.price{
    color: white;
}
.shop-continue{
    margin-top: 30px;
}

/* .sbb-auction-product.simple-auc-prod {
     padding-top: 10px !important;
    padding-bottom: 10px !important;          **** Comment On 15-06-2022 Due to Design Issue ****
    height: 100%;                              
} */

div#order_review {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.woocommerce-account-fields .create-account .checkbox span {
    display: inline;
    margin-left: -4px;
}
.woocommerce-account-fields .create-account input#createaccount {
    position: relative;
}

.sell-banner-image img {
    max-width: 100%;
    height: 250px;
    width: auto;
}
.sell-banner-image{
    text-align: center;
}
.menu-hidden{
    display: none !important;
}
.custom-prod-count-filter, .woocommerce-result-count{
    box-shadow: 0px 0px 3px #d3d3d3;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.out-of-stock{
    font-size: 30px!important;
    font-weight: 500;
}
.tz-gallery .gallery-pg {
    margin: 15px 17px 25px;
}

.gallery-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.gallery-pagination .page-numbers {
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 6px;
    margin-left: -1px;
}
.gallery-pagination .page-numbers.current,
.gallery-pagination .page-numbers:hover{
    background-color: #ebe9eb;
    color: #8a7e88 !important;
}

.gallery-pg select.orderby{
    width: 170px;
}
div.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: black;
    padding: 50px;
    font-size: 20px;
    color: white;
    border: red solid;
}
.accept-agreement {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.buy_button_marging.buy_now{
    vertical-align:top;
}
.product-type-simple_auction #single-btn-notice, .outofstock #single-btn-notice {
    display: none;
}
.sbb-auction-product.sbb-auction-detailpage {
    padding: 10px;
}
.sbb-auction-product.custom-product-card .product-image {
    height: 129px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 5px !important;
    height: 34px !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
    color: #444444c9 !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

/*.woocommerce-checkout .wc_payment_method.payment_method_ppcp-gateway {
    display: none;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    display: none;
}*/
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
    display: none;
}
/* Hide the Country field as per New Client Feedback as on 20-06-2022 and Set Default value to `US` */
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
    display: none;
}
.continue-pay-now {
    cursor: pointer;
    background: #ffc439;
    color: #333;
    padding: 10px 20px;
    display: block;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    transition: all 300ms;
}
.continue-pay-now:hover {
    background: #3a3a3a;
    color: #fff;
}
.woocommerce-order-pay #order-pay-btn.white{
    background: rgb(255,255,255,0.5);
}
.woocommerce-order-pay #order-pay-btn{
    color: #333 !important;
}
.woocommerce-order-pay #order-pay-btn:hover{
    color: #fff !important;
}
.woocommerce-order-pay #order-pay-btn.white::before{
    height: 30px;
    width: 30px;
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 35px;
    color: rgba(0,0,0,.75);
    z-index: 999999;
    right: 0;
    margin: 0 auto;
}
span.pay-now-choose-option {
    /*border-bottom: 1px solid #ffffff;*/
    width: 100%;
    display: none;
    vertical-align: top;
    padding: 10px 0;
    margin-top: 40px;
    font-size: 16px;
    box-sizing: border-box;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    border-left: 1px solid #d3ced2;
    border-right: 1px solid #d3ced2;
    border-radius: 7px;
    border-top: 1px solid #d3ced2;
}
.woocommerce-checkout #payment div.form-row{
    padding: 3px;
}
.custom-ck{
    font-size: 12px;
    font-weight: bold !important; 
    display: inline-block;
}

svg.cuation-error {
    position: absolute;
    right: 10px;
    top: 9px;
}
.woocommerce form #customer_details .form-row .woocommerce-input-wrapper,
.woocommerce-order-pay .form-row .woocommerce-input-wrapper{
    position: relative;
    display: block;
}
.custom-fix-div{
    display: inline-block;
    width: 100%;
}
/*.woocommerce-account .custom-fix-div{
    height: 500px;
}*/
.woocommerce-checkout .woocommerce-form-login-toggle{
    display: none;
}
.woocommerce-order-pay #payment .input-radio{
    cursor: auto;
}
.single-product p.price {
    padding: 0px 10px;
}
.blink_me {
  /* animation: blinker 1s linear infinite; */
  font-size: 18px;
  margin-bottom: 5px;
  color: red;
  font-weight: bold;
}

/* @keyframes blinker {
  50% {
    opacity: 0;
  }
} */

@media(max-width: 1480px){
    .item-list #cart_container .cart-contents {
        display: flex;
        flex-direction: column;
    }

    .item-list #cart_container .cart-contents .wpp-c-total {
        order: 20;
    }
}
