﻿@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;
  }
}
@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;
  }

  /***** 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;
  }

  /***** HOMEPAGE - BLOG/NEWS *****/
  .latest-blog-container .blog-items .blog-item:nth-child(even) {
    margin-top: 50px;
  }

  /***** BLOG & NEWS PAGES *****/
  .link-rss {
    display: block;
    float: right;
    margin: 6px 0 0;
  }
}
@media all and (min-width: 1200px) {
  /***** FOOTER *****/
  .footer-logo-wrapper {
    min-height: 540px;
  }
  .footer .newsletter {
    padding: 3%;
  }
  .footer .link-blocks {
    padding-bottom: 3%;
  }

  /***** PRODUCT BOX *****/
  .category-page .item-grid .item-box {
    width: calc(20% - 20px);
  }
  .center-2 .product-grid .item-grid .item-box {
    width: calc(25% - 20px);
  }
  .product-list .item-grid .item-box,
  .center-2 .product-list .item-grid .item-box {
    width: 100%;
  }
}
@media all and (min-width: 1300px) {
}
@media all and (min-width: 1670px) {
  /***** FOOTER *****/
  .footer {
    height: 761px;
    background-size: 100% 762px;
  }
  .footer-logo-wrapper {
    min-height: 575px;
  }
  .footer-logo {
    padding: 35% 15px 0 0;
  }
  .footer .newsletter {
    padding: 1%;
  }
  .footer .link-blocks {
    padding-bottom: 165px;
  }
}
@media all and (max-width: 1669.99px) {
  /***** FOOTER *****/
  .footer-logo {
    padding: 27% 15px 0 0;
  }
}
@media all and (max-width: 1499.99px) {
  /***** FOOTER *****/
  .footer-logo {
    padding: 45% 15px 0 0;
  }
}
@media all and (max-width: 1299.99px) {
  /***** FOOTER *****/
  .footer-logo {
    padding: 63% 15px 0 0;
  }
}
@media all and (max-width: 1199.99px) {
  /***** FOOTER *****/
  .footer-logo-wrapper {
    min-height: 505px;
  }
  .footer-logo {
    padding: 67% 15px 0 0;
  }
  .footer .newsletter {
    padding: 2%;
  }
  .footer .link-blocks {
    padding-bottom: 17%;
  }

  /***** PRODUCT BOX *****/
  .center-2 .product-grid .item-grid .item-box {
    width: calc(33.3333% - 20px);
  }
}
@media all and (max-width: 1099.99px) {
  /***** FOOTER *****/
  .footer-logo {
    padding: 80% 15px 0 0;
  }
}
@media all and (max-width: 991px) {
  /***** HEADER *****/
  .top-menu.notmobile {
    display: none;
  }
  .header-upper__middle {
    text-align: left;
  }
  .header-logo img {
    max-width: 60px;
  }
  .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: 35px;
  }
  .search-box-button {
    right: 0;
    width: 50px;
    min-height: 45px;
    background: #000;
    color: #fff;
    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);
  }

  /***** FOOTER *****/
    .footer {
        background-image: url(../images/Group247.png) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
        padding-top: 10%;
        background-color: #97bfb9;
    }
    .row.order-list .block-gradient.dark {
        margin-bottom: 5%;
        border: 1px solid #ddd;
    }
    .product__tab.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        color: #f39119;
        border-bottom: 1px solid;
        width: 100%;
    }
    .overview-buttons button {
        width: 100% !important;
        min-width: 100% !important;
    }

    .pt-4.product-essential .overview-buttons {
        text-align: center;
    }

        .pt-4.product-essential .overview-buttons .d-inline-block.mb-2.mr-2.add-to-wishlist {
            width: 100%;
        }

        .pt-4.product-essential .overview-buttons .d-inline-block.mb-2.mr-2.compare-products {
            width: 100%;
        }

        .pt-4.product-essential .overview-buttons .d-inline-block.mb-2.email-a-friend {
            width: 100%;
        }
  .footer-logo-wrapper {
    height: auto;
    min-height: initial;
    background-image: none;
    text-align: center;
  }
  .footer-logo {
    max-width: 280px;
    margin: auto;
    padding: 0 15px;
  }
  .footer .newsletter {
    padding: 30px 0 50px;
    text-align: center;
  }
  .footer-block.follow-us {
    text-align: center;
  }
  .footer .networks {
    color: #000;
  }
  .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: "\e922";
    float: right;
    font-size: 12px;
    display: block;
    padding-top: 5px;
  }
  .footer-block .title.slide-up:before {
    content: "\e920";
    float: right;
    display: block;
  }
  .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;
  }

  /***** 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; 
  }

  /***** HOMEPAGE - BLOG/NEWS *****/
  .latest-blog-container .blog-item {
    margin-bottom: 25px;
  }
  .latest-news-container .news-item:not(:last-child),
  .news-list-homepage .news-item {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767.99px) {
    .container.mb-5.byage .item-box {
        width: 130px;
        height: 130px;
    }
    .row.AddressAttributes {
        display: block;
        flex-wrap: wrap;
    }

        .row.AddressAttributes .inputs.custom-attributes {
            width: 90%;
            display: flex;
            flex-direction: column;
            margin-right: 5%;
            margin-left: 5%;
        }
    .py-2.py-lg-4.header-lower .col-6.col-md-6.col-lg-5.col-xl-4.order-2.order-lg-3.mb-2.mb-lg-0 {
        padding: 0;
    }
    .product-tab-item.item-box .picture {
        padding: 15px 0 15px 15px;
        max-width: 35% !important;
    }
    .page.contact-page .page-body {
        max-width: 100%;
        margin: auto;
    }
    li.manufacturer-nav-item.mm-nav-item.has-submenu {
        display: none;
    }
    .page.password-recovery-page .page-body {
        max-width: 100%;
        margin: auto;
        margin-bottom: 3%;
    }
    .Packaging-and-Gift ul#image-squares-2 li {
        width: 40% !important;
        margin: 0 1%;
        min-width: 40% !important;
        text-align: center;
    }

    .Packaging-and-Gift ul#image-squares-2  {
        position: relative !important;
    }

        .Packaging-and-Gift ul#image-squares-2 li .tooltip-header {
            font-size: 13px !important;
        }
    .ico-cart .cart-qty {
        min-width: 15px;
        width: 15px;
        height: 15px;
        padding: 2px;
        background: #f39119;
        color: #fff;
        font-size: 7px;
        border: 2px solid #fff;
        border-radius: 100px;
    }
    ul.top-menu.mm-navbar.mobile.mobile-menu.active .d-none.d-lg-inline-flex.language-selector {
        display: block !important;
    }

        ul.top-menu.mm-navbar.mobile.mobile-menu.active .d-none.d-lg-inline-flex.language-selector li.selected {
            display: flex;
            justify-content: flex-start !important;
            width: 100% !important;
            margin: 0;
            border-radius: 0;
        }
    ul.top-menu.mm-navbar.mobile.mobile-menu.active .d-none.d-lg-inline-flex.language-selector li {
        position: relative;
        display: flex;
        justify-content: flex-start;
        padding: 7px 20px;
    }

        ul.top-menu.mm-navbar.mobile.mobile-menu.active .d-none.d-lg-inline-flex.language-selector li a {
            display: flex;
            justify-content: flex-start;
            position: relative;
        }
        ul.top-menu.mm-navbar.mobile.mobile-menu.active .d-none.d-lg-inline-flex.language-selector li.selected {
            background-image: none;
        }

        ul.top-menu.mm-navbar.mobile.mobile-menu.active .d-none.d-lg-inline-flex.language-selector li {
            border-bottom: 1px solid #Ddd
        }
        ul.top-menu.mm-navbar.mobile.mobile-menu.active li.selected a {
            display: flex;
            justify-content: flex-start !important;
            width: max-content !important;
        }
    .related-products-grid.ocarousel.product-grid .title {
         font-size: 18px;
    }
    .ocarousel .owl-nav button.owl-next {
        font-size: 15px !important;
    }

    .ocarousel .owl-nav button.owl-prev {
        font-size: 15px !important;
    }
    .homapgecategory .container.category-carousel .ocarousel-item .pt-2.text-center.category-name {
        color: #fff;
        right: 0;
        left: 40%;
        position: absolute;
        float: right;
        font-size: 23px;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 99999999;
        top: 19%;
        text-align: left;
        width: 100%;
    }
    .homapgecategory .container.category-carousel .owl-item {
        background: #84b4b0;
        margin-top: 11%;
    }
    .product-details-page .also-purchased-products-grid.ocarousel .owl-nav, .product-details-page .related-products-grid.ocarousel .owl-nav {
        top: -31px !important;
        right: 0;
        width: auto;
    }
    .product-details-page .also-purchased-products-grid .title {
        font-size: 14px;
    }
    .product__tab.ui-tabs .ui-tabs-nav li {
         width: 100%;
    }
    .block-gradient textarea {
        padding: 5%;
    }
    .ocarousel .owl-nav button.owl-prev, .ocarousel .owl-nav button.owl-next {
        padding: 5px 5px !important;
        background-color: #fff;
        color: #f39119;
        font-size: 15px!important;
        border: 1px solid #f39119;
        border-radius: 46px!important;
        width: 25px;
        height: 25px;
        line-height: 1.5;
    }
    .page.home-page .row {
        margin: 0;
    }
    .order-summary-content > form > .row {
        width: auto;
    }
    .page.checkout-page {
        max-width: 100%;
        margin: auto;
    }
    .checkout-page .page-title h1 {
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        border-bottom: none;
        margin: 0 0;
        padding: 0;
    }
    .page-title {
        padding: 12px 0;
        text-align: center;
    }
    .product-essential .add-to-cart .d-flex.align-items-center.add-to-cart-panel .button-1.add-to-cart-button {
         white-space: nowrap;
    }
    .page.login-page, .page.registration-page, .page.apply-vendor-page, .page.contact-page {
        max-width: 100%;
        margin: 0 auto;
    }
    .block-gradient .buttons .button-1 {
        width: 50%;
        font-size: 15px;
    }
    .container.mb-5.bygender .item-box:first-child .category-item h2.title {
        bottom: 81%;
    }
    .category-grid.home-page-category-grid .item-grid h2.title a {
        text-align: center;
        white-space: nowrap;
    }
    .category-grid.home-page-category-grid .item-grid h2.title {
        position: absolute;
        display: inline-flex;
        bottom: 48%;
        z-index: 9;
        color: #fff;
        font-size: 25px;
        text-transform: uppercase;
    }
    .title-container .title h2 {
        margin: 0 12px;
        color: #f39119;
        font-size: 30px;
        white-space: nowrap;
        font-weight: 900;
        text-transform: uppercase;
    }
    .py-4.py-lg-2.footer-lower {
        font-size: 10px;
        font-weight: 400;
        padding: 0 !important;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
    .mb-2.mb-lg-0.footer-powered-by {
        margin: 0 !important;
    }
    .mb-2.mb-lg-0.footer-powered-by {
        margin: 0 !important;
    }

    .col-lg-8.order-2 {
        padding: 9px 0;
    }

    .footer-top img {
        max-width: 85px;
    }

    .footer-top .col-lg-5:first-child {
        max-width: 36%;
        flex: 0 0 33%;
        width: 30%;
    }

    .footer-top .col-lg-2 {
        text-align: center;
    }
    .search-box-button {
        width: 20% !important;
        min-height: 45px;
        background: #84b4b0 !important;
    }
    .header-lower.sticky input[type="text"].search-box-text {
        border-radius: 35px;
    }
    p.newsletter-email-suptitle {
        font-size: 22px !important;
    }
    .footer .col-lg-2.order-1.order-lg-3.mb-2.mb-lg-0 {
        display: none;
    }
  /***** HEADER *****/
  .header-links [class*="icon-"] {
    font-size: 24px;
  }
  .ico-cart {
    bottom: -3px;
    padding-right: 10px;
  }
  .header-links .icon-cart {
    font-size: 30px;
  }
  .ico-cart .cart-qty {
    top: -11px;
    right: 0px;
  }
  .ico-wishlist .wishlist-qty {
    top: -5px;
  }

  /***** PRODUCT BOX *****/
  .item-box,
  .center-2 .product-grid .item-grid .item-box {
    width: calc(50% - 20px);
  }

  /***** 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%;
  }
}
@media all and (max-width: 575px) {
    .newprod .owl-stage {
        width: 642px !important;
        display: flex;
        justify-content: center !important;
    }

        .newprod .owl-stage .owl-item {
            width: 50% !important;
        }
    .product-tab-items .owl-carousel.owl-drag .owl-item.active {
        width: 381.2px !important;
    }
    .product-tab-container .product-tab-item-wrapper .container {
        padding: 0;
    }
    .newprod .owl-item img.loading {
        max-width: 56% !important;
        width: 56% !important;
    }
    .newprod .owl-stage .item-box .picture img {
        max-width: 56%;
    }
    .col-12.with-back .row .col-lg-8 li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
        color: #fff !important;
        background: #f29692;
        border-radius: 35px;
        padding: 10px 25px;
    }
    .col-12.with-back .row .col-lg-8 li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a {
        color: #333;
        padding: 10px 25px;
    }
    .mb-5.HomepageCategories .owl-stage .owl-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0;
    }
    ul.top-menu.mm-navbar.mobile.mobile-menu.active {
        padding-bottom: 25%;
    }

    ul.top-menu.mm-navbar.mobile.mobile-menu img.d-none {
        display: block !important;
        max-width: 24px;
        margin: 0 2%;
    }
    .mb-5.HomepageCategories img.loading {
        min-width: 250px !important;
        width: 250px !important;
        text-align: center;
        margin: auto;
    }

    .mb-5.HomepageCategories .owl-item img {
        min-width: 250px !important;
        width: 250px !important;
        text-align: center;
        margin: auto;
    }
    .mb-5.HomepageCategories .item-box .picture {
        min-height: 100% !important;
        height: 100% !important;
        margin: auto;
        text-align: center;
    }
    .product-tab-items .owl-stage {
        width: 1525px !important;
    }
    .container.mb-5.bygender .item-box:last-child .category-item h2.title {
        bottom: 12%;
    }
    .homepage-add-3column .anywhere-slider-container {
        margin: 0;
    }
    .container.mb-5.byage .col-12 {
        padding: 0;
    }
    .category-grid.home-page-category-grid .item-grid {
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .container.mb-5.bygender .category-item img.loading {
        width: 70%;
        display: block;
        margin-top: -15%;
        margin-left: -100%;
    }
  /***** HEADER *****/
  .mm-navbar {
    width: 300px;
  }
  .bg-overlay {
    width: calc(100% - 300px);
  }

  /***** PRODUCT BOX *****/
  .item-box,
  .center-2 .product-grid .item-grid .item-box {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .center-2 .manufacturer-grid .item-box {
    width: calc(50% - 20px);
    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%;
  }

  /*** 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: 60px;
  }
  .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);
  }
}
@media all and (max-width: 400px) {
  /***** HEADER *****/
  .header-logo img {
    max-width: 50%;
  }
    .header-logo .icon-hamburger {
        font-size: 17px!important;
        cursor: pointer;
    }
    .d-inline-flex.pl-0.pl-md-2.pl-lg-3.header-links ul.list-inline li i {
        font-size: 18px;
        color: #333;
    }
    li.compare img.loading {
        width: 18px;
    }
  /*** FLYOUT CART ***/
  .flyout-cart {
    width: 310px;
  }
}
@media all and (max-width: 340px) {
    .container.mb-5.bygender .category-item img.loading {
        width: 95%;
        display: block;
        margin-top: -18%;
        margin-right: -100%;
    }
    .homepage-add-3column .slider-picture {
         max-width: 100% !important;
    }
  /***** HEADER *****/
    .py-2.py-lg-4.header-lower .col-6.col-md-6.col-lg-5.col-xl-4.order-2.order-lg-3.mb-2.mb-lg-0 {
        padding: 0;
    }

    .py-2.py-lg-4.header-lower.sticky .col-6.col-md-6.col-lg-5.col-xl-4.order-2.order-lg-3.mb-2.mb-lg-0 {
        padding: 0 2%;
    }
    .header-lower input[type="text"].search-box-text {
        height: 26px !important;
        font-size: 11px;
    }

    button.search-box-button {
        min-height: 100%;
    }
  .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: 10px;
  }

  /***** 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;
  }
}