html, html a {
  -webkit-font-smoothing:antialiased
}
html {
  -ms-overflow-style:scrollbar
}
body {  
  font-size:16px;   
  line-height:1.875 ;
  color:#4b4b55;
  font-weight:400;  
  font-family: 'Dosis', sans-serif;
  background: #fff;
  letter-spacing: 0.025em;
}
.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
body.content_only {
  padding:15px;
  margin: 0 !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5,
h6, pre, code, form, fieldset, legend, input, button, 
textarea, p, blockquote, th, td {
  padding:0px;
  margin:0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color:#4b4b55;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
a:hover,
a:focus {
  /* color:#ff8f89; */
  color: #6bd3d2;
  text-decoration: none;
  outline: none;
}
a:active, a:focus, input {
  outline: 0;
  outline-style:none;
  outline-width:0;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: 500;
}
td,
tr td {  
}

.label {
  font-weight:500;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}

.success,
.alert-success {
  background: #e7f6cd none repeat scroll 0 0;
  border: 1px solid #dce2ed;
  color: #84be20;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 10px 30px;
}
.warning,
.alert-warning,
.warning_inline {
  background-color: #faf4d4;
  border-color: #dce2ed;
  color: #d49809;
}
.warning,
.alert {
  border: 1px solid #dce2ed;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 15px;    
}
.error {
  background: none repeat scroll 0 0 #FFCCCC;
  border: 1px solid #990000;
  font-size: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: bold;
}
.error ol {
  margin-left: 20px;
}
ol, ul {
  list-style: none outside none;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small {
  font-size: 0.96em;
}
cite {
  font-style: normal;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
h1 {
  margin:0;
  padding:0 0 0.75em;
  font-size:2.25em;
  text-transform: capitalize;
  font-weight: 600;
}
h2 {
  margin:0;
  padding:0 0 0.75em;
  font-size:1.875em;  
  text-transform: capitalize;
  font-weight: 600;
}

.myinsthd {
  font-size: 1.475em !important }
.myinsthd a {
  color: #6bd3d2 !important }

h3 {
  margin:0;
  padding:0 0 0.67em;
  font-size:1.5em;  
  /*font-weight: 600;*/ 
  text-transform: capitalize;
  font-weight: 600;
}
h4, .myinst {
  margin:0;
  padding:0 0 0.52em;
  font-size:1.125em;  
}
h5 {
  margin:0;
  padding:0 0 0.52em;
  font-size:1em;  
}
h6 {
  margin:0;
  padding:0 0 0.92em;
  font-size:1em;  
}
.title-block{
  font-size: 24px;
  text-transform: uppercase;
  color: #444;
}
.page-heading {
  /* color: #ff8f89; */
  color: #6bd3d2;
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 24px;
  /* font-family: "Dosis-Extrabold";*/
  text-transform: uppercase;
  padding-bottom: 35px;
  font-weight: 800;
}
.page-subheading {
  /* color: #ff8f89; */
  color: #6bd3d2;
  font-size: 24px;
  text-transform: uppercase;
}
.postcode input.uniform-input{
  background: #f6f6f6 !important;
  border-color: #f0f0f0;
}
label {
  margin-bottom: 10px;
  font-weight: 500;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style:none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #010101;
}
abbr.initialism {
  font-size: 0.9em;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #010101;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.page-header {
  margin-top:0px;
}
.form-group > label {
  margin-bottom: 6px;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 3.46em;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 2em;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 3.46em;
}
.jumbotron iframe {
  margin-top: 20px;
}
.jumbotron p {
  line-height: 1.4;
}

.container.page-content { 
  padding:100px 0  ;
  border-bottom:1px solid #ebebeb;
}
#category .container.page-content .content-aside,
[class*="module-jmsblog-"] .container.page-content .content-aside,
[class^="icon-weather-"] .container.page-content .content-aside{
    width: 21%;
}
#category .container.page-content #center_column,
[class*="module-jmsblog-"] .container.page-content #center_column,
[class*="module-jmsblog-"] .container.page-content #center_column{
    width: 79%;
}
.dropcap {
  display:block;
  float:left;
  margin:-2px 5px 0 0;
  padding:0 10px;
  color:#000;
  
}
.dropcap.color {
  color:#000000;
}
.dropcap.dark {
  color:#fff;
  background-color:#000000;
}
.styled-list {
  position:relative;
  margin:0 0 20px;
  padding:0;
  list-style:none;
  line-height:18px
}
.styled-list li {
  margin-bottom:6px;
  padding:0
}
.styled-list li span {
  display:block;
  overflow:hidden
}
.styled-list li i {
  width:16px;
  float:left;
  margin-right:10px;
  text-align:center;
  color:#000;
  font-size:1.07em
}
.styled-list li:before {
  color:#000000;
  float:left
}
.styled-list .circle li, .styled-list.circle li {
  text-indent:0;
  margin-left:0;
  padding-left:0;
  list-style:none
}
.styled-list .circle li:before, .styled-list.circle li:before {
  content:"\25CF";
  margin:-1px 10px 0 0;
  font-size:0.92em
}
.styled-list.arrow>li {
  margin-left:-15px;
  padding-left:35px
}
.styled-list.arrow > li:before {
  margin:-1px 8px 0 -20px;
  content: "\f18e";
  font-family: FontAwesome;
  font-size:1.23em
}
.styled-list ul {
  margin-left:0;
  padding:5px 0 0
}
.styled-list ul.circle li:before {
  content:"\25CB";
  color:#000000
}
ul.sitemap.styled-list.circle ul li:before {
  content:"\25CF"
}
ul.sitemap.styled-list.circle ul ul li:before {
  content:"\25CB"
}
.styled-list.checkmark>li {
  margin-left:-15px;
  padding-left:35px;
  margin-bottom:10px
}
.styled-list.checkmark> li:before {
  margin:-1px 8px 0 -20px;
  content:'\e013';
  font-family: FontAwesome;
  font-size:1.23em
}
.styled-list.decimal {
  list-style:decimal outside;
  margin-left:25px
}
.styled-list.decimal li {
  padding-left:0;
  text-indent:0
}
.mark {
  background:#d9d9d9;
  padding:2px 2px 0
}
.color_mark {
  background-color:#000000;
  color:#fff;
  padding:2px 2px 0
}
.color, .color:hover {
  color:#000000;
}
.underline {
  text-decoration:underline
}
.underline:hover {
  text-decoration:none
}
.blockquote {
  position:relative;
  border-top:4px solid #000000
}
.blockquote .inside {
  padding:15px;
  border:1px solid #eaeaea
}
.testimonials {
  position:relative;
}
.testimonials .inside {
  padding:15px 15px 15px 114px;
  border:1px solid #eaeaea;
  position:relative
}
.testimonials .inside :before {
  display:block;
  position:absolute;
  top:18px;
  left:20px;
  color:#fff;
  border-radius:50%;
  background:#ececec;
  text-align:center;
  content: "\f007";
  font-family: FontAwesome;
  font-size:3.53em;
  line-height:1.52;
  width:77px;
  height:77px
}

.infobox {
  border:1px solid #000000
}
.infobox .inside {
  padding:15px 15px 15px 84px;
  position:relative
}
.infobox .inside :before {
  infobox:block;
  position:absolute;
  top:16px;
  left:16px;
  color:#000000;
  content: "\f05a";
  font-family: FontAwesome;
  font-size:3.61em;
  line-height:0.76
}
.comment {
  position:relative;
  color:#333
}
.comment .inside {
  padding:30px 15px 30px 100px;
  border-top:1px solid #eaeaea;
  position:relative
}
.comment .inside :before {
  display:block;
  position:absolute;
  top:30px;
  left:10px;
  color:#fff;
  border-radius:50%;
  background:#ececec;
  text-align:center;
  content: "\f007";
  font-family: FontAwesome;
  font-size:5.07em;
  line-height:19px;
  width:77px;
  height:77px
}
.comment a {
  color:#00B2BA;
  text-decoration:underline
}
.comment a:hover {
  text-decoration:none
}
.comment p {
  margin-bottom:.112px
}
.comments .comment {
  padding-left:10%
}
.comments>.comment:first-child {
  padding-left:0
}
.comments>.comment:first-child .inside {
  border:none
}
.icon-circle {
  background:#e2e2e2;
  border-radius:50%;
  color:#fff;
  display:block;
  height:101px;
  width:101px;
  margin:10px auto 15px
}
.icon-circle .fa {
  font-size:6em;
  line-height:25px
}
.icon-circle .fa-plane {
  font-size:4.3em;
  line-height:2.77
}
.icon-circle-sm.active, .icon-circle-xs.active, .icon-circle.active {
  background:#000000;
}
.icon-circle-sm {
  background:#e2e2e2;
  border-radius:50%;
  color:#fff;
  display:block;
  float:left;
  height:62px;
  width:62px;
  margin:0 20px 10px 0;
  text-align:center
}
.icon-circle-sm .fa {
  font-size:3.69em;
  line-height:1.92
}
.icon-circle-sm .fa-plane {
  font-size:2.65em;
  line-height:2.76
}
.icon-circle-xs {
  background:#e2e2e2;
  border-radius:50%;
  color:#fff;
  display:block;
  float:left;
  height:46px;
  width:46px;
  margin:0 3px 10px 0;
  text-align:center
}
.icon-circle-xs .fa {
  font-size:2.15em;
  line-height:2.5;
  color:#fff!important
}
.icons-set {
  line-height:32px;
  color:#000;
  margin:10px 0
}
.icons-set span span {
  font-size:1.46em;
  color:#000!important
}
.icons-set span span:before {
  padding-top:3px;
  display:block;
  float:left;
  margin-right:4px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border-color:#999;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline-block;
  font-weight: 300;
  min-height: auto;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  display:inline;  
}
.form-group.date-time-select .col-sm-6 > div {
  display: inline-block;
  margin-right: 30px;
}
.checkbox-margin input[type="checkbox"]{
  margin:6px 0 0 0;
  display: inline-block;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #000;
  background-color: #000;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #000;
  background-color: #000;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 24px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
  box-shadow: none;
  /* border-color: #ff8f89 !important; */
  border-color: #6bd3d2 !important;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder {
  color: #999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {  
    color: #4b4b55;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 24px;
    background: #fff none repeat scroll 0 0;
    border-color: #999;
    height: 40px;
    width: 100%;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  min-width: 120px;
  padding-right: 5px;
  width: auto;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  box-shadow: none;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
sup {
  color: #fd0101;
  font-size: 15px;
}
/********* TABLES ********/
table.std, table.table_block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  width: 100%;
}
table.std td, table.table_block td {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 10px;
  vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  line-height: 1.42857;
  vertical-align: top;
  border-bottom:none;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d4d4;
}
.table thead
{
  /* background: #ff8f89; */
  background: #6bd3d2;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0 none;
  /*font-family: "Dosis-Semibold";*/
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
.table tbody + tbody {
  border-top: 2px solid #fff;
}
.table .table {
  background-color: white;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table > thead > tr > th {
  border-bottom-width: 1px;
  color: #333333;
  vertical-align: middle;
}
.table-bordered {
  border: 1px solid #ebebeb;
  color: #666;
  font-weight: 400;
  line-height: 30px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ebebeb;
  text-align: center;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
  13}
  .table tbody > tr > td {
    vertical-align: middle;
  }
  @media (max-width: 768px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      overflow-x: scroll;
      border: 1px solid #d6d4d4;
    }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
      white-space: normal;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > thead > tr:last-child > th,
    .table-responsive > .table-bordered > thead > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
    #order-list td > .label {
      white-space:normal;
    }

  }
  .table tfoot tr {

  }

  .nav > li > a:focus, .nav > li > a:hover{
    background-color: transparent;
  }

  /********* BUTTON *******/
  .btn,
  .btn-default {
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: uppercase;
  }
  .btn-default, .button_large {
    font-size: 16px;
    padding: 12px 20px;
    background: #fff;
    color: #111;
    border: 1px solid #999999;
    letter-spacing: 0.025em;
    /* font-weight: 600;*/
    line-height: 1.2;
    font-weight: 600;
  }

  .btn-banner
  {
    min-width: 120px;
    min-height: 40px;
    color: #111;
    background: #fff;
    padding: 7px 18px;
    letter-spacing: 0em;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.44444;
  }
  .btn-banner:hover
  {
    color:#fff;
    /* background: #ff8f89; */
    background: #6bd3d2;
  }

  .button_large {
    padding: 9.5px 20px;
    vertical-align: middle;
  }

  .button_large:hover{
    background:#000000;
    color: #fff;
  }
  .btn-mega {
    border-radius: 0;
    color: #000000;
    font-size: 0.92em;
    padding: 6px 20px;    
    border-radius: 2px;  
  }
  .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    /* background:#ff8f89; */
    background: #6bd3d2;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .btn-mega:hover,
  .btn-mega:focus,
  .btn-mega:active {
    /* background-color: #ff8b89 ; */
    background-color: #6bd3d2;
    /* border-color: #ff8b89; */
    border-color: #6bd3d2; 
    color: #fff;
    outline: 0 none !important;
  }

  .btn-primary {
    opacity:1;
    background:#000000;
    padding:10px 35px;
  }
  .btn-primary:hover,
  .btn-default.active:hover,
  .btn.active:hover{
    /* background-color: #ff8b89; */
    background-color: #6bd3d2;
    color:#fff;
  }
  .btn.active,
  .btn:active{
    box-shadow:none;
  }
  #bt_compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #b6b6b6;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
    padding: 6px 18px;
    text-transform: capitalize;
  }
  #bt_compare:hover {
    border-color: #a1a1a1;
    color: #a1a1a1;
  }
  #bt_compare strong {
    font-weight: 500;
  }
  #button_order_cart {
    /* background: #ff8f89; */
    background: #6bd3d2;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 400;
    z-index: 9;
    position: relative;
    padding: 4px 50px;
    text-align: center;
    width: 100%;
    height: 42px;
    font-weight: 600;
    margin: 15px 0 0 0;

  }
  #button_order_cart span  {
    height: 40px;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
  }
  .checkout-info {
    clear: both;
    text-align: center;
  }
  #button_order_cart:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
  }
  .btn-group.open .dropdown-toggle{
    box-shadow: none;
  }
  #jmstools .btn-action .btn{
    padding: 0 30px !important;
  }
  .cart_quantity .input-group-addon {
    height: 35px;
    line-height: 35px;
    padding: 0;
    width: 35px;
    border: 2px solid #e3e3e3;
    background: none;
    border-radius: 0;
  }
  .cart_quantity .input-group-addon.cart_quantity_up,
  .cart_quantity .input-group-addon.cart_quantity_down {
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .cart_quantity input.form-control.cart_quantity_input
  {
    width: 60px;
    border: none;
    background: transparent;
    text-align: center;
  }
  .cart_quantity .input-group.quantity-control
  {
    display: flex;
    border-collapse: separate;
    align-items: center;
    justify-content: center;
  }
  .cart_quantity .input-group-addon:active, .cart_quantity .input-group-addon:hover, .cart_quantity .input-group-addon:focus
  {
    /* border-color:#ff8f89; */
    border-color: #6bd3d2;
  }
  .order_carrier_content .checkbox div.checker span
  {
    top: -3px;
    display: block;
  }
  .order_carrier_content .checkbox
  {
    margin-bottom: 30px;
  }
  /*=============*/
  .img-responsive.product-img2 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    transform: rotateY(-90deg);
  }
  .product-image.image_swap:hover .img-responsive.product-img2 {
   opacity: 1;
   -moz-transition: all 0.5s ease 0.1s;
   -webkit-transition: all 0.5s ease 0.1s;
   -o-transition: all 0.5s ease 0.1s;
   transition: all 0.5s ease 0.1s;
   -ms-transition: all 0.5s ease 0.1s;
   visibility: visible;
   transform: rotateY(0deg);
   /* transform-origin: 0 100%; */
 }
 .product-image.image_swap:hover .img-responsive.product-img1 {
  opacity: 0;
}
.product-image.image_swap .img-responsive.product-img1 {
  -moz-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
}
.color_to_pick_list li a.color_pick span
{
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}
.color_to_pick_list
{
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  left: -68px;
  opacity: 0;
  visibility: hidden;
}
.color_to_pick_list li
{
  margin-right:4px;
}
.product-preview:hover .color_to_pick_list
{
  opacity: 1;
  visibility: visible;
  left:10px;
  -moz-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
}
.footer_links li
{
  margin-top:25px;
}
.footer_links li:last-child
{
  margin-bottom: 0;
}

#order-detail-content table .return_quantity label
{
  display: none;
}
#order-detail-content table .quantity-control .order_qte_input
{
  display: block;
}
#block-order-detail #sendOrderMessage .unvisible
{
  display: none;
}
.product-btn .fa-spin, .product-btn .fa-check
{
  display: none;
}
.product-btn.checking .fa-spin,
.product-btn.checked .fa-check,
.product-btn.checking .fa-exchange

{
  display: block;
}
.product-preview .sale-label
{
  /* background: #ff8b89; */
  background: #6bd3d2;
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
}
.product-preview  img
{
  width:100%;
}
.product-preview .new-label
{
  background: #79d8d0;
  position: absolute;
  right: 10px;
  top: 10px;
}
.jms-tab
{
  margin-top:18px;
  margin-bottom:13px;
}
.jms-tab .nav-tabs,
.jms-tab .nav-tabs>li>a,
.jms-tab .nav-tabs>li>a:focus,
.jms-tab .nav-tabs>li>a:hover {
  border: 0;
}
.back-to-top .fa-angle-up {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  
}
.back-to-top .fa-angle-up:before
{
  margin-top:-2px;
}

  .back-to-top {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
  }
  .owl-theme:hover .owl-controls .owl-nav div.owl-prev,
  .owl-theme:hover .owl-controls .owl-nav div.owl-next {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  /*============Page 404==============*/
  .pagenotfound
  {
    text-align: center;
  }
  .pagenotfound h1
  {
    font-size: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    /* color: #ff8f89; */
    color: #6bd3d2;
  }
  .pagenotfound h3
  {
    text-transform: none;
  }
  .pagenotfound form.std
  {
    padding: 0 260px;
  }
  .pagenotfound .btn-default
  {
    min-width: 120px;
  }



  /*============End Page 404==============*/
  .connected-carousels a.next-stage span
  {
    right: -15px;

  }
  .connected-carousels a.prev-stage span
  {
   left: -15px;
 }
 .connected-carousels a.next-stage span,
 .connected-carousels a.prev-stage span
 {
   background: #fff;
   color: #111;
 }
 .connected-carousels a.next-stage span:hover,
 .connected-carousels a.prev-stage span:hover
 {
  /* background: #ff8f89; */
  background: #6bd3d2;
  color: #fff;
  /* border-color:#ff8f89; */
  border-color: #6bd3d2;
}
.dropdown-menu>li>a {
  font-weight: 700;
}
/*===============*/
/*huyennt changed 01-07*/
.return_quantity .input-group-addon.cart_quantity_down {
  border-right: 0 none;
}
.return_quantity .input-group-addon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #e3e3e3;
  border-radius: 0;
  padding: 0;
  width: 35px;
}
.return_quantity .input-group-addon:last-child {
  border-left: 0 none;
}
/*end changed*/
.section-header .dropdown-menu {

  opacity: 0;
  transition: all 0.3s ease 0s;
  left: 50%;
  transform: scaleY(0) translateX(-50%);
  min-width: 90px;
  transform-origin: 100% 0;
}
.open > .dropdown-menu {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  opacity: 1;
  padding:0;
  visibility: visible;
  z-index: 2000;
  /*
  -webkit-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
  */
  box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
  -o-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
  -o-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.15);
}

.topbar .dropdown-menu > li > a {
  color: #999;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 20px;
}
div#uniform-id_state.selector span {
  display: none;
}
.date-select-form div.selector span,
div#uniform-id_country.selector span {
  display: none;
}
/*.tab-content > .tab-pane.active
{

  display: block;
}
.tab-content > div.tab-pane
{
  display: none;
  }*/
  /*=========custom_homepage===========*/
  @media (min-width: 1500px)
  {
    .container {
      width: 1300px;
    }
  }
  /*==========Breackcrumb============*/
  .breadcrumb
  {
    margin:0;
    padding:0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .breadcrumb,
  .breadcrumb a
  {
    text-transform: uppercase;
    color:#fff;
  }
  .breadcrumb .category-name,
  .breadcrumb .diff-name 

  {
    font-size: 42px;
    font-weight: 800;
    color:#fff;
    letter-spacing: 0.1em;

  }
  .breadcrumb span.navigation-pipe
  {
    font-size: 0 !important;
  }
  .breadcrumb span.navigation-pipe:after
  {
    content:' / ';
    font-size: 14px;
  }
  .breadcrumb,
  .breadcrumb .breadcrumb-link,
  .breadcrumb .home, .breadcrumb .breadcrumb-link span
  {
    font-size: 14px;
    letter-spacing: 0.05em;   
  }
  .breadcrumb .row{
    margin-left:0;
    margin-right:0;
    display: flex;
    align-items: center;
  }
  .breadcrumb .link-pages
  {
    display: flex;
    justify-content: flex-end;
    width: 50%;
  }
  .breadcrumb .name-pages
  {
   width: 50%;
   display: flex;
 }

 /*==========End Breackcrumb============*/
 /*===============BUTTON=================*/
 .btn-nobor
 {
  border:none;
}
.btn-white
{
  background: #fff;
  font-size:18px;
  color:#111111;
  letter-spacing: 0;
  text-transform: uppercase;
}
.btn-white:hover
{

}
.name_category.btn-color,
.btn-color
{
  color:#fff;
  /* background: #ff8f89; */
  background: #6bd3d2;
  position: relative;
}

.btn-color:after
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.05);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-color:hover:after
{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: 2;
}
.btn-car
{
  border:1px solid #ebebeb;
  color:#111;
  font-size:16px;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.icon-action
{
  font-size: 20px;
  color:#111;
}

/*===============END BUTTON=================*/
  /*.
  {module_group
    display: none;
    }*/
    /*==================HEADER===================*/
    header .dropdown-toggle  i
    {
      padding-left: 6px;
    }
    header #cart_block .dropdown-toggle  i
    {
      padding-left: 0px;
    }
    header .section-header .addon-box
    {
      display:inline-block;
    }
    header .section-header .swrap_addon-box
    {
      display: flex;
      align-items: center;
    }
  /*.jms-row
  {
    margin:0 301.5px;
    }*/
    .btn-menu-toggle .navbar-toggle .icon-bar {
      display: block;
      width: 15px;
      height: 2px;
      border-radius: 0;
      background: #fff;
    }
    .btn-menu-toggle
    {
     line-height: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 30px;
   }

   .btn-menu-toggle .nav_menu
   {
    display: block;
    /* background: #ff8b89; */
    background: #6bd3d2;
    border-radius: 0;
    margin: 0;
    float: left;
    min-height: 35px;
    text-align: center;
    width: 35px;
    padding: 9px;
  }
  .btn-menu-toggle .text
  {
    padding: 10px;
    background: #f3f4f6;
    text-transform: uppercase;
    font-weight: 600;
  }
  .jms-row p,
  .jms-row label,
  .jms-row ul
  {
    margin-bottom: 0;

  }
  header .contact-info
  {
    line-height: 1.2;
  }
  .logo
  {
    padding:10px;    
  }

  .languages-info .dropdown-toggle,
  .languages-info ul li,
  .module-group-box .user-info .dropdown-toggle,
  .module-group-box .user-info ul li,
  .currency-info .dropdown-toggle,
  .currency-info ul li
  {
    font-weight: 500;

    font-size: 13px;
    color: #3e3e3e;
    text-transform: uppercase;

    border-bottom: 1px solid #ebebeb;
  }
  .languages-info .dropdown-toggle:hover, 
  .module-group-box .user-info .dropdown-toggle:hover,
  .currency-info .dropdown-toggle:hover  
  {
    /* color:#ff8f89; */
    color: #6bd3d2;
  }
  
  .languages-info ul li,
  .currency-info ul li
  {
    padding: 5px;
  }
  .dropdown-menu>li>a:focus,
  .dropdown-menu>li>a:hover
  {
    /* color: #ff8f89; */
    color: #6bd3d2;
    text-decoration: none;
    background-color: #fff;
  }

  header .dropdown-toggle
  {
   letter-spacing: 0.05em;
 }
/*.btn-group .dropdown-toggle
{
  padding : 5px 0;
  border-bottom:2px solid #f3f4f6;

  }*/

  .style-header2,
  .style-header-3 .addon-box>.btn-group,
  #cart_block .dropdown-toggle, 
  #cart_block .text-box i
  {
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .user-info .dropdown-menu,
  .currency-info .dropdown-menu,
  .languages-info .dropdown-menu
  {
   top: calc(100% + 20px);

 }
 .section-header .btn-group.languages-info .dropdown-toggle,
 .section-header .btn-group.currency-info .dropdown-toggle
  {

  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  padding: 2px 0;
}
.section-header .module-group-box .btn-group.languages-info .dropdown-toggle,
 .section-header .module-group-box .btn-group.currency-info .dropdown-toggle
 {
  padding:0 0 0 25px;
  border-bottom: 1px solid #e6e6e6;
 }
.style-header-3 .addon-box
{
  margin-right:30px;
}
.style-header-3 .addon-box:last-child
{
  margin-right:0;
}
.style-header-3 .swrap_addon-box
{
  justify-content: flex-end;
}
/*=========BLOCK CART===========*/
#cart_block .ajax_cart_quantity:before
{
  content:'(';
}
#cart_block .ajax_cart_quantity:after
{
  content:')';
}
#cart_block .ajax_cart_quantity
{
  /* color:#ff8f89; */
  color: #6bd3d2;
}
#cart_block .dropdown-toggle span {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
}
#cart_block .dropdown-toggle .text-box
{
  font-size: 22px;
  color: #fff;
  /* background: #ff8f89; */
  background: #6bd3d2;
  padding: 6.5px 10px;
  margin-left: 15px;
}

#cart_block .dropdown-toggle {
  background: #f3f4f6;
  padding: 0 0 0 15px;
  border:none;

}
#cart_block  .braket,
#cart_block .text_cart
{
  display: inline-block;
}
/*=========END BLOCK CART===========*/
/*==================END HEADER===================*/
/*==========SLIDER===========*/

.addon-box .jms-slider-wrapper
{
  margin:0;
}
.slogan_slider-lg
{
  font-weight: 800;
  letter-spacing: 0em;

}
.sale_slider
{
  font-weight: 400;
  letter-spacing: 0em;
}
.info_slider
{
  font-weight: 500;
  letter-spacing: 0.075em;
}
.slider2 .slogan_slider
{
  letter-spacing: 0.075em;
}
.btn_slider
{
  font-weight: 700;
  padding: 16px 34.5px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.jms-slider-wrapper .fraction-slider .prev,
.jms-slider-wrapper .fraction-slider .next {
 border: 1px solid #fff;
 height: 90px;
 width: 90px;
 display: flex;
 text-align: center;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 -webkit-opacity: 0;
 -moz-opacity: 0;
 -ms-opacity: 0;
 -o-opacity: 0;
 opacity: 0;
 z-index: 999;
 top: calc( 50% - 45px);
}
.jms-slider-wrapper .fraction-slider:hover .prev,
.jms-slider-wrapper .fraction-slider:hover .next {
  display: flex;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.jms-slider-wrapper .fraction-slider .prev:before,
.jms-slider-wrapper .fraction-slider .next:before {
  background: transparent;
  color: #fff;
  font-family: 'linea-arrows-10';
  font-size: 60px;
}
.jms-slider-wrapper .fraction-slider .next:before {
  content: "\e04b";
}
.jms-slider-wrapper .fraction-slider .prev:before {
  content: "\e03f";
}
.jms-slider-wrapper .fraction-slider .prev:hover,
.jms-slider-wrapper .fraction-slider .next:hover {
  /* background: #ff8f89; */
  background: #6bd3d2;
  /* border-color: #ff8f89; */
  border-color: #6bd3d2;
}
.jms-slider-wrapper .fraction-slider .prev:hover:before,
.jms-slider-wrapper .fraction-slider .next:hover:before {
  color: #fff;
}
.jms-slider-wrapper .fraction-slider .prev,
.jms-slider-wrapper .fraction-slider .next
{
  background: transparent;
}
.jms-slider-wrapper .fraction-slider .prev {
  left: 50px;
}
.jms-slider-wrapper .fraction-slider .next {
  right: 50px;
}

/*==========END SLIDER===========*/
/*============CATEGORIES BANNER=======*/
.main_content_categories .cat-name a
{
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.main_content_categories .categories-wrapper
{
 position: relative;
 overflow: hidden;
 /*margin-right: 1px;*/
}
.categories-wrapper img
{
  width:100%;
}
.banner_categories .owl-carousel .owl-item
{
  display: inline-table;      
}
.content-left-html img,
.blog-item img,
.jms-banner img, {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  -webkit-transition:   all 0.8s ease-out 0s;
  -o-transition:  all 0.8s ease-out 0s;
  transition:   all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  width: 100%;
}

.section-blog .blog-item .post-thumb:before,
.jms-banner>a:before,
.categories-wrapper:before
{
 content: '';
 position: absolute;
 right: 0;
 left: 0;
 top: 0;
 bottom: 0;
 background: rgba(0,0,0,0.3);
 z-index: 1;
 -webkit-opacity: 0;
 -moz-opacity: 0;
 -ms-opacity: 0;
 -o-opacity: 0;
 opacity: 0;
 -webkit-transition: all 0.5s ease-out 0s;
 -o-transition: all 0.5s ease-out 0s;
 transition: all 0.5s ease-out 0s;
 -moz-transition: all 0.5s ease-out 0s;
}
.section-blog .blog-item:hover .post-thumb:before,
.jms-banner:hover>a:before,
.categories-wrapper:hover:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.jms-banner:hover img,
.main_content_categories .categories-wrapper:hover img {
  -webkit-transform:  scale(1.15) rotate(4deg);
  -ms-transform:  scale(1.15) rotate(4deg);
  -o-transform:   scale(1.15) rotate(4deg);
  transform:  scale(1.15) rotate(4deg);
}
.main_content_categories .category-info
{
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 9;

}
.main_content_categories .category-info>div>span
{
  display: block;
  text-align: center;
}
/*============END CATEGORIES BANNER============*/
/*===============PRODUCT CAROUSEL=============*/
.addon-title h3
{
  font-weight: 800;
  font-size: 40px;
  /* color: #ff8b89; */
  color: #6bd3d2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}
.addon-desc p
{
  font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
    color: rgba(75, 75, 85, 0.8);
}
.addon-desc p
.section-product .addon-box
{
  display: block;
}
.label-box span
{
  font-weight: 500;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 5px 9px;
    line-height: 1;
}
.product-preview
{
  text-align: center;
}
.product-preview  .product-info
{

  padding: 15px 10px 25px 10px;
}
.product-preview .product-info .icon-linea
{
  font-size: 20px;

}

.jms-banner>a,
.product-preview .preview
{
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.owl-carousel.owl-theme .item
{
  padding: 10px 5px;
}
.product-preview:hover
{
  -webkit-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 3px rgba( 0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;

}
.product-preview .product-info
{
  border-top: 1px solid transparent; 
}
.product-preview:hover .product-info
{
  border-top: 1px solid #f3f4f6; 
}
.product-preview .name-product
{
  font-weight: 500;
  text-transform: capitalize;
}
.product-preview .content_price .price.old
{
  font-weight: 500;
  padding-right: 30px;
  text-decoration: line-through;
  color: #939399;
}
.product-preview .content_price .price.new
{
  font-weight: 700;
  font-size: 18px;
  /* color:#ff8b89; */
  color: #6bd3d2;
}
.product-preview .product-info a.product-btn
{
  font-weight: 500;
  background: #fff;
  min-width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  margin-right: -1px;
  color: #111;
}
.product-preview .product-info a.product-btn:hover
{
  /* background:#ff8f89; */
  background: #6bd3d2;
  color:#fff;
  /* border-color:#ff8f89; */
  border-color: #6bd3d2;
}
.jms-tab .nav-tabs>li,
.jms-tab .nav-tabs,
.testimonial-img,
.product-preview .product-info .icon-linea,
.main_content_categories .category-info,
.product-preview .main-cart,
.product-preview .action,
.product-preview .action a
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-preview .main-cart
{
  line-height: 1;
}
.product-preview .cart-button
{
  padding: 0 17px;

}

.product-preview .product-info .cart-button .icon-linea
{
  padding-right:5px;
  margin-top: -4px;
}

.product-preview .action a:hover
{
  /* color:#ff8f89; */
  color: #6bd3d2;
}
.product-preview .action
{
  padding-top: 9px;
}
.product-preview .product-info .content-action
{
  transform: translateY(37px);
  -o-transform: translateY(37px);
  -webkit-transform: translateY(37px);
  -ms-transform: translateY(37px);
  -moz-transform: translateY(37px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;

}
.product-preview:hover .product-info .content-action
{
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.product-preview:hover .product-info .content-action,
.product-preview:hover .product-info,
.product-preview:hover
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.content-left-html img,
.blog-item img,
.jms-banner img,
.main_content_categories .categories-wrapper img,
.product-preview .product-info .content-action,
.product-preview .product-info,
.product-preview,
.jms-megamenu img
{
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  

}
.jms-megamenu .banner_mega:hover img
{
  -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}
.content-left-html img
{
  width:100%;
}
.product-preview .text_quichview
{
  font-size: 0;
}
/*===============END PRODUCT CAROUSEL========*/
/*-------------Testimonial----------------*/
.jms-row.section-testimonial
{

  padding-top: 100px;
  padding-bottom: 100px;
  color:#fff;
}
.testimonial-carousel.owl-theme .owl-controls {
  top: auto;
    position: static;
    margin-top: 15px;
    line-height: 1;
}
.testimonial-img img
{
  border-radius: 50%;
  border: 3px solid #fff;
  height: 90px;
  width: 90px;
}
.testimonial-author p, .testimonial-comment span {

  margin: 0;
}
.testimonial-carousel .owl-dot > span
{ 
  height: 13px;
  width: 13px;
  background: #a19999;
}

.testimonial-comment {
  padding: 0px 294px;
  margin-top: 25px;
  margin-bottom: 15px }
  
.testimonial-author p.author_name {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px }

.testimonial-author p.show_office
{

 font-size: 15px;
 letter-spacing: 0.025em;
 font-weight: 500;
}
.testimonial-author p,  .testimonial-comment span {
  color: #fff;
} 
.testimonial-comment span {
  text-shadow: 2px 2px 7px #edede8;
} 
.testimonial-carousel .owl-dot.active > span 
{
  background: #fff;
}
.section-testimonial .addon-box
{
  display: block;
}
.testimonial-box
{
  text-align: center;
}
/*-------------end Testimonial----------------*/
/*=========PRODUCT-TAB============*/
.jms-tab .nav-tabs {
  border: 0;

  margin-bottom: 32px;
  
}
.jms-tab .nav-tabs>li {
  float: none;

  border: 1px solid #ebebeb;
  margin-left: -1px;
  min-width: 200px;
  min-height: 50px;
  text-align: center;

}
.jms-tab .nav-tabs>li.active
{
  /* border-color:#ff8f89; */
  border-color: #6bd3d2;
  position: relative;
  z-index: 9;
}
.jms-tab .nav-tabs>li.active a
{
  /* color:#ff8f89; */
  color: #6bd3d2;
}
.jms-tab .nav-tabs>li>a
{
  font-weight: 700;
  font-size: 24px;
  color: #b2b2b2;
  padding: 0;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  width: 100%; 
  height: 100%;
  letter-spacing:0.05em;
}
.tab-pane .product-preview
{
  -webkit-transform:  rotateY(90deg);
  -ms-transform:  rotateY(90deg);
  -o-transform:  rotateY(90deg);
  transform:  rotateY(90deg);
}
.tab-pane.active .product-preview
{
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
}
/*=============END PRODUCT-TAB===============*/
/*===========BANNER============*/
.slogan_banner span
{
 font-weight: 600;
 font-size: 50px;
 letter-spacing: 0.075em;
 color: #fff;
 line-height: 1.4;
}
.content_banner span
{
 font-weight: 700;

}
.content_banner
{
 font-weight: 500;
 font-size: 38px;
 letter-spacing: 0.025em;
 color: #fff;
 line-height: 1.4;
}
.jms-banner  img
{
  width: 100%;
}
.jms-banner .banner_box
{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9;
}
.jms-banner .btn-banner
{
  min-width: 130px;
}

.banner-style2 .slogan_sale span
{
  font-weight: 800;

}
.banner-style2 .slogan_banner
{
  font-weight: 600;
}
.banner-style2  .slogan_sale,
.banner-style2  .slogan_banner span
{
  font-size: 60px;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1.1;
}
/*.banner-style2  .content_banner
{
  line-height: 1.2;
  }*/
  .link_banner
  {
    margin-top:40px;
  }
  .btn_banner
  {
    min-width: 130px;
  }
  .section_banner .layout-column
  {
    padding:0;
  }
  .section_banner .row
  {
    margin-left:0;
    margin-right:0;
  }
  .jms-banner .content-img,
  .jms-banner>a
  {
    width: 100%;
  }

  /*===========END BANNER============*/
  /*=======BLOG=======*/
  .addon-desc

  {
    text-align: center;
  }

  .content_slider_carousel .blog-carousel .post-thumb
  {

   position: relative;
   overflow: hidden;
 }

 .blog-item .info_post
 {
  position: absolute;
  bottom: 2px;
  background: rgba(255, 255, 255, 0.9);
  right: 2px;
  left: 2px;
  padding: 25px 5px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -moz-transition:  all 0.5s ease-out 0s;
  transform: translateY(130px);
  -o-transform: translateY(130px);
  -webkit-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -moz-transform: translateY(130px);
  z-index: 9;
  text-align: center;
}
.blog-item:hover .info_post
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.post-title a
{
  font-weight: 500;
    font-size: 17px;
    color: #111;
    letter-spacing: 0.05em;
}
.post-title a:hover
{
  /* color: #ff8f89; */
  color: #6bd3d2;
}
.section-blog .post-title
{
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 10px;
}
.section-blog .post-title:after
{
  height: 3px;
  width: 30px;
  content: '';
  /* background: #ff8f89; */
  background: #6bd3d2;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.post-meta li span
{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.024em;
}
.post-meta li  i.fa
{
  /* color:#ff8f89; */
  color: #6bd3d2;
}
.post-meta
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.post-meta li
{
  padding:0 20px;
}
/*=======END BLOG=======*/
/*========= Service=========*/
.content_service
{
  text-align:center;
}

.content_service .service
{
 padding: 0 74px;
 font-weight: 500;
 color: rgba(75, 75, 85, 0.75);
}

.content_service h2 {
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  font-weight: 700;
}
.content_service i:before
{

  font-size: 48px;
  
}
.main-content p
{
  margin:0;
}

@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(10px);
  }

  33.3% {
    transform: translateX(-8px);
  }

  49.95% {
    transform: translateX(6px);
  }

  66.6% {
    transform: translateX(-4px);
  }

  83.25% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}
.content_service:hover i
{
  animation-name: wobble-horizontal;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
/*==========CATEGORIES PRODUCT============*/
.categories-list .name-cat
{
  font-weight: 800;
  font-size: 40px;
  /* color: #ff8f89; */
  color: #6bd3d2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.main_categories .img-banner img
{
  width:100%;
}
.main_categories .info-category .content-desc
{
  font-weight: 500;
  color: rgba(75, 75, 85, 0.75);
}
.info-category .show-more
{
      font-weight: 600;
    padding: 7.5px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    min-width: 145px;
    display: inline-block;
    margin-top: 50px; 
    vertical-align: middle;
}
.list-content
{
  position: relative;
  margin-top: 10px;
}
.list-content .info-category
{
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
}
.categories-list li .name-cat
{
  position: relative;
}
.categories-list li .name-cat:before,
.categories-list li .name-cat:after
{
  height: 3px;
  width: 25px;
  content: '';
  /* background: #ff8f89; */
  background: #6bd3d2;
  display: block;
  position: absolute;
  top: 50%;
}
.categories-list li .name-cat:before
{
  left:calc(100% + 10px);
}
.categories-list li .name-cat:after
{
  right:calc(100% + 10px);
}
.content-desc
{
  margin-top: 5px;
  display: inline-block;
}
.section-categoriesbanner .product-preview .text_quichview
{
  font-weight: 500;
  text-transform: uppercase;
  /*color:#111;*/
  font-size: 16px;
}
.section-categoriesbanner .content-action .addToWishlist,
.section-categoriesbanner .content-action .cart-button
{
  display: none;
}
.section-categoriesbanner .product-preview .product-info a.product-btn
{
  min-width: 140px;
  height:40px;
  cursor: pointer;
}
.section-categoriesbanner .product-info .icon-linea
{
  padding-right:10px;
}
.section-categoriesbanner.categories-men .left-content
{
  float:right;
}
.content_jmsrow >.row
{
  margin-left:0;
  margin-right:0;
}
.content_jmsrow>.row>.layout-column
{
  padding-left:0;
  padding-right:0;
}
.main_categories .owl-theme .owl-controls .owl-nav div.owl-prev,
.main_categories .owl-theme .owl-controls .owl-nav div.owl-next
{
  height:35px;
  width:35px;
}
.main_categories .owl-theme .owl-controls .owl-nav div.owl-prev {
  left: -17px;
}
.main_categories .owl-theme .owl-controls .owl-nav div.owl-next {
  right: -17px;
}
.main_categories .owl-theme .owl-controls .owl-nav div.owl-prev:before,
.main_categories .owl-theme .owl-controls .owl-nav div.owl-next:before{
  font-size: 21px;
}
.categories-list>li
{
  margin-bottom: 10px;
}
/*==========END CATEGORIES PRODUCT============*/
/*========brand=======*/
.brand-carousel.owl-carousel .owl-item img {
  opacity: 0.65 }
.brand-carousel.owl-carousel .owl-item img:hover {
  opacity: 1 }
.testimonial-box {
  padding: 7px;  
  background: #938787a2;
  border-radius: 5px }
/*==========End brand===========*/
/*========Footer========*/
form input[type="text"]
{
  color: rgba(75, 75, 85, 0.75);
  border-color: rgba(75, 75, 85, 0.15);
}
footer .addon-box,
footer  ul li a
{
  text-align: left;
  color: rgba(75, 75, 85, 0.8);
  font-weight: 500;
}
footer .contact-info ul li
{
  letter-spacing: 0.05em;
}
footer .addon-box h4,
footer .addon-box h3
{
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #111;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
footer .addon-box .addon-desc
{
  text-align: left;
  margin-bottom: 12px;
  color: rgba(75, 75, 85, 0.75);
  font-weight: 500;
}
footer  .newsletter-btn
{
  width: 100%;
  padding: 0;
  min-height: 40px;
  border: none;
  background: #f3f4f6;
  margin-top: 15px;
  color: #898989;
  font-weight: 400;
  font-size: 15px;
}
footer .instagram-images
{
 /* padding-right: 22px; */
 padding-right: 0px;
}
.instagram-images .grouped_elements img
{
  width: 100%;
}
footer .instagram-images .grouped_elements
{
 margin-bottom: 7px;
    position: relative;
    width: calc(33.33% - 7px);
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 7px;
}
footer .addon-title-instagram h3
{
  margin-bottom: 49px;
}
footer .text_group li a:hover
{
  /* color:#ff8f89; */
  color: #6bd3d2;
}

.instagram-images .grouped_elements:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  -moz-transition: opacity 0.45s, -moz-transform 0.45s;
  transition: all 0.45s, transform 0.45s;
  z-index: 99;
}
.instagram-images .grouped_elements:after
{
  content: "\f16d";
  font-family: 'FontAwesome';
  width: 26px;
      font-size: 20px;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  
  top: calc( 50% - 10px);
  text-align: center;
  right: calc( 50% - 10px);
  opacity: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  -moz-transition: opacity 0.45s, -moz-transform 0.45s;
  transition: all 0.45s, transform 0.45s;
  color: #fff;
  z-index: 991;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;

}
.instagram-images .grouped_elements:hover:before,
.instagram-images .grouped_elements:hover:after
{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
footer h4:after,
footer h3:after
{
  height: 3px;
  width: 30px;
  content: '';
  /* background: #ff8f89; */
  background: #6bd3d2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;

}
footer .contact-info li label
{
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
footer .contact-info li i
{
  padding-right:8px;
  /* color:#ff8f89; */
  color: #6bd3d2;
}
footer .text_group li {
  padding-bottom: 2.5px;
}
footer .form-control 
{
  width: 100%;
  min-height: 50px;
}
footer .newsletter-btn
{
 width: 100%;
 padding: 0;
 min-height: 40px;
 border: none;
 background: #f3f4f6;
 margin-top: 15px;
 color: #898989; 
 font-weight: 600;
}
footer .block_content
{
  margin-top: 23px;
}
.copy-right a, .copy-right span {
  /* color: #ff8f89; */
  color: #6bd3d2;
}
.copy-right
{
  font-size: 14px;
}
#paiement_logo_block_left span
{
  padding-left:20px;

}
#paiement_logo_block_left
{
  text-align: right;
}
.back-to-top .text
{
  display: none;
}
.back-to-top .btn-color:after
{
  border-radius: 50%;
}
/*========End Footer========*/
/*Megamenu*/
.menu-item.icon-logo
{
  display: none !important;
}
/*==========End MegaMenu=============*/
/*=========End Service=========*/
/*=========end custom_homepage===========*/

/*==========Left in page categories============*/
.content-left-html p
{
  margin-bottom: 0;
}
.content-left-html
{
  overflow: hidden;
}
.content-left-html:hover img
{
  -webkit-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
}
/*==========End Left in page categories============*/
.quantity-cart .product-util
{
    margin-top: 30px;
    margin-bottom: 30px;
}

/*# Update '18 #*/

/* remove home Feature | New | Best Seller | etc. */ 
.klaus-product-tab .jms-tab {
  display: none; }

.mytable {
  width: 100%; }
  
.mega em { padding-left : 5px; }

/* bug fix */

/* lista prodotti medesima categoria all'interno della scheda prodotto 
   bug correddo usando il template di default e forzando la larghezza al 100% */
.bx-wrapper { max-width: 100% !important; }

/*==========INSTAGRAM============*/

.instagram-images {
  column-count: 6;
  width: 100%;
  column-gap: 0;
  float: left;
  display: flex }
  
footer .instagram-images .grouped_elements {
    position: relative;
    margin-right: 0; }
    
.addon-title-instagram {
  display: none }
  
.instagram-images .grouped_elements:after {
  font-size:30px }
  
.section-instagram .addon-box h3:after { 
  width: 100% }
  
.section-instagram .addon-box h3 {
  text-align: center;
  margin-bottom: 0px }
  
.section-instagram p { 
  text-align: center }
  
.before-footer {
  background-color: #6bd3d2;
  margin-bottom: 22px }

/*==========INSTAGRAM INSTAGRAM============*/