/* Responsive Style */
@media (max-width: 480px) {
  .card-product-mobile{
    width: 100% !important;
  }
  .cart-summary-items {
  	margin: 0 auto;
  	width: 70%;
  }
 .car-specs-container .list-inline{
   width: 100%;
   margin-bottom: 10px;
 }
 .appstore-link {
	margin-left: 0;
}
.container-home-customers .list-inline li {
	display: block;
  margin-bottom: 30px;
}
.container-foldmessage {
	padding-top: 10vh;
}

}
@media (max-width: 767px) { /* XS */
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
  .navbar-brand {
    margin-top: 0;
    padding: 10px 15px;
  }
  .navbar-sign {
    margin-left: 0;
  }
  .header-search .input-group-addon {
    float: left;
  }
  .foot-sociallinks,
  .foot-payment {
    margin-top: 30px;
  }
  .block-form-action {
	padding: 40px 40px 30px;
  }
 .block-form-activate {
	padding: 80px 40px;
  }
 .editprofile-form {
	padding: 30px 20px;
 }
 .form-normal .btn-spare-grediant {
	padding: 10px 10px;
 }
 .form-normal .btn-spare-grediant {
 padding: 10px 60px;
 margin-bottom: 15px;
 }
 #form-adsrequest .btn-spare-grediant{
	padding: 10px 40px;
 }
 .agencyhead-image{
  float: none !important;
 }
 .agencyhead-text {
  float: none !important;
 }
.agencyhead-info {
 margin-left:0;
}
.agencyhead-image {
	margin: 20px auto 10px;
  width: 150px;
  height: 150px;
}
.agencyhead-text {
	padding: 0;
  margin-bottom: 20px;
}
.agencyhead-image img {
	height: 100px;
	width: 100px;
}
.container-agencyhead-info ul {
	margin-bottom: 10px;
	clear: inline-start;
}
.cart-buttons{
  text-align: center;
}
.cart-buttons .btn-niceblue{
  float: none !important;
  margin: 0 auto;
  display: block;
}
.cart-buttons .btn-go{
  float: none !important;
  margin: 20px auto 0;
  padding: 10px 15px;
}
li.cart-item-qty {
	padding: 0 10px;
}
.cart-item .notify-delete{
  float: none !important;
  margin: 0 auto;
}
.notify-item .notify-delete{
 margin-right: 10px;
}
.notify-item .notify-icon{
 margin-left: 10px;
}
.product-visual-img .product-img .main-imge {
	height: 300px;
}
.product-visual-info{
  text-align: center;
  padding-left: 10px;
}
.product-visual-img .product-status{
  padding-top: 10px;
  margin: 0;
}
.product-visual-img {
	background: #FFF;
	border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
}
.product-title-container .product-details-title,
.product-addcart-container .product-quantity{
  float: none !important;
}
.product-title-container .addto-favorite{
  float: none !important;
  margin: 20px auto;
}
.product-addcart-container .btn-go{
  float: none !important;
  margin: 15px 0 0 0;
}
.agency-info {
	margin: 15px 0;
}
.product-reviews-form {
	width: 100%;
}
.product-review-sep {
	display: none;
}
.sidebar-filter {
margin-bottom: 30px;
}
.container-fold .header-search-actions {
	margin-left: 0;
}
.search-form-tabs-container .nav-tabs li:first-child{
  display: none;
}
.search-form-tabs-container .tab-content #carparts{
  display: none;
}
.search-form-tabs-container .nav-tabs li:last-child a{
  border-radius: 0;
}
#overlaysearch{
  overflow: auto;
}
}
@media (min-width: 768px) and (max-width: 991px){ /* SM */
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
  .col-sm-15 {
    float: left;
    width: 20%;
  }
  .container-head .navbar-default .navbar-nav>li>a {
    padding: 10px 10px;
  }
  .navbar-brand {
    padding: 10px 15px;
  }
  .agencyhead-image{
    margin-bottom: 20px;
  }
  .agencyhead-text {
	 padding: 65px 0 0 25px;
  }
  .agencyhead-info {
	 margin-left:0;
  }
  .sidebar-filter {
	margin-bottom: 30px;
}
.navbar-header{
  float: none !important;
}
.navbar-header a{
  display: block;
  text-align: center;
  margin-top: 15px;
  float: none !important;
}
.navbar-header a img{
  display: inline-block;
}
.container-fold .header-search-actions {
	margin-left: 10px;
}
.container-foldmessage {
	padding-top: 20vh;
}
.search-form-tabs-container .nav-tabs li:first-child{
  display: none;
}
.search-form-tabs-container .nav-tabs li:nth-child(2) a{
  border-radius: 10px 0 0 0 ;
}
.search-form-tabs-container .tab-content #carparts{
  display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px){ /* MD */
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
  .col-md-15 {
    float: left;
    width: 20%;
  }
  .container-fold .header-search-actions {
	 margin-left: 10px;
  }
}
@media (min-width: 1200px) { /* LG  */
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
  .col-lg-15 {
    float: left;
    width: 20%;
  }
}
/*  Print styles */

@media print {
  *, *:before, *:after {
    background: transparent !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  body
  {
     direction: ltr;
  }
  .order-details-infohead{
    background-color: #F6F6F6;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 30px;
  }
}
