* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-weight: 400;
    font-family: 'Instrument Sans';
    padding-right: 0 !important;
}

body a:focus,
body input:focus,
body textarea:focus,
body button:focus {
    outline: 0px;
}

ul {
    list-style: none;
}

.theme-btn,
.single_add_to_cart_button {
    color: #000000;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    background: #fe69a3;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    font-family: "field-gothic-wide", sans-serif;
    border: 1px solid #fe69a3;
}

.site-header .navbar-brand img{
    height: 40px;
}

.sm-theme-btn,
.checkout-button,
.cart-update-btn,
#place_order {
    color: black;
    font-size: 12px;
    font-weight: 600;
    font-family: "Instrument Sans Bold";
    border-radius: 8px;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    border: 1.5px solid #fe69a3;
    background-color: #FE69A333;
    margin-top: 25px;
}

.woocommerce-checkout{
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.sm-theme-btn::after,
.checkout-button::after,
.cart-update-btn::after,
#place_order::after {
    display: none !important;
}

.teamtees-profile h4 {
    font-size: 15px;
    font-family: "FieldGothicTEST 84";
    font-weight: 600;
}

.page-title {
    font-size: 20px;
    font-family: "FieldGothicTEST 84";
    font-weight: 600;
    color: black;
}

.teamtees-profile {
    color: #0c0c0c;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
}

.teamtees-profile .form-validation {
    color: #ff3399;
}

.teamtees-profile input {
    border: none;
    border-bottom: 1px solid #ff3399;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
}

.teamtees-profile .billing-check-same input {
    color: #ff3399;
    accent-color: #ff3399;
    border: 2px solid #ff3399;
}

.teamtees-profile .form-label-row {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}

.teamtees-profile .form-label {
    text-transform: uppercase;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.teamtees-profile .profile-header {
    display: flex;
}

.teamtees-profile .profile-header .profile-image-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.teamtees-profile .profile-image {
    width: 400px;
    height: 400px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #ff3399;
    overflow: hidden; /* ensures image is clipped to the circle */
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamtees-profile .profile-image .image-data {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.teamtees-profile .profile-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.teamtees-profile .profile-button {
    width: 180px;
}

.teamtees-profile .custom-btn {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: white;
    color: #ff3399;
    border: 1px solid #ff3399;
}

.teamtees-profile .custom-btn:hover {
    background-color: #ff3399;
    color: white;
}

.teamtees-profile .profile-header .basic-details {
}

.teamtees-profile .profile-hr {
    height: 2px;
    width: 100%;
    background-color: #ff3399;
    margin: 30px 10px;
}

.teamtees-profile .save-details-btn {
    display: flex;
    justify-content: end;
}

.teamtees-profile .save-details-btn button {
    width: 200px;
}

.teamtees-profile .address-section {
    display: flex;
}

.teamtees-profile .address-section .shipping {
    padding: 15px;
}

.teamtees-profile .address-section .billing {
    padding: 15px;
}

.teamtees-profile .address-section .billing .billing-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.teamtees-profile .address-section .billing .billing-title .billing-check-same {
    display: flex;
    justify-content: end;
}

.teamtees-profile .address-section .billing .billing-title .billing-check-same label {
    width: 175px;
    font-size: 11px;
    line-height: 30px;
    align-content: center;
}

.teamtees-profile .address-section .billing .billing-title .billing-check-same input {
    width: 30px;
    margin-bottom: 0;
    margin-right: 10px;
}

.teamtees-order{
}

.teamtees-order .custom-orders-list {
    border: 3px solid #ff78b2;
    padding: 30px;
}

.teamtees-order .custom-order-row {
    margin: 15px;
    border: 2px solid #ff78b2;
    border-radius: 15px;
    font-family: "FieldGothicTEST 83";
    font-weight: 500;
}

.teamtees-order .custom-order-row-button {
    padding: 15px 30px;
    justify-content: space-between;
    display: flex;
    color: black;
    font-family: "FieldGothicTEST 83";
    font-weight: 500;
    text-decoration: none;
}

.teamtees-order .custom-order-row-button:hover {
    background-color: #ffb2d3;
}

.teamtees-order .assets-section {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ff78b2;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.teamtees-order .design-preview {

}

.teamtees-order .design-preview .image-list {
    align-content: center;
    width: 100%;
}

.teamtees-order .design-preview .image-list img {
    width: 100%;
}

.teamtees-order .wp-list-table {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}

.teamtees-order .wp-list-table thead {
    height: 40px;
}

.teamtees-order .wp-list-table tbody tr {
    border-bottom: 1px solid #ff78b2;
    height: 30px;
}

.teamtees-order .section-details {
    padding: 10px;
    margin: 15px;
    text-transform: uppercase;
}

.teamtees-order .section-details .details-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ff78b2;
    padding: 10px;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
}

.teamtees-order .section-details .details-row .color-boxes div {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 4px;
    border-radius: 3px;
}

.teamtees-order .product-title {
    padding: 20px 5px;
    font-size: 18px;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
    height: 50px;
    display: flex;
}

.teamtees-order .product-title i {
    font-size: 25px;
    color: #ff78b2;;
    margin-right: 10px;
}

.teamtees-order .total-section {
    padding: 10px 10px;
}

.teamtees-order .custom-btn {
    display: inline-block;
    padding: 10px 20px;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: white;
    color: #ff3399;
    border: 1px solid #ff3399;
    float: right;
    margin-top: 15px;
}

.teamtees-order .custom-btn:hover {
    background-color: #ff3399;
    color: white;
}

.signup-link {
    justify-content: center;
    display: flex;
    color: white;
    font-size: 12px;
    text-decoration: underline;
}

.signup-link:hover {
    color: #6392ff;
}

.login-bottom-up-link {
    display: flex;
    justify-content: space-between;
}

.page-template-page-login .woocommerce-form-register .lost_password a {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.auth-pages .woocommerce-button {
    color: #fe69a3;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 180px;
    text-transform: uppercase;
    display: block;
    padding: 8px 0;
    margin: 25px auto 10px;
    border: 0px;
    border-radius: 5px;
    background: #fff;
}

.customize-btn {
    color: #fe69a3;
    font-size: 13px;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    padding: 10px 92px;
    text-decoration: none;
    font-weight: 600;
}

.hero-video-section .customize-btn {
    background: #FFE229;
    color: black;
    text-transform: none;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
    padding: 15px 80px;
}

.hero-video-section .customize-btn:hover {
    background: #fe69a3;
}

.customize-btn span {
    float: left;
    margin: 3px 3px 0 0;
    font-weight: 600;
    font-family: "Instrument Sans Bold";
    font-style: normal;
    font-size: 14px;
}

.customize-btn i {
    width: 25px;
    height: 25px;
    margin: 1px 0 -8px 8px;
    display: inline-block;
    background-image: url(../../assets/images/icon/wand-icon.svg);
    background-size: 25px;
}

.customize-btn:hover i {
    /*background-image: url(../../assets/images/icon/wand.gif);*/
}

.hero-video-section .customize-btn:hover i {
    /*background-image: url(../../assets/images/icon/wand-icon.svg);*/
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    text-decoration: none;
}

.slick-arrow {
    width: 20px;
    height: 35px;
    color: transparent;
    overflow: hidden;
    border: 0;
    left: 0;
    bottom: 58%;
    z-index: 999;
    position: absolute;
    background-color: transparent;
    background-size: 40px;
    background-position: center;
}

.slick-arrow.slick-prev {
    left: -10px;
    background-image: url(../../assets/images/icon/arrow-prev.svg);
}

.slick-arrow.slick-prev.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.slick-arrow.slick-next {
    left: auto;
    right: -10px;
    background-image: url(../../assets/images/icon/arrow-next.svg);
}

.slick-arrow.slick-next.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.page-header {
    margin: 50px 0px 20px;
}

.page-header .page-title {
    color: black;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
    font-weight: 600;
}

.page-section {
    padding-bottom: 70px;
}

.page-section .page-content {
    min-height: calc(92vh - 400px);
}

.mobile {
    display: none;
}

.preloader {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    position: fixed;
    background: #fff;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.preloader video {
    width: 82px;
}

.woocommerce-message {
    color: #fff;
    font-size: 12px;
    padding: 12px 12px;
    margin: 0 0 15px;
    display: block;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fe69a3;
}

.woocommerce-message a {
    color: #fe69a3;
    font-size: 12px;
    font-weight: 700;
    float: right;
    margin-top: -5px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #fff;
}

.page-template-default .page-content {
    color: #fe69a3;
    font-size: 14px;
    font-weight: 300;
}

.panel-slider .customize-slot .content-div {
    line-height: 1;
}

#text-tab-pane .content {
    line-height: 1;
}

.custom-order-table tr .table-action .add-row {
    display: none;
}

.custom-order-table tr:nth-child(2) .table-action .add-row {
    margin: 0 0 2px 6px !important;
    position: relative !important;
    display: inline !important;
    bottom: unset !important;
}

.custom-order-table {
    position: relative;
}

.cart-meta-summery .size td span:nth-last-child(1) {
    display: none;
}

@media (min-width: 1400px) {
    .max-container {
        width: calc(100% - 30px);
        max-width: none;
    }
}

@font-face {
    font-family: "Boomsplash";
    src: url("../fonts/Boomsplash.woff2") format("woff2"), url("../fonts/Boomsplash.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CS Merquise";
    src: url("../fonts/CSMerquiseRegular.woff2") format("woff2"), url("../fonts/CSMerquiseRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GENIS";
    src: url("../fonts/GENISRegular.woff2") format("woff2"), url("../fonts/GENISRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Glamour";
    src: url("../fonts/Glamour.woff2") format("woff2"), url("../fonts/Glamour.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hercules";
    src: url("../fonts/Hercules.woff2") format("woff2"), url("../fonts/Hercules.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Phenomena";
    src: url("../fonts/Phenomena-ExtraBold.woff2") format("woff2"), url("../fonts/Phenomena-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Billian";
    src: url("../fonts/Billian-Bold.woff2") format("woff2"), url("../fonts/Billian-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bandira Script DEMO";
    src: url("../fonts/BandiraScriptDEMO.woff2") format("woff2"), url("../fonts/BandiraScriptDEMO.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Refault";
    src: url("../fonts/Refault-Italic.woff2") format("woff2"), url("../fonts/Refault-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Maison Neue";
    src: url("../fonts/MaisonNeue-Black.woff2") format("woff2"), url("../fonts/MaisonNeue-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Holyfat";
    src: url("../fonts/Holyfat.woff2") format("woff2"), url("../fonts/Holyfat.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow Bold";
    src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow Regular";
    src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Road Rage";
    src: url("../fonts/RoadRage.woff2") format("woff2"), url("../fonts/RoadRage.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ReceptsNFW01";
    src: url("../fonts/ReceptsNFW01-Regular.woff2") format("woff2"), url("../fonts/ReceptsNFW01-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CollegiateBlackFLF";
    src: url("../fonts/CollegiateBlackFLF.woff2") format("woff2"), url("../fonts/CollegiateBlackFLF.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CollegiateFLF";
    src: url("../fonts/CollegiateFLF.woff2") format("woff2"), url("../fonts/CollegiateFLF.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CollegiateOutlineFLF";
    src: url("../fonts/CollegiateOutlineFLF.woff2") format("woff2"), url("../fonts/CollegiateOutlineFLF.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gunmetal";
    src: url("../fonts/Gunmetal.woff2") format("woff2"), url("../fonts/Gunmetal.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Coral Lovers";
    src: url("../fonts/CoralLoversRegular.woff2") format("woff2"), url("../fonts/CoralLoversRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Blackletter";
    src: url("../fonts/BlackletterRegular.woff2") format("woff2"), url("../fonts/BlackletterRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Crafter";
    src: url("../fonts/Crafter-Regular.woff2") format("woff2"), url("../fonts/Crafter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Chollistio";
    src: url("../fonts/Chollistio.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../fonts/InstrumentSans-Regular.ttf") format("truetype"); /* Use 'truetype' for .ttf */
    font-weight: 400; /* Use numeric value for better control */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Instrument Sans Medium";
    src: url("../fonts/InstrumentSans-Medium.ttf") format("truetype"); /* Use 'truetype' for .ttf */
    font-weight: 500; /* Use numeric value for better control */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Instrument Sans Bold";
    src: url("../fonts/InstrumentSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Medium.ttf") format("truetype");
    font-weight: 500; /* or use 'normal' if this is the regular weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FieldGothicTEST 73";
    src: url("../fonts/FieldGothicTEST-No.73.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FieldGothicTEST 84";
    src: url("../fonts/FieldGothicTEST-No.84.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FieldGothicTEST 83";
    src: url("../fonts/FieldGothicTEST-No.83.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FieldGothicTEST 72";
    src: url("../fonts/FieldGothicTEST-No.72.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FieldGothicTEST 74";
    src: url("../fonts/FieldGothicTEST-No.74.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


.site-header {
    padding: 10px 15px;
    background-color: #FF6AA426;
    margin-bottom: 15px;
}

.site-header .navbar-brand img {
    height: 25px;
}

.site-header .brand-col {
    align-items: center;
    display: flex;
}

.site-header .menu-col {
    align-items: center;
    justify-content: end;
    display: flex;
}

.site-header .menu-wrap {
    display: flex;
    justify-content: flex-end;
}

.site-header .mid-menu-wrap {
    display: flex;
    justify-content: flex-start;
}

.site-header .menu-wrap .site-search {
    float: left;
    position: relative;
}

.site-header .menu-wrap .site-search .widget_product_search {
    width: 300px;
    border-radius: 100px;
    border: 1px solid #000;
}

.site-header .menu-wrap .site-search .widget_product_search .woocommerce-product-search {
    border-radius: 100px;
    overflow: hidden;
    background-color: white;
}

.site-header .menu-wrap .site-search .widget_product_search .woocommerce-product-search::before {
    display: none;
}

.site-header .menu-wrap .site-search .widget_product_search .woocommerce-product-search:hover button,
.site-header .menu-wrap .site-search .widget_product_search .woocommerce-product-search .search-field:focus button {
    opacity: 1;
}

.site-header .menu-wrap .site-search .widget_product_search .woocommerce-product-search.value-exists button {
    opacity: 1;
}

.site-header .menu-wrap .site-search .widget_product_search .search-field {
    font-size: 13px;
    font-family: "Instrument Sans";
    font-weight: 400;
    height: 40px;
    width: calc(100% - 40px);
    float: left;
    padding: 0 0 0 20px;
    border: 0;
    background: transparent;
}

.site-header .menu-wrap .site-search .widget_product_search button {
    color: transparent;
    width: 42px;
    height: 40px;
    border: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background-image: url(../../assets/images/icon/search.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.site-header .menu-wrap .header-item {
    float: left;
    height: 40px;
    align-content: center;
}

.site-header .menu-wrap .header-item .header-icon-text {
    margin-left: 12px;
    font-size: 12px;
    color: black;
    font-family: "Inter";
    font-weight: 500;
}

.site-header .menu-wrap .header-item .header-link-tag {
    display: flex;
    align-items: center;
}

.site-header .menu-wrap .header-item .site-header-cart {
    padding: 0px;
    margin: 0px;
}

.site-header .menu-wrap .header-item .menu-icon {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin: 0 0 0 18px;
}

.site-header .menu-wrap .header-item .menu-icon i {
    color: #000;
    line-height: 1;
}

.site-header .menu-wrap .header-item .menu-icon i.bi-heart-fill {
    color: #fe69a3;
}

.site-header .menu-wrap .header-item .menu-icon i.bi-person {
    font-size: 20px;
}

.site-header .menu-wrap .header-item .menu-icon i.bi-cart {
    font-size: 18px;
    float: left;
    margin-top: 1px;
}

.site-header .menu-wrap .header-item .menu-icon i.bi-heart-fill {
    font-size: 18px;
}

.site-header .menu-wrap #offCanvasMenuLink {
    display: none;
}

.site-header .menu-wrap .header-item .menu-icon .main-menu {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../assets/images/icon/menu.svg);
    background-size: 22px;
}

.site-header .item-count {
    color: #fe69a3;
    font-size: 8.5px;
    line-height: 1;
    right: -5px;
    position: absolute;
    padding: 2px 3px;
    border-radius: 100px;
    background: #fae876;
}

.site-header .menu-wrap .header-item .link-menu-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: black;
    margin: auto 28px;
}

.site-header .menu-wrap .header-item .link-menu-wrap .menu-item {
    color: black;
    padding-right: 22px;
    font-size: 14px;
    font-family: "Instrument Sans";
    font-weight: 400;
}

.offcanves-wrap {
    margin-top: 52px;
    height: calc(100% - 52px);
}

.offcanves-wrap .offcanves-menus {
    padding: 55px 30% 0 55px;
}

.offcanves-wrap .offcanves-menus .menu {
    padding: 0;
    margin-bottom: 0;
    border-top: 1px solid #fe69a3;
}

.offcanves-wrap .offcanves-menus .menu li {
    text-align: right;
    display: block;
    border-bottom: 1px solid #fe69a3;
}

.offcanves-wrap .offcanves-menus .menu li a {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px;
    display: block;
}

.offcanvas-backdrop.show {
    opacity: 0;
}


.site-footer {
    padding: 70px 15px 50px;
    background-color: #ffffff;
}

.site-footer .footer-note {
    margin-bottom: 25px;
}

.site-footer .footer-note p {
    font-size: 10px;
    line-height: 1.75;
    text-transform: uppercase;
}

.site-footer .footer-col h5 {
    color: #000000;
    font-size: 14px;
    font-family: "FieldGothicTEST 73";
    font-weight: 500;
    pointer-events: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.site-footer .footer-col h4 {
    color: #000000;
    font-size: 12px;
    pointer-events: none;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
}

.site-footer .footer-col h4::after {
    content: "";
    display: block;
    width: 60%;
    border-bottom: 1px solid #fe69a3;
    margin-top: 8px;
}

.site-footer .footer-col h4 i {
    display: none;
}

.site-footer .footer-col ul {
    padding: 0;
    margin: 0;
}

.site-footer .footer-col ul li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.site-footer .brand-col img {
    display: none;
}

.site-footer .details-col img {
    display: block;
    margin-bottom: 10px;
}

.site-footer .brand-col p {
    color: #000000;
    font-size: 10px;
    display: block;
}

.site-footer .brand-col .social-link {
    padding: 0;
    margin: 0;
    column-gap: 10px;
    display: flex;
}

.site-footer .brand-col .social-link li {
    display: inline-block;
}

.site-footer .brand-col .social-link li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 1px solid #000000;
}

.site-footer .brand-col .social-link li a.insta {
    background-image: url(../../assets/images/icon/instagram.svg);
}

.site-footer .brand-col .social-link li a.facebook {
    background-image: url(../../assets/images/icon/facebook.svg);
}

.site-footer .brand-col .social-link li a.tiktok {
    background-size: 20px;
    background-image: url(../../assets/images/icon/tiktok.svg);
}

.site-footer .brand-col .social-link li a.youtube {
    background-size: 18px;
    background-image: url(../../assets/images/icon/youtube.svg);
}

.site-footer .details-col img {
    width: 100%;
}

.site-footer .details-col p {
    font-size: 10px;
    margin-top: 10px;
}


#primary {
    margin-top: 30px;
    margin-bottom: 70px;
}

#primary .left-col {
    flex: 0 0 auto;
    width: 66.66666667%;
}

#primary .right-col {
    flex: 0 0 auto;
    width: 33.33333333%;
}

#primary .summary {
    padding-left: 58px;
}

#primary .summary .wishlist-icon-btn {
    color: #fe69a3;
    font-size: 18px;
    float: right;
    cursor: pointer;
    position: relative;
    right: 0;
    top: 90px;
}

#primary .summary .product_title {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

#primary .summary .price {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 12px 0;
}

#primary .summary .label label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 16px;
    font-family: "FieldGothicTEST 84";
}

#primary .summary .label.pa_color-label {
    margin-top: 6px;
    display: block;
}

#primary .summary .label.pa_size-label {
    margin-top: 20px;
    display: block;
}

#primary .summary .pa_color-selected-value {
    font-size: 12.5px;
    font-weight: 300;
    text-transform: uppercase;
}

#primary .summary .codemas-variation-radios .radio-checkbox {
    float: left;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

#primary .summary .codemas-variation-radios .radio-checkbox input[type=radio] {
    width: 0;
    height: 0;
    opacity: 0;
}

#primary .summary .codemas-variation-radios .radio-checkbox.pa_color.selected {
    border: 1px solid #fe69a3;
}

#primary .summary .codemas-variation-radios .radio-checkbox.pa_size {
    margin-right: 4px;
}

#primary .summary .codemas-variation-radios .radio-checkbox.pa_size label {
    color: #fe69a3;
    font-size: 13px;
    font-weight: 400;
    font-family: "FieldGothicTEST 72";
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    line-height: 27px;
    text-transform: uppercase;
    border: 1px solid #fe69a3;
}

#primary .summary .codemas-variation-radios .radio-checkbox.pa_size.selected label {
    color: #fff;
    background-color: #fe69a3;
}

#primary .summary .variations_form select {
    display: none;
}

#primary .summary table {
    width: 100%;
}

#primary .summary .size-chart-btn {
    margin: 6px 0;
}

#primary .summary .qty-label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
    margin-top: 10px;
}

#primary .summary .quantity-container {
    display: flex;
    padding-top: 10px;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

#primary .summary .quantity {
    padding-right: 10px;
    width: 50%;
}

#primary .summary .input-text.qty {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 8px 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #fe69a3;
}

#primary .summary .single_add_to_cart_button {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: black;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

#primary .summary .single_add_to_cart_button.disabled,
.single_add_to_cart_button.wc-variation-is-unavailable {
    cursor: not-allowed;
    background-color: lightgrey;
    opacity: 0.6;
    color: #666;
    border-color: #ccc;
    margin-left: -13px;
    width: 100%;
}

.woocommerce-variation-add-to-cart-disabled .quantity {
    display: none !important;
}

#primary .summary .product_meta {
    display: none;
}

#primary .summary .reset_variations {
    display: none !important;
}

#primary .summary .tip-text {
    color: #fe69a3;
    font-size: 10px;
    display: block;
    margin: 8px 0 35px;
}

#primary .summary .customize-box {
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border-radius: 8px;
    background: #000000;
}

#primary .summary .customize-box .customize-btn {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #FFE229 0%, #FE69A3 100%);
    color: black;
}

#primary .summary .customize-box .customize-btn span {
    float: none;
}

#primary .summary .customize-box p {
    font-size: 10.5px;
}

#primary .summary .product-data-tab {
    margin: 50px 0 0;
}

#primary .summary .product-data-tab .nav-tabs {
    border: 0px;
}

#primary .summary .product-data-tab .nav-tabs .nav-item {
    width: 50%;
    float: left;
}

#primary .summary .product-data-tab .nav-tabs .nav-item .nav-link {
    width: 100%;
    color: #000;
    font-weight: 600;
    font-family: "FieldGothicTEST 74";
    display: block;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #fe69a3;
}

#primary .summary .product-data-tab .nav-tabs .nav-item .nav-link.active {
    border-bottom: 3px solid #fe69a3;
}

#primary .summary .product-data-tab .tab-content {
    font-size: 12px;
    padding-top: 15px;
}

#primary .model-image-gallery {
    display: flex;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    flex-direction: row;
    flex-wrap: nowrap;
}

#primary .model-image-gallery .enlarge-image {
    width: 75%;
}

#primary .model-image-gallery .enlarge-image img {
    width: 100%;
    height: 100%;
}

#primary .model-image-gallery .other-images {
    width: 25%;
}

#primary .model-image-gallery .other-images .img-wrap {
    height: 33.33%;
}

#primary .model-image-gallery .other-images .img-wrap img {
    height: auto;
    width: 100%;
    display: block;
}

#primary .mobile-model-gallery {
    display: none;
}

#primary .cart-added-products {
    display: none;
}

.tbl-top-text {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: "FieldGothicTEST 84";
    float: left;
    line-height: 1.3;
}

.size-chart-btn {
    color: #000000;
    font-size: 13px;
    float: right;
    margin: 4px 0;
    background: #FE69A333;
    border: 1px solid #FE69A3;
    border-radius: 8px;
    padding: 13px 25px;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.bulk-order-table,
.reg-bulk-order-table {
    width: 100%;
    float: left;
    border-collapse: collapse;
    margin: 5px 0 15px;
    overflow-x: auto;
}

.bulk-order-table .thead th,
.reg-bulk-order-table .thead th {
    height: 41px;
}

.bulk-order-table .stock-label th,
.reg-bulk-order-table .stock-label th {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.bulk-order-table .thead tr th,
.bulk-order-table tbody tr td,
.reg-bulk-order-table .thead tr th,
.reg-bulk-order-table tbody tr td {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    font-family: "Instrument Sans Medium";
    padding: 0;
    border: 1px solid #000000;
}

.bulk-order-table .thead tr th .color-code,
.bulk-order-table tbody tr td .color-code,
.reg-bulk-order-table .thead tr th .color-code,
.reg-bulk-order-table tbody tr td .color-code {
    width: 30px;
    height: 30px;
    display: block;
    margin: 5px auto;
    border: 1px solid #f0f0f0;
}

.bulk-order-table .thead tr th input,
.bulk-order-table tbody tr td input,
.reg-bulk-order-table .thead tr th input,
.reg-bulk-order-table tbody tr td input {
    width: 100% !important;
    display: block;
    border: 0px;
}

.reg-bulk-order-wrap .thead th {
    text-align: center;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
}

.reg-bulk-order-wrap .stock-label th {
    padding: 14px 0;
    text-align: center;
}

.reg-bulk-order-wrap .color-label {
    width: 175px;
}

.blk-order-tip {
    color: #000000;
    font-size: 12px;
    float: left;
}

#add-to-cart-bulk,
#add-to-cart-reg_bulk {
    float: right;
    padding: 10px 75px;
    font-size: 13px;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.bulk-order-table th, .bulk-order-table td,
.reg-bulk-order-table th,
.reg-bulk-order-table td {
    padding: 10px;
    text-align: center;
}

.bulk-order-table input[type=number],
.reg-bulk-order-table input[type=number] {
    width: 60px;
    text-align: center;
}

.customize-section {
    height: auto;
    padding: 0 12px !important;
    /* tooltip */
}

.customize-section .row {
    height: 100%;
}

.customize-section .customization-sidebar-col #closeMobileEditor {
    display: none;
}

.customize-section .customization-sidebar-col .tab-content > .tab-pane {
    height: 100%;
}

.customize-section .customization-sidebar-col .tab-content > .tab-pane h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "FieldGothicTEST 74";
    font-weight: 600;
}

.customize-section .customization-sidebar-col .tab-content > .tab-pane .editor-pane {
    width: 100%;
}

.customize-section .customization-sidebar-col .tab-content > .tab-pane .message-pane {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.customize-section .customization-sidebar-col #innerTabContent > .tab-pane {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #fe69a3 #ffffff;
    scrollbar-width: thin;
    padding-right: 8px;
}

#image-or-text-tab-pane.tab-pane .tab-buttons {
    display: flex;
    margin-bottom: 16px;
}

#image-or-text-tab-pane.tab-pane {
    /*max-width: 369px;*/
}

#image-or-text-tab-pane.tab-pane .tab-content {
    padding: 0;
    margin-top: 85px;
}

#image-or-text-tab-pane.tab-pane .tab-buttons .nav-item {
    width: 50%;
    padding: 0;
}

#image-or-text-tab-pane.tab-pane .tab-btn {
    flex: 1;
    padding: 10px 0;
    background: none;
    font-family: "FieldGothicTEST 74";
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #000;
    font-size: 18px;
    border: none;
    width: 100%;
    justify-content: center;
}

#image-or-text-tab-pane.tab-pane .nav-item:hover {
    border: none;
    background: none;
}

#image-or-text-tab-pane.tab-pane .tab-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #acacac;
}

#image-or-text-tab-pane.tab-pane .tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.customize-section .preview-panel-col.sidebar-expaned {
    width: 700px;
}

.customize-section .preview-panel-col .slot-wrap {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
}

.customize-section .preview-panel-col .panel-slider {
    margin: 20px auto 0;
    z-index: 5;
    position: relative;
}

.customize-section .preview-panel-col .panel-slider .image-cube {
    height: 600px;
    width: 600px;
    display: block;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    transition: 2s;
}

.customize-section .preview-panel-col .panel-slider .image-cube .slick-list {
    height: 100%;
    width: 100%;
}

.customize-section .preview-panel-col .panel-slider .image-cube .slick-list .slick-track {
    height: 100%;
}

.customize-section .preview-panel-col .panel-slider .image-cube .slick-list .panel {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
}

.customize-section .preview-panel-col .panel-slider .image-cube .panel-layer {
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: cover;
}

.customize-section .preview-panel-col .panel-nav-wrap {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.customize-section .preview-panel-col .panel-nav-wrap .tool-tip {
    left: auto;
    right: -200px;
}

.customize-section .preview-panel-col .panel-nav {
    display: flex;
    justify-content: center;
}

.customize-section .preview-panel-col .garment-top-name {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 20px 0;
    display: flex;
    justify-content: center;
}

.customize-section .preview-panel-col .panel-nav .garment-name-panel {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 20px 0;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

.customize-section .preview-panel-col .panel-nav button {
    width: 42px;
    height: 42px;
    border: 0px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url(../../assets/images/icon/left-arrow-circle.svg);
    background-size: cover;
    background-color: transparent;
}

.customize-section .preview-panel-col .panel-nav button.slick-next {
    transform: rotate(-180deg);
}

.customize-section .preview-panel-col .action-btn {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.customize-section .preview-panel-col .action-btn .tool-tip {
    left: auto;
    right: -220px;
}

.customize-section .preview-panel-col .action-btn .finish-btn {
    width: 350px;
    display: block;
    text-align: center;
    padding: 12px 0;
    margin: 30px auto 0;
}

.customize-section .customization-sidebar-col {
    width: calc(100% - 700px);
    float: left;
    z-index: 99;
    position: relative;
    border-right: 1px solid #c3c0c0;
}

.customize-section .preview-panel-col {
    width: 700px;
    float: left;
    padding-bottom: 70px;
}

.customize-section .preview-panel-col .preview-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
}

.customize-section .text-input-pane {
    width: 100%;
    height: 62.5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 10px;
    background-color: #ffddea;
    border: 2px solid #fff;
    font-size: 13px;
}

.customize-section .resizable-div {
    height: auto !important;
    text-align: center;
    line-height: 0.8;
    border: 1px solid #fe69a3;
}

.customize-section .ui-resizable-handle {
    width: 8px;
    height: 8px;
    background-color: #fe69a3;
}

.tool-tip {
    width: 220px;
    padding: 15px 20px;
    text-align: center;
    position: absolute;
    left: 260px; /* move right to make space for left arrow */
    bottom: 0;
    z-index: 999;
    background: #f9e456;
    border-radius: 10px;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.tool-tip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px; /* arrow outside the box on left */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f9e456;
}

.customize-section .tool-tip.active {
    display: block;
}

.customize-section .tool-tip .close-btn {
    font-size: 20px;
    line-height: 0;
    padding: 0;
    border: 0px;
    top: 6px;
    right: 6px;
    position: absolute;
    background: transparent;
}

.customize-section .tool-tip h5 {
    font-size: 11px;
    font-family: "FieldGothicTEST 84";
    margin-bottom: 2px;
}

.customize-section .tool-tip p {
    font-size: 7.5px;
    margin-bottom: 0;
}

.customize-section .tool-tip ul {
    padding: 0;
    margin: 0;
}

.customize-section .tool-tip ul li {
    display: inline-block;
}

.customize-section .tool-tip ul li button {
    width: 55px;
    font-size: 7px;
    color: #fe69a3;
    padding: 2px 0px;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    background-color: #fff;
}

.customize-section .tool-tip#tip3 {
    height: 100px;
    top: 160px;
    left: 13px;
    z-index: 100;
}

.tool-tip#tip3::after {
    right: -10px;
    border-left: 10px solid #f9e456;
    border-right: unset;
    left: auto;
}

.tool-tip#tip4 {
    top: 4px;
    bottom: unset;
    left: -227px;
    z-index: 9999;
}

.tool-tip#tip4::after {
    right: -10px;
    left: auto;
    border-right: unset;
    border-left: 10px solid #f9e456;
}

.tool-tip#tip5 {
    left: 300px;
    bottom: auto;
    top: 350px;
}

.panel-slider #slot-2 {
    overflow: visible;
}

.panel-slider .customize-slot {
    z-index: 8;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #4444d9;
}

.panel-slider .customize-slot .content-div {
    width: 50%;
    height: auto;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: move;
    display: none;
}

.panel-slider .customize-slot .content-div img {
    width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.panel-slider .customize-slot .resize-node {
    display: none;
}

.panel-slider .customize-slot.active-point {
    border: 1px solid #fe69a3;
}

.print-area-label {
    position: absolute;
    top: 120px;
    left: 208px;
    font-family: "FieldGothicTEST 83";
    background: #FE69A3;
    color: #000;
    font-size: 11px;
    padding: 2px 6px;
    font-weight: 500;
    z-index: 110;
    pointer-events: none;
    display: none;
    text-transform: uppercase;
}

.print-area-label {
    display: block;
}

.panel-slider .customize-slot.active-point .content-div {
    display: block;
    border: 1px dashed #fe69a3;
}

.panel-slider .customize-slot.active-point .resize-node {
    display: block;
}

.panel-slider .customize-slot.active-point:hover {
    border-color: #fe69a3;
}

.panel-slider .customize-slot.saved-content {
    overflow: hidden;
}

.panel-slider .customize-slot.saved-content .content-div {
    display: block;
    border: 0px;
}

.panel-slider .customize-slot.saved-content .resize-node {
    display: none;
}

/* Position the resize nodes */
.top-left {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.top-right {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.bottom-left {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.bottom-right {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

.child-div {
    position: absolute;
    transform-origin: center;
    border: 1px dashed #fe69a3;
}

.resize-handle {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fe69a3;
}

.resize-handle.top-left {
    top: -5px;
    left: -5px;
    cursor: nwse-resize;
}

.resize-handle.top-right {
    top: -5px;
    right: -5px;
    cursor: nesw-resize;
}

.resize-handle.bottom-left {
    bottom: -5px;
    left: -5px;
    cursor: nesw-resize;
}

.resize-handle.bottom-right {
    bottom: -5px;
    right: -5px;
    cursor: nwse-resize;
}

.main-div {
    width: 369px;
    overflow: hidden;
    position: relative;
    background-color: #ffddea;
    border: 2px solid #fff;
    margin-bottom: 15px;
}

.main-div img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-div .child-div {
    width: 50%;
    max-height: 100%;
    display: none;
    position: relative;
}

.rotate-handle,
.img-rotate-handle,
.lib-rotate-handle {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -20px;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
    background-color: green;
}

.non-interactive {
    pointer-events: none;
}

#panel-preview {
    width: 600px;
    height: 600px;
    top: 167px;
    right: 62px;
    position: absolute;
    background: #fff;
    opacity: 0;
    z-index: 0;
}

#panel-preview .panel {
    position: relative;
}

#panel-preview .panel .customize-slot {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#panel-preview .panel .customize-slot .content-div {
    width: 50%;
    height: auto;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 1px;
}

#panel-preview .panel .customize-slot .content-div .content img {
    width: 100%;
    height: 100%;
    display: block;
}

#panel-preview .panel #panel-slot-8,
#panel-preview .panel #panel-slot-10 {
    overflow: visible;
}

#panel-preview .preview-panel {
    width: 100%;
    height: 100%;
    position: absolute;
}

#panel-preview .preview-panel .panel-layer {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.preview-div {
    position: relative;
}

.preview-div img {
    width: 100%;
    vertical-align: inherit;
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.content-div {
    line-height: normal;
}

#print-slots {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

#print-slots .content-div {
    border-color: transparent;
}

/* editor */
/*.page-template-page-hoodies .active_slot-1 .main-div,*/
/*.page-template-page-hoodies .active_slot-2 .main-div,*/
/*.page-template-page-womens-hoodies .active_slot-1 .main-div,*/
/*.page-template-page-womens-hoodies .active_slot-2 .main-div {*/
/*  height: 338px;*/
/*}*/
/*.page-template-page-hoodies .active_slot-1 .main-div img,*/
/*.page-template-page-hoodies .active_slot-2 .main-div img,*/
/*.page-template-page-womens-hoodies .active_slot-1 .main-div img,*/
/*.page-template-page-womens-hoodies .active_slot-2 .main-div img {*/
/*  max-height: 336px;*/
/*}*/
.page-template-page-hoodies .panel-slider .slot-3,
.page-template-page-hoodies #panel-preview .slot-3 {
    margin: 140px 0 0 208px;
}

.page-template-page-hoodies .panel-slider .slot-3,
.page-template-page-hoodies #panel-preview .slot-3,
.page-template-page-hoodies .active_slot-3 .main-div {
    height: 220px;
    width: 185px;
}

.page-template-page-hoodies .panel-slider .slot-3 img,
.page-template-page-hoodies #panel-preview .slot-3 img,
.page-template-page-hoodies .active_slot-3 .main-div img {
    max-height: 220px;
    max-width: 185px;
}

.page-template-page-hoodies .panel-slider .slot-5,
.page-template-page-hoodies #panel-preview .slot-5 {
    margin: 190px 0 0 220px;
}

.page-template-page-hoodies .panel-slider .slot-5,
.page-template-page-hoodies #panel-preview .slot-5,
.page-template-page-hoodies .active_slot-5 .main-div {
    width: 170px;
    height: 220px;
}

.page-template-page-hoodies .panel-slider .slot-5 img,
.page-template-page-hoodies #panel-preview .slot-5 img,
.page-template-page-hoodies .active_slot-5 .main-div img {
    max-width: 170px;
    max-height: 220px;
}

.page-template-page-hoodies .panel-slider .slot-7,
.page-template-page-hoodies #panel-preview .slot-7 {
    float: left;
    z-index: 2;
    margin: 158px 0 0 242px;
}

.page-template-page-hoodies .panel-slider .slot-9,
.page-template-page-hoodies #panel-preview .slot-9 {
    float: left;
    z-index: 2;
    transform: rotate(360deg);
    margin: 158px 0 0 298px;
}

.page-template-page-hoodies .panel-slider .slot-7,
.page-template-page-hoodies .panel-slider .slot-9,
.page-template-page-hoodies #panel-preview .slot-7,
.page-template-page-hoodies #panel-preview .slot-9 {
    width: 60px;
    height: 82px;
}

.page-template-page-hoodies .active_slot-7 .main-div,
.page-template-page-hoodies .active_slot-9 .main-div {
    width: 240px;
    height: 328px;
}

.page-template-page-hoodies .panel-slider .slot-7 img,
.page-template-page-hoodies .panel-slider .slot-9 img,
.page-template-page-hoodies #panel-preview .slot-7 img,
.page-template-page-hoodies #panel-preview .slot-9 img {
    max-width: 60px;
    max-height: 82px;
}

.page-template-page-hoodies .active_slot-7 .main-div img,
.page-template-page-hoodies .active_slot-9 .main-div img {
    max-width: 240px;
    max-height: 328px;
}

.page-template-page-hoodies .panel-slider .slot-8,
.page-template-page-hoodies #panel-preview .slot-8 {
    margin: 243px 0 0 -55px;
    transform: rotate(0deg);
}

.page-template-page-hoodies .panel-slider .slot-10,
.page-template-page-hoodies #panel-preview .slot-10 {
    transform: rotate(0deg);
    margin: 6px 0 0 295px;
}

.page-template-page-hoodies .panel-slider .slot-8,
.page-template-page-hoodies .panel-slider .slot-10,
.page-template-page-hoodies #panel-preview .slot-8,
.page-template-page-hoodies #panel-preview .slot-10 {
    width: 60px;
    height: 210px;
}

.page-template-page-hoodies .active_slot-8 .main-div,
.page-template-page-hoodies .active_slot-10 .main-div {
    width: 120px;
    height: 420px;
}

.page-template-page-hoodies .panel-slider .slot-8 img,
.page-template-page-hoodies .panel-slider .slot-10 img,
.page-template-page-hoodies #panel-preview .slot-8 img,
.page-template-page-hoodies #panel-preview .slot-10 img {
    max-width: 60px;
    max-height: 210px;
}

.page-template-page-hoodies .active_slot-8 .main-div img,
.page-template-page-hoodies .active_slot-10 .main-div img {
    max-width: 120px;
    max-height: 420px;
}


/*woman*/
.page-template-page-womens-hoodies .panel-slider .slot-3,
.page-template-page-womens-hoodies #panel-preview .slot-3 {
    margin: 154px 0 0 225px;
}

.page-template-page-womens-hoodies .panel-slider .slot-3,
.page-template-page-womens-hoodies #panel-preview .slot-3,
.page-template-page-womens-hoodies .active_slot-3 .main-div {
    height: 200px;
    width: 160px;
}

.page-template-page-womens-hoodies .panel-slider .slot-3 img,
.page-template-page-womens-hoodies #panel-preview .slot-3 img,
.page-template-page-womens-hoodies .active_slot-3 .main-div img {
    max-height: 200px;
    max-width: 160px;
}

.page-template-page-womens-hoodies .panel-slider .slot-5,
.page-template-page-womens-hoodies #panel-preview .slot-5 {
    margin: 192px 0 0 225px;
}

.page-template-page-womens-hoodies .panel-slider .slot-5,
.page-template-page-womens-hoodies #panel-preview .slot-5,
.page-template-page-womens-hoodies .active_slot-5 .main-div {
    height: 200px;
    width: 160px;
}

.page-template-page-womens-hoodies .panel-slider .slot-5 img,
.page-template-page-womens-hoodies #panel-preview .slot-5 img,
.page-template-page-womens-hoodies .active_slot-5 .main-div img {
    max-height: 200px;
    max-width: 160px;
}

.page-template-page-womens-hoodies .panel-slider .slot-9,
.page-template-page-womens-hoodies #panel-preview .slot-9 {
    float: left;
    z-index: 2;
    overflow: hidden;
    transform: rotate(0deg);
    margin: 147px 0 0 280px;
}

.page-template-page-womens-hoodies .panel-slider .slot-7,
.page-template-page-womens-hoodies #panel-preview .slot-7 {
    float: left;
    z-index: 2;
    overflow: hidden;
    transform: rotate(0deg);
    margin: 150px 0 0 270px;
}

.page-template-page-womens-hoodies .panel-slider .slot-7,
.page-template-page-womens-hoodies .panel-slider .slot-9,
.page-template-page-womens-hoodies #panel-preview .slot-7,
.page-template-page-womens-hoodies #panel-preview .slot-9 {
    width: 52px;
    height: 55px;
}

.page-template-page-womens-hoodies .active_slot-7 .main-div,
.page-template-page-womens-hoodies .active_slot-9 .main-div {
    width: 208px;
    height: 220px;
}

.page-template-page-womens-hoodies .panel-slider .slot-7 img,
.page-template-page-womens-hoodies .panel-slider .slot-9 img,
.page-template-page-womens-hoodies #panel-preview .slot-7 img,
.page-template-page-womens-hoodies #panel-preview .slot-9 img {
    max-width: 52px;
    max-height: 55px;
}

.page-template-page-womens-hoodies .active_slot-7 .main-div img,
.page-template-page-womens-hoodies .active_slot-9 .main-div img {
    max-width: 208px;
    max-height: 220px;
}

.page-template-page-womens-hoodies .panel-slider .slot-10,
.page-template-page-womens-hoodies #panel-preview .slot-10 {
    z-index: 1;
    overflow: hidden;
    transform: rotate(10deg);
    margin: 208px 0 0 -62px;
}

.page-template-page-womens-hoodies .panel-slider .slot-8,
.page-template-page-womens-hoodies #panel-preview .slot-8 {
    z-index: 1;
    overflow: hidden;
    transform: rotate(-8deg);
    margin: 210px 0 0 -33px;
}

.page-template-page-womens-hoodies .panel-slider .slot-8,
.page-template-page-womens-hoodies .panel-slider .slot-10,
.page-template-page-womens-hoodies #panel-preview .slot-8,
.page-template-page-womens-hoodies #panel-preview .slot-10 {
    width: 45px;
    height: 184px;
}

.page-template-page-womens-hoodies .active_slot-8 .main-div,
.page-template-page-womens-hoodies .active_slot-10 .main-div {
    width: 90px;
    height: 368px;
}

.page-template-page-womens-hoodies .panel-slider .slot-8 img,
.page-template-page-womens-hoodies .panel-slider .slot-10 img,
.page-template-page-womens-hoodies #panel-preview .slot-8 img,
.page-template-page-womens-hoodies #panel-preview .slot-10 img {
    max-width: 45px;
    max-height: 184px;
}

.page-template-page-womens-hoodies .active_slot-10 .main-div img,
.page-template-page-womens-hoodies .active_slot-8 .main-div img {
    max-width: 90px;
    max-height: 368px;
}


/* print slots */
/*.page-template-page-hoodies #print-slots,*/
/*.page-template-page-womens-hoodies #print-slots {*/
/*  margin: 0;*/
/*}*/
/*.page-template-page-hoodies #print-slots img,*/
/*.page-template-page-womens-hoodies #print-slots img {*/
/*  max-width: 100%;*/
/*  display: inline-block;*/
/*  -o-object-fit: contain;*/
/*  object-fit: contain;*/
/*}*/
.page-template-page-hoodies #print-slots #print-slot-3,
.page-template-page-womens-hoodies #print-slots #print-slot-3 {
    width: 1322px;
    height: 755px;
}

.page-template-page-hoodies #print-slots #print-slot-3 img,
.page-template-page-womens-hoodies #print-slots #print-slot-3 img {
    max-height: 755px;
}

.page-template-page-hoodies #print-slots #print-slot-5,
.page-template-page-womens-hoodies #print-slots #print-slot-5 {
    width: 1322px;
    height: 1020px;
}

.page-template-page-hoodies #print-slots #print-slot-5 img,
.page-template-page-womens-hoodies #print-slots #print-slot-5 img {
    max-height: 1020px;
}

.page-template-page-hoodies #print-slots #print-slot-7,
.page-template-page-hoodies #print-slots #print-slot-9,
.page-template-page-womens-hoodies #print-slots #print-slot-7,
.page-template-page-womens-hoodies #print-slots #print-slot-9 {
    width: 642px;
    height: 680px;
}

.page-template-page-hoodies #print-slots #print-slot-7 img,
.page-template-page-hoodies #print-slots #print-slot-9 img,
.page-template-page-womens-hoodies #print-slots #print-slot-7 img,
.page-template-page-womens-hoodies #print-slots #print-slot-9 img {
    max-height: 680px;
}

.page-template-page-hoodies #print-slots #print-slot-8,
.page-template-page-hoodies #print-slots #print-slot-10,
.page-template-page-womens-hoodies #print-slots #print-slot-8,
.page-template-page-womens-hoodies #print-slots #print-slot-10 {
    width: 415px;
    height: 1700px;
    transform: rotate(0deg);
}

.page-template-page-hoodies #print-slots #print-slot-8 img,
.page-template-page-hoodies #print-slots #print-slot-10 img,
.page-template-page-womens-hoodies #print-slots #print-slot-8 img,
.page-template-page-womens-hoodies #print-slots #print-slot-10 img {
    max-height: 1700px;
}

.page-template-page-womens-hoodies .print-area-label {
    top: 132px;
    left: 225px;
}

.page-template-page-womens-tshirts .print-area-label {
    top: 104px;
    left: 218px;
}

/* print slots */
.page-template-page-ls-tees #print-slots #print-slot-3,
.page-template-page-womens-ls-tees #print-slots #print-slot-3 {
    width: 2756px;
    height: 3465px;
}

.page-template-page-ls-tees #print-slots #print-slot-5,
.page-template-page-womens-ls-tees #print-slots #print-slot-5 {
    width: 2756px;
    height: 3150px;
}

.page-template-page-ls-tees #print-slots #print-slot-7,
.page-template-page-ls-tees #print-slots #print-slot-9,
.page-template-page-womens-ls-tees #print-slots #print-slot-7,
.page-template-page-womens-ls-tees #print-slots #print-slot-9 {
    width: 1339px;
    height: 1417px;
}

.page-template-page-ls-tees #print-slots #print-slot-8,
.page-template-page-ls-tees #print-slots #print-slot-10,
.page-template-page-womens-ls-tees #print-slots #print-slot-8,
.page-template-page-womens-ls-tees #print-slots #print-slot-10 {
    width: 866px;
    height: 3543px;
}

.page-template-page-ls-tees .print-area-label {
    top: 127px;
    left: 232px;
}

.page-template-page-womens-ls-tees .print-area-label {
    top: 89px;
    left: 220px;
}

/* editor */
.page-template-page-tshirts .panel-slider .slot-3,
.page-template-page-tshirts #panel-preview .slot-3 {
    margin: 140px 0 0 208px;
}

.page-template-page-tshirts .panel-slider .slot-3,
.page-template-page-tshirts #panel-preview .slot-3,
.page-template-page-tshirts .active_slot-3 .main-div {
    width: 185px;
    height: 250px;
}

.page-template-page-tshirts .panel-slider .slot-3 img,
.page-template-page-tshirts #panel-preview .slot-3 img,
.page-template-page-tshirts .active_slot-3 .main-div img {
    max-width: 185px;
    max-height: 250px;
}

.page-template-page-tshirts .panel-slider .slot-5,
.page-template-page-tshirts #panel-preview .slot-5 {
    margin: 110px 0 0 217px;
}

.page-template-page-tshirts .panel-slider .slot-5,
.page-template-page-tshirts #panel-preview .slot-5,
.page-template-page-tshirts .active_slot-5 .main-div {
    width: 160px;
    height: 250px;
}

.page-template-page-tshirts .panel-slider .slot-5 img,
.page-template-page-tshirts #panel-preview .slot-5 img,
.page-template-page-tshirts .active_slot-5 .main-div img {
    max-width: 160px;
    max-height: 250px;
}

.page-template-page-tshirts .panel-slider .slot-7,
.page-template-page-tshirts #panel-preview .slot-7 {
    margin: 120px 0 0 296px;
}

.page-template-page-tshirts .panel-slider .slot-9,
.page-template-page-tshirts #panel-preview .slot-9 {
    margin: 125px 0 0 244px;
}

.page-template-page-tshirts .panel-slider .slot-7,
.page-template-page-tshirts .panel-slider .slot-9,
.page-template-page-tshirts #panel-preview .slot-7,
.page-template-page-tshirts #panel-preview .slot-9 {
    width: 60px;
    height: 43px;
}

.page-template-page-tshirts .active_slot-7 .main-div,
.page-template-page-tshirts .active_slot-9 .main-div {
    width: 240px;
    height: 217px;
}

.page-template-page-tshirts .panel-slider .slot-7 img,
.page-template-page-tshirts .panel-slider .slot-9 img,
.page-template-page-tshirts #panel-preview .slot-7 img,
.page-template-page-tshirts #panel-preview .slot-9 img {
    max-width: 60px;
    max-height: 43px;
}

.page-template-page-tshirts .active_slot-7 .main-div img,
.page-template-page-tshirts .active_slot-9 .main-div img {
    max-width: 240px;
    max-height: 217px;
}

/* print slots */
.page-template-page-tshirts #print-slots #print-slot-3,
.page-template-page-womens-tshirts #print-slots #print-slot-3 {
    width: 2756px;
    height: 3622px;
}

.page-template-page-tshirts #print-slots #print-slot-5,
.page-template-page-womens-tshirts #print-slots #print-slot-5 {
    width: 2756px;
    height: 3229px;
}

.page-template-page-tshirts #print-slots #print-slot-7,
.page-template-page-tshirts #print-slots #print-slot-9,
.page-template-page-womens-tshirts #print-slots #print-slot-7,
.page-template-page-womens-tshirts #print-slots #print-slot-9 {
    width: 1417px;
    height: 1023px;
}

/*woman*/
.page-template-page-womens-tshirts .panel-slider .slot-3,
.page-template-page-womens-tshirts #panel-preview .slot-3 {
    margin: 125px 0 0 218px;
}

.page-template-page-womens-tshirts .panel-slider .slot-3,
.page-template-page-womens-tshirts #panel-preview .slot-3,
.page-template-page-womens-tshirts .active_slot-3 .main-div {
    width: 170px;
    height: 300px;
}

.page-template-page-womens-tshirts .panel-slider .slot-3 img,
.page-template-page-womens-tshirts #panel-preview .slot-3 img,
.page-template-page-womens-tshirts .active_slot-3 .main-div img {
    max-width: 170px;
    max-height: 300px;
}

.page-template-page-womens-tshirts .panel-slider .slot-5,
.page-template-page-womens-tshirts #panel-preview .slot-5 {
    margin: 110px 0 0 212px;
}

.page-template-page-womens-tshirts .panel-slider .slot-5,
.page-template-page-womens-tshirts #panel-preview .slot-5,
.page-template-page-womens-tshirts .active_slot-5 .main-div {
    width: 170px;
    height: 290px;
}

.page-template-page-womens-tshirts .panel-slider .slot-5 img,
.page-template-page-womens-tshirts #panel-preview .slot-5 img,
.page-template-page-womens-tshirts .active_slot-5 .main-div img {
    max-width: 170px;
    max-height: 290px;
}

.page-template-page-womens-tshirts .panel-slider .slot-7,
.page-template-page-womens-tshirts #panel-preview .slot-7 {
    overflow: hidden;
    transform: rotate(351deg);
    margin: 108px 0 0 260px;
}

.page-template-page-womens-tshirts .panel-slider .slot-9,
.page-template-page-womens-tshirts #panel-preview .slot-9 {
    overflow: hidden;
    transform: rotate(4deg);
    margin: 115px 0 0 262px;
}

.page-template-page-womens-tshirts .panel-slider .slot-7,
.page-template-page-womens-tshirts .panel-slider .slot-9,
.page-template-page-womens-tshirts #panel-preview .slot-7,
.page-template-page-womens-tshirts #panel-preview .slot-9 {
    width: 78px;
    height: 56px;
}

.page-template-page-womens-tshirts .active_slot-7 .main-div,
.page-template-page-womens-tshirts .active_slot-9 .main-div {
    width: 312px;
    height: 224px;
}

.page-template-page-womens-tshirts .panel-slider .slot-7 img,
.page-template-page-womens-tshirts .panel-slider .slot-9 img,
.page-template-page-womens-tshirts #panel-preview .slot-7 img,
.page-template-page-womens-tshirts #panel-preview .slot-9 img {
    max-width: 78px;
    max-height: 56px;
}

.page-template-page-womens-tshirts .active_slot-7 .main-div img,
.page-template-page-womens-tshirts .active_slot-9 .main-div img {
    max-width: 312px;
    max-height: 224px;
}


/* editor */
.page-template-page-ls-tees .panel-slider .slot-3,
.page-template-page-ls-tees #panel-preview .slot-3 {
    margin: 148px 0 0 232px;
}

.page-template-page-ls-tees .panel-slider .slot-3,
.page-template-page-ls-tees #panel-preview .slot-3,
.page-template-page-ls-tees .active_slot-3 .main-div {
    width: 160px;
    height: 260px;
}

.page-template-page-ls-tees .panel-slider .slot-3 img,
.page-template-page-ls-tees #panel-preview .slot-3 img,
.page-template-page-ls-tees .active_slot-3 .main-div img {
    max-width: 160px;
    max-height: 260px;
}

.page-template-page-ls-tees .panel-slider .slot-5,
.page-template-page-ls-tees #panel-preview .slot-5 {
    margin: 110px 0 0 222px;
}

.page-template-page-ls-tees .panel-slider .slot-5,
.page-template-page-ls-tees #panel-preview .slot-5,
.page-template-page-ls-tees .active_slot-5 .main-div {
    width: 160px;
    height: 290px;
}

.page-template-page-ls-tees .panel-slider .slot-5,
.page-template-page-ls-tees #panel-preview .slot-5,
.page-template-page-ls-tees .active_slot-5 .main-div {
    max-width: 160px;
    max-height: 290px;
}


.page-template-page-ls-tees .panel-slider .slot-7,
.page-template-page-ls-tees .panel-slider .slot-9,
.page-template-page-ls-tees #panel-preview .slot-7,
.page-template-page-ls-tees #panel-preview .slot-9 {
    float: left;
    z-index: 2;
    overflow: hidden;
    margin: 128px 0 0 272px;
}

.page-template-page-ls-tees .panel-slider .slot-7,
.page-template-page-ls-tees .panel-slider .slot-9,
.page-template-page-ls-tees #panel-preview .slot-7,
.page-template-page-ls-tees #panel-preview .slot-9 {
    width: 60px;
    height: 63px;
}

.page-template-page-ls-tees .active_slot-7 .main-div,
.page-template-page-ls-tees .active_slot-9 .main-div {
    width: 240px;
    height: 252px;
}

.page-template-page-ls-tees .panel-slider .slot-7 img,
.page-template-page-ls-tees .panel-slider .slot-9 img,
.page-template-page-ls-tees #panel-preview .slot-7 img,
.page-template-page-ls-tees #panel-preview .slot-9 img {
    max-width: 60px;
    max-height: 63px;
}

.page-template-page-ls-tees .active_slot-7 .main-div img,
.page-template-page-ls-tees .active_slot-9 .main-div img {
    max-width: 240px;
    max-height: 252px;
}


.page-template-page-ls-tees .panel-slider .slot-8,
.page-template-page-ls-tees #panel-preview .slot-8 {
    z-index: 1;
    transform: rotate(-5deg);
    margin: 198px 0 22px -59px;
}

.page-template-page-ls-tees .panel-slider .slot-10,
.page-template-page-ls-tees #panel-preview .slot-10 {
    z-index: 1;
    transform: rotate(5deg);
    margin: 196px 0 22px -56px;
}

.page-template-page-ls-tees .panel-slider .slot-8,
.page-template-page-ls-tees .panel-slider .slot-10,
.page-template-page-ls-tees #panel-preview .slot-8,
.page-template-page-ls-tees #panel-preview .slot-10 {
    width: 55px;
    height: 225px;
}

.page-template-page-ls-tees .active_slot-8 .main-div,
.page-template-page-ls-tees .active_slot-10 .main-div {
    width: 110px;
    height: 450px;
}

.page-template-page-ls-tees .panel-slider .slot-8 img,
.page-template-page-ls-tees .panel-slider .slot-10 img,
.page-template-page-ls-tees #panel-preview .slot-8 img,
.page-template-page-ls-tees #panel-preview .slot-10 img {
    max-width: 55px;
    max-height: 225px;
}

.page-template-page-ls-tees .active_slot-8 .main-div img,
.page-template-page-ls-tees .active_slot-10 .main-div img {
    max-width: 110px;
    max-height: 450px;
}


/*woman*/
.page-template-page-womens-ls-tees .panel-slider .slot-3,
.page-template-page-womens-ls-tees #panel-preview .slot-3 {
    margin: 110px 0 0 220px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-3,
.page-template-page-womens-ls-tees #panel-preview .slot-3,
.page-template-page-womens-ls-tees .active_slot-3 .main-div {
    width: 160px;
    height: 260px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-3 img,
.page-template-page-womens-ls-tees #panel-preview .slot-3 img,
.page-template-page-womens-ls-tees .active_slot-3 .main-div img {
    max-width: 160px;
    max-height: 260px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-5,
.page-template-page-womens-ls-tees #panel-preview .slot-5 {
    margin: 85px 0 0 222px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-5,
.page-template-page-womens-ls-tees #panel-preview .slot-5,
.page-template-page-womens-ls-tees .active_slot-5 .main-div {
    width: 160px;
    height: 345px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-5 img,
.page-template-page-womens-ls-tees #panel-preview .slot-5 img,
.page-template-page-womens-ls-tees .active_slot-5 .main-div img {
    max-width: 160px;
    max-height: 345px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-9,
.page-template-page-womens-ls-tees #panel-preview .slot-9 {
    float: left;
    z-index: 2;
    overflow: hidden;
    transform: rotate(9deg);
    margin: 128px 0 0 284px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-7,
.page-template-page-womens-ls-tees #panel-preview .slot-7 {
    float: left;
    z-index: 2;
    overflow: hidden;
    transform: rotate(353deg);
    margin: 128px 0 0 262px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-7,
.page-template-page-womens-ls-tees .panel-slider .slot-9,
.page-template-page-womens-ls-tees #panel-preview .slot-7,
.page-template-page-womens-ls-tees #panel-preview .slot-9 {
    width: 60px;
    height: 64px;
}

.page-template-page-womens-ls-tees .active_slot-7 .main-div,
.page-template-page-womens-ls-tees .active_slot-9 .main-div {
    width: 240px;
    height: 256px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-7 img,
.page-template-page-womens-ls-tees .panel-slider .slot-9 img,
.page-template-page-womens-ls-tees #panel-preview .slot-7 img,
.page-template-page-womens-ls-tees #panel-preview .slot-9 img {
    max-width: 60px;
    max-height: 64px;
}

.page-template-page-womens-ls-tees .active_slot-7 .main-div img,
.page-template-page-womens-ls-tees .active_slot-9 .main-div img {
    max-width: 240px;
    max-height: 256px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-10,
.page-template-page-womens-ls-tees #panel-preview .slot-10 {
    transform: rotate(10deg);
    margin: 195px 0 0px -92px;
    z-index: 1;
}

.page-template-page-womens-ls-tees .panel-slider .slot-8,
.page-template-page-womens-ls-tees #panel-preview .slot-8 {
    z-index: 1;
    transform: rotate(-10deg);
    margin: 198px 0 0px -28px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-8,
.page-template-page-womens-ls-tees .panel-slider .slot-10,
.page-template-page-womens-ls-tees #panel-preview .slot-8,
.page-template-page-womens-ls-tees #panel-preview .slot-10 {
    width: 55px;
    height: 225px;
}

.page-template-page-womens-ls-tees .active_slot-8 .main-div,
.page-template-page-womens-ls-tees .active_slot-10 .main-div {
    width: 110px;
    height: 450px;
}

.page-template-page-womens-ls-tees .panel-slider .slot-8 img,
.page-template-page-womens-ls-tees .panel-slider .slot-10 img,
.page-template-page-womens-ls-tees #panel-preview .slot-8 img,
.page-template-page-womens-ls-tees #panel-preview .slot-10 img {
    max-width: 55px;
    max-height: 225px;
}

.page-template-page-womens-ls-tees .active_slot-8 .main-div img,
.page-template-page-womens-ls-tees .active_slot-10 .main-div img {
    max-width: 110px;
    max-height: 450px;
}

/* slider / panels */

.tool-bar-wrap {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
}

.tool-bar-wrap .tool-menu {
    height: 100%;
    display: flex;
}

.customize-section h2 {
    text-transform: uppercase;
    margin: 15px 15px 15px 0;
    font-family: "FieldGothicTEST 84";
    font-size: 30px;
    text-align: center;
}

.customize-section .mobile-view-title {
    display: none;
}

.customize-section .desktop-view-title {
    display: block;
}

.tool-bar-wrap .tool-menu hr {
    border: none;
    height: 1px;
    background-color: #333;
    width: 100%;
    margin: 10px auto;
}

.tool-bar-wrap .tool-menu .finish-text {
    margin: 20px auto;
}

.tool-bar-wrap .tool-menu p {
    font-size: 12px;
    color: #00000099;
}

#image-or-text-tab-pane .nav {
    width: 100%;
}

.tool-bar-wrap .tool-menu .nav {
    width: 100%;
    min-width: 250px;
    float: left;
    margin: 0;
    padding: 0;
}

.tool-bar-wrap .tool-menu .nav .nav-item {
    position: relative;
    padding: 10px;
    margin: 0;
}

.tool-bar-wrap .tool-menu .nav .nav-item:hover {
    background-color: rgb(253, 151, 191);
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link {
    width: 100%;
    color: #000000;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    display: flex;
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link i {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 2px;
    border-radius: 100px;
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #fe69a3;
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active i, .tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover i {
    background-color: #fe69a3;
}

.tool-bar-wrap .tool-menu .nav .nav-item .customise-tab-icon {
    display: flex;
    width: 80px;
}

.tool-bar-wrap .tool-menu .nav .nav-item .customise-tab-text {
    display: block;
    line-height: 1.4;
    width: auto;
    align-self: center;
}

.tool-bar-wrap .tool-menu .nav .nav-item .customise-tab-text h6 {
    margin-bottom: 3px;
    font-size: 11px;
    font-family: "FieldGothicTEST 73";
    font-weight: 500;
    color: #00000099;
}

.tool-bar-wrap .tool-menu .finish-text h6{
    font-family: "FieldGothicTEST 73";
    font-weight: 500;
    text-transform: uppercase;
    color: #00000099;
}

.tool-bar-wrap .tool-menu .nav .nav-item .customise-tab-text h5 {
    text-transform: capitalize;
    font-size: 15px;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active.style-menu-item i, .tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover.style-menu-item i {
    background-image: url(../../assets/images/icon/garment-menu-w.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active.color-menu-item i, .tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover.color-menu-item i {
    background-image: url(../../assets/images/icon/color-menu-w.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active.text-menu-item i, .tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover.text-menu-item i {
    background-image: url(../../assets/images/icon/text-menu-w.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active.upload-menu-item i, .tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover.upload-menu-item i {
    background-image: url(../../assets/images/icon/upload-menu-w.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active.library-menu-item i, .tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover.library-menu-item i {
    background-image: url(../../assets/images/icon/library-menu-w.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover {
    background-color: transparent;
}

.tool-bar-wrap .tool-menu .nav .nav-item .style-menu-item i {
    background-image: url(../../assets/images/icon/garment-menu.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .color-menu-item i {
    background-image: url(../../assets/images/icon/color-menu.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .text-menu-item i {
    background-image: url(../../assets/images/icon/text-menu.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .upload-menu-item i {
    background-image: url(../../assets/images/icon/upload-menu.png);
}

.tool-bar-wrap .tool-menu .nav .nav-item .library-menu-item i {
    background-image: url(../../assets/images/icon/library-menu.png);
}

.tool-bar-wrap .tool-menu .tab-content {
    width: 100%;
    padding: 10px 0 0 20px;
}

.tool-bar-wrap .tool-menu #finish-btn {
    width: 100%;
    display: block;
    padding: 12px 0;
    margin: 10px auto 15px;
    border: 1px solid;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
    background-color: black;
    color: white;
}

.tool-bar-wrap .tool-panel {
    width: calc(100% - 120px);
    float: left;
}

.garment-list-panel {
    width: 100%;
    float: left;
    height: 500px;
    overflow-y: auto;
    scrollbar-color: #fe69a3 #ffffff;
    scrollbar-width: thin;
    padding-right: 8px;
}

.garment-list-panel .garment-wrap {
    width: 100%;
    float: left;
    padding: 0 25px;
    margin-bottom: 10px;
    text-align: center;
}

.garment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 20px;
}

.product-category-section {
    margin-bottom: 40px;
}

.category-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: "Instrument Sans Medium";
    margin: 10px 0 20px;
    gap: 10px;
}

.category-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.garment-list-panel .garment-wrap.active a img {
    border: 1px solid #fe69a3;
}

.garment-list-panel .garment-wrap a {
    display: block;
}

.garment-list-panel .garment-wrap a img {
    width: 110px;
    height: auto;
    display: block;
    border-radius: 12px;
    border: 1px solid transparent;
}

.garment-list-panel .garment-wrap a .garment-name {
    color: #000000;
    height: 22px;
    line-height: 1.25;
    font-size: 12px;
    font-weight: 300;
    padding: 0 5px;
    margin-bottom: 0;
    width: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.garment-list-panel .garment-wrap a:hover .garment-name {
    opacity: 1;
}

.color-list-panel {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.color-list-panel .color-wrap {
    width: 11.11%;
    float: left;
    text-align: center;
    margin-bottom: 8px;
}

.color-list-panel .color-wrap .color-label {
    color: #fe69a3;
    font-size: 9px;
    font-weight: 300;
    line-height: 1;
    z-index: 100;
    margin: 4px -6px 0;
    display: none;
    flex-wrap: wrap;
    width: 40px;
    position: relative;
}

.color-list-panel .color-wrap .color-block-wrap {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid transparent;
}

.color-list-panel .color-wrap .color-block-wrap .color-block {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #999;
    border: 1px solid #a9a9a9;
}

.color-list-panel .color-wrap .color-field {
    width: 0;
    height: 0;
    position: absolute;
}

.color-list-panel .color-wrap.selected .color-block-wrap {
    border: 1px solid #fe69a3;
}

.color-list-panel .color-wrap:hover .color-label {
    display: block;
    background-color: white;
    border-radius: 3px;
}


#text-tab-pane .text-option {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #fe69a3;
}

#text-tab-pane .radio-group {
    width: 100%;
    color: #fff;
    font-size: 12.5px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    background: #fe69a3;
    font-family: "FieldGothicTEST 84";
    margin: 0 0 8px;
}

#text-tab-pane .radio-group .text-option,
#text-tab-pane .radio-group .align-option {
    width: 0px;
    height: 0px;
    position: absolute;
}

#text-tab-pane .radio-group label {
    display: block;
    padding: 12.5px 0;
}

#text-tab-pane .radio-group.active {
    color: #fe69a3;
    background-color: #fff;
}

#text-tab-pane .alingments-option {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#text-tab-pane .alingments-option .radio-group {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 8px;
}

#text-tab-pane .alingments-option .radio-group i {
    font-size: 20px;
    line-height: 1;
}

#text-tab-pane .content {
    line-height: normal;
}

#text-tab-pane #font-family {
    color: #fe69a3;
    width: 100%;
    float: left;
    padding: 12px 0;
    text-align: center;
    border: 0;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}

#text-tab-pane .text-color {
    margin-bottom: 10px;
}

#text-tab-pane .text-color #text-color {
    width: 100%;
    height: 50px;
}

#text-tab-pane .button-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -7px;
    margin-right: -7px;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

#text-tab-pane .button-row .sm-theme-btn {
    width: calc(50% - 10px);
    float: left;
    padding: 11px 0;
    color: #000000;
    border-radius: 8px;
    background: #FE69A333;
    border: 1px solid #FE69A3;
    text-transform: capitalize;
}

#text-tab-pane #tip11 {
    top: 25px;
    bottom: auto;
    left: auto;
    right: -210px;
}

#text-tab-pane #tip12 {
    bottom: -30px;
    left: auto;
    right: -210px;
}

#text-tab-pane #tip13 {
    left: auto;
    right: -210px;
    bottom: 30px;
}

#text-tab-pane #tip14 {
    left: auto;
    right: -200px;
    bottom: -20px;
}

#tip5 {
    left: auto;
    bottom: auto;
}

#text-tab-pane .input-wrap {
    position: relative;
}

#text-tab-pane .formatting-wrap {
    position: relative;
}

.content[contenteditable=false]:empty:before {
    content: attr(placeholder);
    pointer-events: none;
    display: block;
}

.content[contenteditable=false] {
    min-width: 20px;
    min-height: 20px;
}

.resize-node {
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #fe69a3;
}

.resize-node.nw {
    top: -5px;
    left: -5px;
    right: auto;
    bottom: auto;
    cursor: nwse-resize;
}

.resize-node.ne {
    top: -5px;
    left: auto;
    right: -5px;
    bottom: auto;
    cursor: nesw-resize;
}

.resize-node.sw {
    top: auto;
    left: -5px;
    right: auto;
    bottom: -5px;
    cursor: nesw-resize;
}

.resize-node.se {
    top: auto;
    left: auto;
    right: -5px;
    bottom: -5px;
    cursor: nwse-resize;
}

@media (pointer: coarse) {
    .resize {
        width: 15px;
        height: 15px;
        border: 7.5px solid white;
        border-radius: 30px;
    }

    .resize.nw {
        top: -15px;
        left: -15px;
        right: auto;
        bottom: auto;
        cursor: nwse-resize;
    }

    .resize.ne {
        top: -15px;
        left: auto;
        right: -15px;
        bottom: auto;
        cursor: nesw-resize;
    }

    .resize.sw {
        top: auto;
        left: -15px;
        right: auto;
        bottom: -15px;
        cursor: nesw-resize;
    }

    .resize.se {
        top: auto;
        left: auto;
        right: -15px;
        bottom: -15px;
        cursor: nwse-resize;
    }
}


.library-list-panel .main-div #libImg {
    width: 100%;
    display: none;
}

.library-list-panel .main-div .content img {
    max-width: 100%;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}

.library-list-panel .item-list {
    width: 100%;
    float: left;
}

.library-list-panel .item-list .library-wrap {
    width: 33.33%;
    min-width: 100px;
    float: left;
    margin-bottom: 8px;
}

.library-list-panel .item-list .library-wrap .library_image-field {
    width: 0;
    height: 0;
}

.library-list-panel .item-list .library-wrap .library-block-wrap {
    width: 100px;
    height: 100px;
    display: block;
    padding: 5px;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid transparent;
}

.library-list-panel .item-list .library-wrap .library-block-wrap .image-block {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 7px;
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.library-list-panel .item-list .library-wrap.selected .library-block-wrap {
    border: 1px solid #fe69a3;
}

.library-list-panel .button-row {
    display: block;
    flex-wrap: nowrap;
    margin-left: -7px;
    margin-right: -7px;
    justify-content: space-evenly;
}

.library-list-panel .button-row .sm-theme-btn {
    width: calc(50% - 10px);
    float: left;
    padding: 11px 0;
    border: 0px;
}

.library-list-panel .note {
    width: 100%;
    float: left;
    color: #fe69a3;
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
    margin: 10px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #fe69a3;
}

.featured-garment-wrap .featured-image {
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: #f2f2f2;
}

.featured-garment-wrap .featured-image .img-link {
    position: relative;
}

.featured-garment-wrap .featured-image .img-link:hover .attachment-woocommerce_thumbnail {
    opacity: 0;
}

.featured-garment-wrap .featured-image .img-link:hover .hover-img {
    opacity: 1;
}

.featured-garment-wrap .attachment-woocommerce_thumbnail {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.featured-garment-wrap .hover-img {
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.featured-garment-wrap .hover-img img {
    width: 100%;
}

.featured-garment-wrap .btn-row a {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline-block;
    margin: 14px 14px -12px;
    text-decoration: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-garment-wrap .btn-row a.customize-icon-btn {
    margin: 0;
    width: 190px;
    height: auto;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    overflow: hidden;
    position: relative;
    color: #000000;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.featured-garment-wrap .btn-row a.customize-icon-btn::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
    background-image: url(../../assets/images/icon/wand-icon.svg);
}

.featured-garment-wrap .btn-row a.customize-icon-btn::after {
    content: "Customise";
    opacity: 0;
    margin-left: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}

.featured-garment-wrap .btn-row a.customize-icon-btn:hover {
    background: linear-gradient(90deg, rgba(254, 105, 163, 0.54) 0%, rgba(255, 214, 0, 0.54) 100%);
}

.featured-garment-wrap .btn-row a.customize-icon-btn:hover::before {
    width: 32px;
    height: 32px;
    /*background-image: url(../../assets/images/icon/wand.gif);*/
}

.featured-garment-wrap .btn-row a.customize-icon-btn:hover::after {
    opacity: 1;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 12px;
}

.featured-garment-wrap .garment-info {
    text-align: center;
}

.featured-garment-wrap .garment-info .garment-name {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2px;
    font-family: "FieldGothicTEST 73";
    font-weight: 500;
}

.featured-garment-wrap .garment-info .style-code {
    color: #252525;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.featured-garment-wrap:hover .garment-info .garment-name {
    color: #fe69a3;
}

.featured-garment-wrap .color-list-carousal {
    padding: 0 35px;
}

.featured-garment-wrap .color-list-carousal ul {
    padding: 0;
    margin: 0;
}

.featured-garment-wrap .color-list-carousal ul li {
    display: block;
}

.featured-garment-wrap .color-list-carousal ul li img {
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

.featured-garment-wrap .color-list-carousal .slick-arrow {
    width: 25px;
    height: 25px;
    bottom: 14px;
    left: -15px;
    background-size: 25px;
}

.featured-garment-wrap .color-list-carousal .slick-arrow.slick-next {
    left: auto;
    right: -15px;
}

.wishlist-icon-btn {
    width: 25px;
    height: 25px;
    float: right;
    background-size: 25px;
    background-image: url(../../assets/images/icon/wishlist.svg);
}

.wishlist-icon-btn.remove-from-wishlist, .wishlist-icon-btn:hover {
    background-image: url(../../assets/images/icon/wishlist-fill.svg);
}

.offcanves-footer {
    background-color: #fe69a3;
    border-radius: 12px;
    margin: 8px 25px;
}

.offcanves-footer .header-link-tag{
    display: flex;
    align-items: center;
    color: black;
    width: 100%;
    justify-content: center;
    padding: 15px 0;
}


.offcanves-footer .header-link-tag .item-count {
    font-size: 9px;
    line-height: 1;
    right: 8px;
    top: -8px;
    position: relative;
    padding: 2px 3px;
    border-radius: 100px;
    background: #fae876;
}

.offcanves-footer .header-icon-text{
    font-family: "Instrument Sans Bold";
    font-weight: 600;
    font-size: 15px;
}

.offcanves-footer .header-icon-count{
    font-family: "Instrument Sans Medium";
    font-weight: 500;
    font-size: 12px;
}

#image-tab-pane .file-uploader {
    width: 100%;
}

#image-tab-pane #blah {
    width: 100%;
    display: none;
}

#image-tab-pane .button-row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

#image-tab-pane .button-row .sm-theme-btn {
    width: calc(50% - 10px);
    float: left;
    padding: 11px 0;
    color: #000000;
    border-radius: 8px;
    background: #FE69A333;
    border: 1px solid #FE69A3;
    text-transform: capitalize;
}

#image-tab-pane .note {
    width: 100%;
    float: left;
    color: #fe69a3;
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
    margin: 10px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #fe69a3;
}

#image-tab-pane #imgInp {
    width: 0;
    height: 0;
    overflow: hidden;
}

#image-tab-pane .drop-area {
    width: 100%;
    height: 45px;
    display: flex;
    margin: 0 0 28px 0;
    background-color: #ffffff;
    border-radius: 5px;
    border: black solid 1px;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#image-tab-pane .drop-area img {
    display: none;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

#image-tab-pane .drop-area .upload-instruction {
    font-size: 14px;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
    text-align: center;
    align-self: center;
    margin: auto 0;
}

#image-tab-pane .drop-area:hover {
    background-color: #ffddea;
}

#image-tab-pane .drop-area .upload-instruction .bi-card-image {
    font-size: 25px;
}

#image-tab-pane .main-div .content img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}


.alert-msg-wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    background: rgba(0, 0, 0, 0.6901960784);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.alert-msg-wrap .alert-msg {
    color: #fff;
    width: 90%;
    max-width: 750px;
    padding: 50px;
    background: #fe69a3;
}

.alert-msg-wrap .alert-msg p {
    font-size: 14px;
}

.alert-msg-wrap .alert-msg .button-row {
    display: block;
    margin-top: 25px;
}

.alert-msg-wrap .alert-msg .button-row .theme-btn {
    color: #050505;
    font-size: 12px;
    padding: 8px 50px;
    background-color: #FE69A333;
    border: 1px solid #FE69A3;
    border-radius: 8px;
}

.alert-msg-wrap .alert-msg .button-row .theme-btn.reject-btn {
    background-color: transparent;
    border: 2px solid #ff3399;
    color: #050505;
}

.alert-msg-wrap .alert-msg .button-row .theme-btn.reject-btn:hover {
    background-color: #ff3399;
    color: white;
}

.alert-msg-wrap .alert-msg .button-row .theme-btn.accept-btn {
    background-color: #ff3399;
    border: 2px solid #ff3399;
    color: white;
}

.alert-msg-wrap .alert-msg .button-row .theme-btn.accept-btn:hover {
    background-color: transparent;
    color: #050505;
}

.alert-msg .alert-title{
    font-family: "FieldGothicTEST 84";
    font-weight: 600;
}

#sizeChartModal .modal-content {
    border: 0px;
}

#sizeChartModal .modal-content .modal-header {
    border: 0px;
    padding: 15px 20px 10px;
}

#sizeChartModal .modal-content .modal-header .modal-title {
    color: #fe69a3;
    font-size: 20px;
    font-family: "FieldGothicTEST 84";
    font-weight: 600;
    text-transform: uppercase;
}

#sizeChartModal .modal-content .modal-header .modal-title p {
    font-size: 12px;
    margin-bottom: 0px;
}

#sizeChartModal .modal-content .modal-header .btn-close {
    opacity: 1;
    border-radius: 100%;
    background-image: url(../../assets/images/icon/close.svg);
    background-size: 70%;
    background-color: #ffe55b;
    margin: -14px 2px 0;
}

#sizeChartModal .modal-content .modal-body .table-wrapper {
    width: 100%;
    overflow-x: auto;
}

#sizeChartModal .modal-content .modal-body table {
    width: 100%;
}

.hero-video-section .container {
    position: relative;
}

.hero-video-section video {
    width: 100%;
    margin-bottom: 2px;
    background: #000;
    border-radius: 16px;
}

.hero-video-section .banner-content .print-banner {
    color: #7f3552;
    width: 210px;
    height: 37px;
    padding: 5px 10px;
    justify-items: center;
    border-radius: 100px;
    transform: rotate(-6deg);
    background-color: #FEDCE9;
    display: flex;
    justify-content: center;
    margin-bottom: -5px;
    font-weight: 500;
    font-family: "FieldGothicTEST 73";
}

.hero-video-section .banner-content {
    color: #000000;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0 10%;
    align-content: center;
}

.hero-video-section .banner-content .main-text {
    font-size: 60px;
    letter-spacing: -3.5px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
    line-height: 1;
    font-weight: 600;
}

.hero-video-section .banner-content .para {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: "Instrument Sans";
    margin-bottom: 40px;
}

.hero-video-section .banner-content .target-link {
    width: 50px;
    height: 38px;
    display: block;
    margin: -10px auto 0;
}

.hero-video-section .banner-content .target-link svg {
    width: 48px;
    height: 50px;
    fill: #fff;
    rotate: 90deg;
}

.hero-video-section {
    position: relative;
    width: 100%;
}

.hero-video-section .video-wrapper {
    display: grid;
    place-items: center;
    position: relative;
}

.hero-video-section .video-toolbar {
    position: absolute;
    left: 0;
    right: 40px;
    bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.hero-video-section .video-toolbar .control-btn {
    z-index: 12;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: rgba(228, 228, 228, 0.2);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background .25s ease, transform .25s;
}

.hero-video-section .video-toolbar .control-btn i {
    line-height: 2;
}

.hero-video-section .video-toolbar .control-btn:hover {
    cursor: pointer;
    background: rgba(228, 228, 228, 0.8);
}

.hero-video-section .video-toolbar #muteUnmute {
    float: left;
    display: inline-block;
    margin-left: 10px;
}

.hero-video-section .video-toolbar #playPause {
    float: right;
    display: inline-block;
    margin-left: 10px;
}

.hero-video-section .video-toolbar li button {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 0px;
    background-color: transparent;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-video-section .video-toolbar li button#mute-btn {
    display: none;
    background-image: url(../../assets/images/icon/mute.svg);
}

.hero-video-section .video-toolbar li button#unmute-btn {
    background-image: url(../../assets/images/icon/unmute.svg);
}

.hero-video-section .video-toolbar li button#play-btn {
    display: none;
    background-image: url(../../assets/images/icon/mute.svg);
}

.hero-video-section .video-toolbar li button#pause-btn {
    background-image: url(../../assets/images/icon/unmute.svg);
}

.main-direction-section .row {
    padding: 0 7px;
}

.main-direction-section .max-container {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: calc(100% - 30px);
}

.main-direction-section .row .link-col {
    padding: 0 5px;
    position: relative;
}

.main-direction-section .row .link-col.align-right {
    text-align: right;
}

.main-direction-section .row .link-col.align-right .link-text {
    left: auto;
    right: 90px;
    text-align: left;
}

.main-direction-section img {
    width: 100%;
    transition: transform 0.3s ease;
    height: auto;
    display: block;
    object-fit: cover;
}

.main-direction-section:hover img {
    transform: scale(1.15);
}

.main-direction-section .row .link-col .link-text {
    color: #000000;
    left: 90px;
    bottom: 310px;
    position: absolute;
}

.main-direction-section .row .link-col .link-text .top-text {
    font-family: "Chollistio";
    margin-bottom: 10px;
    font-style: italic;
}

.main-direction-section .row .link-col .link-text h4 {
    font-size: 48px;
    line-height: 0.8;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

.main-direction-section .row .link-col .link-text p {
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-family: "Instrument Sans";
}

.customize-banner-section .container {
    background-color: #fae876;
}

.customize-banner-section .container .btn-col {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.customize-banner-section .container .btn-col h3 {
    color: #fe69a3;
    font-size: 110px;
    line-height: 0.7;
    letter-spacing: -7px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

.customize-banner-section .container .btn-col .customize-btn {
    font-size: 18px;
    padding: 14px 92px;
}

.customize-banner-section .container .btn-col .customize-btn span {
    letter-spacing: 0.5px;
}

.customize-banner-section img {
    width: 100%;
}

/* Rectangle 7 */

.specialities-section {
    margin: 25px auto;
}

.specialities-section .max-container {
    padding: 15px;
    background: rgba(254, 105, 163, 0.15);
}

.specialities-section .row {
    padding: 0 50px;
}

.specialities-section .row .point-wrap {
    color: #000000;
    display: flex;
    justify-items: center;
}

.specialities-section .row .point-col {
    padding-top: 8px;
    justify-content: center;
    display: flex !important;
}

.specialities-section .row .point-wrap i {
    width: 35px;
    height: 35px;
    float: left;
    margin: -2px 20px 0 0;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}

.specialities-section .row .point-wrap p {
    font-size: 12px;
    margin-bottom: 0;
    align-self: center;
    font-weight: 500;
    font-family: "Instrument Sans Medium";
}

.featured-product-section {
    padding: 0px 15px 70px;
    margin-top: 25px;
}

.featured-product-section .container {
    padding: 0;
}

.featured-product-section .container .featured-garments {
    margin-left: -15px;
    margin-right: -15px;
}

.featured-product-section .container .featured-garments .featured-garment-wrap {
    padding: 0 15px;
}

.featured-product-section .container .featured-garments .color-list-carousal .slick-arrow {
    display: inline-block !important;
}

.logo-wide-section img {
    width: 100%;
    margin: 20px auto;
}

.featured-garment-wrap {
    padding: 0;
}

.shop-container .filter-btn-row .filter-wrap {
    width: 100%;
    float: left;
}

.shop-container .shop-title {
    margin: 30px auto;
}

.shop-container .shop-title h1 {
    display: flex;
    justify-content: center;
    font-family: "FieldGothicTEST 84";
    text-transform: uppercase;
    font-size: 50px;
}

.shop-container .reset-filter-btn {
    background: #FE69A333;
    border: 1px solid #FE69A3;
    color: black;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
    font-size: 14px;
    padding: 10px 25px;
}

.shop-container .filter-btn-row {
    width: 100%;
    float: left;
    padding: 8px 0 0;
    margin-bottom: 20px;
}

.shop-container .filter-btn-row .btn-wrap,
.shop-container .filter-btn-row .filter-wrap {
    width: 100%;
    float: left;
}

.shop-container .filter-btn-row .btn-wrap {
    padding-bottom: 8px;
}

.shop-container .filter-btn-row .filter-wrap {
    /*border-top: 1px solid rgba(254, 105, 163, 0.1882352941);*/
}

.shop-container .filter-btn-row .filter-wrap h4 {
    font-size: 14px;
    display: block;
    margin: 15px 0 20px;
    text-transform: none;
    font-family: "FieldGothicTEST 73";
    font-weight: 500;
}

.shop-container .filter-btn-row .filter-wrap h4 span {
    font-weight: 300;
    text-transform: uppercase;
}

.shop-container .filter-btn-row .filter-wrap .theme-btn {
    margin-bottom: 7px;
}

.shop-container .filter-btn-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-container .filter-btn-row .filter-btn {
    width: 30px;
    height: 30px;
    float: right;
    border: 0;
    background-color: transparent;
    background-image: url(../../assets/images/icon/filter.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
}

.shop-container .filter-btn-row .color-options ul li {
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
}

.shop-container .filter-btn-row .color-options ul li.selected {
    border: 1px solid #fe69a3;
}

.shop-container .filter-btn-row .color-options ul li .color_option {
    width: 0;
    height: 0;
    left: 0;
    position: absolute;
}

.shop-container .filter-btn-row .color-options ul li label {
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #a9a9a9;
}

.shop-container .filter-btn-row .option-label ul li {
    position: relative;
    margin-bottom: 8px;
}

.shop-container .filter-btn-row .option-label ul li input {
    width: 0;
    height: 0;
    left: 0;
    position: absolute;
}

.shop-container .filter-btn-row .option-label ul li label {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 4px;
    position: relative;
    padding-left: 30px;
}

.shop-container .filter-btn-row .option-label ul li label::before {
    content: "";
    width: 22px;
    height: 22px;
    float: left;
    left: 0;
    position: absolute;
    margin: 0 9px 0 0;
    border: 1px solid #fe69a3;
}

.shop-container .filter-btn-row .option-label ul li.selected label::after {
    content: "";
    width: 22px;
    height: 22px;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    background-color: #fe69a3;
}

.shop-container .filter-btn-row .max-container {
    width: 80%;
}

.shop-container .result-list {
    min-height: 700px;
}

.shop-container .result-list .product-row {
    padding: 50px 0px;
    border-bottom: 1px solid #fe69a3;
    row-gap: 30px;
}

.shop-container .result-list .alert-col {
    margin: 25px auto;
}

.shop-container .result-list .alert-col .msg-wrap {
    color: #fe69a3;
    text-align: center;
}

.shop-container .result-list .alert-col .msg-wrap h4 {
    font-size: 52px;
    margin-bottom: 0;
    font-family: "FieldGothicTEST 84";
}

.shop-container .result-list .alert-col .msg-wrap p {
    font-size: 16px;
    line-height: 1.25;
    font-family: "FieldGothicTEST 84";
}

.shop_table {
    width: 100%;
    float: left;
    font-family: "FieldGothicTEST 73";
}

.shop_table .cart_item {
    border-bottom: 1px solid #fe69a3;
}

.shop_table .cart_item .product-thumbnail {
    width: 100px;
    padding: 10px 0;
}

.shop_table .cart_item .product-name {
    padding: 10px 4px;
}

.shop_table .cart_item .product-thumbnail img {
    width: 70px;
    height: auto;
}

.shop_table .cart_item .product-name .unit-price {
    display: none;
}

.shop_table .cart_item .product-name .unit-price .amount {
    font-size: 12.5px;
    font-weight: 600;
}

.shop_table .cart_item .product-remove {
    width: 300px;
    text-align: center;
}

.shop_table .cart_item .product-remove .remove {
    display: block;
    margin: 0 auto;
    background-image: url(../../assets/images/icon/close-circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shop_table .cart_item .product-remove .remove::before {
    display: none;
}

.shop_table .cart_item .mobile-product-remove {
    display: none;
}

.shop_table .cart_item .action-label,
.shop_table .cart_item .parent-product {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: -1px 0 5px;
    text-transform: uppercase;
}

.shop_table .cart_item .action-label i,
.shop_table .cart_item .parent-product i {
    color: #b6b6b6;
    font-style: normal;
    font-weight: 100;
    text-transform: capitalize;
}

.shop_table .cart_item .parent-product {
    font-size: 12px;
    text-align: left;
}

.shop_table .cart_item .product-meta {
    font-size: 10px;
    text-transform: uppercase;
}

.shop_table .cart_item .product-meta span {
    color: #b6b6b6;
}

.shop_table .cart_item .product-price,
.shop_table .cart_item .product-subtotal {
    text-align: center;
}

.shop_table .cart_item .product-price .action-label,
.shop_table .cart_item .product-subtotal .action-label {
    margin-top: -4px;
}

.shop_table .cart_item .product-price .price-row,
.shop_table .cart_item .product-subtotal .price-row {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin: 6px 0 0px;
}

.shop_table .cart_item .product-quantity .input-text {
    width: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 0px;
}

.shop_table .cart_item .cart-meta-summery .size td span:nth-last-child(1) {
    display: none;
}

.wc-empty-cart-message {
    display: none !important;
}

.empty-cart-msg {
    text-align: center;
    display: block;
    margin: 3.5% auto 5%;
}

.empty-cart-msg .icon {
    display: inline-block;
    position: relative;
}

.empty-cart-msg .icon i {
    color: #000;
    font-size: 138px;
    width: 138px;
    height: 158px;
    display: inline-block;
    margin: 0 0 38px;
}

.empty-cart-msg .icon span {
    color: black;
    font-size: 22px;
    line-height: 1;
    top: 40px;
    right: 0px;
    position: absolute;
    padding: 11px 13px;
    border-radius: 100px;
    background: #fae876;
}

.empty-cart-msg h3 {
    font-size: 42px;
    line-height: 1;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

.empty-cart-msg p {
    color: #000;
    font-size: 12px;
    display: block;
    margin: 0 0 38px;
}

/*DDDD*/
.page-content .woocommerce-notices-wrapper .woocommerce-info {
    text-align: center;
    display: block;
    margin: 3.5% auto 5%;
}

.page-content .woocommerce-notices-wrapper .woocommerce-info .icon {
    display: inline-block;
    position: relative;
}

.page-content .woocommerce-notices-wrapper .woocommerce-info .icon i {
    color: #000;
    font-size: 138px;
    width: 138px;
    height: 158px;
    display: inline-block;
    margin: 0 0 38px;
}

.page-content .woocommerce-notices-wrapper .woocommerce-info .icon span {
    color: #fe69a3;
    font-size: 22px;
    line-height: 1;
    top: 40px;
    right: 0px;
    position: absolute;
    padding: 11px 13px;
    border-radius: 100px;
    background: #fae876;
}

.page-content .woocommerce-notices-wrapper .woocommerce-info h3 {
    font-size: 42px;
    line-height: 1;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

.page-content .woocommerce-notices-wrapper .woocommerce-info p {
    color: #000;
    font-size: 12px;
    display: block;
    margin: 0 0 38px;
}

.page-content .cart-empty.woocommerce-info {
    display: none !important;
}

/** customize item cart */
.cart-row-head {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
}

.cart-row-head .bi-check-circle-fill {
    color: #fe69a3;
    font-size: 24px;
    width: 42px;
    float: left;
}

.cart-row-head .base-product {
    color: #000;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    align-content: center;
}

.cart-row-head .remove {
    font-size: 24px;
    float: right;
    margin: -2px 0 0;
}

.content-collapse {
    width: 100%;
    float: left;
}

.content-collapse .card-body {
    border: 0;
}

.content-collapse .card-body table {
    color: #000;
    font-size: 10.5px;
    font-weight: 300;
}

.content-collapse .card-body table tr {
    border-bottom: 1px solid #ffc7dd;
}

.content-collapse .card-body table tr td, .content-collapse .card-body table tr th {
    padding: 7px 0;
    text-align: start;
}

.content-collapse .card-body .item-addons-col img {
    width: 24%;
}

.content-collapse .card-body .item-addons-col .item-addon {
    min-height: 150px;
    margin-top: 20px;
}

.content-collapse .card-body .item-addons-col .item-addon table {
    width: 100%;
}

.content-collapse .card-body .item-addons-col .item-addon table tr td, .content-collapse .card-body .item-addons-col .item-addon table tr th {
    text-align: center;
}

.content-collapse .card-body .item-addons-col .item-addon table tr td:nth-child(1), .content-collapse .card-body .item-addons-col .item-addon table tr th:nth-child(1) {
    text-align: left;
    text-transform: uppercase;
}

.content-collapse .card-body .item-meta-col {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-collapse .card-body .item-meta-col table.cart-meta-summery {
    width: 100%;
    text-transform: uppercase;
    border-top: 1px solid #ffc7dd;
}

.content-collapse .card-body .item-meta-col table.cart-meta-summery tr td:nth-child(2) {
    color: #787878;
    text-align: right;
    text-transform: uppercase;
}

.woocommerce-cart-form .shop_table tr .cart-row-wrap {
    border: #ff3399 1px solid;
    border-radius: 10px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    background-color: #ffe9f1;
}

.cart-summery {
    width: 500px;
    float: right;
    margin: 20px 0 0;
}

.cart-summery tbody tr {
    border-bottom: 1px solid #fe69a3;
}

.cart-summery tbody tr td {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px 0;
}

.cart-summery tbody tr td strong {
    font-weight: 600;
}

.cart-summery tbody tr td.cart-summery-action {
    text-align: right;
}

.cart-summery tbody tr .value {
    text-align: right;
}

.cart-summery tbody tr:nth-last-child(1) {
    border-bottom: 0px;
}

.coupon-code-form {
    position: relative;
    margin-bottom: 0px;
}

.coupon-code-form #coupon_code {
    padding: 0 25px 0 5px;
    border: 1px solid #fe69a3;
}

.coupon-code-form .button {
    color: white;
    height: 18px;
    font-size: 10px;
    padding: 0 10px;
    top: 1px;
    right: 0;
    border: 0;
    overflow: hidden;
    position: absolute;
    background-color: #fe69a3;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
    display: none;
}

.woocommerce-checkout h3 {
    font-size: 12.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce-shipping-fields .form-head {
    width: 100%;
    float: left;
}

.woocommerce-checkout .woocommerce-shipping-fields .form-head h3 {
    float: left;
}

.woocommerce-checkout .woocommerce-shipping-fields .form-head h3#ship-to-different-address {
    float: right;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    padding: 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #fe69a3;
    border-bottom: 1px solid #fe69a3;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
    font-size: 12px;
    margin-bottom: 0;
}

.woocommerce-checkout .form-row {
    margin-bottom: 25px;
}

.woocommerce-checkout .form-row label {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.woocommerce-checkout .form-row span button, .woocommerce-checkout .form-row span input, .woocommerce-checkout .form-row span optgroup, .woocommerce-checkout .form-row span select, .woocommerce-checkout .form-row span textarea {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    border: 0px;
    padding: 4px 2px;
    border-bottom: 1px solid #000;
}

.woocommerce-checkout #order_review_heading {
    margin-bottom: 2px;
}

.woocommerce-checkout .shop_table thead {
    display: none;
}

.woocommerce-checkout .shop_table tbody {
    border: 1px solid #fe69a3;
}

.woocommerce-checkout .shop_table .cart_item .product-total,
.woocommerce-checkout .shop_table tfoot .cart-subtotal,
.woocommerce-checkout .shop_table tfoot .order-total {
    text-align: right;
}

.woocommerce-checkout .shop_table tfoot .order-total th,
.woocommerce-checkout .shop_table tfoot .order-total td {
    font-weight: 600;
}

.woocommerce-checkout .shop_table .cart_item td,
.woocommerce-checkout .shop_table tfoot td {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px;
}

.woocommerce-checkout .shop_table tfoot th {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 0;
}

.woocommerce-checkout .wc_payment_methods {
    padding: 0;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method {
    font-size: 12.5px;
}

.woocommerce-checkout #payment {
    width: 100%;
    float: left;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #fe69a3;
}

.woocommerce-checkout #place_order {
    float: right;
}

.woocommerce-order-received .page-header {
    display: none;
}

.woocommerce-order-received .transaction-response {
    padding: 120px 0 0px;
    text-align: center;
}

.woocommerce-order-received .transaction-response i {
    color: #fe69a3;
    font-size: 88px;
}

.woocommerce-order-received .transaction-response .pay-response-title {
    color: #fe69a3;
    font-size: 42px;
    font-family: "FieldGothicTEST 84";
    text-transform: uppercase;
    margin-bottom: 80px;
}

.woocommerce-order-received .transaction-response .transaction-summery {
    display: block;
    padding-bottom: 10px;
}

.woocommerce-order-received .transaction-response .transaction-summery p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.woocommerce-order-received .transaction-response .transaction-summery p label {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.woocommerce-order-received .transaction-response .email-note {
    display: block;
}

.woocommerce-order-received .transaction-response .email-note p {
    color: #fe69a3;
    font-size: 12px;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
    margin-bottom: 50px;
    padding: 10px 150px 0;
    display: inline-block;
    border-top: 1px solid #fe69a3;
}

.woocommerce-order-received .transaction-response .sm-theme-btn {
    padding: 8px 50px;
    margin-bottom: 120px;
}

.woocommerce-order-received .transaction-response .support-text {
    font-size: 12px;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}

.woocommerce-order-received .transaction-response .support-text a {
    color: #fe69a3;
    text-decoration: underline;
}

.woocommerce-order-received .transaction-response .support-text a.mail {
    font-weight: 300;
    text-decoration: none;
}

.woocommerce-order-received .page-section {
    padding-bottom: 20px;
}

.design-preview-section {
    padding-top: 25px;
    padding-bottom: 50px;
}

.design-preview-section .size-chart-btn {
    margin: 8px 0;
}

.design-preview-section .size-guide {
    display: flex;
    width: 100%;
    justify-content: center;
}

.design-preview-section .design-preview {
    width: 100%;
    display: flex;
    justify-self: center;
    margin-bottom: 30px;
}

.design-preview-section .design-preview img {
    width: 100%;
    float: left;
}

.design-preview-section .base-product-title {
    font-size: 30px;
    font-weight: 600;
    font-family: "FieldGothicTEST 84";
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 12px;
    width: 100%;
    text-align: center;
}

.design-preview-section .bulk-order-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.design-preview-section .bulk-order-table {
    margin-bottom: 20px;
    margin-top: 20px;
}

.design-preview-section .bulk-order-table thead th {
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-family: "Inter";
    font-weight: 700;
}

.design-preview-section .bulk-order-table thead th:nth-last-child(1) {
    background-color: transparent;
    border: none;
}

.design-preview-section .bulk-order-table .stock-column {
    color: #161415;
}

.design-preview-section .bottom-table-panel {
    justify-items: center;
    text-align: center;
}

.design-preview-section .bulk-order-table thead th.player-name, .design-preview-section .bulk-order-table thead th.player-number {
    width: 250px;
}

.design-preview-section .bulk-order-table .stock-level td {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 300;
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0.8;
}

.design-preview-section .bulk-order-table .input-quantity-row {
    border: none !important;
}

.design-preview-section .bulk-order-table .input-quantity-row .input-column {
    border: none !important;
    padding: 3px;
}

.design-preview-section .bulk-order-table .input-quantity-row .input-column input {
    border: 1px solid #00000033;
    border-radius: 8px;
    padding: 8px 5px;
    margin: 0 3px;
    font-weight: 600;
    font-family: "Instrument Sans Bold";
}

.design-preview-section .bulk-order-table .first-column {
    border: none;
    text-align: end;
    font-size: 11px;
    padding-right: 15px;
    width: 75px;
    color: #000000 !important;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.design-preview-section .bulk-order-table tbody td input {
    padding: 0 5px;
}

.design-preview-section .bulk-order-table tbody td.table-action {
    display: flex;
    padding: 2px 4px;
    border: none;
    align-items: center;
    height: 42px;
}

.design-preview-section .bulk-order-table td.table-action button {
    color: #fe69a3;
    font-size: 12px;
    padding: 0 2px;
    float: left;
    border: 0px;
    background-color: transparent;
}

.design-preview-section td.table-action .remove-item-row[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.design-preview-section .order-note {
    font-size: 10px;
}

.design-preview-section #add-to-cart-bulk {
    float: none;
    background-color: #FE69A3;
    color: black;
    border: none;
    padding: 10px 25px;
    text-transform: unset;
}

.design-preview-section #add-to-cart-bulk.disabled {
    color: #b6b6b6;
    border-color: #b6b6b6;
}

.page-template-page-register .site-header,
.page-template-page-register .site-footer,
.page-template-page-register .logo-wide-section,
.page-template-page-login .site-header,
.page-template-page-login .site-footer,
.page-template-page-login .logo-wide-section {
    display: none;
}

.page-template-page-login .woocommerce-form-register {
    position: relative;
}

.woocommerce-error li {
    color: darkred;
    font-size: 12px;
    text-align: center;
    margin-bottom: 35px;
}

.page-template-page-login #rememberme {
    width: 10px;
    float: left;
    margin-right: 5px;
}

.page-template-page-login #rememberme::before {
    content: "";
    width: 15px;
    height: 15px;
    float: left;
    margin: -1px 0 0 -2px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.page-template-page-forget-password,
.page-template-page-reset-password {
    background-color: #fe69a3;
}

.page-template-page-forget-password .auth-pages .content-wrap,
.page-template-page-reset-password .auth-pages .content-wrap {
    height: auto;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.page-template-page-forget-password .site-header,
.page-template-page-forget-password .site-footer,
.page-template-page-reset-password .site-header,
.page-template-page-reset-password .site-footer {
    display: none;
}

.page-template-page-forget-password .page-header,
.page-template-page-reset-password .page-header {
    text-align: center;
}

.page-template-page-forget-password .page-header h1,
.page-template-page-reset-password .page-header h1 {
    color: #fff;
}

.page-template-page-forget-password .reset-form-row,
.page-template-page-reset-password .reset-form-row {
    height: 100vh;
    align-items: center;
}

.page-template-page-forget-password form .title-note,
.page-template-page-reset-password form .title-note {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-template-page-forget-password .woocommerce-Button,
.page-template-page-reset-password .woocommerce-Button {
    color: #fe69a3;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 180px;
    text-transform: uppercase;
    display: block;
    padding: 8px 0;
    margin: 50px auto 0;
    border: 0px;
    border-radius: 5px;
    background: #fff;
}

.auth-pages {
    padding: 0;
    background-color: #fe69a3;
    /* Slider */
    /* contents */
}

.auth-pages .background-wrap {
    position: absolute;
}

.auth-pages .woocommerce-form {
    width: 100%;
    display: block;
    font-family: "Instrument Sans Bold";
    font-weight: 600;
}

.auth-pages .myslider .item {
    width: 100%;
    position: relative;
}

.auth-pages .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}

.auth-pages .slick-dots li {
    list-style: none;
    margin: 5px 0;
}

.auth-pages .slick-dots button {
    width: 12.5px;
    height: 12.5px;
    text-indent: -9999px;
    outline: 0;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
}

.auth-pages .slick-dots button:hover {
    background-color: #fff;
}

.auth-pages .slick-dots .slick-active button {
    background-color: #fff;
}

.auth-pages .slick-slide {
    height: 100vh !important;
}

.auth-pages .slick-slider {
    position: relative;
    display: block;
    margin-left: -2px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.auth-pages .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.auth-pages .slick-list:focus {
    outline: none;
}

.auth-pages .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.auth-pages .slick-slider .slick-track,
.auth-pages .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.auth-pages .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.auth-pages .slick-track:before, .auth-pages .slick-track:after {
    content: "";
    display: table;
}

.auth-pages .slick-track:after {
    clear: both;
}

.slick-loading .auth-pages .slick-track {
    visibility: hidden;
}

.auth-pages .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .auth-pages .slick-slide {
    float: right;
}

.auth-pages .slick-slide img {
    display: block;
}

.auth-pages .slick-slide.slick-loading img {
    display: none;
}

.auth-pages .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .auth-pages .slick-slide {
    display: block;
}

.slick-loading .auth-pages .slick-slide {
    visibility: hidden;
}

.slick-vertical .auth-pages .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.auth-pages .slick-arrow.slick-hidden {
    display: none;
}

.auth-pages .content-wrap {
    height: 100vh;
}

.auth-pages .content-wrap .ver-middle {
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 999;
    position: relative;
    padding-left: 100px;
}

.auth-pages .content-wrap .ver-middle .content-block {
    width: 100%;
    font-family: "FieldGothicTEST 84";
    font-weight: 600;
}

.auth-pages .content-wrap .ver-middle .content-block .woocommerce-privacy-policy-text {
    display: none;
}

.auth-pages .content-wrap .ver-middle .block-title {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 0 35px;
}

.auth-pages .content-wrap .form-group,
.auth-pages .content-wrap .form-row {
    margin-bottom: 20px;
}

.auth-pages .content-wrap .form-group label,
.auth-pages .content-wrap .form-row label {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.auth-pages .content-wrap .form-group .form-control,
.auth-pages .content-wrap .form-group .input-text,
.auth-pages .content-wrap .form-row .form-control,
.auth-pages .content-wrap .form-row .input-text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    padding: 2px 0 2px;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

.search-results .page-title {
    color: #fe69a3;
    font-size: 20px;
    margin: 0 0 50px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

.search-results .woocommerce-result-count {
    color: #6f6f6f;
    font-size: 12px;
    font-family: "Instrument Sans Medium";
    font-weight: 500;
    text-transform: uppercase;
}

.search-results .storefront-sorting form {
    display: none;
}

.search-results .products {
    margin-bottom: 35px;
    row-gap: 30px;
}

.search-no-results #primary {
    height: calc(100vh - 200px);
}

.search-no-results #primary #main {
    height: 100%;
}

.search-no-results #primary #main .woocommerce-no-products-found {
    height: 100%;
    display: flex;
    align-items: center;
}

.search-no-results #primary #main .woocommerce-no-products-found .woocommerce-info p {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 38px;
}

.search-no-results #primary .woocommerce-products-header__title {
    color: #fe69a3;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "FieldGothicTEST 84";
}

.search-no-results #primary .empty-cart-msg {
    width: 100%;
    text-align: center;
    display: block;
    margin: 3.5% auto 5%;
}

/*# sourceMappingURL=styles.css.map */


@media (max-width: 1399.98px) {
    #productFilters {
        padding: 0 15px;
    }

    .shop-container .filter-btn-row .btn-wrap {
        padding-right: 15px;
    }

    .max-container {
        padding: 0 15px;
        max-width: 1510px;
    }

    .color-list-carousal .slick-arrow.slick-prev {
        left: -20px;
    }

    .color-list-carousal .slick-arrow.slick-next {
        left: auto;
        right: -20px;
    }

    .home .featured-garment-wrap .featured-image {
        position: relative;
        padding-bottom: 10px;
    }

    .home .featured-garment-wrap .featured-image .btn-row {
        width: 100%;
        top: 0;
        position: absolute;
    }

    .home .featured-garment-wrap .color-list-carousal img {
        padding: 2px;
    }

    .home .featured-garment-wrap .color-list-carousal .slick-arrow {
        bottom: 14px;
    }

    .featured-product-section {
        padding: 78px 15px 65px;
    }
}

@media (max-width: 1299.98px) {
    #text-tab-pane .radio-group {
        font-size: 11px;
    }

    #text-tab-pane .radio-group label {
        padding: 10.5px 0;
    }

    #primary .left-col {
        width: 62.666667%;
    }

    #primary .right-col {
        width: 37.333333%;
    }

    #primary .summary .quantity {
        width: 100%;
    }

    #primary .summary .quantity-container {
        display: block;
    }

    #primary .summary .single_add_to_cart_button {
        width: 100%;
    }

    .print-area-label {
        display: block;
    }

    .customize-section .customization-sidebar-col {
        width: calc(100% - 650px);
    }

    .customize-section .customization-sidebar-col.panel-opened {
        width: calc(100% - 650px);
        /*max-width: 375px;*/
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap {
        padding: 0px 0px 0 5px;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .tab-content {
        padding: 25px 15px 25px 15px;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .tab-content .main-div {
        /*width: 240px;*/
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav {
        width: 100%;
        padding: 25px 12px 0 0;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav .nav-item {
        margin-bottom: 25px;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav .nav-item .nav-link i {
        width: 48px;
        height: 48px;
        background-size: 24px;
    }

    .customize-section .preview-panel-col {
        width: 650px;
    }

    .customize-section .preview-panel-col.sidebar-expaned {
        width: 650px;
    }

    .customize-section .text-input-pane {
        height: 52.5px;
    }

    .garment-list-panel .garment-wrap {
        padding: 0 5px;
    }

    .color-list-panel .color-wrap {
        width: 25%;
    }
}


@media (max-width: 1199.98px) {

    .mobile-header {
        padding: 0.5rem 1rem;
    }

    .menu-toggle, .search-toggle {
        background: none;
        border: none;
        font-size: 20px;
        color: #333;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .site-header .navbar-brand img{
        height: 20px;
    }

    .customize-btn {
        padding: 7px 58px;
    }

    .offcanves-wrap .offcanves-menus {
        padding: 25px 0;
    }

    .site-header{
        padding: 0;
    }

    .site-header .mid-menu-col {
        display: none !important;
    }

    .site-header .menu-wrap #offCanvasMenuLink {
        display: block !important;
    }

    .offcanvas.offcanvas-end{
        padding: 0;
        width: 100%;
    }

    .offcanvas.offcanvas-end#searchMenu{
        top: 60px;
    }

    #searchMenu .offcanvas-body{
        padding: 20px;
    }

    #searchMenu .offcanvas-header .offcanvas-title{
        font-size: 25px;
    }

    #searchMenu .offcanvas-header{
        justify-content: center;
        font-family: "FieldGothicTEST 84";
        font-weight: 600;
        text-transform: uppercase;
    }

    #searchMenu .offcanvas-body .search-field{
        width: 100%;
        border-radius: 1000px;
        border: 1px solid #FE69A3;
        padding: 14px 26px;
    }

    #searchMenu .offcanvas-body button{
        width: 100%;
        border-radius: 12px;
        border: 1px solid #FE69A3;
        padding: 15px;
        background-color: #FE69A32E;
        margin-top: 22px;
        font-family: "Instrument Sans Bold";
        font-weight: 600;
    }

    #productMenu .top-title-body h1{
        font-family: "FieldGothicTEST 84";
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

    #productMenu .offcanves-menus .menu {
        border-top: 1px solid #00000033;
        margin-top: 35px;
    }

    #productMenu .menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        text-transform: capitalize;
    }

    #productMenu .menu i {
        font-size: 18px;
    }

    #productMenu .offcanves-menus .menu li{
        text-align: left;
        padding: 5px 10px;
        border-bottom: 1px solid #00000033;
        font-family: "Instrument Sans Bold";
        font-weight: 600;
    }

    #productMenu .top-title-body .wrap {
        justify-content: center;
        display: flex;
        margin: 22px auto;
    }

    #productMenu .top-title-body .customize-btn {
        background: #FFE229;
        color: black;
        text-transform: none;
        font-family: "Instrument Sans Bold";
        font-weight: 600;
        padding: 15px 80px;
    }

    .site-footer .brand-col .social-link li a{
        width: 38px;
        height: 38px;
    }

    .site-footer .row{
        row-gap: 25px;
    }

    #primary .right-col .summary {
        padding-left: 38px;
    }

    .home .featured-garment-wrap .color-list-carousal img {
        width: auto;
        height: auto;
    }

    .specialities-section {
        padding: 20px 15px 20px;
    }

    .specialities-section .row {
        padding: 0 0 0 30px;
    }

    .specialities-section .row .point-wrap p {
        font-size: 12px;
    }

    .customize-banner-section .container .btn-col h3 {
        font-size: 74px;
    }

    .featured-product-section {
        padding: 58px 15px 45px;
    }

    .home .featured-garment-wrap .color-list-carousal {
        padding: 0 45px;
    }

    .home .featured-garment-wrap .color-list-carousal .slick-arrow {
        bottom: 18px;
    }

    .home .featured-garment-wrap img {
        width: 100%;
        max-width: 380px;
    }
}

@media (max-width: 1099.98px) {
    #primary .left-col {
        width: 60.666667%;
    }

    #primary .right-col {
        width: 39.333333%;
    }

    #primary .summary .product-data-tab .nav-tabs .nav-item .nav-link {
        padding-right: 55px;
    }

    #primary .reg-bulk-order-wrap .color-label {
        width: 135px;
    }

    #primary #add-to-cart-reg_bulk {
        padding: 10px 40px;
    }

    .customize-banner-section .container .btn-col h3 {
        font-size: 68px;
    }
}

@media (max-width: 1024.98px) {
    .home .featured-garment-wrap .hover-img {
        display: none;
    }

    #image-tab-pane .note {
        color: #000;
    }

    .specialities-section .row {
        padding: 0 0 0 0px;
    }

    .specialities-section .row {
        padding: 0 0 0 70px;
    }

    .library-list-panel .note {
        color: #000;
    }

    .library-list-panel .item-list .library-wrap {
        min-width: 70px;
    }

    .customize-section .preview-panel-col,
    .customize-section .preview-panel-col.sidebar-expaned {
        width: calc(100% - 0px);
    }

    .preview-panel-col #finish-btn {
        display: none;
    }

    #image-or-text-tab-pane.tab-pane {
        max-width: 100%;
    }

    .customize-section .mobile-view-title {
        display: block;
    }

    .customize-section .desktop-view-title {
        display: none;
    }

    .tool-bar-wrap .tool-menu .nav .nav-item .nav-link:hover {
        background-color: #ffffff;
    }

    .mobile-view {
        margin: 5px 20px;
    }

    .tool-bar-wrap .tool-menu .nav .nav-item:hover {
        background-color: #ffffff;
    }

    .tool-bar-wrap .tool-menu {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .tool-bar-wrap .tool-menu .nav {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        flex-direction: row !important;
        padding: 25px 0px 0 0;
        border-right: 0px;
    }

    .tool-bar-wrap .tool-menu .nav .nav-item {
        position: relative;
        margin-bottom: 0px;
    }

    .tool-bar-wrap .tool-menu .nav .nav-item .nav-link {
        font-size: 10.5px;
        font-family: "Instrument Sans Medium";
        font-weight: 500;
        /*border: 1px solid;*/
        padding: 12px 20px;
        /*margin: 0 5px;*/
        /*border-radius: 4px;*/
    }

    .tool-bar-wrap .tool-menu .nav .nav-item .nav-link i {

    }

    .customize-section .mobile-editor-expand-mega {
        height: calc(100% - 50px);
    }

    .customize-section .customization-sidebar-col,
    .customize-section .customization-sidebar-col.panel-opened {
        width: 100%;
        height: auto;
        min-height: 100%;
        max-width: none;
        order: 2;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap {
        margin-top: 50px;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .tab-content .main-div {
        margin: 20px auto 20px;
    }

    .mobile-editor-expand-mega .tool-bar-wrap {
        margin-top: 52px;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega .tool-bar-wrap .tool-menu .nav.flex-column .nav-item .nav-link.active {
        color: #fff;
        background-color: #fe69a3;
        border: 1px solid #fff;
    }

    .mobile-editor-expand-mega #finish-btn {
        display: none;
    }

    .tool-bar-wrap .tool-menu #finish-btn {
        width: 100%;
        display: block;
        padding: 12px 0;
        margin: 10px auto 15px;
        border: 1px solid;
    }

    .garment-list-panel .slick-arrow {
        top: 48px;
    }

    .garment-list-panel .slick-arrow.slick-prev {
        left: -20px;
    }

    .garment-list-panel .slick-arrow.slick-next {
        right: -20px;
    }

    .color-list-panel {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 5px 5px 20px;
    }

    .color-list-panel .color-wrap {
        width: auto;
    }

    .color-list-panel .color-wrap .color-block-wrap .color-block {

    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav {
        width: 100%;
        padding: 0;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav .slick-arrow {
        width: 16px;
        height: 16px;
        opacity: 0.75;
        top: 5px;
        left: -10px;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav .slick-arrow.slick-next {
        left: auto;
        right: -10px;
    }

    .customize-section h2 {
        justify-self: center;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav .nav-item {
        margin-bottom: 0px;
        width: 100%;
        padding: 0;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav .nav-item .nav-link {
        width: 100%;
    }

    .customize-section .customization-sidebar-col .tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active {
        color: #ffffff;
        background-color: #fe69a3;
        border-color: #0c0c0c;
    }

    .tool-bar-wrap .tool-menu .nav .nav-item .nav-link.active i {
        border-color: #fff;
    }
}

@media (max-width: 991.98px) {
    .customize-btn {
        padding: 14px 32px !important;
    }

    .tool-tip {
        display: none !important;
    }

    .auth-pages .background-wrap .verticleSlider {
        opacity: 0.1;
    }

    .auth-pages .content-wrap .ver-middle {
        padding-left: 0 !important;
    }

    .site-footer .col-lg-3, .site-footer .footer-note {
        order: 2;
    }

    .site-footer .col-lg-3.brand-col, .site-footer .footer-note.brand-col {
        order: 1;
        margin-bottom: 20px;
    }

    .site-footer .col-lg-3.brand-col img, .site-footer .footer-note.brand-col img {
        display: block;
        margin: 0 0 10px;
    }

    .bulk-order-wrap {
        display: none;
    }

    #primary .left-col,
    #primary .right-col {
        width: 100%;
    }

    #primary .right-col .summary {
        max-width: 700px;
        text-align: center;
        padding-left: 0;
        display: block;
        margin: 0 auto;
    }

    #primary .right-col .summary .codemas-variation-radios .radio-checkbox {
        float: none;
        display: inline-block;
    }

    #primary .right-col .summary .mobile-product-content {
        display: block;
    }

    #primary .right-col .summary .product-data-tab {
        display: none;
    }

    #primary .right-col .summary .single_variation_wrap {
        margin-top: 25px;
    }

    #primary .right-col .summary .quantity-wrap {
        border-radius: 8px;
        margin-bottom: 20px;
        padding: 0 25px 0px;
        background: #ffd0e2;
        border: 1px solid #fe69a3;
    }

    #primary .right-col .summary .mobile-product-content {
        font-size: 12.5px;
        padding: 0 25px;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    #primary .right-col .summary .mobile-product-content p {
        margin-bottom: 2px;
    }

    #primary .right-col .summary .tip-text {
        display: none;
    }

    #primary .right-col .summary .cart-added-products {
        display: block;
    }

    #primary .right-col .summary .cart-added-products ul {
        max-height: 100px;
        overflow-y: auto;
        padding: 0px 10px 0px 0px;
        margin: 20px 0px 20px;
    }

    #primary .right-col .summary .cart-added-products ul li {
        color: #fe69a3;
        font-size: 10.5px;
        font-family: "Instrument Sans Medium";
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        display: block;
        padding: 4px 0;
        border-top: 1px solid;
    }

    #primary .right-col .summary .cart-added-products ul li span {
        float: right;
    }

    .shop_table .cart_item .product-name .unit-price {
        display: block;
        margin-bottom: 0;
    }

    .shop_table .cart_item .product-name .unit-price i {
        color: #b6b6b6;
        font-size: 10px;
        font-style: normal;
        font-weight: 100;
        text-transform: capitalize;
    }

    .shop_table .cart_item .product-price {
        display: none;
    }

    .shop_table .cart_item .product-remove {
        display: none;
    }

    .shop_table .cart_item .mobile-product-remove {
        width: 50px;
        display: table-cell;
    }

    .content-collapse .card-body .item-meta-col {
        padding-left: 15px;
    }

    .cart-row-head {
        padding: 10px 5px 10px 7px;
    }

    .hero-video-section .banner-content {
        margin-bottom: 15px;
        text-align: center;
    }

    .hero-video-section .banner-content .print-banner {
        justify-self: center;
    }

    .main-direction-section .row .link-col .link-text {
        left: 24px;
        bottom: 14px;
    }

    .main-direction-section .row .link-col .link-text h4 {
        font-size: 38px;
        margin-bottom: 2px;
    }

    .main-direction-section .row .link-col .link-text p {
        font-size: 13.5px;
    }

    .main-direction-section .row .link-col.align-right .link-text {
        right: 22px;
    }

    .customize-banner-section .container .btn-col h3 {
        font-size: 60px;
    }

    .print-area-label {
        display: none !important;
    }

    .customize-section {
        height: auto;
    }

    .customize-section .dropdown-icon span {
        position: absolute;
        display: block;
        right: 25px;
        top: 22px;
        width: 18px;
        height: 18px;
        background-image: url(../../assets/images/icon/arrow-down.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .customize-section .preview-panel-col,
    .customize-section .preview-panel-col.sidebar-expaned {
        width: 100%;
        padding-bottom: 0px;
    }

    .customize-section .customization-sidebar-col {
        background-color: transparent;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega {
        top: 55px;
        position: absolute;
        background-color: #fe69a3;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega .tool-bar-wrap .tool-menu .nav.flex-column .nav-item .nav-link {
        background-color: #fff;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega #closeMobileEditor {
        top: 5px;
        right: 15px;
        position: absolute;
        display: inline-block;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega #text-tab-pane .radio-group {
        width: calc(33.33% - 10px);
        float: left;
        border: 1px solid;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega #text-tab-pane .radio-group.radio-group:nth-child(2) {
        margin: 0 15px;
    }

    .customize-section .preview-panel-col .panel-nav .garment-name-panel {
        font-size: 17px;
        line-height: 1.25;
        margin-top: -3px;
    }

    .customize-section .preview-panel-col .panel-nav .garment-name-panel .panel-side {
        text-align: center;
        display: block;
    }
}

@media (max-width: 880.98px) {
    .specialities-section .row {
        padding: 0 0 0 50px;
    }
}

@media (max-width: 767.98px) {
    .site-header .row {
        justify-content: space-between;
    }

    .site-header .menu-wrap .site-search {
        display: none;
    }

    .site-header .menu-wrap #linkMenuId {
        display: none;
    }

    .site-header .brand-col,
    .site-header .menu-col {
        width: auto;
    }

    .site-header .menu-col {
        width: auto;
        min-width: 158px;
        padding-left: 0;
    }

    .site-header .menu-wrap .header-item .header-icon-text {
        display: none;
    }

    #primary .summary .product_title {
        font-size: 22px;
    }

    #primary .summary .pa_color-selected-value {
        display: block;
    }

    #primary .summary .label.pa_size-label {
        margin-bottom: 5px;
    }

    #primary .summary .label.pa_size-label label {
        margin-right: -58px;
    }

    #primary .summary .qty-label {
        margin-bottom: 5px;
    }

    .library-list-panel .item-list .library-wrap {
        width: auto;
    }

    .empty-cart-msg h3 {
        font-size: 32px;
        line-height: 0.99;
    }

    .empty-cart-msg p {
        padding: 0 35px;
    }

    .empty-cart-msg p br {
        display: none;
    }

    .shop-container .shop-title h1 {
        font-size: 35px;
        display: flex;
        text-align: center;
    }

    .shop-container .filter-btn-row ul li {
        display: inline-block;
        margin-right: 10px;
    }

    .shop-container .fit-option {
        margin-bottom: 15px;
    }

    .main-direction-section .row .link-col {
        width: 100%;
        height: calc(50vh - 35px);
        margin-bottom: 10px;
    }

    .main-direction-section .row .link-col a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #a5a5a5;
    }

    .home-page-banner-image {
        display: none !important;
    }

    .main-direction-section .row .link-col a.mens {

    }

    .main-direction-section .row .link-col.align-right .womens {

    }

    .main-direction-section .row .link-col img {
        display: none;
    }

    .main-direction-section .row .link-col .link-text {
        top: 0;
        left: 0;
        text-align: center !important;
        position: relative;
    }

    .main-direction-section .row .link-col .link-text br {
        display: none;
    }

    .customize-banner-section .container {
        padding-bottom: 58px;
        background-image: url("/wp-content/themes/storefront-child/assets/images/dyo-mob.png");
        background-size: cover;
        background-position: center;
    }

    .customize-banner-section .container img {
        opacity: 0;
    }

    .customize-banner-section .container .btn-col h3 {
        color: #fff;
        font-size: 72px;
    }

    .customize-banner-section .container .btn-col .customize-btn {
        padding: 8px 68px 10px;
    }

    .specialities-section .row {
        padding: 0 0 0 15px;
    }

    .main-direction-section .row .link-col.align-right .link-text {
        right: 0;
    }

    .site-footer {
        padding: 35px 0 25px;
        text-align: left;
    }

    .site-footer .footer-col h4::after {
        width: 100%;
    }

    .site-footer .col-lg-3, .site-footer .footer-note {
        order: 2;
    }

    .site-footer .col-lg-3.brand-col, .site-footer .footer-note.brand-col {
        order: 1;
        text-align: left;
        margin-bottom: 20px;
    }

    .site-footer .col-lg-3.brand-col img, .site-footer .footer-note.brand-col img {
        display: block;
        margin: 0 auto 10px;
    }

    .site-footer .footer-note {
        margin-bottom: 0;
    }

    .site-footer .footer-note .footer-col .mobile {
        margin-bottom: 12px;
    }

    .site-footer .footer-col {
        margin-bottom: 12px;
    }

    .site-footer .footer-col h4 {
        font-size: 12px;
        padding-top: 10px;
        margin-bottom: 5px;
        pointer-events: auto;
        border-top: 1px solid #fff;
    }

    .site-footer .footer-col h4 i {
        display: inline-block;
    }

    .site-footer .footer-col .bi {
        font-size: 12px;
        float: right;
        margin-top: -1px;
    }

    .site-footer .footer-col #contactUs li a {
        font-size: 10.5px;
    }

    .mobile {
        display: block;
    }
}

@media (max-width: 709.98px) {
    .specialities-section .row {
        padding: 0 0 0 70px;
    }
}

@media (max-width: 698.98px) {
    .home .featured-garment-wrap .color-list-carousal .slick-arrow.slick-left {
        left: -25px;
    }

    .home .featured-garment-wrap .color-list-carousal .slick-arrow.slick-next {
        right: -25px;
    }
}

@media (max-width: 624.98px) {
    .cart_item .design-preview {
        display: flex;
        justify-content: center;
    }

    .design-preview-section .bulk-order-table .stock-level td {
        font-size: 10px;
    }

    .design-preview-section .bulk-order-table .first-column {
        font-size: 10px;
    }

    .design-preview-section .bulk-order-table tbody tr td {
        font-size: 10px;
    }

    .woocommerce-order-received .transaction-response .pay-response-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .woocommerce-order-received .transaction-response i {
        font-size: 28px;
    }

    .woocommerce-order-received .transaction-response .email-note p {
        padding: 10px 20px 0;
    }

    .teamtees-profile .profile-header .profile-image-container {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ff3399;
    }

    .teamtees-profile .profile-image {
        width: 250px;
        height: 250px;
    }

    .teamtees-profile .profile-image .image-data {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        display: block;
    }

    .teamtees-profile .address-section .billing .billing-title .billing-check-same {
        justify-content: start;
    }

    .teamtees-order .custom-order-row-button {
        display: block;
        font-size: 14px;
    }

    .teamtees-order .custom-orders-list {
        padding: 5px;
    }

    .teamtees-order .wp-list-table {
        font-size: 12px;
    }

    .teamtees-order .section-details .details-row {
        font-size: 10px;
        padding: 10px 0;
    }

    .teamtees-order .section-details {
        padding: 0;
        margin: 0;
    }

    .teamtees-order .total-section {
        text-align: center;
        font-size: 10px;
    }

    .teamtees-order .total-section .row {
        margin-bottom: 20px;
    }

    .teamtees-order .assets-section {
        justify-self: center;
    }

    .teamtees-order .design-preview .image-list {
        justify-self: center;
    }

    .teamtees-order .design-preview .image-solo {
        justify-self: center;
    }

    .max-container {
        padding: 0;
    }

    .customize-section .preview-panel-col .panel-slider .image-cube {
        height: 300px;
        width: 300px;
    }

    .customize-section .preview-panel-col .garment-top-name {
        display: none;
    }

    .customize-section .preview-panel-col .panel-nav {
        display: none;
    }

    .customize-section .preview-panel-col .panel-nav .garment-name-panel {
        font-size: 12.5px;
        line-height: 1.25;
        margin-top: 4px;
    }

    .customize-section .preview-panel-col .panel-slider .image-cube {
        height: 320px;
        width: 320px;
    }

    .variations_form .size-chart-btn {
        background: #ffffff33;
        border: none;
        border-radius: 0;
        padding: 0;
        text-decoration: underline;
    }

    .variations_form .size-chart-btn:hover {
        color: #fe69a3;
    }

    #sizeChartModal .modal-content .modal-body {
        font-size: 11px;
    }

    .logo-wide-section {
        margin-top: 25px;
    }

    .logo-wide-section img {
        margin-bottom: 0 !important;
    }

    .site-footer .brand-col h5 {
        text-align: center;
        margin: 25px auto;
    }

    .site-footer .brand-col .social-link {
        display: flex;
        justify-content: center;
        column-gap: 10px;
        column-gap: 15px;
        margin: 18px auto;
    }

    .site-footer .brand-col img {
        display: flex;
        margin-bottom: 20px;
        justify-self: center;
    }

    .site-footer .details-col img {
        display: none;
    }

    .garment-list-panel .slick-arrow {
        top: 40px;
    }

    .garment-list-panel .garment-wrap a .garment-name {
        font-size: 10.5px;
        height: auto;
        opacity: 1;
        margin-top: 5px;
    }

    .color-list-panel .color-wrap .color-block-wrap {
        width: 30px;
        height: 30px;
    }

    .color-list-panel .color-wrap .color-label {
        opacity: 1;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega #text-tab-pane .radio-group {
        width: 100%;
    }

    .customize-section .customization-sidebar-col.mobile-editor-expand-mega #text-tab-pane .radio-group.radio-group:nth-child(2) {
        margin: 0 0 8px;
    }

    .customize-section .customization-sidebar-col {
        width: 100%;
    }
}

@media (max-width: 624.98px) {
    .page-template-page-hoodies .panel-slider .slot-3,
    .page-template-page-hoodies #panel-preview .slot-3 {
        margin: 74px 0 0 115px !important;
    }

    .page-template-page-hoodies .panel-slider .slot-3,
    .page-template-page-hoodies .panel-slider .slot-3,
    .page-template-page-hoodies .active_slot-3 .main-div {
        width: 92px;
        height: 110px;
    }

    .page-template-page-hoodies .panel-slider .slot-3 img,
    .page-template-page-hoodies #panel-preview .slot-3 img,
    .page-template-page-hoodies .active_slot-3 .main-div img {
        max-height: 92px;
        max-width: 110px;
    }

    .page-template-page-hoodies .panel-slider .slot-5,
    .page-template-page-hoodies #panel-preview .slot-5 {
        margin: 100px 0 0 112px;
    }

    .page-template-page-hoodies .panel-slider .slot-5,
    .page-template-page-hoodies #panel-preview .slot-5,
    .page-template-page-hoodies .active_slot-5 .main-div {
        width: 92px;
        height: 110PX;
    }

    .page-template-page-hoodies .panel-slider .slot-5 img,
    .page-template-page-hoodies #panel-preview .slot-5 img,
    .page-template-page-hoodies .active_slot-5 .main-div img {
        max-width: 92px;
        max-height: 120px;
    }

    .page-template-page-hoodies .panel-slider .slot-7,
    .page-template-page-hoodies #panel-preview .slot-7 {
        overflow: hidden;
        margin: 76px 0 0 120px;
    }

    .page-template-page-hoodies .panel-slider .slot-9,
    .page-template-page-hoodies #panel-preview .slot-9 {
        overflow: hidden;
        margin: 76px 0 0 148px;
    }

    .page-template-page-hoodies .panel-slider .slot-7,
    .page-template-page-hoodies .panel-slider .slot-9,
    .page-template-page-hoodies #panel-preview .slot-7,
    .page-template-page-hoodies #panel-preview .slot-9 {
        width: 35px;
        height: 37PX;
    }

    .page-template-page-hoodies .active_slot-7 .main-div,
    .page-template-page-hoodies .active_slot-9 .main-div {
        width: 140px;
        height: 148PX;
    }

    .page-template-page-hoodies .panel-slider .slot-7 img,
    .page-template-page-hoodies .panel-slider .slot-9 img,
    .page-template-page-hoodies #panel-preview .slot-7 img,
    .page-template-page-hoodies #panel-preview .slot-9 img {
        max-width: 35px;
        max-height: 37px;
    }

    .page-template-page-hoodies .active_slot-7 .main-div img,
    .page-template-page-hoodies .active_slot-9 .main-div img {
        max-width: 140px;
        max-height: 148px;
    }

    .page-template-page-hoodies .panel-slider .slot-8,
    .page-template-page-hoodies #panel-preview .slot-8 {
        overflow: hidden;
        transform: rotate(354deg);
        border-radius: 8px;
        margin: 58px 0 0 125px;
    }

    .page-template-page-hoodies .panel-slider .slot-10,
    .page-template-page-hoodies #panel-preview .slot-10 {
        overflow: hidden;
        transform: rotate(5deg);
        margin: 58px 0 0 160px;
        border-radius: 8px;
    }

    .page-template-page-hoodies .panel-slider .slot-8,
    .page-template-page-hoodies .panel-slider .slot-10,
    .page-template-page-hoodies #panel-preview .slot-8,
    .page-template-page-hoodies #panel-preview .slot-10 {
        width: 32px;
        height: 131px;
    }

    .page-template-page-hoodies .active_slot-8 .main-div,
    .page-template-page-hoodies .active_slot-10 .main-div {
        width: 64px;
        height: 262px;
    }

    .page-template-page-hoodies .panel-slider .slot-8 img,
    .page-template-page-hoodies .panel-slider .slot-10 img,
    .page-template-page-hoodies #panel-preview .slot-8 img,
    .page-template-page-hoodies #panel-preview .slot-10 img {
        max-width: 32px;
        max-height: 131px;
    }

    .page-template-page-hoodies .active_slot-8 .main-div img,
    .page-template-page-hoodies .active_slot-10 .main-div img {
        max-width: 64px;
        max-height: 262px;
    }

    /*////////*/
    .page-template-page-tshirts .panel-slider .slot-3,
    .page-template-page-tshirts #panel-preview .slot-3 {
        margin: 65px 0 0 110px;
    }

    .page-template-page-tshirts .panel-slider .slot-3,
    .page-template-page-tshirts #panel-preview .slot-3,
    .page-template-page-tshirts .active_slot-3 .main-div {
        width: 100px;
        height: 160px;
    }

    .page-template-page-tshirts .panel-slider .slot-3 img,
    .page-template-page-tshirts #panel-preview .slot-3 img,
    .page-template-page-tshirts .active_slot-3 .main-div img {
        max-width: 100px;
        max-height: 160px;
    }


    .page-template-page-tshirts .panel-slider .slot-5,
    .page-template-page-tshirts #panel-preview .slot-5 {
        margin: 52px 0 0 110px;
    }

    .page-template-page-tshirts .panel-slider .slot-5,
    .page-template-page-tshirts #panel-preview .slot-5,
    .page-template-page-tshirts .active_slot-5 .main-div {
        width: 100px;
        height: 157px;
    }

    .page-template-page-tshirts .panel-slider .slot-5 img,
    .page-template-page-tshirts #panel-preview .slot-5 img,
    .page-template-page-tshirts .active_slot-5 .main-div img {
        max-width: 100px;
        max-height: 157px;
    }

    .page-template-page-tshirts .panel-slider .slot-7,
    .page-template-page-tshirts #panel-preview .slot-7 {
        overflow: hidden;
        border-radius: 5px 5px 0 0;
        margin: 80px 0 0 155px;
    }

    .page-template-page-tshirts .panel-slider .slot-9,
    .page-template-page-tshirts #panel-preview .slot-9 {
        overflow: hidden;
        border-radius: 5px 5px 0 0;
        margin: 80px 0 0 129px;
    }

    .page-template-page-tshirts .panel-slider .slot-7,
    .page-template-page-tshirts .panel-slider .slot-9,
    .page-template-page-tshirts #panel-preview .slot-7,
    .page-template-page-tshirts #panel-preview .slot-9 {
        width: 35px;
        height: 43px;
    }

    .page-template-page-tshirts .active_slot-7 .main-div,
    .page-template-page-tshirts .active_slot-9 .main-div {
        width: 140px;
        height: 172px;
    }

    .page-template-page-tshirts .panel-slider .slot-7 img,
    .page-template-page-tshirts .panel-slider .slot-9 img,
    .page-template-page-tshirts #panel-preview .slot-7 img,
    .page-template-page-tshirts #panel-preview .slot-9 img {
        max-width: 35px;
        max-height: 43px;
    }

    .page-template-page-tshirts .active_slot-7 .main-div img,
    .page-template-page-tshirts .active_slot-9 .main-div img {
        max-width: 140px;
        max-height: 172px;
    }

    /*////////*/
    .page-template-page-ls-tees .panel-slider .slot-3,
    .page-template-page-ls-tees #panel-preview .slot-3 {
        margin: 75px 0 0 122px !important;
    }

    .page-template-page-ls-tees .panel-slider .slot-3,
    .page-template-page-ls-tees #panel-preview .slot-3,
    .page-template-page-ls-tees .active_slot-3 .main-div {
        width: 92px;
        height: 156px;
    }

    .page-template-page-ls-tees .panel-slider .slot-3 img,
    .page-template-page-ls-tees #panel-preview .slot-3 img,
    .page-template-page-ls-tees .active_slot-3 .main-div img {
        max-width: 92px;
        max-height: 156px;
    }


    .page-template-page-ls-tees .panel-slider .slot-5,
    .page-template-page-ls-tees #panel-preview .slot-5 {
        margin: 60px 0 0 115px;
    }

    .page-template-page-ls-tees .panel-slider .slot-5,
    .page-template-page-ls-tees #panel-preview .slot-5,
    .page-template-page-ls-tees .active_slot-5 .main-div {
        width: 92px;
        height: 165px;
    }

    .page-template-page-ls-tees .panel-slider .slot-5,
    .page-template-page-ls-tees #panel-preview .slot-5,
    .page-template-page-ls-tees .active_slot-5 .main-div {
        max-width: 92px;
        max-height: 165px;
    }

    .page-template-page-ls-tees .panel-slider .slot-7,
    .page-template-page-ls-tees .panel-slider .slot-9,
    .page-template-page-ls-tees #panel-preview .slot-7,
    .page-template-page-ls-tees #panel-preview .slot-9 {
        overflow: hidden;
        border-radius: 4px 4px 0 0;
        margin: 76px 0 0 141px;
    }

    .page-template-page-ls-tees .panel-slider .slot-7,
    .page-template-page-ls-tees .panel-slider .slot-9,
    .page-template-page-ls-tees #panel-preview .slot-7,
    .page-template-page-ls-tees #panel-preview .slot-9 {
        width: 35px;
        height: 37px;
    }

    .page-template-page-ls-tees .active_slot-7 .main-div,
    .page-template-page-ls-tees .active_slot-9 .main-div {
        width: 140px;
        height: 148px;
    }

    .page-template-page-ls-tees .panel-slider .slot-7 img,
    .page-template-page-ls-tees .panel-slider .slot-9 img,
    .page-template-page-ls-tees #panel-preview .slot-7 img,
    .page-template-page-ls-tees #panel-preview .slot-9 img {
        max-width: 35px;
        max-height: 37px;
    }

    .page-template-page-ls-tees .active_slot-7 .main-div img,
    .page-template-page-ls-tees .active_slot-9 .main-div img {
        max-width: 140px;
        max-height: 148px;
    }

    .page-template-page-ls-tees .panel-slider .slot-8,
    .page-template-page-ls-tees #panel-preview .slot-8 {
        transform: rotate(1deg);
        margin: 76px 0 0 141px;
    }

    .page-template-page-ls-tees .panel-slider .slot-10,
    .page-template-page-ls-tees #panel-preview .slot-10 {
        transform: rotate(1deg);
        margin: 76px 0 0 141px;
    }

    .page-template-page-ls-tees .panel-slider .slot-8,
    .page-template-page-ls-tees .panel-slider .slot-10,
    .page-template-page-ls-tees #panel-preview .slot-8,
    .page-template-page-ls-tees #panel-preview .slot-10 {
        width: 32px;
        height: 131px;
    }

    .page-template-page-ls-tees .active_slot-8 .main-div,
    .page-template-page-ls-tees .active_slot-10 .main-div {
        width: 64px;
        height: 262px;
    }

    .page-template-page-ls-tees .panel-slider .slot-8 img,
    .page-template-page-ls-tees .panel-slider .slot-10 img,
    .page-template-page-ls-tees #panel-preview .slot-8 img,
    .page-template-page-ls-tees #panel-preview .slot-10 img {
        max-width: 32px;
        max-height: 131px;
    }

    .page-template-page-ls-tees .active_slot-8 .main-div img,
    .page-template-page-ls-tees .active_slot-10 .main-div img {
        max-width: 64px;
        max-height: 262px;
    }


    /*////////*/
    .page-template-page-womens-ls-tees .panel-slider .slot-3,
    .page-template-page-womens-ls-tees #panel-preview .slot-3 {
        margin: 54px 0 0 109px !important;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-3,
    .page-template-page-womens-ls-tees #panel-preview .slot-3,
    .page-template-page-womens-ls-tees .active_slot-3 .main-div {
        width: 100px;
        height: 160px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-3 img,
    .page-template-page-womens-ls-tees #panel-preview .slot-3 img,
    .page-template-page-womens-ls-tees .active_slot-3 .main-div img {
        max-width: 100px;
        max-height: 160px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-5,
    .page-template-page-womens-ls-tees #panel-preview .slot-5 {
        margin: 55px 0 0 110px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-5,
    .page-template-page-womens-ls-tees #panel-preview .slot-5,
    .page-template-page-womens-ls-tees .active_slot-5 .main-div {
        width: 100px;
        height: 150px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-5 img,
    .page-template-page-womens-ls-tees #panel-preview .slot-5 img,
    .page-template-page-womens-ls-tees .active_slot-5 .main-div img {
        max-width: 100px;
        max-height: 150px;
    }


    .page-template-page-womens-ls-tees .panel-slider .slot-9,
    .page-template-page-womens-ls-tees #panel-preview .slot-9 {
        overflow: hidden;
        border-radius: 4px 4px 0 0;
        margin: 76px 0 0 141px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-7,
    .page-template-page-womens-ls-tees #panel-preview .slot-7 {
        overflow: hidden;
        border-radius: 4px 4px 0 0;
        margin: 76px 0 0 141px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-7,
    .page-template-page-womens-ls-tees .panel-slider .slot-9,
    .page-template-page-womens-ls-tees #panel-preview .slot-7,
    .page-template-page-womens-ls-tees #panel-preview .slot-9 {
        width: 35px;
        height: 37px;
    }

    .page-template-page-womens-ls-tees .active_slot-7 .main-div,
    .page-template-page-womens-ls-tees .active_slot-9 .main-div {
        width: 140px;
        height: 148px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-7 img,
    .page-template-page-womens-ls-tees .panel-slider .slot-9 img,
    .page-template-page-womens-ls-tees #panel-preview .slot-7 img,
    .page-template-page-womens-ls-tees #panel-preview .slot-9 img {
        max-width: 35px;
        max-height: 37px;
    }

    .page-template-page-womens-ls-tees .active_slot-7 .main-div img,
    .page-template-page-womens-ls-tees .active_slot-9 .main-div img {
        max-width: 140px;
        max-height: 148px;
    }


    .page-template-page-womens-ls-tees .panel-slider .slot-10,
    .page-template-page-womens-ls-tees #panel-preview .slot-10 {
        overflow: hidden;
        border-radius: 4px 4px 0 0;
        margin: 76px 0 0 141px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-8,
    .page-template-page-womens-ls-tees #panel-preview .slot-8 {
        overflow: hidden;
        border-radius: 4px 4px 0 0;
        transform: rotate(1deg);
        margin: 76px 0 0 141px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-8,
    .page-template-page-womens-ls-tees .panel-slider .slot-10,
    .page-template-page-womens-ls-tees #panel-preview .slot-8,
    .page-template-page-womens-ls-tees #panel-preview .slot-10 {
        width: 32px;
        height: 131px;
    }

    .page-template-page-womens-ls-tees .active_slot-8 .main-div,
    .page-template-page-womens-ls-tees .active_slot-10 .main-div {
        width: 64px;
        height: 262px;
    }

    .page-template-page-womens-ls-tees .panel-slider .slot-8 img,
    .page-template-page-womens-ls-tees .panel-slider .slot-10 img,
    .page-template-page-womens-ls-tees #panel-preview .slot-8 img,
    .page-template-page-womens-ls-tees #panel-preview .slot-10 img {
        max-width: 32px;
        max-height: 131px;
    }

    .page-template-page-womens-ls-tees .active_slot-8 .main-div img,
    .page-template-page-womens-ls-tees .active_slot-10 .main-div img {
        max-width: 64px;
        max-height: 262px;
    }

    /*////////*/
    .page-template-page-womens-hoodies .panel-slider .slot-3,
    .page-template-page-womens-hoodies #panel-preview .slot-3 {
        margin: 78px 0 0 118px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-3,
    .page-template-page-womens-hoodies #panel-preview .slot-3,
    .page-template-page-womens-hoodies .active_slot-3 .main-div {
        height: 90px;
        width: 90px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-3 img,
    .page-template-page-womens-hoodies #panel-preview .slot-3 img,
    .page-template-page-womens-hoodies .active_slot-3 .main-div img {
        max-height: 90px;
        max-width: 90px;
    }


    .page-template-page-womens-hoodies .panel-slider .slot-5,
    .page-template-page-womens-hoodies #panel-preview .slot-5 {
        margin: 100px 0 0 120px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-5,
    .page-template-page-womens-hoodies #panel-preview .slot-5,
    .page-template-page-womens-hoodies .active_slot-5 .main-div {
        height: 85px;
        width: 90px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-5 img,
    .page-template-page-womens-hoodies #panel-preview .slot-5 img,
    .page-template-page-womens-hoodies .active_slot-5 .main-div img {
        max-height: 85px;
        max-width: 90px;
    }


    .page-template-page-womens-hoodies .panel-slider .slot-9,
    .page-template-page-womens-hoodies #panel-preview .slot-9 {
        overflow: hidden;
        border-radius: 20px 20px 0 0;
        margin: 72px 0 0 146px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-7,
    .page-template-page-womens-hoodies #panel-preview .slot-7 {
        overflow: hidden;
        border-radius: 20px 20px 0 0;
        margin: 70px 0 0 139px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-7,
    .page-template-page-womens-hoodies .panel-slider .slot-9,
    .page-template-page-womens-hoodies #panel-preview .slot-7,
    .page-template-page-womens-hoodies #panel-preview .slot-9 {
        width: 34px;
        height: 24px;
    }

    .page-template-page-womens-hoodies .active_slot-7 .main-div,
    .page-template-page-womens-hoodies .active_slot-9 .main-div {
        width: 136px;
        height: 96px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-7 img,
    .page-template-page-womens-hoodies .panel-slider .slot-9 img,
    .page-template-page-womens-hoodies #panel-preview .slot-7 img,
    .page-template-page-womens-hoodies #panel-preview .slot-9 img {
        max-width: 34px;
        max-height: 24px;
    }

    .page-template-page-womens-hoodies .active_slot-7 .main-div img,
    .page-template-page-womens-hoodies .active_slot-9 .main-div img {
        max-width: 136px;
        max-height: 96px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-10,
    .page-template-page-womens-hoodies #panel-preview .slot-10 {
        overflow: hidden;
        border-radius: 8px;
        transform: rotate(23deg);
        margin: 58px 0 0 140px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-8,
    .page-template-page-womens-hoodies #panel-preview .slot-8 {
        overflow: hidden;
        transform: rotate(337deg);
        border-radius: 8px;
        margin: 64px 0 0 155px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-8,
    .page-template-page-womens-hoodies .panel-slider .slot-10,
    .page-template-page-womens-hoodies #panel-preview .slot-8,
    .page-template-page-womens-hoodies #panel-preview .slot-10 {
        width: 26px;
        height: 44px;
    }

    .page-template-page-womens-hoodies .active_slot-8 .main-div,
    .page-template-page-womens-hoodies .active_slot-10 .main-div {
        width: 52px;
        height: 88px;
    }

    .page-template-page-womens-hoodies .panel-slider .slot-8 img,
    .page-template-page-womens-hoodies .panel-slider .slot-10 img,
    .page-template-page-womens-hoodies #panel-preview .slot-8 img,
    .page-template-page-womens-hoodies #panel-preview .slot-10 img {
        max-width: 26px;
        max-height: 44px;
    }

    .page-template-page-womens-hoodies .active_slot-10 .main-div img,
    .page-template-page-womens-hoodies .active_slot-8 .main-div img {
        max-width: 52px;
        max-height: 88px;
    }

    /*////////*/
    .page-template-page-womens-tshirts .panel-slider .slot-3,
    .page-template-page-womens-tshirts #panel-preview .slot-3 {
        margin: 65px 0 0 110px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-3,
    .page-template-page-womens-tshirts #panel-preview .slot-3,
    .page-template-page-womens-tshirts .active_slot-3 .main-div {
        width: 100px;
        height: 160px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-3 img,
    .page-template-page-womens-tshirts #panel-preview .slot-3 img,
    .page-template-page-womens-tshirts .active_slot-3 .main-div img {
        max-width: 100px;
        max-height: 160px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-5,
    .page-template-page-womens-tshirts #panel-preview .slot-5 {
        margin: 55px 0 0 110px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-5,
    .page-template-page-womens-tshirts #panel-preview .slot-5,
    .page-template-page-womens-tshirts .active_slot-5 .main-div {
        width: 100px;
        height: 157px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-5 img,
    .page-template-page-womens-tshirts #panel-preview .slot-5 img,
    .page-template-page-womens-tshirts .active_slot-5 .main-div img {
        max-width: 100px;
        max-height: 157px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-7,
    .page-template-page-womens-tshirts #panel-preview .slot-7 {
        overflow: hidden;
        border-radius: 5px 5px 0 0;
        margin: 72px 0 0 141px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-9,
    .page-template-page-womens-tshirts #panel-preview .slot-9 {
        overflow: hidden;
        border-radius: 5px 5px 0 0;
        margin: 80px 0 0 129px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-7,
    .page-template-page-womens-tshirts .panel-slider .slot-9,
    .page-template-page-womens-tshirts #panel-preview .slot-7,
    .page-template-page-womens-tshirts #panel-preview .slot-9 {
        width: 35px;
        height: 25px;
    }

    .page-template-page-womens-tshirts .active_slot-7 .main-div,
    .page-template-page-womens-tshirts .active_slot-9 .main-div {
        width: 140px;
        height: 100px;
    }

    .page-template-page-womens-tshirts .panel-slider .slot-7 img,
    .page-template-page-womens-tshirts .panel-slider .slot-9 img,
    .page-template-page-womens-tshirts #panel-preview .slot-7 img,
    .page-template-page-womens-tshirts #panel-preview .slot-9 img {
        max-width: 35px;
        max-height: 25px;
    }

    .page-template-page-womens-tshirts .active_slot-7 .main-div img,
    .page-template-page-womens-tshirts .active_slot-9 .main-div img {
        max-width: 140px;
        max-height: 100px;
    }

}

@media (max-width: 575.98px) {
    .main-direction-section .row .link-col .link-text h4 {
        font-size: 25px;
    }

    .specialities-section .row {
        padding: 0 0 0 20px;
    }

    .featured-garment-wrap .featured-image {
        padding-top: 22px;
        padding-bottom: 25px;
    }

    .featured-garment-wrap .featured-image img {
        width: 100%;
        max-width: 420px;
    }

    .customize-banner-section .container .btn-col h3 {
        font-size: 58px;
    }

    .customize-banner-section .container .btn-col .customize-btn {
        font-size: 14px;
        padding: 7px 42px 8px;
    }

    .customize-banner-section .container .btn-col .customize-btn i {
        width: 25px;
        height: 25px;
        margin: 0 0 -8px 8px;
        background-size: 25px;
    }

    .cart-summery {
        font-family: "Instrument Sans Medium";
        font-weight: 500;
        width: 100%;
    }

    .empty-cart-msg .icon i {
        font-size: 92px;
        width: 100px;
        height: 128px;
        margin: 0 0 20px;
    }

    .empty-cart-msg .icon span {
        font-size: 17px;
        top: 26px;
        padding: 7px 9px;
    }

    #primary {
        margin-top: 0px;
        margin-bottom: 35px;
    }

    #primary .model-image-gallery {
        display: none;
    }

    #primary .mobile-model-gallery {
        display: block;
        margin-bottom: 30px;
    }

    #primary .mobile-model-gallery .slick-arrow {
        bottom: 50%;
    }

    .library-list-panel .item-list .library-wrap .library-block-wrap {
        width: 92px;
        height: 92px;
    }

    .woocommerce-shipping-fields .form-head h3#ship-to-different-address {
        width: 100%;
    }

    .woocommerce-checkout #place_order {
        width: 100%;
    }

    .woocommerce-message {
        display: flex;
    }

    .woocommerce-message a {
        width: 150px;
        height: 30px;
        margin-top: 2px;
        padding: 5px 0px 0 20px;
    }
}

@media (max-width: 480.98px) {
    .site-header .navbar-brand img {
        height: 22px;
    }

    .customize-section .preview-panel-col .action-btn {
        width: auto;
    }

    .customize-section .preview-panel-col .action-btn .finish-btn {
        width: 100%;
    }

    .color-list-panel .color-wrap .color-block-wrap {
        width: 30px;
        height: 30px;
    }

    .color-list-panel .color-wrap .color-label {
        font-size: 10.5px;
    }
}

@media (max-width: 420.98px) {
    .empty-cart-msg h3 {
        font-size: 24px;
    }

    .empty-cart-msg p {
        color: #000;
        font-size: 10.5px;
    }

    .woocommerce-message a {
        width: 200px;
        padding: 5px 0px 0 15px;
    }

    .customize-banner-section .container .btn-col h3 {
        font-size: 62px;
    }
}

@media (max-width: 360.98px) {
    .customize-section .preview-panel-col .panel-slider {
        width: 100%;
        overflow-x: hidden;
    }

    .customize-section .preview-panel-col .panel-nav .garment-name-panel {
        font-size: 10.5px;
    }

    .customize-section .preview-panel-col .panel-nav button {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 380.98px) {
    .cart-summery tbody tr td.cart-summery-action {
        padding-top: 32px;
    }

    .cart-summery tbody tr td.cart-summery-action .cart-update-btn,
    .cart-summery tbody tr td.cart-summery-action .checkout-button {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 379.98px) {
    .site-header .navbar-brand img {
        height: 18px;
        margin-top: 2px;
    }

    .site-header .menu-wrap .header-item .menu-icon {
        width: 20px;
        height: 17px;
        margin: 5px 0 0 14px;
    }
}

