@media only screen and (min-width: 768px) {
  .mobile-only, #footer2 {
    display: none;
  }
  .col-7-custom {
      width: 61.4%; 
  }
  .col-5-custom {
      width: 38.6%;
  }
  .col-sm-6:nth-child(2n+3) {
  	clear: both;
  }
  .small-col {
  	width: 25%;
  }
  .modal-open .modal,
  .modal-backdrop,
  .modal-list-prod,
  .modal-product-big,
  .size-guide {
    left: 24.5%;
  }
  .modal-dialog {
    width: 540px;
	} 
  .fixed-menu {
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
    top: 0;
    overflow-y: auto;
    height: 100%;
  }
  .about-us-desc {
    padding: 0 50px;
  }
  .col-sm-6:first-child .inner-locatoin-about {
    border-right: 1px solid #bbb;
  }
  .fb-like-detail {
    margin-left: 23%;
  }
}
@media only screen and (min-width: 850px) {
  .modal-dialog {
    width: 620px;
  }
}
@media only screen and (min-width: 1000px) {
  .modal-dialog {
    width: 720px;
  }
}
@media only screen and (min-width: 1162px) {
  .modal-dialog {
    width: 840px;
  }
  .modal-product-dialogue {
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  body, .row.main-row {
    background-color: #f8f8f8;
  }
  .row.main-row {
    width: 100%;
    margin-left: 0;
  }
  .head-landing, #footer, .desktop-only {
    display: none;
  }
  .mobile-left {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
  }
  .mobile-right {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
  }
  .mobile-right a {
    color: #333333;
  }
  .search-mobile {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
  }
  .main-header, .main-footer {
    margin-left: 0;
    padding: 0 20px;
    background-color: #ffffff;
  }
  .main-header h1 {
    text-align: center;
    margin: 5px 0;
  }
  .search-mobile input {
    display: none;
    position: absolute;
    left: -180px;
    top: -3px;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 14px;
    height: 35px;
    width: 200px;
  }
  .small-col {
  	width: 50%;
  }
  h1 a img {
    max-width: 65px;
  }
  .menu-action {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 85%;
    left: 0;
    height: 100%;
    z-index: 3;
    padding: 50px 20px 20px;
    margin-left: -85%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .menu-action.active-expand {
    margin-left: 0;
  }
  .overlay-mobile {
    position: fixed;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .close-menu {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    background: transparent url("../images/icons/close-menu.png") no-repeat scroll center top;
    width: 11px;
    height: 10px;
  }
  .main-footer p {
    text-align: left;
  }
  .main-header {
    padding: 0 20px 8px;
  }
  .inner-banner {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  .inner-banner .col-sm-7.col-7-custom.pr-5 {
    padding: 0;
    margin: 0 -5px;
  }
  .inner-intro {
    margin-right: 0;
    padding: 60px 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -5px;
  }
  .middle-banner {
    padding-left: 20px;
    text-align: center;
  }
  .middle-banner .pr-10 {
    padding-right: 15px;
    padding-left: 10px;
  }
  .monthly-dispatch {
    margin-left: 15px;
  }
  .monthly-dispatch .sign-up .form-control {
    width: 100%;
    margin-bottom: 20px;
  }
  .monthly-dispatch .sign-up .btn-gray {
    position: relative;
    margin-left: 15px;
    width: 100%;
  }
  .title-category {
    margin-top: 0;
    padding-top: 40px;
  }
  .catalgue-filgrid {
    margin-top: 0;
  }
  .inner-main-right {
    margin-right: 0;
    text-align: center;
    padding: 0 20px;
  }
  .slide-detail {
    margin-left: 0;
  }
  .catalogue-filter,
  .product-sortdesc {
    text-align: left;
  }
  .product-sortdesc {
    max-width: 310px;
    margin: auto;
  }
  #footer2 {
    background-color: #f8f8f8;
  }
  .main-footer input {
    background-color: transparent;
  }
  .mb-40 {
    margin-bottom: 0;
  }
  .journal-show {
    margin: 0 -20px;
  }
  .journal-desc .top-desc {
    padding: 0 20px;
  }
  .text-absolute-journal {
    position: relative;
    margin: 30px auto;
  }
  .text-right-journal .text-absolute-journal {
    padding-left: 30px;
  }
  .text-left-journal .text-absolute-journal {
    padding-right: 30px;
  }
  .mb-journal {
    margin-bottom: 20px;
  }
  .inner-cart-right {
    margin: 0 0 0 -5px;
  }
  .sumit-cart-right .btn {
    display: block;
    margin: 20px 0 20px 20px;
  }
  .sumit-cart-right {
    padding: 0 20px 10px 0;
    margin-bottom: 20px;
  }
  .mobile-plr {
    padding: 0 20px;
  }
  .account-banner {
    padding: 0;
    margin: 0 -200px;
  }
  .logreg {
    padding: 20px 0 40px;
    margin: 0 auto 20px;
    text-align: left;
  }
  .form-logreg .btn-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .form-logreg .btn-right {
    margin-left: 0;
    width: 100%;
  }
  .gray-hight {
    height: auto !important;
  }
  .btn.btn-black.btn-load-more {
    width: 100%;
  }
  .wishlist-notice .empty-notice {
    margin: 0 -20px;
  }
  aside {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .col-sm-9.pl-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .select-day, .select-month, .select-year {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .transaction {
    background-color: #f8f8f8;
    padding-bottom: 10px;
  }
  .transaction h1 {
    padding: 10px 15px;
  }
  .checkout-step-mobile {
    text-align: center;
  }
  .checkout-step-mobile h2 small {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 1.5px;
    margin-top: 10px;
  }
  .checkout-step-mobile ul {
    margin: 40px 0 20px;
  }
  .checkout-step-mobile li {
    display: inline-block;
    position: relative;
    margin: 11px 25px;
  }
  .checkout-step-mobile li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    width: 100%;
    margin-top: -20px;
    font-size: 12px;
    color: #afb0b2;
    z-index: 2;
  }
  .checkout-step-mobile li:after {
    content: "";
    border-top: 2px solid #afb0b2;
    position: absolute;
    width: 105px;
    left: 25px;
    margin-top: -15px;
    z-index: 1;
  }
  .checkout-step-mobile li.active a,
  .checkout-step-mobile li.active:before,
  .checkout-step-mobile li.after a,
  .checkout-step-mobile li.after:before {
    color: #333333;
  }
  .checkout-step-mobile li.before a {
    pointer-events: none;
    cursor: default;
  }
  .checkout-step-mobile li:last-child:after {
    display: none;
  }
  .transaction .plr-10 {
    padding: 0;
  }
  .transaction .transtep-3 .plr-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout-step-mobile li a {
    color: #afb0b2;
  }
  .checkout-1 .transtep-2,
  .checkout-1 .transtep-3,
  .checkout-1 .transtep-4,
  .checkout-1 .transtep-sum,
  .checkout-2 .transtep-1,
  .checkout-2 .transtep-3,
  .checkout-2 .transtep-4,
  .checkout-2 .transtep-sum,
  .checkout-3 .transtep-1,
  .checkout-3 .transtep-2,
  .checkout-3 .transtep-4,
  .checkout-3 .transtep-sum,
  .checkout-4 .transtep-2,
  .checkout-4 .transtep-sum,
  .my-orders-back,
  .col-md-2.col-sm-2.pr-0.list-order .inner-order-detail {
    display: none;
  }
  .choose-checkout {
    display: block;
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .my-account-banner ul {
    margin: 0 -20px;
  }
  .acc-address-list {
    margin: 0 0 40px;
  }
  .my-account-bottom {
    padding: 10px 0px 100px;
  }
  .scroll-to-top .btn-white-border {
    width: 100%;
  }
  .order-detail {
    border: 1px solid #000000;
    margin: 0 -15px;
  }
  .list-order {
    padding: 0 15px;
  }
  .order-detail .inner-order-detail {
    border: 0;
    background-color: #ffffff;
    height: auto;
  }
  .col-md-4.col-sm-4.p-0.list-order .inner-order-detail {
    padding-bottom: 0;
  }
  .col-md-2.col-sm-2.p-0.list-order .inner-order-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
  .col-md-4.col-sm-4.pl-0.list-order .inner-order-detail {
    padding-top: 0;
  }
  .my-orders-det {
    padding: 0px;
    border-color: #000000;
  }
  .tb-order {
    padding: 0;
  }
  .table-responsive {
    border-color: #000000;
  }
  .tacking-order, .prod-price,
  .text-absolute {
    text-align: left;
  }
  .table-cart .right {
    float: left;
  }
  .my-orders-det .order-title {
    margin: -20px 0 20px;
  }
  .slide-detail .item {
    text-align: center;
  }
  .foot-right {
    display: none;
  }

  .table-cart {
    padding: 0;
  }
  .table-responsive.table-cart {
    border: 0;
  }
  .table-cart .left {
    margin-right: 30px;
  }
  .coupon-code .form-control {
    max-width: 165px;
  }
  .table-cart .right {
    float: none;
  }
  .table-cart .my_div_row span {
    display: block;
  }
  .my_div_Price {
    overflow: hidden;
    text-align: center;
  }
  .my_div_Total .prod-total {
    display: none;
  }
  .my_div_Qty\..my_div_row {
    overflow: hidden;
    margin-left: 125px;
  }
  .prod-del.text-right {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .my_div_group {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px;
  }
  .table-cart .my_div_row .red span,
  .table-cart .my_div_row .left,
  .table-cart .my_div_row .right {
    display: inline-block;
  }
  .table-cart .my_div_row .right {
    text-align: left;
    width: 120px;
  }
  .my_div_group:last-child .my_div_Product.my_div_row {
    border-bottom: 1px solid #ddd;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px 20px;
  }
  .inner-cart-right .title-cart {
    background-color: #eee;
  }
}
@media only screen and (max-width: 479px) {
  .product-overlay button, .product-overlay a {
    width: 130px;
    display: block;
    margin: 20px auto;
    height: 45px;
    padding: 13px 0;
  }
  .checkout-step-mobile li {
    margin: 11px;
  }
  .checkout-step-mobile li:after {
    width: 75px;
  } 
}
@media only screen and (max-width: 359px) {
  .catalogue-filter .show-filter {
    margin-left: 0;
    padding-left: 0;
  }
  .catalogue-filter .show-filter::before {
    display: none;
  }
  .product-overlay button, .product-overlay a {
    width: 115px;
    display: block;
    margin: 20px auto;
  }
  .small-col .product-show .product-overlay, 
  .col-sm-3 .product-show .product-overlay {
    top: 10%;
  }
  .small-col .product-show .product-wishlist {
    top: -7%;
  }
  .my-account-banner ul > li > a {
    padding: 15px 12px;
  }
}