/*border
    ex: .bordered(#EEE, #E5E5E5, #DDD, #E5E5E5);
        .border-radius();.border-radius(10px);
        .border-radiuses(1px;2px;3px;4px);
*/
/*drop-shadow
    ex: .drop-shadow(0, 1px, 2px, 0.2);
*/
/*opacity
    ex: .opacity(0.8); Sets the opacity. 0 is fully transparent, 1 is opaque.
*/
/*transition
    ex: .transition-duration(0.2s); //quá trình chuyển đổi mất bao lâu thời gian
        .transition(2s,ease-in);
*/
/*transform
    ex: .rotation(10deg); góc quay
        .scale(1.2); tỉ lệ phóng to,thu nhỏ so với ban đầu
*/
/*box
    ex: .inner-shadow(0, 1px, 2px, 0.4); The first two numbers are the x and y coordinates, the third is the blur and the last one is the strength of the shadow
        .box-shadow(0 1px 2px #999)    
*/
/*user select
    ex: .user-select();chống copy
*/
/*animate
    ex: .animation(bounceInLeft,300ms,0,ease);
*/
/*position*/
/*---------------------------------------------------------------
CSS CSS Scripts
-----------------------------------------------------------------
01.owl carousel*/
.owl-carousel .boxprevnext a {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 32px;
  padding: 0px 12px;
  position: absolute;
  text-align: center;
  top: -45px;
  width: 35px;
  border-radius: 20px;
  border: 1px solid #9e9e9e;
}
.owl-carousel .boxprevnext a:hover {
  background: #000000 none repeat scroll 0 0;
  box-shadow: none;
  color: #ffffff;
  border-color: #000000;
}
.owl-carousel .boxprevnext a.prev {
  right: 48px;
}
.owl-carousel .boxprevnext a.next {
  right: 10px;
}
.owl-carousel:hover .boxprevnext a {
  opacity: 1;
}
/*---------------------------------------------------------------
CSS structure reset Bootstrap
-----------------------------------------------------------------
01. Typography
02. Images
03. Breadcrumb
04. Navigation
05. Pagination
06. Tab
07. Alert
08. Form
09. Buttons
10. Table
11.Caret
	
/*1.Typography */
body {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.boxed-layout body {
  background: #f3f3f3;
}
.boxed-layout .wrapper {
  margin: 0 auto;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}
i {
  margin-right: 5px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 14px;
  margin: 10px 0;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 15px 0;
}
h6 {
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
h1 {
  color: #000000;
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
h1.title {
  text-transform: uppercase;
  color: #1a1a1a;
  border-bottom: 2px solid #75bf97;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1.title span {
  font-size: 17px;
  background: #75bf97 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 9px 10px;
  position: relative;
  text-transform: uppercase;
}
ul {
  list-style: none;
  padding: 0;
}
ol,
ul {
  margin: 0;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container,
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
a {
  color: #454545;
}
a:hover {
  color: #75bf97;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-style: dotted;
  border-color: #5f5f5f;
}
/*2.Images
================================== */
.img-responsive {
  display: inline-block;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  max-width: 100%;
  height: auto;
}
/*03.Breadcrumb================================== */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 15px;
}
.breadcrumb ul li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}
.breadcrumb ul li a {
  color: #454545;
}
.breadcrumb ul li a:hover {
  color: #f07b1d;
}
.breadcrumb ul li:last-child {
  color: #75bf97;
}
.breadcrumb ul li .link-site-more {
  display: inline;
}
.breadcrumb ul li .link-site-more img {
  margin-left: 5px;
}
.breadcrumb ul li ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ababab;
  box-shadow: 0 1px 2px #ccc;
  display: none;
  right: 0;
  position: absolute;
  top: 15px;
  width: 160px;
  z-index: 10;
}
.breadcrumb ul li ul li {
  float: none;
}
.breadcrumb ul li ul li a {
  padding: 5px 10px;
  background-image: none;
  display: block;
}
.breadcrumb ul li ul li a:hover {
  background-color: #f07b1d;
  color: #ffffff;
}
.breadcrumb ul li ul li + li:before {
  content: none;
}
.breadcrumb ul li:hover ul {
  display: block;
}
.breadcrumb ul li + li:before {
  content: "";
  font-family: FontAwesome;
  padding: 2px 10px;
  color: #454545;
}
/*04.Navigation
=========================== */
.navbar {
  min-height: initial;
  margin-bottom: 0;
}
.navbar-brand {
  position: relative;
  padding: 5px 0 5px 0;
}
.static-nav-collapse,
.top-nav-collapse {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.96;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  -webkit-box-shadow: inset 0 8px 6px -6px 0.5 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 8px 6px -6px 0.5 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 8px 6px -6px 0.5 1px 2px rgba(0, 0, 0, 0.4);
}
.static-nav-collapse:hover,
.top-nav-collapse:hover {
  opacity: 1;
}
.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  color: #454545;
  text-transform: uppercase;
  padding: 8px 12px 8px 12px;
}
.static-nav-collapse .navbar-nav > li > a,
.top-nav-collapse .navbar-nav > li > a {
  color: #454545;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  color: #75bf97;
}
.navbar-default .navbar-nav > li > a.login {
  border: 1px solid #ffffff;
  border-radius: 2px;
  padding: 8px 25px 8px 25px;
  margin-left: 5px;
}
.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus {
  background: none;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  border: 2px solid #454545;
  background: none;
  margin: 5px 15px 0 0;
}
.navbar-default .navbar-toggle:hover {
  background: none;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #454545;
}
.navbar-collapse {
  padding: 0;
}
/*05.Pagination=========================== */
.pager {
  margin: 0;
}
ul.pagination {
  margin: 0;
}
ul.pagination li a {
  margin: 5px;
  font-size: 15px;
  border: 0;
  color: #000000;
}
ul.pagination li.active a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #75bf97;
  color: #ffffff;
}
/*06.Tab================================== */
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border: none;
  margin-bottom: 3px;
}
.nav-tabs > li > a:hover {
  background: #000000;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
/*07.Alert
================================== */
.alert {
  padding: 10px 30px 10px 30px;
}
.alert-warning {
  border-color: #75bf97;
  color: #9e7841;
  background: #ffdaa4;
}
.alert-info {
  border-color: #98e1ee;
  color: #457982;
  background: #bef5ff;
}
.alert-danger {
  border-color: #f07b1d;
  color: #000000;
  background: #f6b37d;
}
/*08.Form
================================== */
input[type="checkbox"] {
  height: auto;
  margin-top: 0;
}
.form-control {
  color: #454545;
  font-size: 11px;
}
.help-block {
  color: #f07b1d;
}
input {
  margin-bottom: 15px;
}
textarea {
  margin-bottom: 15px;
}
/*09.Button
================================== */
.btn {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
}
.btn-default {
  color: #ffffff;
  background-color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
}
.btn-default:hover {
  color: #75bf97;
  background-color: #f07b1d;
}
.btn-primary {
  background-color: #f07b1d;
  color: #ffffff;
  border: none;
}
.btn-primary:hover {
  background-color: #000000;
}
/*10.Table*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.table {
  margin-bottom: 0;
  background-color: #ffffff;
}
.table thead {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%) repeat scroll 0 0 !important;
}
/*11.Caret*/
.caret {
  margin-left: 5px;
}
/*---------------------------------------------------------------
End CSS structure reset Bootstrap
-----------------------------------------------------------------
/*START-CSS:PANEL TOOL
==================================================================================================================*/
.panel-tool {
  position: fixed;
  top: 100px;
  z-index: 9999;
}
.panel-tool .panel-button {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: -41px;
  top: 7px;
  color: #ffffff;
  font-size: 16px;
  background-color: #f07b1d;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.panel-tool .panel-button i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.panel-tool .panel-button:hover {
  background-color: #75bf97;
}
.panel-tool .panel-content {
  border: 1px solid #787878;
  padding: 10px;
  position: relative;
  width: 180px;
  background-color: #ffffff;
}
.panel-tool .panel-content ul li {
  float: left;
}
.panel-tool .panel-content ul li a {
  float: left;
  height: 25px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 25px;
}
.panel-tool .panel-content ul li a:hover {
  opacity: 0.5;
}
/*END-CSS:PANEL TOOL
==================================================================================================================*/
/*BEGIN-CSS:TOPLINK
==================================================================================================================*/
.top-link {
  background: #75bf97;
  margin-bottom: 0;
  border-top: 2px solid #f07b1d;
  /*display-menu*/
}
.top-link .topmenu-contact {
  color: #f8f8f8;
}
.top-link ul {
  margin: 0;
}
.top-link ul li {
  float: left;
  position: relative;
  line-height: 40px;
  color: #ffffff;
}
.top-link ul li a {
  color: #ffffff;
  display: block;
  padding: 10px;
  font-size: 12px;
  float: left;
}
.top-link ul li a i {
  font-size: 16px;
}
.top-link ul li a:hover {
  color: #75bf97;
}
.top-link ul li:last-child a {
  border: none;
}
.top-link ul .account-info a:first-child {
  padding-right: 0;
  color: #ffffff;
}
.top-link .show-mobile {
  float: right;
  position: relative;
}
.top-link .show-mobile .quick-user,
.top-link .show-mobile .quick-cart,
.top-link .show-mobile .quick-tracking,
.top-link .show-mobile .menu-mobile {
  float: left;
}
.top-link .show-mobile .quickaccess-toggle {
  cursor: pointer;
  font-size: 14px;
  height: 35px;
  width: 35px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}
.top-link .show-mobile .quickaccess-toggle:hover {
  color: #454545;
}
.top-link .show-mobile .quick-cart a {
  color: #ffffff;
}
.top-link .show-mobile .quick-cart a:hover {
  color: #454545;
}
.top-link .show-mobile .quick-tracking a {
  color: #ffffff;
}
.top-link .show-mobile .quick-tracking a:hover {
  color: #454545;
}
.top-link .show-mobile .menu-mobile {
  font-size: 20px;
}
.top-link .show-mobile .menu-mobile a {
  color: #ffffff;
}
.top-link .show-mobile .menu-mobile a:hover {
  color: #454545;
}
.top-link .show-mobile .inner-toggle {
  background-color: #ffffff;
  border: medium none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.176);
  display: block;
  left: auto;
  margin: 0;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 115%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-link .show-mobile .inner-toggle ul {
  float: left;
}
.top-link .show-mobile .inner-toggle ul li {
  width: 100%;
}
.top-link .show-mobile .inner-toggle ul li a {
  padding: 5px 0;
  border-right: none;
  display: block;
  color: #f07b1d;
}
.top-link .show-mobile .inner-toggle ul li a:hover {
  color: #454545;
}
.top-link .quick-user:hover .inner-toggle {
  opacity: 1;
  visibility: visible;
}
.top-link .quick-access:hover .inner-toggle {
  opacity: 1;
  visibility: visible;
}
/*END-CSS:TOPLINK
==================================================================================================================*/
/*BEGIN-CSS:HEADER CONTENT
==================================================================================================================*/
.header-content {
  padding: 20px 0;
}
.header-content .logo {
  height: 80px;
}
.header-content .logo img {
  max-height: 100%;
  max-width: 100%;
}
.header-content .top-search {
  margin-top: 20px;
}
.header-content .top-search .sale-policy {
  padding-left: 100px;
  margin-bottom: 15px;
}
.header-content .top-search .sale-policy ul li {
  float: left;
  text-transform: uppercase;
  color: #454545;
  margin-bottom: 10px;
  margin-right: 50px;
}
.header-content .top-search .sale-policy ul li i {
  font-size: 24px;
  color: #75bf97;
  float: left;
}
.header-content .top-search .sale-policy ul li span {
  float: left;
  line-height: 28px;
  margin-bottom: 0;
}
.header-content .top-search .search .form-search .form-search-controls input {
  margin-right: -1px;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0;
  color: #454545;
  height: 40px;
  padding: 5px;
}
.header-content .top-search .search .form-search .form-search-controls .input-group-btn {
  vertical-align: top;
}
.header-content .top-search .search .form-search .form-search-controls .select-categories {
  float: right;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.header-content .top-search .search .form-search .form-search-controls .select-categories:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 42px;
  pointer-events: none;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
  width: 30px;
}
.header-content .top-search .search .form-search .form-search-controls .select-categories select {
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #aaaaaa;
  height: 40px !important;
  padding: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  width: 100%;
}
.header-content .top-search .search .form-search .form-search-controls .select-categories select .option {
  padding: 5px 10px;
  cursor: pointer;
}
.header-content .top-search .search .form-search .form-search-controls .select-categories select .option:hover {
  background-color: #75bf97;
}
.header-content .top-search .search .form-search .btn-search {
  background-color: #000000;
  color: #ffffff;
  height: 40px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  border: none;
  margin-top: 0;
}
.header-content .top-search .search .form-search .btn-search:hover {
  background-color: #deefe6;
  color: #75bf97;
}
.header-content .top-cart {
  margin-top: 20px;
}
.header-content .top-cart .cart {
  text-align: right;
}
.header-content .top-cart .cart .heading a {
  display: block;
  height: 43px;
  line-height: 40px;
}
.header-content .top-cart .cart .heading a .icon {
  background-image: url("Images/i_mycart.png");
  display: inline-block;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  height: 44px;
  margin-right: 5px;
}
.header-content .top-cart .cart .heading a i {
  margin-left: 15px;
}
.header-content .top-cart .cart .box-cart-dropdown {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  position: absolute;
  right: 0;
  top: 80%;
  transition: all 0.3s ease 0s;
  min-width: 250px;
  z-index: 9999;
  border: 1px solid #5f5f5f;
  display: none;
}
.header-content .top-cart .cart .box-cart-dropdown .docs {
  margin-bottom: 5px;
}
.header-content .top-cart .cart .box-cart-dropdown .cart-empty {
  padding: 10px;
  text-align: center;
}
.header-content .top-cart .cart .box-cart-dropdown .cart-empty a {
  color: #75bf97;
}
.header-content .top-cart .cart .box-cart-dropdown .cart-empty a:hover {
  color: #f07b1d;
}
.header-content .top-cart .cart .box-cart-dropdown .box-cart-dropdown-block .total {
  padding: 10px;
  background-color: #f7f7f7;
}
.header-content .top-cart .cart .box-cart-dropdown .box-cart-dropdown-block .total a {
  color: #75bf97;
}
.header-content .top-cart .cart .box-cart-dropdown .box-cart-dropdown-block .total a:hover {
  color: #000000;
}
.header-content .top-cart .cart .box-cart-dropdown ul li {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px dotted #454545;
}
.header-content .top-cart .cart .box-cart-dropdown ul li .image {
  float: left;
  width: 60px;
  padding: 0 5px;
}
.header-content .top-cart .cart .box-cart-dropdown ul li .name {
  float: left;
  margin-right: 10px;
  width: 170px;
}
.header-content .top-cart .cart .box-cart-dropdown ul li .name a {
  color: #000000;
  font-weight: bold;
}
.header-content .top-cart .cart .box-cart-dropdown ul li .name a:hover {
  color: #75bf97;
}
.header-content .top-cart .cart .box-cart-dropdown ul .remove_link {
  float: right;
  margin-top: 5px;
}
.header-content .top-cart .cart .box-cart-dropdown ul .remove_link i {
  color: #f07b1d;
  font-size: 16px;
}
.header-content .top-cart .cart .box-cart-dropdown .cart-payment .amount {
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px dotted #5f5f5f;
}
.header-content .top-cart .cart .box-cart-dropdown .cart-payment .amount strong {
  float: right;
  font-size: 16px;
  color: #75bf97;
}
.header-content .top-cart .cart .box-cart-dropdown .cart-payment .btn-payment {
  padding: 10px;
  text-align: center;
}
.header-content .top-cart .cart .box-cart-dropdown .cart-payment .btn-payment .btn {
  margin-bottom: 0;
}
.header-content .top-cart .cart:hover .box-cart-dropdown {
  display: block;
}
.header-banner img {
  width: 100%;
}
/*END-CSS:HEADER CONTENT
==================================================================================================================*/
/*BEGIN-CSS:MENU NAVIGATION
==================================================================================================================*/
.navigation-menu {
  background-color: #75bf97;
  height: 53px;
}
.navigation-menu .nav-menu {
  margin-bottom: 0;
  min-height: auto;
  border: none;
}
.navigation-menu .nav-menu .mobile-menu {
  float: left;
}
.navigation-menu .nav-menu .menu li a {
  color: #ffffff;
  height: 100%;
  padding: 16px 30px;
  text-transform: uppercase;
  height: 53px;
  font-size: 15px;
}
.navigation-menu .nav-menu .menu li a i {
  font-size: 20px;
}
.navigation-menu .nav-menu .menu li a:hover {
  background-color: #f07b1d;
  color: #ffffff;
}
.navigation-menu .nav-menu .menu li.active a {
  background-color: #f07b1d;
  color: #ffffff;
}
.navigation-menu .nav-menu .menu li ul.level1 {
  display: none;
  position: absolute;
  z-index: 99999;
  width: 250px;
  box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
}
.navigation-menu .nav-menu .menu li ul.level1:hover ul.level2 {
  display: block;
}
.navigation-menu .nav-menu .menu li ul.level1 li a {
  background-color: #ffffff;
  border-right: 0 none;
  height: auto;
  padding: 20px;
  border-bottom: 1px dotted #75bf97;
  border-top: 0;
  color: #75bf97;
}
.navigation-menu .nav-menu .menu li ul.level1 li a:hover {
  background-color: #75bf97;
  color: #ffffff;
}
.navigation-menu .nav-menu .menu li ul.level1 li ul.level2 {
  display: none;
}
.navigation-menu .nav-menu .menu li:hover ul.level1 {
  display: block;
}
.navigation-menu .nav-menu .menu li:hover ul.level1 li a {
  display: block;
}
.navigation-menu .nav-menu .menu li:hover ul.level1 li:hover ul.level2 {
  display: block;
}
.navigation-menu .nav-menu .menu li:hover ul.level1 li ul.level2 {
  display: none;
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0px;
  box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, 0.15);
}
.navigation-menu .nav-menu .menu li:hover ul.level1 li ul.level2 li a {
  background-color: #ffffff;
}
.navigation-menu .nav-menu .menu li:hover ul.level1 li ul.level2 li a:hover {
  background-color: #75bf97;
  color: #ffffff;
}
/*END-CSS:MENU NAVIGATION
==================================================================================================================*/
/*BEGIN-CSS:SLIDESHOW
==================================================================================================================*/
.slideshow-content {
  overflow: hidden;
  margin-top: 20px;
  max-height: 400px;
}
.slideshow-content img {
  width: 100%;
}
.slideshow-block2 {
  padding: 0 10px;
}
.slideshow-block3 a {
  display: block;
  max-height: 130px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 10px;
}
.slideshow-block3 a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshow-block3 a img:hover {
  opacity: 0.8;
}
/*END-CSS:SLIDESHOW
==================================================================================================================*/
/*BEGIN-CSS:ADVS
==================================================================================================================*/
.adv {
  margin-top: 20px;
}
.adv-content ul li {
  padding: 0 10px;
}
.adv-content ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.adv-content ul li a img {
  transition: all 0.3s ease 0s;
  transform: scale(1);
}
.adv-content ul li a:hover img {
  transform: scale(1.1);
}
.adv-content .controls a {
  top: 40% !important;
}
.adv-content .controls a.next {
  right: -30px;
}
.adv-content .controls a.prev {
  left: -30px;
}
/*END-CSS:ADVS
==================================================================================================================*/
/*BEGIN-CSS:MAIN PRODUCT
==================================================================================================================*/
.main {
  min-height: 450px;
}
/*start tab-category*/
.tab-category-container .tabs-category {
  margin-top: 20px;
}
.tab-category-container .tabs-category .tab-content {
  border-bottom: 2px solid #75bf97;
}
.tab-category-container .tabs-category .tab-content .tabs-title .tab-title h3 {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  line-height: 28px;
  padding: 10px;
  background-color: #75bf97;
}
.tab-category-container .tabs-category ul.tab-cates li {
  float: left;
  margin: 15px 0 0 0;
  padding: 0 15px;
  text-transform: capitalize;
  cursor: pointer;
  color: #454545;
  font-size: 14px;
  font-weight: normal;
  border-right: 1px solid #e2e2e2;
}
.tab-category-container .tabs-category ul.tab-cates li.active,
.tab-category-container .tabs-category ul.tab-cates li:hover {
  color: #75bf97;
}
/*end tab-category*/
/*start product-content*/
.product-content h1.title {
  margin-bottom: 0px;
}
.product-content .controls a {
  top: -35px;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 0;
  width: 0;
  font-size: 24px;
  color: #929292;
}
.product-content .controls a.next {
  right: 20px;
}
.product-content .controls a.prev {
  right: 45px;
}
.product-content .controls a:hover {
  color: #75bf97;
}
.product-content .product-slide .product-item-box .product-item {
  box-shadow: none !important;
  border-radius: 0;
}
.product-content .product-slide .controls a {
  top: -30px;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 0;
  width: 0;
  font-size: 24px;
  color: #929292;
}
.product-content .product-slide .controls a.next {
  right: 20px;
}
.product-content .product-slide .controls a.prev {
  right: 45px;
}
.product-content .product-slide .controls a:hover {
  color: #75bf97;
}
.product-content .product-filter {
  background-color: transparent;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border-bottom: solid 1px #dedede;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  padding: 5px 0;
}
.product-content .product-filter .display,
.product-content .product-filter .limit {
  float: left;
}
.product-content .product-filter .display {
  margin-right: 10px;
}
.product-content .product-filter .display li {
  float: left;
}
.product-content .product-filter .display li a {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 0;
  display: inline-block;
  border: 1px solid #ababab;
  padding: 5px;
}
.product-content .product-filter .display li a i {
  display: block;
  font-size: 18px;
}
.product-content .product-filter .display li.active a i {
  color: #f07b1d;
}
.product-content .product-filter .limit select,
.product-content .product-filter .sort select {
  height: 30px;
}
.product-content .product-filter .sort {
  float: right;
}
.product-content .product-block .product-item-box {
  padding: 0 10px;
  margin-top: 20px;
}
.product-content .product-block .product-item-box .product-item {
  background-color: #ffffff;
  padding: 0px;
  transition: transform 0.5s ease 0s, opacity 0.6s ease 0s;
  z-index: 9999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-content .product-block .product-item-box .product-item a {
  color: #454545;
  text-transform: uppercase;
}
.product-content .product-block .product-item-box .product-item .image .box-inner {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner {
  display: block;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner .add-to-links {
  margin-top: 150px;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner .add-to-links li {
  display: block;
  text-align: center;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner .add-to-links li span {
  background: url("Images/action-llist.png") no-repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  min-width: 60px;
  padding: 10px 20px 10px 35px;
  background-color: #75bf97;
  width: 140px;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner .add-to-links li span:hover {
  background-color: #64b78a;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner .add-to-links li span.add-view {
  background-position: -5px -250px;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner .add-to-links li span.add-wishlist {
  background-position: -5px -52px;
}
.product-content .product-block .product-item-box .product-item .image:hover .box-inner .add-to-links li span.add-compare {
  background-position: -5px -151px;
}
.product-content .product-block .product-item-box .product-item .image {
  position: relative;
}
.product-content .product-block .product-item-box .product-item .image img {
  transition: all 0.6s ease-in-out 0s;
}
.product-content .product-block .product-item-box .product-item .image:hover img {
  transform: rotateY(360deg);
}
.product-content .product-block .product-item-box .product-item .image .new,
.product-content .product-block .product-item-box .product-item .image .sale,
.product-content .product-block .product-item-box .product-item .image .hot,
.product-content .product-block .product-item-box .product-item .image .promotion {
  display: block;
  text-align: center;
  line-height: 27px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #75bf97;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #75bf97;
}
.product-content .product-block .product-item-box .product-item .right-block h2.name a,
.product-content .product-block .product-item-box .product-item .right-block h2.name a:visited {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.product-content .product-block .product-item-box .product-item .right-block h2.name a:hover,
.product-content .product-block .product-item-box .product-item .right-block h2.name a:visited:hover {
  color: #f07b1d;
}
.product-content .product-block .product-item-box .product-item .right-block .ratings {
  margin-bottom: 10px;
}
.product-content .product-block .product-item-box .product-item .right-block .ratings .rating-box {
  background: rgba(0, 0, 0, 0) url("Images/bkg_rating_hover.png") repeat-x scroll 0 0;
  display: inline-block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  margin-top: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 68px;
}
.product-content .product-block .product-item-box .product-item .right-block .ratings .rating-box .rating {
  background: rgba(0, 0, 0, 0) url("Images/bkg_rating_hover.png") repeat-x scroll 0 100%;
  height: 11px;
  width: 84%;
}
.product-content .product-block .product-item-box .product-item .right-block .price {
  margin-bottom: 5px;
}
.product-content .product-block .product-item-box .product-item .right-block .price .price-old {
  color: #5f5f5f;
  font-size: 16px;
  text-decoration: line-through;
  padding: 5px;
}
.product-content .product-block .product-item-box .product-item .right-block .price .price-new {
  color: #f07b1d;
  font-size: 16px;
  padding: 5px;
}
.product-content .product-block .product-item-box .product-item .right-block .addtocart-button {
  margin-top: 20px;
}
.product-content .product-block .product-item-box .product-item .right-block .addtocart-button .add-to-cart {
  background: url(Images/btn-cart.png) no-repeat 10px center;
  border: 1px solid #f07b1d;
  line-height: 28px;
  padding: 14px 17px 11px 36px;
  color: #f07b1d;
  text-transform: none;
  border-radius: 4px;
}
.product-content .product-block .product-item-box .product-item .right-block .addtocart-button .add-to-cart:hover {
  background-color: #75bf97;
  color: #ffffff;
  background-image: url(Images/btn-cart-hover.png);
  border-color: #75bf97;
}
.product-content .product-grid {
  text-align: center;
}
.product-content .product-list {
  text-align: left;
}
.product-content .product-tab-slide,
.product-content .product-slide {
  position: relative;
}
/*end product-content*/
/*END-CSS:MAIN PRODUCT
==================================================================================================================*/
/*BEGIN-CSS:PARTNER
==================================================================================================================*/
.policy-content .sale-policy-block {
  margin-top: 20px;
  background-color: #75bf97;
  padding: 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
.policy-content .sale-policy-block i {
  float: left;
  font-size: 37px;
  line-height: 48px;
  margin-right: 10px;
}
.partner-content {
  margin-top: 20px;
}
.partner-content img:hover {
  opacity: 0.8;
}
.partner-content h3 {
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-weight: bold;
}
.partner-content .controls a {
  top: 22%;
}
.partner-content .controls a.prev {
  left: -25px;
}
.partner-content .controls a.next {
  right: -25px;
}
.partner-content .partner-block .partner-item {
  height: 60px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.partner-content .partner-block .partner-item img {
  max-height: 100%;
  width: auto;
}
.static-banner a {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.static-banner a:before,
.static-banner a:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.1);
}
.static-banner a:before {
  left: 0;
  top: 0;
}
.static-banner a:after {
  right: 0;
  bottom: 0;
}
.static-banner a:hover:before,
.static-banner a:hover:after {
  height: 100%;
  width: 100%;
}
.static-banner img {
  width: 100%;
}
/*END-CSS:PARTNER
==================================================================================================================*/
/*START-CSS:FOOTER
==================================================================================================================*/
.footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c4c4c4;
}
.footer .footer-box h3 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}
.footer .footer-box ul li {
  color: #454545;
  margin-left: 10px;
  list-style: url(Images/i_block-list.gif);
}
.footer .footer-box ul li a {
  color: #454545;
  padding: 10px 0 10px 10px;
  display: block;
}
.footer .footer-box ul li a:hover {
  color: #f07b1d;
  padding-left: 16px;
}
.footer .footer-box .box-address-content {
  line-height: 30px;
  color: #454545;
}
.footer .footer-box.box-social .fb-like-box {
  margin-bottom: 10px;
  border-bottom: 1px dotted #1a1a1a;
}
.footer .footer-box.box-social .social-icon ul li {
  list-style: none;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.footer .footer-box.box-social .social-icon ul li a {
  background-color: #75bf97;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  padding: 10px;
  text-align: center;
  width: 40px;
}
.footer .footer-box.box-social .social-icon ul li a:hover {
  background-color: #ffffff;
  color: #75bf97;
}
.footer .footer-bottom {
  border-top: 1px solid #c4c4c4;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  color: #454545;
}
/*END-CSS:FOOTER
==================================================================================================================*/
/*START-CSS:BOX STYLE
==================================================================================================================*/
/*MENU PRODUCT*/
.menu-product {
  margin-bottom: 15px;
  margin-top: 20px;
}
.menu-product .navbar-toggle {
  border: 1px solid #f07b1d;
}
.menu-product .navbar-toggle .icon-bar {
  background: #75bf97;
}
.menu-product h3 {
  border-bottom: 2px solid #75bf97;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.menu-product h3 span {
  background: #75bf97 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  padding: 9px 10px;
  position: relative;
  text-transform: uppercase;
}
.menu-product ul {
  list-style: none;
  display: block;
  border: 1px solid #c4c4c4;
  position: relative;
}
.menu-product ul:before {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: -9px;
  content: "";
  display: block;
  height: 5px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.menu-product ul:after {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: -5px;
  content: "";
  display: block;
  height: 5px;
  left: 5px;
  position: absolute;
  right: 5px;
}
.menu-product ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.menu-product ul li a {
  padding: 15px 12px;
  margin: 0 7px;
  color: #121212;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px dashed #c4c4c4;
  display: block;
}
.menu-product ul li a:hover {
  color: #75bf97;
}
.menu-product ul li .open-close {
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 20px;
  cursor: pointer;
}
.menu-product ul li .open-close i {
  color: #454545;
  margin-right: 0;
  line-height: 18px;
  font-size: 18px;
}
.menu-product ul li .open-close i:hover {
  color: #75bf97;
}
.menu-product ul li ul {
  border: none;
  display: none;
}
.menu-product ul li ul:before,
.menu-product ul li ul:after {
  content: none;
}
.menu-product ul li ul li {
  background-color: #ffffff;
}
.menu-product ul li ul li a {
  padding-left: 25px;
  border-bottom: none;
}
.menu-product ul li ul li ul {
  display: block;
}
.menu-product ul li ul li ul li a {
  padding-left: 40px;
}
.menu-product ul li ul li ul li.active a {
  color: #75bf97;
}
/*menu*/
.menu-about,
.menu-logined,
.menu-account,
.box-news,
.box-counter,
.box-price-gold,
.box-exchange,
.box-weather,
.box-html,
.box-adv,
.box-video,
.box-sale-policy,
.box-support-online,
.box-product {
  margin-top: 20px;
}
.menu-about h3,
.menu-logined h3,
.menu-account h3,
.box-news h3,
.box-counter h3,
.box-price-gold h3,
.box-exchange h3,
.box-weather h3,
.box-html h3,
.box-adv h3,
.box-video h3,
.box-sale-policy h3,
.box-support-online h3,
.box-product h3 {
  border-bottom: 2px solid #75bf97;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.menu-about h3 span,
.menu-logined h3 span,
.menu-account h3 span,
.box-news h3 span,
.box-counter h3 span,
.box-price-gold h3 span,
.box-exchange h3 span,
.box-weather h3 span,
.box-html h3 span,
.box-adv h3 span,
.box-video h3 span,
.box-sale-policy h3 span,
.box-support-online h3 span,
.box-product h3 span {
  background: #75bf97 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  padding: 9px 10px;
  position: relative;
  text-transform: uppercase;
}
.menu-about ul,
.menu-logined ul,
.menu-account ul,
.box-news ul,
.box-counter ul,
.box-price-gold ul,
.box-exchange ul,
.box-weather ul,
.box-html ul,
.box-adv ul,
.box-video ul,
.box-sale-policy ul,
.box-support-online ul,
.box-product ul {
  padding: 10px 0;
}
.menu-about ul li a,
.menu-logined ul li a,
.menu-account ul li a,
.box-news ul li a,
.box-counter ul li a,
.box-price-gold ul li a,
.box-exchange ul li a,
.box-weather ul li a,
.box-html ul li a,
.box-adv ul li a,
.box-video ul li a,
.box-sale-policy ul li a,
.box-support-online ul li a,
.box-product ul li a,
.menu-about ul li a:visited,
.menu-logined ul li a:visited,
.menu-account ul li a:visited,
.box-news ul li a:visited,
.box-counter ul li a:visited,
.box-price-gold ul li a:visited,
.box-exchange ul li a:visited,
.box-weather ul li a:visited,
.box-html ul li a:visited,
.box-adv ul li a:visited,
.box-video ul li a:visited,
.box-sale-policy ul li a:visited,
.box-support-online ul li a:visited,
.box-product ul li a:visited {
  color: #333333;
  font-weight: normal;
  /*border-bottom: 1px dotted lighten(@color-link,10%);*/
  display: block;
  position: relative;
  padding: 10px 15px;
}
.menu-about ul li a:hover,
.menu-logined ul li a:hover,
.menu-account ul li a:hover,
.box-news ul li a:hover,
.box-counter ul li a:hover,
.box-price-gold ul li a:hover,
.box-exchange ul li a:hover,
.box-weather ul li a:hover,
.box-html ul li a:hover,
.box-adv ul li a:hover,
.box-video ul li a:hover,
.box-sale-policy ul li a:hover,
.box-support-online ul li a:hover,
.box-product ul li a:hover,
.menu-about ul li a:visited:hover,
.menu-logined ul li a:visited:hover,
.menu-account ul li a:visited:hover,
.box-news ul li a:visited:hover,
.box-counter ul li a:visited:hover,
.box-price-gold ul li a:visited:hover,
.box-exchange ul li a:visited:hover,
.box-weather ul li a:visited:hover,
.box-html ul li a:visited:hover,
.box-adv ul li a:visited:hover,
.box-video ul li a:visited:hover,
.box-sale-policy ul li a:visited:hover,
.box-support-online ul li a:visited:hover,
.box-product ul li a:visited:hover {
  color: #75bf97;
}
.menu-about ul li a:before,
.menu-logined ul li a:before,
.menu-account ul li a:before,
.box-news ul li a:before,
.box-counter ul li a:before,
.box-price-gold ul li a:before,
.box-exchange ul li a:before,
.box-weather ul li a:before,
.box-html ul li a:before,
.box-adv ul li a:before,
.box-video ul li a:before,
.box-sale-policy ul li a:before,
.box-support-online ul li a:before,
.box-product ul li a:before,
.menu-about ul li a:visited:before,
.menu-logined ul li a:visited:before,
.menu-account ul li a:visited:before,
.box-news ul li a:visited:before,
.box-counter ul li a:visited:before,
.box-price-gold ul li a:visited:before,
.box-exchange ul li a:visited:before,
.box-weather ul li a:visited:before,
.box-html ul li a:visited:before,
.box-adv ul li a:visited:before,
.box-video ul li a:visited:before,
.box-sale-policy ul li a:visited:before,
.box-support-online ul li a:visited:before,
.box-product ul li a:visited:before {
  color: #666666;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: normal;
}
.menu-about ul li.active a,
.menu-logined ul li.active a,
.menu-account ul li.active a,
.box-news ul li.active a,
.box-counter ul li.active a,
.box-price-gold ul li.active a,
.box-exchange ul li.active a,
.box-weather ul li.active a,
.box-html ul li.active a,
.box-adv ul li.active a,
.box-video ul li.active a,
.box-sale-policy ul li.active a,
.box-support-online ul li.active a,
.box-product ul li.active a {
  color: #75bf97;
}
.menu-about .video-block,
.menu-logined .video-block,
.menu-account .video-block,
.box-news .video-block,
.box-counter .video-block,
.box-price-gold .video-block,
.box-exchange .video-block,
.box-weather .video-block,
.box-html .video-block,
.box-adv .video-block,
.box-video .video-block,
.box-sale-policy .video-block,
.box-support-online .video-block,
.box-product .video-block,
.menu-about .exchange-block,
.menu-logined .exchange-block,
.menu-account .exchange-block,
.box-news .exchange-block,
.box-counter .exchange-block,
.box-price-gold .exchange-block,
.box-exchange .exchange-block,
.box-weather .exchange-block,
.box-html .exchange-block,
.box-adv .exchange-block,
.box-video .exchange-block,
.box-sale-policy .exchange-block,
.box-support-online .exchange-block,
.box-product .exchange-block,
.menu-about .price-gold-bock,
.menu-logined .price-gold-bock,
.menu-account .price-gold-bock,
.box-news .price-gold-bock,
.box-counter .price-gold-bock,
.box-price-gold .price-gold-bock,
.box-exchange .price-gold-bock,
.box-weather .price-gold-bock,
.box-html .price-gold-bock,
.box-adv .price-gold-bock,
.box-video .price-gold-bock,
.box-sale-policy .price-gold-bock,
.box-support-online .price-gold-bock,
.box-product .price-gold-bock {
  margin-top: 10px;
}
.menu-news {
  margin-bottom: 15px;
}
.menu-news h3 {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 2px solid #454545;
}
.menu-news ul {
  list-style: none;
  display: block;
  border: 1px solid #787878;
  border-bottom: 3px inset #454545;
}
.menu-news ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.menu-news ul li a {
  padding: 10px 12px;
  margin: 0 7px;
  color: #121212;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px dashed #c4c4c4;
  display: block;
}
.menu-news ul li a:hover {
  color: #75bf97;
}
.menu-news ul li .open-close {
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 20px;
  cursor: pointer;
}
.menu-news ul li .open-close i {
  color: #454545;
  margin-right: 0;
  line-height: 18px;
}
.menu-news ul li .open-close i:hover {
  color: #75bf97;
}
.menu-news ul li ul {
  border: none;
}
.menu-news ul li ul li {
  background-color: #ffffff;
}
.menu-news ul li ul li a {
  padding-left: 25px;
}
.menu-news ul li ul li ul li a {
  padding-left: 35px;
}
.menu-news ul li ul li ul li.active a {
  color: #75bf97;
}
.menu-logined ul li a,
.menu-account ul li a {
  padding-left: 0;
}
.menu-logined ul li a:before,
.menu-account ul li a:before {
  content: none;
}
/*box-module*/
.box-cart {
  margin-bottom: 15px;
  background: #ffffff none repeat scroll 0 0;
}
.box-cart h3 {
  border-bottom: 2px solid #75bf97;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.box-cart h3 span {
  background: #75bf97 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  padding: 9px 10px;
  position: relative;
  text-transform: uppercase;
}
.box-cart .box-cart-block {
  border: 1px solid #787878;
}
.box-cart .box-cart-block .docs {
  margin-bottom: 5px;
}
.box-cart .box-cart-block .cart-empty {
  padding: 10px;
}
.box-cart .box-cart-block .cart-empty a {
  color: #75bf97;
}
.box-cart .box-cart-block .cart-empty a:hover {
  color: #f07b1d;
}
.box-cart .box-cart-block .cart-item .total {
  padding: 10px;
  background-color: #929292;
}
.box-cart .box-cart-block .cart-item .total a {
  color: #75bf97;
}
.box-cart .box-cart-block .cart-item .total a:hover {
  color: #000000;
}
.box-cart .box-cart-block ul li {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px dotted #454545;
}
.box-cart .box-cart-block ul li .image {
  float: left;
  width: 60px;
  padding: 0 5px;
}
.box-cart .box-cart-block ul li .name {
  float: left;
  margin-right: 10px;
}
.box-cart .box-cart-block ul li .name a {
  color: #000000;
  font-weight: bold;
}
.box-cart .box-cart-block ul li .name a:hover {
  color: #75bf97;
}
.box-cart .box-cart-block ul .remove_link {
  float: right;
  margin-top: 5px;
}
.box-cart .box-cart-block ul .remove_link i {
  color: #f07b1d;
  font-size: 16px;
}
.box-cart .box-cart-block ul .remove_link:hover i {
  color: #75bf97;
}
.box-cart .box-cart-block .cart-payment .amount {
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px dotted #5f5f5f;
}
.box-cart .box-cart-block .cart-payment .amount strong {
  float: right;
  font-size: 16px;
  color: #75bf97;
}
.box-cart .box-cart-block .cart-payment .btn-payment {
  padding: 10px;
  text-align: center;
}
.box-cart .box-cart-block .cart-payment .btn-payment .btn {
  margin-bottom: 0;
}
.box-counter ul,
.box-price-gold ul,
.box-exchange ul,
.box-weather ul,
.box-html ul,
.box-adv ul,
.box-video ul {
  padding: 10px 0;
}
.box-counter ul li a,
.box-price-gold ul li a,
.box-exchange ul li a,
.box-weather ul li a,
.box-html ul li a,
.box-adv ul li a,
.box-video ul li a {
  padding-left: 0;
}
.box-counter ul li a i,
.box-price-gold ul li a i,
.box-exchange ul li a i,
.box-weather ul li a i,
.box-html ul li a i,
.box-adv ul li a i,
.box-video ul li a i {
  font-size: 14px;
  width: 20px;
}
.box-counter ul li a:before,
.box-price-gold ul li a:before,
.box-exchange ul li a:before,
.box-weather ul li a:before,
.box-html ul li a:before,
.box-adv ul li a:before,
.box-video ul li a:before {
  content: none;
}
.box-counter ul li {
  margin-bottom: 5px;
}
.box-counter ul li i {
  font-size: 16px;
  color: #808080;
  text-align: center;
  width: 15px;
  margin-right: 10px;
}
.box-counter ul li b {
  float: right;
  width: 50%;
}
.box-exchange,
.box-price-gold,
.box-video {
  line-height: 10px;
  border: none;
}
.box-exchange table,
.box-price-gold table,
.box-video table {
  margin-bottom: 0;
}
.box-exchange p,
.box-price-gold p,
.box-video p {
  font-size: 11px;
  margin-bottom: 5px;
}
.box-exchange i,
.box-price-gold i,
.box-video i {
  font-size: 11px;
}
.box-adv .boxprevnext a {
  background-color: transparent !important;
  opacity: 1 !important;
  padding: 0 !important;
  right: -10px !important;
  top: -32px !important;
  border: none;
  box-shadow: none;
}
.box-adv .boxprevnext a.prev {
  left: auto !important;
  right: 10px !important;
}
.box-adv .boxprevnext a:hover {
  color: #454545 !important;
}
.box-static_banner {
  margin-top: 20px;
}
.box-static_banner a img {
  width: 100%;
}
.weather-block,
.html-block,
.adv-block {
  padding: 10px 0;
}
.adv-block {
  text-align: center;
}
.adv-block .adv-item {
  margin-bottom: 10px;
}
.weather-block .weather-icon {
  width: 30%;
  float: left;
  margin-right: 2%;
}
.weather-block .weather-desc {
  width: 65%;
  float: right;
}
.weather-block .weather-desc strong,
.weather-block .weather-desc span {
  display: block;
}
.weather-block .weather-desc strong {
  font-size: 24px;
}
.weather-block p {
  margin-bottom: 5px;
}
/*END-CSS:BOX STYLE
==================================================================================================================*/
/*START-CSS:NEWS
==================================================================================================================*/
.news-content .news-item {
  border-bottom: 1px dotted #787878;
  margin-bottom: 15px;
}
.news-content .news-item:last-child {
  border-bottom: none;
}
.news-content .news-block {
  margin-top: 15px;
}
.news-content .news-block .image {
  border: 1px solid #c4c4c4;
  float: left;
  height: 145px;
  min-height: 130px;
  overflow: hidden;
  padding: 2px;
  margin-bottom: 10px;
  text-align: center;
}
.news-content .news-block .image a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.news-content .news-block .image a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: scale(1);
}
.news-content .news-block .image a img:hover {
  transform: scale(1.2);
}
.news-content .news-info h2.name {
  margin-top: 0;
  margin-bottom: 5px;
}
.news-content .news-info h2.name a {
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.news-content .news-info h2.name a:hover {
  color: #75bf97;
}
.news-content .news-info .date {
  font-style: italic;
  margin-bottom: 10px;
  color: #454545;
  font-size: 11px;
}
.news-content .news-info .desc {
  color: #1a1a1a;
  line-height: 25px;
}
.box-news .news-content .news-block .image {
  border: medium none;
  height: 60px;
  min-height: 50px;
  padding: 0;
}
.box-news .news-content .news-info h2.name a {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
.box-news .news-content .news-info .desc {
  font-size: 11px;
  line-height: 14px;
  color: #333333;
}
/*START-CSS:NEWS
==================================================================================================================*/
/*START-CSS:NEW-DETAIL
==================================================================================================================*/
.news-detail .news-block,
.about-detail .news-block,
.news-detail .about-block,
.about-detail .about-block {
  margin-top: 15px;
}
.news-detail .news-block h1,
.about-detail .news-block h1,
.news-detail .about-block h1,
.about-detail .about-block h1 {
  line-height: 30px;
}
.news-detail .news-block .date,
.about-detail .news-block .date,
.news-detail .about-block .date,
.about-detail .about-block .date {
  font-style: italic;
  color: #333333;
  margin-bottom: 10px;
}
.news-detail .news-block .content,
.about-detail .news-block .content,
.news-detail .about-block .content,
.about-detail .about-block .content {
  line-height: 30px;
}
.news-detail .news-other h3,
.about-detail .news-other h3 {
  color: #75bf97;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-detail .news-other ul li a,
.about-detail .news-other ul li a {
  color: #333333;
  display: block;
  position: relative;
  padding: 10px;
}
.news-detail .news-other ul li a:hover,
.about-detail .news-other ul li a:hover {
  color: #75bf97;
}
.news-detail .news-other ul li a:before,
.about-detail .news-other ul li a:before {
  color: #666666;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: normal;
}
/*START-CSS:NEW-DETAIL
==================================================================================================================*/
/*START-CSS:CONTACT
==================================================================================================================*/
.contact-content {
  margin-top: 15px;
}
.contact-content .map,
.contact-content .contact-info,
.contact-content .contact-feedback {
  margin-bottom: 15px;
}
.contact-content .contact-info {
  padding-left: 0;
}
.contact-content .contact-info .docs {
  margin-bottom: 10px;
}
.contact-content .contact-info .name {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}
.contact-content .contact-info a {
  color: #75bf97;
}
.contact-content .contact-info a:hover {
  color: #000000;
}
.contact-content .contact-info i {
  font-size: 16px;
  text-align: center;
  width: 16px;
}
.contact-content h3.title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #75bf97;
  font-weight: bold;
}
.contact-content .description {
  margin: 15px 0;
}
.contact-content hr {
  margin: 15px 0;
}
.contact-content .map {
  border: 1px solid #858585;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 20px;
}
.contact-content .map .map-canvas {
  height: 320px;
  overflow: hidden;
}
.contact-content .map .map-information ul {
  padding: 10px 25px;
  background-color: #d1d1d1;
  list-style: decimal;
  border-top: 1px solid #929292;
}
.contact-content .map .map-information ul li {
  float: left;
  margin-right: 30px;
}
.contact-content .map .map-information ul li a {
  color: #75bf97;
}
.contact-content .map .map-information ul li a:hover {
  color: #000000;
}
.contact-content .map .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #75bf97;
}
.box-support-online .support-online-block {
  padding: 10px;
}
.box-support-online .support-online-block .support-hotline {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.box-support-online .support-online-block .support-hotline span {
  color: #75bf97;
  font-size: 20px;
}
.box-support-online .support-online-block .support-item {
  padding: 10px 0;
  text-align: center;
}
.box-support-online .support-online-block .support-item .name {
  margin-bottom: 10px;
  font-size: 18px;
}
.box-support-online .support-online-block .support-item .name b {
  color: #75bf97;
}
.box-support-online .support-online-block .support-item ul li {
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px 0 !important;
  position: relative;
}
.box-support-online .support-online-block .support-item ul li.social {
  text-align: left;
}
.box-support-online .support-online-block .support-item ul li.social img {
  width: 50px;
  height: 50px;
}
.box-support-online .support-online-block .support-item ul li a {
  padding: 0 5px;
  display: inline-block;
}
.box-support-online .support-online-block .support-item ul li a:before {
  content: none;
}
.box-support-online .support-online-block .support-item ul li .phone {
  font-size: 18px;
  font-weight: bold;
}
/*START-CSS:CONTACT
==================================================================================================================*/
/*START-CSS:NAVIGATION
==================================================================================================================*/
.navigation {
  display: block;
  text-align: center;
}
.navigation .pagination {
  margin-top: 20px;
}
/*END-CSS:NAVIGATION
==================================================================================================================*/
/*START-CSS: ACCOUNT-CONTENT
==================================================================================================================*/
/*login*/
.change-password-content h2,
.comunication-content h2,
.foget-password-content h2,
.login-content h2,
.register-content h2 {
  text-transform: uppercase;
  color: #75bf97;
  border-bottom: 1px dotted #454545;
  padding-bottom: 5px;
  font-weight: bold;
}
.change-password-content select,
.comunication-content select,
.foget-password-content select,
.login-content select,
.register-content select {
  margin-bottom: 15px;
}
.change-password-content .checkbox input[type='checkbox'],
.comunication-content .checkbox input[type='checkbox'],
.foget-password-content .checkbox input[type='checkbox'],
.login-content .checkbox input[type='checkbox'],
.register-content .checkbox input[type='checkbox'] {
  height: auto;
}
.change-password-content .help-block,
.comunication-content .help-block,
.foget-password-content .help-block,
.login-content .help-block,
.register-content .help-block,
.change-password-content .warning,
.comunication-content .warning,
.foget-password-content .warning,
.login-content .warning,
.register-content .warning {
  color: #f07b1d;
}
.change-password-content .warning,
.comunication-content .warning,
.foget-password-content .warning,
.login-content .warning,
.register-content .warning {
  padding-left: 5px;
}
.change-password-content a,
.comunication-content a,
.foget-password-content a,
.login-content a,
.register-content a {
  color: #75bf97;
}
.change-password-content a:hover,
.comunication-content a:hover,
.foget-password-content a:hover,
.login-content a:hover,
.register-content a:hover {
  color: #000000;
}
.login-content .btn {
  margin-bottom: 0;
}
.img-captcha {
  width: 140px;
}
/*register*/
/*END-CSS:LOGIN ACCOUNT-CONTENT
==================================================================================================================*/
/*START-CSS:OPEN CART CONTENT
==================================================================================================================*/
.steps {
  margin-top: 20px;
  text-align: center;
}
.steps li {
  margin-bottom: 5px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 2px solid #454545;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.steps li span {
  display: block;
  color: #454545;
  padding: 5px 0;
}
.steps li span i {
  font-size: 20px;
}
.steps li span.step-number {
  display: block;
  text-align: center;
  left: 0;
  position: absolute;
  z-index: 9999;
  font-weight: bold;
  width: 100%;
}
.steps li span.step-number a {
  padding: 3px 8px;
  background-color: #6b6b6b;
  border: 1px solid #454545;
  color: #ffffff;
  border-radius: 20px;
}
.steps li:last-child {
  border-right: none;
}
.steps li.active {
  border-bottom-color: #75bf97;
}
.steps li.active span {
  color: #75bf97;
}
.steps li.active span.step-number a {
  border-color: #52af7d;
  color: #ffffff;
  background-color: #75bf97;
}
.cart-content .cart-block {
  margin-top: 20px;
}
.cart-content .cart-block table.product-list thead {
  background-color: #929292;
}
.cart-content .cart-block table.product-list tbody .remove {
  text-align: center;
}
.cart-content .cart-block table.product-list tbody .remove a {
  color: #f07b1d;
  font-size: 16px;
}
.cart-content .cart-block table.product-list tbody .remove a:hover {
  color: #75bf97;
}
.cart-content .cart-block table.product-list tbody .image {
  vertical-align: middle;
  text-align: center;
}
.cart-content .cart-block table.product-list tbody .image img {
  height: 60px;
  width: auto;
}
.cart-content .cart-block table.product-list tbody .price,
.cart-content .cart-block table.product-list tbody .amount {
  color: #75bf97;
}
.cart-content .cart-block table.product-list tbody .quantity {
  text-align: center;
}
.cart-content .cart-block table.product-list tbody .quantity input {
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 60px;
}
.cart-content .cart-block table.product-list tbody .quantity a {
  margin-top: 0;
  border: 1px solid #787878;
  border-radius: 0;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  float: left;
}
.cart-content .cart-block table.product-list tbody .quantity a span {
  background-color: #929292;
  border: 1px solid #ffffff;
  display: block;
  height: 34px;
  padding: 9px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.cart-content .cart-block table.product-list tbody .quantity a span:hover {
  background-color: #75bf97;
}
.cart-content .cart-block table.product-list tbody .quantity a span:hover i {
  color: #ffffff;
}
.cart-content .cart-block table.product-list tbody .quantity a span i {
  color: #454545;
}
.cart-content .cart-block table.product-list tfoot .form-group input {
  width: 100%;
  margin-bottom: 15px;
}
.cart-content .cart-block .pay-price {
  font-size: 24px;
  color: #75bf97;
  margin-left: 20px;
}
.cart-content .cart-block .pay-price a {
  font-size: 12px;
}
/*END-CSS:OPEN CART CONTENT
==================================================================================================================*/
/*START-CSS:PAYMENT CONTENT
==================================================================================================================*/
.payment-content {
  margin-bottom: 15px;
}
.payment-content h3 {
  color: #f07b1d;
  font-size: 16px;
}
.payment-content .hotline {
  font-size: 16px;
}
.payment-content .payment-block {
  margin-bottom: 15px;
}
.payment-content .payment-block .payment-step {
  padding: 0 2px;
}
.payment-content .payment-block .payment-step h4 {
  margin-top: 0;
  padding: 10px;
  background-color: #75bf97;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.payment-content .payment-block .payment-step .step-preview {
  background-color: #ffffff;
  padding: 10px;
  min-height: 580px;
  border: 1px solid #787878;
}
.payment-content .payment-block .payment-step .step-preview .user-login {
  margin-bottom: 15px;
}
.payment-content .payment-block .payment-step .step-preview .user-login a {
  color: #f07b1d;
}
.payment-content .payment-block .payment-step .step-preview .user-login a:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #454545;
}
.payment-content .payment-block .payment-step .step-preview .user-login a:hover {
  color: #75bf97;
}
.payment-content .payment-block .payment-step .step-preview .info-user {
  position: relative;
  line-height: 24px;
}
.payment-content .payment-block .payment-step .step-preview .info-user label {
  display: block;
  font-weight: normal;
}
.payment-content .payment-block .payment-step .step-preview .info-user label span {
  font-weight: 600;
  margin-left: 10px;
}
.payment-content .payment-block .payment-step .step-preview .info-user .edit-button {
  position: absolute;
  top: 0;
  right: 0;
}
.payment-content .payment-block .payment-step .step-preview .info-user .edit-button i {
  font-size: 18px;
  color: #f07b1d;
}
.payment-content .payment-block .payment-step .step-preview .info-user .edit-button i:hover {
  color: #75bf97;
}
.payment-content .payment-block .payment-step .step-preview .total {
  font-size: 14px;
}
.payment-content .payment-block .payment-step .step-preview .total .total-payment {
  color: #75bf97;
  font-size: 16px;
}
.payment-content .payment-block .payment-step .step-preview .form-group input {
  width: 100%;
  margin-bottom: 5px;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .cart-items .cart-item {
  padding: 5px 0;
  border-bottom: 1px solid #858585;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .cart-items .cart-item .image img {
  height: 60px;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .cart-items .cart-item .product-name a {
  color: #000000;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .cart-items .cart-item .product-name a:hover {
  color: #75bf97;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .cart-items .cart-item .price {
  float: right;
  line-height: 60px;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .cart-items .cart-item:first-child {
  padding-top: 0;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .total-price,
.payment-content .payment-block .payment-step .step-preview .cart-info .shiping-price {
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #858585;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .total-price label,
.payment-content .payment-block .payment-step .step-preview .cart-info .shiping-price label {
  float: right;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .shiping-price {
  padding: 10px 0;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .btn-coupon {
  border-bottom: 1px solid #858585;
  padding: 10px 0;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .btn-coupon .btn {
  width: 100%;
  margin-bottom: 0;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .use-coupon {
  text-align: right;
  border-bottom: 1px solid #858585;
  padding: 10px 0;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .use-coupon .form-group {
  margin-bottom: 0;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .use-coupon .form-group .btn {
  margin-bottom: 0;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .total-payment {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #858585;
  text-transform: uppercase;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .total-payment span {
  float: right;
  color: #75bf97;
  font-size: 18px;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .button-submit {
  padding: 10px 0;
  text-align: right;
}
.payment-content .payment-block .payment-step .step-preview .cart-info .button-submit .btn {
  margin-bottom: 0;
}
/*END-CSS:PAYMENT CONTENT
==================================================================================================================*/
/*START-CSS:MY ORDER CONTENT
==================================================================================================================*/
.myorder-content,
.order-tracking-content {
  margin-top: 20px 0;
}
.myorder-content .table-mycart,
.order-tracking-content .table-mycart {
  border: 1px solid #ababab;
  background-color: #ffffff;
}
.myorder-content .table-mycart thead,
.order-tracking-content .table-mycart thead {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%) repeat scroll 0 0 !important;
  text-transform: uppercase;
  color: #454545;
}
.myorder-content .table-mycart tbody tr a,
.order-tracking-content .table-mycart tbody tr a {
  color: #75bf97;
}
.myorder-content .table-mycart tbody tr a:hover,
.order-tracking-content .table-mycart tbody tr a:hover {
  color: #000000;
}
.myorder-detail-content .table-mycart .image,
.order-tracking-content .table-mycart .image {
  width: 100px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.myorder-detail-content .table-mycart .image img,
.order-tracking-content .table-mycart .image img {
  height: 60px;
}
.myorder-detail-content .table-mycart .image a,
.order-tracking-content .table-mycart .image a {
  display: inline-block;
}
.myorder-detail-content .table-mycart .image:hover,
.order-tracking-content .table-mycart .image:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.myorder-detail-content .table-mycart .box-customer-content .title,
.order-tracking-content .table-mycart .box-customer-content .title {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #75bf97;
  font-weight: bold;
}
.myorder-detail-content .table-mycart .box-customer-content .title span,
.order-tracking-content .table-mycart .box-customer-content .title span {
  border-bottom: 1px solid #75bf97;
}
.myorder-detail-content .table-mycart table tr td,
.order-tracking-content .table-mycart table tr td {
  border-top: none;
}
.myorder-detail-content .table-mycart table tr td .total-payment,
.order-tracking-content .table-mycart table tr td .total-payment {
  color: #f07b1d;
  font-size: 16px;
}
.myorder-detail-content .table-mycart table tr td .help-block,
.order-tracking-content .table-mycart table tr td .help-block {
  color: #454545;
}
.myorder-detail-content .table-mycart table tr.order-stt,
.order-tracking-content .table-mycart table tr.order-stt {
  background-color: #75bf97;
  color: #ffffff;
}
/*END-CSS:MY ORDER CONTENT
==================================================================================================================*/
/*START-CSS:ORDER TRACKING CONTENT
==================================================================================================================*/
.order-tracking-content .order-input {
  padding: 10px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  margin-bottom: 15px;
}
.order-tracking-content .order-input .form-group {
  display: block;
  margin-bottom: 0;
}
.order-tracking-content .order-input input {
  margin-bottom: 0;
  min-width: 30%;
}
.order-tracking-content .order-input .btn {
  margin-bottom: 0;
}
/*START-CSS:END ORDER TRACKING CONTENT
==================================================================================================================*/
/*START-CSS:PAYMENT END
==================================================================================================================*/
.payment-end {
  margin-top: 20px;
}
.payment-end .payment-order {
  position: relative;
  line-height: 30px;
  padding: 40px;
  border: 3px solid #e6e6e6;
  border-radius: 6px;
  background-color: #ffffff;
}
.payment-end .payment-order table thead {
  background-color: #858585;
  text-transform: uppercase;
}
.payment-end .payment-order .label-payment {
  text-transform: uppercase;
}
.payment-end .payment-order .total-payment {
  color: #f07b1d;
  font-size: 18px;
}
.payment-end .payment-order .print-order a {
  color: #ffffff;
  background-color: #f07b1d;
  line-height: 20px;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.payment-end .payment-order .print-order a:hover {
  background-color: #000000;
}
/*END-CSS:PAYMENT END
==================================================================================================================*/
/*START-CSS:PRODUCT DETAIL CONTENT
==================================================================================================================*/
.product-detail {
  margin-top: 20px;
}
.product-detail .product-block .image {
  border: 1px solid #787878;
  padding: 10px;
  margin-bottom: 15px;
}
.product-detail .product-block .small-image {
  position: relative;
  margin-bottom: 15px;
}
.product-detail .product-block .small-image .boxprevnext a {
  top: 30%;
}
.product-detail .product-block h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-detail .product-block .price {
  margin-bottom: 15px;
  line-height: 30px;
}
.product-detail .product-block .price .price-new {
  color: #f07b1d;
  font-size: 30px;
  margin-right: 15px;
}
.product-detail .product-block .price .price-old {
  text-decoration: line-through;
  font-size: 24px;
  color: #454545;
  margin-right: 15px;
}
.product-detail .product-block .price .product-code {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.product-detail .product-block .des {
  line-height: 24px;
  border-top: solid 1px #787878;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border-bottom: solid 1px #787878;
  padding: 10px 0;
  margin-bottom: 15px;
}
.product-detail .product-block .social {
  margin-bottom: 15px;
}
.product-detail .product-block .option {
  margin-bottom: 20px;
}
.product-detail .product-block .option label {
  color: #000000;
  font-size: 14px;
}
.product-detail .product-block .option .radio {
  display: inline-block;
  margin-right: 10px;
  line-height: 24px;
}
.product-detail .product-block .option .dropdown-option {
  margin-top: 5px;
}
.product-detail .product-block .option .dropdown-option select {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.product-detail .product-block .option .dropdown-option ul li {
  float: left;
  margin-right: 5px;
}
.product-detail .product-block .option .dropdown-option ul li a {
  padding: 5px 15px;
  cursor: pointer;
  border: 1px solid #929292;
  transition: none;
}
.product-detail .product-block .option .dropdown-option ul li a.active {
  background: rgba(0, 0, 0, 0) url("Images/select-pro.png") no-repeat scroll right bottom;
  border: 1px solid #75bf97 !important;
}
.product-detail .product-block .option .dropdown-option ul li a:hover {
  opacity: 0.6;
}
.product-detail .product-block .quantity .quantity-input {
  text-align: center;
}
.product-detail .product-block .quantity .quantity-input input {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 60px;
}
.product-detail .product-block .addtocart-button a {
  display: inline-block;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #000000;
  padding: 10px;
}
.product-detail .product-block .addtocart-button a:hover {
  color: #ffffff;
  background-color: #75bf97;
  border-color: #75bf97;
}
.product-detail .product-block .addtocart-button a.add-to-cart span {
  background-image: url(Images/cart_icon.png);
}
.product-detail .product-block .call {
  margin: 15px 0;
}
.product-detail .product-block .call .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.product-tabs {
  margin-top: 20px;
}
.product-tabs ul {
  border-bottom: 3px solid #75bf97;
}
.product-tabs ul li {
  margin-bottom: 0;
}
.product-tabs ul li a {
  background-color: transparent;
  color: #75bf97;
  border: none;
  margin-bottom: 0;
  position: relative;
}
.product-tabs ul li a:hover {
  background-color: #75bf97;
  border: none;
  color: #ffffff;
}
.product-tabs ul li.active a {
  background-color: #75bf97;
  border: none;
  color: #ffffff;
}
.product-tabs ul li.active a:hover {
  background-color: #75bf97;
  border: none;
  color: #ffffff;
}
.product-tabs .tab-content {
  padding: 15px 0;
  line-height: 30px;
}
.box-sale-policy .sale-policy-block {
  padding: 10px;
  margin-bottom: 5px;
}
.box-sale-policy .sale-policy-block ul {
  counter-reset: item;
}
.box-sale-policy .sale-policy-block ul li {
  margin-bottom: 5px;
}
.box-sale-policy .sale-policy-block ul li:before {
  content: counter(item) "";
  counter-increment: item;
  background: #75bf97;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  margin: 0 10px;
  padding: 2px 7px;
}
.box-sale-policy .sale-policy-block ul li span {
  color: #f07b1d;
}
.box-sale-policy .buy-guide ul {
  padding: 10px;
  counter-reset: item;
}
.box-sale-policy .buy-guide ul li {
  margin-bottom: 10px;
}
.box-sale-policy .buy-guide ul li:before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  font-weight: bold;
}
.box-sale-policy .buy-guide ul li strong {
  color: #f07b1d;
}
.box-product .box-product-block {
  text-align: center;
}
.box-product .box-product-block .item {
  margin-top: 20px;
  border: none;
  padding: 0;
}
.box-product .box-product-block .item .image {
  margin: 0 auto 10px;
  border: 1px solid #dedede;
  overflow: hidden;
  padding: 2px;
}
.box-product .box-product-block .item .image:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease 0s, opacity 0.6s ease 0s;
}
.box-product .box-product-block .item .ratings {
  margin-bottom: 10px;
  text-align: center;
}
.box-product .box-product-block .item .ratings .rating-box {
  background: rgba(0, 0, 0, 0) url("Images/bkg_rating_hover.png") repeat-x scroll 0 0;
  display: inline-block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  margin-top: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 68px;
}
.box-product .box-product-block .item .ratings .rating-box .rating {
  background: rgba(0, 0, 0, 0) url("Images/bkg_rating_hover.png") repeat-x scroll 0 100%;
  height: 11px;
  width: 84%;
}
.box-product .box-product-block .item .name {
  margin-bottom: 5px;
}
.box-product .box-product-block .item .name a {
  color: #454545;
  font-size: 12px;
  font-weight: bold;
}
.box-product .box-product-block .item .name a:hover {
  color: #f07b1d;
}
.box-product .box-product-block .item .addtocart-button {
  text-align: center;
}
.box-product .box-product-block .item .addtocart-button a {
  border-radius: 6px;
  display: inline-block;
  margin-right: 8px;
  padding: 8px;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #000000;
}
.box-product .box-product-block .item .addtocart-button a:hover span {
  background-position: center top;
}
.box-product .box-product-block .item .addtocart-button a span {
  display: inline-block;
  height: 20px;
  transition: background 150ms ease-in-out 0s;
  width: 21px;
  background: center bottom;
  margin-right: 5px;
}
.box-product .box-product-block .item .addtocart-button a:hover {
  background-image: -moz-linear-gradient(center bottom, #cccccc 37%, #d9d9d9 69%, #e6e6e6 85%);
  color: #ffffff;
}
.box-product .box-product-block .item .addtocart-button a.add-to-cart span {
  background-image: url(Images/cart_icon.png);
}
.box-product .box-product-block .item .price {
  margin-bottom: 5px;
}
.box-product .box-product-block .item .price .price-new {
  color: #f07b1d;
  font-size: 18px;
  margin-right: 5px;
}
.box-product .box-product-block .item .price .price-old {
  color: #454545;
  text-decoration: line-through;
}
/*END-CSS:PRODUCT DETAIL CONTENT
==================================================================================================================*/
.map-block,
.myorder-info {
  margin-top: 20px;
}
/*START-CSS:Menu Mobile Toplink & Menu Navigation
==================================================================================================================*/
.wpb_content_element {
  margin-bottom: 10px;
}
.widget-container {
  border: 1px solid #e8e8e8;
  margin: 0 0 30px 0;
  clear: both;
  padding: 0 20px 10px 20px;
  background-color: #ffffff;
}
.widget-container.ts-menus-widget {
  padding: 0;
  position: relative;
}
.widget-container:last-child {
  margin-bottom: 0;
}
.widget-container.ts-menus-widget .widget-title {
  padding: 16px 14px 15px 50px;
  font-weight: bold;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  text-align: left;
  font-size: 15px;
  background-color: #75bf97;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  position: static;
  font-family: 'Helvetica Neue', sans-serif !important;
}
.widget-container.ts-menus-widget .widget-title:before {
  font-family: 'FontAwesome';
  background: transparent;
  content: "\f03a";
  position: absolute;
  font-weight: 300;
  left: 35px;
  top: 17px;
  right: auto;
  bottom: auto;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  height: auto;
  border: 0;
}
.widget-container.ts-menus-widget .widget-title::before {
  left: 23px;
}
.widget-container.ts-menus-widget .widget-title {
  margin: 0;
}
.heading-title::after {
  bottom: -1px;
  color: #e8e8e8;
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  height: 7px;
  left: 50%;
  line-height: 7px;
  margin-left: -5px;
  position: absolute;
  transition: all 200ms ease 0s;
}
.heading-title {
  border-bottom: 1px solid #e8e8e8;
  color: #3f3f3f;
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
/*Megamenu*/
.widget-container .vertical-menu > ul.menu {
  margin: 0;
  padding: 0;
}
.widget-container .vertical-menu > ul.menu > li {
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 999;
}
.widget-container .vertical-menu > .menu > li > a {
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  font-weight: normal;
  color: #3f3f3f;
  border-width: 1px 0 0 0;
  border-style: solid;
  width: 100%;
  text-align: left;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  border-color: #e8e8e8;
}
.widget-container nav.vertical-menu > ul.menu > li > a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.widget-container nav.vertical-menu > ul.menu li .menu-icon {
  padding: 0 15px 0 0;
  width: 30px;
  line-height: 16px;
  display: inline-block;
}
.widget-container .vertical-menu > ul.menu > li.parent > a > .menu-label:after {
  content: "\f105";
  font-family: 'FontAwesome';
  padding: 0 0 0 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.widget-container .vertical-menu > ul.menu > li.parent > a > .hide_after:after {
  content: "";
}
.widget-container .vertical-menu > ul.menu > li:first-child > a {
  border: 0;
}
.widget-container .vertical-menu > ul.menu li > ul.sub-menu {
  top: -61px;
  right: auto;
  left: 100%;
  min-height: 70px;
  transform-origin: 0 100% 0;
  -webkit-transform-origin: 0 100% 0;
  -moz-transform-origin: 0 100% 0;
  -ms-transform-origin: 0 100% 0;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: none;
  padding: 20px 30px 40px 30px;
  background-color: #ffffff;
}
.widget-container .vertical-menu > ul.menu li > ul.col-3 {
  width: 750px;
}
.widget-container .vertical-menu > ul.menu li > ul.col-1 {
  width: 270px;
}
.col-li-2 {
  width: 50%;
}
.col-li-1 {
  width: 100%;
}
.widget-container .vertical-menu > ul.menu li > ul.col-2 {
  width: 520px;
}
.widget-container .vertical-menu > ul.menu li ul.sub-menu {
  position: absolute;
  z-index: 999;
}
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li {
  list-style: none;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  width: 100%;
  transition: padding 200ms ease-in-out 0s;
  -moz-transition: padding 200ms ease-in-out 0s;
  -webkit-transition: padding 200ms ease-in-out 0s;
  position: relative;
}
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li:first-child {
  border: 0;
}
.ts-mega-menu {
  margin: 0 -10px;
  overflow: hidden;
  width: 80%;
}
#menu-menu-sub-food .ts-mega-menu,
#menu-menu-sub-electronic .ts-mega-menu {
  width: 100%;
}
.widget-container .vertical-menu > ul.menu li ul.sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-width: 2px 0 0 0;
  border-style: solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-color: #7aaedd;
}
.widget-container .vertical-menu div.list-link {
  padding: 0 10px;
}
.widget-container .vertical-menu div.list-link > .widgettitle {
  margin: 10px 0 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #3f3f3f;
  font-family: 'Helvetica Neue', sans-serif !important;
}
.widget-container .vertical-menu div.list-link ul {
  margin: 0;
}
.widget-container .vertical-menu div.list-link li {
  list-style: none;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  width: 100%;
  transition: padding 200ms ease-in-out 0s;
  -moz-transition: padding 200ms ease-in-out 0s;
  -webkit-transition: padding 200ms ease-in-out 0s;
  position: relative;
  border-color: #e9e9e9;
}
.widget-container .vertical-menu div.list-link li:first-child {
  border: 0;
}
.widget-container .vertical-menu div.list-link li > a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 12px 15px 12px 0;
  color: #3f3f3f;
  transition: padding 200ms ease-in-out 0s;
  -moz-transition: padding 200ms ease-in-out 0s;
  -webkit-transition: padding 200ms ease-in-out 0s;
}
.widget-container .vertical-menu div.list-link li > a:hover {
  color: #7aaedd;
  padding: 12px 0 12px 15px;
}
.widget-container .vertical-menu > ul.menu > li:hover > a {
  color: #7aaedd;
}
.widget-container .vertical-menu > ul.menu li:first-child > ul.sub-menu {
  top: -22px;
}
.widget-container .vertical-menu > ul.menu li:hover > ul.sub-menu {
  webkit-animation-duration: 340ms;
  -moz-animation-duration: 340ms;
  animation-duration: 340ms;
  animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animation_vertical_menu;
  -moz-animation-name: animation_vertical_menu;
  animation-name: animation_vertical_menu;
  display: block;
}
/*Menu mega mobile*/
#menu_mobile li span.grower {
  display: block;
  position: absolute;
  right: 0;
  cursor: pointer;
  font-family: "FontAwesome" !important;
  font-size: 14px;
}
#menu_mobile li span.grower.OPEN:before,
#menu_mobile li span.grower.CLOSE:before {
  content: "\f106";
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 50px;
  color: #8f8f8f;
  line-height: 50px;
  text-align: center;
}
#menu_mobile li span.grower.CLOSE:before {
  content: "\f107";
  color: #8f8f8f;
}
.mobilemenu p {
  text-decoration: none;
  border-bottom: 1px solid #e0d8d8;
  line-height: 40px;
  font-weight: normal;
  color: #666;
  margin: 0;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.widget-container .vertical-menu > .menu.mobilemenu > li > a {
  border: none;
}
.mobilemenu a {
  text-decoration: none;
  border-bottom: 1px solid #e0d8d8 !important;
  line-height: 40px;
  font-weight: normal;
  color: #666;
  margin: 0;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
}
/*===========================================*/
/*** ESSENTIAL STYLES ***/
#menu {
  background-color: #ffffff;
  border: 1px solid #ededed;
}
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sf-menu > li {
  float: left;
  z-index: 10;
  position: relative;
  border-radius: 0;
  padding: 23px 15px;
  width: auto;
  border-right: 1px solid #ededed;
  text-align: center;
  display: block;
  vertical-align: top;
  line-height: 15px;
}
ul.sf-menu > li > a {
  vertical-align: top;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 14px;
  color: #31353d;
  text-decoration: none;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', sans-serif !important;
}
ul.sf-menu > li.current > a,
ul.sf-menu > li > a:hover,
ul.sf-menu > li.sfHover > a,
ul.sf-menu > ul > li.active > a {
  color: #efc94c;
}
.sf-menu .sf-mega {
  display: none;
  z-index: 99;
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
  border: 1px solid #ededed;
  left: 0;
  top: 76px;
}
/*** mega menu dropdown ***/
.sf-mega {
  padding: 15px 0;
}
.sf-mega-section {
  display: table-cell;
}
.sf-mega-section > li {
  position: relative;
  padding: 4px 20px;
  width: 170px;
  line-height: 20px;
  text-align: left;
}
.sf-mega-section > li a:hover,
.sf-mega-section > li.sfHover > a {
  color: #efc94c;
}
.sf-mega-section > li a {
  color: #31353d;
}
.sf-mega-section > li ul {
  position: absolute;
  left: 170px;
  width: 170px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  padding: 15px 20px;
  top: -15px;
  z-index: 10;
  display: none;
}
.sf-mega-section > li ul li {
  padding: 4px 0px;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '\f107';
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 0px;
  height: auto;
  margin-top: 0;
  text-decoration: inherit;
  vertical-align: middle;
  width: 1.45em;
  padding-left: 3px;
  font-size: 16px;
  color: #31353d;
}
.sf-arrows .current .sf-with-ul:after {
  color: #efc94c;
}
.sf-mega-section .sf-with-ul:after {
  content: '\f105';
  font-size: 16px;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}
/*****************************************************/
.sf-menu-phone {
  display: none;
}
.sf-menu-phone li {
  position: relative;
  background-color: #f9f9f9;
}
.sf-menu-phone li a {
  display: inline-block;
  color: #666;
  border-bottom: 1px solid #e8e8e8;
}
.sf-menu-phone li {
  font-size: 14px;
  padding: 0;
}
.sf-menu-phone li > a {
  padding: 10px 15px;
  display: block;
}
.sf-menu-phone li li a {
  padding: 10px 15px 10px 25px;
  display: block;
}
.sf-menu-phone li li li a {
  padding: 10px 15px 10px 35px;
  display: block;
}
.sf-menu-phone li a:hover {
  color: #B90100;
}
.sf-menu-phone li li {
  font-size: 14px;
}
.sf-menu-phone li li.last {
  padding-bottom: 0 !important;
}
.sf-menu-phone li i {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  height: 24px;
  width: 24px;
}
.sf-menu-phone li i {
  top: 8px;
  color: #666;
  font-size: 21px;
  padding: 0 20px;
  right: 5px;
}
.sf-menu-phone li i.icon-angle-up:before {
  content: '\f106' !important;
}
.sf-menu-phone li i:hover {
  cursor: pointer;
}
.sf-menu-phone li i.opened {
  background-position: center 7px;
}
/** dropdown **/
.sf-menu-phone ul {
  width: auto;
  padding: 0px 0px;
  display: none;
}
.sf-menu-phone li.active > a > span {
  color: inherit;
}
.sf-menu-phone li.active > a,
.sf-menu-phone li:hover > a {
  color: #666;
  background: #f9f9f9;
}
.sf-menu-phone li li.active > a,
.sf-menu-phone li li a:hover {
  color: #ccc;
}
header.ts-header .header-top .sf-menu-phone a {
  color: #666;
}
.ts-mobile-menu-icon-toggle {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  margin-top: -3px;
  margin-left: -10px;
  text-align: center;
  width: 50px;
}
/*END-CSS:Menu Mobile
==================================================================================================================*/
/*START-CSS:Modal
==================================================================================================================*/
#modalCallMe h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
#modalCallMe p {
  color: #454545;
  font-size: 16px;
  text-align: center;
}
/*END-CSS:Modal
==================================================================================================================*/
