/*=======================================================
			Item Product
========================================================*/

.t4-total-products {
    text-transform: uppercase;
    color: #000;
    margin: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.t4-total-products span {
    text-transform: none;
    line-height: normal;
    display: block;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}

.t4-bloc-product {
    height: 355px;
    position: relative;
    margin-bottom: 5px;
}

.t4-bloc-product {
    padding: 10px;
    background-color: #fff;
    display: block;
}

.t4-bloc-product:hover {
    box-shadow: 0 0 0 2px #e5e5e5;
}

.t4-product-image-wrapper img {
    width: 210px;
    height: 210px;
    max-width: 100%;
}

.t4-product-title {
    margin: 0;
    padding: 0;
}

.t4-name {
    border-top: 1px solid #e9e9e9;
    padding-top: 4px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 9px;
    font-weight: bold;
    line-height: 17px;
    color: #000;
    margin: 3px 0 5px 0;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.824em;
}

.t4-price-container {
    margin-top: 12px;
}

.t4-sale-flag-percent {
    border: 2px solid #073589;
    color: #073589;
    float: right;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 3px 4px;
    margin-left: 14px;
}

.t4-price-box {
    display: block;
    margin-bottom: 3px;
    white-space: normal;
}

.t4-price {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #202020;
    display: inline-block;
}

.t4-price span {
    display: inline-block;
}

.t4-price-old {
    display: inline-block;
    color: #606060;
    font-size: 9px;
    font-weight: 400;
    text-decoration: line-through;
}

.t4-price-old span {
    text-decoration: line-through;
}

.t4-btn-buy {
    padding: 5px 20px;
    background-color: #073589;
    border: 0px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    display: none;
}

.t4-details-wrapper {
    min-height: 300px;
    height: auto;
    padding: 20px;
}

.t4-details-title {
    font-size: 16px;
    margin: .67em 0;
}

.t4-details-features {
    min-height: 175px;
}

.t4-details-features-list {
    clear: both;
    border-top: 1px solid #e9e9e9;
    padding: 10px 0 0 0;
    margin: 0 0 10px;
}

.t4-details-features-list .link {
    font-size: 12px;
    line-height: 16px;
    float: right;
    color: #416998;
}

.t4-details-features-list .title {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #404040;
    margin-top: 0;
    margin-bottom: 0;
}

.t4-details-features-list .description {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #404040;
    margin-top: 0;
    margin-bottom: 0;
}

.t4-details-footer {
    clear: both;
    border-top: 1px solid #e9e9e9;
    padding: 10px 0 0 0;
    margin: 0 0 10px;
}

.t4-details-footer .price-box {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.t4-details-footer .price-box .price {
    display: inline-block;
    color: #000;
    vertical-align: top;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
}

.t4-details-footer .price-box .price span {
    display: inline-block;
}

.t4-details-footer .price-box .price-old {
    display: inline-block;
    padding: 3px 0;
    margin-right: 5px;
    color: gray;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 400;
}

.t4-details-footer .price-box .sale-flag-percent {
    padding: 2px 4px;
    border: 2px solid #073589;
    color: #073589;
    font-size: 12px;
    font-weight: 700;
}

.t4-details-actions {
    float: right;
    text-align: center;
    max-width: 50%;
    margin-top: 5px;
}

.t4-details-actions-btn-buy {
    text-transform: uppercase;
    background: #073589;
    border: 1px solid #073589;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    padding: 8px 40px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.t4-cards-desktop {
    min-height: 300px;
    height: auto;
    width: 22%;
}

.t4-card-desktop {
    border: 1px solid #d3d3d3;
    background-color: #f8f8f8;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.t4-characteristic {
    padding: 10px 0;
    display: table;
    width: 100%;
}

.t4-iconography {
    width: 45px;
    padding-right: 15px;
}

.t4-card-desktop .t4-description {
    display: table-cell;
    vertical-align: middle;
}

.t4-card-desktop .t4-description .title {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    max-width: none;
}

.t4-cart-container {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px!important;
    margin-top: 30px!important;
}

.t4-cart-container>h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-top: 16px;
    margin-bottom: 20px;
}

.t4-cart-container-section-global {
    background-color: #f5f5f5;
}

.t4-cart-container-section {
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: relative;
}

.t4-cart-img {
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 16px!important;
    vertical-align: middle;
    max-width: 100%;
}

.t4-cart-title-empty {
    color: #c5c5c5;
    font-size: 22px;
    padding-bottom: 16px!important;
    font-weight: bold;
}

.t4-cart-title-sign-in {
    font-size: 17px;
    color: #202020;
    padding-bottom: 16px!important;
}

.t4-cart-title-sign-in a {
    color: #073589;
    text-decoration: underline;
    vertical-align: baseline;
}

.t4-cart-start-buy {
    text-transform: uppercase;
    background: #073589;
    border: 1px solid #073589;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 1.42857;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    margin-top: 20px!important;
    padding-left: 30px!important;
    padding-bottom: 10px!important;
    padding-right: 30px!important;
    padding-top: 10px!important;
}

.t4-cart-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
    margin-bottom: 3rem!important;
    text-transform: none;
    text-align: left;
}

.t4-cart-header {
    color: #8e8e93;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.14;
    text-transform: uppercase;
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.t4-cart-header>div {
    display: table-cell;
    text-align: center;
}

.t4-cart-header>.item {
    text-align: left;
    width: 53.47%;
}

.t4-cart-header>.quantity {
    width: 10.315%;
}

.t4-cart-header>.subtotal,
.t4-cart-header>.unit-price {
    width: 18.105%;
}

.t4-cart-product {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    margin: 8px 0;
}

.t4-cart-product>.ln {
    border-collapse: collapse;
    display: table;
    width: 100%;
    min-height: 10rem;
}

.t4-cart-product>.ln>div {
    display: table-cell;
}

.t4-cart-product>.ln>.image {
    padding: 10px;
    vertical-align: top;
    width: 80px;
}

.t4-cart-product>.ln>.item {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    position: relative;
}

.t4-cart-product>.ln>.item>.size {
    color: #ababab;
    font-size: 14px;
    line-height: 1;
}

.t4-cart-product>.ln>.quantity {
    text-align: center;
}

.t4-cart-product>.ln>.quantity {
    text-align: center;
}

.t4-cart-product>.ln>.item>.name>select {
    padding: 5px 10px;
}

.t4-acts {
    clear: both;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.1em;
}

.t4-osh-btn {
    text-transform: uppercase;
    background: #073589;
    border: 1px solid #073589;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 1.42857;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
}

.t4-osh-btn.-link {
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #073589;
    padding: 0;
}

.ln:last-child>.quantity {
    padding-bottom: 50px;
}

.ln>.quantity {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 11%;
    white-space: nowrap;
    padding-top: 23px;
}

.ln>.subtotal,
.ln>.unit-price {
    padding-top: 29px;
}

.ln>.unit-price {
    background-color: #fff;
    text-align: center;
    width: 18.21%;
}

.ln>.unit-price>.current {
    color: #000;
    font-size: 15px;
}

.ln>.unit-price>span {
    display: block;
}

.ln>.unit-price>span>span {
    display: inline-block;
}

.ln>.unit-price>.old {
    text-decoration: line-through;
    color: #ababab;
    font-weight: 600;
    font-size: 13px;
}

.ln>.unit-price>.save {
    color: #7ed321;
    font-weight: 600;
    font-size: 12px;
}

.ln>.subtotal,
.ln>.unit-price {
    padding-top: 29px;
}

.ln>.subtotal {
    border-left: 1px solid #eee;
    border-radius: 4px;
    color: #073589;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 18.21%;
}

.t4-cart-resume {
    border-collapse: collapse;
    color: #000;
    display: table;
    float: right;
    min-width: 380px;
    text-align: right;
    margin-top: 20px!important;
    margin-bottom: 4px!important;
}

.t4-cart-resume>.row {
    display: table-row;
}

.t4-cart-resume>.row>div,
.t4-cart-resume>.row>label {
    display: table-cell;
    font-size: 15px;
    padding: 4px 20px;
}

.t4-cart-resume>.row>label {
    min-width: 230px;
}

.t4-cart-resume>.row.tax>div,
.t4-cart-resume>.row.tax>label {
    color: #ababab;
}

.t4-cart-resume>.row.total>div {
    color: #073589;
    font-size: 1.67em;
}

.t4-cart-shipping {
    clear: both;
    color: #ababab;
    float: right;
    font-size: 14px;
    margin-bottom: 20px!important;
    margin-right: 20px!important;
}

.t4-cart-summary-footer {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    clear: both;
    text-align: right;
}

.t4-cart-summary-footer>.container {
    padding: 16px 20px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.t4-cart-summary-footer .t4-osh-btn {
    min-width: 240px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    padding: 8px 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border: 1px solid #fff;
    color: #073589;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
}

.t4-cart-summary-footer .t4-osh-btn-finish-purchase {
    min-width: 240px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    padding: 8px 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    background-color: #073589;
    border: 1px solid #073589;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
}

.t4-bloc-sign-in {
    margin: 40px 0;
    padding-right: 60px;
    min-height: 400px;
    height: auto;
}

.t4-bloc-sign-in>h1 {
    font-family: inherit;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px!important;
    text-transform: capitalize;
    text-align: center!important;
}

.t4-bloc-sign-up {
    margin: 40px 0;
    padding-left: 60px;
    border-left: 1px solid #ccc;
    min-height: 400px;
    height: auto;
}

.t4-bloc-sign-up>h1 {
    color: #000;
    font-size: 22px;
    margin-bottom: 30px!important;
    text-transform: capitalize;
    text-align: center!important;
}

.t4-btn-sign-in {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    background: #e72090;
    border: 1px solid #e72090;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    width: 100%!important;
    height: auto!important;
}

.t4-sign-in-forgotten-password {
    text-decoration: underline !important;
    float: right;
}

.t4-sign-in-required-field {
    color: gray;
}

.t4-btn-sign-up {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    background: #073589;
    border: 1px solid #073589;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    width: 100%!important;
    height: auto!important;
}

#modal-add-to-cart {
    display: none;
}

.background-modal {
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .75;
    display: none;
}

.t4-modal-add-to-cart-wrap {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    color: #333;
    overflow: hidden auto;
}

.t4-modal-add-to-cart {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.t4-modal-add-to-cart-content {
    width: 50%;
    background: #fff;
    border-radius: 4px;
    padding: 20px 16px;
    position: absolute;
    left: 27%;
    top: 27%;
}

.t4-modal-add-to-cart-content .head>label {
    font-size: 20px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 16px;
    border-bottom: 0;
    height: auto;
    color: #000;
    font-weight: bold;
    font-family: inherit;
    text-align: left;
}

.t4-modal-add-to-cart-content .head>span {
    float: right;
    right: 17px;
    top: 17px;
    cursor: pointer;
}

#cart-modal-name-product {
    text-align: left;
    color: #000;
}

.t4-btn-continue-shopping {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    color: #073589;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    width: 100%!important;
    height: auto!important;
}


/*.t4-modal-add-to-cart{
    background: #333;
    opacity: .75;
    width: 600px;
    background: #fff;
    border-radius: 4px;
    padding: 20px 16px;
}*/

.no-margin {
    margin: 0 !important;
}

.mtop-px-20 {
    margin-top: 20px!important;
}

.-pbxxxl {
    padding-bottom: 30px!important;
}

.-mtm {
    margin-top: 8px!important;
}

.-mbs {
    margin-bottom: 6px!important;
}

.-mbm {
    margin-bottom: 8px!important;
}

.-inline-block {
    display: inline-block!important;
}

.-link {
    font-size: 1em;
}


/*=======================================================
                        CHECKOUT 
========================================================*/

.t4-all-checkout {
    background-color: #f5f5f5;
}

.t4-checkout-main {
    padding: 30px 0;
    align-items: flex-start;
    justify-content: space-around;
}

.t4-checkout-main .t4-checkout-title {
    font-size: 14px;
    font-weight: 600;
    color: #ababab;
    margin-bottom: 10px!important;
    text-transform: uppercase;
}

.t4-checkout-section-1 {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    margin-bottom: 8px!important;
}

.t4-checkout-hdr {
    font-size: 0;
    min-height: 40px;
    padding: 10px!important;
}

.t4-checkout-hdr>i {
    font-size: 16px;
}

.t4-checkout-hdr>span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-left: 16px;
}

.t4-checkout-cont {
    padding: 16px 46px;
    line-height: 1.5;
    border-top: 1px solid #f0f0f0;
    font-weight: 400 !important;
    font-size: 16px;
}

.t4-checkout-cont>label {
    font-weight: 400 !important;
    font-size: 16px;
}

.t4-checkout-btn-submit {
    text-transform: uppercase;
    background: #073589;
    border: 1px solid #073589;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 1.42857;
    font-weight: 500;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.t4-payment-mode-subt {
    color: #000;
    padding-bottom: 8px!important;
    font-weight: bold;
}

.t4-payment-mode-list {
    padding-bottom: 16px!important;
    padding-top: 16px!important;
}

.-prm {
    padding-right: 8px!important;
}

.t4-payment-mode-description {
    color: gray;
    font-size: 13px;
    margin-top: 4px!important;
    padding-left: 30px!important;
}

.t4-checkout-cart-sum {
    padding-bottom: 20px;
    overflow-y: auto;
    font-size: 13px;
    border-top: 1px solid #f0f0f0;
}

.t4-checkout-cart-prod-sum {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 8px!important;
    padding-bottom: 6px!important;
    padding-right: 8px!important;
    padding-top: 6px!important;
}

.t4-checkout-cart-prod-sum>.col-s {
    width: 23%;
}

.-mts {
    margin-top: 6px!important;
}

.t4-checkout-cart-prod-sum>.col-l {
    margin-left: 8px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.-ellipsis-2 {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.824em;
}

.color-default-800 {
    color: gray;
}

.color-primary {
    color: #073589;
}

.t4-checkout-cart-osh-resume {
    margin-top: 16px!important;
    padding-left: 8px!important;
    padding-right: 8px!important;
}

.t4-checkout-cart-ft-subtotal {
    display: flex;
    align-items: flex-end;
    color: #000;
    padding-bottom: 8px!important;
}

.price_col-desc {
    flex: 1;
    word-wrap: break-word;
}

.price_col-value {
    width: 45%;
    text-align: right;
}

.t4-checkout-cart-applied-shipping {
    display: flex;
    align-items: flex-end;
    color: #000;
    padding-bottom: 8px!important;
}

.t4-checkout-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    color: #000;
    padding-top: 10px!important;
    font-weight: 500;
}

.t4-checkout-cart-total .total-value {
    color: #073589;
    font-size: 17px;
}

.t4-checkout-cart-return-to-cart {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px!important;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center!important;
}

.t4-checkout-cart-return-to-cart a {
    font-weight: bold;
    margin-bottom: 15px;
}


/*********************************
5. Single Product
*********************************/

.single_product {
    padding-top: 110px;
}

.image_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 140px;
    width: 6rem;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}

.image_list li:last-child {
    margin-bottom: 0;
}

.image_list li:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.image_list li img {
    max-width: 100%;
}

.image_selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100%);
    height: 450px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    overflow: hidden;
}

.image_selected img {
    max-width: 100%;
    max-height: 100%;
}

.product_description {
    padding-left: 50px;
}

.product_category {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.product_name {
    font-size: 30px;
    font-weight: 500;
    margin-top: 11px;
}

.product_rating {
    margin-top: 7px;
}

.product_rating i {
    margin-right: 4px;
}

.product_rating i::before {
    font-size: 13px;
}

.product_text {
    margin-top: 27px;
}

.product_text p:last-child {
    margin-bottom: 0px;
}

.order_info {
    margin-top: 25px;
}

.product_quantity {
    width: 182px;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 25px;
    float: left;
    margin-right: 30px;
}

.product_quantity span {
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    float: left;
}

.product_quantity input {
    display: block;
    width: 30px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-left: 9px;
    line-height: 50px;
    float: left;
}

.quantity_buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 29px;
    border-left: solid 1px #e5e5e5;
}

.quantity_inc,
.quantity_dec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer;
}

.quantity_control i {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.quantity_control:active {
    border: solid 1px rgba(14, 140, 228, 0.2);
}

.quantity_inc {
    padding-bottom: 2px;
    justify-content: flex-end;
    border-top-right-radius: 5px;
}

.quantity_dec {
    padding-top: 2px;
    justify-content: flex-start;
    border-bottom-right-radius: 5px;
}

.product_color {
    width: 182px;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    float: left;
    cursor: pointer;
}

.product_color span {
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    float: left;
}

.color_dropdown_button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}

.color_dropdown_button i {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.color_mark_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 48px;
    float: right;
}

.color_mark {
    width: 20px;
    height: 20px;
    background: #999999;
    border-radius: 50%;
}

.product_color>li {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 49px;
}

.product_color li ul {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_color>li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.product_color li ul li {
    padding-right: 49px;
    padding-left: 49px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product_color li ul li div {
    margin-left: auto;
}

.product_price {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin-top: 75px;
    clear: left;
}

.button_container {
    margin-top: 43px;
}

.cart_button {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
}

.cart_button:focus {
    outline: none;
}

.product_fav {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-left: 36px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.product_fav i {
    line-height: 36px;
    color: #cccccc;
}

.product_fav.active i {
    color: #df3b3b;
}


/* shoppie ltable */

.shoppie-table {
    width: 100%;
}

.shoppie-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.shoppie-table tr {
    background: #fff;
}

.shoppie-table th {
    background: transparent;
    color: #8e8e93;
    font-weight: normal;
    font-size: 1rem !important;
}

.shoppie-table td,
.shoppie-table th {
    padding: 10px;
    border: 1px solid transparent;
    text-align: left;
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
}

.shoppie-table tr .subtotal,
.shoppie-table tr .action a {
    color: #073589;
}

.shoppie-table tr a {
    font-size: 1rem;
}

.shoppie-table tr .action a {
    font-size: 0.7rem;
}

.shoppie-table tr .quantity {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.shoppie-table tr .action {
    border-left: 2px solid #eee;
}

.shoppie-table tr .quantity select {
    text-align: center;
    width: 75%;
}


/* end shoppie table */