.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}


/* style 1 */

.inputfile-1 + label {
  color: #f1e5e6;
  background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
  color: #d3394c;
  border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #722040;
}


/* style 3 */

.inputfile-3 + label {
  color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
  color: #722040;
}


/* style 4 */

.inputfile-4 + label {
  color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
  color: #722040;
}

.inputfile-4 + label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d3394c;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
  background-color: #722040;
}

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
  color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
  color: #722040;
}

.inputfile-5 + label figure {
  width: 100px;
  height: 135px;
  background-color: #d3394c;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
  background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.inputfile-5 + label figure::before {
  border-top: 20px solid #dfc8ca;
  border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
  border-bottom: 20px solid #722040;
  border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
  border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
  color: #d3394c;
}

.inputfile-6 + label {
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6 + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-6 + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: #722040;
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
}
}

input[type="file"] {
  display: none;
}


@media (min-width: 768px) {
  .modal-dialog {
    width: 862px;
}
}

/* __________ Cart __________ */
.cart-block .dropdown-menu {
  min-width: 300px;
  right: 0px;
  left: inherit;
}
.cart {
  overflow: hidden;
  width: auto;
}

.cart li {
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid #eeeeee;
}
.cart li a { margin-bottom: 10px; }

.cart .cart_item_product {
  float: left;
  margin-right: 20px;
  width: 60px;
}

.cart_item_title {
  display: block;
  text-transform: Capitalize;
  font-weight: 500;
  line-height: 1.4em;
  font-size: 1rem;
}

.cart_item_price {
  display: block;
  text-transform: none;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 1em;
}

.cart_total {
  padding: 5px 5px 5px;
}

.cart_total .clearfix {
  padding-bottom: 0px;
  padding-top: 5px;
}

.cart_total .cart_subtotal {
  text-transform: Capitalize;
  line-height: 1.3em;
  font-size: 1.143rem;
  color: #1c2426;
  font-weight: 600;
}

.cart_total .cart_subtotal b {
  float: right;
  display: inline-block;
  line-height: 1.3em;
  font-size: 1.143rem;
}

.cart_total a.btn {
  width: 100%;
  color:#ffffff;
}

.cart_total a.btn:hover {
  color:#ffffff;
}
.header-cart-001 .dropdown-menu a.btn:hover {
  background-color: #3d8f5e;
}

.cart-product-qty {
  display: inline-block;
  text-transform: Capitalize;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 0.8571rem;
}  
.cart-product-price {
  display: inline-block;
  text-transform: Capitalize;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 1rem;
  float: right;
} 
.cart-sub-total { 
  padding-left: 10px;
} 
.cart-product-qty:before { content:"QTY"; margin-right: 5px; }
.cart-dropdown{ position: absolute; right: 0px; bottom: 17px; cursor: pointer; }
.dolessmore {
  border-bottom: none;
}
.related .product-list-title a {
  color: #161616;
  font-size: .9rem;
  font-weight: 600;
  word-wrap: break-word;
  display: block;
  margin-bottom: 10px;
}
.related .product-list-price {
  font-weight: 600;
  font-size: .9rem;
  color: #3d4a5e;
  display: block;
}

.div_dialog {
  width: auto;
}
.product-detail-btn-container input.qty_field {
  height: 44px;
}
.product-detail-btn-container .input_div input.qty_field {
  width: 44px !important;
}
#accordion-detail .panel-default > .panel-heading {
  padding: 15px 0 15px 0px;
}
.margin-right-none {
  margin-right: 0;
}
/*.prefooter ul li ~ li {
  margin-top: 5px;
}*/
.btn-square{ 
  padding: 12px 14.5px;
  font-size: 1.14286rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  xmin-width: 0;
  padding: 10px;       
  position: relative;
  border-radius:4px;
  background-color:#fff;
  padding-left:10px!important;
}  

legend
{
  font-size:14px;
  font-weight:bold;
  margin-bottom: 0px; 
  width: 35%; 
  border: 1px solid #ddd;
  border-radius: 4px; 
  padding: 5px 5px 5px 10px; 
  background-color: #ffffff;
}
select[name="fromday1"].form-control,
select[name="fromyear1"].form-control,
select[name="today1"].form-control,
select[name="toyear1"].form-control,
select[name="fromday2"].form-control,
select[name="fromyear2"].form-control,
select[name="today2"].form-control,
select[name="toyear2"].form-control,
select[name="fromday3"].form-control,
select[name="fromyear3"].form-control,
select[name="today3"].form-control,
select[name="toyear3"].form-control{ float:left;width: 50% }
.list.list-check li:before, .list.list-plus li:before, .list.list-arrow li:before { margin-right: 10px; }