/* ==========================================================================
   Base WooCommerce Product Styles
   ========================================================================== */

body.woocommerce div.product p {
    margin-bottom: 0;
}

body.woocommerce div.product span.price,
body.woocommerce div.product p.price {
    color: #000000;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.woocommerce div.product .product_title {
    background-color: transparent;
    color: #00b2e3;
    position: relative;
    padding: 54px 0 27px;
    font-size: 38px;
}

.woocommerce div.product .product_title:after {
    content: '';
    display: block;
    width: 67px;
    height: 5px;
    border-radius: 0;
    background: #00b2e3;
    margin: 22px 0 0;
}

.woocommerce-products-header .page-title {
    background-color: transparent;
    color: #00b2e3;
    position: relative;
    padding: 54px 0 27px;
    margin: 0 0 73px;
    font-size: 38px;
}

.woocommerce-products-header .page-title:after {
    content: '';
    display: block;
    width: 67px;
    height: 5px;
    border-radius: 0;
    background: #00b2e3;
    margin: 22px 0 0;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images {
    float: left;
    width: 400px;
    margin-bottom: 60px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce #content div.product div.images .woocommerce-product-gallery__image {
    display: block;
    border: 1px solid #f2f2f2;
    padding: 0;
    margin: 5px 5px 5px 0;
    position: relative;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary {
    padding-left: 30px;
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.woocommerce div.product form.cart .woocommerce-variation-price {
    margin-bottom: 15px;
}

/* ==========================================================================
   Product Listing
   ========================================================================== */

.woocommerce ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    margin: 0 0 1px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none;
    color: #000000;
}

.woocommerce ul.products li.product .price {
    color: #000000;
    font-size: 16px;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
    background: #00b2e3;
    border: 3px solid #00b2e3;
    position: relative;
    outline: none !important;
    font-size: 14px;
    padding: 7px 21px;
    border-radius: 0;
    color: #fff;
    line-height: 23px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover {
    background: #000000 !important;
    border-color: #000000;
    color: #fff;
}

/* ==========================================================================
   Product Meta
   ========================================================================== */

.woocommerce .product_meta .posted_in {
    display: block;
    font-size: 13px;
    margin: 0 0 16px;
    color: #777777;
}

.woocommerce .product_meta .tagged_as {
    display: block;
}

.woocommerce .product_meta .tagged_as a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 8px 6px;
    font-size: 13px !important;
    color: #777777;
    border: 1px solid #cccccc;
    margin: 0 6px 7px 0;
    text-decoration: none !important;
    text-transform: lowercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce .product_meta .tagged_as a:hover {
    background: #00b2e3;
    border-color: #00b2e3;
    color: #fff;
}

.woocommerce .product_meta .tagged_as .detail-label {
    display: none;
}

/* ==========================================================================
   Product Tabs
   ========================================================================== */

.woocommerce div.product .woocommerce-tabs {
    margin: 0 0 35px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #000000;
    color: #fff;
    z-index: 2;
    margin: 0;
    padding: 0;
    border-radius: unset;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 35px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 35px 40px;
    background: #f2f2f2;
    border: none;
    color: #222222;
    box-shadow: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

/* ==========================================================================
   Related Products
   ========================================================================== */

.woocommerce .related.products h2 {
    font-size: 38px;
}

.woocommerce .related.products > h2:after {
    content: '';
    display: block;
    width: 67px;
    height: 5px;
    border-radius: 0;
    background: #00b2e3;
    margin: 22px 0 0;
}

/* ==========================================================================
   Account / Navigation
   ========================================================================== */

.woocommerce-orders-table .woocommerce-orders-table__header-order-status,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
    display: none !important;
}

.user_namae_before_navigation {
    display: none;
}

.e-wc-account-tabs-nav .user_namae_before_navigation {
    display: block;
    padding: 0 0 30px;
    font-size: 24px;
    color: #00b2e3;
    text-align: right;
}

/* ==========================================================================
   Vulnerability Product — Title & Images
   ========================================================================== */

.vulnerability_product .product_title {
    font-size: 38px;
    width: max-content;
    color: #00b2e3;
    line-height: 38px;
    margin-bottom: 27px;
}

.vulnerability_product .product_title:after {
    width: 100%;
}

.vulnerability_product h1:after {
    content: '';
    display: block;
    width: 67px;
    height: 5px;
    border-radius: 0;
    background: #00b2e3;
    margin: 22px 0 0;
}

.vulnerability_product.woocommerce div.product div.images {
    width: 300px;
}

.vulnerability_product .custom-hide {
    display: none;
}

/* ==========================================================================
   Vulnerability Product — Summary & Extra Content
   ========================================================================== */

.woocommerce.vulnerability_product div.product div.summary,
.woocommerce.vulnerability_product #content div.product div.summary {
    padding-left: 30px;
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 60px;
    padding-top: 30px;
}

.vulnerability_product.woocommerce div.product div.summary p {
    color: #222222;
}

.single-product .extra_vulnerability,
.vulnerability_product .variations_form .variations th.label,
.vulnerability_product .woocommerce-variation-price .price > b {
    display: none;
}

.single-product .vulnerability_product .extra_vulnerability {
    display: block;
}

.vulnerability_product .extra_vulnerability p,
.vulnerability_product .extra_vulnerability ul {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

/* ==========================================================================
   Vulnerability Product — Variations
   ========================================================================== */

.vulnerability_product table.variations tr {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.vulnerability_product .variations tr td {
    background: transparent;
    padding: 0;
}

.vulnerability_product .variations_form .variations td.label {
    visibility: hidden;
}

.vulnerability_product form.cart .variations ul.variable-items-wrapper li {
    background: #f5f6f5 !important;
    border: 1px solid #dbdbdb;
    min-width: 120px;
    outline: 0;
    color: #000;
    height: 40px;
    margin: 10px 0;
    margin-right: 15px !important;
    border-radius: 0;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 20%);
    position: inherit;
}

.vulnerability_product form.cart .variations ul.variable-items-wrapper li.selected {
    background: #00b2e3 !important;
    border-color: #00b2e3;
    color: #fff;
    box-shadow: 0 0 0 2px rgb(0 178 227);
}

.vulnerability_product .reset_variations {
    display: none !important;
}

/* ==========================================================================
   Vulnerability Product — Custom Input
   ========================================================================== */

.vulnerability_product .custom_input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 30px 0;
    width: 100%;
    max-width: 480px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.vulnerability_product .custom_input label {
    padding-right: 30px;
    position: relative;
}

.vulnerability_product .custom_input label span {
    font-size: 18px;
    font-weight: 400;
    min-width: 150px;
    display: inline-block;
    text-align: left;
    color: #000;
}

.vulnerability_product .custom_input label input {
    width: 50px;
    height: 28px;
    background-color: #d0d0d0 !important;
    border-color: #000 !important;
    text-align: center;
}

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

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

/* ==========================================================================
   Vulnerability Product — Add to Cart Button
   ========================================================================== */

.vulnerability_product button.single_add_to_cart_button {
    position: relative;
    background: linear-gradient(to bottom, #f6c88f, #ed9220);
    border-style: solid;
    border-width: 1px;
    border-color: #ca7c1b #be751a #a56616;
    color: #000 !important;
    padding: 10px !important;
    width: 100%;
    max-width: 250px;
    border-radius: 2px;
    font-size: 13px;
}

.vulnerability_product button.single_add_to_cart_button:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/04/buy_now.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 4px;
    left: 4px;
    position: absolute;
}

.vulnerability_product button.single_add_to_cart_button:hover {
    background: #000 !important;
    border-color: #000;
    color: #fff !important;
}

.woocommerce.vulnerability_product div.product form.cart .button {
    position: relative;
    background: linear-gradient(to bottom, #f6c88f, #ed9220);
    border-style: solid;
    border-width: 1px;
    border-color: #ca7c1b #be751a #a56616;
    color: #000;
    padding: 5px 10px !important;
    width: 100%;
    max-width: 250px;
    border-radius: 2px;
    font-size: 13px;
}

/* ==========================================================================
   Vulnerability Product — Pricing
   ========================================================================== */

.vulnerability_product .woocommerce-variation-price .price p span {
    margin-left: 10px;
    font-size: 20px;
    color: #857777;
    letter-spacing: 0;
}

.vulnerability_product .woocommerce-variation-price .woocommerce-Price-currencySymbol.prices {
    font-size: 16px;
    color: #857777;
    font-style: italic;
    letter-spacing: 0;
}

/* ==========================================================================
   Vulnerability Product — Variation Badges
   ========================================================================== */

.vulnerability_product .woo-variation-items-wrapper {
    position: relative;
}

.vulnerability_product .button-variable-item-Essentials,
.vulnerability_product .button-variable-item-Advanced {
    position: relative;
}

.vulnerability_product .button-variable-item-Essentials .information-popup,
.vulnerability_product .button-variable-item-Advanced .information-popup {
    top: -20px !important;
    right: -15px !important;
}

.vulnerability_product .most_popular {
    position: absolute;
    top: -38px;
    left: -3px;
    right: 0;
    width: 76%;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background: #e67a01;
    color: #fff;
    padding: 2px 10px;
    line-height: 28px;
    text-align: left;
    overflow: hidden;
    box-shadow: none;
}

.vulnerability_product .most_popular:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 53px;
    background: #fff;
    right: -12px;
    top: -10px;
    transform: rotate(25deg);
    z-index: 99;
}

.vulnerability_product .discount_content {
    position: absolute;
    bottom: -30px;
    left: -3px;
    width: 76%;
    padding: 0 10px;
    background: #7fda69;
    outline: 3px solid #7fda69;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

/* ==========================================================================
   Information Popup
   ========================================================================== */

.information-popup {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-bottom: 0 !important;
    border: 1px solid;
    background: #d0d0d0;
    font-weight: bold;
    border-radius: 50px;
    line-height: 14px !important;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
}

/* ==========================================================================
   Variation Swatches
   ========================================================================== */

.woocommerce [data-wvstooltip]:after,
.woocommerce [data-wvstooltip]:before {
    display: none !important;
}

.vulnerability_product.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0 !important;
}

.vulnerability_product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: #ffffff;
    box-shadow: 0 0 0 2px rgb(0 178 227);
}

/* ==========================================================================
   Spinner
   ========================================================================== */

.single_variation_wrap .fa-spinner {
    position: absolute;
    font-size: 35px;
    color: #00b2e3;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 420px) {
    body.vulnerability_product .custom_input label {
        padding-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 747px) {
    body.woocommerce div.product .product_title {
        width: 100%;
        font-size: 30px !important;
        line-height: 36px !important;
    }

    body.woocommerce div.product div.images,
    body.woocommerce #content div.product div.images {
        width: auto;
        float: none;
        margin: 0 auto;
    }

    .woocommerce .product.type-product {
        padding: 0 10px;
    }

    .woocommerce .site-main {
        padding: 0 20px !important;
    }

    .woocommerce.vulnerability_product div.product div.summary,
    .woocommerce.vulnerability_product #content div.product div.summary {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    body.woocommerce-page .site-main {
        max-width: 730px;
    }

    body.vulnerability_product.woocommerce div.product div.images {
        width: 230px;
    }
}

@media (min-width: 992px) {
    body.woocommerce-page .site-main {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    body.woocommerce-page .site-main {
        max-width: 1230px;
    }
}
