﻿.grecaptcha-badge {
  bottom: 105px !important; }

.app-loading-screen {
  position: fixed;
  height: 100%;
  width: 100%; }

.app-loading-screen .app-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20em;
  transform: translateX(-50%) translateY(-50%); }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  background: #f5f5f5;
  line-height: 1.6em; }

h2, .h2 {
  font-size: 20px; }

a {
  color: #333; }

a:hover {
  color: #aa272f;
  text-decoration: none; }

small {
  font-size: 85%;
  font-weight: normal;
  text-transform: lowercase;
  color: #999999; }

*::selection {
  background-color: #aa272f;
  color: #fff; }

.main-col {
  margin: auto;
  overflow: hidden; }

.main-container {
  min-height: 400px;
  padding: 0px; }

/* Header Start */
header {
  width: 100%;
  position: relative;
  z-index: 1000; }

.header-container {
  position: relative;
  background: rgba(255, 255, 255, 0.2); }

.logo {
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  display: block;
  line-height: 105px;
  float: left;
  padding-right: 25px;
  padding-left: 20px;
  margin-top: -41px;
  /*background:#aa272f;*/
  height: 116px;
  margin-right: 15px; }

.header-container .fl-nav-menu {
  display: block;
  border-radius: 3px; }

.header-container .fl-header-right {
  position: absolute;
  right: 0;
  top: 0; }

.search-bar {
  position: relative;
  width: 0%;
  min-width: 70px;
  height: 75px;
  float: right;
  overflow: hidden;
  transition: width 0.3s;
  display: inline-block; }

.search-bar-input {
  border: none;
  outline: none;
  background: #fff;
  width: 80%;
  height: 45px;
  margin: 0;
  padding: 0px 52px 0px 20px;
  font-size: 14px;
  color: #bebebe;
  border-bottom: 1px #F3547D solid;
  border-left: 0px #E8E8E8 solid; }

.search-icon, .search-bar-submit {
  width: 70px;
  height: 75px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #e5e5e5; }

.search-bar-submit {
  background: #fff;
  /* IE needs this */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.search-icon:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 18px;
  color: #333; }

.navbar-form {
  padding: 0px;
  margin: 0px; }

.navbar-collapse {
  float: right;
  padding: 0px; }

.navbar-form .search-btn {
  color: #fff;
  background: #fff;
  z-index: 90;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border: none;
  outline: none;
  width: 70px;
  height: 75px;
  display: block;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 42px !important;
  text-align: center;
  cursor: pointer;
  border-radius: 0; }

.navbar-form .search-btn .glyphicon {
  line-height: 45px !important;
  vertical-align: middle; }

.navbar-form .search-btn .glyphicon-search:before {
  font-size: 17px;
  color: #333;
  vertical-align: middle; }

.navbar-collapse form[role="search"] input {
  font-size: 18pt;
  opacity: 0;
  display: none;
  height: 48px;
  position: relative;
  z-index: 2;
  float: left; }

.navbar-collapse form[role="search"].active input {
  display: table-cell;
  opacity: 1;
  z-index: 100;
  border-radius: 0;
  border: none;
  line-height: 45px;
  height: 75px;
  font-size: 14px;
  padding: 0px 25px;
  width: 315px; }

/* Open state */
.search-bar.search-bar-open, .no-js .search-bar {
  width: 870px;
  z-index: 100;
  background-color: #fff; }

.search-bar.search-bar-open .search-icon, .no-js .search-bar .search-icon {
  z-index: 11; }

.search-bar.search-bar-open .search-bar-submit, .no-js .search-bar .sb-search-submit {
  z-index: 90; }

.search-icon {
  position: absolute;
  right: 0px;
  margin-top: 0px; }

.search-box {
  width: 220px;
  position: absolute;
  margin: auto;
  right: 2px;
  margin-top: 0px; }

#search {
  border: medium none;
  color: #666;
  font-size: 13px;
  height: 75px;
  margin: 0;
  outline: medium none;
  padding: 0 10px;
  width: 400px;
  background-color: #fff; }

.button-common {
  border: 0 none;
  overflow: hidden;
  padding: 0px;
  text-indent: -9999px;
  width: 25px; }

.search-btn-bg {
  cursor: pointer;
  display: inline-block;
  height: 56px;
  min-width: 20px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 56px;
  right: 0px;
  background: #000;
  outline: none; }

.searchIconNew {
  background: url("../images/search-icon.png") no-repeat scroll center center;
  width: 45px;
  height: 45px;
  left: 7px;
  display: inline;
  position: absolute;
  top: 5px; }

.cross-icon {
  position: absolute;
  right: 0px;
  margin-top: -35px; }

/* ========= End search  ==========*/
.glyphicon-search:before {
  font-size: 18px; }

.welcome-msg {
  text-align: left;
  display: inline-block;
  padding: 0px;
  margin: 4px 5px;
  font-size: 13px;
  color: #999; }

/* language &amp; currency */
/*.menu_top{ display:table;}*/
.language-currency-div {
  overflow: hidden;
  background: #f8f8f8;
  padding: 5px 15px; }

.language-currency {
  overflow: hidden;
  padding: 12px 5px; }

.fl-language {
  display: inline;
  float: right;
  line-height: 17px;
  padding-left: 15px; }

ul.lang {
  text-align: left;
  display: block;
  margin: 0;
  padding: 0x;
  list-style: none;
  float: left;
  padding: 0px; }

ul.lang li {
  float: left;
  display: inline;
  margin: 0px 10px 0 0px; }

ul.lang li span {
  text-indent: -10000px;
  display: none; }

.fl-currency {
  display: inline;
  float: left;
  line-height: 17px; }

ul.currencies_list {
  float: left;
  display: inline;
  margin: 0px 8px 0 0px;
  padding: 0px; }

ul.currencies_list li {
  float: left;
  display: inline;
  margin: 0 10px 0 0px; }

ul.currencies_list li a {
  color: #aa272f;
  font-size: 13px;
  font-weight: bold;
  border: 1px #444 solid;
  width: 25px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center; }

ul.currencies_list li a:hover {
  color: #fff;
  text-decoration: none; }

/* End language &amp; currency*/
/*  Toplink =*/
.toplinks {
  line-height: normal;
  padding: 0px;
  display: inline-block;
  text-align: right;
  margin-top: 18px; }

.toplinks .links {
  text-align: right;
  display: inline-block; }

.toplinks .links div {
  display: inline-block;
  text-align: right; }

.toplinks div.links div a {
  display: inline-block;
  padding: 0px;
  color: #333;
  font-size: 13px;
  padding: 0px 0px 0px 15px;
  text-transform: none;
  text-decoration: none; }

.toplinks div.links div a:hover {
  color: #aa272f;
  text-decoration: none; }

.block-company {
  background: none;
  box-shadow: none;
  border: none;
  color: #aaaaaa;
  font-size: 14px; }

.block-company .caret {
  margin-left: 5px; }

.block-company-wrapper {
  display: inline-block; }

.block-company label {
  font-weight: normal;
  padding: 5px 5px 2px 0px; }

.block-company-wrapper .dropdown-menu {
  min-width: 0;
  border-top: 2px solid #000;
  box-shadow: 0 3px 3px 0 #888888; }

.block-company-wrapper .dropdown-menu li {
  padding: 5px 15px 5px 0; }

.block-company-wrapper .dropdown-menu li:hover {
  background-color: #eaeaea;
  color: #000;
  transition: background-color 0.2s ease-in-out; }

.block-company-wrapper .dropdown-menu a {
  padding: 3px 10px 3px 10px; }

.block-company-wrapper .dropdown-menu a:hover {
  color: #000;
  background: none; }

/* Top Shopping Cart */
.mini-products-list .product-image {
  float: left;
  padding: 0;
  width: 60px; }

.mini-products-list .product-image img {
  width: 60px; }

.fl-mini-cart-content .product-name {
  margin: 0;
  width: 150px;
  line-height: 1; }

.fl-mini-cart-content .product-name a {
  font-size: 13px;
  line-height: normal;
  font-weight: normal; }

.fl-mini-cart-content .product-name a:hover {
  font-size: 13px;
  color: #aa272f; }

.fl-cart-contain .price {
  color: #aa272f;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 14px; }

.fl-cart-contain .product-details .price {
  color: #aa272f;
  width: auto;
  float: none;
  font-weight: bold;
  padding-left: 0px; }

.mini-cart {
  text-align: center;
  cursor: pointer;
  margin: 0px;
  display: block !important;
  background: #aa272f; }

.mini-cart .basket a {
  color: #333;
  margin: 0px;
  line-height: 17px;
  font-size: 13px;
  padding: 0px 15px;
  letter-spacing: 0.5px;
  font-weight: normal;
  display: block;
  line-height: 100px;
  height: 75px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #202020; }

.fl-cart-contain > .mini-cart:hover > .basket a {
  /*-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 -75px 0 0 #252932;
	color: #fff;*/ }

.mini-cart .basket a span {
  background: #2f937f;
  display: inline-block;
  color: white;
  width: 30px;
  border-radius: 30px;
  font-size: 15px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  vertical-align: top;
  margin-top: 23px; }

.fl-mini-cart-content .pull-right {
  margin-right: 10px;
  padding-top: 3px; }

.fl-mini-cart-content .basket a {
  border: none;
  color: #fff; }

.mini-cart .basket a:hover {
  text-decoration: none; }

.mini-cart .basket a:first-child:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 0;
  color: #2b65ab; }

.mini-cart .open .basket a {
  color: #000;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3); }

.mini-cart .dropdown-toggle {
  font-size: 14px;
  padding: 4px 0 6px;
  text-transform: none;
  padding-bottom: 20px; }

.fl-cart-contain {
  position: relative;
  float: right; }

.top-cart-title p {
  margin: 0; }

.fl-mini-cart-content .empty {
  padding: 10px;
  color: #333333; }

.mini-cart .fl-mini-cart-content {
  background: #ffffff;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 25px;
  z-index: 100;
  border-top: 0;
  display: none;
  position: absolute;
  right: 0px;
  margin-top: -2px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  box-shadow: 0 10px 20px -5px; }

.top-subtotal {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 12px;
  text-align: left; }

.fl-mini-cart-content .product-details .btn-remove {
  position: absolute;
  right: 10px;
  top: 4px; }

.fl-mini-cart-content .block-subtitle {
  color: #fff;
  overflow: hidden;
  padding: 0px 5px;
  text-align: left;
  background: #252932; }

.fl-mini-cart-content .block-subtitle .price {
  color: #aa272f; }

ul#cart-sidebar {
  padding: 10px 15px 0px; }

ul#cart-sidebar .btn-edit {
  padding: 0px 0px;
  border: none;
  display: block;
  text-align: center; }

.block-cart ul {
  padding: 0px !important; }

/* top cart  */
.fl-mini-cart-content li.item {
  width: 310px;
  margin: 5px 0px 10px;
  border-bottom: 1px #eee solid;
  display: inline-block;
  padding-bottom: 10px; }

.fl-mini-cart-content li.item.last {
  margin: 0;
  border-bottom: 0px #eee solid;
  padding-bottom: 10px; }

.fl-mini-cart-content .product-details {
  color: #333333;
  position: relative;
  text-align: left; }

.mini-products-list .product-details {
  margin-left: 80px;
  padding: 0; }

.fl-mini-cart-content .product-details .btn-remove {
  position: absolute;
  right: 10px;
  top: 12px; }

.fl-mini-cart-content .product-details .btn-edit {
  position: absolute;
  right: 30px;
  top: -4px;
  border: none;
  padding: 0px; }

.fl-mini-cart-content .product-details .btn-edit:hover {
  color: #aa272f; }

.fl-mini-cart-content .actions {
  padding: 20px;
  margin: 0px 0 0;
  overflow: hidden; }

.button.btn-checkout {
  background: #ffdb75;
  border: 1px solid #F5C328;
  color: #003169;
  padding: 8px 18px; }

.button.btn-checkout:hover {
  background: #ffdb75; }

.button:btn-bag:hover {
  background: #f6f6f6; }

.mini-cart .view-cart {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  float: none;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #eee;
  color: #666; }

.mini-cart .view-cart:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px; }

.btn-remove1 {
  background-image: url(../images/btn_remove.png);
  margin: 0px 0 0 5px; }

.btn-remove1:hover, .btn-remove1:focus {
  background-position: 0 -12px; }

.btn-remove1 {
  display: block;
  width: 15px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  left: 28px;
  margin-top: 5px; }

.block-compare.block {
  margin-left: 2em; }

.block-compare .btn-remove1 {
  left: auto;
  right: 0px !important;
  margin-top: 0px;
  top: 5px; }

.mini-cart .btn-remove1 {
  left: auto;
  right: 0px !important;
  margin-top: 0px;
  top: 2px; }

.mini-cart .actions .btn-checkout {
  background: #fff;
  color: #aa272f;
  font-size: 14px;
  text-shadow: none;
  padding: 7px 0px;
  margin-top: 0px;
  font-weight: bold;
  border: 2px #aa272f solid;
  border-radius: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
  display: block;
  width: 100%;
  text-transform: uppercase; }

.mini-cart .actions .btn-checkout:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 2px solid #e0403d;
  color: #fff; }

.mini-cart .actions .btn-checkout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 10px; }

/* Nav */
nav {
  position: relative;
  margin: auto;
  width: 100%;
  z-index: 99; }

/*.sticky {
position: fixed;
z-index: 10000;
width: 100%;
top: 0px;
background-color: #fff;
}*/
.nav-inner {
  position: relative; }

#nav > li > a.active:nth-child(1) {
  color: #aa272f; }

#nav > li > a:hover.active:nth-child(1) {
  color: #fff; }

#nav > li > a:first-child {
  margin-left: 0px; }

#nav > li > a:last-child a {
  color: #333; }

.nav {
  width: 1000px;
  margin: 0px auto 0; }

#nav > li:hover > a, .vertnav-top li > a:hover {
  color: #2b65ab;
  /*border-bottom: none;
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-webkit-box-shadow: inset 0 -75px 0 0 #252932;
	box-shadow: inset 0 -75px 0 0 #252932;*/ }

.cms-index-index #nav #nav-home > a, #nav > li.active > a, .vertnav-top li.current > a {
  color: #fff; }

.cms-index-index #nav #nav-home > a, #nav > li.active > a, .vertnav-top li.current > a:hover {
  color: #aa272f;
  padding: 0px 0px; }

.cms-index-index nav {
  border-bottom: none; }

#nav {
  position: relative;
  z-index: 10;
  -webkit-transform: translateZ(0);
  padding: 0;
  margin: auto;
  text-align: center; }

/* All levels */
#nav li {
  text-align: left; }

#nav li a {
  display: block;
  text-decoration: none; }

#nav ul.level1 > li a {
  color: #444; }

#nav ul.level1 > li a:hover {
  color: #aa272f; }

/* 1st level only */
#nav > li {
  list-style: none;
  border-bottom: none;
  display: block;
  float: left; }

#nav > li.last {
  padding-right: 0; }

#nav > li > a {
  display: block;
  padding: 0px 0px;
  line-height: 100px; }

#nav > li > a > span {
  display: inline-block;
  padding: 0 15px; }

/* Drop-down boxes:
wide:    2nd-level category drop-down box + custom block drop-down box
classic: custom block drop-down box */
#nav .level0-wrapper {
  position: absolute;
  left: -10000px;
  background-color: #fff; }

/* Inner wrapper for additional padding */
#nav .level0-wrapper2 {
  padding: 15px; }

#nav .level0-wrapper2:before, #nav .level0-wrapper2:after {
  display: table;
  line-height: 0;
  content: ""; }

#nav .level0-wrapper2:after {
  clear: both; }

/* Home link*/
#nav a.level-top.feature {
  margin: 0; }

/* Icon inside item */
#nav li a.level-top .icon {
  padding: 3px;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent !important; }

#nav li:hover a.level-top .icon {
  padding: 3px; }

/* Single icon as home link */
#nav #homelink-icon {
  margin-left: 12px; }

#nav #homelink-icon a.level-top {
  padding-left: 5px;
  padding-right: 5px;
  background: none !important;
  box-shadow: none !important;
  border: none !important; }

/* Custom menu item */
#nav .fl-custom-tabmenulink > a {
  cursor: default; }

/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */
#nav .fl-custom-tabmenulink {
  position: static; }

/* Static block's content - basic formatting */
#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper {
  padding: 5px 10px 10px 0px;
  overflow: hidden; }

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper p {
  margin: 10px 0;
  color: #999;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: normal; }

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper .heading {
  margin: 10px 0; }

/* Caret */
#nav a.level-top .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 2px;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-style: solid solid none;
  border-width: 4px 4px 0;
  border-color: #333 transparent transparent; }

/* Number of products in category */
/* Sidebar menu */
.vertnav .number {
  margin-left: 3px;
  color: #aaa; }

/* Main menu */
#nav .number {
  display: inline;
  margin-left: 3px; }

#nav ul li .number {
  color: #aaa; }

/* Other */
.nav .itemslider {
  margin-top: 0;
  margin-bottom: 0; }

.nav .itemslider .item {
  padding-bottom: 0; }

/* 1st level */
li.level0 > a > span {
  position: relative; }

li.level0 > a > span > .cat-label {
  position: absolute;
  top: -12px;
  right: 0;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px; }

/* Add pin (only 1st level) */
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out; }

li.level0 > a:hover > span > .pin-bottom:before {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms; }

/* 2nd level */
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
  vertical-align: middle; }

/* 3rd level */
li.level2 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px; }

/* Category labels inside mobile menu / vertical menu */
ul.vertnav li > a > span > .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px; }

/* Hide pin */
ul.vertnav li > a > span > .pin-bottom:before {
  display: none; }

/* Label size: all levels */
ul.vertnav li > a > span > .cat-label {
  font-size: inherit;
  line-height: inherit; }

ul.vertnav-top li > a > span > .cat-label {
  font-size: 14px;
  line-height: 18px; }

/* Category blocks */
.nav-block {
  margin-top: 0;
  margin-bottom: 1%; }

.nav-block-bottom {
  float: left; }

.nav-block-center {
  margin-top: 0px; }

.nav-block-right {
  margin-top: 0px;
  float: right;
  padding: 0px;
  text-align: center; }

.nav-block-right img {
  width: 100%; }

.nav-block-level1-top {
  margin-bottom: 10px; }

.nav-block-level1-bottom {
  margin-top: 10px; }

.nav-block .section-line {
  border-color: #eee; }

/* horizontal + mobile menu trigger */
#nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

ul.level0 {
  padding: 0; }

ul.level1 {
  padding: 0px;
  padding-left: 15px; }

#nav .level0-wrapper, #nav.classic ul {
  background-color: #ffffff;
  color: #333333; }

#nav ul li a:hover {
  color: #aa272f; }

.cat-label-label1 {
  background-color: #D12631;
  color: #ffffff; }

.cat-label-label2 {
  background-color: #d52462;
  color: #ffffff; }

#nav .level0-wrapper, #nav.classic .parent > ul {
  background: #fff;
  border-top: none;
  box-shadow: 0 10px 20px -5px;
  width: 100%;
  padding: 0px; }

#nav .level0-wrapper, #nav.classic ul.level0 {
  top: 75px; }

#nav > li > a {
  color: #fff; }

#nav > li.mega-menu {
  position: static; }

.nav-inner #nav li.mega-menu .level0-wrapper {
  border: 0 none;
  padding: 15px 0px;
  z-index: 10000;
  transform: scale(0) rotate(0deg);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  display: block !important; }

.nav-inner #nav li.mega-menu:hover .level0-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

#nav .level0-wrapper2 .col-1 {
  float: left;
  width: 75%; }

#nav .level0-wrapper2 .col-2 {
  padding: 0;
  float: left;
  width: 25%; }

#nav .level0-wrapper2 .col-3 {
  padding: 5px 0;
  float: left;
  width: 20%; }

#nav .col-1 ul.level0 > li {
  width: 30%; }

.col-2 img:hover {
  opacity: 0.5; }

.col-2 .menu_image {
  display: block; }

.col-2 img {
  width: 100%; }

.col-2 .menu_image1 {
  display: block;
  margin-top: 15px; }

/* 1st level only */
#nav > li:hover > a {
  position: relative;
  z-index: 1; }

/* 2nd level only */
#nav ul.level0 > li {
  display: inline-block;
  float: none;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-top: 0;
  vertical-align: top;
  width: 14.4%; }

#nav ul.level0 > li.last {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 15px;
  margin-right: 0px; }

#nav ul.level0 > li > a {
  color: #79ae3d;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: #ececec double;
  margin-bottom: 10px; }

/* 2nd level+ */
#nav ul li {
  list-style: none;
  padding: 5px 0; }

#nav li ul li ul li a {
  display: inline-block; }

#nav li ul li ul li:last-child {
  border: none; }

/* 3rd level only */
#nav ul.level1 {
  position: static; }

#nav ul.level1 > li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  letter-spacing: normal; }

#nav ul.level1 > li a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 10px; }

/* 4th level */
#nav ul.level2 {
  margin: 7px 0;
  padding: 0;
  position: static; }

#nav ul.level2 a {
  font-size: 0.9166em;
  line-height: 1.2727em;
  opacity: 0.6; }

#nav li.level2:hover ul.level2 a {
  opacity: 1;
  transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out; }

/* 4rd level+ */
#nav ul ul ul li {
  background: none;
  padding-left: 0; }

/* Vertical nav-links */
.nav-links > li, .nav-links > li > a {
  line-height: 3em; }

.nav-links > li > a {
  padding: 0 0.5833em; }

.nav-links > li.label {
  padding-right: 0.5833em; }

/* Basic nav-links, no separators */
.nav-links > li {
  float: left; }

.nav-links > li > a {
  display: block; }

.grid12-5 {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%; }

.grid12-3 {
  display: inline;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 22%;
  text-align: center; }

.grid12-3 img {
  width: 100%;
  border: 8px #333844 solid; }

.grid12-3 .item-title a {
  text-transform: uppercase;
  margin-top: 10px;
  color: #aaa; }

.grid12-4 {
  display: inline;
  float: left;
  margin: 5px 0 0;
  width: 34%; }

.grid12-8 {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1%;
  width: 64%; }

#nav .grid12-8 ul.level0 > li {
  width: 21%; }

.grid13-8 {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1%;
  margin-bottom: 0;
  width: 80.90%; }

.back-link {
  float: left; }

#nav .level0-wrapper .nav-add {
  padding: 5px 0 0 0px;
  overflow: hidden;
  padding-bottom: 15px; }

#nav .level0-wrapper .nav-add .push_item {
  float: left;
  margin-right: 18px;
  width: 23.6%; }

#nav .level0-wrapper .nav-add .push_item img {
  width: 100%; }

#nav .level0-wrapper .nav-add .push_item_last {
  float: left;
  margin-right: 0px;
  width: 23.6%; }

#nav .level0-wrapper .nav-add .push_item .push_img a {
  display: block; }

#nav .level0-wrapper .nav-add .push_item .push_text {
  color: #666;
  font-size: 12px;
  padding: 8px 0;
  text-align: center; }

.fl-custom-tabmenu {
  background: #252932 !important;
  color: #999; }

.fl-custom-tabmenu {
  padding-top: 30px !important; }

.icon-star:before {
  content: "\f0a3"; }

.icon-star {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #aa272f;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center; }

.heart-icon:before {
  content: "\f06b";
  font-family: FontAwesome; }

.heart-icon {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #aa272f;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
  padding-left: 6px; }

.custom-icon:before {
  content: "\f0e9"; }

.custom-icon {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #aa272f;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center; }

.icon-custom-grid:before {
  content: "\f00a"; }

.icon-custom-grid {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #aa272f;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center; }

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper h4.heading {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px; }

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper h4.heading {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  margin-top: 15px; }

#nav li.drop-menu ul {
  position: absolute;
  top: 75px;
  left: 0;
  background: #fff;
  padding: 6px 0;
  border-top: none;
  box-shadow: 0 0 20px -5px;
  width: 165px;
  text-align: left;
  z-index: 1000;
  opacity: 0;
  transform: scale(0) rotate(0deg);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden; }

#nav li.drop-menu:hover ul {
  position: absolute;
  top: 75px;
  background: #fff;
  padding: 6px 0;
  border-top: none;
  box-shadow: 0 0 20px -5px;
  width: 165px;
  text-align: left;
  z-index: 1000;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  visibility: visible; }

#nav > li.drop-menu ul li ul {
  border-top: none;
  opacity: 0;
  z-index: 0; }

#nav li.drop-menu:hover ul li ul {
  opacity: 0; }

#nav li.drop-menu:hover ul li:hover ul {
  opacity: 1; }

#nav > li.drop-menu {
  position: relative; }

#nav > li.drop-menu a {
  margin-right: 3px; }

#nav li.drop-menu ul li {
  position: relative; }

#nav li.drop-menu ul li a {
  color: #333;
  line-height: 30px;
  font-size: 13px;
  padding: 0 12px;
  display: block;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out; }

#nav li.drop-menu ul li:hover > a {
  color: #aa272f;
  padding-left: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

#nav li.drop-menu ul li span.plus {
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 7px;
  background: #535353; }

#nav li.drop-menu ul {
  display: none;
  opacity: 0; }

.sticky {
  position: fixed;
  margin-top: 0px;
  z-index: 500;
  display: block;
  top: 0px;
  height: 51px;
  background: #141414;
  width: 100%; }

/* End Nav */
/* store messages Start */
.service-section {
  background: #fff;
  border-bottom: 1px #e5e5e5 solid; }

.service-section .services {
  padding: 5px 0px 10px 0px; }

.service-section .services span {
  font-size: 13px;
  line-height: 35px;
  transition: color 100ms ease 0s;
  color: #333;
  text-align: center;
  display: inline-block;
  margin: 0px 2px 0px 2px;
  font-weight: normal; }

.service-section .last {
  margin-right: 0px !important;
  border-right: none !important;
  float: right; }

.service-section .services.last span {
  margin: 0px 2px 0px 0px; }

.offer-banner-section {
  overflow: hidden;
  width: 100%; }

.service-section1 {
  background: url("../images/body-bg17.png") repeat scroll left top #f8f8f8;
  margin-top: 15px; }

.service-section1 span {
  color: #666 !important; }

.service-section1 span {
  color: #666 !important; }

/* Promotion banners */
#top {
  margin: 0px auto 0;
  position: relative;
  z-index: 1000;
  margin-top: -50px;
  background: #f5f5f5; }

#top ul {
  width: 100%;
  padding: 0px;
  margin: 0px; }

#top ul li {
  float: left;
  width: 33.333%;
  display: block; }

#top img {
  width: 100%; }

#top img {
  width: 100%; }

#top > div a {
  display: block;
  overflow: hidden; }

#top > div a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

#top > div a:hover img {
  opacity: 0.6; }

#top ul li:nth-child(2) {
  margin-top: -2.7%; }

#top ul li:nth-child(3) {
  margin-top: -5.3%; }

#top ul li:nth-child(4) {
  margin-top: -2.8%;
  clear: both; }

#top ul li:nth-child(5) {
  margin-top: -5.4%; }

#top ul li:nth-child(6) {
  margin-top: -8.1%; }

/* Promotion banners end*/
/* New & Sale Label */
.new-box, .sale-box {
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 55px;
  z-index: 10; }

.new-box {
  left: -1px; }

.sale-box {
  right: -1px; }

.new-top-left {
  left: 0px;
  top: 0;
  background: #fff;
  letter-spacing: 1px; }

.new-top-right {
  background: none repeat scroll 0 0 #FFFFFF;
  right: 0px;
  top: 0; }

.sale-top-right {
  top: 0;
  background: #fff;
  letter-spacing: 1px;
  right: 0px; }

.sale-top-left {
  font-size: 11px;
  color: #fff;
  background: #dd4b39;
  text-transform: uppercase;
  padding: 3px 0 4px;
  text-align: center;
  display: block;
  position: absolute;
  right: -33px;
  top: 9px; }

.ie8 .new-label {
  left: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }

.ie8 .new-label:after {
  display: none; }

.ie8 .new-label:before {
  display: none; }

.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }

.ie8 .sale-label:after {
  display: none; }

.ie8 .sale-label:before {
  display: none; }

.ie8 .new-box {
  top: -1px;
  left: -1px; }

.ie8 .sale-box {
  right: -1px;
  top: -1px; }

.new-box, .sale-box {
  position: fixed;
  text-align: center;
  top: -1px;
  width: 55px;
  z-index: 10; }

.new-box {
  left: 0; }

.sale-box {
  right: 0;
  top: 0px; }

.new-label {
  font-size: 11px;
  color: #fff;
  background: #aa272f;
  text-transform: uppercase;
  padding: 0px;
  text-align: center;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: bold;
  border: 2px #aa272f solid;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 48px; }

.sale-label {
  font-size: 11px;
  color: #fff;
  background: #8acdf1;
  text-transform: uppercase;
  padding: 0px;
  text-align: center;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  border: 2px #8acdf1 solid;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 48px; }

.ie8 .new-label {
  left: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }

.ie8 .new-label:after {
  display: none; }

.ie8 .new-label:before {
  display: none; }

.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }

.ie8 .sale-label:after {
  display: none; }

.ie8 .sale-label:before {
  display: none; }

.ie8 .new-box {
  top: -1px;
  left: -1px; }

.ie8 .sale-box {
  right: -1px;
  top: -1px; }

.product-view #product-img-box .new-box, .product-view #product-img-box .sale-box {
  position: absolute;
  text-align: center;
  top: -1px;
  width: 55px;
  z-index: 10; }

.product-view #product-img-box .new-box {
  left: 160px; }

.product-view #product-img-box .sale-box {
  right: -5px;
  top: 0px; }

.product-view #product-img-box .new-label.new-top-left {
  font-size: 14px;
  color: #000;
  background: #41bea6;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal; }

.product-view #product-img-box .new-label.new-top-right {
  font-size: 14px;
  color: #000;
  background: #41bea6;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal; }

.product-view #product-img-box .sale-label.sale-top-left {
  font-size: 14px;
  color: #fff;
  background: #dd4b39;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal; }

.product-view #product-img-box .sale-label.sale-top-right {
  font-size: 14px;
  color: #fff;
  background: #dd4b39;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal; }

/*  Main Col */
.products-grid-home {
  margin: 0;
  list-style: none;
  padding: 0; }

.products-grid-home .item.first {
  margin-left: 0; }

.products-grid-home .item {
  float: left;
  background: #FFF;
  margin-top: 20px; }

.products-grid-home .item.show-addtocart {
  margin-top: 37px; }

.products-grid-home .item .item-inner {
  position: relative; }

.products-grid-home .item .item-inner .actions {
  display: inline-block; }

.products-grid-home .item .item-inner .item-img {
  position: relative;
  border: 1px #eaeaea solid; }

.products-grid-home .item .item-inner .item-img .ico-product {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #de44c3;
  padding: 4px 20px 8px;
  color: #FFF;
  font-size: 150%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px; }

.products-grid-home .item .item-inner .item-img .ico-product strong {
  font-weight: 600; }

.products-grid-home .item .item-inner .item-img .ico-product.ico-sale {
  background: #7ebf38;
  right: 10px;
  left: auto; }

.products-grid-home .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden; }

.products-grid-home .item .item-inner .item-img .item-img-info a.product-image {
  display: inline-block;
  width: 100%; }

.products-grid-home .item .item-inner .item-img .item-img-info a.product-image img {
  width: 100%; }

.products-grid-home .item .item-inner .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2); }

.products-grid-home .item .item-inner .item-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.products-grid-home .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #ccc; }

.products-grid-home .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline; }

.products-grid-home .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -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;
  position: absolute;
  width: 100%;
  top: 35%;
  opacity: 0; }

.products-grid-home .item .item-inner .item-img .item-box-hover .product-detail-bnt {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 7px; }

.products-grid-home .item .item-inner .item-img .item-box-hover .product-detail-bnt a {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  background: none; }

.products-grid-home .item .item-inner .item-img .item-box-hover .product-detail-bnt a:hover {
  background-color: #aa272f;
  cursor: pointer;
  bottom: 10%; }

.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button {
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #fff;
  background: none; }

.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button:hover {
  background: #aa272f; }

.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button span {
  background: none;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 7px; }

.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt a.button.detail-bnt:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px; }

.products-grid-home .item .item-inner .item-info {
  text-align: center; }

.products-grid-home .item .item-inner .item-info .info-inner {
  border: 0px solid #fff;
  border-top: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating, .products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings {
  margin: 0 0; }

.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, .products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
  float: none;
  margin: 0 0; }

.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, .products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
  display: none; }

.products-grid-home .item .item-inner .item-info .info-inner .item-title {
  margin-bottom: 7px;
  padding-top: 20px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.5px; }

.products-grid-home .item .item-inner .item-info .info-inner .item-title a {
  text-decoration: none;
  text-transform: uppercase; }

.products-grid-home .item .item-inner .item-info .info-inner .item-title a:hover {
  color: #aa272f; }

.products-grid-home .item:hover .item-inner .item-img .item-img-info {
  border-color: #ccc; }

.products-grid-home .item:hover .item-inner .item-img .item-img-info a.product-image:before {
  left: 0px;
  top: 0px;
  margin: 0 0;
  background: #000;
  opacity: 0.6;
  cursor: pointer; }

.products-grid-home .item:hover .item-inner .item-img .item-box-hover {
  visibility: visible;
  opacity: 1;
  left: 0px;
  bottom: 0px; }

.products-grid-home .item:hover .item-inner .item-info .info-inner {
  border-color: #fff;
  background: #fff;
  opacity: 0.8; }

.products-grid-home .item:hover .item-inner .item-info .info-inner .item-title a {
  color: #aa272f; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home {
  padding-bottom: 0px; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home .item {
  margin-bottom: 20px;
  margin-top: 15px; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home .item.last {
  margin-top: 15px;
  border-right: 0px solid #D9D9D9;
  padding-right: 0; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home .item.show-addtocart {
  margin-top: 15px;
  border-right: 1px solid #D9D9D9; }

.main-col .pdt-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 40px; }

.main-col .producttabs {
  margin-top: 40px; }

.main-col .thm-mart-pdt-nav {
  display: block;
  text-align: left;
  height: 40px; }

.main-col .pdt-nav > li {
  font-size: 14px;
  -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;
  height: 39px;
  padding: 0;
  display: inline-block;
  background: #fff;
  color: #777;
  margin: 0;
  float: none;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0px 20px;
  cursor: pointer; }

.main-col .pdt-nav > li span {
  padding: 0 0;
  display: inline-block; }

.main-col .thm-mart-pdt-nav .pdt-nav > li.tab-nav-actived, .main-col .thm-mart-pdt-nav .pdt-nav > li:hover {
  text-decoration: none;
  color: #222;
  border-bottom: 3px #333 solid; }

.main-col .tab-content-actived {
  display: inline-block; }

.home-tabs {
  padding-bottom: 30px; }

.producttabs {
  margin-top: 10px; }

.thm-mart-producttabs .thm-mart-pdt-container {
  text-align: center; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav {
  display: block;
  text-align: left;
  height: 40px; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li {
  font-size: 16px;
  -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;
  height: 50px;
  padding: 0;
  display: inline-block;
  color: #333;
  margin: 0;
  float: none;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 50px;
  padding: 0px 0px;
  border: 1px solid #666;
  width: 215px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #aa272f; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li span {
  padding: 0 0;
  display: inline-block; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li.tab-nav-actived, .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li:hover {
  color: #fff;
  border: 1px solid #e0403d;
  background: #aa272f;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -webkit-box-shadow: inset 0 -34px 0 0 #222;
  box-shadow: inset 0 -60px 0 0 #aa272f; }

.thm-mart-producttabs .thm-mart-pdt-container .pre-text {
  margin: 15px 0 0;
  display: inline-block;
  width: 70%;
  text-align: center;
  color: #666666; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content {
  border-right: 0px #D9D9D9 solid;
  margin-top: 30px; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content {
  margin: 0 0; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-tabs {
  padding-bottom: 0px; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-tabs .item {
  margin-bottom: 25px;
  margin-top: 15px;
  border: 2px solid #ddd;
  padding-right: 20px;
  padding: 20px; }

.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-tabs .item.last {
  margin-bottom: 25px;
  margin-top: 15px;
  border-right: 0px solid #D9D9D9;
  padding-right: 0; }

.thm-mart-producttabs .pre-text {
  margin: 0 0 15px 0; }

.thm-mart-producttabs .post-text {
  margin: 10px 0 0; }

.thm-mart-producttabs a:hover {
  text-decoration: none; }

.thm-mart-producttabs .thm-mart-pdt-container {
  padding: 0; }

.thm-mart-producttabs .thm-mart-pdt-container .pdt-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 40px; }

.thm-mart-producttabs .thm-mart-pdt-container .pdt-nav > li {
  float: left;
  font-size: 16px;
  line-height: 100%;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  cursor: pointer; }

.thm-mart-producttabs .thm-mart-pdt-content {
  margin: 0;
  padding: 0; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  display: none; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-list {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }

.thm-mart-producttabs .thm-mart-pdt-content .tab-content-actived {
  display: inline-block; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .item.first {
  margin-left: 0px; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .item {
  margin-bottom: 10px;
  margin-top: 0;
  list-style: none; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .item-animate {
  opacity: 0;
  position: relative; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .play .item-animate {
  opacity: 1.0; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .play .item-animate {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .slideBottom.play .item-animate {
  -webkit-animation: slideBottom 600ms ease both;
  -moz-animation: slideBottom 600ms ease both;
  -o-animation: slideBottom 600ms ease both;
  animation: slideBottom 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .slideLeft.play .item-animate {
  -webkit-animation: slideLeft 600ms ease both;
  -moz-animation: slideLeft 600ms ease both;
  -o-animation: slideLeft 600ms ease both;
  animation: slideLeft 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .slideRight.play .item-animate {
  -webkit-animation: slideRight 600ms ease both;
  -moz-animation: slideRight 600ms ease both;
  -o-animation: slideRight 600ms ease both;
  animation: slideRight 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .bounceIn.play .item-animate {
  -webkit-animation: bounceIn 600ms ease both;
  -moz-animation: bounceIn 600ms ease both;
  -o-animation: bounceIn 600ms ease both;
  animation: bounceIn 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .bounceInRight.play .item-animate {
  -webkit-animation: bounceInRight 600ms ease both;
  -moz-animation: bounceInRight 600ms ease both;
  -o-animation: bounceInRight 600ms ease both;
  animation: bounceInRight 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .zoomIn.play .item-animate {
  -webkit-animation: zoomIn 600ms ease both;
  -moz-animation: zoomIn 600ms ease both;
  -o-animation: zoomIn 600ms ease both;
  animation: zoomIn 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .zoomOut.play .item-animate {
  -webkit-animation: zoomOut 600ms ease both;
  -moz-animation: zoomOut 600ms ease both;
  -o-animation: zoomOut 600ms ease both;
  animation: zoomOut 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageRight.play .item-animate {
  -webkit-animation: pageRight 600ms ease both;
  -moz-animation: pageRight 600ms ease both;
  -o-animation: pageRight 600ms ease both;
  animation: pageRight 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageLeft.play .item-animate {
  -webkit-animation: pageLeft 600ms ease both;
  -moz-animation: pageLeft 600ms ease both;
  -o-animation: pageLeft 600ms ease both;
  animation: pageLeft 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageTop.play .item-animate {
  -webkit-animation: pageTop 600ms ease both;
  -moz-animation: pageTop 600ms ease both;
  -o-animation: pageTop 600ms ease both;
  animation: pageTop 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageBottom.play .item-animate {
  -webkit-animation: pageBottom 600ms ease both;
  -moz-animation: pageBottom 600ms ease both;
  -o-animation: pageBottom 600ms ease both;
  animation: pageBottom 600ms ease both; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .starwars.play .item-animate {
  -webkit-animation: starwars 600ms ease-out both;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: starwars 600ms ease-out both;
  -moz-transform-origin: 50% 50%;
  -o-animation: starwars 600ms ease-out both;
  -o-transform-origin: 50% 50%;
  animation: starwars 600ms ease-out both;
  transform-origin: 50% 50%; }

.thm-mart-producttabs .pdt-content .content-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  min-height: 400px;
  display: block;
  z-index: 0; }

.thm-mart-producttabs .thm-mart-pdt-content .pdt-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  width: 100%; }

.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore {
  padding: 6px 20px;
  display: inline-block;
  background: #777;
  color: #FFF;
  cursor: pointer;
  position: relative; }

.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading {
  padding: 6px 20px 6px 50px; }

.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore:hover {
  background: #222; }

.thm-mart-producttabs .pdt-content .pdt-loadmore .ico-loading {
  width: 24px;
  height: 24px;
  display: none;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  left: 20px; }

.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading .load-number {
  display: none; }

.thm-mart-producttabs .pdt-content.is-loading .pdt-loadmore {
  display: none; }

.thm-mart-producttabs .pdt-content .pdt-loadmore .load-number:before {
  content: "(" attr(data-more); }

.thm-mart-producttabs .pdt-content .pdt-loadmore .load-number:after {
  content: attr(data-total) ")"; }

.thm-mart-producttabs .pdt-list .wide-first {
  margin-left: 0px; }

.pdt-list .item {
  margin-left: 2.4%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pdt-list .item.last {
  margin-left: 2.4%; }

.thm-mart-producttabs .wide-6 .item {
  width: 14.529914529915%; }

.thm-mart-producttabs .wide-5 .item {
  width: 23.2%; }

.thm-mart-producttabs .wide-4 .item {
  width: 23.076923076923%; }

.thm-mart-producttabs .wide-3 .item {
  width: 23.4%; }

.thm-mart-producttabs .wide-2 .item {
  width: 48.717948717949%; }

.thm-mart-producttabs .wide-1 .item {
  width: 100%; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: 0; } }

@-moz-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: 0; } }

@-o-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px; }
  100% {
    opacity: 1;
    left: 0; } }

@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px; }
  100% {
    opacity: 1;
    left: 0; } }

@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px; }
  100% {
    opacity: 1;
    left: 0; } }

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px; }
  100% {
    opacity: 1;
    left: 0; } }

@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px; }
  100% {
    opacity: 1;
    left: 0; } }

@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px; }
  100% {
    opacity: 1;
    left: 0; } }

@-webkit-keyframes pageLeft {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg); } }

@-moz-keyframes pageLeft {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(-90deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg); } }

@-o-keyframes pageLeft {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(-90deg); }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg); } }

@keyframes pageLeft {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(-90deg); }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg); } }

@-webkit-keyframes pageRight {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg); } }

@-moz-keyframes pageRight {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(90deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg); } }

@-o-keyframes pageRight {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(90deg); }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg); } }

@keyframes pageRight {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg); } }

@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes pageTopBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes pageTopBack {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes pageTopBack {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes pageTopBack {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes pageBottom {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes pageBottom {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes pageBottom {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes pageBottom {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg); } }

@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg); }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg); } }

@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg); }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg); } }

@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg); }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg); } }

/* products page */
.thm-mart-producttabs ul.pdt-list li.item a.thumb {
  position: relative;
  display: block;
  cursor: pointer; }

.thm-mart-producttabs ul.pdt-list li.item a.thumb:hover {
  border-color: #999; }

ul.pdt-list li.item a img.image-hover {
  display: none;
  margin: 0; }

.thm-mart-producttabs ul.pdt-list li.item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden; }

.thm-mart-producttabs ul.pdt-list li.item a.thumb span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0a0a0a;
  padding: 8px 0 6px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.thm-mart-producttabs ul.pdt-list li.item a.thumb span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url("../images/quick-view.png") no-repeat center;
  padding-right: 12px; }

/* === FLIP 3D === */
.thm-mart-producttabs ul.pdt-list li.item .product-wrapper {
  position: relative;
  margin-top: 20px; }

.thm-mart-producttabs ul.pdt-list li.item a.thumb.flip {
  transform-style: preserve-3d;
  transition: transform 0.5s linear; }

.thm-mart-producttabs ul.pdt-list li.item .product-wrapper .thumb-wrapper a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0; }

.thm-mart-producttabs ul.pdt-list li.item .product-wrapper .thumb-wrapper:hover a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0.8; }

.col-item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0; }

.col-item:hover a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0.8; }

/* View Type: Grid */
.products-grid {
  margin: 0;
  list-style: none; }

.products-grid .link-wishlist:before {
  content: "\f004"; }

.products-grid .link-compare:before {
  content: "\f012"; }

.products-grid .link-wishlist {
  color: #252932;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  margin-right: 7px;
  background: #fff;
  border-radius: 50px; }

.products-grid .box-inner .actions .link-wishlist span, .products-grid .box-inner .actions .add-to-links a.link-compare span {
  display: none; }

.products-grid .link-compare {
  color: #252932;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  background: #fff;
  border-radius: 50px; }

.products-grid .item .item-inner {
  position: relative; }

.products-grid .item .item-inner .actions {
  display: inline-block; }

.products-grid .item .item-inner .item-img {
  position: relative;
  border: 1px #eaeaea solid; }

.products-grid .item .item-inner .item-img .ico-product {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #de44c3;
  padding: 4px 20px 8px;
  color: #FFF;
  font-size: 150%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px; }

.products-grid .item .item-inner .item-img .ico-product strong {
  font-weight: 600; }

.products-grid .item .item-inner .item-img .ico-product.ico-sale {
  background: #7ebf38;
  right: 10px;
  left: auto; }

.products-grid .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden; }

.products-grid .item .item-inner .item-img .item-img-info a.product-image {
  display: block;
  width: 100%; }

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
  width: 100%; }

.products-grid .item .item-inner .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2); }

.products-grid .item .item-inner .item-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.products-grid .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #ccc; }

.products-grid .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline; }

.products-grid .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -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;
  position: absolute;
  width: 100%;
  top: 35%;
  opacity: 0; }

.products-grid .item .item-inner .item-img .item-box-hover .product-detail-bnt {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 7px; }

.item .item-inner .item-img .item-box-hover .product-detail-bnt a {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  background: none; }

.item .item-inner .item-img .item-box-hover .product-detail-bnt a:hover {
  background-color: #aa272f;
  cursor: pointer;
  bottom: 10%; }

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button {
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #fff;
  background: none; }

/*  End  */
/* Rating */
.no-rating {
  margin: 0; }

.no-rating a {
  color: #000; }

.ratings {
  font-size: 11px;
  line-height: normal;
  margin: 2px 0; }

.ratings strong {
  float: left;
  margin: 1px 3px 0 0; }

.ratings .rating-links {
  margin: 0;
  display: none; }

.ratings .rating-links a {
  margin: 0;
  text-decoration: none;
  color: #999;
  font-size: 12px; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  width: 60px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden; }

.rating-box .rating {
  float: left;
  height: 9px;
  background: url(../images/bkg_rating.png) 0 100% repeat-x; }

.ratings .rating-box {
  margin-right: 8px;
  display: inline-block; }

.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0; }

.ratings-table th {
  font-weight: normal;
  padding-right: 8px; }

/* Price */
.price {
  font-size: 15px;
  color: #333;
  white-space: nowrap !important; }

.price-box {
  margin: 0;
  padding: 5px 0px;
  padding-top: 0px; }

/* Regular price */
.regular-price {
  display: inline; }

.regular-price .price {
  font-weight: bold;
  font-size: 14px;
  color: #000; }

.discounted-price {
  display: inline;
  font-weight: bold;
  font-size: 13px;
  color: #aa272f;
  text-decoration: line-through; }

.hcpPrice {
  display: inline;
  font-weight: bold;
  font-size: 13px;
  color: #aa272f;
  text-decoration: line-through; }

.discountPrice {
  display: inline;
  font-weight: bold;
  font-size: 15px;
  color: #aa272f; }

.block .regular-price, .block .regular-price .price {
  color: #000; }

.price-box .price-from .price {
  font-weight: bold;
  font-size: 13px;
  color: #333; }

.price-box .price-to .price {
  font-weight: bold;
  font-size: 13px;
  color: #333; }

.price-box .minimal-price .price {
  font-weight: bold;
  font-size: 13px;
  color: #333; }

/* Old price */
.old-price .price-label {
  white-space: nowrap;
  color: #999;
  display: none; }

.old-price {
  display: inline;
  margin-right: 5px; }

/* Old price */
.old-price .price-label {
  color: #777777;
  display: none;
  white-space: nowrap; }

.old-price .price {
  color: #999 !important;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
  margin-right: 6px; }

.latest-product .old-price .price-label {
  display: none; }

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0;
  display: inline; }

.special-price .price-label {
  color: #666;
  display: none;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap; }

.special-price .price {
  font-size: 14px;
  color: #000;
  font-weight: bold; }

.special-price .price-label {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  color: #666;
  display: none; }

.latest-product .special-price .price-label {
  display: none; }

/* Minimal price (as low as) */
.minimal-price {
  margin: 0; }

.minimal-price .price-label {
  white-space: nowrap; }

.minimal-price-link {
  display: inline; }

.products-grid .actions button.button.btn-cart {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 8px 0 8px;
  padding: 9px 10px 9px 10px;
  color: #333;
  line-height: 14px; }

.products-grid .item:hover .actions button.button.btn-cart {
  background: #333;
  border: 1px solid #333;
  margin: 0 3px 0 3px;
  padding: 9px 10px 9px 10px;
  color: #FFFFFF; }

.products-grid .actions button.button.btn-cart span {
  font-size: 11px;
  padding: 0 8px;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase; }

/* Special price */
/*  Product Slider1 Start =*/
.carousel-inner {
  margin-top: 20px; }

.best-seller-pro {
  position: relative;
  margin-bottom: 15px; }

.featured-pro {
  padding: 0px 25px;
  position: relative;
  z-index: 1000;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 50px; }

.top-cate {
  padding: 0px;
  width: 100%;
  position: relative;
  margin-top: 45px; }

.top-cate .new_title {
  text-align: left;
  margin-left: -20px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid; }

.top-cate .new_title .title-img {
  background: #aa272f;
  width: 100px;
  height: 50px;
  border-radius: 0px 0px 50px 50px;
  color: #fff;
  margin-top: 0px;
  line-height: normal; }

.top-cate .new_title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #aa272f;
  margin-top: 0px;
  min-width: 250px; }

.top-cate .new_title h2:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #d95451 #d95451 transparent transparent; }

.top-cate .new_title span {
  display: block;
  color: #333;
  margin-bottom: 35px;
  font-size: 14px; }

.offer-slider {
  display: block;
  text-align: center;
  margin: 0px auto 30px; }

.featured-pro .product-block {
  text-align: center; }

.featured-pro .pro-img {
  overflow: hidden;
  position: relative;
  z-index: 1000; }

.featured-pro .pro-img img {
  position: relative;
  border-radius: 150px;
  width: 120px;
  height: 120px;
  border: 5px #ddd solid;
  margin-top: 20px; }

.featured-pro .pro-img img:hover {
  transform: rotate(-360deg);
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-360deg);
  -webkit-transition: all 0.5s ease 0s;
  cursor: pointer; }

.featured-pro .pro-img .pro-info {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  margin: auto;
  padding: 6px 0px 0px 0px;
  text-transform: uppercase;
  /* margin: 0px 20px; */
  width: 100%; }

.offer-slider li {
  position: relative; }

.offer-slider p {
  color: #777;
  padding: 0;
  font-size: 14px;
  font-weight: normal; }

.offer-slider a.shop-now {
  padding: 7px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin-left: 10px;
  border-radius: 25px;
  letter-spacing: 1px;
  display: inline-block;
  background: #ffc000; }

.offer-slider a.shop-now:after {
  content: '\f0da';
  font-family: FontAwesome;
  display: inline-block !important;
  margin-left: 15px;
  color: #fff;
  font-size: 16px; }

.offer-slider a.shop-now:hover {
  color: #fff;
  background-color: #aa272f; }

#featured-slider .link-wishlist, #featured-slider .link-compare {
  display: none !important; }

#featured-slider .products-grid .item .item-inner .item-info .info-inner .item-title a {
  font-size: 13px; }

#featured-slider .price-box {
  border: none;
  margin: 0px;
  padding-bottom: 2px; }

#featured-slider .regular-price .price {
  font-size: 12px; }

#featured-slider .special-price .price {
  font-size: 12px; }

#featured-slider .products-grid .actions button.button.btn-cart {
  padding: 3px 8px;
  border: 1px #eaeaea solid; }

#featured-slider .products-grid .actions button.button.btn-cart span {
  font-size: 10px; }

#featured-slider .products-grid .actions .link-wishlist {
  padding: 8px 10px;
  font-size: 12px;
  display: none; }

#featured-slider .products-grid .item:hover .actions .link-wishlist {
  padding: 8px 10px;
  font-size: 12px;
  display: inline-block; }

#featured-slider .products-grid .actions .link-compare {
  padding: 8px 10px;
  font-size: 12px;
  display: none; }

#featured-slider .products-grid .item:hover .actions .link-compare {
  padding: 8px 10px;
  font-size: 12px;
  display: inline-block; }

.glyphicon-chevron-right:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 18px;
  padding: 6px 6px 6px 6px;
  line-height: 30px; }

.glyphicon-chevron-left:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 18px;
  padding: 6px 4px;
  line-height: 30px; }

.col-item {
  position: relative;
  background: #FFF; }

.col-item .photo img {
  margin: 0 auto;
  width: 100%; }

.col-item .info {
  margin-top: 1px;
  text-align: center; }

.col-item:hover .info {
  background-color: #fff; }

.clear-left {
  clear: left; }

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center; }

.col-item .separator p i {
  margin-right: 5px; }

.col-item .btn-add {
  width: 50%;
  float: left; }

.col-item .btn-add {
  border-right: 1px solid #E1E1E1; }

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px; }

[data-slide="prev"] {
  margin-right: 10px; }

.col-item .actions-links {
  height: 50px;
  background: #222;
  position: absolute;
  top: 55%;
  width: 100%;
  opacity: 0;
  z-index: 1000;
  overflow: hidden; }

.col-item:hover .actions-links {
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 58.4%;
  width: 100%;
  opacity: 8;
  z-index: 10000; }

.col-item .actions-links .add-to-links a.thm-mart-btn-quickview {
  left: 120%;
  opacity: 0;
  position: absolute;
  margin-top: 4px;
  z-index: 10;
  cursor: pointer; }

.col-item:hover .actions-links .add-to-links a.thm-mart-btn-quickview {
  left: 26%;
  opacity: 8;
  position: absolute;
  margin-top: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  text-align: center; }

.col-item .actions-links .add-to-links a.thm-mart-btn-quickview:before {
  content: "\f002"; }

.col-item .actions-links .add-to-links a.thm-mart-btn-quickview {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 5px 5px;
  line-height: 25px;
  width: 30px; }

.col-item .actions-links .add-to-links a.thm-mart-btn-quickview:hover {
  background: #aa272f; }

.col-item .actions-links .add-to-links a.link-wishlist:before {
  content: "\f004"; }

.col-item .actions-links .add-to-links a.link-compare:before {
  content: "\f012"; }

.col-item .actions-links .add-to-links a.link-wishlist {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 5px 5px;
  line-height: 25px !important;
  width: 30px; }

.col-item .actions-links .add-to-links a.link-wishlist:hover {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 5px 5px;
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  background: #aa272f;
  width: 30px; }

.col-item .actions-links .add-to-links a.link-compare {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 5px 5px;
  line-height: 25px !important;
  width: 30px; }

.col-item .actions-links .add-to-links a.link-compare:hover {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 5px 5px;
  text-decoration: none;
  color: #fff !important;
  line-height: 25px !important;
  background: #aa272f;
  width: 30px; }

.col-item .add-to-links a span {
  display: none; }

.col-item .actions-links .add-to-links a.link-wishlist {
  right: 120%;
  opacity: 0;
  position: absolute;
  margin-top: 4px;
  z-index: 10; }

.col-item:hover .actions-links .add-to-links a.link-wishlist {
  right: 44%;
  opacity: 8;
  position: absolute;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-bottom: none;
  width: 40px;
  text-align: center; }

.col-item .actions-links .add-to-links a.link-compare {
  right: 120%;
  opacity: 0;
  position: absolute;
  margin-top: 4px;
  z-index: 10; }

.col-item:hover .actions-links .add-to-links a.link-compare {
  right: 29%;
  opacity: 8;
  position: absolute;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-bottom: none;
  border-left: none;
  width: 40px;
  text-align: center; }

.col-item .info .info-inner .item-title {
  margin-bottom: 5px;
  padding-top: 16px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden; }

.col-item .info .info-inner .item-title a {
  text-decoration: none;
  font-size: 14px;
  color: #000; }

.col-item .info .info-inner .item-title a:hover {
  color: #aa272f; }

/*.actions button.button.btn-cart {
background: #fff;
border: 1px solid #ddd;
margin: 10px 8px 0 8px;
padding: 9px 10px 9px 10px;
color: #333;
line-height: 14px;
transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.actions button.button.btn-cart:hover {
background: #333;
color: #fff;
}*/
.products-list .desc .link-learn {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  color: #282828; }

.products-list .ratings .rating-links {
  margin: 0;
  display: inline-block; }

.category-image img {
  width: 100%; }

/*.actions button.button.btn-cart span {
font-family:  'Open Sans', sans-serif;;
font-size: 11px;
padding: 0 8px;
font-weight: bold;
margin-left: 0;
text-transform: uppercase
}*/
.promo-banner-section {
  margin: 5px auto 25px; }

.small-pr-slider span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden; }

.small-pr-slider span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0a0a0a;
  padding: 8px 0 6px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.small-pr-slider span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url("../images/quick-view.png") no-repeat center;
  padding-right: 12px; }

.small-pr-slider .controls .prev {
  top: 10px;
  right: 50px; }

.small-pr-slider .controls .next {
  top: 10px;
  right: 15px; }

.small-pr-slider .col-item .actions-links {
  height: 32px;
  top: 52%; }

.small-pr-slider .col-item:hover .actions-links {
  height: 30px;
  top: 45.8%; }

/*Best Products Slider */
.cate-banner-img {
  position: absolute;
  z-index: 100;
  margin-top: -9px;
  margin-left: -9px; }

#best-seller .owl-item .item {
  margin-left: 14px;
  margin-right: 14px; }

.best-pro {
  padding: 0px 10px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 42px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px; }

.best-pro .new_title {
  text-align: left;
  margin-left: -20px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px; }

.best-pro .new_title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #aa272f;
  margin-top: 0px;
  min-width: 250px; }

.best-pro .new_title h2:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #6a9c32 #6a9c32 transparent transparent; }

#best-seller .owl-item .item.first {
  margin-left: 0; }

#best-seller .owl-item .item {
  float: left;
  background: #FFF;
  margin-top: 20px; }

#best-seller .owl-item .item.show-addtocart {
  margin-top: 37px; }

#best-seller .owl-item .item .item-inner {
  position: relative; }

#best-seller .owl-item .item .item-inner .actions {
  display: inline-block; }

#best-seller .owl-item .item .item-inner .item-img {
  position: relative;
  border: 1px #eaeaea solid; }

#best-seller .owl-item .item .item-inner .item-img .ico-product {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #de44c3;
  padding: 4px 20px 8px;
  color: #FFF;
  font-size: 150%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px; }

#best-seller .owl-item .item .item-inner .item-img .ico-product strong {
  font-weight: 600; }

#best-seller .owl-item .item .item-inner .item-img .ico-product.ico-sale {
  background: #7ebf38;
  right: 10px;
  left: auto; }

#best-seller .owl-item .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden; }

#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image {
  display: block;
  width: 100%; }

#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image img {
  width: 100%; }

#best-seller .owl-item .item .item-inner .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2); }

#best-seller .owl-item .item .item-inner .item-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #ccc; }

#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline; }

#best-seller .owl-item .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -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;
  position: absolute;
  width: 100%;
  top: 35%;
  opacity: 0; }

#best-seller .owl-item .item .item-inner .item-img .item-box-hover .product-detail-bnt {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 7px; }

.item .item-inner .item-img .item-box-hover .product-detail-bnt a {
  color: #252932;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  background: #fff;
  border-radius: 50px; }

.item .item-inner .item-img .item-box-hover .product-detail-bnt a:hover {
  background-color: #252932;
  cursor: pointer;
  bottom: 10%;
  color: #fff;
  border-color: #252932; }

.item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button {
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  color: #252932;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50px; }

#best-seller .owl-item .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button:hover {
  background: #aa272f; }

#best-seller .owl-item .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button span {
  background: none;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

#best-seller .owl-item .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 7px; }

#best-seller .owl-item .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt a.button.detail-bnt:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px; }

#best-seller .owl-item .item .item-inner .item-info {
  text-align: center; }

#best-seller .owl-item .item .item-inner .item-info .info-inner {
  border: 0px solid #fff;
  border-top: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#best-seller .owl-item .item .item-inner .item-info .info-inner .item-content .no-rating, #best-seller-slider .owl-item .item .item-inner .item-info .info-inner .item-content .ratings {
  margin: 0 0; }

#best-seller .owl-item .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, #best-seller-slider .owl-item .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
  float: none;
  margin: 0 0; }

#best-seller .owl-item .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, #best-seller-slider .owl-item .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
  display: none; }

#best-seller .owl-item .item .item-inner .item-info .info-inner .item-title {
  margin-bottom: 7px;
  padding-top: 20px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.5px; }

#best-seller .owl-item .item .item-inner .item-info .info-inner .item-title a {
  text-decoration: none;
  text-transform: uppercase; }

#best-seller .owl-item .item .item-inner .item-info .info-inner .item-title a:hover {
  color: #aa272f; }

#best-seller .owl-item .item:hover .item-inner .item-img .item-img-info {
  border-color: #ccc; }

#best-seller .owl-item .item:hover .item-inner .item-img .item-img-info a.product-image:before {
  left: 0px;
  top: 0px;
  margin: 0 0;
  background: #000;
  opacity: 0.6;
  cursor: pointer; }

#best-seller .owl-item .item:hover .item-inner .item-img .item-box-hover {
  visibility: visible;
  opacity: 1;
  left: 0px;
  bottom: 0px; }

#best-seller .owl-item .item:hover .item-inner .item-info .info-inner {
  border-color: #fff;
  background: #fff;
  opacity: 0.8; }

#best-seller .owl-item .item:hover .item-inner .item-info .info-inner .item-title a {
  color: #aa272f; }

.add_cart {
  margin-top: 15px; }

.btn-cart {
  padding: 0px !important;
  border: 2px #aa272f solid !important; }

.btn-cart:before {
  content: '\f07a';
  font-family: FontAwesome;
  background: #aa272f;
  color: #fff;
  font-size: 16px;
  padding: 6px 15px;
  display: inline-block; }

.btn-cart span {
  display: inline-block;
  padding: 0px 15px; }

#best-seller-slider .owl-item .item:hover .btn-cart {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #aa272f;
  border: 2px solid #e0403d;
  color: #fff; }

/* products page */
.col-item {
  text-align: center;
  margin-bottom: 30px;
  width: 100%; }

.col-item a.thumb {
  position: relative;
  display: block;
  cursor: pointer; }

.col-item a.thumb:hover {
  border-color: #999; }

.col-item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden; }

.col-item a.thumb span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0a0a0a;
  padding: 10px 0 5px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col-item a.thumb span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url("../images/quick-view.png") no-repeat center;
  padding-right: 18px; }

/* === FLIP 3D === */
.col-item .product-wrapper {
  position: relative;
  margin-top: 20px; }

.col-item a.thumb.flip {
  transform-style: preserve-3d;
  transition: transform 0.5s linear; }

.col-item .thumb-wrapper:hover a.thumb.flip {
  transform: rotateY(180deg); }

.col-item .product-wrapper a.thumb.flip .face {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  z-index: 1; }

.col-item .product-wrapper a.thumb.flip .face img {
  width: 100%; }

.col-item .product-wrapper a.thumb.flip .face.back {
  display: block;
  transform: rotateY(180deg);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  z-index: 10; }

.col-item .product-wrapper a.thumb.flip .face.back img {
  width: 100%; }

.col-item .actions .add-to-links a.link-wishlist {
  right: -142px;
  opacity: 0;
  position: absolute;
  margin-top: -35px;
  z-index: 100; }

.col-item:hover .actions .add-to-links a.link-wishlist {
  right: 36px;
  opacity: 1;
  position: absolute;
  margin-top: -35px;
  z-index: 100; }

.col-item .actions .add-to-links a.link-compare {
  right: -106px;
  opacity: 0;
  position: absolute;
  z-index: 100;
  margin-top: -35px; }

.col-item:hover .actions .add-to-links a.link-compare {
  right: 5px;
  opacity: 1;
  z-index: 100;
  position: absolute;
  margin-top: -35px; }

.col-item .actions .add-to-links a.link-wishlist:before {
  content: "\f004"; }

.col-item .actions .add-to-links a.link-compare:before {
  content: "\f012"; }

.col-item .actions a.link-wishlist, .col-item .actions a.link-compare {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 6px 8px;
  line-height: 17px;
  background-color: #333; }

.col-item .actions .add-to-links a.link-wishlist:hover, .col-item .actions .add-to-links a.link-compare:hover {
  color: #fff;
  background-color: #000; }

.col-item .item-title {
  margin-bottom: 5px;
  padding-top: 16px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.col-item .item-title a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-size: 13px; }

/* products page */
.recommend {
  margin: 20px auto;
  position: relative; }

.recommend .controls .next {
  right: 0; }

.recommend .controls .prev {
  right: 36px; }

.new_title.center {
  padding: 0 0 0px 0;
  text-align: center;
  margin: 0px; }

.new_title {
  color: #000000;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: none; }

.cross-sell-pro .new_title h2 {
  padding: 8px 20px 8px 0px; }

.cross-sell-pro {
  margin-top: 25px; }

/*  Product Slider1End  =*/
/* blog-post */
.blog-wrapper {
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px; }

.blog-wrapper header {
  z-index: auto; }

.blog-wrapper .entry-date {
  background: #fff;
  color: #aa272f;
  padding: 10px 15px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 18px;
  border: #ececec double; }

.blog-wrapper .entry-content {
  padding-top: 0px; }

.blog-index .col-main {
  padding-right: 0px; }

.blog-side {
  padding-right: 15px !important; }

.blog-side h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 12px 25px 10px 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #aa272f;
  margin-top: 0px;
  margin-left: -10px; }

.blog-side .widget-content {
  padding: 20px;
  font-size: 13px; }

.blog-wrapper blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 5px solid #eee;
  font-family: georgia;
  font-style: italic; }

.blog-wrapper h2 {
  font-size: 24px; }

.blog-wrapper h3 {
  font-size: 18px;
  margin-top: 15px; }

.blog-wrapper h4 {
  font-size: 16px;
  margin-top: 15px; }

.blog-wrapper h5 {
  font-size: 14px;
  margin-top: 15px; }

.blog-side .widget-content li {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px #ececec solid;
  margin-bottom: 15px; }

.blog-side .featured-thumb {
  width: 100%; }

.blog-side .featured-thumb img {
  width: 100%; }

.blog-side .content-info {
  width: 100%;
  margin-top: 10px; }

.blog-side .content-info h4 {
  margin-top: 0px;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 4px; }

.blog-side .post-meta {
  font-size: 12px;
  color: #999;
  margin-bottom: 0px; }

.blog-side .icon-calendar {
  margin-right: 5px; }

.blog-side .widget_categories {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px; }

.blog-side .widget_categories .content {
  padding: 20px; }

.blog-side .widget_categories .content ul {
  padding-top: 5px;
  padding-bottom: 5px; }

.blog-side .text-widget {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px; }

.blog-side h2:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #d95451 #d95451 transparent transparent; }

.popular-posts {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px; }

.blog_entry {
  position: relative;
  padding-bottom: 50px; }

.blog_entry .btn {
  border: 2px #ececec solid;
  border-radius: 0px;
  font-size: 12px; }

.blog_entry .btn:hover {
  background: #aa272f;
  border-color: #aa272f; }

.blog_entry-title {
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  border-bottom: #ececec double;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.entry-content {
  padding-top: 20px; }

.blog-wrapper img {
  max-width: 100%; }

.latest-blog img {
  width: 100%;
  border-radius: 0px; }

.latest-blog {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
  overflow: hidden; }

.latest-blog .blog-post {
  padding: 0px 0px; }

.latest-blog .blog_inner {
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 3px; }

.latest-blog .fl-right {
  float: right;
  margin-right: 0px; }

.blog-info {
  padding: 25px 20px; }

.latest-blog .blog-title {
  color: #000000;
  height: 50px;
  margin: 0 auto 0px;
  text-align: left;
  text-transform: none;
  padding-left: 15px; }

.latest-blog h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 19px; }

.latest-blog h3 a {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
  text-transform: uppercase; }

.latest-blog .post-date {
  height: 60px;
  width: 60px;
  background: #aa272f;
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  left: 22px;
  margin-top: -75px;
  padding-top: 10px;
  border: 4px #fff solid; }

.latest-blog .readmore {
  font-size: 12px;
  display: inline-block;
  padding: 6px 15px;
  border: 1px #ddd solid;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

.latest-blog .readmore:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 red;
  border: 1px solid #e0403d;
  color: #fff; }

.latest-blog .blog-title h2 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  padding: 12px 10px 2px 0px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px; }

.latest-blog h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 15px 25px 15px 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-align: center;
  border: #ddd double;
  text-transform: uppercase;
  background: #fff;
  letter-spacing: 2px; }

.post-date {
  color: #5e5f5f;
  font-weight: normal;
  font-size: 13px; }

.latest-blog a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin: 0px; }

.latest-blog a:hover {
  color: #000;
  text-decoration: none; }

.blog_post img {
  max-width: 100%;
  height: auto; }

.latest-blog p {
  font-size: 13px;
  line-height: 20px;
  margin: 0px 0px 20px 0px;
  text-align: left;
  color: #777; }

.blog_post img {
  margin-bottom: 20px;
  width: 100%; }

.latest-blog .blog-img {
  display: block;
  overflow: hidden; }

.latest-blog .blog-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.latest-blog .blog-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2); }

.blog-img img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s; }

.blog-img .mask {
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s; }

.blog-img a.info {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px); }

.blog-img:hover .mask {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }

.blog-img:hover a.info {
  opacity: 1;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.blog-img .mask, .blog-img .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center; }

.blog-img a.info {
  display: inline-block;
  text-decoration: none;
  padding: 8px 18px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border: 1px #fff solid;
  text-transform: uppercase;
  margin-top: 10%; }

.blog-img a.info:hover {
  background: #aa272f; }

.blog-img {
  position: relative; }

/* blog-End */
/* ======================== Features Box ============================ */
.our-features-box {
  overflow: hidden;
  padding: 0px;
  width: 100%;
  margin: auto;
  padding: 0px 0;
  background: #f5f5f5;
  margin-bottom: 0px; }

.our-features-box .container {
  padding: 0px; }

.our-features-box ul {
  list-style: none;
  margin: auto;
  padding: 0;
  border: none;
  padding: 50px 0px;
  overflow: hidden; }

.our-features-box li {
  float: left;
  margin-bottom: 0px;
  text-align: center;
  width: 25.5%;
  padding: 0;
  display: inline-block; }

.our-features-box li.last {
  margin-right: 0;
  width: 23.5%; }

.our-features-box li.last .our-features-box .feature-box {
  margin-right: 0px !important; }

.our-features-box .feature-box {
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.4em;
  font-weight: normal;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  padding: 25px; }

.free-shipping {
  background: #94d7fb;
  color: #fff; }

.need-help {
  background: #685c88;
  color: #fff; }

.money-back {
  background: #fc9cc4;
  color: #fff; }

.return-policy {
  background: #dc4720;
  color: #fff;
  margin-right: 0 !important; }

.our-features-box .feature-box .content {
  display: block;
  text-align: left;
  margin-left: 50px;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  padding-left: 15px; }

.our-features-box .feature-box span {
  font-size: 12px;
  display: block;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding-top: 5px;
  color: #fff;
  line-height: 18px;
  font-style: italic; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-truck, .icon-money, .icon-support, .icon-return {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 32px;
  margin: auto;
  color: #fff;
  text-align: center;
  width: 50px !important;
  text-align: left;
  padding-left: 0px;
  float: left;
  height: 38px;
  line-height: 38px; }

.icon-money:before {
  content: "\f155"; }

.icon-support:before {
  content: "\f095"; }

.icon-return:before {
  content: "\f0b1"; }

/* ======================== End Features Box ============================ */
/* PRODUCTS SLIDER */
.owl-item .item {
  margin: 0 15px; }

.slider-items-products {
  position: relative; }

.slider-items-products .item {
  text-align: center; }

.slider-items-products .item .product-image {
  display: block;
  overflow: hidden; }

.slider-items-products .item .product-image img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.slider-items-products .item .product-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2); }

#category-desc-slider img {
  width: 100%; }

.owl-buttons {
  opacity: 1; }

.slider-items-products .owl-buttons .owl-prev {
  position: absolute;
  right: 43px;
  top: 0%;
  margin-top: -62px; }

.slider-items-products .owl-buttons .owl-next {
  position: absolute;
  right: 0%;
  top: 0%;
  margin-top: -62px; }

.slider-items-products .owl-buttons .owl-prev a {
  background-position: 0 100%;
  border-right: 1px solid #999;
  opacity: .3; }

.slider-items-products .owl-buttons .owl-next a {
  background-position: 100% 100%;
  top: 40%;
  border-left: 1px solid #999;
  opacity: .3; }

.slider-items-products .owl-buttons .owl-next a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: bold;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 19px;
  color: #333;
  width: 38px !important;
  height: 32px !important;
  line-height: 34px; }

.slider-items-products .owl-buttons .owl-prev a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: bold;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 19px;
  width: 38px !important;
  height: 32px !important;
  line-height: 34px; }

.slider-items-products .owl-buttons a {
  background: #fff;
  display: block;
  width: 38px !important;
  height: 32px !important;
  line-height: 30px;
  margin: 0px 0 0 -30px;
  position: absolute;
  top: 40%;
  z-index: 5;
  color: #666; }

.product-flexslider {
  margin: 0px 0px;
  margin-top: 0px; }

.owl-theme .owl-controls .owl-buttons div {
  background: none !important; }

.slider-items-products .owl-buttons a:hover {
  text-decoration: none;
  color: #333;
  opacity: 1; }

/*	Breadcrumbs */
.breadcrumbs {
  padding: 3px 0px 10px 0px;
  margin: auto;
  font-size: 14px;
  color: #fff; }

.breadcrumbs a {
  color: #fff;
  font-size: 12px;
  font-weight: 400; }

.breadcrumbs span {
  display: inline-block;
  margin: 0 5px 0 5px;
  color: #fff;
  font-size: 13px; }

.breadcrumbs ul {
  margin: 0px;
  padding: 0px; }

.breadcrumbs ul li {
  list-style-type: none;
  display: inline; }

.breadcrumbs strong {
  font-weight: 400;
  color: #fff !important; }

.slider-items-products .owl-buttons .owl-prev a {
  background-position: 0 100%; }

/* Sidebar */
.button, .btn, .button-inverse, .button-vote, .sidebar .button, .sidebar .btn, .dropdown .dropdown-menu .button, .buttons-set .back-link a, .scrolltop, .button-tabs li a {
  border: 1px #ddd solid;
  background-color: #ffdb75;
  padding: 5px 12px;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; }

.btn:hover, .btn:focus, .button-inverse, .button-vote:hover, .sidebar .button:hover, .sidebar .button:focus, .sidebar .btn:hover, .sidebar .btn:focus, .form-list .bootstrap-select.btn-group .btn:hover .caret, .form-list .bootstrap-select.btn-group .btn:focus .caret, .buttons-set .back-link a:hover, .buttons-set .back-link a:focus, .scrolltop, .button-tabs li a:hover, .button-tabs li a:focus {
  border: 1px #333 solid;
  background: #333;
  padding: 5px 12px;
  color: #FFF; }

.button-checkout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 5px; }

.button-compare:before {
  content: "\f074";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px; }

.button-clear:before {
  content: "\f12d";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px; }

.button-subscribe:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px; }

.button-vote:before {
  content: "\f164";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px; }

.block {
  margin: 0 15px; }

.sidebar .block {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.block .block-title {
  color: #282223;
  font-size: 30px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 60px;
  font-weight: 700; }

.block .block-title:after {
  content: "";
  height: 3px;
  width: 100px;
  background-color: #1d9c8b;
  position: absolute;
  bottom: -40px;
  left: 0; }

.block .block-title a {
  text-decoration: none; }

.block .block-content .item {
  padding: 20px 0; }

.block .btn-remove, .block .btn-edit {
  float: right;
  margin-top: 6px; }

.sidebar .block .access .btn-remove {
  float: right;
  margin-top: -38px; }

.block .actions {
  text-align: left;
  padding: 8px 0; }

.block .actions a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bold; }

.block .empty {
  color: #666666; }

/*	Category boxes */
/* Left Navigation */
.side-nav-categories ul li {
  padding: 0px; }

.side-nav-categories ul li a {
  display: inline-block;
  position: relative;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0px 3px !important;
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 0px;
  color: #282223;
  cursor: pointer;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; }

.side-nav-categories ul li a:before {
  content: '\f10c';
  font-family: FontAwesome;
  font-size: 5px;
  padding-right: 6px;
  color: #2472b4;
  vertical-align: middle; }

.side-nav-categories ul li a:hover {
  color: #2055e4 !important; }

.side-nav-categories ul#magicat ul li a {
  color: #666; }

.side-nav-categories ul#magicat ul li a {
  padding-left: 12px; }

.side-nav-categories, .side-nav-categories .block {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

ul#magicat li, ul.listStyle li {
  cursor: pointer;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0 0 1px 0;
  padding-left: 0px;
  position: relative;
  width: 100% !important;
  box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF; }

ul#magicat li.last {
  box-shadow: none; }

ul#magicat li.level0 span.magicat-cat, ul.listStyle li span {
  text-align: left;
  display: inline-block;
  width: 100%; }

ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

.block-layered-nav dt .toggleBtn {
  cursor: pointer; }

ul#magicat li.active > .open-close, .block-layered-nav dt .toggleBtn.highlight {
  background-position: 2px -28px; }

ul#magicat ul {
  padding-left: 10px; }

ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px; }

ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
  background: url("../images/leftNav.png") no-repeat scroll 2px 3px; }

/*.side-nav-categories .block-title:before {
content: '\f0c9';
font-family: FontAwesome;
font-size: 14px;
margin-right: 3px;
}*/
.side-nav-categories .block-title {
  color: #282223;
  font-size: 30px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 60px;
  font-weight: 700; }

.side-nav-categories .block-title:after {
  content: "";
  height: 3px;
  width: 100px;
  background-color: #1d9c8b;
  position: absolute;
  bottom: -40px;
  left: 0; }

/* Sidebar */
.sidebar-left {
  margin-left: 0 !important; }

.bv3 .sidebar-right, .bv3 .sidebar-left {
  padding-left: 15px; }

.sidebar ol, .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.sidebar .block-venedor-ads .block-content li {
  padding: 0; }

.sidebar .block dt {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 10px 0;
  text-transform: uppercase; }

.sidebar .block dd {
  border-bottom: 0 solid #CCCCCC;
  margin: 0;
  padding: 0 5px; }

.sidebar address {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: left;
  border-bottom: none; }

.page-title h1, .page-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  padding: 14px 25px;
  margin: 0px;
  display: inline-block;
  border: #fff double;
  margin-top: 5px; }

.col-main {
  font-size: 13px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  margin-bottom: 3em; }

.col-main.non-border {
  border-left: none;
  border-right: none; }

.col-lg-12 {
  margin-top: 5em;
  padding: 0 4em; }

.one-page-checkout {
  list-style: none;
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2); }

.one-page-checkout li.section {
  border-bottom: 0;
  margin-bottom: 8px; }

.one-page-checkout .step-title {
  text-align: right;
  padding: 7px 0; }

.one-page-checkout .active .step-title {
  cursor: default;
  font-size: 14px;
  padding-top: 0px;
  text-align: left;
  line-height: 30px;
  border-top: none; }

.one-page-checkout .step-title .number {
  float: left;
  line-height: 15px;
  font-size: 15px;
  color: #333;
  padding: 8px 10px;
  background-color: #fff;
  border: #ececec double;
  font-weight: bold;
  border-radius: 0px; }

.one-page-checkout .step-title h3 {
  border-bottom: 0px solid #E4E4E4;
  /*margin: 0 0 0 45px;*/
  text-align: left;
  line-height: 32px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase; }

.one-page-checkout .active .step-title .number {
  background: none repeat scroll 0 0 #aa272f;
  border: 1px solid #aa272f;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold; }

.one-page-checkout .active .step-title h3 {
  color: #aa272f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.one-page-checkout .step {
  padding: 0px 10px 10px 45px;
  background-color: #FFFFFF; }

#checkoutSteps .required {
  color: #F00; }

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0; }

.group-select li {
  margin: 0 0 5px;
  overflow: hidden;
  list-style: none; }

.group-select input[type="radio"], .group-select input[type="checkbox"] {
  line-height: normal;
  margin: 4px 8px 0 0; }

.group-select label {
  font-size: 15px;
  font-weight: normal;
  color: #333; }

.group-select li select {
  /*width: 256px;*/
  padding: 3px;
  background: #f7f7f7;
  border: 1px solid #5482ab;
  padding: 10px;
  width: 95%; }

.group-select li select:focus {
  /*width: 256px;*/
  padding: 3px;
  background: #f7f7f7;
  border: 2px solid black !important;
  padding: 10px;
  width: 95%; }

select#billing-address-select {
  width: 570px;
  padding: 10px;
  margin-top: 5px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  outline: none;
  color: #aaa; }

legend {
  display: none; }

.group-select li .input-box {
  float: left;
  width: 50%; }

.group-select .require {
  color: #FF0000;
  font-size: 13px; }

input.radio {
  margin-right: 3px; }

.radio, .checkbox {
  display: inline-block; }

button.button.continue:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

.dashboard .welcome-msg {
  text-align: left;
  padding: 0px 0 5px;
  color: #333;
  font-size: 13px; }

.dashboard .welcome-msg strong {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase; }

.data-table {
  border: 1px solid #E5E5E5;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  font-size: 13px; }

#my-orders-table {
  border: none;
  margin-top: 10px; }

/*.my-account {
	    padding:25px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200,200,200,.2);
    margin-bottom: 30px;
}*/
.pro-coloumn {
  padding: 30px 45px; }

.title-buttons a, .title-buttons .separator {
  margin-top: 0;
  display: inline-block;
  text-decoration: underline;
  color: #aa272f;
  font-size: 12px; }

.recent-orders .title-buttons a {
  float: right; }

.data-table thead tr, .data-table tfoot tr {
  background-color: #f5f5f5; }

.data-table th {
  line-height: 20px;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase; }

.data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #e5e5e5; }

.data-table .price {
  font-size: 15px;
  font-weight: bold;
  color: #000; }

.group-select li input.input-text, .group-select li textarea {
  /*width: 585px;*/
  background: #f7f7f7;
  border: 1px solid #5482ab;
  padding: 10px;
  outline: none;
  width: 98%; }

.group-select li input.input-text, .group-select li textarea:focus {
  /*width: 585px;*/
  background: #f7f7f7;
  border: 1px solid #5482ab;
  padding: 10px;
  outline: none;
  width: 98%; }

.group-select li .input-box input.input-text, .group-select li .input-box textarea {
  /*width: 275px;*/
  margin-top: 5px;
  background: #f7f7f7;
  border: 1px solid #5482ab;
  padding: 10px;
  width: 95%; }

.group-select li .input-box input.input-text:focus, .group-select li .input-box textarea:focus {
  background: #fff;
  border: 1px solid black; }

.group-select li input.input-text:focus, .group-select li textarea:focus {
  background: #fff;
  border: 1px solid black;
  outline: none; }

.box-account {
  margin-top: 15px;
  font-size: 14px; }

.col2-right-layout {
  margin-top: 10px; }

.box-account .page-title h2 {
  font-size: 14px;
  margin-top: 15px; }

.col2-set {
  overflow: hidden;
  padding: 0px; }

.col2-set h2 {
  font-size: 16px; }

.col2-set .col-1 {
  float: left;
  width: 48%;
  text-align: left;
  border: 0px #336600 solid;
  padding-top: 0px;
  padding-bottom: 0px; }

.col2-set .col-1 ul.ul {
  margin: auto;
  padding-left: 17px; }

.col2-set .col-1 ul li {
  list-style: disc; }

.col2-set h5 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
  text-transform: uppercase; }

.box-account .col2-set a {
  text-decoration: underline; }

.col2-set .col-2 {
  float: right;
  width: 48%;
  text-align: left; }

.box-account address {
  line-height: 21px;
  color: #000;
  border-bottom: none; }

.col2-set h4 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  margin-bottom: 5px; }

.block .slider-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.block-layered-nav .block-subtitle {
  font-size: 13px; }

.block-layered-nav dt {
  font-size: 16px; }

.block-layered-nav .currently ol {
  margin: 0;
  padding: 10px 15px; }

.block-layered-nav .currently span.value {
  font-weight: bold; }

.block-layered-nav li {
  padding: 5px 0; }

.block-layered-nav .label {
  margin-right: 5px; }

.block-layered-nav .button-arrow {
  width: 25px;
  height: 25px;
  padding: 0;
  margin-top: -2px;
  position: absolute;
  right: 15px; }

#narrow-by-list2 dd {
  display: block !important; }

.sidebar {
  font-size: 14px;
  margin-top: 30px;
  padding-left: 0px; }

.sidebar .block-layered-nav .price {
  font-size: 13px;
  font-weight: normal; }

.block-layered-nav .block-subtitle, .block-layered-nav dt {
  color: #333;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 700; }

.block-layered-nav .currently ol {
  border: 1px solid #ececec;
  background-color: #f4f4f4;
  border-radius: 0px; }

.sidebar a, .sidebar .block-layered-nav .price .sub {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400; }

.sidebar .block-layered-nav .price {
  color: #666; }

.sidebar .link-cart, .sidebar .link-reorder, .block .actions a {
  color: #CA0000;
  font-weight: bold;
  font-size: 14px; }

.sidebar .link-compare, .sidebar .link-wishlist {
  color: #aaa;
  font-size: 14px; }

.block-tags .actions a.view-all {
  text-transform: uppercase;
  color: #333;
  font-weight: 900; }

.block-tags .actions a.view-all:hover {
  color: #333; }

.sidebar .link-cart:hover, .sidebar .link-wishlist:hover, .sidebar .link-reorder:hover, .sidebar .link-compare:hover, .sidebar .link-cart:focus, .sidebar .link-wishlist:focus, .sidebar .link-reorder:focus, .sidebar .link-compare:focus, .block .actions a:hover, .block .actions a:focus {
  color: #333; }

.sidebar .block dl {
  border-bottom: 0px solid #ccc;
  margin: 0; }

.block .block-content .price {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-left: 20px; }

/* Block: Account */
.block-account .block-content {
  padding-top: 0 !important;
  padding-bottom: 5px !important; }

.block-account .block-content ul {
  margin-top: 5px;
  margin-bottom: 5px; }

.block-account .block-content li {
  padding: 10px 0px; }

.block-account .block-content li:first-child {
  border-top: none; }

.block-account .block-content li:before {
  content: '\f10c';
  font-family: FontAwesome;
  font-size: 6px;
  display: inline-block !important;
  position: absolute;
  cursor: pointer;
  line-height: 20px;
  color: #999; }

.sidebar .block-content li.last {
  border-bottom: none; }

.block-account .block-content li a {
  cursor: pointer;
  padding: 10px 12px;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  text-transform: uppercase; }

.block-account .block-content li a:hover {
  cursor: pointer;
  padding: 0 12px;
  color: #000; }

.sidebar .block-content li.current {
  font-weight: 900;
  color: #333; }

/* Block: Currency Switcher */
.block-currency select {
  width: 100%;
  margin-right: 8px; }

/* Block: Layered Navigation */
.block-layered-nav {
  background-color: #FFFFFF;
  border: 1px #ddd solid; }

.block-layered-nav .block-content {
  padding: 0; }

.block-layered-nav dt {
  font-weight: bold;
  overflow: hidden;
  padding: 0px 0 10px !important;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap; }

.block-layered-nav dd {
  margin: 0;
  padding: 0; }

.block-layered-nav dd ol {
  position: relative;
  margin-bottom: 15px; }

.block-layered-nav dd ol li:before {
  content: '\f10c';
  font-family: FontAwesome;
  font-size: 5px;
  padding-right: 6px;
  color: #999;
  vertical-align: middle; }

.block-layered-nav .btn-remove {
  float: right; }

.block-list .price {
  color: inherit;
  font-size: 14px; }

/* Block: Cart */
.block-cart {
  padding: 0px;
  background-color: #FFFFFF; }

.block-cart .amount {
  margin-bottom: 5px; }

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right; }

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 5px 0; }

.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word; }

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important; }

.block-cart .summary {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1; }

.block-cart .subtotal {
  margin: 0;
  padding: 0;
  text-align: left; }

.block-cart .block-content .summary .subtotal .label {
  font-weight: 700;
  padding: 2px 0;
  color: #2472b4;
  font-size: 1.5em; }

.block-cart .subtotal .price {
  font-weight: 700;
  color: #2472b4;
  font-size: 1.5em;
  margin-left: 0.2em; }

.ajax-checkout {
  border: 0 none;
  margin: 0;
  padding: 5px 0 5px;
  text-align: left;
  margin-bottom: 0px; }

.ajax-checkout a {
  border: 0px #dc436b solid;
  background: #323C46;
  text-shadow: 0 1px 0 #333;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 11px;
  padding: 8px 12px;
  text-transform: uppercase; }

.ajax-checkout a:hover {
  border: 0px #111 solid;
  background: #222;
  padding: 6px 10px;
  text-shadow: 0 1px 0 #000;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 11px;
  cursor: pointer; }

.sidebar .block-cart .block-subtitle {
  border-bottom: 1px solid #282223;
  color: #1d9c8b;
  padding-bottom: 20px;
  margin: 0px 0 8px;
  font-weight: 700;
  font-size: 1.7em;
  width: 11em; }

.col-left .block-cart .block-content ul li .product-details {
  float: right;
  width: 62%;
  margin-left: 0px; }

.col-left .block-cart .block-content ul li .product-details .access {
  float: right; }

.col-left .block-cart .block-content ul li .product-details .access .btn-remove1 {
  position: inherit; }

.col-left .block-cart ul li.item {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
  padding-bottom: 12px;
  overflow: hidden; }

.block-cart ul li.item img {
  width: 60px; }

.col-left .block-cart ul li.item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.col-left .block-cart .block-content ul li a.product-image {
  display: inline; }

.col-left .block-cart .block-content ul li a.product-image img {
  border: 1px solid #ECECEC; }

.col-left .block-cart .block-content ul li .product-name {
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 17px; }

.col-left .block-cart .block-content ul li .product-name a {
  font-size: 12px;
  margin-top: 3px;
  display: block; }

.col-right .block-cart .block-content ul li .product-details {
  float: right;
  width: 172px; }

.col-right .block-cart ul li.item {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 5px;
  padding-bottom: 8px; }

.col-right .block-cart ul li.item.last {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px; }

.col-right .block-cart .block-content ul li a.product-image {
  display: inline; }

.col-right .block-cart .block-content ul li a.product-image img {
  border: 1px #ddd solid; }

.col-right .block-cart .block-content ul li .product-name {
  margin: 0 0 2px;
  font-size: 14px; }

.price, .breadcrumbs li strong, .product-details span.price, #recently-viewed-items .price-box .special-price .price, #recently-viewed-items .price-box .regular-price .price, .availability.out-of-stock span {
  color: #FF4C4C; }

/* Block: Related */
.related-slider {
  float: right;
  margin: auto;
  margin-bottom: 15px; }

.related-block .block-title {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: left;
  text-transform: uppercase; }

.related-block {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 25px; }

.related-slider .slider-items-products .owl-buttons a {
  height: 41px;
  margin: -32px 0 0;
  top: 50%;
  width: 40px; }

.related-slider .slider-items-products .owl-buttons .owl-next a:before {
  font-size: 24px;
  line-height: 38px; }

.related-slider .slider-items-products .owl-buttons .owl-prev a:before {
  font-size: 24px;
  line-height: 38px; }

.related-slider .slider-items-products .owl-buttons .owl-prev a {
  left: -8px; }

.related-slider .slider-items-products .owl-buttons .owl-next a {
  left: -1px; }

.related-slider button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome'; }

.related-slider .products-grid .item .item-inner .item-img .item-img-info {
  border: none; }

.related-slider h2 {
  color: #333;
  font-size: 20px;
  margin: 0px 0 20px;
  text-align: left;
  text-shadow: 0 1px 0 #fff; }

.block-related .block-content {
  padding: 0px 0 10px 0;
  border: 1px solid #ECECEC;
  border-top: none;
  overflow: hidden; }

.block-related ul {
  margin: 0;
  padding: 0; }

.block-related li {
  padding: 5px 0; }

.block-related input.checkbox {
  position: absolute;
  left: 85px;
  top: 12px;
  z-index: 10; }

.block-related .product {
  margin-left: 20px; }

.block-related .product .product-image {
  float: left;
  margin-right: -65px; }

.block-related .product .product-details {
  margin-left: 65px; }

.block-related .mini-products-list .product-details {
  margin-left: 125px;
  text-align: left; }

.block-related .mini-products-list .product-details .product-name {
  text-align: left; }

.block-related .mini-products-list .product-image {
  width: 100px;
  margin: 0;
  padding: 0 10px; }

.block-related .block-subtitle {
  padding: 10px 10px 0 10px;
  font-size: 13px;
  font-weight: bold;
  margin: 0; }

.block-related .price-box .old-price .price {
  display: inline;
  font-size: 15px; }

.block-related a.link-cart {
  text-transform: uppercase;
  font-size: 14px;
  color: #23AEAC;
  font-weight: bold; }

.block-related a.link-cart:hover {
  text-transform: uppercase;
  font-size: 14px;
  color: #CA0000;
  font-weight: bold; }

/* Block: Compare Products */
.block-compare li {
  padding: 5px 0; }

.block-compare .block-content ol, .block-compare .block-content ul {
  margin: 0; }

ol#compare-items li a.product-name {
  font-size: 12px;
  margin-top: 3px;
  display: block;
  display: inline-block;
  width: 200px; }

ol#compare-items li a.product-name span {
  margin-right: 3px;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  line-height: 15px;
  margin-bottom: 6px; }

ol#compare-items li a.product-name:hover {
  font-size: 12px;
  color: #000; }

ol#compare-items li {
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
  background: none; }

ol#compare-items li:before {
  content: '\f10c';
  font-family: FontAwesome;
  font-size: 5px;
  padding-right: 6px;
  color: #999;
  vertical-align: middle; }

ol#compare-items li:last-child {
  border-bottom: none;
  margin-bottom: 0; }

/* Block: Recently Viewed */
.block-viewed .block-content {
  background-color: #fff;
  padding: 0px; }

.block-viewed li {
  padding: 3px 0px !important;
  list-style: none; }

.block-viewed li.last {
  padding: 0px;
  border-bottom: 0px #eaeaea solid;
  list-style: none; }

.block-viewed .block-content li a {
  padding: 0 15px;
  color: #666; }

.block-viewed .block-content li a:hover {
  font-size: 13px;
  color: #000; }

.block-viewed li span {
  color: #777777;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 8px;
  margin-right: 3px; }

.block-viewed li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 6px;
  color: #444;
  vertical-align: top; }

.block-compared li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 6px;
  color: #444;
  vertical-align: top; }

.sidebar ol, .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0; }

#recently-viewed-items .product-name {
  text-align: left;
  margin: 0;
  text-transform: none;
  width: 225px;
  display: inline-block; }

#recently-viewed-items .product-name a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding: 0 0px; }

#recently-viewed-items .product-name a:hover {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none; }

/* Block: Recently Compared */
.block-compared .block-content {
  background-color: #fff;
  padding: 5px 12px 12px; }

.block-compared li {
  padding: 3px 0px !important;
  list-style: none; }

.block-compared li.last {
  padding: 0px;
  border-bottom: 0px #eaeaea solid;
  list-style: none; }

.block-compared .block-content li a {
  padding: 0 15px;
  color: #666; }

.block-compared .block-content li a:hover {
  font-size: 13px;
  color: #000; }

.block-compared li span {
  color: #777777;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 8px;
  margin-right: 3px; }

.block-compared li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 6px;
  color: #444;
  vertical-align: top; }

#recently-compared-items .product-name {
  text-align: left;
  margin: 0;
  text-transform: none;
  width: 225px;
  display: inline-block; }

#recently-compared-items .product-name a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding: 0 0px; }

#recently-compared-items .product-name a:hover {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none; }

/* Block: Poll */
.block-poll {
  background-color: #FFFFFF;
  border: 1px #ddd solid; }

.block-poll label {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  font-weight: normal; }

.block-poll .block-subtitle {
  color: #222;
  font-weight: 900;
  font-size: 14px; }

.block-poll input.radio {
  float: left;
  margin: 5px -18px 0 0; }

.block-poll .label {
  display: block;
  margin-left: 18px;
  text-align: left;
  padding: 0.1em 0.3em 0.1em; }

.block-poll li {
  padding: 3px 0px !important;
  background: none !important; }

.block-poll .actions {
  margin: 5px 0 0 0px;
  padding: 0; }

.block-poll .answer {
  font-weight: bold; }

.block-poll .votes {
  float: right;
  margin-left: 10px; }

/* Block: Tags */
.block-tags {
  background-color: #fff;
  padding: 0px; }

.block-tags .block-content {
  overflow: hidden; }

.block-tags ul, .block-tags li {
  display: inline;
  padding: 0 !important;
  background: none !important;
  border: none; }

.block-tags .actions {
  border: 0 none;
  float: right !important;
  margin-top: 10px;
  padding: 0px;
  text-align: left; }

/* Block: Subscribe */
.block-subscribe {
  background-color: #fff;
  padding: 0px; }

.block-subscribe .input-text {
  width: 90%;
  background: #f7f7f7;
  border: 1px solid #5482ab;
  color: #AAAAAA;
  padding: 10px 7px;
  font-size: 13px; }

.block-subscribe .input-text:focus {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid black;
  color: #333333;
  font-size: 13px;
  outline: medium none;
  padding: 10px 7px;
  vertical-align: middle; }

.form-subscribe-header {
  font-size: 14px;
  margin-bottom: 5px;
  color: #222; }

.static-contain {
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 45px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2); }

.static-contain .required {
  color: #F00; }

/* Block: Recently Viewed */
.block-company .block-content {
  padding-top: 5px !important; }

.block-company ol {
  margin: 5px 0; }

.block-company li {
  padding: 6px 0px !important;
  list-style: none; }

.block-company li:first-child {
  border-top: none; }

.block-company li a {
  padding: 0 5px;
  text-decoration: none;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; }

.block-company li a:hover {
  padding: 0 5px;
  color: #000; }

.block-company li:before {
  content: '\f10c';
  font-family: FontAwesome;
  font-size: 6px;
  padding-right: 6px;
  color: #999;
  display: inline-block;
  vertical-align: top; }

.block-company li.last {
  padding: 10px 0px !important;
  border-bottom: 0px #eaeaea solid;
  list-style: none; }

.block-company li span {
  float: left;
  margin-right: 5px;
  font-size: 16px;
  color: #aaa;
  line-height: 16px; }

.block-company li strong {
  color: #aa272f;
  font-weight: 900;
  padding: 0 5px; }

/* Block: Reorder */
.block-reorder li {
  padding: 5px 0; }

.block-reorder input.checkbox {
  float: left;
  margin: 3px -20px 0 0; }

.block-reorder .product-name {
  margin-left: 20px; }

/* Block: Banner */
.block-banner .block-content {
  text-align: center; }

.block-banner a img {
  transition: all 0.4s ease-out 0.2s; }

.block-banner a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #eee; }

.category-description a.prev, .category-description a.next {
  margin: 125px 6px 0px 5px; }

/* Pager */
.pager {
  margin: 0;
  text-align: center;
  padding: 0; }

.pager .amount {
  float: left; }

.pager .limiter label {
  float: left;
  font-size: 11px;
  padding: 6px 0;
  margin-right: 10px;
  display: inline;
  text-transform: uppercase; }

.pager .pages {
  margin: 0 0; }

.pages .pagination {
  margin: auto; }

.pager .pages li {
  display: inline-block; }

.pager .pages li a {
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 0px;
  color: #333;
  background: #fff; }

.pager .pages li a:hover {
  border: 1px solid #aa272f;
  color: #fff;
  background: #aa272f; }

.pages .pagination > .active > a, .pages .pagination > .active > span, .pages .pagination > .active > a:hover, .pages .pagination > .active > span:hover, .pages .pagination > .active > a:focus, .pages .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #aa272f;
  border-color: #aa272f;
  border-radius: 0px;
  border-width: 1px; }

/* Sorter */
.sorter {
  padding: 0;
  margin: 0; }

.sorter .actions {
  float: left; }

.sorter .view-mode {
  float: left;
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 0px; }

.sorter .sort-by {
  float: left;
  margin-top: 6px; }

/* Toolbar */
.toolbar {
  clear: both;
  margin-top: 0px;
  padding: 20px 25px;
  display: inline-block;
  width: 100%;
  padding-top: 0px; }

.toolbar .label {
  font-weight: bold;
  font-size: 2.2em; }

.toolbar .sorter {
  float: left; }

.toolbar-bottom {
  margin-top: 0; }

.toolbar .pager .pages ol {
  float: none; }

#sort-by .button-asc {
  background-color: #fff;
  box-shadow: none;
  float: right;
  height: 33px;
  line-height: 33px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  border: 1px #ddd solid; }

#sort-by .button-asc:hover {
  background: #aa272f;
  color: #fff;
  border-color: #aa272f; }

.top_arrow:before {
  content: '\f106';
  font-family: FontAwesome;
  font-size: 16px; }

#sort-by .button-desc {
  background-color: #f8f8f8;
  box-shadow: none;
  float: right;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 30px; }

#sort-by {
  float: right;
  font-size: 12px; }

#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline; }

#sort-by a:link, #sort-by a:visited {
  color: #333;
  text-decoration: none; }

#sort-by li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 5px 15px;
  position: relative;
  width: 100px;
  float: left;
  color: #333;
  border: 1px solid #ddd; }

#sort-by li li {
  width: 100px;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none; }

#sort-by li li a:hover {
  color: #aa272f; }

#sort-by li:hover {
  background-color: #fff; }

#sort-by li li:hover {
  background-color: #fff;
  color: #aa272f; }

#sort-by ul ul {
  position: absolute;
  visibility: hidden;
  left: -1px;
  top: 27px;
  background: none repeat scroll 0 0 #F8F8F8;
  z-index: 10000;
  border-top: none;
  border: 1px #ddd solid;
  border-top: none; }

#sort-by ul ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
  border: solid 1px transparent; }

#sort-by li:hover > ul {
  visibility: visible; }

.right-arrow {
  float: right; }

.right-arrow:after {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #666;
  font-size: 14px; }

#limiter {
  float: right;
  font-size: 14px;
  margin-top: 0px; }

#limiter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline; }

#limiter a:link, #limiter a:visited {
  text-decoration: none;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 0px;
  display: inline-block;
  padding: 0px; }

#limiter li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 5px 0px 5px 10px;
  position: relative;
  width: 50px;
  float: left;
  color: #333;
  text-align: left;
  border: 1px solid #ddd; }

#limiter .right-arrow {
  float: right;
  margin-left: 6px; }

#limiter li li {
  width: 50px;
  border-top: 0px #f5f5f5 solid; }

#limiter li li a:hover {
  color: #aa272f; }

#limiter li:hover {
  color: #fff; }

#limiter ul ul {
  position: absolute;
  visibility: hidden;
  left: -1px;
  top: 27px;
  background: none repeat scroll 0 0 #fff;
  z-index: 10000;
  color: #000;
  border-top: none;
  border: 0px #f5f5f5 solid; }

#limiter ul ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
  border: solid 1px transparent; }

#limiter li:hover > ul {
  visibility: visible; }

/* Category Toolbar, Pager */
.toolbar .button-list {
  background: #fff url(../images/icon_list.png) no-repeat 12px 7px;
  text-transform: none;
  padding: 6px 8px 7px 25px;
  color: #333;
  border: 1px #ddd solid;
  border-radius: 0px; }

.toolbar a.button-grid {
  background: #f8f8f8 url(../images/icon_grid_over.png) no-repeat 12px 9px;
  border: 1px #ddd solid;
  color: #333;
  padding: 6px 8px 7px 25px;
  border-radius: 0px; }

.toolbar span.button-active.button-grid {
  background: url(../images/icon_grid_act.png) no-repeat 10px 9px;
  background-color: #aa272f;
  color: #fff;
  padding: 6px 8px 7px 22px;
  margin-right: 5px;
  border: 1px #aa272f solid;
  border-radius: 0px; }

.toolbar span.button-active.button-list {
  background: url(../images/icon_list_act.png) no-repeat 10px 7px;
  background-color: #aa272f;
  color: #fff;
  padding: 6px 11px 7px 22px;
  border: 1px #aa272f solid;
  border-radius: 0px; }

.toolbar .pager {
  text-align: left;
  margin: 0 10px 0 0;
  padding: 0;
  float: right;
  width: 45%; }

.pager .amount, .sorter .amount {
  padding-left: 10px;
  margin-top: 4px;
  display: inline-block; }

.toolbar .pager .limiter {
  margin-top: 2px;
  float: left; }

.toolbar-bottom .pager .limiter {
  position: static; }

.pager .button {
  padding: 4px 5px;
  background-color: #fff; }

.pager .button :hover {
  padding: 4px 5px;
  background-color: #fff; }

.toolbar .actions {
  margin-right: 30px; }

.pager .limiter label, .toolbar label {
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 5px 0;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase; }

.toolbar .sorter .sort-by {
  margin-right: 30px; }

.pager .amount {
  margin-right: 20px; }

/* Category Page */
.category-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px; }

.category-image {
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 15px; }

/* View Type: List */
.products-list .product-name {
  text-align: left;
  margin: 0px 0 10px;
  font-size: 18px; }

.products-list .product-name a {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase; }

.products-list .item.first {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
  padding-bottom: 25px;
  width: 100%; }

.products-list .ratings {
  border-bottom: 1px #ddd dotted;
  padding: 10px 0px;
  padding-top: 0px; }

.products-list .old-price .price {
  font-size: 14px; }

.products-list .item {
  padding: 20px 0;
  overflow: hidden;
  margin: 0px !important;
  border-bottom: 1px #5482ab solid;
  padding-bottom: 25px;
  width: 100%; }

.products-list .item a:hover {
  color: #aa272f; }

.discounted-total {
  color: #aa272f; }

.separator {
  color: #999; }

.products-list .item h3 {
  font-weight: normal;
  color: #353535;
  padding-bottom: 2px; }

.products-list .item h3 a {
  font-weight: normal;
  font-size: 14px;
  color: #407CBF;
  text-decoration: none; }

.products-list .item h3 a:hover {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  text-decoration: underline; }

ol.products-list {
  padding: 0;
  margin: 0;
  float: left; }

li .list {
  border-bottom: none; }

.products-list .product-image {
  float: left;
  width: 10%; }

.products-list .product-image img {
  width: 100%; }

.products-list .product-shop {
  float: right;
  width: 90%;
  text-align: left;
  /*margin-left: 25px;*/ }

.products-list .product-shop .desc {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #777; }

.products-list .product-shop p {
  font-size: 13px;
  color: #666;
  line-height: 1.5em; }

.products-list .product-shop p.old-price {
  margin-right: 4px; }

.products-list .product-shop .price-box {
  margin: 10px 0; }

.products-list .desc .link-learn {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  color: #aa272f; }

.products-list .desc .link-learn:hover {
  text-decoration: underline; }

.products-list .add-to-links {
  padding-left: 2px; }

.add-to-links span {
  font-size: 12px;
  margin-left: 8px;
  text-transform: uppercase; }

.products-list .product-shop button.button {
  font-family: 'FontAwesome';
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 8px; }

.products-list .product-shop .btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome'; }

.products-list .product-shop button.button span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px; }

.products-list .product-shop .btn-cart {
  padding: 6px 12px;
  color: black;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

.products-list .product-shop .btn-cart:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 2px solid #e0403d;
  color: #fff; }

.products-list .product-shop .btn-cart span:hover {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.products-list .product-shop .btn-cart span {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase; }

.link-wishlist, .link-compare {
  color: #000;
  text-shadow: none;
  border: none;
  box-shadow: none; }

.link-wishlist:hover, .link-compare:hover {
  background-color: #252932;
  cursor: pointer;
  bottom: 10%;
  color: #fff;
  border-color: #252932; }

.link-wishlist, .link-compare, .link-friend, .link-edit {
  padding: 0;
  background: none; }

.products-list .actions .add-to-links a.link-wishlist:before {
  content: "\f004"; }

.products-list .actions .add-to-links a.link-compare:before {
  content: "\f012"; }

.products-list .actions .add-to-links a.link-wishlist {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 6px 15px;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  border-radius: 0px;
  letter-spacing: 0.5px;
  border: 2px #ddd solid;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
  vertical-align: top; }

.products-list .actions .add-to-links a.link-wishlist span {
  font-size: 11px;
  padding: 0px; }

.products-list .actions .add-to-links a.link-compare {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 6px 15px;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  border-radius: 0px;
  letter-spacing: 0.5px;
  border: 2px #ddd solid;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
  vertical-align: top; }

.products-list .actions .add-to-links a.link-compare span {
  font-size: 11px;
  padding: 0px; }

.products-list .actions .add-to-links a.link-wishlist:hover {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 6px 15px !important;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 2px solid #e0403d;
  color: #fff; }

.products-list .actions .add-to-links a.link-compare:hover {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 6px 15px !important;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 2px solid #e0403d;
  color: #fff; }

ul.products-grid {
  padding: 0;
  margin: 0 -15px; }

.products-grid .actions button.button.btn-cart {
  background: #fff;
  border: 2px #eee solid;
  margin: 0px;
  padding: 7px 10px;
  color: #333;
  line-height: normal;
  margin-left: 3px;
  margin-right: 3px; }

.products-grid .item:hover .actions button.button.btn-cart {
  background: #aa272f;
  color: #FFFFFF;
  padding: 7px 10px;
  border: 2px #eee solid;
  margin-left: 3px;
  margin-right: 3px; }

.products-grid .actions button.button.btn-cart span {
  font-size: 11px;
  padding: 0px;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase; }

a.button.detail-bnt span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 2px;
  font-weight: normal;
  margin-left: 6px;
  display: none; }

/* Product View */
.product-view .product-img-box .product-image {
  margin: 0 0 13px; }

#cloud-zoom-big {
  border: 3px #ddd solid;
  z-index: 10000 !important; }

.product-shop button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome'; }

/* Product Images */
.product-view .new-label {
  display: none; }

.product-view .sale-label {
  display: none; }

.product-view {
  margin: auto;
  position: relative;
  z-index: 0;
  margin-top: 25px; }

.product-view .flexslider-thumb {
  margin: 10px auto 0;
  padding: 0 50px;
  position: relative; }

.product-view-compact .flexslider-thumb {
  margin: 17px auto 0; }

.product-view .flexslider-thumb .flex-viewport {
  z-index: 10; }

.product-view .flexslider-thumb .flex-direction-nav {
  top: 40%;
  left: 0;
  width: 100%; }

.product-view .flexslider-thumb .flex-prev {
  position: absolute;
  left: 0px;
  top: -5px;
  border: 1px #ddd solid;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

.product-view .flexslider-thumb .flex-prev:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 1px solid #aa272f;
  color: #fff !important; }

.product-view .flexslider-thumb .flex-next {
  position: absolute;
  right: 0px;
  top: -5px;
  border: 1px #ddd solid;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

.product-view .flexslider-thumb .flex-next:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 1px solid #aa272f;
  color: #fff; }

.product-view .flexslider-thumb li img {
  cursor: pointer;
  -moz-user-select: none;
  border: 1px #ececec solid; }

.product-view .previews-list {
  padding: 0;
  list-style-type: none;
  text-align: center; }

.product-view .previews-list li {
  width: 70px;
  margin-left: 8px;
  padding: 0;
  float: none;
  display: inline-block;
  margin-right: 10px; }

.product-view-compact .rating {
  padding: 18px 0 21px; }

.product-view-compact .btn-toolbar {
  margin: 0;
  padding: 7px 0 22px; }

.product-view-compact .price {
  display: block;
  padding: 6px 0 20px; }

.product-view .flexslider-thumb-vertical-outer {
  margin: 0 10px 15px 0;
  width: 70px;
  float: left;
  position: relative;
  z-index: 1; }

.product-view .flexslider-thumb-vertical .flex-viewport {
  height: 300px !important; }

.product-view .flexslider-thumb-vertical .slides {
  margin: -4px 0 0;
  padding: 0;
  list-style-type: none; }

.product-view .flexslider-thumb-vertical .slides li {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.product-view .flexslider-thumb-vertical .slides li img {
  width: 100%;
  padding: 4px 0;
  cursor: pointer;
  -moz-user-select: none; }

.flex-direction-nav, .slider-controls {
  -webkit-transform: translate3d(0, 0, 0); }

.product-essential {
  padding: 30px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px; }

.product-collateral .box-collateral {
  margin: 0 0 15px; }

.product-essential .product-image.no-gallery {
  margin-left: auto; }

.product-essential .product-image img {
  height: auto;
  width: 100%; }

.product-essential .button-viewall {
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-indent: -999em;
  z-index: 9999; }

.more-views {
  margin: 8px auto 10px;
  width: 100%;
  clear: both; }

.more-views li {
  float: left;
  margin: 0 12px 0 0;
  border: 1px #ddd solid;
  height: 85px; }

.more-views li a {
  display: block;
  text-align: center;
  width: 70px; }

.more-views li a img {
  width: 70px; }

.more-views .jcarousel-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
  padding-right: 5px;
  vertical-align: top;
  right: -20px;
  top: 28px;
  display: inline-block !important;
  position: absolute;
  cursor: pointer; }

.product-img-box .flex-direction-nav a:before {
  font-size: 20px !important;
  vertical-align: middle;
  line-height: 28px; }

img.creditImage:hover {
  border: 1px black solid;
  border-radius: 50px; }

.more-views .jcarousel-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 26px;
  padding-right: 5px;
  vertical-align: top;
  left: -20px;
  top: 28px;
  display: inline-block !important;
  position: absolute;
  cursor: pointer; }

.more-views .jcarousel-clip {
  overflow: hidden; }

.product-essential .more-images {
  width: 92px;
  float: left;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.product-essential .more-images .normal-list {
  margin-top: -6px; }

.product-essential .more-images ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.product-essential .elastislide-vertical {
  margin-top: -6px; }

.product-essential .more-images img {
  padding: 6px 0;
  width: 100%; }

/*  Product Shop */
.product-view .product-shop .add-to-box button.button.btn-cart span {
  background: none;
  padding: 0px 20px;
  font-size: 14px; }

.product-view .product-options-bottom button.button.btn-cart span {
  background: none;
  margin-left: 5px; }

.product-view .hot-banner img {
  width: 100%; }

.sidebar .hot-banner img {
  width: 100%;
  margin-bottom: 35px; }

.product-view .product-shop {
  margin-top: 0; }

.product-additional {
  display: inline-block; }

.product-additional .block-product-additional {
  margin: 0px;
  background: #fff;
  border: 1px #eaeaea solid;
  text-align: center;
  padding-bottom: 15px; }

.product-additional .block-product-additional p {
  margin: 12px 0;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
  font-size: 13px; }

.product-additional .block .block-title {
  border-bottom: 2px solid #333;
  color: #000000;
  font-size: 14px;
  margin: 0;
  padding: 13px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  background: #f7f7f7; }

.product-additional .block-product-additional .block-content {
  padding: 18px 12px 10px;
  text-align: center;
  line-height: 20px; }

.block .block-content {
  border-top: medium none;
  font-size: 13px;
  overflow: hidden;
  background: #fff; }

.block-progress .block-content {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 8px; }

.block-progress dt.complete {
  margin: 0; }

.product-view .product-name {
  border-bottom: #ececec double; }

.product-view .product-name h1 {
  font-size: 38px;
  margin: 0 0 2px;
  text-align: left;
  line-height: 1.2em;
  padding-bottom: 12px;
  letter-spacing: normal;
  font-weight: 700; }

.product-view .short-description {
  font-size: 13px;
  padding: 20px 0px;
  border-bottom: 1px #ddd dotted; }

.product-view .short-description h2 {
  font-size: 13px;
  color: #333;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase; }

.product-view .short-description p {
  font-size: 13px;
  margin: 0px;
  color: #777; }

.product-view .product-shop .add-to-box {
  padding: 20px 0px;
  overflow: hidden;
  text-align: left;
  margin: 0 0 4px;
  border-bottom: 1px #ddd dotted; }

.product-view .product-shop .add-to-box .btn-cart {
  background: #fff;
  color: #aa272f;
  font-size: 18px;
  text-shadow: none;
  padding: 10px 20px;
  float: left;
  margin-top: 0px;
  font-weight: normal;
  margin-left: 10px;
  border: 2px #aa272f solid;
  border-radius: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

.product-view .product-shop .add-to-box .btn-cart:before {
  padding: 10px 15px; }

.product-view .product-shop .add-to-box .btn-cart:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 2px solid #e0403d;
  color: #fff;
  background-color: #E0403D; }

.product-view .product-shop .product-options-bottom .btn-cart {
  background: #333;
  color: #fff;
  font-size: 16px;
  text-shadow: none;
  padding: 10px 20px;
  float: left;
  margin-top: 0px;
  font-weight: normal;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  margin-left: 10px;
  border: none; }

.product-view .product-shop .product-options-bottom .btn-cart:hover {
  background: #000;
  text-shadow: none;
  color: #fff; }

.product-view .product-shop .add-to-box .icon-basket {
  margin-right: 5px; }

.email-addto-box {
  display: inline-block;
  margin-left: 10px; }

.product-view .email-friend a span {
  font-size: 12px;
  display: none; }

.product-view .promo-banner {
  margin-top: 20px; }

.product-view .product-shop ul.add-to-links {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  display: inline-block; }

.product-view .product-shop .add-to-links li {
  display: inline-block;
  padding: 0px 0px 0px 3px;
  list-style-type: none; }

.product-view .add-to-links span {
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
  text-transform: none;
  display: none; }

.product-view .product-shop .add-to-links li a:hover {
  color: #000; }

.product-view .email-friend a:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 14px;
  padding: 7px;
  vertical-align: middle;
  border-radius: 0px;
  height: 25px;
  width: 25px;
  text-align: center; }

.product-view .email-friend {
  display: inline-block;
  margin: 0px; }

.product-view .email-friend a {
  font-size: 12px;
  display: inline-block;
  border: 1px #ddd solid;
  width: 45px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  color: #999; }

.product-view .email-friend a:hover {
  color: #fff;
  background-color: #aa272f;
  border-color: #aa272f; }

.product-view .product-shop .add-to-links li .separator {
  display: none; }

.product-view .product-shop .add-to-links .link-wishlist:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 14px;
  vertical-align: top;
  text-align: center; }

.product-view .product-shop .add-to-links .link-wishlist {
  color: #999;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  border: 1px #ddd solid;
  width: 45px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  display: inline-block; }

.product-view .product-shop .add-to-links .link-compare:before {
  content: "\f012";
  font-family: FontAwesome;
  font-size: 14px;
  vertical-align: top;
  height: 25px;
  width: 25px;
  text-align: center;
  padding-right: 0px; }

.product-view .product-shop .add-to-links .link-compare {
  color: #999;
  background-color: #FFFFFF;
  font-weight: normal;
  border: 1px #ddd solid;
  width: 45px;
  height: 44px;
  text-align: center;
  line-height: 43px;
  display: inline-block; }

.product-view .product-shop .add-to-links .link-compare:hover, .product-view .product-shop .add-to-links .link-wishlist:hover {
  color: #fff;
  background-color: #aa272f;
  border-color: #aa272f; }

.product-view .product-shop ul.add-to-links a {
  padding: 0;
  margin: 0; }

.product-view .product-shop .ratings {
  padding: 18px 0;
  margin: auto;
  border-bottom: 1px #ddd dotted; }

.product-view .product-shop .ratings .rating-links {
  margin-bottom: 0px;
  display: inline-block; }

.product-view .product-shop .no-rating {
  border-bottom: 1px dotted #ddd;
  margin: auto;
  padding: 18px 0;
  font-size: 13px; }

.availability.in-stock {
  padding: 3px 10px;
  position: absolute;
  top: 20px;
  right: 0px; }

.availability.in-stock span {
  color: #6dbe14;
  font-size: 12px;
  line-height: 16px;
  display: block; }

.product-view .product-shop .price-block {
  position: relative; }

.availability.in-stock span:before {
  content: '\f14a';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle; }

.product-view .product-shop .price-box {
  display: block;
  margin: 0px;
  padding: 15px 0px;
  border-bottom: 1px #ddd dotted;
  position: relative; }

.product-view .product-shop .grouped-items-table .price-box {
  border-bottom: 0px solid #ddd;
  margin: 0;
  padding: 0; }

.product-view .product-shop .price-box .old-price {
  margin: 0px;
  margin-top: 0;
  display: inline-block; }

.product-view .product-shop .special-price {
  display: inline-block;
  margin: 0;
  padding: 0; }

.product-view .product-shop .old-price .price {
  font-size: 20px;
  font-weight: normal; }

.product-view .product-shop .price {
  font-size: 24px;
  color: #fb4e4a;
  font-weight: bold; }

.add-to-cart .qty, .qty-holder .qty {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 0px; }

.add-to-cart .qty {
  padding: 0 5px 1px;
  height: 44px;
  border: 1px #ddd solid;
  text-align: center;
  width: 45px;
  color: #aaa;
  vertical-align: top;
  background: #f8f8f8;
  border-radius: 0px; }

.product-shop .button-up, .product-shop .button-down {
  height: 44px;
  width: 44px; }

.add-to-cart .button-up, .add-to-cart .button-down {
  left: 94px;
  position: absolute; }

.button-up:hover {
  background: #333 url(../images/icon_arrow_up.png) no-repeat 15px 15px; }

.button-down:hover {
  background: #333 url(../images/icon_arrow_down.png) no-repeat 15px 15px; }

.button-up, .button-down {
  height: 44px;
  text-indent: -999em;
  width: 35px;
  border: none; }

.qty-input-text {
  float: left;
  margin-left: 10px; }

.custom button.items-count {
  background-color: #fff;
  border: 1px #ddd solid;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  color: #444;
  font-size: 10px;
  line-height: normal;
  padding: 15px 15px 12px 15px;
  line-height: normal; }

.custom button.items-count:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #aa272f;
  border: 1px solid #aa272f;
  color: #fff;
  background-color: #aa272f; }

.product-view .product-shop .add-to-box .add-to-cart label {
  display: inline-block;
  float: left;
  margin-top: 6px;
  text-align: left;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: normal;
  margin-right: 15px; }

.product-view .product-shop .product-options-bottom .add-to-cart label {
  display: block;
  float: none;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase; }

.button-up:hover, .button-up:focus {
  background-image: url(../images/icon_arrow_up.png) !important;
  background-position: 16px 16px; }

.button-down:hover, .button-down:focus {
  background-image: url(../images/icon_arrow_down.png) !important;
  background-position: 16px 16px; }

/*  Product Collatera */
.product-collateral {
  position: relative;
  padding: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  padding-bottom: 25px;
  margin-bottom: 30px; }

.product-view .box-additional {
  clear: both; }

.tabs {
  border-bottom: 1px #ececec solid; }

#product-tabs {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

#product-tabs > dt {
  text-transform: none;
  font-size: 14px;
  padding: 8px 0px;
  cursor: pointer;
  color: #102343;
  text-transform: none; }

#product-tabs > dt.open {
  position: relative;
  background-color: #fff;
  z-index: 10;
  color: #2CA2E3; }

#product-tabs > dd {
  display: none;
  right: 0;
  top: 0;
  background-color: #fff;
  margin: 0;
  padding: 6px 0;
  line-height: 1.8;
  border-bottom-width: 0 !important;
  font-size: 14px; }

#product-tabs > dd h2 {
  display: none; }

.product-tabs {
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  text-align: left;
  width: 100%;
  border-bottom: 1px #ececec solid; }

.product-tabs li a {
  border-bottom: none;
  color: #777;
  margin-right: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  padding: 0 20px; }

.product-tabs li.active a {
  background: none repeat scroll 0 0 #aa272f;
  color: #fff;
  font-weight: 700;
  padding: 12px 12px; }

.nav-tabs.product-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border-radius: 0px;
  border: none;
  padding: 14px 20px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  background: none repeat scroll 0 0 #aa272f;
  color: #fff; }

.nav-tabs > li > a:hover {
  border: none;
  background: #fff;
  color: #333; }

.tab-content {
  background-color: #FFFFFF;
  overflow: hidden;
  font-size: 14px;
  padding: 25px; }

.tab-content > .active {
  margin-top: 5px;
  font-size: 13px; }

.form-add-tags input.input-text, select, textarea {
  border: 1px solid #5482ab;
  margin-top: 0;
  padding: 6px;
  width: 35%; }

.form-add-tags input.input-text, select, textarea:focus {
  border: 2px solid black;
  margin-top: 0;
  padding: 6px;
  width: 35%; }

.form-add-tags button.button {
  display: inline;
  background: #fff;
  border: 2px solid #eee;
  background: #fff;
  padding: 6px 12px;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; }

button.button.btn-add:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 8px; }

.form-add-tags button.button:hover {
  display: inline;
  background: #aa272f;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 2px #eee solid;
  color: #fff;
  padding: 6px 12px; }

#customer-reviews {
  /*float: left;*/
  margin-top: 15px; }

#customer-reviews .detail {
  font-size: 14px;
  line-height: 18px; }

#customer-reviews h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 0px; }

#customer-reviews h4 {
  display: inline;
  font-size: 14px; }

#customer-reviews h5 {
  display: inline;
  font-size: 14px; }

.box-reviews dl {
  margin-bottom: 0; }

.box-reviews dt {
  font-size: 18px;
  padding: 20px 0 10px; }

#customer-reviews .page-title {
  border: none; }

#customer-reviews .page-title h2 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0;
  padding: 2px 0px;
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.box-reviews1 {
  margin-top: 8px;
  margin-bottom: 20px; }

.box-reviews2 {
  margin-top: 8px;
  margin-bottom: 35px;
  overflow: hidden; }

.box-reviews2 li {
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  border: 1px #ececec solid; }

.review-title {
  margin-top: 0;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400; }

.review-title span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px; }

.box-reviews > .rating-box {
  position: absolute;
  top: 30px;
  right: 30px; }

.box-reviews dd {
  margin-left: 0;
  padding-bottom: 20px; }

.box-reviews .author {
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px; }

.box-reviews .date {
  color: #bdbdbd;
  font-size: 14px;
  font-style: italic; }

.box-reviews .ratings-table {
  float: left;
  margin: 15px 15px 15px 0;
  width: 12%; }

.box-reviews .review {
  border-left: 1px solid #DFDFDF;
  float: left;
  padding-left: 2.5em;
  width: 84%; }

.box-reviews .review .review-txt {
  margin-bottom: 10px; }

.box-reviews ul li h6 {
  font-size: 12px;
  margin-bottom: 3px;
  padding: 0;
  margin-top: 15px;
  text-transform: uppercase; }

.box-reviews2 ul li {
  margin-bottom: 0px;
  clear: both; }

.box-reviews .actions {
  padding-top: 1.5em;
  text-align: right;
  float: right; }

#customer-reviews .form-list li label {
  color: #333;
  font-size: 14px; }

#customer-reviews .buttons-set {
  margin-top: 10px; }

/*detail page view link*/
a.button.view-all:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 8px; }

a.button.view-all {
  display: inline-block;
  border: 0;
  background: #fff;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  vertical-align: top;
  border: 1px solid #ddd;
  text-transform: uppercase; }

.button.view-all:hover {
  background: #e0403d;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #e0403d;
  color: #fff;
  text-decoration: none; }

.box-reviews .form-add h3 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400; }

.box-reviews .form-add h4 {
  font-size: 15px; }

.box-reviews textarea {
  width: 95%;
  margin-top: 4px;
  height: 8em;
  background: #f7f7f7; }

.box-reviews .form-list input.input-text {
  width: 80%;
  padding: 10px;
  margin-bottom: 4px;
  line-height: 20px;
  background: #f7f7f7;
  border: 1px solid black;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset; }

.box-reviews .form-list input.input-text:focus {
  width: 80%;
  padding: 10px;
  margin-bottom: 4px;
  line-height: 20px;
  background: #fff;
  border: 2px solid black;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset; }

.box-reviews .form-list select {
  padding: 12px 15px 12px 165px;
  margin: 0;
  width: 100%;
  line-height: 20px;
  height: 48px; }

.review1 {
  display: inline-block;
  width: 45%;
  float: left; }

.review2 {
  display: inline-block;
  width: 55%; }

#product-review-table {
  margin: 10px 0;
  border: medium none;
  width: 100%; }

#product-review-table th, #product-review-table td {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding: 8px; }

.data-table tbody th, .data-table tbody td {
  border-right: 0px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px; }

#customer-reviews ul {
  margin: auto;
  padding: 0px; }

#customer-reviews li {
  margin-bottom: 0px;
  list-style: none; }

#customer-reviews .form-list li label {
  color: #333;
  font-size: 13px; }

label {
  font-weight: normal; }

.box-reviews .form-list input.input-text {
  width: 80%;
  padding: 10px;
  margin-bottom: 4px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #5482ab;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset; }

.box-reviews textarea {
  border: 1px #ececec solid;
  padding: 10px;
  outline: none;
  color: #aaa;
  background: #fff; }

.nobr {
  white-space: nowrap; }

button.button.submit:before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 11px;
  padding-right: 8px; }

.button:hover {
  border: 0px solid #333;
  color: #FFF; }

.upsell-pro .product-flexslider {
  margin: 0px -10px; }

.upsell-pro {
  margin-bottom: 20px;
  margin-top: 25px; }

#product-tabs > dd h2.product-name {
  display: block; }

#product-tabs .crosssell .flex-direction-nav a {
  width: 50px;
  height: 40px;
  top: 112px; }

#product-tabs .crosssell .flex-direction-nav .flex-prev {
  right: auto;
  left: -10px; }

#product-tabs .crosssell .flex-direction-nav .flex-next {
  right: -10px; }

.box-up-sell .flex-direction-nav a, .box-cross-sell .flex-direction-nav a {
  width: 54px;
  height: 44px;
  top: 0;
  margin-top: -76px;
  margin-right: -1px; }

.product-view .box-tags .form-add input.input-text {
  width: 350px;
  background-color: #FFFFFF;
  border: 1px solid #5482ab;
  border-radius: 0px;
  box-shadow: 0 1px 5px #eee inset;
  margin-right: 10px;
  padding: 8px; }

.up-sell-box {
  border: 1px #ddd solid;
  border-top: none; }

.up-sell-box p.desc {
  margin: 0;
  padding: 10px 10px 0 10px; }

#brand-slider .flex-direction-nav a {
  width: 55px;
  height: 42px;
  top: 0;
  margin-right: -1px; }

.featured-products .flex-direction-nav a {
  width: 54px;
  height: 43px;
  top: 0;
  margin-top: -43px;
  margin-right: -1px; }

#featured-products-list-slider {
  border: 1px #ddd solid;
  border-top: none;
  width: 840px;
  height: 485px; }

.box-up-sell .flex-direction-nav .flex-prev, .box-cross-sell .flex-direction-nav .flex-prev, #brand-slider .flex-direction-nav .flex-prev, .featured-products .flex-direction-nav .flex-prev {
  right: 53px; }

.main .box-up-sell h2.subtitle .line, .main .box-cross-sell h2.subtitle .line, .brand-slider-wrap h2.subtitle .line, .featured-products h2.subtitle .line {
  right: 130px; }

.featured-products {
  position: relative; }

.product-view .box-tags .form-add label {
  line-height: 42px;
  font-size: 16px; }

.product-view .box-tags .form-add .button {
  height: 35px; }

#addTagForm {
  margin-bottom: 5px;
  margin-top: 10px; }

.product-view .box-up-sell {
  margin-top: 10px;
  float: left; }

.product-view .box-up-sell .subtitle {
  margin-right: 0; }

.mini-products-list .price-box * {
  display: inline; }

.mini-products-list .price-box .price {
  margin-right: 10px; }

/* products page */
.category-products ul.products-grid li.item {
  text-align: center;
  margin-bottom: 45px; }

.category-products ul.products-grid li.item.last {
  text-align: center; }

.category-products ul.products-grid li.item img {
  width: 100%; }

.category-products ul.products-grid li.item a.thumb {
  position: relative;
  display: block;
  cursor: pointer; }

.category-products ul.products-grid li.item a.thumb:hover {
  border-color: #999; }

.category-products ul.products-grid li.item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden; }

.category-products ul.products-grid li.item a.thumb span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0a0a0a;
  padding: 8px 0 5px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.category-products ul.products-grid li.item a.thumb span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url("../images/quick-view.png") no-repeat center;
  padding-right: 12px; }

/* === FLIP 3D === */
.category-products ul.products-grid li.item .product-wrapper {
  position: relative;
  margin-top: 20px; }

.category-products ul.products-grid li.item a.thumb.flip {
  transform-style: preserve-3d;
  transition: transform 0.5s linear; }

.category-products ul.products-grid li.item .product-wrapper .thumb-wrapper:hover a.thumb.flip {
  transform: rotateY(180deg); }

.category-products ul.products-grid li.item .product-wrapper a.thumb.flip .face {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  z-index: 1; }

.category-products ul.products-grid li.item .product-wrapper a.thumb.flip .face.back {
  display: block;
  transform: rotateY(180deg);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  z-index: 10; }

.product-view .product-next-prev .product-next {
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  width: 26px;
  height: 24px;
  color: #fff;
  text-align: center;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  position: absolute;
  right: 0px;
  position: absolute;
  z-index: 10;
  top: -125px;
  border: 1px #aaa solid;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

.product-view .product-next-prev .product-next:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 1px solid #aa272f; }

.product-view .product-next-prev .product-next:before {
  content: "\f105";
  font-family: FontAwesome; }

.product-view .product-next-prev .product-prev {
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  width: 26px;
  height: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 35px;
  z-index: 10;
  top: -125px;
  border: 1px #aaa solid;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

.product-view .product-next-prev .product-prev:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #aa272f;
  border: 1px solid #aa272f; }

.product-view .product-next-prev .product-prev:before {
  content: "\f104";
  font-family: FontAwesome; }

/* Related Products */
.related-pro {
  position: relative;
  padding: 0px 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  padding-bottom: 25px; }

.related-pro .new_title {
  text-align: left;
  margin-left: -20px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px; }

.related-pro .new_title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #aa272f;
  margin-top: 0px; }

.related-pro .new_title h2:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #d95451 #d95451 transparent transparent; }

.related-pro .owl-item .item {
  float: left;
  background: #FFF;
  margin-top: 20px; }

.related-pro .owl-item .item {
  margin-left: 14px;
  margin-right: 14px; }

/* Cart page */
.shopping-cart-tbl {
  padding: 0px 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px; }

.cart {
  padding: 10px 0;
  margin-top: 25px; }

#shopping-cart-table {
  border: none;
  width: 100%;
  background-color: #FFFFFF;
  text-align: left;
  margin-top: 25px; }

.cart-table .btn-continue {
  float: left; }

button.button span {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase; }

button.button.btn-continue:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

.data-table td {
  line-height: 20px;
  padding: 15px;
  vertical-align: center; }

#shopping-cart-table tfoot tr td.last {
  border-top: none;
  border-top: #ececec double;
  background: #fff;
  border-bottom: none; }

button.button.btn-update:before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

button.button#empty_cart_button:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

.cart-table .btn-update, .cart-table .btn-empty {
  float: right;
  margin-left: 8px; }

#shopping-cart-table .product-name {
  margin: 0px;
  padding-bottom: 0px;
  font-size: 16px; }

#shopping-cart-table .product-name a {
  text-transform: none; }

#shopping-cart-table.data-table .price {
  font-weight: bold; }

#shopping-cart-table input.qty {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: normal;
  margin: 0 !important;
  outline: medium none;
  padding: 6px 10px;
  width: 40px;
  text-align: center; }

#shopping-cart-table .edit-bnt {
  float: left;
  margin-top: 0px; }

.edit-bnt:before {
  content: "\f040";
  font-family: FontAwesome;
  font-size: 12px;
  padding: 9px 10px; }

a.edit-bnt:hover {
  color: #339900; }

.edit-bnt span {
  display: none; }

#shopping-cart-table a.remove-item {
  background-color: #fff;
  background-image: none;
  color: #333;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  float: left;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #ddd solid; }

#shopping-cart-table a.remove-item:hover {
  background-color: #aa272f;
  color: #fff;
  border: 1px #aa272f solid; }

#shopping-cart-table a.remove-item:before {
  content: "\f014";
  font-family: FontAwesome;
  font-size: 16px; }

#shopping-cart-table a.remove-item span {
  display: none; }

#discount-coupon-form label {
  font-weight: normal; }

.totals h3 {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 10px 0;
  text-transform: uppercase; }

.cart-collaterals .col2-set .col-2 {
  width: 320px; }

.totals .inner {
  padding: 15px 0px;
  background-color: #fff;
  margin-top: 0px; }

.cart-collaterals h3 {
  font-size: 14px;
  background-color: #fff;
  color: #333;
  margin-bottom: 14px;
  border-bottom: #ececec double;
  padding: 12px 0px;
  text-transform: uppercase;
  font-weight: 700;
  margin: auto; }

.shipping-form {
  padding: 15px 0px; }

#shipping-zip-form p {
  margin: 2px 0 4px; }

.form-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.form-list li {
  margin: 0 0 10px;
  position: relative; }

.form-list label {
  position: relative;
  z-index: 0;
  font-weight: normal;
  color: #333;
  display: inline;
  font-size: 13px; }

#shipping-zip-form .form-list label {
  display: block; }

.form-list label.required em {
  font-style: normal;
  color: #ff0000; }

#login-form em {
  font-style: normal;
  color: #ff0000; }

.required em {
  color: #ff0000; }

.required {
  color: #ff0000; }

.form-list .input-box {
  display: block;
  clear: both;
  margin-bottom: 0; }

.form-list select {
  margin: 5px 0 2px;
  width: 100%;
  outline: none; }

.shipping {
  margin-top: 25px; }

.discount {
  margin-top: 25px;
  min-height: 150px; }

.totals {
  margin-top: 25px;
  min-height: 360px; }

#discount-coupon-form {
  padding: 15px 0px; }

.cart-collaterals {
  padding: 0px 25px;
  position: relative;
  z-index: 1000;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2); }

.shipping .form-list select {
  width: 100%;
  background-color: #fff;
  border: 1px #ddd solid;
  padding: 5px 10px; }

.form-list input.input-text {
  background: #fff;
  border: 1px black solid;
  padding: 5px 10px;
  width: 100%;
  margin-top: 5px;
  outline: none;
  color: #aaa; }

.shipping .form-list input.input-text {
  width: 100%; }

button.button.get-quote:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

input.input-text, select, textarea {
  background-color: #fff;
  padding: 10px;
  outline: none;
  color: #333;
  border: 1px #5482ab solid; }

input#coupon_code {
  margin: 8px 0;
  width: 100%;
  font-size: 15px; }

button.button.coupon:before {
  content: "\f02b";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

#shopping-cart-totals-table {
  float: right;
  width: 100%;
  padding-bottom: 8px; }

.cart .totals table th, .cart .totals table td {
  padding: 5px;
  border: none !important;
  background: none !important;
  border: medium none !important;
  box-shadow: none !important;
  color: #333 !important; }

.checkout {
  color: #666666;
  padding-top: 5px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0; }

button.button.btn-proceed-checkout {
  background: #aa272f;
  padding: 15px 0px;
  color: #fff;
  width: 100%;
  border: none; }

button.button.btn-proceed-checkout:hover {
  background: #aa272f;
  color: #fff;
  padding: 12px 0px;
  border: none; }

button.button.btn-proceed-checkout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  padding-right: 5px; }

button.button.btn-proceed-checkout span {
  font-size: 18px;
  font-weight: normal; }

.checkout a {
  text-decoration: underline;
  color: #aa272f; }

#shopping-cart-totals-table .price {
  font-size: 14px;
  color: #333;
  font-weight: bold; }

#shopping-cart-totals-table strong span.price {
  font-weight: 900; }

.a-right {
  text-align: right !important; }

.crosssel h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 7px;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }

/* Cart page End */
#wishlist-table {
  border: none;
  text-align: left; }

#wishlist-table .product-name {
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase; }

#wishlist-table .product-name a {
  text-transform: uppercase; }

#wishlist-table input.qty {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
  width: 50px; }

#wishlist-table .description {
  margin: 10px 0; }

#wishlist-table img {
  width: auto; }

#wishlist-table button.button.btn-cart {
  padding: 0px;
  color: #222;
  background-color: inherit;
  border: none;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  margin: 0 0 10px !important;
  border: 1px #ddd solid !important; }

#wishlist-table button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 16px;
  background: none;
  border: none;
  color: #333;
  padding: 6px 10px; }

#wishlist-table button.button.btn-cart:hover {
  color: #333; }

#wishlist-table button.button.btn-cart span {
  display: none; }

#wishlist-table a.remove-item {
  padding: 6px 11px;
  color: #333;
  background-color: inherit;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px #333 solid;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  text-decoration: none;
  border: 1px #ddd solid;
  display: block; }

#wishlist-table a.remove-item:before {
  content: "\f014";
  font-family: FontAwesome; }

.btn-edit {
  padding: 5px 11px;
  border: 1px #ddd solid;
  display: block;
  text-align: center; }

small {
  font-size: 85%;
  font-weight: normal;
  text-transform: lowercase; }

a:hover small {
  color: #fff; }

.my-wishlist .buttons-set2 {
  border-top: #ececec double;
  padding-top: 25px; }

.my-wishlist .buttons-set2 .btn-update {
  float: right;
  margin-right: 2px; }

.my-wishlist button.button span {
  font-size: 11px; }

.my-wishlist .buttons-set2 .btn-share {
  float: right;
  margin-left: 8px; }

button.button.btn-share:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

.my-wishlist .buttons-set2 .btn-add {
  float: right;
  margin-left: 8px; }

.my-wishlist .back-link {
  float: left; }

.state_bar {
  padding: 0; }

.checkout-progress {
  padding-top: 0px;
  margin: 0px 0 0px;
  overflow: hidden;
  padding: 0;
  list-style: none; }

.checkout-progress li {
  list-style-type: none;
  width: 19%;
  text-align: center;
  color: #fff;
  margin-right: 0px;
  padding: 7px 7px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 10px;
  border-radius: 0px;
  border: 2px #fff solid; }

.checkout-progress li.last {
  margin-right: 0px; }

.checkout-progress li.active {
  color: #fff;
  background-color: #aa272f;
  border: 2px #aa272f solid; }

.multiple_addresses {
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px; }

.page-title_multi h2 {
  font-size: 18px;
  float: left;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px; }

.multiple_addresses .title-buttons {
  text-align: right; }

button.button.new-address:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

.addresses {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

#multiship-addresses-table {
  margin-top: 5px;
  border: none;
  overflow: hidden; }

#multiship-addresses-table h4 {
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  font-weight: normal; }

.multiple-checkout select {
  width: 100%;
  min-width: 315px; }

#multiship-addresses-table .btn-remove {
  background-color: inherit;
  background-image: none;
  color: #333;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #fff;
  float: left;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  line-height: 12px;
  border: 1px #ddd solid; }

.multiple_addresses .addresses select {
  border: 1px #ddd solid;
  padding: 7px 10px; }

#multiship-addresses-table .btn-remove:before {
  content: "\f014";
  font-family: FontAwesome; }

#multiship-addresses-table .btn-remove:hover {
  color: #fff;
  background-color: #aa272f;
  border: 1px #aa272f solid; }

#multiship-addresses-table .btn-remove span {
  display: none; }

#multiship-addresses-table input.input-text {
  background-color: #FFF;
  padding: 6px 8px;
  border: 1px solid #5482ab;
  text-align: center; }

.state_bar li {
  width: 19%;
  display: inline-block !important; }

.multiple_addresses .addresses {
  margin: 15px 0; }

.multiple_addresses .buttons-set {
  margin: auto; }

.multiple_addresses .multiple-checkout {
  padding-bottom: 15px; }

.multiple_addresses .buttons-set {
  margin: 10px 0; }

.back-link {
  float: left; }

.multiple-checkout .buttons-set .button {
  float: right; }

.account-login {
  padding: 0px;
  position: relative;
  padding-bottom: 45px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px; }

.account-login .page-title h1, .account-login .page-title h2 {
  border-bottom: none; }

.account-login .col2-set .col-1 {
  float: left;
  padding-bottom: 0;
  padding: 25px;
  text-align: left;
  width: 48%;
  margin-top: 10px; }

.account-login .required {
  color: #F00; }

.account-login .col2-set .col-1 strong {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: 1px #eee solid;
  padding-bottom: 6px;
  width: 100%;
  border-bottom: #ececec double;
  font-weight: 700; }

.account-login .col2-set .col-2 strong {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: 1px #eee solid;
  padding-bottom: 6px;
  width: 100%;
  border-bottom: #ececec double;
  font-weight: 700; }

.account-login .col2-set .col-2 {
  float: right;
  padding-bottom: 0;
  padding: 25px;
  text-align: left;
  width: 48%;
  margin-top: 10px; }

button.button.create-account:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

button.button.login:before {
  content: '\f13e';
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px; }

.account-login .form-list input.input-text {
  background: #fff;
  border: 1px solid #5482ab;
  padding: 5px;
  width: 100%;
  margin-top: 5px;
  outline: none;
  color: #666; }

.group-select ul {
  padding-left: 0px; }

/* 404 Page */
.content-wrapper {
  margin: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px; }

.page-not-found h2 {
  color: #da2c2a;
  font-size: 12em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Shadows Into Light'; }

.page-not-found h3 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4em;
  text-transform: uppercase;
  letter-spacing: 5px; }

.page-not-found h3 img {
  margin-right: 8px;
  vertical-align: text-bottom; }

.page-not-found p {
  color: #666;
  font-size: 1.33em;
  line-height: 1.5em;
  margin-bottom: 0.75em; }

.page-not-found .btn-home {
  background-color: #fff;
  border: #ddd double;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  padding: 10px 35px;
  text-decoration: none;
  height: auto;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; }

.page-not-found .btn-home:hover {
  background-color: #000;
  color: #fff; }

.page-not-found .btn-home span {
  margin: 0;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-decoration: none; }

/* Footer */
/* BRAND SLIDER */
.logo-brand {
  padding: 0px 10px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2); }

.brand-logo {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px; }

#brand-logo-slider {
  margin: 0px 0px !important; }

.brand-logo .slider-items-products .item {
  text-align: center;
  margin: 0 9px 0px 10px; }

.logo-item {
  border: 1px #e5e5e5 solid;
  line-height: 85px;
  margin-top: 18px; }

.logo-brand .new_title {
  text-align: left;
  margin-left: -20px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px; }

.logo-brand .new_title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #aa272f;
  margin-top: 0px; }

.logo-brand .new_title h2:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #6a9c32 #6a9c32 transparent transparent; }

/* newsletter */
.newsletter {
  margin: 0 0 20px 0;
  padding: 5px 0 0;
  position: relative;
  width: 820px;
  margin: auto;
  margin: auto; }

.newsletter-wrap h4 {
  margin-bottom: 3px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  padding: 0px;
  padding-top: 10px;
  margin-left: 25px; }

.newsletter-wrap input[type="text"] {
  background: #FFFFFF;
  width: 450px;
  height: 18px;
  display: inline-block;
  color: #a7a7a7;
  line-height: 22px;
  background-color: #fff;
  border: none;
  padding-left: 10px;
  font-size: 13px;
  border: none; }

button.subscribe:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 5px;
  color: #ffffff; }

.newsletter-wrap button.subscribe {
  background: none;
  border: 0 none;
  filter: none;
  overflow: hidden;
  padding: 7px 18px;
  cursor: pointer;
  font-weight: bold;
  border: 2px #aa272f solid;
  background: #aa272f; }

.newsletter-wrap button.subscribe:hover {
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #000;
  border: 2px solid #fff;
  filter: none;
  overflow: hidden;
  padding: 7px 18px; }

.newsletter-wrap button.subscribe span {
  color: #ffffff;
  font-size: 14px; }

.newsletter-wrap input[type="text"] {
  background: #FFFFFF;
  height: auto;
  display: inline-block;
  color: #a7a7a7;
  line-height: 22px;
  background-color: #fff;
  border: none;
  font-size: 13px;
  border: none;
  padding: 8px 10px;
  width: 425px !important; }

.com-add {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  padding-bottom: 6px; }

.add-icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  border-radius: 30px;
  border: 2px #aaa solid;
  border-radius: 25px; }

.email-footer {
  overflow: hidden;
  margin-top: 12px;
  font-size: 14px; }

.email-footer a {
  font-size: 14px;
  line-height: 35px;
  color: #aaa; }

.phone-footer {
  overflow: hidden;
  font-size: 14px;
  line-height: 35px;
  color: #aaa;
  margin-bottom: 10px;
  margin-top: 12px; }

.icon-location-arrow:before {
  color: #fff; }

.icon-mobile-phone:before {
  color: #fff; }

.icon-envelope:before {
  color: #fff; }

.email-icon:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  border: 2px #aaa solid;
  border-radius: 25px; }

.phone-icon:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  border: 2px #aaa solid;
  border-radius: 25px; }

.contact-info {
  text-align: center; }

ul.contact-info span {
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #666;
  float: left; }

ul.contact-info li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: inline-block; }

ul.contact-info li.last {
  float: left;
  margin-bottom: 0px;
  border-bottom: 0px #2D3D4C solid; }

#container_newsletter {
  width: 100%;
  padding: 7px 0 7px 0;
  background: #f7f7f7;
  margin: 36px 0 22px 0; }

#text_container_news {
  width: 205px;
  height: 34px;
  float: left;
  margin-left: 30px;
  text-transform: uppercase;
  font-family: arial;
  font-size: 10px;
  color: #647177;
  padding-top: 7px; }

#text_container_news span {
  color: #959a9c;
  font-size: 9px; }

#container_form_news {
  position: relative;
  z-index: 0; }

#container_form_news2 input[type="text"] {
  background: #FFFFFF;
  width: 65%;
  display: inline;
  color: #a7a7a7;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e9e7e7;
  padding-left: 10px;
  font-size: 13px;
  margin-right: 0px; }

#container_form_news2 input[type="submit"] {
  cursor: pointer;
  border: 0;
  background: #FFFFFF;
  width: 20px;
  height: 12px;
  display: block;
  position: relative;
  color: #a7a7a7;
  font-size: 10px;
  line-height: 20px;
  top: -18px;
  right: -160px; }

address {
  display: block;
  margin: auto;
  font-style: normal;
  line-height: 21px;
  color: #999;
  padding-top: 10px;
  margin-top: 10px;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 15px; }

.social-section {
  padding: 0px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  background: #191919; }

.social-section .inner {
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 20px; }

.social {
  overflow: hidden; }

.social a {
  color: #aa272f;
  width: 38px;
  height: 38px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 30px; }

.social a:hover {
  color: #fff; }

.social .fb a:before {
  content: "\f09a";
  font-family: FontAwesome; }

.social .fb a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0; }

.social .fb a:hover {
  background: #3C5B9B !important; }

.social .tw a:before {
  content: "\f099";
  font-family: FontAwesome; }

.social .tw a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0; }

.social .tw a:hover {
  background: #359BED !important; }

.social .googleplus a:before {
  content: "\f0d5";
  font-family: FontAwesome; }

.social .googleplus a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0; }

.social .googleplus a:hover {
  background: #E33729 !important; }

.social .rss a:before {
  content: "\f09e";
  font-family: FontAwesome; }

.social .rss a {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0; }

.social .rss a:hover {
  background: #FD9F13 !important; }

.social .pintrest a:before {
  content: "\f0d3";
  font-family: FontAwesome; }

.social .pintrest a {
  content: "\f0d3";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0; }

.social .pintrest a:hover {
  background: #cb2027 !important; }

.social .linkedin a:before {
  content: "\f0e1";
  font-family: FontAwesome; }

.social .linkedin a {
  content: "\f0e1";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0; }

.social .linkedin a:hover {
  background: #027ba5 !important; }

.social .youtube a:before {
  content: "\f167";
  font-family: FontAwesome; }

.social .youtube a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0; }

.social .youtube a:hover {
  background: #F03434 !important; }

.social h4 {
  margin: 25px 0 0px 0px; }

.social ul {
  margin: 0;
  list-style: none; }

.social ul li {
  margin-right: 7px; }

.social ul li {
  border-bottom: none; }

.social a {
  transition: background 400ms ease-in-out;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out; }

.payment-accept {
  color: #333333;
  font-size: 14px;
  margin: auto;
  overflow: hidden;
  float: left; }

.payment-accept img {
  margin-right: 10px; }

.payment-accept img:hover {
  opacity: 1; }

.glyphicon-remove1:before {
  content: "\e014"; }

.glyphicon-remove1 {
  right: 8px; }

button.swalButton {
  display: inline-block;
  border: 0;
  background: blue;
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 10px;
  border: 1px solid #5482ab;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

button.swalButton:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #aa272f;
  border: 1px solid #5482ab;
  color: #fff; }

button.button {
  display: inline-block;
  border: 0;
  background: #ffdb75;
  padding: 8px 15px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  border: 1px black solid !important;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

button.button:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #aa272f;
  border: 1px solid #e0403d;
  color: #fff; }

button.confirmButton {
  display: inline-block;
  border: 0;
  background: #ffdb75;
  color: black;
  padding: 8px 15px;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  border: 1px black solid !important;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff; }

button.confirmButton:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #aa272f;
  border: 1px solid #e0403d;
  color: #fff; }

button.cancelButton {
  display: inline-block;
  border: 0;
  background: #ffdb75;
  color: black;
  padding: 8px 15px;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  border: 1px black solid !important;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
  margin-left: 15px; }

button.cancelButton:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #aa272f;
  border: 1px solid #e0403d;
  color: #fff; }

button.button span span {
  border: 0;
  padding: 0;
  background: none; }

.button, .btn, .button-inverse, .button-vote, .sidebar .button, .sidebar .btn, .dropdown .dropdown-menu .button, .buttons-set .back-link a, .scrolltop, .button-tabs li a {
  border: 2px #ddd solid;
  text-transform: uppercase; }

.button:hover, .button:focus, .btn:hover, .btn:focus, .button-inverse, .button-vote:hover, .sidebar .button:hover, .sidebar .button:focus, .sidebar .btn:hover, .sidebar .btn:focus, .form-list .bootstrap-select.btn-group .btn:hover .caret, .form-list .bootstrap-select.btn-group .btn:focus .caret, .buttons-set .back-link a:hover, .buttons-set .back-link a:focus, .scrolltop, .button-tabs li a:hover, .button-tabs li a:focus {
  border: 2px #aa272f solid;
  color: white;
  background: #333; }

/*.products-grid-home .link-wishlist:before {
  content: "\f004";
}

.products-grid-home .link-compare:before {
  content: "\f012";
}

.products-grid-home .link-wishlist {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  margin-right: 7px
}

.products-grid-home .box-inner .actions .link-wishlist span, .products-grid-home .box-inner .actions .add-to-links a.link-compare span {
  display: none;
}

.products-grid-home .link-compare {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px
}*/
.mm-toggle-wrap {
  display: none; }

.product-shop .social {
  margin-top: 20px; }

.product-shop .social a {
  border: 1px #ddd solid;
  color: #888;
  width: 40px;
  height: 40px;
  line-height: 38px; }

.product-shop .social a:hover {
  color: #fff; }

.product-shop .social ul {
  padding: 0px;
  margin: 0px; }

.product-shop .social ul li {
  display: inline-block;
  margin: 0 7px 0 0; }

.product-shop .social ul li:last-child {
  border: none; }

.sendfriend-product-send .login_page h2 {
  font-size: 14px; }

.sendfriend-product-send .login_page .form-list .field {
  float: left;
  width: 47%;
  margin-right: 10px; }

.sendfriend-product-send .login_page textarea {
  width: 95%; }

.product-options-bottom .sharing-links {
  display: none; }

.add-to-box .add-to-cart, .product-options-bottom .add-to-cart {
  margin: 0; }

.product-view .product-shop .grouped-items-table .price {
  font-size: 18px; }

#product-options-wrapper .options-list .price {
  font-size: 12px; }

.radio, .checkbox {
  display: inline-block; }

.rhs4-banner-block {
  display: none; }

.rhs4-block {
  display: none; }

.noitem {
  padding: 10px;
  text-align: center;
  font-size: 14px; }

.noitem:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 40px;
  color: #ccc;
  width: 100%;
  display: block; }

.validation-advice {
  color: #FF0000; }

.form-list .validation-advice {
  color: #FF0000;
  position: relative; }

.mgkosc-login-input-box .validation-advice {
  color: #FF0000;
  position: relative; }

.footer-top .newsletter .validation-advice {
  left: 106px; }

/*============ Global Messages  ============*/
.success {
  color: #3d6611;
  font-weight: bold; }

.error {
  color: #df280a;
  font-weight: bold; }

.notice {
  color: #000000; }

.messages, .messages ul {
  list-style: none !important;
  /*margin: 0 !important;*/
  padding: 0 !important; }

.messages {
  width: 100%;
  overflow: hidden;
  text-align: left; }

.messages li {
  margin: 5px 0 10px !important; }

.messages li li {
  margin: 0 0 3px !important; }

.error-msg, .success-msg, .note-msg, .notice-msg {
  border-style: solid !important;
  border-width: 0px !important;
  border-radius: 0px;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  /*min-height:20px !important;*/
  padding: 8px 8px 8px 8px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-align: center; }

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a; }

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611; }

.note-msg, .notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611; }

/**Global Messages**/
.review-product-list .email-addto-box {
  float: left; }

.checkout-cart-index .shipping .sp-methods {
  margin-left: -12px;
  margin-top: 10px; }

.checkout-cart-index .shipping .sp-methods dd ul li {
  margin-bottom: 10px; }

#my-reviews-table h2 {
  font-size: 16px;
  margin: 0; }

.review-customer-view .product-img-box {
  float: left;
  margin-right: 10px; }

.review-customer-view .product-details {
  float: left; }

.review-customer-view .buttons-set {
  clear: both; }

.review-customer-view .label {
  display: block; }

.review-customer-view .product-details h3 {
  font-size: 14px;
  margin: 0; }

.simple .footer-bottom {
  border: none; }

.dashboard h2 {
  font-size: 16px; }

.dashboard h4 {
  font-size: 14px; }

.my-account .group-select h2 {
  font-size: 16px; }

.login_page .pager .limiter {
  float: right;
  margin-left: 20px; }

.login_page .pager .limiter label {
  float: none; }

.login_page .pager .pages {
  float: left;
  margin-left: 20px;
  margin-top: 8px; }

.login_page .pager .amount {
  margin-top: 12px; }

.pagination li.current span {
  background-color: #F23534;
  border: medium none;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 0;
  box-shadow: none; }

.login_page .pager {
  background: none repeat scroll 0 0 #F5F5F5;
  clear: both;
  color: #666666;
  display: inline-block;
  margin-top: 0;
  padding: 15px;
  width: 100%; }

#my-orders-table {
  margin-bottom: 5px; }

.order-info {
  border: 1px solid #DDDDDD;
  margin: 5px 0 8px;
  padding: 4px 8px; }

.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
  margin: 0;
  padding: 0; }

.order-info .current {
  font-weight: bold; }

.order-info li {
  margin: 0 3px; }

#my-orders-table h3 {
  font-size: 16px;
  margin-top: 0px; }

#multiship-addresses-table h3 {
  font-size: 12px;
  line-height: 18px;
  margin: 0; }

.group-select h2 {
  font-size: 16px; }

.multiple-checkout h3 {
  font-size: 16px; }

.checkout-agreements {
  border: 1px solid #EAEAEA;
  margin-top: 20px;
  padding: 10px; }

/*.header-container .logout {
	float: right;
	margin-top: 20px;
	font-family: DIN, Helvetica, Arial, sans-serif
}
.header-container .logout a {
	color: #333;
	background: #fff;
	border: 1px #ddd solid;
	padding: 0px 8px;
	display: block;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 32px;
}*/
.toolbar .pager .pages {
  float: left; }

.one-page-checkout h3 {
  font-size: 16px;
  margin: 0px; }

#review-buttons-container .btn-checkout {
  float: right; }

#checkout-review-submit .checkout-agreements {
  margin-bottom: 10px !important; }

.block-layered-nav .btn-remove1 {
  display: none; }

.button-set .bnt-comment {
  margin-bottom: 10px !important; }

.commentlist li .comment-wrapper {
  padding: 0 20px 17px 0px !important; }

.tabcontent {
  margin-top: 15px; }

.sale-offer-box {
  display: none; }

.offer-section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px; }

.offer-section .container {
  width: 100%; }

.offer-section .col-lg-4, .offer-section .col-sm-4, .offer-section .col-xs-12 {
  padding: 0px; }

.offer-section .col {
  float: none;
  padding: 0px 0px; }

.offer-section .container img {
  width: 100%; }

.offer-section > div a {
  display: block;
  overflow: hidden; }

.offer-section > div a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform; }

.offer-section > div a:hover img {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
  -moz-transform: scale(1.11); }

.top-banner-section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px; }

.top-banner-section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px; }

.top-banner-section .container img {
  width: 100%; }

.top-banner-section > div a {
  display: block;
  overflow: hidden; }

.top-banner-section > div a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0); }

.top-banner-section > div a:hover img {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
  -moz-transform: scale(1.11); }

.top-banner-section .col {
  float: none;
  padding: 0px 0px; }

.add-banner1 {
  background: url(../images/offer_banner1.png) no-repeat top left;
  padding: 20% 0px !important;
  color: #fff;
  text-align: center;
  font-size: 18px; }

.add-banner1 strong {
  font-size: 30px;
  display: block;
  margin-bottom: 5px; }

.offer {
  background: url(../images/offer-bg.png) no-repeat top left;
  color: #fff;
  text-align: center;
  padding: 20% 0px !important;
  font-size: 18px; }

.offer strong {
  font-size: 30px;
  display: block;
  margin-bottom: 5px; }

.header-banner {
  overflow: hidden;
  background: #252932; }

.header-banner .cross-img {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 7px; }

.header-banner .assetBlock {
  width: 1170px;
  text-align: center;
  margin: auto;
  padding: 10px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff; }

.header-banner p {
  margin: 0px; }

.header-banner .assetBlock a {
  color: #aa272f; }

.header-banner .assetBlock span {
  color: #aa272f; }

.cms-index-index .sale-offer-box {
  display: block; }

.sale-offer-box {
  margin: auto;
  display: none;
  position: relative;
  width: 1200px; }

.sale-offer-left {
  left: -120px;
  position: absolute;
  margin-top: 30%; }

.sale-offer-right {
  position: absolute;
  margin-top: 30%;
  right: -120px; }

/*  offer-slider   **/
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.parallax-2 {
  padding-top: 25px;
  padding-bottom: 0px; }

/*  offer-slider   **/
/*  custom-slider  */
.custom-slider h3 a {
  text-shadow: none;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-style: normal; }

.custom-slider .carousel-caption {
  text-shadow: none;
  padding: 0px 15px !important;
  font-family: georgia;
  font-style: italic;
  font-size: 16px; }

#carousel-example-generic {
  background: #fff !important; }

#carousel-example-generic .carousel-control.left {
  background: none; }

#carousel-example-generic .carousel-control.right {
  background: none; }

#carousel-example-generic .carousel-inner {
  margin: 0px; }

#carousel-example-generic .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  top: 3%; }

.custom-slider .carousel-indicators {
  width: auto;
  margin-left: -20px; }

.custom-slider .carousel-control {
  display: none; }

.custom-slider img {
  border-radius: 0px; }

.custom-slider .link {
  border-bottom: 1px #fff solid;
  display: inline-block;
  margin-top: 0px;
  color: #fff;
  font-weight: normal;
  font-style: normal; }

/*  category-slider  */
/*  custom-slider  */
.category-description {
  overflow: hidden;
  padding-bottom: 10px; }

.category-description .container {
  width: 100%;
  padding: 0px; }

.category-description a {
  display: block; }

.category-description img {
  vertical-align: bottom;
  display: block; }

.category-description .product-flexslider {
  margin: 0px; }

.category-description .owl-theme .owl-controls {
  margin: 0px; }

.category-description .small-tag {
  font-size: 15px;
  display: block;
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 5px; }

.category-description .small-tag span {
  background: #ffc000;
  display: inline-block;
  line-height: 90px;
  padding-left: 10px;
  padding-right: 20px;
  height: 90px;
  width: 90px;
  border-radius: 80px;
  font-size: 40px;
  color: #fff; }

/*	Category Image */
.cat-img-title {
  display: block;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin: 6%;
  padding: 0;
  top: 66%;
  height: 30%; }

.cat-img-title.cat-box {
  margin: 0;
  width: 100%;
  text-align: left;
  top: 25%; }

.cat-img-title.cat-box .inner {
  width: 1170px;
  margin: auto; }

.cat-img-title .cat-heading {
  font-size: 50px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin-top: 10px; }

.cat-img-title p {
  clear: left;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 1px;
  padding: 0.25em 0.5em;
  font-weight: normal;
  color: #fff; }

.cat-img-title.cat-bg p {
  color: #fff; }

.category-description .slider-items-products .owl-buttons .owl-prev {
  left: 12px;
  position: absolute;
  top: 45%;
  background: none; }

.category-description .slider-items-products .owl-buttons .owl-next {
  right: -20px;
  position: absolute;
  top: 45%;
  background: none; }

.category-description .slider-items-products .owl-buttons a {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 0px;
  padding: 5px 3px 10px 0px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px;
  background: #fff;
  opacity: 0.5;
  border: 1px #ddd solid;
  margin-top: -15px; }

.category-description .slider-items-products .owl-buttons a:hover {
  background: #222;
  opacity: 1;
  border: 1px #ddd solid;
  color: #fff; }

.category-description .slider-items-products .owl-buttons .owl-prev a:before {
  font-size: 24px;
  padding: 0px 8px;
  line-height: 16px; }

.category-description .slider-items-products .owl-buttons .owl-next a:before {
  font-size: 24px;
  padding: 0px 8px;
  line-height: 16px; }

.category-description .owl-item .item {
  margin: auto; }

.header-banner.mobile-show .our-features-box {
  display: none; }

#nav-home p {
  display: none; }

#mgkquickview {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

#mgkquickview1 {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

#mgkquickview2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

#mgkquickview3 {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

.product-shop .social {
  float: left;
  margin-bottom: 10px; }

.product-shop .social ul li {
  display: inline-block;
  margin: 0 7px 0 0; }

.sendfriend-product-send .login_page h2 {
  font-size: 14px; }

.sendfriend-product-send .login_page .form-list .field {
  float: left;
  width: 47%;
  margin-right: 10px; }

.sendfriend-product-send .login_page textarea {
  width: 95%; }

.product-options-bottom .sharing-links {
  display: none; }

.product-view .product-shop .grouped-items-table .price {
  font-size: 18px; }

#product-options-wrapper .options-list .price {
  font-size: 12px; }

.radio, .checkbox {
  display: inline-block; }

.noitem {
  padding: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 1px; }

.noitem:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 40px;
  color: #ccc;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  display: block !important; }

.validation-advice {
  color: #FF0000;
  margin: 3px 0px; }

.newsletter-wrap .validation-advice {
  position: absolute; }

.form-list .validation-advice {
  color: #FF0000;
  position: relative; }

.mgkosc-login-input-box .validation-advice {
  color: #FF0000;
  position: relative; }

.footer-top .newsletter .validation-advice {
  left: 106px; }

/*============ Global Messages  ============*/
.success {
  color: #3d6611;
  font-weight: bold; }

.error {
  color: #df280a;
  font-weight: bold; }

.notice {
  color: #000000; }

.messages, .messages ul {
  list-style: none !important;
  /*margin: 0 !important;*/
  padding: 0 !important; }

.messages {
  width: 100%;
  overflow: hidden;
  text-align: left; }

.messages li {
  margin: 5px 0 10px !important; }

.messages li li {
  margin: 0 0 3px !important; }

.error-msg, .success-msg, .note-msg, .notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  /*min-height:20px !important;*/
  padding: 8px 8px 8px 8px !important;
  font-size: 11px !important;
  font-weight: 900 !important; }

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a; }

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611; }

.note-msg, .notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611; }

/**Global Messages**/
.review-product-list .email-addto-box {
  float: left; }

.checkout-cart-index .shipping .sp-methods {
  margin-left: 0px;
  margin-top: 10px; }

.checkout-cart-index .shipping .sp-methods ul {
  margin: 0px;
  padding: 0px; }

.checkout-cart-index .shipping .sp-methods dd ul li {
  margin-bottom: 10px;
  display: block; }

#my-reviews-table h2 {
  font-size: 16px;
  margin: 0; }

.review-customer-view .product-img-box {
  float: left;
  margin-right: 10px; }

.review-customer-view .product-details {
  float: left; }

.review-customer-view .buttons-set {
  clear: both; }

.review-customer-view .label {
  display: block; }

.review-customer-view .product-details h3 {
  font-size: 14px;
  margin: 0; }

.dashboard h2 {
  font-size: 16px; }

.dashboard h4 {
  font-size: 14px;
  font-weight: 700; }

.title-buttons strong {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.my-account .group-select h2 {
  font-size: 16px; }

.login_page .pager .limiter {
  float: right;
  margin-left: 20px; }

.login_page .pager .limiter label {
  float: none; }

.login_page .pager .pages {
  float: left;
  margin-left: 20px;
  margin-top: 8px; }

.login_page .pager .amount {
  margin-top: 12px; }

#my-orders-table {
  margin-bottom: 5px; }

.order-info {
  border: 1px solid #DDDDDD;
  margin: 5px 0 8px;
  padding: 4px 8px; }

.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
  margin: 0;
  padding: 0; }

.order-info .current {
  font-weight: bold; }

.order-info li {
  margin: 0 3px; }

#my-orders-table h3 {
  font-size: 16px;
  margin-top: 0px; }

#multiship-addresses-table h3 {
  font-size: 13px;
  line-height: 18px;
  margin: 0; }

.group-select h2 {
  font-size: 16px; }

.multiple-checkout h3 {
  font-size: 16px; }

.checkout-agreements {
  border: 1px solid #EAEAEA;
  margin-top: 20px;
  padding: 10px; }

.one-page-checkout h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px; }

#review-buttons-container .btn-checkout {
  float: right; }

#checkout-review-submit .checkout-agreements {
  margin-bottom: 10px !important; }

.block-layered-nav .btn-remove1 {
  display: none; }

.button-set .bnt-comment {
  margin-bottom: 10px !important; }

.commentlist li .comment-wrapper {
  padding: 0 20px 17px 0px !important; }

.label {
  color: #333;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  white-space: normal; }

/*************Newsletter POPUP Start***************/
/* Newsletter POPUP Start */
#fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  z-index: 1000;
  display: none; }

.popup1 {
  width: 100%;
  margin: 0 auto;
  display: none;
  z-index: 101; }

.popup1 .newsletter {
  width: auto;
  background: #fff;
  padding: 25px; }

.quick-view-box {
  border-radius: 0;
  margin: auto;
  min-height: 150px;
  position: fixed;
  z-index: 10000;
  transform: translateX(-50%);
  left: 50%;
  top: 10%;
  width: 75%;
  max-width: 900px;
  min-width: 700px;
  border: #fff double; }

.quick-view-box .wrapper {
  overflow: auto;
  max-height: 450px; }

.quick-view-box .container {
  width: 100%;
  margin-bottom: 0px; }

.quick-view-box .product-view .product-name h1 {
  font-size: 22px; }

.quick-view-box .product-view .product-shop .price {
  font-size: 18px; }

.quick-view-box .product-view .short-description h2 {
  font-size: 12px;
  margin-bottom: 5px; }

.quick-view-box .product-view .email-addto-box {
  display: none; }

.quick-view-box .product-view .product-shop .add-to-box button.button.btn-cart span {
  background: none;
  padding: 0px 10px;
  font-size: 12px; }

.quick-view-box .product-view .previews-list li {
  margin-left: 3px;
  margin-right: 3px; }

.newsletter-sign-box {
  border-radius: 0;
  left: 50%;
  margin: auto;
  min-height: 150px;
  position: fixed;
  top: 20%;
  width: 300px;
  z-index: 10000;
  margin-left: -150px;
  border: #fff double; }

.popup1 .x {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 10000; }

.popup1 .x:hover {
  cursor: pointer; }

.newsletter-sign-box h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  border-bottom: #ececec double;
  padding-bottom: 10px; }

.newsletter-sign-box h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
  color: #666;
  text-transform: none;
  line-height: 1.5em; }

.newsletter_img {
  width: 100%;
  overflow: hidden; }

.email-form {
  width: 100%;
  overflow: hidden; }

.newsletter-sign-box .input-box {
  margin-bottom: 15px; }

.newsletter-sign-box .input-box input {
  display: block;
  margin-right: 0px;
  padding: 5px 10px;
  width: 240px;
  border: 1px solid #ddd;
  text-align: center; }

.newsletter-sign-box .subscribe {
  background: none repeat scroll 0 0 #aa272f;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;
  margin-bottom: 20px;
  padding: 12px 10px !important;
  border: none !important;
  margin-top: 10px;
  width: 240px;
  text-align: center; }

.newsletter-sign-box .subscribe:hover {
  background: none repeat scroll 0 0 #000000;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;
  margin-bottom: 20px;
  padding: 12px 10px !important;
  border: none !important; }

.newsletter-sign-box button.button span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold; }

.newsletter-sign-box .subscribe-bottom {
  color: #666;
  font-size: 11px;
  line-height: 3px !important;
  margin-top: 30px;
  text-align: center;
  display: block;
  overflow: hidden; }

.newsletter-sign-box .subscribe-bottom input {
  margin: 0px 8px 0 0;
  vertical-align: middle; }

.popup1 .line {
  background: #ddd;
  height: 5px;
  width: 100px;
  margin: auto;
  margin-bottom: 20px; }

/* Newsletter POPUP END***************/
.cms-index-index .messages {
  width: 1170px;
  margin: auto; }

.one-page-checkout ul {
  padding: 0;
  margin: 0;
  list-style: none; }

select#shipping-address-select {
  width: 570px; }

#checkout-review-submit ol.checkout-agreements {
  list-style: none; }

.sp-methods ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.sendfriend-product-send .input-box textarea {
  width: 100%; }

.button.button-clear {
  background-color: #fff;
  color: #333 !important; }

.button.button-clear:hover {
  background-color: #aa272f;
  color: #fff !important; }

.multiple_addresses .button.btn-update {
  background-color: #fff;
  color: #333; }

.multiple_addresses .button.btn-update:hover {
  background-color: #aa272f;
  color: #fff; }

.data-table thead th {
  background-color: #fff;
  color: #222;
  border-top: #ececec double;
  border-bottom: #ececec double; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fff; }

.data-table thead th:first-child {
  background-color: #fff;
  color: #222; }

.data-table thead th:last-child {
  background-color: #fff;
  color: #222; }

.login_page {
  margin-top: 20px; }

.products-list .product-shop .out-of-stock {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: #fff;
  padding: 6px 12px;
  line-height: normal;
  margin-right: 8px;
  border-radius: 0px;
  display: inline-block;
  border: 2px solid #ddd; }

.products-list .product-shop .out-of-stock span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  color: #ff4c4c; }

.product-shop .out-of-stock:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  color: #ff4c4c; }

.products-grid .actions .out-of-stock {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #eee;
  color: #333;
  line-height: normal;
  margin: 0;
  padding: 6px 10px; }

.products-grid .actions .out-of-stock span {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.product-view .availability.out-of-stock {
  padding: 3px 10px;
  position: absolute;
  right: 0;
  top: 18px; }

.fl-links {
  float: right;
  background: #aa272f; }

.fl-links .clicker {
  padding: 0px 20px;
  line-height: 72px;
  height: 75px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #202020; }

.fl-links > .no-js:hover > .clicker {
  padding: 0px 20px;
  line-height: 72px;
  height: 75px;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -webkit-box-shadow: inset 0 -60px 0 0 #222;
  box-shadow: inset 0 -75px 0 0 #202020; }

.fl-links .clicker:before {
  content: '\f0c9';
  font-family: FontAwesome;
  font-size: 24px;
  padding-left: 4px;
  padding-top: 2px;
  margin-right: 6px;
  margin-top: -2px;
  height: 40px;
  cursor: pointer;
  color: #fff; }

.fl-links .links {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  width: 100%; }

.fl-links .links li {
  font-size: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #303030;
  letter-spacing: 0.5px;
  padding-left: 10px; }

.fl-links .links li:last-child {
  border: none; }

.fl-links .links li:before {
  font-family: FontAwesome;
  font-size: 5px;
  content: '\f10c';
  color: #C2C2C2;
  vertical-align: middle;
  margin-right: 8px; }

.fl-links .no-js .fl-nav-links {
  background: #202020;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 15px;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  z-index: 100;
  border-top: 0;
  width: 250px;
  position: absolute;
  opacity: 0;
  right: 0px;
  margin-top: -2px;
  transform: scale(0) rotate(0deg);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden; }

.fl-links .no-js:hover .fl-nav-links {
  background: #202020;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 15px;
  margin: 0;
  width: 250px;
  overflow: hidden;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  z-index: 100;
  border-top: 0;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: -2px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

.fl-links .no-js:hover .fl-nav-links .links a {
  color: #94cc56;
  letter-spacing: 0.5px; }

.fl-links .no-js:hover .fl-nav-links .links a:hover {
  color: #fff;
  letter-spacing: 0.5px; }

.top-offer-banner {
  margin: 65px 0px;
  margin-top: 0px;
  padding-top: 25px; }

.offer-inner {
  padding-left: 5px;
  padding-right: 5px; }

.offer-inner .left {
  width: 58.5%;
  display: inline-block; }

.offer-inner .right {
  width: 40%;
  float: right;
  position: relative;
  overflow: hidden; }

.offer-inner .left .col-1 {
  width: 100%;
  float: left;
  margin-bottom: 18px;
  overflow: hidden; }

.offer-inner .left .col-1 .inner-text {
  right: auto;
  left: 50px; }

.offer-inner .left .col-1 .inner-text h3 {
  font-size: 18px; }

.top-offer-banner .col img {
  width: 100%; }

.offer-inner .left .col.mid {
  width: 55.5%;
  float: left;
  margin-right: 0px;
  position: relative;
  overflow: hidden; }

.offer-inner .left .col.last {
  width: 42%;
  float: right;
  margin-right: 0px;
  position: relative;
  overflow: hidden; }

.offer-inner .inner-text {
  top: 15px;
  position: absolute;
  right: 7%;
  white-space: normal;
  z-index: 3;
  text-align: left;
  color: #fff;
  cursor: pointer; }

.offer-inner .inner-text h4 {
  font-size: 30px;
  line-height: 100%;
  margin: 7px 0;
  font-weight: 300;
  text-transform: uppercase; }

.offer-inner .inner-text h3 {
  font-size: 16px;
  line-height: 100%;
  margin: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #222; }

.offer-inner .right .inner-text {
  top: 4%;
  text-align: left;
  right: auto;
  margin: auto;
  width: 100%;
  padding-left: 20px; }

.offer-inner .right .inner-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333; }

.offer-inner .right .inner-text h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff; }

.offer-inner .right .inner-text .line-b {
  height: 1px;
  background-color: #fff;
  margin: 25px auto;
  width: 15%; }

.offer-inner .inner-text a.shop-now {
  text-transform: uppercase;
  color: #fff; }

.offer-inner .inner-text a.shop-now1 {
  text-transform: uppercase;
  color: #fff;
  border-radius: 0px;
  padding: 6px 10px;
  display: inline-block;
  background-color: #2ecc71; }

.offer-inner .inner-text a.shop-now1:hover {
  text-transform: uppercase;
  color: #333;
  background-color: #fff; }

.offer-inner img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%; }

.offer-inner img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

.offer-inner .left .col.mid:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

.offer-inner .left .col.last:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

.offer-inner .right:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

/*#background {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #e0e0e0;
}*/
.page-heading {
  padding: 120px 0 60px 0;
  background-size: cover;
  border-bottom: none;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url(../images/category-bg.png);
  margin-top: -80px; }

.page-heading .page-title h2 {
  color: #fff; }

.cms-page-view p {
  font-size: 13px;
  line-height: 1.6em; }

.form_background {
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 45px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px; }

.cms-engaging-home-page .home_content:after {
  background: url("../images/bg_shadow_about.png") no-repeat scroll center bottom transparent;
  content: "";
  height: 93px;
  position: absolute;
  width: 100%;
  z-index: 9; }

/*	Testimonials */
.testimonials-section {
  background: #aa272f;
  padding: 20px 45px;
  text-align: center;
  min-height: 343px;
  border-color: #aa272f #aa272f #aa272f #aa272f;
  box-shadow: 0 5px 0 rgba(122, 177, 61, 0.2);
  text-align: center; }

.avatar {
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden; }

.avatar img {
  border-radius: 70px;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  border: 5px #6d9f35 solid; }

.testimonials {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px; }

.clients_author {
  font-size: 12px;
  font-weight: 700;
  color: #fff; }

.clients_author span {
  font-size: 11px;
  font-weight: normal;
  color: #c0e19b;
  display: inline-block;
  margin-left: 7px; }

/* WP new */
/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Topbar Layout
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Responsive
#. Footer - Preloader, Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Custom Widgets
#. Buttons
#. Banner
#. Pagination
#. Contents
#. Comments
#. No Content
#. Error 404
#. Single medilink 
#. Subscribe Area
#. Responsive Style
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
#. Woocommerce: Yith QuickView
#. Plugin: Contact Form 7
#. Gutenberg Support
---------------------------------------*/
/*----------------------------------------
#. Defaults
----------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

fieldset.no-border {
  border: none; }

fieldset fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*Typography*/
body,
button,
input,
select,
textarea {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em {
  font-style: italic; }

blockquote {
  margin: 0 1.5em 20px;
  border-color: #396cf0; }

blockquote {
  margin: 0 1.5em 20px;
  border-color: #396cf0;
  border-left: 4px solid;
  padding-left: 30px;
  background: #f5f5f5;
  padding: 24px 20px 30px 30px;
  border-radius: 5px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*lements*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0; }

dt {
  font-weight: bold;
  margin-bottom: 10px; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%; }

table th,
table td {
  border: 1px solid transition;
  padding: 10px; }

/*orms*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #396cf0;
  border: medium none;
  color: #333;
  padding: 5px 20px; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*avigation*/
/*Links*/
a:link,
a:visited {
  color: #396cf0;
  transition: all 0.3s ease 0s;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #2055e4;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*ccessibility*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*lignments*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*learings*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*idgets*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*ontent*/
/*Posts and pages*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  padding: 20px 0; }

.page-links a {
  text-decoration: underline;
  font-weight: 500; }

/*Comments*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*nfinite scroll*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*edia*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*Captions*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*Galleries*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*Bootstrap Sameheight*/
@media (min-width: 1200px) {
  .auto-clear > .col-lg-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear > .col-lg-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear > .col-lg-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear > .col-lg-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear > .col-lg-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear > .col-md-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear > .col-md-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear > .col-md-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear > .col-md-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear > .col-md-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear > .col-sm-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear > .col-sm-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear > .col-sm-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear > .col-sm-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear > .col-sm-6:nth-child(odd) {
    clear: left; } }

@media (max-width: 767px) {
  .auto-clear > .col-xs-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear > .col-xs-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear > .col-xs-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear > .col-xs-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear > .col-xs-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1320px; } }

html {
  height: 100%;
  font-size: 62.5%; }

@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%; } }

@media only screen and (max-width: 991px) {
  html {
    font-size: 55%; } }

@media only screen and (max-width: 767px) {
  html {
    font-size: 50%; } }

@media only screen and (max-width: 479px) {
  html {
    font-size: 45%; } }

@media only screen and (max-width: 320px) {
  html {
    font-size: 40%; } }

body {
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464; }

p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #111111; }

h1 {
  margin-bottom: 5px; }

h1,
h2 {
  line-height: 1.2; }

h3,
h4 {
  line-height: 1.4; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

@media (max-width: 480px) {
  img.alignleft {
    float: none;
    margin-bottom: 13px;
    margin-right: 0px;
    padding-top: 5px;
    display: block; }
  img.alignright {
    float: none;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-top: 15px; } }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px; }

a {
  text-decoration: none; }

a:active,
a:hover,
a:focus {
  text-decoration: none; }

a:active,
a:hover,
a:focus {
  outline: 0 none; }

img {
  max-width: 100%;
  height: auto; }

select {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px; }

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

.possition-static {
  position: static !important; }

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-overlay-primary80:after,
.bg-overlay-primary80:before {
  background-color: rgba(57, 108, 240, 0.8); }

.bg-primary100 {
  background-color: #396cf0; }

.bg-primary70 {
  background-color: rgba(57, 108, 240, 0.7); }

.bg-light-accent100 {
  background-color: #f1f7fa; }

.bg-light-primary100 {
  background-color: #ffffff; }

.overlay-primary90 {
  position: relative; }

.overlay-primary90:before {
  background-color: rgba(57, 108, 240, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.overlay-primary80 {
  position: relative; }

.overlay-primary80:before {
  background-color: rgba(57, 108, 240, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.overlay-primary80 .elementor-column,
.overlay-primary80 .elementor-widget-wrap {
  z-index: 99; }

.overlay-dark {
  position: relative; }

.overlay-dark:before {
  background-color: rgba(40, 40, 40, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.elementor-progress-wrapper {
  position: relative;
  background-color: #eee;
  color: #fff;
  height: 37px;
  line-height: 37px;
  border-radius: 2px; }

.elementor-progress-bar {
  font-size: 16px;
  font-weight: 500; }

.section-heading p {
  width: 80%; }

@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%; } }

.section-heading.text-center h1,
.section-heading.text-center h2,
.section-heading.text-center h3,
.section-heading.text-center h4,
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.section-heading.text-left p,
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.section-heading.heading-dark h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark h4 {
  color: #111111; }

.section-heading.heading-light h1,
.section-heading.heading-light h2,
.section-heading.heading-light h3,
.section-heading.heading-light h4 {
  color: #ffffff; }

.section-heading.heading-light p {
  color: #ffffff; }

.heading-layout1 {
  margin-bottom: 75px;
  text-align: center;
  position: relative; }

.heading-layout1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto; }

.heading-layout1 h2,
.heading-layout1 h3 {
  text-transform: capitalize; }

.heading-layout1 p {
  font-weight: 500; }

.heading-light.heading-layout1:after {
  background-color: #ffffff; }

.heading-layout2 {
  margin-bottom: 75px; }

.heading-layout2 h2 {
  text-transform: capitalize; }

.heading-layout2 p {
  font-family: 'Raleway', sans-serif;
  width: 60%;
  font-weight: 500; }

@media only screen and (max-width: 767px) {
  .heading-layout2 p {
    width: 100%; } }

.heading-layout3 {
  margin-bottom: 50px;
  text-align: center; }

.heading-layout3 h2,
.heading-layout3 h3 {
  text-transform: capitalize; }

.heading-layout3 p {
  font-weight: 500; }

.pagination-area {
  display: inline-block; }

.pagination-area ul li {
  margin-right: 5px;
  display: inline-block; }

.pagination-area ul li a {
  font-weight: 500;
  font-size: 16px;
  background-color: #ebebeb;
  color: #282828;
  display: inline-block;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-out; }

.pagination-area ul li a:hover {
  background-color: #396cf0; }

.pagination-area ul .active a {
  background-color: #396cf0; }

.dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px; }

.dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #396cf0; }

.dot-control .owl-controls .owl-dots .active span {
  background: #396cf0; }

.box-shadow {
  box-shadow: 0px 1px 20px 0px rgba(185, 185, 185, 0.75); }

.site-wrp .rtin-button {
  margin-top: 40px; }

.site-wrp .rtin-button .item-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  padding: 14px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out; }

.site-wrp .rtin-button .item-btn:hover {
  background-color: #2055e4;
  color: #fff; }

.site-wrp .rtin-button-mid .item-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 4px;
  transition: all 0.5s ease-out; }

.site-wrp .rtin-button-mid .item-btn:hover {
  background-color: #2055e4;
  color: #fff; }

#preloader {
  background: #ffffff url("img/preloader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999; }

.rt-isotope-wrapper .isotop-btn {
  text-align: center;
  margin-bottom: 45px; }

.rt-isotope-wrapper .isotop-btn:after {
  display: none; }

.rt-isotope-wrapper .isotop-btn a {
  background-color: #ffffff;
  color: #444444;
  padding: 8px 20px;
  font-size: 18px;
  display: inline-block;
  margin: 0 3px 10px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
  transition: all 0.5s ease-out; }

.rt-isotope-wrapper .isotop-btn a:hover {
  background-color: #396cf0;
  color: #ffffff; }

.rt-isotope-wrapper .isotop-btn .current {
  background-color: #396cf0;
  color: #ffffff; }

.play-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out; }

.play-btn i {
  transition: all 0.5s ease-out; }

.play-btn2 {
  display: inline-block;
  border-radius: 50%;
  transition: all 0.5s ease-out; }

.play-btn2 i:before {
  margin-left: 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline;
  font-size: 60px;
  transition: all 0.5s ease-out; }

.play-btn2:hover i:before {
  color: #396cf0; }

.loadmore-layout1 {
  text-align: center; }

.loadmore-layout1 .item-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out; }

.loadmore-layout1 .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff; }

.loadmore-layout1 i {
  margin-left: 10px; }

#scrollUp {
  background-color: rgba(57, 108, 240, 0.3);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 1s ease-out;
  width: 44px;
  z-index: 99999;
  border: 2px solid #396cf0;
  border-radius: 50%; }

#scrollUp i {
  color: #396cf0; }

#scrollUp:hover,
#scrollUp:focus {
  background-color: #396cf0; }

#scrollUp:hover i,
#scrollUp:focus i {
  color: #ffffff; }

#scrollUp {
  animation: blinker 10s linear infinite; }

@keyframes blinker {
  90% {
    opacity: 0; } }

@keyframes toTopFromBottom {
  49% {
    transform: translateY(50%); }
  50% {
    opacity: 0;
    transform: translateY(-50%); }
  51% {
    opacity: 1; } }

@keyframes toBottomFromTop10 {
  49% {
    transform: translateY(-10%); }
  50% {
    opacity: 0;
    transform: translateY(10%); }
  51% {
    opacity: 1; } }

@keyframes toRightFromLeft10 {
  5% {
    left: -5px; }
  30% {
    opacity: 0.5;
    left: 10px; }
  60% {
    left: 5px;
    opacity: 1; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  100% {
    margin-top: 0; } }

.margin-auto {
  margin: 0 auto; }

.margin-t-none {
  margin-top: 0; }

.margin-t-5 {
  margin-top: 5px; }

.margin-t-10 {
  margin-top: 10px; }

.margin-t-15 {
  margin-top: 15px; }

.margin-t-20 {
  margin-top: 20px; }

.margin-t-30 {
  margin-top: 30px; }

.margin-t-40 {
  margin-top: 40px; }

.margin-t-50 {
  margin-top: 50px; }

.margin-t-60 {
  margin-top: 60px; }

.margin-t-70 {
  margin-top: 70px; }

.margin-t-80 {
  margin-top: 80px; }

.margin-t-90 {
  margin-top: 90px; }

.margin-t-100 {
  margin-top: 100px; }

.margin-r-none {
  margin-right: 0; }

.margin-r-5 {
  margin-right: 5px; }

.margin-r-10 {
  margin-right: 10px; }

.margin-r-15 {
  margin-right: 15px; }

.margin-r-20 {
  margin-right: 20px; }

.margin-r-30 {
  margin-right: 30px; }

.margin-r-40 {
  margin-right: 40px; }

.margin-r-50 {
  margin-right: 50px; }

.margin-r-60 {
  margin-right: 60px; }

.margin-r-70 {
  margin-right: 70px; }

.margin-r-80 {
  margin-right: 80px; }

.margin-r-90 {
  margin-right: 90px; }

.margin-r-100 {
  margin-right: 100px; }

.margin-b-none {
  margin-bottom: 0 !important; }

.margin-b-5 {
  margin-bottom: 5px; }

.margin-b-10 {
  margin-bottom: 10px; }

.margin-b-15 {
  margin-bottom: 15px; }

.margin-b-20 {
  margin-bottom: 20px; }

.margin-b-30 {
  margin-bottom: 30px; }

.margin-b-40 {
  margin-bottom: 40px; }

.margin-b-50 {
  margin-bottom: 50px; }

.margin-b-60 {
  margin-bottom: 60px; }

.margin-b-70 {
  margin-bottom: 70px; }

.margin-b-80 {
  margin-bottom: 80px; }

.margin-b-90 {
  margin-bottom: 90px; }

.margin-b-100 {
  margin-bottom: 100px; }

.margin-l-none {
  margin-left: 0; }

.margin-l-5 {
  margin-left: 5px; }

.margin-l-10 {
  margin-left: 10px; }

.margin-l-15 {
  margin-left: 15px; }

.margin-l-20 {
  margin-left: 20px; }

.margin-l-30 {
  margin-left: 30px; }

.margin-l-40 {
  margin-left: 40px; }

.margin-l-50 {
  margin-left: 50px; }

.margin-l-60 {
  margin-left: 60px; }

.margin-l-70 {
  margin-left: 70px; }

.margin-l-80 {
  margin-left: 80px; }

.margin-l-90 {
  margin-left: 90px; }

.margin-l-100 {
  margin-left: 100px; }

.margin-t-5r {
  margin-top: 0.5rem; }

.margin-t-10r {
  margin-top: 1rem; }

.margin-t-15r {
  margin-top: 1.5rem; }

.margin-t-20r {
  margin-top: 2rem; }

.margin-t-30r {
  margin-top: 3rem; }

.margin-t-40r {
  margin-top: 4rem; }

.margin-t-50r {
  margin-top: 5rem; }

.margin-t-60r {
  margin-top: 6rem; }

.margin-t-70r {
  margin-top: 7rem; }

.margin-t-80r {
  margin-top: 8rem; }

.margin-t-90r {
  margin-top: 9rem; }

.margin-t-100r {
  margin-top: 10rem; }

.margin-r-5r {
  margin-right: 0.5rem; }

.margin-r-10r {
  margin-right: 1rem; }

.margin-r-15r {
  margin-right: 1.5rem; }

.margin-r-20r {
  margin-right: 2rem; }

.margin-r-30r {
  margin-right: 3rem; }

.margin-r-40r {
  margin-right: 4rem; }

.margin-r-50r {
  margin-right: 5rem; }

.margin-r-60r {
  margin-right: 6rem; }

.margin-r-70r {
  margin-right: 7rem; }

.margin-r-80r {
  margin-right: 8rem; }

.margin-r-90r {
  margin-right: 9rem; }

.margin-r-100r {
  margin-right: 10rem; }

.margin-b-5r {
  margin-bottom: 0.5rem; }

.margin-b-10r {
  margin-bottom: 1rem; }

.margin-b-15r {
  margin-bottom: 1.5rem; }

.margin-b-20r {
  margin-bottom: 2rem; }

.margin-b-30r {
  margin-bottom: 3rem; }

.margin-b-40r {
  margin-bottom: 4rem; }

.margin-b-50r {
  margin-bottom: 5rem; }

.margin-b-60r {
  margin-bottom: 6rem; }

.margin-b-70r {
  margin-bottom: 7rem; }

.margin-b-80r {
  margin-bottom: 8rem; }

.margin-b-90r {
  margin-bottom: 9rem; }

.margin-b-100r {
  margin-bottom: 10rem; }

.margin-l-5r {
  margin-left: 0.5rem; }

.margin-l-10r {
  margin-left: 1rem; }

.margin-l-15r {
  margin-left: 1.5rem; }

.margin-l-20r {
  margin-left: 2rem; }

.margin-l-30r {
  margin-left: 3rem; }

.margin-l-40r {
  margin-left: 4rem; }

.margin-l-50r {
  margin-left: 5rem; }

.margin-l-60r {
  margin-left: 6rem; }

.margin-l-70r {
  margin-left: 7rem; }

.margin-l-80r {
  margin-left: 8rem; }

.margin-l-90r {
  margin-left: 9rem; }

.margin-l-100r {
  margin-left: 10rem; }

.padding-t-none {
  padding-top: 0; }

.padding-t-5 {
  padding-top: 5px; }

.padding-t-10 {
  padding-top: 10px; }

.padding-t-15 {
  padding-top: 15px; }

.padding-t-20 {
  padding-top: 20px; }

.padding-t-30 {
  padding-top: 30px; }

.padding-t-40 {
  padding-top: 40px; }

.padding-t-50 {
  padding-top: 50px; }

.padding-t-60 {
  padding-top: 60px; }

.padding-t-70 {
  padding-top: 70px; }

.padding-t-80 {
  padding-top: 80px; }

.padding-t-90 {
  padding-top: 90px; }

.padding-t-100 {
  padding-top: 100px; }

.padding-r-none {
  padding-right: 0; }

.padding-r-5 {
  padding-right: 5px; }

.padding-r-10 {
  padding-right: 10px; }

.padding-r-15 {
  padding-right: 15px; }

.padding-r-20 {
  padding-right: 20px; }

.padding-r-30 {
  padding-right: 30px; }

.padding-r-40 {
  padding-right: 40px; }

.padding-r-50 {
  padding-right: 50px; }

.padding-r-60 {
  padding-right: 60px; }

.padding-r-70 {
  padding-right: 70px; }

.padding-r-80 {
  padding-right: 80px; }

.padding-r-90 {
  padding-right: 90px; }

.padding-r-100 {
  padding-right: 100px; }

.padding-b-none {
  padding-bottom: 0; }

.padding-b-5 {
  padding-bottom: 5px; }

.padding-b-10 {
  padding-bottom: 10px; }

.padding-b-15 {
  padding-bottom: 15px; }

.padding-b-20 {
  padding-bottom: 20px; }

.padding-b-30 {
  padding-bottom: 30px; }

.padding-b-40 {
  padding-bottom: 40px; }

.padding-b-50 {
  padding-bottom: 50px; }

.padding-b-60 {
  padding-bottom: 60px; }

.padding-b-70 {
  padding-bottom: 70px; }

.padding-b-80 {
  padding-bottom: 80px; }

.padding-b-90 {
  padding-bottom: 90px; }

.padding-b-100 {
  padding-bottom: 100px; }

.padding-l-none {
  padding-left: 0; }

.padding-l-5 {
  padding-left: 5px; }

.padding-l-10 {
  padding-left: 10px; }

.padding-l-15 {
  padding-left: 15px; }

.padding-l-20 {
  padding-left: 20px; }

.padding-l-30 {
  padding-left: 30px; }

.padding-l-40 {
  padding-left: 40px; }

.padding-l-50 {
  padding-left: 50px; }

.padding-l-60 {
  padding-left: 60px; }

.padding-l-70 {
  padding-left: 70px; }

.padding-l-80 {
  padding-left: 80px; }

.padding-l-90 {
  padding-left: 90px; }

.padding-l-100 {
  padding-left: 100px; }

.padding-t-5r {
  padding-top: 0.5rem; }

.padding-t-10r {
  padding-top: 1rem; }

.padding-t-15r {
  padding-top: 1.5rem; }

.padding-t-20r {
  padding-top: 2rem; }

.padding-t-30r {
  padding-top: 3rem; }

.padding-t-40r {
  padding-top: 4rem; }

.padding-t-50r {
  padding-top: 5rem; }

.padding-t-60r {
  padding-top: 6rem; }

.padding-t-70r {
  padding-top: 7rem; }

.padding-t-80r {
  padding-top: 8rem; }

.padding-t-90r {
  padding-top: 9rem; }

.padding-t-100r {
  padding-top: 10rem; }

.padding-r-5r {
  padding-right: 0.5rem; }

.padding-r-10r {
  padding-right: 1rem; }

.padding-r-15r {
  padding-right: 1.5rem; }

.padding-r-20r {
  padding-right: 2rem; }

.padding-r-30r {
  padding-right: 3rem; }

.padding-r-40r {
  padding-right: 4rem; }

.padding-r-50r {
  padding-right: 5rem; }

.padding-r-60r {
  padding-right: 6rem; }

.padding-r-70r {
  padding-right: 7rem; }

.padding-r-80r {
  padding-right: 8rem; }

.padding-r-90r {
  padding-right: 9rem; }

.padding-r-100r {
  padding-right: 10rem; }

.padding-b-5r {
  padding-bottom: 0.5rem; }

.padding-b-10r {
  padding-bottom: 1rem; }

.padding-b-15r {
  padding-bottom: 1.5rem; }

.padding-b-20r {
  padding-bottom: 2rem; }

.padding-b-30r {
  padding-bottom: 3rem; }

.padding-b-40r {
  padding-bottom: 4rem; }

.padding-b-50r {
  padding-bottom: 5rem; }

.padding-b-60r {
  padding-bottom: 6rem; }

.padding-b-70r {
  padding-bottom: 7rem; }

.padding-b-80r {
  padding-bottom: 8rem; }

.padding-b-90r {
  padding-bottom: 9rem; }

.padding-b-100r {
  padding-bottom: 10rem; }

.padding-l-5r {
  padding-left: 0.5rem; }

.padding-l-10r {
  padding-left: 1rem; }

.padding-l-15r {
  padding-left: 1.5rem; }

.padding-l-20r {
  padding-left: 2rem; }

.padding-l-30r {
  padding-left: 3rem; }

.padding-l-40r {
  padding-left: 4rem; }

.padding-l-50r {
  padding-left: 5rem; }

.padding-l-60r {
  padding-left: 6rem; }

.padding-l-70r {
  padding-left: 7rem; }

.padding-l-80r {
  padding-left: 8rem; }

.padding-l-90r {
  padding-left: 9rem; }

.padding-l-100r {
  padding-left: 10rem; }

.box-padding1r {
  padding: 1rem; }

.box-padding2r {
  padding: 2rem; }

.box-padding3r {
  padding: 3rem; }

.box-padding4r {
  padding: 4rem; }

.box-padding5r {
  padding: 5rem; }

.media-body {
  margin-left: 3rem; }

.media-body.space-xl {
  margin-left: 50px; }

.media-body.space-lg {
  margin-left: 40px; }

.media-body.space-md {
  margin-left: 20px; }

.media-body.space-sm {
  margin-left: 15px; }

.media-body.space-xs {
  margin-left: 10px; }

.media-body.media-body-box {
  padding: 20px 20px 20px 3rem;
  margin-left: 0; }

.media-body.media-body-box p {
  margin-bottom: 0; }

@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block; }
  .media-none--lg > div {
    width: 100%; }
  .media-none--lg img {
    width: 100%; }
  .media-none--lg img.media-img-auto {
    width: auto; }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block; }
  .media-none--md > div {
    width: 100%; }
  .media-none--md img {
    width: 100%; }
  .media-none--md img.media-img-auto {
    width: auto; }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block; }
  .media-none--sm > div {
    width: 100%; }
  .media-none--sm img {
    width: 100%; }
  .media-none--sm img.media-img-auto {
    width: auto; }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block; }
  .media-none--xs > div {
    width: 100%; }
  .media-none--xs img {
    width: 100%; }
  .media-none--xs img.media-img-auto {
    width: auto; }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block; }
  .media-none-mb > div {
    width: 100%; }
  .media-none-mb img {
    width: 100%; }
  .media-none-mb img.media-img-auto {
    width: auto; }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block; }
  .media-none-lg > div {
    width: 100%; }
  .media-none-lg img {
    width: 100%; }
  .media-none-lg img.media-img-auto {
    width: auto; }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block; }
  .media-none-md > div {
    width: 100%; }
  .media-none-md img {
    width: 100%; }
  .media-none-md img.media-img-auto {
    width: auto; }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block; }
  .media-none-sm > div {
    width: 100%; }
  .media-none-sm img {
    width: 100%; }
  .media-none-sm img.media-img-auto {
    width: auto; }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block; }
  .media-none-xs > div {
    width: 100%; }
  .media-none-xs img {
    width: 100%; }
  .media-none-xs img.media-img-auto {
    width: auto; }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0; }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem; } }

.site-wrp .blog-btn {
  margin-top: 40px;
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-out; }

@media (min-width: 480px) and (max-width: 575px) {
  .site-wrp .blog-btn {
    padding: 12px 22px; } }

.site-wrp .blog-btn i {
  color: #396cf0;
  margin-left: 15px;
  transition: all 0.3s ease-out; }

.site-wrp .blog-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0 10px 55px 5px rgba(57, 108, 240, 0.35); }

.site-wrp .blog-btn:hover i {
  color: #ffffff; }

.title-bar-xs {
  margin-bottom: 45px;
  position: relative; }

.title-bar-xs:before {
  content: "";
  height: 1px;
  width: 35px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1; }

.title-bar-sm {
  margin-bottom: 45px;
  position: relative; }

.title-bar-sm:before {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1; }

.title-bar-md {
  margin-bottom: 45px;
  position: relative; }

.title-bar-md:before {
  content: "";
  height: 2px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1; }

.title-bar-lg {
  margin-bottom: 45px;
  position: relative; }

.title-bar-lg:before {
  content: "";
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1; }

.title-bar-xl {
  margin-bottom: 45px;
  position: relative; }

.title-bar-xl:before {
  content: "";
  height: 3px;
  width: 55px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1; }

.title-bar-primary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }

.title-bar-primary:before {
  content: "";
  height: 3px;
  width: 50px;
  background: #396cf0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px; }

.title-bar-primary2 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative; }

.title-bar-primary2:before {
  content: "";
  height: 4px;
  width: 40px;
  background: #396cf0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px; }

.title-bar-primary3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }

.title-bar-primary3:before {
  content: "";
  height: 4px;
  width: 40px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px; }

.title-bar-primary4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.title-bar-primary4:before {
  content: "";
  height: 4px;
  width: 40px;
  background: #396cf0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px; }

.title-bar-primary5 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.title-bar-primary5:after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #396cf0;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute; }

.title-bar-primary6 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.title-bar-primary6:after {
  content: "";
  height: 4px;
  width: 40px;
  margin: 0 auto;
  background-color: #396cf0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute; }

.title-bar-primary7 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px; }

.title-bar-primary7:after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #396cf0;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute; }

.title-bar-light {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }

.title-bar-light:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px; }

.sigle-department-data .loading {
  background: url(../img/preloader.gif);
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  display: none; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none; }

.select2-container--classic .select2-selection--single {
  background-color: #f1f7fa;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f1f7fa; }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #f1f7fa; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  background-color: #396cf0;
  background-image: none;
  border-style: none;
  right: 10px;
  height: 32px;
  width: 35px;
  border-radius: 2px; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #396cf0;
  color: #ffffff; }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #111111;
  font-size: 16px; }

.select2-container .select2-selection--single {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.select2-results__option[aria-selected] {
  font-size: 16px;
  color: #111111; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  background-color: #396cf0;
  background-image: none;
  border-style: none;
  right: 10px;
  height: 32px;
  width: 35px;
  border-radius: 2px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px; }

.select2-dropdown {
  z-index: 99; }

span.wpcf7-not-valid-tip {
  color: #c0b5b5; }

.mscolor div.wpcf7-validation-errors {
  border-color: #2d87e2;
  color: #fff; }

/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar.rt-header-top-bar.animated.slideInDown {
  display: none; }

.carton .header-icon-area .search-box-area {
  margin-right: -25px;
  position: relative;
  z-index: 2; }

.widget.ls-overflow-visible {
  margin: 0; }

.header-top-bar.d-none.d-md-block.animated.slideInDown {
  display: none !important; }

.site-wrp {
  overflow: hidden !important; }

.stick {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  transition: all 0.5 ease-out 0s !important; }

.stick .cart-icon-area,
.stick .header-icon-seperator,
.stick .search-box-area,
.stick .header-icon-area .additional-menu-area {
  padding-top: 37px;
  padding-bottom: 29px; }

.stick .header-icon-area .cart-icon-area .cart-icon-num {
  top: 21px; }

.site-header .stick .main-navigation ul li a {
  padding: 38px 12px; }

.top-bar-border-bottom {
  border-bottom: 1px solid #d7d7d7; }

.header-menu-area:after {
  clear: both;
  content: "";
  display: block; }

.non-stick.header-style-1.trheader .opt-slideInUp {
  margin-top: 0; }

.header-style-1 .action-items-primary-btn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 24px;
  color: #ffffff;
  background-color: #396cf0;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #396cf0;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out; }

.header-style-1 .action-items-primary-btn i {
  margin-left: 10px; }

.header-style-1 .action-items-primary-btn:hover {
  background-color: transparent;
  color: #396cf0;
  box-shadow: 0 10px 55px 5px rgba(57, 108, 240, 0.2); }

.header-style-1 .action-items-light-btn {
  font-size: 14px;
  display: inline-block;
  padding: 9px 15px;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out; }

.header-style-1 .action-items-light-btn:hover {
  background-color: #ffffff;
  color: #396cf0; }

@media only screen and (max-width: 1199px) {
  body.header-style-1 .rt-header-top-bar .container {
    width: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 1199px) {
  body.header-style-1 .masthead-container.header-style1 .container {
    width: 100%;
    max-width: 100%; } }

.header-contact-layout1 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1199px) {
  .header-contact-layout1 {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-contact-layout1 ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff; }

.header-contact-layout1 ul li i {
  margin-right: 15px; }

.header-contact-layout1 ul li:last-child {
  margin-right: 0; }

@media only screen and (max-width: 767px) {
  .header-contact-layout1 ul li {
    display: block; } }

.header-contact-layout1 ul li .fa-phone {
  transform: scaleX(-1); }

.header-social-layout1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media only screen and (max-width: 1199px) {
  .header-social-layout1 {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-social-layout1 ul li {
  display: inline-block;
  margin-right: 5px; }

@media only screen and (max-width: 1199px) {
  .header-social-layout1 ul li {
    margin-right: 1px !important; } }

.header-social-layout1 ul li:last-child {
  margin-right: 2px; }

.header-social-layout1 ul li a {
  padding: 1px 8px;
  color: #646464;
  background: #f5f8fa;
  transition: all 0.5s ease-out; }

.header-social-layout1 ul li a:hover {
  color: #e3e3e3; }

.header-social-layout1 ul li a i {
  transition: all 0.5s ease-out; }

.non-stick.header-style-2.trheader .opt-slideInUp {
  margin-top: 0; }

.non-stick.header-style-2 .opt-slideInUp {
  margin-top: 74px; }

.non-stick.trheader .stick {
  background-color: #0f2738; }

.non-stick .stick {
  animation-name: headerSlideDown;
  animation-duration: 0.50s;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
  background: #fff; }

.header-top-bar {
  background-color: #222222;
  color: #a6b1b7;
  border-bottom: 1px solid #d7d7d7; }

.header-top-bar a {
  color: #a6b1b7; }

.header-top-bar .tophead-contact {
  float: left; }

@media all and (max-width: 767px) {
  .header-top-bar .tophead-contact {
    text-align: center;
    float: none; } }

.header-top-bar .tophead-contact ul li {
  display: inline-block;
  margin-right: 15px; }

.header-top-bar .tophead-contact a:hover {
  text-decoration: underline; }

.header-top-bar .tophead-contact .fa,
.header-top-bar .tophead-address .fa {
  color: #396cf0; }

.header-top-bar .tophead-right {
  float: right; }

@media all and (max-width: 767px) {
  .header-top-bar .tophead-right {
    text-align: center;
    float: none; } }

.header-top-bar .tophead-social li {
  display: inline-block;
  margin-left: 5px; }

.header-top-bar .tophead-social li a {
  color: #a6b1b7; }

.header-top-bar .tophead-social li a i {
  color: #8a8a8a; }

.header-top-bar .tophead-social li a:hover {
  color: #396cf0; }

.header-top-bar .tophead-social li a:hover .social-icon {
  color: white; }

.trheader .header-top-bar {
  background-color: transparent !important; }

/* Transparent Topbar */
.trheader .header-top-bar,
.trheader .header-top-bar a {
  color: #efefef; }

.trheader.has-topbar .entry-banner .container {
  padding-top: 38px; }

.topbar-style-3 .header-top-bar .tophead-contact,
.topbar-style-3 .header-top-bar .tophead-right {
  float: none;
  display: table;
  height: 40px; }

.topbar-style-3 .header-top-bar .tophead-contact ul,
.topbar-style-3 .header-top-bar .tophead-right ul {
  display: table-cell;
  vertical-align: middle; }

@media all and (max-width: 767px) {
  .topbar-style-3 .header-top-bar .tophead-contact,
  .topbar-style-3 .header-top-bar .tophead-right {
    display: block;
    height: inherit; }
  .topbar-style-3 .header-top-bar .tophead-contact ul,
  .topbar-style-3 .header-top-bar .tophead-right ul {
    display: block; } }

.topbar-style-3 .header-top-bar .tophead-right {
  width: 100%;
  text-align: right; }

@media all and (max-width: 767px) {
  .topbar-style-3 .header-top-bar .tophead-right {
    text-align: center; } }

.topbar-style-3 .header-top-bar .topbar-logo {
  display: block;
  text-align: center; }

@media all and (max-width: 767px) {
  .topbar-style-3 .header-top-bar .topbar-logo {
    display: none; } }

.topbar-style-5 .header-top-bar .tophead-social li a {
  padding-left: 20px;
  font-size: 16px; }

.topbar-style-5 .header-top-bar .tophead-social li a:hover {
  color: #396cf0; }

.topbar-style-5 .header-top-bar .tophead-contact ul li {
  margin-right: 30px; }

.trheader.topbar-style-5 .header-top-bar .tophead-social li a {
  font-size: 16px; }

.trheader.topbar-style-5 .header-top-bar .tophead-social li a:hover {
  color: #396cf0; }

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
#meanmenu {
  display: none; }

.site-header .masthead-container {
  transition: all 1s ease-out; }

/* Header Logo */
.site-header .site-branding {
  display: table;
  height: 92px;
  transition: all 0.5 ease-out 0s;
  /* max-width: 195px; */ }

.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle; }

.site-header .site-branding a img {
  width: auto;
  padding: 10px 0 15px;
  max-height: 130px;
  transition: all 0.5 ease-out 0s; }

.site-header .site-branding a.light-logo {
  display: none; }

.site-header .site-branding a.custom-logo-text {
  color: #111;
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px; }

/* Main Navigation */
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.site-header .main-navigation ul {
  text-align: right; }

.site-header .main-navigation ul li {
  display: inline-block;
  position: relative; }

.site-header .main-navigation ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5 ease-out 0s;
  color: #000000;
  padding: 38px 12px; }

@media all and (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding-left: 10px;
    padding-right: 10px; } }

.site-header .main-navigation ul.menu > li > a:hover {
  color: #396cf0;
  animation: toBottomFromTop10 0.3s forwards; }

.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
  color: #396cf0; }

.site-header .main-navigation > nav > ul {
  text-align: right; }

.site-header .main-navigation > nav > ul > li > a {
  position: relative; }

.site-header .main-navigation > nav > ul > li > a:after {
  background-color: #396cf0;
  content: "";
  position: absolute;
  left: -20px;
  right: 0px;
  bottom: 0;
  width: 70%;
  height: 3px;
  opacity: 0;
  visibility: hidden; }

.site-header .main-navigation > nav > ul > li:hover > a:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(35px);
  transition: all 0.5s ease-in-out; }

/* Submenu */
.site-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: absolute;
  top: 100%;
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  z-index: 99 !important;
  width: 260px;
  text-align: left;
  border-top: 1px solid #396cf0;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #fff;
  left: -20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }

.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #111;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 26px;
  top: 8px; }

.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:after {
  color: #ffffff; }

.site-header .main-navigation ul li ul li {
  display: block;
  border-left: none;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  transition: all 0.5 ease-out 0s; }

.site-header .main-navigation ul li ul li:hover > a {
  background-color: #f0f3f8; }

.site-header .main-navigation ul li ul li:hover > a:after {
  color: #fff; }

.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none; }

.site-header .main-navigation ul li ul li a {
  display: block;
  color: #282828;
  text-transform: inherit;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.5 ease-out 0s; }

.site-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1); }

/* 3rd Level Menu */
.site-header .main-navigation ul > li > ul > li > ul {
  left: 247px;
  top: 0;
  width: 200px; }

.site-header .main-navigation ul > li > ul > li > ul > li > ul {
  left: 200px; }

.site-header .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1); }

/* Multi Column Menu */
.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1); }

.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
  padding: 0 14px 0 14px; }

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #ffffff; }

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
  background-color: #fff;
  color: #071041; }

.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #fff !important;
  padding: 10px 0;
  width: 460px !important; }

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none; }

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  border: none;
  box-shadow: none; }

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 700;
  margin-bottom: 1px; }

.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: ''; }

.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none; }

/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none; }

.mean-container .mega-menu.hide-header > ul > li > a {
  display: none; }

.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important; }

/* Header Icons */
.cart-icon-area,
.header-icon-seperator,
.search-box-area,
.header-icon-area .additional-menu-area {
  padding-top: 40px;
  padding-bottom: 38px;
  color: #b2b2b2; }

.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
  float: right; }

.admin-bar .additional-menu-area .sidenav {
  top: 25px; }

.admin-bar .stick {
  top: 32px; }

@media screen and (max-width: 782px) {
  .admin-bar .stick {
    top: 46px; } }

.header-icon-area {
  float: right;
  padding-left: 25px;
  position: relative;
  font-size: 18px; }

@media all and (max-width: 1200px) {
  .header-icon-area {
    padding-left: 0; } }

.header-icon-area .header-icon-seperator {
  font-size: 20px;
  line-height: 24px;
  padding-left: 7px;
  padding-right: 16px; }

@media all and (max-width: 991px) {
  .header-icon-area .header-icon-seperator {
    padding-left: 3px;
    padding-right: 3px; } }

.header-icon-area .cart-icon-area {
  position: relative; }

.header-icon-area .cart-icon-area > a {
  display: block;
  transition: none;
  margin-left: 0;
  color: #646464;
  font-size: 30px; }

.header-icon-area .cart-icon-area > a i::before {
  margin-left: 0;
  color: #646464;
  font-size: 30px; }

.header-icon-area .cart-icon-area > a:hover i::before {
  color: #396cf0; }

.header-icon-area .cart-icon-area .cart-icon-num {
  background-color: #396cf0;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 37px;
  right: -22px;
  color: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center; }

.header-icon-area .cart-icon-area .cart-icon-products {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 99999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  text-align: left; }

.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart {
  padding: 15px 15px 0;
  margin-bottom: 20px; }

.header-icon-area .cart-icon-area:hover .cart-icon-products {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible; }

.header-icon-area .cart-icon-area .widget_shopping_cart_content .total {
  border-top: none;
  padding: 15px 0 0;
  margin-bottom: 20px; }

.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px; }

.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
  border-bottom: none; }

.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #666; }

.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
  color: #396cf0; }

.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
  line-height: 1;
  top: 12px; }

.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
  width: 40px; }

.additional-menu-area {
  margin-left: 30px; }

@media all and (max-width: 991px) {
  .additional-menu-area {
    margin-left: 28px; } }

.additional-menu-area a.side-menu-trigger {
  color: #222;
  cursor: pointer;
  font-size: 21px;
  line-height: 0; }

.header-action-items .btn-fill.color-yellow {
  padding: 14px 14px;
  color: #fff;
  border-radius: 4px; }

.header-style-2 .header-action-items .btn-fill.color-yellow {
  padding: 18px 26px;
  border-radius: 0; }

/* Header Right Menu */
.additional-menu-area .sidenav {
  position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  background-color: #222C32;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  padding-top: 45px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8); }

.additional-menu-area .sidenav .closebtn {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 24px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 25px;
  width: 25px; }

.additional-menu-area .sidenav .closebtn:hover {
  opacity: 0.8; }

.additional-menu-area .sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px; }

.additional-menu-area .sidenav ul li {
  border-bottom: 1px solid #354248;
  margin-bottom: 0;
  line-height: 24px; }

.additional-menu-area .sidenav ul li:last-child {
  border-bottom: none; }

.additional-menu-area .sidenav ul li a {
  text-align: left;
  font-size: 14px;
  color: #d3d3d3;
  border: none;
  padding-left: 20px; }

.additional-menu-area .sidenav ul li a:hover {
  color: #ffffff; }

.additional-menu-area .sidenav ul li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-right: 8px; }

.additional-menu-area .sidenav ul li > ul > li {
  padding-left: 20px; }

.additional-menu-area .sidenav a {
  padding: 7px 8px 7px 10px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: all 0.5s ease-in-out; }

.additional-menu-area .mega-menu.hide-header > ul > li {
  padding-left: 0; }

.additional-menu-area .mega-menu.hide-header > ul > li > a {
  display: none; }

.additional-menu-area .mega-menu.hide-header > ul > li > ul {
  display: block !important; }

.stick #meanmenu,
.header-sticky-wrapper #meanmenu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  background-color: #ffffff; }

.stick .masthead-container,
.header-sticky-wrapper .masthead-container {
  background-color: #ffffff;
  /*border-bottom: 2px solid @primaryColor;*/ }

.stick .masthead-container .main-navigation ul li a,
.header-sticky-wrapper .masthead-container .main-navigation ul li a {
  padding-top: 22px;
  padding-bottom: 22px; }

.stick .masthead-container .site-branding,
.header-sticky-wrapper .masthead-container .site-branding {
  height: 68px; }

.stick .masthead-container .site-branding a img,
.header-sticky-wrapper .masthead-container .site-branding a img {
  max-height: 68px; }

/* Transparent Header */
.trheader.non-stick .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99999; }

.trheader.non-stick .site-header .site-branding a.dark-logo {
  display: none; }

.trheader.non-stick .site-header .site-branding a.light-logo {
  display: table-cell; }

.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  color: #fff; }

.trheader.non-stick .site-header .main-navigation ul.menu > li > a:hover {
  color: #396cf0; }

.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area > a,
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
  color: #fff; }

.trheader .entry-banner {
  padding-top: 60px; }

@media all and (max-width: 991px) {
  .trheader .entry-banner {
    padding-top: 0; } }

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.site-header .site-branding.site-logo {
  display: table;
  height: 75px;
  transition: all 0.5 ease-out 0s; }

.header-style-2 {
  z-index: 999; }

.header-style-2 .site-header .main-navigation {
  float: right; }

.header-style-2 .header-icon-area {
  float: right; }

.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px; }

.header-style-2 .site-header .main-navigation ul {
  text-align: left; }

.header-style-2 .site-header .main-navigation ul li a {
  padding: 25px 26px; }

@media only screen and (max-width: 1440px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 20px; } }

@media only screen and (max-width: 1300px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 18px; } }

.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0; }

.header-action-items {
  text-align: right;
  transition: all 1s ease-out; }

.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px; }

@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px; } }

.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0; }

.header-action-items > li i:before {
  margin-left: 0; }

.header-action-items2 {
  text-align: right;
  transition: all 1s ease-out; }

.header-action-items2 > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px; }

.header-action-items2 > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0; }

.header-action-items2 > li i:before {
  margin-left: 0; }

.header-action-items2 .btn-header {
  padding: 27px 52px;
  transition: all 1s ease-out; }

@media only screen and (max-width: 1199px) {
  .header-action-items2 .btn-header {
    padding: 27px 30px; } }

.stick .header-action-items2 .btn-header {
  padding-top: 22px;
  padding-bottom: 22px; }

/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px; }

.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
  display: table;
  height: 70px;
  width: 100%; }

.header-style-3 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle; }

.header-style-3 .header-firstrow-right-contents ul {
  display: inline; }

.header-style-3 .header-contact li {
  display: inline-block;
  margin-left: 25px; }

.header-style-3 .header-contact li a {
  color: #222222;
  font-size: 14px; }

.header-style-3 .header-contact a:hover {
  text-decoration: underline; }

.header-style-3 .header-contact .fa {
  color: #fff;
  padding-right: 10px;
  font-size: 14px; }

.header-style-3 .header-social {
  padding-left: 40px; }

.header-style-3 .header-social li {
  display: inline-block;
  list-style: outside none none; }

.header-style-3 .header-social li a {
  color: #222222;
  padding-left: 10px; }

.header-style-3 .header-social li a:hover {
  color: #396cf0; }

.header-style-3 .site-header .main-navigation ul {
  text-align: left; }

.header-style-3 .site-header .main-navigation ul li a {
  padding: 30px 15px 29px; }

.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
  margin: 0 5px; }

.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px; }

.header-style-3 .header-icon-area {
  float: right;
  padding-left: 0;
  position: relative;
  font-size: 18px;
  margin-right: 28px; }

/* Transparent Header */
.header-style-3.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1); }

.header-style-3.trheader .header-contact li a,
.header-style-3.trheader .header-social li a {
  color: #fff; }

.header-style-3.trheader .header-social li a:hover {
  color: #396cf0; }

.header-style-3.trheader .entry-banner {
  padding-top: 110px; }

/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px; }

.header-style-4 .site-header .site-branding,
.header-style-4 .header-firstrow {
  display: table;
  height: 70px;
  width: 100%;
  margin: auto; }

.header-style-4 .site-header .site-branding a {
  text-align: center; }

.header-style-4 .header-firstrow-contents {
  display: table-cell;
  vertical-align: middle; }

.header-style-4 .header-contact li {
  display: inline-block;
  margin-right: 25px; }

.header-style-4 .header-contact li a {
  color: #222222;
  font-size: 14px; }

.header-style-4 .header-contact a:hover {
  text-decoration: underline; }

.header-style-4 .header-contact .fa {
  color: #396cf0;
  padding-right: 10px;
  font-size: 14px; }

.header-style-4 .header-firstrow-contents-right {
  text-align: right; }

.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
  display: inline-block;
  vertical-align: middle; }

.header-style-4 .header-social {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media only screen and (max-width: 1199px) {
  .header-style-4 .header-social {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-style-4 .header-social li {
  display: inline-block;
  margin-right: 5px; }

.header-style-4 .header-social li:last-child {
  margin-right: 0; }

.header-style-4 .header-social li a {
  color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all 0.5s ease-out; }

.header-style-4 .header-social li a i {
  color: #8a8a8a; }

.header-style-4 .header-social li a:hover {
  color: #ffffff;
  background-color: #396cf0; }

.header-style-4 .header-social li a:hover i {
  color: #ffffff; }

.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
  padding-bottom: 0;
  padding-top: 0; }

.header-style-4 .header-icon-seperator {
  font-size: 14px;
  line-height: 27px; }

.header-style-4 .header-icon-area {
  padding-left: 40px; }

.header-style-4 .header-icon-area i {
  font-size: 14px; }

.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
  padding: 2px;
  right: -16px;
  top: -7px;
  color: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center; }

.header-style-4 .additional-menu-area {
  margin-left: 20px; }

.header-style-4 .site-header .main-navigation ul {
  text-align: center; }

.header-style-4 .site-header .main-navigation ul.sub-menu {
  text-align: left; }

.header-style-4 .site-header .main-navigation ul li a {
  padding-top: 0;
  padding-bottom: 20px; }

/* Transparent Header */
.header-style-4.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1); }

.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
  color: #fff; }

.header-style-4.trheader .entry-banner {
  padding-top: 110px; }

/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .site-header .site-branding {
  height: 70px !important;
  float: left; }

.header-style-5 .site-header .main-navigation {
  float: right; }

.header-style-5 .site-header .main-navigation ul.menu {
  font-size: 0; }

.header-style-5 .site-header .main-navigation ul.menu > li > a {
  border-left: 1px solid #d7d7d7;
  padding: 23px 17px; }

@media all and (max-width: 991px) {
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    border-left: none; } }

/* Transparent Header */
.header-style-5.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  border-left: none; }

/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 767px) {
  /* Header 1 */
  .site-header .site-branding,
  .stick .site-header .site-branding {
    display: block;
    height: inherit;
    text-align: center; }
  .site-header .site-branding a {
    display: block;
    vertical-align: inherit; }
  .site-header .site-branding a img {
    padding: 10px 0 5px; }
  .site-header .main-navigation ul {
    text-align: center; }
  .site-header .main-navigation ul li a,
  .stick .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px; }
  .header-icon-area {
    display: none; }
  .trheader.non-stick .site-header .site-branding a.dark-logo {
    display: none; }
  .trheader.non-stick .site-header .site-branding a.light-logo {
    display: block; }
  /* Header 2 */
  .header-style-2 .masthead-container {
    padding-top: 10px; }
  .header-style-2 .site-header .main-navigation ul {
    text-align: center; }
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px; }
  /* Header 3 */
  .header-style-3 .header-firstrow {
    padding: 15px 0 10px; }
  .header-style-3 .site-header .site-branding,
  .header-style-3 .header-firstrow-right {
    display: block;
    height: inherit; }
  .header-style-3 .site-header .site-branding {
    padding: 0 0 10px 0px; }
  .header-style-3 .site-header .site-branding a img {
    max-height: 35px; }
  .header-style-3 .header-firstrow-right-contents {
    display: block; }
  .header-style-3 .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center; }
  .header-style-3 .header-contact li {
    display: block;
    margin-left: 0; }
  .header-style-3 .menu-sep {
    margin-bottom: 10px; }
  .header-style-3 .site-header .main-navigation ul {
    text-align: center; }
  .header-style-3 .site-header .main-navigation ul li a {
    padding: 10px 15px; }
  /* Header 4 */
  .header-style-4 .header-firstrow-wrap {
    padding-top: 10px; }
  .header-style-4 .site-header .site-branding,
  .header-style-4 .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px; }
  .header-style-4 .header-firstrow-contents {
    display: block; }
  .header-style-4 .header-contact li {
    display: block;
    margin-right: 0; }
  .header-style-4 .header-firstrow-contents-right {
    text-align: center; }
  .header-style-4 .header-firstrow-contents-right .header-icon-area {
    display: none; }
  /* Header 5 */
  .header-style-5 .site-header .site-branding {
    float: none;
    height: inherit; }
  .header-style-5 .site-header .main-navigation {
    float: none; }
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none; } }

/* Header style when Admin Bar is active */
@media screen and (max-width: 782px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 46px !important; } }

@media screen and (max-width: 600px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 0 !important; } }

.header-action-items {
  text-align: right;
  transition: all 1s ease-out; }

.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px; }

@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px; } }

.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0; }

.header-action-items > li i:before {
  margin-left: 0; }

.trheader.header-style-5 .site-header .stick .site-branding {
  height: 67px; }

.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  width: 15px !important;
  height: 15px !important;
  color: #fff !important;
  top: 31px !important; }

.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  width: 46px;
  height: 46px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background-color: #fff !important; }

.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  border: 2px solid #396cf0 !important;
  background-color: #396cf0 !important; }

.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  transform: inherit !important; }

.site-wrp .ls-v6 .ls-nav-next::after {
  right: 18px;
  transform: rotate(45deg);
  border-right: 3px solid #111 !important; }

.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  border: 3px solid transparent;
  border-top: 3px solid #111 !important; }

.site-wrp .ls-v6 .ls-nav-prev::after {
  left: 20px;
  transform: rotate(-45deg);
  border-left: 3px solid #111 !important; }

.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #484848;
  line-height: 1.2;
  font-weight: 700;
  font-size: 16px; }

.header-style-3 .header-icon-area.header-action-items-layout2 {
  margin-top: 29px; }

.logo-area-layout2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.header-contact-layout1 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1199px) {
  .header-contact-layout1 {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-contact-layout1 ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #646464;
  border-right: 1px solid #e6e6e6; }

.header-contact-layout1 ul li i {
  margin-right: 10px; }

.header-contact-layout1 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0; }

@media only screen and (max-width: 767px) {
  .header-contact-layout1 ul li {
    display: block; } }

.header-contact-layout1 ul li .fa-phone {
  transform: scaleX(-1); }

.header-top-bar.header-contact-layout2 .tophead-social li a:hover {
  background-color: #fff;
  color: #396cf0; }

.header-top-bar.header-contact-layout2 .tophead-social li a:hover i {
  color: #396cf0; }

.tophead-contact.header-contact-layout2 ul li a {
  color: #fff; }

.header-contact-layout2 {
  min-height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1199px) {
  .header-contact-layout2 {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-contact-layout2 ul li {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #fff;
  border-right: none; }

.header-contact-layout2 ul li a {
  color: #fff; }

.header-contact-layout2 ul li i {
  margin-right: 10px; }

.header-contact-layout2 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0; }

@media only screen and (max-width: 767px) {
  .header-contact-layout2 ul li {
    display: block; } }

.header-contact-layout2 ul li .fa-phone {
  transform: scaleX(-1); }

.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a {
  padding: 1px 8px;
  color: #fff;
  background: transparent;
  transition: all 0.5s ease-out; }

.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a:hover {
  background-color: #fff;
  color: #396cf0; }

.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a:hover i {
  color: #396cf0; }

.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a i {
  color: #fff; }

.header-top-bar.layout-3 {
  padding: 10px 0; }

.header-contact-layout3 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1199px) {
  .header-contact-layout3 {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-contact-layout3 ul.contact-layout3-mid {
  width: 100%;
  text-align: right; }

.header-contact-layout3 ul.contact-layout3-mid i {
  color: #396cf0;
  line-height: 1.4;
  font-size: 26px; }

.header-contact-layout3 ul.contact-layout3-mid li {
  margin-right: 30px;
  padding-right: 30px;
  text-align: left; }

.header-contact-layout3 ul.contact-layout3-mid li .info {
  font-weight: 700;
  font-size: 15px;
  color: #111111; }

.header-contact-layout3 ul.contact-layout3-mid li .title {
  text-align: left;
  line-height: 1.3;
  font-weight: 400;
  font-size: 15px;
  color: #444444; }

.header-contact-layout3 ul.contact-layout3-mid li:last-child {
  border-right: none;
  padding-right: 0; }

.header-contact-layout3 ul.contact-layout3-mid .header-action-items a.btn-fill.color-yellow {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 16px 18px;
  display: inline-block; }

.header-contact-layout3 ul.contact-layout3-mid .header-action-items a.btn-fill.color-yellow i {
  font-size: 18px;
  color: #ffffff;
  margin-left: 4px; }

.header-contact-layout3 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px; }

.header-contact-layout3 ul li:last-child {
  margin-right: 0; }

@media only screen and (max-width: 767px) {
  .header-contact-layout3 ul li {
    display: block; } }

.header-contact-layout3 ul li .fa-phone {
  transform: scaleX(-1); }

.header-social-layout1 {
  min-height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media only screen and (max-width: 1199px) {
  .header-social-layout1 {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-social-layout1 li {
  display: inline-block;
  margin-right: 5px; }

@media only screen and (max-width: 1199px) {
  .header-social-layout1 li {
    margin-right: 1px !important; } }

.header-social-layout1 li:last-child {
  margin-right: 0; }

.header-social-layout1 li a {
  color: #8a8a8a;
  text-align: center;
  font-size: 16px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all 0.5s ease-out; }

@media only screen and (max-width: 1199px) {
  .header-social-layout1 li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 31px; } }

.header-social-layout1 li a:hover {
  color: #ffffff;
  background-color: #396cf0; }

.header-social-layout2 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media only screen and (max-width: 1199px) {
  .header-social-layout2 {
    -ms-flex-pack: center;
    justify-content: center; } }

.header-social-layout2 ul li {
  display: inline-block;
  margin-right: 5px; }

@media only screen and (max-width: 1199px) {
  .header-social-layout2 ul li {
    margin-right: 2px; } }

.header-social-layout2 ul li:last-child {
  margin-right: 0; }

.header-social-layout2 ul li a {
  padding: 5px 8px;
  color: #ffffff;
  transition: all 0.5s ease-out; }

.header-social-layout2 ul li a:hover {
  color: #e3e3e3; }

.search-box-area .search-box a.search-button i:before {
  font-size: 22px;
  font-weight: 700; }

.search-box-area .search-box a.search-button:hover i:before {
  color: #396cf0; }

.header-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999; }

.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%); }

.header-search .header-search-form input[type="search"] {
  width: 60%;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  border: none;
  margin: 0px auto;
  padding: 25px 10px 25px 30px;
  outline: none;
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.5), transparent); }

.header-search .header-search-form .search-btn {
  padding: 24px 10px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

.header-search .header-search-form .search-btn i:before {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0; }

.header-search .header-search-form .search-btn:focus {
  box-shadow: none;
  outline: none; }

.header-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #396cf0;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  opacity: 1;
  visibility: visible;
  font-size: 36px;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px; }

.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none; }

.header-search .close:hover {
  background-color: #ffffff; }

.cart-icon-num {
  background: #1E9D8B !important; }

.header-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible; }

.mean-container .mean-bar .logo-small {
  max-height: 35px;
  padding: 3px 10px; }

.rt-header-top-bar {
  border-bottom: 1px solid #e6e6e6; }

.rt-header-top-bar .rt-tophead-contact ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: center; }

.rt-header-top-bar .rt-tophead-contact ul li {
  font-size: 13px;
  margin-right: 0;
  padding: 10px 0px 10px 20px;
  color: #646464;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -ms-flex-pack: left;
  justify-content: left; }

@media only screen and (max-width: 1199px) {
  .rt-header-top-bar .rt-tophead-contact ul li {
    padding: 10px 0px 10px 0; } }

.rt-header-top-bar .rt-tophead-contact ul li:first-child {
  padding-left: 0; }

.rt-header-top-bar .rt-tophead-contact ul li a {
  color: #646464; }

.rt-header-top-bar .rt-tophead-contact ul li span.opening-label {
  font-weight: 500; }

.rt-header-top-bar .rt-tophead-contact ul li i {
  margin-right: 10px;
  margin-top: 5px;
  color: #396cf0; }

.rt-header-top-bar .rt-tophead-contact ul li:last-child {
  margin-right: 0;
  padding-right: 0; }

@media only screen and (max-width: 767px) {
  .rt-header-top-bar .rt-tophead-contact ul li {
    display: block; } }

.rt-header-top-bar .rt-tophead-contact ul li .fa-phone {
  transform: scaleX(-1); }

.rt-header-top-bar .action-items-btn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 34px;
  color: #ffffff;
  background-color: #396cf0;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease-out; }

.rt-header-top-bar .action-items-btn i {
  margin-left: 10px; }

.rt-header-top-bar .action-items-btn:hover {
  background-color: #2055e4; }

.header-style1 .search-box {
  padding-right: 14px;
  line-height: 1; }

.skew.rtl {
  transform: skew(-205deg); }

.skew_2.rtl {
  transform: skew(-210deg); }

.skew_3.rtl {
  transform: skew(-210deg); }

.skewbg {
  background: rgba(57, 108, 240, 0.7);
  height: 450px;
  border-radius: 5px; }

@media only screen and (max-width: 1640px) {
  .skewbg {
    width: 650px; } }

@media only screen and (max-width: 1440px) {
  .skewbg {
    width: 650px; } }

@media only screen and (max-width: 1199px) {
  .skewbg {
    width: 745px;
    height: 493px; } }

@media only screen and (max-width: 991px) {
  .skewbg {
    width: 745px;
    height: 493px; } }

@media only screen and (max-width: 767px) {
  .skewbg {
    width: 584px;
    height: 380px; } }

@media only screen and (max-width: 575px) {
  .skewbg {
    width: 441px;
    height: 290px; } }

@media only screen and (max-width: 479px) {
  .skewbg {
    width: 330px;
    height: 189px; } }

.skew_2 {
  width: 1400px;
  height: 932px;
  background: rgba(57, 108, 240, 0.6);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg); }

@media only screen and (max-width: 1640px) {
  .skew_2 {
    width: 1250px; } }

@media only screen and (max-width: 1440px) {
  .skew_2 {
    width: 1100px; } }

@media only screen and (max-width: 1199px) {
  .skew_2 {
    width: 900px; } }

@media only screen and (max-width: 991px) {
  .skew_2 {
    width: 750px; } }

@media only screen and (max-width: 767px) {
  .skew_2 {
    width: 630px; } }

@media only screen and (max-width: 575px) {
  .skew_2 {
    width: 610px; } }

@media only screen and (max-width: 479px) {
  .skew_2 {
    width: 590px; } }

.skew_3 {
  width: 1450px;
  height: 932px;
  background: rgba(57, 108, 240, 0.5);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg); }

@media only screen and (max-width: 1640px) {
  .skew_3 {
    width: 1300px; } }

@media only screen and (max-width: 1440px) {
  .skew_3 {
    width: 1150px; } }

@media only screen and (max-width: 1199px) {
  .skew_3 {
    width: 950px; } }

@media only screen and (max-width: 991px) {
  .skew_3 {
    width: 700px; } }

@media only screen and (max-width: 767px) {
  .skew_3 {
    text-align: center;
    transform: inherit;
    width: 1168px; } }

@media only screen and (max-width: 575px) {
  .skew_3 {
    text-align: center;
    transform: inherit;
    width: 1168px; } }

@media only screen and (max-width: 479px) {
  .skew_3 {
    text-align: center;
    transform: inherit;
    width: 1168px; } }

@media only screen and (max-width: 1024px) {
  .site.site-wrp.opt-slideInUp {
    padding-top: 0 !important; }
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    word-wrap: break-word; }
  .site.site-wrp.opt-slideInUp .mean-container .mean-bar {
    position: fixed;
    top: 0; } }

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

@media (max-width: 1200px) {
  .main-container .col-left {
    display: none !important; } }

@media all and (max-width: 1130px) {
  .main-container .col-main {
    width: 100%;
    font-size: 13px;
    border-left: black solid 0px !important;
    border-right: black solid 0px !important;
    float: none; } }

@media all and (max-width: 1100px) {
  .pro-coloumn {
    padding: 10px 0; }
  app-account-sidebar {
    display: none; }
  #masthead {
    display: none !important; }
  #meanmenu {
    display: block; }
  .masthead-container .button-header-subportal {
    display: none !important; }
  .main-container .col-left {
    display: none !important; }
  .main-container .col-lg-12 {
    padding: 0 2em; }
  .main-container .row.main {
    display: block; }
  .main-container .col-main {
    width: 100%;
    font-size: 13px;
    border-left: black solid 0px !important;
    border-right: black solid 0px !important;
    float: none; }
  .main-container .sidebar {
    margin-left: 3em;
    width: 100%; } }

@media (max-width: 800px) {
  .link-compare, .button-compare, .block-compare {
    display: none !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 700px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .link-compare, .button-compare, .block-compare {
    display: none !important; }
  .pro-coloumn {
    padding: 10px 0; }
  app-account-sidebar {
    display: none; }
  #masthead {
    display: none !important; }
  #meanmenu {
    display: block; }
  .masthead-container .button-header-subportal {
    display: none !important; }
  .col-left {
    display: none !important; }
  .col-lg-12 {
    padding: 0 !important; }
  .main-container .pro-coloumn {
    padding: 0; }
  .main-container .row.main {
    display: block; }
  .main-container .col-main {
    width: 92%;
    font-size: 13px;
    border-left: black solid 0px;
    border-right: black solid 0px;
    float: none; }
  .main-container .sidebar {
    width: 100%;
    margin-left: 0; }
    .main-container .sidebar .block-list {
      margin-left: 0 !important; }
  .footer-top-wrap .no-fullwidth {
    padding: 0 !important; }
  .login-box .opt {
    width: 100% !important; }
  .login-box .form-control {
    width: 100% !important; }
  .one-page-checkout {
    border: none;
    padding: 0; }
    .one-page-checkout .step {
      padding: 0; }
      .one-page-checkout .step .dob-input {
        margin-left: 0 !important;
        width: 100% !important; }
  .buttons-set .col-sm-12 {
    display: flex; }
    .buttons-set .col-sm-12 .col-sm-6 {
      padding: 0;
      flex-grow: 1; } }

@media all and (max-width: 1024px) {
  .skewbg {
    width: 795px;
    height: 457px; } }

@media all and (max-width: 800px) {
  .skewbg {
    width: 610px;
    height: 383px; } }

@media all and (max-width: 700px) {
  .skewbg {
    width: 584px;
    height: 310px; } }

@media all and (max-width: 640px) {
  .skewbg {
    width: 529px;
    height: 293px; } }

@media all and (max-width: 600px) {
  .skewbg {
    width: 450px;
    height: 283px; } }

@media all and (max-width: 550px) {
  .skewbg {
    width: 406px;
    height: 236px; } }

@media all and (max-width: 500px) {
  .skewbg {
    width: 400px;
    height: 230px; } }

@media all and (max-width: 450px) {
  .skewbg {
    width: 367px;
    height: 205px; } }

@media all and (max-width: 425px) {
  .skewbg {
    width: 354px;
    height: 197px; } }

@media all and (max-width: 400px) {
  .skewbg {
    width: 306px;
    height: 176px; } }

/*---------------------------------------------------------
#. Footer - Preloader, Scroll to top, Copyright
-----------------------------------------------------------*/
#preloader {
  background-color: #396cf0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999; }

a.scrollToTop {
  background-color: rgba(57, 108, 240, 0.3);
  bottom: 5px;
  color: #396cf0;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.1s ease-out;
  width: 44px;
  z-index: 5;
  border: 2px solid #396cf0;
  border-radius: 50%; }

a.scrollToTop:hover,
a.scrollToTop:focus {
  background-color: #396cf0;
  color: #fff; }

.footer-top-wrap .widget {
  color: #acacac !important; }

.footer-top-wrap .widget ul li {
  color: #e3e3e3;
  border: none; }

.footer-top-wrap .widget ul li a {
  color: #e3e3e3; }

.footer-top-wrap .widget ul li ul.sub-menu {
  border: none; }

.footer-top-wrap .widget ul li ul.children {
  border: none;
  margin-top: 0; }

.footer-top-wrap .widget .tagcloud a {
  border: 1px solid #e3e3e3;
  color: #e3e3e3 !important; }

.footer-layout1.fotter-color2 .footer-top-wrap {
  background-color: #eeeeee;
  border-bottom: 1px solid #0f2738; }

.footer-layout1.fotter-color2 .footer-center-wrap {
  padding: 30px 0;
  background-color: #0f2738; }

.footer-layout1.fotter-color2 .footer-bottom-wrap {
  background-color: #182e3e; }

.footer-layout1.fotter-color2 .footer-bottom-wrap {
  color: #e3e3e3;
  text-align: center; }

.footer-layout1 .footer-top-wrap {
  background-color: #eeeeee;
  padding: 90px 0px 38px;
  border-bottom: 1px solid #333333; }

.footer-layout1 .footer-top-wrap .widget ul li:hover::after {
  width: 0; }

.footer-layout1 .footer-box {
  margin-bottom: 30px; }

.footer-layout1 .footer-box .footer-logo {
  padding-bottom: 25px; }

.footer-layout1 .footer-box .footer-about {
  padding-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-about {
    font-size: 16px; } }

.footer-layout1 .footer-box .footer-contact-info {
  margin-bottom: 32px; }

.footer-layout1 .footer-box .footer-contact-info li {
  color: #cecece;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
  display: block; }

.footer-layout1 .footer-box .footer-contact-info li a {
  color: #cecece; }

.footer-layout1 .footer-box .footer-contact-info li:last-child {
  margin-bottom: 0px; }

.footer-layout1 .footer-box .footer-contact-info li i {
  font-size: 20px;
  color: #ffffff;
  top: 5px;
  left: 0;
  position: absolute; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-contact-info li i {
    font-size: 20px; } }

.footer-layout1 .footer-box .footer-social li {
  display: inline-block;
  margin-right: 13px; }

@media only screen and (max-width: 1199px) {
  .footer-layout1 .footer-box .footer-social li {
    margin-right: 5px; } }

.footer-layout1 .footer-box .footer-social li a {
  padding: 5px;
  color: #ffffff;
  transition: all 0.3s ease-out; }

.footer-layout1 .footer-box .footer-social li a:hover {
  color: #396cf0; }

.footer-layout1 .footer-box .footer-header {
  position: relative; }

.footer-layout1 .footer-box .footer-header:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #396cf0;
  bottom: 0;
  left: 0;
  position: absolute; }

.footer-layout1 .footer-box .footer-header h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px; }

@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-box .footer-header h3 {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-header h3 {
    font-size: 22px; } }

@media only screen and (max-width: 575px) {
  .footer-layout1 .footer-box .footer-header h3 {
    font-size: 20px; } }

.footer-layout1 .footer-box .footer-latest-post li {
  line-height: 22px;
  margin-bottom: 20px; }

.footer-layout1 .footer-box .footer-latest-post li:last-child {
  margin-bottom: 0px; }

.footer-layout1 .footer-box .footer-latest-post li a {
  color: #e3e3e3;
  margin-bottom: 12px;
  display: block;
  transition: all 0.3s ease-out; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-latest-post li a {
    font-size: 16px; } }

.footer-layout1 .footer-box .footer-latest-post li a:hover {
  color: #396cf0; }

.footer-layout1 .footer-box .footer-latest-post li span {
  font-size: 16px;
  color: #8a8a8a;
  display: block; }

.footer-layout1 .footer-box .menu li {
  margin-bottom: 10px;
  border: none;
  padding: 0; }

.footer-layout1 .footer-box .menu li:last-child {
  margin-bottom: 0px; }

.footer-layout1 .footer-box .menu li:before {
  display: none; }

.footer-layout1 .footer-box .menu li a {
  color: #e3e3e3;
  transition: all 0.3s ease-out; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .menu li a {
    font-size: 16px; } }

.footer-layout1 .footer-box .menu li a:hover {
  color: #396cf0; }

.footer-layout1 .footer-box .footer-quick-link li {
  margin-bottom: 10px; }

.footer-layout1 .footer-box .footer-quick-link li:last-child {
  margin-bottom: 0px; }

.footer-layout1 .footer-box .footer-quick-link li a {
  color: #e3e3e3;
  transition: all 0.3s ease-out; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-quick-link li a {
    font-size: 16px; } }

.footer-layout1 .footer-box .footer-quick-link li a:hover {
  color: #396cf0; }

.footer-layout1 .footer-box .footer-opening-hours li {
  color: #e3e3e3;
  margin-bottom: 8px;
  border: none;
  padding: 0; }

.footer-layout1 .footer-box .footer-opening-hours li:before {
  display: none; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-opening-hours li {
    font-size: 16px; } }

.footer-layout1 .footer-box .footer-opening-hours li:last-child {
  margin-bottom: 0px; }

.footer-layout1 .footer-box .footer-opening-hours li span {
  float: right; }

.footer-layout1 .footer-box .footer-opening-hours li span.os-close {
  color: #396cf0; }

.footer-layout1 .footer-center-wrap {
  padding: 30px 0;
  background-color: #2a2a2a; }

@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-center-wrap {
    padding: 50px 0; } }

.footer-layout1 .footer-center-wrap .footer-social {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-center-wrap .footer-social {
    -ms-flex-pack: center;
    justify-content: center; } }

@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-center-wrap .footer-social ul {
    margin-bottom: 30px; } }

.footer-layout1 .footer-center-wrap .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff; }

.footer-layout1 .footer-center-wrap .footer-social ul li a {
  padding: 10px 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-out; }

.footer-layout1 .footer-center-wrap .footer-social ul li a:hover {
  color: #396cf0; }

.footer-layout1 .footer-center-wrap .newsletter-title {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-center-wrap .newsletter-title {
    -ms-flex-pack: center;
    justify-content: center; } }

.footer-layout1 .footer-center-wrap .newsletter-title .item-title {
  color: #ffffff;
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-center-wrap .newsletter-title .item-title {
    margin-bottom: 30px; } }

.footer-layout1 .footer-center-wrap .newsletter-form {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group {
  background: #1f1f1f;
  border: 0;
  height: 50px;
  border-radius: 30px; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .form-control {
  padding: 0.75rem 2.5rem;
  border: none;
  box-shadow: none;
  border-radius: 30px 0 0 30px;
  background: #1f1f1f;
  text-transform: lowercase;
  font-size: 15px;
  color: #ffffff;
  height: 50px; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0 30px 30px 0;
  background: #396cf0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s ease-in-out; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:focus {
  outline: none; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon input {
  border-radius: 0 30px 30px 0;
  padding: 15px 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: 0.5s ease-in-out;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon input span {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s ease-in-out; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon input:focus {
  outline: none; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
  background-color: #2055e4 !important; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #5a5a5a;
  font-size: 16px; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px; }

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #5a5a5a;
  font-size: 16px; }

.footer-layout1 .footer-bottom-wrap {
  background-color: #1f1f1f;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7c7c7c;
  text-align: center; }

.footer-layout1 .footer-bottom-wrap .copyright a {
  color: #ffffff;
  transition: all 0.3s ease-out; }

.footer-layout1 .footer-bottom-wrap .copyright a:hover {
  color: #396cf0; }

.footer-box-layout {
  padding-left: 100px;
  padding-right: 100px; }

@media only screen and (max-width: 1199px) {
  .footer-box-layout {
    padding-left: 0;
    padding-right: 0; } }

.copyright_text {
  color: #e3e3e3; }

.footer-bottom-wrap3 {
  background-color: #1f1f1f;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7c7c7c;
  text-align: center; }

.footer-bottom-wrap3 .copyright a {
  color: #ffffff;
  transition: all 0.3s ease-out; }

.footer-bottom-wrap3 .copyright a:hover {
  color: #396cf0; }

.footer-layout3 {
  padding: 90px 0px 38px;
  text-align: center; }

.footer-layout3 .footer-logo {
  margin-bottom: 40px;
  display: block; }

.footer-layout3 .footer-logo img {
  margin: 0 auto; }

.footer-layout3 p {
  margin-bottom: 35px; }

.footer-layout3 p a {
  color: #396cf0; }

.footer-layout3 p a:hover {
  color: #2055e4; }

.footer-layout3 .footer-social ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px; }

.footer-layout3 .footer-social ul li:last-child {
  margin-right: 0; }

.footer-layout3 .footer-social ul li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #646464;
  display: block;
  position: relative;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-social ul li a:hover {
  color: #2055e4; }

.footer-layout3 .footer-social ul li a:hover:after {
  width: 40px;
  left: 0; }

.footer-layout3 .footer-social ul li a:hover:before {
  width: 40px;
  left: 0; }

.footer-layout3 .footer-social ul li a:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2055e4;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-social ul li a:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #2055e4;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-top-area {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  background-color: #111111;
  border-bottom: 1px solid #333333; }

.footer-layout3 .footer-top-area .widget h3::after {
  display: none; }

.footer-layout3 .footer-top-area .widget.widget_medilink_about img {
  margin-top: 0; }

.footer-layout3 .footer-top-area .widget.widget_medilink_info ul li {
  padding-left: 20px !important; }

.footer-layout3 .footer-top-area .widget {
  color: #e3e3e3; }

@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget {
    margin-bottom: 40px; } }

.footer-layout3 .footer-top-area .widget p {
  color: #e3e3e3; }

.footer-layout3 .footer-top-area .widget .subscribe-layout1 h2 {
  display: none; }

.footer-layout3 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control {
  border-radius: 24px !important;
  padding-right: 90px !important;
  min-height: 55px;
  background-color: #404344;
  box-shadow: none;
  color: #a9a9a9; }

.footer-layout3 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 auto; }

.footer-layout3 .footer-top-area .widget .btn-fill.size-md,
.footer-layout3 .footer-top-area .widget .btn-ghost.size-md {
  padding: 2px 35px;
  font-size: 14px;
  text-indent: -99999999px !important;
  position: relative;
  background-color: #2055e4;
  border: none;
  min-height: 46px !important;
  display: inline-block;
  border-radius: 23px; }

.footer-layout3 .footer-top-area .widget .btn-fill.size-md:hover,
.footer-layout3 .footer-top-area .widget .btn-ghost.size-md:hover {
  background: rgba(32, 85, 228, 0.7);
  color: #fff !important; }

.footer-layout3 .footer-top-area .widget .subscribe-layout1 input::-moz-placeholder,
.footer-layout3 .footer-top-area .widget .subscribe-layout1 textarea::-moz-placeholder {
  color: #fff; }

.footer-layout3 .footer-top-area .widget ul li::before {
  display: none; }

.footer-layout3 .footer-top-area .widget ul li {
  padding-left: 0;
  margin-bottom: 12px; }

.footer-layout3 .footer-top-area .widget .input-group-addon {
  position: absolute;
  z-index: 999;
  padding: 4px;
  right: 0; }

.footer-layout3 .footer-top-area .widget .input-group-addon:after {
  content: "\f105";
  color: #282828;
  position: absolute;
  font-size: 26px;
  left: 38px;
  z-index: 3;
  font-family: fontawesome; }

.footer-layout3 .footer-top-area .widget .widgettitle {
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 26px; }

@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .widgettitle {
    margin-bottom: 30px; } }

.footer-layout3 .footer-top-area .widget .footer-widget-logo {
  margin-bottom: 30px;
  display: inline-block; }

@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .footer-widget-logo {
    margin-bottom: 20px; } }

.footer-layout3 .footer-top-area .widget .footer-widget-about {
  margin-bottom: 30px;
  padding-right: 50px; }

@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .footer-widget-about {
    margin-bottom: 20px;
    padding-right: 0px; } }

.footer-layout3 .footer-top-area .widget .footer-widget-contact {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px; }

@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .footer-widget-contact {
    font-size: 20px; } }

.footer-layout3 .footer-top-area .widget .footer-widget-contact a {
  color: #FFFFFF;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-top-area .widget .footer-widget-contact a:hover {
  color: #2055e4; }

.footer-layout3 .footer-top-area .widget .footer-widget-contact:before {
  content: "\f095";
  color: #2055e4;
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0;
  z-index: 3;
  font-family: fontawesome; }

.footer-layout3 .footer-top-area .widget .footer-widget-social ul li {
  margin-right: 5px;
  display: inline-block;
  padding-left: 0px; }

.footer-layout3 .footer-top-area .widget .footer-widget-social ul li:last-child {
  margin-right: 0; }

.footer-layout3 .footer-top-area .widget .footer-widget-social ul li:before {
  display: none; }

.footer-layout3 .footer-top-area .widget .footer-widget-social ul li a {
  padding: 1px 8px;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-top-area .widget .footer-widget-social ul li a:hover {
  color: #396cf0; }

.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li {
  margin-bottom: 12px; }

.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li:last-child {
  margin-bottom: 0; }

.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li a {
  color: #e3e3e3;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li a:hover {
  color: #FFFFFF; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group {
  margin-top: 30px;
  background-color: #404344;
  height: 52px;
  padding: 5px 5px 5px 15px;
  border-radius: 45px; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .form-control {
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #404344;
  border-radius: 45px; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon {
  border: none;
  padding: 0;
  background-color: #396cf0;
  transition: all 0.5s ease-out;
  border-radius: 45px; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"] {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  padding: 6px 15px 8px;
  font-size: 16px;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:focus,
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:hover {
  outline-width: 0;
  outline: none; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover {
  background-color: #2055e4; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #282828; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon .form-control:focus {
  border-color: none;
  outline: none;
  box-shadow: none; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #e3e3e3; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-moz-placeholder {
  color: #e3e3e3; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-moz-placeholder {
  color: #e3e3e3; }

.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #e3e3e3; }

.footer-layout3 .footer-bottom-area {
  background-color: #0b1013;
  text-align: center;
  color: #e3e3e3;
  padding: 25px 0 1px; }

.footer-layout3 .footer-bottom-area a {
  color: #FFFFFF;
  transition: all 0.5s ease-out; }

.footer-layout3 .footer-bottom-area a:hover {
  color: #2055e4; }

/*---------------------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------------------*/
.widgets.widget_mc4wp_form_widget {
  margin-bottom: 0; }

.search-form .custom-search-input {
  background: #f1f7fa; }

.search-form .custom-search-input input.search-query {
  color: #282828;
  background: #f1f7fa;
  border-color: transparent;
  border: none;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  padding: 0.75rem 1.5rem;
  text-transform: lowercase;
  color: #000000;
  font-size: 16px; }

.search-form .custom-search-input input.search-query:-ms-input-placeholder {
  color: #000000; }

.search-form .custom-search-input input.search-query::placeholder {
  color: #000000; }

.search-form .custom-search-input button.btn {
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  background: #f1f7fa;
  border: 0;
  display: block;
  transition: all 0.5s ease-out; }

.search-form .custom-search-input button.btn span {
  font-size: 26px;
  font-weight: 700;
  margin-left: 0;
  color: #396cf0;
  transition: all 0.5s ease-out; }

.search-form .custom-search-input button.btn span:before {
  font-size: 26px; }

.search-form .custom-search-input button.btn:hover {
  opacity: 0.8; }

.widget {
  margin-bottom: 40px;
  color: #282828; }

.widget h3 {
  color: #282828;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.3; }

.widget h3:after {
  background-color: #396cf0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 40px;
  border-radius: 4px; }

.widget select {
  padding: 8px 10px;
  width: 100%; }

.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.widget ul > li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  padding-left: 20px; }

@media only screen and (max-width: 767px) {
  .widget ul > li {
    font-size: 16px; } }

.widget ul > li:after {
  content: "";
  background-color: #396cf0;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 3;
  position: absolute;
  transition: all 0.5s ease-out; }

.widget ul > li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.widget ul > li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #396cf0;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 900; }

.widget ul > li > ul.children,
.widget ul > li > ul.sub-menu {
  list-style-type: none;
  border-top: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 10px; }

.widget ul > li > ul.children li :last-child,
.widget ul > li > ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.widget ul > li:hover:after {
  right: 0;
  left: 0;
  width: 100%; }

.widget ul > li a {
  color: #282828;
  display: inline;
  transition: all 0.3s ease 0s; }

.widget ul > li a:hover {
  color: #2055e4; }

.widget_tag_cloud a {
  padding: 9px 10px;
  display: inline-block;
  font-size: 15px !important;
  margin-bottom: 3px;
  transition: all 0.3s ease 0s;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  line-height: 1.5;
  color: #282828 !important;
  text-transform: capitalize; }

.widget_tag_cloud a:hover {
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff !important; }

.widget_calendar table {
  margin-top: 0; }

.widget_calendar table caption {
  padding-top: 0; }

.widget_calendar table th,
.widget_calendar table td {
  padding: 7px; }

@media all and (max-width: 767px) {
  .sidebar-widget-area {
    margin-top: 40px; } }

.sidebar-widget-area .widget ul li {
  padding-bottom: 10px; }

.sidebar-widget-area .widget h3 {
  font-size: 22px;
  font-weight: 500; }

.sidebar-widget-area .widget ul.menu li ul.children,
.sidebar-widget-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px; }

@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li ul.children,
  .sidebar-widget-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px; } }

.sidebar-widget-area .widget ul.menu li {
  padding-left: 10px; }

@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li {
    padding-left: 3px; } }

.sidebar-widget-area .widget ul.menu li:before {
  left: -5px; }

.sidebar-widget-area .widget_categories ul li {
  text-transform: capitalize; }

.footer-top-area .search-form .custom-search-input input.search-query,
.footer-top-area .search-form .custom-search-input button.btn {
  background-color: #fff;
  border: none; }

@media all and (max-width: 767px) {
  .footer-top-area .widget {
    margin-bottom: 45px; } }

@media all and (max-width: 480px) {
  .footer-top-area .widget {
    margin-bottom: 40px; } }

.footer-top-area .widget ul li {
  border-color: transparent; }

.footer-top-area .widget ul li:before {
  color: #396cf0; }

.footer-top-area .widget ul li ul.children,
.footer-top-area .widget ul li ul.sub-menu {
  border-color: #373737; }

.footer-top-area .widget.widget_tag_cloud a {
  border-color: #b3b3b3;
  text-transform: capitalize;
  color: #b3b3b3 !important; }

.footer-top-area .widget.widget_tag_cloud a:hover {
  color: #fff !important;
  border-color: #396cf0; }

.footer-top-area .widget ul.menu li ul.children,
.footer-top-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px; }

@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li ul.children,
  .footer-top-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px; } }

.footer-top-area .widget ul.menu li {
  padding-left: 10px; }

@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li {
    padding-left: 3px; } }

.footer-top-area .widget ul.menu li:before {
  left: -5px; }

/*---------------------------------------------
#. Custom Widgets
-----------------------------------------------*/
.widget.widget_medilink_about img {
  margin-top: 5px; }

.widget.widget_medilink_about .rtin-des {
  margin-bottom: 20px; }

.widget.widget_medilink_about ul li {
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 0;
  border: none; }

.widget.widget_medilink_about ul li a {
  display: block;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: none; }

.widget.widget_medilink_about ul li a:hover {
  color: #396cf0; }

.widget.widget_medilink_about ul li::before {
  content: none; }

.widget.widget_medilink_info {
  border-radius: 4px; }

.widget.widget_medilink_info ul li {
  padding-left: 30px;
  font-size: 16px; }

.widget.widget_medilink_info ul li:before {
  content: none; }

.widget.widget_medilink_info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.widget.widget_medilink_info ul li i {
  color: #fff;
  left: 0;
  position: absolute;
  top: 6px; }

.widget .category-type ul li {
  background-color: #f1f7fa;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 4px;
  border-bottom: none;
  margin-bottom: 2px; }

.widget .category-type ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #396cf0;
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 18px;
  line-height: 1;
  left: inherit; }

.widget .category-type ul li:hover:before {
  color: #fff; }

.widget .category-type ul li a {
  display: block;
  padding: 15px 15px 15px 30px;
  color: #222222;
  border-radius: 4px; }

.widget .category-type ul li a:hover {
  background-color: #396cf0;
  color: #fff; }

.sidebar-widget-area .widget.widget_medilink_info {
  background-image: url("../img/icon-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom; }

.sidebar-widget-area .contact-us-form {
  background-color: #396cf0;
  color: #fff;
  padding: 30px 30px 5px 30px;
  border-radius: 4px; }

.sidebar-widget-area .contact-us-form h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 700;
  position: relative; }

.sidebar-widget-area .contact-us-form h3:after {
  content: "";
  height: 5px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1; }

.sidebar-widget-area .contact-us-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.sidebar-widget-area .contact-us-form .form-group .form-control {
  border-radius: 4px;
  background: #489aed;
  box-shadow: none;
  color: #ffffff;
  border: none; }

.sidebar-widget-area .contact-us-form .form-group .form-control:-webkit-input-placeholder {
  color: #ffffff; }

.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff; }

.sidebar-widget-area .contact-us-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff; }

.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff; }

.sidebar-widget-area .widget_medilink_info {
  background-color: #396cf0;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px 10px 35px 30px; }

.sidebar-widget-area .widget_medilink_info ul li {
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px; }

.sidebar-widget-area .widget_medilink_info ul li a {
  color: #fff; }

.sidebar-widget-area .widget_medilink_info ul li .fa {
  display: none; }

.sidebar-widget-area .widget_medilink_info h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 700; }

@media all and (max-width: 767px) {
  .sidebar-widget-area .widget_medilink_info h3 {
    font-size: 22px; } }

@media all and (max-width: 480px) {
  .sidebar-widget-area .widget_medilink_info h3 {
    margin-bottom: 20px; } }

.sidebar-widget-area .widget_medilink_info h3::after {
  background-color: #fff; }

.kebo-tweets .ktweet .kmeta a {
  color: #396cf0; }

.kebo-tweets .ktweet .kmeta a:hover {
  color: #fff; }

.widget_medilink_info.widget ul li i {
  color: #2055e4;
  margin-right: 10px; }

.widget_medilink_info.widget ul li::before {
  display: none; }

.widget_recent_comments ul li span {
  font-weight: 700; }

.single-post .entry-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px; }

@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem; } }

.widget-search .stylish-input-group {
  background: #f1f7fa;
  border: 0;
  height: 60px;
  border-radius: 3px; }

.widget-search .stylish-input-group .form-control {
  padding: 0.75rem 1.5rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #f1f7fa;
  text-transform: lowercase;
  color: #000000;
  font-size: 16px; }

.widget-search .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important; }

.widget-search .stylish-input-group .input-group-addon button {
  padding: 1.5rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: all 0.5s ease-out; }

.widget-search .stylish-input-group .input-group-addon button span:before {
  color: #3c70fa;
  font-size: 26px;
  font-weight: 700;
  margin-left: 0; }

.widget-search .stylish-input-group .input-group-addon button:hover span {
  color: #2055e4; }

.widget-search .stylish-input-group .input-group-addon button:focus {
  outline: none; }

.widget-search .stylish-input-group input {
  font-size: 14px;
  color: #000000; }

.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #444444;
  font-size: 16px; }

.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #444444;
  font-size: 16px; }

.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #444444;
  font-size: 16px; }

.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #444444;
  font-size: 16px; }

.widget-categories ul li {
  position: relative; }

.widget-categories ul li:last-child a {
  border-bottom: 0; }

.widget-categories ul li:last-child:after {
  display: none; }

.widget-categories ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #396cf0;
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 1; }

.widget-categories ul li a {
  position: relative;
  z-index: 2;
  display: block;
  color: #111111;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s ease-out; }

.widget-categories ul li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  transition: all 0.5s ease-out; }

.widget-categories ul li:hover a {
  color: #396cf0; }

.widget-categories ul li:hover:after {
  right: 0;
  left: 0;
  width: 100%; }

.widget-categories ul li:after {
  content: "";
  background-color: #396cf0;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 3;
  position: absolute;
  transition: all 0.5s ease-out; }

.widget-top-rated ul li {
  margin-bottom: 20px; }

.widget-top-rated ul li:last-child {
  margin-bottom: 0; }

.widget-top-rated ul li .top-rated-content h4 {
  margin-bottom: 0; }

.widget-top-rated ul li .top-rated-content h4 a {
  color: #111111;
  transition: all 0.3s ease-out; }

.widget-top-rated ul li .top-rated-content h4 a:hover {
  color: #396cf0; }

.widget-top-rated ul li .top-rated-content .rating {
  line-height: 1.6;
  margin-bottom: 5px; }

.widget-top-rated ul li .top-rated-content .rating li {
  display: inline;
  border-bottom: none; }

.widget-top-rated ul li .top-rated-content .rating li i {
  color: #fdc800;
  font-size: 14px; }

.widget-top-rated ul li .top-rated-content .amount {
  color: #396cf0;
  font-weight: 500;
  margin-bottom: 5px; }

.widget-top-rated ul li .top-rated-content .amount .currency {
  font-weight: 500; }

.widget-call-to-action {
  background-color: #396cf0;
  padding: 30px 20px 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75); }

.widget-call-to-action .media img {
  margin-top: 5px; }

.widget-call-to-action .media .media-body h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500; }

.widget-call-to-action .media .media-body span {
  color: #ffffff;
  display: block;
  margin-bottom: 10px; }

.widget-testimonial {
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 4px; }

.widget-testimonial .widget-testimonial-box {
  margin-top: 35px; }

.widget-testimonial .widget-testimonial-box p {
  position: relative; }

.widget-testimonial .widget-testimonial-box p:after {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 free";
  font-size: 30px;
  font-weight: 900;
  top: -45px;
  left: 1px;
  color: #cccccc; }

.widget-testimonial .widget-testimonial-box .item-img {
  margin-bottom: 15px; }

.widget-testimonial .widget-testimonial-box .item-title {
  margin-bottom: 0;
  font-size: 17px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 500; }

.widget-testimonial .widget-testimonial-box .sub-title {
  font-size: 15px;
  margin-bottom: 0; }

.widget-tag li {
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #396cf0;
  background: transparent;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s ease-out; }

.widget-tag li a {
  color: #396cf0;
  display: block;
  padding: 5px 15px;
  transition: all 0.5s ease-out; }

.widget-tag li:hover {
  background: #396cf0; }

.widget-tag li:hover a {
  color: #ffffff; }

.widget-departments {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75); }

.widget-departments ul li {
  position: relative;
  border-bottom: 1px solid #dedede; }

.widget-departments ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.widget-departments ul li:last-child:before {
  display: none; }

.widget-departments ul li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #396cf0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px; }

.widget-departments ul li a {
  display: block;
  color: #111111;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.5s ease-out; }

.widget-departments ul li:hover a {
  color: #396cf0; }

.widget-departments ul li:hover:before {
  right: 0;
  left: 0;
  width: 100%; }

.widget-departments ul li:before {
  content: "";
  background-color: #396cf0;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease-out; }

.widget-price-range .price-range-wrapper {
  text-align: left;
  padding-top: 20px; }

.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: ""; }

.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px; }

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button {
  margin-left: 10px; }

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn {
  padding: 5px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease-out; }

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:focus {
  outline: none; }

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff; }

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0;
  text-align: center; }

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: ""; }

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0 2px;
  font-weight: 500;
  color: #222222; }

.widget-price-range .price-range-wrapper .noUi-connect {
  background: #396cf0;
  box-shadow: none; }

.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 7px; }

.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 0; }

.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #396cf0;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75); }

.widget-price-range .price-range-wrapper .noUi-handle::before {
  display: none; }

.widget-price-range .price-range-wrapper .noUi-handle::after {
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%); }

.widget-recent .media {
  margin-bottom: 30px; }

.widget-recent .media:last-child {
  margin-bottom: 0; }

.widget-recent .media .media-body .post-date {
  color: #396cf0;
  margin-bottom: 10px;
  font-weight: 500; }

.widget-recent .media .media-body .post-title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500; }

.widget-recent .media .media-body .post-title a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.5s ease-out; }

.widget-recent .media .media-body .post-title a:hover {
  color: #396cf0; }

.widget-about-team {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  margin-bottom: 30px; }

.widget-about-team img {
  margin-bottom: 16px; }

.widget-about-team .item-content .item-title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 10px; }

.widget-about-team .item-content .item-ctg {
  margin-bottom: 10px; }

.widget-about-team .item-content .item-designation {
  color: #396cf0;
  font-weight: 500;
  display: block;
  margin-bottom: 10px; }

.widget-team-contact {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  margin-bottom: 30px; }

.widget-team-contact ul li {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px; }

.widget-team-contact ul li:last-child {
  margin-bottom: 0; }

.widget-team-contact ul li span {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 400;
  display: inline-block; }

.widget-team-contact ul li ul.widget-social li {
  display: inline-block;
  margin-right: 5px; }

.widget-team-contact ul li ul.widget-social li a {
  color: #396cf0;
  padding: 5px;
  transition: all 0.3s ease-out; }

.widget-team-contact ul li ul.widget-social li a:hover {
  color: #111111; }

.widget_medilink_posts .media-body {
  margin-left: 0; }

.widget_medilink_posts .media-body h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5; }

.widget_medilink_posts .media-body h4 a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.5s ease-out; }

.widget_medilink_posts .media-body p {
  line-height: 1.5;
  margin-bottom: 10px; }

.widget_medilink_posts .media-body p.spost-title a {
  color: #111111; }

.widget_medilink_posts .media-body p.spost-title a:hover {
  color: #396cf0; }

.widget_medilink_posts .media-body .date {
  color: #396cf0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px; }

.widget_medilink_posts .media {
  margin-bottom: 20px; }

.widget_medilink_posts .media img {
  margin-right: 20px;
  border-radius: 4px; }

/*-------------------------------------
#. Buttons
---------------------------------------*/
.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  z-index: 99; }

.inline-block {
  display: inline-block; }

a.rtin-button-1 {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.3s ease-out; }

@media all and (max-width: 767px) {
  a.rtin-button-1 {
    padding: 10px 20px; } }

a.rtin-button-1,
a.rtin-button-1:link,
a.rtin-button-1:visited {
  color: #282828; }

a.rtin-button-1:hover {
  color: #fff;
  background-color: transparent; }

.rdtheme-button-1 {
  background-color: #396cf0;
  padding: 17px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-out; }

.rdtheme-button-1,
.rdtheme-button-1:link,
.rdtheme-button-1:visited {
  color: #fff; }

.rdtheme-button-1:hover {
  color: #fff;
  background-color: #2055e4; }

.rdtheme-button-ghost-1 {
  background-color: #396cf0;
  border: 2px solid #396cf0;
  padding: 15px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  transition: all 0.3s ease-out; }

.rdtheme-button-ghost-1,
.rdtheme-button-ghost-1:link,
.rdtheme-button-ghost-1:visited {
  color: #fff; }

.rdtheme-button-ghost-1:hover {
  color: #396cf0;
  background-color: transparent; }

.rdtheme-button-ghost-1 i {
  font-size: 18px;
  line-height: 1.90; }

.rdtheme-button-2 {
  border: 2px solid #396cf0;
  padding: 12px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }

.rdtheme-button-2,
.rdtheme-button-2:link,
.rdtheme-button-2:visited {
  color: #396cf0; }

.rdtheme-button-2:hover {
  color: #fff;
  border-color: #396cf0;
  background-color: #396cf0; }

.rdtheme-button-4 {
  border: 2px solid #396cf0;
  padding: 10px 22px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 14px;
  font-weight: 600;
  display: inline-block; }

.rdtheme-button-4,
.rdtheme-button-4:link,
.rdtheme-button-4:visited {
  color: #444; }

.rdtheme-button-4:hover {
  color: #fff;
  border-color: #396cf0;
  background-color: #396cf0; }

.rdtheme-button-3 {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  text-transform: uppercase; }

.rdtheme-button-3,
.rdtheme-button-3:link,
.rdtheme-button-3:visited {
  color: #396cf0; }

.rdtheme-button-3:hover {
  background-color: transparent;
  color: #fff; }

.rdtheme-button-3:hover i {
  color: #fff; }

.rdtheme-button-blog {
  font-size: 18px; }

.rdtheme-button-blog:hover {
  color: #282828; }

.contact-us-form input.rdtheme-button-submit[type="submit"] {
  border: 2px solid #396cf0;
  padding: 15px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #396cf0; }

.contact-us-form input.rdtheme-button-submit[type="submit"]:hover {
  color: #fff;
  border-color: #2055e4;
  background-color: #2055e4; }

/*-------------------------------------
#. Banner
---------------------------------------*/
.breadcrumb-area .entry-breadcrumb > span {
  color: #ffffff;
  margin: 8px;
  font-size: 18px;
  font-weight: 500; }

.breadcrumb-area .entry-breadcrumb > span:first-child {
  margin-left: 0; }

.breadcrumb-area .entry-breadcrumb {
  font-size: 20px;
  font-weight: 700; }

.entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover; }

.entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media only screen and (max-width: 575px) {
  .entry-banner .inner-page-banner {
    padding-top: 20px;
    padding-bottom: 20px; } }

.entry-banner .inner-page-banner:before {
  background-color: rgba(16, 111, 184, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1; }

.entry-banner .inner-page-banner .breadcrumbs-area h1 {
  text-transform: capitalize;
  color: #fff;
  word-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px; } }

.entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c5d5ff;
  font-size: 18px;
  position: relative;
  margin-right: 8px;
  padding-right: 20px; }

.entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #396cf0; }

.entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #fff;
  transition: all 0.5s ease-out; }

.entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #396cf0; }

.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0; }

.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none; }

.entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right; }

.trheader .entry-banner.entry-banner-after:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.trheader .entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  text-align: center; }

.trheader .entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 13rem 0 20rem; }

@media only screen and (max-width: 991px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 15.3rem 0 16rem; } }

@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 13.3rem 0 14rem; } }

@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 11.3rem 0 12rem; } }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1; }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1.4;
  word-wrap: break-word; }

@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 7rem; } }

@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
    font-size: 8rem; } }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px; }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
  font-family: fontawesome;
  font-size: 20px; }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #396cf0;
  transition: all 0.5s ease-out; }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #FFFFFF; }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0; }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none; }

.trheader .entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right; }

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area {
  padding-top: 40px;
  width: 100%; }

@media all and (max-width: 991px) {
  .pagination-area {
    padding-top: 30px; } }

@media all and (max-width: 480px) {
  .pagination-area {
    padding-top: 20px; } }

.rt-team-archive .pagination-area {
  margin-top: 0; }

@media all and (max-width: 991px) {
  .rt-team-archive .pagination-area {
    padding-top: 0; } }

@media all and (max-width: 480px) {
  .rt-team-archive .pagination-area {
    padding-top: 30px; } }

.pagination-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0; }

.pagination-area ul li {
  display: inline-block; }

.pagination-area ul li a,
.pagination-area ul li span {
  background-color: #f2f2f2;
  color: #282828;
  transition: all 0.5s ease-out;
  margin: 0 3px;
  display: block;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  border-radius: 4px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 15px; }

.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
  background-color: #396cf0;
  color: #fff; }

/*-------------------------------------
#. Contents
---------------------------------------*/
ul.entry-meta-2 {
  padding: 0; }

ul.entry-meta-2 li {
  list-style: none; }

@keyframes shine {
  100% {
    left: 125%; } }

.post-each {
  margin-bottom: 30px;
  transition: all 0.5s ease-out; }

.post-each .entry-thumbnail-area {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0; }

.post-each .entry-thumbnail-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg); }

.post-each .entry-thumbnail-area:hover:before {
  animation: shine .75s; }

.post-each .entry-thumbnail-area img {
  transition: all 0.5s ease-out;
  width: 100%; }

.post-each .entry-thumbnail-area.nothumb .entry-meta-1 {
  position: relative; }

.post-each .entry-meta-2 {
  color: #6c6c6c; }

.post-each .entry-meta-2 li {
  display: inline-block; }

.post-each .entry-meta-2 li:last-child {
  float: right; }

.post-each .entry-meta-2 li.vcard-author {
  text-align: center; }

.post-each .entry-meta-2 li.vcard-author i {
  border-radius: 50%;
  color: #2055e4;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 2px;
  transition: all 0.5s ease-out; }

.post-each .entry-meta-2 li.vcard-author a {
  color: #6c6c6c;
  transition: all 0.5s ease-out; }

.post-each .entry-meta-2 li.vcard-author a:hover {
  color: #2055e4; }

.post-each .entry-meta-2 li.vcard-comments {
  text-align: center; }

.post-each .entry-meta-2 li.vcard-comments i {
  color: #2055e4; }

.post-each .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c;
  transition: all 0.5s ease-out; }

.post-each .entry-meta-2 li.vcard-comments a:hover {
  color: #2055e4; }

.post-each .entry-meta-1 {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.post-each .entry-meta-1 span.updated {
  color: #6c6c6c;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-weight: 500; }

.post-each .entry-meta-1 span.updated i {
  font-size: 14px; }

.post-each .entry-meta-1 li {
  display: inline;
  padding-right: 30px;
  color: #6c6c6c; }

.post-each .entry-meta-1 li:last-child {
  padding-right: 0; }

.post-each .entry-meta-1 li a {
  transition: all 0.3s ease-out; }

.post-each .entry-meta-1 li a:hover {
  color: #2055e4; }

.post-each .entry-meta-1 li a:hover span {
  color: #2055e4; }

.post-each .entry-meta-1 li i {
  margin-right: 2px;
  color: #2055e4;
  width: 16px; }

.post-each .entry-content-area {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  transition: all 0.5s ease-out;
  border-radius: 0 0 4px 4px; }

.post-each .entry-content-area .entry-header {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.post-each .entry-content-area .entry-header h2 {
  font-size: 26px;
  margin-bottom: 15px; }

.post-each .entry-content-area .entry-header h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.4; }

@media all and (max-width: 768px) {
  .post-each .entry-content-area .entry-header h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px; } }

.post-each .entry-content-area .entry-header a.entry-title {
  color: #282828;
  transition: all 0.4s ease-out; }

.post-each .entry-content-area .entry-header a.entry-title:hover {
  color: #396cf0; }

.post-each .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

.post-each .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 20px;
  display: inline-block;
  color: #6c6c6c; }

.post-each .entry-content-area .entry-header .entry-meta-2 li:last-child {
  margin-right: 0; }

.post-each .entry-content-area .entry-header .entry-meta-2 li a {
  padding-left: 5px; }

.post-each .entry-content-area .rdtheme-button-2 {
  display: inline-block;
  padding: 12px 24px; }

.post-each .entry-content-area .read-more-btn {
  color: #282828;
  font-weight: 600;
  transition: all 0.5s ease-out; }

.post-each .entry-content-area .read-more-btn i {
  color: #396cf0;
  margin-left: 15px; }

.post-each .entry-content-area .read-more-btn:hover {
  color: #396cf0; }

.post-each .entry-content-area:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.9); }

.post-each .entry-content-area:hover .entry-meta-2 {
  color: #6c6c6c; }

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author i {
  color: #2055e4; }

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a {
  color: #6c6c6c; }

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a:hover {
  color: #2055e4; }

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments i {
  color: #2055e4; }

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c; }

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a:hover {
  color: #2055e4; }

.post-each.post-each-alt .entry-meta-1 li {
  display: block;
  padding-right: 0; }

.post-each.post-each-single {
  box-shadow: none;
  margin-bottom: 0; }

.post-each.post-each-single .entry-thumbnail-area {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0; }

.post-each.post-each-single .entry-thumbnail-area:before {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  transition: all 0.5s ease-out;
  transform: none;
  left: 0; }

.post-each.post-each-single .entry-thumbnail-area:hover:before {
  opacity: 1;
  visibility: visible;
  animation: none; }

.post-each.post-each-single .entry-content-area {
  background-color: inherit;
  padding: 0 0 30px 0;
  box-shadow: none; }

.post-each.post-each-single .entry-content-area .entry-header {
  margin-bottom: 15px; }

.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c; }

.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 0; }

.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li.rtin-spacer {
  color: #dcdcdc;
  margin: 0 10px; }

.post-each.post-each-single .entry-content-area .entry-tags {
  color: #8c8c8c;
  margin-top: 20px; }

.post-each.post-each-single .entry-content-area .entry-tags span {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  line-height: 1.3;
  padding-right: 5px; }

.post-each.post-each-single .entry-content-area .entry-tags a {
  color: #8c8c8c;
  transition: all 0.3s ease-out;
  padding-left: 5px; }

.post-each.post-each-single .entry-content-area .entry-tags a:hover {
  color: #396cf0; }

.post-each.post-each-single .entry-content-area h2.title.single-title {
  font-size: 32px;
  line-height: 1.4; }

.entry-title {
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.site-index .pagination-area {
  margin-top: 30px; }

.site-search .pagination-area {
  margin-top: 60px; }

.site-index .sticky .entry-content-area {
  background-color: #f5e8fb; }

.primary-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.primary-list li {
  margin-bottom: 5px; }

.primary-list li:before {
  background-color: #396cf0;
  border-radius: 17px;
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 12px;
  padding: 4px;
  line-height: 1.5; }

/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area ul.comment-list {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 43px !important;
  margin-bottom: 43px !important; }

.comments-area ul.comment-list,
.comments-area ul.children {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.comments-area ul.children {
  margin-left: 50px; }

@media all and (max-width: 991px) {
  .comments-area ul.children {
    margin-left: 20px; } }

@media all and (max-width: 480px) {
  .comments-area ul.children {
    margin-left: 10px; } }

.comments-area .avatar-disabled .main-comments ul.children {
  margin-left: 30px; }

@media all and (max-width: 991px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 20px; } }

@media all and (max-width: 480px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 10px; } }

.comments-area h3.comment-title {
  color: #282828;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 20px; }

.comments-area h3.comment-title:after {
  background-color: #2055e4;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0; }

.comments-area .main-comments {
  padding-top: 12px; }

.comments-area .main-comments:first-child {
  padding-top: 0px; }

.comments-area .main-comments .children li {
  padding-top: 12px; }

.comments-area .main-comments .each-comment {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 480px) {
  .comments-area .main-comments .each-comment {
    padding: 5px 0; } }

.comments-area .main-comments .imgholder {
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px; }

@media all and (max-width: 991px) {
  .comments-area .main-comments .imgholder {
    max-width: 120px; } }

@media all and (max-width: 480px) {
  .comments-area .main-comments .imgholder {
    max-width: 70px;
    margin-right: 10px; } }

.comments-area .main-comments .imgholder img {
  border-radius: 50%;
  background-color: #f8f8f8;
  width: 100%; }

.comments-area .main-comments .comment-meta {
  color: #282828;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px; }

@media all and (max-width: 480px) {
  .comments-area .main-comments .comment-meta {
    font-size: 14px; } }

.comments-area .main-comments .comment-meta .comment-meta-left {
  float: left;
  margin-bottom: 10px;
  font-weight: 700; }

@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .comment-meta-left {
    float: none; } }

.comments-area .main-comments .comment-meta .comment-meta-left a {
  color: #282828; }

.comments-area .main-comments .comment-meta .comment-meta-left a:hover {
  text-decoration: underline; }

.comments-area .main-comments .comment-meta .reply-area {
  float: right;
  margin-top: -9px; }

@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area {
    float: none; } }

.comments-area .main-comments .comment-meta .reply-area a {
  color: #fff;
  padding: 12px 20px;
  background: #396cf0;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.5s ease-out;
  border-radius: 4px;
  font-weight: 500; }

.comments-area .main-comments .comment-meta .reply-area a:hover {
  background: #2055e4;
  color: #fff; }

@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px; } }

.comments-area .main-comments .comments-body {
  margin-left: 20px; }

.comments-area .main-comments .comments-body .comment-text {
  font-size: 14px;
  line-height: 1.75; }

.comments-area .main-comments .comments-body .comment-text p {
  margin-bottom: 10px; }

.comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: #282828; }

.comments-area .main-comments #respond {
  padding-top: 20px; }

.comments-area #respond form .btn-send {
  color: #fff;
  font-weight: 700 !important; }

.comments-area .comments-closed {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  padding-top: 20px;
  line-height: 1.3;
  color: #282828; }

.comments-area .comment-pagination {
  margin-top: 30px; }

.comments-area .comment-pagination ul li {
  margin-right: 5px;
  margin-top: 0; }

.comments-area .comment-pagination ul li a {
  font-size: 12px;
  padding: 10px; }

#respond .comment-reply-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #282828;
  position: relative;
  padding-bottom: 18px;
  display: block; }

#respond .comment-reply-title:after {
  position: absolute;
  background-color: #2055e4 !important;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  bottom: 0;
  width: 50px; }

#respond .comment-notes,
#respond .logged-in-as,
#respond .form-group {
  margin-bottom: 20px; }

#respond .logged-in-as a {
  color: #111; }

#respond .logged-in-as a:hover {
  color: #2055e4; }

#respond form input,
#respond form textarea {
  border: none;
  background-color: #f1f7fa;
  border-radius: 0;
  box-shadow: none;
  color: #282828;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 3px;
  border: 1px solid #396cf0;
  font-weight: 500 !important;
  border: 1px solid #red; }

#respond form input:focus,
#respond form textarea:focus {
  box-shadow: none; }

#respond form input:-ms-input-placeholder,
#respond form textarea:-ms-input-placeholder {
  color: #868e96; }

#respond form input::placeholder,
#respond form textarea::placeholder {
  color: #868e96; }

#respond form input {
  height: 45px;
  border-radius: 3px; }

#respond form textarea {
  padding-top: 10px; }

#respond form .btn-send {
  height: inherit;
  background-color: #396cf0;
  border: none;
  color: #282828;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1.5;
  font-weight: 500; }

#respond form .btn-send:hover {
  background-color: #2055e4;
  color: #fff; }

#respond #cancel-comment-reply-link {
  font-size: 12px; }

/*-------------------------------------
#. No Content
---------------------------------------*/
.no-results h2.page-title {
  color: #000; }

/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
  background-color: #396cf0; }

.error-page-area .error-page {
  color: #ffffff;
  text-align: center; }

.error-page-area .error-page h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.5; }

.error-page-area .error-page p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px; }

.error-page-area .btn-fill {
  background-color: #fff;
  color: #396cf0; }

.services-2bg {
  background-color: #f1f7fa; }

.contact-us-form.contact-us-page {
  padding: 60px;
  background-color: #fff; }

.contact-us-form.contact-us-page .rt-el-title {
  margin-bottom: 40px; }

.contact-us-form.contact-us-page .form-group .form-control {
  border: 1px solid #dbe3e7;
  border-radius: 0;
  box-shadow: none;
  color: #656565;
  background-color: transparent; }

.contact-us-form.contact-us-page textarea {
  overflow: auto;
  height: 157px; }

.contact-us-form.contact-us-page .wpcf7-submit {
  padding: 14px 34px; }

.contact-us-form.contact-us-page .form-control {
  font-size: 17px; }

.widget_recent_entries.single-sidebar ul li span {
  display: block;
  color: #396cf0; }

.kebo-tweets.list .ktweet {
  padding: 0 !important; }

.input-group.col-md-12 {
  padding: 0; }

/*-------------------------------------
#. Single medilink 
---------------------------------------*/
.single-medilink-img {
  margin-bottom: 35px; }

.medilink-description {
  margin-bottom: 40px; }

.medilink-description .title {
  font-size: 36px;
  line-height: 1; }

.medilink-description ul li {
  line-height: 2;
  font-size: 18px; }

.medilink-description ul li span {
  font-weight: 700; }

.medilink-owl-wrap .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px; }

.medilink-owl-wrap .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #396cf0; }

.medilink-owl-wrap .owl-dots .active span {
  background: #396cf0; }

.medilink-owl-wrap .dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px; }

.medilink-owl-wrap .dot-control .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px; }

.medilink-owl-wrap .dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #396cf0; }

.medilink-owl-wrap .dot-control .owl-controls .owl-dots .active span {
  background: #396cf0; }

/*-------------------------------------
#. Subscribe Area
---------------------------------------*/
.subscribe-layout1 {
  text-align: center; }

.subscribe-layout1 h2 {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 50px; }

@media only screen and (max-width: 1199px) {
  .subscribe-layout1 h2 {
    font-size: 32px;
    margin-bottom: 35px; } }

@media only screen and (max-width: 991px) {
  .subscribe-layout1 h2 {
    font-size: 30px;
    margin-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .subscribe-layout1 h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4; } }

.subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 60%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area {
    width: 100%; } }

.subscribe-layout1 .subscribe-input-area .form-control {
  font-size: 16px;
  padding: 6px 20px;
  border: none;
  border-radius: 4px !important;
  color: #282828;
  min-height: 55px;
  background-color: #f2f2f2;
  box-shadow: 0px 1px 0px 0px #e4e4e4; }

@media only screen and (max-width: 1199px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 50px; } }

@media only screen and (max-width: 991px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 48px; } }

@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 45px; } }

@media only screen and (max-width: 575px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 42px; } }

@media only screen and (max-width: 479px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 40px; } }

.subscribe-layout1 .subscribe-input-area .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.3s ease-out; }

.subscribe-layout1 .subscribe-input-area .input-group-addon button {
  margin-left: 10px; }

.subscribe-layout1 input.search-input:focus {
  outline-width: 0;
  outline: none; }

.subscribe-layout1 input::-webkit-input-placeholder,
.subscribe-layout1 textarea::-webkit-input-placeholder {
  color: #cecece; }

.subscribe-layout1 input::-moz-placeholder,
.subscribe-layout1 textarea::-moz-placeholder {
  color: #cecece; }

.subscribe-layout1 input:-moz-placeholder,
.subscribe-layout1 textarea:-moz-placeholder {
  color: #cecece; }

.subscribe-layout1 input:-ms-input-placeholder,
.subscribe-layout1 textarea:-ms-input-placeholder {
  color: #cecece; }

.subscribe-layout1 .input-group-addon {
  margin-left: 10px; }

.call-to-action-layout1 {
  text-align: center; }

.call-to-action-layout1 h2 {
  font-weight: 700;
  color: #FFFFFF; }

.call-to-action-layout1 p {
  width: 60%;
  margin: 0 auto 45px; }

@media only screen and (max-width: 767px) {
  .call-to-action-layout1 p {
    width: 100%; } }

.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0; }

/*-------------------------------------
#. Responsive Style
---------------------------------------*/
@media only screen and (min-width: 576px) {
  .nav-control-top {
    position: relative; }
  .nav-control-top .owl-controls {
    position: absolute;
    top: -80px;
    right: -2px;
    z-index: 5; }
  .nav-control-top .owl-controls i {
    display: block;
    line-height: 30px;
    transition: all 0.3s ease-out; }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0; }
  .nav-control-top .owl-controls .owl-nav > div {
    padding: 0;
    border-radius: 2px;
    background-color: #396cf0;
    opacity: 1;
    font-size: 18px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    color: #282828;
    transition: all 0.3s ease-out; }
  .nav-control-top .owl-controls .owl-nav > div:hover {
    background-color: #396cf0;
    color: #FFFFFF; } }

@media only screen and (min-width: 992px) {
  .full-width-left-compress .container-fluid {
    padding-right: 0; }
  .header-icon-light a i {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease-out; }
  .header-icon-light a i:before {
    margin-left: 0;
    color: #FFFFFF;
    transition: all 0.5s ease-out; }
  .header-icon-light a:hover i {
    color: #396cf0; }
  .header-icon-light a:hover i:before {
    color: #396cf0; } }

@media only screen and (min-width: 1200px) {
  .full-width-compress > * {
    padding-left: 60px;
    padding-right: 60px; }
  .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }
  .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (min-width: 1200px) {
  .header-style-2 .new-header-2.full-width-compress {
    padding-left: 60px;
    padding-right: 60px; }
  .header-style-2 .new-header-2.full-width-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30; }
  .header-style-2 .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30; }
  .header-style-2 .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 24; } }

@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 4rem; }
  .header-icon-mobile a i {
    font-weight: 500;
    font-size: 20px;
    color: #9f9f9f;
    transition: all 0.5s ease-out; }
  .header-icon-mobile a i:before {
    margin-left: 0;
    color: #9f9f9f;
    transition: all 0.5s ease-out; }
  .header-icon-mobile a:hover i {
    color: #396cf0; }
  .header-icon-mobile a:hover i:before {
    color: #396cf0; } }

@media only screen and (max-width: 575px) {
  .text-center--mb {
    text-align: center !important; }
  .nav-control-top {
    position: relative; }
  .nav-control-top .owl-controls i {
    color: #396cf0;
    display: block;
    line-height: 20px;
    transition: all 0.3s ease-out; }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0; }
  .nav-control-top .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #396cf0;
    opacity: 1;
    font-size: 16px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-out; }
  .nav-control-top .owl-controls .owl-prev {
    left: -15px; }
  .nav-control-top .owl-controls .owl-prev:hover {
    background: #396cf0;
    transition: all 0.3s ease-out; }
  .nav-control-top .owl-controls .owl-prev:hover i {
    color: #FFFFFF; }
  .nav-control-top .owl-controls .owl-next {
    right: -15px; }
  .nav-control-top .owl-controls .owl-next:hover {
    background: #396cf0;
    transition: all 0.3s ease-out; }
  .nav-control-top .owl-controls .owl-next:hover i {
    color: #FFFFFF; } }

.trheader .site-header .site-branding {
  height: 120px; }

.trheader .site-header .stick .site-branding {
  height: inherit; }

.trheader .header-icon-area .cart-icon-area .cart-icon-products {
  top: 75%; }

.single-blog-content-holder input[type="password"] {
  height: 32px; }

.entry-content {
  word-wrap: break-word;
  overflow-wrap: normal;
  overflow-wrap: break-word; }

.medilink-page-links span.page-links-title {
  font-weight: 600;
  color: #282828;
  margin-right: 5px;
  padding: 0; }

.medilink-page-links span {
  font-size: 18px;
  color: #2055e4;
  padding: 5px; }

.medilink-page-links a {
  text-decoration: underline; }

.medilink-page-links a span {
  color: #282828 !important;
  font-size: 18px; }

.medilink-page-area .comments-area {
  border-top: 1px solid #ebebeb;
  padding-top: 43px !important;
  margin-top: 45px !important; }

.mc4wp-response {
  text-align: center;
  color: #fff; }

.news-meta-info.mar20-ul {
  padding-left: 0; }

.sidebar-widget-area .widgets ul li ul.children,
.sidebar-widget-area .widgets ul li ul.sub-menu {
  padding-left: 3; }

.sidebar-widget-area .widgets ul li {
  padding-left: 11px; }

.comments-area .main-comments.pingback .comments-body {
  margin-left: 0; }

.comments-area .main-comments.pingback .imgholder {
  margin-right: 0; }

nav.pagination-area.comment-pagination {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px; }

nav.pagination-area.comment-pagination > ul li a {
  font-size: 12px;
  padding: 10px 15px;
  display: block;
  width: inherit;
  background-color: #2055e4;
  line-height: 1.7; }

nav.pagination-area.comment-pagination > ul li a:hover {
  background-color: #396cf0;
  color: #fff; }

.post-each-single .news-meta-info {
  padding-left: 0; }

.news-meta-info {
  margin-bottom: 15px;
  font-size: 15px; }

.news-meta-info li {
  display: inline-block;
  color: #707070; }

.news-meta-info li a {
  color: #282828; }

.news-meta-info li a:hover {
  color: #396cf0; }

.news-meta-info.mar20-ul li {
  margin-right: 20px;
  color: #6c6c6c; }

.news-meta-info.mar20-ul li i {
  color: #2055e4;
  margin-right: 5px; }

.news-meta-info.mar20-ul li a {
  color: #6c6c6c; }

.news-meta-info.mar20-ul li a:hover {
  color: #2055e4; }

.widgets {
  margin-bottom: 30px; }

.widget-department-info ul {
  margin-top: 30px;
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 15px 30px;
  width: 100%; }

.widget-department-info ul li {
  width: 100%;
  font-weight: 500;
  padding-left: 15px !important; }

.widget-department-info ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  transition: all 0.5s ease-out; }

.widget-department-info ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-out; }

.widget-department-info ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  transition: all 0.5s ease-out; }

.widget-department-info ul li a:hover {
  color: #396cf0; }

.widget-department-info ul li a:hover:after {
  background-color: #396cf0; }

.widget-department-info ul li a:hover:before {
  color: #396cf0; }

.widget-department-info ul li .active {
  color: #396cf0; }

.widget-department-info ul li .active:after {
  background-color: #396cf0; }

.widget-department-info ul li .active:before {
  color: #396cf0; }

.widget-department-info ul li:last-child a {
  border-bottom: none; }

.rt_widget_open_hour.single-sidebar {
  background-color: #f8f8f8;
  padding: 30px; }

.rt_widget_open_hour.single-sidebar .footer-opening-hours li {
  margin-bottom: 0;
  border-bottom: 0;
  padding-left: 0; }

.rt_widget_open_hour.single-sidebar .footer-opening-hours li span {
  display: block;
  clear: both; }

.rt_widget_open_hour.single-sidebar .footer-opening-hours li span.os-close {
  display: inline-block;
  clear: inherit;
  color: #396cf0; }

.rt_widget_open_hour.single-sidebar .footer-opening-hours li::before {
  display: none; }

.rt_widget_open_hour.single-sidebar .footer-opening-hours li::after {
  display: none; }

.menu-departments-container .menu li {
  margin-bottom: 0;
  border-bottom: 0; }

.menu-departments-container .menu li::before {
  display: none; }

.menu-departments-container .menu li::after {
  display: none; }

.menu-departments-container ul {
  margin-top: 30px;
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 15px 30px;
  width: 100%; }

.menu-departments-container ul li {
  width: 100%; }

.menu-departments-container ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  transition: all 0.5s ease-out; }

.menu-departments-container ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-out; }

.menu-departments-container ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  transition: all 0.5s ease-out; }

.menu-departments-container ul li a:hover {
  color: #396cf0; }

.menu-departments-container ul li a:hover:after {
  background-color: #396cf0; }

.menu-departments-container ul li a:hover:before {
  color: #396cf0; }

.menu-departments-container ul li .active {
  color: #396cf0; }

.menu-departments-container ul li .active:after {
  background-color: #396cf0; }

.menu-departments-container ul li .active:before {
  color: #396cf0; }

.menu-departments-container ul li:last-child a {
  border-bottom: none; }

.widget-call-to-action-light {
  background-color: #ffffff;
  padding: 30px 20px 20px;
  border-radius: 4px;
  border: 1px solid #cccccc; }

.widget-call-to-action-light .media img {
  margin-top: 5px; }

.widget-call-to-action-light .media .media-body h4 {
  color: #111111;
  margin-bottom: 10px;
  font-weight: 500; }

.widget-call-to-action-light .media .media-body span {
  color: #111111;
  display: block;
  margin-bottom: 10px; }

.widget-ad-area {
  position: relative;
  border-radius: 4px;
  text-align: center; }

.widget-ad-area .item-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center; }

.widget-ad-area .item-btn {
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  transition: all 0.3s ease-out; }

.widget-ad-area .item-btn i {
  color: #396cf0;
  margin-left: 15px;
  transition: all 0.3s ease-out; }

.widget-ad-area .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff; }

.widget-ad-area .item-btn:hover i {
  color: #ffffff; }

.widget-schedule {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 4px; }

.widget-schedule ul li {
  margin-bottom: 15px;
  padding-left: 0 !important; }

.widget-schedule ul li span.bold5 {
  font-weight: 500; }

.widget-schedule ul li:last-child {
  margin-bottom: 0; }

.aj-departments .item-title {
  margin-bottom: 10px; }

.aj-departments span.degree {
  margin-bottom: 3px !important; }

.aj-departments .designation {
  margin-bottom: 5px; }

.widget-appointment {
  background-color: #396cf0;
  padding: 30px;
  border-radius: 4px; }

.widget-appointment form {
  margin-top: 30px; }

.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #a6bfff; }

.widget-appointment .select2-container--classic .select2-selection--single {
  background-color: #2555d0;
  border: 1px solid #2555d0;
  border-radius: 4px; }

.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent; }

.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #a6bfff transparent transparent transparent; }

.widget-appointment .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a6bfff transparent; }

.widget-appointment .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.widget-appointment .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0; }

.widget-appointment input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffff;
  border: 1px solid #2555d0; }

.widget-appointment .form-control {
  color: #ffffff !important;
  background: #2555d0 !important;
  border-radius: 4px !important;
  border: 1px solid #2555d0 !important; }

.widget-appointment .form-control:focus {
  border-color: #2555d0; }

.widget-appointment textarea {
  font-size: 16px;
  padding: 15px;
  color: #111111;
  border: 1px solid #2555d0;
  border-radius: 4px; }

.widget-appointment textarea:focus {
  border-color: #2555d0; }

.widget-appointment input.form-control::-webkit-input-placeholder,
.widget-appointment textarea.form-control::-webkit-input-placeholder {
  color: #a6bfff; }

.widget-appointment input.form-control::-moz-placeholder,
.widget-appointment textarea.form-control::-moz-placeholder {
  color: #a6bfff; }

.widget-appointment input.form-control:-moz-placeholder,
.widget-appointment textarea.form-control:-moz-placeholder {
  color: #a6bfff; }

.widget-appointment input.form-control:-ms-input-placeholder,
.widget-appointment textarea.form-control:-ms-input-placeholder {
  color: #a6bfff; }

.widget-appointment .form-group {
  margin-bottom: 15px;
  position: relative; }

.widget-appointment .form-group i {
  color: #a6bfff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%); }

.widget-appointment .item-btn {
  padding: 12px 25px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #111111;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 4px;
  transition: all 0.3s ease-out; }

.widget-appointment .item-btn i {
  margin-left: 10px;
  position: inherit;
  transform: inherit;
  color: #111111;
  font-size: 14px;
  transition: all 0.3s ease-out; }

.widget-appointment .item-btn:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #ffffff; }

.widget-appointment .item-btn:hover i {
  color: #ffffff; }

.sidebar-widget-area {
  margin-bottom: 3rem; }

.sidebar-widget-area .widgets {
  margin-bottom: 4rem; }

.sidebar-widget-area .widgets .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px; }

.sidebar-widget-area .widgets .section-title-light {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600; }

.sidebar-widget-area .widgets:last-child {
  margin-bottom: 0 !important; }

.modal-list li {
  display: block; }

.modal-list li span {
  display: inline-block;
  min-width: 93px;
  font-weight: 500;
  text-align: right;
  margin-right: 8px; }

.error-box-layout1 .item-btn {
  display: inline-block;
  border: 2px solid #396cf0;
  border-radius: 4px;
  color: #396cf0;
  font-weight: 500;
  padding: 15px 50px 13px;
  transition: all 0.3s ease-out; }

.error-box-layout1 .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff; }

.error-box-layout1 .title {
  color: #111111;
  letter-spacing: 8px;
  margin-right: -8px; }

/*-------------------------------------
#. Plugin: Contact Form 7
---------------------------------------*/
span.wpcf7-not-valid-tip {
  color: #2d87e2; }

div.wpcf7-response-output {
  margin: 25px 0;
  padding: 5px 10px;
  border-radius: 3px; }

div.wpcf7-validation-errors {
  border-color: #2d87e2; }

.contact-us-form .form-group {
  margin-bottom: 20px; }

.contact-us-form .form-group .form-control {
  border: 1px solid #323a3d;
  border-radius: 4px;
  box-shadow: none;
  color: #9a9a9a;
  background-color: transparent; }

.contact-us-form .form-group input {
  height: 50px; }

.contact-us-form .form-group select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #323a3d;
  padding-left: 10px; }

.sidebar-widget-area .contact-us-form .form-group {
  margin-bottom: 8px; }

.sidebar-widget-area .contact-us-form .form-group .form-control {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  background-color: transparent; }

.sidebar-widget-area .contact-us-form .form-group select {
  width: 100%;
  height: 40px;
  background: #63a3e2;
  border: none;
  padding-left: 10px;
  color: #fff;
  border-radius: 4px; }

.sidebar-widget-area .contact-us-form input.rdtheme-button-submit[type="submit"] {
  text-transform: capitalize;
  font-weight: inherit;
  color: #111111;
  background: #fff;
  padding: 9px 23px; }

.sidebar-widget-area .contact-us-form .form-group input[type="text"],
.sidebar-widget-area .contact-us-form .form-group input[type="date"],
.sidebar-widget-area .contact-us-form .form-group input[type="email"] {
  height: 40px; }

.contact-us-form.contact-us .form-group .form-control {
  border: 1px solid #dadbdb;
  border-radius: 0;
  box-shadow: none;
  color: #111111;
  background-color: transparent; }

.site.site-wrp .elementor-accordion .elementor-accordion-item {
  margin-bottom: 5px; }

.site.site-wrp .elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  background: #f1f7fa; }

.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  border: none;
  border-radius: 4px;
  margin-bottom: 4px;
  background-color: #396cf0;
  color: #fff;
  transition: all 0.5s ease-out; }

.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
  background-color: #396cf0;
  color: #fff;
  transition: all 0.5s ease-out; }

.site.site-wrp .elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  border-radius: 4px;
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px; }

.site.site-wrp .elementor-widget-toggle .elementor-toggle .elementor-tab-title a,
.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-title a {
  color: #111; }

.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border: none;
  background-color: #fbfbfb;
  padding: 30px 30px 10px 30px; }

.contact-us-form.contact-us-page .form-group select {
  border: 1px solid #dbe3e7; }

.contact-us-form.contact-us-page .wpcf7-submit:hover {
  background: #2055e4; }

.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover a {
  color: #fff; }

/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
  width: 100vw;
  margin-left: calc(0%); }

@media screen and (min-width: 900px) {
  .align-wrap {
    width: auto;
    margin-left: calc(30.64516129%); } }

.align-wrap .alignfull {
  width: 100%;
  margin: 0 0 0 auto; }

@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(0%);
    margin-right: calc(0%);
    width: auto;
    max-width: 1000%; }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .wp-block-image .aligncenter {
    margin: 0; } }

/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0; }

.has-strong-magenta-background-color {
  background-color: #a156b4; }

.has-strong-magenta-color {
  color: #a156b4; }

.has-light-grayish-magenta-background-color {
  background-color: #d0a5db; }

.has-light-grayish-magenta-color {
  color: #d0a5db; }

.has-very-light-gray-background-color {
  background-color: #eee; }

.has-very-light-gray-color {
  color: #eee; }

.has-very-dark-gray-background-color {
  background-color: #444; }

.has-very-dark-gray-color {
  color: #444; }

.has-small-font-size {
  font-size: 12px; }

.has-large-font-size {
  font-size: 36px; }

.has-huge-font-size {
  font-size: 48px; }

.has-regular-font-size {
  font-size: 16px; }

.wp-block-image.alignleft.is-resized {
  margin-left: 0;
  margin-right: 30px; }

.wp-block-image.alignright.is-resized {
  margin-left: 30px;
  margin-right: 0; }

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #cccccc;
  margin: 50px 0;
  text-align: left;
  background: transparent; }

.wp-block-button .wp-block-button__link {
  color: #396cf0 !important;
  display: inline; }

.wp-block-button .wp-block-button__link:hover {
  color: #fff !important;
  background: #396cf0;
  cursor: pointer; }

.wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 40px 0; }

blockquote.wp-block-quote {
  padding: 30px 63px;
  margin: 45px 0px 45px; }

blockquote.wp-block-quote cite {
  font-size: 13px;
  font-weight: 500; }

blockquote.wp-block-quote.is-large {
  padding: 30px 63px;
  margin: 45px 0px 45px; }

blockquote.wp-block-quote.is-large cite {
  font-size: 13px;
  font-weight: 500; }

/* Main column width */
.wp-block {
  max-width: 720px; }

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1080px; }

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none; }

pre {
  background: #ffffff; }

/*Button*/
.wp-block-button__link,
.medilink-button-1 {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out; }

.wp-block-button__link:hover,
.medilink-button-1:hover {
  background-color: #2055e4;
  color: #fff; }

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #d7d7d7; }

.wp-block-pullquote p {
  font-size: 18px; }

.wp-block-pullquote cite {
  font-weight: 700; }

.wp-block-image .alignleft.is-resized {
  margin-top: 0; }

.wp-block-image {
  margin-top: 32px;
  margin-bottom: 32px; }

.wp-block-latest-posts.is-grid {
  margin-left: 20px; }

.wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 0; }

@media only screen and (min-width: 600px) {
  .entry-content .wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin-top: 32px;
  margin-bottom: 32px; }

.wp-block-cover {
  margin-top: 32px;
  margin-bottom: 32px; }

.entry-content .wp-block-cover {
  margin-top: 0px; }

.wp-block-cover.alignleft {
  margin-top: 0; }

.wp-block-gallery {
  margin-top: 32px;
  margin-bottom: 32px; }

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
  margin: 32px 0; }

/* CUSTOM CSS */
#tophead {
  background: #F3F3F3;
  border: none; }

.header-top-bar .tophead-contact ul li a {
  color: #8A8A8A; }

.header-top-bar .tophead-contact ul li {
  color: #8A8A8A; }

.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a i {
  color: #8A8A8A; }

.container.no-fullwidth {
  padding-right: 50px;
  padding-left: 50px; }

.btn-order-test {
  background: #AA272F;
  padding: 14px 40px;
  margin: 0 auto !important;
  font-family: poppins;
  font-weight: 600;
  color: #fff !important;
  font-size: 13px; }

.btn-default-red {
  background: #AA272F;
  color: #fff; }

.btn-default-red:hover {
  background: #1E9D8B; }

.btn-red-outline {
  background: #fff;
  border: 1px solid #AA272F;
  color: #AA272F; }

.btn-red-outline:hover {
  background: #AA272F;
  color: #fff;
  transition: 0.3s; }

.btn-light {
  background: #1E9D8B;
  color: #fff; }

.elementor-widget-button .elementor-button {
  font-family: "Poppins";
  background-color: #AA272F;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 18px 40px 18px 40px; }

.btn-red-outline.btn-price-tag {
  margin-top: 20px;
  padding: 12px 25px 12px 25px; }

.btn-order-test:hover {
  background: #1E9D8B;
  transition: 0.3s; }

.btn-blue {
  background: #106FB8;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-blue:hover {
  background: #1E9D8B;
  transition: 0.3s; }

.service-box-layout1 .item-icon {
  display: none; }

.service-box-layout1 .item-title {
  display: none; }

.service-box-layout1 {
  padding-top: 35px !important; }

/* Color */
.fc-blue {
  color: #106FB8; }

.fc-light {
  color: #fff; }

.fc-green {
  color: #1E9D8B; }

.copyright {
  color: #ACACAC; }

/* --- */
.container.footer-copyright-custom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white; }

.elementor-heading-title.elementor-size-default {
  color: #106FB8;
  font-family: poppins;
  margin-bottom: 10px; }

.elementor-text-editor {
  font-family: "poppins"; }

/* Footer */
.widgettitle {
  padding-bottom: 15px;
  color: #106fb8; }

.footer-layout1 .footer-box .footer-header::after {
  width: 130px;
  height: 2px; }

.button-footer {
  margin: 15px 0px 15px 0px;
  padding: 15px 25px 15px 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: white;
  background: #1E9D8B; }

.button-footer:hover {
  background: #AA272F;
  transition: 0.3s; }

.col-sm-6.col-md-6.col-lg-3.col-xs-12.single-item {
  padding-right: 30px;
  padding-left: 30px; }

.footer-layout1 .footer-box .footer-contact-info {
  margin-bottom: 32px; }

.footer-layout1 .footer-top-wrap {
  padding-top: 60px;
  padding-bottom: 20px; }

.footer-contact-info {
  display: none; }

#social-media-circle {
  color: #106FB8;
  border: 1px solid #106FB8;
  border-radius: 50%;
  padding: 10px;
  width: 140%; }

.widget.widget_medilink_about img {
  margin: 0; }

.rtin-des {
  line-height: 1.6; }

/* End footer */
/* TESTIMONIAL */
.testmonial-box-layout3 .item-content p::after {
  display: none; }

.htitle-testimonial {
  text-transform: uppercase; }

.fa.fa-star.checked {
  color: #EFCE4A;
  font-size: 20px; }

.star-testimonial {
  margin: 10px 0px 15px 0px; }

.content-testimonial {
  margin-bottom: 10px; }

.dot-control-layout2.owl-theme .owl-dots .owl-dot span {
  background: #E2E2E2 !important;
  border: none !important; }

.dot-control-layout2.owl-theme .owl-dots .owl-dot.active span {
  background: #106FB8 !important; }

.rtin-beforetitle.fc-light {
  color: white !important; }

/* END TESTIMONIAL */
div#wps-slider-section img.wpsf-product-img {
  background: #fff; }

/* .site-header .main-navigation ul li a {
  padding: 38px 9px;
} */
.entry-banner-content.breadcrumbs-area {
  text-align: center; }

/* PRICE */
.shadow-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.carousel-indicators .active {
  background-color: #1E9D8B; }

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #E2E2E2; }

.carousel-indicators {
  bottom: -50px; }

.card.no-border {
  border: none; }

#btn-price-box {
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 0px 0px 5px 5px;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px; }

#btn-price-box:hover {
  background: #106FB8;
  color: #fff; }

.btn-card-price {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -2px; }

.spacing-title-custom {
  line-height: 1.4; }

.heading-layout6::after {
  background-color: #1E9D8B !important; }

.sidebar-widget-area {
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 15px 30px;
  padding-left: 30px;
  padding-left: 30px;
  width: 100%; }

.term-description {
  margin-bottom: 20px;
  padding: 0px 20px 0px 20px; }

/* Mobile Responsive */
@media only screen and (max-width: 600px) {
  .container.no-fullwidth {
    padding-left: 10px; } }

*, *:before, *:after {
  box-sizing: inherit; }

*, ::after, ::before {
  box-sizing: inherit; }

user agent stylesheet
div {
  display: block; }

.footer-top-wrap .widget, .footer-top-wrap .widget p, .footer-top-wrap .widget li {
  color: #111111 !important; }

.footer-top-wrap .widget {
  color: #e3e3e3; }

.widget {
  margin-bottom: 40px;
  color: #282828; }

body, ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.site-header .main-navigation ul li a {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #111111;
  text-transform: none;
  font-style: normal; }

.page.title {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  color: #282223;
  line-height: 1;
  display: inline-block;
  padding: 0; }

.page.title:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #1d9c8b;
  position: absolute;
  bottom: -40px;
  left: 0; }

body.swal2-height-auto {
  padding: 0 !important; }

body .swal2-popup {
  width: auto !important; }

h4.heading-section {
  color: #282223;
  text-align: left;
  font-size: 12px;
  white-space: normal;
  padding: 0;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  margin: 1em 0; }

.site-content.checkout .dob-input {
  padding: 10px;
  width: 95%;
  height: 45px;
  border-radius: 0;
  margin-left: 15px;
  background: #f7f7f7;
  border: 1px solid #5482ab; }

.special-instructions {
  width: 100%;
  max-height: 100px;
  margin: auto;
  border: 2px solid #ccc; }

.special-instructions:focus {
  width: 100%;
  max-height: 100px;
  margin: auto; }

.btn-primary:focus {
  color: white; }

.button-header-subportal {
  margin-bottom: 20px; }

.button-header-subportal a {
  background-color: #106FB8;
  color: #fff;
  padding: 10px 25px;
  margin-left: 5px; }

@media (max-width: 1300px) {
  .site-header .main-navigation ul li a {
    padding: 38px 10px; } }

@media (max-width: 1245px) {
  .site-header .main-navigation ul li a {
    padding: 38px 8px; } }

@media (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding: 38px 6px; } }

.nobr {
  white-space: nowrap; }

.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  border-bottom: 2px solid #26c6da; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }
