@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Niconne);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

:root {
    --app-header-background-old: #009688;
    --app-header-background: #c06014;

    --app-sidebar-background-old: #222d32;
    --app-sidebar-background: #EDDBCD; /*cdcdcd*/

    --app-sidebar__toggle-background-old: #00635a;
    --app-sidebar__toggle-background: #c06014;

    --app-header__logo-background-old: #007d71;
    --app-header__logo-background: #fff;

    --app-menu__item-background-old: #0d1214;
    --app-menu__item-background: #c06014;

    --app-menu__item-color-old: #ffffff;
    --app-menu__item-color: #000000;

    --app-nav__item-background: #c06014;

    --treeview-is-expanded-background-old: #000;
    --treeview-is-expanded-background: #c06014;

    --treeview-menu-background-old: #2a383e;
    --treeview-menu-background: #dbdbdb;

    --treeview-menu-color-old: #ffffff;
    --treeview-menu-color: #000000;

    --treeview-menu-hover-background-old: #0d1214;
    --treeview-menu-hover-background: #cc232a;

    --btnRedSm-background-old: #F9B800;
    --btnRedSm-background: #b65b13;

    --button-price-background-old: #fe4c50;
    --button-price-background: #000;

    --button-price-color-old: #000000;
    --button-price-color: #ffffff;
}

/* Reset Sudo-classes */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    color: #FFF;
    background-color: #00635a;
}

::selection {
    color: #FFF;
    background-color: #00635a;
}

/* Default Elements */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /* background-color: #e5e5e5; */
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;

}

a.generalLink {
 color: #5A5A5A;
}

.font-weight-bold {
    font-weight: bold;
}

/* Default Elements ids & classes */
.btn {
    background-color: var(--button-price-background, #ffc600);
    /*
    background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: 10px calc(1em - 1px), 10px calc(1em + 4px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 6px, 6px 7px, 1px 1.5em;
    background-repeat: no-repeat;
    */
}

/*----- List style, especially in nav bar ----- */
.list-unstyled,
.app-nav,
.app-menu,
.treeview-menu {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

/*----- Componant: App Content ----- */
#header-info {
    background-color: #eeeeee;
    height: 100px;
    position: relative;
    width: 80%;  
 margin-right: auto;
 margin-left: auto;
 border:1px solid #999;
 border-radius: 10px;
}

#header-info .banner {
background-image: url("../assets/images/banner1.png"); 
background-size:100% 100%;
background-repeat: no-repeat;
display:flex;
  align-items: center;
  text-align: left;
}


.app-content {
    min-height: calc(100vh - 50px);
    margin-top: 60px;
    /* background-color: #E5E5E5; */
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}

.homepageTop { 
     margin-top: 25px !important;
}
.homepageTopBanner { 
background-image: url('../assets/images/Home-page-topnew.jpg');background-size: 100%; background-repeat: no-repeat;height: 300px;
}

.header-heading {float: left; margin-left: 15%;
 width: 50%; height: 75px;
  display:flex;
  align-items: center;
  
  }
.header-heading h2 { color: #fff;
 }

header {}

  /*************************************************** SLIDER */


.slider {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
  height: 100px;
  overflow: hidden;
  position: relative;
  border:1px solid #999;
  border-radius: 10px;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.slide_btn {
  color: #EDDBCD;
}

a.slide_btn {
  color: #EDDBCD;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #EDDBCD;
  cursor: pointer;
}

.directional_nav {
  height: 100px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -85px;
}

.previous_btn {
  bottom: 0;
  left: 30px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}


.services-img {
    width:85%;
    border-radius: 10px;
}

#roomResult {
    width: 90%;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    border:  1px solid #999;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: none;
}

.calc-col {
    float: left;
    width: 47%;
}
.calc-col-mid {
    float: left;
    width: 5%;
    height: 40px;
    line-height: 40px;
  
    margin-top: 20px;
    font-size: 1.1em;
}

.totalPriceOuter {
    width: 100%;
    height: 80px;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
}
.totalPriceCol {
    float: left;
    width: 50%;
    line-height: 35px;
    font-weight: bold;
    font-size: 1.3em;
}

#totalAreaText, #totalAreaOutPut {
    font-weight: normal;
    font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}

@media only screen and (max-width: 470px) {
  .previous_btn, .next_btn { display: none; }
  .colSquare {margin-top: 30px;}

}

    /*************************************************** END SLIDER */

/* Very small devices (portrait phones, upto 767px) */
@media (max-width: 767px) {
    /* app-sidebar left */
    .app .app-sidebar.left {
        left: -230px;
    }
    .app.sidenav-toggled-left .app-sidebar.left {
        left: 0;
    }

    /* app-sidebar right */
    .app .app-sidebar.right {
        right: -250px;
    }
    .app.sidenav-toggled-right .app-sidebar.right {
        right: 0;
    }
    .header-heading  {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    .header-heading h2 {
        font-size: 14px;
    }

    #header-info {display: none;}

    .app-header__logo {background-color: #cc232a !important;}

    .homepageTopBanner {
        height: 130px;
    }
}

/* Small devices (ipad, 768px and up) */
@media (min-width: 768px) {
    .app .app-sidebar.left {
        left: 0;
    }
    .app.sidenav-toggled-left .app-sidebar.left {
        left: -230px;
    }

    .app .app-content {
        margin-left: 230px;
    }
    .app.sidenav-toggled-left .app-content {
        margin-left: 0;
    }

    .app .app-sidebar.right {
        right: -250px;
    }
    .app.sidenav-toggled-right .app-sidebar.right {
        right: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .app .app-sidebar.left {
        left: 0;
    }
    .app .app-content {
        margin-left: 230px;
        margin-right: 250px;
    }
    .app .app-sidebar.right {
        right: 0;
    }

    .app.sidenav-toggled-left .app-sidebar.left {
        left: -230px;
    }
    .app.sidenav-toggled-left .app-content {
        margin-left: 0;
    }
    .app.sidenav-toggled-right .app-sidebar.right {
        right: -250px;
    }
    .app.sidenav-toggled-right .app-content {
        margin-right: 0;
    }
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {}

/*----- Componant: Top Navigation Bar ----- */
.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #cc232a;
    z-index: 1030;
    padding-right: 15px;
    /*background-image: url("../assets/images/header-bg1.png"); 
    background-size: cover;
    background-repeat: no-repeat;*/
}

.app-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Oswald';
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 65px;
    background-color: white;
}

/* Custom logo size */
.app-header__logo > img {
    height: 65px;
}

@media (min-width: 768px) {
    .app-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        width: 230px;
        background-color: white;
    }
}

.app-header__logo:focus,
.app-header__logo:hover {
    text-decoration: none;
    color: #fff;
}

/*----- Componant: Left side Bar ----- */
.app-sidebar__toggle {
    /* padding: 0 15px; */
    padding: 10px 15px;
    font-size: 1.2em;
    font-family: "Oswald";
    color: #fff;
    line-height: 2.7;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
    .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

/*
.app-sidebar__toggle:before {
    content: "\f0c9";
    font-size: 21px;
}
*/

.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    /* background: #00635a; */
    text-decoration: none;
}

.app-sidebar {
    position: fixed;
    height: 100%;
    padding-top: 20px;
    overflow: auto;
    z-index: 10;
    background-color: var(--app-sidebar-background, #222d32);;
}

.app-sidebar::-webkit-scrollbar {
    width: 6px;
}

.app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.app-nav__item:focus,
.app-nav__item:hover {
    color: #fff;
    background-color: var(--app-nav__item-background, #00635a);
    text-decoration: none;

}

.app-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .app-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.app-nav__item {
    display: block;
    /* padding: 15px; */
    padding: 27px 20px;
    line-height: 20px;
    color: #ededed;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.app-nav__item:hover,
.app-nav__item:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.app-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.app-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    font-size: 1.1em;
    border-left: 3px solid transparent;
    -webkit-transition: border-left-color 0.3s ease,
        background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease,
        background-color 0.3s ease;
    transition: border-left-color 0.3s ease,
        background-color 0.3s ease;
    color: var(--app-menu__item-color,#fff);
}

.app-menu__item.active,
.app-menu__item:hover,
.app-menu__item:focus {
    background: #cc232a;
    /* border-left-color: #009688; */
    text-decoration: none;
    color: #fff;
}

.app-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
}

.app-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.treeview.is-expanded [data-toggle='treeview'] {
    /* border-left-color: #009688; */
    background: #cc232a;
}

.treeview.is-expanded .treeview-menu {
    max-height: 100vh;
}

.treeview.is-expanded .treeview-indicator {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.treeview-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    background: var(--treeview-menu-background, #2a383e);
}

.treeview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 20px;
    font-size: 1em;
    color: var(--treeview-menu-color, #fff);
}

.treeview-item.active,
.treeview-item:hover,
.treeview-item:focus {
    background: var(--treeview-menu-hover-background, #0d1214);
    text-decoration: none;
    color: #fff;
    border-top: 1px solid aliceblue;
    padding-top: 4px;
}

.treeview-item .icon {
    margin-right: 5px;
}

.treeview-indicator {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}


/*----- Componant: Sidebars Right & Left ----- */
.app-sidebar.left {
    width: 230px;
    left: 0;

    -webkit-transition: left 0.3s ease, width 0.3s ease;
    -o-transition: left 0.3s ease, width 0.3s ease;
    transition: left 0.3s ease, width 0.3s ease;

    -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    background-color: #ededed;
}

.app-sidebar.right {
    width: 250px;
    right: 0;

    -webkit-transition: right 0.3s ease, width 0.3s ease;
    -o-transition: right 0.3s ease, width 0.3s ease;
    transition: right 0.3s ease, width 0.3s ease;
    background-color: #ededed;
}

/*----- Componant: Left Sidebars mini-cart ----- */
#mini-cart {
    background-color: #e2e2e2;
    float: right;
    width: 250px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    /* overflow: auto!important; */
    overflow: visible;
    height: auto;

}

#mini-cart a.cartlink:link {
    color: #fff;
    font-size: 1.0em;
    text-decoration: none;
    display: block;
    padding: 5px 5px;
}

#mini-cart a.cartlink:visited {
    color: #fff;
    font-size: 1.2em;
    text-decoration: underline
}

#mini-cart td {
    border-bottom: 1px;
    border-bottom-color: #000033;
    font-family: 'Oswald', sans-serif;
    color: #5b5b5b;
    font-size: 1.0em;
    word-wrap: break-word;
    background-color: #e2e2e2;
}

#mini-cart h3 {
   
    background-color: #5b5b5b;
    color: #FFFFFF;
    padding: 2px 2px 2px 5px;
    margin: 0;
}

#mini-cart h3:nth-child(1) {
        border-radius: 15px 0 0 0;
    }

#mini-cart .altRow td {
    padding: 10px;
}

#mini-cart .NewProduct {
    padding: 2px 0 3px 0;
}

#mini-cart .NewProduct td {
    padding: 10px;
}

#mini-cart>table {
    border: 5px solid #e2e2e2;
    border-top: none;
    background: #c9c9c9;
}

#mini-cart>table tr td {
    padding-left: 10px;
    vertical-align: top;
}

#mini-cart>table tr:nth-of-type(2) td {
    padding: 20px 7px 0;
}

#mini-cart .btnRedSm {
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--button-price-color, black);
    border: 0;
    cursor: pointer;
    width: 97%;
    margin: 0 10px 10px 0;
    position: relative;
    top: 0;
    background-color: #cc232a;
    opacity: 0.9;
}

 .btnRedBasket {
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--button-price-color, black);
    border: 0;
    cursor: pointer;
    width: 200px;
    margin: 0 10px 10px 0;
    position: relative;
    top: 0;
    background-color: #cc232a;
    opacity: 0.9;
}

a.btnRedBasket {color: #fff;}

#mini-cart .btnRedSm:hover, .btnRedBasket:hover {
    /*background: var(--btnRedSm-background, #F9B800);

    background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: 10px calc(1em - 1px), 10px calc(1em + 4px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 6px, 6px 7px, 1px 1.5em;
    background-repeat: no-repeat;*/
    opacity: 1;
}

div#mini-cart h3 {
    padding: 15px;
    font-size: 1.2em;
    font-weight: 400;
}

.btnSm {
    padding: 0;
    margin: 2px 0 2px 0;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background: #6586BB;
    border: 0;
    cursor: pointer;
    background-repeat: repeat-x;
}

.main-content {
    margin-top: 50px;
}

.product-grid .product-item {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 15%, #efefef 40%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f9f9 15%,#efefef 40%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f9f9 15%,#efefef 40%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

    margin: 10px;
    border-radius: 5px;
}

.product-grid .product-item-right {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 15%, #efefef 40%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f9f9 15%,#efefef 40%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f9f9 15%,#efefef 40%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

   
    margin: 10px;
    margin-left: -10px;
    padding-top: 10px;
}
.product-grid > .col > .row:first-child {
    margin-top: -10px;
}

.product-grid .product-item .product{
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 15%, #efefef 40%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f9f9 15%,#efefef 40%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f9f9 15%,#efefef 40%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

    margin: 15px;

}
.product_image img {
    display: block;
    margin: 0 auto;
}
.product_info {
    text-align: center;
}
.product_name a {
    color: #303030;
    line-height: 20px;
    font-weight: bolder;
}
.product_name:hover a {
    color: #000;
}
.product_price {
    font-size: 16px;
    color: #cc232a;
    font-weight: 600;
}
.product_price span {
    font-size: 13px;
    margin-left: 10px;
    color: #b5aec4;
    text-decoration: line-through;
}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}


.red_button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    background: var(--button-price-background, #fe4c50);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.red_button a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    width: 100%;
}
.add_to_cart_button {
    width: 100%;
    /*visibility: hidden;*/
    visibility: visible;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.add_to_cart_button a {
    font-weight: 600;
}


.product-item:hover .add_to_cart_button {
    /*visibility: visible;*/
    opacity: 0.8;
}

.cart-search {
    margin: 10px 0;
}

.cart-search form input {
    margin-bottom: 10px;
    width: 100% !important;
}

.footer {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #000;
    color: #ededed;
}

/* footer new */

       
.footer-distributed{
    background: #7D7D7D;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
     position: absolute;
    z-index: 999;
    width: 100%;
    font-family: 'Oswald', sans-serif;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #ffffff;
    font: normal 36px;
    margin: 0;
}

.footer-distributed h3 span{
    color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
  font-weight:400;
    text-decoration: none;
    color:  inherit;
    font-size: 0.9em;
}

.footer-distributed .footer-company-name{
    color:  #000;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #ededed;
    color: #cc232a;
    font-size: 1.3em;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 5px 5px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
  font-weight:400;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:1.0em;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color: #fff;
    text-decoration: underline;
   
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 0.9em;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #fff;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
 
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

}



/* end footer new */

.detailsText {
    padding: 10px; min-height: 200px;
}

.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align: left;}
#basketTable .details {  padding: 0;}
#basketTable .subtotal { font-weight: bold; }

#basketTable2 .details {  padding: 0;}
#basketTable2 .subtotal { font-weight: bold; }
.basket-counter {
    position:absolute;
    right: 0; 
    top: 0;
    padding-top:13px; 
    color: #fff;
    width: 90px;
    text-align: center;
    font-size: 11px;
}

.gotoCheckout {display: none;}

.cartpage { width: 90%; margin-left: auto;
 margin-right: auto; }

 .basketQty {width:65px; height: 40px;}

.table-responsive tr td {height: 30px; vertical-align: middle;}

#paypalPayment { opacity: 0.7; }
#squarePayment { opacity: 0.7; }


#basketTable2 img {width: 100px; margin-top: 10px;margin-bottom: 10px;}
#basketTable2 .basketProduct:hover {background-color: #EDDBCD;}



:focus{
  outline:none;
}
.radio{
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  border:2px solid #ccc;
  border-top-color:#bbb;
  border-left-color:#bbb;
  background:#fff;
  width:25px;
  height:25px;
  border-radius:50%;
}
.radio:checked{
  border:7px solid #999;
}

.extraImages img { width: 80px; height: 80px; margin-left: 10px; margin-bottom: 10px; cursor: pointer; opacity: 0.9;  }
.extraImages img:hover {opacity: 1; border-color: #c06014;   }

.rounded-top {border-radius: 10px; background: #f9f9f9; padding: 10px;}

.resultProd:hover {  background-color: #ededed; }

.resultProd:hover img {  border:1px solid #ccc; }

.topBorder {border-top: 1px solid #666;}

@media (max-width: 460px) {

        .app-header__logo > img {
            
        }

        .header-heading {
            display: none;
        }

        .cartpage {
            width: 100%;
        }

        #basketTable2 img {width: 80%;}

        .mobileHide {display: none;}

}

@media (min-width: 460px) {

    .homepageTopBanner {
            height: 150px;
    }

}

@media (min-width: 720px) {

    .homepageTopBanner {
            height: 200px;
    }

}

@media (min-width: 765px) {
     .homepageTopBanner {
            height: 150px;
    }

}

@media (min-width: 870px) {
     .homepageTopBanner {
            height: 200px;
    }

}

@media (min-width: 1200px) {
     .homepageTopBanner {
            height: 250px;
    }

}

@media (min-width: 1500px) {
     .homepageTopBanner {
            height: 300px;
    }

}

