.row-divided>.col+.col:not(.large-12) {
    border: none !important;
}

.row.row-main,
.cart-container {
    max-width: 1110px !important;
}

.woocommerce.row[data-template="w32-cart"],
.woocommerce.row[data-template="cart"] {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100%;
}

.cart-collaterals {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.textile .fluid-width-video-wrapper {
    margin: 0 0 40px 0;
}

.textile img {
    max-width: 100%;
}

.textile hr {
    width: 100%;
    margin: 6% 0;
    border: 0;
    border-top: 1px solid #e3e3e3;
    height: 1px;
}

.textile ul,
.textile ol {
    margin: 10px 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #000000;
}

.textile ul ul,
.textile ol ol {
    margin: 0 20px;
}

.textile ul li {
    list-style: square outside;
    margin: 0 0 0 40px;
    padding: 0;
}

.textile ol li {
    list-style: decimal outside;
    margin: 0 0 0 40px;
    padding: 0;
}

/* ----------------------------------------------------------------
Cart Page
-----------------------------------------------------------------*/

#cart-page {
    display: block;
    height: 100%;
    margin-bottom: 45px;
}

#cart-page h1 {
    display: inline-block;
    font-size: 33px;
    font-size: 3.3rem;
    color: #ee429c;
    text-transform: capitalize;
    font-weight: 400;
}

#cart-page header .btn-secondary {
    float: right;
    width: 200px;
}

#cart-status-bar {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: #f9f9f9;
}

.cart-status-item {
    display: inline-block;
    width: 25%;
    height: 50px;
    float: left;
    line-height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ee429c;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e7e7e9;
    font-weight: 500;
}

.cart-status-item:last-child {
    border-right: 0;
}

.cart-status-item .fa {
    color: #000000;
    margin-right: 10px;
}

#progress-bar {
    display: block;
    width: 100%;
    float: left;
    height: 8px;
    background-color: #aaa;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cart-progress {
    display: block;
    width: 50%;
    height: 8px;
    background-color: #000;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

#checkout {
    float: right;
    margin: -40px 0 30px;
}

#cart-items-list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #efefef;
}

#cart-items-list li {
    list-style: none outside;
    margin: 0;
    text-transform: capitalize;
}

#cart-header,
.mobile-cart-header {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2.0rem;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

#cart-header {
    margin-bottom: 30px !important;
}

#cart-header .cart-column,
.mobile-cart-header .cart-column {
    float: left;
    width: 10%;
    text-align: center;
}

#cart-header #items-header,
.mobile-cart-header .items-header {
    margin-left: 10%;
    text-align: left;
    width: 50% !important;
}

#cart-header #qty-header,
.mobile-cart-header .qty-header {
    width: 20%;
}

.cart-row {
    position: relative;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
}

.cart-row .cart-column {
    float: left;
    width: 10%;
    text-align: center;
    vertical-align: top;
    line-height: 75px;
    min-height: 75px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    border-right: 1px solid #e7e7e9;
}

.cart-row input[type=text] {
    width: 50px;
    text-align: center;
    margin-right: 20px;
}

.cart-row .title-image-col {
    width: 50% !important;
    text-align: left;
    padding: 0 10px;
}

.cart-row .title-image-col a,
.cart-row .title-image-col a:link,
.cart-row .title-image-col avisited {
    color: #000000;
}

.cart-row .title-image-col h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

.cart-row .item-image {
    display: block;
    max-width: 100% !important;
    max-height: 100%;
    padding: 10px;
}

.cart-row .item-edit {
    width: 19% !important;
}

#cart-bottom {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

#cart-bottom h2 {
    font-size: 19px;
    font-size: 1.9rem;
}

#cart-page input[type=submit] {
    float: right;
    width: 200px;
    padding: 0 10px;
}

#cart-page input[type=submit].btn-secondary {
    font-size: 13px;
    font-size: 1.3rem;
}

.cart-comments {
    float: left;
    width: 68%;
}

.cart-comments .fa {
    margin-left: 10px;
}

.cart-comments h3 {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #ee429c;
}

.cart-checkout {
    float: right;
    width: 30%;
    text-align: center;
    display: block;
}

.cart-checkout h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.cart-checkout h2.total-price {
    color: #000000;
}

.cart-checkout hr {
    width: 75%;
    margin: 6px auto;
}

.cart-total {
    padding: 15px 0;
    display: inline-block;
}

#cart-items-list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #efefef;
}

#cart-items-list li {
    list-style: none outside;
    margin: 0;
    text-transform: capitalize;
}

#cart-header,
.mobile-cart-header {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2.0rem;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

#cart-header {
    margin-bottom: 30px !important;
}

#cart-header .cart-column,
.mobile-cart-header .cart-column {
    float: left;
    width: 10%;
    text-align: center;
}

#cart-header #items-header,
.mobile-cart-header .items-header {
    margin-left: 10%;
    text-align: left;
    width: 50% !important;
}

#cart-header #qty-header,
.mobile-cart-header .qty-header {
    width: 20%;
}

.cart-row {
    position: relative;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
}

.cart-row .cart-column {
    float: left;
    width: 10%;
    text-align: center;
    vertical-align: top;
    line-height: 75px;
    min-height: 75px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    border-right: 1px solid #e7e7e9;
}

.cart-row input[type=text] {
    width: 50px;
    text-align: center;
    margin-right: 20px;
}

.cart-row .title-image-col {
    width: 50% !important;
    text-align: left;
    padding: 0 10px;
}

.cart-row .title-image-col a,
.cart-row .title-image-col a:link,
.cart-row .title-image-col avisited {
    color: #000000;
}

.cart-row .title-image-col h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

.cart-row .item-image {
    display: block;
    max-width: 100% !important;
    max-height: 100%;
    padding: 10px;
}

.cart-row .item-edit {
    width: 19% !important;
}

#cart-bottom {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

#cart-bottom h2 {
    font-size: 19px;
    font-size: 1.9rem;
}

#cart-page input[type=submit] {
    float: right;
    width: 200px;
    padding: 0 10px;
}

#cart-page input[type=submit].btn-secondary {
    font-size: 13px;
    font-size: 1.3rem;
}

.cart-comments {
    float: left;
    width: 68%;
}

.cart-comments .fa {
    margin-left: 10px;
}

.cart-comments h3 {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #ee429c;
}

.cart-checkout {
    float: right;
    width: 30%;
    text-align: center;
    display: block;
}

.cart-checkout h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.cart-checkout h2.total-price {
    color: #000000;
}

.cart-checkout hr {
    width: 75%;
    margin: 6px auto;
}

.cart-total {
    padding: 15px 0;
    display: inline-block;
}

.cart-edit-main {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.cart-edit-main.cart-main-emtpy {
    width: 100%;
}

.main-content {
    width: 100%;
}

#cart-bottom {
    width: 28.5%;
    margin-left: 1.5%;
    margin-top: 0;
}

#cart-header #qty-header,
.cart-row .cart-column {
    border-right: 1px solid #BCBEC0;
}

.cart-row .cart-column {
    display: table-cell;
    height: 135px;
}

#cart-header #items-header,
.mobile-cart-header .items-header {
    margin-left: 0;
    border-right: 1px solid #BCBEC0;
}

.cart-row .title-image-col h3 {
    display: block;
}

.cart-row .cart-column.column-no-border {
    border-right: none;
}

.cart-row .cart-column.cart-column-image {
    width: 40%;
    display: inline-block;
}

.cart-row .cart-column.item-price {
    width: 30%;
    line-height: 40px;
}

.cart-row .cart-column.item-edit {
    width: 5%;
    height: 107px;
    line-height: 107px;
    line-height: 135px;
}

.cart-row .cart-column.no-border {
    line-height: 135px;
}

.cart-row .cart-column {
    width: 14%;
}

.cart-row .cart-column.first-row-wrap {
    width: 50%;
    display: table-cell;
    float: left;
}

.cart-row .title-image-col {
    width: 60% !important;
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 18px;
    height: 107px;
}

.cart-row input[type=text] {
    margin-right: 3px;
    width: 30px;
}

#main-content {
    width: 82%;
}

#left-sidebar {
    width: 17%;
    margin-right: 1%;
    padding: 5px;
    border: 1px solid #BCBEC0;
}

#left-sidebar p {
    font-size: 14px;
    margin-bottom: 10px;
}

#cart-items-list {
    border: 1px solid #BCBEC0;
}

.mobile-cart-header {
    margin-bottom: 0;
    font-size: 0;
}

#cart-items-list li#cart-header,
.mobile-cart-header .mobile-cart-header-inner {
    background-color: #F1F2F2;
    margin-bottom: 0 !important;
    border: 1px solid #BCBEC0;
}

#cart-items-list li#cart-header {
    border-right: none;
    border-left: none;
}

.mobile-cart-header .mobile-cart-header-inner {
    background-color: transparent;
    border-bottom: none;
}

.mobile-cart-first-column,
.mobile-cart-inner-inner {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background-color: #F1F2F2;
    border-bottom: 1px solid #BCBEC0;
    font-size: 13px;
}

.mobile-cart-first-column {
    background-color: transparent;
    border-bottom: 0;
    border-right: 1px solid #BCBEC0;
    height: 36px;
}

.mobile-cart-header.cart-header .items-header {
    width: 100% !important;
    border: none;
    float: none;
}

.mobile-cart-header.cart-header .items-header {
    border-top: 1px #c9cacc solid;
    background: #ddd;
}

#cart-header #items-header,
.mobile-cart-header .items-header {
    padding-top: 6px;
    padding-bottom: 7px;
}

#cart-header .cart-column,
.mobile-cart-header .cart-column {
    padding: 8px;
}

.mobile-cart-header .items-header {
    padding: 6px 8px 7px;
}

#cart-header #items-header strong,
.mobile-cart-header .items-header strong {
    font-weight: 700;
    color: #EC0D89;
    font-size: 17px;
    padding-right: 2%;
}

#cart-header #items-header img,
.mobile-cart-header .items-header img {
    width: 13px;
    margin-right: 5px;
    vertical-align: sub;
}

.cart-row .item-image {}

.cart-row,
#cart-items-list {
    border-top: none;
}

#cart-bottom .cart-comments {
    width: 100%;
    float: none;
    margin-bottom: 14px;
}

#cart-bottom .cart-total {
    border: 1px solid #BCBEC0;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}

#cart-bottom .cart-total h3,
#cart-bottom .cart-total h4,
#cart-bottom .cart-total h5 {
    padding: 0 3%;
    text-transform: uppercase;
}

#cart-bottom .cart-total h3 span,
#cart-bottom .cart-total h4 span,
#cart-bottom .cart-total h5 span {
    text-align: right;
    display: inline-block;
    float: right;
    color: black;
}

#cart-bottom .cart-total h2 {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    padding: 5px 0 7px;
    text-align: left;
    margin: 0 4%;
}

#cart-bottom .cart-total h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
    color: black;
}

#cart-bottom .cart-edit-paypal {
    margin: 0 0 14px;
}

#cart-bottom .cart-total h4 {
    font-weight: 400;
    font-size: 16px;
}

#cart-bottom .cart-total h5 {
    margin-bottom: 0;
    background-color: #F1F2F2;
    color: #EE2A7B;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 3%;
}

#cart-page {
    font-size: 0;
}

#cart-page #cart-bottom input[type=submit] {
    width: 100%;
}

#cart-bottom .cart-checkout {
    float: none;
    width: 100%;
}

#cart-header .cart-column,
.mobile-cart-header .cart-column {
    width: 15%;
}

#cart-header .cart-column,
.mobile-cart-header .cart-column {
    font-size: 12px;
}

.mobile-cart-header .cart-column {
    width: 30%;
}

#cart-header #qty-header,
.mobile-cart-header .qty-header {
    width: 19%;
}

.mobile-cart-header .qty-header {
    width: 38%;
}

.mobile-cart-header {
    display: none;
}

.cart-row {
    border-color: #BCBEC0;
}

.cart-row a.first-box-remove-link,
.cart-row a.first-box-remove-link:link,
.cart-row a.first-box-remove-link:visited,
.cart-template #cart-page input[type=submit].mobile-remove-button {
    color: #58595B;
    text-transform: uppercase;
    border: 1px solid #BCBEC0;
    padding: 5px 6px 3px;
    font-size: 12px;
    font-family: 'helvetica neue', sans-serif;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    line-height: 1.3;
}

.mobile-cart-edit-links {
    line-height: 1.4;
    position: relative;
    margin-left: -40%;
    width: 100px;
    padding-bottom: 30px;
    display: none;
}

.cart-row .cart-column {
    line-height: 1;
}

.gift-wrap-option {
    padding: 0 3px;
}

.gift-wrap-option .gift-wrap-p {
    width: 100%;
    padding-top: 5px;
}

.gift-wrap-option img {
    width: 28%;
}

.gift-wrap-option .gift-wrap-p label {
    width: 100%;
}

.gift-wrap-option input[type="checkbox"] {
    width: 100%;
    height: 35px;
    border: none;
    margin: 0 0 5px;
}

.gift-wrap-option input[type="checkbox"]:after {
    content: "";
    display: inline-block;
    -webkit-appearance: initial;
    appearance: initial;
    height: 33px;
    width: 100%;
    margin-bottom: 0px;
    border: none;
    background: white;
    position: relative;
    vertical-align: bottom;
    background-image: url("//cdn.shopify.com/s/files/1/0404/9121/t/50/assets/add-gift-wrap.svg?6444510483402036236");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.gift-wrap-option input[type="checkbox"]:checked:after {
    content: "";
    display: inline-block;
    background-image: url("//cdn.shopify.com/s/files/1/0404/9121/t/50/assets/gift-wrap-added.svg?6444510483402036236");
    background-size: 100%;
    width: 100%;
    background-position: top center;
}

.gift-wrap-option .gift-wrapping-note {
    padding: 10px 5px 5px;
}

.gift-wrap-option .gift-wrap-p span {
    font-size: 16px;
}

.textile .gift-wrap-option textarea {
    border-color: #E6E7E8;
}

#cart-page #cart-bottom #update-cart {
    margin: 15px 0;
}

.cart-trio-upgrade-box {
    font-size: 0;
    border: 1px solid #BCBEC0;
    padding: 0 15px 15px;
    margin-top: 30px;
}

.cart-trio-upgrade-box .cart-upgrade-head {
    text-align: center;
    margin-top: -15px;
}

.cart-trio-upgrade-box h2 {
    display: inline-block;
    vertical-align: top;
    color: #EC0D89;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    background-color: white;
    padding: 0 15px;
}

.cart-trio-upgrade-box .cart-upgrade-aside {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 10px;
}

.cart-trio-upgrade-box .cart-upgrade-article {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.cart-trio-upgrade-box .cart-upgrade-article h3 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
}

.cart-trio-upgrade-box .cart-upgrade-article p {
    font-size: 12px;
    margin-bottom: 15px;
}

.cart-trio-upgrade-box .cart-upgrade-article p .cart-upgrade-ptitle {
    font-weight: 700;
}

.cart-trio-upgrade-box .cart-upgrade-article h4,
.cart-trio-upgrade-box .cart-upgrade-article ul li {
    font-weight: 400;
    color: black;
    font-size: 12px;
}

.cart-trio-upgrade-box .cart-upgrade-article h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.cart-trio-upgrade-box .cart-upgrade-article ul {
    margin-bottom: 15px;
}

.cart-trio-upgrade-box .cart-upgrade-article ul li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.5;
    margin-left: 0;
    font-size: 12px;
}

.cart-trio-upgrade-box .cart-upgrade-article p.cart-upgrade-price {
    font-weight: 700;
    font-size: 18px;
    color: #EC0D89;
}

.cart-trio-upgrade-box .cart-upgrade-article p.cart-upgrade-price span {
    /*text-decoration: line-through; */
}

.cart-trio-upgrade-box .cart-upgrade-article p.cart-upgrade-price span span {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.cart-trio-upgrade-box .cart-upgrade-article a#cart-upgrade-button,
.cart-trio-upgrade-box .cart-upgrade-article a#cart-upgrade-button:link,
.cart-trio-upgrade-box .cart-upgrade-article a#cart-upgrade-button:visited,
.cart-template #cart-page input[type=submit].mobile-remove-button {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    float: none;
    cursor: pointer;
    color: white;
    text-align: center;
    background-color: #EC0D89;
    padding: 5px;
}

.cart-trio-upgrade-box .cart-upgrade-article a#cart-upgrade-button:hover {
    background-color: #c4147a;
}

a.gift-card-remove {
    cursor: pointer;
}

.cart-row .cart-column.item-edit.cart-column-middle {
    height: 100%;
}

.cart-template #cart-page input[type=submit].mobile-remove-button {
    background-color: transparent;
    color: #58595B;
    line-height: 1.3;
    margin-bottom: 0;
    height: 25px;
}

.mobile-remove-button {
    display: none;
}

#cart-page input[type=submit].mobile-remove-button {
    width: 75px;
}

.cart-row .title-image-col a,
.cart-row .title-image-col a:link,
.cart-row .title-image-col avisited {
    color: #000000;
}

.cart-row .title-image-col h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

.cart-row .cart-column.item-price span.woocommerce-Price-amount.amount {
    font-weight: normal;
    font-size: 15px;
    padding-left: 5px;
}

#cart-header #price-header {
    width: 30%;
}

.cart-row .quantity {
    margin-left: auto;
    margin-right: auto;
}

.quantity input[type="number"] {
    font-size: 18px;
}

.quantity.buttons_added input.button.is-form {
    line-height: 37px;
    font-size: 18px;
}

.cart-column span.woocommerce-Price-amount {
    font-weight: normal;
    font-size: 15px;
}

.cart-row.cart-subtotal {
    width: 30%;
}

.cart-row .cart-column {
    border: none;
}

.continue-shopping {
    padding-left: 25px;
}

.cart-collaterals>.cart-sidebar {
    padding-left: 10px;
    padding-right: 10px
}

a.checkout-button.wc-forward {
    font-size: 13px;
    background-color: green !important;
}

.wc-proceed-to-checkout {
    margin-bottom: 4px !important;
}

a.checkout-button.wc-forward {
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
}

button#update_cart {
    width: 100%;
    font-size: 13px;
}

.cart-gift-item-wrapper.row {
    width: 100% !important;
    max-width: 100%;
    margin: 0px !important;
    padding: 0px 8px !important;
    position: relative;
    display: block;
}

/**----------------------------------------------------------------------------------
-------------------------------- Gift Wrap Cart ------------------------------------
----------------------------------------------------------------------------------**/

.gift-wrap-option {
    /*border: 1px solid #e1e1e1; */
    padding: 0 5px;
    /*margin-bottom: 15px;*/
}

.gift-wrap-option p {
    margin-bottom: 0;
}

.gift-wrap-option img {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.gift-wrap-option .gift-wrap-p span {
    display: block;
    font-size: 18px;
    line-height: 1.3;
}

.gift-wrap-option span.gift-wrap-message1 {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}

.gift-wrap-option span.gift-wrap-message2 {
    color: #ed0089;
}

.gift-wrap-option span.gift-wrap-message3 {
    color: #00963f;
    font-size: 20px;
}

.gift-wrap-option .gift-wrap-p label {
    width: calc(100% - 44px);
    max-width: 300px;
    display: inline-block !important;
    vertical-align: top;
}

.gift-wrap-option .gift-wrapping-note {
    padding: 0px 15px 15px;
}

.gift-wrap-option .gift-wrapping-note label {
    color: #ef2299;
    font-size: 15px;
    margin-bottom: 5px;
}

.gift-wrap-option textarea {
    border-color: #E6E7E8;
}

.gift-wrap-option {
    padding: 0px;
    display: block;
    position: relative;
}

.gift-wrap-option input[type="checkbox"] {
    width: 100%;
    height: 70px;
    border: none;
    margin: 0 0 5px;
}

.gift-wrap-option input[type="checkbox"]:after {
    content: "";
    display: inline-block;
    -webkit-appearance: initial;
    appearance: initial;
    height: 60px;
    width: 100%;
    margin-bottom: 0px;
    border: none;
    background: white;
    position: relative;
    vertical-align: bottom;
    background-image: url("https://mypham.chantroituonglai.com/wp-content/uploads/2018/01/325x50.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.gift-wrap-option input[type="checkbox"]:checked:after {
    content: "";
    display: inline-block;
    background-image: url("https://mypham.chantroituonglai.com/wp-content/uploads/2018/01/325x50-1.png");
    background-size: 100%;
    width: 100%;
    background-position: top center;
}

.gift-wrap-option .gift-wrapping-note {
    padding: 10px 5px 5px;
}

.gift-wrap-option .gift-wrap-p span {
    font-size: 16px;
}

.textile .gift-wrap-option textarea {
    border-color: #E6E7E8;
}

.cart-gift-item-wrapper {
    padding: 15px 8px;
}

.gift-wrapping-note textarea {
    width: 100%;
    padding: 10px;
}

form.checkout h3 {
    margin-bottom: 8px;
}

table.shop_table .coupon input#coupon_code {
    width: 45%;
    height: 32px !important;
    padding: 2px 6px;
    text-align: center;
    margin-bottom: 8px;
}

table.shop_table .coupon input.button {
    width: 50% !important;
    display: block;
    position: relative;
    margin: 0px !important;
}

.gift-price-wrapper>* {
    display: inline;
}

.gift-price-wrapper .price {
    font-size: 18px;
    color: #ea4989;
}

.gift-price-wrapper .old-price {
    text-decoration: line-through;
}

.items-table {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media only screen and (max-width: 975px) {
    #main-content {
        width: 100%;
        float: none;
    }
    #left-sidebar {
        width: 100%;
    }
    #left-sidebar .sidebar-links img {
        width: 100px !important;
        float: left;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 53em) {
    ul#mobile-nav {
        display: none;
    }
    .first-row-wrap .cart-row a.first-box-remove-link {
        display: none;
    }
    #cart-header #price-header,
    .mobile-cart-header .price-header {
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (max-width: 43.75em) {
    .mobile-cart-header {
        display: block;
    }
    #cart-header {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .cart-edit-main,
    #cart-bottom {
        width: 100%;
        float: none;
    }
    #cart-bottom {
        margin-left: 0;
        margin-top: 20px;
    }
    .gift-wrap-option input[type="checkbox"] {
        width: 200px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .cart-total {
        position: relative !important;
        text-align: left !important;
    }
    .cart-row .cart-column.cart-column-image,
    .cart-row .cart-column.title-image-col {
        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    .cart-row .cart-column.cart-column-image img {
        display: inline-block;
        width: 154px;
        height: auto;
        /*margin-top: -20px;*/
    }
    .cart-row a.first-box-remove-link.first-remove-link {
        display: none;
    }
    .mobile-cart-edit-links {
        display: block;
    }
    .mobile-cart-header .qty-header {
        border-right: 1px solid #BCBEC0;
    }
    .cart-row .cart-column.item-price {
        height: 135px;
    }
    #cart-page input[type=submit].btn-secondary {
        font-size: 16px;
    }
    .cart-row .title-image-col {
        height: auto;
    }
    .cart-row .cart-column.item-price,
    .cart-row .cart-column.item-edit {
        line-height: 105px;
    }
    .cart-row .cart-column.first-row-wrap {
        height: 215px;
    }
}

@media only screen and (max-width: 600px) {
    .cart-trio-upgrade-box .cart-upgrade-article,
    .cart-trio-upgrade-box .cart-upgrade-aside {
        width: 100%;
    }
    .cart-trio-upgrade-box .cart-upgrade-aside {
        text-align: center;
    }
    .cart-row .cart-column.first-row-wrap,
    .mobile-cart-first-column {
        width: 39% !important;
    }
    .mobile-cart-inner-inner {
        width: 61%;
    }
    .cart-row .cart-column,
    .cart-row .cart-column.item-price {
        width: 30% !important;
    }
    .mobile-cart-header .price-header {
        width: 32.787%;
    }
    .mobile-cart-header .qty-header {
        width: 32.787%;
    }
}

@media only screen and (max-width: 550px) {
    .mobile-cart-header-inner .cart-column {
        font-size: 12px;
        line-height: 15px;
    }
    .mobile-cart-edit-links {
        margin-left: -60%;
    }
    .mobile-cart-inner-inner>.cart-column {
        width: 50%;
    }
    .unbelievable-things-wrapper {
        border: 1px #ff009b40 solid;
        padding: 10px;
    }
    .unbelievable-things-wrapper img {
        max-width: 40%;
        display: inline-block;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-cart-header-inner .cart-column,
    .mobile-cart-first-column {
        height: 56px;
    }
    .mobile-cart-header-inner .cart-column {
        font-size: 13px;
        padding-right: 1px;
        padding-left: 1px;
    }
    .cart-row .cart-column.first-row-wrap {
        height: 216px;
    }
}

@media only screen and (max-width: 420px) {
    .mobile-cart-edit-links {
        margin-left: -75%;
    }
}