/* WOOCOMMERCE */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    max-width: 58%;
/*    position: fixed;
    position: -webkit-fixed;*/
}
/*.woocommerce #content div.product div.images.reached, .woocommerce div.product div.images.reached, .woocommerce-page #content div.product div.images.reached, .woocommerce-page div.product div.images.reached {
    position: relative;
    position: -webkit-relative;
}*/
.wc_3d_product_canvas {
    border-radius: 20px;
    border: 1px solid #EFEFEF;
    width: 100% !important;
    height: 650px !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
    max-width: 40%;
}
.contact-us-form select {
     -webkit-appearance: none;
	-moz-appearance: none;
    background: url('/wp-content/uploads/2023/10/chevron.svg');
    background-repeat: no-repeat;
	background-position: 95% 55%;
    background-repeat: no-repeat;
    background-size: 1.2rem;
}
.woocommerce-page .content-area{
    padding-top: 230px !important;
}
@media only screen and (max-width: 600px) {
	.woocommerce-page .content-area{
    	padding-top: 100px !important;
	}	
}

/*===================== JACKET BUILDER =====================*/

.wc_3d_product_canvas {
    border-radius: 20px;
    border: 1px solid #EFEFEF;
}
button[name="save_address"] {
    background: #109fa7 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 30px 0;
    border-radius: 35px;
    padding: 10px 10px 5px 10px;
    display: inline-block;
    font-size: 14px;
  }
/*.woocommerce-page .main-header .navbar {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}*/
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
section.related.products {
    display: none;
}
.material_options {
    padding: 15px 0 !important;
    border-radius: 20px;
    background: transparent;
}
.mat_option {
    border-radius: 100px;
    width: 30px;
    height: 30px;
}
input.field_text {
    border-radius: 30px;
    border: 1px solid #777777;
    background: transparent;
    font-size: 14px;
    color: #777777;
    font-weight: 600;
}


.custom_leather_color .mat_option:hover{
    outline: 1px solid #000;
    cursor: pointer;
    background: transparent;
    padding: 5px;
}
.single-product div.product .product_meta{
    display: none;
}

nav.woocommerce-breadcrumb {
    display: none;
}
.summary.entry-summary > h1.product_title.entry-title {
    display: none;
}
.summary.entry-summary > .price {
    display: none;
}
.single-product form.cart .quantity {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    font-family: 'Josefin Sans' !important;
    border-radius: 30px;
    background: #E1463A !important;
    padding: 14px 50px 10px 50px !important;
    font-size: 14px;
    line-height: 1em !important;
    color: #fff !important;
    float: right;
    /*margin-top: 0px !important;*/
    text-transform: uppercase;
    border: 0; 
}
.wc_3d_materials.ui-accordion.ui-widget.ui-helper-reset {
    margin-bottom: 30px;
}
button.single_add_to_cart_button.button.alt.disabled{
    pointer-events: none;
    opacity: 0.5;
}
button.single_add_to_cart_button.button.alt.enabled{
    pointer-events: auto;
    z-index: 2;
    position: relative;
    opacity: 1;
}
.next-cart-error-msg {
    display: inline-flex;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 200px;
    height: 40px;
}
.next-cart-error-msg-text {
    display: inline-flex;
    position: absolute;
    color: #E1463A;
    font-weight: 500;
    margin-top: -30px;
	margin-left: 35px;
}
button.single_add_to_cart_button.button.alt:hover{
    cursor: pointer;
    background: #109FA7 !important;
}
.text_options_heading {
    margin-top: 5px;
    font-size: 18px;
    color: #777777;
}
.wc_woocommerce_product_wrapper{
    margin-top: 20px;
}
.wc_woocommerce_product_name > h2 {
    font-size: 18px;
    font-weight: 900;
    color: #109FA7;
}
.wc_woocommerce_product_price > h4 {
    font-size: 16px;
    font-weight: 700;
    color: #777777;
}

/*-------------------- JACKET BUILDER PLUGIN --------------------*/
.group_wrapper {
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 20px;
}
.group_header > h4 {
    background: #fff !important;
    color: #109fa7 !important;
    border: 3px solid #E9E9E9;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 12px;
      position: relative;
}
.group_header > h4:after {
    content: '';
    float: right;
    background: url(/wp-content/uploads/2023/10/tab-arrow.svg);
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    filter: brightness(0) saturate(100%) invert(59%) sepia(59%) saturate(6116%) hue-rotate(153deg) brightness(95%) contrast(87%) !important;
    margin-top: 3px;
    transform: rotate(180deg);
    margin-top: -2px;
}


.group_header > h4.active:after{
    filter: brightness(0) invert(1) !important;
    transform: rotate(1deg);
    margin-top: 2px;
}
.group_header > h4:hover:after{
    filter: brightness(0) invert(1) !important;
    cursor: pointer;
    transform: rotate(1deg);
    margin-top: 2px;
}
.group_header > h4.active{
    background: #109fa7 !important;
    color: #fff !important;
}
.group_header > h4:hover{
    cursor: pointer;
    background: #109fa7 !important;
    color: #fff !important;
    position: relative;
    z-index: 2;
}
.group_body {
    height: auto;
    display: none;
    margin-top: 10px;
    padding: 0;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #E9E9E9;
}
.group_body .material_group {
    padding: 10px 12px;
    position: relative;
}
.group_body > .material_group > .wc_config_title {
    font-family: 'Josefin Sans';
    border: none;
    font-size: 14px;
    color: #777777;
    background: transparent;
    font-weight: bold;
    border-radius: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #D8D8D7;
    position: relative;
}
.group_body > .material_group > .wc_config_title:after {
    content: '';
    float: right;
    background: url(/wp-content/uploads/2023/10/tab-arrow.svg);
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    filter: brightness(0) saturate(100%) invert(51%) sepia(0%) saturate(11%) hue-rotate(193deg) brightness(90%) contrast(86%);
    margin-top: 3px;
    transform: rotate(180deg);
    margin-top: -2px;
    position: absolute;
    right: 0;
}
.group_body > .material_group > .wc_config_title:hover{
    color: #109fa7 !important;   
}
.group_body > .material_group > .wc_config_title:hover:after {
    filter: brightness(0) saturate(100%) invert(59%) sepia(59%) saturate(6116%) hue-rotate(153deg) brightness(95%) contrast(87%);
}
.group_body > .material_group > .wc_config_title.ui-state-active{
    color: #777777 !important;
}
.group_body > .material_group > .wc_config_title.ui-state-active:after {
    filter: brightness(0) saturate(100%) invert(59%) sepia(59%) saturate(6116%) hue-rotate(153deg) brightness(95%) contrast(87%);
    transform: rotate(0deg);
    margin-top: 5px;
}
.ui-accordion-header-icon.ui-icon {
    float: right;
    background: url(/wp-content/uploads/2023/10/tab-arrow.svg);
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    filter: brightness(0) saturate(100%) invert(51%) sepia(4%) saturate(13%) hue-rotate(314deg) brightness(90%) contrast(81%) !important;
    margin-top: 3px;
}
.wc_config_title.ui-state-active .ui-accordion-header-icon.ui-icon{
    filter: brightness(0) invert(1);
    margin-top: -4px !important;
}
.wc_config_title.ui-state-hover .ui-accordion-header-icon.ui-icon{
    filter: brightness(0) saturate(100%) invert(59%) sepia(59%) saturate(6116%) hue-rotate(153deg) brightness(95%) contrast(87%) !important;
}
.wc_config_title.ui-state-active .ui-accordion-header-icon.ui-icon{
    filter: brightness(0) saturate(100%) invert(59%) sepia(59%) saturate(6116%) hue-rotate(153deg) brightness(95%) contrast(87%) !important;
}
.ui-state-hover {
    cursor: pointer;
}
.ui-state-active .ui-accordion-header-icon.ui-icon {
    transform: rotate(180deg);
    margin: 0;
}
.wc_config_title span.ui-accordion-header-icon {
    font-size: 0;
    display: none;
}



span.input-error-msg, span.input-error-msg-top, span.input-error-msg-bottom-emblem, span.input-error-msg-bottom, span.input-error-msg-right, span.input-error-msg-front, span.input-error-msg-left, span.input-error-msg-varsity {
    font-family: 'Josefin Sans';
    font-size: 14px;
    font-weight: 600;
    color: #E1463A;
    margin-left: 20px;
}

/*-------------------- JACKET FORM VALITIONS --------------------*/
.group_wrapper.disabled {
    pointer-events: none;
}
span.jbcustomtitle {
    position: absolute;
    right: 25px;
    color: #109fa7;
}



/*--------------------  BUTTON FOR LAST ID --------------------*/
#customNextBtn {
    background: #109fa7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: -10px;
    border-radius: 15px;
    color: #fff;
    font-family: 'Josefin Sans';
    font-size: 14px;
    font-weight: 500;
}
#customNextBtn:hover {
    background: #E1463A;
    cursor: pointer;
}

/*-------------------- SIZE TAB --------------------*/
.wcpa_type_select {
    position: relative;
}
.wcpa_type_select:after {
    content: '';
    background: url(/wp-content/uploads/2024/03/arrow-icon.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.wcpa_type_select select::-ms-expand{
    display: none;
}
.wcpa_type_select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.wcpa_form_outer {
    display: none;
}
.wcpa_form_outer .wcpa_wrap {
    border: 3px solid #E9E9E9;
    border-radius: 50px;
    padding: 30px;
    background: #fff;
}
.wcpa_section_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wcpa_section_body > .wcpa_row {
    max-width: 100%;
    flex: 0 0 100%;
}
.wcpa_row.wcpa_row_index_3 {
    max-width: 49%;
    flex: 0 0 49%;
}
.wcpa_row.wcpa_row_index_4 {
    max-width: 49%;
    flex: 0 0 49%;
}
.jb-custom-size-text-block > label {
    font-family: 'Josefin Sans' !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #777777 !important;
    margin-bottom: 15px !important;
}
.jb-custom-size-text-block > p {
    font-family: 'Josefin Sans' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #00000080 !important;
    line-height: 1.3em !important;
}
.jb-custom-chart-url > label {
    text-align: right;
}
.jb-custom-height-heading > h4, .jb-custom-gender-heading h4, .jb-custom-size-heading > h4 {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    color: #777777;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 2px solid #D9D9D9;
}
.jb-custom-feet-opt > label {
    display: none !important;
}
.jb-custom-inches-opt> label {
    display: none !important;
}
.jb-custom-gender > label {
    display: none !important;
}
.jb-custom-size-opt > label {
    display: none !important;
}
.jb-custom-feet-opt > select {
    border: 3px solid #EFEFEF !important;
    border-radius: 20px !important;
}
.jb-custom-inches-opt > select {
    border: 3px solid #EFEFEF !important;
    border-radius: 20px !important;
}
.jb-custom-gender > .wcpa_field.wcpa_group_field {
    display: flex;
}
.jb-custom-size-opt > select {
    border: 3px solid #EFEFEF !important;
    border-radius: 20px !important;
}
.jb-custom-gender > .wcpa_field.wcpa_group_field {
    display: flex;
}
.jb-custom-gender > .wcpa_field.wcpa_group_field > .wcpa_radio > label {
    font-family: 'Josefin Sans' !important;
    font-size: 16px;
    font-weight: 500;
    color: #777777;
}
.wcpa_row.wcpa_row_index_8 {
    max-width: 100%;
    flex: 0 0 100%;
}
.wcpa_wrap .wcpa_radio input:checked~.wcpa_radio_custom {
    border-color: #109FA7;
}
.wcpa_wrap .wcpa_radio .wcpa_radio_custom::after {
    width: 10px;
    height: 10px;
    background-color: #109FA7;
}
.jb-custom-chart-url{
    margin: 0 !important;
}
.jb-custom-chart-url > label{
    margin: 0 !important;
}
.jb-custom-chart-url > label > a {
    font-family: 'Josefin Sans' !important;
    font-size: 16px;
    font-weight: 500;
    color: #109FA7;
    text-decoration: none;
    cursor: pointer;
}
.jb-custom-chart-url > label > a:hover {
  cursor: pointer; 
  color: #e1463a; 
}


#modal-2 {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    background: #fff;
    padding: 15px;
    height: 490px;
    overflow: hidden;
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: fixed;
}

#modal-2 .table td, #modal-2 .table th {
    overflow: hidden;
    white-space: nowrap;
    padding: 2px;
}
#modal-2 table th, #modal-2 table td {
    white-space: nowrap;
    overflow: hidden;
    width: 50%;
    text-align: center;
    color: #40403f;
}
.size-chart-section {
    position: relative;
    top: 10px;
	height: 100%;
}
.size-chart-section .container {
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.size-chart-content p {
    font-size: 16px;
    font-weight: 500;
    color: #40403f;
    line-height: 1.3em;
    margin-bottom: 30px !important;
}
.size-chart-content h3 {
    font-size: 25px;
    color: #109fa7;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px !important;
}
.size-chart-content h5 {
    font-size: 15px;
    color: #40403f;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px !important;
}
a#chart-close {
    padding: 13px 25px 13px 25px;
    background: var(--primary-red);
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 0;
}
a#chart-close:hover {
    background: var(--primary-blue);
    cursor: pointer;
    text-decoration: none;
    color: #fff;
/*    transition: 0.3s;*/
}
#modal-2 span#chart-close {
    position: absolute;
    top: -20px;
    right: -8px;
}
#modal-2 span#chart-close img{
    filter: brightness(0) saturate(100%) invert(40%) sepia(11%) saturate(7443%) hue-rotate(334deg) brightness(91%) contrast(94%);
}
span#chart-close:hover {
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(100%) sepia(37%) saturate(3931%) hue-rotate(147deg) brightness(90%) contrast(90%);
}
p.chart-table-heading {
    font-size: 16px;
    font-weight: 700;
    color: #40403f;
    text-align: center;
    border: 1px solid #dee2e6;
    padding: 5px;
    line-height: 1.2em;
}

/*-------------------- SUPPLY OWN POPUP --------------------*/

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 99999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(40,43,49,.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #333333;
    background: #FFFFFF;
    padding: 40px;
    text-align: center;
	border-radius: 30px;
}
.md-content > p {
    font-size: 20px;
    font-weight: 700;
}
.md-close {
    font-family: 'Josefin Sans' !important;
    border-radius: 30px;
    background: #109FA7 !important;
    padding: 14px 50px 10px 50px !important;
    font-size: 14px;
    line-height: 1em !important;
    color: #fff !important;
    margin-top: 20px;
    text-transform: uppercase;
    border: 0;
}
.md-close:hover {
    background: #E1463A !important;
    cursor: pointer;
}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
a.popup-email {
    color: #109FA7;
}
a.popup-email:hover {
    color: #E1463A;
    cursor: pointer;
}

/* UNDERCOLLAR EMBROIDERY HIDE */
.notneeded, .hidden_group {
    display: none !important;
}





.main-cart-jb-tabs-wrapper {
    max-height: 655px;
    overflow-y: auto;
    padding-right: 20px;
    margin-bottom: 30px;
}
button.single_add_to_cart_button.button.alt{
    margin-right: 20px;
}
.wcpa_form_outer {
    margin: 1em 0 0 0 !important;
}
form.cart {
    padding-right: 15px;
}



/*-------------------- JACKET BUILDER SCHOOL TEMPLATES --------------------*/

/* MOST POPULAR TEMPLATE */
.postid-1856 .custom_undercollar > .mat_option {
    border-radius: 20px;
}

/* HIGHTSTOWN HIGH SCHOOL TEMPLATE */
.temp_hightstown_high_school .mat_option.active {
    border-radius: 20px;
}

/*-------------------- JACKET BUILDER RESPONSIVENESS --------------------*/

@media (max-width: 1200px){
    .woocommerce-page .content-area {
        padding-top: 100px;
    }
    #wc_3d_main{
        margin-bottom: 100px;
    }
    .wc_3d_product_canvas {
        height: 480px !important;
        min-height: 400px !important;
        object-fit: cover;
    }
    #jb-tabs > .jb-tab > button {
        font-size: 14px;
        line-height: 1.2em;
        padding: 12px 8px 8px 8px;
    }
    .group_header > h4 {
        font-size: 12px;
        padding: 8px 10px;
    }
    button.single_add_to_cart_button.button.alt {
        padding: 12px 30px 10px 30px !important;
        font-size: 12px;
        margin-top: 10px;
    }
    .group_body > .material_group > .wc_config_title {
        font-size: 12px;
    }
    p.mat-custom-title {
        font-size: 12px !important;
        bottom: -25px;
        line-height: 1.2em;
    }
    .custom_sleeve_style > .mat_option, .custom_sleeve_type > .mat_option {
        margin: 10px;
        height: 50px;
    }
    .custom_color .mat_option {
        width: 25px !important;
        height: 25px !important;
        margin-top: 10px;
    }
    .custom_wool_sleeves {
        display: block;
    }
    .custom_wool_sleeves > .mat_option {
        height: 35px;
        border-radius: 20px !important;
        border: 3px solid #EFEFEF !important;
    }
    .custom_wool_sleeves p.mat-custom-title {
        top: 50%;
        transform: translateY(-10px);
    }
}


@media (max-width: 850px){
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100%;
        max-width: 100% !important;
    }
    #wc_3d_main {
        margin-bottom: 30px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100%;
        max-width: 100% !important;
    }
    p.mat-custom-title {
        line-height: 2em;
    }
}




/* Temporary for Wool Spacing*/

.custom_same_as_body {
    display: none !important;
    padding: 0 !important;
}
.material_group.never-show {
    padding: 0;
    margin: 0;
}

.material_group{
    margin-bottom: 0 !important;
}
div#custom-cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}


@media (max-width: 1024px){
    .size-chart-content p {
        font-size: 16px;
        margin-bottom: 15px !important;
    }
    .custom_embroidery_style > .mat_option {
        height: 50px;
    }
    .custom_top_lettering > .mat_option.active p.mat-custom-title {
        padding: 0 5px;
    }
}
@media (max-width: 767px){
    .size-chart-content {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    #modal-2 {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
		max-height: 90%;
		border-radius: 0;
    }
    .main-cart-jb-tabs-wrapper {
        padding-right: 0;
    }
    form.cart {
        padding-right: 0;
    }
}

@media (max-width: 425px){
    .custom_top_lettering {
        display: block;
    }
    .custom_top_lettering > .mat_option {
        height: 35px;
        max-width: 100%;
        margin-bottom: 5px;
    }
    span.jbcustomtitle {
        position: absolute;
        right: 25px;
        width: 45px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
    }
    .group_body > .material_group > .wc_config_title {
        font-size: 10px;
    }
}


@media (min-width: 767px){
    .single-product div.product { display: flex; }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { padding-left: 25px; }
}

/* Custom CSS - Kevin Jam - Starts Here */

div.material_options.mat_color.custom_color {
	/*overflow: visible;*/
	padding-left: 5px !important;

}

.material_options.mat_color.custom_color.trim_solid_base_color_class {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}

.material_options.mat_color.custom_color.snap_color_class {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
/* jb reset */
.group_wrapper .wc_config_title.ui-state-active, .group_wrapper .wc_config_title.ui-state-hover {
	background: initial !important;
}
.group_wrapper .material_options {
    border: none !important;
    margin: 0 !important;
}
/* jb end */

.wc_3d_product_canvas {
    border-radius: 20px;
	border: 1px solid #EFEFEF;
}

button.single_add_to_cart_button.button.alt {
    font-family: 'Josefin Sans' !important;
border-radius: 30px;
background: #E1463A !important;
padding: 14px 50px 10px 50px !important;
font-size: 14px;
line-height: 1em !important;
color: #fff !important;
float: right;
margin-top: 20px;
text-transform: uppercase;
    border: 0;
}
button.single_add_to_cart_button.button.alt:hover{
cursor: pointer;
background: #109FA7 !important;
}

.ui-accordion-header-icon.ui-icon {
    float: right;
    background: url(/wp-content/uploads/2023/10/tab-arrow.svg);
    width: 18px;
    height: 20px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    filter: brightness(0) saturate(100%) invert(41%) sepia(98%) saturate(736%) hue-rotate(144deg) brightness(94%) contrast(87%);
    margin-top: 3px;
}

.ui-state-active .ui-accordion-header-icon.ui-icon {
    transform: rotate(180deg);
    margin: 0;
}

.ui-state-hover {
	cursor: pointer;
}

.accordion__item__content a{
	color:var(--primary-red);
}

/* Ipad Pro Res */

@media (max-width: 1024px) {
    /* Makes the btn Perso + Size smaller */
    a.rc_button {
        font-size: 12px;
        -webkit-font-size: 12px; /* Safari WebKit Prefix */
    }
    
    /* Adds a little bit more width to the right column to allow more info to be inline */
    form.cart {
        padding-right: 0px;
        width: 108%;
        -webkit-width: 108%; /* Safari WebKit Prefix */
    }
    
    /* Position the values */
    .option_value {
        position: relative !important;
        margin-left: 5px !important;
        right: 0px !important;
        -webkit-right: 0px !important; /* Safari WebKit Prefix */
    }
    
}

/* End ipad Pro Res */
