
.cf:before, .cf:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.sch-shopping-cart-6-content .sch-color .sch-color1 {
    background: red;
    cursor: pointer;
    padding: 5px;
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    float: left;
    border: 1px solid #000;
}
.sch-shopping-cart-6-content .sch-color .sch-color2 {
    background: yellow;
    cursor: pointer;
    padding: 5px;
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    float: left;
    border: 1px solid #000;
}
.sch-shopping-cart-6-content .sch-color .sch-color3 {
    background: blue;
    cursor: pointer;
    padding: 5px;
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #000;
    float: left;
}
.sch-shopping-cart-6-content .sch-color .sch-color4 {
    background: green;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #000;
    font-size: 0;
    float: left;
}
.sch-color {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.sch-shopping-cart-6-content {
    display: none;
    background: #fff;
    margin-top: 20px;
}
.sch-badge {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
    color: red;
    right: 45%;
    line-height: 30px;
}
.sch-button-cart {
    text-align: center;
}
.sch-button-cart img {
    width: 100px;
    text-align: center;
}
.sch-content-detail {
    width: 85%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 0;
}
.sch-product-img {
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 150px;
    object-fit: contain;
}
.sch-content-info ul {
    padding-left: 0;
}
.btn {
    display: inline-block;
    font-size: 0.9em;
    padding: 12px 30px;
    background: #ffc21d;
    color: #232323;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 1;
    transition: opacity 0.3s;
}
.btn:hover {
    opacity: 0.8;
}

.blue-link {
    color: #659baf;
    cursor: pointer;
}
.blue-link:hover {
    color: #223840;
}
.sch-item-up-right i {
    margin-top: 10px;
    font-size: 14px;
    color: red;
}
.sch-product-other i {
    margin-right: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    float: left;
}

.sch-content-detail-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    position: relative;
}
.sch-content-detail-header strong {
    font-size: 1.8em;
    position: relative;
    font-weight: 400;
    color: #000;
    line-height: 1;
}
.sch-content-detail-header .btn {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.sch-bonus {
    border: 1px solid #ccc;
    border-top: none;
    padding: 18px;
    background: rgba(0, 0, 0, 0.05);
}
.sch-bonus strong {
    font-weight: 400;
    color: #888;
    font-size: 0.8em;
}
.sch-bonus strong .text-small {
    font-size: 0.7em;
    cursor: default;
}

.sch-content-info {
    padding: 10px 0 0;
    border-bottom: 1px solid #ccc;
}
.sch-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    list-style: none;
}
.sch-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sch-item .sch-item-block {
    float: left;
}
.sch-item .sch-item-block.sch-item-up-left {
    width: 60%;
}
.sch-item .sch-item-block.sch-item-up-left img.product-img {
    float: left;
    display: block;
    width: 100px;
    margin-right: 15px;
}
.sch-item .sch-item-block.sch-item-up-left .sch-product-name {
    float: left;
}
.sch-item .sch-item-block.sch-item-up-left span {
    display: block;
    margin-right: 5px;
    color: #000;
}
.sch-item .sch-item-block.sch-item-up-left span.sch-product-name-info {
    font-size: 1em;
    color: #000;
}
.sch-item .sch-item-block.sch-item-up-left span.sch-number-code {
    color: #888;
    font-size: 0.8em;
}
.sch-item .sch-item-block.sch-item-up-left span.styles {
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    padding-left: 5px;
    font-size: 0.8em;
}
.sch-item .sch-item-block.sch-item-up-left span.styles strong {
    display: inline-block;
    min-width: 70px;
}
.sch-item .sch-item-block.sch-item-up-left span.styles .blue-link {
    font-size: 0.8em;
}
.sch-item .sch-item-block.sch-item-up-center {
    width: 20%;
    text-align: right;
}
.sch-item .sch-item-block.sch-item-up-center input {
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    outline: none;
    border: 1px solid #ccc;
    width: 50px;
    height: 40px;
    vertical-align: middle;
    color: #555;
}
.sch-item .sch-item-block.sch-item-up-center input:focus {
    border-color: #7bcde8;
}
.sch-item .sch-item-block.sch-item-up-center span.price {
    display: inline-block;
    color: #777;
}
.sch-item .sch-item-block.sch-item-up-center span.price > span {
    margin: 0 5px;
}
.sch-item .sch-item-block.sch-item-up-right {
    width: 20%;
    text-align: right;
    padding-top: 6px;
    position: relative;
}
.sch-item .sch-item-block.sch-item-up-right span {
    color: #555;
}
.sch-item .sch-item-block.sch-item-up-right span.tp-price {
    font-size: 1.4em;
    font-weight: 900;
}
.sch-item .sch-item-block.sch-item-up-right span.tp-remove {
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    cursor: pointer;
}
.sch-item .sch-item-block.sch-item-up-right span.tp-remove:hover {
    color: red;
}
.sch-item .sch-item-down {
    padding: 0 0 10px 0;
    margin-top: 10px;
    font-size: 0.7em;
}
.sch-item .sch-item-down i {
    position: relative;
    font-size: 12px;
}
.sch-item .sch-item-down .if-message {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #777;
}
.sch-item .sch-item-down .if-left {
    float: left;
    color: #ccc;
    font-size: 115%;
    text-transform: uppercase;
}
.sch-item .sch-item-down .if-right {
    float: right;
    color: #ccc;
    padding-top: 2px;
    text-transform: uppercase;
}
.sch-item .sch-item-down .if-status {
    font-weight: 900;
    color: #333;
}

.sch-item .sch-product-other {
    padding: 0 0 10px 50px;
    position: relative;
}
.sch-item .sch-product-other ul li {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
}
.sch-item .sch-product-other ul li i.i-down-right-arrow {
    display: block;
    position: absolute;
    left: -30px;
    font-size: 12px;
    top: 50%;
    margin-top: -6px;
    color: #999;
}
.sch-item .sch-product-other ul li img {
    width: 100%;
    max-width: 48px;
    display: block;
    float: left;
    margin-right: 15px;
}
.sch-item .sch-product-other ul li span {
    display: block;
}
.sch-item .sch-product-other ul li span.sch-product-name-other {
    font-size: 0.85em;
    color: #000;
}
.sch-item .sch-product-other ul li span.sch-number-code-od {
    color: #888;
    font-size: 0.7em;
}

.sch-total {
    margin: 20px 0 20px;
    position: relative;
}
.sch-total .copy-block {
    float: left;
    margin-top: 60px;
}
.sch-total .copy-block p {
    font-size: 0.7em;
    color: #666;
    max-width: 320px;
    line-height: 1.55;
    display: block;
}
.sch-total .copy-block p a:link,
.sch-total .copy-block p a:visited {
    color: #666;
}
.sch-total .copy-block p a:hover,
.sch-total .copy-block p a:focus {
    color: #333;
}
.sch-total .copy-block p.customer-care {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
.sch-total .sch-total-detail {
    float: right;
}
.sch-total .sch-total-detail ul li {
    margin-bottom: 10px;
    font-size: 0.9em;
    text-align: right;
}
.sch-total .sch-total-detail ul li span {
    display: inline-block;
}
.sch-total .sch-total-detail ul li span.sb-label {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sch-total .sch-total-detail ul li span.sb-value {
    font-size: 1.1em;
    width: 120px;
    color: #000;
}
.sch-total .sch-total-detail ul li.tax .tax-edit {
    color: #223840;
    font-size: 0.8em;
    font-weight: 900;
    text-transform: capitalize;
    cursor: pointer;
}
.sch-total .sch-total-detail ul li.tax .tax-edit i {
    position: relative;
    top: 1px;
    left: -3px;
}
.sch-total .sch-total-detail ul li.tax .tax-edit.te-open i:before {
    content: "";
}
.sch-total .sch-total-detail ul li.tax-calculate {
    padding: 10px;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.05);
    display: none;
}
.sch-total .sch-total-detail ul li.tax-calculate input {
    font-size: 16px;
    width: 148px;
    padding: 7px;
    margin-right: 5px;
    vertical-align: top;
    color: #777;
}
.sch-total .sch-total-detail ul li.tax-calculate .btn {
    padding: 10px 8px;
    font-size: 0.8em;
}
.sch-total .sch-total-detail ul li.sch-full-total {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 900;
}

.sch-button-out {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
.sch-button-out .sch-cont-shopping {
    float: left;
    font-size: 0.8em;
    padding-top: 10px;
    cursor: pointer;
    color: #000;
}
.sch-button-out .sch-cont-shopping i {
    position: relative;
    top: 0px;
    margin-right: 6px;
    font-size: 75%;
}
.sch-button-out .btn {
    float: right;
    width: 200px;
    text-align: center;
}

@media only screen and (max-width: 860px) {
    .sch-item-up {
        position: relative;
    }

    .sch-item .sch-item-block.sch-item-up-left {
        width: 70%;
    }

    .sch-item .sch-item-block.sch-item-up-center {
        width: 30%;
        text-align: right;
    }

    .sch-item .sch-item-block.sch-item-up-right {
        width: auto;
        text-align: right;
        padding-top: 0;
        position: absolute;
        top: 50px;
        right: 0;
    }

    .sch-total .copy-block {
        float: right;
        margin-top: 0;
        text-align: right;
        padding: 12px;
        background: rgba(0, 0, 0, 0.035);
    }

    .sch-total .sch-total-detail {
        float: none;
        width: 100%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 630px) {
    .sch-content-detail-header strong {
        font-size: 20px;
        position: relative;
        font-weight: 400;
        color: #000;
        line-height: 1;
        width: 100%;
        margin-bottom: 60px;
        display: inline-block;
    }
    .sch-content-detail-header .btn {
        position: absolute;
        bottom: 15px;
        right: auto;
        left: 0;
    }
    .sch-item .sch-item-block.sch-item-up-left {
        float: left;
        width: 100%;
    }

    .sch-item .sch-item-block.sch-item-up-center {
        float: left;
        margin-top: 10px;
        width: 100%;
        text-align: left;
    }

    .sch-item .sch-item-block.sch-item-up-right {
        float: left;
        width: auto;
        position: relative;
        top: 13px;
        right: 0;
        border-left: 1px solid #ccc;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .sch-item .sch-product-other {
        display: none;
    }

    .sch-item .sch-item-block.sch-item-up-left img.sch-product-img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.sch-shopping-cart-6-content .sch-color .sch-color3{

    background: blue;
    cursor: pointer;
    padding: 5px;
    font-size: 0;
	width:30px;
	height:30px;
	border-radius:5px;border: 1px solid #000;
float:left;
}
.sch-shopping-cart-6-content .sch-color .sch-color4 {

    background: green;
    cursor: pointer;
    padding: 5px;
	width:30px;
	height:30px;
	border-radius:5px;border: 1px solid #000;
    font-size: 0;
float:left;
}
.sch-color {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 10px 0;
}
body {
  font-family: "Lato", "helvetica", arial, sans-serif !important;
  font-size: 100%;
  font-weight: 400;
  color: #424242;
  line-height: 1.3;
}

strong {
  font-weight: 900;
}
.sch-shopping-cart-6-content {
  display: none;
  background:#fff;
  margin-top: 20px;
}
.sch-badge {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 15px;
  color: red;
  right: 45%;
  line-height: 30px;
}
.sch-button-cart {
  text-align: center;
}
.sch-button-cart img {
  width: 100px;
  text-align: center;
}
.sch-content-detail {
  width: 85%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 100px 0;
}
.sch-product-img {
  float: left;
  margin-right: 20px;
  width: 200px;
  height: 150px;
  object-fit: contain;
}
.sch-content-info ul{
	padding-left:0;
}
.btn {
  display: inline-block;
  font-size: 0.9em;
  padding: 12px 30px;
  background: #ffc21d;
  color: #232323;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: 1;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.8;
}

.blue-link {
  color: #659BAF;
  cursor: pointer;
}
.blue-link:hover {
  color: #223840;
}
.sch-item-up-right i {
  margin-top: 10px;
  font-size: 14px;
  color: red;
}
.sch-product-other i {
	margin-right:20px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  float:left;
}

.sch-content-detail-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  position: relative;
}
.sch-content-detail-header strong {
  font-size: 1.8em;
  position: relative;
  font-weight: 400;
  color:#000;
  line-height: 1;
}
.sch-content-detail-header .btn {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.sch-bonus {
  border: 1px solid #ccc;
  border-top: none;
  padding: 18px;
  background: rgba(0, 0, 0, 0.05);
}
.sch-bonus strong {
  font-weight: 400;
  color: #888;
  font-size: 0.8em;
}
.sch-bonus strong .text-small {
  font-size: 0.7em;
  cursor: default;
}

.sch-content-info {
  padding: 10px 0 0;
  border-bottom: 1px solid #ccc;
}
.sch-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  list-style: none;
}
.sch-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sch-item .sch-item-block {
  float: left;
}
.sch-item .sch-item-block.sch-item-up-left {
  width: 60%;
}
.sch-item .sch-item-block.sch-item-up-left img.product-img {
  float: left;
  display: block;
  width: 100px;
  margin-right: 15px;
}
.sch-item .sch-item-block.sch-item-up-left .sch-product-name {
  float: left;
}
.sch-item .sch-item-block.sch-item-up-left span {
  display: block;
  margin-right: 5px;
  color: #000;
}
.sch-item .sch-item-block.sch-item-up-left span.sch-product-name-info {
  font-size: 1em;
  color:#000;
}
.sch-item .sch-item-block.sch-item-up-left span.sch-number-code {
  color: #888;
  font-size: 0.8em;
}
.sch-item .sch-item-block.sch-item-up-left span.styles {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 5px;
  font-size: 0.8em;
}
.sch-item .sch-item-block.sch-item-up-left span.styles strong {
  display: inline-block;
  min-width: 70px;
}
.sch-item .sch-item-block.sch-item-up-left span.styles .blue-link {
  font-size: 0.8em;
}
.sch-item .sch-item-block.sch-item-up-center {
  width: 20%;
  text-align: right;
}
.sch-item .sch-item-block.sch-item-up-center input {
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  outline: none;
  border: 1px solid #ccc;
  width: 50px;
  height: 40px;
  vertical-align: middle;
  color: #555;
}
.sch-item .sch-item-block.sch-item-up-center input:focus {
  border-color: #7BCDE8;
}
.sch-item .sch-item-block.sch-item-up-center span.price {
  display: inline-block;
  color: #777;
}
.sch-item .sch-item-block.sch-item-up-center span.price > span {
  margin: 0 5px;
}
.sch-item .sch-item-block.sch-item-up-right {
  width: 20%;
  text-align: right;
  padding-top: 6px;
  position: relative;
}
.sch-item .sch-item-block.sch-item-up-right span {
  color: #555;
}
.sch-item .sch-item-block.sch-item-up-right span.tp-price {
  font-size: 1.4em;
  font-weight: 900;
}
.sch-item .sch-item-block.sch-item-up-right span.tp-remove {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.sch-item .sch-item-block.sch-item-up-right span.tp-remove:hover {
  color: red;
}
.sch-item .sch-item-down {
  padding: 0 0 10px 0;
  margin-top: 10px;
  font-size: 0.7em;
}
.sch-item .sch-item-down i {
  position: relative;
  font-size: 12px;
}
.sch-item .sch-item-down .if-message {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #777;
}
.sch-item .sch-item-down .if-left {
  float: left;
  color: #ccc;
  font-size: 115%;
  text-transform: uppercase;
}
.sch-item .sch-item-down .if-right {
  float: right;
  color: #ccc;
  padding-top: 2px;
  text-transform: uppercase;
}
.sch-item .sch-item-down .if-status {
  font-weight: 900;
  color: #333;
}

.sch-item .sch-product-other {
  padding: 0 0 10px 50px;
  position: relative;
}
.sch-item .sch-product-other ul li {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
}
.sch-item .sch-product-other ul li i.i-down-right-arrow {
  display: block;
  position: absolute;
  left: -30px;
  font-size: 12px;
  top: 50%;
  margin-top: -6px;
  color: #999;
}
.sch-item .sch-product-other ul li img {
  width: 100%;
  max-width: 48px;
  display: block;
  float: left;
  margin-right: 15px;
}
.sch-item .sch-product-other ul li span {
  display: block;
}
.sch-item .sch-product-other ul li span.sch-product-name-other {
  font-size: 0.85em;
  color:#000;
}
.sch-item .sch-product-other ul li span.sch-number-code-od {
  color: #888;
  font-size: 0.7em;
}

.sch-total {
  margin: 20px 0 20px;
  position: relative;
}
.sch-total .copy-block {
  float: left;
  margin-top: 60px;
}
.sch-total .copy-block p {
  font-size: 0.7em;
  color: #666;
  max-width: 320px;
  line-height: 1.55;
  display: block;
}
.sch-total .copy-block p a:link, .sch-total .copy-block p a:visited {
  color: #666;
}
.sch-total .copy-block p a:hover, .sch-total .copy-block p a:focus {
  color: #333;
}
.sch-total .copy-block p.customer-care {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.sch-total .sch-total-detail {
  float: right;
}
.sch-total .sch-total-detail ul li {
  margin-bottom: 10px;
  font-size: 0.9em;
  text-align: right;
}
.sch-total .sch-total-detail ul li span {
  display: inline-block;
}
.sch-total .sch-total-detail ul li span.sb-label {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sch-total .sch-total-detail ul li span.sb-value {
  font-size: 1.1em;
  width: 120px;
  color:#000;
}
.sch-total .sch-total-detail ul li.tax .tax-edit {
  color: #223840;
  font-size: 0.8em;
  font-weight: 900;
  text-transform: capitalize;
  cursor: pointer;
}
.sch-total .sch-total-detail ul li.tax .tax-edit i {
  position: relative;
  top: 1px;
  left: -3px;
}
.sch-total .sch-total-detail ul li.tax .tax-edit.te-open i:before {
  content: "";
}
.sch-total .sch-total-detail ul li.tax-calculate {
  padding: 10px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.05);
  display: none;
}
.sch-total .sch-total-detail ul li.tax-calculate input {
  font-size: 16px;
  width: 148px;
  padding: 7px;
  margin-right: 5px;
  vertical-align: top;
  color: #777;
}
.sch-total .sch-total-detail ul li.tax-calculate .btn {
  padding: 10px 8px;
  font-size: 0.8em;
}
.sch-total .sch-total-detail ul li.sch-full-total {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 900;
}

.sch-button-out {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}
.sch-button-out .sch-cont-shopping {
  float: left;
  font-size: 0.8em;
  padding-top: 10px;
  cursor: pointer;
  color: #000;
}
.sch-button-out .sch-cont-shopping i {
  position: relative;
  top: 0px;
  margin-right: 6px;
  font-size: 75%;
}
.sch-button-out .btn {
  float: right;
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .sch-item-up {
    position: relative;
  }

  .sch-item .sch-item-block.sch-item-up-left {
    width: 70%;
  }

  .sch-item .sch-item-block.sch-item-up-center {
    width: 30%;
    text-align: right;
  }

  .sch-item .sch-item-block.sch-item-up-right {
    width: auto;
    text-align: right;
    padding-top: 0;
    position: absolute;
    top: 50px;
    right: 0;
  }

  .sch-total .copy-block {
    float: right;
    margin-top: 0;
    text-align: right;
    padding: 12px;
    background: rgba(0, 0, 0, 0.035);
  }

  .sch-total .sch-total-detail {
    float: none;
    width: 100%;
    margin-top: 0;
  }

}
@media only screen and (max-width: 630px) {
	.sch-content-detail-header strong {
  font-size: 20px;
  position: relative;
  font-weight: 400;
  color: #000;
  line-height: 1;
  width: 100%;
  margin-bottom: 60px;
  display: inline-block;
}
.sch-content-detail-header .btn {
  position: absolute;
  bottom: 15px;
  right: auto;
  left: 0;
}
  .sch-item .sch-item-block.sch-item-up-left {
    float: left;
    width: 100%;
  }

.sch-item .sch-item-block.sch-item-up-center {
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

.sch-item .sch-item-block.sch-item-up-right {
  float: left;
  width: auto;
  position: relative;
  top: 13px;
  right: 0;
  border-left: 1px solid #ccc;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

  .sch-item .sch-product-other {
    display: none;
  }

.sch-item .sch-item-block.sch-item-up-left img.sch-product-img {
  width: 100%;
  margin-bottom: 20px;
}

}