@import url(https://fonts.googleapis.com/icon?family=Material+Icons&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@font-face {
    font-family: 'Arial Bold';
    src: url(assets/fonts/Arial-BoldMT/Arial-BoldMT.eot);
    src: url(assets/fonts/Arial-BoldMT/Arial-BoldMT.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Arial-BoldMT/Arial-BoldMT.woff2) format("woff2"), url(assets/fonts/Arial-BoldMT/Arial-BoldMT.woff) format("woff"), url(assets/fonts/Arial-BoldMT/Arial-BoldMT.ttf) format("truetype"), url(assets/fonts/Arial-BoldMT/Arial-BoldMT.svg#Arial-BoldMT) format("svg");
    font-weight: 700
}

@font-face {
    font-family: CollegiateInsideFLF;
    src: url(assets/fonts/CollegiateInsideFLF/CollegiateInsideFLF.eot);
    src: url(assets/fonts/CollegiateInsideFLF/CollegiateInsideFLF.eot?#iefix) format("embedded-opentype"), url(assets/fonts/CollegiateInsideFLF/CollegiateInsideFLF.woff2) format("woff2"), url(assets/fonts/CollegiateInsideFLF/CollegiateInsideFLF.woff) format("woff"), url(assets/fonts/CollegiateInsideFLF/CollegiateInsideFLF.ttf) format("truetype"), url(assets/fonts/CollegiateInsideFLF/CollegiateInsideFLF.svg#CollegiateInsideFLF) format("svg");
    font-weight: 400
}

@font-face {
    font-family: MonotypeCorsiva;
    src: url(assets/fonts/MonotypeCorsiva/MonotypeCorsiva.eot);
    src: url(assets/fonts/MonotypeCorsiva/MonotypeCorsiva.eot?#iefix) format("embedded-opentype"), url(assets/fonts/MonotypeCorsiva/MonotypeCorsiva.woff2) format("woff2"), url(assets/fonts/MonotypeCorsiva/MonotypeCorsiva.woff) format("woff"), url(assets/fonts/MonotypeCorsiva/MonotypeCorsiva.ttf) format("truetype"), url(assets/fonts/MonotypeCorsiva/MonotypeCorsiva.svg#MonotypeCorsiva) format("svg");
    font-weight: 400
}

@font-face {
    font-family: Gilroy-Light;
    src: url(assets/fonts/Gilroy-Light/Gilroy-Light.eot);
    src: url(assets/fonts/Gilroy-Light/Gilroy-Light.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Gilroy-Light/Gilroy-Light.woff2) format("woff2"), url(assets/fonts/Gilroy-Light/Gilroy-Light.woff) format("woff"), url(assets/fonts/Gilroy-Light/Gilroy-Light.ttf) format("truetype"), url(assets/fonts/Gilroy-Light/Gilroy-Light.svg#Gilroy-Light) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot);
    src: url(assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff2) format("woff2"), url(assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff) format("woff"), url(assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.ttf) format("truetype"), url(assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.svg#Gilroy-ExtraBold) format("svg");
    font-style: normal
}

@font-face {
    font-family: AirsideSans;
    src: url(assets/fonts/AirsideSans/AirsideSans.eot);
    src: url(assets/fonts/AirsideSans/AirsideSans.eot?#iefix) format("embedded-opentype"), url(assets/fonts/AirsideSans/AirsideSans.woff2) format("woff2"), url(assets/fonts/AirsideSans/AirsideSans.woff) format("woff"), url(assets/fonts/AirsideSans/AirsideSans.ttf) format("truetype"), url(assets/fonts/AirsideSans/AirsideSans.svg#AirsideSans) format("svg");
    font-style: normal
}

@font-face {
    font-family: Impact;
    src: url(assets/fonts/impactreg/impactreg.eot);
    src: url(assets/fonts/impactreg/impactreg.eot?#iefix) format("embedded-opentype"), url(assets/fonts/impactreg/impactreg.woff) format("woff"), url(assets/fonts/impactreg/impactreg.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Jackport-College-Ncv;
    src: url(assets/fonts/impactreg/impactreg.woff) format("woff");
    font-style: normal
}

@font-face {
    font-family: PiratesofCydonia;
    src: url(assets/fonts/PiratesofCydonia/PiratesofCydonia.eot);
    src: url(assets/fonts/PiratesofCydonia/PiratesofCydonia.eot?#iefix) format("embedded-opentype"), url(assets/fonts/PiratesofCydonia/PiratesofCydonia.woff2) format("woff2"), url(assets/fonts/PiratesofCydonia/PiratesofCydonia.woff) format("woff"), url(assets/fonts/PiratesofCydonia/PiratesofCydonia.ttf) format("truetype"), url(assets/fonts/PiratesofCydonia/PiratesofCydonia.svg#PiratesofCydonia) format("svg");
    font-style: normal
}

footer,
header,
main {
    padding-left: 250px
}

@media only screen and (max-width:992px) {
    footer,
    header,
    main {
        padding-left: 0
    }
}

.backend {
    background: #f0f0f0;
    height: 100%;
    font-family: Gilroy-Light, sans-serif;
    min-height: 100vh
}

.sidenav {
    width: 250px
}

.sidenav .divider {
    margin: 0 !important
}

.breadcrumb {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

@media only screen and (max-width:991px) {
    .breadcrumb {
        text-align: center;
        float: none
    }
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li:after {
    content: '\E5CC';
    color: rgba(255, 255, 255, .7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased
}

.breadcrumb li:last-child span {
    color: #fff !important
}

.breadcrumb li:last-child:after {
    content: ''
}

.breadcrumb li a {
    color: rgba(255, 255, 255, .7)
}

.breadcrumb li a:hover {
    color: #fff
}

.button-collapse {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .button-collapse {
        top: 16px
    }
}

.card {
    margin-top: 15px
}

.card .card-image {
    background: #ccc;
    border-bottom: 1px solid #aeaeae
}

.card .card-content {
    padding: 15px
}

.card .card-content table {
    border: 1px solid #d0d0d0
}

.card .card-content table i {
    vertical-align: middle;
    margin: 0
}

.card .card-content table tr th {
    padding: .5rem;
    font-family: Gilroy-ExtraBold, sans-serif
}

.card .card-content table tr td {
    padding: .5rem
}

.card .no-pad-card {
    padding-left: 0;
    padding-right: 0
}

.card .card-action {
    padding-left: 0;
    padding-right: 0
}

.left-block {
    margin-left: 0 !important
}

.nav-wrapper .s1 {
    text-align: center
}

.nav-wrapper .s1 .dropdown-button {
    display: block
}

.nav-wrapper i {
    height: auto !important;
    line-height: inherit !important
}

.nav-wrapper .dropdown-content {
    min-width: 200px;
    left: auto !important;
    right: 0;
    top: 65px !important
}

.b-logo {
    text-align: center
}

.b-logo img {
    margin-top: 1rem
}

#dashboard .card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

#dashboard .card-content h3 {
    margin-top: 0
}

#dashboard .card-content span {
    margin: 0;
    font-size: 2rem;
    height: auto;
    line-height: normal
}

.add-btn {
    position: fixed;
    right: 15px;
    bottom: 15px
}

.img-preview img {
    max-width: 400px
}

.img-preview .btn-floating {
    position: absolute;
    top: 70px;
    right: -8px
}

.modal .modal-footer {
    padding-right: 20px
}

.toast .btn-yes {
    margin-left: 3px
}

.toast .btn-no {
    margin-left: 0
}

.btn-upload {
    padding-right: 10px;
    padding-left: 10px
}

.color-code {
    display: block;
    height: 20px;
    font-size: 0
}

.action-btns a {
    margin-bottom: 5px
}

#baseModal .img-preview img,
#overlayModal .img-preview img {
    width: 100%
}

.backend .img-preview img {
    cursor: default !important
}

.tree-dropdown {
    position: relative;
    display: block;
    font-size: 13px;
    width: 300px
}

.tree-dropdown .select {
    padding: 0 10px;
    height: 32px;
    display: block;
    line-height: 14px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.tree-dropdown .select::after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #cdcdcd;
    position: absolute;
    right: 10px;
    top: 13px
}

.tree-dropdown p {
    line-height: 32px;
    margin: 0
}

.tree-dropdown .list {
    box-sizing: content-box;
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 1px 1px 1px;
    z-index: 1100;
    overflow-x: hidden;
    max-height: 300px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.tree-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.tree-dropdown ul:first-child {
    padding: 0
}

.tree-dropdown .list p:hover {
    background: #eee
}

.tree-dropdown .list p.selected {
    background: #dddbff
}

.tree-dropdown .level-0 {
    padding-left: 15px
}

.tree-dropdown .level-1 {
    padding-left: 30px
}

.tree-dropdown .level-2 {
    padding-left: 45px
}

.tree-dropdown .level-3 {
    padding-left: 60px
}

.tree-dropdown .level-4 {
    padding-left: 75px
}

.tree-dropdown .level-5 {
    padding-left: 90px
}

.tree-dropdown .level-6 {
    padding-left: 105px
}

.tree-dropdown .level-7 {
    padding-left: 120px
}

.tree-dropdown .level-8 {
    padding-left: 135px
}

.tree-dropdown .level-9 {
    padding-left: 150px
}

.tree-dropdown .level-10 {
    padding-left: 110px
}

.tree-dropdown ul li {
    cursor: pointer
}

.custom-categories {
    margin-top: 30px
}

.custom-categories label {
    position: relative;
    padding: 0;
    left: 0 !important;
    margin-top: -35px;
    display: block;
    margin-bottom: 20px
}

.responsive-table .badge {
    margin: 0;
    border-radius: 2px;
    color: #fff
}

.switch-label {
    font-size: 1rem;
    display: block;
    margin-bottom: 10px
}

.defaultDDLVal {
    padding-left: 15px;
    line-height: 32px;
    cursor: pointer
}

.defaultDDLVal:hover {
    background: #eee
}

#brand {
    text-align: center
}

td b {
    font-family: Gilroy-ExtraBold, sans-serif
}

.order-detail-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    border-top: 1px dashed #f0f0f0;
    padding-top: 10px
}

.order-detail-row h2 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    min-width: 150px
}

.slide-show {
    transform: translateX(0) !important
}

.close-slide-out {
    font-size: 20px !important;
    height: 30px !important;
    text-align: right;
    line-height: 30px !important;
    margin-top: 10px;
    margin-bottom: -15px
}

@media only screen and (min-width:992px) {
    .close-slide-out {
        display: none !important
    }
}

#right-content {
    position: absolute;
    right: 0;
    top: 0
}

#right-content .frontend {
    margin-right: 10px;
    padding: 0 5px
}

.switch-fld {
    margin-bottom: 10px
}

.switch-fld label {
    font-size: 1rem;
    margin-bottom: -10px;
    display: block
}

.input-select-field label {
    position: relative
}

.input-select-field label.input-select-label {
    position: absolute
}

.input-select-field img {
    border: 1px solid #ccc
}

body {
    font-family: Gilroy-Light, sans-serif;
    font-weight: 500
}

img {
    border: 0
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 32, 40, .9);
    z-index: 9999;
    padding: 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#loading img {
    border-radius: 5px
}

#loading p {
    padding: 0 20px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase
}

.container {
    margin: 0 auto;
    width: 100% !important
}

@media only screen and (max-width:1159px) {
    .container .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media screen and (min-width:600px) and (max-width:768px) {
    .row .col.m4 {
        width: 50%
    }
}

.center-block {
    float: none !important;
    margin: 0 auto
}

.login-box {
    display: flex;
    flex-direction: column;
    height: 100%
}

.login-box .login-top {
    background: #e4e2e3
}

#login-form {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

#login-form .login-btn {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center
}

.mask {
    z-index: 10
}

path,
text {
    transition: fill .4s ease
}

.collar-layer {
    z-index: 11
}

#techxlers .fixed-action-btn {
    left: 0;
    right: auto
}

#techxlers .tx-btn {
    width: 30px;
    height: 30px;
    line-height: 32px
}

#techxlers img {
    padding: 7px;
    width: 100%
}

#techxlers ul {
    left: 95% !important;
    width: 170px;
    top: 10%
}

#techxlers ul .tx-tag {
    color: #000;
    background: 0 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    top: -5px;
    position: relative;
    font-weight: 500;
    font-size: 12px
}

.category-tree {
    margin-top: 5rem;
    display: flex
}

.category-tree .list {
    border: 1px solid #e0e0e0;
    width: 300px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    border-radius: 2px
}

.category-tree .list ul {
    margin: 0
}

.category-tree .list ul li:last-child a {
    border-bottom: 1px solid #e0e0e0
}

.category-tree .list ul li:last-child a.level-0 {
    border: 0
}

.category-tree .list ul li ul {
    display: none
}

.category-tree .list ul li {
    position: relative;
    display: block
}

.category-tree .list ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    padding: 1rem 18px;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
    color: #212121
}

.category-tree .list ul li:hover a.level-0 {
    background: #212121;
    color: #fff
}

.category-tree .list ul li:hover ul {
    display: block !important;
    position: absolute;
    right: -300px;
    top: -1px;
    width: 300px;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    border-radius: 2px
}

.category-tree .list ul li:hover ul a {
    margin: 0
}

.category-tree .list ul li:hover ul a:hover {
    background: #212121;
    color: #fff
}

.category-tree .list ul li:hover ul ul {
    display: none !important
}

.category-tree .level-0 {
    border-bottom: 1px solid #e0e0e0
}

.category-tree .level-0 i {
    display: none;
    float: right;
    vertical-align: middle
}

.category-tree .level-1 {
    border: 1px solid #e0e0e0;
    border-bottom: 0
}

.category-tree .level-1 i {
    display: none !important
}

.category-tree .level-2 {
    display: none !important
}

.category-tree .level-2 i {
    display: none !important
}

.category-tree .notallow i {
    display: block
}

.category-page #heading-area {
    text-align: center
}

.category-page #heading-area h3 {
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-transform: uppercase
}

.category-page #heading-area h4 {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px
}

.toast {
    font-weight: 400 !important
}

.pdfWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    min-height: 920px;
    align-content: baseline;
    position: relative;
    width: 100%
}

.pdfWrapper .pdf-top {
    margin-bottom: 0;
    height: 73px;
    position: absolute;
    top: 0;
    left: 0
}

.pdfWrapper .pdf-btm {
    margin-top: 1rem;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0
}

.pdfWrapper .cart-col {
    text-align: center;
    width: 50%;
    margin: 0 0 20px 0
}

.pdfWrapper .cart-col .design-name {
    width: 100% !important
}

.pdfWrapper .customer-info {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 85px;
    margin-bottom: 30px
}

.pdfWrapper .customer-info .ci-data {
    border: 1px solid #000;
    min-width: 250px
}

.pdfWrapper .customer-info .ci-data p {
    background: #000;
    color: #fff;
    margin: 0
}

.pdfWrapper .customer-info .ci-lt {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pdfWrapper .customer-info .ci-rt {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.mobile-nav {
    float: right;
    margin: 10px;
    display: none !important;
    padding: 8px 12px 5px;
    padding: .5rem .75rem .3125rem;
    height: auto;
    line-height: normal
}

@media only screen and (max-width:991px) {
    .mobile-nav {
        display: block
    }
}

.mobile-nav i {
    font-size: 30px;
    font-size: 1.875rem
}

.nav {
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

@media only screen and (max-width:991px) {
    .nav {
        margin-top: 0
    }
}

.nav li a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .nav li a {
        padding: 15px 45px 15px;
    }
}

@media only screen and (max-width:991px) {
    .nav li a {
        padding: 7px 8px;
        padding: .4375rem .5rem
    }
}

@media screen and (max-width:700px) {
    .nav li a {
        padding: 7px 10px;
        padding: .4375rem .625rem
    }
}

.nav li a .nav-icon {
    margin-right: 5px
}

@media screen and (max-width:700px) {
    .nav li a .nav-icon {
        margin: 0
    }
}

.nav li a .nav-icon img {
    width: 40px
}

@media only screen and (max-width:991px) {
    .nav li a .nav-icon img {
        width: 26px
    }
}

.nav li a span {
    z-index: 1;
    font-family: Gilroy-ExtraBold, sans-serif;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width:1140px) {
    .nav li a span {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (max-width:700px) {
    .nav li a span {
        display: none
    }
}

.nav li a:hover {
    background: #0093dd
}

@media only screen and (min-width:992px) {
    .nav li a:hover {
        transform: skew(-25deg)
    }
}

@media only screen and (min-width:992px) {
    .nav li a:hover .nav-icon,
    .nav li a:hover span {
        transform: skew(25deg)
    }
}

@media only screen and (min-width:992px) {
    .nav li .first-link {
        padding-left: 45px;
        margin-left: -17px
    }
}

@media only screen and (min-width:992px) {
    .nav li .last-link {
        padding-right: 45px;
        margin-right: -17px
    }
}

.nav li .active {
    background: #0093dd
}

@media only screen and (min-width:992px) {
    .nav li .active {
        transform: skew(-25deg)
    }
}

@media only screen and (min-width:992px) {
    .nav li .active .nav-icon,
    .nav li .active span {
        transform: skew(25deg)
    }
}

.category-title {
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px
}

.category {
    text-align: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #dedede;
    background: #ffffff;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.category h5 {
    color: #fff;
    text-transform: uppercase;
    background: #000000;
    display: block;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000
}
.category h5:hover {
    color: #fff;
    text-transform: uppercase;
    background: #0093dd;
    display: block;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000
}

.category img {
    padding: 5px 0;
    object-fit: contain;
    max-height: 250px
}

.category .properties {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.category .properties p {
    margin: 5px 2rem;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0
}

.category:hover .properties {
    opacity: 1;
   
}

.category a {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%
}

.category a:hover {
     background: #f5f5f5;
    box-shadow: 0 8px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 5px 7px -1px rgba(0, 0, 0, .4)
}

#options-area {
    position: relative;
    text-align: center;
    padding-bottom: 30px
}

#options-area #options {
    border-top: 4px solid #212121;
    border-bottom: 4px solid #212121;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

@media only screen and (min-width:600px) {
    #options-area #options {
        height: 560px;
        overflow: hidden
    }
}

#options-area #options h2 {
    font-size: 16px;
    font-size: 1rem;
    font-family: Gilroy-ExtraBold, sans-serif;
    margin-top: 0;
    color: #7b7d7c
}

@media only screen and (max-width:991px) {
    #options-area #options h2 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

#options-area #options .steps {
    display: inline-block;
    width: 100%;
    padding: 12px 12px 20px;
    margin-bottom: 30px;
    max-height: 540px;
    overflow-y: auto
}

@media only screen and (max-width:599px) {
    #options-area #options .steps {
        padding: 12px 0 20px
    }
}

@media only screen and (min-width:992px) {
    #options-area #options .steps {
        min-height: 540px
    }
}

#options-area #control-btns a {
    background: #212121;
    padding: 8px 30px;
    transform: skew(-12deg);
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 5px;
    -webkit-transition: all .45s ease;
    transition: all .45s ease
}

#options-area #control-btns a:hover {
    background: #5f5f5f
}

#playground {
    margin-bottom: 30px;
    position: relative
}

#playground #design-data {
    border-top: 4px solid #212121;
    border-bottom: 4px solid #212121;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 12px
}

@media only screen and (max-width:599px) {
    #playground #design-data {
        padding: 3px
    }
}

@media screen and (max-width:1250px) {
    #playground #design-data {
        overflow: hidden
    }
}

.design-thumb {
 padding: 10px 10px 5px;
margin-bottom: 5px;
cursor: pointer;
border: 1px solid #fff;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}

.design-thumb p {
 margin-top: 5px;
margin-bottom: 0;
/*text-transform: uppercase;*/
color: #000;
font-family: Gilroy-ExtraBold,sans-serif;
}

.design-thumb:hover {
    border: 1px solid #0093dd;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)
}

.active-design {
    background: #e6e6e6;
    border: 1px solid #9e9e9e
}

.steps-data #selectedDesign {
    position: relative;
    height: 529px;
    width: 746px
}

.steps-data #selectedDesign .base,
.steps-data #selectedDesign .overlay {
    position: absolute;
    top: 0;
    left: 0
}

.steps-data #selectedDesign #svg-design {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0
}

.index15 {
    z-index: 15
}

.index16 {
    z-index: 16
}

.color-selection-box {
    margin: 15px 5px
}

.color-selection-box .selected-color-area {
    display: flex;
    justify-content: space-between
}

.color-selection-box .selected-color-area .selected-color {
    text-align: left;
    flex: 1;
    margin-left: 2rem
}

.color-selection-box .selected-color-area .selected-color .sc {
    height: 24px;
    border: 1px solid #6b6b6b;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.color-selection-box .selected-color-area .selected-color .sc:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

.color-selection-box .selected-color-area .selected-color .sc i {
    float: right;
    margin: 3px 8px
}

.color-selection-box .selected-color-area .selected-color .sc-title {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 3px
}

.color-selection-box .selected-color-area .color-label {
    font-family: Gilroy-ExtraBold, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 70px
}

.color-options,
.strip-options {
    position: relative
}

.color-boxes-area {
    position: absolute;
    border: 1px solid #bbb;
    border-radius: 3px;
    top: -5px;
    z-index: 2;
    display: none;
    width: 100%
}

@media only screen and (max-width:991px) {
    .color-boxes-area {
        width: 98%;
        left: 5px
    }
}

.color-boxes-area .color-boxes {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    background: #fff;
    width: 100%
}

@media only screen and (max-width:991px) {
    .color-boxes-area .color-boxes {
        width: 100%;
        margin: 0
    }
}

.color-boxes-area .color-boxes a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    margin: 0 2px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border: 1px solid #d8d8d8
}

@media only screen and (max-width:991px) {
    .color-boxes-area .color-boxes a {
        width: 40px;
        height: 40px;
        margin: 0 3px
    }
}

.color-boxes-area .color-boxes a:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)
}

.color-boxes-area .cba-title-section {
    display: flex;
    width: 75%;
    float: right;
    justify-content: space-between;
    padding: 7px 15px 20px;
    background: #fff
}

@media only screen and (max-width:991px) {
    .color-boxes-area .cba-title-section {
        width: 100%;
        float: none
    }
}

.color-boxes-area .cba-title-section .cba-close {
    cursor: pointer;
    font-size: 30px;
line-height: 20px;
}

@media only screen and (max-width:991px) {
    .color-boxes-area .cba-title-section .cba-close {
        font-size: 30px;
        font-size: 1.875rem
    }
}

#strip-content {
    display: flex;
    justify-content: flex-start
}

.strip-boxes-area {
    margin-bottom: 30px;
    bottom: -5px;
    top: auto;
    background: #fff;
    min-width: 320px
}

@media only screen and (max-width:991px) {
    .strip-boxes-area {
        left: 0;
        width: 100%
    }
}

.strip-boxes-area .cba-title-section {
    justify-content: flex-end;
    width: 100%;
    padding: 3px 15px 15px;
    border-radius: 3px
}

.strip-options {
    display: none;
    margin-right: 20px
}

.strip-colors {
    text-align: right
}

.strip-colors .strip-color-box {
    width: 80px;
    height: 24px;
    border: 1px solid #6b6b6b;
    font-size: 0;
    padding: 3px 5px
}

.strip-colors .strip-color-box i {
    font-size: 16px
}

.strip-color-boxes {
    width: 275px
}

#strip_colors_2 {
    left: -4rem
}

#strip_colors_3 {
    right: -5rem;
    left: auto
}

#strip_2 {
    left: -123px
}

#strip_3 {
    right: 0
}

#strip-radio {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: -5px
}

#strip-radio .strip-radio-area .strip-radio-btn {
    margin-right: 5px;
    position: relative
}

#strip-radio .strip-radio-area .strip-radio-btn span {
    padding-left: 25px;
    font-size: 20px;
    font-size: 1.25rem
}

.logo-area {
    text-align: center;
    margin-bottom: 50px
}

.logo-area .logo-text {
    text-transform: uppercase;
    font-family: Gilroy-ExtraBold, sans-serif;
    color: #212121
}

.logo-area .logo-control {
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.logo-area .logo-control:hover .drop {
    background: #000
}

.logo-area .logo-control:hover .plus-btn:after,
.logo-area .logo-control:hover .plus-btn:before {
    background-color: #fff
}

.logo-area .logo-control .plus-btn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 30px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.logo-area .logo-control .plus-btn:after,
.logo-area .logo-control .plus-btn:before {
    content: "";
    position: absolute;
    background-color: #636363;
    transition: transform .25s ease-out
}

.logo-area .logo-control .plus-btn:before {
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    margin-left: -2px
}

.logo-area .logo-control .plus-btn:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    margin-top: -2px
}

.logo-area .logo-control .dl-cross-btn {
    transform: rotate(45deg)
}

.logo-area .logo-control .dl-cross-btn:after,
.logo-area .logo-control .dl-cross-btn:before {
    background-color: #fff
}

.logo-area .logo-control .drop-hover {
    background: #242424
}

.drop {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 80px;
    height: 80px;
    /*border-radius: 80% 0 55% 50%/55% 0 80% 50%;*/
    border: 2px solid #a3a4a9;
    /*transform: rotate(136deg);*/
    margin-top: 10px
}

.logo-options-area-hide {
    display: none
}

.logo-options-area {
    position: absolute;
    background: #fff;
    top: 0;
    z-index: 18;
    margin-top: -2px
}

.logo-options-area .logo-options {
    border-top: 4px solid #212121;
    border-bottom: 4px solid #212121;
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    box-shadow: 0 0 8px #a4a4a4
}

@media only screen and (min-width:600px) {
    .logo-options-area .logo-options {
        height: 482px;
        overflow: hidden
    }
}

.logo-options-area .logo-options:before {
    content: ''
}

@media only screen and (min-width:600px) {
    .logo-options-area .logo-options .row {
        height: 100%
    }
}

@media only screen and (min-width:992px) {
    .logo-options-area .logo-options .row .col {
        height: 100%
    }
}

.logo-options-area .logo-options .dl-opts {
    display: flex;
    flex-direction: column;
    padding: 23px;
    padding: 1.4375rem;
    background: #f0f0f0;
    height: 100%;
    border-right: 1px solid #a4a4a4
}

@media only screen and (max-width:991px) {
    .logo-options-area .logo-options .dl-opts {
        padding: 15px;
        padding: .9375rem;
        flex-direction: row;
        height: auto;
        justify-content: space-between
    }
}

@media only screen and (max-width:599px) {
    .logo-options-area .logo-options .dl-opts {
        flex-direction: column
    }
}

@media only screen and (min-width:992px) {
    .logo-options-area .logo-options .dl-opts {
        min-width: 180px
    }
}

.logo-options-area .logo-options .dl-opts a {
    display: block;
    margin: 10px 0;
    text-align: center;
    background: #fff;
    color: #a4a4a4
}

@media only screen and (max-width:767px) {
    .logo-options-area .logo-options .dl-opts a {
        padding: 0 15px;
        padding: 0 .9375rem
    }
}

.logo-options-area .logo-options .dl-opts a:hover {
    background: #242424;
    color: #fff
}

.logo-options-area .logo-options .dl-opts .dl-active-menu {
    background: #242424;
    color: #fff
}

#dl_opts_1 .logo-options:before,
#dl_opts_2 .logo-options:before,
#dl_opts_3 .logo-options:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 35px solid #000;
    position: absolute;
    left: -25px;
    top: 4rem
}

@media only screen and (max-width:991px) {
    #dl_opts_1 .logo-options:before,
    #dl_opts_2 .logo-options:before,
    #dl_opts_3 .logo-options:before {
        display: none
    }
}

#dl_opts_4 .logo-options:before,
#dl_opts_5 .logo-options:before,
#dl_opts_6 .logo-options:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 35px solid #000;
    position: absolute;
    left: -25px;
    top: 17rem
}

#dl_opts_1,
#dl_opts_4 {
    left: 9rem
}

@media only screen and (max-width:991px) {
    #dl_opts_1,
    #dl_opts_4 {
        left: 1rem
    }
}

#dl_opts_2,
#dl_opts_5 {
    left: 17rem
}

@media only screen and (max-width:991px) {
    #dl_opts_2,
    #dl_opts_5 {
        left: 1rem
    }
}

#dl_opts_3,
#dl_opts_6 {
    left: 24rem
}

@media only screen and (max-width:991px) {
    #dl_opts_3,
    #dl_opts_6 {
        left: 1rem
    }
}

#strip_1,
#strip_2,
#strip_3 {
    display: none
}

.strip_selection_1#strip_container_1 {
    display: block
}

.strip_selection_2#strip_container_1,
.strip_selection_2#strip_container_2 {
    display: block
}

.strip_selection_3#strip_container_1,
.strip_selection_3#strip_container_2,
.strip_selection_3#strip_container_3 {
    display: block
}

#dl_5 {
    padding: 0 5px
}

.dl-data-section {
    padding: 20px 0 5px;
    padding: 1.25rem 0 .3125rem;
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    max-height: 470px;
    overflow-y: auto;
    overflow-x: hidden
}

.dl-data-section .symbols-area {
    display: inline-block;
    width: 19%;
    margin: 0 8px 10px
}

.no-pad {
    padding: 0 !important
}

.dl-playground {
    margin-top: 10px;
    visibility: hidden;
    margin-bottom: 10px
}

.dl-playground svg {
    display: block;
    margin: 0 auto
}

.dl-playground-container {
    padding-left: 0 !important;
    border-top: 1px solid #f0f0f0
}

@media only screen and (min-width:992px) {
    .dl-playground-container {
        height: 474px;
        border-left: 1px solid #a4a4a4;
        border-top: 0
    }
}

.dl-color-section {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    display: none
}

.dl-color-section .dl-svg-selected-colors {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap
}

.dl-color-section .dl-svg-selected-colors .dl-color-layer-box {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.dl-color-section .dl-svg-selected-colors .dl-active-layer:before {
    width: 15px !important;
    height: 15px !important
}

.dl-color-box-area {
    display: none;
    height: 200px;
    overflow: auto;
    padding-left: 5px
}

.dl-color-box-area .dl-color-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.dl-color-box-area .dl-color-boxes a {
    width: 25px;
    height: 25px;
    border: 1px solid #f0f0f0;
    margin: 2px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

@media only screen and (max-width:991px) {
    .dl-color-box-area .dl-color-boxes a {
        width: 40px;
        height: 40px
    }
}

.dl-color-box-area .dl-color-boxes a:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)
}

.dl-color-box-area .dl-color-boxes a:active,
.dl-color-box-area .dl-color-boxes a:focus {
    border: 2px solid #000
}

.dl-color-section .dl-svg-selected-colors .dl-active-layer,
.hover-style {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.dl-color-section .dl-svg-selected-colors .dl-active-layer:before,
.hover-style:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.dl-color-section .dl-svg-selected-colors .dl-active-layer:active:before,
.dl-color-section .dl-svg-selected-colors .dl-active-layer:focus:before,
.dl-color-section .dl-svg-selected-colors .dl-active-layer:hover:before,
.hover-style:active:before,
.hover-style:focus:before,
.hover-style:hover:before {
    width: 15px;
    height: 15px
}

@media only screen and (min-width:992px) {
    #dl-controls {
        position: absolute;
        bottom: 15px;
        width: 100%;
        left: 0
    }
}

@media only screen and (max-width:991px) {
    #dl-controls {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

#dl-controls a {
    margin: 12px auto;
    width: 70%;
    color: #fff
}

@media only screen and (max-width:991px) {
    #dl-controls a {
        margin: 0 5px;
        width: auto;
        font-size: 0
    }
}

@media only screen and (max-width:599px) {
    #dl-controls a {
        font-size: 16px;
        font-size: 1rem;
        margin: 10px 0
    }
}

@media only screen and (max-width:349px) {
    #dl-controls a {
        width: 55px
    }
}

#dl-controls a i {
    margin-right: 3px
}

@media only screen and (max-width:991px) {
    #dl-controls a i {
        margin-right: 0;
        margin-left: 5px
    }
}

.relative {
    position: relative
}

@media only screen and (max-width:991px) {
    .relative {
        padding: 0 !important
    }
}

.add-text-ground {
    visibility: visible
}

.add-text-ground .custom-text-preview {
    font-size: 30px;
    padding: 10px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-shadow: 0 0 1px #000
}

.visible-always {
    display: block;
    padding: 0
}

.visible-always .dl-color-boxes {
    margin: 0
}

.custom-img-upload {
    position: relative
}

.custom-img-upload .img-preview {
    margin-bottom: 5px
}

.custom-img-upload .img-preview img {
    border: 2px dashed #a4a4a4;
    width: 100%
}

.font-ddl-trigger {
    color: #000;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    text-align: left;
    padding-bottom: 10px
}

.font-ddl li>a {
    color: #242424 !important;
    font-size: 20px !important;
    padding: 10px 16px !important;
    line-height: 30px
}

.active-dl-element {
    stroke: #000
}

.dl-logo {
    position: absolute
}

.dl-logo .custom-text-preview {
    font-size: 20px;
    position: relative;
    line-height: normal
}

.dl-logo#front img {
    width: 100%;
    height: 100%;
}

.dl-logo#front .custom-text-preview {
    /*width:124px;*/
    left: 0;
    text-align: center
}

#uploadedImg1 {
    /*width:125px;*/
    text-align: center
}

.dl-logo#front-2 img {
    width: 100%;
    height: 100%;
}

.dl-logo#front-2 .custom-text-preview {
    /*width:124px;*/
    left: 0;
    text-align: center
}

#uploadedImg1 {
    /*width:125px;*/
    text-align: center
}

.dl-logo#back img {
    width: 100%;
    height: 100%;
}

.dl-logo#back .custom-text-preview {
    width: 100%;
    text-align: center;
}

.dl-logo #uploadedImg2 {
    width: 100%;
    text-align: center;
    position: relative;
}

.dl-logo #uploadedImg2 img {
    height: auto;
    width: 100%
}

.dl-logo#left-breast img {
    width: 100%;
    height: 100%;
}

.dl-logo#left-breast .custom-text-preview {
    width: 100%;
    text-align: center;
}

.dl-logo #uploadedImg3 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg3 img {
    width: 100%;
    height: auto
}

.dl-logo#left-breast-2 img {
    width: 100%;
    height: 100%;
}

.dl-logo#left-breast-2 .custom-text-preview {
    width: 100%;
    text-align: center
}

.dl-logo #uploadedImg1-2 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg1-2 img {
    width: 100%;
    height: auto
}

.dl-logo#right-breast img {
    width: 100%;
    height: 100%;
}

.dl-logo#right-breast .custom-text-preview {
    width: 100%;
    text-align: center;
}

.dl-logo #uploadedImg4 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg4 img {
    width: 100%;
    height: auto
}

.dl-logo#left-sleeve img {
    width: 100%;
    height: 100%;
}

.dl-logo#left-sleeve .custom-text-preview {
    width: 100%;
    text-align: center
}

.dl-logo #uploadedImg5 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg5 img {
    width: 100%;
    height: auto
}

.dl-logo#left-sleeve-2 img {
    width: 100%;
    height: 100%;
}

.dl-logo#left-sleeve-2 .custom-text-preview {
    width: 100%;
    text-align: center
}

.dl-logo #uploadedImg5-2 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg5-2 img {
    width: 100%;
    height: auto
}

.dl-logo#right-sleeve img {
    width: 100%;
    height: 100%;
}

.dl-logo#left-sleeve-3 img {
    width: 100%;
    height: 100%;
}

.dl-logo#left-sleeve-3 .custom-text-preview {
    width: 100%;
    text-align: center
}

.dl-logo #uploadedImg5-3 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg5-3 img {
    width: 100%;
    height: auto
}

.dl-logo#right-sleeve img {
    width: 100%;
    height: 100%;
}

.dl-logo#right-sleeve .custom-text-preview {
    width: 100%;
    text-align: center
}

.dl-logo #uploadedImg6 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg6 img {
    width: 100%;
    height: auto
}

.dl-logo#right-sleeve-2 img {
    width: 100%;
    height: 100%;
}

.dl-logo#right-sleeve-2 .custom-text-preview {
    width: 100%;
    text-align: center
}

.dl-logo #uploadedImg6-2 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg6-2 img {
    width: 100%;
    height: auto
}

.dl-logo#right-sleeve-3 img {
    width: 100%;
    height: 100%;
}

.dl-logo#right-sleeve-3 .custom-text-preview {
    width: 100%;
    text-align: center
}

.dl-logo #uploadedImg6-3 {
    width: 100%;
    position: relative;
    text-align: center
}

.dl-logo #uploadedImg6-3 img {
    width: 100%;
    height: auto
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

#extra-opts {
    text-align: left;
    text-transform: uppercase
}

@media only screen and (max-width:991px) {
    #extra-opts {
        padding: 0 10px
    }
}

#extra-opts span {
    color: #212121
}

#form-btns {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:991px) {
    #form-btns {
        justify-content: center
    }
}

#form-btns button {
    margin: 0 5px
}

.img-spinner {
    background: url(/assets/imgs/loading.gif) no-repeat center;
    background-size: contain;
    min-height: 130px;
    max-width: 90px
}

.hidden-on-load {
    display: none
}

.material-tooltip {
    background-color: #242424 !important
}

.dl-svg-file-area {
    margin-bottom: 10px
}

.dl-svg-file-area svg g {
    cursor: pointer
}

@media only screen and (max-width:991px) {
    .designer-row {
        display: flex;
        flex-direction: column
    }
}

.designer-row .design-col {
    order: 0
}

.designer-row .opt-col {
    order: 1
}

#mobile-controller-lt,
#mobile-controller-rt {
    position: absolute;
    height: 98%;
    background: #fff;
    top: 5px
}

#mobile-controller-lt {
    left: 1px;
    z-index: 17
}

#mobile-controller-rt {
    right: 1px;
    z-index: 17
}

.step-data-1 {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden
}

.step-data-1 .design-ctrl-btn {
    margin-bottom: 10px;
    display: none
}

@media screen and (max-width:1250px) {
    .step-data-1 .design-ctrl-btn {
        display: inline-block
    }
}

.comment-section {
    margin-top: 20px;
    margin-top: 1.25rem
}

.comment-section label {
    font-size: 16px;
    color: #000
}

.comment-section textarea {
    min-height: 100px
}

#strip-section {
    text-align: left;
    padding: 10px;
    padding: .625rem
}

@media only screen and (max-width:991px) {
    .navbar-section {
        padding: 0 !important
    }
}

@media only screen and (min-width:992px) {
    .dl-close-btn {
        display: none !important
    }
}

#ltrtctrls {
    display: none;
    margin-top: 10px;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    width: 96%;
    z-index: 17
}

@media only screen and (max-width:991px) {
    #ltrtctrls {
        display: flex
    }
}

#ltrtctrls button {
    padding: 0;
    line-height: normal;
    background: 0 0;
    border: 0;
    width: 40px;
    height: 62px
}

#ltrtctrls button i {
    font-size: 40px
}

#ltrtctrls #leftArrow {
    background: url(/assets/imgs/arrows.png) no-repeat 0
}

#ltrtctrls #rightArrow {
    background: url(/assets/imgs/arrows.png) no-repeat -48px
}

.selected-color-box {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.selected-color-box:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

#final {
    width: 746px;
    height: 0;
    overflow: hidden
}

#final .pdf-img {
    width: 100%
}

#final #kit-data {
    margin-top: -7px
}

#collar_section,
#emb_section {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#collar_section li a,
#emb_section li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    margin: 2px 2px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border: 1px solid #f0f0f0;
    text-transform: uppercase;
    color: #000
}

#collar_section li a:hover,
#emb_section li a:hover {
    border: 2px solid #f0f0f0
}

#collar_section a.active-collar,
#emb_section a.active-emb {
    border: 2px solid #c3c3c3
}

.emb-color-options {
    margin-top: 30px
}

#emb_opacity {
    text-align: left;
    margin-top: 20px
}

#nn_section {
    clear: both
}

#nn_section .row {
    margin-bottom: 0
}

#nn_section .row input {
    margin-bottom: 0
}

#collarFile,
#embFile {
    position: absolute;
    left: 0;
    top: 0
}

#collarFile {
    z-index: 17
}

.collar-color-area .color-selection-box {
    display: none
}

#size_chart_label {
    font-size: .9rem;
    color: #000
}

#size-qty-section {
    margin-top: 2rem
}

#size-qty-section h2 {
    font-size: 1.5rem !important
}

#yesOpts .add-player-btn {
    margin-top: 1rem;
    display: flex;
    align-self: flex-end;
    align-content: flex-end
}

#size-qty-opt table {
    margin-bottom: 1.5rem
}

.tabs {
    margin-bottom: 1rem
}

.tabs li {
    background-color: #636363
}

.tabs .tab a {
    color: #fff
}

.tabs .tab a.active,
.tabs .tab a:hover {
    color: #fff
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background-color: #636363
}

.tabs .indicator {
    background-color: #000;
    height: 4px
}

#nn-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15
}
.cat-animate {
 /* padding: 50px;
  background-color: green;*/
  transition: transform .2s; /* Animation */
 /* width: 200px;
  height: 200px;*/
  margin: 0 auto;
}

.cat-animate:hover {
  transform: scale(1.1);z-index: 4; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.easeload{
    opacity: 0;
    -webkit-transition: all .4s ease; 
    -moz-transition: all .4s ease; 
    -ms-transition: all .4s ease; 
    -o-transition: all .4s ease; 
}