/* 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 */


.product-summary {

flex-wrap: wrap;
}


.product-summary  .entry-title {

    display: block;
    width: 100%;
}

.product-summary  .stamped-badge {

    display: inline-block!important;

}
.product-summary .stamped-product-reviews-badge {
    width: 70%;

    text-align: right;
    float: right;

}
.product-summary .price-wrapper {
    width: 40%;


}
.product-summary  .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span {
    display: none!important;
}
.product-summary  .stamped-badge-caption::before {
    content: '(';
}
.product-summary .stamped-badge-caption[data-reviews][data-label][data-version="2"]:after {
    content: ')' !important;
}

.product-summary .product-page-price {
padding: 0;
    margin: 0 !important;
}

.product-summary  .product-short-description {
    margin-top: 15px;
margin-bottom: 15px;
        width: 100%;
}
.product-summary  table {
        order: 4;
}
.product-summary  form {
        order: 5;
}
.product-summary  .usp-wrapper {
        order: 6;
            width: 100%;
}
/*
.product-page-accordian {
    max-width: 790px;
} */

.product-page-accordian .accordion-item {
max-width: 790px;
}
.accordion-item ul{

    padding-left: 20px!important;
}
 .open-info{
    margin-left: 5px;
    cursor: pointer;
}
 .open-info:hover {
    transition: 0.2s ease-in-out;
    color: #509447;
}

.product-info-popup-wrapper {
    background-color: rgba(0, 0, 0, 0.42);
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100vh;
     z-index: 999999999999;
}
.product-info-popup-inner {
    max-width: 600px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #fff;
    position: absolute;
     left: 50%;
     top: 40vh;
     transform: translate(-50%,-50%);
     border-radius: 5px;
     max-height: 50vh;
     overflow:auto;


}
.product-info-popup-head {
    background: #509447;
    padding: 15px;
    text-align: center;
    position: relative;
}
.product-info-popup-head i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.product-info-popup-head i:hover {
transition: 0.2s ease-in-out;
opacity: 0.6;
}


.product-info-popup-head p{
    margin:0;
    padding: 0;
    color: #fff;
    font-weight: bold;
}
.product-info-popup-inner-content {
padding: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
.product-info-popup-inner-content pre {
    background: #fff;
    font-size: 15px;
    font-family: inherit;
    white-space: pre-wrap;
    border: none!important;
    margin:0;
    padding: 0;
}

.accordion-inner {

    padding: 15px 0!important;
}

.accordion-item-2 ul{

    padding-left: 20px!important;
}
/*
.accordion {
    display: none!important;
} */
.accordion-2 a {
    text-decoration: underline;
}
.accord-row p{
margin: 0!important;
padding: 0!important;
padding-right: 15px!important;
}
.product-page-accordian-2 {
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.woocommerce-product-attributes  tr:nth-child(even){
    background-color: #f6f6f6;
}
.accord-row {
    max-width: 790px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    padding-bottom: 0;
    overflow: auto;
 white-space: nowrap;
}
.hidden {
    display: none!important;
}
.accord-item {
    cursor: pointer;
}
.accord-item:hover {
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}
.active_acc {
    border-bottom: 3px solid #509447;
}
.accordion-item-2 {
    max-width: 790px;
}

.accordion-2 .uppercase, h6, span.widget-title, th {
    font-weight: bold!important;
    text-transform: inherit!important;
}
#accordion-ux_custom_tab-2 {
    max-width: 100%;
}
.single-product .single_add_to_cart_button {
    width: calc(100% - 120px);

}

.single-product .quantity {
    height: 58px;
    margin: 0;
     width: 100px;
}

.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;
}

.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%);
}
.delivery-text-wrapper .outofstock {
    background: red;
}

.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;
}
.product-summary .woocommerce-Price-currencySymbol {

    font-size: inherit!important;

}
.form.cart {
    position: relative;
}

table.variations tr .label {

    width: 100%!important;
}
table.variations tr label {

    width: 100%!important;
}
.reset_variations {
    display: none!important;
}
.as-link {
    cursor: pointer;
    color: #367fc8!important;
    font-weight: 700!important;
    padding: 0;
    margin: 0;
    font-size: 16px!important;
    float: right;
    z-index: 10;


}
.as-link span {
    margin-right: 5px;
    text-decoration: underline;
}
.as-link i {
    color: #666!important;
}

table.variations label {
    font-size: 16px!important;
    font-family: 'Lato', sans-serif!important;;
    font-weight: 700!important;
    color: #222!important;
}
.woo-selected-variation-item-name {
    font-size: 16px!important;
    font-family: 'Lato', sans-serif!important;;
    font-weight: 700!important;
}

.iconic-wlv-variations__label {
    font-size: 16px!important;
    font-family: 'Lato', sans-serif!important;;
    font-weight: 700!important;
    color: #222!important;
}
/* Size guide */
.fotvard-size-guide-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;

}



.fotvard-size-guide-wrapper .size-guide-inner-wrapper {
    background: #fff;
    max-width: 960px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    padding: 15px;


}
.close-size-guide-head {
    padding-bottom: 15px;
    text-align: right;
    display: block;
    width: 100%;
}
.close-size-guide {
    cursor: pointer;
}
.close-size-guide:hover {
    opacity: 0.5;
    transition: 0.2s ease-in-out;
}
.tab-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;

}
.size-guide-tab {
    cursor: pointer;

}
.size-guide-tab:hover {
    color: #fff;
    background: #39628D!important;
    border: 1px solid #39628D!important;
    transition: 0.2s ease-in-out;

}
.size-guide-tab p {
    padding: 10px;
    margin: 0;

}

.active-tab-head {
    color: #fff;
    background: #39628D!important;
    border: 1px solid #39628D;
}
.active-tab-head p{
    color: #fff;

}
.active-tab-head i{
    color: #fff;

}
.f-col-1 {
        width: 100%;
        border: 1px solid #e3e1e4;
        background: #f7f4f5;
}
.f-col-2 {
        width: 50%;
        border: 1px solid #e3e1e4;
        background: #f7f4f5;
}
.f-col-3 {
        width: 33.3333333333333333%;
        border: 1px solid #e3e1e4;
        background: #f7f4f5;
}
.tab-output-wrapper {
    padding: 15px;
    border-bottom: 1px solid #dddbde;
        min-height: 40vh;
        font-size: 14px;
        max-height: 75vh;
        overflow-x: auto;

}
.tab-output-wrapper pre {
    font-family: inherit;
    font-size: inherit;
    background: transparent;
    background-color: transparent;
    border: none;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
}
.tab-output-wrapper hr {
    opacity: 1;
}
.tab-output-wrapper ul {
    padding-left: 15px;
}
.tab-output-wrapper ol {
    padding-left: 15px;
}

.close-size-guide-footer {
    text-align: center;
    margin-top: 20px;
}
.close-size-guide-footer p{
    padding: 10px 15px;
    margin: 0;
    color: #fff;
    font-weight: 500;

    background: #39628D;
    display: inline-block;
}
.open-guide-tab-1 {
    color: #509447;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.open-guide-tab-2 {
    color: #509447;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.open-guide-tab-3 {
    color: #509447;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}





/* Fit guide */
.fotvardsbutiken-fit-guide {
    margin-top: 30px !important;
    border-top: 1px solid #e8e6e8;
    border-bottom: 1px solid #e8e6e8;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.fit-guide-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fit-guide-heading {
    font-size: 16px!important;
    font-weight: 700!important;
    padding: 0;
    margin: 0;
    font-family: 'Lato';
    color: #222 !important;
}
.open-fit-guide-info {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-align: right;

}
.open-whats-this {
    background: #fff;
    border: 1px solid #e8e6e8;
    padding: 15px;
    font-size: 14px;
    position: absolute;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    width: 92%;
    left: 4%;
    z-index: 10;
}

.open-whats-this pre {
    background: transparent;
    font-size: inherit;
    font-family: inherit;
    white-space: pre-wrap;
    border: none!important;
    margin:0;
    padding: 0;
}

.open-whats-this .close-tip {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.open-whats-this .close-tip:hover {
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}
.open-fit-guide-info .info-icon i{
    color: #5d5d5f!important;
    margin-right: 5px;
}

.open-fit-guide-info .icon-text {
    cursor: pointer;
    color: #367fc8!important;
    font-size: 14px!important;
    text-decoration: underline;
}

.fit-guide-options {
    display: flex;
    margin-top: 10px;

}
.fit-guide-options .inner-option{
    border: 1px solid #e8e6e8;
    flex-basis: 100%;
    text-align: center;
    color: #a3a3a3;
    font-size: 15px;
    position: relative;
    padding: 7px;

}
.this-fit {
    background: #95b08d;
    font-weight: 600;
    color: #fff!important;
}

.fit-guide-options .separator {
    width: 1px;
    height: 100%;
    background:#e8e6e8;
}
.this-fit-indicator {
    position: absolute;
    margin-top: 44px;
    background: #39628d;
    color: #fff!important;
    font-weight: 400!important;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 3px;
    width: auto;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px!important;
    z-index:9;
}
.this-fit-indicator::after {

    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -20px;
    color: #39628d !important;
    font-size: 24px;
}
.fit-guide-line {
    height: 1px;
    width: 100%;
    background: #d8d8e0;
    margin-top: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.fit-description pre {
    background: transparent;
    font-size: 16px;
    font-family: inherit;
    white-space: pre-wrap;
    border: none!important;
    margin:0;
    padding: 0;
    margin-bottom: 10px;
}
.open-from-indicator {
    font-size: 16px!important;
    font-weight: 600!important;
    cursor: pointer;
    color: #367fc8;

    text-decoration: underline;
}
.open-from-indicator i{
margin-left: 5px;
}
/* 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) {

    .tab-output-wrapper {
        height: 73vh;
        max-height: 73vh;

    }

    .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;
    }
    .woocommerce-checkout .buttons_added {
        float: right;
    margin-top: 30px!important;
            margin-right: -92px !important;
    }
    .woocommerce-checkout-review-order-table .delivery-text-wrapper {
    margin-left: 94px;

}
.woocommerce-checkout-review-order-table .cart_item .product-total {
    width: 100%;
    display: block;
}
/*
.woocommerce-checkout .product-total {
    padding-top: 0;

    display: block!important;
} */
}

@media screen and (max-width: 750px) {

    .single-product .single_add_to_cart_button {
        width: calc(100% - 150px);
        height: 58px;
        margin-left: 10px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 58px;
        transition: all .2s;
    }



    .fotvard-size-guide-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0);
        z-index: 9999;

    }

    .showBackground {
      animation: showBackground 1s normal forwards ease-in-out;
    }


    @keyframes showBackground {
        from {
            background-color: rgba(0, 0, 0, 0);
        }

        to {
            background-color: rgba(0, 0, 0, 0.5);
        }
    }

    .hideBackground {
      animation: hideBackground 1s normal forwards ease-in-out;
    }


    @keyframes hideBackground {
        from {
            background-color: rgba(0, 0, 0, 0.5);
        }

        to {
            background-color: rgba(0, 0, 0, 0);
        }
    }


    .size-guide-tab p {
        font-size: 14px;
    }

    .foldUp {
      animation: foldUp 1.2s normal forwards ease-in-out;
    }


    @keyframes foldUp {
        from {
        /*    bottom: -100vh; */
            top: 135vh;
        }

        to {
        /*    bottom: -10%; */
            top: 50%;
        }
    }

    .foldDown {
      animation: foldDown 1.2s normal forwards ease-in-out;
    }


    @keyframes foldDown {
        from {
        /*    bottom: -10%; */
            top: 50%;
        }

        to {
        /*    bottom: -100vh; */
            top: 135vh;

        }
    }

    .fotvard-size-guide-wrapper .size-guide-inner-wrapper {
    /*    bottom:-100vh; */
        top: 135vh;
    }
}

@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: 100%;
    }

    .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 .buttons_added {

    margin-right: -78px !important;
}
    .woocommerce-checkout .delivery-text-wrapper {
    margin: 0;
    padding: 0;
}


    .shop_table .delivery-text-wrapper .delivety-text {
        font-size: 12px !important;
    }

    .shop_table .delivery-text-wrapper .delivery-text-icon {
        width: 12px;
        height: 12px;
    }
}

@media only screen and (max-width: 450px) {
.size-guide-tab p {
    font-size: 13px;
        padding: 5px;
}
}
@media only screen and (max-width: 420px) {
    .fit-guide-options .inner-option {
        font-size: 13px;
    }
    .this-fit-indicator {

    font-size: 13px !important;

}
}
@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-product .single_add_to_cart_button {
    width: calc(100% - 89px) !important;
    margin-left: -27px;

}
}
