@media (max-width: 1170px) {
  body .logo a {
    margin: 0;
  }

  body #_cartWrapperMobile {
    display: block;
  }

  span.nav-bars {
    display: block;
  }

  .nav_center {
    align-items: center;
    justify-content: flex-start;
  }

  body ._headerRight {
    display: none !important;
  }

  .nav_index .logo img {
    max-width: 190px !important;
    height: auto !important;
  }

}

@media (max-width: 580px) {

  body .location_page_header {
    position: relative;
  }

  .gallery-top {
    padding: 15px;
  }

  body .gallery-thumbs {
    display: none;
  }

  div#_customer_logos {
    padding: 25px 15px;
  }

  #_customer_logos picture {
    max-width: 100%;
    width: 100%;
    padding: 40px 15px;
  }

  ._btna.v-btn.theme--light {
    width: 100%;
  }
  .check_out_overview .delivery_method.__block .flex.align-center {
    flex-flow: column;
    width: 100%;
  }

  body .delivery_method.__block .actions {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

  body .actions {
    position: relative;
  }

  div#home_top_block img {
      width: 100%;
      opacity: .3;
  }

  .footer-container .block {
    width: 100% !important;
  }

  body div#home_top_block {
      overflow: hidden;
      background: #cbaf3b;
      padding: 60px 15px;
      position: relative;
  }

  ._myHead, ._mblock {
    max-width: 100%;
    width: 100% !important;
    font-size: 40px !important;
  }

  div#home_top_block {
    padding: 60px 20px !important;
  }

  ._wireSelect {
    width: 100% !important;
    flex-flow: column;
  }

  body #_explodre {
    margin-left: 0 !Important;
    margin-right: 0 !Important;
    width: 100% !Important;
  }

  #_cartWrapperMobile {
    height: 65px;
  }

  #_cartWrapper .cart_checkout {
    width: 100%;
  }

  #_cartWrapper #_wrapper {
    flex-flow: column;
  }

  #_cartWrapper ._cart_wrap {
      width: 100%;
      margin: 0;
  }

  #_cartWrapper .cart_checkout {
      width: 100%;
      margin: 0;
  }

  body ._pcard ._paction {
    width: 100%;
  }

  body ._pcard ._pimage {
    border-right: 0;
    max-width: 100%;
    width: 100%;
  }

  body ._pcard {
    flex-flow: column;
  }

  #_mobileTopBlock .v-btn--large {
    height: 52px;
    border-radius: 0;
  }

  #_mobileTopBlock {
    background: #cbaf3a;
  }

  .footer-container .block h3 {
    margin-top: 15px;
  }

  .footer-container .block {
      width: calc(100% - 30px);
      margin: 15px;
  }

  .content.container:before {
      content: "";
      background: #607D8B;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.3;
  }

  .content.container {
    min-height: 300px;
    position: relative;
  }

  .content ._content {
    position: absolute;
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }

  .content ._content h1 {
    color: #fff;
    font-size: 40px;
  }

  .content img._poster {
    margin: -8px;
    margin-bottom: -16px;
  }

  body .product_wrapper .product_box {
    width: 100%;
  }

  body .prdqty {
    flex-direction: column;
  }

  body .hidden-sm-down {
    display: none !important;
  }

  body ._sicp .v-btn__content {
    font-size: 12px;
  }

  body .xs-column {
    flex-direction: column;
  }

  .xs-full {
    width: 100%;
  }

  .xs-m0 {
    margin: 0px !important;
  }

  .xs-mb-2 {
    margin-bottom: 1rem !important;
  }

  body .xs-half-full {
    width: 50%;
    margin: 0px;
    border-radius: 0px;
  }

  body .v-stepper__content {
    padding: 24px 10px 16px;
  }

  body .single-item .v-carousel {
    max-height: 115px;
  }

  body ._sicp {
    width: 100%;
    min-height: 40px;
  }

  body ._cll {
    padding: 10px;
  }

  body ._join_side {
    margin-top: 0px;
    border-left: 0px;
    border-top: 0px;
  }

  body .v-dialog .v-toolbar__title h3 {
    font-size: 20px;
    font-weight: normal;
  }

  body .__right._right_mobile.__tab_mobile .section_right ._attributes {
    margin: 0px;
  }

  body .__right._right_mobile.__tab_mobile .section_right {
    width: 100%;
    padding: 0px;
  }

  body .v-dialog.v-dialog--active {
    max-width: 100%;
    width: 100%;
  }

  body ._btna .v-btn__content {
    font-size: 12px;
    width: 100%;
  }

  body ._auth_page {
    width: 100%;
    padding-top: 20px;
  }

  ._main_form .input-field:first-child {
    margin-top: 0px;
  }

  body .v-list--three-line .v-list__tile {
    height: 170px;
  }

  .contact_details h1 {
    letter-spacing: 2px;
  }

  .contact_section {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  ._frm {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  ._pcard {
    width: 100%;
    flex-flow: row wrap;
  }
  ._pcard ._pimage {
    width: 100%;
    border-right: 0;
    max-width: 100%;
  }

  ._pcard ._paction {
    border-left: 0;
    width: 100%;
  }

  .footer-container .block {
    width: calc(50% - 30px);
  }

  .footer-container .block.footer-logo {
    width: 100%;
  }

  body .product_list .product_item {
    width: 100%;
  }
}

@media only screen and (min-device-width: 580px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  body .contact_details h1 {
    letter-spacing: 2px;
  }

  .check_out_overview .__block {
    width: calc(50% - 15px);
  }

  .check_out_overview .payment_methods.__block {
    width: calc(50% - 15px);
  }

  .check_out_overview {
    width: 70%;
  }

  .order_summery {
    width: 30%;
  }

  ._sicp>div {
    font-size: 11px;
  }

  ._order ._call {
    font-size: 20px;
  }

  body .hidden-sm-down {
    display: none !important;
  }

  body .contact_wrapper .contact_wrapper {
    margin-right: 0px;
  }

  body .product_list._popular .product_item {
    width: calc(33.33% - 20px);
  }

  .product_list .product_item a h5.product_name.pbw {
    min-height: 105px;
  }

  body .single-item .v-carousel {
    max-height: 207px;
  }

  body .get_in_touch_wrapper .details_box {
    width: calc(33.33% - 20px);
  }

  body ._total_price {
    justify-content: flex-end;
  }

  body .box-content {
    font-size: 16px;
  }

  body .get_in_touch_wrapper {
    flex-flow: row;
  }

  .product_list {
    width: 100%;
  }

  body .__category .product_list .product_item {
    width: 100%;
  }

  .product_list .product_item {
    width: 100%;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {

  .product_details_page ._description {
    width: 100%;
  }

  .product_details_page ._description p {
    padding: 0;
  }

  .check_out_overview {
    font-size: 18px;
  }

  body #header2 .logo a {
    margin-left: auto;
  }

  body ._location_product > .title {
    text-align: center;
  }

  body ._location_product {
    margin-top: 340px;
  }

  body ._m_cart {
    display: flex;
  }

  body #header2 nav {
    background: #424242;
    box-shadow: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 60px;
    padding: 0px 4%;
    display: flex;
    position: relative;
    z-index: 2;
  }

  body ._tnc {
    margin-top: 3px;
    margin-left: 5px;
  }

  body .layout.wrap_con {
    flex-direction: column;
  }

  body .layout.wrap_con>.flex {
    width: 100%;
    max-width: 100%;
  }

  body .layout.wrap_con>.flex>.contact_wrapper {
    margin: 0px;
    margin-bottom: 20px;
  }

  body .contact_section {
    padding-bottom: 0px;
  }

  body .hidden-md-up {
    display: flex;
  }

  body .sd-1 {
    display: flex;
  }

  .section_right {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  body ._attributes {
    margin: 0px;
  }

  .cart_head {
    display: flex;
  }

  ._cart_wrap {
    top: 50px;
  }

  body ._join_side {
    height: auto;
  }

  body ._register_form_side form._main_form {
    width: 100%;
    margin-top: 0;
    padding: 0 !important
  }

  body .badges .item img {
    margin: 6px;
    width: calc(50% - 14px);
    min-height: 200px;
  }

  body .product_list._popular .product_item {
    width: calc(50% - 20px);
  }

  body ._register_form_side form._main_form .input-field {
    margin: 10px 5px;
  }

  .gallery-thumbs .swiper-slide {
  }

  body .check_out_container .cart_head {
    display: flex !important;
    padding: 10px;
  }

  body .check_out_container ._cart_wrap {
    top: 50px;
  }

  body .cart_head.flex .v-icon {
    padding-left: 10px;
  }

  /*-----------------------------navigation----------------------------------*/
  body nav {
    min-height: 60px;
  }

  .contact_form {
    width: 100% !important;
  }

  .single-item .v-carousel {
    max-height: 107px;
  }

  ._cardboard._product_list h2 {
    display: flex;
    flex-flow: column;
  }

  ._cardboard._product_list h2 span {
    margin-left: 0px;
    margin-top: 5px;
  }

  .box-content {
    font-size: 18px;
  }

  ._right_reserved {
    flex-flow: column;
  }

  ._vh {
    display: none;
  }

  .title span {
    line-height: 1.2;
  }

  .logo {
    width: 100%;
  }

  body .logo a {
    margin: 0;
  }

  .logo img {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }

  .navigation {
    display: unset;
    position: fixed;
    overflow-x: hidden;
    z-index: 1234;
    transition: 0.3s;
    background: #fff;
    top: 0px;
    left: -104%;
    width: 80vw;
    height: 100%;
  }

  .sidebar-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.2;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  span.nav-bars {
    display: flex;
    position: relative;
    top: 0;
    align-items: center;
    justify-content: center;
  }

  a#close_nav_bars {
    font-size: 34px;
    position: relative;
    z-index: 321;
    color: #da3327;
    transform: rotate(360deg);
    transition: 0.5s;
    margin-left: 88%;
    width: 100%;
  }

  body .myNav {
    display: none;
  }

  body nav ul a {
    display: flex;
    align-items: center;
    padding: 15px;
    text-transform: none;
  }

  body nav ul a i.material-icons {
    color: #5f5f5f;
    margin-right: 15px;
    font-size: 20px;
    line-height: 1;
    height: fit-content;
  }

  body .only_mobile_list {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 15px 0px;
  }

  .only_mobile_list li {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    justify-content: space-around;
  }

  li.mobile_sidebar_logo a img {
    width: 255px;
    height: 30px;
  }

  li.mobile_sidebar_logo a {
    padding: 0;
  }

  ul.right-side {
    display: none;
  }

  .right-side li a i {
    color: #5f5f5f;
    margin-right: 10px;
  }

  span._cart_quantity {
    top: 0;
    right: 0;
  }

  .only_mobile_list {
    display: inline-block;
  }

  body .nav_center .myNav {
    display: none;
  }

  .header5 .app_link {
    display: none;
  }

  .call_us {
    height: fit-content;
    flex-flow: column;
    line-height: 1;
    padding: 12px;
  }

  .nav_center {
    height: 65px;
  }

  .call_us a {
    margin-left: 0;
    margin-top: 12px;
  }

  ._links {
    margin-top: 62px;
  }

  ._links .container {
    flex-flow: wrap;
  }

  ._links ._sections {
    width: 90%;
    margin: 10px;
  }

  body .__category .product_list .product_item {
    width: 100%;
    margin-bottom: 20px;
  }

  body .__left, body .section_left, body .section_center, body .__right {
    width: 100%;
  }

  body .section_right {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .product_list {
    flex-flow: wrap;
    width: 100%;
  }

  ._product_list .title h1 span {
    font-size: 20px;
  }

  ._auth_page {
    height: auto;
    padding: 0;
  }

  .login_wrapper {
    width: 100%;
    border: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    box-shadow: none;
    padding-top: 10px;
    background: transparent;
  }

  ._auth_page ._logo {
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }

  ._trusted-companies .company_logoes img {
    width: calc(24% - 20px);
    height: 150px;
  }

  body .box-content {
    font-size: 13px;
  }

  ._auth_page:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }

  ._wrapper {
    flex-flow: column;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: none;
  }

  ._register_form_side form._main_form .input-field {
    flex-flow: column;
  }

  ._register_form_side {
    width: 100%;
    padding: 10px;
  }

  ._register_form_side h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._join_side {
    width: 100%;
    padding: 30px;
    margin-top: 10px;
    border-top: 6px solid #fff;
    text-align: center;
    border-bottom: 3px solid #ddd;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }

  .top_section {
    flex-flow: column;
  }

  .display-flex-desktop {
    display: unset;
  }

  .hidden_mobile {
    display: none;
  }

  .desktop_hidden {
    display: block;
  }

  body .order_summery aside.hidden_mobile.cart_drawer.cart_drawer_ov {
    display: none;
  }

  .check_out_overview .__block.shipping_address {
    border-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    margin: 0;
  }

  .check_out_overview .__block.billing_address {
    border-left: 1px solid #ddd;
    width: 100%;
  }

  .check_out_overview,
  .check_out_overview .__block,
  .check_out_overview .payment_methods.__block {
    width: 100%;
    margin-left: 0;
  }

  .delivery_method.__block._loading {
    padding: 12px;
  }

  button._responsiveCart.v-btn.v-btn--block.v-btn--large.v-btn--outline.v-btn--depressed.theme--light {
    display: block;
    margin: 0px;
    margin-top: 16px;
  }

  /*-----------------------------navigation----------------------------------*/
  /*-----------------------------page-content----------------------------------*/
  .badges .item {
    display: block;
    justify-content: space-between;
  }

  .badges .item img {
    width: calc(50% - 8px);
    height: 100px;
    margin: 3px 3px;
  }

  .badges {
    padding: 0 5%;
  }

  ._trusted-companies .title {
    font-size: 15px;
  }

  ._trusted-companies .title span {
    font-size: 20px;
  }

  ._trusted-companies .company_logoes {
    display: block;
    justify-content: space-between;
  }

  ._trusted-companies img {
    height: 150px;
    ;
    width: 150px;
    ;
  }

  ._product_list .title span {
    font-size: 20px;
  }

  ._product_list .title {
    font-size: 15px;
  }

  body .products_list .product img {
    height: auto;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
  }

  .details .price {
    font-size: 12px;
    text-align: center;
    padding: 5px;
    display: block;
    justify-content: center;
  }

  .details .price {
    margin: 0 auto;
  }

  .details .teg-line {
    display: none;
  }

  .more-choice-button {
    padding: 0;
  }

  ._cardboard .title {
    font-size: 20px;
  }

  ._get_in_touch_box .contact-boxes {
    display: block;
    text-align: center;
    justify-content: space-evenly;
  }

  .box {
    padding: 15px;
    width: 100%;
    margin: 30px 0px;
    margin-bottom: 0px;
    border: 1px solid #eee;
  }

  .more-choice-button a {
    background: #ffffff;
    color: #da3327;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    margin: 10px;
    font-size: 9px;
    letter-spacing: 1px;
    border: 1px solid #da3327;
    font-weight: 400;
  }

  ._login {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0;
    box-shadow: none;
  }

  .login_left_side_content {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .login_left_side_content .content {
    display: none;
  }

  .login_right_side_form {
    width: 100%;
    padding: 30px 0px;
  }

  .login_left_side_content ._auth_btn button {
    padding: 10px 40px;
  }

  .login_left_side_content ._description .desc_title {
    font-size: 20px;
  }

  ._main_wrapper {
    padding: 0px;
  }

  ._register {
    flex-direction: column-reverse;
  }

  .register_left_side_content {
    width: 100%;
    padding: 10px;
  }

  .register_left_side_content ._description .desc_title {
    font-size: 16px;
    letter-spacing: 0.05rem;
  }

  .register_left_side_content ._description {
    text-align: center;
    padding: 40px 10px;
  }

  .register_right_side_form {
    width: 80%;
    padding: 30px 0px 10px;
  }

  .register_right_side_form .title {
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 1.3;
  }

  .register_right_side_form .form {
    width: 85%;
  }

  .register_right_side_form .login_form {
    margin: 20px 0px 0px;
  }

  .register_right_side_form .form .form_field a {
    margin: 0;
  }

  ._main_wrapper .title {
    font-size: 24px;
    text-align: center;
  }

  ._main_wrapper ._container {
    width: fit-content;
  }

  ._join_wrapper {
    display: flex;
    flex-flow: column;
    position: relative;
    justify-content: space-between;
    padding: 20px;
    padding-top: 50px;
  }

  ._join_wrapper .left_content {
    width: 100%;
    display: flex;
    flex-flow: column;
  }

  ._registration_form {
    width: 100%;
  }

  .about_box {
    flex-flow: column;
  }

  .about_box .box {
    width: 100%;
    margin: 10px 0px;
  }

  .about_section .badges .item {
    display: block;
  }

  .about_section .badges .item img {
    margin: 0;
    padding: 5%;
    width: 47%;
  }

  .contact_details {
    flex-flow: column;
    width: 100%;
    margin-bottom: 10px;
  }

  .contact_section {
    flex-flow: column;
  }

  ._delivery_address,
  ._order_card ._order_details {
    flex-flow: column;
  }

  ._delivery_address ._address {
    width: 100%;
    border: none;
  }

  ._delivery_address ._invoice {
    width: 100%;
  }

  ._order_card ._order_details .left_side,
  ._order_card .order_status,
  ._order_details ._rates {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  ._content_wrapper {
    flex-flow: column;
  }

  aside.sidebar {
    display: none;
  }

  ._content_wrapper ._content {
    margin: 0;
    padding: 30px;
    width: 100%;
    flex-flow: column;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
  }

  ._content_wrapper ._content .top {
    align-items: center;
    flex-flow: column;
  }

  ._content_wrapper ._content .middle p {
    flex-flow: column;
    text-align: center;
    align-items: center;
  }

  .add_account_box {
    border: 1px solid #eee;
    padding: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product_item .product_details .product_top {
    width: 100%;
    flex-flow: column;
  }

  .product_item .product_details .product_center {
    flex-flow: column;
    align-items: center;
  }

  .product_item .product_image {
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ddd;
  }

  .product_item .product_image img {
    width: 100%;
    height: 100%;
  }

  .product_item .product_details .product_center ._details .sec_1 {
    flex-flow: column;
    align-items: center;
  }

  .product_item .product_details .product_center .delivered_on {
    text-align: center;
  }

  .product_item .product_details .product_footer {
    flex-flow: column;
    align-items: center;
  }

  .affiliate_boxes {
    flex-flow: column;
  }

  .get_in_touch_wrapper {
    flex-flow: column;
    align-items: center;
  }

  .get_in_touch_wrapper .details_box {
    width: 90%;
    margin: 10px;
    justify-content: center;
  }

  .detail_box .category ul li a {
    font-size: 12px;
  }

  .detail_box .category ul li {
    width: 100%;
    margin: 10px;
  }

  .detail_box .category ul {
    flex-flow: column;
    margin: 0px 15px;
  }

  .detail_box .category .title h4:after {
    width: 45%;
  }

  .detail_box .product_wrapper .title h4:after {
    width: 50%;
  }

  .product_box_wrapper {
    flex-flow: wrap;
  }

  .product_wrapper .product_box {
    width: 50%;
  }

  .detail_box .product_actions .title.main h4:after {
    width: 35%;
  }

  .product_actions .col-4 {
    width: 100%;
  }

  .product_actions .col-8 {
    width: 100%;
  }

  ._length {
    width: 100%;
  }

  .add_to_cart .btn-large {
    width: 100%;
  }

  form.contact-form {
    width: 100%;
  }

  .check_out_forms {
    width: 100%;
  }

  .form_group {
    width: 100%;
  }

  .address_card {
    flex-flow: wrap;
    width: 100%;
  }

  .checkout_overview {
    width: 100%;
    flex-flow: wrap;
  }

  .shipping_address,
  .billing_address {
    width: 100%;
    border: none;
  }

  .shipping_address {
    border-bottom: 1px solid #ddd;
  }

  .payment_form .form {
    width: 100%;
  }

  .order_summary {
    width: 100%;
    padding: 10px;
  }

  .back_to_shopping,
  .contact_num {
    display: none;
  }

  .check_out_step_form {
    width: 100%;
  }

  ._join_wrapper.bg-white {
    padding: 0;
  }

  ._broker_register_wrapper {
    width: 100%;
  }

  ._borker_register form._main_form .input-field {
    width: 100%;
  }

  ._borker_register {
    box-shadow: none;
    padding: 0px 0px 20px 0px;
  }

  ._borker_register .v-stepper {
    box-shadow: none;
    border: none;
  }

  ._borker_register h2 {
    margin: 20px;
    width: fit-content;
    border-bottom: 2px solid #ddd;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
  }

  /*-----------------------------page-content----------------------------------*/
  /*-----------------------------footer----------------------------------*/
  .header-footer {
    display: block;
    width: 100%;
    justify-content: space-around;
  }

  .payment-icons {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
  }

  ._page_header .title {
    font-size: 30px;
  }

  ._state_list ._states {
    flex-flow: column;
  }

  .bg-trans-black p,
  .bg-trans-black a {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
  }

  .bg-trans-black {
    padding: 30px 40px;
    margin: 40px;
  }

  .product_box .box_1 {
    padding: 30px;
  }

  .product_box {
    flex-flow: column;
  }

  .contents .title {
    text-align: center;
  }

  .flex.two {
    flex-flow: column;
  }

  ._csback {
    display: block;
    position: absolute;
  }

  ._csback i.v-icon.material-icons.theme--light {
    font-weight: 500;
    color: #fff;
  }

  ._csbtn.v-btn {
    display: none;
  }

  body ._order ._mobile_hidden {
    display: none !important;
  }

  body ._mobile_flex_start {
    justify-content: flex-start;
  }

  body ._order ._order_nav {
    min-height: 60px;
  }

  .product_details_page {
    flex-flow: column;
  }

  .__product_section .title h2 {
    flex-flow: column;
    line-height: 1.2;
  }

  .footer1:after {
    background: none;
  }

  .footer1 {
    padding: 0;
  }

  .__product_section .title h2 span {
    margin: 0;
  }

  .__left {
    width: 100%;
    border-right: 1px solid #eee;
  }

  .__left .container.p0 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .section_left {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .__left .container .section_left img {
    width: 300px;
  }

  .section_center {
    width: 100%;
  }

  .detail_box .product_actions .__right {
    width: 100%;
    position: relative;
  }

  .__btn_float {
    z-index: 3;
  }

  button.__btn_float.v-btn.v-btn--bottom.v-btn--fixed.v-btn--large.v-btn--right.theme--dark.secondary {
    right: 0;
    bottom: 0px;
  }

  .section_center .details .myTable tr {
    display: flex;
    width: 100%;
    flex-flow: column;
    border: none;
  }

  .section_center .details .myTable tbody {
    display: flex;
  }

  .section_center .details .myTable tr th,
  .section_center .details .myTable tr td {
    border-radius: 0;
    font-size: 12px;
  }

  .section_center .details .myTable {
    border: 1px solid #ddd;
  }

  .section_center .details ul.atc {
    flex-flow: column;
  }

  .section_center .details ul.atc li {
    line-height: 2;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    list-style: decimal-leading-zero;
    margin-left: 25px;
  }

  .v-btn._floating_cart {
    display: block;
  }

  ._order_summary ._top_section {
    flex-flow: column;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
  }

  ._order_summary {
    padding-right: 0;
  }

  ._product_ist {
    margin: 0;
    margin-top: 20px;
  }

  ._order_confirmation h4.cart_product_title {
    padding-bottom: 10px;
  }

  ._order_confirmation .container ._bottom_section {
    display: none;
  }

  ._order_confirmation {
    padding: 0;
  }

  .wave-up {
    display: none;
  }

  ._order_confirmation .order_content {
    margin: 0;
  }

  ._order_confirmation .container {
    padding: 0;
  }

  ._order_summary .left_summary {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }

  .p-30._order_details {
    padding: 0;
  }

  ul.v-breadcrumbs.display-flex.align-center.justify-center.pb-0.mt-10.theme--light {
    margin: 10px !important;
    padding: 0;
  }

  ._address_invoice {
    padding: 0;
  }

  ._address_delivery {
    padding: 0;
    margin-bottom: 15px;
  }

  ._order_details_btn {
    padding: 0;
  }

  /*-----------------------------footer----------------------------------*/
  ._product_order ._top {
    flex-flow: column;
  }

  ._content_wrapper .main_content {
    padding: 0;
  }

  body .order_wrap {
    padding-top: 16px;
  }

  ._product_order {
    border-right: none;
    border-left: none;
  }

  .__desktop {
    display: none !important;
  }

  .__desktop.__right {
    display: none !important;
    width: 100%;
  }

  .__tab_mobile {
    display: flex !important;
  }

  .title {
    line-height: 1.2 !important;
  }

  ._right_mobile {
    width: 100%;
  }

  .v-card__text.__mobile_padding-0 {
    padding: 0;
  }

  ._product_order ._details {
    padding: 0;
  }

  ._product_order ._details ._product_title {
    padding: 15px;
    margin-bottom: 0 !important;
  }

  ._product_order ._details ._product_details {
    padding: 15px;
  }

  .detail_box {
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (max-width: 768px) and (min-width: 600px) {

  /*-----------------------------navigation----------------------------------*/
  ._cardboard .title h2 {
    flex-flow: column;
    line-height: 1.2;
  }

  body nav {
    min-height: 60px;
  }

  .logo {
    width: 100%;
  }

  .logo a {
    margin: 0 auto;
  }

  .logo img {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }

  .navigation {
    display: unset;
    position: fixed;
    overflow-x: hidden;
    z-index: 1234;
    transition: 0.5s;
    background: #eee;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
  }

  span.nav-bars {
    display: flex;
    position: relative;
    top: 0;
    height: 65px;
  }

  a#close_nav_bars {
    font-size: 34px;
    position: relative;
    z-index: 321;
    color: #da3327;
    transform: rotate(360deg);
    transition: 0.5s;
    margin-left: 88%;
    width: 100%;
  }

  body .myNav {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .myNav li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 15px 0px;
    display: block;
    justify-content: space-around;
  }

  body .only_mobile_list {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .only_mobile_list li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 15px 0px;
    display: block;
    justify-content: space-around;
  }

  .right-side li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .right-side li._cart {
    display: block;
  }

  .right-side li._cart a {
    display: inline-block;
  }

  .right-side li a {
    color: #da3327;
    height: 70px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
  }

  .right-side li a i {
    color: #5f5f5f;
    margin-right: 10px;
  }

  span._cart_quantity {
    top: 0;
    right: 0;
  }

  .right-side li.hidden-xs {
    display: none;
  }

  .only_mobile_list {
    display: inline-block;
  }

  /*-----------------------------navigation----------------------------------*/
  .w-tab {
    width: 75%;
  }

  ._wrapper {
    flex-flow: column;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: none;
  }

  .check_out_step_form {
    width: 100%;
  }

  ._join_wrapper.bg-white {
    padding: 0;
  }

  ._broker_register_wrapper {
    width: 100%;
  }

  ._borker_register form._main_form .input-field {
    width: 100%;
  }

  ._borker_register {
    box-shadow: none;
  }

  ._broker_register_wrapper form._main_form .form_part {
    width: 75%;
    margin: auto;
  }

  ._borker_register .v-stepper {
    box-shadow: none;
    border: none;
  }

  ._borker_register h2 {
    margin: 20px;
    width: fit-content;
    border-bottom: 2px solid #ddd;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  body .hidden-sm-down {
    display: none !important;
  }

  ._order ._call, ._csbtn {
    color: #fff;
  }

  body nav {
    min-height: 60px;
  }

  .logo {
    width: 100%;
  }

  .logo a {
    margin: 0 auto;
  }

  .logo img {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }

  .navigation {
    display: unset;
    position: fixed;
    overflow-x: hidden;
    z-index: 1234;
    transition: 0.5s;
    background: #eee;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
  }

  a#close_nav_bars {
    font-size: 34px;
    position: relative;
    z-index: 321;
    color: #da3327;
    transform: rotate(360deg);
    transition: 0.5s;
    margin-left: 88%;
    width: 100%;
  }

  body .myNav {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .myNav li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 15px 0px;
    display: block;
    justify-content: space-around;
  }

  body .only_mobile_list {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .only_mobile_list li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 15px 0px;
    display: block;
    justify-content: space-around;
  }

  ul.right-side {
    display: block;
  }

  .right-side li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .right-side li._cart {
    display: none;
  }

  .right-side li a {
    color: #da3327;
    height: 70px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
  }

  .right-side li a i {
    color: #5f5f5f;
    margin-right: 10px;
  }

  span._cart_quantity {
    top: 0;
    right: 0;
  }

  .right-side li.hidden-xs {
    display: none;
  }

  .only_mobile_list {
    display: inline-block;
  }

  .box-content {
    width: 100%;
    font-size: 12px;
  }

  .badges .item {
    display: block;
  }

  ._trusted-companies .company_logoes {
    display: block;
  }

  ._trusted-companies img {
    width: 25%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md-up {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 993px) {
  .__left {
    width: 74%;
  }

  ._trusted-companies img {
    margin: 10px;
    width: calc(25% - 20px);
    height: 220px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 1025px) {
  .detail_box .category ul li a {
    min-height: 165px;
  }

  .contact_details {
    margin: 0px;
  }

  .single-item .v-carousel .v-image__image--cover {
    background-size: contain;
  }

  ._sicp .v-btn__content, ._order_details_btn .v-btn__content {
    font-size: 12px;
  }

  body .v-list--three-line .v-list__tile {
    height: 120px;
  }

  .cart_head {
    display: none;
  }

  ._cart_wrap {
    top: 10px;
  }

  .product_wrapper .product_box {
    padding: 15px 5px 0;
  }

  .product_wrapper .product_box .basic_info {
    padding: 10px 5px;
  }

  .check_out_overview {
    width: 70%;
  }

  .order_summery {
    width: 30%;
  }

  ._order ._call {
    font-size: 20px;
  }

  .check_out_overview .__block {
    width: calc(50% - 15px);
  }

  .check_out_overview .payment_methods.__block {
    width: calc(50% - 15px);
  }

  ._cart_wrap, ._cart_wrap>div {
    width: 100%;
  }

  ._trusted-companies img {
    margin: 10px;
    width: calc(25% - 20px);
    height: 220px;
  }

  .product_list .product_item {
    width: calc(33.33% - 20px);
  }

  .__category .product_list .product_item {
    width: 100%;
  }

  .product_list {
    width: 100%;
  }

  .get_in_touch_wrapper .details_box {
    width: 30%;
  }

  /* .__left {
    	width: 60%;
		}
		.__right {
    	width: 23%;
		} */
  .section_center {
    width: 60%;
  }

  .section_left {
    width: 40%;
  }

  .length_box {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {

  .box_1 a .theme--light.primary {
    width: 100%;
    margin-left: 0;
  }

  body .info_button {
    display: flex;
    /* height: 100px; */
    height: auto;
    flex-flow: column;
    margin-bottom: 20px;
    width: 250px;
  }
  body .bg-trans-black {
      padding: 30px 40px;
      margin: 40px 10px;
  }

  body .bg-trans-black h1 {
    font-size: 18px;
    line-height: 1.9;
  }

  body .product_list._popular .product_item {
    width: calc(100% - 10px);
  }

  body ._location_product {
    margin-top: 15px;
  }

  .location_provide li  {
    width: 50%;
  }

  .xs-full {
    width: 100%;
  }

  .fet_er {
    padding-bottom: 20px;
  }

  body ._qatc, body ._qatcw, body ._qabp {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 24px;
  }

  body .prdqty {
    flex-direction: column;
  }

  .flex._frm {
    flex-direction: column;
  }

  ._frm .contact_wrapper, ._frm .contact_form {
    margin-bottom: 20px
  }

  .contact_section {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  body .product_list .product_item {
    width: calc(100% - 10px);
  }

  ._trusted-companies .company_logoes img {
    width: calc(50% - 25px);
    height: 100px;
  }

  .contact_wrapper {
    margin-right: 0px;
  }

  body .__category .product_list .product_item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  ._main_header {
      background: #fff;
      box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, .2);
  }

  body .cart_head.flex {
    display: flex !Important;
  }

  ._order ._call, ._csbtn {
    color: #fff !Important;
  }

  #_cart_toggle_open {
    color: #fff;
  }

  #header2 #_cart_toggle_open {
    color: #525252;
  }

  ._order_nav .logo img {
    width: 318px;
  }

  .logo img {
    width: 220px;
  }

  .hidden-md-up {
    display: none;
  }

  body .badges .item img {
    margin: 6px;
    width: calc(50% - 14px);
    min-height: 200px;
  }

  body .badges .item {
    flex-flow: row wrap;
  }

  body .nav_center .myNav {
    display: none;
  }

  .header5 .app_link {
    display: none;
  }

  #_cartWrapperMobile {
    height: 65px;
  }

  span.nav-bars {
    display: flex;
    position: relative;
    height: 65px;
    top: 0;
    align-items: center;
    justify-content: center;
    left: 0;
    padding-left: 0;
  }

  .cart_head {
    display: none;
  }

  ._cart_wrap {
    top: 50px;
  }

  .single-item .v-carousel .v-image__image--cover {
    background-size: 100%;
  }

  .badges .item img {
    margin: 20px 6px;
    width: calc(100% - 12px);
  }

  ._trusted-companies img {
    margin: 10px;
    width: calc(25% - 20px);
    height: 220px;
  }

  /* .__tab_mobile {
		display: flex !important;
	} */
  /* .__right {
    width: 22%;
	}
	.__left {
		width: 53%;
	} */
  /* .section_left {
    width: 37%;
	} */
  /* .section_center {
    width: 63%;
	} */
}

@media (max-width: 380px) {
  body .badges .item img {
    width: calc(100% - 10px);
  }

  body ._review>.container {
    flex-direction: column;
  }

  ._review .customer-review {
    justify-content: center;
  }
}

@media (min-width: 769px) and (max-width: 992px) {

  .__left ._section_top .section_left,
  .__left ._section_top .section_center {
    width: 100%;
  }

  .top_section {
    flex-direction: column;
  }

  ._order_summary {
    padding-right: 0px;
  }

  ._product_ist {
    margin-left: 0px;
    margin-top: 20px;
  }

  body ._order ._call {
    font-size: 18px;
  }

  body .check_out_overview .__block, .check_out_overview .payment_methods.__block {
    width: calc(100% - 15px);
  }

  .__left ._section_top .container {
    display: flex;
    flex-flow: row wrap;
  }

  .__left {
    width: 65%;
  }

  .__right {
    width: 35%;
  }
}
