/*
	Theme Name: ASSA ABLOY
	Theme URI:
	Author: Expertel
	Author URL:
	Description: Theme for ASSA ABLOY
	Version: 1.0
	License: GNU General Public License V2 or later
	License URI:
	Tags: Community Template
	Text Domain: Assa Abloy
*/

:root {
	--mainBackgroud: linear-gradient( 180deg, rgba(255, 80, 45, 0) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 80, 45, 0) 100% );
	--maxWidthContainer: 1440px;
	--heroNew: 'Open Sans', sans-serif;
	--mainColorText: #333;
  }
  
  body{
	  background: var(--mainBackgroud);
	  font-family:var(--heroNew);
	  font-weight:normal;
	  color: var(--mainColorText);
	  background-blend-mode: normal;
  }

  .no-scrollbar{
	overflow: hidden; 
  }
  
  #ctrl_content_left a{
	  color: #00a0d0;
  }
  
  footer{
	  border-top: solid 6px #00a0d0;
	  padding-top: 25px;
	  padding-left: 20px;
	  padding-right: 20px;
	  padding-bottom: 20px;
	  text-align: center;
  }

  /*
  .holderPayment{
	max-width: 1744px;
	margin: 0 auto;
  }
  */

  footer img{
	width: 200px;
  }
  
  footer a{
	  color: #00a0d0;
  }
  
  .grid-banner{
  
	  background: #00a0d0;
	  color: #FFF;
	  height: 350px;
	  font-weight: bold;
  }
  
  .ctrl_heading_1{
  
	font-size: 4em;
    padding-top: 80px;
    
  } 
  

  #ctrl_header{
	width: 100%;
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
  }

  #ctrl_header .holder-left img{
	max-width: 200px;
  }
  #ctrl_header .holder-right img{
	width: 200px;
  }
  
  .select-containerPayment select:focus,
  .select-container select:focus{
	  outline: none;
  }

  #shipping_address,
  .select-containerPayment select,
  .select-container select {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  padding: .5em;
	  border: none;
	  border-radius: 3px;
	  padding: 1em 2em 1em 1em;
	  /*font-size: 20px;*/
  }
  .select-containerPayment,
  .select-container {position:relative; display: inline;}
  
  .select-containerPayment:after,
  .select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
  
  .select-containerPayment{
	  position: relative;
	  display: block;
  }

  .select-containerPayment:after{
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  top: 1.5em;
	  right: .75em;
	  border-top: 8px solid black;
	  opacity: 0.5;
  }
  .select-container:after {
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  top: .3em;
	  right: .75em;
	  border-top: 8px solid black;
	  opacity: 0.5;
  }


  .select-container select::-ms-expand {
	  display: none;
  }
  
  /*
  .select-container select option {
	position: absolute;
	background-color: red;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 10px !important;
	margin: 10px;
  }
  */
  .ctrl_body #ctrl_content_left h1.text{
	  font-size: 54px;
	  font-weight: 700;
	  line-height: 1.5;
	  letter-spacing: 1px;
  
  }
  
  #holderLogout{
	  text-align: right;
	  padding-bottom: 15px;
	  padding-right: 10px;
	  padding-top: 10px;
  }
  
  #holderLogout a{
	  color: #00a0d0;
  }
  
  #holderLogout a:hover{
	  text-decoration: none;
  }
  #holderLogout img{
	  max-width: 24px;
  }
  
#mainContainerHeader{
	max-width: 1744px;
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
  
#mainContainer{
	/*max-width: 1744px;*/
	/*
	padding-left: 20px;
	padding-right: 20px; 
	*/
	width: 100%;;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px; 
	position: relative;
	min-height: 500px;
  
}
  
  #holderOrderFr{
	  max-width: 1290px;
	  margin: 0 auto;
	  padding-left: 10px;
	  padding-right: 10px;
  }
  
  

  .ctrl_body{
	  /*padding: 0px 5px 30px 125px;*/
	  padding: 0px 20px 30px 20px;
	  /*max-width: 1744px;*/
	  width: 100%;
	  margin: 0 auto;
  }
#holderLoginNumber,
/*.ctrl_heading_1,*/
.holderPayment,
.ctrl_body_order{
	max-width: 1744px;
	padding: 20px;
	margin: 0 auto;
	/*
	  margin-left: 6.3%;
	  margin-right: 6.3%;
	  */
  
}
.ctrl_heading_1{
	max-width: 1744px;
	margin: 0 auto;
	padding: 20px;
}
  
#searchPhone{
	margin-bottom: 50px;
}
  
  .grid-container-order{
	  display: flex;
	   flex-wrap: wrap;
	   flex-direction: row;
  }
  
  .grid-container-order .sectionOne{
	  order: 1;   
	  flex-basis: 66%;
  }
  .grid-container-order .sectionOne .ppleft{
	  /*padding-left: 50px;*/
  }
  .grid-container-order .sectionTwo{
	order: 2;
	flex-basis: 34%;
	 
  }
  
  
  .sectionOne .holderInfo{
	  margin-right: 20px;
	  font-size: 20px;
	  font-weight: 300;
	  margin-bottom: 2px;
  }
  
  .sectionOne .holderInfo .secondInfo{
	  padding-top: 33px;
	  padding-bottom: 0px;
	  font-weight: 600;
  }
  
  .sectionOne .holderInfo .infoUser{
	  font-weight: bold;
  }
  
  .sectionOne  .infoFreeUser{
	  padding-bottom: 35px;
  }
  
  .sectionOne  .infoFreeUser .infoFreeMainColor{
	  font-weight: bold;
	  font-size: 24px;
	  color: #00a0d0;
  }
  
  .sectionOne  .infoFreeUser .infoFreeSecondColor{
	  font-weight: bold;
  }
  .sectionOne .infoFreeUser{
	  font-weight: 300;
	  font-size: 24px;
  }
  
  
  
  #holderFreePhone{
	  margin-bottom: 40px;
  }
  
  /*Orders*/
  .cp_size_grid{
	  display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		padding-top: 16px;
		gap: 3%;
  }
  
  .cp_size_grid > div {
	flex-basis: 100%;
	margin-bottom: 10px; 
  
	
  }
  
  .cp_size_grid div select{
	  width: 100%;
	  
	  border: solid 1px #ccc;
	  border-radius: 6px;
	  padding: 8px; 
  }
  
  
  /* Add the container Css responsive Phone Free  */
  #holderFreePhone .container_phone {
	  display: block;
	  flex-wrap: wrap;
	  flex-direction: column;
	  justify-content: flex-start;
	  align-items: stretch;
	}

	.cp_free_title span{
	  margin-right: 5px;
	}
	
  #holderFreePhone .container_phone .middle .imageContainer{
		
		/*float: left;*/
		margin-right: 25px;
		padding: 20px;
		-webkit-border-radius: 8px;
		  -moz-border-radius: 8px;
		border-radius: 8px;
	}

	
	
  #holderFreePhone .container_phone .middle .cp_model{
	  font-size: 20px;
	  font-weight: 900;
	  color: #1C1B1F;
	  padding-top: 36px;
	  text-align: start;
	}
	
  #holderFreePhone .container_phone .middle .cp_size{
		font-size: 26px;
		font-weight: 900;
		color: #1C1B1F;
	}
	
  .btn-sky{
	border: solid 1px #00a0d0;
	background: #00a0d0;
	color: #fff;
  }
	
  #holderFreePhone .container_phone .middle .cp_options button.btnSelectedOldDevice,
  #holderFreePhone .container_phone .middle .cp_options button.btnSelectedPhone{
		border: solid 1px #00a0d0;
		background: #00a0d0;
		color: #fff;
		font-weight: bold;
		content: 'Select';
	}
	
  #holderFreePhone .container_phone .middle .cp_options button.btnSelectedPhone::before{
		content: '';
	}
	
  #holderFreePhone .container_phone .middle img{
	  height: 180px;
	  object-fit: cover;
	}
	
	
  #holderFreePhone .container_phone .right {
	  order: 2;
	  flex-basis: 32.3%;
	  margin:1% 1% 1% 0%;
	}
   
  .container-thanks{
	  min-height: 600px;
	  padding-left: 20px;
	  padding-right: 20px;
  }  
	
  #holderFreePhone .container_phone .middle{
		border: solid 1px #9FA1A9;
		border-radius: 5px;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(204,204,204,1);
		-moz-box-shadow: 0px 1px 3px 0px rgba(204,204,204,1);
		box-shadow: 0px 1px 3px 0px rgba(204,204,204,1);
		background: #ffffff;
		margin: 2% 4% 2% 0%;
		padding: 24px 18px;
		text-align: center;
		background: #ffffff;
		/*display: block;*/
  }

  #holderFreePhone .container_phone .middle{
	display: flex;
	flex-direction: row;
}

#holderFreePhone .container_phone .middle .conta-data-free-options{
	flex: 1;
}
	
  #holderFreePhone .container_phone .middle.holderSelectedPhone{
		border: solid 1px #9FA1A9;
	}
  
  /*  End container Css Phone Free */
  
  
  .container_phone {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
  }
  
  /*F4F4F4*/
  /*
  .container_phone .left {
	order: 1;
	
	flex-basis: 32.3%;
	margin:1% 1% 1% 0%;
  }
  */
  
  .container_phone .middle {
	  order: 3;
	  flex-basis: 29%;
	  margin: 2% 4% 2% 0%;
	  padding: 24px 18px;
	  text-align: center;
	  background: #ffffff;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-items: stretch;
	  border: solid 1px #9FA1A9;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 1px 3px 0px rgba(204,204,204,1);
	  -moz-box-shadow: 0px 1px 3px 0px rgba(204,204,204,1);
	  box-shadow: 0px 1px 3px 0px rgba(204,204,204,1);
	
  }
  
  .container_phone .middle  .imageContainer{
	  /*-background: #f5f5f7;*/
		padding: 20px;
		-webkit-border-radius: 8px;
		  -moz-border-radius: 8px;
		border-radius: 8px;
	  min-height: 220px;
  }
  
  .container_phone .middle  .imageContainer img{
	  height: 180px;
	  object-fit: cover;
  }
  
  .container_phone .middle .cp_model{
	  font-size: 20px;
	  font-weight: 900;
	  color: #1C1B1F;
	  padding-top: 36px;
  }
  
  .container_phone .middle .cp_size{
	  font-size: 16px;
	  font-weight: 200;
	  color: #50556C;
  }
  
  .container_phone .middle .cp_options button.btnSelectOldDevice,
  .container_phone .middle .cp_options button.btnSelectPhone{
	  border: solid 1px #00a0d0;
		border-radius: 4px;
		width: 100%;
		padding: 14px;
		background: #fff;
	   color: #00a0d0;
		font-size: 14px;
		margin-top: 12px;
		font-weight: 900;
	  
  }

  #holderFreePhone .container_phone .middle .cp_options button.btnSelectOldDevice,
  #holderFreePhone .container_phone .middle .cp_options button.btnSelectPhone{
		border: solid 1px #00a0d0;
		border-radius: 4px;
		width: auto;
		padding: 14px 100px;
		background: #fff;
		color: #00a0d0;
		font-size: 14px;
		margin-top: 26px;
		font-weight: 900;
		
	}
  
  
  /*
  .container_phone .middle .cp_options button.btnSelectPhone::after{
	  content: 'Select';
  }
  */
  .container_phone .middle .cp_options button.btnSelectedOldDevice,
  .container_phone .middle .cp_options button.btnSelectedPhone{
	  border: solid 1px #00a0d0;
	  background: #00a0d0;
	  color: #fff;
	  font-weight: bold;
	  content: 'Select';
  }
  
  .container_phone .middle .cp_options button.btnSelectedPhone::before{
	  content: '';
  }
  /*
  .container_phone .middle .cp_options button.btnSelectedPhone::after{
  
	  content: 'Selected';
  }
  */

  .btnSelectOldDeviceFillForm{
	border: solid 1px #00a0d0;
    border-radius: 4px;
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #00a0d0;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 900;
  }
  
  .container_phone .middle img{
	  max-width: 100%;
  }
  
  
  .container_phone .right {
	order: 2;
   
	flex-basis: 32.3%;
	margin:1% 1% 1% 0%;
  }
  
  
  .container_phone .middle{
	  
  }
  
  .container_phone .middle.holderSelectedPhone{
	  border: solid 1px #9FA1A9;
  }
  
  .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	
	align-items: center;
  }
  
  
  .grid-item .description{
	  /*padding-top: 27px;*/
	  /*padding-bottom: 27px;*/
	  font-size: 15px;
	  font-weight: bolder;
  }
  
  #ctrl_content_left{
	  padding-top: 10px;
	  /*padding-left: 100px;	*/
  }
  #ctrl_content_right{
	  text-align: center;
	  position: absolute;
	  top: 140px;
	  right:150px
  }

  #ctrl_content_right img.img-phone{
	/*padding-top: 30px;*/
  }
  
  #mainContainer form#searchPhone{
	  max-width: 320px;
  }
  
  #mainContainer form#formOrder{
	  max-width: 100%;
  }
  
  #mainContainer form #holderByeEmail span{
	  font-size: 13px;
  }
  
  #mainContainer form #access_country,
  #mainContainer form #by_access_code,
  #mainContainer form #zipCode,
  #mainContainer form #phone_number,
  #mainContainer form #confirmation_code{
	  background: rgb(216 216 216 / 29%); /* #D8D8D8;*/
	  padding: 10px 10px 10px 40px;
	  border: solid 1px #D8D8D8;
	  width: 100%;
	  margin-bottom: 12px;
	  color: #50556C;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
  }
  
  #inputZipCode{
	  background: #fff;
	  padding: 10px 10px 10px 10px;
	  border: solid 1px #D8D8D8;
	  max-width: 100px;
	  margin-bottom: 12px;
	  color: #50556C;
  }
  
  #mainContainer form #access_country{
	  padding: 10px 10px 10px 10px;
  }
  #mainContainer form #phone_number{
	  background-image: url("images/phone-call.png");
	  background-repeat: no-repeat;
	  background-position: 10px center;
  }
  
  #mainContainer form #confirmation_code{
	  background-image: url("images/icon-barcode_clock.png");
	  background-repeat: no-repeat;
	  background-position: 10px center;
	  background-size: 24px;
  }
  
  #mainContainer form #by_access_code{
	  background-image: url("images/icon-access-code.png");
	  background-repeat: no-repeat;
	  background-position: 10px center;
	  background-size: 24px;
  }
  
  #mainContainer form #zipCode{
	  background-image: url("images/icon-pin-map.png");
	  background-repeat: no-repeat;
	  background-position: 10px center;
	  background-size: 24px;
  }
  
  #mainContainer form #btnVefication,
  #mainContainer form #btnCreateCode{
	  color: #fff;
	  width: 100%;
	  background: #00a0d0;
	  border: solid 1px #00a0d0;
	  padding: 6px;
	  font-size: 23px;
	  display: block;
	  text-align: center;
	  cursor: pointer;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
  }
  
  #holderCheckOptionUser{
	  margin-bottom: 24px;
	  font-size: 12px;
	  text-align: right;
  }
  
  #holderCheckOptionUser #btnYesPhoneNumber,
  #holderCheckOptionUser #btnNoPhoneNumber{
	  color: #00a0d0;
	  text-decoration: none;
	  font-weight: 400;
	  font-size: 16px;
  }
  
  
  .title{
	  color: #4F5261;
	  font-size: 16px;
	  font-weight: bold;
	  
  }

  .ctrl_headr_title .title{
	margin-bottom: 0px;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
  }

  .ctrl_headr_title {
		width: 100%;
	border: 1px solid #9FA1A9;
	border-top: 10px solid #00a0d0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 24px;
	margin-bottom: 20px;
	}

	
  
  .clearboth{
	  clear: both;
  }
  .full-responsive{
	  max-width: 100%;
	  height: auto;
  }
  
  
  .sectionTwo{
	  
	  
  }
  .sectionTwo .infoOrder{
	  
	  padding-top: 30px;
	  padding-left: 37px;
	  padding-right: 37px;
	  padding-bottom: 61px;
	  background: #FBFBFB;
	  border: 1px solid #9FA1A9;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
  }
  
  .sectionTwo .infoOrder #t_phone_cost,
  .sectionTwo .infoOrder #t_upgrade,
  .sectionTwo .infoOrder #t_payable,
  .sectionTwo .infoOrder #t_taxes,
  .sectionTwo .infoOrder #t_price_old_device,
  .sectionTwo .infoOrder #t_total{
	  text-align: right;
	  width: 100%;
	  font-weight: bold;
	  font-size: 16px;
  }
  
  
  .sectionTwo .infoOrder #t_payable{
	  font-weight: bold;
	  /*font-size: 24px;*/
  }

  #t_total_cost,
  .sectionTwo .infoOrder #t_payable #t_payable_cost{
	display: inline-block;
  }
  
  .sectionTwo .infoOrder h1{
	  font-size: 40px;
	  color: #1C1B1F;
	  font-weight: 600;
  }
  #t_total_sum{
	  font-weight: 600;
  }
  #t_total_cost{
	  font-weight: 900;
  }
  
  .sectionTwo .infoOrder h2{
	  font-size: 16px;
	  color: #50556C;
	  padding-bottom: 33px;
  }
  
  .sectionTwo .infoOrder .tableDetail{
	  margin-top: 30px;
  }
  
  .sectionTwo .infoOrder .tableDetail td{
	   padding-bottom: 22px;
	   color: #50556C;
	   font-weight: 300;
  }
  
  .sectionTwo .infoOrder hr{
	  height: 1px;
	  background:#00a0d0;
	  width: 100%;
	  display: block;
	  border-top: #00a0d0;
	  margin-top: 0px;
	  margin-bottom: 44px;
  }
  
  .sectionTwo .infoOrder .inputSection{
	  padding-top: 9px;
	  padding-bottom: 9px;
  }
  
  .sectionTwo .infoOrder .inputSection label{
	  width: 100;
	  display: block;
	  color: #50556C;
	   font-weight: 300;
  
  }
  
  .sectionTwo .infoOrder .inputSection input[type=text],
  .sectionTwo .infoOrder .inputSection textarea,
  .sectionTwo .infoOrder .inputSection input[type=email],
  .sectionTwo .infoOrder .inputSection select{
	  width: 100%;
	  padding: 14px;
	  display: block;
	  border: solid 1px #E0E0E1;
	  border-radius: 5px;
  
  }
  
  .sectionTwo .infoOrder .inputSection input[type=text]::placeholder{
	  color: #A3A5A7;
	   font-weight: 300;
	   font-size: 14px;
  }
  
  .sectionTwo .infoOrder .inputSection .submit{
	  background: #00a0d0;
	  color: #fff;
	  font-size: 24;
	  font-weight: 500;
	  padding: 16px;
	  width: 100%;
	  display: block;
	  border: solid 1px #00a0d0;
	  margin-top: 28px;
  }
  
  .btn-signature-send{
	  background: #00a0d0;
	  color: #fff;
	  font-size: 24;
	  font-weight: 500;
	  border: solid 1px #00a0d0;
  }
  
  .btn-signature-send:focus,
  .btn-signature-send:hover{
	  background: #00a0d0;
	  color: #fff;
	  border: solid 1px #00a0d0;
  }
  
  /*error */
  
  .errorMsgbox {
	  color: #ba3939 !important;
	  background: #ffe0e0 !important;
	  border: 1px solid #a33a3a !important;
  }
  
  .barMsgbox {
	  position: relative;
	  padding: 10px;
	  margin: 10px 0px;
	  color: #333;
	  background: #fafafa;
	  border: 1px solid #ccc;
  }
  
  .bar-amount-paid{
	  /*padding-top: 10px;*/
	  padding-bottom: 20px;
  }
  
  #holderThankYou{
	  max-width: 520px;
	  padding: 20px;
	  margin: 0 auto;
	  /*min-height: 450px;*/
	  background: #fff;
	  -webkit-border-radius: 11px;
	  -moz-border-radius: 11px;
	  border-radius: 11px;
	  -webkit-box-shadow: 0px 1px 3px 0px rgb(204 204 204);
	  -moz-box-shadow: 0px 1px 3px 0px rgba(204,204,204,1);
	  box-shadow: 0px 1px 3px 0px rgb(204 204 204);
	  
  }
  .iconThankYou{
	  padding: 10px;
	  margin-bottom: 55px;
  }
  .titleThankYou{
	  font-size: 16px;
	  font-weight: bold;
	  color: #59B143;
	  padding-top: 10px;
	  margin-bottom: 40px;
  }
  .descriptionAmount{
	  font-size: 20px;
	  font-weight: 600;
	  color: #1C1B1F;
	  float: right;
  }
  .descriptionThankYou{
	  font-size: 20px;
	  font-weight: 600;
	  color: #1C1B1F;
	  float: left;
  }
  
  #footerThankYou{
	  font-size: 16px;
	  font-weight: 300;
	  
	  position: relative;
	  text-align: center;
	  bottom: 0px;
	  text-align: center;
	  width: 100%;
	  padding-top: 100px;
  }
  
  #footerThankYou a:hover,
  #footerThankYou a{
	  text-decoration: none;
	  color: #50556C !important;
  }
  
  
  /*smaller*/
  #tableOrders_wrapper,
  #tableOrders th,
  #tableOrders td{
	  font-size: 12px;
  }
  
  #tableOrders td select { 
	  font-size: 16px;
  }
  
  .orderDenied{
	  background: #ccc;
	  border: solid 1 #ccc;
	  border-radius: 4px;
	padding: 15px 23px;
	margin: 5px;
	display: inline-block;
  }
  
  .orderApproved{
	background: #00a0d0;
	border: solid 1 #00a0d0;
	border-radius: 4px;
	padding: 15px 15px;
	margin: 5px;
	 display: inline-block;
	 color: #fff;
  }
  
  
  .orderApprovedAlert{
	background: #00a0d0;
	border: solid 1 #00a0d0;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
  }
  .orderApprovedAlert:hover{
	  color: #fff;
  }
  
  .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
	  border-top: solid 3px #00a0d0;
  }
  
  .jconfirm .jconfirm-box {
    width: fit-content !important;
}

.wrapFullDetail  .splitItems .col {
	line-height: 27px;
	padding-bottom: 28px;
}

	footer .description br{
		display: none;
	}


  @media screen and  (max-width: 1800px) 
  {
	.jconfirm .jconfirm-box,
  .jconfirm-box {
	  width: 400px !important;
  }
  /*
	.btn-lan{
		margin-right: 11em!important;
	  }
	  */
	  
  }

  @media screen and  (max-width: 1600px) 
  {
	/*
	.btn-lan{
		margin-right: 10.5em!important;
	  }
	  */
  }
  
  @media screen and  (max-width: 1500px) 
  {
	.more_info {
		width: 38.5%;
	}
	/*
	.btn-lan{
		margin-right: 9.5em!important;
	  }
	  */

	  .ctrl_heading_1{
  
		  font-size: 3.5em;
		  padding-top: 40px;
	  }
  
	  #ctrl_content_right {
		  right: 40px;
		  width: 400px;
	  }
  
	  .full-responsive {
		  max-width: 89%;
		  height: auto;
	  }
  
	  .container_phone .middle{
		  flex-basis: 46%;
	  }
  
	  .container_phone .middle .imageContainer img {
		  object-fit: cover;
		  height: 180px;
	  }
  
	  .container_phone .middle .imageContainer {
		  min-height: 20px;
	  }
  
  }
  
  @media screen and  (max-width: 1280px) {

	.grid-container-order .sectionOne {
		flex-basis: 100% !important;
	}
	.grid-container-order .sectionTwo{
		flex-basis: 96% !important;
	}

	/*
	.btn-lan{
		margin-right: 7.8em!important;
	  }
	  */
	  .ctrl_heading_1{
  
		  font-size: 3em;
		  padding-top: 40px;
	  }
  
	  .full-responsive {
		  max-width: 89%;
		  height: auto;
	  }
  
  }
  
  @media screen and  (max-width: 1130px) 
  {
	.grid-container-order .sectionOne {
		flex-basis: 100% !important;
	}

	/*
	.btn-lan{
		margin-right: 7.2em!important;
	  }
	  */
	  .grid-container-order  .sectionOne{
		  flex-basis: 67% !important;
	  }
  
	  .grid-container-order .sectionTwo{
		  flex-basis: 33% !important;
	  }
  
	  .container_phone .middle{
		  flex-basis: 44%;
	  }
	  .ctrl_heading_1{
  
		  font-size: 2.5em;
		  padding-top: 40px;
	  }
  
	  #ctrl_content_right {
		  right: 80px;
		  width: 307px;
	  }
  }
  
  @media screen and  (max-width: 1024px) 
  {
	.jconfirm .jconfirm-box,
  	.jconfirm-box {
	  width: 300px ;
  	}
	
  	/*
	.btn-lan{
		margin-right: 6.2em!important;
	}
	*/

	  .sectionOne .holderInfo {
		margin-right: 10px;
	}
  
	  .grid-container-order .sectionOne .ppleft{
		  padding-left: 0px;
	  }
  
	  .ctrl_body{
		  padding-left: 20px;
		  padding-right: 20px;
	  }
  
	  .ctrl_body #ctrl_content_left h1.text{
		  font-size: 35px;
	  }
	  .infoOrder .tableDetail div,
	  .infoOrder .tableDetail span{
		font-size: 15px;
		font-size: 600;
	  }
  }
  
  @media screen and  (max-width: 960px) {
	 /*
		.ctrl_body_order{
		  padding-left: 10px;
		  padding-right: 10px;
	  }
	  */
	  .sectionOne .holderInfo {
		margin-right: 0px;
	}
  
	  .grid-container-order .sectionOne .ppleft{
		  padding-left: 0px;
	  }
  
	  .grid-container-order  .sectionOne{
		  flex-basis: 100% !important;
	  }
  
	  .grid-container-order .sectionTwo{
		  flex-basis: 100% !important;
	  }
	  /*
	  .container_phone .middle{
		  
		  margin:2% 2% 2% 2%;
	  }
	  */
	  
	  #holderFreePhone .container_phone .middle{
		margin-right: 0px;
		
	  }
	
  
	  .ctrl_heading_1{
  
		  font-size: 2em;
		  padding-top: 40px;
	  }
	  
  }

  #img-home-mobile{
	display: none;
  }

  .holder_get_total{
	position:relative;
  }

  .holder_get_total .col_cost{
	position:absolute; right:15px; bottom:28px
  }
  	
  @media screen and  (max-width: 768px) 
  {
	/*
	.ctrl_body_order{
		margin-left: 10px;
    	margin-right: 10px;
	}
	*/
	#ctrl_header .holder-left img{
		max-width: 130px;
	}

	#ctrl_header .holder-right img{
		width: 140px;
	}

	.holder_get_total .col_cost{
		position:absolute; right:15px; top:0px
	  }
	.wrapFullDetail  .splitItems .col {
		line-height: 27px;
		padding-bottom: 15px;
	}

	.modal.show .modal-dialog {

		margin-top: 200px !important;
	}
	.sectionOne .holderInfo {
		margin-right: 0px;
	}

	#ctrl_content_right img.img-phone{
		padding-top: 0px;
	}

	#searchPhone{
		margin-bottom: 0px;
	}

	.sectionTwo .infoOrder{
	  
		
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;

	}
	.option_free{
		display: block;
	}
	/*
	.btn-lan{
		margin-right: 5.2em!important;
	  }
	  */

	#holderFreePhone {
		display: block!important;
	}
	#holderFreePhone .container_phone .middle .imageContainer {
		
	}
	
	#holderFreePhone .container_phone .middle .conta-data-free-options .cp_size_grid{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		padding-top: 16px;
		gap: 20%!important;
	}

	  #holderFreePhone .container_phone .middle img {
		height: auto !important;
		object-fit: unset !important;
		max-width: 160px !important;
		
	}

	/*
	.ctrl_headr_title p {
		font-size: 1rem!important;
		
	  }	
	  */
	  .container_phone .middle{
		  flex-basis: 100%;
		  margin:2% 0% 2% 0%;
	  }
  
	  .ctrl_body #ctrl_content_left .text{
		  font-size: 20px;
	  }
	  .grid-container{
		  display: block;
		  width: 100%;
	  }
  
	  #mainContainer form#searchPhone{
		  max-width: 100% !important;
	  }
  
	  .ctrl_body #ctrl_content_left h1.text br {
		  display: none;
	  }
	  
	  .cp_size_grid > div {
		/*flex-basis: 48.5%;*/
		margin-bottom: 10px; 
	  }.ctrl_body_order

	  #holderFreePhone .container_phone .middle{
		flex-direction: column;
		margin: 0px;
		margin-bottom: 15px;
	  }
  
	  /*
	  #ctrl_content_right {


		  right: unset;
		  width: 250px;
		  top: 130px;
		  text-align: center;
		  margin: 0 auto;
		  left: 50%;
		  margin-left: -125px;
	  }
	  */
	  .ctrl_heading_1 {
		  font-size: 1.5em;
		  padding-top: 15px;
		  padding-right: 0px;
		  padding-left: 0px;
		  width: 100%;
		  text-align: center;
	  }
	  .ctrl_heading_1 .text{
		font-size: 18px;
	  }

	  .grid-banner{
		height: auto;
	  }
	  #ctrl_content_right{
		display: none;
	  }
	  #img-home-mobile img{
		max-width: 120px;
	  }
	  #img-home-mobile{
		display: block;
	  }

	  .sectionTwo .infoOrder h1{
		font-size: 30px;
	}

	#ctrl_header .holder-right img{
		max-width: 150px;
	}

	.ctrl_body {
		padding-bottom: 15px;
	}

	#holderFreePhone .container_phone .middle .cp_options button.btnSelectOldDevice,
  	#holderFreePhone .container_phone .middle .cp_options button.btnSelectPhone{

		width: 100%;

		
	}

	footer img{
		width: 140px;
	}

	footer .description{
		font-size: 13px;
	}

	
  
  }
  
  @media screen and (max-width: 450px) 
  {
	.jconfirm .jconfirm-box, .jconfirm-box {
		width: 260px !important;
	}
	.modal.show .modal-dialog {

		margin-top: 200px !important;
	}

	/*
	.btn-lan{
		margin-right: 4em!important;
	  }
	  */

	#holderFreePhone .container_phone .middle .imageContainer {
		/*display: contents!important;*/
	}
	#holderFreePhone {
		/*display: flex!important;*/
	}
	#holderFreePhone .container_phone .middle .conta-data-free-options .cp_size_grid{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		padding-top: 16px;
		gap: 20%!important;
	}

	  #holderFreePhone .container_phone .middle img {
		/*
		height: 110px!important;
		object-fit: cover!important;
		*/
	}



	.ctrl_heading_1{
  
		  font-size: 1.3em;
	}
	.sectionOne .holderInfo .secondInfo,
	.ctrl_headr_title p {
		font-size: 1rem!important;
	}

	
		/*
	  #ctrl_content_right {
		  right: 10px;
		  width: 250px;
		  top: 200px;
	  }
	  */
	.full-responsive {
		  max-width: 60%;
		  height: auto;
	}

	#mainContainerHeader .right img{
		 width: 150px;
	}

	
}


@media screen and (max-width: 350px) 
{
	
	footer .description br{
		display: inline-block;
	}

	footer .description span{
		display: block;
		text-align: center;
		width: 100%;
	}
	
}


.jconfirm .jconfirm-box,
.jconfirm-box {
		width: 200px;
	}
  
  /*Modal*/
  .modal-ctrn {
	/* This way it could be display flex or grid or whatever also. */
	display: none;
	
	/* Probably need media queries here */
	width: 70%; /*600px;*/
	max-width: 100%;
	
	height: 90%; /*400px;*/
	max-height: 100%;
	
  
	position: fixed;
	
	z-index: 2000;
	
	left: 50%;
	top: 5%;
  
	/*margin-top: -20%;*/
	margin-left: -35%;
	
	/* Use this for centering if unknown width/height */
	/*transform: translate(-50%, -50%);*/
	
	/* If known, negative margins are probably better (less chance of blurry text). */
	/* margin: -200px 0 0 -200px; */
	
	background: white;
	/*box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);*/
  }
  
  @media screen and  (max-width: 768px) {
	  .modal-ctrn {
		  width: 90%; /*600px;*/
		  margin-left: -45%;
	  }
  }
  .modal_closed {
	display: none;
  }
  
  .modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	
	background: rgba(0, 0, 0, 0.3);
	display: none;
  
  }
  .modal-guts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 30px 20px 20px 20px;
  }
  #holder_shipping_address{
	  margin-top: 20px;
	  word-wrap: break-word;
  }
  #holder_shipping_address .titlePayment{
	  font-size: 16px;
	  font-weight: bold;
  }
  
  #holder_shipping_address .titleCharge{
	  font-size: 16px;
	  font-weight: bold;
	  margin-top: 8px;
  }
  
  .modal-ctrn .close-button {
	position: absolute;
	
	/* don't need to go crazy with z-index here, just sits over .modal-guts */
	z-index: 1;
	
	top: 10px;
	
	/* needs to look OK with or without scrollbar */
	right: 20px;
	
	border: 0;
	background: black;
	color: white;
	padding: 5px 10px;
	font-size: 1.3rem;
	cursor: pointer;
  }
  #modal-body-ctrn{
	  padding-bottom: 55px;
  }
  #modal-footer-ctrn{
	  padding: 10px;
	  padding-right: 20px;
	  width: 100%;
	  text-align: right;
	  color: #fff;
	  position: absolute;
	  bottom: 0px;
	  z-index: 1;
	  background: #ccc;
  }
  .cp_free_title .badge-primary{
	  padding: 10px;
  }
  
  .showPrice{
	  height: 20px;
	  padding: 3px;
	  font-size: 16px;
	  text-align: right;
	  margin-top: 10px;
	  font-weight: 700;
  }

  #holderFreePhone .showPrice{
	height: unset;
  }
  
  /* Loading */
  #holderLoading{
	  position: fixed;
	  width: 80px;
	  margin-top: -100px;
	  top: 50%;
	  left: 50%;
	  margin-left: -40px;
	  z-index: 2001;
	  display: none;
  }
  .lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
  }
  
  .btn-lan a:link {
	  color: #00a0d0;
  }
	
  .btn-lan a:visited {
	  color: #00a0d0;
  }
	
  .btn-lan a:hover {
	  color: #00a0d0;
  }
	
  .btn-lan a:active {
	  color: #00a0d0;
  }
  
  .label-old-device{
	  font-weight: 500;
  }
  
  .container-lang{
	display: block;
    text-align: right;
  }
  .conta-data-free-options{
	  display: flex;
	  flex-direction: column;
	  padding: 0 0.65rem;
  }
  .btn-lan{
	border: 1px solid #00a0d0;
    padding: 4px;
    border-radius: 3px;
	/*
    margin-right: 12.3em;
    float: right;
	*/
  }
  .more_info{
	width: 27.5%;
    margin-top: 20px;
    padding: 4px;
  }
  .go_home a{
	color: #ff502d;
    font-weight: 800;
  }

.more_info p{
	font-size: 14px;
  }
  .modal.show .modal-dialog {

	margin-top: 50px !important;
	
}
/*
#wrapSelect2Building{
	background: red;
	position: relative;
	overflow-x: hidden;
}
*/
/*
@media (max-width: 7686px){
	#holder_main_body_modal{
		max-width: 95%;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		position: relative;

	}

	#holder_main_body_modal .modal-content{
		width: 100%;
		overflow: hidden;
	}
}
*/