/* ==========Products Page Custom Css Start========== */
.top-attr-sec {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    order: 0;
    position: relative;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */
}

.top-attr-row {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: flex;
    /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 1330px;
    position: relative;
}

.top-attr-col {
    background-color: #E9E9E9;
    margin: 0px 5px 0px 5px;
    padding: 10px;
    position: relative;
    width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-attr-title {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

.top-attr-val {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}

.bottom-attr-line {
    display: flex;
}

.bottom-attr-left,
.bottom-attr-right {
    position: relative;
    width: 50%;
    padding: 10px;
}

.bottom-attr-left-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
}

.bottom-attr-right-txt {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media(max-width:767px) {
    .top-attr-row {
        flex-direction: column;
    }

    .upper-attr .elementor-column {
        width: 100%;
    }

    .top-attr-col {
        width: 100%;
    }
}

/* ==========Products Page Custom Css End========== */
/* ==========Cart, checkout Page Custom Css Start========== */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    margin-top: 150px;
    margin-bottom: 80px;
}

.woocommerce-cart .woocommerce .product-quantity {
    min-height: 41px;
}

.woocommerce a.remove {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout button#place_order {
    background-color: rgb(108, 121, 131) !important;
    color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout button#place_order:hover {
    background-color: rgb(108, 121, 131, 0.7) !important;
}

.woocommerce-checkout :where(input, textarea, .select2-container--default .select2-selection--single) {
    border-color: #666 !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
    margin-top: 150px;
}

@media(max-width: 768px) {

    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .woocommerce-notices-wrapper .woocommerce-error {
        margin-top: 100px;
    }
}

/* ==========Cart, checkout Page Custom Css End========== */
/* ==========Product Slider Plugin Custom Css Start========== */
#wpgs-gallery .wcgs-carousel .wcgs-slider-image img {
    height: 350px !important;
    object-fit: contain;
}

.gallery-navigation-carousel .slick-slide.wcgs-thumb img {
    height: 100px !important;
    object-fit: contain;
}

.woocommerce-page #wpgs-gallery .slick-track {
    transition: transform 1s ease 0s !important;
}


/* ==========Product Slider Plugin Custom Css End========== */
/* ==========Header Search Custom Css Start========== */
#header_search_shortcode {
    width: auto;
    margin-bottom: 0;
    margin-right: 23px;
}

.header-sch-section {
    width: 245px;
    max-width: 100%;
}

.header-sch-inner {
    position: relative;
}

.header-sch-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 100% !important;
    padding: 7px 17px !important;
    background-color: #bbc9ca !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.header-sch-btn:hover {
    background-color: #000 !important;
}

.header-sch-inner input {
    color: #7e7e7e;
    background: #fff;
    padding: 5px 10px !important;
    font-size: 15px;
    border: 1px solid #bbc9ca !important;
    border-radius: 0 !important;
    padding-right: 60px !important;
    width: 100% !important;
}

@media(max-width: 622px) {
    .header-sch-section {
        margin-bottom: 12px;
    }
}


/* 13\11\23 */

.product {
    border: 1px solid #000;
    padding: 10px !important;
  }
  
  .product img{
    max-height: 182px;
    object-fit: cover;
  }
/* ==========Header Search Custom Css End========== */

