:root {
    --main-color: #f61601;    
    --second-color: #3527e7;
}
body {
    /* background-image: url('../../img/page_content/bg.jpg'); */
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    padding-top: 4rem;
}
#content {
    margin: 3rem 0;
}
.navbar-nav .nav-item {
    padding-left: 1rem;
}
.no-padd {
    padding: 0;
}
.no-padd-right {
    padding-right: 0;
}
.no-padd-left {
    padding-left: 0;
}
.card-title {
    font-weight: 700;
    font-size: 17px;
}
.search .btn-outline-success {
    font-weight: 700;
}
.categories .card {
    
}
.slider-home {
    margin-bottom: 30px;
    padding-bottom: 1.25rem;
}
.form-inline .form-control {
    width: 80%;
}
.menu-btn span {
    font-weight: 700;
}
.navbar-nav .btn {
    min-width: 62px;
}
.thumb {
    margin-bottom: 30px;
}
.thumb .quantity {
    width: 62px;
    margin: 0;
}
.card .card-image {
    position: relative;
}
.card-text {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
}
.card-text.card-description {
    margin-bottom: 10px;
}
.thumb-footer p {
    margin-bottom: 0;
}
.slider-home img {
    padding: 1.25rem;
    padding-bottom: 0;
}
.card-deck .card img {
    padding: 1.25rem;
    padding-bottom: 0;
}
.card-footer p {
    margin-bottom: 0;
    color: var(--second-color);
    font-weight: 700;
}
.cart a,
.cart button {
    color: black;
    font-weight: 700;
    border: none;
    background-color: transparent;
}
.cart a:hover,
.cart button:hover {
    color: var(--main-color);
    font-weight: 700;
    text-decoration: none;
}
.cart .product-modal-btn {
    border: none;
    background-color: transparent;
    outline: none;
}
.thumb-icons-holder {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 2rem;
}
.thumb-icons-holder.top {
    top: 0;
    left: 0;
    z-index: 1;
}
.thumb-icons-holder.bottom {
    bottom: 0;
    left: 0;
    z-index: 1;
    padding-bottom: 1rem;
}
.thumb-icons-holder .wishlist i {
    display: inline-block;
    border-radius: 60px;
    background-color: #ffffffb8;
    box-shadow: 0px 0px 2px #888;
    padding: 0.6em;
    min-height: 35px;
    min-width: 35px;
    text-align: center;
}
.thumb-icons-holder .wishlist button,
.thumb-icons-holder .wishlist a {
    color: var(--main-color);
    background-color: transparent;
    border: none;
    outline: none;
}
.thumb-icons-holder .wishlist button:hover,
.thumb-icons-holder .wishlist a:hover {
    color: black;
}
.thumb-icons-holder .zoom a {
    color: var(--second-color);
}
.thumb-icons-holder .zoom a:hover {
    color: black;
}
.thumb-icons-holder .zoom i {
    display: inline-block;
    border-radius: 60px;
    background-color: #ffffffb8;
    box-shadow: 0px 0px 2px #888;
    padding: 0.6em;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
}
.thumb-icons-holder .lean-to-taste i {
    color: #002bff;
}
.thumb-icons-holder .seasonal-meal i {
    color: #099a00;
}
.categories .card {
    padding: 1rem;
}
.categories h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
.text-subline {
    position: relative;
    height: 2px;
    padding: 0;
    background: #e2dcdc;
    border: none;
    margin-bottom: 1rem;
}
.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 40%;
    background: var(--second-color);
}
.categories-list {
    padding-left: 0;
    margin-bottom: 1rem;
}
.categories-list li {
    list-style: none;
    padding-bottom: .3rem;
}
.categories-list li a {
    color: black;
}
.categories-list li.active a,
.categories-list li a:hover {
    color: var(--main-color);
    text-decoration: none;
}
.categories-list li a span {
    float: right;
    font-size: 13px;
    margin-top: 3px;
}
.categories-divader h1 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
}
.categories-divader .card {
    padding: 1rem;
}
.categories-divader {
    margin-bottom: 30px;
    position: relative;
}
.categories-divader .category-position {
    position: absolute;
    top: -96px;
}
.checkout {
    padding: 2rem;
}
.empty-cart .title {
    font-size: 1rem;
    font-weight: 700;
}
.success-cart .title {
    font-size: 1rem;
    font-weight: 700;
}
.wishlist-holder {
    padding: 2rem;
}
.buyer form {
    margin-top: 2rem;
}
.buyer .form-row {
    margin-bottom: 1rem;
}
.cart-items .title h1 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 700;
}
.cart-items .title span {
    font-size: 14px;
}
.cart-items .description p {
    font-size: 12px;
    margin-bottom: 0;
}
.cart-items .description p span {
    font-weight: 700;
}
.buyer h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
.wishlist-text .thumb-icons-holder .wishlist i {
    display: inline-block;
    border-radius: 60px;
    background-color: #ffffffb8;
    box-shadow: 0px 0px 2px #888;
    padding: 0.6em .8rem;
}
.wishlist-text h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
.wishlist-holder .card h1 {
    margin-bottom: 0;
}
.delivery h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
.buyer label {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
}
.delivery label {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
}
.delivery form {
    margin-top: 2rem;
}
.delivery .form-row {
    margin-bottom: 1rem;
}
.delivery h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
.price p {
    margin-bottom: 0;
    font-size: 14px;
}
.price span {
    font-weight: 700;
    font-size: 15px
}
.cart-items {
    border-bottom: 1px solid var(--main-color);
    padding: 1rem 0;
}
.note {
    margin-top: 1rem;
}
.cart-title {
    margin-bottom: 0;
    margin-top: 2rem;
}
.cart-title h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
.close button,
.close a {
    font-weight: 700;
    font-size: 23px;
    color: black;
    border: none;
    background-color: transparent;
    outline: none;
}
.close button:hover,
.close a:hover {
    color: var(--main-color);
}
.stepper-box .stepper-arrow {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.stepper-box .stepper-arrow:hover {
    cursor: pointer;
    background-color: #ddd;
}
.stepper-box .stepper-arrow.down {
    margin-right: -4px;
    margin-top: -1px;
    border-radius: 8px 0 0 8px;
}
.stepper-box .stepper-arrow.up {
    margin-left: -4px;
    margin-top: -1px;
    border-radius: 0 8px 8px 0;
}
form #input-wrap {
    margin: 0px;
    padding: 0px;
}
.stepper-box .stepper-input {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    padding-top: 0;
}
.stepper-box .stepper-input[type=number]::-webkit-inner-spin-button,
.stepper-box .stepper-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.stepper-box.small {
    display: inline-block;
}
.stepper-box.small .stepper-arrow {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 0;
    border: transparent;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: -10px;
}
.stepper-box.small .stepper-input {
    height: 15px;
    width: 22px;
    text-align: center;
    font-size: 14px;
    border: transparent;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
}
.cart-footer {
    padding: 1rem 0 2rem 0;
}
.total-cart {
    
}
.total-cart p {
    font-weight: 700;
    margin-bottom: .5rem;
}
.total-cart span {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: .7rem;
}
.total-cart .alert {
    margin-top: 1rem;
}
.wishlist-text .text-subline {
    margin-bottom: 3rem;
}
html {
    scroll-behavior: smooth;
}
.thumb .card-body {
    min-height: 120px;
}
#product-order-modal .appendices h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
.nav-tabs .nav-item {
    /* margin-bottom: -10px; */
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
#product-order-modal .meal h1 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .4rem;
    text-transform: uppercase;
}
#product-order-modal .nav-tabs .nav-item .nav-link.active, .nav-tabs .show>.nav-link {
    color: #000;
    background-color: transparent;
    font-weight: 700;
    border-bottom: 5px solid var(--second-color);
    border-radius: 0;
    padding: .5rem .5rem .2rem .5rem;
}
#product-order-modal .modal-body {
    padding: 2.5rem;
}
#product-order-modal .add-more-meals {
    cursor: pointer;
}
#product-order-modal .add-more-meals a {
    font-size: 22px;
    color: var(--second-color);
    padding-left: 2rem;
}
#product-order-modal .add-more-meals a:hover {
    color: black;
}
.nav-tabs {
    border-bottom: 1px solid #e2dcdc;
    margin-top: 2rem;
}
.sg-u-visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
html.lt-ie8 .sg-u-visuallyhidden {
    position: fixed;
}
.sg-Radio,
.sg-Check {
    display: inline-block;
    margin-right: 2rem;
    position: relative;
}
.sg-Radio-input,
.sg-Check-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
html.lt-ie8 .sg-Radio-input,
html.lt-ie8 .sg-Check-input {
    position: fixed;
}
html.lt-ie8 .sg-Radio-input,
html.lt-ie8 .sg-Check-input {
    position: fixed;
}
/* Radio button style
   ========================================================================== */
.sg-Radio-btn .sg-Radio-input ~ .sg-Radio-icon:before {
    display: none;
}
.sg-Radio-btn .sg-Radio-input ~ .sg-Radio-text {
    border: transparent;
    color: #000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 700;
    font-size: 18px;
}
.sg-Radio-btn .sg-Radio-input:not(:disabled):not(:checked) ~ .sg-Radio-text:hover {
    background: #ebf6df;
    border-color: #94ce54;
}
.sg-Radio-btn.resp-tab-active .sg-Radio-input:not(:disabled) ~ .sg-Radio-text {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: var(--second-color);
}
.sg-Radio-btn.resp-tab-active .sg-Radio-input:not(:disabled):hover ~ .sg-Radio-text {
    color: var(--second-color);
}
.sg-Radio-btn .sg-Radio-input:disabled ~ .sg-Radio-text {
    color: #7F7F7F;
    border-style: dashed;
}
.appendices h4 {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 1rem;
}
.appendices .form-check-label {
    margin-bottom: 0;
    font-size: 14px;
}
.appendices .form-check-label small {
    color: red;
}
.quantity {
    margin-bottom: 2rem;
}
.meal .alert-secondary {
    background-color: transparent;
}
.minus, .plus{
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 0;
    border: transparent;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: -10px;
}
.meal input {
    height: 15px;
    width: 22px;
    text-align: center;
    font-size: 14px;
    border: transparent;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
} 
.meal p {
    font-size: 14px;
}
.meal i {
    font-size: 14px;
}
.meal .trash a,
.meal .trash button,
.meal .trash a:focus,
.meal .trash button:focus {
    color: red;
    border: none;
    background-color: transparent;
    outline: none;
}
.meal .trash a:hover,
.meal .trash button:hover {
    color: black;
}
.meal .badge-secondary {
    color: #fff;
    background-color: #a7a9a9;
}
.meal .badge {
    font-size: 86%;
    font-weight: 300;
    margin-right: .4rem;
    margin-bottom: .3rem;
}
.meal .appendices p {
    margin-bottom: 0;
}
.accesories-list .accessories-reset {
    display: none;
}
.accesories-list:hover .accessories-reset {
    display: inline-block;
}
.accesories-list .accessories-reset {
    font-size: 14px;
    color: red;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.accesories-list .accessories-reset:hover {
    color: black;
}
.total-modal-meals span {
    font-weight: 700 !important;
    font-size: 15px !important;
}
.total-modal-meals p {
    font-size: 16px !important;
}
.total-modal-meals-final p {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.total-modal-meals-final span {
    font-weight: 700 !important;
    font-size: 15px !important;
}
.btn-modal-holder button {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.btn-modal-holder {
    border-top: 1px solid #e2dcdc;
    padding: 1rem 0;
    margin-top: 1rem;
}
.total-cart button {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
footer {
    background-color: #f7f9fa;
    padding: 1rem;
}
footer p {
    font-size: 14px;
    margin-bottom: 0;
}
footer p a {
    color: var(--second-color);
}
footer p a:hover {
    color: #212529;
    text-decoration: none;
}
.full-height {
    min-height: calc(100vh);
}
.hide {
    display: none !important;
}
.alert-message-holder {
    position: fixed;
    top: 113px;
    right: 50px;
    z-index: 1200;
    min-width: 300px;
    max-width: 500px;
}
.has-error {
    position: relative;
}
.has-error .form-control {
    border-color: #ff80a8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}
.has-error .form-validation {
    position: absolute;
    right: 10px;
    bottom: -17px;
    font-size: 11px;
    color: red;
    font-weight: 600;
}
.hidden-field {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.slider-main-holder {
    position: relative;
    width: 100%;
    padding: 5px 0 0 0;
}
.slider-main-holder .slider-holder {
    display: inline-block;
    width: 100%;
}
.slider-main-holder .slide-text-holder {
    width: 70%;
    text-align: left;
    float: left;
    position: relative;
}
.slider-main-holder .slide-icon-holder {
    width: 30%;
    float: left;
    margin-top: 5px;
    position: relative;
}
.slider-main-holder .slide-icon-holder i {
    position: absolute;
    animation: slide 3s infinite;
}
@-webkit-keyframes slide {
    0%   { 
        right: 0%;
    }

    100% { 
        right: 100%;
    }
}
.mobile-search {
    display: none !important;
}
.nav-tabs .nav-link {
    color: black;
    font-weight: 600;
}
.terms-conditions-bottom-line {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    border-top: 1px solid var(--second-color);
    background-color: white;
    z-index: 100;
    left: 0;
}
label.required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}
.btn-holder {
    min-width: 110px;
}
.table td, .table th {
    padding: 0.35rem;
}
/*-- Responsive Start -- */
 
@media print {
}

/* Landscape 320px and 568px */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .search {
        display: none;
    }
    .mobile-search {
        display: block !important;
        text-align: right;
    }
    .mobile-search a {
        height: 38px;
    }
    .mobile-search a i {
        margin-top: 3px;
    }
    #product-order-modal .modal-body {
        padding: 15px;
    }
    .btn-modal-holder .btn-secondary {
        margin-bottom: 1rem;
    }
    .m-b {
        margin-bottom: 1rem;
    }
    .slider-main-holder {
        display: none;
    }
    .checkout {
        padding: 1rem;
    }
    .categories-divader {
        margin: 30px 0;
    }
    #search-modal-mobile .close {
        text-align: right;
        margin: 1rem 1rem 0 0;
    }
    #search-modal-mobile .modal-body {
        padding: 0;
    }
    #search-modal-mobile .form-inline .form-control {
        width: 63%;
        margin-right: 1rem;
    }
  }

/* Portrait 320px and 480px */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.search {
        display: none;
    }
    .mobile-search {
        display: block !important;
        text-align: right;
    }
    .mobile-search a {
        height: 38px;
    }
    .mobile-search a i {
        margin-top: 3px;
    }
    #product-order-modal .modal-body {
        padding: 15px;
    }
    .btn-modal-holder .btn-secondary {
        margin-bottom: 1rem;
    }
    .m-b {
        margin-bottom: 1rem;
    }
    .slider-main-holder {
        display: none;
    }
    .checkout {
        padding: 1rem;
    }
    .categories-divader {
        margin: 30px 0;
    }
    #search-modal-mobile .close {
        text-align: right;
        margin: 1rem 1rem 0 0;
    }
    #search-modal-mobile .modal-body {
        padding: 0;
    }
    #search-modal-mobile .form-inline .form-control {
        width: 63%;
        margin-right: 1rem;
    }
}

/* Landscape 320px and 480px */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.search {
        display: none;
    }
    .mobile-search {
        display: block !important;
        text-align: right;
    }
    .mobile-search a {
        height: 38px;
    }
    .mobile-search a i {
        margin-top: 3px;
    }
    #product-order-modal .modal-body {
        padding: 15px;
    }
    .btn-modal-holder .btn-secondary {
        margin-bottom: 1rem;
    }
    .m-b {
        margin-bottom: 1rem;
    }
    .slider-main-holder {
        display: none;
    }
    .checkout {
        padding: 1rem;
    }
    .categories-divader {
        margin: 30px 0;
    }
    #search-modal-mobile .close {
        text-align: right;
        margin: 1rem 1rem 0 0;
    }
    #search-modal-mobile .modal-body {
        padding: 0;
    }
    #search-modal-mobile .form-inline .form-control {
        width: 63%;
        margin-right: 1rem;
    }
}

/* Portrait 300px and 740px */
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 740px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) { 

    .search {
        display: none;
    }
    .mobile-search {
        display: block !important;
        text-align: right;
    }
    .mobile-search a {
        height: 38px;
    }
    .mobile-search a i {
        margin-top: 3px;
    }
    #product-order-modal .modal-body {
        padding: 15px;
    }
    .btn-modal-holder .btn-secondary {
        margin-bottom: 1rem;
    }
    .m-b {
        margin-bottom: 1rem;
    }
    .slider-main-holder {
        display: none;
    }
    .checkout {
        padding: 1rem;
    }
    .categories-divader {
        margin: 30px 0;
    }
    #search-modal-mobile .close {
        text-align: right;
        margin: 1rem 1rem 0 0;
    }
    #search-modal-mobile .modal-body {
        padding: 0;
    }
    #search-modal-mobile .form-inline .form-control {
        width: 63%;
        margin-right: 1rem;
    }
  
}
/* Landscape 375px and 667px */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
.search {
        display: none;
    }
    .mobile-search {
        display: block !important;
        text-align: right;
    }
    .mobile-search a {
        height: 38px;
    }
    .mobile-search a i {
        margin-top: 3px;
    }
    #product-order-modal .modal-body {
        padding: 15px;
    }
    .btn-modal-holder .btn-secondary {
        margin-bottom: 1rem;
    }
    .m-b {
        margin-bottom: 1rem;
    }
    .slider-main-holder {
        display: none;
    }
    .checkout {
        padding: 1rem;
    }
    .categories-divader {
        margin: 30px 0;
    }
    #search-modal-mobile .close {
        text-align: right;
        margin: 1rem 1rem 0 0;
    }
    #search-modal-mobile .modal-body {
        padding: 0;
    }
    #search-modal-mobile .form-inline .form-control {
        width: 63%;
        margin-right: 1rem;
    }
  }

/* Landscape 411px and 731px */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

.search {
        display: none;
    }
    .mobile-search {
        display: block !important;
        text-align: right;
    }
    .mobile-search a {
        height: 38px;
    }
    .mobile-search a i {
        margin-top: 3px;
    }
    #product-order-modal .modal-body {
        padding: 15px;
    }
    .btn-modal-holder .btn-secondary {
        margin-bottom: 1rem;
    }
    .m-b {
        margin-bottom: 1rem;
    }
    .slider-main-holder {
        display: none;
    }
    .checkout {
        padding: 1rem;
    }
    .categories-divader {
        margin: 30px 0;
    }
    #search-modal-mobile .close {
        text-align: right;
        margin: 1rem 1rem 0 0;
    }
    #search-modal-mobile .modal-body {
        padding: 0;
    }
    #search-modal-mobile .form-inline .form-control {
        width: 63%;
        margin-right: 1rem;
    }
  }

/* Landscape 411px and 823px */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 823px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
.search {
        display: none;
    }
    .mobile-search {
        display: block !important;
        text-align: right;
    }
    .mobile-search a {
        height: 38px;
    }
    .mobile-search a i {
        margin-top: 3px;
    }
    #product-order-modal .modal-body {
        padding: 15px;
    }
    .btn-modal-holder .btn-secondary {
        margin-bottom: 1rem;
    }
    .m-b {
        margin-bottom: 1rem;
    }
    .slider-main-holder {
        display: none;
    }
    .checkout {
        padding: 1rem;
    }
    .categories-divader {
        margin: 30px 0;
    }
    #search-modal-mobile .close {
        text-align: right;
        margin: 1rem 1rem 0 0;
    }
    #search-modal-mobile .modal-body {
        padding: 0;
    }
    #search-modal-mobile .form-inline .form-control {
        width: 63%;
        margin-right: 1rem;
    }
}

/* Portrait 768px and 1024px */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}
/* Landscape 768px and 1024px */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

  }

/* Portrait 1024px and 1366px */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  }

/* Landscape 1024px and 1366px */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  }

@media (min-width: 1024px) and (max-width: 1500px) {
    #home-slider .carousel-caption {
      width: 100%;
    }
    .col-custom-13-none {
        display: none;
    }
    .col-custom-13-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-custom-13-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-custom-13-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-custom-13-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-custom-13-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-custom-13-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-custom-13-8 {
         -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-custom-13-9 {
         -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-custom-13-10 {
         -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-custom-13-12 {
         -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1501px) and (max-width: 1750px) {
    .col-custom-15-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-custom-15-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-custom-15-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-custom-15-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-custom-15-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-custom-15-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-custom-15-8 {
         -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-custom-15-9 {
         -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-custom-15-10 {
         -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-custom-15-12 {
         -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 1500px) and (max-width: 4500px) {



}

