@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
  background: #fff;
}

body {
  font-family: 'PT Sans', sans-serif;
  margin: 0 auto;
  font-size: 16px;
  color: #424352;
  max-width: 1460px;
  margin: 0 auto;
  min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title_h3,
.title_h4,
.title_h5
{
  margin-top: 0;
}

.title_h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.title_h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}


.container-fluid {
  margin: 0 25px !important;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  box-shadow: none;
  border-color: #ededed;
}

.input-group-sm>.input-group-addon {
  background: #f9f9f9;
}

.list-group-item {
  padding: 8px 15px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.list-group-item.sub {
  font-weight: 300;
  color: #555;
  padding-left: 25px;
  border-bottom: 2px solid #fff;
  background: #f9f9f9;
  text-transform: none;
}

.list-group-item i {
  margin-right: 7px;
}

a.list-group-item {}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #333;
  background-color: #f2f2f2;
  border-color: #fff;
}

.pagination {
  margin-top: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination>li>a,
.pagination>li>span {
  padding: 6px 12px;
  margin-right: 5px;
  color: #424352;
  background-color: #ffffff;
  border: 1px solid #424352;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #fff;
  background-color: #424352;
  border-color: #424352;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #424352;
  border-color: #424352;
}

.thumbnail {
  border-radius: 2px !important;
}

.panel {
  margin-bottom: 20px;
  border-color: #eee;
  border-radius: 0px;
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 0px;
}

.breadcrumb {
  padding: 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: none;
  margin-top: -15px;
}

.breadcrumb a, .breadcrumb span {
  color: #424352;
  font-size: 13px;
}



.modal-content .close {
  color: #fff;
  font-size: 35px;
  text-shadow: none;
  opacity: 1;
  margin-top: -40px;
  margin-right: -40px;
}

.modal-body {
  padding: 45px 65px;
}

.wpcf7-form-control,
.modal-body .form-control {
  height: 45px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 15px;
}

.modal-body label {
  font-weight: normal;
}




.btn-bord {
  background: #363a42;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.btn-bord:hover,
.btn-bord:focus,
.btn-bord:active {
  background: #eb6702;
  color: #fff;
}

.btn-subscr {
  color: #fff;
  background-color: #eb6702;
  border-color: #eb6702;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 17px 16px;
}

.btn-subscr:hover,
.btn-subscr:focus,
.btn-subscr:active {
  background: #eb6702;
  color: #fff;
  border-color: #eb6702;
  outline: none;
}

.btn-wh {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #424352;
  text-transform: uppercase;
}

.btn-wh:hover,
.btn-wh:focus,
.btn-wh:active {
  background: #eb6702;
  border-color: #eb6702;
  color: #fff;
  outline: none;
}

.btn-blue {
  background: #eb6702;
  border: 1px solid #eb6702;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background: #eb6702;
  border-color: #eb6702;
  color: #fff;
  outline: none;
}

.btn-pink {
  background: #eb6702;
  border: 1px solid #eb6702;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background: #363A42;
  border-color: #363A42;
  color: #fff;
  outline: none;
}




.head-line {
  background: #eb6702;
  color: #424352;
  padding: 5px 0;
  -webkit-box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
  -moz-box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
  box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
}
  .head-line ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 170px;
}

.head-line .msg {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  margin-right: 15px;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #424352;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#logo img {
  max-width: 100%;
  margin-bottom: 2px;
}
#logo span {
  font-size: 10px;
  color: #424352;
}
#logo a:hover {
  text-decoration: none;
}
.menu-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-family: Helvetica;
  line-height: 2;
  margin-left: 15px;
}
.column {
  display: flex;
  flex-direction: column;
}
.menu-wrap a {
  text-decoration: underline;
}
.menu-wrap a:hover {
  text-decoration: none;
}
.head-line a {
  color: white;
  margin-right: 40px;
  font-size: 16px;
  line-height: 3;
  font-weight: bold;
}

.callbacl-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: Helvetica;
}

.callbacl-wrap .tel {
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 22px;
  color: #424352;
  font-weight: bold;
}
.callbacl-wrap .tel:hover {
  text-decoration: underline;
}

.callbacl-wrap > a:not(.tel) {
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}

.callbacl-wrap > a:hover {
  text-decoration: none;
}
.callbacl-wrap .messangers {
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
}
.callbacl-wrap .messangers img {
  width: 100%;
}
.callbacl-wrap .messangers a {
  width: 40px;
}
.head-line .head-links li {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

.head-line .head-links li:last-child {
  border-right: 0px;
}

.head-main {
  margin-top: 25px;
  margin-bottom: 10px;
}

.head-main .logo h3, .head-main .logo .title_h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 0;
  margin-top: 0px;
}

.head-main .logo span {
  color: red;
  font-size: 78px;
  line-height: 1px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.head-main .logo a {
  color: #424352;
  text-decoration: none;
}

.head-main .logo a span {
  color: red;
}

.head-main .logo a:hover {
  text-decoration: none;
}

#search {
  
  
  
}
.search-box {
  
  
}

.search {
  width: 100%;
  position: relative;
}

















.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px;
  
  font-style: italic;
  outline: none;
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}

.head-main .cart {
  margin-top: 0px;
  text-align: center;
  position: relative;
  color: #404755;
}

.cart-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

#cart {
  display: flex;
}

.head-main .cart span:not(.text,.red) {
  position: absolute;
  background: #eb6702;
  color: #fff;
  padding: 10px 7px;
  border-radius: 50%;
  left: 35px;
  line-height: 1px;
  font-size: 13px;
  font-weight: 600;
}

.head-main .cart span.text {
  display: block;
}
.head-main .cart .red {
  color: #eb6702;
}
.head-main .cart img {
  width: 40px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.head-main .cart h5, .head-main .cart .title_h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #404755;
}

.cart-add-msg {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 64, 129, 0.95);
  !important;
  color: #fff;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  text-align: center;
}

.cart-add-msg a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.cart-add-msg .close {
  font-size: 32px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  margin-top: -5px;
  line-height: 1;
}

#cart .btn-inverse {
  background-color: #eb6702;
  display: flex;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#cart .btn-inverse:hover {
  background-color: #424352;
}
#cart a {
  text-transform: uppercase;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-family: Helvetica;
  padding-bottom: 10px;
  padding-top: 10px;
}

#cart img {
  height: 38px;
  margin-right: 10px;
}

#cart .cart-text {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#cart .cart-text .text {
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-family: Helvetica;
}

#cart .cart-text .text .red {
  display: block;
  color: #eb6702;
  font-weight: bold;
  font-size: 22px;
  font-family: Helvetica;
}
#cart .cart-text .text:last-of-type {
  border-left: 2px solid #eb6702;
}
.head-main .cart .btn-inverse {
  background: transparent;
  color: #404755;
  border: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
}

.head-main .cart .btn-inverse:active {
  background: transparent;
  color: #404755;
  border: none;
  box-shadow: none;
  border-color: transparent;
}

.head-main .cart .btn-inverse:focus {
  background: transparent;
  color: #404755;
  border: none;
  box-shadow: none;
  border-color: transparent;
}

#cart .dropdown-menu {
  padding: 0px;
  border: none;
  border-radius: 0px;
  top: 50px;
}

.head-main .support {
  margin-top: 5px;
  text-align: center;
  align-items: end;
}
.head-main .support > img {
  margin-top: 10px;
}
.head-main .support img {
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  
  
  margin-right: 5px;
  
}

.head-main .support h5, .head-main .support .title_h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.head-main .support a {
  color: #333;
  font-size: 14px;
  
}

.head-main .support a:hover {
  text-decoration: none;
  color: #474E5B;
}











.navbar {
  margin-bottom: 0px;
}
.navbar .container-fluid {
  margin: 0!important;
  padding: 0;
}
.navbar .home {
  background-color: #424352!important;
  padding: 12px 30px;
  font-size: 36px;
}

.navbar-nav {
  float: none!important;
  display: flex;
}
.navbar-nav > li {
  float: none;
}

.navbar-nav > li:not(:first-of-type){
  flex: auto;
  text-align: center;
}
.navbar-nav > li > a {
  font-family: Helvetica;
  font-size: 14px;
}
.navbar .menu{
  line-height: 1;
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
}
.navbar-toggle {
  padding-top: 6px;
  display: flex;
  float: none;
}
.mob-menu {
  padding-top: 12px;
  color: #fff;
}

.mob-menu a {
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar .see-all {
  font-size: 15px;
}




.icon-block {
  -webkit-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  -moz-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  margin-bottom: 25px;
  padding: 15px 0;
  text-align: center;
}

.icon-block h4, .icon-desc > span, .icon-block .title_h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: Helvetica;
  color: #424352;
  margin: 0;
}

.icon-block p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Helvetica;
  text-transform: uppercase;
  color: #eb6702;
  font-weight: bold;
}

.icon-block img {
  height: 45px;
}

.icon-block .b-left {
  border-left: 1px solid #424352;
  padding-right: 35px;
}
.icon-block .icon-desc {
  flex: 1;
}

.icon-block .invert-color h4, .icon-block .invert-color .title_h4{
  color: #eb6702;
}
.icon-block .invert-color p{
  color: #424352;
}

.brands {
  -webkit-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  -moz-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  margin: 25px 0 0;
  text-align: center;
}




.side .banner {
  margin-bottom: 25px;
}

h3.widget-title,
.side .side-title h4, .side .side-title > span, .side .side-title .title_h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333e48;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin: 0 0 25px;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}

.side .side-title h4:before, .side .side-title .title_h4:before {
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: #fed700;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
}

.side .top {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side .top:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
  cursor: pointer;
}

.side .top span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.side .top span > a {
  color: #333;
}

.side .top .price {
  margin-bottom: 5px;
  font-weight: 600;
  color: #555;
}

.side .top .price span {
  font-size: 13px;
  font-weight: 300;
  text-decoration: line-through;
  color: #777;
}




.top-box {
  position: relative;
  overflow: hidden;
}

.top-box {
  position: relative;
  margin-bottom: 35px;
}

.top-box-cation {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
  text-align: center;
  padding: 25px;
  height: 85%;
  margin: 25px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-box-cation h4, .top-box-cation .title_h4 {
  margin-top: 45px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.top-box:hover>.top-box-cation {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #555;
}

.top-box>a {
  display: table;
  float: none;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.top-box>a:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 3;
}

.top-box img {
  width: 100%;
  transition: transform 1s ease 0s;
  border-radius: 2px 2px 0 0;
}

.top-box:hover a>img {
  transform: scale(1.1);
}

.top-box:hover a:before {
  transform: scale(1.1);
}

.top-box .btn-bord {
  z-index: 99999;
  max-width: 50%;
  margin: 0 auto;
}




.carousel {
  margin-bottom: 20px;
}

.carousel-inner .item {
  overflow: hidden;
}

.carousel-caption {
  left: 10%;
  top: 20%;
  z-index: 10;
  padding: 25px;
  width: 50%;
  color: #ffffff;
  text-align: left;
  text-shadow: none;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 7%;
  margin-left: -10px;
  background: #333;
  font-weight: normal;
  border-radius: 0px 2px 2px 0px;
  padding: 7px 5px;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 7%;
  margin-right: -10px;
  background: #333;
  font-weight: normal;
  border-radius: 2px 0px 0px 2px;
  padding: 7px 5px;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.carousel-box {
  margin-bottom: 15px;
}

.carousel-caption .carousel-box h4, .carousel-caption .carousel-box .title_h4 {
  color: white;
  line-height: 59px;
  margin: 0px;
}

.carousel-caption .carousel-box h4 span, .carousel-caption .carousel-box .title_h4 span {
  background-color: #eb6702;
  padding: 5px 0;
  -webkit-box-shadow: 1rem 0px 0px #eb6702, -1rem 0px 0px #eb6702;
  box-shadow: 1rem 0px 0px #eb6702, -1rem 0px 0px #eb6702;
  box-decoration-break: clone;
}

.carousel-caption .btn-bord {
  margin-left: -10px;
  padding: 10px 38px;
}

.carousel-caption h4, .carousel-caption .title_h4 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}




.section-title h4, .section-title .title_h4 {
  font-size: 22px;
  font-weight: 600;
  color: #333e48;
  border-bottom: 1px solid #eaeaea;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}

.section-title h4:before, .section-title .title_h4:before {
  content: '';
  display: block;
  width: 145px;
  height: 4px;
  background: #fed700;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
}
h1,
.section-title h1, .section-title > .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #333e48;
  border-bottom: 1px solid #eaeaea;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
h1:before,
.section-title h1:before, .section-title > .title:before {
  content: '';
  display: block;
  width: 145px;
  height: 4px;
  background: #fed700;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
}








#viewed .item {
  margin: 10px;
}


#late .item {
  margin: 10px;
}


.owl-controls .owl-buttons div {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #333;
  text-align: center;
  color: #fff;
  text-shadow: none;
  padding-top: 5px;
}

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 39%;
}

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 39%;
}




.text-block {
  padding: 65px;
  border: 1px solid #ddd;
}

#content {
  margin-bottom: 45px;
}

#content .form-control {
  box-shadow: none;
  border-radius: 0px;
}

#content .btn-primary {
  background: #363a42;
  color: #fff;
  border-color: #363a42;
}

#content .btn-primary:hover,
#content .btn-primary:focus,
#content .btn-primary:active {
  background: #eb6702;
  color: #fff;
  border-color: #eb6702;
}




.news {
  position: relative;
  display: block;
  min-height: 430px;
  margin-bottom: 115px;
}

.news-pad {
  padding: 15px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  height: auto;
  display: block;

}

.news-capt {
  background: #fff;
  padding: 25px;
  height: auto;
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}

.news-capt h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.news-capt a h2 {
  color: #424352;
  font-weight: 600;
}

.news-capt p {
  font-size: 15px;
  color: #555;
}




.main-cat-box .btn-bord {
  border-radius: 0 0 2px 2px;
  margin-bottom: 25px;
}

.sub-cuts .box {
  margin-bottom: 25px;
}

.box {
  position: relative;
  overflow: hidden;
}

.box>a {
  display: table;
  float: none;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.box>a:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 3;
}

.box img {
  width: 100%;
  transition: transform 1s ease 0s;
  border-radius: 2px 2px 0 0;
}

.box:hover a>img {
  transform: scale(1.1);
}

.box:hover a:before {
  transform: scale(1.1);
}

.box-text {
  position: absolute;
  padding: 10px 15px;
  left: 0px;
  right: 0px;
  bottom: 30%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.83);
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box:hover>.box-text {
  background: #eb6702;
  color: #fff;
}

.box-text h2 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
}




.tov {
  font-size: 13px;
  background: #fff;
  position: relative;
  transition: all .4s;
  margin-bottom: 25px;
  border: 1px solid #f6f6f6;
}

.tov:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
  cursor: pointer;
}

.tov-img {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.tov-img>a {
  display: table;
  float: none;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.tov-img>a:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 3;
}

.tov-img img {
  min-width: 100%;
  width: 100%;
  min-height: calc(100% * 1.26);
  transition: transform 1s ease 0s;
  border-radius: 2px 2px 0 0;
  
}

.tov-img:hover a>img {
  transform: scale(1.1);
}

.tov-img:hover a:before {
  transform: scale(1.1);
}

.tov .tov-img span {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eb6702;
  font-size: 12px;
  padding: 5px;
  border-radius: 0px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  z-index: 1;
}

.but-block {
  position: absolute;
  bottom: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s linear 900ms, opacity 900ms;
  z-index: 99999;
}

.tov:hover .but-block {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 400ms;
}

.but-block div {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.but-block div:hover {
  text-decoration: none;
  background: #eb6702;
}

.but-block .cart-b {
  padding: 10px 5px;
  color: #fff;
  float: left;
  
  width: 100%;
  text-align: center;
  font-weight: 600;
  background: #eb6702;
}

.but-block .icon-b {
  padding: 10px 5px;
  color: #fff;
  float: left;
  width: 20%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(64, 71, 85, 0.80);
}
.product-list .tov .caption {
  width: 50%;
}
.tov .caption {
  text-align: left;
  z-index: 9999;
  min-height: 170px;
}
h2.woocommerce-loop-product__title,
.tov .caption h2, .tov .caption > .caption_title{
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
h2.woocommerce-loop-product__title {
	padding: 15px;
	text-align: center;
	margin: 0px;
}
a.woocommerce-LoopProduct-link {
	text-decoration: none;
}
.tov .caption > .caption_title{
  padding: 0 5%;
}
.tov .caption h2 a, .tov .caption .caption_title > a {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #424352;
}

.product-list .tov-img {
  width: 50%;
  
  
  display: inline-block;
  margin-right: 25px;
}
.product-list .tov {
  display: flex;
}
.product-list .tov .caption {
  min-height: 302px;
}

.product-grid .tov-img {
  float: none;
  width: auto;
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
}

.rate {
  margin-bottom: 10px;
  font-size: 14px;
  color: #FFB85F;
}

#viewed .price, #feat .price{
  font-size: 24px;
  text-align: center;
}


.tab-content {
  margin-bottom: 35px;
}




.testi h2 {
  font-size: 18px;
  font-weight: 600;
}

.testi h2 a {
  color: #424352;
}

.testi .caption p {
  font-size: 15px;
}

.testi .com {
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #f4f4f4;
}

.testi .com:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}




.well {
  padding: 65px;
  border: 1px solid #ddd;
  min-height: 450px;
}

.acc-box {
  padding: 25px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 25px;
}

.acc-box i {
  color: #888;
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}

.acc-box a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #424352;
}




.mail {
  padding: 25px 0;
  background: #474E5B;
  color: #fff;
  max-width: 1460px;
  margin: 0 auto;
}

.mail img {
  margin-top: -10px;
}

.mail h4, .mail .title_h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 5px;
}

.mail h6 {
  font-weight: 300;
  font-size: 15px;
  color: #ddd;
}

.mail .form-control {
  box-shadow: none;
  height: 55px;
  padding: 15px 30px;
  border-color: #86898E;
  background: #86898E;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mail .form-control:active,
.mail .form-control:focus,
.mail .form-control:hover {
  background: #fff;
  border-radius: 2px;
  border-color: #fff;
  color: #333;
  font-size: 15px;
}

.mail .form-control::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  text-transform: uppercase;
}

.mail .form-control:-ms-input-placeholder {
  color: #ddd;
  text-transform: uppercase;
}

.mail .form-control::-webkit-input-placeholder {
  color: #ddd;
  text-transform: uppercase;
  padding-left: 15px;
}

.inner-addon {
  position: relative;
}

.inner-addon .fa-envelope-o {
  position: absolute;
  padding: 6px 10px;
  pointer-events: none;
  margin-right: 40px;
}

.left-addon .fa-envelope-o {
  left: 0px;
  top: 13px;
}

.right-addon .fa-envelope-o {
  right: 0px;
}

.left-addon input {
  padding-left: 50px;
}

.right-addon input {
  padding-right: 50px;
}




.tov-sort {
  margin: 25px 0;
  border-bottom: 1px solid #ededed;
}

.tov-sort p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.tov-sort .btn-pink {
  position: relative;
}

.tov-sort .btn-pink span {
  position: absolute;
  background: #363A42;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  padding-top: 10px;
  border-radius: 50%;
  left: 25px;
  line-height: 1px;
  font-size: 13px;
  font-weight: 600;
  top: -7px;
}

.filters {
  padding: 25px;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
}

.filters .control-label {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}




.full-tov .section-title h4, .full-tov .section-title .title_h4 {
  font-size: 16px;
}

.full-tov .price {
  font-size: 22px;
  color: #333;
  margin: 25px 0
}

.full-tov .price-small {
  font-size: 14px;
  text-decoration: none;
}

.btn-sub-full {
  font-size: 12px;
  color: #474E5B;
  border: none;
  background: transparent;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 2px;
}

.btn-sub-full i {
  color: #eb6702;
  margin-right: 5px;
}

.full-tov .rate {
  margin: 25px 0 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}

.full-tov .rate span {
  margin-left: 15px;
  color: #424352;
  text-transform: uppercase;
  font-size: 12px;
}

.full-tov .rate span a {
  color: #424352;
}

.full-tov .dop-info {
  margin: 15px 0 25px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 15px;
}

.full-tov .to-cart {
  margin-top: 25px;
}

.tabs {
  margin-top: 25px;
}

.nav-tabs {
  border-bottom: 1px solid #f9f9f9;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #424352;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-bottom-color: transparent;
  cursor: default;
  border-top: 2px solid #eb6702;
}

.full-tov .tab-content {
  background: #f9f9f9;
  padding: 25px;
}

.tab-bg {
  background: #fff;
  padding: 25px;
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}




footer {
  background: #424352;
  padding: 65px 0;
  color: #ddd;
}

footer h4, footer .info_title, footer .social_title, footer .payments_title, footer .title_h4 {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Helvetica;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.1;
}

footer p {
  font-size: 16px;
  font-family: Helvetica;
  color: #fff;
  text-align: justify;
  margin-right: 80px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ddd;
  text-decoration: underline;
}

footer .logo h3, footer .logo > .logo_title, footer .logo .title_h3 {
  display: block;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 66px;
  margin-bottom: 10px;
  color: #eb6702;
  margin-top: -10px;
  line-height: 1.1;
}

footer .logo span {
  color: red;
  font-size: 78px;
  line-height: 1px;
}

footer .wrap-info {
  margin-left: 80px;
}
footer .wrap-info a {
  font-family: Helvetica;
  font-size: 16px;
  text-decoration: underline;
}
footer .wrap-info a:hover {
  text-decoration: none;
}
footer .links {
  text-align: center;
}
footer .payments, footer .social {
  margin-bottom: 20px;
}
footer .payments h4, footer .social h4, footer .payments .title_h4, footer .social .title_h4{
  text-align: center;
  color: white;
}

footer .payments img, footer .social img
{
  margin: 0 5px;
  width: 40px;
}

footer .flex {
  align-items: center;
  flex-direction: column;
}
footer img[alt="instagram"] {
  background-color: #fff;
  padding: 2px;
}

footer .copy-right {
  text-align: center;
  margin: 20px 0 0;
  font-family: Helvetica;
  font-size: 16px;
  color: #a6a6a6;
}
footer .soc_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.panel-body {
  padding: 85px;
}

.panel-body .form-control {
  height: 55px;
}
.checkbox .img-thumbnail {
  width: 30px;
}

.checkbox .btn-default {
  margin-bottom: 5px;
  border-radius: 0px;
  margin-right: 5px;
}

.radio .img-thumbnail {
  width: 30px;
}

.radio .btn-default {
  margin-bottom: 5px;
  border-radius: 0px;
  margin-right: 5px;
}

.p25  {
   border-radius: 2px ;
    padding: 25px;
     border: 1px solid #f2f2f2;
         margin-bottom: 25px;

}

#menu-v li, #menu-v a {zoom:1;} 
#menu-v, #menu-v ul
{

    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
    z-index:9;

}



#menu-v li
{
    background:  #fff;
    list-style: none; margin: 0; padding: 0;


}
#menu-v li a
{
    font: normal 12px Arial;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    
    color: black;
    text-decoration: none;
    line-height:40px;
    padding-left:26px;
    text-transform: uppercase;

}
#menu-v ul li a
{
    line-height: 40px;
       padding-left:26px;

}



#menu-v li a.arrow:hover
{
    background-image:url(/catalog/view/theme/corsica/css/../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;

}
#menu-v li a:hover {
  color: #fff;
}
#menu-v ul li a:hover{ color: #fff; }


#menu-v li ul
{
    position: absolute;
    min-width: 300px;
    visibility:hidden;
}

#menu-v a.arrow
{
    background-image:url(/catalog/view/theme/corsica/css/../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menu-v li:hover, #menu-v li.onhover
{
    background-position:0 -62px;
        background: #eb6702;
        border-color: #eb6702;
        color: #fff;

}
#menu-v ul li
{
    background:  #fff;
    background-image:none;
    border: none;
    padding: 0px !important;
      -webkit-box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
    z-index: 999999;


}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    background: #eb6702;
    background-image:none;
}




.price {
  position: relative;
}

.price input {
  text-align: center;
  width: 40px;
  height: 30px;
  border: none;
  border: 1px solid grey;
  border-bottom: none;
  border-top: none;
}

.price input:focus {
  outline: none;
}

.price .quantity {
  margin: 0;
  padding: 0;
  float: right;
  display: inline-block;
  border: 1px solid grey;
  transform: translateY(-21%);
}

.price .quantity:after, .price .quantity:before, .price:after, price:before {
  
  
  
}

.price .quantity span, .price .quantity input {
  
}

.price .quantity span {
  font-weight: bold;
  
  margin: 0;
}
.woocommerce div.product span.price,
.price .pr {
  display: table;
  margin: 5px auto;
  padding-left: 10px;
  color: inherit;
  font-size: 24px;
  font-weight: inherit;
  text-decoration: inherit;
  min-height: 70px;
}
.price .pr span{
  display: block;
}
.head-main .support h5 a, .head-main .support .title_h5 a {
  text-decoration: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  color: #00a2e8;
}
.woocommerce div.product p.price {
	font-size: 24px;
	color: #404151;
}

.head-main .support img {
  
}
.head-main .support .messangers a, .head-line .messangers a {
  border: none;
  font-weight: bold;
}

.head-main .support .messangers .whatsapp, .head-line .messangers .whatsapp {
  color: #00ec67;
}

.head-main .support .messangers .viber, .head-line .messangers .viber {
  color: #574e92;
}


.discount .offer {
  font-size: 16px;
  display: block;
  text-align: center;
  border: 1px solid grey;
  border-radius: 5px;
  margin: 5px 0;
  cursor: pointer;
}

.discount .offer:hover, .product-discount .offer:hover, .discount .offer.active {
  background-color: #eb6702;
}




.product-layout .price .quantity {
  float: none;
  transform: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transform: translateY(6%);
}

.product-layout .price > span:not(:last-of-type) {
  text-decoration: none;
}

.product-layout .price .quantity input {
  border: 1px solid grey;
  border-radius: 5px;
  margin: 0 5%;
}

.product-layout .discount {
  margin-bottom: 10px;
}


.product-discount .offer-item {

}
.product-discount .offer{
  text-decoration: none;
  padding: 5px 5px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid grey;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  min-width: 170px;
}

.cart-add-msg {
  position: fixed;
  z-index: 100000;
}


.border {
  border: 1px solid red;
}

.tag_link {
  color: #337ab7;
  cursor: pointer;
}

.tag_link:hover {
  text-decoration: underline;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-gap: 10px;
}

.features > .item {
  margin: 0;
}

body.overlay {
  overflow: hidden;
}
body.overlay .container-fluid {
  pointer-events: none;
}

#navbar {
  pointer-events: auto;
}



@media only screen and (max-width: 500px) {
  footer {
    padding-top: 30px;
  }
  footer .logo h3, footer .logo > .logo_title, footer .logo .title_h3{
    font-size: 40px;
  }
  footer .logo span {
    font-size: 50px;
  }

  footer .flex {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .head-main .row > div{
    display: none;
  }
  
  .head-main .row > div:nth-child(1){
    display: block;
    order: 1;
    margin: 10px 0;
  }
  #logo {
    position: static;
  }
  
  .head-main .row > div:nth-child(3){
    display: block;
  }

  .callbacl-wrap > a{
    display: none;
  }

  .callbacl-wrap .tel {
    display: block;
    
  }
  .callbacl-wrap .messangers {
    
    margin-bottom: 10px;
    justify-content: center;
  }
  .callbacl-wrap .messangers a:not(:last-of-type) {
    margin-right: 10px;
  }
  
  .head-main .row > div:nth-child(4){
    display: block;
    order: 2;
  }
  #cart {
    flex-direction: column;
    order: 1;
  }
  #cart .btn {
    display: flex;
    justify-content: center;
  }
  .cart-text {
    margin-top: 10px;
  }
  #search {
    margin: 10px 0;
  }
  .navbar {
    margin-bottom: 30px;
  }
  .head-line .head-links li {
    border-right: 0px;
    padding-right: 5px;
  }
  .logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .top-box-cation h4, .top-box-cation .title_h4 {
    margin-top: 25px;
    font-size: 16px;
  }
  .but-block {
    visibility: visible;
    opacity: 1;
  }
  .owl-controls .owl-buttons div {
    opacity: 1;
  }
  .mail .form-control {
    margin-bottom: 25px;
  }
  .com .image {
    margin-bottom: 25px;
  }
  .text-block {
    padding: 0px;
    border: none;
  }
  .mail {
    margin-top: 45px;
  }
}




@media only screen and (max-width: 768px) {
  .navbar .container-fluid {
    margin: 0 25px!important;
    padding: 0;
    display: flex;
  }

  .head-main .support{
    padding-left: 0!important;
  }
  .head-line {
    display: none;
  }
	section.main-cat-box {
		display: none;
	}
  .container-fluid {
    margin: 0 5px !important;
  }
  .navbar {
    margin-bottom: 30px;
  }
  .navbar-nav > li {
    text-align: left!important;
    float: left;
    width: 100%;
  }
  .head-line .head-links li {
    border-right: 0px;
    padding-right: 5px;
  }
  .logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .top-box-cation h4,  .top-box-cation .title_h4{
    margin-top: 25px;
    font-size: 16px;
  }
  
  
  
  
  
  
  
  
  
  
  .but-block {
    visibility: visible;
    opacity: 1;
  }
  .qtty {
    margin-bottom: 25px;
  }
  .owl-controls .owl-buttons div {
    opacity: 1;
  }
  .mail .form-control {
    margin-bottom: 25px;
  }
  .com .image {
    margin-bottom: 25px;
  }
  .text-block {
    padding: 0px;
    border: none;
  }
  .mail {
    margin-top: 45px;
  }

  
  
  
  
  .product-grid .tov-img{
    margin-bottom: 0;
  }
  .tov .caption {
    padding: 15px;
  }
  .product-layout product-grid {
    margin-left: 6px;
    margin-right: 6px;
  }

  .product-layout .price {
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer .links {
    text-align: center;
  }
  footer p {
    margin: 15px 0;
  }

  footer .wrap-info {
    margin: 15px 0;
    text-align: center;
  }
}




@media only screen and (max-width: 1024px) {
  .support.flex {
    display: block;
  }
  .head-main .support{
  padding-left: 70px;
}
  .icon-block h4, .icon-block .title_h4 {
    font-size: 16px;
  }
  .icon-block p {
    font-size: 11px;
  }
  
  
  
  .head-main .logo h3, .head-main .logo .title_h3{
    font-size: 35px;
    margin-top: 7px;
  }
  .qtty {
    margin-bottom: 25px;
  }
  .top-box-cation {
    margin-top: 25px;
    font-size: 18px;
  }
  .carousel-caption .carousel-box h4 span, .carousel-caption .carousel-box .title_h4 span {
    padding: 5px 0;
  }
  .carousel-caption .carousel-box h4, .carousel-caption .carousel-box .title_h4 {
    line-height: 40px;
  }
  .carousel-caption {
    left: 10%;
    top: 10%;
    width: 80%;
  }
  .carousel-inner .item {
    height: auto;
    overflow: hidden;
  }
  .carousel-inner .item img {
    width: 100%;
  }
  .container-fluid {
    margin: 0 5px !important;
  }
  .cat-box {
    margin-bottom: 25px;
  }
}




@media only screen and (max-width: 1200px) {
  .head-line ul{
    padding-left: 20px;
    padding-right: 20px;
  }
  .head-main .logo h3, .head-main .logo .title_h3 {
    font-size: 35px;
    margin-top: 7px;
  }
  .top-box-cation {
    padding: 15px;
    height: 100%;
    width: 100%;
    margin: 0px;
    border: none;
  }
  .top-box-cation h4, .top-box-cation .title_h4 {
    margin-top: 15%;
    font-size: 18px;
  }
  .carousel-caption h4, .carousel-caption .title_h4 {
    font-size: 18px;
  }
  .news-pad {
    padding: 0px;
    position: static;
    top: 30%;
    height: auto;
    display: block;
  }
  .news {
    margin-bottom: 25px;
    height: auto;
    display: block;
    position: static;
  }
  .qtty {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 390px) {
	body{
		min-width: 100%;
	}
}

@media only screen and (max-width: 1240px) {
  .head-line ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .features {
    grid-template-columns: repeat(2, 50%);
  }
  .head-line {
    display: none;
  }
}


.live-search {
	width:100%;
	position:absolute;
	z-index:100000;
	padding:5px 0px;
	background-color:#FFF;
	border: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	left: 0;
	display:none;
	    -webkit-box-shadow: 0px 26px 41px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 26px 41px 0px rgba(0,0,0,0.33);
box-shadow: 0px 26px 41px 0px rgba(0,0,0,0.33);
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search ul li {
	cursor:pointer;
	padding:15px;
	margin:5px 5px;
	background-color:#FFF;
	min-height:80px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{
	font-weight: bold;
	float: left;
	width:50%;
}
.live-search ul li .product-price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	float:right;
	margin-top:10px;
	width:25%;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
.live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .result-text{
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding: 15px;
	color:#555555;
	background-color:#e6ffff;
	bottom: 0;
	width: 100%;
	margin-top: 35px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-bottom: -15px;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}