/* 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) {
}

@media only screen and (max-width: 1390px) {
  .sticked .searchblock {
    width: 100%;
    left: 10px;
    margin: 0;
    margin-top: 10px;
  }

  .sticked .searchblock .input-group {
    width: 50%;
    margin: 0px auto;
    /* padding-bottom: 10px; */
  }
}

@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: 992px) {
  #latest-products {
    margin-bottom: 30px;
  }

  .product-details {
    margin-top: 15px;
  }

  .navbar-brand.logo span {
    margin: 0;
  }

  #category-disp {
    display: none;
    background: #fff;
    top: 110px !important;
    padding: 0;
    float: left !important;
    position: fixed;
    width: 270px;
    box-shadow: none !important;
    border: 1px solid #efefef;
    z-index: 99999;
  }

  .bg-overlay-filter {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    display: none;
    position: fixed;
    z-index: 9999;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #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;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    float: none;
    padding: 10px;
  }

  #categoryFilter {
    display: none;
    width: 70%;
    background: #fff;
    position: fixed;
    top: 0;
    margin: 0;
    padding-top: 15px;
    z-index: 9999;
    left: -100%;
    height: 100%;
  }

  #filter-button-open {
    display: block;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 0;
    text-align: center;
    line-height: 30px;
    left: 10px;
    position: fixed;
    z-index: 111;
    top: 210px;
    cursor: pointer;
    color: #fff;
    background: #000000 url(../images/filter.png) no-repeat;
    background-position: 50%;
    border: 1px solid #efefef;
  }

  #filter-button-close {
    display: none;
    border: none;
    left: -100px;
    top: 0;
    position: absolute;
    background: #000 url(../images/menu-close.png) no-repeat;
    width: 20px;
    padding: 20px;
    background-position: 50%;
    cursor: pointer;
  }

  .wrap-sticky {
    z-index: 999;
  }

  .product-block .product-disp {
    margin-bottom: 20px;
  }

  .main-slider {
    margin-bottom: 0px;
    float: left;
    width: 100%;
  }

  .order-bg {
    background: url(../images/order-bg.jpg) no-repeat;
    width: 100%;
    min-height: 300px;
    float: left;
    background-size: cover;
    padding-bottom: 0px;
  }

  .order-bg h3 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
  }

  .order-bg p {
    color: #fff;
  }

  nav.navbar.bootsnav.sticked .navbar-toggle {
    left: 10px !important;
  }

  #category nav {
    position: fixed;
    width: auto;
  }

  #category .wrap-sticky {
    position: fixed;
    z-index: 999;
  }

  .searchblock {
    width: 100%;
    margin-top: 10px;
  }

  .sticked .searchblock .input-group {
    width: 100%;
    /* margin: 0px auto; */

    /* padding-bottom: 10px; */
  }

  .sub-menu {
    display: none;
    top: -10px;
    right: -15px;
  }

  nav.theme-menu ul.nav > li > a {
    padding: 10px 5px !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: none;
    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: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    box-shadow: 0px 0 1px 0 #e7e7e7;
    padding: 5px 0px;
  }

  .ad1,
  .ad2,
  .ad3 {
    width: 100%;
    text-align: center;
  }

  .ad1 img,
  .ad2 img,
  .ad3 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;
  }

  .sticked .header-button {
    right: 15px;
  }
 

  .header-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    top: 10px;
    position: absolute;
    right: 0;
    margin-top: 10px;
  }

  #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: 270px !important;
    position: relative;
  }

  .product-block .slick-slide img {
    display: block;
    max-height: 170px;
    object-fit: contain;
    margin: 0 auto;
  }

  /*ul.category-nav {
	display: none;
	}
	ul.category-nav li a {
	width: 100%;
	float: left;
	}*/
  ul.category-nav li {
    width: 100%;
    float: left;
  }

  #menu-open {
    top: 110px !important;
    left: 0;
  }

  #menu-open:after {
    content: "";
    position: absolute;
    float: left;
    left: 40px;
    top: 0;
    /* border: 1px solid #d8d8d8; */
    font-size: 18px;
    height: 40px;
    padding-right: 0;
    line-height: 40px;
    background: #d8d8d8;
  }

  #menu-close {
    top: 110px !important;
  }

  #carousel-custom .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 500px;
    min-height: 500px;
    margin: 0 auto;
    display: block;
  }

  #products .left_img .product-thumb {
    padding-left: 15px;
    margin-bottom: 15px;
  }

  #products .left_img .product-image {
    padding: 0;
    margin-bottom: 15px;
  }

  .products {
    position: absolute;
    z-index: 1;
  }

  nav.navbar.bootsnav.sticked .navbar-brand {
    margin-top: -5px;
  }

  nav.navbar.bootsnav .navbar-brand {
    display: block;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
    padding: 0;
  }

  .imagezoom-cursor,
  .imagezoom-view {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main-slider {
    height: 260px;
  }

  .product-block .section {
    min-height: 370px !important;
    position: relative;
  }

  .product-block .col-md-15:nth-child(4n + 1) {
    padding-left: 0 !important;
  }

  .product-block .col-md-15:nth-child(5n + 1) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .searchblock {
   
    position: absolute;
    top: -15px!important;
    left: 30%;
    width: 40%!important;
    margin: 0;
    margin-top: 25px;
    /* float: left; */
  }
}
@media only screen and (max-width: 450px) {
  .searchblock {
   
    position: absolute;
    top: -16px!important;
    left: 30%;
    width: 35%!important;
    margin: 0;
    margin-top: 25px;
    /* float: left; */
  }

}



@media only screen and (max-width: 767px) {
  .searchblock {
   
    position: absolute;
    top: -12px!important;
    left: 36%;
    width: 32%!important;
    margin: 0;
    margin-top: 25px;
    /* float: left; */
  }
  .myaccount-sub-menu {
    padding-top: 18px;
  }
  /* .searchbox_mobille_first{

  }
  .mobile_header_button{
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    align-items: center!important;
} */
  

  nav.navbar.bootsnav .navbar-brand {
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 5px;
    padding: 0;
  }

  .searchblock .input-group .form-control {
    /* padding: 5px; */
    font-size: 13px;
  }

  .searchblock .input-group-btn > .btn {
    padding: 5px;
    font-size: 13px;
  }

  .prem-order-details .name {
    font-size: 15px;
  }

  .prem-order-show {
    float: left;
    width: 100%;
    padding-bottom: 0;
  }

  .prem-order-show .prem-section {
    float: left;
    width: 100%;
    margin: 10px 0;
  }

  .prem-section .prem-order ul {
    width: 100%;
    float: left;
  }

  .prem-section .prem-order ul li {
    float: left;
    width: auto;
    padding-right: 10px;
  }

  .prem-section .prem-order-details {
    float: left;
    width: auto;
    position: relative;
    max-width: 100%;
  }

  .prem-section .prem-order-details .prem-order-text {
    margin-left: 20px;
    display: inline-flex;
    width: calc(100% - 90px) !important;
    margin-top: 0;
  }

  .prem-order-text ul:first-child {
    width: 150px;
  }

  .prem-order-text ul {
    width: 50%;
  }

  .prem-section .prem-order-details .prem-order-text.amount-semiamount {
    margin-left: 0px;
    display: inline-grid;
    width: calc(100% - 0px) !important;
  }

  .prem-section ul {
    /* width: 50%; */
    float: right;
  }

  .prem-section .prem-order-details ul li {
    float: left;
    width: 100%;
    padding-right: 0;
  }

  .prem-section .prem-order-details ul li li {
    float: left;
    width: auto;
    padding-right: 10px;
  }

  .prem-section .prem-order-image {
    width: 70px;
    vertical-align: top;
    position: static;
    float: left;
  }

  .prem-section .prem-order-image img {
    width: 70px;
  }

  .prem-order-details .name {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .prem-order-details .size-qty {
    float: left;
  }

  .prem-section .amt-semiamt .amt {
    margin-top: 0px;
    width: auto;
    text-align: left;
  }

  .prem-section .amt-semiamt .semiamt {
    width: auto;
    margin-top: 1px;
    text-align: left;
    margin-left: 15px;
  }

  .order-bg {
    background: url(../images/order-bg.jpg) no-repeat;
    width: 100%;
    min-height: 300px;
    float: left;
    background-size: cover;
    padding-bottom: 0px;
  }

  .order-bg h3 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
  }

  .order-bg p {
    color: #fff;
  }

  .myaccount-box {
    text-align: center;
  }

  .btn-add-new {
    float: none;
    margin-top: 30px;
  }

  .footer-first .section:first-child {
    margin-top: 30px !important;
  }

  .important-block {
    margin-top: 30px !important;
  }

  .footer-first .blocks:nth-child(2) {
    margin-top: 30px;
  }

  #signin-button-mob {
    padding: 5px 10px;
    width: auto;
    height: auto;
    top: -7px;
    margin-top: 0;
    height: 40px;
    line-height: 30px;
    position: relative;
    
    display: inline-table;
  }

  #signin-button {
    display: none;
  }

  .owl-theme .owl-nav {
  }

  .product-block .section {
    background: #fff;
  }

  .shoppingbag {
    position: relative;
    right: 0px;
    top: -7px;
    display: block;
    float: left;
    margin-right: 10px;
  }

  /* .searchblock {
    width: 50%!important;
    margin: 0;
    margin-top: 25px;
    float: left;
  } */

  .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: -30px;
  }

  .product-block .section {
    min-height: 270px !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: 0px;
  }

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

  .breadcrumb {
    text-align: left;
    padding: 0;
    margin-top: 10px;
    float: left;
  }

  #page-title .page-bg {
    margin-bottom: 30px;
    padding: 10px;
  }

  ul.category-nav li ul {
    width: 100%;
    position: relative;
    top: -15px;
    display: block;
    z-index: 99;
    float: left;
  }

  ul.category-nav li:hover > a {
    background: #000;
  }

  ul.internalpage-category li ul {
    width: 100%;
    position: relative;
    top: -15px;
    display: block;
    z-index: 99;
    float: left;
  }

  ul.internalpage-category li:hover > ul {
    display: block;
    margin-top: 38px !important;
    -webkit-animation: fadeInUp 0.3s ease;
    animation: fadeInUp 0.3s ease;
    top: 0 !important;
  }

  ul.internalpage-category li li:hover > ul {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
    animation: fadeInUp 0.3s ease;
    top: 0 !important;
  }

  .p0 {
    padding: 0 !important;
  }

  .cart-item li:nth-child(6) button {
    float: right;
  }

  .cart-total {
    float: right;
    width: 100%;
    text-align: right;
  }

  .med-title {
    margin: 0;
    font-size: 18px;
    background-position: 0px 30px;
  }

  .ads img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    object-fit: cover;
  }

  .table-responsive {
    border: none;
  }

  .navbar-brand img.logo {
    width: 100px;
  }

  .shopping-bag {
    position: relative;
  }

  .prem-order-text .amt-semiamt {
    margin-top: 10px;
  }

  #carousel-custom .carousel-indicators {
  }

  .left_img img {
    max-height: 550px;
    min-height: 550px;
  }

  #carousel-custom .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 500px;
    min-height: 500px;
    margin: 0 auto;
    display: block;
  }

  #products .left_img .product-image {
    padding-right: 15px !important;
  }

  .product-details .section {
    padding: 5px 0 !important;
  }

  .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 {
    float: left;
    text-align: center;
    /* min-width: 40px;
		height: 25px; */
    border: 1px solid #000;
    /* padding: 0 5px; */
    line-height: 22px;
    font-size: 12px;
  }

  .whatsapp-button {
    float: left !important;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .product-thumb .slick-list .thumbbox img {
    width: 80px !important;
    height: 100px !important;
    margin: 0 auto;
    border: 1px solid #f7f7f7;
    object-fit: contain !important;
    min-height: 50px;
  }

  .product-thumb .slick-list .thumbbox {
    width: 80px;
    height: 100px;
    border-radius: 0;
    float: left;
    vertical-align: middle;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .product-thumb .slick-next.slick-arrow {
    bottom: -30px;
  }

  .request-an-offer {
    float: left !important;
  }

  #page-start {
    margin-top: 0px;
  }

  .product-details .section h3.title {
    font-size: 15px;
  }

  .product-details .section h3.title p {
    font-size: 15px;
  }

  .product-details .section .price-area {
    font-size: 15px;
  }

  .wrap-sticky nav.navbar.bootsnav {
    padding: 5px 0 !important;
  }

  #menu-open {
    display: block;
  }

  #home {
    padding-bottom: 0;
    z-index: 1111;
    /* z-index: 1; */
  }

  .myaccount li a i {
    font-size: 15px;
    top: 6px;
  }

  .myaccount > li a.submenu:after {
    top: 4px;
  }

  .best-seller .owl-nav,
  .product-carousel .owl-nav {
    left: 42%;
    top: -20px;
  }

  .product-carousel .slick-slide img,
  .best-seller .slick-slide img {
    max-height: 170px;
  }

  .product-carousel .slick-current img,
  .best-seller .slick-current img {
    position: relative;
    min-height: 170px;
    object-fit: contain !important;
  }

  .product-carousel .section,
  .best-seller .section {
    min-height: 400px;
  }

  .sub-title {
    text-align: center;
  }

  .sub-title p span {
    font-size: 14px;
  }

  .large-title {
    font-size: 24px;
    background-position: 0px 36px;
  }
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    height: 300px !important;
  }
  .shopping-buttons .btn_sticky{
    position: sticky;
    bottom: 1px;
    left: 0px;
    right: 0px;
  }
}

@media only screen and (max-width: 690px) {
  .product-carousel .product-details h5 p,
  .best-seller .product-details h5 p {
    font-size: 13px !important;
  }

  .product-carousel .section h4,
  .best-seller .section h4,
  .product-block .section h4 {
    font-size: 15px;
  }

  .main-slider {
    height: 150px;
  }

  .home-slider .owl-nav {
    top: 32%;
  }
}

@media only screen and (max-width: 550px) {
  /*.med-title:after,

	.med-title:before {
	display: none;	
	}*/
 
  .banner-img {
    height: 150px;
  }

  .banner-img img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
  }

  .desc-list div:first-child {
    width: 100%;
    float: left;
    font-weight: 500;
  }

  .best-seller .owl-nav,
  .product-carousel .owl-nav {
    left: 42%;
    top: -12px;
  }

  .left_img img {
    max-height: 300px;
    min-height: 300px;
  }

  #carousel-custom .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    margin: 0 auto;
    display: block;
  }

  .product-thumb .slick-list .thumbbox img {
    width: 50px !important;
    height: 70px !important;
    margin: 0 auto;
    border: 1px solid #f7f7f7;
    object-fit: contain !important;
    min-height: 50px;
  }

  .product-thumb .slick-list .thumbbox {
    width: 30px;
    height: 70px;
    border-radius: 0;
    float: left;
    vertical-align: middle;
    margin-bottom: 10px;
    cursor: pointer;
  }

  #carousel-custom .carousel-indicators {
    margin: 0 0;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    float: left;
  }

  #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    /* float: left; */
    border: 1px solid #f7f7f7;
    vertical-align: middle;
    display: inline-table;
    float: left;
  }

  .prem-section .prem-order-details .prem-order-text {
    margin-left: 20px;
    display: inline-block;
    width: calc(100% - 90px) !important;
    margin-top: 0;
  }

  .prem-order-text ul:first-child {
    width: 150px;
  }

  .prem-order-text ul {
    width: 50%;
  }

  .prem-order-details .name {
    font-size: 14px;
  }

  .prem-order-text ul:first-child {
    width: 100%;
    margin: 0;
  }

  .prem-order-text ul {
    width: 50%;
    float: left;
  }

  .prem-order-text ul li .track-item {
    float: right;
    padding: 2px 5px;
  }

  #shopping-bag-container {
    right: -10px;
  }

  .product-block .section {
    min-height: 300px !important;
    position: relative;
  }

  .product-block .slick-slide img {
    display: block;
    min-height: 270px;
    object-fit: contain;
    margin: 0 auto;
    width: 100%;
  }

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

  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    top: 40%;
  }

  .products {
    padding: 0;
    position: absolute;
  }

  .slick-list .roundbox {
    width: 30px !important;
    height: 30px !important;
  }

  .slick-list .roundbox img {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px;
  }

  #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;
  }

  .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;
  }

  .prem-section .amt-semiamt .amt {
    width: 100%;
  }

  .prem-section .amt-semiamt .semiamt {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .shopping-bag span {
    font-size: 14px;
  }

  .shopping-bag i {
    font-size: 16px;
  }

  .white-box {
    padding: 10px;
    float: left;
    width: 100%;
    border: 2px dashed #f7f7f7;
    padding-bottom: 30px;
  }

  .product-carousel .owl-nav {
    /* margin-top: 20px; */
    margin: 0 auto;
    /* display: inline; */
    float: left;
    /* margin-bottom: 100px; */
    left: 47%;
    position: relative;
    top: -20px !important;
  }

  .buyer-protection {
    border: 2px dashed #f7f7f7;
    padding: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
    background: #ffffff;
    /* box-shadow: 0 0 1px #61580c; */
    color: #4caf50;
    text-align: center;
    margin-top: 20px;
  }

  .buyer-protection img {
    float: none;
    max-height: 50px;
    width: 50px;
    margin: 0 auto;
  }

  .buyer-protection .content {
    float: left;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
  }

  .product-block .section h5 {
    font-size: 12px;
  }

  .product-details h5 p,
  .product-block .section h5 p {
    font-size: 13px !important;
  }

  .product-carousel .section h4,
  .best-seller .section h4,
  .product-block .section h4 {
    font-size: 15px;
  }

  .product-block .col-xs-6 {
    padding: 2px;
  }

  .product-carousel .section,
  .best-seller .section {
    min-height: 370px;
  }

  .product-carousel .slick-current img,
  .best-seller .slick-current img {
    min-height: 150px;
  }

  .product-carousel .slick-slide img,
  .best-seller .slick-slide img {
    max-height: 150px;
    object-fit: contain;
  }
  .product-block:first-child {
    margin-top: 0;
  }
}
/* @media only screen and (max-width: 450px) {
  .searchblock{
    display: none!important;
  } */
}
@media only screen and (max-width: 400px) {
  .best-seller .owl-nav,
  .product-carousel .owl-nav {
    left: 42%;
    top: -20px !important;
  }
}

@media only screen and (max-width: 320px) {
  #shopping-bag-container .bag-content:before {
    right: 75px;
  }

  #shopping-bag-container .bag-content {
    position: absolute;
    width: 320px;
    right: -59px;
  }

  .white-box {
    padding: 10px;
    float: left;
    width: 100%;
    border: 2px dashed #f7f7f7;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    float: left;
    margin-left: 50px;
  }
}
