a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.min-height {
  min-height: 500px;
}
.category {
  margin-top: 40px;
}
.section3_bar {
  font-family: arial, 'algeti';
}
.home_category {
  background: gray;
  height: 454px;
  width: 270px;
  margin-left: -105px;
  position: relative;
  box-shadow: 2px 2px 10px #9d9d9d;
  background-position: bottom center;
  background-image: url(../img/2.jpg);
}
.home_category .category_header h4 {
  background: #ebebeb;
  height: 80px;
  font-size: 23px;
  margin: 0px;
  padding: 30px 0;
  text-align: center;
}
.home_category .category_bar ul li{
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.home_category .category_bar ul li a{
  color: #333;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: 'nino_mtavruli_bold';
  padding: 7px 20px;
  position: relative;
}
.home_category .category_bar ul li a .fa {
  position: absolute;
  left: 60%;
  transition: 0.3s;
}
.home_category .category_bar ul li a:hover  .fa {
  left: 80%;
}
.home_category .category_bar ul li.active {
  width: 100%;
  transition: 0.3s;
  background: black;
}
.home_category .category_bar ul li:hover{
  transition: 0.3s;
  }
/*.home_category .category_bar ul li.active::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    transition: 0.3s !important;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 10px solid #000000;
    margin-top: -10px;
    z-index: 0;
  }*/
  .home_category .category_bar ul li::before {
    width: 0%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    height: 100% !important;
    z-index: -1;
    background: #4c224a;
  }
  .home_category .category_bar ul li:hover::before {
    width: 100%;
    z-index: -1;
  }
  .home_category .category_bar ul li:hover a {
    color: #FFF;
  }
.home_category .category_bar ul li.active a {
  color: #FFF;
}

.navbar.navbar-default {
  border: 0px;
  border-radius: 0px;
  background: #5f2c5d;
  margin-bottom: 0px;
}
.category_bar .category_hover_menu {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background: rgba(0, 0, 0, 0.81);
  z-index: 1;
  transition: 0.3s;
  margin-right: -200px;
  margin-top: -34px
}
.category_bar ul li:hover .category_hover_menu {
  visibility: visible;
  opacity: 1;
}
.category_bar .category_hover_menu  li a {
  color: #FFF !important;
  font-family: 'nino_mtavruli_normal' !important;
}
.top_header {
  background: #000;
}
.top_header .center img {
  padding-top: 2px;
}
.top_header ul li{
  padding: 14px 6px;
  font-size: 12px;
  color: #FFF;
  transition: 0.2s;
  margin-right: 0 4px;
  font-family:arial, 'nino_mtavruli_normal';
}
.top_header ul li a {
  color: #FFF;  
}
.top_header ul li a:hover {
  color: #ddd;
}
.top_header ul li .fa {
  margin-right: 6px;
}
.top_header_logos {
  padding: 20px 0px;
  background: #FFF;
}
.top_header_logos .left a {
  width: 100px;
  display: block;
}
.top_header_logos .left a img{
  width: 100%;
}
.top_header_logos .logo_bar {
  display: inline-block;
  margin: 0px 4px;
}
.top_header_logos .right {
  padding: 18px 0;
  position: relative;
}
.top_header_logos .right .dropdown-menu li a {
  padding: 3px 6px !important;
}
.top_header_logos .right .dropdown-menu li a:hover {
  background: #5f2c5d;
  color: #FFF;
}
.top_header_logos .right .dropdown-menu {
  max-width: 100px;
  min-width: 0px;
  box-shadow: none;
  border-radius: 2px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.top_header_logos .right::after {
  content: '';
  right: 0;
  width: 2px;
  height: 16px;
  position: absolute;
  background: #5d5d5d;
  margin-right: 54px;
  margin-top: 2px;
}
.top_header_logos .right .list-unstyled {
  display: inline-block;
  text-transform: uppercase;
}
.top_header_logos .right .header_social {
  display: inline-block;
}
.top_header_logos .right .header_social a {
  color: #3B5998;
}
.top_header_logos .right .header_social,
.top_header_logos .right .list-unstyled {
  margin-left: 10px;
}
.brands {
      margin: 0 49px;
}
.top_header_logos .right ul li {
  display: block;
}
.top_header_logos .right ul li a {
  color: #5d5d5d;
}
.card_header {
  display: inline-block;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.card_header a {
  font-size: 14px;
  color: #333;
  font-family: arial, 'nino_mtavruli_bold';
  text-transform: uppercase;
}
.card_header a .fa {
  font-size: 18px;
  margin-top: -2px;
  float: left;
  margin: -1px 4px 0px 0px;
}
.card_header a:hover {
  color: #5f2c5d;
}
.navbar-default .navbar-nav li a {
  color: #FFF;
  transition: 0.2s;
  position: relative;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
  text-transform: uppercase;
}
.navbar-default .navbar-nav li a::after {
  content: '';
  position: absolute;
  top: 80%;
  left: 50%;
  width: 0%;
  height: 2px;
  background: #FFF;
  transition: .3s;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.navbar-default .navbar-nav li a:hover::after {
  width: 72%;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
  background: #4c224a;
  color: #FFF;
}
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a {
  color: #FFF;
  background: #3a1c38;
}
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus {
  background: #3a1c38;
  color: #FFF;
}

.header_search form {
  padding-right: 15px;
}
.header_search input {
  border-radius: 0px;
  border: 2px solid #FFF;
  color: #FFF;
  background-color: transparent;
  font-family: arial, 'nino_mtavruli_normal';
}
.header_search input:hover,
.header_search input:focus {
  box-shadow: none;
  outline: none;
  border-color: #f7f7f7;
}
.header_search button {
  background: transparent;
  color: #FFF;
  outline: 0px !important;
  border: 1px solid transparent;
}
.header_search button:focus,
.header_search button:hover {
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #FFF;
  border-color: transparent;
}
.header_search input::-webkit-input-placeholder {
  color: #FFF !important;
  font-family: arial, 'nino_mtavruli_normal';
}

.header_search input:-moz-placeholder { /* Firefox 18- */
  color: #FFF !important;
  font-family: arial, 'nino_mtavruli_normal';
}

.header_search input::-moz-placeholder {  /* Firefox 19+ */
  color: #FFF !important;
  font-family: arial, 'nino_mtavruli_normal';
}

.header_search input:-ms-input-placeholder {
  color: #FFF !important;
  font-family: arial, 'nino_mtavruli_normal';
}


/*----------------- header end ----------------- */

#wrapper {
  background-repeat: repeat;
  background-image: url(../img/img0.png);
}
.footer_head {
  padding: 50px;
  margin-top: 50px;
  background: #7d547a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.left_menu li {
  color: #FFF;
  display: block;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;

}
.left_menu li a {
  color: #FFF;
  display: block;
  transition: 0.2s;
  padding: 6px 0;
}
.left_menu li a:hover,
.left_menu li a:focus {
  color: #DDD;
}

.center_map {
  padding-top: 30px !important;
}
.center_map iframe {
  border-radius: 7px !important;
}


.cnt-name h4 {
  color: #FFF;
  margin: 0px;
  padding-left: 60px;
  margin-bottom: 15px;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.right_info {
  height:50px;
  position: relative;
}
.right_info .inf {
    width: 40px;
    height: 40px;
    z-index: 1;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: .2s;
    position: absolute;
}

.right_info .inf .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  font-size: 24px;
  transition: .2s;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.right_info:hover .inf .fa {
   color: #FFF;
  -ms-transform:translate(-50%, -50%) rotate(20deg);
   -webkit-transform:translate(-50%, -50%) rotate(20deg);
   transform: translate(-50%, -50%) rotate(20deg);
}
.right_info:hover .inf {
  background: #7d547a;
  border: 2px solid #FFF;
}

.right_info .inf_text {
  width: 85%;
  height: 40px;
  margin-left: auto;
  border: 1px solid #FFF;
  transition: 0.3s;
  position: relative;
  border-top-right-radius:45px;
  border-bottom-right-radius:45px;
}
.right_info .inf_text a {
  color: #fff;
}
.right_info .inf_text p {
  color: #FFF;
  position: absolute;
  font-size: 16px;
  margin-bottom: 0px;
  transition: .3s;
  right: 13%;
  padding: 7px;
  font-family:arial, 'nino_mtavruli_normal';
}
.right_info:hover .inf_text {
  width: 95%;
  background: #FFF;
  border-left: 0px;
}
.right_info:hover .inf_text p {
  right: 5%;
  color: #333;
}
.right_info:hover .inf_text a {
  color: #333;
  
}
.home_slider_bar {
  box-shadow: 2px 2px 10px #9d9d9d;
}
.home_slider_bar .carousel-indicators {
  left: 15% !important;
}
.home_slider_bar .carousel-indicators li {
  border-radius: 0px;
  width: 16px;
  height: 16px;
  margin: 0px;
  background: #000;
  transition: 0.3s;
  margin-right: 15px;
  border: 0px;
}
.home_slider_bar .carousel-indicators li:hover {
  background:rgb(95, 44, 93);
}
.home_slider_bar .carousel-indicators li.active {
  background: #5f2c5d;
}
.home_slider_bar .left.carousel-control,
.home_slider_bar .right.carousel-control {
  font-size: 55px;
  opacity: 1;
  color: #5f2c5d;
  width: 12%;
  transition: 0.3s;
  background-image: none;
}
.home_slider_bar .left.carousel-control:hover,
.home_slider_bar .right.carousel-control:hover {
color: #000;
}
.home_slider_bar .left.carousel-control .fa,
.home_slider_bar .right.carousel-control .fa {
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.home_slider_bar .carousel-inner .item {
  height: 454px;
}
.home_slider_bar .carousel-inner .item img{
  height: 100%;
  width: 100%;
}

.item_header_name {
  text-align: center;
}
.item_header_name h4 {
  text-align: center;
  display: inline-block;
  color: #5f2c5d;
  margin: 20px 0;
  font-weight: bold;
  padding: 20px 35px;
  background-color: #FFF;
  border-radius: 50%;
  background-image: url(../img/);
}
.item_bar {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 2px 2px 10px #9d9d9d;
}
.pr_mans {
  background: #fff;
  position: absolute;
  top: 0;
  right: 1px;
}
.pr_mans p {
  margin: 0px;
  color: #000;
  font-size: 20px;
  padding: 2px 10px;
  font-family: arial, 'algeti';
}
.item .item_bar_img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #000;
}
.item .item_bar_img img {
  width: 100%;
  min-height: 100%;
  transition: .3s;
}
.item .item_bar_img:hover img {
  opacity: 0.7;
  background: #000;
}

.item_name h4 {
   margin: 0px;
   padding: 8px;
   color: #5f2c5d ;
   padding-top: 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   transition: .3s;
   overflow: hidden;
   background: #ebebeb ;
}
.item_name h4:hover {
  color: #FFF;
  background: #5f2c5d;
}

.item_click {
    height: 60px;
    width: 100%;
    border-radius: 0px;
    background-color: #FFF;
    background: #000;
    padding: 0px 10px;
}
span.quantity-controls {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0 3px;
    float: right;
}
.pr_right_bar span.quantity-controls {
  float: none;
  margin: 0 0 0 1px;
}
.product-numb button {
    color: #FFF;
    text-align: center;
    font: 16px Arial, sans-serif;
    background: none;
    border: none;
    height: 18px;
    text-align: center;
    display: block;
    outline: none;
    box-shadow: none;
    transition: 0.2s;
    background: #000;
}
.product-numb button:hover,
.product-numb button:focus {
  background:#5f2c5d;
}
.product-numb button.quantity-minus {
    margin-top: 4px;
}

.numbr {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  padding-top: 2px;
  text-align: center;
  width: 25px;
  margin-right: 4px;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: transparent;
  border-color: transparent;
}

.category-products .numbr {
  float: right;
  margin-top: 12px;
}

.product-click button {
  border: 0;
  color: #FFF;
  transition: all 0.3s;
  position: relative;
  background: #000;
  padding: 0px 0px;
  padding-right: 10px;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
  padding-left: 35px;
  text-align: left;
  width: 170px;
  box-shadow: none;
  outline: none;
  font-size: 12px;
  height: 100%;
}
.totals,
.bottom control-group {
  font-family: arial, 'nino_mtavruli_normal' !important;
}
.product-click button::after {
  content: "\f07a";
  left: 0;
  top: 10px;
  width: 35px;
  font-size: 26px;
  transition: 0.3s;
  position: absolute;
  font-family: FontAwesome;
}
.product-click button:hover::after,
.product-click button:focus::after  {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.product-click button:hover,
.product-click button:focus {
  background:#5f2c5d;
}

.read_btn button {
  margin: 0px;
  /*width: 100px;*/
  margin-bottom: 20px;
  height: 40px;
  background: #5f2c5d;
  color: #FFF;
  transition: .3s;
  border-radius: 0px;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
  padding: 12px;
  box-shadow: none;
  outline: none;
}
.read_btn button:hover,
.read_btn button:focus {
  color: #FFF;
  box-shadow: none;
  outline: none;
  background: #4c224a;
}

#section2 .item .col-sm-3 {
  padding: 0 8px;
}


.page_slider {
  margin-bottom: 30px;
}






.section3_bar {
  padding: 20px 30px;
  margin: 30px 0;
  background: #FFF;
  box-shadow: 0px 0px 7px  #bbbbbb;
}
.sect3_header h4 {
  display: inline-block;
  background-color: #5f2c5d;
  margin: 0px;
  padding: 10px;
  font-size: 17px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  min-width: 120px;
  padding-top: 13px;
  margin-bottom: 20px;
}
.sect3_content h1,
.sect3_content h2,
.sect3_content h3,
.sect3_content h4 {
  margin: 10px 0;
  color:#5f2c5d;
  font-size: 16px;
  font-weight: normal;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.list-item-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sect3_content ul {
  margin-left: 15px;
  margin-bottom: 15px;
}
.sect3_content li {
  display: block;
  margin: 5px 0 5px 10px;
  line-height: 25px;
  text-shadow: 0 1px 0 white;
}
.sect3_content li:before {
  content: '\f28e';
  display: inline-block;
  color: #5f2c5d;
  font-family: fontawesome;
  border-radius: .5px;
  float: left;
  padding-right: 7px;
  clear: left;
  line-height: 25px;
  margin-left: -10px;
}
.sect3_content {
  font-family: 'algeti';
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}


.product_in_col {
  padding: 0px;
}
.in_col {
  padding: 0px 6px;
}
.section3_bar .left .pr_left_img {
    overflow: hidden;
    height: 94px;
    margin-bottom: 10px
}
.section3_bar .left .pr_left_img img {
  width: 100%;
  max-width: 100%;
}
.section3_bar .left #pr_in_big {
  height: 300px;
  overflow: hidden;
}
.pr_name {
  color: #5f2c5d;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.pr_code {
  color: #9c9c9c;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.pr_size ul li {
  color: #696969;
  padding: 10px 0px;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.pr_size  ul .pr_numb {
  background: #ababab;
  border-radius: 3px;
  font-family: 'algeti';
  padding:4px 10px;
  color: #000;
}
.pr_btn .product-click button {
  width: 165px;
  height: 98%;
  text-align: right;
  text-transform: uppercase;
}
.pr_btn .product-click button::after {
  top: 0;
  font-size: 20px;
  width: 20px;
  height: 100%;
  padding-top: 6px;
  margin-left: 3px;
}
.pr_btn .numbr {
  margin-top: 7px;
  background: #FFF;
  color: #333;
  float: left;
}
.pr_btn .item_click {
  height: 44px;
  width: 247px;
  margin-left: auto;
}
.product-in-blck {
  height: 168px;
  overflow: hidden;
  margin-top: 20px;
  background-color: #e8e8e8;
}
.product-in-blck .nav-pills {
  border-bottom: 1px solid #5f2c5d;
}
.product-in-blck .nav-pills a {
  border-radius: 0px;
  padding-bottom: 8px;
  color: #333;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background: #7d547a;
}
.product-in-blck .details {
  padding: 15px;
}
.product-in-blck .details p {
  font-size: 12px;
  font-family: 'algeti';
}





.gallery .col-xs-3 {
  padding: 0px 10px;
}
.gallery_bar {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #000;
  transition: .3s;
  position: relative;
  margin-bottom: 20px;
}
.gallery_bar img {
  width: 100%;
  transition: .3s;
  background: #000;
}
.gallery_bar:hover img {
  opacity: 0.7;
}
.gallery_bar::after {
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #FFF;
  opacity: 0;
  transition: 0.3;
  font-family: FontAwesome;
  transform: translate(-50%,-50%);
}
.gallery_bar:hover::after {
  opacity: 1;
  transition: 0.3s;
}
.contact_info .cnt-name h4 {
  color: #333;
  display: block;
  text-align: center;
  padding-left: 0px;
  font-size: 15px;
  border-bottom: 1px solid #333;
}
.contact_info .right_info .inf .fa {
  color: #333;
  font-size: 18px;
}
.contact_info .right_info .inf {
  width: 30px;
  height: 30px;
}
.contact_info .right_info .inf_text p {
  color: #333;
  font-size: 12px;
}
.contact_info .right_info .inf_text a {
  color: #333;  
}
.contact_info .right_info:hover .fa {
  color: #FFF;
}

.contact_content {
  margin-bottom: 40px;
  background: #5f2c5d;
}
.contact_content .form-control {
  border: 0;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  margin-top: 5px;
  font-family: arial, 'bpg_nino_mtavruli';
  padding: 10px;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.contact_content textarea {
  border: 1px solid #FFF !important ;
}
.contact_content .form-control:hover,
.contact_content .form-control:focus {
  border-color: red;
}
.contact_content .form-control::-webkit-input-placeholder {
  color: #FFF;
  font-family: arial, 'algeti';

}
.contact_content .form-control:-moz-placeholder,
.contact_content .form-control::-moz-placeholder,
.contact_content .form-control:-ms-input-placeholder {
  color: #FFF;
  font-family: arial, 'algeti';
}
.sendmsg {
  position: relative;
}
.sendmsg .btn {
  top: 0;
  right: 0;
  color: #FFF;
  border: 0px;
  outline: none;
  transition: .3s;
  margin-top: 5px;
  box-shadow: none;
  padding: 8px 22px;
  padding-top: 12px;
  border-radius: 0px;
  position: absolute;
  background: #5f2c5d;
  margin-right: -15px;
  font-family: arial, 'nino_mtavruli_normal';
}
.sendmsg .btn:hover,
.sendmsg .btn:focus {
  outline: none;
  background-color: #462345;
}


.news_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.news_img img {
  width: 100%;
}
.news_name {
  border-bottom: 1px solid #7d547a;
}
.news_left {
display: inline-block;
 width: 78%;
}
.news_right {
display: inline-block;
 width: 20%;
text-align: right;
}
.news_left .date {
  color: #5f2c5d;
  font-family: 'nino_mtavruli_bold';
}
.news_left a {
  color: #737373;
  font-family: 'nino_mtavruli_bold';
}
.news_left a:hover {
  color: #333;
}
.news_left h4 {
  color: #737373;
  margin-top: 0px;
  font-size: 15px;
  font-family: 'nino_mtavruli_bold';
}
.news_right a {
  display: block;
  float: right;
  width: 100px;
  padding: 6px 12px;
  padding-top: 9px;
  background: #7d547a;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin-left: auto;
  transition: 0.2s;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.news_right a:hover,
.news_right a:focus {
  background: #3a1c38;
}
.news_text {
  height: 142px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 10px 0;
}
.news_text p {
  font-size: 12px;
  font-weight: bold;
  font-family: 'algeti';
}
.fulltext {
  height: auto;
  width: 100%;
}
.fulltext p {
  font-size: 14px;
}
.full_image {
  height: 300px;
  margin-bottom: 20px;
}
.all_gallery .gallery_bar {
  height: 300px;
  margin-bottom: 0px;
}

.all_gallery .gallery_bar::after {
  display: none;
}

.gallery_name h4  {
  padding: 12px;
  padding-top: 14px;
  text-align: center;
  color: #FFF;
  margin: 0px;
  transition: 0.2s;
  background: #5f2c5d;
  margin-bottom: 20px;
  text-overflow: ellipsis;
white-space: nowrap;
transition: .3s;
overflow: hidden;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.gallery_name h4:hover,
.gallery_name h4:focus {
  background: #3a1c38;
}




.checkout-heading {
  font-family: arial, 'nino_mtavruli_normal';
}
.eshop-payment-information .btn-primary,
.btn-checkout {
    font-family: arial, 'nino_mtavruli_normal';
    color: #fff;
    background-color: #5f2c5d;
    border-color: #482246;
}

.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout:active,
.eshop-payment-information .btn-primary:hover,
.eshop-payment-information .btn-primary:focus,
.eshop-payment-information .btn-primary:active {
    color: #fff;
    background-color: #482246;
    border-color: #482246;

}
.btn-levori-checkout {
    font-family: arial, 'nino_mtavruli_normal';
    color: #000;
    background-color: #fdd66c;
    border-color: #fdd66c;
}

.btn-levori-checkout:hover,
.btn-levori-checkout:focus,
.btn-levori-checkout:active {
    color: #FFF;
    background-color: #8c733b;
    border-color: #8c733b;

}
.checkout-form legend {
  padding: 0 0 10px;
  font-family: arial, 'nino_mtavruli_normal';
}
.checkout-form label {
  font-family: arial, 'nino_mtavruli_normal';
}
.checkout-form label span {
  padding-right: 5px;
}
.checkout-form .radio {
  margin-left: 20px;
  margin-bottom: 15px;
}
.checkout-form input[type="text"],
.checkout-form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin: 6px 0 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
}

.table thead tr th {
  background: #eee;
  border: 0px !important;
  padding: 6px;
  padding-top: 12px;
  font-family: 'nino_mtavruli_normal';
  text-transform: uppercase;
}
.table tbody tr:nth-child(2n) {
  background: #eee;
}
.table tbody tr td a {
  color: #333;
}
.table tbody tr td {
  font-family: arial, 'nino_mtavruli_normal';
  vertical-align: middle;
}
.touchspin {
    width: 73px;
    position: relative;
    padding: 10px;
    display: block;
    margin: 0 auto;
  }
  a.qtyminus,
  a.qtyplus {
      width: 23px;
      height: 23px;
      border: 0px;
      margin-bottom: 1px;
      display: block;
      text-align: center;
      margin-left: auto;
      background-color: #FFF !important;
      cursor: pointer;
      font-weight: bold;
      color: #333;
      border: 1px solid #333;
  }
  .qty {
    width: 40px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 10px;
    text-align: center;
    background-color: #FFF;
    border: 0px;
    border: 1px solid #333;
    border-right: 0px;
}
.cart_pr_images a {
  display: block;
  max-width: 120px;
  margin: 0 auto;
  height: 80px;
  vertical-align: middle;
  overflow: hidden;
}
.cart_pr_images a img {
  width: 100%;
}
.cart_man {
  margin: 10px 0;
  padding: 6px;
  padding-top: 8px;
  display: inline-block;
  border: 1px solid #333;

}
.cart_price {
  padding: 0px !important;
}
.cart_btn {
  text-align: center;
  display: inline-block;
  float: right;
  transition: .2s;
  background: #b1b1b1;
}
.cart_btn a {
  color: #333;
  padding: 6px 14px;
  padding-top: 8px;
  display: block;
  transition: .2s;
}
.cart_btn button {
  background: #0a0a0a;
  border-radius: 0;
  transition: .2s;
  color: #fff;
}
.cart_btn button:hover {
  background: #5f2c5d;
  color: #fff;
}
.cart_btn.btn1 {
  background: #855e82;
}
.cart_btn.btn1 a {
  color: #FFF;
}
.cart_btn:hover {
  background: #5f2c5d;
}
.cart_btn:hover a {
  color: #FFF;
}
.cart_cloce_btn button {
  font-size: 15px;
  border-radius: 50%;
  outline: none;
  box-shadow: none;
  color: #848484;
  border: 1px solid #848484;
}
.cart_cloce_btn button:hover,
.cart_cloce_btn button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.last {
  background: #fff !important;
}



#footer {
  padding: 15px 0;
  background: #000;
}
#footer .left,
#footer .right {
  color: #FFF;
  padding-top: 20px;
}
#footer .center img {
  width: 70px;
}
