
html {
    scroll-behavior: smooth;
}

.demo {
    width: 800px;
    height: 417px;
    /* padding: 30px 0; */
}
.demo img {
    /* transform: rotateY(180deg); */
    max-height: 100%;
    transition: opacity .5s ease-in-out;

}

.from-about {
    margin-top: 0;
}

.from-about .container {
    margin-top: 0;
}

.from-about img {
    display: unset;
}

.product-title{
    font-size: 21px;
}
.secondary_image {
    position: relative;
    top: -417px;
    left: 0 ;
    opacity: 0;
    transition: opacity .5s ease-in-out;

}
.primary_image:hover  {
    transform: rotateY(180deg);
    opacity: .0;
}
.secondary_image:hover {
    opacity: 1;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.product-image {
    display: block;
    height: auto;
    max-width: 100%;
}
/* img {
    display: block;
    height: auto;
    max-width: 100%;
} */

.details .lightSlider img {
    height: 100%;
    width: 100%;
    padding: 18px;
}

.show-modal {
    font-size: 2rem;
    font-weight: 600;
    padding: 1.75rem 3.5rem;
    margin: 5rem 2rem;
    border: none;
    background-color: #fff;
    color: #444;
    border-radius: 10rem;
    cursor: pointer;
  }
  
  .close-modal{
    position: absolute;
    top: 0rem;
    right: 1rem;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
  }

  .hidden-modal {
    display: none;
  }
  
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 750px;
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgb(0 0 0 / 30%);
    z-index: 10;
  }
  .modal h1 {
    /* font-size: 1.5em; */
    line-height: 1.5;
    text-align: center;
  }
  .modal h3 {
    text-align: center;
    font-weight: 400;
  }
  #request-quantity img {
    height: 100px;
    width: 100px;
  }
  .modal p {
     font-size: 17px;
    text-align: center;

  }
  .modal form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 19px;
    flex-direction: row;
    justify-content: center;
  }
  .modal input {
    width: 45%;
    padding-right: 35px;
    height: 2.5em;
    font-family: inherit;
    font-weight: 500;
    border-radius: 25px;
    letter-spacing: normal;
    color: #333;
    border: 1px solid #bbb;
    font-size: 1.1em;
    padding-left: 25px;
    margin: 10px 0;
  }
  .modal form button {
    background-color: #0171e3;
    text-decoration: none;
    padding: 8px 24px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #fff;
    font-size: 1.25em;
    line-height: normal;

  }
  .overlay-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(16px);
    z-index: 5;
  }
  

* {
    font-weight: 400;
}
.container {
    margin-top: 45px;
    padding-top: 80px;
	max-width: 1180px;	
	margin: 80px auto
}
.details {
    display: flex;
    padding-bottom: 45px;
    align-items: center;
}
.price {
    color: #2c2c2c;
    margin-top: 10px;
}
h4 {
    font-size: 28px;
}
.price s {
    font-size: 14px;
}

p {
    color: #2c2c2c;
    font-size: 15.5px;
}
.informations {
    width: 100%;
    max-width: 478px;
    border-radius: 15px;
    padding: 30px 30px 0px 30px;
    box-shadow: 8px 6px 20px 8px #7a7a7a1a;
    z-index: 2;
}
a {
    text-decoration: none;
    color: black;
}
.bages ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.bages li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
    flex-wrap: nowrap;
    flex-direction: row;
    flex: 50%;
}
.origin-tag {
    font-size: 14px;
    color: grey;
    font-weight: 400;
}
.switch_model #models{
    justify-content: flex-start;
}
span.switch_model {
    font-weight: 600;
    color: #9ccac3;
    font-size: 11px;
    text-transform: uppercase;
}
.switch_model ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-content: center;
    height: 40px;
    justify-content: flex-start;
}
.switch_model ul{
    align-items: center;
}
.stars {
    padding-top: 5px;
}
.stars ul {
    display: inline-flex;
    list-style-type: none;
    flex-direction: row;
}
.stars li img {
    width: 15px;
    height: 15px;
    margin: 0px 0px;
}
.switch_model ul li:hover,
.switch_model ul li:hover a {  
    color: #0071e3;
    border-color: #0071e3;
    transition: .4s;

}
.switch_model ul li{

	cursor: pointer;
    text-align: center;
    min-width: 20%;
    max-width: 42%;
    padding: 4px 10px;
    border-radius: 50px;
    border: 2px solid #dedede;
    margin: 0 4px;
}

.highlights
 {
  display: flex;
  column-gap: 10px;
  row-gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.highlights>div {
    flex: 45%;
    min-width: 240px;
}
.grade-pricing,
.grade-pricing span{
    font-weight: 400;
    /* color: #0066cc; */
}

.switch_model ul li.active{    
    color: #ffffff;
    border-color: #0071e3;
    background-color: #0071e3;
}
.phone-description-selector {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.box {
    width: 98%;
    text-align: center;
  }
  .quantity {
    position: relative;
    display: inline-block;
    color: #7f7f7f;
  }

.storage  {
  /* max-width: 220px; */
}

.storage ul li:hover, .discount ul li:hover{  
    color: #0071e3;
    border-color: #0071e3;
    transition: .4s;

}
.storage ul li{
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #dedede;
    width: 23%;
    padding: 4px 1px;
}
.storage select {
    cursor: pointer;
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: none;
    outline: none;
    width: 98%;
    height: 34px;
    text-align: center;
    float: right;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    background-color: #fff;
    color: #808080;
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    max-width: 220px;
}

#grading {
    max-width: 100% !important;
    margin-top: 35px !important;
}




.storage #models{
    justify-content: flex-start;
    margin-bottom: 30px;
}
span.storage {
    font-weight: 600;
    color: #9ccac3;
    font-size: 11px;
    text-transform: uppercase;
}
.storage ul li.active,.discount ul li.active{    
    color: #ffffff;
    border-color: #0071e3;
    background-color: #0071e3;
}
.discount {
    padding-bottom: 18px;
    margin-bottom: 10px!important;
}
.discount ul,
.storage ul{
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
}
.discount ul li {
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #dedede;
    width: 23%;
    padding: 4px 1px;
}
.discount ul li span {
    transform: translate(-60%, 30%);
    position: absolute;
    font-size: 12px;
    color: #0171e3;
}






  input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
  .quantity input[type="number"] {
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: none;
    outline: none;
    width: 65%;
    height: 34px;
    text-align: center;
    float: right;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    color: #808080;
  }
  .quantity input[type="number"]:focus {
    border-color: #0071e3 !important;
  }
  .quantity input[type="number"]:hover {
    border-color: #a5a5a5;
  }
  .quantity-button {
    width: 39px;
    height: 34px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .quantity-button::before, .quantity-button::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    content: '';
    width: 14px;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .quantity-remove::after {
    display: none;
  }
  .quantity-add::after {
    transform: rotate(90deg);
  }
  .quantity-remove:hover,
  .quantity-add:hover {
    color: #0071e3;
    border-color: #0071e3;
    border: 1.5px solid ;
  }
  .quantity-remove {
    border: 1px solid #dcdcdc;
    border-right: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .quantity-add {
    border: 1px solid #dcdcdc;
    border-left: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
.chose_colors {
    list-style-type: none;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 1px;
}
.chose_colors ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    flex-direction: row;
    align-content: flex-start;
    padding-bottom: 15px;
    column-gap: 26.273px;
    row-gap: 26px;
}
form ul {
    margin-bottom: 0;
}
.checked {
    border-color: #0066cc;
}
.chose_colors ul li {
    height: 35.9px;
    width: 36px;
    border: 3px solid #0077ed00;
    border-radius: 101px;
    padding: 0px 0px 0px 0px;
    text-align: end;
}
.chose_colors ul li input[type="radio"] {
    cursor: pointer; 
    height: 30px;
    width: 30px;

}

.chose_colors ul li label {
    font-size: 12px;
    text-align: center;
    position: absolute;
    text-transform: capitalize;
    transform: translate(-88%, 150%);
    width: 40px;
}
.switch_model ul li:first-child, .storage ul li:first-child, .chose_colors ul li:first-child {
    margin-left: 0!important;
}
.switch_model{
    margin-top: 10px;
}
/* .switch_model, .storage, .chose_colors{
    margin-bottom: 19px;
    margin-top: 19px;
    margin-left: 0;
} */


.chose_colors ul li > input::after {
    content: '';
    width: 27px;
    height: 27px;
    display: block;
    background-position: -35px -1px;
    border-radius: 50px;
    position: relative;
    top: 1.5px;
    left: 1.5px;
    border: 3px solid #f7f7f7;
}
.chose_colors ul li:hover {
    border: 3px solid #e0e0e0;
}
.chose_colors, .storage, .discount {
    margin: 25px 0!important;
}
.chose_colors ul .checked > .silver-8::after,
.chose_colors ul .checked > .grey-8::after,
.chose_colors ul .checked > .gold-8::after,
.chose_colors ul .checked > .red-8::after,
.chose_colors ul .checked > .silver-x::after,
.chose_colors ul .checked > .grey-x::after,
.chose_colors ul .checked > .red-xr::after,
.chose_colors ul .checked > .yellow-xr::after,
.chose_colors ul .checked > .white-xr::after,
.chose_colors ul .checked > .coral-xr::after,
.chose_colors ul .checked > .black-xr::after,
.chose_colors ul .checked > .blue-xr::after,
.chose_colors ul .checked > .gold-12::after,
.chose_colors ul .checked > .red-12::after,
.chose_colors ul .checked > .white-12::after,
.chose_colors ul .checked > .purple-12::after,
.chose_colors ul .checked > .blue-12::after,
.chose_colors ul .checked > .black-12::after,
.chose_colors ul .checked > .mixed-12::after {
    border: 0px solid white;
}

.chose_colors ul li > .silver-8::after {
    background-image: url(/store/images/sw_colors/iphone-8-silver.png);
}
.chose_colors ul li > .grey-8::after {
    background-image: url(/store/images/sw_colors/iphone-8-grey.png);
}
.chose_colors ul li > .gold-8::after {
    background-image: url(/store/images/sw_colors/iphone-8-gold.png);
}
.chose_colors ul li > .red-8::after {
    background-image: url(/store/images/sw_colors/iphone-8-red.png);
}


.chose_colors ul li > .black-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-black.png);
}
.chose_colors ul li > .blue-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-blue.png);
}
.chose_colors ul li > .orange-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-orange.png);
}
.chose_colors ul li > .red-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-red.png);
}
.chose_colors ul li > .white-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-white.png);
}
.chose_colors ul li > .black-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-black.png);
}
.chose_colors ul li > .yellow-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-yellow.png);
}
.chose_colors ul li > .corail-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-corail.png);
}
.chose_colors ul li > .mixed-xr::after {
    background-image: url(/store/images/sw_colors/xr/iphone-xr-mixed.png);
}


.chose_colors ul li > .black-x::after {
    background-image: url(/store/images/sw_colors/x/iphone-x-black.png);
}
.chose_colors ul li > .white-x::after {
    background-image: url(/store/images/sw_colors/x/iphone-x-white.png);
}
.chose_colors ul li > .mixed-x::after {
    background-image: url(/store/images/sw_colors/x/iphone-x-mixed.png);
}
.chose_colors ul li > .black-xs::after {
    background-image: url(/store/images/sw_colors/xs/iphone-xs-black.png);
}
.chose_colors ul li > .white-xs::after {
    background-image: url(/store/images/sw_colors/xs/iphone-xs-white.png);
}
.chose_colors ul li > .gold-xs::after {
    background-image: url(/store/images/sw_colors/xs/iphone-xs-gold.png);
}
.chose_colors ul li > .mixed-xs::after {
    background-image: url(/store/images/sw_colors/xs/iphone-xs-mixed.png);
}



.chose_colors ul li > .mixed-11::after {
    background-image: url(/store/images/sw_colors/11/iphone-11-mixed.png);
}
.chose_colors ul li > .black-11::after {
    background-image: url(/store/images/sw_colors/11/iphone-11-black.png);
}
.chose_colors ul li > .white-11::after {
    background-image: url(/store/images/sw_colors/11/iphone-11-white.png);
}
.chose_colors ul li > .red-11::after {
    background-image: url(/store/images/sw_colors/11/iphone-11-red.png);
}
.chose_colors ul li > .purple-11::after {
    background-image: url(/store/images/sw_colors/11/iphone-11-purple.png);
}
.chose_colors ul li > .yellow-11::after {
    background-image: url(/store/images/sw_colors/11/iphone-11-yellow.png);
}






.chose_colors ul li > .mixed-11p::after {
    background-image: url(/store/images/sw_colors/11p/iphone-11p-mixed.png);
}
.chose_colors ul li > .black-11p::after {
    background-image: url(/store/images/sw_colors/11p/iphone-11p-black.png);
}

.chose_colors ul li > .white-11p::after {
    background-image: url(/store/images/sw_colors/11p/iphone-11p-white.png);
}

.chose_colors ul li > .gold-11p::after {
    background-image: url(/store/images/sw_colors/11p/iphone-11p-gold.png);
}

.chose_colors ul li > .green-11p::after {
    background-image: url(/store/images/sw_colors/11p/iphone-11p-green.png);
}



.chose_colors ul li > .mixed-11m::after {
    background-image: url(/store/images/sw_colors/11m/iphone-11m-mixed.png);
}
.chose_colors ul li > .black-11m::after {
    background-image: url(/store/images/sw_colors/11m/iphone-11m-black.png);
}

.chose_colors ul li > .white-11m::after {
    background-image: url(/store/images/sw_colors/11m/iphone-11m-white.png);
}

.chose_colors ul li > .gold-11m::after {
    background-image: url(/store/images/sw_colors/11m/iphone-11m-gold.png);
}

.chose_colors ul li > .green-11m::after {
    background-image: url(/store/images/sw_colors/11m/iphone-11m-green.png);
}






.chose_colors ul li > .mixed-se::after {
    background-image: url(/store/images/sw_colors/se/iphone-se-mixed.png);
}
.chose_colors ul li > .black-se::after {
    background-image: url(/store/images/sw_colors/se/iphone-se-black.png);
}
.chose_colors ul li > .white-se::after {
    background-image: url(/store/images/sw_colors/se/iphone-se-white.png);
}
.chose_colors ul li > .red-se::after {
    background-image: url(/store/images/sw_colors/se/iphone-se-red.png);
}

.chose_colors ul li > .mixed-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-mixed.png);
}
.chose_colors ul li > .red-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-red.png);
}
.chose_colors ul li > .white-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-white.png);
}
.chose_colors ul li > .black-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-black.png);
}
.chose_colors ul li > .purple-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-purple.png);
}
.chose_colors ul li > .blue-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-blue.png);
}
.chose_colors ul li > .mixed-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-mixed.png);
}
.chose_colors ul li > .green-12s::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-green.png);
}

.chose_colors ul li > .mixed-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-mixed.png);
}
.chose_colors ul li > .red-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-red.png);
}
.chose_colors ul li > .white-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-white.png);
}
.chose_colors ul li > .black-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-black.png);
}
.chose_colors ul li > .purple-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-purple.png);
}
.chose_colors ul li > .blue-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-blue.png);
}
.chose_colors ul li > .mixed-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-mixed.png);
}
.chose_colors ul li > .green-12::after {
    background-image: url(/store/images/sw_colors/12/iphone-12-green.png);
}



.chose_colors ul li > .mixed-12p::after {
    background-image: url(/store/images/sw_colors/12p/iphone-12p-mixed.png);
}
.chose_colors ul li > .gold-12p::after {
    background-image: url(/store/images/sw_colors/12p/iphone-12p-gold.png);
}
.chose_colors ul li > .graphite-12p::after {
    background-image: url(/store/images/sw_colors/12p/iphone-12p-graphite.png);
}
.chose_colors ul li > .silver-12p::after {
    background-image: url(/store/images/sw_colors/12p/iphone-12p-silver.png);
}
.chose_colors ul li > .blue-12p::after {
    background-image: url(/store/images/sw_colors/12p/iphone-12p-blue.png);
}

.chose_colors ul li > .mixed-12m::after {
    background-image: url(/store/images/sw_colors/12m/iphone-12m-mixed.png);
}
.chose_colors ul li > .gold-12m::after {
    background-image: url(/store/images/sw_colors/12m/iphone-12m-gold.png);
}
.chose_colors ul li > .graphite-12m::after {
    background-image: url(/store/images/sw_colors/12m/iphone-12m-graphite.png);
}
.chose_colors ul li > .silver-12m::after {
    background-image: url(/store/images/sw_colors/12m/iphone-12m-silver.png);
}
.chose_colors ul li > .blue-12m::after {
    background-image: url(/store/images/sw_colors/12m/iphone-12m-blue.png);
}



.chose_colors ul li > .mixed-13s::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-mixed.png);
}
.chose_colors ul li > .pink-13s::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-pink.png);
}
.chose_colors ul li > .red-13s::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-red.png);
}
.chose_colors ul li > .white-13s::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-white.png);
}
.chose_colors ul li > .green-13s::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-green.png);
}
.chose_colors ul li > .black-13s::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-black.png);
}
.chose_colors ul li > .blue-13s::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-blue.png);
}

.chose_colors ul li > .mixed-13::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-mixed.png);
}
.chose_colors ul li > .pink-13::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-pink.png);
}
.chose_colors ul li > .red-13::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-red.png);
}
.chose_colors ul li > .white-13::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-white.png);
}
.chose_colors ul li > .green-13::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-green.png);
}
.chose_colors ul li > .black-13::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-black.png);
}
.chose_colors ul li > .blue-13::after {
    background-image: url(/store/images/sw_colors/13/iphone-13-blue.png);
}

.chose_colors ul li > .mixed-13p::after {
    background-image: url(/store/images/sw_colors/13p/iphone-13p-mixed.png);
}
.chose_colors ul li > .blue-13p::after {
    background-image: url(/store/images/sw_colors/13p/iphone-13p-blue.png);
}
.chose_colors ul li > .gold-13p::after {
    background-image: url(/store/images/sw_colors/13p/iphone-13p-gold.png);
}
.chose_colors ul li > .white-13p::after {
    background-image: url(/store/images/sw_colors/13p/iphone-13p-white.png);
}
.chose_colors ul li > .green-13p::after {
    background-image: url(/store/images/sw_colors/13p/iphone-13p-green.png);
}
.chose_colors ul li > .graphite-13p::after {
    background-image: url(/store/images/sw_colors/13p/iphone-13p-graphite.png);
}

.chose_colors ul li > .mixed-13m::after {
    background-image: url(/store/images/sw_colors/13m/iphone-13m-mixed.png);
}
.chose_colors ul li > .blue-13m::after {
    background-image: url(/store/images/sw_colors/13m/iphone-13m-blue.png);
}
.chose_colors ul li > .gold-13m::after {
    background-image: url(/store/images/sw_colors/13m/iphone-13m-gold.png);
}
.chose_colors ul li > .white-13m::after {
    background-image: url(/store/images/sw_colors/13m/iphone-13m-white.png);
}
.chose_colors ul li > .green-13m::after {
    background-image: url(/store/images/sw_colors/13m/iphone-13m-green.png);
}
.chose_colors ul li > .graphite-13m::after {
    background-image: url(/store/images/sw_colors/13m/iphone-13m-graphite.png);
}




.chose_colors ul li > .green-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-green.png);
}
.chose_colors ul li > .gold-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-gold.png);
}
.chose_colors ul li > .red-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-red.png);
}
.chose_colors ul li > .white-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-white.png);
}
.chose_colors ul li > .black-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-black.png);
}
.chose_colors ul li > .purple-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-purple.png);
}
.chose_colors ul li > .blue-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-blue.png);
}
.chose_colors ul li > .mixed-14::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-mixed.png);
}


.chose_colors ul li > .green-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-green.png);
}
.chose_colors ul li > .gold-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-gold.png);
}
.chose_colors ul li > .red-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-red.png);
}
.chose_colors ul li > .white-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-white.png);
}
.chose_colors ul li > .black-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-black.png);
}
.chose_colors ul li > .purple-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-purple.png);
}
.chose_colors ul li > .blue-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-blue.png);
}
.chose_colors ul li > .mixed-14l::after {
    background-image: url(/store/images/sw_colors/14/iphone-14-mixed.png);
}

.chose_colors ul li > .gold-14p::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-gold.png);
}
.chose_colors ul li > .white-14p::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-white.png);
}
.chose_colors ul li > .purple-14p::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-purple.png);
}
.chose_colors ul li > .black-14p::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-black.png);
}
.chose_colors ul li > .mixed-14p::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-mixed.png);
}


.chose_colors ul li > .gold-14m::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-gold.png);
}
.chose_colors ul li > .white-14m::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-white.png);
}
.chose_colors ul li > .purple-14m::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-purple.png);
}
.chose_colors ul li > .black-14m::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-black.png);
}
.chose_colors ul li > .mixed-14m::after {
    background-image: url(/store/images/sw_colors/14p/iphone-14p-mixed.png);
}




.chose_colors ul li img:hover{

    border: 1px solid #0271e2;
}
.sec-2 {
    display: flex;
    flex-direction: column;
}   
.buy-section {
    display: flex;
    margin: 25px 0px;
    padding: 0 0 0 5px;
    max-height: 40px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    max-width: 150px;
}
.grade-buttons {
    margin: auto;
    margin-right: 0;
}
.grade-buttons .btn-buy {
    width: 84px;
    min-width: 96px;
    height: 34px;
}
.grade-pricing {
    text-align: end;
    line-height: 1.764805882;
    font-size: 1.17em;
}
.btn-buy {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15.5px;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 80px;
    padding: 4px 0px 6px 2px;
    border-radius: 98px;
    border: none;
    /* background: #0071e3; */
    background: var(--theme-color);
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
}
.btn-buy:hover {
    background: #0078f1;
}
.btn-wishlist {
    height: 30px;
    cursor: pointer;
}
.btn-wishlist img {
    height: 21px;
}
.informations h3  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5em!important;
    margin-bottom: 0;
    margin-top: 13px;
}
.text-success {
    color: #3cb72c !important;
}

.text-warning {
    color: #db7e06 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.d-flex {
    display: flex !important;
}
.mr-2, .mx-2 {
    margin-right: 0.625rem !important;
    
}
.d-flex small {
    line-height: .8;
}
.grade{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 25px 0px 10px 0px;
}
 .grade-row{
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
}

.grade-row:first-child{
    
    border-top: 1px solid #e8e8e8;
}
.grade-row:last-child{
    
    border-bottom: 0px solid #e8e8e8;
}


#selected_color_text {
    text-transform: capitalize;
}
#selected_storage_text {
    word-spacing: -5px;
}

.additional-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1180px;
    margin: 10px auto;
}

.additional-info ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -1px;
}

.additional-info ul li {
    color: #2c2c2c;
    z-index: 2;
    padding: 10px 30px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: flex-start;
    border-bottom: 1px solid transparent;
}

.additional-info ul li:not(:last-of-type) {
    /* add border beside last element */
    border-right: 1px solid white;
}

.additional-info ul li:hover {
    color: #000;
    transition: all 0.3s ease;
}

#first-dynamic-table,
#first-dynamic-table-2 {
    width: 100%;
    padding: 35px 15px;
    color: #2c2c2c;
    border-top: 1px solid #eeeeee;
}
.tab-item.active {
    color: #000;
    border-bottom: 1px solid black;
}

.tab-content {
    width: 100%;
    display: none;
}
.tab-content h4 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 7px;
}
.tab-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
}
.tab-content h3 {
    font-weight: 600;
}

.tab-content.active {
    display: block;
}

tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8; 
}
table td:first-child {
    padding-right: 0px;
    /* width: 45%; */
    font-weight: 500;
}
.text-center {
    text-align: center;
}
table {
    font-size: 1em;
    border-spacing: 0px;
    flex: 45%;
}

table tr > td:first-child {
    width: 60%;
}
.table-parts {
    font-size: 1em;
    border-spacing: 0px;
    flex: 45%;
}

.table-parts tbody tr:nth-of-type(odd) {
    background-color: transparent; 
}
.table-parts tr > td:first-child {
    width: 50% !important;
}



td {
    padding: 7px 15px;
    border: none;
    color: #000;
}

tr {
    border: none;
    height: 39px;
}
.spec {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.tab-content ul {
    display: block;
    /* padding-left: 3em; */
}

.tab-content ul li {
    padding: 0;
    display: list-item;
}
.description-details {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.description-box {
    flex: 49%;
    width: 49%;
}

.grades {
    width: 100%;
  }
  .grading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .grading-row {
    display: flex;
    justify-content: space-around;
  }
  .grading-col {
    display: flex;
    margin: 15px 0px 15px 0px;
    justify-content: flex-start;
    align-items: center;
  }
  .grading-col img {
    width: 125px;
    min-width: 109px;
  }
  .content {
    padding-left: 20px;
  }
  .content ul li {
    margin-left: 15px;
  
    color: grey;
  }
  .content h4 {
    margin-left: 0;
  }
  .content ul {
    display: block
  }
  .right-block {
    padding: 11px 0px 0px 45px;
  }
  .title-block h3 {
    font-weight: 600;
    /* margin-left: 9px; */
  }
  .usp-block ul li::marker{
    margin-right: 9px;
    }
  .usp-block ul li {
    line-height: 2.5;
  }


  .payments-wrap {
        margin-top: -15px;
        margin-left: -35px;
        list-style-type: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    /* img.list-style {
        
    } */
    .payments-wrap li {
        width: 70px;
        margin-left: 10px;
    }
  @media only screen and (max-width: 767px){
    
    .grade-row {
        grid-gap: 0;
    }
    .additional-info>ul>li {
        padding: 10px;
    }
    .grading-row {
      flex-direction: column;
    }
  }

@media screen and (max-width: 940px) {
    .spec table{
        flex: 100%;
    }

    .right-block {
        display: none;
    }
    .demo {
        max-width: 95vw;
    }
    .secondary_image{
        top: -427px;
    }
    .demo img {
        margin: auto;
    }
    .informations {
        margin-top: 40px;
    }
    .container {
        padding: 60px 20px 0px 20px;
        margin: 80px auto 0px auto;
    }
    .details {
        display: flex;flex-direction: column;align-items: center;
    }
    .sec-2 select, .quantity {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .discount ul,
    .switch_model ul  {
        column-gap: 10px;
        font-size: 14px;
    }
    .quantity {
        width: 100%;
    }
    .details .lightSlider img{
        margin: auto;
    }
    .buy-section {
        justify-content: space-around;
    }

    .secondary_image{
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 1145px) {
    .demo {
        position: relative;
    }
    .secondary_image{
        position: absolute;
        top: 0;
    }

}


@media screen and (max-width: 495px) {

    .grade-pricing {
        text-align: center;
    }
    .modal {
        width: 90%;
        padding: 1rem;
    }
    .modal h1,
    .modal h1 span{
        font-size: 1.5em;
        padding-top: 15px;
    }
    .modal p {
        font-size: 14px;
    }
    .modal form {
        padding: 19px 5px 15px 5px;
    }
    .modal input {
        width: 100%;
    }
    .discount ul, .switch_model ul {
        justify-content: space-between;

    }
    .switch_model ul li:first-child, .storage ul li:first-child, .discount ul li:first-child, .chose_colors ul li:first-child
    {
        /* margin-left: 12px!important; */
    }
    .description-box {
        height: auto;
        width: auto;
    }
    .details {
        padding-bottom: 25px;
    }
    .secondary_image {
        top: 0;
    }
    .phone-description-selector div {
        flex: 100%;
        margin: 10px 0;
    }
    .phone-description-selector {
        padding-top: 0;
    }
    .discount ul li,
    .switch_model ul li{
    }
    .sec-2, .box {
        width: 100%;
    }
    .informations p {
        margin: 10px 0px;
    }

    .demo {
        max-width:100%;
        height: 250px;
    }
    .lSGallery {
        margin: 10px 2vh!important;
    }
    .quantity-button {
        display: none;
    }
    .quantity input[type="number"] {
        width: 98%;
        border-radius: 15px;
    }
    .discount ul li .data {
        margin-left: 0;
    }
}
.discount ul li:first-child .data {
    margin-left: 0;
}
@media screen and (max-width: 467px){
 p {
    font-size: 12px;
 }   
}

.info {    
    font-size: 10px!important;
    font-weight: 700;
    padding: 0px 2.75px;
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid;
    border-radius: 100%;
    color: #0071e3;
}
.grading-modal > .grading-col {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.grading-modal {
    padding: 2rem 1rem!important;
}

.hide-me {
    display: none;
}



.chose_colors ul li > .blue-15::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-blue.png);
}
.chose_colors ul li > .pink-15::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-pink.png);
}
.chose_colors ul li > .yellow-15::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-gold.png);
}
.chose_colors ul li > .green-15::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-green.png);
}
.chose_colors ul li > .black-15::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-black.png);
}
.chose_colors ul li > .mixed-15::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-mixed.png);
}


.chose_colors ul li > .blue-15l::after {
    background-image: url(/store/images/sw_colors/15l/iphone-15l-blue.png);
}
.chose_colors ul li > .pink-15l::after {
    background-image: url(/store/images/sw_colors/15l/iphone-15l-pink.png);
}
.chose_colors ul li > .yellow-15l::after {
    background-image: url(/store/images/sw_colors/15l/iphone-15l-gold.png);
}
.chose_colors ul li > .green-15l::after {
    background-image: url(/store/images/sw_colors/15l/iphone-15l-green.png);
}
.chose_colors ul li > .black-15l::after {
    background-image: url(/store/images/sw_colors/15l/iphone-15l-black.png);
}
.chose_colors ul li > .mixed-15l::after {
    background-image: url(/store/images/sw_colors/15l/iphone-15l-mixed.png);
}


.chose_colors ul li > .NaturalTitanium-15p::after {
    background-image: url(/store/images/sw_colors/15p/iphone-15p-gold.png);
}
.chose_colors ul li > .BlueTitanium-15p::after {
    background-image: url(/store/images/sw_colors/15p/iphone-15p-blue.png);
}
.chose_colors ul li > .WhiteTitanium-15p::after {
    background-image: url(/store/images/sw_colors/15p/iphone-15p-white.png);
}
.chose_colors ul li > .BlackTitanium-15p::after {
    background-image: url(/store/images/sw_colors/15p/iphone-15p-black.png);
}
.chose_colors ul li > .mixed-15p::after {
    background-image: url(/store/images/sw_colors/15p/iphone-15p-mixed.png);
}


.chose_colors ul li > .NaturalTitanium-15m::after {
    background-image: url(/store/images/sw_colors/15m/iphone-15m-gold.png);
}
.chose_colors ul li > .BlueTitanium-15m::after {
    background-image: url(/store/images/sw_colors/15m/iphone-15m-blue.png);
}
.chose_colors ul li > .WhiteTitanium-15m::after {
    background-image: url(/store/images/sw_colors/15m/iphone-15m-white.png);
}
.chose_colors ul li > .BlackTitanium-15m::after {
    background-image: url(/store/images/sw_colors/15m/iphone-15m-black.png);
}
.chose_colors ul li > .mixed-15m::after {
    background-image: url(/store/images/sw_colors/15m/iphone-15m-mixed.png);
}
.text-center {
    text-align: center;
}






.chose_colors ul li > .Ultramarine-16::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-blue.png);
}
.chose_colors ul li > .black-16::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-black.png);
}
.chose_colors ul li > .white-16::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-white.png);
}
.chose_colors ul li > .pink-16::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-pink.png);
}
.chose_colors ul li > .Teal-16::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-teal.png);
}
.chose_colors ul li > .mixed-16::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-mixed.png);
}

.chose_colors ul li > .Ultramarine-16l::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-blue.png);
}
.chose_colors ul li > .black-16l::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-black.png);
}
.chose_colors ul li > .white-16l::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-white.png);
}
.chose_colors ul li > .pink-16l::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-pink.png);
}
.chose_colors ul li > .Teal-16l::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-teal.png);
}
.chose_colors ul li > .mixed-16l::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-mixed.png);
}

.chose_colors ul li > .WhiteTitanium-16p::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-white.png);
}
.chose_colors ul li > .BlackTitanium-16p::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-black.png);
}
.chose_colors ul li > .NaturalTitanium-16p::after {
    background-image: url(/store/images/sw_colors/15p/iphone-15p-gold.png);
}
.chose_colors ul li > .DesertTitanium-16p::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-brown.png);
}

.chose_colors ul li > .mixed-16l::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-mixed.png);
}

.chose_colors ul li > .WhiteTitanium-16m::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-white.png);
}
.chose_colors ul li > .BlackTitanium-16m::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-black.png);
}
.chose_colors ul li > .NaturalTitanium-16m::after {
    background-image: url(/store/images/sw_colors/15p/iphone-15p-gold.png);
}
.chose_colors ul li > .DesertTitanium-16m::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-brown.png);
}

.chose_colors ul li > .mixed-16m::after {
    background-image: url(/store/images/sw_colors/15/iphone-15-mixed.png);
}
