.nav-tabs {
    float:left;
    width:100%;
    margin:0;
    list-style-type:none;
    border-bottom:1px solid transparent}
.nav-tabs>li {
    float:left;
    margin-bottom:-1px}
.nav-tabs>li>a {
    margin-right:2px;
    line-height:1.5;
    padding:10px;
    border:1px solid transparent;
    border-radius:4px 4px 0 0;
    float:left;
    text-decoration:none}
.nav-tabs>li>a:hover {
    border-color:#eee #eee #ddd}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color:#555;
    cursor:default;
    background-color:#fff;
    border-color:transparent}
.tab-content>.tab-pane {
    float:left;
    width:98%;
    display:none}
.tab-content>.tab-pane.active {
    display:block;
    padding:10px;
    background-color:#fff;
    -webkit-box-shadow:0 5px 4px -2px rgba(0, 0, 0, 0.15);
    box-shadow:0 5px 4px -2px rgba(0, 0, 0, 0.15)}
div.ui-toggle {
    margin:0;
    padding:0}
div.ui-toggle input[type='checkbox'] {
    display:none}
div.ui-toggle input[type='checkbox']:checked+label {
    border-color:#009eea;
    background:#009eea;
    -webkit-box-shadow:inset 0 0 0 10px #009eea;
    box-shadow:inset 0 0 0 10px #009eea}
div.ui-toggle input[type='checkbox']:checked+label>div {
    margin-left:20px}
div.ui-toggle label {
    -webkit-transition:all 200ms ease;
    transition:all 200ms ease;
    display:inline-block;
    position:relative;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background:#8c8c8c;
    -webkit-box-shadow:inset 0 0 0 0 #009eea;
    box-shadow:inset 0 0 0 0 #009eea;
    border:2px solid #8c8c8c;
    border-radius:22px;
    width:40px;
    height:20px}
div.ui-toggle label div {
    -webkit-transition:all 200ms ease;
    transition:all 200ms ease;
    background:#FFFFFF;
    width:20px;
    height:20px;
    border-radius:10px}
div.ui-toggle label:hover, div.ui-toggle label>div:hover {
    cursor:pointer}
div.ui-toggle.mb-10 {
    margin-bottom:10px}
.cpt-table {
    width:100%;
    border-spacing:5px;
    text-align:left}
.cpt-table, .cpt-table th, .cpt-table td {
    border:1px solid #ccc;
    border-collapse:collapse;
    padding:10px}
.cpt-table th {
    background-color:#f5f5f5}
.text-center {
    text-align:center}
.inline-block {
    display:inline-block}
.text-left {
    text-align:left}
.text-right {
    text-align:right}
.w-50 {
    width:49%}
.inline {
    display:inline-block}
.meta-label {
    display:inline-block;
    font-weight:bold;
    margin-bottom:5px}
.meta-container {
    display:block;
    margin-top:20px}
.arty-code{
    display: block;
    background-color: #eee;
    border: 2px solid #999;
    padding: 20px;
    line-height: 24px;
    white-space: pre-wrap;
}
.arty-input{
    width: 300px
}
.arty-ul {
    list-style: disc;
    margin-left: 20px;
}
.arty-bordered-block{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.texture-remove, .texture-add{
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 100%;
    background: #008c0b;
    text-align: center;
    padding: 0;
}
.texture-remove{
    background: #d32600;
}
.arty-column {
    float: left;
    width: 32.33%;
    padding-right: 1%;
}
.arty-row:after {
    content: "";
    display: table;
    clear: both;
}
.arty-mb-20{
    margin-bottom: 20px;
}
.arty-mw-600{
    max-width: 600px;
}
.arty-woo-position-img{
    max-height: 1200px
}
.arty-woo-position-img-block{
    width: 59%;
    display: inline-block;
}
.arty-woo-position-form-block{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.arty-metabox-input{
    width: 100%;
    margin-bottom: 5px;
}
.arty-metabox-input::placeholder{
    color: #cec9c9;
}
.arty_red {
    color: #c70200;
}
.arty-ul {
    list-style: disc;
    margin-left: 20px;
}

.arty-woo-position-form-block .form-table th {
    text-align: left;
    padding: 5px 20px 5px 0;
    width: 50%;
    line-height: 1.3;
    font-weight: 600;
}

.arty-row-input {
    margin-bottom: 10px !important;
}

.arty_3dmodelviewer_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    transition: 0.4s;
}

.arty_3dmodelviewer_accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.arty_3dmodelviewer_accordion.active, .arty_3dmodelviewer_accordion:hover {
    background-color: #ccc;
    border-bottom: 1px solid #696969;
}

.arty_3dmodelviewer_accordion.active:after {
    content: "\2796";
}

.arty_3dmodelviewer_panel {
    padding: 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.arty_3dmodelviewer_panel.active {
    display: block;
}

.arty_3dmodelviewer_iframe {
    width: 60%;
    min-width:300px;
    height: 600px;
    min-height:300px;
    border: 2px solid black;
    margin: 0 20%;
}

@media only screen and (max-width: 480px) {
    .arty_3dmodelviewer_iframe {
        width: 300px;
        height: 300px;
        margin: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 680px) {
    .arty_3dmodelviewer_iframe {
        width: 420px;
        height: 420px;
        margin: 0;
    }
}

.arty_3dmodelviewer_iframe_gallery {
    width: calc(100% - 120px);
    float: right;
}

@media all and (max-width: 768px){
    .arty_3dmodelviewer_iframe_gallery {
        width: 100%;
        float: unset;
    }
}
