  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
  @import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
  {
      font-family: 'Raleway', sans-serif;
  }
  *{
  margin: 0px;
  padding:0px; 
  font-family: 'Open Sans', sans-serif;
}
a:hover, a:focus{
  outline: none;
  text-decoration: none;
}
img{
  max-width: 100%;
}
.top_header {
  background: #faa40f none repeat scroll 0 0;
  color: #000;
  font-size: 18px;
  padding: 9px 0;
}
.top_header i {
  font-size: 24px;
}
.header_top_left a, .header_top_right span {
  color: #000;
  line-height: 21px;
  margin-left: 10px;
  vertical-align: top;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.header_top_left a:hover{
  color: #fff; 
}
.header_top_right{
  text-align: right;
}
.main_search{
  position: relative;
}
.main_search input[type="text"] {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  height: 40px;
  padding: 0 80px 0 15px;
  width: 100%;
}
.main_search button {
  background: #000000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0 8px 8px 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.main_search button:hover {
  background: #faa40f none repeat scroll 0 0;
  }
.logo {
  margin-top: 4px;
}
.header {
    padding: 20px 0;
}
.social .fa.fa-facebook {
    background: #2e3192;
    border-radius: 50%;
}
.social .fa.fa-twitter {
    background: #00aeef;
    border-radius: 50%;
}
.social .fa.fa-linkedin {
    background: #171a8f;
    border-radius: 50%;
}
.social .fa.fa-youtube-play {
    background: #ed3123;
    border-radius: 50%;
}
.social li {
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
    width: 36px;
}
.social li a {
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 36px;
    padding: 8px 0;
}
.social {
  margin-top: 3px;
  text-align: right;
}
.social ul{
  margin-bottom: 0px;
}
.social .fa.fa-facebook:hover {
    background: #404179;
}
.social .fa.fa-twitter:hover {
    background: #17a3d8;
}
.social .fa.fa-linkedin:hover {
    background: #272974;
}
.social .fa.fa-youtube-play:hover {
    background: #cd493f;
}



.navigation {
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
}

.main_nav {
  background: #000000 none repeat scroll 0 0;
  padding: 15px 0;
  text-align: center;
}
.navigation_cart .navbar li a {
  background: inherit !important;
  color: #fff !important;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 35px;
  padding: 0;
  text-transform: uppercase;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.login_nav .navigation_cart .navbar li a {
  margin: 0 22px;
}
.navigation_cart .navbar li a:hover, .cart_login li a:hover {
  color: #faa40f !important;
}
.navigation_cart .navbar {
  background: inherit;
  border: 0 none;
  margin: 0;
  min-height: inherit;
}
.cart_login {
  display: inline-block;
}
.cart_login li {
    display: inline-block;
}
.cart_login li a{
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.cart_login ul{
   margin: 0 0;
}
.login_rs{
   margin: 0 30px;
}
.cart_login span {
  color: #fff;
  font-size: 18px;
}
.cart_rs a {
    position: relative;
}
.cart_rs a span {
  background: #faa40f none repeat scroll 0 0;
  border-radius: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  height: 26px;
  position: absolute;
  right: -4px;
  text-align: center;
  top: -16px;
  width: 26px;
}
.firsr_slide{
  background-image: url(../front_images/banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.second-slide{
  background-image: url(../front_images/Banner-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.second-slide h2 {
  color: #000000;
  display: inline-block;
  font-family: muroregular;
  font-size: 87px;
  line-height: 55px;
  text-align: center;
}
.white-bg {
  font-family: muroregular;
  font-size: 87px;
  color: #fff;
}

.small-txt {
   font-family: muroregular;
  font-size: 50px;
  color: #000;
  
}

.error_data {
  margin-left: 22px;
}

.second-slide .slide_detail {
  clear: both;
  display: inline-block;
  width: 65%;
}
.slide_details {
  display: inline-block;
  width: 65%;
}
.slide_details li {
  background-image: url("../front_images/bullter.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 6px;
  padding-left: 29px;
  width: 46%;
}
.slide_details > ul {
  margin-top: 29px;
}

.banner .carousel.slide .item {
  min-height: inherit;
}
.banner .carousel.slide .item img{
	width: 100%;
}
.banner .carousel.slide .item .container{
	display:none;
}
.banner .carousel .carousel-control {
  background: rgba(73, 85, 101, 0.5) none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  height: 40px;
  opacity: 1;
  padding: 5px 0;
  text-align: center;
  top: 40%;
  width: 40px;
}
.banner .carousel .carousel-control.left {
  left: 3%
}
.banner .carousel .carousel-control.right {
  right: 3%
}
.banner_logo {
  margin: 24px 0 30px;
}
.search_header {
  margin-top: 13px;
}
.slide_detail li {
  background-image: url("../front_images/banner_icon.png");
  background-position: 0 6px;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 23px;
  font-weight: 500;
  list-style: outside none none;
  margin: 18px 0 18px -21px;
  padding: 0 0 0 30px;
  text-transform: uppercase;
}
.category {
  float: left;
  overflow: hidden;
  padding: 4px;
  position: relative;
  width: 25%;
}
h1.head_line {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
}
.category_main, .country_main {
  padding: 40px 0 60px;
}
.category > a {
  display: block;
  position: relative;
}
.catgry_txt {
  background: rgba(250, 164, 15, 1) none repeat scroll 0 0;
  bottom: 0;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  height: 44px;
  left: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.category a:hover .catgry_txt {
  background: rgba(250, 164, 15, .7) none repeat scroll 0 0;
  height: 100%;
  color: #fff;
}
.categry_title {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.catgry_img img{
	width: 100%;
}
.cat_head {
  display: table-cell;
  vertical-align: middle;
}
.cat_head span{
  font-size: 10px;
  color: #000;
  margin-top: 25px;
  display: block;
}

.category_main .carousel-indicators {
    bottom: -50px;
}
.category_main .owl-pagination {
  margin-top: 15px;
  text-align: center;
}
.carousel-indicators li, .owl-pagination .owl-page {
  background: #ebe6e6 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50px;
  display: inline-block;
  height: 12px !important;
  margin: 0 3px;
  width: 12px !important;
}
.carousel-indicators li.active, .owl-pagination .owl-page.active{
  background: #faa40f; 
}

.Country_main {
  background: #292424 none repeat scroll 0 0;
  padding: 40px 0;
}

.Countries_main {
  /*background: #292424 none repeat scroll 0 0;*/
  padding: 40px 0;
}

.Country_main h1{
  color: #fff;
}
.country_short {
  display: block;
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
  width: 100%;
}
.country_short > ul {
  display: inline-block;
}
.country_short li {
  display: inline-block;
  margin: 2px 0;
}
.country_short li:last-child span{
  display: none;
}
.country_short li a {
  border-radius: 4px;
  padding: 2px 8px;
  cursor: pointer;
}
.country_short li a, .country_short {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.country_letters li a {
  color: black!important;
}

.country_short li.active a, .country_short li a:hover{
   background: #faa40f;
   color: #000;
}
.county_detail {
  background: #ebe6e6 none repeat scroll 0 0;
  padding: 3px 3px 13px;
  text-align: center;
}
.county_detail a {
  color: #000;
  display: inline-block;
  font-size: 18px;
  margin: 15px 0 4px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.county_detail a:hover {
  color: #faa40f;
  }
.cntry {
  padding: 6px;
}

.county_detail img {
  width: 100%;
}

footer {
  background: #eeece7 none repeat scroll 0 0;
  padding: 30px 0;
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
}
.footer_abt p {
  text-align: justify;
  width: 80%;
}
.footer_link li {
  list-style: outside none none;
  margin-bottom: 8px;
}

.footer_link li a{
  color: #000;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.footer_link li a:hover{
  color: #faa40f;
  }
.newsletter {
  margin-bottom: 30px;
  position: relative;
}
.newsletter input[type="email"] {
  border: 1px solid #ded7d8;
  height: 50px;
  padding: 0 90px 0 12px;
  width: 100%;
}
.newsletter button {
  background: #f1a40e none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 27px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.newsletter button:hover {
  background: #0d0d0d none repeat scroll 0 0;
}
footer .social li {
  width: auto;
}
footer .social li a {
  height: 46px;
  padding: 13px 0;
  width: 46px;
}
footer .social {
  margin-top: 28px;
  text-align: left;
}
.copy_right {
  background: #0d0d0d none repeat scroll 0 0;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.header_social {
  float: right;
  margin-top: 10px;
}

  /*INER PAGE CSS STARTS */
  
  .product-according .fa.fa-plus {
      float: right;
      position: relative;
      top: 6px;
  }
  .product-according .fa.fa-minus {
      float: right;
      position: relative;
      top: 6px;
  }
  .main-products {
      width: 100%;
      display: inline-block;
      margin-top: 25px;
      margin-bottom: 25px;
  }
  .product-according {
      background: #f0f0f0 none repeat scroll 0 0;
      padding: 0;
  }
  .product-according .panel-heading {
      background: #faa40f none repeat scroll 0 0;
      border: 0 none;
      border-radius: 0;
      text-align: center;
  }
  .panel-heading a {
      color: #ffffff;
      cursor: pointer;
  }
  .profile_info .panel-heading .panel-title a {
      color: #000;
  }

  .product-according .panel-body li:hover {
      background: #000;
      color: #fff;
  }
  .product-according .panel-body li {
      transition: all ease-in-out 0.3s;
  }
  .product-according .panel-heading .panel-title {
      font-family: raleway;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
  }
  .panel-default {
      border-color: #fff;
  }
  .product-according .panel-body {
      padding: 0;
      list-style: none;
  }
  .panel-body > ul {
      list-style: outside none none;
      margin-bottom: 0;
  }
  .product-according .panel-body li {
      background: #f0f0f0 none repeat scroll 0 0;
      border-bottom: 1px solid #ffffff;
      color: #000000;
      padding-bottom: 12px;
      padding-left: 19px;
      padding-top: 14px;
  }
  .product-according .panel-group .panel + .panel {
      margin-top: 0;
  }
  .product-according .panel-group {
      margin-bottom: 0;
  }
  .product-according .panel-body span {
      margin-left: 16px;
  }
  .country-flag {
      border: 3px solid #000000;
      border-radius: 5px;
      margin-bottom: 16px;
      padding: 10px;
      vertical-align: middle;
  }
  .country-flag > ul {
      list-style: outside none none;
      text-align: center;
      vertical-align: middle;
      margin-bottom: 0;
  }
  .country-flag img {
      width: 80px;
  }
  .country-flag li {
      color: #000000;
      font-family: raleway;
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      padding: 0 20px;
  }
  .products-categ h2 {
      border-bottom: 2px solid #e7e7e7;
      float: right;
      font-family: raleway;
      font-size: 23px;
      margin-top: 0;
      padding-bottom: 11px;
      text-transform: uppercase;
      width: 98.1%;
  }
  .lists-item {
      border: 1px solid #ebe6e6;
      margin-bottom: 14px;
      padding: 10px 10px 22px;
      text-align: center;
      width: 270px;
  }
  .products-categ .prdt-titl {
      border: 0 none;
      font-size: 18px;
      margin-bottom: 0;
      margin-top: 9px;
      text-align: center;
      text-transform: capitalize;
  }
  .lists-item > span {
      color: #cac6c6;
      display: inline-block;
      font-size: 18px;
      text-align: center;
      width: 100%;
  }
  .lists-item .buybtn {
      background: #faa40f none repeat scroll 0 0;
      color: #ffffff;
      display: inline-block;
      float: none;
      font-family: open sans;
      font-weight: 600;
      margin: 13px auto 0;
      padding: 4px 20px;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
  }
  .buybtn:hover {
      background: #0d0d0d none repeat scroll 0 0;
  }
  .products-categ .col-sm-3 {
      padding-left: 5px;
      padding-right: 5px;
  }
  .outer {
      display: inline-block;
      width: 100%;
  }
  .product-according .panel-body .active {
      background: #000000 none repeat scroll 0 0;
      color: #ffffff;
  }
  /*Product details page css starts */
  
  .thubnails-details > ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .thubnails-details li {
      display: inline-block;
      padding: 0 0;
  }
  .thubnails-details li {
      display: inline-block;
      padding: 0;
      width: 88px;
  }
  .detail-product .product-title {
      font-family: open sans;
      font-size: 24px;
      font-weight: 600;
      margin: 0 0 25px;
  }
  .rs-stars .fa.fa-star,
  .rs-stars .fa-star-half-o {
      color: #faa40f;
      font-size: 20px;
  }
  .rs-stars {
      display: inline-block;
  }
  .add-review {
      color: #faa40f;
      display: inline-block;
      font-size: 18px;
      margin: 0;
      cursor: pointer;
  }
  .reviews-jumplink.total-reviews {
      color: #000000;
      font-size: 18px;
      margin-right: 5%;
  }
  .rs-stars {
      display: inline-block;
      margin-right: 5%;
  }
  .product-des > p {
      color: #bbbbbb;
      font-weight: 400;
      line-height: 24px;
      padding-right: 17%;
      margin-bottom: 32px;
  }
  .pricecheck .input-group h2,
  .size-contain h2 {
      font-family: open sans;
      font-size: 20px;
      margin: 0;
      position: relative;
      top: 8px;
  }
  .qty-contain {
      float: left;
      width: 17%;
      vertical-align: middle;
  }
  .plus-bx {
      display: inline-block;
      float: left;
      width: auto;
  }
  .plus-bx .input-group-btn {
      display: inline-block;
      float: left;
      margin: 0;
      width: 34px;
  }
  .plus-bx .form-control.input-number {
      display: inline-block;
      float: left;
      font-size: 17.7px;
      height: auto;
      text-align: center;
      width: 50px;
  }
  .plus-bx .btn.btn-default.btn-number {
      border-radius: 0;
  }
  .plus-bx .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
      border-right: 0 none;
  }
  .plus-bx .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
      margin-left: -1px;
      border-left: 0;
  }
  .pricecheck .input-group {
      width: 100%;
  }
  .plus-bx .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
      background: #faa40f none repeat scroll 0 0;
      border-left: 0 none;
      color: #000;
      font-size: 19px;
      margin-left: -1px;
      border: 0;
  }
  .plus-bx .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
      background: #faa40f none repeat scroll 0 0;
      border-right: 0 none;
      font-size: 19px;
      color: #000;
      border: 0;
  }
  .size-contans {
      padding-left: 0;
  }
  .size-contain > h2 {
      display: inline-block;
      float: left;
  }
  .size-contain li {
      display: inline-block;
      padding: 0 10px;
  }
  .size-contain > ul {
      display: inline-block;
      float: right;
      list-style: outside none none;
  }
  .size-contain > h2 {
      display: inline-block;
      float: left;
  }
  .size-contain li {
      background: #ebebeb none repeat scroll 0 0;
      color: #afafaf;
      display: inline-block;
      font-weight: 600;
      padding: 10px 15px;
      transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      cursor: pointer;
  }
  .size-contain li:hover {
      background: #faa40f;
      color: #fff;
  }
  .details-cover {
      display: inline-block;
      width: 100%;
  }
  .product-tabs {
      clear: both;
      display: inline-block;
      margin-bottom: 30px;
      margin-top: 31px;
      padding-left: 15px;
      width: 100%;
      padding-right: 15px;
  }
  .pricecart {
      display: inline-block;
      margin-top: 20px;
      width: 100%;
  }
  .price-contain > h2 {
      display: inline-block;
      font-size: 20px;
      margin: 0;
  }
  .price-contain > p {
      color: #faa40f;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 0 4%;
  }
  .price-contain span {
      color: #d2d2d2;
      margin-left: 22px;
      text-decoration: line-through;
  }
  .price-contain .btn-default {
      background: #faa40f none repeat scroll 0 0;
      border: 0 none;
      border-radius: 0;
      color: #ffffff;
      padding: 9px 54px;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
  }
  .price-contain .btn-default:hover {
      background: #000;
  }
  .product-tabs .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
      background: #faa40f none repeat scroll 0 0;
      border: 0 none;
      border-radius: 0;
      color: #ffffff;
      cursor: default;
  }
  .product-tabs .nav-tabs > li > a {
      background: #ebebeb none repeat scroll 0 0;
      border: 0 none;
      border-radius: 0;
      color: #b2b2b2;
      font-family: open sans;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.42857;
      margin-right: 2px;
      padding: 16px 50px;
  }
  .product-tabs .nav-tabs {
      border-bottom: 0;
  }
  .product-tabs .tab-content {
      border: 1px solid #d2d2d2;
      margin-top: 0;
      padding: 20px;
  }
  .product-tabs .tab-content p {
      color: #bbbbbb;
      line-height: 24px;
  }
  /*Product details page css Ends */
  /*similar-product css Starts */
  
  .similar-products h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 35px;
      text-align: center;
      text-transform: uppercase;
  }
  .similar-products {
      display: inline-block;
      margin-bottom: 50px;
      width: 100%;
  }
  .similar-products .prdt-titl {
      border: 0 none;
      font-family: raleway;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 16px;
      margin-top: 9px;
      text-align: center;
      text-transform: capitalize;
  }
  /*similar-product css Ends */
  /*INER PAGE CSS ENDS*/
  
  
  /*27.3.2017 */
.modal-content.align-cent {
  float: none;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.align-cent .form-group {
  display: inline-block;
  width: 100%;
}

.reset-form {
  border-bottom: 1px solid #cecece;
  clear: both;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 19px;
  margin-top: 0;
  padding: 15px 15px 9px;
  text-align: center;
  width: 100%;
}



.btn-login {
  float: right;
  text-align: right;
}
  
.orange-btn {
  background: #f7941d none repeat scroll 0 0;
  border-color: #f7941d;
  color: #ffffff;
  float: right;
  margin-top: 0;
  padding: 6px 30px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition:all 0.3s ease-in-out 0s;
  margin-bottom: 10px;
}
.btn.btn-info.btn-sm.loginButtons {
  background: #f7941d none repeat scroll 0 0;
  border-color: #f7941d;
}
  
  .white_posts {
  color: #f7941d;
}
  .recover {
  text-align: center;
}
.recover > ul {
  list-style: outside none none;
}
.recover li {
  display: inline-block;
  padding: 0 10px;
} 


.close {
  background: #e3820e none repeat scroll 0 0 !important;
  border-radius: 100%;
  color: #ffffff;
  font-weight: normal;
  height: 30px;
  opacity: 2;
  position: absolute;
  right: -1px;
  text-shadow: none;
  top: -6px;
  width: 30px;
   transition: all 0.3s ease-in-out 0s;
   -webkit-transition: 0.3s ease-in-out 0s;
}

.close:hover, .close:focus {
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  background: #000 !important;
}
.orange-btn:hover {
  background: #e3820e none repeat scroll 0 0;
  color: #ffffff;
}

.modal-dialog {
  margin: 120px auto 0;
 
}
.login .input.form-control {
  border-radius: 0;
  height: 37px;
}





.register.col-sm-9 .aling-center {
  float: none;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}


.modal-content.register-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  border: 0;
}

.modal-dialog.register-dialog {
  margin: 70px auto 0;
}

.btn.btn-info.btn-lg.register-btn{
	 background: #f7941d none repeat scroll 0 0;
  border-color: #f7941d;
  color: #ffffff;
  float: right;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition:all 0.3s ease-in-out 0s;
  margin-bottom: 10px;
	
}


.register.col-sm-9.aling-center {
  position: absolute;
  right: 0;
  left: 0;
}
    /*27.3.2017 Ends */
 .category_rs .catgry_img {
  height: 248px;
  overflow: hidden;
} 
.tabContentSec.listBlock .tabContent .list-inline > li {
  padding-left: 15px;
  width: 100%;
}
.tabContentSec.listBlock .tabContent .list-inline > li .imgsquare {
  width: 100% !important;
}
.tabContentSec.listBlock .tabContent ul.list-inline {
  margin: 0;
}
.tabContentSec.listBlock .tabContent .list-inline > li .imgsquare {
  background-size: 100% auto !important;
  height: auto !important;
  width: 100% !important;
}
#address_input_box .tenFromTopSmall input.form-control, #card-form  input.form-control{
  margin: 12px 0;
}
#address_input_box .tenFromTopSmall .uplabel, #card-form  .uplabel-payment {
  font-size: 14px;
  font-weight: 600;
}
.cart-accordeon #accordion .panel-heading a {
  color: #000;
}
.logout_form {
  display: inline-block;
}
#registrationAjaxForm1 .form-control {
  margin: 15px 0;
}
 .mbottom .customThumbnailNewDesign {
  width: 100%;
  margin:0;
}
.catgry_tabsec .customThumbnailNewDesign .caption a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}
.cart_mobile{
  display: none;
}
.category_main .owl-item .category {
  float: none;
  width: 100%;
}
.category_main .owl-buttons{
	display: none;
}
  @media (max-width: 1199px) {
      .navigation_cart .navbar li a {
          margin: 0 14px;
      }
	  .header_social {
		  margin-top: 1px;
		}
		.search_header {
		  margin-top: 4px;
		}
		.slide_detail {
  margin-left: 8%;
}
  }
  @media(min-width:992px) and (max-width:1200px) {
      .lists-item {
          width: 100%;
      }
      .pricecheck .input-group h2,
      .size-contain h2 {
          font-size: 15px;
          top: 8px;
      }
      .size-contans {
          width: 46%;
          padding-right: 0;
      }
      .pricecheck {
          float: right;
          width: 53%;
      }
      .qty-contain {
          float: left;
          width: 32%;
      }
      .pricecheck .input-group h2,
      .size-contain h2 {
          font-size: 18px;
      }
	 .login_nav .navigation_cart .navbar li a {
  margin: 0 8px;
}
.login_nav .login_rs {
  margin: 0 15px;
}
  }
  @media (max-width: 991px) {
      .social li a {
          font-size: 14px;
          height: 30px;
      }
      .navigation_cart .navbar li a {
          margin: 0 8px;
          font-size: 14px;
      }
      .cart_login li a {
          font-size: 14px;
      }
      .slide_detail li {
          background-size: 12px auto;
          font-size: 18px;
          padding: 0 0 0 25px;
          margin: 0;
      }
	  .newsletter button {
	  width: 50px;
	}
	.newsletter input[type="email"] {
	  padding: 0 50px 0 12px;
	}
	.slide_details li {
  display: block;
  margin-left: 10%;
}
.tabContentSec.listBlock .tabContent.catgry_tabsec .col-md-2 .list-inline > li {
  padding: 0;
  vertical-align: top;
  width: 75px;
}

  }
  @media(min-width:768px) and (max-width:991px) {
      .country-flag li {
          font-size: 23px;
      }
      .lists-item {
          width: 100%;
      }
      .social li {
          width: 28px;
      }
      .product-according .panel-heading .panel-title {
          font-size: 15px;
      }
      .products-categ .prdt-titl {
          font-size: 16px;
      }
      .thubnails-details li {
          width: 53px;
      }
      .detail-product .product-title {
          font-size: 18px;
          margin: 0 0 11px;
      }
      .add-review {
          font-size: 14px;
      }
      .product-des > p {
          padding-right: 0;
      }
      .size-contain > ul {
          float: none;
          margin-left: 7px;
      }
      .size-contain li {
          padding: 7px 10px;
      }
      .size-contans {
          width: 46%;
          padding-right: 0;
      }
      .pricecheck {
          float: right;
          width: 53%;
      }
      .qty-contain {
          float: left;
          width: 32%;
      }
      .pricecheck .input-group h2,
      .size-contain h2 {
          font-size: 18px;
      }
      .price-contain .btn-default {
          font-size: 12px;
          padding: 6px 12px;
      }
      .product-des > p {
          margin-bottom: 12px;
      }
	  .catgry_tabsec .customThumbnailNewDesign .caption a {
  min-height: 40px;
}
.login_nav .navigation_cart .navbar li a {
  margin: 0 4px;
}
.login_nav .login_rs {
  margin: 0 8px;
} 

  }
  @media (max-width: 767px) {
      .top_header,
      .header_top_right {
          text-align: center;
      }
     .logo {
		  display: block;
		  float: none;
		  margin: 0 auto;
		  width: 280px;
		}
      .search_header {
          display: inline-block;
          margin-top: 20px;
          width: 100%;
      }
      .navigation {
          float: left;
          margin: 0
      }
      .navigation_cart .navbar li a {
          margin: 12px 8px;
      }
      .main_nav .navbar .navbar-collapse {
          background: #000 none repeat scroll 0 0;
          left: 0;
          position: absolute;
          right: 0;
          text-align: left;
          top: 62px;
          width: 100%;
          z-index: 99;
      }
      .main_nav {
          position: relative;
      }
      .navigation .navbar {
          position: static;
      }
      .navigation .navbar-header button {
          margin: 0;
      }
      .category {
		  width: 50%;
		}
      .cart_login {
          float: right;
      }
      .slide_detail li {
          margin: 8px 0;
      }
      .cntry {
          float: left;
          width: 50%;
      }
      .social li {
          width: 31px;
      }
      footer .social li a {
          padding: 16px 0;
      }
      .main-products {
          padding-left: 15px;
          padding-right: 15px;
      }
      .country-flag li {
          font-size: 18px;
      }
      .country-flag img {
          width: 50px;
      }
      .products-categ {
          margin-top: 12px;
      }
      .main-products .col-sm-9 {
          padding: 0;
      }
      .lists-item {
          margin: 0 auto 14px;
      }
      .detail-product {
          margin-top: 14px;
      }
      .size-contans {
          display: inline-block;
          padding-left: 0;
      }
      .pricecheck {
          display: inline-block;
          width: 43%;
      }
      .product-tabs .nav-tabs > li > a {
          font-size: 18px;
          padding: 16px 32px;
      }
      .product-tabs {
          padding-left: 10px;
          padding-right: 10px;
      }
      .pricecheck {
          display: inline-block;
          width: 100%;
          padding: 0;
      }
      .size-contans {
          float: left;
          width: 36%;
      }
      .pricecheck {
          clear: both;
          padding-left: 0;
          width: 86%;
      }
      .product-tabs .nav-tabs > li > a {
          font-size: 10.7px;
          padding: 12px;
      }
	  .slide_details li {
		  width: 100%;
	  }
	  .footer_abt p{
		  width:100%;
	  }
	  .line {
  display: none;
}
.login {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px;
}


.modal-content {
  margin: 0 auto;
  width: 90%;
}
.tabContent .mbottom {
  margin-bottom: 30px;
}
#addresses_listing .thumbnail {
  height: auto;
}
.cart_mobile{
  display: block;
}
.cart_mobile tbody,.cart_mobile tbody tr{
  display: block;
  width: 100%;
}
.cart_mobile tr td:last-child {
  width: 70%;
}
.cart_desk{
  display: none;
}
.cart_mobile tr td:first-child {
  width: 180px;
}
.login_nav .navigation_cart .navbar li a{
  margin: 12px 8px;
}
.category_main .owl-buttons{
	display: block;
}
.category_main .owl-pagination{
	display: none;
}
.category_main .owl-buttons > div.owl-next {
  right: -40px;
  left:auto;
}
.category_main .owl-buttons > div {
  background: rgba(73, 85, 101, 0.7) none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  opacity: 1;
  padding: 5px 0;
  left:-40px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
}
.category_main .owl-buttons > div:hover {
  background: rgba(73, 85, 101, 1) none repeat scroll 0 0;
}
#owl-demo.owl-carousel {
  margin: 0 auto;
  width: 90%;
}
  }
  @media (max-width: 639px) {
      .category {
          width: 50%;
      }
      .footer_abt p {
          width: 100%;
      }
      .banner .carousel.slide .item {
          min-height: inherit;
      }
	  .slide_details > ul {
  margin-top: 0;
}
.slide_details li {
  font-size: 15px;
}
      .slide_detail li {
          text-shadow: 2px 1px 2px #000;
		   font-size: 14px;
      }
	  .top_header i {
  font-size: 16px;
  margin-top: 4px;
  vertical-align: top;
}
.header_top_left a, .header_top_right span {
  font-size: 16px;
  margin-left: 2px;
}
.banner_logo img {
  max-width: 220px;
  padding-left: 8%;
}
.slide_details, .slide_details li {
  width: 100%;
}
.second-slide h2 {
  font-size: 60px;
  margin-left: 9%;
}
 .white-bg{
  font-size: 60px;
}
.banner .carousel .carousel-control {
  top: 30%;
}
.category {
  width: 100%;
}
#nationals div#cart_table {
  overflow: scroll;
}

.category_main .owl-buttons > div {
  left:-33px;
}
.category_main .owl-buttons > div.owl-next {
  right: -33px;
  left:auto;
}
  }
  @media (max-width: 479px) {
      .cntry {
          float: none;
          margin: 0 auto;
          max-width: 280px;
          width: 100%;
      }
      .social {
          margin-top: 16px;
          text-align: center;
      }
      .logo,
      .header_social {
          float: none;
          text-align: center;
      }
      .catgry_txt {
          font-size: 13px;
          padding: 13px 0;
      }
      .size-contans {
          float: left;
          width: 100%;
      }
      .pricecheck {
          width: 95%;
          float: left;
      }
      .plus-bx {
          float: right;
      }
      .price-contain .btn-default {
          padding: 6px 21px;
          margin-top: 19px;
          float: right;
      }
      .qty-contain {
          width: 31%;
      }
	  .country_short li a, .country_short {
	  font-size: 15px;
	}
	.second-slide h2, .white-bg {
  font-size: 45px;
}
.banner .carousel .carousel-control {
  height: 30px;
  padding: 0;
  top: 25%;
  width: 30px;
}
.cart_mobile tr td:last-child {
  width: 60%;
}
.category_main .owl-buttons > div {
  left:-25px;
  height:30px;
  width:30px;
  padding:1px 0;
}
.category_main .owl-buttons > div.owl-next {
  right: -25px;
  left:auto;
}
  }
  
  
  
  .sell h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

em.error.help-block {
  color: #a94442;
}
.add-product .form-control {
  margin-bottom: 7px;
}
.faq .panel-title > a {
  color: #000;
}