/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

#signin-button-mob {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .form-control {
    border: 2px solid #e7e7e7 !important;
    padding: 10px 12px !important;
  }
}

@media only screen and (max-width: 1390px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1200px) {
  .feature-tab {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    width: 100px;
    text-align: center;
    font-size: 18px;
    padding: 25px 0;
  }
  .feature-tab h4 {
    color: #9a9a9a;
    font-weight: 300;
    font-size: 13px;
  }
  .ads img {
    /* margin-bottom: 30px; */
    width: 100%;
    /* object-fit: contain; */
    /* height: 100%; */
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
}
@media only screen and (max-width: 1166px) {
  .btn-medium {
    padding: 10px 14px;
    margin-bottom: 0;
    font-size: 15px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .fieldname {
    padding: 10px 0;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 500;
  }
  .shopping-buttons a {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .bg-overlay-filter {
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    display: none;
    position: fixed;
    z-index: 999;
  }
  #categoryFilter .panel {
    margin-top: 10px !important;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
    padding: 5px;
  }
  .collapse.in {
    padding: 5px;
  }
  ul.filter-list li {
    padding: 7px;
  }
  ul.filter-list {
    float: left;
    height: 120px;
  }
  .pretty .state label {
    margin: 0 !important;
  }
  .pretty .state label:after,
  .pretty .state label:before {
    content: "";
    width: calc(20px + 0px) !important;
    height: calc(20px + 0px) !important;
  }
  .pretty.p-icon .state .icon {
    width: calc(20px + 0px) !important;
    height: calc(20px + 0px) !important;
    margin: 0 !important;
    margin-left: 0px !important;
  }
  #categoryFilter {
    display: none;
    width: 70%;
    background: #fff;
    position: fixed;
    top: 0;
    margin: 0;
    padding-top: 70px;
    z-index: 999;
    left: -100%;
    height: 100%;
  }
  #filter-button-open {
    display: block;
    border: 1px solid #e7e7e7;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background: #fed322;
    left: 10px;
    position: fixed;
    z-index: 111;
    top: 350px;
  }

  #filter-button-close {
    display: none;
    border: 1px solid #e7e7e7;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background: #fed322;
    left: 10px;
    position: absolute;
    z-index: 111;
    top: 10px;
    right: 15px;
    margin: 0 0 0 auto;
  }
  .sub-menu {
    display: none;
    top: -10px;
    right: -15px;
  }
  nav.theme-menu ul.nav > li > a {
    padding: 10px !important;
  }
  .section-title {
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
    padding-top: 0px;
  }
  #instantStart .para {
    width: 100%; /* float:left; */
    clear: both;
    margin-top: 30px !important;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
  }
  #StyleAccordion {
    width: 100%;
    margin: 0 auto;
  }
  .products:hover {
    /* border:1px solid #e7e7e7; */
    -webkit-box-shadow: 0px 1px 10px #e7e7e7;
    -moz-box-shadow: 0px 1px 10px #e7e7e7;
    box-shadow: 0 0 3px 0 rgba(41, 44, 58, 0.15);
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .products:hover > .product-details .color-option {
    display: block;
    background: transparent;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    box-shadow: 0px 0 1px 0 #e7e7e7;
    padding: 5px 0px;
  }
  .ad1,
  .ad2 {
    width: 100%;
    text-align: center;
  }
  .ad1 img,
  .ad2 img {
    /* margin-bottom: 30px; */
    /* width: auto; */
    /* object-fit: contain; */
    /* height: 100%; */
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .ads {
    width: 100%;
    text-align: center;
  }
  .ads img {
    /* margin-bottom: 30px; */
    width: 100%;
    /* object-fit: contain; */
    /* height: 100%; */
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
  .header-button {
    float: right;
    top: 15px;
    position: absolute;
    right: 15px;
  }
  #help-newsletter {
    background: url(../images/help-bg.jpg) 100%;
    width: 100%;
    background-size: cover;
    padding: 50px 0;
  }
  .help-block .img {
    float: none;
    text-align: center;
    margin: 0;
  }
  .help-block .content {
    /* float: left; */
    margin-left: 0px;
    padding-top: 0px;
    text-align: center;
    margin-top: 10px;
  }
  .help-block {
    width: 100%;
    padding: 20px 0px 10px 0;
  }
  .help-block .img img {
    width: 70px;
  }
  .help-block .content-right {
    margin-top: 00px;
    text-align: center;
  }
  .help-block .content h3,
  .help-block .content-right h3 {
    font-size: 24px;
  }
  .help-block .content p {
    font-size: 15px;
  }
  #help-newsletter {
    margin: 0;
    padding: 0;
  }
  #help-newsletter .col-xs-12:first-child {
    background: #f2c820;
  }
  .med-title {
    margin: 0 0 20px 0;
  }
  .mainforms .p0 {
    padding: 0 0 !important;
    margin: 0;
  }
  .mainforms .p0 .col-xs-12 {
    padding-left: 0 !important;
    margin: 0px;
    width: 50%;
  }
  .mainforms .col-xs-12 .input-group {
    width: 100%;
    float: left;
  }

  .product-block .section {
    min-height: 470px !important;
    position: relative;
  }
  .product-block .slick-slide img {
    display: block;
    max-height: 270px;
    object-fit: cover;
    margin: 0 auto;
  }
  .imagezoom-cursor,
  .imagezoom-view {
    display: none;
  }
  .ad8 {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .special-deals .section .img-block {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    height: 100%;
    height: auto;
  }
  .product-block .section {
    min-height: 300px !important;
    position: relative;
    background: transparent;
  }
  .product-block .slick-slide img {
    display: block;
    max-height: 170px !important;
    min-height: 170px !important;
    object-fit: cover;
    margin: 0 auto;
  }
  .best-seller .slick-current img {
    max-height: 170px !important;
    min-height: 170px !important;
  }

  .best-seller .product-block .section {
    min-height: 300px !important;
    position: relative;
    background: transparent;
  }
  .best-seller .product-block .slick-slide img {
    display: block;
    max-height: 170px !important;
    min-height: 170px !important;
    object-fit: cover;
    margin: 0 auto;
  }
  .best-seller .section {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    min-height: 345px;
    height: auto;
  }

  .best-seller .owl-item.active {
    margin-right: 0px !important;
  }

  .best-seller .slick-slide img {
    min-height: 170px !important;
    position: relative;
    background: transparent;
    max-height: 170px !important;
  }

  .products:hover > .product-details .color-option {
    height: 50px !important;
  }

  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    top: 30%;
  }
  .products {
    padding: 3px;
    position: absolute;
  }
  .slick-list .roundbox {
    width: 40px !important;
    height: 40px !important;
  }

  .slick-list .roundbox img {
    width: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
  }
  .myaccount-box {
    text-align: center;
  }
  .btn-add-new {
    float: none;
    margin-top: 30px;
  }
  #menu-open {
    display: block;
  }
  .footer-first .section:first-child {
    margin-top: 30px !important;
  }
  .important-block {
    margin-top: 30px !important;
  }
  .footer-first .blocks:nth-child(2) {
    margin-top: 30px;
  }
  #category-disp {
    background: rgb(255, 255, 255);
    width: auto;
    z-index: 99999;
    left: 0;
    top: 80px;
    position: fixed;
  }
  #signin-button-mob {
    display: block;
    padding: 10px 13px;
    width: 44px;
    height: 44px;
  }
  #signin-button {
    display: none;
  }
  .owl-theme .owl-nav {
    /*left:40% !important;*/
  }
  .owl-theme .owl-dots .owl-dot.active {
    margin-top: 10px;
  }
  .product-block .section {
    background: #fff;
  }
  .shoppingbag {
    position: relative;
    right: 0px;
    top: 0px;
    display: block;
    float: left;
    margin-right: 10px;
  }
  .searchblock {
    width: 100%;

    margin-top: 30px;
  }
  .home-slider .item img {
    height: auto;
  }
  .home-slider .owl-nav .owl-prev {
    left: -20px !important;
    position: absolute !important;
    margin-top: -20px !important;
  }
  .home-slider .owl-nav .owl-next {
    right: -20px !important;
    position: absolute !important;
    margin-top: -20px !important;
  }
  .home-slider .owl-dots {
    margin-top: 0px;
  }
  ul.category-nav {
    display: none;
  }
  ul.category-nav li {
    width: 100%;
    float: left;
  }
  ul.category-nav li a {
    width: 100%;
    float: left;
  }
  .product-block .section {
    min-height: 340px !important;
  }
  .product-block .section .img-block {
    width: 50%;
    height: 270px;
  }
  .product-block .section .img-block img {
    max-height: 270px;
  }
  #best-seller .mt100 {
    margin-top: 50px !important;
  }
  section#category {
    margin: 0;
  }
  section.section {
    margin: 10px 0;
  }
  section {
    margin: 10px 0;
  }
  section .mt-100 {
    margin-top: 30px;
  }
  #shopping-bag-container {
    right: 50px;
  }
  #shopping-bag-container .bag-content:before {
    right: 40px;
  }
  .breadcrumb {
    text-align: left;
    margin-top: 10px;
    padding: 0;
  }
  #page-title .page-bg {
    margin-bottom: 0px;
    padding: 10px;
  }
  ul.category-nav li ul {
    width: 100%;
    position: relative;
    top: -15px;
    display: none;
    z-index: 99;
    float: left;
  }
  ul.category-nav li:hover > a {
    background: #000;
    color: #fff;
  }
  .product-details .section {
    padding: 20px 0 !important;
    text-align: left;
  }
  .p0 {
    padding: 0 !important;
  }
  .best-seller .owl-nav,
  .related-products .owl-nav {
    left: 42%;
  }
  .product-details .section .color-image img.color-round {
    clip-path: circle(20px at center);
  }
  .product-details .section .color-image img {
    width: 40px;
  }
  .CheckDelivery {
    margin-top: 30px;
  }
  .product-details .section .size-setup li a {
    border-radius: 25px;
    float: left;
    text-align: center;
    width: auto;
    height: 25px;
    border: 1px solid #000;
    padding: 8px 10px;
    line-height: 22px;
    font-size: 14px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  .whatsapp-button {
    float: left !important;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .product-details .section .whatsapp-button {
    margin-top: 0;
    margin-right: 15px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .cart-item li:nth-child(6) button {
    float: right;
  }
  .cart-total {
    float: right;
    width: 100%;
    text-align: right;
  }
  .med-title {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .med-title:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #ffd322;
    margin: 0 auto;
    z-index: 2;
    bottom: -35px;
    left: 50%;
    float: left;
    position: relative;
    display: none;
  }
  .med-title:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #ffd322;
    margin: 0 auto;
    z-index: 2;
    bottom: -35px;
    left: 50%;
    float: left;
    position: relative;
  }
  .ads img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    object-fit: cover;
  }

  .table-responsive {
    border: none;
  }

  .ad4 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .ad5 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .ad7 {
    width: 100%;
    float: left;
    margin: 30px 0;
  }
  .ad8 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .help-block .content-right {
    margin: 0;
  }

  .navbar-brand img.logo {
    width: 60px;
    object-fit: contain;
  }

  .navbar-brand span {
    font-size: 14px;
  }
  .mt50 {
    margin-top: 10px;
  }
  .large-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  section#banner {
    margin-bottom: 15px;
  }
  .searchblock .form-control,
  .login-block .form-control,
  .register-block .form-control {
    -webkit-appearance: none;
  }

  .footer-first .section ul li a {
    width: 45%;
    margin-right: 15px;
  }
  .category-home {
    font-size: 16px;
    background: linear-gradient(
      rgba(255, 255, 255, 0) 30%,
      rgba(2, 2, 2, 0.9) 100%
    );
  }
  select {
    margin-top: 30px;
  }
  #filter-price {
    padding: 15px;
  }
  .panel-body {
    padding: 5px;
  }
  .myaccount li ul {
    right: 0;
  }
  #page-title .page-title h3 {
    font-size: 24px;
  }

  #shopping-bag-container .bag-content {
    width: 360px;
    right: -40px;
  }

  .left_img img {
    transition: all 0.3s ease;
    background-size: cover;
    width: 100%;
    object-fit: contain;
    background-color: #f5f5f5;
    height: 120px;
  }
  .btn-round {
    float: none;
  }
  .btn-large {
    padding: 10px 15px;
  }
  .contentarea {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 690px) {
}

@media only screen and (max-width: 550px) {
  .searchblock .input-group-btn > .btn {
    max-height: 42px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-block .section h5,
  .product-block .section h4,
  .product-block .section .colors p {
    font-size: 14px;
  }

  .product-block .section {
    min-height: 300px !important;
    position: relative;
    background: transparent;
  }
  .product-block .slick-slide img {
    display: block;
    max-height: 170px !important;
    min-height: 170px !important;
    object-fit: cover;
    margin: 0 auto;
  }
  .best-seller .slick-current img {
    max-height: 170px !important;
    min-height: 170px !important;
  }
  .best-seller .owl-item.active {
    margin-right: 0px !important;
  }

  .products:hover > .product-details .color-option {
    height: 40px !important;
  }

  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    top: 30%;
  }
  .products {
    padding: 3px;
    position: relative;
  }
  .product-img-small {
    height: 175px;
  }
  .product-img-big {
    height: 345px;
  }
  .slick-list .roundbox {
    width: 30px !important;
    height: 30px !important;
  }

  .slick-list .roundbox img {
    width: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
    min-height: 30px !important;
  }
  #paymentOption .panel-title img {
    float: right;
    height: 25px;
    right: 10%;
    position: absolute;
    display: none;
  }
  .mainforms .p0 .col-xs-12 {
    padding: 0 !important;
    margin: 0px;
    width: 100%;
  }
  .avaibilitybox {
    text-align: left;
  }
  .shopping-buttons {
    text-align: center;
  }
  .shopping-buttons a:first-child {
    /* width: 50px; */
    margin: 0 auto !important;
    text-align: center;
    float: none !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
  }
  .shopping-buttons a {
    /* width: 100%;
    float: left;
    margin: 0; */
    margin: 10px 0;
  }
  .item-details .item-right-section {
    width: 40%;
  }
  .item-details .item-left-section {
    width: 60%;
  }
  .item-details .item-left-section .item-name {
    font-size: 14px;
  }
  .product-block .product-disp {
    /* display: inline-grid; */
    margin-bottom: 0px;
  }
  .form-control {
    border: 2px solid #e7e7e7 !important;
    padding: 10px 12px !important;
  }
}

@media only screen and (max-width: 320px) {
}
