@charset "UTF-8";
.margin-top-5 {
  margin-top: 5px; }

.margin-top-6 {
  margin-top: 6px; }

.margin-top-7 {
  margin-top: 7px; }

.margin-top-8 {
  margin-top: 8px; }

.margin-top-9 {
  margin-top: 9px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-11 {
  margin-top: 11px; }

.margin-top-12 {
  margin-top: 12px; }

.margin-top-13 {
  margin-top: 13px; }

.margin-top-14 {
  margin-top: 14px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-16 {
  margin-top: 16px; }

.margin-top-17 {
  margin-top: 17px; }

.margin-top-18 {
  margin-top: 18px; }

.margin-top-19 {
  margin-top: 19px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-21 {
  margin-top: 21px; }

.margin-top-22 {
  margin-top: 22px; }

.margin-top-23 {
  margin-top: 23px; }

.margin-top-24 {
  margin-top: 24px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-26 {
  margin-top: 26px; }

.margin-top-27 {
  margin-top: 27px; }

.margin-top-28 {
  margin-top: 28px; }

.margin-top-29 {
  margin-top: 29px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-31 {
  margin-top: 31px; }

.margin-top-32 {
  margin-top: 32px; }

.margin-top-33 {
  margin-top: 33px; }

.margin-top-34 {
  margin-top: 34px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-36 {
  margin-top: 36px; }

.margin-top-37 {
  margin-top: 37px; }

.margin-top-38 {
  margin-top: 38px; }

.margin-top-39 {
  margin-top: 39px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-41 {
  margin-top: 41px; }

.margin-top-42 {
  margin-top: 42px; }

.margin-top-43 {
  margin-top: 43px; }

.margin-top-44 {
  margin-top: 44px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-top-46 {
  margin-top: 46px; }

.margin-top-47 {
  margin-top: 47px; }

.margin-top-48 {
  margin-top: 48px; }

.margin-top-49 {
  margin-top: 49px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-51 {
  margin-top: 51px; }

.margin-top-52 {
  margin-top: 52px; }

.margin-top-53 {
  margin-top: 53px; }

.margin-top-54 {
  margin-top: 54px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-top-56 {
  margin-top: 56px; }

.margin-top-57 {
  margin-top: 57px; }

.margin-top-58 {
  margin-top: 58px; }

.margin-top-59 {
  margin-top: 59px; }

.margin-top-60 {
  margin-top: 60px; }

/* Floating Red Button */
.contact-btn-wrap {
  /* Popup */
  /* Popup Header */
  /* Items */ }
  .contact-btn-wrap .contact-btn {
    width: 52px;
    height: 52px;
    background: #024fa0;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform .25s ease;
    border: solid 0px #fff;
    animation: button-glow 1.8s infinite; }
  .contact-btn-wrap .contact-btn:hover {
    transform: scale(1.09); }
  .contact-btn-wrap .contact-popup {
    position: fixed;
    bottom: -500px;
    left: 22px;
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    overflow: hidden;
    transition: bottom .35s ease;
    font-family: sans-serif; }
  .contact-btn-wrap .popup-header {
    background: #024fa0;
    color: #fff;
    padding: 11px 18px;
    font-size: 17px;
    font-weight: bold;
    position: relative; }
  .contact-btn-wrap .popup-close {
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 26px;
    cursor: pointer; }
  .contact-btn-wrap .popup-item {
    display: flex;
    gap: 12px;
    padding: 10px 18px;
    border-bottom: 1px solid #eee;
    cursor: pointer; }
  .contact-btn-wrap .popup-item:hover {
    background: #f6f6f6; }
  .contact-btn-wrap .icon {
    width: 32px;
    height: 32px; }
  .contact-btn-wrap .title {
    font-size: 13px;
    font-weight: 600;
    color: #555; }
  .contact-btn-wrap .sub {
    font-size: 14px;
    color: #777; }

.cls-1 {
  fill: #fff; }

@-webkit-keyframes button-glow {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
.wave-animation::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: rgba(255, 82, 82, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: wave 1.8s infinite; }

/* Keyframes cho sóng lan */
@keyframes wave {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0.7; }
  70% {
    width: 160px;
    height: 160px;
    opacity: 0; }
  100% {
    opacity: 0; } }
/* reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
  vertical-align: top;
  background: transparent;
  font-weight: normal;
  line-height: 1.5em;
  font-family: Roboto; }

html,
body {
  font-size: 13px; }

ol,
ul {
  list-style: none; }

a,
span {
  vertical-align: baseline; }

b,
strong {
  font-weight: bold; }

i,
dfn {
  font-style: italic; }

img {
  max-width: 100%; }

/* ************************************* VARIABLES ************************************* */
/* GRADIENTS */
/* CSS3 TRANSITION */
/* ************************************* GLOBAL THEME STYLES ************************************* */
/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.hotline-container {
  text-align: right;
  margin-top: 18px;
  color: red; }

.hot-line-text {
  font-size: 19px;
  color: red; }

/* custom selects global styles */
.customselect_wrap {
  position: relative;
  cursor: pointer; }

.customselect_wrap select {
  margin: 0;
  padding: 0;
  border: none;
  z-index: 100;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.customselect_wrap span.customSelect {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* hover transitions */
.trs_hover {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }

.trs_hover:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

#fancybox-content {
  background: #ffffff; }

.slider-wrap {
  margin-bottom: 23px; }

/* ************************************* TYPOGRAPHY ************************************* */
body {
  font-family: Roboto;
  font-size: 13px;
  color: #777777; }

.main-color {
  color: #0d2f53; }

/* HEADINGS */
.column_center .page_heading {
  margin: 0;
  padding: 7px 5px 6px 20px;
  font-size: 15px;
  color: #ffffff;
  background: linear-gradient(to bottom, #024fa0 0%, #053f7d 100%);
  border-radius: 3px 3px 0px 0px;
  border-bottom: solid 4px #b52b35; }

.sidebar-main-menu {
  display: none; }

.txt-close-btn {
  position: absolute;
  right: 32px;
  top: 8px;
  height: 18px;
  opacity: 0.3;
  font-size: 16px;
  display: none; }

.responsive-menu-close-22 {
  position: absolute;
  right: -16px;
  top: -19px;
  display: none; }
  .responsive-menu-close-22 .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 18px;
    opacity: 0.3; }
  .responsive-menu-close-22 .close:hover {
    opacity: 1; }
  .responsive-menu-close-22 .close:before,
  .responsive-menu-close-22 .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333; }
  .responsive-menu-close-22 .close:before {
    transform: rotate(45deg); }
  .responsive-menu-close-22 .close:after {
    transform: rotate(-45deg); }

.txt-logo-responsive {
  display: none;
  color: #7b8f38; }

.btn-menu-wrapper {
  display: none;
  float: right;
  width: 76px;
  height: 31px;
  position: absolute;
  border: solid 1px #ccc;
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
  top: 15px;
  right: 20px;
  overflow: hidden;
  transition: all 300ms ease 0s;
  background-color: #fff; }
  .btn-menu-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.024); }
  .btn-menu-wrapper .icon-menu {
    display: inline-block;
    margin-top: 3px;
    width: 31%; }
    .btn-menu-wrapper .icon-menu .line-1 {
      background-color: #ccc;
      height: 3px;
      margin-bottom: 3px;
      display: block;
      width: 100%; }
  .btn-menu-wrapper .text-menu {
    display: inline-block;
    margin-left: 6px;
    margin-top: 1px; }

.column_center .page_heading a {
  float: right; }

/* PARAGRAPHS */
p {
  margin: 15px 0;
  padding: 0; }

/* LISTS */
.column_center ul {
  list-style-type: square;
  list-style-position: inside; }

.column_center ol {
  list-style-type: decimal;
  list-style-position: inside; }

/* LINKS */
a {
  color: #333333;
  text-decoration: none; }

a:hover,
a:focus {
  color: #8cab1f; }

/* PRODUCT NAME */
.product_name {
  font-size: 15px; }

.product_name a {
  color: #333333; }

/* PRODUCT DESCRIPTION */
.product_desc {
  font-size: 13px;
  color: #777777; }

/* PRODUCT PRICE */
.money {
  color: #0d2f53; }

.compare-at-price {
  text-decoration: line-through; }

/* RTE */
.rte {
  margin-top: 15px;
  margin-bottom: 15px;
  color: inherit; }

.rte a {
  color: inherit;
  text-decoration: underline; }

.rte a:hover {
  text-decoration: none; }

.rte h1 {
  font-size: 19px; }

.rte h2 {
  font-size: 17px; }

.rte h3 {
  font-size: 16px; }

.rte h4 {
  font-size: 14px; }

.rte h5 {
  font-size: 13px; }

.rte h6 {
  font-size: 12px; }

.rte img {
  margin-top: 15px;
  margin-bottom: 15px; }

/* ************************************* FORMS ************************************* */
label {
  font-weight: bold;
  font-size: 13px; }

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
  padding: 6px;
  border: 1px solid #cfcfcf;
  font: normal 13px 'Arial';
  color: #777777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none; }

select,
select.form-control {
  padding: 8px 3px; }

textarea,
textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px; }

.form-control:focus {
  border-color: #aaa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd; }

.form-group {
  vertical-align: top !important;
  margin-top: 15px;
  margin-bottom: 0; }

/* HORIZONTAL FORMS */
.form-horizontal label {
  padding-top: 0 !important;
  text-align: right;
  line-height: 34px; }

.form-horizontal select {
  width: 100%; }

.action_bottom span.note {
  margin-left: 5px; }

.action_bottom span.note a {
  margin-left: 5px; }

/* ************************************* ALERT ************************************* */
.alert {
  margin: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.alert > p,
.alert > ul,
.alert > ol {
  list-style-type: none;
  margin: 0; }

.alert > p + p,
.alert > ul + ul {
  margin: 10px 0 0 0; }

/* ************************************* BUTTONS ************************************* */
.btn,
.btn a,
.btn-info,
.btn-primary {
  padding: 5px 15px 6px 15px;
  border-color: #000000;
  font: normal 15px Roboto;
  color: #ffffff !important;
  background: #404040;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #404040 0%, #333333 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #404040 0%, #333333 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #404040 0%, #333333 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #404040 0%, #333333 100%);
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none !important; }

.btn-cart {
  border-color: #024e9f;
  background: #1b7ce3;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b7ce3), color-stop(100%, #1470d3));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #1b7ce3 0%, #1470d3 100%); }

.btn:hover,
.btn:focus,
.btn:hover a,
.btn:focus a,
.btn-info:hover,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #000000; }

.btn-cart:hover,
.btn-cart:focus {
  background: #024e9f; }

.btn_yellow {
  border-color: #eb7c19;
  background: #ffc602;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffc602 0%, #ffaa02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc602), color-stop(100%, #ffaa02));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ffc602 0%, #ffaa02 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffc602 0%, #ffaa02 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffc602 0%, #ffaa02 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ffc602 0%, #ffaa02 100%); }

.btn_yellow:hover,
.btn_yellow:focus {
  background: #ffaa02;
  border-color: #ffaa02; }

.btn_magenta {
  border-color: #098793;
  background: #1cc6d7;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #1cc6d7 0%, #0eacbc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1cc6d7), color-stop(100%, #0eacbc));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #1cc6d7 0%, #0eacbc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #1cc6d7 0%, #0eacbc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #1cc6d7 0%, #0eacbc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #1cc6d7 0%, #0eacbc 100%);
  /* W3C */ }

.btn_magenta:hover,
.btn_magenta:focus {
  background: #0eacbc;
  border-color: #0eacbc; }

.btn_red {
  border-color: #af0909;
  background: #fb2727;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fb2727 0%, #d71d1d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb2727), color-stop(100%, #d71d1d));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #fb2727 0%, #d71d1d 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fb2727 0%, #d71d1d 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fb2727 0%, #d71d1d 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #fb2727 0%, #d71d1d 100%);
  /* IE6-8 */ }

.btn_red:hover,
.btn_red:focus {
  background: #d71d1d;
  border-color: #d71d1d; }

.btn_green {
  border-color: #4c8106;
  background: #79c614;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79c614), color-stop(100%, #6db410));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #79c614 0%, #6db410 100%);
  /* IE6-8 */ }

.btn_green:hover,
.btn_green:focus {
  background: #6db410;
  border-color: #6db410; }

.btn_blue {
  border-color: #024e9f;
  background: #1b7ce3;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b7ce3), color-stop(100%, #1470d3));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #1b7ce3 0%, #1470d3 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #1b7ce3 0%, #1470d3 100%);
  /* W3C */
  /* IE6-8 */ }

.btn_blue:hover,
.btn_blue:focus {
  background: #1470d3;
  border-color: #1470d3; }

/* ************************************* GLOBAL LAYOUT ************************************* */
html,
body {
  height: 100%; }

body {
  background-color: #ffffff; }

#wrapper {
  overflow: hidden; }

.us-flag-bg {
  inset: 0;
  background-image: url("/Images/us-flag-wave.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  left: 0%;
  width: 88%;
  height: 97%;
  opacity: 0.1;
  z-index: -1; }

.container {
  padding: 0; }

#main {
  margin-top: 30px; }

#main_content,
.column .widget {
  margin-bottom: 30px !important; }

/* ************************************* SIDEBAR CONFIGURATION ************************************* */
/* NO SIDEBAR */
/* LEFT SIDEBAR */
.sidebar_left .column_center {
  width: 100%; }

.sidebar_left .column_center #main_content {
  margin: 0 0 0 25%; }

.sidebar_left .column_left {
  margin-left: -100%; }

/* RIGHT SIDEBAR */
/* BOTH SIDEBARS */
.sidebar_both .column_center {
  width: 100%; }

.sidebar_both .column_center #main_content {
  margin: 0 25%; }

.sidebar_both .column_left {
  margin-left: -100%; }

.sidebar_both .column_right {
  margin-left: -25%; }

/* NOSIDEBAR PAGES */
.sidebar_off .column_center #main_content {
  margin: 0; }

/* ************************************* HEADER ************************************* */
#header {
  height: 128px; }

#header .container {
  position: relative; }

#header .row {
  padding: 21px 0px 0px 0px; }

#logo a {
  display: inline-block;
  width: 135px; }

.logo {
  display: flex; }
  .logo .logo-image {
    width: 100px; }
  .logo .logo-text {
    width: 131px;
    padding-left: 8px; }

.logo .txt1 {
  font-size: 40px; }

.logo .txt2 {
  font-size: 30px; }

.slogan-banner {
  color: #0093dd;
  font-size: 15px;
  font-weight: bold;
  margin-left: 196px;
  position: relative;
  top: -40px; }

.header_currency {
  position: absolute;
  right: 0;
  top: 0; }

.header_currency .customselect_wrap {
  display: inline-block; }

.header_currency .customselect_wrap span.customSelect span {
  width: 60px !important;
  height: 30px;
  padding: 0 0 0 8px;
  background: #cfcfcf;
  font: 14px/27px Roboto;
  color: #ffffff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.header_currency:hover .customselect_wrap span.customSelect span {
  background: #1b7ce3; }

.header_currency .customselect_wrap i {
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  right: 7px;
  top: 6px;
  z-index: 1; }

.header_currency #currencies {
  width: 60px;
  height: 30px; }

.header_user {
  width: 40px;
  height: 30px;
  display: block;
  background: #828282;
  text-align: center;
  position: absolute;
  right: 65px;
  top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.header_user:hover {
  background: #1b7ce3; }

.header_user i {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff; }

.header_cart {
  height: 69px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C */
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.header_cart a {
  height: 100%;
  display: block;
  vertical-align: top;
  padding: 0 0 0 77px;
  background: url(//cdn.shopify.com/s/files/1/0366/0501/t/2/assets/header_cart.png?4194) 0 0 no-repeat; }

.header_cart a b {
  display: block;
  margin: 0 0 -4px -1px;
  padding: 5px 0 0 0;
  font: normal 25px Roboto; }

.header_cart a span {
  font: normal 15px Roboto;
  color: #1b7ce3; }

.header_cart a span + span {
  margin: 0 0 0 4px; }

.header_cart a:hover b,
.header_cart a:hover span {
  color: #ee2323; }

.custom_header1 {
  text-align: right; }

.custom_header1 h3 {
  font-size: 15px;
  color: #ee2323; }

.header_search {
  height: 35px;
  overflow: hidden;
  margin: 11px 0 0 0;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.header_search #search-field {
  width: 100%;
  height: 33px;
  float: left;
  padding: 0 43px 0 10px;
  background: none;
  border: none; }

.header_search #search-submit {
  width: 34px;
  height: 33px;
  float: left;
  margin: 0 0 0 -34px;
  border-left: 1px solid #cfcfcf;
  color: #333333;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C */
  /* IE6-8 */ }

.header_search #search-submit i {
  font-size: 18px;
  line-height: 32px; }

.header_search #search-submit:hover {
  color: #ee2323; }

/* ************************************* NAVIGATION ************************************* */
.bg-color {
  background: #0d2f53; }

.radius {
  border-radius: 4px; }

.sf-menu li {
  position: relative; }

.sf-menu > li {
  float: left; }

.sf-menu > li > a {
  height: 47px;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 45px;
  color: #0d2f53;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-transform: uppercase; }

.sf-menu > li > a i {
  font-size: 18px;
  line-height: 47px; }

.sf-menu > li.active > a,
.sf-menu > li:hover > a {
  background: #0d2f53;
  color: #fff; }

.sf-menu ul {
  width: 200px !important;
  padding: 5px 15px 15px 15px;
  background: #818382;
  position: absolute;
  left: -1px;
  top: 47px;
  z-index: 1000; }

.sf-menu ul li {
  padding: 5px 0 0 0; }

.sf-menu ul li a {
  color: #828282; }

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {
  color: #ffffff; }

.hidden-lg {
  width: 100%;
  height: 47px;
  display: block;
  padding: 12px 5px;
  background: #2e2e2e;
  border: 1px solid #000000;
  border-width: 0 1px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/************************************* NIVOSLIDER *************************************/
.nivoSlider {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }

.nivoSlider img {
  max-width: none;
  position: absolute;
  top: 0;
  left: 0; }

.nivo-main-image {
  width: 100% !important;
  display: block !important;
  position: relative !important; }

.nivoSlider a.nivo-imageLink {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  filter: alpha(opacity=0);
  opacity: 0; }

.nivo-slice {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 5; }

.nivo-box {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 5; }

.nivo-box img {
  display: block; }

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
  display: none; }

.slider_wrap {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 1; }

.nivoSlider {
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nivo-caption {
  width: 400px;
  padding: 0 0 0 90px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  display: none; }

.nivo-caption h2 {
  margin: 0;
  padding: 81px 0 0 0;
  border: none;
  font: 300 65px/61px Roboto;
  color: #333333;
  text-transform: none; }

.nivo-caption h3 {
  margin: 0;
  padding: 11px 0 0 0;
  border: none;
  font: 17px/22px Roboto;
  color: #777777;
  text-transform: none; }

.nivo-caption .btn {
  margin: 22px 0 0 0;
  padding: 10px 15px 11px 15px; }

.nivo-directionNav a {
  width: 30px;
  height: 30px;
  display: block;
  margin: -15px 0 0 0;
  background: #f0f0f0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.nivo-directionNav a span {
  display: none; }

.nivo-directionNav a i {
  font-size: 20px;
  line-height: 28px; }

.nivo-prevNav {
  left: 20px; }

.nivo-nextNav {
  right: 20px; }

.nivo-controlNav {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10; }

.nivo-controlNav a {
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.nivo-controlNav a + a {
  margin: 0 0 0 5px; }

.nivo-controlNav a span {
  display: none; }

.nivo-controlNav a i {
  display: inline-block; }

.nivo-controlNav a.active {
  cursor: default; }

/* ************************************* SHOWCASE ************************************* */
#showcase .custom_showcase {
  margin: 0 0 30px 0; }

#showcase .custom_showcase a {
  min-height: 180px;
  display: block;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#showcase .custom_showcase a div {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  position: absolute;
  left: 0;
  top: 0; }

#showcase .custom_showcase a div h3 {
  margin: 0;
  padding: 11px 0 0 0;
  border: none;
  font: 25px Roboto;
  color: #333333;
  text-transform: none; }

#showcase .custom_showcase a div p {
  width: 140px;
  margin: 0;
  padding: 9px 0 0 0;
  font: 13px/17px Roboto;
  color: #777777; }

#showcase .custom_showcase a div span {
  margin: 19px 0 0 0; }

/* ************************************* BOTTOM ************************************* */
.footer-wrap {
  background-color: #0d2f53;
  border-bottom: solid 7px #b52b35;
  color: #ffffff; }

.custom_footer h3 {
  margin: 0;
  padding: 45px 0 0 0;
  font-size: 16px;
  color: #333333; }

.custom_footer ul {
  padding: 5px 0 0 0; }

.custom_footer ul li {
  padding: 5px 0 0 0;
  font-size: 12px; }

.custom_footer ul li a {
  font-size: 12px;
  color: #777777; }

.custom_footer ul li a i {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #333333; }

.custom_footer ul li.active a,
.custom_footer ul li a:hover {
  color: #1b7ce3; }

.custom_footer4 form p.success {
  margin: 10px 0 0 0;
  color: #1b7ce3; }

.custom_footer4 form p.error {
  margin: 10px 0 0 0;
  color: #ee2323; }

.custom_footer4 form div {
  height: 35px;
  overflow: hidden;
  margin: 15px 0 0 0;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.custom_footer4 form div #email-input {
  width: 100%;
  height: 33px;
  float: left;
  padding: 0 100px 0 10px;
  background: none;
  border: none; }

.custom_footer4 form div #email-submit {
  width: 90px;
  height: 33px;
  float: left;
  margin: 0 0 0 -90px;
  border-left: 1px solid #cfcfcf;
  color: #1b7ce3;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C */
  /* IE6-8 */ }

.custom_footer4 form div #email-submit:hover {
  background: #1b7ce3;
  color: #ffffff; }

.custom_footer4 img {
  margin: 20px 0 0 0; }

/* ************************************* FOOTER ************************************* */
#footer {
  margin: 45px 0 0 0;
  border-top: 1px solid #cfcfcf; }

#footer .copyright {
  padding: 15px 0;
  font-size: 12px; }

#footer .copyright a {
  font-size: 12px;
  color: #1b7ce3; }

#footer .copyright a:hover {
  color: #333333; }

/* ************************************* BREADCRUMBS ************************************* */
.breadcrumb {
  margin: 0 0 30px 0;
  background: #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* ************************************* COLLECTION page ************************************* */
ul.tags {
  margin: 15px 0 0 0;
  list-style-type: none; }

ul.tags li {
  float: left; }

ul.tags li + li {
  margin: 0 0 0 5px; }

ul.tags li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #cfcfcf;
  color: #777777;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C */
  /* IE6-8 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

ul.tags li a:hover,
ul.tags li.active a {
  border: 1px solid #4c8106;
  color: #ffffff;
  background: #79c614;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79c614), color-stop(100%, #6db410));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #79c614 0%, #6db410 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #79c614 0%, #6db410 100%);
  /* W3C */
  /* IE6-8 */ }

.collection_info {
  margin-top: 30px; }

.collection_info .collection_img {
  text-align: center; }

.collection_info .collection_desc .rte {
  margin: 0; }

/* ************************************* PRODUCT LISTING ************************************* */
.product-item-wrap {
  margin-bottom: 26px; }

#main_content .product .product_img {
  height: 257px;
  overflow: hidden;
  position: relative; }
  #main_content .product .product_img a {
    display: block;
    padding: 15px; }

#main_content .product .product_img .sale {
  display: block;
  vertical-align: top;
  padding: 4px 6px 6px 6px;
  border: 1px solid #af0909;
  font-size: 13px;
  line-height: 1em;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fb2727;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fb2727 0%, #819d23 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb2727), color-stop(100%, #819d23));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #fb2727 0%, #819d23 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fb2727 0%, #819d23 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fb2727 0%, #819d23 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #fb2727 0%, #819d23 100%);
  /* W3C */
  /* IE6-8 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#main_content .product .product_img a {
  display: block;
  overflow: hidden;
  padding: 15px; }

#main_content .product .product_img {
  text-align: center; }
  #main_content .product .product_img a img {
    margin: auto; }

#main_content .product .product_info {
  border-top: 1px solid #cfcfcf;
  height: 156px;
  overflow: hidden;
  padding: 0 15px 20px;
  text-align: center; }

#main_content .product .product_price {
  padding: 10px 0 0 0; }

#main_content .product .product_price .money {
  margin: 0 5px 0 0;
  font-size: 22px; }

#main_content .product .product_price .compare-at-price {
  color: #828282; }

#main_content .product .product_links form {
  display: inline-block;
  margin-top: 15px; }

#main_content .product .product_links a {
  margin-top: 15px; }

/* ************************************* PAGINATION ************************************* */
#pagination {
  display: inline-block;
  overflow: hidden;
  margin: 30px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#pagination span {
  display: block;
  overflow: hidden;
  float: left; }

#pagination span + span {
  border-left: 1px solid #cfcfcf; }

#pagination span a,
#pagination span.current {
  display: block;
  padding: 7px 10px;
  color: #333333; }

#pagination span a:hover {
  color: #1b7ce3; }

#pagination span.current {
  font-weight: bold;
  color: #1b7ce3;
  cursor: default; }

/* ************************************* SIDEBAR WIDGETS ************************************* */
.page_content {
  margin-top: 22px; }

.column .widget h3.widget_header {
  margin: 0;
  padding: 7px 5px 6px 20px;
  font-size: 15px;
  color: #ffffff;
  background: linear-gradient(to bottom, #024fa0 0%, #053f7d 100%);
  border-radius: 3px 3px 0px 0px; }

/* LINKS LIST */
.column .widget ul.list {
  padding: 8px 0 0 0; }
  .column .widget ul.list li + li {
    border-top: none; }
  .column .widget ul.list li a {
    font-size: 15px; }

.widget.widget_collections {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease; }

.widget_header {
  background: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 15px;
  margin: 0;
  letter-spacing: 0.5px;
  border-bottom: solid 4px #b52b35; }

.widget_content {
  padding: 0;
  border: solid 1px #ddd;
  border-top: none;
  box-shadow: 0 10px 11px #ccc;
  border-radius: 0px 0px 4px 4px;
  background-color: #ffffff; }
  .widget_content .list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .widget_content .list li {
      border-bottom: 1px solid #e6e6e6; }
      .widget_content .list li:last-child {
        border-bottom: none; }
      .widget_content .list li a {
        display: block;
        padding: 10px 15px;
        color: #333;
        text-decoration: none;
        transition: all 0.25s ease; }
        .widget_content .list li a:hover {
          background: rgba(2, 79, 160, 0.1);
          color: #0a62d2;
          padding-left: 20px; }
    .widget_content .list li.active a {
      background: #e8f5e9;
      color: #1b5e20;
      font-weight: bold;
      border-left: 4px solid #43a047;
      padding-left: 18px; }

/* COLLECTIONS */
/* TYPES */
.column .widget__types h3.widget_header {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease; }

/* ************************************* SEARCH RESULTS PAGE ************************************* */
#searchresults {
  margin: 0; }

#searchresults .search-form {
  margin: 15px 0 0 0; }

#searchresults .search-form input {
  width: 100%;
  float: left;
  padding: 0 34px 0 10px; }

#searchresults .search-form button {
  width: 34px;
  height: 34px;
  float: left;
  margin: 0 0 0 -34px;
  background: none;
  border: none;
  font-size: 20px;
  color: #333333; }

#searchresults .search-form button:hover {
  color: #1b7ce3; }

#searchresults .search-form button i {
  line-height: 32px; }

#searchresults h3 {
  margin: 0;
  padding: 0; }

#searchresults ol {
  list-style-type: none;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #cfcfcf; }

#searchresults ol li {
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #cfcfcf; }

#searchresults ol li .search-result_image {
  float: left;
  margin-right: 15px; }

#searchresults ol li .search-result_container {
  padding: 15px 0 0 0; }

/* ************************************* PRODUCT PAGE ************************************* */
#product_image-container {
  overflow: hidden; }

.product_wrap .bxslider {
  margin: 0; }

.product_image .bx-wrapper {
  overflow: hidden;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.product_wrap #bx-pager {
  width: 360px; }

.product_wrap #bx-pager a {
  width: 105px;
  overflow: hidden;
  margin: 15px 15px 0 0;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.product_wrap .product_name {
  margin: -6px 0 0 0;
  font-size: 20px; }

.product_wrap .product-price {
  padding: 0; }

.product_wrap .product-price .money {
  margin: 0 5px 0 0;
  font-size: 22px; }

.product_wrap .product-price .compare-at-price {
  color: #777777;
  text-decoration: line-through; }

.product_wrap .variants-wrapper {
  padding: 15px 0 0 0; }

.product_wrap .variants-wrapper label {
  margin-right: 10px; }

.product_wrap #purchase label {
  display: inline-block;
  margin: 0;
  padding: 0 !important;
  line-height: 37px; }

.product_wrap #purchase #quantity {
  width: 50px;
  height: 37px;
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
  outline: none;
  text-align: center; }

.product_wrap #purchase #add-to-cart {
  width: auto;
  height: 37px;
  padding: 7px 15px; }

.product_wrap #purchase #add-to-cart i {
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
  top: -2px; }

.product_wrap .product_details {
  margin: 15px 0 0 0;
  padding: 10px 0 15px 0;
  border: 1px solid #cfcfcf;
  border-width: 1px 0; }

.product_wrap .product_details > div {
  padding: 5px 0 0 0; }

.product_wrap .product_details a {
  color: #6db410; }

.product_wrap .product_details a:hover {
  color: #333333; }

.product_wrap #product_description h4 {
  padding-bottom: 0;
  border: none;
  text-transform: none; }

.product_wrap .addthis_toolbox {
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #cfcfcf; }

.product_image-additioanl a {
  width: 33%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.product_wrap .pagination__product {
  width: 100%;
  margin: 15px 0; }

.product_wrap .pagination__product ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 15px !important; }

.product_wrap .pagination__product ul li.left-arrow {
  float: left; }

.product_wrap .pagination__product ul li.right-arrow {
  float: right; }

/* RELATED PRODUCTS */
.widget__related-products h3 {
  margin: 30px 0 0 0; }

.widget__related-products ul {
  list-style-type: none; }

/* ************************************* BLOG ************************************* */
.blog-article {
  padding: 15px 0 0 0; }

.article_header {
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf; }

.article_header .product_name {
  font-size: 20px; }

.blog-article_meta-comments {
  float: right; }

.blog-article_date,
.blog-article_meta-tags {
  font-style: italic; }

.blog-article_meta-tags a {
  text-decoration: underline; }

/* ************************************* BLOG ARTICLE ************************************* */
.article_meta-comments {
  float: right; }

.article_meta-tags a {
  text-decoration: underline; }

.article_date,
.article_meta-tags,
.article_meta {
  font-style: italic; }

.article-scope .addthis_toolbox {
  margin: 20px 0; }

#comments ul {
  list-style-type: none; }

.comment-form #comment-body {
  min-height: 100px;
  margin-bottom: 15px; }

.article_comments-form {
  padding-bottom: 10px;
  margin-top: 1em;
  padding-top: 10px; }

.section-title {
  margin-bottom: 2px;
  padding-bottom: 8px; }

.section_content {
  padding-top: 8px; }

.comment-form .section_content .row {
  margin-bottom: 1em; }

/*===========================================*/
/*Page scope*/
.page_image {
  margin-bottom: 1em; }

.page-row img {
  margin-bottom: 1em; }

.page-row {
  margin-bottom: 2em; }

/* ************************************* CUSTOMER PAGES ************************************* */
/* LOG IN */
#create-customer {
  padding: 30px 0 0 0; }

/* ACCOUNT */
.customer_name {
  text-transform: none !important; }

.customer_name .divider {
  margin: 0 7px; }

.customer_name .email {
  color: #777777; }

.customer_name a {
  float: right; }

/* ADDRESSES */
.customer_addresses ul.customer_addresses_actions {
  list-style-type: none;
  margin: 15px 0; }

.customer_addresses ul.customer_addresses_actions li a i {
  margin: 0 5px 0 0;
  line-height: inherit; }

.customer_addresses .col-sm-offset-4 label {
  line-height: 1.6em; }

ul.address {
  list-style-type: none; }

/* ************************************* ORDERS ************************************* */
.order_date {
  margin: 15px 0 0 0; }

#order_details {
  margin: 30px 0 0 0; }

/* ************************************* CART PAGE ************************************* */
.cart-list {
  overflow: hidden; }

.cart-list > .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1; }

.cart-list .item_image {
  text-align: center; }

.cart-list .item_image a img {
  max-width: 100%; }

.cart-list .product_name {
  margin-top: 15px; }

.cart-list .item_remove {
  margin: 0 0 0 10px; }

.cart-list .item_remove a {
  font-size: 20px;
  color: #fe2a2a; }

.cart-list .item_remove a:hover {
  color: #333333; }

.cart-list .row h3.item_vendor {
  border-bottom: 1px solid #cfcfcf;
  color: #888; }

.cart-list .item_price {
  padding: 10px 0 0 0; }

.cart-list .item_price .price {
  line-height: 37px; }

.cart-list .item_price .price .money {
  font-size: 17px; }

.cart-list .item_price label {
  padding: 0;
  line-height: 37px; }

.cart-list .item_price .input-small {
  width: 60px !important;
  height: 37px;
  display: inline-block;
  padding: 5px;
  text-align: center; }

.cart-list .item_price .total {
  text-align: right; }

.cart-list .item_price .total h3 {
  border-bottom: 1px solid #cfcfcf;
  font-size: 17px; }

.cart_subtotal h3 {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
  font-size: 22px; }

.cart_subtotal h3 .money {
  float: right; }

.cart_buttons {
  margin: 30px 0; }

.cart_instructions textarea {
  width: 100%; }

#payment-methods {
  overflow: hidden;
  padding: 15px 0 0 0; }

#payment-methods ul {
  list-style-type: none;
  list-style-position: outside; }

#payment-methods ul li {
  float: left;
  padding: 0 7px 0 0; }

#guest {
  padding: 30px 0 0 0; }

#guest form {
  padding: 15px 0 0 0; }

/* ************************************* CONTACTS PAGE ************************************* */
.contact-scope iframe {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #cfcfcf; }

.contact-form textarea {
  width: 100%; }

/* Newsletter*/
.fix-product-height {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer; }
  .fix-product-height:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    border-color: #ccc; }
  .fix-product-height .product_img {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2; }
    .fix-product-height .product_img img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease; }
    .product:hover .fix-product-height .product_img img {
      transform: scale(1.05); }
  .fix-product-height .product_info {
    padding: 12px 14px 14px;
    text-align: center; }
    .fix-product-height .product_info .product_price {
      font-weight: 600;
      font-size: 16px;
      color: #B22234;
      margin-bottom: 6px; }
    .fix-product-height .product_info .product_name {
      color: #333;
      font-size: 14px;
      line-height: 1.4;
      min-height: 38px;
      margin-bottom: 6px;
      transition: color 0.25s ease; }
      .fix-product-height .product_info .product_name:hover {
        color: #3C3B6E; }

/* ************************************* 1200px  ************************************* */
/* ************************************* < 1200px ************************************* */
@media (max-width: 1200px) {
  #logo a {
    display: block; }

  #logo a span {
    margin: 0; }

  .header_cart a {
    padding: 0 15px;
    background: none; }

  .nivo-caption {
    width: 300px;
    padding: 0 0 0 70px; }

  .nivo-caption h2 {
    padding: 55px 0 0 0;
    font-size: 35px;
    line-height: 1em; }

  .nivo-caption h3 {
    padding: 15px 0 0 0;
    font-size: 14px;
    line-height: 21px;
    color: #777777;
    text-transform: none; }

  .nivo-caption .btn {
    margin: 15px 0 0 0; }

  #showcase .custom_showcase a {
    text-align: right; }

  #showcase .custom_showcase a div {
    text-align: left; }

  #showcase .custom_showcase a div p {
    width: auto;
    max-width: 410px; }

  #main_content .product .product_img a {
    display: block;
    padding: 15px; }

  .product_wrap #bx-pager a {
    width: 84px; } }
/* ************************************* < 980px ************************************* */
@media (max-width: 992px) {
  .nivo-caption {
    width: 270px; }

  .nivo-caption h2 {
    padding: 25px 0 0 0;
    font-size: 28px; }

  #showcase .custom_showcase a div p {
    width: auto;
    max-width: 240px; }

  #main_content .product .product_img a {
    display: block;
    padding: 20px; }

  .product_wrap #bx-pager a {
    width: 61px; } }
/* ************************************* < 767px ************************************* */
@media (max-width: 767px) {
  .container {
    padding: 0 15px; }

  .column_left,
  .column_right,
  .column_center,
  #main_content {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  #header .row {
    padding-bottom: 15px; }

  .header_currency,
  .header_user {
    margin: 0 15px 0 0; }

  .custom_header1 {
    padding: 25px 0 0 0;
    text-align: center; }

  .header_search,
  .header_cart {
    margin: 15px 0 0 0; }

  .nivo-caption {
    display: none !important; }

  /* MAIN PRODUCT LISTING */
  #main_content .product {
    overflow: hidden;
    margin: 5px 0 0 0; }

  #main_content .product > div {
    overflow: hidden; }

  #main_content .product .product_info {
    padding: 5px 15px 15px 15px;
    border: none;
    border-left: 1px solid #cfcfcf;
    text-align: left; }

  .custom_footer h3 {
    padding: 20px 0 0 0; }

  #footer {
    margin: 30px 0 0 0; }

  .product_wrap .product_name {
    margin: 0;
    padding: 30px 0 0 0; }

  .cart_buttons {
    text-align: center; }

  .cart_buttons span.or {
    display: block;
    margin: 5px 0; } }
/* ************************************* < 640px ************************************* */
/* ************************************* < 480px ************************************* */
@media (max-width: 480px) {
  #showcase .custom_showcase a div p {
    width: 140px; }

  #main_content .product .product_desc {
    display: none; } }
/* ************************************* < 340px ************************************* */
.fix-product-height {
  height: 372px;
  overflow: hidden; }

@media (max-width: 770px) {
  .fix-product-height {
    height: auto; } }
.facebook-fanpage-box .widget_content {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important; }

.product-detail-container {
  /* jssor slider thumbnail navigator skin 01 css */
  /*
  .jssort01 .p           (normal)
  .jssort01 .p:hover     (normal mouseover)
  .jssort01 .pav           (active)
  .jssort01 .pav:hover     (active mouseover)
  .jssort01 .pdn           (mousedown)
  */ }
  .product-detail-container .product-name {
    font-size: 18px;
    color: #777; }
  .product-detail-container .social-bar {
    margin: 19px 0px 15px 0px; }
  .product-detail-container .ship-info {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 15px;
    padding: 4px 0px;
    margin-top: 19px;
    margin-bottom: 15px; }
    .product-detail-container .ship-info .pull-left {
      margin-top: 10px; }
    .product-detail-container .ship-info .pull-right {
      text-align: center; }
  .product-detail-container .price-detail {
    color: red;
    font-size: 30px; }
  .product-detail-container .pro-full-des {
    line-height: 1.5em;
    font-size: 14px; }
  .product-detail-container .lbl-thong-tin {
    font-size: 18px; }
  .product-detail-container .jssora05l,
  .product-detail-container .jssora05r,
  .product-detail-container .jssora05ldn,
  .product-detail-container .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/App_Themes/chantin/images/a17.png) no-repeat;
    overflow: hidden; }
  .product-detail-container .jssora05l {
    background-position: -10px -40px; }
  .product-detail-container .jssora05r {
    background-position: -70px -40px; }
  .product-detail-container .jssora05l:hover {
    background-position: -130px -40px; }
  .product-detail-container .jssora05r:hover {
    background-position: -190px -40px; }
  .product-detail-container .jssora05ldn {
    background-position: -250px -40px; }
  .product-detail-container .jssora05rdn {
    background-position: -310px -40px; }
  .product-detail-container .jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .product-detail-container .jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border-width: 0px; }
  .product-detail-container .jssort01 .p:hover .c,
  .product-detail-container .jssort01 .pav:hover .c,
  .product-detail-container .jssort01 .pav .c {
    background: url(/App_Themes/chantin/images/t01.png) center center;
    border: #ccc 2px solid;
    top: 2px;
    left: 2px;
    width: 68px;
    height: 68px; }
  .product-detail-container .jssort01 .p:hover .c,
  .product-detail-container .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid; }

.notice-error {
  color: red;
  font-size: 15px; }

.header-wrap {
  background-color: #0d2f53; }

.header-red-border {
  height: 4px;
  background-color: #b52b35; }

.googlemap-address {
  font-size: 15px; }

.bold {
  font-weight: bold; }

.gm-style-iw-chr {
  height: 16px; }

@media all and (max-width: 766px) {
  .responsive-menu-close {
    display: block; }

  .left-sidebar-container {
    background-color: #fff;
    padding-top: 45px;
    position: absolute;
    top: 0;
    box-shadow: 3px 0 10px #053f7d;
    left: -103%;
    transition: all 0.5s ease 0s; }

  body.expanded-menu-left .left-sidebar-container {
    left: 0px !important; }

  .txt-close-btn {
    display: block; }

  .btn-menu-wrapper {
    display: block; }

  #main_content .product .product_info {
    border-left: none;
    width: 60%;
    float: left; }
  #main_content .product .product_img {
    width: 38%;
    float: left;
    height: auto; }

  #slider1_container {
    margin: auto; } }
@media all and (max-width: 614px) {
  #navigation {
    display: none; }

  .sidebar-main-menu {
    display: block; } }
/*420px*/
@media all and (max-width: 420px) {
  .left-sidebar-container {
    width: 100%; }

  #main_content .product .product_info {
    display: block;
    width: 100%;
    margin: 0 auto; }
  #main_content .product .product_img {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    border: none; }

  #header {
    height: auto;
    padding: 3px 2px; }
    #header .row {
      padding: 5px 0px 0px 0px; }

  .logo .logo-text {
    width: 114px; }
  .logo .logo-image {
    height: 79px; } }

/*# sourceMappingURL=style.css.map */
