/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px) {
div#padding_div {
    padding-left: 0px;
}
}


/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}


/* Higher than 992 (desktop devices)
====================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px){
#search {
    width: 52%;
}
.mini-cart {
    padding: 0px;
}
.cat-section .col-item .info .info-inner .item-title a {
    font-size: 11px;
}
.info-inner {
    padding: 0px;
}
.product {
    margin-left: 20px;
}
div#padding_div {
    padding-left: 0px;
}
.flexslider .slides img {
    width: 76% !important;
    height: 350px !important;
}
ul.slides {
    height: 375px !important;
}
}


@media only screen and (max-width: 992px){
.RHS-banner {
    margin-top: 15px;
}
.products_det>h3 {
    text-align: center;
}
}


/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cate-dropdown {
    width: 120px;
}
#search {
    width: 40%;
}
i#maper {
    margin-bottom: 35px;
}
img#img_ups {
    width: 124px;
}
.product-angles ul li {
    width: 130px;
}
.product-angles ul li > img {
    width: 125px;
}
div#padding_div {
    padding-left: 0px;
}
.product_name {
    margin-top: 26px;
}
.flexslider .slides img {
    height: 530px !important;
}
.cart-total {
    text-align: center;
}
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
.header.container {
    text-align: center;
}
.search-btn-bg {
    height: 32px;
}
.top-cart-contain {
    float: none;
    margin: 42px 0px 4px;
}
.mini-cart {
    text-align: center;
}
.sub-menu {
    position: relative;
    width: 100%;
    top: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: white;
}
.navbar {
    margin-top: 1px;
}
.brand-logo .slider-items-products .owl-buttons .owl-next {
    right: -20px;
}
.brand-logo .slider-items-products .owl-buttons .owl-prev {
    left: -20px;
}
.footer-sub p {
    text-align: center;
    font-size: 12px;
}
.footer {
    text-align: center;
    padding: 10px 0px 20px;
}
ul#links_add>li {
    margin-top: 10px;
    line-height: 15px;
    display: block;
    border-right: 0;
}
ul.links>li>i {
    float: none;
}
.footer-middle h4 {
    margin: 30px 0px 0px;
}
ul.links>li {
    display: inline-block;
    border-right: 1px solid #eee;
    line-height: 20px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 15px 0px 0px;
}
.footer-middle .links li a::before {
		display: none;
}
ul.links>li:last-child {
    border-right: 0;
}
img#img_ups {
    width: 150px;
}
section.products_sec {
    padding: 20px 0px 0px;
}
a.product-image1>img {
    height: 300px;
}
.product_name {
    margin-top: 26px;
    text-align: center;
}
p.designer {
    float: none;
    padding-right: 0px;
    border-right: 0;
    margin-right: 0px;
}
.spec {
    text-align: center;
}
ul.spec_ul>li {
    list-style-position: inside;
    margin-left: 0px;
}
p.click_para>a {
    float: none;
}
.product-image-area {
    height: 250px;
}
.cart-total {
    text-align: center;
}
td.cart-title h4 {
    font-size: 14px;
}
#tabs-container {
    padding: 20px 20px 40px;
}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#search {
    width: 63%;
}
.product {
    margin-left: 20px;
}
.flexslider .slides img {
    height: 350px !important;
}
ul.slides {
    height: 350px !important;
}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
body {
  font-size: 12px;
}
br.phn_xs {
    display: block;
}
#search {
    width: 55%;
}
ul.sub-menu>li>a {
    font-size: 12px;
}
.search-box {
    margin: 5px auto;
}
.product {
    height: 300px;
    margin-left: 35px;
}
.product > img {
    height: 250px;
}
.product-angles ul li > img {
    height: 100px;
    width: 80px;
}
.product-angles ul li {
    height: 105px;
    width: 90px;
}
.flexslider .slides img {
    width: 70% !important;
    height: 300px !important;
}
ul.slides {
    height: 345px !important;
}
}