
.product__section .switch{
    top: auto;
}

.product__variantHeader{
    display: block;
    width: 100%;
    color: #A6A6A6;
    position: relative;
    padding: 10px 0 10px 40px;
    cursor: pointer;
}
.product__variantHeader .toggleShow{
    left: 0px;
    top: 6px;
}
.product__variantHeader .handle{
    margin-right: 10px;
}
.product__variant.active .product__variantHeader,
.product__variantHeader:hover{
    background-color: #EBE8E8;
    transition: 0.5s;
}
.product__variant.active,
.product__variant:hover{
    background-color: #f6f6f7;
    transition: 0.5s;
}
.product__variant{
    transition: 0.5s;
}
@media (max-width: 767px){
    .product__variant{
        margin: 0 -30px;
    }
}

.product__variantContentInner{
    padding: 40px;
}
@media (max-width: 767px){
    .product__variantContentInner{
        padding: 20px;
    }
}

.product__variantContent .form,
.product__overview .form{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.product__variantContent .form .field-container,
.product__overview .form .field-container{
	width: 30%;
	flex-grow: 1;
}
.product__variantContent .form .field-container.fullwidth,
.product__overview .form .field-container.fullwidth{
	width: 100%;
}


.product__images {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
@media (max-width: 767px){
     .product__images {
         justify-content: center;
    }
}
.product__image{
    position: relative;
}
.product__imageThumb{
    width: 250px;
    height: 250px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.product__imageThumb img{
    width: auto;
    height: 100%;
}
.product__imageActions {
	display: flex;
	background: rgba(234, 233, 231, 0.8);
	padding: 0 10px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 0px;
	overflow: hidden;
	transition: 0.25s;
}
@media(max-width: 1229px){
    .product__imageActions{
        position: relative;
        height: 50px;
        padding: 10px;
    }
}
.product__image:hover .product__imageActions{
    height: 50px;
    padding: 10px;
    transition: 0.25s;
}
.product__imageActions .button:first-child {
	flex-grow: 1;
	margin-right: 10px;
}


.imageEdit{
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 20px;
}
@media (max-width: 767px){
    .imageEdit{
        flex-wrap: wrap;
    }
}
.imageEdit__thumb{
    width: 50%;
    text-align: center;
    flex-grow: 1;
}
@media (max-width: 1229px){
    .imageEdit__thumb{
        width: 30%;
    }
}
@media (max-width: 767px){
    .imageEdit__thumb{
        width: 100%;
    }
}

.imageEdit__thumb img{
    /*width: 100%;*/
    max-width: 100%;
}
.imageEdit__details{
    width: 50%;
    flex-grow: 1;
}

#PartnerProducts {
    display: flex;
    flex-wrap: wrap;
}
#PartnerProducts .properties-list{
    width: 100%;
}
#PartnerProducts :first-child .properties-list {
	margin-top: 73px;
	height: auto;
}

/*#PartnerProducts .property-add::after,*/
/*#PartnerProducts .property-remove::after,*/
/*.prescribing-option::after{*/
/*	content: '+';*/
/*	display: block;*/
/*	height: 40px;*/
/*	width: 0;*/
/*	overflow: hidden;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	background: #34C759;*/
/*	color: #fff;*/
/*	font-size: 40px;*/
/*	line-height: 40px;*/
/*	text-align: center;*/
/*	font-weight: 300;*/
/*	transition: 0.1s;*/
/*}*/
/*@media (max-width: 1229px){*/
/*    #PartnerProducts .property-add::after,*/
/*    #PartnerProducts .property-remove::after,*/
/*    .prescribing-option::after{*/
/*        width: 40px;*/
/*    }*/
/*}*/

/*#PartnerProducts .property-remove::after,*/
/*.prescribing-option::after{*/
/*    content: '-';*/
/*    background: #F46F64;*/
/*    line-height: 35px;*/
/*}*/
/*#PartnerProducts .property-add:hover::after,*/
/*#PartnerProducts .property-remove:hover::after,*/
/*.prescribing-option:hover::after{*/
/*	width: 40px;*/
/*	transition: 0.1s;*/
/*}*/
/*#PartnerProducts .property-add,*/
/*#PartnerProducts .property-remove,*/
/*.prescribing-option{*/
/*	position: relative;*/
/*	padding-right: 50px;*/
/*	cursor: pointer;*/
/*	transition: 0.1s;*/
/*}*/
/*#PartnerProducts .property-add:hover,*/
/*#PartnerProducts .property-remove:hover{*/
/*	background: #eae9e7;*/
/*	transition: 0.1s;*/
/*}*/

/* Alternative style */

/*#PartnerProducts .property-add::after,*/
/*#PartnerProducts .property-remove::after{*/
/*	left: 0;*/
/*	right: auto;*/
/*}*/
/*#PartnerProducts .property-add:hover,*/
/*#PartnerProducts .property-remove:hover{*/
/*	padding-left: 50px;*/
/*}*/
/*#PartnerProducts .property-add,*/
/*#PartnerProducts .property-remove{*/
/*	transition: 0.1s;*/
/*}*/

.prescribing-options h3 {
    margin-top: 1rem;
}
.prescribing-options-actions {
    display: flex;
    margin-top: 1rem;
    align-items: flex-end;
}
.prescribing-options-actions .bordered-btn.add {
    position: relative;
    top: auto;
    right: auto;
}
.prescribing-option {
	display: flex;
	flex-direction: row;
	height: 40px;
	align-items: center;
	justify-content: space-between;
	background-color: #FCFAFA;
	padding: 0 20px;
	margin: 5px 0 5px -20px;
	animation: fade-in 0.25s;
}
.prescribing-option:hover{
    background-color: #ebe8e8;
    transition: 0.1s;
}
.prescribing-options-actions input::placeholder { 
    color: #A6A6A6;
    opacity: 0.8; 
}
/*.prescribing-options-actions input.infoname{ */
/*    padding-left: 20px;*/
/*}*/
.prescribing-options-actions .add{
    margin-left: 20px;
    margin-bottom: 5px;
}

@media (max-width: 767px){
    .fc12 .form .field-container{
        width: 100%;
    }    
}
@media (max-width: 767px){
    .additional-information-actions{
    	fleX-wrap: wrap;
    }
}
@media (max-width: 767px){
    .additional-information-actions a{
    	margin-bottom: 10px;
    }
}

@media (max-width: 767px){
    #AdditionalInformation .accordion{
        margin: 0 -30px;
    }
}

.toggles > div {
	padding-right: 50px;
}

#productDetails{
    animation: fade-in 1s;
}