﻿@media (min-width: 576px) {
  .ocarousel-grid {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .ocarousel-grid {
    width: 720px;
  }
}

@media all and (min-width: 768px) {
  /***** CHECKOUT PAGE *****/
  .order-review-data > div,
  .order-details-area > div,
  .shipment-details-area > div {
    float: left;
    width: 48%;
    margin: 0 1% 40px;
  }

  /***** BLOG & NEWS PAGES *****/
  .blog-posts .tags {
    width: 80%;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
  }

  .blog-posts .blog-comments {
    width: 20%;
    float: right;
    text-align: right;
  }

  .new-comment,
  .comment-list .title {
    text-align: left;
  }

  .comment-list .comment {
    display: table;
    width: 100%;
    margin: 0;
  }

    .comment-list .comment:last-child {
      border-bottom: 1px solid #ddd;
    }

  .comment-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    vertical-align: top;
  }

    .comment-info .username {
      min-height: 40px;
      margin: 0;
      border: none;
      text-align: center;
    }

  .comment-content {
    display: table-cell;
    width: 85%;
    border-left: 1px solid #d9d9d9;
    vertical-align: top;
    text-align: left;
  }

  .comment-time {
    min-height: 40px;
    margin: 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
  }

  .comment-title,
  .comment-body {
    padding: 20px;
  }

  .comment-title {
    padding-bottom: 0;
  }

  /***** SEARCH PAGE *****/
  .search-input .inputs.checkbox {
    margin-top: 33px;
  }

  /***** PRODUCT LIST PAGE *****/
  .product-list .item-box .picture {
    width: 30%;
    padding-top: 20%;
  }

  .product-list .item-box .details {
    width: 70%;
  }

  .product-list .item-box .description {
    display: block;
  }

  .product-list .item-box .buttons-hover {
    text-align: center;
  }

  .product-list .item-grid {
    margin: 0;
  }

  .product-variant-line {
    display: flex;
    align-items: flex-start;
  }

    .product-variant-line:not(last-child) {
      border-bottom: 2px dashed #ddd;
    }

  .variant-picture {
    width: 30%;
  }

  .variant-overview {
    width: 70%;
    text-align: left;
    padding: 15px;
  }

    .variant-overview .button-2 {
      height: 42px;
    }
}


@media all and (min-width: 992px) {
  /***** HEADER *****/
  .top-menu.mobile {
    display: none;
  }

  .top-menu.notmobile {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }

  .menu-toggle {
    display: none;
  }

  .other-links li a {
    padding: 10px 0;
  }

  .header-lower.sticky {
    padding: 7px 0 !important;
  }

    .header-lower.sticky .dropdown-menu-list > .mm-dropdown::before {
      left: 0;
    }

  .breadcrumb + .product-selectors,
  .master-column-wrapper .main-wrapper {
    width: calc(100% - 100px);
    margin: auto;
    display: flex;
    justify-content: flex-start;
    transition: all 0.3s;
    padding: 0;
    position: relative;
    overflow: hidden;
    max-width: 1670px;
  }

  .breadcrumb + .product-selectors {
    background: #fff;
    margin: 20px auto;
  }

  .html-category-page .side-2:not(.product-sidebar),
  .html-manufacturer-page .side-2:not(.product-sidebar) {
    max-width: 25%;
    padding: 0;
    padding-right: 15px;
    padding-top: 40px;
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-110%, 0);
    z-index: 99;
    height: calc(100% - 70px);
  }

  .html-product-details-page .master-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 20px;
  }

  .html-product-details-page .center-2 {
    width: 75%;
  }

  .html-product-details-page .side-2 {
    width: calc(25% - 20px);
    margin-left: 20px;
  }

  .main-section {
    max-width: 100%;
    padding: 0;
    width: 100%;
    transition: all 0.3s;
  }

  .master-column-wrapper .main-wrapper.show-sidebar .main-section {
    padding-left: 15px;
  }

  .html-category-page .master-column-wrapper .main-wrapper.show-sidebar .side-2,
  .html-manufacturer-page .master-column-wrapper .main-wrapper.show-sidebar .side-2 {
    transform: translate(0,0);
  }
  /***** FOOTER *****/
  .footer-powered-by {
    text-align: center;
  }

  .footer-payment-method {
    text-align: right;
  }

  /***** CART/WISHLIST PAGES *****/
  .cart th.add-to-cart, .cart td.add-to-cart {
    min-width: 126px;
    text-align: center;
  }

  /***** BLOG & NEWS PAGES *****/
  .link-rss {
    display: block;
    float: right;
    margin: 6px 0 0;
  }
}

@media (min-width: 992px) {
  .ocarousel-grid {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .ocarousel-grid {
    width: 1140px;
  }
}

@media all and (min-width: 1200px) {
  .deals-oftheday .addCartbutton {
    font-size: 14px;
  }

  .container, .container-sm, .container-md,
  .container-lg, .container-xl {
    padding: 0 30px;
  }

  /***** FOOTER *****/
  .footer-logo-wrapper {
    /*min-height: 540px;*/
    min-height: 68px;
  }

  .footer .newsletter {
    /*padding: 130px 10% 20% 48%;*/
    padding: 20% 4% 6% 4%;
  }

  .footer .link-blocks {
    padding-bottom: 18%;
  }

  .follow-us {
    margin: 20% 0 0 1%;
  }

  /***** PRODUCT BOX *****/
  .category-page .item-grid .item-box {
    width: 20%;
  }

  .category-page .sub-category-grid .item-grid .item-box {
    width: 100%;
  }

  .center-2 .product-grid .item-grid .item-box {
    width: 25%;
  }

  .product-list .item-grid .item-box,
  .center-2 .product-list .item-grid .item-box {
    width: 100%;
  }

  #featured-product .item-box {
    width: 20%;
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .ocarousel-grid {
    width: 1320px;
  }
}

@media (min-width: 1600px) {
  .ocarousel-grid {
    width: 1520px;
  }
}

@media all and (min-width: 1670px) {
  /***** FOOTER *****/
  .footer-logo-wrapper {
    min-height: 150px;
  }

  .footer-logo {
    padding: 15% 15px 0 0;
  }

  .follow-us {
    margin: 14% 0 0 1%;
  }

  .footer .newsletter {
    padding: 18% 4% 5% 4%;
  }

  .footer .link-blocks {
    padding-bottom: 165px;
  }
}

@media all and (max-width: 1669.99px) {
  /***** FOOTER *****/
  .footer-logo {
    /* padding: 27% 15px 0 0;*/
    padding: 15% 0 0 0;
  }
}


@media all and (max-width: 1499.99px) {
  /***** FOOTER *****/
  .footer-logo {
    padding: 20% 15px 0 0;
  }
}

@media all and (max-width: 1299.99px) {
  /***** FOOTER *****/
  .footer-logo {
    padding: 22% 15px 0 0;
  }

  .addCart {
    height: unset;
  }

  .item-box .buttons-hover {
    opacity: 1;
    display: block;
  }

    .item-box .buttons-hover [class*="icon-"] {
      font-size: 12px;
    }

  .addCartbutton {
    width: calc(100% - 55px);
    font-size: 12px;
    padding: 5px;
  }

  .addCart {
    width: calc(100% - 16px);
  }
  /***** PRODUCT BOX *****/
  .center-2 .product-grid .item-grid .item-box {
    width: calc(33.3333% - 20px);
  }

  .compareBtn {
    margin-top: 3px;
  }

  .searchBtn {
    margin-top: 5px;
    margin-left: 10px;
  }
}

@media all and (max-width: 1200px) {
  /***** FOOTER *****/
  .footer-logo-wrapper {
    min-height: 58px;
  }

  .footer-logo {
    padding: 27% 15px 0 0;
  }

  .footer .newsletter {
    padding: 24% 3% 6% 3%;
  }

  .footer .link-blocks {
    padding-bottom: 17%;
  }

  .follow-us {
    margin: 18% 0 0 1%;
  }
}

@media all and (max-width: 1099.99px) {
  /***** FOOTER *****/
  .footer-logo {
    padding: 30% 15px 0 0;
  }
}

@media all and (max-width: 991px) {
  #featured-product .item-box {
    width: 25%;
  }

  .master-wrapper-page {
    overflow: hidden;
  }

  .page-body {
    margin-bottom: 30px;
  }

  .flyout-cart {
    display: none;
    opacity: 0;
  }

  /***** HEADER *****/
  .html-vendor-list-page .side-2,
  .html-vendor-page .side-2,
  .html-account-page .side-2,
  .html-news-list-page .side-2,
  .html-news-item-page .side-2,
  .html-blog-page .side-2,
  .html-blogpost-page .side-2,
  .html-compare-products-page .side-2,
  .html-recently-added-products-page .side-2,
  .html-manufacturer-list-page .side-2,
  .html-search-page .side-2,
  .html-product-tag-page .side-2,
  .html-product-tags-all-page .side-2 {
    max-width: 100%;
    width: 100%;
  }

  .top-menu.notmobile {
    display: none;
  }

  .header-upper__middle {
    text-align: left;
  }

  .header-logo img {
    max-width: 166px;
  }

  .header-links [class*="icon-"] {
    font-size: 30px;
  }

  .header-links .icon-cart {
    font-size: 35px;
  }

  input[type="text"].search-box-text {
    height: 45px;
    padding: 0 50px 0 20px;
    font-size: 16px;
    border: 1px solid #DBDBDB;
    border-radius: 0;
  }

  .search-box-button {
    right: 0;
    width: 50px;
    min-height: 45px;
    background: #223668;
    color: #fff !important;
    font-size: 20px;
  }

  .header-lower.sticky {
    padding: 8px 0 0 !important;
  }

    .header-lower.sticky input[type="text"].search-box-text {
      box-shadow: none;
    }

    .header-lower.sticky + .header-menu .mm-navbar,
    .header-lower.sticky + .header-menu .sublist {
      top: 109.81px;
      height: calc(100vh - 109.81px);
    }

  .title-container .title h2 {
    font-size: 20px;
  }

  .inputs.fieldset-username-firstname,
  .inputs.fieldset-username-lastname {
    width: 100%;
  }
  /***** PRODUCT BOX *****/
  .buttons-hover ~ button.button-2.add-to-wishlist-button {
    right: 0;
  }
  /***** CART & CHECKOUT page *****/
  .order-progress li {
    margin: 0 10px 25px;
    padding: 8px;
    border-radius: 7px;
    width: 27%;
  }

  .order-progress .step-icon {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .order-step-title {
    font-size: 11px;
    margin-top: 15px;
  }
  /***** FOOTER *****/
  .footer {
    background-image: none;
    background-color: #B9E3ED;
  }

  .footer-logo-wrapper {
    height: auto;
    min-height: initial;
    background-image: none;
    text-align: center;
  }

  .footer-logo {
    max-width: 280px;
    margin: auto;
    padding: 8% 15px;
  }

  .footer .newsletter {
    padding: 15% 0 50px;
    text-align: center;
  }

  .footer-block.follow-us {
    text-align: center;
  }

  .footer .networks {
    color: #223668;
  }

  .follow-us {
    margin: 2% 0 0 1%;
  }


  .footer-block .title {
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 800;
    cursor: pointer;
  }

  .footer-block:not(.follow-us) .title:before {
    font-family: 'icomoon' !important;
    content: "\e913";
    float: right;
    font-size: 12px;
    display: block;
    padding-top: 5px;
  }

  .footer-block .title.slide-up:before {
    content: "\e90f";
    float: right;
    display: block;
    font-size: 4px;
  }

  .footer-block .list {
    display: none;
    padding-bottom: 15px;
  }

  .footer .link-blocks {
    padding-bottom: 40px;
  }

  .footer-lower {
    text-align: center;
  }

  /***** HOMEPAGE - SHIPPING TYPES *****/
  .shipping-types .col-lg-4:not(:last-child) {
    margin-bottom: 15px;
  }

  /***** PRODUCT DETAILS PAGE *****/
  .html-product-details-page .side-2 {
    margin-top: 24px;
  }

  .variant-overview .button-2 {
    height: 42px;
  }
  /***** CART/WISHLIST PAGES *****/
  .cart {
    display: block;
  }

    .cart colgroup, .cart thead {
      display: none;
    }

    .cart tbody {
      display: block;
      overflow: hidden;
    }

    .cart tr {
      display: block;
      float: left;
      width: 100%;
      margin: 40px 0 0;
      border: 1px solid #ddd;
    }

    .cart tr {
      width: calc(33.6% - 1%);
      margin: 0 0 20px;
      text-align: center;
    }

      .cart tr:nth-child(3n+1) {
        clear: both;
        margin-right: 1%;
      }

      .cart tr:nth-child(3n+2) {
        margin-right: 1%;
      }

    .cart td {
      display: block;
      border: none;
      padding: 10px;
    }

      .cart td.remove-from-cart {
        margin: 0 0 15px;
        padding: 10px;
        border-bottom: 1px solid #E3E3EA;
        background-color: #F3F3F9;
      }

    .cart .product-picture a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

  /***** product list *****/
  .title-container {
    margin-bottom: 15px;
  }

  .product-selectors {
    justify-content: space-between !important;
  }

  .product-viewmode {
    display: none;
  }

  .product-page-size,
  .product-sorting {
    padding: 0;
  }

    .product-page-size.select-wrapper select,
    .product-sorting.select-wrapper select {
      padding: 5px;
      padding-right: 40px;
    }

  .filter-toggle-button {
    font-size: 0;
    margin: 0;
  }

    .filter-toggle-button i {
      font-size: 14px;
      margin: 0;
    }

  .block-gradient .buttons {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
  }

  .page.login-page .ui-widget-content,
  .page.login-page .ui-widget-content a {
    color: #fff;
  }

  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active, .ui-button:active,
  .ui-button.ui-state-active:hover {
    color: #0A0636;
    background: #fff;
  }

  .block-gradient .buttons button {
    margin: 10px;
    padding: 15px;
  }

  .regForm,
  .ui-tabs .ui-tabs-panel {
    padding: 15px;
  }
  /***** HOMEPAGE - BLOG/NEWS *****/
  .latest-blog-container .blog-item {
    margin-bottom: 40px;
  }

  .title-container .title h2 {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
  }

  .latest-news-container .news-item:not(:last-child),
  .news-list-homepage .news-item {
    margin-bottom: 35px;
  }

  .home-page-body-ads {
    margin: 15px auto !important;
  }

    .home-page-body-ads .mb-4 {
      margin: 0 !important;
    }

  .featured-product .owl-nav {
    text-align: center;
    margin-top: 16px;
  }

  .featured-product .owl-carousel .owl-nav button.owl-prev,
  .featured-product .owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 7px !important;
    background-color: #fff;
    color: #0A0636;
    font-size: 0;
    border-radius: 3px;
    box-shadow: 0px 2px 3px 1px #C5D4E1;
    margin: 0 5px;
  }

  .featured-product .owl-nav button.owl-next {
    right: 0;
    background-color: #0A0636;
    color: #fff;
  }

  .featured-product .owl-carousel .owl-nav button.owl-prev::before,
  .featured-product .owl-carousel .owl-nav button.owl-next::before {
    content: "\e916";
    display: inline;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
  }

  .featured-product {
    margin: 0;
    padding: 0 15px;
  }

    .featured-product .item-box {
      margin-bottom: 0;
    }

    .featured-product .owl-carousel .owl-nav button.owl-prev::before {
      content: "\e90c";
    }

  .item-box .buttons-hover {
    top: 85%;
  }

  .compareBtn {
    margin-top: 1px;
  }

  .searchBtn {
    margin: 5px 0 0 5px;
  }
}

@media all and (max-width: 767.99px) {
  /***** HEADER *****/
  input[type="text"].search-box-text {
    font-size: 14px;
  }

  .search-box__wrapper .quickSearch {
    padding: 0;
    font-size: 12px;
  }

  .search-box__wrapper input[type="text"].search-box-text {
    padding-left: 125PX;
  }

  .search-box-button {
    background: #223668;
    color: #223668;
    font-size: 16px;
  }

  .header-links ul a,
  .header-links > ul > li ~ li > a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
  }

  .header-links [class*="icon-"],
  .header-links .icon-cart {
    font-size: 16px;
    margin: 0;
  }

    .header-links [class*="icon-"] ~ span {
      display: none;
    }

  .ico-cart {
    bottom: -3px;
    padding-right: 10px;
  }

    .ico-cart .cart-qty {
      top: -4px;
      right: -12px;
      display: flex !important;
      height: 25px;
      min-width: 25px;
      left: initial;
    }

  .ico-wishlist .wishlist-qty {
    top: -5px;
  }

  /***** PRODUCT BOX *****/
  .searchBtn {
    display: none;
  }

  .addCartbutton {
    width: calc(100% - 35px);
    font-size: 12px;
    padding: 5px;
    border-left: none;
  }

  .item-box,
  .center-2 .product-grid .item-grid .item-box {
    width: calc(50% - 10px);
  }

  .category-page .item-grid {
    margin: 0 auto;
  }

  .product-grid {
    padding: 0 10px;
  }

  .center-2 .product-grid .item-grid .item-box:nth-child(odd) {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #featured-product .item-box {
    width: 50%;
  }
  /***** Login PAGES *****/
  .login-page .ui-tabs .ui-tabs-nav li {
    border: none;
    display: flex;
    font-size: 14px;
    padding: 10px 6px;
    width: 50%;
    justify-content: center;
  }

    .login-page .ui-tabs .ui-tabs-nav li a {
      font-size: 10px;
    }
  /***** CART/WISHLIST PAGES *****/
  .cart tr {
    width: calc(50% - 1%);
    margin: 0px 0 20px;
  }

    .cart tr:nth-child(3n+1),
    .cart tr:nth-child(3n+2) {
      clear: none;
      margin-right: 0;
    }

    .cart tr:nth-child(2n+1) {
      margin-right: 2%;
    }

  .html-category-page .side-2:not(.product-sidebar), .html-manufacturer-page .side-2:not(.product-sidebar) {
    padding: 0;
    padding-right: 15px;
    width: calc(100vw - 20px);
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh;
    transform: translate(-110%,0);
    padding-top: 40px;
  }

  .html-category-page .show-sidebar .side-2:not(.product-sidebar),
  .html-manufacturer-page .show-sidebar .side-2:not(.product-sidebar) {
    transform: translate(0,0);
  }

  .dropdown-menu a,
  .dropdown-menu .submenu > li:not(.togle-icon) > a,
  .dropdown-menu > li:hover > .submenu,
  .dropdown-menu:hover > .submenu {
    width: 155px;
  }

  .product__tab.ui-tabs .ui-tabs-nav li {
    width: 100%;
  }

  .order-summary-content > form > .row {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 575px) {
  .account-page .block-gradient {
    padding: 20px 15px;
  }
  /***** HEADER *****/
  .mm-navbar {
    width: 300px;
  }

  .checkout-page .page-body .checkout-data {
    padding: 15px;
    margin: 10px 0 !important;
  }

  .opc .buttons {
    text-align: left;
  }

  .checkout-page .total-info {
    margin: 20px 0;
    padding: 0;
    min-width: 250px;
  }

  .payment-info .info,
  .opc .section {
    margin: 0 !important;
  }

  .bg-overlay {
    width: calc(100% - 300px);
  }

  .checkout-page .address-item {
    min-width: 100%;
  }

  /***** PRODUCT BOX *****/
  .center-2 .product-grid .item-grid .item-box {
    float: none;
    margin: 0 0 20px;
  }

  .center-2 .manufacturer-grid .item-box {
    width: 100%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  /***** CATAGOREY PAGE *****/
  .category-page .item-grid,
  .search-page .item-grid,
  .manufacturer-page .item-grid,
  .vendor-page .item-grid,
  .manufacturer-grid .item-grid,
  .manufacturer-list-page .item-grid,
  .recently-viewed-products-page .item-grid,
  .recently-added-products-page .item-grid,
  .also-purchased-products-grid .item-grid,
  .related-products-grid .item-grid {
    margin: 0;
  }

  /***** ESTIMATE SHIPPING POPUP *****/
  .estimate-shipping-row.shipping-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .estimate-shipping-row-item.address-item {
    width: 100%;
    margin-bottom: 15px;
  }

    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
      padding-left: 0;
    }

  /***** CART/WISHLIST PAGES *****/
  .cart tr {
    width: 100%;
    margin: 0px 0 20px;
  }

  .cart-options .common-buttons,
  .wishlist-page .buttons {
    padding: 15px 0 30px;
  }

    .cart-options .common-buttons .button-2,
    .wishlist-page .buttons .button-2 {
      width: 100%;
      margin-bottom: 10px;
    }

    .cart-options .common-buttons .button-2 {
      width: 100%;
      text-align: center;
    }

  /*** FLYOUT CART ***/
  .flyout-cart {
    right: 10px;
  }

  /***** HOMEPAGE - BLOG/NEWS *****/
  .latest-blog-container .single-blog,
  .latest-news-container .news-box-inner,
  .news-list-homepage .news-item {
    text-align: center;
  }
}

@media all and (max-width: 450px) {

  /***** HEADER *****/
  .header-logo img {
    max-width: 130px;
  }

  .header-links .list-inline > li:not(:last-child) {
    margin-right: 4px;
  }

  .header-lower.sticky + .header-menu .mm-navbar,
  .header-lower.sticky + .header-menu .sublist {
    top: 100.52px;
    height: calc(100vh - 100.52px);
  }

  .search-box__wrapper input[type="text"].search-box-text {
    padding-left: 120PX;
  }
}

@media all and (max-width: 400px) {
  .product-grid.cross-sells {
    padding: 0px;
  }

    .product-grid.cross-sells .addCartbutton {
      font-size: 10px;
    }
  #featured-product .item-box {
    width: 100%;
  }
  /***** HEADER *****/
  .header-logo img {
    max-width: 120px;
  }

  /*** FLYOUT CART ***/
  .flyout-cart {
    width: 310px;
  }
}

@media all and (max-width: 340px) {
  /***** HEADER *****/
  .header-links .list-inline > li:not(:last-child) {
    margin-right: 3px;
  }

  .header-links [class*="icon-"] {
    font-size: 18px;
  }

  .header-links .icon-cart {
    font-size: 29px;
  }

  .ico-wishlist .wishlist-qty {
    font-size: 14px;
  }

  /***** PRODUCT BOX *****/
  .manufacturer-grid .item-grid {
    margin: 0;
  }

  .center-2 .manufacturer-grid .item-box {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  /*** FLYOUT CART ***/
  .flyout-cart {
    width: 290px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /***** PRODUCT BOX *****/
  .item-box {
    width: calc(33.33% - 20px);
  }

  .center-2 .product-grid .item-grid .item-box {
    width: calc(50% - 20px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /***** CART/WISHLIST PAGES *****/
  .block-gradient.block-gradient-checkout {
    padding: 30px 35px;
  }

    .block-gradient.block-gradient-checkout .buttons {
      height: 100%;
      margin: 0 0 0 35px;
      border-radius: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1245px) {
  /***** HEADER *****/
  .header-links .list-inline > li:not(:last-child) {
    margin-right: 5px;
  }

  .header-links .list-inline > li:first-child {
    margin-right: 3px;
  }
}

@media (max-width: 768px) and (min-width:576px) {
  .ui-tabs .ui-tabs-nav li {
    padding-right: 0.05em;
    font-size: 13px
  }

  .login-button {
    padding: 12px 40px;
  }

  .regForm {
    padding: 0 2em;
  }

  .register-button {
    padding: 12px 26px;
  }


  .block-gradient__top-text::after {
    top: 74%;
  }

  .register-block .buttons {
    margin: 1px 2px 5px;
  }
}
