﻿
select::-ms-expand {
  display: none;
}

.hide{
  display: none !important;
}

.margin-0{
  margin:0;
}
.left{
  float:left;
}
.right{
  float:right;
}
.valign-top{
  vertical-align:top;
}
.center{
  text-align:center;
}
.personalize-modal{
  font-size: 13px;
  height: 100%;
  left: 0px;
  position: fixed;
  text-align:left;
  top: 0px;
  width: 100%;
  z-index: 10000;
}
.modal-background{
  background-color: rgba(45,45,45,0.75);
  height: 100%;
  position: fixed;
  width: 100%;
}
.personalize-modal .modal-body{
  background-color: #fff;
  color: #000;
  margin-left:auto;
  margin-right:auto;
  max-width:800px;
  min-width: 600px;
  padding: 40px;
  padding-top: 100px;
  position: relative;
  top: 100px;
}
.personalize-modal .modal-body p {
  margin:0 0 1em 0;
}
.personalize-modal .modal-body h2 {
  background-color: #eee;
  font-size: 1.7em;
  font-weight: 600;
  left:0px;
  margin-bottom: 10px;
  padding:20px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.personalize-modal .product-image {
  float: left; 
  margin-right: 20px;
  max-width: 50px; 
  border: 1px solid #ddd;
}
.modal-close{
  margin-right: 2px; 
  width: 20px; 
  height: 20px;
}
.split-qty,
.add-another-personalization,
.skip-personalization{
  color: #44aaff;
  fill: #44aaff;
}
.split-qty img{
  float: left;
  height:16px;
  margin-right:2px; 
  width:16px;
  fill: #44aaff;
}
.split-qty:hover,
.split-qty:hover svg g{
  fill: #456a0c;
  color: #456a0c;
}
#productPersonalizationList {
  display:block;
  margin-bottom:20px;
  width:100%;
}
#productPersonalizationList thead,
#productPersonalizationList tbody{
  width: 100%;
  display: table;
  font-size: 10.5px;
}
#productPersonalizationList thead td{
  padding-left:4px;
  padding-right:4px;
  text-align:left;
}
#productPersonalizationList tbody {
  margin-bottom: 20px;
}
#productPersonalizationList select,
#productPersonalizationList input {
  width:90%;
  text-align:left;
  padding:0px;
  height:30px;
  display:block;
  padding-left:4px;
  padding-right:4px;
}
#productPersonalizationList .qty-header,
#productPersonalizationList .qty-column input {
  text-align: center;
}
#productPersonalizationList td {
  padding:0px;
}
#productPersonalizationList .col-5{
  width:5%;
}
#productPersonalizationList .col-10{
  width:10%;
}
#productPersonalizationList .col-15{
  width:15%;
}
#productPersonalizationList .col-25{
  width:25%;
}
#productPersonalizationList .col-30{
  width:30%;
}
#productPersonalizationList .col-35{
  width:35%;
}
.personalize-modal .skip-personalization {
  padding: 25px;
  float: right;
}
.personalize-modal .cancel-personalization{
  display:inline-block;
  margin-top: 10px;
  min-width: 80px;
  position:relative;
  float:left;
}
.personalize-modal #personalizationAddWrap{
  display:inline-block;
  margin-top: 10px;
  min-width: 120px;
  position:relative;
  float:right;
}
.personalization-tooltip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,.4);
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  background: #000;
  bottom: 25px;
  display: none;
  left: -97px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 200px;
  white-space: normal;
  z-index: 9999;
}

.personalize-modal .modal-body .personalization-tooltip p {
  color: #fff;
  margin: 0;
}

.personalization-tooltip-carrot {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  height: 0;
  left: 97px;
  position: absolute;
  bottom: -6px;
  width: 0;
}
.clearfix {
  clear: both;
}

#productPersonalizationList .form-group .select-wrap {
  height: 30px;
  margin-bottom: 2px;
  width: 90%;
}
#productPersonalizationList .form-group .select-wrap select{
  height:30px;
  width:100%;
}
.personalization-header.required{
  font-weight:bolder;  
}
.personalization-header.required:before{
  content: "*";
  color: #ff0000;
}
.personalization-header .help-span{
  display:inline-block;
  position: relative;
}
.personalize-modal .icon-question-mark {
  background-position: -55px -70px;
  background-size: 128px 147px;
  display:inline-block;
  height: 12px;
  width: 12px;
  background-image: url(../../../../../content/themes/themes/starter/images/icon-sprite-hd.png);
}
.personalize-modal .icon-remove-medium {
  background-image: url(../../../../../content/themes/themes/starter/images/icon-sprite-hd.png);
  background-size: 175px 201px;
  background-position: 0 -117px;
  display: block;
  height: 16px;
  width: 16px;
}

.personalize-modal .btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    display: inline-block;
    letter-spacing: .025em;
    padding: 12px 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .personalize-modal {
    font-size:0.8rem;
  }
  .personalize-modal .modal-body {
    width: 100%;
    left: 0px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    padding-top: 70px;
    top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .personalize-modal {
    font-size: 0.65rem;
  }
  .personalize-modal #personalizationAddWrap,
  .personalize-modal .cancel-personalization{
    width: 100%;
    float: none;
    display:block;
  }
  
  #productPersonalizationList thead{
    display:none;
  }
  #productPersonalizationList .personalization-field.required:before {
    color:red;
  }
 #productPersonalizationList .col-35:before ,
 #productPersonalizationList .qty-column:before,
  #productPersonalizationList  .personalization-field:before {
    display: block;
    padding:5px;
    font-weight: bolder;
  }

 #productPersonalizationList .qty-column:before {
    content: "Qty";
  }
 #productPersonalizationList .qty-column{
    width: 5%;    
  }
 #productPersonalizationList .col-35:before {
    content: "Size";
  }
 #productPersonalizationList .col-35{
    width:60%;
  }
 #productPersonalizationList .col-25:before{
    content:"Personalization";
    width:50%;
  }
 #productPersonalizationList .col-25{
    display:block;
    width:80%;
  }
  #productPersonalizationList .col-5{
    float: right;
    width: 10%;
    padding-right: 35px;
  }
  
  #productPersonalizationList tr{
    border-bottom: solid #ccc 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;;
  }

  #productPersonalizationList .form-group .select-wrap {
    margin: 10px;
    margin-top: 28px;
  }

  .personalize-modal .icon-remove-medium {
      margin-top: 35px;
  }
}

.modal-theme1 a.btn#personalizeBtn
{
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background: #4fb849; /* Old browsers */
  background: -moz-linear-gradient(top,  #4fb849 0%, #4fb849 50%, #a1d54f 50%, #16ab54 51%, #16ab54 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4fb849 0%,#4fb849 50%,#a1d54f 50%,#16ab54 51%,#16ab54 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4fb849 0%,#4fb849 50%,#a1d54f 50%,#16ab54 51%,#16ab54 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-clip: padding-box;
  border: solid 2px #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb849', endColorstr='#16ab54',GradientType=0 ); /* IE6-9 */
  font-size: 1.1em;
  display: inline-block;
  letter-spacing: .025em;
  padding: 8px 24px;
  text-align: center;
}
.modal-theme1.loading-btn-wrap{
  position:relative;
}
.modal-theme1.loading-btn-wrap .loader,
.modal-theme1 .loading-btn-wrap .loader {
  bottom: 10px;
  display: none;
  height: 24px;
  left: 50%;
  margin: 0 0 0 -12px;
  position: absolute;
  width: 24px;
}
.modal-theme1.loading-btn-wrap.loading .loader,
.modal-theme1 .loading-btn-wrap.loading .loader {
  display: block;
}
.modal-theme1.loading-btn-wrap.loading a,
.modal-theme1 .loading-btn-wrap.loading span {
  color: transparent;
}
.modal-theme1 #personalize-btn {
}
.modal-theme1.modal .cancel-personalization{
  background: #266e9e; /* Old browsers */
  background: -moz-linear-gradient(top, #266e9e 0%, #266e9e 50%, #266e9e 50%, #005387 51%, #005387 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #266e9e 0%,#266e9e 50%,#266e9e 50%,#005387 51%,#005387 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #266e9e 0%,#266e9e 50%,#266e9e 50%,#005387 51%,#005387 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266e9e', endColorstr='#005387',GradientType=0 ); /* IE6-9 */
}
.modal-theme1 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.modal-theme1 .form-group .select-wrap select{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  color: #5a5a5a;
  height: 33px;
  outline: 0;
  padding: 1px 10px 0;
  position: relative;
  width: 140%;
  z-index: 50;
}
.modal-theme1 .form-group .select-arrow {
  background: #fff;
  height: 103%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 40;
}
.modal-theme1 .form-group .select-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #cacaca;
  clear: both;
  height: 35px;
  margin-bottom: -2px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.modal-theme1 .form-group .select-arrow .arrow-down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  display: inline-block;
  height: 0;
  width: 0;
  left: 50%;
  margin: -3px 0 0 -6px;
  position: absolute;
  top: 50%;
}

.personalization-additional-cost {
    color: #afafaf;
}