.woosg_wrap.woosg-wrap {
    border: 1px solid #000;
   /* border: 1px solid #e5e5e5;*/
    margin-bottom: 15px;
}
.product-type-woosg form.cart .quantity {
    display: none;
}

.grouped-box {
    margin-top: 50px;
}

/*.woosg-wrap .woosg-text, .woosg-wrap .woosg-table {
    margin: 0 0 15px 0;
}*/


.woosg-wrap .woosg-text {
    white-space: pre-line;
}

.woosg-table-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.woosg-table-wrap form.variations_form {
    width: 25%;
}

.woosg-added {
    background: green !important;
}

.woosg-header-title {
    text-align: center;
    margin: 0;
    padding: 17px 15px 13px 10px;
    font-weight: 700;
    letter-spacing: 0.9px;
    color:#000;
    width: 100%;
}
.woosg-header-title h3 {
    margin: 0;
}

.woosg-header .woosg-header-wrap{
    background-color: #f59312;
    color:#000;
}
.woosg-variation-header{
    padding-left:10px;
}
.contents-detail .bwp-single-product .bwp-single-info.big-bwp-single-info {
    margin-bottom: 0;
    padding-left: 0;
}

.woosg-header.fixed-header .woosg-header-wrap {
    position: fixed;
    top: 0px;
    left: 50%;
    max-width: 1408px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 99;
}
.woosg-header.fixed-header .woosg-header-title{
    padding-bottom: 74px;
}

@media (max-width: 1439px) {
    .woosg-header.fixed-header .woosg-header-wrap {
        right: 16px;
        left: 16px;
        width: calc(100% - 32px);
        transform: translateX(0);
    }
}
    
.woosg-header table {
    margin-bottom: 0;
}

.woosg-header table, .woosg-header table tr{
    border: none;
}
.woosg-header table th,
.woosg-products .woosg-product table td{
    border: none;
}

.woosg-header table th:first-child,
.woosg-header table th:last-child,
.woosg-products .woosg-product table td:first-child,
.woosg-products .woosg-product table td:last-child{
    border: none;
}

.woosg-header .woosg-header-wrap,
.woosg-products .woosg-product {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px dotted #e5e5e5;
}

.woosg-products .woosg-product table {
    margin-bottom: 0;
    border: none;
}

.woosg-products .woosg-product.woosg-product-unpurchasable > div {
    opacity: .5;
}

.woosg-products .woosg-product.woosg-product-unpurchasable .woosg-qty {
    pointer-events: none;
}

.woosg-header .woosg-header-wrap > div,
.woosg-products .woosg-product > div {
    margin-right: 10px;
}

.woosg-header .woosg-header-wrap > div:last-child.
.woosg-products .woosg-product > div:last-child {
    padding-right: 0;
    text-align: right;
}

.woosg-header .woosg-header-wrap .woosg-thumb,
.woosg-products .woosg-product .woosg-thumb {
    width: 50px;
}

.woosg-products .woosg-product .woosg-thumb img {
    width: 40px;
    max-width: 100%;
    height: auto;
    display: block;
}

.woosg-qty-minus:hover, .woosg-qty-plus:hover {
    background-color: #f0f0f0;
}

.woosg-header .woosg-header-wrap .woosg-qty,
.woosg-products .woosg-product .woosg-qty {
    width: 100px;
    flex: 0 0 100px;
}


.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus {
    width: 130px;
    flex: 0 0 130px;
    display: flex;
    align-items: center;
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus .woosg-qty-minus, .woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus .woosg-qty-plus {
    display: inline-block;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #e5e5e5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus .woosg-qty-plus:hover, .woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus .woosg-qty-minus:hover {
    background-color: #f0f0f0
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus .woosg-qty-minus {
    border-right: none;
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus .woosg-qty-plus {
    border-left: none;
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus .quantity {
    flex-grow: 1;
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus input {
    width: 100%;
    text-align: center;
    padding: 0 5px;
    height: 40px;
    line-height: 38px;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -moz-appearance: textfield;
}

.woosg-products .woosg-product .woosg-qty.quantity{
    display: flex;
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus input:focus {
    outline: none;
    outline-color: transparent;
}

.woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus input::-webkit-outer-spin-button, .woosg-products .woosg-product .woosg-qty.woosg-qty-plus-minus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woosg-header .woosg-header-wrap .woosg-price,
.woosg-products .woosg-product .woosg-price {
    font-size: 13px;
    min-width: 70px;
    max-width: 320px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: none;
}
.woosg-price-top {
    width: 100%;
    text-align: center;
}
.woosg-price-col{
    text-align: center;
    min-width: 70px;
    color: #000;
}
.woosg-header .woosg-header-wrap .woosg-price.woosg-price-col-2,
.woosg-products .woosg-product .woosg-price.woosg-price-col-2{
    width: calc(70px * 2);
}
.woosg-header .woosg-header-wrap .woosg-price.woosg-price-col-3,
.woosg-products .woosg-product .woosg-price.woosg-price-col-3{
    width: calc(70px * 3);
}
.woosg-header .woosg-header-wrap .woosg-price.woosg-price-col-4,
.woosg-products .woosg-product .woosg-price.woosg-price-col-4{
    width: calc(70px * 4);
}

.woosg-price-col-2 .woosg-price-col{
    width: calc(100%/2);
}
.woosg-price-col-3 .woosg-price-col{
    width: calc(100%/3);
}
.woosg-price-col-4 .woosg-price-col{
    width: calc(100%/4);
}


.woosg-products .woosg-product .woosg-price del {
    opacity: .5;
    text-decoration: line-through;
}

.woosg-products .woosg-product .woosg-price del span {
    text-decoration: line-through;
}

.woosg-products .woosg-product .woosg-price ins {
    font-weight: normal;
}

.woosg-products .woosg-product .woosg-price .amount {
    display: inline-block;
}
.woosg-header .woosg-header-wrap .woosg-title,
.woosg-products .woosg-product .woosg-title{
    width: 25%;
    min-width: 150px;
    flex: none;
}

.woosg-header .woosg-header-wrap .woosg-variation,
.woosg-products .woosg-product .variations_form.swatches-support{
    flex-grow: 1;
    margin-right: 10px;
}

.woosg-products .woosg-product .woosg-title .woosg-title-inner {
    display: block;
    overflow: hidden;
}

.woosg-products .woosg-product .woosg-title .woosg-title-inner a {
    text-decoration: none;
    box-shadow: none;
}

.woosg-products .woosg-product .woosg-title .woovr-variations-default .woovr-variation-image, .woosg-products .woosg-product .woosg-title .woovr-variations-default .woovr-variation-price {
    display: none !important;
}

.woosg-products .woosg-product form.variations_form {
    margin: 0;
    padding: 0;
}

.woosg-products .woosg-product .woosg-title .stock, .woosg-products .woosg-product .woosg-title .variations_form .stock {
    font-size: 14px;
    margin: 0;
}

.woosg-products .woosg-product .woosg-title .stock.in-stock {
    color: green;
}

.woosg-products .woosg-product .woosg-title .stock.available-on-backorder {
    color: orange;
}

.woosg-products .woosg-product .woosg-title .stock.out-of-stock {
    color: red;
}

.woosg-products .woosg-product .woosg-description, .woosg-products .woosg-product .woosg-variation-description {
    font-size: 14px;
}

.woosg-products {
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #e5e5e5;
}

.woosg-products .woosg-product > td {
    padding: 10px 10px 10px 0;
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #e5e5e5;
}

.woosg-products .woosg-product > td:last-child {
    padding-right: 0;
}

.woosg-products .woosg-product form.variations_form .variations {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.woosg-products .woosg-product form.variations_form .variations .variation > div {
    display: block;
}

.woosg-products .woosg-product form.variations_form .variations .variation {
    display: inline-block;
    float: left;
    border-width: 0;
    border-style: solid;
    border-color: #e5e5e5;
    padding: 5px 10px;
    margin: 0;
    max-width: 100%;
    border-radius: 2px;
}

@media screen and (max-width:580px) {
    .woosg-products .woosg-product form.variations_form .variations .variation {
        padding: 5px 0px;
        width: 100%;
    }
}
.woosg-products .woosg-product form.variations_form .variations .reset {
    display: inline-block;
}

.woosg-products .woosg-product form.variations_form .variations .variation:last-child {
    margin-bottom: 0;
}

.woosg-products .woosg-product form.variations_form .variations .variation .label {
    font-size: 12px;
    line-height: 1;
    display: none;
}

.woosg-products .woosg-product form.variations_form .variations .variation .select {
    line-height: 30px;
}

.woosg-products .woosg-product form.variations_form .variations .variation .select select {
    width: 100%;
    line-height: 30px;
    padding: 5px 16px 5px 5px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: auto;
}

.woosg-products .woosg-product form.variations_form .variations a.reset_variations {
    margin: 0;
    font-size: 12px;
}

.woosg-item-child .product-price .amount, .woosg-item-child .product-price .tax_label,
.woosg-item-child .product-subtotal .amount, .woosg-item-child .product-subtotal .tax_label,
.woosg-item-child .product-total .amount, .woosg-item-child .product-total .tax_label {
    opacity: .3;
}

body.woocommerce-no-js .woosg-wrap + form.cart {
    display: none;
}

.woosg-disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
}

.grouped-box h3{
    text-align: center;
}

.grouped-list-products form.cart {
    display: flex;
    align-items: center;
    justify-content: center;

}
.grouped-list-products form.cart .quantity-button{
    margin-right: 5px;
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .woosg-header .woosg-header-wrap, .woosg-products .woosg-product {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .woosg-header .woosg-header-wrap .woosg-title, .woosg-products .woosg-product .woosg-title {
        width: 100%;
        min-width: 150px;
        flex: none;
    }
    .woosg-header .woosg-header-wrap > div, .woosg-products .woosg-product > div {
        margin-right: 0px;
    }
    .woosg-header .woosg-header-wrap .woosg-title,
    .woosg-header .woosg-header-wrap .woosg-variation,
    .woosg-header .woosg-header-wrap .woosg-qty{
        display: none;
    }

    .woosg-header .woosg-header-wrap .woosg-variation, .woosg-products .woosg-product .variations_form.swatches-support {
        width: calc(100% - 110px);
    }
}

@media (max-width: 767px) {
    .woosg-header .woosg-header-wrap .woosg-title, .woosg-products .woosg-product .woosg-title {
        order: 1;
    }
    .woosg-header .woosg-header-wrap .woosg-price, .woosg-products .woosg-product .woosg-price {
        order: 2;
    }
    .woosg-header .woosg-header-wrap .woosg-qty, .woosg-products .woosg-product .woosg-qty {
        order: 3;
        flex: auto;
        width: 100%;
        margin-top: 10px;
    }
    .woosg-header .woosg-header-wrap .woosg-variation, .woosg-products .woosg-product .variations_form.swatches-support {
        width: calc(100%);
        order: 4;
    }
    .woosg-products .woosg-product form.variations_form .variations .variation .select{
        width: 100%;
    }
}

.woosg-form .compare-button {
    display: none !important;
}
