.boxes div{padding-top: 15px; padding-bottom: 15px;}
.colors-item{ margin: 0; padding: 5px;}
.image img{float: left;width: 60px;margin-right: 25px; margin-top: 15px;}
.specification h4{ font-size: 14px; margin-top: 15px;}
.specification .desc{font-size: 14px; margin-left: 55px;}
section{padding-bottom: 50px; padding-top: 50px;}
.gyga{}
.localNavbar{background-color: rgba(0,0,0,0.7) !important; padding-bottom: 0px !important;}
.bunnerImg{margin: 0; padding: 0}
/*.bunnerImg img{height:300px;}*/
.prodCustomInfo div{ margin-top:0px !important; margin-bottom:0px !important; padding-top:0px; padding-bottom:0px;}

.prodCustomInfo div h5{ margin-top:0px !important; margin-bottom:0px !important;}
.prodCustomInfo div h5 button{ color:#17a2b8;}
.prodCustomInfo{}
.sliderRow{margin-top:53px; margin-left: 0px; margin-right: 0px;}
.carousel .row{margin-left: 0px; margin-right: 0px;}
#mainNav{ padding-top: 0px !important;}
.colors-item h6{font-weight:100; font-size: 12px;}
.colors-item h5{font-weight:900; font-size: 14px;}
.colors-item .q-panel *{font-weight:900; font-size: 12px; width: auto; max-width: 50px; display:inline-block;}

.shopcarticon{padding:10px !important; border-radius: 60px; background-color:#fc4f00;}
.shopcarticon:hover{color:rgba(255,255,255,0.75) !important}
#mainNav .navbar-nav .nav-item .nav-link[class="shopcarticon"]{padding: 5px !important;}
.shopcarticon *{ font-size: 20px; color:white;}
.shopcarticon *:hover{color:rgba(255,255,255,0.75) !important}
.shopcartsign{font-size: 20px;  }
.prodIcon{}
.gygaLogo{ width:100px !important; margin-top:-6px; }
.hRow{ background-color: rgba(252,79,0,0.4);}
.photoLenta{ background:white;}
.photoBlock{ background:white; border-radius:6px; margin-bottom: 30px;}
.photoItem{ padding:0px; }
.billRowControll{ padding:5px 0px;}
.billRowControll form{ margin-left:0px;padding:0px;}
#clientOrderForm{padding: 0px 20px;}
.intro-heading{font-size: 50px !important;}
.errMsgWnd{border-color: red; border-style: solid; border-width: 10px; border-radius: 20px; }
div.scrollup{
  position: fixed; /* фиксированная позиция */
  color: #fff; /* цвет текста */
  background-color: #286090; /* цвет заднего фона */
  right: 20px; /* расстояние от правого края */
  bottom: 0px; /* расстояние от нижнего края */
  padding: 4px 10px; /* отступы до содержимого блока */
  font-size: 20px; /* размер шрифта (иконки) */
  border-top-left-radius: 4px; /* скругление верхнего левого угла */
  border-top-right-radius: 4px; /* скругление верхнего правого угла */
  cursor: pointer; /* форма курсора */
  display: none; /* не отображать элемент */
  text-align: center; /*выравнивание содержимого элемента по центру */
z-index:9000;
}
div.scrollup:hover{
  background-color: #000; /* цвет заднего фона при наведении */
}
