/**
  * Copyright © Webtex. All rights reserved.
  */

/**
  *  Mtm
  */ ---------------------------------------------

body.mtm-product .control.mt-control .choice {
    width: calc(33% - 10px);
    display: inline-block;
    border-radius: 3px;
    border: solid 2px #ebebeb;
    vertical-align: top;
    margin-right: 10px;
}

body.mtm-product .control.mt-control .choice:nth-child(3n) {
    margin-right: 0;
}

body.mtm-product .control.mt-control .choice .radio {
    margin: 13px 5px 0 7px !important;
}

body.mtm-product .border_act {
    border: solid 2px #333 !important;
}

body.mtm-product .control.mt-control .label.admin__field-label {
    display: inline-block;
    float: none;
    width: calc(100% - 25px);
    min-height: 40px;
    padding: 5px 0 5px 0;
    font-weight: 600;
}

body.mtm-product .product-add-form .product-options-wrapper .field .control{
    width: 100% !important;
}

body.mtm-product .control #options-58-list .choice {
    width: calc(50% - 10px);
    display: inline-block;
    min-height: 75px;
    border-radius: 3px;
    border: solid 2px #ebebeb;
    vertical-align: top;
    margin-right: 10px;
    padding: 10px;
}

body.mtm-product .control #options-58-list .choice .radio {
    margin: 4px 5px 0 0 !important;
}

body.mtm-product .control #options-58-list .choice:nth-child(2) {
    margin-right: 0;
}

body.mtm-product .control #options-58-list .label.admin__field-label {
    width: calc(100% - 25px);
    display: inline-block;
    padding: 0;
}

body.mtm-product ._keyfocus :focus,
body.mtm-product input:not([disabled]):focus,
body.mtm-product textarea:not([disabled]):focus,
body.mtm-product select:not([disabled]):focus {
    box-shadow: none !important;
}

body.mtm-product * {
    box-sizing: border-box;
}

body.mtm-product a {
    transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    outline: 0;
}

body.mtm-product .product-options-wrapper .title_label {
    position: relative;
    background: #efefef;
    padding: 5px !important;
    width: 100%;
    display: inline-block;
    border: 1px solid #cccccc;
}

body.mtm-product .product-options-wrapper .title_label.active {
    background: #444;
    color: #fff;
    border-color: #444;
}

body.mtm-product .control.mt-control .choice {
    width: 33.33%;
    margin: 0;
}

body.mtm-product .product-options-wrapper .title_label.active .edit {
    display: none;
}

body.mtm-product .mt-next-prev-button .mt-next-button,
body.mtm-product .mt-prev-button {
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.6s;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    min-width: 100px;
    display: inline-block;
    border: 1px solid #cccccc;
    text-align: center;
}

body.mtm-product .mt-next-prev-button .mt-next-button {
    background: #444444;
    color: #fff;
}

body.mtm-product .mt-next-prev-button .mt-prev-button {
    background: #CCCCCC;
    color: #fff;
}

body.mtm-product .mt-next-prev-button .mt-prev-button:hover,
body.mtm-product .mt-next-prev-button .mt-next-button:hover {
    background: #000;transition: all ease 0.6s;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.6s;
}

body.mtm-product .mt-next-prev-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
}

body.mtm-product .edit {
    position: absolute;
    left: calc(100% + 10px);
    cursor: pointer;
    font-weight: normal;
}

body.mtm-product .control #options-180-list .choice {
    min-height: 160px;
}

body.mtm-product .control #options-180-list .choice .mageworx-optionswatches-option-gallery {
    margin: 0 auto;
    max-width: 80px
}

body.mtm-product .control .mt-text-width, .control .mt-text-height {
    width:48.5%;
    display: inline-block;
}

body.mtm-product .control .mt-text-height {
    margin-left: 1.5%;
}

body.mtm-product .product-options-wrapper .field {
    margin: 0;
}

body.mtm-product .control.mt-control .label.admin__field-label {
    padding: 9px 0;
    width: calc(100% - 35px);
}

body.mtm-product .options-list {
    display: flex;
    flex-wrap: wrap;
}

body.mtm-product .options-list input[type="checkbox"] {
    margin: 12px 8px 0 10px;
}

@media only screen and (max-width: 991px) {
    body.mtm-product .control.mt-control .choice:nth-child(3n) {
        margin-right: 10px;
    }
    body.mtm-product .control.mt-control .choice:nth-child(2n) {
        margin-right: 0px;
    }
    body.mtm-product .control.mt-control .choice {
        width: calc(50% - 5px);
    }
    body.mtm-product .product-options-bottom .price-box .price-container .price,
    body.mtm-product .product-info-price .price-box .price-container .price {
        font-size: 30px !important;
    }
    body.mtm-product h1 {
        font-size: 32px !important;
    }
    body.mtm-product .control.mt-control .label.admin__field-label {
        font-size: 13px;
    }
}
@media only screen and (max-width: 479px) {
    body.mtm-product .control #options-58-list .choice{
        width: 100%;
        min-height: inherit;
    }
    body.mtm-product .control.mt-control .label.admin__field-label {
        min-height: initial;
    }
}

/**
  *  End
  */ ---------------------------------------------
