/* style.css   */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,900,400italic,700italic");

a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none !important;
}

img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block !important;
}

li {
  list-style: none;
}

a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #757575;
}

.font-montserrat {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.blog_section {
  background: #fff;
  border: 1px solid #ececec;
  padding: 5px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-r-40 {
  margin-right: 40px;
}

.margin-l-40 {
  margin-left: 40px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-r-80 {
  margin-right: 80px;
}

.margin-l-80 {
  margin-left: 80px;
}

.margin-t-80 {
  margin-top: 80px;
}

.margin-b-80 {
  margin-bottom: 80px;
}

.padding-r-20 {
  padding-right: 20px !important;
}

.padding-r-80 {
  padding-right: 80px !important;
}

.padding-l-20 {
  padding-left: 20px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-t {
  margin-top: 0 !important;
}

.no-padding-t {
  padding-top: 0 !important;
}

.padding-l-60 {
  padding-left: 60px;
}

.tittle {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.tittle h3 {
  margin: 0;
  line-height: 37px;
  text-transform: none;
  color: #343434;
  font-size: 26px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
}

.tittle p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
}

.about_block {
  box-sizing: initial;
}

.contact_block {
  box-sizing: initial;
}

.top-bar {
  background: #333;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.top-bar ul li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar ul li a {
  color: #e2e2e2;
  display: inline-block;
  padding: 0 10px 0 10px;
  line-height: 45px;
}

.top-bar ul li a:hover {
  color: #888;
}

.top-bar .left-bar-side {
  float: left;
  margin-bottom: 0;
}

.fa_icon_bolg {
  background: #bf1818 none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  height: 90px;
  line-height: 50px;
  padding: 5px 24px;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  margin-bottom: 15px;
}

.required {
  color: red;
}

.top-bar .right-bar-side {
  float: right;
}

.top-bar i {
  margin: 0 4px;
}

.top-bar .left-bar-side li {
  border: none;
  margin-right: 0;
}

.top-bar .left-bar-side li:nth-last-child(1) span {
  display: none;
}

.top-bar .left-bar-side p {
  font-weight: 400;
  color: #e2e2e2;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  line-height: 45px;
  font-size: 14px;
}

.top-bar .left-bar-side span {
  color: #e2e2e2;
  margin: 0 10px;
}

header {
  background: #343434 none repeat scroll 0 0;
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 999;
  line-height: 0;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
}

header:before {
  content: "";
  position: absolute;
  width: 38%;
  height: 100%;
  z-index: -1;
}

header .logo {
  float: left;
  margin: 8px 0;
}

header nav {
  display: inline-block;
  width: auto;
  float: right;
  position: relative;
  z-index: 999;
}

.sticky-wrapper {
  height: auto !important;
}

.nav-post .boder-da-r {
  border-right: 1px solid #e9e9e9;
}

.nav-post li {
  padding: 10px 0 !important;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  width: 100%;
}

.nav-post .img-nav {
  height: 75px;
  width: 75px;
  float: left;
}

.nav-post .nav-text {
  float: right;
  width: 73%;
}

.absu {
  position: absolute;
  right: -41px;
  width: 100%;
  top: -8px;
  z-index: -1;
}

.nav-post .nav-text a {
  background: none;
  font-size: 14px !important;
  color: #343434 !important;
  line-height: 20px;
  font-weight: 500;
}

.nav-post .nav-text span {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.nav-post .nav-big a {
  background: none;
  font-size: 15px !important;
  color: #343434 !important;
  line-height: 20px;
  padding: 0 !important;
}

.nav-post .nav-big img {
  margin: 20px 0;
}

.nav-post li a {
  padding: 0;
  margin: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.white_for_login {
  background: #b7b5b5;
  margin-top: -5px;
  overflow: hidden;
}

#cart_box,
.box_style_2 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ededed;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 25px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
}

#cart_box,
.box_style_2:last-child {
  margin-bottom: 0px;
}

.pull-right {
  float: right;
}

.rstl_list_btn a {
  background: #343434;
  border: 2px solid #343434;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  padding: 8px 15px;
  font-weight: 600;
}

.rstl_list_btn a:hover {
  background: 0 0;
  border: 2px solid #343434;
  color: #fff;
}

.rstl_img {
  float: left;
  margin: 5px 10px 5px 0px;
  display: inline-block;
}

.rstl_img img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 2px solid #ededed;
}

.rstl_img_contant {
  margin-left: 5px;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 20px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}

.modalDialog > div > h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: none;
}

.modalDialog > div > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 6px;
  width: 26px;
  height: 26px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1;
}

.close:hover {
  background: #343434;
}

#confirm i {
  color: #343434;
  display: block;
  text-align: center;
  font-size: 120px;
}

#confirm h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: none;
  text-align: center;
}

.white_for_login .table-striped td strong {
  text-align: left;
  display: inline-block;
}

.white_for_login .table td.total_confirm {
  background-color: #666;
  color: #fff;
}

.white_for_login .table {
  border-top: 1px solid #5d5959;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.sidebar_time_list .nomargin_top {
  border-bottom: 1px solid #cacaca;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  padding-bottom: 15px;
}

.box_style_2 h2.inner {
  background-color: #343434;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: -25px -25px 25px;
  padding: 16px 10px;
  text-align: center;
  text-transform: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #5d5959;
  border-radius: 4px;
  color: #333;
  height: 44px;
}

.btn.btn-submit {
  background: #343434;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  outline: 0 none;
  padding: 10px;
  transition: all 0.2s ease 0s;
  width: 36%;
  border-radius: 8px;
  text-align: center;
  display: block;
}

.btn.btn-submit:hover {
  background: rgba(0, 0, 0, 0);
  color: #343434;
  border: 2px solid #343434;
}

#banner {
  height: 510px;
  position: relative;
  overflow: hidden;
  margin-top: -5px;
  z-index: 99;
  background: #fff;
  background-size: cover;
  padding-bottom: 68px;
  top: 13px;
}

#banner p {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px 25px;
  width: 70%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  left: 15%;
}

#banner #sub_content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: none;
}

#banner .flex-banner img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 300px;
  height: 300px;
}
#banner.portada-global section {
  position: relative;
  height: fit-content;
  top: auto;
}
#banner.portada-global #subheader {
  background-color: #b7b5b5;
}
.finder {
  position: absolute;
  top: 25%;
  z-index: 2;
  width: 100%;
  left: 0;
  text-align: center;
}

.finder h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 8px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.find-sec {
  background: #fff;
  padding: 30px;
  display: inline-block;
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.find-sec:before {
  content: "";
  position: absolute;
  right: 0;
  background: none;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 43px 43px 0;
  border-color: transparent #57b45a transparent transparent;
}

.find-sec label {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #343434;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
}

.find-sec select {
  width: 100%;
  height: 39px;
}

#cart_box {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 15px;
}

#cart_box h3 {
  background: #f3f3f3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
  margin: -15px -15px 15px;
  padding: 15px;
}

#cart_box hr {
  border-color: #ededed;
  margin-left: -15px;
  margin-right: -15px;
}

#cart_box .btn_full,
#cart_box a.btn_full {
  background: #343434;
  border: 2px solid #343434;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-weight: 600;
}

.side-bar .table tbody tr td {
  border-top: 0px;
  border-right: 0px;
}

.side-bar .table {
  margin-bottom: 5px;
}

.table td.total_confirm,
.table.table_summary td.total {
  font-size: 18px;
  font-weight: 700;
  color: #555;
}

a.remove_item {
  color: #555;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 3px;
}

a.remove_item:hover {
  color: #c33;
}

.fa.pull-right {
  font-size: 22px;
  margin-left: 0.3em;
}

.recent-come .rating {
  text-align: left;
  padding-top: 2px;
}

.recent-come .rating i {
  color: #fc0;
  font-size: 16px;
}

#cart_box .btn_full:hover,
#cart_box a.btn_full:hover {
  background: #fff;
  border: 2px solid #343434;
  color: #343434;
}

.btn_full,
a.btn_full {
  background: #85c99d;
  border: medium none;
  border-radius: 3px;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 10px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

#help.box_style_2 i {
  color: #343434;
  display: inline-block;
  font-size: 52px;
}

#help.box_style_2 a.phone {
  color: #343434;
  display: block;
  margin-bottom: 0;
  font-size: 0.8vw;
  margin-left: -4%;
  font-weight: 700;
  font-family: monospace;
  word-break: break-all;
}
#help.box_style_2 a.phone i {
  font-size: 0.8vw;
}

#confirm,
#pass-info,
#sub_content,
#sub_content #thumb,
#help.box_style_2,
.feature i,
.features-img,
.marker_info,
.modal-popup,
.parallax-content,
.parallax-content-2 > div,
.sk-spinner-wave.sk-spinner,
.strip_list.grid .desc,
.tooltip-content,
a.bt_filters,
a.load_more_bt {
  text-align: center;
}

#main_menu.box_style_2,
.box_style_2.info {
  padding-bottom: 10px;
}

.box_style_2 h2.inner {
  background-color: #343434;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: -25px -25px 25px;
  padding: 12px 15px;
}

#main_menu h3 {
  color: #343434;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.table.cart-list {
  margin-bottom: 0;
}

.table.cart-list td h5 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: none;
}

.table.cart-list td p {
  font-size: 14px;
}

.options i {
  font-size: 29px;
  display: block;
}

.table-striped td strong {
  text-align: center;
  display: block;
}

.detail_con_text a,
.product-details-description a {
  color: #9c0609;
}

.feature h3 span,
a:hover {
  color: #9e1f1f;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  font-size: 13px;
}

.table > tbody > tr > td:last-child {
  border-right: 0px;
}

.table > thead > tr > th:last-child {
  border-right: 0px;
}

#sub_content #thumb {
  background-color: #fff;
  border-radius: 100px;
  height: 130px;
  margin: 25px auto 5px auto;
  width: 130px;
  padding: 5px;
}

#sub_content #thumb img {
  border-radius: 100px;
  height: auto;
  width: 100%;
}

.sub-banner .rating {
  color: #fc0;
}

.sub-banner .rating i {
  color: #fc0;
}

.sub-banner .rating a {
  color: #fc0;
}

#sub_content {
  text-align: left;
}

.white_bg,
a.load_more_bt:hover {
  background: #fff url("../img/col_bg.png") no-repeat fixed center top / 100%
    100%;
}

.margin_60 {
  padding-bottom: 60px;
}

.add_top_60,
.margin_60,
.margin_60_35 {
  padding-top: 60px;
}

.main_title {
  margin-bottom: 70px;
  text-align: center;
}

.white_bg .main_title h2 {
  color: #fff;
}

.main_title h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  text-transform: none;
}

.white_bg .main_title p {
  color: #fff;
  margin-top: 10px;
}

.main_title p {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
}

a.strip_list {
  color: #555;
  transition: all 0.3s ease-in-out 0s;
}

.strip_list {
  background-color: #fff;
  width: 98%;
  border: 1px solid #ededed;
  border-radius: 50px 2px 50px 2px;
  display: block;
  float: left;
  line-height: 1.3;
  margin-bottom: 30px;
  min-height: 178px;
  padding: 20px 20px;
  position: relative;
}

.desc {
  padding-left: 140px;
  min-height: 125px;
  position: relative;
}

.thumb_strip {
  border: 1px solid #d3d3d3;
  border-radius: 5%;
  height: 125px;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 125px;
}

a.strip_list:hover {
  box-shadow: 0 8px 5px 0 #9b9d9f;
  transform: translate(0px, -5px);
}

a.strip_list {
  color: #555;
  transition: all 0.3s ease-in-out 0s;
}

#delivery_time,
#hero_video,
#hero_video > div,
.box_home,
.high_light a,
.thumb_strip {
  text-align: center;
}

#sub_content #thumb,
.thumb_strip {
  box-sizing: border-box;
  overflow: hidden;
}

.thumb_strip img {
  border-radius: 5%;
  height: auto;
  width: 100%;
}

.strip_list .desc h3 {
  margin-top: 6px;
  text-transform: none;
  text-align: left;
}

a.strip_list:hover h3 {
  color: #343434;
}

.desc h3 {
  margin: 0;
  padding: 0;
  color: #464646;
}

.desc .type {
  color: #777;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 12px;
  margin-top: 5px;
  text-align: left;
}

.desc .location {
  text-align: left;
  margin-bottom: 10px;
}

a.strip_list {
  color: #555;
}

.strip_list {
  line-height: 1.3;
}

.desc .opening {
  color: #343434;
}

.desc ul {
  margin: 7px 0;
  padding: 0;
  text-align: right;
}

#count ul,
#rating_summary ul,
.desc ul,
.filter_type ul,
.main-menu-2 ul,
footer ul,
ul#cat_nav,
ul.opening_list {
  list-style: outside none none;
}

.desc ul li {
  display: inline-block;
  margin-right: 15px;
}

.desc ul li i.ok {
  color: #6c3;
}

.desc .rating {
  color: #ccc;
  padding-top: 0;
  text-align: left;
}

.rating {
  color: #fff;
  padding-top: 10px;
}

.desc .rating i {
  color: #fc0;
  font-size: 16px;
}

.rating .voted {
  color: #fc0;
  margin-right: 3px;
}

.rating i {
  font-size: 18px;
}

.container-4:hover button.icon,
.container-4:active button.icon,
.container-4:focus button.icon {
  margin-left: 0px;
  opacity: 1;
  outline: medium none;
}

.container-4:hover button.icon:hover {
  background: #b02350;
  color: #fff;
}

.container-4 button.icon {
  background: #343434;
  border: medium none;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  color: #fff;
  font-size: 10pt;
  height: 50px;
  margin-top: 18px;
  opacity: 1;
  transition: all 0.55s ease 0s;
  width: 50px;
  right: 7% !important;
  position: relative;
}

.container-4 input#search {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 24px;
  color: #232833;
  float: left;
  font-size: 14pt;
  height: 50px;
  margin-top: 18px;
  padding-left: 22px;
  width: 90%;
}

.container-4 {
  vertical-align: middle;
  white-space: nowrap;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

#subheader {
  color: #fff;
  display: table;
  /* height: 379px; */
  text-align: center;
  width: 100%;
}

#subheader #sub_content h1 {
  text-align: center;
}

#home #subheader #sub_content {
  display: table-cell;
  font-size: 16px;
  margin-top: 17%;
  padding: 0 15%;
}

#confirm,
#pass-info,
#sub_content,
#sub_content #thumb,
.feature i,
.features-img,
.marker_info,
.modal-popup,
.parallax-content,
.parallax-content-2 > div,
.sk-spinner-wave.sk-spinner,
.strip_list.grid .desc,
.tooltip-content,
a.bt_filters,
a.load_more_bt {
  text-align: left;
}

#hero_video > div,
#sub_content,
.parallax-content-2 > div,
.strip_list .go_to div,
.table.cart-list td {
  vertical-align: middle;
}

.sub_cont_rt {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  text-align: left;
}

.sub_cont_lt {
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.sub_cont_lt i {
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.zoomIn {
  animation-name: zoomIn;
}

.modal-popup {
  background: #343434 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  padding: 1px 30px 10px;
  position: relative;
  margin-top: 60px;
}

.modal-popup a.close-link {
  color: #fff;
  font-size: 22px;
  position: absolute;
  right: 30px;
  top: 20px;
}

.modal-dialog #review {
  max-width: 650px;
  width: 100%;
}

.popup-form {
  margin: 60px auto;
  max-width: 375px;
  width: 90%;
}

.login_icon {
  text-align: center;
}

.modal-dialog #review .form-control.form-white,
.parallax-content-2 div p {
  margin-bottom: 0;
}

select.form-control.form-white {
  -moz-appearance: none;
  border-radius: 4px;
  height: 42px;
  line-height: 28px;
}

.popup-form .form-control {
  margin: 20px 0;
}

.form-control.form-white {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #555;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.review_btn-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  outline: 0 none;
  padding: 10px;
  transition: all 0.2s ease 0s;
  width: 100%;
}

.review_btn-submit:hover {
  background: #fff none repeat scroll 0 0;
  color: #666;
}

.login_icon i {
  display: inline-block;
  font-size: 66px;
  color: #fff;
  margin: 15px 0;
  text-align: center;
}

#food_quality option {
  padding: 5px 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#food_quality {
  background: #f6f3f0;
}

#price option {
  padding: 5px 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#price {
  background: #f6f3f0;
}

#punctuality option {
  padding: 5px 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#punctuality {
  background: #f6f3f0;
}

#courtesy option {
  padding: 5px 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#courtesy {
  background: #f6f3f0;
}

.modal-popup #review_text {
  background: #f6f3f0;
  border-radius: 4px;
  color: #555;
}

.modal-popup #submit-review {
  text-align: center;
  margin: 20px auto 10px auto;
  display: block;
  width: auto;
  padding: 10px 40px;
  border-radius: 6px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

#sub_content h1 {
  color: #fc0;
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 10px;
  text-transform: none;
  text-align: left;
}

#home #subheader #sub_content {
  font-size: 16px;
}

#custom-search-input {
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 10px;
  width: 66%;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

#custom-search-input .search-query {
  border: 0 none;
  border-radius: 30px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.75);
  color: #444;
  font-weight: 500;
  padding: 15px 30px;
  width: 100%;
}

.input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

#custom-search-input input.btn_search {
  background: rgba(0, 0, 0, 0) url("../img/search.png") no-repeat scroll right
    center;
  border: 0 none;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 30px;
}

#count {
  background-color: #343434;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  top: 300px;
  font-size: 18px;
  left: 0;
  padding: 15px 0;
  position: absolute;
  width: 100%;
}

#count,
#hero_video {
  color: #fff;
  z-index: 99;
}

#count ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#count ul li:first-child {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-left: 0;
  padding-left: 0;
}

#count ul li {
  background: rgba(0, 0, 0, 0) url("../img/dots_vert.png") no-repeat scroll left
    center;
  display: inline-block;
  margin: 0 10px;
  padding-left: 20px;
  text-align: center;
}

#count .number {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-right: 5px;
  text-align: right;
  width: auto;
}

.restaurant_list_detail .strip_list {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 30px 2px;
  display: block;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 3%;
  min-height: 152px;
  padding: 20px 20px 20px;
  position: relative;
}

.btn_1,
a.btn_1 {
  background: #343434 none repeat scroll 0 0;
  border: 2px solid #343434;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.btn_1:hover,
a.btn_1:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #343434;
  color: #343434;
}

#summary_review a.btn_1 {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.review_strip_single p {
  margin-bottom: 40px;
}

.review_strip_single .row {
  text-align: center;
}

.strip_list .go_to {
  display: table;
  height: 80px;
  text-align: right;
  width: 100%;
}

.restaurant_list_detail .go_to div {
  display: table-cell;
}

.restaurant_list_detail .thumb_strip {
  border: 1px solid #d3d3d3;
  border-radius: 5%;
  height: 125px;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 125px;
}

.restaurant_list_detail .desc {
  min-height: 125px;
  padding-left: 140px;
  padding-right: 0px;
  position: relative;
}

.restaurant_list_detail .desc h3 {
  margin-top: 6px;
  text-align: left;
  text-transform: none;
}

.restaurant_list_detail .desc .type {
  text-align: left;
}

.restaurant_list_detail .desc .location {
  text-align: left;
}

.restaurant_list_detail .desc .rating {
  text-align: left;
}

#list_shortcuts span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  left: 0;
  position: absolute;
  float: left;
  clear: both;
  right: 0;
  text-align: center;
  width: 100%;
  top: 170px;
}

#list_shortcuts img {
  float: left;
  position: relative;
  height: auto;
  width: 165px;
  left: 0;
  top: 0;
  max-height: 165px;
}

#list_shortcuts a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  float: left;
}
/*#list_shortcuts span:hover {
    bottom: 0;
    color: #b02350;
    font-size: 22px;
    font-weight: 600;
    left: 0;
    padding: 124px 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
}
#list_shortcuts li:hover {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 60%, rgba(100, 100, 100, 0.25) 75%, rgba(100, 100, 100, 0.8) 100%) repeat scroll 0 0;}*/
#list_shortcuts li {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(100, 100, 100, 0) 0%,
      rgba(100, 100, 100, 0) 60%,
      rgba(100, 100, 100, 0.25) 75%,
      rgba(100, 100, 100, 0.8) 100%
    )
    repeat scroll 0 0;
  border: 2px solid #999;
  box-shadow: 0 0 3px rgba(4, 4, 4, 0.3);
  float: left;
  height: auto;
  margin: 15px 10px;
  overflow: hidden;
  position: relative;
  width: 170px;
  border-radius: 5%;
  min-height: 300px;
}

#list_shortcuts ul::after {
  clear: both;
  content: "";
  display: block;
}

#list_shortcuts ul.acces-site {
  width: 100%;
}
#list_shortcuts ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#list_shortcuts {
  text-align: center;
}

.zui-highlight {
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.mbot0 {
  margin-bottom: 10px;
  text-align: center;
  color: #757575;
}

.mb5 {
  margin-bottom: 5px;
  margin-top: 0px;
}

#summary_review {
  background-color: #f1fafa;
  margin: 30px 0 40px;
  padding: 25px 25px 25px;
  border-radius: 10px;
}

#general_rating {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}

#rating_summary ul {
  margin: 0;
  padding: 0;
}

#rating_summary ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

#rating_summary ul li .rating {
  color: #fc0;
  display: inline-block;
  float: right;
  padding: 0;
}

#rating_summary ul li .rating i {
  margin-right: 2px;
}

#general_rating .rating {
  color: #fc0;
  display: inline;
  font-size: 20px;
  padding-left: 10px;
}

#general_rating .rating i {
  margin-right: 2px;
}

.review_strip_single h4 {
  font-size: 18px;
  margin: -17px 0 35px 90px;
  padding: 0;
  font-weight: 500;
}

.review_strip_single small {
  float: right;
  font-size: 12px;
  font-style: italic;
  margin-top: -10px;
}

.review_strip_single img {
  border: 2px solid #ededed;
  left: 0;
  position: absolute;
  top: -15px;
  width: 76px;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.review_strip_single {
  margin: 30px 0 25px;
  padding: 30px 0 20px;
  position: relative;
}

#position,
.review_strip_single {
  border-bottom: 1px solid #ededed;
}

.review_strip_single .rating {
  color: #fc0;
}

.review_strip_single .rating i {
  margin-right: 2px;
}

.box_style_2 .detail_con_text {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  display: block;
}

.nomargin_top {
  margin-top: 0;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.nomargin_top i {
  font-size: 16px;
  font-weight: 500;
  color: #343434;
}

ul.opening_list {
  margin: 15px 0 0;
  padding: 0;
}

ul.opening_list li {
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid rgba(202, 202, 202, 0.5);
}

ul.opening_list li span {
  float: right;
  font-weight: 400;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background: #b7b5b5;
}

.bootstrap-select > .btn {
  background: #fff;
  padding: 9px;
  margin: 0;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  height: 39px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9c9c9c;
  font-weight: 400;
}

.bootstrap-select.btn-group .btn .caret {
  background: #b7b5b5;
  height: 37px;
  width: 37px;
  position: absolute;
  top: 2px;
  right: 0;
  border: none;
  border-left: 1px solid #ddd;
}

.find-sec .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.find-sec a:focus {
  outline: none !important;
}

.find-sec .selected a {
  background: #9c0608;
  color: #fff;
  font-size: 12px;
}

.find-sec .dropdown-menu a {
  font-size: 12px;
  line-height: 26px;
}

.find-sec .dropdown-menu a:hover {
  background: #9c0608;
  color: #fff;
  font-size: 12px;
}

.find-sec .dropdown-menu {
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
  z-index: 9;
}

.bootstrap-select.btn-group .btn .caret:before {
  content: "\f0d7";
  font-family: FontAwesome;
  padding: 0;
  color: #777;
  float: right;
  font-size: 16px;
  font-weight: 100;
  line-height: 37px;
  width: 100%;
  text-align: center;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.sel-style:before {
  content: "\f0d7";
  font-family: FontAwesome;
  padding: 0;
  color: #323232;
  float: right;
  font-size: 26px;
  padding: 0 15px;
  font-weight: 100;
}

.home-3 .find-sec {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.home-3 .find-sec:before {
  display: none;
}

.home-3 .finder {
  position: relative;
  margin-top: -90px;
  z-index: 99;
}

.home-3 .search {
  width: 150px;
  margin: 0 auto;
}

.home-3 .finder h6 {
  background: #9c0608;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin: 0;
  font-size: 16px;
  padding: 15px 0;
}

.home-3 .flex-direction-nav a {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 50px;
}

.home-3 #banner {
  height: 750px;
}

.home-3 #banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home-3 .bnr-property .price {
  background: #343434;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  margin-left: -20px;
  margin-top: -55px;
  float: left;
}

.home-3 .bnr-property {
  position: absolute;
  z-index: 9999;
  width: 450px;
  padding: 20px;
  top: 0;
  margin-top: 300px;
  left: 0;
  margin-left: 15px;
  background: rgba(255, 255, 255, 0.98);
}

.home-3 .bnr-property .btn {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  padding: 8px 25px;
  margin-bottom: 20px;
}

.home-3 .bnr-property h6 {
  font-weight: 700;
  display: inline-block;
  width: 100%;
}

.home-3 .bnr-property hr {
  margin: 0;
  margin-bottom: 20px;
}

.home-3 .bnr-property .btn-1 {
  background: #ff5722;
  margin-left: 15px;
}

.home-3 .bnr-property .btn-1:hover {
  background: #9c0608;
}

.home-3 .bnr-property .tag {
  position: relative;
  right: 4px;
  z-index: 99;
  float: left;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  height: 27px;
  width: 100px;
  text-align: left;
  line-height: 23px;
  padding: 0 0 0 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -24px;
}

.home-3 .bnr-property .tag.rent {
  background: url(../img/for-rent-l.png) no-repeat;
}

.home-3 .bnr-property .tag.sale {
  background: url(../img/for-sale-l.png) no-repeat;
}

.home-1 .finder {
  position: absolute;
  top: 25%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}

.home-1 #banner .flex-direction-nav {
  display: block;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.contentRowPad {
  padding: 100px 0;
}

.contentRowPad.pb0 {
  padding-bottom: 0;
}

.sectionTitle {
  color: #859ab3;
  text-align: center;
  max-width: 770px;
  margin: 0 auto 50px;
}

.sectionTitle h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.sectionTitle p {
  line-height: 24px;
  font-style: italic;
  margin: 0;
}

.info_content {
  position: relative;
  padding: 20px 35px;
  background: #fff;
}

.info_content .imageRow {
  position: relative;
}

.info_content .imageRow img {
  max-width: 100%;
}

.info_content .imageRow .saleTag {
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  background: #1b9bff;
  top: 7px;
  right: 7px;
  padding: 0 8px;
}

.info_content .description {
  background: #fff;
  padding: 0 5px;
}

.info_content .description .priceRow {
  margin-top: -30px;
  position: relative;
}

.info_content .description .priceRow .price {
  background: #8bb812;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  top: 5px;
  right: 5px;
  padding: 0 8px;
  letter-spacing: 0.3px;
  margin-top: 17px;
}

.info_content .description .priceRow i {
  width: 60px;
  line-height: 60px;
  float: right;
  background: #45515a;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
}

.info_content .description h4.location {
  line-height: 1;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.info_content .description i {
  margin-right: 10px;
}

.info_content .description .price-bg {
  background: #ff5722;
  display: inline-block;
  float: left;
  color: #fff;
  padding: 6px 20px;
  font-size: 13px;
  margin-right: 10px;
  line-height: 19px;
  margin-top: 0;
}

.info_content .description a.btn {
  padding: 6px 20px;
  width: auto;
  font-size: 12px;
  color: #fff !important;
  margin-top: 0;
}

.gm-style-iw {
  width: 370px !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  right: -40px;
}

.gm-style-iw:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  bottom: -3px;
}

#homeMap {
  width: 100%;
  height: 100%;
}

.property-slide {
  padding: 20px 0;
  background: #2f2f2f;
}

.property-slide .plots {
  background: #444;
  padding: 10px;
}

.property-slide .sale {
  font-weight: 700;
  color: #9c0608;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.property-slide .pri-info a {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.property-slide .pri-info p {
  color: #fff;
}

.property-slide .pri-info p i {
  margin-right: 10px;
}

.property-slide .pri-info .auther img {
  height: 54px;
  width: 54px;
  float: left;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.property-slide .pri-info .auther h6 {
  font-size: 14px;
  color: #ff5722;
  font-weight: 700;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.property-slide .owl-controls .owl-nav {
  color: #fff;
}

.property-slide .owl-controls .owl-nav div {
  color: #fff;
}

.property-slide .owl-controls .owl-prev {
  position: absolute;
  width: 60px;
  left: 0;
  top: 0;
  z-index: 33;
  width: 60px;
  background: rgba(87, 87, 87, 0.9);
  height: 100%;
  line-height: 100%;
}

.property-slide .owl-controls .owl-prev i {
  margin-top: 78px;
  display: inline-block;
  font-size: 28px;
}

.property-slide .owl-controls .owl-next {
  position: absolute;
  width: 60px;
  right: 0;
  top: 0;
  z-index: 33;
  width: 60px;
  background: rgba(87, 87, 87, 0.9);
  height: 100%;
  line-height: 100%;
}

.property-slide .owl-controls .owl-next i {
  margin-top: 78px;
  display: inline-block;
  font-size: 28px;
}

.properties {
  padding: 50px 0 20px;
  background: url(../img/property-bg.jpg) repeat;
  background-attachment: fixed;
}

.properties.white-bg {
  background: #fff;
}

.properties.gray-bg {
  background: #b7b5b5;
}

.properties li .tag {
  position: absolute;
  right: 4px;
  z-index: 99;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  height: 27px;
  width: 100px;
  text-align: center;
  line-height: 23px;
  padding: 0 0 0 10px;
  margin-top: 35px;
}

.properties li .tag.rent {
  background: url(../img/for-rent.png) no-repeat;
}

.properties li .tag.sale {
  background: url(../img/for-sale.png) no-repeat;
}

.properties li section {
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  animation: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0 normal none 1
    running anim-stb;
}

.properties li {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}

.properties .home-in {
  background: #f2f2f2;
  display: inline-block;
  width: 100%;
  height: 37px;
}

.properties .home-in li {
  display: inline-block;
  float: left;
  width: 33.3333%;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 37px;
}

.properties .home-in li span {
  font-size: 12px;
  color: #777;
}

.properties .home-in li span i {
  font-size: 14px;
  margin-right: 5px;
}

.properties .detail-sec {
  background: #fff;
  padding: 15px 15px 0;
  border-top: 2px solid #84c225;
  margin-top: 0;
}

.properties .detail-sec a {
  font-weight: 700;
  font-size: 16px;
  color: #343434;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 6px;
  text-transform: none;
}

.properties .detail-sec p {
  text-align: justify;
}

.properties .detail-sec span.locate {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
  color: #666;
}

.properties .detail-sec span.locate i {
  margin-right: 5px;
}

.properties .detail-sec .share-p {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.more_detail {
  border-top: 1px solid #ddd;
  text-align: right;
  width: 100%;
  padding: 5px;
  color: #777;
}

.more_detail a {
  color: #777;
  text-decoration: none;
  font-size: 14px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.more_detail a:hover {
  color: #b02350;
  text-decoration: none;
}

.fb_more_detail {
  text-align: left;
  width: 100%;
  padding: 5px 0;
  color: #9c0608 !important;
}

.fb_more_detail a {
  color: #9c0608 !important;
  text-decoration: none;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.fb_more_detail a:hover {
  color: #b02350 !important;
  text-decoration: none;
}

.properties .detail-sec .share-p span {
  color: #343434;
  font-size: 16px;
}

.properties .detail-sec .share-p i {
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 16px;
  color: #777;
}

.properties .img {
  position: relative;
  overflow: hidden;
}

.properties .over-proper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.properties .over-proper .btn {
  margin-top: 28%;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 30px;
}

.properties .over-proper .in-20 {
  padding: 10px;
}

.properties li:hover .over-proper {
  opacity: 1;
}

.detail-sec a:hover {
  color: #9c0608;
}

.properties li:hover section {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.properties li .price-bg {
  background: #ff5722;
  display: inline-block;
  float: left;
  color: #fff;
  padding: 6px 20px;
  font-size: 13px;
  margin-right: 10px;
  line-height: 19px;
  margin-top: 10px;
}

.properties li a.btn {
  padding: 6px 20px;
  width: auto;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}

.properties li a.btn:hover {
  background: #ff5722;
  color: #fff !important;
  border: 2px solid #ff5722;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 25px;
}

.pagination li {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 6px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 6px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #9c0608;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #9c0608;
  color: #fff;
}

.pagination li a {
  display: inline-block;
  border: 1px solid #9c0608 !important;
  color: #9c0608;
  font-size: 19px;
  height: 40px;
  width: auto;
  line-height: 38px;
  padding: 0 14px;
  border-radius: 6px;
}

.pagination > li > a,
.pagination > li > span {
  margin-left: -3px;
}

.pagination li a:hover {
  background: #9c0608;
  color: #fff;
}

.load-more {
  border: 2px solid #9c0608;
  text-transform: uppercase;
  padding: 8px 30px;
  color: #9c0608;
  margin-top: 30px;
  display: inline-block;
}

.load-more:hover {
  background: #9c0608;
  color: #fff;
}

.properties-small {
  padding: 60px 0;
}

.properties-small .img {
  width: 25%;
  float: left;
}

.properties-small li {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.properties-small li:hover img {
  opacity: 0.6;
}

.properties-small li:nth-last-child(1) {
  border-bottom: none;
}

.properties-small .img img {
  width: 100%;
}

.properties-small .text-po {
  width: 75%;
  float: left;
  padding-left: 20px;
}

.properties-small .text-po a {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #343434;
}

.properties-small .text-po span {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-size: 18px;
}

.properties-small .text-po .locat {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
}

.properties-small .text-po .locat span {
  display: inline-block;
  width: auto;
  color: #ff5722;
  font-size: 14px;
}

.properties-small .text-po .locat p {
  color: #555;
  margin-bottom: 0;
  font-size: 15px;
}

.properties-small .text-po .locat p span {
  color: #555;
  float: left;
  margin-right: 10px;
}

.properties-small h6 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #343434;
  font-weight: 700;
}

#location_item {
  padding: 30px 0 20px;
  background: url(../img/property-bg.jpg) repeat;
  background-attachment: fixed;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#location_item .tittle {
  margin-bottom: 10px;
}

.con-det li {
  padding: 0px;
  text-align: left;
}

.con-det p {
  padding-left: 100px;
}

.con-det li span.fa_icon_bolg > .fa_icon_bolg > .fa_icon_bolg {
  float: left;
}

#blog_item {
  background: #b7b5b5;
  padding: 40px 0 40px;
}

.blog_item_lt ul {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 0 auto;
}

.blog_item_lt ul li {
  list-style-type: none;
  text-align: center;
  color: #757575;
  font-size: 14px;
  line-height: 24px;
}

.blog_item_lt h2 {
  margin: 0 0 10px;
  line-height: 24px;
}

.blog_item_lt h2 a {
  text-align: center;
  color: #757575;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
}

.blog_item_lt h2 a:hover {
  text-align: center;
  color: #8a2828;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}

.blog_item_lt p {
  list-style-type: none;
  text-align: center;
  color: #555;
  font-size: 13px;
  line-height: 23px;
}

#about_item {
  padding: 40px 0 20px;
  background: #fff;
}

#team {
  padding: 60px 0 30px;
  background: #fff;
}

#team.gray-bg {
  background: #b7b5b5;
}

#team .team {
  text-align: center;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#team li {
  overflow: hidden;
  position: relative;
}

#team li .team-detail {
  background: #fff;
  border: 1px solid #ececec;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  position: relative;
  bottom: 0;
  left: 0;
}

#team li .team-detail p {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

#team li .team-detail h6 {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#team .social_icons {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  top: 40%;
  opacity: 0;
}

#team .social_icons li {
  display: inline-block;
  float: none;
  border: none;
  background: #f0f0f0;
  border-radius: 50%;
  margin: 0 5px;
}

#team .social_icons a {
  font-size: 13px;
  margin: 0;
  color: #232323;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: none;
  line-height: 35px;
}

#team li:hover .social_icons {
  opacity: 1;
}

#team .team-over {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 90%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#team li:hover .team-over {
  opacity: 1;
}

#testimonials {
  background: url(../img/customer-bg.jpg) repeat;
  background-attachment: fixed;
  padding: 40px 0;
}

#testimonials .testi {
  text-align: center;
  padding: 0;
  width: 85%;
  margin: 0 auto;
}

#testimonials .testi h5 {
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #69a112;
  margin-top: 20px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

#testimonials .star li {
  display: inline-block;
  color: #8e0c34;
  margin-top: 10px;
}

#testimonials .testi .item span {
  color: #666;
  display: inline-block;
  width: 100%;
}

#testimonials .testi p {
  color: #777;
  font-size: 15px;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
  font-style: italic;
}

#testimonials .avatr {
  display: inline-block;
  height: 60px;
  width: 60px;
  float: left;
  overflow: hidden;
}

#testimonials .carousel-indicators li {
  height: auto;
  width: auto;
  display: inline-block;
  text-indent: inherit;
  position: relative;
  text-align: center;
  border: none;
  margin: 0 3px;
  font-size: 12px;
  margin-bottom: 7px;
}

#testimonials .carousel-indicators li img {
  border: 1px solid #dfdfe0;
  height: 83px;
  width: 83px;
  padding: 3px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#testimonials .carousel-indicators .active {
  background: none !important;
}

#testimonials .carousel-indicators .active img {
  opacity: 1;
  border-color: #fe6635;
}

#testimonials .carousel-indicators li:hover img {
  opacity: 1;
}

#testimonials .carousel-indicators li .feeder-name {
  background: #fff;
  position: absolute;
  padding: 5px 10px;
  border-radius: 0;
  margin-top: -30px;
  z-index: 3;
  border-radius: 4px;
  width: 100%;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#testimonials .carousel-indicators .active .feeder-name {
  opacity: 1;
  display: block;
}

#testimonials .carousel-indicators li:hover .feeder-name {
  opacity: 1;
  display: block;
}

#testimonials .carousel-indicators li .feeder-name:before {
  display: inline-block;
  content: "\f0d7";
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  right: 0;
  font-size: 40px;
  color: #fff;
  position: absolute;
}

#testimonials .carousel-indicators {
  position: relative;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.carousel-inner {
  min-height: 200px;
  margin-top: 10px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#testimonials .testi-slide .avatar {
  height: 91px;
  width: 91px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

#testimonials .testi-slide .avatar img {
  width: 100%;
  display: inline-block;
}

#testimonials .testi-slide .owl-dots {
  display: none !important;
}

#testimonials .testi-slide .owl-nav {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

#testimonials .testi-slide .owl-nav div {
  display: inline-block;
  margin: 0 5px;
}

#testimonials .testi-slide .owl-nav div:hover {
  background: #69a112;
  color: #fff;
}

#testimonials .testi-slide .owl-nav i {
  border: 1px solid #dedede;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
}

.call-us {
  background: url(../img/call-us.jpg) no-repeat;
  background-size: cover;
}

.call-us .overlay {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.8);
}

.call-us ul {
  margin-bottom: 0;
}

.call-us h4 {
  font-size: 22px;
  margin: 0;
  color: #fff;
}

.call-us h6 {
  font-size: 25px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #9c0608;
  margin-top: 10px;
}

.call-us h1 {
  color: #fff;
  font-weight: 35px;
  font-weight: bold;
  text-align: center;
}

.call-us .btn {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #1b7d1f;
}

.mobile-app {
  padding: 80px 0;
  background: #b7b5b5 url(../img/app-bg.jpg) repeat;
  padding-bottom: 0;
}

.mobile-app h3 {
  color: #9c0608;
  text-align: left;
}

.mobile-app hr {
  background: #ff5722;
  height: 3px;
  width: 120px;
}

.mobile-app p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.mobile-app a.btn {
  border-radius: 4px;
  margin-top: 80px;
}

.what-we-do {
  padding: 40px 0 20px;
  background: #b7b5b5;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.what-we-do .nav-tabs {
  border: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: none;
}

.what-we-do .nav-tabs li {
  margin: 0;

  float: none;
  padding: 0 30px;
  border: none;
  border-right: 1px solid #d4d4d4;
  display: inline-block;
  background: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.what-we-do .nav-tabs li:nth-last-child(1) {
  border-right: none;
}

.what-we-do .nav-tabs li a i {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 30px;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.what-we-do .nav-tabs li a span {
  color: #343434;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.what-we-do .nav-tabs li a {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
  color: #000;
}

.what-we-do .tab-content {
  padding-top: 20px;
}

.what-we-do .tab-content p {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
}

.what-we-do .tab-content h4 {
  margin-bottom: 20px;
}

.what-we-do .nav-tabs li a:hover {
  color: #9c0608;
}

.what-we-do .nav-tabs li a:hover span {
  color: #9c0608;
}

.what-we-do .nav-tabs li a:hover i {
  color: #9c0608;
}

.what-we-do .nav-tabs .active a span {
  color: #9c0608;
}

.what-we-do .nav-tabs .active a i {
  color: #9c0608;
}

.sidebar-nav.cost-price {
  margin-bottom: 70px;
}

.cost-price-content {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  width: 100%;
}

.cost-price-content span {
  color: #ff5722;
  margin: 0 10px 0 25px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.price-min {
  left: 0;
}

.price-max {
  right: 0;
}

.cost-price-content i {
  font-size: 30px;
  font-weight: 100;
  display: inline-block;
  margin-top: 2px;
  position: absolute;
  line-height: 10px;
}

.find-sec li .search .btn {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  padding: 5px 20px;
}

.services {
  padding: 40px 0;
}

.services ul li {
  margin-bottom: 30px;
}

.services li .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  background: rgba(25, 182, 37, 0.75);
  border-radius: 50%;
  z-index: 99;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services li section:before {
  position: absolute;
  bottom: -110px;
  content: "";
  height: 131px;
  width: 80px;
  background: #fff;
  right: 40%;
  border: 2px solid #9c0608;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 99;
}

.services li .ser-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services li .heading {
  position: absolute;
  bottom: 30px;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  line-height: 24px;
  background: #9c0608;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  left: 0;
  text-transform: none;
}

.services .ser-hover {
  padding: 20px;
  padding-top: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services .ser-hover a.read-more {
  display: inline-block;
  width: 100%;

  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.services li .heading:hover {
  background: #fff;
  color: #9c0608;
}

.services li p {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services li:hover .ser-hover {
  background: rgba(25, 182, 37, 0.85);
}

.services li:hover .ser-hover p {
  opacity: 1;
}

.services li:hover .icon {
  background: none;
}

.services li:hover .heading {
  background: #fff;
  color: #9c0608;
}

.welcome {
  padding: 80px 0;
  padding-bottom: 0;
  background: #fff;
  text-align: center;
}

.welcome .tittle {
  margin-bottom: 0;
  text-align: center;
}

.welcome .tittle h2 {
  margin-bottom: 30px;
}

.welcome .tittle h2:before {
  height: 5px;
  width: 46px;

  display: inline-block;
  content: "";
  background: #448aff;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 40px;
  z-index: 9;
  position: absolute;
}

.solution:before {
  width: 100%;
  height: 100%;

  display: inline-block;
  content: "";

  left: 0;
  margin-top: 100px;
  background: #f9f9f9;
  position: absolute;
}

.solution h3 {
  margin-top: 160px;
  font-weight: 700;
}

.gallery {
  padding: 60px 0;
  padding-bottom: 0;
  background: #b7b5b5;
}

.gal-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.items-text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  display: none;
  opacity: 0;
}

.items-text p {
  color: #ffc107;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.link-up {
  position: absolute;
  height: 40px;
  width: 40px;
  float: right;
  top: 30px;
  right: 30px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  display: none;
  opacity: 0;
}

.link-up i {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.items-text h5 {
  color: #fff;
  margin-top: 0;
  font-weight: 700;
}

.gallery-over {
  background: -moz-linear-gradient(
    45deg,
    rgba(35, 35, 35, 0.9) 0%,
    rgba(35, 35, 35, 0.9) 17%,
    rgba(68, 138, 255, 0.9) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0%, rgba(35, 35, 35, 0.9)),
    color-stop(17%, rgba(35, 35, 35, 0.9)),
    color-stop(100%, rgba(68, 138, 255, 0.9))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(35, 35, 35, 0.9) 0%,
    rgba(35, 35, 35, 0.9) 17%,
    rgba(68, 138, 255, 0.9) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(35, 35, 35, 0.9) 0%,
    rgba(35, 35, 35, 0.9) 17%,
    rgba(68, 138, 255, 0.9) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(35, 35, 35, 0.9) 0%,
    rgba(35, 35, 35, 0.9) 17%,
    rgba(68, 138, 255, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(35, 35, 35, 0.9) 0%,
    rgba(35, 35, 35, 0.9) 17%,
    rgba(68, 138, 255, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6232323', endColorstr='#e6448aff', GradientType=1);
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gal-item:hover .gallery-over {
  top: 0;
  opacity: 1;
}

.gal-item:hover .link-up {
  display: block;
  opacity: 1;
}

.gal-item:hover .items-text {
  display: block;
  opacity: 1;
}

.gallery .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
  width: 20%;
}

.gallery .owl-nav i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  line-height: 40px;
  background: #fff;
  color: #232323;
  font-size: 22px;
  margin-left: 10px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.gallery .owl-nav i:hover {
  background: #ffc300;
  color: #fff;
}

.gallery .owl-nav .owl-prev {
  right: 50px;
}

.gallery-slide-3 .owl-nav {
  width: 100px;
}

.gallery-slide-3 {
  padding-bottom: 80px;
}

.clients {
  padding: 60px 0;
}

.clients .clients-in {
  border: 1px solid #f5f5f5;
  padding: 20px;
  text-align: center;
  margin-top: -30px;
  border-radius: 4px;
  padding-top: 50px;
  background: #fff;
}

.clients .clients-in h6 {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 600;
}

.clients .clients-in h6 span {
  font-size: 13px;
  font-weight: 400;
}

.clients .avatar {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.clients .avatar h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #002b5e;
}

.clients .avatar img {
  height: 75px;
  float: none;

  width: 75px;
  position: relative;
  padding: 4px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 20px;
  border: 1px solid #f5f5f5;
  display: inline-block;
  background: #fff;
}

.clients :before {
  height: 100%;
  width: 18px;
  height: 21px;

  display: inline-block;
  content: "";
  margin-top: -1px;
  right: 50px;
  z-index: 9;
  position: absolute;
}

.with-gray {
  background: #b7b5b5;
}

.parthner {
  padding: 40px 0;
  background: #fff;
}

.parthner-slide .owl-item img {
  width: 100% !important;
  display: inline-block;
  height: auto;
}

.parthner-slide .part {
  text-align: center;
  margin: 2px;
}

.parthner-slide .part a {
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.parthner-slide .part a:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.parthner-slide .part a {
  display: inline-block;
  width: 100%;
}

.parthner .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
  width: 100px;
  display: none;
}

.parthner .owl-nav i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  line-height: 40px;
  background: #fff;
  color: #232323;
  font-size: 22px;
  margin-left: 10px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.parthner .owl-nav i:hover {
  background: #ffc300;
  color: #fff;
}

.parthner .owl-nav .owl-prev {
  right: 50px;
}

.parthner .owl-dot {
  display: inline-block;
}

.parthner .owl-dots span {
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
  margin: 0 5px;
  width: 10px;
  border-radius: 50%;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}

.parthner .owl-dots .active span {
  background: #9c0608;
}

.sub-banner {
  background: url(../img/sub-bnr-bg.jpg) repeat center top !important;
  background-attachment: fixed;
  position: relative;
  margin-top: -5px;
  height: auto;
  text-align: center;
}

.sub-banner .overlay {
  padding: 50px 0;
}

.sub-banner h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-align: left;
  text-transform: none;
}

.sub-banner p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.sub-banner .breadcrumb {
  background: #9c0608;
  display: inline-block;
  position: relative;
  bottom: 0;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  line-height: 47px;
  height: 47px;
  right: 0;
  padding: 0 20px;
  text-align: right;
}

.sub-banner .breadcrumb li a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.breadcrumb > li + li:before {
  color: #fff;
  padding: 0 10px;
}

.sub-banner .breadcrumb li:nth-child(2):before {
  display: none;
}

.sub-banner .breadcrumb li:nth-child(1) {
  font-size: 16px;
}

.sub-banner .breadcrumb li {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
}

.service-part {
  padding: 60px 0;
  background: #fff;
  padding-bottom: 0;
}

.service-part .ser-details {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  height: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.service-part li:hover .ser-details {
  background: -moz-linear-gradient(
    top,
    rgba(68, 138, 255, 0.8) 0%,
    rgba(35, 35, 35, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(68, 138, 255, 0.8)),
    color-stop(100%, rgba(35, 35, 35, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(68, 138, 255, 0.8) 0%,
    rgba(35, 35, 35, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(68, 138, 255, 0.8) 0%,
    rgba(35, 35, 35, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(68, 138, 255, 0.8) 0%,
    rgba(35, 35, 35, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(68, 138, 255, 0.8) 0%,
    rgba(35, 35, 35, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc448aff', endColorstr='#cc232323', GradientType=0);
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-part .ser-details a {
  position: absolute;
  bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-part .ser-details a:hover {
  color: #ffc107;
}

.offer-services-2 .service-part li {
  margin-bottom: 30px;
}

.why-choose {
  padding-top: 0;
}

.why-choose .sec-in {
  box-shadow: none;
  border: none;
  padding: 0;
}

.why-choose .sec-in i {
  height: 80px;
  width: 80px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 80px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.why-choose .sec-in hr {
  border: none;
  height: 2px;
  width: 30px;
  background: #d8d8d8;
  margin: 0;
  margin-bottom: 10px;
}

.why-choose .tittle {
  margin-bottom: 50px;
}

.about-more {
  padding-top: 20px;
}

.about-more h4 {
  margin-bottom: 20px;
  border-left: 5px solid #448aff;
  padding-left: 10px;
  font-size: 22px;
}

.emer-servic {
  margin-top: 40px;
  text-align: center;
  background: #b7b5b5;
  border-bottom: 2px solid #ffc107;
  padding: 40px 0;
  padding-bottom: 20px;
}

.emer-servic h5 {
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}

.emer-servic p {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 24px;
  color: #777;
}

.call-em {
  background: #ffc107;
  height: 95px;
  width: 95px;
  margin: 20px 0;
  line-height: 16px;
  display: inline-block;
  border: 3px solid #eaeaea;
  border-radius: 50%;
  padding: 0 20px;
  padding-top: 20px;
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

.items-details .carousel-indicators li {
  width: 100%;
  height: auto;
  position: relative;
  text-indent: inherit;
  margin: 0;
  padding: 0;
  margin-bottom: 27px;
}

.items-details .carousel-indicators {
  position: relative;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.items-details .carousel-inner img {
  width: 100%;
}

.table-head {
  background: #ffc107;
  height: 50px;
  display: inline-block;
  width: 100%;
}

.table-prics {
  border: 1px solid #ededed;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.table-prics li {
  display: inline-block;
  width: 100%;
  height: 50px;
  float: left;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.table-prics li p {
  color: #777;
  line-height: 50px;
  margin: 0;
  font-size: 14px;
}

.table-prics li h6 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}

.table-prics span:nth-child(1) {
  border-right: 1px solid #f0f0f0;
}

.table-prics span:nth-child(2) p {
  color: #232323;
}

.table-head span:nth-child(1) {
  border-right: 1px solid #f7bd00;
}

.tab-tittle {
  height: 50px;
  display: inline-block;
  width: 100%;
  background: #b7b5b5;
}

.tab-tittle p {
  color: #000 !important;
  line-height: 50px;
  margin: 0;
  font-weight: 800;
  font-size: 15px;
}

.pop-project .carousel-indicators li {
  width: 100%;
  height: auto;
  position: relative;
  text-indent: inherit;
  margin: 0;
  padding: 0;
  height: 96px;
  overflow: hidden;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
}

.pop-project .carousel-indicators {
  position: relative;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.pop-project .carousel-inner img {
  width: 100%;
}

.projects-details ul p {
  text-transform: uppercase;
  color: #777;
  font-size: 12px !important;
  line-height: 16px;
  margin: 13px 0;
  padding-left: 10px;
}

.projects-details ul li {
  border-bottom: 1px dashed #dbdbdb;
  line-height: 41px;
}

.projects-details h3 {
  margin: 0;
  border-left: 5px solid #448aff;
  padding-left: 10px;
  font-weight: 700;
  margin-bottom: 20px;
}

.projects-details ul p span {
  font-weight: 600;
  color: #232323;
  font-size: 13px;
}

.projects-details ul p {
  border-left: 2px solid #448aff;
}

.projects-details {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.blog {
  padding: 40px 0;
  background: #fff;
}

.blog .b-details {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  height: 70%;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.blog .b-inner {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog .b-details h6 a {
  font-size: 15px;
  color: #343434;
  text-transform: uppercase;
  font-weight: 700;
}

.blog .b-details li {
  position: relative;
  overflow: hidden;
}

.blog .b-details a {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-transform: none;
  font-weight: 400;
  position: relative;
}

.blog .post-admin {
  display: inline-block;
  width: 100%;
  opacity: 0;
}

.blog .post-admin h6 {
  color: #fff;
  display: inline-block;
  margin-top: 0;
}

.blog .post-admin span {
  margin-top: 25px !important;
}

.blog .post-admin img {
  height: 65px;
  width: 65px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
}

.blog .b-details .bottom-sec span {
  margin-bottom: 20px;
}

.blog .b-details .bottom-sec {
  position: absolute;
}

.blog .b-details .bottom-sec p {
  opacity: 0;
}

.blog .b-details p {
  color: #fff;
}

.blog .b-details span {
  color: #fff;
  margin-top: 50px;
  display: inline-block;
  text-transform: uppercase;
}

.blog hr {
  width: 81px;
  height: 4px;
  border: none;
  background: #9c0608;
  opacity: 0;
}

.blog li:hover .post-admin {
  opacity: 1;
}

.blog li:hover .b-details {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.blog li:hover .b-details .bottom-sec {
  bottom: 50px;
}

.blog li:hover .b-details p {
  opacity: 1;
}

.blog li:hover hr {
  opacity: 1;
}

.blog-page .blog .b-details .bottom-sec p {
  opacity: 1;
}

.blog-page .blog .post-admin {
  opacity: 1;
  margin: 15px 0;
}

.blog-page .blog .post-admin h6 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
}

.blog-page .blog .post-admin span {
  padding: 0 10px;
  color: #ff5722;
}

.blog-page .blog .b-details {
  padding: 40px 30px;
}

.blog-page .blog .post-admin span i {
  margin-right: 5px;
}

.blog-page .blog .b-details {
  position: absolute;
  height: 50%;
}

.blog-page .blog .b-details .bottom-sec {
  position: relative;
}

.blog-page .blog li:hover .b-details {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  padding: 30px !important;
  height: auto;
}

.blog-page .blog li:hover .b-details .bottom-sec {
  bottom: 0;
}

.blog-page li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.blog-page .blog .b-details .bottom-sec span i {
  margin-right: 10px;
}

.single-post p {
  line-height: 28px;
}

.single-post blockquote {
  font-size: 18px;
  font-weight: 700;
  color: #8d8d8d;
  font-style: italic;
  line-height: 30px;
  border: none;
  padding-left: 50px;
}

.single-post blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  padding: 0;
  color: #9c0608;
  float: left;
  position: absolute;
  font-size: 26px;
  padding: 0;
  left: 15px;
  margin-top: 5px;
  font-weight: 100;
}

.single-imges {
  text-align: center;
  margin: 20px 0;
}

.single-imges li {
  position: relative;
}

.single-imges li .obre {
  position: relative;
  height: 169px;
  width: 169px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}

.single-imges li:hover a {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 169px;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
  background: rgba(39, 174, 96, 0.8);
}

.single-post li {
  margin-bottom: 0;
  border: none;
}

.restaurant_list_detail .single-post .tags {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.restaurant_list_detail .single-post .tags li a {
  font-size: 13px;
  padding: 6px 20px;
}

.who-we-are {
  padding: 80px 0;
  background: #b7b5b5;
}

.who-we-are .owl-dots {
  position: absolute;
  bottom: 0;
  z-index: 99;
  text-align: center;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}

.who-we-are .owl-dot {
  display: inline-block;
  margin: 0 2px;
}

.who-we-are .owl-dot span {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  margin-top: 15px;
  background: #d0d0d0;
  position: relative;
  z-index: 12;
  display: inline-block;
}

.who-we-are .owl-dot.active span {
  background: #ffc107;
}

#accordion .panel-default > .panel-heading .panel-title a:before {
  content: "-";
  font-family: "FontAwesome";
  padding: 0;
  color: #323232;
  float: right;
  font-size: 26px;
  padding: 0 15px;
  font-weight: 100;
}

#accordion .collapse.in {
  display: block;
  visibility: visible;
  border-bottom: 1px solid #d0d0d0;
}

#accordion .panel-group .panel + .panel {
  margin-top: 0;
}

#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
  content: "+";
  color: #323232;
  font-family: "FontAwesome";
}

#accordion .icon-accor {
  color: #ffc107;
  display: inline-block;
  height: 41px;
  width: 41px;
  text-align: center;
  line-height: 41px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#accordion .panel-default {
  border: none;
  box-shadow: none;
  margin-top: 0;
}

#accordion .panel-body {
  padding: 30px 15px;
}

#accordion .panel-default > .panel-heading {
  background: none;
  padding: 0;
  color: #232323;
  border-radius: 0;
  overflow: hidden;
  border: none;
}

#accordion .panel-default > .panel-heading a {
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  padding: 0;
  line-height: 40px;
  display: inline-block;
  padding-left: 0;
  border-bottom: 1px solid #d0d0d0;
}

#accordion .collapsed {
  color: #343434 !important;
}

#accordion .panel-group .panel {
  border-radius: 0;
}

#accordion .panel-body {
  border: none;
}

.pricing {
  padding: 80px 0;
  background: #fff;
}

.pricing h6 {
  background: #f0f0f0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0;
}

.pricing .curency {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -20px;
}

.pricing .price-head {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  height: 93px;
  font-size: 55px;
  font-weight: 700;
  background: #343434;
}

.pricing .price-head .month {
  font-size: 12px;
}

.pricing .p-details {
  padding-top: 20px;
  border: 1px solid #ececec;
  text-align: center;
  border-top: 0;
  display: inline-block;
  width: 100%;
}

.pricing .p-details p {
  padding: 12px 0;
  margin: 0;
}

.pricing .p-details p.gry-bg {
  background: #b7b5b5;
}

.pricing .p-details a {
  text-transform: uppercase;
  background: #343434;
  display: inline-block;
  float: left;
  height: 47px;
  line-height: 47px;
  padding-left: 30px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: -1px;
  position: relative;
}

.pricing .p-details a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #343434;
  float: right;
  height: 47px;
  overflow: hidden;
  position: relative;
  margin-right: -20px;
}

.restaurant_list_detail {
  background: #b7b5b5;
  margin-top: -5px;
}

.restaurant_list_detail .thumb-slider {
  border: 1px solid #e6e6e6;
  padding: 10px;
}

.restaurant_list_detail #carousel .flex-viewport {
  margin-top: 10px;
}

.restaurant_list_detail #carousel .slides > li {
  margin-left: 10px;
}

.restaurant_list_detail #carousel li:nth-child(1) {
  margin-left: 0;
}

.restaurant_list_detail #carousel .flex-direction-nav {
  display: none;
}

.restaurant_list_detail .home-in {
  background: #f2f2f2;
  display: inline-block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ff5722;
}

.restaurant_list_detail .home-in li {
  display: inline-block;
  float: left;
  width: 25%;
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 37px;
}

.restaurant_list_detail .home-in li span {
  font-size: 12px;
  color: #777;
}

.restaurant_list_detail .home-in li span i {
  font-size: 14px;
  margin-right: 5px;
}

.restaurant_list_detail h5 {
  font-weight: 600;
  color: #444;
}

.restaurant_list_detail .sale-tag {
  background: #ff5722;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  float: left;
  padding: 10px 30px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.categories {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.recent-come {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.info-property {
  border: 1px solid #ddd;
  margin-top: 30px;
}

.info-property h5.tittle-head {
  margin: 0;
  padding: 15px;
  font-size: 17px;
  background: #b7b5b5;
  border-bottom: 1px solid #ddd;
}

.info-property .inner {
  padding: 20px;
  background: #fff;
}

.info-property .inner p {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}

.info-property .inner p span {
  font-weight: 700;
  color: #343434;
}

.info-property .inner p {
  margin-bottom: 20px;
}

.info-property.more .inner {
  padding-bottom: 0;
}

.info-property.more li {
  padding-left: 30px;
  margin-bottom: 15px;
}

.info-property.more li p {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
}

.info-property.more li:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding: 0;
  color: #666;
  padding-left: 20px;
  left: 0;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
}

.info-property.agents-info p {
  text-transform: none;
  font-size: 15px;
  margin-top: 20px;
}

.info-property.agents-info .social_icons {
  float: right;
  margin-top: -35px;
}

.info-property.agents-info .social_icons li a {
  border-radius: 50%;
  line-height: 34px;
  height: 34px;
  width: 34px;
  margin-left: 10px;
  position: relative;
}

.info-property.agents-info .agent-info li {
  display: inline-block;
  width: 33.333%;
  float: left;
  margin: 0;
}

.info-property.agents-info .agent-info {
  display: inline-block;
  width: 100%;
}

.info-property.agents-info .agent-info li p {
  margin: 0;
}

.info-property.agents-info .agent-info li i {
  margin-right: 5px;
}

.restaurant_list_detail .find-sec {
  margin-top: 0;
  background: #b7b5b5;
  padding: 20px;
  padding-bottom: 10px;
}

.restaurant_list_detail .side-bar h5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 18px;
}

.restaurant_list_detail .find-sec h5 {
  margin-bottom: 10px;
}

.restaurant_list_detail .find-sec select {
  background-color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 11px;
  margin-bottom: 10px;
}

.restaurant_list_detail .find-sec:before {
  display: none;
}

.restaurant_list_detail .find-sec .btn {
  margin-top: 10px;
}

.restaurant_list_detail .finder {
  position: relative;
  top: 0;
}

.restaurant_list_detail .categories li {
  line-height: 32px;
  padding-left: 24px;
}

.restaurant_list_detail .categories li:before {
  content: "";
  font-family: FontAwesome;
  padding: 0;
  color: #666;
  padding-left: 30px;
  left: 0;
  font-size: 15px;
  font-weight: 100;
  position: absolute;
}

.restaurant_list_detail .categories li a {
  color: #343434;
}

.restaurant_list_detail .categories li a:hover {
  color: #9c0608;
}

.restaurant_list_detail .categories h5 {
  margin-bottom: 5px;
}

.restaurant_list_detail .side-bar .text-post {
  float: right;
  width: 68%;
  margin-left: 8px;
}

.restaurant_list_detail .categories span {
  color: #ff5722;
}

.restaurant_list_detail .side-bar hr {
  margin-bottom: 15px;
  margin-top: 15px;
  border-color: #cacaca;
}

.restaurant_list_detail .socil-action {
  display: inline-block;
  width: 100%;
}

.restaurant_list_detail .socil-action li {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-top: 10px;
}

.restaurant_list_detail .side-bar .recent-come li {
  margin-bottom: 0;
}

.restaurant_list_detail .side-bar .img-post {
  height: 70px;
  width: 70px;
  float: left;
  border-radius: 50px;
}

.img-post img {
  border-radius: 50px;
  width: 72px;
  height: auto;
}

.restaurant_list_detail .side-bar.text-post {
  float: right;
  width: 72%;
}

.restaurant_list_detail .side-bar .recent-come li a {
  color: #343434;
  font-size: 14px;
  margin-top: 0;
  text-transform: none;
  line-height: 22px;
}

.restaurant_list_detail .side-bar .recent-come li a:hover {
  color: #bf1818;
}

.restaurant_list_detail .side-bar .recent-come li {
  border-bottom: 1px solid #cacaca;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.restaurant_list_detail .side-bar .recent-come li:nth-child(1) {
  margin-top: 0;
}

.restaurant_list_detail .side-bar .recent-come li span {
  font-weight: 600;
  color: #9c0608;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.restaurant_list_detail .socil-action li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.restaurant_list_detail .socil-action li i {
  background: rgba(255, 255, 255, 0.2);
  float: left;
  height: 26px;
  font-size: 13px;
  width: 26px;
  line-height: 26px;
}

.restaurant_list_detail .tags {
  display: inline-block;
  width: 100%;
}

.restaurant_list_detail .tags li {
  display: inline-block;
}

.restaurant_list_detail .tags li a {
  border: 1px solid #dcdcdc;
  color: #adadad;
  padding: 5px 10px;
  float: left;
}

.restaurant_list_detail .flicker-post {
  display: inline-block;
  width: 100%;
}

.restaurant_list_detail .flicker-post li {
  float: left;
  width: 33.333%;
  padding-right: 6px;
  padding-bottom: 6px;
}

.restaurant_list_detail .flicker-post li a:hover {
  opacity: 0.5;
}

.restaurant_list_detail .tags li a:hover {
  background: #9c0608;
  color: #fff;
  border-color: #9c0608;
}

.restaurant_list_detail .socil-action li .rss {
  background: #f60;
}

.restaurant_list_detail .socil-action li .tw {
  background: #31aae2;
}

.restaurant_list_detail .socil-action li .fb {
  background: #3b59a1;
}

.restaurant_list_detail .socil-action li .pin {
  background: #cc2127;
}

.restaurant_list_detail .socil-action li .drib {
  background: #ea367e;
}

.restaurant_list_detail .socil-action li .g-plus {
  background: #dd4c39;
}

.our-best {
  padding: 80px 0;
  text-align: center;
}

.our-best li {
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  width: 14%;
}

.our-best .icon {
  border: 3px solid #fd0;
  height: 113px;
  width: 113px;
  border-radius: 50%;
  line-height: 106px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.our-best li:hover .icon {
  border: 3px solid #002b5e;
}

.our-best li h6 {
  text-transform: uppercase;
  color: #343434;
  font-size: 14px;
}

.community {
  background: url(../img/comm-bg.html) fixed no-repeat;
  padding: 40px 0;
  background-size: cover;
}

.community h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.community .btn {
  border-radius: 4px;
  margin-top: 30px;
}

.community a {
  width: 150px;
  display: inline-block;
  margin-top: 20px;
}

.community .sizer {
  background: url(../img/swizer.html) center center no-repeat;
  width: 16px;
  height: 135px;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

#portfolio {
  padding: 80px 0;
  background: #fff;
}

.filter {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.filter li a {
  font-size: 12px;
  color: #232323;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0 10px;
  margin-right: 12px;
  text-transform: uppercase;
}

.filter li a:hover {
  color: #ffd249;
  border-bottom: 1px solid #ffd249;
}

.filter li a.active {
  color: #ffd249;
  border-bottom: 1px solid #ffd249;
}

.filter li {
  margin: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.filter li select {
  border: 1px solid #002b5e;
  color: #002b5e;
  height: 32px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
}

.isotope-item {
  z-index: 2;
  display: block !important;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.portfolio .items {
  margin: 0 -15px;
}

.portfolio .item {
  width: 25%;
  display: inline-block;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.portfolio .item img {
  width: 100%;
}

.nav-icon {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.nav-icon i {
  height: 35px;
  width: 35px;
  border: 1px solid #e8e8e8;
  line-height: 35px;
  color: #000;
}

.portfolio-wrapper .btn {
  margin-top: 50px;
}

.portfolio .col-3 .item {
  width: 33.3333%;
}

.portfolio .col-5 {
  margin: 0 -2px;
}

.portfolio .col-5 .item {
  width: 20%;
  padding: 2px;
  margin-bottom: 0;
}

.sign-up {
  padding: 80px 0;
  background: #f2f2f2;
}

.sign-up h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}

.sign-up li input {
  display: inline-block;
  width: 100%;
}

.sign-up li label {
  color: #777;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.sign-up li .form-control {
  border-radius: 4px;
  height: 40px;
  border: 1px solid #ececec;
  box-shadow: none;
  margin-top: 10px;
}

.sign-up li .form-control:focus {
  border-color: #002b5e !important;
}

.sign-up li .btn {
  border-radius: 4px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.policy {
  margin-top: 50px;
}

.policy p {
  font-size: 15px;
  font-weight: 500;
  color: #343434;
}

.policy a {
  color: #002b5e;
}

.submit-coupon {
  padding: 80px 0;
  background: #fff;
}

.submit-coupon .tittle h5 {
  color: #777;
  text-transform: uppercase;
}

.submit-coupon .sub-cin {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  padding: 28px;
}

.submit-coupon h6 {
  font-size: 15px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-coupon .sub-cin .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
}

.cou-type .nav-tabs li {
  padding: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 50px;
}

.cou-type .nav-tabs li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  border-right: 1px solid #e5e5e5;
}

.cou-type .nav-tabs li:nth-last-child(1) a {
  border-right: none;
}

.cou-type .nav-tabs {
  border: 1px solid #e5e5e5;
}

.cou-type .nav-tabs > li > a:hover {
  border: none;
  margin: 0;
  background: #002b5e;
  color: #fff;
  border-radius: 0;
  border-bottom: 4px solid #fd0;
}

.cou-type .nav-tabs > li.active > a {
  border: none;
  margin: 0;
  background: #002b5e;
  color: #fff;
  border-radius: 0;
  border-bottom: 4px solid #fd0;
}

.cou-type textarea {
  height: 120px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.cou-type input {
  height: 40px;
}

.form-control:focus {
  box-shadow: 0 0 1px #999 !important;
}

.cou-type .coupon-chapc {
  display: inline-block;
  width: 210px;
  background: #f2f2f2;
  line-height: 86px;
  height: 86px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  text-align: center;
}

.cou-type .calen {
  float: right;
  margin-right: 20px;
  margin-top: -28px;
  color: #aaa;
  font-size: 15px;
}

.cou-type .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  margin-top: 30px;
}

.core-com {
  text-align: center;
}

.core-com h4 {
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.com-img {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 0 50px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 50px;
}

.com-feature {
  text-align: left;
}

.com-feature h4 {
  margin-bottom: 30px;
  color: #333;
}

.com-feature p {
  font-size: 16px;
  line-height: 24px;
}

.com-feature li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.com-feature li i {
  font-size: 24px;
  color: #002b5e;
}

.com-feature h6 {
  margin: 0;
  margin-bottom: 10px;
}

.coupon-win {
  background: #fd0;
  padding: 25px;
  border: 1px dashed #002b5e;
  outline: 10px solid #fd0;
  margin-top: 80px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.coupon-win h4 {
  font-size: 22px;
  display: inline-block;
  font-weight: 700;
}

.coupon-win .join {
  background: #fff;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  margin-left: 50px;
  color: #002b5e;
}

.coupon-win .join:hover {
  background: #002b5e;
  color: #fff;
}

.blog .title-hed {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  margin-top: 30px;
}

.blog .title-hed:hover {
  color: #002b5e;
}

.blog .blog-post ul.small-tag {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog .blog-post {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
}

.blog .blog-post ul.small-tag span {
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.blog .blog-post p {
  font-size: 14px;
  line-height: 24px;
}

.blog .blog-post ul.small-tag span:nth-child(1) {
  margin-left: 0;
}

.blog .blog-post ul.small-tag li {
  color: #777;
}

.blog .blog-post ul.small-tag li i {
  margin-right: 5px;
}

.blog .blog-post img {
  width: 100%;
}

.blog .blog-post span.date {
  background: #ffc107;
  height: 25px;
  position: absolute;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  color: #232323;
  padding-right: 20px;
  font-weight: 600;
  margin-top: -50px;
  font-size: 13px;
  margin-left: 20px;
  z-index: 999;
}

.blog .blog-post span.date i {
  background: #fff;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}

.blog .flex-direction-nav a {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  border: none;
}

.blog .flex-direction-nav {
  top: 48%;
}

.post-bg {
  background: url(../img/blog-img-bg.html) no-repeat;
  padding: 60px 40px;
  text-align: center;
}

.post-bg p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px !important;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.post-bg a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px !important;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.post-bg i {
  background: #ffc107;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  border-radius: 50%;
  display: inline-block;
}

.blog .pagination {
  border: none;
}

.blog .pagination li {
  border: none;
}

.blog .pagination li a {
  border: none;
  height: 42px;
  width: 42px;
  margin-right: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  line-height: 40px;
  color: #111;
}

.blog .pagination li a:hover {
  background: #ffc107;
  color: #fff;
}

.blog-side-bar {
  padding-left: 30px;
}

.blog-side-bar h5 {
  color: #343434;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
  border-left: 5px solid #448aff;
}

.blog-side-bar .cate-side li {
  padding-top: 13px;
  display: inline-block;
  width: 100%;
}

.blog-side-bar .cate-side li:hover img {
  opacity: 0.5;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-side-bar .cate-side li .img-side {
  width: 80px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.blog-side-bar .cate-side li a {
  font-weight: 700;
  color: #697a8e;
  font-size: 14px;
  line-height: 25px;
}

.blog-side-bar .cate-sim a {
  display: inline-block;
  width: 100%;
  color: #343434;
  font-size: 15px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.blog-side-bar .cate-sim {
  margin-top: 0;
}

.blog-side-bar .cate-sim li:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding: 0;
  color: #ffc300;
  float: right;
  left: 70px;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
}

.blog-side-bar a:hover {
  color: #002b5e !important;
}

.blog-side-bar .cate-sim li {
  line-height: 38px;
  padding-left: 30px;
}

.blog-side-bar .tags {
  display: inline-block;
  width: 100%;
}

.blog-side-bar .tags li {
  display: inline;
  border: none;
  display: inline-block;
  line-height: none;
}

.blog-side-bar .tags li a {
  border: 1px solid #eaeaea;
  color: #333;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 20px;
  font-size: 12px;
  margin: 0 0 10px 10px;
}

.blog-side-bar .tags li a:hover {
  background: #ffc300;
  color: #fff !important;
  border-color: #ffc300;
}

.blog-side-bar .cate-sim a span {
  color: #777;
}

.blog-side-bar .cate-sim li:hover a span {
  color: #777;
}

.blog-side-bar .flicker {
  margin: 0 -5px;
}

.blog-side-bar .flicker li {
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-side-bar .flicker li:hover img {
  opacity: 0.3;
}

.blog-side-bar .tw-widgets li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.blog-side-bar ul.wid-in li {
  border: none;
  margin-bottom: 0;
}

.blog-side-bar ul.wid-in li:nth-child(1) {
  width: 80px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  float: right;
  display: inline-block;
  border: none;
}

.blog-side-bar ul.wid-in li h5 {
  margin: 0;
  padding-bottom: 10px;
  border: none;
  color: #697a8e !important;
}

.blog-side-bar ul.wid-in li:nth-child(2) {
  float: left;
  width: 64%;
  padding-left: 15px;
}

.blog-side-bar ul {
  padding-left: 15px;
}

.blog-side-bar p {
  padding-left: 25px;
}

.blog-side-bar ul.wid-in li:nth-child(2):before {
  content: "\f0da";
  font-family: FontAwesome;
  padding: 0;
  color: #ffc300;
  float: right;
  left: 70px;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
}

.blog-side-bar ul.wid-in li span {
  color: #777;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-top: 15px;
}

.blog-side-bar ul.wid-in li span i {
  margin-right: 5px;
}

.blog-side-bar ul.wid-in li a {
  font-size: 14px;
  color: #232323;
  line-height: 18px;
  display: inline-block;
  width: 100%;
}

.blog-side-bar .cate-side li a {
  font-size: 14px;
  line-height: 30px;
  color: #343434;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 60%;
}

.blog-side-bar .cate-side li span {
  width: 65%;
  display: inline-block;
  font-size: 12px;
  color: #b7c2cd;
}

.blog-side-bar .cate-side li span i {
  color: #b7c2cd;
  margin: 0 10px;
}

.blog-side-bar .search input {
  width: 100%;
  border: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 45px;
  padding: 0 20px;
  padding-left: 10px;
  font-style: italic;
  color: #adb9c6;
  font-size: 14px;
}

.blog-side-bar .search button {
  height: 45px;
  color: #777;
  font-size: 16px;
  background: none;
  border: none;
  position: relative;
  float: right;
  margin-top: -45px;
  width: 40px;
  text-align: center;
}

.blog-side-bar .latest-tw ul.wid-in li:nth-child(1) {
  width: 30px;
}

.blog-side-bar .latest-tw ul.wid-in li:nth-child(2) {
  width: 85%;
}

.blog-side-bar .latest-tw li h6 {
  margin-top: 0;
  color: #a3a3a3;
}

.blog-side-bar .latest-tw li a {
  text-transform: none !important;
  display: inline-block;
  width: auto !important;
  color: #28a9e2 !important;
}

.blog-side-bar .wid-in li:nth-child(1) i {
  color: #a3a3a3;
  font-size: 22px;
}

.share-post {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.share-post h3 {
  font-weight: 700;
  margin: 0;
  margin-top: 8px;
}

.share-post li a {
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid #ebebeb;
  height: 35px;
  width: 35px;
  background: #b7b5b5;
  line-height: 33px;
  border-radius: 50%;
}

.admin-info {
  padding: 30px;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
}

.admin-info p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.admin-info h6 {
  margin-bottom: 20px;
  color: #343434;
}

.admin-info img {
  border-radius: 50%;
  height: 170px;
  width: 170px !important;
}

.admin-info .social_icons {
  display: inline-block;
  width: 100%;
  margin-top: 0;
}

.admin-info li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.admin-info .social_icons li {
  float: none;
  margin-top: 10px;
}

.admin-info .social_icons a {
  background: none;
  color: #555;
  border-radius: 50%;
  font-size: 16px;
  height: 35px;
  float: none;
  background: rgba(0, 0, 0, 0.03);
  text-align: center;
  width: 35px;
  line-height: 35px;
  margin-right: 5px;
}

.admin-info h3 {
  margin-top: 0;
}

.admin-info h5 {
  color: #27ae60;
  margin-bottom: 10px;
}

.post-navi {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #343434;
  padding-bottom: 30px;
}

.post-navi img {
  width: 100%;
}

.post-navi span {
  font-size: 14px;
  color: #777;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}

.post-navi span.hiding {
  font-size: 13px;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
}

.post-navi span.hiding:hover {
  color: #002b5e;
}

.media-left .media-object {
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  margin-right: 20px;
}

.comments .media-body h4 span {
  font-size: 12px;
  color: #777;
  margin-left: 20px;
}

.comments .media-body a {
  float: right;
  margin-top: -22px;
}

.comments {
  margin-top: 30px;
}

.comments .media-list {
  margin-bottom: 30px;
}

.comments .media-list li {
  padding: 30px 20px;
  border: 1px solid #f5f5f5;
}

.comments .media-left {
  margin-right: 20px;
}

.comments .media p {
  margin-top: 20px;
  font-size: 14px;
}

.comments .media h6 span {
  font-size: 12px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 8px;
}

.comments .media h6 {
  font-weight: 700;
  color: #27ae60;
}

.comments .media a.btn {
  border: 1px solid #f1f1f1 !important;
  font-size: 10px;
  background: none;
  padding: 2px 10px;
  color: #969595;
  text-align: center;
}

.comments .media a.btn:hover {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff;
}

.comments form label {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}

.comments form .form-control {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.comments form textarea.form-control {
  display: inline-block;
  width: 100%;
  height: 150px;
}

.comments form .btn {
  width: 100%;
  height: 53px;
  line-height: 53px;
  padding: 0;
  background: #27ae60;
  color: #fff;
}

.comments li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.regi-sec {
  padding: 20px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.regi-sec li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.regi-sec li label {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  color: #989898;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}

.regi-sec li input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ececec;
  margin-top: 5px;
}

.regi-sec li .btn {
  margin-top: 0;
  float: left;
  border-bottom: 2px solid #217425;
}

.regi-sec li .forget {
  float: right;
  color: #ff5722;
  font-size: 11px;
  margin-top: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.regi-sec li .forget a {
  float: right;
  color: #ff5722;
  font-size: 10px;
  margin-top: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.regi-sec .checkbox label {
  width: auto;
  float: right;
  color: #ff5722;
  font-size: 11px;
  margin-top: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.regi-sec input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin-top: 0;
}

.trems {
  font-size: 10px !important;
}

.register .call-us {
  margin-top: 80px;
}

.register .call-us .overlay {
  padding: 50px 15px;
}

.register form {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
}

.register .call-us ul {
  display: inline-block;
  width: 100%;
}

.register .regi-tag {
  background: url(../img/registr-tag.png) no-repeat;
  width: 165px;
  height: 43px;
  display: inline-block;
  position: absolute;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
  float: left;
  margin-left: -40px;
  margin-bottom: 50px;
  line-height: 34px;
  position: absolute;
}

#map {
  display: inline-block;
  width: 100%;
  height: 450px;
  position: relative;
  border: none;
}

.contact {
  margin-top: 0;
}

.contact-info {
  padding: 0;
}

.contact-info h3 {
  margin: 0;
  text-transform: none;
  margin-bottom: 5px;
}

.contact-info p {
  font-size: 14px;
  margin: 0;
  text-transform: none;
  line-height: 26px;
}

.contact-info i {
  color: #9c0608;
  font-size: 40px;
  margin-bottom: 5px;
}

.contact-info a {
  text-transform: none;
  font-size: 14px;
  color: #555;
  display: inline-block;
  width: 100%;
}

.contact-info a:hover {
  color: #b02350;
  text-decoration: none;
}

.contact-info p span {
  color: #ffc107;
  font-size: 16px;
  font-weight: 700;
}

.contact-info .con-det {
  margin-top: 10px;
}

.contact-info .con-det li {
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  min-height: 145px;
}

.contact-info .social_icons {
  width: 65%;
}

.contact-info .social_icons a {
  background: #f5f5f5;
  font-size: 16px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.contact-info .con-det h6 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
}

.contact-info .con-det h4 {
  color: #ffc107;
}

.contact-info .con-det hr {
  width: 28px;
  height: 3px;
  margin: 0 auto;
  background: #448aff;
  border: none;
  margin-bottom: 20px;
}

.contact #contact_form {
  text-align: center;
}

.contact .error {
  border: 1px solid red !important;
}

.error:before {
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 0;
  color: #0096ff;
  padding: 0;
  padding: 0 13px;
  float: right;
  font-size: 12px;
  position: absolute;
}

.success-msg {
  background: #fff;
  border: 1px solid #abd0a8;
  color: #589051;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 11px 16px;
  border-radius: 4px;
  display: none;
}

.success-msg i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #abd0a8;
  margin-right: 10px;
}

#contact_form li {
  margin-bottom: 4px;
  text-align: left;
}

#contact_form li input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

#contact_form li .form-control {
  height: 40px;
  border: 1px solid #e9eaee;
  box-shadow: none;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#contact_form li textarea {
  height: 120px !important;
  resize: none;
}

#contact_form li .btn {
  height: 38px;
  border-radius: 5px;
  line-height: 14px;
  display: inline-block;
  margin-top: 0;
}

.contact-form {
  padding: 0;
}

.contact-form .tittle {
  text-align: center;
}

.contact-form .tittle hr {
  width: 28px;
  height: 5px;
  margin: 15px auto;
  background: #448aff;
  border: none;
}

.contact-form .tittle p {
  text-transform: none;
  font-size: 14px;
}

.contact-form .tittle h2:before {
  display: none;
}

.contact-form label {
  font-weight: 400;
  color: #555;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}

.contact-form textarea {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px;
}

.contact-form .loc-info p {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: none;
}

.contact-form p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.contact-form h5 {
  color: #555;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-transform: none;
  text-align: left;
}

.contact-form .loc-info p i {
  float: left;
  margin-bottom: 7px;
  margin-top: 6px;
  width: 28px;
}

.shortcodes {
  padding: 80px 0;
}

.shortcodes .tittle {
  margin-bottom: 20px;
}

.hight-lights p {
  font-size: 15px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #000;
}

.hight-lights .w-bg {
  background: #002b5e;
  color: #fff;
}

.hight-lights .w-under {
  text-decoration: underline;
  color: #002b5e;
}

.shortcodes h1 {
  margin-top: 0;
}

.shortcodes .btn-med {
  margin-left: 3px;
  margin-right: 3px;
}

.drop-cobs p {
  font-size: 14px;
  color: #777;
  font-weight: 100;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.drop-cobs p span {
  background: #002b5e;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  float: left;
  color: #fff;
  margin-bottom: 5px;
  margin-right: 20px;
  display: inline-block;
}

.drop-cobs p span.border {
  background: none;
  color: #002b5e;
  border: 1px solid #002b5e;
}

.close {
  line-height: 26px;
}

.alert {
  font-size: 13px;
  text-transform: none;
  height: auto;
  line-height: 26px;
  padding: 10px 15px;
}

.message .alert ul {
  list-style-type: indent;
}

.alert span {
  float: right;
  font-size: 26px;
}

.alert i {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: #fff;
  margin-top: -10px;
  margin-right: 20px;
  text-align: center;
  line-height: 36px;
}

.alert-success i {
  background: #468847;
}

.alert-info i {
  background: #4853b9;
}

.alert-warning i {
  background: #c09853;
}

.alert-danger i {
  background: #ee180d;
}

.map {
  min-width: 300px;
  min-height: 300px;
  width: 100%;
  height: 100%;
}

#tabs .tab-pane {
  padding: 20px;
  border: 1px solid #e8e8e8;
}

#tabs .nav-tabs > li {
  border: none;
  margin: 0;
  padding: 0;
}

#tabs .nav-tabs > li a {
  border: none;
  float: left;
  padding: 10px 30px;
  border-radius: 0;
  text-transform: uppercase;
}

#tabs .nav-tabs > li.active a {
  border: none;
  background: #002b5e;
  color: #fff;
}

#tabs .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}

#tabs .nav-tabs {
  border: none;
  border-bottom: 3px solid #002b5e;
}

.skills-bar .progress {
  height: 29px;
  background: #aaa;
}

.skills-bar .progress-bar {
  text-align: left;
}

.skills-bar h5 {
  font-size: 16px;
  display: inline-block;
  display: inline-block;
  width: 100%;
}

.skills-bar .progress-bar {
  float: left;
  width: 100%;
  height: 11px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #002b5e;
  border-radius: 30px;
}

.skills-bar li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.skills-bar .progress {
  overflow: inherit !important;
  background: #fff;
  border: 9px solid #e7e7e7;
  border-left: 20px solid #e7e7e7;
  border-right: 20px solid #e7e7e7;
  border-radius: 30px;
  box-shadow: none;
}

.skills-bar .progress-bar span {
  text-align: center;
  line-height: 29px;
  background: url(../img/per-bg.html) no-repeat;
  font-size: 13px;
  color: #fff;
  width: 51px;
  height: 42px;
  float: right;
  position: relative;
  top: -58px;
}

.rights {
  background: #111;
  padding: 20px 0;
  text-transform: uppercase;
}

.rights p {
  font-size: 13px;
  color: #fff;
  text-transform: none;
  margin: 0;
  text-align: center;
}

.error-page {
  padding: 80px 0;
}

.error-page .not-found {
  font-size: 54px;
  color: #1a1a1d;
  display: inline-block;
  width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 20%;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.error-page .head-404 {
  font-size: 208px;
  color: #1a1a1d;
  display: inline-block;
  width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 0;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.error-page h4 {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
}

.error-page h4 a {
  font-size: 18px;
  color: #27ae60;
  font-weight: 700;
}

.social_icons {
  position: relative;
  z-index: 9;
}

.social_icons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.social_icons li {
  display: inline-block;
  list-style: none;
  float: left;
}

.social_icons a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
  color: #3b3b3b;
}

.social_icons a:hover i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transition: 0.4s ease-in-out;
  color: #fff;
}

.social_icons .behance a:hover {
  color: #fff;
  background-color: #2b9ad2;
  border-color: #2b9ad2;
}

.social_icons .blogger a:hover {
  color: #fff;
  background-color: #ff6500;
  border-color: #ff6500;
}

.social_icons .deviantart a:hover {
  color: #fff;
  background-color: #536659;
  border-color: #536659;
}

.social_icons .dribbble a:hover {
  color: #fff;
  background-color: #f973a4;
  border-color: #f973a4;
}

.social_icons .facebook a:hover {
  color: #fff;
  background-color: #3b5a9b;
  border-color: #3b5a9b;
}

.social_icons .flickr a:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.social_icons .forrst a:hover {
  color: #fff;
  background-color: #2f713d;
  border-color: #2f713d;
}

.social_icons .googleplus a:hover {
  color: #fff;
  background-color: #f63d26;
  border-color: #f63d26;
}

.social_icons .instagram a:hover {
  color: #fff;
  background-color: #507ea4;
  border-color: #507ea4;
}

.social_icons .lastfm a:hover {
  color: #fff;
  background-color: #da0019;
  border-color: #da0019;
}

.social_icons .linkedin a:hover {
  color: #fff;
  background-color: #0072b2;
  border-color: #0072b2;
}

.social_icons .paypal a:hover {
  color: #fff;
  background-color: #165c82;
  border-color: #165c82;
}

.social_icons .picasa a:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.social_icons .pinterest a:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.social_icons .skype a:hover {
  color: #fff;
  background-color: #00aaf1;
  border-color: #00aaf1;
}

.social_icons .soundcloud a:hover {
  color: #fff;
  background-color: #ff6900;
  border-color: #ff6900;
}

.social_icons .stumbleupon a:hover {
  color: #fff;
  background-color: #eb4823;
  border-color: #eb4823;
}

.social_icons .twitter a:hover {
  color: #fff;
  background-color: #2baae1;
  border-color: #2baae1;
}

.social_icons .vimeo a:hover {
  color: #fff;
  background-color: #40b2dc;
  border-color: #40b2dc;
}

.social_icons .youtube a:hover {
  color: #fff;
  background-color: #ff3330;
  border-color: #ff3330;
}

.social_icons .tumblr a:hover {
  color: #fff;
  background-color: #35506b;
  border-color: #35506b;
}

.scrollup {
  background: url(../img/top-move.png) no-repeat scroll 0 0;
  bottom: 5px;
  display: none;
  height: 40px;
  opacity: 0.9;
  outline: medium none !important;
  position: fixed;
  right: 10px;
  text-indent: -9999px;
  width: 40px;
}

.anim-end-stb {
  animation: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0 normal none 1
    running anim-stb;
}

.hi-icon-effect-8 .hi-icon::after {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  left: 0;
  opacity: 0;
  padding: 0;
  top: 0;
  transform: scale(0.9);
  z-index: -1;
}

.hi-icon::after {
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

*::before,
*::after {
  box-sizing: border-box;
}

.hi-icon-effect-8 .hi-icon {
  background: #bf1818 none repeat scroll 0 0;
  transition: transform 0.1s ease-out 0s, background 0.2s ease 0s;
}

.hi-icon {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
}

.b-infoblock-with-icon__icon {
  background: #f7d032 none repeat scroll 0 0;
  border: 2px solid transparent;
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px;
  padding: 18px 5px;
  position: relative;
  text-align: center;
  transition: background 0.7s ease 0s;
}

.hi-icon-effect-8 .hi-icon:hover::after {
  animation: 1.3s ease-out 75ms normal none 20 running sonarEffect;
}

.hi-icon-effect-8 .hi-icon:hover {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #bf1818;
  color: #bf1818;
}

ul.acorh,
ul.acorh * {
  margin: 0;

  padding: 0;

  border: 0;
}

ul.acorh {
  margin: 10px auto;

  padding: 0;

  list-style: none;

  width: 100%;

  font-size: 18px;
}

ul.acorh li {
  background: #666;

  color: #fff;
}

ul.acorh li a {
  display: block;

  padding: 3px 2px 5px 3px;

  background: #333;

  color: #eee;

  border-bottom: 1px solid #000;

  border-top: 1px solid #666;

  text-decoration: none;

  box-sizing: border-box;
}

ul.acorh li ul {
  display: none;
  margin: 0;

  padding: 0;

  list-style: none;

  overflow: hidden;

  transition: 0.3s all ease-in;
}

ul.acorh li li a {
  padding: 10px 10px 10px 40px;

  background: #999;

  color: #000;

  font-size: 16px;

  border: 0;

  border-bottom: 1px solid #ccc;

  box-sizing: border-box;
}

ul.acorc li li:last-child a {
  border-bottom: 0;
}

/*ul.acorh li:hover ul,
ul.acorh li:target ul {
    max-height: 300px;

    transition: 0.3s all ease-in;
}*/
ul.acorh li a:hover {
  background: #666;

  color: #fff;
}

.order-list-product-details {
  display: none;
}

.ui-dialog-titlebar-close:after {
  content: "X";
  color: black;
  margin-top: -6px;
  position: relative;
  float: left;
  margin-left: -2px;
  font-size: 14px;
}
.order-list-product-details {
  font-size: 14px;
}
.order-list-product-details-description {
  text-decoration: underline;
  margin-bottom: 15px;
}
.order-details-header {
  font-weight: bold;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.order-details-footer {
  border: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.order-details-footer label {
  float: left;
  clear: both;
  min-width: 120px;
  font-weight: bold;
}
.order-details-footer span {
  float: left;
  clear: both;
  font-weight: normal;
  margin-bottom: 30px;
}
a.menu-details {
  float: left !important;
  text-decoration: none;
  text-align: left;
}
img.product-details-image {
  width: 100%;
  float: left;
  margin-right: 20px;
}
.product-details-category {
  float: left;
  font-style: italic;
}

.product-details-price {
  float: right;
  clear: both;
}

.product-details-price span {
  float: right;
  font-size: 30px;
  color: #9c0608;
}

.product-details-price .btn {
  float: right;
  clear: both;
}

.product-details-description {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  word-break: break-word;
}
.product-details-deliverable {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}
.product-details-payment-method {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-details-area {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-details-area ul,
.product-details-payment-method ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-details-area ul li,
.product-details-payment-method ul li {
  list-style: disc;
}

body #cookie-bar a,
body #cookie-bar-prompt-content a,
body #cookie-bar-prompt-content span {
  color: #9c0608;
  font-weight: bold;
}
body #cookie-bar a:hover,
body #cookie-bar-prompt-content a:hover {
  color: #aa2222;
}
body #cookie-bar-button {
  border-color: #9c0608;
}
.links-xarxes-socials {
  position: absolute;
  margin-left: 0px;
  margin-top: 14px;
  z-index: 1000;
}
.links-xarxes-socials a {
  color: #808080;
  font-size: 17px;
  padding-right: 0px;
  margin-right: 0px;
  float: left;
}
a.social-share {
  color: #cfcfcf;
}
a.social-share:hover {
  color: #ffffff;
  font-size: 26px;
}
div.social-share {
  position: absolute;
  right: 16px;
  top: 12px;
}

.table > tbody > tr.cart-fila-descripcio > td {
  border-top: none;
}
.table > tbody > tr.cart-fila-descripcio > td span {
  width: 100%;
  display: block;
  border: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
}
.table > tbody > tr.cart-fila-descripcio > td textarea {
  width: 100%;
  height: 45px;
  margin-top: 5px;
  border-radius: 3px;
  border: 1px solid #aaa;
}

.table > tbody > tr.my-order-details-line-extra-info > td {
  padding-bottom: 20px;
}
.table > tbody > tr.my-order-details-line-extra-info > td > span {
  width: 90%;
  display: block;
  float: left;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 5px 10px;
  margin-left: 5%;
}
label#xsearch-label {
  display: none;
}

@media (max-width: 480px) {
  #list_shortcuts a.acces-site {
    height: 50px;
    overflow: hidden;
  }
  #list_shortcuts a.acces-site > span {
    top: 128px !important;
    text-align: left;
    padding-left: 20px;
  }
  #list_shortcuts a.acces-site > span.acces-site-span-comercos {
    top: 177px !important;
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  #list_shortcuts a.acces-site > span > span {
    top: 13px !important;
    display: inline !important;
    width: 100% !important;
    height: 20px !important;
  }
  #list_shortcuts ul.acces-site li {
    height: 200px !important;
  }

  #list_shortcuts.llista-activitats ul.acces-site li {
    height: auto !important;
  }
  #list_shortcuts.llista-activitats div.contenidor-logo-site {
    height: auto;
  }
  #list_shortcuts.llista-activitats .acces-site a {
    height: auto;
  }
}
@media (max-width: 950px) {
  select#xsearch {
  }
  label#xsearch-label {
    display: none;
  }
  form#search button.icon {
    margin-left: 23px !important;
  }
  #banner.portada-global section {
    height: auto;
  }
}

div.product-can-buy {
  float: right;
  margin-top: 8px;
  margin-right: 20px;
  font-size: 22px;
  clear: both;
}
div.product-deliverable {
  float: right;
  margin-top: 8px;
  margin-right: 20px;
  font-size: 22px;
  color: #559955;
}

ul.contenidor-cerca-avancada {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  overflow: auto;
  max-height: 275px;
}

.advanced-search .form-group {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
ul.contenidor-cerca-avancada li {
  float: left;
  clear: both;
  display: block;
  margin-bottom: 10px;
}
ul.contenidor-cerca-avancada li div.lcs_wrap {
  display: block;
  float: left;
  width: 75px;
}
ul.contenidor-cerca-avancada li label {
  display: block;
  float: left;
  max-width: 400px;
}

.boto-cerca-avancada {
  background-color: #343434;
  color: #f7f7f7;
  font-size: 19px;
  padding: 5px 15px;
  border-radius: 9px;
  float: right;
  margin-right: 49px;
  margin-top: 10px;
}
header.sticky {
  position: fixed;
  top: 0px;
}
header.sticky + div {
  margin-top: 150px !important;
}

a.btn.producte-no-disponible-venda {
  font-size: 10px;
  background-color: transparent;
  color: #999;
  border: 2px solid #999;
  max-width: 240px;
  line-break: normal;
  overflow: hidden;
  word-break: break-word;
  min-height: 50px;
  white-space: normal;
  text-align: center;
}
table.table.cart-list > tbody > tr > td:first-of-type {
  width: 66%;
}
table.table.cart-list > tbody > tr > td:nth-of-type(2) {
  width: 10%;
}

#list_shortcuts ul.acces-site > li {
  height: 170px;
  min-height: 170px;
}

#list_shortcuts span.acces-site-span-contenidor-nom {
  padding-bottom: 15px;
  position: absolute;
  bottom: 0px;
  top: 63px;
  height: 120px;
}
#list_shortcuts span.acces-site-span-contenidor-nom > span {
  top: 40%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 17px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#list_shortcuts span.acces-site-span-comercos {
  font-size: 13px;
  line-height: 8px;
  color: #ccc;
  top: 150px;
}

span.contenidor-titol-producte {
  padding-right: 65px;
  display: block;
}

span.detail_con_text p {
  line-height: initial;
}
span.detail_con_text img {
  max-width: 100% !important;
}

div.product-details-description img {
  max-width: 100%;
}

.widget.wp_google_lanuage_translator-2.widget_wp_google_lanuage_translator
  .goog-logo-link {
  display: none;
}

.portada-global div#sub_content {
  margin-top: 46px;
}

div#cercador-comercos-portada-global {
  position: relative;
  margin-top: -37px;
  right: 30px;
  float: right;
}

body #list_shortcuts li {
  max-height: 275px;
  min-height: 275px;
  overflow: hidden;
}
body #list_shortcuts li span {
  font-size: 16px;
}

#product-dades a {
  color: #9c0609 !important;
  color: var(--color-principal) !important;
}
#banner.portada-global #count {
  position: relative;
  top: 0px;
}
#banner.portada-global {
  height: auto;
  /* padding-bottom: 10px; */
  padding-bottom: 0px;
}

.fitxa-negoci {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*   estils-shop.css               */
body {
  font-size: 13px;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  line-height: 1.5;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

hr.medium {
  margin: 33px 0;
}

.heading-text-color {
  color: #777 !important;
}

.text-primary {
  color: #0088cc;
}

.text-color {
  color: #777 !important;
}

h2.word-rotator-title .word-rotate {
  line-height: 35px;
  max-height: 35px;
  margin-bottom: -10px;
}

@media (min-width: 992px) {
  .col-md-9 {
    padding-right: 12px;
  }
  .col-md-9.col-md-push-3 {
    padding-right: 15px;
    padding-left: 12px;
  }
  .col-md-9 + .col-md-3 {
    padding-left: 12px;
  }
  .col-md-9 + .col-md-3.col-md-pull-9 {
    padding-left: 15px;
    padding-right: 12px;
  }
}
/*@font-face {
    font-family: "minicart-font";
    src: url("../fonts/minicart-font.eot?v=1.0");
    src: url("../fonts/minicart-font.eot?#iefix&v=1.0") format("embedded-opentype"),
    url("../fonts/minicart-font.woff?v=1.0") format("woff"),
    url("../fonts/minicart-font.ttf?v=1.0") format("truetype"),
    url("../fonts/minicart-font.svg?v=1.0#minicart-font") format("svg");
    font-weight: normal;
    font-style: normal;
}*/
.minicart-icon:before {
  /*font-family: "minicart-font" !important;*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.minicart-icon:before {
  content: "";
}

.tip {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 9px;
  font-weight: 400;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1;
  margin: 0 0 0 10px;
  vertical-align: middle;
  text-transform: uppercase;
}
#mainNav .dropdown-menu li .tip {
  margin-top: -2px;
}
.tip:before {
  content: "";
  position: absolute;
  left: auto;
  right: 100%;
  top: 50%;
  margin-top: -4px;
  border: 3px solid transparent;
}
.tip.tip-new {
  background-color: #0cc485 !important;
}
.tip.tip-new:before {
  border-right-color: #0cc485 !important;
}
.tip.tip-hot {
  background-color: #eb2771 !important;
}
.tip.tip-hot:before {
  border-right-color: #eb2771 !important;
}
#mainNav > li > a .tip {
  position: absolute;
  top: -7px;
  right: 10px;
}
#mainNav > li > a .tip:before {
  position: absolute;
  left: 3px;
  top: 100%;
  width: 3px;
  height: 3px;
  margin: 0;
  border-color: transparent !important;
}
#mainNav > li > a .tip.tip-new:before {
  border-top-color: #0cc485 !important;
}
#mainNav > li > a .tip.tip-hot:before {
  border-top-color: #eb2771 !important;
}

.body {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

.mmenu-toggle-btn {
  display: block;
  width: 30px;
  height: auto;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  float: right;
  margin: 5.5px 5px;
  vertical-align: middle;
  color: #fff;
}
@media (min-width: 992px) {
  .mmenu-toggle-btn {
    display: none;
  }
}
.mmenu-toggle-btn:hover,
.mmenu-toggle-btn:focus {
  color: #fff;
  text-decoration: none;
}

.mobile-nav {
  display: block !important;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  padding: 20px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #151515;
}

.mobile-side-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-side-menu > li > a {
  text-transform: uppercase;
}
.mobile-side-menu li {
  display: block;
  position: relative;
}
.mobile-side-menu li:after {
  content: "";
  display: table;
  clear: both;
}
.mobile-side-menu li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.mobile-side-menu li a:after {
  content: "";
  display: table;
  clear: both;
}
.mobile-side-menu li ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-side-menu li li a {
  margin-left: 10px;
  font-size: 12px;
}
.mobile-side-menu li li a:before {
  font: normal normal 16px/40px "FontAwesome";
  text-decoration: inherit;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  float: left;
  margin-right: 10px;
}
.mobile-side-menu li li li a {
  margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
  content: "\f196";
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  width: 19px;
  height: 19px;
  font-size: 19px;
  line-height: 19px;
  display: block;
  position: absolute;
  left: 10px;
  top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
  content: "\f147";
}

#mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
  opacity: 0.15;
  visibility: visible;
}

.mmenu-open.body {
  left: 250px;
}
.mmenu-open #mobile-menu-overlay {
  opacity: 0.15;
  visibility: visible;
}
.mmenu-open .mobile-nav {
  left: 0;
}

.social-icons li {
  box-shadow: none;
}
.social-icons li a {
  background: transparent;
}

.mfp-bg {
  background-color: rgba(255, 255, 255, 0.5);
}

.newsletter-popup {
  max-width: 700px;
  height: 324px;
  background: #f1f1f1;
  padding: 40px 40px 25px;
  border-top: 4px solid #0088cc;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.newsletter-popup-content {
  max-width: 300px;
  text-align: center;
}
.newsletter-popup-content .btn,
.newsletter-popup-content .form-control {
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.newsletter-popup-content .form-control {
  height: 34px;
}

.newsletter-popup h2 {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px;
}

.newsletter-popup p {
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}

.newsletter-popup form {
  margin: 0 0 8px;
}

.newsletter-subscribe {
  font-size: 11px;
  text-align: left;
}
.newsletter-subscribe .checkbox {
  margin-top: 15px;
}
.newsletter-subscribe input {
  margin-top: 2px;
}
.newsletter-subscribe label {
  font-size: 11px;
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
  color: #0088cc;
  font-weight: 700;
  opacity: 0.85;
  top: -5px;
}

.home-slider-area {
  padding: 20px 0;
}
.home-slider-area .home-banner-slider {
  margin-bottom: 20px;
}
.home-slider-area .home-banner-slider img {
  border-radius: 6.96px;
}
@media (min-width: 992px) {
  .home-slider-area .home-banner-slider {
    margin-bottom: 0;
  }
}
.home-slider-area .home-banner-slider .owl-dots {
  margin: 0;
  position: absolute;
  z-index: 59;
  left: 0;
  right: 0;
  bottom: 8px;
}
@media (min-width: 768px) {
  .home-slider-area .home-banner-slider .owl-dots {
    bottom: 15px;
  }
}
.home-slider-area .side-custom-menu {
  border: 1px solid #ddd;
  border-radius: 6.96px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-area .side-custom-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-area .side-custom-menu {
    margin-bottom: 13px;
  }
}
.home-slider-area .side-custom-menu h2 {
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 13px 13px 12px;
  background-color: #f5f5f5;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.home-slider-area .side-custom-menu h2 i {
  margin-right: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-area .side-custom-menu h2 {
    padding: 10px 13px 10.5px;
  }
}
.home-slider-area .side-custom-menu ul {
  padding: 0 12px;
  list-style: none;
  margin: 0;
}
.home-slider-area .side-custom-menu ul li {
  text-align: left;
  padding: 13px 4px 12px;
  border-top: 1px solid #ddd;
}
.home-slider-area .side-custom-menu ul li:first-child {
  border-top: none;
}
.home-slider-area .side-custom-menu ul li a {
  color: #777;
  font-size: 15px;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-area .side-custom-menu ul li {
    padding: 10px 4px 9px;
  }
  .home-slider-area .side-custom-menu ul li a {
    font-size: 13px;
  }
}

.banners-wrapper {
  padding-top: 20px;
  background-color: #f0f0ed;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .banners-wrapper {
    padding-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .banners-wrapper {
    padding-bottom: 2px;
  }
}

.homepage-bar {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  border-radius: 5px;
}
.homepage-bar .col-md-4 {
  padding-top: 20px;
  padding-bottom: 21px;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
  }
  .homepage-bar .col-md-4:first-child {
    border-left: none;
  }
}
.homepage-bar .bar-icon {
  font-size: 36px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .homepage-bar .bar-icon {
    min-width: 36px;
    text-align: center;
  }
}
.homepage-bar .bar-textarea {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 7px;
}
.homepage-bar h3 {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.homepage-bar p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}

.banners-container {
  margin-bottom: 0;
}
.banners-container .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 480px) {
  .banners-container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.banners-container .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .banners-container .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .banners-container .row .col-sm-6 .banner {
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .banners-container .row .col-sm-6 .banner {
    margin-bottom: 28px;
  }
}
@media (min-width: 480px) {
  .banners-container .row .col-sm-3.col-sm-push-6 .banner {
    margin-bottom: 10px;
  }
}

.banner {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .banner {
    margin-bottom: 10px;
  }
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.banner:hover:before {
  visibility: visible;
  opacity: 0.1;
}

.slider-title {
  position: relative;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
}
.slider-title .inline-title {
  background-color: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.slider-title .line {
  display: block;
  height: 1px;
  position: relative;
  width: calc(100% - 50px);
  left: 0;
  bottom: 0.55em;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 70%,
    transparent 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 70%,
    transparent 100%
  );
  z-index: 1;
}
.slider-title .view-all {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0088cc;
  font-size: 13px;
  line-height: inherit;
  font-weight: 400;
  text-transform: capitalize;
}
.slider-title:after {
  content: "";
  display: table;
  clear: both;
}
.slider-title.text-center > .inline-title {
  padding: 0 20px;
}
.slider-title.text-center .line {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
}

@media (max-width: 320px) {
  .slider-title .line {
    display: none;
  }
}
.owl-carousel .owl-nav {
  top: -40px;
  width: auto;
  right: 5px;
  margin: 0;
  line-height: 1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: static;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  background-color: transparent !important;
  font-size: 18px;
  line-height: 1;
  min-width: 22px;
  color: #0088cc !important;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
  background-color: transparent !important;
  color: #009ceb !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

.page-header {
  border: none;
  padding: 6.5px 0;
  min-height: 0;
  margin-bottom: 30px;
}
.page-header .breadcrumb {
  margin: 0;
}
.page-header .breadcrumb > li {
  font-size: 13px;
  text-transform: capitalize;
}
.page-header .breadcrumb > li > a {
  color: #fff;
}
.page-header .breadcrumb > li > a:hover,
.page-header .breadcrumb > li > a:ocus {
  color: #fff;
}
.page-header .breadcrumb > li.active {
  color: #fff;
}
.page-header .breadcrumb > li + li:before {
  content: "\f054";
  font-size: 12px;
  opacity: 1;
  color: #fff;
}

.about-container {
  font-size: 14px;
}
.about-container p {
  line-height: 1.7;
}

.fullwidth-banner {
  position: relative;
  min-height: 150px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 600px) {
  .fullwidth-banner {
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .fullwidth-banner {
    min-height: 350px;
  }
}
.fullwidth-banner > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullwidth-banner > div h2 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
}
@media (min-width: 600px) {
  .fullwidth-banner > div h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .fullwidth-banner > div h2 {
    font-size: 45px;
  }
}
.fullwidth-banner > div h2 strong {
  font-weight: 800;
}
.fullwidth-banner > div p {
  font-weight: 300;
  font-size: 16px;
  display: none;
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .fullwidth-banner > div p {
    display: block;
  }
}
.fullwidth-banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #393733;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.boxed-banner-carosel {
  margin-bottom: 25px;
}
.boxed-banner-carosel .boxed-banner {
  margin-bottom: 0;
}
.boxed-banner-carosel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}

.boxed-banner {
  position: relative;
  margin-bottom: 25px;
}
.boxed-banner > img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 5px;
}
.boxed-banner .banner-content {
  position: absolute;
  left: 5%;
  top: 37%;
}
.boxed-banner .banner-content h2 {
  color: #2b2b2b;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
}
@media (min-width: 600px) {
  .boxed-banner .banner-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .boxed-banner .banner-content h2 {
    font-size: 28px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .boxed-banner .banner-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.boxed-banner .banner-content p {
  font-weight: 400;
  display: none;
  margin: 0;
  color: #2b2b2b;
  max-width: 280px;
}
@media (min-width: 768px) {
  .boxed-banner .banner-content p {
    display: block;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .boxed-banner .banner-content p {
    font-size: 16px;
  }
}
.boxed-banner .banner-content img {
  display: inline-block;
  max-width: 50%;
  width: auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .boxed-banner .banner-content img {
    max-width: 100%;
  }
}
.boxed-banner .banner-content .shop-now {
  margin-left: 10px;
  font-size: 10px;
  color: #2b2b2b;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .boxed-banner .banner-content .shop-now {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .boxed-banner .banner-content .shop-now {
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .boxed-banner .banner-content .shop-now {
    margin-left: 20px;
    font-size: 16px;
  }
}

.toolbar-bottom {
  text-align: center;
  margin-top: 20px;
}
.toolbar-bottom .toolbar {
  display: inline-block;
}

.toolbar {
  margin-bottom: 8px;
}
.toolbar .sorter:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar .sorter .sort-by {
  float: left;
  margin-right: 15px;
  margin-bottom: 4px;
}
.toolbar .sorter .sort-by a img {
  margin-top: -4px;
}
.toolbar .sorter .limiter {
  float: right;
}
.toolbar .sorter label {
  font-weight: 400;
  margin-right: 5px;
  color: #777;
  font-size: 13px;
  vertical-align: middle;
}
.toolbar .sorter select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 8px;
  height: 26px;
  color: #777;
  font-size: 13px;
  border-radius: 3px;
}
.toolbar .sorter .view-mode {
  float: left;
  margin-right: 10px;
  line-height: 29px;
  height: 30px;
}
.toolbar .sorter .view-mode i {
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  width: 26px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
.toolbar .sorter .view-mode span i,
.toolbar .sorter .view-mode span:hover i,
.toolbar .sorter .view-mode span:focus i {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.toolbar .sorter .view-mode a:hover i,
.toolbar .sorter .view-mode a:focus i {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.toolbar .sorter .pagination {
  float: right;
  margin: 0 0 5px 8px;
}
.toolbar .sorter .pagination a,
.toolbar .sorter .pagination span {
  border-radius: 3px;
  min-width: 26px;
  padding: 3px 6px;
  margin-left: 5px;
  text-align: center;
}

.products-grid {
  list-style: none;
  padding: 0;
  margin: 0 -10px 0;
}
.products-grid:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid li {
  width: 100%;
  padding: 10px 10px 0;
}
.products-grid.columns6 {
  margin: 0 -5px;
}
.products-grid.columns6 li {
  padding-left: 5px;
  padding-right: 5px;
}
.products-grid.columns7 {
  margin: 0 -4px;
}
.products-grid.columns7 li {
  padding-left: 4px;
  padding-right: 4px;
}
.products-grid.columns8 {
  margin: 0 -3px;
}
.products-grid.columns8 li {
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 480px) {
  .products-grid li {
    float: left;
    width: 50%;
  }
  .products-grid li:nth-child(2n + 1) {
    clear: left;
  }
  .products-grid.columns5 li,
  .products-grid.columns6 li,
  .products-grid.columns7 li,
  .products-grid.columns8 li {
    width: 33.33%;
  }
  .products-grid.columns5 li:nth-child(2n + 1),
  .products-grid.columns6 li:nth-child(2n + 1),
  .products-grid.columns7 li:nth-child(2n + 1),
  .products-grid.columns8 li:nth-child(2n + 1) {
    clear: none;
  }
  .products-grid.columns5 li:nth-child(3n + 1),
  .products-grid.columns6 li:nth-child(3n + 1),
  .products-grid.columns7 li:nth-child(3n + 1),
  .products-grid.columns8 li:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .products-grid.columns3 li,
  .products-grid.columns4 li {
    width: 33.33%;
  }
  .products-grid.columns3 li:nth-child(2n + 1),
  .products-grid.columns4 li:nth-child(2n + 1) {
    clear: none;
  }
  .products-grid.columns3 li:nth-child(3n + 1),
  .products-grid.columns4 li:nth-child(3n + 1) {
    clear: left;
  }
  .products-grid.columns5 li,
  .products-grid.columns6 li,
  .products-grid.columns7 li,
  .products-grid.columns8 li {
    width: 25%;
  }
  .products-grid.columns5 li:nth-child(3n + 1),
  .products-grid.columns6 li:nth-child(3n + 1),
  .products-grid.columns7 li:nth-child(3n + 1),
  .products-grid.columns8 li:nth-child(3n + 1) {
    clear: none;
  }
  .products-grid.columns5 li:nth-child(4n + 1),
  .products-grid.columns6 li:nth-child(4n + 1),
  .products-grid.columns7 li:nth-child(4n + 1),
  .products-grid.columns8 li:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .products-grid.columns6 li,
  .products-grid.columns7 li,
  .products-grid.columns8 li {
    width: 20%;
  }
  .products-grid.columns6 li:nth-child(4n + 1),
  .products-grid.columns7 li:nth-child(4n + 1),
  .products-grid.columns8 li:nth-child(4n + 1) {
    clear: none;
  }
  .products-grid.columns6 li:nth-child(5n + 1),
  .products-grid.columns7 li:nth-child(5n + 1),
  .products-grid.columns8 li:nth-child(5n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .products-grid.columns4 li {
    width: 25%;
  }
  .products-grid.columns4 li:nth-child(3n + 1) {
    clear: none;
  }
  .products-grid.columns4 li:nth-child(4n + 1) {
    clear: left;
  }
  .products-grid.columns5 li {
    width: 20%;
  }
  .products-grid.columns5 li:nth-child(4n + 1) {
    clear: none;
  }
  .products-grid.columns5 li:nth-child(5n + 1) {
    clear: left;
  }
  .products-grid.columns6 li {
    width: 16.66%;
  }
  .products-grid.columns6 li:nth-child(5n + 1) {
    clear: none;
  }
  .products-grid.columns6 li:nth-child(6n + 1) {
    clear: left;
  }
  .products-grid.columns7 li {
    width: 14.25%;
  }
  .products-grid.columns7 li:nth-child(5n + 1) {
    clear: none;
  }
  .products-grid.columns7 li:nth-child(7n + 1) {
    clear: left;
  }
  .products-grid.columns8 li {
    width: 12.5%;
  }
  .products-grid.columns8 li:nth-child(5n + 1) {
    clear: none;
  }
  .products-grid.columns8 li:nth-child(8n + 1) {
    clear: left;
  }
}

.products-list {
  list-style: none;
  padding: 0;
  margin: 0 -10px 0;
}
.products-list li {
  padding: 10px;
  width: 100%;
}

.product {
  position: relative;
}
.product .product-image-area {
  overflow: hidden;
  position: relative;
  padding: 3px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
}
.product .product-image-area .product-image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.product .product-image-area .product-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.product .product-image-area .product-image .product-hover-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.product .product-quickview {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0088cc;
  color: #fff;
  padding: 10px;
  z-index: 9;
  border-radius: 0 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 12px;
  line-height: 1.4;
}
.product .product-quickview span {
  margin-left: 2px;
}
.product .product-quickview:hover,
.product .product-quickview:focus {
  opacity: 0.9 !important;
  color: #fff;
  text-decoration: none;
}
.product .product-quickview:hover span,
.product .product-quickview:focus span {
  text-decoration: underline;
}
.product .product-label {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  line-height: 1;
  z-index: 5;
  text-align: center;
}
.product .product-label + .product-label {
  top: 40px;
}
.product .product-label span {
  display: block;
  position: relative;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
.product .product-label span.discount {
  background-color: #e27c7c;
}
.product .product-label span.new {
  background-color: #62b959;
}
.product .product-details-area {
  padding: 10px;
  text-align: center;
}
.product .product-details-area .product-actions {
  margin: 0 -10px;
}
.product .product-name {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 3px;
}
.product .product-name a {
  color: #777;
}
.product .product-name a:hover,
.product .product-name a:focus {
  color: #9c0608;
  text-decoration: none;
}
.product:hover .product-image-area .product-image .product-hover-image {
  visibility: visible;
  opacity: 1;
}
.product:hover .product-quickview {
  visibility: visible;
  opacity: 1;
}

.product-ratings {
  font-size: 11px;
  line-height: 1.25;
  background: url(../../img/demos/shop/rating-bar.png) center no-repeat;
  height: 14px;
  margin: 7px 0 6px;
}
.product-ratings .ratings-box {
  position: relative;
  display: inline-block;
  margin-top: 1.5px;
  overflow: hidden;
  width: 64px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
}
.product-ratings .ratings-box:before {
  font-family: "FontAwesome";
  content: "\f005\20\f005\20\f005\20\f005\20\f005";
  width: 64px;
  height: 11px;
  color: #c3c5c9;
  display: block;
  font-size: 11px;
  line-height: 11px;
}
.product-ratings .ratings-box .rating {
  float: left;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.product-ratings .ratings-box .rating:before {
  font-family: "FontAwesome";
  content: "\f005\20\f005\20\f005\20\f005\20\f005";
  width: 64px;
  height: 11px;
  color: #ffc600;
  display: block;
  font-size: 11px;
  line-height: 11px;
}

.product-price-box {
  font-size: 0;
  margin: 5px 0 3px;
}
.product-price-box .old-price,
.product-price-box .product-price {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.product-price-box .old-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}
.product-price-box .old-price + .product-price {
  margin-left: 6px;
}
.product-price-box .product-price {
  font-size: 20px;
  color: #444;
}

.product-actions a {
  display: inline-block;
  position: relative;
  margin: 10px 1px;
  vertical-align: middle;
  border-radius: 0px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.product-actions a:hover,
.product-actions a:focus {
  text-decoration: none;
}
.product-actions a.addtocart {
  color: #333;
  background-color: #fff;
  font-size: 13px;
  padding: 0 10px 0 8px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ccc;
}
.product-actions a.addtocart i {
  font-size: 15px;
  margin-right: 2px;
}
.product:hover .product-actions a.addtocart {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.product-actions a.addtocart.outofstock {
  padding: 0 10px;
  cursor: default;
}
.product:hover .product-actions a.addtocart.outofstock {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}
.product-actions a.addtowishlist,
.product-actions a.comparelink,
.product-actions a.quickview {
  font-size: 17px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}
.hide-addtolinks .product-actions a.addtowishlist,
.hide-addtolinks .product-actions a.comparelink,
.hide-addtolinks .product-actions a.quickview {
  display: none;
}
.product-actions a.addtowishlist {
  right: -37px;
  color: #ed4949;
  border: 1px solid #ed4949;
}
.product-actions a.addtowishlist:hover {
  color: #fff;
  background-color: #ed4949;
}
.product:hover .product-actions a.addtowishlist {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.product-actions a.comparelink {
  left: -37px;
  color: #52b9b5;
  border: 1px solid #52b9b5;
}
.product-actions a.comparelink:hover {
  color: #fff;
  background-color: #52b9b5;
}
.product:hover .product-actions a.comparelink {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.product-actions a.quickview {
  visibility: visible;
  opacity: 1;
  color: #0088cc;
  border: 1px solid #0088cc;
}
.product-actions a.quickview:hover {
  color: #fff;
  background-color: #0088cc;
}

.product.product-list:after {
  content: "";
  display: table;
  clear: both;
}
.product.product-list .product-details-area {
  text-align: left;
  padding: 0 20px;
}
.product.product-list .product-short-desc {
  font-size: 14px;
  line-height: 1.5;
}
.product.product-list .product-ratings {
  background: none;
  margin-bottom: 10px;
}
.product.product-list .product-name {
  font-size: 18px;
  margin: 10px 0 0;
}
.product.product-list .product-price-box {
  margin-top: 10px;
}
.product.product-list .product-actions {
  margin: 0;
}
.product.product-list .product-actions a.addtowishlist,
.product.product-list .product-actions a.comparelink,
.product.product-list .product-actions a.quickview {
  left: auto;
  right: auto;
  visibility: visible;
  opacity: 1;
}
.product.product-list .product-actions a.addtocart {
  background-color: #9c0608;
  border-color: #9c0608;
  color: #fff;
}
@media (min-width: 600px) {
  .product.product-list .product-image-area {
    float: left;
    width: 20%;
  }
  .product.product-list .product-details-area {
    float: left;
    width: 80%;
  }
}

.product.product-sm {
  padding: 6px 0 8px;
  max-width: 300px;
}
.product.product-sm:after {
  content: "";
  display: table;
  clear: both;
}
.product.product-sm .product-image-area {
  width: 33%;
  float: left;
  padding: 2px;
}
.product.product-sm .product-details-area {
  float: left;
  width: 67%;
  text-align: left;
  padding: 10px 16px;
}
.product.product-sm .product-name {
  font-size: 12px;
}
.product.product-sm .product-ratings {
  background: none;
  margin-bottom: 5px;
}
.product.product-sm .product-price-box {
  margin: 2px 0 3px;
}
.product.product-sm .product-price-box .old-price {
  font-size: 11px;
}
.product.product-sm .product-price-box .old-price + .product-price {
  margin-left: 3px;
}
.product.product-sm .product-price-box .product-price {
  font-size: 15px;
}

.sidebar.shop-sidebar .panel-group {
  margin-bottom: 40px;
}
.sidebar.shop-sidebar .panel-group .panel + .panel {
  margin-top: 14px;
}
.sidebar.shop-sidebar .panel.panel-default {
  border-radius: 6.99px;
  border: none;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading {
  border-radius: 0;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading .panel-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a {
  position: relative;
  border-radius: 6.99px 6.99px 0 0;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-right: 45px;
  color: #777;
  border: 1px solid #ddd;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f0d8";
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed {
  border-radius: 6.99px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed:before {
  content: "\f0d7";
}
.sidebar.shop-sidebar .panel.panel-default .panel-body {
  padding: 15px 15px 7px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 6.99px 6.99px;
  background-color: #fbfbfb;
}
.sidebar.shop-sidebar .filter-price {
  margin: 14px 0 9px;
}
.sidebar.shop-sidebar .filter-price #price-slider {
  margin-bottom: 20px;
}
.sidebar.shop-sidebar .filter-price .noUi-target {
  background: #eee;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle {
  background: #0088cc;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle:before,
.sidebar.shop-sidebar .filter-price .noUi-handle:after {
  display: none;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal {
  position: relative;
  height: 7px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-handle {
  position: absolute;
  width: 13px;
  height: 18px;
  border: 0;
  left: -6.5px;
  top: -6px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-base .noUi-origin {
  position: absolute;
}
.sidebar.shop-sidebar .filter-price .noUi-connect {
  background-color: #1ab3ff;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.sidebar.shop-sidebar .filter-price .filter-price-details {
  text-align: center;
}
.sidebar.shop-sidebar .filter-price .filter-price-details * {
  white-space: normal;
}
.sidebar.shop-sidebar .filter-price .filter-price-details span {
  vertical-align: middle;
  line-height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .form-control {
  display: inline-block;
  vertical-align: middle;
  color: #a3a2a2;
  padding: 2px 5px;
  font-size: 14px;
  margin: 0 2px;
  width: 50px;
  height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .btn {
  border: none;
  height: 26px;
  line-height: 26px;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  margin: 5px 0;
}
.sidebar.shop-sidebar ul,
.sidebar.shop-sidebar ol {
  padding: 0;
  margin: -7px 0 0;
  list-style: none;
}
.sidebar.shop-sidebar ul li a,
.sidebar.shop-sidebar ol li a {
  color: #777;
  line-height: 2.5;
}
.sidebar.shop-sidebar .configurable-filter-list {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  font-size: 0;
}
.sidebar.shop-sidebar .configurable-filter-list li {
  display: inline-block;
  margin: 0 5px 8px;
}
.sidebar.shop-sidebar .configurable-filter-list li a {
  display: block;
  color: #777;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidebar.shop-sidebar .configurable-filter-list li a:hover {
  border-color: #0088cc;
  text-decoration: none;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a {
  padding: 1px;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
}
.sidebar.shop-sidebar h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav {
  top: -28px;
  width: auto;
  right: 5px;
  margin: 0;
  line-height: 1;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-prev,
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-next {
  font-size: 16px;
  line-height: 1;
  min-width: 18px;
}

.product-essential {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .product-img-box {
    margin-bottom: 25px;
  }
}
.product-img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.product-img-box .product-img-wrapper {
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 6.99px;
}
.product-img-box .owl-carousel {
  margin-bottom: 0;
}

.zoomContainer {
  z-index: 49;
}

.product-img-box-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.product-img-box-wrapper .product-img-zoom {
  position: absolute;
  right: 11px;
  bottom: 7px;
  z-index: 50;
}

.product-details-box .product-nav-container {
  float: right;
}
@media (max-width: 767px) {
  .product-details-box .product-nav-container {
    margin-top: -15px;
  }
}
.product-details-box .product-nav-container .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}
.product-details-box .product-nav-container .product-nav a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 58px;
  text-decoration: none;
  min-width: 31px;
  text-align: center;
}
.product-details-box .product-nav-container .product-nav a:hover,
.product-details-box .product-nav-container .product-nav a:focus {
  text-decoration: none;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown {
  border-top: 3px solid #0088cc;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  margin-right: -17.5px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
}
.product-details-box
  .product-nav-container
  .product-nav
  .product-nav-dropdown:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #0088cc;
  display: block;
  position: absolute;
  top: -13px;
  right: 32px;
}
.product-details-box
  .product-nav-container
  .product-nav
  .product-nav-dropdown
  img {
  display: block;
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
.product-details-box
  .product-nav-container
  .product-nav
  .product-nav-dropdown
  h4 {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.35;
  color: #777;
}
.product-details-box
  .product-nav-container
  .product-nav.product-nav-prev
  .product-nav-dropdown {
  right: auto;
  left: 0;
  margin-left: -17.5px;
  margin-right: 0;
}
.product-details-box
  .product-nav-container
  .product-nav.product-nav-prev
  .product-nav-dropdown:before {
  right: auto;
  left: 32px;
}
.product-details-box
  .product-nav-container
  .product-nav:hover
  > .product-nav-dropdown {
  visibility: visible;
  opacity: 1;
}
.product-details-box .product-nav-container .product-nav:hover > a {
  color: #0088cc;
  text-decoration: none;
}
.product-details-box .product-name {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555;
}
.product-details-box .product-rating-container {
  margin-bottom: 0px;
}
.product-details-box .product-rating-container .product-ratings {
  vertical-align: middle;
  display: inline-block;
  background: none;
  margin: 0 2px 0 0;
  font-size: 16px;
  height: 20px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box {
  margin-top: 1.5px;
  width: 100px;
  height: 16px;
}
.product-details-box
  .product-rating-container
  .product-ratings
  .ratings-box:before {
  width: 100px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
.product-details-box
  .product-rating-container
  .product-ratings
  .ratings-box
  .rating {
  height: 16px;
}
.product-details-box
  .product-rating-container
  .product-ratings
  .ratings-box
  .rating:before {
  width: 100px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
.product-details-box .product-rating-container .review-link {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  color: #bdbdbd;
  text-transform: uppercase;
}
.product-details-box .product-rating-container .review-link a {
  color: #bdbdbd;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
}
.product-details-box .product-rating-container .review-link a:hover,
.product-details-box .product-rating-container .review-link a:focus {
  text-decoration: none;
  color: #0088cc;
}
.product-details-box .product-short-desc {
  padding: 0 0 10px;
  border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-short-desc p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 20px;
}
.product-details-box .product-detail-info {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-info .product-price-box {
  margin: 0 0 20px;
}
.product-details-box .product-detail-info .product-price-box .old-price {
  vertical-align: bottom;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #999;
}
.product-details-box .product-detail-info .product-price-box .product-price {
  font-size: 33px;
  line-height: 1;
  color: #0088cc;
}
.product-details-box .product-detail-info .availability {
  margin: 0 0 10px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.product-details-box .product-detail-info .email-to-friend {
  margin-bottom: 0;
}
.product-details-box .product-detail-info .email-to-friend a {
  color: #0088cc;
}
.product-details-box .product-detail-options {
  margin: 20px 0 0;
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-options label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}
.product-details-box .product-detail-options label span:last-child {
  margin-left: 5px;
  font-weight: 400;
}
.product-details-box .product-detail-options .configurable-filter-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  font-size: 0;
}
.product-details-box .product-detail-options .configurable-filter-list li {
  display: inline-block;
  margin: 0 3px 5px 0;
}
.product-details-box .product-detail-options .configurable-filter-list li a {
  display: block;
  color: #777;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-details-box
  .product-detail-options
  .configurable-filter-list
  li
  a:hover {
  border-color: #0088cc;
  text-decoration: none;
}
.product-details-box
  .product-detail-options
  .configurable-filter-list.filter-list-color
  li
  a {
  padding: 1px;
}
.product-details-box
  .product-detail-options
  .configurable-filter-list.filter-list-color
  li
  a
  span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
}
.product-details-box .product-detail-qty {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 60px;
}
.product-details-box .product-detail-qty #product-vqty {
  border-radius: 3px;
  width: 35px !important;
  border-color: #e1e1e1;
  color: #0088cc;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
.product-details-box .product-detail-qty .btn {
  border-radius: 3px;
}
.product-details-box .product-detail-qty .btn.btn-default {
  color: #ccc;
  font-size: 8px;
  border-color: #e1e1e1;
}
.product-details-box
  .product-detail-qty
  .btn.btn-default.bootstrap-touchspin-up {
  margin-top: -2px;
}
.product-details-box
  .product-detail-qty
  .btn.btn-default.bootstrap-touchspin-down {
  margin-bottom: -2px;
}
.product-details-box .product-actions {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-actions:after {
  content: "";
  display: table;
  clear: both;
}
.product-details-box .product-actions .addtocart {
  color: #fff;
  border-color: #0088cc;
  background-color: #0088cc;
  line-height: 36px;
  height: 38px;
  min-width: 160px;
  text-align: center;
}
.product-details-box .product-actions .addtocart:hover,
.product-details-box .product-actions .addtocart:focus {
  color: #fff;
  border-color: #009ceb;
  background-color: #009ceb;
}
.product-details-box .product-actions .actions-right {
  float: right;
}
@media (max-width: 480px) {
  .product-details-box .product-actions .actions-right {
    float: none;
    margin-top: -5px;
  }
}
.product-details-box .product-actions .actions-right .addtowishlist,
.product-details-box .product-actions .actions-right .comparelink {
  opacity: 1;
  visibility: visible;
  left: auto;
  right: auto;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 17px;
}
.product-details-box
  .product-actions
  .actions-right
  .addtowishlist
  + .comparelink {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .product-details-box .product-share-box {
    padding-bottom: 20px;
  }
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 9px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 5px;
  left: 6px;
  font-size: 9px;
  font-weight: normal;
}

.sidebar .feature-box h4 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  padding-top: 6px;
  font-weight: 600;
}
.sidebar .feature-box .feature-box-info {
  padding-left: 60px;
  font-size: 12px;
}
.sidebar .feature-box.feature-box-style-3 {
  min-height: 50px;
  margin-bottom: 20px;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon {
  font-size: 30px;
  color: #000;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon i.fa {
  color: #000;
}
.sidebar.product-sidebar .product.product-sm .product-image-area {
  width: 44%;
}
.sidebar.product-sidebar .product.product-sm .product-details-area {
  width: 56%;
}
.sidebar.product-sidebar .product.product-sm .product-name {
  font-size: 13px;
  margin-bottom: 10px;
}
.sidebar.product-sidebar .product.product-sm .product-price-box .product-price {
  font-size: 20px;
}
.sidebar.product-sidebar .owl-carousel .owl-nav {
  top: -68px;
}

.tabs.product-tabs {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tabs.product-tabs {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .tabs.product-tabs .nav-tabs li {
    display: block;
  }
}
.tabs.product-tabs .tab-content {
  padding: 37px 15px;
  min-height: 200px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 2px #eee;
  background-color: #fff;
}
.tabs.product-tabs .tab-content p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .tabs.product-tabs.tabs-left .nav-tabs {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tabs.product-tabs.tabs-left li {
    display: block;
  }
}
.tabs.product-tabs.tabs-left li a {
  border-radius: 5px 0 0 5px;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}
@media (min-width: 768px) {
  .tabs.product-tabs.tabs-left li a {
    border-right: none;
    margin-right: -1px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .tabs.product-tabs.tabs-left li a {
    margin-left: 0;
    margin-right: 0;
    border-right: 1px solid #eee !important;
  }
}
@media (min-width: 768px) {
  .tabs.product-tabs.tabs-left li + li {
    margin-top: 2px;
  }
}
.tabs.product-tabs.tabs-left .tab-content {
  border-left: 1px solid #eee;
  padding: 37px 15px 27px;
}
@media (min-width: 768px) {
  .tabs.product-tabs.tabs-left .tab-content {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .tabs.product-tabs.tabs-left .tab-content {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.product-table,
.ratings-table {
  width: 100%;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
.product-table thead th,
.product-table tbody td,
.ratings-table thead th,
.ratings-table tbody td {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 15px 10px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .product-table thead th,
  .product-table tbody td,
  .ratings-table thead th,
  .ratings-table tbody td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.product-table {
  border: 1px solid #ddd;
}
.product-table .table-label {
  font-weight: 700;
  color: #000;
}

.ratings-table {
  margin: 20px 0 40px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .ratings-table {
    margin-bottom: 30px;
  }
}
.ratings-table input[type="checkbox"],
.ratings-table input[type="radio"] {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .ratings-table thead {
    display: none;
  }
}
.ratings-table thead th {
  font-weight: 600;
  font-size: 11px;
  padding: 3px 15px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #f6f6f6;
  text-align: center;
}
.ratings-table tbody td {
  font-size: 13px;
  text-align: center;
}
.ratings-table tbody td:first-child {
  font-weight: 700;
  text-align: left;
}

.product-desc-area ul {
  padding-left: 15px;
  margin-left: 2px;
}
.product-desc-area ul li {
  line-height: 20px;
}
.product-desc-area p {
  margin-bottom: 15px;
}

.product-tags-area label {
  display: block;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 400;
}
.product-tags-area .form-control.pull-left {
  width: 250px;
  margin-right: 10px;
}

.collateral-box ul,
.collateral-box ol {
  margin-top: -20px;
}
.collateral-box ul li,
.collateral-box ol li {
  border-bottom: 1px solid #eee;
  padding: 20px 0 10px;
}

.add-product-review {
  padding-top: 15px;
}

.panel-group.produt-panel {
  margin-bottom: 55px;
  border: none;
}
@media (min-width: 992px) {
  .panel-group.produt-panel {
    margin-bottom: 65px;
  }
}
.panel-group.produt-panel .panel.panel-default {
  border: none;
}
.panel-group.produt-panel .panel.panel-default .panel-heading {
  background-color: transparent;
}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title {
  font-size: 15px;
}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a {
  position: relative;
  border-radius: 5px;
  background-color: #f4f4f4;
  border-left: 4px solid #0088cc;
}
.panel-group.produt-panel
  .panel.panel-default
  .panel-heading
  .panel-title
  a:before {
  content: "\f0d7";
  color: #fff;
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.panel-group.produt-panel
  .panel.panel-default
  .panel-heading
  .panel-title
  a.collapsed:before {
  content: "\f0da";
  color: #0088cc;
}
.panel-group.produt-panel
  .panel.panel-default
  .panel-heading
  .panel-title
  a:not(.collapsed) {
  color: #fff;
  background-color: #0088cc;
}

@media (max-width: 480px) {
  .cart h1 span {
    display: block;
    margin-bottom: 10px;
  }
  .cart h1 .pull-right {
    float: none !important;
  }
}

.btn.btn-default.hover-primary:hover,
.btn.btn-default.hover-primary:focus {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}

.btn-remove {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  padding: 5px 0;
  color: #0088cc;
}
.btn-remove:hover,
.btn-remove:focus {
  color: #009ceb;
  text-decoration: none;
}

.qty-holder {
  display: inline-block;
  width: 125px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 0;
}

.qty-dec-btn,
.qty-inc-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
.qty-dec-btn:hover,
.qty-dec-btn:focus,
.qty-inc-btn:hover,
.qty-inc-btn:focus {
  color: #0088cc;
  background: #f4f4f4;
  text-decoration: none;
}

.qty-input {
  display: inline-block;
  vertical-align: middle;
  width: 35px !important;
  font-size: 14px;
  text-align: center;
  color: #777;
  height: 30px;
  border-radius: 0;
  border: 1px solid #ccc;
  margin: 0 -1px;
  outline: none;
}

.edit-qty {
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
  color: #0088cc;
  vertical-align: middle;
}
.edit-qty:hover,
.edit-qty:focus {
  color: #009ceb;
  text-decoration: none;
}

.cart-table-wrap {
  border: 1px solid #ececec;
  border-radius: 7.98px;
  background: #fff;
  display: block;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .cart-table-wrap {
    margin-bottom: 60px;
  }
}

.cart-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  font-size: 14px;
}
.cart-table thead tr {
  border-bottom: 1px solid #dcdcdc;
}
.cart-table thead tr th {
  font-weight: 600;
  padding: 15px 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
}
.cart-table tbody tr td {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 10px;
  line-height: 1.3;
}
.cart-table tbody tr td.product-action-td {
  padding-left: 0;
  padding-right: 0;
}
.cart-table tbody tr td.product-image-td a {
  display: block;
}
.cart-table tbody tr td.product-image-td a img {
  display: block;
  width: 100px;
  height: auto;
}
.cart-table tbody tr td.product-name-td h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.cart-table tbody tr td.product-name-td h2 a {
  color: #0088cc;
}
.cart-table tbody tr td.product-name-td h2 a:hover,
.cart-table tbody tr td.product-name-td h2 a:focus {
  color: #0088cc;
}
.cart-table tfoot td {
  padding: 15px 5px 0;
}
.cart-table tfoot .btn.btn-default.btn-continue {
  float: left;
}
.cart-table tfoot .btn.btn-default.btn-update {
  float: right;
  margin-left: 10px;
}
.cart-table tfoot .btn.btn-default.btn-clear {
  float: right;
}

@media (max-width: 1199px) {
  .cart-table thead {
    display: none;
  }
  .cart-table tbody tr {
    position: relative;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 0;
  }
  .cart-table tbody tr td {
    display: block;
    padding: 0 0 15px;
    width: 100%;
    border-width: 0;
    text-align: center !important;
  }
  .cart-table tbody tr td:last-child {
    padding-bottom: 0;
  }
  .cart-table tbody tr td .qty-holder {
    width: 90px;
  }
  .cart-table tbody tr td.product-action-td {
    position: absolute;
    top: 20px;
    z-index: 1;
  }
  .cart-table tbody tr td.product-action-td .btn-remove {
    float: right;
  }
  .cart-table tbody tr td.product-image-td {
    padding-bottom: 15px;
  }
  .cart-table tbody tr td.product-image-td a img {
    margin: 0 auto;
  }
  .cart-table tbody tr:first-child {
    padding-top: 0;
  }
  .cart-table tbody tr:first-child td.product-action-td {
    top: -5px;
  }
  .cart-table tfoot td {
    padding-top: 25px;
  }
  .cart-table tfoot .btn.btn-default.btn-continue,
  .cart-table tfoot .btn.btn-default.btn-update,
  .cart-table tfoot .btn.btn-default.btn-clear {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}
.cart .sidebar.shop-sidebar .panel.panel-default .panel-heading a {
  color: #000;
}
.cart .sidebar.shop-sidebar .panel.panel-default .panel-body {
  padding: 15px;
}
.cart .sidebar.shop-sidebar .form-control {
  font-size: 13px;
}
.cart .sidebar.shop-sidebar .panel p {
  font-size: 14px;
}
.cart .sidebar.shop-sidebar .panel .btn-block + .btn-block {
  margin-top: 0;
}
.cart .sidebar.shop-sidebar .panel .btn-link {
  font-size: 13px;
}

.totals-table {
  width: 100%;
  margin-bottom: 5px;
}
.totals-table tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.totals-table tbody tr:last-child {
  border-bottom: none;
}
.totals-table tbody tr td {
  padding: 10px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
  text-align: left !important;
}
.totals-table tbody tr td:last-child {
  color: #000;
  text-align: right !important;
  font-weight: 600;
}
.totals-table tbody tr:last-child td:last-child {
  font-size: 17px;
}

.crosssell-products {
  margin-bottom: 25px;
}
.crosssell-products .product.product-sm .product-details-area {
  padding-top: 4px;
  padding-bottom: 0;
}
.crosssell-products .product.product-sm .product-name {
  font-size: 13px;
  margin-bottom: 2px;
}
.crosssell-products .product.product-sm .product-price-box {
  margin-top: 0;
  margin-bottom: 4px;
}
.crosssell-products .product.product-sm .product-price-box .old-price {
  font-size: 14px;
}
.crosssell-products .product.product-sm .product-price-box .product-price {
  font-size: 20px;
}
.crosssell-products .product.product-sm .btn {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px;
}

.checkout-menu {
  margin-bottom: 10px;
}
.checkout-menu .btn {
  font-size: 13px;
  padding: 9px 19px;
}
.checkout-menu .btn i {
  margin-right: 4px;
}

.checkout-review-dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  top: 40px;
  width: 300px;
  background-color: #fff;
  border-width: 6px 0 0 0;
  border-style: solid;
  border-color: #0088cc;
  z-index: 1;
  border-radius: 7.98px 7.98px 5px 5px;
  color: #777;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  padding: 30px 15px 30px 10px;
}
@media (max-width: 320px) {
  .checkout-review-dropdown .dropdown-menu {
    width: 260px;
  }
}
.checkout-review-dropdown .dropdown-menu h3 {
  font-weight: 600;
  color: #404040;
  font-size: 16px;
  border-bottom: 1px solid #b6b6b6;
  line-height: 1;
  padding-bottom: 13px;
  padding-left: 9px;
  margin-bottom: 20px;
}
.checkout-review-dropdown .dropdown-menu table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}
.checkout-review-dropdown .dropdown-menu table td:last-child,
.checkout-review-dropdown .dropdown-menu table th:last-child {
  padding-right: 0;
}
.checkout-review-dropdown .dropdown-menu table td {
  border-bottom: 1px solid #eaeaea;
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.checkout-review-dropdown .dropdown-menu table thead th {
  font-weight: 400;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1;
  padding: 0 15px 7px;
  border-bottom: 1px solid #eaeaea;
}
.checkout-review-dropdown .dropdown-menu table tbody td {
  padding: 14px;
  line-height: 1.4;
}
.checkout-review-dropdown .dropdown-menu table tfoot td {
  padding: 10px 0;
  line-height: 1;
}

.form-col {
  color: #393939;
  margin-bottom: 30px;
}
.form-col h3 {
  font-weight: 600;
  color: #404040;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 8px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: none;
}
.form-col h3.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-col label {
  display: block;
  color: #393939;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .form-col .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .form-col .row [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.form-col .form-group {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form-col .form-group.margin-left {
    margin-left: 4%;
  }
  .form-col .form-group.margin-left .form-control {
    width: 182px;
  }
}
.form-col .form-group.wide .form-control {
  display: block;
  width: 100%;
}
.form-col .form-group.wide .form-control.pull-left {
  width: auto;
}
.form-col .form-group .form-control {
  margin-bottom: 0;
  font-size: 13px;
}
@media (min-width: 992px) {
  .form-col .form-group .form-control {
    display: inline-block;
    width: auto;
    width: 100%;
  }
}
.form-col .form-group .checkbox label {
  font-size: 13px;
}
.form-col .ship-list {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}
.form-col .ship-list li {
  margin-bottom: 5px;
}
.form-col .ship-list li:nth-child(2n) {
  padding-left: 5px;
}
.form-col .expand-plus {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #0088cc;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 16px;
  text-decoration: none;
}
.form-col .expand-plus:before {
  content: "-";
}
.form-col .expand-plus.collapsed:before {
  content: "+";
}
.form-col .expand-plus:hover,
.form-col .expand-plus:focus {
  text-decoration: none;
}
.form-col #discountArea {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #b6b6b6;
}
.form-col #discountArea.collapsing {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.form-col .checkout-payment-method .radio {
  margin-bottom: 14px;
}
.form-col #payment-credit-card-area {
  display: none;
}
.form-col #payment-credit-card-area.show {
  display: block;
}
.form-col .checkout-review-action {
  border-top: 1px solid #b6b6b6;
}
.form-col .checkout-review-action h5 {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.form-col .checkout-review-action h5 span {
  margin-left: 45px;
}

.modal-open,
body,
.modal {
  padding-right: 0 !important;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-backdrop.in {
  opacity: 1;
}

.modal {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal label {
  margin-bottom: 2px;
}
.modal .modal-header {
  padding: 20px;
  border-bottom: none;
}
.modal .modal-header h4 {
  color: #4a4a4a;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.modal .modal-header .close {
  font-size: 14px;
  opacity: 0.95;
  margin-top: -8px;
  margin-right: -8px;
}
.modal .modal-content {
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.modal .modal-body {
  padding: 0 20px 20px;
}
.modal .modal-body p {
  font-size: 14px;
  color: #393939;
  margin: 0 0 10px;
}
.modal .modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 19px 20px 20px;
  margin-top: 15px;
  vertical-align: middle;
}
.modal .modal-footer .btn {
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.modal .modal-footer .btn.btn-link {
  font-size: 12px;
  padding: 9.5px 0;
}
.modal .modal-footer:after {
  content: "";
  display: table;
  clear: both;
}

.alert.success-msg {
  font-size: 14px;
}

.panel-box {
  margin-bottom: 30px;
}
.panel-box a {
  color: #0088cc;
}
.panel-box a:hover,
.panel-box a:focus {
  color: #009ceb;
}
.panel-box .panel-box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 6.99px 6.99px 0 0;
}
.panel-box .panel-box-title:after {
  content: "";
  display: table;
  clear: both;
}
.panel-box .panel-box-title h3,
.panel-box .panel-box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #313131;
}
.panel-box .panel-box-title .panel-box-edit {
  float: right;
  line-height: 18px;
  font-size: 12px;
}
.panel-box .panel-box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 6.99px 6.99px;
  background-color: #fbfbfb;
  min-height: 135px;
}

#account-chage-pass {
  display: none;
  margin-top: 30px;
}
#account-chage-pass.show {
  display: block;
}

.featured-box {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.featured-box.featured-box-flat {
  background: #fff;
}
.featured-box h4 {
  font-size: 16px;
}

label .required {
  color: #eb340a;
}

.form-section {
  overflow: hidden;
}
.form-section .featured-box {
  margin-bottom: 30px;
}
.form-section .featured-box .box-content {
  padding: 35px 25px;
}
@media (min-width: 768px) {
  .form-section .form-content {
    min-height: 275px;
  }
}
.form-section p {
  margin-bottom: 15px;
}
.form-section .form-action {
  padding-top: 8px;
  margin-top: 1em;
  text-align: right;
}
.form-section .form-action a:not(.btn) {
  color: #0088cc;
}
.form-section .form-action a:not(.btn).pull-left {
  line-height: 38px;
}
.form-section .form-action a:not(.btn):hover,
.form-section .form-action a:not(.btn):focus {
  color: #008fd6;
  text-decoration: underline;
}
.form-section .required {
  color: #eb340a;
  font-size: 11px;
  text-align: right;
}
@media (min-width: 992px) {
  .form-section.register-form .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .form-section.register-form [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog-posts article {
  padding-bottom: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-posts + .toolbar {
    margin-bottom: 35px;
  }
}

article.post-large h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
article.post-large .post-image .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 20;
}
article.post-large .post-video iframe {
  border: none;
}
article.post-large .post-content {
  font-size: 14px;
}
article.post-large .post-content p {
  margin-bottom: 15px;
}
article.post-large .post-content p:last-of-type {
  margin-bottom: 12px;
}
article.post-large .btn.btn-link {
  font-size: 13px;
  padding: 0;
  color: #777;
}
article.post-large .btn.btn-link:hover,
article.post-large .btn.btn-link:focus {
  color: #0088cc;
}
article.post-large .post-meta {
  font-size: 13px;
  line-height: 1.65;
  margin-top: 15px;
}
article.post-large .post-meta > span {
  display: inline;
  padding-right: 15px;
}
article.post-large .post-meta > span i {
  margin-right: 7px;
}
article.post-large .post-meta span,
article.post-large .post-meta a {
  color: #777;
}
article.post-large .post-meta a:hover,
article.post-large .post-meta a:focus {
  color: #0088cc;
}

aside ul.nav-list > li > a {
  font-size: 13px;
  padding-left: 21px;
}
aside ul.nav-list > li > a:before {
  margin-left: -11px;
}
aside ul.nav-list > li.active > a {
  color: #0088cc;
  font-weight: 600;
}
aside ul.nav-list > li.active > a:before {
  border-left-color: #0088cc;
}

.sidebar h4 {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #313131;
}
.sidebar .nav.nav-list {
  margin-bottom: 30px;
}
.sidebar .simple-post-list {
  margin-bottom: 40px;
}
.sidebar .simple-post-list li {
  padding: 10px 0;
  border-bottom: none;
}
.sidebar .simple-post-list li a {
  font-size: 13px;
}
.sidebar .simple-post-list li .post-image {
  width: 60px;
  line-height: 0;
}
.sidebar .simple-post-list li .post-image .img-thumbnail {
  padding: 2px;
}
.sidebar .simple-post-list li .post-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidebar .simple-post-list li .post-meta {
  font-size: 12px;
}
.sidebar .tagcloud {
  margin-bottom: 30px;
}
.sidebar .tagcloud a {
  display: block;
  padding: 10px 14px;
  background-color: #e1e1e1;
  color: #7e7d79;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
  float: left;
  margin: 0 7px 7px 0;
}
.sidebar .tagcloud a:hover,
.sidebar .tagcloud a:focus {
  color: #fff;
  background-color: #0088cc;
  text-decoration: none;
}
.sidebar .tagcloud:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .sidebar-compare-products {
  margin-bottom: 30px;
  font-size: 13px;
}

.post-share {
  margin-top: 30px;
}

.post-block h3 {
  font-size: 18px;
  font-weight: 600;
}

.section-contact-area {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .section-contact-area {
    padding-bottom: 40px;
  }
}

label {
  font-size: 14px;
}

.form-control {
  border-radius: 6px;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn {
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.google-map {
  height: 300px;
  margin: 0 0 30px;
}

.list-contact li {
  margin-bottom: 15px;
}
.list-contact li i {
  display: block;
  float: left;
  width: 43px;
  height: 43px;
  background-color: #0088cc;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
}
.list-contact li i.fa-mobile {
  font-size: 24px;
}
.list-contact li div {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}

html .scroll-to-top {
  right: 15px;
  min-width: 40px;
  padding: 9px 5px 31px;
  font-size: 16px;
  color: #0088cc;
  border-radius: 5.1px 5.1px 0 0;
}
html .scroll-to-top:hover,
html .scroll-to-top:focus {
  color: #0088cc;
  background-color: #555;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
  font-family: FontAwesome;
  border: none !important;
  margin: 0;
  width: initial !important;
  float: none;
}

.custom-text-color-1 {
  color: #666 !important;
}

/*   estilsddgi.css               */
:root {
  --color-principal: #d6080d; /*    --color-principal: #9c0609;*/
  --color-capcalera: #000;
  --color-font-capcalera: #f0f0f0;
}

header,
header > .container:first-of-type {
  background: #000 !important;
  background: var(--color-capcalera) !important;
  box-shadow: none;
}
#wrap {
  background: #f5f5f5;
}
.menuprincipal {
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #ededed;
}

#list_shortcuts li {
  background: #fff;
  border: none;

  float: left;
  transition: all 0.4s ease-in-out;

  width: 165px;
  border-radius: 0;
  min-height: 260px;
}

@media only screen and (max-width: 582px) {
  #list_shortcuts li {
    width: 40%;
  }
}
#list_shortcuts li:hover {
  box-shadow: 0 8px 5px 0 #9b9d9f;
  transform: translate(0px, -5px);
}

#list_shortcuts span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 10px;
}

.zui-highlight {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: none;
}

.white_bg .main_title h2 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.white_bg {
  background: #fff;
}

header nav {
  float: left;
}

.links-xarxes-socials {
  position: relative;

  float: right;
}

.animenu {
  display: block;
  background-color: #fff;
  text-align: center;
  margin: auto;
  top: 0px;
}
.animenu a {
  padding-top: 0;
  font-weight: 700;

  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.12px;
  color: #313131 !important;
}

.animenu_nav > li {
  padding: 10px 18px 12px !important;
  border-top: 3px solid #fff;
}

/*@media only screen and (min-width: 767px) {*/
@media only screen and (min-width: 995px) {
  .animenu a:hover {
    font-size: 12px;
    font-weight: 700;
  }

  .animenu_nav > li:hover {
    border-top: 3px solid #9c0608;
  }

  .animenu ul li ul li a {
    font-size: 12px !important;

    padding: 10px;
  }
  .animenu ul li ul li:first-child {
    margin-top: 10px !important;
  }

  .animenu ul li ul li {
    border-top: 3px solid #fff;
  }

  .animenu ul li ul li:hover {
    border-top: 3px solid #9c0608;
  }

  .animenu_nav_child > li:first-child > a:after {
    content: none;
  }
}

.intro-generica {
  font-size: 18px;
}

#list_shortcuts ul.acces-site > li {
  width: 23%;
  height: 50px;
  min-height: 50px;
  margin-top: 3px;
  margin-bottom: 3px;
}
#list_shortcuts.llista-activitats ul.acces-site > li {
  height: auto;
}
#list_shortcuts .acces-site a {
  float: none;
  background: #fff;
}
#list_shortcuts.llista-activitats .acces-site a {
  height: 100%;
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  clear: both;
  overflow: hidden;
  min-height: 50px;
}

#list_shortcuts .acces-site img {
  background: white;
  /*margin: 20px 10px 20px 10px;*/
  width: 100%;
  max-height: 50px;
  padding-left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#list_shortcuts.llista-activitats .acces-site img {
  transform: none;
  top: 5px;
}

#list_shortcuts span {
  position: relative;
  float: none;

  top: auto;
}

#list_shortcuts div.contenidor-logo-site {
  display: none;
  float: left;
  height: 100%;
  width: 35%;
}

#list_shortcuts div.contenidor-text-site {
  float: left;
  height: 100%;
  width: 100%;
}
#list_shortcuts div.contenidor-text-site-inner {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  overflow: hidden;
}
#list_shortcuts.llista-activitats div.contenidor-text-site-inner {
  top: 0px;
  transform: none;
}
#list_shortcuts span.acces-site-span-contenidor-nom {
  top: auto;
  position: relative;
  height: auto;
  padding-bottom: 5px;
  font-weight: 700;
  float: left;
  clear: none;
  width: 100%;
  text-align: center;
  padding: 0px;
}
#list_shortcuts span.acces-site-span-contenidor-nom > span {
  font-size: 12px;
}
#list_shortcuts span.acces-site-span-comercos {
  color: #666;
  top: auto;
  position: relative;
  padding-top: 4px;
  float: left;
  clear: none;
  width: 100%;
  text-align: center;
  font-size: 11px;
  height: 10px;
}
#list_shortcuts span.acces-site-span-contenidor-nom > span {
  padding: 0;
  transform: none;
  font-weight: 700;
}

.strip_list {
  border-radius: 0;
}

.restaurant_list_detail .strip_list {
  border-radius: 0;
}

.restaurant_list_detail .thumb_strip {
  border-radius: 0;
  border: none;

  padding: 0;
}

.restaurant_list_detail .desc h3,
.locals-destacats h3 {
  font-family: Poppins, sans-serif !important;
  font-weight: 700;
  padding-top: 10px;
  font-size: 2.2rem;
}

.locals-destacats a.strip_list:hover {
  box-shadow: none;
  transform: none;
}

.restaurant_list_detail .desc a:hover h3,
.locals-destacats a.strip_list:hover h3 {
  color: #9c0608;
}

.restaurant_list_detail .desc .rating {
  display: none;
}

.thumb_strip {
  border: none;
  border-radius: 0px;
  padding: 0px;
}

._________________restaurant_list_detail a.btn.producte-no-disponible-venda {
  display: none;
}

#cart_box,
.box_style_2 {
  border: none;
  border-radius: 0px;

  box-shadow: none;
}

#cart_box h3 {
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  font-family: Poppins, sans-serif !important;
  background: none;
  color: #555;
  font-size: 13px;

  text-transform: uppercase;
}
.btn_full,
a.btn_full {
  border-radius: 0px;
}
.btn {
  background: #9c0608;
  border: 2px solid #9c0608;
  font-size: 13px;
}

.btn_1,
a.btn_1 {
  background: #9c0608;
  border: 2px solid #9c0608;
  border-radius: 0px;
}
.btn_1:hover,
a.btn_1:hover {
  border: 2px solid #343434;
}

a.btn.producte-no-disponible-venda {
  font-size: 13px;

  color: #999;
  border: none;
  text-transform: none;
}
#cart_box .btn_full,
#cart_box a.btn_full {
  background: #9c0608;
  border: 2px solid #9c0608;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
#cart_box .btn_full:hover,
#cart_box a.btn_full:hover {
  border: 2px solid #343434;
}

.box_style_2 h2.inner {
  background: none;
}
.box_style_2 h2.inner {
  margin-top: -12px;
  padding-bottom: 15px;

  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  font-family: Poppins, sans-serif !important;
  background: none;
  color: #555;
  font-size: 13px;
  text-transform: uppercase;
}

#sub_content h1 {
  color: #fff;

  font-weight: 600;
}
.rstl_list_btn a {
  background: #fff;
  border: 2px solid #fff;

  color: #000;
}

.restaurant_list_detail {
  background: #f5f5f5;
  margin-top: -15px;
}
.restaurant_list_detail #main_menu.box_style_2 {
  padding-top: 15px;
}

#cart_box,
.box_style_2 {
  border: 0;
}
ul.contenidor-cerca-avancada {
  border: none;

  max-height: none;
}
ul.contenidor-cerca-avancada li label {
  padding-left: 10px;
}

.advanced-search select {
  border: 1px solid #ccc;

  padding: 8px;
  width: 100%;
  border-radius: 5px;
}

.sub-banner {
  background: #333 !important;
}

.animenu_nav > li > a:first-child:nth-last-child(2):before {
  content: none;
}

#blog_item {
  background: #f5f5f5;
}

.flex-direction-nav a:before {
  font-size: 40px;
}
.flex-direction-nav a {
  background: none;
  border: none;

  color: #666;
}

.pagination li a {
  margin: 1px;

  border: 1px solid #666 !important;
  color: #333;
  font-size: 14px;

  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #333;
}

.pagination li a:hover {
  background: #666;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.container-4 input#search {
  border: 1px solid #666;
}

.rstl_img_contant a.menu-details {
  float: none !important;
}

.what-we-do {
  background: #f5f5f5;
  text-align: left;
}

.what-we-do h3 {
  text-transform: none;
  font-weight: 600;
}

ul.acorh {
  font-size: 16px;
}

ul.acorh li {
  background: none;
  color: #000;
}

ul.acorh li a {
  text-align: left;
  display: block;
  padding: 10px;
  background: #f5f5f5;
  color: #000;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
}

ul.acorh li a:hover {
  background: #666;
  color: #fff;
}

ul.acorh li ul li {
  padding: 10px 10px 10px 30px;
  margin-bottom: 20px;
}

.fitxa-negoci .rstl_list_btn {
  margin-right: 10px;
  display: inline-block;
}

.rstl_list_btn a {
  border-radius: 0px;
}

.rstl_list_btn a:hover {
  border: 2px solid #fff;
}
.modalDialog > div > img {
  border-radius: 0px;
}

.modalDialog > div {
  width: 600px;
  padding: 10px;
  border-radius: 0px;
  background: #fff;
}

.modalDialog .close {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
}

.links-xarxes-socials a {
  color: #000;
}

.product-details-area ul,
.product-details-payment-method ul {
  margin-left: 20px;
}

.product-details-description legend {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 5px;
}

.product-details-payment-method > strong,
.product-details-area > strong {
  padding-bottom: 5px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.product.product-list .product-actions a.addtocart:hover {
  background-color: #fff;
  border-color: #343434;
  color: #343434;
}

img.product-details-image {
  float: none;
}
footer .loc-info p i {
  float: none;
}

.logo-media {
  width: 400px;
  margin: 0 auto;
}

.logo-media-titol {
  text-align: right;
  padding-top: 18px;
}
.logo-media-titol p {
  color: #f0f0f0;
  color: var(--color-font-capcalera);
  font-size: 24px;
  line-height: 0.8;
}
.logo-media-titol #site-name-heading {
  font-size: 32px;

  font-weight: 700;
}

.logo-media-img {
  float: right;
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 995px) {
  header .logomuni,
  header .logodipu {
    display: none;
  }

  header .logocomerc {
    width: 80% !important;
  }
  header .logocomerc .logo-media {
    width: auto;
    overflow: hidden;
  }
  header .logocomerc .logo-media .logo-media-titol {
    float: left;
  }
  .widget.wp_google_lanuage_translator-2.widget_wp_google_lanuage_translator {
    display: none;
  }
  .animenu_toggle {
    margin-top: -80px;
    position: fixed;
    z-index: 9999;
    right: 15px;
  }
  .animenu_toggle.animenu_toggle-active {
    margin-top: -120px;
  }
  .links-xarxes-socials {
    display: none;
  }
  .animenu_nav-open {
    background: none;
  }
  .animenu_nav > li:first-child > a:after {
    content: none;
  }
  .animenu_nav > li > a {
    padding: 0;
  }

  .animenu_nav_child.menu-instruccions {
    margin-left: 0 !important;
  }
  .animenu ul li ul li a {
    font-size: 14px;
  }
  .animenu_nav > li > a,
  .animenu_nav_child a {
    text-transform: none;
  }
  .animenu_nav_child a:hover {
    background: none !important;
  }

  .animenu a:hover,
  .animenu_nav > li:hover > a {
    color: #9c0608 !important;
  }

  .animenu a:hover {
    font-size: 14px;
    font-weight: 700;
  }
  .animenu_nav > li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .animenu_nav > li:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .animenu_nav > li:hover > ul {
    margin-top: 10px;
  }
  .animenu_nav-open .animenu_nav_child {
    margin-top: 10px;
  }

  #subheader .container-4 {
    width: 90%;
  }

  #sub_content.fitxa-negoci {
    text-align: center;
  }

  #list_shortcuts ul.acces-site > li {
    width: 95%;
    padding-bottom: 15px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  #list_shortcuts.llista-activitats ul.acces-site > li {
    max-height: inherit;
    padding-bottom: 0px;
  }

  #list_shortcuts .acces-site img {
    min-height: inherit;
  }

  #list_shortcuts a.acces-site > span {
    top: auto !important;
    text-align: center;
    padding-left: 0px;
  }

  #list_shortcuts a.acces-site > span.acces-site-span-comercos {
    top: auto !important;

    padding-top: 10px;
  }

  #sub_content #thumb {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .sub-banner .overlay {
    padding: 20px 0 50px;
  }
}

@media only screen and (max-width: 440px) {
  header .logo img {
    margin: 0;

    width: auto;
  }
  .logo-media-titol #site-name-heading {
    font-size: 22px;

    line-height: 0.9;
  }
  .fitxa-negoci-avatar {
    display: none;
  }
  .fitxa-negoci-dades {
    width: 100%;
  }
}

/* productes  10maig2021*/
#main_menu .product-cat {
  font-weight: 200;

  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}

.product.product-list .product-name {
  margin-top: 0;
}
.product .product-name {
  letter-spacing: -0.1em;
  margin-bottom: 0.45rem;

  font-family: Poppins, sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  color: #222529;
}
.product .product-name a {
  color: #222529;
  font-family: Poppins, sans-serif !important;
  display: inline-block;
}
.product .product-name a:first-letter {
  text-transform: capitalize;
}

.product-details-box .product-detail-info .product-price-box .product-price {
  font-family: Poppins, sans-serif !important;

  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #222529;
}
.product-details-box .product-detail-info .product-price-box {
  margin: 0 0 5px;
}
.product-details-box .product-name {
  font-family: Poppins, sans-serif !important;
  color: #222529;
  font-size: 3rem;
  line-height: 1.2;

  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 0.6em;
}

.product-details-box .product-addwishlist a {
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-details-box .product-name:first-letter {
  text-transform: capitalize;
}

.product-actions a.quickview {
  visibility: visible;
  opacity: 1;
  color: #2c8624;
  border: 1px solid #2c8624;
}
.product-actions a.quickview:hover {
  background: #2c8624;
  border: 1px solid #2c8624;
}

#product-servei ul li:before {
  content: "-";
  color: #559955;
  font-weight: bold;
}

.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more,
.add-links .quickview {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #333;
}

.add-links .quickview {
  position: relative;
  width: 36px;
  padding: 0;
  border: 1px solid #d8d8d6;
  background: transparent;
  text-indent: -9999em;
  text-transform: uppercase;
  font-size: 13px;
}
.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more,
.add-links .quickview {
  height: 36px;
  line-height: 34px;
  min-width: 36px;
  border: 1px solid transparent;
}

.product-share-box div.social-share {
  position: relative;
  right: 0px;
  top: 0px;
}

.product-share-box div.social-share a.social-share {
  color: #bbb;
  font-size: 32px;
}

.product-share-box div.social-share a.social-share .fa-fw {
  width: auto;
}

.product-img-box .product-img-wrapper {
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
}
.nav-tabs > li a {
  font-weight: 700;
  color: #818692 !important;
  text-transform: uppercase;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  padding: 7px 0 !important;
  border-radius: 0;
  margin-right: 35px;
}

.nav-tabs > li.active a {
  border-color: #9c0608 !important;
  color: #222529 !important;
}
.nav-tabs > li a:hover {
  border-color: #222529 !important;
}
@media (min-width: 600px) {
  .product.product-list .product-details-area {
    clear: none;
  }
}

div.social-share {
  right: 25px;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 1px;
}

.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  color: #313131;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.social-circle li i {
  color: #313131;
  margin: 0;
  line-height: 25px;
  text-align: center;
}

.social-circle li a:hover i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  border: 1px solid #d3d3d3;
}

.product-share-box .social-circle li a {
  width: 35px;
  height: 35px;
}

.product-share-box .social-circle li i {
  line-height: 35px;
}

.funkyradio {
  margin: 0 auto;
  text-align: center;
}
.funkyradio div {
  padding: 10px;

  clear: none;
  overflow: hidden;
  display: inline;
}

.funkyradio label {
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 3px 0 0 3px;
  padding: 0px 10px;
  color: #777;
}

.funkyradio input[type="radio"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #d1d3d4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label {
  color: #fff;
  background: #343434;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #c2c2c2;
}

.funkyradio input[type="radio"]:checked ~ label {
  color: #232833;
}

.funkyradio input[type="radio"]:checked ~ label:before {
  content: "\2714";
  text-indent: 0.1em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-success input[type="radio"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.container-4 #search button.icon {
  margin-left: 30px;
}
.container-4 input#search {
  border-radius: 24px 0 0 24px;
}
.sub-banner .rating {
  color: #fff;
}

.sub-banner .rating i {
  color: #fff;
}

.sub-banner .rating a {
  color: #fff;
}

/*  variant COLOR  */
.feature h3 span,
a:hover {
  color: #9c0609;
  color: var(--color-principal);
}
.restaurant_list_detail .desc a:hover h3,
.locals-destacats a.strip_list:hover h3 {
  color: #9c0609;
  color: var(--color-principal);
}
#cart_box .btn_full,
#cart_box a.btn_full {
  background: #9c0609;
  background: var(--color-principal);
  border: 2px solid #9c0609;
  border: 2px solid var(--color-principal);
}
.btn {
  background: #9c0609;
  background: var(--color-principal);
  border: 2px solid #9c0609;
  border: 2px solid var(--color-principal);
}
.btn_1,
a.btn_1 {
  background: #9c0609;
  background: var(--color-principal);
  border: 2px solid #9c0609;
  border: 2px solid var(--color-principal);
}
.product.product-list .product-actions a.addtocart {
  background-color: #9c0609;
  background-color: var(--color-principal);
  border-color: #9c0609;
  border-color: var(--color-principal);
}

/* fi variant blava  */
/* gadget google translate  */
#list_shortcuts li {
  min-height: 270px;
}

#cercador-comercos-portada-global input {
  padding: 10px;
  border: 1px solid #ccc;
}

.menuprincipal {
  border-bottom: 1px solid #ededed;
  border-top: none;
}

#banner.portada-global #subheader {
  background-color: #f5f5f5;
}
.funkyradio input[type="radio"]:empty ~ label {
  border: 1px solid #ccc;
}

.btn.btn-submit {
  background: #9c0609;
  background: var(--color-principal);

  border-radius: 0px;
}
.form-control {
  border: 1px solid #ccc;
  border-radius: 0px;
}
.btn {
  border-radius: 0px;
}

.animenu_nav_child a:hover {
  background: none;
}

.table > tbody > tr.cart-fila-descripcio > td span {
  border: none;
  border-top: 1px solid #eee;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.table > tbody > tr.cart-fila-descripcio > td textarea {
  margin-top: 15px;

  border: 1px solid #eee;
  padding: 10px;
}

.table > tbody > tr.cart-fila-descripcio select {
  border: 1px solid #eee;
  padding: 5px;
}

@media (max-width: 640px) {
  #banner.portada-global {
    height: 350px;
  }
}

#list_shortcuts.llista-activitats div.contenidor-logo-site {
  display: block;
  max-width: 50px;
}
#list_shortcuts.llista-activitats div.contenidor-text-site {
  width: 80%;
  position: relative;
  text-align: center;
  height: auto;
  margin-top: 0px;
  overflow: hidden;
}
#list_shortcuts.llista-activitats
  div.contenidor-text-site
  .contenidor-text-site-inner
  > span {
  display: none;
}
#list_shortcuts.llista-activitats
  div.contenidor-text-site
  .contenidor-text-site-inner
  > span.acces-site-span-contenidor-nom {
  display: inline;
  margin-top: 13px;
  padding-right: 20px;
}
body div.activitat-desplegador {
  margin-right: -2px;
}

/*@media screen and (min-width: 767px) {*/
@media screen and (min-width: 995px) {
  #list_shortcuts.llista-activitats ul.acces-site > li {
    width: 100%;
  }
  #list_shortcuts.llista-activitats div.contenidor-text-site {
    text-align: left;
    width: 90%;
  }
  #list_shortcuts.llista-activitats
    div.contenidor-text-site
    .contenidor-text-site-inner {
    padding-left: 60px;
  }
  #list_shortcuts.llista-activitats
    div.contenidor-text-site
    .contenidor-text-site-inner
    > span {
    display: inline-block !important;
    float: none;
    width: auto;
    font-size: 12px;
    margin-right: 50px;
  }
  div.activitat-desplegador {
    float: right;
    position: relative;
    right: auto;
    top: auto;
  }
}

div.activitat-desplegador {
  position: absolute;
  right: 1px;
  top: 5px;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 18px;
  color: black;
}

div.activitat-descripcio {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 6px;
  color: black;
}

.animenu li.item-menu-nomes-mobile {
  display: none;
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 995px) {
  .animenu li.item-menu-nomes-mobile {
    display: block;
  }
  .animenu_nav-open .animenu_nav_child {
    display: none;
  }
}

.caixa-estoc {
  color: #777;
  font-size: 10px;
}

.cart-capcalera-comerc {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}
.cart-llista-productes-comerc {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fafafa;
  margin-bottom: 75px;
}

.btn_1.cart-pagar-tot-aquest-comerc {
  float: right;
  clear: both;
  margin-top: -67px;
  margin-bottom: 88px;
}

.cart-perque-no-pot-enviar-domicili {
  padding-left: 20px;
  color: #722;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*                  */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: Poppins, "Open Sans", Arial, Helvetica, sans-serif !important;
}

.btn {
  font-weight: 500;
}

.sub-banner .overlay {
  background: none;
}

.sub-banner {
  background: none !important;
  color: #000;
}

.sub_cont_rt,
.sub_cont_lt,
#sub_content h1,
.sub-banner .rating,
.sub-banner .rating i,
.sub-banner .rating a,
.sub_cont_lt i,
.sub-banner h1 {
  color: #000;
}

.rstl_list_btn a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: 400;
}

.rstl_list_btn a:hover {
  background: var(--color-principal);
  border: 1px solid var(--color-principal);
  color: #fff;
}

.product.product-list .product-actions a.addtocart {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.product.product-list .product-actions a.addtocart:hover {
  background-color: var(--color-principal);
  color: #fff;
  border: 1px solid var(--color-principal);
}

.product-actions a.quickview,
.product-actions a.quickview:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: default;
}

.btn_1,
a.btn_1 {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn_1:hover,
a.btn_1:hover {
  background-color: var(--color-principal);
  color: #fff;
  border: 1px solid var(--color-principal);
}

.nav-tabs > li.active a {
  border-color: #000 !important;
}

#cart_box .btn_full,
#cart_box a.btn_full {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}

#cart_box .btn_full:hover,
#cart_box a.btn_full:hover {
  background-color: var(--color-principal);
  color: #fff;
  border: 1px solid var(--color-principal);
}

a.btn.producte-no-disponible-venda {
  max-width: 100%;
}

.box_style_2 h2.inner {
  font-size: 1.4rem;
  text-align: left;
}

.sidebar_time_list .nomargin_top {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  font-family: Poppins, sans-serif !important;
  background: none;
  color: #555;
  font-size: 1.4rem;
  text-transform: uppercase;
}

#sub_content #thumb {
  height: 160px;

  width: 160px;
}

#summary_review {
  border: 1px solid #e7e7e7;
  background: none;

  border-radius: 0px;
}

.detail_con_text a,
.product-details-description a {
  color: var(--color-principal);
}

div.social-share {
  top: 18px;
}

.restaurant_list_detail .categories label {
  font-weight: 500;
}
.restaurant_list_detail .categories li a:hover {
  color: var(--color-principal);
}

#main_menu .product-cat {
  font-weight: 300;
}

.submenu-icona-login {
  background-color: #222;
  padding: 20px 20px;
  border: 1px solid #777;
  display: none;
  position: absolute;
  right: 0px;
  top: 70px;
  z-index: 1000;
}
.submenu-icona-login li {
  display: block;
  clear: both;
  float: left;
  height: 20px;
}
.submenu-icona-login li a {
  font-size: 14px;
}
.submenu-icona-login li a:hover {
  color: white;
}

box_style_2:last-child {
  margin-bottom: 25px;
}

.product-details-box .product-addwishlist a,
.product-actions a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: 400;
}

.product-details-box .product-addwishlist a:hover,
.product-actions a:hover {
  background: var(--color-principal);
  border: 1px solid var(--color-principal);
  color: #fff;
}

div.nom-portal-mobil {
  display: none;
  float: left;
  margin-right: 30px;
  font-size: 11px;
}

@media (max-width: 768px) {
  div.nom-portal-mobil {
    display: block;
    text-wrap: nowrap;
  }
  div.social-share {
    top: -29px;
  }
}

.menu-dues-columnes {
  column-width: 300px;
  width: 600px;
  display: block;
}
.menu-dues-columnes > li {
  float: left;
  width: 50%;
}
@media (max-width: 479px) {
  body .strip_list .thumb_strip {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .header-icon.mb-0.header-search.header-search-inline.header-search-category.w-lg-max.pl-3.pr-1 {
    width: 32px;
  }
  .header-middle .header-left.col-lg-5.w-lg-max.pl-0 {
    padding-right: 0px;
    width: 124px;
  }
}
.header-icon.icon-wishlist-3 {
  position: relative;
}
.header-icon.icon-wishlist-3 span.cart-count.badge-circle {
  margin-top: inherit;
  margin-right: inherit;
  z-index: 1;
  top: -5px;
  left: 23px;
}

div.nom-usuari {
  display: block;
  width: 200px;
  min-height: 20px;
  line-height: 20px;
  position: absolute;
  right: -36px;
  margin-top: 55px;
}

div#contingut-avis-legal,
div#contingut-termes-condicions,
div#contingut-adreca-fiscal {
  position: fixed;
  width: 80%;
  height: 80%;
  background-color: #f0f0f0;
  left: 10%;
  top: 10%;
  padding: 30px;
  border: 2px solid black;
  border-radius: 3px;
  z-index: 99999;
  overflow: scroll;
  box-shadow: 3px 3px 6px;
}

.tancar-popup {
  position: fixed;
  right: 10%;
  top: 10%;
  background-color: #222;
  font-size: 22px;
  border-radius: 20px;
  width: 34px;
  text-align: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
  margin-top: -15px;
  margin-right: -13px;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  box-shadow: 3px 3px 6px;
}

div.selector-categoria {
  position: absolute;
  top: 11px;
  left: 200px;
}
div.selector-categoria select {
  background-color: transparent;
  border: 1px solid #444;
  padding: 5px 10px;
}
/*}*/
@media (max-width: 518px) {
  .btn_1.cart-pagar-tot-aquest-comerc {
    margin-top: -111px;
  }
  .cart-capcalera-comerc {
    margin-top: 125px;
  }
}

#form-filtres select,
#form-filtres-comerc select {
  max-width: 100%;
  float: right;
}

.boto-aplica-filtres {
  float: right;
  margin-top: 30px;
}

.nomes-mobil {
  display: none;
}

@media (max-width: 575px) {
  .nomes-mobil {
    display: inherit;
  }
  .nomes-escriptori {
    display: none;
  }
}

/* Tiquet:  210100 */
.header-middle {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header-contact img {
  max-width: 50px;
}

@media (max-width: 991px) {
  .container.home2 > div:first-of-type {
    flex-direction: column-reverse;
  }
  .home-slider {
    margin-bottom: 0rem !important;
  }

  .mobile-sidebar {
    position: relative;

    width: 100%;

    transform: translate(0);
  }

  .mobile-sidebar .d-none {
    display: block !important;
  }

  .menu-vertical > li {
    padding: 0;
  }
  .menu-vertical > li img {
    margin-left: 15px;
  }
  .menu ul {
    margin-bottom: 2rem;
    position: initial;
  }
}
.header-contact .logo-portal-general img {
  max-width: 200px;
}

/* Fi tiquet:  210100 */

.note-video-clip {
  max-width: 100%;
}
