/* roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("template/mobile/images/Roboto-Light.ttf") format('truetype');
  
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src:  url("template/mobile/images/fonts/Roboto-Regular.ttf") format('truetype');  
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src:  url("template/mobile/images/Roboto-Italic.ttf") format('truetype');  
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("template/mobile/images/Roboto-Bold.ttf") format('truetype');
  
}
*,
*:before, *:after  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  color: #000;
  font-family: 'Roboto', Helvetica, Arial,sans-senif;
  line-height: 18px;
  font-size: 12px;
  background-color: #f7f7f7;
}
html {
  font-size: 100%;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {display: block;}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {display: none;height: 0;}
[hidden],
template {display: none;}
a {background-color: transparent;color: #333;text-decoration: none;}
a:active,
a:hover {outline: 0; text-decoration: none;}
abbr[title] {border-bottom: 1px dotted;}
b,
strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0; max-width: 100%;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
ol,ul{list-style: none;}
pre { overflow: auto;}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {overflow: visible;}
button,
select {text-transform: none;}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {line-height: normal;}
input:focus{outline: 0; border: 0;}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,
th {padding: 0;border-left: 1px solid #e7e7e7;}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  color: #000000;
  fill: currentColor;
  width: 20px;
  height: 20px;
}
.transit{
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.fl{float: left;}
.fr{float: right;}
.display-n{display: none;}
.a-center{text-align: center;}
.a-left{text-align: left;}
.a-right{text-align: right;}
.cls:after,.cls:before {
     content:"";
     display: table;
}
.cls:after{clear: both;}

/* vertical scrollbar */
.mCSB_container {
    width: auto;
    margin-right: 0;
    overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar { margin-right: 0; }
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar { margin-right: 30px; }
.mCustomScrollBox>.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: -13px    ;
}
.box-360 .mCustomScrollBox>.mCSB_scrollTools{right:0;}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.box-360 .mCSB_scrollTools .mCSB_draggerContainer{bottom:15px;top:15px;}
.mCSB_scrollTools a+.mCSB_draggerContainer { margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar { margin-bottom: 0; }
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer { margin: 0 20px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}
.mCustomScrollBox {
    -ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/
    overflow: inherit !important;
 }
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"; /* old ie */
}
#shoppingcartmodal .mCustomScrollBox>.mCSB_scrollTools{
  opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.6);
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.7);
    filter: "alpha(opacity=70)";
    -ms-filter: "alpha(opacity=70)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0;/*
    sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px;/*
    sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px;/*
    sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px;/*
    sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.mCustomScrollBox.mCS-light:hover .mCSB_scrollTools {
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dots{position: absolute; bottom: 5px; }
.owl-carousel .owl-controls .owl-dot{
    display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
    opacity: 0.5;
  border-radius: 100%;
    background: #999;
    font-size: 0;   
    cursor: pointer;
}
.owl-carousel .owl-controls .owl-dot.active,
.owl-carousel .owl-controls .owl-dot:hover{opacity: 1; background-color: #e5101d;}
.owl-carousel.owl-loaded {display: block;}
.owl-carousel.owl-loading {opacity: 0;  display: block;}
.owl-carousel.owl-hidden {  opacity: 0;}
.owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  background: #fff;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {  float: right;}


/* TOOL TIP */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {opacity: 1;}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    visibility: visible;
}
/*.tooltip.in {opacity: 0.8;filter: alpha(opacity=80);}*/
.tooltip.top {margin-top: -3px;}
.tooltip.right { margin-left: 3px;}
.tooltip.bottom {margin-top: 3px;}
.tooltip.left {margin-left: -3px;}
.tooltip-inner {
    padding: 4px 8px;
    text-align: left;
    text-decoration: none;
    background-color: #090;
    border-radius: 3px;
    line-height: 18px;
    border: 1px solid #090;
    color:#FFF;
    max-width: 300px;
    min-width: 150px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid  ;
    border-color:transparent;
    }
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #090;
    border-width: 5px 5px 0;
}
.service .tooltip.top .tooltip-arrow{opacity: 0;}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #090;
    border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #090;
    border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #090;
    border-width: 0 5px 5px;
}
/*end tooltip*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000000;
}
.modal-backdrop.fade {opacity: 0;}
.modal-backdrop, .modal-backdrop.fade.in {opacity: 0.6;}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1010;
    width: 600px;
    margin-left: -300px;
    background-color: #ffffff;
    border: 5px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
}
.modal.fade {
    top: -150%;
    z-index:-1;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {top: 10%;z-index: 100}
.modal-header {
    border-bottom: 1px solid #eee;
    position: relative;
  background: #fff;
    font-size:15px;
    color:#333;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
}
.modal-header .caption {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
}
.modal-header .close {
    border: 1px solid #e5101d;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 18px;
    text-align: center;
    width: 24px;
    color: #e5101d;
    margin-top: 8px;
    background: none;
    border-radius: 2px;
    float: right;
}
.modal-body {
    background-color: #f2f2f2;
    /*max-height: 500px;*/
    overflow-y: auto;
}
.modal-form {margin-bottom: 0;}
.modal-footer {
    line-height: 18px;
    padding: 10px 15px;
    margin-bottom: 0;
    text-align: center;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    clear: both;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}
.modal-footer:after {clear: both;}

/* icon */
[class^="icon-"]:hover,
[class*=" icon-"]:hover,
.icon:hover,
 [class^="icon-"]:active,
[class*=" icon-"]:active,
.icon:active,{fill: #e5101d;}
/* end icon */
iframe{border:none;overflow:hidden;}
.m-t-10{margin-top: 10px;}
.m-l-10{margin-left: 10px;}
.m-t-login{margin-top: 0 !important;}
.m-t-14{margin-top: 14px;}
.m-t-17{margin-top: 17px;}
.tool-tip{cursor: help;}
.none{display: none !important;}
.display_n{display: none;}
.w-100{width: 100px;}
.w-80{width: 80px;}
.w-60{width: 60px;}
.w-40{width: 40px;}
.w-20{width: 20px;}
.w_100p{width: 100%;}
.ajax-load-qa,
.ajax-load-notifym,
.ajax-load-qa-1{
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
  height: 100%;
    display: none;
}
.ajax-load-notify:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 34px; height: 34px;
  left: 50%; top: 50%; margin-left: -17px; margin-top: -17px;
  background: url("//static.scdn.vn/images/ecom/loading.svg") no-repeat center center;
  background-size: cover;
  -webkit-animation: spin 1s ease-out infinite;
  -moz-animation: spin 1s ease-out infinite;
  -ms-animation: spin 1s ease-out infinite;
  animation: spin 1s ease-out infinite;
}
.ajax-load-qa.show,
.ajax-load-notify.show{display: inline-block;}
.ajax-load-notify{display: block;}
.img-ajax-loader,
.ajax-load-dev{display: block; padding: 40px; text-align: center;}
.unselect {
  -moz-user-select: none;
  -webkit-user-select: none.box-ic-star  -ms-user-select: none;
}
/* rating  */
.box-ic-star{
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat 0 -430px;
    height: 14px;
    display: inline-block;
}
.product_in_order .out-stock{
      line-height: 18px;
    padding-top: 8px;
    font-size: 13px;
    color: #c00;
}
.img-ajax-loader,
.ajax-load-dev{display: block; padding: 40px; text-align: center;}
/* style for shop */
#top-head{
    height: 44px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    width: 100%;
 
    *position: relative;
    z-index: 9999;
    /* box-shadow: 0px 1px 5px rgba(153, 153, 153, 0.5); */
}
#top-head.scrolling{position: fixed;top:0;}
#top-head .top-head-cont{width: 1212px;margin: 0 auto;}
#top-head .logo{    float: left;
    width: 140px;
    position: relative;
    top: 6px;}
#top-head .category{width: 44px;float: left; margin-right: 20px;}
#header .h-right{
  position: relative;
  float: right;
  z-index: 3;
  margin-left: 50px;
}
#header .h-left{
  position: relative;
  width: 220px;
  float: left;
  z-index: 3;
}
#header .h-middle {
    position: relative;
    width: auto;
    z-index: 2;
    margin-left: 230px;
    padding-top: 5px;
}
/* category  */
.block-nav-main{
      position: relative;
    z-index: 10;
    top: 0;
    height: 44px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.block-nav-main:hover{background-color: #fff; border-color: #C9141B; }
.block-nav-main:hover .categories-main .categories-list-box{display: block; box-shadow: 0 1px 4px #ccc;}
.categories-main .categories-list-box {
        width: 220px;
    position: absolute;
    left: -1px;
    top: 42px;
    border: 1px solid #C9141B;
    display: none;
}
.categories-main .categories-content-title{
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.categories-main .categories-content-title .icon{
        color: #c9141b;
    width: 34px;
    height: 40px;
    fill: #c9141b;
}
.categories-main .categories-content-title .text{display: none;}
.block-nav-main .channel-entrance,
.block-nav-main .launch-app{display: none;}

.nav-main > .menuItem{    
    border: 1px solid #eaeaea;
    border-top-color: transparent;
    border-left: 2px solid transparent;
    border-right: none;
    background-color: #fff;
}
.nav-main > .menuItem .menuItem-box{position: relative;padding: 0 5px;}
.nav-main > .menuItem .menuItem-box .icon{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
}
.nav-main > li.phone { border-top: 0; }
.nav-main > li:last-child{border-bottom: none;}
.nav-main .menuItem-box:before{
   content: '';
    background-color: #fff;
    width: 4px;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    z-index: 4;
    display: none;
}
.nav-main > li.women:before { }
.nav-main > li.women .sub-cate { top: -1px; }
.nav-main .menuItem-box .icon-a_next{
       position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    fill: #666;
    width: 10px;
    height: 12px;
}
.nav-main .menuItem:hover{border-color: #C9141B;}
.nav-main .menuItem:hover .menuItem-box:before{display: block;}
.nav-main.for-home{display: block;height: 486px;overflow-y:hidden;}
.nav-main.for-home:hover{height: auto;overflow-y:visible;}
.nav-main .menuItem-box strong > a{
    display: block;
    padding-left: 28px;
    line-height:36px;
    font-size: 14px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 195px;
    overflow: hidden;
    padding-bottom:2px;
    color: #505050;
    font-weight: normal;
}

.nav-main > li.camera-photo a .new, .nav-main > li.medical  .new ,.nav-main > li.oto-moto a span.new{
  display: inline-block;
  background-color: #ee4054;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  line-height: 10px;
  font-size: 11px;
  font-weight: 300;
  margin-left: 0px;
}
.nav-main > li.oto-moto a span.new{
  margin-left: 5px;
}
.nav-main > li.medical .new-2{
    float: right !important;
    color: #fff !important;
    line-height: 10px !important;
    padding: 2px 5px;
    margin-top: 10px !important;
    margin-right: 15px !important;
}
/* hover border */
.nav-main > li.active{border-color: #bdbdbd;}
.nav-main > li.women.active{border-left-color: #f14976;}
.nav-main > li.men.active{border-left-color: #31447b;}
.nav-main > li.baby.active{border-left-color: #f46b1d;}
.nav-main > li.beauty.active{border-left-color: #ff74bf;}
.nav-main > li.tech.active{border-left-color: #0196ff;}
.nav-main > li.tech_new.active{border-left-color: #ee4054;}
.nav-main > li.sport.active{border-left-color: #1aa53b;}
.nav-main > li.decor.active{border-left-color: #b16f2d;}
.nav-main > li.electric.active{border-left-color: #009893;}
.nav-main > li.life.active{border-left-color: #8fb9d1;}
.nav-main > li.food.active{border-left-color: #1aa53b;}
.nav-main > li.watches.active{border-left-color: #666666;}
.nav-main > li.plaything.active{border-left-color: #f46b1d;}
.nav-main > li.shoesbag.active{border-left-color: #F3B516;}
.nav-main > li.tivi.active{border-left-color: #1c2278;}
.nav-main > li.oto.active{border-left-color: #0196ff;}
.nav-main > li.tivi-photo-game.active{border-left-color: #1a237e;}
.nav-main > li.acc-tech.active{border-left-color: #0197ff;}
.nav-main > li.oto-moto.active{border-left-color: #005b9f;}

/* hover arrow */
.nav-main > li.women.active:after{color:#f14976; }
.nav-main > li.men.active:after{color:#31447b; }
.nav-main > li.baby.active:after{color:#f46b1d; }
.nav-main > li.tech.active:after{color:#1aa53b;}
.nav-main > li.decor.active:after{color:#b16f2d;}
.nav-main > li.life.active:after{color:#8fb9d1;}
.nav-main > li.watches.active:after{color: #666;}
.nav-main > li.plaything.active:after{color: #f46b1d;}
.nav-main > li.phone.active:after{color: #666;}
.nav-main > li.computer.active:after{color: #666;}
.nav-main > li.tivi.active:after{color:#1c2278;}
.nav-main > li.camera.active:after{color: #666;}
.nav-main > li.photo.active:after{color: #666;}
.nav-main > li.electric.active:after{color: #666;}
.nav-main > li.electric2.active:after{color: #666;}
.nav-main > li.beauty.active:after{color:#666; }
.nav-main > li.medical.active:after{color:#666; }
.nav-main > li.oto.active:after{color:#1aa53b;}
.nav-main > li.food.active:after{color: #1aa53b;}
.nav-main > li.sport.active:after{color:#1aa53b;}
.nav-main > li.acc-tech.active:after{color:#0197ff;}
.nav-main > li.oto-moto.active:after{color:#005b9f;}
/*hover a*/
.nav-main > li.women.active:hover strong > a, .nav-main > li.women .guide > a:hover { color: #f14976; }
.nav-main > li.men.active:hover strong > a, .nav-main > li.men .guide > a:hover { color: #31447b; }
.nav-main > li.tech.active:hover strong > a, .nav-main > li.tech .guide > a:hover { color: #0196ff; }
.nav-main > li.tech_new.active:hover strong > a, .nav-main > li.tech_new .guide > a:hover { color: #ee4054; }
/*.nav-main > li.sport.active:hover strong > a, .nav-main > li.sport .guide > a:hover { color: #1aa53b; }*/
.nav-main > li.camera-photo.active:hover strong > a, .nav-main > li.camera-photo .guide > a:hover { color: #1a237e; }
.nav-main > li.decor.active:hover strong > a, .nav-main > li.decor > .guide > a:hover { color: #b16f2d; }
.nav-main > li.oto.active:hover strong > a, .nav-main > li.oto .guide > a:hover { color: #0196ff; }
.nav-main > li.shoesbag.active strong > a:hover, .nav-main > li.shoesbag .guide > a:hover { color: #F3B516; }
.nav-main > li.watch-access.active strong > a:hover, .nav-main > li.watch-access .guide > a:hover { color: #000; }
.nav-main > li.baby.active strong > a:hover, .nav-main > li.plaything .guide > a:hover { color: #f46b1d; }
.nav-main > li.computer.active strong > a:hover, .nav-main > li.phone .guide > a:hover { color: #C9141B; }
.nav-main > li.tivi.active:hover strong > a, .nav-main > li.tivi .guide > a:hover { color: #1c2278; }
.nav-main > li.electric.active strong > a:hover, .nav-main > li.electric2 .guide > a:hover { color: #009794; }
.nav-main > li.sport.active strong > a:hover, .nav-main > li.food .guide > a:hover { color: #1aa53b; }
.nav-main > li.beauty.active strong > a:hover, .nav-main > li.medical .guide > a:hover { color: #e877ad; }
.nav-main > li.life.active strong > a:hover, .nav-main > li.life > .guide > a:hover { color: #8fb9d1; }
.nav-main > li.tivi-photo-game.active strong > a:hover, .nav-main > li.tivi-photo-game .guide > a:hover { color: #1a237e; }
.nav-main > li.oto-moto.active strong > a:hover, .nav-main > li.oto-moto .guide > a:hover { color: #005b9f; }
.nav-main .menuItem-box > .guide{    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
    cursor: pointer;   
  padding-left: 30px;
}
.nav-main .menuItem-box > .guide a {
  font-weight: normal;
  display: inline-block;
  font-size: 11px;
    color: #666;
    line-height: 20px;
     font-weight: normal;
}
.nav-main .menuItem-box > .guide a:hover{text-decoration: underline;}
.nav-main .menuItem-box.xt{
    background-color: #f1f1f1;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    line-height:11px;
    display: none;
    padding: 1px 0;
}
.nav-main.for-home .menuItem-box.xt{display: block;}
.nav-main.for-home:hover .menuItem-box.xt{display: none;}
.nav-main .menuItem-box.xt:before {
  width: 0;
  height: 0;
  display: none;
}
.nav-main .menuItem-box.xt:after{
    content: "\f103";
    top: -2px;
    right: 110px;
    font-size: 20px;
}

/*shoesbag*/
.nav-main .double-link .menuItem-box strong > a{width: auto;float: left;}
.nav-main .double-link .menuItem-box strong > a.link-2,.nav-main .three-link .menuItem-box strong > a.link-3{padding-left: 0;}
.nav-main .double-link .menuItem-box > strong{overflow: hidden;display: block;}
.nav-main .double-link .menuItem-box > strong span{
  float: left;
  line-height: 36px;
  margin: 0 5px;
  color: #666;
}
.sub-cate.men .sub-cate-inner > ul,.sub-cate.phone .sub-cate-inner > ul{min-height: 132px;}
.sub-cate.electric .sub-cate-inner > ul{min-height: 165px;}
.shoesbag .sub-cate .sub-cate-inner > ul{min-height: inherit;}
.shoesbag .sub-cate .sub-cate-inner > ul.m-t-10{margin-top:10px;}
.nav-main > li.shoesbag strong > a:hover, .nav-main > li.shoesbag .guide > a:hover { color: #F3B516; }
.nav-main > li.watch-access strong > a:hover, .nav-main > li.watch-access .guide > a:hover { color: #666; }

/* sub-cate */
.sub-cate{
  background-color: transparent;
  position: absolute;
  top: -1px;
  left: 218px;
  z-index: 3;
  display: none;
}
.sub-cate.show-cate{display: block;}
.sub-cate .sub-cate-inner{
  width: 720px;
  background-color: #fff;
  border: 1px solid #C9141B;
  height: 520px;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.sub-cate .sub-cate-inner > ul {
  float: left;
  width: 28%;
  min-height: 120px;
      position: relative;
    z-index: 1;
}
.sub-cate.beauty .sub-cate-inner > ul,.sub-cate.baby .sub-cate-inner > ul,.sub-cate.life .sub-cate-inner > ul{min-height: 90px; margin-bottom: 10px;}
.sub-cate.decor .sub-cate-inner > ul,
/*.sub-cate.electric .sub-cate-inner > ul{width: 50%; }*/
.sub-cate.decor .sub-cate-inner > ul{min-height: 80px;}
.sub-cate.sport .sub-cate-inner ul{min-height: 100px;}
.sub-cate.men .sub-cate-inner ul,.sub-cate.food .sub-cate-inner > ul{margin-bottom: 10px;}
.sub-cate.tech .sub-cate-inner ul.end{min-height: 88px;}
.sub-cate .sub-cate-inner ul.no-child{min-height: 22px;}
.sub-cate .sub-cate-inner ul > li{}
.sub-cate .sub-cate-inner ul > li a {
    display: block;
    line-height: 22px;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    overflow: hidden;
}
.sub-cate .sub-cate-inner ul > li a.title{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
}
.sub-cate .sub-cate-inner ul > li a.no-link{ cursor: default; text-decoration: none !important; pointer-events: none; color: #333}
.sub-cate .sub-cate-inner ul > li a:hover{text-decoration: underline;}
.sub-cate.women .sub-cate-inner ul > li a:hover{color: #f14976;}
.sub-cate.men .sub-cate-inner ul > li a:hover{color: #31447b;}
.sub-cate.baby .sub-cate-inner ul > li a:hover{color: #ff6600;}
.sub-cate.beauty .sub-cate-inner ul > li a:hover{color: #ff74bf;}
.sub-cate.tech .sub-cate-inner ul > li a:hover{color: #0196ff;}
.sub-cate.tech_new .sub-cate-inner ul > li a:hover{color: #ee4054;}
.sub-cate.sport .sub-cate-inner ul > li a:hover{color: #1aa53b;}
.sub-cate.decor .sub-cate-inner ul > li a:hover{color: #b16f2d;}
.sub-cate.electric .sub-cate-inner ul > li a:hover{color: #009893;}
.sub-cate.life .sub-cate-inner ul > li a:hover{color: #8fb9d1;}
.sub-cate.food .sub-cate-inner ul > li a:hover{color: #1aa53b;}
.sub-cate.oto .sub-cate-inner ul > li a:hover{color: #0196ff;}
.sub-cate.phone .sub-cate-inner ul > li a:hover{color: #C9141B;}
.sub-cate.watches .sub-cate-inner ul > li a:hover{color: #666;}
.sub-cate.plaything .sub-cate-inner ul > li a:hover{color: #45C2C7;}
.sub-cate.shoesbag .sub-cate-inner ul > li a:hover{color: #F3B516;}
.sub-cate.camera-photo .sub-cate-inner ul > li a:hover{color: #1a237e;}
.sub-cate.tivi .sub-cate-inner ul > li a:hover{color: #1c2278;}
.sub-cate.acc-tech .sub-cate-inner ul > li a:hover{color: #0197ff;}
.sub-cate.oto-moto .sub-cate-inner ul > li a:hover{color: #005b9f;}
/*box-links*/
.sub-cate.tech  .box-feature{padding-top:12px;}
.sub-cate .sub-cate-inner ul > li .box-links a{
  width: 50%;
  float:left;
  line-height: 24px;
}
.sub-cate.tech .sub-cate-inner ul > li a.title{
  padding-left: 0;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.sub-cate.tech .sub-cate-inner ul.mtxt  > li a.title{padding-left:40px;}
.sub-cate.tech .sub-cate-inner ul.tbm  > li a.title{padding-left:35px;}
.nav-main-box .sport .ic-new{right: 18px;}
.nav-main-box .decor .ic-new{right: 15px;}
/* feature cate */
.sub-cate .box-feature {
  clear: both;
  padding-top: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
}
.sub-cate .box-feature a{
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 15px;
    margin-left: 5px;
    position: relative;
    
}
.sub-cate .box-feature a:hover{box-shadow: 0 1px 6px #999;}
.sub-cate .box-feature a img{}
.sub-cate .box-feature a:hover img{}
.sub-cate .box-feature a span{
        display: block;
    background-color: rgba(204, 204, 204, 0.7);
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 0;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 11px;
}
.sub-cate .box-feature a:hover span{background-color: rgb(192, 210, 232);}
/* img cate */
.sub-cate .img-cate{
    position: absolute;
    right: -50px;
    bottom: 0;
    clear: both;
    display: block;
}
.sub-cate .img-cate img{display: block;}
/*sub-cate decor*/
.sub-cate.decor .block-sub-cate{
    width: 28%;
    float:left;
}
.sub-cate.decor .block-sub-cate a.catelv1{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 5px;
}
.sub-cate.decor .block-sub-cate a.catelv1:hover, .block-sub-cate .sub-cate-lv2 a:hover {
    color: #b16f2d;
    text-decoration: underline;
}
.block-sub-cate .sub-cate-lv2{margin: 5px 0 0 10px;}
.block-sub-cate .sub-cate-lv2 a{
    display: block;
    line-height: 22px;
    font-weight: normal;
}
.block-sub-cate .sub-cate-lv2 li:first-child a{
    font-weight: bold;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
}
/* search bar */
#header .h-right .box-info-shop-shop{
  float: left; 
  position: relative;
  margin-left: 10px;
  border-radius: 3px;
  height: 36px;
  line-height: 34px;
  padding: 0 30px 0 20px;
  cursor: pointer;
}
#header .h-right .box-info-shop-shop .fa{
  font-size: 20px;
  color: #838383;
  position: absolute;
  left: 5px;
  top: 6px;
}
#header .h-right .box-info-shop-shop .tl{display: inline-block; padding-left: 10px;}
#header .h-right .box-info-shop-shop .num{
      background-color: #e5101d;
    color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    position: absolute;
    right: 4px;
    top: 6px;
    line-height: 20px;
    text-align: center;
}
#header .h-right .box-cart{background-color: #c9141b;border: 1px solid #ac080f;}
#header .h-right .box-cart:hover{background-color: #AF0F15;}
#header .h-right .box-cart .icon{fill: #fff;color: #fff;}
#header .h-right .box-cart .tl{color: #fff;}
#header .h-right .box-cart .num{background-color: #fff; color: #e5101d;}
#header .h-right .box-notify{}
#header .h-right .box-favorite{}
#header .h-middle {
  position: relative;
  width: auto;
  z-index: 2;
  margin-left: 220px;
}
.search-bottom{margin: 14px 0;}
.search-bottom .search-bar{width: 60%;margin:0 auto;}
.search-bar .searchbar-operate-box {
    position: relative;
    float: right;
    padding-right: 50px;
top: 5px;
}
.search-bar .search-key-box {
    position: relative;
    width: auto;
    overflow: hidden;
    height: 34px;
    border: 1px solid #e4101c;
    border-right: 0 none;
    border-radius: 3px 0 0 3px;
	top: 5px;
}
.search-bar .search-key-box input {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 18px;
    font-size: 13px;
    border: 0 none;
    border-radius: 3px;
    padding: 0 10px;
}
.search-bar .search-category {
    position: relative;
    height: 34px;
    border-top: 1px solid #e4101c;
    border-bottom: 1px solid #e4101c;
}
.search-bar .search-btn {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 50px;
    height: 34px;
    background: #e60f1e;
    border-radius: 0 3px 3px 0;
        color: #fff;
    font-size: 20px;
}
.search-bar .search-btn .icon{
  width: 21px;
  height: 21px;
  fill: #fff;
}
/* fix search select */
.search-bar .selectBox{position: relative;height: 100%;}
.search-bar .selected {
  min-width: 135px;
  cursor: pointer;
  padding-left: 5px;
  border-left: 1px solid #d9d9d9;
  background-color: #fff;
  color: #505050;
  height: 100%;
  z-index:1;    
  display: block;
  line-height: 34px;
  position: relative;
  background: none;
}
.search-bar .selectBox .icon{
  cursor: pointer;
    position: absolute;
  right: 8px;
  top: 8px;
  height: 20px;
    width: 20px;
  color: #999;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}
.search-bar .selectBox.active .icon{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  
}
.selectBox .selectOptions {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-color: #e5101d;
    display: none;
    left: 0px;
    overflow: hidden;
    position: absolute;
  top: 32px;
    width: 135px;
    z-index: 100;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.selectBox.active .selectOptions{
    display: block;
    animation: slidenavAnimation 300ms 1 ease-out forwards;
    -webkit-animation: slidenavAnimation 300ms 1 ease-out forwards;
    -moz-animation: slidenavAnimation 300ms 1 ease-out forwards;
}
@keyframes slidenavAnimation { from {
    margin-top: -32px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation { from {
    margin-top: -32px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes slidenavAnimation { from {
    margin-top: -32px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.search-bar .selectOption {
    display:block;
    line-height: 20px;
    padding:2% 10%;
    cursor: pointer;
}
.search-bar .selectOption.sub{padding-left: 16%;}
.search-bar .selectOption.select{color: #06c;}
.search-bar .selectOption.sub:hover{color: #fff;}
.search-bar .selectOption:hover {color: #f6f6f6;background: #4096ee;}
/* search autocomplete */
.search-autocomplete dl {overflow: hidden;line-height: 28px;}
.search-item dt {
  float: left;
  padding-left: 5px;
  line-height: 34px;
  width: 80px;
  color: #666;
  font-weight: bold;
}
.search-autocomplete .search-item {border-bottom:  1px solid #ddd;background-color: #fefef6;}
.search-autocomplete .search-item:last-child{border: none;}
.search-autocomplete .search-item .sub-search {margin-left: 80px;border-left: 1px solid #ddd;}
.search-autocomplete .search-item .sub-search .sub-search-item{
  padding: 5px 10px;
  display: block;
  line-height: 26px;
  color: #666;
  overflow: hidden;
}
.search-autocomplete .search-item .sub-search .sub-search-item span{color: #4585f4;}
.search-autocomplete .search-item .sub-search .sub-search-item .count_search{font-size: 11px;float: right; color: #999;}
.search-autocomplete .search-item .sub-search .sub-search-item .price{float: right;}
.search-autocomplete .search-item .sub-search .sub-search-item .price b{color: #e5101d;}
.search-autocomplete .search-item .sub-search .sub-search-item:nth-child(odd){background: #fff;}
.search-autocomplete .search-item .sub-search .sub-search-item:nth-child(even){background: #f5f5f5;}
.search-autocomplete .search-item .sub-search .sub-search-item:hover, 
.search-autocomplete .search-item .sub-search .sub-search-item.active { background-color: #ddd; }
.search-autocomplete .search-item .sub-search .sub-search-item img{   
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.tmp-img{display: inline;}
.angular{display: none;}
.search-autocomplete .sub-search-shop{}
.search-autocomplete .sub-search-shop li{overflow: hidden;line-height: 28px;  padding: 5px 10px;}
.search-autocomplete .sub-search-shop li:nth-child(even){background-color: #f5f5f5;}
.search-autocomplete .sub-search-shop li a{  display: block;color: #666;overflow: hidden;}
.search-autocomplete .sub-search-shop .sub-search-item a img{width: 60px; height: 30px; margin-right: 10px;  border: 1px solid #ddd;  vertical-align: middle;}

/* box info right head */
.top-head-cont .box-info-shop{float: left; margin-left: 20px; margin-right: 30px;}
.box-info-shop .box-link { }
.box-info-shop .box-link .box-l-c {
  float: left;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.header-fix .box-info-shop .box-link .box-l-c{top: -9px;}
.header-fix .box-info-shop .box-link .da-login > a{border-top: none; border-bottom: none;}
.box-info-shop .box-link .da-login > a .icon-navigation_down_home{
    width: 8px;
  height: 30px;
  color: #ccc;
  margin-left: 3px;
}
.box-info-shop .box-link .box-l-c.mess:after{left: -70px; right: -170xp;}
.box-info-shop .box-link .box-l-c:hover:after{display: block;}
.box-info-shop .box-link .box-l-c > .box {
  display: inline-block;
  text-align: center;
  padding: 6px 10px 0 10px;
}
.header-fix .box-info-shop .box-link .box-l-c > .box{padding: 3px 5px;}
.box-info-shop .box-link .box-l-c:hover > .box,
.box-info-shop .box-link .box-l-c.current > .box{}
.box-info-shop .box-link .box-l-c > .box > svg {
  width: 24px;
  height: 30px;
  color: #838383;
  display: inline-block;
}
.box-info-shop .box-link .box-l-c:hover > .box > svg,
.box-info-shop .box-link .box-l-c.current > .box > svg{color:#E5101D;}
.box-info-shop .box-link .box-l-c > .box > .tl{
  display: block;
  text-align: center;
  font-size: 12px;
  padding-top: 6px;
}
.box-info-shop .box-link .box-l-c:hover > .box > .tl{color: #e5101d;}
.box-link .box-l-c .sub-link {
  position: absolute;
  left: 0;
  top: 52px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  z-index: 6;
  width: 220px;
  box-shadow: 0 1px 5px -1px rgba(153, 153, 153, 0.8);

}
.box-info-shop .sub-link-show{
  opacity: 0;
  visibility: hidden;
   -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform: scale(1,0);
  -moz-transform: scale(1,0);
  -webkit-transform: scale(1,0);
}
.box-info-shop .box-l-c .sub-link-show.activeSub{
  transform: scale(1,1);
   -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  opacity: 1;
 visibility: visible;
 display: block;
}
.box-info-shop .box-l-c.mess .sub-link{left: -75px;}
.box-info-shop .box-l-c.mess .ajax-load-notify-item{margin: 10px 0;}
.box-l-c.mess .sub-link:after,
.box-l-c.mess .sub-link:before{left: 50%;}
.box-l-c .sub-link:after,
.box-l-c .sub-link:before {
  bottom: 100%;
  left: 12%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.box-l-c .sub-link:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.box-l-c .sub-link:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #d9d9d9;
  border-width: 10px;
  margin-left: -10px;
}
.box-link .box-l-c .sub-link li{line-height: 22px; padding: 5px 10px;}
.box-link .box-l-c .sub-link li:hover{background-color: #f3f3f3;}
.box-info-shop .box-link .cart > .box .cart_qty,
.box-info-shop .box-link .mess > .box .notify-count,
.box-info-shop .box-link .favorite > .box .favorite-count {
  background-color: #e5101d;
  color: #fff;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
    position: absolute;
  right: 0;
  top: 2px;
  font-size: 11px;
  z-index: 4;
}
.box-info-shop .box-link .mess > .box .notify-count{right: 8px;}
.box-info-shop .box-link .mess { padding: 0;}
.box-info-shop .box-link .favorite > .box svg,
.box-info-shop .box-link .login > .box svg{
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.box-info-shop .box-link .cart > .box svg {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.box-info-shop .box-link .cart > .box:hover svg {left: 12px;}
.sub-link.sub-guide {
  left: -54px;
  box-shadow: -1px 2px 2px 0 rgba(50, 50, 50, 0.22);
  -webkit-box-shadow: -1px 2px 2px 0 rgba(50, 50, 50, 0.22);
  -moz-box-shadow: -1px 2px 2px 0 rgba(50, 50, 50, 0.22);
}
.sub-link.mess{left: -1px;}
.sub-link.mess > li {
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}
.sub-link.mess > li.view-all{border:none;}
.sub-link.mess > li.view-all > a{
    text-align: center;
    font-weight: bold;
    margin: 0;
    min-height: 20px;
    line-height: 20px;
    padding-top: 5px;
}
.sub-link.mess > li > a{
    display: block;
    line-height: 17px;
    margin: 8px 0;
    min-height: 50px;
    font-size:11px;
}
.sub-link.mess a > img{
    width: 35px;
    height: 35px;
    border: 1px solid #d6d6d6;
    float: left;
}
.sub-link.mess > li > a span{
    color: #505050;
    font-size: 11px;
    display: block;
}

.box-link .box-l-c .sub-link.sub-favorite > li{border-bottom: 1px dashed #ddd; position: relative;}
.box-link .box-l-c .sub-link.sub-favorite > li:last-child{border-bottom: none;}
.sub-favorite > li > .item{overflow: hidden;display: block;padding: 0;}
.sub-favorite > li > .item .img{float:left;display: block;height:50px;width:50px;border:1px solid #cccccc;position:relative;}
.sub-favorite > li > .item:hover .img{border-color: #999;}
.sub-favorite > li > .item .name-prod{
  display: block;
  margin-left: 55px;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
}
.sub-favorite li .bt-close{
     display: block;
    color: #fff;
    font-weight: bold;
    background-color: #e5101d;
    width: 14px;
    height: 14px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 11px;
    font-style: normal;
    cursor: pointer;
    z-index: 1;
    line-height: 14px;
}
.sub-favorite li .bt-close:hover{background-color: #e5101d;}
.box-link .sub-favorite .xt{padding: 0 !important; border: none !important;}
.box-link .sub-favorite .xt a{
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.box-link .sub-favorite .xt a:hover{background-color: #eee; color: #e5101d;}
#overlay_login{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: none;
}
.class_overlay_login #overlay_login{display: block;}
/*sub-cart*/
.sub-link.sub-cart{left: 0;}
.sub-link.sub-cart li{padding: 10px;margin: 1px 0;}
.sub-link.sub-cart li a:hover{background: #f3f3f3;}
.sub-link.sub-cart li a {
  display: block;
  overflow: hidden;
  line-height: 17px;
  font-size: 11px;
}
.sub-link.sub-cart li a img{
  width: 50px;
  height: 50px;
  border: 1px solid #d6d6d6;
  float:left;
  margin-right: 10px;
}
.sub-link.sub-cart li a h3{font-weight:normal;}
.sub-link.sub-cart li a p{color: #505050;}
.sub-link.sub-cart li a p b{color:#333;}
.sub-link.sub-cart li.view-all{padding:0; margin: 0;}
.sub-link.sub-cart li.view-all a{
  margin : 0 auto;
  text-align:center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 30px;
  font-size: 12px;
  border-top: 1px dashed #ddd;
}
.sub-link.sub-cart li.view-all a:hover{background: #eee; color: #e5101d;}
.sub-link.sub-guide{}
.sub-link.sub-guide li a:hover{color: #f00;}
.ajax-load-notify{    
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
    width: 100%;
    height: 290px;
    display: block;
    background-color: rgba(255,255,255,0.5);
}
.ajax-load-notify:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 34px; height: 34px;
  left: 50%; top: 50%; margin-left: -17px; margin-top: -17px;
  background: url("//static.scdn.vn/images/ecom/loading.svg") no-repeat center center;
  background-size: cover;
  -webkit-animation: spin 1s ease-out infinite;
  -moz-animation: spin 1s ease-out infinite;
  -ms-animation: spin 1s ease-out infinite;
  animation: spin 1s ease-out infinite;
}
.ajax-load-notify-item{
  position: relative;
    width: 100%;
    height: 30px;
    display: none;
    background-color: rgba(255,255,255,0.5);
}
.ajax-load-notify-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30px; height: 30px;
  left: 50%; top: 50%; margin-left: -15px; margin-top: -15px;
  background: url("//static.scdn.vn/images/ecom/loading.svg") no-repeat center center;
  background-size: cover;
  -webkit-animation: spin 1s ease-out infinite;
  -moz-animation: spin 1s ease-out infinite;
  -ms-animation: spin 1s ease-out infinite;
  animation: spin 1s ease-out infinite;
}
/*help in header*/
.support .help_all .cs .title:before,
.support .help_all .cs .title:after{content: "";width:0;padding:0;}
.support .help_all{
  border: none;
  border-top: 1px solid #ccc;
  width: 250px;
  left: -11px;
  position: relative;
 }
.support .help_all.nologin .cs{padding: 0;height:72px;}
.support .help_all .cs .title{text-align: left;margin-left:10px; line-height: 28px;}
.support .help_all .cs .phoneno{margin-top:0;margin-left:12px;}
.box-link .sub-link.support{padding-bottom: 0;}
.box-link  .help_all .email{text-align: left;}
.help_all.nologin{margin-top: 10px; border: 1px solid #d9d9d9; border-radius: 2px;}
.help_all .cs{padding: 10px 10px 0; position: relative;}
.help_all .cs:after{
  content: '';
  background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -312px -127px;
  position: absolute;
   right: 0;
  width: 38px;
  bottom: 0;
  height: 54px
}
.help_all .cs .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: arial;
  color: #666;
}
.help_all .cs .phoneno {
  width: 180px;
  height: 40px;
  margin-top: 10px;
}
.help_all .cs .phoneno p{}
.help_all .cs .phoneno p b{color: #e5101d; font-size: 20px;}
.help_all .cs .phoneno span{
  font-size: 11px;
  color: #666;
  display: block;
  text-align: right;
  padding-right: 10px;
  line-height: 18px;
}
.help_all .email {
  background: #dedee1;
  padding: 7px 12px;
}
.help_all .email a { color: #e5101d; }
.help_all .email::before {
  content: "\f003";
  left: -2px;
  position: relative;
}
/* box login */
{position: absolute;right: -26px; top: 8px;}
.box-link  > a > svg {
  width: 26px;
  height: 26px;
  color: #e85b64;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.login_box:hover .login-block{display: block;}
.login-block{
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    right: -1px;
    top: 32px;
    z-index: 5;
    width: 149px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 10px 0;
}
.login_box .box-link-svg .icon-a_down {
    padding-left: 5px;
    width: 15px;
    height: 14px;
    fill: #333;
    padding-top: 5px;
}
.login_box:hover .box-link-svg .icon-a_down{fill: #e5101d;}
.tk-box.sub-link-show{
    position: absolute;
    background-color: #F7F7F7;
    top: 44px;
    right: 0;
    z-index: 7;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 1px 4px #ccc;
    min-width: 180px;
    border-top: none;
    display: none;
    opacity: 0; 
}
.login_box:hover .tk-box.sub-link-show{display: block;opacity: 1;}
.tk-box.sub-link-show > li a {
    display: block;
    line-height: 24px;
    padding: 4px 10px;
    border-bottom: 1px dotted #ddd;
}
.login-block > button{
    background: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF, #E9EBED);
    background-image: -moz-linear-gradient(top, #ffffff, #e9ebed);
    background-image: -ms-linear-gradient(top, #ffffff, #e9ebed);
    background-image: -o-linear-gradient(top, #ffffff, #e9ebed);
    background-image: linear-gradient(to bottom, #FFF, #E9EBED);
    border-radius: 3px;
    font-weight: bold;
    color: #c00;
    padding: 7px 10px 7px 10px;
    border: solid #BCC1C8 1px;
    text-decoration: none;
    cursor: pointer;
    width: 94%;
    margin: 0 3%;
}
.login-block > button:hover {
    background: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
    text-decoration: none;
    box-shadow: 1px 2px 4px #ccc;
}
.login-block .login-ext{overflow: hidden;line-height: 22px;padding: 10px; }
.login-ext strong{display: block;}
a.abc{
    margin: 0 5px;
    display: inline-block;
  background: url("//static.scdn.vn/images/ecom/ic-home.png") 0 0 no-repeat;
  width: 29px;
  height: 30px;
}
a.abc:hover {
  box-shadow: 1px 1px 4px #999;
  -wekit-box-shadow: 1px 1px 4px #999;
  -moz-box-shadow: 1px 1px 4px #999;
}
a.abc.login-fb { background-position: -249px -841px; }
a.abc.login-ya { background-position: -280px -841px; }
a.abc.login-go { background-position: -280px -841px; }
.signup-body .abc{float: none;}
.login-block .a-signup{border-top: 1px solid #ddd;margin-top:5px;padding: 8px;line-height: 20px;}
.login-block .a-signup a{color: #e5101d; font-weight:bold; margin-left:5px;}
.login-block .a-signup a:hover{text-decoration: underline;}
.login-block .acc-sendo{padding-top: 5px;}
.login-block .title-linkto{background-color: #f3f3f3;line-height: 30px;border-top: 1px solid #ddd;padding: 0 10px;}
.login-block .linkto{display: block;line-height: 25px;padding: 0 10px;}
.login-block .linkto:hover{color: #4585f4;}
 .login_box{float: right;position: relative;}
.login_box .box-link-svg{line-height: 44px;display: block;padding: 0 5px;border-left: 1px solid #f4f4f4;border-right: 1px solid #f4f4f4;}
.login_box:hover .box-link-svg{color: #e5101d;border-color:#e7e7e7;}
 .login_box .login-box:hover .login-block{display: block;}
  .login_box .login-box{
  margin-top: 0;
    position: relative;
        border: 1px solid transparent;
  }
.login_box .login-box:before,
.login_box .login-box:after{content: '';display: table;}
.login_box .login-box:after{clear: both;}
.login_box .login-box:hover{border: 1px solid #ddd;background-color: #fff;}
.login_box .btn_login,
.login_box .btn_register{
    background: none;
    border: none;
    color: #505050;
    line-height: 41px;
    width: 143px;
    border-radius: 0;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin-left: 3px;

}
.login_box .btn_login:hover,
.login_box .btn_register:hover{color: #e5101d; background-color: #fff;}
.login_box .btn_register{border-left: 1px solid #ddd;}
.login_box .login-box .icon-login{display: none;}  
/*FOOTER*/

#footer {overflow: hidden; margin-top: 14px;}
#footer .container{width: 1240px;margin: 0 auto;}
/*NAV-FOOTER*/
#footer .nav-footer {border-top: 1px solid #ececec;}
#footer .nav-footer .cont-nav-footer {
  overflow: hidden;
  margin: 14px auto;
  position: relative;
  
}
/*ytc footer seo*/
.cont-nav-footer .cont-nav-left{border-right: 1px solid #e7e7e7; margin-right: 250px; min-height: 325px;}
.cont-nav-footer .cont-nav-left.for-listing .block-nav{display: block;}
.cont-nav-footer .cont-nav-right{width: 250px;  padding-left: 20px; position: absolute; right: 0; top: 0;}
.cont-nav-footer .cont-nav-right .cont{margin-bottom: 10px;}
.cont-nav-footer .cont-nav-right .cont.bct{border-top: 1px solid #E7E7E7;padding-top: 10px;}
.cont-nav-footer .cont-nav-right .cont > span{font-weight: bold; line-height: 20px; margin-bottom: 5px; display: block;}
.cont-nav-footer .cont-nav-right .cont .conts{}
.cont-nav-right .cont .apple, 
.cont-nav-right .cont .adriod { position: relative; }
.cont-nav-right .cont .apple{margin-right: 10px;}
.cont-nav-right .cont .apple, 
.cont-nav-right .cont .adriod{
    background: url("//static.scdn.vn/images/ecom/ic-sprites.png") no-repeat 0 -350px;
  width: 97px;
  height: 30px;
  display: inline-block;
}
.cont-nav-right .cont .adriod{ background: url("//static.scdn.vn/images/ecom/ic-sprites.png") no-repeat -122px -350px; }
.cont-nav-right .cont .banking-list {
  width: 175px;
  height: 65px;
  cursor: default;
  display: inline-block;
  background: url("//static.scdn.vn/images/ecom/ic-sprites.png") 0 -149px no-repeat;
}
.cont-nav-right .cont .transport {
  width: 240px;
  height: 55px;
  margin-right: 0;
  cursor: default;
  display: inline-block;
  background: url("//static.scdn.vn/images/ecom/ic-sprites.png")  0 -240px no-repeat;
}
/* .cont-nav-right .cont .bocongthuong{
    width: 94px;
    height: 60px;
   display: inline-block;
  background: url("//static.scdn.vn/images/ecom/ic-sprites.png") -73px -1px no-repeat;
  cursor: default;
} */
#footer .nav-footer .cont-nav-footer .block-nav {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
#footer .nav-footer .cont-nav-footer .block-nav ul {
  display: block;
  padding-right: 14px;
}
#footer .nav-footer .cont-nav-footer .block-nav:first-child ul{border-left:none;}
.cont-nav-footer .block-nav ul li{}
.cont-nav-footer .block-nav ul li {}
.cont-nav-footer .block-nav ul li a{
    font-size:11px;
    color: #333;
    line-height: 20px;
    font-weight:normal;
}
.cont-nav-footer .block-nav ul li a:hover {color: #cc0000;text-decoration: underline;}
.cont-nav-footer .block-nav ul li a.title {font-weight: bold;font-size: 13px;}
/*POLICY*/
#footer .policy-block{background-color: #efefef;}
#footer .policy-block-cont{padding: 15px 0; margin: 0 auto;position: relative;}
#footer .policy-block-cont:after,
#footer .policy-block-cont:before{content: ''; display:table;}
#footer .policy-block-cont:after{clear: both;}
#footer .policy-block .policy-block-left{border-right: 1px solid #e7e7e7; margin-right: 250px;}
#footer .policy-block .policy-block-left:after,
#footer .policy-block .policy-block-left:before{content: ''; display: table}
#footer .policy-block .policy-block-left:after{clear: both;}
.policy-block .policy-block-left ul{float: left; width: 18%;}
.policy-block .policy-block-left ul.link{width: 44%;}
.policy-block .policy-block-left ul li{    color: #666;}
.policy-block .policy-block-left ul li > span{font-weight:bold; font-size:13px; line-height:20px; margin-bottom:10px;  text-transform: uppercase; display:inline-block;}
.policy-block .policy-block-left ul li > a{display: inline-block; line-height:24px; color: #666;}
.policy-block .policy-block-left ul li > a:hover{color: #e5101d;}
.policy-block .policy-block-left ul li a.td{color: #666;}
.policy-block .policy-block-left ul li a.lh{color: #06c; text-decoration: underline;}
.policy-block .policy-block-left ul li a:hover{color: #e5101d;}
.policy-block .policy-block-left ul.link li{margin-bottom: 0;}
.policy-block .policy-block-left ul.link li:first-child{margin-bottom: 2px;margin-top:-4px;}
.policy-block .policy-block-left ul.link li > a{ position: relative; margin-right: 10px;}
.policy-block .policy-block-left ul.link li > a.w123mua{color: #666;margin-left:10px;}
.policy-block .policy-block-left ul.link li > a.blogsendo{color: #666;margin-left:10px;}
.policy-block .policy-block-left ul.link li > a.w123mua:hover,
.policy-block .policy-block-left ul.link li > a.blogsendo:hover{color: #000;}
.policy-block .policy-block-left ul.link li > .separator{color:#666;}
.policy-block .policy-block-left ul.link li > .icn{margin-right:5px;position: relative;top:3px;}
.policy-block .policy-block-left ul.link li > .icn .icon{width:16px;height:16px;}
.policy-block .policy-block-left ul.link li > a.myfacebook .icon{fill: #225b8f;}
.policy-block .policy-block-left ul.link li > a.mygoogle .icon{fill: #d34836;}
.policy-block .policy-block-left ul.link li > a.mytwitter .icon{fill: #55acce;}
.policy-block .policy-block-left ul.link li > a.youtube .icon{fill: #b31217;}
.policy-block .policy-block-left ul.link li > a.pinterest .icon{fill: #C92228;}
.policy-block .policy-block-left ul li >  .line{display: inline-block;font-style: normal;margin: 0 5px;color:#666;}
#footer .policy-block .service div{
    width: 432px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
}
.policy-block .policy-block-left ul.link li > a.payment{
    width: 152px;
    height: 42px;
  cursor: help;
  background: url("//static.scdn.vn/images/ecom/ic-sprites.png") -135px -389px no-repeat;
  margin-right: 3px;
}
.policy-block .policy-block-left ul.link li > a.transaction{
  cursor: help;
    width: 152px;
    height: 42px;
   background: url("//static.scdn.vn/images/ecom/ic-sprites.png") -135px -432px no-repeat;
   margin-right: 3px;
}
.policy-block .policy-block-left ul.link li > a.openshop,
.policy-block .policy-block-left ul.link li > a.goshop {
    width: 112px;
    height: 40px;
   background: url("//static.scdn.vn/images/ecom/ic-sprites.png") 0 -390px no-repeat;
   margin-right: 3px;
}
.policy-block .policy-block-left ul.link li > a.goshop{margin-right: 0;}
.policy-block .policy-block-left ul.link li > a.goshop { background-position: 0 -433px;  }
.policy-block .policy-block-right{
  width: 250px; 
  padding-left: 20px; 
  line-height:20px; 
  color: #666;
  position: absolute; 
  right: 0;
  top: 10px;
  bottom: 0;
}
.policy-block .policy-block-right > span{font-weight:bold;color:#333;}
.policy-block .policy-block-right p{padding-top: 5px; line-height: 18px;}
#footer .policy-block .title-stm {position: relative; display: inline-block;}
#footer .policy-block .title-stm  .icon-LOGOFPT{vertical-align: middle;}
.block-tags-search{}
.block-tags-search .tags-search{ margin: 0 auto; padding: 15px 0;} 
.block-tags-search .tags-search .tl{font-weight: bold; margin-bottom: 10px; text-transform: uppercase; font-style: 13px; display: block;}
.block-tags-search .tags-search strong{font-weight: normal;white-space: nowrap;display: inline-block;}
.block-tags-search .tags-search a{display: inline-block; line-height: 24px;text-transform: lowercase;}
.block-tags-search .tags-search a:first-letter{text-transform: uppercase;}
.block-tags-search .tags-search a:hover{text-decoration: underline; color: #000;}
.block-tags-search .tags-search span{display: inline-block; padding: 0 5px; color: #666;}
.policy-block-right .for-m{display: none; margin: 5px 0; font-size: 14px;}

/*box-email*/
.link .register-email{color:#666;}
.register-email >p{margin-bottom: 5px;color:#333;}
.register-email .box-email em{font-size:11px;}
.register-email .box-email{overflow: hidden;margin-bottom: 5px;}
 .register-email .box-email input[type="text"] {
    height: 32px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 270px;
    border-radius: 3px;
    padding-left: 5px;
    float: left;
}
.box-email button {
    width: 70px;
    height: 30px;
    border: none;
    line-height: 30px;
    background-color: #29abe2;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
    float: left;
    position: relative;
    padding-left: 20px;
}
.box-email button.woman {background-color: #FF7AAC;}
.box-email button:before {
    content: '';
    background: url("//static.scdn.vn/images/ecom/ic-sprites.png") no-repeat;
    width: 22px;
    height: 22px;
    left: 4px;
    top: 4px;
    position: absolute;
}
.box-email .men:before {background-position: -265px -308px;}
.box-email .woman:before {background-position: -265px -350px;}
/*End footer*/
/*.popup-event-fw2{display: none !important; opacity: 0 !important; z-index: -1;}*/
/* CONTAINER */
#container-shop{
    width: 1240px;
    margin: 0 auto 10px;
        border: 1px solid #e4e4e4;
    background-color: #fff;
    padding-top: 10px;
}
.block-cover.shop_top_cover{height: 315px;width: 100%;}
/* HEADER SHOP */
.header-shop{min-height: 100px; background-color: #fff; position: relative;border: 1px solid #e7e7e7;}
.header-left{float: left; width: 760px; padding-top: 0; padding-left: 10px;}
.header-left .logo-shop{float: left; border: 1px solid #ececec; margin-right: 18px;position: relative;}
.header-left .shs,
.header-left .icBrand{
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -176px -130px;
    width: 20px;
    height: 21px;
    position:relative;
    top: 0;
	display: inline-block;
	margin-right: 5px;
}
.header-left .icBrand{background: url("//static.scdn.vn/images/ecom/ic-home.png") -327px -433px no-repeat;}
.header-left .shop-info{float: left; width: 81%;}
.header-left .shop-info .name-shop{
  font-size: 15px;
  line-height: 24px;
  color: #4585f4;
  font-weight: bold;
  text-transform: capitalize;
  white-space: nowrap;
  display: inline-block;
}
.header-left .shop-info .name-shop.shop_background{}
.header-left .shop-info .desc-shop{line-height: 24px; font-style: italic; border-bottom: 1px solid #ececec; display: block;}
.header-left .box-cout{overflow: hidden; margin-top: 5px; float: left;}
.header-left .box-cout span{font-size: 11px; line-height: 16px; margin-right: 15px;}
.header-left .box-cout span .icon-clock,.header-left .box-cout span .icon-data,.header-left .box-cout span .icon-settings{
  width: 16px;
  height: 16px;
  color: #666;
  position: relative;
  top: 3px;
}
.header-left .box-ship{
  float: left;
  margin-top: 5px;
  position: relative;
  line-height: 22px;
  padding-left: 28px;
  cursor: help;
  padding-right: 20px;
}
.header-left .box-ship:before*{
    content: '';
    background: url("//static.scdn.vn/images/ecom/ic-home.png") -308px -227px no-repeat;
    width: 28px;
    height: 22px;
    left: 0;
    position: absolute;
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
}
.header-left .box-ship .icon-Navigationdownhome{	
  height: 20px;
    width: 20px;
    color: #999;
	position: absolute;
	right: 0;
	display: block;
	top: 2px;
  cursor: pointer;
}
.header-left .box-ship.free-shipping:after{display: none;}
.header-left .deposit {float: left; margin-top: 5px;}
.header-left .deposit .icon-fund{vertical-align: middle; fill:#5aac68}
.header-left .box-ship strong{color: #019901; text-transform: uppercase;}
.header-left .box-ship .info-box-ship {
	position: absolute;
	top: 22px;
    left: 0;
	background-color: #fff;
    padding: 10px;
    border: 1px solid #DDD;
    box-shadow: 1px 2px 4px #CCC;
    -webkit-box-shadow: 1px 2px 4px #CCC;
    -moz-box-shadow: 1px 2px 4px #CCC;
    display: none;
	z-index: 5;
	word-wrap: break-word;
	width: 300px;
  border-radius: 2px;
}

.header-left .box-ship .info-box-ship .ship-info-label:before{
	content: '';
	background: url("//static.scdn.vn/images/ecom/ic-sprite.png") -387px -62px no-repeat;
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	left: 10px;
}
.header-left .box-ship  .info-box-ship strong {color: rgb(0, 153, 0);}
.header-left .box-ship  .info-box-ship span{display: block;line-height: 20px;font-size: 11px;}
.header-left .box-ship:hover .info-box-ship{display: block;}
.btn_for_shop{float: left; overflow: hidden;}
.btn_for_shop button{
  cursor: pointer;
  border:1px solid #bcc1c8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size:11px;
  line-height: 20px;
  display:inline-block;
  font-weight:bold;
  color: #333;
  background-color: #f2f7fc;
  float: left;
  padding-right:5px;
}
.btn_for_shop button.gtn{margin-left: 10px; }
.btn_for_shop button:hover{color: #4585f4;background-color: #f2f3f5;}
.btn_for_shop button.shop_background:hover{}
.btn_for_shop button:hover span.shop_background:before{}
.btn_for_shop button span.fav{display:block;position:relative;}
.btn_for_shop button span.fav .icon-favorite,.btn_for_shop .msgToShop .icon-mail{
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin: 0 5px;
    color: #666;
}
.btn_for_shop button span.fav:hover .icon-favorite,.btn_for_shop .msgToShop:hover .icon-mail{color:#4585f4;}
.btn_for_shop .fav-c{
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 11px;
    padding: 4px;
    position: relative;
    border-radius: 2px;
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    color: #666;
}
.btn_for_shop .fav-c:before{
    content: '';
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #ccc;
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    left: -6px;
}
.btn_for_shop .fav-c:after{
    content: '';
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    left: -4px;
}
.header-right{float: right; padding-top:5px; margin-right: 10px;}
.header-right .box-share{ float: left; margin-right: 10px; }
.header-right .box-share .box-f{float: left;  padding-top: 2px; width: 140px;}
.header-right .box-share .box-g{float: left; width: 70px;}
.header-right .box-div-cylce{
	position: absolute;
	padding: 5px 10px 10px 10px;
	border: 1px solid transparent;
	right: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.header-right .box-div-cylce:hover{
	background: #fff;
	z-index: 2;
	border-color: #ccc;
	box-shadow: 1px 3px 3px #ccc;
}
.header-right .rate{line-height: 18px;position: relative; white-space: nowrap;}
.header-right .box-div-cylce .info-rate{display:none;}
.header-right .box-div-cylce:hover .info-rate{display: block;}
.header-right .rate strong{color: #e5101d; font-size: 14px;}
.header-right  .box-ic-star{margin-left: 5px;background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat 0 -396px;}
.box-ic-star.red{background-position: 0 -396px;}
.box-ic-star.yellow{background-position: 0 -449px;}
.box-ic-star.purple{background-position: 0 -464px;}
.header-right .com strong{color: #e5101d; font-size: 13px; display: block;}
.header-right .ship strong{color: #009900; text-transform: uppercase; font-size: 12px;}
.header-right .rate .req{margin-left: 10px; cursor: help;}
.header-right .rate .req .icon-Navigationdownhome{
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  color: #666;
}
.header-right .box-div-cylce .info-rate{}
.header-right .rate .info-rate .compare-rating .perc-compare{
	overflow:hidden;
	font-size:11px;
	width: 200px;
	margin: 8px 0;
}
.info-rate .compare-rating .perc-compare span.cl{
	width: 55%;
	float:left;
	background: #009900;
	color:#fff;
	text-align:center;
	height:20px;
	line-height:20px;
}
.info-rate .compare-rating .perc-compare span.txt{
	display:block;
	text-align:center;
	border:1px solid #ccc;
	border-left:none;
	float:left;
	height:20px;
	padding: 0 5px;
}
.header-right .rate .info-rate .ttl-history{
	font-size:11px;
	border-bottom: 1px solid #ccc;
	color:#000;
}
.header-right .rate .desc-rating .desc-rating-rw{
	overflow:hidden;
	margin-top: 6px;
}
.header-right .rate .desc-rating .desc-rating-rw label{
	display:inline-block;
	width: 120px;
}
.header-right .rate .desc-rating .desc-rating-rw label strong{color:#000;font-size:11px;}
.header-right .rate .desc-rating .desc-rating-rw .rate-star{display:inline-block;}
.header-right .rate .desc-rating .desc-rating-rw .rate-star .grey{
	height: 15px;
	background: url("//static.scdn.vn/images/ecom/ic-home.png") 0 -430px no-repeat;
	width: 100px;
}
.header-right .rate .desc-rating .desc-rating-rw .rate-star .red{
	height: 15px;
	background: url("//static.scdn.vn/images/ecom/ic-home.png") 0 -410px no-repeat;
}
.header-right .rate .desc-rating .desc-rating-rw span{
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
	color: #3f5aa7;
}
/* NAV SHOP */
.nav-shop{
    background-color: #f4f4f4;
    border-bottom: 3px solid #4585f4;
    height: 33px;
    box-shadow: 0px -1px 0px #ececec;
    -webkit-box-shadow: 0px -1px 0px #ececec;
    -moz-box-shadow: 0px -1px 0px #ececec;
}
.nav-shop > ul{}
.nav-shop > ul > li{float: left;}
.nav-shop > ul > li > a{
  display: block;
  border-right: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px ;
  white-space: nowrap;
}
.nav-shop > ul > li > a:hover,
.nav-shop > ul > li > a.active{background-color: #4585f4; color: #fff;}
/* BREADCRUMB SHOP */
.breadcrumb-shop{height: 30px; overflow: hidden;}
.breadcrumb-shop a{display: block; float: left; padding: 0 10px; line-height: 30px;}
.breadcrumb-shop a.end{}
.breadcrumb-shop .arr{display: block; float: left; line-height: 30px;}
.breadcrumb-shop .icon-a_next {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-top: 9px;
    color: #a4a4a4;
    float: left;
}
.breadcrumb-shop .arr:before{content: "\f105"; font-size: 16px; color: #666;}
/* SWAP CONTENT */
.swap-content{width: 1240px;}
/* LEFT COL */
.left-col{float: left; width: 266px; padding-right: 18px;}
/*.discount-tag*/
.buying-pr-list .discount-tag {
	position: absolute;
	background: #ff6600;
	width: 38px;
	height: 28px;
	color: #FFF;
	text-align: center;
	right: 0;
	top: 0;
	line-height: 32px;
	cursor: default;
	z-index: 1;
	font-size:11px;
}
.buying-pr-list .discount-tag:after, .discount-tag:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.buying-pr-list .discount-tag:before {
	border-style: solid;
	border-width: 10px 19px 0 19px;
	border-color: #ff6600 transparent transparent transparent;
	left: 0;
}
/*.buying-pr .detail-pr .social_box*/
.buying-pr .detail-pr .social_box {color: #666;display: table;float: left;margin-top:5px;}
.buying-pr .detail-pr .social_box .s_b {display: table-cell;line-height: 16px;}
.buying-pr .detail-pr .social_box .s_b span {margin-right: 10px;}

/* cl-lf-shop-home */
.cl-lf-shop{width: 250px;overflow:hidden;margin:0 auto;}
.nav-shop-block{border:1px solid #e4e4e4;}
/*search-shop*/
.nav-shop-block .search-shop{
	background: #f4f4f4;
	padding: 5px;
	overflow:hidden;
}
.nav-shop-block .search-shop input[type="text"]{
	width: 199px;
	float:left;
	border: 1px solid #ababab;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	height: 30px;
	padding-left: 5px;
    border-right: none;
}
.nav-shop-block .search-shop button{
	height: 30px;
	background-color: #4585f4;
	width: 36px;
	float:left;
	position:relative;
	border: 1px solid #2d6bd8;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left:none;
}
.nav-shop-block .search-shop button .icon-search_red{
  width: 16px;
  height: 16px;
  color: #fff;
  position: relative;
  top: 2px;
}
.box-div-cylce .bar_precent{
        border:1px #d1d1d1 solid;
        width:220px;
        height:6px;
        margin-top:5px;
     border-radius: 2px;
    }
.box-div-cylce .current_precent{
        height:5px;
        background:#019901;
     border-radius: 2px;
    }
.box-div-cylce .status_precent{
    color:#666;
    font-size:11px;
    padding-top:5px;
    padding-bottom:5px;
    }

/* accordion */
.nav-shop-block .cate_shop_in_detail{}
.nav-shop-block .cate_shop_in_detail .title-dm{
		background: #E2ECF3;
		color:#4585F4;
		font-size:13px;
		text-transform:uppercase;
		height:35px;
		line-height:35px;
		border-top:1px #d9d9d9 solid;
		padding-left:10px;
    font-weight: bold;
}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop{}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .title{
			margin: 0 5px;
			font-weight:bold;
			line-height:30px;
			height:30px;
			border-top:1px #d9d9d9 solid;
			display:block;
            text-transform: capitalize;
            font-size: 12px;
}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .title:hover{color: #c00;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .title:before{
		content: "\f0fe";
		color: #ed4934;
		font-size:17px;
		padding-right: 5px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .title.active:before{content:"\f146";}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat{padding: 5px 10px; margin-left: 5px;}

.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat:last-child{border-bottom:none;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat ul li{color:#4585F4;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat ul li:hover:before{color: #4585f4;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat ul li h2{display: inline-block;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat ul li a{line-height: 24px; font-weight: normal;display:block; color: #505050;}
.box_accordion_shop .sub_cat ul li a .icon-a_next{
  width: 14px;
  height: 14px;
  color: #999;
  position: relative;
  top: 2px;
 }
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat ul li a.active{font-weight: bold;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat ul li a span{color:#666; font-size: 11px;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .sub_cat ul li:hover a{color: #4585f4;font-weight:bold;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .ttl-block {position: relative;height: 32px;border-bottom: 1px solid #ddd;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .ttl-block a.nav-cate {
     color: #4585F4;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-left: 32px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;

}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .ttl-block a.nav-cate:hover,
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .ttl-block .nav-cate.active{color:#4585f4;}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .ttl-block .nav-cate .icon-a_next{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
}
.nav-shop-block .cate_shop_in_detail .box_accordion_shop .ttl-block .ic {
    position: absolute;
    top: 6px;
    left: 10px;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
}
.box_accordion_shop .ttl-block .ic .icon{
  width: 12px;
  height: 12px;
  color: #666;
  display: inline-block;
}
.box_accordion_shop .ttl-block .ic .icon-a_add{display: none;}
.box_accordion_shop .ttl-block .ic.active .icon-a_remove{display: none;}
.box_accordion_shop .ttl-block .ic.active .icon-a_add{display: inline-block;}
/*ttl-shop*/
.ttl-shop{display:block;background-color:#e4e4e4;height: 32px;overflow:hidden;}
.ttl-shop.b-r{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.ttl-shop span,
.ttl-shop a{
	float:left;
	margin-left: 10px;
	border-bottom: 2px solid #4585f4;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 27px;
	margin-top:3px;
	color: #505050;
}
.ttl-shop.blog{position: relative;}
/*buying-product-shop*/
.buying-product-shop{margin-top: 15px; border: 1px solid #dedede;}
.buying-product-shop .buying-pr-list{}
.buying-product-shop .buying-pr{overflow:hidden;padding: 10px 5px;}
.buying-product-shop .buying-pr:hover{background-color: #f3f3f3;}
.buying-product-shop .buying-pr .img-pr{
	display:block;
	float:left;
	width: 100px;
	height:100px;
	border:1px solid #dedede;
	position:relative;
}
.buying-product-shop .buying-pr .detail-pr{width: 130px;float:right;}
.buying-product-shop .buying-pr .detail-pr .pr-price span{display:block;margin: 6px 0;}
.buying-product-shop .buying-pr .detail-pr .pr-price span.old-price{
	font-size:11px;
	color:#8c8c8c;
	text-decoration:line-through;
}
.buying-product-shop .buying-pr .detail-pr .pr-price span.cur-price{font-weight:bold;color:#e5101d;}
.buying-product-shop .buying-pr .detail-pr a{
	display:block;
	line-height: 17px;
	max-height: 34px;
	overflow:hidden;
	margin-top:5px;
    font-weight: normal;

}
.block-blog{margin-top: 15px; border: 1px solid #dedede;}
.block-blog .box-artical{}
.block-blog .box-artical .artical{border-bottom: 1px dotted #666; margin: 0 10px; padding: 10px 0 ;overflow: hidden;width:226px;}
.block-blog .box-artical .artical:last-child{border: none;}
.block-blog .box-artical .artical .img{float: left; margin-right: 10px; display: block; border: 1px solid transparent;}
.block-blog .box-artical .artical .img:hover{border-color: #ccc;}
.block-blog .box-artical .art{}
.block-blog .box-artical .art a{
    display: block;
    font-weight: bold;
    max-height: 32px;
    line-height: 16px;
    overflow: hidden;
}
.block-blog .box-artical .art a:hover{color: #4585f4;}
.block-blog .box-artical .art span{display: block; margin: 5px 0; font-size: 11px; color: #666;}
.block-blog .box-artical .art p{line-height: 18px;}
.block-blog .xt{display: block; text-align: right; font-size: 11px; color: #666; padding: 5px 10px;}
.block-blog .xt:hover{color: #4585f4;}

/* RIGHT COL */
.right-col{float: left; width: 972px; padding-bottom: 10px;}
.right-col.home{padding-right: 10px;}
/* CSS slider-shop*/
#slider-shop{height: 270px;overflow: hidden;}
.slider-shop-block{position:relative;}
#slider-shop .item img{display:block;margin: 0 auto;max-width: 100%;height: auto;}
#slider-shop .owl-buttons div.owl-prev{left:0;}
#slider-shop .owl-buttons div.owl-next{right:0;}
#slider-shop .owl-pagination{position:absolute;right: 10px;bottom: 10px;}
#slider-shop .owl-controls.clickable .owl-page .owl-numbers{
	margin: 0 2px;
    width: 20px;
    height: 20px;
    background: #999;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
#slider-shop .owl-controls.clickable .owl-page.active .owl-numbers,
#slider-shop .owl-controls.clickable .owl-page.active .owl-numbers:hover{background-color:#4585f4;}
/* SAN PHAM DE CU */
.block-spdc{margin-top: 15px;}
.title-r-s{height: 32px; border-bottom: 1px solid #e4e4e4;}
.title-r-s h2{
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #4585f4;
    line-height: 30px;
    white-space: nowrap;
}
.block-products .view-more{color: #666; display: block; padding-right: 20px; font-size: 11px; line-height: 30px; text-align: right;display: block;clear:both;}
.block-products .title-r-s .view-more{clear: none;}
.block-spdc .box-spdc{overflow: hidden; padding: 0 20px 0 30px; height: 294px;}
.block-spdc .box-spdc .box-spdc-res{margin-right: -20px;}
.box-spdc .owl-carousel .owl-item:hover{z-index: 9;position: relative;}


/* discount tag */
.discount-tag{
     position: absolute;
     background: #ff6600;
     width:40px;
     height: 26px;
     color:#FFF;
     text-align:center;
    right: 0;
    top: 0;
    line-height: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    z-index: 1;
}
.discount-tag:after,
.discount-tag:before{
     top: 100%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
.discount-tag:before {
    border-style: solid;
    border-width: 10px 20px 0 20px;
    border-color: #ff6600 transparent transparent transparent;
    left:0;
}
.box-product {
	width: 25%;
	position:relative;
    float: left;
    margin-bottom: 2px;
    margin-top: 13px;
	}
.box-product .overflow_box{
		position:relative;
		border:1px #ddd solid;
		background:#FFF;
        padding: 5px 10px;
    margin-right: 20px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
	}
  .social_box .s_b span{margin-right: 10px;}
.social_box .s_b span .icon{width:14px;height: 14px;color:#666666;position: relative;top:2px;margin-right:2px;}
 .social_box .s_b span .icon.icon-luotmua{
    width: 16px;
    height: 16px;
    margin-right: 0;
    top: 4px;
}
    /*
.box-product  .overflow_box:hover{
    box-shadow: 1px 2px 4px #ccc;
    -webkit-box-shadow: 1px 2px 4px #ccc;
    -moz-box-shadow: 1px 2px 4px #ccc;
}
*/
.box-product  .content_item_hover:hover{
    box-shadow: 0 1px 8px #ccc;
    -webkit-box-shadow: 0 1px 8px #ccc;
    -moz-box-shadow: 0 1px 8px #ccc;
}
.box-product .overflow_box{min-height: 280px;}
.box-product .overflow_box .img_product{
  display: block;
  text-align:center;
  vertical-align: middle;
  position: relative; 
  width: 200px; 
  height: 200px;
}
.box-product .overflow_box .img_product .lbl-brand{
      display: block;
    background: url("//static.scdn.vn/images/ecom/brand-listing.png") no-repeat;
    width: 66px;
    height: 24px;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.box-product .overflow_box .price-box{padding:5px 0; }
.box-product .overflow_box .price-box .current_price{color:#F00;font-weight:bold;}
.box-product .overflow_box .price-box .old_price{
		float:right;
		display:block;
		font-size:11px;
		color:#999;
		text-decoration:line-through;
	}
.box-product .overflow_box .name_product{
    color: #666;
    display: block;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-product  .overflow_box .name_product:hover{color: #4585f4;}
.box-product  .overflow_box .social_box{color:#666;display:table; padding: 5px 0 ;float:left;}
.box-product  .overflow_box .social_box .s_b{display:table-cell; line-height: 16px;}
.social_box .s_b span{margin-right: 10px;}
.social_box .s_b span:before{padding-right: 5px;}
/* block-products */
.block-products{margin-top: 15px;}
.block-products .block-product{}
.block-products .block-product .block-product-res{}
.block-products .block-product .box-product{}
#spdc .box-product{width: 240px;}
#spdc  .box-product .overflow_box{}
#spdc .owl-prev{left: 0;}
#spdc .owl-next{right: 0;}

/* PRODUCTS STYLE */
/*paging*/
.pagination-block.pagination-shop-pr{overflow: hidden;background: #f4f4f4;}
 .pagination-block.pagination-shop-pr .pagination{margin: 0; float: right;margin-right: 20px;}
.pagination-block .pagination{text-align: center;margin: 25px 0;}
.pagination-block .pagination ol{display: inline-block;}
.pagination-block .pagination ol li {
  display: inline-block;
  margin: 0 4px;
  padding-top: 0;
  line-height: 32px;
}
.pagination-block.pagination-block-bot .pagination ol li {}
.pagination-block .pagination ol li > span,
.pagination-block .pagination ol li > a {
      color: #333;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 34px;
    line-height: 32px;
}
.pagination-block .pagination ol li span.current, 
.pagination-block .pagination ol li span:hover,
.pagination-block .pagination ol li a.current, 
.pagination-block .pagination ol li a:hover {
  background: #ed4934;
  border: 1px solid #cb230e;
  color: #fff;
}
.pagination-block .pagination ol li .next, 
.pagination-block .pagination ol li .prev {}
.pagination-block.pagination-block-bot .pagination ol li .next, 
.pagination-block.pagination-block-bot .pagination ol li .prev {}
.pagination-block .pagination ol li .next.disable, 
.pagination-block .pagination ol li .prev.disable {
  background-color: #ddd;
  cursor: no-drop;
}
.pagination-block.pagination-block-bot .pagination ol li .prev:before, 
.pagination-block.pagination-block-bot .pagination ol li .next:before {
  left: 12px;
  top: 11px
}
.pagination-block .pagination ol li .next:hover, 
.pagination-block .pagination ol li .prev:hover { border-color: #f00; }
.pagination-block .pagination ol li .next:hover:before, 
.pagination-block .pagination ol li .prev:hover:before { color: #fff; }
.pagination-block .pagination ol li .next.disable:hover, 
.pagination-block .pagination ol li .prev.disable:hover {border-color: #ddd;background-color: #ddd;}
.pagination-block .prev .icon,
.pagination-block .next .icon{
  color: #666;
      width: 18px;
    vertical-align: middle;
    height: 18px;
}
.pagination-block .prev:hover .icon,.pagination-block .next:hover .icon{color:#fff;}
.pagination-block .pagination .go-to-page{
  display: inline-block;
  margin-left: 30px;
    text-align: center;
}
.pagination-block .pagination .go-to-page .icon{
   width: 16px;
  height: 16px;
  color: #666;
  position: relative;
}
.pagination-block .pagination .go-to-page input[type="text"]{ 
  border:1px solid #ccc;
    line-height: 20px;
    text-align: center;
    padding: 0 2px;
     width: 40px;
  height: 32px;
  display: inline-block;
}
.pagination-block.pagination-block-bot .pagination .go-to-page input[type="text"] {}
.pagination-block .pagination .go-to-page input[type="button"], 
.pagination-block .pagination .go-to-page button {
      border: 1px solid #ccc;
    height: 32px;
    background: #ececec;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 33px;
    margin-left: 5px;
    display: inline-block;
    LINE-HEIGHT: 30PX;
    color: #666;
    text-transform: uppercase;
}
.pagination-block .pagination .go-to-page button:hover{
    background: #ed4934;
    border-color: #f00;
}
.pagination-block .pagination .go-to-page button svg{
  color: #ccc;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.pagination-block .pagination .go-to-page button:hover svg{color:#fff;}
.pagination-block .other-filters{float:left;}
.pagination-block .other-filters li{float:left;border-right: 1px solid #d9d9d9;}
.pagination-block .other-filters li.active a,.pagination-block .other-filters li:hover a{color: #fff;}
.pagination-block .other-filters li a{
    display:block;
     padding: 0 10px;
    line-height: 34px;
    cursor: pointer;
}
.pagination-block .other-filters li a .icon-arrow{
      color: #666;
    width: 12px;
    position: relative;
    height: 12px;
    top: 2px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.pagination-block .other-filters li.active a .icon-arrow,.pagination-block .other-filters li:hover a .icon-arrow{color:#fff;}
/* .pagination-block .other-filters li.activedesc  a .icon-arrow{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} */
.pagination-block .other-filters li.buying a:after,
.pagination-block .other-filters li.new a:after,
.pagination-block .other-filters li.complain a:after{}
.pagination-block .other-filters li.sortTypePrice.activedesc a:after{content: "\f175"; color: #fff;}
.pagination-block .other-filters li.sortTypePrice.activeasc a:after{content: "\f176";color: #fff;}
.pagination-block .other-filters li:hover a:after{color: #e5101d;}
.pagination-block .other-filters li.active{}
.pagination-block .other-filters li.active a{color: #fff;}
.pagination-block .other-filters li.active a:after{color: #fff;}

.comment_paging_ft .pagination-block .pagination ol li > span{margin: 0 4px;}
.comment_paging_ft .pagination-block .pagination ol{float: left;}
/*shop-blog*/
.shop-blog{padding: 5px 40px 0 10px;}
.shop-blog .news-blog:first-child{margin-top:0;}
.shop-blog .news-blog{overflow:hidden;margin-top: 20px;padding-bottom: 20px;border-bottom: 1px dotted #ccc;}
.shop-blog .news-blog a.img-news{
    display:block;
    float:left;
    width: 320px;
    height: 250px;
    overflow: hidden;
}
.shop-blog .news-blog a.img-news img{width: 320px;height: 250px;}
.shop-blog .news-blog .desc-news{margin-left:330px;padding-top: 5px;}
.shop-blog .news-blog .desc-news table{width: 100%;}
.shop-blog .news-blog .desc-news h2 a{
    font-size:17px;
    font-weight:bold;
    color:#333;
}
.shop-blog .news-blog .desc-news h2 a:hover{text-decoration: underline;}
.shop-blog .news-blog .desc-news span.datetime{
    display:block;
    font-size:11px;
    color:#666666;
    margin: 10px 0;
}
.shop-blog .news-blog .desc-news p{
    display:block;
    line-height: 20px;
    color:#444;
    max-height: 200px;
    overflow:hidden;
}

/*danhgia-phanhoi*/
.danhgia-phanhoi{padding: 5px 20px 0 10px;}
.danhgia-phanhoi .history-dg-ph{
    overflow:hidden;
    width: 830px;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.danhgia-phanhoi .history-dg-ph div.ttl{
    height: 28px;
    line-height: 28px;
    background:#f5f5f5;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
}
.danhgia-phanhoi .history-dg-ph .desc .detail-rw{overflow:hidden;padding: 5px 0;}
.danhgia-phanhoi .history-dg-ph .desc .detail-rw .detail-cls{
    width: 25%;
    float:left;
    text-align:center;
    line-height:18px;
    font-weight:bold;
    color: #e5101d;
}
.danhgia-phanhoi .history-dg-ph .desc .detail-rw:first-child{border-bottom:1px solid #e3e3e3;}
.danhgia-phanhoi .history-dg-ph .desc .detail-rw:first-child .detail-cls{color:#505050;font-size:11px;}
.dg-ph-block{
    margin-top: 20px;
    overflow:hidden;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background:#f0f0f0;
    -moz-box-shadow:0 1px 3px #ccc;
    -webkit-box-shadow:0 1px 3px #ccc;
    box-shadow:0 1px 3px #ccc;
}
.dg-ph-block .img-block{
    padding: 10px 20px;
    float:left;
    width: 162px;
}
.dg-ph-block .img-block a{font-weight:bold;text-align:center;display:block;font-size:11px;}
.dg-ph-block .img-block a img{
    display:block;
    margin: 0 auto;
    border:1px solid #cccccc;
}
.dg-ph-block .img-block a span{
    display:block;
    line-height:17px;
    max-height: 34px;
    overflow:hidden;
    word-break: break-word;
}
.dg-ph-block .response{
    margin-left: 162px;
    min-height: 134px;
    background: #fff;
    border-left:1px solid #ccc;
}
.dg-ph-block .response .user{
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    overflow:hidden;
}
.dg-ph-block .response .user img,
.dg-ph-block .aw .user img,
.dg-ph-block .aw .comment img{
    display:block;
    width: 35px;
    height: 35px;
    float:left;
    margin-right: 10px;
    border:1px solid #ccc;
}
.dg-ph-block .response .user span{display:block;}
.dg-ph-block .response .user span.username{color:#4585f4;margin:2px 0 5px 0;font-weight:bold;}
.dg-ph-block .response .user span.post-date{font-size:11px;color:#747474;}
/*rating*/
.rate_star {display: inline-block;}
.rate_star .gray {
    background: url("//static.scdn.vn/images/ecom/ic-home.png") 0 -430px no-repeat;
    height: 15px;
    width: 100px;
    float: left;
}
.rate_star .gray .red {
    background: url("//static.scdn.vn/images/ecom/ic-home.png") 0 -410px no-repeat;
    height: 15px;
    float: left;
}
.rate_star span {
    float: left;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.dg-ph-block .response .text{padding:10px;}
.text .text_cmt{padding-top: 5px;color: #666; font-style: italic; line-height: 18px;}

/*thong so ky thuat*/
.content_tab.tech-info{
    background: none repeat scroll 0% 0% #FFF;
border: 1px solid #CCC;
margin-top: 14px;
}
.content_tab.tech-info h2.title {
    background: #f1f1f1;
    height: 30px;
    border-bottom: 1px #F2F2F2 solid;
    line-height: 30px;
    padding-left: 10px;
    font-size: 13px;
}
.content_tab.tech-info .qa{padding: 10px}
/*hoi-dap*/
.content_tab.hoi-dap{
    background: #FFF;
    border: 1px solid #ccc;
    margin-top: 14px;
}
.content_tab.hoi-dap h2.title {
    background: #f1f1f1;
    height: 30px;
    border-bottom: 1px #F2F2F2 solid;
    line-height: 30px;
    padding-left: 10px;
    font-size: 13px;
}
.content_tab.hoi-dap .qa{padding: 10px;}
/* CSS QA */
.qa .question{
    overflow:hidden;
    background: rgba(229, 240, 234, 0.46);
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 1px 2px 2px #DDD;
}
.qa .question h3.ttl{
    font-size:13px;
    color: #505050;
    line-height: 30px;
}
.qa h3.ttl span{
    font-size:11px;
    color: #333;
    font-weight:normal;
}
.qa .question div.img{
    width: 50px;
    height: 50px;
    float:left;
}
.qa .question div.text{}
.qa .question div.text textarea{
    width: 100%;
    padding: 5px;
    height: 52px;
    resize:vertical;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s liner;
}
.qa .question button.bt-send,
.comment button.bt-send{
    color: #0164ff;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 5px;
    background: #edeef0;
    border: 1px solid #bcc1c8;
    display: none;
    border-radius: 2px;
    line-height: 24px;
}
.qa .question button.bt-send:hover,
.comment button.bt-send:hover{background-color: #DDDDDE;}
.qa .question button.bt-send.active,
.comment button.bt-send.active{display: block;}
.answer-block .bt-send{
    color: #666;
    text-transform: capitalize;
    font-size: 11px;
}
.comment button.bt-send{
	display:block !important;
    float: left;
}
.qa .answer-block{
    border: 1px solid #d9d9d9;
    margin-top: 20px;
    box-shadow: 1px 1px 1px #ddd;
    background-color: #f8f8f8;
}
.qa .answer-block .answer{border-top: 1px solid #f1f1f1;}
.qa .answer-block .answer.topic{
    border-top: none;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px dashed #d9d9d9;
    background-color: #fff;
}
.qa .answer-block .topic.fis{background-color: #f8f8f8;border-bottom: 1px solid #d9d9d9;}
.qa .answer-block .answer div.avt{
    float:left;
    margin-right: 10px;
}
.qa .answer-block .answer .replyy{}
.qa .answer-block .answer .replyy .txt-answer{
    word-wrap: break-word;
    line-height: 16px;
    font-family: arial;
    margin-left: 10px;
    margin-top: 5px;
    white-space: pre-wrap;
}
.qa .answer-block .answer p.desc{
    font-size:11px;
    color:#747474;
    line-height: 18px;
    overflow: hidden;
}
.qa .answer-block .answer p.desc span.shop{
    background:#8e8e8e;
    padding: 2px 10px;
    color: #fff;
    font-weight:bold;
    font-size:11px;
    margin-right: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.qa .answer-block .answer p.desc span.username{
    color: #0164ff;
    font-size: 12px;
    font-weight:bold;
    margin-right: 5px;
}
.qa .answer-block .answer p.desc span{ margin-right: 10px; float: left;}
.qa .answer-block .answer p.desc .flw{color: #090;cursor: pointer; display: block;}
.qa .answer-block .answer p.desc .flw.on:before{content: "\f00d";color: #090;font-size: 13px;padding-right: 3px;}
.qa .answer-block .answer p.desc .flw:before{content: "\f00c"; font-size: 13px; color: #090; padding-right: 3px;}
.qa .answer-block .answer p.desc .del-cmt{color: #e5101d; cursor: pointer; display: none;}
.qa .answer-block .answer p.desc .del-cmt:before{content: "\f014"; color: #e5101d; font-size: 13px; padding-right: 3px;}

.qa .answer-block .answer .replyy:hover .flw,
.qa .answer-block .answer .replyy:hover .del-cmt{display: block;}
.qa .answer-block .answer p.txt-answer{line-height: 18px;}
.qa .pagination-block{border:none;margin-top:10px;padding-right:0;}
.answer-block .text {
    padding: 8px 10px;
    background-color: #fff;
}
.wrap-aw .dg-ph-block:first-child{margin-top:0;}
.dg-ph-block .aw{
    border-left: 1px solid #cccccc;
    overflow: hidden;
    background:#fff;
    min-height: 180px;
}
.dg-ph-block .aw .user{
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    overflow:hidden;
}
.dg-ph-block .aw .user.first,.dg-ph-block .aw .user.show{background:#f0f0f0;border-color: #ccc;display: block;}
.dg-ph-block .aw .user p{overflow:hidden;}
.dg-ph-block .aw .user p.txt-post{
    line-height: 17px;
    overflow:hidden;
    margin-top:3px;
}
.dg-ph-block .aw .user span{
    float:left;
    margin-right: 5px;
    display:block;
    white-space: nowrap;
}
.dg-ph-block .aw .user span.shop{
    background:#8e8e8e;
    color:#fff;
    font-weight:bold;
    font-size:11px;
    padding: 3px 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.dg-ph-block .aw .user span.username{
    font-weight:bold;
    color:#0164ff;
    line-height: 17px;
}
.dg-ph-block .aw .user span.post-date{
    font-size:11px;
    line-height: 18px;
}
.dg-ph-block .aw .user span.qt{
    color:#009900;
    font-size:11px;
    margin-left: 15px;
    line-height:18px;
	display:none;
}
.dg-ph-block .aw .user .qt .icon-checkmark {
    width: 10px;
    height: 10px;
    color: #439900;
    margin-right: 5px;
}
.dg-ph-block .aw a.view-all{
    display:inline-block;
    background: #f0f0f0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position:relative;
    cursor: pointer;    
}
.dg-ph-block .aw a.view-all .icon-comment_30x30{
    width: 13px;
    height: 13px;
    color: #999;    
    margin-right: 4px;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.dg-ph-block .aw a.view-all:hover .icon-comment_30x30{color:#0164ff;}
.dg-ph-block .aw a.view-all span,
.dg-ph-block .aw a.view-all:hover{color:#0164ff;}
.dg-ph-block .aw .comment{overflow:hidden;padding:10px;}
.dg-ph-block .aw .comment textarea{
    width:94%;
    padding: 4px 4px 0;
    resize:vertical;
}
/* SHOP-DETAIL STYLE */
.right-detail-shop{}
.right-detail-shop .box_img_attr{overflow: inherit;clear: both;border:1px solid #ddd; position: relative;}
.right-detail-shop .box_img_attr .box_img_product{width:320px;float:left; padding-top: 10px; position: relative;}
.box_img_attr .box_img_product .lbl-brand-detail{
  display: block;
  position: absolute;
  top: 0px;
  left:-8px;
  background: url(//static.scdn.vn/images/ecom/brand-detail.png) no-repeat;
  width: 65px;
  height:60px;
  z-index:1;
}
.right-detail-shop .box_img_attr .box_img_product .img_big
{
    width:320px;
    height:320px;
    margin-bottom:5px;
    position:relative;
    top:-1px;
    left:-1px;
}
.right-detail-shop .box_img_attr .box_img_product .img_big img{border:1px #e8e8e8 solid;}
.right-detail-shop .box_img_attr .box_img_product .img_thumb_small{margin-left:10px;}
.right-detail-shop .box_img_attr .box_img_product .img_thumb_small .cell{float:left;padding-right:5px;}
.right-detail-shop .box_img_attr .box_img_product .img_thumb_small .cell img{border:1px #e8e8e8 solid;}
.right-detail-shop .box_img_attr .box_attr_product{margin-left: 340px;padding: 10px 10px 10px 0}
.box_attr_product .name_product a{
        color:#333;
        font-size:16px;
        font-weight:bold;
        line-height: 20px;
    }
.box_attr_product .rating_buy_view{
        margin: 8px 0;
        overflow:hidden;
        border-bottom:1px #ddd solid;
        padding-bottom: 5px;
        line-height: 18px;
    }
.box_attr_product .rating_buy_view .buyview {overflow: hidden; float: left; margin-left: 20px;}
.rating_buy_view .buyview .lb,.rating_buy_view .buyview .lx{float: left;padding: 0 10px;}
.rating_buy_view .buyview .lb{padding-left: 0;}
.rating_buy_view .buyview .lx{border-left: 1px solid #ccc;}
.rating_buy_view .buyview .lx .icon,.rating_buy_view .buyview .lb .icon{
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin-right: 5px;
    color: #666;
}
.box_attr_product .rating_buy_view .rating{float:left;}
.box_attr_product .rating_buy_view .rating .bg_star{
        background:url("//static.scdn.vn/images/ecom/ic-home.png") 0 -430px;
        height:15px;
        width:100px;
        display:inline-block;
    }
.box_attr_product .rating_buy_view .rating .bg_star .rstar{
        background:url("//static.scdn.vn/images/ecom/ic-home.png") 0 -410px;
        height:15px;
        display:block;
    }
.box_attr_product .rating_buy_view .rating strong{font-size:15px;}
.box_attr_product .rating_buy_view .rating .dg{color:#0164ff; position: relative;}
.box_attr_product .rating_buy_view .rating .dg:before{
    content: ' đánh giá tích cực ';
    position: relative;
    top: 0;
    left: 0;
    color: #333;
}
.box_attr_product .rating_buy_view .separator{
        margin: 0 10px;
        float:left;
        height:16px;
        width:1px;
}
.box_attr_product .rating_buy_view .separator:before{content: '|'; color: #ccc;padding-top: 2px;}
.box_attr_product .rating_buy_view .buy ,
.box_attr_product .rating_buy_view .view{float:left;line-height:20px;}
.box_attr_product .rating_buy_view .buy strong ,
.box_attr_product .rating_buy_view .view strong{font-size:14px;}
.social{height: 22px;}
.social .for-fb{float: left; width: 140px;}
.box-fb-go{margin-top: 14px;}
.box_attr_product .price_wirehouse_shopinfo{margin-top: 14px; margin-bottom: 5px;}
.box_attr_product .price_wirehouse_shopinfo > div{
        display:inline-block;
        line-height:20px;
        overflow:hidden;
        margin-right:10px;
    }
.box_attr_product .price_wirehouse_shopinfo > div:last-child{margin-right: 0;}
.box_attr_product .price_wirehouse_shopinfo .price{
        overflow:hidden;
        line-height:20px;
        margin-right:10px;
        display:inline-block;
    }
.box_attr_product .price_wirehouse_shopinfo .price > div{display:inline-block;}
.box_attr_product .price_wirehouse_shopinfo .price .current_price{
        color:#ec2800;
        font-size:16px;
        font-weight:bold;
        margin-right:10px;
    }
.box_attr_product .price_wirehouse_shopinfo .price .old_price{color:#666;font-size:12px; text-decoration: line-through;}
.box_attr_product .price_wirehouse_shopinfo .price .update_price{
    border: 1px dashed #f7be92;
    padding: 0 5px;
    margin-left: 10px;
    white-space: nowrap;
}
.box_attr_product .price_wirehouse_shopinfo .wirehouse{display:inline-block;}
.box_attr_product .price_wirehouse_shopinfo .shopinfo{display:inline-block;}
.box_attr_product .price_wirehouse_shopinfo .shopinfo img{margin-left: 10px;vertical-align:middle;}
/*sub-cate houseware*/
.sub-cate.houseware .block-sub-cate{
    width: 28%;
    float:left;
}
.sub-cate.houseware .block-sub-cate a.catelv1{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 5px;
}
.sub-cate.houseware .block-sub-cate a.catelv1:hover,
.block-sub-cate .sub-cate-lv2 a:hover{
    color: #b16f2d;
    text-decoration: underline;
}
.block-sub-cate .sub-cate-lv2{margin: 5px 0 0 10px;}
.block-sub-cate .sub-cate-lv2 a{
    display: block;
    line-height: 22px;
    font-weight: normal;
}
.block-sub-cate .sub-cate-lv2 li:first-child a{
    font-weight: bold;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
}
.box_attr_product .fee_shipping{
    line-height:20px;
    padding-left:30px;
    position: relative;
    }
.box_attr_product .fee_shipping:before{
    background: url("//static.scdn.vn/images/ecom/ic-home.png") -309px -228px no-repeat;
    content:" ";
    width: 28px;
    height: 20px;
    position: absolute;
    left: -2px;
}
.box_attr_product .fee_shipping p{
    display: inline-block;
    font-size:11px;
}

.box_attr_product .fee_shipping strong{color:#009900;}
.box_attr_product ._shipping{}
.attrs label{width: 130px;float: left;}
#modalShipping label{width: auto;}
.box_attr_product .box-attrs{
    background-color: #f5f5f5;
    border-top: 1px dotted #ddd;
    padding: 5px 10px;
    margin-top: 10px;
}
.box_attr_product .attrs{
        padding:5px 0;
        line-height:20px;
        overflow: hidden;
    }

.box_attr_product .attrs .vc-info{}
.box_attr_product .attrs .vc-info .show-modal-shipping{
    color: #019901;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px 15px 4px 8px;
    border-radius: 3px;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}
.box_attr_product .attrs .vc-info .show-modal-shipping .icon-Navigationdownhome{
      position: absolute;
    top: 6px;
    right: 2px;
    color: #090;
    font-size: 11px;
    width: 16px;
    height: 16px;
    fill: #090;
}
.box_attr_product .attrs .vc-info .show-modal-shipping:hover{ border-color: #019901;}
.box_attr_product .attrs .vc-info span {color: #009900;}
.box_attr_product .attrs .vc-info strong{color: #009900;}
.box_attr_product .attrs .vc-info p{font-size: 12px; color: #505050; margin: 5px 0;}
.box_attr_product .attrs .vc-info .ic-ship .icon-car{
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.box_attr_product .attrs select{
        width:100px;
        line-height:22px;
        height:22px;
    }
.box_attr_product .attrs.quality input[name="qty"]{
  width:50px;
  height:24px;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.box-attrs .quality .item_quantity{
    display: inline-block;
    margin-left: 25px;
}
.box-attrs .quality.max-prod-quantity .item_quantity{
    background-color: #fbf7ca;
    border: 1px dashed #da8451;
    padding: 0 10px;
    color: #ff6600;
}
.box_attr_product .quality.max-prod-quantity input[name="qty"]{
  border: 1px dashed #da8451;
  background-color: #fbf7ca;
}
.box_attr_product .attrs .attrs-item{margin-left: 130px;}
.box_attr_product .attrs .attrs-item label{
    width: auto;
    border: 1px solid #ccc;
    background: #F2F2F2;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 1px;
    overflow: hidden;
}
.box_attr_product .attrs .attrs-item label > input{
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
}
.box_attr_product .attrs .attrs-item label > span {
    display: block;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
    padding: 0 5px;
}
.box_attr_product .attrs .attrs-item label:hover,
.box_attr_product .attrs .attrs-item label.checked {border: 2px solid #c00; padding: 0;}
.box_attr_product .attrs .attrs-item label .ic-check {
  background: url("//static.scdn.vn/images/ecom/ic-home.png") -288px -132px no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: -12px;
  bottom: 0;
  display: none;
  font-size: 0;
  text-indent: -99999px;
}
.box_attr_product .attrs .attrs-item label:hover,
.box_attr_product .attrs .attrs-item label.checked{outline-color: #F00;}
.box_attr_product .attrs .attrs-item label.checked .ic-check{display: block;}
.box_attr_product .buybtn{margin-top: 10px;position:relative;}
.box_attr_product .buybtn{ margin-top: 10px;position:relative;}
.box_attr_product .buybtn .overflow_box {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.box_attr_product .buybtn  .overflow_box{margin-top: 10px; font-size: 12px; font-weight: bold; display: inline-block;}
.box_attr_product .buybtn  .overflow_box .fav{color: #666; cursor: pointer;}
.box_attr_product .buybtn  .overflow_box .fav:hover{color: #06c;}
.box_attr_product .buybtn  .overflow_box .fav .icon{width: 16px; height: 16px; fill: #e1121c; color: #e1121c;vertical-align: middle;}
.box_attr_product .buybtn .overflow_box .fav:hover .icon{fill: #06c; color: #06c;}
.box_attr_product .buybtn  .overflow_box .fav span{display: inline-block; line-height: 20px;    margin-left: 2px;}
.box_attr_product .buybtn .addtocart{
        border:1px #007c00 solid;
        border-radius:3px;
        padding:10px 10px 10px 30px;
        font-size:16px;
        color:#FFF;
        font-weight:bold;
        margin-right:10px;
        display:inline-block;
        background-color: #019901;
        position: relative;
}
.box_attr_product .buybtn .addtocart:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: url("//static.scdn.vn/images/ecom/ic-home.png") -333px 0 no-repeat;
    width: 22px;
    height: 28px;
}
.box_attr_product .buybtn .addtocart:hover{background-color: #038303;}
.box_attr_product .buybtn .buynow,
.box_attr_product .buybtn .buynow-notlogin{
        border:1px #c70410 solid;
        border-radius:3px;
        font-size:16px;
        background-color: #e5101d;
        color:#FFF;
        font-weight:bold;
        padding:10px 10px 10px 35px;
        display:inline-block;
        position:relative;
}
.box_attr_product .buybtn .buynow{display: none;}
.box_attr_product .buybtn .buynow .icon-checkmark,
.box_attr_product .buybtn .buynow-notlogin .icon-checkmark{
    width: 16px;
    height: 16px;
    left: 10px;
    top: 10px;
    fill: #fff;
    color: #fff;
    margin-right: 10px;
    position: absolute;
}
.box_attr_product .buybtn .buynow:hover,
.box_attr_product .buybtn .buynow-notlogin:hover{background-color: #D50F1B;}
.box_attr_product .buybtn .hethang{
    border: 1px #666 solid;
    border-radius: 3px;
    font-size: 20px;
    background-color: #999;
    color: #FFF;
    font-weight: bold;
    padding: 0 40px;
    display: inline-block;
    position: relative;
    line-height: 40px;
}
.box_attr_product .buybtn .hethang .icon-blocked{
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: #fff;
  position: relative;
  top: 2px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.box_attr_product .attrs a.choice_supplier{
    width:26px;
    height:22px;
    position:relative;
    display:inline-block;
    margin-left:10px;
    border:1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
}
.box_attr_product .attrs .choice_supplier:before{
    content: "\f0dd";
    position: absolute;
    top: 1px;
    left: 8px;
    color: #999;
    font-size:14px;
}
.box_attr_product .attrs .choice_supplier:hover{border-color: #0066FF;}
.box_attr_product .attrs .choice_supplier:hover:before{color: #0066FF;}
.help_btn_detail{
        text-transform:uppercase;
        line-height:25px;
        font-size:11px;
        font-weight:bold;
        overflow:hidden;
        margin: 14px 0;
    }
.box_attr_product .shop-db,
.cont-shop-inf .shop-db{
    padding: 10px 10px 0 50px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.box_attr_product .shop-db:before,
.cont-shop-inf .shop-db:before{
    content: '';
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -251px -256px;
    width: 36px;
    height: 41px;
    position: absolute;
    left: 5px;
    top: 10px;
}
.box_attr_product .shop-db h3,
.cont-shop-inf .shop-db h3{
    font-size: 17px;
    color: #e5101d;
    line-height: 26px;
    text-transform: uppercase;
}
.box_attr_product .shop-db span,
.cont-shop-inf .shop-db span{font-size: 11px; margin-right: 10px; line-height: 16px;}
.box_attr_product .shop-db span:before,
.cont-shop-inf .shop-db span:before{
    content: "-";
    padding-right: 6px;
    color: #e5101d;
}
.box_attr_product .shop-db a.view-more,
.cont-shop-inf  .shop-db a.view-more{
    display: inline-block;
    float: right;
    margin-top: 6px;
    color: #4565f4;
    padding: 0;
    font-size:11px;
}
.box_attr_product .attrs.quality{position: relative;}
.box_attr_product .attrs .add-sl,
.box_attr_product .attrs .sub-sl{
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat ;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    left: 163px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.box_attr_product .attrs .add-sl{
    background-position: -152px -129px;
    top: 7px;
}
.box_attr_product .attrs .sub-sl{
     background-position: -152px -139px;
    top: 18px;
}
.quickview .box_attr_product .attrs .add-sl,
.quickview .box_attr_product .attrs .sub-sl{left: 112px;}
#overlay_login,
#overlay_modalShipping{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: none;
}
body.class_overlay_login #overlay_login{display: block;}
body.overlay_modalShipping #overlay_modalShipping{display: block;}
/* center */
.PagingWrapper{width:100%;}
.PagingControl{
        float:right;
        left:-50%;
        position:relative;
    }
.CenterWrapper{
        position: relative;
        left: 50%;
        padding: 0;
        margin: 0;
        overflow:hidden;
    }
.CenterWrapper a{
    float: left;
    border: 1px solid transparent;
    padding: 15px 10px 15px 62px;
    margin-right: 20px;
    position: relative;
    white-space: nowrap;
}
.CenterWrapper a:before{
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat;
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 50px;
    height: 50px;
}
.CenterWrapper a:hover{border-color: #ddd;background-color: #fff;}
/* center */
.help_btn_detail .buy_step{}
.help_btn_detail .buy_step:before{background-position: 0 -504px;}
.help_btn_detail .howshipping{}
.help_btn_detail .howshipping:before{ background-position: -54px -504px;}
.help_btn_detail .howpay{}
.help_btn_detail .howpay:before{background-position: -107px -504px;}
/* tab */
.tab_detail_of_product{}
.tab_detail_of_product .tab_li{overflow:hidden;}
.tab_detail_of_product .tab_li span{color:#0164ff;font-weight:normal;}
.tab_detail_of_product .tab_li ul ,
.tab_detail_of_product .tab_li ul li{list-style:none;}
.tab_detail_of_product .tab_li > ul > li{
        font-weight:bold;
        font-size:12px;
        border:1px #c5c5c5 solid;
        float:left;
        margin-right:8px;
        margin-bottom:-1px;
        cursor: pointer;
    }
.tab_detail_of_product .tab_li > ul > li a,
.tab_detail_of_product .tab_li > ul > li p{
    display: block;
    line-height: 20px;
    padding: 5px 15px;
    white-space: nowrap;
}
.tab_detail_of_product .tab_li > ul > li .fbbl{position: relative;}
.tab_detail_of_product .tab_li > ul > li .fbbl:before{
    content: "\f082";
    font-size: 15px;
    color: #3B5998;
    padding-right: 5px;
}
.tab_detail_of_product .tab_li > ul > li.active,
.tab_detail_of_product .tab_li > ul > li:hover{
        border-top: 2px #0164ff solid;
        background: #FFF;
        border-bottom: 1px #FFF solid;
        z-index: 1;
        position: relative;

    }
.tab_detail_of_product .content_tab_all{
        background:#FFF;
        border:1px #CCC solid;
        background: #FFF;
        border: 1px #CCC solid;
        position: relative;
        top: -1px;
        padding:20px;
        line-height:17px;
    }
.tab_detail_of_product .content_tab_all .content_tab{overflow: hidden; display: none;}
.tab_detail_of_product .content_tab.active{display:block;}
/*comment_fb_detail*/
.attribute-origin-tech{border: 1px solid #DDD;}
.attribute-origin-tech .attrs:nth-child(odd) {background-color: #f3f3f3;}
.tab_detail_of_product .attribute-origin-tech .attrs{
    display:block;
    padding: 5px 0;
    line-height: 17px;
    overflow: hidden;
}
.attribute-origin-tech .attrs label{
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 20px;
}
.product-options-tech .attribute-origin-tech .attrs-item label {
    min-width: 26px;
    display: block;
    float: left;
    height: 24px;
    border: 1px solid #CCC;
    padding: 1px;
    margin-right: 10px;
    line-height: 20px;
}
.product-options-tech .attribute-origin-tech .attrs-item label span {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
}
.attribute-origin-tech .attrs .attrs-item{float:left;}
/* rating + feedback */
.rating_feedback{background:#FFF;border:1px #CCC solid;margin-top:14px;}
.rating_feedback .note{padding: 10px; font-weight: bold;}

.rating_feedback > h2{
        background:#f7f7f7;
        height:33px;
        border-bottom:1px #f2f2f2 solid;
        line-height:33px;
        padding-left:10px;
     font-size: 13px;
    }

/* danh gia */
.fb_cmt_buyer{margin-top:10px;padding:10px;}
.fb_cmt_buyer .tilte_paging{
        padding:5px 0px;
        border-bottom:2px #CCC solid;
        overflow:hidden;
    }
.fb_cmt_buyer .tilte_paging .paging{float:right;clear:left;}
.fb_cmt_buyer .tilte_table{overflow:hidden;background:#f5f5f5;}
.fb_cmt_buyer .tilte_table .title    {
        font-size:11px;
         font-weight:bold;
         float:left;
         padding:10px;
    }
.fb_cmt_buyer .box_comment{
        overflow:hidden;
        margin-top:10px;
        border-bottom:1px #CCC solid;
        padding-bottom:10px;
        padding-left:10px;
    }
.fb_cmt_buyer .w-30-pr{width:30%;}
.fb_cmt_buyer .w-40-pr{width:40%;}
.fb_cmt_buyer .box_comment > div{float: left;padding: 10px;}
.fb_cmt_buyer .box_comment .user{float:left;}
.fb_cmt_buyer .box_comment .user .name{font-weight:bold;}
.fb_cmt_buyer .box_comment .user .date{font-size:11px;padding:3px 0px;}
.fb_cmt_buyer .box_comment .text .rate_star{display:inline-block;}
.fb_cmt_buyer .box_comment .text .rate_star .gray,
.service-rating-star .gray{
        background:url("//static.scdn.vn/images/ecom/ic-home.png") 0 -431px no-repeat;
        height:15px;
        width:100px;
        float: left;
    }
.fb_cmt_buyer .box_comment .text .rate_star .red,
.service-rating-star .red{
        background:url("//static.scdn.vn/images/ecom/ic-home.png") 0 -410px no-repeat;
        height:15px;
        float: left;
    }
.fb_cmt_buyer .box_comment .text .rate_star span
    {
        float:left;
        height:20px;
        line-height:20px;
    }
.fb_cmt_buyer .box_comment .text .text_cmt{}


/*product-detail*/
.tab2-response{}
.tab2-response div.txt-head{padding: 10px;border-bottom: 1px solid #f1f1f1;}
.content-tab2 .rating-block{overflow:hidden;padding: 0 10px;}
.content-tab2 .rating-block .star-rating{float:left;margin-top: 15px;}
.star-rating .ratingstar,
.product-review .ratingstar{width: 80px;float: left;}
.star-rating .ratingstar .stargrey,
.product-review .ratingstar .stargrey {
    height: 15px;
    background:url("//static.scdn.vn/images/ecom/ic-home.png") 0 -430px no-repeat;
    width:100px;
}
.star-rating .ratingstar .staryellow,
.product-review .ratingstar .staryellow{
    height: 15px;
    background:url("//static.scdn.vn/images/ecom/ic-home.png") 0 -410px no-repeat;
}
.content-tab2 .rating-block .star-rating div.txt-rating{
        float:left;
        margin-left: 24px;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        white-space: nowrap;
        margin-top: 4px;
    }
.star-rating div.txt-rating .red{color: #f00;}
.content-tab2 .rating-block .star-rating p{margin-top: 5px;line-height: 17px;}
.content-tab2 .rating-block .star-rating p a{
    font-weight:bold;
    color: #0066cc;
    text-decoration: underline;
}
.content-tab2 .desc-rating{float:right;padding-top: 10px;text-align:right;}
.content-tab2 .desc-rating table{border: 1px solid #ccc;float:right;}
.content-tab2 .desc-rating table .col-rg{
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}
.content-tab2 .desc-rating table .col-rg span{float:left;}
.desc-rating table .col-rg .desc-level{
    width: 140px;
    float:right;
    background-color: #dddddd;
    height: 10px;
    margin-top: 7px;
    margin-left: 20px;
}
.desc-rating table .col-rg .desc-level .redcolor{
    width: 80%;
    background-color: #e5101d;
    height: 10px;
    float:left;
}
.content-tab2 .desc-rating table td.bd-bt{border-bottom:1px solid #ccc;}
.content-tab2 .desc-rating table td.col-lf{padding: 0 10px;vertical-align:middle; text-align: left;}
.content-tab2 .desc-rating table td.col-lf strong{color:#06c;cursor:pointer; display: inline-block; white-space: nowrap;}
.content-tab2 .desc-rating table td.col-lf:hover strong{text-decoration:underline;}
/*zoom*/
.zoom-desc {
float: left;
margin-top: 10px;
overflow: hidden;
}
.zoom-desc a {
display: block;
margin: 0 5px;
float: left;
border: 1px solid #ddd;
}
.zoom-desc a:hover, .zoom-desc a.zoomGalleryActive {border-color: #666;}
/* box shipping */
#modalShipping .box_modal_ship{position: relative;}
#modalShipping .box_modal_ship .vct{line-height: 22px;}
#modalShipping .box_modal_ship .box-shop-hotro-pvc{position: absolute;right: 15px;top: 0; line-height: 22px;}
#modalShipping .box_modal_ship .box-shop-hotro-pvc b{color: #090;}
.box_modal_ship .place_pickup{margin:10px 0;}
.box_modal_ship .place_pickup select#est_district, .box_modal_ship .place_pickup select#est_ward{min-width: 160px}
.box_modal_ship .place_pickup select{height:23px;}
.box_modal_ship .box_supplier{
    display:table;
    width:100%;
    border-top:2px #CCC solid;
}
.box_supplier .title{
    background:#f4f4f4;
     font-size:11px;
        font-weight:bold;
        line-height:25px;
        height:25px;

        width:100%;
    }
.box_supplier .cell{
        display:table-cell;
        padding-left:10px;
        height:34px;
        vertical-align:middle;

    }
.box_supplier .cell:last-child{}
.box_supplier ._supplier{table-layout:fixed;width:100%;}
.box_supplier .row
    {
    display:table-row;
    border-bottom: 1px solid #dddddd;
    border-collapse: separate;
    width:100%;
    }
.choice_supplier_btn
    {
        border: 1px #be040f solid;
        color: #FFF;
        line-height: 28px;
        width: 100px;
        border-radius: 2px;
        font-weight: bold;
        cursor: pointer;
        margin-left: 5px;
        background:#dd0c19;
    }
/* modal add to cart */
#modalAddtocart{width:490px;margin-left:-295px; line-height: 18px;}
#modalAddtocart .modal-header{height:auto;padding:0;position: relative;overflow: inherit;border-bottom: none;}
#modalAddtocart .modal-header .close{position: absolute;right:8px;}
#modalAddtocart .box_product_incart{padding: 15px 30px 15px 45px;background-color: #fff6e5;overflow: hidden;min-height: 150px;}
#modalAddtocart .box_product_incart .ic{
      width: 30px;
    height: 30px;
    background-color: #029900;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 5px;
    text-align: center;
}
#modalAddtocart .box_product_incart .ic .icon{
  fill: #fff;
  color: #fff;
  width: 16px;
  height: 30px;
}
#modalAddtocart .box_product_incart .ic.ic-alert {
	color: #fff;
	background-color: #e60f1e;
	line-height: 30px;
	font-size: 24px;
}
#modalAddtocart .modal-body{padding: 0;}
#modalAddtocart .box_scroll{padding: 10px 32px ; width: 460px;}
#modalAddtocart .box_scroll .item a{display: block;}
#modalAddtocart .box_scroll .item img{border: 1px solid #c9c9c9;}
#modalAddtocart .box_product_incart p.name{font-size:14px; padding-right: 10px;}
#modalAddtocart .box_product_incart p.sp{font-size: 13px; padding-top: 10px; }
#modalAddtocart .box_product_incart p.sp b{color: #e5101d; font-size: 14px;}
#modalAddtocart .box_product_incart > .numb{color:#e3101f;}
#modalAddtocart .box_product_incart img{width:120px;height:120px; float: left; margin-right: 20px;}
#modalAddtocart .recommend{background-color: #fff;margin-top:0;padding:10px;border-top:2px solid #c2c2c2;}
#modalAddtocart #owl-recommend{overflow: hidden;position: relative;}
#modalAddtocart .box_scroll .item{  width: 60px; height: 60px; float: left;}
#modalAddtocart .box_scroll .item .img{width:60px;height: 60px;}
#modalAddtocart .title{font-weight: normal; font-size: 12px;}
#modalAddtocart .owl-carousel .owl-controls .owl-nav > div{
  top: 10px;
  width:30px;
  height:60px;
  text-align: center;
  background-color: #f1f1f1;
  opacity: 1;
  border:1px solid #dfdfdf;
}
#modalAddtocart .owl-carousel .owl-controls .owl-nav > div svg{width: 30px;height: 60px;fill: #ccc;}
#modalAddtocart .owl-controls .owl-nav > div:hover{border-color:#c9c9c9;}
#modalAddtocart  .owl-controls .owl-nav > div:before{
  font-size: 25px;
  color: #9c9c9c;
  font-weight: bold;
  line-height: 34px;
}
#modalAddtocart  .owl-controls .owl-nav > div:hover:before{color:#d81b05;}
#modalAddtocart  .owl-controls .owl-nav .owl-prev{left:0;}
#modalAddtocart  .owl-controls .owl-nav .owl-next{right:0;}
#modalAddtocart .box-btn-buy .btn{
      height: 30px;
    line-height: 30px;
    width: auto;
    display: inline-block;
    font-size: 14px;
        padding: 0 10px;
        margin-right: 10px;
}
#modalAddtocart .box-btn-buy .btn .icon{
      left: 5px;
    top: 4px;
    position: relative;
        width: 16px;
        height: 16px;
}
#modalAddtocart .box-btn-buy .btn .icon-shopping{width: 18px;height: 18px;}
#modalAddtocart .box-btn-buy .buynow-btn{margin-right: 0;}
#modalAddtocart .box-btn-buy{margin-top: 10px;}
.box-btn-buy .btn,.box-btn-buy .btn.hethang{
  height: 42px;
  line-height: 42px;
  position: relative;
  background-color: #029900;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 3px;
  text-align: center;
  padding: 0 20px;
  width: auto;
  margin-right: 14px;
}
.box-attrs .attrs .lb {
  position: relative;
}
.box-attrs .attrs .lb em {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 10px;
  color: #e60f1e;
  cursor: pointer;
  font-style: normal;
}
.icon-ruler {
  width: 22px;
  height: 9px;
  fill: #e60f1e;
}
.box-attrs .attrs .lb .icon-ruler {
  position: relative;
  margin-right: 3px;
}

.modal-sizeguide .sizeguide-b {
  overflow: hidden;
  padding: 10px;
}
.modal-sizeguide .baby,.modal-sizeguide .child{
  padding: 0;
}
.modal-sizeguide .sizeguide-b .title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.modal-sizeguide .modal-title span {text-transform: uppercase; font-weight: bold;}
.modal-sizeguide .sizeguide-b .col {float: left;width: 50%;}
.modal-sizeguide .sizeguide-b .col-1 {text-align: center; padding-right: 10px;}
.modal-sizeguide .sizeguide-b .col-2 {padding-left: 10px; margin-top: 20px;}
.modal-sizeguide .sizeguide-b .row {overflow: hidden; margin-bottom: 10px;}
.modal-sizeguide .sizeguide-b .row-1 img {float: left;}
.modal-sizeguide .sizeguide-b .row-1 p {overflow: hidden;}
.box-btn-buy .btn.hethang{border: 1px #666 solid;background-color: #999;}
.box-btn-buy .btn.hethang .icon{display: none;}
.box-btn-buy .btn.hethang .icon-blocked{
  width: 18px;
  height: 18px;
  margin-right: 5px;
  color: #fff;
  position: relative;
  top: 2px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.box-btn-buy .btn .icon{
  width: 20px;
  height: 20px;
  fill: #fff;
  color: #fff;
  margin-right: 10px;
  position: absolute;
}
.box-btn-buy .addcart-btn{text-align: right;}
.box-btn-buy .buynow-btn{background-color: #e60f1e;margin-right:10px;}
.box-btn-buy .btn .icon-checkmark{
  width: 20px;
  height: 20px;
  left: 30px;
  top: 10px;
}
.box-btn-buy .btn .icon-iconsendohome{
  width: 30px;
  height: 30px;
  left: 10px;
  top: 5px;
}
/*shop-products*/
.amount-pr-shop{line-height: 34px;}
.amount-pr-shop span.numb strong{color: #e5101d;}
.amount-pr-shop label{
    margin-left: 10px;
    position: relative;
    padding-left: 15px;
    font-size:11px;
    font-weight:bold;
}
.amount-pr-shop label input[type="checkbox"]{
    position:absolute;
    left:0;
    top: 0;
}
.amount-pr-shop label span{color:#ff6600;}
.shop-products .block-products{margin-top:5px;}

/*shop-inf*/
.shop-inf-block{
    border:1px solid #ccc;
    overflow:hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.shop-inf-block .trans-inf{
    overflow:hidden;
    padding: 10px;
    background-color:#f5f5f5;
    border-bottom: 1px solid #ccc;
}
.shop-inf-block .trans-inf .cl-tran-inf{
    width: 33%;
    float:left;
    border-left: 1px solid #ccc;
    text-align:center;
}
.shop-inf-block .trans-inf .cl-tran-inf:first-child{border-left:none;}
.shop-inf-block .trans-inf .cl-tran-inf span{display:block;}
.shop-inf-block .trans-inf .cl-tran-inf span.numb-inf{
    font-weight:bold;
    color: #e5101d;
    font-size:19px;
}
.shop-inf-block .trans-inf .cl-tran-inf span.txt-inf{
    margin-top: 8px;
    color:#505050;
    padding-left: 20px;
}
/*
.shop-inf-block .trans-inf .cl-tran-inf .trans-success:before{
    content: "";
    background: url("//static.scdn.vn/images/ecom/ic-sprite.png") -347px -21px no-repeat;
    width: 21px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}
*/
.shop-inf-block .trans-inf .cl-tran-inf .order:before{content: "\f02b";padding-right:5px;}
.shop-inf-block .trans-inf .cl-tran-inf .amount:before{content: "\f00a";padding-right:5px;}
.shop-inf-block .cont-shop-inf{padding: 10px 20px;}
.cont-shop-inf h2.ttl-shop-inf{overflow:hidden;margin-top: 15px; }
.cont-shop-inf h2.ttl-shop-inf .ttl{
    display:block;
    float:left;
    line-height: 24px;
    border-bottom: 2px solid #4585f4;
    font-size:13px;
    white-space: nowrap;
}
.cont-shop-inf h2.ttl-shop-inf .ttl .shop-name{
    font-size:17px;
    color:#4585f4;
}
.cont-shop-inf .desc{margin: 15px 0; line-height: 18px;}
.cont-shop-inf .address-shop-rw{margin-top: 10px;}
.cont-shop-inf .address-shop-rw label{
    width: 150px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
}
.cont-shop-inf .img-shop{margin: 15px 0;text-align:center;}
.cont-shop-inf .dtvc{margin: 10px 0 0 30px;}
.cont-shop-inf .dtvc img{margin-right: 30px; margin-top: 5px; cursor: pointer;}
.shop-inf-block .cont-shop-inf .shop-db span{margin-right: 50px;}
.shop-inf-block .cont-shop-inf .shop-db a.view-more{float:none;}
.box-hoa-sen{
    background-color: #f7f7f7;
    margin-top: 10px;
    position: relative;
    line-height: 20px;
    padding: 10px 10px 10px 45px;
    overflow: hidden;
}
.box-hoa-sen:before{
    content: '';
    background: url("//static.scdn.vn/images/ecom/ic-home.png") -252px -255px no-repeat;
    width: 38px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 5px;
}
.box-hoa-sen.icBrand:before{background-position: -306px -459px;}
.box-hoa-sen h2,.box-brand-prod h2{
    font-size: 17px;
    font-weight: bold;
    color: #e5101d;
    text-transform: uppercase;
}
.box-hoa-sen span,.box-brand-prod span{font-size: 11px;margin-right: 10px;}
.box-hoa-sen span .icon-checkbox,.box-brand-prod span .icon-checkbox{width: 13px;height: 13px;margin-right: 5px;position: relative;top: 2px;}
.box-hoa-sen span .icon-checkbox{color:#e5101d;}
.box-brand-prod span .icon-checkbox{color:#f85502;}
.box-hoa-sen .view-more{float: right;color: #4565f4;padding: 0; font-size: 11px;}
 .box-brand-prod .view-more{position:absolute;bottom:28px;right:10px;color:#06f;}
.box-brand-prod{margin-top:10px;line-height: 20px;position: relative;padding: 10px 10px 10px 0;}
.box-brand-prod h2,.box-brand-prod span:before,.box-brand-prod span b{color:#f85502;}
/*modal brand-prod*/
#modalBrandProd.modal{width:640px;margin-left:-320px;}
#modalBrandProd .close {
    border: 1px solid #e5101d;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    color: #e5101d;
    background: none;
    border-radius: 2px;
    float: right;
    position: absolute;
    top: 10px;
    right:10px;
    cursor: pointer;
}
#modalBrandProd .modal-body{
  padding: 40px 25px 25px;
  position: relative;
  background: #fff;
  line-height: 20px;
}
#modalBrandProd .captionModal{
  font-size:18px;
  color:#f85502;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#modalBrandProd  .par{}
#modalBrandProd  .par span{
  display: block;
  padding-left:10px;
  position: relative;
}
#modalBrandProd  .par span:before{
   content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 8px;
}
.m-t-20{margin-top:20px;}
/*end modal brand-prod*/
.box_attr_product .img-tmp {
    position: absolute;
    top: -332px;
    left: -345px;
    z-index: -1;
    opacity: 0;
}

/*author*/
.danhgia-phanhoi .user.first:hover span.qt{	display:block;	cursor:pointer;}
.danhgia-phanhoi .user span.del-cmt{color: #e5101d; cursor: pointer; display: none; margin-left: 10px; font-size: 11px;}
.danhgia-phanhoi .user span.del-cmt:before{content: "\f014"; color: #e5101d; font-size: 13px; padding-right: 3px;}
.danhgia-phanhoi .user:hover span.del-cmt{	display:block;	cursor:pointer;}
.danhgia-phanhoi .no-rate-shop{
    padding: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #ddd;
}
/*modal-login*/
#modalLogin.modal{
    width: 400px;
    margin-left: -200px;
}
#modalLogin .modal-header .caption{
    font-size:17px;
    text-transform: uppercase;
    line-height: 46px;
}
.modal-header .close{
    border: 1px solid #e5101d;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 18px;
    text-align: center;
    width: 24px;
    color:#e5101d;
    margin-top: 8px;
    background: none;
    border-radius: 2px;
    float: right;
}
.modal-header .close:hover{background-color: #f2f2f2;}
.modal-title .vct{
  float: right;
  font-size: 12px;
  white-space: nowrap;
  padding-right: 10px;
  font-weight: normal;
}
.modal-title .vct i{font-style: normal; font-weight: bold;}
#modalLogin .login-body{}
#modalLogin .login-body .login-social{
    border-bottom: 1px solid #e5e5e5;
    height: 54px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
#modalLogin .signup-body .login-social{
   border-bottom: 1px solid #e5e5e5;
   position: relative;
   padding-bottom: 10px;
}
#modalLogin .login-social .break-login-social{line-height: 30px;}
#modalLogin .login-social .icon-facebook,
#modalLogin .login-social .icon-googleg2{position: relative;top: 6px;margin-left: 5px;width: 26px;height: 26px;cursor:pointer;}
#modalLogin .login-social .icon-facebook{color: #48629B;}
#modalLogin .login-social .icon-googleg2{color: #DC4B38;}
#modalLogin .ic-login{display: inline-block;}  
#modalLogin .box-fl .login-social span,
#modalLogin .box-fl .login-social a{display:inline-block;font-size:13px; white-space: nowrap;}
#modalLogin .box-fl .login-social a strong{color: #e5101d;}
#modalLogin .box-fl .login-social a:hover strong{text-decoration: underline;}
#modalLogin .box-fl .login-social .lbl{line-height: 30px; margin-right: 10px;}
#modalLogin .login-body .login-social .lbl2{
    bottom: -11px;
    display: inline-block;
    float: none;
    left: 50%;
    padding: 5px 10px;
    position: absolute;
    margin-left: -27px;
    width: 54px;
}
#modalLogin .main-login > div{position: relative;margin-top:10px;}
#modalLogin .main-login .b-email{margin-top:15px;}
#modalLogin .main-login > div > input{
   display:block;
    width: 100%;
    height: 34px;
    border: 1px solid #c9c9c9;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding-left: 25px;
    font-size:13px;
    border-radius: 2px;
}
#modalLogin .main-login > div > input.validation-failed{border: 1px dashed #e5101d; background-color: #fadbdd;}
#modalLogin .main-login > div > input.disable-input{background-color: #c9c9c9;}
#modalLogin .main-login .b-email:before,
#modalLogin .main-login .b-password:before{
    content: '';
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -262px -155px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}
#modalLogin .main-login .b-email:before{}
#modalLogin .main-login .b-password:before{background-position: -290px -155px;}
#modalLogin .main-login .b-name{}
#modalLogin .main-login .b-name #reg_lastname{width: 100px; display: inline-block; padding-left: 5px;margin-left: 10px;}
#modalLogin .main-login .b-name #reg_firstname{width: 206px; display: inline-block; padding-left: 5px;}
#modalLogin .main-login .b-catpcha{margin-bottom: 10px;}
#modalLogin .main-login .b-catpcha #catpcha_input{width: 150px; display: inline-block;}
#modalLogin .main-login .b-catpcha .refresh{    cursor: pointer;margin-left: 10px;display: inline-block;}
#modalLogin .main-login .refresh .icon{fill: #06c; width: 22px; height: 22px; vertical-align: middle;}
#modalLogin .main-login .forget-pass{
    display: block;
  text-align: right;
  color:#cc3333;
  font-size:13px;
  line-height: 18px;
  padding: 10px 0 0 0;
}
#modalLogin .main-login label{
    display:block;
    position:relative;
    font-size: 13px;
    padding: 5px 0;
    line-height: 24px;
}
#modalLogin .signup-body .main-login label{margin-top: 0; padding: 0;}
#modalLogin .signup-body .main-login label a{color: #06c;}
#modalLogin .signup-body .main-login label a:hover{text-decoration: underline;}
#modalLogin .main-login  label.radio input[type="radio"]{position:absolute;opacity: 0;z-index: -1;}
#modalLogin .main-login  label.radio  span{
    display: block;
    padding-left: 25px;
    position: relative;
}
#modalLogin .main-login  label.radio  span:before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-color: #f9f9f9;
    border:1px solid #c0c0c0;
    position:absolute;
    left:0;
    content:"";
    top:2px;
}
#modalLogin .main-login  label.radio  span:after{
    width: 8px;
    height: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-color: #ff0000;
    position:absolute;
    left: 6px;
    content:"";
    top: 8px;
    z-index: 1;
    display: none;
}
#modalLogin .main-login  label.radio input:checked ~ span:after{display:block;}
#modalLogin .main-login .bt-cont{
    height: 34px;
    line-height: 34px;
    display: block;
    margin: 10px 0;
    color:#fff;
    text-align: center;
    background-color: #e5101d;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #e5101d;
}
#modalLogin .main-login .no-account{line-height: 30px;}
#modalLogin .main-login .no-account a{color:#e5101d;}
#modalLogin .main-login .no-account a:hover{text-align: center;}
#modalLogin .main-login .no-account a strong{margin-left: 10px;}
/* INTEREATING */
.interesting{
  position:fixed;
  top: 148px;
  right: 0;
  width: 70px;
  opacity: 1;
  z-index: 10;
}
.interesting.active {width: 36px;right: 0;opacity: 1;}
.interesting:hover {opacity: 1;}
.interesting span.bt-click{
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -29px;
  display:block;
  position: absolute;
  cursor:pointer;
  text-align: center;
}
.interesting span.bt-click:before{
  content: "\f101";
  font-size: 30px;
  font-weight:bold;
  color: #999;
  text-align: center;
}
.interesting.active span.bt-click:before{content: "\f100";}
.interesting .logo-123mua{
    display: block;
  background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -113px -432px;
    width: 74px;
    height: 26px;
    margin-bottom: 5px;
}
.interesting.active .logo-123mua {
  background-position: -190px -432px;
  width: 36px;
  height: 36px;
}
.interesting ul.cate-rg{
    border: 1px solid #ddd;
    position:relative;
  background-color: #FFF;
  ;
}
.interesting ul.cate-rg li.sendo-sm{border: none;}
.interesting.active ul.cate-rg li.sendo-sm a {
  background: none;
    width: 32px;
    height: 16px;
    display: block;
}
.interesting ul.cate-rg li.sendo-sm a {
  background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -229px -435px;
  width: 70px;
  height: 20px;
}
.interesting ul.cate-rg li.sendo-sm a:before {
  content: '.';
  display: none;
}
.interesting ul.cate-rg li{border-top: 1px solid #ccc;}
.interesting ul.cate-rg li a {
  display: block;
  position: relative;
}
.interesting ul.cate-rg li a:before{
  display:block;
  height: 36px;
  text-align:center;
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat;
    width: 30px;
    margin: 0 auto;
    content: "";
    position: relative;
    top: 5px;
}
.interesting ul.cate-rg li.hide{display: none;}
.interesting.active ul.cate-rg li a:before{
    -webkit-transform: scale(0.8,0.8);
    -moz-transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    -o-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
}
.interesting.active ul.cate-rg li .ttnu:before{background-position: 4px -88px;}
.interesting.active ul.cate-rg li .ttnam:before{background-position: -24px -88px;}
.interesting.active ul.cate-rg li .mevabe:before{background-position: -60px -88px;}
.interesting.active ul.cate-rg li .mypham:before{background-position: -92px -88px;}
.interesting.active ul.cate-rg li .pkcn:before{background-position: -126px -88px;}
.interesting.active ul.cate-rg li .kgs:before{background-position: -161px -88px;}
.interesting.active ul.cate-rg li .ttv{background-position: -199px -88px;}
.interesting.active ul.cate-rg li .dgd:before{background-position: -237px -88px;}
.interesting ul.cate-rg li .ttnu:before{background-position: 1px -88px;}
.interesting ul.cate-rg li .ttnam:before{background-position: -26px -88px;}
.interesting ul.cate-rg li .mevabe:before{background-position: -62px -88px;}
.interesting ul.cate-rg li .mypham:before{background-position: -92px -88px;}
.interesting ul.cate-rg li .pkcn:before{background-position: -126px -88px;}
.interesting ul.cate-rg li .kgs:before{background-position: -162px -88px;}
.interesting ul.cate-rg li .tt:before{background-position: -199px -88px;}
.interesting ul.cate-rg li .dgd:before{background-position: -237px -88px;}
.interesting ul.cate-rg li:hover{background-color: #eaeaea;}
.interesting ul.cate-rg li:first-child a{border:none;}
div.interesting ul.cate-rg span.ic-arr-ab{
  background-color: #ddd;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -2px;
  left: -2px;
  cursor:pointer;
    text-align: center;
    border-bottom-right-radius: 15px;
}
div.interesting ul.cate-rg span.ic-arr-ab:before{
    content: "\f061";
    font-size: 11px;
    color: #fff;
}
div.interesting div.interesting-products{
  margin: 5px 0;
  border: 1px solid #ddd;
    background-color: #fff;
}
div.interesting div.interesting-products .click-cl{
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight:bold;
  text-align:left;
  color: #f00;
  padding: 5px;
  position:relative;
    cursor: pointer;
}
div.interesting div.interesting-products .click-cl span {
  display: block;
  color: #333333;
  font-size: 10px;
  text-align: center;
}
div.interesting .comment span.bt-close{
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}
div.interesting.active .comment{width:68px;}
div.interesting .comment{width:36px; margin-top: 5px;}
div.interesting .comment a{
  display:block;
  background: url("//static.scdn.vn/images/ecom/ic-home.png") -52px -227px no-repeat;
  height: 57px;
  width:70px;
  display:block;
}
div.interesting.active .comment a{
  display:block;
  background: url("//static.scdn.vn/images/ecom/ic-home.png") -130px -227px no-repeat;
  height: 57px;
  width: 36px;
  display:block;
}
div.interesting .like-facebook{
    margin-top: 5px;
    height: 70px;
    overflow: hidden;
    text-align: center;
}
.interesting .like-facebook .gfollow{display: none;}
.interesting.active .like-facebook .box-gfollow{display: none;}
.interesting .like-facebook .box-gfollow{display: block;}
.interesting.active .like-facebook .gfollow{
  background: url("//static.scdn.vn/images/ecom/ic-home.png") -130px -286px no-repeat;
    width: 32px;
    height: 20px;
    display: block;
}
.interesting.active div.interesting-products ul.interesting-product-slider{display:none;}
.interesting.active div.interesting-products .click-cl span.number{
  right:8px;
  top: 5px;
}
.interesting div.interesting-products .click-cl span.number{
  display: block;
  background: #f00;
  position: absolute;
  padding: 0 2px;
  top: 0;
  border-radius: 3px;
  color: #fff;
  right: 2px;
  font-weight: bold;
  font-size: 11px;
}
.interesting.active .comment span{display:none;}
.interesting.active .comment a:before{margin-bottom:0;}
.interesting.active ul.cate-rg span.ic-arr-ab:before{content: "\f060";}
.interesting.active ul.cate-rg li a img{
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.interesting.active .slider-block{display: none;}
.interesting.active div.interesting-products .click-cl{
  height: 88px;
  position: relative;
    cursor: pointer;
}
.interesting.active div.interesting-products .click-cl span.text {
    display: block;
    left: -25px;
    position: absolute;
    top: 58px;
  -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
    width: 80px;
    font-family: arial;
    text-align: left;
}
.click-cl .number{display: none;}
/*slider*/
.interesting.active .slider-block{display: none;}
.interesting .slider-block{display: block;}
.interesting-products .slider-block{padding-top: 5px;padding-bottom: 22px;}
.interesting-products .quantam-container {width: 68px;position: relative; text-align: center;}
#owl-quantam .owl-controlls{background-color: #eaeaea;}
#owl-quantam .owl-prev,
#owl-quantam .owl-next{
    top: 160px;
    left: 1px;
    height: 16px;
    background-color: #fff;
    border-color: #ddd;
}
#owl-quantam .owl-next{left: 35px}
#owl-quantam .owl-prev:before,
#owl-quantam .owl-next:before{
    font-size: 12px;
    left: 10px;
    top: 2px;

}
/*quan-tam-slider */
.interesting .interesting-products .slider-block{padding: 14px 0 20px 0;position:relative; display: block;}
.interesting.active .interesting-products .slider-block,
.interesting .interesting-products .slider-block.w-original{padding: 0; display: none;}
.interesting-products.w-original .slider-block{padding: 0;}
.interesting-products .swiper-container {
  width: 68px;
  /*height: 180px;*/
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.interesting-products.w-original .swiper-container{ height: 0;}
div.interesting-products .swiper-container a{display:block;margin: 0 auto;padding-top:8px;}
div.interesting-products .swiper-container a img{border:1px solid #ccc;}
div.interesting-products .swiper-container a img:hover{border-color: #999;}
div.interesting-products .swiper-container .swiper-slide{position:relative; }
div.interesting-products .arrow-up,
div.interesting-products .arrow-down{
    display: block;
    position: absolute;
    font-size: 18px;
    color: #505050;
    width: 20px;
    height: 20px;
}
div.interesting-products.w-original .arrow-up,
div.interesting-products.w-original .arrow-down{display: none;}
.interesting.active .arrow-up,
.interesting.active .arrow-down{display: none;}
.interesting .arrow-up,
.interesting .arrow-down{display: block;}
div.interesting .arrow-up{left: 22px;top: -3px;}
div.interesting .arrow-down{ bottom: 5px;right: 24px;}
div.interesting-products .arrow-up:before{content: "\f106";font-size:28px;font-weight:bold;}
div.interesting-products .arrow-down:before{content: "\f107";font-size:28px;font-weight:bold;}
div.interesting-products .arrow-up:hover,
div.interesting-products .arrow-down:hover{color: #f00;}
div.interesting-products .swiper-container .swiper-slide .remove{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
div.interesting-products .swiper-container .swiper-slide .remove:before{
    color: #000000;
    content: "\f057";
    cursor: pointer;
    font-size: 14px;
    height: 10px;
    width: 10px;
    position: absolute;
    top:0;
    right:5px;
}
div.interesting-products .swiper-container .swiper-slide .remove:hover:before{color: #f00;}
/* login boxed */
.login_boxed{background-color: #fff;cursor: pointer;}
.login_boxed .uername{
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 5px;
    line-height: 30px;
    width: 130x;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.login_boxed .uername:hover{color: #4585f4;}
.login_boxed .uername img{float: left; margin-right: 2px;}
.login_boxed .uername h3{
    float: left;
    width: 125px;
    line-height: 30px;
}
.login_boxed .tk-box{
    float: right;
    position: relative;
    margin-right: 16px;
}
.login_boxed .tk-box:after{
    content: "\f0dd";
    right: -10px;
    top: 6px;
    position: absolute;
    -webkit-transition:  -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -ms-transition: -ms-transform .2s linear;
    -moz-transform-origin: 48% 60%;
    -webkit-transform-origin: 48% 60%;
    -o-transform-origin:  48% 60%;

}
.login_boxed:hover .tk-box:after{
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.login_boxed:hover .tk-box{color: #4585f4;}
.login_boxed .tk-box > span{
    border-left: 1px solid #ddd;
    padding:0 5px;
    cursor: pointer;
    line-height: 30px;
}
.login_boxed .tk-box > ul{
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #D6D6D6;
    padding: 10px;
    right: -17px;
    top: 30px;
    z-index: 3;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.login_boxed:hover .tk-box > ul{display: block;}
.login_boxed .tk-box > ul > li{position: relative; line-height: 26px;}
.login_boxed .tk-box > ul > li:hover > a{color: #4585f4; }
.login_boxed .tk-box > ul > li:before{
    content:'';
    margin-right: 10px;
    color: #666;
}
.login_boxed .tk-box > ul > li:hover:before{color: #4585f4;}
.login_boxed .tk-box > ul > li.tttk:before{content:'\f09d';}
.login_boxed .tk-box > ul > li.ht:before{content:"\f003";}
.login_boxed .tk-box > ul > li.sqt:before{content:"\f004";}
.login_boxed .tk-box > ul > li.tddh:before{content:"\f080";}
.login_boxed .tk-box > ul > li.thoat:before{content:"\f011";}
.dg-ph-block .aw .comment .waiting_qa{
	display:none;
	width:22px !important;
	height:auto !important;
	border:none !important;
    margin-top: 5px;
    margin-left: 10px;
}
/* comments modal */
.comment_modal_box{}
.comment_modal_box .line{
        padding:5px 0;
        overflow: hidden;
        line-height: 28px;
    }
.comment_modal_box .line label{
        float: left;
        width: 100px;
        margin-right: 10px;
}
.comment_modal_box .line input[type="text"]{
      height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
}
.comment_modal_box .line #mess-title{width: 400px;}
.comment_modal_box .line label span{color: #c00;}
.comment_modal_box .line textarea{
  width:400px;
  height:100px;
   border: 1px solid #ddd;
   resize: vertical;
}
.comment_modal_box .line .email{width:250px;}
.comment_modal_box .line .capcha{float:left; margin-right:10px;}
.comment_modal_box .line img{float:left; margin-right: 10px;}
.comment_modal_box .line .othercode{line-height:30px;cursor: pointer;}
.comment_modal_box .line .othercode:hover{color: #4585f4;}
.comment_modal_box .line .othercode:before{
    content: "\f021";
    color: #4585f4;
    padding-right: 5px;
}
.comment_modal_box  .button button{
    border-radius:2px;
    color:#FFF;
    margin-right:10px;
    border: none;
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
}
.comment_modal_box .button .send{background:#e5101d;}
.comment_modal_box .button .send:hover{background-color: #c00;}
.comment_modal_box .button .cancel{background:#999;}
.comment_modal_box .button .cancel:hover{background-color: #666;}
.comment_modal_box .refresh{color: #4585f4; cursor: pointer;}
.block-error{
    padding: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #ddd;
}
.check-attribute {
    color: #C00;
    font-style: italic;
    padding: 5px;
    border: 1px dashed #C00;
    margin: 5px 0;
    display: none;
}
.check-attribute.show {display: inline-block;}
/* search autocomplete */
.search-autocomplete{
    position: absolute;
    top: 39px;
    left: -1px;
    border: 1px solid #ccc;
    background-color: #fff;
    min-width: 482px;
    display: none;
    overflow: auto;
    z-index: 5;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    max-height: 450px;
}
.search-autocomplete ul{}
.search-autocomplete ul li{
    overflow: hidden;
    line-height: 28px;
}
/*.search-autocomplete ul li:nth-child(odd){background-color: #f5f5f5;}
.search-autocomplete ul li:hover{background-color: #09d;}
.search-autocomplete ul li:hover a{color: #fff;}
*/
.search-autocomplete ul li > a{
    display: block;
    color: #666;
    overflow: hidden;
}
.search-autocomplete ul li > a span.price,
.search-autocomplete ul li > a span.count_search{float: right;color:#666;}
.search-autocomplete ul li > a span.price b{color: #f00;}
.search-autocomplete ul li > span{
    color: #666;
    font-size: 11px;
    float: right;
    }
.search-autocomplete ul li > span b{color: #e5101d; font-weight: normal;}
.search-autocomplete ul li a b{color: #333; font-weight: bold;}
.search-autocomplete ul li a i{color: #c00;}
.search-autocomplete ul li a span{color: #4585f4;}
.search-item h3{float: left;padding: 10px 0 0 10px; white-space: nowrap;}
.search-autocomplete ul li.search-item{border-top:1px solid #ccc;background-color: #fefef6;}
.search-autocomplete ul .search-item:first-child{border-top: none;}
.search-autocomplete .search-item .sub-search{
    width: 313px;
    float:right;
    border-left: 1px solid #ccc;
}
.search-autocomplete .search-item .sub-search .sub-search-item{padding: 5px 10px;}
.search-autocomplete .search-item .sub-search .sub-search-item:nth-child(odd){background: #fff;}
.search-autocomplete .search-item .sub-search .sub-search-item:nth-child(even){background: #f5f5f5;}
.search-autocomplete .search-item .sub-search .sub-search-item:hover,
.search-autocomplete .search-item .sub-search .sub-search-item.active{background-color: #ccc;}
.search-autocomplete .search-item .sub-search .sub-search-item a img{
    float:left;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
}
/* mua hang khong can tai khoan */
.box-mhktk{
    float: left;
    width: 45%;
    border-left: 1px dashed #CCC;
    padding-top: 6%;
    padding-left: 3%;
    display: none;
    text-align: center;
}
.box-mhktk p{text-align: center;line-height: 18px;margin-top: 10px;}
.box-mhktk span{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 18px;
}
.box-mhktk .sg a{color: #e5101d;}
.box-mhktk .sg a:hover{text-decoration: underline;}
.box-mhktk button{
    border: 1px #db7101 solid;
    border-radius: 3px;
    font-size: 16px;
    background-color: #ff721a;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    margin-top: 15px;
}
.box-mhktk button:hover{background-color: #ea5f02;}
.box-mhktk button:before {
    content: "\f0a4";
    color: #FFF;
    font-size: 18px;
    padding-right: 5px;
}
.box-tao-tk{
    padding: 10px;
    margin: 10px 0;
    line-height: 18px;
    border: 1px solid #4585f4;
    border-radius: 3px;
    background-color: #DFF2BF;
    position: relative;
}
.box-tao-tk:before{content: "\f007"; font-size: 125px; color: #4585f4; position: absolute; right: 50px; top: 10px; opacity: 0.3;}
.box-tao-tk strong{font-size: 16px; display: block; color: #4585f4;}
.box-tao-tk span{display: block; margin-left: 20px; margin-top: 5px;}
.box-tao-tk span:before{content: "\f00c"; color: #4585f4; font-size: 14px; padding-right: 5px;}
.btn-tao-tk{
    display: block;
    margin: 10px 0 10px 20px;
    font-size: 13px;
    line-height: 32px;
    border-radius: 3px;
    background-color: #f60;
    color: #fff;
    border: none;
    padding: 0 10px;
    box-shadow: 1px 2px 4px #999;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-tao-tk:before{content: "\f0a4";font-size: 16px;color: #fff;padding-right: 5px;}
.btn-tao-tk:hover{background-color: #ea5f02;}
.box-fb-go{clear: both; margin-top: 10px; height: 22px;}
.box-fb-go .for-fb{display: inline-block;width: 140px;}
.box-fb-go .for-go{display: inline-block;}
.box-fb-go{height: 22px; }
.quickview .box-fb-go .for-fb,
.quickview .box-fb-go .for-go{float: left; display: block;}
.news-blog{padding: 10px;}
.news-blog .desc-news{line-height: 18px; font-size: 12px;}
.news-blog .desc-news .title{font-size: 15px; font-weight: bold;}
.news-blog .desc-news .datetime{color: #666; display: block; padding: 5px 0;}
.news-blog .desc-news .txt-news-desc{font-weight: bold; font-size: 13px;}
.news-blog .desc-news p{padding-top: 5px;}
/* scroll top */
#scroll-top{
    cursor: pointer;
    bottom: 8%;
    position: fixed;
    z-index: 1000;
    right: 2.7%;
    width: 32px;
    height: 32px;
    line-height:32px;
    border-radius: 2px;
    text-align: center;
    opacity: 0.7;
}
#scroll-top:hover{opacity: 1;}
#scroll-top .icon{
  fill: #666;
  width: 32px;
  height: 32px;
}
.box-cout .tooltip-inner{max-width: 260px;}
/* fix notify */
.box-info-shop ul.mess{}
.box-info-shop ul.mess li {
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px dashed #ddd;
  text-align: left;
}
.box-info-shop ul.mess li:hover{background-color: #f3f3f3;}
.box-info-shop ul.mess li .img {
  display: block;
  float: left;
  margin-right: 5px;
}
.box-info-shop ul.mess li .info-n {
  line-height: 16px;
  color: #505050;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 11px;
}
.box-info-shop ul.mess li .info-n a{color: #4585f4;}
.box-info-shop ul.mess li .info-n.no-image{}
.box-info-shop ul.mess li .info-n a:hover{text-decoration: underline;}
.box-info-shop ul.mess li > span {
  font-size: 10px;
  color: #666;
  display: block;
  margin-top: 5px;
  margin-left: 40px;
}
.box-info-shop ul.mess li.view-all {
  border: none;
  padding: 0;
}
.box-info-shop ul.mess li.view-all a {
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 30px;
}
.box-info-shop ul.mess li.view-all a:hover{background: #eee; color: #e5101d; }
.right-detail-shop .box-fb-go{clear: both; margin: 10px 0 10px 10px;}
.right-detail-shop .zoom-desc{margin-left: 10px; float: none;}
/*Thông tin hô trợ*/
.left-col .shop-info-lf{
    margin-top: 15px;
    border: 1px solid #dedede;
}
.ask_about_product{
    border:1px #e5e5e5 solid;
    padding:10px;
    padding-left:50px;
    position:relative;
  }
.ask_about_product .question-mark{
  display: block;
  position: absolute;
  width: 32px;
  height: 26px;
  border: 2px solid #989898;
  text-align: center;
  line-height:24px;
  font-size: 18px;
  color:#666;
  left: 10px;
  top:14px;
}
.ask_about_product .question-mark:after,.ask_about_product .question-mark:before{
      content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #989898;
    position: absolute;
    right: 2px;
    top: 22px;
}
.ask_about_product .question-mark:after{
  border-top: 7px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  right: 4px;
}
.ask_about_product p{font-weight:bold;font-size:12px;}
.ask_about_product a.blue{
    color:#0164ff;
    display:block;
    position: relative;
    font-size:12px;
  }
.ask_about_product a.blue:hover{color: #f00;}
.ask_about_product .telshop .tel{
  display:inline-block;
  position: relative;
  color:#f00;
}
.ask_about_product .telshop .icon-phone{
  width: 17px;
  height: 17px;
  color: #666;
  position: relative;
  top: 3px;
  margin: 0 3px;
}
.display_n {display: none;}

/*ic-trungthu-2014*/
span.ic-trungthu-2014{
    display: block;
    position: absolute;
    top:0;
    left:5px;
    background: url(//static.scdn.vn/images/ecom/events/event20140804_trungthu/long-den.png) no-repeat;
    width: 39px;
    height:52px;
    z-index: 5;
}
.block-product-res span.ic-trungthu-2014{left:-10px;}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut { 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut { 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-controls .owl-dot{
    display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
    opacity: 0.5;
  border-radius: 100%;
    background: #666;
    font-size: 0;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}
.owl-carousel .owl-controls .owl-dot.active{
    opacity: 1;
    background-color: #c00;
}
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
    display:block;
}
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
/* No Js */
.no-js .owl-carousel { display: block; }
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img { transform-style: preserve-3d; }
.owl-carousel .owl-controls .owl-nav{}
.owl-carousel .owl-controls .owl-nav > div{position: absolute; top: 38%; opacity: 0.5;}
.owl-carousel:hover .owl-controls .owl-nav > div{opacity: 1;}
.owl-carousel .owl-controls .owl-nav .owl-prev{left: 0;}
.owl-carousel .owl-controls .owl-nav .owl-next{right: 0;}

/* owl brands */
#owl-brands .owl-buttons div{
    width: 28px;
    height: 82px;
    position: absolute;
    top: -10px;
    border: none;
}
#owl-brands .owl-buttons div:before{
    content: "";
    color: #666;
    font-size: 20px;
    position: absolute;
    left: 6px;
    top: 30px;
}
#owl-brands .owl-buttons div:hover:before{color: #c00;}
#owl-brands .owl-buttons .owl-prev{left: -30px; border-right: 1px solid #ddd;}
#owl-brands .owl-buttons .owl-prev:before{content: "\f053";}
#owl-brands .owl-buttons .owl-next{right: -30px; border-left: 1px solid #ddd;}
#owl-brands .owl-buttons .owl-next:before{content: "\f054";}
#view_products .owl-buttons div{top: 30px;}
#view_products .owl-prev{left: -10px;}
#view_products .owl-next{right: -10px;}

/* boostrap */
/* MODAL POPUP*/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {opacity: 1;}
.loyaltyDetail .tooltip{text-transform: none;}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    width: 100%;
}
.modal-backdrop.fade {opacity: 0;}
.modal-backdrop,
.modal-backdrop.fade.in {opacity: 0.6;filter: alpha(opacity=60);}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 600px;
    margin-left: -300px;
    background-color: #ffffff;
    border: 5px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    right: 0;
}

.modal.fade {
    top: -150%;
    z-index:-1;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {top: 10%; z-index:1041; display: block;}
.modal-header {
    border-bottom: 1px solid #eee;
    position: relative;
    background:#fff;
    font-size:15px;
    color:#333;
    height: 44px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
}
.modal-header h3 {
    margin: 0;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.modal-body {
    padding: 15px;
    background-color: #f2f2f2;
    max-height: 500px;
    overflow-y: auto;
}
.modal-form {margin-bottom: 0;}
.modal-footer {
    line-height: 18px;
    padding: 10px 15px;
    margin-bottom: 0;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}
.modal-footer:after {clear: both;}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {margin-left: -1px;}
#modalShipping{top: 15%;}


/* TOOL TIP */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    z-index: 99999;
}
/*.tooltip.in {opacity: 0.8;filter: alpha(opacity=80);}*/
.tooltip.top {margin-top: -3px;}
.tooltip.right { margin-left: 3px;}
.tooltip.bottom {margin-top: 3px;}
.tooltip.left {margin-left: -3px;}
.tooltip-inner {
    padding: 4px 8px;
    text-align: left;
    text-decoration: none;
    background-color: #090;
    border-radius: 3px;
    line-height: 18px;
    border: 1px solid #090;
    color:#FFF;
    max-width: 250px;
    min-width: 150px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid  ;
    border-color:transparent;
    }
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #090;
    border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #090;
    border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #090;
    border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #090;
    border-width: 0 5px 5px;
}
/* form style */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 13px;
    height:24px;
    line-height: 24px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 200px;
}
.form-control option{
    line-height: 18px;
    padding: 5px;
}
.form-control:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
/* icon trung thu */
.ic-trungthu-2014{
    display: block;
    position: absolute;
    top:0;
    left:5px;
    background: url(//static.scdn.vn/images/ecom/events/event20140804_trungthu/long-den.png) no-repeat;
    width: 39px;
    height:52px;
    z-index: 5;
}
.answer-block .text{ padding: 8px 10px; background-color: #fff;}
.answer-block .text textarea{
    width: 98%;
    padding: 5px;
    height: 30px;
    resize: vertical;
    margin-top: 0;
    margin-bottom: 0;
}
.answer-block .bt-send{
    color: #0164ff;
    font-weight: bold;
    padding: 3px 15px;
    margin-top: 5px;
    background: #edeef0;
    border: 1px solid #bcc1c8;
    text-transform: uppercase;
    display: none;
    border-radius: 2px;
}
.answer-block .bt-send:hover{background-color: #d9d9d9;}
.bt-send.active{display: block !important;}

/*view-more-aw*/
.answer-block .view-more-aw{
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.answer-block .view-more-aw h2{font-weight: normal;}
.answer-block .view-more-aw h2:before{
    content: "\f075";
    padding-right: 5px;
    color:#666666;
}
.answer-block .view-more-aw h2 span{color:#0164ff;}
.qa .answer-block .answer.cmt-hide{display: none;}
.captcha_img{
  vertical-align: middle;
  border: 1px solid #ccc;
  height: 34px;
  position: relative;
  top: -1px;
}
.refresh{cursor: pointer;margin-left: 10px;}
.error,
.login_error{color: #e5101d;font-size: 12px;font-style: italic; display: none; line-height: 18px;margin-top: 5px;}
/* sendmsg_modal */
.sendmsg_modal table{}
.sendmsg_modal table tr td{padding: 5px; vertical-align: middle;}
.sendmsg_modal table tr td label span{color: #c00;}
.sendmsg_modal table tr td input[name="customer_name"]{width: 150px;}
.sendmsg_modal table tr td input[name="subject"]{width: 400px;}
.sendmsg_modal table tr td input[name="captcha"]{width: 100px;}
.sendmsg_modal table tr td textarea{width: 400px; height: 80px;}
.sendmsg_modal table tr td img{vertical-align: middle;}
.sendmsg_modal .msg_btn{
    border-radius: 2px;
    color: #FFF;
    margin-right: 10px;
    border: none;
    line-height: 26px;
    background: #E5101D;
    padding: 0 13px;
}
.sendmsg_modal .msg_btn:hover{background-color: #C00;}
.sendmsg_modal .msg_btn.close{background-color: #999;}
.sendmsg_modal .msg_btn.close:hover{background: #666;}
#jsMenuMarkLayer{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
/*loyaltyDetail*/
.box_attr_product .loyaltyDetail{line-height: 20px;display: inline-block;}
.loyaltyDetail .icLoyaltyDetail{
    display: inline-block;
  background: url("//static.scdn.vn/images/ecom/ic-home.png") -178px -160px no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 2px 0 5px;
}
.loyaltyDetail .pointSen{
    font-size:13px;
    font-weight: bold;
    color:#ed2800;
}
.loyaltyDetail .tooltipPointSen, .tooltip24{cursor: pointer; display: none;}
.loyaltyDetail .tooltipPointSen:after, .tooltip24:after{
    content: "\f059";
    font-size: 15px;
    color: #999;
}
#modalPointSen.modal{
    width: 400px;
    margin-left: -200px;
    top: 32%;
    border: 1px solid #ccc;
    -webkit-border-radius:  2px;
    -moz-border-radius:  2px;
    border-radius:  2px;
}
#modalPointSen.modal .close{
    position:absolute;
    right:10px;
    top: 10px;
    font-size:14px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}
#modalPointSen.modal .captionModal{
    display:block;
    margin: 0 0 0 38px;
    font-size:14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #000;
    position:relative;
}
#modalPointSen.modal .captionModal:before{
    content:"";
    background: url("//static.scdn.vn/images/ecom/ic-home.png") -313px -395px no-repeat;
    width: 32px;
    height:32px;
    position: absolute;
    left: -40px;
    top: 0;
}
#modalPointSen.modal .desPointSen{
    margin: 10px 0;
    line-height: 18px;
}
#modalPointSen.modal .desPointSen font{color:#f00;font-weight: bold;;}
/*icLoyalty*/
.box-product .icLoyalty{
  float:right;
  display: block;
  background: #fff url("//static.scdn.vn/images/ecom/ic-home.png") -178px -160px no-repeat;
  width: 16px;
  height: 16px;
  position:absolute;
  bottom: 3px;
  right:2px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
/*login-page*/
.box-rg-for-login-page{display:none;}
.box-mhktk{min-height: 240px;}
.block-search .nav_fb,
.block-search .box-fb-top{display: none !important;}
/*loyaltyDetail*/
.box_attr_product .loyaltyDetail{
      display: inline-block;
    position: relative;
}
.box_attr_product .loyaltyDetail .sub-loyaty{
      position: absolute;
    top: 31px;
    width: 300px;
    left: 0;
    border: 1px solid #e5101d;
    background-color: #fff;
    padding: 10px;
    z-index: -1;
    box-shadow: 0 2px 4px #ccc;
    display: none;
    font-size: 12px;
    line-height: 18px;
}
.box_attr_product .loyaltyDetail .sub-loyaty:before{
  content:"";
  display: block;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5101d;
  position: absolute;
  top: -10px;
  left: 15px;
}
.box_attr_product .loyaltyDetail .sub-loyaty:after{
  content:"";
  display: block;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 17px;
}
.box_attr_product .loyaltyDetail:hover .sub-loyaty{display: block; z-index: 1;}
.box_attr_product .loyaltyDetail .sub-loyaty .captionModal{
  margin-top: 10px;
  border-top: 1px dash #ddd;
  padding-top: 5px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.loyaltyDetail .sub-loyaty .captionModal .icon{width: 20px; height: 20px;position: relative;top: 4px;color:#e5101d;}
.loyaltyDetail .sub-loyaty .desPointSen{padding-top: 5px;}
.loyaltyDetail .sub-loyaty .desPointSen-a a{display: inline-block; padding-top: 5px; color: #06f;}
.loyaltyDetail .sub-loyaty .desPointSen-a a:hover{text-decoration: underline;}
.loyaltyDetail .box-loyaltyDetail .icon{
  width: 16px;
  height: 16px;
  fill: #e5101d;
  color: #e5101d;
  vertical-align: middle;
  margin: 0 2px;
}
.loyaltyDetail .desLoyaltyDetail:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
}
 .loyaltyDetail .desLoyaltyDetail {
    background-color: #fff;
    border: 1px dashed #ffc2c7;
    border-left: 3px solid #ffc2c7;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: none;
}
.loyaltyDetail .desLoyaltyDetail  .icon-diemthuong {
    width: 16px;
    height: 16px;
    fill: #e5101d;
    color: #e5101d;
    vertical-align: middle;
    margin: 0 2px;
}
.loyaltyDetail .icLoyaltyDetail{
  display: inline-block;
  background: url("//static.scdn.vn/images/ecom/ic-home.png") -178px -160px no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.loyaltyDetail .pointSen{
    font-size:13px;
    font-weight: bold;
    color:#ed2800;
    cursor: pointer;
    line-height: 16px
}
#modalPointSen.modal .desPointSen-a a{color:#06c;}
#modalPointSen.modal .desPointSen-a a:hover{text-decoration: underline;}
.loyaltyDetail .tooltipPointSen{cursor: pointer;}
.loyaltyDetail .tooltipPointSen:after{
    content: "\f059";
    font-size: 15px;
    color: #999;
}

/*free-shipping-box*/
.swap-content.landing-event-1405{padding-bottom: 0;}
.free-shipping-box{
    position: fixed;
    bottom: 0;
    right: 6.4%;
    z-index: 120;
    width: 250px;
   height: auto;
   display: none;
}
.free-shipping-box a{display: block; text-align: center;}
.free-shipping-box a img{}
.free-shipping-box em{
   position: absolute;
    z-index: 125;
    top: 0;
    right: 0;
    font-weight: bold;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    background-color: #ddd;
    text-align: center;
    font-size: 12px;
    content: #999;
}
.free-shipping-box.show-fsb em{display: block;}
.ic-event-eldy-detail{
    display: block;
    width: 310px;
    z-index: 1;
    border: 1px dotted #ff0066;
    position: relative;
    padding: 10px 10px 10px 60px;
    line-height: 18px;
    color:#ff0066;
    font-size:13px;
    margin: 30px 0 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.ic-event-eldy-detail:before{
    content:"";
    background: url("//static.scdn.vn/images/ecom/ic-home.png") -306px -619px no-repeat;
    height: 40px;
    width: 40px;
    top: 5px;
    left: 10px;
    position:absolute;
}
.ic-event-eldy-listing{
  position: absolute;
  display: block;
  width: 40px;
  height:40px;
  top: 1px;
  left:1px;
  background: url("//static.scdn.vn/images/ecom/ic-home.png") -306px -619px no-repeat;
  z-index: 1;
}
.box_product:hover .ic-event-eldy-listing{z-index:5;}
#footer .policy-block p.policy-info a.mobile{}
#footer .policy-block p.policy-info a.mobile:before{
  content: "\f10b";
  font-size: 24px;
  color: #666;
  padding-right: 5px;
  vertical-align: middle;
}
/*popup-event-fw2*/
.overflow-popup-event{
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  display: none;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 999;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
.popup-event-fw2{
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  position: fixed;
  top: 50%;
  z-index: 1000;
  margin-top: -250px;
  display: none;
}
.popup-event-fw2 img{max-width: 100%;}
.popup-event-fw2 .bt-close{
  background:url(//static.scdn.vn/images/ecom/events/ballon/icClose.png) no-repeat;
  width: 24px;
  height: 24px;
  position:absolute;
  top: 6px;
  right: 8px;
  cursor:pointer;
}
.block-search .tags-search{display: none;}
.login_box .da-login {
  border-radius:2px;
  position: relative;
  top: 0;
  right: 0;
  margin-right: 0;
}
.login_box .da-login:after{
  content: '';
  position: absolute;
  width: 220px;
  right: 0;
  top: 44px;
  height: 14px;
}
.login_box .da-login > a {
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  white-space: nowrap;
  display: inline-block;
  height: 43px;
}
.login_box .da-login:hover > a{background-color: #FBE9E9;}
.login_box .da-login > a > svg {
  float: left;
  width: 30px;
  height: 32px;
  color: #e85b64;
}
.login_box .da-login > a > .icon-navigation_down_home{
    width: 8px;
  height: 30px;
  color: #999;
  margin-left: 3px;
  margin-right: 8px;
}
.login_box .da-login > a > span {line-height: 30px }
.login_box .da-login > a > p{display: none;}
.login_box .login:after{ height: 12px; bottom: -12px;}
.login_box .da-login:hover:after,
.login_box .login:hover:after { display: block; }
.login_box .da-login ul {
  position: absolute;
  top: 54px;
  right: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 10px;
  background-color: #f4f4f4;
  z-index: 6;
  width: 220px;
  display: none;
}
.login_box .da-login:hover ul{display: block;}
.login_box .da-login ul:after,
.login_box .da-login ul:before {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.login_box .da-login ul:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f4f4f4;
  border-width: 10px;
  margin-left: -10px;
}
.login_box .da-login ul:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #d9d9d9;
  border-width: 12px;
  margin-left: -12px;
}
.login_box .da-login ul li { }
.login_box .da-login ul li a {display: block;line-height: 28px;}
.login_box .da-login ul li a:before{
   content:'';
    margin-right: 10px;
    color: #666;
  display: inline-block;
}
.login_box .da-login ul li a:hover{color: #e5101d;}
.da-login ul > li a:hover:before { color: #e5101d; }
.da-login ul > li.tttk a:before { content: '\f09d'; }
.da-login ul > li.ht a:before { content: "\f003"; }
.da-login ul > li.sqt a:before { content: "\f004"; }
.da-login ul > li.tddh a:before { content: "\f080"; }
.da-login ul > li.ds a:before {
  background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -198px -160px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}
.da-login ul > li.thoat a:before { content: "\f011"; }
#overlay_login{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: none;
}
.class_overlay_login #overlay_login{display: block;}
.class_overlay_login .login {z-index: 1050;}
/* modal like shop */
#modalLikeShop{
      width: 500px;
      margin-left: -250px;
    }
    #modalDaLikeShop{
      width: 360px;
      margin-left: -180px;
    }
    #modalLikeShop .modal-header,
    #modalDaLikeShop .modal-header{
      height: 0;
      line-height: 0;
      overflow: inherit;
    }
    #modalLikeShop .close,
    #modalDaLikeShop .close{
      position: absolute;
      top: 0px;
      z-index: 2;
      right: 8px;
    }
    .modal-like-shop{line-height:18px;}
    .modal-like-shop-cont{position: relative; padding-left: 55px;}
    .modal-like-shop-cont:before {
        content: "\f058";
        position: absolute;
        left: 0;
        font-size: 42px;
        color: #090;
    }
    .modal-like-shop-cont.like-rui:before{
        content: "\f071";
      color: #E79712;
      font-size: 40px;
    }
    .modal-like-shop-cont p{padding: 2px 0;}
    .modal-like-shop-cont p.fnt{font-size: 11px;}
    .modal-like-shop-cont p strong{color:#4385f5;}
    .modal-like-shop-cont p a{display: inline-block; color: #4385f5; text-decoration: underline;}
    .modal-like-shop-cont p a:hover{color: #e5101d;}
    .modal-like-shop-cont button{
        background: #ffffff;
        background-image: -webkit-linear-gradient(top, #ffffff, #e9ebed);
        background-image: -moz-linear-gradient(top, #ffffff, #e9ebed);
        background-image: -ms-linear-gradient(top, #ffffff, #e9ebed);
        background-image: -o-linear-gradient(top, #ffffff, #e9ebed);
        background-image: linear-gradient(to bottom, #ffffff, #e9ebed);
        border-radius: 3px;
        color: #333;
        padding: 7px 10px 7px 10px;
        border: solid #bcc1c8 1px;
        text-decoration: none;
        margin-top: 10px;
        cursor: pointer;
        font-weight:bold;
    }
    .modal-like-shop-cont button:hover{color: #e5101d;}
    .modal-like-shop-info{margin-top: 15px; clear: both;}
    .modal-like-shop-info p{padding: 2px 0;}
    .modal-like-shop-info p strong{color:#4385f5;}
    .modal-like-shop-info p img{margin-left: 15px;}

/*rating*/

.doc_rating .history_fb{
    margin:10px;
    border:1px #ccc solid;
    border-bottom:0px #ccc solid;
}
.history_fb h3{
     background: none repeat scroll 0 0 #eaeaea;
    border-bottom: 1px solid #DDDDDD;
    font-size: 13px;
    padding: 5px 10px;
}
.history_fb .name_rate{
    display:table;
    width:100%;
}
.history_fb .name_rate{
    display:table;
    table-layout:fixed;
    border-bottom:1px #CCC solid;

}
.history_fb .name_rate .cell{
    display:table-cell;
    padding:5px 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    text-align:center;
    font-weight:bold;
    border-right: 1px solid #fff;
}
.history_fb .name_rate .cell.point{color:#185db2;}
.comment_paging_ft {
  margin-top: 10px;
  text-align: right;
  overflow: hidden;
}
.comment_paging_ft .pagination-block {
  border: none;
}

/*shopping-cart*/
#shoppingcartmodal{border: none;border-radius: 5px;}
.show-cart-info #modalCart{display: block;}
.pp-shopping-cart{
    width:800px;
    left: 50%;
    margin-left: -400px;
  overflow: hidden;
}
.pp-shopping-cart .modal-header{
  background: #fff;  
  height: 40px; 
  line-height: 38px;
}
.pp-shopping-cart .modal-header .caption{
  float: left; 
  font-size: 16px; 
  font-weight: bold;
  color: #c9141b;
    position: relative;
}
.pp-shopping-cart .modal-header .caption .icon{
      width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
    left: 0;
    fill: #c9141b;
    color: #c9141b;
} 
.pp-shopping-cart .modal-header .caption span{font-size: 13px; font-weight: normal; color: #333; text-transform: lowercase;}
.pp-shopping-cart .modal-header .caption b{color: #c9141b;}
.pp-shopping-cart .modal-header .shipping-for{
  float: right;
  margin-right: 20px; 
  font-size: 12px;
  line-height: 38px;
}
.pp-shopping-cart .modal-header .shipping-for .tl{float: left; margin-right: 10px; line-height: 40px;}
.pp-shopping-cart  .box-select{
    float: left;
     position: relative; 
     cursor: pointer;
     min-width: 120px;
 }
.pp-shopping-cart .selected{
    color: #090;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 28px;
  display: block;
  margin-top: 6px;
  line-height: 28px;
  padding: 0 10px;
  font-weight: bold;
}
.pp-shopping-cart .selected:after{
  content: "\f0d7";  
  font-size: 12px;
  color: #090;
    position: absolute;
  right: 8px;
  top: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}
.pp-shopping-cart .cart-total .selected:after{top: 10px; right: 8px;}
.pp-shopping-cart .select-option{
    position: absolute;
  top: 32px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 5;
  right: 0;
  border-radius: 3px;
  display: none;
  box-shadow: 1px 2px 4px #ccc;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}
.pp-shopping-cart .shipping-for.active .select-option{display: block;}
.pp-shopping-cart .shipping-for .select-option li{
  padding: 5px 10px;
  line-height: 20px;
  color: #505050;
  cursor: pointer;
}
.pp-shopping-cart .shipping-for .select-option li:hover{background-color: #f1f1f1;}
.pp-shopping-cart .modal-body{
  padding: 5px; 
  background: #f2f2f2;
     overflow-y: hidden;
}
.pp-shopping-cart .box_modal_ship{padding: 10px 5px;}
.pp-shopping-cart .modal.fade.in{top: 16%;}
.show-pp-cart .pp-shopping-cart{top:10%;opacity: 1;}
#cart_shipping_method  .box_supplier .cell input[type="radio"]{vertical-align: baseline; margin-right: 5px;}
#cart_shipping_method  .box_supplier .cell:last-child{}
#cart_shipping_method  .box_supplier ._supplier{table-layout:fixed;width:100%;}
#cart_shipping_method  .box_supplier .row{
    display:table-row;
    border-bottom: 1px solid #dddddd;
    border-collapse: separate;
    width:100%;
    }
#cart_shipping_method  .choice_supplier_btn{
        border: 1px #be040f solid;
        color: #FFF;
        line-height: 28px;
        width: 100px;
        border-radius: 2px;
        font-weight: bold;
        cursor: pointer;
        margin-left: 5px;
        background:#e5101d;
        text-align: center;
    font-size: 14px;
}
#cart_shipping_method .modal-footer{border-top:none;}
#shoppingcartmodal .modal-footer{text-align: left; padding: 5px 15px;}
.pp-shopping-cart in .modal-header{border-bottom: none;}
.pp-shopping-cart .ttmh{font-size: 12px; color: #e5101d;}
.pp-shopping-cart .ttmh:before{
  content: "\f101";  
  font-style: 14px;
  padding-right: 5px;
}
.pp-shopping-cart .ttmh:hover{text-decoration: underline;}
.product_in_order{font-size: 13px;}
.product_in_order:before,
.product_in_order:after,
.block-cart .box-cart:before,
.block-cart .box-cart:after{content: ''; display: table-cell;}
.product_in_order:after,
.block-cart .box-cart:after{clear: both;}
.product_in_order .shop-sale{background-color: #fff;height: 40px; line-height: 40px; padding:0 10px;}
.product_in_order .shop-sale > span{float: left; margin-right: 10px;}
.product_in_order .shop-sale .b-shop{float: left; position: relative; }
.product_in_order .shop-sale .b-shop .shop{font-size: 15px; color: #06c; float: left;}
.product_in_order .shop-sale .b-shop .ic{
  margin-left: 10px;
  display: block;
}
.pp-shopping-cart .product_in_order .title{        
        width:100%;
        line-height:32px;
        height: 32px;
        padding: 0 10px;
          background: #f7f7f7;
    }
.product_in_order .title span{color:#F00;}
.pp-shopping-cart .cart-payment{padding: 10px 15% 10px 10px; overflow: hidden;}
.pp-shopping-cart .cart-payment .cp-left{font-size: 12px;}
.pp-shopping-cart .box_supplier .title .cell{width: 18%;}
.modal-ship-for-cart .box_supplier .title{background: #f3f3f3 !important;}
.product_in_order .title .name_shop a{color:#ff0000;}
.product_in_order .product_box{float:left;width:100%;padding:10px; border-bottom: 1px dashed #ccc;}
.product_in_order .product_box:last-child{border-bottom: none;}
.product_in_order .product_box .img_product .img{float:left;border:1px #CCC solid;}
.product_in_order .product_box .img_product .img a{display: block;}
.product_in_order .product_box .img_product .img img{display: block; margin: 0 auto;}
.product_in_order .product_box .sl{position: relative;}
.product_in_order .product_box .box-update-sl{
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 1px 1px 4px #ccc;
  min-width: 230px;
  display: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.product_in_order .product_box.active .box-update-sl{display: block;}
.product_in_order .product_box .out-stock{
      line-height: 18px;
    padding-top: 8px;
    font-size: 13px;
    color: #c00;
}
.product_box .box-update-sl .sub-btn,
.product_box .box-update-sl .add-btn{
  float: left;
  background: #eaeaea;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.product_box .box-update-sl .sub-btn:hover,
.product_box .box-update-sl .add-btn:hover{background: #ddd;}
.product_box .box-update-sl .cart-qty{
  height: 26px;
  width: 40px;
  border: 1px solid #eaeaea;  
  float: left;
  border-radius: 0;
}
.product_box .box-update-sl .btn-update {
      border: 1px solid #eaeaea;
    padding: 0 10px;
    display: block;
    margin: 0 auto;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    font-size: 11px;
    color: #666;
    background: #F7F7F7;
}
.product_box .box-update-sl .huy{
  color: #999; 
  text-decoration: underline; 
  cursor: pointer; 
  float: right;  
  font-size: 11px;
}
.product_box .box-update-sl .huy:hover{color: #333;}
.img_product .name_attr{margin-left:85px;}
.img_product .name_attr .name{font-weight:bold;font-size: 14px; line-height: 18px;}
.img_product .name_attr .name a{color: #333;font-size:13px;line-height: 17px;max-height: 34px;overflow: hidden;}
.img_product .name_attr .attr{margin-top: 5px;}
.img_product .name_attr .attr dl{ line-height: 30px; padding: 2px 0;}
.img_product .name_attr .attr dl dt{display: inline-block; width: 95px; line-height: 25px; font-size: 11px;}
.img_product .name_attr .attr dl dd{display: inline-block; cursor: pointer;}
.img_product .name_attr .attr dl dd .attri{
    border: 1px solid #ccc;
  display: block;
  height: 32px;
    min-width: 32px;
    line-height: 30px;
  padding: 0 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.img_product .name_attr .attr dl dd .attri:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid #dadada;
  border-left: 13px solid transparent;
}
.img_product .name_attr .attr dl dd .attri:before{
   content: '';
  background: url("//static.scdn.vn/images/ecom/ic-sprites.png") -245px -110px no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.box-choose{position: relative;}
.box-choose .box-choose-abs{
    position: absolute;
    left: 0;
    top: 29px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 6px #999;
    width: 176px;
    z-index: 2;
    padding: 8px;
    display: none;
}
.box-choose .box-choose-abs:before{
      content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #ccc;
    position: absolute;
  top: -6px;
  left: 10px;
}
.box-choose .box-choose-abs .box{position: relative;float: left;width: auto;}
.box-choose .box-choose-abs .box label{    
  border: 1px solid #ccc;
  background: #F2F2F2;
  text-align: center;
  display: block;  
  cursor: pointer;
  position: relative;
  font-size: 13px;
  padding: 1px;
  margin: 0 5px 5px 5px;
}
.box-choose .box-choose-abs .box > input{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.box-choose .box-choose-abs .box label > span{
    display: block;
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  padding: 0 5px;
}
.box-choose .box-choose-abs .box.check label{border: 2px solid #c00;padding: 0;}
.box-choose .box-choose-abs .box label::before {
  content: '';
  background: url("//static.scdn.vn/images/ecom/ic-sprites.png") -236px -119px no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.box-choose .box-choose-abs .box.check label::before{display: block;}
.product_in_order .sl,
.product_in_order .gt,
.product_in_order .tt,
.product_in_order .opt,
.product_in_order .sp{float: left; line-height: 30px;}
.product_in_order .sp{width: 50%;}
.product_in_order .gt,
.product_in_order .tt{width: 25%; text-align: right;color: #333;}
.product_in_order .opt{width: 15%; text-align: right;}
.product_in_order .sl{text-align:center; width: 10%;}
.product_in_order .sl input{
    width: 40px;
    background-color: #fff;
    height: 30px;
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
}
.product_in_order .gt .price{font-weight: normal;}
.product_in_order .product_box .sl > span{
    display: block;
    font-size: 11px;
    margin-top: 5px;
    cursor: pointer;
    line-height: 16px;
    font-weight: normal;
    white-space: nowrap;
   color:#e5101d;
}
.product_in_order .product_box .sl > span:hover{color: #e5101d;}
.product_in_order .delete-prod{
    color: #e5101d;
    line-height: 22px;
    padding: 0 5px;
    cursor: pointer;
    border: none;
    background: none;
}
.product_in_order .opt button:hover{text-decoration: underline;}
.cart-empty{
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background-color:#fff;
    border: 1px solid #ddd;
    margin-top: 10px;}
.cart-empty a{color: #06c; font-weight: bold; font-size: 16px;}
.cart-empty a:hover{text-decoration: underline;}
.comment_modal_box .box-btn{}
.comment_modal_box .box-btn button{
    border: none;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #8f8f8f;
}
.comment_modal_box .box-btn button.send{background-color: #06c;}
.right-col.cartpage .login_box{margin-top: 10px;}
/* box shipping */
.box_modal_ship{}
.box_modal_ship .place_pickup{margin-bottom:10px;}
.box_modal_ship .place_pickup select{height:23px; width: auto;}
.box_modal_ship .box_supplier{display:table;width:100%;border-top:1px #CCC solid;}
/*
.box_supplier .title{
  background:#f4f4f4;
 font-size:11px;
    font-weight:bold;
    line-height:25px;
    height:25px;
    width:100%;

}*/
.box_supplier .row{
  display:table-row;
  border-bottom: 1px solid #dddddd;
  border-collapse: separate;
  width:100%;
  line-height: 20px;
}
.box_supplier .cell{
    display:table-cell;
    padding-left:0;
    height:34px;
    vertical-align:middle;
}
.box_supplier .cell > label{width: auto !important;}
.box_supplier .cell > label > input{margin-right: 5px; vertical-align: middle;}
.box_supplier .title .cell{
      width: 20%;
    line-height: 18px;
    font-weight: bold;
    vertical-align: top;
}
.box_supplier .title .cell:first-child{width: 40%; padding-left: 5px;}
.box_supplier .title .cell:nth-child(2),
.box_supplier .title .cell:nth-child(3){text-align: center;}
.box_supplier ._supplier{table-layout:fixed;width:100%;}
.choice_supplier_btn{
    border: 1px #be040f solid;
    color: #FFF;
    line-height: 28px;
    width: 120px;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
    background:#dd0c19;
}
.block-vct-ngh{overflow-x: hidden; line-height: 18px;}
.block-vct-ngh .vct{float: left;}
.block-vct-ngh .vct i{font-style: normal; font-weight: bold;}
.block-vct-ngh .place_pickup{float: right;}
.block-vct-ngh .place_pickup strong{}
.shippingfee_total{}
.pp-shopping-cart .block-cart{
  border: 1px solid #d9d9d9; 
  margin-top: 15px;
  position:relative;
  border-radius: 3px;
  margin-right: 4px;
  background: #fff;
}
.pp-shopping-cart .block-cart .title-c{position: relative; line-height: 30px; background-color: #f4f4f4; height: 30px;}
.block-cart .title-c .shop-n{float: left; line-height: 30px; font-weight: bold; margin-left: 10px; font-size: 13px;}
.block-cart .title-c .shop-n a{color: #e5101d;}
.block-cart .title-c .shop-n a:hover{text-decoration: underline;}
.block-cart .title-c .tn{
    float: right;
    margin-right: 40px;
    padding: 0 10px;
    height: 24px;
    margin-top: 3px;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
}
.block-cart .title-c .tn:hover{background-color: #ddd;}
.block-cart .title-c .tn a{font-size: 11px;color: #0066ff;}
.block-cart .title-c .tn a:before{content: "\f003"; padding-right: 5px;}
.block-cart .ic-minus{
    background: url("//static.scdn.vn/images/ecom/ic-home.png") no-repeat -279px -511px;
    width: 27px;
    height: 27px;
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    display: block;
    cursor: pointer;
}
.block-cart  .ic-minus.thumb{background-position: -310px -511px;}
.cont-pp-shopping-cart{max-height: 430px;overflow: inherit !important;}

.cont-pp-shopping-cart .block-cart:first-child{margin-top:0;}
.cont-pp-shopping-cart .product_in_order .ic-free-ship{ 
  cursor: pointer;
    float: left;
    width: 40px;
    margin-left: 10px;
}
.cont-pp-shopping-cart .ic-free-ship .caution {
  background: none repeat scroll 0 0 #fff5de;
  border: 1px solid #FFE7B0;
  border-radius: 2px;
  font-size: 11px;
  padding: 10px;
  position: absolute;
  line-height: 18px;
  display: none;
  top: 30px;
  z-index: 1;
  width: 350px;
  left: -150px;
}
.cont-pp-shopping-cart .block-cart .box-cart{padding: 0;}
.cont-pp-shopping-cart .ic-free-ship:hover .caution{display: block;}
.cont-pp-shopping-cart .ic-free-ship .caution h2{font-size: 14px; color: #333;}
.cont-pp-shopping-cart .ic-free-ship .caution strong{color: #009900;}
.cont-pp-shopping-cart .ic-free-ship .caution p{line-height: 20px;}
.cont-pp-shopping-cart .ic-free-ship .caution a{color: #e5101d;}
.cont-pp-shopping-cart .ic-free-ship .caution a:hover{text-decoration: underline;}
.cont-pp-shopping-cart .mCustomScrollBox>.mCSB_scrollTools{right: 0;}
.block-cart .box-cart table{width: 100%;}
.box-cart table th{font-weight: bold; border-bottom: 1px solid #ddd;}
.box-cart table th,
.box-cart table td{padding: 8px;}
.box-cart table tr.bg{background-color: #f5f5f5;}
.box-cart .cart-prod{overflow: hidden;}
.box-cart .cart-prod img{border: 1px solid #ddd; float: left; width: 100px; height: 100px; margin-right: 10px;}
.box-cart .cart-prod a{font-weight: bold; line-height: 18px;}
.box-cart .cart-prod a:hover{color: #e5101d;}
.box-cart .cart-prod dl{margin-top: 5px; overflow: hidden; line-height: 18px;}
.box-cart .cart-prod dl dt{float: left; width: 80px;}
.box-cart .cart-prod dl dd{float: left;}
.box-cart .cart-prod .size,
.box-cart .cart-prod .color{
    display: block;
    height: 20px;
    line-height: 20px;
    min-width: 26px;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.box-cart .cart-quantity{text-align: center;}
.box-cart .cart-quantity input{
    width: 30px;
    background-color: #ececec;
    height: 26px;
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
}
.box-cart .cart-quantity span:hover{font-weight: bold;}
.box-cart .cart-quantity span{display: block; color: #0066ff; font-size: 11px; margin-top: 5px; cursor: pointer;line-height: 16px;}
.box-cart .del{color: #e5101d; display: block; line-height: 18px;cursor: pointer;}
.box-cart .del:hover{font-weight: bold;}
.box-cart .del:before{content: "\f014"; color: #e5101d; display: block; font-size: 15px; }
.cart-payment:before,
.cart-payment:after{content: ''; display: table-cell;}
.cart-payment:after{clear: both;}
.cart-payment{padding: 10px 10px 0;}
.cart-payment .cp-left{float: left; width: 20%;}
.cart-payment .shipto{line-height: 18px; float: left; position: relative;}
.cart-payment .shipto strong,
.cart-payment .shipto a{color: #009900;}
.cart-payment .shipto .txt-transport{display: block;  margin-top: 5px; font-size: 11px;}
.cart-payment .shipto .tooltip-checkout{ width: 15px;height: 15px; cursor: help;}
.cart-payment .shipto .tooltip-checkout:after {content: "\f059";font-size: 15px;color: #999;}
.cart-payment .shipto button{
    width: 25px;
    height: 25px;
    margin-left: 10px;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 180px;
}
.cart-payment .shipto button:before{content: "\f0d7"; font-size: 18px; color: #7d7d7d;}
.cart-payment .shipto .usr_locale{
    border: 1px solid #ddd;
    padding: 2px 5px;
    display:inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 3px;
    white-space: nowrap;
}
.cart-payment .shipto .usr_locale:after{
    content:"\f0d7";
    margin-left: 3px;
}
.cart-payment .caution {
    background: none repeat scroll 0 0 #fff5de;
    border: 1px solid #FFE7B0;
    border-radius: 5px;
    float: left;
    font-size: 11px;
    padding: 10px;
    position: relative;
    width: 340px;
    line-height: 18px;
    margin-top: 10px;
}
.cart-payment .caution strong{color: #009900;}
.cart-payment .caution h3{
    font-size: 11px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
}
.cart-payment .caution h3:before{
    content: '';
    background: url("//static.scdn.vn/images/ecom/ic-sprite.png") no-repeat scroll -387px -61px;
    width: 26px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0
}
.cart-payment .caution p{line-height: 18px;}
.cart-payment .caution p:before{content: "\f00c"; color: #009900; padding-right: 5px;}
.cart-payment .caution a{color: #e5101d;}
.cart-payment .caution a:hover{text-decoration: underline;}
.cart-payment .cart-total{float: right; padding-right: 0;}
.cart-payment .cart-total li{
    overflow: initial;
    margin: 5px 0; 
    padding: 0;
    font-size: 12px; 
    line-height: 30px;
    height: 30px;
}
.cart-payment .cart-total{}
.cart-payment .cart-total li
.cart-payment .cart-total li.li-voucher-diemsen{font-size: 13px; color: #06}
.cart-payment .cart-total li:first-child{margin-top:0;}
.cart-payment .cart-total li .red{color:#e5101d;}
.cart-payment .cart-total li .label{
      text-align: right;
  display: inline-block;
  height: 30px;
  ffont-size: 14px;
}
.cart-payment .cart-total li .price{
    font-weight: bold;
    text-align: right;
    display: inline-block;
    font-size: 14px;
        min-width: 120px;
}
.cart-payment .cart-total .choose-transform{}
.cart-payment .cart-total .choose-transform > span{line-height: 30px; display: inline-block;}
.cart-payment .cart-total .choose-transform .box-select-tr{
    position: relative;
    cursor: pointer;
    min-width: 130px;
    display: inline-block;
}
.choose-transform .box-select-tr .selected{
      color: #090;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 28px;
  display: block;
  margin-top: 0;
  line-height: 28px;
  padding: 0 15px 0 10px;
  font-weight: bold;
  margin:0 2px;
  text-align: left;
}
.choose-transform .box-select-tr .select-option{
      position: absolute;
  top: 27px;
  left: 2px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 5;
  right: 0;
  border-radius: 3px;
  display: none;
  box-shadow: 1px 2px 4px #ccc;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}
.choose-transform.active .box-select-tr .select-option{display: block;}
.choose-transform .box-select-tr .select-option li{
    padding: 5px 10px;
  line-height: 20px;
  color: #505050;
  cursor: pointer;
    text-align: left;
  margin: 0;
}
.choose-transform .box-select-tr .select-option li:hover{  background-color: #f1f1f1;}
.cart-total .cart-total-price{line-height: 20px; padding-bottom: 10px; text-align: right;}
.cart-total .cart-total-price strong{font-size: 15px; color: #e5101d; margin-left: 10px;}
.cart-total .cart-total-btn{}
.cart-total .cart-total-btn button:hover{box-shadow: 0 0 6px #999;}
.cart-total .cart-total-btn .btn-del{
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    background-color: #979797;
    border: none;
    border-radius: 2px;
    margin-right: 20px;
    white-space: nowrap;
}
.cart-total .cart-total-btn .btn-pay{
    color: #fff;
    font-size: 14px;
    line-height: 32px;
     height: 32px;
    padding: 0 82px;
    background-color: #e5101d;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
    white-space: nowrap;
    float:right;
}
.box-note{margin-top: 10px; border: 1px solid #d9d9d9;padding: 8px; background-color: #fff;}
.box-note h3 {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    line-height: 18px;
}
.box-note ul {margin-top: 5px; margin-left: 18px;}
.box-note ul li {font-size: 12px;color: #333;padding: 5px 0; line-height: 18px; list-style-position: outside; list-style-type: decimal;}
.box-note ul li a{display: block;}
.box-note ul li a:hover{color: #e5101d;}
.box-note .warning{color: #e5101d; line-height: 18px; margin-top: 10px;}
.choice_supplier{overflow: hidden;}
.other-prods{color:#e5101d;display: inline-block;margin-top:15px; margin-left: 0;}
.other-prods:hover{color: #06f;}
.product_in_order .ic-free-ship{position: relative; foat:left;}
.product_in_order .ic-free-ship .ic .icon{
  position: absolute;
    top: 10px;
    left: 0;
    color: #009900;
    fill: #009900;
}
.product_in_order .ic-free-ship .ic .icon-Navigationdownhome{
      width: 16px;
    height: 16px;
    top: 14px;
    left: 22px;
}
.product_in_order .prods-list{border-bottom: 1px solid #d9d9d9;}
.pp-shopping-cart .caption-pp{overflow: hidden;height:45px;background-color: #fff;position: relative;z-index: 2;}
.pp-shopping-cart .caption-pp .numbs{float:left;font-size:15px;line-height: 40px;}
.pp-shopping-cart .caption-pp .bt-cont{
    float:right;
    color:#e5101d;
    line-height: 40px;
}
.pp-shopping-cart .caption-pp .bt-cont:hover{}
.caption-pp .bt-cont .bt-close{
    border: 2px solid #e5101d;
    display: inline-block;
    font-weight: bold;
    height: 24px;
    line-height: 18px;
    margin-left: 14px;
    text-align: center;
    width: 24px;
    font-size: 13px;
}
.overlay-pp-shopping-cart{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000000;
    width: 100%;
    opacity: 0;
    z-index: -1;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.show-pp-cart .overlay-pp-shopping-cart{opacity:0.6;z-index:1000;}
#modalCart .mCustomScrollBox>.mCSB_scrollTools{
  opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; /* old ie */
}



/* vertical scrollbar */
.mCSB_container {
    width: auto;
    margin-right: 0;
    overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar { margin-right: 0; }
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar { margin-right: 30px; }
.mCustomScrollBox>.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: -13px    ;
}
.box-360 .mCustomScrollBox>.mCSB_scrollTools{right:0;}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.box-360 .mCSB_scrollTools .mCSB_draggerContainer{bottom:15px;top:15px;}
.mCSB_scrollTools a+.mCSB_draggerContainer { margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar { margin-bottom: 0; }
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer { margin: 0 20px; }
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}
.mCustomScrollBox {
    -ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/
    overflow: inherit !important;
 }
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"; /* old ie */
}
#shoppingcartmodal .mCustomScrollBox>.mCSB_scrollTools{
  opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000; /* rgba fallback */
    background: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.6);
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.7);
    filter: "alpha(opacity=70)";
    -ms-filter: "alpha(opacity=70)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0;/*
    sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px;/*
    sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px;/*
    sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px;/*
    sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.mCustomScrollBox.mCS-light:hover .mCSB_scrollTools {
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#owl-promotion,
#owl-thesame{height: 215px;}
.cart-payment .remove-all{color: #e5101d; position: relative; display: inline-block; margin-right: 20px;}
.cart-payment .remove-all:before {
  content: "\f014";
  color: #e5101d;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}
.cart-payment .other-prods:before{
  content: "\f105";
    color:#666;
  padding-right: 5px;
}
/*box-discount-mobile*/
.box-discount-mobile{
      display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px dashed #beebff;
    border-left: 3px solid #beebff;
    margin-right: 20px;
}
.box-discount-mobile .des-box{
    position: relative;
        color: #00a0ec;
    line-height: 26px;
    padding: 0 20px;
    font-size: 12px;
}
.box-discount-mobile .des-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: -2px;
}
.box-discount-mobile .des-box .icon-mobile {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 4px;
    fill: #00a0ec;
    color: #00a0ec;
    position: absolute;
}
.box-discount-mobile .des-box .icon-Navigationdownhome {
    width: 14px;
    height: 14px;
    right: 4px;
    top: 6px;
    fill: #00a0ec;
    color: #00a0ec;
    position: absolute;
}
.sub-discount-mobile{
      position: absolute;
    top: 31px;
    width: 480px;
    left: 0;
    border: 1px solid #00a0ec;
    background-color: #fff;
    padding: 10px;
    z-index: -1;
    box-shadow: 0 2px 4px #ccc;
    display: none;
}
.box-discount-mobile:hover .sub-discount-mobile {
    z-index: 1;
    display: block;
}
.sub-discount-mobile:before{
      content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00a0ec;
    position: absolute;
    top: -10px;
    left: 15px;
}
.sub-discount-mobile:after{
      content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 17px;
}
.sub-discount-mobile .row{overflow: hidden;}
.sub-discount-mobile .qr-code{width:50%;float:left;text-align: center;padding-right:10px;position:relative;}
.qr-code .txt{
  position: absolute;
  background-color: #fff;
  color:#666;
  text-transform: uppercase;
  font-style: 13px;
  top: 64%;
  right:-18px;
}
.sub-discount-mobile .qr-code > p{font-weight: bold;font-size: 14px;line-height: 18px;}
.sub-discount-mobile .qr-code .img-qr-code{display: inline-block;padding: 5px;border:1px solid #d8d8d8;margin: 20px 0 0;}
.sub-discount-mobile .other-way{padding: 0 5px 0 20px;width:50%;border-left: 1px dashed #d8d8d8;float: left;}
.sub-discount-mobile .other-way > p{font-weight: bold;font-size: 14px;line-height: 18px;margin-bottom: 20px;}
.sub-discount-mobile .other-way > div{
  display: block;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left:20px;
}
.sub-discount-mobile .other-way > div .red{color:#e5101d;}
.sub-discount-mobile .download-app{border-top: 1px dashed #d8d8d8;padding-top: 20px;}
.sub-discount-mobile .download-app > span{
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-right: 40px;
  text-align: right;
  display: block;
  line-height: 38px;
  font-size: 14px;
}
.sub-discount-mobile .download-app > a{display: inline-block;margin-right: 10px;}

.loading_{
  position: fixed;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  z-index: -1;
  background-color: rgba(255,255,255,0.5);
  display: none;
}
.loading_.show{z-index: 9999;display: block;}
.loading_ span.close-loading_ {
    width: 20px;
    height: 20px;
    background: #f00;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}
.star-rating .rate-star,.fb_cmt_buyer .rate-star{
  width: 110px;
  height: 20px;
  display: inline-block;
  background: url('//static.scdn.vn/images/ecom/ic-sprites.png') no-repeat -56px -486px;
  position: relative;
  
}
.star-rating .rate-star .rated-star,.fb_cmt_buyer .rate-star .rated-star{
   background: url('//static.scdn.vn/images/ecom/ic-sprites.png') no-repeat -175px -486px;
   height: 20px;
   position: absolute;
   top: 0;
   left: 0;
}
.star-rating .rate-star,.fb_cmt_buyer .rate-star .rate-star{float: left;}
.shop-products .pagination-block.bot{clear: both;padding-top:5px;}

/*top-header-event_*/
.top-header-event_{text-align: center;background-color: #FFAF00;position: relative;margin-bottom: 5px;display: none;}
.top-header-event_ img{display: block;margin:0 auto;}
.close-top-header-event{
      width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #333;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 1;
}
.close-top-header-event:hover{
  color:#fff;
  background-color: #f00;
}
/*end top-header-event_*/



.comment_paging_ft .pagination-block .pagination ol li{margin: 0;float: left;}
.comment_paging_ft .box_comment  .pagination-block .pagination ol li span{margin: 0 4px;}
.comment_paging_ft .box_comment .pagination-block .pagination ol{float: left;}
/*icon event*/
.icon-ev-04122015{
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("//static.scdn.vn/images/ecom/icon-is-event.png") no-repeat;
  width: 55px;
  height: 55px;
}
.icon-ev-eldy{
  position: absolute;
  left: 2px;
  bottom:8px;
  background: url("//static.scdn.vn/images/ecom/icon-heart.png") no-repeat;
  width: 60px;
  height: 55px;
}
.box_img_product .icon-ev-eldy{top:inherit;bottom:0;}
.icon-ev-eldy{
  width: 60px;
  height: 55px;
  bottom:95px;
}
.icon-eldy-shop{
  bottom:8px;
}
.box_img_product .bg-l{position: relative;}
.box_img_product .icon-ev-04122015{top:inherit;bottom:0;}
.img_product .tooltip-inner{background-color: #ea2c1f;border-color:#ea2c1f;font-size:13px;}
.img_product  .tooltip.top .tooltip-arrow{    border-top-color: #ea2c1f;}

.comment_paging_ft .pagination-block .pagination ol li{margin: 0;float: left;}
.comment_paging_ft .box_comment  .pagination-block .pagination ol li span{margin: 0 4px;}
.comment_paging_ft .box_comment .pagination-block .pagination ol{float: left;}
#modalShipping #est_district.hidden,#modalShipping #est_ward.hidden{
  background-color: #999;
}
.box-spdc .tooltip.right .tooltip-arrow{    border-right-color: #ea2c1f;}
/* search autocomplete */
.search-autocomplete{
    position: absolute;
    top: 39px;
    left: 0;
    border: 1px solid #e5101d;
    border-top:none;
    background-color: #fff;
    display: none;
    overflow-y: auto;
    z-index: 11;
    width: 507px;
    max-width: 530px;
    max-height: 450px;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.32);
}
.search-autocomplete dl {overflow: hidden;line-height: 28px;}
.search-item dt {
    float: left;
    padding-left: 5px;
    line-height: 34px;
    width: 80px;
    color: #666;
    font-weight: bold;
}
.search-autocomplete .search-item {border-bottom:  1px solid #ddd;background-color: #fefef6; overflow: hidden;}
.search-autocomplete .search-item:last-child{border: none;}
.search-item h3 {
    float: left;
    padding-left: 5px;
    line-height: 38px;
    width: 80px;
}
.search-autocomplete .search-item .sub-search {margin-left: 80px;border-left: 1px solid #ddd;list-style: none;}
.search-autocomplete .search-item .sub-search .sub-search-item{
    padding: 5px 10px;
    display: block;
    line-height: 26px;
    color: #666;
    overflow: hidden;
}
.search-autocomplete .search-item .sub-search .sub-search-item span{color: #4585f4;}
.search-autocomplete .search-item .sub-search .sub-search-item .count_search{font-size: 11px;float: right; color: #999;}
.search-autocomplete .search-item .sub-search .sub-search-item .price{float: right;}
.search-autocomplete .search-item .sub-search .sub-search-item .price b{color: #e5101d;}
.search-autocomplete .search-item .sub-search .sub-search-item:nth-child(odd){background: #fff;}
.search-autocomplete .search-item .sub-search .sub-search-item:nth-child(even){background: #f5f5f5;}
.search-autocomplete .search-item .sub-search .sub-search-item:hover,
.search-autocomplete .search-item .sub-search .sub-search-item.active { background-color: #ddd; }
.search-autocomplete .search-item .sub-search .sub-search-item img{
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.tmp-img{display: inline;}
.angular{display: none;}
.search-autocomplete .sub-search-shop{}
.search-autocomplete .sub-search-shop li{overflow: hidden;line-height: 28px;  padding: 5px 10px;}
.search-autocomplete .sub-search-shop li:nth-child(even){background-color: #f5f5f5;}
.search-autocomplete .sub-search-shop li a{  display: block;color: #666;overflow: hidden;}
.search-autocomplete .sub-search-shop .sub-search-item a img{width: 60px; height: 30px; margin-right: 10px;  border: 1px solid #ddd;  vertical-align: middle;}
.error-quantity-cart{
    display: block;
    background-color: #fbf7ca;
    border: 1px dashed #da8451;
    color: orange;
    display: none;
    text-align: center;
    font-weight: bold;
    margin: 7px 0;
    position: absolute;
    width: 160px;
    left: 50%;
    line-height: 24px;
    margin-left: -80px
}

/*float-banner-ev-bottom*/
.float-banner-ev-bottom{
  position:fixed;
  bottom:0;
  width:100%; 
  z-index:21;
  left:0;
  text-align: center;
  display: none;
}
@-webkit-keyframes effDownApp {
    0%   {bottom: -120px;}
    100%{bottom:0;}
} 

@keyframes effDownApp {
    0%   {bottom: -120px;}
    100% {bottom:0;}
}
.float-banner-ev-bottom .content-float-bn-ev{position: relative;max-width: 1350px;margin: 0 auto;}
.content-float-bn-ev .float-for-desktop > a{
  display: block;
  overflow: hidden;
}
.content-float-bn-ev .float-for-desktop .two-banner{
  float: left;
  width: 50%;
}
.content-float-bn-ev .float-for-desktop .three-banner{
  float: left;
  width: 33.333%;
}
.float-banner-ev-bottom .bt-close-float-ev{
  width: 20px;height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #333;
  color:#fff;
  position: absolute;
  left:0;
  top:0;
  display: block;
  cursor: pointer;
}
.float-banner-ev-bottom .bt-close-float-ev:hover{background-color: #f00;color:#fff;}
.float-banner-ev-bottom  .float-for-mobile{display: none;}
.float-banner-ev-bottom img{display: block;margin: 0 auto;}
/*end float-banner-ev-bottom*/

#modalShipping .box_supplier.hidden,#modalShipping .modal-footer.hidden{
  display: none;
}
.box-spdc .tooltip.right .tooltip-arrow{    border-right-color: #ea2c1f;}

/* MEDIA SHOP */
@media screen and (max-width: 1366px) {
    .header-right .box-div-cylce{right: 0;}
}
@media screen and (max-width: 1342px) {
    .login_boxed .uername{padding-left: 5px;}
    .header-right .box-div-cylce{right: 14px;}
    .interesting.active{right: -36px;}
     #footer .nav-footer .cont-nav-footer,
  #footer .policy-block-cont,
  .block-tags-search .tags-search{width: 1110px;}
  #footer .policy-block .policy-block-left,
  .cont-nav-footer .cont-nav-left{width: 75%;}
  .box-brand-prod span{display: block;}
  .box-brand-prod .view-more{bottom:50px;}
}
@media screen and (max-width: 1130px) {
    #container-shop,.swap-content,
    #top-head .top-head-cont,
     #footer .nav-footer .cont-nav-footer,
  #footer .policy-block-cont,
  .block-tags-search .tags-search,
  #footer .container{width: 978px;}
    .right-col{width: 710px;}
    .box-product{width: 233px;}
    .header-right{padding-top: 0; padding-right: 0;}
    .btn_for_shop{float: none; padding: 0;}
    .header-right .box-share{float: none; margin-left: 0; margin-top: 0; margin-bottom: 30px;}
    .header-right .rate .req{margin-left: 0; display: block;}
    .header-right .box-div-cylce{ padding: 5px;}
    .header-right .box-div-cylce .info-rate{left: 0;top: 35px}
    .block-spdc .box-spdc{padding: 0;}
    #spdc .box-product{margin-left: 10px; width: 232px;}
    #top-head .category{width: 50px; cursor: pointer;}
    #top-head .category .cate-title{}
    #top-head .category:before{}
    .box-link .sub-link{left: -200px;}
    .login_box:hover{background-color: #fff; border-color: #ddd;}
    .login_box .login-box{height: 43px;  cursor: pointer;  width: 40px; margin-top: 0 }   
    .login_box .login-box .icon-login{
      display: block;
      color: #999;
      position: absolute;
      top: 10px;
      left: 9px;
    } 
    .header-left{width: 690px;}
    .nav-shop{
    margin-top: 30px;
    }
    .login_box .login-box:hover .icon-login{color: #666;}  
    .login_box .btn_login, .login_box .btn_register{display: none;}
    .login_box .login-block{top: 41px;}
    .box_attr_product .box-attrs{padding: 5px;}
    .box_attr_product .attrs .vc-info {width: 100%;}
    .box_attr_product .attrs .attrs-item{width: 68%;}
    .box_attr_product .shop-db span{display: block;}
    .box_attr_product .shop-db{position: absolute;left: 0;top: 425px;}
    .box_attr_product .fav{padding-left: 0; position: relative; top: 10px;}
    .search-autocomplete{width: 457px;}
    .search-autocomplete .search-item .sub-search{width: 310px;float: right;margin-left: 0;}
     
    /*shop-detail*/
    .content-tab2 .rating-block .star-rating{width: 260px;}
    .box-product .overflow_box{margin-right: 11px;}
    .login_boxed .tk-box > span{display: none;}
    .login_boxed .uername img{display: none;}
    .login_boxed .uername{padding-left: 5px; margin-right: 0;}  
    .nav-main{left: -122px;}
    .header-right .box-div-cylce{}
    .box-hoa-sen span{display: block;}
    .CenterWrapper a{margin-right: 14px;}
    .est-shipping-fee .attrs label{float: none; width: 100%;}
    .login_box .da-login > a > span{display: none;}
    .login_box .da-login > a > .icon-navigation_down_home{margin-right: 0;}
    .login_box .da-login > a{height: 42px; display: block;}
    .login_box .da-login ul:after,
    .login_box .da-login ul:before{left: 88%;}
    .box-discount-mobile{font-size:11px;padding: 6px 18px;margin-right:0;}
    #footer .policy-block .policy-block-left,
  .cont-nav-footer .cont-nav-left{width: 70%;}
  .policy-block .policy-block-left ul.link li > a.blogsendo,
  .policy-block .policy-block-left ul.link li > a.w123mua{margin-right: 0;}
  .header-right{float: left;margin-left: 10px;}
  .policy-block .policy-block-left ul{width: 33%; margin-bottom: 20px;}
  .policy-block .policy-block-left ul.link{width: 100%;float: none;clear: both; margin-bottom: 0;}
}
@media screen and (max-width: 992px) {
  #header,
  #footer{width: 978px; margin: 0 auto;} 
   #footer .nav-footer .cont-nav-footer{padding: 0 10px;}
  .cont-nav-footer .cont-nav-left,
  .cont-nav-footer .cont-nav-right{
    float: none;
    width: 100%; 
    padding-left: 0; 
    margin-top: 14px;
    overflow: hidden;
    position: relative;
  }
  .cont-nav-footer .cont-nav-right .cont{width: 24%; float: left;}  
  #footer .policy-block .policy-block-left {width: 100%; float: none;}
  .policy-block .policy-block-right{float: none; width: 100%; padding-left: 0; margin-top: 10px; border: none;position: relative;}
  #footer .policy-block-cont{padding: 15px 10px;}
  .block-tags-search .tags-search{padding: 15px 10px;}
  #footer .policy-block .policy-block-left,
  .cont-nav-footer .cont-nav-left{border: none;overflow: hidden;}
  .cont-nav-footer .cont-nav-right .cont:last-child{float: right;margin-top:20px;border-top:none;border-top:none;}
   /*float-banner-ev-bottom*/
   .float-banner-ev-bottom  .float-for-mobile{display: block;}
   .float-banner-ev-bottom  .float-for-desktop{display: none;}
   .float-banner-ev-bottom{height: auto;}
   .float-banner-ev-bottom .bt-close-float-ev{top:0;right:0;}
}
@media screen and (max-width: 767px) {  
  #footer,
  #footer .policy-block-cont{width: 98%; margin:0 auto;}
  #footer .nav-footer .cont-nav-footer{display: none;}
  #footer .policy-block .policy-block-left{display: none;}

.top-header-event_{display: none !important;}
.float-banner-ev-bottom .bt-close-float-ev{
    top: -20px;
  }
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}