body *:focus {
  outline: none;
}
body {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6em;
  overflow-y: scroll !important;
  color: #666666;
  position: relative;
  padding: 0 !important;
  background: #fafafa;
}
body .label {
  color: #666666;
}
body .no-display {
  display: none;
}
body a {
  color: #222222;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
}
body a:focus,
body a:hover {
  text-decoration: none;
  outline: none;
  color: #d20043;
}
body.layout-boxed {
  background: url(../images/bg-boxed.jpg) top center;
  background-repeat: repeat;
}
body.layout-boxed .wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.on-fixed.menu-fixed {
  display: none;
}
.tooltip {
  white-space: pre;
  position: fixed;
}
@media (min-width: 1200px) {
  .container {
  width: 1200px;
  }
}
.wrapper {
  overflow: hidden;
}

.header-social{ 
  float: right;
  position: relative;
  display: inline-block;
}

.header-container .header.header_style1 .header-menu .header-menu-inner{
  float: left;  
}

.layout-boxed .wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
.validation-advice {
  color: #ff3333;
  float: left;
  width: 100%;
}
h2 {
  font-size: 160%;
  margin-top: 0;
}
h3 {
  font-size: 140%;
  margin-top: 0;
}
h4 {
  font-size: 120%;
  margin-top: 0;
}
h5,
h6 {
  font-size: 100%;
  margin-top: 0;
}
h6 {
  font-size: 92%;
  margin-top: 0;
}
/* css for table */
.data-table {
  width: 100%;
}
.data-table th.wrap {
  white-space: normal;
}
.data-table th {
  padding: 9px 10px;
  border: 2px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  width: 10%;
}
.data-table tbody tr {
  border: 2px solid #e5e5e5;
}
.data-table tr td {
  padding: 9px 10px;
  border: 2px solid #e5e5e5;
  vertical-align: middle;
  text-align: center;
}
.data-table td h3 {
  margin: 0;
  line-height: 100%;
  font-size: 100%;
}
body table.data-table {
  border-collapse: collapse;
}
.data-table thead {
  border: 2px solid #e5e5e5;
}
.data-table tfoot {
  border-top: none;
  border-top: 2px solid #e5e5e5;
}
.ratings-table td,
.ratings-table th {
  padding: 3px 10px 3px 0;
}
.data-table .first.odd,
.box-account .data-table .odd {
  background: none;
}
/* css for input, select, radio, textarea*/
.input-box input[type="text"],
.input-box input.input-text {
  width: 240px;
}
textarea,
input,
select,
input[type="file"],
input[type="checkbox"],
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"] {
  padding: 7px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
  outline: none;
  line-height: normal;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
textarea:focus,
select:focus,
textarea:hover,
select:hover,
input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="file"]: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,
input[type="radio"]:focus,
.uneditable-input:focus {
  border: 2px solid #ccc;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  margin: 0 5px 0 0;
  float: left;
  min-height: 18px;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
address {
  margin: 0;
}
.buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 8px 0 0;
  text-align: left;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
p.required {
  color: #EB340A;
  font-size: 91.67%;
  text-align: right;
}
.form-list li {
  margin: 0 0 15px;
  float: left;
  width: 100%;
}
.form-list li.control {
  margin: 0;
}
.form-list .field {
  float: left;
  width: 50%;
}
.form-list .field:first-child {
  padding-right: 10px;
}
.form-list .field:last-child {
  padding-left: 10px;
}
.form-list label {
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.form-list label.required em {
  color: #EB340A;
  float: right;
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 0;
}
.fieldset {
  border: 2px solid #e5e5e5;
  margin: 15px 0;
  padding: 15px 25px 15px 22px;
  float: left;
  width: 100%;
}
.fieldset .legend {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  float: left;
  font-size: 108%;
  font-weight: bold;
  margin: -36px 0 0 -10px;
  padding: 4px 10px 6px;
  position: relative;
}
.please-wait {
  float: right;
  line-height: 250%;
}
.f-left,
.left {
  float: left;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
.cms-index-index .messages {
  margin-top: 30px;
}
.messages {
  overflow: hidden;
  width: 100%;
}
.messages,
.messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.messages > li {
  margin: 0 0 25px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border: 1px solid #e5e5e5;
  font-size: 92.07%;
  padding: 7px 10px;
  background: #f7f7f7;
  border-radius: 3px;
}

.cart .success-msg{
   border: 1px solid #e5e5e5;
  font-size: 92.07%;
  padding: 7px 10px;
  background: #f7f7f7;
  border-radius: 3px;
  color: #d20043;
  text-transform: uppercase;
}
.dashboard .welcome-msg {
  margin-bottom: 15px;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .box .box-title {
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0 15px;
  padding: 0 0 10px;
  text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 108%;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
.dashboard .box-info h4 {
  font-size: 91.67%;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-reviews li.item {
  margin: 0 0 15px;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews .number {
  background: none repeat scroll 0 0 #797979;
  color: #FFFFFF;
  float: left;
  font-size: 78.57%;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 1px 3px;
  width: 13px;
  height: 14px;
  text-align: center;
}
.dashboard .box-tags li.item {
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
}
.dashboard .box-tags .details {
  margin-left: 20px;
  margin-top: -2px;
}
.dashboard .box-tags .details strong {
  float: left;
  margin-right: 10px;
}
.dashboard .box-tags .details ul li {
  float: left;
  margin-right: 5px;
}
.dashboard .box-tags .number {
  background: none repeat scroll 0 0 #797979;
  color: #FFFFFF;
  float: left;
  font-size: 78.57%;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 1px 3px;
  width: 13px;
  height: 14px;
  text-align: center;
}
.addresses-list li.item {
  margin: 0 0 10px;
  padding: 10px 13px;
  border: 1px solid #e5e5e5;
}
.addresses-list li.empty {
  border: none;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list h2 {
  font-size: 108%;
  font-weight: bold;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 5px;
}
.addresses-list a {
  font-weight: bold;
}
.product-name {
  margin: 0;
  font-size: 100%;
  line-height: normal;
}
/*back on top*/
#pt_backontop {
  background: #f5f5f5;
  bottom: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  width: 50px;
  z-index: 99;
  color: #000;
  font-size: 28px;
  font-family: FontAwesome;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
#pt_backontop:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}
.header-container .header-login {
  float: left;
  padding: 9px 0;
}
.header-container .header-login > span a {
  color: #d20043;
}
.header-container .header-login > span a:hover {
  text-decoration: underline;
}
.header-container .header-login #modal-login {
  overflow-y: hidden !important;
}
.header-container .header-login .popup-login {
  background: #fff;
  padding: 0;
  width: 300px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 100px auto;
}
.header-container .header-login .close-login {
  background-color: #fff;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  text-align: center;
  color: #d20043;
  font-size: 26px;
  font-weight: bold;
  line-height: 16px;
  font-family: 'times new roman';
}
.header-container .header-login .close-login:hover {
  color: #d20043;
}
.header-container .header-login .login-users-popup {
  display: table-cell;
  padding: 25px 30px 0;
  width: 100%;
  color: #666666;
}
.header-container .header-login .login-users-popup .block-title {
  margin-bottom: 15px;
  padding: 0;
  background: transparent;
  border: none;
}
.header-container .header-login .login-users-popup label {
  font-weight: normal;
  margin-bottom: 8px;
  color: #000;
}
.header-container .header-login .login-users-popup em {
  color: #f00;
}
.header-container .header-login .login-users-popup .input-text {
  width: 100%;
  margin-bottom: 15px;
}
.header-container .header-login .login-users-popup .button {
  border-radius: 0;
  width: 115px;
}
.header-container .header-login .login-users-popup .actions {
  background-color: #eee;
  padding: 15px 30px;
  margin: 0 -30px;
  margin-top: 10px;
  width: 300px;
  float: left;
}
.header-container .header-login .login-users-popup .actions > a {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  display: none;
}
.header-container .header-login .login-users-popup .actions .submit-login {
  float: left;
}
.header-container .header-login .new-users-popup {
  float: left;
  margin-left: 8px;
}
.header-container .header {
  background: #fff;
}
.header-container .header .quick-access {
  float: right;
  display: block;
}
.header-container .header .quick-access ul {
  list-style: none;
  float: left;
}
.header-container .header .quick-access ul li {
  position: relative;
  float: left;
  font-size: 84.62%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  padding: 0px 15px;
  margin: 10px 0;
  line-height: 15px;
}
.header-container .header .quick-access ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.header-container .header .quick-access ul li:first-child:before {
  display: none;
}
.header-container .header .quick-access ul li.link_3,
.header-container .header .quick-access ul li.link_4 {
  display: none;
}
.header-container .header .quick-access ul li a {
  display: block;
  color: #fff;
}
.header-container .header .quick-access ul li a:hover {
  
}
.header-container .header .form-language ul,
.header-container .header .block-currency ul {
  display: none;
  position: absolute;
  top: 39px;
  z-index: 2;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.header-container .header .form-language ul li,
.header-container .header .block-currency ul li {
  width: 100%;
  padding: 0 15px;
}
.header-container .header .form-language ul a,
.header-container .header .block-currency ul a {
  border: none;
  padding: 7px 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
}
.header-container .header .form-language ul a.selected,
.header-container .header .block-currency ul a.selected {
  color: #d20043;
}
.header-container .header .form-language ul a:hover,
.header-container .header .block-currency ul a:hover {
  color: #d20043;
}
.header-container .header .form-language ul li:last-child > a,
.header-container .header .block-currency ul li:last-child > a {
  border: none;
}
.header-container .header .form-language,
.header-container .header .block-currency {
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 100%;
  font-weight: normal;
  padding: 10px 0;
  z-index: 3;
}
.header-container .header .form-language label,
.header-container .header .block-currency label {
  float: left;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 84.62%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-container .header .form-language span,
.header-container .header .block-currency span {
  float: left;
  color: #222;
  padding: 0 0 0 5px;
  position: relative;
  font-weight: 600;
  font-size: 84.62%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-container .header .form-language ul li a,
.header-container .header .block-currency ul li a {
  float: left;
  width: 100%;
}
.header-container .header .form-language {
  position: relative;
}
.header-container .header .form-language span {
  padding-right: 30px;
}
.header-container .header .form-language:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: #e5e5e5;
  top: 11px;
  right: 15px;
}
.header-container .header .form-language ul li a {
  padding: 7px 0 7px 30px;
}
.header-container .header .form-language ul {
  width: 145px;
}
.header-container .header .block-currency ul {
  width: 100px;
}
.header-container .header .block-currency:hover > ul,
.header-container .header .form-language:hover > ul {
  display: block;
}
.header-container .header .block-social-wrap {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
  margin-left: 50px;
}
.header-container .header .block-social-wrap ul {
  float: left;
}
.header-container .header .block-social-wrap ul li {
  float: left;
  margin-right: 10px;
  line-height: 100%;
}
.header-container .header .block-social-wrap ul li:last-child {
  margin-right: 0;
}
.header-container .header .block-social-wrap ul li a {
  color: #3e3e3e;
  text-align: center;
  float: left;
  font-size: 0;
  line-height: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #ffffff;
}
.header-container .header .block-social-wrap ul li a.blog-item {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  width: initial;
  height: initial;
  border-radius: initial;
  background: transparent;
  text-transform: initial;
}
.header-container .header .block-social-wrap ul li a.blog-item > span {
  color: #3e3e3e;
  text-align: center;
  float: left;
  font-size: 0;
  line-height: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #ffffff;
  margin-right: 7px;
}
.header-container .header .block-social-wrap ul li a i {
  font-size: 0;
}
.header-container .header .block-social-wrap ul li a i:before {
  font-size: 12px;
  text-transform: uppercase;
}
.header-container .header .block-social-wrap ul li a:hover {
  background: #222222;
  color: #fff;
}
.header-container .header.header_style1 .header-top {
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
}
.header-container .header.header_style1 .header-under {
  padding: 42px 0;
  background-color:#111;
}
.header-container .header.header_style1 .header-under .logo {
  text-align: center;
  background: url(../images/sprite.png) 0 0;
  height: 49px;
}
.header-container .header.header_style1 .header-menu {
  position: relative;
  z-index: 2;
  background: #3b3b3b url('../images/bg-menu.jpg') repeat-y center center;
  color:#ffffff;
}
.header-container .header.header_style1 .header-menu:before {
  position: absolute;
  content: "";
  width: 100%;
  background: #3b3b3b;
  top: 0;
  left: 0;
  right: 0;
  
}

.header-menu.on-fixed .container {
  padding-left: 0;
}

.header-container .header.header_style1 .header-menu .header-menu.on-fixed {
  top: 10px;
}
.header-container .header.header_style1 .header-menu .header-menu-inner {
  position: relative;
}
.header-container .header.header_style2 .header-top {
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
}

.header-top {
  display: none;
}
.header-container .header.header_style2 .header-menu {
  padding: 55px 0;
}
.header-container .header.header_style2 .header-menu .header-menu-inner {
  position: relative;
}
.header-container .header.header_style2 .header-menu .logo {
  float: left;
}
.header-container .header.header_style2 .header-menu .header-under-right {
  float: right;
  margin-top: -3px;
}
.header-container .header.header_style3 .header-menu {
  padding: 24px 0;
}
.header-container .header.header_style3 .header-menu .header-menu-inner {
  position: relative;
}
.header-container .header.header_style3 .header-menu .logo {
  float: left;
}
.header-container .header.header_style3 .header-menu .header-under-right {
  float: right;
  margin-top: -3px;
}
.header-container .header.header_style3 .header-under {
  border-top: 1px solid #e5e5e5;
  height: 50px;
  padding: 5px 0;
}
.header-container .header.header_style3 .header-under .block-social-wrap {
  float: right;
  padding: 7px 0;
}
.header-container .header.header_style3 .header-under .block-social-wrap ul li {
  margin: 0 0 0 10px;
}
.header-container .header.header_style3 .quick-access {
  float: right;
  display: inline-block;
  position: relative;
  margin-left: 30px;
  z-index: 2;
}
.header-container .header.header_style3 .quick-access:after {
  font-family: FontAwesome;
  content: "\f013";
  font-size: 20px;
  display: inline-block;
  line-height: 100%;
  color: #333;
  padding: 3px 0 0;
}
.header-container .header.header_style3 .quick-access:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  top: -2px;
  left: -15px;
}
.header-container .header.header_style3 .quick-access:hover {
  cursor: pointer;
}
.header-container .header.header_style3 .quick-access:hover ul {
  display: block;
}
.header-container .header.header_style3 .quick-access ul {
  position: absolute;
  right: 0;
  top: 32px;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 150px;
  display: none;
}
.header-container .header.header_style3 .quick-access ul:before {
  position: absolute;
  content: "";
  top: -10px;
  right: -1px;
  width: 100%;
  height: 10px;
  background: transparent;
}
.header-container .header.header_style3 .quick-access ul li {
  width: 100%;
  padding: 0 15px;
  font-size: 100%;
  text-transform: none;
  display: inline-block;
}
.header-container .header.header_style3 .quick-access ul li:before {
  display: none;
}
.header-container .header.header_style3 .quick-access ul li a {
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #222;
}
.header-container .header.header_style3 .quick-access ul li a:hover {
  color: #d20043;
}
.header-container .header.header_style3 .quick-access ul li:last-child a {
  border: none;
}
.cms-index-index .footer-container {
  margin-top: 0;
}
.footer-container {
  margin-top: 60px;
}
.footer-container a {
  color: #666;
}
.footer-container a:hover {
  color: #d20043;
}
.footer-container .block-title-footer {
  margin-bottom: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 138%;
  position: relative;
  padding: 0 3px;
  color: #fff;
  font-family: 'Montserrat';
  display: inline-block;
  letter-spacing: 1px;
}
.footer-container .footer-top {
  background: #fafafa;
}
.footer-container .footer-center {
  background: #fafafa;
  padding: 60px 0;
  margin-top: 10px;
}
.footer-container .footer-center .block-footer-contact {
  padding-right: 40px;
  float: left;
  width: 100%;
}
.footer-container .footer-center .block-footer-contact .block-footer-logo {
  margin-bottom: 22px;
}
.footer-container .footer-center .block-footer-contact p {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.footer-container .footer-center .block-footer-contact ul {
  float: left;
  width: 100%;
}
.footer-container .footer-center .block-footer-contact ul li {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.footer-container .footer-center .block-footer-contact ul li .title-adr {
  float: left;
}
.footer-container .footer-center .block-footer-contact ul li .title-adr > i {
  font-size: 16px;
  margin-right: 10px;
  width: 20px;
}
.footer-container .footer-center .block-footer-contact ul li .title-adr > i.fa-envelope {
  font-size: 14px;
}
.footer-container .footer-center .block-footer-contact ul li > span {
  float: left;
}
.footer-container .footer-center .block-footer-myaccount li,
.footer-container .footer-center .block-footer-company li,
.footer-container .footer-center .block-footer-information li,
.footer-container .footer-center .block-footer-support li {
  line-height: 22px;
}
.footer-container .footer-center .block-footer-myaccount li a,
.footer-container .footer-center .block-footer-company li a,
.footer-container .footer-center .block-footer-information li a,
.footer-container .footer-center .block-footer-support li a {
  position: relative;
}
.footer-container .footer-center .block-tags .tags-list {
  float: left;
  width: 100%;
  margin-top: 3px;
}
.footer-container .footer-center .block-tags .tags-list li {
  margin: 0 25px 9px 0;
  position: relative;
}
.footer-container .footer-center .block-tags .tags-list li:before {
  position: absolute;
  content: "";
  top: 6px;
  right: -12px;
  width: 1px;
  height: 10px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  background: #666666;
}
.footer-container .footer-center .block-tags .tags-list li a {
  font-size: 100% !important;
}
.footer-container .footer-under {
  padding: 14px 0;
  background: #303030;
  color: #fff;
  
}
.footer-container .footer-under address {
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.footer-container .footer-under .block-social-wrap {
  float: right;
  margin-right: 20px;
}
.footer-container .footer-under .block-social-wrap ul {
  float: left;
}
.footer-container .footer-under .block-social-wrap ul li {
  float: left;
  margin-right: 10px;
  line-height: 100%;
}
.footer-container .footer-under .block-social-wrap ul li a {
  color: #999999;
  text-align: center;
  float: left;
  font-size: 0;
  padding: 6px 0;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #f4f4f4;
}
.footer-container .footer-under .block-social-wrap ul li a i {
  font-size: 0;
}
.footer-container .footer-under .block-social-wrap ul li a i:before {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-container .footer-under .block-social-wrap ul li a:hover {
  background: #222222;
  color: #fff;
}
.footer-container .footer-under .block-payment {
  float: right;
}
a,
a:hover,
.item-addcart,
.item-wishlist,
.item-compare,
.item-quickview,
.item-addcart:hover,
.item-wishlist:hover,
.item-compare:hover,
.item-quickview:hover,
.button,
.button:hover,
.owl-prev,
.owl-prev:hover,
.owl-next,
.owl-next:hover,
.products-grid .product-image .item-cwc-wrap,
.products-grid .product-image:hover .item-cwc-wrap,
.item .item-inner,
.item .item-inner:hover,
.item .product-image .item-quickview,
.item .item-inner:hover .product-image .item-quickview,
.item .item-inner.product-image .item-wc-wrap,
.item .item-inner:hover .product-image .item-wc-wrap,
.item,
.item:hover,
.item .product-image .item-quickview,
.item:hover .product-image .item-quickview,
.item .product-image .item-wc-wrap,
.item:hover .product-image .item-wc-wrap,
.main-container .block-service .block-service-item .fa,
.main-container .block-service .block-service-item:hover .fa,
.pt-categories .pt-categories-content .category-item .category-item-inner,
.pt-categories .pt-categories-content .category-item .category-item-inner:hover,
.main-container .block-brand .owl-carousel .owl-stage-outer:hover .owl-item,
.main-container .block-brand .owl-carousel .owl-stage-outer:hover:hover .owl-item,
.main-container .block-brand .owl-carousel .owl-stage-outer:hover .owl-item:hover,
.pt-products-lf .product-item .product-image img,
.pt-products-lf .product-item .product-image:hover img,
.resp-tabs-container .resp-tab-content .tab-loader span,
.resp-tabs-container .resp-tab-content .tab-loader span:hover,
.main-container .latest-blog .latest-blog-content .post-line .postWrapper .postImage .bg-image,
.main-container .latest-blog .latest-blog-content .post-line .postWrapper .postImage:hover .bg-image,
.pt-slider-container #pt-slider-prev,
.pt-slider-container #pt-slider-next,
.pt-slider-container #pt-slider-prev:hover,
.pt-slider-container #pt-slider-next:hover,
.pt-slider-container .pt-slider-nav > li,
.pt-slider-container .pt-slider-nav > li:hover,
.pager .pages ol li,
.pager .pages ol li:hover,
.block-layered-nav dd ol li a:after,
.block-layered-nav dd ol li a:hover:after,
.product-view .product-essential .more-views ul.more-views-slider li a.cloud-zoom-gallery img,
.product-view .product-essential .more-views ul.more-views-slider li a.cloud-zoom-gallery:hover img,
.product-view .product-essential .product-options-bottom .qty-wrap input,
.product-view .product-essential .add-to-box .qty-wrap input,
.product-view .product-essential .product-options-bottom .qty-wrap input:hover,
.product-view .product-essential .add-to-box .qty-wrap input:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#meganav a,
#meganav a:hover,
#nav a,
#nav a:hover {
  -webkit-transition: all 0.0s ease-in-out 0s;
  -o-transition: all 0.0s ease-in-out 0s;
  transition: all 0.0s ease-in-out 0s;
}
/*breadcrumbs*/
.breadcrumbs {
  font-family: 'Montserrat';
  font-size: 84.62%;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumbs-inner {
  float: left;
  width: 100%;
}
.breadcrumbs ul {
  display: inline-block;
  width: 100%;
  padding: 29px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 100%;
}
.breadcrumbs ul li {
  list-style: none;
  float: left;
  font-size: 100%;
  padding: 0;
  position: relative;
}
.breadcrumbs ul li span {
  margin: 0 10px;
}
.breadcrumbs ul li strong {
  font-weight: normal;
}
.breadcrumbs ul li a:hover {
  color: #d20043;
}
/*contact us*/
.contat-us-wrap .block-title {
  margin-bottom: 20px;
}
.contat-us-wrap .contact-map {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.contat-us-wrap .contact-map .contact-map-content {
  float: left;
  width: 100%;
}
.contat-us-wrap .contact-map #map {
  float: left;
  height: 400px;
  width: 100%;
}
.contat-us-wrap .contact-map #map > div {
  max-width: 100%;
}
.contat-us-wrap .block-contact-address {
  display: inline-block;
  width: 100%;
}
.contat-us-wrap .block-contact-address p {
  margin: 0 0 20px;
}
.contat-us-wrap .block-contact-address ul {
  list-style: none;
}
.contat-us-wrap .block-contact-address ul li {
  margin: 12px 0;
  position: relative;
  float: left;
  width: 100%;
}
.contat-us-wrap .block-contact-address ul li i {
  margin-right: 20px;
  width: 10px;
  font-size: 18px;
}
.contat-us-wrap #contactForm .fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.contat-us-wrap #contactForm .fieldset .form-list {
  display: inline-block;
}
.contat-us-wrap #contactForm .fieldset .form-list input {
  width: 100%;
}
.contat-us-wrap #contactForm .fieldset .form-list textarea {
  width: 100%;
}
.contat-us-wrap #contactForm .fieldset .form-list li {
  margin-bottom: 15px;
}
.contat-us-wrap #contactForm .fieldset .fields {
  margin-top: 10px;
}
.contat-us-wrap #contactForm .fieldset .fields .field {
  width: 49%;
}
.contat-us-wrap #contactForm .fieldset .fields .field.first {
  margin-right: 2%;
}
.contat-us-wrap #contactForm .buttons-set {
  margin: 0;
  clear: none;
}
.contat-us-wrap #contactForm .buttons-set .required {
  display: none;
}
.contat-us-wrap #contactForm .buttons-set .button {
  float: left;
  margin: 0;
}
/*about us*/
.about-us-wrap img {
  max-width: 100%;
}
.about-us-wrap .about-us-title {
  font-size: 200%;
  color: #333;
  font-weight: normal;
  position: relative;
  font-family: 'Montserrat';
  display: inline-block;
  width: 100%;
  line-height: 30px;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.about-us-wrap .about-us-des {
  text-align: center;
}
.about-us-wrap .about-service {
  margin: 30px 0;
}
.about-us-wrap .about-service .about-service-item {
  text-align: center;
}
.about-us-wrap .about-service .about-service-item span {
  display: inline-block;
  width: 100%;
}
.about-us-wrap .about-service .about-service-item span.about-service-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 107.69%;
  margin: 15px 0;
  color: #333;
}
.about-us-wrap .about-who-title {
  text-align: center;
  float: left;
  width: 100%;
  margin: 50px 0 25px;
}
.about-us-wrap .about-who-title span {
  position: relative;
  padding: 0 3px;
  font-size: 107.69%;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin: 0 21px;
  border-bottom: 1px solid #d20043;
  color: #666;
  letter-spacing: 1px;
  line-height: 100%;
  display: table;
  margin: 0 auto;
}
/*css toolbar*/
.toolbar-bottom .toolbar {
  margin: 30px 0 0;
}

.toolbar-bottom .toolbar .sorter, .toolbar-bottom .toolbar .pager .limiter {
  display: none;
}
.toolbar {
  width: 100%;
  padding: 0;
  position: relative;
  float: left;
  z-index: 5;
  color: #555;
  background: #f1f1f1;
  border-left: 4px solid #dedede;
  padding: 15px 20px;
  margin-bottom: 30px;
  font-family: 'Montserrat';
}
.toolbar label {
  font-weight: normal;
  float: left;
  color: #333;
  font-size: 84.62%;
  margin: 0;
  margin-right: 10px;
  line-height: 35px;
  text-transform: uppercase;
}
.sorter {
  float: left;
  margin-right: 30px;
}
.sorter .view-mode {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.sorter .view-mode .grid,
.sorter .view-mode .list {
  width: 14px;
  line-height: 24px;
  height: 20px;
  position: relative;
  float: left;
  color: #252525;
}
.sorter .view-mode .grid:before,
.sorter .view-mode .list:before {
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 14px;
  text-align: center;
  font-family: FontAwesome;
  width: 100%;
  font-weight: normal;
}
.sorter .view-mode strong.grid,
.sorter .view-mode strong.list {
  color: #000000;
}
.sorter .view-mode .grid:before {
  content: "\f009";
}
.sorter .view-mode .list {
  margin-left: 9px;
}
.sorter .view-mode .list:before {
  content: "\f0c9";
}
.sorter .sort-by {
  float: left;
  position: relative;
}
.sorter .sort-by .sort-by-active {
  height: 35px;
  line-height: normal;
  padding: 8px 20px;
  width: 140px;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.sorter .sort-by .sort-by-active:before {
  position: absolute;
  top: 8px;
  right: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  color: #747474;
}
.sorter .sort-by .sort-by-active:hover {
  cursor: pointer;
}
.sorter .sort-by .sort-by-active:hover + ul.sort-by-option {
  display: block;
}
.sorter .sort-by .sort-by-active:hover:before,
.sorter .sort-by .sort-by-active:hover:after {
  color: #d20043;
}
.sorter .sort-by ul.sort-by-option {
  float: left;
  position: absolute;
  right: 35px;
  top: 34px;
  padding: 0 20px;
  width: 140px;
  background: #fff;
  display: none;
  z-index: 1;
  border: 1px solid #d7d7d7;
}
.sorter .sort-by ul.sort-by-option li {
  border-bottom: 1px solid #d7d7d7;
}
.sorter .sort-by ul.sort-by-option li:last-child {
  border: none;
}
.sorter .sort-by ul.sort-by-option li a {
  display: block;
  padding: 7px 0;
  color: #555;
  background: transparent;
}
.sorter .sort-by ul.sort-by-option li a:hover {
  color: #d20043;
}
.sorter .sort-by ul.sort-by-option:hover {
  display: block;
}
.sorter .sort-by a.fa-long-arrow-down,
.sorter .sort-by a.fa-long-arrow-up {
  width: 35px;
  height: 35px;
  float: right;
  padding: 10px;
  color: #666;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d7d7d7;
  border-left: none;
}
.sorter .sort-by a.fa-long-arrow-down:hover,
.sorter .sort-by a.fa-long-arrow-up:hover {
  color: #d20043;
}
ul.limiter-option:before {
  content: "";
  height: 5px;
  left: 0;
  top: -5px;
  width: 100%;
}
.pager {
  float: right;
  margin: 0;
  text-align: left;
}
.pager .amount {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.pager .limiter {
  float: left;
  position: relative;
}
.pager .limiter label {
  float: left;
  font-weight: normal;
  margin: 0 10px 0 0;
}
.pager .limiter .limiter-active {
  height: 35px;
  line-height: normal;
  padding: 8px 5px;
  width: 45px;
  text-align: center;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #d7d7d7;
  margin-right: 65px;
}
.pager .limiter .limiter-active:before {
  position: absolute;
  top: -1px;
  right: -35px;
  width: 35px;
  padding: 8px 13px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  color: #747474;
  border: 1px solid #d7d7d7;
  height: 35px;
}
.pager .limiter .limiter-active:hover {
  cursor: pointer;
}
.pager .limiter .limiter-active:hover + ul.limiter-option {
  display: block;
}
.pager .limiter .limiter-active:hover:before,
.pager .limiter .limiter-active:hover:after {
  color: #d20043;
}
.pager .limiter ul.limiter-option {
  float: left;
  position: absolute;
  right: 31px;
  top: 34px;
  padding: 0 20px;
  width: 79px;
  background: #fff;
  display: none;
  z-index: 1;
  border: 1px solid #d7d7d7;
}
.pager .limiter ul.limiter-option li {
  border-bottom: 1px solid #d7d7d7;
  float: left;
  width: 100%;
}
.pager .limiter ul.limiter-option li:last-child {
  border: none;
}
.pager .limiter ul.limiter-option li a {
  display: block;
  padding: 7px 0;
  color: #555;
  border-radius: 0;
  border: none;
  background: transparent;
}
.pager .limiter ul.limiter-option li a:hover {
  color: #d20043;
}
.pager .limiter ul.limiter-option:hover {
  display: block;
}
.pager .pages {
  float: right;
}
.pager .pages ol {
  float: left;
}
.pager .pages ol li {
  height: 35px;
  width: 35px;
  float: left;
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #d7d7d7;
  font-size: 107.69%;
  padding: 6px 2px;
}
.pager .pages ol li:last-child {
  border-right: 2px solid #d7d7d7;
}
.pager .pages ol li.current,
.pager .pages ol li:hover,
.pager .pages ol li:focus {
  border-color: #D30043 !important;
  color: #fff;
  background: #D30043;
}
.pager .pages ol li a {
  border: none;
  border-radius: 0;
  display: inline-block;
  color: inherit;
  line-height: normal;
  width: 100%;
  padding: 0;
  height: 100%;
  background: transparent;
}
.pager .pages ol li a:hover,
.pager .pages ol li a:focus {
  color: #fff;
}
/*page 404*/
.page-404 {
  text-align: center;
  font-size: 107.69%;
}
.page-404 p {
  text-transform: uppercase;
  margin: 15px 0 0;
}
.page-404 span {
  margin-top: 20px;
  display: inline-block;
}
.page-404 span a {
  color: #d20043;
}
#theme_setting_panel {
  display: block;
  position: fixed;
  z-index: 9;
  top: 75px;
  left: -230px;
  width: 230px;
  box-shadow: none;
  background: #ffffff;
}
#theme_setting_panel .toggle {
  position: absolute;
  left: 100%;
  top: 0;
  float: left;
  z-index: 9998;
}
#theme_setting_panel .toggle label {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0 6px 6px 0;
  background: #171717;
  color: #fff;
  font-size: 18px;
  padding-top: 9px;
  cursor: pointer;
  text-align: center;
}
#theme_setting_panel_toggler {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#theme_setting_panel_toggler:checked + #theme_setting_panel {
  left: 0;
  background: #191c21;
  border-radius: 0;
  color: #ccc;
}
#theme_setting_panel_toggler:checked + #theme_setting_panel label {
  font-weight: normal;
}
#theme_setting_panel_toggler:checked + #theme_setting_panel #setting_form {
  padding: 15px;
}
#theme_setting_panel_toggler:checked + #theme_setting_panel .form-control {
  border-radius: 0;
}
#theme_setting_panel .head {
  background: #171717;
  font-size: 16px;
  padding: 9px 20px;
  margin: 0;
  border-bottom: 1px solid #171717;
  color: #fff;
}
#theme_setting_panel .body .form-group {
  margin-bottom: 15px;
}
#theme_setting_panel .body .form-group.on {
  display: block;
}
#theme_setting_panel .body .form-group.off {
  display: none;
}
#theme_setting_panel .help-block {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -5px;
}
#theme_setting_panel .color-cell {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#theme_setting_panel .color-cell[data-color="default"] {
  background-color: #d20043;
  border-color: #d20043;
}
#theme_setting_panel .color-cell[data-color="brandy-rose"] {
  background-color: #b47a76;
  border-color: #b47a76;
}
#theme_setting_panel .color-cell[data-color="blue"] {
  background-color: #4a83c4;
  border-color: #4a83c4;
}
#theme_setting_panel .color-cell[data-color="red"] {
  background-color: #ed675d;
  border-color: #ed675d;
}
#theme_setting_panel .color-cell[data-color="pink"] {
  background-color: #de64a0;
  border-color: #de64a0;
}
#theme_setting_panel .color-cell[data-color="fern"] {
  background-color: #1bbc9b;
  border-color: #1bbc9b;
}
#theme_setting_panel .color-cell[data-color="brown"] {
  background-color: #aa9355;
  border-color: #aa9355;
}
#theme_setting_panel .color-cell[data-color="green"] {
  background-color: #51c922;
  border-color: #51c922;
}
#theme_setting_panel .color-cell[data-color="violet"] {
  background-color: #bd34a8;
  border-color: #bd34a8;
}
#theme_setting_panel .color-cell[data-color="orange"] {
  background-color: #f49037;
  border-color: #f49037;
}
#theme_setting_panel .color-cell:hover,
#theme_setting_panel .color-cell.sel {
  border: 1px solid #fff;
}
#theme_setting_panel .color-cell:last-child {
  margin-right: 0;
}
#theme_setting_panel .actions {
  margin-bottom: 10px;
  margin-top: 20px;
}
#theme_setting_panel .actions .btn-default {
  background-color: #000;
  border-radius: 0;
  border: 1px solid #000;
  color: #fff;
  line-height: normal;
}
#theme_setting_panel .actions .btn-default:hover {
  border: 1px solid #fff;
}
#theme_setting_panel .setting_messages {
  display: block;
  padding: 0 20px;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
  outline: none !important;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-dots {
  /*bottom: 35px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;*/
}
.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}
.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  background: #dadce3;
}
.owl-dot:hover,
.owl-dot.active {
  background: #d20043;
}
.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.product-img-box .more-views .owl-carousel .owl-item{
float:none;	
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.cms-home .pt-carousel-deals .owl-carousel .owl-item img {
  width: 233px !important;
  height: 350px !important;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/css/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@font-face {
  font-family: 'Socialico';
  src: url('../fonts/socialico-webfont.eot');
  src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/socialico-webfont.woff') format('woff'), url('../fonts/socialico-webfont.ttf') format('truetype'), url('../fonts/socialico-webfont.svg#SocialicoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*   General style  */
.block-social li {
  font-family: "Socialico";
}
.block-social li a:before {
  content: attr(data-icon);
  font-family: 'Socialico';
  font-size: 25px;
  font-weight: normal;
  line-height: 34px;
}
.block-social li a:hover:before {
  /*font-size: 30px;*/
}
.block-social li a {
  display: inline-block;
  height: 34px;
  position: relative;
  text-align: center;
  width: 34px;
  z-index: 2;
}
.page-about-us .block-social li a {
  width: 21px;
  height: 21px;
  color: #FFF;
  background: #666;
  border-radius: 21px;
  /*transform: scale(1);*/
}
.page-about-us .block-social li a:before {
  font-size: 18px;
  line-height: 21px;
}
.block-social li a:hover {
  color: #FFFFFF;
}
.block-social li a:hover {
  /*animation: 0.5s ease 0s normal none 1 bounceIn;
  transform: scale(1);*/
}
.block-social li a:hover {
  border-radius: 17px;
}
.header_style2 #nav,
.header_style3 #nav {
  float: left;
  margin-left: 120px;
}
.header_style2 #nav > li > a,
.header_style3 #nav > li > a {
  padding: 6px 0;
}
.header_style2 #nav > li > a:before,
.header_style3 #nav > li > a:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 26px;
  background: transparent;
}
.header_style2 #nav > li > ul,
.header_style3 #nav > li > ul {
  top: 47px;
}
#nav {
  display: table;
  margin: 0 auto;
}
#nav.menu-full {
  height: auto;
}
#nav > li {
  float: left;
  position: relative;
  margin: 0 20px;
}
#nav > li > a {
  float: left;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
  letter-spacing: 2px;
  font-size: 84.62%;
  font-family: 'Montserrat';
}
#nav > li > a > span {
  position: relative;
  z-index: 1;
  padding: 0 3px;
  border-bottom: 1px solid transparent;
  line-height: 10px;
  float: left;
}
#nav > li.parent > a > span:first-child:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 6px;
  display: inline-block;
  padding-right: 3px;
  float: right;
  font-size: 14px;
  display: none;
}
#nav > li.active > a > span,
#nav > li:hover > a > span {
  border-bottom: 1px solid #d20043;
}
#nav > li:hover > ul,
#nav > li > a:hover + ul {
  display: block;
  visibility: visible;
}
#nav > li > ul {
  border: 1px solid #e5e5e5;
  top: 50px;
}
#nav li.level1:first-child > ul {
  top: 0;
}
#nav ul {
  display: block;
  width: 200px;
  position: absolute;
  z-index: 1050;
  visibility: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  left: 0;
  padding: 15px 20px;
}
#nav ul.level1 {
  left: 100%;
  margin-left: 15px;
}
#nav ul > li {
  float: left;
  width: 100%;
}
#nav ul > li > a {
  float: left;
  width: 100%;
  padding: 5px 0;
}
#nav ul > li > a:hover {
  color: #d20043;
}
#nav ul > li.parent {
  position: relative;
}
#nav ul > li.parent:before {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  height: 100%;
  width: 30px;
  background: transparent;
}
#nav ul > li.parent:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  top: 5px;
  right: 0;
  font-size: 14px;
}
#nav ul > li.parent:hover:after {
  color: #d20043;
}
#nav ul > li.parent > a {
  position: relative;
}
#nav ul > li.parent:hover > a:before,
#nav ul > li.parent:focus > a:before,
#nav ul > li.parent:hover > a:after,
#nav ul > li.parent:focus > a:after {
  display: block;
  content: '';
}
#nav ul > li:hover > a,
#nav ul > li:focus > a,
#nav ul > li > a:hover,
#nav ul > li > a:focus {
  color: #d20043;
}
#nav ul > li:hover > ul,
#nav ul > li:focus > ul,
#nav ul > li > a:hover + ul,
#nav ul > li > a:focus + ul {
  display: block;
  visibility: visible;
}
/**----css menu mobile----***/
.mobile-nav {
  position: relative;
  height: 50px;
  width: 100%;
  background-color: #222;
}
.mobile-nav:before {
  position: absolute;
  content: "";
  top: 0;
  left: -200px;
  width: 2000px;
  height: 100%;
  background: #222;
}
.mobile-nav .menu-button {
  position: absolute;
  padding: 15px 0;
  line-height: 100%;
  font-size: 21px;
  color: #fff;
  left: 0;
  top: 0;
  height: 50px;
}
.mobile-nav .menu-button:hover {
  cursor: pointer;
}
#pt_theme_wrapper {
  position: relative;
  left: 0;
  overflow: hidden;
}
.show_sidebar #pt_theme_wrapper {
  left: 220px;
}
.show_sidebar .pt_theme_wrapper {
  left: 0;
  float: left;
  height: 100%;
}
.pt_menu_sidebar {
  left: -220px;
  top: 0;
  margin: 0;
  position: absolute;
  width: 220px;
  height: 100%;
  background: #1f1f1f;
  display: none;
}
.pt_menu_sidebar #pt-screennav {
  padding: 0 12px;
}
.show_sidebar .pt_menu_sidebar {
  left: 0;
  display: block;
}
#pt-screennav ul.siderbar-menu li ul {
  padding-left: 10px;
}
#pt-screennav ul.siderbar-menu li a {
  padding: 10px 0 10px 7px;
  line-height: 100%;
  display: block;
  border-bottom: 1px solid #333;
  color: #ccc;
}
#pt-screennav ul.siderbar-menu li a:hover {
  color: #d20043;
}
/*collapse*/
#menu_collapse {
  position: absolute;
  left: -13px;
  z-index: 999;
  top: 50px;
  width: 320px;
}
#menu_collapse a:hover {
  color: #d20043;
}
#menu_collapse ul.nav-menu {
  background-color: #fff;
  display: inline-block;
  width: 100%;
}
#menu_collapse ul.nav-menu > li:hover,
#menu_collapse ul.nav-menu > li.active {
  color: #d20043;
}
#menu_collapse ul.nav-menu > li > a {
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}
#menu_collapse ul.nav-menu > li:last-child > a {
  border-bottom: none;
}
#menu_collapse ul.nav-menu > li:hover,
#menu_collapse ul.nav-menu > li.active,
#menu_collapse ul.nav-menu > li.active > a > span,
#menu_collapse ul.nav-menu > li:hover > a > span {
  color: #d20043;
}
.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a {
  padding: 9px 15px;
  display: block;
}
.nav-collapse .nav-menu > li {
  float: none;
  position: relative;
  z-index: 10;
}
ul.nav-menu li.parent {
  position: relative;
}
.nav-collapse .nav > li {
  float: none;
}
ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 11px;
  display: block;
  line-height: 15px;
}
ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before {
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 11px;
  display: block;
}
ul.nav-menu li.parent .menuress-toggle {
  cursor: pointer;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  vertical-align: middle;
  width: 20px;
  height: 17px !important;
  border-radius: 3px;
  border: 1px solid #222;
  color: #222;
}
ul.nav-menu li.parent > .res-wrapnav {
  height: 0;
  opacity: 0;
}
ul.nav-menu li.parent > .res-wrapnav ul {
  position: relative;
  z-index: 1;
}
ul.nav-menu li.parent > .res-wrapnav ul.level0 > li.last {
  padding-bottom: 12px;
}
ul.nav-menu li.parent.open > .res-wrapnav {
  display: block;
  opacity: 1;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 15px;
}
ul.nav-menu li.parent > .res-wrapnav ul li {
  padding: 9px 15px;
  border-bottom: 1px solid #e5e5e5;
}
ul.nav-menu li.parent > .res-wrapnav ul li.last {
  border: none;
}
ul.nav-menu li.parent > .res-wrapnav ul li > a {
  position: relative;
}
ul.nav-menu li.parent > .res-wrapnav ul li > a:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f105";
}
ul.nav-menu li.parent > .res-wrapnav ul li > a > span {
  margin-left: 3px;
}
.header_style2 #meganav,
.header_style3 #meganav {
  float: left;
  margin-left: 120px;
}
.header_style2 #meganav > li > a,
.header_style3 #meganav > li > a {
  padding: 6px 0;
}
.header_style2 #meganav > li > a:before,
.header_style3 #meganav > li > a:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 26px;
  background: transparent;
}
.header_style2 #meganav > li > .dropdown-menu,
.header_style3 #meganav > li > .dropdown-menu {
  top: 47px;
}
#meganav {
  display: table;
  margin: 0 auto;
  width: 700px;
}
#meganav > li {
  float: left;
  position: relative;
  
}
#meganav > li > a {
  float: left;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 0;
  font-size: 13px;
  font-family: 'Montserrat';
  transition: .2s;
}
#meganav > li:first-child > a {
  color: #fff;
  background: #d20043;
}
#meganav > li > a > span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  border-bottom: 1px solid transparent;
  line-height: 10px;
  float: left;
  border-left: 1px solid #fff;
}
#meganav > li:first-child > a > span,
#meganav > li:nth-child(2) > a > span,
#meganav > li:nth-child(5) > a > span {
  border-left: none;
}
#meganav > li:nth-child(5) {
  clear: left;
}
#meganav > li.parent > a > span:first-child:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 6px;
  display: inline-block;
  padding-right: 3px;
  float: right;
  font-size: 14px;
  font-weight: normal;
  display: none;
}
#meganav > li > .dropdown-menu {
  display: none;
  box-shadow: none;
  top: 35px;
  display: block;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  z-index: 1050;
  visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 100%;
  border-radius: 0;
  background: #3e3e3e;
  border: 1px solid #323232;
  min-width: 200px;
  transition: .2s;
}
#meganav > li > .dropdown-menu li a {
  color: #fff;
  padding: 5px 10px;
}
#meganav > li > .dropdown-menu li:hover a {
  background: #fff;
  color: #d20043;
}
#meganav > li:hover > .dropdown-menu,
#meganav > li > a:hover + .dropdown-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#meganav > li > ul {
  padding-left: 0;
}
#meganav > li.dropdown-full {
  position: static;
}
#meganav > li.dropdown-full > .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
}
#meganav .level-2,
#meganav .level-3 {
  position: relative;
}
#meganav .level-2 > a,
#meganav .level-3 > a {
  padding: 5px 0;
  float: left;
  width: 100%;
}
#meganav .level-2.parent:before,
#meganav .level-3.parent:before {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  height: 100%;
  width: 30px;
  background: transparent;
}
#meganav .level-2.parent:after,
#meganav .level-3.parent:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  top: 5px;
  right: 0;
  font-size: 14px;
}
#meganav .level-2.parent > a,
#meganav .level-3.parent > a {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 100%;
}
#meganav .level-2.parent .dropdown-menu,
#meganav .level-3.parent .dropdown-menu {
  position: absolute;
  border: none;
  top: 0;
  left: 100%;
  margin-left: 15px;
  display: none;
  border-radius: 0;
  padding: 10px 20px;
  min-width: 180px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  font-size: 100%;
}
#meganav .level-2.parent .dropdown-menu > ul,
#meganav .level-3.parent .dropdown-menu > ul {
  display: inline-block;
  width: 100%;
}
#meganav .level-2.parent .dropdown-menu > ul li a,
#meganav .level-3.parent .dropdown-menu > ul li a {
  display: block;
}
#meganav .level-2.parent:hover > .dropdown-menu,
#meganav .level-3.parent:hover > .dropdown-menu {
  display: block;
}
#meganav .level-2.parent:hover:after,
#meganav .level-3.parent:hover:after {
  color: #d20043;
}
#meganav .static-width > .dropdown-menu,
#meganav .dropdown-full > .dropdown-menu {
  padding: 20px;
}
#meganav .static-width .level-2 > .dropdown-menu,
#meganav .dropdown-full .level-2 > .dropdown-menu,
#meganav .static-width .level-3 > .dropdown-menu,
#meganav .dropdown-full .level-3 > .dropdown-menu {
  display: block;
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-width: 100px;
  font-size: 100%;
}
#meganav .static-width .level-2 > .dropdown-menu:before,
#meganav .dropdown-full .level-2 > .dropdown-menu:before,
#meganav .static-width .level-3 > .dropdown-menu:before,
#meganav .dropdown-full .level-3 > .dropdown-menu:before,
#meganav .static-width .level-2 > .dropdown-menu:after,
#meganav .dropdown-full .level-2 > .dropdown-menu:after,
#meganav .static-width .level-3 > .dropdown-menu:after,
#meganav .dropdown-full .level-3 > .dropdown-menu:after {
  content: " ";
  display: table;
}
#meganav .static-width .level-2 > .dropdown-menu:after,
#meganav .dropdown-full .level-2 > .dropdown-menu:after,
#meganav .static-width .level-3 > .dropdown-menu:after,
#meganav .dropdown-full .level-3 > .dropdown-menu:after {
  clear: both;
}
#meganav .static-width .level-2.parent:after,
#meganav .dropdown-full .level-2.parent:after,
#meganav .static-width .level-3.parent:after,
#meganav .dropdown-full .level-3.parent:after {
  display: none;
}
#meganav .static-width .level-2.parent > a,
#meganav .dropdown-full .level-2.parent > a,
#meganav .static-width .level-3.parent > a,
#meganav .dropdown-full .level-3.parent > a {
  font-family: 'Montserrat';
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 107.69%;
  padding: 0;
  padding-bottom: 7px;
  width: 100%;
  position: relative;
}
#meganav .static-width .level-2.parent > a.menu-hidden,
#meganav .dropdown-full .level-2.parent > a.menu-hidden,
#meganav .static-width .level-3.parent > a.menu-hidden,
#meganav .dropdown-full .level-3.parent > a.menu-hidden {
  display: none;
}
#meganav .static-width .level-2.parent > a.margin-top,
#meganav .dropdown-full .level-2.parent > a.margin-top,
#meganav .static-width .level-3.parent > a.margin-top,
#meganav .dropdown-full .level-3.parent > a.margin-top {
  margin-top: 25px;
}
#meganav .static-width .level-2.parent > a > span.menu-title,
#meganav .dropdown-full .level-2.parent > a > span.menu-title,
#meganav .static-width .level-3.parent > a > span.menu-title,
#meganav .dropdown-full .level-3.parent > a > span.menu-title {
  float: left;
}
#meganav .static-width .level-2.parent > a > span.menu-icon,
#meganav .dropdown-full .level-2.parent > a > span.menu-icon,
#meganav .static-width .level-3.parent > a > span.menu-icon,
#meganav .dropdown-full .level-3.parent > a > span.menu-icon {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 20px;
}
#meganav .static-width .level-2.parent > a > span.menu-icon > i,
#meganav .dropdown-full .level-2.parent > a > span.menu-icon > i,
#meganav .static-width .level-3.parent > a > span.menu-icon > i,
#meganav .dropdown-full .level-3.parent > a > span.menu-icon > i {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  font-style: normal;
  text-align: center;
  line-height: 100%;
  padding: 2px 0;
  margin-left: 10px;
}
#meganav .static-width .level-2.parent > a > span.menu-icon .hot,
#meganav .dropdown-full .level-2.parent > a > span.menu-icon .hot,
#meganav .static-width .level-3.parent > a > span.menu-icon .hot,
#meganav .dropdown-full .level-3.parent > a > span.menu-icon .hot {
  background: #f05656;
}
#meganav .static-width .level-2.parent > a > span.menu-icon .hot:before,
#meganav .dropdown-full .level-2.parent > a > span.menu-icon .hot:before,
#meganav .static-width .level-3.parent > a > span.menu-icon .hot:before,
#meganav .dropdown-full .level-3.parent > a > span.menu-icon .hot:before {
  content: "hot";
}
#meganav .static-width .level-2.parent > a > span.menu-icon .sale,
#meganav .dropdown-full .level-2.parent > a > span.menu-icon .sale,
#meganav .static-width .level-3.parent > a > span.menu-icon .sale,
#meganav .dropdown-full .level-3.parent > a > span.menu-icon .sale {
  background: #1bbc9b;
}
#meganav .static-width .level-2.parent > a > span.menu-icon .sale:before,
#meganav .dropdown-full .level-2.parent > a > span.menu-icon .sale:before,
#meganav .static-width .level-3.parent > a > span.menu-icon .sale:before,
#meganav .dropdown-full .level-3.parent > a > span.menu-icon .sale:before {
  content: "sale";
}
#meganav .static-width .level-2.parent .dropdown-menu,
#meganav .dropdown-full .level-2.parent .dropdown-menu,
#meganav .static-width .level-3.parent .dropdown-menu,
#meganav .dropdown-full .level-3.parent .dropdown-menu {
  float: none;
  box-shadow: none;
}
#meganav .static-width .level-2.parent .dropdown-menu > ul,
#meganav .dropdown-full .level-2.parent .dropdown-menu > ul,
#meganav .static-width .level-3.parent .dropdown-menu > ul,
#meganav .dropdown-full .level-3.parent .dropdown-menu > ul {
  display: inline-block;
  width: 100%;
}
#meganav .static-width .level-2.parent .dropdown-menu > ul li a,
#meganav .dropdown-full .level-2.parent .dropdown-menu > ul li a,
#meganav .static-width .level-3.parent .dropdown-menu > ul li a,
#meganav .dropdown-full .level-3.parent .dropdown-menu > ul li a {
  display: block;
}
#meganav .static-width .level-2.parent .dropdown-menu .dropdown-content img,
#meganav .dropdown-full .level-2.parent .dropdown-menu .dropdown-content img,
#meganav .static-width .level-3.parent .dropdown-menu .dropdown-content img,
#meganav .dropdown-full .level-3.parent .dropdown-menu .dropdown-content img {
  max-width: 100%;
}
#meganav .static-width .level-3 > .dropdown-menu > ul > li > a,
#meganav .dropdown-full .level-3 > .dropdown-menu > ul > li > a {
  padding: 4px 0;
}
#meganav .static-width .level-3 > .dropdown-menu > ul > li > a:hover,
#meganav .dropdown-full .level-3 > .dropdown-menu > ul > li > a:hover {
  color: #d20043;
}
#meganav .static-width .mcols-12 > .mcol-9.parent > a,
#meganav .dropdown-full .mcols-12 > .mcol-9.parent > a {
  display: none;
}
#meganav .mcols-2,
#meganav .mcols-3,
#meganav .mcols-4,
#meganav .mcols-5,
#meganav .mcols-6,
#meganav .mcols-7,
#meganav .mcols-8,
#meganav .mcols-9,
#meganav .mcols-10,
#meganav .mcols-11,
#meganav .mcols-12 {
  display: block;
}
#meganav .mcols-2:before,
#meganav .mcols-3:before,
#meganav .mcols-4:before,
#meganav .mcols-5:before,
#meganav .mcols-6:before,
#meganav .mcols-7:before,
#meganav .mcols-8:before,
#meganav .mcols-9:before,
#meganav .mcols-10:before,
#meganav .mcols-11:before,
#meganav .mcols-12:before,
#meganav .mcols-2:after,
#meganav .mcols-3:after,
#meganav .mcols-4:after,
#meganav .mcols-5:after,
#meganav .mcols-6:after,
#meganav .mcols-7:after,
#meganav .mcols-8:after,
#meganav .mcols-9:after,
#meganav .mcols-10:after,
#meganav .mcols-11:after,
#meganav .mcols-12:after {
  content: " ";
  display: table;
}
#meganav .mcols-2:after,
#meganav .mcols-3:after,
#meganav .mcols-4:after,
#meganav .mcols-5:after,
#meganav .mcols-6:after,
#meganav .mcols-7:after,
#meganav .mcols-8:after,
#meganav .mcols-9:after,
#meganav .mcols-10:after,
#meganav .mcols-11:after,
#meganav .mcols-12:after {
  clear: both;
}
#meganav .mcols-2 > li,
#meganav .mcols-3 > li,
#meganav .mcols-4 > li,
#meganav .mcols-5 > li,
#meganav .mcols-6 > li,
#meganav .mcols-7 > li,
#meganav .mcols-8 > li,
#meganav .mcols-9 > li,
#meganav .mcols-10 > li,
#meganav .mcols-11 > li,
#meganav .mcols-12 > li {
  float: left;
  width: 100%;
}
#meganav .mcol-3 .mcol-1 {
  width: 33.33333333%;
  float: left;
}
#meganav .mcol-3 .mcol-2 {
  width: 66.66666667%;
  float: left;
}
#meganav .mcol-3 .mcol-3 {
  width: 100%;
  float: left;
}
#meganav .mcol-4 .mcol-1 {
  width: 25%;
  float: left;
}
#meganav .mcol-4 .mcol-2 {
  width: 50%;
  float: left;
}
#meganav .mcol-4 .mcol-3 {
  width: 75%;
  float: left;
}
#meganav .mcol-4 .mcol-4 {
  width: 100%;
  float: left;
}
#meganav .mcols-2 > .mcol-1 {
  width: 50%;
}
#meganav .mcols-2 > .mcol-2 {
  width: 100%;
}
#meganav .mcols-3 > .mcol-1 {
  width: 33.33333333%;
}
#meganav .mcols-3 > .mcol-2 {
  width: 66.66666667%;
}
#meganav .mcols-3 > .mcol-3 {
  width: 100%;
}
#meganav .mcols-4 > .mcol-1 {
  width: 25%;
}
#meganav .mcols-4 > .mcol-2 {
  width: 50%;
}
#meganav .mcols-4 > .mcol-3 {
  width: 75%;
}
#meganav .mcols-4 > .mcol-4 {
  width: 100%;
}
#meganav .mcols-5 > .mcol-1 {
  width: 20%;
}
#meganav .mcols-5 > .mcol-2 {
  width: 40%;
}
#meganav .mcols-5 > .mcol-3 {
  width: 60%;
}
#meganav .mcols-5 > .mcol-4 {
  width: 80%;
}
#meganav .mcols-5 > .mcol-5 {
  width: 100%;
}
#meganav .mcols-6 > .mcol-1 {
  width: 16.66666667%;
}
#meganav .mcols-6 > .mcol-2 {
  width: 33.33333333%;
}
#meganav .mcols-6 > .mcol-3 {
  width: 50%;
}
#meganav .mcols-6 > .mcol-4 {
  width: 66.66666667%;
}
#meganav .mcols-6 > .mcol-5 {
  width: 83.33333333%;
}
#meganav .mcols-6 > .mcol-6 {
  width: 100%;
}
#meganav .mcols-7 > .mcol-1 {
  width: 14.28571429%;
}
#meganav .mcols-7 > .mcol-2 {
  width: 28.57142857%;
}
#meganav .mcols-7 > .mcol-3 {
  width: 42.85714286%;
}
#meganav .mcols-7 > .mcol-4 {
  width: 57.14285714%;
}
#meganav .mcols-7 > .mcol-5 {
  width: 71.42857143000001%;
}
#meganav .mcols-7 > .mcol-6 {
  width: 85.71428571%;
}
#meganav .mcols-7 > .mcol-7 {
  width: 100%;
}
#meganav .mcols-8 > .mcol-1 {
  width: 12.5%;
}
#meganav .mcols-8 > .mcol-2 {
  width: 25%;
}
#meganav .mcols-8 > .mcol-3 {
  width: 37.5%;
}
#meganav .mcols-8 > .mcol-4 {
  width: 50%;
}
#meganav .mcols-8 > .mcol-5 {
  width: 62.5%;
}
#meganav .mcols-8 > .mcol-6 {
  width: 75%;
}
#meganav .mcols-8 > .mcol-7 {
  width: 87.5%;
}
#meganav .mcols-8 > .mcol-8 {
  width: 100%;
}
#meganav .mcols-9 > .mcol-1 {
  width: 11.11111111%;
}
#meganav .mcols-9 > .mcol-2 {
  width: 22.22222222%;
}
#meganav .mcols-9 > .mcol-3 {
  width: 33.33333333%;
}
#meganav .mcols-9 > .mcol-4 {
  width: 44.44444444%;
}
#meganav .mcols-9 > .mcol-5 {
  width: 55.55555556%;
}
#meganav .mcols-9 > .mcol-6 {
  width: 66.66666667%;
}
#meganav .mcols-9 > .mcol-7 {
  width: 77.77777777999999%;
}
#meganav .mcols-9 > .mcol-8 {
  width: 88.88888889%;
}
#meganav .mcols-9 > .mcol-9 {
  width: 100%;
}
#meganav .mcols-10 > .mcol-1 {
  width: 10%;
}
#meganav .mcols-10 > .mcol-2 {
  width: 20%;
}
#meganav .mcols-10 > .mcol-3 {
  width: 30%;
}
#meganav .mcols-10 > .mcol-4 {
  width: 40%;
}
#meganav .mcols-10 > .mcol-5 {
  width: 50%;
}
#meganav .mcols-10 > .mcol-6 {
  width: 60%;
}
#meganav .mcols-10 > .mcol-7 {
  width: 70%;
}
#meganav .mcols-10 > .mcol-8 {
  width: 80%;
}
#meganav .mcols-10 > .mcol-9 {
  width: 90%;
}
#meganav .mcols-10 > .mcol-10 {
  width: 100%;
}
#meganav .mcols-11 > .mcol-1 {
  width: 9.09090909%;
}
#meganav .mcols-11 > .mcol-2 {
  width: 18.18181818%;
}
#meganav .mcols-11 > .mcol-3 {
  width: 27.27272727%;
}
#meganav .mcols-11 > .mcol-4 {
  width: 36.36363636%;
}
#meganav .mcols-11 > .mcol-5 {
  width: 45.45454545%;
}
#meganav .mcols-11 > .mcol-6 {
  width: 54.54545455%;
}
#meganav .mcols-11 > .mcol-7 {
  width: 63.63636364%;
}
#meganav .mcols-11 > .mcol-8 {
  width: 72.72727273%;
}
#meganav .mcols-11 > .mcol-9 {
  width: 81.81818182000001%;
}
#meganav .mcols-11 > .mcol-10 {
  width: 90.90909091%;
}
#meganav .mcols-11 > .mcol-11 {
  width: 100%;
}
#meganav .mcols-12 > .mcol-1 {
  width: 8.33333333%;
}
#meganav .mcols-12 > .mcol-2 {
  width: 16.66666667%;
}
#meganav .mcols-12 > .mcol-3 {
  width: 25%;
}
#meganav .mcols-12 > .mcol-4 {
  width: 33.33333333%;
}
#meganav .mcols-12 > .mcol-5 {
  width: 41.66666667%;
}
#meganav .mcols-12 > .mcol-6 {
  width: 50%;
}
#meganav .mcols-12 > .mcol-7 {
  width: 58.33333333%;
}
#meganav .mcols-12 > .mcol-8 {
  width: 66.66666667%;
}
#meganav .mcols-12 > .mcol-9 {
  width: 75%;
}
#meganav .mcols-12 > .mcol-10 {
  width: 83.33333333%;
}
#meganav .mcols-12 > .mcol-11 {
  width: 91.66666667%;
}
#meganav .mcols-12 > .mcol-12 {
  width: 100%;
}

#meganav a:hover {
  color: #d20043;
}

.block {
  margin-bottom: 60px;
  display: block;
  width: 100%;
}
.block .block-subtitle {
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}
.block .actions {
  display: inline-block;
}
.block-title,
ul.resp-tabs-list,
.subscribe-title {
  width: 100%;
  display: inline-block;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.block-title:before,
ul.resp-tabs-list:before,
.subscribe-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 10px;
  background: #000;
  z-index: 0;
}
.block-title strong,
ul.resp-tabs-list li,
.subscribe-title h3 {
  display: inline-block;
  clear: both;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 20px;
  background: #fafafa;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
}
.dandelion {
  width: 100%;
  height: 31px;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
.dandelion:before {
  content: "";
  width: 80px;
  height: 31px;
  display: inline-block;
  background: #fafafa url('../images/dandelion.png') no-repeat center center;
}
.block-title.block-title-center {
  text-align: center;
}
.block-content {
  float: left;
  width: 100%;
  border-top: none;
  padding: 0;
}
.block-content li.item {
  padding: 10px 0;
}
.search-compare .block-list:hover {
  cursor: pointer;
}
.search-compare .block-list:hover .block-content {
  display: block;
}
.search-compare .block-list .block-content {
  position: absolute;
  top: 50px;
  right: 0px;
  min-width: 320px;
  padding: 15px;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border-top: 3px solid #d20043;
  display: none;
}
.search-compare .block-list .block-content:after {
  position: absolute;
  content: "";
  left: 0;
  top: -17px;
  height: 20px;
  width: 100%;
  background: transparent;
}
.search-compare .block-list .block-content:before {
  position: absolute;
  content: "";
  border-left: 6px solid transparent;
  border-bottom: 6px solid #d20043;
  border-right: 6px solid transparent;
  right: 12px;
  top: -8px;
}
.block-custom-html .block-title {
  margin-bottom: 25px;
}
.block-custom-html .custom-subtitle {
  color: #999;
  font-size: 85.71%;
  display: inline-block;
  margin-bottom: 5px;
}
.block-custom-html img {
  margin-top: 15px;
  max-width: 100%;
}
.tags-list > li {
  margin: 0 10px 10px 0;
  float: left;
}
.tags-list > li a {
  line-height: 100%;
}
.block-layered-nav {
  margin-bottom: 47px;
  overflow: hidden;
}
.block-layered-nav .block-content {
  border: none;
  padding: 0;
}
.block-layered-nav .wrap-currently {
  position: relative;
}
.block-layered-nav .wrap-currently .actions a {
  position: absolute;
  right: 20px;
  top: 0;
}
.block-layered-nav .currently {
  display: inline-block;
  width: 100%;
}
.block-layered-nav .currently ol {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  padding: 10px 0 0;
}
.block-layered-nav .currently li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.block-layered-nav .currently li span {
  padding: 0;
  float: left;
}
.block-layered-nav .currently li a {
  color: #999;
  padding-left: 8px;
  font-size: 12px;
}
.block-layered-nav .currently li a:hover {
  color: #d20043;
}
.block-layered-nav .currently .block-subtitle {
  font-size: 107.69%;
  color: #333;
  font-weight: bold;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  display: inline-block;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
  padding: 0 3px;
  border-bottom: 1px solid #d20043;
  margin-bottom: 10px;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav dt,
.side-title {
  font-size: 107.69%;
  color: #333;
  font-weight: bold;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  display: inline-block;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
  padding: 0 3px;
  width: 100%;
  position: relative;
}
.block-layered-nav dt span,
.side-title span {
  padding-right: 10px;
  background: #fff;
}
.block-layered-nav dt:after,
.side-title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #eee;
  z-index: -1;
}
.block-layered-nav dd {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  border-top: none;
  padding: 12px 0 0;
}
.block-layered-nav dd.last {
  margin-bottom: 0;
}
.block-layered-nav dd ol {
  list-style: none;
}
.block-layered-nav dd ol li {
  
  padding: 2px 0;
  position: relative;
  font-size: 100%;
  text-align: left;
  font-family: 'Montserrat';
}

.block-layered-nav .Categoria ol li {
  padding: 14px 0;
}

.block-content .Categoria .cat_opt_count {
  display: none;
}	
.block-layered-nav dd ol li:last-child {
  border: none;
}
.block-layered-nav dd ol li input {
  
}
.block-layered-nav dd ol li a {
  float: left;
  font-family: 'Montserrat';
}
.block-layered-nav .price-filter {
  height: 19px;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.block-layered-nav .price-filter:before {
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  background-color: #d20043;
}
.block-layered-nav .price-min-wrap,
.block-layered-nav .price-max-wrap {
  float: left;
  width: 80px;
  height: 32px;
  margin-right: 10px;
  margin-top: 12px;
  border: 1px solid #e5e5e5;
  padding: 5px 5px;
  text-align: center;
}
.block-layered-nav .price-min-wrap span,
.block-layered-nav .price-max-wrap span {
  float: left;
  line-height: 20px;
}
.block-layered-nav .price-min-wrap input,
.block-layered-nav .price-max-wrap input {
  border: none;
  width: auto;
  max-width: 35px;
  padding: 0;
}
.block-layered-nav .price-min-wrap + .price-min-wrap {
  margin-right: 0;
}
.block-layered-nav #submit_filter {
  margin-top: 12px;
  float: right;
  position: relative;
  color: #fff;
  background: #d20043;
  width: 88px;
  font-size: 9px;
  line-height:12px;
}
.block-layered-nav .price-filter .price-first,
.block-layered-nav .price-filter .price-last {
  height: 15px;
  width: 15px;
  cursor: pointer;
  display: block;
  top: 2px;
  background: #333333;
  border-radius: 50%;
}
.block-layered-nav .price-filter .price-first:before,
.block-layered-nav .price-filter .price-last:before {
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 6px;
  width: 1000px;
  background: #ececec;
  z-index: 1;
}
.block-layered-nav .price-filter .price-first {
  float: left;
}
.block-layered-nav .price-filter .price-first:before {
  left: -1000px;
}
.block-layered-nav .price-filter .price-last:before {
  right: -1000px;
}
.cms-home .tabs-container .price-box,
.pt-products-home .price-box {
  margin: -57px 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 36px;
  text-align: center;
  background: #ccc;
  transition: .2s;
  opacity: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.cms-home .tabs-container .price-box {
  background-color: #d20043;
  
}

.cms-home .tabs-container .item .ref {
  position: relative;
  display: inline-block;
  float: right;
  top: -60px;
  margin-right: 10px;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0;
  transition: .2s;
}

.cms-home .tabs-container .item:hover .price-box,
.pt-products-home .item:hover .price-box {
  opacity: 1;
}
.price-box .minimal-price {
  margin: 0;
}
.price-box .price-from {
  float: left;
  margin: 0 10px 0 0;
}
.price-box .price-to {
  float: left;
  margin: 0;
}
.price-box .price-label {
  float: left;
  margin-top: 11px;
  margin-right: 5px;
  line-height: 100%;
}
.price-box p {
  margin-bottom: 0;
  display: inline-block;
}
.price-box .price {
  color: #d20043;
  font-size: 107.69%;
  font-family: 'Montserrat';
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  
}
.price-box .old-price {
  margin-right: 10px;
  color: #888;
}
.price-box .old-price .price {
  text-decoration: line-through;
  color: #888;
}
.cms-home .special .price-box .price {
  color: #fff !important;
}
.catalog-category-view  .price-box{
  margin-top: 5px;
  text-transform: uppercase;
  display:inline;
}
.catalog-category-view .price-box .price {
  color: #000 !important;
}

.catalog-category-view .price-label {
  float:none;
}
.catalog-category-view .special .price-box .price {
  font-size: 12px;
}
.catalog-category-view .special .price-box .price-label {
  line-height: 23px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}
.catalog-category-view .special .price-box .special-price .price {
  font-size: 16px;
}
.catalog-category-view .special .price-box .special-price .price-label {
  line-height: 21px;
  font-size: 15px;
}

.catalog-category-view .products-grid .product-image:hover .ref {
  opacity: 1;
	color:#fff;
}

.catalog-category-view .item .item-inner:hover
{
  border-bottom: 1px solid #d20043;
}

.catalog-category-view .products-grid .product-image:hover .quick-acess {
  opacity: 1;
	background-color:#d20043;
   
}

.catalog-category-view .products-grid .product-image .quick-acess {
  opacity: 0;
  margin: -36px 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 36px;
  text-align: center;
  background-color: #d20043;
  transition: .2s;
  font-size: 14px;
  text-transform: uppercase;
}

.catalog-category-view  .quick-acess .item-addcart .button, .catalog-category-view  .quick-acess .item-addcart a {
	background-color: #d20043;
  border: none;
}
.catalog-category-view .quick-acess .item-wishlist a {	
	color:#fff;
	background:none;
	border:none;
	padding: 3px 0px 0px 12px;
}

.catalog-category-view .quick-acess .item-addcart .button{
	padding: 4px 24px 0px 15px;
  font-size: 11px;
  font-weight: normal;
}

.catalog-category-view .block-service-wrap{
  float: left;
  width: 100%;
  display: inline-block;
  background: #eee;
  color: #1c1a1c;
  padding: 10px 0 10px;
  /* margin-bottom: 20px; */
  position: relative;
  top: -6px;
	font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
}


.catalogsearch-result-index  .price-box{
  margin-top: 5px;
  text-transform: uppercase;
  display:inline;
}
.catalogsearch-result-index .price-box .price {
  color: #000 !important;
}

.catalogsearch-result-index .price-label {
  float:none;
}
.catalogsearch-result-index .special .price-box .price {
  font-size: 12px;
}
.catalogsearch-result-index .special .price-box .price-label {
  line-height: 23px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}
.catalogsearch-result-index .special .price-box .special-price .price {
  font-size: 16px;
}
.catalogsearch-result-index .special .price-box .special-price .price-label {
  line-height: 21px;
  font-size: 15px;
}

.catalogsearch-result-index .products-grid .product-image:hover .ref {
  opacity: 1;
	color:#fff;
}

.catalogsearch-result-index .item .item-inner:hover
{
  border-bottom: 1px solid #d20043;
}

.catalogsearch-result-index .products-grid .product-image:hover .quick-acess {
  opacity: 1;
	background-color:#d20043;
   
}

.catalogsearch-result-index .products-grid .product-image .quick-acess {
  opacity: 0;
  margin: -36px 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 36px;
  text-align: center;
  background-color: #d20043;
  transition: .2s;
  font-size: 14px;
  text-transform: uppercase;
}

.catalogsearch-result-index .quick-acess .item-addcart .button, .catalog-category-view  .quick-acess .item-addcart a {
	background-color: #d20043;
  border: none;
}
.catalogsearch-result-index .quick-acess .item-wishlist a {	
	color:#fff;
	background:none;
	border:none;
	padding: 3px 0px 0px 12px;
}

..catalogsearch-result-index .quick-acess .item-addcart .button{
	padding: 4px 24px 0px 15px;
  font-size: 11px;
  font-weight: normal;
}

.catalogsearch-result-index .block-service-wrap{
  float: left;
  width: 100%;
  display: inline-block;
  background: #eee;
  color: #1c1a1c;
  padding: 10px 0 10px;
  /* margin-bottom: 20px; */
  position: relative;
  top: -6px;
	font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
}


.catalogsearch-result-index .block-service-wrap{
  float: left;
  width: 100%;
  display: inline-block;
  background: #eee;
  color: #1c1a1c;
  padding: 10px 0 10px;
  /* margin-bottom: 20px; */
  position: relative;
  top: -6px;
	font-family: 'Montserrat';
  font-weight: normal;
  font-size: 13px;
}
.price-as-configured {
  display: inline;
}
.price-box-bundle {
  float: left;
  width: 100%;
}
.ratings {
  font-size: 100%;
  line-height: normal;
}
.ratings .amount {
  display: inline-block;
  line-height: 100%;
  margin-left: 10px;
}
.ratings .amount a {
  float: left;
}
.ratings .rating-links {
  display: inline;
  margin-left: 5px;
  line-height: 100%;
}
.ratings .rating-links a {
  padding: 0 5px;
}
.ratings .rating-links span {
  font-size: 11px;
}
.rating-box {
  background: url("http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/bkg_rating.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 0;
  height: 14px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 64px;
  margin: 0;
  display: inline-block;
}
.rating-box .rating {
  background: url("http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/bkg_rating.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
  float: left;
  height: 14px;
}
.no-rating {
  background: url("http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/bkg_rating.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 0;
  height: 14px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 64px;
  margin: 0;
  display: inline-block;
}
.no-rating a {
  background: url("http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/bkg_rating.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
  float: left;
  height: 14px;
  width: 0;
}
.header .header-cart {
  float: right;
  margin-left: 5px;
  position: relative;
}
.header .header-cart .header-cart-title {
  position: relative;
  background: url(../images/sprite.png) 0 35px !important;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  margin: 6px 0 0 6px;
  padding: 0;
  display: inline-block;
}
.header .header-cart .header-cart-title:before {
  position: absolute;
  content: "";
  bottom: -30px;
  height: 50px;
  width: 30px;
  background: transparent;
  z-index: 2;
}
.header .header-cart .header-cart-title .header-cart-text .title,
.header .header-cart .header-cart-title .header-cart-text .items-txt,
.header .header-cart .header-cart-title .header-cart-text .total_price {
  display: none;
}
.header .header-cart .header-cart-title .header-cart-text .badge {
  width: 24px;
  height: 24px;
  padding: 0;
  top: 20px;
  right: -20px;
  background: #d20043;
  border: 1px solid transparent;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
  line-height: 20px;
}
.header .header-cart .header-cart-title:hover {
  cursor: pointer;
}
.header .header-cart:hover .header-cart-content {
  display: block;
}
.header .header-cart .header-cart-content {
  display: none;
  padding: 0;
  background: #fff;
  width: 300px;
  float: right;
  position: absolute;
  top: 50px;
  right: -20px;
  z-index: 9;
  border: 1px solid #e5e5e5;
}
.header .header-cart .header-cart-content:hover {
  display: block;
}
.header .header-cart .header-cart-content .mini-products-list {
  list-style: none;
  max-height: 340px;
  overflow-y: auto;
  padding: 20px 20px 0;
}
.header .header-cart .header-cart-content .mini-products-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.header .header-cart .header-cart-content .mini-products-list li:last-child {
  margin-bottom: 0;
  border: none;
}
.header .header-cart .header-cart-content .mini-products-list li .product-image {
  float: left;
  margin: 0 10px 10px 0;
}
.header .header-cart .header-cart-content .mini-products-list li .product-details .product-name {
  line-height: 100%;
  margin-bottom: 8px;
  text-transform: none;
}
.header .header-cart .header-cart-content .mini-products-list li .product-details .product-icon {
  display: block;
  margin-top: 3px;
}
.header .header-cart .header-cart-content .mini-products-list li .product-details .product-icon .btn-remove,
.header .header-cart .header-cart-content .mini-products-list li .product-details .product-icon .btn-edit {
  float: left;
  margin-right: 5px;
}
.header .header-cart .header-cart-content .mini-products-list li .product-details .product-qty {
  float: left;
  margin-right: 5px;
}
.header .header-cart .header-cart-content .mini-products-list li .product-details .price {
  float: none;
  color: #d20043;
  margin-top: 5px;
  font-weight: bold;
}
.header .header-cart .header-cart-content .mini-products-list li .product-details .truncated {
  display: block;
  margin-top: 5px;
}
.header .header-cart .header-cart-content .mini-products-list li .product-details .truncated .item-options {
  margin: 0;
}
.header .header-cart .header-cart-content .summary {
  padding: 10px 20px 0;
}
.header .header-cart .header-cart-content .summary .summary-inner {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  line-height: 100%;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
}
.header .header-cart .header-cart-content .summary .summary-inner p {
  margin: 0;
}
.header .header-cart .header-cart-content .summary .summary-inner p.subtotal span {
  font-size: 114.29%;
  padding: 0;
  color: #333;
}
.header .header-cart .header-cart-content .summary .summary-inner p.subtotal span.price {
  color: #d20043;
  float: right;
  font-size: 114.29%;
}
.header .header-cart .header-cart-content .actions {
  display: table;
  margin: 0 auto;
  border-top: none;
  padding: 0 0 20px;
}
.header .header-cart .header-cart-content .actions .button {
  float: right;
  margin: 0 5px;
}
.header .header-cart .header-cart-content .empty {
  padding: 20px;
  text-align: center;
  border: none;
  border-top: 0;
  margin: 0;
}
.cart ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart form {
  clear: both;
}
.cart .cart-table {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.cart .cart-table .btn-update,
.cart .cart-table .btn-empty {
  float: right;
  margin-left: 10px;
}
.cart .cart-table input {
  text-align: center;
}
.cart .cart-collaterals .crosssell {
  border: 1px solid #e5e5e5;
  padding: 15px;
  width: 100%;
  margin-top: 20px;
  float: left;
}
.cart .cart-collaterals .crosssell h2 {
  font-size: 100%;
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.cart .cart-collaterals .crosssell .item {
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.cart .cart-collaterals .crosssell .item.last {
  margin: 0;
  padding: 0;
  border: none;
}
.cart .cart-collaterals .crosssell .item .product-image {
  float: left;
}
.cart .cart-collaterals .crosssell .item .product-name {
  margin-bottom: 10px;
}
.cart .cart-collaterals .crosssell .item .product-details {
  margin-left: 90px;
}
.cart .cart-collaterals .crosssell .item .product-details .btn-cart {
  margin-bottom: 5px;
  display: inherit;
  margin-top: 10px;
  display: inline;
}
.cart .cart-collaterals .crosssell .item .add-to-links .separator {
  display: none;
}
.cart .cart-collaterals .totals,
.cart .cart-collaterals #discount-coupon-form,
.cart .cart-collaterals .shipping {
  border: 2px solid #E9E9E9;
  padding: 15px;
  width: 100%;
  margin-top: 20px;
  float: left;
}
.cart .cart-collaterals .totals .input-text,
.cart .cart-collaterals #discount-coupon-form .input-text,
.cart .cart-collaterals .shipping .input-text {
  background: #F1F1F1;
}
.cart .cart-collaterals .totals .buttons-set,
.cart .cart-collaterals #discount-coupon-form .buttons-set,
.cart .cart-collaterals .shipping .buttons-set {
  margin: 10px 0 0;
  padding: 0;
}
.cart .cart-collaterals .totals p,
.cart .cart-collaterals #discount-coupon-form p,
.cart .cart-collaterals .shipping p {
  margin: 0 0 10px 0;
}
.cart .cart-collaterals .totals h2,
.cart .cart-collaterals #discount-coupon-form h2,
.cart .cart-collaterals .shipping h2 {
  font-size: 108%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.cart .cart-collaterals .totals select,
.cart .cart-collaterals #discount-coupon-form select,
.cart .cart-collaterals .shipping select,
.cart .cart-collaterals .totals input,
.cart .cart-collaterals #discount-coupon-form input,
.cart .cart-collaterals .shipping input {
  width: 100%;
}
.cart .cart-collaterals .totals input.radio,
.cart .cart-collaterals #discount-coupon-form input.radio,
.cart .cart-collaterals .shipping input.radio {
  width: auto;
  margin-top: 3px;
}

.cart .cart-collaterals .totals,
.cart .cart-collaterals #discount-coupon-form2,
.cart .cart-collaterals .shipping {
  border: 2px solid #E9E9E9;
  padding: 15px;
  width: 100%;
  margin-top: 20px;
  float: left;
}
.cart .cart-collaterals .totals .input-text,
.cart .cart-collaterals #discount-coupon-form2 .input-text,
.cart .cart-collaterals .shipping .input-text {
  background: #F1F1F1;
}
.cart .cart-collaterals .totals .buttons-set,
.cart .cart-collaterals #discount-coupon-form2 .buttons-set,
.cart .cart-collaterals .shipping .buttons-set {
  margin: 10px 0 0;
  padding: 0;
}
.cart .cart-collaterals .totals p,
.cart .cart-collaterals #discount-coupon-form2 p,
.cart .cart-collaterals .shipping p {
  margin: 0 0 10px 0;
}
.cart .cart-collaterals .totals h2,
.cart .cart-collaterals #discount-coupon-form2 h2,
.cart .cart-collaterals .shipping h2 {
  font-size: 108%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.cart .cart-collaterals .totals select,
.cart .cart-collaterals #discount-coupon-form2 select,
.cart .cart-collaterals .shipping select,
.cart .cart-collaterals .totals input,
.cart .cart-collaterals #discount-coupon-form2 input,
.cart .cart-collaterals .shipping input {
  width: 100%;
}
.cart .cart-collaterals .totals input.radio,
.cart .cart-collaterals #discount-coupon-form2 input.radio,
.cart .cart-collaterals .shipping input.radio {
  width: auto;
  margin-top: 3px;
}
.cart .cart-collaterals .totals table {
  float: right;
  text-align: right;
  width: 100%;
}
.cart .cart-collaterals .totals table td {
  padding: 15px 0 0;
}
.cart .cart-collaterals .totals table tfoot td {
  color: #D20042;
  font-size: 20px;
}
.cart .cart-collaterals .totals table .a-right {
  text-align: initial;
}
.cart .shipping-form .sp-methods label {
  max-width: 90%;
  margin: 0;
  line-height: 22px;
  font-weight: normal;
}
.cart .cart-collaterals .totals .checkout-types {
  text-align: right;
  float: right;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #666666;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  background-image: url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/fancybox_sprite.png');
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-prev span,
  .fancybox-next span {
  background-image: url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/fancybox_sprite@2x.png');
  background-size: 44px 152px;
  /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
  background-image: url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/fancybox_loading@2x.gif');
  background-size: 24px 24px;
  /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*css button*/
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/fancybox/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  /*border: 2px solid @theme-color;
  margin:0 0 1px 1px; 
  background-color:#fff;*/
  cursor: move;
  display: none;
}
/* This is for the title text. */
.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
  display: none;
}
/* This is the zoom window. */
.cloud-zoom-big {
  /*margin-top: 3px;
  border:3px solid #ccc;*/
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.configurable-swatch-list:before,
.product-view .product-options .swatch-attr:before,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: " ";
  display: table;
}
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  clear: both;
}
/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
}
.swatch-link {
  border: 1px solid #ccc;
  margin: 0 0 3px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(http://127.0.0.1:8080/afghan-16/skin/frontend/pt_focus/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
}
.configurable-swatch-list {
  clear: both;
}
.configurable-swatch-list li {
  float: left;
  margin: 0 5px 0 0;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd.Color .label-image,
#narrow-by-list dd.color .label-image {
  font-size: 0;
}
#narrow-by-list dd .configurable-swatch-list li {
  margin: 10px 0 0 0;
  width: 100%;
}

#narrow-by-list dd .configurable-swatch-list li.active {
  font-weight:bold;
}

#narrow-by-list dd .swatch-link {
  border: none;
  margin-right: 2px;
  text-align: left;
  font-size: 100%;
  width: 100% !important;
}
#narrow-by-list dd .swatch-link .item-count {
  color: #666;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-label {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  border: none;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #ebebeb;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
  width: 80% !important;
  display: block;
  float: left;
  margin-left: 5px;
}

#narrow-by-list dd .swatch-link > checkbox {
	
}

@media all and (max-width: 991px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
  clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #ccc;
  cursor: default;
}
/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #d20043;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: none;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
  float: right;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}
#search_mini_form {
  float: right;
  position: relative;
  background: #54524e;
  z-index: 1;
}
#search_mini_form:hover {
  cursor: pointer;
}
#search_mini_form:hover input {
  display: block;
}
#search_mini_form:hover .icon-seach {
  z-index: -1;
}
#search_mini_form .icon-seach {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: transparent;
  z-index: 1;
}
#search_mini_form input {
  border: none;
  float: left;
  padding: 3px 10px;
  width: 200px;
  height: 41px;
  box-shadow: none;
  background: #54524e;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  position: absolute;
  z-index: 0;
  right: 20px;
  top: 0;
}
#search_mini_form button {
  background: url(../images/sprite.png) -30px 43px;
  width: 20px;
  height: 41px;
  float: left;
  padding: 0;
  border: none;
  background-color: #54524e;
  margin-right: 8px;
  z-index: 2;
  position: relative;
}
#search_mini_form button span {
  font-size: 0;
}
.category-search-form #search_mini_form {
  float: left;
  position: relative;
  background: #fff;
  width: 100%;
}
.category-search-form #search_mini_form:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 50px;
  left: 0;
  background: #d9d9d9;
  height: 1px;
  width: auto;
}
.category-search-form #search_mini_form .jqTransformHidden {
  display: none;
}
.category-search-form #search_mini_form .jqTransformSelectWrapper {
  color: #999;
  height: 50px;
  border-bottom: 1px solid #d9d9d9;
  border-right: none;
  font-size: 85.71%;
  float: left;
  width: 182px !important;
}
.category-search-form #search_mini_form .jqTransformSelectWrapper > div {
  height: 50px;
  padding: 13px 20px;
  position: relative;
  overflow: hidden;
}
.category-search-form #search_mini_form .jqTransformSelectWrapper > div span {
  white-space: nowrap;
}
.category-search-form #search_mini_form .jqTransformSelectWrapper > div > a {
  color: #999;
}
.category-search-form #search_mini_form .jqTransformSelectWrapper .jqTransformSelectOpen:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f107";
  float: right;
  position: absolute;
  right: 15px;
  color: #999;
}
.category-search-form #search_mini_form .jqTransformSelectWrapper ul {
  padding: 5px 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 400px;
  overflow: auto;
  position: relative;
  z-index: 9;
  margin: -1px 0 0 0;
  width: 183px !important;
}
.category-search-form #search_mini_form .jqTransformSelectWrapper ul li {
  margin: 7px 0;
}
.category-search-form #search_mini_form .jqTransformInputWrapper {
  float: left;
  height: 50px;
  border-bottom: 1px solid #d9d9d9;
  width: 400px !important;
}
.category-search-form #search_mini_form .jqTransformInputWrapper input {
  width: 440px;
  height: 50px;
  border-left: 1px solid #d9d9d9;
}
.category-search-form #search_mini_form button {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #d20043;
  padding: 12px 0;
  text-align: center;
  float: right;
}
.search-autocomplete {
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: block !important;
}
.search-autocomplete li {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 16px;
}
.search-autocomplete li .amount {
  padding-right: 5px;
}
.search-autocomplete li:hover {
  background: #d20043;
  cursor: pointer;
  color: #fff;
}
.category-image {
  margin-bottom: 30px;
}
.category-image img {
  max-width: 100%;
}
.category-description {
  margin-bottom: 30px;
}
.category-description img {
  width: 100%;
}
.item-cwc-wrap {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.item-cwc-wrap .item-cwc-inner {
  float: left;
  width: 100%;
}
.sidebar .pt-products.pt-products-left .item .product-image {
  width: 135px;
  display: inline-block;
  float: left;
  border: none;
  margin-right: 15px;
}
.sidebar .pt-products.pt-products-left .item .product-info {
  width: 120px;
  display: inline-block;
  float: left;
}
.sidebar .pt-products.pt-products-left .item .product-info .price-box {
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.sidebar .pt-products.pt-products-left .item .product-info .item-addcart {
  display: inline-block;
  margin: 5px 0 0;
}
.sidebar .pt-products.pt-products-left .item .product-info .item-addcart a {
  display: inline-block;
  border: none;
  line-height: 34px;
  font-weight: bold;
  font-size: 13px;
}
.sidebar .pt-products.pt-products-left .item:hover .product-info .item-wishlist a {
  margin: 0;
  background: #ebebeb;
  border: 1px solid #cfcfcf;
  color: #cdcdcd;
}
.sidebar .pt-products.pt-products-left .item:hover .product-info .item-wishlist a:hover {
  background: #D20042;
  border: 1px solid #D20042;
  color: #fff;
}
.sidebar .pt-products.pt-products-left .item .product-info .item-wishlist a {
  margin: 0;
  background: #ebebeb;
  border: 1px solid #cfcfcf;
  color: #cdcdcd;
}
.sidebar .pt-products.pt-products-left .item:hover .product-info .item-wishlist a {
  margin: 0;
  background: #ebebeb;
  border: 1px solid #cfcfcf;
  color: #cdcdcd;
}
.sidebar .pt-products.pt-products-left .item:hover .product-info .item-wishlist a:hover {
  background: #D20042;
  border: 1px solid #D20042;
  color: #fff;
}
.products-grid .item-cwc-wrap .item-compare,
.products-grid .item-cwc-wrap .item-wishlist,
.pt-products-home .item-compare,
.pt-products-home .item-wishlist {
  display: none;
}
.item-quickview {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 3;
  height: 46px;
  width: 46px;
  text-align: center;
  padding: 22px 0;
  overflow: hidden;
  color: #fff;
  display: none;
  text-align: right;
}
.item-quickview:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-bottom: 46px solid #222222;
  border-left: 46px solid transparent;
}
.item-quickview a {
  color: #fff;
  z-index: 4;
  line-height: normal;
  font-size: 0;
  position: absolute;
  bottom: 5px;
  right: 7px;
}
.item-quickview a:before {
  content: "\f06e";
  font-family: FontAwesome;
  text-indent: 0;
  font-size: 14px;
}
.item-quickview a:hover {
  color: #fff;
}
.email-friend,
.item-compare,
.item-wishlist {
  float: left;
}
.email-friend a,
.item-compare a,
.item-wishlist a {
  display: block;
  text-indent: -999em;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  color: #999999;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-left: 5px;
}
.email-friend a:hover,
.item-compare a:hover,
.item-wishlist a:hover {
  background: #222222;
  color: #fff;
  border: 1px solid #222222;
}
.email-friend a:before,
.item-compare a:before,
.item-wishlist a:before {
  content: "\f004";
  font-family: FontAwesome;
  display: block;
  text-indent: 0;
  font-size: 12px;
}
.email-friend a:before {
  content: "\f003";
}
.item-compare a:before {
  content: "\f02b";
  font-size: 13px;
}
.item-addcart {
  float: left;
}
.item-addcart .button,
.item-addcart a {
  width: auto;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  overflow: hidden;
  color: #fff;
  background: #d20043;
  float: left;
  padding: 0 27px;
  font-weight: 600;
  font-size: 84.62%;
  letter-spacing: 1px;
  margin: 0;
}
.item-addcart .button:hover,
.item-addcart a:hover,
.item-addcart .button:focus,
.item-addcart a:focus {
  background: #222222;
  color: #fff;
  border: 1px solid #222222;
}
/*products grid*/
.products-grid {
  padding: 0;
  float: left;
  width: 100%;
}
.products-grid .item,
.pt-products-home .item {
  float: left;
}

.catalog-category-view .products-grid .item {
  float: left;
  margin-bottom:30px;
}

.catalogsearch-result-index .products-grid .item {
  float: left;
  margin-bottom:30px;
}

.products-grid .item .item-inner,
.pt-products-home .item .item-inner {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.catalog-category-view .item .item-inner {
  text-align: center;
  min-height: 540px;
}
.catalog-category-view .item.special:hover .item-inner {
  border-bottom: 1px solid #d20043;
}

.catalogsearch-result-index .item .item-inner {
  text-align: center;
  min-height: 560px;
}
.catalogsearch-result-index.item.special:hover .item-inner {
  border-bottom: 1px solid #d20043;
}


.cms-home .tabs-container .item:hover .item-inner{
  border-bottom: 1px solid #d20043;
}

.products-grid .owl-carousel .item .item-inner{
  padding-bottom: 0;
  width: 570px;
  max-width: 100%;
}
.cms-home .tabs-container .item .item-inner,
.pt-products-home .item .item-inner {
  border-bottom: 1px solid #f1f1f1;
}

.cms-home .tabs-container .price-box .price {
  color: #fff;
  font-size: 107.69%;
  font-family: 'Montserrat';
}

.cms-home .tabs-container .item:hover .ref {   
  opacity: 1;
}
.cms-home .tabs-container .item.special:hover .item-inner,
.catalog-category-view .tabs-container .item.special:hover .item-inner,
.catalogsearch-result-index .tabs-container .item.special:hover .item-inner,
.pt-products-home .item.special:hover .item-inner {
  border-bottom: 1px solid #d20043;
}
.cms-home .tabs-container .item.special .price-box,
.pt-products-home .item.special .price-box {
  background: #d20043;
}
.cms-home .tabs-container .item.special .price-box p,
.pt-products-home .item.special .price-box p,
.pt-products-home .item.special .price-box .old-price,
.cms-home .tabs-container .item.special .price-box .old-price {
  color: #fff;
}
.products-grid .item:hover .item-quickview
.pt-products-home .item:hover .item-quickview {
  display: block;
}
.products-grid .item:hover .item-cwc-wrap .item-compare,
.products-grid .item:hover .item-cwc-wrap .item-wishlist {
  display: block;
}
.products-grid .product-image,
.pt-products-home .product-image {
  position: relative;
  float: left;
  width: 100%;
  
}
.products-grid .product-image > a,
.pt-products-home .product-image > a {
  float: left;
  width: 100%;
}
.products-grid .product-image > a img,
.pt-products-home .product-image > a img {
  width: 100%;
}
.products-grid .product-info,
.pt-products-home .product-info {
  float: left;
  padding: 15px 0 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #313131;
  text-align: center;
}
.pt-products-home .product-info {
  padding: 0;
}
.products-grid .product-info .product-name,
.pt-products-home .product-info .product-name {
  display: block;
  padding: 0 0 5px;
}
.products-grid .product-info .ratings .amount,
.pt-products-home .product-info .ratings .amount {
  display: none;
}
.products-grid .configurable-swatch-list,
.pt-products-home .configurable-swatch-list {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 15px;
}
/*products list*/
.products-list {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}
.products-list .item {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.products-list .item:hover .product-image .item-quickview {
  display: block;
}
.products-list .item .product-image {
  float: left;
  position: relative;
  margin-right: 30px;
  border: 1px solid #f5f5f5;
}
.products-list .item .product-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.products-list .item .product-shop .product-name {
  font-size: 138.46%;
}
.products-list .item .product-shop .product-name a {
  display: table;
  margin: 0 0 5px;
}
.products-list .item .product-shop .no-rating {
  float: none;
}
.products-list .item .product-shop .price-box .minimal-price {
  float: none;
}
.products-list .item .product-shop .desc.std {
  margin: 20px 0 40px;
}
.products-list .item .product-shop .item-cwc-wrap {
  display: block;
  float: none;
  margin: 0;
  position: relative;
}
.products-list .item .price-box {
  float: none;
  margin-top: 3px;
  display: inline-block;
  width: auto;
}
.products-list .item .price-box .special-price {
  float: left;
  margin-right: 10px;
}
.products-list .item .configurable-swatch-list {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.flip-effect {
  position: relative;
}
.flip-effect .back,
.flip-effect .front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.flip-effect .front {
  position: relative;
  z-index: 2;
}
.flip-effect .back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-effect:hover .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 1;
}
.flip-effect:hover .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}
.flip-effect.vertical-effect .back {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-effect.vertical-effect:hover .front {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-effect.vertical-effect:hover .back {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.transform-effect {
  position: relative;
}
.transform-effect .back,
.transform-effect .front {
  -webkit-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.transform-effect .front {
  width: 100%;
  height: 100%;
}
.transform-effect .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.transform-effect:hover .back {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 2;
}
.transform-effect.skin1-effect:hover .front {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.transform-effect.skin1-effect.vertical-effect:hover .front {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.transform-effect.vertical-effect .back {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.transform-effect.vertical-effect:hover .back {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.fade-effect .front,
.fade-effect .back {
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  /*width: 100%;
    height: 100%;*/
}
.fade-effect .front {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade-effect .back {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.fade-effect:hover .front {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fade-effect:hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.pt-wrap-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pt-wrap-1 a {
  display: block;
}
.pt-wrap-1 a img {
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.pt-wrap-1 a img.hidden-slowly {
  left: 0;
  margin-left: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  visibility: hidden;
}
.pt-wrap-1 a img.hidden-slowly.hs-left {
  margin-left: 50%;
}
.pt-wrap-1 a img.hs-right {
  margin-right: 50%;
}
.pt-wrap-1 a img.enter-in {
  margin-left: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pt-wrap-1 a img.enter-in.ei-left {
  margin-left: -100%;
}
.pt-wrap-1 .pt-catalog-controls .pt-catalog-next {
  right: 0;
}
.pt-wrap-1 .pt-catalog-controls .pt-catalog-prev {
  left: 0;
}
.pt-wrap-1 .pt-catalog-controls .pt-catalog-next,
.pt-wrap-1 .pt-catalog-controls .pt-catalog-prev {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  white-space: pre;
  z-index: 3;
  box-shadow: 0 1px 1px #c3c3c3;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
  color: #666666;
  background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff2f2f2', GradientType=0);
}
.pt-wrap-1 .pt-catalog-controls .pt-catalog-next:hover,
.pt-wrap-1 .pt-catalog-controls .pt-catalog-prev:hover {
  background: #d20043;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #d79e16 0%, #cd9715 100%);
  background-image: -o-linear-gradient(top, #d79e16 0%, #cd9715 100%);
  background-image: linear-gradient(to bottom, #d79e16 0%, #cd9715 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd79e16', endColorstr='#ffcd9715', GradientType=0);
}
.item:hover .pt-wrap-1 .pt-catalog-controls .pt-catalog-next,
.item:hover .pt-wrap-1 .pt-catalog-controls .pt-catalog-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-view .product-essential .product-img-box {
  display: inline-block;
}
.product-view .product-essential .product-img-box .product-image-zoom img {
  display: none;
}
.product-view .product-essential .product-img-box .product-image {
  position: relative;
  z-index: 1;
  float:right;
  padding: 0;
}
.product-view .product-essential .product-img-box .product-image img {
  width: 100%;
  height: auto;
}
.product-view .product-essential .product-img-box .product-image .btn-popup-image {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px;
  font-size: 0;
  z-index: 9999;
  text-align: center;
  color: #999;
  line-height: normal;
  display:none;
}
.product-view .product-essential .product-img-box .product-image .btn-popup-image:before {
  font-family: FontAwesome;
  font-size: 22px;
  content: "\f047";
  color: inherit;
}
.product-view .product-essential .product-img-box .product-image .btn-popup-image:hover {
  cursor: pointer;
  color: #d20043;
}
.product-view .product-essential .owl-carousel .owl-stage {
  width: 120px !important;
}
.product-view .product-essential .more-views {
  margin-top: 10px;
  float: left;
}
.product-view .product-essential .more-views ul.more-views-slider {
  list-style: none;
}
.product-view .product-essential .more-views ul.more-views-slider li {
  float: left;
  width: 100%;
}
.product-view .product-essential .more-views ul.more-views-slider li a.cloud-zoom-gallery {
  display: block;
    margin-bottom: 12px;
}
.product-view .product-essential .more-views ul.more-views-slider li a.cloud-zoom-gallery > img {
  border: 1px solid #f5f5f5;
}
.product-view .product-essential .more-views ul.more-views-slider li a.cloud-zoom-gallery.actived > img,
.product-view .product-essential .more-views ul.more-views-slider li a.cloud-zoom-gallery:hover > img {
  
}
.product-view .product-essential .more-views ul.more-views-slider li a.cloud-zoom-gallery img {
  margin: 0 auto;
  width: 100%;
}
.product-view .product-essential .more-views .owl-controls {
  top: 50%;
  margin-top: -17px;
  right: 0;
  left: 0;
  display:none;
}
.product-view .product-essential .more-views .owl-controls .owl-nav .owl-prev {
  left: -17px;
}
.product-view .product-essential .more-views .owl-controls .owl-nav .owl-next {
  right: -17px;
}
.product-view .product-essential .product-shop {
  margin-bottom: 30px;
}
.product-view .product-essential .product-shop:before,
.product-view .product-essential .product-shop:after {
  content: " ";
  display: table;
}
.product-view .product-essential .product-shop:after {
  clear: both;
}
.product-view .product-essential .product-shop .product-name {
  font-size: 138.46%;
}
.product-view .product-essential .product-shop .product-name h1 {
  color: #333;
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-view .product-essential .product-shop .price-box {
  margin-bottom: 10px;
  margin-top: 40px;
}
.product-view .product-essential .product-shop .data-table {
  margin-bottom: 10px;
}
.product-view .product-essential .product-shop .data-table .price-box {
  margin-bottom: 0;
}
.product-view .product-essential .product-shop .data-table .price {
  font-size: 150%;
}
.product-view .product-essential .product-shop .data-table .input-text.qty {
  text-align: center;
  width: 40px;
}
.product-view .product-essential .product-shop .ratings-table {
  float: left;
  margin-bottom: 15px;
}
.product-view .product-essential .product-shop .ratings-table + .nobr {
  margin-bottom: 15px;
}
.product-view .product-essential .product-shop .availability {
  display: block;
  clear: both;
  text-transform: uppercase;
  margin-top: 30px;
  color: #d20043;
  font-weight: bold;
}

.product-view .product-essential .product-shop .grayline{
  float:left;
  height:4px;
  background-color:#ddd;
  width:75px;
  margin-top:5px
}

.product-view .product-essential .product-shop .availability span {
  font-weight: normal;
  color: initial;
}

.catalog-product-view .email-friend, .catalog-product-view .item-wishlist{
	display:inline-block;
	float:none;
}

.catalog-product-view .item-wishlist a{
  color:#d20043;
  background-color:#f6f6f6;
}

.catalog-product-view .email-friend a{
  background-color:#f6f6f6;
}

.catalog-product-view .email-friend a:hover{
  color: #d20043;
}

.product-img-box .more-views .owl-carousel .owl-item{
  width: 100% !important;	
}
.product-view .product-essential .product-shop .ratings {
  display: inline-block;
}
.product-view .product-essential .product-shop .ratings .rating-box {
  float: left;
}
.product-view .product-essential .product-shop .ratings .rating-links {
  float: left;
  margin-bottom: 0;
}
.product-view .product-essential .product-shop .no-rating {
  float: none;
  margin-bottom: 15px;
}
.product-view .product-essential .product-shop .short-description {
  margin: 15px 0 25px;
  display: inline-block;
  width: 100%;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
.product-view .product-essential .product-shop .short-description h2 {
  font-size: 100%;
  text-transform: uppercase;
  font-size: 84.62%;
  font-family: 'Montserrat';
  color: #222;
}
.product-view .product-essential .product-shop .socials-detail-wrap {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%;
}
.product-view .product-essential .product-shop .socials-detail-wrap > span {
  float: left;
  margin-right: 40px;
  color: #222;
  font-family: 'Montserrat';
  margin-top: 3px;
}
.product-view .product-essential .product-shop .socials-detail-wrap ul {
  float: left;
}
.product-view .product-essential .product-shop .socials-detail-wrap ul li {
  float: left;
  margin-right: 10px;
  line-height: 100%;
}
.product-view .product-essential .product-shop .socials-detail-wrap ul li a {
  color: #898989;
  text-align: center;
  float: left;
  font-size: 0;
  padding: 4px 0;
  width: 25px;
  height: 25px;
}
.product-view .product-essential .product-shop .socials-detail-wrap ul li a i {
  font-size: 0;
}
.product-view .product-essential .product-shop .socials-detail-wrap ul li a i:before {
  font-size: 17px;
  text-transform: uppercase;
}
.product-view .product-essential .product-shop .socials-detail-wrap ul li a:hover {
  color: #d20043;
}
.product-view .product-essential .product-options {
  margin-top: 35px;
  
}
.product-view .product-essential .product-options dt {
  margin-bottom: 5px;
}
.product-view .product-essential .product-options dl {
  margin: 0;
}
.product-view .product-essential .product-options dd {
  margin-bottom: 15px;
}
.product-view .product-essential .product-options label {
  color: #000;
  display: inline-block;
  font-weight: normal;
  line-height: 100%;
}
.product-view .product-essential .product-options .required {
  margin-bottom: 0;
  font-weight: bold;
}
.product-view .product-essential .product-options .required em {
  float: right;
  color: #eb340a;
}
.product-view .product-essential .product-options p.required {
  display: none;
}
.product-view .product-essential .product-options select {
  width: 370px;
  max-width: 100%;
  border-radius: 0;
}
.product-view .product-essential .product-options .qty-holder input {
  height: 45px;
  width: 45px;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}
.product-view .product-essential .product-options .qty-holder input:hover,
.product-view .product-essential .product-options .qty-holder input:focus {
  border: 1px solid #d20043;
}
.product-view .product-essential .product-options .options-list .label {
  font-size: 100%;
}
.product-view .product-essential .add-to-box {
  padding: 30px 0;
}
.product-view .product-essential .product-options-bottom,
.product-view .product-essential .add-to-box {
  
  width: 100%;
  
}



.product-view .product-essential .product-options-bottom .price-box,
.product-view .product-essential .add-to-box .price-box {
  display: none;
}
.product-view .product-essential .product-options-bottom .qty-wrap,
.product-view .product-essential .add-to-box .qty-wrap {
  margin-right: 10px;
  float:left;
  width:100%;
}
.product-view .product-essential .product-options-bottom .qty-wrap label,
.product-view .product-essential .add-to-box .qty-wrap label {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 10px 10px 0 0;
  color: #000;
}
.product-view .product-essential .product-options-bottom .qty-wrap input,
.product-view .product-essential .add-to-box .qty-wrap input {
  height: 42px;
  width: 40px;
  padding: 0px 2px;
  text-align: center;
  line-height: 30px;
  float: left;
  border: 1px solid #e5e5e5;
  color: #000;
}
.product-view .product-essential .product-options-bottom .qty-wrap input.quantity-controls,
.product-view .product-essential .add-to-box .qty-wrap input.quantity-controls {
  width: 32px;
  font-size: 23px;
  background: #f8f8f8;
  height: 42px;
}
.product-view .product-essential .product-options-bottom .qty-wrap input.quantity-controls:hover,
.product-view .product-essential .add-to-box .qty-wrap input.quantity-controls:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}
.product-view .product-essential .product-options-bottom .qty-wrap input.quantity-controls.quantity-minus,
.product-view .product-essential .add-to-box .qty-wrap input.quantity-controls.quantity-minus {
  border-right: none;
}
.product-view .product-essential .product-options-bottom .qty-wrap input.quantity-controls.quantity-plus,
.product-view .product-essential .add-to-box .qty-wrap input.quantity-controls.quantity-plus {
  border-left: none;
}
.product-view .product-essential .product-options-bottom .add-to-cart,
.product-view .product-essential .add-to-box .add-to-cart {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.product-view .product-essential .product-options-bottom .add-to-cart .button,
.product-view .product-essential .add-to-box .add-to-cart .button,
.product-view .product-essential .product-options-bottom .add-to-cart a,
.product-view .product-essential .add-to-box .add-to-cart a {
  background: #d20043;
  border: 1px solid #d20043;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
}
.product-view .product-essential .product-options-bottom .add-to-links,
.product-view .product-essential .add-to-box .add-to-links {
  float: left;
  margin-top: 25px;
}
.product-view .product-essential .cat-list-detail {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.product-view .product-essential .cat-list-detail label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 84.62%;
  float: left;
  margin: 1px 5px 0 0;
}
.product-view .product-essential .cat-list-detail > a {
  float: left;
  margin: 0 2px;
}
.product-view .product-tab-detail {
  float: left;
  width: 100%;
  margin: 60px 0 45px;
}
.product-view .product-tab-detail .product-tab-nav {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
}
.product-view .product-tab-detail .product-tab-nav li {
  position: relative;
  padding: 0 3px;
  font-size: 107.69%;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin: 0 21px;
  border-bottom: 1px solid transparent;
  color: #666;
  letter-spacing: 1px;
  float: left;
}
.product-view .product-tab-detail .product-tab-nav li:before {
  position: absolute;
  content: "";
  top: 4px;
  right: -21px;
  background: #d8d8d8;
  width: 2px;
  height: 11px;
}
.product-view .product-tab-detail .product-tab-nav li > a {
  color: #666;
}
.product-view .product-tab-detail .product-tab-nav li:last-child:before {
  display: none;
}
.product-view .product-tab-detail .product-tab-nav li:first-child {
  margin-left: 0;
}
.product-view .product-tab-detail .product-tab-nav li:hover,
.product-view .product-tab-detail .product-tab-nav li.active {
  border-bottom: 1px solid #d20043;
  color: #333;
  cursor: pointer;
}
.product-view .product-tab-detail .product-tab-nav li:hover > a,
.product-view .product-tab-detail .product-tab-nav li.active > a {
  color: #333;
}
.product-view .product-tab-detail .tab-content {
  padding: 25px 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-view .product-tab-detail .tab-content h2 {
  color: #000;
  font-size: 107.69%;
  font-weight: bold;
  display: inline-block;
  line-height: 100%;
  margin-bottom: 12px;
  width: 100%;
}
.product-view .product-tab-detail .tab-content .std ul {
  padding-left: 30px;
  list-style: outside;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags .product-tags li {
  display: inline;
  padding: 0 5px;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags h3 {
  font-size: 100%;
  font-weight: bold;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags .validation-advice {
  float: left;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags p {
  clear: both;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags #addTagForm {
  margin-bottom: 10px;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags #addTagForm .form-add .input-box #productTagName {
  float: left;
  padding: 6px 10px 7px;
}
.product-view .product-tab-detail .tab-content #tab_tags .box-tags #addTagForm .form-add .button {
  margin-left: 5px;
}
.product-view .product-tab-detail .tab-content #tab_reviewform .pager {
  width: 100%;
}
.product-view .product-tab-detail .tab-content #tab_reviewform .pager .amount,
.product-view .product-tab-detail .tab-content #tab_reviewform .pager label {
  margin-top: 7px;
}
.product-view .product-tab-detail .tab-content #tab_reviewform .pager ~ .pager {
  margin-bottom: 30px;
}
.product-view .product-tab-detail .tab-content #tab_reviewform .pager .limiter span {
  display: inline-block;
  margin-top: 7px;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #customer-reviews {
  display: block;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #customer-reviews dl {
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px 0;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #customer-reviews dl dd {
  margin-bottom: 15px;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #customer-reviews dt {
  font-weight: normal;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #customer-reviews .pager label,
.product-view .product-tab-detail .tab-content #tab_reviewform #customer-reviews .pager strong {
  font-weight: normal;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #review-form {
  display: inline-block;
  width: 100%;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #review-form h3 {
  font-size: 110%;
  font-weight: normal;
  line-height: normal;
  margin-top: 0;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #review-form h4 {
  font-size: 100%;
  line-height: normal;
  margin-top: 0;
  text-transform: uppercase;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #review-form .buttons-set {
  display: inline;
}
.product-view .product-tab-detail .tab-content #tab_reviewform #product-review-table td input[type="radio"] {
  margin-left: 49%;
}
.product-view .product-tab-detail .tab-content #tab_reviewform .form-list {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.product-view .product-tab-detail .tab-content #tab_reviewform .form-list textarea {
  width: 100%;
}
.product-view .product-tab-detail .tab-content #tab_additional .label {
  font-size: 100%;
  font-weight: normal;
  border: none;
  color: #666;
  line-height: 18px;
  float: left;
}
.product-view .product-tab-detail .tab-content #tab_custom ul {
  padding-left: 30px;
  list-style: outside;
}
.product-view .upsell-related-wrap {
  display: inline-block;
  width: 100%;
}
.product-view .upsell-related-wrap .upsell-related-tab {
  float: left;
  width: 100%;
  margin-bottom: 27px;
}
.product-view .upsell-related-wrap .upsell-related-tab li {
  position: relative;
  padding: 0 3px;
  font-size: 107.69%;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin: 0 21px;
  border-bottom: 1px solid transparent;
  color: #666;
  letter-spacing: 1px;
  float: left;
  line-height: 100%;
}
.product-view .upsell-related-wrap .upsell-related-tab li:before {
  position: absolute;
  content: "";
  top: 4px;
  right: -21px;
  background: #d8d8d8;
  width: 2px;
  height: 11px;
}
.product-view .upsell-related-wrap .upsell-related-tab li > a {
  color: #666;
}
.product-view .upsell-related-wrap .upsell-related-tab li:last-child:before {
  display: none;
}
.product-view .upsell-related-wrap .upsell-related-tab li:first-child {
  margin-left: 0;
}
.product-view .upsell-related-wrap .upsell-related-tab li:hover,
.product-view .upsell-related-wrap .upsell-related-tab li.active {
  border-bottom: 1px solid #d20043;
  color: #333;
  cursor: pointer;
}
.product-view .upsell-related-wrap .upsell-related-tab li:hover > a,
.product-view .upsell-related-wrap .upsell-related-tab li.active > a {
  color: #333;
}
.product-view .box-up-sell,
.product-view .block-related {
  position: relative;
}
.product-view .box-up-sell .block-title,
.product-view .block-related .block-title {
  padding: 0;
}
.product-view .box-up-sell .block-title:before,
.product-view .block-related .block-title:before {
  background: none;
}
.product-view .box-up-sell .block-title strong,
.product-view .block-related .block-title strong {
  font-size: 107.69%;
  font-weight: normal;
}
.product-view .box-up-sell .products-grid,
.product-view .block-related .products-grid {
  margin-bottom: 0;
}
.product-view .box-up-sell:before,
.product-view .block-related:before,
.product-view .box-up-sell:after,
.product-view .block-related:after {
  content: " ";
  display: table;
}
.product-view .box-up-sell:after,
.product-view .block-related:after {
  clear: both;
}
.product-view .box-up-sell:hover .owl-controls,
.product-view .block-related:hover .owl-controls {
  display: block;
}
.product-view .box-up-sell .owl-controls,
.product-view .block-related .owl-controls {
  margin-top: -54px;
}
.product-view .tab-content {
  float: left;
  width: 100%;
}
/*checkout one page*/
#checkout-progress-wrapper .block-content dt {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin-top: 10px;
}
#checkout-progress-wrapper .block-content dd {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
#checkout-progress-wrapper .block-content dd .complete {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
#checkout-progress-wrapper .block-content dd address,
#checkout-progress-wrapper .block-content dd p {
  margin: 0;
}
#checkoutSteps {
  /* Content Columns */
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
  /*step checkout content*/
}
#checkoutSteps .fields .field select {
  width: 240px;
}
#checkoutSteps .buttons-set {
  margin-top: 0;
  padding-top: 20px;
}
#checkoutSteps .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
#checkoutSteps .sp-methods input.cvv {
  width: 50px;
  margin-right: 10px;
  float: left;
}
#checkoutSteps .sp-methods .cvv-what-is-this {
  line-height: 250%;
}
#checkoutSteps .sp-methods dt {
  margin-bottom: 5px;
}
#checkoutSteps #checkout-shipping-method-load label {
  font-weight: normal;
}
#checkoutSteps #checkout-shipping-method-load dd {
  margin-bottom: 20px;
}
#checkoutSteps #onepage-checkout-shipping-method-additional-load .gift-messages h3 {
  font-size: 100%;
}
#checkoutSteps .month.validate-cc-exp.required-entry {
  float: left;
  margin-right: 5px;
}
#checkoutSteps .col2-set {
  float: left;
  width: 100%;
}
#checkoutSteps .col2-set .col-1 {
  float: left;
  width: 48.5%;
}
#checkoutSteps .col2-set .col-2 {
  float: right;
  width: 48.5%;
}
#checkoutSteps .col2-set .col-narrow {
  width: 32%;
}
#checkoutSteps .col2-set .col-wide {
  width: 65%;
}
#checkoutSteps .col3-set .col-1 {
  float: left;
  width: 32%;
}
#checkoutSteps .col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
#checkoutSteps .col3-set .col-3 {
  float: right;
  width: 32%;
}
#checkoutSteps .col4-set .col-1 {
  float: left;
  width: 23.5%;
}
#checkoutSteps .col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
#checkoutSteps .col4-set .col-3 {
  float: left;
  width: 23.5%;
}
#checkoutSteps .col4-set .col-4 {
  float: right;
  width: 23.5%;
}
#checkoutSteps ol,
#checkoutSteps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#checkoutSteps > li {
  position: relative;
  margin-bottom: 1px;
  float: left;
  width: 100%;
}
#checkoutSteps > li .step-title {
  background: #505050;
  line-height: 1.4;
  padding: 8px 10px;
  border: none;
  cursor: pointer;
}
#checkoutSteps > li .step-title a {
  display: none;
}
#checkoutSteps > li .step-title .number {
  font-weight: bold;
  float: left;
  margin-right: 10px;
  font-size: 100%;
  line-height: 100%;
  background: #fff;
  padding: 2px 5px;
  width: 17px;
  height: 16px;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
}
#checkoutSteps > li .step-title h2 {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
#checkoutSteps > li > div {
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
  float: left;
  width: 100%;
}
#checkoutSteps > li.active .step-title,
#checkoutSteps > li:hover .step-title {
  background: #d20043;
}
#checkoutSteps #opc-login h4 {
  font-size: 100%;
  font-weight: bold;
}
#checkoutSteps #opc-login h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: bold;
  font-size: 108%;
}
/*Multi checkout*/
.checkout-progress {
  margin: 0 0 20px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.checkout-progress li {
  border-top: 10px solid #777777;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 2px 0 0;
  text-align: center;
  width: 20%;
  position: relative;
}
.checkout-progress li.active {
  border-top-color: #d20043;
  color: #d20043;
}
.checkout-progress li:before,
.checkout-progress li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  top: -10px;
  right: 0;
  background: #fff;
}
.checkout-progress li:before {
  right: auto;
  left: 0;
}
.multiple-checkout {
  /* Content Columns */
}
.multiple-checkout .col2-set {
  float: left;
  width: 100%;
}
.multiple-checkout .col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.multiple-checkout .col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.multiple-checkout .col2-set .col-narrow {
  width: 32%;
}
.multiple-checkout .col2-set .col-wide {
  width: 65%;
}
.multiple-checkout .col3-set .col-1 {
  float: left;
  width: 32%;
}
.multiple-checkout .col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.multiple-checkout .col3-set .col-3 {
  float: right;
  width: 32%;
}
.multiple-checkout .col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.multiple-checkout .col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.multiple-checkout .col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.multiple-checkout .col4-set .col-4 {
  float: right;
  width: 23.5%;
}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  border: 1px solid #e5e5e5;
  margin: 0 0 25px;
  padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
  background: none repeat scroll 0 0 #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  margin: -20px -20px 15px;
  padding: 7px 10px;
  position: relative;
}
.multiple-checkout h2 {
  font-size: 108%;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 108%;
  font-weight: bold;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  overflow: hidden;
  text-align: right;
}
.multiple-checkout .place-order .grand-total big {
  font-weight: bold;
}
.multiple-checkout .place-order .please-wait {
  padding: 25px 10px 0 0;
}
.checkout-multishipping-shipping .box-sp-methods {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 13px;
  position: relative;
}
.sp-methods select.month {
  float: left;
  margin-right: 5px;
}
/*login*/
.account-login h2,
.account-create h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}
.account-login .content {
  min-height: 230px;
}
.account-login .col2-set {
  float: left;
  width: 100%;
}
.account-login .col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.account-login .col2-set .col-2 {
  
}
.account-login .col2-set .col-narrow {
  width: 32%;
}
.account-login .col2-set .col-wide {
  width: 65%;
}
.account-login .col3-set .col-1 {
  float: left;
  width: 32%;
}
.account-login .col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.account-login .col3-set .col-3 {
  float: right;
  width: 32%;
}
.account-login .col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.account-login .col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.account-login .col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.account-login .col4-set .col-4 {
  float: right;
  width: 23.5%;
}
/*block account*/
.block-account .block-title {
  margin-bottom: 20px;
}
.block-account .block-content {
  padding: 0;
}
.block-account .block-content li {
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  position: relative;
}
.block-account .block-content li:last-child {
  border: none;
}
/*account*/
.my-account .col2-set {
  float: left;
  width: 100%;
}
.my-account .col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.my-account .col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.my-account .col2-set .col-narrow {
  width: 32%;
}
.my-account .col2-set .col-wide {
  width: 65%;
}
.my-account .col3-set .col-1 {
  float: left;
  width: 32%;
}
.my-account .col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.my-account .col3-set .col-3 {
  float: right;
  width: 32%;
}
.my-account .col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.my-account .col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.my-account .col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.my-account .col4-set .col-4 {
  float: right;
  width: 23.5%;
}
.my-account .box-account {
  border: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding: 15px;
  float: left;
  width: 100%;
}
.my-account .box-account .box-head {
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0 25px;
  padding-bottom: 15px;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.my-account .box-account .box-head h2 {
  font-size: 100%;
  text-transform: uppercase;
  margin: 0;
  float: left;
  font-weight: bold;
  color: #313131;
}
.my-account .my-wishlist .product-name {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.my-account .my-wishlist textarea {
  width: 100%;
}
.my-account .my-wishlist .button.btn-cart {
  margin: 10px 0;
}
.my-account .my-wishlist .price-box {
  margin-bottom: 10px;
}
.my-account .pager {
  margin: 15px 0;
  width: 100%;
  position: relative;
}
.btn-remove,
.btn-remove2 {
  background: none;
  font-size: 0;
}
.btn-remove:before,
.btn-remove2:before {
  font-family: FontAwesome;
  content: "\f00d";
  top: 5px;
  left: 0;
  font-size: 14px;
  color: #c5c5c5;
}
.btn-remove:hover:before,
.btn-remove2:hover:before {
  color: #d20043;
}
.btn-edit {
  background: none;
  font-size: 0;
}
.btn-edit:before {
  font-family: FontAwesome;
  content: "\f040";
  top: 5px;
  left: 0;
  font-size: 13px;
  color: #c5c5c5;
}
.btn-edit:hover:before {
  color: #d20043;
}
.button {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  padding: 0 20px;
  height: 33px;
  border: none;
  background: #fff;
  color: #444;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  letter-spacing: 1px;
}
.discount-form .button,
.shipping-form .button {
  height: 34px;
  background: #444;
  border: none !important;
  color: #fff;
}
.button:hover,
.button:focus {
  background: #222222;
  color: #fff;
  border: 2px solid #222222;
}
.button.btn-continue {
  float: left;
}
.page-title {
  font-size: 138.46%;
  font-family: 'Montserrat';
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
}
.page-title h1 {
  font-weight: normal;
  float: left;
  font-size: 100%;
  margin: 0;
  line-height: 100%;
}
.page-title .link-reorder,
.page-title .separator,
.page-title .link-print {
  font-size: 13px;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
.title-buttons span span {
  font-size: 12px;
  float: left;
  line-height: 100%;
}
.sale-product,
.new-product {
  background: #333;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 0;
  text-align: center;
  padding: 5px;
  line-height: normal;
  z-index: 4;
}
.sale-product {
  min-height: 40px;
  left: 204px;
  width: 45px;
  background: #d20043;
}
.cms-index-index .main-container {
  padding-top: 0;
}
.block-subscribe-popup {
  width: 890px;
  height: 302px;
  padding: 45px;
  display: none;
  background: url(../images/bg-popup.jpg) no-repeat top center / cover;
  background-size: auto;
}
.block-subscribe-popup #newsletter-validate-detail-popup {
  display: inline-block;
  width: 100%;
}
.block-subscribe-popup #newsletter-validate-detail-popup .block-content-subscribe {
  float: left;
  width: 100%;
}
.block-subscribe-popup #newsletter-validate-detail-popup .form-subscribe-header {
  float: left;
}
.block-subscribe-popup #newsletter-validate-detail-popup .form-subscribe-header span {
  font-size: 138.46%;
  color: #d20043;
  font-weight: bold;
  text-transform: uppercase;
}
.block-subscribe-popup #newsletter-validate-detail-popup .form-subscribe-header label {
  margin: 5px 0 25px;
  font-size: 169.23%;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.block-subscribe-popup #newsletter-validate-detail-popup .input-box input {
  height: 45px;
  width: 360px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 3px #ccc;
}
.block-subscribe-popup #newsletter-validate-detail-popup .actions {
  margin-top: 20px;
}
.block-subscribe-popup #newsletter-validate-detail-popup .actions .button {
  height: 36px;
  padding: 4px 25px;
  background: #222;
  color: #fff;
  border: none;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social {
  float: left;
  margin-top: 15px;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul {
  float: left;
  width: 30px;
  margin-right: 50px;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul li {
  float: left;
  margin: 5px 0;
  line-height: 100%;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul li a {
  color: #fff;
  text-align: center;
  float: left;
  font-size: 0;
  padding: 6px 0;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #d4d4d4;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul li a i {
  font-size: 0;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul li a i:before {
  font-size: 12px;
  text-transform: uppercase;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul li a:hover {
  background: #222222;
  color: #fff;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-dontshow {
  margin: 15px 0 0;
  font-weight: normal;
  float: left;
  color: #222;
}
.block-subscribe-popup #newsletter-validate-detail-popup .subscribe-dontshow input {
  margin-top: 1px;
}
.owl-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  float: left;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  color: #6a6a6a;
  background: #f8f8f8;
  position: absolute;
}
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover {
  background: #222222;
  color: #fff;
}
.owl-controls .owl-nav .owl-prev:before,
.owl-controls .owl-nav .owl-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  line-height: inherit;
}
.owl-controls .owl-nav .owl-prev {
  right: 44px;
}
.owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.main-container {
  padding-top: 50px;
}
.main-container .block-banner img {
  max-width: 100%;
}
.main-container .block-banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main-container .block-latest-blog {
  padding-bottom: 55px;
  border-bottom: 1px solid #e5e5e5;
}
.main-container .block-latest-blog .owl-controls {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
.main-container .block-latest-blog .post-item {
  float: left;
  width: 100%;
}
.main-container .block-latest-blog .post-item .post-thumbnail {
  position: relative;
  width: 100%;
  height: 330px;
}
.main-container .block-latest-blog .post-item .post-thumbnail img {
  width: 100%;
  height: 330px;
}
.main-container .block-latest-blog .post-item .post-thumbnail .postContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  width: auto;
  height: auto;
  padding: 35px 25px;
  z-index: 1;
  color: #555;
  display: none;
}
.main-container .block-latest-blog .post-item .post-thumbnail .postContent .aw-blog-read-more {
  display: inline-block;
  border: 1px solid #a1a1a1;
  padding: 5px 20px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat';
  font-size: 84.62%;
  margin-top: 15px;
}
.main-container .block-latest-blog .post-item .post-thumbnail .postContent .aw-blog-read-more:hover {
  border: 1px solid #222;
  background: #222;
  color: #fff;
}
.main-container .block-latest-blog .post-item .post-thumbnail .postContent:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: -1;
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 25px;
  z-index: 1;
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: -1;
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title > a {
  font-size: 100%;
  text-transform: uppercase;
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: bold;
  letter-spacing: 1px;
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title > span {
  float: left;
  width: 100%;
  font-size: 100%;
  text-transform: uppercase;
  color: #d20043;
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title > span > span {
  position: relative;
  padding-right: 11px;
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title > span > span:before {
  position: absolute;
  content: "";
  top: 4px;
  right: 3px;
  background: #d20043;
  width: 1px;
  height: 10px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title > span > span.year {
  padding-right: 0;
}
.main-container .block-latest-blog .post-item .post-thumbnail .post-title > span > span.year:before {
  display: none;
}
.main-container .block-latest-blog .post-item .postInfo {
  float: left;
  background: #f4f4f4;
  padding: 10px 20px;
  width: 100%;
}
.main-container .block-latest-blog .post-item .postInfo .postInfo-user {
  padding-right: 21px;
  position: relative;
}
.main-container .block-latest-blog .post-item .postInfo .postInfo-user:before {
  position: absolute;
  content: "";
  top: 3px;
  right: 10px;
  background: #e5e5e5;
  width: 1px;
  height: 12px;
}
.main-container .block-latest-blog .post-item .postInfo .fa {
  font-size: 12px;
  margin-right: 5px;
}
.main-container .block-latest-blog .post-item:hover .postContent {
  display: block;
}
.main-container .happy-clients {
  padding: 0 70px 0 40px;
  border-right: 1px solid #e5e5e5;
}
.main-container .happy-clients .happy-clients-image {
  float: left;
  margin-right: 60px;
  text-align: center;
}
.main-container .happy-clients .happy-clients-image img {
  border-radius: 50%;
  width: 92px;
  height: 92px;
  display: table;
  margin: 0 auto 15px;
}
.main-container .happy-clients .happy-clients-image span {
  float: left;
  padding-right: 20px;
  position: relative;
  color: #efb26f;
}
.main-container .happy-clients .happy-clients-image span:before {
  position: absolute;
  content: "";
  top: 4px;
  right: 10px;
  width: 1px;
  height: 14px;
  background: #e5e5e5;
}
.main-container .happy-clients .happy-clients-image p {
  float: left;
  margin: 0;
}
.main-container .happy-clients i {
  color: #faefd2;
  font-size: 30px;
}
.main-container .happy-clients i.fa-quote-left {
  margin-left: -20px;
}
.main-container .happy-clients i.fa-quote-right {
  float: right;
}
.main-container .happy-clients .owl-controls {
  position: relative;
  margin-top: 3px;
  margin-left: 40px;
}
.main-container .block-home-newletter {
  padding-left: 20px;
  margin-top: 30px;
}
.main-container .block-home-newletter .block-title {
  margin-bottom: 15px;
}
.main-container .block-home-newletter .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #ffe8af;
  background: #fff2d1;
  height: 47px;
}
.main-container .block-home-newletter .input-box .input-text {
  height: 45px;
  width: 225px;
  float: left;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 10px 10px 10px 20px;
  color: #666;
}
.main-container .block-home-newletter .input-box button {
  height: 45px;
  padding: 5px 18px;
  border: none;
  background: #2c2c2c;
  color: #fff;
  border-left: 1px solid #ffe8af;
  border-radius: 0;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 84.62%;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.home_style1 .main-container .block-service-wrap,
.home_style3 .main-container .block-service-wrap {
  float: left;
  width: 100%;
  display: inline-block;
  background: #eee;
  color: #1c1a1c;
  padding: 10px 0 10px;
  margin-bottom: 20px;
}
.home_style1 .main-container .block-service-wrap .block-service,
.home_style3 .main-container .block-service-wrap .block-service {
  padding: 0 70px;
  float: left;
  width: 100%;
}
.home_style1 .main-container .block-service-wrap .block-service .service-item,
.home_style3 .main-container .block-service-wrap .block-service .service-item {
  font-size: 84.62%;
}
.home_style1 .main-container .block-service-wrap .block-service .service-item .service-content,
.home_style3 .main-container .block-service-wrap .block-service .service-item .service-content {
  border: 1px solid #cacaca;
  float: left;
  width: 100%;
  position: relative;
  padding: 8px 15px;
  background: #fff;
  text-align: center;
}
.home_style1 .main-container .block-service-wrap .block-service .service-item .service-content:before,
.home_style3 .main-container .block-service-wrap .block-service .service-item .service-content:before {
  position: absolute;
  bottom: -3px;
  right: -3px;
  top: 4px;
  left: 4px;
  content: "";
  background: #cacaca;
  width: auto;
  height: auto;
  z-index: -1;
}
.home_style1 .main-container .block-service-wrap .block-service .service-item .service-content label,
.home_style3 .main-container .block-service-wrap .block-service .service-item .service-content label {
  text-transform: uppercase;
  color: #222;
  margin: 0 3px 0 0;
}
.home_style1 .main-container .block-service-wrap .block-service .service-item .service-content span,
.home_style3 .main-container .block-service-wrap .block-service .service-item .service-content span {
  text-transform: uppercase;
}
.home_style1 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content,
.home_style3 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content {
  background: #000;
  color: #fff;
  line-height: 100%;
  line-height: 13px;
  padding: 6px 15px 5px;
}
.home_style1 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content label,
.home_style3 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content label {
  color: #fff;
}
.home_style1 .main-container .block-banner-1 .block-banner-1-inner {
  float: left;
  width: 100%;
  margin-top: 40px;
}

/*.home_style1 .main-container .block-banner-1 .item-last {
  padding-left: 0;
}

.home_style1 .main-container .block-banner-1 .item-last .block-banner-item {
  margin-left: -5px;
}
*/
.home_style1 .main-container .block-banner-1 .item-last .block-banner-item .last img {
  margin-top: 10px;
}
.home_style1 .main-container .block-banner-1 .block-banner-item {
  overflow: hidden;
}
.home_style1 .main-container .block-banner-1 .block-banner-item img {
  width: auto;
}
.home_style1 .main-container .block-collection {
  background: url(../images/bg-conllection.jpg) no-repeat top center / cover;
  background-size: cover;
  padding: 60px 0;
}
.home_style1 .main-container .block-collection .block-title {
  margin-bottom: 12px;
}
.home_style1 .main-container .block-collection p {
  text-align: center;
  width: 60%;
  display: table;
  margin: 0 auto 55px;
}
.home_style1 .main-container .block-collection .block-collection-item img {
  max-width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.home_style1 .main-container .block-collection .block-collection-item:hover {
  cursor: pointer;
}
.home_style1 .main-container .block-sale .block-sale-inner {
  float: left;
  width: 100%;
}
.home_style1 .main-container .block-happyclients {
  padding: 20px 0;
}
.home_style2 .main-container .block-banner-1 .block-banner-item.first img {
  margin-bottom: 30px;
}
.home_style2 .main-container .block-home2-service {
  float: left;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
.home_style2 .main-container .block-home2-service:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f5f5f5;
  background: #fff;
  z-index: -1;
}
.home_style2 .main-container .block-home2-service .block-home2-service-inner {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.home_style2 .main-container .block-home2-service .service-item {
  padding: 28px 30px;
}
.home_style2 .main-container .block-home2-service .service-item .service-image {
  position: relative;
  float: left;
  margin-right: 15px;
  padding: 16px 15px;
  background: #ebebeb;
  border-radius: 50%;
}
.home_style2 .main-container .block-home2-service .service-item label {
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.home_style2 .main-container .block-home2-service .service-item.bg-service-item {
  background: #fafafa;
}
.home_style2 .main-container .block-home2-service .service-item .service-content {
  margin-top: 8px;
}
.home_style2 .main-container .block-home2-service .service-item .service-content > p {
  margin: 0;
}
.home_style2 .main-container .block-home2-service .service-item:hover .service-image {
  background: #d20043;
}
.home_style2 .main-container .block-home-newletter {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  background: #faebc5;
  float: left;
  width: 100%;
}
.home_style2 .main-container .block-home-newletter .block-title {
  float: left;
  width: auto;
  margin: 13px 0 0 10px;
}
.home_style2 .main-container .block-home-newletter .block-title strong {
  border: none;
  font-size: 123.08%;
  padding: 0;
}
.home_style2 .main-container .block-home-newletter #newsletter-validate-detail {
  float: right;
  height: 41px;
}
.home_style2 .main-container .block-home-newletter .input-box {
  width: 480px;
  border: 2px solid #fff;
  height: 41px;
}
.home_style2 .main-container .block-home-newletter .input-box .input-text {
  height: 37px;
}
.home_style2 .main-container .block-home-newletter .input-box button {
  height: 39px;
  top: -1px;
  right: -1px;
}
.home_style2 .main-container .happy-clients {
  background: url(../images/bg-happy-client.jpg) no-repeat top center / cover;
  background-size: cover;
  padding: 15px 0 18px 0;
  border: none;
  border-bottom: 5px solid #f3d68e;
  color: #b0b0b0;
}
.home_style2 .main-container .happy-clients .content-happy-client {
  padding: 0 135px 0 40px;
}
.home_style2 .main-container .happy-clients .happy-clients-image img {
  border: 4px solid #464a52;
  width: 100px;
  height: 100px;
}
.home_style2 .main-container .happy-clients i {
  color: #4a3e23;
}
.home_style2 .main-container .happy-clients i.fa-quote-left {
  margin-top: 20px;
}
.home_style2 .main-container .happy-clients .owl-controls {
  position: absolute;
  right: 20px;
  margin: 0;
  width: 10px;
}
.home_style2 .main-container .happy-clients .owl-controls .owl-dot {
  background: #fff;
}
.home_style2 .main-container .happy-clients .owl-controls .owl-dot:hover,
.home_style2 .main-container .happy-clients .owl-controls .owl-dot.active {
  background: #d20043;
}
.home_style2 .main-container .block-latest-blog {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 55px;
}
.home_style3 .main-container .block-happyclients {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.home_style3 .main-container .block-happyclients .happy-clients {
  padding: 30px 70px 30px 40px;
  background: #f9f9f9;
  position: relative;
}
.home_style3 .main-container .block-happyclients .happy-clients:before {
  position: absolute;
  content: "";
  background: #f9f9f9;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
}
.home_style3 .main-container .block-happyclients .block-home-newletter {
  margin-top: 47px;
}
.home_style3 .main-container .block-happyclients .block-home-newletter p {
  font-weight: bold;
  margin: 5px 0 0;
}
.home_style3 .main-container .block-happyclients .block-home-newletter p span {
  color: #d20043;
}
.home_style3 .main-container .block-deals .block-deals-inner {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.home_style3 .main-container .block-deals .pt-carousel-deals {
  margin-top: 0;
}
.home_style3 .main-container .block-deals .block-banner-2 .block-banner-item.last {
  margin-top: 10px;
}
.home_style3 .main-container .block-latest-blog {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 55px;
}
.ajax-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
}
.ajax-modal.visible {
  display: block;
}
.ajax-modal .dialog {
  margin: 0;
  max-width: 90%;
  min-height: 100px;
  max-height: 500px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-modal .dialog .product-view .product-essential .product-options-bottom,
.ajax-modal .dialog .product-view .product-essential .add-to-box {
  margin-bottom: 5px;
}
.ajax-modal .xclose {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 20px;
  opacity: 1;
  text-align: center;
  color: #222;
  background: #fff;
}
.ajax-modal .xclose:hover,
.ajax-modal .xclose:focus {
  color: #fff;
  background: #222222;
}
.ajax-modal .xclose .times {
  font-size: 26px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  font-family: 'times new roman';
}
.ajax-modal .content {
  border-radius: 0;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 10px;
}
.ajax-modal .content .body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.ajax-modal .content .iframe {
  max-height: 100%;
  overflow-y: auto;
}
.ajax-modal .message {
  padding: 18px;
  text-align: center;
}
.ajax-modal .options {
  padding: 10px 20px 5px;
  padding-bottom: 0;
}
.ajax-modal .actions {
  text-align: center;
}
.ajax-modal.no-close .close,
.ajax-modal.no-iframe .iframe,
.ajax-modal.no-message .message,
.ajax-modal.no-actions .actions,
.ajax-modal.no-options .options {
  display: none;
}
.ajax-modal.has-options .body {
  overflow-x: hidden;
  overflow-y: auto;
}
.ajax-modal.has-options .add-to-links {
  display: none;
}
.ajax-modal.has-message .body,
.ajax-modal.has-actions .body {
  position: static;
}
.ajax-modal .actions .button + .button {
  margin-left: 5px;
  margin-top: 10px;
}
.ajax-modal .mCSB_inside .mCSB_container {
  margin-right: 16px;
}
.ajax-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1198;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  display: none;
}
.ajax-loading.visible {
  visibility: visible;
  display: block;
}
.ajax-loading .dialog {
  margin: 0;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-loading .img-loader {
  padding: 10px 0;
}
.ajax-loading .img-loader img {
  background-color: #000;
  border-radius: 4px;
  padding: 7px;
}
.qvframe {
  width: 100% !important;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}
.quickview-index-product {
  padding: 15px 15px 0;
}
.quickview-index-product .add-to-box,
.quickview-index-product .product-essential {
  margin-bottom: 0 !important;
}
.ajax-product-options:before,
.ajax-product-options:after {
  content: " ";
  display: table;
}
.ajax-product-options:after {
  clear: both;
}
.ajax-product-options .alert_urls,
.ajax-product-options .availability.in-stock {
  display: none;
}
.block-slider:hover #pt-slider-prev,
.block-slider:hover #pt-slider-next {
  display: block;
}
.block-slider:hover .pt-slider-nav {
  display: block;
}
/* Custom css for et_slider */
.pt-slider-container {
  position: relative;
  overflow: hidden;
}
.pt-slider-container .loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.pt-slider-container .loading-screen .transparency {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bacground-color: #fff;
}
.pt-slider-container .loading-screen .loading-mask {
  background: url(../images/loader.gif) no-repeat center center;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-slider-container .pt-slider-nav {
  position: absolute;
  bottom: 20px;
  right: 35px;
}
.pt-slider-container .pt-slider-nav li {
  float: left;
  background: #dadce3;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.pt-slider-container .pt-slider-nav li span {
  width: 100%;
  height: 100%;
}
.pt-slider-container .pt-slider-nav li.av,
.pt-slider-container .pt-slider-nav li:hover {
  background: #333333;
  cursor: pointer;
}
.pt-slider-container .slide-caption-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100% !important;
  height: 100%;
  color: #333;
}
.pt-slider-container .slide-caption-wrapper .align-left {
  left: 0 !important;
}
.pt-slider-container .slide-caption-wrapper .align-right {
  right: 200px !important;
  left: auto !important;
  text-align: right;
}
.pt-slider-container .slide-caption-wrapper .color-while {
  color: #fff;
}
.pt-slider-container .caption-group > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pt-slider-container .caption-action {
  display: block;
  line-height: normal;
  margin-top: 25px;
}
.pt-slider-container .caption-action .button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 114.29%;
  height: auto;
  line-height: 100%;
  padding: 16px 30px;
  border: 1px solid #222;
  color: #222;
  background: transparent;
  margin: 0 18px;
}
.pt-slider-container .caption-action .button:hover {
  color: #fff;
  background: #d20043;
  border: 1px solid #d20043;
}
.pt-slider-container .caption-action .button.color {
  border: 1px solid #d20043;
  color: #fff;
  background: rgba(0,0,0,0.2);
  padding: 16px 35px;
}
.pt-slider-container .caption-action .button.color:hover {
  color: #fff;
  background: #222;
  border: 1px solid #222;
}
.pt-slider-container .caption-action .button.left,
.pt-slider-container .caption-action .button.right {
  margin: 0;
}
.pt-slider-container .caption-action .button.color-white {
  border: 1px solid #fff;
  color: #fff;
  padding: 16px 35px;
}
.pt-slider-container .caption-action .button.color-white:hover {
  border: 1px solid #d20043;
}
#pt-slider-prev,
#pt-slider-next {
  float: left;
  color: #6a6a6a;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  bottom: 0;
  text-align: center;
  display: none;
  line-height: 48px;
  background: #f8f8f8;
}
#pt-slider-prev:before,
#pt-slider-next:before {
  font-family: FontAwesome;
  font-size: 25px;
  display: inline-block;
}
#pt-slider-prev:hover,
#pt-slider-next:hover {
  cursor: pointer;
  background: #222222;
  color: #fff;
}
#pt-slider-prev {
  left: 20px;
}
#pt-slider-prev:before {
  content: "\f104";
}
#pt-slider-next {
  right: 20px;
}
#pt-slider-next:before {
  content: "\f105";
}
.postWrapper {
  margin-bottom: 30px;
  display: inline-block;
  max-width: 100%;
}
.postImage {
  margin-bottom: 15px;
}
.postImage img {
  max-width: 100%;
  max-height: 100%;
}
.postTitle {
  margin-bottom: 10px;
  color: #000;
}
.postTitle h2 {
  margin: 0px;
  padding: 0px;
  font-size: 138.46%;
}
.postTitle h2 a:hover {
  color: #d20043;
}
.postDetails {
  font-size: 91.7%;
  margin-bottom: 10px;
}
.postDetails span {
  float: left;
}
.postDetails i {
  margin-right: 2px;
  font-size: 12px;
}
.postDetails i.fa-user,
.postDetails i.fa-comments-o {
  margin-left: 2px;
}
.postContent {
  padding-bottom: 0;
}
.postContent img {
  display: none;
}
.postContent .aw-blog-read-more {
  /*display: none;*/
}
.postContent.postContent-detail img {
  display: block;
  margin: 15px 0;
  max-width: 100%;
}
.postBookmarks {
  padding-bottom: 10px;
}
.postBookmarks h4 {
  font-size: 100%;
  font-weight: bold;
}
.commentWrapper {
  padding-bottom: 20px;
}
.commentContent {
  padding-bottom: 0px;
}
.commentDetails {
  margin-bottom: 5px;
  padding: 0px;
}
.commentDetails h4.username {
  display: inline;
  font-size: 100%;
}
.postError {
  font-size: 100%;
}
.tags {
  font-weight: bold;
  padding-bottom: 10px;
}
.tags UL {
  display: inline;
}
.tags UL LI {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-size: 100%;
  font-weight: bold;
}
.menu-tags,
.menu-categories,
.menu-recent {
  margin-bottom: 30px;
}
.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
  font-size: 11px;
}
.block-blog {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.block-blog .block-content {
  padding: 0;
  border: none;
}
.block-blog .menu-recent .block-title,
.block-blog .menu-categories .block-title {
  margin-bottom: 20px;
}
.block-blog .menu-recent ul,
.block-blog .menu-categories ul {
  padding: 0;
  border-top: none;
}
.block-blog .menu-tags UL LI {
  display: inline;
  padding: 2px;
  margin-left: 10px;
}
.block-blog .menu-categories UL LI,
.block-blog .menu-recent UL LI {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  position: relative;
}
.block-blog .menu-categories UL LI:last-child,
.block-blog .menu-recent UL LI:last-child {
  border: none;
}
.block-blog .menu-recent UL LI a,
.block-blog .menu-categories UL LI a,
.block-blog .menu-tags UL LI a {
  line-height: 100%;
}
/*.tagcloud {
  text-align:center;
}

.tag-count-1 {
  font-size: 1em !important;
}

.tag-count-2 {
  font-size: 1.2em !important;
}

.tag-count-3 {
  font-size: 1.4em !important;
}

.tag-count-4 {
  font-size: 1.6em !important;
}

.tag-count-5 {
  font-size: 1.8em !important;
}

.tag-count-6 {
  font-size: 2em !important;
}

.tag-count-7 {
  font-size: 2em !important;
}

.tag-count-8 {
  font-size: 2em !important;
}

.tag-count-9 {
  font-size: 2em !important;
}

.tag-count-10 {
  font-size: 2em !important;
}

.block-blog .head h4 {
  padding-left: 20px;
}
*/
.postWrapper .poster {
  display: inline;
}
.aw-post-comment {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.aw-post-comment .block-title {
  margin-bottom: 20px;
}
.aw-post-comment .group-select {
  margin-bottom: 20px;
}
.aw-post-comment li {
  margin-bottom: 0;
}
.aw-post-comment .required {
  display: none;
}
.aw-post-comment input {
  margin: 0 15px 15px 0;
  float: left;
}
.input-box.aw-blog-comment-area {
  width: 100%;
}
.widget-latest li {
  font-size: 12px;
  padding: 5px 10px;
}
.block-blog .menu-categories {
  margin: 0;
}
A.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}
.pt-carousel {
  position: relative;
  float: left;
  width: 100%;
}
.pt-carousel .products-grid {
  position: relative;
}
.pt-carousel .products-grid .owl-controls {
  top: -36px;
}
.pt-carousel .special-countdown {
  display: inline-block;
  height: 40px;
  margin-top: 58px;
  position: relative;
  z-index: 3;
  font-family: 'Montserrat';
  padding-top: 25px;
}
.pt-carousel .special-countdown:before {
  content: "TEMPO RESTANTE";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
}
.pt-carousel .special-countdown .clock {
  width: 100%;
}
.pt-carousel .special-countdown .clock > span {
  float: left;
  padding: 6px 7px;
  text-align: center;
  font-size: 107.69%;
  font-weight: bold;
  color: #000;
  position: relative;
  background: #ebebeb;
  width: 40px;
  height: 50px;
  margin-right: 5px;
  line-height: 100%;
}
.pt-carousel .special-countdown .clock > span > span {
  color: #d20043;
  line-height: 32px;
  clear: both;
}
.pt-carousel .special-countdown .clock > span.sec {
  padding: 6px 10px;
}
.pt-carousel-deals .block-title-deals {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Montserrat';
  position: absolute;
  top: 20px;
  left: -5px;
  padding: 5px 20px;
  background: #d20043;
  font-size: 84.62%;
  text-transform: uppercase;
  z-index: 9;
}
.pt-carousel-deals .block-title-deals:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-top: 5px solid #d20043;
  border-left: 5px solid transparent;
}
.pt-carousel-deals .products-grid .item {
  margin: 0;
}
.pt-carousel-deals .products-grid .item .item-inner {
  border: 5px solid #e5e5e5;
}
.pt-carousel-deals .products-grid .item .item-inner .product-image {
  border: none;
}
.pt-carousel-deals .products-grid .product-image {
  float: left;
  width: auto;
}
.pt-carousel-deals .products-grid .product-info {
  margin-left: 260px;
  float: none;
  padding: 25px 15px 25px 0;
  width: auto;
}
.pt-carousel-deals .products-grid .product-info .short-description {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.pt-carousel-deals .products-grid .item-cwc-wrap {
  margin-top: 20px;
  display: inline-block;
  float: none;
}
.pt-carousel-deals .products-grid .item-cwc-wrap .item-compare,
.pt-carousel-deals .products-grid .item-cwc-wrap .item-wishlist {
  display: block;
}

.cms-home .item-cwc-wrap {
  display:none;
}

.pt-carousel-deals .owl-controls-off {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.pt-carousel-deals.pt-carousel-deals-2 {
  margin-top: 0;
  border: 1px solid #e5e5e5;
  padding: 35px 35px 16px 35px;
}
.pt-carousel-deals.pt-carousel-deals-2 .block-title-deals {
  top: 35px;
  left: auto;
  right: 0;
  font-size: 107.69%;
  padding: 5px 30px 5px 20px;
}
.pt-carousel-deals.pt-carousel-deals-2 .block-title-deals:before {
  display: none;
}
.pt-carousel-deals.pt-carousel-deals-2 .products-grid .item .item-inner {
  border: none;
}
.pt-carousel-deals.pt-carousel-deals-2 .products-grid .item .item-inner:hover .item-addcart {
  display: block;
}
.pt-carousel-deals.pt-carousel-deals-2 .products-grid .product-image {
  float: left;
  overflow: visible;
}
.pt-carousel-deals.pt-carousel-deals-2 .products-grid .product-image .item-addcart {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -70px;
  display: none;
}
.pt-carousel-deals.pt-carousel-deals-2 .products-grid .product-image .item-addcart .button,
.pt-carousel-deals.pt-carousel-deals-2 .products-grid .product-image .item-addcart a {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}
.pt-carousel-deals.pt-carousel-deals-2 .products-grid .product-info {
  float: left;
  padding: 15px 0 0;
  width: 100%;
  margin: 0;
}
.pt-carousel-deals.pt-carousel-deals-2 .special-countdown {
  height: auto;
  width: 80px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: -120px;
  z-index: 3;
}
.pt-carousel-deals.pt-carousel-deals-2 .special-countdown .clock {
  width: 100%;
}
.pt-carousel-deals.pt-carousel-deals-2 .special-countdown .clock > span {
  padding: 18px 0;
  width: 50px;
  height: 50px;
  margin: 10px 0 0;
  position: relative;
}
.pt-carousel-deals.pt-carousel-deals-2 .special-countdown .clock > span > span {
  position: absolute;
  right: -20px;
  top: 10px;
}
.pt-products {
  float: left;
  width: 100%;
}
.pt-products .products-grid {
  margin: 0;
}
.pt-products .products-grid .item {
  margin: 0;
}
.pt-products .block-content img {
  max-width: 100%;
}
.pt-products.pt-products-home .block-title,
.pt-products.pt-products-left .block-title {
  margin-bottom: 0;
  text-align: center;
}
.pt-products.pt-products-home .block-content,
.pt-products.pt-products-left .block-content {
  padding-top: 0;
}
.pt-products.pt-products-home .item,
.pt-products.pt-products-left .item {
  margin-top: 30px;
  position: relative;
}
.pt-products.pt-products-home .item .product-image,
.pt-products.pt-products-left .item .product-image {
  float: left;
  position: relative;
  border: 1px solid #f5f5f5;
}
.cms-home .products-grid .item .ref,
.cms-home .pt-products.pt-products-home .item .ref {
  position: relative;
  display: inline-block;
  float: right;
  top: -60px;
  margin-right: 10px;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0;
  transition: .2s;
}
.pt-products.pt-products-home .item:hover .ref {
 opacity:1;
}

.pt-products.pt-products-home .item .product-image img,
.pt-products.pt-products-left .item .product-image img {
  width: 100%;
  height: auto;
}
/*
.pt-products.pt-products-home .item .product-info,
.pt-products.pt-products-left .item .product-info {
  margin-left: 127px;
}
*/
.pt-products.pt-products-home .item .product-info .product-name,
.pt-products.pt-products-left .item .product-info .product-name {
  float: left;
  padding: 15px 0 0;
  width: 100%;
  position: relative;
}
.pt-products.pt-products-home .item .product-info .product-name {
  padding: 0;
}
.pt-products.pt-products-home .item .product-info .price-box,
.pt-products.pt-products-left .item .product-info .price-box {
  width: auto;
  float: none;
}
.pt-products.pt-products-home .item .product-info .ratings,
.pt-products.pt-products-left .item .product-info .ratings {
  margin: 5px 0 10px;
}
.pt-products.pt-products-home .item .product-info .ratings .amount,
.pt-products.pt-products-left .item .product-info .ratings .amount {
  display: none;
}
.pt-products.pt-products-home .item .product-info .no-rating,
.pt-products.pt-products-left .item .product-info .no-rating {
  margin: 5px 0 10px;
  display: block;
}
.pt-products.pt-products-home .item .product-info .item-addcart,
.pt-products.pt-products-left .item .product-info .item-addcart {
  margin: 10px 0 5px;
  float: none;
  display: none;
  width: 100%;
}
.pt-products.pt-products-home .item .product-info .item-addcart button,
.pt-products.pt-products-left .item .product-info .item-addcart button,
.pt-products.pt-products-home .item .product-info .item-addcart a,
.pt-products.pt-products-left .item .product-info .item-addcart a {
  padding: 0 20px;
  display:none;
}
.pt-products.pt-products-home .item .product-info .item-compare a,
.pt-products.pt-products-left .item .product-info .item-compare a {
  margin-left: 0;
}
.pt-products.pt-products-home .item:hover .item-quickview,
.pt-products.pt-products-left .item:hover .item-quickview {
  display: block;
}
.pt-products.pt-products-home .item .item-addcart:hover button,
.pt-products.pt-products-left .item .item-addcart:hover button,
.pt-products.pt-products-home .item .item-addcart:hover a,
.pt-products.pt-products-left .item .item-addcart:hover a {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}
.pt-products.pt-products-left .block-title {
  margin-bottom: 10px;
}
.pt-products.pt-products-left .item {
  margin-top: 20px;
}
.home_style2 .pt-tabs .resp-tabs-list {
  margin: 0 0 20px;
}
.home_style2 .pt-tabs .resp-tabs-list li:first-child {
  margin-left: 0;
}
.home_style3 .pt-tabs .resp-tabs-list {
  margin: 0 auto;
}
.home_style3 .pt-tabs .products-grid .item {
  margin: 30px 0 0;
}
.home_style3 .pt-tabs .owl-controls {
  top: 50%;
  right: 0;
  margin-top: -40px;
  width: 100%;
  display: block;
  opacity: 0;
}
.home_style3 .pt-tabs .owl-controls .owl-nav .owl-prev,
.home_style3 .pt-tabs .owl-controls .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.home_style3 .pt-tabs .owl-controls .owl-nav .owl-prev:before,
.home_style3 .pt-tabs .owl-controls .owl-nav .owl-next:before {
  font-size: 25px;
}
.home_style3 .pt-tabs .owl-controls .owl-nav .owl-prev {
  right: auto;
  left: 0;
}
.home_style3 .pt-tabs .owl-controls .owl-nav .owl-next {
  right: 0;
}
.home_style3 .pt-tabs:hover .owl-controls {
  display: block;
  opacity: 1;
}
.pt-tabs {
  margin-bottom: 60px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.pt-tabs .products-grid {
  position: relative;
}
.pt-tabs .tabs-container > p {
  padding: 0 10px;
  position: relative;
  display: table;
  margin: 0 auto 30px;
  line-height: normal;
}
.pt-tabs .tabs-container > p:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #666;
  top: 10px;
  left: -30px;
}
.pt-tabs .tabs-container > p:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #666;
  top: 10px;
  right: -30px;
}
.resp-tabs-list {
  margin: 0 auto 60px;
  display: table;
  padding: 0 15px;
}
.resp-tabs-list li {
  position: relative;
  display: inline;
  padding: 0 3px;
  font-size: 107.69%;
  
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin: 0 21px;
  border-bottom: 1px solid transparent;
  color: #666;
  letter-spacing: 1px;
}
.resp-tabs-list li:before {
  position: absolute;
  content: "";
  top: 4px;
  right: -21px;
  background: #d8d8d8;
  width: 2px;
  height: 11px;
}
.resp-tabs-list li:last-child:before {
  display: none;
}
.resp-tabs-list li.resp-tab-active,
.resp-tabs-list li:hover {
  
  cursor: pointer;
  color: #333;
}
.resp-tabs-container {
  float: left;
  width: 100%;
}
.resp-tabs-container .resp-tab-content {
  display: none;
  float: left;
  width: 100%;
}
.resp-tabs-container .resp-tab-content img {
  max-width: 100%;
}
.resp-tabs-container .resp-tab-content.resp-content-active {
  display: block;
}
.resp-tabs-container .resp-tab-content .tab-loader {
  text-align: center;
  display: none;
  width: 100%;
  margin-top: 10px;
}
.resp-tabs-container .resp-tab-content .tab-loader span {
  text-transform: uppercase;
  color: #000;
  border: 1px solid #e5e5e5;
  padding: 11px 50px;
  display: inline-block;
  font-size: 84.62%;
  font-weight: bold;
}
.resp-tabs-container .resp-tab-content .tab-loader span.btn-loading,
.resp-tabs-container .resp-tab-content .tab-loader span.btn-complated {
  display: none;
}
.resp-tabs-container .resp-tab-content .tab-loader span.btn-loading {
  background: #d20043;
  border: 1px solid #d20043;
  color: #fff;
}
.resp-tabs-container .resp-tab-content .tab-loader span.btn-loading i {
  margin-right: 10px;
  font-size: 15px;
}
.resp-tabs-container .resp-tab-content .tab-loader span:hover {
  color: #fff;
  background: #d20043;
  border: 1px solid #d20043;
}
.resp-tabs-container .resp-tab-content .tab-loader.loading span {
  display: none;
}
.resp-tabs-container .resp-tab-content .tab-loader.loading span.btn-loading {
  display: inline-block;
}
.resp-tabs-container .resp-tab-content .tab-loader.completed span {
  display: none;
}
.resp-tabs-container .resp-tab-content .tab-loader.completed span.btn-complated {
  display: inline-block;
}
.resp-tabs-container .cat-view-all {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}
.resp-tabs-container .cat-view-all > a {
  color: #333;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 84.62%;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  background: #f0f0f0;
  
}
.resp-tabs-container .cat-view-all i {
  font-size: 14px;
  color: #333;
  margin-left: 15px;
}
.resp-tabs-container .cat-view-all:hover > a {
  color: #fff;
  background: #222;
  border: 1px solid #222;
}
.resp-accordion-active {
  display: block;
  margin-bottom: 2px;
}
.resp-accordion {
  font-size: 107.69%;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-top: 0px solid #e5e5e5;
  margin: 0px;
  padding: 10px 15px;
  display: none;
}
.resp-accordion.resp-tab-active {
  border-bottom: none;
}
.resp-tab-title:last-child {
  border-bottom: 12px solid #e5e5e5 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #ececec;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 12px !important;
  border-left: 4px solid #ececec;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ececec;
}
.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ececec;
}
/*-----------Accordion styles-----------*/
/*.resp-tab-active {
  background: #DBDBDB !important;
}*/
.resp-easy-accordion .resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #ececec;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #ececec !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
.resp-accordion:first-child {
  border-top: 1px solid #ececec !important;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 767px) {
  ul.resp-tabs-list {
  display: none;
  }
  .resp-accordion {
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 0 0 2px;
  text-transform: uppercase;
  }
  .resp-accordion.resp-tab-active {
  margin-bottom: 0;
  border-bottom: none !important;
  }
  .resp-vtabs .resp-tab-content {
  border: 1px solid #ececec;
  }
  .resp-tab-content-active {
  margin-bottom: 2px;
  }
  .resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
  }
  .resp-accordion-closed {
  display: none !important;
  }
}
.pt-instagram {
  width: 100%;
  float: left;
  overflow: hidden;
}
.pt-instagram .block-content {
  padding: 0;
}
.pt-instagram .block-content .instagram-item {
  float: left;
}
.pt-instagram .block-content .instagram-item .icon-hover {
  position: absolute;
  font-weight: 100;
  color: #fff;
  font-size: 39px;
  font-family: "Times New Roman";
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -11px;
  z-index: 3;
  display: none;
}
.pt-instagram .block-content .instagram-item .bg-hover {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.pt-instagram .block-content .instagram-item:hover .icon-hover,
.pt-instagram .block-content .instagram-item:hover .bg-hover {
  display: block;
}
@media (min-width: 1200px) {
  .header-container .header-menu.menu-fixed.on-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:100px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  z-index: 10;
  background: #fff;
  }
  .header-container .header_style2 .header-menu.menu-fixed.on-fixed,
  .header-container .header_style3 .header-menu.menu-fixed.on-fixed {
  padding: 14px 0;
  }
  .header-container .header_style2 .header-menu.menu-fixed.on-fixed #nav > li > ul,
  .header-container .header_style3 .header-menu.menu-fixed.on-fixed #nav > li > ul {
  top: 37px;
  }
  .header-container .header_style2 .header-menu.menu-fixed.on-fixed #meganav > li > .dropdown-menu,
  .header-container .header_style3 .header-menu.menu-fixed.on-fixed #meganav > li > .dropdown-menu {
  top: 37px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-boxed .wrapper {
  width: 1000px;
  }
  .item-quickview {
  display: none !important;
  }
  .header-container .header.header_style2 #meganav,
  .header-container .header.header_style3 #meganav,
  .header-container .header.header_style2 #nav,
  .header-container .header.header_style3 #nav {
  margin-left: 30px;
  }
  .footer-container .footer-center .block-footer-contact {
  padding: 0;
  }
  .products-grid .item-cwc-wrap .item-compare,
  .products-grid .item-cwc-wrap .item-wishlist {
  display: block;
  }
  .main-container .block-banner-item img {
  max-width: 100%;
  }
  .item-addcart .button,
  .item-addcart a {
  padding: 0 25px;
  }
  .home_style1 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content,
  .home_style3 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content {
  line-height: inherit;
  padding: 8px 15px;
  }
  .home_style1 .main-container .block-banner-1 .item-last {
  padding-left: 4px;
  }
  .home_style2 .main-container .block-home2-service .service-item {
  padding: 25px 10px;
  }
  .home_style2 .main-container .block-home-newletter {
  padding: 20px;
  }
  .home_style2 .main-container .block-home-newletter .block-title {
  margin: 0 0 13px 0;
  }
  .home_style2 .main-container .block-home-newletter .input-box {
  width: 415px;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 {
  padding: 15px;
  }
  .home_style3 .main-container .block-happyclients .block-home-newletter {
  padding-left: 20px;
  }
  .col-left .pt-products.pt-products-left .item .product-info {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  }
  .col-left .block-layered-nav #submit_filter {
  float: left;
  }
  .sorter {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  }
  .pager {
  float: left;
  margin: 0;
  text-align: left;
  width: 100%;
  }
  
  
  .product-view .product-essential .product-options-bottom .qty-wrap label,
  .product-view .product-essential .add-to-box .qty-wrap label,
  .product-view .product-essential .product-options-bottom .qty-wrap .quantity-minus,
  .product-view .product-essential .add-to-box .qty-wrap .quantity-minus,
  .product-view .product-essential .product-options-bottom .qty-wrap .quantity-plus,
  .product-view .product-essential .add-to-box .qty-wrap .quantity-plus {
  display: none;
  }
  .product-view .product-essential .pt-products.pt-products-left .item .product-info {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-boxed .wrapper {
  width: 780px;
  }
  /* css for input, select, radio, textarea*/
  .input-box input[type="text"],
  .input-box input.input-text,
  .field select {
  width: 200px;
  }
  .item-quickview {
  display: none !important;
  }
  .header-container .header.header_style1 .header-under {
  padding: 25px 0;
  }
  .header-container .header.header_style2 .header-menu,
  .header-container .header.header_style3 .header-menu {
  padding: 20px 0 0;
  }
  .header-container .header.header_style2 .header-menu .logo,
  .header-container .header.header_style3 .header-menu .logo {
  float: none;
  margin-bottom: 20px;
  }
  .header-container .header.header_style2 .header-menu .header-under-right,
  .header-container .header.header_style3 .header-menu .header-under-right {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  }
  .header-container .header.header_style3 .header-menu {
  padding: 20px 0 0;
  }
  .header-container .header.header_style3 .header-under {
  border: none;
  }
  .footer-container .footer-center .block-footer-contact {
  padding: 0;
  margin-bottom: 30px;
  }
  .footer-container .footer-under {
  text-align: center;
  }
  .footer-container .footer-under address {
  margin-bottom: 10px;
  }
  .footer-container .footer-under .block-social-wrap {
  float: left;
  }
  .products-grid .item-cwc-wrap .item-compare,
  .products-grid .item-cwc-wrap .item-wishlist {
  display: block;
  }
  .main-container .block-banner-item img {
  max-width: 100%;
  }
  .main-container .happy-clients {
  padding: 0 15px 0 0;
  }
  .main-container .happy-clients .happy-clients-image {
  margin-right: 20px;
  }
  .main-container .block-home-newletter {
  padding-left: 0;
  }
  .home_style1 .main-container .block-service-wrap .block-service,
  .home_style3 .main-container .block-service-wrap .block-service {
  padding: 0;
  }
  .home_style1 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content,
  .home_style3 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content {
  line-height: inherit;
  padding: 8px 15px;
  }
  .home_style1 .main-container .block-slider-wrapper {
  margin: 0;
  }
  .home_style1 .main-container .block-banner-1 .item-last {
  padding-left: 10px;
  }
  .home_style1 .main-container .pt-carousel-deals {
  margin-top: 30px;
  }
  .home_style2 .main-container .block-slider-wrapper {
  margin-top: 20px;
  }
  .home_style2 .main-container .block-banner-1 {
  margin-top: 20px;
  }
  .home_style2 .main-container .block-banner-1 .block-banner-item.first img {
  margin-bottom: 10px;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 {
  margin-top: 30px;
  }
  .home_style2 .main-container .happy-clients .content-happy-client {
  padding: 0 40px;
  }
  .home_style3 .main-container .block-happyclients .happy-clients {
  padding: 30px 15px 30px 0;
  }
  .home_style3 .main-container .block-deals .pt-carousel-deals {
  margin-bottom: 30px;
  }
  .col-left .pt-products.pt-products-left .item .product-info {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  }
  .col-left .block-layered-nav #submit_filter {
  float: left;
  }
  .sorter {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  }
  .pager {
  float: left;
  margin: 0;
  text-align: left;
  width: 100%;
  }
  .products-list .item .product-shop {
  float: left;
  width: 100%;
  margin-top: 10px;
  }
  .products-list .item .product-shop .desc.std {
  margin: 10px 0 15px;
  }
  .product-view .product-essential .product-options-bottom .qty-wrap label,
  .product-view .product-essential .add-to-box .qty-wrap label,
  .product-view .product-essential .product-options-bottom .qty-wrap .quantity-minus,
  .product-view .product-essential .add-to-box .qty-wrap .quantity-minus,
  .product-view .product-essential .product-options-bottom .qty-wrap .quantity-plus,
  .product-view .product-essential .add-to-box .qty-wrap .quantity-plus {
  display: none;
  }
  .product-view .product-essential .pt-products.pt-products-left .item .product-info {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  }
  .product-view .product-essential .product-shop .socials-detail-wrap > span {
  margin-right: 10px;
  }
  .product-view .product-essential .product-options-bottom .add-to-links,
  .product-view .product-essential .add-to-box .add-to-links {
  width: 100%;
  margin: 10px 0 0 -5px;
  }
  .product-view .product-essential .cat-list-detail {
  margin-top: 0;
  }
  .product-view .product-tab-detail .product-tab-nav li {
  margin: 0 15px;
  }
  .product-view .product-tab-detail .product-tab-nav li:before {
  right: -15px;
  }
  /*other*/
  .checkout-types .button {
  padding: 9px 5px;
  }
  .breadcrumbs .breadcrumbs-image {
  display: none;
  }
  .contat-us-wrap .block-contact-address {
  margin-top: 30px;
  margin-bottom: 30px;
  width: auto;
  }
  .block-subscribe-popup {
  width: 100%;
  }
  .block-subscribe-popup .block-title-subscribe {
  font-size: 120%;
  }
}
@media (max-width: 767px) {
  .input-box input[type="text"],
  .input-box input.input-text,
  .field select {
  width: 200px;
  }
  .col2-set .col-1,
  .col2-set .col-2,
  .form-list .field,
  .account-login .col2-set .col-1,
  .account-login .col2-set .col-2,
  .my-account .col2-set .col-1,
  .my-account .col2-set .col-2 {
  width: 100%;
  }
  .buttons-set button.button {
  margin-top: 5px;
  }
  .block-subscribe-popup {
  width: 100%;
  padding: 30px 15px;
  }
  .block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social {
  width: 100%;
  }
  .block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul {
  float: none;
  display: table;
  margin: 0 auto;
  width: auto;
  }
  .block-subscribe-popup #newsletter-validate-detail-popup .subscribe-social ul li {
  margin: 0 5px;
  }
  .block-subscribe-popup #newsletter-validate-detail-popup .form-subscribe-header {
  text-align: center;
  margin-top: 10px;
  }
  .block-subscribe-popup #newsletter-validate-detail-popup .form-subscribe-header span,
  .block-subscribe-popup #newsletter-validate-detail-popup .form-subscribe-header label {
  font-size: 100%;
  }
  .block-subscribe-popup #newsletter-validate-detail-popup .input-box input {
  width: 100%;
  }
  .item-quickview {
  display: none !important;
  }
  .layout-boxed .wrapper {
  width: auto;
  }
  .layout-boxed .wrapper .container {
  padding: 0 15px;
  }
  .wrapper .container {
  padding: 0 15px;
  }
  .header-container .header .quick-access {
  float: right;
  clear: both;
  position: relative;
  margin-left: 30px;
  z-index: 3;
  }
  .header-container .header .quick-access:after {
  font-family: FontAwesome;
  content: "\f013";
  font-size: 20px;
  display: inline-block;
  line-height: 100%;
  color: #333;
  padding: 10px 0 0;
  }
  .header-container .header .quick-access:hover {
  cursor: pointer;
  }
  .header-container .header .quick-access:hover ul {
  display: block;
  }
  .header-container .header .quick-access ul {
  position: absolute;
  right: 0;
  top: 39px;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 150px;
  display: none;
  }
  .header-container .header .quick-access ul:before {
  position: absolute;
  content: "";
  top: -10px;
  right: -1px;
  width: 100%;
  height: 10px;
  background: transparent;
  }
  .header-container .header .quick-access ul li {
  width: 100%;
  padding: 0 15px;
  font-size: 100%;
  text-transform: none;
  display: inline-block;
  }
  .header-container .header .quick-access ul li:before {
  display: none;
  }
  .header-container .header .quick-access ul li a {
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #222;
  }
  .header-container .header .quick-access ul li a:hover {
  color: #d20043;
  }
  .header-container .header .quick-access ul li:last-child a {
  border: none;
  }
  .header-container .header .form-language label,
  .header-container .header .block-currency label {
  display: none;
  }
  .header-container .header.header_style1 .header-under {
  padding: 25px 0;
  position: relative;
  }
  .header-container .header.header_style1 .header-under .logo {
  text-align: left;
  }
  
  .header-container .header.header_style1 .header-under .header-under-right {
  position: absolute;
  right: 0;
  top: 25px;
  }
  .header-container .header.header_style2 .header-menu,
  .header-container .header.header_style3 .header-menu {
  padding: 20px 0 0;
  }
  .header-container .header.header_style2 .header-menu .logo,
  .header-container .header.header_style3 .header-menu .logo {
  float: none;
  margin-bottom: 20px;
  }
  .header-container .header.header_style2 .header-menu .header-under-right,
  .header-container .header.header_style3 .header-menu .header-under-right {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  }
  .header-container .header.header_style3 .header-menu {
  padding: 20px 0 0;
  }
  .header-container .header.header_style3 .header-under {
  border: none;
  }
  .header-container .header.header_style3 .header-under .block-social-wrap ul li {
  margin-left: 5px;
  }
  .header-container .header.header_style3 .header-under .form-language:before {
  right: 1px;
  }
  .header-container .header.header_style3 .header-under .form-language span {
  padding-right: 10px;
  }
  .header-container .header.header_style3 .quick-access,
  .header-container .header.header_style3 .header-cart {
  margin-left: 10px;
  }
  .header-container .header.header_style3 .quick-access:before,
  .header-container .header.header_style3 .header-cart:before {
  display: none;
  }
  .footer-container .footer-center .block-footer-contact,
  .footer-container .footer-center .block-footer-myaccount,
  .footer-container .footer-center .block-footer-information,
  .footer-container .footer-center .block-footer-support {
  padding: 0;
  margin-bottom: 30px;
  }
  .footer-container .footer-under {
  text-align: center;
  }
  .footer-container .footer-under address {
  margin-bottom: 10px;
  }
  .footer-container .footer-under .block-payment {
  width: 100%;
  margin-bottom: 15px;
  }
  .footer-container .block-payment .block-title-footer {
  margin-bottom: 5px;
  }
  .footer-container .footer-under .block-social-wrap {
  float: left;
  width: 100%;
  }
  .footer-container .footer-under .block-social-wrap ul {
  float: none;
  display: table;
  margin: 0 auto;
  }
  #pt-slider-prev,
  #pt-slider-next,
  .caption-group,
  .pt-slider-nav {
  display: none !important;
  }
  .products-grid .item-cwc-wrap .item-compare,
  .products-grid .item-cwc-wrap .item-wishlist {
  display: block;
  }
  .pt-tabs {
  padding: 0 15px;
  }
  .pt-tabs .resp-tabs-list {
  display: none;
  }
  .pt-tabs .item {
  padding: 0;
  }
  .pt-tabs .resp-tabs-container .cat-view-all {
  padding: 0;
  margin: 0 0 10px;
  }
  .main-container .block-banner-item img {
  max-width: 100%;
  }
  .main-container .happy-clients {
  padding: 0;
  border: none;
  }
  .main-container .happy-clients .happy-clients-image {
  margin-right: 20px;
  }
  .main-container .block-home-newletter {
  padding-left: 0;
  }
  .home_style1 .main-container .block-service-wrap,
  .home_style3 .main-container .block-service-wrap {
  margin: 20px 0;
  }
  .home_style1 .main-container .block-service-wrap .block-service,
  .home_style3 .main-container .block-service-wrap .block-service {
  padding: 0;
  }
  .home_style1 .main-container .block-service-wrap .block-service .service-item,
  .home_style3 .main-container .block-service-wrap .block-service .service-item {
  margin: 10px 0;
  }
  .home_style1 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content,
  .home_style3 .main-container .block-service-wrap .block-service .service-item.service-item-center .service-content {
  line-height: inherit;
  padding: 8px 15px;
  }
  .home_style1 .main-container .block-slider-wrapper {
  margin: 0;
  }
  .home_style1 .main-container .block-banner-1 .block-banner-1-inner {
  padding-bottom: 0;
  border: none;
  }
  .home_style1 .main-container .block-banner-1 .item-last {
  padding-left: 15px;
  margin-top: 10px;
  }
  .home_style1 .main-container .block-banner-1 .item-last .block-banner-item {
  margin: 0;
  }
  .home_style1 .main-container .block-collection p {
  margin-bottom: 30px;
  width: 90%;
  }
  .home_style1 .main-container .block-collection .block-collection-item {
  margin-top: 20px;
  }
  .home_style1 .main-container .block-sale .block-sale-inner {
  padding: 0;
  }
  .home_style1 .main-container .pt-carousel-deals {
  margin-top: 30px;
  }
  .home_style1 .main-container .pt-carousel-deals .products-grid .item .item-inner {
  padding-bottom: 40px;
  border-bottom: none;
  padding: 20px;
  }
  .home_style1 .main-container .pt-carousel-deals .products-grid .product-info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 30px;
  }
  .home_style1 .main-container .pt-carousel-deals .products-grid .product-info .special-countdown {
  margin-top: 20px;
  }
  .home_style2 .main-container .block-slider-wrapper {
  margin-top: 20px;
  }
  .home_style2 .main-container .block-banner-1 {
  margin-top: 10px;
  }
  .home_style2 .main-container .block-banner-1 .block-banner-item {
  margin-top: 10px;
  }
  .home_style2 .main-container .block-banner-1 .block-banner-item.first img {
  margin-bottom: 0;
  }
  .home_style2 .main-container .block-home-newletter .block-title {
  margin: 10px 0;
  }
  .home_style2 .main-container .block-home-newletter .input-box {
  width: 270px;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 {
  margin-top: 30px;
  padding: 20px;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 .products-grid .product-image {
  border: none;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 .products-grid .product-info {
  margin-top: 70px;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 .special-countdown {
  position: absolute;
  right: auto;
  left: 0;
  bottom: -65px;
  width: 100%;
  margin-bottom: 15px;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 .special-countdown .clock {
  width: 100%;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 .special-countdown .clock > span {
  float: left;
  padding: 6px 7px;
  text-align: center;
  font-size: 107.69%;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: #222;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  line-height: 100%;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 .special-countdown .clock > span > span {
  color: #d20043;
  line-height: 32px;
  clear: both;
  position: relative;
  top: auto;
  right: auto;
  }
  .home_style2 .main-container .pt-carousel-deals.pt-carousel-deals-2 .special-countdown .clock > span.sec {
  padding: 6px 10px;
  }
  .home_style2 .main-container .happy-clients .content-happy-client {
  padding: 0 20px;
  }
  .home_style3 .main-container .block-banner-1 {
  margin-bottom: 50px;
  }
  .home_style3 .main-container .block-banner-1 .block-banner-item {
  margin-bottom: 10px;
  }
  .home_style3 .main-container .pt-tabs {
  padding: 0;
  }
  .home_style3 .main-container .pt-tabs .products-grid .item {
  margin: 0 0 30px;
  }
  .home_style3 .main-container .block-happyclients .happy-clients {
  padding: 30px 0;
  background: #fff;
  }
  .home_style3 .main-container .block-happyclients .happy-clients:before {
  display: none;
  }
  .home_style3 .main-container .block-happyclients .block-home-newletter {
  margin: 0;
  padding-bottom: 20px;
  }
  .home_style3 .main-container .block-sale {
  margin-bottom: 30px;
  }
  .home_style3 .main-container .block-sale .pt-products.pt-products-home {
  margin-bottom: 30px;
  }
  .home_style3 .main-container .block-deals .pt-carousel-deals {
  margin-bottom: 30px;
  }
  .home_style3 .main-container .block-deals .pt-carousel-deals .products-grid .block-content-inner {
  border-bottom: 1px solid #e5e5e5;
  }
  .home_style3 .main-container .block-deals .pt-carousel-deals .products-grid .item .item-inner {
  padding-bottom: 40px;
  border-bottom: none;
  padding: 20px;
  }
  .home_style3 .main-container .block-deals .pt-carousel-deals .products-grid .product-info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 30px;
  }
  .home_style3 .main-container .block-deals .pt-carousel-deals .products-grid .product-info .special-countdown {
  margin-top: 20px;
  }
  .col-left {
  margin-bottom: 60px;
  }
  .col-left .pt-products.pt-products-left .item .product-info {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  }
  .col-right {
  margin-top: 60px;
  }
  .products-grid .item {
  float: left;
  width: 100%;
  }
  .products-list .item .product-shop {
  float: left;
  width: 100%;
  margin-top: 10px;
  }
  .products-list .item .product-shop .desc.std {
  margin: 10px 0 15px;
  }
  .sorter {
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
  width: 100%;
  }
  .pager {
  float: left;
  width: 100%;
  }
  .pager .limiter {
  width: 100%;
  margin-bottom: 10px;
  }
  .pager .pages {
  float: left;
  }
  .product-view .product-essential .product-options-bottom .qty-wrap label,
  .product-view .product-essential .add-to-box .qty-wrap label {
  display: none;
  }
  .product-view .product-essential .pt-products.pt-products-left .item .product-info {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  }
  .product-view .product-essential .product-shop {
  margin-top: 20px;
  }
  .product-view .product-essential .product-options-bottom .add-to-links,
  .product-view .product-essential .add-to-box .add-to-links {
  width: 100%;
  margin: 10px 0 0 -5px;
  }
  .product-view .product-essential .cat-list-detail {
  margin-top: 0;
  }
  .product-view .product-tab-detail {
  margin: 30px 0 10px;
  }
  .product-view .product-tab-detail .product-tab-nav li {
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  border: 1px solid #e5e5e5;
  }
  .product-view .product-tab-detail .product-tab-nav li.active,
  .product-view .product-tab-detail .product-tab-nav li:hover {
  border: 1px solid #d20043;
  }
  .product-view .product-tab-detail .product-tab-nav li:before {
  display: none;
  }
  .product-view .product-tab-detail .product-tab-nav li a {
  padding: 7px 10px;
  float: left;
  width: 100%;
  }
  .product-view .product-tab-detail .tab-content #tab_tags .box-tags #addTagForm .form-add .input-box #productTagName {
  width: 175px;
  }
  /*other*/
  .main-container {
  padding-top: 30px;
  }
  .breadcrumbs ul {
  line-height: normal;
  }
  .breadcrumbs .breadcrumbs-image {
  display: none;
  }
  .about-us-wrap .about-service .about-service-item {
  margin: 15px 0;
  }
  .about-us-wrap .about-team .about-team-member-item {
  margin-bottom: 20px;
  }
  .about-us-wrap .block-happyclients {
  padding: 0 15px;
  }
  .contat-us-wrap .block-contact-address {
  margin-top: 30px;
  }
  .data-table.orders .date {
  display: none;
  }
  .data-table.orders th.view,
  .data-table.orders td.view {
  border-right: none;
  }
  body .data-table.orders th.ship,
  body .data-table.orders td.ship,
  body .data-table.orders td.status,
  body .data-table.orders th.status {
  display: none;
  }
  #shopping-cart-table * {
  white-space: normal !important;
  }
  #shopping-cart-table {
  display: block;
  }
  #shopping-cart-table thead {
  display: none;
  }
  #shopping-cart-table tfoot {
  display: block;
  border-top: none;
  }
  #shopping-cart-table tfoot tr {
  display: block;
  }
  #shopping-cart-table tfoot tr td {
  display: inline-block;
  width: 100%;
  }
  #shopping-cart-table tfoot tr td .button {
  margin: 2px 0;
  width: 100%;
  }
  #shopping-cart-table tbody {
  display: block;
  }
  #shopping-cart-table tbody tr {
  border-bottom: none;
  display: block;
  padding: 10px;
  }
  #shopping-cart-table tbody td {
  border: medium none;
  display: block;
  float: right;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  width: 65%;
  }
  #shopping-cart-table tbody td:first-child {
  float: left;
  margin: 0;
  padding-right: 20px;
  text-align: center;
  width: 35%;
  }
  #shopping-cart-table tbody tr:before,
  #shopping-cart-table tbody tr:after {
  content: " ";
  display: table;
  }
  #shopping-cart-table tbody tr:after {
  clear: both;
  }
}
.block-header-cart{
  width: 41px;
  height: 41px;
  background-color: #d20043;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.newsletter {
  margin-top: 50px;
  padding: 0;
}

.newsletter-container {
  text-align: center;
  color: #313131;
  font-size: 16px;
  text-transform: uppercase;
}

.newsletter-container span,
.newsletter-container input {
  max-width: 100%;
}

.footer-container a {
  color: #fff;
}

.footer-center {
  background-color: #1a1a1a !important;
}

ul.block-content-footer {
  color: #fff;
  white-space: nowrap;
}

.block-payment ul li {
  white-space: pre-line;
  
}

.block-payment, .block-footer-contact, .block-footer-company, .block-footer-myaccount, .block-footer-information {
 text-align: center;
} 

.block-banner-item {
  border: 5px solid #e5e5e5;
}

.products-grid .owl-carousel .product-info .product-name {
  font-weight: bold;
  font-size: 18px;
}

.products-grid .owl-carousel .product-info {
  text-align: left;
}

.products-grid .owl-carousel .price-box {
  margin-top: 5px;
}

.products-grid .owl-carousel .price-box .old-price .price {
  color: #000;
  font-size: 14px;
}

.products-grid .owl-carousel .price-box .special-price {
  font-size: 18px;
}

.owl-carousel .item-addcart {
  padding: 0;
  border: 0;
  display: inline-block;
  width: initial;
  height: 40px;
}
.owl-carousel .item-addcart .button:hover,
.owl-carousel .item-addcart a:hover {
  border: none !important;
}

.owl-carousel .item-addcart i {
  line-height: 40px;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  font-style: normal;
  font-size: 14px;
}

.owl-carousel .item-addcart .icon-bag {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/bgn-bag.jpg);
}

.owl-carousel .item-addcart .button, .item-addcart a {
  padding: 0;
  border: none;
  height: 40px;
}

.products-grid .owl-carousel .item-wishlist {
  margin-top: 10px;
  clear: left;
}

.products-grid .owl-carousel .item-wishlist a {
  width: 40px;
  height: 40px;
  background: #E04C7C;
  border: none;
  color: #fff;
  line-height: 40px;
  margin: 0;
}

.products-grid .owl-carousel .item-cwc-wrap .item-compare {
  display: none;
}

.owl-item .price-box .price-label {
  display: none;
}

.special-countdown:before {
  content: "TEMPO RESTANTE";
  position: absolute;
  top: 0;
  left: 0;
}

.cms-sobre-a-afghan .breadcrumbs {
  display: none;
}

.texto {
  font-size: 16px;
  line-height: 20px;
}

.service-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.service-item .service-image {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 15px;
}

.service-item .service-content {
  display: inline-block;
  text-transform: uppercase;
}

.service-item .service-content label,
.service-item .service-content p {
  margin-bottom: 0;
}

.catalog-category-view .item-cwc-wrap {
  display: none;
}

.catalogsearch-result-index .item-cwc-wrap {
  display: none;
}

.Tamanhos li {
  text-align: left;
}

.Tamanhos li:before {
  content: "(";
}

.Tamanhos li:after {
  content: ")";
}

.Tamanhos li a {
  display: inline-block;
  margin-right: 5px;
}

.dob-day {
  display: inline-block;
}

input#day {
  width: 54px;
  text-align: center;
}

.dob-month {
  display: inline-block;
}

input#month {
  width: 54px;
  text-align: center;
}

.dob-year {
  display: inline-block;
}

input#year {
  width: 54px;
  text-align: center;
}

#pop .block-subscribe {
  width: 100%;
  top: 20px;
  margin: 0 auto;
  text-align: center;
}

#titulo {
  color: #000;
  font-family: 'Roboto Condensed', georgia, serif;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

#pop .block-subscribe .block-content {
  padding: 0;
  background: none;
  margin: 0;
  text-align: center;
}

#pop .block-subscribe .input-box {
  float: none;
  margin-right: 0px;
}

form#formEstado {
  display: inline-block;
}

#pop .subtitle {
  color: #000;
  font-family: 'Roboto Condensed', georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.socials-detail-wrap {
  display: none;
}

.block-custom-html {
  display: none;
}

.cat-list-detail {
  display: none;
}

.catalog-category-view span.ref {
  position: relative;
  float: right;
  text-transform: uppercase;
  font-size: 10px;
	right: 15px
}

.catalogsearch-result-index span.ref {
  position: relative;
  float: right;
  text-transform: uppercase;
  font-size: 10px;
	right: 15px
}

.catalog-product-view .dialog {
  width: 410px !important;
}

.catalog-product-view span.ref {
  position: relative;
  top: 5px;
  right: 10px;
  color: #fff;
  z-index: 99999;
  float: right;
  font-weight: bold;
  font-family: 'Montserrat';
}

.catalog-product-view .price-box .price {
  color: #000;
  font-size: 25px;
  font-family: 'Montserrat';
  /* margin-top: 24px; */
}

.catalog-product-view .price-box .price-label {
  float: none;
  
}

.checkout-cart-index .pt-instagram {
  display: none;
}

.breadcrumbs .breadcrumbs-image {
  width: 100%;
  height: auto;
  display: inline-block;
  background-size: contain !important;
}

.category-loja-online-17 .breadcrumbs .breadcrumbs-image,
.category-verao-17 .breadcrumbs .breadcrumbs-image {
  background: url(../images/TESTEIRALOJAONLINE.png) no-repeat;
}	
.categorypath-loja-online-17-blusas-html .breadcrumbs .breadcrumbs-image {
  background: url(../images/BLUSAS.png) no-repeat;
}
.categorypath-loja-online-17-calcas-shorts-html .breadcrumbs .breadcrumbs-image {
  background: url(../images/CALCASESHORTS.png) no-repeat;
}
.category-macacoes-e-macaquinhos .breadcrumbs .breadcrumbs-image {
  background: url(../images/MACACOESEMACAQUINHOS.png) no-repeat;
}
.categorypath-loja-online-17-acessorios-html .breadcrumbs .breadcrumbs-image {
  background: url(../images/ACESSORIOS.png) no-repeat;
}
.category-bazar .breadcrumbs .breadcrumbs-image {
  background: url(../images/ACESSORIOSECALCADOSBAZAR2.png) no-repeat;
}
.categorypath-bazar-blusas-html .breadcrumbs .breadcrumbs-image {
  background: url(../images/ACESSORIOSECALCADOSBAZAR3.png) no-repeat;
}
.category-saia .breadcrumbs .breadcrumbs-image {
  background: url(../images/SAIAS.png) no-repeat;
}
.category-vestidos .breadcrumbs .breadcrumbs-image {
  background: url(../images/VESTIDOS.png) no-repeat;
}
.category-vestidos .breadcrumbs .breadcrumbs-image {
  background: url(../images/VESTIDOS.png) no-repeat;
}
.cms-trabalhe-conosco .breadcrumbs .breadcrumbs-image {
  background: url(../images/TRABALHECONOSCO.png) no-repeat;
}

.product-view .product-essential .label-look {
  background-color: #d20043;
  height: 30px;
  z-index: 99999;
  position: relative;
}

.product-view .product-essential span.accordion {
  color: #444;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: inline-block;
}

.product-view .product-essential span.accordion.active, button.accordion:hover {
  background-color: #fff;
}

.product-view .product-essential span.accordion:after {
  content: '+';
  font-size: 33px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.product-view .product-essential span.accordion.active:after {
  content: "-";
}

.product-view .product-essential div.panel {
  padding: 0;
  margin: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  box-shadow: none;
}

.product-view .product-essential div.panel.show {
  opacity: 1;
  max-height: 500px;
  height: auto;
  margin: 10px 0 15px;
}

.cms-campanhas .breadcrumbs,
.cms-perguntas-frequentes .breadcrumbs,
.cms-troca-e-devolucoes .breadcrumbs,
.cms-prazo-entrega .breadcrumbs,
.cms-seguranca-privacidade .breadcrumbs,
.cms-fale-conosco .breadcrumbs,
.cms-atacado .breadcrumbs,
.catalogsearch-result-index .breadcrumbs,
.catalog-product-view .breadcrumbs,
.cms-trabalhe-conosco .breadcrumbs .breadcrumbs-inner .block-service-wrap,
.cms-trabalhe-conosco .breadcrumbs .breadcrumbs-inner ul {
  display: none;
}

.cms-troca-e-devolucoes h4,
.cms-perguntas-frequentes h4,
.cms-troca-e-devolucoes h4,
.cms-prazo-entrega h4,
.cms-seguranca-privacidade h4 {
  margin: 30px 0 15px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.cms-campanhas p,
.cms-troca-e-devolucoes p,
.cms-perguntas-frequentes p,
.cms-troca-e-devolucoes p,
.cms-prazo-entrega p,
.cms-seguranca-privacidade p,
.cms-trabalhe-conosco p {
  font-size: 16px;
  line-height: 20px;
}

.campanha-selecionada #myCarousel {
  padding: 0 50px 0 0;
}

.campanha-selecionada #myCarousel .carousel-control {
  width: 50px;
  background: transparent !important;
  color: #000;
  opacity: 1;
}

.campanha-selecionada #myCarousel .carousel-control.left {
  left: -50px;
}

.campanha-selecionada #myCarousel .carousel-control:focus,
.campanha-selecionada #myCarousel .carousel-control:hover {
  color: #000;
  opacity: .5;
}

.campanha-selecionada h2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  line-height: 25px;
}

.campanha-selecionada h2 strong {
  color: #D20042;
}

#formulariomm .form-col-1,
#formulariocc .form-col-1 {
  width: 49.5%;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}

#formulariomm .form-col-2,
#formulariocc .form-col-2 {
  width: 49.5%;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
}

.customer-account-login form input[type=text],
.cms-atacado form input[type=text],
.cms-trabalhe-conosco form input[type=text],
.cms-fale-conosco form input[type=text],
.customer-account-login form input[type=password],
.cms-atacado form input[type=password],
.cms-trabalhe-conosco form input[type=password],
.cms-fale-conosco form input[type=password],
.customer-account-login form select,
.cms-atacado form select,
.cms-trabalhe-conosco form select,
.cms-fale-conosco form select,
.customer-account-login form textarea,
.cms-atacado form textarea,
.cms-trabalhe-conosco form textarea,
.cms-fale-conosco form textarea {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px;
  background: #eee;
  border: none;
  border-bottom: 2px solid #dcdcdc;
  outline: none;
  color: #777;
  font-size: 16px;
  line-height: 33px;
  transition: .2s;
}

.customer-account-login form select,
.cms-atacado form select,
.cms-trabalhe-conosco form select,
.cms-fale-conosco form select {
  padding: 6px 10px;
}

.customer-account-login form .half-size,
.cms-atacado form .half-size,
.cms-trabalhe-conosco form .half-size,
.cms-fale-conosco form .half-size {
  width: 48% !important;
}

.customer-account-login form .third-size,
.cms-atacado form .third-size,
.cms-trabalhe-conosco form .third-size,
.cms-fale-conosco form .third-size {
  width: 30% !important;
}

.customer-account-login form .third-size.center,
.cms-atacado form .third-size.center,
.cms-trabalhe-conosco form .third-size.center,
.cms-fale-conosco form .third-size.center {
  margin-left: 4.5%;
}

.customer-account-login form input.ddd,
.cms-atacado form input.ddd,
.cms-trabalhe-conosco form input.ddd,
.cms-fale-conosco form input.ddd {
  width: 27%;
}

.customer-account-login form input.tel,
.cms-atacado form input.tel,
.cms-trabalhe-conosco form input.tel,
.cms-fale-conosco form input.tel {
  width: 70%;
  float: right;
}

.customer-account-login form textarea,
.cms-atacado form textarea,
.cms-trabalhe-conosco form textarea,
.cms-fale-conosco form textarea {
  line-height: 22px;
}

.customer-account-login form input[type=text]:focus,
.cms-atacado form input[type=text]:focus,
.cms-trabalhe-conosco form input[type=text]:focus,
.cms-fale-conosco form input[type=text]:focus,
.customer-account-login form input[type=text]:hover,
.cms-atacado form input[type=text]:hover,
.cms-trabalhe-conosco form input[type=text]:hover,
.cms-fale-conosco form input[type=text]:hover,
.customer-account-login form input[type=password]:focus,
.cms-atacado form input[type=password]:focus,
.cms-trabalhe-conosco form input[type=password]:focus,
.cms-fale-conosco form input[type=password]:focus,
.customer-account-login form input[type=password]:hover,
.cms-atacado form input[type=password]:hover,
.cms-trabalhe-conosco form input[type=password]:hover,
.cms-fale-conosco form input[type=password]:hover,
.customer-account-login form select:focus,
.cms-atacado form select:focus,
.cms-trabalhe-conosco form select:focus,
.cms-fale-conosco form select:focus,
.customer-account-login form select:hover,
.cms-atacado form select:hover,
.cms-trabalhe-conosco form select:hover,
.cms-fale-conosco form select:hover,
.customer-account-login form textarea:focus,
.cms-atacado form textarea:focus,
.cms-trabalhe-conosco form textarea:focus,
.cms-fale-conosco form textarea:focus,
.customer-account-login form textarea:hover,
.cms-atacado form textarea:hover,
.cms-trabalhe-conosco form textarea:hover,
.cms-fale-conosco form textarea:hover {
  border: none;
  border-bottom: 2px solid #aaa;
}

.cms-fale-conosco form input[type=file]{
    border: none;
    width: 124px;
    float: right;
    margin-bottom: 10px;
}

.customer-account-login form button[type=submit],
.cms-atacado form input[type=submit],
.cms-trabalhe-conosco form input[type=submit],
.cms-fale-conosco form input[type=submit] {
  width: 100%;
  display: inline-block;
  padding: 3px 15px;
  background: #D20042;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  transition: .2s;
}

#allow-gift-message-container{
	display:none;
}


.customer-account-login form .form-list button[type=submit] {
  width: 150px !important;
  line-height: 28px;
}

.customer-account-login form label {
  color: #333;
  text-transform: uppercase;
}

.customer-account-login form label[for=is_subscribed] {
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
}

.customer-account-login .registered-users {
  width: 100%;
  float: left;
  margin: 15px 0 0;
  padding: 22px 25px 12px 22px;
  border: 2px solid #e5e5e5;
}

.customer-account-login .account-login button[type=submit] {
  margin-top: 72px;
}

.customer-account-login .account-create button[type=submit] {
  float: right;
}

.customer-account-login .block-title {
  margin-bottom: 60px;
}

.customer-account-login .page-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.customer-account-login .account-login > p,
.customer-account-login .account-create > p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #333;
  word-spacing: 7px;
  text-align: justify;
}

.customer-account-login .block-title strong {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold;
}

.customer-account-login .registered-users .content > p {
  margin-bottom: 40px;
}

.circle-icon {
  width: 24px;
  height: 24px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-right: 6px;
}

.cms-lojas .menu{
padding-left: 0px;
}

.cms-lojas .menu ul li {
    text-align: right;
    text-transform: uppercase;
    color: #000;
    background-color: #eee;
    padding: 10px 20px;
    margin: 1px 5px 1px 0px;
}

.cms-lojas .menu ul li:hover, .cms-lojas .menu ul li:visited {
	border-right: solid 5px #d20043;
}

#aviso {
color: #D20042;
font-size: 14px;
}

.cms-trabalhe-conosco h2.top {
  width: 100%;
  margin: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

.cms-lojas .content .end {
	margin-top: 100px;
	
}

.cms-lojas .content .desc{
	text-align: center;
    color: #000;
    font-size: 17px;
}

.cms-lojas .mapa {
	padding-top: 45px;
	padding-left: 0px;
    padding-right: 0px;
}

.cms-lojas .desc ul li {
    padding: 10px 60px;
}

.cms-lojas span#titulo {
    font-size: 20px;
    font-weight: bold;
}

.cms-trabalhe-conosco .texto-principal {
    text-align: center;
}

.cms-trabalhe-conosco .actions {
    text-align: center;
    width: 220px;
    margin: 0 auto;
}

.cms-lojas .breadcrumbs-image {
    background: url(../images/banner-Lojas.jpg) no-repeat;
    width: 100%;
    height: 390px;
    display: inline-block;
}

.cms-lojas .breadcrumbs ul {
	display:none;
}

.cms-lojas .block-service-wrap {
	display:none;
}

.pt-instagram,
.pt-instagram .block-content-instagram,
.pt-instagram .shop-insta-img,
.pt-instagram .owl-stage {
  max-width: 100% !important;
  padding: 0;
}

.pt-instagram .owl-item {
  width: 16.66666667% !important;
  padding: 0 15px 15px 0;
}

@media (max-width: 767px) {
  .pt-instagram .owl-item {
    width: 33.33333333% !important;
  }
}

.pt-instagram .icon-hover {
  display: none;
}

.newsletter .newsletter-container:nth-child(2){
  display: none !important;
}

.catalog-product-view .block-shipping-estimate {
  display: block;
  float: left;
  margin-bottom: 0;
}

.catalog-product-view .block-shipping-estimate,
.catalog-product-view .block-shipping-estimate .block-content,
.catalog-product-view .block-shipping-estimate .block,
.catalog-product-view #shipping-estimate-results .block,
.catalog-product-view #shipping-estimate-results .block-content {
  width: initial !important;
  display: inline-block;
  margin-bottom: 0;
}

.catalog-product-view .block-shipping-estimate #shipping-estimation-form,
.catalog-product-view .block-shipping-estimate #shipping-estimation-form li {
  width: initial !important;
  display: block;
  float: left;
  padding: 0 !important;
  font-family: 'Montserrat' !important;
}

.catalog-product-view #estimate_postcode {
  width: 150px;
  display: inline-block;
  float: left;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-right: none;
  color: #aaa;
  font-size: 13px;
  line-height: 39px;
}

.catalog-product-view .input-box .validation-advice {
  float: left;
  display: block;
  clear: left;
}

.catalog-product-view .block-shipping-estimate .input-box,
.catalog-product-view .block-shipping-estimate .actions,
.catalog-product-view #shipping-estimate-results {
  display: block;
  float: left;
}

.catalog-product-view .block-shipping-estimate .actions .button {
  border: none;
  line-height: 40px;
  height: 40px;
  background: #d20043;
  color: #fff;
}

.catalog-product-view .block-shipping-estimate .actions .please-wait {
  margin-left: 10px;
  line-height: 40px;
  color: #d20043;
}

.title-shipping {
  font-weight: bold;
}

.catalog-product-view #shipping-estimate-results .block-shipping-results {
  max-width: 340px;
}

.catalog-product-view #shipping-estimate-results .results {
  display: block;
  float: left;
  clear: both;
}

.catalog-product-view #shipping-estimate-results .item-title {
  display: block;
  float: left;
}

.catalog-product-view #shipping-estimate-results .result {
  max-width: 70%;
  display: block;
  float: left;
  margin-left: 10px;
}

.catalog-product-view .shipping{
  display:none;
}

.catalog-product-view .block.block-sale {
    display: none;
}

.cms-home .precoparcelado-parcels {
	display:none;
}

.catalog-category-view .precoparcelado-parcels{
	font-weight:bold;
	white-space:nowrap;
  font-family: 'Montserrat';
}

.catalog-category-view .precoparcelado-parcels #parc2{
	display:none;
}

.catalog-category-view .precoparcelado-parcels #parc5{
	display:none;
}

.catalog-category-view .precoparcelado-parcels #parc7{
	display:none;
}

.catalogsearch-result-index .precoparcelado-parcels{
	font-weight:bold;
	white-space:nowrap;
  font-family: 'Montserrat';
}

.catalogsearch-result-index .precoparcelado-parcels #parc2{
	display:none;
}

.catalogsearch-result-index .precoparcelado-parcels #parc5{
	display:none;
}

.catalogsearch-result-index .precoparcelado-parcels #parc7{
	display:none;
}

.catalogsearch-result-index .precoparcelado-parcels{
	font-size:15px;
	color:#000;
	display: block;
	margin-top: 20px;

}

.catalogsearch-result-index .precoparcelado-parcels #parc1{
 display:none;
}

.catalog-product-view .precoparcelado-parcels #parc3,
.catalog-product-view .precoparcelado-parcels #parc4,
.catalog-product-view .precoparcelado-parcels #parc5,
.catalog-product-view .precoparcelado-parcels #parc6{
 font-weight:bold;
 text-transform:uppercase;
}


.catalog-category-view .price-box .price-label {
  margin-left: 0;
}

.catalog-category-view .price-box .old-price {
  margin-right: 5px;
  font-size: 12px;
}

.catalogsearch-result-index .price-box .price-label {
  margin-left: 0;
}

.catalogsearch-result-index .price-box .old-price {
  margin-right: 5px;
  font-size: 12px;
}


.product-view .product-essential .more-views {
  max-height: 661px;
}

.category-banner-placeholder {
  opacity: 0;
}

#narrow-by-list dd .has-image .swatch-label > span.label-image {
	margin: 0 5px;
}

.swatch-link.has-image img,
#narrow-by-list dd .has-image .swatch-label > span {
	position: relative;
	display: block;
	float: left;
}

.category-banner-placeholder {
  opacity: 0;
  max-width: 100%;
}

.checkout-cart-index .discount-form label {
  font-weight: normal;
}

.checkout-cart-index .discount-form .input-box {
  width: 66%;
  display: block;
  float: left;
}

.checkout-cart-index .discount-form .buttons-set {
  width: 30%;
  display: block;
  float: right;
  clear: initial;
  margin: 0 !important;
}

.checkout-cart-index .shipping-form .form-list {
  width: 61%;
  display: block;
  float: left;
}

.checkout-cart-index .shipping-form .buttons-set {
  width: 35%;
  display: block;
  float: right;
  clear: initial;
  margin: 0 !important;
}

.checkout-cart-index #co-shipping-method-form > .buttons-set {
  width: auto;
}
.checkout-cart-index .totals .btn-checkout {
  margin-top: 45px;
  border: none;
  background: #d40142;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.checkout-cart-index .totals .subtotal {
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.checkout-cart-index .totals .grandtotal {
  display: inline-block;
  margin-top: 15px;
  font-size: 22px;
  color: #d40142;
}

.sidebar .block-account ul {
  background: #eee;
}

.sidebar .block-account ul li {
  padding: 0;
  text-align: right;
}

.sidebar .block-account ul li:nth-child(5),
.sidebar .block-account ul li:nth-child(6),
.sidebar .block-account ul li:nth-child(7),
.sidebar .block-account ul li:nth-child(8),
.sidebar .block-account ul li:nth-child(10),
.sidebar .block-account ul li:nth-child(11),
.sidebar .block-account ul li:nth-child(12) {
  display: none;
}

.sidebar .block-account ul li a,
.sidebar .block-account ul li strong {
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  color: #323232;
  font-size: 14px;
  text-transform: initial;
  transition: .2s;
}

.sidebar .block-account ul li a:hover {
  color: #D20042;
}

.sidebar .block-account ul li.current strong {
  padding-right: 11px;
  border-right: 4px solid #D20042;
}

.sidebar .block-cart {
  display: none;
}

#review-buttons-container .button {
  color: #fff;
  background: #d20043;
  border: none;
}

.my-account p {
  font-weight: normal;
}

.my-account .box-title a {
  font-size: 11px;
  color: #D20042;
}

.my-account .box-content a {
  color: #D20042;
}

.my-account #my-orders-table .number {
  width: 7%;
}

.my-account #my-orders-table .date {
  width: 7%;
}

.my-account #my-orders-table .ship {
  width: 20%;
}

.my-account #my-orders-table .total {
  width: 12%;
}

.my-account #my-orders-table .view {
  width: 13%;
}

.my-account #my-orders-table .nobr a {
  color: #d20043;
  font-size: 10px;
  font-family: Arial;
  line-height: 12px;
  display: inline-block;
}

.customer-account-edit .my-account .form-list li {
  display: none;
}

.customer-account-edit .my-account .form-list li:first-child,
.customer-account-edit .my-account .form-list li:nth-child(2),
.customer-account-edit .my-account .form-list li:last-child {
  display: inline-block;
}

.customer-account-edit .my-account label {
  color: #323232;
}

.customer-account-edit .my-account label[for=change_password] {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin: 0;
}

.my-account .back-link {
  display: none;
}

.customer-account-edit .my-account .buttons-set .required {
  display: inline-block;
  float: left;
  line-height: 34px;
  margin: 0 0 0 10px
}

.customer-account-edit .my-account button[type=submit] {
  display: inline-block;
  float: left;
  margin: 0;
  border: none;
  background: #d20042;
  color: #fff;
}

.category-reveillon-17 .breadcrumbs .breadcrumbs-image{
	    background: url(../images/banner-r.png) no-repeat;
}