a:focus { outline:none; text-decoration:none }
a { text-decoration:none }
a:hover { text-decoration:none }

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.inBasket{
	padding-left:20px;
	padding-right:20px;
	list-style:none;
}
.inBasket li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.inBasket li select{
	margin-top:7px;
	margin-bottom:0;
}

.s {
    text-decoration: line-through;
}
.s1 {
	text-decoration: none;
    color: #cc0000;
    font-weight: normal;
    margin-bottom: 5px;
}
.s2 {
	display: block;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}


@media (min-width: 768px) {
  .container {
    width: 1080px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1080px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}

  .modal-dialog {
    margin: 170px auto;
  }

.searchbox {
	border:3px solid #007dd8;
	border-right:0px;
	padding:7px;
	width:100%;
	height:47px;
	font-weight:bold;
	font-size:16px;
}
.search_text { 
	background-color:#ffff66; 
	color:red; 
}

input {
  outline: none;
}

#title { width:100%; min-width:1080px; }
#menu { width:100%; }
#menu.search { height:120px; }
#menu.line { height:50px;background-color:#0079c2;border-top:0px solid #f3f3f5;border-bottom:0px solid #d1d8e4; }
#service { background-color:#f3f4f8;padding-bottom:13px;min-height:750px; }
#footer { background-color:#f3f4f8; }

.price_temp {text-decoration:line-through;margin-bottom:0px;font-size:12.5px}
.price {color:red;}

.shop__slideshow {
  margin-top: 0px;
  margin-bottom: 0px;
}
.shop__slideshow .carousel-inner .item__container {
  display: table;
  width: 100%;
  height: 100%;
}
.shop__slideshow .carousel-inner .item-container__inner {
  display: table-cell;
  vertical-align: middle;
}
.shop__slideshow .carousel-inner .item {
  width: 100%;
  height: 400px;
}
.shop__slideshow .carousel-inner .item_1 {
  background: url(../img/mainbanner4.jpg) no-repeat center center / cover;
}
.shop__slideshow .carousel-inner .item_2 {
  background: url(../img/mainbanner3.jpg) no-repeat center center / cover;
}
.shop__slideshow .carousel-inner .item_3 {
  background: url(../img/mainbanner2.jpg) no-repeat center center / cover;
}
.shop__slideshow .carousel-inner .item_4 {
  background: url(../img/mainbanner1.jpg) no-repeat center center / cover;
}
.shop-slideshow__heading {
  margin: 0 0 20px 0;
  font-family: 'Questrial', sans-serif;
  font-size: 46px;
  line-height: 1.2;
  color: white;
}
.shop-slideshow__subheading {
  margin-bottom: 30px;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: white;
}
.shop-slideshow__btn {
  border: 2px solid white;
  border-radius: 0;
  color: white;
  font-weight: 600;
}
.shop-slideshow__btn:hover,
.shop-slideshow__btn:focus {
  color: #333333;
  background-color: white;
}
@media (max-width: 767px) {
  .shop__slideshow .carousel-inner .item {
    height: 400px;
    padding: 0 30px;
    text-align: center;
  }
  .shop-slideshow__heading {
    font-size: 32px;
  }
  .shop-slideshow__subheading {
    font-size: 16px;
  }
}
/* Carousel controls */
.shop-slideshow__control {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 70px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}
.shop-slideshow__control:hover {
  opacity: 1 !important;
}
.shop-slideshow__control[data-slide="next"] {
  left: auto;
  right: 10px;
}
.shop__slideshow:hover .shop-slideshow__control {
  opacity: .3;
}

.category{
  padding:0;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 150;
  z-index: 10;
}

.navbar-default {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
.is-sticky .navbar-default .navbar-nav > li > a {
  color:white;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color:Transparent;
}

.navbar-default .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #ffb700;
}
.navbar-default2 .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #01c1ff;
}
.navbar-default3 .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #cc1aba;
}
.navbar-default4 .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #d81a0e;
}


.navbar-default2 {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default2 .navbar-nav > li > a {
  height: 48px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
  color:#777777;
}
.is-sticky .navbar-default2 .navbar-nav > li > a {
  color:white;
}
.navbar-default3 {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default3 .navbar-nav > li > a {
  height: 48px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
  color:#777777;
}
.is-sticky .navbar-default3 .navbar-nav > li > a {
  color:white;
}
.navbar-default4 {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default4 .navbar-nav > li > a {
  height: 48px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
  color:#777777;
}
.is-sticky .navbar-default4 .navbar-nav > li > a {
  color:white;
}

header .is-sticky nav.navbar {
  background:#333333;
}

header .is-sticky nav.navbar li.active a {
  color: #3a3a3a;
  font-weight:bold;
}

header .is-sticky nav.navbar .navbar-default .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
header .is-sticky nav.navbar .navbar-default2 .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
header .is-sticky nav.navbar .navbar-default3 .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
header .is-sticky nav.navbar .navbar-default4 .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}

header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #ffb700;
}

header .navbar-default2 .navbar-nav > .active > a, .navbar-default2 .navbar-nav > .active > a:hover, .navbar-default2 .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #01c1ff;
}

header .navbar-default3 .navbar-nav > .active > a, .navbar-default3 .navbar-nav > .active > a:hover, .navbar-default3 .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #cc1aba;
}

header .navbar-default4 .navbar-nav > .active > a, .navbar-default4 .navbar-nav > .active > a:hover, .navbar-default4 .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #d81a0e;
}


header .is-sticky .navbar-default .navbar-nav > .active > a, .is-sticky .navbar-default .navbar-nav > .active > a:hover, .is-sticky .navbar-default .navbar-nav > .active > a:focus {
  color: #ffb700;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

header .is-sticky .navbar-default2 .navbar-nav > .active > a, .is-sticky .navbar-default2 .navbar-nav > .active > a:hover, .is-sticky .navbar-default2 .navbar-nav > .active > a:focus {
  color: #01c1ff;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

header .is-sticky .navbar-default3 .navbar-nav > .active > a, .is-sticky .navbar-default3 .navbar-nav > .active > a:hover, .is-sticky .navbar-default3 .navbar-nav > .active > a:focus {
  color: #cc1aba;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

header .is-sticky .navbar-default4 .navbar-nav > .active > a, .is-sticky .navbar-default4 .navbar-nav > .active > a:hover, .is-sticky .navbar-default4 .navbar-nav > .active > a:focus {
  color: #d81a0e;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #007ac3;
}

.is-sticky .navbar-default .nav > li > a:hover {
  color:#ffb700;
  border-bottom:3px solid Transparent;
}
.is-sticky .navbar-default2 .nav > li > a:hover {
  color:#01c1ff;
  border-bottom:3px solid Transparent;
}
.is-sticky .navbar-default3 .nav > li > a:hover {
  color:#cc1aba;
  border-bottom:3px solid Transparent;
}
.is-sticky .navbar-default4 .nav > li > a:hover {
  color:#d81a0e;
  border-bottom:3px solid Transparent;
}

.nav-tabs > li > a {
  border-radius:0px;
}
