@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500&display=swap');
.button,
a.button {
  white-space: nowrap;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: solid 0;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
}
body,
html {
  height: 100%;
}
body {
   font-family: 'Ubuntu', sans-serif;
}
.section-padding {
  padding: 60px 0;
}
.section-gray {
  background-color: #f7f7f7;
}
.section-dark {
  background-color: #110c09;
  color: #fff;
}
a {
  transition: 0.3s;
}
a:hover {
  color: #000;
}

.section_heading {
  display: none;
}
.header_center img{
  width:240px;
}
.header_top {
  background: #212121;
  padding: 12px 0;
}
.header_top_left,
.header_top_right {
  margin-bottom: -8px;
}
.header_top_left > img {
  float: left;
  margin-right: 10px;
}
.header_top_left > p {
  color: #e8e8e8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.header_top_left span {
  color: #096298;
  font-weight: 600;
  margin-left: 4px;
}
.currency ul li a,
.header_right ul.checkout li a,
.header_top_right p {
  font-weight: 500;
  text-transform: uppercase;
}
.header_top_right p {
  color: #e8e8e8;
  font-size: 12px;
  float: left;
  margin-right: 15px;
}
.header_top_right p a {
  color: #e8e8e8;
}
.header_top_right p a:hover {
  color: #096298;
  text-decoration: none;
}
.top-flag,
nav.currency {
  margin-top: -2px;
}
.currency ul {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 18px;
  transition: 0.25s;
}
.currency ul li {
  position: relative;
}
.currency-dropdown {
  background: rgba(33, 33, 33, 0.8);
  left: -15px;
  margin-top: 39px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 58px;
  transition: 0.25s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.currency ul li:hover ul.currency-dropdown {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  padding: 19px 0 3px;
  z-index: 10;
}
.currency-dropdown li a,
.currency-dropdown li a:hover {
  display: block;
  font-size: 12px;
  padding: 3px;
}
.currency ul li a {
  color: #e8e8e8;
  font-size: 12px;
}
.currency ul li a:hover {
  color: #096298;
  text-decoration: none;
}
.header_center {
  margin: 21px 0 0;
  text-align: center;
}
.header_left {
  margin: 43px 0;
  position: relative;
}
.header_right {
  margin: 33px 0;
  position: relative;
}
.w_likes {
  background: url(images/wishlist_bg.png) no-repeat rgba(0, 0, 0, 0);
  height: 22px;
  left: 56px;
  position: absolute;
  top: -23px;
  width: 26px;
}
.w_likes > span {
  color: #fff;
  font-size: 12px;
  padding-left: 9px;
}
.header_left a {
  color: #333;
  font-size: 17px;
  left: -6px;
  position: absolute;
  top: 2px;
}
.nav_left,
nav.mainmenu {
  position: relative;
}
.header_left input[type="text"] {
  border: 1px solid #e8e8e8;
  color: #000;
  font-weight: 500;
  margin-left: 13px;
  padding-left: 10px;
  padding-top: 3px;
  text-transform: uppercase;
}
.header_right ul.checkout {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_right ul.checkout li {
  float: left;
}
.header_right ul.checkout li a {
  color: #212121;
  display: block;
  font-size: 12px;
  padding: 0 10px;
}
.header_right ul.checkout li a:hover {
  text-decoration: none;
  color: #096298;
}
.header_right i {
  font-size: 17px;
  margin-right: 7px;
  position: absolute;
  left: -22px;
}
.nav_left a,
.nav_right a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav_area {
  border-top: 2px solid #50ade6;
  text-transform: uppercase;
  border-bottom: 2px solid #50ade6;
}
.nav_left {
  background: #096298;
  padding: 22px 0;
  width: 17%;
}
.nav_left a {
  padding-left: 18px;
}
.nav_left a:hover {
  text-decoration: none;
}
.nav_left i {
  margin-left: 65px;
}
.nav_right {
  background: transparent;
}
.nav_right a {
  padding-left: 35px;
}
.c_item_totals_detail.floatleft > a,
.c_totals_left a,
.c_totals_right a,
.cart_menu .cart_items .c_item_img a {
  padding-left: 0;
}
.nav_right a:hover {
  text-decoration: none;
  color: #000;
}
.nav_right img {
  cursor: pointer;
  margin-right: 10px;
  margin-top: -7px;
}
.nav_center {
  float: left;
  width: 66%;
}
.c_totals_right,
.close_icon_cart {
  float: right;
}
nav.mainmenu::after {
  border-top: 4px solid #fff;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainmenu ul#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mainmenu ul#nav li {
  display: inline-block;
  padding: 0 32px;
  position: relative;
}
.mainmenu ul#nav li ul#sub-menu,
.mainmenu ul#nav li ul#sub-menu4,
.mainmenu ul#nav li ul#sub-menu5,
.mainmenu ul#nav li ul#sub-menu7 {
  background: #f7f8f9;
  box-shadow: 0 10px 12px #666;
  left: 33px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100px;
  transition: all 0.5s ease 0s;
  width: 285px;
  z-index: -1;
}
.mainmenu ul#nav li ul#sub-menu li a,
.mainmenu ul#nav li ul#sub-menu4 li a,
.mainmenu ul#nav li ul#sub-menu5 li a,
.mainmenu ul#nav li ul#sub-menu7 li a {
  border-top: 0 solid;
  color: #212121;
  width: 220px;
  display: block;
  font-size: 12px;
}
.mainmenu ul#nav li:hover ul#sub-menu,
.mainmenu ul#nav li:hover ul#sub-menu4,
.mainmenu ul#nav li:hover ul#sub-menu5,
.mainmenu ul#nav li:hover ul#sub-menu7 {
  opacity: 1;
  transition: 0.5s;
  top: 64px;
  z-index: 99;
}
.mainmenu ul#nav li ul#sub-menu li a {
  border-bottom: 1px solid #f1f1f1;
}
.mainmenu ul#nav li ul#sub-menu li.last-child a {
  border-bottom: 0 solid #f1f1f1;
}
.mainmenu ul#nav li ul#sub-menu li:hover,
.mainmenu ul#nav li ul#sub-menu4 li:hover,
.mainmenu ul#nav li ul#sub-menu5 li:hover,
.mainmenu ul#nav li ul#sub-menu7 li:hover {
  background: #fff;
}
.mainmenu ul#nav li ul#sub-menu li a:hover,
.mainmenu ul#nav li ul#sub-menu4 li a:hover,
.mainmenu ul#nav li ul#sub-menu5 li a:hover,
.mainmenu ul#nav li ul#sub-menu7 li a:hover {
  color: #096298;
}
.mainmenu ul#nav li a {
  border-top: 4px solid #fff;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.mainmenu ul#nav li a:hover,
.mainmenu ul#nav li.current-page-item a {
  border-top: 4px solid #212121;
  text-decoration: none;
}
.nav_left ul#sub-menu3 {
  background: #f7f8f9;
  box-shadow: 0 10px 12px #666;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100px;
  transition: all 0.5s ease 0s;
  width: 285px;
  z-index: -1;
}
.nav_left:hover ul#sub-menu3 {
  opacity: 1;
  top: 64px;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.nav_left ul#sub-menu3 li {
  display: inline-block;
  padding: 0 32px;
  position: relative;
}
.nav-display,
.nav > li > a,
ul.cat_nav li a {
  display: block;
}
.nav_left ul#sub-menu3 li a {
  border-bottom: 1px solid #f1f1f1;
  border-top: 0 solid;
  color: #212121;
  display: block;
  font-size: 12px;
  width: 220px;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.cart_items:hover .c_item_totals_detail a h5,
.nav_left ul#sub-menu3 li a:hover {
  color: #096298;
}
.nav_left ul#sub-menu3 li:hover {
  background: #fff;
}
.nav_left ul#sub-menu3 li ul#sub-menu2 {
  background: #f7f8f9;
  box-shadow: 0 10px 12px #666;
  left: 370px;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 285px;
  z-index: -1;
}
.cat_left,
.cat_middle {
  margin-right: 100px;
}
.nav_left ul#sub-menu3 li:hover ul#sub-menu2 {
  left: 286px;
  opacity: 1;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.call_to_action:after,
.cat_menu_line::after {
  content: "";
  left: 0;
}
.navbar-inverse {
  background-color: inherit;
  border-color: inherit;
}
.navbar {
  border: 0 solid transparent;
  margin-bottom: 0;
  min-height: auto;
  position: relative;
  background: transparent;
}
.cart_menu,
.cat_mega_menu {
  position: absolute;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.cart_menu {
  background: #fff;
  box-shadow: 0 8px 15px #ddd;
  opacity: 0;
  padding-top: 5px;
  right: 0;
  top: 100px;
  width: 333px;
  z-index: -1;
}
.nav_right:hover .cart_menu {
  top: 64px;
  opacity: 1;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.cart_menu .cart_items .c_item_img img {
  margin-top: 0;
}
.cart_items {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 14px;
}
.c_item_img {
  width: 37%;
}
.c_item_totals {
  width: 63%;
}
.c_item_totals h5 {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.c_item_totals_detail {
  width: 66%;
}
.c_item_img > img {
  margin-top: 0;
}
.c_item_totals_detail > span {
  color: #096298;
  font-size: 12px;
}
.cart_totals {
  overflow: hidden;
  padding: 20px 22px;
}
.c_totals_left {
  width: 50%;
}
.c_totals_left > p,
.c_totals_right > p {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cart_view_bottom {
  overflow: hidden;
}
.cart_view_bottom .c_totals_left {
  background: #eb5e5d;
  padding: 15px;
  text-align: center;
  width: 50%;
}
.cart_view_bottom .c_totals_right {
  background: #096298;
  padding: 15px;
  text-align: center;
  width: 50%;
}
.cart_view_bottom .c_totals_left > p,
.cart_view_bottom .c_totals_right > p {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}
.cat_mega_menu {
  background: #fff;
  box-shadow: 0 10px 15px #ddd;
  padding: 0 30px;
  top: 100px;
  width: 1139px;
  opacity: 0;
  z-index: -1;
}
.cat_left,
.cat_middle,
.cat_middle_right {
  float: left;
  width: 15%;
  padding-top: 40px;
}
.nav_left:hover .cat_mega_menu {
  opacity: 1;
  top: 64px;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.hover_images,
.promotion_bottom,
.promotion_top {
  transition: all 0.75s ease 0s;
}
.cat_middle_right {
  margin-right: 50px;
}
.cat_img {
  float: right;
  margin-right: 46px;
  width: 27%;
}
.cat_left > h5,
.cat_middle > h5,
.cat_middle_right > h5 {
  font-size: 13px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
.single_color .panel-body {
  padding-bottom: 0;
  padding-top: 0;
}
.cat_menu_line {
  border-top: 1px solid #ddd;
  position: relative;
}
.cat_menu_line::after {
  border-top: 1px solid #212121;
  position: absolute;
  top: -1px;
  width: 57px;
}
ul.cat_nav {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
ul.cat_nav li a {
  color: #212121;
  font-size: 12px;
  padding: 10px 0;
}
ul.cat_nav li a:hover {
  color: #096298;
}
.slider_area > img {
  width: 100%;
}
.call_to_action_area {
  padding-top: 36px;
}
.call_to_action {
  /* border-bottom: 2px dotted #a4a4a4; */
  padding-bottom: 25px;
  position: relative;
}
.call_to_action:after {
  position: absolute;
  bottom: 1px;
  /* border-bottom: 2px dotted #999; */
  width: 100%;
}
.single_call_action > img {
  background: #fff;
  border: 1px solid #c6c7c7;
  border-radius: 50%;
  float: left;
  height: 30px;
  margin-right: 15px;
  padding: 5px;
  width: 30px;
}
.single_call_action > p {
  color: #232323;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 4px;
  text-transform: uppercase;
}
.last_single_call > p {
  padding-top: 12px;
}
.promotion_area {
  padding: 30px 0;
}
.promotion_top {
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.promo_text {
  left: 40px;
  position: absolute;
  top: 38px;
  z-index: 3;
}
.hover_images {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.hover_images > img {
  width: 100%;
}
.promotion_bottom:hover .hover_images,
.promotion_top:hover .hover_images {
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.75s ease 0s;
  z-index: 1;
}
.promo_text > h5,
.promo_text_bottom > h5 {
  color: #232323;
  font-size: 22px;
  font-weight: 400;
}
.p_line {
  border-top: 1px dotted #999;
  margin-bottom: 2px;
}
.promo_text > a,
.promo_text_bottom > a {
  color: #666;
  font-size: 13px;
}
.promotion_bottom {
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.fa.fa-heart.tr_heart,
.fa.fa-search.tr_search,
.fa.fa-shopping-cart.tr_cart,
.tr_text {
  transition: 0.25s;
  position: relative;
}
.promo_text_bottom {
  right: 40px;
  position: absolute;
  top: 38px;
  z-index: 3;
}
.promotion_bottom_t {
  margin-bottom: 18px;
}
.promotion_bottom_b {
  margin-bottom: 0;
}
.promo_text.promo_text_t {
  top: 114px;
}
.promo_text_bottom.promo_text_b {
  right: 63px;
  top: 50px;
}
.trending_area {
  background: #f4f5f6;
  padding: 55px 0;
}
.featured_product_box h2,
.fresh_blog h2,
.textimonial_box h2,
.trending_box h2 {
  color: #232323;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}
.trending_box .nav.nav-tabs {
  border: none;
  margin: 0 auto 42px;
  width: 31%;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-image: none;
  border: 1px solid transparent;
}
.nav.nav-tabs span {
  color: #096298;
  padding-left: 18px;
}
.item-new > p,
.item-sub a h5 {
  color: #fff;
  margin-bottom: 0;
}
.owl-carousel .item {
  margin: 0 25px 0 auto;
}
#owl-example.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  left: 10px;
}
.owl-carousel {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.item-new {
  border: 1px solid #096298;
  left: 15px;
  position: absolute;
  top: 15px;
}
.trending_box .owl-carousel::after,
.trending_box .owl-carousel::before {
  height: 350px;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  content: "";
}
.item-new > p {
  background: #096298;
  font-size: 12px;
  padding: 1px 8px;
  text-transform: uppercase;
}
.item-new > span {
  font-size: 11px;
  padding: 1px 8px;
}
.item-sub {
  background: #096298;
  padding: 13px 0 12px;
  text-align: center;
  height: 66px;
}
.item-sub a h5 {
  font-size: 12px;
  text-transform: uppercase;
}
.item-sub a:hover h5 {
  color: #fff;
}
.item-sub a:hover {
  color: #096298;
  text-decoration: none;
}
.item-sub > p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  top: 16px;
}
.item-sub span {
  color: #999;
  margin-left: 8px;
}
.trending_box .owl-carousel::after {
  left: 0;
}
.trending_box .owl-carousel::before {
  right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #f4f5f6;
  border-style: solid;
  border-width: 0;
  color: #232323;
  cursor: pointer;
}
.nav > li > a {
  color: #888;
  font-size: 12px;
  padding: 10px 4px;
  position: relative;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  border-color: #f4f5f6;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #f4f5f6;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0.36);
  color: #fffacd;
  font-size: 32px;
  z-index: 2;
}
.owl-carousel .owl-next {
  position: absolute;
  right: 0;
  top: 36%;
}
.owl-carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 36%;
}
.multi_line {
  border-bottom: 2px solid #096298;
  border-top: 1px solid #096298;
  height: 5px;
  margin: 0 auto 20px;
  width: 40px;
}
.item-img {
  position: relative;
  background-color: #fff;
  padding: 25px;
}
.fa.fa-shopping-cart.tr_cart {
  left: -27px;
}
.tr_text {
  bottom: -89px;
}
.fa.fa-heart.tr_heart {
  top: -161px;
}
.fa.fa-search.tr_search {
  right: -35px;
}
.tr-add-cart {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.25s;
}
.tr-add-cart > ul {
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  margin: 125px 0 0;
  padding: 0;
  text-align: center;
}
.tr-add-cart > ul li {
  display: inline-block;
}
.tr-add-cart > ul li a {
  color: #232323;
  display: block;
  font-size: 15px;
  padding: 12px 6px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tr-add-cart > ul li a:hover {
  text-decoration: none;
  border-top: 2px solid #232323;
}
.item:hover .tr-add-cart {
  opacity: 1;
  text-align: center;
  transition: all 0.25s ease 0s;
}
.item:hover .tr-add-cart .fa.fa-shopping-cart.tr_cart {
  left: 0;
  transition: 0.25s;
}
.item:hover .tr-add-cart .tr_text {
  bottom: 0;
  transition: 0.35s;
}
.item:hover .tr-add-cart .fa.fa-heart.tr_heart {
  top: 0;
  transition: 0.25s;
}
.item:hover .tr-add-cart .fa.fa-search.tr_search {
  right: 0;
  transition: 0.25s;
}
.footer_top_area {
  background: #2a2a2a;
  padding: 20px 0;
}
.footer_top_left a i {
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}
.footer_top_left > a {
  color: #fff;
  font-size: 13px;
  margin-right: 22px;
  text-transform: uppercase;
}
.footer_top_left > input[type="text"] {
  background: #232323;
  border: none;
  color: #fff;
  margin-right: 8px;
  padding: 5px 15px;
  width: 43%;
}
.footer_top_left > input[type="submit"] {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 8px;
  text-transform: uppercase;
}
.footer_top_left > input[type="submit"]:hover {
  background: #096298;
  border: 1px solid #096298;
  color: #fff;
}
.footer_top_right > ul#payment {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.ex_left_text,
.ex_left_text > a,
.ex_left_text > p,
.footer_bottom {
  text-align: center;
}
.footer_top_right > ul#payment li {
  display: inline;
  margin-left: 5px;
}
.footer_area {
  background: #232323;
  padding: 30px 0;
}
.single_widget > h5 {
  color: #eee;
  font-size: 15px;
  text-transform: uppercase;
}
.wid_line {
  border-top: 1px solid #1a1a1a;
  margin-bottom: 15px;
  margin-top: 16px;
  position: relative;
}
.wid_line::after {
  border-top: 1px solid #096298;
  content: "";
  left: 0;
  position: absolute;
  top: -1px;
  width: 52px;
}
.single_widget ul.widget_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single_widget ul.widget_nav li a {
  color: #aaa;
  display: block;
  font-size: 14px;
  padding: 2px 0;
  text-transform: uppercase;
}
.single_widget ul.widget_nav li a:hover {
  color: #096298;
  text-decoration: none;
}
.single_widget ul.widget_nav li a.active {
  font-weight: 700;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.single_widget address {
  color: #aaa;
  line-height: 33px;
}
ul.wid_social {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.wid_social li {
  display: inline;
  margin-right: 8px;
}
ul.wid_social li a {
  background: #373737;
  color: #aaa;
  display: inline-block;
  height: 40px;
  padding: 14px 5px 5px 15px;
  width: 40px;
}
ul.wid_social li a:hover {
  background: #096298;
  color: #fff;
  text-decoration: none;
}
.footer_bottom_area {
  background: #181818;
  padding: 18px 0;
}
.footer_bottom > p {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer_bottom a {
  color: #e8e8e8;
}
.footer_bottom a:hover {
  color: #ff5240;
  text-decoration: none;
}
.featured_product_box > p {
  color: #777;
  font-size: 12px;
  margin: 0 auto 58px;
  text-align: center;
  text-transform: uppercase;
}
.featured_product_area {
  padding: 95px 0;
  background: #f7f8f9;
}
.ex_left {
  height: 328px;
}
.ex_left_text > h2 {
  color: #096298;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}
.ex_left_text > h5 {
  color: #232323;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ex_left_text > p {
  border-bottom: 2px dotted #ddd;
  border-top: 2px dotted #ddd;
  color: #212121;
  font-weight: 700;
  width: 69%;
  margin: 0 auto 32px;
}
.ex_left_text > a {
  border: 2px solid #096298;
  color: #232323;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 23px;
  text-transform: uppercase;
}
.ex_left_text > a:hover {
  color: #fff;
  background: #096298;
  text-decoration: none;
}
.exclusive_area {
  background: url(images/x-m.jpg) center center/cover no-repeat rgba(0, 0, 0, 0);
  overflow: hidden;
  margin-top: 0;
}
.ex_left_img {
  position: relative;
}
.ex_left_text {
  width: 61%;
  margin-top: 224px;
  margin-left: -76px;
}
.ex_left_img > img {
  width: 100%;
}
.ex_left_text.ex_left_right {
  margin-left: 318px;
  margin-top: 213px;
}
.ex_left_right h6 {
  color: #232323;
  font-size: 15px;
  margin-bottom: 10px;
}
.ex_left_right h2 {
  font-size: 35px;
}
.ex_left_text.ex_left_right span {
  color: #096298;
}
.ex_left_text.ex_left_right > p {
  width: 85%;
  margin: 0 auto 30px;
}
#owl-example.owl-example-i2 .owl-wrapper-outer {
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 109%;
}
.trending_box .owl-example-i2::after,
.trending_box .owl-example-i2::before {
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
.owl-example-i2 .owl-next {
  right: 17px;
}
.single_call_action{display: flex}
.fresh_blog_area {
  background: #f4f5f6;
  padding: 55px 0 18px;
}
.fresh_blog .multi_line {
  margin-bottom: 85px;
}
.fresh_blog_text {
  float: left;
  margin-right: 15px;
  width: 50%;
}
.fresh_blog_img {
  float: left;
  margin-top: 10px;
  width: 47%;
}
.fresh_blog_img > img {
  width: 100%;
}
.fresh_blog_text span {
  color: #262626;
  font-size: 31px;
  font-weight: 300;
}
.month_right {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.fresh_blog_text h2 {
  font-size: 45px;
  text-align: left;
  font-weight: 300;
  color: #096298;
}
.months p {
  color: #232323;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 50%;
}
.month_right > span {
  float: right;
  font-size: 12px;
  width: 50%;
}
.month_right span i {
  color: #096298;
  font-size: 16px;
  margin-right: 8px;
}
.fresh_blog_bottom_text h4 {
  color: #232323;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.fresh_blog_bottom_text > p {
  color: #777;
  display: block;
  font-size: 13px;
  text-transform: inherit;
}
.view_post {
  border: 2px solid #fd8585;
  margin-top: 60px;
  padding: 10px 20px;
  width: 121px;
}
.view_post > a {
  color: #232323;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.view_post:hover {
  background: #096298;
}
.carousel-control.left,
.carousel-control.right {
  background: #e4e5e5;
  height: 30px;
  top: -18%;
  width: 30px;
  text-shadow: none;
  opacity: 1;
}
.view_post:hover a {
  color: #fff;
  text-decoration: none;
}
.carousel-control.left {
  left: 47%;
}
.carousel-control.right {
  right: 47%;
}
.carousel-control:hover {
  background: #096298;
  color: #fff;
}
#blog-caro .carousel-control i {
  color: #232323;
  font-size: 23px;
}
#blog-caro .carousel-control:hover i {
  color: #fff;
}
.testimonial_area {
  background: #f7f8f9;
  padding: 30px 0 58px;
}
.textimonial_box {
  text-align: center;
}
.textimonial_box > img {
  margin-bottom: 25px;
}
.textimonial_box .multi_line {
  margin: 0 auto 37px;
}
#testi_carosel .item > p {
  color: #555;
  font-size: 17px;
  font-style: italic;
  margin: 0 auto 40px;
  width: 64%;
}
.client_box > img {
  float: left;
  margin-right: 15px;
  width: 15%;
}
.client_box_text {
  float: left;
  text-align: left;
  width: 79%;
}
.client_box_text > h4 {
  color: #232323;
  font-size: 16px;
  margin-bottom: 6px;
}
.client_box_text > p {
  color: #777;
  font-size: 12px;
}
.client_box {
  margin: 0 auto;
  overflow: hidden;
  width: 22%;
}
#testi_carosel .carousel-indicators {
  bottom: -63px;
}
#testi_carosel .carousel-indicators li {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
#testi_carosel .carousel-indicators .active {
  background-color: #096298;
  border: 1px solid #096298;
  height: 12px;
  margin: 0;
  width: 12px;
}
#branding_caro {
  padding-top: 109px;
}
#branding_caro .owl-prev i {
  color: #000;
  font-size: 20px;
}
#branding_caro .owl-next i {
  color: #000;
  font-size: 20px;
  opacity: 1;
}
#branding_caro .owl-next i:hover,
#branding_caro .owl-prev i:hover {
  color: #096298;
}
#branding_caro .owl-item img {
  display: block;
  margin: 0 auto;
}
#owl-example.owl-carousel .item {
  display: block;
  margin: 0 25px 0 auto;
  text-align: center;
  position: relative;
}
#owl-example.owl-carousel .item>a{
  display: block;
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 23px;
  color: #fff;
}
#owl-example.owl-carousel .item>a:hover {
  text-decoration: none
}
.branding_area {
  background: #f7f8f9;
  padding-bottom: 0;
}
.branding_box_heading {
  overflow: hidden;
  position: relative;
  top: 60px;
  z-index: 1;
}
.branding_box_heading > h2 {
  color: #232323;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  width: 9%;
}
.dotted_line {
  border-bottom: 2px dotted #a4a4a4;
  border-top: 2px dotted #999;
  float: left;
  height: 6px;
  margin-top: 9px;
  width: 86%;
}
#branding_caro.owl-carousel .owl-prev {
  left: 48%;
  position: relative;
  top: -191px;
  z-index: 4;
}
#branding_caro.owl-carousel .owl-next {
  position: relative;
  right: -46%;
  top: -191px;
  z-index: 4;
}
.breadcumb_top_area {
  background: url(images/breadcumb_bg.jpg) center center/cover no-repeat
    rgba(0, 0, 0, 0);
  padding: 92px 0;
  position: relative;
  z-index: -1;
}
.blog_slider_box h2,
.bread_top_box h2,
.contact_banner h2,
.error_slider h2 {
  color: #f7f8f9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.blog_slider_area:after,
.breadcumb_top_area::after,
.contact_banner_area:after,
.error_slider_area:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.breadcumb_area {
  padding: 20px 0;
}
.bread_box ul.breadcumb {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bread_box ul.breadcumb li {
  display: inline-block;
}
.bread_box ul.breadcumb li a {
  color: #999;
  display: block;
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}
.bread_box ul.breadcumb li a:hover,
.bread_box ul.breadcumb li.active a {
  color: #212121;
  text-decoration: none;
  font-weight: 600;
}
.breadcumb span {
  margin-left: 10px;
}
.input-append .btn.dropdown-toggle {
  float: none;
}
.checkout_area {
  background: #f7f8f9;
  border-top: 1px solid #eee;
}
.checkout_right {
  background: #fff;
}
.checkout_right h4 {
  background: #096298;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.product_form_total {
  padding: 20px;
}
.c_main_item {
  border-bottom: 1px solid #f4f5f5;
  overflow: hidden;
}
.c_main_item > p,
.c_payment > p,
.c_single_item > p,
.c_total_item > p {
  color: #232323;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 60%;
}
.c_main_item > span,
.c_single_item > span,
.c_total_item > span {
  color: #232323;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: right;
  text-transform: uppercase;
  width: 40%;
}
.c_single_item {
  overflow: hidden;
  padding-top: 15px;
}
.c_single_item > p,
.c_single_item > span {
  font-weight: 400;
}
.c_single_item.sp_single_item {
  border-bottom: 1px solid #f4f5f5;
  padding-bottom: 8px;
}
.c_payment {
  margin-bottom: 16px;
}
.filter-option.pull-left {
  color: #999;
}
.c_payment > p {
  margin-bottom: 8px;
  width: 100%;
}
.c_payment > input[type="text"] {
  border: 1px solid #ddd;
  color: #999;
  padding: 5px 10px;
  width: 100%;
}
.checkbox > label {
  font-size: 11px;
  text-transform: uppercase;
}
.checkbox span {
  color: #096298;
}
.checkbox input {
  margin-top: 2px;
}
.coupon_box > input[type="submit"],
.product_form_total > input[type="submit"] {
  background: #fff;
  border: 2px solid #096298;
  color: #232323;
  font-size: 13px;
  font-weight: 700;
  margin: 8px auto 15px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.product_form_total > input[type="submit"]:hover {
  background: #096298;
  color: #fff;
}
.checkout_form label,
.checkout_left > h2 {
  color: #212121;
  text-transform: uppercase;
}
.checkout_left > h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
}
.checkout_form {
  overflow: hidden;
  padding-top: 30px;
  width: 100%;
}
.country_select input[type="text"] {
  background: #f7f8f9;
  border: 1px solid #e8e8e8;
  padding: 9px;
  width: 96.56%;
}
.c_address input[type="text"],
.c_mail_box input[type="text"],
.c_name_box input[type="text"],
.c_state_box input[type="text"],
.company_name input[type="text"],
.s_order textarea,
.s_town input[type="text"] {
  background: #f7f8f9;
  border: 1px solid #e8e8e8;
  padding: 9px;
  width: 100%;
}
.btn.btn-primary.dropdown-toggle {
  background: #096298;
  border: none;
  border-radius: 0;
  margin-left: -2px;
  margin-top: -3px;
  padding: 10px;
}
.c_address,
.c_mail_box,
.c_name_box,
.c_state_box,
.checkbox,
.company_name {
  overflow: hidden;
  padding-bottom: 15px;
}
.checkout_form label {
  font-size: 12px;
  font-weight: 500;
}
.c_mail_box_left,
.c_name_box_left,
.c_state_box_left {
  float: left;
  margin-right: 4%;
  width: 48%;
}
.c_mail_box_right,
.c_name_box_right,
.c_state_box_right {
  float: left;
  width: 48%;
}
.checkout_left .dotted_line {
  width: 100%;
  border-bottom: 2px dotted #c6c7c7;
  border-top: 2px dotted #c6c7c7;
}
.checkout_form .checkbox {
  margin-bottom: 41px;
}
.country_select
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.country_select .btn-default {
  background: none;
  border-color: #e8e8e8;
  border-radius: 0;
  color: #999;
  font-size: 12px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.country_select2 {
  margin-top: 62px;
}
.s_order textarea {
  height: 104px;
}
.s_order {
  margin-top: 15px;
}
.error_slider_area {
  background: url(images/404_slider.jpg) center center/cover no-repeat
    rgba(0, 0, 0, 0);
  padding: 90px 0;
  position: relative;
  z-index: -1;
}
.error_not_found_area {
  background: #f7f8f9;
  border-top: 1px solid #eee;
  padding: 90px 0;
  text-align: center;
}
.error_not_found > h2 {
  color: #212121;
  font-size: 40px;
  margin-top: 60px;
}
.error_not_found > p {
  color: #212121;
  font-size: 15px;
  margin-bottom: 50px;
}
.error_not_found input[type="text"] {
  border: 1px solid #eee;
  font-size: 12px;
  height: 38px;
  margin-bottom: 65px;
  padding: 13px;
  text-transform: uppercase;
  width: 277px;
}
.error_not_found i {
  color: #555;
  font-size: 17px;
  margin-left: -30px;
}
.blog_slider_area {
  background: url(images/blog_bg.jpg) 0 0 / cover no-repeat rgba(0, 0, 0, 0);
  padding: 59px 0;
  position: relative;
  z-index: -1;
}
.blog_slider_area strong {
  font-size: 30px;
  display: block;
  text-align: center;
  color: #fff;
}
.blog_page_area {
  padding: 90px 0;
  background: #f7f8f9;
}
.blog_date_in_page {
  float: left;
  margin-right: 40px;
  overflow: hidden;
  margin-bottom: 18px;
}
.single_blog_in_page .blog_text_in_page {
  min-height: 225px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.single_blog_in_page .blog_text_in_page .read_more {
  bottom: 2px;
  position: relative;
}
#blog-caro .blog_text_in_page {
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.single_blog_in_page {
  overflow: hidden;
}
.blog_text_in_page a:hover {
  text-decoration: none;
}
.single_blog_in_page:hover .blog_text_in_page h3 {
  color: #096298;
}
.single_blog_in_page.last_single_blog_in_page {
  border-bottom: 0 solid;
}
.blog_img_l {
  margin-bottom: 30px;
  margin-top: 56px;
  overflow: hidden;
}
.single_blog_in_page img {
  transition: 0.25s;
}
.carousel-inner .blog_date_in_page strong {
  color: #262626;
  font-size: 35px;
  margin-bottom: 7px;
}
.blog_date_in_page strong span {
  color: #096298;
  font-size: 24px;
}
.blog_date_in_page p {
  color: #232323;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -3px;
}
.blog_text_in_page h3 {
  color: #212121;
  font-size: 16px;
  margin-top: 11px;
  text-transform: uppercase;
}
.blog_text_in_page h4 {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
}
.blog_text_in_page h4 span {
  color: #096298;
}
.blog_text_in_page > p {
  color: #777;
  font-size: 14px;
  text-align: justify;
}
.read_more_blog {
  border: 2px solid #096298;
  color: #232323;
  font-size: 12px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.single_blog_in_page:hover .read_more_blog {
  border: 2px solid #096298;
  background: #096298;
  color: #fff;
}
.read_more_blog:hover {
  text-decoration: none;
}
.read_more {
  margin-bottom: 10px;
  margin-top: 30px;
  position: absolute;
  bottom: 20px;
}
.blog_search input[type="text"] {
  font-size: 12px;
  height: 38px;
  margin-bottom: 65px;
  padding: 13px;
  text-transform: uppercase;
  width: 300px;
}
.blog_search i {
  color: #555;
  font-size: 17px;
  margin-left: -30px;
}
.blog_page_sidebar {
  margin-left: 20px;
  margin-top: 8px;
}
.blog_categories h2,
.blog_recent_post h2,
.blog_widget h2,
.instrigram h2 {
  color: #111;
  font-size: 15px;
  text-transform: uppercase;
}
.blog_categories .multi_line,
.blog_recent_post .multi_line,
.blog_widget .multi_line,
.comments .multi_line,
.instrigram .multi_line,
.leave_a_reply .multi_line {
  margin-left: 0;
}
.instrigram {
  margin-top: 50px;
}
.instrigram > ul {
  list-style: none;
  margin: 40px 0 0 -15px;
  overflow: hidden;
  padding: 0;
}
#instrigram > li {
  float: left;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 28.8%;
}
#instrigram img {
  width: 100%;
}
.log_li_img > img {
  margin-top: 10px;
}
.blog_widget p {
  color: #777;
  line-height: 23px;
  text-align: justify;
}
.blog_categories,
.blog_widget {
  margin-bottom: 45px;
}
.blog_categories ul {
  list-style: none;
  margin: 0 0 0 14px;
  padding: 0;
}
.blog_categories ul li {
  border-bottom: 1px solid #ddd;
  list-style-image: url(images/blog_li.png);
  padding-left: 6px;
}
.blog_categories ul li a {
  color: #777;
  display: block;
  font-size: 12px;
  padding: 8px 0;
  text-transform: uppercase;
}
.blog_categories ul li a:hover {
  text-decoration: none;
  color: #096298;
}
.recent_post_text a h3 {
  color: #232323;
  font-size: 14px;
  line-height: 24px;
}
.recent_post_text a:hover {
  text-decoration: none;
}
.recent_post_text a h3:hover {
  color: #096298;
}
.recent_post_text > p {
  color: #777;
  font-size: 13px;
  text-transform: inherit;
}
.comment_name > h3,
.comments h2,
.contact_box_left h4,
.leave_a_reply h2,
.left_input p,
.reply > span,
.right_input p,
.share span {
  text-transform: uppercase;
}
.recent_post_text {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  width: 48%;
}
.single_recent_post {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.recent_post_text > img {
  float: left;
  margin-right: 5px;
  overflow: hidden;
}
.log_li_img {
  float: left;
  margin-top: -4px;
  width: 4%;
}
.recent_post_img {
  float: left;
  width: 40%;
}
.single_recent_post:hover .recent_post_text a h3 {
  color: #096298;
}
.recent_post_img img {
  width: 100%;
}
.blog_detail_in_page p {
  color: #777;
  font-size: 14px;
  line-height: 25px;
}
.blog_detail_in_page {
  overflow: hidden;
}
.blog_detail_in_page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_detail_in_page ul li {
  padding: 10px;
}
.blog_detail_in_page ul li a {
  color: #777;
}
.blog_detail_in_page ul li a:hover {
  text-decoration: none;
}
#single_blog_nav i {
  margin-right: 15px;
  color: #096298;
}
ul#single_blog_nav {
  margin-bottom: 20px;
  margin-left: 110px;
  margin-top: 20px;
}
.share,
.share_icons {
  margin-bottom: 20px;
  margin-top: 27px;
  overflow: hidden;
}
.share span {
  color: #232323;
  font-size: 12px;
}
.share {
  float: left;
}
.share_icons {
  float: right;
}
.share_icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share_icons ul li {
  display: inline;
}
.share_icons ul li a {
  background: #fff;
  border: 1px solid #e7eff5;
  border-radius: 50%;
  color: #787878;
  font-size: 12px;
  height: 27px;
  padding-top: 7px;
  text-align: center;
  width: 27px;
}
.share_icons ul li a:hover {
  text-decoration: none;
  background: #096298;
  color: #fff;
}
.comments h2,
.leave_a_reply h2 {
  color: #232323;
  font-size: 18px;
  margin-top: 50px;
}
.comment_text {
  background: #fff;
  float: right;
  padding: 28px 45px 13px 38px;
  position: relative;
  width: 85%;
  z-index: 2;
}
.comment_text::after {
  background: #fff;
  content: "";
  height: 15px;
  left: -8px;
  position: absolute;
  top: 26px;
  transform: rotate(45deg);
  width: 15px;
  z-index: -1;
}
.comment_name > h3 {
  color: #333;
  font-size: 14px;
}
.comment_name span {
  color: #777;
  font-size: 12px;
}
.comment_name {
  float: left;
  overflow: hidden;
}
.reply {
  float: right;
  overflow: hidden;
}
.reply > span {
  color: #096298;
  font-size: 11px;
}
.comment-detail {
  overflow: hidden;
  width: 100%;
}
.comment_img {
  float: left;
  overflow: hidden;
  width: 15%;
}
.comment-detail p {
  color: #777;
  font-size: 13px;
}
.single_comment {
  margin-bottom: 42px;
  overflow: hidden;
}
.single_comment.even {
  margin-left: 50px;
}
.right_input {
  float: left;
  overflow: hidden;
  width: 52%;
}
.left_input {
  float: left;
  margin-right: 4%;
  overflow: hidden;
  width: 44%;
}
.left_input p,
.right_input p {
  color: #333;
  font-size: 12px;
  margin-bottom: 5px;
}
.left_input span {
  color: #096298;
  font-size: 13px;
}
.left_input input[type="text"] {
  border: 1px solid #f2f2f2;
  height: 38px;
  margin-bottom: 20px;
  width: 100%;
}
.right_input textarea {
  border: 1px solid #f2f2f2;
  height: 140px;
  margin-bottom: 20px;
  width: 100%;
}
.right_input input[type="submit"] {
  background: #096298;
  border: none;
  color: #fff;
  height: 38px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}
.right_input input[type="submit"]:hover {
  background: #fff;
  border: 2px solid #096298;
  color: #096298;
}
.contact_banner_area {
  background: url(images/contact_bg.jpg) 0 0 / cover no-repeat rgba(0, 0, 0, 0);
  padding: 92px 0;
  position: relative;
  z-index: -1;
}
.contact_p_area {
  background: #f7f8f9;
  border-top: 1px solid #eee;
  padding: 95px 0 78px;
}
.contact_box_left h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact_box_left .multi_line {
  margin-bottom: 27px;
  margin-left: 0;
}
.input_form {
  overflow: hidden;
}
.input_left #email {
  margin-bottom: 25px;
}
.form-control {
  background-color: #f7f8f9;
  background-image: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  color: #555;
}
.input_left {
  float: left;
  margin-right: 3%;
  width: 41%;
}
.input_left > input[type="email"],
.input_left > input[type="text"] {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #777;
  font-size: 13px;
  margin-bottom: 13px;
  padding: 10px 16px;
  text-transform: inherit;
  width: 100%;
}
.input_right {
  float: left;
  width: 56%;
}
.contact_box_left {
  overflow: hidden;
}
.input_right textarea {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #777;
  font-size: 13px;
  height: 148px;
  padding: 10px 20px;
  text-transform: inherit;
  width: 100%;
  resize: none;
}
.submit_btn input[type="submit"] {
  background: #096298;
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  text-align: left;
  text-transform: uppercase;
  border: 2px solid #096298;
}
.submit_btn input[type="submit"]:hover {
  background: #fff;
  color: #096298;
  border: 2px solid #096298;
  text-decoration: none;
}
.contact_box_right {
  margin-top: 23px;
  overflow: hidden;
}
.contact_box_right > h5 {
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 11px;
  margin-top: 34px;
  text-transform: uppercase;
}
.contact_box_right > a,
.contact_box_right > p {
  color: #555;
  font-size: 11px;
  text-transform: uppercase;
}
.contact_box_right > p {
  line-height: 22px;
  margin-bottom: 5px;
}
.contact_box_right > a:hover {
  color: #096298;
  text-decoration: none;
}
.contact_box_right .dotted_line {
  border-bottom: 2px dotted #e3e4e4;
  border-top: 2px dotted #e3e4e4;
  float: left;
  height: 6px;
  margin-top: 9px;
  width: 100%;
}
.maps_box > h2 {
  display: none;
}
.submit_btn {
  margin-top: 16px;
}
.thank_box {
  background: #eee;
  border-bottom: 5px solid #096298;
  font-size: 20px;
  height: 271px;
  margin: 100px auto 0;
  padding-top: 90px;
  text-align: center;
  width: 55%;
}
.thank_box a {
  background: #096298;
  border: 2px solid #096298;
  color: #fff;
  display: block;
  font-size: 13px;
  margin: 25px auto 0;
  padding: 5px 10px;
  text-transform: uppercase;
  width: 197px;
}
.filter_box_left > p,
.filter_box_right a,
.s_results > p {
  font-weight: 600;
  margin-bottom: 0;
}
.thank_box a:hover {
  background: #fff;
  color: #096298;
  border: 2px solid #096298;
  text-decoration: none;
}
.filter_box_left > p,
.filter_box_right a,
.filter_cont > ul li a,
.s_results > p {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
}
.thank_box i {
  font-size: 12px;
  margin-right: 5px;
}
.filter_area {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.filter_box_left > p {
  float: left;
  margin-right: 21px;
  width: 75px;
}
.filter_cont > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter_cont > ul li {
  display: inline-block;
}
.filter_cont > ul li a {
  padding: 4px;
}
.filter_cont > ul li a:hover {
  color: #096298;
  text-decoration: none;
}
.filter_cont {
  float: left;
  margin-right: 23px;
  width: 126px;
}
.s_results span {
  color: #ddd;
  margin-right: 30px;
}
.filter_box_right {
  margin-top: -2px;
  text-align: right;
}
.filter_box_right a:hover {
  text-decoration: none;
}
.filter_box_right .dropdown-menu {
  float: right;
  left: 71%;
  margin: 0;
  text-align: right;
  top: 21px;
  width: 27%;
}
.main_category_area {
  background: #f7f8f9;
  padding: 60px 0;
}
#home-accordion.panel-group .panel {
  border: 0 solid;
  border-radius: 0;
  margin-bottom: -5px;
}
#home-accordion .panel-default .panel-heading {
  background-color: #fff;
  border-color: #fff;
  color: #212121;
  margin-bottom: 0;
  padding: 26px 20px;
}
#home-accordion
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #fff;
}
#home-accordion .panel-title {
  color: #232323;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
#home-accordion i {
  background: #096298;
  color: #fff;
  display: block;
  font-size: 10px;
  padding: 2px 5px 1px;
}
#home-accordion .panel-title a {
  display: block;
}
#home-accordion .panel-title a:hover {
  color: #096298;
  text-decoration: none;
}
.panel-body > ul#c_tab1,
.panel-body > ul#c_tab2 {
  list-style: none;
  margin: -28px 0 0 26px;
  padding: 0;
}
.panel-body > ul#c_tab1 li,
.panel-body > ul#c_tab2 li {
  list-style-image: url(images/blog_li.png);
}
.panel-body > ul#c_tab1 li a,
.panel-body > ul#c_tab2 li a {
  color: #777;
  display: block;
  font-size: 12px;
  padding: 11px 2px;
  text-transform: uppercase;
}
.panel-body > ul#c_tab1 li a:hover,
.panel-body > ul#c_tab2 li a:hover {
  color: #096298;
  text-decoration: none;
}
#home-accordion .panel-body {
  border-bottom: 1px solid #eee;
  margin: 15px 15px 0;
  padding: 0 0 13px;
}
.panel-body > img {
  width: 100%;
}
.panel-body.colors_cat ul#cat_color {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-body.colors_cat ul#cat_color li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.panel-body.colors_cat ul#cat_color li a {
  border: 3px solid #eee;
  border-radius: 50%;
  display: block;
  height: 36px;
  width: 36px;
}
.panel-body.colors_cat ul#cat_color li a.col-1 {
  background: #e9dab9;
}
.panel-body.colors_cat ul#cat_color li a.col-2 {
  background: #000;
}
.panel-body.colors_cat ul#cat_color li a.col-3 {
  background: #1f72be;
}
.panel-body.colors_cat ul#cat_color li a.col-4 {
  background: #de9934;
}
.panel-body.colors_cat ul#cat_color li a.col-5 {
  background: #20c0cc;
}
.panel-body.colors_cat ul#cat_color li a.col-6 {
  background: #f57339;
}
.panel-body.colors_cat ul#cat_color li a.col-7 {
  background: #6224e1;
}
.panel-body.colors_cat ul#cat_color li a.col-8 {
  background: #dd3334;
}
.panel-body.colors_cat ul#cat_color li a.col-9 {
  background: #fff;
}
.panel-body.colors_cat ul#cat_color li a.col-10 {
  background: #a2b646;
}
.cat_filter_box p label {
  background: #096298;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5%;
  padding: 4px 18px;
  text-transform: uppercase;
  width: 31%;
}
.cat_filter_box {
  margin-top: 35px;
}
.cat_filter_box input {
  color: #096298;
  float: left;
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
  width: 64%;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff;
  border: 3px solid #096298;
  border-radius: 50%;
  color: #555;
  font-weight: 400;
  top: -8px;
}
.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  z-index: 2;
}
.ui-slider-handle.ui-state-default.ui-corner-all::after {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 6px;
}
.main_cat_item .item,
.pagi_line {
  position: relative;
}
.ui-widget-content {
  background: #eceef2;
  border: 0 solid #aaa;
  color: #222;
  top: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-radius: 0;
}
.ui-slider-horizontal {
  height: 0.4em;
}
.ui-widget-header {
  background: #096298;
  border: 0 solid #aaa;
  color: #fff;
  font-weight: 700;
}
.colors_cat > img {
  margin-bottom: 19px;
  margin-top: -7px;
}
.panel-body > ul#cat_size {
  list-style: none;
  margin: -13px 0 0;
  padding: 0;
}
.panel-body > ul#cat_size li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.panel-body > ul#cat_size li a {
  border: 1px solid #ddd;
  color: #212121;
  display: block;
  font-size: 12px;
  height: 30px;
  padding: 5px 3px 3px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
.panel-body > ul#cat_size li a:hover {
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}
.main_cat_item {
  margin-bottom: 29px;
}
.main_cat_item .tr-add-cart > ul {
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  margin: 158px 0 0 35px;
  padding: 0;
}
.single_t_to_b_slider .multi_line,
.tab-p-details .multi_line {
  margin-left: 0;
}
.pagi_line {
  border-top: 2px solid #e8eaea;
  margin-top: 30px;
}
.blog_page_area .pagi_line::after,
.cat-2 .pagi_line::after,
.pagi_line::after {
  border-top: 2px solid #096298;
  content: "";
  position: absolute;
  top: -2px;
  width: 30px;
}
.pagi_line::after {
  left: 38.5%;
}
.cat-2 .pagi_line::after {
  left: 41%;
}
.blog_page_area .pagi_line::after {
  left: 37%;
}
.bootstrap-select > .btn {
  border-radius: 0;
  padding-right: 25px;
  width: 100%;
  border-color: #eee;
}
.pagi_ul {
  margin-top: 20px;
}
.pagi_ul > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagi_ul > ul li {
  display: inline;
}
.pagi_ul > ul li a {
  color: #333;
  display: inline-block;
  font-size: 13px;
  padding: 0 18px;
  text-transform: uppercase;
}
.pagi_ul > ul li a:hover {
  color: #096298;
  text-decoration: none;
}
.main_cart_area {
  background: #f7f8f9;
  border-top: 1px solid #eee;
  padding: 80px 0;
}
.cart_heading {
  background: #096298;
  overflow: hidden;
  padding: 15px 20px;
}
.cart_heading th {
  color: #fff !important;
}
.cart_heading .h_item1 {
  width: 41%;
}
.cart_heading .h_item2 {
  width: 18%;
}
.cart_heading .h_item3 {
  width: 24%;
}
.cart_heading .h_item4 {
  width: 17%;
}
.h_item1 > p,
.h_item2 > p,
.h_item3 > p,
.h_item4 > p {
  color: #232323;
  font-size: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cart_item {
  border-bottom: 1px solid #e8eaec;
  overflow: hidden;
  padding: 32px 0;
}
.cart_item .cart_item_img {
  float: left;
  width: 41%;
}
.cart_item .cart_price {
  float: left;
  width: 18%;
}
.cart_item .cart_quantity {
  float: left;
  width: 24%;
}
.cart_item .cart_total {
  float: left;
  width: 17%;
}
.cart_item_img > img {
  float: left;
  margin-right: 20px;
}
.cart_item_img > p {
  color: #333;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 23px;
  text-transform: uppercase;
}
.cart_price > p,
.cart_quantity > p,
.cart_total > p {
  color: #333;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.cart_quantity ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart_quantity ul li {
  float: left;
  margin-right: 10px;
}
.cart_quantity ul li a {
  background: #fff;
  border: 1px solid #e8eaec;
  color: #333;
  display: block;
  font-size: 12px;
  height: 23px;
  padding-top: 3px;
  text-align: center;
  width: 23px;
}
.cart_quantity ul li a:hover {
  border: 1px solid #096298;
  text-decoration: none;
}
#home-accordion .btn-default,
#home-accordion .btn-default.active,
#home-accordion .btn-default.focus,
#home-accordion .btn-default:focus,
#home-accordion .btn-default:hover,
#home-accordion .open > .dropdown-toggle.btn-default,
.btn-default:active {
  background-color: #fff;
  border-color: #eee;
  border-radius: 0;
  color: #999;
}
#home-accordion
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  margin-bottom: 15px;
  width: 100%;
}
#home-accordion .btn-default {
  font-size: 12px;
  text-transform: uppercase;
}
#home-accordion .panel-body > input[type="text"] {
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 5px 11px;
  text-transform: uppercase;
  width: 100%;
}
#home-accordion .panel-body > input[type="submit"] {
  background: #fff;
  border: 2px solid #096298;
  color: #666;
  font-size: 11px;
  margin-bottom: 12px;
  padding: 4px 5px;
  text-transform: uppercase;
  width: 57%;
}
#home-accordion .panel-body > input[type="submit"]:hover {
  background: #096298;
  border: 2px solid #096298;
  color: #fff;
}
.c_total_item.sp_single_item {
  border-top: 1px solid #f4f5f5;
  border-bottom: 0 solid #f4f5f5;
  margin-bottom: 0;
  margin-top: 11px;
  overflow: hidden;
  padding: 10px 0 7px;
}
#home-accordion .panel-body.cart_p_body {
  border-bottom: 0 solid #ddd;
}
.main_cart_right .product_form_total a.cart_update {
  background: #096298;
  border: 2px solid #096298;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}
.main_cart_right .product_form_total a.cart_update:hover {
  background: #f7f8f9;
  border: 2px solid #096298;
  color: #222;
  text-decoration: none;
}
.coupon_box > input[type="submit"],
.main_cart_area .product_form_total > input[type="submit"] {
  background: #f7f8f9;
}
.coupon_box > input[type="submit"]:hover,
.main_cart_area .product_form_total > input[type="submit"]:hover {
  background: #096298;
  border: 2px solid #096298;
  color: #fff;
}
.main_cart_area .main_cart_right {
  margin-top: -20px;
}
.main_cart_area #home-accordion .panel-default .panel-heading {
  padding: 25px 20px 10px;
}
.gray_tshirt_area {
  background: #f7f8f9;
  padding-top: 40px;
}
.gray_tshirt {
  border-bottom: 1px solid #eeeeef;
  overflow: hidden;
  padding-bottom: 0;
}
.single_p_image {
  overflow: hidden;
  position: relative;
}
.product_detail_zoom_tab > li {
  float: none;
  margin-bottom: -5px;
}
.single_product_image_tab {
  background: #f3f4f5;
  position: relative;
}
.single_product_image_tab .nav.nav-tabs.product_detail_zoom_tab {
  border-bottom: 0 solid #ddd;
  left: 27px;
  position: absolute;
  top: 19px;
  z-index: 2;
}
.product_detail_heading,
.product_page_tab {
  border-bottom: 1px solid #eeeeef;
  overflow: hidden;
}
.single_p_image > a {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.detail_heading_left h3 {
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.old_price_gray p {
  color: #096298;
  font-size: 18px;
  font-weight: 700;
}
.old_price_gray {
  float: left;
  margin-right: 17px;
  overflow: hidden;
  width: 60px;
}
.new_price_gray {
  float: left;
  overflow: hidden;
  width: 70px;
  margin-top: 3px;
}
.new_price_gray del {
  color: #aaa;
  font-size: 15px;
}
.detail_heading_right ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: right;
}
.detail_heading_right ul li {
  display: inline;
}
.detail_heading_right ul li .red {
  color: #096298;
}
.detail_heading_right ul li a {
  color: #096298;
  font-size: 15px;
  padding: 2px;
}
.detail_heading_right ul li a:hover {
  text-decoration: none;
}
.detail_heading_left {
  float: left;
  overflow: hidden;
  width: 65%;
}
.detail_heading_right {
  float: left;
  overflow: hidden;
  width: 35%;
}
.detail_heading_right > p {
  color: #777;
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
.product_page_tab_area {
  background: #f7f8f9;
}
.product_page_tab {
  padding: 40px 0 30px;
}
.tab-product {
  float: left;
  margin-right: 3%;
  width: 20%;
}
.tab-p-details {
  float: left;
  width: 77%;
}
ul.nav.nav-tabs.tab-product li {
  border: 1px solid #ececec;
  width: 100%;
}
ul.nav.nav-tabs.tab-product li.active {
  border-left: 4px solid #096298;
  border-right: 0 solid #ececec;
}
ul.nav.nav-tabs.tab-product li.active a {
  background-color: #f7f8f9;
}
ul.nav.nav-tabs.tab-product li a {
  background-color: #fff;
  color: #232323;
  font-size: 12px;
  padding: 20px;
  text-transform: uppercase;
}
.tab-p-details h2 {
  color: #212121;
  font-size: 16px;
}
.tab-p-details p {
  color: #333;
}
h3.product {
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  top: 53px;
}
.main_category_area.product_page_caro {
  background: #f7f8f9;
  margin-bottom: -42px;
  padding-top: 40px;
}
.panel-group.product_accordion {
  padding-top: 15px;
  overflow: hidden;
}
.panel-title.product_accordion_head {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.panel-body.product_accordion_head h5 {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.panel-title.product_accordion_head a {
  display: block;
  text-decoration: none;
}
.panel.panel-default.product_default {
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
}
.panel-heading.product_accordion_heading {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #eee;
}
.panel-body.product_ac_body ul {
  list-style: none;
  margin: 0 0 0 77px;
  padding: 0;
}
.panel-body.product_ac_body ul li {
  list-style-image: url(images/blog_li.png);
  margin-bottom: 10px;
}
.panel-body.product_ac_body ul li a {
  color: #777;
  font-size: 15px;
  padding: 5px;
}
.panel-body.product_ac_body ul li a:hover {
  text-decoration: none;
}
.panel-body.fit,
.panel-body.product_ac_body p {
  color: #777;
  font-size: 15px;
}
.panel-body.product_ac_body {
  padding-bottom: 0;
}
.color_size_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.color_size_detail ul li {
  border: 2px solid #efefef;
  display: inline-block;
  margin-right: 6px;
  background: #fff;
}
.color_size_detail ul li a {
  color: #232323;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 38px;
}
.color_size_detail ul li a:hover {
  text-decoration: none;
}
.color_size_detail ul li:hover {
  border: 2px solid #000;
}
.color_detail {
  float: left;
  overflow: hidden;
  width: 70%;
}
.color_heading {
  float: left;
  overflow: hidden;
  width: 30%;
}
.single_color {
  margin-bottom: 30px;
  overflow: hidden;
}
.size_down {
  float: left;
  margin-right: 3%;
  overflow: hidden;
  width: 23%;
}
.size_cart > a {
  color: #232323;
  font-size: 11px;
  text-transform: uppercase;
}
.size_cart > a:hover {
  text-decoration: none;
}
.size_cart:hover {
  background: #f7f8f9;
  border: 2px solid #096298;
}
.size_cart,
.size_heart {
  background: #fff;
  border: 2px solid #efefef;
  margin-right: 4%;
  text-align: center;
  float: left;
  overflow: hidden;
}
.size_cart {
  padding: 5px 20px;
  width: 32%;
}
.size_heart {
  padding: 5px;
  width: 12%;
}
.size_heart:hover {
  background: #f7f8f9;
  border: 2px solid #096298;
}
.color_detail_img ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.color_detail_img ul li {
  display: inline;
}
.color_detail_img ul li a {
  display: inline-block;
  padding-right: 5px;
}
.review_heading_right ul li,
.single_review_text ul li {
  display: inline;
}
#home-accordion-single.panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0 solid #ddd;
}
.product_page_caro .multi_line {
  margin: -7px auto 45px 0;
  position: relative;
  top: 54px;
}
#owl-example-single {
  padding-top: 70px;
}
#owl-example-single .owl-prev {
  left: 92%;
  position: absolute;
  top: -27px;
  width: 50px;
}
#owl-example-single .owl-next {
  left: 94%;
  position: absolute;
  top: -27px;
  width: 50px;
}
#owl-example-single i {
  color: #000;
  font-size: 22px;
}
#owl-example-single:hover i {
  color: #096298;
  font-size: 22px;
}
.product-box {
  border-top: 1px solid #eeeeef;
}
.product_page_caro {
  position: relative;
  top: -42px;
}
.review_heading_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.review_heading_right ul li a {
  color: #096298;
  padding: 1px 2px;
}
.review_heading_right ul li a:hover {
  text-decoration: none;
}
.review_heading_left h2 span {
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 16px;
}
.review_comments {
  float: left;
  margin-right: 5%;
  width: 55%;
}
.review_heading_left {
  float: left;
  width: 77%;
}
.review_heading_right {
  float: left;
  width: 22%;
}
.Review_input {
  float: left;
  width: 40%;
}
.review_input_heading h3 {
  font-size: 16px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
}
.review_comment_input input[type="text"] {
  background: 0 0;
  border: 1px solid #d3d3d3;
  color: #333;
  font-size: 12px;
  height: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
}
.review_comment_input textarea {
  background: 0 0;
  border: 1px solid #d3d3d3;
  color: #333;
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 10px;
  height: 135px;
}
.single_review_text ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.single_review_text ul li a {
  color: #096298;
  padding: 1px 2px;
}
.single_review_text ul li a:hover {
  text-decoration: none;
}
.review_heading {
  overflow: hidden;
}
.single_review_img img {
  border-radius: 50%;
}
.single_review_text h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.single_review_img {
  float: left;
  margin-right: 1%;
  width: 17%;
}
.review_italic {
  color: #64908a;
  font-style: italic;
  letter-spacing: 2px;
}
.review_italic span {
  color: #64908a;
}
.review_comment_input input[type="submit"] {
  background: 0 0;
  border: 2px solid #096298;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  text-transform: uppercase;
  width: 37%;
}
.review_comment_input input[type="submit"]:hover {
  background: #096298;
  color: #fff;
}
.single_review_text {
  float: left;
  margin-bottom: 40px;
  width: 82%;
}
.single_review_text.last {
  margin-bottom: 0;
}
.size_down input[type="number"] {
  -moz-appearance: none;
  border: 1px solid #ddd;
  margin-top: 1px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
  color: #000;
  cursor: pointer;
  display: inline-block;
}
.size_down input[type="number"]:hover {
  background: #f7f8f9;
  border: 2px solid #096298;
}
input[type="number"].hotfix::-webkit-inner-spin-button,
input[type="number"].hotfix::-webkit-outer-spin-button {
  height: auto;
}
.only-for-mobile {
  display: none !important;
}
.mobi-menu {
  display: none;
}
#cssmenu {
  transition: all 0.3s ease-in-out 0s;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f5f5f5;
  border-image: none;
  color: #fff;
  max-width: 727px;
  width: 100%;
}
#cssmenu ul ul li a,
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 40px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #565656;
  z-index: 2;
}
.holder {
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after,
.holder::after {
  content: "";
  height: 22px;
  position: absolute;
  top: 11px;
  width: 22px;
  z-index: 10;
  display: block;
}
.holder::after {
  background: url(images/plus.png) 50% 50% no-repeat;
  border: 1px solid transparent;
  border-radius: 50%;
  right: 22px;
}
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  background: url(images/minus.png) 50% 50% no-repeat rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 50%;
  right: 40px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  border: 0;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul li a {
  background: #eee;
  border-bottom: 2px solid #fff;
  color: #666;
  z-index: 1;
}
.item-img img {
  width: 100%;
}
.t_to_b_slider_area {
  background: #f7f8f9;
  padding: 90px 0;
}
.t_to_b_img {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 34%;
}
.t_to_b_content {
  overflow: hidden;
  margin-bottom: 15px;
}
.single_t_to_b {
  background: #fff;
  padding: 40px 20px 30px;
  margin-top: 40px;
}
.t_to_b_text p {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}
.t_to_b_text a:hover p {
  color: #096298;
}
.t_to_b_text a:hover {
  text-decoration: none;
  color: #096298;
}
.t_to_b_text {
  float: left;
  overflow: hidden;
  width: 59%;
}
.t_to_b_dollr {
  float: left;
  overflow: hidden;
  width: 31%;
}
.t_to_b_del {
  float: left;
  overflow: hidden;
  width: 48%;
}
.t_to_b_dollr span {
  color: #096298;
  font-size: 12px;
}
.t_to_b_del > del {
  color: #999;
  font-size: 12px;
}
.single_t_to_b_slider h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.single_t_to_b .bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.single_t_to_b .bx-wrapper .bx-viewport {
  background: inherit;
  border: 0 solid #fff;
  box-shadow: 0 0 0 #ccc;
  left: 0;
  transform: translateZ(0);
}
.single_t_to_b .bx-wrapper .bx-pager {
  display: none;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
  right: -32px;
  top: -104px;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
  right: -21px;
  top: -104px;
}
.checkout_form p,
.shipping_form p {
  color: #212121;
  font-size: 12px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.ie8 .currency-dropdown {
  display: none;
  opacity: 1;
}
.ie8 .currency-dropdown:hover {
  display: block;
  opacity: 1;
}
.ie8 nav.mainmenu {
  position: relative;
}
.ie8 nav.mainmenu:after {
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #fff;
}
.ie8 .mainmenu ul#nav li a {
  border-top: 0 solid #fff;
}
.ie8 .mainmenu .mainmenu .mainmenu ul#nav li.current-page-item a,
.ie8 .mainmenu .mainmenu ul#nav li a:hover {
  border-top: 0 solid #212121;
}
.ie8 .tr-add-cart {
  display: none;
  background: #fff;
}
.ie8 .item:hover .tr-add-cart {
  display: block;
  background: #fff;
  opacity: 0.4;
}
.ie8 .item .tr-add-cart ul {
  background-color: #fff;
  filter: none !important;
}
.ie8 .trending_box .nav-tabs.nav {
  width: 33%;
}
.ie8 .view_post {
  width: 126px;
}
.ie8 .owl-theme .owl-controls .owl-buttons div {
  background: 0 0;
}
.ie8 .owl-item {
  width: 228px !important;
}
.ie8 .owl-carousel#owl-example .owl-wrapper-outer {
  left: 0;
}
.ie8 .owl-carousel .owl-next {
  right: 8px;
}
.ie8 .tr-add-cart ul li a {
  font-size: 13px;
}
.ie8 .breadcumb_top_area {
  background-image: url(images/breadcumb_bg.jpg);
  background-repeat: no-repeat;
}
.ie8 .contact_banner_area {
  background-image: url(images/contact_bg.jpg);
  background-repeat: no-repeat;
}
.ie8 .blog_slider_area {
  background: url(images/contact_bg.jpg) no-repeat;
}
.ie8 .exclusive_area {
  background: url(images/x-m.jpg) no-repeat;
}
.ie8 .error_slider_area {
  background: url(images/404_slider.jpg) no-repeat;
}
.ie8 .blog_slider_area:after,
.ie8 .breadcumb_top_area:after,
.ie8 .contact_banner_area:after,
.ie8 .error_slider_area:after {
  background-color: #000;
  opacity: 0.5;
  filter: none !important;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #262835;
  display: block;
  font-weight: 500  ;
  padding: 11px 25px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #fff;
  color : #02263c;
  
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 25px 20px 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 260px;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  clear: both;
  color: #333;
  padding: 3px 10px;
  position: relative;
  z-index: 1;
}
.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li ul > li > a:hover {
  text-decoration: none;
  font-weight: 700;
  background-color: rgba(227, 227, 227, 0.3);
  color: #333;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.mega-dropdown-menu form {
  margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.top-nav {
  background-color: transparent;
}
@media (min-width: 769px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}
.blog li img {
  margin-bottom: 10px;
}
.blog li h4 a,
.blog li h4 a:hover,
.dropdown-menu.mega-dropdown-menu .dropdown-header {
  color: #096298;
  text-decoration: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
nav li.nav_right {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav_right {
    background: 0 0;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 0;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    margin: 0 0 10px;
    font-size: 12px;
  }
  .dropdown-menu li.col-sm-6{
    padding-left: 0px;
  }
  .mega-dropdown-menu > li > ul > li > a {
    display: block;
    clear: both;
    color: #fff;
    padding: 3px 0;
    position: relative;
    z-index: 1;
    font-size: 12px;
  }
  .nav_area{
    border: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    width: 100%;
    color: #fff;
    display: block;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
  }
  .mega-dropdown-menu {
    padding: 5px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .mega-dropdown-menu p {
    color: #fff;
  }
  nav li.nav_right {
    position: relative;
    right: 0;
  }
}
.navbar-collapse.in {
  overflow-y: auto;
  max-height: 300px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.box-shadow {
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.info,
.read-more {
  background: #096298;
}
.height230 {
  height: 230px;
}
.read-more {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.bg-white {
  background-color: #fff;
}
::-webkit-input-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
.invalid {
  background-color: #fdd;
}
.valid {
  background-color: #dfd;
}
.required {
  border-color: maroon !important;
  border-width: 0px !important;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 11em;
  margin: 4px 0 10px;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
}
.rating label:first-child {
  font-size: 14px;
  float: left;
  direction: ltr;
}
.rating label:first-child:before {
  display: none;
}
.rating > label:before {
  position: relative;
  font: 15px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #096298;
  background: -webkit-linear-gradient(-45deg, #ccc 0, #ccc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 2px;
}
.rating > label.selected:before,
.rating > label.selected ~ label:before,
.rating > label:hover:before,
.rating > label:hover ~ label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #096298 0, #096298 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.country_select {
  margin-bottom: 0;
}
.clearfix {
  clear: both;
}
.checkout-title {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
}
.shipping-info {
  padding: 0 20px;
  background: #fff;
  margin-top: 11px;
}
.shipping-info .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.shipping-info .c_single_item {
  padding: 0;
}
.shipping-info .c_single_item > p {
  background-color: #096298;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 0;
}
.shipping-info .c_single_item > span {
  position: relative;
  top: 5px;
  font-weight: 700;
}
.ship-info .dropup {
  padding-right: 0;
}
.coupon_box {
  margin-top: 0;
}
.coupon_box > input[type="text"] {
  background: #fff;
  border: 1px solid #eee;
  color: #aaa;
  font-size: 12px;
  margin-right: 10px;
  padding: 7px 10px;
  text-transform: uppercase;
  width: 100%;
}
.coupon_box > input[type="submit"] {
  padding: 5px;
  width: 100%;
}
.cart_item .total-save,
.cart_item.div-payment-method .cart_item_img {
  width: 25%;
}
.product_form_total > input[type="submit"].btn-ctn-shopping {
  background-color: #096298;
  color: #fff;
}
.total-save p {
  margin-top: 17px;
  font-size: 18px;
}
.div-payment-method a.cart_update {
  border: 2px solid #096298;
  margin-top: 12px;
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}
.color-red,
.percent {
  color: #096298;
}
.button,
.payment-method label {
  font-weight: 700;
}
.cart_item_img p {
  margin-top: 0;
}
.cart_item.div-payment-method {
  padding: 18px 0;
}
.cart_item.div-payment-method .cart_item_check {
  width: 30px;
  float: left;
  padding-top: 4px;
}
.cart_item.div-payment-method .cart_item_check > input {
  margin-right: 10px;
}
.cart_item.div-payment-method .cart_price {
  width: 40%;
  float: left;
}
.cart_item.div-payment-method .cart_save {
  width: 30%;
  float: left;
  text-align: right;
}
.cart_item.div-payment-method .cart_item_img > img {
  float: none;
}
.cart_item.div-payment-method .cart_price > p {
  margin-top: 5px;
}
.logo-text {
  text-align: left;
  margin-top: 10px;
  text-transform: initial;
  display: inline-block;
  margin-right: 14px;
}
.div-payment-method .cart_item_img p {
  margin-top: 20px;
  font-size: 16px;
  position: relative;
  top: -15px;
}
.percent {
  font-size: 28px;
}
.info {
  width: 100%;
  padding: 15px;
  color: #fff;
  margin: 4px 0;
  position: relative;
}
.info p {
  margin-bottom: 0;
}
.info:before {
  border-color: transparent transparent #096298;
  border-width: 11px;
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 43px;
  width: 0;
  height: 0;
  border-style: solid;
}
.div-credit-card,
.div-echeck {
  margin-top: 20px;
  background-color: #fff;
  padding: 22px 0;
}
.review_single_area {
  background-color: #f7f8f9;
  padding: 40px 0;
}
.review_single blockquote {
  padding: 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border: 1px solid #ccc;
  position: relative;
  transition: all ease-in 0.23s;
  background-color: #fff;
}
.review_single blockquote p {
  font-size: 16px;
}
.review_single blockquote:hover {
  border: 1px solid #096298;
}
.review_single blockquote em {
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
.date {
  margin-bottom: 10px;
}
.review-star {
  list-style: none;
  padding: 0;
}
.review-star li {
  display: inline-block;
  font-size: 11px;
}
.review-star li a,
.review-star li a:hover {
  text-decoration: none;
  color: #096298;
}
.div-login {
  padding: 20px 50px;
}
.offer {
  margin-top: 10px;
}
.offer img {
  position: relative;
  top: 2px;
}
.panel-body.product_ac_body .offer p {
  font-size: 14px;
}
.product-details {
  padding: 15px;
}
.button {
  background: #fff;
  border: 2px solid #096298;
  color: #232323;
  font-size: 13px;
  margin: 8px auto 15px;
  padding: 4px 15px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.btn-checkout,
.btn-red {
  border: 2px solid #096298;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
}
.button:hover {
  background: #096298;
  color: #fff;
  text-decoration: none;
}
.single_p_image {
  text-align: center;
}
.single_p_image > img {
  margin-left: 0;
}
.product-price-table {
  margin-top: 20px;
}
.product-price-table-mobile {
  display: none;
  width: 100%;
  margin: 0;
}
.delete-item {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 33%;
  right: 25px;
}
.delete-item a {
  color: #096298;
}
.cart_total {
  position: relative;
}
.btn-red {
  background: #096298;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 20px;
}
.btn-red:hover {
  background: #f7f8f9;
  border: 2px solid #096298;
  color: #222;
  text-decoration: none;
}
.btn-checkout {
  background: #fff;
  color: #232323;
  font-size: 13px;
  font-weight: 700;
  margin: 20px auto 15px;
}
.btn-checkout:hover {
  background: #096298;
  color: #fff;
}
.div-btn-save {
  text-align: right;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #096298;
}
.units {
  text-transform: capitalize;
  color: #096298;
  font-style: italic;
}
.c_total_item > p {
  font-size: 14px;
}
.c_main_item > p,
.c_main_item > span,
.c_single_item > p,
.c_single_item > span,
.c_total_item > span {
  font-size: 13px;
}
.discount {
  color: #09ac63 !important;
}
.checkout_area {
  padding: 40px 0;
}
.payment-method {
  margin: 0;
}
@media (max-width: 767px) {
  .cart_item.div-payment-method .cart_price > p,
  .cart_price > p,
  .cart_quantity ul,
  .cart_quantity > p,
  .cart_total > p {
    margin-top: 0;
  }
  .cart_item.div-payment-method .cart_item_img {
    width: 20%;
  }
  .cart_item.div-payment-method .cart_item_img > img {
    display: block;
  }
  .cart_item_img > img {
    display: none;
  }
  .header_right i{
    position: relative;
    left: 0;
  }
  .cart_item {
    padding: 18px 5px;
  }
  .main_cart_area {
    padding: 15px 0;
  }
  .cart_heading .h_item1,
  .cart_item .cart_item_img {
    width: 34%;
  }
  .delete-item {
    right: 3px;
    position: absolute;
    top: 11px;
  }
  .cart_item.div-payment-method .total-save p {
    margin-top: 16px;
    font-size: 16px;
  }
  .cart_item.div-payment-method .cart_price {
    width: 40%;
    float: left;
  }
  .cart_item.div-payment-method .cart_save {
    width: 35%;
    float: left;
    text-align: right;
  }
  .percent {
    font-size: 24px;
    color: #096298;
  }
  .div-btn-save {
    text-align: center;
  }
  .btn-red,
  .div-btn-save > input {
    width: 100%;
  }
  .div-btn-save > input {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .breadcumb_top_area {
    padding: 54px 0 41px;
  }
}
@media (max-width: 480px) {
  .cart_item.div-payment-method .cart_save {
    width: 100%;
    float: left;
    text-align: right;
  }
  .cart_item.div-payment-method .cart_item_img {
    width: 24%;
  }
  .cart_item.div-payment-method .cart_price {
    width: 67%;
    padding-left: 12px;
  }
}
.btn-login a,
.btn-login input[type="submit"] {
  text-align: center;
  width: 100%;
}
@media (max-width: 320px) {
  .delete-item {
    left: 30px;
  }
  .cart_item_img p {
    font-size: 10px;
    padding-right: 6px;
  }
  .cart_item.div-payment-method .cart_item_check {
    width: 20px;
    float: left;
    padding-top: 4px;
  }
  .cart_item.div-payment-method .cart_price > p {
    margin-top: 0;
    font-size: 10px;
  }
  .percent {
    font-size: 21px;
    color: #096298;
  }
}
.easy-checkout input,
.easy-checkout select {
  background: #f7f8f9;
  border: 1px solid #e8e8e8;
  padding: 7px 9px;
  width: 100%;
}
.easy-checkout input[type="submit"] {
  margin: 0;
}
.easy-checkout {
  margin-bottom: 30px;
}
.easy-checkout .product_form_total {
  padding: 0;
}
.main .call_to_action_area {
  padding-top: 25px;
}
.main .textimonial_box .multi_line {
  margin-bottom: 18px;
}
.login-box {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  max-width: 430px;
}
.login-box .form-group {
  margin: 20px;
}
.btn-login {
  padding: 0 0 20px;
}
.btn-login a {
  background: #096298;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
}
.login-box a,
.login-box p {
  font-size: 13px;
}
.login-box a:hover {
  text-decoration: none;
}
.login-box a.link {
  color: #096298;
}
.login-box .form-control {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  color: #555;
  border-bottom: 1px solid #ccc;
  padding-left: 4px;
  transition: all 0.4s ease-in;
}
.login-box .form-control:focus {
  border-color: #096298;
  outline: 0;
  box-shadow: none;
}
@media (min-width: 400px) {
  .login-box {
    width: 400px;
  }
}
.table_responsive {
  overflow-x: auto;
}
.account-container .nav.tabs {
  min-height: 400px;
  margin-bottom: 30px;
}
.account-container .tab-content {
  border-left: 1px solid #ccc;
  padding-left: 30px;
  margin-bottom: 50px;
}
.account-container .nav-sidebar ul li.active a {
  color: #096298;
  border-left: 3px solid #096298;
  text-align: left;
  font-size: 12px;
}
.account-container .nav > li > a {
  margin-right: 13px;
  padding: 9px 13px;
  margin-bottom: 10px;
  font-size: 12px;
}
.account-container .nav > li > a:focus,
.account-container .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #096298;
}
.item-item {
  -webkit-box-shadow: 0 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
  -moz-box-shadow: 0 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
  box-shadow: 0 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
  margin-bottom: 30px;
}
.item-item .item-productInfo {
  display: block;
  margin: 0;
  padding: 7px 12px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.order-orderInfo {
  padding: 17px 10px 15px;
  border-bottom: 1px solid #f6f6f6;
  background-color: #424242;
  color: #fff;
}
.item-item .item-productInfo .item-thumbnail {
  display: inline-block;
  width: 80px;
  min-width: 80px;
}
.item-item .item-productInfo .item-info {
  display: inline-block;
  padding: 0 0 5px 12px;
  width: 65%;
  vertical-align: top;
  color: #7e818c;
}
.item-item .item-productInfo .item-info .item-brand {
  color: #3e4152;
  font-weight: 500;
}
.item-item .item-productInfo .item-info .item-productName,
.item-item .item-productInfo .item-info .item-size {
  color: #7e818c;
}
.item-item .item-productInfo .item-info .item-priceInfo {
  margin-top: 4px;
  font-weight: 700;
  color: #333;
}
.item-item .item-productInfo .item-info .item-complete,
.item-item .item-productInfo .item-info .item-delivered {
  color: #20bd99;
}
.item-item .item-productInfo .item-info .item-cancelled {
  color: red;
}
.item-item .item-productInfo .item-info .item-status span {
  color: #3e4152;
  font-weight: 100;
}
.view-details a {
  text-decoration: none;
  color: #333;
  padding: 3px 12px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
}
.view-details a:hover {
  color: #096298;
}
.order-orderNumber {
  font-weight: 700;
}
.item-pending {
  color: #ffc04b;
}
.myInput-inputRow input[type="number"],
.myInput-inputRow input[type="password"],
.myInput-inputRow input[type="tel"],
.myInput-inputRow input[type="text"],
.myInput-inputRow.myInput-md input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d4d5d9;
  color: #282c3f;
  outline: 0;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
}
.myInput-inputRow input[type="email"]:focus,
.myInput-inputRow input[type="password"]:focus,
.myInput-inputRow input[type="text"]:focus {
  border-bottom: 1px solid #096298;
}
.myInput-inputRow.myInput-md .myInput-labelTop {
  top: -18px;
  font-size: 12px;
  position: absolute;
}
.myInput-inputRow .myInput-label {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 14px;
  color: #94969f;
  pointer-events: none;
  font-weight: 400;
}
.myInput-inputRow input[type="email"]:focus + label,
.myInput-inputRow input[type="password"]:focus + label,
.myInput-inputRow input[type="text"]:focus + label {
  color: #096298;
}
.myInput-inputRow.myInput-md input[type="email"]:focus + label,
.myInput-inputRow.myInput-md input[type="number"]:focus + label,
.myInput-inputRow.myInput-md input[type="password"]:focus + label,
.myInput-inputRow.myInput-md input[type="tel"]:focus + label,
.myInput-inputRow.myInput-md input[type="text"]:focus + label {
  top: -18px;
}
.myInput-inputRow.myInput-md {
  margin: 30px 0 18px;
  position: relative;
}
.myInput-inputRow .myInput-labelTop {
  position: absolute;
  font-size: 12px;
  top: -20px;
  left: 0;
  pointer-events: none;
}
#MainContent_order .breadcrumb {
  display: none;
}
.order-details {
  padding-top: 30px;
}
.order-details h1 {
  font-size: 24px;
  color: #333;
}
.product-price-table a.button,
a.button {
  background: #fff;
  border: 2px solid #096298;
  color: #232323;
  font-weight: 700;
}
a.button {
  font-size: 13px;
  margin: 8px auto 15px;
  padding: 8px 15px;
  text-align: center;
  width: 200px;
  cursor: pointer;
  display: inline-block;
}
.product-price-table a.button {
  font-size: 12px;
  margin: 0 auto;
  padding: 4px 15px;
  width: auto;
}
.product-price-table.table > tbody > tr > td,
.product-price-table.table > thead > tr > th {
  font-size: 13px;
}
.product-price-table.table > tbody > tr > td {
  vertical-align: middle;
}
.order span {
  text-align: right;
  display: block;
}
.search .input-search {
  border: 1px solid;
  padding: 2px 9px;
  width: 215px;
}
.search .button-search {
  background: #096298;
  padding: 4px 7px;
  position: relative;
  left: -3px;
  color: #fff;
}
.search .button-search:hover {
  text-decoration: none;
}
.checkout_form select,
.ship-info select {
  background: #f7f8f9;
  border: 1px solid #e8e8e8;
  padding: 9px;
  height: 40px;
  width: 100%;
}
.checkbox label {
  margin-bottom: 7px;
}
.cart_heading th {
  padding: 10px;
  font-size: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.main_cart_left table td {
  padding: 6px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.cart_item_img > img {
  width: 70px;
}
@media (max-width: 767px) {
  .cart_heading th,
  .main_cart_left table td {
    padding: 10px 5px;
  }
  .cart_heading th {
    font-size: 11px;
  }
}
@media (min-width: 780px) {
  .orderInfo-order-details {
    margin-bottom: 0;
  }
}
.orderInfo-order-details {
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 14px;
}
.orderInfo-order-details .orderInfo-block {
  padding: 10px;
  border-bottom: 0.5px solid #eaeaec;
}
.orderInfo-order-details .orderInfo-block .orderInfo-label {
  vertical-align: top;
  color: #94969f;
}
.orderInfo-order-details .orderInfo-block .orderInfo-value {
  color: #282c3f;
}
.priceBreakUp-priceBreakup {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  color: #3e4152;
}
.priceBreakUp-priceBreakup .priceBreakUp-price {
  margin: 5px 5px 0 0;
  font-weight: 800;
  color: #3e4152;
  font-size: 14px;
}
.priceBreakUp-priceBreakup.in-detail .priceBreakUp-price {
  margin-top: 2px;
  display: block;
  padding-bottom: 2px;
}
.priceBreakUp-priceBreakup .priceBreakUp-details .priceBreakUp-component {
  border-top: 1px solid #d4d5d9;
  text-align: right;
  padding: 5px 0;
}
.priceBreakUp-priceBreakup
  .priceBreakUp-details
  .priceBreakUp-component
  .priceBreakUp-finalAmount {
  margin: 5px 0;
  border-top: 1px solid #d4d5d9;
  border-bottom: 1px solid #d4d5d9;
  font-weight: 800;
  text-align: right;
  color: #000;
}
.address-address {
  display: block;
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.address-address .address-shippingAddress {
  display: inline-block;
  width: 93%;
}
.address-address .address-shippingAddress .address-heading {
  padding: 0 0 10px;
  color: #94969f;
}
.orderInfo-order-details .orderInfo-block:last-child {
  border-top: 0.5px solid #eaeaec;
  border-bottom: 0;
}
.expand {
  cursor: pointer;
  color: #096298;
}
.in-detail .fa-plus-square-o:before {
  content: "\f147";
}
.priceBreakUp-component {
  display: none;
}
.in-detail .priceBreakUp-component {
  display: block;
}
.order-items {
  margin-top: 20px;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
  padding: 0 0 10px;
  color: #94969f;
}
.easy-checkout .product_form_total a.button {
  width: 100%;
  margin: 0;
  padding: 6px 0;
  position: relative;
  top: -1px;
  text-transform: uppercase;
}
.order-details-container {
  padding-top: 30px;
}
.myInput-inputRow select {
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.no-overflow,
.no-overflow body {
  overflow: hidden;
}
.close,
.mobile-sub-nav {
  display: none;
}
.sub-nav {
  display: block;
}
@media (max-width: 768px) {
  .nav_area,
  .navbar,
  .top-nav {
    background: 0 0;
  }
  .nav_area,
  .navbar-toggle {
    cursor: pointer;
  }
  .close,
  .nav_area {
    position: absolute;
  }
  .close,
  .menu,
  .mobile-sub-nav ul li a {
    color: #fff;
    display: block;
  }
  .sub-nav {
    display: none;
  }
  .mobile-sub-nav {
    display: block;
    border-top: 1px solid #fff;
    padding-top: 7px;
  }
  .mobile-sub-nav ul li a {
    padding: 6px 0;
    font-size: 13px;
  }
  .mega-dropdown-menu ul li:last-child {
    margin-bottom: 15px;
  }
  .nav_area {
    top: 50px;
    left: 0;
    z-index: 99;
  }
  .navbar-default .navbar-toggle {
    border: none;
    margin-top: 5px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #096298;
  }
  .navbar-nav {
    margin: 0;
    padding: 38px 0 0;
  }
  .close {
    opacity: 1;
    text-shadow: none;
    font-size: 17px;
    right: 11px;
    top: 13px;
  }
  .menu.expand {
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  .menu {
    border-color: #e7e7e7;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-width: 80%;
    padding: 0;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #096298;
    z-index: 10001;
  }
  .promotion_area,
  .slider,
  nav li.nav_right.for-desktop {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #096298;
    padding-left: 27px;
    margin-top: -8px;
    padding-right: 15px;
  }
  .easy-checkout select {
    margin: 10px 0;
  }
  .easy-checkout .product_form_total a.button {
    margin-top: 10px;
  }
  .cart-mobile a span {
    position: absolute;
    top: -14px;
    right: -19px;
    background: #212121;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 800px;
    color: #fff;
    line-height: 25px;
  }
}
.overlay {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.3);
  top: 0;
  display: none;
}
.fa-caret-down {
  transition: transform 0.2s linear;
  transform: rotate(0);
}
.open .fa-caret-down {
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}
.header_right a {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.header_right a:hover {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-decoration:none;
}
.header_right a i {
  margin-right: 1px;
}
.tab-p-details p {
  text-align: justify;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .product-title {
    font-size: 18px;
    margin-top: 20px;
    color: #096298;
  }
}
.tag-offfer {
  color: #096298;
  font-size: 15px;
}
.product-box .owl-carousel {
  margin-top: 30px;
}
.tab-pane p strong {
  color: #333;
}
@media (min-width: 768px) {
  .main_cart_left .cart_item_img {
    position: relative;
  }
  .main_cart_left .cart_item_img > a {
    position: absolute;
    left: 94px;
    top: 15px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
  }
  .main_cart_left .cart_item_img > p {
    position: absolute;
    top: 35px;
    left: 94px;
  }
}
.cart_quantity ul li:nth-child(2) {
  position: relative;
  top: -3px;
  margin: 0 5px;
}
.cart_quantity ul li:nth-child(2) span {
  position: relative;
  top: 3px;
  right: 4px;
}
.ship-info {
  width: 50%;
}
.shipping-information .radio {
  margin-bottom: 0;
}
.footer-deals img {
  margin: 0 auto;
}
.content-wraper-inner {
  padding: 30px 0;
}
@media (width: 1024px) {
  .header_right a {
    font-size: 12px;
    color: #333;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .read_more {
    margin-bottom: 10px;
    margin-top: 30px;
    position: relative;
    bottom: 0;
  }
}
.product-details table {
  margin-bottom: 0;
}
.list-star {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.list-star li {
  display: inline;
}
.list-star li a {
  color: #096298;
  padding: 1px 2px;
}
.review_single ul.list-star {
  position: absolute;
  right: 0;
  top: -45px;
}
@media (max-width: 767px) {
  .review_single ul.list-star {
    position: relative;
    right: 15px;
    margin-bottom: 8px;
    float: left;
    top: 0;
  }
}
h1 {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  color: #096298;
}
.featured_product_box strong,
.fresh_blog strong,
.textimonial_box strong,
.trending_box strong {
  color: #232323;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.carousel-inner strong {
  font-size: 22px;
  display: block;
}
.client_box_text > strong {
  color: #232323;
  font-size: 16px;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.checkout_left > strong.order-section,
.checkout_right > strong,
.contact_box_left strong,
strong.product {
  font-weight: 700;
  text-transform: uppercase;
}
.detail_heading_left strong.product-name {
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.contact_box_left strong {
  color: #212121;
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}
.mapTree strong {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 15px;
  color: #096298;
  display: block;
}
.login-header {
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}
strong.product {
  color: #232323;
  font-size: 18px;
  position: relative;
  top: 53px;
  display: block;
}
.checkout_right > strong {
  background: #096298;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 15px 20px;
  display: block;
}
.checkout_left > strong.order-section {
  color: #212121;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: left;
}
strong.profile-title {
  font-size: 20px;
  display: block;
}
.blog-sidebar strong {
  display: block;
  color: #111;
  font-size: 15px;
  margin-bottom: 12px;
}
.blue {
  color: #337ab7;
}
.red {
  color: red;
}
.section-disclaimer {
  background: #f4f5f7;
  padding: 30px 0;
}
.content-disclaimer {
  padding: 0;
}
.content-disclaimer p {
  text-align: justify;
}
.section-testimonial {
  padding-bottom: 90px;
}
.section-testimonial .carousel-inner {
  height: 176px;
}
.payment-methods {
  list-style: none;
}
.payment-methods li {
  float: left;
  width: 20%;
}
.payment-methods li img {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .payment-methods li {
    float: left;
    width: 32%;
  }
  .payment-methods li img {
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .main .call_to_action_area,
  .order-details-container {
    padding-top: 0;
  }
  .account-container .nav.tabs {
    min-height: auto;
  }
  .product-price-table-mobile.table.table.visible-xs
    > thead
    > tr
    > th:nth-child(1) {
    width: 55%;
  }
  #MainContent_txtCVV::-webkit-input-placeholder {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .payment-methods li {
    float: left;
    width: 32%;
  }
  .payment-methods li img {
    padding: 0 8px;
    margin-bottom: 20px;
  }
}
.product-title {
  color: #096298;
}
.mobile-sub-nav ul {
  list-style: none;
  padding-left: 6px;
  margin-top: 10px;
}
#MainContent_recentBlogs .recent_post_text {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  width: 100%;
}
.div-myaccount strong {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
.item .client_box p {
  text-align: left;
}
.pregnancy-cal-date {
  text-align: center;
}
.pregnancy-cal-date strong {
  font-style: italic;
  color: #096298;
}
.recent_post_text a,
.recent_post_text a strong {
  color: #333;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.product-intro p {
  text-align: justify;
}
.recent_post_text a:hover,
.recent_post_text a:hover strong {
  color: #096298;
}
@media (max-width: 767px) {
  .blog_slider_area strong {
    font-size: 24px;
    display: block;
    text-align: center;
    color: #fff;
  }
  .section-testimonial .carousel-inner {
    height: auto;
  }
}
.product-info-tab > strong,
.product-review-tab .review_heading_left > strong {
  font-size: 18px;
}
@media (max-width: 580px) {
  .blog_slider_area strong {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #fff;
  }
}
.product-tab .panel-body.product_ac_body {
  padding: 0;
}
.product-tab .product-title {
  margin-top: 0;
  font-size: 18px;
}
.product-info-tab > strong + .multi_line {
  margin-bottom: 0;
}
.product-review-tab .multi_line,
.product-review-tab .single_review_text {
  margin-bottom: 20px;
}
.Review_input .button {
  margin: 8px auto 42px;
}
.div-register strong {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
.product-price-table a:hover {
  background: #096298;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .wid_social,
  .widget_nav {
    text-align: center;
  }
  .single_widget .wid_line::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .single_widget ul.widget_nav {
    margin-bottom: 20px;
  }
  .client_box_text p {
    text-align: left;
  }
}
.theme-color {
  color: #096298;
}
.detailed-content {
  display: none;
}
#MainContent_welcome.detailed .detailed-content {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .main_cat_item .tr-add-cart > ul {
    margin: 158px 0 0 12px;
  }
  .carousel-control.left {
    left: 46%;
  }
  .carousel-control.right {
    right: 46%;
  }
  .trending_box .nav.nav-tabs {
    width: 37%;
  }
  .fresh_blog_text {
    margin-right: 10px;
  }
  ul.wid_social li a {
    height: 36px;
    padding: 13px 5px 5px 15px;
    width: 36px;
  }
  ul.wid_social li {
    margin-right: 4px;
  }
  .client_box {
    width: 27%;
  }
  .size_up img {
    margin-left: -1px;
    margin-top: 1px;
  }
  .size_cart {
    padding: 5px 10px;
  }
  .blog_search i {
    margin-left: -25px;
  }
  .blog_search input[type="text"] {
    width: 248px;
  }
  .recent_post_img {
    width: 45%;
  }
  .recent_post_text {
    margin-right: 7px;
  }
  #instrigram li {
    margin-bottom: 13px;
    margin-left: 12px;
  }
  .comment_text {
    width: 80%;
  }
  .nav_left i {
    margin-left: 45px;
  }
  .nav_right a {
    padding-left: 19px;
  }
  .c_main_item p,
  .c_payment p,
  .c_single_item p,
  .c_total_item p {
    font-size: 10px;
  }
  .filter_box_right .dropdown-menu {
    left: 64%;
  }
  .panel-body.colors_cat ul#cat_color li {
    margin-right: 2px;
  }
  .panel-body.colors_cat ul#cat_color li a {
    height: 34px;
    width: 34px;
  }
  .cat_filter_box p label {
    padding: 4px 12px;
  }
  .panel-body ul#cat_size {
    margin: -13px 17px 0;
  }
  #headingOne .panel-title {
    font-size: 11px;
  }
  #headingTwo .panel-title a {
    font-size: 13px;
  }
  #home-accordion .panel-body > input[type="submit"] {
    width: 67%;
  }
  .cat_mega_menu {
    width: 940px;
  }
  .cat_left {
    margin-right: 56px;
  }
  .cat_middle {
    margin-right: 54px;
  }
  .ex_left_text {
    left: 163px;
    top: 122px;
  }
  .ex_left_text > h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  .ex_left_text p {
    font-size: 12px;
  }
  .ex_left_text.ex_left_right {
    left: 339px;
  }
  .ex_left_right h6 {
    font-size: 13px;
  }
  .ex_left_text > h2 {
    font-size: 27px;
  }
  .fa.fa-shopping-cart.tr_cart {
    left: -10px;
  }
  .fa.fa-search.tr_search {
    right: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main {
    padding: 20px 0;
  }
  .review_comments {
    margin-bottom: 30px;
    width: 100%;
  }
  .Review_input {
    width: 98%;
  }
  .bootstrap-select > .btn {
    width: 90%;
  }
  .trending_box .nav.nav-tabs {
    width: 50%;
  }
  .carousel-control.left {
    left: 45%;
    top: -21%;
  }
  .carousel-control.right {
    right: 45%;
    top: -21%;
  }
  .fresh_blog_text span {
    font-size: 26px;
  }
  .fresh_blog_text h2 {
    font-size: 30px;
  }
  .months p {
    font-size: 11px;
  }
  .fresh_blog_bottom_text h4 {
    font-size: 10px;
  }
  .fresh_blog_text {
    margin-right: 10px;
    width: 51%;
  }
  .fresh_blog_bottom_text > p {
    font-size: 11px;
  }
  .fresh_blog_img {
    width: 46%;
  }
  #testi_carosel .item > p {
    font-size: 16px;
    width: 85%;
  }
  .client_box {
    width: 35%;
  }
  .branding_box_heading > h2 {
    width: 14%;
  }
  .dotted_line {
    width: 79%;
  }
  .footer_top_left > a {
    font-size: 12px;
    margin-right: 7px;
  }
  .footer_top_left > input[type="text"] {
    width: 34%;
  }
  .footer_top_left > input[type="submit"] {
    font-size: 12px;
  }
  ul.wid_social li {
    margin-right: 5px;
  }
  ul.wid_social li a {
    height: 22px;
    padding: 5px 5px 11px;
    width: 22px;
  }
  #branding_caro .owl-item img {
    display: block;
    margin: 0 auto;
  }
  .trending_box .owl-carousel::after,
  .trending_box .owl-carousel::before {
    background: rgba(0, 0, 0, 0);
  }
  #owl-example.owl-carousel .owl-wrapper-outer {
    left: 0;
    width: 100%;
  }
  #owl-example-four.owl-carousel .owl-next,
  #owl-example-three.owl-carousel .owl-next,
  #owl-example-two.owl-carousel .owl-next,
  #owl-example.owl-carousel .owl-next {
    position: absolute;
    right: 19px;
  }
  .nav_left a {
    font-size: 14px;
  }
  .nav_left i {
    margin-left: 12px;
  }
  .cat_mega_menu {
    width: 719px;
  }
  .cat_left {
    margin-right: 25px;
    width: 18%;
  }
  .cat_middle {
    margin-right: 13px;
    width: 18%;
  }
  .cat_middle_right {
    margin-right: 10px;
    width: 15%;
  }
  .cat_img {
    margin-right: 0;
    width: 41%;
  }
  .nav_right a {
    font-size: 12px;
    padding-left: 9px;
  }
  .mainmenu ul#nav li {
    padding: 0 18px;
  }
  .mainmenu ul#nav li ul#sub-menu {
    width: 260px;
  }
  .promo_text {
    left: 21px;
    top: 31px;
  }
  .promo_text > h5,
  .promo_text_bottom > h5 {
    font-size: 18px;
  }
  .promo_text_bottom {
    right: 19px;
  }
  .promo_text_bottom.promo_text_b {
    right: 18px;
    top: 33px;
  }
  .promo_text.promo_text_t {
    top: 54px;
  }
  .blog_page_sidebar {
    margin-left: 5px;
  }
  .blog_search input[type="text"] {
    width: 210px;
  }
  .log_li_img {
    margin-top: -6px;
  }
  .recent_post_text {
    margin-right: 5px;
  }
  .recent_post_text h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .recent_post_text > p {
    font-size: 11px;
  }
  .recent_post_img {
    width: 45%;
  }
  #instrigram li {
    width: 26.8%;
  }
  .comment_text {
    padding: 27px 11px 12px 20px;
    width: 80%;
  }
  ul#single_blog_nav {
    margin-left: 50px;
  }
  .c_main_item p,
  .c_payment p,
  .c_single_item p,
  .c_total_item p {
    font-size: 10px;
  }
  .product_form_total {
    padding: 12px;
  }
  #home-accordion .panel-title {
    font-size: 12px;
  }
  .cart_item_img p {
    font-size: 10px;
  }
  .single_p_image > img {
    margin-left: 0;
    width: 62%;
  }
  .detail_heading_left h3 {
    font-size: 18px;
  }
  .panel-body.product_ac_body ul {
    margin: 0 0 0 35px;
  }
  .color_size_detail ul li a {
    height: 28px;
    width: 34px;
  }
  .color_size_detail ul li {
    margin-right: 3px;
  }
  .size_num {
    height: 27px;
  }
  .size_up {
    overflow: hidden;
  }
  .size_cart {
    padding: 3px;
    width: 34%;
  }
  .size_cart a {
    font-size: 10px;
  }
  .size_heart {
    padding: 2px;
  }
  .cat_filter_box p label {
    padding: 4px 13px;
  }
  .panel-body.colors_cat ul#cat_color li {
    margin-right: 2px;
  }
  .panel-body ul#cat_size {
    margin: -13px 15px 0;
  }
  .ex_left_text > h2,
  .ex_left_text > h5 {
    margin-bottom: 10px;
  }
  .panel-body ul#cat_size li {
    margin-right: 13px;
  }
  .tr-add-cart ul li a {
    font-size: 13px;
  }
  .filter_box_right .dropdown-menu {
    left: 30%;
  }
  .ex_left_text {
    margin-left: -38px;
    margin-top: 126px;
    padding-bottom: 41px;
  }
  .ex_left_text > h5 {
    font-size: 14px;
  }
  .ex_left_text > p {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .ex_left_text.ex_left_right {
    margin-left: 165px;
    margin-top: 111px;
    padding-bottom: 74px;
  }
  .ex_left_right h6 {
    font-size: 12px;
  }
  .ex_left_text > h2 {
    font-size: 20px;
  }
  .ex_left_text.ex_left_right > p {
    font-size: 11px;
  }
  .t_to_b_del > del,
  .t_to_b_dollr span,
  .t_to_b_text p {
    font-size: 10px;
  }
  .t_to_b_img {
    margin-right: 9px;
    width: 35%;
  }
  .t_to_b_text {
    width: 53%;
  }
  .t_to_b_dollr {
    width: 52%;
  }
  .t_to_b_del {
    width: 48%;
  }
  .ex_left {
    height: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .account-container .nav > li,
  .ofm li {
    float: left;
  }
  #cssmenu,
  .mobi-menu {
    max-width: 300px;
    width: 100%;
  }
  .single_review_text {
    width: 100%;
  }
  .account-container .nav.tabs {
    min-height: auto;
  }
  .account-container .tab-content {
    border-left: 0 solid #ccc;
    padding-left: 0;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .view-details {
    padding-right: 0;
  }
  .view-details a {
    text-decoration: none;
    color: #333;
    padding: 3px 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 11px;
  }
  .for-desktop,
  .nav_center,
  .nav_left,
  .nav_right {
    display: none;
  }
  .account-container .nav-sidebar ul li.active a {
    color: #096298;
    border-left: 0;
    border-bottom: 3px solid #096298;
  }
  .ship-info {
    width: 100%;
    margin-left: 0;
  }
  .checkout_form .checkbox {
    margin-bottom: 0;
  }
  .cart_heading .h_item4 {
    width: 22%;
  }
  .cart_heading .h_item3 {
    width: 21%;
  }
  .delete-item a {
    color: #096298;
    font-size: 13px;
  }
  .cart_quantity ul li:nth-child(2) span {
    position: relative;
    top: 0;
    right: 1px;
  }
  .review_comments {
    margin-bottom: 30px;
    width: 100%;
  }
  .Review_input {
    width: 98%;
  }
  .review_heading_left {
    width: 72%;
  }
  .review_heading_left h2 {
    font-size: 15px;
  }
  .review_heading_right {
    width: 28%;
  }
  .review_comment_input input[type="submit"] {
    width: 45%;
    margin: 0 0 30px;
  }
  .product_detail_heading {
    text-align: center;
  }
  .ofm {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100000000;
  }
  .m_nav {
    cursor: pointer;
  }
  .ofm li {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    padding: 13px 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
  }
  .header_left,
  .header_right {
    float: none;
    text-align: center;
  }
  .ofm li i {
    font-size: 17px;
  }
  .mobi-menu {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99999;
  }
  #cssmenu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
  }
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: block;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: 0 0 0 #fff;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
  }
  #cssmenu ul ul li a {
    padding: 15px 20px !important;
  }
  .only-for-mobile {
    display: block !important;
    margin-top: 0;
    position: relative;
  }
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    content: "";
    position: absolute;
    right: 22px;
  }
  .header_left {
    margin: 17px auto 0;
  }
  .header_left a {
    left: 53px;
  }
  .header_left input[type="text"] {
    background: #f9f9f9;
    margin-left: 13px;
    padding-left: 10px;
    padding-top: 3px;
  }
  .header_center {
    margin: 0;
  }
  .header_center img {
    width: 178px;
    position: relative;
    top: -3px;
  }
  .header_right {
    display: block;
    margin: 10px auto 0 0;
    padding-bottom: 22px;
  }
  .mobi_right_li {
    float: right !important;
  }
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    background: #ff7575;
  }
  .blog_date_in_page {
    margin-right: 13px;
  }
  .blog_date_in_page h2 {
    font-size: 30px;
  }
  .blog_date_in_page p {
    font-size: 10px;
  }
  .pagi_ul ul li a {
    font-size: 12px;
    padding: 0 7px;
  }
  .blog_search input[type="text"] {
    width: 262px;
  }
  .blog_page_sidebar {
    margin-left: 10px;
  }
  .recent_post_text {
    margin-right: 6px;
  }
  #instrigram li {
    width: 27.8%;
  }
  .footer_top_right ul#payment {
    text-align: center;
  }
  .footer_top_right ul#payment li {
    margin-left: 4px;
  }
  .footer_top_left > input[type="text"] {
    margin-bottom: 15px;
    margin-top: 10px;
    width: 67%;
  }
  #payment img {
    width: 17%;
  }
  .single_widget ul.widget_nav {
    margin-bottom: 40px;
  }
  .single_widget {
    text-align: center;
  }
  ul.wid_social li a {
    padding: 13px 5px 5px 4px;
  }
  ul#single_blog_nav {
    margin-left: 14px;
  }
  .comment_name {
    width: 77%;
  }
  .reply {
    width: 22%;
  }
  .comment_name h3 {
    font-size: 12px;
  }
  .comment_text {
    padding: 28px 13px 13px;
    width: 77%;
  }
  .single_comment.even {
    margin-left: 0;
  }
  .left_input,
  .right_input {
    float: none;
    width: 97%;
  }
  .blog_page_area {
    padding-bottom: 90px;
    padding-top: 15px;
  }
  .coupon_box {
    text-align: center;
  }
  .coupon_box input[type="text"] {
    margin-right: 0;
    padding: 7px 13px;
  }
  .bread_box ul.breadcumb li a {
    padding: 0 6px;
  }
  .checkout_right {
    margin-top: 25px;
  }
  .input_left,
  .input_right {
    float: none;
    width: 94%;
  }
  .submit_btn input[type="submit"] {
    margin-left: -12px;
  }
  .submit_btn {
    margin-left: 14px;
  }
  .panel-body ul#cat_size li a {
    height: 28px;
    width: 37px;
  }
  .panel-body > ul#cat_size li {
    margin-right: 6px;
  }
  .filter_box_left p {
    margin-bottom: 15px;
    margin-right: 10px;
  }
  .filter_cont {
    margin-bottom: 27px;
    margin-right: 4px;
  }
  .filter_box_right a,
  .s_results p {
    margin-bottom: 31px;
  }
  .s_results span {
    margin-right: 20px;
  }
  .filter_box_right .dropdown-menu {
    left: 45%;
  }
  .single_call_action {
    margin-bottom: 28px;
    text-align: center;
    width: 100%;
  }
  .single_call_action > img {
    float: none;
    margin-right: 0;
  }
  .promo_text {
    left: 12px;
    top: 23px;
  }
  .promo_text_bottom {
    right: 21px;
    top: 29px;
  }
  .promo_text.promo_text_t {
    top: 25px;
  }
  .promo_text_bottom.promo_text_b {
    right: 17px;
    top: 18px;
  }
  .promo_text h5,
  .promo_text_bottom h5 {
    font-size: 13px;
  }
  .nav > li > a,
  .promo_text a,
  .promo_text_bottom a {
    font-size: 10px;
  }
  .promotion_bottom_t {
    margin-top: 18px;
  }
  .nav > li > a {
    padding: 10px 3px;
  }
  .trending_box .nav.nav-tabs {
    width: 98%;
  }
  .nav.nav-tabs span {
    padding-left: 12px;
  }
  .trending_box .owl-carousel::after,
  .trending_box .owl-carousel::before {
    background: 0 0;
    z-index: -1;
  }
  #owl-example-four.owl-carousel .item,
  #owl-example-three.owl-carousel .item,
  #owl-example-two.owl-carousel .item,
  #owl-example.owl-carousel .item {
    margin: 0 auto;
  }
  .month_right {
    padding-bottom: 15px;
  }
  #blog-caro .carousel-control.left {
    left: 40%;
    top: -11%;
  }
  #blog-caro .carousel-control.right {
    right: 40%;
    top: -11%;
  }
  .fresh_blog_text {
    width: 47%;
    margin-bottom: 60px;
  }
  .fresh_blog_text h2 {
    font-size: 30px;
  }
  .fresh_blog_text span {
    font-size: 26px;
  }
  .months p {
    font-size: 11px;
  }
  .month_right > span {
    font-size: 10px;
  }
  .fresh_blog_bottom_text h4 {
    font-size: 11px;
    margin-top: 15px;
  }
  .fresh_blog_bottom_text > p {
    font-size: 11px;
  }
  .trending_area {
    padding: 25px 0;
  }
  .fresh_blog_area {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  #testi_carosel .item p {
    font-size: 15px;
    width: 89%;
    text-align: justify;
  }
  .client_box {
    width: 62%;
  }
  .client_box > img {
    float: left;
    margin-right: 15px;
    width: 20%;
  }
  .client_box_text {
    float: left;
    text-align: left;
    width: 72%;
  }
  .dotted_line {
    width: 46%;
  }
  .branding_box_heading h2 {
    width: 34%;
  }
  #branding_caro.owl-carousel .owl-next {
    right: -38%;
  }
  #branding_caro.owl-carousel .owl-prev {
    left: 44%;
  }
  .single_p_image {
    margin-bottom: 0;
  }
  .single_p_image > img {
    margin-left: 0;
    width: 65%;
  }
  .detail_heading_left h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
  }
  .detail_heading_left {
    width: 100%;
    margin: 25px 0 10px;
  }
  .detail_heading_right {
    width: 36%;
  }
  .panel-body.product_ac_body ul {
    margin: 0 0 0 32px;
  }
  .color_size_detail ul li a {
    height: 24px;
    padding-top: 4px;
    width: 26px;
  }
  .color_size_detail ul li {
    margin-right: 1px;
  }
  .size_up {
    overflow: hidden;
    width: 50%;
  }
  .size_num {
    height: 25px;
    width: 50%;
  }
  .t_to_b_img {
    width: 32%;
  }
  .single_t_to_b {
    margin-bottom: 40px;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
    right: -23px;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
    right: -14px;
  }
  .size_cart {
    margin-right: 3%;
    padding: 3px 0;
    width: 32%;
  }
  .size_cart a {
    font-size: 8px;
  }
  .header_top_left > p {
    font-size: 11px;
  }
  .size_heart {
    margin-right: 3%;
    padding: 3px;
    width: 14%;
  }
  .tab-product {
    float: none;
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
    border-bottom: 0 solid;
  }
  ul.nav.nav-tabs.tab-product li {
    margin-right: 4px;
    width: auto;
  }
  ul.nav.nav-tabs.tab-product li a {
    font-size: 10px;
    padding: 18px;
  }
  ul.nav.nav-tabs.tab-product li.active {
    border-top: 3px solid #ff6766;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 0 solid #ececec;
  }
  .tab-p-details {
    float: none;
    padding: 5px;
    width: 99%;
  }
  .wid_line::after {
    left: 117px;
  }
  #owl-example-single .owl-next {
    left: 78%;
  }
  #owl-example-single .owl-prev {
    left: 72%;
  }
  .exclusive_area {
    background: rgba(0, 0, 0, 0);
  }
  .ex_left {
    height: auto;
    position: relative;
  }
  .ex_left::after,
  .ex_right::after {
    content: "";
    height: 210px;
    left: -14px;
    top: -75px;
    z-index: -1;
  }
  .ex_left::after {
    background: url(../images/x-man.jpg) 0 0 / cover rgba(0, 0, 0, 0);
    position: absolute;
    width: 110%;
  }
  .ex_left_text {
    margin-left: -47px;
    margin-top: 74px;
    text-align: center;
    width: 100%;
  }
  .ex_left_text > h2 {
    font-size: 19px;
  }
  .ex_left_text > h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ex_left_text > p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .ex_left_text > a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .ex_right {
    width: 100%;
    position: relative;
  }
  .ex_right::after {
    background: url(../images/x-man2.jpg) 0 0 / cover rgba(0, 0, 0, 0);
    position: absolute;
    width: 110%;
  }
  .ex_left_text.ex_left_right {
    margin-left: 64px;
    margin-top: 97px;
    padding-bottom: 20px;
  }
  .ex_left_right h6 {
    font-size: 10px;
  }
  .ex_left_text.ex_left_right > p {
    margin: 0 auto 20px;
    width: 65%;
    font-size: 9px;
  }
  .item:hover .tr-add-cart {
    opacity: 1;
    text-align: center;
    transition: all 0.25s ease 0s;
  }
  .cart_item_img img {
    float: none;
  }
  .cart_item_img p {
    font-size: 10px;
  }
  .h_item1 p,
  .h_item2 p,
  .h_item3 p,
  .h_item4 p {
    font-size: 11px;
  }
  .cart_quantity ul li {
    margin-right: 0;
  }
  .cart_quantity ul li a {
    font-size: 10px;
    height: 16px;
    padding-top: 0;
    width: 16px;
  }
  .cart_heading {
    padding: 15px 5px;
  }
  #owl-example.owl-carousel .owl-wrapper-outer {
    left: 0;
    width: 100%;
  }
  .panel-body.colors_cat ul#cat_color li a {
    height: 25px;
    width: 25px;
  }
  .owl-carousel .item {
    margin: 0 auto;
  }
  .product-price-table-mobile a.button {
    width: auto;
    margin: 0;
    font-size: 13px;
    padding: 4px 9px;
  }
  .product-title {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    color: #096298;
  }
  .table.visible-xs > thead > tr > th {
    width: 33%;
  }
  .table.visible-xs > tbody > tr > td {
    vertical-align: middle;
  }
  .blog_slider_area {
    background: #096298;
    padding: 18px 0;
    z-index: unset;
  }
  .blog_slider_box h2 {
    margin-bottom: 0;
    font-size: 21px;
  }
  .gray_tshirt_area {
    padding-top: 15px;
  }
  .gray_tshirt,
  .panel-body.product_ac_body {
    padding-bottom: 0;
  }
  .product_page_tab {
    padding: 15px 0;
  }
  .header_right a {
    font-size: 14px;
  }
}
@media only screen and (width: 768px) {
  .cart-mobile,
  .navbar-toggle {
    display: block;
  }
  .cart-mobile,
  .dropdown-menu {
    position: relative;
  }
  .ship-info {
    margin-left: 0;
  }
  .product-price-table.table > tbody > tr > td,
  .product-price-table.table > thead > tr > th {
    font-size: 12px;
  }
  .panel-body {
    padding: 0;
  }
  a.button {
    width: auto;
  }
  .header_right a {
    font-size: 13px;
    white-space: nowrap;
  }
  .navbar-nav > li {
    float: none;
  }
  .dropdown-menu li,
  .navbar-nav {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    border: none;
    margin-top: 18px;
  }
  .cart-mobile {
    float: right;
    right: 25px;
    top: 21px;
  }
  .menu.expand {
    height: 100vh !important;
  }
  .cart_item.div-payment-method .cart_price {
    width: 38%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .main {
    padding: 20px 0;
  }
  .ship-info {
    margin-left: 0;
  }
  .cart_item.div-payment-method .cart_item_img {
    width: 21%;
  }
  .cart_item.div-payment-method .cart_price {
    width: 34%;
    float: left;
  }
  .cart_item.div-payment-method .cart_save {
    width: 40%;
    float: left;
    text-align: right;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 20px 14px;
    font-size: 13px;
  }
  a.button {
    width: auto;
  }
}
@media (width: 768px) {
  .header_right {
    margin: 24px 0 14px;
    position: relative;
  }
  .main .call_to_action_area {
    padding-top: 8px;
  }
  .easy-checkout {
    margin-bottom: 0;
  }
  .call_to_action_area {
    padding-top: 0;
  }
  .trending_area {
    padding: 26px 0;
  }
}
@media (max-width: 768px) {
  .main_cart_area {
    padding: 22px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  a.button {
    width: auto;
  }
  .review_comment_input input[type="submit"] {
    width: 33%;
  }
  .review_comments {
    margin-bottom: 30px;
    width: 100%;
  }
  .Review_input {
    width: 98%;
  }
  .review_heading_left h2 span {
    font-size: 15px;
    margin-right: 0;
  }
  .review_heading_left h2 {
    font-size: 16px;
  }
  .header_left a {
    left: 125px;
  }
  .promo_text h5,
  .promo_text_bottom h5 {
    font-size: 22px;
  }
  .promo_text a,
  .promo_text_bottom a {
    font-size: 13px;
  }
  .nav > li > a {
    font-size: 11px;
    padding: 10px 5px;
  }
  .trending_box .nav.nav-tabs {
    width: 75%;
  }
  .dotted_line {
    width: 55%;
  }
  .branding_box_heading h2 {
    width: 26%;
  }
  .footer_top_left input[type="text"] {
    width: 40%;
  }
  .footer_top_left a {
    margin-right: 4px;
  }
  .footer_top_left {
    margin-bottom: 20px;
  }
  .footer_top_right ul#payment li {
    margin-left: 14px;
  }
  .wid_line::after {
    left: 194px;
  }
  .single_p_image > img {
    margin-left: 170px;
  }
  .size_num {
    height: 31px;
  }
  ul.nav.nav-tabs.tab-product li a {
    font-size: 12px;
    padding: 5px 17px;
  }
  #owl-example-single .owl-next {
    left: 86%;
  }
  #owl-example-single .owl-prev {
    left: 82%;
  }
  .blog_date_in_page h2 {
    font-size: 34px;
  }
  .blog_date_in_page p {
    font-size: 12px;
  }
  .blog_date_in_page {
    margin-right: 30px;
  }
  .blog_search input[type="text"] {
    width: 393px;
  }
  .recent_post_img {
    width: 25%;
  }
  #instrigram li {
    margin-bottom: 0;
    margin-left: 8px;
    width: 13.8%;
  }
  .cart_item_img > img {
    float: none;
  }
  .filter_box_right .dropdown-menu {
    left: 64%;
  }
  .panel-body.colors_cat ul#cat_color li {
    margin-right: 3px;
  }
  .client_box > img {
    float: left;
    margin-right: 15px;
    width: 15%;
  }
  .client_box {
    width: 61%;
  }
  .ex_left_text.ex_left_right {
    padding-bottom: 25px;
  }
  .ex_left_text {
    left: 84px;
  }
  #blog-caro .carousel-control.right {
    right: 42%;
  }
  #blog-caro .carousel-control.left {
    left: 42%;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
    right: -79px;
  }
  .single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
    right: -64px;
  }
  .ex_left_text > p {
    font-size: 10px;
    width: 36%;
  }
  .ex_left_text.ex_left_right > p {
    margin: 0 auto 16px;
    width: 48%;
  }
  .blog_img_l {
    margin-bottom: -91px;
  }
  #payment img {
    width: 16%;
  }
  .view_post {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .trending_box {
    width: 100%;
    margin: 0 auto;
  }
}
.right .fa-angle-right::before {
  content: "\f105";
}

