/** legacy **/
.product-options-wrapper .dco-uncommon {
 display:none !important;
}
@media only screen and (max-width: 768px) {
	.cart.item .product-image-photo {
	aspect-ratio: unset;
	}
}

/** Product Page **/
	.action.primary.additional{
	  background: #212e61;
	}
	.action.primary.additional:hover{
	  background: #f7941d;
	}

/** Modal **/
.to_login_modal_wrapper .modal-popup.modal-slide {
	z-index: 9999;
}
.to_login_modal_wrapper .modal-inner-wrap {
  border-radius:15px;
  max-width: fit-content;  
  max-height: 90%;
}
@media only screen and (max-width: 768px) {
	.to_login_modal_wrapper .modal-popup.modal-slide {
		z-index: 9999;
	}
	.to_login_modal_wrapper .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: unset;  
    margin-top: 40px;
  	}
  	.to_login_modal_wrapper .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  	}
}
.add-to-cart-popup .modal-inner-wrap {
 width: calc(100% - 40px);  
  background: #fff;
  max-width: 625px;
}

.modal-popup.add-to-cart-popup .modal-title {
  font-weight: 600;  
  font-size: 2rem;
  color:#f7941d;
}

.add-to-cart-popup .cart-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 28px;
}
.add-to-cart-popup .cart-item img {
	width: 70px;
    height: 70px;
  }
.add-to-cart-popup .cart-item .cart-item-detail {
	padding-left:20px;
}

.add-to-cart-popup .cart-item .cart-item-title {
    font-size: 2.375rem;  
    font-weight: 900;
    margin-bottom: 5px;
}

.add-to-cart-popup .cart-item .cart-item-meta {
    display: flex;
    font-size: 1.375rem;  
    font-weight: normal;
}

/** Cart **/

.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid transparent !important;
}
.itemPersonalisation {
  padding: 15px 25px 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;  
  border: 1px solid #f7941d !important;
  background-color: #ffffff;  
  align-items: center;
}


/** Personalisation Page **/

 	.personalisation-main  .logo-selection {
	  padding: 15px 25px 25px;
	  margin-bottom: 20px;  
	  border: 1px solid #f7941d !important;
	  background-color: #ffffff;  
    }
    
    .personalisation-main  .customerlogo {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
    }
    
    .personalisation-main  .customerlogo.checked {
	  background: #f0f0f0;
	  padding: 5px;
	  border: 1px solid orange;
	  margin-bottom: 10px;
	}

    .personalisation-main .logo-preview {
        width: 75px;
        height: 75px;
        object-fit: contain;
    }

    .use-logo-btn {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
    }

    .use-logo-btn:hover {
        background-color: #0056b3;
    }

    .chosenLogo {
        margin-top: 10px;
    }

    .uselogo {
        font-weight: bold;
        color: green;
        margin-top: 10px;
    }
   


.devnote { font-size: 14px; font-style: italic; color:#cecece;}


.personalisation-root {
  min-height: 70vh;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .personalisation-root {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.personalisation-side {
  margin-bottom: 30px;
  width: 450px;
  float: none;
  order: 2;
  position: relative;
  height: calc(100vh - 60px);
  min-height: 100%;
}
@media only screen and (max-width: 899px) {
  .personalisation-side {
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 0;
    top: 0;
  }
}
.personalisation-main {
  order: 1;
  width: calc(100% - 350px);
  float: none;
  padding-right: 60px;
}

@media only screen and (max-width: 899px) {
  .personalisation-main {
    order: 2;
    width: 100%;
    padding: 0;
  }
}

.personalisation-login {
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .personalisation-login {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 900px) {
  .personalisation-login .login {
    display: flex;
    align-items: center;
  }
}

.personalisation-login .login {
  padding: 20px;
  background-color: #ffffff;
}

.personalisation-root h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 10px;
}

.personalisation-side .productBlock {
    display: flex;
}
.personalisation-side .productBlock .productBlockDetail {
	padding-left: 20px;
}

.personalisation-side .productBlock .productBlockDetail .productBlockTitle{
	font-weight: bold;
}

/** steps **/
.Checkbox-container 
{
	padding: 5px 20px;
	cursor: pointer; 
}
.Checkbox-container:hover {
  background-color: #f9f9f9;
}
.Checkbox-container.checked
{  border: 2px green solid;
  background: #fafafa;
}

.Checkbox-checkmark, .Checkbox-circle {
    display: none;
}

.checked .Checkbox-checkmark, .selected .Checkbox-circle {
    display: inline-block;
}

.Checkbox-checkmark::after {
  font-family: luma-icons;
  content: '\e610';
}
.Checkbox-circle::after {
  font-family: luma-icons;
  content: '\e60e';
}

@media only screen and (min-width: 750px) {
.personalisation .form {
    margin-bottom: 30px;
  }
}

.personalisation-root .positionBackground {
  padding: 15px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;  
  border: 1px solid #f7941d;
  background-color: #ffffff;
}

.personalisation-root .positionSubtitle, .personalisation-root .optionSubtitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.personalisation-step1 .content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.positionChoice {
	text-align:center;  cursor: pointer;
}
	.Checkbox-title { 
		padding-top: 10px;
		display: block;
	}

   .positonImages {
   	max-height: 250px;
   
   }
   .Checkbox-price {
		padding-top: 10px;
  		display: block;
  		color: #f7941d;
  		font-size:1.2rem
   }
.personalisation-root input.inputHidden {
  visibility: hidden;
  pointer-events: none;
}

.Option-label {
  font-size: 14px;
  box-shadow: 0 0 4px rgba(35,31,32,.4);
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: 400;
  position: relative;  
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.personalisation-step2 .Option-label {  
		flex-wrap: wrap;
  		gap: 10px;
	}
}

.selected .Option-label
{  border: 2px green solid;
  background: #fafafa;
}

.personalisation-step3 .Option-label {
  background: #efefef;
  padding: 40px 20px;
  box-shadow: none;
  flex-wrap: wrap;
  }

.Option-information_wrapper{
  padding: 0 20px;	
  min-width: 260px;
}

.LogoUploader-wrapper .LogoUploader-dropzoneAdvice {
  font-size: 13px;
  margin-top: 5px;
  color: #797676;
  font-weight: 600;
  text-align:center;
}
.DropZone-dropzone {
  padding: 20px 20px 8px;
  text-align:center;
}

.personalisation-step3 .preview {
	box-shadow: 0 0 4px rgba(35,31,32,.4);
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	width: calc(100% - 40px);
}


/* buttons and info */

.SubmitNewCustomisation-button {
    display: inline-block;
    background-color: #fb9821;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.SubmitNewCustomisation-button:hover {
    background-color: #212e61;
}

.actionsSecondary .action.primary {
  background: #212e61;
  }
.actionsSecondary .action.primary:hover {
  background: #fb9821;
  }


.actionsReverse {
  margin: unset;
}

.applicationMethodAction { margin-bottom: 20px;}

.applicationMethodAction .actions {
    display: flex;
    align-items: center;
  }
  
.applicationMethodAction  .actionsReverse {
    flex-direction: row-reverse;
  }
  
  
 .applicationMethodAction .actionsAlt {
    justify-content: space-between;
  }

.infoBlock {
  padding: 20px;
  background-color: #fff;
  margin: 0 0 20px;
}
@media only screen and (min-width: 750px) {
  

.infoBlockTitle {
  padding: 0;
}
.infoBlockDesc {
  margin-bottom: 0;
}
.summaryInfo {
  margin-top: 40px;
  margin-bottom: 30px;
}
.summaryInfo ul {
  margin: 0;
}
.summaryInfo ul li {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,.12);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.summaryInfo ul li .summaryInfoImg {
  width: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

}