/* BEGIN b-slide-1 */
.b-slide-1 .b_thumb {
    margin-bottom: 5px;
}
.b-slide-1 .b_thumb img {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.b-slide-1 .b_thumb .arrows {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 2.143em;
    height: 2.143em;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-slide-1 .b_thumb .arrows::before {
    content: '';
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-slide-1 .b_thumb .arrows:hover {
    color: #05a;
    box-shadow: 0 2px 2px 0 rgba(0, 85, 170, 0.14), 0 3px 1px -2px rgba(0, 85, 170, 0.2), 0 1px 5px 0 rgba(0, 85, 170, 0.12);
}
.b-slide-1 .b_thumb .prev {
    left: 5px;
}
.b-slide-1 .b_thumb .prev::before {
    content: "\f053";
}
.b-slide-1 .b_thumb .next {
    right: 5px;
}
.b-slide-1 .b_thumb .next::before {
    content: '\f054';
}
.b-slide-1 .b_thumb:hover .arrows {
    background-color: rgba(0, 85, 170, 0.3);
}
.b-slide-1 .b_nav {
    position: relative;
    width: 100%;
}
.b-slide-1 .b_nav>ul {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.b-slide-1 .b_nav>ul li {
    float: left;
    width: calc(100% / 3);
    border: 0px solid transparent;
    position: relative;
    overflow: hidden;
}
.b-slide-1 .b_nav>ul li:nth-child(n+5) {
    visibility: hidden;
}
.b-slide-1 .b_nav>ul li::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.b-slide-1 .b_nav>ul li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.b-slide-1 .b_nav>ul li>a>img {
    width: 100%;
}
.b-slide-1 .b_nav>ul li>a:not(.is-active)::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.51);
    position: absolute;
    top: 0;
    left: 0;
}
.b-slide-1 .fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* END b-slide-1 */
/* BEGIN c-button-4 */
.c-button-4 {
    width: 49%;
    display: inline-block;
    font-size: 14px;
    line-height: 2.429em;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #ec232b;
    margin-top: 20px;
    border-radius: inherit;
}
.c-btn--primary{
    background: #0955a0;
}
.c-button-4 span {
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.c-button-4 span.fa::before {
    font-size: 0.929em;
    color: inherit;
}
.c-button-4:hover span {
    left: 5px;
}

/* END c-button-4 */
/* BEGIN p-detail-1 */
.p-detail-1 {
    margin-top: 30px;
}
.p-detail-1 .p_box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.p-detail-1 .p_box.p_other {
    padding: 25px 25px 0;
}
.p-detail-1 .p_content .title {
    font-size: 25px;
    line-height: 1.2em;
    margin: 0.4em 0 0.6em 0;
}
.p-detail-1 .p_content .price {
    letter-spacing: 0.5px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.p-detail-1 .p_content .price .discount {
    font-size: 25px;
    font-weight: bold;
    margin-right: 15px;
    color: #ec232b;
}
.p-detail-1 .p_content .price .market {
    color: #909090;
    text-decoration: line-through;
}
.p-detail-1 .p_content .info li {
    line-height: 25px;
    margin-bottom: 5px;
}
.p-detail-1 .p_content .info li>span {
    color: #111;
}
.p-detail-1 .p_content .info li>span:first-child {
    display: inline-block;
    width: 105px;
    opacity: 0.7;
}
.p-detail-1 .p_content .quality {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.p-detail-1 .p_content .quality>div {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 13px;
}
.p-detail-1 .p_content .quality>div span {
    float: left;
    color: #bbb;
    cursor: pointer;
    text-align: center;
    font-size: 0.858em;
    width: 2.5em;
    height: 2.3em;
    line-height: 2.3em;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.p-detail-1 .p_content .quality>div input {
    float: left;
    font-weight: bold;
    text-align: center;
    min-width: 2.143em;
    width: 2em;
    height: 1.8em;
    margin: 0 10px;
    border: navajowhite;
}
.p-detail-1 .p_content .quality>div input:focus {
    outline: none;
}
.p-detail-1 .p_content .desc {
    color: #444;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 300;
}
.p-detail-1 .p_content .button {
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-right: 20px;
}
.p-detail-1 .p_content .button img {
    height: 35px;
}
.p-detail-1 .p_content .button span:last-child {
    margin-left: 5px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    animation: change-color 1s ease infinite;
}
.p-detail-1 .p_content .button:hover span:last-child {
    color: #f89621;
}
.p-detail-1 .p_content .gift {
    font-size: 13px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 25px;
}
.p-detail-1 .p_content .gift label {
    display: inline-block;
    color: #0955a0;
    font-weight: bold;
    margin-bottom: 5px;
}
.p-detail-1 .p_content .gift label::before {
    content: "\f06b";
    font-family: FontAwesome;
    margin-right: 3px;
}
.p-detail-1 .p_content .gift li {
    margin-bottom: 10px;
    font-weight: 300;
}
.p-detail-1 .p_content .gift li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #0955a0;
    margin-right: 3px;
}
.p-detail-1 .p_detail {
    padding: 30px 50px;
}
.p-detail-1 .p_social {
    text-align: right;
    line-height: 0;
    margin-bottom: 15px;
}
.p-detail-1 .p_social::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    background-color: #ddd;
    margin-right: 20px;
}

/* END p-detail-1 */
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #888;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
    color: #0955a0;
}

/* END s-breadcrumb-1 */
@keyframes change-color {
    0% {
        color: #000;
    }
    100% {
        color: #ec232b;
    }
}

.p-slide-7 {
    position: relative;
    overflow: hidden;
}
.p-slide-7 .slider-nav {
    background-color: #fff;
    margin: 0px 45px;
}
.p-slide-7 .slider-nav .slick-track.transform-none {
    -webkit-transform: none !important;
    transform: none !important;
}
.p-slide-7 .slider-nav .slick-arrow {
    font-size: 7px;
}
.p-slide-7 .slider-nav .item {
    cursor: pointer;
    line-height: 1.2;
    margin: 2px;
    transition: all .4s ease;
    border-top: 5px solid transparent;
    position: relative;
}
.p-slide-7 .slider-nav .item:after {
    content: '' !important;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
}
.p-slide-7 .slider-nav .item.item--video {
    position: relative;
}
.p-slide-7 .slider-nav .item button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.p-slide-7 .slider-nav .item:hover::after, .p-slide-7 .slider-nav .item.slick-current::after {
    background: transparent;
}
.p-slide-7 .b-sslide-ratio .slick-list::before {
    padding-bottom: 88%;
}
.p-slide-7 .slider-for {
    border-bottom: 1px solid #d8d8d8;
}
.p-slide-7 .slider-for .item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.p-slide-7 .slider-for .item .item-title {
    font-size: 16px;
    padding: 10px 0;
    color: #f58634;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.p-slide-7 .slider-nav .item .item-title {
    font-size: 14px;
    margin-top: 8px;
    transition: all .4s ease;
}
.p-slide-7 .slider-nav .item:hover .item-title, .p-slide-7 .slider-nav .item.slick-current .item-title {
    color: #f58634;
}
.p-slide-7 .slider-nav .slick-prev, .p-slide-7 .slider-nav .slick-next {
    font-size: 12px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #754f1e;
    border-radius: 50%;
    box-shadow: none;
}
.p-slide-7 .slider-nav .slick-prev:hover, .p-slide-7 .slider-nav .slick-next:hover {
    background-color: #754f1e;
}
.p-slide-7 .slider-nav .slick-next {
    right: -45px;
}
.p-slide-7 .slider-nav .slick-prev {
    left: -45px;
}
.p-slide-7 [class*="b-sslide-"] .slider-nav .slick-next::before {
    content: '\f054';
    color: #432e2e;
    font-size: 13px;
}
.p-slide-7 [class*="b-sslide-"] .slider-nav .slick-arrow:hover:before {
    color: #fff;
}
.p-slide-7 [class*="b-sslide-"] .slider-nav .slick-prev::before {
    content: "\f053";
    color: #432e2e;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
}
@media screen and (max-width: 1259px) {
    .p-detail-1 .p_content .title {
        font-size: 20px;
        margin-top: 15px;
    }
    .p-detail-1 .p_detail {
        padding: 15px;
    }
    .p-detail-1 .p_content .align-items {
        display: block;
    }
    .c-button-4 {
        width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px) {
    .zoomContainer {
        display: none;
    }
    .p-detail-1 .p_box.p_other {
        padding: 15px 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .desktop {
        display: none;
    }
    .mobile .slick-slider .item {
        margin: 2px 7px;
        height: auto;
    }
}


/* Style chung S-CART */
[class*="s-cart-"] .s_table {
  font-size: 14px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
[class*="s-cart-"] .s_table tr td {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0.215em 0.5em 0.215em;
}
[class*="s-cart-"] .s_table tr td:first-child {
  padding-left: 0;
}
[class*="s-cart-"] .s_table tr td:last-child {
  padding-right: 0;
}
[class*="s-cart-"] .s_table tr:last-child td {
  border: none;
}

/* BEGIN s-cart-1 */
.s-cart-1 table {
  text-align: center;
}
.s-cart-1 .td-image {
  width: 60px;
  line-height: 0;
}
.s-cart-1 .td-quantity {
  width: 85px;
  font-size: 12px;
}
.s-cart-1 .td-quantity span {
  display: block;
  color: #fff;
  cursor: pointer;
  min-width: 1.667em;
  width: 1.667em;
  height: 1.667em;
  line-height: 1.667em;
  margin: 0 auto;
  text-align: center;
  background-color: #05a;
}
.s-cart-1 .td-quantity input {
  display: block;
  text-align: center;
  border: 1px solid #05a;
  margin: 0 auto;
  font-weight: bold;
  min-width: 1.667em;
  width: 1.667em;
  height: 1.667em;
}
.s-cart-1 .td-quantity input:focus {
  outline: none;
}
.s-cart-1 .td-price, .s-cart-1 .td-sum, .s-cart-1 .td-total {
  width: 100px;
}
.s-cart-1 .td-remove {
  width: 20px;
}
.s-cart-1 .td-remove i {
  width: auto !important;
  cursor: pointer;
  color: #f60;
}
@media (max-width: 575px) {
  .s-cart-1 {
    font-size: 90%;
}
.s-cart-1 .td-image {
    display: none;
}
.s-cart-1 .td-name {
    width: 100%;
}
}

/* END s-cart-1 */
/* BEGIN s-form-3 */
.s-form-3 .c-modal-box {
  max-width: 800px;
}
.s-form-3 .form-group {
  margin-bottom: 10px;
}

/* END s-form-3 */
.p-detail-1 .size {
    margin-bottom: 15px;
}
.p-detail-1 .size h3{
    margin-bottom: 15px;
}
.p-detail-1 .size_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-detail-1 .size_list>li a:hover{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.p-detail-1 .size_list>li.is-selected a{
    background-color: #c4d5f3;
    color: #000000;
}
.p-detail-1 .size_list>li a {
    display: inline-block;
    height: 30px;
    line-height: 17px;
    text-align: center;
    border: 2px solid #ddd;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    background-color: #fff;
    color: #000;
}