/* Styles go here */
.square.dropdown .product.info .bottom.area {
  position: relative;
  width: 370px;
  height: 61px;
  left: 10px
}

.swatchContainer {
  position: relative;
  width: 370px;
  left: 10px;
}

/****************************************************
       Middle-Area (product-detail-selection)Styles
 ****************************************************/
.detail {
  margin: 10px 10px 0 10px;
  width: 370px;
  height: 320px;
  box-shadow: 0 0 5px black;
}

.detail-initial {
  background-color: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 0;
  height: 320px;
  box-sizing: border-box;
  height: 320px
}

.detail-side {
  padding-top: 40px;
  box-sizing: border-box;
  padding-left: 3px;
  padding-right: 0;
}

/***************************************************
          swatchContainer and bottom-area Styles
 ***************************************************/
.square.dropdown .product.info .bottom.area {
  position: relative;
  width: 370px;
  height: 61px;
  left: 10px;
}

.swatchContainer {
  position: relative;
  width: 370px;
  left: 10px;
  padding-bottom: 20px;
}

/*************************************
           Modal Styles
 *************************************/
.customModal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modalMain {
  background-color: #ffffff;
  overflow: visible;
}

.modal-dialog {
  width: 630px;
  position: relative;
  left: 33%;
  top: 10%;
  margin: 10px;
  z-index: 50005;
}

.modal-body {
  padding: 15px 5px 5px 15px;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-content {
  border-radius: 0;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

}
.modal-formContainer {
  margin: 5px 5px 10px;
}

.modal-formContainer p {
  font-size: 13px;
}

.modal-content {
  border-radius: 0;
}

.close {
  position: relative;
  bottom: 13px;
}

.store-information {
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 410px;
}

.modal-backdrop.in {
  filter: alpha(opacity =   50);
  opacity: .5;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50003;
  background-color: #000;
}

/*************************************
          Modal - Form
 *************************************/
.searchBox {
  box-sizing: border-box;
  display: inline-block;
  width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
    ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
    .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#zipQuery {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.mileSelector {
  display: inline;
}

/*************************************
          Button Styles
 *************************************/
.product.container .main.column a.addtc {
  color: white;
  margin-left: auto;
  text-decoration: none;
}

.cstm-btn {
  white-space: normal;
  padding: 0;
  font-size: 12px;
  height: 39px;
  width: 162px;
}

.modalInvoke {
  white-space: normal;
  background: none;
  border: none;
  margin-right: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 150px;
  margin-top: 17px;
  font-size: 11px;
  font-weight: bold;
  width: 150px;
}

.locatorIcon {
  width: 15px;
  height: 30px;
}

#addtocartbutton:hover {
  background-color: #9d3d1c;
  border-color: #9d3d1c;
}

#addtocartbutton {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
  width: 104px;
  margin: 5px;
  background-color: #F56900;
}

.chartATCButton {
  background-color: #b84520;
  border-color: #b84520;
  width: 200px;
  height: 23px;
  padding-bottom: 4px;
  padding-top: 2px;
}

.site.product .chart.container .price-availability .button[itemprop=availability]
  {
  min-width: 200px;
}

.btn {
  white-space: normal;
  margin: 8px;
  width: 130px;
  background-color: #F56900;
}

.searchButton {
  width: 60px;
}

#modalClose2 {
  background-color: #F56900;
  color: white;
  width: 75px;
  height: 25px;
  padding: 1px;
  font-weight: 600;
  font-size: 15px;
}

/*************************************
         Text- Styles
 *************************************/
.itemid {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 13px;
}

.statusMessageText {
  margin-left: 9px;
}

#mile-radius-info {
  font-weight: 500;
  margin-bottom: 15px;
  color: black;
  font-size: 16px;
}

.errMsg1 {
  color: #d20000;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.adr {
  font-size: 13px;
}

.addr-header {
  font-size: 15px;
  font-weight: bold;
}

.store2 {
  color: green;
  font-size: 12px;
  margin: 5px 0 5px;
}

.timefont {
  font-size: 12px;
}

.posStatusMsg {
  color: green;
  margin-left: 10px;
}

.posStatusMsg,.negStatusMsg {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
}

.negStatusMsg {
  color: darkred;
  margin-left: 10px;
}

/***************************************************************
        Scroll Bar Styles
 ***************************************************************/
: :-webkit-scrollbar {
  width: 12px;
}

: :-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

: :-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/****************************************************
         Minor placement styles, bootstrap Overrides
 ****************************************************/
.selection.list.dropdown {
  width: auto;
  max-width: 205px;
  margin-bottom: 10px;
}

.disclaimer {
  float: right;
  margin-right: 15px;
}

.select {
  cursor: pointer;
}

.numbering {
  display: inline;
  box-sizing: border-box;
  margin-right: -20px;
  margin-top: 3px;
}

#status-1,#status-2 {
  margin-left: 7px;
}

.row {
  box-sizing: border-box;
}

.col-md-4,.col-md-7 {
  box-sizing: border-box;
}

/*****************************************************
                    Loader Styles
*****************************************************/
.loader {
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.5em solid rgba(255, 140, 0, 0.2);
  border-right: 1.5em solid rgba(255, 140, 0, 0.2);
  border-bottom: 1.5em solid rgba(255, 140, 0, 0.2);
  border-left: 1.5em solid orange;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 .5s infinite linear;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.loader,.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@
-webkit-keyframes load8 { 0% {
  -webkit-transform: rotate(deg);
  transform: rotate(0deg);
}

100%
{
-webkit-transform
:

rotate
(360deg);


transform
:

rotate
(360deg);


}
}
@
keyframes load8 { 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100%
{
-webkit-transform
:

rotate
(360deg);


transform
:

rotate
(360deg);


}
}
