.infinite-header-container-inner.sowoo-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content:flex-start;
}

.infinite-header-container-inner.sowoo-header div.header-logo-container, .infinite-header-container-inner.sowoo-header div.header-icon-container {
    flex:0 1 auto;
}

.infinite-header-container-inner.sowoo-header div.header-search-container {
    flex:1 40%;
    margin: 20px 0;
}

.infinite-header-container-inner.sowoo-header div.header-icon-container {
    margin: 17px 0;
}

.header-icon-container {
    text-align: right;
}

div.header-cart-icon, div.header-help-icon {
    position: relative;
    width:75px;
    height: 80px;
    display: inline-block;
}

div.header-account-icon {
    position: relative;
    width:90px;
    height: 80px;
    display: inline-block;
    margin:0;
}

div.header-cart-icon a:hover, div.header-account-icon a:hover, div.header-help-icon a:hover{
    text-decoration: none;
}

li.sowoo-navigation-link img {
    width: 30px;
    height: auto;
}

.sowoo-account-content h3 img {
    width: 30px;
    height: auto;
}

span.header-icon-img {
    display: block;
    width: 40px;
    height: 40px;
    transition: background-color 0.2s ease 0s;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

span.header-icon-label {
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffd047;
    font-weight: 600;
    letter-spacing: 0.3px;
}

a:hover span.header-icon-label {
    text-decoration: underline;
}

div.header-icon-badge {
    position: absolute;
    z-index: 5;
    top:16px;
    right:5px;
}

div.header-icon-badge span {
    display: block;
    background-color: transparent;
    font-weight: 400;
    color: #fff;
    width: 41px;
    height: 41px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;}

div.sowoo-widget-cart, div.sowoo-widget-account, div.sowoo-widget-help {
    display:none;
    position: absolute;
    width: 380px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(82, 82, 82, 0.5) 0px 0px 6px 0px;
    padding: 20px;
    border-radius: 4px;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: 1000;
    transform: translate(-50%, 20px);
    left: 50%;
    top: 75%;
    text-align: center;
}

div.sowoo-widget-cart{
    transform: translate(0%, 20px);
    right: -25px;
    top: 75%;
    left: auto;
    padding: 0px;
}

div.sowoo-widget-account.empty {
    width:280px;
}

div.sowoo-widget-account.list {
    width:280px;
    padding: 12px 20px 8px 20px;
}

div.sowoo-widget-help {
    width:240px;
    padding: 12px 20px 8px 20px;
}

div.sowoo-widget-cart .widget-container {
    max-height: 375px;
    width: 100%;
    overflow-y: auto;
    padding: 5px 0px 10px 20px;
}

div.sowoo-widget-cart.empty .widget-container {
    padding-right: 0px;
}


div.sowoo-widget-cart .widget-container::-webkit-scrollbar-trac, div.sowoo-widget-account .widget-container::-webkit-scrollbar-trac{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #f9f9f9;
}

div.sowoo-widget-cart .widget-container::-webkit-scrollbar, div.sowoo-widget-account .widget-container::-webkit-scrollbar{
	width: 6px;
	background-color: #f9f9f9;
}

div.sowoo-widget-cart .widget-container::-webkit-scrollbar-thumb, div.sowoo-widget-account .widget-container::-webkit-scrollbar-thumb{
	border-radius: 0px;
	background-color: #e9e9e9;
}

div.sowoo-widget-cart .arrow-top, div.sowoo-widget-account .arrow-top, div.sowoo-widget-help .arrow-top {
    position: absolute;
    top: -6px;
    height: 14px;
    width: 14px;
    transform: translateX(-50%) rotate(405deg);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(82, 82, 82, 0.2) -3px -3px 6px 0px;
    left: 50%;
}

div.sowoo-widget-cart .arrow-top {
    right: 50px;
    left: auto;
}

div.sowoo-widget-cart .widget-row {
    display: flex;
    flex-wrap: nowrap;
    width: 95%;
    padding: 10px 0px;
    box-sizing: border-box;
}

div.sowoo-widget-cart .widget-thumb {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 90px;
    height: 70px;
    margin-right: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 220, 210);
    border-image: initial;
    border-radius: 4px;
    overflow: hidden;
}

div.sowoo-widget-cart .widget-thumb img{
    max-width: 80px;
    height: auto;
}

div.sowoo-widget-cart .widget-content {
    flex-direction: column;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
}

div.sowoo-widget-cart .widget-content h3 {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    margin:0px;
    padding: 5px 0 0px 0;
}

div.sowoo-widget-cart .widget-content h3 span{
    right: -3px;
    top: 0px;
}

div.sowoo-widget-cart .widget-content .widget-detail {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

div.sowoo-widget-cart  .widget-content .widget-quantity-wrapper {
    margin-top: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


div.sowoo-widget-cart  .widget-content .widget-quantity {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: white;
    height: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px;
    border-radius: 48px;
    border-width: 0px;
    border-style: solid;
    border-color: #e2e2e2;
    border-image: initial;
}

div.sowoo-widget-cart .widget-content .widget-quantity input {
    width: 32px;
    text-align: center;
    background-color: transparent;
    font-size: 18px;
    line-height: 21px;
    color: rgb(38, 36, 36);
    margin: 0px 5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}

div.sowoo-widget-cart .widget-content .widget-price-unitaire {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 15px;
    text-align: center;
    line-height: 31px;
}

div.sowoo-widget-cart .widget-content .widget-price-unitaire .woocommerce-Price-amount.amount {
    color: rgb(153, 153, 153);
}

div.sowoo-widget-cart .widget-content .widget-price-total {
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
}

div.sowoo-widget-cart .widget-content .widget-price-total .woocommerce-Price-amount.amount  {
    color: #000;
}

div.sowoo-widget-cart a.widget-checkout {
    width: 100%;
    height: 46px;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 180, 59);
    color: rgb(0, 0, 0);
    font-size: 16px;
    border-radius: 4px;
}
div.sowoo-widget-cart .widget-footer {
    position: relative;
    width: 100%;
    margin-top: 5px;
    background-color: rgb(255, 255, 255);
    padding: 10px 25px 20px 25px;
    border-radius: 0px;
    border-top: 1px solid #eeee;
    background: #222;
}

div.sowoo-widget-cart .widget-footer-total {
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-widget-cart .widget-footer-total .widget-footer-items {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-size:500;
}

div.sowoo-widget-cart .widget-footer-total .widget-footer-price {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    color: #ffd047;
    font-size: 21px;
    font-size:500;
}
div.sowoo-widget-cart .widget-footer-total .widget-footer-price .woocommerce-Price-amount.amount {
    color: #ffd047;
}

div.sowoo-widget-cart img.pointer {
    cursor: pointer;
}

div.sowoo-widget-cart img.pointer-disable {
    cursor:not-allowed;
}


div.sowoo-widget-cart .widget-cartempty-img, div.sowoo-widget-account .widget-accountempty-img {
    margin:0 auto 20px auto;
    display: block;
    max-width: 50%;
}

div.sowoo-widget-cart .widget-cartempty-label {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 18px;
    margin: 35px 0;
}

div.sowoo-widget-account .widget-accountempty-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: rgb(38, 36, 36);
}

div.sowoo-widget-account .widget-accountempty-label {
    font-size: 14px;
    text-align: center;
    color: #444;
    line-height: 15px;
    margin: 5px 10px 0 10px;
    letter-spacing: -0.4px;
}

div.sowoo-widget-account a.widget-accountempty-btn {
    display: block;
    text-align: center;
    background-color: #222;
    font-size: 16px;
    border-radius: 4px;
    margin: 10px 20px 5px 20px;
    padding: 7px 30px;
    color: #fff;
    font-weight: 600;
}

div.sowoo-widget-account a.widget-accountempty-btn-label {
    display: inline-block;
    text-align: center;
    color: #222;
    font-size: 14px;
    border-bottom:1px solid transparent;
    transition: color 100ms, border-color 100ms;
}

div.sowoo-widget-account a.widget-accountempty-btn-label:hover {
    color: #000;
    border-bottom:1px solid #000;
}

div.sowoo-widget-account ul.widget-account-menu, div.sowoo-widget-help ul.widget-account-menu   {
    margin:0;
    padding:0;
    list-style: none;
    text-align: left;
}

div.sowoo-widget-account ul.widget-account-menu li, div.sowoo-widget-help ul.widget-account-menu li {
    list-style: none;
    padding:8px 0;
}

div.sowoo-widget-account ul.widget-account-menu li a img, div.sowoo-widget-help ul.widget-account-menu li a img {
    margin-right:10px;
}

div.sowoo-widget-account ul.widget-account-menu li a span, div.sowoo-widget-help ul.widget-account-menu li a span {
    color:#000;
    font-size: 15px;
    border-bottom:1px solid transparent;
    transition: color 100ms, border-color 100ms;
}

div.sowoo-widget-account ul.widget-account-menu li a:hover span, div.sowoo-widget-help ul.widget-account-menu li a:hover span {
    border-bottom:1px solid #000;
}


div.sowoo-widget-account ul.widget-account-menu li:last-child {
    border-top:1px solid #ddd;
    margin-top:2px;
}


.infinite-header-container div.asl_m.asl_w {
    border: 2px solid #fff !important;
    border-radius: 110px !important;
    box-shadow: none !important;
    margin-top: 16px;
    background: transparent;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1)
}

header.infinite-style-slide.infinite-fixed-navigation div.asl_m.asl_w {
    background:#fff
}

.infinite-header-container div.asl_m.asl_w.focus {
    border-radius: 4px !important;
}

.infinite-header-container #ajaxsearchlite1 {
    width: 100%;
    margin: 14px auto 0 auto;
}

.infinite-header-container .infinite-main-menu-search.logoff #ajaxsearchlite1 {
    width: 240px;
}

header.infinite-style-slide.infinite-fixed-navigation .infinite-main-menu-search #ajaxsearchlite1 {
    width: 240px;
}

.infinite-header-container #ajaxsearchlite1 .probox, div.asl_w .probox {
   height: 32px;
}

.infinite-header-container div.asl_w .probox .promagnifier {
    margin-right: 6px;
    margin-top: 3px;
    box-shadow: none;
    display: none;
}

.infinite-header-container #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    margin: 2px 0 0 0 !important;
}

.infinite-header-container #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder, div.asl_w .probox .proinput input::-webkit-input-placeholder {
    color: #fff !important;
    font-style: italic !important;
}

header.infinite-style-slide.infinite-fixed-navigation #ajaxsearchlite1 .probox .proinput input,
header.infinite-style-slide.infinite-fixed-navigation div.asl_w .probox .proinput input {
    color: #1d1d1d !important;
}

header.infinite-style-slide.infinite-fixed-navigation #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
header.infinite-style-slide.infinite-fixed-navigation div.asl_w .probox .proinput input::-webkit-input-placeholder {
    color: #1d1d1d !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    background: transparent !important;
}

.infinite-header-container div.asl_w .probox div.asl_simple-circle {
    border: 1px solid #fff;
}

header.infinite-style-slide.infinite-fixed-navigation div.asl_w .probox div.asl_simple-circle {
    border: 1px solid #1d1d1d;
}

.infinite-header-container div.asl_w .probox .proloading {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    position: absolute;
    right: 11px;
}

#ajaxsearchliteres1 {
    border-radius: 4px !important;
    margin-top: -20px !important;
    padding: 0px !important;
}

div.asl_r .results .item .asl_content {
    padding: 0px !important;
}
div.asl_r .results .item .asl_content h3 a {
    line-height: 17px !important;
    font-size: 14px !important;
    color: rgb(38, 36, 36) !important;
    width: 100%;
    display: block;
    padding: 10px 17px !important;
}

div.asl_r .results .item .asl_content h3 a:hover {
    text-decoration: none !important;
}

div.asl_r p.showmore {
    cursor: pointer !important;
    font-size: 13px;
    position: relative;
    background-color: #000 !important;
    padding: 5px 0px !important;
    margin-top: 0px !important;
    color: #fff !important;
}
div.asl_r p.showmore a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border: none !important;
    text-transform: uppercase !important;
    position: relative !important;
    display: inline-block !important;
    font-family:"Roboto Condensed",sans-serif !important;
}

div.asl_r .results .item div.etc {
    display:none;
}

div.asl_r p.showmore a:hover {
   text-decoration:underline !important;
}

div.asl_r .results .item, div.asl_r .results {
  border:none !important;
}

div.asl_r.vertical .results .asl_spacer {
    background: none repeat scroll 0 0 #e5e5e5 !important;
}

div.asl_r .results .asl_nores {
    font-size: 13px !important;
    font-weight: 600 !important;
}

div.asl_r.vertical .results .asl_spacer {
    display: none !important;
}

div.asl_r .results .item.hovered {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

div.asl_r .results .item {
    white-space: nowrap !important;
    cursor: pointer !important;
    padding: 0px !important;
    overflow: hidden !important;
}

div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted {
    color: rgb(0, 131, 199) !important;
    font-weight: bold;
    background-color: transparent !important;
}

.search-suggest a {
  color: #fff !important;
}
.search-suggest a:hover {
  text-decoration: underline !important;
}
.search-suggest p {
  margin-top:5px  !important;
}

div.ajaxsearchoverlay {
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: auto;
    display:none;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

span.asl_res_category {
    margin-left: 21px !important;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: rgb(118, 118, 118);
    text-transform: capitalize !important;
    padding: 0 !important;
    position: absolute;
}


div#infinite-menu-cart a.link-cart-page {
    /*border: 2px solid #fff;*/
    display: inline-block;
    padding: 4px;
    position: relative;
    border-radius: 50%;
    margin-top: 6px;
}


/** CHECKOUT PAGE WIDGET **/

/* overlay */
div.ajaxcheckoutoverlay {
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    overflow: hidden;
    pointer-events: auto;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

div.ajaxcheckoutoverlay div{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

div.ajaxcheckoutoverlay div img {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:8%;
    height: 8%;
}

/* notices */
div.sowoo-checkout .sowoo-notices .button.wc-forward {
    display: none;
}

div.sowoo-checkout {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
}

div.sowoo-checkout div.checkout-details {
    width: 70%;
    max-width: 70%;
    padding-right: 20px;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex: 0 0 70%;
}

div.sowoo-checkout div.checkout-review {
    position: sticky;
    top: 20px;
    width: 30%;
    max-width: 30%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    align-self: flex-start;
    flex: 0 0 30%;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open {
    background-color: rgb(255, 255, 255);
    width: 100%;
    box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
    margin-bottom: 8px;
    padding: 24px;
    border-radius: 4px;
    margin-top: 8px;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open header {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open header img {
    width: 30px;
    height: 30px;
    margin-right: 9px;

}

div.sowoo-checkout div.checkout-details div.checkout-panel-open header div {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open header h2 {
    font-family: "Roboto Condensed";
    font-weight: 400;
    color: rgb(38, 36, 36);
    font-size: 22px;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open header h2 span {
    color: rgb(133, 134, 134);
    font-size: 22px;
    margin-left: 10px;
    font-family: "Roboto Condensed";
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open header button {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 15px;
    text-transform: unset;
    color: rgb(82, 82, 82);
    text-decoration: underline;
    background: transparent;
    border: none;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container {
    position: relative;
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul {
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 220, 210);
    border-image: initial;
    margin: 4px 0px;
    border-radius: 4px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    display: flex;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item .product-item-thumb {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 220, 210);
    border-image: initial;
    border-radius: 3px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item .product-item-thumb img{
    height: 54px;
    width: 54px;
    margin: 0px 25px;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item .product-item-title {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item .product-item-title a{
    margin-bottom: 8px;
    font-family: "Roboto Condensed", sans-serif;
    color: rgb(38, 36, 36);
    text-decoration: none;
    cursor: pointer;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item .product-item-price {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item .product-item-price {
    font-size: 14px;
    line-height: 16px;
    color: rgb(82, 82, 82);
    font-family: "Roboto Condensed";
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item .product-item-price span.woocommerce-Price-amount.amount {
    color: rgb(82,82,82);
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    display: flex;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update .product-item-quantity {
    width: 100px;
    margin: 0px 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update .product-item-quantity div {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: white;
    height: 32px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px;
    border-radius: 48px;
    flex: 1 1 0%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 188, 212);
    border-image: initial;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update .product-item-quantity div img {
    height: 20px;
    margin: 0px 1px;
    flex: 0 0 auto;
    cursor: pointer;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update .product-item-quantity div img.disable {
    cursor: not-allowed;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update .product-item-quantity div img {
    height: 20px;
    margin: 0px 1px;
    flex: 0 0 auto;
    cursor: pointer;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update .product-item-quantity div input {
    width: 32px;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    line-height: 21px;
    font-family: "Roboto Condensed", sans-serif;
    color: rgb(38, 36, 36);
    margin: 0px 5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    font-weight: 600;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update > span {
    font-family: "Roboto Condensed";
    font-size: 18px;
    color: rgb(82, 82, 82);
    line-height: 21px;
    margin-right: 40px;
    width: 86px;
    text-align: right;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update > span span.woocommerce-Price-amount.amount {
    color: rgb(82,82,82);
    font-weight: 600;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update > button {
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    align-self: flex-start;
    border-radius: 50%;
    outline: none;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .cart-container ul li div.product-item-update > button img {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

div.sowoo-checkout div.checkout-details button.cart-validation {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    width: 300px;
    background-color: rgb(0, 188, 212);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    margin: 24px auto;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 0px;
    cursor: pointer;
}

div.sowoo-checkout div.checkout-details button.btn-account-validation {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    max-width: 225px;
    background-color: rgb(157, 157, 157);
    color: rgb(38, 36, 36);
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin: 24px 0px 24px 24px;
    border-radius: 25px;
    border:none;
    outline: none;
}

div.sowoo-checkout div.checkout-details button.btn-account-validation.active {
    background-color: rgb(0, 188, 212);
    color: #fff;
}


div.sowoo-checkout div.checkout-details div.checkout-panel-open .account-container {
    margin-top: 24px;
    flex-direction: column;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .account-container span{
    color: rgb(82, 82, 82);
    font-family: "Roboto Condensed";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}


div.sowoo-checkout div.checkout-details div.checkout-panel-open .account-container div {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-open .account-container a.link {
    font-family: "Roboto Condensed";
    font-size: 14px;
    line-height: 18px;
    color: rgb(0, 131, 199);
    cursor: pointer;
    text-decoration: underline;
}


div.sowoo-checkout div.checkout-details div.checkout-panel-close {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    padding-right: 16px;
    color: rgb(119, 119, 119);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
    border-radius: 4px;
    background: white;
    cursor: pointer;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-close.disable {
    background: transparent;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-close > div {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-close > div img {
    height: 30px;
    width: 30px;
    opacity: 0.6;
    margin: -1px 9px 0px 9px;
    color: rgb(119, 119, 119);
}

div.sowoo-checkout div.checkout-details div.checkout-panel-close > div span.title {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto Condensed";
    color: rgb(119, 119, 119);
}

div.sowoo-checkout div.checkout-details div.checkout-panel-close span.edit {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: rgb(119, 119, 119);
}

div.sowoo-checkout div.checkout-details div.checkout-panel-close span.info {
    font-family: "Roboto Condensed" !important;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: 378px;
}

div.sowoo-checkout div.checkout-details div.checkout-panel-close div.info {
    -webkit-box-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 5px;
    left: 378px;
    width: 300px;
}

.infinite-body label.sowoo-form-field {
    box-sizing: border-box;
    cursor: pointer;
    flex-direction: column;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 341px;
    position: relative;
    width: 100%;
    border-color: rgb(225, 220, 210);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 16px;
    transition: border-color 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.infinite-body label.sowoo-form-field:hover {
    border-color: rgb(0, 0, 0);
}

.infinite-body label.sowoo-form-field input {
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    width: 100%;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    background-color: white;
    padding: 1px 0px;
    border:none;
    font-weight: 500;
}

.infinite-body label.sowoo-form-field span {
    color: rgb(129, 129, 129) !important;
    font-family: "Roboto Condensed" !important;
    font-size: 16px !important;
    left: 16px !important;
    line-height: 19px !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 50%;
    font-weight: 500 !important;
    transform: translateY(-50%);
    transition: all 250ms ease-in-out 0s;
}

.infinite-body label.sowoo-form-field span.active {
    font-size: 13px !important;
    line-height: 13px !important;
    transform: translateY(-150%);
}

.infinite-body label.sowoo-form-field input:focus ~ span, .infinite-body label.sowoo-form-field input:not(:focus):valid ~ span, .infinite-body label.sowoo-form-field input:read-only:not(:focus) ~ span {
    font-size: 13px !important;
    line-height: 13px !important;
    transform: translateY(-150%);
}

.infinite-body label.sowoo-form-field-checkbox {
    position: relative;
}

.infinite-body label.sowoo-form-field-checkbox input {
    display:none !important;
}

.infinite-body label.sowoo-form-field-checkbox label {
    padding: 15px 0 0 34px;
    display: inline-block;
    line-height: 23px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.infinite-body label.sowoo-form-field-checkbox label::before {
    content: '';
    height: 25px;
    width: 25px;
    border: 1px solid #ddd;
    display: inline-block;
    position: absolute;
    background: #fff;
    font-family: "FontAwesome";
    top: 14px;
    left: 0px;
    font-size: 15px;
    padding: 3px 0px 0px 5px;
    border-radius: 4px;
}

.infinite-body label.sowoo-form-field-checkbox [type=checkbox]:checked + label::before {
    content: '\f00c';
    line-height: 18px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}


.infinite-body span.sowoo-label-info::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgb(246, 179, 60);
    margin-right: 8px;
    border-radius: 50%;
}

.infinite-body span.sowoo-label-error {
    color: #F44336 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-top: 4px !important;
    margin-bottom: 0px !important
}

.margin-10 {
    margin-top: 10px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


/* CART PANEL */
body.overlay {
    overflow: hidden !important;
}

div.cartsideoverlay,
div.filtersideoverlay {
    position: relative;
    display: none;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    pointer-events: auto;
    transition: ease .2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

div.cartsideoverlay.active,
div.filtersideoverlay.active {
    position: fixed;
    display: block;
    z-index: 400;
    opacity: 1;
}

.cbp-spmenu {
    background: #fff;
    border-left: 1px solid #777;
    position: fixed;
    z-index: 1000;
}

.cbp-spmenu-vertical {
	width: 480px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-right {
	right: -480px;
    border: none !important;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 13px 1px;
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 390px;
}

.cbp-spmenu-push-toleft {
	left: -390px;
}

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transition-delay: 0.08s;
}

div.sowoo-widget-side-filter form.searchandfilter {
    display: block !important;
}

div.sowoo-widget-side-cart .widget-header,
div.sowoo-widget-side-filter .widget-header {
    background: #1d1d1d;
    padding: 20px;
    border-bottom: 1px solid #2c2c3a;
}

div.sowoo-widget-side-car div.widget-cartempty-container {
    margin: 50% 0;
}

div.sowoo-widget-side-cart .widget-header h2,
div.sowoo-widget-side-filter .widget-header h2 {
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: -1.5px;
    position: relative;
    font-family:"Roboto",sans-serif !important;
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-left: 40px;
}

div.sowoo-widget-side-filter .widget-header h2 {
    text-transform: none;
    padding-left: 0px;
}

.cbp-spmenu .header-icon-badge span {
    font-size: 15px;
}

.cbp-spmenu .header-icon-badge {
    position: absolute;
    z-index: 5;
    top: 16px;
    left: 0px;
}

div.sowoo-widget-side-cart .widget-header h2 img {
    position: absolute;
    left: -8px;
    top: 3px;
    width: 42px;
}

div.sowoo-widget-side-cart .widget-header h2 a {
    text-transform: none;
}

div.sowoo-widget-side-cart .widget-header h2 span.widget-cart-close,
div.sowoo-widget-side-filter .widget-header h2 span.widget-filter-close {
  font-size: 13px;
  display: inline-block;
  color: #aaa;
  position: absolute;
  top: -3px;
  letter-spacing: 0.5px;
  right: 25px;
  font-weight: 500;
  font-family: "Roboto",sans-serif !important;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

div.sowoo-widget-side-cart span.widget-cart-close::after,
div.sowoo-widget-side-filter span.widget-filter-close::after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 25px;
    padding: 8px 7px;
    line-height: 18px;
    color: #fff;
    background: #555;
    font-weight: lighter;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    -webkit-text-stroke: 3px #555;
    top: 0px;
    cursor: pointer;
}

div.sowoo-widget-side-cart .widget-header h2 span.widget-cart-close:hover,
div.sowoo-widget-side-filter .widget-header h2 span.widget-filter-close:hover {
    color: #fff;
}

div.sowoo-widget-side-cart .widget-header h2 span.widget-cart-close:hover::after,
div.sowoo-widget-side-filter .widget-header h2 span.widget-filter-close:hover::after {
    color: #fff;
}

div.sowoo-widget-side-cart .widget-container {
    height: calc(100% - 270px);
    width: 100%;
    padding: 0px 5%;
    margin: 5px 0;
    overflow-y: auto;
    padding-right: 12px;
}

div.sowoo-widget-side-filter .widget-container {
    height: calc(100% - 100px);
    width: 98%;
    padding: 0px 5%;
    margin: 5px 0;
    overflow-y: auto;
    padding-right: 12px;
}

div.sowoo-widget-side-cart.empty .widget-container,
div.sowoo-widget-side-filter.empty .widget-container {
    padding-right: 0px;
}

div.sowoo-widget-side-cart .widget-container::-webkit-scrollbar-trac, div.sowoo-widget-account .widget-container::-webkit-scrollbar-trac,
div.sowoo-widget-side-filter .widget-container::-webkit-scrollbar-trac, div.sowoo-widget-account .widget-container::-webkit-scrollbar-trac{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #f9f9f9;
}

div.sowoo-widget-side-cart .widget-container::-webkit-scrollbar, div.sowoo-widget-account .widget-container::-webkit-scrollbar,
div.sowoo-widget-side-filter .widget-container::-webkit-scrollbar, div.sowoo-widget-account .widget-container::-webkit-scrollbar{
	width: 6px;
	background-color: #f9f9f9;
}

div.sowoo-widget-side-cart .widget-container::-webkit-scrollbar-thumb, div.sowoo-widget-account .widget-container::-webkit-scrollbar-thumb,
div.sowoo-widget-side-filter .widget-container::-webkit-scrollbar-thumb, div.sowoo-widget-account .widget-container::-webkit-scrollbar-thumb{
	border-radius: 0px;
	background-color: #e9e9e9;
}

div.sowoo-widget-side-filter .searchandfilter > ul > li:not(.sf-field-reset) {
    background: #fff;
    margin-left: -35px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
}

div.sowoo-widget-side-filter .searchandfilter > ul > li.sf-field-reset
/*div.sowoo-widget-side-filter .searchandfilter > ul > li.sf-field-post-meta-produit_brasserie,*/
/*div.sowoo-widget-side-filter .searchandfilter > ul > li.sf-field-post-meta-produit_style,*/
/*div.sowoo-widget-side-filter .searchandfilter > ul > li.sf-field-post-meta-_price*/ {
    display: none;
}

div.sowoo-widget-side-filter .searchandfilter ul li ul {
    max-height: 190px;
}

div.sowoo-widget-side-cart .widget-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

div.sowoo-widget-side-cart .widget-row:last-child {
    border-bottom: none;
}

div.sowoo-widget-side-cart .widget-thumb {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 90px;
    height: 70px;
    margin-right: 14px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(225, 220, 210);
    border-image: initial;
    border-radius: 2px;
}

div.sowoo-widget-side-cart .widget-thumb img{
    max-width: 80px;
    height: auto;
}

div.sowoo-widget-side-cart .widget-content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-widget-side-cart .widget-content h3 {
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    margin: 0px;
    padding: 5px 0 15px 0;
    font-family: "Roboto";
    position: relative;
    color: #000;
}
div.sowoo-widget-side-cart  .widget-content .widget-detail {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

div.sowoo-widget-side-cart  .widget-content .widget-quantity-wrapper {
    margin-top: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


div.sowoo-widget-side-cart .widget-content .widget-quantity {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: white;
    height: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px;
    border-radius: 48px;
    border-width: 0px;
    border-style: solid;
    border-color: #ddd;
    border-image: initial;
}

div.sowoo-widget-side-cart .widget-content .widget-quantity input {
    width: 50px;
    text-align: center;
    background-color: transparent;
    line-height: 23px;
    color: #000;
    margin: 0px 5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 3px;
}

div.sowoo-widget-side-cart .widget-content .widget-price-unitaire {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 15px;
    text-align: center;
    line-height: 31px;
}

div.sowoo-widget-side-cart .widget-content .widget-price-unitaire .woocommerce-Price-amount.amount {
    color: #777;
    font-size: 13px;
    font-weight: 400;
}

div.sowoo-widget-side-cart .widget-content .widget-price-total {
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
}

div.sowoo-widget-side-cart .widget-content .widget-price-total .woocommerce-Price-amount.amount  {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

div.sowoo-widget-side-cart a.widget-checkout {
    width: 100%;
    height: 50px;
    display: flex;
    font-weight: 400;
    text-transform: uppercase;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    border: 2px solid #000;
    text-decoration: none;
    transition: all 0.1s ease-in;
}

div.sowoo-widget-side-cart a.widget-checkout:hover {
    background-color: #333;
    border: 2px solid #333;
}

div.sowoo-widget-side-cart .widget-footer {
    border-top: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 480px;
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 10px 20px 20px 20px;
    border-radius: 0;
z-index:1000;
}

div.sowoo-widget-side-cart .widget-footer-total {
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-widget-side-cart .widget-footer-total .widget-footer-items {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    font-weight: 500;   
}

div.sowoo-widget-side-cart .widget-footer-total .widget-footer-price {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    color: #ffd047;
    font-size: 21px;
    font-size:500;
}
div.sowoo-widget-side-cart .widget-footer-total .widget-footer-price .woocommerce-Price-amount.amount {
    color: #000;
}

div.sowoo-widget-side-cart img.pointer {
    cursor: pointer;
}

div.sowoo-widget-side-cart .widget-cartempty-img {
  margin: 25px auto;
  display: block;
  max-width: 30%;
}

div.sowoo-widget-account .widget-accountempty-img {
    margin: 0 auto;
    display: block;
    max-width: 50%;
}

div.sowoo-widget-side-cart .widget-cartempty-label {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 18px;
    margin: 35px 0;
}

.infinite-content-container .woocommerce .woocommerce-error, .infinite-content-container .woocommerce .woocommerce-message {
    background-color: #fbfbfb;
    border: 0px;
    color: #ff453a;
    border-left: 3px solid #F44336;
    border-top: none;
    border-bottom: 1px solid #eee;
    border-right: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
    padding: 15px 15px !important;
}

.infinite-body .infinite-content-container .woocommerce .woocommerce-message {
    color: #000;
    border-left: 3px solid #000;
}

.infinite-content-container .woocommerce .woocommerce-error::before, .infinite-content-container .woocommerce .woocommerce-message::before {
    display: none;
}

.infinite-content-container .woocommerce .woocommerce-error li, .infinite-content-container .woocommerce .woocommerce-message li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
    font-weight: 500;
}

/** NEW STYLE **/
a.btn_add_to_cart {
    cursor: pointer !important;
}

a.btn_add_to_cart.disabled {
    color: #dddddd !important;
    cursor: wait !important;
}

.woocommerce-js .widget-container ul.woocommerce-error,
.woocommerce-lost-password .woocommerce ul.woocommerce-error,
.woocommerce-js .sowoo-account-registration ul.woocommerce-error,
.woocommerce-account.woocommerce-page ul.woocommerce-error{
    background-color: #d81a1a;
    color: #fff;
    border: none;
    border-radius: 4px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    font-weight: 500;
    font-size: 15px;
}

.woocommerce-js .widget-container ul.woocommerce-error::before,
.woocommerce-lost-password .woocommerce ul.woocommerce-error::before,
.woocommerce-js .sowoo-account-registration ul.woocommerce-error::before,
.woocommerce-account.woocommerce-page ul.woocommerce-error::before {
    display: none;
}

.woocommerce-js .widget-container ul.woocommerce-error li,
.woocommerce-lost-password .woocommerce ul.woocommerce-error li,
.woocommerce-js .sowoo-account-registration ul.woocommerce-error li,
.woocommerce-account.woocommerce-page ul.woocommerce-error li{
    padding-top: 0px;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

.woocommerce-js .widget-container ul.woocommerce-error,
body.woocommerce .widget-container ul.woocommerce-error,
.woocommerce-js .sowoo-account-registration ul.woocommerce-error,
.woocommerce-account.woocommerce-page ul.woocommerce-error {
    padding: 10px 15px !important;
    margin: 5px 0;
}

body.woocommerce-lost-password ul.woocommerce-error {
    max-width: 400px !important;
    margin: 30px auto -20px auto !important;
    padding: 15px 15px !important;
}

.woocommerce-js .sowoo-account-registration ul.woocommerce-error {
    max-width: 480px !important;
    margin: 0px auto -20px auto !important;
    padding: 15px 15px !important;
}

.woocommerce-account.woocommerce-page:not(.woocommerce-lost-password) ul.woocommerce-error {
    max-width: 76% !important;
    margin: 20px 0 -75px 12% !important;
    padding: 15px 15px !important;
}   

.woocommerce-account.woocommerce-page.logged-in ul.woocommerce-error {
    max-width: 100% !important;
    margin: 15px 0 0 0 !important;
    padding: 15px 15px !important;
}   

.woocommerce-account.woocommerce-page ul.woocommerce-error strong{
    font-weight: 500;
}

.woocommerce-account.woocommerce-page ul.woocommerce-error a{
    display: none;
}
.widget-content h3 span {
    position: absolute;
    right: 2px;
    top: -6px;
    color: #999;
    font-size: 13px;
    -webkit-text-stroke: 1px #fff;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    cursor: pointer;
}

.widget-content h3 span::after {
    content: '\f00d';
    font-family: 'FontAwesome';
}
.widget-content h3 span:hover {
    -webkit-text-stroke: 1px #e0e0e0;
    background: #e0e0e0;
}


/* CHECKOUT PAGE */
div.sowoo-checkout-account,
div.sowoo-lost-password,
div.sowoo-reset-password,
div.sowoo-login-container,
div.sowoo-register-container {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
    padding: 24px;
    border-radius: 4px;
    width: 400px;
    margin:3% auto;
}

div.sowoo-checkout-account {
    margin: 0 auto 3% auto;
}

div.sowoo-reset-password,
div.sowoo-lost-password,
div.sowoo-registration-container {
    box-shadow: none;
}

div.sowoo-reset-password {
    width: 480px;
}

.page-id-288 div#infinite-page-wrapper {
    background: #fff;
}

div.sowoo-register-container,
div.sowoo-login-container {
    border-radius: 0px;
}

div.sowoo-register-container {
    background: #111 !important;
}
div div.sowoo-lost-password {
    margin:10% auto 15% auto;
    box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
}

div.sowoo-account-register {
    margin: 8% 0;
    text-align: center;
}

div.sowoo-account-registration {
    margin:0 auto;
}

div div.sowoo-login-container,
div div.sowoo-register-container {
    display: inline-block;
    margin:0;
    width: 38%;
    height:390px;
    overflow: hidden;
}

div.sowoo-checkout-account div.header {
    position: relative;
}

div.sowoo-reset-password div.header,
div.sowoo-lost-password div.header,
div.sowoo-register-container div.header,
div.sowoo-widget-checkout-cart div.header,
div.sowoo-checkout-billing div.header,
div.sowoo-checkout-order-review div.header {
    position: relative;
    width: 100%;
    text-align: center;
}

div div.sowoo-widget-checkout-cart div.header,
div div.sowoo-checkout-billing div.header,
div.sowoo-checkout-order-review div.header{
    text-align: left;
}

div.sowoo-checkout-account div.header img,
div.sowoo-widget-checkout-cart div.header img,
div.sowoo-checkout-billing div.header img,
div.sowoo-checkout-order-review div.header img {
    position: absolute;
    top:0;
    left: 0;
}

div.sowoo-lost-password div.header img,
div.sowoo-register-container div.header img {
    width: 100px;
}

div.sowoo-lost-password.sent div.header img {
    width: 60px;
    margin-bottom: 15px;
}

div.sowoo-checkout-account div.header h1,
div.sowoo-widget-checkout-cart div.header h1,
div.sowoo-checkout-billing div.header h1,
div.sowoo-checkout-order-review div.header h1{
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    margin: 0px;
    display: block;
    padding: 3px 15px 0 0px;
    text-transform: uppercase;
}

div div.sowoo-widget-checkout-cart div.header h1{
    margin: 0px 0px 15px 0;
    padding: 5px 15px 0 0px;
}

div div.sowoo-checkout-billing div.header h1{
    margin: 0px 0px 0px 0;
    padding: 0px 0px 0 0px;
}

div.sowoo-checkout-order-review div.header h1{
    margin: 0px 0px 25px 0px;
    padding: 2px 15px 0 30px;
}

div.sowoo-reset-password div.header h1,
div.sowoo-lost-password div.header h1,
div.sowoo-login-container div.header h1,
div.sowoo-register-container div.header h1,
div.sowoo-registration-container div.header h1 {
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    margin: 0px;
    display: block;
    padding: 8px 0px;
    text-transform: uppercase;
}

div.sowoo-login-container div.header h1 {
    text-align: left;
}

div.sowoo-register-container div.header h1 {
  color: #fff !important;
}

div.sowoo-checkout-account div.content{
    margin: 35px 0 20px 0;
}

div.sowoo-reset-password div.content,
div.sowoo-lost-password div.content,
div.sowoo-login-container div.content,
div.sowoo-register-container div.content{
    margin: 20px 0 12px 0;
}

div.sowoo-login-container div.content {
    margin: 10px 0 10px 0;
}

div.sowoo-checkout-account div.content label.sowoo-form-field,
div.sowoo-lost-password div.content label.sowoo-form-field {
    max-width: 100%;
}

div.sowoo-login-container div.content label.sowoo-form-field,
div.sowoo-registration-container div.content label.sowoo-form-field {
    max-width: 100%;
    margin-top: 10px;
}

div.sowoo-checkout-account div.content span,
div.sowoo-reset-password div.content span,
div.sowoo-lost-password div.content span,
div.sowoo-login-container div.content span{
    color: #333;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 21px;
}

div.sowoo-login-container div.content span{
    margin: 0 0 20px 0;
}

div.sowoo-lost-password div.content > span,
div.sowoo-login-container div.content > span
{
    font-size: 15px;
    line-height: 20px;
    color: #555;
}

div.sowoo-login-container div.content > span {
    text-align:left;
}

div.sowoo-register-container div.content > span
{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}


div.sowoo-registration-container div.content span.section,
div.woocommerce-checkout-payment span.section
{
    color: #222;
    display: block;
    margin: 15px 0 -5px 0;
    line-height: 21px;
    font-size: 17px;
}

div.sowoo-registration-container div.content span.section {
    margin: 15px 0 15px 0;
}

div.woocommerce-checkout-payment span.section {
    margin-top:25px;
    margin-bottom:10px;
    font-size: 15px;
}

div.sowoo-register-container div.content > span {
    text-align: center;
    display: block;
    padding: 0 5%;
    height: 86px;
}

div.sowoo-checkout-account div.footer button.btn-account-validation,
div.sowoo-lost-password div.footer button.btn-account-validation,
div.sowoo-reset-password div.footer button.btn-account-validation,
div.sowoo-login-container div.footer button.btn-account-validation,
div.sowoo-registration-container div.footer button.btn-account-validation {
    height: 50px;
    width: 100%;
    background-color: #f0f0eb;
    color: #999;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    border-radius: 4px;
    border:none;
    outline: none;
}

div.sowoo-registration-container div.footer button.btn-account-validation {
    margin-top: 15px;
    background-color: #ffffff;
    color: #000;
    border: 2px solid #000;
    font-size: 20px;
    transition: all 0.1s ease-in;
    font-weight: 600;
}

div.sowoo-registration-container div.footer button.btn-account-validation:hover {
    color: #555;
    border: 2px solid #555;
}

div.sowoo-register-container div.footer a {
    display: inline-block;
    background: transparent;
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    outline: none;
    padding: 8px 30px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #fff;
}


div.sowoo-checkout-account div.footer button.btn-account-validation.active,
div.sowoo-reset-password div.footer button.btn-account-validation.active,
div.sowoo-lost-password div.footer button.btn-account-validation.active,
div.sowoo-login-container div.footer button.btn-account-validation.active,
div.sowoo-registration-container div.footer button.btn-account-validation.active {
    background-color: #ffffff;
    color: #111;
    font-weight: 600;
    border: 2px solid #000;
}

div.sowoo-checkout-account label.sowoo-form-field div.field-spinner {
    position: absolute !important;
    left: 89% !important;
    font-size: 24px !important;
    display: none;
    top: 0px;
    padding: 4px 4px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 0px !important;
    background: #fff;
    color:#1d1d1b !important;
}

div.sowoo-registration-container label.sowoo-form-field div.field-icon {
    position: absolute !important;
    top: 0px;
    left: 91%;
    padding: 10px 11px;
    border-radius: 0 4px 4px 0;
    background: #fff;
    width: 39px;
    height: 48px;
}

div.sowoo-checkout-account a.link {
    font-family: "Roboto Condensed";
    font-size: 14px;
    line-height: 18px;
    color: #777;
    cursor: pointer;
    text-decoration: none;
}

div.sowoo-checkout-account a.link.margin-10 {
    display: inline-block;
    margin-top: 10px !important;
}

div.sowoo-checkout-account span.sowoo-label-info,
div.sowoo-registration-container span.sowoo-label-info {
    font-size: 13px !important;
    font-family: "Roboto";
    color: #555 !important;
}

div.sowoo-registration-container span.sowoo-label-info {
    display: block;
    margin: 15px 0 15px 0;
}

div.sowoo-login-container a.link {
    font-family: "Roboto Condensed";
    font-size: 13px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    border:none;
    outline: none;
}

div.sowoo-login-container a.link:hover {
    text-decoration: none;
}

.woocommerce-account div#infinite-page-wrapper,
.woocommerce-lost-password div#infinite-page-wrapper,
.page-id-4354 div#infinite-page-wrapper {
    background: #fff;
}

div.row div#order_review {
    float: none;
    width: 100%;
}

/** CART CHECKOUT */
div.sowoo-widget-checkout-cart,
div.sowoo-checkout-billing,
div.sowoo-checkout-order-review {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(82, 82, 82, 0.1) 0px 1px 5px 0px;
    padding: 24px;
    border-radius: 0px;
}

div.sowoo-checkout-billing {
  margin-top: 25px;
}

div.sowoo-widget-checkout-cart .widget-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    margin-bottom: 0;
    border-radius: 4px;
}

div.sowoo-widget-checkout-cart .widget-thumb {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 14px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(225, 220, 210);
    border-image: initial;
    border-radius: 2px;
}

div.sowoo-widget-checkout-cart .widget-thumb img{
    max-width: 80px;
    height: auto;
}

div.sowoo-widget-checkout-cart .widget-content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

div.sowoo-widget-checkout-cart .widget-content h3 {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    margin: 0px;
    padding: 5px 0 15px 0;
    font-family: "Roboto";
    position: relative;
    color: #000;
}

div.sowoo-widget-checkout-cart .widget-content h3 span {
    right: -4px;
    top: -4px;
}

div.sowoo-widget-checkout-cart .widget-content .widget-detail {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

div.sowoo-widget-checkout-cart  .widget-content .widget-quantity-wrapper {
    margin-top: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


div.sowoo-widget-checkout-cart .widget-content .widget-quantity {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: white;
    height: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px;
    border-radius: 48px;
    border-width: 0px;
    border-style: solid;
    border-color: #ddd;
    border-image: initial;
}

div.sowoo-widget-checkout-cart .widget-content .widget-quantity input {
    text-align: center;
    background-color: transparent;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin: 0px 5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    font-size: 14px;
    width: 50px;
    font-weight: 600;
    border: 1px solid #393950;
    border-radius: 3px;
}

div.sowoo-widget-checkout-cart img.pointer {
    cursor: pointer;
}

div.sowoo-widget-checkout-cart .widget-content .widget-price-unitaire {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 15px;
    text-align: center;
    line-height: 31px;
}

div.sowoo-widget-checkout-cart .widget-content .widget-price-unitaire .woocommerce-Price-amount.amount {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

div.sowoo-widget-checkout-cart .widget-content .widget-price-total {
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
}

div.sowoo-widget-checkout-cart .widget-content .widget-price-total .woocommerce-Price-amount.amount  {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
}

div.sowoo-widget-checkout-cart a.widget-checkout {
    width: 100%;
    height: 46px;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(0, 188, 212);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none;
}

.infinite-body .sowoo-checkout-billing label.sowoo-form-field {
    max-width: 100%;
    margin: 5px 0;
    display: inline-block;
    box-sizing: border-box;
}

.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(3),
.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(5),
.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(7),
.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(11) {
  width: 49%;
  margin-right: 1%;
}

.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(4),
.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(6),
.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(12){
  width: 49%;
  margin-left: 1%;
}

.infinite-body label.sowoo-form-field.readonly {
    line-height: 32px;
}

.infinite-body label.sowoo-form-field.readonly:hover {
    border-color: rgb(225, 220, 210);
}

.infinite-body label.sowoo-form-field.readonly label {
  color: #000;
  font-weight: 500;
}

.sowoo-checkout-billing span.section {
    display: block;
    margin: 0;
    color: #222;
    font-size: 15px;
}

/* CHECKOUT COUPON */
div.sowoo-checkout-coupon {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(82, 82, 82, 0.1) 0px 1px 5px 0px;
    padding: 24px 4px;
    border-radius: 0px;
    color: #000;
    margin-bottom: 15px;
}

.woocommerce .sowoo-checkout-coupon a.showcoupon {
    margin-left: 20px;
    font-weight: 900;
    color: #000;
    line-height: 19px;
    position: relative;
    display: block;
    font-size: 21px;
    text-transform: uppercase;
}

.woocommerce .sowoo-checkout-coupon a.showcoupon i.fa.fa-plus {
    position: absolute;
    font-size: 17px;
    right: 20px;
    top: -4px;
    background: #eee;
    padding: 6px 8px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    -webkit-text-stroke: 2px #eee;
}

.woocommerce .sowoo-checkout-coupon a.showcoupon:hover {
    text-decoration: none;
    color: #000;
}
.woocommerce .sowoo-checkout-coupon a.showcoupon:hover i.fa.fa-plus {
    background: #000;
    color:#fff;
    -webkit-text-stroke: 2px #000;
}

.woocommerce .sowoo-checkout-coupon .checkout_coupon .form-inline {
    margin: 15px 0px 0px 19px;
}

.woocommerce .sowoo-checkout-coupon label.sowoo-form-field {
    max-width: 280px !important;
}

button.btn.btn-primary.btn-sm.add-coupon-checkout {
    padding: 12px;
    background: #eee;
    border: none;
    color: #999;
    font-weight: 600;
    box-shadow: none;
    outline: none;
}

button.btn.btn-primary.btn-sm.add-coupon-checkout.active {
    background: #000;
    color: #fff;
}

/* ORDER REVIEW */
div.sowoo-checkout-order-review .order-line,
div.sowoo-checkout-thankyou-recapitulatif .order-line,
div.sowoo-account-view-order-recapitulatif .order-line {
    width: 100%;
    padding: 10px 5px 10px 7px;
    border-bottom: 1px solid #dfdfdf;
}

div.sowoo-checkout-thankyou-recapitulatif .order-line:last-child,
div.sowoo-account-view-order-recapitulatif .order-line:last-child {
    border-bottom: none;
}

div.sowoo-checkout-order-review  .order-line-header,
div.sowoo-checkout-thankyou-recapitulatif .order-line-header,
div.sowoo-account-view-order-recapitulatif .order-line-header {
    width: 70%;
    float: left;
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 29px;
}

div.sowoo-checkout-order-review  .order-line.total .order-line-header,
div.sowoo-checkout-thankyou-recapitulatif .order-line.total .order-line-header,
div.sowoo-account-view-order-recapitulatif .order-line.total .order-line-header{
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

div.sowoo-checkout-order-review .order-line-content,
div.sowoo-checkout-thankyou-recapitulatif .order-line-content,
div.sowoo-account-view-order-recapitulatif .order-line-content  {
    display: inline-block;
    width: 30%;
    text-align: right;
}

div.sowoo-checkout-order-review .order-line-content .woocommerce-Price-amount.amount,
div.sowoo-checkout-thankyou-recapitulatif .order-line-content .woocommerce-Price-amount.amount,
div.sowoo-account-view-order-recapitulatif .order-line-content .woocommerce-Price-amount.amount {
    color: #444;
    font-size: 16px;
}


div.sowoo-checkout-order-review .order-line.total .order-line-content .woocommerce-Price-amount.amount,
div.sowoo-checkout-thankyou-recapitulatif .order-line.total .order-line-content .woocommerce-Price-amount.amount,
div.sowoo-account-view-order-recapitulatif .order-line.total .order-line-content .woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 900;
    text-transform: uppercase !important;
}

div.sowoo-checkout-delivery {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(82, 82, 82, 0.1) 0px 1px 5px 0px;
    padding: 24px 24px;
    border-radius: 0px;
    color: #000;
    margin-bottom: 15px;
}

div.woocommerce-checkout-review-order-table .header h2,
div.sowoo-checkout-delivery .header h2 {
    font-weight: 900;
    font-size: 21px;
    line-height: 25px;
    color: #000;
    margin: 0px 0px 16px 0px;
    display: block;
    text-transform: uppercase;
}

div.sowoo-checkout-delivery .line-delivery,
div.woocommerce-checkout-payment .line-payment {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 0px;
}


div.sowoo-checkout-delivery .line-delivery label,
div.woocommerce-checkout-payment .line-payment label {
    width: 100%;
    padding: 10px 12px 6px 42px;
    position: relative;
    cursor: pointer;
    color: #000;
}

div.woocommerce-checkout-payment .line-payment label {
    padding: 11px 12px 6px 42px;
}

div.woocommerce-checkout-payment .line-payment.payment_method_bacs img {
    display: none;
}

div.sowoo-checkout-delivery .line-delivery img,
div.woocommerce-checkout-payment .line-payment img {
    position: absolute;
    right: 10px;
}
div.sowoo-checkout-delivery .line-delivery input,
div.woocommerce-checkout-payment .line-payment input {
    display:none;
}

div.sowoo-checkout-delivery .line-delivery label::before,
div.woocommerce-checkout-payment .line-payment label::before {
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid #555;
    display: inline-block;
    position: absolute;
    background: #ffff;
    font-family: "FontAwesome";
    top: 14px;
    left: 14px;
    font-size: 14px;
    padding: 0px 2px;
    border-radius: 50%;
}

div.sowoo-checkout-delivery .line-delivery [type=radio]:checked + label::before{
    content: '\f111';
    line-height: 16px;
    background: #ffff;
    border: 2px solid #000;
    color: #000;
    -webkit-text-stroke: 0px #212121;
}

div.woocommerce-checkout-payment .line-payment [type=radio]:checked + label::before {
    content: '\f111';
    line-height: 16px;
    background: #ffff;
    border: 2px solid #000;
    color: #000;
    -webkit-text-stroke: 0px #212121;
}

div.sowoo-checkout-order-review .woocommerce-checkout-payment#payment {
    background: transparent;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float:none;
    height: 50px;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    border-radius: 5px;
    border:none;
    outline: none;
    margin-top:7px;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #333;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}


.gdlr-core-pbf-element .woocommerce .woocommerce-error, .gdlr-core-pbf-element .woocommerce .woocommerce-message {
    background-color: #fbfbfb;
    border: 0px;
    color: #ff453a;
    border-left: 3px solid #F44336;
    border-top: none;
    border-bottom: 1px solid #eee;
    border-right: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    box-shadow: rgba(82, 82, 82, 0.1) 0px 1px 6px 0px;
    padding: 15px 15px !important;
}

.infinite-body .gdlr-core-pbf-element .woocommerce .woocommerce-message {
    color: #000;
    border-left: 3px solid #000;
}

.gdlr-core-pbf-element .woocommerce .woocommerce-error::before, .gdlr-core-pbf-element .woocommerce .woocommerce-message::before {
    display: none;
}

.gdlr-core-pbf-element .woocommerce .woocommerce-error li, .gdlr-core-pbf-element .woocommerce .woocommerce-message li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
    font-weight: 500;
}

.order-line-header small {
    font-size: 15px;
    color: #aaa;
    display: inline-block;
    margin: 0 5px 0 5px;
}

/* NEW STYLE 21/11/2019 */
.infinite-body label.sowoo-form-field-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0;
    width: 100%;
    border-color: rgb(225, 220, 210);
    border-radius: 2px;
    border-style: solid;
    border-width: 2px 1px 1px 1px;
    padding-bottom: 2px;
    transition: border-color 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.infinite-body label.sowoo-form-field.state {
    width: 100%;
}

.infinite-body label.sowoo-form-field-select.state, .infinite-body label.sowoo-form-field.state {
    margin-top: 20px;
}

.infinite-body label.sowoo-form-field-select:hover {
    border-color: rgb(0, 0, 0);
}

.infinite-body label.sowoo-form-field-select span {
    color: #909090 !important;
    font-family: "Roboto" !important;
    font-size: 16px !important;
    left: 0;
    line-height: 19px !important;
    pointer-events: none !important;
    position: absolute !important;
    top: -3px;
    font-weight: 400 !important;
    transform: translateY(-50%);
    transition: all 250ms ease-in-out 0s;
}

.infinite-body label.sowoo-form-field-select select {
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 16px;
    margin-top: -1px;
    width: 100%;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    background-color: white;
    padding: 12px 16px 10px 10px;
    border: none;
    font-weight: 500;
    outline: none;
}

.infinite-body label.sowoo-form-field-select select:focus ~ span, .infinite-body label.sowoo-form-field-select select:not(:focus):valid ~ span, .infinite-body label.sowoo-form-field-select select:read-only:not(:focus) ~ span {
    font-size: 13px !important;
    line-height: 11px !important;
    transform: translateY(-150%);
    color:#777 !important;
}

.infinite-body select {
    outline: none;
    position: relative;
    background: #fff;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://pickingbeers.com/wp-content/uploads/2020/10/dropdown-arrow.jpg) white no-repeat calc(100% - 15px) 10px !important;
}

span.shipping-error {
    color: #F44336;
    line-height: 21px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.infinite-body label.sowoo-form-field-select.country,
.infinite-body label.sowoo-form-field.country {
    position: absolute;
    right: 25px;
    top: 16px;
    width: 45%;
}

.woocommerce-checkout div.sowoo-checkout-delivery .line-delivery {
    position: relative;
}

.woocommerce-checkout div.sowoo-checkout-delivery span.cost {
    position: absolute;
    display: inline-block;
    width: 90px;
    right: 0px;
    top: 0;
    text-align: right;
    padding: 10px 10px;
}

.woocommerce-checkout div.sowoo-checkout-delivery .woocommerce-shipping-totals.shipping .line-delivery span {
    color: #777;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.woocommerce-checkout em#parcel_shop_info {
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

a#modaal_link {
    display: block;
    color: #ffd047;
    text-align: center;
    margin: 15px 0;
}

button#delivery_point_chosen {
    background-color: #24b47e;
    border-color: #24b47e;
    color: #ffffff;
    outline:none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 500;
    text-shadow: none;
}

.order-line.coupon {
    height: 65px;
}

button.coupon-remove {
    background: transparent;
    border: none;
    outline: none;
    font-size: 13px;
    display: block;
    color: #999;
    margin-top: -8px;
}

button.coupon-remove:hover {
    text-decoration: underline;
}

.woocommerce form .form-row {
    margin: 14px 0 14px 0 !important;
}

.sowoo-checkout-order-review div.term-note {
    color: #777;
    font-size: 12px;
    text-align: center;
    line-height: 19px;
    margin: 0px 12px;
}

/* Thank you page */
div.sowoo-checkout-thankyou {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(82, 82, 82, 0.1) 0px 1px 6px 0px;
    padding: 24px;
    border-radius: 4px;
    margin: 15px 10px 30px 10px;
    border: 1px solid #e0e0e0;
}

div.thankyou-message {
    text-align: center;
    color:#000;
    font-size: 31px;
    font-weight:400;
}

div.thankyou-message p span{
    font-weight:600;
}

div.thankyou-message p{
    margin-bottom: 35px;
}

div.sowoo-checkout-thankyou .header h2,
div.sowoo-account-view-order .header h2 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 0px 0px 0px 0;
}

div.sowoo-checkout-thankyou .content h4,
div.sowoo-account-view-order .content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 30px 0 15px 0;
    padding: 0px 0 10px 0;
    font-family: "Roboto",Arial,sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

div.sowoo-checkout-thankyou .content,
div.sowoo-account-view-order .content  {
    color: #000;
    font-weight: 400;
}

div.thankyou-message i {
    color: #8BC34A;
    font-size: 60px;
    -webkit-text-stroke: 4px #f9f9f9;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0px;
}

div.sowoo-checkout-thankyou-order-items .item-product {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    margin: 5px 0 15px 0;
}

div.sowoo-checkout-thankyou-order-items .item-product .thumb {
    width: 20%;
}

div.sowoo-checkout-thankyou-order-items .item-product img {
    position: relative;
    padding:8px;
    margin:15px;
    width: 75%;
    height: auto;
    overflow: hidden;
}

div.sowoo-checkout-thankyou-order-items .item-product .name{
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

div.sowoo-checkout-thankyou-order-items .item-product .quantity{
    width: 15%;
}

div.sowoo-checkout-thankyou-order-items .item-product .price{
    width: 15%;
}


div.sowoo-checkout-thankyou-order-items .item-product .price span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 600;
}

div.sowoo-checkout-thankyou-account {
    position: relative;
    background-color: #1d1d1b;
    padding: 24px;
    border-radius: 4px;
    margin: 15px 10px 30px 10px;
}

div.sowoo-checkout-thankyou-account-wrap {
    position: relative;
}

div.sowoo-checkout-thankyou-account-wrap .icon {
    top: -25px;
    left: -20px;
    font-size: 75px;
    color: #fff;
    display: inline-block;
    padding: 0 20px 0 20px;
    position: absolute;
}

div.sowoo-checkout-thankyou-account-wrap .content {
    padding-left: 100px;
    text-align: right;
}

div.sowoo-checkout-thankyou-account-wrap .content p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 0 10px 20px;
}

div.sowoo-checkout-thankyou-account-wrap a {
    background: #1a49a8;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}

div.sowoo-checkout-thankyou-account-wrap a:hover {
    color: #000;
}

/* Account page */
.page.account,
.page.edit-account,
.page.edit-address,
.page.order-list {
    padding: 15px 0 60px 0;
}

.page.edit-account h2,
.page.account h2,
.page.edit-address h2,
.page.order-list h2 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 6px solid #000;
    font-family: "Roboto Condensed";
    font-size: 30px;
    display: inline-block;
}

.page.account p,
.page.order-list p,
.page.page.edit-address p {
    color: #393950;
    font-size: 16px;
    padding: 0;
    margin: 0 0 20px 0;
}

div.sowoo-navigation-wrapper .sowoo-navigation-box {
    position: relative;
}

div .sowoo-navigation-wrapper a {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #000;
    width: 100%;
    height: 100px;
    overflow: hidden;
    transition: all 0.2s ease-in;
    margin-bottom: 10px;
}

div.sowoo-navigation-wrapper a:hover {
    background: #fff;
    border: 2px solid #555;
}

div.sowoo-navigation-wrapper a img {
    max-width: 60px;
    position: absolute;
}

div.sowoo-navigation-wrapper .sowoo-navigation-box h3 {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto Condensed';
    margin: 0 0 5px 0;
    padding-left: 70px;
    display: inline-block;
}

div.sowoo-navigation-wrapper .sowoo-navigation-box p {
    padding: 0 0 0 70px;
    margin: 0;
    font-size: 15px;
    color: #000;
    line-height: 18px;
    display: inline-block;
}

.edit-account-wrapper {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.edit-account-wrapper span.section {
    font-size: 16px;
    color: #393950;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 0px;
}

.infinite-body .adress-box a,
button.btn-account-validation.edit-account {
    background: transparent;
    border: none;
    padding: 7px 25px;
    border-radius: 4px;
    display: inline-block;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    border:2px solid #333;
    transition: all 0.2s ease-in;
    outline: none;
    text-decoration: none;
}

.infinite-body .adress-box a:hover,
button.btn-account-validation.edit-account:hover {
    color: #555;
    border:2px solid #777;
}

.edit-account .edit-account-wrapper label.sowoo-form-field-select {
    max-width: 600px;
    display: block;
    border: 1px solid #e0e0e0;
    padding: 1px 0 0 0;
    margin: 0;
}

.edit-account .edit-account-wrapper label.sowoo-form-field-select select {
    max-width: 600px;
}

.woocommerce-edit-address.woocommerce-account.woocommerce-page ul.woocommerce-error,
.woocommerce-edit-account.woocommerce-account.woocommerce-page ul.woocommerce-error {
    max-width: 100% !important;
    margin: 30px 0 0 0 !important;
    padding: 15px 15px !important;
    width: 100% !important;
}

.page.edit-address .adress-box {
    background: #f4f4f4;
    padding: 25px;
    border: 1px solid #eee;
    color: #222;
    border-radius: 4px;
    height: 100%;
}

.page.edit-address .adress-box h3 {
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.infinite-body .page.edit-address .adress-box label.sowoo-form-field-select, .infinite-body .page.edit-address .adress-box label.sowoo-form-field {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin: 25px 0 10px 0;
    max-width: 600px;
    display: block;
    padding: 0;
}


.sowoo-account-view-order .header h3,
.sowoo-account-order-list .header h3,
.sowoo-account-edit-container .header h3,
.sowoo-account-edit-address-container .header h3 {
    font-size: 24px;
    color: #393950;
    font-weight: 900;
    font-family: "Roboto Condensed";
    margin: 0;
    padding: 0px 20px 13px 40px;
    line-height: 24px;
    border-bottom: 8px solid #393950;
    text-transform: uppercase;
    position: relative;
}

.sowoo-account-order-list .header img,
.sowoo-account-view-order .header img,
.sowoo-account-edit-container .header img,
.sowoo-account-edit-address-container .header img {
    display: inline-block;
    margin-right: 8px;
    margin-top: -3px;
    position: absolute;
    left: 0;
}

.sowoo-account-order-list .content {
    padding: 20px 0px;
}

.sowoo-account-order-list .no-order {
    padding: 30px;
    color: #777;
}

.sowoo-account-order-list .order-line {
    position: relative;
    border: 1px solid #eee;
    margin: 15px 5px;
    padding: 10px;
    box-shadow: 0 5px 5px 0 rgba(82,82,82,.1);
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    background: #fff;
}

.sowoo-account-order-list .order-line .label {
    display: inline-block;
    padding: 5px 5px;
    color: #000;
    font-weight: 900;
    font-family: "Roboto";
    font-size: 15px;
    text-transform: uppercase;
}

.sowoo-account-order-list .order-line span.woocommerce-Price-amount.amount,
.sowoo-account-order-list .order-line div {
    color: #000 !important;
    text-decoration: none;
    font-size: 15px;
    font-family: "Roboto";
}

.sowoo-account-order-list .order-actions a {
    color: #000;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
    background: #ffd047;
}

.sowoo-account-order-list .order-actions a:hover {
    text-decoration: underline;
}

.sowoo-account-order-list .order-status .status,
div.sowoo-account-view-order .header h3 span.status {
    background: #ffd047;
    color: #000;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
}

div.sowoo-account-view-order .header h3 span.status {
    position: absolute;
    right: 0;
    line-height: 18px;
    top: 0px;
}

.sowoo-account-order-list .order-status .status.processing,
div.sowoo-account-view-order .header h3 span.status.processing {
    background: #ffd047;
}


.sowoo-account-order-list .order-status .status.completed,
div.sowoo-account-view-order .header h3 span.status.completed {
    background: #dbdbdb;
}

.sowoo-account-order-list .order-status .status.cancelled,
div.sowoo-account-view-order .header h3 span.status.cancelled {
    background: #dbdbdb;
}

.sowoo-account-order-list .order-status .status.failed
div.sowoo-account-view-order .header h3 span.status.failed {
    background: #F44336;
}


.sowoo-account-order-list .order-status .status.pending,
div.sowoo-account-view-order .header h3 span.status.pending {
    background: #FF9800;
}

.sowoo-account-order-list .order-line .order-actions a.failed,
.sowoo-account-order-list .order-line .order-actions a.cancelled,
.sowoo-account-order-list .order-line .order-actions a.completed {
    background:#fff;
    border: 2px solid #dbdbdb;
    color: #777;
}

.sowoo-account-order-list .order-line .order-actions a.pending,
.sowoo-account-order-list .order-line .order-actions a.processing {
    background:#fff;
    border: 2px solid #ffd047;
}


div.sowoo-account-view-order .sowoo-account-view-order-recapitulatif .content,
div.sowoo-account-view-order .sowoo-account-view-order-delivery .content,
div.sowoo-account-view-order .sowoo-checkout-thankyou-order-items .content {
    padding: 10px 2px 30px 2px;
}

div.sowoo-account-edit-container .content {
    padding: 0;
}

div.sowoo-account-view-order .header h3 {
    position: relative;
}

div.sowoo-account-view-order .header h2,
div.sowoo-account-edit-address-container .section {
    font-size: 16px;
    padding: 10px 20px;
    color: #ffd047;
    font-weight: 500;
    margin: 0;
    font-family: "Roboto",Arial,sans-serif;
    background: #393950;
}

div.sowoo-account-edit-container .content button.btn-account-validation.edit-account,
div.sowoo-account-edit-address-container .content button.btn-account-validation.edit-account {
    background-color: #222;
    color: #fff;
    padding: 12px 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    border-radius: 4px;
    border: none;
    outline: none;
    margin-top: 15px;
    margin-left: 13px;
    transition: all .3s ease-in-out;
    width: 100%;
    text-transform: uppercase;

}

div.sowoo-account-edit-container .content {
    max-width: 400px;
    margin-left: -10px;
    margin-right: 0;
}

div.sowoo-account-edit-address-container .content button.btn-account-validation.edit-account {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0;
}


div.sowoo-account-edit-container .content button.btn-account-validation.edit-account:hover,
div.sowoo-account-edit-address-container .content button.btn-account-validation.edit-account:hover {
    background-color: #393950;
}

div.sowoo-account-edit-container .sowoo-form-field,
div.sowoo-account-edit-container .sowoo-form-field-old {
    max-width: 100%;
    margin: 12px;
}


div.sowoo-account-edit-address-container .section {
    display: block;
    width: 100%;
    margin-top:15px;
}

div.sowoo-account-edit-address-container .section:first-child{
    margin-top:-8px;
}

.infinite-body div.sowoo-account-edit-address-container label.sowoo-form-field,
.infinite-body div.sowoo-account-edit-address-container label.sowoo-form-field-select {
    max-width: 100%;
    width: 100%;
    margin: 30px 0 0 0;
    position: relative;
    right: auto;
    top: auto;
}

div.sowoo-account-edit-address-container div.address-container {
    margin: 0px 40px 40px 0px;
    color: #000;
    font-weight: 500;
    border:1px solid #eee;
    padding:15px 50px 15px 20px;
    min-width: 250px;
    border-radius:4px;
    display: inline-block;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(82,82,82,.08);
}

div.sowoo-account-edit-address-container .address-container a {
    color: #000;
    padding: 0;
    border-radius: 0;
    font-size: 22px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    right: 10px;
    transition: all .3s ease-in-out;
}

div.sowoo-account-edit-address-container .address-container a:hover {
    color: #f6b33c;
}

div.sowoo-account-dashboard {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    position: relative;
}

div.sowoo-account-dashboard:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    border-radius: 4px;
}

.infinite-body div.sowoo-account-dashboard h1 {
    color: #fff;
    padding-top: 15%;
    font-size: 41px;
    text-align: center;
    line-height: 55px;
}

div.sowoo-account-dashboard-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.infinite-body .sowoo-account-dashboard-wrapper a {
    display: inline-block;
    background: #f6b33c;
    color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 25px;
    outline: none;
    transition: all .3s ease-in-out;
}

.infinite-body .sowoo-account-dashboard-wrapper a:hover {
    background-color: #f6b33c;
    text-decoration: none;
    color:#000;
}


.woocommerce-account.woocommerce-page .sowoo-account ul.woocommerce-error {
    border-radius: 0px !important;
    max-width: 100% !important;
    margin: -25px 0 10px 0 !important;
    padding: 10px 15px !important;
}


.woocommerce-account.woocommerce-page .sowoo-account .woocommerce-message {
    background-color: #ffffff;
    border-left: 0px solid #999;
    color: #4CAF50;
    border-top: none;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    max-width: 100% !important;
    margin: -25px 0 15px 0 !important;
    padding: 0px 0 1px 0 !important;
    font-size: 15px;
    box-shadow: none;
}

.woocommerce-account.woocommerce-page .sowoo-account .woocommerce-message::before {
    display: none;
}

.infinite-body a.download-pdf {
    position: absolute;
    left: 0;
    top: 25px;
    padding: 0;
    border: none;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    color: #777;
    text-decoration: underline;
}

.infinite-body a.download-pdf:hover {
    color: #f6b33c;
}

form.checkout .sowoo-widget-checkout-cart .widget-footer {
    display: none;
}

.link-cart-page {
    cursor: pointer !important;
}
a.btn-track {
    display: block;
    background: #eee;
    width: 150px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px !important;
    padding: 6px 10px;
    color: #393950 !important;
    font-weight: 600;
    text-decoration: none !important;
}
a.btn-track:hover {
    text-decoration: underline !important;
}

.infinite-body label.sowoo-form-field-old,
.infinite-body div.sowoo-account-edit-address-container label.sowoo-form-field-old,
.sowoo-checkout-billing .sowoo-form-field-old,
.checkout_coupon .sowoo-form-field-old {
    margin-bottom: 6px;
}

div.sowoo-reset-password div.content label.sowoo-form-field-old span,
div.sowoo-lost-password div.content label.sowoo-form-field-old span,
div.sowoo-login-container div.content label.sowoo-form-field-old span,
.infinite-body label.sowoo-form-field-old span,
.infinite-body div.sowoo-account-edit-address-container label.sowoo-form-field-old span,
.sowoo-checkout-billing .sowoo-form-field-old span,
.checkout_coupon .sowoo-form-field-old span {
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

div.sowoo-reset-password div.content label.sowoo-form-field-old span,
div.sowoo-lost-password div.content label.sowoo-form-field-old span,
div.sowoo-login-container div.content label.sowoo-form-field-old span {
    margin: 5px 0 0 0;
}

.infinite-body label.sowoo-form-field-old input,
.infinite-body div.sowoo-account-edit-address-container label.sowoo-form-field-old input,
.sowoo-checkout-billing .sowoo-form-field-old input,
.checkout_coupon .sowoo-form-field-old input,
.infinite-body .sowoo-checkout-billing textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    padding: 0 10px;
    transition: all 0.3s ease;
    max-width: 600px;
}

.infinite-body label.sowoo-form-field-old input:focus,
.infinite-body .sowoo-checkout-billing textarea:focus,
.infinite-body div.sowoo-account-edit-address-container label.sowoo-form-field-old input:focus,
.sowoo-checkout-billing .sowoo-form-field-old input:focus,
.checkout_coupon .sowoo-form-field-old input:focus  {
    border: 1px solid #000;
}

label.sowoo-form-field-old {
    width: 100%;
}

.infinite-body .sowoo-checkout-billing textarea {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
    min-height: 100px;
    font-weight: 400;
}
.checkout_coupon label.sowoo-form-field-old {
    width: 60%;
}

.infinite-body div.sowoo-account-edit-address-container label.sowoo-form-field-old {
    max-width: 100%;
    width: 100%;
    margin: 15px 0px 0 0px;
    position: relative;
    right: auto;
    top: auto;
}

label.mj-label {
    display: none;
}

div.sowoo-checkout-account div.header img {
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 770px) {
    .cbp-spmenu-right {
        right: -800px;
    }
    div.sowoo-widget-side-cart .widget-footer {
        position: relative;
        width: 100% !important;
    }
}

.dashboard-icon-container {
    margin:0;
    text-align: center;
}

.dashboard-icon-container img {
    width: 125px !important;
}


.dashboard-title-container {
    text-align: center;
    margin: 15px 0;
}

.dashboard-title-container h2 {
    color: #1d1d1b !important;
    font-size: 26px !important;
    line-height: 34px !important;
    font-weight: 900 !important;
}

.dashboard-title-container h2 span {
    display: block;
    color:#1d1d1b;
    font-size:24px;
    font-weight:500;
}

.sowoo-account-order-list .order-line .order-actions {
    text-align: center;
    margin-top: 5px;
}

.sowoo-account-order-list .order-status .status {
    position: absolute;
    right: 10px;
    top: 10px;
}

p.info-dashboard {
    color: #fff;
    margin: 25px 15%;
    text-align: center;
    background: #393950;
    padding: 15px 35px;
    border-radius: 4px;
}

p.info-dashboard a {
    color:#ffd047;
}

p.info-dashboard a:hover {
    color:#ffd047;
    text-decoration: underline;
}

.link-cc {
    position: absolute;
    right: 0;
    top: 3px;
}

.sowoo-widget-checkout-cart .header .link-cc a {
    color: #777;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.sowoo-widget-checkout-cart .header .link-cc a i {
    padding-right: 5px;
}

.infinite-sticky-navigation.infinite-fixed-navigation .menu-cart-icon {
    display: block;
}

div.menu-cart-icon {
    position: absolute;
    display: none;
    top: -5px;
    right: 80px !important;
    transition: all 0.2s ease;
}

.menu-cart-icon div.header-icon-badge {
    position: absolute;
    z-index: 5;
    top: 25px;
    left: 4px;
}

div.sowoo-account-view-order .header h2 {
    margin-top: -8px;
}

span.delivery-desc {
    display: block;
    color: #000 !important;
    line-height: 15px !important;
    font-size: 13px !important;
    width: 80% !important;
}

span.qty-plus.pointer,
span.qty-minus.pointer,
span.qty-plus.pointer-disable,
span.qty-minu.pointer-disable {
    background: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 10px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #000;
}

span.qty-plus.pointer:hover,
span.qty-minus.pointer:hover {
    color: #444;
}

span.qty-plus.pointer-disable,
span.qty-minus.pointer-disable {
    background: #ccc;
    color: #fff;
    cursor: not-allowed;
    border: 1px solid #ccc;
}

/*pan.qty-plus.pointer i,
span.qty-minus.pointer i {
    -webkit-text-stroke: 1px #fff;
}

span.qty-plus.pointer-disable i,
span.qty-minus.pointer-disable i {
    -webkit-text-stroke: 1px #ccc;
}*/

.sowoo-account-registration .register-wrapper {
    padding: 0 40px;
}

.infinite-body .registration_billing_form label.sowoo-form-field-select.country {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 10px;
}

body.woocommerce-js .sowoo-account-registration ul.woocommerce-error {
    margin-top: -35px !important;
    margin-bottom: 20px !important;
    margin-left: 50px !important;
}

.register-wrapper.confirmation {
    margin: 40px auto 80px auto;
    text-align: center;
    width: 450px;
    max-width: 100%;
    background: #f6f6f6;
    padding: 25px 30px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.register-wrapper.confirmation img {
    max-width: 80px;
}

.register-wrapper.confirmation .header h1 {
    font-size: 25px;
    color: #000;
    margin: 15px 0;
}

.register-wrapper.confirmation .content {
    color: #000;
}

.sowoo-account-registration .woocommerce-error a {
    display: none;
}

.container div.row.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .container div.row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

ul.breadcrumb.account {
    padding: 8px 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 0px;
    font-size: 15px;
    margin-left: 0px;
}


.order-list .table-responsive table {
    border-spacing: 0px;
}

.order-list .table-responsive table tr th {
    background-color: #222;
    color: #fff;
    font-size: 13px !important;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.order-list .table-responsive .table-bordered {
    border-top: 0px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 0px;
}

.order-list .table-responsive .table-bordered>tbody>tr>td {
    border-left: 1px solid #eee;
    border-right: 0px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 0px;
    font-size: 15px;
    color: #393950;
    background: #fff;
    vertical-align: middle;
    font-size: 14px;
}

.order-list .table-responsive table.table-bordered>tfoot>tr>th,
.order-list .table-responsive table.table-bordered>tfoot>tr>td {
    border-left: 1px solid #eee;
    border-right: 0px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 0px;
    font-size: 15px;
    color: #222;
    background: #fbfbfb;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.order-list .table-responsive .table-bordered>thead>tr>td,
.order-list .table-responsive .table-bordered>thead>tr>th,
.order-list .table-responsive .table-bordered>tbody>tr>td, 
.order-list .table-responsive .table-bordered>tbody>tr>th {
    border-left: 1px solid #eee;
    border-right: 0px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.order-list .table-responsive .table-bordered>thead>tr>td,
.order-list .table-responsive .table-bordered>thead>tr>th {
    border-left: 1px solid #585869;
    border-right: 0px solid #585869;
    border-top: 1px solid #585869;
    border-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}


.order-list .table-responsive .table-bordered>thead>tr>td, .order-list .table-responsive .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}

.order-list .table-responsive .table-bordered>tbody>tr>td span.status {
    color: #393950;
    font-weight: 500;
    padding: 8px 15px;
    font-size: 13px !important;
    border-radius: 4px;
    display: inline-block;
    background: #eee;
}

.order-list .table-responsive .table-bordered>tbody>tr>td span.status.processing {
    background: #c6e1c6;
    color: #5b841b;
}

.order-list .table-responsive .table-bordered>tbody>tr>td  span.status.on-hold {
    background: #f8dda7;
    color: #94660c;
}

.order-list .table-responsive .table-bordered>tbody>tr>td  span.status.completed {
    background: #c8d7e1;
    color: #2e4453;
}
 
.order-list .table-responsive .table-bordered>tbody>tr>td span.woocommerce-Price-amount.amount {
    color: #393950;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.order-list .table-responsive .table-bordered>tfoot>tr>td span.woocommerce-Price-amount.amount{
    color: #222;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.order-list .table-responsive .table-bordered>tfoot>tr>td strong span.woocommerce-Price-amount.amount{
    font-weight: 500 !important;
}

.order-list .table-responsive .table-bordered>tbody>tr>td a {
    color: #393950;
    font-size: 14px;
    text-decoration: underline;
    transition: all 0.2s ease-in;
}

.order-list .table-responsive .table-bordered>tbody>tr>td a:hover {
    text-decoration: none;
}

.order-list .table-responsive .table-bordered>tbody>tr>td a.invoice {
    text-decoration: none;
}

.order-list .table-responsive .table-bordered>tbody>tr>td a.invoice:hover {
    text-decoration: underline;
}

.order-list .table-responsive .table-bordered>tbody>tr>td a.invoice i {
    padding-right: 5px;
}

.order-list .table-responsive .table-bordered>tbody>tr>td a.view {
    border: 1px solid #aaa;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 4px;
}

.order-list .table-responsive .table-bordered>tbody>tr>td a.view:hover {
    border: 1px solid #393950;
    color: #222;
}

.order-list .adress-formated {
    background: #f6f6f6;
    padding: 20px 30px;
    height: 225px;
    margin: 15px 0 40px 0;
    border-radius: 8px;
    border: 1px solid #eee;
}

.order-list .adress-formated h4 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 15px 0;
}

.order-list .adress-formated p {
    font-size: 15px;
    line-height: 22px;
    color: #393950;
}


.page.account .box-small.grey,
.order-list .box-small.grey {
    background: #f6f6f6;
    margin: 0 0 20px 0;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 10px 20px;
    font-size: 15px;
    color: #393950;
}

.order-list a.reorder {
    background: transparent;
    border: 2px solid #333;
    color: #000;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.order-list a.reorder:hover {
    border: 2px solid #777;
    color: #555;
}

.order-list a.reorder i {
    display: inline-block;
    line-height: 15px;
    margin: 0px 0 0 6px;
}

.page.account .box-small.grey p,
.page.order-list .box-small.grey p {
    margin: 0;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
}

.page.account .box-small.grey p {
    font-weight: 400;
}

.box-small.grey span.woocommerce-Price-amount.amount {
    color: #393950;
    font-size: 15px;
}

.box-small.grey a.invoice i {
    margin-right: 5px;
}   

.box-small.grey a.invoice {
    color: #393950;
    display: inline-block;
}

ul.footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
}

ul.footer_links.clearfix li {
    display: inline-block;
    margin-right: 10px;
}

ul.footer_links a {
    color: #000;
    font-size: 14px;
    border: 1px solid #333;
    padding: 5px 15px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    text-decoration: none;
}

ul.footer_links a:hover {
    color: #555;    
    border-color: #777;
}

ul.footer_links a i {
    display: inline-block;
    margin-right: 8px;
}

.woocommerce-account .woocommerce-message {
    margin: 20px 0 10px 0;
}

.woocommerce-account.logged-in .infinite-content-area {
    min-height: 650px;
}

.sowoo-checkout-order-review .computop-display-card button, .sowoo-checkout-order-review .computop-display-sdd button {
    float: left;
    width: 60px;
    padding: 10px;
    background: none;
    border: 0px;
    margin: 0 10px 0 0;
    line-height: 0.6;
}

.sowoo-checkout-order-review .computop-display-card button:hover, .sowoo-checkout-order-review .computop-display-sdd button:hover {
    background: #ffffff;
    box-shadow: none;
    border: 2px solid #000;
    border-radius: 4px;
}

.sowoo-checkout-order-review #add_payment_method #payment div.payment_box, .woocommerce-checkout .sowoo-checkout-order-review #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 36px;
    margin: 0;
    font-size: 15px;
    border-radius: 0;
    line-height: 20px;
    background-color: #ffffff;
    color: #555;
}

.sowoo-checkout-order-review #add_payment_method #payment div.payment_box::before, .woocommerce-checkout .sowoo-checkout-order-review #payment div.payment_box::before {
    display: none;
}

.sowoo-checkout-order-review #add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout .sowoo-checkout-order-review #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: none;
}

.woocommerce-checkout-payment .wc_payment_methods input[type=radio] {
    display:none;
}

.woocommerce-checkout-payment .wc_payment_methods li {
    position: relative;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
    padding-left: 35px;
    cursor: pointer;
}
.woocommerce-checkout-payment .wc_payment_methods li label::before {
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid #555;
    display: inline-block;
    position: absolute;
    background: #ffff;
    font-family: "FontAwesome";
    top: 10px;
    left: 14px;
    font-size: 14px;
    padding: 0px 2px;
    border-radius: 50%;
}

.woocommerce-checkout-payment .wc_payment_methods li [type=radio]:checked + label::before{
    content: '\f111';
    line-height: 16px;
    background: #ffff;
    border: 2px solid #000;
    color: #000;
    -webkit-text-stroke: 0px #212121;
}

.woocommerce-checkout .woocommerce-checkout-payment#payment ul.payment_methods {
    text-align: left;
    padding: 0;
    border-bottom: none;
    margin: 0;
    list-style: none;
}

.woocommerce-checkout .woocommerce-checkout-payment#payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 10px 0;
    font-weight: 400;
    border: 1px solid #dfdfdf;
    padding: 5px;
    cursor: pointer;
}

#snackbar-cart,
#snackbar-cart-update,
#snackbar-cart-error {
    visibility: hidden;
    min-width: 220px;
    margin-left: -125px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 30px;
    font-size: 15px;
    border-radius:4px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    cursor:pointer;
    opacity:0;
    transition: all 0.2s linear;
}

#snackbar-cart-error {
    background-color: #f44336;
}

#snackbar-cart:hover,
#snackbar-cart-update:hover{
    background-color: #555;
}

#snackbar-cart-error:hover {
    background-color: #fa796f;
}

#snackbar-cart.show,
#snackbar-cart-update.show,
#snackbar-cart-error.show {
    visibility: visible;
    opacity:1;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.cart-container .widget-quantity-wrapper {
    background: #222;
    padding: 7px 0;
    text-align: center;
    position: relative;
}

.cart-container .widget-quantity-wrapper input {
    width: 90px;
    text-align: center;
    border: none;
    margin: 0 10px;
    border-radius: 2px;
    line-height: 29px;
    font-weight: 500;
    color: #222;
}

.cart-container .widget-quantity-wrapper span {
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 4px;
    border: none;
    background: #000;
    color: #fff;
}

.cart-container .widget-quantity-wrapper span:hover {
    background: #555;
    color: #fff;
}
h2 div.header-icon-badge span {
    width: 21px;
    height: 21px;
}

@media only screen and (max-width: 1200px) {
	body .asl_w_container {    		
		min-width: 124px !important;
	}
}
