/*
Theme Name: triton

WooCommerce styles override
*/

:root {
    --trt-color-main: #f00;
}

.woo-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* Breadcrumbs */
.woocommerce-breadcrumb {
    padding: 15px 0;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

.woocommerce-product-attributes {
    width: 100%;
}
.woocommerce-product-attributes tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
    padding: 5px 10px;
}

/**
 * Products
 */
ul.products {
    display: flex;
    /*align-items: stretch;
    justify-content: center;*/
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.products li.product {
    width: 100%;
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

.woocommerce-loop-product__link {
    position: relative;
    display: block;
    height: 100%;
    padding: 5px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    text-align: center;
    text-decoration: none;
}

.woocommerce-loop-product__link:hover {
    box-shadow: 0 1px 3px 1px rgba(0,0,0, 0.09);
}

.woocommerce-loop-product__link h2 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
}

.woocommerce-loop-product__title {
    margin: 0.8rem 0;
    font-size: 0.88889em;
}

.woocommerce-loop-product__title,
ul.products li.product .price,
ul.products li.product .star-rating {
    color: #111;
}

ul.products .star-rating {
    margin: 0 auto;
}

ul.products li.product:before {
    content: none;
    display: none;
}

ul.products li.product img {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
}

ul.products li.product .button {
    display: block;
}

/**
 * Single product
 */
.single-product div.product {
    position: relative;
}

.single-product .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    padding: 3px 5px;
    background-color: #0e7b17;
    border-radius: 3px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 2;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    width: 40%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.single-product .entry-title {
    margin-top: 0;
    font-size: 20px;
}

/* Product SKU & Rating block  */
.single-product-sku-rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 25px;
}
.single-product-sku-rating-wrapper .sku_wrapper {
    display: inline-block;
    padding: 7px 15px;
    background-color: #ffcfcf;
    border-radius: 3px;
    color: #111;
    font-size: 12px;
    line-height: 1;
}
.single-product-sku-rating-wrapper .woocommerce-product-rating {
    display: flex;
    align-items: center;
}
.single-product-sku-rating-wrapper .woocommerce-review-link {
    margin-left: 5px;
    color: #777;
    font-size: 0.75rem;
}
.single-product-sku-rating-wrapper .woocommerce-review-link:hover {
    color: #f00;
}

.woocommerce p.price del {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #72767c;
}
.single-product p.price del {
    font-size: 16px;
}
.woocommerce .price ins {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.single-product .price ins {
    font-size: 20px;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.woocommerce .stock.out-of-stock {
    color: #e2401c;
}

/* Product button */
.woo-single-product-button {
    min-width: 275px;
    height: 40px;
    padding: 0 17px;
    background-color: #f00;
    border-color: transparent;
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    cursor: pointer;
}
.woo-single-product-button:focus,
.woo-single-product-button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/*------------------- Single Product Linking -------------------*/
.product-linking {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
}
.product-linking-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.product-linking__block ~ .product-linking__block {
    margin-top: 25px;
}
.product-linking__block-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.product-linking__block-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.product-linking__item {
    display: block;
    min-width: 60px;
    width: 60px;
    text-align: center;
    text-decoration: none;
}
.product-linking__active {
    order: -1;
}
.product-linking__active .product-linking__item-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0, 0.3);
    z-index: 1;
}
.product-linking__active .product-linking__item-img:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-image: url(imgs/icon-check-bold.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.product-linking__item-img {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #333;
    transition: all 0.2s ease-in-out;
}
.product-linking__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-linking__item-name {
    margin-top: 5px;
    color: #111;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}
.product-linking__item:hover .product-linking__item-img {
    border-color: #f00;
}
.product-linking__item:hover .product-linking__item-name {
    color: #f00;
}
/*------------------- /Single Product Linking -------------------*/

/* Product tabs */
.woocommerce .wc-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #ececec;
    color: #515151;
    /*display: inline-block;*/
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6a6a6a
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

/*.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}*/

/*.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}*/

/*.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}*/

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

/*#reviews .commentlist li .avatar {
    width: 70px;
    height: auto;
    margin-right: 0;
    border-radius: 50%;
}*/

/* Comments */
#reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0;
}
#reviews h2 small a {
    text-decoration: none;
    color: #767676;
}
#reviews h3 {
    margin: 0;
}
#reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}
#reviews #comment {
    height: 75px;
}
#reviews #comments .add_review {
    *zoom: 1;
}
#reviews #comments .add_review::before, #reviews #comments .add_review::after {
    content: " ";
    display: table;
}
#reviews #comments .add_review::after {
    clear: both;
}
#reviews #comments h2 {
    clear: none;
}
#reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    list-style: none;
}
#reviews #comments ol.commentlist::before, #reviews #comments ol.commentlist::after {
    content: " ";
    display: table;
}
#reviews #comments ol.commentlist::after {
    clear: both;
}
#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}
#reviews #comments ol.commentlist li img.avatar {
    display: none;
    /*float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: var(--trt-color-main);
    border: 1px solid var(--trt-color-main);
    margin: 0;
    box-shadow: none;*/
}
#reviews #comments ol.commentlist li .comment-text {
    /*margin: 0 0 0 50px;*/
    border: 1px solid var(--trt-color-main);
    border-radius: 4px;
    padding: 1em 1em 0;
    *zoom: 1;
}
#reviews #comments ol.commentlist li .comment-text::before, #reviews #comments ol.commentlist li .comment-text::after {
    content: " ";
    display: table;
}
#reviews #comments ol.commentlist li .comment-text::after {
    clear: both;
}
#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em;
}
#reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px;
}
#reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}
#reviews #comments ol.commentlist #respond {
    border: 1px solid var(--trt-color-main);
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}
#reviews #comments .commentlist > li::before {
    content: "";
}
.woocommerce-Reviews .submit {
    min-width: 275px;
    height: 40px;
    padding: 0 17px;
    background-color: #f00;
    border-color: transparent;
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    cursor: pointer;
}

.woocommerce-Reviews .submit:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}



/**
 * Checkout
 */


/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
	    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative;
}

.woocommerce-tab .active{
	background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff;
    background-color: beige;
}

li.active a {
    color: inherit;
    text-shadow: inherit;
}
li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff;
	    background-color:  #fff !important;  
}
.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: inline-block;
	    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0f834d;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}


/* woo-shortcode-loop */
.woo-shortcode-loop {
    padding: 50px 0;
}
.woo-shortcode-loop .products {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woo-shortcode-loop .product:before {
    display: none;
}

/* Sale badge */
.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    padding: 3px 5px;
    background-color: #f00;
    border-radius: 2px;
    color: #111;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
}

@media screen and (min-width: 400px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: inline-block;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }

    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }

    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }

    .product-details-wrapper {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .product-details-wrapper .summary {
        width: 50%;
    }

    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}