.custom_formOuter {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 20px;
}
.custom_formOuter .title {
  text-align: center;
  margin-bottom: 15px;
}
.inputWrap {
  margin-bottom: 30px;
}
.action_bottom{
  margin-bottom:15px;	
}
.account_top_bar .note {
  display: inline-block;
  float: right;
}
.account_top_bar {
  padding-top: 40px;
  display: block;
}
.account_top_bar .btn {
  display: inline-block;
}
#customer_orders {
  float: left;
  width: 80%;
  padding-right:15px;
}
#customer_sidebar {
  float: left;
  width: 20%;
  border-left: 2px solid #000;
  padding-left: 15px;
}
.outer_account .title {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#customer-account .title {
  border-bottom: 0;
}
#view_address {
  font-weight: 600;
}
.account_top_bar .textUpper {
  line-height: 40px;
}
.address_table {
  width: 25%;
  display: inline-block;
  padding: 0 15px 15px 0;
  vertical-align: top;
  font-size: 12px;
}
.view_address p {
  margin-bottom: 5px;
}
.address_table .address_title {
  margin-bottom: 8px;
  margin-top: 7px;
  font-size: 16px;
}
.customer_address .default_address {
  margin-top: -13px;
  display: block;
}
#address_tables {
  padding: 23px 0;
}
.action_link.action_delete.textUpper {
  display: inline-block;
  margin-left: 10px;
}
.popupOverlay {
  display: none;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}
.popupOverlay .popupBox .popup-note {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
}
.popupOverlay .popupBox .popup-password {
  margin-top: 30px;
  text-align: center;
  display: block;
  font-size: 14px;
}
.popupOverlay .popupBox .popup-back {
  display: block;
  margin-top: 20px;
}
.popupOverlay .popupBox .popup-back .icon-carrat {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
  padding: 8px 7px 5px;
}
.popupBox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;

  padding: 20px;
  z-index: 9999;
  margin: 100px auto 0;
  max-width: 600px;
  position: relative;
  max-height: 80vh;
  overflow: auto;
}
.cls_popup {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 24px;
  height: 16px;
  width: 16px;
  top: 20px;
}
.popupBox select {
  margin-bottom: 10px;
  padding: 8px 5px;
}
.customer_address_table {
  max-width: 400px;
  margin: 0 auto;
}
.popupBox select {
  margin-bottom: 10px;
  padding: 8px 30px 8px 5px;
  background-image: url(down.png);
  background-size:15px;
  background-repeat: no-repeat;
  background-position: right 7px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #999;
  background-color:#EEEEEE;
  margin-bottom:5px;
  width:100%;
}
.popupBox input{
	margin-bottom:5px;
}
.csutAddress h3{
  margin: 15px 0 7px;
  font-size:20px;
  text-transform:uppercase;
}
.action_bottom {
  margin: 15px 0;
}
/* order table */
.tableOuter table {
  width: 100%;
  text-align: center;
}
.tableOuter table th, .tableOuter table td {
  padding: 8px 5px;
  border-bottom: 1px solid #ddd;
}
.tableOuter table th {
  background: #eee;
}
.tableOuter table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.tableOuter table tbody tr.even td {
  background: #fafafa;
}
.outer_account{
  margin-bottom:15px;
}
.tableOuter a{
  text-decoration:underline;
}
#order_payment, #order_shipping{
  float:left;
  width:50%;
  margin:15px 0;
}
#order_payment{
  padding-right:15px;
}
#order_payment p, #order_shipping p {
  margin-bottom: 2px;
}
#order_cancelled{
  margin-top:15px;
}
.yotpo-lightbox.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container {
  z-index: 999999999 !important;
}
@media(max-width:767px){
  #customer_orders {
    float: none;
    width: 100%;
    padding-right:0;
    padding-bottom:15px;
  }
  #customer_sidebar {
    float: none;
    width: 100%;
    border-left: 0;
    padding-left: 0px;
  }
  .account_top_bar .note {
    float: none;
    display: block;
    text-align: right;
  }
  .mobileHide{
    display:none;
  }
  .address_table {
    width: 100%;
    display: inline-block;
    padding: 12px 0 12px 0;
    vertical-align: top;
    font-size: 12px;
    border-top: 1px solid #ccc;
  }
  #address_tables .address_table:first-child {
  	border:0;
  }
  .customer_address .default_address {
    margin-top: 0;
    display: block;
  }
  .popupBox input[type="text"], .popupBox input[type="email"], .popupBox input[type="tel"] {
    margin-bottom: 5px;
    width: 100%;
  }
  #order_payment, #order_shipping{
    float:none;
    width:100%;
    margin:15px 0;
  }
  #order_payment{
    padding-right:0;
  }
}

/* articale */


.articaleContent p{
  margin-bottom:0;
}
.articalContentOyter {
  position: absolute;
  z-index: 111;
  top: 50%;
  right: 20px;
  max-width: 400px;
  width: 100%;
}
.articalContentOyter h2{
  font-size:30px;
}
.articaleTags ul {
  list-style: none;
}
.articaleTags ul li{
  color:#000;
  font-size:15px;
  font-weight:600;
  display: inline-block;
  margin-right: 3px;
}
.articleSlider .slick-dots {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}
.article-body .articaleTags {
  margin: 15px 0;
  text-align: center;
}
.article-body h1 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.article-body .date {
  display: block;
  text-align: center;
  margin: 15px 0 30px;
}
.cartTitle h1 {
  padding: 15px;
  background: #EEEEEE;
}
.cartsummary.dark {
  background: #555;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.cartsummary .heading {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.cartsummary .section span {
  float: left;
  width: 50%;
  display:block;
}
.sidebarCart .btn.button {
	width: 100%;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.cartsummary .content {
  padding: 20px;
  border: 1px solid #eee;
}
.cartsummary .content h3 {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.cartsummary .content a{
  text-decoration:underline;
}
.cartsummary .section span.text-right span {
  display: block;
  width: 100%;
}
.extra-checkout-buttons {
  margin-top: 10px;
}
.extra-checkout-buttons button {
  margin-left:0 !important;
}
.productContent, .cart-productImg {
  display:inline-block;
  vertical-align: top;
}
.productContent {
  padding-left:15px;
  width:calc(100% - 130px);
}
.cart-productImg {
  width:130px;
}
.cartWrapper{
  max-width:1024px;
  margin:0 auto;
}
.cartQty .qtyAdjust {
  margin-left:0;
}
.cartQty label {
  margin-bottom: 2px;
  margin-top: 8px;
}
#cart .cartRow {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 5px;
}
.qtyBox.cartQty, .updateButtonWrap {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom:0;
}
.qtyBox.cartQty {
  margin-right:10px;
}
.cart-Remove{
  margin-top:10px;
}
.expanded-message {
  padding: 15px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cart-Remove svg {
  width: 35px;
}
.extra-checkout-buttons button{
  width:100%;
}
@media(max-width:991px){
  .qtyBox.cartQty, .updateButtonWrap {
    display: block;
    margin-bottom:5px;
     margin-right: 0;
  }
}
@media(max-width:767px){
  .outerarticaleGrid {
    display: inline-block;
    padding-left: 10px;
    width: 60%;
    vertical-align: top;
  }
  .articaleTags {
    min-height: inherit;
  }
  .articles .article h2 a{
  	margin-top:0;
    font-size:16px;
  }
  .articleSlide img{
  	display:none;
  }
  .articleSlide{
  	height:400px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
  }
  .articalContentOyter{
  	max-width:280px;
  }
  .articles {
    margin-bottom: 20px;
  }
  .article-body h1 {
    font-size: 22px;
  }
  .text-center.line-price {
    text-align: left;
  }
  .cart-Remove {
    float: right;
    margin-top: 0;
  }
  #cart .cartRow {
    padding: 0;
    border-top:1px solid #ccc;
    margin-bottom:10px;
  }
  .cartRow .scol-9 {
    border-bottom: 1px solid #ccc;
  }
  #cart .scol-8, #cart .scol-4 {
    padding: 0;
  }
  .cartTitle h1 {
    padding: 7px 10px;
  }
}
@media(max-width:410px){
  .cart-productImg {
    width: 80px;
  }
  .productContent {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  .productContent .cartProductTitle {
    display: none;
  }
  .cartQty label {
    display: none;
  }
  .qtyBox.cartQty {
    margin-top: 7px;
  }
}