/* Hide star reviews if no reviews */
.stamped-main-badge .stamped-badge[data-rating="0.0"]{
    display: none !important;
}
.hidden {
    display: none !important;
}

/* Category page read more */
.read-more-dots {
    display: inline;
    margin-left: -5px;
}
.read-more-button {
cursor: pointer;
text-align: center;
display: block;
width: 100%;
text-decoration: underline;

}

/* product archives show child categories */

.f-categories {
display: block;
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
overflow-y: auto;
white-space: nowrap;
  scrollbar-width: none;
height: 50px;

}
.f-categories::-webkit-scrollbar {
    display: none;
}

.f-categories a{
margin-right: 20px;
font-size: 14px;
padding-bottom: 7px;
color: #000;
}

.f-categories a:hover{
transition: 0.1s ease-in-out;
border-bottom: 1px solid;
}

.f-categories .f-current {
border-bottom: 1px solid!important;
}

/* Single product page */

.single-product .single_add_to_cart_button {
    width: calc(100% - 141px);
    height: 58px;

    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 58px;
    transition: all .2s;
}

.single-product .quantity {
    height: 58px;
    margin: 0;
}

.single-product .input-text {
    height: 58px;
}

.wt-crp-heading {
    max-width: 1332.5px;
    margin: auto;
}

/* USP */
.usp-wrapper {
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.usp-item {
    border-bottom: 1px solid #ccc;
}

.usp-item-fourth {
    border-bottom: none;
}

.usp-item p {
    padding: 15px !important;
    margin: 0 !important;
    font-size: 16px !important;
}

.usp-item a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

.usp-item img {
    height: 28px;
    width: auto !important;
    margin-right: 10px;
}

/* Trustpilot */
.usp-item .ti-header {
    box-shadow: none !important;
    background: transparent !important;
    display: block !important;
    text-align: left !important;
}

.usp-item .ti-widget-container {
    width: 100% !important;
}

.usp-item .ti-mob-row {
    display: inline-block !important;
}

.usp-item .ti-small-logo {
    vertical-align: text-top;
}

.usp-item .ti-stars {
    vertical-align: middle;
}

.usp-item .ti-arrow-down {
    vertical-align: text-bottom;
}

.product_meta {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.sku_wrapper {
    border-top: none !important;
}

/* Cart page */
.cross-sells:nth-child(3) {
    display: none;
}

/* Checkout */
.woocommerce-checkout #logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-checkout .return-to-cart a {
    margin-top: 30px;
    text-transform: none;
    font-size: 18px;
    color: #666;
}

.woocommerce-checkout #logo a i {
    font-size: 16px;
    color: #666;
}

.bco-two-column-checkout #bco-order-review {
    width: 50%;
}

.bco-two-column-checkout #bco-iframe {
    width: 50%;
}

/* Checkout shipping options */
.shipping__table {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.shop_table tfoot th {
    font-size: 0.9em !important;
}

.shipping__list_item {
    display: block !important;
    text-align: left;
    padding: 15px !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

tr.shipping input {
    display: inline;
}

tr.shipping input:checked+label {
    margin-top: -10px;
}

tr.shipping .shipping__list_label {
    margin-top: -10px;
    font-size: 14px !important;
}

.shipping-text {
    display: block;
    width: 100%;
    text-align: left;
}

/* Checkout quantity */
.product-name {
    width: 100%;
}

.checkout-remove-btn {
    float: left !important;
    margin-top: 5px !important;
    margin-right: 15px !important;
    left: 0 !important;
}

.cart_item .product_name {
    display: inline-block;
    width: auto;
    color: #000 !important;
}

/* Help scout on product-category pages */
.help-scout::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.help-scout {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.help-scout {
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: auto;
    padding: 20px 0;
}

.help-scout-inner-wrapper {
    display: inline;
}

.help-scout a {
    color: #fff;
    font-size: 14px;
    background: #509447;
    margin-right: 15px;
    padding: 7px 15px;
    border-radius: 20px;
}

.help-scout a:hover {
    color: #fff !important;
    transition: 0.2s ease-in-out;
    background: #42803a;
}

/* Shoe size table on product pages */
.size-guide-table th:nth-child(even) {
    background-color: #f5f5f5;
}

.size-guide-table th:nth-child(odd) {
    background-color: #fff;
}

.size-guide-table td:nth-child(even) {
    background-color: #f5f5f5;
}

.size-guide-table td:nth-child(odd) {
    background-color: #fff;
}

#open-guide {
    cursor: pointer;
    color: #367fc8;
    font-weight: bold;
    text-decoration: underline;
}

#open-guide:hover {
    transition: 0.2s ease-in-out;
    text-decoration: underline;
}

.guide-button-wrapper {
    margin-top: 15px;
}

.guide-button {
    border: 2px solid #509447;
    padding: 7px 15px;
    color: #509447;
    font-weight: bold;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.guide-title {
    text-align: left;
}

.guide-title a {
    color: #000 !important;
    font-weight: bold;
}

.guide-button:hover {
    background: #508c3c;
    transition: 0.2s ease-in-out;
    color: #fff;
}

.shipping__list_item pre {
    background-color: transparent !important;
    border: none;
    overflow-x: auto;
    padding: 0;
    width: 100%;
    white-space: pre-wrap;
}

pre .shipping-text2 {
    max-width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

/* delivery text */
.delivery-text-wrapper {
    margin-bottom: 30px;
}
.delivery-text-wrapper p {
    display: inline-block;
    margin-bottom: 0;
}

.delivery-text-wrapper .delivery-text-icon {
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

.delivery-text-wrapper .instock {
    background: #509447;
}

.delivery-text-wrapper .onbackorder {
    background: linear-gradient(145deg, #fecc00 45%, #509447 55%);
}

.delivety-text {
    font-weight: bold;
    font-size: 14px !important;
    color: #000 !important;
}

.woocommerce-checkout-review-order-table .delivery-text-wrapper {
    margin-left: 187px;
    margin-top: -15px;
}

/* delivery text in cart fix */
.shop_table .delivery-text-wrapper {
    margin-bottom: 0px;
}

/* hide delivery text from minicart */
.woocommerce-mini-cart-item .delivety-text {
    display: none;
}
.woocommerce-checkout-review-order-table .quantity{
margin-right: 10px!important;
}
.woocommerce-checkout-review-order-table .thumbnail{
margin-right: 10px!important;
}
.woocommerce-checkout-review-order-table  .product_name{
max-width: 55%;
font-weight: 600;
}
.woocommerce-checkout-review-order-table  .delivety-text{
font-size: 12px!important;
font-weight: 400;
}
.woocommerce-checkout-review-order-table  .delivery-text-wrapper .delivery-text-icon  {
width: 12px;
height: 12px;
}


.shop_table .product-name a{

font-weight: 600;
color: #000;
}
.shop_table .delivety-text{
font-size: 12px!important;
font-weight: 400;
}
.shop_table .delivery-text-wrapper .delivery-text-icon  {
width: 12px;
height: 12px;
}




/* Media queries */
@media screen and (max-width: 1200px) {
    .product-main {
        padding-bottom: 15px !important;
    }
}

@media only screen and (max-width: 1130px) {

    /* Checkout */
    .bco-two-column-checkout #bco-order-review {
        width: 100%;
    }

    .bco-two-column-checkout #bco-iframe {
        width: 100%;
    }
}

@media screen and (max-width: 849px) {
    .product-info {
        padding-bottom: 0px !important;
    }

    .accordion-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cross-sells:nth-child(2) {
        display: none;
    }

    .cross-sells:nth-child(3) {
        display: block;
    }

    .return-to-cart {
        display: none;
    }

    .woocommerce-checkout #logo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        text-align: center;
    }

    .woocommerce-checkout #logo img {
        margin: auto;
    }

    .woocommerce-checkout .checkout-breadcrumbs {
        display: none;
    }

    .woocommerce-checkout .ti-widget-container {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin-top: 15px;
    }
    .hide-on-phone {
      display: none;
    }
}
@media screen and (max-width: 750px) {
.woocommerce-checkout-review-order-table .quantity{
width: 86%;
}
.woocommerce-checkout-review-order-table .delivery-text-wrapper {
    margin-left: 52px;

}
.woocommerce-checkout-review-order-table  .product_name {
max-width: 80%;
}

}
@media screen and (max-width: 600px) {
    .size-guide-table th {
        font-size: 14px;
    }

    .size-guide-table td {
        font-size: 14px;
    }
    .woocommerce-checkout-review-order-table  .product_name {
    max-width: 70%;
    }
    .woocommerce-checkout-review-order-table   .product-total {
width: 100%;
display: block;
}
}

@media screen and (max-width: 500px) {
    .size-guide-table th {
        font-size: 12px;
    }

    .size-guide-table td {
        font-size: 12px;
    }
    .woocommerce-checkout-review-order-table .quantity{
    width: 76%;
    }
    .woocommerce-checkout-review-order-table .delivery-text-wrapper .delivety-text {
        font-size: 12px!important;
    }

    .woocommerce-checkout-review-order-table .delivery-text-wrapper .delivery-text-icon {
        width: 12px;
        height: 12px;

    }
    .shop_table .delivery-text-wrapper .delivety-text {
        font-size: 12px!important;
    }

    .shop_table .delivery-text-wrapper .delivery-text-icon {
        width: 12px;
        height: 12px;

    }
    .single-product .single_add_to_cart_button {

        font-size: 16px;

    }

}

@media only screen and (max-width: 370px) {
    .size-guide-table th {
        font-size: 10px;
    }

    .size-guide-table td {
        font-size: 10px;
    }






}

@media only screen and (max-width: 350px) {

    /* Single product page */
    .single_add_to_cart_button {
        width: auto !important;
    }
}
@media only screen and (max-width: 330px) {

    /* Single product page */

        .single-product .single_add_to_cart_button {

            font-size: 14px;

        }
}
