@charset "utf-8";
/* CSS Document */
.wrapper .body-overlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  cursor: crosshair;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.wrapper.overlay-active .body-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
/* header cart */
.sidebar-cart {
  background: #ffffff;
  color: #353535;
  height: 100vh;
  position: fixed;
  right: -480px;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 480px;
  z-index: 9999;
}
.sidebar-cart.inside {
	right: 0;
}
.wrap-sidebar {
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 45px 46px 0;
  width: 100%;
}
.sidebar-cart-all {
  padding-bottom: 39px;
}
#errorcart {
  clear: both;
  padding-top: 5px;
}
#errorcart ul li label {font-family:"Open Sans", sans-serif;
font-weight: normal;
color: #3e3e3e;
margin-top: 0px;
font-style: normal; font-size: 22px;}
.cur-lang-acc-active {
  background: #ffffff;
  color: #353535;
  height: 100vh;
  position: fixed;
  right: -480px;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 480px;
    z-index: 9999;
}
.cur-lang-acc-active.inside {
  right: 0;
}
.sidebar-cart-icon, .sidebar-nav-icon {
  display: block;
  float: right;
margin-top: -27px;
  overflow: hidden;
}
.sidebar-cart-icon button , .sidebar-nav-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b4b4b;
  float: right;
  font-size: 50px;
  padding: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}
.sidebar-cart-icon button:hover , .sidebar-search-icon button:hover , .sidebar-search-input form .form-search button:hover , .sidebar-nav-icon button:hover {
  color: #337ab7;
}
p.form-message.success {
    display: block;
    border: solid 1px orange;
    margin: 25px;
    border-radius: 6px;
    padding: 25px;
    font-size: 22px;
}.cart-btn-style {
    background: #e3e3e3 none repeat scroll 0 0;
    color: #5d5d5d;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    margin-right: 30px;
    padding: 18px 48px;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.cart-content > h3 {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 600;
}
.cart-title h3 a {
    color: #626262 !important;
}
.cart-content ul li.single-product-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 margin-bottom: 4px;
border-bottom: solid 1px #ccc;
}
.cart-content ul li.single-product-cart:last-child {
  margin-bottom: 0px;
}
.cart-title > h3 {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.cart-title h5 {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
}
.cart-title > span {
  color: #2061a5;
  font-weight: 600;
}
.cart-title {
  margin: 0px 29px 18px 3px;
}
#addtocart .error {
  display: none !important;
}
.cart-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cart-delete a i {
  color: #4b4b4b;
  font-size: 24px;
  line-height: 1;
}
.cart-delete a i:hover {
  color: #036697;
}
.col-md-6.alert {
  font-size: 22px;
}
.gray-bg-3 {
    background: #e5e9ea;
}
li { list-style: none }
.btn.btn1 {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 29px;
    height: 54px;
    line-height: 44px;
    background-color: #02c6fe;
    color: #fff;
    font-weight: bold;
}
.col-md-6.default-btn.floatright {
  font-size: 22px;
}
.cart-content ul {
  margin-top: 47px;
}
.cart-total {
  border-top: 1px solid #e3e3e3;
  margin-top: 29px;
  padding-top: 17px;
  text-align: right;
  width: 100%;
}
.cart-total h4 {
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 600;
}
.cart-total h4 span {
  color: #02c6fe;
  font-size: 18px;
  font-weight: 600;
}
.cart-checkout-btn > a.no-mrg {
  margin-right: 0px;
}
.cart-checkout-btn {
  margin-top: 13px;
}
/* small mobile :320px. */
@media (max-width: 767px) {
.sidebar-cart.inside {
  width: 100%; 
}    
}