/*
Theme Name: Kit Builder
Text Domain: kb
*/
body{
	font-family: 'Lato', sans-serif;
}


#kit-builder-section{
	padding-top: 50px;
	padding-bottom: 30px;
}
#right_pocket_emb .custom image{
    width: 56px;
}
#kit-builder-section .parent-accordion-button{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
#kit-builder-section .parent-accordion-button:not(.collapsed),
#kit-builder-section .parent-accordion-button:hover {
    background-color: #4f4fa4;
    border-color: #4f4fa4;
    color: #fff;
}
#kit-builder-section .parent-accordion-button:not(.collapsed)::after{

	background: none;
	content: '-';
	transform: none;
}
/* image.preview-upload{
    width: 100px;
    height: 100px;
} */
#kit-builder-section .parent-accordion-button::after{
	content: '+';
	transform: none;
	background: none;
	font-size: 20px;
	text-align: center;
    flex-shrink: 0;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
#kit-builder-section .section-title {
    margin-bottom: 26px;
}
#kit-builder-section label{
	color: #8585b3;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
#kit-builder-section select{
	   font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #4f4fa4;
    line-height: 44px;
    padding: 0 14px;
    text-transform: capitalize;
}
#back_top_emb text.textfirst.arc {
   
    transform: translate(-428px, -138px);
}
#kit-builder-section .form-group{
	margin-bottom: 20px;
}
/*text.textfirst.arc {*/
/*    transform: translate(-426px, -423px);*/
/*}*/
#kit-builder-section .btn.btn-primary{
    border-color: #8787c9;
	border: 1px solid #d6d6f0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    color: #8585b3;
    font-family: Lato,sans-serif;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    width: calc(50% - 11px);
    display: inline-block;
    background: transparent;
}
#kit-builder-section .btn.btn-primary.active{
	background-color: #8787c9;
    color: #fff;
}
.woocommerce .quantity input[type=number] {
    width: 6em!important;
}
#kit-builder-section .button-group{
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#kit-builder-section .knit-styles{
	display: flex;
	justify-content: space-between;
}
#kit-builder-section .knit-styles a{
	background-image: url(images/knit_styles.png);
    border: 1px solid #d6d6f0;
    border-radius: 5px;
    color: #4f4fa4;
    display: block;
    float: left;
    width: 16.5697674419%;
    max-width: 57px;
    height: 40px;
    text-indent: -99999px;
    overflow: hidden;
}
#kit-builder-section .knit-styles a.plain_knit {
    background-position: 0 50%;
}
#kit-builder-section .knit-styles a.single_line_knit {
    background-position: -112px 50%;
}
#kit-builder-section .knit-styles a.single_line_with_border_knit {
    background-position: -224px 50%;
}
#kit-builder-section .knit-styles a.two_lines_knit {
    background-position: -336px 50%;
}
#kit-builder-section .knit-styles a.two_lines_with_border_knit {
    background-position: -448px 50%;
}
#kit-builder-section .header-sub-title- span{
    display: block;
}
#kit-builder-section .header-sub-title-{
    color: #8585b3;
    display: block;
    font-size: 13px;
    font-family: Lato,sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
}
#kit-builder-section .container{
    max-width: 1100px;
}
#product-views-container{
    background-color: #fff;
    border: 1px solid #d6d6f0;
    border-radius: 10px;
    min-height: 610px;
    position: relative;
}
#product-views-container .svg-buttons{
    text-align: center;
    margin-bottom: 15px;
}
#product-views-container .svg-buttons a{
    border: 2px solid #f4f4fd;
    border-radius: 10px;
    display: inline-block;
    width: 70px;
    height: 65px;
    line-height: 49px;
    padding: 5px 10px;
    text-align: center;
}
div#accordionExample {
    position: sticky;
    top: 0;
}
#product-views-container .svg-buttons a img{
    max-height: 45px;
    width: auto;
    height: auto;
}
#kit-builder-section .section-colors-container{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.upload-image-preview {
    margin-top: 15px;
}
#kit-builder-section .section-colors-container a{
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    width: 35px;
    margin: 4px;
    border: 1px solid #d9dee7;
}
.accordion-button:focus{
    box-shadow: none;
}
.kit-builder-view-control{
    display: none;
}
.kit-builder-view-control.active{
    display: block;
}
#product-views-container svg {
    display: block;
    max-width: 100%;
    max-height: 570px;
    margin: 0 auto;
}
#kit-builder-section .section-title h3:after {
    content: " ";
    display: block;
    background-color: #ee5650;
    width: 20px;
    height: 3px;
    margin-top: 3px;
}
#product-views-container .element_select:hover, 
#product-views-container .element_select:hover * {
    stroke-width: 2px;
    stroke: #74c143!important;
    stroke-dasharray: 5,5;
}
#product-views-container .element_select, 
#product-views-container .emb-outline-box {
    cursor: pointer;
}
#product-views-container .emb-outline-box:hover{
    stroke-opacity: 1;
}
#product-views-container .hidden-field{
    display: none !important;
}
.preview_area {
    background-color: #f8f8fc;
    height: 230px;
    border: 1px solid #d6d6f0;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}
a#dispalyno {
    display: none!important;
}
a#dispalyno.checkgm {
    display: inline-block!important;
}
rect.rectline {
    stroke: transparent;
}
/*.preview_area text{*/
/*    font-size: 100px;*/
/*}*/
.preview_area>svg text {
    line-height: 100%;
}
svg text {
    paint-order: stroke fill;
}
.preview_area>svg {
    position: relative;
    overflow: visible;
}
#right_chest_popup svg{
    margin: 0;
    display: initial;
}
.single-display-popup-color > a{
    background-color: #fff;
    color: #8585b3;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 14px 8px;
    border-left: 1px solid #d6d6f0;
    position: relative;
    text-decoration: none;
}
/*.form-groupt {*/
/*    display: none;*/
/*}*/
.change-fronted-view g#back-view {
    display: none!important;
}
.change-fronted-view g#front-view {
    display: inline!important;
}
.single-display-popup-color a span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 7px;
}
.display-popup-color-wrap  {
    border: 1px solid #d6d6f0;
    border-top: 0;
    margin: 0 0 23px;
    text-align: left;
    display:flex;
}
.colors-wrapper a{
    display: inline-block;
    overflow: hidden;
    width: 38px;
    height: 30px;
    text-indent: 99em;
    border: 1px solid #b9b9b9;
}
#kit-builder-section .section-colors-container a.active{
    border: 2px solid;
    box-shadow: 0 0 7px 0px;
}
.popup-color-control.form-group{
    padding: 0 15px;
}
.preview_area>svg text {
    line-height: 100%;
}
svg text {
    paint-order: stroke fill;
}
@font-face {
    font-family: 'Baseball';
    src: url('fonts/baseball-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

.modal-dialog{
    max-width: 750px;
}
.popup-tabs {
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 20px;
}
.popup-tabs a {
    background-color: #fff;
    font-size: 14px;
    font-family: Lato,sans-serif;
    font-weight: 700;
    color: #8585b3;
    line-height: 38px;
    border: 1px solid #d6d6f0;
    border-left: 0;
    text-decoration: none;
}
.popup-tabs a:first-child {
    border-left: 1px solid #d6d6f0;
    border-radius: 5px 0 0 5px;
}
.front_center_emb text.textfirst.arc {
    transform: translate(-425px,-123px);
}
.back_top_emb text.textfirst.arc {
    transform: translate(-425px,-123px);
}
.back_bottom_emb text.textfirst.arc {
    transform: translate(-422px,-424px);
}
.popup-tabs a.active {
    background-color: #8787c9;
    border-color: #8787c9;
    color: #fff;
}
.popup-tabs a:last-child {
    border-right: 1px solid #d6d6f0;
    border-radius: 0 5px 5px 0;
}
.modal .tab-content{
    display: none;
}
.modal .tab-content.active{
    display: block;
}
.kitbuilder-tab-footer .btn{
    width: 100%;
}
.kitbuilder-tab-footer .btn.btn-info{
    border: 1px solid #4f4fa4;
    background-color: #4f4fa4;
    color: #fff;
}
.kitbuilder-tab-footer .btn.btn-info-inverse{
    border: 1px solid #4f4fa4;
    color: #4f4fa4;
}
.letters_symbols g{
    cursor: pointer;
}
.modal-body .left-control {
    max-height: 492px;
    overflow: auto;
}
.displaysecond {
    display: none;
}

.displayfirst {
    display: none;
}
.activetype{
    display: block;
}
#left_chest_emb g.letters, 
#right_chest_emb g.letters,
#right_pocket_emb g.letters{
    -webkit-transform: translate(-37px,-42px);
    transform: translate(-37px,-42px);
}
.client-logo input[type="file"]{
    display: none;
}
#kit-builder-section .client-logo label span{
    cursor: pointer;
    background-color: #67c45e;
    color: #fff;
    border: 1px solid #54aa4c;
    padding: 10px 12px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.preview_area svg image{
    width: 100%;
}
/* #left_chest_emb g.letters .custom image, 
#right_chest_emb g.letters .custom image{
    width: 73px;
    height: 100px;
} */
#left_chest_popup svg {
    margin: 0;
    display: initial;
}
#product-views-container .preview_area svg{
    margin: 0;
    display: initial;
}
#back_middle_emb g.name {
    -webkit-transform: translate(93px,-20px);
    transform: translate(93px,-20px);
}
#back_top_emb g.name {
    -webkit-transform: translate(93px,40px);
    transform: translate(93px,40px);
}
#back_bottom_emb g.name {
    -webkit-transform: translate(81px,89px);
    transform: translate(81px,89px);
}
#back_bottom_emb text.textfirst.arc {
    transform: translate(-428px,-440px);
}
rect#newclass {
    fill: transparent;
}
  .appended-html:hover #newclass {
    fill: black!important;
}
#right_sleeve_emb g.letters {
    -webkit-transform: translate(-46px,-53px);
    transform: translate(-46px,-53px);
}
#left_sleeve_emb g.letters, 
#right_sleeve_emb g.letters {
    -webkit-transform: translate(-38px,-44px);
    transform: translate(-38px,-44px);
}
#front_center_emb g.name {
    -webkit-transform: translate(70px,-35px);
   transform: translate(29px ,-76px);
}
#left_pocket_emb g.letters, 
#right_pocket_emb g.letters {
    -webkit-transform: translate(-29px,-28px);
    transform: translate(-29px,-28px);
}
#right_sleeve_emb image,
#left_sleeve_emb image{
    width: 60px;
}
#left_sleeve_emb g.name, 
#right_sleeve_emb g.name {
    -webkit-transform: translate(-9px,-9px);
    transform: translate(-9px,-9px);
}
#back_middle_emb g.name {
    -webkit-transform: translate(93px,-20px);
    transform: translate(93px,-20px);
}
#back_middle_emb g.letters {
    -webkit-transform: translate(0px,-111px);
    transform: translate(0px,-111px);
}
.hide-collar .knite-collar {
    display: none;
}
.the-product-svg{
    position: relative;
}
.the-product-svg .price-calculation {
    position: absolute;
    right: 0;
    padding: 10px 20px;
    font-weight: 700;
    z-index: 33;
    color: #8585b3;
    font-size: 20px;
}
.price-calculation .price-wrapper{
    background-color: #ee5650;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    min-width: 85px;
    display: inline-block;
    text-align: center;
    border-radius: 24px;
    margin-left: 10px;
}
#trigger-popup-icons {
    list-style: none;
    padding: 0;
}
#trigger-popup-icons li a {
    display: block;
    text-align: left;
    border: 1px solid #d6d6f0;
    text-decoration: none;
    padding: 13px 20px;
    font-weight: 700;
    color: #4f4fa4;
    font-size: 13px;
    font-family: Lato,sans-serif;
    text-transform: capitalize;
    border-radius: 7px;
    margin-top: 10px;
}
#product-views-container .svg-buttons a.active {
    border: 2px solid #8787c9;
}
.add-to-cart{
    margin-top: 30px;
    text-align: center;
}


a.btn.btn-primary.my-new {
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#postimagediv .inside img {
    
    width: 100%!important;
   
}
@media screen and (max-width:782px) {
    
    .the-product-svg .price-calculation {
        position: unset;
        font-size: 16px;
    }
    #product-views-container .svg-buttons a {
        
        width: 64px;
       
    }
    #product-views-container {
       
        min-height: auto;
        
    }
}
#kit-builder-section input[type="radio"].btn.btn-primary{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
#kit-builder-section input[type="radio"].btn.btn-primary + span{
    border-color: #8787c9;
    border: 1px solid #d6d6f0;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    color: #8585b3;
    font-family: Lato,sans-serif;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    width: calc(50% - 11px);
    display: inline-block;
    background: transparent;
    display: inline-block;
    width: 100%;
    min-width: 139px;
    padding: 2px 10px;
}
#kit-builder-section input[type="radio"].btn.btn-primary:checked + span{
    background-color: #8787c9;
    color: #fff;
}
.button-group label{
    cursor: pointer;
}
.svg-buttons .kit-builder-view-control{
    display: block !important;
}
.section-colors-container input[type="color"]{
    border: none;
    padding: 0;
    margin: 0;
}
.svg-buttons svg {
    pointer-events: none;
}













.buttont {
    display: block;
    margin: 0 auto;
    padding: 0.8em 2em;
    font-size: 20px;
    /* font-weight: bold; */
    border-radius: 0.4em;
    border: none;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    background: #4f4fa4;
    color: white;
}
  
  /* focus/disabled styles, you can change this for accessibility */
  .buttont:focus, .buttont:disabled {
    outline: none;
    background: #8787c9;
  }
  
  /* This is the space for the spinner to appear, applied to the button */
  .spin {
    padding-left: 2.5em;
    display: block;
  }
  
  /* position of the spinner when it appears, you might have to change these values */
  .spin .spinner {
    left: -.6em;
    top: .6em;
    width: 2.5em;
    display: block;
    position: absolute;
  }
  
  /* spinner animation */
  @keyframes spinner {
    0% {
      transform: rotate(0deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* The actual spinner element is a pseudo-element */
  .spin .spinner::before {
    content: "";
    width: 1.5em; /* Size of the spinner */
    height: 1.5em; /* Change as desired */
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: solid .35em #999; /* Thickness/color of spinner track */
    border-bottom-color: #555; /* Color of variant spinner piece */
    animation: .8s linear infinite spinner; /* speed of spinner */
    transform: translate(-50%, -50%);
    will-change: transform;
  }
  
  /* optional, but it will affect the size if changed */
  *, *::before, *::after {
    box-sizing: border-box;
  }
  .resizable {
    cursor: move;
    pointer-events: all;
  }
  
  .draggable {
    pointer-events: all;
  }
  
  svg .resize-handle {
    fill: #74c143;
    cursor: nwse-resize;
  }
 
  
/*.form-groupt {*/
/*    display: block!important;*/
/*}*/
.activee{
      display:none!important;
  }
  g.appended-html {
    cursor: all-scroll;
}
.position-sticky-element {
    position: sticky;
    top: 100px;
}
.openbox a{
    text-align: center;
    background: #4f4fa4;
    padding: 10px 90px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}
.openbox a:hover{
    color: black;
}
.openbox {
    margin: 20px 0px;
}
.section-sizes-container a{
    border: 2px solid black;
    color: black;
    text-decoration: none;
    padding: 9px 5px;
    text-align: center;
    margin: 0px 3px;
    width: 52px;
   
    display: inline-block;
}
.section-sizes-container h2 {
    font-size: 20px;
    color: #4f4fa4;
    margin: 14px 0px;
}
.section-sizes-container a.custom_tooltip.active {
    color: white;
    background: black;
}

  .custom-control label {
    display: flex !important;
    align-items: center;
}
.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.custom-radio input[type="radio"]:checked + .radio-img, .custom-radio input[type="checkbox"]:checked + .radio-img {
    border-color: #ffdf2b;
    background-color: rgb(255 223 43 / 20%);
}
.custom-radio .radio-img {
    width: 100%;
    border: 2px solid #b8b8b8;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    padding: 12px 10px;
    text-align: center;
}
.custom-control.custom-radio {
    width: 20%;
    margin: 0px 6px;
}
.customboxflex {
    display: flex;
    flex-wrap: wrap;
}